@charset "UTF-8";


.pc-ui {
  display: block;
}
.sp-ui {
  display: none;
}

body {
  background-color: #f5fbfd;
}
#content .archivettl {
  display: none;
}
#content {
  padding: 0px 0 0 0;
}
#content #inner-content {
  background: none;
}
.archives-list.card-list .post-list {
  background: #fff;
}

.l-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 80px;
    position: fixed;
    z-index: 10;
    background-color: #f5fbfd;
    top: 0;
}
.l-header .l-header_inner {
    position: relative;
    display: flex;
    align-items: center;
    width: 100vw;
    height: 80px;
    padding-left: 20px;
    margin: 0 auto;
}
.l-header .l-header_logo {
    position: relative;
}
.l-header .l-header_menu {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.l-header .l-header_menu li {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-left: 12px;
}
.l-header .l-header_menu li#link-columns a {
  color: #0096dc;
}
.l-header .l-header_menu li a {
  color: #333;
  text-decoration: none;
}
.l-header .l-header_menu li:first-child {
    margin-left: 24px;
}
.l-header .l-header_campaign {
    position: fixed;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    padding: 0 20px;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.2;
    background-color: #0e8be8;
    color: #fff;
    transition: all 0.2s ease-out;
    text-decoration: none;
    font-weight: bold;
}
.l-header .l-header_campaign::after {
    content: "▶";
    margin-left: 12px;
}
.l-header .l-header_campaign:hover {
  opacity: 0.6;
}

.l-main-ttl {
    font-size: 37px;
    text-align: center;
    margin-top: 150px;
    margin-bottom: 0;
    letter-spacing: 0.3px;
    font-weight: 700;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {

  .pc-ui {
    display: none;
}
.sp-ui {
    display: block;
}

.l-main-ttl {
    font-size: 26px;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 10px;
}

.l-header {
    top: 0;
    z-index: 999;
    height: auto;
    position: static;
}
  .l-header .l-header_inner {
    padding: 0 3vw;
  }
  .l-header .l-header_logo {
    width: 20vw;
    position: absolute;
    top: 15px;
    left: 15px;
  }
  .l-header #menu-btn-check {
    display: none;
  }
  .l-header .menu-btn {
    position: fixed;
    top: 15px;
    right: 15px;
    display: flex;
    height: 24px;
    width: 24px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
  .l-header .menu-btn span {
    content: "";
    display: block;
    height: 3px;
    width: 24px;
    border-radius: 3px;
    background-color: #191919;
    position: absolute;
  }
  .l-header .menu-btn span:before {
    content: "";
    display: block;
    height: 3px;
    width: 24px;
    border-radius: 3px;
    background-color: #191919;
    position: absolute;
    bottom: 8px;
  }
  .l-header .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 24px;
    border-radius: 3px;
    background-color: #191919;
    position: absolute;
    top: 8px;
  }
  .l-header .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #5d5d5d;
    transition: all 0.5s;
    padding: 0 40px;
    overflow-y: auto;
  }

  .l-header #menu-btn-check:checked + .menu-btn + .menu-content {
    left: 0;
}
.l-header .menu-content .menu-content-logo {
    opacity: 0;
    transition-delay: 0.3s;
    transition: all 0.2s;
    display: block;
    position: absolute;
    top: 13px;
    left: 15px;
}
.l-header #menu-btn-check:checked + .menu-btn + .menu-content .menu-content-logo {
    opacity: 1;
}
.l-header .l-header_menu {
    flex-direction: column;
    font-size: 2.436vw;
    letter-spacing: 0;
    top: -8px;
    bottom: 0;
    margin-left: 10px;
}
.l-header .menu-content ul {
    padding: 80px 0 0;
    width: 100%;
    margin-left: 0;
    line-height: 1.6;
}
.l-header .menu-content ul li {
    border-bottom: solid 1px #fff;
    list-style: none;
    display: block;
    width: 100%;
    margin-left: 0;
    position: static;
}

.l-header .menu-content ul li:first-child {
    margin-left: 0;
    padding-top: 0;
}
.l-header .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 20px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px 5px 0;
    position: relative;
}
.l-header .menu-content .submit {
    margin-top: 20px;
    margin-bottom: 0;
}
.l-header .menu-content .submit input {
    margin: 0;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.3em;
    background-color: #00b594;
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    box-sizing: border-box;
}
.l-header .menu-content .btn-inquire {
    align-items: center;
    border: 2px solid #00b594;
    border-radius: 6px;
    background: #fff;
    color: #00b594;
    display: flex;
    font-size: 16px;
    height: 60px;
    justify-content: center;
    transition: color 0.3s ease-out, background-color 0.3s ease-out;
    width: 100%;
    margin-top: 20px;
}

.l-header #menu-btn-check:checked + .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
}
.l-header #menu-btn-check:checked + .menu-btn span:before {
    background: #fff;
    bottom: 0;
    transform: rotate(45deg);
}
.l-header #menu-btn-check:checked + .menu-btn span:after {
    background: #fff;
    top: 0;
    transform: rotate(-45deg);
}


}



.l-footer {
  margin-top: 120px;
}
.l-footer .l-footer_authority {
    width: 100%;
    max-width: 1460px;
    padding: 0 20px;
    margin: 0 auto;
}
.l-footer .l-footer_authority-inner {
    width: 100%;
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.l-footer .l-footer_authority-symbol {
    width: 26%;
    display: flex;
    align-items: center;
}
.l-footer .l-footer_authority-symbol-item {
    line-height: 0;
    margin-right: 5px;
}
.l-footer .l-footer_authority-symbol-item:first-of-type {
    width: 57px;
}
.l-footer .l-footer_authority-symbol-item:nth-of-type(2) {
    width: 140px;
}
.l-footer .l-footer_authority-notice {
    width: 72%;
    font-size: 12px;
    letter-spacing: normal;
}
.l-footer .l-footer_authority-notice-list {
  margin-bottom: 0;
}

.l-footer .l-footer_copyright {
    width: 100%;
    background-color: #364146;
    margin-top: 40px;
}
.l-footer .l-footer_copyright-inner {
    padding: 30px 0;
}
.l-footer .l-footer_copyright-item {
    text-align: center;
    color: #fff;
    font-size: 12px;
    margin-bottom: 0;
}
.l-footer .l-footer_copyright-item small {
  font-size: 12px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {

  .l-footer {
    margin-top: 100px;
  }
  .l-footer .l-footer_authority {
    padding: 0 4vw;
}
.l-footer .l-footer_authority-inner {
    display: block;
}
.l-footer .l-footer_authority-symbol {
    width: 70%;
    margin: 0 auto;
}
.l-footer .l-footer_authority-symbol-item:first-of-type {
    width: 26%;
}
.l-footer .l-footer_authority-symbol-item:nth-of-type(2) {
    width: 66%;
}
.l-footer .l-footer_authority-notice {
    width: 100%;
    margin-top: 4vw;
    font-size: 2.9333333333vw;
}

}
