@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;
}

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;
}

body {
  color: #363833;
}

.dw label {
  display: block;
  padding: 6px;
  padding-left: 20px;
  font-size: 1.6rem;
  position: relative;
}

.dw label::after {
  content: "▶";
  position: absolute;
  top: 6px;
  left: 150px;
  transform: rotate(90deg);
  transition: all 1.2s ease;
}

article section#submenu .dw input[type=checkbox]:checked + .subfor::after {
  transform: rotate(-90deg) !important;
}

article section#submenu .dw h5 {
  font-size: 1.6rem;
  margin: 10px;
}

article section#submenu .dw .subbox {
  padding: 0 10px 0 10px;
  height: 0;
  transition: all 1s ease;
  opacity: 0;
}

article section#submenu .dw input[type=checkbox]:checked + .subfor + .subbox {
  height: 80px;
  padding-top: 10px;
  z-index: -1;
  opacity: 1;
}

@media screen and (max-width: 580px) {
  article section#submenu .dw input[type=checkbox]:checked + .subfor + .subbox {
    height: 120px;
  }
}
article section#submenu .dw .subbox ul {
  margin: 0 0 5px 0;
  padding-left: 30px;
}

article section#submenu .dw .subbox ul li {
  display: inline-block;
  margin-right: 30px;
  font-size: 1.4rem;
  color: #00499a;
}

.blinking {
  animation: blink 1.5s ease-in-out infinite alternate;
}
@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 .nav-right {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 1028px) {
  .pc_nav .nav-right {
    display: none;
  }
}
.pc_nav .nav-right .mail {
  width: auto;
  max-width: -moz-max-content;
  max-width: max-content;
}
.pc_nav .nav-right .mail .btn {
  background: #eb6100;
  box-shadow: 0 5px 0 #d25600;
}
.pc_nav .nav-right .mail .fa-envelope {
  transform: translateX(10px);
}
.pc_nav .nav-right .mail .text {
  margin-left: 2.2rem;
  font-size: 1.5rem;
  transform: translateY(2px);
}
.pc_nav .nav-right .line {
  width: auto;
  max-width: -moz-max-content;
  max-width: max-content;
}
.pc_nav .nav-right .line .btn {
  font-size: 1.5rem;
  transform: translateY(2px);
}
.pc_nav .nav-right .line .text {
  font-size: 1.5rem;
  transform: translateY(2px);
  margin-left: 2rem;
}
.pc_nav .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 1rem;
  border-radius: 999px;
  font-weight: bold;
  transition: all 0.2s;
  border: none;
  cursor: pointer;
  width: 140px;
}
.pc_nav .btn-orange {
  background-color: #f97316;
  color: white !important;
  padding: 1rem 1rem !important;
  font-size: 1.4rem !important;
  letter-spacing: 0 !important;
}
.pc_nav .btn-orange:hover {
  background-color: #ea580c;
}
.pc_nav .btn-green {
  background-color: #22c55e;
  color: white !important;
  padding: 1rem 1rem !important;
  font-size: 1.4rem !important;
  letter-spacing: 0 !important;
}
.pc_nav .btn-green:hover {
  background-color: #16a34a;
}
.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;
  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 .action-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1rem;
  border: none;
  border-radius: 0.375rem;
  font-size: 1.5rem;
  cursor: pointer;
  transition: background-color 0.2s;
}
.sp_nav .action-button svg {
  width: 2rem;
  height: 2rem;
  margin-right: 0.5rem;
}
.sp_nav .action-button span {
  margin-left: 0.5rem;
  transform: translateY(1px);
}
.sp_nav .action-button .fab {
  font-size: 1.7rem;
}
.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;
}

.menu-checkbox {
  display: none;
}

