@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&family=Lora:wght@300;400;500;600&family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@300;400;500;600&family=Poppins:wght@400;500;600;700&family=Roboto:wght@300;400;500;700&display=swap");
/*変数設定用*/
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: auto;
  }
}
:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

a[href^="tel:"] {
  text-decoration: none !important;
}
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.dur {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.scroll-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.3s;
}

.fade_on {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

svg path {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

a {
  color: #141414;
  text-decoration: none;
  transition: all 0.2s ease-in;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
    transition: 0.7s;
  }
}

p {
  color: #141414;
  line-height: 2;
  padding: 0;
  margin: 0;
}

span,
i {
  font-style: normal;
}

ul,
ol {
  padding: 0;
  margin: 0;
}
ul li,
ol li {
  list-style: none;
}

html {
  font-size: 62.5%;
  background: #fff;
}

body {
  font-size: 1.4rem;
  position: relative;
  color: #141414;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body *,
body *::before,
body *::after {
  box-sizing: border-box;
}

figure {
  margin: 0 !important;
  padding: 0;
}

.c-body {
  position: relative;
  z-index: 1;
}
.c-body .c-body-inner {
  position: relative;
  margin: 0 auto;
  background: none;
}
.c-body .c-body-inner.base .c-inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .c-body .c-body-inner.base .c-inner {
    padding: 0 20px;
  }
}
.c-body .c-body-inner.none {
  margin: 0 auto;
}

.btn-outer {
  text-align: center;
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .btn-outer {
    margin-top: 35px;
  }
}
.btn-outer .btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 70px;
  border: 1px solid #141414;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  margin: 0 auto;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
@media screen and (max-width: 767px) {
  .btn-outer .btn {
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
  }
}
.btn-outer .btn span {
  display: inline-block;
  position: relative;
}
.btn-outer .btn.blank span {
  margin-left: 20px;
}
.btn-outer .btn.blank span::after {
  display: block;
  content: "";
  position: absolute;
  top: 1px;
  left: -30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(./../images/icon_blank.svg);
  width: 18px;
  height: 18px;
}
@media screen and (min-width: 768px) {
  .btn-outer .btn.blank:hover span::after {
    background-image: url(./../images/icon_blank_wh.svg);
  }
}
@media screen and (min-width: 768px) {
  .btn-outer .btn:hover {
    background: #0168B7;
    border-color: #0168B7;
    color: #fff;
    opacity: 1 !important;
  }
}

.dtl-list {
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  .dtl-list {
    margin: 33px auto 0;
  }
}
@media screen and (min-width: 768px) {
  .dtl-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -40px -3.333%;
  }
}
@media screen and (min-width: 768px) {
  .dtl-list ul li {
    width: 30%;
    margin: 0 0 40px 3.333%;
  }
}
@media screen and (max-width: 767px) {
  .dtl-list ul li {
    margin-bottom: 43px;
  }
}
.dtl-list ul li a {
  display: block;
}
.dtl-list ul li a span {
  display: block;
}
.dtl-list ul li a .img-outer {
  overflow: hidden;
}
.dtl-list ul li a .img {
  padding-top: 66.5%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
@media screen and (max-width: 767px) {
  .dtl-list ul li a .img {
    padding-top: 67%;
  }
}
.dtl-list ul li a .txt {
  margin-top: 12px;
  font-weight: 500;
  line-height: 1.8em;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.dtl-list ul li a .money {
  font-size: 1.2rem;
  margin-top: 2px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.dtl-list ul li a .money i {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
.dtl-list ul li a .date {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #A9A9A9;
  margin-top: 12px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.dtl-list ul li a .date + .txt {
  margin-top: 3px;
  margin-bottom: 15px;
}
.dtl-list ul li a .btn {
  position: relative;
}
.dtl-list ul li a .btn i {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  line-height: 1;
  display: block;
  padding: 0 0 13px;
  position: relative;
}
.dtl-list ul li a .btn i::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 77px;
  height: 1px;
  background: #141414;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.dtl-list ul li a .btn::after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background: #A9A9A9;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.dtl-list ul li a .btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #111;
  border-right: 1px solid #111;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 5px;
  right: 15px;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
@media screen and (min-width: 768px) {
  .dtl-list ul li a:hover {
    opacity: 1 !important;
  }
}
@media screen and (min-width: 768px) {
  .dtl-list ul li a:hover .img {
    transform: scale(1.2, 1.2);
  }
}
@media screen and (min-width: 768px) {
  .dtl-list ul li a:hover .txt,
  .dtl-list ul li a:hover .money {
    color: #0168B7;
  }
}
@media screen and (min-width: 768px) {
  .dtl-list.col-2 ul {
    margin: 0 0 -55px -5%;
  }
}
@media screen and (min-width: 768px) {
  .dtl-list.col-2 ul li {
    width: 45%;
    margin: 0 0 55px 5%;
  }
}
@media screen and (min-width: 768px) {
  .dtl-list.col-4 ul {
    margin: 0 0 -60px -2.5%;
  }
}
@media screen and (min-width: 768px) {
  .dtl-list.col-4 ul li {
    width: 22.5%;
    margin: 0 0 60px 2.5%;
  }
}
@media screen and (min-width: 768px) {
  .dtl-list.col-4 ul li a {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .dtl-list.col-4 ul li a .btn {
    margin-top: auto;
  }
}
@media screen and (max-width: 767px) {
  .dtl-list.news {
    width: 82.5%;
  }
}
.dtl-list.news ul li a:hover .txt {
  color: #141414 !important;
}
@media screen and (min-width: 768px) {
  .dtl-list.news ul li a:hover .btn i::after {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .dtl-list.news ul li a:hover .btn::before {
    right: 5px;
  }
}

.half-flex {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .half-flex > div {
    width: 50%;
  }
}

.iframe-outer {
  height: 100%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .iframe-outer {
    height: 0;
    overflow: hidden;
    padding-bottom: 90.7%;
    position: relative;
  }
}
.iframe-outer iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.breadcrumb {
  max-width: 1240px;
  margin: 20px auto 70px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin: 15px auto 50px;
  }
}
.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumb ul li {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li {
    font-size: 1.2rem;
  }
}
.breadcrumb ul li h1 {
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li h1 {
    font-size: 1.2rem;
  }
}
.breadcrumb ul li:not(:last-of-type):after {
  content: ">";
  display: inline-block;
  margin: 0 8px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul li:not(:last-of-type):after {
    font-size: 1.2rem;
  }
}
.breadcrumb ul li a {
  color: #0168B7;
}
@media screen and (min-width: 768px) {
  .breadcrumb ul li:last-child {
    padding-top: 1px;
  }
}

#pager {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  #pager {
    margin-top: 50px;
  }
}
#pager .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#pager .pagination li {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  margin: 0 3px;
}
#pager .pagination li a,
#pager .pagination li span {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #A9A9A9;
  line-height: 1;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  #pager .pagination li a,
  #pager .pagination li span {
    width: 40px;
    height: 40px;
  }
}
#pager .pagination li a.dots,
#pager .pagination li span.dots {
  border: none;
}
@media screen and (min-width: 768px) {
  #pager .pagination li a:hover {
    border-color: #0168B7;
    background-color: #0168B7;
    color: #fff;
  }
}
#pager .pagination li.pagination-item-active span {
  border-color: #0168B7;
  background-color: #0168B7;
  color: #fff;
}

