@charset "UTF-8";
/*390px基準のvw換算リスト
12px → 3.1vw
13px → 3.3vw
14px → 3.6vw
15px → 3.8vw
16px → 4.1vw
17px → 4.4vw
18px → 4.6vw
20px → 5.1vw
24px → 6.2vw

375px基準のvw換算リスト
12px → 3.3vw
13px → 3.5vw
14px → 3.8vw
15px → 4.1vw
16px → 4.3vw
17px → 4.5vw
18px → 4.9vw
20px → 5.4vw
24px → 6.5vw
*/
/* -----------------------------------------------
* Modules
-------------------------------------------------- */
/* --------------------------------
header
----------------------------------- */
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1090px;
  padding: 20px 5px;
  margin: 0 auto;
}
@media only screen and (max-width: 1023px) {
  .header-inner {
    justify-content: center;
    padding: 20px 5px;
    display: block;
  }
}
.header-link {
  display: block;
  width: 285px;
}
@media only screen and (max-width: 1023px) {
  .header-link {
    width: 175px;
    margin: 0 auto;
  }
}
.header-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 624px;
}
.header-box p {
  margin-right: 20px;
}
.header-box a:nth-child(2) {
  margin-right: 8px;
}
@media only screen and (min-width: 1024px) {
  .header .nav {
    background-color: #d1e9ff;
  }
}
@media only screen and (max-width: 1023px) {
  .header .nav-logo {
    width: 175px;
    display: block;
    margin: 0 auto;
    padding: 20px 0;
  }
}
.header .nav-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  max-width: 1090px;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .header .nav-list {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
  }
}
@media only screen and (max-width: 1023px) {
  .header .nav-list {
    flex-direction: column;
    border-top: 2px solid #3479e0;
    border-bottom: 2px solid #3479e0;
  }
}
.header .nav-item {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .header .nav-item:not(:last-child) {
    border-right: 5px solid #fff;
  }
}
@media only screen and (max-width: 1023px) {
  .header .nav-item:not(:last-child) {
    border-bottom: 1px solid #3479e0;
  }
}
.header .nav-item:nth-child(8n) {
  border-right: none;
}
.header .nav-link {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 600;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  color: #1a1a1a;
}
@media only screen and (min-width: 1024px) {
  .header .nav-link {
    background: #3479e0;
    color: #fff;
  }
}
.header .nav-link_icon {
  display: block;
  text-align: center;
  width: 40px;
}

/* --------------------------------
fv
----------------------------------- */
.fv {
  background-color: #747474;
}

