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

section#top {
  width: 100%;
  background: #00499a url(https://bousuikouji.info/wp-content/themes/omc/images/mv_bg.webp) 133% no-repeat;
  background-position: 28% -37px;
  margin: auto;
  z-index: 3;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  section#top {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  section#top {
    background-size: 100%;
    background-position: 0 0;
    display: block;
    background: #00499a url(https://bousuikouji.info/wp-content/themes/omc/images/mv_bg_sp.webp) 133% no-repeat;
  }
}
section#top #inner {
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 580px) {
  section#top #inner {
    background-image: url(https://bousuikouji.info/wp-content/themes/omc/images/bg_sp.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
  }
}
section#top #inner #left {
  width: 48%;
  max-width: 605px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  section#top #inner #left {
    width: 46%;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#top #inner #left {
    width: 45%;
  }
}
@media screen and (max-width: 580px) {
  section#top #inner #left {
    display: none;
  }
}
section#top #inner #left #left-inner {
  width: 94%;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  section#top #inner #left #left-inner {
    width: 100%;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#top #inner #left #left-inner {
    width: 100%;
  }
}
section#top #inner #left #left-inner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 580px) {
  section#top #inner #left #left-inner img {
    position: static;
  }
}
section#top #inner #right {
  padding: 15px;
  width: 48%;
  max-width: 655px;
  box-sizing: border-box;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  section#top #inner #right {
    width: 51%;
    padding: 0;
    font-size: 222%;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#top #inner #right {
    width: 51%;
    padding: 0;
  }
}
@media screen and (max-width: 580px) {
  section#top #inner #right {
    position: relative;
    width: 100%;
    padding-top: 83.8%;
  }
}
section#top #inner #right #right-inner {
  width: 100%;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 580px) {
  section#top #inner #right #right-inner {
    width: 63%;
    position: absolute;
    top: 0;
    left: 36vw;
    box-sizing: border-box;
  }
}
section#top #inner #right #right-inner p#main-cathe-copy {
  margin-top: 60px;
  position: relative;
  font-size: 5.2rem;
  letter-spacing: 3px;
  color: #fff;
  font-weight: 500;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-shadow: 3px 3px 0 #002a8c, -3px -3px 0 #002a8c, -3px 3px 0 #002a8c, 3px -3px 0 #002a8c, 0px 3px 0 #002a8c, 0 -3px 0 #002a8c, -3px 0 0 #002a8c, 3px 0 0 #002a8c;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  section#top #inner #right #right-inner p#main-cathe-copy {
    font-size: 4rem;
  }
}
@media screen and (min-width: 981px) and (max-width: 1080px) {
  section#top #inner #right #right-inner p#main-cathe-copy {
    font-size: 3.7rem;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#top #inner #right #right-inner p#main-cathe-copy {
    font-size: 3.4rem;
    margin-top: 12px;
  }
}
@media screen and (min-width: 881px) and (max-width: 980px) {
  section#top #inner #right #right-inner p#main-cathe-copy {
    font-size: 3rem;
    margin-top: 16px;
  }
}
@media screen and (min-width: 781px) and (max-width: 880px) {
  section#top #inner #right #right-inner p#main-cathe-copy {
    font-size: 2.6rem;
    margin-top: 20px;
  }
}
@media screen and (min-width: 681px) and (max-width: 780px) {
  section#top #inner #right #right-inner p#main-cathe-copy {
    font-size: 2.2rem;
    margin-top: 24px;
  }
}
@media screen and (min-width: 581px) and (max-width: 680px) {
  section#top #inner #right #right-inner p#main-cathe-copy {
    font-size: 1.8rem;
    margin-top: 37px;
  }
}
@media screen and (max-width: 580px) {
  section#top #inner #right #right-inner p#main-cathe-copy {
    margin-top: 32%;
    font-size: 4.5vw;
    font-weight: bold;
    text-shadow: none;
    text-shadow: 1.2px 1.2px 0 #002a8c, -1.2px -1.2px 0 #002a8c, -1.2px 1.2px 0 #002a8c, 1.2px -1.2px 0 #002a8c, 0px 1.2px 0 #002a8c, 0 -1.2px 0 #002a8c, -1.2px 0 0 #002a8c, 1.2px 0 0 #002a8c;
  }
}
section#top #inner #right #right-inner p#main-cathe-copy span {
  position: relative;
}
section#top #inner #right #right-inner p#main-cathe-copy span::before {
  content: "|";
  position: absolute;
  left: -7%;
  transform: rotate(-37deg);
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  section#top #inner #right #right-inner p#main-cathe-copy span::before {
    left: -10%;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#top #inner #right #right-inner p#main-cathe-copy span::before {
    left: -10%;
  }
}
@media screen and (max-width: 580px) {
  section#top #inner #right #right-inner p#main-cathe-copy span::before {
    left: -7%;
  }
}
section#top #inner #right #right-inner p#main-cathe-copy span::after {
  content: "|";
  position: absolute;
  right: -7%;
  transform: rotate(37deg);
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  section#top #inner #right #right-inner p#main-cathe-copy span::after {
    right: -10%;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#top #inner #right #right-inner p#main-cathe-copy span::after {
    right: -10%;
  }
}
@media screen and (max-width: 580px) {
  section#top #inner #right #right-inner p#main-cathe-copy span::after {
    right: -7%;
  }
}
section#top #inner #right #right-inner h2 {
  font-size: 10rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  section#top #inner #right #right-inner h2 {
    font-size: 10rem;
  }
}
@media screen and (min-width: 1181px) and (max-width: 1280px) {
  section#top #inner #right #right-inner h2 {
    font-size: 9.7rem;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1180px) {
  section#top #inner #right #right-inner h2 {
    font-size: 9.2rem;
  }
}
@media screen and (min-width: 981px) and (max-width: 1080px) {
  section#top #inner #right #right-inner h2 {
    font-size: 8.8rem;
  }
}
@media screen and (min-width: 881px) and (max-width: 980px) {
  section#top #inner #right #right-inner h2 {
    font-size: 8rem;
  }
}
@media screen and (min-width: 781px) and (max-width: 880px) {
  section#top #inner #right #right-inner h2 {
    font-size: 7rem;
  }
}
@media screen and (min-width: 681px) and (max-width: 780px) {
  section#top #inner #right #right-inner h2 {
    font-size: 6rem;
  }
}
@media screen and (min-width: 581px) and (max-width: 680px) {
  section#top #inner #right #right-inner h2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 580px) {
  section#top #inner #right #right-inner h2 {
    font-size: 9vw;
    margin-top: 5%;
    letter-spacing: 5px;
    text-align: center;
  }
}
section#top #inner #right #right-inner h2 span#large {
  font-size: 145%;
  transform: scale(0.8, 1);
  font-weight: 800;
  padding-left: 20px;
  color: #eb6120;
  text-align: center;
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
}
@media screen and (max-width: 580px) {
  section#top #inner #right #right-inner h2 span#large {
    font-weight: 650;
    padding: 0;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff;
  }
}
section#top #inner #right #right-inner p#sub-catch-copy {
  font-size: 6.7rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
  margin-top: 0px;
}
@media screen and (min-width: 1181px) and (max-width: 1280px) {
  section#top #inner #right #right-inner p#sub-catch-copy {
    font-size: 6.4rem;
  }
}
@media screen and (min-width: 1081px) and (max-width: 1180px) {
  section#top #inner #right #right-inner p#sub-catch-copy {
    font-size: 6rem;
  }
}
@media screen and (min-width: 981px) and (max-width: 1080px) {
  section#top #inner #right #right-inner p#sub-catch-copy {
    font-size: 5.7rem;
  }
}
@media screen and (min-width: 881px) and (max-width: 980px) {
  section#top #inner #right #right-inner p#sub-catch-copy {
    font-size: 5.1rem;
  }
}
@media screen and (min-width: 781px) and (max-width: 880px) {
  section#top #inner #right #right-inner p#sub-catch-copy {
    font-size: 4.5rem;
  }
}
@media screen and (min-width: 681px) and (max-width: 780px) {
  section#top #inner #right #right-inner p#sub-catch-copy {
    font-size: 3.9rem;
  }
}
@media screen and (min-width: 581px) and (max-width: 680px) {
  section#top #inner #right #right-inner p#sub-catch-copy {
    font-size: 3.3rem;
  }
}
@media screen and (max-width: 580px) {
  section#top #inner #right #right-inner p#sub-catch-copy {
    font-size: 6.5vw;
    margin-top: 5%;
  }
}
section#top #inner #right #right-inner #meinButton {
  position: relative;
  margin-top: 28px;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#top #inner #right #right-inner #meinButton {
    margin-top: 10px;
  }
}
@media screen and (max-width: 580px) {
  section#top #inner #right #right-inner #meinButton {
    height: 80px;
  }
}
section#top #inner #right #right-inner #meinButton img {
  display: block;
  margin: auto;
}
section#top #inner #right #right-inner #meinButton img:hover {
  transform: scaleX(10px);
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  section#top #inner #right #right-inner #meinButton img {
    width: 84%;
    margin: auto;
  }
}
@media screen and (min-width: 981px) and (max-width: 1080px) {
  section#top #inner #right #right-inner #meinButton img {
    width: 81%;
    height: auto;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#top #inner #right #right-inner #meinButton img {
    width: 80%;
    height: auto;
  }
}
@media screen and (max-width: 580px) {
  section#top #inner #right #right-inner #meinButton img {
    position: absolute;
    width: 130%;
    height: auto;
    top: -12px;
    left: -42%;
  }
}
section#top #inner #right #right-inner #meinButton a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media screen and (max-width: 580px) {
  section#top #inner #right #right-inner #meinButton a {
    width: 130%;
    height: 63px;
    top: -12px;
    left: -42%;
  }
}
section#top #inner #sp_content_top {
  display: none;
}
@media screen and (max-width: 580px) {
  section#top #inner #sp_content_top {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding-top: 38%;
  }
}
section#top #inner #sp_content_top .inner {
  display: flex;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
