@charset "UTF-8";

/* reset */
*,
::after,
::before {
  box-sizing: border-box
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
  width: device-width
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff
}

[tabindex="-1"]:focus {
  outline: 0 !important
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

small {
  font-size: 80%
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent
}

a:hover {
  color: #0056b3;
  text-decoration: underline
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none
}

a:not([href]):not([tabindex]):focus {
  outline: 0
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar
}

figure {
  margin: 0 0 1rem
}

img {
  vertical-align: middle;
  border-style: none
}

svg {
  overflow: hidden;
  vertical-align: middle
}

table {
  border-collapse: collapse
}

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom
}

th {
  text-align: inherit
}

label {
  display: inline-block;
  margin-bottom: .5rem
}

button {
  border-radius: 0
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
  -webkit-appearance: listbox
}

textarea {
  overflow: auto;
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal
}

progress {
  vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button
}

output {
  display: inline-block
}

summary {
  display: list-item;
  cursor: pointer
}

template {
  display: none
}

[hidden] {
  display: none !important
}

/* reset */

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-family: "Libre Baskerville", "小塚ゴシック Pro", "Kozuka Gothic Pro", "HelveticaNeue", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background: #454545;
  color: #fff;
  height: 100%;
  overflow: auto;
}

body.open {
  overflow: hidden;
}

a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #000;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

img,
video {
  width: 100%;
}

h1,
h2,
h3,
h4 {
  font-family: "futura", "Libre Baskerville", "小塚ゴシック Pro", "Kozuka Gothic Pro", "HelveticaNeue", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
}

.ellipsis.multiline {
  white-space: normal;
}

