@charset "UTF-8";
/*ect */
body * {
  box-sizing: border-box;
}

html,
body,
header,
figure,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
h7,
p {
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #363833;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-font,
.off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: "Raleway", sans-serif;
}

h2 {
  font-size: 2.4rem;
}
@media screen and (min-width: 1281px) and (max-width: 1580px) {
  h2 {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1580px) and (min-width: 581px) and (max-width: 980px) {
  h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1580px) and (max-width: 580px) {
  h2 {
    font-size: 1.8rem;
  }
}

a {
  text-decoration: none;
  color: #0361d1;
  cursor: pointer;
}
a:hover {
  color: #000;
}

ul {
  list-style: none;
}

ul li {
  list-style-type: none;
}

.blinking {
  -webkit-animation: blink 1.5s ease-in-out infinite alternate;
  -moz-animation: blink 1.5s ease-in-out infinite alternate;
  animation: blink 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pc_nav {
  display: block;
  top: 0;
  position: sticky;
  z-index: 100;
}
@media screen and (max-width: 780px) {
  .pc_nav {
    display: none;
  }
}
.pc_nav .nav {
  background-color: #fff;
  box-shadow: 1px 1px 20px lightgray;
  position: relative;
}
.pc_nav .container {
  max-width: 1500px;
  margin: 0 auto;
  padding: 0.3rem 1rem;
}
.pc_nav .nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc_nav .nav-content .pc-title {
  font-size: 0.9vw;
  font-weight: normal;
  margin-bottom: 6px;
  display: block;
}
@media screen and (max-width: 780px) {
  .pc_nav .nav-content .pc-title {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .pc_nav .nav-content .pc-title {
    display: none;
  }
}
.pc_nav .nav-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.pc_nav .logo {
  color: white;
  font-size: 2rem;
  font-weight: bold;
}
.pc_nav .nav-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  color: #000;
  font-weight: 500;
  cursor: pointer;
  border-radius: 0.375rem;
  transition: background-color 0.3s;
  height: 60px;
}
.pc_nav .nav-item span {
  font-size: 1.8rem;
}
.pc_nav .nav-item:hover {
  background-color: #e2f0ff;
}
.pc_nav .nav-item i {
  font-size: 1.25rem;
}
.pc_nav .nav-item a {
  color: #000;
}
.pc_nav .tel_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 220px;
}
@media screen and (max-width: 1284px) {
  .pc_nav .tel_wrapper {
    display: none;
  }
}
.pc_nav .tel_wrapper .tel_num {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc_nav .tel_wrapper .tel_num .freedial_wrapper {
  max-width: 20%;
  width: 2vw;
}
.pc_nav .tel_wrapper .tel_num .freedial_wrapper img {
  width: 90%;
  height: auto;
}
.pc_nav .tel_wrapper .tel_num .tel_number {
  font-size: 2rem;
  font-weight: bold;
}
.pc_nav .tel_wrapper .tel_num .tel_number a {
  color: #000;
  font-size: 2.2rem;
}
.pc_nav .tel_wrapper .tel_num .tel_number a:hover, .pc_nav .tel_wrapper .tel_num .tel_number a:active, .pc_nav .tel_wrapper .tel_num .tel_number a:visited {
  color: #000;
}
.pc_nav .tel_wrapper .tel_text {
  font-size: 1.5rem;
  text-align: center;
  color: #000;
}
.pc_nav .dropdown-menu {
  position: absolute;
  top: 100%;
  left: -11%;
  background-color: white;
  border-radius: 0.375rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  min-width: 200px;
  display: none;
  z-index: 10;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.5rem 3rem;
  width: 58vw;
  flex-wrap: wrap;
}
@media screen and (max-width: 1248px) {
  .pc_nav .dropdown-menu {
    width: 80vw;
  }
}
.pc_nav .dropdown-menu.magazine {
  left: -100%;
}
@media screen and (max-width: 1248px) {
  .pc_nav .dropdown-menu.magazine {
    left: -150%;
  }
}
.pc_nav .dropdown-menu.area {
  left: -500%;
}
.pc_nav .dropdown-menu.area .area_main_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pc_nav .dropdown-menu.area .area_main_wrapper .link_wrapper {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}
.pc_nav .dropdown-menu.area .area_main_wrapper .map_wrapper {
  width: 27%;
}
.pc_nav .dropdown-menu.area .area_main_wrapper .map_wrapper img {
  width: 100%;
}
.pc_nav .dropdown-menu.magazine .new_article {
  padding: 1.5rem 1rem 1.5rem 0.5rem;
  text-decoration: none;
  font-size: 1.8rem;
  display: block;
  text-wrap: nowrap;
  width: 100%;
  color: #00499a;
  font-weight: bold;
  border-bottom: 2px solid #00499a;
}
.pc_nav .dropdown-menu::after {
  content: "";
  display: block;
  width: 30%;
}
.pc_nav .dropdown_area_caution {
  font-size: 1.6rem;
  margin-top: 20px;
}
.pc_nav .dropdown-item {
  display: flex;
  padding: 1.5rem 1rem 1.5rem 0.5rem;
  color: #1f2937;
  text-decoration: none;
  font-size: 1.8rem;
  display: block;
  text-wrap: nowrap;
  width: 48%;
  color: #00499a !important;
  font-weight: bold;
  border-bottom: 2px solid #00499a;
}
.pc_nav .dropdown-item.category {
  width: 31%;
}
@media screen and (max-width: 870px) {
  .pc_nav .dropdown-item.category {
    width: 30%;
    font-size: 1.3rem;
    padding: 1rem 1rem 1rem 0.5rem;
  }
}
.pc_nav .dropdown-item:hover {
  background-color: #f3f4f6;
}
.pc_nav .latest-posts-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.pc_nav .post-item {
  width: 23%;
}
.pc_nav .post-thumbnail {
  width: 100%;
}
.pc_nav .post-thumbnail img {
  width: 100%;
  height: auto;
}
.pc_nav .post-title {
  font-size: 1.5rem;
}

.sp_nav {
  display: none;
}
@media screen and (max-width: 780px) {
  .sp_nav {
    display: block;
  }
}
.sp_nav .nav {
  background-color: #fff;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.sp_nav .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}
.sp_nav .container .sp-title {
  display: none;
}
@media screen and (max-width: 780px) {
  .sp_nav .container .sp-title {
    font-size: 12px;
    display: block;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 580px) {
  .sp_nav .container .sp-title {
    font-size: 10px;
    padding-right: 12px;
    margin-top: 0;
    display: block;
    padding-bottom: 6px;
  }
}
.sp_nav .nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5rem;
}
.sp_nav .nav-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00499a;
}
.sp_nav .menu-button {
  background: none;
  border: none;
  color: #00499a;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  border-radius: 0.375rem;
}
.sp_nav .menu-button:hover {
  color: #bfdbfe;
}
.sp_nav .menu-button:focus {
  outline: none;
}
.sp_nav .menu-icon {
  width: 2.5rem;
  height: 2.5rem;
}
.sp_nav .menu-text {
  font-size: 0.75rem;
  margin-top: 0.25rem;
}
.sp_nav .sidebar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 91.666667%;
  max-width: 36rem;
  background-color: #00499a;
  overflow-y: auto;
  transform: translateX(-100%);
  transition: transform 0.3s ease-in-out;
  z-index: 50;
}
.sp_nav .sidebar.show {
  transform: translateX(0);
}
.sp_nav .sidebar-content {
  padding: 1.5rem;
}
.sp_nav .close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sp_nav .close-icon {
  width: 5rem;
  height: 5rem;
}
.sp_nav .close-text {
  font-size: 1.2rem;
  margin-top: 0.25rem;
}
.sp_nav .sidebar-menu {
  margin-top: 7rem;
}
.sp_nav .sidebar-item {
  border-bottom: 1px solid #3b82f6;
}
.sp_nav .sidebar-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem 1rem;
  text-align: left;
  background: none;
  border: none;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
}
.sp_nav .sidebar-menu-name {
  display: flex;
  align-items: center;
}
.sp_nav .sidebar-menu-name .sidebar-menu_text {
  color: white;
  font-size: 2rem;
}
.sp_nav .sidebar-icon {
  width: 2rem;
  height: 2rem;
  margin-right: 1rem;
}
.sp_nav .chevron-icon {
  width: 2rem;
  height: 2rem;
  transition: transform 0.2s;
}
.sp_nav .sidebar-button:hover {
  background-color: #2563eb;
}
.sp_nav .sidebar-menu_name {
  font-size: 2rem;
}
.sp_nav .sidebar-description {
  font-size: 1.5rem;
  color: #93c5fd;
  margin-top: 0.25rem;
}
.sp_nav .action-buttons {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.sp_nav .action-buttons .mail {
  width: 100%;
  margin-bottom: 4px;
}
.sp_nav .action-buttons .mail .btn {
  background: #eb6100;
  -webkit-box-shadow: 0 5px 0 #d25600;
  box-shadow: 0 5px 0 #d25600;
  font-size: 1.8rem;
}
.sp_nav .action-buttons .mail .btn i {
  font-size: 2.5rem;
}
.sp_nav .action-buttons .mail .btn .fa-envelope {
  transform: translateX(10px);
}
.sp_nav .action-buttons .line {
  width: 100%;
  margin-bottom: 24px;
}
.sp_nav .action-buttons .line .btn {
  font-size: 1.8rem;
}
.sp_nav .action-buttons .line .btn i {
  font-size: 2.5rem;
}
.sp_nav .action-buttons .line .btn .fa-line {
  transform: translateX(10px);
}
.sp_nav .sidebar_caution {
  color: #fff;
  font-size: 1.3rem;
}
.sp_nav .contact-button {
  background-color: #f97316;
  color: white;
}
.sp_nav .contact-button:hover {
  background-color: #ea580c;
}
.sp_nav .line-button {
  background-color: #22c55e;
  color: white;
}
.sp_nav .line-button:hover {
  background-color: #16a34a;
}
.sp_nav .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 40;
}
.sp_nav .overlay.show {
  display: block;
}
.sp_nav .submenu {
  display: none;
  background-color: #2563eb;
  padding: 1rem;
}
.sp_nav .submenu.show {
  display: block;
}
.sp_nav .submenu .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.sp_nav .submenu .item a {
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  transition: color 0.2s;
  display: block;
  padding: 8px;
}
.sp_nav .submenu .item a:hover {
  color: #ffffff;
  background-color: #5b92ee;
}
.sp_nav .dropdown_area_caution {
  font-size: 1.3rem;
  color: #fff;
  margin: 8px auto;
}
.sp_nav .menu-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.sp_nav .menu-icon {
  width: 30px;
  height: 20px;
  position: relative;
  transition: 0.3s;
}
.sp_nav .menu-icon span {
  display: block;
  position: absolute;
  height: 6px;
  width: 40px;
  transition: 0.3s;
  transform-origin: center;
  border-radius: 3px;
}
.sp_nav .menu-icon span:nth-child(1) {
  top: -4px;
  background-color: #00499a;
}
.sp_nav .menu-icon span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  background-color: #eb6120;
}
.sp_nav .menu-icon span:nth-child(3) {
  bottom: -4px;
  background-color: #00499a;
}
.sp_nav .menu-button.open .menu-icon span:nth-child(1) {
  transform: translateY(11px) rotate(45deg);
  background-color: #fff;
}
.sp_nav .menu-button.open .menu-icon span:nth-child(2) {
  opacity: 0;
}
.sp_nav .menu-button.open .menu-icon span:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
  background-color: #fff;
}

