@charset "utf-8";
/* reset ----------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
img {
  display: block;
  height: auto;
}
a {
  text-decoration: none;
  color: inherit;
}
li {
  list-style: none;
}
/* Remove default margin & padding */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}
html {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  text-align: center;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  display: block;
  width: 100%;
  background-color: #fff;
  font-feature-settings: "palt" 1;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  color: #effbd2;
}
a:hover {
  text-decoration: none;
}
p {
  text-align: justify;
  hanging-punctuation: allow-end;
}
#footer {
  font-size: 16px;
  background-color: #e93c00;
  text-align: center;
  padding: 2em;
  color: #effbd2;
}
#footer a:hover {
  text-decoration: underline;
}

/* PC -------*/
.text_center {
  text-align: center;
}
.text_start {
  text-align: start;
}
.center {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
  z-index: 100;
}
.full {
  width: 100%;
}
.container {
  width: 100%;
  position: relative;
}
.container img {
  width: 100%;
}
.pc_only {
  display: block;
}
.sp_only {
  display: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* btn ---------------------------------- */
.header-btn-tel {
  width: 3vw;
  top: .8vw;
  right: 19vw;
}
.header-btn-line {
  width: 3vw;
  top: .8vw;
  right: 15vw;
}
.header-btn:hover {
  opacity: .8;
}
.btn {
  /* animation: poyon 2s infinite; */
  transition: .2s;
}
.btn:hover {
  transform: scale(1.05);
}
.btn:active {
  transform: scale(1);
}
.btn-tel {
  width: 35.86vw;
}
.btn-line {
  width: 30.79vw;
}
.btn_area {
  position: absolute;
  z-index: 100;
  top: 10.5vw;
  right: 0;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.93vw;
}

/* SP --------------*/
@media screen and (max-width: 600px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
  #footer {
    padding: 2.2em;
  }
  .header-btn-tel {
    width: 6.77vw;
    top: 1.2vw;
    right: 11vw;
  }
  .header-btn-line {
    width: 6.77vw;
    top: 1.2vw;
    right: 2.5vw; }
  .btn:hover, .btn:active {
    transform: scale(.95);
  }
  .btn-tel {
    width: 94.56vw;
  }
  .btn-line {
    width: 94vw;
  }
  .btn_area {
    top: 26vw;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.33vw; }

  section#body_01,
  section#body_02,
  section#body_03,
  section#body_04,
  section#body_05,
  section#body_06,
  section#body_07,
  section#body_08,
  section#body_09,
  section#body_10,
  section#body_11,
  section#body_12,
  section#body_13,
  section#body_14,
  section#body_15,
  section#body_16,
  section#body_17,
  section#body_18,
  section#body_19,
  section#body_20,
  section#body_21,
  section#body_22,
  section#body_23,
  section#body_24,
  section#body_25,
  section#body_26,
  section#body_27,
  section#body_28,
  section#body_29,
  section#body_30,
  section#body_31,
  section#body_32,
  section#body_33,
  section#body_34,
  section#body_35,
  section#body_36,
  section#body_37,
  section#body_38,
  section#body_39,
  section#body_40,
  section#body_41,
  section#body_42,
  section#body_43,
  section#body_44,
  section#body_45,
  section#body_46,
  section#body_47,
  section#body_48,
  section#body_49,
  section#body_50 {
    background: none !important;
  }
}

/* local-style ------ */
.wrap {
  margin: 0 auto;
  max-width: 940px;
  text-align: center;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding: 60px 10px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.modal-content {
  background-color: #fff;
  margin: auto;
  padding: 30px;
  border-radius: 8px;
  max-width: 800px;
  font-size: 14px;
  text-align: left;
}
.modal-content h2 {
  text-align: center;
  margin-bottom: 1em;
  font-size: 2em;
  font-weight: bold;
}
.modal-content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.modal-content .close:hover {
  color: #000;
}
.company-table {
  width: 100%;
  border-collapse: collapse;
}
.company-table th,
.company-table td {
  padding: 10px;
  border: 1px solid #ccc;
  vertical-align: top;
}
.company-table th {
  background-color: #1779BC;
  color: #fff;
  width: 120px;
  text-align: left;
}
.company-table td {
  background-color: #F5FAFE;
}