@charset "UTF-8";
body,
div,
pre,
form,
input,
textarea,
p,
th,
td {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol,
li,
dl,
dt,
dd {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

img,
a img {
  border: 0 none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

hr {
  display: none;
}

iframe {
  border: 1px solid #bfbfbf;
}

input,
select,
textarea,
button {
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 12px;
}

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  color: #333;
  line-height: 1.6;
}

a,
a:link {
  color: #004bb1;
}

a:visited {
  color: #851f99;
}

a:hover,
a:active {
  color: #ff730a;
}

input[type=text],
input[type=password] {
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding: 10px;
}

input[type=password] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

select {
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bfbfbf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 40px 10px 10px;
}

input[type=checkbox] {
  cursor: pointer;
}

label {
  cursor: pointer;
}

textarea {
  border-radius: 4px;
  line-height: 1.5;
  padding: 10px 15px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  input,
  select,
  textarea,
  button {
    font-size: 16px;
  }
  input[type=text],
  input[type=password] {
    max-width: 100%;
    padding: 10px;
  }
  select {
    color: #333;
    width: 100%;
  }
  textarea {
    max-width: 100%;
    padding: 10px;
  }
}
.l-main--primary {
  display: block;
  margin: 62px auto 0;
  padding: 60px 0;
  width: 1200px;
}
.l-main--secondary {
  display: block;
  margin-top: 62px;
}

@media screen and (max-width: 1200px) {
  .l-main--primary {
    padding: 60px 20px;
    width: auto;
  }
}
.c-button, .c-button--l, .c-button--m {
  background-color: #0f218b;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 0 rgba(15, 33, 139, 0.3);
          box-shadow: 0 2px 0 0 rgba(15, 33, 139, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff !important;
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin: auto;
  padding: 14px 10px 13px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 380px;
}
.c-button:hover, .c-button--l:hover, .c-button--m:hover {
  opacity: 0.8;
}
.c-button.is-orange, .is-orange.c-button--l, .is-orange.c-button--m {
  background-color: #ff730a;
  border: none;
  -webkit-box-shadow: rgb(255, 171, 108) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) 0px 2px 0px 0px;
          box-shadow: rgb(255, 171, 108) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) 0px 2px 0px 0px;
}
.c-button--m {
  font-size: 24px;
  padding: 30px 20px 29px;
  width: 500px;
}
.c-button--m.is-orange {
  background-color: #ff730a;
  border: none;
  -webkit-box-shadow: rgb(255, 171, 108) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) 0px 2px 0px 0px;
          box-shadow: rgb(255, 171, 108) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) 0px 2px 0px 0px;
}
.c-button--l {
  font-size: 24px;
  padding: 30px 20px 29px;
  width: 640px;
}
.c-button--l.is-orange {
  background-color: #ff730a;
  border: none;
  -webkit-box-shadow: rgb(255, 171, 108) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) 0px 2px 0px 0px;
          box-shadow: rgb(255, 171, 108) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) 0px 2px 0px 0px;
}
.c-button:disabled, .c-button--m:disabled, .c-button--l:disabled {
  background-color: #bfbfbf;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  cursor: default;
  opacity: 1;
}

input.c-button, input.c-button--m, input.c-button--l {
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .c-button, .c-button--m, .c-button--l {
    font-size: 14px;
    padding: 16px 10px 15px;
    width: 100%;
  }
  .c-button--m {
    font-size: 16px;
    padding: 20px 10px 19px;
  }
  .c-button--l {
    padding: 25px 10px 24px;
  }
}
.c-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1%;
}
.c-card__item {
  background-color: #ddd;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.15);
  margin: 1%;
  width: 31.3333333333%;
}
.c-card__col2__item {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.15);
  margin: 1%;
}
.c-card__col2__img {
  border: 1px solid #bfbfbf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  clear: both;
  float: right;
  margin-left: 20px;
  margin: 20px 0 20px 20px;
  width: 180px;
}
.c-card__col2__wrap {
  max-width: calc(100% - 340px);
}
.c-card__col2__space {
  float: right;
  height: 136px;
}
.c-card__col2__wrap__inner {
  overflow: hidden;
}
.c-card__col2__text {
  margin-bottom: 20px;
}
.c-card__secondary__item {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.15);
  width: 66%;
}
.c-card__tertiary__item {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.15);
  margin-top: 2%;
  width: 32%;
}
.c-card__secondary__title {
  border-bottom: 1px solid #bfbfbf;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 10px;
}
.c-card__tertiary__label {
  margin-bottom: 10px;
}
.c-card__tertiary__label span {
  background-color: #ddd;
  padding: 4px 6px;
}
.c-card__tertiary__text {
  font-size: 16px;
  font-weight: bold;
}
a.c-card__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  position: relative;
  text-decoration: none;
}
a.c-card__link:hover {
  opacity: 0.7;
}
a.c-card__link::after {
  content: "";
  top: 0;
  right: 0;
  border-bottom: 1.5em solid transparent;
  border-right: 1.5em solid #0f218b;
  position: absolute;
}
a.c-card__link.is-noLink {
  cursor: default;
}
a.c-card__link.is-noLink::after {
  content: none;
}
a.c-card__link.is-noLink:hover {
  opacity: 1;
}

a.c-card__col2__link {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding: 30px;
  position: relative;
  text-decoration: none;
}
a.c-card__col2__link:hover {
  opacity: 0.7;
}
a.c-card__col2__link::after {
  content: "";
  top: 0;
  right: 0;
  border-bottom: 1.5em solid transparent;
  border-right: 1.5em solid #0f218b;
  position: absolute;
}
a.c-card__col2__link.is-noLink {
  cursor: default;
}
a.c-card__col2__link.is-noLink::after {
  content: none;
}
a.c-card__col2__link.is-noLink:hover {
  opacity: 1;
}

a.c-card__secondary__link {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  text-decoration: none;
  position: relative;
}
a.c-card__secondary__link:hover {
  opacity: 0.7;
}
a.c-card__secondary__link::after {
  content: "";
  top: 0;
  right: 0;
  border-bottom: 1.5em solid transparent;
  border-right: 1.5em solid #0f218b;
  position: absolute;
}
a.c-card__secondary__link.is-noLink {
  cursor: default;
}
a.c-card__secondary__link.is-noLink::after {
  content: none;
}
a.c-card__secondary__link.is-noLink:hover {
  opacity: 1;
}

a.c-card__tertiary__link {
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  text-decoration: none;
  position: relative;
}
a.c-card__tertiary__link:hover {
  opacity: 0.7;
}
a.c-card__tertiary__link::after {
  content: "";
  top: 0;
  right: 0;
  border-bottom: 1.5em solid transparent;
  border-right: 1.5em solid #0f218b;
  position: absolute;
}
a.c-card__tertiary__link.is-noLink {
  cursor: default;
}
a.c-card__tertiary__link.is-noLink::after {
  content: none;
}
a.c-card__tertiary__link.is-noLink:hover {
  opacity: 1;
}

.c-card__item__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 141px);
  overflow: hidden;
  padding: 20px;
  position: relative;
}
.c-card__item__text {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 141px;
  padding: 20px 20px 18px;
  text-align: center;
  width: 100%;
}
.c-card__img {
  width: 300px;
  margin-right: 40px;
}