footer {
  width: 100%;
  padding-top: 60px;
  background-color: rgb(0, 72, 154);
}
footer #footerBox {
  width: 100%;
  max-width: 1110px;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 580px) {
  footer #footerBox {
    display: block;
    width: 100%;
  }
}
footer #footerBox #contener-01 {
  width: 48%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 {
    width: 100%;
    padding: 10px;
  }
}
footer #footerBox #contener-01 p#f-01 {
  box-sizing: border-box;
  text-align: center;
  font-size: 3.8rem;
  color: #f1f1f1;
  font-weight: bolder;
  padding: 0;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 p#f-01 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 480px) {
  footer #footerBox #contener-01 p#f-01 {
    font-size: 2.4rem;
  }
}
footer #footerBox #contener-01 p#f-01.vw {
  font-size: 3.3vw;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 p#f-01.vw {
    font-size: 7vw;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1580px) {
  footer #footerBox #contener-01 p#f-01.vw {
    font-size: min(2.7vw, 4rem);
  }
}
footer #footerBox #contener-01 p#f-01.vw.kiji {
  font-size: 2.6vw;
  line-height: 1.3;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 p#f-01.vw.kiji {
    font-size: 7vw;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1580px) {
  footer #footerBox #contener-01 p#f-01.vw.kiji {
    font-size: min(3vw, 3rem);
  }
}
footer #footerBox #contener-01 p#f-01 span {
  font-size: 150%;
  color: #eb6120;
  transform: scale(0.8, 1);
  margin-left: 7px;
}
footer #footerBox #contener-01 ul {
  padding: 30px 67px 30px;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  footer #footerBox #contener-01 ul {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 ul {
    padding: 20px 15px;
  }
}
footer #footerBox #contener-01 ul li {
  font-size: 1.7rem;
  color: #fff;
}
footer #footerBox #contener-01 p#f-02 {
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
}
footer #footerBox #contener-01 p#f-03 {
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  line-height: 3rem;
  margin-top: 20px;
  padding: 0;
}
footer #footerBox #contener-01 p#f-03 span {
  color: #eb6120;
  transform: scale(0.7, 1);
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 p#f-03.vw span {
    font-size: 5vw;
  }
  footer #footerBox #contener-01 p#f-03.vw span a {
    margin: 20px auto;
  }
}
footer #footerBox #contener-01 p#f-03 img {
  display: block;
  width: 90%;
  height: auto;
  margin: auto;
}
footer #footerBox #contener-01 img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
}
footer #footerBox #contener-01 p {
  text-align: center;
  padding: 10px;
}
footer #footerBox #contener-01 p a {
  vertical-align: top;
  display: inline-block;
  margin-top: 3px;
  color: #eb6120;
}
footer #footerBox #contener-01 p a img.linebutton {
  display: inline-block;
  width: 162px;
  height: 50px;
  max-width: 100%;
  vertical-align: middle;
  margin: 1em;
  margin-right: 20px;
}
footer #footerBox #contener-01 p img.qrcode {
  display: inline-block;
  width: 100px;
  height: 100px;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 p img.qrcode {
    display: none;
  }
}
footer #footerBox #contener-02 {
  width: 48%;
  padding: 10px;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-02 {
    width: 100%;
  }
}
footer #footerBox #contener-02 form input,
footer #footerBox #contener-02 form select,
footer #footerBox #contener-02 form textarea {
  margin-bottom: 0.5em;
  box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 2.507em;
  font-size: 1.6rem;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  color: #333;
  transition: color 0.3s, border 0.3s, background 0.3s, opacity 0.3s;
}
footer #footerBox #contener-02 form textarea {
  padding-top: 0.7em;
  min-height: 120px;
  color: #333;
}
footer #footerBox #contener-02 form input,
footer #footerBox #contener-02 form button,
footer #footerBox #contener-02 form select,
footer #footerBox #contener-02 form textarea {
  font: inherit;
  font-size: 1.6rem;
  color: #333;
}
footer #footerBox #contener-02 form p.form_style {
  color: #333;
  font-size: 1.6rem;
  padding: 0;
  margin-bottom: 0.5em !important;
  text-align: left !important;
  margin-top: 0.5em !important;
}
footer #footerBox #contener-02 form p.form_style .br-6 {
  border-radius: 6px;
}
footer #footerBox #contener-02 form p.form_buttonstyle {
  margin-bottom: 0.5em !important;
  text-align: center !important;
  margin-top: 1.5em !important;
}
footer #footerBox #contener-02 form p.form_buttonstyle span {
  text-align: center;
  color: #fff;
}
footer #footerBox #contener-02 form p.form_buttonstyle input[type=submit] {
  width: 200px;
  border-radius: 4px;
  font-size: 2rem;
  font-weight: 100;
  background-color: #eb6120;
  color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}