.drawer-menu {
  display: none;
}
@media screen and (min-width: 1281px) and (max-width: 1580px) {
  .drawer-menu {
    display: none;
  }
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .drawer-menu {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .drawer-menu {
    display: block;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100%;
    width: 250px;
    transform: translateX(0);
    transition: all 0.5s ease-in-out;
    background-color: #00499a;
    z-index: 20;
    overflow: scroll;
    padding-bottom: 40px;
  }
}

.drawer-menu-list {
  margin-top: 40px;
  margin-bottom: 40px;
}

.drawer-menu-item-link {
  display: block;
  font-size: 1.5rem;
  color: #fff;
  padding-left: 20px;
  margin-top: 20px;
}

.drawer-menu-item-link:hover,
.drawer-menu-item .Label:hover {
  color: #5b9fd3;
}

.menu-checkbox:checked ~ .drawer-menu {
  transform: translateX(100%);
}

.drawer-icon {
  display: none;
}
@media screen and (min-width: 1281px) and (max-width: 1580px) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  .drawer-icon {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .drawer-icon {
    display: block;
    cursor: pointer;
    position: fixed;
    top: 25px;
    right: 60px;
    justify-content: center;
    align-items: center;
    z-index: 130;
    background-color: #fff;
  }
}

.drawer-icon span,
.drawer-icon span:before,
.drawer-icon span:after {
  content: "";
  display: block;
  height: 6px;
  width: 40px;
  border-radius: 3px;
  /*check*/
  background-color: #eb6120;
  position: absolute;
  transition: all 0.5s ease-in-out 0s;
}

.drawer-icon span::before {
  bottom: 12px;
  background-color: #00499a;
}

.drawer-icon span::after {
  top: 12px;
  background-color: #00499a;
}

.menu-checkbox:checked ~ .drawer-icon {
  background-color: #00499a;
}

.menu-checkbox:checked ~ .drawer-icon span {
  background-color: rgba(255, 255, 255, 0);
}

.menu-checkbox:checked ~ .drawer-icon span::before {
  bottom: 0;
  transform: rotate(-45deg);
  background-color: #fff;
}

.menu-checkbox:checked ~ .drawer-icon span::after {
  top: 0;
  transform: rotate(45deg);
  background-color: #fff;
}

.menu-background {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.5s ease-in-out 0s;
}

.menu-checkbox:checked ~ .menu-background {
  display: block;
  opacity: 0.3;
}

.drawer-menu-item .toggle {
  display: none;
}

.drawer-menu-item .Label {
  /*タイトル*/
  display: block;
  font-size: 1.5rem;
  color: #fff;
  padding-left: 20px;
  margin-top: 20px;
}

.drawer-menu-item .Label::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  transform: rotate(135deg);
}

.drawer-menu-item .Label,
.drawer-menu-item .content {
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.drawer-menu-item .content {
  height: 0;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0 20px;
  overflow: hidden;
}

.drawer-menu-item .toggle:checked + .Label + .content {
  height: auto;
  padding: 20px 8px 0px 20px;
  transition: all 0.3s;
  margin-top: 0;
}

.drawer-menu-item .toggle:checked + .Label + .content li {
  display: block;
  font-size: 1.5rem;
  padding-left: 1em;
  margin-bottom: 20px;
}

.drawer-menu-item .toggle:checked + .Label + .content li:last-of-type {
  margin-bottom: 0;
}

.drawer-menu-item .toggle:checked + .Label + .content li a {
  color: #fff;
}

.drawer-menu-item .toggle:checked + .Label + .content li a:hover {
  color: #5b9fd3;
}

.drawer-menu-item .toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
  top: calc(50% - 3px);
}

.drawer-tel_wrapper {
  padding: 0 0 0 20px;
}

.drawer-tel_num {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  gap: 4px;
}

.drawer-freedial_wrapper {
  width: 14%;
}

.drawer-freedial_wrapper img {
  width: 100%;
  height: auto;
}

.drawer-tel_number a {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  transform: translateY(1px);
}

.drawer-tel_text {
  color: #fff;
  font-size: 14px;
}

.drawer-line {
  width: 80%;
  margin: 20px 0 0 0;
  padding-left: 20px;
}
.drawer-line img {
  width: 100%;
  height: auto;
}

.btn,
a.btn,
button.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;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap-pc-sp {
  max-width: 435px;
  margin: 0 auto 20px;
}

a.btn-pc-sp {
  line-height: 1.4;
  width: 49.5%;
  padding: 1.25rem 0;
  color: white;
}

a.btn--contact {
  font-size: 1rem;
  display: block;
  padding: 1.6rem 0 1.6rem 2.2rem;
  color: #fff;
  border-radius: 100vh;
  background: #eb6100;
  box-shadow: 0 5px 0 #d25600;
}

a.btn--contact i {
  font-size: 2rem;
}

a.btn--contact i.fa-position-left {
  font-size: 3rem;
  left: 2rem;
}

a.btn--contact .number {
  line-height: 1;
  display: inline-block;
  margin-top: 0.5rem;
  padding: 0.25rem 1rem;
  letter-spacing: 0;
  color: #eb6100;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn--contact:hover {
  color: #fff;
}

