.whl-breadcrumb {
  position: relative;
  color: #444;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  text-align: left;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media print, (min-width: 768px) {
  .whl-breadcrumb {
    min-width: 1140px;
    background: rgba(0, 0, 0, .05);
  }
}

@media screen and (max-width: 767px) {
  .whl-breadcrumb {
    overflow-x: auto;
    background: #f2f2f2;
  }
}

.whl-breadcrumb__in {
  display: flex;
  align-items: center;
}

@media print, (min-width: 768px) {
  .whl-breadcrumb__in {
    height: 40px;
    padding: 0 clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
  }
}

@media screen and (max-width: 767px) {
  .whl-breadcrumb__in {
    float: left;
    height: 31px;
    padding: 0 20px;
  }
}

.whl-breadcrumb__ol {
  display: flex;
  line-height: 1.1;
}

@media print, (min-width: 768px) {
  .whl-breadcrumb__ol {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .whl-breadcrumb__ol {
    font-size: 10px;
    white-space: nowrap;
  }
}

.whl-breadcrumb__ol > li {
  position: relative;
}

.whl-breadcrumb__ol > li a {
  display: inline-block;
  position: relative;
  color: inherit;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .whl-breadcrumb__ol > li a {
    padding: 0 15px;
    transition: color 350ms cubic-bezier(.215, .61, .355, 1);
  }
  .whl-breadcrumb__ol > li a:hover,
  .whl-breadcrumb__ol > li a:active {
    color: #156082;
  }
}

@media screen and (max-width: 767px) {
  .whl-breadcrumb__ol > li a {
    color: #0075c1;
  }
}

.whl-breadcrumb__ol > li span {
  display: inline-block;
  padding: 5px 0;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .whl-breadcrumb__ol > li:not(:last-child) {
    padding-right: 15px;
  }
}

.whl-breadcrumb__ol > li:not(:last-child)::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 1px;
  background: #d9d9d9;
  transform: translateY(-50%);
}

@media print, (min-width: 768px) {
  .whl-breadcrumb__ol > li:not(:last-child)::before {
    right: 0;
    height: 23px;
  }
}

@media screen and (max-width: 767px) {
  .whl-breadcrumb__ol > li:not(:last-child)::before {
    right: 7px;
    height: 10px;
  }
}

@media print, (min-width: 768px) {
  .whl-breadcrumb__ol > li:first-child a {
    padding-left: 20px;
  }
  .whl-breadcrumb__ol > li:first-child a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 15px;
    height: 15px;
    background: url(/common/images_202309/sprite_2x.webp) no-repeat -445px -286px/732px 700px;
  }
}

@media print, (min-width: 768px) {
  .whl-breadcrumb__ol > li:last-child {
    padding-left: 15px;
  }
  .whl-breadcrumb__ol > li:last-child span {
    padding-inline: 10px;
    background: #000;
    color: #fff;
    font-weight: 700;
  }
}

.whl-main {
  color: #444;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  text-align: left;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media print, (min-width: 768px) {
  .whl-main {
    min-width: 1140px;
  }
}

.whl-kv {
  position: relative;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  .whl-kv {
    height: 370px;
  }
}

@media screen and (max-width: 767px) {
  .whl-kv {
    height: 260px;
  }
}