footer #footerBox #contener-02 form p.form_buttonstyle input[type=submit]:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.2) inset;
  background-color: #fba57d;
}
footer #footerBox #contener-02 form .btn-wrap {
  display: block;
  max-width: 435px;
  margin: 20px auto 20px;
}
footer #footerBox #contener-02 form .btn-wrap .btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 999px;
}
footer #footerBox #contener-02 form .btn-wrap .btn-c {
  font-size: 1.8rem;
  display: block;
  overflow: hidden;
  padding: 1rem 2rem 1rem 3rem;
  border-bottom: 5px solid #902e00;
  background: #ea611f;
}
footer #footerBox #contener-02 form .btn-wrap .btn-c:after {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  right: calc(50% - 15rem);
  margin: 0;
  padding: 0;
  content: "\f30b";
  color: #fff;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  footer #footerBox #contener-02 form .btn-wrap .btn-c:after {
    right: calc(50% - 20vw);
  }
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-02 form .btn-wrap .btn-c:after {
    font-size: 5vw;
    top: calc(50% - 2.5vw);
    right: calc(50% - 36vw);
  }
}
footer #footerBox #contener-02 form .btn-wrap .btn-c:hover {
  transform: translateY(3px);
  border-bottom: 2px solid #902e00;
  background: #ea611f;
}
footer #footerBox #contener-02 form .btn-wrap .btn-c input {
  background: none;
  border: none;
  display: block;
  margin: auto;
  font-weight: bold;
  cursor: pointer;
  font-size: 3rem;
  color: #fff;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-02 form .btn-wrap .btn-c input {
    font-size: 6vw;
  }
}
footer #footerBox #contener-02.contener-02 input[type=text],
footer #footerBox #contener-02.contener-02 select,
footer #footerBox #contener-02.contener-02 textarea {
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 4.3rem;
  font-size: 1.8rem;
  border-radius: 0;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  background-color: #fff;
  color: #333;
  margin-bottom: 15px;
}
footer #footerBox #contener-02.contener-02 input[type=text]:focus,
footer #footerBox #contener-02.contener-02 select:focus,
footer #footerBox #contener-02.contener-02 textarea:focus {
  outline: 4px solid #f4cccc;
  border-radius: 4px;
}
footer #footerBox #contener-02.contener-02 select {
  width: 100%;
  padding: 10px 4px;
  font-size: 2rem;
  margin-bottom: 16px;
  color: rgb(117, 117, 117);
  border: 1px solid #ddd;
  padding: 0 0.75em;
  height: 4.3rem;
  font-size: 1.8rem;
}
footer #footerBox #contener-02.contener-02 textarea {
  padding: 10px 16px;
}
footer #footerBox #contener-02.contener-02 .input-container {
  position: relative;
}
footer #footerBox #contener-02.contener-02 .tooltip {
  position: absolute;
  top: -50px;
  left: 0;
  padding: 10px;
  background-color: #0382d1;
  color: #fff;
  border-radius: 5px;
  display: none;
  z-index: 10;
  font-size: 1.7rem;
}
footer #footerBox #contener-02.contener-02 .tooltip.textarea {
  top: -75px;
}
footer #footerBox #contener-02.contener-02 .tooltip::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #0382d1;
}
footer #footerBox #contener-02.contener-02 .form_bottom_text {
  text-align: center;
  margin-top: 20px;
  font-size: 1.6rem;
  color: #fff;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-02.contener-02 .form_bottom_text {
    font-size: 3.5vw;
  }
}
footer #footerBox #contener-02 .input_top_text {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
footer #footerBox #contener-02 .input_top_text span {
  color: #0382d1;
  font-weight: 600;
}
footer #footerBox #contener-02 p {
  text-align: center;
  padding: 10px;
}
footer #footerBox #contener-02 p a {
  vertical-align: top;
  display: inline-block;
  margin-top: 3px;
  color: #eb6120;
}
footer #footerBox #contener-02 p a img.linebutton {
  display: inline-block;
  width: 162px;
  height: 50px;
  max-width: 100%;
  vertical-align: middle;
  margin: 1em;
  margin-right: 20px;
}
footer #footerBox #contener-02 p img.qrcode {
  display: inline-block;
  width: 100px;
  height: 100px;
}
footer #footerBox #contener-02 p#f-03 {
  font-size: 1.7rem;
  color: #fff;
  text-align: center;
  line-height: 3rem;
  margin-top: 20px;
  padding: 0;
}
footer #footerBox #contener-02 p#f-03 span {
  color: #eb6120;
  transform: scale(0.7, 1);
  font-size: 3rem;
  margin: 12px auto;
  font-weight: bold;
}
footer #footerBox #contener-02 p#f-03 span a {
  color: #eb6120;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-02 p#f-03 span a {
    font-size: 11vw;
    margin: 12px auto;
  }
}
footer #footerBox #contener-02 p#f-03.vw {
  font-size: 5vw;
}
footer #footerBox #contener-02 p#f-03 img {
  display: block;
  width: 90%;
  height: auto;
  margin: auto;
}