/* --------------------------------
footer
----------------------------------- */
.footer {
  color: #1a1a1a;
  margin-top: 3.125rem;
}
@media only screen and (max-width: 1023px) {
  .footer {
    margin-top: 1.25rem;
    width: 100%;
  }
}
.footer a {
  color: inherit;
}
.footer-linkarea {
  background: #3479e0;
}
.footer-linkarea div {
  max-width: 1090px;
  padding: 1.25rem 5px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 1023px) {
  .footer-linkarea div {
    padding: 1.25rem 1.25rem 0;
    gap: 10px;
  }
}
.footer-linkarea div a, .footer-linkarea div button {
  width: 49%;
}
@media only screen and (max-width: 1023px) {
  .footer-linkarea div a, .footer-linkarea div button {
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .footer-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 1090px;
    padding: 1.875rem 5px;
  }
  .footer-nav_box {
    max-width: 616px;
  }
  .footer-nav_list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .footer-nav_item .nav-link {
    font-size: 0.875rem;
    line-height: 1.6;
    display: block;
    padding: 0 0 0 1em;
    position: relative;
  }
  .footer-nav_item .nav-link:before {
    content: "";
    width: 10px;
    height: 12px;
    background-color: #000099;
    clip-path: polygon(10px 50%, 0% 0%, 0% 12px);
    background-size: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .footer-nav_item.col1 {
    width: 7.5em;
  }
  .footer-nav_item.col2 {
    width: 11.5em;
  }
  .footer-nav_item.col3 {
    width: 6em;
  }
  .footer-nav_item.col4 {
    width: 9em;
  }
  .footer-side {
    position: fixed;
    right: 0;
    top: 18.7%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    width: 74px;
  }
}
.footer-spbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fc0d1b;
  padding: 0.625rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-spbtn a {
  display: block;
}
.footer-spbtn a:not(:first-child) {
  margin-left: 0.625rem;
}
.footer-copy {
  text-align: center;
  background: #3479e0;
  font-size: 0.875rem;
  line-height: 2;
  font-weight: 500;
  padding: 0.625rem 0;
  color: #fff;
}
@media only screen and (max-width: 1023px) {
  .footer-copy {
    font-size: 3vw;
  }
}

/* --------------------------------
breadcrumb
----------------------------------- */
.breadcrumb {
  background: #333333;
}
.breadcrumb-list {
  max-width: 1090px;
  padding: 0 5px;
  margin: 0.625rem auto;
  display: flex;
  justify-content: flex-start;
}
.breadcrumb-item {
  font-size: 0.75rem;
  line-height: 2.5;
  color: #fff;
}
.breadcrumb-item + *::before {
  content: ">";
  margin: auto 0.5em;
}
.breadcrumb-item a {
  color: #fff;
  display: inline-block;
}

/* --------------------------------
pagetop
----------------------------------- */
.scrolltop {
  z-index: 2;
  position: fixed;
  right: 6%;
  bottom: 70px;
}
@media only screen and (max-width: 1023px) {
  .scrolltop {
    bottom: 11%;
    right: 3%;
  }
}
.scrolltop a {
  display: block;
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 1023px) {
  .scrolltop a {
    width: 60px;
    height: 60px;
  }
}

body.open {
  overflow-y: hidden;
}

/* モーダル */
.modal {
  display: none;
  position: fixed;
  z-index: 110;
  left: 0;
  top: 0;
  height: 100vh;
  height: 100dvh;
  width: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal-inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-content {
  background-color: #3479e0;
  padding: 10px 10px;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  animation-name: modalopen;
  animation-duration: 1s;
  width: 60%;
}
.modal-content-inner {
  background: #fff;
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.modal-header h1 {
  margin: 1rem 0;
}

.modal-header {
  background-color: #3479e0;
  padding: 15px;
  position: relative;
}

.modalClose {
  color: #fff;
  font-size: 2rem;
  position: absolute;
  right: 10px;
  top: -15px;
}

.modalClose:hover {
  cursor: pointer;
}

.modal-body {
  padding: 50px 20px;
  color: #ff0000;
  text-align: center;
  font-size: 1.75rem;
  font-weight: 600;
  background-color: #fff;
}
@media only screen and (max-width: 1023px) {
  .modal-body {
    font-size: 1rem;
  }
}

.modal02 .modal-content {
  max-width: 1080px;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .modal02 .modal-content {
    height: 80vh;
    height: 80dvh;
  }
}

.corp {
  padding: 0.625rem 0 0;
  color: #1a1a1a;
  overflow: scroll;
  height: 80vh;
}
@media only screen and (max-width: 1023px) {
  .corp {
    height: 95%;
  }
}
.corp div {
  background: #e8f4ff;
  padding: 1.25rem;
  margin-top: 0.625rem;
}
@media only screen and (max-width: 1023px) {
  .corp div {
    padding: 1.25rem 0.625rem;
  }
}
.corp-title {
  color: #3479e0;
  font-weight: 600;
  font-size: 2.25rem;
}
@media only screen and (max-width: 1023px) {
  .corp-title {
    font-size: 1.125rem;
  }
}
.corp-lead {
  font-weight: 600;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1023px) {
  .corp-lead {
    font-size: 0.875rem;
  }
}
.corp-title02 {
  color: #3479e0;
  font-weight: 500;
  font-size: 1.75rem;
}
@media only screen and (max-width: 1023px) {
  .corp-title02 {
    font-size: 1.125rem;
  }
}
.corp-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.625rem;
}
.corp-item {
  max-width: 323px;
  width: 100%;
  background: #fff;
  padding-top: 0.625rem;
  margin-bottom: 1.25rem;
  box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1023px) {
  .corp-item {
    max-width: 48%;
    padding-top: 0.3125rem;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.1);
  }
}
.corp-name {
  background: #3479e0;
  color: #fff;
  font-weight: 500;
  font-size: 1.5rem;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1023px) {
  .corp-name {
    font-size: 0.875rem;
  }
}
.corp-item:nth-child(4n) .corp-name {
  font-size: 1.125rem;
}
@media only screen and (max-width: 1023px) {
  .corp-item:nth-child(4n) .corp-name {
    font-size: 0.875rem;
  }
}
.corp-desc {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  height: 90px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 1023px) {
  .corp-desc {
    font-size: min(14px, 3.5vw);
    height: auto;
    padding: 0.625rem 0;
  }
}
.corp-desc span {
  display: block;
}
.corp-note {
  margin-top: 0.625rem;
  font-size: 1.125rem;
}
@media only screen and (max-width: 1023px) {
  .corp-note {
    font-size: 0.875rem;
    text-align: left;
  }
}
.corp-link {
  width: 320px;
  margin: 1.25rem auto 0;
  display: block;
}