<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 初期化 */
html, body, h1, h2, h3, h4, h5, h6, p, a, address, img, figure, figcaption,
ul, ol, li, dl, dt, dd, table, tr, td {
  margin: 0;
  padding: 0;
  border: 0;
}

html {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a {
  text-decoration: underline;
  color: #f5a21c;
}
a:hover {
  color: #f6bd62;
}

img {
  border-style: none;
}

ol, ul {
  list-style: none;
}

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

[type=text], [type=password], [type=button], textarea {
  outline: none;
  border: none;
}

select {
  outline: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

/* 本文に使用するタグの初期設定 */
body {
  background: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  font-feature-settings: "palt" 1;
}
@media print, screen and (min-width: 1024px) {
  body {
    font-size: 1.5rem;
    line-height: 2;
  }
}
@media screen and (max-width: 1023px) {
  body {
    font-size: 1.4rem;
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body {
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  body {
    line-height: 2;
  }
}

section h3 {
  margin: 5rem 0 2.5rem;
  padding: 1rem 2rem;
  background: #E4D9E5;
  border: solid 1px #ccc;
  border-left: solid 10px #7B487C;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  section h3 {
    margin: 4.5rem 0 2rem;
    padding: 0.75rem 1.5rem;
    font-size: 2rem;
  }
}
section h2 + h3 {
  margin-top: 0;
}
section h4 {
  margin: 3.5rem 0 1.5rem;
  padding: 0 0 0.7rem;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: 1px dashed #ccc;
  line-height: 1.4;
}
section h3 + h4 {
  margin-top: 2rem;
}
section h5 {
  margin: 2.5rem 0 0.8rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6;
}
section h4 + h5 {
  margin-top: 2rem;
}
section img {
  margin: 1.2rem 0 0;
}
@media screen and (max-width: 1023px) {
  section img {
    max-width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  section img {
    display: block;
    margin: 1.5rem auto;
  }
}
@media screen and (max-width: 1023px) {
  section table img {
    max-width: initial;
  }
}
section blockquote {
  line-height: 2;
}
section table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
}
@media screen and (max-width: 767px) {
  section .spScrollTable {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
section th {
  padding: 10px;
  background: #E4D9E5;
  border: 1px solid #ccc;
  line-height: 1.5;
  font-weight: bold;
}
section td {
  padding: 10px;
  background: #eee;
  border: 1px solid #ccc;
  line-height: 1.5;
}
section ul, section ol {
  margin: 1rem 0;
}
section ul {
  list-style: disc;
}
section ol {
  list-style: decimal;
}
section li {
  margin-left: 3rem;
  padding: 0.3rem 0;
  line-height: 1.75;
}

/* ユーティリティ*/
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-spTrimImage {
    width: 100%;
    height: 250px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .u-spTrimImage {
    width: 100%;
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media print, screen and (min-width: 768px) {
  .u-pctbBreak::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-tbBreak::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 767px) and (orientation: portrait) {
  .u-spportBreak::before {
    content: "\a";
    white-space: pre;
  }
}

.u-cf::after {
  content: "";
  clear: both;
  display: table;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  _:-ms-lang(x)::-ms-backdrop, .u-spTrimImage {
    font-family: "object-fit:";
  }
}
@media screen and (max-width: 767px) {
  _:-ms-lang(x)::-ms-backdrop, .u-spTrimImage {
    font-family: "object-fit:";
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  :-ms-lang(x)::backdrop, .u-spTrimImage {
    font-family: "object-fit:";
  }
}
@media screen and (max-width: 767px) {
  :-ms-lang(x)::backdrop, .u-spTrimImage {
    font-family: "object-fit:";
  }
}

/* ハンバーガーメニュー */
.hamburgerMenu {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100vw;
}
@media print, screen and (min-width: 1024px) {
  .hamburgerMenu {
    display: none;
  }
}

.hamburgerMenu-button {
  position: absolute;
  width: 25px;
  height: 20px;
  cursor: pointer;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hamburgerMenu-button {
    top: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hamburgerMenu-button {
    top: 20px;
    right: 15px;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {
  .hamburgerMenu-button {
    top: 20px;
    right: 25px;
  }
}

.hamburgerMenu-button-item {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #666;
  opacity: 1;
  transform: rotate(0deg);
  transition: 0.4s ease-in-out;
}
.hamburgerMenu-button-item:nth-child(1) {
  top: 0;
}
.hamburgerMenu-button-item:nth-child(2) {
  top: 9px;
}
.hamburgerMenu-button-item:nth-child(3) {
  top: 18px;
}
.hamburgerMenu-button.is-open .hamburgerMenu-button-item:nth-child(1) {
  top: 9px;
  transform: rotate(135deg);
}
.hamburgerMenu-button.is-open .hamburgerMenu-button-item:nth-child(2) {
  opacity: 0;
}
.hamburgerMenu-button.is-open .hamburgerMenu-button-item:nth-child(3) {
  top: 9px;
  transform: rotate(-135deg);
}

.hamburgerMenu-list {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  background: #fff;
  box-shadow: 3px 3px 15px 15px rgba(0, 0, 0, 0.1);
}

.hamburgerMenu-list-item {
  border-top: 1px solid #ccc;
  background: #eee;
  text-align: center;
}
.hamburgerMenu-list-item:first-child {
  border-top: none;
}
.hamburgerMenu-list-item.mod-close {
  padding: 5px 15px;
  border: none;
  background: #555;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hamburgerMenu-list-item.mod-login {
    display: none;
  }
}

.hamburgerMenu-list-item-link {
  display: block;
  padding: 10px 15px;
}

/* アコーディオンメニュー */
@media print, screen and (min-width: 768px) {
  .accordionMenu {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .accordionMenu {
    margin: 15px auto;
  }
}

.accordionMenu-title {
  position: relative;
  padding: 8px 15px;
  background: #eee;
  font-size: 1.6rem;
}
.accordionMenu-title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 2px;
  margin-top: -1px;
  background-color: #666;
  transform-origin: 50% 50%;
  transition: all 0.3s ease-out;
  transform: rotate(-90deg);
  opacity: 1;
}
.accordionMenu-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 15px;
  height: 2px;
  margin-top: -1px;
  background-color: #666;
  transform-origin: 50% 50%;
  transition: all 0.3s ease-out;
}
.accordionMenu-title.is-open::before {
  transform: rotate(0deg);
}
.accordionMenu-title.is-open::after {
  transform: rotate(180deg);
  opacity: 0;
}

.accordionMenu-list {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
}

.accordionMenu-list-item {
  margin: 0;
  padding: 10px 15px;
  background: #eee;
  border-top: 1px solid #ccc;
}

/* 水平メニュー */
@media screen and (max-width: 767px) {
  .horizontalMenu {
    display: none;
  }
}

@media print, screen and (min-width: 1024px) {
  .horizontalMenu-list {
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .horizontalMenu-list {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .horizontalMenu-list {
    width: 78vw;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 1024px) {
  .horizontalMenu-list-item {
    width: 190px;
    margin: 7px 5px;
    padding: 7px 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .horizontalMenu-list-item {
    height: 20px;
    border-radius: 20px;
    background-color: #AB8CAD;
    line-height: 20px;
    font-size: 1.2rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .horizontalMenu-list-item {
    width: 24vw;
    margin: 7px 0.5vw;
    padding: 7px 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .horizontalMenu-list-item {
    width: 190px;
    height: 20px;
    border-radius: 20px;
    background-color: #AB8CAD;
    line-height: 20px;
    font-size: 1.1rem;
    text-align: center;
  }
}

.horizontalMenu-item-link {
  color: #fff;
}
.horizontalMenu-item-link:hover {
  color: #fff;
}

/* タブメニュー */
@media print, screen and (min-width: 768px) {
  .tabMenu {
    cursor: pointer;
    background: #eee;
  }
  .tabMenu.is-active {
    background: #7B487C;
    color: #fff;
  }
}

@media print, screen and (min-width: 768px) {
  .tabMenuContents {
    display: none;
  }
  .tabMenuContents.is-open {
    display: block;
    animation: fadein 0.5s ease 0s 1 normal;
  }
  @keyframes fadein {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
}
@media print {
  .tabMenuContents {
    display: block;
  }
  @keyframes fadein {
    100% {
      opacity: 1;
    }
  }
}

/* 非順序リスト */
.markerCheckList-item {
  position: relative;
  margin-top: 1rem;
  padding-left: 2.4rem;
  line-height: 1.75;
}
.markerCheckList-item:first-of-type {
  margin-top: 0;
}
.markerCheckList-item::before, .markerCheckList-item::after {
  content: "";
  display: block;
  position: absolute;
}
.markerCheckList-item::before {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0.8rem;
  background: #7B487C;
}
@media print, screen and (min-width: 768px) {
  .markerCheckList-item::before {
    top: 0.4rem;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .markerCheckList-item::before {
    top: 0.5rem;
    left: 0;
  }
}
.markerCheckList-item::after {
  width: 0.6rem;
  height: 0.3rem;
  border-left: 0.2rem solid #fff;
  border-bottom: 0.2rem solid #fff;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  .markerCheckList-item::after {
    top: 0.9rem;
    left: 0.4rem;
  }
}
@media screen and (max-width: 767px) {
  .markerCheckList-item::after {
    top: 1rem;
    left: 0.4rem;
  }
}

.markerCheckList-item-link {
  color: #333;
}
.markerCheckList-item-link:hover {
  color: #333;
}

/* 順序リスト */
.orderedList-item {
  margin-top: 1rem;
  padding-left: 3rem;
  line-height: 1.75;
}
.orderedList-item:first-of-type {
  margin-top: 0;
}

.orderedList-item-link {
  color: #333;
}
.orderedList-item-link:hover {
  color: #333;
}

@media print, screen and (min-width: 768px) {
  .definitionList {
    display: flex;
    flex-wrap: wrap;
    line-height: 2;
  }
}
@media screen and (max-width: 767px) {
  .definitionList {
    margin-top: 1.3rem;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 1024px) {
  .definitionList.mod-latestNews .definitionList-body {
    width: 330px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .definitionList.mod-latestNews .definitionList-body {
    width: 30vw;
  }
}

.definitionList-title, .definitionList-body {
  box-sizing: border-box;
}
@media print, screen and (min-width: 768px) {
  .definitionList-title, .definitionList-body {
    padding: 14px 10px 13px;
  }
}

@media print, screen and (min-width: 1024px) {
  .definitionList-title {
    width: 170px;
  }
}
@media print, screen and (min-width: 768px) {
  .definitionList-title {
    display: flex;
    align-items: center;
    position: relative;
    margin-left: auto;
    padding-left: 30px;
    border-top: 1px solid #AB8CAD;
    text-align: left;
    line-height: 1.6;
  }
  .definitionList-title:first-of-type {
    border-top: none;
  }
  .definitionList-title::before {
    content: "";
    position: absolute;
    left: 15px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #AB8CAD;
    border-right: 2px solid #AB8CAD;
    transform: rotate(45deg);
  }
  _:-ms-lang(x)::-ms-backdrop, .definitionList-title::before {
    margin-top: 5.25%;
  }
  _:-ms-lang(x)::backdrop, .definitionList-title::before {
    margin-top: 5.25%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .definitionList-title {
    width: 20vw;
  }
}
@media screen and (max-width: 767px) {
  .definitionList-title {
    display: none;
  }
}

@media print, screen and (min-width: 1024px) {
  .definitionList-body {
    width: 710px;
  }
}
@media print, screen and (min-width: 768px) {
  .definitionList-body {
    margin-right: auto;
    border-top: 1px solid #ccc;
    line-height: 1.6;
  }
  .definitionList-body:first-of-type {
    border-top: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .definitionList-body {
    width: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .definitionList-body {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #ccc;
  }
  .definitionList-body:first-of-type {
    padding-top: 0;
    border-top: none;
  }
  .definitionList-body:last-of-type {
    padding-bottom: 0;
  }
  .definitionList-body::before {
    content: "［" attr(data-title) "］";
    margin-right: 1rem;
    font-weight: bold;
    color: #AB8CAD;
  }
}

.definitionList-body-link {
  color: #333;
}
.definitionList-body-link:hover {
  color: #333;
}

/* 標準セレクトフォーム */
.generalSelect {
  box-sizing: border-box;
  padding: 7px 25px 7px 10px;
  background: #E4D9E5 url(../images/common/marker_select.svg) calc(100% - 10px) 50% no-repeat;
  line-height: 1.5;
  font-size: 1.6rem;
}
.generalSelect:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* 標準入力フォーム */
.generalInput {
  box-sizing: border-box;
  padding: 10px;
  background: #eee;
  font-size: 1.6rem;
  color: #333;
}
.generalInput:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.generalInput::-moz-placeholder {
  color: #fff;
}
.generalInput::placeholder {
  color: #fff;
}

/* 標準ボタン */
.generalButton {
  padding: 7px 5px;
  border: 1px solid #ccc;
  border-radius: 50px;
  background: #fff;
  font-size: 1.6rem;
  color: #333;
  text-align: center;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.generalButton:hover {
  background: #ccc;
  color: #fff;
}

/* 標準テキストエリア*/
.generalTextarea {
  box-sizing: border-box;
  padding: 10px;
  background: #eee;
  font-size: 1.6rem;
  color: #333;
}
.generalTextarea:focus {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.generalTextarea::-moz-placeholder {
  color: #fff;
}
.generalTextarea::placeholder {
  color: #fff;
}

/* 標準ラジオボタン */
.generalRadio {
  margin-left: 1.6rem;
  padding: 10px;
  font-size: 1.6rem;
}
.generalRadio:nth-of-type(1) {
  margin: 0;
}

/* 標準セレクトフォームの幅調整 */
@media print, screen and (min-width: 1024px) {
  .generalSelect.mod-full {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .generalSelect.mod-full {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .generalSelect.mod-full {
    width: 100%;
  }
}
@media print, screen and (min-width: 1024px) {
  .generalSelect.mod-quarter {
    width: 25%;
    width: 251px;
  }
}
@media screen and (max-width: 1023px) {
  .generalSelect.mod-quarter {
    width: 23vw;
  }
}

/* 標準入力フォームの幅調整 */
@media print, screen and (min-width: 1024px) {
  .generalInput.mod-full {
    width: 100%;
  }
  .generalInput.mod-half {
    width: 50%;
  }
  .generalInput.mod-quarter {
    width: 25%;
  }
  .generalInput.mod-narrow {
    width: 12.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .generalInput.mod-full {
    width: 100%;
  }
  .generalInput.mod-half {
    width: 50%;
  }
  .generalInput.mod-quarter {
    width: 25%;
  }
  .generalInput.mod-narrow {
    width: 12.5%;
  }
}
@media screen and (max-width: 767px) {
  .generalInput.mod-full {
    width: 100%;
  }
  .generalInput.mod-half {
    width: 100%;
  }
  .generalInput.mod-quarter {
    width: 50%;
  }
  .generalInput.mod-narrow {
    width: 35%;
  }
}

/* 標準テキストエリアの幅調整 */
@media print, screen and (min-width: 1024px) {
  .generalTextarea.mod-full {
    width: 100%;
    height: 15rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .generalTextarea.mod-full {
    width: 100%;
    height: 14rem;
  }
}
@media screen and (max-width: 767px) {
  .generalTextarea.mod-full {
    width: 100%;
    height: 10rem;
  }
}

/* 標準ボタンの幅と位置調整 */
@media print, screen and (min-width: 1024px) {
  .generalButton.mod-middle {
    width: 300px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .generalButton.mod-middle {
    width: 40vw;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .generalButton.mod-middle {
    width: 60vw;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .generalButton.mod-small {
    width: 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .generalButton.mod-small {
    width: 20vw;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .generalButton.mod-small {
    width: 40vw;
    font-size: 1.3rem;
  }
}
.generalButton.mod-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.generalButton.mod-spacing {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* ローダー */
.loader {
  background: #666;
  align-items: center;
  justify-content: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99999;
}

.loader::after {
  animation: loader_animation 0.5s linear infinite;
  border: 5px solid white;
  border-right: 5px solid rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  content: "";
  height: 100px;
  width: 100px;
}

@keyframes loader_animation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* ページラッパー */
.page {
  background: #fff url(../images/common/hero_image.jpg) no-repeat;
}
@media print, screen and (min-width: 1024px) {
  .page {
    padding-bottom: 20px;
    background-size: 1920px auto;
    background-position: center 200px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page {
    padding-bottom: 3.5vw;
    background-size: 160vw auto;
    background-position: center 131px;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .page {
    background-image: url(../images/common/hero_image@2x.jpg);
  }
}
@media screen and (max-width: 767px) {
  .page {
    background-image: none;
  }
}
.page.mod-plain {
  background-image: none;
}

.announcement {
  padding: 7px 0;
  background: #C13704;
  color: #fff;
  text-align: center;
}
.announcement a {
  color: #fff;
}

.meetingHelp {
  border: 1px solid #ccc;
  background: #fff;
  color: #C13704;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .meetingHelp {
    margin: 25px 0;
    padding: 10px 15px 8px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .meetingHelp {
    margin: 0 0 30px;
    padding: 10px 15px 0;
    line-height: 1.75;
  }
}
.meetingHelp.mod-plain {
  color: #333;
  font-weight: normal;
}

/* ヘッダー */
@media print, screen and (min-width: 1024px) {
  .globalHeader {
    width: 1024px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .globalHeader {
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 1024px) {
  .globalHeader-ci {
    width: 575px;
    height: 115px;
    padding: 65px 0 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .globalHeader-ci {
    width: 420px;
    padding: 30px 0 0 30px;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .globalHeader-ci {
    padding: 20px 15px 0;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {
  .globalHeader-ci {
    padding: 15px 25px 0;
  }
}

.globalHeader-ci-link {
  display: block;
}

.globalHeader-ci-link-image {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .globalHeader-ci-link-image.mod-spport {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .globalHeader-ci-link-image {
    width: 420px;
    height: 66px;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .globalHeader-ci-link-image {
    width: 75vw;
  }
  .globalHeader-ci-link-image.mod-pctbspland {
    display: none;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {
  .globalHeader-ci-link-image {
    width: 70vw;
  }
  .globalHeader-ci-link-image.mod-spport {
    display: none;
  }
}

.globalHeader-ci-link-archive {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .globalHeader-ci-link-archive {
    margin: 0 0 0 107px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .globalHeader-ci-link-archive {
    height: 15px;
    margin: 0 0 0 78px;
  }
}
@media screen and (max-width: 767px) {
  .globalHeader-ci-link-archive {
    height: 3.5vw;
    margin: 5px 0 0 86px;
  }
}
@media screen and (max-width: 767px) {
  .globalHeader-ci-link-archive {
    height: 2.5vw;
    margin: 0 0 20px 86px;
  }
}

@media print, screen and (min-width: 1024px) {
  .globalHeader-login {
    width: 320px;
    padding: 0 0 0 109px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .globalHeader-login {
    width: 180px;
    padding: 0 70px 0 0;
    padding: 25px 70px 0 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .globalHeader-login {
    display: none;
  }
}

@media print, screen and (min-width: 1024px) {
  .globalHeader-login-status {
    width: 320px;
    height: 30px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .globalHeader-login-status {
    width: 180px;
    margin-bottom: 7px;
    text-align: center;
  }
}

@media print, screen and (min-width: 1024px) {
  .globalHeader-toppage {
    display: flex;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1023px) {
  .globalHeader-toppage {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .globalHeader-toppage-link {
    display: block;
  }
}

@media print, screen and (min-width: 768px) {
  .globalHeader-toppage-link-image {
    display: block;
  }
}

.globalMenu {
  background: #7B487C;
}
@media print, screen and (min-width: 768px) {
  .globalMenu {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .globalMenu {
    margin-top: 15px;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {
  .globalMenu {
    margin-top: 10px;
  }
}

.globalMenu-list {
  display: flex;
}
@media print, screen and (min-width: 1024px) {
  .globalMenu-list {
    width: 1024px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .globalMenu-list {
    flex-wrap: wrap;
  }
}

.globalMenu-list-item {
  border-left: 1px solid #AB8CAD;
}
@media print, screen and (min-width: 1024px) {
  .globalMenu-list-item {
    width: calc(1024px / 4);
  }
  .globalMenu-list-item:last-child {
    border-right: 1px solid #AB8CAD;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .globalMenu-list-item {
    width: 25vw;
  }
  .globalMenu-list-item:first-child {
    border-left: none;
  }
}
@media screen and (max-width: 767px) {
  .globalMenu-list-item {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .globalMenu-list-item {
    width: 50vw;
  }
  .globalMenu-list-item:nth-of-type(2n-1) {
    border-left: none;
  }
  .globalMenu-list-item:nth-of-type(n+3) {
    border-top: 1px solid #AB8CAD;
  }
  .globalMenu-list-item.mod-pctbspland {
    display: none;
  }
}

.globalMenu-list-item-link {
  display: block;
  text-align: center;
  line-height: 0;
}
@media print, screen and (min-width: 1024px) {
  .globalMenu-list-item-link {
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .globalMenu-list-item-link {
    padding: 13px 0;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .globalMenu-list-item-link {
    padding: 3vw 0;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {
  .globalMenu-list-item-link {
    padding: 1.5vw 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .globalMenu-list-item-link-images {
    height: 18px;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .globalMenu-list-item-link-images {
    height: 4.5vw;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {
  .globalMenu-list-item-link-images {
    height: 3vw;
  }
}

/* ヒーローイメージ */
@media print, screen and (min-width: 1024px) {
  .hero {
    width: 1024px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    background: #fff url(../images/common/hero_image_sp@2x.jpg) no-repeat;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hero {
    background-position: center top;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {
  .hero {
    background-position: center -20vw;
  }
}

.hero-image {
  display: block;
}
@media print, screen and (min-width: 1024px) {
  .hero-image {
    margin: 35px 0 120px 120px;
    width: 890px;
  }
}
@media print, screen and (min-width: 768px) {
  .hero-image.mod-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hero-image {
    margin: 2vw 0 5vw 16vw;
    width: 80vw;
  }
}
@media screen and (max-width: 767px) {
  .hero-image {
    margin: 0 auto;
  }
  .hero-image.mod-pctb {
    display: none;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .hero-image {
    width: 80vw;
    padding: 12vw 0;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {
  .hero-image {
    width: 50vw;
    padding: 6vw 0;
  }
}

/* パンくずナビ */
@media print, screen and (min-width: 1024px) {
  .locus {
    width: 1004px;
    margin: 20px auto 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .locus {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .locus {
    width: 93vw;
    margin: 15px auto 10px;
  }
}
@media screen and (max-width: 767px) {
  .locus {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .locus-item {
    display: inline-block;
    position: relative;
    padding-right: 24px;
    margin-right: 8px;
  }
  .locus-item::before {
    content: "›";
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center;
    font-size: 1em;
    color: inherit;
    position: absolute;
    top: 45%;
    right: 0;
    transform: translateY(-50%);
  }
  .locus-item:last-child::before {
    content: normal;
  }
}

/* 本文 */
@media print, screen and (min-width: 1024px) {
  .container {
    width: 1024px;
  }
}
@media print, screen and (min-width: 768px) {
  .container {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .container {
    width: 95vw;
  }
}
.container.mod-dobuleColumn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.bodyContainer {
  position: relative;
  background: rgba(255, 255, 255, 0.9);
}
@media print, screen and (min-width: 1024px) {
  .bodyContainer {
    padding: 30px 72px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bodyContainer {
    padding: 30px 7.5vw;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .bodyContainer {
    padding: 25px 15px;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {
  .bodyContainer {
    padding: 30px 25px;
  }
}
.bodyContainer::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 0.3rem solid #420445;
}
.bodyContainer.mod-latestNews {
  box-sizing: border-box;
}
@media print, screen and (min-width: 1024px) {
  .bodyContainer.mod-latestNews {
    width: 564px;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bodyContainer.mod-latestNews {
    width: 56vw;
    margin-left: 2vw;
    padding: 20px 3vw;
  }
}

.bodyContainer-pickup {
  border: 1px solid #ccc;
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .bodyContainer-pickup {
    margin: 15px 10px;
    padding: 10px 15px 8px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 767px) {
  .bodyContainer-pickup {
    margin: 0 0 30px;
    padding: 10px 15px 8px;
    line-height: 1.75;
  }
}
.bodyContainer-pickup.mod-upper {
  margin-top: 50px;
}
.bodyContainer-pickup.mod-lower {
  margin-top: 30px;
}
.bodyContainer-pickup.mod-strong {
  background: #E4D9E5;
}
.bodyContainer-pickup.mod-center {
  text-align: center;
}

.bodyContainer-pickup-header {
  margin: 1rem 0;
  font-size: 2.4rem;
  text-align: center;
  color: #420445;
}

.bodyContainer-title {
  text-align: center;
}
@media print, screen and (min-width: 1024px) {
  .bodyContainer-title {
    margin: 25px 0 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bodyContainer-title {
    margin: 20px 0 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .bodyContainer-title-image {
    width: 210px;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .bodyContainer-title-image {
    width: 45vw;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {
  .bodyContainer-title-image {
    width: 30vw;
  }
}

.bodyContainer-pageDescription {
  margin: 35px 0 20px;
}

/* フッター */
@media print, screen and (min-width: 1024px) {
  .globalFooter {
    margin: 50px 0 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .globalFooter {
    margin: 25px 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .globalFooter {
    margin: 20px 0 15px;
  }
}

.globalFooter-image {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .globalFooter-image {
    width: 75px;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .globalFooter-image {
    width: 15vw;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {
  .globalFooter-image {
    width: 10vw;
  }
}

.globalFooter-copyright {
  display: block;
  text-align: center;
}

@media print, screen and (min-width: 1024px) {
  .globalFooter-copyright-image {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .globalFooter-copyright-image {
    width: 430px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .globalFooter-copyright-image {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .globalFooter-copyright-image {
    width: 80vw;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {
  .globalFooter-copyright-image {
    width: 60vw;
  }
}

.globalFooter-adminLink {
  display: block;
  margin: 20px 0;
  color: #fff;
  text-align: center;
}
.globalFooter-adminLink:hover {
  color: #fff;
}

@media print, screen and (min-width: 1024px) {
  .pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 1023px) {
  .pagetop {
    display: none;
  }
}
@media print {
  .pagetop {
    display: none;
  }
}

@media print, screen and (min-width: 1024px) {
  .pagetop-link {
    display: inline-block;
    position: relative;
    height: 50px;
    width: 50px;
    background-color: #505050;
    color: #fff;
  }
  .pagetop-link::before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: auto;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(-45deg);
  }
  .pagetop-link:hover {
    color: #fff;
    background-color: #666;
  }
}
</pre></body></html>