#footer_contents_wrapper {
  display: flex;
  width: 100%;
  max-width: 1110px;
  margin: auto;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 580px) {
  #footer_contents_wrapper {
    display: block;
  }
}
#footer_contents_wrapper a {
  color: #fff;
}
#footer_contents_wrapper a:hover {
  text-decoration: underline;
}
#footer_contents_wrapper ul li {
  margin-bottom: 8px;
}
#footer_contents_wrapper .footer_menu_wrapper {
  width: 30%;
  padding: 8px 32px 20px;
}
@media screen and (max-width: 580px) {
  #footer_contents_wrapper .footer_menu_wrapper {
    width: 100%;
    padding: 8px 20px 20px;
  }
}
#footer_contents_wrapper .footer_news_wrapper {
  width: 50%;
  padding: 8px 20px 20px;
}
@media screen and (max-width: 580px) {
  #footer_contents_wrapper .footer_news_wrapper {
    width: 100%;
  }
}
#footer_contents_wrapper .footer_news_wrapper p {
  margin: auto auto 8px;
  color: #ffffff;
  font-weight: bold;
}
#footer_contents_wrapper .footer_news_wrapper .new_article {
  margin-bottom: 32px;
}
#footer_contents_wrapper .footer_kisochishiki_wrapper {
  width: 20%;
  padding: 8px 20px 20px;
}
@media screen and (max-width: 580px) {
  #footer_contents_wrapper .footer_kisochishiki_wrapper {
    width: 100%;
  }
}
#footer_contents_wrapper .footer_kisochishiki_wrapper p {
  margin: auto auto 8px;
  color: #ffffff;
  font-weight: bold;
}

