@charset 'UTF-8';
/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp_s.css');
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 200;
  src: url('/common/fonts/NotoSansCJKjp-Light.woff') format('woff');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url('/common/fonts/NotoSansCJKjp-DemiLight.woff') format('woff');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url('/common/fonts/NotoSansCJKjp-Medium.woff') format('woff');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('/common/fonts/NotoSansCJKjp-Bold.woff') format('woff');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('/common/fonts/NotoSansCJKjp-Black.woff') format('woff');
}

@font-face {
  font-family: 'NotoSerif';
  font-style: normal;
  font-weight: 500;
  src: url('/common/fonts/NotoSerifJP-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'Metropolis';
  font-style: normal;
  font-weight: 300;
  src: url('/common/fonts/Metropolis-Light.otf') format('opentype');
}

@font-face {
  font-family: 'Metropolis';
  font-style: normal;
  font-weight: 400;
  src: url('/common/fonts/Metropolis-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'Metropolis';
  font-style: normal;
  font-weight: 600;
  src: url('/common/fonts/Metropolis-SemiBold.otf') format('opentype');
}

@font-face {
  font-family: 'VeneerClean';
  font-style: normal;
  font-weight: 400;
  src: url('/common/fonts/33B33C_0_0.woff') format('woff');
}

/* ---------------------------------
Reset
--------------------------------- */
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  color: #222;
  text-decoration: underline;
}

a:active {
  background-color: transparent;
}

@media (min-width: 768px) {
  body.pc a:hover {
    text-decoration: none;
  }
}

::selection {
  background: #0075c1;
  color: #fff;
}

/* ---------------------------------
Structure
--------------------------------- */
/* html */
html {
  font-size: 100%;
  overflow-y: scroll;
}

@media (max-width: 767px) {
  html {
    min-width: 0 !important;
    font-size: 87.5%;
  }
}

@media (max-width: 374px) {
  html {
    font-size: 3.7333333vw;
  }
}

/* body */
body {
  color: #222;
  font-family: 'NotoSansCJKjp', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', 'Meiryo', sans-serif;
  font-weight: 300;
  line-height: 1.7;
  -webkit-text-size-adjust: none;
}

/* .siteWrapper */
@media (min-width: 768px) {
  .siteWrapper.globalMenuSpOpen {
    position: static !important;
    width: auto !important;
    height: auto !important;
    z-index: auto !important;
    background: none !important;
    overflow: visible !important;
  }
}

/* .siteHeader */
.siteHeader {
  min-width: 1100px;
  height: 130px;
  background: #fff;
}

@media (max-width: 767px) {
  .siteHeader {
    display: none;
  }
}

.siteHeader > .headerIn {
  position: relative;
  width: 960px;
  height: 100%;
  margin: 0 auto;
}

.siteHeader .headerLogo {
  position: absolute;
  left: 0;
  top: 32px;
}

.siteHeader .headerLogo > a {
  display: block;
  width: 106px;
  height: 40.5px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -360px -371px;
  background-size: 732px 700px;
}

.siteHeader .sekisuiLogo {
  position: absolute;
  right: 0;
  top: 17px;
}

.siteHeader .sekisuiLogo > a {
  display: block;
  width: 145px;
  height: 55.5px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -444px -442px;
  background-size: 732px 700px;
}

.siteHeader .headerNav {
  position: absolute;
  right: 171px;
  top: 14px;
}

.siteHeader .headerNav > ul {
  font-size: .75rem;
  line-height: 1.1;
  letter-spacing: -.5px;
}

.siteHeader .headerNav > ul > li {
  display: inline-block;
  position: relative;
  margin-left: 7px;
  padding-left: 11px;
}

.siteHeader .headerNav > ul > li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 1.5px;
  width: 1px;
  height: 12px;
  background: #0075c1;
}

.siteHeader .headerNav > ul > li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.siteHeader .headerNav > ul > li:first-child::before {
  display: none;
}

.siteHeader .headerNav > ul > li > a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

@media (min-width: 768px) {
  body.pc .siteHeader .headerNav > ul > li > a:hover {
    color: #999;
  }
}

.siteHeader .headerNav > ul > li > a.window {
  padding-right: 16px;
}

.siteHeader .headerNav > ul > li > a.window::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 2.5px;
  width: 11px;
  height: 9px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -633.5px -315px;
  background-size: 732px 700px;
}

.siteHeader .headerSearch {
  position: absolute;
  right: 171px;
  top: 41px;
}

.siteHeader .headerSearch .field {
  position: absolute;
  right: 30px;
  top: 0;
  width: 161px;
  height: 28px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  overflow: hidden;
}

.siteHeader .headerSearch .field > input {
  width: 151px;
  padding: 0 5px;
  border: none;
  background: none;
  color: #222;
  font-family: 'NotoSansCJKjp', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.1;
  outline: none;
}

.siteHeader .headerSearch button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  border: none;
  background: #808080;
  text-indent: -999px;
  overflow: hidden;
  outline: none;
  cursor: pointer;
}

.siteHeader .headerSearch button::before {
  content: '';
  display: block;
  position: absolute;
  left: 6px;
  top: 6px;
  width: 18px;
  height: 18px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -692px -595px;
  background-size: 732px 700px;
}

@media (min-width: 768px) {
  body.pc .siteHeader .headerSearch button:hover {
    background: #999;
  }
}

.siteHeader .globalNav {
  position: absolute;
  left: 0;
  top: 93px;
}

