@charset "UTF-8";
html, body {
  min-height: 100vh;
  font-family: "Noto Sans JP", serif;
  padding: 0;
  margin: 0;
  font-size: 1.66667vw;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  scroll-behavior: smooth;
  font-weight: 400;
}

img {
  vertical-align: bottom;
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  height: auto;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}
a:active, a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.8;
}

p {
  font-size: clamp(14px, 0.9rem, 16px);
}
p a {
  color: #0054ce;
}

.pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp {
    display: inline-block;
  }
}

ul li {
  list-style: none;
}

/*共通ボタン設定*/
.btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 300px;
  margin: 0 auto;
  border: 1px solid #FFF;
  cursor: pointer;
  padding: 0 !important;
  background-color: #FFF;
  transition: all 0.3s ease;
}
.btn a {
  display: block;
  padding: 11px 20px;
  font-size: clamp(14px, 3.5vw, 16px);
  line-height: 1;
  width: 100%;
  color: #000;
  opacity: 1;
}
@media screen and (max-width: 480px) {
  .btn a {
    padding: 8px 20px;
    line-height: 1.3;
    font-size: 14px;
  }
}
.btn::after {
  content: "";
  width: 40px;
  border-bottom: 1px solid #000;
  margin: 0;
}
.btn:hover {
  background-color: rgba(255, 255, 255, 0);
}
.btn:hover a {
  color: #FFF;
}
.btn:hover::after {
  border-bottom: 1px solid #FFF;
}
.btn.bk {
  border: 1px solid #000;
  background-color: #000;
}
.btn.bk a {
  color: #FFF;
}
.btn.bk::after {
  border-bottom: 1px solid #FFF;
}
.btn.bk:hover {
  background-color: #FFF;
}
.btn.bk:hover a {
  color: #000;
}
.btn.bk:hover::after {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .btn.bk {
    max-width: 230px;
    margin: 2rem auto;
  }
}

.inner {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}

