.pcbr {
  display: block;
}
@media screen and (max-width: 768px) {
  .pcbr {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .spbr {
    display: block;
  }
}

.js_fixed {
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .js_fixed #header .header_box {
    background: rgba(232, 238, 240, 0.9);
    box-shadow: 0px 4px 20px 0px rgba(86, 100, 128, 0.15);
  }
}
.js_fixed #header .header_box .header_btn .menu_wrap .menu_sp::after {
  content: "CLOSE";
}
.header_wrap {
  display: flex;
  flex-direction: column;
  position: -webkit-sticky;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 120;
}
@media screen and (max-width: 768px) {
  .header_wrap {
    position: fixed;
    height: 57px;
  }
}
.header_wrap.fixed::before {
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .header_wrap.fixed #header .header_box {
    background: rgba(232, 238, 240, 0.9);
    box-shadow: 0px 4px 20px 0px rgba(86, 100, 128, 0.15);
  }
}
.header_wrap.fixed #header .header_box .header_logo_box .header_logo {
  margin: 20px 0 0 60px;
}
@media screen and (max-width: 768px) {
  .header_wrap.fixed #header .header_box .header_logo_box .header_logo {
    margin: 0 0 0 11px;
  }
}
@media screen and (max-width: 330px) {
  .header_wrap.fixed #header .header_box .header_logo_box .header_logo {
    margin: 0 0 0 5px;
  }
}
.header_wrap.fixed #header .header_box .header_logo_box .header_logo .logo_img {
  width: 410px;
}
@media screen and (max-width: 768px) {
  .header_wrap.fixed #header .header_box .header_logo_box .header_logo .logo_img {
    max-width: 295px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 330px) {
  .header_wrap.fixed #header .header_box .header_logo_box .header_logo .logo_img {
    max-width: 250px;
  }
}
.header_wrap.fixed #header .header_box .header_btn.fixed {
  position: relative;
}
#header {
  position: relative;
  width: 100%;
}
#header .header_box {
  width: 100%;
  min-width: 1200px;
  display: flex;
  justify-content: flex-end;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #header .header_box {
    min-width: 100%;
  }
}
#header .header_box .header_logo_box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #header .header_box .header_logo_box {
    height: 57px;
  }
}
#header .header_box .header_logo_box .header_logo {
  margin: 30px 0 0 56px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #header .header_box .header_logo_box .header_logo {
    margin: 0 0 0 11px;
    display: flex;
    align-items: center;
    height: 57px;
  }
}
@media screen and (max-width: 330px) {
  #header .header_box .header_logo_box .header_logo {
    margin: 0 0 0 5px;
  }
}
#header .header_box .header_logo_box .header_logo .logo_img {
  width: 502px;
  height: auto;
}
@media screen and (max-width: 768px) {
  #header .header_box .header_logo_box .header_logo .logo_img {
    max-width: 295px;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 330px) {
  #header .header_box .header_logo_box .header_logo .logo_img {
    max-width: 250px;
  }
}
#header .header_box .header_sub_bk {
  padding: 16px 10px 16px 30px;
  margin: 14px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px 0px 0px 45px;
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
@media screen and (max-width: 768px) {
  #header .header_box .header_sub_bk {
    padding: 0;
    margin: 0;
    border-radius: none;
    background: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
}
#header .header_box .header_menu_sub {
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  #header .header_box .header_menu_sub {
    display: none;
  }
}
#header .header_box .header_menu_sub .sub_tel {
  white-space: 200px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