@media screen and (max-width: 1200px) {
  .c-card__item {
    width: 48%;
  }
  .c-card__col2__item {
    width: 98%;
  }
  .c-card__secondary__item {
    margin-top: 4%;
    width: 100%;
  }
  .c-card__tertiary__item {
    margin-top: 4%;
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .c-card__list {
    max-width: 100%;
  }
  .c-card__item {
    width: 100%;
    margin-right: -1%;
  }
  .c-card__item:not(:last-of-type) {
    margin-right: -1%;
  }
  .c-card__item:not(:first-of-type) {
    margin-top: 10%;
  }
  .c-card__img {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .c-card__col2__item {
    margin-top: 10%;
    margin-right: -1%;
    width: 100%;
  }
  .c-card__col2__space {
    display: none;
  }
  .c-card__col2__img {
    float: none;
    height: 100%;
    margin: 0 0 20px 0;
    width: 100%;
  }
  .c-card__col2__wrap {
    max-width: 100%;
  }
  .c-card__secondary__item {
    margin-top: 10%;
  }
  .c-card__tertiary__item {
    margin-top: 10%;
    width: 100%;
  }
  a.c-card__col2__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-requireLabel {
  background-color: #d00;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  padding: 1px 6px 0px;
}

.c-radiobox__label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
}
.c-radiobox__input {
  margin: 0;
  opacity: 0;
  width: 0;
}
.c-radiobox__input:checked + .c-radiobox__inputView {
  border: solid 1px #0f218b;
  background-color: #0f218b;
}
.c-radiobox__input:checked + .c-radiobox__inputView::before {
  background: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 6px;
}
.c-radiobox__inputView {
  background: #fff;
  border-radius: 50%;
  border: solid 1px #9a9a9a;
  display: block;
  height: 14px;
  left: 0;
  position: relative;
  top: 0;
  width: 14px;
}
.c-radiobox__inputText {
  display: block;
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  .c-radiobox__label {
    padding: 10px;
  }
  .c-radiobox__input:checked + .c-radiobox__inputView::before {
    height: 10px;
    width: 10px;
  }
  .c-radiobox__inputView {
    height: 24px;
    width: 24px;
  }
  .c-radiobox__inputText {
    display: block;
    margin-left: 12px;
  }
}
.c-ckeckbox__label, .c-ckeckbox__label--right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 8px;
}
.c-ckeckbox__label.is-disabled, .is-disabled.c-ckeckbox__label--right {
  cursor: default;
  opacity: 0.4;
}
.c-ckeckbox__label--right {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-ckeckbox__input {
  margin: 0;
  opacity: 0;
  width: 0;
}
.c-ckeckbox__input:checked + .c-ckeckbox__inputView {
  border: solid 1px #0f218b;
  background-color: #0f218b;
}
.c-ckeckbox__input:checked + .c-ckeckbox__inputView::before {
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -70%) rotate(-45deg);
          transform: translate(-50%, -70%) rotate(-45deg);
  width: 8px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.c-ckeckbox__input:disabled + .c-ckeckbox__inputView {
  background-color: #9a9a9a;
}
.c-ckeckbox__inputView {
  background: #fff;
  border-radius: 2px;
  border: solid 1px #9a9a9a;
  display: block;
  height: 14px;
  left: 0;
  position: relative;
  top: 0;
  width: 14px;
}
.c-ckeckbox__inputText {
  display: block;
  margin-left: 12px;
  width: calc(100% - 26px);
}
.c-ckeckbox__inputText--right {
  display: block;
  margin-right: 12px;
}

@media screen and (max-width: 768px) {
  .c-ckeckbox__label, .c-ckeckbox__label--right {
    padding: 15px 8px;
  }
  .c-ckeckbox__inputView {
    height: 22px;
    width: 22px;
  }
  .c-ckeckbox__inputText--right {
    width: calc(100% - 26px);
  }
}
.c-select {
  position: relative;
  display: inline-block;
}
.c-select select::-ms-expand {
  display: none;
}
.c-select select {
  position: relative;
  z-index: 1;
}
.c-select::after {
  border-bottom: 3px solid #0f218b;
  border-right: 3px solid #0f218b;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-70%) rotate(45deg);
          transform: translateY(-70%) rotate(45deg);
  width: 8px;
}

.c-iconDownload {
  padding-right: 24px;
  position: relative;
}
.c-iconDownload::before {
  background-image: url(/img/icon_download.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  width: 16px;
}

.c-internal__list, .c-internal__list--mb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.c-internal__list--mb {
  margin-bottom: 80px;
}
.c-internal__item, .c-internal__item--col3 {
  position: relative;
  text-align: center;
  width: 24%;
}
.c-internal__item--col3 {
  width: 32%;
}
a.c-internal__link {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #0f218b;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  color: #0f218b;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 34px 14px 10px;
  position: relative;
  text-decoration: none;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 12px;
  text-align: center;
}
a.c-internal__link::after {
  border-bottom: 2px solid #0f218b;
  border-right: 2px solid #0f218b;
  bottom: 0;
  content: "";
  display: block;
  height: 6px;
  margin: auto;
  position: absolute;
  right: 14px;
  top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
}
a.c-internal__link:hover {
  opacity: 0.7;
}
a.c-internal__link.is-paleBlue {
  background-color: #e2e6fb;
}
a.c-internal__link.is-blue {
  color: #fff;
  background-color: #0f218b;
  -webkit-box-shadow: 0 2px 0 0 rgba(15, 33, 139, 0.3);
          box-shadow: 0 2px 0 0 rgba(15, 33, 139, 0.3);
}
a.c-internal__link.is-blue::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
a.c-internal__link.is-orange {
  color: #fff;
  background-color: #ff730a;
  border: none;
  -webkit-box-shadow: rgb(255, 171, 108) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) 0px 2px 0px 0px;
          box-shadow: rgb(255, 171, 108) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) 0px 2px 0px 0px;
  display: block;
  text-align: left;
}
a.c-internal__link.is-orange::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
a.c-internal__link.is-arrowRignt::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-internal__link__text, .c-internal__link__text--small, .c-internal__link__text--large {
  line-height: 1.4;
}
.c-internal__link__text--large {
  font-size: 18px;
}
.c-internal__link__text--large:not(:only-child) {
  margin-bottom: 4px;
}
.c-internal__link__text--small {
  font-size: 10px;
}
.c-internal__link__text--small:not(:only-child) {
  margin-bottom: 4px;
}
.c-internal__link__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-internal__anchor {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

@media screen and (max-width: 768px) {
  .c-internal__list, .c-internal__list--mb {
    margin-bottom: 30px;
  }
  .c-internal__item, .c-internal__item--col3 {
    margin-bottom: 10px;
    width: 100%;
  }
  a.c-internal__link {
    font-size: 13px;
    min-height: auto;
    padding: 14px 27px 14px 10px;
  }
}
.c-alert {
  background-color: #ffd9d9;
  border-radius: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}
.c-alert__icon {
  color: #d00;
  display: block;
  font-weight: bold;
  padding-left: 19px;
  position: relative;
}
.c-alert__icon::after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANCAYAAAB2HjRBAAAAlklEQVQ4y2O4ycDAgANXAPErIDbGpQaXRkUg/g7E/4H4OBAzkqJ5HVQjDMcRq9kRTSMIPwFiHkKamYH4EkwTCCAZ0EJIcyayjWiav0PDAqtmASB+g0czCK/GpXkiul+xaP4PDRMUzRpA/JtIzRegYQPXvBOLInw4A6bZG5ciHDb/h6Y8AZDmqyTaCsOdIM0nyND4F4irAczKINalSQW1AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 13px;
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
}

.p-header {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
  width: 100vw;
}
.p-header__wrap {
  margin: auto;
  width: 1200px;
}
.p-header__title {
  font-size: 32px;
  line-height: 1.1;
  padding: 14px 0;
}
@media screen and (max-width: 1200px) {
  .p-header__wrap {
    width: auto;
  }
  .p-header__title {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-header__title {
    font-size: 16px;
    line-height: 1.6;
  }
}
.p-footer {
  color: #f2f2f2;
  background-color: #434343;
  font-size: 12px;
}
.p-footer__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.1;
  margin: auto;
  padding: 20px 0 18px;
  width: 1200px;
}
.p-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-footer__main__wrap {
  margin-right: 30px;
  border-right: 1px solid #bfbfbf;
  padding-right: 30px;
}
.p-footer__courseName {
  font-size: 14px;
  font-weight: bold;
}
.p-footer__main__box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-footer__address {
  margin-right: 30px;
}
.p-footer__tell {
  margin-right: 15px;
}
.p-footer__copyright {
  font-size: 12px;
}

@media screen and (max-width: 1200px) {
  .p-footer__wrap {
    padding: 20px;
    width: auto;
  }
  .p-footer__main__box {
    display: block;
  }
  .p-footer__address {
    margin-right: 0;
  }
  .p-footer__tell {
    display: inline;
  }
  .p-footer__mail {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__wrap {
    line-height: 1.6;
    display: block;
  }
  .p-footer__main {
    display: block;
  }
  .p-footer__main__wrap {
    border-bottom: 1px solid #bfbfbf;
    border-right: none;
    margin-bottom: 14px;
    margin-right: 0;
    padding-right: 0;
    padding-bottom: 12px;
  }
  .p-footer__tell {
    display: block;
  }
  .p-footer__tell a {
    color: #fff;
    text-decoration: none;
  }
  .p-footer__mail {
    display: block;
  }
  .p-footer__copyright {
    display: block;
    margin-top: 16px;
  }
}
.p-keyVisual {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.p-keyVisual__img {
  margin-top: 32px;
  left: -100px;
  position: relative;
  min-width: 100vw;
  min-height: 110vh;
}
.p-keyVisual__text {
  position: absolute;
  font-size: 40px;
  color: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
          transform: translate3d(-50%, -50%, 0) scale(1);
  font-weight: bold;
  text-align: center;
  text-shadow: 0 7px 5px rgba(0, 0, 0, 0.4);
  width: 96%;
}
.p-keyVisual__text.pattern {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 440px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 76%;
  top: 60%;
  width: 600px;
  padding: 40px;
}
.p-keyVisual__text.pattern .is-sp {
  display: none;
}
.p-keyVisual__text.pattern1 {
  font-size: 70px;
  top: 56%;
}
.p-keyVisual__text.pattern2 {
  font-size: 65px;
  left: 46%;
}
.p-keyVisual__text.pattern3 {
  font-size: 65px;
  color: #000;
  left: 44%;
  top: 67%;
}
.p-keyVisual__text.pattern4 {
  font-size: 65px;
}
.p-keyVisual__text__outer {
  margin-top: 20px;
}
.p-keyVisual__text__inner {
  display: block;
  font-size: 30px;
}
.p-keyVisual__text__img {
  width: 100px;
}
a.p-keyVisual__link {
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #0f218b;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #0f218b;
  font-weight: bold;
  margin-top: 20px;
  padding: 14px 34px 14px 10px;
  position: relative;
  text-align: left;
  text-decoration: none;
}
a.p-keyVisual__link::after {
  border-bottom: 2px solid #0f218b;
  border-right: 2px solid #0f218b;
  bottom: 0;
  content: "";
  display: block;
  height: 6px;
  margin: auto;
  position: absolute;
  right: 14px;
  top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
}
a.p-keyVisual__link:hover {
  opacity: 0.7;
}
a.p-keyVisual__link.is-orange {
  background-color: #ff730a;
  border: none;
  -webkit-box-shadow: rgb(255, 171, 108) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) 0px 2px 0px 0px;
          box-shadow: rgb(255, 171, 108) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.1) 0px 2px 0px 0px;
  color: #fff;
  font-size: 14px;
  text-shadow: none;
}
a.p-keyVisual__link.is-orange::after {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (max-width: 768px) {
  .p-keyVisual.patternB .p-keyVisual__text {
    bottom: 8%;
    top: auto;
    -webkit-transform: translate3d(-50%, 0, 0) scale(1);
            transform: translate3d(-50%, 0, 0) scale(1);
  }
  .p-keyVisual.patternB .p-keyVisual__img {
    -webkit-transform: translate3d(-18%, -12%, 0) scale(1);
            transform: translate3d(-18%, -12%, 0) scale(1);
  }
  .p-keyVisual__img {
    left: 0;
    max-height: 110vh;
    max-width: auto;
    -webkit-transform: translate3d(-18%, 4%, 0) scale(1);
            transform: translate3d(-18%, 4%, 0) scale(1);
  }
  .p-keyVisual__text {
    font-size: 7vw;
  }
  .p-keyVisual__text.pattern {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 50%;
    line-height: 1.4;
    min-height: auto;
    padding: 20px;
    top: 26%;
    width: 90%;
  }
  .p-keyVisual__text.pattern .is-sp {
    display: block;
  }
  .p-keyVisual__text.pattern1 {
    font-size: 10vw;
  }
  .p-keyVisual__text.pattern2 {
    font-size: 10vw;
  }
  .p-keyVisual__text.pattern3 {
    font-size: 10vw;
  }
  .p-keyVisual__text.pattern4 {
    font-size: 10vw;
  }
  .p-keyVisual__text__outer {
    margin-top: 15px;
    width: 90%;
  }
  .p-keyVisual__text__inner {
    font-size: 18px;
  }
  .p-keyVisual__text__inner:not(:last-of-type) {
    margin-bottom: 4px;
  }
  .p-keyVisual__text__img {
    width: 70px;
  }
}
.p-profile {
  background-color: #fff;
}
.p-profile__wrap {
  margin: auto;
  padding: 60px 0;
  width: 1200px;
}
.p-profile__wrapInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
.p-profile__title {
  line-height: 1.3;
  margin-bottom: 30px;
  padding: 20px 30px 15px;
  background-color: #edf1f9;
}
.p-profile__title--ja {
  display: block;
  font-size: 28px;
}
.p-profile__title--en {
  color: #888;
  display: block;
  font-size: 18px;
}
.p-profile__section {
  margin-bottom: 60px;
}
.p-profile__title__lv3 {
  font-size: 32px;
  margin-bottom: 20px;
  border-left: 5px solid #0f218b;
  padding-left: 15px;
}
.p-profile__title__lv4 {
  border-bottom: 1px dotted #bfbfbf;
  color: #666;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-bottom: 4px;
}
.p-profile__column:first-of-type {
  width: 60%;
  margin-right: 5%;
}
.p-profile__column:last-of-type {
  width: 35%;
}
.p-profile__img {
  max-width: 100%;
}
.p-profile__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-profile__inner__col:first-of-type {
  margin-right: 2%;
  width: 38%;
}
.p-profile__inner__col:last-of-type {
  width: 60%;
}
.p-profile__inner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
}
.p-profile__company {
  font-size: 16px;
  font-weight: bold;
}
.p-profile__post {
  font-size: 16px;
  font-weight: bold;
}
.p-profile__tv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
.p-profile__tv__item {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.15);
  margin: 10px;
  width: calc((100% - 80px) / 4);
}
a.p-profile__tv__link {
  color: #333;
  display: block;
  position: relative;
  text-decoration: none;
}
a.p-profile__tv__link::after {
  content: "";
  top: 0;
  right: 0;
  border-bottom: 1.5em solid transparent;
  border-right: 1.5em solid #0f218b;
  position: absolute;
}
a.p-profile__tv__link:hover {
  opacity: 0.7;
}

