@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: 700;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: 700;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@font-face {
  font-family: gyosho;
  src: url("../font/gyosho.otf") format("opentype");
}
@font-face {
  font-family: ryumin;
  src: url("../font/ryumin.otf") format("opentype");
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (768px <= width) {
  html {
    font-size: 625%;
  }
}
@media only screen and (width < 768px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 13.3333333333vw;
  }
  html.is-has-menu {
    overflow: hidden;
  }
}

body {
  color: #000;
  font-family: "游ゴシック", yugothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (768px <= width) {
  body {
    font-size: 0.17rem;
    font-weight: 400;
  }
}
@media only screen and (width < 768px) {
  body {
    font-size: 0.24rem;
    font-weight: 400;
  }
}

@media print, (768px <= width) {
  main {
    padding-top: 60px;
  }
}
@media only screen and (width < 768px) {
  main {
    padding-top: 1rem;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
@media print, (768px <= width) {
  .l-container {
    min-width: 1260px;
  }
}
@media only screen and (width < 768px) {
  .l-container {
    min-width: 320px;
  }
}

@media print, (768px <= width) {
  .l-wrapper {
    width: calc(100% - 60px);
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (width < 768px) {
  .l-wrapper {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
}

@media print {
  main {
    padding-top: 0;
  }
}
.l-footer {
  position: relative;
}
.l-footer__button-top {
  visibility: hidden;
  position: fixed;
  z-index: 99;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
  border-radius: 50%;
  opacity: 0;
  background: #fff url("../img/common/icn_arrow_up.png") no-repeat center/cover;
  cursor: pointer;
}
.l-footer__button-top:hover {
  background-color: #f3f3f3;
}
.l-footer__button-top.is-show {
  visibility: visible;
  opacity: 1;
}
.l-footer__button-top.is-stuck {
  position: absolute;
  bottom: 100%;
}
.l-footer__navigation {
  background-color: #f7f7f7;
  font-weight: 500;
}
.l-footer__navigation-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-footer__navigation-link {
  display: block;
  text-decoration: none;
}
.l-footer__list {
  margin: 0;
  letter-spacing: 0;
  list-style: none;
}
.l-footer__link {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}
.l-footer__link:hover {
  color: #555;
}
.l-footer__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  border-width: 1px 0;
  border-style: dashed;
  border-color: rgba(0, 0, 0, 0.3);
  list-style: none;
}
.l-footer__company-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.l-footer__company-image {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-footer__bottom-logo {
  display: inline-block;
}
.l-footer__bottom-address {
  font-weight: 500;
  letter-spacing: 0.12em;
}
.l-footer__copyright {
  background-color: #d0a900;
  color: #fff;
  font-family: "ff-din-paneuropean", "游ゴシック", yugothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
  letter-spacing: 0.025em;
  text-align: center;
}
@media print, (768px <= width) {
  .l-footer__button-top {
    right: calc(50% - 601px);
    bottom: 52px;
    width: 52px;
    height: 52px;
  }
  .l-footer .l-wrapper {
    width: 1100px;
  }
  .l-footer__navigation {
    min-height: 70px;
    padding: 10px 0;
    border-width: 1px 0;
    border-style: solid;
    border-color: rgba(179, 179, 179, 0.675);
  }
  .l-footer__navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: -30px;
    padding-left: 5px;
    font-weight: 600;
  }
  .l-footer__navigation-item {
    position: relative;
    margin-right: 15px;
    padding: 10px 7px 0;
  }
  .l-footer__navigation-item.current-menu-item::after {
    content: "";
    position: absolute;
    right: 3px;
    bottom: -1px;
    left: 3px;
    border-bottom: 2px solid #d0a900;
  }
  .l-footer__navigation-item.current-menu-item .l-footer__navigation-link::after {
    display: none;
  }
  .is-mac .l-footer__navigation-item {
    margin-right: 10px;
  }
  .l-footer__navigation-link {
    position: relative;
    padding: 0 3px 3px;
    overflow: hidden;
  }
  .l-footer__navigation-link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 100%;
    height: 2px;
  }
  .l-footer__navigation-link:hover::after {
    -webkit-animation: move-underline 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
    animation: move-underline 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
    background: #d0a900;
  }
  .l-footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 22px 0 14px 8px;
    font-size: 0.16rem;
  }
  .l-footer__item {
    margin: 0 17px 5px 0;
  }
  .l-footer__company {
    padding: 30px 0 25px;
  }
  .l-footer__company-item {
    margin-right: 5px;
    padding-right: 18px;
    border-right: 1px dashed rgba(0, 0, 0, 0.3);
  }
  .l-footer__company-item:hover .l-footer__company-image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  .l-footer__company-item:first-child {
    margin-left: -18px;
  }
  .l-footer__company-item:nth-child(2) {
    margin-right: 5px;
  }
  .l-footer__company-item:nth-child(3) {
    margin-right: 9px;
    padding-right: 8px;
  }
  .l-footer__company-item:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
  .l-footer__company-link {
    padding: 7px 20px;
  }
  .l-footer__company-link--first {
    top: 4px;
    width: 351px;
  }
  .l-footer__company-link--second {
    width: 276px;
  }
  .l-footer__company-link--third {
    width: 180px;
  }
  .l-footer__company-link--fourth {
    width: 232px;
  }
  .l-footer__bottom {
    position: relative;
    padding: 16px 200px 40px 15px;
  }
  .l-footer__bottom-link {
    display: inline-block;
    position: absolute;
    right: 160px;
    bottom: 14px;
    font-size: 0.16rem;
    letter-spacing: 0.05em;
  }
  .l-footer__bottom-social {
    display: inline-block;
    position: absolute;
    right: 6px;
    bottom: 22px;
    width: 100px;
  }
  .l-footer__bottom-logo {
    width: 385px;
    margin-bottom: 4px;
  }
  .l-footer__copyright {
    min-height: 44px;
    padding: 10px 0 8px;
    font-size: 0.14rem;
    letter-spacing: 0.05em;
  }
}
@media only screen and (width < 768px) {
  .l-footer__button-top {
    right: 0.5rem;
    bottom: 0.83rem;
    width: 0.83rem;
    height: 0.83rem;
    background-image: url("../img/common/sp/icn_arrow_up.png");
  }
  .l-footer__navigation {
    margin-bottom: 0.45rem;
    padding: 0.4rem 0 0;
  }
  .l-footer__navigation-list {
    padding: 0 0.3rem;
  }
  .l-footer__navigation-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .l-footer__navigation-item--narrow .l-footer__navigation-link-japanese {
    letter-spacing: -0.1em;
  }
  .l-footer__navigation-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.28rem 0.2rem 0.18rem;
  }
  .l-footer__navigation-link-japanese {
    display: block;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 3.15rem;
    padding: 0 0.28rem 0.08rem 0;
    font-size: 0.32rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    text-align: right;
  }
  .l-footer__navigation-link-japanese::after {
    content: "";
    position: absolute;
    top: 45%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0.32rem;
    border-right: 1px solid;
  }
  .l-footer__navigation-link-japanese .sub-title {
    display: block;
    margin-top: -0.05rem;
    margin-left: -0.15rem;
    font-size: 0.17rem;
  }
  .l-footer__navigation-link-english {
    position: relative;
    top: -0.06rem;
    padding-left: 0.2rem;
    font-family: "ff-din-paneuropean", "游ゴシック", yugothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
    letter-spacing: 0.04em;
  }
  .l-footer__list {
    margin-bottom: 0.56rem;
    padding-left: 0.56rem;
    font-size: 0.28rem;
  }
  .l-footer__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.2rem;
  }
  .l-footer__company {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0.5rem;
    padding: 0.1rem 0 0.2rem;
  }
  .l-footer__company-item {
    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;
    margin-bottom: 0.1rem;
    padding-bottom: 0.22rem;
  }
  .l-footer__company-item:first-child {
    width: 100%;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
  }
  .l-footer__company-item:nth-child(2) {
    margin-bottom: 0.25rem;
    padding: 0.3rem 0.2rem 0 0;
    border-right: 1px dashed rgba(0, 0, 0, 0.3);
  }
  .l-footer__company-item:nth-child(3) {
    margin-right: -0.5rem;
    margin-left: 0.18rem;
    padding-bottom: 0;
  }
  .l-footer__company-item:last-child {
    width: 100%;
    margin-bottom: 0;
    padding-top: 0.25rem;
    padding-bottom: 0;
    border-top: 1px dashed rgba(0, 0, 0, 0.3);
  }
  .l-footer__company-link {
    padding: 0.2rem 0.1rem;
  }
  .l-footer__company-link:hover .l-footer__company-image {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
  }
  .l-footer__company-link--first {
    left: -0.12rem;
    width: 5.7rem;
  }
  .l-footer__company-link--second {
    width: 3.52rem;
    margin-left: -0.5rem;
    padding-bottom: 0;
  }
  .l-footer__company-link--third {
    width: 3.06rem;
    padding-top: 0.05rem;
    padding-bottom: 0;
  }
  .l-footer__company-link--fourth {
    left: -0.1rem;
    width: 4.12rem;
  }
  .l-footer__bottom {
    padding: 0.75rem 0.3rem 0.35rem 0.35rem;
  }
  .l-footer__bottom-link {
    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;
    min-height: 1.07rem;
    margin-bottom: 0.35rem;
    padding: 0.1rem;
    border: 1px solid;
    font-size: 0.32rem;
    font-weight: 500;
  }
  .l-footer__bottom-social {
    display: block;
    width: 1.94rem;
    margin: 0 auto 0.45rem;
    margin-bottom: 0.2rem;
  }
  .l-footer__bottom-logo {
    width: 6.37rem;
    margin-bottom: 0.3rem;
  }
  .l-footer__bottom-address {
    padding-left: 0.15rem;
    font-size: 0.28rem;
    line-height: 1.4642857143;
  }
  .l-footer__copyright {
    padding: 0.1rem 0;
    font-size: 0.26rem;
    letter-spacing: 0;
  }
}

.l-header {
  position: fixed;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}
.l-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
  margin-bottom: 0;
}
.l-header__navigation-list, .l-header__navigation-sub-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-header__navigation-link, .l-header__navigation-sub-link {
  text-decoration: none;
}
@media print, (768px <= width) {
  .l-header {
    min-width: 1260px;
    height: 60px;
    padding-left: 47px;
  }
  .l-header__wrapper {
    max-width: 1550px;
    margin: 0 auto;
  }
  .l-header__logo {
    width: 290px;
  }
  .l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-header__navigation {
    display: block !important;
  }
  .l-header__navigation-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
  }
  .l-header__navigation-sub-list {
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    opacity: 0;
    font-weight: 500;
  }
  .l-header__navigation-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    margin: 0 4px;
    padding: 4px 0 0;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .l-header__navigation-item:hover .l-header__navigation-sub-list {
    visibility: visible;
    opacity: 1;
  }
  .l-header__navigation-item:hover .l-header__navigation-link::after {
    -webkit-animation: move-underline 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
    animation: move-underline 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
    background: #d0a900;
  }
  .l-header__navigation-item--has-background:hover {
    background-color: #f2f2f2;
  }
  .l-header__navigation-item.current-menu-item {
    border-bottom: 2px solid #d0a900;
  }
  .l-header__navigation-item.current-menu-item .l-header__navigation-link::after {
    display: none;
  }
  .l-header__navigation-item.menu-item-has-children .l-header__navigation-link {
    pointer-events: none;
  }
  .l-header__navigation-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 3px 13px;
    overflow: hidden;
    font-weight: 700;
  }
  .l-header__navigation-link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -2px;
    width: 100%;
    height: 2px;
  }
  .l-header__navigation-sub-item {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    overflow: hidden;
    background-color: #fff;
  }
  .l-header__navigation-sub-link {
    display: block;
    padding: 5px 5px 5px 15px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    font-weight: 700;
  }
  .l-header__navigation-sub-link::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
  }
  .l-header__navigation-sub-link:hover {
    background-color: #f2f2f2;
  }
  .l-header__navigation-sub-link:hover::after {
    -webkit-animation: move-underline 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
    animation: move-underline 0.8s cubic-bezier(0.58, 0.3, 0.005, 1) 0s 1;
    background: #d0a900;
  }
  .l-header__button {
    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;
    min-width: 100px;
    margin-left: 5px;
    padding: 11px 15px 10px 67px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    background: #d0a900 url("../img/common/icn_tv.png") no-repeat left 18px top 18px/38px 27px;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
  }
  .l-header__button:hover {
    background-color: #555;
  }
}
@media print, (768px <= width <= 1500px) {
  .l-header {
    padding-left: 20px;
  }
  .l-header__navigation-item {
    margin-left: 5px;
  }
  .l-header__navigation-link, .l-header__navigation-sub-link {
    font-size: 0.14rem;
  }
  .l-header__navigation-link {
    padding-right: 8px;
    padding-left: 8px;
  }
  .l-header__button {
    margin-left: 15px;
    font-size: 0.14rem;
  }
}
@media only screen and (width < 768px) {
  .l-header {
    height: 1rem;
    padding-left: 0.1rem;
  }
  .l-header::after {
    content: "";
    visibility: hidden;
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transition: opacity 0.26s, visibility 0.26s;
    transition: opacity 0.26s, visibility 0.26s;
    border-bottom: 1px solid rgba(34, 54, 112, 0.33);
    opacity: 0;
  }
  .is-has-menu .l-header::after {
    visibility: visible;
    opacity: 1;
  }
  .l-header__logo {
    width: 5.2rem;
  }
  .l-header__inner {
    width: 1rem;
    height: 100%;
  }
  .l-header__navigation {
    display: none;
    position: fixed;
    z-index: 999;
    top: 1rem;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.3rem 0.5rem 1.6rem;
    overflow-y: scroll;
    background-color: #fff;
  }
  .l-header__navigation-list {
    margin-bottom: 0.5rem;
  }
  .l-header__navigation-item, .l-header__navigation-sub-item {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  }
  .l-header__navigation-item--narrow .l-header__navigation-link-japanese, .l-header__navigation-sub-item--narrow .l-header__navigation-link-japanese {
    letter-spacing: -0.1em;
  }
  .l-header__navigation-item.menu-item-has-children {
    border-bottom: 0;
  }
  .l-header__navigation-item.menu-item-has-children .l-header__navigation-link {
    display: none;
  }
  .l-header__navigation-link, .l-header__navigation-sub-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.24rem 1rem 0.14rem 0;
    background: url("../img/common/sp/icn_arrow_right_01.png") no-repeat right 0.4rem center/0.42rem auto;
  }
  .l-header__navigation-link-japanese, .l-header__navigation-sub-link-japanese {
    display: block;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 2.8rem;
    padding: 0 0.2rem 0.08rem 0;
    font-size: 0.36rem;
    font-weight: 500;
    letter-spacing: 0.025em;
    text-align: right;
  }
  .l-header__navigation-link-japanese::after, .l-header__navigation-sub-link-japanese::after {
    content: "";
    position: absolute;
    top: 48%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0.32rem;
    border-right: 1px solid rgba(0, 0, 0, 0.75);
  }
  .l-header__navigation-link-japanese .sub-title, .l-header__navigation-sub-link-japanese .sub-title {
    display: block;
    margin-top: -0.05rem;
    margin-left: -0.15rem;
    font-size: 0.17rem;
  }
  .is-ios .l-header__navigation-link-japanese, .is-ios .l-header__navigation-sub-link-japanese {
    width: 3rem;
  }
  .l-header__navigation-link-english, .l-header__navigation-sub-link-english {
    padding: 0 0 0.07rem 0.2rem;
    font-family: "ff-din-paneuropean", "游ゴシック", yugothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
    letter-spacing: 0.04em;
  }
  .l-header__navigation-bottom {
    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;
    min-height: 0.96rem;
    margin-bottom: 0.26rem;
    padding: 0.12rem 0.2rem 0.1rem;
    background-color: #d0a900;
    color: #fff;
    font-size: 0.34rem;
    font-weight: 500;
    letter-spacing: 0.02em;
    text-decoration: none;
  }
  .l-header__navigation-close {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0.4rem 0.4rem auto;
    padding: 0.2rem 0.5rem 0.2rem 0.2rem;
    background: url("../img/common/sp/icn_close_black.png") no-repeat right top 0.27rem/0.4rem auto;
    font-size: 0.34rem;
    font-weight: 500;
    cursor: pointer;
  }
  .l-header__menu {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }
  .l-header__menu::before, .l-header__menu::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.26s, visibility 0.26s;
    transition: opacity 0.26s, visibility 0.26s;
    background: no-repeat center/contain;
  }
  .l-header__menu::before {
    background-image: url("../img/common/sp/icn_menu.png");
    background-size: 0.64rem auto;
  }
  .l-header__menu::after {
    visibility: hidden;
    opacity: 0;
    background-image: url("../img/common/sp/icn_close_01.png");
  }
  .l-header__menu.is-active::before {
    visibility: hidden;
    opacity: 0;
  }
  .l-header__menu.is-active::after {
    visibility: visible;
    opacity: 1;
  }
}