#header .header_box .header_menu_sub .sub_tel .txt_box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 0 0 50px;
  position: relative;
}
#header .header_box .header_menu_sub .sub_tel .txt_box::before {
  content: "";
  background: url(../images/common/icon_tel.svg);
  background-size: cover;
  width: 41px;
  height: 41px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translatey(-50%);
}
#header .header_box .header_menu_sub .sub_tel .txt_01 {
  color: #01466F;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 100%;
  /* 1.5rem */
  letter-spacing: 0.105rem;
}
#header .header_box .header_menu_sub .sub_tel .txt_02 {
  color: #01466F;
  font-family: "Manrope", sans-serif;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 2.2rem */
  letter-spacing: 0.044rem;
  padding: 14px 0 0;
}
#header .header_box .header_menu_sub .sub_tel .span {
  position: absolute;
  color: #226EB5;
  text-align: center;
  right: 0px;
  bottom: 22px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 1.1rem */
  letter-spacing: 0.066rem;
}
#header .header_box .header_menu_sub .sub_item {
  width: 130px;
  height: 55px;
  border-radius: 10px;
  position: relative;
  transition: all 0.3s;
  box-shadow: 2px 2px 8px 0px rgba(57, 75, 91, 0.2);
}
@media screen and (min-width: 769px) {
  #header .header_box .header_menu_sub .sub_item:hover a .txt_01 {
    color: #fff;
  }
}
#header .header_box .header_menu_sub .sub_item.sub_web::before {
  content: "";
  background: #75B1F6;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  opacity: 1;
  z-index: -1;
}
#header .header_box .header_menu_sub .sub_item.sub_web::after {
  content: "";
  background: linear-gradient(180deg, #1E7AE5 0%, #0D67CF 100%);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #header .header_box .header_menu_sub .sub_item.sub_web:hover::before {
    opacity: 0;
  }
  #header .header_box .header_menu_sub .sub_item.sub_web:hover::after {
    opacity: 1;
  }
  #header .header_box .header_menu_sub .sub_item.sub_web:hover .txt_01::before {
    content: "";
    background: url(../images/common/icon_web_on.svg);
    background-size: cover;
  }
}
#header .header_box .header_menu_sub .sub_item.sub_web .txt_01::before {
  content: "";
  background: url(../images/common/icon_web.svg);
  background-size: cover;
  width: 26px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
#header .header_box .header_menu_sub .sub_item.sub_line::before {
  content: "";
  background: #9BEABD;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  opacity: 1;
  z-index: -1;
}
#header .header_box .header_menu_sub .sub_item.sub_line::after {
  content: "";
  background: linear-gradient(180deg, #4CC7A8 0%, #22909C 100%);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  #header .header_box .header_menu_sub .sub_item.sub_line:hover::before {
    opacity: 0;
  }
  #header .header_box .header_menu_sub .sub_item.sub_line:hover::after {
    opacity: 1;
  }
  #header .header_box .header_menu_sub .sub_item.sub_line:hover .txt_01::before {
    content: "";
    background: url(../images/common/icon_line_on.svg);
    background-size: cover;
  }
}
#header .header_box .header_menu_sub .sub_item.sub_line .txt_01 {
  z-index: 2;
}
#header .header_box .header_menu_sub .sub_item.sub_line .txt_01::before {
  content: "";
  background: url(../images/common/icon_line.svg);
  background-size: cover;
  width: 26px;
  height: 21px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