.p-profile__tv__img {
  max-height: 330px;
  max-width: 100%;
}
.p-profile__tv__item__text {
  font-size: 12px;
  font-weight: bold;
  padding: 12px 15px;
}
.p-profile__sup {
  font-size: 10px;
  font-weight: bold;
}
.p-profile__remarks {
  border-bottom: 1px dotted #bfbfbf;
  font-size: 12px;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-bottom: 12px;
}
.p-profile__school__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 32%;
}
a.p-profile__school__link {
  border: 2px solid #990011;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 0 0 rgba(153, 0, 17, 0.15);
          box-shadow: 0 2px 0 0 rgba(153, 0, 17, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #990011;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 1.5;
  padding: 14px 40px 12px 20px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
a.p-profile__school__link::after {
  border-bottom: 2px solid #990011;
  border-right: 2px solid #990011;
  bottom: 0;
  content: "";
  display: block;
  height: 6px;
  margin: auto;
  position: absolute;
  right: 14px;
  top: -4px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 6px;
}
a.p-profile__school__link:hover {
  opacity: 0.7;
}
a.p-profile__school__link.is-secondary {
  background-color: #fff;
  border: 2px solid #0f218b;
  -webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  color: #0f218b;
  margin-bottom: 10px;
}
a.p-profile__school__link.is-secondary::after {
  border-bottom: 2px solid #0f218b;
  border-right: 2px solid #0f218b;
}

.p-profile__school__text:first-of-type {
  font-size: 12px;
}
.p-profile__school__text:last-of-type {
  font-size: 16px;
}
.p-profile__school__text.is-secondary {
  font-size: 12px;
}

@media screen and (max-width: 1200px) {
  .p-profile__wrap {
    padding: 60px 20px;
    width: auto;
  }
  .p-profile__wrapInner {
    margin-bottom: 40px;
  }
  .p-profile__tv__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-profile__wrap {
    padding: 20px;
  }
  .p-profile__wrapInner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .p-profile__title {
    margin-bottom: 15px;
  }
  .p-profile__column:first-of-type {
    margin-right: 0;
    width: 100%;
  }
  .p-profile__column:last-of-type {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }
  .p-profile__inner {
    display: block;
    margin-bottom: 20px;
  }
  .p-profile__inner__col:first-of-type {
    margin: 0 0 30px;
    width: auto;
  }
  .p-profile__inner__col:last-of-type {
    width: auto;
  }
  .p-profile__inner__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-profile__text {
    width: 100%;
  }
  .p-profile__company {
    font-size: 15px;
  }
  .p-profile__post {
    font-size: 15px;
  }
  .p-profile__title__lv3 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .p-profile__title__lv4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .p-profile__section {
    margin-bottom: 30px;
  }
  .p-profile__tv__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-profile__tv__item {
    max-width: 580px;
    width: 100%;
  }
  .p-profile__remarks {
    border-top: none;
    margin: 10px 0;
  }
  .p-profile__school__wrap {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  a.p-profile__school__link {
    margin-top: 10px;
    width: 100%;
  }
  a.p-profile__school__link.is-secondary {
    margin-bottom: 0;
  }
}
.p-thought {
  background-color: #f9f6ef;
}
.p-thought__wrap {
  margin: auto;
  padding: 60px 0;
  width: 1200px;
}
.p-thought__title {
  font-size: 32px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .p-thought__wrap {
    padding: 60px 20px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-thought__wrap {
    padding: 20px;
  }
  .p-thought__title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.p-course {
  background-color: #999;
}
.p-course__main {
  margin: 10px auto;
  max-width: 800px;
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.p-course__top__date {
  text-align: right;
  margin-bottom: 10px;
}
.p-course__top__text {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: underline;
}
.p-course h1 {
  text-align: center;
  margin-bottom: 40px;
}
.p-course__title--first {
  display: block;
}
.p-course__title--second {
  display: block;
}
.p-course h2 {
  text-align: center;
  margin-bottom: 80px;
}
.p-course__topCol {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}
.p-course__topCol__text {
  margin-right: 6%;
  width: 70%;
}
.p-course__topCol__imgWrap {
  width: 20%;
}
.p-course__topCol__img {
  max-width: 100%;
}
.p-course__section h3 {
  margin-top: 40px;
  margin-bottom: 10px;
}
.p-course__section > ul {
  margin-left: 30px;
}
.p-course__section > ul > li {
  list-style-type: disc;
  margin: 0.25em 0 20px 1.5em;
  text-indent: 0.2em;
}
.p-course__section--secondary {
  margin-top: 30px;
}
.p-course__section__application {
  margin-left: 20px;
}
.p-course__section__text {
  margin-bottom: 20px;
}
.p-course__section__sup {
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
.p-course__section__wrap {
  margin-left: 20px;
}
.p-course__section__wrap h4 {
  margin-bottom: 5px;
}
.p-course__section__wrapInner {
  margin-left: 40px;
  margin-bottom: 20px;
}
.p-course__section__wrapInner--secondray {
  margin-bottom: 20px;
}
.p-course__section__wrapInner__list {
  margin-left: 40px;
}
.p-course__section__wrapInner__list > li h5 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 2px;
}
.p-course__section__wrapInner__list > li p {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .p-course {
    font-size: 12px;
    padding: 12px;
  }
  .p-course__main {
    margin: 0;
    padding: 20px;
  }
  .p-course__top__date {
    text-align: right;
    margin-bottom: 10px;
  }
  .p-course__top__text {
    font-size: 16px;
    margin: 10px;
  }
  .p-course h1 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .p-course__title--first {
    display: inline;
  }
  .p-course__title--second {
    display: inline;
  }
  .p-course h2 {
    text-align: center;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .p-course__topCol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
  }
  .p-course__topCol__text {
    margin-right: 0;
    width: 100%;
  }
  .p-course__topCol__imgWrap {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
  }
  .p-course__topCol__img {
    width: 50%;
  }
  .p-course__section h3 {
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .p-course__section > ul {
    margin-left: 0;
  }
  .p-course__section > ul > li {
    list-style-type: disc;
    margin: 0.25em 0 20px 1.5em;
    text-indent: 0.2em;
  }
  .p-course__section--secondary {
    margin-top: 30px;
  }
  .p-course__section__application {
    margin-left: 0;
  }
  .p-course__section__text {
    margin-bottom: 20px;
  }
  .p-course__section__sup {
    margin-top: 20px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .p-course__section__wrap {
    margin-left: 0;
  }
  .p-course__section__wrap h4 {
    margin-bottom: 5px;
  }
  .p-course__section__wrapInner {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .p-course__section__wrapInner--secondray {
    margin-bottom: 20px;
  }
  .p-course__section__wrapInner__list {
    margin-left: 0;
  }
  .p-course__section__wrapInner__list > li {
    margin-bottom: 30px;
  }
  .p-course__section__wrapInner__list > li h5 {
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .p-course__section__wrapInner__list > li p {
    margin-left: 0;
  }
}
.p-guide {
  background-color: #999;
}
.p-guide__main {
  margin: 10px auto;
  max-width: 800px;
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.p-guide__top__date {
  text-align: right;
  margin-bottom: 10px;
}
.p-guide__top__text {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: underline;
}
.p-guide h1 {
  text-align: center;
  margin-bottom: 40px;
}
.p-guide__title--first {
  display: block;
}
.p-guide__title--second {
  display: block;
}
.p-guide__title--lv2 {
  font-size: 1.17em;
  margin-bottom: 10px;
  margin-top: 40px;
}
.p-guide__title--lv3 {
  font-size: 14px;
  margin-bottom: 10px;
}
.p-guide__top__wrap__title {
  margin-bottom: 20px;
}
.p-guide__top__wrap__text {
  margin-bottom: 20px;
}
.p-guide__section__wrap {
  margin-left: 20px;
}
.p-guide__section__wrap--secondray {
  margin-left: 20px;
  margin-top: 20px;
}
.p-guide__section__text {
  margin-bottom: 20px;
}
.p-guide__section__list {
  margin-left: 20px;
  margin-bottom: 20px;
}
.p-guide__section__list > li {
  margin-bottom: 20px;
}
.p-guide__section__list--secondary {
  margin-left: 20px;
  margin-bottom: 20px;
}
.p-guide__section__list--secondary > li {
  margin-bottom: 30px;
}
.p-guide__section__list--secondary .p-guide__title--lv4 {
  margin-bottom: 5px;
}
.p-guide__section__list__innerList {
  margin-top: 20px;
  margin-left: 20px;
}
.p-guide__section__list__innerList > li {
  list-style-type: disc;
  margin: 0.25em 0 20px 1.5em;
  text-indent: 0.2em;
}
.p-guide__section__list__boxList {
  margin-left: 1em;
}
.p-guide__section__list__boxList > li {
  list-style-type: disc;
  margin: 0.25em 0 2px 1.5em;
  text-indent: 0.2em;
}
.p-guide__section__list__boxList__wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-guide__section__list__text--indent {
  padding-left: 1em;
  text-indent: -1em;
}
.p-guide__section__list__wrapList > li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-guide {
    font-size: 12px;
    padding: 12px;
  }
  .p-guide__main {
    margin: 0;
    padding: 20px;
  }
  .p-guide__top__date {
    text-align: right;
    margin-bottom: 10px;
  }
  .p-guide__top__text {
    font-size: 16px;
    margin: 10px;
  }
  .p-guide h1 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .p-guide__title--first {
    display: inline;
  }
  .p-guide__title--second {
    display: inline;
  }
  .p-guide__title--lv3 {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .p-guide__top__wrap__title {
    margin-bottom: 10px;
  }
  .p-guide__section__wrap {
    margin-left: 0;
  }
  .p-guide__section__wrap--secondray {
    margin-left: 0;
  }
  .p-guide__section__list {
    margin-left: 0;
  }
  .p-guide__section__list--secondary {
    margin-left: 0;
  }
  .p-guide__section__list__innerList {
    margin-left: 0;
  }
  .p-guide__section__list__boxList {
    margin-top: 10px;
    margin-left: 0;
  }
  .p-guide__section__list__boxList__wrap {
    border-bottom: 1px dotted #eee;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .p-guide__section__list__boxList__wrap > p:first-of-type {
    width: 70%;
  }
  .p-guide__section__list__boxList__wrap > p:last-of-type {
    text-align: right;
    width: 25%;
  }
}
.p-term__titlte {
  font-size: 14px;
  margin-bottom: 25px;
  text-align: center;
}
.p-term__section {
  margin: 40px 0;
}
.p-term__title__lv2 {
  border-bottom: 1px dotted #bfbfbf;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
.p-term__text {
  margin-bottom: 10px;
}
.p-term__list {
  margin: 10px 0;
}
.p-term__item {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
.p-term__item__text {
  text-indent: 0;
}
.p-term__list__outer {
  margin-bottom: 10px;
}
.p-term__item__outer {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.p-term__item__inner {
  margin: 5px 0;
  padding-left: 1em;
  text-indent: -1em;
}
.p-term__item__outer__text__mb {
  text-indent: 0;
  margin-bottom: 5px;
}
.p-term__item__outer__text {
  text-indent: 0;
}

.p-management {
  margin-bottom: 100px;
}
.p-management__section {
  margin-bottom: 60px;
}
.p-management__title {
  font-size: 18px;
  border-left: 5px solid #0f218b;
  padding-left: 15px;
  margin-bottom: 30px;
  padding: 4px 0 0 15px;
  line-height: 1.3;
}
.p-management__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
.p-management__item {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.15);
  width: calc((100% - 80px) / 4);
  margin: 10px;
}
a.p-management__link {
  display: block;
  position: relative;
}
a.p-management__link:hover {
  opacity: 0.7;
}
a.p-management__link--blank {
  display: block;
  position: relative;
}
a.p-management__link--blank:hover {
  opacity: 0.7;
}
a.p-management__link--blank::after {
  content: "";
  top: 0;
  right: 0;
  border-bottom: 1.5em solid transparent;
  border-right: 1.5em solid #0f218b;
  position: absolute;
}

.p-management__img {
  max-width: 100%;
}
.p-management__sup {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-management {
    margin-bottom: 60px;
  }
  .p-management__title {
    margin-bottom: 20px;
  }
  .p-management__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .p-management__item {
    max-width: 580px;
    width: 100%;
  }
}
.p-literary__section {
  margin-bottom: 60px;
}
.p-literary__title {
  font-size: 18px;
  border-left: 5px solid #0f218b;
  padding-left: 15px;
  margin-bottom: 30px;
}
.p-literary__list__title {
  margin-bottom: 5px;
}
.p-literary__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
  margin-bottom: 10px;
}
.p-literary__item {
  margin: 10px;
  width: calc((100% - 160px) / 8);
}
.p-literary__item__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 160px;
  width: 100%;
  padding: 10px;
}
a.p-literary__link {
  display: block;
  position: relative;
}
a.p-literary__link:hover {
  opacity: 0.7;
}
a.p-literary__link--blank {
  display: block;
  position: relative;
}
a.p-literary__link--blank:hover {
  opacity: 0.7;
}
a.p-literary__link--blank::after {
  content: "";
  top: 0;
  right: 0;
  border-bottom: 1.5em solid transparent;
  border-right: 1.5em solid #0f218b;
  position: absolute;
}

.p-literary__img {
  max-height: 100%;
  max-width: 100%;
  border: 1px solid #bfbfbf;
}
.p-literary__sup {
  margin-top: 20px;
}
.p-literary__bottom__text {
  width: 100%;
  margin-top: 5px;
  text-align: center;
  min-height: 23px;
}

@media screen and (max-width: 768px) {
  .p-literary__title {
    margin-bottom: 20px;
  }
  .p-literary__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .p-literary__item {
    max-width: 580px;
    width: 100%;
  }
}
.p-media__title {
  font-size: 32px;
  border-left: 5px solid #0f218b;
  padding-left: 15px;
  margin-bottom: 30px;
}
.p-media__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -10px;
}
.p-media__list:not(:last-of-type) {
  margin-bottom: 10px;
}
.p-media__item {
  margin: 10px;
  width: calc((100% - 160px) / 8);
}
a.p-media__link {
  border-radius: 4px;
  border: 2px solid #0f218b;
  display: block;
  padding: 10px;
  text-align: center;
}
a.p-media__link:hover {
  opacity: 0.7;
}

.p-media__img {
  max-width: 100%;
}
.p-media__sup {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .p-media__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .p-media__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .p-media__item {
    max-width: 580px;
    width: 100%;
  }
}
.p-essayDownload {
  margin-bottom: 100px;
}
.p-essayDownload__head__title {
  font-size: 28px;
  margin-bottom: 10px;
  line-height: 1.3;
  padding: 20px 30px 15px;
  background-color: #edf1f9;
}
.p-essayDownload__title {
  font-size: 18px;
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.p-essayDownload__title__lv3 {
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
}
.p-essayDownload__title__lv3::after {
  background-color: #233495;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  width: 40px;
  bottom: 0;
}
.p-essayDownload__head__outer {
  margin: auto;
  width: 88%;
}
.p-essayDownload__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.p-essayDownload__head__title__sub {
  font-size: 32px;
}
.p-essayDownload__head__text__sub {
  margin-bottom: 20px;
}
.p-essayDownload__head__text {
  margin-bottom: 60px;
}
.p-essayDownload__head__text--pattern2 {
  width: 26%;
}
.p-essayDownload__header__wrap {
  padding-top: 6px;
  width: calc(100% - 600px);
}
.p-essayDownload__header__text {
  font-size: 16px;
}
.p-essayDownload__header__text:not(:last-of-type) {
  margin-bottom: 10px;
}
.p-essayDownload__box {
  margin-bottom: 60px;
}
.p-essayDownload__box__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-essayDownload__toggleArea {
  display: none;
}
.p-essayDownload__box__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-essayDownload__col2 {
  width: calc(50% - 20px);
}
.p-essayDownload__col2:last-of-type {
  margin-left: 40px;
}
.p-essayDownload__text {
  font-size: 14px;
}
.p-essayDownload__list__wrap {
  font-size: 12px;
  padding: 18px 30px;
}
.p-essayDownload__title__lv4 {
  margin-bottom: 10px;
}
.p-essayDownload__list__wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-essayDownload__list__title__lv4 {
  margin-right: 30px;
  width: 70px;
}
.p-essayDownload__list__wrap__inner__list {
  width: calc(100% - 100px);
}
.p-essayDownload__list__wrap__inner__item {
  margin-bottom: 10px;
}
.p-essayDownload__list__wrap__inner__item:not(:last-of-type) {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
}
.p-essayDownload__item:not(:last-of-type) {
  margin-bottom: 4px;
}
.p-essayDownload__label__wrap {
  margin: 30px auto 20px;
  width: 88%;
}
.p-essayDownload__label {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  padding: 4px 20px 3px;
  border-radius: 4px;
}
.p-essayDownload__dialogBox {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.p-essayDownload__dialogList {
  margin: 0 auto;
  width: 88%;
}
.p-essayDownload__dialogItem, .p-essayDownload__dialogItem--separate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-essayDownload__dialogItem:not(:last-of-type), .p-essayDownload__dialogItem--separate:not(:last-of-type) {
  margin-bottom: 15px;
}
.p-essayDownload__dialogItem--separate {
  border-bottom: 1px dashed #bfbfbf;
  padding-bottom: 18px;
  margin-bottom: 10px;
}
.p-essayDownload__dialogList__title {
  font-size: 14px;
  font-weight: bold;
  margin-left: 2em;
  padding-left: 38px;
  position: relative;
  width: 48%;
}
.p-essayDownload__dialogList__title::before {
  position: absolute;
  content: "";
  display: block;
  width: 11px;
  height: 5px;
  border-left: 4px solid #333;
  border-bottom: 4px solid #333;
  left: 0;
  top: 5px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-essayDownload__dialogList__text {
  font-size: 14px;
  width: 52%;
}
.p-essayDownload__toggleBox {
  text-align: center;
  margin: 20px 0;
}
@media screen and (max-width: 1200px) {
  .p-essayDownload__wrap {
    padding: 60px 20px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-essayDownload {
    margin-bottom: 60px;
  }
  .p-essayDownload__wrap {
    padding: 0;
  }
  .p-essayDownload__title {
    font-size: 24px;
    line-height: 1.4;
    margin: 10px 0 10px;
    text-align: left;
  }
  .p-essayDownload__title::after {
    height: 4px;
    width: 30px;
  }
  .p-essayDownload__title__lv3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .p-essayDownload__head__outer {
    margin: 0;
    width: auto;
  }
  .p-essayDownload__head {
    display: block;
  }
  .p-essayDownload__head__title__sub {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .p-essayDownload__head__text {
    margin-bottom: 40px;
  }
  .p-essayDownload__box {
    display: block;
    margin-bottom: 30px;
  }
  .p-essayDownload__col2 {
    width: 100%;
  }
  .p-essayDownload__col2:first-of-type {
    margin-bottom: 30px;
  }
  .p-essayDownload__col2:last-of-type {
    margin-left: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .p-essayDownload__list__wrap {
    padding: 0;
    width: 100%;
  }
  .p-essayDownload__text {
    text-align: left;
  }
  .p-essayDownload__dialogBox {
    display: block;
  }
  .p-essayDownload__header__wrap {
    width: 100%;
  }
  .p-essayDownload__boxTop__title {
    margin-bottom: 10px;
  }
  .p-essayDownload__label__wrap {
    margin: 25px 0 15px;
    width: 100%;
  }
  .p-essayDownload__label {
    font-size: 16px;
  }
  .p-essayDownload__dialogList {
    margin: 0;
  }
  .p-essayDownload__dialogItem, .p-essayDownload__dialogItem--separate {
    display: block;
  }
  .p-essayDownload__dialogList {
    width: 100%;
  }
  .p-essayDownload__dialogList__title {
    margin-left: 0;
    font-size: 16px;
    width: 100%;
  }
  .p-essayDownload__dialogList__text {
    font-size: 14px;
    width: 100%;
  }
  .p-essayDownload__box__top {
    display: block;
  }
  .p-essayDownload__box__bottom {
    display: block;
  }
}
.p-aboutMss {
  background-color: #f9f6ef;
}
.p-aboutMss__wrap {
  margin: auto;
  padding: 60px 0;
  width: 1200px;
}
.p-aboutMss__title {
  font-size: 32px;
  margin-bottom: 30px;
}
.p-aboutMss__inner {
  margin-bottom: 40px;
}
.p-aboutMss__text--mb {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .p-aboutMss__wrap {
    padding: 60px 20px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-aboutMss__wrap {
    padding: 20px;
  }
  .p-aboutMss__title {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .p-aboutMss__inner {
    margin-bottom: 15px;
  }
  .p-aboutMss__text--mb {
    margin-bottom: 10px;
  }
}
.p-attendingRegist__head__title {
  font-size: 28px;
  margin-bottom: 30px;
  line-height: 1.3;
  padding: 20px 30px 15px;
  background-color: #edf1f9;
}
.p-attendingRegist__head__text {
  margin-bottom: 10px;
}
.p-attendingRegist__title__lv2 {
  border-left: 5px solid #0f218b;
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 30px;
  padding: 4px 0 0 15px;
}
.p-attendingRegist__title {
  font-size: 48px;
  margin-bottom: 30px;
}
.p-attendingRegist__box {
  margin-bottom: 30px;
}
.p-attendingRegist__titleSecondary {
  font-size: 24px;
  margin-bottom: 20px;
}
.p-attendingRegist__titleSecondary__sub {
  display: block;
}
.p-attendingRegist__titleSecondary__sub:not(:first-of-type) {
  display: block;
  padding-left: 32px;
}
.p-attendingRegist__titleTertiary {
  font-size: 20px;
  margin-bottom: 20px;
  border-left: 5px solid #0f218b;
  padding-left: 15px;
}
.p-attendingRegist__subTitle {
  font-size: 24px;
  font-weight: bold;
}
.p-attendingRegist__iframe {
  height: 300px;
  width: 100%;
}
.p-attendingRegist__text {
  margin-bottom: 20px;
}
.p-attendingRegist__pdfDownLoad {
  margin-bottom: 20px;
}
.p-attendingRegist__listComment {
  margin-bottom: 10px;
}
.p-attendingRegist__list, .p-attendingRegist__list--mtb {
  border: 1px solid #bfbfbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 10px;
}
.p-attendingRegist__list--mtb {
  margin-top: 30px;
  margin-bottom: 20px;
}
.p-attendingRegist__listTitle, .p-attendingRegist__listTitle--fourth, .p-attendingRegist__listTitle--third, .p-attendingRegist__listTitle--secondary {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: #e6e6e6;
  border-right: 1px solid #bfbfbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 20px 17px;
  width: 240px;
}
.p-attendingRegist__listTitle:not(:last-of-type), .p-attendingRegist__listTitle--fourth:not(:last-of-type), .p-attendingRegist__listTitle--third:not(:last-of-type), .p-attendingRegist__listTitle--secondary:not(:last-of-type) {
  border-bottom: 1px solid #bfbfbf;
}
.p-attendingRegist__listTitle--secondary:first-of-type {
  padding: 15px 20px 5px;
}
.p-attendingRegist__listTitle--secondary:not(:first-of-type) {
  padding: 5px 20px 5px;
}
.p-attendingRegist__listTitle--secondary:not(:last-of-type) {
  border-bottom: none;
}
.p-attendingRegist__listTitle--secondary select {
  width: 312px;
}
.p-attendingRegist__listTitle--third {
  padding: 5px 20px 15px;
}
.p-attendingRegist__listTitle--fourth {
  padding: 15px 20px 5px;
}
.p-attendingRegist__listTitle--fourth:not(:last-of-type) {
  border-bottom: none;
}
.p-attendingRegist__listTitle__inner {
  width: calc(100% - 46px);
}
.p-attendingRegist__item, .p-attendingRegist__item--fourth, .p-attendingRegist__item--third, .p-attendingRegist__item--secondary {
  padding: 15px 20px 15px;
  width: calc(100% - 240px);
}
.p-attendingRegist__item:not(:last-of-type), .p-attendingRegist__item--fourth:not(:last-of-type), .p-attendingRegist__item--third:not(:last-of-type), .p-attendingRegist__item--secondary:not(:last-of-type) {
  border-bottom: 1px solid #bfbfbf;
}
.p-attendingRegist__item--secondary:first-of-type {
  padding: 15px 20px 5px;
}
.p-attendingRegist__item--secondary:not(:first-of-type) {
  padding: 5px 20px 5px;
}
.p-attendingRegist__item--secondary:not(:last-of-type) {
  border-bottom: none;
}
.p-attendingRegist__item--secondary:last-of-type {
  padding-bottom: 15px;
}
.p-attendingRegist__item--secondary input[type=text] {
  padding: 6px;
}
.p-attendingRegist__item--secondary select {
  padding: 6px 36px 6px 6px;
}
.p-attendingRegist__item--third {
  padding: 5px 20px 15px;
}
.p-attendingRegist__item--third input[type=text] {
  padding: 6px;
}
.p-attendingRegist__item--fourth {
  padding: 15px 20px 5px;
}
.p-attendingRegist__item--fourth:not(:last-of-type) {
  border-bottom: none;
}
.p-attendingRegist__item--fourth input {
  padding: 6px;
}
.p-attendingRegist__item__col2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-attendingRegist__item__col2__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
  width: 355px;
}
.p-attendingRegist__item__col2__inner:not(:last-of-type) {
  margin-right: 20px;
}
.p-attendingRegist__item__col2__company {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-attendingRegist__item__col2__company__inner {
  width: 355px;
}
.p-attendingRegist__item__col2__company__inner:not(:last-of-type) {
  margin-right: 20px;
}
.p-attendingRegist__item__col2__company__inner input {
  max-width: 100%;
}
.p-attendingRegist__item__col2__company__inner input {
  margin-top: 5px;
  margin-bottom: 5px;
}
.p-attendingRegist__item__col2__text {
  width: 64px;
}
.p-attendingRegist__item__term {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 20px;
  width: 400px;
}
.p-attendingRegist__item__term__inner {
  width: 200px;
}
.p-attendingRegist__item__term__inner:first-of-type {
  text-align: center;
}
.p-attendingRegist__item__term__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-attendingRegist__term {
  border: 1px solid #bfbfbf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 80vh;
  font-size: 12px;
  padding: 30px;
  overflow-y: scroll;
  margin-bottom: 10px;
}
.p-attendingRegist__item__row--top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-attendingRegist__item__row--bottom {
  border-top: 1px solid #bfbfbf;
  margin-top: 6px;
  padding-top: 2px;
}
.p-attendingRegist__item__row__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-attendingRegist__item__row__left {
  width: 48%;
}
.p-attendingRegist__item__row__right {
  width: 48%;
}
.p-attendingRegist__item__row__right.bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-attendingRegist__item__title {
  margin-bottom: 2px;
}
.p-attendingRegist__item__title.-second {
  margin-top: 20px;
}
.p-attendingRegist__item__textWrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 5px 0;
}
.p-attendingRegist__item__textWrap:not(:last-of-type) {
  margin-right: 35px;
}
.p-attendingRegist__item__textWrap__ttl {
  width: 64px;
}
.p-attendingRegist__item__text {
  margin-left: 10px;
}
.p-attendingRegist__radioList, .p-attendingRegist__radioList--col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-attendingRegist__radioItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-attendingRegist__radioItem:not(:last-of-type) {
  margin-right: 20px;
}
.p-attendingRegist__innerSection:not(:last-of-type) {
  margin-bottom: 25px;
}
.p-attendingRegist__itemList__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-attendingRegist__itemList__item:not(:last-of-type) {
  margin-bottom: 10px;
}
.p-attendingRegist__itemList__title {
  width: 170px;
}
.p-attendingRegist__strategyTitle {
  margin-bottom: 8px;
  background-color: #e6e6e6;
  padding: 5px 10px;
}
.p-attendingRegist__strategyText {
  margin: 5px 0;
}
.p-attendingRegist__alertBox {
  margin: 30px auto 0;
  width: 600px;
}
.p-attendingRegist__termBox {
  background: #f2f2f2;
  margin: 30px auto 0;
  padding: 30px 20px 40px;
  width: 600px;
}
.p-attendingRegist__bottom__section {
  margin-bottom: 20px;
}
.p-attendingRegist__bottom__title__box {
  text-align: center;
  width: 100%;
}
.p-attendingRegist__bottom__title {
  font-weight: bold;
  background: #fff;
  font-size: 14px;
  margin-bottom: 30px;
  padding: 8px 20px 7px;
  text-align: center;
  display: inline-block;
}
.p-attendingRegist__bottom__list {
  padding-left: 1rem;
}
.p-attendingRegist__bottom__item {
  list-style-type: disc;
  margin-bottom: 2px;
}
.p-attendingRegist__bottom__lists {
  padding-left: 1rem;
  margin: 6px 0;
}
.p-attendingRegist__bottom__text {
  font-size: 14px;
  font-weight: bold;
}
.p-attendingRegist__section {
  margin-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .p-attendingRegistArea .p-attendingRegist__wrap {
    width: auto;
  }
  .p-attendingRegist__wrap {
    padding: 60px 20px;
    width: auto;
  }
  .p-attendingRegist__text {
    margin-bottom: 20px;
  }
  .p-attendingRegist__pdfDownLoad {
    margin-bottom: 20px;
  }
  .p-attendingRegist__listTitle, .p-attendingRegist__listTitle--secondary, .p-attendingRegist__listTitle--third, .p-attendingRegist__listTitle--fourth {
    width: 280px;
  }
  .p-attendingRegist__item, .p-attendingRegist__item--secondary, .p-attendingRegist__item--third, .p-attendingRegist__item--fourth {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 768px) {
  .p-attendingRegist__wrap {
    padding: 20px 20px 60px;
  }
  .p-attendingRegist__head__title {
    margin-bottom: 10px;
  }
  .p-attendingRegist__title {
    font-size: 32px;
    margin-bottom: 12px;
    line-height: 1.4;
  }
  .p-attendingRegist__title__lv2 {
    margin-bottom: 10px;
  }
  .p-attendingRegist__box {
    margin-bottom: 40px;
  }
  .p-attendingRegist__titleSecondary {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .p-attendingRegist__subTitle {
    font-size: 20px;
  }
  .p-attendingRegist__text {
    margin-bottom: 15px;
  }
  .p-attendingRegist__list, .p-attendingRegist__list--mtb {
    margin-bottom: 20px;
  }
  .p-attendingRegist__list--mtb {
    margin-bottom: 0;
  }
  .p-attendingRegist__listTitle, .p-attendingRegist__listTitle--secondary, .p-attendingRegist__listTitle--third, .p-attendingRegist__listTitle--fourth {
    border-right: none;
    padding: 6px 20px;
    width: 100%;
  }
  .p-attendingRegist__listTitle:last-of-type, .p-attendingRegist__listTitle--secondary:last-of-type, .p-attendingRegist__listTitle--third:last-of-type, .p-attendingRegist__listTitle--fourth:last-of-type {
    border-bottom: 1px solid #bfbfbf;
  }
  .p-attendingRegist__listTitle--secondary:first-of-type {
    padding: 5px 20px 5px;
  }
  .p-attendingRegist__listTitle--secondary:not(:last-of-type) {
    border-bottom: 1px solid #bfbfbf;
  }
  .p-attendingRegist__listTitle--secondary select {
    width: 312px;
  }
  .p-attendingRegist__listTitle--third {
    padding: 5px 20px 5px;
  }
  .p-attendingRegist__listTitle--fourth {
    padding: 5px 20px 5px;
  }
  .p-attendingRegist__listTitle--fourth:not(:last-of-type) {
    border-bottom: 1px solid #bfbfbf;
  }
  .p-attendingRegist__item, .p-attendingRegist__item--secondary, .p-attendingRegist__item--third, .p-attendingRegist__item--fourth {
    width: 100%;
  }
  .p-attendingRegist__item--secondary:first-of-type {
    padding: 15px 20px 15px;
  }
  .p-attendingRegist__item--secondary:not(:first-of-type) {
    padding: 15px 20px 15px;
  }
  .p-attendingRegist__item--secondary:not(:last-of-type) {
    border-bottom: 1px solid #bfbfbf;
  }
  .p-attendingRegist__item--secondary input[type=text] {
    padding: 10px;
  }
  .p-attendingRegist__item--secondary select {
    padding: 10px 40px 10px 10px;
  }
  .p-attendingRegist__item--third {
    padding: 15px 20px 15px;
  }
  .p-attendingRegist__item--third input[type=text] {
    padding: 10px;
  }
  .p-attendingRegist__item--fourth {
    padding: 15px 20px 15px;
  }
  .p-attendingRegist__item--fourth:not(:last-of-type) {
    border-bottom: 1px solid #bfbfbf;
  }
  .p-attendingRegist__item__row--top {
    display: block;
  }
  .p-attendingRegist__item__row--bottom {
    display: block;
  }
  .p-attendingRegist__item__row__left {
    margin-bottom: 20px;
    width: 100%;
  }
  .p-attendingRegist__item__row__right {
    width: 100%;
  }
  .p-attendingRegist__item__title.-second {
    margin-top: 20px;
  }
  .p-attendingRegist__input__postalCode {
    width: 30%;
  }
  .p-attendingRegist__input__tell {
    width: 30%;
  }
  .p-attendingRegist__item__textWrap input {
    width: 40%;
  }
  .p-attendingRegist__radioList--col3 {
    display: block;
  }
  .p-attendingRegist__radioItem:not(:last-of-type) {
    margin-right: 40px;
  }
  .p-attendingRegist__radioLabel {
    padding: 10px;
  }
  .p-attendingRegist__itemList__item {
    display: block;
  }
  .p-attendingRegist__itemList__item:not(:last-of-type) {
    margin-bottom: 15px;
  }
  .p-attendingRegist__itemList__title {
    margin-bottom: 5px;
  }
  .p-attendingRegist__alertBox {
    margin: 30px auto 0;
    width: 100%;
  }
  .p-attendingRegist__term {
    padding: 20px;
  }
  .p-attendingRegist__item__col2__inner {
    display: block;
    width: 100%;
  }
  .p-attendingRegist__item__col2__text {
    margin-bottom: 6px;
  }
  .p-attendingRegist__item__col2__company__inner {
    width: 100%;
  }
  .p-attendingRegist__item__col2__company__inner:not(:last-of-type) {
    margin-right: 0;
  }
  .p-attendingRegist__item__textWrap {
    display: block;
  }
  .p-attendingRegist__item__textWrap__ttl {
    margin-bottom: 6px;
  }
  .p-attendingRegist__item__term {
    display: block;
    width: 100%;
  }
  .p-attendingRegist__item__term__inner {
    width: 100%;
  }
  .p-attendingRegist__termBox {
    margin: 10px 0 40px;
    width: 100%;
  }
  .p-attendingRegist__bottom__section {
    margin: 0 0 20px 0;
    padding: 0;
  }
  .p-attendingRegist__bottom__list {
    margin-bottom: 0;
    padding-left: 1rem;
  }
  .p-attendingRegist__bottom__item {
    margin-bottom: 10px;
  }
  .p-attendingRegist__bottom__item:last-of-type {
    margin-bottom: 0;
  }
  .p-attendingRegist__section {
    margin-bottom: 40px;
  }
  .p-attendingRegist__confirm {
    font-size: 14px;
  }
}
.p-attendingComplete {
  min-height: calc(100vh - 53px - 62px);
}
.p-attendingComplete__messageWrap {
  min-height: calc(100vh - 53px - 62px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-attendingComplete__message {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 20vh;
}
.p-attendingComplete__wrap {
  margin: auto;
  padding: 60px 0 100px;
  width: 1200px;
}
.p-attendingComplete__titleSecondary {
  font-size: 32px;
  margin-bottom: 30px;
}
.p-attendingComplete__titleSecondary__sub {
  display: block;
}
.p-attendingComplete__titleSecondary__sub:not(:first-of-type) {
  display: block;
  padding-left: 32px;
}
.p-attendingComplete__titleTertiary {
  font-size: 20px;
  margin-bottom: 20px;
  border-left: 5px solid #0f218b;
  padding-left: 15px;
}
.p-attendingComplete__title {
  font-size: 24px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
}
.p-attendingComplete__title::after {
  background-color: #233495;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 40px;
  bottom: 0;
}
.p-attendingComplete__title__lv3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.p-attendingComplete__box {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-attendingComplete__col2 {
  width: 50%;
}
.p-attendingComplete__col2:last-of-type {
  margin-left: 40px;
}
.p-attendingComplete__text {
  margin-bottom: 60px;
}
.p-attendingComplete__box__text {
  margin-bottom: 20px;
}
.p-attendingComplete__list__wrap {
  background-color: #fff;
  border: 1px solid #bfbfbf;
  margin-bottom: 60px;
  min-height: 428px;
  padding: 18px 30px;
}
.p-attendingComplete__title__lv4 {
  margin-bottom: 10px;
}
.p-attendingComplete__list__wrap__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-attendingComplete__list__title__lv4 {
  margin-right: 30px;
  width: 70px;
}
.p-attendingComplete__list__wrap__inner__list {
  width: calc(100% - 100px);
}
.p-attendingComplete__list__wrap__inner__item {
  margin-bottom: 10px;
}
.p-attendingComplete__list__wrap__inner__item:not(:last-of-type) {
  border-bottom: 1px dotted #ddd;
  padding-bottom: 10px;
}
.p-attendingComplete__item {
  margin: 10px 0;
}
.p-attendingComplete__item:not(:last-of-type) {
  padding-bottom: 10px;
  border-bottom: 1px dotted #ddd;
}

@media screen and (max-width: 1200px) {
  .p-attendingComplete__messageWrap {
    padding: 0 20px;
  }
  .p-attendingComplete__wrap {
    padding: 60px 20px;
    width: auto;
  }
  .p-attendingComplete__text {
    margin-bottom: 20px;
  }
  .p-attendingComplete__col2:last-of-type {
    margin-top: 96px;
  }
}
@media screen and (max-width: 768px) {
  .p-attendingComplete__wrap {
    padding: 20px 20px 60px;
  }
  .p-attendingComplete__titleSecondary {
    font-size: 24px;
    margin-bottom: 12px;
  }
  .p-attendingComplete__text {
    margin-bottom: 40px;
  }
  .p-attendingComplete__box__text {
    margin-bottom: 10px;
  }
  .p-attendingComplete__title {
    font-size: 24px;
    line-height: 1.4;
    margin: 10px 0 20px;
    padding-bottom: 15px;
  }
  .p-attendingComplete__title::after {
    height: 4px;
    width: 30px;
  }
  .p-attendingComplete__title__lv3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .p-attendingComplete__box {
    display: block;
  }
  .p-attendingComplete__col2 {
    width: 100%;
  }
  .p-attendingComplete__col2:last-of-type {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .p-attendingComplete__list__wrap {
    min-height: auto;
    padding: 6px 20px;
    width: 100%;
  }
  .p-attendingComplete__list__wrap:first-of-type {
    margin-bottom: 30px;
  }
}
.p-attendingFormalRegist__wrap {
  margin: auto;
  padding: 60px 0;
  width: 1200px;
}
.p-attendingFormalRegist__title {
  font-size: 48px;
  margin-bottom: 30px;
}
.p-attendingFormalRegist__titleSecondary {
  font-size: 32px;
  margin-bottom: 5px;
}
.p-attendingFormalRegist__text {
  margin-bottom: 30px;
}
.p-attendingFormalRegist__list {
  border: 1px solid #bfbfbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 50px;
}
.p-attendingFormalRegist__listTitle {
  background-color: #e6e6e6;
  border-right: 1px solid #bfbfbf;
  padding: 18px 20px 17px;
  width: 340px;
}
.p-attendingFormalRegist__listTitle:not(:last-of-type) {
  border-bottom: 1px solid #bfbfbf;
}
.p-attendingFormalRegist__item {
  padding: 15px 20px 15px;
  width: calc(100% - 340px);
}
.p-attendingFormalRegist__item:not(:last-of-type) {
  border-bottom: 1px solid #bfbfbf;
}

@media screen and (max-width: 1200px) {
  .p-attendingFormalRegist__wrap {
    padding: 60px 20px;
    width: auto;
  }
  .p-attendingFormalRegist__listTitle {
    width: 280px;
  }
  .p-attendingFormalRegist__item {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 768px) {
  .p-attendingFormalRegist__wrap {
    padding: 20px;
  }
  .p-attendingFormalRegist__title {
    font-size: 32px;
    margin-bottom: 12px;
    line-height: 1.4;
  }
  .p-attendingFormalRegist__titleSecondary {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .p-attendingFormalRegist__text {
    margin-bottom: 15px;
  }
  .p-attendingFormalRegist__list {
    margin-bottom: 20px;
  }
  .p-attendingFormalRegist__listTitle {
    border-right: none;
    padding: 6px 20px;
    width: 100%;
  }
  .p-attendingFormalRegist__listTitle:last-of-type {
    border-bottom: 1px solid #bfbfbf;
  }
  .p-attendingFormalRegist__item {
    width: 100%;
  }
}
.is-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}
.u-fw--bold {
  font-weight: bold;
}

.u-strong {
  font-weight: bold;
  font-size: 24px;
}

.u-list {
  list-style-type: disc;
  margin: 0.25em 0 0.25em 1.5em;
  text-indent: 0.2em;
}

.u-bgblack--lv1 {
  background-color: #333;
}

.u-separate--bottom {
  border-bottom: 1px dashed #fff;
  margin-bottom: 4px;
  padding-bottom: 4px;
}

.u-newtab::after {
  background: url(/img/icon_window.png) right center;
  content: "";
  display: inline-block;
  height: 9px;
  margin-left: 4px;
  width: 9px;
}

.mb10 {
  margin-bottom: 10px !important;
}

.c-none {
  display: none;
}

#err {
  position: relative;
  display: block;
  margin: 10px 0 0;
  padding: 10px 10px 10px 29px;
  background-color: #ffd9d9;
  border-radius: 2px;
  color: #d00;
  font-weight: bold;
}

#err::after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAANCAYAAAB2HjRBAAAAlklEQVQ4y2O4ycDAgANXAPErIDbGpQaXRkUg/g7E/4H4OBAzkqJ5HVQjDMcRq9kRTSMIPwFiHkKamYH4EkwTCCAZ0EJIcyayjWiav0PDAqtmASB+g0czCK/GpXkiul+xaP4PDRMUzRpA/JtIzRegYQPXvBOLInw4A6bZG5ciHDb/h6Y8AZDmqyTaCsOdIM0nyND4F4irAczKINalSQW1AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  display: block;
  height: 13px;
  left: 10px;
  top: 15px;
  width: 15px;
}

/*---------------------------------------
global
---------------------------------------*/
/*---------------------------------------
foundation
---------------------------------------*/
/*---------------------------------------
layout
---------------------------------------*/
/*---------------------------------------
component
---------------------------------------*/
/*---------------------------------------
project
---------------------------------------*/
/*mss page
---------------------------------------*/
/*attending_registration page
---------------------------------------*/
/*---------------------------------------
utility
---------------------------------------*/