a.btn--tel {
  font-size: 1.2rem;
  display: block;
  margin: 4px auto;
  padding: 0.5rem 2.5rem 0.5rem 3.5rem;
  color: #fff;
  border-radius: 100vh;
  background: #06c755;
  box-shadow: 0 5px 0 #00b349;
}

a.btn--tel i {
  font-size: 2rem;
}

a.btn--tel i.fa-line {
  font-size: 2.3rem;
  left: 1rem;
}

a.btn--tel .number {
  line-height: 1;
  display: inline-block;
  margin-top: 0.2rem;
  padding: 0.25rem 0.5rem;
  letter-spacing: 0;
  color: #094;
  border-radius: 0.5rem;
  background: #fff;
}

a.btn--tel:hover {
  color: #fff;
}

.fa-position-left {
  position: absolute;
  top: calc(50% - 0.5em);
  left: 1.2rem;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}

header {
  box-shadow: 1px 1px 20px lightgray;
}

article main.contents {
  width: 100%;
  max-width: 1110px;
  margin: auto;
  padding: 20px 0;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article main.contents {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  article main.contents {
    width: 100%;
    padding: 10px;
  }
}
article main.contents ul.breadcrumbs {
  max-width: 1180px;
  width: 100%;
  font-size: 1.5rem;
  margin: 20px auto;
  padding-left: 32px;
}
@media screen and (max-width: 580px) {
  article main.contents ul.breadcrumbs {
    padding-left: 12px;
  }
}
article main.contents ul.breadcrumbs li {
  list-style-type: none;
  display: inline-block;
  color: #000;
}
article main.contents ul.breadcrumbs li::after {
  content: "";
  background: #fff;
  height: 0;
}
article main.contents ul.breadcrumbs li a {
  color: #0382d1;
  cursor: pointer;
}
article main.contents ul.breadcrumbs li a:hover {
  color: #000;
}
article main.contents ul.breadcrumbs li + li:before {
  content: ">";
  margin: 0.5em;
}
article main.contents section {
  padding-top: 20px;
  width: 900px;
  margin: 30px auto;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article main.contents section {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  article main.contents section {
    width: 100%;
    margin: 0;
  }
}
article main.contents section #serviceInner {
  max-width: 550px;
  margin: auto;
}
article main.contents section #serviceInner img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article main.contents section #serviceInner {
    margin: auto;
  }
}
article main.contents .heading_wrapper {
  text-align: center;
}
article main.contents .contact_title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
@media screen and (max-width: 580px) {
  article main.contents .contact_title {
    font-size: 6vw;
  }
}
article main.contents .contact_title span {
  font-size: 4.5rem;
  color: #0382d1;
  margin-left: 12px;
}
@media screen and (max-width: 580px) {
  article main.contents .contact_title span {
    font-size: 12vw;
  }
}
article main.contents .contact_title .sp_only {
  display: none;
}
@media screen and (max-width: 580px) {
  article main.contents .contact_title .sp_only {
    display: block;
  }
}
article main.contents .contact_top_text {
  text-align: center;
  font-size: 2rem;
  background: linear-gradient(transparent 60%, #ff0 0%);
  display: inline;
  padding: 0 1px 0px;
}
@media screen and (max-width: 580px) {
  article main.contents .contact_top_text {
    font-size: 5vw;
  }
}

footer {
  width: 100%;
  padding-top: 40px;
}
footer #footerBox {
  width: 100%;
  max-width: 1110px;
  margin: auto auto 32px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 580px) {
  footer #footerBox {
    display: block;
  }
}
footer #footerBox #contener-01 {
  width: 48%;
  padding: 10px;
  margin: 0 auto;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 {
    width: 98%;
    margin: auto;
  }
}
footer #footerBox #contener-01 h1 {
  font-size: 4.2rem;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 h1 {
    font-size: 2.8rem;
  }
}
footer #footerBox #contener-01 .telContact {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 30px;
}
footer #footerBox #contener-01 .telContact a {
  color: #0382d1;
  text-align: center;
  transition: all 0.5s ease;
}
footer #footerBox #contener-01 .telContact a:hover {
  color: black;
}
footer #footerBox #contener-01 .time {
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 .time {
    font-size: 2rem;
  }
}
footer #footerBox #contener-01 .mainCopy {
  font-size: 3.2rem;
  text-align: center;
  margin: 30px 0;
  font-weight: 700;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 .mainCopy {
    font-size: 2.2rem;
  }
}
footer #footerBox #contener-01 .mainCopy span {
  font-size: 4.5rem;
  margin: 0 16px;
  color: #0382d1;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-01 .mainCopy span {
    font-size: 3.2rem;
  }
}
footer #footerBox #contener-01 .subCopy {
  font-size: 1.8rem;
  text-align: center;
}
footer #footerBox #contener-01 ul {
  margin-top: 30px;
  padding-left: 50px;
}
footer #footerBox #contener-01 ul li {
  font-size: 1.8rem;
  list-style-type: decimal;
}
footer #footerBox #contener-02 {
  width: 48%;
  padding: 10px 0;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-02 {
    width: 98%;
    margin: auto;
  }
}
footer #footerBox #contener-02 h2 {
  font-size: 3rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-02 h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
  }
}
footer #footerBox #contener-02 form {
  width: 100%;
}
footer #footerBox #contener-02 form p input[type=text],
footer #footerBox #contener-02 form p 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 form p input[type=text]:focus,
footer #footerBox #contener-02 form p textarea:focus {
  outline: 2px solid #f4cccc;
}
footer #footerBox #contener-02 form p textarea {
  min-height: 120px;
  padding: 10px 16px;
  font-family: "Open Sans", sans-serif;
}
footer #footerBox #contener-02 form p .form_buttonstyle {
  background: #536280;
  color: #fff;
  font-size: 1.8rem;
  margin-top: 30px;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