#header .header_box .header_menu_sub .sub_item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .header_box .header_menu_sub .sub_item a .txt_01 {
  transition: all 0.3s;
  position: relative;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.102rem;
  padding: 0 0 0 34px;
}
#header .header_box .header_menu_sub .sub_item a .txt_01 .span {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 1.7rem */
  letter-spacing: 0.102rem;
}
#header .header_box .header_btn {
  margin: 0 0 0 6px;
  display: flex;
  align-items: center;
  align-items: center;
  width: 60px;
  height: 47px;
  z-index: 110;
  transition: all 0.3s;
  position: relative;
}
@media screen and (max-width: 768px) {
  #header .header_box .header_btn {
    width: 60px;
    height: 57px;
    margin: 0;
  }
}
#header .header_box .header_btn.fixed {
  position: relative;
}
#header .header_box .header_btn .menu_wrap {
  width: 100%;
  height: 100%;
}
#header .header_box .header_btn .menu_wrap .menu_sp {
  width: 100%;
  height: 100%;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #header .header_box .header_btn .menu_wrap .menu_sp {
    width: 60px;
    height: 57px;
  }
}
#header .header_box .header_btn .menu_wrap .menu_sp::after {
  content: "MENU";
  color: #333;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.072rem;
  position: absolute;
  top: 6px;
  left: 50%;
  transition: all 0.3s;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #header .header_box .header_btn .menu_wrap .menu_sp::after {
    font-size: 1rem;
    line-height: normal;
    letter-spacing: 0.06rem;
    top: 13px;
  }
}
#header .header_box .header_btn .menu_wrap .menu_sp .menu__line {
  background: #333;
  display: block;
  height: 1px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
  width: 40px;
}
@media screen and (max-width: 768px) {
  #header .header_box .header_btn .menu_wrap .menu_sp .menu__line {
    width: 34px;
  }
}
#header .header_box .header_btn .menu_wrap .menu_sp .menu__line--top {
  top: 29px;
}
@media screen and (max-width: 768px) {
  #header .header_box .header_btn .menu_wrap .menu_sp .menu__line--top {
    top: 34px;
  }
}
#header .header_box .header_btn .menu_wrap .menu_sp .menu__line--bottom {
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  #header .header_box .header_btn .menu_wrap .menu_sp .menu__line--bottom {
    bottom: 15px;
  }
}
#header .header_box .header_btn .menu_wrap .menu_sp .menu__line--top.active {
  top: 25px;
  transform-origin: left top;
  transform: translateX(-50%) rotate(23deg);
}
@media screen and (max-width: 768px) {
  #header .header_box .header_btn .menu_wrap .menu_sp .menu__line--top.active {
    top: 31px;
    transform: translateX(-50%) rotate(23deg);
  }
}
#header .header_box .header_btn .menu_wrap .menu_sp .menu__line--bottom.active {
  bottom: 5px;
  transform-origin: left bottom;
  transform: translateX(-50%) rotate(-23deg);
}
@media screen and (max-width: 768px) {
  #header .header_box .header_btn .menu_wrap .menu_sp .menu__line--bottom.active {
    bottom: 11px;
    transform: translateX(-50%) rotate(-23deg);
  }
}
#header .gnav {
  display: block;
  height: calc(100% - 101px);
  position: fixed;
  z-index: 102;
  top: 101px;
  right: -454px;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  #header .gnav {
    height: calc(100% - 57px);
    z-index: 90;
    width: 83%;
    top: 57px;
    right: -100%;
    padding: 0;
    overflow: scroll;
  }
}
#header .gnav.open {
  right: 0;
}
#header .gnav .gnav_wrap {
  width: auto;
  padding: 50px 40px 80px 40px;
  background: rgba(17, 68, 127, 0.95);
  height: 100%;
  width: 454px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#header .gnav .gnav_wrap ::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  #header .gnav .gnav_wrap {
    padding: 20px 10% 60px;
    border-radius: 0;
    width: 100%;
  }
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap {
  width: 100%;
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box {
  display: flex;
  align-items: center;
  flex-direction: column;
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul {
  display: flex;
  flex-direction: column;
  width: 353px;
}
@media screen and (max-width: 768px) {
  #header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul {
    width: 100%;
  }
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li {
  width: 100%;
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li .li_menu {
  color: #FFF;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.144rem;
  border-bottom: 1px solid #B0B6CA;
  padding: 28px 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li .li_menu {
    font-size: 4vw;
    letter-spacing: 0.06rem;
    padding: 18px 8px;
  }
}
#header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li .li_menu::before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translatey(-50%);
  transition: all 0.3s;
  -webkit-mask-image: url(../images/common/icon_arrow.svg);
  mask-image: url(../images/common/icon_arrow.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li .li_menu::before {
    width: 14px;
    height: 14px;
    right: 4px;
  }
}
@media screen and (min-width: 769px) {
  #header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li .li_menu:hover {
    color: #01466F;
    background: rgba(255, 255, 255, 0.7);
  }
  #header .gnav .gnav_wrap .gnav_menu .bigmenu_box_wrap .bigmenu_box > ul > li .li_menu:hover::before {
    right: 4px;
    background-color: #01466F;
  }
}

.gnav_sp_conv {
  display: none;
}
@media screen and (max-width: 768px) {
  .gnav_sp_conv {
    display: block;
    margin: 30px auto 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6px;
  }
  .gnav_sp_conv a {
    position: relative;
  }
  .gnav_sp_conv a::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 7px 0px 3px 0px;
    position: absolute;
    right: -1px;
    bottom: -1px;
  }
  .gnav_sp_conv a::after {
    content: "";
    background: url(../images/common/sp_arrow.svg);
    background-size: cover;
    width: 4px;
    height: 6px;
    position: absolute;
    right: 4px;
    bottom: 3px;
  }
  .gnav_sp_conv .gnav_sp_tel {
    width: 100%;
  }
  .gnav_sp_conv .gnav_sp_tel a {
    border-radius: 3px;
    background: #E8F3F8;
    box-shadow: 3px 3px 7.5px 0px rgba(57, 75, 91, 0.25);
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gnav_sp_conv .gnav_sp_tel a::before {
    background: #1553B0;
  }
  .gnav_sp_conv .gnav_sp_tel a .item_box {
    position: relative;
    padding: 0 10px 0 48px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: column;
  }
  .gnav_sp_conv .gnav_sp_tel a .item_box::before {
    content: "";
    background: url(../images/common/icon_tel.svg);
    background-size: cover;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
  }
  .gnav_sp_conv .gnav_sp_tel a .item_box .txt_01 {
    color: #333;
    text-align: center;
    font-family: YakuHanMP, "Noto Serif JP", serif;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.098rem;
  }
  .gnav_sp_conv .gnav_sp_tel a .item_box .txt_02 {
    padding: 8px 0 0;
    color: #01466F;
    text-align: center;
    font-family: "Crimson Text", serif;
    font-size: 2.2rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.044rem;
  }
  .gnav_sp_conv .gnav_sp_tel a .item_box .txt_03 {
    position: absolute;
    right: 10px;
    top: 20px;
    color: #1884D2;
    text-align: center;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 1.1rem */
  }
  .gnav_sp_conv .gnav_sp_web {
    width: calc((100% - 6px) / 2);
  }
  .gnav_sp_conv .gnav_sp_web a {
    border-radius: 3px;
    background: #75B0F6;
    box-shadow: 3px 3px 7px 0px rgba(57, 75, 91, 0.25);
    height: 80px;
  }
  .gnav_sp_conv .gnav_sp_web a::before {
    background: #1553B0;
  }
  .gnav_sp_conv .gnav_sp_web a .item_box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 80px;
    padding: 0 0 8px;
    position: relative;
  }
  .gnav_sp_conv .gnav_sp_web a .item_box::before {
    content: "";
    background: url(../images/common/icon_web.svg);
    background-size: cover;
    width: 27px;
    height: 21px;
    position: absolute;
    top: 6px;
    left: 50%;
    transform: translateX(-50%);
  }
  .gnav_sp_conv .gnav_sp_web a .item_box .txt_01 {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.03rem;
  }
  .gnav_sp_conv .gnav_sp_web a .item_box .txt_01 .span {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 1.523rem */
    letter-spacing: 0.03rem;
  }
  .gnav_sp_conv .gnav_sp_web a .item_box .txt_02 {
    margin: 6px 0 0;
    padding: 3.5px 7px;
    border-radius: 9px;
    background: #1553B0;
    color: #fff;
    text-align: center;
    font-size: 1.1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 1.1rem */
    letter-spacing: 0.066rem;
  }
  .gnav_sp_conv .gnav_sp_line {
    width: calc((100% - 6px) / 2);
  }
  .gnav_sp_conv .gnav_sp_line a {
    border-radius: 3px;
    background: #9BEABD;
    box-shadow: 3px 3px 7px 0px rgba(57, 75, 91, 0.25);
    height: 80px;
  }
  .gnav_sp_conv .gnav_sp_line a::before {
    background: #1553B0;
  }
  .gnav_sp_conv .gnav_sp_line a .item_box {
    height: 80px;
    display: flex;
    align-items: flex-end;
    padding: 0 0 16px;
    justify-content: center;
    position: relative;
  }
  .gnav_sp_conv .gnav_sp_line a .item_box::before {
    content: "";
    background: url(../images/top/contact_line_03.svg);
    background-size: cover;
    width: 31px;
    height: 23px;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .gnav_sp_conv .gnav_sp_line a .item_box .txt_01 {
    font-family: YakuHanJP, "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.03rem;
  }
  .gnav_sp_conv .gnav_sp_line a .item_box .txt_01 .span {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    /* 1.523rem */
    letter-spacing: 0.03rem;
  }
}

.contents {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents {
    width: 100%;
    padding: 0 5.3%;
  }
}

.contents_full {
  width: 100%;
  min-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contents_full {
    width: 100%;
    min-width: auto;
  }
}

.bold {
  font-weight: 700;
}

#footer .footer_01 {
  background: #C7E3F7;
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  #footer .footer_01 {
    padding: 40px 0;
  }
}
#footer .footer_02 {
  background: #E6EAED;
  padding: 30px 0;
}
#footer .bnr_box .bnr_item a {
  text-align: center;
}
#footer .bnr_box .bnr_item a img {
  width: 237px;
}
@media screen and (max-width: 768px) {
  #footer .bnr_box .bnr_item a img {
    width: 171px;
  }
}
#footer .bnr_box .bnr_item a .span {
  padding: 6px 0 0;
  color: #333;
  text-align: center;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 1.4rem */
  letter-spacing: 0.056rem;
}
@media screen and (max-width: 768px) {
  #footer .bnr_box .bnr_item a .span {
    padding: 5px 0 0;
    font-size: 1.2rem;
    letter-spacing: 0.048rem;
  }
}
@media screen and (min-width: 769px) {
  #footer .bnr_box .bnr_item a:hover {
    opacity: 0.7;
  }
}
#footer .copy {
  padding: 15px 0;
  background: var(--gra_02_beta, linear-gradient(90deg, #0065C1 0.01%, #E2DDFF 163.41%));
  color: #FFF;
  text-align: center;
  font-family: YakuHanMP, "Noto Serif JP", serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 1.2rem */
  letter-spacing: 0.096rem;
}
@media screen and (max-width: 768px) {
  #footer .copy {
    padding: 12px 0 90px;
  }
}