@-webkit-keyframes move-underline {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50.01% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes move-underline {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50.01% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@media print {
  .l-header {
    position: static;
  }
}
@media print, (768px <= width) {
  .c-breadcrumb {
    min-height: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    font-size: 0.16rem;
    font-weight: 500;
  }
  .c-breadcrumb .l-wrapper {
    max-width: 1300px;
  }
  .c-breadcrumb__navigation {
    overflow-x: auto;
    scrollbar-width: thin;
  }
  .c-breadcrumb__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 100%;
    margin: 0;
    padding: 7px 0 0 10px;
    list-style: none;
  }
  .c-breadcrumb__item {
    position: relative;
    margin-right: 22px;
  }
  .c-breadcrumb__item::after {
    content: "";
    position: absolute;
    top: 49%;
    left: calc(100% + 4px);
    width: 5px;
    height: 5px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-width: 1px 1px 0 0;
    border-style: solid;
  }
  .c-breadcrumb__item:last-child::after {
    display: none;
  }
  .c-breadcrumb__item-wrapper {
    text-decoration: none;
  }
  .c-breadcrumb--no-border {
    border-bottom: 0;
  }
}

.c-button-skip {
  position: absolute;
  z-index: 999;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  border: 0;
  clip-path: inset(50%);
}

.c-button-skip:focus {
  display: block;
  z-index: 100;
  top: 5px;
  left: 5px;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: 1em;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}

.c-heading.c-heading--primary {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #223670;
  text-align: center;
}
.c-heading.c-heading--primary::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 100rem;
  background-color: #d0b957;
}
.c-heading.c-heading--primary .c-heading__english {
  display: block;
  font-family: "ff-din-paneuropean", "游ゴシック", yugothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0.025em;
}
.c-heading.c-heading--primary .c-heading__japanese {
  display: block;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media print, (768px <= width) {
  .c-heading.c-heading--primary {
    padding-bottom: 16px;
  }
  .c-heading.c-heading--primary::after {
    width: 61px;
    height: 2px;
  }
  .c-heading.c-heading--primary .c-heading__english {
    margin-bottom: -2px;
    font-size: 0.12rem;
    line-height: 1.75;
  }
  .c-heading.c-heading--primary .c-heading__japanese {
    font-size: 0.28rem;
    line-height: 1.75;
  }
}
@media only screen and (width < 768px) {
  .c-heading.c-heading--primary {
    padding-bottom: 0.3rem;
  }
  .c-heading.c-heading--primary::after {
    width: 1.11rem;
    height: 0.03rem;
  }
  .c-heading.c-heading--primary .c-heading__english {
    margin-bottom: -0.03rem;
    font-size: 0.22rem;
    line-height: 1.7727272727;
  }
  .c-heading.c-heading--primary .c-heading__japanese {
    font-size: 0.52rem;
    line-height: 1.75;
  }
}

.c-heading.c-heading--secondary {
  margin-bottom: 10px;
}
.c-heading.c-heading--secondary .c-heading__entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-heading.c-heading--secondary .c-heading__category {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 0.05rem;
}
.c-heading.c-heading--secondary .c-heading__category-item {
  background-color: #223670;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
.c-heading.c-heading--secondary .c-heading__time {
  font-weight: 500;
  line-height: 1;
}
.c-heading.c-heading--secondary .c-heading__text {
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 0;
}
@media print, (768px <= width) {
  .c-heading.c-heading--secondary {
    margin-bottom: 10px;
  }
  .c-heading.c-heading--secondary .c-heading__entry {
    margin-bottom: -2px;
  }
  .c-heading.c-heading--secondary .c-heading__category {
    margin: 0 10px 10px 0;
    gap: 5px;
  }
  .c-heading.c-heading--secondary .c-heading__category-item {
    padding: 8px 7px 6px 11px;
    border-radius: 2px;
    font-size: 0.16rem;
  }
  .c-heading.c-heading--secondary .c-heading__time {
    margin-bottom: 10px;
    font-size: 0.14rem;
  }
  .c-heading.c-heading--secondary .c-heading__text {
    margin-bottom: 17px;
    font-size: 0.44rem;
    line-height: 1.4;
  }
}
@media only screen and (width < 768px) {
  .c-heading.c-heading--secondary {
    margin-bottom: 0.3rem;
  }
  .c-heading.c-heading--secondary .c-heading__entry {
    margin-bottom: 0.26rem;
  }
  .c-heading.c-heading--secondary .c-heading__category {
    margin: 0 0.14rem 0.1rem 0;
    gap: 0.05rem;
  }
  .c-heading.c-heading--secondary .c-heading__category-item {
    padding: 0.09rem 0.09rem 0.1rem 0.16rem;
    border-radius: 0.02rem;
    font-size: 0.24rem;
  }
  .c-heading.c-heading--secondary .c-heading__time {
    margin-bottom: 0.1rem;
    font-size: 0.21rem;
  }
  .c-heading.c-heading--secondary .c-heading__text {
    padding: 0 0.15rem;
    font-size: 0.45rem;
    line-height: 1.3333333333;
  }
}

.c-section-keyvisual.c-section-keyvisual--primary {
  position: relative;
  overflow: hidden;
}
.c-section-keyvisual.c-section-keyvisual--primary .l-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: inherit;
}
.c-section-keyvisual.c-section-keyvisual--primary .c-section-keyvisual__title {
  position: relative;
  z-index: 99;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
  -webkit-animation: reveal-left-to-right 0.6s 0.8s forwards ease-in-out;
  animation: reveal-left-to-right 0.6s 0.8s forwards ease-in-out;
  color: #fff;
  font-weight: 600;
  line-height: 1.4;
  clip-path: inset(0 100% 0 0);
}
.c-section-keyvisual.c-section-keyvisual--primary .c-section-keyvisual__title-japanese {
  display: block;
  position: relative;
  letter-spacing: 0.1em;
}
.c-section-keyvisual.c-section-keyvisual--primary .c-section-keyvisual__title-japanese::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 0.03rem solid #d0a900;
}
.c-section-keyvisual.c-section-keyvisual--primary .c-section-keyvisual__title-english {
  display: block;
}
.c-section-keyvisual.c-section-keyvisual--primary .c-section-keyvisual__background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-section-keyvisual.c-section-keyvisual--primary .c-section-keyvisual__background-gradient {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.43;
  background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(76.4456%, #2273a8), to(#2273a8));
  background: linear-gradient(-90deg, #fff 0%, #2273a8 76.4456%, #2273a8);
}
.c-section-keyvisual.c-section-keyvisual--primary .c-section-keyvisual__background-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: no-repeat center/cover;
}
.c-section-keyvisual.c-section-keyvisual--primary .c-section-keyvisual__background-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: fade-out 1s 0.3s forwards ease-in-out;
  animation: fade-out 1s 0.3s forwards ease-in-out;
  background-color: #223670;
}
.c-section-keyvisual.c-section-keyvisual--primary.c-section-keyvisual--is-no-gradient .c-section-keyvisual__background-gradient {
  display: none;
}
.c-section-keyvisual.c-section-keyvisual--primary.c-section-keyvisual--is-no-letter-spacing .c-section-keyvisual__title-japanese {
  letter-spacing: 0;
}
@media print, (768px <= width) {
  .c-section-keyvisual.c-section-keyvisual--primary {
    min-height: 350px;
  }
  .c-section-keyvisual.c-section-keyvisual--primary .l-wrapper {
    max-width: 1300px;
    padding: 50px 0;
  }
  .c-section-keyvisual.c-section-keyvisual--primary .c-section-keyvisual__title {
    margin-left: 1px;
    text-align: center;
  }
  .c-section-keyvisual.c-section-keyvisual--primary .c-section-keyvisual__title-japanese {
    margin-bottom: 15px;
    padding-bottom: 9px;
    font-size: 0.6rem;
  }
  .c-section-keyvisual.c-section-keyvisual--primary .c-section-keyvisual__title-japanese::after {
    right: 6px;
  }
  .c-section-keyvisual.c-section-keyvisual--primary .c-section-keyvisual__title-english {
    font-size: 0.15rem;
  }
  .c-section-keyvisual.c-section-keyvisual--primary .c-section-keyvisual__background {
    z-index: 0;
  }
  .c-section-keyvisual.c-section-keyvisual--primary .c-section-keyvisual__background-gradient {
    z-index: 1;
  }
  .c-section-keyvisual.c-section-keyvisual--primary .c-section-keyvisual__background-overlay {
    z-index: 3;
    left: calc(50% - 725px);
    width: 1570px;
    background-image: url("../img/common/img_keyvisual_overlay.png");
  }
  .c-section-keyvisual.c-section-keyvisual--primary .c-section-keyvisual__background-cover {
    z-index: 2;
  }
}
@media only screen and (width < 768px) {
  .c-section-keyvisual.c-section-keyvisual--primary {
    min-height: 6rem;
  }
  .c-section-keyvisual.c-section-keyvisual--primary .l-wrapper {
    padding: 0.2rem 0.2rem 0.5rem 0.8rem;
  }
  .c-section-keyvisual.c-section-keyvisual--primary .c-section-keyvisual__title-japanese {
    margin-bottom: 0.17rem;
    padding-bottom: 0.06rem;
    font-size: 0.78rem;
  }
  .c-section-keyvisual.c-section-keyvisual--primary .c-section-keyvisual__title-japanese::after {
    right: 0.06rem;
  }
  .c-section-keyvisual.c-section-keyvisual--primary .c-section-keyvisual__title-english {
    font-size: 0.23rem;
  }
  .c-section-keyvisual.c-section-keyvisual--primary .c-section-keyvisual__background-gradient {
    visibility: hidden;
    z-index: 2;
    -webkit-animation: fade-in-background-gradient 0.8s 0.3s forwards;
    animation: fade-in-background-gradient 0.8s 0.3s forwards;
    opacity: 0;
  }
  .c-section-keyvisual.c-section-keyvisual--primary .c-section-keyvisual__background-overlay {
    z-index: 1;
    left: 0;
    width: 100%;
    -webkit-animation: fade-out 1s 0.3s forwards ease-in-out;
    animation: fade-out 1s 0.3s forwards ease-in-out;
    background-image: url("../img/common/sp/img_keyvisual_overlay.png");
  }
  .c-section-keyvisual.c-section-keyvisual--primary .c-section-keyvisual__background-cover {
    z-index: 0;
  }
  .c-section-keyvisual.c-section-keyvisual--primary.c-section-keyvisual--sz4 .c-section-keyvisual__title-japanese {
    font-size: 0.65rem;
  }
  .c-section-keyvisual.c-section-keyvisual--primary.c-section-keyvisual--is-gradient-md .c-section-keyvisual__background-gradient {
    display: none;
  }
}