/*header*/
header {
  position: absolute;
  width: 100%;
  transition: 0.5s;
  height: 100px;
  padding: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  header {
    height: 70px;
  }
}
header .inner {
  width: 98%;
  max-width: 92%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  height: 100px;
  justify-content: space-between;
}
header .inner .logo {
  width: 320px;
  margin: 0;
  max-width: 25%;
  min-width: 280px;
}
header .inner .logo img {
  width: 100%;
  height: auto;
  vertical-align: baseline;
}
header .inner .hamburger-menu {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  header .inner {
    height: 70px;
  }
  header .inner .logo {
    max-width: 300px;
  }
  header .inner .btn_membertop {
    display: none;
  }
  header .inner .btn_member {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  header .inner .logo {
    max-width: 220px;
    width: 220px;
    min-width: 220px;
    z-index: 100;
  }
}
header.under .menu-content {
  padding: 0;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0 20px;
}
header.under .menu-content ul {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: left;
  list-style: none;
  font-size: clamp(12px, 0.9rem, 14px);
  flex-wrap: wrap;
}
header.under .menu-content ul li {
  padding: 0 1rem;
  margin: 5px 0;
  display: flex;
  align-items: center;
}
header.under .menu-content ul li.foot_on {
  display: none;
}
header.under .menu-content ul li.border {
  border-left: 1px solid;
  padding: 0 0 0 5%;
}
header.under .menu-content ul li.ex::after {
  font-family: "material symbols outlined";
  content: "\e89e";
  font-size: 17px;
  margin: 3px 0 0 5px;
}
header.under .menu-content ul li a:hover {
  border-bottom: 1px solid #000;
}
header.under .menu-content ul li.current a {
  padding: 4px 0;
  border-bottom: 1px solid #000;
}
header.is-show {
  position: fixed;
  z-index: 100;
  height: auto;
  padding: 0;
  background: #FFF;
  filter: drop-shadow(0px 2px 3px rgba(0, 0, 0, 0.2));
}
header.is-show.first {
  top: -150px;
}
header.is-show.second {
  top: 0;
}
header.is-show .inner {
  width: 100%;
  max-width: 100%;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  height: 90px;
  margin: 0;
}
header.is-show .inner .logo {
  max-width: 280px;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  header.is-show .inner .logo {
    max-width: 255px;
  }
}
@media screen and (max-width: 480px) {
  header.is-show .inner .logo {
    max-width: 240px;
    padding: 0;
    height: 60px;
  }
  header.is-show .inner .logo img {
    max-width: 250px;
  }
}
header.is-show .inner .btn_member {
  margin: 0 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
header.is-show .inner .btn_member span {
  display: none;
}
header.is-show .inner .btn_member::before {
  font-size: 20px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  header.is-show .inner .btn_member {
    margin: 0 56px 0px auto;
  }
}
header.is-show .inner .btn_member.login {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  header.is-show .inner .btn_member.login {
    margin: 0 56px 0 0;
    padding: 14px 11px;
  }
}
header.is-show .inner .btn_membertop {
  margin: 20px 20px 0 auto;
}
header.is-show .hamburger-menu {
  width: auto;
  padding: 5px 0 0 0;
}
header.is-show .hamburger-menu .menu-content {
  width: 100%;
  padding: 17px 0;
}
header.is-show .hamburger-menu .menu-content ul li {
  padding: 0 1rem;
}
header.is-show .hamburger-menu .menu-content ul li.border {
  padding: 0 0 0 5%;
}
@media screen and (max-width: 768px) {
  header.is-show .hamburger-menu .menu-content {
    position: fixed;
    top: 0;
    left: 102%;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    z-index: 80;
    transition: all 0.5s; /*アニメーション設定*/
  }
}

img.alignleft {
  float: left;
  margin: 0 20px 0 0;
  display: block;
}

img.alignright {
  float: right;
  margin: 0 0 0 20px;
  display: block;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

/*ハンバーガーメニュー*/
.menu-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .menu-btn {
    position: absolute;
    top: 13px;
    right: 10px;
    display: flex;
    height: 50px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  }
  .menu-btn span, .menu-btn span:before, .menu-btn span:after {
    content: "";
    display: block;
    height: 3px;
    width: 33px;
    border-radius: 3px;
    background-color: #000;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
}

#menu-btn-check:checked ~ .menu-btn {
  position: fixed;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  transform: rotate(27deg);
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  transform: rotate(-27deg);
}

#menu-btn-check {
  display: none;
}

@media screen and (max-width: 768px) {
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%; /*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-image: url(../img/common/bg_navi.jpg);
    background-size: cover;
    transition: all 0.5s; /*アニメーション設定*/
    padding: 0 !important;
  }
  .menu-content::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100vh;
    bottom: 0;
    left: 0;
    opacity: 0.05;
    z-index: 0;
    pointer-events: none;
    background-repeat: repeat-x;
  }
  .menu-content ul {
    padding: 160px 0 0;
    width: 93%;
    margin: 0 auto;
    max-width: 1200px;
    display: block !important;
    width: 80% !important;
  }
  .menu-content ul li {
    list-style: none;
    line-height: 1.4;
    position: relative;
    text-align: center;
    padding: 2% 0 !important;
    display: flex;
    align-items: center;
  }
  .menu-content ul li.border {
    border-left: none !important;
    padding: 3% 0;
  }
  .menu-content ul li::after {
    color: #FFF;
  }
  .menu-content ul li span {
    border: 1px solid;
    line-height: 1;
    display: block;
    font-size: clamp(14px, 0.8rem, 16px);
    padding: 6px 10px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  .menu-content ul li h3 {
    padding: 3% 0 2%;
    font-size: clamp(16px, 1.2rem, 28px);
  }
  .menu-content ul li p {
    font-size: clamp(12px, 0.7rem, 15px);
  }
  .menu-content ul li a {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .menu-content ul {
    display: block;
  }
  .menu-content ul li {
    padding: 2% 0;
    line-height: 1;
  }
  .menu-content ul li span {
    margin: 0 10px 0 0;
  }
  .menu-content ul li a {
    display: flex;
    padding: 2.5vh 0;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 17px;
  }
  .menu-content ul li.head_on {
    display: flex !important;
  }
}

#menu-btn-check:checked ~ .menu-content {
  display: block !important;
  left: 0; /*メニューを画面内へ*/
  width: 100%;
  margin: 0;
}