footer #footerBox #contener-02 form p .form_buttonstyle:hover {
  background: #fff;
  color: #536280;
  border: 1px solid #536280;
}
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;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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;
  box-shadow: 0 5px 0 #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);
  box-shadow: 0 2px 0 #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: 2.5rem;
  color: #fff;
  padding: 1.6rem 4rem;
  width: 100%;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  footer #footerBox #contener-02 form .btn-wrap .btn-c input {
    font-size: 3vw;
  }
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener-02 form .btn-wrap .btn-c input {
    font-size: 5vw;
  }
}
footer #footerBox #contener {
  width: 60%;
  padding: 10px 0;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener {
    width: 98%;
    margin: auto;
  }
}
footer #footerBox #contener h2 {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 12px;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener h2 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
  }
}
footer #footerBox #contener form {
  width: 100%;
}
footer #footerBox #contener form p input[type=text],
footer #footerBox #contener form p 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 form p input[type=text]:focus,
footer #footerBox #contener form p textarea:focus {
  outline: 4px solid #f4cccc;
  border-radius: 4px;
}
footer #footerBox #contener form p textarea {
  min-height: 120px;
  padding: 10px 16px;
  font-family: "Open Sans", sans-serif;
}
footer #footerBox #contener form p select:focus {
  outline: 4px solid #f4cccc;
  border-radius: 4px;
}
footer #footerBox #contener form p .form_buttonstyle {
  background: #536280;
  color: #fff;
  font-size: 1.8rem;
  margin-top: 30px;
  margin-bottom: 20px;
  transition: all 0.5s ease;
}
footer #footerBox #contener form p .form_buttonstyle:hover {
  background: #fff;
  color: #536280;
  border: 1px solid #536280;
}
footer #footerBox #contener form .btn-wrap {
  display: block;
  max-width: 435px;
  margin: 20px auto 20px;
}
footer #footerBox #contener form .btn-wrap.mx-500 {
  max-width: 500px;
}
footer #footerBox #contener form .btn-wrap .btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  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 form .btn-wrap .btn-c {
  font-size: 1.8rem;
  display: block;
  overflow: hidden;
  box-shadow: 0 5px 0 #902e00;
  background: #ea611f;
}
footer #footerBox #contener 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 form .btn-wrap .btn-c:after {
    right: calc(50% - 20vw);
  }
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener form .btn-wrap .btn-c:after {
    font-size: 5vw;
    top: calc(50% - 2.5vw);
    right: calc(50% - 36vw);
  }
}
footer #footerBox #contener form .btn-wrap .btn-c:hover {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #902e00;
  background: #ea611f;
}
footer #footerBox #contener form .btn-wrap .btn-c input {
  background: none;
  border: none;
  display: block;
  margin: auto;
  font-weight: bold;
  cursor: pointer;
  font-size: 2.5rem;
  color: #fff;
  padding: 1.6rem 4rem;
  width: 100%;
}
footer #footerBox #contener form .btn-wrap .btn-c input.py-2rem {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  footer #footerBox #contener form .btn-wrap .btn-c input {
    font-size: 3vw;
  }
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener form .btn-wrap .btn-c input {
    font-size: 7vw;
  }
}
footer #footerBox #contener .input_top_text {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
footer #footerBox #contener .input_top_text span {
  color: #0382d1;
  font-weight: 600;
}
footer #footerBox #contener .form_bottom_text {
  text-align: center;
  margin-top: 40px;
  font-size: 1.6rem;
}
@media screen and (max-width: 580px) {
  footer #footerBox #contener .form_bottom_text {
    font-size: 4vw;
  }
}
footer .contact_tel {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 40px;
}
footer .contact_tel .tel_number {
  position: relative;
  font-size: 5rem;
  font-weight: 600;
  color: #0382d1;
  display: inline-block;
}
footer .contact_tel .tel_number::after {
  content: "";
  width: 100%;
  height: 20px;
  background-color: #fff2cc;
  position: absolute;
  bottom: 12px;
  left: 0;
  z-index: -1;
  transform: scaleX(1.1);
}
@media screen and (max-width: 580px) {
  footer .contact_tel .tel_number {
    font-size: 11vw;
  }
}
@media screen and (max-width: 580px) {
  footer .contact_tel .contact_tel_main_text {
    font-size: 6vw;
  }
}
footer .contact_tel .contact_tel_sub_text {
  font-size: 2rem;
  margin-top: 12px;
}
footer #copylight {
  background-color: #394356;
  color: #fff;
  padding: 10px 0 15px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 580px) {
  footer #copylight {
    display: block;
    padding: 30px 0 30px;
  }
}
footer #copylight p#copy {
  text-align: center;
  font-size: 1.5rem;
}
@media screen and (max-width: 580px) {
  footer #copylight p#copy {
    margin-top: 30px;
  }
}
footer #copylight ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 580px) {
  footer #copylight ul {
    justify-content: center;
  }
}
footer #copylight ul li {
  margin-right: 12px;
}
footer #copylight ul li a {
  color: currentColor;
  touch-action: manipulation;
  font-size: 1.2rem;
}