/* .siteHeaderSp */
@media (min-width: 768px) {
  .siteHeaderSp {
    display: none;
  }
}

.siteHeaderSp > .headerFirst {
  position: relative;
  height: 50px;
}

.siteHeaderSp > .headerFirst .headerLogo {
  position: absolute;
  left: 10px;
  top: 9px;
}

.siteHeaderSp > .headerFirst .headerLogo > a {
  display: block;
  display: block;
  width: 90px;
  height: 34.38679px;
  background-image: url('/common//images/logo_header01.svg');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 90px auto;
}

.siteHeaderSp > .headerFirst .headerSearchBtn {
  position: absolute;
  right: 60px;
  top: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.siteHeaderSp > .headerFirst .headerSearchBtn::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -11.5px;
  width: 23px;
  height: 24px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -215px -542.5px;
  background-size: 732px 700px;
}

.siteHeaderSp > .headerFirst .headerSearchBtn.ptn2 {
  background: #bfdcef;
}

.siteHeaderSp > .headerSearchBlock {
  display: none;
  background: #bfdcef;
}

.siteHeaderSp > .headerSearchBlock > .blockIn {
  padding: 15px 10px;
}

.siteHeaderSp > .headerSearchBlock .form {
  position: relative;
  height: 46px;
  padding-right: 45px;
  background: #fff;
}

.siteHeaderSp > .headerSearchBlock .form .field {
  padding: 10px 10px 0;
}

.siteHeaderSp > .headerSearchBlock .form .field > input {
  width: 100%;
  padding: 0;
  border: none;
  background: none;
  color: #222;
  font-family: 'NotoSansCJKjp', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', '游ゴシック体', 'Yu Gothic', 'YuGothic', 'メイリオ', 'Meiryo', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.1;
  outline: none;
}

.siteHeaderSp > .headerSearchBlock .form .submit {
  display: none;
}

.siteHeaderSp > .headerSearchBlock .form a {
  display: block;
  position: absolute;
  right: 1px;
  top: 1px;
  width: 44px;
  height: 44px;
  border: 1px solid #1ab1d2;
  box-sizing: border-box;
  background: #f2f8fc;
  text-indent: -999px;
  overflow: hidden;
  outline: none;
}

.siteHeaderSp > .headerSearchBlock .form a::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -11.5px;
  width: 23px;
  height: 24px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -215px -542.5px;
  background-size: 732px 700px;
}

.siteHeaderSp > .headerSearchBlock .btns {
  margin-top: 10px;
}

.siteHeaderSp > .headerSearchBlock .btns > li {
  width: 50%;
  box-sizing: border-box;
}

.siteHeaderSp > .headerSearchBlock .btns > li:first-child {
  float: left;
  padding-right: 5px;
}

.siteHeaderSp > .headerSearchBlock .btns > li:last-child {
  float: right;
  padding-left: 5px;
}

.siteHeaderSp > .headerSearchBlock .btns > li > a {
  display: block;
  padding: 10px 0;
  border: 1px solid #1ab1d2;
  background: #fff;
  color: #0075c1;
  font-size: .85714rem;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.siteHeaderSp > .globalNavSp > ul > li {
  position: relative;
  float: left;
  width: 33%;
}

.siteHeaderSp > .globalNavSp > ul > li::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: #7fbae0;
}

.siteHeaderSp > .globalNavSp > ul > li:nth-child(2) {
  width: 34%;
}

.siteHeaderSp > .globalNavSp > ul > li > a {
  display: block;
  padding: 16px 0;
  font-size: 87.0%;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.siteHeaderSp > .globalNavSp > ul > li:first-child > a {
  border-left: none;
}

.siteHeaderSp > .globalNavSp > ul > li:first-child::before {
  display: none;
}

/* .siteWrapperMaskSp */
.siteWrapperMaskSp {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4000;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px) {
  .siteWrapperMaskSp {
    display: none;
  }
}

.siteWrapperMaskSp::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
}

/* .globalMenuBtnSp */
.globalMenuBtnSp {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2000;
}

@media (min-width: 768px) {
  .globalMenuBtnSp {
    display: none;
  }
}

.globalMenuBtnSp > p {
  position: absolute;
  right: 12px;
  top: 8px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.globalMenuBtnSp > p::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 35px;
  height: 35px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -175px -542.5px;
  background-size: 732px 700px;
}

.globalMenuBtnSp > p:last-child {
  display: none;
}

.globalMenuBtnSp > p:last-child::before {
  width: 35px;
  height: 35px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -594px -442px;
  background-size: 732px 700px;
}

.globalMenuBtnSp.ptn2 {
  z-index: 5000;
}

.globalMenuBtnSp.ptn2 > p:first-child {
  display: none;
}

.globalMenuBtnSp.ptn2 > p:last-child {
  display: block;
}

/* .breadcrumbNav */
.breadcrumbNav {
  position: relative;
  min-width: 1100px;
  height: 40px;
  background: #fff;
  overflow: hidden;
}

@media (max-width: 767px) {
  .breadcrumbNav {
    min-width: 0;
    height: auto;
    overflow: visible;
  }
}

.breadcrumbNav::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -600px;
  width: 1200px;
  height: 40px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: 0 -1192px;
  background-size: 1464px 1400px;
}

@media (max-width: 767px) {
  .breadcrumbNav::before {
    left: auto;
    right: 0;
    width: 100%;
    height: 100%;
    margin-left: 0;
    background: #f2f2f2;
  }
}