.wrap {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #ffffff;
  background: linear-gradient(90deg, #ffffff 0%, #ffffff 76%, #fbfbfb 76%, #ffffff 100%);
  color: #111111;
  overflow: hidden;
  z-index: 999;
}

.main {
  margin: 100px auto 0;
  padding: 0px;
  -webkit-animation: main 1.0s forwards;
  animation: main 1.0s forwards;
  opacity: 0;
}

@keyframes main {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.content__outer-wrap {
  margin: 0px auto;
  padding: 0px;
  width: 100%;
  max-width: 1080px;
}

.content__inner-wrap {
  margin: 20px auto;
  padding: 0px;
  width: 100%;
  max-width: 880px;
  text-align: center;
}

.content__container {
  margin: 0 auto;
  padding: 20px;
  text-align: center;
}

.content__block {
  margin: 0px auto;
  padding: 60px 0;
  text-align: center;
}

.content__btn-area {
  margin: 0 auto;
  padding: 50px;
  text-align: center;
}

.content__title {
  margin: 0px auto;
  padding: 0;
  font-size: 2.6rem;
  text-align: center;
  letter-spacing: 0.15em;
  color: #454545;
}

.content__sub-title {
  margin: 0px auto;
  padding: 20px 0 10px;
  font-size: 1.6rem;
  text-align: left;
  letter-spacing: 0.15em;
  color: #454545;
}

.content__description {
  margin: 0px auto;
  padding: 50px 20px;
}

.content__description p {
  margin: 0px auto;
  padding: 0px;
  /*font-size: 1.4rem;*/
  text-align: left;
  line-height: 2.0;
  letter-spacing: 0.10em;
  color: #454545;
  /* 20230104 */
  font-size: 1.2rem;
}

a.content__moveToTop {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 999;
  margin: 0px;
  padding: 0px 20px;
  min-width: 50px;
  min-height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, .5);
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}

.contents__404-txt {
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.10em;
}

/* font-awesome */
.fa-sm {
  font-size: 1.0rem;
}

/* ==================================== */
/* scroll event */
/* ==================================== */

/* 画面外 */
.scroll-event.fade-block2 {
  transform: translateY(100px);
  transition: all .5s ease-in;
}

/* 画面に入った時の動き */
.scroll-event.fade-block2.scroll-item {
  transform: translateY(0);
}


/* ==================================== */
/* button */
/* ==================================== */
.btn,
button.btn {
  margin: 0 auto;
  padding: 1em;
  width: 100%;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.15em;
  /* button reset */
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}

.btn,
a.btn,
button.btn {
  display: inline-block;
  background: #f5f5f5;
  color: #000000;
  cursor: pointer;
  word-break: break-all;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.btn:hover,
a.btn:hover,
button.btn:hover {
  background: #cccccc;
  color: #111111;
}

/* content-link */
.btn_content-link,
a.btn_content-link,
button.btn_content-link {
  background: #cccccc;
  color: #111111;
}

.btn_content-link:hover,
a.btn_content-link:hover,
button.btn_content-link:hover {
  background: #454545;
  color: #ffffff;
}

/* more-link */
.btn_more-link,
a.btn_more-link,
button.btn_more-link {
  background: #ffffff;
  color: #111111;
  border: 0.5px solid #333333;
}

.btn_more-link:hover,
a.btn_more-link:hover,
button.btn_more-link:hover {
  background: #454545;
  color: #ffffff;
}

/* submit-form */
.btn_submit-form,
a.btn_submit-form,
button.btn_submit-form {
  background: #000000;
  color: #ffffff;
}

.btn_submit-form:hover,
a.btn_submit-form:hover,
button.btn_submit-form:hover {
  background: #324654;
  color: #ffffff;
}

/* btn-w-size */
.btn_wsize-lg {
  max-width: 540px;
  font-size: 1.8rem;
}

.btn_wsize-md {
  max-width: 320px;
  font-size: 1.5rem;
}

.btn_wsize-sm {
  max-width: 160px;
  font-size: 1.2rem;
}

/* ==================================== */
/* opening anim index */
/* ==================================== */
.shutter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  z-index: 9999;
  -webkit-animation: byeShutter 3.0s forwards;
  animation: byeShutter 3.0s forwards;
}

.shutter img.logo {
  position: absolute;
  width: 160px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-animation: logo 3.0s forwards;
  animation: logo 3.0s forwards;
  animation-delay: 0.0s;
  opacity: 0;
}

@keyframes byeShutter {
  90% {
    opacity: 1;
  }

  100% {
    display: none;
    opacity: 0;
    z-index: 999;
  }
}

@keyframes logo {
  10% {
    transform: scale(1.0);
    opacity: 0;
  }

  70% {
    transform: scale(1.0);
    opacity: 1;
  }

  90% {
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    transform: scale(0.5);
    opacity: 0;
  }
}

/* ==================================== */
/* header */
/* ==================================== */
.header {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 20px;
  background: #818181;
  z-index: 999;
}

.header__logo {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding: 0 2em;
  width: auto;
  height: 50px;
  text-align: center;
  background: #454545;
}

.header__logo a {
  margin: 0;
  padding: 0;
}

.header__title {
  margin: 0;
  padding: 0;
  font-family: "futura", "Libre Baskerville", "小塚ゴシック Pro", "Kozuka Gothic Pro", "HelveticaNeue", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  color: #ffffff;
}

.header__flx {
  position: relative;
  height: 0;
}

/* nav */
.header__nav {
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  z-index: 20;
  overflow: scroll visible;
}

.header__nav-list {
  display: flex;
  flex-flow: column;
  list-style: none;
  width: 100%;
  position: absolute;
  top: 80px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto;
  padding-left: 0px;
}

.header__nav-item {
  margin: 0 auto;
  padding-left: 0px;
  padding: 20px 10px;
  text-align: center;
  font-size: 2.0rem;
  letter-spacing: 0.15em;
}

.header__nav-item:last-child {
  border: none;
}

.header__nav-item a {
  display: block;
  color: #ffffff;
}

/* nav toggle */
#nav_toggle {
  display: block;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 28px;
  position: fixed;
  top: 30px;
  right: 20px;
  z-index: 100;
}

.header__nav-toggle {
  position: relative;
}

.header__nav-toggle span {
  display: block;
  height: 3px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 20;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.header__nav-toggle span:nth-child(1) {
  top: 0px;
}

.header__nav-toggle span:nth-child(2) {
  top: 10px;
}

.header__nav-toggle span:nth-child(3) {
  top: 20px;
}

.header__nav-toggle span.header__nav-toggle--fade-color-bg {
  background: rgba(3, 3, 3, .7);
  transition: 1.0s;
}

/*開閉ボタンopen時*/
.open #nav_toggle {
  position: fixed;
}

.open .header__logo {
  position: fixed;
  transition: 0.5s;
  z-index: 999;
}

.open .header__nav-toggle span {
  background: rgba(255, 255, 255, 0.8);
}