#copylight {
  background-color: #394356;
  color: #fff;
  padding: 10px 0 15px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 580px) {
  #copylight {
    display: block;
    padding: 12px 0 30px;
  }
}
#copylight p#copy {
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 580px) {
  #copylight p#copy {
    margin-top: 30px;
  }
}
#copylight ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 580px) {
  #copylight ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0px 20px;
    line-height: 2.5;
  }
}
#copylight ul li {
  margin-right: 12px;
}
#copylight ul li a {
  color: currentColor;
  touch-action: manipulation;
  font-size: 1.2rem;
}

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

.line_sp {
  display: none;
}
.line_sp img {
  width: 100%;
}
@media screen and (max-width: 580px) {
  .line_sp {
    display: block;
  }
}

#footer_sp_button {
  display: none;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  #footer_sp_button {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  #footer_sp_button {
    display: block;
    width: 100%;
    position: fixed;
    bottom: -6px;
    left: 0;
    font-size: 1.35rem;
    text-align: center;
    background: #fff;
    padding: 5px;
    z-index: 18;
  }
}
@media screen and (max-width: 580px) {
  #footer_sp_button #img {
    position: relative;
  }
  #footer_sp_button #img a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #footer_sp_button #img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
@media screen and (max-width: 580px) {
  #footer_sp_button.footer-banner-wrapper {
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s;
  }
}
#footer_sp_button.footer-banner-wrapper.on {
  opacity: 1;
  transform: translateY(0);
  transition: 0.5s;
}
@media screen and (max-width: 580px) {
  #footer_sp_button .footer-banner {
    position: relative;
    display: inline-block;
    overflow: hidden;
  }
  #footer_sp_button .footer-banner a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #footer_sp_button .footer-banner img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
