@charset "UTF-8";
.lower {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  border-bottom: 2px solid #000;
  position: relative;
  background: url("/assets/image/main-bg_lower.svg") no-repeat right bottom/100% auto;
}
@media only screen and (max-width: 1440px) {
  .lower {
    background: url("/assets/image/main-bg_lower.svg") no-repeat right bottom/1440px auto;
  }
}
@media only screen and (max-width: 767px) {
  .lower {
    font-size: 14px;
    background: none;
    border-bottom: none;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}
div,
span,
a,
object,
iframe,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  color: inherit;
  font-weight: inherit;
}
a {
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  a:hover {
    opacity: 1 !important;
  }
}
.lower-inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.lower-inner::before {
  content: '';
  width: 50vw;
  height: 100%;
  background: #fafafa;
  position: absolute;
  left: -50vw;
  pointer-events: none;
}
.lower-contents {
  width: calc(100% - 80px);
  margin-top: 10px;
  padding: 20px 45px 320px 30px;
  border-radius: 0 200px 0 0;
  background: #fafafa;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  .lower-contents {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 767px) {
  .lower-contents {
    width: calc(100% - 30px);
    margin-top: 5px;
    padding: 20px 35px 220px 30px;
    border-radius: 0 110px 0 0;
  }
}
@media only screen and (max-width: 375px) {
  .lower-contents {
    width: calc(100% - 17px);
    padding: 20px 20px 220px 15px;
  }
}
.lower-contents::before {
  content: '';
  width: 100vw;
  height: calc(100% + 10px);
  border: 2px solid #000;
  border-left: none;
  border-radius: 0 200px 0 0;
  position: absolute;
  top: -10px;
  right: 10px;
  pointer-events: none;
}
@media only screen and (min-width: 767px) {
  .lower-contents::before {
    border-bottom: none;
  }
}
@media only screen and (max-width: 767px) {
  .lower-contents::before {
    height: calc(100% - 6px);
    border-left: none;
    border-radius: 0 110px 0 0;
    top: -6px;
    right: 6px;
  }
}
.lower-sec {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.lower-sec._lg {
  max-width: 1040px;
}
.lower-sec-ttl {
  margin-bottom: 80px;
  font-size: 3.25em;
  line-height: 1.25;
  cursor: default;
}
@media only screen and (max-width: 767px) {
  .lower-sec-ttl {
    margin-bottom: 50px;
    font-size: 2.15em;
  }
}
.lower-sec-ttl .en {
  margin-top: 1em;
  color: #7b7b7b;
  font-size: 0.5em;
  font-family: 'poppins', 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  display: block;
}
.lower-sec-txt {
  line-height: 1.8;
}
.lower-sec-block:not(:last-child) {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .lower-sec-block:not(:last-child) {
    margin-bottom: 80px;
  }
}
.lower-sec-block-ttl {
  margin-bottom: 30px;
  font-size: 1.875em;
}
@media only screen and (max-width: 767px) {
  .lower-sec-block-ttl {
    margin-bottom: 20px;
    font-size: 1.6em;
  }
}
.lower-sec-block-txt {
  margin-bottom: 40px;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .lower-sec-block-txt {
    margin-bottom: 30px;
  }
}
.lower-page_nav {
  display: flex;
  flex-wrap: wrap;
}
.lower-page_nav li {
  width: calc(100% / 2 - 10px + 10px / 2);
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .lower-page_nav li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.lower-page_nav li:not(:nth-child(2n)) {
  margin-right: 10px;
}
@media only screen and (max-width: 767px) {
  .lower-page_nav li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.lower-page_nav a {
  height: 100%;
  padding: 20px 20px 45px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  border-right: 1px solid #818181;
  border-bottom: 1px solid #818181;
  background: #fff;
  display: block;
  position: relative;
}
@media only screen and (min-width: 767px) {
  .lower-page_nav a:hover {
    opacity: 0.7;
  }
}
.lower-page_nav a > span {
  margin-top: 15px;
  font-size: 0.8em;
  font-weight: 400;
  display: block;
}
.lower-page_nav .arrow {
  width: 100%;
  height: 25px;
  background: rgba(0,0,0,0.05);
  position: absolute;
  left: 0;
  bottom: 0;
}
.lower-page_nav .arrow::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5.5px 0 5.5px;
  border-color: #ffae2c transparent transparent transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lower--02 {
  background: none;
}
.lower--02 .lower-inner {
  max-width: initial;
  width: 100%;
  margin: 0 auto;
  background: #fafafa;
  position: relative;
}
.lower--02 .lower-inner::before {
  content: none;
}
.lower--02 .lower-contents {
  width: calc(100% - 80px);
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 320px;
  border-radius: 0;
  background: none;
  position: static;
}
@media only screen and (max-width: 767px) {
  .lower--02 .lower-contents {
    width: calc(100% - 40px);
    margin-top: 5px;
    padding-bottom: 220px;
  }
}
@media only screen and (max-width: 375px) {
  .lower--02 .lower-contents {
    width: calc(100% - 30px);
  }
}
.lower--02 .lower-contents:has(+ .scope-footer) {
  padding-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .lower--02 .lower-contents:has(+ .scope-footer) {
    padding-bottom: 80px;
  }
}
.lower--02 .lower-contents::before {
  border-right: none;
  border-radius: 0;
  right: 0;
}
.lower--02 .breadcrumb-list {
  width: 100%;
  max-width: initial;
}
.lower--03 .lower-inner {
  max-width: initial;
}
.w-max {
  width: 100%;
}
.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
  display: inline-block;
}
.external_list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 600px) {
  .external_list {
    display: block;
  }
}
.external_list-item {
  width: calc(100% / 2 - 40px);
}
@media only screen and (max-width: 767px) {
  .external_list-item {
    width: calc(100% / 2 - 20px);
  }
}
@media only screen and (max-width: 600px) {
  .external_list-item {
    width: 100%;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
  .external_list-item:not(:last-child) {
    margin-bottom: 70px;
  }
}
.external_list-item:nth-child(2n) {
  margin-left: 80px;
}
@media only screen and (max-width: 767px) {
  .external_list-item:nth-child(2n) {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 600px) {
  .external_list-item:nth-child(2n) {
    margin-left: auto;
  }
}
.external_list-item:nth-child(n+3) {
  margin-top: 70px;
}
@media only screen and (max-width: 600px) {
  .external_list-item:nth-child(n+3) {
    margin-top: 0;
  }
}
.external_list-item .contents {
  display: block;
  position: relative;
  transition: opacity 0.3s;
}
.external_list-item .contents[target="_blank"] .ttl::after {
  content: '\e900';
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  font-size: 0.8em;
  font-family: 'icomoon';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}
.external_list-item .contents[href=""] {
  pointer-events: none;
}
.external_list-item .contents[href=""] .ttl::after {
  background: none;
}
@media (hover: hover) {
  .external_list-item .contents:hover img,
  .external_list-item .contents:focus img {
    transform: scale(1.2);
  }
}
.external_list-item figure {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
  border-right: 1px solid #818181;
  border-bottom: 1px solid #818181;
  background: #fff;
  position: relative;
  overflow: hidden;
}
.external_list-item figure::after {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.15);
  position: absolute;
  top: 0;
  left: 0;
}
.external_list-item figure img {
  width: 100%;
  transition: transform 0.6s;
}
.external_list-item figure span {
  padding: 0.2em 0.6em 0.2em 0.8em;
  color: #fff;
  font-size: 0.9em;
  background: #e54842;
  position: absolute;
  top: 0.85em;
  left: -3px;
  z-index: 2;
  display: none;
}
@media only screen and (max-width: 767px) {
  .external_list-item figure span {
    font-size: 0.7em;
  }
}
.external_list-item figure span::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 3px 2.13px 0;
  border-color: transparent #a23430 transparent transparent;
  position: absolute;
  left: 0;
  bottom: -2px;
}
.external_list-item .ttl {
  font-size: 1.5em;
  font-weight: 500;
}
.external_list-item .url {
  margin: 5px 0 15px;
  color: #919191;
  font-size: 0.9em;
  font-family: 'acumin-pro-semi-condensed', 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 500;
  display: inline-block;
  line-height: 1.25;
  word-break: break-all;
}
@media only screen and (min-width: 767px) {
  .external_list-item .url:hover {
    opacity: 0.7;
  }
}
.external_list-item .txt {
  line-height: 1.8;
}
.modal {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  z-index: 100;
  position: fixed;
  overflow-y: scroll;
}
.modal .modal-inner {
  max-width: 1060px;
  width: calc(100% - 160px);
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1100px) {
  .modal .modal-inner {
    width: 86.13333vw;
  }
}
.modal .modal-contents_wrap {
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  position: relative;
  transition: transform 0.6s;
  transform: translateY(100px);
  z-index: 101;
}
@media only screen and (max-width: 375px) {
  .modal .modal-contents_wrap {
    padding-top: 40px;
  }
}
.modal .modal-contents {
  width: 100%;
  height: auto;
  max-height: 100%;
  margin-bottom: 7.8125vw;
  border-radius: 12px;
  background: #fff;
  position: relative;
}
.modal .modal-close {
  width: 50px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0.7);
  transition: opacity 200ms ease-out;
  cursor: pointer;
}
@media only screen and (max-width: 375px) {
  .modal .modal-close {
    width: 40px;
  }
}
@media only screen and (min-width: 767px) {
  .modal .modal-close:hover {
    opacity: 0.6;
  }
}
.modal .modal-bg {
  width: 100%;
  height: 100%;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s;
}
.modal.open .modal-contents_wrap {
  transform: translateY(0);
}
.modal.open .modal-bg {
  opacity: 0.9;
}
.tb-plus.is-modal {
  background: #ffe100;
}