section#top #inner #sp_content_top .inner #selection-propaty {
  position: absolute;
  top: 6vw;
  left: 2vw;
  font-size: 4.5vw;
  line-height: 8vw;
  color: #fff;
  width: 28%;
}
section#top #inner #sp_content_top .inner #reason {
  width: 100%;
  position: absolute;
  top: 6vw;
  left: 0;
}
section#top #inner #sp_content_top .inner #reason p.ul_li_01 {
  margin-top: -1vw;
  box-sizing: border-box;
  color: #024a9c;
  font-size: 4.3vw;
  font-weight: bold;
  padding-left: 36%;
  line-height: 6vw;
}
section#top #inner #sp_content_top .inner #reason p.ul_li_01::before {
  content: "01";
  position: absolute;
  top: 2vw;
  left: 26vw;
  font-size: 6.5vw;
  transform: scale(0.7, 1);
}
section#top #inner #sp_content_top .inner #reason p.ul_li_01 span.wide {
  font-size: 4.5vw;
  transform: scale(0.7, 1);
  color: #eb6120;
}
section#top #inner #sp_content_top .inner #reason p.ul_li_02 {
  margin-top: 2vw;
  box-sizing: border-box;
  color: #024a9c;
  font-size: 4.3vw;
  font-weight: bold;
  padding-left: 20%;
  line-height: 6vw;
}
section#top #inner #sp_content_top .inner #reason p.ul_li_02::before {
  content: "02";
  position: absolute;
  top: 19vw;
  left: 10vw;
  font-size: 6.5vw;
  transform: scale(0.7, 1);
}
section#top #inner #sp_content_top .inner #reason p.ul_li_02 span.wide {
  font-size: 4.5vw;
  transform: scale(0.7, 1);
  color: #eb6120;
}

section#topmemo {
  display: flex;
  justify-content: space-between;
  z-index: 4;
}
@media screen and (max-width: 580px) {
  section#topmemo {
    display: none;
  }
}
section#topmemo #whyChooseUs {
  box-sizing: border-box;
  font-size: 2.4vw;
  font-weight: bold;
  letter-spacing: 5px;
  padding: 28px 0;
  width: 20%;
  background-color: #2f2f2f;
  color: #fff;
  text-align: center;
  line-height: 5.5rem;
}
@media screen and (max-width: 580px) {
  section#topmemo #whyChooseUs {
    background-color: rgba(255, 255, 255, 0);
  }
}
section#topmemo ul#syousai {
  width: 80%;
  color: #00499a;
  padding: 25px 0 20px 100px;
}
@media screen and (max-width: 580px) {
  section#topmemo ul#syousai {
    background-color: rgba(255, 255, 255, 0);
  }
}
section#topmemo ul#syousai li {
  margin-bottom: 13px;
  font-size: 2.4vw;
  font-weight: 700;
}
@media screen and (min-width: 981px) and (max-width: 1080px) {
  section#topmemo ul#syousai li {
    font-size: 2.2vw;
  }
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#topmemo ul#syousai li {
    font-size: 2.1vw;
  }
}
@media screen and (max-width: 580px) {
  section#topmemo ul#syousai li {
    background-color: rgba(255, 255, 255, 0);
  }
}
section#topmemo ul#syousai li span.colorOrenge {
  color: #eb6120;
  font-size: 3.2rem;
  transform: scale(0.75, 1);
  margin: 0 10px;
}
section#topmemo ul#syousai li:nth-child(1) {
  position: relative;
}
section#topmemo ul#syousai li:nth-child(1):before {
  position: absolute;
  content: "01";
  transform: scale(0.75, 1);
  font-size: 4.3rem;
  font-style: italic;
  top: -8px;
  left: -74px;
}
section#topmemo ul#syousai li:nth-child(2) {
  position: relative;
}
section#topmemo ul#syousai li:nth-child(2):before {
  content: "02";
  transform: scale(0.75, 1);
  position: absolute;
  top: -8px;
  left: -74px;
  font-size: 4.3rem;
  font-style: italic;
}