.ft_conts {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 60px 0;
}
@media screen and (max-width: 768px) {
  .ft_conts {
    width: 100%;
    gap: 30px;
    flex-direction: column;
  }
}
.ft_conts .ft_conts_logo {
  width: 100%;
}
.ft_conts .ft_conts_logo .ft_logo a {
  width: 510px;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_logo .ft_logo a {
    width: 100%;
  }
}
.ft_conts .ft_conts_l {
  width: 500px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_l {
    width: 100%;
  }
}
.ft_conts .ft_conts_l .ft_item {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.ft_conts .ft_conts_l .ft_item dl {
  display: flex;
  flex-direction: column;
  gap: 9px;
}
.ft_conts .ft_conts_l .ft_item dl dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 6px 15px;
  border-radius: 20px;
  background: linear-gradient(90deg, #0065C1 0.01%, #E2DDFF 163.41%);
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 1.4rem */
  letter-spacing: 0.084rem;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_l .ft_item dl dt {
    font-size: 1.5rem;
    letter-spacing: 0.09rem;
  }
}
.ft_conts .ft_conts_l .ft_item dl dd {
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 2.56rem */
  letter-spacing: 0.128rem;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_l .ft_item dl dd {
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
  }
}
.ft_conts .ft_conts_l .ft_item dl dd .tel {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  color: #01466F;
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.064rem;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_l .ft_item dl dd .tel {
    font-size: 3rem;
    letter-spacing: 0.06rem;
  }
}
.ft_conts .ft_conts_l .ft_item dl dd .tel .span_tel {
  position: absolute;
  right: 5px;
  top: -9px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #0A5BA6;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 1.2rem */
  letter-spacing: 0.264rem;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_l .ft_item dl dd .tel .span_tel {
    font-size: 1.2rem;
  }
}
.ft_conts .ft_conts_l .ft_item .link a {
  color: #01466F;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 2.56rem */
  letter-spacing: 0.128rem;
  position: relative;
  padding: 0 18px 2px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #01466F;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_l .ft_item .link a {
    font-size: 1.5rem;
    letter-spacing: 0.12rem;
  }
}
.ft_conts .ft_conts_l .ft_item .link a::before {
  content: "";
  background: url(../images/top/icon_link.svg);
  background-size: cover;
  width: 12px;
  height: 18px;
  position: absolute;
  right: 0;
  bottom: 2px;
}
.ft_conts .ft_conts_l .ft_item .cap {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 2.24rem */
  letter-spacing: 0.112rem;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_l .ft_item .cap {
    font-size: 1.3rem;
    letter-spacing: 0.104rem;
  }
}
.ft_conts .ft_conts_r {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_r {
    width: 100%;
  }
}
.ft_conts .ft_conts_r h3 {
  border-radius: 20px;
  background: linear-gradient(90deg, #0065C1 0.01%, #E2DDFF 163.41%);
  padding: 10px 0;
  color: #FFF;
  text-align: center;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  /* 1.7rem */
  letter-spacing: 0.476rem;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_r h3 {
    font-size: 1.6rem;
    letter-spacing: 0.448rem;
  }
}
.ft_conts .ft_conts_r .schedule_table {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_r .schedule_table {
    margin: 16px auto 0;
    width: 100%;
  }
}
.ft_conts .ft_conts_r .schedule_table tr th {
  color: #01466F;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
  /* 3rem */
  letter-spacing: 0.12rem;
  vertical-align: middle;
  text-align: center;
  padding: 3px 18px;
  border-bottom: 1px solid #87939D;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_r .schedule_table tr th {
    padding: 0;
  }
}
.ft_conts .ft_conts_r .schedule_table tr th:first-child {
  width: 128px;
  padding: 3px 0;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_r .schedule_table tr th:first-child {
    width: 96px;
    padding: 0;
    font-size: 1.4rem;
    letter-spacing: 0.042rem;
    white-space: nowrap;
  }
}
.ft_conts .ft_conts_r .schedule_table tr td {
  border-bottom: 1px solid #87939D;
  color: #01466F;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 1.6rem */
  padding: 16px 18px;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_r .schedule_table tr td {
    font-size: 1.2rem;
    padding: 10px 0;
  }
}
.ft_conts .ft_conts_r .schedule_table tr td:first-child {
  width: 128px;
  padding: 17px 0;
  border-bottom: 1px solid #87939D;
  background: #1553B0;
  color: #FFF;
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_r .schedule_table tr td:first-child {
    width: auto;
    padding: 10px 4.5px;
    font-size: 1.4rem;
    letter-spacing: 0.042rem;
    white-space: nowrap;
  }
}
.ft_conts .ft_conts_r .table_cap {
  margin: 16px 0 0;
}
.ft_conts .ft_conts_r .table_cap p {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.056rem;
}
.ft_conts .ft_conts_r .table_cap p .span {
  color: #01466F;
}
.ft_conts .ft_conts_r .btn_box {
  margin: 30px 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_r .btn_box {
    margin: 25px 0 0;
  }
}
.ft_conts .ft_conts_r .btn_box .btn_web {
  width: 238px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_r .btn_box .btn_web {
    width: calc((100% - 8px) / 2);
    height: 113px;
  }
}
.ft_conts .ft_conts_r .btn_box .btn_web a {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 3.038px 3.038px 7.595px 0px rgba(57, 75, 91, 0.25);
  position: relative;
}
.ft_conts .ft_conts_r .btn_box .btn_web a .btn_tel_bk {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.ft_conts .ft_conts_r .btn_box .btn_web a .btn_tel_bk::before {
  content: "";
  background: linear-gradient(180deg, #0D4F9C 0%, #4290EB 100%);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.ft_conts .ft_conts_r .btn_box .btn_web a .btn_tel_bk::after {
  content: "";
  background: #0A3B76;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.3s;
}
.ft_conts .ft_conts_r .btn_box .btn_web a::before {
  content: "";
  background: url(../images/top/contact_arrow.svg);
  background-size: cover;
  width: 8px;
  height: 13px;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translatey(-50%);
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_r .btn_box .btn_web a::before {
    width: 4px;
    height: 7px;
    top: inherit;
    bottom: 8px;
    right: 8px;
    transform: translatey(0);
  }
}
.ft_conts .ft_conts_r .btn_box .btn_web a::after {
  content: "";
  background: #6892E3;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translatey(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_r .btn_box .btn_web a::after {
    width: 24px;
    height: 24px;
    top: inherit;
    bottom: 0;
    right: 0;
    border-radius: 10px 0 5px 0;
    transform: translatey(0);
  }
}
@media screen and (min-width: 769px) {
  .ft_conts .ft_conts_r .btn_box .btn_web a:hover .btn_tel_bk::before {
    opacity: 1;
  }
  .ft_conts .ft_conts_r .btn_box .btn_web a:hover .btn_tel_bk::after {
    opacity: 0;
  }
  .ft_conts .ft_conts_r .btn_box .btn_web a:hover::before {
    right: 16px;
  }
  .ft_conts .ft_conts_r .btn_box .btn_web a:hover::after {
    background: #163879;
  }
  .ft_conts .ft_conts_r .btn_box .btn_web a:hover .txt_box .txt_02 {
    color: #fff;
    background: #6892E3;
  }
}
.ft_conts .ft_conts_r .btn_box .btn_web a .txt_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_r .btn_box .btn_web a .txt_box {
    padding: 37px 0 0;
  }
}
.ft_conts .ft_conts_r .btn_box .btn_web a .txt_box::before {
  content: "";
  background: url(../images/top/contact_web_02.svg);
  background-size: cover;
  width: 37.973px;
  height: 29.619px;
  position: absolute;
  left: -39px;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_r .btn_box .btn_web a .txt_box::before {
    width: 39px;
    height: 31px;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0);
  }
}
.ft_conts .ft_conts_r .btn_box .btn_web a .txt_box .txt_01 {
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.12rem;
  padding: 0 0 6px;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_r .btn_box .btn_web a .txt_box .txt_01 {
    font-size: 1.9rem;
    letter-spacing: 0.114rem;
  }
}
.ft_conts .ft_conts_r .btn_box .btn_web a .txt_box .txt_01 .span {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 2rem */
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_r .btn_box .btn_web a .txt_box .txt_01 .span {
    font-size: 1.9rem;
    letter-spacing: 0.114rem;
  }
}
.ft_conts .ft_conts_r .btn_box .btn_web a .txt_box .txt_02 {
  transition: all 0.3s;
  padding: 4px 22px;
  border-radius: 13px;
  background: #6892E3;
  color: #fff;
  text-align: center;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 100%;
  /* 1.3rem */
  letter-spacing: 0.078rem;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_r .btn_box .btn_web a .txt_box .txt_02 {
    font-size: 1.3rem;
    letter-spacing: 0.078rem;
    padding: 5px 17px;
  }
}
.ft_conts .ft_conts_r .btn_box .btn_line {
  width: 238px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_r .btn_box .btn_line {
    width: calc((100% - 8px) / 2);
    height: 113px;
  }
}
.ft_conts .ft_conts_r .btn_box .btn_line a {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  box-shadow: 3.038px 3.038px 7.595px 0px rgba(57, 75, 91, 0.25);
  position: relative;
}
.ft_conts .ft_conts_r .btn_box .btn_line a .btn_tel_bk {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.ft_conts .ft_conts_r .btn_box .btn_line a .btn_tel_bk::before {
  content: "";
  background: linear-gradient(180deg, #2CA163 0%, #82E0AC 100%);
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all 0.3s;
}
.ft_conts .ft_conts_r .btn_box .btn_line a .btn_tel_bk::after {
  content: "";
  background: #0DBDAF;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: all 0.3s;
}
.ft_conts .ft_conts_r .btn_box .btn_line a::before {
  content: "";
  background: url(../images/top/contact_arrow.svg);
  background-size: cover;
  width: 8px;
  height: 13px;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translatey(-50%);
  z-index: 1;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_r .btn_box .btn_line a::before {
    width: 4px;
    height: 7px;
    top: inherit;
    bottom: 8px;
    right: 8px;
    transform: translatey(0);
  }
}
.ft_conts .ft_conts_r .btn_box .btn_line a::after {
  content: "";
  background: #25498D;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translatey(-50%);
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_r .btn_box .btn_line a::after {
    width: 24px;
    height: 24px;
    top: inherit;
    bottom: 0;
    right: 0;
    border-radius: 10px 0 5px 0;
    transform: translatey(0);
  }
}
@media screen and (min-width: 769px) {
  .ft_conts .ft_conts_r .btn_box .btn_line a:hover .btn_tel_bk::before {
    opacity: 1;
  }
  .ft_conts .ft_conts_r .btn_box .btn_line a:hover .btn_tel_bk::after {
    opacity: 0;
  }
  .ft_conts .ft_conts_r .btn_box .btn_line a:hover .btn_tel_bk .txt_box::before {
    background: url(../images/top/contact_line_02_on.svg);
    background-size: cover;
  }
  .ft_conts .ft_conts_r .btn_box .btn_line a:hover::before {
    right: 16px;
  }
  .ft_conts .ft_conts_r .btn_box .btn_line a:hover::after {
    background: #6A8AC8;
  }
}
.ft_conts .ft_conts_r .btn_box .btn_line a .txt_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 0 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_r .btn_box .btn_line a .txt_box {
    padding: 37px 0 0;
  }
}
.ft_conts .ft_conts_r .btn_box .btn_line a .txt_box::before {
  content: "";
  background: url(../images/top/contact_line_02.svg);
  background-size: cover;
  width: 39.491px;
  height: 28.859px;
  position: absolute;
  left: -34px;
  top: 50%;
  transform: translatey(-50%);
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_r .btn_box .btn_line a .txt_box::before {
    width: 44px;
    height: 33px;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0);
  }
}
.ft_conts .ft_conts_r .btn_box .btn_line a .txt_box .txt_01 {
  color: #FFF;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.12rem;
  padding: 0 0 6px;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_r .btn_box .btn_line a .txt_box .txt_01 {
    font-size: 1.9rem;
    letter-spacing: 0.114rem;
  }
}
.ft_conts .ft_conts_r .btn_box .btn_line a .txt_box .txt_01 .span {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 2rem */
  letter-spacing: 0.12rem;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_r .btn_box .btn_line a .txt_box .txt_01 .span {
    font-size: 1.9rem;
    letter-spacing: 0.114rem;
  }
}
.ft_conts .ft_conts_map {
  width: 100%;
}
.ft_conts .ft_conts_map iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 768px) {
  .ft_conts .ft_conts_map iframe {
    height: 650px;
  }
}