@-webkit-keyframes fade-in-background-gradient {
  100% {
    visibility: visible;
    opacity: 0.43;
  }
}

@keyframes fade-in-background-gradient {
  100% {
    visibility: visible;
    opacity: 0.43;
  }
}
@-webkit-keyframes fade-out {
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fade-out {
  100% {
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes reveal-left-to-right {
  100% {
    clip-path: inset(0);
  }
}
@keyframes reveal-left-to-right {
  100% {
    clip-path: inset(0);
  }
}
.c-section-keyvisual.c-section-keyvisual--secondary {
  color: #223670;
  font-weight: 600;
}
.c-section-keyvisual.c-section-keyvisual--secondary .c-section-keyvisual__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.c-section-keyvisual.c-section-keyvisual--secondary .c-section-keyvisual__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 0;
}
.c-section-keyvisual.c-section-keyvisual--secondary .c-section-keyvisual__title-top {
  display: block;
}
.c-section-keyvisual.c-section-keyvisual--secondary .c-section-keyvisual__title-bottom {
  display: block;
}
@media print, (768px <= width) {
  .c-section-keyvisual.c-section-keyvisual--secondary {
    padding: 0 25px;
  }
  .c-section-keyvisual.c-section-keyvisual--secondary .c-section-keyvisual__wrapper {
    max-width: 1300px;
    min-height: 350px;
    margin: 0 auto;
  }
  .c-section-keyvisual.c-section-keyvisual--secondary .c-section-keyvisual__title {
    padding-left: 5px;
  }
  .c-section-keyvisual.c-section-keyvisual--secondary .c-section-keyvisual__title-top {
    margin: 13px 0 -18px;
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
  .c-section-keyvisual.c-section-keyvisual--secondary .c-section-keyvisual__title-bottom {
    padding-left: 5px;
    font-size: 0.24rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
}
@media only screen and (width < 768px) {
  .c-section-keyvisual.c-section-keyvisual--secondary .c-section-keyvisual__wrapper {
    padding: 0 0.38rem;
  }
  .c-section-keyvisual.c-section-keyvisual--secondary .c-section-keyvisual__title-top {
    margin: 0 0 -0.18rem;
    font-size: 0.6rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
  .c-section-keyvisual.c-section-keyvisual--secondary .c-section-keyvisual__title-bottom {
    padding-left: 0.05rem;
    font-size: 0.24rem;
    letter-spacing: 0.1em;
    line-height: 1.75;
  }
}

.c-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.c-list__item {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: rgba(34, 54, 112, 0.35);
}
.c-list__item:last-child {
  border-color: rgba(34, 54, 112, 0.675);
}
.c-list__content {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.c-list__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
}
.c-list__inner {
  z-index: 2;
  pointer-events: none;
}
.c-list__link {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.c-list__link:hover + .c-list__content {
  color: #555;
}
.c-list__time {
  display: block;
  font-weight: 500;
  line-height: 1;
}
.c-list__category {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  gap: 0.05rem;
  pointer-events: auto;
}
.c-list__category-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #223670;
  text-decoration: none;
}
.c-list__content-inner {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.c-list--wide .c-list__item:first-child {
  border-top-width: 1px;
}
.c-list--has-background .c-list__item:nth-child(even) {
  background-color: #fff;
}
@media print, (768px <= width) {
  .c-list__item {
    padding: 20px 62px 10px;
  }
  .c-list__inner {
    margin-right: 12px;
  }
  .c-list__time {
    margin-bottom: 5px;
    font-size: 0.16rem;
  }
  .c-list__category {
    margin-bottom: 10px;
  }
  .c-list__category-link {
    padding: 6px 10px 5px;
    font-size: 0.16rem;
  }
  .c-list__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-bottom: 10px;
  }
  .c-list--wide .c-list__item {
    padding: 38px 90px 28px;
  }
  .c-list--wide .c-list__inner {
    margin-right: 25px;
  }
  .c-list--wide .c-list__content {
    top: -6px;
  }
}
@media only screen and (width < 768px) {
  .c-list__item {
    padding: 0.2rem;
  }
  .c-list__item:first-child {
    border-top-color: #223670;
  }
  .c-list__item:last-child {
    border-bottom-width: 0;
  }
  .c-list__inner {
    margin-right: 0.3rem;
  }
  .c-list__time {
    margin-bottom: 0.08rem;
    font-size: 0.24rem;
  }
  .c-list__category-link {
    padding: 0.07rem 0.1rem 0.06rem;
    font-size: 0.24rem;
  }
  .c-list__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0.08rem;
    font-size: 0.24rem;
    line-height: 1.4166666667;
  }
  .c-list--wide .c-list__item {
    padding: 0.25rem 0.25rem 0.2rem;
  }
}

.c-post-content {
  overflow-wrap: break-word;
}
.c-post-content p {
  font-weight: 500;
}
.c-post-content p:last-child {
  margin-bottom: 0;
}
.c-post-content b,
.c-post-content strong {
  font-weight: 700;
}
.c-post-content i,
.c-post-content em {
  font-style: italic;
}
.c-post-content a {
  color: inherit;
  text-decoration: underline;
}
.c-post-content a:hover {
  text-decoration: none;
}
.c-post-content sup,
.c-post-content sub {
  position: relative;
  font-size: 0.6em;
}
.c-post-content sup {
  vertical-align: top;
}
.c-post-content sub {
  vertical-align: bottom;
}
.c-post-content figure,
.c-post-content picture,
.c-post-content img,
.c-post-content video,
.c-post-content iframe,
.c-post-content table {
  max-width: 100%;
  margin-bottom: 2em;
}
.c-post-content figure:last-child,
.c-post-content picture:last-child,
.c-post-content img:last-child,
.c-post-content video:last-child,
.c-post-content iframe:last-child,
.c-post-content table:last-child {
  margin-bottom: 0;
}
.c-post-content figure img,
.c-post-content figure video,
.c-post-content figure iframe,
.c-post-content figure table {
  margin-bottom: 0;
}
.c-post-content figcaption {
  margin: 0.5em 0;
  font-size: 0.8em;
}
.c-post-content figcaption:last-child {
  margin-bottom: 0;
}
.c-post-content blockquote {
  position: relative;
  margin-bottom: 2em;
  padding: 2em;
  background-color: #f8f8f8;
}
.c-post-content blockquote::before, .c-post-content blockquote::after {
  content: "“";
  position: absolute;
  font-size: 2em;
  line-height: 1;
}
.c-post-content blockquote::before {
  top: 0.3em;
  left: 0.3em;
}
.c-post-content blockquote::after {
  right: 0.3em;
  bottom: 0.3em;
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
.c-post-content blockquote:last-child {
  margin-bottom: 0;
}
.c-post-content pre,
.c-post-content code {
  margin-bottom: 2em;
}
.c-post-content pre:last-child,
.c-post-content code:last-child {
  margin-bottom: 0;
}
.c-post-content ul {
  margin-bottom: 2em;
  padding-left: 2em;
  list-style: disc;
}
.c-post-content ul:last-child {
  margin-bottom: 0;
}
.c-post-content ol {
  margin-bottom: 2em;
  padding-left: 2em;
  list-style: decimal;
}
.c-post-content ol:last-child {
  margin-bottom: 0;
}
.c-post-content h2,
.c-post-content h3,
.c-post-content h4,
.c-post-content h5,
.c-post-content h6 {
  font-weight: 700;
}
.c-post-content h2 {
  margin-bottom: 1em;
  font-size: 1.8em;
}
.c-post-content h2:last-child {
  margin-bottom: 0;
}
.c-post-content h3 {
  margin-bottom: 1em;
  font-size: 1.6em;
}
.c-post-content h3:last-child {
  margin-bottom: 0;
}
.c-post-content h4 {
  margin-bottom: 1em;
  font-size: 1.4em;
}
.c-post-content h4:last-child {
  margin-bottom: 0;
}
.c-post-content h5 {
  margin-bottom: 1em;
  font-size: 1.2em;
}
.c-post-content h5:last-child {
  margin-bottom: 0;
}
.c-post-content h6 {
  margin-bottom: 1em;
  font-size: 1em;
}
.c-post-content h6:last-child {
  margin-bottom: 0;
}
.c-post-content > div {
  margin-bottom: 2em;
}
.c-post-content > div:last-child {
  margin-bottom: 0;
}
.c-post-content .is-layout-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-post-content .has-background {
  background-color: #ccc;
}
.c-post-content .has-small-font-size {
  font-size: 0.13rem;
}
.c-post-content .has-large-font-size {
  font-size: 0.36rem;
}
.c-post-content .has-x-large-font-size {
  font-size: 0.42rem;
}
.c-post-content .wp-block-table table {
  border-collapse: collapse;
  border: 1px solid #000;
}
.c-post-content .wp-block-table thead,
.c-post-content .wp-block-table tbody,
.c-post-content .wp-block-table tfoot {
  border: none;
}
.c-post-content .wp-block-table th,
.c-post-content .wp-block-table td {
  padding: 0.5em;
  border: 1px solid #000;
}
.c-post-content .wp-block-table th {
  background-color: #ccc;
  font-weight: 700;
}
.c-post-content .wp-block-columns figure {
  margin-bottom: 0.5em;
}
.c-post-content .wp-block-columns figure:last-child {
  margin-bottom: 0;
}
.c-post-content .wp-block-column {
  margin: 0 1em;
}
.c-post-content .wp-block-column:first-child {
  margin-left: 0;
}
.c-post-content .wp-block-column:last-child {
  margin-right: 0;
}
@media print, (768px <= width) {
  .c-post-content {
    padding: 0 5px;
    margin-right: -15px;
    line-height: 2.5294117647;
  }
  .c-post-content p {
    margin-bottom: 43px;
  }
}
@media only screen and (width < 768px) {
  .c-post-content {
    padding: 0 0.3rem;
    font-size: 0.28rem;
    letter-spacing: 0.05em;
    line-height: 1.8928571429;
  }
  .c-post-content p {
    margin-bottom: 0.5rem;
  }
}

.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-up {
  -webkit-animation-name: fade-in-up;
  animation-name: fade-in-up;
}

.c-pagination .c-wp-pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.c-pagination .c-wp-pager__arrow {
  position: relative;
}
.c-pagination .page-numbers {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 50%;
  color: #223670;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.c-pagination .page-numbers.current {
  background-color: #223670;
  color: #fff;
}
.c-pagination .page-numbers.current, .c-pagination .page-numbers.dots {
  cursor: auto;
  pointer-events: none;
}
@media (hover: hover) {
  .c-pagination .page-numbers:hover {
    background-color: #223670;
    color: #fff;
  }
}
.c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--prev,
.c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--next {
  position: absolute;
}
.c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--prev a,
.c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--next a {
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--prev a::before,
.c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--next a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/common/icn_arrow_right_blue.png") center/100% auto no-repeat;
  pointer-events: none;
}
.c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--prev a:hover,
.c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--next a:hover {
  opacity: 0.8;
}
.c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--prev {
  left: 0;
}
.c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--prev a::before {
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}
.c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--next {
  right: 0;
}
@media print, (768px <= width) {
  .c-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 0 0;
  }
  .c-pagination .c-wp-pager {
    min-width: 426px;
    padding: 0 88px;
    gap: 12px;
  }
  .c-pagination .page-numbers {
    width: 38px;
    height: 38px;
    padding: 6px 5px 5px 7px;
    font-size: 0.15rem;
  }
  .c-pagination .page-numbers.dots {
    padding: 17px 5px;
  }
  .c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--prev a,
  .c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--next a {
    width: 40px;
    height: 40px;
  }
  .c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--prev a::before,
  .c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--next a::before {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (width < 768px) {
  .c-pagination {
    width: 100%;
    padding: 0.5rem 0 0;
  }
  .c-pagination .c-wp-pager {
    padding: 0 0.7rem;
    gap: 0.2rem;
  }
  .c-pagination .page-numbers {
    width: 0.48rem;
    height: 0.48rem;
    padding: 0.08rem 0.04rem 0.04rem 0.08rem;
    font-size: 0.28rem;
  }
  .c-pagination .page-numbers.dots {
    padding: 0.17rem 0.05rem;
  }
  .c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--prev a,
  .c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--next a {
    width: 0.5rem;
    height: 0.5rem;
  }
  .c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--prev a::before,
  .c-pagination .c-wp-pager__arrow.c-wp-pager__arrow--next a::before {
    width: 0.5rem;
    height: 0.5rem;
  }
}

.u-hidden {
  display: none;
}

.u-trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.u-trans:hover {
  opacity: 0.7;
}

.u-load {
  opacity: 0.001;
}
html.is-visible .u-load {
  opacity: 1;
}

.u-first-load {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
}
.wf-active .u-first-load {
  opacity: 1;
}

.u-inline {
  display: inline;
}

.u-image {
  display: block;
  width: 100%;
}

.u-object {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media print, (768px <= width) {
  .u-sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (width < 768px) {
  .u-md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.p-section-top-keyvisual__swiper-image {
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.p-section-top-keyvisual__swiper-inner {
  display: block;
  overflow: hidden;
}
.p-section-top-keyvisual__swiper-inner:hover .p-section-top-keyvisual__swiper-image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.9;
}
@media print, (768px <= width) {
  .p-section-top-keyvisual {
    position: relative;
    margin-bottom: 38px;
    padding-bottom: 60px;
    overflow: hidden;
  }
  .p-section-top-keyvisual__swiper {
    height: 450px;
    overflow: visible;
  }
  .p-section-top-keyvisual__swiper-wrapper {
    height: 100%;
  }
  .p-section-top-keyvisual__swiper-slide {
    width: auto;
    height: 100%;
    padding: 0 16px;
  }
  .p-section-top-keyvisual__swiper-image {
    height: 100%;
  }
  .p-section-top-keyvisual__swiper-button-prev, .p-section-top-keyvisual__swiper-button-next {
    top: 230px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    background: no-repeat center/contain;
  }
  .p-section-top-keyvisual__swiper-button-prev::after, .p-section-top-keyvisual__swiper-button-next::after {
    display: none;
  }
  .p-section-top-keyvisual__swiper-button-prev {
    left: 190px;
    background-image: url("../img/common/icn_arrow_left_blue.png");
  }
  .p-section-top-keyvisual__swiper-button-next {
    right: 186px;
    background-image: url("../img/common/icn_arrow_right_blue.png");
  }
  .p-section-top-keyvisual__swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: -52px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .p-section-top-keyvisual__pagination-item {
    width: 12px;
    height: 12px;
    margin: 0 12px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    border-radius: 50%;
    background-color: #555;
    cursor: pointer;
  }
  .p-section-top-keyvisual__pagination-item.is-active {
    background: #223670;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-keyvisual {
    margin-bottom: 0.73rem;
  }
  .p-section-top-keyvisual .l-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .p-section-top-keyvisual__swiper-image {
    width: 100%;
  }
}

.p-section-top-message__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-section-top-message__link {
  display: block;
  position: relative;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
.p-section-top-message__item {
  overflow: hidden;
  border-width: 2px 0;
  border-style: solid;
  border-color: #223670;
}
.p-section-top-message__item:hover .p-section-top-message__link {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  opacity: 0.9;
}
.p-section-top-message__content {
  position: absolute;
  right: 0;
  color: #fff;
}
.p-section-top-message__content--revert {
  right: auto;
  left: 0;
}
.p-section-top-message__content > * {
  position: relative;
}
.p-section-top-message__job {
  color: inherit;
  font-weight: 500;
}
.p-section-top-message__name {
  color: inherit;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-section-top-message__action {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-family: "ff-din-paneuropean", "游ゴシック", yugothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
  font-style: italic;
  font-weight: 500;
}
.p-section-top-message__action::before {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-bottom: 1px solid;
}
@media print, (768px <= width) {
  .p-section-top-message {
    margin-bottom: 98px;
  }
  .p-section-top-message .l-wrapper {
    max-width: 1300px;
  }
  .p-section-top-message .p-section-top-message__heading {
    margin-bottom: 52px;
  }
  .p-section-top-message__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-section-top-message__item {
    width: 48.4615384615%;
    max-width: 630px;
    margin-bottom: 20px;
  }
  .p-section-top-message__content {
    top: 50px;
    width: 461px;
    height: 200px;
    padding: 28px 98px 30px 198px;
  }
  .p-section-top-message__content--revert {
    width: 400px;
    padding: 40px 170px 30px 67px;
  }
  .p-section-top-message__job {
    margin-bottom: -4px;
    font-size: 0.17rem;
    line-height: 1.5882352941;
  }
  .p-section-top-message__name {
    margin-bottom: 8px;
    font-size: 0.35rem;
    line-height: 1.7428571429;
  }
  .p-section-top-message__action {
    font-size: 0.19rem;
    letter-spacing: 0.02em;
    line-height: 1.7368421053;
  }
  .p-section-top-message__action::before {
    top: 54%;
    right: calc(100% + 9px);
    width: 94px;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-message {
    margin-bottom: 0.52rem;
  }
  .p-section-top-message .l-wrapper {
    padding-right: 0.45rem;
    padding-left: 0.45rem;
  }
  .p-section-top-message .p-section-top-message__heading {
    margin-bottom: 0.6rem;
  }
  .p-section-top-message__item {
    margin-bottom: 0.55rem;
  }
  .p-section-top-message__item:last-child {
    margin-bottom: 0;
  }
  .p-section-top-message__content {
    top: 0.5rem;
    width: 4.83rem;
    height: 2.1rem;
    padding: 0.36rem 0.38rem 0.3rem 1.7rem;
  }
  .p-section-top-message__content--revert {
    width: 4.4rem;
    padding: 0.52rem 1.22rem 0.3rem 0.7rem;
  }
  .p-section-top-message__content--revert .p-section-top-message__name {
    margin-bottom: 0.02rem;
  }
  .p-section-top-message__job {
    margin-bottom: -0.05rem;
    font-size: 0.22rem;
    line-height: 1.3636363636;
  }
  .p-section-top-message__name {
    margin-bottom: -0.15rem;
    font-size: 0.46rem;
    line-height: 1.6086956522;
  }
  .p-section-top-message__action {
    font-size: 0.24rem;
    letter-spacing: 0.02em;
    line-height: 1.75;
  }
  .p-section-top-message__action::before {
    top: 60%;
    right: calc(100% + 0.2rem);
    width: 0.99rem;
  }
}

.p-section-top-news {
  background-color: #f2f2f2;
}
.p-section-top-news__tab-control {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.p-section-top-news__control-item {
  background-color: #fff;
}
.p-section-top-news__control-item.current {
  background: #223670;
  color: #fff;
}
.p-section-top-news__content-item {
  display: none;
}
.p-section-top-news__content-item.current {
  display: block;
}
.p-section-top-news__action {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  font-weight: 600;
}
@media print, (768px <= width) {
  .p-section-top-news {
    margin-bottom: 100px;
    padding: 102px 0 116px;
  }
  .p-section-top-news .p-section-top-news__heading {
    margin-bottom: 70px;
  }
  .p-section-top-news__tab-wrapper {
    overflow-x: auto;
    scrollbar-width: thin;
  }
  .p-section-top-news__tab {
    margin-bottom: 16px;
  }
  .p-section-top-news__tab-control {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
    min-height: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.675);
  }
  .p-section-top-news__control-item {
    margin-left: 14px;
    padding: 5px 50px 3px 40px;
    font-size: 0.16rem;
    font-weight: 600;
    line-height: 1.7647058824;
  }
  .p-section-top-news__control-item.current {
    padding: 12px 80px;
    font-weight: 700;
  }
  .p-section-top-news__action {
    margin-right: 62px;
    padding-right: 35px;
    background: url("../img/common/icn_arrow_right_black.png") no-repeat right top 3px/23px auto;
    font-size: 0.17rem;
    line-height: 1.7647058824;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-news {
    margin-bottom: 0.68rem;
    padding: 0.4rem 0 0.5rem;
  }
  .p-section-top-news .l-wrapper {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
  .p-section-top-news .p-section-top-news__heading {
    margin-bottom: 0.68rem;
  }
  .p-section-top-news__tab {
    margin-bottom: 0.22rem;
  }
  .p-section-top-news__tab-control {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .p-section-top-news__control-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0.13rem 0.4rem;
    color: #223670;
    font-size: 0.27rem;
    font-weight: 500;
    line-height: 1.5555555556;
  }
  .p-section-top-news__action {
    margin-right: 0.07rem;
    padding-right: 0.6rem;
    background: url("../img/common/sp/icn_arrow_right_black.png") no-repeat right top 0.03rem/0.39rem auto;
    font-size: 0.29rem;
    line-height: 1.7586206897;
  }
}

.p-section-top-pickup__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-section-top-pickup__item {
  position: relative;
}
.p-section-top-pickup__image {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.p-section-top-pickup__link {
  display: block;
  overflow: hidden;
}
.p-section-top-pickup__link:hover .p-section-top-pickup__image {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.p-section-top-pickup__content {
  position: absolute;
  left: 50%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  text-align: center;
}
.p-section-top-pickup__title {
  font-family: "ff-din-paneuropean", "游ゴシック", yugothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
}
.p-section-top-pickup__text {
  margin-bottom: 0;
  font-weight: 700;
}
.p-section-top-pickup__action {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
}
.p-section-top-pickup__action::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  border-style: solid;
  border-color: transparent #fff #fff transparent;
  opacity: 0.87;
}
.p-section-top-pickup__action-text {
  position: relative;
  color: #223670;
  font-weight: 700;
  line-height: 1;
}
.p-section-top-pickup__action-text::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #d0a900;
}
.p-section-top-pickup__information {
  position: absolute;
  color: #fff;
  font-family: "ff-din-paneuropean", "游ゴシック", yugothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}
@media print, (768px <= width) {
  .p-section-top-pickup {
    margin-bottom: 135px;
  }
  .p-section-top-pickup .p-section-top-pickup__heading {
    margin-bottom: 90px;
  }
  .p-section-top-pickup__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .p-section-top-pickup__item {
    width: 580px;
    margin-bottom: 20px;
  }
  .p-section-top-pickup__item--is-low .p-section-top-pickup__content {
    top: 180px;
  }
  .p-section-top-pickup__content {
    top: 118px;
    text-shadow: 0 0 15px #223670;
  }
  .p-section-top-pickup__title {
    margin-bottom: 15px;
    font-size: 0.44rem;
  }
  .p-section-top-pickup__link .p-section-top-pickup__title {
    padding-right: 35px;
  }
  .p-section-top-pickup__text {
    font-size: 0.18rem;
    line-height: 1.3888888889;
  }
  .p-section-top-pickup__action {
    padding: 6px 8px;
  }
  .p-section-top-pickup__action::before {
    border-width: 35px 71px;
  }
  .p-section-top-pickup__action-text {
    font-size: 0.16rem;
  }
  .p-section-top-pickup__information {
    right: 35px;
    bottom: 28px;
    font-size: 0.21rem;
  }
}
@media only screen and (width < 768px) {
  .p-section-top-pickup {
    margin-bottom: 1.85rem;
  }
  .p-section-top-pickup .l-wrapper {
    padding-right: 0.45rem;
    padding-left: 0.45rem;
  }
  .p-section-top-pickup .p-section-top-pickup__heading {
    margin-bottom: 0.9rem;
  }
  .p-section-top-pickup__item {
    margin-bottom: 0.34rem;
  }
  .p-section-top-pickup__content {
    top: 1.44rem;
    text-shadow: 0 0 0.15rem #223670;
  }
  .p-section-top-pickup__title {
    margin-bottom: 0.23rem;
    font-size: 0.74rem;
  }
  .p-section-top-pickup__link .p-section-top-pickup__title {
    padding-right: 0.45rem;
  }
  .p-section-top-pickup__text {
    font-size: 0.28rem;
  }
  .p-section-top-pickup__action {
    padding: 0.1rem 0.12rem;
  }
  .p-section-top-pickup__action::before {
    border-width: 0.49rem 0.98rem;
  }
  .p-section-top-pickup__action-text {
    font-size: 0.23rem;
  }
  .p-section-top-pickup__action-text::after {
    bottom: 0.01rem;
    border-width: 0.02rem;
  }
  .p-section-top-pickup__information {
    right: 0.25rem;
    bottom: 0.25rem;
    font-size: 0.28rem;
  }
}

.p-section-outline__title, .p-section-outline__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}
.p-section-outline__title:nth-of-type(odd), .p-section-outline__detail:nth-of-type(odd) {
  background: #f2f2f2;
}
.p-section-outline__detail-list {
  padding: 0;
  list-style: none;
}
.p-section-outline__detail-item:last-child {
  margin-bottom: 0;
}
@media print, (768px <= width) {
  .p-section-outline {
    padding: 72px 0 107px;
  }
  .p-section-outline__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid rgba(138, 138, 138, 0.3);
  }
  .p-section-outline__title, .p-section-outline__detail {
    min-height: 90px;
    font-size: 0.17rem;
  }
  .p-section-outline__title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 197px;
    padding: 30px 20px 30px 15px;
    border-right: 1px solid rgba(138, 138, 138, 0.5);
  }
  .p-section-outline__detail {
    width: calc(100% - 197px);
    padding: 30px 52px;
  }
  .p-section-outline__detail-list {
    margin-bottom: 14px;
  }
  .p-section-outline__detail-item {
    margin-bottom: 27px;
  }
  .is-mac .p-section-outline__detail-count {
    position: relative;
    top: 1px;
  }
}
@media only screen and (width < 768px) {
  .p-section-outline {
    padding: 0 0 0.55rem;
  }
  .p-section-outline .l-wrapper {
    padding: 0;
  }
  .p-section-outline__title, .p-section-outline__detail {
    font-size: 0.28rem;
  }
  .p-section-outline__title {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
  }
  .p-section-outline__title:nth-of-type(odd) {
    padding-top: 0.4rem;
  }
  .p-section-outline__title:nth-of-type(even) {
    padding-top: 0.5rem;
  }
  .p-section-outline__detail {
    padding-right: 0.7rem;
    padding-left: 0.75rem;
  }
  .p-section-outline__detail:nth-of-type(odd) {
    padding-bottom: 0.46rem;
  }
  .p-section-outline__detail:nth-of-type(even) {
    padding-bottom: 0.47rem;
  }
  .p-section-outline__detail-list {
    margin-bottom: 0;
    line-height: 1.5357142857;
  }
  .p-section-outline__detail-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.43rem;
  }
  .p-section-outline__detail-count {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}

.p-section-identity__entry {
  background-color: #223670;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-align: center;
}
.p-section-identity__text {
  color: #223670;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
}
.p-section-identity__block {
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-section-identity__block:last-child {
  margin-bottom: 0;
}
.p-section-identity__block-title {
  font-weight: inherit;
}
.p-section-identity__block-title-highlight {
  position: relative;
}
.p-section-identity__block-title-highlight::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  border-bottom: 2px solid #c4a931;
}
.p-section-identity__block-text {
  text-align: justify;
}
.p-section-identity__block-text:last-child {
  margin-bottom: 0;
}
@media print, (768px <= width) {
  .p-section-identity {
    padding: 100px 0 220px;
  }
  .p-section-identity__entry {
    min-height: 48px;
    margin-bottom: 80px;
    padding: 3px 10px 0;
    font-size: 0.24rem;
  }
  .p-section-identity__image {
    width: 913px;
    margin: 0 auto 80px;
  }
  .p-section-identity__title {
    width: 534px;
    margin: 0 auto 86px;
  }
  .p-section-identity__text {
    margin-bottom: 90px;
    font-size: 0.24rem;
    line-height: 1.75;
  }
  .p-section-identity__block {
    margin-bottom: 80px;
  }
  .p-section-identity__block-title {
    margin-bottom: 32px;
    font-size: 0.28rem;
    line-height: 1.3928571429;
  }
  .p-section-identity__block-title-highlight::before {
    bottom: -9px;
  }
  .p-section-identity__block-text {
    font-size: 0.21rem;
    line-height: 1.8571428571;
  }
}
@media only screen and (width < 768px) {
  .p-section-identity {
    padding: 0 0 1.25rem;
  }
  .p-section-identity__entry {
    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;
    min-height: 1.94rem;
    margin: 0 -0.2rem 0.72rem;
    padding: 0.1rem 0.2rem 0.18rem;
    font-size: 0.42rem;
    line-height: 1.2857142857;
  }
  .p-section-identity__image {
    margin-bottom: 0.6rem;
  }
  .p-section-identity__title {
    width: 5.72rem;
    margin: 0 auto 0.6rem;
  }
  .p-section-identity__text {
    margin-bottom: 0.88rem;
    font-size: 0.31rem;
    line-height: 1.7419354839;
  }
  .p-section-identity__block {
    margin-bottom: 1.12rem;
    padding: 0 0.3rem 0 0.5rem;
  }
  .p-section-identity__block-title {
    margin-bottom: 0.48rem;
    font-size: 0.38rem;
    line-height: 1.3947368421;
  }
  .p-section-identity__block-title-highlight::before {
    bottom: -0.09rem;
  }
  .p-section-identity__block-text {
    font-size: 0.28rem;
    line-height: 1.8928571429;
  }
}

.p-section-sustainability__entry {
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  text-decoration: underline;
}
.p-section-sustainability__title {
  color: #223670;
  font-weight: 600;
  text-align: center;
}
.p-section-sustainability__block:last-child {
  margin-bottom: 0;
}
.p-section-sustainability__block-title {
  position: relative;
  color: #223670;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-section-sustainability__block-title::after {
  content: "";
  position: absolute;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #223670), color-stop(48%, #223670), color-stop(48%, #b3b3b3), to(#b3b3b3));
  background: linear-gradient(to bottom, #223670 0, #223670 48%, #b3b3b3 48%, #b3b3b3 100%);
}
.p-section-sustainability__block-image {
  margin-bottom: 60px;
}
.p-section-sustainability__block-about {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-section-sustainability__about-image {
  height: 100%;
}
.p-section-sustainability__block-information {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-section-sustainability__information-item:last-child {
  margin-bottom: 0;
}
.p-section-sustainability__information-title {
  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;
  border: solid #999;
  border-width: 1px 0;
  font-weight: 600;
}
.p-section-sustainability__information-text {
  font-weight: 500;
}
.p-section-sustainability__information-text:last-child {
  margin-bottom: 0;
}
.p-section-sustainability__information-content {
  margin-bottom: 0;
  font-weight: 500;
}
.p-section-sustainability__information-link {
  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;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  background-color: #223670;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.p-section-sustainability__information-link:hover {
  background-color: #555;
}
.p-section-sustainability__information-link-text {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-section-sustainability__information-link-text::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/common/icn_arrow_right_white.png") center/contain no-repeat;
}
.p-section-sustainability__information-event {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-section-sustainability__information-event--no-background .p-section-sustainability__event-item {
  padding-top: 0;
  padding-bottom: 0;
  background: none;
}
.p-section-sustainability__event-item {
  background-color: #f5f5e6;
}
.p-section-sustainability__event-item:last-child {
  margin-bottom: 0;
}
.p-section-sustainability__event-title {
  background-color: #4c705d;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-section-sustainability__event-content {
  font-weight: 500;
}
.p-section-sustainability__event-link {
  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;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-decoration: none;
}
.p-section-sustainability__event-link:hover {
  background-color: #555;
}
@media print, (768px <= width) {
  .p-section-sustainability {
    margin: 110px 0;
  }
  .p-section-sustainability:last-child {
    margin-bottom: 190px;
  }
  .p-section-sustainability__entry {
    margin-bottom: 75px;
    font-size: 0.35rem;
    line-height: 1.7428571429;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
  }
  .p-section-sustainability__title {
    margin-bottom: 75px;
    padding-bottom: 25px;
    border-bottom: 9px solid;
    font-size: 0.45rem;
    letter-spacing: 0.094em;
  }
  .p-section-sustainability__block {
    margin-bottom: 170px;
  }
  .p-section-sustainability__block-title {
    margin-bottom: 48px;
    padding-left: 41px;
    font-size: 0.35rem;
    line-height: 1.7428571429;
  }
  .p-section-sustainability__block-title::after {
    top: -6px;
    width: 17px;
    height: 70px;
  }
  .p-section-sustainability__block-image {
    margin-bottom: 60px;
  }
  .p-section-sustainability__block-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 70px;
  }
  .p-section-sustainability__about-item {
    width: 390px;
    height: 270px;
  }
  .p-section-sustainability__information-item {
    margin-bottom: 102px;
  }
  .p-section-sustainability__information-item--custom-margin {
    margin-bottom: 50px;
  }
  .p-section-sustainability__information-title {
    margin-bottom: 45px;
    padding: 23px 0 22px;
    font-size: 0.28rem;
    letter-spacing: 0.04em;
    line-height: 1.75;
  }
  .p-section-sustainability__information-title + .p-section-sustainability__information-text--small {
    margin-top: -12px;
  }
  .p-section-sustainability__information-text {
    margin-bottom: 50px;
    font-size: 0.21rem;
    letter-spacing: 0.14em;
    line-height: 1.7619047619;
  }
  .p-section-sustainability__information-text--small {
    font-size: 0.17rem;
    line-height: 1.7647058824;
  }
  .p-section-sustainability__information-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 23px;
  }
  .p-section-sustainability__information-image {
    width: 527px;
    margin-right: 20px;
  }
  .p-section-sustainability__information-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    letter-spacing: 0.14em;
    line-height: 1.7647058824;
  }
  .p-section-sustainability__information-link {
    min-height: 100px;
    padding: 10px;
    font-size: 0.28rem;
    line-height: 1.75;
  }
  .p-section-sustainability__information-link-text {
    position: relative;
    padding: 0 113px 0 0;
  }
  .p-section-sustainability__information-link-text::after {
    width: 50px;
    height: 50px;
  }
  .p-section-sustainability__event-item {
    margin-bottom: 35px;
    padding: 50px;
  }
  .p-section-sustainability__event-title {
    min-height: 74px;
    margin-bottom: 27px;
    padding: 13px 20px 12px;
    font-size: 0.28rem;
    font-weight: 500;
    line-height: 1.75;
  }
  .p-section-sustainability__event-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-section-sustainability__event-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 50px 0 0;
    padding-top: 5px;
    font-size: 0.17rem;
    letter-spacing: 0.14em;
    line-height: 1.7647058824;
  }
  .p-section-sustainability__event-link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 260px;
    min-height: 65px;
    padding: 6px 60px 4px 30px;
    background: #d0a900 url("../img/common/icn_arrow_right_white.png") right 23px top 14px/36px auto no-repeat;
    font-size: 0.2rem;
    line-height: 1.75;
  }
}
@media only screen and (width < 768px) {
  .p-section-sustainability {
    margin: 0.42rem 0;
  }
  .p-section-sustainability:last-child {
    margin-bottom: 1rem;
  }
  .p-section-sustainability .l-wrapper {
    padding-right: 0.45rem;
    padding-left: 0.45rem;
  }
  .p-section-sustainability__entry {
    margin-bottom: 0.3rem;
    font-size: 0.35rem;
    line-height: 1.65;
    text-underline-offset: 0.05rem;
    text-decoration-thickness: 0.02rem;
  }
  .p-section-sustainability__title {
    margin: 0 -0.45rem 0.3rem;
    padding-bottom: 0.18rem;
    border-bottom: 0.08rem solid;
    font-size: 0.45rem;
    letter-spacing: 0.094em;
  }
  .p-section-sustainability__block {
    margin-bottom: 0.5rem;
  }
  .p-section-sustainability__block-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 1.34rem;
    margin-bottom: 0.15rem;
    padding-left: 0.4rem;
    font-size: 0.39rem;
    letter-spacing: 0;
    line-height: 1.25;
  }
  .p-section-sustainability__block-title::after {
    top: 50%;
    width: 0.17rem;
    height: 0.7rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-section-sustainability__block-image {
    margin-bottom: 0.4rem;
  }
  .p-section-sustainability__block-about {
    margin-bottom: 0.85rem;
  }
  .p-section-sustainability__about-item {
    height: 4.57rem;
    margin-bottom: 0.2rem;
  }
  .p-section-sustainability__information-item {
    margin-bottom: 0.75rem;
  }
  .p-section-sustainability__information-title {
    margin-bottom: 0.37rem;
    padding: 0.46rem 0.25rem 0.44rem;
    font-size: 0.38rem;
    letter-spacing: 0.04em;
    line-height: 1.3947368421;
  }
  .p-section-sustainability__information-title--wide {
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .p-section-sustainability__information-title--text-center-sm {
    text-align: center;
  }
  .p-section-sustainability__information-text {
    margin-bottom: 0.5rem;
    padding: 0 0.2rem 0 0.3rem;
    font-size: 0.28rem;
    letter-spacing: 0.05em;
    line-height: 1.8928571429;
  }
  .p-section-sustainability__information-inner {
    margin-bottom: 0.7rem;
  }
  .p-section-sustainability__information-image {
    margin-bottom: 0.35rem;
  }
  .p-section-sustainability__information-content {
    padding: 0 0.2rem 0 0.3rem;
    font-size: 0.28rem;
    letter-spacing: 0.05em;
    line-height: 1.8928571429;
    text-align: justify;
  }
  .p-section-sustainability__information-link {
    position: relative;
    min-height: 1.35rem;
    margin: 0 -0.45rem;
    padding: 0.4rem 0.2rem;
    font-size: 0.32rem;
    line-height: 1.75;
  }
  .p-section-sustainability__information-link-text {
    padding: 0 1.2rem 0 0.6rem;
  }
  .p-section-sustainability__information-link-text::after {
    top: 50%;
    right: 0.56rem;
    width: 0.67rem;
    height: 0.67rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-section-sustainability__information-event {
    margin: 0 -0.45rem;
  }
  .p-section-sustainability__event-item {
    margin-bottom: 0.12rem;
    padding: 0.55rem 0.45rem 0.7rem;
  }
  .p-section-sustainability__event-title {
    min-height: 1.5rem;
    margin-bottom: 0.35rem;
    padding: 0.26rem 0.6rem 0.2rem;
    font-size: 0.37rem;
    font-weight: 600;
    line-height: 1.3243243243;
  }
  .p-section-sustainability__event-content {
    margin-bottom: 0.48rem;
    padding: 0 0.25rem;
    font-size: 0.28rem;
    letter-spacing: 0.05em;
    line-height: 1.8928571429;
  }
  .p-section-sustainability__event-link {
    min-height: 1.1rem;
    padding: 0.1rem 0.5rem;
    background-color: #d0a900;
    font-size: 0.32rem;
    line-height: 1.75;
  }
  .p-section-sustainability__event-link-text {
    display: inline-block;
    position: relative;
    padding: 0 1rem 0 0.25rem;
  }
  .p-section-sustainability__event-link-text::after {
    content: "";
    position: absolute;
    top: -0.08rem;
    right: 0;
    width: 0.67rem;
    height: 0.67rem;
    background: url("../img/common/icn_arrow_right_white.png") center/cover no-repeat;
  }
}

@media print {
  main {
    padding-bottom: 50px;
  }
}
.p-section-group {
  background-color: #f6f7f2;
}
.p-section-group__title {
  font-weight: 600;
}
.p-section-group__content {
  position: relative;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.84);
  font-weight: 600;
  text-align: justify;
}
.p-section-group__text:last-child {
  margin-bottom: 0;
}
.p-section-group__about, .p-section-group__service, .p-section-group__company {
  position: relative;
}
.p-section-group__about-image, .p-section-group__service-image, .p-section-group__company-image {
  position: absolute;
}
.p-section-group__author {
  margin-bottom: 0;
  font-family: "gyosho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", yumincho, "Times New Roman", georgia, serif;
}
.p-section-group__author-name {
  display: block;
}
.p-section-group__name-text {
  display: block;
  height: 100%;
  width: auto;
}
@media print, (768px <= width) {
  .p-section-group {
    padding: 130px 0 110px;
  }
  .p-section-group__title {
    margin-bottom: 216px;
    font-size: 0.45rem;
    letter-spacing: 0.1em;
    line-height: 1.7555555556;
  }
  .p-section-group__content {
    font-size: 0.21rem;
    letter-spacing: 0;
    line-height: 2.4117647059;
  }
  .p-section-group__text {
    margin-bottom: 45px;
  }
  .p-section-group__about {
    width: 691px;
    min-height: 505px;
    margin: 0 8px 310px auto;
  }
  .p-section-group__about-content {
    padding: 92px 65px 82px 78px;
  }
  .p-section-group__about-image--primary {
    right: calc(100% - 40px);
    bottom: calc(100% - 290px);
    width: 540px;
  }
  .p-section-group__about-image--secondary {
    z-index: 2;
    top: calc(100% - 47px);
    right: calc(100% - 138px);
    width: 332px;
  }
  .p-section-group__service {
    width: 801px;
    min-height: 448px;
    margin: 0 0 118px 50px;
  }
  .p-section-group__service-content {
    padding: 80px 75px 80px 50px;
  }
  .p-section-group__service-image {
    left: calc(100% - 49px);
    bottom: 80px;
    width: 390px;
  }
  .p-section-group__company {
    width: 841px;
    min-height: 432px;
    margin: 0 0 24px auto;
  }
  .p-section-group__company-content {
    padding: 80px 95px 106px 120px;
  }
  .p-section-group__company-image {
    z-index: 2;
    right: calc(100% - 63px);
    bottom: calc(100% - 226px);
    width: 422px;
  }
  .p-section-group__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-section-group__author-job {
    position: relative;
    top: -2px;
    font-size: 0.26rem;
    letter-spacing: 0.1em;
    line-height: 1.7692307692;
  }
  .p-section-group__author-name {
    margin-left: 10px;
    height: 50px;
  }
}
@media only screen and (width < 768px) {
  .p-section-group {
    padding: 0.64rem 0 0.85rem;
  }
  .p-section-group .l-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .p-section-group__title {
    margin-bottom: 0;
    padding: 0 0.75rem;
    font-size: 0.45rem;
    letter-spacing: 0.1em;
    line-height: 1.5333333333;
  }
  .p-section-group__content {
    font-size: 0.28rem;
    line-height: 1.9642857143;
  }
  .p-section-group__text {
    margin-bottom: 0.58rem;
  }
  .p-section-group__about {
    padding-top: 8.22rem;
  }
  .p-section-group__about-content {
    padding: 0.92rem 0.7rem 0.7rem;
  }
  .p-section-group__about-image--primary {
    z-index: 1;
    top: 0.45rem;
    left: 0;
    width: 6.21rem;
  }
  .p-section-group__about-image--secondary {
    top: 4.18rem;
    right: 0;
    width: 5.1rem;
  }
  .p-section-group__service {
    padding-top: 8rem;
  }
  .p-section-group__service-content {
    padding: 0.74rem 0.7rem 0.72rem;
  }
  .p-section-group__service-image {
    top: 0.76rem;
    right: 0;
    width: 5.59rem;
  }
  .p-section-group__company {
    margin-bottom: 0.5rem;
    padding-top: 3.76rem;
  }
  .p-section-group__company-content {
    padding: 0.75rem 0.7rem;
  }
  .p-section-group__company-image {
    top: 0.6rem;
    left: 0;
    width: 5.65rem;
  }
  .p-section-group__author {
    padding: 0 0.83rem;
  }
  .p-section-group__author-job {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 0.15rem;
    font-size: 0.31rem;
    letter-spacing: 0.12em;
    line-height: 1.7692307692;
  }
  .p-section-group__author-name {
    height: 0.6rem;
  }
}

.p-section-news__title {
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
}
.p-section-news__text {
  font-weight: 500;
  text-align: center;
}
.p-section-news__tab-control {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.p-section-news__control-item {
  -webkit-transition: padding 0.3s, color 0.3s, background 0.3s;
  transition: padding 0.3s, color 0.3s, background 0.3s;
  background-color: #fff;
  cursor: pointer;
}
.p-section-news__control-item.current {
  background: #223670;
  color: #fff;
}
.p-section-news__control-link {
  display: block;
  text-decoration: none;
}
@media print, (768px <= width) {
  .p-section-news {
    padding: 85px 0 170px;
  }
  .p-section-news__title {
    margin-bottom: 0;
    font-size: 0.45rem;
  }
  .p-section-news__text {
    margin-bottom: 75px;
    font-size: 0.28rem;
    letter-spacing: 0.12em;
  }
  .p-section-news__list {
    padding: 0 50px;
    font-size: 0.21rem;
  }
  .p-section-news__tab-wrapper {
    overflow-x: auto;
    scrollbar-width: thin;
  }
  .p-section-news__tab-control {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%;
    min-height: 70px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.675);
  }
  .p-section-news__control-link {
    padding: 5px 50px 3px 40px;
  }
  .p-section-news__control-item {
    margin-left: 14px;
    font-size: 0.16rem;
    font-weight: 600;
    line-height: 1.7647058824;
  }
  .p-section-news__control-item.current {
    font-weight: 700;
  }
  .p-section-news__control-item.current .p-section-news__control-link {
    padding: 12px 80px;
  }
}
@media only screen and (width < 768px) {
  .p-section-news {
    padding: 0.7rem 0 0.9rem;
  }
  .p-section-news__title {
    margin-bottom: 0.2rem;
    font-size: 0.45rem;
    line-height: 1.3111111111;
  }
  .p-section-news__text {
    margin-bottom: 0.55rem;
    font-size: 0.28rem;
    letter-spacing: 0.012em;
    line-height: 1.5357142857;
  }
  .p-section-news__tab-control {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.2rem;
    margin-bottom: 0.3rem;
  }
  .p-section-news__control-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #223670;
    font-size: 0.27rem;
    font-weight: 500;
    line-height: 1.5555555556;
  }
  .p-section-news__control-link {
    padding: 0.13rem 0.4rem;
  }
}

.p-section-details__image {
  border: solid #223670;
  border-width: 1px 0;
}
@media print, (768px <= width) {
  .p-section-details {
    padding: 132px 0 208px;
  }
  .p-section-details .l-wrapper {
    max-width: 1100px;
  }
  .p-section-details__image {
    height: 631px;
    margin-bottom: 70px;
    padding: 26px 0 30px;
  }
}
@media only screen and (width < 768px) {
  .p-section-details {
    padding: 0.85rem 0 1.3rem;
  }
  .p-section-details .l-wrapper {
    padding-right: 0.45rem;
    padding-left: 0.45rem;
  }
  .p-section-details__image {
    height: 4.58rem;
    margin-bottom: 0.35rem;
    padding: 0.2rem 0 0.25rem;
  }
}

.p-section-program__text {
  font-weight: 500;
  text-align: justify;
}
.p-section-program__content {
  margin-bottom: 0.8rem;
}
.p-section-program__content:last-child {
  margin-bottom: 0;
}
.p-section-program__content iframe,
.p-section-program__content video {
  display: block;
  width: 100%;
  height: 100%;
}
@media print, (768px <= width) {
  .p-section-program {
    padding: 94px 0 175px;
  }
  .p-section-program__text {
    margin-bottom: 46px;
    font-size: 0.17rem;
    letter-spacing: 0.14em;
    line-height: 1.7647058824;
  }
  .p-section-program__title {
    margin-bottom: 15px;
    font-size: 0.38rem;
    letter-spacing: -0.1em;
  }
  .p-section-program__content {
    aspect-ratio: 1200/675;
  }
}
@media only screen and (width < 768px) {
  .p-section-program {
    padding: 0.76rem 0 0.69rem;
  }
  .p-section-program .l-wrapper {
    padding-right: 0.45rem;
    padding-left: 0.45rem;
  }
  .p-section-program__text {
    margin-bottom: 0.73rem;
    padding: 0 0.25rem;
    font-size: 0.28rem;
    letter-spacing: 0.05em;
    line-height: 1.8928571429;
  }
  .p-section-program__title {
    margin-bottom: 0.18rem;
    font-size: 0.38rem;
    letter-spacing: -0.1em;
  }
  .p-section-program__content {
    aspect-ratio: 660/375;
  }
}

.p-section-sitemap__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.p-section-sitemap__link {
  display: block;
  text-decoration: none;
}
.p-section-sitemap__link:hover .p-section-sitemap__image-content {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.p-section-sitemap__link:hover .p-section-sitemap__content-title::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.p-section-sitemap__image {
  overflow: hidden;
}
.p-section-sitemap__image-content {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.p-section-sitemap__content {
  position: relative;
}
.p-section-sitemap__content::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url("../img/common/icn_arrow_right.png") center/contain no-repeat;
}
.p-section-sitemap__content-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 0.1em;
}
.p-section-sitemap__content-title::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  border-bottom: 1px solid;
}
.p-section-sitemap__content-text {
  margin-bottom: 0;
  font-family: "ff-din-paneuropean", "游ゴシック", yugothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ", "Hiragino Sans", "メイリオ", meiryo, sans-serif;
}
@media print, (768px <= width) {
  .p-section-sitemap {
    padding: 105px 0 128px;
  }
  .p-section-sitemap .l-wrapper {
    max-width: 1100px;
  }
  .p-section-sitemap__list {
    gap: 32px 30px;
  }
  .p-section-sitemap__item {
    width: 252px;
  }
  .p-section-sitemap__image {
    margin-bottom: 10px;
  }
  .p-section-sitemap__content {
    padding-right: 50px;
  }
  .p-section-sitemap__content::before {
    width: 28px;
    height: 28px;
  }
  .p-section-sitemap__content-title {
    margin-bottom: -3px;
    font-size: 0.18rem;
    font-weight: 400;
    line-height: 1.2222222222;
  }
  .p-section-sitemap__content-text {
    font-size: 0.1rem;
    font-weight: 300;
    letter-spacing: 0;
  }
}
@media only screen and (width < 768px) {
  .p-section-sitemap {
    padding: 0.54rem 0 0.82rem;
  }
  .p-section-sitemap .l-wrapper {
    padding-right: 0.28rem;
    padding-left: 0.28rem;
  }
  .p-section-sitemap__list {
    margin-right: -0.01rem;
    gap: 0.15rem 0.21rem;
  }
  .p-section-sitemap__item {
    width: 3.37rem;
  }
  .p-section-sitemap__item:nth-child(even) .p-section-sitemap__content {
    padding-left: 0.06rem;
  }
  .p-section-sitemap__image {
    width: 3.36rem;
    margin-bottom: 0.1rem;
  }
  .p-section-sitemap__content {
    padding-right: 0.5rem;
  }
  .p-section-sitemap__content::before {
    top: 0.05rem;
    width: 0.36rem;
    height: 0.36rem;
  }
  .p-section-sitemap__content-title {
    margin-bottom: -0.04rem;
    font-size: 0.25rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .p-section-sitemap__content-text {
    font-size: 0.18rem;
    letter-spacing: 0;
  }
}

.p-section-privacy {
  font-weight: 500;
}
.p-section-privacy__entry {
  text-align: justify;
}
.p-section-privacy__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-section-privacy__item:last-child {
  margin-bottom: 0;
}
.p-section-privacy__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f2f2f2;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-section-privacy__title-number {
  position: relative;
}
.p-section-privacy__title-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-section-privacy__content {
  text-align: justify;
}
.p-section-privacy__text:last-child {
  margin-bottom: 0;
}
.p-section-privacy__text-inner {
  display: block;
}
.p-section-privacy__update {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, (768px <= width) {
  .p-section-privacy {
    padding: 95px 0 178px;
    font-size: 0.18rem;
    line-height: 1.8888888889;
  }
  .p-section-privacy__entry {
    margin-bottom: 50px;
    letter-spacing: 0.05em;
  }
  .p-section-privacy__list {
    margin-bottom: 70px;
  }
  .p-section-privacy__item {
    margin-bottom: 30px;
  }
  .p-section-privacy__title {
    min-height: 90px;
    margin-bottom: 24px;
    padding: 17px 32px 15px;
    font-size: 0.32rem;
    line-height: 1.75;
  }
  .p-section-privacy__title-number {
    top: 2px;
    margin-right: 20px;
  }
  .p-section-privacy__content {
    padding: 0 55px;
    letter-spacing: 0.05em;
  }
  .p-section-privacy__text {
    margin-bottom: 35px;
  }
  .p-section-privacy__text--custom-margin {
    margin-right: -12px;
  }
  .p-section-privacy__text-inner {
    padding-left: 1.5em;
  }
  .p-section-privacy__note {
    margin-bottom: 34px;
  }
}
@media only screen and (width < 768px) {
  .p-section-privacy {
    padding: 0.42rem 0 0.6rem;
    font-size: 0.28rem;
    letter-spacing: 0;
    line-height: 1.75;
  }
  .p-section-privacy .l-wrapper {
    padding-right: 0.45rem;
    padding-left: 0.45rem;
  }
  .p-section-privacy__entry {
    margin-bottom: 0.42rem;
  }
  .p-section-privacy__list {
    margin-bottom: 0.54rem;
  }
  .p-section-privacy__item {
    margin-bottom: 0.42rem;
  }
  .p-section-privacy__title {
    min-height: 0.7rem;
    margin-bottom: 0.24rem;
    padding: 0.12rem 0.2rem 0.1rem 0.3rem;
    font-size: 0.32rem;
    line-height: 1.4375;
  }
  .p-section-privacy__title-number {
    margin-right: 0.36rem;
  }
  .p-section-privacy__text {
    margin-bottom: 0.5rem;
  }
  .p-section-privacy__text-inner {
    text-indent: 2em;
  }
  .p-section-privacy__note {
    margin-bottom: 0.5rem;
  }
}

.p-section-message__content {
  font-family: "ryumin", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝", yumincho, "Times New Roman", georgia, serif;
}
.p-section-message__text:last-child {
  margin-bottom: 0;
}
.p-section-message__author {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.p-section-message__author-title {
  display: block;
}
.p-section-message__author-text {
  display: block;
  width: auto;
}
@media print, (768px <= width) {
  .p-section-message {
    padding: 33px 0 178px;
  }
  .p-section-message .l-wrapper {
    max-width: 1098px;
  }
  .p-section-message__image {
    margin-bottom: 80px;
  }
  .p-section-message__content {
    margin-bottom: 92px;
    padding: 0 10px;
  }
  .p-section-message__title {
    margin-bottom: 54px;
    font-size: 0.35rem;
    font-weight: 400;
    letter-spacing: 0.42em;
  }
  .p-section-message__text {
    margin-bottom: 46px;
    font-size: 0.21rem;
    letter-spacing: 0.1em;
    line-height: 2.1904761905;
  }
  .p-section-message__author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    font-size: 0.21rem;
    font-weight: 600;
  }
  .p-section-message__author-text {
    position: relative;
    top: -4px;
    height: 100%;
    margin-left: 30px;
  }
}
@media only screen and (width < 768px) {
  .p-section-message {
    padding: 0.29rem 0 1.75rem;
  }
  .p-section-message .l-wrapper {
    padding-right: 0.37rem;
    padding-left: 0.37rem;
  }
  .p-section-message__image {
    margin-bottom: 0.54rem;
  }
  .p-section-message__content {
    margin-bottom: 1rem;
    padding: 0 0.25rem;
  }
  .p-section-message__title {
    margin-bottom: 0.52rem;
    font-size: 0.35rem;
    font-weight: 400;
    letter-spacing: 0.045em;
  }
  .p-section-message__text {
    margin-bottom: 0.46rem;
    font-size: 0.21rem;
    letter-spacing: 0.1em;
    line-height: 2.1904761905;
    text-align: justify;
  }
  .p-section-message__author {
    margin-right: 0.22rem;
    font-weight: 500;
    font-size: 0.28rem;
  }
  .p-section-message__author-title {
    margin-bottom: 0.2rem;
  }
  .p-section-message__author-text {
    height: 0.5rem;
    margin-left: auto;
  }
}
/*# sourceMappingURL=styles.css.map */