section#telContact {
  background-color: rgb(0, 73, 154);
  padding-top: 30px;
  padding-bottom: 30px;
  z-index: 5;
}
section#telContact p.telComment {
  box-sizing: border-box;
  text-align: center;
  font-size: 2.5rem;
  color: #f1f1f1;
  margin-bottom: 1.3em;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  section#telContact p.telComment {
    font-size: 4.2vw;
    padding: 0 20px;
  }
}
@media screen and (max-width: 580px) {
  section#telContact p.telComment {
    font-size: 4.2vw;
    padding: 0 10px;
  }
}
section#telContact #telButton {
  margin: auto;
  width: 410px;
  height: 96px;
  background-color: #eb6120;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 580px) {
  section#telContact #telButton {
    width: 72%;
    height: 55px;
  }
}
section#telContact #telButton p.telClick {
  text-align: center;
  font-size: 3.5em;
  font-weight: bold;
  padding: 27px 0 27px 40px;
  line-height: 1.2;
  color: #fff;
}
section#telContact #telButton p.telClick a {
  position: relative;
  color: #fff;
  text-decoration: none;
}
section#telContact #telButton p.telClick a:before {
  content: "";
  background: url(https://bousuikouji.info/wp-content/themes/omc/images/telButtonIcon.png);
  position: absolute;
  top: 50%;
  left: -25px;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 580px) {
  section#telContact #telButton p.telClick a:before {
    left: -35px;
  }
}
@media screen and (max-width: 580px) {
  section#telContact #telButton p.telClick {
    padding: 3px;
    padding-left: 45px;
    font-size: 6.8vw;
    transform: scale(0.8, 1);
    line-height: 4.8rem;
  }
}
section#telContact img#imgLinesoudan {
  display: none;
}
@media screen and (max-width: 580px) {
  section#telContact img#imgLinesoudan {
    display: block;
    margin: 10px auto;
    width: 95%;
    height: auto;
  }
}
section#telContact #linetouroku {
  display: none;
}
@media screen and (max-width: 580px) {
  section#telContact #linetouroku {
    display: block;
    text-align: center;
  }
}

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

/*q & a*/
header {
  box-shadow: 1px 1px 20px lightgray;
}

