@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: none;
  color: #0088DB;
}
a:hover {
  color: #EF9C2B;
}

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: url(../images/common/body_bg.svg) repeat-y;
  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 {
    background: none;
    line-height: 2;
  }
}

section h3 {
  margin: 5rem 0 2.5rem;
  padding: 1rem 2rem;
  background: #CCE7F7;
  border: solid 1px #ccc;
  border-left: solid 10px #73BFED;
  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: #CCE7F7;
  border: 1px solid #ccc;
  line-height: 1.5;
  font-weight: bold;
}
section td {
  padding: 10px;
  background: #CCE7F7;
  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 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: #73BFED;
    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: #73BFED;
    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: #73BFED;
    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 {
  list-style: none;
}

.markerCheckList-item {
  position: relative;
  margin: 1rem 0 0 0.5rem;
  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: #0088DB;
}
@media print, screen and (min-width: 768px) {
  .markerCheckList-item::before {
    top: 0.7rem;
    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: 1.1rem;
    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 #73BFED;
    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 #73BFED;
    border-right: 2px solid #73BFED;
    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: #73BFED;
  }
}

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

/* 標準セレクトフォーム */
.generalSelect {
  box-sizing: border-box;
  padding: 7px 25px 7px 10px;
  background: #CCE7F7 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: #ccc;
  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: #ccc;
  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: 256px;
  }
}

/* 標準入力フォームの幅調整 */
@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;
}

/* ページラッパー */
.page {
  background: url(../images/common/bg.png) no-repeat;
}
@media print, screen and (min-width: 1024px) {
  .page {
    padding: 460px 0 0 60px;
    background-size: 1920px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .page {
    margin-left: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .page {
    padding: 50vw 0 0 60px;
    background-size: auto 50vw;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .page {
    padding: 60vw 5vw 0;
    background-size: auto 60vw;
    background-position: -20vw 0;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {
  .page {
    padding: 30vw 5vw 0;
    background-size: auto 30vw;
  }
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .page {
    background-image: url(../images/common/bg@2x.png);
  }
}

/* ヘッダー */
@media print, screen and (min-width: 1024px) {
  .globalHeader-ci {
    margin: -25px 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .globalHeader-ci {
    margin: -3vw 0 0;
  }
}
@media screen and (max-width: 767px) {
  .globalHeader-ci {
    margin: -5vw 0 0;
  }
}

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

.globalHeader-ci-link-image {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .globalHeader-ci-link-image {
    width: 65vw;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  .globalHeader-ci-link-image {
    width: 90vw;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) and (orientation: landscape) {
  .globalHeader-ci-link-image {
    width: 65vw;
  }
}

/* ヒーローイメージ */
@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: 90px 0 120px 280px;
    width: 700px;
  }
}
@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 18vw;
    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;
  }
}

/* 本文 */
/* .container {
	@include m-mqpc {
		width: $pc-page-width;
	}

	@include m-mqpctb {
		margin: 0 auto;
	}

	@include m-mqtb {
		width: $tb-container-width;
	}

	&.mod-dobuleColumn {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
} */
/*.bodyContainer {
	position: relative;
	background: rgba(255, 255, 255, 0.9);

	@mixin m-boxShadow() {
		box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.1);
	}

	@include m-mqpc() {
		min-height: 150px;
		padding: 20px 72px;
		@include m-boxShadow();
	}

	@include m-mqtb() {
		min-height: 150px;
		padding: 20px 7.5vw;
		@include m-boxShadow();
	}

	@include m-mqspport() {
		min-height: 100px;
		padding: 25px 15px;
	}

	@include m-mqspland() {
		min-height: 100px;
		padding: 30px 25px;
	}

	@mixin m-borderBox() {
		content: "";
		display: block;
		position: absolute;
	}

	@mixin m-borderStyle($width, $color) {
		top: 0;
		left: 0;
		width: $width;
		border-bottom: 0.3rem solid $color;
	}

	&::before {
		@include m-borderBox();
		@include m-borderStyle(100%, $corp-color);
	}

	&.mod-latestNews {
		box-sizing: border-box;

		@include m-mqpc() {
			width: 564px;
			padding: 20px;
		}

		@include m-mqtb() {
			width: 56vw;
			margin-left: 2vw;
			padding: 20px 3vw;
		}
	}
}

	.bodyContainer-title {
	text-align: center;

	@include m-mqpc() {
		margin: 25px 0 20px;
	}

	@include m-mqtb() {
		margin: 20px 0 15px;
	}
}

.bodyContainer-description {
	margin: 3.5rem 0;
	text-align: center;
}

.bodyContainer-title-image {
	@include m-mqtb() {
		width: 210px;
	}

	@include m-mqspport() {
		width: 45vw;
	}

	@include m-mqspland() {
		width: 30vw;
	}
}

.bodyContainer-pageDescription {
    margin: 35px 0 20px;
} */
/* フッター */
@media print, screen and (min-width: 768px) {
  .globalFooter {
    margin: 4rem 0 4rem 160px;
  }
}
.globalFooter-copyright {
  display: block;
}

.globalFooter-copyright-image {
  display: block;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .globalFooter-copyright-image {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  .globalFooter-copyright-image {
    display: block;
    width: 40vw;
    margin: 2rem auto;
  }
}

@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;
  }
}
/*# sourceMappingURL=map/style.css.map */