#notfound {
  background-image: url(./../images/notfound.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

#notfound-body {
  text-align: center;
  padding: 100px 0 85px;
}
@media screen and (max-width: 767px) {
  #notfound-body {
    padding: 60px 0 45px;
  }
}
#notfound-body .t01 {
  font-size: 17.6rem;
  font-weight: 700;
  color: #085590;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #notfound-body .t01 {
    font-size: 10rem;
  }
}
#notfound-body .t02 {
  font-size: 3.6rem;
  color: #07416E;
  line-height: 1;
  margin-top: 30px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #notfound-body .t02 {
    font-size: 2.4rem;
  }
}
#notfound-body .t03 {
  margin-top: 50px;
  line-height: 1.6;
}

.notfound-btn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .notfound-btn ul {
    justify-content: center;
  }
}
body.form_mode #campaign-page-content {
  display: none !important;
}

.ac-modal-black {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 998;
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
}

.ac-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translateY(-50%) translateX(-50%);
  visibility: hidden;
  opacity: 0;
  transition: 0.7s;
}
@media screen and (min-width: 768px) {
  .ac-modal {
    max-width: 400px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .ac-modal {
    width: 70%;
  }
}
.ac-modal .ac-modal-inner {
  position: relative;
  width: 100%;
  background: #fff;
}
.ac-modal .ac-modal-inner .ac-close {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(./../images/modal_close.png);
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
}
.ac-modal.visible {
  opacity: 1;
  visibility: visible;
}
.ac-modal.visible + .ac-modal-black {
  opacity: 1;
  visibility: visible;
}

#alert {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px 0;
}
#alert #alert-bnr {
  margin: 80px auto 0;
  padding: 0 20px 15px;
}
@media screen and (min-width: 768px) {
  #alert #alert-bnr {
    display: grid;
    grid-template-columns: repeat(auto-fit, 540px);
    justify-content: center;
    gap: 25px 80px;
  }
}
@media screen and (max-width: 767px) {
  #alert #alert-bnr {
    margin-top: 50px;
    grid-template-columns: repeat(1, 1fr);
  }
}
#alert #alert-bnr a {
  display: block;
}
@media screen and (max-width: 767px) {
  #alert #alert-bnr a + a {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  #alert.adj {
    padding: 0;
  }
}
#alert.adj #alert-bnr {
  margin: 60px 0 60px;
}
@media screen and (max-width: 767px) {
  #alert.adj #alert-bnr {
    margin: 30px 0 30px;
    padding: 0;
  }
}