.open .header__nav-toggle span:nth-child(1) {
  top: 12px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

.open .header__nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}

.open .header__nav-toggle span:nth-child(3) {
  top: 12px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#header.fixed.open .header__logo {
  background: rgba(129, 129, 129, 1.0);
  height: 60px;
}

#header.fixed .header__logo {
  background: rgba(129, 129, 129, 0.8);
  height: 40px;
}

/* transition */
#header.header,
#header .header__logo,
#header .header__nav-list,
#header .header__nav-item a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

/* ==================================== */
/* footer */
/* ==================================== */
.footer {
  margin: 0px;
  padding: 0 2em;
  width: auto;
  height: auto;
  background: #454545;
  text-align: center;
}

.footer__logo {
  margin: 0px;
  padding: 4em 4em 2em;
}

.footer__title {
  margin: 0;
  padding: 0;
  font-family: "futura", "Libre Baskerville", "小塚ゴシック Pro", "Kozuka Gothic Pro", "HelveticaNeue", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: calc(2.6rem + ((1vw - 0.234375rem) * 2.2695));
  font-weight: 400;
  letter-spacing: 0.10em;
  color: #2E2B26;
  opacity: 0.7;
}

.footer__nav {
  margin: 0;
  padding: 0;
  width: auto;
}

.footer__nav-list {
  display: flex;
  flex-flow: column;
  margin: auto;
  padding-left: 0px;
  list-style: none;
}

.footer__nav-item {
  margin: 0 auto;
  padding: 10px 0;
  text-align: center;
  font-size: 2.0rem;
  letter-spacing: 0.15em;
}

.footer__nav-item:last-child {
  border: none;
}

.footer__nav-item a {
  display: block;
  color: #ffffff;
}

.footer__copyright {
  margin: 0px;
  padding: 2em 4em;
}

.footer__copyright-txt {
  margin: 0 auto;
  padding: 0;
  font-family: "futura", "Libre Baskerville", "小塚ゴシック Pro", "Kozuka Gothic Pro", "HelveticaNeue", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.0rem;
  letter-spacing: 0.10em;
  text-align: center;
  color: #2E2B26;
}

/* ==================================== */
/* top content */
/* ==================================== */
.main__top {
  margin: 0px auto 0;
  padding: 0;
}

.main__top-news-list {
  margin: 0px auto;
  padding: 0 50px;
}

.main__top-news-item {
  margin: 0px auto;
  padding: 20px 0;
  /*font-size: 1.4rem;*/
  letter-spacing: 0.10em;
  /* 20230104 */
  font-size: 1.2rem;
}

.main__top-news-item a {
  display: inline-block;
  text-align: left;
  /*color: #111111;*/
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  height: 3.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /*IE対策*/
  line-height: 1.7;
}

.main__top-news-item a:hover {
  color: #999999;
}

.main__top-news-sub {
  display: block;
  margin: 0px auto;
  padding: 2px 4px 8px;
  width: auto;
  font-size: 1.1rem;
  letter-spacing: 0.10em;
  text-align: left;
  color: #333333;
  /* 20230104 */
  font-weight: normal;
}

.main__top-link-area {
  margin: 0px auto;
  padding: 20px 4px 8px;
  text-align: center;
}

.main__top-link-area a {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.10em;
  text-decoration: underline;
  text-align: center;
  color: #111111;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.main__top-link-area a:hover {
  color: #999999;
}

.main__top-profile {
  position: relative;
  padding: 0;
  height: 390px;
}

.main__top-profile img {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 80vw;
  max-width: 720px;
  text-align: left;
}

.main__top-profile-photo {
  margin: 0;
  padding: 40px 0 0;
  object-fit: cover;
  height: 360px;
}

.main__top-profile-text {
  position: absolute;
  top: 0;
  right: 0;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-family: "futura", "Libre Baskerville", "小塚ゴシック Pro", "Kozuka Gothic Pro", "HelveticaNeue", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3.0rem;
  letter-spacing: 0.15em;
  color: #111111;
}

/* ==================================== */
/* hero */
/* ==================================== */
.hero {
  background: #ffffff;
}

.hero img {
  width: 100%;
  height: auto;
  -webkit-animation: hero 5.0s forwards;
  animation: hero 5.0s forwards;
  border: 1px solid #ff0000;
}