#pagetop {
  display: block;
  position: fixed;
  bottom: 14px;
  right: 15px;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  #pagetop {
    right: 8px;
    bottom: 5px;
  }
}
#pagetop a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  width: 49px;
  height: 69px;
  padding: 9px 11px 19px 11px;
  border-radius: 28px;
  background: #5B676F;
  color: #FFF;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 1.2rem */
  letter-spacing: 0.06rem;
  position: relative;
}
#pagetop a::before {
  content: "";
  width: 22px;
  height: 12px;
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-mask-image: url(../images/common/page_top.svg);
  mask-image: url(../images/common/page_top.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #fff;
  transition: all 0.3s;
}
@media screen and (min-width: 769px) {
  #pagetop a:hover {
    color: #61707E;
    background: #B4C5D1;
  }
  #pagetop a:hover::before {
    top: 13px;
    background-color: #61707E;
  }
}

.sp_conv {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp_conv {
    margin: 0 auto;
    padding: 8px 11px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 93%;
    height: 61px;
    z-index: 20;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 16px 0px rgba(36, 55, 73, 0.25);
  }
}
.sp_conv .sp_conv_tel {
  width: 40.6%;
}
.sp_conv .sp_conv_tel a {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sp_conv .sp_conv_tel a .txt_box {
  position: relative;
  padding: 0 0 0 26px;
  display: flex;
  flex-direction: column;
}
.sp_conv .sp_conv_tel a .txt_box::before {
  content: "";
  background: url(../images/common/icon_tel.svg);
  background-size: cover;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
}
.sp_conv .sp_conv_tel a .txt_box .txt_01 {
  color: #01466F;
  text-align: center;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 1.1rem */
  letter-spacing: 0.044rem;
}
@media screen and (max-width: 330px) {
  .sp_conv .sp_conv_tel a .txt_box .txt_01 {
    font-size: 1rem;
  }
}
.sp_conv .sp_conv_tel a .txt_box .txt_02 {
  padding: 10px 0 0;
  color: #01466F;
  font-family: "Manrope", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 1.6rem */
  letter-spacing: 0.032rem;
}
@media screen and (max-width: 330px) {
  .sp_conv .sp_conv_tel a .txt_box .txt_02 {
    font-size: 1.2rem;
  }
}
.sp_conv .sp_conv_tel a .txt_box .txt_03 {
  position: absolute;
  right: 3px;
  top: 13px;
  color: #226EB5;
  text-align: center;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 0.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 0.8rem */
  letter-spacing: 0.024rem;
}
@media screen and (max-width: 330px) {
  .sp_conv .sp_conv_tel a .txt_box .txt_03 {
    right: 0;
    transform: scale(0.9, 0.9);
  }
}
.sp_conv .sp_conv_btn {
  width: 23%;
  height: 45px;
  display: flex;
  align-items: center;
}
.sp_conv .sp_conv_btn.sp_btn_web a {
  background: #75B1F6;
}
.sp_conv .sp_conv_btn.sp_btn_web a .txt_box::before {
  content: "";
  background: url(../images/common/icon_web.svg);
  background-size: cover;
  width: 20.364px;
  height: 16px;
  position: absolute;
  top: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.sp_conv .sp_conv_btn.sp_btn_line a {
  background: #9BEABD;
}
.sp_conv .sp_conv_btn.sp_btn_line a .txt_box::before {
  content: "";
  background: url(../images/common/icon_line.svg);
  background-size: cover;
  width: 21.333px;
  height: 17px;
  position: absolute;
  top: 5.3px;
  left: 50%;
  transform: translateX(-50%);
}
.sp_conv .sp_conv_btn a {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  box-shadow: 1.2px 1.2px 4.6px 0px rgba(57, 75, 91, 0.2);
}
.sp_conv .sp_conv_btn a .txt_box {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 0 6px;
}
.sp_conv .sp_conv_btn a .txt_box .txt_01 {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.026rem;
}
@media screen and (max-width: 330px) {
  .sp_conv .sp_conv_btn a .txt_box .txt_01 {
    font-size: 1rem;
  }
}
.sp_conv .sp_conv_btn a .txt_box .txt_01 .span {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 1.3rem */
  letter-spacing: 0.026rem;
}
@media screen and (max-width: 330px) {
  .sp_conv .sp_conv_btn a .txt_box .txt_01 .span {
    font-size: 1rem;
  }
}
.sp_conv .sp_top {
  width: 8%;
  height: 45px;
}
.sp_conv .sp_top a {
  width: 100%;
  height: 100%;
}
.sp_conv .sp_top a .txt {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 1rem */
  letter-spacing: 0.05rem;
  padding: 0 0 12px;
}
.sp_conv .sp_top a .txt::before {
  content: "";
  width: 15px;
  height: 7px;
  position: absolute;
  top: 9.8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-mask-image: url(../images/common/page_top_sp.svg);
  mask-image: url(../images/common/page_top_sp.svg);
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  background-color: #333;
}
/*# sourceMappingURL=style.css.map */