@charset "UTF-8";
@font-face {
  font-family: "HGMaruGothic";
  src: url("../fonts/hgm-pro1.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-size: 16px;
  font-family: "NotoSansJP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 400;
  background-color: #fdfaf6;
}

section {
  padding: 80px 0;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  section {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  section {
    padding: 40px 0;
  }
}

h1,
h2,
h3,
h4,
h5 {
  color: #072280;
}

.container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    max-width: 900px;
  }
}

p {
  line-height: 1.8;
}

.page_content .breadcrumb {
  margin-top: 30px;
}
.page_content section:first-of-type {
  padding: 50px 0 80px;
}

.section_title_wrap {
  width: fit-content;
  height: auto;
  margin: 0 auto 30px;
  text-align: center;
  font-weight: 700;
  color: #072280;
}
.section_title_wrap .section_title_en {
  font-size: 1.25rem;
  font-family: "adobe-handwriting-ernie", sans-serif;
  color: #0071bc;
}
@media screen and (max-width: 767px) {
  .section_title_wrap .section_title_en {
    font-size: 1.125rem;
  }
}
.section_title_wrap .section_title {
  font-size: 2.25rem;
}
@media screen and (max-width: 1024px) {
  .section_title_wrap .section_title {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  .section_title_wrap .section_title {
    font-size: 1.5rem;
  }
}
.section_title_wrap .section_title_wrap_text {
  margin-top: 10px;
  color: #000;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .section_title_wrap .section_title_wrap_text {
    text-align: justify;
    font-size: 0.875rem;
  }
}
.section_title_wrap .section_title_wrap_text span {
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .section_title_wrap .section_title_wrap_text span {
    font-size: 1rem;
  }
}

.tag {
  width: 130px;
  height: auto;
  padding: 10px;
  font-size: 1.125rem;
  line-height: 1.125rem;
  color: #fff;
  background-color: #f15a24;
  border-radius: 50px;
  margin: 0 auto;
  text-align: center;
}

.breadcrumb {
  font-size: 0.875rem;
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    left: 2.5%;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    top: 15px;
  }
}
.breadcrumb a {
  text-decoration: underline;
  color: #072280;
}
.breadcrumb span {
  line-height: 1.5;
  margin: 0 5px;
}
.breadcrumb .current {
  color: #666;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .sp_br {
    display: none;
  }
}

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

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

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

.on-animation {
  visibility: visible !important;
}

.load_content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fdfaf6;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: ease 0.5s;
}
.load_content .load_content_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.load_content .load_content_inner .loading_img {
  width: 80%;
  max-width: 600px;
  min-width: 350px;
  margin: 0 auto;
  animation: blinking-animation 3s ease-in-out infinite;
}
@media screen and (max-width: 500px) {
  .load_content .load_content_inner .loading_img {
    width: 80%;
  }
}
.load_content .load_content_inner .loading_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.load_content.fade_out {
  opacity: 0;
  visibility: hidden;
  transition: ease 0.5s;
  pointer-events: none;
}

@keyframes blinking-animation {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.btn_main {
  width: fit-content;
  height: auto;
  border-radius: 200px;
  font-family: "NotoSansJP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 500;
}
.btn_main a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
}