.breadcrumbNav > .navIn {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  padding: 9px 30px 0;
}

@media (max-width: 767px) {
  .breadcrumbNav > .navIn {
    width: auto;
    padding: 7px 10px;
  }
}

.breadcrumbNav ol > li {
  position: relative;
  float: left;
  font-size: 12px;
  line-height: 1.1;
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li {
    margin-right: 7px;
    padding: 3px 8px 3px 0;
    font-size: 10px;
  }
}

.breadcrumbNav ol > li::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 23px;
  background: #d9d9d9;
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li::before {
    top: 4.5px;
    height: 10px;
  }
}

.breadcrumbNav ol > li > a {
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li > a {
    padding: 0;
    color: #0075c1;
  }
}

.breadcrumbNav ol > li span {
  display: inline-block;
  padding: 5px 0;
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li span {
    padding: 0;
  }
}

.breadcrumbNav ol > li:first-child > a {
  padding-left: 20px;
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li:first-child > a {
    padding-left: 0;
  }
}

.breadcrumbNav ol > li:first-child > a::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 15px;
  height: 15px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -445px -286px;
  background-size: 732px 700px;
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li:first-child > a::before {
    display: none;
  }
}

.breadcrumbNav ol > li:last-child {
  padding-left: 15px;
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li:last-child {
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
  }
}

.breadcrumbNav ol > li:last-child::before {
  display: none;
}

.breadcrumbNav ol > li:last-child > span {
  padding-right: 10px;
  padding-left: 10px;
  background: #000;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 767px) {
  .breadcrumbNav ol > li:last-child > span {
    padding: 0;
    background: none;
    color: #222;
    font-weight: 300;
  }
}

/* .siteContents */
.siteContents {
  min-width: 1100px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .siteContents {
    min-width: 0;
    padding-bottom: 50px;
  }
}

/* .siteFooter */
.siteFooter {
  min-width: 1100px;
}

@media (max-width: 767px) {
  .siteFooter {
    display: none;
  }
}

.siteFooter > .globalNav {
  margin: 0 auto;
  padding: 20px 0;
}

.siteFooter > .allContentsWrap > .headBlock {
  background: #e5f1f9;
}

.siteFooter > .allContentsWrap > .headBlock > .blockIn {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}

.siteFooter > .allContentsWrap > .headBlock p {
  padding: 18px 0;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.1;
  cursor: pointer;
}

.siteFooter > .allContentsWrap > .headBlock p > span {
  display: inline-block;
  position: relative;
  padding-right: 25px;
}

.siteFooter > .allContentsWrap > .headBlock p > span::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -439px -254px;
  background-size: 732px 700px;
}

.siteFooter > .allContentsWrap > .headBlock p.ptn2 > span::before {
  width: 18px;
  height: 18px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -416px -254px;
  background-size: 732px 700px;
}

.siteFooter > .allContentsWrap > .bodyBlock {
  background: #f2f8fc;
}

.siteFooter > .allContentsWrap > .bodyBlock > .blockIn {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 25px 20px;
}

.siteFooter > .allContentsWrap > .bodyBlock .blockCol {
  float: left;
  margin-left: 30px;
}

.siteFooter > .allContentsWrap > .bodyBlock .blockCol:first-child {
  margin-left: 0;
}

.siteFooter > .allContentsWrap > .bodyBlock .blockCol:nth-child(1) {
  width: 248px;
}

.siteFooter > .allContentsWrap > .bodyBlock .blockCol:nth-child(2) {
  width: 210px;
}

.siteFooter > .allContentsWrap > .bodyBlock .blockCol:nth-child(3) {
  width: 242px;
}

.siteFooter > .allContentsWrap > .bodyBlock .blockCol:nth-child(4) {
  width: 170px;
}

.siteFooter > .allContentsWrap > .bodyBlock .blockCol > .set {
  margin-top: 25px;
}

.siteFooter > .allContentsWrap > .bodyBlock .blockCol > .set:first-child {
  margin-top: 0;
}

.siteFooter > .allContentsWrap > .bodyBlock .blockCol > .set > .title {
  margin-bottom: 5px;
  color: #0075c1;
  font-size: .9375rem;
  font-weight: 700;
  line-height: 1.3;
}

.siteFooter > .allContentsWrap > .bodyBlock .blockCol > .set > ul > li > a {
  display: block;
  padding: 5px 0;
  font-size: .75rem;
  line-height: 1.3;
  text-decoration: none;
}

.siteFooter > .allContentsWrap > .bodyBlock .blockCol > .set > ul > li > a.window::after {
  content: '';
  display: inline-block;
  margin-left: 5px;
  vertical-align: -1px;
  width: 11px;
  height: 9px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -633.5px -315px;
  background-size: 732px 700px;
}

@media (min-width: 768px) {
  body.pc .siteFooter > .allContentsWrap > .bodyBlock .blockCol > .set > ul > li > a:hover {
    color: #999;
  }
}