.breadcrumb {
  width: 90%;
  max-width: 1000px;
  margin: 2% auto;
  font-size: clamp(12px, 0.7rem, 15px);
  font-family: "Noto Sans JP";
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.contents {
  font-size: clamp(14px, 1rem, 16px);
  line-height: 1.8;
  padding: 100px 0 0;
}
@media screen and (max-width: 640px) {
  .contents {
    padding: 65px 0 0;
  }
}

.contents_header {
  background-image: url(../img/common/bg_header.jpg);
  background-color: #f4f5f6;
  background-repeat: repeat-x;
  background-position: top;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30vh;
  max-height: 250px;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.contents_header .inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.contents_header .inner p {
  padding: 0;
  font-size: clamp(100px, 6.4rem, 154px);
  letter-spacing: 4px;
  position: absolute;
  color: #FFF;
  right: 3%;
  bottom: -6%;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .contents_header .inner p {
    display: none;
  }
}
.contents_header .inner .title {
  font-size: clamp(24px, 1.3rem, 30px);
  background: none;
  padding: 0;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .contents_header {
    flex-direction: column;
    height: 14vh;
  }
  .contents_header .title {
    padding: 0 0 10px 0;
  }
}

.footer_achievements {
  background-color: #f4f5f6;
  padding: 4rem 0;
}
@media screen and (max-width: 640px) {
  .footer_achievements {
    padding: 4rem;
  }
}
.footer_achievements .head .sh {
  font-size: 35px;
  color: #cbcbcb;
  line-height: 1.6;
}
.footer_achievements .head h2 {
  font-size: 18px;
  border-bottom: 3px solid #000;
  display: block;
  padding: 0 0 35px 0;
  width: -moz-fit-content;
  width: fit-content;
}
.footer_achievements .thumbnail ul {
  display: grid;
  grid-template-columns: repeat(3, 31%);
  justify-content: space-between;
  padding: 30px 0;
}
.footer_achievements .thumbnail ul li {
  padding: 0.5rem 0 1rem;
  text-align: center;
}
.footer_achievements .thumbnail ul li:nth-child(n+4) {
  display: none;
}
.footer_achievements .thumbnail ul li h3 {
  font-weight: 500;
  font-size: clamp(18px, 1em, 20px);
  padding: 20px 0 10px 0;
}
.footer_achievements .thumbnail ul li p {
  font-size: 14px;
}
.footer_achievements .thumbnail ul li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 640px) {
  .footer_achievements .thumbnail ul {
    display: block;
  }
}

footer {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
footer .cv {
  background-image: url(../img/common/footer.jpg);
  background-size: cover;
  padding: 5rem 0;
  color: #FFF;
  text-align: center;
}
footer .cv h4 {
  font-size: clamp(16px, 0.9rem, 20px);
}
footer .cv .tel a {
  font-size: clamp(46px, 2.9rem, 70px);
  font-weight: 700;
  color: #FFF;
}
footer .cv .time {
  font-size: clamp(16px, 0.9rem, 20px);
  padding: 0.3rem 0 2rem 0;
}
@media screen and (max-width: 640px) {
  footer .cv h4 {
    margin: 20px 0 0 0;
  }
  footer .cv .btn {
    margin: 20px auto;
  }
}
footer .inner {
  font-size: clamp(12px, 0.8rem, 14px);
  width: 100%;
  margin: 0 auto;
  line-height: 1.4;
  max-width: 1200px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
footer .inner .logo {
  width: 32%;
  max-width: 372px;
  margin: 0;
  display: block;
}
footer .inner .logo img {
  width: 100%;
  height: auto;
}
footer .inner .add {
  text-align: center;
}
footer .inner .add .tel {
  padding: 1% 0;
}
footer .inner nav {
  width: 50%;
  margin: 0 0 0 auto;
}
footer .inner nav ul {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  list-style: none;
  padding: 6% 0;
}
footer .inner nav ul li.head_on {
  display: none;
}
footer .inner nav ul li a {
  padding: 1% 5px;
}
@media screen and (max-width: 640px) {
  footer .inner {
    display: block;
  }
  footer .inner .logo {
    width: 300px;
    margin: 30px auto;
    display: block;
    max-width: none;
  }
  footer .inner .add {
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
  footer .inner nav {
    margin: 0 auto;
    width: 90%;
    border-top: 1px solid #CCC;
  }
  footer .inner nav ul {
    display: flex;
    padding: 25px 0 40px 0;
    justify-content: center;
  }
  footer .inner nav ul li {
    font-size: 15px;
    padding: 0 10px 15px;
  }
}
footer small {
  font-size: clamp(12px, 0.7rem, 13px);
  text-align: center;
  display: block;
  color: #FFF;
  background-color: #000;
  width: 100%;
  padding: 7px 0;
}
footer .page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0;
  transform: translateY(100px);
  /*　上に上がる動き　*/
  /*　下に下がる動き　*/
}
@media screen and (max-width: 640px) {
  footer .page-top {
    bottom: 0;
  }
}
footer .page-top a {
  background: #000;
  color: #FFF;
  font-size: 12px;
  padding: 7px 15px 11px;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  align-items: center;
}
footer .page-top a::before {
  font-family: "material symbols outlined";
  content: "\e5ce";
}
footer .page-top.UpMove {
  animation: UpAnime 0.8s forwards;
}
@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
footer .page-top.DownMove {
  animation: DownAnime 0.8s forwards;
}
@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

.foot_navi {
  display: none;
}
@media screen and (max-width: 640px) {
  .foot_navi {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background: rgb(7, 71, 124);
    box-sizing: border-box;
  }
  .foot_navi ul {
    display: grid;
    grid-template-columns: 100%;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
  }
  .foot_navi ul.login {
    grid-template-columns: 60% 40%;
  }
  .foot_navi ul.login a {
    font-size: 14px;
  }
  .foot_navi ul li {
    position: relative;
    height: 60px;
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .foot_navi ul li a {
    color: #FFF;
    font-size: 18px;
    display: flex;
    width: 96%;
    justify-content: center;
    padding: 3px 0;
    margin: 0 auto;
    align-items: center;
  }
  .foot_navi ul li a::before {
    font-family: "material symbols outlined";
    content: "\e9ba";
    font-size: 24px;
    margin: 0 5px 0 0;
  }
  .foot_navi ul li span {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    display: block;
  }
  .foot_navi ul li.login {
    border-left: 1px solid #4b6d88;
  }
  .foot_navi ul li.login a::before {
    display: none;
  }
  .foot_navi ul li.login a::after {
    font-family: "material symbols outlined";
    content: "\e9ba";
    font-size: 24px;
    margin: 2px 0px 0 6px;
  }
  .foot_navi ul li.membertop a::before {
    font-family: "material symbols outlined";
    content: "\e7fd";
    font-size: 24px;
    margin: 0 5px 0 0;
  }
}/*# sourceMappingURL=common.css.map */