@charset "UTF-8";
* {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "Yu Gothic", "Meiryo", "Helvetica Neue", Arial, "MS Pゴシック", sans-serif;
  font-optical-sizing: auto;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #1A1A1A;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 2;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

a {
  transition: 0.3s all;
  color: #1A1A1A;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 980px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

.innerbox {
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px 0px;
}
@media screen and (max-width: 1099px) {
  .innerbox {
    max-width: 100%;
    margin: 0 3%;
  }
}
@media screen and (max-width: 750px) {
  .innerbox {
    padding: 30px 0px;
  }
}

.innerbox_s {
  max-width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1099px) {
  .innerbox_s {
    max-width: 100%;
    margin: 0 3%;
  }
}

h2.h2_heading {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 30px;
}

.highlight {
  background: #FFD769;
  padding: 0px 3px;
}

.underline {
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: #FFD769;
  text-underline-offset: -0.1em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.big {
  font-size: 1.12em;
  font-weight: 700;
}

.small {
  font-size: 0.8em;
}

.accent {
  color: #CD1A1A;
}

.spacer {
  margin-left: 8px;
}

@media screen and (max-width: 750px) {
  .sp_br::before {
    content: "\a";
    white-space: pre;
  }
}

@media screen and (max-width: 980px) {
  .tab_br::before {
    content: "\a";
    white-space: pre;
  }
}

.pc_br::before {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 980px) {
  .pc_br::before {
    content: none;
  }
}

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

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

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

.pagetop {
  position: fixed;
  bottom: 215px;
  right: 50px;
  z-index: 10;
}
@media screen and (max-width: 1099px) {
  .pagetop {
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 750px) {
  .pagetop {
    display: none;
  }
}
.pagetop a {
  background: #CD1A1A;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  transition: all 0.3s;
}
.pagetop a::before {
  content: "";
  border-bottom: 10px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.pagetop a:hover {
  background: #fff;
  border: 2px solid #CD1A1A;
}
.pagetop a:hover::before {
  content: "";
  border-bottom: 10px solid #CD1A1A;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, figure, figcaption {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

* {
  box-sizing: border-box;
}

img {
  margin: 0;
  padding: 0;
  height: auto;
  border-style: none;
  vertical-align: bottom;
  border: none;
}

p {
  word-break: break-all;
  word-wrap: break-word;
}

strong {
  font-weight: bold;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

header {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  background: #fff;
  box-shadow: 0 0 7px rgba(77, 80, 86, 0.38);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  header {
    padding: 20px 0px;
  }
}
header .left_box h1 {
  padding-left: 40px;
}
@media screen and (max-width: 1099px) {
  header .left_box h1 {
    padding-left: 20px;
  }
}
@media screen and (max-width:491px) {
  header .left_box h1 {
    padding-left: 3%;
  }
}
header .left_box h1 img {
  width: clamp(220px, 65vw, 400px);
}
header .right_box {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
header .right_box .tel {
  margin-right: 20px;
}
header .right_box .tel a {
  font-family: "Ubuntu", sans-serif;
  font-size: 4rem;
  color: #CD1A1A;
  line-height: 0.8;
  white-space: nowrap;
}
header .right_box .tel a::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/tel_icon_red.svg") no-repeat;
  width: 29px;
  height: 29px;
  margin-right: 8px;
}
header .right_box .tel p {
  text-align: right;
  margin-top: -10px;
}
@media screen and (max-width: 980px) {
  header .right_box .tel {
    display: none;
  }
}
header .right_box .pdf {
  height: 100px;
  padding: 10px 20px;
}
@media screen and (max-width: 1099px) {
  header .right_box .pdf {
    padding: 10px;
  }
}
@media screen and (max-width: 750px) {
  header .right_box .pdf {
    display: none;
  }
}
header .right_box .pdf::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/h_wave.svg") repeat-y;
  width: 6px;
  height: 100px;
  position: absolute;
  top: 0;
  left: -6px;
}
@media screen and (max-width: 1099px) {
  header .right_box .pdf::before {
    left: -5px;
  }
}
@media screen and (max-width: 1099px) {
  header .right_box .pdf img {
    width: 50px;
    height: 45.83px;
  }
}
@media screen and (max-width: 1099px) {
  header .right_box .pdf a {
    margin-left: 5px;
  }
}
@media screen and (max-width: 1099px) {
  header .right_box .pdf a::after {
    width: 19.8px;
    height: 19.6px;
  }
}
header .right_box .sp {
  position: fixed;
  top: 15px;
  right: 1%;
}
header .right_box .sp a img {
  width: clamp(74px, 25vw, 148px);
  filter: drop-shadow(2px 2px 5px rgba(77, 80, 86, 0.35));
  -webkit-filter: drop-shadow(2px 2px 5px rgba(77, 80, 86, 0.35));
}

footer {
  background: #f8f6f1;
  margin-bottom: 150px;
}
@media screen and (max-width: 750px) {
  footer {
    margin-bottom: 121px;
  }
}
@media screen and (max-width:491px) {
  footer {
    margin-bottom: 116px;
  }
}
footer .footer_block .innerbox {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  padding: 30px 0px;
}
@media screen and (max-width: 980px) {
  footer .footer_block .innerbox {
    flex-direction: column;
  }
}
footer .footer_block .innerbox img {
  width: min(80vw, 493px);
}
footer .footer_block .innerbox .f_address {
  margin-left: 50px;
  line-height: 1.5;
}
@media screen and (max-width: 980px) {
  footer .footer_block .innerbox .f_address {
    margin: 20px 0px 0px;
    font-size: 1.6rem;
  }
}
footer .copyright {
  text-align: center;
  font-size: 1.4rem;
  padding: 0px 5px 8px;
}
@media screen and (max-width:350px) {
  footer .copyright {
    font-size: 1.2rem;
  }
}

.cta_block {
  background: #CD1A1A;
}
.cta_block.pc_floating {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  border-top: 2px solid #f8f6f1;
  height: 150px;
}
.cta_block .cta_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 10px;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
@media screen and (max-width: 980px) {
  .cta_block .cta_inner {
    justify-content: space-around;
    -webkit-justify-content: space-around;
    -ms-justify-content: space-around;
  }
}
.cta_block .cta_inner .right_box {
  margin-right: 30px;
}
@media screen and (max-width: 980px) {
  .cta_block .cta_inner .right_box {
    margin-right: 0px;
  }
}
.cta_block .cta_inner .right_box h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #f4efe6;
}
.cta_block .cta_inner .right_box .tel {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.cta_block .cta_inner .right_box .tel a {
  font-family: "Ubuntu", sans-serif;
  font-size: 5rem;
  color: #f4efe6;
  margin-right: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 980px) {
  .cta_block .cta_inner .right_box .tel a {
    font-size: 3.8rem;
  }
}
.cta_block .cta_inner .right_box .tel a::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/tel_icon_white.svg") no-repeat;
  width: 29px;
  height: 29px;
  margin-right: 8px;
}
.cta_block .cta_inner .right_box .tel p {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #f4efe6;
  font-weight: 500;
}
.cta_block .cta_inner .left_box .pdf {
  padding: 13px 60px;
  border-radius: 50px;
}
@media screen and (max-width: 980px) {
  .cta_block .cta_inner .left_box .pdf {
    padding: 13px 30px;
  }
}

.pdf {
  background: #ACD14C;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  transition: 0.3s all;
  cursor: pointer;
}
.pdf a {
  display: block;
  font-weight: 700;
  line-height: 1.4;
  margin-left: 15px;
  position: relative;
}
.pdf a::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/dl_icon.svg") no-repeat;
  width: 26.8px;
  height: 26.6px;
  margin: -12px 0px 0px 7px;
}
.pdf img {
  width: 60px;
  height: 55.83px;
}
.pdf:hover {
  opacity: 0.7;
}

.cta_box h3 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.4;
}
.cta_box .tel {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
}
.cta_box .tel a {
  font-family: "Ubuntu", sans-serif;
  font-size: 5rem;
  line-height: 1.4;
  font-weight: 700;
  color: #CD1A1A;
  margin-right: 10px;
}
.cta_box .tel a::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/tel_icon_red.svg") no-repeat;
  width: 29px;
  height: 29px;
  margin: 0px 5px 2px 0px;
}
.cta_box .tel p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
}

.floating_block {
  position: fixed;
  z-index: 9999;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #CD1A1A;
  border-top: 2px solid #f8f6f1;
}
.floating_block .floating_inner {
  padding: 20px 3%;
  margin: 0 auto;
  text-align: center;
}
.floating_block .floating_inner h2.floating_text {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.2;
  color: #f4efe6;
  display: inline-block;
}
@media screen and (max-width:491px) {
  .floating_block .floating_inner h2.floating_text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width:350px) {
  .floating_block .floating_inner h2.floating_text {
    font-size: 2rem;
  }
}
.floating_block .floating_inner .tel {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
.floating_block .floating_inner .tel a {
  font-family: "Ubuntu", sans-serif;
  font-size: 3.2rem;
  line-height: 1.4;
  color: #f4efe6;
  white-space: nowrap;
}
@media screen and (max-width:491px) {
  .floating_block .floating_inner .tel a {
    font-size: 2.9rem;
  }
}
.floating_block .floating_inner .tel a::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/tel_icon_white.svg") no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.floating_block .floating_inner .tel p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  margin-left: 8px;
  color: #f4efe6;
  text-align: left;
}
@media screen and (max-width:350px) {
  .floating_block .floating_inner .tel p {
    font-size: 1.3rem;
  }
}

.main_wrapper {
  background: url("/assets/img/main_bg@2x.webp") no-repeat top center/cover;
}
.main_wrapper .mainvisual {
  text-align: center;
}
.main_wrapper .mainvisual img {
  width: min(1296px, 100%);
}

.worries_block {
  background: linear-gradient(to bottom, #bedcd9, #98beba);
}
.worries_block .h2_heading {
  background: url("/assets/img/h2_worries@2x.webp") no-repeat center/100%;
  max-width: 665px;
  height: 115px;
}
@media screen and (max-width: 750px) {
  .worries_block .h2_heading {
    background: url("/assets/img/h2_worries_sp@2x.webp") no-repeat center/100%;
    max-width: 355px;
    height: 240px;
  }
}
.worries_block .worries_list {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
}
@media screen and (max-width: 980px) {
  .worries_block .worries_list {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
.worries_block .worries_list ul {
  background: #fff;
  padding: 35px 50px;
  margin: 20px -50px 0px 0px;
  border-radius: 10px;
}
@media screen and (max-width: 980px) {
  .worries_block .worries_list ul {
    margin: 0px;
  }
}
.worries_block .worries_list ul li {
  position: relative;
}
.worries_block .worries_list ul li::before {
  content: "";
  display: inline-block;
  background: #1A1A1A;
  width: 4px;
  height: 4px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: -3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.worries_block .worries_list ul li:not(:last-child) {
  margin-bottom: 20px;
}
.worries_block .worries_list ul li .underline {
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .worries_block .worries_list img {
    margin-top: -30px;
  }
}
.worries_block .innerbox {
  padding-bottom: 0px;
}
@media screen and (max-width: 750px) {
  .worries_block .innerbox {
    padding-bottom: 50px;
  }
}

.stop_block .headline_box {
  text-align: center;
}
.stop_block .headline_box img {
  width: clamp(300px, 70vw, 753px);
}
.stop_block .headline_box .h2_heading_bg {
  background: #CD1A1A;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .stop_block .headline_box .h2_heading_bg {
    margin: 30px -50vw 40px;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
  }
}
.stop_block .headline_box .h2_heading_bg h2 {
  font-size: 3.8rem;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 12px 20px;
  line-height: 1.4;
}
@media screen and (max-width: 980px) {
  .stop_block .headline_box .h2_heading_bg h2 {
    font-size: 3rem;
  }
}
.stop_block .img_text_box {
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
@media screen and (max-width: 980px) {
  .stop_block .img_text_box {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
.stop_block .img_text_box img {
  width: min(50vw, 420px);
  margin-right: 40px;
}
@media screen and (max-width: 980px) {
  .stop_block .img_text_box img {
    margin: 0px 0px 30px;
  }
}

.violation_block .violation_h2_box {
  background: url("/assets/img/violation_bg@2x.webp") no-repeat center/cover;
  padding: 50px 0px;
  position: relative;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
@media screen and (max-width: 980px) {
  .violation_block .violation_h2_box {
    padding: 50px 3%;
  }
}
@media screen and (max-width: 750px) {
  .violation_block .violation_h2_box {
    flex-direction: column;
    padding-bottom: 18%;
  }
}
.violation_block .violation_h2_box::before, .violation_block .violation_h2_box::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/attention_repeat.svg") repeat-x;
  width: 100vw;
  height: 10px;
  position: absolute;
}
.violation_block .violation_h2_box::before {
  top: 0;
}
.violation_block .violation_h2_box::after {
  bottom: 0;
}
.violation_block .violation_h2_box .h2_heading {
  background: url("/assets/img/h2_violation@2x.webp") no-repeat center/100%;
  max-width: 509px;
  height: 178px;
  margin: 0px;
}
@media screen and (max-width: 750px) {
  .violation_block .violation_h2_box .h2_heading {
    background: url("/assets/img/h2_violation_sp@2x.webp") no-repeat center/100%;
    max-width: 335px;
    height: 117px;
  }
}
.violation_block .violation_h2_box img {
  width: min(40vw, 300px);
  margin-left: -15px;
}
@media screen and (max-width: 750px) {
  .violation_block .violation_h2_box img {
    margin: 0px;
    position: absolute;
    bottom: -20%;
    z-index: 1;
  }
}
.violation_block .violation_detail_wrapper {
  background: url("/assets/img/violation_detail_bg@2x.webp") no-repeat center/cover;
}
@media screen and (max-width: 750px) {
  .violation_block .violation_detail_wrapper {
    padding-top: 50px;
  }
}
.violation_block .violation_detail_wrapper ul {
  display: flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  gap: 30px 60px;
}
@media screen and (max-width: 750px) {
  .violation_block .violation_detail_wrapper ul {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
.violation_block .violation_detail_wrapper ul li {
  background: url("/assets/img/violation_detail_img.svg") no-repeat #fff center center/224px 224px;
  border: 1px solid #8a9099;
  padding: 40px;
  width: min(100%, 520px);
}
.violation_block .violation_detail_wrapper ul li h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}
.violation_block .violation_detail_wrapper ul li h3 span {
  font-family: "Noto Serif JP", serif;
}

.check_block {
  background: #CD1A1A;
}
.check_block .h2_heading {
  background: url("/assets/img/h2_check@2x.webp") no-repeat center/100%;
  max-width: 455px;
  height: 135px;
}
@media screen and (max-width: 750px) {
  .check_block .h2_heading {
    background: url("/assets/img/h2_check_sp@2x.webp") no-repeat center/100%;
    max-width: 306px;
    height: 97px;
  }
}
.check_block .check_box {
  background: #fff;
  border-radius: 8px;
  padding: 40px 20px 50px;
  text-align: center;
}
.check_block .check_box p {
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .check_block .check_box p {
    text-align: left;
  }
}
.check_block .check_box ul {
  display: flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 40px 10px;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .check_block .check_box ul {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
}
.check_block .check_box ul::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/inspection_icon.svg") no-repeat;
  width: 130px;
  height: 187px;
  position: absolute;
  bottom: 0px;
  right: 20px;
}
@media screen and (max-width: 980px) {
  .check_block .check_box ul::after {
    width: 110px;
    height: 167px;
    right: 0px;
  }
}
@media screen and (max-width: 750px) {
  .check_block .check_box ul::after {
    content: none;
  }
}
.check_block .check_box ul li {
  width: clamp(130px, 40vw, 204px);
}
.check_block .check_box ul li figure img {
  width: 100%;
}

.facility_block .h2_heading {
  background: url("/assets/img/h2_facility@2x.webp") no-repeat center/100%;
  width: 454px;
  height: 76px;
}
@media screen and (max-width: 750px) {
  .facility_block .h2_heading {
    background: url("/assets/img/h2_facility_sp@2x.webp") no-repeat center/100%;
    max-width: 294px;
    height: 49px;
  }
}
.facility_block p {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .facility_block p {
    text-align: left;
  }
}
.facility_block .facility_list {
  display: flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 30px 40px;
}
.facility_block .facility_list .list_box {
  width: clamp(300px, 50vw, 340px);
  background: #f8f6f1;
  border: 1px solid #c1b9aa;
  padding: 20px;
}
.facility_block .facility_list .list_box h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #CD1A1A;
  margin-bottom: 10px;
}
.facility_block .facility_list .list_box img {
  width: 100%;
}
.facility_block .facility_list .list_box ul {
  margin-top: 20px;
}
.facility_block .facility_list .list_box ul::after {
  content: "など";
}
.facility_block .facility_list .list_box ul li {
  position: relative;
  padding-left: 10px;
}
.facility_block .facility_list .list_box ul li::before {
  content: "";
  display: inline-block;
  background: #1A1A1A;
  width: 4px;
  height: 4px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.duty_block .duty_h2_box {
  background: #d0dae4;
  position: relative;
  padding: 100px 0px;
}
@media screen and (max-width: 980px) {
  .duty_block .duty_h2_box {
    background: #d0dae4 url("/assets/img/duty_bgsp@2x.webp") no-repeat center/cover;
    padding: 60px 0px;
  }
}
@media screen and (max-width: 750px) {
  .duty_block .duty_h2_box {
    padding: 30px 0px;
  }
}
.duty_block .duty_h2_box::before, .duty_block .duty_h2_box::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 980px) {
  .duty_block .duty_h2_box::before, .duty_block .duty_h2_box::after {
    content: none;
  }
}
.duty_block .duty_h2_box::before {
  background: url("/assets/img/duty_bg01@2x.webp") no-repeat center left/cover;
  width: 900px;
  height: 100%;
  left: 0;
}
.duty_block .duty_h2_box::after {
  background: url("/assets/img/duty_bg02@2x.webp") no-repeat center right/cover;
  width: 690px;
  height: 100%;
  right: 0;
}
.duty_block .duty_h2_box .h2_heading {
  background: url("/assets/img/h2_duty@2x.webp") no-repeat center/100%;
  width: 716px;
  height: 178px;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}
@media screen and (max-width: 750px) {
  .duty_block .duty_h2_box .h2_heading {
    background: url("/assets/img/h2_duty_sp@2x.webp") no-repeat center/100%;
    width: 309px;
    height: 227px;
  }
}
.duty_block .intro_text {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .duty_block .intro_text {
    text-align: left;
  }
}
.duty_block ul {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}
.duty_block ul li {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
}
.duty_block ul li:not(:last-child) {
  margin-bottom: 30px;
}
@media screen and (max-width: 750px) {
  .duty_block ul li {
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }
}
.duty_block ul li img {
  width: 140px;
  margin-right: 30px;
}
@media screen and (max-width: 750px) {
  .duty_block ul li img {
    margin: 0px 0px 20px 0px;
  }
}
@media screen and (max-width: 750px) {
  .duty_block ul li div {
    text-align: center;
  }
}
.duty_block ul li div h3 {
  font-weight: 700;
  display: inline-block;
}
.duty_block ul li div h3 .inspection {
  background: #00633D;
  color: #fff;
  padding: 0px 4px 2px;
  margin-right: 5px;
}
.duty_block ul li div p {
  text-align: left;
}
.duty_block .protect_box .h2_serif {
  font-family: "Noto Serif JP", serif;
  color: #CD1A1A;
  font-size: 4.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .duty_block .protect_box .h2_serif {
    font-size: 2.8rem;
  }
}
.duty_block .protect_box .img_text_box {
  background: linear-gradient(to bottom, transparent, #dfd9d0);
}
.duty_block .protect_box .img_text_box .innerbox {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
@media screen and (max-width: 980px) {
  .duty_block .protect_box .img_text_box .innerbox {
    flex-direction: column;
  }
}
.duty_block .protect_box .img_text_box .innerbox img {
  width: min(65vw, 450px);
  margin-right: 50px;
}
@media screen and (max-width: 980px) {
  .duty_block .protect_box .img_text_box .innerbox img {
    margin: 0px 0px 30px 0px;
  }
}

.fire_block {
  background: #dfd9d0 url("/assets/img/fire_bg@2x.webp") no-repeat center top/cover;
  padding: 50px 0px;
}
.fire_block .h2_heading {
  background: url("/assets/img/h2_fire@2x.webp") no-repeat center/100%;
  width: 566px;
  height: 142px;
}
@media screen and (max-width: 750px) {
  .fire_block .h2_heading {
    background: url("/assets/img/h2_fire_sp@2x.webp") no-repeat center/100%;
    width: min(90vw, 341px);
    height: 86px;
  }
}
.fire_block .fire_box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 50px;
}
@media screen and (max-width: 750px) {
  .fire_block .fire_box {
    padding: 30px 20px;
  }
}
@media screen and (max-width:350px) {
  .fire_block .fire_box {
    padding: 30px 15px;
  }
}
.fire_block .fire_box table {
  width: 100%;
  margin-bottom: 40px;
}
.fire_block .fire_box table td {
  border-bottom: 1px solid #F2EFE8;
  padding: 5px 0px;
}
@media screen and (max-width: 750px) {
  .fire_block .fire_box table td {
    line-height: 1.5;
    padding: 8px 0px;
  }
}
.fire_block .fire_box table td.era {
  width: 25%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .fire_block .fire_box table td.era {
    vertical-align: top;
  }
}
.fire_block .fire_box table td.detail {
  text-align: center;
}
@media screen and (max-width: 750px) {
  .fire_block .fire_box table td.detail {
    text-align: left;
    padding: 8px 5%;
  }
}
@media screen and (max-width:350px) {
  .fire_block .fire_box table td.detail {
    padding: 8px 3%;
  }
}
.fire_block .fire_box table td.detail .damage {
  padding-left: 12%;
}
@media screen and (max-width: 750px) {
  .fire_block .fire_box table td.detail .damage {
    padding-left: 0;
  }
}

.choose_block .h2_heading {
  background: url("/assets/img/h2_choose@2x.webp") no-repeat center/100%;
  width: 463px;
  height: 112px;
}
@media screen and (max-width: 750px) {
  .choose_block .h2_heading {
    background: url("/assets/img/h2_choose_sp@2x.webp") no-repeat center/100%;
    width: 303px;
    height: 73px;
  }
}
.choose_block .intro_text {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .choose_block .intro_text {
    text-align: left;
  }
}
.choose_block ul {
  display: flex;
  align-items: stretch;
  -webkit-align-items: stretch;
  -ms-align-items: stretch;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  gap: 30px 40px;
}
@media screen and (max-width: 980px) {
  .choose_block ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width: 750px) {
  .choose_block ul {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
.choose_block ul li {
  width: clamp(300px, 40vw, 340px);
  min-width: 0;
  border: 2px solid #CD1A1A;
  background: #fff;
  padding: 30px 20px;
}
.choose_block ul li h3 {
  vertical-align: middle;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
.choose_block ul li h3 .num {
  font-family: "Ubuntu", sans-serif;
  font-size: 7.3rem;
  font-weight: 700;
  color: #CD1A1A;
  line-height: 0.7;
  letter-spacing: -3.5px;
  margin-right: 10px;
}
.choose_block ul li h3 .ja {
  font-weight: 700;
  font-size: 2.4rem;
}
.choose_block ul li img {
  width: 100%;
}
.choose_block ul li p {
  margin-top: 20px;
}
.choose_block ul li p .highlight {
  font-weight: 700;
}

.safety_block {
  background: url("/assets/img/safety_bg@2x.webp") no-repeat top center/contain;
  border-top: 1px solid #ACD14C;
  margin-top: 30px;
}
.safety_block .safety_box {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  margin-top: -60px;
  padding: 0px 10px;
}
.safety_block .safety_box .textbox .h2_heading {
  background: url("/assets/img/h2_safety@2x.webp") no-repeat center/100%;
  width: 654px;
  height: 122px;
}
@media screen and (max-width: 980px) {
  .safety_block .safety_box .textbox .h2_heading {
    background: url("/assets/img/h2_safety_sp@2x.webp") no-repeat center/100%;
    width: min(90vw, 363px);
    height: 183px;
    margin-bottom: 10px;
  }
}
.safety_block .safety_box .textbox p span {
  font-weight: 700;
}
.safety_block .safety_box img {
  width: min(20vw, 217px);
}
@media screen and (max-width: 980px) {
  .safety_block .safety_box img {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .safety_block .safety_list {
    margin-top: 40px;
  }
}
.safety_block .safety_list li {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
@media screen and (max-width: 980px) {
  .safety_block .safety_list li {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
.safety_block .safety_list li:not(:last-child) {
  margin-bottom: 50px;
}
.safety_block .safety_list li img {
  width: min(70vw, 480px);
}
.safety_block .safety_list li .textbox {
  margin-left: 50px;
}
@media screen and (max-width: 980px) {
  .safety_block .safety_list li .textbox {
    margin: 20px 0px 0px;
  }
}
.safety_block .safety_list li .textbox h3 {
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.4;
  margin-bottom: 20px;
}
.safety_block .safety_list li .textbox .inner_list {
  background: #FEEDDD;
  margin-top: 20px;
  padding: 30px;
}
.safety_block .safety_list li .textbox .inner_list li {
  display: block;
  padding-left: 1em;
  text-indent: -0.3em;
}
.safety_block .safety_list li .textbox .inner_list li:not(:last-child) {
  margin-bottom: 10px;
}
.safety_block .safety_list li .textbox .inner_list li::before {
  content: "";
  display: inline-block;
  background: #1A1A1A;
  width: 4px;
  height: 4px;
  border-radius: 3px;
  margin: 0px 3px 4px 0px;
}
.safety_block .safety_list li.reverse_box {
  flex-direction: row-reverse;
}
@media screen and (max-width: 980px) {
  .safety_block .safety_list li.reverse_box {
    flex-direction: column;
  }
}
.safety_block .safety_list li.reverse_box .textbox {
  margin-right: 50px;
  margin-left: 0px;
}
@media screen and (max-width: 980px) {
  .safety_block .safety_list li.reverse_box .textbox {
    margin: 20px 0px 0px;
  }
}
.safety_block .system_box {
  margin-top: 50px;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}
@media screen and (max-width: 750px) {
  .safety_block .system_box {
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
.safety_block .system_box .system_img {
  width: min(50vw, 392px);
  margin-right: 50px;
}
@media screen and (max-width: 750px) {
  .safety_block .system_box .system_img {
    margin-right: 0px;
  }
}
@media screen and (max-width: 750px) {
  .safety_block .system_box .textbox {
    margin-top: 30px;
  }
}
.safety_block .system_box .textbox .attention {
  padding-left: 1em;
  text-indent: -1em;
}
.safety_block .system_box .textbox .attention::before {
  content: "※";
}
.safety_block .system_box .cta_box {
  margin-top: 50px;
}
@media screen and (max-width: 750px) {
  .safety_block .system_box .cta_box {
    margin-top: 30px;
    text-align: center;
  }
}
.safety_block .system_box .cta_box .tel {
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .safety_block .system_box .cta_box .tel {
    flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 750px) {
  .safety_block .system_box .cta_box .tel {
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
  }
}
@media screen and (max-width: 980px) {
  .safety_block .system_box .cta_box .tel a {
    font-size: 3.8rem;
    white-space: nowrap;
  }
}
.safety_block .system_box .cta_box .tel p span {
  margin-left: 10px;
}
.safety_block .system_box .cta_box .pdf {
  width: min(100%, 440px);
  padding: 10px;
  border-radius: 60px;
}
@media screen and (max-width: 750px) {
  .safety_block .system_box .cta_box .pdf {
    margin: 0 auto;
  }
}

.flow_block {
  background: url("/assets/img/flow_bg.webp") repeat;
}
.flow_block .h2_heading {
  background: url("/assets/img/h2_flow@2x.webp") no-repeat center/100%;
  width: 625px;
  height: 57px;
}
@media screen and (max-width: 750px) {
  .flow_block .h2_heading {
    background: url("/assets/img/h2_flow_sp@2x.webp") no-repeat center/100%;
    width: 230px;
    height: 81px;
  }
}
.flow_block .intro_text {
  text-align: center;
  margin-bottom: 30px;
}
.flow_block .flow_box {
  background: #fff;
  border-radius: 15px;
  padding: 50px 30px;
  box-shadow: 0px 5px 15px 0px rgba(211, 205, 194, 0.54);
}
.flow_block .flow_box ul li {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
}
@media screen and (max-width: 750px) {
  .flow_block .flow_box ul li {
    flex-direction: column;
  }
}
.flow_block .flow_box ul li:not(:last-child) {
  margin-bottom: 50px;
}
.flow_block .flow_box ul li .textbox {
  margin-left: 30px;
}
@media screen and (max-width: 750px) {
  .flow_block .flow_box ul li .textbox {
    margin: 20px 0px 0px;
  }
}
.flow_block .flow_box ul li .textbox h3 {
  font-weight: 700;
  font-size: 2.4rem;
}

.office_block .h2_heading {
  background: url("/assets/img/h2_office_list@2x.webp") no-repeat center/100%;
  width: 446px;
  height: 56px;
}
@media screen and (max-width: 750px) {
  .office_block .h2_heading {
    background: url("/assets/img/h2_office_list_sp@2x.webp") no-repeat center/100%;
    width: 300px;
    height: 38px;
  }
}
.office_block p {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 750px) {
  .office_block p {
    text-align: left;
  }
}

.municipality_block .municipality_box h3 {
  background: #F2EFE8;
  color: #00633D;
  font-weight: 700;
  font-size: 2.2rem;
  padding: 8px 30px;
  line-height: 1.4;
}
.municipality_block .municipality_box ul {
  border: 1px solid #F2EFE8;
  padding: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -ms-align-items: flex-start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  row-gap: 15px;
}
@media screen and (max-width: 750px) {
  .municipality_block .municipality_box ul {
    padding: 20px 5px;
  }
}
.municipality_block .municipality_box ul li {
  width: min(22vw, 125px);
  text-align: center;
}
.municipality_block .municipality_box ul li a {
  font-size: 1.6rem;
  text-decoration: underline;
}
.municipality_block .municipality_box ul li a:hover {
  text-decoration: none;
}

.accordion_list {
  margin-top: 50px;
}
.accordion_list .region_box {
  padding-bottom: 20px;
}
.accordion_list .region_box h3 {
  font-weight: 700;
  border-left: 8px solid #00633D;
  padding: 0px 10px;
  margin-bottom: 20px;
}
.accordion_list .region_box .accodion_on {
  margin-bottom: 30px;
}
.accordion_list .region_box .accodion_on h4 {
  background: #F8F6F1;
  border: 1px solid #F2EFE8;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 10px 20px;
  line-height: 1.4;
}
.accordion_list .region_box .accodion_on h4:hover {
  background: #F2EFE8;
}
.accordion_list .region_box .accodion_on h4 span {
  position: relative;
}
.accordion_list .region_box .accodion_on h4 span::after {
  content: "";
  display: inline-block;
  border-top: 6px solid #1A1A1A;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  margin-top: 1px;
}
.accordion_list .region_box .accodion_on h4.toggle {
  cursor: pointer;
}
.accordion_list .region_box .accodion_on h4.toggle.active {
  margin-bottom: 0px;
}
.accordion_list .region_box .accodion_on h4.toggle.active span::after {
  transform: scaleY(-1);
  transition: 0.3s all;
  margin-top: -2px;
}
.accordion_list .region_box .accodion_on div {
  transition: all 0.3s ease-out;
  padding: 0;
  height: 0px;
  overflow: hidden;
}
.accordion_list .region_box .accodion_on div.active {
  height: auto;
  overflow: auto;
}
.accordion_list .region_box .accodion_on div.active .accordion_table {
  width: 100%;
  margin-top: 20px;
  font-size: 1.6rem;
}
.accordion_list .region_box .accodion_on div.active .accordion_table thead {
  background: #F8F6F1;
  border: 1px solid #F2EFE8;
}
.accordion_list .region_box .accodion_on div.active .accordion_table thead th {
  font-weight: 700;
  padding: 10px 20px;
  border: 1px solid #F2EFE8;
  width: 27%;
  line-height: 1.4;
}
.accordion_list .region_box .accodion_on div.active .accordion_table thead th.w_mid {
  width: 46%;
}
@media screen and (max-width: 750px) {
  .accordion_list .region_box .accodion_on div.active .accordion_table thead th.w_mid {
    width: 35%;
  }
}
.accordion_list .region_box .accodion_on div.active .accordion_table tbody {
  background: #fff;
  border-left: 1px solid #F2EFE8;
}
.accordion_list .region_box .accodion_on div.active .accordion_table tbody td {
  padding: 10px 20px;
  border-right: 1px solid #F2EFE8;
  border-bottom: 1px solid #F2EFE8;
  line-height: 1.4;
}
@media screen and (max-width: 750px) {
  .accordion_list .region_box .accodion_on div.active .accordion_table tbody td {
    padding: 10px;
  }
}
@media screen and (max-width: 750px) {
  .accordion_list .region_box .accodion_on div.active .accordion_table tbody td a {
    text-decoration: underline;
  }
}
.accordion_list .region_box .accodion_off {
  margin-bottom: 30px;
}
.accordion_list .region_box .accodion_off h4 {
  background: #F8F6F1;
  border: 1px solid #F2EFE8;
  font-weight: 700;
  font-size: 1.8rem;
  padding: 10px 20px;
  line-height: 1.4;
}
.accordion_list .region_box .accodion_off p {
  text-align: left;
  font-size: 1.6rem;
  margin-top: 8px;
  padding-left: 20px;
}/*# sourceMappingURL=style.css.map */