article .contents {
  max-width: 1110px;
  margin: auto;
  padding: 20px 20px;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article .contents {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  article .contents {
    width: 100%;
    padding: 10px;
  }
}
article .contents h1 {
  font-size: 4rem;
  color: rgb(46, 125, 185);
  font-weight: bold;
  text-align: center;
  margin: 60px 0 12px;
  position: relative;
}
@media screen and (max-width: 580px) {
  article .contents h1 {
    font-size: 2.8rem;
    margin-top: 36px;
  }
}
article .contents #breadcrumb {
  max-width: 1180px;
  width: 100%;
  margin: 8px auto 30px;
  font-size: 1.4rem;
  padding: 0;
}
article .contents h2 {
  background-color: #607194;
  padding: 8px 12px 4px;
  color: #fff;
  font-size: 3rem;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 580px) {
  article .contents h2 {
    font-size: 2rem;
  }
}
article .contents section p.null {
  font-size: 2rem;
  max-width: 1080px;
  width: 90%;
  margin: 30px auto;
}
article .contents section p.null .red {
  color: #f00;
  font-size: 1.9rem;
  font-weight: bold;
}
article .contents section p.null .bold {
  font-size: 1.9rem;
  font-weight: bold;
}
@media screen and (max-width: 580px) {
  article .contents section p.null {
    width: 100%;
  }
}
article .contents section .img_wrapper {
  width: 90%;
  height: auto;
  margin: 20px auto 30px;
}
@media screen and (max-width: 580px) {
  article .contents section .img_wrapper {
    width: 100%;
  }
}
article .contents section .img_wrapper.step {
  margin-bottom: 60px;
}
article .contents section .img_wrapper img {
  width: 100%;
  height: auto;
}
article .contents section .img_wrapper.flex {
  display: flex;
  flex-wrap: wrap;
  gap: 8%;
}
@media screen and (max-width: 580px) {
  article .contents section .img_wrapper.flex {
    display: block;
  }
}
article .contents section .img_wrapper.flex picture {
  width: 46%;
  margin-bottom: 20px;
}
@media screen and (max-width: 580px) {
  article .contents section .img_wrapper.flex picture {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  article .contents section .img_wrapper.flex picture img {
    margin-bottom: 32px;
  }
}
article .contents section .img_wrapper.mb-120 {
  margin-bottom: 120px;
}
article .contents section .iframe_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 40px;
}
article .contents section .iframe_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
article .contents section .map_flex_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2%;
  width: 90%;
  margin: auto auto 40px;
}
@media screen and (max-width: 780px) {
  article .contents section .map_flex_wrapper {
    align-items: center;
    display: block;
    width: 100%;
  }
}
article .contents section .map_flex_wrapper .map_img_wrapper {
  min-width: 300px;
  width: 50%;
}
@media screen and (max-width: 780px) {
  article .contents section .map_flex_wrapper .map_img_wrapper {
    margin: 0 auto 20px;
    width: 90%;
  }
}
article .contents section .map_flex_wrapper .map_img_wrapper img {
  width: 100%;
  height: auto;
}
article .contents section .map_flex_wrapper h3 {
  font-weight: bold;
  font-size: 2.8rem;
  margin-bottom: 8px;
  color: #2e7db9;
}
@media screen and (max-width: 780px) {
  article .contents section .map_flex_wrapper h3 {
    text-align: center;
  }
}
@media screen and (max-width: 580px) {
  article .contents section .map_flex_wrapper h3 {
    font-size: 2.5rem;
  }
}
article .contents section .map_flex_wrapper .map_detali_name_list {
  font-size: 1.8rem;
}
@media screen and (max-width: 780px) {
  article .contents section .map_flex_wrapper .map_detali_name_list {
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 580px) {
  article .contents section .map_flex_wrapper .map_detali_name_list {
    width: 100%;
  }
}
article .contents section .map_flex_wrapper .map_detali_name_list li {
  list-style-type: none;
  display: inline-block;
  color: #000;
  line-height: 1.7;
}
article .contents section .map_flex_wrapper .map_detali_name_list .map_detail_name::after {
  content: "、";
}
@media screen and (max-width: 780px) {
  article .contents section .map_flex_wrapper .map_detali_name_list .map_detail_name {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 780px) {
  article .contents section .map_flex_wrapper .map_detali_name_list .map_detail_name_last {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
article .contents section .map_under_text {
  border: 3px solid #f00;
  padding: 16px;
  font-size: 1.8rem;
  width: 90%;
  margin: 0px auto 60px;
  line-height: 1.8;
}
@media screen and (max-width: 580px) {
  article .contents section .map_under_text {
    padding: 12px;
    width: 100%;
  }
}
article .contents section .free-consultation_wrapper {
  background: #e7efff;
  border: 3px solid #00489a;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 580px) {
  article .contents section .free-consultation_wrapper {
    width: 100%;
    padding: 8px;
  }
}
article .contents section .free-consultation_wrapper.margin {
  margin: 60px auto;
}
article .contents section .free-consultation_wrapper .cta_title {
  background: #00489a;
  padding: 8px;
  text-align: center;
  color: #fff;
  font-size: 3rem;
}
article .contents section .free-consultation_wrapper .cta_title::before {
  margin-right: 1rem;
  content: "＼";
}
article .contents section .free-consultation_wrapper .cta_title::after {
  margin-left: 1rem;
  content: "／";
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article .contents section .free-consultation_wrapper .cta_title {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 580px) {
  article .contents section .free-consultation_wrapper .cta_title {
    font-size: 4vw;
  }
}
article .contents section .free-consultation_wrapper .advisor_wrapper {
  display: flex;
  gap: 32px;
  align-items: center;
  padding: 20px 20px 0;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article .contents section .free-consultation_wrapper .advisor_wrapper {
    gap: 12px;
  }
}
@media screen and (max-width: 580px) {
  article .contents section .free-consultation_wrapper .advisor_wrapper {
    display: block;
    padding: 20px 12px 0;
  }
}
article .contents section .free-consultation_wrapper .advisor_wrapper .advisor_img_wrapper {
  max-width: 180px;
  min-width: 170px;
}
@media screen and (max-width: 580px) {
  article .contents section .free-consultation_wrapper .advisor_wrapper .advisor_img_wrapper {
    width: 70%;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: auto;
  }
}
article .contents section .free-consultation_wrapper .advisor_wrapper .advisor_img_wrapper img {
  width: 100%;
  height: auto;
}
article .contents section .free-consultation_wrapper .advisor_wrapper .text_wrapper {
  font-size: 1.8rem;
  padding-top: 20px;
}
@media screen and (max-width: 580px) {
  article .contents section .free-consultation_wrapper .advisor_wrapper .text_wrapper {
    padding-top: 12px;
  }
}
article .contents section .free-consultation_wrapper .advisor_wrapper .text_wrapper p {
  margin: auto auto 20px;
}
article .contents section .free-consultation_wrapper .discount {
  text-align: center;
  font-size: 3.5rem;
  font-weight: bold;
  margin: 20px;
  line-height: 1.3;
  color: #eb6120;
}
@media screen and (max-width: 580px) {
  article .contents section .free-consultation_wrapper .discount {
    font-size: 2.5rem;
  }
}
article .contents section .free-consultation_wrapper .discount span {
  color: #363833;
}
article .contents section .free-consultation_wrapper .free-consultation_btn {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
  background: #eb6120;
  text-align: center;
  width: 60%;
  margin: 4px auto 32px;
  transition: all 0.3s;
  border-radius: 999px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article .contents section .free-consultation_wrapper .free-consultation_btn {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 580px) {
  article .contents section .free-consultation_wrapper .free-consultation_btn {
    font-size: 6vw;
    width: 90%;
  }
}
article .contents section .free-consultation_wrapper .free-consultation_btn::before {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  right: calc(50% - 17rem);
  margin: 0;
  padding: 0;
  content: "\f30b";
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article .contents section .free-consultation_wrapper .free-consultation_btn::before {
    font-size: 3.2vw;
    top: calc(50% - 1.5vw);
    right: calc(50% - 18vw);
  }
}
@media screen and (max-width: 580px) {
  article .contents section .free-consultation_wrapper .free-consultation_btn::before {
    font-size: 6vw;
    top: calc(50% - 3vw);
    right: calc(50% - 32vw);
  }
}
article .contents section .free-consultation_wrapper .free-consultation_btn:hover {
  transform: scale(1.1);
  color: #fff;
}
article .contents section .free-consultation_wrapper .free-consultation_btn a {
  color: #fff;
  padding: 12px;
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 580px) {
  article .contents section .free-consultation_wrapper .free-consultation_btn a {
    font-size: 2rem;
  }
}
article .contents section .line-mitsumori_wrapper {
  width: 90%;
  margin: 80px auto;
}
@media screen and (max-width: 580px) {
  article .contents section .line-mitsumori_wrapper {
    width: 100%;
  }
}
article .contents section .line-mitsumori_wrapper .flex_wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 580px) {
  article .contents section .line-mitsumori_wrapper .flex_wrapper {
    display: block;
  }
}
article .contents section .line-mitsumori_wrapper .flex_wrapper .img_wrapper {
  width: 40%;
}
@media screen and (max-width: 580px) {
  article .contents section .line-mitsumori_wrapper .flex_wrapper .img_wrapper {
    width: 100%;
  }
}
article .contents section .line-mitsumori_wrapper .flex_wrapper .img_wrapper img {
  width: 100%;
  height: auto;
}
article .contents section .line-mitsumori_wrapper .flex_wrapper .text_wrapper {
  width: 60%;
}
@media screen and (max-width: 580px) {
  article .contents section .line-mitsumori_wrapper .flex_wrapper .text_wrapper {
    width: 100%;
  }
}
article .contents section .line-mitsumori_wrapper .flex_wrapper .text_wrapper h3 {
  font-size: 4rem;
  color: #00b900;
  margin: auto auto 12px;
  line-height: 1.2;
}
@media screen and (max-width: 580px) {
  article .contents section .line-mitsumori_wrapper .flex_wrapper .text_wrapper h3 {
    font-size: 3rem;
    text-align: center;
  }
}
article .contents section .line-mitsumori_wrapper .flex_wrapper .text_wrapper p {
  font-size: 1.8rem;
}
article .contents section .line-mitsumori_wrapper .line-mitsumori_btn {
  background: #00b900;
  text-align: center;
  width: 60%;
  margin: 4px auto;
  border-radius: 12px;
  border: 2px solid #fff;
}
@media screen and (max-width: 580px) {
  article .contents section .line-mitsumori_wrapper .line-mitsumori_btn {
    width: 100%;
    margin-top: 30px;
  }
}
article .contents section .line-mitsumori_wrapper .line-mitsumori_btn a {
  color: #fff;
  padding: 12px;
  display: block;
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 580px) {
  article .contents section .line-mitsumori_wrapper .line-mitsumori_btn a {
    font-size: 2rem;
  }
}
article .contents section .free-consultation_btn {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #fff;
  border-radius: 0.5rem;
  background: #eb6120;
  text-align: center;
  width: 60%;
  margin: 4px auto 32px;
  transition: all 0.3s;
  border-radius: 999px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article .contents section .free-consultation_btn {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 580px) {
  article .contents section .free-consultation_btn {
    font-size: 6vw;
    width: 90%;
  }
}
article .contents section .free-consultation_btn::before {
  font-family: "Font Awesome 5 Free";
  font-size: 2rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 1rem);
  right: calc(50% - 17rem);
  margin: 0;
  padding: 0;
  content: "\f30b";
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article .contents section .free-consultation_btn::before {
    font-size: 3.2vw;
    top: calc(50% - 1.5vw);
    right: calc(50% - 18vw);
  }
}
@media screen and (max-width: 580px) {
  article .contents section .free-consultation_btn::before {
    font-size: 6vw;
    top: calc(50% - 3vw);
    right: calc(50% - 32vw);
  }
}
article .contents section .free-consultation_btn:hover {
  transform: scale(1.1);
  color: #fff;
}
article .contents section .btn-copy_wrapper {
  margin: 40px auto 30px;
}
article .contents section .btn-copy_wrapper .btn-copy {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.2em;
  text-align: center;
}
@media screen and (max-width: 580px) {
  article .contents section .btn-copy_wrapper .btn-copy {
    font-size: 4vw;
  }
}
article .contents section .btn-copy_wrapper .btn-copy:before {
  margin-right: 1rem;
  content: "＼";
}
article .contents section .btn-copy_wrapper .btn-copy:after {
  margin-left: 1rem;
  content: "／";
}
article .contents section .btn-copy_wrapper .btn {
  display: block;
  background: #eb6120;
  color: #fff;
  max-width: 400px;
  width: 90%;
  margin: auto;
  text-align: center;
  border-radius: 999px;
  padding: 12px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  border-bottom: 5px solid #902e00;
  transition: 0.5s;
}
@media screen and (max-width: 580px) {
  article .contents section .btn-copy_wrapper .btn {
    font-size: 4vw;
  }
}
article .contents section .btn-copy_wrapper .btn:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: calc(50% - 15rem);
  margin: 0;
  padding: 0;
  content: "\f054";
}
@media screen and (max-width: 580px) {
  article .contents section .btn-copy_wrapper .btn:before {
    font-size: 4vw;
    right: calc(50% - 31vw);
  }
}
article .contents section .btn-copy_wrapper .btn:hover {
  border-bottom: 2px solid #902e00;
  transform: translateY(3px);
  transition: 0.5s;
}
article .contents section.maching {
  background: rgb(40, 40, 40);
  color: #f1f1f1;
  width: 100%;
  padding: 50px 0;
}
article .contents section.maching .inner {
  margin: 0 auto;
  max-width: 1110px;
}
@media screen and (max-width: 580px) {
  article .contents section.maching .inner {
    max-width: 99%;
    padding: 10px;
  }
}
article .contents section.maching .inner h2 {
  text-align: center;
  font-size: 3.3rem;
  background: #282828;
  margin: 0;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article .contents section.maching .inner h2 {
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 580px) {
  article .contents section.maching .inner h2 {
    font-size: 2.4rem;
  }
}
article .contents section.maching .inner h3 {
  text-align: center;
  margin-top: 35px;
  font-size: 1.8vw;
}
@media screen and (max-width: 580px) {
  article .contents section.maching .inner h3 {
    font-size: 2rem;
    padding: 0 20px;
  }
}
article .contents section.maching .inner .matching_picture {
  margin-top: 60px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 580px) {
  article .contents section.maching .inner .matching_picture {
    display: block;
  }
}
article .contents section.maching .inner .matching_picture figure {
  width: 250px;
  margin: 0;
}
@media screen and (max-width: 580px) {
  article .contents section.maching .inner .matching_picture figure {
    width: 100%;
  }
}
article .contents section.maching .inner .matching_picture figure img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
article .contents section.maching .inner .matching_picture figure figcaption {
  margin: 10px auto;
  font-weight: bold;
  text-align: center;
  font-size: 2.1rem;
}
@media screen and (max-width: 580px) {
  article .contents section.maching .inner .matching_picture figure figcaption {
    font-size: 1.6rem;
  }
}
article .contents section.detail {
  width: 100%;
  padding: 0;
}
article .contents section.detail .inner {
  max-width: 1110px;
  margin: 0 auto;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  article .contents section.detail .inner {
    padding: 15px;
  }
}
@media screen and (max-width: 580px) {
  article .contents section.detail .inner {
    max-width: 99%;
    padding: 10px;
  }
}
article .contents section.detail .inner p.null {
  width: 100%;
}
article .contents section.detail .inner figure.img_right {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #808080;
  display: flex;
  justify-content: center;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  article .contents section.detail .inner figure.img_right {
    display: block;
    padding: 10px;
  }
}
article .contents section.detail .inner figure.img_right.top {
  padding-top: 0;
}
article .contents section.detail .inner figure.img_right .img_inner {
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 30px 0 0;
}
@media screen and (max-width: 580px) {
  article .contents section.detail .inner figure.img_right .img_inner {
    width: 100%;
    padding: 10px;
  }
}
article .contents section.detail .inner figure.img_right .img_inner img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
article .contents section.detail .inner figure.img_right .img_inner .caption {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 4px;
}
article .contents section.detail .inner figure.img_right figcaption {
  padding: 0 0 0 30px;
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  article .contents section.detail .inner figure.img_right figcaption {
    width: 100%;
    padding: 0 10px;
  }
}
article .contents section.detail .inner figure.img_right figcaption h3 {
  font-size: min(2.4vw, 3.2rem);
  margin-bottom: 15px;
}
@media screen and (max-width: 580px) {
  article .contents section.detail .inner figure.img_right figcaption h3 {
    font-size: 2rem;
    text-align: center;
  }
}
article .contents section.detail .inner figure.img_right figcaption p {
  font-size: 2rem;
}
article .contents section.detail .inner figure.img_right figcaption p:nth-of-type(1) {
  margin-bottom: 15px;
}
article .contents section.detail .inner figure.img_right figcaption p:nth-of-type(2) {
  margin-bottom: 10px;
}
article .contents section.detail .inner figure.img_right figcaption p:nth-of-type(3) {
  scroll-margin-top: 10px;
}
article .contents section.detail .inner figure.img_right figcaption ul {
  padding: 10px 30px 18px;
}
article .contents section.detail .inner figure.img_right figcaption ul li {
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
  font-size: 1.8rem;
}
article .contents section.detail .inner figure.img_right figcaption ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #2e7db9;
  top: 4px;
  left: -25px;
}
article .contents section.detail .inner figure.img_right figcaption ul li .check {
  position: absolute;
  width: 6px;
  height: 12px;
  border-bottom: 2px solid #2e7db9;
  border-left: 2px solid #2e7db9;
  transform: rotate(-45deg);
  top: 1px;
  left: -24px;
}
article .contents section.detail .inner figure.img_right figcaption button {
  background: #eb6120;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 10px 20px;
  border-radius: 99px;
  transition: all 1s ease;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  margin: 20px auto;
  border: none;
  letter-spacing: 4px;
}
@media screen and (max-width: 580px) {
  article .contents section.detail .inner figure.img_right figcaption button {
    font-size: 1.6rem;
  }
}
article .contents section.detail .inner figure.img_right figcaption button:hover {
  opacity: 0.6;
}
article .contents section.detail .inner figure.img_right figcaption button a {
  position: absolute;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
article .contents section.detail .inner figure.img_left {
  padding-top: 70px;
  padding-bottom: 70px;
  border-bottom: 1px solid #808080;
  display: flex;
  justify-content: center;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  article .contents section.detail .inner figure.img_left {
    display: block;
    width: 100%;
    padding: 10px;
  }
}
article .contents section.detail .inner figure.img_left .img_inner {
  width: 50%;
  box-sizing: border-box;
  overflow: hidden;
  order: 2;
  padding: 0 0 0 10px;
}
@media screen and (max-width: 580px) {
  article .contents section.detail .inner figure.img_left .img_inner {
    width: 100%;
    padding: 10px;
  }
}
article .contents section.detail .inner figure.img_left .img_inner img {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 580px) {
  article .contents section.detail .inner figure.img_left .img_inner img {
    width: 100%;
  }
}
article .contents section.detail .inner figure.img_left .img_inner .caption {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 4px;
}
article .contents section.detail .inner figure.img_left figcaption {
  padding: 0 10px 0 0;
  width: 50%;
  box-sizing: border-box;
  order: 1;
}
@media screen and (max-width: 580px) {
  article .contents section.detail .inner figure.img_left figcaption {
    width: 100%;
    padding: 0 10px;
  }
}
article .contents section.detail .inner figure.img_left figcaption h3 {
  font-size: min(2.4vw, 3.2rem);
  margin-bottom: 15px;
}
@media screen and (max-width: 580px) {
  article .contents section.detail .inner figure.img_left figcaption h3 {
    font-size: 2rem;
    text-align: center;
  }
}
article .contents section.detail .inner figure.img_left figcaption p {
  font-size: 2rem;
}
article .contents section.detail .inner figure.img_left figcaption p:nth-of-type(1) {
  margin-bottom: 15px;
}
article .contents section.detail .inner figure.img_left figcaption p:nth-of-type(2) {
  margin-bottom: 10px;
}
article .contents section.detail .inner figure.img_left figcaption p:nth-of-type(3) {
  scroll-margin-top: 10px;
}
article .contents section.detail .inner figure.img_left figcaption ul {
  padding: 10px 30px 18px;
}
article .contents section.detail .inner figure.img_left figcaption ul li {
  list-style-type: none;
  margin-bottom: 5px;
  color: #2e7db9;
  position: relative;
}
article .contents section.detail .inner figure.img_left figcaption ul li::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #2e7db9;
  top: 4px;
  left: -25px;
}
article .contents section.detail .inner figure.img_left figcaption ul li .check {
  position: absolute;
  width: 6px;
  height: 12px;
  border-bottom: 2px solid #2e7db9;
  border-left: 2px solid #2e7db9;
  transform: rotate(-45deg);
  top: 1px;
  left: -24px;
}
article .contents section.detail .inner figure:last-child {
  border-bottom: none;
}
article .contents section.jirei h3 {
  font-size: 2.5rem;
  border-bottom: 2px double #607194;
  width: 90%;
  margin: 30px auto 20px;
  color: #536280;
  position: relative;
}
@media screen and (max-width: 580px) {
  article .contents section.jirei h3 {
    width: 100%;
  }
}
article .contents section.jirei .jirei_wrapper {
  margin-bottom: 80px;
}
article .contents section.jirei .jirei_wrapper #content .piclist {
  margin: auto auto 20px;
}
article .contents section.jirei .jirei_wrapper #content .piclist ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .piclist ul {
    display: block;
    width: 100%;
    text-align: center;
  }
}
article .contents section.jirei .jirei_wrapper #content .piclist ul li {
  width: 45%;
  font-size: 16px;
  margin-bottom: 28px;
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .piclist ul li {
    width: 90%;
    margin: auto auto 28px;
  }
}
article .contents section.jirei .jirei_wrapper #content .piclist ul li img {
  width: 100%;
  height: 100%;
}
article .contents section.jirei .jirei_wrapper #content .sekourei {
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .sekourei {
    width: 90%;
  }
}
article .contents section.jirei .jirei_wrapper #content .sekourei table {
  padding-left: 20px;
  border-spacing: 0;
  border-collapse: collapse;
  width: 90%;
  margin: auto auto 40px;
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .sekourei table {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .sekourei table tr {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .sekourei table tr:first-of-type {
    border-top: 1px solid #999;
  }
}
article .contents section.jirei .jirei_wrapper #content .sekourei table tr td {
  font-size: 1.4em;
  text-align: left;
  padding: 7px;
  border: 1px solid #999;
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .sekourei table tr td {
    width: 100%;
    text-align: center;
  }
}
article .contents section.jirei .jirei_wrapper #content .sekourei table tr td.color {
  width: 10%;
  text-align: center;
  background-color: #ddd;
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .sekourei table tr td.color {
    width: 100%;
  }
}
article .contents section.jirei .jirei_wrapper #content .sekourei table tr td.discount {
  width: 60%;
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .sekourei table tr td.discount {
    width: 100%;
  }
}
article .contents section.jirei .jirei_wrapper #content h3 {
  margin: 20px auto;
  padding: 20px 0px 20px 25px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  font-weight: bold;
  text-align: left;
  color: #191919;
  font-size: 2em;
  clear: both;
  background-color: #fff;
}
article .contents section.jirei .jirei_wrapper #content h4 {
  font-size: 2.5em;
  font-weight: bold;
  padding: 10px 0 0;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: center;
}
article .contents section.jirei .jirei_wrapper #content h5 {
  margin-top: 25px;
  margin-right: 30px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-right: 0px;
  font-size: 1.8em;
}
article .contents section.jirei .jirei_wrapper #content p.talk {
  margin: 12px auto 25px;
  font-size: 1.7em;
}
article .contents section.jirei .jirei_wrapper #content p.talk.blue {
  color: #607194;
  font-weight: bold;
  margin: 0;
}
article .contents section.jirei .jirei_wrapper #content .voice_wrapper {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 20px 20px auto;
  gap: 2%;
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .voice_wrapper {
    display: block;
    margin: auto;
  }
}
article .contents section.jirei .jirei_wrapper #content .voice_wrapper.noflex {
  display: block;
  width: 100%;
  margin: auto;
}
article .contents section.jirei .jirei_wrapper #content .voice_wrapper .voice_img_wrapper {
  width: 30%;
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .voice_wrapper .voice_img_wrapper {
    width: 100%;
    margin-bottom: 12px;
  }
}
article .contents section.jirei .jirei_wrapper #content .voice_wrapper .voice_img_wrapper img {
  width: 100%;
  height: auto;
}
article .contents section.jirei .jirei_wrapper #content .voice_wrapper .voice_message_wrapper {
  width: 70%;
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .voice_wrapper .voice_message_wrapper {
    width: 100%;
  }
}
article .contents section.jirei .jirei_wrapper #content .voice_wrapper .voice_message_wrapper.noflex {
  width: 100%;
}
article .contents section.jirei .jirei_wrapper #content .voice_wrapper .voice_message_wrapper p {
  font-size: 2em;
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper #content .voice_wrapper .voice_message_wrapper p {
    font-size: 1.8em;
  }
}
article .contents section.jirei .jirei_wrapper .jirei_text_wrapper {
  text-align: center;
}
article .contents section.jirei .jirei_wrapper .tasya_mitsumori {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 1010px) {
  article .contents section.jirei .jirei_wrapper .tasya_mitsumori {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper .tasya_mitsumori {
    font-size: 4.5vw;
  }
}
article .contents section.jirei .jirei_wrapper .bousui_mitsumori {
  font-size: 3rem;
  text-align: center;
  position: relative;
  background: linear-gradient(transparent 60%, #ff0 0%);
  display: inline;
}
article .contents section.jirei .jirei_wrapper .bousui_mitsumori span {
  font-size: 120%;
  color: #f00;
  font-weight: bold;
}
article .contents section.jirei .jirei_wrapper .bousui_mitsumori br {
  display: none;
}
@media screen and (max-width: 1010px) {
  article .contents section.jirei .jirei_wrapper .bousui_mitsumori br {
    display: block;
  }
}
@media screen and (max-width: 1010px) {
  article .contents section.jirei .jirei_wrapper .bousui_mitsumori {
    font-size: 4vw;
  }
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper .bousui_mitsumori {
    font-size: 5.5vw;
  }
}
article .contents section.jirei .jirei_wrapper .sagaku {
  font-size: 3rem;
  display: block;
  background-color: #fff9bf;
  padding: 10px 12px 6px;
  margin: 36px auto auto;
  border: 2px solid #ffb773;
  border-radius: 8px;
  text-align: center;
}
article .contents section.jirei .jirei_wrapper .sagaku span {
  font-size: 120%;
  color: #f00;
  font-weight: bold;
}
@media screen and (max-width: 1010px) {
  article .contents section.jirei .jirei_wrapper .sagaku span {
    display: block;
  }
}
@media screen and (max-width: 1010px) {
  article .contents section.jirei .jirei_wrapper .sagaku {
    font-size: 4vw;
  }
}
@media screen and (max-width: 580px) {
  article .contents section.jirei .jirei_wrapper .sagaku {
    font-size: 5.5vw;
  }
}

.four-character {
  border: 1px solid #555;
  border-collapse: collapse;
  width: 90%;
  margin: auto auto 40px;
  font-size: 1.7rem;
}
.four-character tbody {
  font-size: 1.7rem;
}
.four-character tbody tr {
  height: 40px;
}
.four-character tbody tr:first-child {
  background: #e7ebf3;
  font-weight: bold;
  text-align: center;
  width: 30%;
}
.four-character tbody tr th {
  border: 1px solid #555;
  padding: 10px;
  background: #e7ebf3;
}
.four-character tbody tr td {
  border: 1px solid #555;
  padding: 10px;
}

.btn-copy_wrapper {
  margin: 40px auto 30px;
  height: 140px;
}
.btn-copy_wrapper .btn-copy {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 0.2em;
  text-align: center;
}
.btn-copy_wrapper .btn-copy::before {
  margin-right: 1rem;
  content: "＼";
}
.btn-copy_wrapper .btn-copy::after {
  margin-left: 1rem;
  content: "／";
}
.btn-copy_wrapper .btn {
  display: block;
  background: #eb6120;
  color: #fff;
  max-width: 400px;
  width: 90%;
  margin: auto auto 40px;
  text-align: center;
  border-radius: 999px;
  padding: 12px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  border-bottom: 5px solid #902e00;
  transition: 0.5s;
}
.btn-copy_wrapper .btn::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.8rem);
  right: calc(50% - 15rem);
  margin: 0;
  padding: 0;
  content: "\f054";
}
.btn-copy_wrapper .btn:hover {
  border-bottom: 2px solid #902e00;
  transform: translateY(3px);
  transition: 0.5s;
}

