@keyframes header_drop {
  0% {
    top: -110px;
  }
  100% {
    top: 0;
  }
}
.sp {
  display: block;
}

.pc {
  display: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

a:hover {
  opacity: 0.8;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.2);
}
.header .t_h .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
.header .t_h .logo a span {
  display: block;
  width: 80px;
  margin-left: 10px;
}

.main .wrap {
  padding: 0 20px;
}
.main .cmn_cta {
  background-color: #2C4A7C;
  padding: 40px 0;
}
.main .cmn_cta .ttl_area {
  position: relative;
  margin-bottom: 30px;
}
.main .cmn_cta .ttl_area::before {
  display: block;
  content: "";
  width: 1px;
  height: 40px;
  border-left: 1px solid #fff;
  position: absolute;
  top: 5px;
  left: 10px;
  transform: rotate(156deg);
}
.main .cmn_cta .ttl_area::after {
  display: block;
  content: "";
  width: 1px;
  height: 40px;
  border-left: 1px solid #fff;
  position: absolute;
  top: 5px;
  right: 10px;
  transform: rotate(-156deg);
}
.main .cmn_cta .ttl_area .ttl {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.main .cmn_cta .ttl_area .b_ttl {
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.main .cmn_cta .t_c {
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  background-color: #4CB7A5;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 10px 10px 0 0;
  margin-left: 20px;
}
.main .cmn_cta .cta_area {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.main .cmn_cta .cta_area .note {
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #2C4A7C;
  font-size: 14px;
  color: #2C4A7C;
  margin-bottom: 10px;
}
.main .cmn_cta .cta_area .cta_txt {
  margin-bottom: 20px;
}
.main .cmn_cta .cta_area .cta_txt .t_txt {
  font-size: 14px;
  font-weight: 600;
  color: #2C4A7C;
  margin-bottom: 10px;
}
.main .cmn_cta .cta_area .cta_txt .tel {
  max-width: 300px;
  margin: 0 auto;
}
.main .cmn_cta .cta_area .btn a {
  display: block;
  text-align: center;
  background-color: #4CB7A5;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 15px 0;
  max-width: 240px;
  margin: 0 auto;
  box-shadow: 0 5px 0 #00987D;
}
.main .access {
  padding: 60px 0;
  background-color: #fff;
}
.main .access .ttl {
  font-size: 30px;
  font-weight: 600;
  color: #2C4A7C;
  margin-bottom: 30px;
}
.main .access .map {
  margin-bottom: 30px;
}
.main .access .map iframe {
  width: 100%;
  height: 300px;
}
.main .access .note {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  color: #F28B30;
}
.main .pnkz .pnkz_area {
  /* overflow-x: scroll; */
  display: flex;
  align-items: center;
}
.main .pnkz .pnkz_area span {
  white-space: nowrap;
  margin: 0 3px;
  line-height: 1.3;
  font-size: 12px;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: rgba(44, 74, 124, 0.15);
}
.footer .wrap {
  padding: 0 20px;
}
.footer .wrap .f_logo {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer .wrap .b_txt {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.footer .wrap .lists li {
  padding: 10px 0;
  border-bottom: 1px solid #92A0BB;
}
.footer .wrap .lists li:first-child {
  border-top: 1px solid #92A0BB;
}
.footer .wrap .lists li a {
  font-size: 16px;
  line-height: 1.3;
}
.footer .wrap .lists:last-child li:first-child {
  border-top: none;
}
.footer .copy {
  text-align: center;
  margin-top: 60px;
  padding-bottom: 30px;
  font-size: 14px;
}

.sp_menu {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  width: 100%;
  padding: 10px 0;
  z-index: 99;
  border-top: 1px solid rgba(44, 74, 124, 0.5);
}
.sp_menu .link {
  display: flex;
}
.sp_menu .link li {
  width: 40%;
}
.sp_menu .link li .menu_btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.sp_menu .link li .menu_btn .sen {
  padding: 10px 20px;
}
.sp_menu .link li .menu_btn .sen span {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #2C4A7C;
  margin: 0 auto;
}
.sp_menu .link li .menu_btn .sen span:nth-of-type(2) {
  margin-top: 5px;
}
.sp_menu .link li .menu_btn .sen span:nth-of-type(3) {
  margin-top: 5px;
}
.sp_menu .link li .menu_btn .b_m_txt {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #2C4A7C;
}
.sp_menu .link li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.sp_menu .link li a .icon {
  width: 30px;
  margin: 0 auto;
}
.sp_menu .link li a .txt {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #2C4A7C;
}

.sp_menu_cont {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
}
.sp_menu_cont .wrap {
  padding: 40px 20px;
  background-color: #fff;
  overflow-y: scroll;
  max-height: 100vh;
  height: 100vh;
}
.sp_menu_cont .wrap ul li {
  padding: 10px 0;
  border-bottom: 1px solid #92A0BB;
}
.sp_menu_cont .wrap ul li:first-child {
  border-top: 1px solid #92A0BB;
}
.sp_menu_cont .wrap ul li a, .sp_menu_cont .wrap ul li p {
  font-size: 16px;
  line-height: 1.3;
}
.sp_menu_cont .wrap ul:last-child li:first-child {
  border-top: none;
}

@media screen and (min-width: 1024px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
  .header {
    padding: 20px 40px;
  }
  .header .t_h {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .header .t_h .logo a {
    font-size: 30px;
    justify-content: start;
  }
  .header .t_h .logo a span {
    width: 70px;
  }
  .header .t_h .h_cta .t_txt {
    text-align: right;
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
  }
  .header .t_h .h_cta .tel_txt {
    max-width: 320px;
  }
  .header .menu {
    display: flex;
    justify-content: flex-end;
  }
  .header .menu li {
    padding: 0 10px;
    border-right: 1px solid #fff;
  }
  .header .menu li a {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    position: relative;
  }
  .header .menu li a:hover::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -7px;
  }
  .header .menu li p {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
  }
  .header .menu li.sub {
    position: relative;
    cursor: pointer;
  }
  .header .menu li.sub .sub_lists {
    display: none;
    position: absolute;
    top: 35px;
    left: 50%;
    width: 250px;
    padding: 20px;
    background-color: #00DBD8;
    transform: translateX(-50%);
    z-index: 10;
  }
  .header .menu li.sub .sub_lists::before {
    content: "";
    position: absolute;
    padding: 0;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    border: 10px solid rgba(0, 0, 0, 0);
    border-bottom-color: #00DBD8;
  }
  .header .menu li.sub .sub_lists li {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
    border-right: none;
  }
  .header .menu li.sub .sub_lists li:first-child {
    border-top: 1px solid #eee;
  }
  .header .menu li.sub .sub_lists li a {
    font-size: 14px;
    line-height: 1.3;
  }
  .header .menu li.sub .sub_lists li a:hover::after {
    display: none;
  }
  .header .f_w .logo {
    display: none;
  }
  .header .f_w.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    padding: 10px 0;
    background-color: #333;
    z-index: 98;
    animation: header_drop 0.5s ease-out 0s 1 alternate none running;
    display: flex;
    align-items: center;
  }
  .header .f_w.fixed .logo {
    display: block;
    margin-right: 80px;
  }
  .header .f_w.fixed .logo a {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    text-align: center;
  }
  .header .f_w.fixed .logo a span {
    display: block;
    width: 60px;
    margin-left: 10px;
  }
  .main .wrap {
    padding: 0;
    max-width: 1400px;
    margin: 0 auto;
  }
  .main .cmn_cta {
    padding: 50px 0;
  }
  .main .cmn_cta .ttl_area {
    max-width: 500px;
    margin: 0 auto 30px;
  }
  .main .cmn_cta .ttl_area::before, .main .cmn_cta .ttl_area::after {
    height: 60px;
  }
  .main .cmn_cta .ttl_area .ttl {
    font-size: 30px;
  }
  .main .cmn_cta .ttl_area .b_ttl {
    font-size: 20px;
  }
  .main .cmn_cta .t_c {
    padding: 10px 40px;
    font-size: 20px;
    letter-spacing: 5px;
    margin-left: 60px;
  }
  .main .cmn_cta .cta_area {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
  }
  .main .cmn_cta .cta_area .note {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.3;
    margin-right: 20px;
  }
  .main .cmn_cta .cta_area .cta_txt {
    margin-bottom: 0;
  }
  .main .cmn_cta .cta_area .cta_txt .t_txt {
    font-size: 25px;
    text-align: right;
  }
  .main .cmn_cta .cta_area .cta_txt .tel {
    max-width: 500px;
  }
  .main .cmn_cta .cta_area .btn {
    width: 40%;
    margin-left: 20px;
  }
  .main .cmn_cta .cta_area .btn a {
    font-size: 30px;
    max-width: 500px;
    margin: 0;
  }
  .main .cmn_cta .cta_area .btn a:hover {
    transform: translateY(4px);
    box-shadow: none;
  }
  .main .access {
    padding: 90px 0;
  }
  .main .access .ttl {
    font-size: 50px;
    margin-bottom: 40px;
  }
  .main .access .map {
    margin-bottom: 40px;
  }
  .main .access .map iframe {
    height: 500px;
  }
  .footer {
    padding-bottom: 0;
  }
  .footer .wrap {
    padding: 0;
    max-width: 1400px;
    margin: 0 auto;
  }
  .footer .wrap .flex {
    display: flex;
  }
  .footer .wrap .flex .t_c {
    margin-right: 80px;
    width: 30%;
  }
  .footer .wrap .f_logo {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .footer .wrap .b_txt {
    font-size: 16px;
    margin-bottom: 0;
  }
  .footer .wrap .lists {
    margin-right: 50px;
    width: 30%;
  }
  .footer .wrap .lists li a {
    font-size: 15px;
  }
  .footer .wrap .lists:last-child {
    margin-right: 0;
  }
  .footer .wrap .lists:last-child li:first-child {
    border-top: 1px solid #92A0BB;
  }
  .footer .copy {
    margin-top: 120px;
  }
  .side {
    position: fixed;
    top: 200px;
    right: 0;
  }
  .side .links li {
    margin-bottom: 10px;
  }
  .side .links li:last-child {
    margin-bottom: 0;
  }
  .side .links li a {
    display: block;
    width: 60px;
    min-height: 180px;
    background-color: #fff;
    border: 2px solid #00DBD8;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
  }
  .side .links li a .icon {
    background-color: #00DBD8;
    padding: 10px;
  }
  .side .links li a .txt {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 20px;
  }
}