@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Open+Sans:wght@300;400;500;600&display=swap");
:root {
  --white: #fff;
  --hoverlink_blue: #6EEBFC;
  --light_blue: #36C9DD;
  --blue: #03439A;
  --gray: #707070;
  --light_gray: #F5F5F5;
  --red: #D50D17;
  --black: #000;
  --bg_dark: #221917;
  --font_color: #242424;
  font-size: 100px;
}
body {
  font-size: 0.16rem;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1;
  color: var(--font_color);
  letter-spacing: 0.1em;
}
main {
  padding-top: 0.8rem;
}
a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  body {
    min-width: none !important;
  }
}
main {
  width: 100%;
  overflow: hidden;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
ul {
  list-style: none;
}
@media screen and (max-width: 765px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.l-inner_container {
  max-width: 1022px;
  margin: 0 auto;
}
.link_btn .wp-block-button__link, .link_btn a {
  width: 100%;
  line-height: 0.48rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.16rem;
  display: block;
  margin-top: 0.2rem;
  background-color: var(--blue);
  color: var(--white);
}
.link_btn a:hover {
  background-color: var(--red);
  color: var(--white);
}
.margin0 {
  margin: 0 !important;
}
header {
  z-index: 9000;
}
header .body_lock {
  overflow: hidden;
}
header #fixed_header {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999;
}
header .l-header_bar {
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 0.2rem;
  height: 0.8rem;
  align-items: center;
  background-color: var(--white);
  box-sizing: border-box;
}
header .l-header_bar .left_block {
  display: flex;
  align-items: center;
  z-index: 9999;
}
@media screen and (max-width: 1080px) {
  header .l-header_bar .left_block .pc {
    display: none;
  }
  header .l-header_bar .left_block .sp {
    display: block;
  }
}
header .l-header_bar .left_block .l-header_logo {
  height: 100%;
  position: relative;
  top: 5px;
}
header .l-header_bar .left_block .l-header_logo a {
  display: block;
  width: 100%;
  height: 100%;
  margin-right: 0.2rem;
}
header .l-header_bar .left_block .l-header_logo a span {
  font-weight: inherit;
}
header .l-header_bar .left_block .l-header_logo a img {
  max-width: 2.6rem;
  width: 100%;
}
header .right_block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .right_block .menu {
  display: flex;
}
header .right_block .menu li {
  display: inline;
}
header .right_block .contact_area {
  display: flex;
  align-items: center;
  z-index: 9999;
}
header .right_block .contact_area .tel_btn {
  background: var(--blue);
  height: 0.8rem;
  line-height: 0.8rem;
  display: flex;
  align-items: center;
  padding: 0 0.2rem;
  width: 100%;
  max-width: 2.3rem;
  min-width: 1.5rem;
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
header .right_block .contact_area .tel_btn a {
  display: flex;
  height: 100%;
  align-items: center;
}
header .right_block .contact_area .tel_btn img {
  width: 80%;
  margin: 0 auto;
}
header .right_block .contact_area .contact_btn {
  height: 0.8rem;
  line-height: 0.8rem;
  background: var(--red);
  max-width: 2rem;
  min-width: 1.5rem;
  width: 100%;
  font-size: 0.2rem;
  clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
  margin-left: -0.3rem;
}
@media screen and (max-width: 1160px) {
  header .right_block .contact_area .contact_btn {
    min-width: 1rem;
  }
}
header .right_block .contact_area .contact_btn a {
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.14rem;
  padding-left: 0.1rem;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1160px) {
  header .right_block .contact_area .contact_btn a {
    font-size: 0;
  }
}
header .right_block .contact_area .contact_btn a span {
  color: inherit;
  font-size: inherit;
}
header .right_block .contact_area .contact_btn img {
  width: 0.25rem;
  height: 0.25rem;
}
header .right_block .gnav_menu_list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
header .right_block .menu-item {
  color: var(--white);
  height: 0.8rem;
  line-height: 0.8rem;
  position: relative;
}
header .right_block .menu-item a {
  display: block;
  color: var(--font_color);
  text-align: center;
  font-weight: bold;
  width: fit-content;
  padding: 0 0.1rem;
  font-size: 0.16rem;
  white-space: nowrap;
}
header .right_block .menu-item a span {
  font-weight: inherit;
  letter-spacing: 0.1em;
}
header .right_block .menu-item a:hover {
  background-color: var(--hoverlink_blue);
  color: var(--blue);
}
header .menu-item-has-children .sub-menu {
  display: none;
}
@media screen and (min-width: 1001px) {
  header .menu-item-has-children .sub-menu {
    background-color: var(--white);
    width: 100vw;
    position: fixed;
    top: 0.8rem;
    left: 0;
    text-align: center;
    z-index: 8888;
  }
  header .menu-item-has-children .sub-menu a {
    display: inline-block;
    height: 0.4rem;
    line-height: 0.4rem;
    width: fit-content;
    padding: 0 0.2rem;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px dotted var(--gray);
    box-sizing: border-box;
  }
  header .menu-item-has-children .sub-menu a:not(:last-of-type) {
    margin-right: 0.2rem;
  }
  header .menu-item-has-children .sub-menu a:hover {
    background: transparent;
    border-color: var(--hoverlink_blue);
    color: var(--hoverlink_blue);
  }
  header .menu-item-has-children a {
    font-weight: inherit;
    letter-spacing: 0.1em;
    display: block;
  }
  header .menu-item-has-children:hover > a {
    background-color: var(--hoverlink_blue);
  }
  header .menu-item-has-children:hover .sub-menu {
    display: block;
  }
}
header .children-expander {
  display: none;
}
header .menu-item-has-children > a:after {
  content: "";
  background: url(../image/arrow_menu.svg);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  position: relative;
  transition-duration: 0.2s;
}
header .l-gnav_menu {
  display: flex;
  align-items: center;
}
header .menu-btn {
  position: absolute;
  top: 5px;
  right: 0;
  display: none;
  height: 0.5rem;
  width: 0.5rem;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: transparent;
  box-sizing: border-box;
  font-size: 0.12rem;
  text-align: center;
  font-weight: bold;
  color: var(--blue);
}
header .menu-btn span, header .menu-btn span:before, header .menu-btn span:after {
  content: "";
  display: block;
  height: 2px;
  width: 0.3rem;
  border-radius: 2px;
  background-color: var(--blue);
  position: absolute;
  transition: 0.3s;
  right: 0;
  left: 0;
  margin: auto;
}
header .menu-btn span {
  top: 0.25rem;
}
header .menu-btn span:before {
  bottom: 0.08rem;
}
header .menu-btn span:after {
  top: 0.08rem;
}
@media screen and (max-width: 1000px) {
  header .menu li:nth-of-type(even) {
    background: var(--light_gray);
  }
  header .menu-btn {
    display: block;
  }
  header #fixed_header {
    top: 0;
  }
  header .l-header_bar .l-header_btn {
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    width: 2rem;
    height: fit-content;
    bottom: 2em;
  }
  header .l-header_bar {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.8rem 0 3vw;
  }
  header .l-header_bar .l-header_logo {
    border-radius: 0;
    left: 0;
    right: auto;
    margin: 0;
    border: none;
    background-color: transparent;
  }
  header .l-header_bar .l-header_logo a img {
    min-width: 0.55rem;
    width: 100%;
    max-width: 1.6rem !important;
  }
  header .l-header_bar .right_block .contact_area .tel_btn {
    width: 1.2rem;
    padding: 0 0.1rem;
    display: flex;
    justify-content: center;
    z-index: 9999;
  }
  header .l-header_bar .right_block .contact_area .contact_btn {
    width: 0.9rem;
    padding: 0 0.2rem;
    margin-left: -0.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .l-header_bar .right_block .contact_area .contact_btn img {
    width: 0.35rem;
    height: 0.35rem;
  }
  header .l-header_bar .left_block .l-header_logo {
    top: 0;
  }
  header .menu-item-has-children {
    position: relative;
  }
  header .menu-item-has-children .sub-menu {
    margin-bottom: 0.2rem;
  }
  header .menu-item-has-children > a {
    pointer-events: none;
    position: relative;
  }
  header .menu-item-has-children > a:after {
    position: absolute;
    right: 2vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  header .is-toggle_menu_active .sub-menu {
    display: block;
  }
  header .is-toggle_menu_active > a:after {
    transform: rotate(180deg);
    transition-duration: 0.2s;
  }
  header .l-gnav_menu {
    transform: translateY(-200%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: fit-content;
    transition: 0.4s;
    background: var(--white);
    align-items: flex-start;
    padding: 1rem 3vw 0 3vw;
    z-index: 8888;
  }
  header .l-gnav_menu .menu {
    flex-direction: column;
    width: 100vw;
  }
  header .menu-btn {
    position: absolute;
    right: 2vw;
    top: 20px;
    z-index: 9999;
  }
  header .right_block .menu-item {
    height: initial;
    line-height: 0.8rem;
  }
  header .right_block .menu-item a {
    width: 100%;
    text-align: left;
    display: flex;
  }
  header .right_block .sub-menu {
    width: 80%;
    margin-left: 2em;
    border-bottom: 1px dotted var(--gray);
  }
}
.is-slidemenu-active {
  background-color: var(--red);
}
.is-slidemenu-active .l-gnav_menu {
  transform: translateY(0%);
}
.is-slidemenu-active .menu-btn span {
  background-color: transparent;
}
.is-slidemenu-active .menu-btn span:before {
  bottom: 0;
  transform: rotate(45deg);
  transition: 0.3s;
}
.is-slidemenu-active .menu-btn span:after {
  top: 0;
  transform: rotate(-45deg);
  transition: 0.3s;
}
.to_top_btn {
  position: fixed;
  right: 6px;
  bottom: 6px;
  width: 0.73rem;
  height: 0.73rem;
  z-index: 9998;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--white);
}
.to_top_btn a {
  width: 100%;
  height: 100%;
  padding: 0 0.1rem 0.15rem 0.1rem;
}
.to_top_btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer {
  position: relative;
}
footer .footer_wrap {
  position: relative;
  background-color: var(--blue);
}
footer .menu-item {
  font-weight: bold;
  line-height: 2;
}
footer .sub-menu .menu-item {
  font-weight: normal;
  font-size: 0.14rem;
}
footer #menu-item-48 {
  margin-bottom: 0.4rem;
}
footer .footer_wrap::before {
  background: url(../image/footer_bg.png);
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 55%;
  height: 0.7rem;
  position: absolute;
  top: -0.6rem;
}
@media screen and (max-width: 1130px) {
  footer .footer_wrap::before {
    background-size: cover;
  }
}
@media screen and (max-width: 765px) {
  footer .footer_wrap::before {
    width: 100%;
    top: -0.6rem;
  }
}
footer .footer_menu {
  max-width: 1022px;
  padding: 0 0.18rem;
  margin: 0 auto;
  position: relative;
  color: var(--white);
  min-height: 5.3rem;
  padding: 0.8rem 0;
}
footer .footer_menu .children-expander {
  display: none;
}
footer .footer_menu .menu {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 2.5rem;
}
footer .footer_menu a {
  color: inherit;
}
footer .footer_menu a:hover {
  color: var(--hoverlink_blue);
}
footer .footer_menu .logo_area {
  position: absolute;
  right: 0;
  bottom: 0.8rem;
}
footer .footer_menu .logo_area .image_area {
  width: 1.5rem;
}
footer .footer_menu .logo_area .image_area img {
  width: 100%;
}
footer .footer_menu .logo_area .text_area {
  line-height: 1.5;
}
footer .footer_menu .logo_area .text_area span {
  display: block;
  font-weight: bold;
}
footer .p-mark {
  height: 1.4rem;
  padding: 0.1rem 0.18rem;
  box-sizing: border-box;
}
footer .p-mark .content_area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .p-mark .content_area img {
  width: auto;
  max-height: 1rem;
  margin-right: 0.1rem;
}
footer .p-mark .content_area p {
  width: 2.5rem;
  color: var(--blue);
  letter-spacing: 0.1em;
  font-size: 0.14rem;
}
footer .bottom_bar {
  background-color: var(--light_gray);
}
footer .bottom_bar a {
  color: var(--font_color);
  margin-right: 1em;
}
footer .bottom_bar a:hover {
  color: var(--hoverlink_blue);
}
footer .bottom_bar .content_area {
  display: flex;
  justify-content: space-between;
  line-height: 0.6rem;
}
footer .bottom_bar .content_area .info_link {
  display: flex;
  justify-content: flex-end;
}
footer .content_area {
  max-width: 1022px;
  margin: 0 auto;
}
@media screen and (max-width: 765px) {
  footer .footer_wrap {
    height: initial;
    padding: 0.4rem 0;
  }
  footer .footer_menu {
    padding: 0 3vw;
  }
  footer .footer_menu .menu {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: initial;
  }
  footer .footer_menu .menu-item-has-children {
    position: relative;
    border-bottom: 1px dotted var(--white);
    padding: 0.5em 0;
  }
  footer .footer_menu .menu-item-has-children .sub-menu {
    margin-bottom: 0.2rem;
    display: none;
  }
  footer .footer_menu .menu-item-has-children > a {
    position: relative;
    pointer-events: none;
    display: block;
    width: 100%;
  }
  footer .footer_menu .menu-item-has-children > a:after {
    content: "";
    background: url(../image/arrow_menu_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    position: relative;
    transition-duration: 0.2s;
    position: absolute;
    right: 3vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  footer .footer_menu .is-toggle_menu_active .sub-menu {
    display: block;
  }
  footer .footer_menu .is-toggle_menu_active .sub-menu li a {
    line-height: 0.4rem;
    display: block;
  }
  footer .footer_menu .is-toggle_menu_active > a:after {
    transform: rotate(180deg);
    transition-duration: 0.2s;
  }
  footer .footer_menu .logo_area {
    position: relative;
    bottom: 0;
    margin: 0.4rem 0;
  }
  footer .footer_menu .p-mark {
    height: fit-content;
  }
  footer .bottom_bar {
    padding: 0.4rem 3vw;
  }
  footer .bottom_bar .content_area {
    flex-direction: column-reverse;
    line-height: 1.5;
  }
  footer .bottom_bar .info_link {
    flex-direction: column;
  }
  footer .bottom_bar .copylight {
    text-align: center;
    margin-top: 0.4rem;
  }
}