.comparison_wrapper {
  width: 90%;
  margin: auto auto 120px;
}

.jirei_graph_img_wrapper {
  width: 100%;
  margin-bottom: 60px;
}
.jirei_graph_img_wrapper img {
  width: 100%;
  height: auto;
}

.jirei_img_flex_wrapper {
  display: flex;
  justify-content: space-between;
}
.jirei_img_flex_wrapper .jirei_img_wrapper {
  width: 49%;
}
.jirei_img_flex_wrapper .jirei_img_wrapper img {
  width: 100%;
  height: auto;
}

.jirei_detail_wrapper {
  margin-bottom: 40px;
}
.jirei_detail_wrapper dl {
  display: flex;
  justify-content: flex-start;
  font-size: 1.8rem;
  border-top: 1px solid #ccc;
  padding: 20px 12px;
  border-bottom: 1px solid #CCC;
  margin: 0;
}
.jirei_detail_wrapper dl:last-of-type {
  border-top: none;
}
@media screen and (max-width: 780px) {
  .jirei_detail_wrapper dl {
    display: block;
  }
}
.jirei_detail_wrapper dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .jirei_detail_wrapper dl dt {
    margin-bottom: 12px;
  }
}
.jirei_detail_wrapper dl dt span {
  background-color: #3a459a;
  color: #fff;
  padding: 6px 8px;
}
.jirei_detail_wrapper dl dd {
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 780px) {
  .jirei_detail_wrapper dl dd {
    margin: 0;
  }
}