@keyframes hero {
  0% {
    opacity: 0;
  }

  60% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Slide Show */
#slideshow {
  position: relative;
}

#slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: auto;
  opacity: 0.0;
}

#slideshow img.active {
  z-index: 12;
  opacity: 1.0;
}

#slideshow img.last-active {
  z-index: 11;
}

/* ==================================== */
/* contact */
/* ==================================== */
.form {
  margin: 0px auto;
  padding: 2em;
}

.form__contact {
  margin: 0px auto;
  padding: 0px 20px 20px;
  width: 100%;
  max-width: 640px;
}

.form__label {
  display: block;
  margin: 0px auto;
  /*padding: 1em 0 0;*/
  /*font-size: 1.2rem;*/
  letter-spacing: 0.15em;
  text-align: left;
  color: #454545;
  /* 20230104 */
  font-size: 1.1rem;
  padding: 1em 0 0.5em;
}

.input_group {
  margin: 0px;
  /*padding: 20px 0px 0px;*/
  /* 20230104 */
  padding: 14px 0px 0px;
}

/* 20230104 */
.input_group br {
  display: none;
}

.send_group {
  margin: 0px;
  padding: 20px 0px 20px;
}

.form__input,
.form__textarea {
  margin: 0px auto;
  padding: 10px;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  color: #454545;
  border: 0.5px solid #333333;
}

.form__input {
  height: 40px;
}

.form__textarea {
  height: 160px;
}

.form__label-en {
  font-family: "futura", "Libre Baskerville", "小塚ゴシック Pro", "Kozuka Gothic Pro", "HelveticaNeue", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-size: 1.4rem;*/
  /* 20230104 */
  font-size: 1.2rem;
}

.form-required {
  font-size: 1.0rem;
  color: #e15858;
}

.form__thanks {
  margin: 0px auto;
  padding: 50px 0;
  text-align: center;
}

.form__thanks p {
  margin: 0px auto;
  padding: 0;
  text-align: center;
}

.form__thanks p.form__thanks-message {
  font-size: 2.0rem;
  letter-spacing: 0.15em;
  color: #454545;
}

.form__thanks p.form__thanks-message-en {
  font-style: italic;
}

/* ==================================== */
/* media */
/* ==================================== */
.media {}

.media__in-page-links {
  width: 100%;
  height: auto;
}

.media__in-page-links-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  width: 100%;
  list-style: none;
}

.media__in-page-links-item {
  margin: 2px;
  padding: 0px;
  text-align: center;
  word-break: break-all;
  flex-grow: 1;
  border: 0.5px solid #888;
}

