@charset "UTF-8";

* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type='color']::-webkit-color-swatch {
  border: none;
}

input[type='color']::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: inherit;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

ul,
ol {
  list-style-type: none;
}

/* フォーム用 */
input,
select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

ul,
ol {
  list-style-type: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

*:before,
*:after {
  box-sizing: inherit;
}

input::placeholder {
  color: #ccc;
}

/* IE */
input:-ms-input-placeholder {
  color: #ccc;
}

/* Edge */
input::-ms-input-placeholder {
  color: #ccc;
}

/* Base */
html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  font-size: 1.6rem;
  font-family: 'Noto Sans JP', 'Helvetica Neue', Arial,
    'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

svg {
  width: auto;
  height: auto;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

ul {
  list-style: none;
}

button {
  font-family: 'Noto Serif JP', serif;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
}

a {
  display: inline-block;
  color: #000;
  opacity: 1;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  body {
  }
}

.l-container {
  position: relative;
}

.l-header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1002;
  transition: all 0.3s ease;
  background: linear-gradient(
    rgba(1, 1, 24, 0.25),
    rgba(1, 1, 24, 0.2) 50%,
    rgba(1, 1, 24, 0)
  );
}

.l-header.-fixed {
  background: rgba(0, 0, 0, 0.75);
}

.l-header.-fixed .p-header__inner {
  height: 120px;
}

@media screen and (max-width: 959px) {
  .l-header.-fixed .p-header__inner {
    height: 90px;
  }
}

.l-section {
  padding-top: 100px;
  position: relative;
}

.l-section.-program {
  /* display: none; */
}

.c-btn {
  margin-top: 50px;
  position: relative;
  overflow: hidden;
}

.c-btn__link {
  width: 240px;
  height: 52px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #f39800;
  border-radius: 26px;
  transition: 0.25s;
}

.c-btn__link:hover {
  color: #fff;
  background-color: #f2a940;
}

.c-dlBtn {
  width: 128px;
  height: 28px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #898989;
  border-radius: 5px;
  transition: 0.25s;
  font-size: 1.4rem;
}

.c-dlBtn:hover {
  opacity: 0.75;
}

@media screen and (max-width: 767px) {
  .c-dlBtn {
    margin-left: 0;
  }
}

.c-card {
  margin-bottom: -40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-card__item {
  position: relative;
  background-color: #fff;
}

.c-card.-col3 > .c-card__item {
  width: 30.18873%;
  margin-right: 4.7169%;
  margin-bottom: 40px;
}

.c-card.-col3 > .c-card__item:nth-of-type(3n),
.c-card.-col3 > .c-card__item:last-child {
  margin-right: 0;
}

.c-card.-col6 > .c-card__item {
  width: 12.5%;
  margin-right: 5%;
  margin-bottom: 40px;
}

.c-card.-col6 > .c-card__item:nth-of-type(6n) {
  margin-right: 0;
}

.c-card__nameEn {
  font-family: 'Abel', sans-serif;
  font-size: 4rem;
  color: #f39800;
  text-align: center;
}

.c-card__name {
  padding: 10px;
  font-size: 1.8rem;
  line-height: 1.2;
  text-align: center;
}

.c-card__text {
  margin-top: 10px;
  text-align: center;
  line-height: 1.4;
}

.c-card__text.-topAbout {
  color: #175fa5;
  font-size: 2.4rem;
}

.c-card__text.-contents {
  font-size: 1.8rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #231815;
}

.c-card__link {
  width: 100%;
  transition: 0.2s;
}

.c-card__link:hover {
  opacity: 0.7;
}

.c-card__img {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  text-align: center;
}

.c-card__img.-riTheme {
  margin-top: 10px;
  max-width: 200px;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
}

.c-card__img.-chairman {
  margin-top: 10px;
  max-width: 161px;
}

.c-card__img.-sectionTheme {
  margin-top: 10px;
  max-width: 200px;
  aspect-ratio: 1 / 1;
  display: grid;
  place-items: center;
}

.c-card__img.-sectionTheme img {
  max-width: 170px;
}

.c-card__img.-report {
  max-width: 200px;
  border: 1px solid #231815;
}

.c-card__detail {
  padding-top: 10px;
  line-height: 1.5;
  font-size: 1.5rem;
}

.c-card__titleMe {
  font-size: 1.7rem;
}

@media screen and (max-width: 1199px) {
  .c-card.-col6 > .c-card__item {
    width: 30.18873%;
    margin-right: 4.7169%;
    margin-bottom: 40px;
  }

  .c-card.-col6 > .c-card__item:nth-of-type(3n) {
    margin-right: 0;
  }

  .c-card__link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .c-card {
    margin-bottom: -60px;
  }

  .c-card.-col3 {
    justify-content: center;
  }

  .c-card.-col3 > .c-card__item {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-bottom: 60px;
  }

  .c-card.-col3 > .c-card__item:nth-of-type(3n) {
    margin-right: 20px;
  }

  .c-card.-col3 > .c-card__item:last-child {
    margin-right: 0;
  }

  .c-card.-col3 > .c-card__item:nth-of-type(2n) {
    margin-right: 0;
  }

  .c-card.-col6 > .c-card__item {
    width: calc(50% - 20px);
    margin-right: 40px;
    margin-bottom: 60px;
  }

  .c-card.-col6 > .c-card__item:nth-of-type(3n) {
    margin-right: 40px;
  }

  .c-card.-col6 > .c-card__item:nth-of-type(2n) {
    margin-right: 0;
  }

  .c-card__link {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 180px;
  }

  .c-card__nameEn {
    font-size: 3.6rem;
  }

  .c-card__name {
    font-size: 1.6rem;
  }

  .c-card__text.-topAbout {
    font-size: 2.2rem;
  }

  .c-card__text.-contents {
    font-size: 1.8rem;
    padding-bottom: 10px;
    border-bottom: 1px solid #231815;
  }

  .c-card__link {
    width: 100%;
    transition: 0.2s;
  }

  .c-card__link:hover {
    opacity: 0.7;
  }

  .c-card__img {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    text-align: center;
  }

  .c-card__img.-riTheme {
    margin-top: 10px;
    max-width: 197px;
  }

  .c-card__img.-chairman {
    margin-top: 10px;
    max-width: 161px;
  }

  .c-card__img.-sectionTheme {
    margin-top: 10px;
    max-width: 181px;
  }

  .c-card__img.-report {
    max-width: 200px;
    border: 1px solid #231815;
  }
}

@media screen and (max-width: 479px) {
  .c-card__nameEn {
    font-size: 3.2rem;
  }

  .c-card__name {
    font-size: 1.4rem;
  }

  .c-card__text.-topAbout {
    font-size: 1.8rem;
  }
}

.c-input__field {
  display: block;
  width: 100%;
  height: 50px;
  padding: 15px 15px 17px;
  border-radius: 5px;
  line-height: 1;
  border: 1px solid #f39800;
}

.c-input__submit {
  width: 360px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  background-color: #f39800;
  border-radius: 30px;
  color: #fff;
  font-size: 2.2rem;
  text-align: center;
  transition: 0.2s;
}

.c-input__submit:hover {
  color: #f39800;
  background-color: #fff;
  border: 1px solid #f39800;
}

@media screen and (max-width: 479px) {
  .c-input__field {
    height: 35px;
    padding: 10px 10px 12px;
  }
  .c-input__submit {
    width: 198px;
    height: 35px;
    border-radius: 18px;
    font-size: 1.4rem;
  }
}

.c-heading {
  text-align: center;
  position: relative;
  margin: 0 auto;
  padding-bottom: 50px;
}

.c-heading__title {
  margin-top: 10px;
  text-align: center;
  font-size: 2rem;
  line-height: 1.66;
}

.c-heading__titleEn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Abel', sans-serif;
  font-size: 5rem;
  color: #f39800;
}

.c-heading__titleSub {
  margin-left: 15px;
  width: 80px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 2rem;
  border: 1px solid #f39800;
  font-family: 'Noto Sans JP', 'Helvetica Neue', Arial,
    'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}

@media screen and (max-width: 767px) {
  .c-heading__titleEn {
    font-size: 4.5rem;
  }

  .c-heading__titleEn {
    display: block;
  }

  .c-heading__titleSub {
    display: block;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .c-heading__titleEn {
    font-size: 4rem;
  }
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}

span.wpcf7-list-item {
  position: relative;
  margin: 0 !important;
  /*項目ごとの余白を調整*/
}

.wpcf7-list-item-label {
  /*項目の色や文字サイズ*/
  cursor: pointer;
}

input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  /*既存のチェックボックスを見えなくする*/
}

.wpcf7-list-item-label:before {
  /*チェックボックスの枠*/
  content: '';
  border: 1px solid #707070;
  display: inline-block;
  height: 16px;
  width: 16px;
  position: relative;
  top: -2px;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}

input[type='checkbox']:checked + .wpcf7-list-item-label:after {
  /*チェックアイコン*/
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 5px;
  width: 5px;
  height: 12px;
  background-size: contain;
  border-right: 3px solid #f39800;
  border-bottom: 3px solid #f39800;
  transform: rotate(45deg);
}

.c-link {
  transition: 0.2s;
}

.c-link__privacy {
  text-decoration: underline;
}

.c-link.-light {
  color: #fff;
}

.c-link.-medium {
  font-size: 3rem;
}

.c-link:hover {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.c-link.-primary {
  color: #f39800;
}

.c-link.-primary:hover {
  opacity: 0.6;
}

.c-link.-underline {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .c-link.-medium {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 479px) {
  .c-link.-medium {
    font-size: 2rem;
  }
}

.c-list {
  display: flex;
  flex-wrap: wrap;
}

.c-list.-col3 > .c-list__item {
  display: flex;
  align-items: center;
  width: 30.18873%;
  margin-right: 4.7169%;
  margin-bottom: 40px;
}

.c-list.-col3 > .c-list__item:nth-of-type(3n) {
  margin-right: 0;
}

.c-list__link {
  display: flex;
  align-items: center;
  font-size: 2rem;
  line-height: 1.3;
  transition: 0.25s;
}

.c-list__link:hover {
  opacity: 0.6;
}

.c-list__link::before {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background-image: url('../images/rotary_icon.png');
  background-size: 40px 40px;
}

@media screen and (max-width: 959px) {
  .c-list.-col3 > .c-list__item {
    width: 46.875%;
    margin-right: 6.25%;
  }

  .c-list.-col3 > .c-list__item:nth-of-type(3n) {
    margin-right: 6.25%;
  }

  .c-list.-col3 > .c-list__item:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .c-list.-col3 > .c-list__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .c-list.-col3 > .c-list__item:last-child {
    margin-bottom: 0;
  }

  .c-list__link {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 479px) {
}

.c-menuBtn {
  display: none;
  position: fixed;
  right: 15px;
  top: 28px;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .c-menuBtn {
    display: block;
    z-index: 1005;
  }
  .c-menuBtn__trigger,
  .c-menuBtn__trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .c-menuBtn__trigger {
    position: relative;
    width: 46px;
    height: 38px;
    border-radius: 2px;
  }
  .c-menuBtn__trigger span {
    position: absolute;
    right: 0;
    width: 36px;
    height: 4px;
    background-color: #fff;
    border-radius: 2px;
  }
  .c-menuBtn__trigger span:nth-of-type(1) {
    top: 5px;
  }
  .c-menuBtn__trigger span:nth-of-type(2) {
    top: 17px;
  }
  .c-menuBtn__trigger span:nth-of-type(3) {
    bottom: 5px;
  }
}

@media screen and (max-width: 959px) {
  .-js-open .c-menuBtn__trigger span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
  }
  .-js-open .c-menuBtn__trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .-js-open .c-menuBtn__trigger span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
  }
  .-js-open .p-header__logo {
    position: fixed;
    top: 19px;
  }
}

.c-pageTop {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 65px;
  z-index: 1001;
}

.c-pageTop__link {
  transition: 0.2s;
}

.c-pageTop__link:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .c-pageTop {
    width: 70px;
    right: 15px;
  }
}

.c-select {
  display: inline-block;
  position: relative;
}

.c-select::after {
  position: absolute;
  content: '';
  display: inline-block;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 12px;
  height: 7px;
  background-image: url(../images/select_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}

.c-select__field {
  display: block;
  padding: 10px 80px 12px 15px;
  border-radius: 5px;
  line-height: 1;
  border: 1px solid #f39800;
}

@media screen and (max-width: 479px) {
  .c-select__field {
    padding: 10px 75px 12px 10px;
  }
}

.c-textarea__field {
  display: block;
  width: 100%;
  padding: 15px;
  border-radius: 5px;
  line-height: 1;
  border: 1px solid #f39800;
}

@media screen and (max-width: 479px) {
  .c-textarea__field {
    padding: 10px;
  }
}

.c-underline {
  text-decoration: underline;
}

.p-article {
  background-color: #e9f2e9;
}

.p-article__inner {
  max-width: 780px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 40px 144px;
}

.p-article__info {
  margin-top: 30px;
}

.p-article__title {
  padding-top: 5px;
  padding-bottom: 25px;
  font-size: 2.6rem;
  line-height: 1.3;
  color: #20992a;
}

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

.p-article__body h1,
.p-article__body h2,
.p-article__body h3,
.p-article__body h4,
.p-article__body h5,
.p-article__body h6 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.p-article__body * + h1,
.p-article__body * + h2,
.p-article__body * + h3,
.p-article__body * + h4,
.p-article__body * + h5,
.p-article__body * + h6 .p-article__body * + img,
.p-article__body * + p,
.p-article__body * .wp-block-image {
  margin-top: 2em;
}

.p-article__body img {
  margin-top: 1em;
}

.p-article__link {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
}

.p-article__prev {
  position: absolute;
  top: 15px;
  left: 0;
}

.p-article__next {
  position: absolute;
  top: 15px;
  right: 0;
}

@media screen and (max-width: 767px) {
  .p-article__inner {
    padding: 30px 10px 68px;
  }
  .p-article__title {
    padding-top: 5px;
    padding-bottom: 15px;
    font-size: 2.2rem;
    line-height: 1.3;
    color: #20992a;
  }
  .p-article__title.-houjin {
    color: #20992a;
  }
  .p-article__title.-ryougoen {
    color: #a6c248;
  }
  .p-article__title.-kouseien {
    color: #6bb893;
  }
  .p-article__title.-nishiki {
    color: #6197d0;
  }
  .p-article__title.-works {
    color: #806dbf;
  }
  .p-article__title.-tudoi {
    color: #ff92a9;
  }
  .p-article__title.-shien {
    color: #f09064;
  }
  .p-article__title.-hohoemi {
    color: #ffb53d;
  }
  .p-article__body {
    padding-top: 25px;
    padding-bottom: 45px;
    font-size: 1.6rem;
  }
  .p-article__link {
    font-size: 1.6rem;
  }
  .p-article__prev {
    top: 5px;
  }
  .p-article__next {
    top: 5px;
  }
}

@media screen and (max-width: 479px) {
  .p-article__title {
    font-size: 2rem;
  }
  .p-article__body {
    font-size: 1.4rem;
  }
  .p-article__link {
    font-size: 1.4rem;
  }
}

.p-contact__item {
  display: flex;
}

.p-contact__item:not(:last-child) {
  margin-bottom: 20px;
}

.p-contact__header {
  flex-shrink: 0;
  flex-basis: 150px;
  margin-right: 30px;
  padding-top: 15px;
}

.p-contact__body {
  flex-grow: 1;
}

.p-contact__text {
  font-size: 1.6rem;
  color: #e60012;
}

.p-contact__checkbox {
  margin-top: 20px;
  text-align: center;
}

.p-contact__submit {
  margin-top: 40px;
  text-align: center;
}

.p-contact__privacyHeading {
  margin-top: 50px;
  margin-bottom: 15px;
  color: #20992a;
}

.p-contact__privacy {
  text-align: center;
}

@media screen and (max-width: 959px) {
  .p-contact__item {
    flex-direction: column;
  }
  .p-contact__item:not(:last-child) {
    margin-bottom: 15px;
  }
  .p-contact__header {
    flex-basis: auto;
    margin-right: 0;
    margin-bottom: 5px;
    padding-top: 0;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__item {
    font-size: 1.6rem;
  }
  .p-contact__privacy {
    font-size: 1.6rem;
    text-align: left;
  }
  .p-contact__checkbox {
    font-size: 1.6rem;
  }
  .p-contact__privacyHeading {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

.p-contactBlock {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-contactBlock__heading {
  margin-right: 30px;
  width: 168px;
  flex-shrink: 0;
}

.p-contactBlock__headingPc {
  display: block;
}

.p-contactBlock__headingSp {
  display: none;
}

.p-contactBlock__body {
  margin-top: 20px;
  font-size: 2.5rem;
  line-height: 1.2;
}

.p-contactBlock__name {
  margin-right: 1em;
}

@media screen and (max-width: 959px) {
  .p-contactBlock__body {
    margin-top: 25px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-contactBlock {
    flex-direction: column;
  }

  .p-contactBlock__body {
    margin-top: 20px;
    text-align: center;
    line-height: 1.5;
    font-size: 2.5rem;
  }

  .p-contactBlock__name {
    display: block;
    margin-right: 0;
  }

  .p-contactBlock__heading {
    margin-right: 0;
    width: 140px;
    height: auto;
    flex-shrink: 0;
  }

  .p-contactBlock__headingPc {
    display: none;
  }

  .p-contactBlock__headingSp {
    display: block;
  }
}

.p-facebook {
  display: flex;
}

.p-facebook__item {
  width: 30.18873%;
  margin-right: 4.7169%;
  margin-bottom: 40px;
}

.p-facebook__item:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .p-facebook {
    flex-direction: column;
    margin-bottom: -30px;
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
  }

  .p-facebook__item {
    width: 100%;
    max-width: 340px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
}

.p-footer {
  margin-top: 100px;
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #595757;
}

.p-footer__inner {
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-footer__logo {
  max-width: 320px;
}

.p-footer__logoLink {
  transition: 0.25s;
}

.p-footer__logoLink:hover {
  opacity: 0.75;
}

.p-footer__btnLink {
  width: 120px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: 0.25s;
}

.p-footer__btnLink.-member {
  color: #fff;
  background-color: #f39800;
}

.p-footer__btnLink.-member:hover {
  color: #fff;
  background-color: #f2a940;
}

.p-footer__copyright {
  margin-top: 100px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .p-footer__btnLink {
    font-size: 1.5rem;
    width: 100px;
    height: 58px;
  }
}

@media screen and (max-width: 959px) {
  .p-footer__inner {
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .p-footer__btnLink {
    font-size: 1.6rem;
    width: 120px;
    height: 68px;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__logo {
    max-width: 240px;
  }

  .p-footer__inner {
    padding-right: 15px;
    padding-left: 15px;
  }

  .p-footer__btn {
    margin-top: 20px;
  }
}

.p-footerNav {
  display: flex;
  z-index: 100;
  align-items: center;
}

.p-footerNav__inner {
  margin-right: 30px;
  margin-left: 30px;
}

.p-footerNav__list {
  display: flex;
  align-items: center;
  height: 40px;
}

.p-footerNav__item {
  border-right: 1px solid #fff;
}

.p-footerNav__item:first-child {
  border-left: 1px solid #fff;
}

.p-footerNav__link {
  width: 140px;
  text-align: center;
  color: #fff;
  transition: 0.25s;
}

.p-footerNav__link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1199px) {
  .p-footerNav__inner {
    margin-right: 15px;
    margin-left: 15px;
  }
  .p-footerNav__link {
    font-size: 1.5rem;
    width: 110px;
  }
}

@media screen and (max-width: 959px) {
  .p-footerNav {
    margin-top: 50px;
  }

  .p-footerNav__inner {
    margin-right: 30px;
    margin-left: 0;
  }

  .p-footerNav__link {
    font-size: 1.6rem;
    width: 140px;
  }
}

@media screen and (max-width: 767px) {
  .p-footerNav {
    flex-direction: column;
  }

  .p-footerNav__inner {
    margin-right: 0;
  }

  .p-footerNav__list {
    flex-wrap: wrap;
    height: auto;
  }

  .p-footerNav__item {
    width: 50%;
    text-align: center;
    margin-bottom: 30px;
  }

  .p-footerNav__item:nth-of-type(3n) {
    border-left: 1px solid #fff;
  }

  .p-footerNav__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 30px;
  }
}

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

.p-globalNav__inner {
  margin-left: 30px;
}

.p-globalNav__list {
  display: flex;
  align-items: center;
  height: 40px;
}

.p-globalNav__item {
  width: 140px;
  border-right: 1px solid #fff;
}

.p-globalNav__item:first-child {
  border-left: 1px solid #fff;
}

.p-globalNav__list.-lower .p-globalNav__item:last-child,
.p-globalNav__list.-lower .p-globalNav__item:nth-child(3) {
  border-right: none;
}

.p-globalNav__link {
  width: 140px;
  text-align: center;
  color: #fff;
  transition: 0.25s;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
}

.p-globalNav__link:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1199px) {
  .p-globalNav__item {
    width: 110px;
  }
  .p-globalNav__inner {
    margin-right: 15px;
    margin-left: 15px;
  }

  .p-globalNav__link {
    font-size: 1.5rem;
    width: 110px;
  }
}

@media screen and (max-width: 1079px) {
}

@media screen and (max-width: 959px) {
  .p-globalNav {
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
    left: auto;
    transform: none;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.75);
    top: 0;
    padding-top: 90px;
    padding-bottom: 140px;
    right: -100%;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 1004;
    transition: right 0.5s;
  }

  .p-globalNav__inner {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }

  .p-globalNav__list {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .p-globalNav__item {
    border-right: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 2rem;
    border-bottom: 1px solid #fff;
  }

  .p-globalNav__item:first-child {
    border-left: none;
  }

  .p-globalNav__list.-lower .p-globalNav__item:last-child {
    border-bottom: none;
  }

  .p-globalNav__link {
    width: 100%;
    text-shadow: none;
  }

  .p-globalNav__list:first-child {
    border-top: 1px solid #fff;
  }

  .p-globalNav__link {
    display: block;
    padding: 15px;
    width: 100%;
  }
}

@media screen and (max-width: 959px) {
  .-js-open .p-globalNav {
    right: 0;
  }
}

.p-header {
  width: 100%;
  transition: all 0.2s;
}

.p-header__inner {
  max-width: 1280px;
  height: 140px;
  padding-right: 40px;
  padding-left: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-header__logo {
  position: relative;
  max-width: 320px;
  z-index: 1005;
}

.p-header__logoLink {
  transition: 0.25s;
}

.p-header__logoLink:hover {
  opacity: 0.75;
}

.p-header__btnLink {
  margin-right: auto;
  margin-left: auto;
  width: 140px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  transition: 0.25s;
}

.p-header__btnLink.-member {
  color: #fff;
  background-color: #f39800;
}

.p-header__btnLink.-member:hover {
  color: #fff;
  background-color: #f2a940;
}

@media screen and (max-width: 1199px) {
  .p-header__btnLink {
    font-size: 1.5rem;
    width: 110px;
    border-radius: 5px;
  }
}

@media screen and (max-width: 959px) {
  .p-header__inner {
    height: 90px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .p-header__btn {
    margin-top: 50px;
  }

  .p-header__logo {
    max-width: 240px;
  }

  .p-header__btnLink {
    width: 120px;
    height: 56px;
    border-radius: 8px;
  }
}

@media screen and (max-width: 767px) {
  .p-header__logo {

  }
}

@media screen and (max-width: 479px) {
}

.p-headingCopy {
  padding-bottom: 30px;
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-headingCopy {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.p-mainVisual {
  position: relative;
}

.p-mainVisual__headerBg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.3) 61%, rgba(0, 0, 0, 0) 100%);
  z-index: 1;
}

.p-mainVisual__image {
  position: relative;
  min-height: 480px;
  height: -webkit-fill-available;
  height: 100vh;
  height: 100dvh;
}

.p-mainVisual__image img {
  min-height: 480px;
  height: -webkit-fill-available;
  height: 100vh;
  height: 100dvh;
}

.p-mainVisual__copy {
  position: absolute;
  width: 100%;
  max-width: 1280px;
  padding-right: 40px;
  padding-left: 40px;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  font-family: 'Noto Serif JP', serif;
  color: #fff;
  line-height: 1.8;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.p-mainVisual__copyMsg {
  font-size: 3.6rem;
}

.p-mainVisual__copyHeading {
  font-size: 4.8rem;
}

.p-mainVisual__copyText {
  font-size: 2rem;
}

@media screen and (max-width: 1199px) {
  .p-mainVisual__copyText {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 959px) {
  .p-mainVisual__headerBg {
    position: absolute;
    height: 100px;
    background: linear-gradient(180deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.2) 81%, rgba(0,0,0,0) 100%);
  }
}

@media screen and (max-width: 767px) {
  .p-mainVisual__image {
    height: auto;
  }

  .p-mainVisual__image img {
    height: auto;
  }

  .p-mainVisual__copy {
    position: static;
    margin-top: 30px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
    transform: none;
    color: #000;
    text-shadow: none;
  }

  .p-mainVisual__copyMsg {
    font-size: 2.8rem;
  }

  .p-mainVisual__copyHeading {
    font-size: 3.6rem;
  }

  .p-mainVisual__copyText {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 479px) {
  .p-mainVisual__copyMsg {
    font-size: 2rem;
  }

  .p-mainVisual__copyHeading {
    font-size: 2.8rem;
  }

  .p-mainVisual__copyText {
    font-size: 1.4rem;
  }
}

.p-map {
  line-height: 1.77;
}

.p-map__address {
  display: flex;
}

.p-map__addressInner:first-child {
  margin-right: 30px;
}

.p-map__title {
  font-size: 1.8rem;
  font-weight: bold;
}

.p-map__google {
  margin-top: 15px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.p-map__google iframe,
.p-map__google object,
.p-map__google embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-map__address {
    flex-direction: column;
  }

  .p-map__addressInner:first-child {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.p-media {
  display: flex;
}

.p-media__image {
  max-width: 240px;
  margin-right: 50px;
}

.p-media__body {
  width: 100%;
}

.p-media__subTitle {
  font-family: 'Noto Serif JP', serif;
  font-size: 2rem;
  line-height: 1.4;
}

.p-media__title {
  margin-top: 5px;
  font-family: 'Noto Serif JP', serif;
  font-size: 4rem;
  line-height: 1.4;
}

.p-media__text {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 1.77;
}

.p-media__list {
  margin-top: 40px;
  padding: 15px 20px;
  line-height: 1.75;
  background-color: #e6e6e6;
  border-radius: 10px;
}

.p-media__listItem:not(:first-child) {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .p-media {
    flex-direction: column;
  }

  .p-media__image {
    margin-right: auto;
    margin-left: auto;
  }

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

  .p-media__subTitle {
    font-size: 1.8rem;
    text-align: center;
  }

  .p-media__title {
    font-size: 2.8rem;
    text-align: center;
  }

  .p-media__text {
    margin-top: 25px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .p-media__text {
    font-size: 1.4rem;
  }
}

.p-member__box {
  margin-top: 50px;
  font-size: 1.8rem;
  line-height: 1.77;
}

.p-member__table.-detail {
  margin-left: 1em;
}

.p-member__table.-top {
  margin-left: 0;
}

.p-member__table th {
  vertical-align: top;
  padding-right: 1em;
  text-align: left;
  min-width: 100px;
}

.p-member__table td {
  min-width: 100px;
}

.p-member__table span {
  display: inline-block;
}

.p-member__table span:not(:last-child) {
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .p-member__box {
    font-size: 1.6rem;
  }
  .p-member__table.-detail,
  .p-member__table.-detail tbody,
  .p-member__table.-detail tr,
  .p-member__table.-detail th,
  .p-member__table.-detail td,
  .p-member__table.-long,
  .p-member__table.-long tbody,
  .p-member__table.-long tr,
  .p-member__table.-long th,
  .p-member__table.-long td {
    width: 100%;
    display: block;
  }
}

.p-memberList {
  width: 100%;
}

.p-memberList,
.p-memberList th,
.p-memberList td {
  border: 1px solid #231815;
}

.p-memberList th,
.p-memberList td {
  padding: 10px;
  line-height: 1.3;
  vertical-align: middle;
}

.p-memberList th {
  background-color: #fff5d7;
  text-align: left;
}

.p-memberList td:first-child,
.p-memberList td:nth-of-type(2n) {
  background-color: #efefef;
}

.p-memberList td.p-memberList__ruby {
  padding-top: 16px;
}

.p-memberList__alphabet {
  text-align: center;
}

.p-memberList td.p-memberList__linkData {
  background-color: #fff;
}

.p-memberList__linkList {
  display: flex;
  flex-wrap: wrap;
}

.p-memberList__linkItem:not(:last-child) {
  margin-right: 5px;
}

.p-memberList__link {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  background-color: #231815;
}

.p-memberList__sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-memberList {
    font-size: 1.6rem;
  }
  .p-memberList,
  .p-memberList tbody,
  .p-memberList tr,
  .p-memberList th,
  .p-memberList td {
    width: 100%;
    border: none;
    display: block;
  }

  .p-memberList tr:first-child {
    display: none;
  }

  .p-memberList td {
    padding: 15px 0 0;
  }

  .p-memberList td:first-child,
  .p-memberList td:nth-of-type(2n) {
    background-color: #fff;
  }

  .p-memberList tr {
    padding-bottom: 15px;
    border-top: 1px solid #231815;
  }

  .p-memberList tr.p-memberList__spBorderNone {
    border-top: none;
  }

  .p-memberList td.p-memberList__ruby {
    padding-top: 26px;
  }

  .p-memberList td.p-memberList__alphabet {
    padding: 10px;
    background-color: #fff5d7;
    border: 1px solid #231815;
  }

  .p-memberList td.p-memberList__linkData {
    border-top: none;
    padding: 0;
  }

  .p-memberList__linkList {
    margin-bottom: -10px;
  }

  .p-memberList__linkItem:not(:last-child) {
    margin-right: 6.5152175%;
  }

  .p-memberList__linkItem {
    width: 28.989855%;
    margin-right: 6.5152175%;
    margin-bottom: 10px;
  }

  .p-memberList__linkItem:nth-of-type(3n) {
    margin-right: 0;
  }

  .p-memberList__link {
    width: 100%;
  }

  .p-memberList td.p-memberList__pc {
    display: none;
  }

  .p-memberList__sp {
    display: inline;
  }
}

.p-movie__item {
  display: flex;
}

.p-movie__item:not(:first-child) {
  margin-top: 100px;
}

.p-movie__youtube {
  width: 50%;
  margin-right: 30px;
  flex-shrink: 0;
}

.p-movie__youtubeItem {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
}

.p-movie__youtubeItem iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-movie__body {
  line-height: 1.77;
}

.p-movie__title {
  font-size: 2.4rem;
  color: #f39800;
}

.p-movie__text {
  margin-top: 25px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-movie__item {
    flex-direction: column;
  }

  .p-movie__item:not(:first-child) {
    margin-top: 50px;
  }

  .p-movie__youtube {
    width: 100%;
    margin-right: 0;
  }

  .p-movie__title {
    margin-top: 10px;
  }
}

.p-msgbox {
  margin-top: 50px;
  padding: 50px;
  border: 1px solid #231815;
}

.p-msgbox__list {
  font-size: 1.8rem;
  line-height: 1.77;
}

.p-msgbox__listItem:not(:first-child) {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
  .p-msgbox {
    margin-top: 100px;
    padding: 20px;
  }
}

.p-news {
  position: relative;
}

.p-news.-common {
  padding: 35px 0;
}

.p-news__link {
  position: relative;
  display: flex;
  padding-bottom: 5px;
  line-height: 1.5;
  border-bottom: 1px solid #231815;
}

.p-news__new {
  position: absolute;
  top: 0;
  left: -60px;
}

.p-news__item:not(:first-child) {
  margin-top: 25px;
}

.p-news__header {
  display: flex;
}

.p-news__title {
  font-size: 1.8rem;
}

.p-news__date {
  margin-right: 45px;
  padding-top: 1px;
  text-align: right;
  width: 110px;
  font-size: 1.8rem;
  color: #727171;
}

.p-news__list {
  max-width: 1080px;
  margin: 0 auto;
  padding-right: 40px;
  padding-left: 40px;
}

.p-news__list.-twoCol {
  padding-left: 0;
  padding-right: 0;
}

.p-news__list-item:first-child {
  padding-top: 0;
}

.p-news__link:hover .p-news__title {
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

@media screen and (max-width: 767px) {
  .p-news__item {
    flex-direction: column;
    padding-bottom: 0;
  }
  .p-news__item:not(:first-child) {
    margin-top: 0;
  }
  .p-news__header {
    padding-bottom: 5px;
    display: flex;
  }
  .p-news__date {
    width: auto;
    margin-right: 0;
  }
  .p-news__link {
    display: block;
    padding-top: 15px;
  }
  .p-news__list {
    padding-right: 10px;
    padding-left: 10px;
  }
  .p-news__list-item:first-child {
    padding-top: 0;
  }
  .p-news__list-title {
    max-width: 540px;
  }
  .p-news__new {
    left: auto;
    right: 0;
    transform: rotate(20deg);
  }
}

.p-manage__theme {
  font-size: 4rem;
  text-align: center;
  line-height: 1.5;
}

.p-page.-twoCol {
  margin-top: 100px;
}

.p-page__wrapper {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.p-page__wrapper.-medium {
  max-width: 1080px;
}

.p-page__wrapper.-small {
  max-width: 960px;
}

.p-page__title {
  margin-bottom: 15px;
  font-size: 3.6rem;
  line-height: 1.3;
  color: #f39800;
  text-align: center;
}

.p-page__subtTitle {
  margin-top: 50px;
  margin-bottom: 10px;
  font-size: 2.4rem;
  line-height: 1.3;
}

.p-page__text {
  font-size: 1.8rem;
  line-height: 1.77;
}

.p-page__text.-mt30 {
  margin-top: 30px;
}

.p-page__text.-mt50 {
  margin-top: 50px;
}

.p-page__text.-small {
  font-size: 1.5rem;
}

.p-page__text.-mt100 {
  margin-top: 100px;
}

.p-page__textHeading {
  font-size: 2.4rem;
}

.p-page__table {
  margin-top: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.77;
}

.p-page__table th {
  padding-right: 30px;
  text-align: left;
}

.p-page__select {
  margin-top: 50px;
  text-align: center;
}

.p-page__listTitle {
  font-size: 2rem;
}

.p-page__list {
  margin-top: 15px;
  padding-left: 1em;
  list-style-type: decimal;
  font-size: 1.8rem;
  line-height: 1.77;
}

.p-page__list.-disc {
  list-style-type: disc;
}

@media screen and (max-width: 767px) {
  .p-page__wrapper {
    padding-right: 15px;
    padding-left: 15px;
  }

  .p-page__textHeading {
    font-size: 2.2rem;
  }

  .p-page__title {
    font-size: 2.8rem;
    text-align: left;
  }

  .p-page__subtTitle {
    font-size: 2.2rem;
  }

  .p-page__table {
    font-size: 1.6rem;
  }

  .p-page__table th,
  .p-page__table td {
    display: block;
  }

  .p-page__table td {
    font-weight: normal;
  }

  .p-page__text {
    font-size: 1.6rem;
  }

  .p-page__list {
    font-size: 1.6rem;
  }
}

.p-pageContact__header {
  line-height: 1.75;
}

.p-pageContact__title {
  margin-top: 30px;
  font-size: 2.4rem;
}

.p-pageContact__form {
  margin-top: 100px;
  max-width: 640px;
}

.p-pageContact__tel {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 479px) {
  .p-pageContact__lead {
    font-size: 1.4rem;
  }
  .p-pageContact__footerInner {
    font-size: 1.4rem;
  }
}

.p-pageHeader {
  position: relative;
}

.p-pageHeader__imagePc {
  height: 350px;
}

.p-pageHeader__titleWrapper {
  position: absolute;
  display: block;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  color: #fff;
  font-size: 4rem;
  text-align: center;
}

.p-pageHeader__title {
  display: inline-block;
  padding: 4px 8px 8px;
  color: #fff;
  font-size: 4rem;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 959px) {
  .p-pageHeader__titleWrapper {
    transform: translateX(-50%) translateY(0);
  }

  .p-pageHeader__title {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .p-pageHeader__title {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 479px) {
  .p-pageHeader__title {
    font-size: 2.8rem;
  }
}

.p-pageLink {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}

.p-pageLink__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 48px;
  transition: 0.25s;
}

.p-pageLink__item:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.p-pageLink__item:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.p-pageLink__item.-current {
  color: #fff;
  background: #f39800;
}

.p-pageLink__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f39800;
  background: #fff;
  border: 1px solid #f39800;
  width: 140px;
  height: 48px;
  transition: 0.25s;
}

.p-pageLink__item:first-child a {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.p-pageLink__item:last-child a {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.p-pageLink__item a:hover {
  color: #fff;
  background: #f39800;
}

.p-pagePrivacy {
  line-height: 1.75;
}

.p-pagePrivacy__heading {
  color: #f39800;
  font-size: 2.4rem;
  margin-bottom: 1em;
}

.p-pagePrivacy__text + .p-pagePrivacy__heading {
  margin-top: 2em;
}

@media screen and (max-width: 767px) {
}

.p-prgramTable,
.p-prgramTable th,
.p-prgramTable td {
  border: 1px solid #231815;
}

.p-prgramTable {
  width: 100%;
  line-height: 1.75;
}

.p-prgramTable th {
  background-color: #fff5d7;
  font-size: 1.8rem;
}

.p-prgramTable td {
  font-size: 1.4rem;
}

.p-prgramTable th,
.p-prgramTable td {
  padding: 5px 15px;
  vertical-align: middle;
}

.p-prgramTable td:nth-of-type(odd) {
  background-color: #efefef;
}

.p-prgramTable td:first-child,
.p-prgramTable td:nth-of-type(2),
.p-prgramTable td:nth-of-type(3) {
  text-align: center;
}

.p-prgramTable__sp {
  display: none;
}

.p-prgramTable tr:hover th,
.p-prgramTable tr:hover td {
  background-color: #fff5d7;
}

@media screen and (max-width: 767px) {
  .p-prgramTable th,
  .p-prgramTable td {
    border: none;
  }

  .p-prgramTable th {
    display: none;
  }

  .p-prgramTable td {
    font-size: 1.4rem;
  }

  .p-prgramTable th,
  .p-prgramTable td {
    padding: 5px;
    vertical-align: middle;
  }

  .p-prgramTable td:nth-of-type(odd) {
    background-color: #fff;
  }

  .p-prgramTable tr {
    border-top: 1px solid #231815;
  }

  .p-prgramTable td:first-child,
  .p-prgramTable td:nth-of-type(2),
  .p-prgramTable td:nth-of-type(3) {
    border-bottom: 1px solid #231815;
    padding: 5px 10px;
    min-height: 36px;
    display: inline-block;
    background-color: #fff5d7;
  }

  .p-prgramTable td:first-child {
    width: 130px;
    text-align: left;
  }
  .p-prgramTable td:nth-of-type(2) {
    width: 40px;
    text-align: left;
  }

  .p-prgramTable td:nth-of-type(3) {
    width: calc(100% - 170px);
    text-align: right;
  }

  .p-prgramTable td:nth-of-type(4),
  .p-prgramTable td:nth-of-type(5),
  .p-prgramTable td:nth-of-type(6) {
    display: block;
  }
  .p-prgramTable td:nth-of-type(4),
  .p-prgramTable td:nth-of-type(5),
  .p-prgramTable td:nth-of-type(6) {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .p-prgramTable td:nth-of-type(4):empty,
  .p-prgramTable td:nth-of-type(5):empty,
  .p-prgramTable td:nth-of-type(6):empty {
    padding: 0px;
  }

  .p-prgramTable td:nth-of-type(6),
  .p-prgramTable td:nth-of-type(6):empty {
    padding-bottom: 10px;
  }

  .p-prgramTable__sp {
    display: inline;
  }
}

.p-topAbout {
  padding-bottom: 100px;
  position: relative;
}

.p-topAbout__contents {
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .p-topAbout__contents {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-topContents__contents {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .p-topContents__contents {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-topFacebook__contents {
  max-width: 1280px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .p-topFacebook__contents {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-topLinks__contents {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .p-topLinks__contents {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-topMainVisual {
  position: relative;
}

.p-topNews {
  background-color: #efefef;
  padding-bottom: 100px;
}

.p-topReport__contents {
  max-width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .p-topReport__contents {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.p-twoCol {
  display: flex;
}

.p-twoCol__main {
  width: 100%;
  max-width: 900px;
  margin-right: 100px;
}

.p-twoCol__sub {
  width: 200px;
}

.p-pagePolicy.-mt50 {
  margin-top: 50px;
}

.p-pagePolicy__title {
  font-size: 3rem;
  line-height: 1.5;
  color: #f39800;
}

.p-pagePolicy__detail {
  margin-top: 15px;
  font-size: 2rem;
  line-height: 1.75;
  padding-left: 1em;
  list-style-type: decimal;
}

.p-pagePolicy__detail dt {
  margin-top: 0.5em;
  color: #f39800;
}

.widgettitle {
  font-size: 2rem;
  padding-bottom: 10px;
  text-align: center;
  color: #f39800;
}

.widget_archive li:not(:last-child) {
  border-bottom: 1px solid #231815;
}

.widget_archive li:first-child {
  border-bottom: 1px solid #231815;
}

.widget_archive a {
  display: block;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.8rem;
  color: #727171;
  transition: 0.25s;
}

.widget_archive a:hover {
  color: #f39800;
}

.p-twoCol__title {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.8rem;
  width: 100%;
  text-align: center;
  background-color: #f39800;
  border: 1px solid #231815;
  color: #f39800;
}

@media screen and (max-width: 767px) {
  .p-twoCol {
    flex-direction: column;
  }

  .p-twoCol__main {
    margin-right: 0;
  }

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

  .p-pagePolicy__title {
    font-size: 2.8rem;
  }

  .p-pagePolicy__detail {
    font-size: 1.8rem;
  }
}

.p-mpTable {
  width: 100%;
  border: 1px solid #999;
}

.p-mpTable.-mt50 {
  margin-top: 50px;
}

.p-mpTable__data,
.p-mpTable__heading,
.p-mpTable__title {
  padding: 10px;
  line-height: 1.75;
  border: 1px solid #999;
}

.p-mpTable__heading {
  background-color: #595757;
  color: #fff;
}

.p-mpTable__title {
  min-width: 160px;
  background-color: #cccccc;
  vertical-align: middle;
  text-align: left;
}

.p-mpTable__data.-col2 {
  width: 50%;
}

.p-mpTable__text {
  padding-left: 1em;
  text-indent: -1em;
}

.p-mpTable__profile + .p-mpTable__profile {
  margin-top: 25px;
}

.p-mpTable__data.-paddingNone {
  padding: 0;
}

.p-mpTableSmall {
  width: 100%;
}

.p-mpTableSmall th,
.p-mpTableSmall td {
  padding: 5px 10px;
  border-bottom: 1px dashed #999;
}

.p-mpTableSmall th {
  border-right: 1px solid #999;
}

.p-mpTableSmall td.p-mpTableBorderTop {
  padding: 10px;
  border-top: 1px solid #999;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .p-mpTable__data.-col2 {
    display: block;
    width: 100%;
  }
}

/* ====================
archive / single
==================== */
.article-inner {
}

.article-header {
  margin-bottom: 40px;
}

.article-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #f39800;
  border-bottom: 1px solid #f39800;
}

.article-info {
  display: flex;
}

.article-date {
  margin-top: 5px;
  margin-right: 20px;
  font-size: 1.8rem;
}

.article-label a {
  padding: 5px;
  width: 120px;
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #595757;
  transition: 0.4s;
}

.article-label a:hover {
  color: #fff;
  background-color: #595757;
}

.article-body {
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.article-body a {
  text-decoration: underline;
}

.article-body h1,
.article-body h2,
.article-body h3,
.article-body h4,
.article-body h5,
.article-body h6 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.1em;
}

.article-body * + h1,
.article-body * + h2,
.article-body * + h3,
.article-body * + h4,
.article-body * + h5,
.article-body * + h6 .article-body * + img,
.article-body * + p,
.article-body * .wp-block-image {
  margin-top: 2em;
}

.article-body dd {
  padding-left: 2em;
}

.article-body dd + dt {
  margin-top: 1em;
}

.article-body a {
  text-decoration: underline;
}

.article-link {
  margin-top: 100px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  border-top: 1px solid #f39800;
  border-bottom: 1px solid #f39800;
}

.article-next {
  border-right: 1px solid #f39800;
}

.article-prev a {
  text-align: right;
}

.article-prev,
.article-next {
  display: flex;
  align-items: stretch;
  width: 50%;
  position: relative;
}

.article-prev a,
.article-next a {
  display: flex;
  align-items: center;
  flex: 1 0 25%; /* 各要素等倍にしてます */
  padding: 10px 0;
  min-height: 60px;
  line-height: 1.5;
  width: 100%;
  color: #595757;
  position: relative;
}

.article-next a {
  padding-left: 35px;
}

.article-prev a {
  padding-right: 35px;
  justify-content: flex-end;
}

.article-prev a:hover,
.article-next a:hover {
  background-color: #fff5d7;
  transition: 0.4s;
}

.article-prev a::after,
.article-next a::after {
  content: '';
  position: absolute;
  display: inline-block;
  background: url(../images/arrow.png) no-repeat;
  background-size: 12px 21px;
  width: 12px;
  height: 21px;
  top: 50%;
  transform: translateY(-50%);
}

.article-next a::after {
  left: 5px;
  transform: translateY(-50%) scale(-1, 1);
}

.article-prev a::after {
  right: 5px;
}

.article-next-none {
  width: 50%;
  border-right: 1px solid #f39800;
}

.article-btn {
  margin-top: 100px;
}

.article-btn a {
  position: relative;
  width: 279px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #595757;
  border: 1px solid #f39800;
  transition: all 0.25s;
}

.article-btn a:hover {
  color: #fff;
  background-color: #f39800;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .article-inner {
  }

  .article-title {
    padding-bottom: 10px;
    font-size: 2rem;
  }

  .article-date {
    font-size: 1.4rem;
  }

  .article-body {
    font-size: 1.4rem;
  }

  .article-link {
    flex-direction: column;
    margin-top: 50px;
    font-size: 1.4rem;
  }

  .article-link-single {
    border-bottom: none;
  }

  .article-next {
    border-right: none;
  }

  .article-link li:not(:last-child) {
    border-bottom: 1px solid #f39800;
  }

  .article-link li:last-child {
    border-bottom: none;
  }

  .article-link li.article-next-none {
    width: 100%;
    border-bottom: none;
  }

  .article-prev,
  .article-next {
    width: 100%;
  }

  .article-btn {
    margin-top: 50px;
  }

  .wp-pagenavi {
    margin-top: 50px;
    text-align: center;
    font-size: 1.4rem;
  }
}

.u-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-sp {
    display: block;
  }
}

.u-bold {
  font-weight: bold;
}

.u-attention {
  color: #e60012;
}

.u-underline {
  text-decoration: underline;
}

/* --------------------------------
 * ページャー
 * -------------------------------- */
.page_navi {
  margin-top: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.page_navi li {
  margin-right: 5px;
  width: 40px;
  height: 40px;
  padding-bottom: 2px;
  background: #fff;
  border: 1px solid #231815;
  border-radius: 6px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
}

.page_navi li:last-child {
  margin-right: 0;
}

.page_navi li a {
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #231815;
}

.page_navi li.current {
  color: #fff;
  background: #f39800;
  border: 1px solid #f39800;
}

.page_navi li a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .page_navi {
    margin-top: 50px;
    flex-wrap: wrap;
  }

  .page_navi li {
    margin-top: 5px;
  }
}

.bread_crumb {
  max-width: 1280px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 25px;
  line-height: 1.4;
}

.bread_crumb li {
  font-size: 1.4rem;
  float: left;
  list-style: none outside none;
}

.bread_crumb li:after {
  content: '>';
  padding-left: 10px;
  margin-right: 10px;
}

.bread_crumb li:last-child:after {
  content: '';
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}