#float-bnr {
  position: fixed;
  bottom: 0;
  z-index: 11;
  right: 0;
  max-width: 520px;
  text-align: right;
  line-height: 1;
  display: none;
}
#float-bnr.on {
  display: block;
}
#float-bnr .close {
  line-height: 1;
  display: inline-block;
  padding-left: 15px;
  background: #152737;
  border-radius: 10px 0px 0px 0px;
  cursor: pointer;
}
#float-bnr .close i {
  line-height: 1;
  display: inline-block;
  color: #fff;
  padding: 8.5px 14px 8.5px 20px;
  font-weight: 700;
  position: relative;
}
#float-bnr .close i::before {
  content: "";
  background-image: url(./../images/honten/icon_close.svg);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 11px;
  height: 11px;
  transform: translate(0, -50%);
}
#float-bnr a {
  display: block;
}

footer.bnr-on {
  padding-bottom: 180px;
}
@media screen and (max-width: 767px) {
  footer.bnr-on {
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 768px) {
  footer.bnr-on {
    padding-bottom: 0 !important;
  }
}
footer.bnr-on #page-top-btn {
  bottom: 200px;
}
@media screen and (max-width: 767px) {
  footer.bnr-on #page-top-btn {
    bottom: 165px;
  }
}

footer .footer-last-bnr {
  max-width: 1240px;
  margin: 0 auto;
  padding: 5px 20px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px 25px;
}
@media screen and (max-width: 767px) {
  footer .footer-last-bnr {
    display: none !important;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px 10px;
  }
}
footer .footer-last-bnr a {
  display: block;
}

#footer-contents .bnr-other {
  max-width: 340px;
  margin: 20px auto -35px;
}
@media screen and (max-width: 767px) {
  #footer-contents .bnr-other {
    margin: 20px auto -5px;
  }
}
#footer-contents .bnr-other a {
  display: block;
}
#footer-contents .bnr-other a + a {
  margin-top: 15px;
}/*# sourceMappingURL=common.css.map */