#footer_sp_button .footer-banner::before {
  content: "";
  position: absolute;
  /* top と left を削除 */
  width: 100px;
  height: 600%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.4) 70%, rgba(255, 255, 255, 0.1) 80%, rgba(255, 255, 255, 0) 100%);
  /* 初期位置と回転を一つのtransformにまとめる */
  transform: translate(-50%, -150%) rotate(30deg);
  animation: shinefloat 2s infinite linear;
}

@keyframes shine {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes shinefloat {
  0% {
    transform: translate(-150%, -150%) rotate(30deg);
  }
  100% {
    transform: translate(450%, 50%) rotate(30deg);
  }
}
.side_banner_wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  max-width: 250px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  z-index: 1000;
}
@media screen and (max-width: 580px) {
  .side_banner_wrapper {
    display: none;
  }
}

.side-banner-close-button {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  z-index: 1001;
  pointer-events: auto;
}

.side-banner-close-button:hover {
  background: rgba(0, 0, 0, 0.7);
}

.side_banner_wrapper {
  transition: opacity 0.3s ease;
  transform: translateZ(0); /* ハードウェアアクセラレーション */
  will-change: opacity; /* ブラウザに変更予定を通知 */
}

.side_banner_wrapper.banner-visible {
  opacity: 1;
}

.side_banner_wrapper.banner-hidden {
  opacity: 0;
}

.side_banner_wrapper.banner-closed {
  display: none;
}

/* フェードイン・アウトのアニメーション */
.fade-in {
  display: block;
  animation: fadeIn 0.3s ease-in;
}

.fade-out {
  animation: fadeOut 0.3s ease-out;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}