.media__in-page-links-item a {
  display: block;
  margin: 0px;
  padding: 6px 20px;
  font-size: 1.0rem;
  font-weight: 600;
  letter-spacing: 0.10em;
  line-height: 2;
  text-decoration: none;
  color: #444;
  background: #ffffff;
  cursor: pointer;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.media__in-page-links-item a:hover {
  color: #ffffff;
  background: #454545;
}

.media__group {
  margin: 40px auto 0px;
  padding: 0px;
}

.media__biography {
  margin: 0px 0 60px;
  padding: 0px;
}

.media__biography-heading {
  margin: 0px 2px;
  padding: 6px 20px;
  width: 100%;
  font-family: "futura", "Libre Baskerville", "小塚ゴシック Pro", "Kozuka Gothic Pro", "HelveticaNeue", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.10em;
  text-align: left;
  background: #818181;
  background: linear-gradient(90deg, #818181 0%, #818181 50%, #f5f5f5 50%, #f5f5f5 100%);
  color: #ffffff;
}

.media__biography-item-category {
  margin: 0px 2px;
  padding: 40px 20px 0;
  font-size: 1.3rem;
  letter-spacing: 0.10em;
  text-align: left;
}

.media__biography-list {
  margin: 0px;
  padding: 20px 20px;
  width: 100%;
  list-style: none;
}

.media__biography-item {
  margin: 0px;
  padding: 8px 0px;
  width: 100%;
  /*font-size: 1.2rem;*/
  line-height: 1.5;
  letter-spacing: 0.10em;
  text-align: left;
  /* 20230104 */
  font-size: 1.1rem;
}

/* ==================================== */
/* profile */
/* ==================================== */
.profile {
  margin: 0px auto;
  padding: 0px;
  max-width: 640px;
  width: 100%;
}

.profile__photo {}

.profile__photo img {
  max-width: 480px;
  width: 100%;
  height: auto;
}

.profile__title {
  margin: 0px;
  padding: 50px 0px 10px;
  font-size: 2.0rem;
  letter-spacing: 0.10em;
}

.profile__info-en {
  display: block;
  margin: 0px;
  padding: 0px 0px;
  font-size: 1.8rem;
}

.profile__info {
  margin: 0px;
  padding: 20px 0px;
  font-size: 1.8rem;
  line-height: 1.7;
  letter-spacing: 0.15em;
}

.profile__info p {
  margin: 0px;
  padding: 0px;
}

.profile__description {
  margin: 0px auto;
  padding: 20px 0;
  text-align: left;
}

.profile__description p {
  /*font-size: 1.4rem;*/
  line-height: 1.7;
  letter-spacing: 0.15em;
  /* 20230104 */
  font-size: 1.2rem;
}

/* ==================================== */
/* news */
/* ==================================== */
.news {
  margin: 0px auto;
}

.news__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

.news__item {
  margin: 0;
  padding: 20px 0;
  width: 100%;
}

.news__box,
.news__box-photo img,
.news__box-description,
.news__box-title,
.news__box-sub,
.news__box-sub-heading {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.news__box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

.news__box-photo {
  position: relative;
  margin: 0px auto;
  padding: 0px;
  width: 50%;
  background: #f5f5f5;
  overflow: hidden;
}

.news__box-photo img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.news__box-description {
  position: relative;
  margin: 0px auto;
  padding: 0px;
  width: 50%;
  height: 150px;
  background: #f8f8f8;
}

.news__box-title {
  margin: 0px auto;
  padding: 10px;
  /*font-size: 1.3rem;*/
  line-height: 1.5;
  letter-spacing: 0.10em;
  text-align: left;
  color: #717171;
  height: 7em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  /*IE対策*/
  line-height: 1.6;
  /* 20230104 */
  font-size: 1.2rem;
}

.news__box-sub {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #eeeeee;
}

.news__box-sub-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0px auto;
  padding: 0px;
  width: 100%;
}

.news__box-sub-item {
  margin: 0px auto;
  padding: 0px;
  width: 50%;
}

.news__box-sub-heading {
  display: block;
  margin: 0px auto;
  padding: 8px 10px 2px;
  width: auto;
  font-size: 1.0rem;
  letter-spacing: 0.10em;
  text-align: left;
  color: #bbbbbb;
}

.news__box-sub-body {
  display: block;
  margin: 0px auto;
  padding: 2px 4px 8px;
  width: auto;
  font-size: 1.1rem;
  letter-spacing: 0.10em;
  text-align: center;
  color: #333333;
}

.news__box:hover .news__box-photo img {
  opacity: 0.7;
  transform: scale(1.1, 1.1);
}

.news__box:hover .news__box-description {
  background: #eeeeee;
}

.news__box:hover .news__box-title {
  color: #000000;
}

.news__box:hover .news__box-sub {
  background: #dddddd;
}

.news__box:hover .news__box-sub-heading {
  color: #999999;
}

/* news details */
.news__datail-title {
  display: inline-block;
  margin: 0px auto;
  padding: 0px 20px;
  text-align: left;
}

/* 20230104 */
.content__title.news__datail-title {
  font-size: 2.0rem;
}


.news__datail {
  margin: 0px auto;
  padding: 0px;
  padding: 5px 0;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.15em;
  text-align: left;
  color: #111111;
}

.news__datail a {
  text-decoration: underline;
}

.news__datail a:hover {
  color: #999999;
}

.news__datail img {
  margin: 10px auto;
  padding: 5px 0;
  width: 100%;
  height: auto;
}

.news__datail p {
  margin: 0px auto;
  padding: 10px 0;
  /*font-size: 1.4rem;*/
  line-height: 1.7;
  letter-spacing: 0.15em;
  text-align: left;
  color: #111111;
  /* 20230104 */
  font-size: 1.2rem;
}

.news__datail-date {
  display: inline-block;
  margin: 0px 5px;
  padding: 4px 20px;
  font-size: 1.0rem;
  line-height: 1.7;
  letter-spacing: 0.15em;
  text-align: center;
  background: #eeeeee;
  color: #666666;
  min-width: 140px;
}

.news__datail-category {
  display: inline-block;
  margin: 0px 5px;
  padding: 4px 20px;
  font-size: 1.0rem;
  line-height: 1.7;
  letter-spacing: 0.15em;
  text-align: center;
  background: #eeeeee;
  color: #666666;
  min-width: 140px;
}

.news__datail-pager {
  margin: 50px auto 0;
  padding: 0px;
}

.news__datail-pager a {
  text-decoration: underline;
}

.news__datail-pager-list {
  margin: 0px;
  padding: 0px;
}

.news__datail-pager-list li {
  margin: 0px auto;
  padding: 20px 0;
}

.news__datail-pager-list li span {
  display: block;
  margin: 0px auto;
  padding: 4px 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 0.15em;
}

.news__datail-pager-list li.none {
  display: none !important;
}

.news__datail-pager-list li.news__datail-pager-prev,
.news__datail-pager-list li.news__datail-pager-next {
  margin: 0px auto;
  padding: 4px 0;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0.10em;
}

.news__datail-pager-list li.news__datail-pager-prev a,
.news__datail-pager-list li.news__datail-pager-next a {
  font-style: italic;
  color: #111111;
}

.news__datail-pager-list li.news__datail-pager-prev a:hover,
.news__datail-pager-list li.news__datail-pager-next a:hover {
  font-size: 1.12rem;
  color: #999999;
}

.news__datail-pager-list li.news__datail-pager-prev {
  text-align: left;
}

.news__datail-pager-list li.news__datail-pager-next {
  text-align: right;
}

.insert-video-container {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.insert-video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* ==================================== */
/* pager */
/* ==================================== */
.pager {
  margin: 0;
  padding: 20px 0 0px;
}

.pager ul.pager__list {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pager__list li {
  display: none;
}

.pager .pager__list li {
  display: inline;
  margin: 0 4px;
  padding: 0;
  display: inline-block;
  background: #eeeeee;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
}

.pager .pager__list li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #333333;
  text-decoration: none;
}

.pager .pager__list li a span {
  display: table-cell;
  vertical-align: middle;
}

.pager .pager__list li a:hover {
  color: #000000;
  background: #aaaaaa;
}

.pager .pager__list li a.active {
  color: #000000;
  background: #cccccc;
}

.pager .pager__list li.none {
  display: none !important;
}

.pager .pager__list li.pager__page-prev,
.pager .pager__list li.pager__page-next {
  display: inline-block;
  width: 32%;
  text-align: center;
}

.pager .pager__list li.pager__page-prev a,
.pager .pager__list li.pager__page-next a {
  width: 100%;
  text-align: center;
}

.pager .pager__list li.pager__page-prev span::after {
  content: "　前の10件へ";
}

.pager .pager__list li.pager__page-next span::before {
  content: "次の10件へ　";
}

.pager .pager__list li.pager__page-number {
  display: none;
}

/* ==================================== */
/* policy */
/* ==================================== */
.policy {
  margin: 0px auto;
  padding: 20px 0;
  width: 100%;
  text-align: left;
}

.policy p {
  margin: 0px auto;
  padding: 10px 0;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.15em;
}

/* 20230104 */
.policy p.policy__begin {
  font-size: 1.1rem;
}

.policy__tit {
  margin: 0px auto;
  padding: 20px 0 0px;
  /*font-size: 1.4rem;*/
  font-weight: bold;
  letter-spacing: 0.15em;
  color: #454545;
  /* 20230104 */
  font-size: 1.2rem;
}

.policy__list {
  margin: 0px auto;
  padding: 0;
}

.policy__item {
  margin: 0px auto;
  padding: 2px 0 0 1em;
  font-size: 1.3rem;
  line-height: 1.7;
  letter-spacing: 0.15em;
}

/* /////////////////////////////////////////////
TABLET
///////////////////////////////////////////// */
@media screen and (min-width: 767px) {
  .header__nav {
    display: block !important;
  }
}

/* /////////////////////////////////////////////
PC
///////////////////////////////////////////// */
@media screen and (min-width : 768px) {

  .main {
    margin: 200px auto 0;
    padding: 0px 0;
  }

  .content__outer-wrap {
    padding: 0px 20px;
  }

  .content__container {
    margin: 0 auto;
    padding: 20px 0px;
  }

  .content__title {
    font-size: 3.0rem;
  }

  .content__sub-title {
    padding: 20px 0 10px;
    font-size: 2.0rem;
    text-align: left;
    letter-spacing: 0.15em;
    color: #454545;
  }

  /* ==================================== */
  /* opening anim index */
  /* ==================================== */
  .shutter img.logo {
    width: 280px;
  }

  /* ==================================== */
  /* header */
  /* ==================================== */
  #nav_toggle {
    display: none;
  }

  .header {
    position: fixed;
    height: 60px;
  }

  .header__flx {
    display: flex;
    width: 100%;
  }

  .header__logo {
    position: static;
    padding: 0 2em;
    width: 250px;
    height: 80px;
  }

  .header__title {
    font-size: 1.8rem;
  }

  .header__nav {
    position: static;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0;
    background: inherit;
    z-index: 0;
    overflow: visible;
  }

  .header__nav-list {
    position: static;
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding-left: 0px;
    height: 60px;
    list-style: none;
  }

  .header__nav-item {
    margin: 0 auto;
    padding-left: 0px;
    padding: 16px;
    text-align: center;
    font-size: 1.2rem;
  }

  .header__nav-item a {
    color: #fff;
    display: block;
  }

  .header__nav-item a:hover {
    color: #333333;
  }

  .header__nav-item:last-child {
    border: none;
  }

  /* transition */
  #header.header,
  #header .header__logo,
  #header .header__nav-list,
  #header .header__nav-item a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
  }

  /* fixed */
  #header.fixed.header,
  #header.fixed .header__logo,
  #header.fixed .header__nav-list {
    height: 40px;
  }

  #header.fixed.header {
    background: rgba(129, 129, 129, 0.8);
  }

  /* ==================================== */
  /* footer */
  /* ==================================== */
  .footer {
    margin-top: 50px;
  }

  .footer__nav-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0;
    width: 36%;
  }

  .footer__nav-item {
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 0.15em;
  }

  .footer__copyright-txt {
    text-align: right;
  }

  /* ==================================== */
  /* top content */
  /* ==================================== */
  .main__top {
    margin: 50px auto 0;
    padding: 20px 0;
  }

  .main__top-profile {
    position: relative;
    padding: 0;
    height: 430px;
  }

  .main__top-profile img {
    width: 100vw;
  }

  .main__top-profile-photo {
    margin: 0;
    padding: 40px 0 0;
    object-fit: cover;
    height: 400px;
  }

  .main__top-profile-text {
    font-size: 4.0rem;
  }

  /* ==================================== */
  /* hero */
  /* ==================================== */
  #slideshow {
    background: #eeeeee;
  }

  #slideshow img {
    margin-top: 60px;
  }



  /* ==================================== */
  /* media */
  /* ==================================== */
  .media__group {
    margin: 40px auto 0px;
    padding: 0px;
  }

  .media__biography {
    margin: 0px 0 80px;
    padding: 0px;
  }

  .media__biography-heading {
    margin: 0px 2px;
    padding: 6px 40px;
    background: #818181;
    background: linear-gradient(90deg, #818181 0%, #818181 25%, #f5f5f5 25%, #f5f5f5 100%);
    color: #ffffff;
  }

  .media__biography-list {
    display: block;
    /*column-count: 2;*/
    margin: 0px;
    padding: 20px 10px;
    width: 100%;
    list-style: none;
    /* 20230104 */
    column-count: 1;
  }

  .media__biography-item {
    margin: 0px;
    padding: 8px 30px;
    width: 100%;
    line-height: 1.5;
    letter-spacing: 0.10em;
    text-align: left;
  }

  /* ==================================== */
  /* news */
  /* ==================================== */
  .news__list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
    width: 100%;
  }

  .news__item {
    margin: 0;
    padding: 20px;
    width: 50%;
  }

  /* ==================================== */
  /* pager */
  /* ==================================== */
  .pager {
    margin: 0;
    padding: 40px 0 40px;
  }

  .pager .pager__list li {
    display: none;
  }

  .pager .pager__list li.pager__page-prev,
  .pager .pager__list li.pager__page-next {
    width: 12%;
  }

  .pager .pager__list li.pager__page-number {
    display: inline-block;
    width: 40px;
    height: 40px;
  }

}

/* 20230104 */
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .header__nav-item {
    padding: 16px 12px;
    font-size: 1.0rem;
  }
}