.siteFooter > .footerLastWrap {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 50px 0 100px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock {
  position: relative;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .title::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 36px;
  background: #0075c1;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .title::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 36px;
  width: 175.5px;
  height: 130px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -235.5px -143.5px;
  background-size: 732px 700px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .title > span {
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 100%;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p {
  position: absolute;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p > span {
  display: block;
  position: absolute;
  color: #fff;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(1) {
  left: 120px;
  top: 137px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(1)::before {
  width: 157.5px;
  height: 114.5px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -471px -315px;
  background-size: 732px 700px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(2) {
  left: 204px;
  top: 200px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(2)::before {
  width: 176px;
  height: 151px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: 0 -286px;
  background-size: 732px 700px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(2) > span {
  left: 93px;
  top: 130.5px;
  width: 83px;
  letter-spacing: 1px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(3) {
  left: 216px;
  top: 113px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(3)::before {
  width: 230.5px;
  height: 138.5px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 732px 700px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(3) > span {
  left: 0;
  top: 4.5px;
  width: 80px;
  letter-spacing: 1px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(4) {
  left: 300px;
  top: 51px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(4)::before {
  width: 230.5px;
  height: 137.5px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -235.5px 0;
  background-size: 732px 700px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(4) > span {
  left: 0;
  top: 4.5px;
  width: 80px;
  letter-spacing: 1px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(5) {
  left: 372px;
  top: 200px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(5)::before {
  width: 174px;
  height: 151px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -181px -286px;
  background-size: 732px 700px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(5) > span {
  left: 91px;
  top: 130.5px;
  width: 83px;
  letter-spacing: 1px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(6) {
  left: 456px;
  top: 137px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(6)::before {
  width: 161.5px;
  height: 156.51543px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -469.5463px -152.52778px;
  background-size: 729.74074px 697.83951px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(6) > span {
  left: 79px;
  top: 136.5px;
  width: 83px;
  letter-spacing: 1px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(7) {
  left: 468px;
  top: 51px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(7)::before {
  width: 230.5px;
  height: 137.5px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: 0 -143.5px;
  background-size: 732px 700px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(7) > span {
  left: 0;
  top: 4.5px;
  width: 80px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(8) {
  left: 580px;
  top: 170px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(8)::before {
  width: 170px;
  height: 149px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: 0 -442px;
  background-size: 732px 700px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(8) > span {
  left: 87px;
  top: 128.5px;
  width: 83px;
  letter-spacing: 1px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(9) {
  left: 664px;
  top: 107px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(9)::before {
  width: 176px;
  height: 148px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -471px 0;
  background-size: 732px 700px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p:nth-child(9) > span {
  left: 83px;
  top: 127.5px;
  width: 93px;
  letter-spacing: 1px;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .picture > p.active::before {
  opacity: .5;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .map {
  position: relative;
}

.siteFooter > .footerLastWrap > .siteGuideBlock > .map > img {
  width: 960px;
  height: 351px;
  vertical-align: bottom;
}

.siteFooter > .footerLastWrap > .sekisuiLogo {
  margin-top: 30px;
}

.siteFooter > .footerLastWrap > .sekisuiLogo > a {
  display: block;
  width: 269px;
  height: 30px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -175px -507.5px;
  background-size: 732px 700px;
}

.siteFooter > .footerLastWrap > .footerNav {
  margin-top: 15px;
  font-size: .75rem;
  line-height: 1.1;
}

.siteFooter > .footerLastWrap > .footerNav > li {
  display: inline-block;
  position: relative;
  margin-left: 7px;
  padding-left: 11px;
}

.siteFooter > .footerLastWrap > .footerNav > li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 1.5px;
  width: 1px;
  height: 12px;
  background: #0075c1;
}

.siteFooter > .footerLastWrap > .footerNav > li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.siteFooter > .footerLastWrap > .footerNav > li:first-child::before {
  display: none;
}

.siteFooter > .footerLastWrap > .footerNav > li > a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}

@media (min-width: 768px) {
  body.pc .siteFooter > .footerLastWrap > .footerNav > li > a:hover {
    color: #999;
  }
}

.siteFooter > .footerLastWrap > .footerNav > li > a.window {
  padding-right: 16px;
}

.siteFooter > .footerLastWrap > .footerNav > li > a.window::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
  width: 11px;
  height: 9px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -633.5px -315px;
  background-size: 732px 700px;
}

.siteFooter > .footerLastWrap > .footerCopyright {
  margin-top: 30px;
  font-size: .75rem;
  line-height: 1.1;
}

/* .siteFooterSp */
@media (min-width: 768px) {
  .siteFooterSp {
    display: none;
  }
}

.siteFooterSp > .footerFirstWrap {
  padding: 20px 10px;
}

.siteFooterSp > .footerFirstWrap > .footerNav {
  margin: 0 -10px;
}

.siteFooterSp > .footerFirstWrap > .footerNav > li {
  float: left;
}

.siteFooterSp > .footerFirstWrap > .footerNav > li > a {
  display: block;
  color: #0075c1;
  font-size: .85714rem;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.siteFooterSp > .footerFirstWrap > .footerNav > li > a::before {
  content: '';
  display: block;
  margin: 0 auto 5px;
}

.siteFooterSp > .footerFirstWrap > .footerNav > li:nth-child(1) {
  width: 33%;
}

.siteFooterSp > .footerFirstWrap > .footerNav > li:nth-child(1) > a::before {
  width: 79.5px;
  height: 79px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -84.5px -621px;
  background-size: 732px 700px;
}

.siteFooterSp > .footerFirstWrap > .footerNav > li:nth-child(2) {
  width: 34%;
}

.siteFooterSp > .footerFirstWrap > .footerNav > li:nth-child(2) > a::before {
  width: 79.5px;
  height: 79px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: 0 -621px;
  background-size: 732px 700px;
}

.siteFooterSp > .footerFirstWrap > .footerNav > li:nth-child(3) {
  width: 33%;
}

.siteFooterSp > .footerFirstWrap > .footerNav > li:nth-child(3) > a::before {
  width: 79.5px;
  height: 79px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -169px -621px;
  background-size: 732px 700px;
}

.siteFooterSp > .footerFirstWrap > .wholeLink > a {
  display: block;
  position: relative;
  border: 1px solid #4bc1db;
  background: #fff;
  color: #0075c1;
  font-size: 1.07143rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.siteFooterSp > .footerFirstWrap > .wholeLink > a > span {
  display: inline-block;
  position: relative;
  height: 52px;
  padding: 18px 20px 15px 40px;
  box-sizing: border-box;
}

.siteFooterSp > .footerFirstWrap > .wholeLink > a > span::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-top: -18px;
  width: 35.5px;
  height: 35.5px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -416px -213.5px;
  background-size: 732px 700px;
}

.siteFooterSp > .returnTopBtn {
  display: block;
  position: relative;
  height: 49px;
  background: #e5f1f9;
}

.siteFooterSp > .returnTopBtn::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 15px;
  margin-left: -17.5px;
  width: 35px;
  height: 19px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -652px -595px;
  background-size: 732px 700px;
}

.siteFooterSp > .siteGuideBlock {
  padding: 20px 10px 0;
  background: #4098d1;
}

.siteFooterSp > .siteGuideBlock .blockTitle {
  margin: 0 auto 20px;
  width: 264px;
  height: 60.5px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -175px -442px;
  background-size: 732px 700px;
}

.siteFooterSp > .siteGuideBlock .blockList {
  margin: 0 -10px;
}

.siteFooterSp > .siteGuideBlock .blockList > li {
  float: left;
  width: 50%;
  border-top: solid 1px #7ab7df;
  box-sizing: border-box;
}

.siteFooterSp > .siteGuideBlock .blockList > li > a {
  display: block;
  padding-left: 20px;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 374px) {
  .siteFooterSp > .siteGuideBlock .blockList > li > a {
    padding-left: 10px;
  }
}

.siteFooterSp > .siteGuideBlock .blockList > li > a > span {
  display: block;
  position: relative;
  padding: 20px 0 20px 39px;
  font-size: .92857rem;
  line-height: 1.1;
  white-space: nowrap;
}

.siteFooterSp > .siteGuideBlock .blockList > li > a > span::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16px;
}

.siteFooterSp > .siteGuideBlock .blockList > li:nth-child(2n) {
  border-left: solid 1px #7ab7df;
}

.siteFooterSp > .siteGuideBlock .blockList > li:nth-child(1) > a > span::before {
  width: 32px;
  height: 32px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -260.8px -170px;
  background-size: 292.8px 280px;
}

.siteFooterSp > .siteGuideBlock .blockList > li:nth-child(2) > a > span::before {
  width: 32px;
  height: 32px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -260.8px -136px;
  background-size: 292.8px 280px;
}

.siteFooterSp > .siteGuideBlock .blockList > li:nth-child(3) > a > span::before {
  width: 32px;
  height: 32px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -260.8px -102px;
  background-size: 292.8px 280px;
}

.siteFooterSp > .siteGuideBlock .blockList > li:nth-child(4) > a > span::before {
  width: 32px;
  height: 32px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -260.8px -68px;
  background-size: 292.8px 280px;
}

.siteFooterSp > .siteGuideBlock .blockList > li:nth-child(5) > a > span::before {
  width: 32px;
  height: 32px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -260.8px -34px;
  background-size: 292.8px 280px;
}

.siteFooterSp > .siteGuideBlock .blockList > li:nth-child(6) > a > span::before {
  width: 32px;
  height: 32px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -260.8px 0;
  background-size: 292.8px 280px;
}

.siteFooterSp > .siteGuideBlock .blockList > li:nth-child(7) > a > span::before {
  width: 32px;
  height: 32px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -144px -114.4px;
  background-size: 292.8px 280px;
}

.siteFooterSp > .siteGuideBlock .blockList > li:nth-child(8) > a > span::before {
  width: 32px;
  height: 32px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -260.8px -204px;
  background-size: 292.8px 280px;
}

.siteFooterSp > .footerLastWrap {
  padding: 20px 10px;
}

.siteFooterSp > .footerLastWrap .footerLogo > a {
  display: block;
  margin: 0 auto;
  width: 119px;
  height: 16.5px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -449px -507.5px;
  background-size: 732px 700px;
}

.siteFooterSp > .footerLastWrap .footerDisplay {
  margin-top: 20px;
}

.siteFooterSp > .footerLastWrap .footerDisplay > li {
  float: left;
  width: 50%;
}

.siteFooterSp > .footerLastWrap .footerDisplay > li > a {
  display: block;
  padding: 10px 0;
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

.siteFooterSp > .footerLastWrap .footerDisplay > li:first-child > a {
  border-top: 1px solid #0075c1;
  border-bottom: 1px solid #0075c1;
  border-left: 1px solid #0075c1;
  background: #0075c1;
  color: #fff;
}

.siteFooterSp > .footerLastWrap .footerDisplay > li:last-child > a {
  border-top: 1px solid #1ab1d2;
  border-right: 1px solid #1ab1d2;
  border-bottom: 1px solid #1ab1d2;
  background: #fff;
  color: #0075c1;
}

.siteFooterSp > .footerLastWrap .footerDisplay > li:last-child > a > span {
  display: inline-block;
  position: relative;
  padding-right: 23px;
}

.siteFooterSp > .footerLastWrap .footerDisplay > li:last-child > a > span::before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 1px;
  width: 16px;
  height: 15px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -715px -595px;
  background-size: 732px 700px;
}

.siteFooterSp > .footerLastWrap .footerCopyright {
  margin-top: 20px;
  font-size: .71429rem;
  line-height: 1.1;
  text-align: center;
}

/* .globalMenuSp */
.globalMenuSp {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 260px;
  height: 100%;
  overflow: auto;
  z-index: 10010;
  background-color: #fff;
}

@media (min-width: 768px) {
  .globalMenuSp {
    display: none !important;
  }
}

.globalMenuSp .menuSet > .setTitle {
  padding: 5px 10px;
  background: #0075c1;
  color: #fff;
  font-size: .91667rem;
  line-height: 1.1;
}

.globalMenuSp .menuSet .simpleList > li {
  border-top: 1px solid #7fbae0;
}

.globalMenuSp .menuSet .simpleList > li:first-child {
  border-top: none;
}

.globalMenuSp .menuSet .simpleList > li > a {
  display: block;
  position: relative;
  padding: 15px 35px 15px 10px;
  color: #0075c1;
  line-height: 1.3;
  text-decoration: none;
}

.globalMenuSp .menuSet .simpleList > li > a::before {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  width: 8px;
  height: 14px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -638px -153px;
  background-size: 732px 700px;
}

.globalMenuSp .menuSet .simpleList > li > a.pcLink::before {
  right: 8px;
  width: 25px;
  height: 15px;
  margin-top: -7.5px;
  width: 16px;
  height: 15px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -715px -595px;
  background-size: 732px 700px;
}

.globalMenuSp .menuSet .simpleList > li > a[target]::before {
  margin-top: -6.5px;
  width: 16px;
  height: 13px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -445px -306px;
  background-size: 732px 700px;
}

.globalMenuSp .menuSet .pressList > li {
  border-top: 1px solid #7fbae0;
}

.globalMenuSp .menuSet .pressList > li:first-child {
  border-top: none;
}

.globalMenuSp .menuSet .pressList > li > a {
  display: block;
  position: relative;
  padding: 10px 35px 10px 10px;
  text-decoration: none;
}

.globalMenuSp .menuSet .pressList > li > a > .date {
  display: block;
  margin-bottom: 5px;
  color: #0075c1;
  line-height: 1.3;
}

.globalMenuSp .menuSet .pressList > li > a > .description {
  display: block;
  font-size: .88rem;
  line-height: 1.3;
}

.globalMenuSp .menuSet .pressList > li > a::before {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -7px;
  width: 8px;
  height: 14px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -638px -153px;
  background-size: 732px 700px;
}

.globalMenuSp .menuSet .pressList > li > a.pcLink::before {
  right: 8px;
  margin-top: -7.5px;
  width: 16px;
  height: 15px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -715px -595px;
  background-size: 732px 700px;
}

.globalMenuSp .menuSet .pressList > li > a[target]::before {
  margin-top: -6.5px;
  width: 16px;
  height: 13px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -445px -306px;
  background-size: 732px 700px;
}

.globalMenuSp .menuSet .pressLink > a {
  display: block;
  position: relative;
  padding: 15px 35px 15px 10px;
  color: #0075c1;
  line-height: 1.3;
  text-decoration: none;
}

.globalMenuSp .menuSet .pressLink > a::before {
  content: '';
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -7.5px;
  width: 16px;
  height: 15px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -715px -595px;
  background-size: 732px 700px;
}

.globalMenuSp .returnTopBtn {
  display: block;
  position: relative;
  height: 49px;
  background: #e5f1f9;
}

.globalMenuSp .returnTopBtn::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 15px;
  margin-left: -17.5px;
  width: 35px;
  height: 19px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -652px -595px;
  background-size: 732px 700px;
}

/* .mediaQueries */
.mediaQueries {
  display: none;
}

@media (min-width: 768px) {
  .mediaQueries {
    content: 'pc';
  }
}

@media (max-width: 767px) {
  .mediaQueries {
    content: 'sp';
  }
}

/* .stickyReturnTopBtn */
.stickyReturnTopBtn {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 800;
  width: 87px;
  height: 87px;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0ms 250ms, opacity 250ms linear;
}

@media (max-width: 767px) {
  .stickyReturnTopBtn {
    display: none;
  }
}

.stickyReturnTopBtn::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 87px;
  background: #fff;
  opacity: .75;
}

.stickyReturnTopBtn::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 27px;
  margin-left: -24.5px;
  width: 49px;
  height: 30px;
  background-image: url('/common/images_202309/sprite_2x.webp');
  background-repeat: no-repeat;
  background-position: -416px -178.5px;
  background-size: 732px 700px;
}

@media (min-width: 768px) {
  body.pc .stickyReturnTopBtn:hover::before,
  body.pc .stickyReturnTopBtn:active::before {
    background: #0075c1;
    opacity: 1;
  }
  body.pc .stickyReturnTopBtn:hover::after,
  body.pc .stickyReturnTopBtn:active::after {
    width: 49px;
    height: 30px;
    background-image: url('/common/images_202309/sprite_2x.webp');
    background-repeat: no-repeat;
    background-position: -416px -143.5px;
    background-size: 732px 700px;
  }
}

.stickyReturnTopBtn.show {
  visibility: visible;
  opacity: 1;
  transition: visibility 0ms, opacity 250ms linear;
}

/* ---------------------------------
Module
--------------------------------- */
/* .globalNav */
.globalNav {
  width: 960px;
}

.globalNav > ul > li {
  float: left;
  width: 161px;
  margin-left: -1px;
}

.globalNav > ul > li:first-child {
  width: 160px;
  margin-left: 0;
}

.globalNav > ul > li > a {
  display: block;
  position: relative;
  padding: 9px 0;
  border: 1px solid #7fbae0;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
}

@media (min-width: 768px) {
  body.pc .globalNav > ul > li > a:hover {
    color: #999;
  }
}

.globalNav > ul > li > a.current {
  z-index: 1;
  border: 1px solid #0075c1;
  background: #0075c1;
  color: #fff;
}

@media (min-width: 768px) {
  body.pc .globalNav > ul > li > a.current:hover {
    color: #fff;
  }
}

/* ---------------------------------
20170724 追記
--------------------------------- */
.siteHeader {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', sans-serif;
}

.siteHeader form,
.siteHeader input,
.siteHeader label,
.siteHeader legend,
.siteHeader select,
.siteHeader textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: baseline;
}

.siteHeader * {
  box-sizing: border-box;
}

.siteHeader .both-ends-margin {
  position: relative;
  z-index: 10;
}

.siteHeader .both-ends-margin .header-contents-right {
  line-height: 1.5;
}

.siteHeader .both-ends-margin .header-contents-right .siteheader-logo-right a {
  height: 45px;
}

.siteHeader .both-ends-margin .header-contents-right .siteheader-logo-right a img {
  vertical-align: middle;
}

.siteHeader .both-ends-margin .gnav-list > li > .current span {
  position: relative;
  color: #0074c0;
  background-color: rgba(25, 128, 182, .1);
}

.siteHeader .both-ends-margin .gnav-list > li > .current::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #0074c0;
  opacity: 1;
  z-index: 2;
}

.siteHeaderSp .form .field {
  background-color: #fff;
}

@media (min-width: 768px) {
  .siteFooter {
    font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'MS PGothic', sans-serif;
  }
  .siteFooter .site-footer {
    margin-top: 0;
    padding-bottom: 0;
  }
  .siteFooter .site-footer .footer-list .footer-list-ttl span {
    position: relative;
    display: inline-block;
    padding-right: 25px;
    cursor: pointer;
  }
  .siteFooter .site-footer .footer-list .footer-list-ttl span::before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    background-image: url(/common/images_202309/sprite_2x.webp);
    background-repeat: no-repeat;
    background-position: -439px -254px;
    background-size: 732px 700px;
  }
  .siteFooter .site-footer .footer-list .ptn2 span::before {
    width: 18px;
    height: 18px;
    background-image: url(/common/images_202309/sprite_2x.webp);
    background-repeat: no-repeat;
    background-position: -416px -254px;
    background-size: 732px 700px;
  }
  .siteFooter .list-item {
    line-height: 1.4;
  }
  .siteFooter .list-item,
  .siteFooter .footer-list {
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .siteFooterSp .site-footer {
    min-width: 0;
  }
}

.siteFooterSp .siteGuideBlock {
  width: 100% !important;
  box-sizing: border-box;
}

.siteFooterSp .siteGuideBlock li > a > span {
  box-sizing: content-box;
}

.siteFooterSp .siteGuideBlock li > a > span::before {
  box-sizing: content-box;
}

.siteFooterSp > .footerLastWrap {
  width: 100% !important;
  margin-top: 0;
  box-sizing: border-box;
}

@media (max-width: 767px) {
  .site-fixed-menu {
    display: none !important;
    min-width: 0;
  }
}

.recommendBlock {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #fff;
}

@media (max-width: 767px) {
  .recommendBlock {
    bottom: 0;
    right: 0;
    background-color: transparent;
  }
}

.recommendBlock .pcPic {
  display: block;
}

.recommendBlock .spPic {
  display: none;
}

@media (max-width: 767px) {
  .recommendBlock .pcPic {
    display: none;
  }
  .recommendBlock .spPic {
    display: block;
  }
}

@media (max-width: 767px) {
  .recommendBlock::before {
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 24%;
    background-color: #fff;
  }
}

#rt_sp_contents_popup,
#rt_sp_catalog_popup {
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  margin-left: 0 !important;
}

#rt_sp_contents_popup > div,
#rt_sp_catalog_popup > div {
  width: 100% !important;
  height: auto !important;
}

#rt_sp_contents_popup a > img,
#rt_sp_catalog_popup a > img {
  vertical-align: bottom;
}

#rt_sp_contents_popup > img,
#rt_sp_catalog_popup > img {
  right: 10px !important;
  top: 9% !important;
  vertical-align: bottom;
}

/* ---------------------------------
spfollowNav
--------------------------------- */
.spFollowNav {
  display: none;
  height: 70px;
}

@media (min-width: 768px) {
  .spFollowNav {
    display: none !important;
  }
}

@media (max-width: 375px) {
  .spFollowNav {
    height: 18.66667vw;
  }
}

.spFollowNav__list {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: #1175c1;
  transition: opacity 300ms ease-out;
  z-index: 1000;
}

@media (max-width: 375px) {
  .spFollowNav__list {
    height: 18.66667vw;
  }
}

.spFollowNav__list li {
  position: relative;
  float: left;
  width: 33.33333%;
  height: 100%;
  text-align: center;
}

.spFollowNav__list li + li::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 36px;
  transform: translateY(-50%);
  background: #fff;
}

@media (max-width: 375px) {
  .spFollowNav__list li + li::before {
    height: 9.6vw;
  }
}

.spFollowNav__list li > a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.spFollowNav__list__icon {
  display: block;
  width: 55px;
  margin: 7px auto 6px;
}

@media (max-width: 375px) {
  .spFollowNav__list__icon {
    width: 14.66667vw;
    margin: 1.86667vw auto 1.6vw;
  }
}

.spFollowNav__list__icon img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.spFollowNav__list__txt {
  font-size: 13px;
  line-height: 1.1;
  color: #fff;
  vertical-align: top;
}

@media (max-width: 375px) {
  .spFollowNav__list__txt {
    font-size: 3.46667vw;
  }
}

/* ---------------------------------
recomBnr 2018/10/22
--------------------------------- */
.recomBnr {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #fff;
  box-sizing: border-box;
  z-index: 3900;
  opacity: 0;
  transform: translate(0, 75px);
  transition: opacity 1000ms ease, transform 1000ms ease;
}

@media (max-width: 767px) {
  .recomBnr {
    width: 100%;
    background: #000;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .recomBnr {
    max-width: 320px;
  }
}

.recomBnr.is-shown {
  opacity: 1;
  transform: translate(0, 0);
}

.recomBnr__cls {
  position: relative;
  height: 30px;
  background: #222;
  border-bottom: 1px solid #444;
  cursor: pointer;
  transition: background-color 300ms ease;
}

.recomBnr__cls:hover {
  background: #444;
}

.recomBnr__cls > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 14px;
  line-height: 20px;
  padding-left: 18px;
  margin-top: -11px;
  text-align: center;
  letter-spacing: .12em;
  color: #fff;
  transform: translate(-50%, 0);
}

.recomBnr__cls > span::before,
.recomBnr__cls > span::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  height: 16px;
  width: 1px;
  margin-top: -8px;
  background: #fff;
}

.recomBnr__cls > span::before {
  transform: rotate(45deg);
}

.recomBnr__cls > span::after {
  transform: rotate(-45deg);
}

.recomBnr__bd a {
  display: block;
  transition: opacity 300ms ease;
}

.recomBnr__bd a:hover {
  opacity: .75;
}

.recomBnr__bd a img {
  display: block;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .recomBnr__bd a img {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .recomBnr.is-sp250 {
    max-width: 250px;
  }
}

/* ---------------------------------
recomBnr 2025/04/07
--------------------------------- */
.c-pauseBtn--white,
.c-pauseBtn--black {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 44px;
  height: 44px;
}

.c-pauseBtn--white span,
.c-pauseBtn--black span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  color: transparent;
  transition: background-color 300ms ease-out;
}

.c-pauseBtn--white span::before,
.c-pauseBtn--white span::after,
.c-pauseBtn--black span::before,
.c-pauseBtn--black span::after {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  transition: background-color 300ms ease-out;
}

.c-pauseBtn--white span::before,
.c-pauseBtn--black span::before {
          mask: url(/common/images/icon_pausebtn01.svg) 50% 50%/contain no-repeat;
  -webkit-mask: url(/common/images/icon_pausebtn01.svg) 50% 50%/contain no-repeat;
  opacity: 1;
}

.c-pauseBtn--white span::after,
.c-pauseBtn--black span::after {
          mask: url(/common/images/icon_pausebtn02.svg) 50% 50%/contain no-repeat;
  -webkit-mask: url(/common/images/icon_pausebtn02.svg) 50% 50%/contain no-repeat;
  opacity: 0;
}

.c-pauseBtn--white.is-pause span::before,
.c-pauseBtn--black.is-pause span::before {
  opacity: 0;
}

.c-pauseBtn--white.is-pause span::after,
.c-pauseBtn--black.is-pause span::after {
  opacity: 1;
}

.c-pauseBtn--white span {
  border: 2px solid #fff;
  background: rgba(0, 0, 0, .2);
}

.c-pauseBtn--white span::before,
.c-pauseBtn--white span::after {
  background: #fff;
}

.c-pauseBtn--white:hover span {
  background: #fff;
}

.c-pauseBtn--white:hover span::before,
.c-pauseBtn--white:hover span::after {
  background: #000;
}

.c-pauseBtn--black span {
  border: 2px solid #000;
}

.c-pauseBtn--black span::before,
.c-pauseBtn--black span::after {
  background: #000;
}

.c-pauseBtn--black:hover span {
  background: #000;
}

.c-pauseBtn--black:hover span::before,
.c-pauseBtn--black:hover span::after {
  background: #fff;
}

/* ---------------------------------
Clearfix
--------------------------------- */
.clearfix::after,
.siteHeaderSp > .headerSearchBlock .btns::after,
.siteHeaderSp > .globalNavSp > ul::after,
.breadcrumbNav ol::after,
.siteFooter > .allContentsWrap > .bodyBlock > .blockIn::after,
.siteFooterSp > .footerFirstWrap > .footerNav::after,
.siteFooterSp > .siteGuideBlock .blockList::after,
.siteFooterSp > .footerLastWrap .footerDisplay::after,
.globalNav > ul::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* ------------------------------------------------------ */
/* End */
/* ------------------------------------------------------ */