.comparison {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 780px) {
  .comparison {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  .comparison {
    display: block;
  }
}

.price-box {
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  width: 45%;
}

.other-company {
  background-color: #f8d7da;
  border: 2px solid #dc3545;
}
@media screen and (max-width: 780px) {
  .other-company {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .other-company {
    display: block;
    margin-bottom: 20px;
    width: 100%;
  }
}

.our-company {
  background-color: #d4edda;
  border: 2px solid #28a745;
}
@media screen and (max-width: 580px) {
  .our-company {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 780px) {
  .our-company {
    display: block;
    width: 100%;
  }
}

.price-label {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 780px) {
  .price-label {
    font-size: 5vw;
  }
}
@media screen and (max-width: 580px) {
  .price-label {
    font-size: 5vw;
  }
}

.price {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 780px) {
  .price {
    font-size: 8vw;
  }
}
@media screen and (max-width: 580px) {
  .price {
    font-size: 8vw;
  }
}

.highlight {
  font-size: 28px;
  color: #28a745;
}
@media screen and (max-width: 780px) {
  .highlight {
    font-size: 9ch;
  }
}
@media screen and (max-width: 580px) {
  .highlight {
    font-size: 9vw;
  }
}

.image-placeholders {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
  gap: 12px;
}
@media screen and (max-width: 780px) {
  .image-placeholders {
    display: block;
  }
}
@media screen and (max-width: 580px) {
  .image-placeholders {
    display: block;
  }
}

.image-placeholder {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 300px;
  max-height: 300px;
}
@media screen and (max-width: 780px) {
  .image-placeholder {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 580px) {
  .image-placeholder {
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 20px;
  }
}
.image-placeholder img {
  width: 100%;
  height: auto;
}
.image-placeholder.data {
  background-color: #fff;
  font-size: 2rem;
  font-weight: bold;
  border: 1px solid #000;
}
.image-placeholder.data .data_top {
  background-color: #ddd;
  padding: 12px 19px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 780px) {
  .image-placeholder.data .data_top {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  .image-placeholder.data .data_top {
    width: 100%;
  }
}
.image-placeholder.data .data_bottom {
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2;
  padding: 12px 0;
}

.image-placeholder-text {
  margin-bottom: 10px;
}

.saving {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 60px;
  background-color: #e7efff;
  padding: 20px;
  border-radius: 8px;
  border: 3px solid #00489a;
}

.saving-label {
  font-size: 24px;
  font-weight: bold;
  color: #b8860b;
  margin-bottom: 15px;
}
@media screen and (max-width: 780px) {
  .saving-label {
    font-size: 5vw;
  }
}
@media screen and (max-width: 580px) {
  .saving-label {
    font-size: 5vw;
  }
}

.saving-amount {
  font-size: 32px;
  font-weight: bold;
  color: #eb6120;
  margin-bottom: 15px;
}
@media screen and (max-width: 780px) {
  .saving-amount {
    font-size: 9vw;
  }
}
@media screen and (max-width: 580px) {
  .saving-amount {
    font-size: 9vw;
  }
}

.saving-percentage {
  font-size: 28px;
  font-weight: bold;
  color: #ff4500;
}
@media screen and (max-width: 780px) {
  .saving-percentage {
    font-size: 7vw;
  }
}
@media screen and (max-width: 580px) {
  .saving-percentage {
    font-size: 7vw;
  }
}

#supervisor .supervisor_wrapper {
  width: 900px;
  margin: 20px auto auto;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  #supervisor .supervisor_wrapper {
    width: 96%;
  }
}
@media screen and (max-width: 580px) {
  #supervisor .supervisor_wrapper {
    width: 92%;
  }
}
#supervisor .supervisor_heading {
  background-color: #00489a;
  display: inline-block;
  padding: 8px 12px;
  font-size: 1.6rem;
  color: #fff;
}
#supervisor .inner {
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border: 2px solid #00489a;
  padding: 12px;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  #supervisor .inner {
    width: 100%;
  }
}
@media screen and (max-width: 580px) {
  #supervisor .inner {
    width: 100%;
    display: block;
    padding: 0 10px;
  }
}
#supervisor .inner .profile_photo {
  display: flex;
  width: 20%;
  justify-content: center;
  align-items: center;
}
#supervisor .inner .profile_photo img {
  width: 100%;
  height: auto;
  margin: 0;
}
@media screen and (min-width: 881px) and (max-width: 980px) {
  #supervisor .inner .profile_photo {
    width: 20%;
  }
}
@media screen and (min-width: 781px) and (max-width: 880px) {
  #supervisor .inner .profile_photo {
    width: 23%;
  }
}
@media screen and (min-width: 681px) and (max-width: 780px) {
  #supervisor .inner .profile_photo {
    width: 25%;
  }
}
@media screen and (min-width: 581px) and (max-width: 680px) {
  #supervisor .inner .profile_photo {
    width: 30%;
  }
}
@media screen and (max-width: 580px) {
  #supervisor .inner .profile_photo {
    width: 40%;
    margin: 16px auto;
  }
}
#supervisor .inner .profile_content {
  width: 70%;
}
@media screen and (min-width: 581px) and (max-width: 980px) {
  #supervisor .inner .profile_content {
    width: 65%;
  }
}
@media screen and (max-width: 580px) {
  #supervisor .inner .profile_content {
    width: 98%;
    margin: 0 auto;
  }
}
#supervisor .inner .profile_content h6 {
  font-size: 1.8rem;
  color: #555;
}
@media screen and (max-width: 580px) {
  #supervisor .inner .profile_content h6 {
    font-size: 1.6rem;
  }
}
#supervisor .inner .profile_content p {
  font-size: 1.8rem;
  margin: 4px auto;
  padding: 0;
}
@media screen and (max-width: 580px) {
  #supervisor .inner .profile_content p {
    font-size: 1.6rem;
    margin: 8px auto;
  }
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.sp_only {
  display: none;
}
@media screen and (min-width: 981px) and (max-width: 1280px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 580px) {
  .sp_only {
    display: block;
  }
}

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

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

.footer_tags_wrapper {
  width: 100%;
  max-width: 1110px;
  margin: auto auto 12px;
  font-size: 14px;
  color: #fff;
}

.tags_list {
  padding: 0 20px;
}
.tags_list .tag_item {
  display: inline-block;
  background: #f0f7ff;
  border-radius: 6px;
  margin: 0 8px 16px 0;
  font-weight: bold;
  border: 2px solid #78b7ff;
}
.tags_list .tag_item:hover {
  background: #78b7ff;
}
@media screen and (max-width: 580px) {
  .tags_list .tag_item {
    margin: 0 4px 8px 0;
  }
}
.tags_list .tag_item a {
  color: #00489a;
  display: block;
  padding: 4px 8px;
}
.tags_list .tag_item a:hover {
  text-decoration: underline;
  color: #fff;
}

#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;
    -o-object-fit: cover;
       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;
    -o-object-fit: cover;
       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;
}

/* ポップアップのスタイル */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  max-width: 500px;
  width: 90%;
}

.close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

/* フェードイン・アウトのアニメーション */
.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;
  }
}/*# sourceMappingURL=tokyo23ku.css.map */