.whl-kv__p {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.whl-kv__p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.whl-kv__tt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  background: rgba(21, 96, 130, .8);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

@media print, (min-width: 768px) {
  .whl-kv__tt {
    padding: 33px 70px;
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  .whl-kv__tt {
    padding: 19px 30px;
    font-size: 26px;
  }
}

@media print, (min-width: 768px) {
  .whl-lead {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .whl-lead {
    margin-top: 30px;
  }
}

@media print, (min-width: 768px) {
  .whl-lead__in {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
  }
}

@media screen and (max-width: 767px) {
  .whl-lead__in {
    padding: 0 20px;
  }
}

.whl-lead__t {
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .whl-lead__t {
    font-size: 14px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .whl-lead__t {
    font-size: 12px;
    line-height: 1.8;
  }
}

.whl-lead__nl {
  display: table;
  width: 100%;
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .whl-lead__nl {
    font-size: 14px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .whl-lead__nl {
    margin-top: 5px;
    font-size: 12px;
    line-height: 1.8;
  }
}

.whl-lead__nl__m {
  display: table-cell;
  white-space: nowrap;
}

.whl-lead__nl__t {
  display: table-cell;
  width: 100%;
}

.whl-lead__nl li {
  display: table-row;
}

.whl-lead__os {
  font-weight: 700;
}

@media print, (min-width: 768px) {
  .whl-lead__os {
    margin-top: 25px;
    font-size: 14px;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .whl-lead__os {
    margin-top: 20px;
    font-size: 12px;
    line-height: 1.8;
  }
}

.whl-lead__os a {
  color: inherit;
  text-decoration: underline !important;
  transition: color 350ms cubic-bezier(.215, .61, .355, 1);
}

.whl-lead__os a::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 8px;
  background: #156082;
  -webkit-mask: url(/common/images/icon_window01.svg) no-repeat 0 0/contain;
          mask: url(/common/images/icon_window01.svg) no-repeat 0 0/contain;
}

@media print, (min-width: 768px) {
  .whl-lead__os a::after {
    margin: 0 5px;
    vertical-align: 5%;
  }
}

@media screen and (max-width: 767px) {
  .whl-lead__os a::after {
    margin: 0 3px;
    vertical-align: 3%;
  }
}

@media print, (min-width: 768px) {
  .whl-lead__os a:hover,
  .whl-lead__os a:active {
    color: #156082;
  }
}

@media print, (min-width: 768px) {
  .whl-list {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .whl-list {
    margin-top: 30px;
  }
}

@media print, (min-width: 768px) {
  .whl-list__in {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 clamp(20px, calc(20px + 40 * (100vw - 1155px) / 225), 60px);
  }
}

@media screen and (max-width: 767px) {
  .whl-list__in {
    padding: 0 20px;
  }
}

.whl-list__ul__ar {
  font-weight: 500;
}

@media print, (min-width: 768px) {
  .whl-list__ul__ar {
    flex: 48.27586;
    font-size: 16px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 767px) {
  .whl-list__ul__ar {
    margin-bottom: 7px;
    font-size: 12px;
    line-height: 1.7;
  }
}

@media print, (min-width: 768px) {
  .whl-list__ul__lk {
    flex: 51.72414;
  }
}

.whl-list__ul__lk a {
  display: flex;
  align-items: center;
  position: relative;
  font-weight: 700;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .whl-list__ul__lk a {
    padding: 29px 20px;
    font-size: 16px;
    line-height: 1.8;
    transition: background-color 350ms cubic-bezier(.215, .61, .355, 1);
  }
}

@media screen and (max-width: 767px) {
  .whl-list__ul__lk a {
    font-size: 15px;
    line-height: 1.7;
  }
}

.whl-list__ul__lk a::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 8px;
  background: #156082;
  -webkit-mask: url(/common/images/icon_window01.svg) no-repeat 0 0/contain;
          mask: url(/common/images/icon_window01.svg) no-repeat 0 0/contain;
  transform: translateY(-50%);
}

@media print, (min-width: 768px) {
  .whl-list__ul__lk a::before {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .whl-list__ul__lk a::before {
    right: 0;
  }
}

@media print, (min-width: 768px) {
  .whl-list__ul__lk a:hover,
  .whl-list__ul__lk a:active {
    background: rgba(21, 96, 130, .1);
  }
}

.whl-list__ul > li {
  border-top: 1px solid #e1e1e1;
}

@media print, (min-width: 768px) {
  .whl-list__ul > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .whl-list__ul > li {
    padding: 24px 0;
  }
}

.whl-list__ul > li:last-child {
  border-bottom: 1px solid #e1e1e1;
}

@media print, (min-width: 768px) {
  .whl-bnr {
    width: 717px;
    margin: 100px auto 0;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .whl-bnr {
    margin-top: 50px;
  }
}

.whl-bnr__p {
  position: relative;
  aspect-ratio: 1434/684;
  overflow: hidden;
}

.whl-bnr__p img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 350ms cubic-bezier(.215, .61, .355, 1);
}

.whl-bnr__bt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff;
  color: #156082;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  transition: background-color 350ms cubic-bezier(.215, .61, .355, 1), color 350ms cubic-bezier(.215, .61, .355, 1);
}

@media print, (min-width: 768px) {
  .whl-bnr__bt {
    right: 20px;
    bottom: 20px;
    width: 330px;
    height: 60px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .whl-bnr__bt {
    right: 10px;
    bottom: 10px;
    width: 250px;
    height: 40px;
    padding-right: 20px;
    font-size: 15px;
  }
}

.whl-bnr__bt::before,
.whl-bnr__bt::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 15px;
  height: 15px;
  background: #156082;
  -webkit-mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
          mask: url(/common/images/icon_arrow01.svg) no-repeat 0 0/contain;
  transition: transform 400ms cubic-bezier(.215, .61, .355, 1) 30ms, background-color 400ms cubic-bezier(.215, .61, .355, 1) 30ms;
}

.whl-bnr__bt::before {
  transform: translate(-40px, -50%);
  left: 19px;
}

@media screen and (max-width: 767px) {
  .whl-bnr__bt::before {
    display: none;
  }
}

.whl-bnr__bt::after {
  transform: translate(0, -50%);
}

@media print, (min-width: 768px) {
  .whl-bnr__bt::after {
    right: 19px;
  }
}

@media screen and (max-width: 767px) {
  .whl-bnr__bt::after {
    right: 14px;
  }
}

.whl-bnr a {
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none;
}

@media print, (min-width: 768px) {
  .whl-bnr a:hover .whl-bnr__p img,
  .whl-bnr a:active .whl-bnr__p img {
    transform: scale(1.1);
  }
  .whl-bnr a:hover .whl-bnr__bt,
  .whl-bnr a:active .whl-bnr__bt {
    background: #156082;
    color: #fff;
  }
  .whl-bnr a:hover .whl-bnr__bt::before,
  .whl-bnr a:hover .whl-bnr__bt::after,
  .whl-bnr a:active .whl-bnr__bt::before,
  .whl-bnr a:active .whl-bnr__bt::after {
    background: #fff;
  }
  .whl-bnr a:hover .whl-bnr__bt::before,
  .whl-bnr a:active .whl-bnr__bt::before {
    transform: translate(0, -50%);
  }
  .whl-bnr a:hover .whl-bnr__bt::after,
  .whl-bnr a:active .whl-bnr__bt::after {
    transform: translate(40px, -50%);
  }
}