#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;
  }
}
@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;
    z-index: 50;
  }
  #footer_sp_button #img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal {
  position: relative;
  max-width: 500px;
  max-height: 500px;
  margin: auto;
  width: 90%;
}

.close-button {
  position: absolute;
  top: 66px;
  right: 28px;
  font-size: 58px;
  cursor: pointer;
  color: #fff;
  background-color: transparent;
  border: none;
  z-index: 1000;
  background-color: #000;
  width: 15%;
  height: 15%;
  opacity: 0;
}
@media screen and (max-width: 580px) {
  .close-button {
    top: 64px;
    right: 22px;
    width: 16%;
    height: 13%;
  }
}

.modal img {
  max-width: 100%;
  height: auto;
  display: block;
}

.btn-wrap {
  display: block;
  max-width: 435px;
  margin: 20px auto 20px;
}
.btn-wrap.mx-500 {
  max-width: 500px;
}
.btn-wrap .btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 999px;
}
.btn-wrap .btn-c {
  font-size: 1.8rem;
  display: block;
  overflow: hidden;
  box-shadow: 0 5px 0 #902e00;
  background: #ea611f;
}
.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) {
  .btn-wrap .btn-c:after {
    right: calc(50% - 20vw);
  }
}
@media screen and (max-width: 580px) {
  .btn-wrap .btn-c:after {
    font-size: 5vw;
    top: calc(50% - 2.5vw);
    right: calc(50% - 36vw);
  }
}
.btn-wrap .btn-c:hover {
  transform: translateY(3px);
  box-shadow: 0 2px 0 #902e00;
  background: #ea611f;
}
.btn-wrap .btn-c input {
  background: none;
  border: none;
  display: block;
  margin: auto;
  font-weight: bold;
  cursor: pointer;
  font-size: 2.5rem;
  color: #fff;
  padding: 1.6rem 4rem;
  width: 100%;
}
.btn-wrap .btn-c input.py-2rem {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  .btn-wrap .btn-c input {
    font-size: 3vw;
  }
}
@media screen and (max-width: 580px) {
  .btn-wrap .btn-c input {
    font-size: 7vw;
  }
}

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;
}

.input-container {
  position: relative;
}

.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;
}
.tooltip.textarea {
  top: -75px;
}

.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;
}

.pagetop {
  height: 40px;
  width: 40px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 580px) {
  .pagetop {
    right: 15px;
    bottom: 90px;
  }
}

.pagetop__arrow {
  height: 8px;
  width: 8px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(20%) rotate(-45deg);
}/*# sourceMappingURL=housemaker-contact.css.map */