.contact_btn {
  height: auto;
}
.contact_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.contact_btn a .contact_btn_icon {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.contact_btn a .btn_text {
  color: #fff;
  transition: all 0.25s;
}
.contact_btn.mail {
  background-color: #29abe2;
  border: 1px solid #29abe2;
  transition: all 0.25s;
}
.contact_btn.mail .contact_btn_icon {
  background-image: url(../img/icon/icon_mail_white.png);
  transition: all 0.25s;
}
.contact_btn.mail:hover {
  border: 1px solid #0071bc;
  background-color: #fff;
  transition: all 0.25s;
}
.contact_btn.mail:hover .contact_btn_icon {
  background-image: url(../img/icon/icon_mail_blue.png);
  transition: all 0.25s;
}
.contact_btn.mail:hover .btn_text {
  color: #0071bc;
  transition: all 0.25s;
}
.contact_btn.tel {
  background-color: #ff931e;
  border: 1px solid #ff931e;
  transition: all 0.25s;
}
.contact_btn.tel .contact_btn_icon {
  background-image: url(../img/icon/icon_tel_white.png);
  transition: all 0.25s;
}
.contact_btn.tel:hover {
  border: 1px solid #ff931e;
  background-color: #fff;
  transition: all 0.25s;
}
.contact_btn.tel:hover .contact_btn_icon {
  background-image: url(../img/icon/icon_tel_orange.png);
  transition: all 0.25s;
}
.contact_btn.tel:hover .btn_text {
  color: #ff931e;
  transition: all 0.25s;
}

.campaign_banner_content {
  position: relative;
  width: 100%;
  background-image: url(../img/banner/banner_bk_1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.campaign_banner_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
}
.campaign_banner_content .campaign_banner_content_inner {
  position: relative;
  z-index: 2;
}
.campaign_banner_content .campaign_banner_content_inner .campaign_banner_content_img {
  width: 80%;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .campaign_banner_content .campaign_banner_content_inner .campaign_banner_content_img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .campaign_banner_content .campaign_banner_content_inner .campaign_banner_content_img {
    max-width: 500px;
  }
}
.campaign_banner_content .campaign_banner_content_inner .campaign_banner_content_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.campaign_banner_content .campaign_banner_content_inner .contact_btn {
  width: 45%;
  max-width: 450px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .campaign_banner_content .campaign_banner_content_inner .contact_btn {
    width: 80%;
    max-width: 350px;
  }
}
.campaign_banner_content .campaign_banner_content_inner .contact_btn a {
  justify-content: center;
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  .campaign_banner_content .campaign_banner_content_inner .contact_btn a {
    padding: 10px 10px;
  }
}
.campaign_banner_content .campaign_banner_content_inner .contact_btn a .contact_btn_icon {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .campaign_banner_content .campaign_banner_content_inner .contact_btn a .contact_btn_icon {
    width: 20px;
    height: 20px;
  }
}
.campaign_banner_content .campaign_banner_content_inner .contact_btn a .btn_text {
  font-size: 1.375rem;
}
@media screen and (max-width: 767px) {
  .campaign_banner_content .campaign_banner_content_inner .contact_btn a .btn_text {
    font-size: 1rem;
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  80% {
    opacity: 0.8;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slideInBottom {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  0% {
    transform: translateX(100px) translateY(var(--offset-y, 0px));
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(var(--offset-y, 0px));
    opacity: 1;
  }
}
@keyframes slideInLeft {
  0% {
    transform: translateX(-100px) translateY(var(--offset-y, 0px));
    opacity: 0;
  }
  100% {
    transform: translateX(0) translateY(var(--offset-y, 0px));
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header_content {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 110px;
}
@media screen and (max-width: 767px) {
  .header_content {
    margin-top: 90px;
  }
}
.header_content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #2f6fb0;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
  clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: -10;
}

.header_content_inner {
  width: 1280px;
  padding: 100px 0;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .header_content_inner {
    width: 1280px;
  }
}
@media screen and (max-width: 1280px) {
  .header_content_inner {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  .header_content_inner {
    width: 95%;
    padding: 80px 0;
  }
}
@media screen and (max-width: 767px) {
  .header_content_inner {
    padding: 40px 0;
  }
}

.header_content_menus {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: auto;
  padding: 10px 0;
  z-index: 99;
}
.header_content_menus.on_bk {
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.6);
  transition: 0.25s all;
}
.header_content_menus .header_content_menus_inner {
  width: 95%;
  height: 90px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .header_content_menus .header_content_menus_inner {
    height: 70px;
  }
}
.header_content_menus .header_content_menus_inner .header_content_menus_logo {
  width: 10%;
  max-width: 150px;
  min-width: 100px;
}
.header_content_menus .header_content_menus_inner .header_content_menus_logo a {
  display: block;
}
.header_content_menus .header_content_menus_inner .header_content_menus_logo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header_content_menus .header_content_menus_inner .header_content_menus_item {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 880px) {
  .header_content_menus .header_content_menus_inner .header_content_menus_item {
    display: none;
  }
}
.header_content_menus .header_content_menus_inner .header_content_menus_item .header_nav_menus ul {
  display: flex;
  gap: 20px;
}
.header_content_menus .header_content_menus_inner .header_content_menus_item .header_nav_menus ul li {
  color: #0071bc;
}
.header_content_menus .header_content_menus_inner .header_content_menus_item .header_nav_btn_wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header_content_menus .header_content_menus_inner .header_content_menus_item .header_nav_btn_wrap .contact_btn {
  height: 60px;
}
.header_content_menus .header_content_menus_inner .header_content_menus_item_sp {
  display: none;
}
@media screen and (max-width: 880px) {
  .header_content_menus .header_content_menus_inner .header_content_menus_item_sp {
    display: block;
  }
}
.header_content_menus .header_content_menus_inner .header_content_menus_item_sp .hamburger_btn {
  position: relative;
  width: 40px;
  height: 40px;
}
.header_content_menus .header_content_menus_inner .header_content_menus_item_sp .hamburger_btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #29abe2;
  transform: translate(-50%, -50%);
  transition: all 0.25s;
}
.header_content_menus .header_content_menus_inner .header_content_menus_item_sp .hamburger_btn span::before {
  position: absolute;
  content: "";
  top: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #29abe2;
}
.header_content_menus .header_content_menus_inner .header_content_menus_item_sp .hamburger_btn span::after {
  position: absolute;
  content: "";
  top: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #29abe2;
}
.header_content_menus .header_content_menus_inner .header_content_menus_item_sp .hamburger_btn.open span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0071bc;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: all 0.25s;
}
.header_content_menus .header_content_menus_inner .header_content_menus_item_sp .hamburger_btn.open span::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #0071bc;
}
.header_content_menus .header_content_menus_inner .header_content_menus_item_sp .hamburger_btn.open span::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  background-color: #0071bc;
}
.header_content_menus .header_content_menus_inner .header_content_menus_item_sp .header_nav_menus_sp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  z-index: -1;
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.25s ease, opacity 0.25s ease, visibility 0s linear 0.25s;
}
.header_content_menus .header_content_menus_inner .header_content_menus_item_sp .header_nav_menus_sp.active {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.header_content_menus .header_content_menus_inner .header_content_menus_item_sp .header_nav_menus_sp > ul {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.header_content_menus .header_content_menus_inner .header_content_menus_item_sp .header_nav_menus_sp > ul > li {
  border-top: 1px solid #c5e5f6;
}
.header_content_menus .header_content_menus_inner .header_content_menus_item_sp .header_nav_menus_sp > ul > li:last-child {
  border-bottom: 1px solid #c5e5f6;
}
.header_content_menus .header_content_menus_inner .header_content_menus_item_sp .header_nav_menus_sp > ul > li a {
  display: block;
  padding: 20px 10px;
  width: 90%;
  margin: 0 auto;
  text-align: start;
  font-size: 1rem;
  color: #0071bc;
}
.header_content_menus .header_content_menus_inner .header_content_menus_item_sp .header_nav_menus_sp > ul > li .sub-menu {
  margin-left: 48px;
}
.header_content_menus .header_content_menus_inner .header_content_menus_item_sp .header_nav_menus_sp > ul > li .sub-menu > li {
  position: relative;
}
.header_content_menus .header_content_menus_inner .header_content_menus_item_sp .header_nav_menus_sp > ul > li .sub-menu > li::before {
  content: "ー";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}
.header_content_menus .header_content_menus_inner .header_content_menus_item_sp .header_nav_menus_sp > ul > li .sub-menu > li a {
  width: 100%;
  padding: 5px 10px;
  font-size: 0.875rem;
}

.header_content_mv {
  font-family: "NotoSansJP", "Hiragino Sans", "Yu Gothic", sans-serif;
}
.header_content_mv .header_content_inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .header_content_mv .header_content_inner {
    justify-content: center;
  }
}
.header_content_mv .header_content_inner .header_left_content {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .header_content_mv .header_content_inner .header_left_content {
    width: 100%;
  }
}
.header_content_mv .header_content_inner .header_left_content .header_title {
  font-size: 3.75rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 3px 3px 3px #515151;
}
@media screen and (max-width: 1280px) {
  .header_content_mv .header_content_inner .header_left_content .header_title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .header_content_mv .header_content_inner .header_left_content .header_title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .header_content_mv .header_content_inner .header_left_content .header_title {
    font-size: 2.25rem;
  }
}
.header_content_mv .header_content_inner .header_left_content .header_left_content_point_wrap {
  margin-top: 30px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .header_content_mv .header_content_inner .header_left_content .header_left_content_point_wrap {
    margin-left: 0;
  }
}
.header_content_mv .header_content_inner .header_left_content .header_left_content_point_wrap ul {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .header_content_mv .header_content_inner .header_left_content .header_left_content_point_wrap ul {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .header_content_mv .header_content_inner .header_left_content .header_left_content_point_wrap ul {
    flex-direction: column;
    gap: 10px;
  }
}
.header_content_mv .header_content_inner .header_left_content .header_left_content_point_wrap ul li {
  position: relative;
  width: 160px;
  height: 120px;
}
@media screen and (max-width: 1280px) {
  .header_content_mv .header_content_inner .header_left_content .header_left_content_point_wrap ul li {
    width: 130px;
    height: 100px;
  }
}
@media screen and (max-width: 767px) {
  .header_content_mv .header_content_inner .header_left_content .header_left_content_point_wrap ul li {
    width: 60%;
    max-width: 300px;
  }
}
.header_content_mv .header_content_inner .header_left_content .header_left_content_point_wrap ul li .card_bg {
  position: absolute;
  inset: 0;
  background-color: #fff;
  border-radius: 10px;
  transform: rotate(8deg) skew(-20deg, -8deg);
  box-shadow: 5px 5px 0 #009fdd;
  z-index: -1;
}
.header_content_mv .header_content_inner .header_left_content .header_left_content_point_wrap ul li .point_wrap {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.header_content_mv .header_content_inner .header_left_content .header_left_content_point_wrap ul li .point_wrap .icon_check {
  width: 20px;
  height: 20px;
  margin: 0 auto 5px;
}
.header_content_mv .header_content_inner .header_left_content .header_left_content_point_wrap ul li .point_wrap .icon_check img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header_content_mv .header_content_inner .header_left_content .header_left_content_point_wrap ul li .point_wrap .point_text {
  font-size: 1.125rem;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.header_content_mv .header_content_inner .header_left_content .header_left_content_point_wrap ul li .point_wrap .point_text span {
  font-size: 1.375rem;
  color: #f15a24;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .header_content_mv .header_content_inner .header_left_content .header_left_content_point_wrap ul li .point_wrap .point_text span {
    font-size: 1.25rem;
  }
}
.header_content_mv .header_content_inner .header_left_content .contact_btn {
  width: 80%;
  max-width: 430px;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .header_content_mv .header_content_inner .header_left_content .contact_btn {
    margin: 30px auto 0;
  }
}
.header_content_mv .header_content_inner .header_left_content .contact_btn a {
  justify-content: center;
  padding: 20px 20px;
}
@media screen and (max-width: 1280px) {
  .header_content_mv .header_content_inner .header_left_content .contact_btn a {
    padding: 15px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header_content_mv .header_content_inner .header_left_content .contact_btn a {
    padding: 15px 10px;
  }
}
.header_content_mv .header_content_inner .header_left_content .contact_btn a .contact_btn_icon {
  width: 30px;
  height: 30px;
}
.header_content_mv .header_content_inner .header_left_content .contact_btn a .btn_text {
  font-size: 1.375rem;
}
@media screen and (max-width: 1024px) {
  .header_content_mv .header_content_inner .header_left_content .contact_btn a .btn_text {
    font-size: 1.25rem;
  }
}
.header_content_mv .header_content_inner .header_right_content {
  width: 50%;
  margin-top: auto;
}
@media screen and (max-width: 1024px) {
  .header_content_mv .header_content_inner .header_right_content {
    display: none;
  }
}
.header_content_mv .header_content_inner .header_right_content .header_right_content_img {
  position: relative;
  width: 80%;
  padding-top: 60%;
  margin-left: auto;
}
@media screen and (min-width: 1280px) {
  .header_content_mv .header_content_inner .header_right_content .header_right_content_img {
    padding-top: 50%;
  }
}
.header_content_mv .header_content_inner .header_right_content .header_right_content_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header_content_page_mv {
  position: relative;
  width: 100%;
  height: 190px;
  background-color: #0071bc;
}
@media screen and (max-width: 767px) {
  .header_content_page_mv {
    height: 160px;
  }
}
.header_content_page_mv .page_header_title_wrap {
  position: absolute;
  top: 95px;
  left: 5%;
  width: 100%;
}
.header_content_page_mv .page_header_title_wrap .page_header_title {
  font-size: 3rem;
  line-height: 3rem;
  color: #fff;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .header_content_page_mv .page_header_title_wrap .page_header_title {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .header_content_page_mv .page_header_title_wrap .page_header_title {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.header_content_page_mv .page_header_title_wrap .page_header_bk_title {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 8.625rem;
  line-height: 3rem;
  font-family: "adobe-handwriting-ernie", sans-serif;
  color: #fff;
  opacity: 0.2;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .header_content_page_mv .page_header_title_wrap .page_header_bk_title {
    font-size: 7rem;
    line-height: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .header_content_page_mv .page_header_title_wrap .page_header_bk_title {
    font-size: 5rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .header_content_page_mv .page_header_title_wrap .page_header_bk_title.privacy_header_title {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .header_content_page_mv .page_header_title_wrap .page_header_bk_title.privacy_header_title {
    font-size: 3rem;
  }
}

.footer_content {
  background-color: #fff;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .footer_content {
    padding: 30px 0;
  }
}
.footer_content .footer_content_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .footer_content .footer_content_inner {
    flex-direction: column;
    gap: 30px;
  }
}
.footer_content .footer_content_inner .footer_content_img_block a .footer_content_img {
  width: 200px;
  height: auto;
}
.footer_content .footer_content_inner .footer_content_img_block a .footer_content_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer_content .footer_content_inner .footer_content_desc_block {
  color: #29abe2;
}
@media screen and (max-width: 767px) {
  .footer_content .footer_content_inner .footer_content_desc_block {
    flex-direction: column;
    text-align: center;
  }
}
.footer_content .footer_content_inner .footer_content_desc_block .footer_content_desc_block_nav {
  margin-top: 30px;
}
.footer_content .footer_content_inner .footer_content_desc_block .footer_content_desc_block_nav a {
  opacity: 1;
  transition: all 0.25s;
}
.footer_content .footer_content_inner .footer_content_desc_block .footer_content_desc_block_nav a:hover {
  opacity: 0.5;
  transition: all 0.25s;
}

small {
  display: block;
  width: 100%;
  background-color: #0071bc;
  color: #fff;
  padding: 15px;
  text-align: center;
}

.footer_content_btn_wrap_sp {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transform: translateY(100%);
  transition: transform 0.4s ease;
}
@media screen and (max-width: 880px) {
  .footer_content_btn_wrap_sp {
    display: block;
  }
}
.footer_content_btn_wrap_sp.is-show {
  transform: translateY(0);
}
.footer_content_btn_wrap_sp .footer_content_btn_wrap_inner {
  display: flex;
}
.footer_content_btn_wrap_sp .footer_content_btn_wrap_inner .contact_btn {
  width: 50%;
}
.footer_content_btn_wrap_sp .footer_content_btn_wrap_inner .contact_btn a {
  padding: 15px 5px;
}

.about_top_message .about_top_message_content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .about_top_message .about_top_message_content {
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.about_top_message .about_top_message_content .about_top_message_content_item {
  width: 49%;
}
@media screen and (max-width: 1024px) {
  .about_top_message .about_top_message_content .about_top_message_content_item {
    width: 100%;
  }
}
.about_top_message .about_top_message_content .about_top_message_content_item.img_block .about_top_message_content_img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  .about_top_message .about_top_message_content .about_top_message_content_item.img_block .about_top_message_content_img {
    max-width: 500px;
    margin: 0 auto;
  }
}
.about_top_message .about_top_message_content .about_top_message_content_item.img_block .about_top_message_content_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_top_message .about_top_message_content .about_top_message_content_item.img_block .about_top_message_content_capName {
  font-size: 1.375rem;
  font-weight: 500;
  margin-top: 10px;
  text-align: center;
}
.about_top_message .about_top_message_content .about_top_message_content_item.img_block .about_top_message_content_capName span {
  font-size: 1rem;
  margin-right: 10px;
}
.about_top_message .about_top_message_content .about_top_message_content_item.text_block {
  font-family: "HGMaruGothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
}
.about_top_message .about_top_message_content .about_top_message_content_item.text_block .about_top_message_content_text {
  font-size: 1.125rem;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .about_top_message .about_top_message_content .about_top_message_content_item.text_block .about_top_message_content_text {
    font-size: 1rem;
  }
}
.about_top_message .about_top_message_content .about_top_message_content_item.text_block .about_top_message_content_text span {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .about_top_message .about_top_message_content .about_top_message_content_item.text_block .about_top_message_content_text span {
    font-size: 1.125rem;
  }
}

.about_info {
  background-color: #c5e5f6;
}
.about_info .about_info_table {
  width: 100%;
  height: auto;
}
.about_info .about_info_table > table {
  width: 100%;
  height: auto;
}
.about_info .about_info_table > table tr th {
  width: 30%;
  height: auto;
  background-color: #0071bc;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 1.125rem;
  border-bottom: 1px solid #fff;
  padding: 20px 0;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .about_info .about_info_table > table tr th {
    font-size: 1rem;
  }
}
.about_info .about_info_table > table tr td {
  width: 70%;
  padding: 20px 10px 20px 30px;
  vertical-align: middle;
  background-color: #fff;
  border-right: 1px solid #072280;
  border-bottom: 1px solid #072280;
  font-family: "HGMaruGothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .about_info .about_info_table > table tr td {
    font-size: 1rem;
    padding: 10px 5px 10px 10px;
  }
}
.about_info .about_info_table > table tr td > ul {
  padding-left: 20px;
}
.about_info .about_info_table > table tr td > ul li {
  list-style: disc;
}
.about_info .about_info_table > table tr td > ul li > ul {
  padding-left: 20px;
  margin: 10px 0;
}
.about_info .about_info_table > table tr:first-child th {
  border-top: 1px solid #0071bc;
}
.about_info .about_info_table > table tr:first-child td {
  border-top: 1px solid #072280;
}
.about_info .about_info_table > table tr:last-child th {
  border-bottom: 1px solid #0071bc;
}

.about_history .about_history_content {
  width: 100%;
  height: auto;
  box-shadow: 7px 7px 5px rgba(81, 81, 81, 0.75);
  background-color: #fff;
  padding: 30px 30px 30px 0;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .about_history .about_history_content {
    padding: 20px 20px 20px 0;
  }
}

.history_list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.history_list .history_item {
  position: relative;
  display: flex;
  gap: 30px;
  padding-bottom: 30px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .history_list .history_item {
    font-size: 1rem;
    gap: 15px;
  }
}
.history_list .history_item:last-child {
  padding-bottom: 0;
}
.history_list .history_item:last-child .history_item__dot::after {
  display: none;
}
.history_list .history_item__year {
  flex: 0 0 100px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.02em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .history_list .history_item__year {
    flex: 0 0 80px;
  }
}
.history_list .history_item__dot {
  position: relative;
  flex: 0 0 auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #0071bc;
  margin: 0;
}
.history_list .history_item__dot::after {
  content: "";
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: calc(100% + 30px - 4px);
  background-color: #0071bc;
}
@media screen and (max-width: 853px) {
  .history_list .history_item__dot::after {
    height: calc(100% + 30px + 24px);
  }
}
@media screen and (max-width: 767px) {
  .history_list .history_item__dot::after {
    height: calc(100% + 30px + 4px);
  }
}
@media screen and (max-width: 714px) {
  .history_list .history_item__dot::after {
    height: calc(100% + 30px + 12px);
  }
}
@media screen and (max-width: 470px) {
  .history_list .history_item__dot::after {
    height: calc(100% + 30px + 35px);
  }
}
.history_list .history_item__text {
  font-family: "HGMaruGothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  line-height: initial;
}
.history_list .history_item__text span {
  color: #0071bc;
}

.about_license {
  background-color: #c5e5f6;
}
.about_license .about_license_content {
  width: 100%;
  height: auto;
  box-shadow: 7px 7px 5px rgba(81, 81, 81, 0.75);
  background-color: #fff;
  padding: 15px;
  border-radius: 15px;
}
.about_license .about_license_content .about_license_content_inner {
  border: 2px solid #0071bc;
  border-radius: 15px;
  padding: 15px 15px 15px 0;
}
.about_license .about_license_content .about_license_content_inner .history_list .history_item {
  padding-bottom: 15px;
}

.wpcf7 input[type=radio],
.wpcf7 input[type=checkbox] {
  appearance: auto;
  -webkit-appearance: auto;
  width: auto;
  height: auto;
  margin: 0 4px 0 0;
  padding: 0;
  border: revert;
  background: revert;
  cursor: pointer;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #0071bc;
  border-radius: 0;
  background: #fff;
  box-sizing: border-box;
  border-radius: 8px;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder {
  color: #aaa;
}

.page_contact .section_title_wrap .section_title_wrap_text {
  font-size: 1.125rem;
  font-family: "NotoSansJP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 400;
}
.page_contact .contact_form_wrap {
  width: 100%;
  height: auto;
  padding: 30px;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 3px 3px 5px rgba(81, 81, 81, 0.75);
  font-family: "NotoSansJP", "Hiragino Sans", "Yu Gothic", sans-serif;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form_wrap {
    margin-top: 30px;
    padding: 15px;
  }
}
.page_contact .contact_form_wrap .form_group {
  margin-bottom: 20px;
}
.page_contact .contact_form_wrap .form_group > p {
  margin: 0;
}
.page_contact .contact_form_wrap .form_group > p br {
  display: none;
}
.page_contact .contact_form_wrap .form_group > p label, .page_contact .contact_form_wrap .form_group > p > label {
  display: block;
  font-weight: bold;
  margin-bottom: 6px;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .page_contact .contact_form_wrap .form_group > p label, .page_contact .contact_form_wrap .form_group > p > label {
    font-size: 1rem;
  }
}
.page_contact .contact_form_wrap .form_group > p textarea {
  width: 100%;
  height: 180px;
  padding: 10px 12px;
  border: 1px solid #0071bc;
  background: #fff;
  font-size: 14px;
  box-sizing: border-box;
  resize: vertical;
  border-radius: 8px;
}
.page_contact .contact_form_wrap .form_group > p select {
  padding: 8px 32px 8px 12px;
  border: 1px solid #0071bc;
  background: #fff;
  appearance: auto;
  cursor: pointer;
  border-radius: 8px;
}
.page_contact .btn_main {
  display: block;
  width: 60%;
  max-width: 300px;
  padding: 15px 30px;
  font-size: 1.125rem;
  margin: 30px auto 0;
  border: 1px solid #0071bc;
  color: #0071bc;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page_contact .btn_main {
    padding: 10px 20px;
    font-size: 1rem;
  }
}
.page_contact .btn_main:hover {
  background-color: #0071bc;
  color: #fff;
}
.page_contact .wpcf7-spinner {
  display: none;
}

.required {
  font-size: 0.875rem;
  color: red;
}

.radio_wrap {
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}
.radio_wrap .wpcf7-radio {
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .radio_wrap .wpcf7-radio {
    flex-direction: column;
    gap: 5px;
  }
}
.radio_wrap .wpcf7-radio .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin: 0;
}
.radio_wrap .wpcf7-radio .wpcf7-list-item input[type=radio] {
  appearance: auto;
  -webkit-appearance: auto;
  width: auto;
  height: auto;
  margin-right: 6px;
  accent-color: #0071bc;
}

.visit_banner {
  background: #0071bc;
  color: #fff;
  padding: 14px 20px;
  margin: 32px 0 24px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .visit_banner {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .visit_banner {
    font-size: 0.875rem;
  }
}

.postal_wrap > p {
  display: flex;
  align-items: center;
  gap: 8px;
}
.postal_wrap > p .postal_first {
  width: 80px !important;
}
.postal_wrap > p .postal_second {
  width: 100px !important;
}
.postal_wrap > p .postal_hyphen {
  font-size: 18px;
  line-height: 1;
}

input[type=date] {
  appearance: auto;
  -webkit-appearance: auto;
  width: 250px;
  height: auto;
  accent-color: #0071bc;
  padding: 10px 12px;
  border: 1px solid #0071bc;
  border-radius: 8px;
}

.visit_group > label {
  margin-bottom: 12px;
}
.visit_group .visit_row > p {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .visit_group .visit_row > p {
    flex-direction: column;
    align-items: initial;
  }
}
.visit_group .visit_row > p .visit_label {
  min-width: 90px;
  font-weight: bold;
  color: #0071bc;
}
.visit_group .visit_row > p .visit_label.required-label::before {
  content: "・";
  color: #c5e5f6;
}
.visit_group .visit_row > p select {
  width: 250px;
  padding: 10px 12px;
  border: 1px solid #0071bc;
  background: #fff;
  border-radius: 8px;
}
.visit_group .visit_row > p br {
  display: none;
}

.form_divider {
  border-top: 1px solid #ccc;
  margin: 30px 0;
}

.check_group {
  width: fit-content;
  margin: 0 auto;
}
.check_group .wpcf7-list-item {
  margin-left: 0;
}
.check_group .wpcf7-list-item .check_group_item {
  width: fit-content;
}
.check_group .check_group_item_list {
  text-decoration: underline;
}

.privacy_policy .policy_heading_txt {
  line-height: 1.5;
  font-size: 1.125rem;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  font-family: "HGMaruGothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 1024px) {
  .privacy_policy .policy_heading_txt {
    font-size: 1rem;
    margin-top: 20px;
  }
}
.privacy_policy .policy_list {
  margin-top: 30px;
}
.privacy_policy .policy_list .policy_item {
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .privacy_policy .policy_list .policy_item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .privacy_policy .policy_list .policy_item {
    margin-bottom: 20px;
  }
}
.privacy_policy .policy_list .policy_item:last-child {
  margin-bottom: 0;
}
.privacy_policy .policy_list .policy_item h3 {
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 15px;
  border-left: 6px solid #0071bc;
  padding-left: 10px;
  color: #0071bc;
}
@media screen and (max-width: 1024px) {
  .privacy_policy .policy_list .policy_item h3 {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .privacy_policy .policy_list .policy_item h3 {
    font-size: 1.125rem;
  }
}
.privacy_policy .policy_list .policy_item p {
  font-size: 1.125rem;
  line-height: 1.5;
  font-family: "HGMaruGothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 1024px) {
  .privacy_policy .policy_list .policy_item p {
    font-size: 1rem;
  }
}
.privacy_policy .policy_list .policy_item ol {
  margin-top: 5px;
  list-style: decimal;
  padding-left: 30px;
}
.privacy_policy .policy_list .policy_item ol li {
  line-height: 1.5;
  font-family: "HGMaruGothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
}
.privacy_policy .policy_list .policy_item > address {
  margin-top: 20px;
}
.privacy_policy .policy_list .policy_item > address p {
  font-size: 1rem;
}
.privacy_policy .policy_list .policy_item > address p a {
  opacity: 1;
  transition: all 0.25s;
}
.privacy_policy .policy_list .policy_item > address p a:hover {
  opacity: 0.5;
  transition: all 0.25s;
}
.privacy_policy .policy_list .policy_item > address .company_address span {
  margin-left: 10px;
}

.not_found_content > p {
  text-align: center;
  font-size: 1.375rem;
  margin: 30px 0 60px;
}
.not_found_content .btn_main {
  margin: 0 auto;
}

.top_about .top_about_catch {
  font-size: 1.75rem;
  text-align: center;
  color: #000;
  font-weight: 600;
  line-height: 1.5;
  visibility: hidden;
}
.top_about .top_about_catch.on-animation {
  animation: fadeIn 1.5s ease-in-out forwards;
}
@media screen and (max-width: 1024px) {
  .top_about .top_about_catch {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 767px) {
  .top_about .top_about_catch {
    font-size: 1.375rem;
    line-height: 1.5;
  }
}
.top_about .top_about_catch span {
  color: #29abe2;
}
.top_about .top_about_text {
  font-size: 1.125rem;
  text-align: center;
  margin-top: 20px;
  font-family: "HGMaruGothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  visibility: hidden;
}
.top_about .top_about_text.on-animation {
  animation: fadeIn 1.5s ease-in-out forwards;
}
@media screen and (max-width: 1024px) {
  .top_about .top_about_text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .top_about .top_about_text {
    text-align: justify;
  }
}
.top_about .top_about_text span {
  color: #ed1c24;
  font-size: 1.375rem;
  text-decoration: underline;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .top_about .top_about_text span {
    font-size: 1.25rem;
  }
}
.top_about .btn_main {
  width: 45%;
  max-width: 300px;
  margin: 30px auto 0;
  visibility: hidden;
}
.top_about .btn_main.on-animation {
  animation: zoomIn 0.8s ease-in 1;
}
@media screen and (max-width: 767px) {
  .top_about .btn_main {
    width: 80%;
    max-width: 350px;
  }
}
.top_about .btn_main a {
  justify-content: center;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .top_about .btn_main a {
    padding: 10px 10px;
  }
}
.top_about .btn_main a .btn_text {
  font-size: 1.125rem;
}

.title_band {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: auto;
  font-size: 2rem;
  text-align: center;
  background-color: #072280;
  padding: 10px;
  color: #fff;
  margin: 0 auto;
  border-radius: 15px;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .title_band {
    font-size: 1.5rem;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .title_band {
    font-size: 1.25rem;
  }
}
.title_band::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #072280;
}
.title_band span {
  color: #ff931e;
}

.top_service {
  padding: 0;
}
.top_service .top_service_problem_content {
  position: relative;
  background-image: url(../img/top/top_service_bk_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .top_service .top_service_problem_content {
    background-size: cover;
    padding: 40px 0;
  }
}
.top_service .top_service_problem_content .top_service_problem_catch {
  font-size: 2rem;
  color: #000;
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top_service .top_service_problem_content .top_service_problem_catch {
    font-size: 1.5rem;
  }
}
.top_service .top_service_problem_content .top_service_problem_catch p span {
  font-size: 1.5rem;
  color: #0071bc;
}
@media screen and (max-width: 767px) {
  .top_service .top_service_problem_content .top_service_problem_catch p span {
    font-size: 1.25rem;
  }
}
.top_service .top_service_problem_content .top_service_problem_catch p.first_text {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top_service .top_service_problem_content .top_service_problem_catch p.first_text {
    font-size: 1.375rem;
  }
}
.top_service .top_service_problem_content .top_service_problem_img {
  width: 180px;
  height: 180px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  .top_service .top_service_problem_content .top_service_problem_img {
    width: 150px;
    height: 150px;
    margin: 15px auto 0;
  }
}
.top_service .top_service_problem_content .top_service_problem_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_service .top_service_problem_content .top_service_problem_list ul {
  display: flex;
  justify-content: center;
  gap: 45px;
  margin-top: 30px;
  align-items: end;
}
@media screen and (max-width: 767px) {
  .top_service .top_service_problem_content .top_service_problem_list ul {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
}
.top_service .top_service_problem_content .top_service_problem_list ul li {
  position: relative;
  width: 35%;
  max-width: 350px;
  background-color: #fff;
  box-shadow: 7px 7px 5px rgba(81, 81, 81, 0.75);
  padding: 32px 10px;
  border-radius: 15px;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  visibility: hidden;
}
.top_service .top_service_problem_content .top_service_problem_list ul li.on-animation {
  animation: slideInBottom 0.8s ease-out both;
}
@media screen and (max-width: 1024px) {
  .top_service .top_service_problem_content .top_service_problem_list ul li {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .top_service .top_service_problem_content .top_service_problem_list ul li {
    font-size: 1.25rem;
    width: 80%;
    padding: 20px 10px;
  }
}
.top_service .top_service_problem_content .top_service_problem_list ul li::before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: 65px;
  height: 65px;
  background-image: url(../img/icon/icon_service_problem.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.top_service .top_service_problem_content .top_service_problem_list ul li:nth-child(1), .top_service .top_service_problem_content .top_service_problem_list ul li:nth-child(3) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top_service .top_service_problem_content .top_service_problem_list ul li:nth-child(1), .top_service .top_service_problem_content .top_service_problem_list ul li:nth-child(3) {
    transform: initial;
    margin-bottom: 0;
  }
}
.top_service .top_service_content {
  position: relative;
  background-color: #c5e5f6;
  padding: 100px 0 80px;
  margin-top: 80px;
}
.top_service .top_service_content .title_band {
  position: absolute;
  top: -44px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  padding: 20px 20px;
}
@media screen and (max-width: 767px) {
  .top_service .top_service_content .title_band {
    top: -52px;
  }
}
.top_service .top_service_content .title_band:after {
  content: "";
  position: absolute;
  bottom: -35px;
  right: -35px;
  background-image: url(../img/top/top_service_man.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 108px;
  height: 108px;
}
@media screen and (max-width: 767px) {
  .top_service .top_service_content .title_band:after {
    width: 90px;
    height: 90px;
    bottom: -20px;
    right: -10px;
  }
}
.top_service .top_service_content .top_service_content_text {
  font-size: 1.125rem;
  font-family: "HGMaruGothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  text-align: center;
  visibility: hidden;
}
.top_service .top_service_content .top_service_content_text.on-animation {
  animation: fadeIn 1.5s ease-in-out forwards;
}
@media screen and (max-width: 767px) {
  .top_service .top_service_content .top_service_content_text {
    font-size: 1rem;
    text-align: justify;
  }
}
.top_service .top_service_content .top_service_content_text span {
  font-size: 1.375rem;
  color: #072280;
}
@media screen and (max-width: 767px) {
  .top_service .top_service_content .top_service_content_text span {
    font-size: 1.125rem;
  }
}
.top_service .top_service_content .top_service_content_features {
  margin-top: 50px;
}
.top_service .top_service_content .top_service_content_features .section_title_wrap .section_title {
  color: #000;
}
.top_service .top_service_content .top_service_content_features .section_title_wrap .section_title span {
  font-size: 3rem;
  color: #f15a24;
}
.top_service .top_service_content .top_service_content_features .top_service_content_features_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .top_service .top_service_content .top_service_content_features .top_service_content_features_list ul {
    gap: 15px;
  }
}
.top_service .top_service_content .top_service_content_features .top_service_content_features_list ul li {
  width: 48%;
  max-width: 580px;
  height: auto;
  background-color: #fff;
  padding: 20px;
  box-shadow: 5px 5px 0 #0071bc;
  border-radius: 15px;
  visibility: hidden;
}
.top_service .top_service_content .top_service_content_features .top_service_content_features_list ul li.on-animation {
  animation: slideInBottom 0.8s ease-out both;
}
@media screen and (max-width: 767px) {
  .top_service .top_service_content .top_service_content_features .top_service_content_features_list ul li {
    width: 100%;
    padding: 15px;
  }
}
.top_service .top_service_content .top_service_content_features .top_service_content_features_list ul li .top_service_content_features_item_title {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #000;
  border-bottom: 1px solid #0071bc;
  padding-bottom: 15px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .top_service .top_service_content .top_service_content_features .top_service_content_features_list ul li .top_service_content_features_item_title {
    font-size: 1.375rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 767px) {
  .top_service .top_service_content .top_service_content_features .top_service_content_features_list ul li .top_service_content_features_item_title {
    font-size: 1.25rem;
  }
}
.top_service .top_service_content .top_service_content_features .top_service_content_features_list ul li .top_service_content_features_item_title span {
  font-size: 2.625rem;
  color: #f15a24;
  font-family: "chaparral-pro", "Hiragino Sans", "Yu Gothic", sans-serif;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .top_service .top_service_content .top_service_content_features .top_service_content_features_list ul li .top_service_content_features_item_title span {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top_service .top_service_content .top_service_content_features .top_service_content_features_list ul li .top_service_content_features_item_title span {
    font-size: 2rem;
  }
}
.top_service .top_service_content .top_service_content_features .top_service_content_features_list ul li .top_service_content_features_item_text {
  margin-top: 15px;
  font-size: 1.125rem;
  font-family: "HGMaruGothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .top_service .top_service_content .top_service_content_features .top_service_content_features_list ul li .top_service_content_features_item_text {
    font-size: 1rem;
  }
}
.top_service .top_service_content .top_service_content_plan {
  margin-top: 80px;
}
.top_service .top_service_content .top_service_content_plan .section_title_wrap .section_title {
  color: #000;
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_title {
  position: relative;
  font-size: 1.75rem;
  font-weight: 500;
  width: fit-content;
  margin: 30px auto 0;
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_title::before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 70%;
  height: 2px;
  background-color: #0071bc;
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_title.training {
  margin-top: 80px;
}
.top_service .top_service_content .top_service_content_plan .band_campaign {
  width: fit-content;
  background-color: #ed1c24;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  font-size: 1.375rem;
  margin: 30px auto 0;
  font-family: "NotoSansJP", "Hiragino Sans", "Yu Gothic", sans-serif;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .top_service .top_service_content .top_service_content_plan .band_campaign {
    width: 100%;
    font-size: 1.25rem;
    padding: 10px 10px;
  }
}
.top_service .top_service_content .top_service_content_plan .band_campaign span {
  color: #fcee21;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .top_service .top_service_content .top_service_content_plan .band_campaign span {
    font-size: 1.375rem;
  }
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list {
  margin-top: 78px;
}
@media screen and (max-width: 767px) {
  .top_service .top_service_content .top_service_content_plan .top_service_content_plan_list {
    margin-top: 30px;
  }
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul {
  display: flex;
  justify-content: center;
  gap: 45px;
  visibility: hidden;
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul.on-animation {
  animation: slideInBottom 0.8s ease-out both;
}
@media screen and (max-width: 1024px) {
  .top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item {
  width: 33%;
  height: auto;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 7px 7px 5px rgba(81, 81, 81, 0.75);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item {
    width: 85%;
  }
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item:nth-child(1) .top_service_content_plan_item_desc .top_service_content_plan_item_desc_price .price span::after, .top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item:nth-child(2) .top_service_content_plan_item_desc .top_service_content_plan_item_desc_price .price span::after, .top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item:nth-child(3) .top_service_content_plan_item_desc .top_service_content_plan_item_desc_price .price span::after {
  content: "";
  position: absolute;
  top: -16px;
  right: -25px;
  color: #ed1c24;
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item:nth-child(1) .top_service_content_plan_item_desc .top_service_content_plan_item_desc_price .price span::after {
  content: "5";
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item:nth-child(2) .top_service_content_plan_item_desc .top_service_content_plan_item_desc_price .price span::after {
  content: "15";
  right: -52px;
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item:nth-child(3) .top_service_content_plan_item_desc .top_service_content_plan_item_desc_price .price span::after {
  content: "10";
  right: -52px;
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item .top_service_content_plan_item_title {
  padding: 15px 15px;
  width: 100%;
  height: auto;
  background-color: #0071bc;
  text-align: center;
  font-size: 1.375rem;
  line-height: 1.375rem;
  color: #fff;
  font-weight: 500;
  border-radius: 15px 15px 0 0;
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item .top_service_content_plan_item_desc {
  padding: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item .top_service_content_plan_item_desc {
    padding: 15px;
  }
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item .top_service_content_plan_item_desc .top_service_content_plan_item_desc_text .top_service_content_plan_item_desc_subtitle {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item .top_service_content_plan_item_desc .top_service_content_plan_item_desc_text .top_service_content_plan_item_desc_list {
  width: fit-content;
  margin: 20px auto;
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item .top_service_content_plan_item_desc .top_service_content_plan_item_desc_text .top_service_content_plan_item_desc_list li {
  position: relative;
  font-size: 1.125rem;
  padding-left: 25px;
  margin-bottom: 10px;
  font-family: "HGMaruGothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 1024px) {
  .top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item .top_service_content_plan_item_desc .top_service_content_plan_item_desc_text .top_service_content_plan_item_desc_list li {
    font-size: 1rem;
  }
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item .top_service_content_plan_item_desc .top_service_content_plan_item_desc_text .top_service_content_plan_item_desc_list li:last-child {
  margin-bottom: 0;
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item .top_service_content_plan_item_desc .top_service_content_plan_item_desc_text .top_service_content_plan_item_desc_list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  background-image: url(../img/icon/icon_check.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item .top_service_content_plan_item_desc .top_service_content_plan_item_desc_text .training_text {
  margin: 15px 0;
  font-size: 1.125rem;
  text-align: justify;
  font-family: "HGMaruGothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 767px) {
  .top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item .top_service_content_plan_item_desc .top_service_content_plan_item_desc_text .training_text {
    font-size: 1rem;
  }
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item .top_service_content_plan_item_desc .top_service_content_plan_item_desc_price {
  padding-top: 20px;
  margin-top: auto;
  border-top: 1px solid #ccc;
  text-align: center;
  font-weight: 600;
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item .top_service_content_plan_item_desc .top_service_content_plan_item_desc_price .price {
  font-size: 1.5rem;
  line-height: 3rem;
  margin-top: 30px;
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item .top_service_content_plan_item_desc .top_service_content_plan_item_desc_price .price span {
  position: relative;
  font-size: 3rem;
  color: #f15a24;
  margin: 0 5px;
}
@media screen and (max-width: 1024px) {
  .top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item .top_service_content_plan_item_desc .top_service_content_plan_item_desc_price .price span {
    font-size: 2.5rem;
  }
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item .top_service_content_plan_item_desc .top_service_content_plan_item_desc_price .price span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 5px;
  background-color: #ed1c24;
  transform: translate(-50%, -50%) rotate(45deg);
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item .top_service_content_plan_item_desc .top_service_content_plan_item_desc_price.price_training {
  font-size: 1.5rem;
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item .top_service_content_plan_item_desc .top_service_content_plan_item_desc_price.price_training .price {
  margin-top: 10px;
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item .top_service_content_plan_item_desc .top_service_content_plan_item_desc_price.price_training .price span {
  font-size: 2.25rem;
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item .top_service_content_plan_item_desc .top_service_content_plan_item_desc_price.price_training .price span::before, .top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item .top_service_content_plan_item_desc .top_service_content_plan_item_desc_price.price_training .price span::after {
  content: none;
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item .top_service_content_plan_item_desc .top_service_content_plan_item_desc_price.price_training .price .price_complement {
  font-size: 1.5rem;
  color: #072280;
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item.pickup_plan {
  position: relative;
  transform: scale(1.1);
}
.top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item.pickup_plan::before {
  content: "";
  position: absolute;
  top: -35px;
  right: -20px;
  width: 80px;
  height: 80px;
  background-image: url(../img/icon/icon_good.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .top_service .top_service_content .top_service_content_plan .top_service_content_plan_list > ul .top_service_content_plan_item.pickup_plan::before {
    top: -13px;
    right: -10px;
    width: 70px;
    height: 70px;
  }
}

.top_flow .top_flow_step ul {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.top_flow .top_flow_step ul li {
  width: 100%;
  height: 230px;
  position: relative;
  display: flex;
  border: 2px solid #0071bc;
  background-color: #fff;
  border-radius: 15px 0 0 0;
  visibility: hidden;
}
.top_flow .top_flow_step ul li.on-animation {
  animation: slideInBottom 0.8s ease-out both;
}
@media screen and (max-width: 1024px) {
  .top_flow .top_flow_step ul li {
    font-size: 1rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top_flow .top_flow_step ul li {
    flex-direction: column;
    height: auto;
    border-radius: 15px 15px 0 0;
  }
}
.top_flow .top_flow_step ul li::before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #0071bc;
}
.top_flow .top_flow_step ul li:last-child::before {
  content: none;
}
.top_flow .top_flow_step ul li .top_flow_step_number_block,
.top_flow .top_flow_step ul li .top_flow_step_text_block {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .top_flow .top_flow_step ul li .top_flow_step_number_block,
  .top_flow .top_flow_step ul li .top_flow_step_text_block {
    padding: 10px;
  }
}
.top_flow .top_flow_step ul li .top_flow_step_number_block {
  position: relative;
  width: 22%;
  height: auto;
  background-color: #0071bc;
  border-radius: 15px 0 0 0;
}
@media screen and (max-width: 767px) {
  .top_flow .top_flow_step ul li .top_flow_step_number_block {
    width: 100%;
    border-radius: 15px 15px 0 0;
  }
}
.top_flow .top_flow_step ul li .top_flow_step_number_block .top_flow_step_number_block_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .top_flow .top_flow_step ul li .top_flow_step_number_block .top_flow_step_number_block_inner {
    position: initial;
    transform: initial;
  }
}
.top_flow .top_flow_step ul li .top_flow_step_number_block .top_flow_step_number_block_inner .top_flow_step_number {
  font-size: 1.5rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.top_flow .top_flow_step ul li .top_flow_step_number_block .top_flow_step_number_block_inner .top_flow_step_number_icon {
  width: 90px;
  height: 90px;
  margin: 10px auto 0;
}
@media screen and (max-width: 767px) {
  .top_flow .top_flow_step ul li .top_flow_step_number_block .top_flow_step_number_block_inner .top_flow_step_number_icon {
    width: 50px;
    height: 50px;
  }
}
.top_flow .top_flow_step ul li .top_flow_step_number_block .top_flow_step_number_block_inner .top_flow_step_number_icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_flow .top_flow_step ul li .top_flow_step_text_block {
  width: 78%;
}
@media screen and (max-width: 767px) {
  .top_flow .top_flow_step ul li .top_flow_step_text_block {
    width: 100%;
  }
}
.top_flow .top_flow_step ul li .top_flow_step_text_block .top_flow_step_title {
  font-size: 1.5rem;
  color: #f15a24;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .top_flow .top_flow_step ul li .top_flow_step_text_block .top_flow_step_title {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .top_flow .top_flow_step ul li .top_flow_step_text_block .top_flow_step_title {
    text-align: center;
  }
}
.top_flow .top_flow_step ul li .top_flow_step_text_block .top_flow_step_text {
  font-size: 1.125rem;
  margin-top: 20px;
  font-family: "HGMaruGothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
}
@media screen and (max-width: 1024px) {
  .top_flow .top_flow_step ul li .top_flow_step_text_block .top_flow_step_text {
    font-size: 1rem;
    margin-top: 15px;
  }
}
.top_flow .top_flow_step ul li .top_flow_step_text_block .top_flow_step_text_precautions {
  font-family: "HGMaruGothic", "Hiragino Maru Gothic Pro", "Yu Gothic", "Meiryo", sans-serif;
  margin-top: 30px;
}
@media screen and (max-width: 1024px) {
  .top_flow .top_flow_step ul li .top_flow_step_text_block .top_flow_step_text_precautions {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top_flow .top_flow_step ul li .top_flow_step_text_block .top_flow_step_text_precautions {
    font-size: 0.875rem;
  }
}
.top_flow .top_flow_step ul li .top_flow_step_text_block .contact_btn {
  width: 50%;
  max-width: 350px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .top_flow .top_flow_step ul li .top_flow_step_text_block .contact_btn {
    width: 85%;
    margin: 15px auto 0;
  }
}

.top_seminar {
  background-color: #c5e5f6;
}
.top_seminar .top_seminar_content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
  width: 100%;
  height: auto;
  border-radius: 30px;
  border: 1px solid #0071bc;
  padding: 30px;
  background-color: #fff;
  visibility: hidden;
}
.top_seminar .top_seminar_content.on-animation {
  animation: slideInBottom 0.8s ease-out both;
}
@media screen and (max-width: 1024px) {
  .top_seminar .top_seminar_content {
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .top_seminar .top_seminar_content {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}
.top_seminar .top_seminar_content .top_seminar_content_flyer {
  display: block;
  position: relative;
  width: 100%;
  max-width: 400px;
  aspect-ratio: 3/4;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
@media screen and (max-width: 767px) {
  .top_seminar .top_seminar_content .top_seminar_content_flyer {
    margin: 0 auto;
  }
}
.top_seminar .top_seminar_content .top_seminar_content_flyer a {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: all 0.25s;
}
.top_seminar .top_seminar_content .top_seminar_content_flyer a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background-color: #fff;
}
.top_seminar .top_seminar_content .top_seminar_content_flyer a:hover {
  opacity: 0.5;
  transition: all 0.25s;
}
.top_seminar .top_seminar_content .top_seminar_content_flyer__badge {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 3px;
}
.top_seminar .top_seminar_content .top_seminar_content_info .seminar_info_list {
  border-top: 1px solid #ddd;
}
.top_seminar .top_seminar_content .top_seminar_content_info .seminar_info_list__item {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0;
  border-bottom: 1px solid #ddd;
}
.top_seminar .top_seminar_content .top_seminar_content_info .seminar_info_list__item dt {
  flex: 0 0 160px;
  font-weight: bold;
  color: #0071bc;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .top_seminar .top_seminar_content .top_seminar_content_info .seminar_info_list__item dt {
    font-size: 1.125rem;
  }
}
.top_seminar .top_seminar_content .top_seminar_content_info .seminar_info_list__item dd {
  flex: 1 1 calc(100% - 160px);
  margin: 0;
  color: #000;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .top_seminar .top_seminar_content .top_seminar_content_info .seminar_info_list__item dd {
    font-size: 1rem;
  }
}
.top_seminar .top_seminar_content .top_seminar_content_info .seminar_info_list__item dd a {
  opacity: 1;
  transition: all 0.25s;
}
.top_seminar .top_seminar_content .top_seminar_content_info .seminar_info_list__item dd a:hover {
  opacity: 0.5;
  transition: all 0.25s;
}
.top_seminar .top_seminar_content .top_seminar_content_info .seminar_info_list__item dd a .seminar_info_list_address {
  font-size: 1rem;
}
.top_seminar .top_seminar_content .top_seminar_content_info .seminar_info_list__item--note dd {
  color: #ed1c24;
  line-height: 1.4;
}
.top_seminar .top_seminar_content .top_seminar_content_info .seminar_info_list__item--map {
  flex-direction: column;
}
.top_seminar .top_seminar_content .top_seminar_content_info .seminar_info_list__item--map dt {
  flex: 0 0 auto;
  margin-bottom: 8px;
}
.top_seminar .top_seminar_content .top_seminar_content_info .seminar_info_list__item--map dd {
  flex: 1 1 100%;
}
.top_seminar .top_seminar_content .top_seminar_content_info .seminar_info_list__item--map dd iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .top_seminar .top_seminar_content .top_seminar_content_info .seminar_info_list__item {
    flex-direction: column;
  }
  .top_seminar .top_seminar_content .top_seminar_content_info .seminar_info_list__item dt {
    flex: 0 0 auto;
    margin-bottom: 4px;
  }
  .top_seminar .top_seminar_content .top_seminar_content_info .seminar_info_list__item dd {
    flex: 1 1 100%;
  }
}
.top_seminar .contact_btn {
  visibility: hidden;
}
.top_seminar .contact_btn.on-animation {
  animation: zoomIn 0.8s ease-in 1;
}
.top_seminar .contact_btn.tel {
  margin: 50px auto 0;
  width: 45%;
  max-width: 450px;
}
@media screen and (max-width: 767px) {
  .top_seminar .contact_btn.tel {
    width: 90%;
    max-width: 350px;
    margin: 30px auto 0;
  }
}
.top_seminar .contact_btn.tel a {
  padding: 15px 20px;
}/*# sourceMappingURL=main.css.map */