/* CSS Document */
/* ========================================================================
  Common style
======================================================================== */
p {
  font-family: "Noto Sans JP", sans-serif;
}
img, picture {
  width: 100%;
  height: auto;
}
.wrap {
  overflow: hidden;
}
@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .bg-pink {
    background-color: #ffeded;
  }
  .emphasis {
    background-color: #fff32e;
    font-weight: 700;
    color: #dc0000;
    font-size: 0.9rem;
  }
}
@media screen and (min-width:769px) {
  .sp {
    display: none;
  }
  .br-sp {
    display: none;
  }
  .br-pc {
    display: block;
  }
  img, picture {
    max-width: 100%;
    width: auto;
  }
  .notice-right {
    text-align: right;
  }
  .notice {
    font-size: 1.0rem;
  }
  .section-base {
    padding: 70px 0 100px;
  }
  .section-ttl {
    margin-bottom: 64px;
  }
  .inner {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
  }
  .bg-pink {
    background-color: #ffeded;
  }
  .flex-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .emphasis {
    background-color: #fff32e;
    font-weight: 700;
    color: #dc0000;
    font-size: 1.2rem;
  }
}
/* ========================================================================
  header
======================================================================== */
@media screen and (max-width:768px) {
  .header {
    border-top: 4px solid #dc0e09;
    padding: 4px 0 4px;
    background-image: url("../img/index/sp/header_bg.jpg");
    background-repeat: repeat-x;
    background-position: bottom;
  }
  .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__inner-left h1 {
    display: none;
  }
  .header__inner-left {
    flex-basis: 35%;
  }
  .header__inner-left img {
    padding-left: 7px;
    max-height: 50px;
    width: auto;
    height: auto;
  }
  .header__inner-middle {
    flex-basis: 35%;
	margin-right: auto;
  }
  .header__inner-middle img {
    width: 100px;
  }
  .header__tel {
    display: none;
  }
  .header__tel-sp {
    display: block;
    width: 52px;
    padding-right: 4px;
    flex-basis: 15%;
  }
  .header__inner-right {
    text-align: right;
  }
}
@media screen and (min-width:769px) {
  .header {
    border-top: 4px solid #dc0e09;
    padding: 4px 0 10px;
    background-image: url("../img/index/header_bg.jpg");
    background-repeat: repeat-x;
    background-position: bottom;
  }
  .header__inner {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__inner-left .header__logo {
    height: 60px;
  }
  .header__inner-left h1 {
    font-size: 0.8rem;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: -0.1em;
  }
  .header__inner-right {
    text-align: right;
  }
  .header__inner-middle {
    margin-right: auto;
  }
  .header__tel-sp {
    display: none;
  }
}
/* ========================================================================
  key
======================================================================== */
@media screen and (min-width:769px) {
  .key {
    background-image: url("../img/index/key_bg.jpg");
    background-repeat: repeat-x;
  }
  .key__inner {
    text-align: center;
  }
  .key__inner picture img {
    height: auto;
    object-fit: cover;
    min-height: 450px;
  }
  .header__inner-left img {
    max-height: 80px;
  }
}
/* ========================================================================
  cv
======================================================================== */
@media screen and (max-width:768px) {
  .cv__help {
    position: absolute;
    top: -3%;
    left: 3%;
    width: 16%;
  }
  .cv__inner {
    position: relative;
  }
  .cv__time {
    position: absolute;
    top: 30%;
    left: 32%;
    width: 65%;
  }
  .cv__btn-sp {
    position: absolute;
    top: 70%;
    right: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
  }
  .time-display {
    font-size: 7vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    color: #dc0000;
  }
  .cv__time-txt {
    font-size: 7vw;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 2%;
  }
  .cv__time-txt span {
    color: #dc0000;
  }
  .cv__time-note {
    font-size: 0.6rem;
  }
}
@media screen and (min-width:769px) {
  .cv {
    width: 996px;
    padding: 70px 0 100px;
    margin: 0 auto;
  }
  .cv__inner {
    position: relative;
    margin-bottom: 5px;
  }
  .cv__anywhere {
    position: absolute;
    bottom: 185px;
    right: 126px;
    background-image: url("../img/index/anywhere_bg.jpg");
    width: 532px;
    height: 56px;
    padding: 12px 0 0 20px;
  }
  .cv__anywhere p {
    font-size: 1.52rem;
    font-weight: 700;
  }
  .cv__btn {
    position: absolute;
    bottom: 38px;
    right: 124px;
  }
  .cv__btn a {
    transition: filter 0.1s ease;
    filter: brightness(1.0);
  }
  .cv__btn a:hover {
    filter: brightness(1.10);
  }
}
/* ========================================================================
  award
======================================================================== */
@media screen and (max-width:768px) {
  .award {
    background: #fff4b7;
    background-image: url("../img/index/sp/award_bg.jpg");
    background-position: center;
    background-size: 100%;
    background-repeat: none;
    padding: 8% 0 6%;
  }
  .award__ttl {
    width: 80%;
    margin: 0 auto 6%;
  }
  .award__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
  }
  .award__medal01 {
    width: 40%;
    margin: 0 auto;
  }
  .award__list-box {
    width: 40%;
  }
}
@media screen and (min-width:769px) {
  .award {
    background: #fff4b7;
    background-image: url("../img/index/award_bg.jpg");
    background-position: center;
    background-repeat: none;
    padding: 72px 0 56px;
  }
.award__ttl {
    width: min(100%, 393px);
  margin-inline: auto
  }
  .award__list {
    display: flex;
    justify-content: center;
  }
  .award__list-box {
    margin-right: 32px;
  }
}
/* ========================================================================
  case
======================================================================== */
@media screen and (max-width:768px) {
  .case {
    background-image: url("../img/index/case_bg.jpg");
    padding: 3% 0 0;
  }
  .case__ttl {
    width: 90%;
    margin: 2% auto 8%;
  }
  .case__inner {
    margin: 0 auto;
    padding-bottom: 6%;
    position: relative;
  }
  .case__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    row-gap: 24px;
    width: 92%;
    margin: 0 auto;
  }
  .case__list-box {
    width: 46%;
    margin-right: 6%;
  }
  .case__list-box:nth-child(2n) {
    margin-right: 0;
  }
  .case__staff {
    position: absolute;
    bottom: 0;
    right: 8%;
    width: 36%;
  }
}
@media screen and (min-width:769px) {
  .case {
    background-image: url("../img/index/case_bg.jpg");
    padding: 72px 0 0;
    text-align: center;
  }
  .case__ttl {
    margin-bottom: 64px;
  }
  .case__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 80px;
    position: relative;
  }
  .case__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 24px;
  }
  .case__list-box {
    width: 30%;
    margin-right: 20px;
  }
  .case__staff {
    position: absolute;
    bottom: 0;
    right: -4%;
  }
}
/* ========================================================================
  fee
======================================================================== */
@media screen and (max-width:768px) {
  .fee {
    background-image: url("../img/index/fee_bg.jpg");
    padding: 3% 0 4%;
  }
  .fee__ttl {
    width: 92%;
    margin: 0 auto 8%;
  }
  .fee_chart {
    background: #fff;
    border: 1px solid #dc0000;
    border-radius: 8px;
    box-shadow: 2px 2px 1px 1px rgba(228, 157, 169, 0.3);
    padding: 0 5% 5% 5%;
    width: 92%;
    margin: 0 auto;
  }
  .fee_chart h3 {
    width: 48%;
    margin: 0 auto;
  }
  .fee__chart-layout {
    display: flex;
    margin-top: 10%;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .fee__chart-layout-box-left {
    width: 48%;
    row-gap: 30px;
  }
  .fee__chart-layout-box-left img {
    width: 100%;
  }
  .fee__chart-layout-box-left li {
    flex-direction: column;
    margin-bottom: 12%;
  }
  .fee__chart-layout-box-middle {
    width: 48%;
  }
  .fee__chart-layout-box-left img {
    width: 100%;
  }
  .fee__chart-layout-box-middle li {
    flex-direction: column;
    text-align: left;
    margin-bottom: 12%;
  }
  .fee__chart-layout-box-right {
    width: 100%;
  }
  .fee__chart-margin {}
}
@media screen and (min-width:769px) {
  .fee {
    background-image: url("../img/index/fee_bg.jpg");
    padding: 72px 0 56px;
  }
  .fee__ttl {
    margin-bottom: 64px;
  }
  .fee_chart {
    background: #fff;
    border: 2px solid #dc0000;
    border-radius: 16px;
    box-shadow: 4px 4px 2px 1px rgba(228, 157, 169, 0.6);
    padding: 0 80px 80px 80px;
  }
  .fee__chart-layout {
    display: flex;
    text-align: left;
    align-items: center;
    margin-top: 50px;
  }
  .fee__chart-layout-box-left {
    width: 33%;
    justify-content: space-between;
    margin-right: 30px;
  }
  .fee__chart-layout-box-middle {
    width: 41%;
    justify-content: space-between;
    margin-right: 30px;
  }
  .fee__chart-layout-box-right {
    width: 19%;
  }
  .fee__chart-layout-box-left li, .fee__chart-layout-box-middle li {
    display: flex;
    align-items: center;
  }
  .fee__chart-layout-box-left li:first-child, .fee__chart-layout-box-middle li:first-child {
    margin-bottom: 30px;
  }
  .fee__chart-margin {
    margin-right: 22px;
  }
}
/* ========================================================================
  howto
======================================================================== */
@media screen and (max-width:768px) {
  .howto {}
  .howto__ttl-outer {
    background-image: url("../img/index/sp/howto_ttl-bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    padding: 13% 0 4%;
    text-align: center;
  }
  .howto__ttl {
    width: 90%;
    margin: 0 auto 6%;
  }
  .howto__lead {
    font-size: 0.8rem;
    line-height: 2.0;
    margin-bottom: 20%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
  }
  .howto__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 92%;
    margin: -66px auto 6%;
    row-gap: 16px;
  }
  .howto__list-box {
    background: #fff;
    border: 1px solid #dc0000;
    border-radius: 6px;
    width: 47%;
    box-shadow: 3px 3px 2px 1px rgba(0, 0, 0, 0.1);
    margin: 0 4px 4px 0;
  }
  .howto__sttl {
    text-align: left;
    padding: 16px 0 16px 8px;
    background: #dc0000;
    border-radius: 4px 4px 0 0;
  }
  .howto__sttl-sp01 img {
    width: 80%;
  }
  .howto__sttl-sp02 img {
    width: 64%;
  }
  .howto__sttl-sp03 img {
    width: 80%;
  }
  .howto__sttl-sp04 img {
    width: 64%;
  }
  .howto__list-box p {
    padding: 8%;
    text-align: left;
    line-height: 1.6;
    font-size: 0.8rem;
  }
}
@media screen and (min-width:769px) {
  .howto {
    padding: 0 0 56px;
  }
  .howto__ttl-outer {
    background-image: url("../img/index/howto_ttl-bg.jpg"), url("../img/index/howto_ttl-bg-side.jpg");
    background-repeat: no-repeat, repeat-x;
    background-position: center;
    padding: 90px 0 24px;
    text-align: center;
  }
  .howto__ttl {
    margin-bottom: 20px;
  }
  .howto__lead {
    font-size: 1.3rem;
    line-height: 1.6;
    margin-bottom: 120px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
  }
  .howto__list {
    display: flex;
    justify-content: space-between;
    margin-top: -66px;
  }
  .howto__list-box {
    background: #fff;
    border: 2px solid #dc0000;
    border-radius: 12px;
    width: 23%;
    box-shadow: 3px 3px 2px 1px rgba(0, 0, 0, 0.1);
    margin: 0 4px 4px 0;
  }
  .howto__sttl {
    text-align: left;
    padding: 16px 0 16px 20px;
    background: #dc0000;
    border-radius: 9px 9px 0 0;
  }
  .howto__list-box p {
    padding: 25px;
    text-align: left;
    line-height: 1.8;
    font-size: 1.2rem;
  }
}
/* ========================================================================
  media
======================================================================== */
@media screen and (max-width:768px) {
  .media {
    padding: 3% 0 12%;
  }
  .media__ttl {
    width: 90%;
    margin: 0 auto 10%;
  }
  .media__list-box {
    display: flex;
    width: 92%;
    align-items: center;
    margin: 0 auto 6%;
  }
  .media__list-box img {
    width: 30%;
  }
  .media__list-box div {
    width: 64%;
    margin-left: 3%;
  }
  .media__list-box p {
    font-size: 0.9rem;
    line-height: 1.6;
    text-align: left;
  }
}
@media screen and (min-width:769px) {
  .media {
    padding: 72px 0 100px;
  }
  .media__ttl {
    margin-bottom: 64px;
  }
  .media__list-box {
    display: flex;
    width: 30%;
    align-items: center;
  }
  .media__list-box p {
    font-size: 1.0rem;
    margin-left: 16px;
    line-height: 1.6;
    text-align: left;
  }
}
/* ========================================================================
  flow
======================================================================== */
@media screen and (max-width:768px) {
  .flow {
    padding: 10% 0 0;
    background: #f3f3f3;
  }
  .flow__ttl {
    width: 42%;
    margin: 0 auto 10%;
  }
  .flow__list {
    display: flex;
    flex-direction: column;
    width: 92%;
    margin: 0 auto;
  }
  .flow__list-box, .flow__list-box-end {
    background: #fff;
    position: relative;
    text-align: left;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    margin: 0 4px 12% 0;
    display: flex;
  }
  .flow__list-box h3, .flow__list-box-end h3 {
    font-weight: 700;
    font-size: 1.1rem;
    margin: 20px 12px 12px 12px;
    letter-spacing: -0.2px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .flow__list-box p, .flow__list-box-end p {
    font-size: 0.8rem;
    line-height: 1.6;
    margin: 0 12px 0 12px;
  }
  .flow__list-txt {
    width: 100%;
  }
  .flow__list-box::after {
    content: "";
    background-image: url(../img/index/sp/flow_arrow.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 27px;
    height: 16px;
    display: block;
    position: absolute;
    top: 110%;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width:769px) {
  .flow {
    padding: 72px 0 100px;
    background: #f3f3f3;
  }
  .flow__ttl {
    margin-bottom: 64px;
  }
  .flow__list {
    display: flex;
    justify-content: space-between;
  }
  .flow__list-box, .flow__list-box-end {
    background: #fff;
    width: 17%;
    position: relative;
    text-align: left;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    padding-bottom: 32px;
    border-radius: 8px;
    margin: 0 4px 4px 0;
  }
  .flow__list-box h3, .flow__list-box-end h3 {
    font-weight: 700;
    font-size: 1.3rem;
    margin: 20px 12px 12px 12px;
    letter-spacing: -0.2px;
    font-family: "Noto Sans JP", sans-serif;
  }
  .flow__list-box p, .flow__list-box-end p {
    font-size: 1.0rem;
    line-height: 1.6;
    margin: 0 12px 0 12px;
  }
  .flow__list-box::after {
    content: "";
    background-image: url(../img/index/flow_arrow.png);
    background-repeat: no-repeat;
    width: 17px;
    height: 28px;
    display: block;
    position: absolute;
    top: 150px;
    right: -30px;
  }
}
/* ========================================================================
  reason
======================================================================== */
@media screen and (max-width:768px) {
  .reason {
    padding: 4% 0 6% 0;
  }
  .reason__ttl {
    width: 92%;
    margin: 0 auto;
  }
  .reason__ttl-bg {
    background-image: url("../img/index/reason_ttl-bg.png");
    background-repeat: repeat-x;
    text-align: center;
    padding: 8% 0;
    margin-bottom: 6%;
  }
  .reason__list {
    display: flex;
    flex-wrap: wrap;
    width: 92%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .reason__list li {
    width: 48%;
  }
  .reason__list-box {
    display: flex;
    position: relative;
    margin: 90px 0 5px;
    flex-direction: column;
    width: 92%;
    margin: 0 auto 6%;
  }
  .reason__sttl-sp03 img {
    width: 60%;
  }
  .reason__txt {
    background: #fff;
    text-align: left;
    padding: 0 6% 6% 6%;
    border-radius: 8px 8px 0 0;
    margin: 20px 0 0 0;
    z-index: 1;
  }
  .reason__icon {
    width: 28%;
    margin: -6px 0 16px 0;
  }
  .reason__list-box-even {
    display: flex;
    position: relative;
    margin: 90px 0 5px;
    flex-direction: column;
    width: 92%;
    margin: 0 auto 6%;
  }
  .reason__txt-even {
    background: #fff;
    text-align: left;
    padding: 0 6% 6% 6%;
    border-radius: 8px 8px 0 0;
    margin: 20px 0 0 0;
    z-index: 1;
  }
  .reason__icon-even {
    width: 28%;
    margin: -6px 0 16px 0;
  }
  .reason__txt h3, .reason__txt-even h3 {
    border-bottom: 2px dotted #c9c9c9;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .reason__txt p, .reason__txt-even p {
    font-size: 0.9rem;
    line-height: 2.0;
    text-align: justify;
  }
}
@media screen and (min-width:769px) {
  .reason {
    padding: 20px 0 100px 0;
  }
  .reason__ttl {
    margin-bottom: 64px;
  }
  .reason__ttl-bg {
    background-image: url("../img/index/reason_ttl-bg.png");
    background-repeat: repeat-x;
    text-align: center;
    padding: 36px 0;
  }
  .reason__list {
    display: flex;
    justify-content: space-between;
  }
  .reason__list-box {
    display: flex;
    position: relative;
    margin: 90px 0 5px;
  }
  .reason__txt {
    background: #fff;
    width: 52%;
    text-align: left;
    padding: 0 40px 40px 40px;
    border-radius: 8px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    margin: 20px 0 0 0;
    z-index: 1;
  }
  .reason__image {
    width: 52%;
    position: absolute;
    right: 0;
    top: 0;
  }
  .reason__icon {
    margin: -8px 0 16px 0;
  }
  .reason__list-box-even {
    margin-top: 100px;
    height: 450px;
  }
  .reason__txt-even {
    background: #fff;
    width: 52%;
    text-align: left;
    padding: 0 40px 40px 40px;
    border-radius: 8px;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    margin: 20px 0 0 0;
    z-index: 1;
    right: 0;
    position: absolute;
    height: 423px;
  }
  .reason__image-even {
    width: 52%;
    position: absolute;
    right: 0;
    left: 0;
  }
  .reason__icon-even {
    margin: -8px 0 16px 370px;
  }
  .reason__txt h3, .reason__txt-even h3 {
    border-bottom: 2px dotted #c9c9c9;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .reason__txt p, .reason__txt-even p {
    font-size: 1.0rem;
    line-height: 2.0;
    text-align: justify;
  }
}
/* ========================================================================
  termite
======================================================================== */
@media screen and (max-width:768px) {
  .termite {
    padding: 6% 0 0;
    background-color: #e4ddcc;
  }
  .termite__sttl-outer {
    display: flex;
    align-items: center;
    margin-bottom: 4%;
  }
  .termite__sttl h3 {
    font-weight: 700;
    font-size: 1.2rem;
    font-family: "Noto Sans JP", sans-serif;
    color: #572b05;
  }
  .termite__type {
    background-color: #fff;
    border-radius: 8px;
    width: 92%;
    margin: 0 auto;
    padding: 0 6% 6% 6%;
    background-image: url("../img/index/termite_type-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 92%;
  }
  .termite__list-box {
    margin: 12% 0 12%;
  }
  .termite__list-txt {
    width: 100%;
    text-align: left;
  }
  .termite__list-image {
    width: 40%;
    text-align: left;
    margin-right: 6%;
  }
  .termite__list-image img {
    width: 100%;
  }
  .termite__list-txt h3 {
    font-weight: 800;
    font-size: 2.0rem;
    margin: 20px 12px 12px 0;
    letter-spacing: -0.1em;
    font-family: "Noto Sans JP", sans-serif;
    color: #572b05;
  }
  .termite__list-txt p {
    line-height: 1.6;
    font-size: 0.9rem;
    text-align: justify;
  }
  .termite__list-txt span {
    color: #dc0000;
    font-weight: 700;
  }
  .termite-exam {
    padding: 12% 0 0 0;
    background-image: url("../img/index/sp/termite-exam_bg.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top 20px;
  }
  .termite-exam_ttl {
    width: 78%;
    margin: 0 auto 6%;
  }
  .termite-exam__list {
    display: flex;
    flex-wrap: wrap;
    gap: 42px 0%;
    justify-content: center;
  }
  .termite-exam__list-box {
    width: 48%;
  }
}
@media screen and (min-width:769px) {
  .termite {
    padding: 72px 0 0;
    background-color: #e4ddcc;
  }
  .termite__type {
    background-color: #fff;
    border-radius: 8px;
    max-width: 998px;
    margin: 0 auto;
    padding: 0 50px 50px 50px;
    background-image: url("../img/index/termite_type-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
  }
  .termite__list-box {
    margin-bottom: 60px;
  }
  .termite__list-txt {
    width: 70%;
    text-align: left;
  }
  .termite__list-image {
    width: 30%;
    text-align: left;
  }
  .termite__list-image img {
    width: 100%;
  }
  .termite__list-txt h3 {
    font-weight: 800;
    font-size: 2.0rem;
    margin: 20px 12px 12px 0;
    letter-spacing: -0.1em;
    font-family: "Noto Sans JP", sans-serif;
    color: #572b05;
  }
  .termite__list-txt p {
    line-height: 2.0;
    font-size: 1.0rem;
    text-align: justify;
  }
  .termite__list-txt span {
    color: #dc0000;
    font-weight: 700;
  }
  .termite-exam {
    padding: 80px 0 0 0;
    background-image: url("../img/index/termite-exam_bg.png");
    background-repeat: no-repeat;
  }
  .termite-exam__list {
    display: flex;
    flex-wrap: wrap;
    gap: 42px 0%;
    justify-content: center;
  }
  .termite-exam__list-box {
    width: 28%;
  }
}
/* ========================================================================
  survey
======================================================================== */
@media screen and (max-width:768px) {
  .survey {}
  .survey__container {
    background-image: url("../img/index/sp/survey_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 354px;
    height: 635px;
    margin: 12% auto 8%;
    padding-top: 20%;
    position: relative;
  }
  .survey__container-inner {
    width: 90%;
    margin: 0 auto;
  }
  .survey__staff {
    width: 36%;
    position: absolute;
    bottom: -8%;
    right: -6%;
  }
}
@media screen and (min-width:769px) {
  .survey {}
  .survey__container {
    background-image: url("../img/index/survey_bg.jpg");
    background-repeat: no-repeat;
    width: 996px;
    height: 1137px;
    margin: 100px auto;
    padding-top: 140px;
    position: relative;
  }
  .survey__staff {
    position: absolute;
    bottom: -100px;
    right: -160px;
  }
}
/* ========================================================================
  prevent
======================================================================== */
@media screen and (max-width:768px) {
  .prevent {
    background: #f0f0f0;
    padding: 0 0 6% 0;
  }
  .prevent__ttl {
    width: 82%;
    margin: 0 auto;
  }
  .prevent__ttl-bg {
    background-image: url("../img/index/sp/prevent_ttl-bg.jpg");
    text-align: center;
    padding: 16% 0 24%;
    max-height: 470px;
    background-position: center;
    background-size: 100%;
  }
  .prevent__list {
    display: flex;
    flex-direction: column;
  }
  .prevent__container {
    border-radius: 8px;
    background: #fff;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    align-content: center;
    padding: 8% 2%;
    width: 92%;
    margin: -40px auto 0;
  }
  .prevent__container img {
    width: 100%;
  }
  .prevent__txt {
    width: 100%;
    font-size: 1.0rem;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 8%;
    font-weight: 600;
  }
  .prevent__image {
    width: 80%;
    margin: 0 auto;
  }
  .prevent__emphasis {
    background-color: #fff32e;
    font-weight: 700;
    color: #dc0000;
    font-size: 1.0rem;
  }
}
@media screen and (min-width:769px) {
  .prevent {
    background: #f0f0f0;
    padding: 0 0 50px 0;
  }
  .prevent__ttl {
    margin-bottom: 64px;
  }
  .prevent__ttl-bg {
    background-image: url("../img/index/prevent_ttl-bg.jpg");
    text-align: center;
    padding: 130px 0 150px;
    max-height: 470px;
    background-position: center;
  }
  .prevent__list {
    display: flex;
    justify-content: space-between;
  }
  .prevent__container {
    border-radius: 8px;
    background: #fff;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    align-content: center;
    padding: 60px 80px;
    width: 996px;
    margin: -40px auto 0;
  }
  .prevent__container img {
    width: 100%;
  }
  .prevent__txt {
    width: 50%;
    font-size: 1.7rem;
    line-height: 2.0;
    text-align: left;
  }
  .prevent__image {
    width: 50%;
  }
  .prevent__emphasis {
    background-color: #fff32e;
    font-weight: 700;
    color: #dc0000;
    font-size: 1.7rem;
  }
}
/* ========================================================================
  voice
======================================================================== */
@media screen and (max-width:768px) {
  .voice {
    background: #ffedc2;
    text-align: center;
    padding: 0 0 3% 0;
  }
  .voice__ttl {
    width: 70%;
    margin: 0 auto 12%;
    position: relative;
    z-index: 1;
  }
  .voice__inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 12% 0 0 0;
  }
  .voice__letter {
    position: absolute;
    right: 3%;
    top: 8%;
    z-index: 0;
    width: 32%;
  }
  .voice__list-box {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 8%;
    width: 92%;
  }
  .voice__illust {
    width: 32%;
  }
  .voice__bubble {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-left: 20px;
    padding: 16px;
    box-shadow: 1px 1px 1px 1px rgba(225, 203, 0, 0.1);
    border-radius: 8px;
    background-color: #ffffff;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
  }
  .voice__bubble::before {
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
  }
  .voice__bubble::after {
    content: "";
    position: absolute;
    top: 20%;
    left: 0;
    border-style: solid;
    border-width: 0 15.2px 15.2px 0;
    border-color: transparent #ffffff transparent transparent;
    translate: -100% calc(-50% - 0.4px);
  }
  .voice__bubble-even {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-right: 20px;
    padding: 16px;
    box-shadow: 1px 1px 1px 1px rgba(225, 203, 0, 0.1);
    border-radius: 8px;
    background-color: #ffffff;
    text-align: left;
    font-size: 8px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
  }
  .voice__bubble-even::before {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    border-style: solid;
    border-width: 0 0 16px 16px;
    border-color: transparent transparent transparent #fff;
    translate: 100% -50%;
  }
  .voice__bubble-even::after {
    content: "";
    position: absolute;
    top: 20%;
    right: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
  }
  .voice__list-ttl {
    font-size: 1.0rem;
    font-weight: 700;
    border-bottom: 2px dotted #cecece;
    color: #4c201b;
    font-family: "Noto Sans JP", sans-serif;
    padding-bottom: 6%;
  }
  .voice__list-ttl span {
    color: #df2a2a;
  }
  .voice__list-txt {
    font-size: 0.8rem;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 6%;
    line-height: 1.6;
  }
  .voice__list-txt span {
    background-color: #fff32e;
    font-weight: 700;
  }
}
@media screen and (min-width:769px) {
  .voice {
    background: #ffedc2;
    text-align: center;
    padding: 0 0 100px 0;
  }
  .voice__ttl {
    margin-bottom: 64px;
    position: relative;
    z-index: 1;
  }
  .voice__inner {
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    padding: 70px 0 0 0;
  }
  .voice__letter {
    position: absolute;
    right: -40px;
    top: 20px;
    z-index: 0;
  }
  .voice__list-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .voice__bubble {
    position: relative;
    display: inline-block;
    width: 792px;
    margin-left: 20px;
    padding: 40px;
    box-shadow: 1px 1px 1px 1px rgba(225, 203, 0, 0.1);
    border-radius: 16px;
    background-color: #ffffff;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
  }
  .voice__bubble::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #fff transparent transparent;
    translate: -100% -50%;
  }
  .voice__bubble::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-style: solid;
    border-width: 0 15.2px 15.2px 0;
    border-color: transparent #ffffff transparent transparent;
    translate: -100% calc(-50% - 0.4px);
  }
  .voice__bubble-even {
    position: relative;
    display: inline-block;
    width: 792px;
    margin-right: 20px;
    padding: 40px;
    box-shadow: 1px 1px 1px 1px rgba(225, 203, 0, 0.1);
    border-radius: 16px;
    background-color: #ffffff;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
  }
  .voice__bubble-even::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent transparent #fff;
    translate: 100% -50%;
  }
  .voice__bubble-even::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    border-style: solid;
    border-width: 0 0 15.2px 15.2px;
    border-color: transparent transparent transparent #ffffff;
    translate: 100% calc(-50% - 0.4px);
  }
  .voice__list-ttl {
    font-size: 2.0rem;
    font-weight: 700;
    border-bottom: 2px dotted #cecece;
    color: #4c201b;
    font-family: "Noto Sans JP", sans-serif;
    padding-bottom: 20px;
  }
  .voice__list-ttl span {
    color: #df2a2a;
  }
  .voice__list-txt {
    font-size: 1.0rem;
    font-family: "Noto Sans JP", sans-serif;
    padding-top: 20px;
    line-height: 2.0;
  }
  .voice__list-txt span {
    background-color: #fff32e;
    font-weight: 700;
  }
}
/* ========================================================================
  faq
======================================================================== */
@media screen and (max-width:768px) {
  .faq {
    padding: 12% 0;
  }
  .faq__ttl {
    width: 90%;
    margin: 0 auto 12%;
  }
  .faq__list {
    display: flex;
    flex-direction: column;
  }
  .faq__list-box {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    width: 92%;
    padding: 2.66%;
    margin: 0 auto 4%;
    border-radius: 8px;
    text-align: left;
  }
  .faq__q {
    border-bottom: 2px dotted #b8b8b8;
    padding-bottom: 4.16%;
    margin-bottom: 3.16%;
    display: flex;
    align-items: center;
    font-size: 1.0rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
    padding-left: 12%;
    position: relative;
  }
  .faq__a {
    margin-bottom: 3.16%;
    display: flex;
    align-items: start;
    font-size: 0.8rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6;
    position: relative;
    padding-left: 12%;
  }
  .faq__q::before {
    content: "";
    background-image: url("../img/index/faq_icon-q.png");
    background-size: 100%;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .faq__a::before {
    content: "";
    background-image: url("../img/index/faq_icon-a.png");
    background-size: 100%;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (min-width:769px) {
  .faq {
    padding: 70px 0 0px;
  }
  .faq__ttl {
    margin-bottom: 78px;
  }
  .faq__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .faq__list-box {
    background-color: #fff;
    border: 1px solid #d3d3d3;
    flex-basis: 49%;
    padding: 2.66%;
    margin-bottom: 2%;
    border-radius: 8px;
    text-align: left;
  }
  .faq__q {
    border-bottom: 2px dotted #b8b8b8;
    padding-bottom: 3.16%;
    margin-bottom: 3.16%;
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
  }
  .faq__a {
    padding-bottom: 3.16%;
    margin-bottom: 3.16%;
    display: flex;
    align-items: start;
    font-size: 1.0rem;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.6;
    position: relative;
    padding-left: 70px;
  }
  .faq__q::before {
    content: "";
    background-image: url("../img/index/faq_icon-q.png");
    display: block;
    width: 52px;
    height: 52px;
    margin-right: 20px;
  }
  .faq__a::before {
    content: "";
    background-image: url("../img/index/faq_icon-a.png");
    display: block;
    width: 52px;
    height: 52px;
    margin-right: 20px;
    ;
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* ========================================================================
  area
======================================================================== */
@media screen and (max-width:768px) {
  .area {
    background-color: #e9f6ff;
    background-image: url("../img/index/sp/area_image.jpg");
    text-align: center;
    height: 700px;
    background-position: bottom;
    background-repeat: no-repeat;
    padding: 12% 0 0;
    background-size: 100%;
  }
  .area__container {
    margin: 0 auto;
    position: relative;
  }
  .area__ttl {
    margin: 0 auto 8%;
    width: 60%;
  }
  .area__txt {
    width: 90%;
    text-align: justify;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  .area__txt h3 {
    width: 74%;
    text-align: left;
  }
  .area__txt p {
    line-height: 1.6;
    text-align: justify;
    font-size: 0.8rem;
    margin: 4% 0;
  }
  .area__txt span {
    font-size: 0.7rem;
    margin-top: 4%;
    display: inline-block;
  }
}
@media screen and (min-width:769px) {
  .area {
    background-color: #e9f6ff;
    background-image: url("../img/index/area_image.jpg");
    text-align: center;
    height: 773px;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0 0 0;
  }
  .area__container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .area__txt {
    width: 374px;
    position: absolute;
    text-align: left;
    top: 48px;
    left: 0;
  }
  .area__txt h3 {
    margin-bottom: 24px;
  }
  .area__txt p {
    line-height: 2.2;
    text-align: justify;
    font-size: 1.0rem;
  }
  .area__txt span {
    font-size: 0.8rem;
    margin-top: 20px;
  }
}
/* ========================================================================
  guarantee 
======================================================================== */
@media screen and (max-width:768px) {
  .guarantee-sp {
    text-align: center;
    padding: 10% 0;
  }
  .guarantee__ttl {
    width: 72%;
    margin: 0 auto 10%;
  }
  .guarantee-sp__list {
    display: flex;
    align-items: center;
  }
  .guarantee-sp__medal {
    width: 64%;
    margin-right: 3%;
  }
  .guarantee__container {
    border: solid 5px #e4c43a;
    background-image: linear-gradient(150deg, rgba(244, 230, 172, 1) 20%, rgba(255, 253, 247, 1) 50%, rgba(244, 230, 172, 1) 70%);
    padding: 6%;
    width: 92%;
    margin: 0 auto;
  }
  .guarantee__txt {
    text-align: justify;
    line-height: 1.6;
    margin-top: 6%;
  }
  .guarantee-sp__item-list {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
  }
}
@media screen and (min-width:769px) {
  .guarantee {
    text-align: center;
    padding: 72px 0 100px;
  }
  .guarantee__container {
    border: solid 11px #e4c43a;
    background-image: linear-gradient(150deg, rgba(244, 230, 172, 1) 20%, rgba(255, 253, 247, 1) 50%, rgba(244, 230, 172, 1) 70%);
    display: flex;
    justify-content: space-between;
    padding: 30px 35px 20px;
    max-width: 996px;
    margin: 0 auto;
  }
  .guarantee__container-right {
    width: 70%;
  }
  .guarantee__container-right p {
    font-size: 1.0rem;
    line-height: 1.6;
    text-align: left;
    margin-bottom: 20px;
  }
}
/* ========================================================================
  estimate
======================================================================== */
@media screen and (max-width:768px) {
  .estimate {
    background: #ffe2e2;
    padding: 12% 0 0;
  }
  .estimate__ttl {
    width: 80%;
    margin: 0 auto 6%;
  }
  .estimate__list {
    display: flex;
    flex-direction: column;
    padding: 0 4px 4px 0;
  }
  .estimate__list-box {
    border-radius: 8px;
    width: 92%;
    background-color: #fff;
    text-align: left;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
    margin: 0 auto 6%;
  }
  .estimate__list-box h3 {
    margin: 6% 30px 0 20px;
    width: 64%;
  }
  .estimate__list-box p {
    font-size: 0.8rem;
    line-height: 1.6;
    margin: 12px 20px;
  }
}
@media screen and (min-width:769px) {
  .estimate {
    background: #ffe2e2;
    padding: 72px 0 100px;
  }
  .estimate__ttl {
    margin-bottom: 64px;
  }
  .estimate__list {
    display: flex;
    justify-content: space-between;
    padding: 0 4px 4px 0;
  }
  .estimate__list-box {
    border-radius: 16px;
    width: 32%;
    background-color: #fff;
    text-align: left;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
  }
  .estimate__list-box h3 {
    margin: 20px;
  }
  .estimate__list-box p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 20px;
  }
}
/* ========================================================================
  payment
======================================================================== */
@media screen and (max-width:768px) {
  .payment {
    margin: 12% auto 4%;
    text-align: center;
  }
  .payment__ttl {
    width: 80%;
    margin: 0 auto 12%;
  }
  .payment__list {
    display: flex;
    flex-direction: column;
  }
  .payment__list-box {
    border: 2px solid #dc0000;
    border-radius: 8px;
    width: 92%;
    margin: 0 auto 6%;
  }
  .payment__list-box p {
    text-align: left;
    font-size: 1.0rem;
    line-height: 1.6;
    margin: 20px;
  }
  .payment__list-box img {
    margin: 20px auto 0;
    width: 54%;
  }
  .payment__sttl {
    color: #fff;
    background-color: #dc0000;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 10px 0;
    border-radius: 4px 4px 0 0;
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media screen and (min-width:769px) {
  .payment {
    max-width: 1200px;
    margin: 76px auto 100px;
    text-align: center;
  }
  .payment__ttl {
    margin-bottom: 64px;
  }
  .payment__list {
    display: flex;
    justify-content: space-between;
  }
  .payment__list-box {
    border: 3px solid #dc0000;
    border-radius: 16px;
    width: 32%;
  }
  .payment__list-box p {
    text-align: left;
    font-size: 1.0rem;
    line-height: 1.6;
    margin: 20px;
  }
  .payment__list-box img {
    margin: 20px 0;
  }
  .payment__sttl {
    color: #fff;
    background-color: #dc0000;
    font-size: 2.0rem;
    font-weight: 700;
    padding: 20px 0;
    border-radius: 8px 8px 0 0;
    font-family: "Noto Sans JP", sans-serif;
  }
}
/* ========================================================================
  about
======================================================================== */
@media screen and (max-width:768px) {
  .about {
    padding: 0 0 12% 0;
  }
  .about__ttl {
    width: 80%;
    margin: 0 auto;
  }
  .about__ttl-outer {
    padding: 12% 0 0 0;
    background-image: url("../img/index/sp/about_ttl-bg.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: 100%;
  }
  .about__txt {
    width: 90%;
    margin: 0 auto;
  }
  .about__txt p {
    margin-top: 20px;
    line-height: 1.8;
    text-align: justify;
    font-weight: 600;
  }
  .about__container {
    border: 2px solid #dc0000;
    border-radius: 8px;
    background-color: #fff;
    padding: 0 6% 6%;
    width: 92%;
    margin: 0 auto;
  }
  .about__container-lead {
    text-align: left;
    display: flex;
    align-items: center;
  }
  .about__illust {
    width: 70%;
  }
  .about__container-lead-outer {
    margin: 6% 0 12%;
  }
  .about__container-lead-outer p {
    line-height: 1.9;
    font-weight: 600;
  }
  .about__container-lead p {
    font-size: 0.8rem;
  }
  .about__list {
    display: flex;
    flex-direction: column;
    margin-top: 6%;
  }
  .about__list-box {
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 6%;
  }
  .about__list-box img {
    width: 50%;
    margin-right: 6%;
    display: block;
  }
  .about__list-box p {
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.2;
    width: 50%;
    display: block;
  }
  .about__illust {
    float: right;
  }
  .about__list-box span {
    color: #dc0000;
    font-size: 0.8rem;
    margin: 0 0 2%;
    display: inline-block;
  }
}
@media screen and (min-width:769px) {
  .about {
    padding: 0 0 100px 0;
  }
  .about__ttl-outer {
    padding: 72px 0 0 0;
    background-image: url("../img/index/about_bg.jpg"), url("../img/index/about_bg-side.jpg");
    background-position: center;
    background-repeat: no-repeat, repeat-x;
    text-align: center;
    height: 630px;
  }
  .about__txt {
    position: absolute;
    width: 530px;
    font-size: 1.0rem;
    top: 28px;
    left: 0;
    text-align: left;
  }
  .about__txt p {
    margin-top: 20px;
    line-height: 1.8;
  }
  .about__inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .about__container {
    border: 2px solid #dc0000;
    border-radius: 16px;
    background-color: #fff;
    padding: 0 56px 90px;
    margin-top: -40px;
  }
  .about__container-lead {
    text-align: left;
    margin: 58px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .about__container-lead p {
    font-size: 1.0rem;
    line-height: 2.0;
  }
  .about__list {
    display: flex;
    justify-content: space-between;
  }
  .about__list-box {
    text-align: left;
  }
  .about__list-box span {
    color: #dc0000;
    font-size: 1.0rem;
    margin: 20px 0 10px;
    display: inline-block;
  }
  .about__list-box p {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
  }
}
/* ========================================================================
  coupon
======================================================================== */
@media screen and (max-width:768px) {
  .coupon__ttl {
    width: 90%;
    margin: 0 auto 8%;
  }
  .coupon {
    background-color: #ffe2e2;
    padding: 12% 0;
  }
  .coupon .inner {
    width: 92%;
    margin: 0 auto;
  }
}
@media screen and (min-width:769px) {
  .coupon {
    background-color: #ffe2e2;
    padding: 70px 0 100px;
  }
}
/* ========================================================================
  footer
======================================================================== */
@media screen and (max-width:768px) {
  .footer {
    background-color: #242424;
    padding: 8% 0 30%;
    text-align: center;
    color: #fff;
  }
}
@media screen and (min-width:769px) {
  .footer {
    background-color: #242424;
    padding: 4% 0;
    text-align: center;
    color: #fff;
  }
}
/* ========================================================================
  ページトップへ
======================================================================== */
#page_top {
  position: fixed;
  right: 10px;
  width: 55px;
  height: 55px;
  background: rgba(34, 34, 38, 0.8) no-repeat;
  border-radius: 8px;
}
#page_top a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: auto;
  color: #fff;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f077';
  font-size: 25px;
  text-align: center;
}
/* ========================================================================
  フロートボタン
======================================================================== */
@media screen and (max-width:768px) {
  .float_btn {
    display: none;
    position: fixed;
    bottom: 0;
    z-index: 999;
	width: 100%;
  }
  .float_btn-inner {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 2%;
    column-gap: 2%;
  }
}
.footer .footer_list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .footer .footer_list {
    flex-wrap: wrap;
  }
}
.footer .footer_list .list_item {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  .footer .footer_list .list_item {
    border: none;
    position: relative;
  }
  .footer .footer_list .list_item::after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    width: 0.13vw;
    height: 3.2vw;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .footer .footer_list .list_item:nth-of-type(3)::after, .footer .footer_list .list_item:last-of-type::after {
    display: none;
  }
}
.footer .footer_list .list_item:last-of-type {
  border: none;
}
.footer .footer_list .list_item a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  padding: 0 1.2em;
}
@media screen and (max-width: 1000px) {
  .footer .footer_list .list_item a {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 750px) {
  .footer .footer_list .list_item a {
    font-size: 3.2vw;
    line-height: 6vw;
  }
}
.footer .copy {
  margin-top: 21px;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .footer .copy {
    margin-top: 2.1vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 750px) {
  .footer .copy {
    margin-top: 3.6vw;
    font-size: 2.8vw;
  }
}
.footer__copy {
  padding: 1.5rem;
}
.inner_title {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 2px 10px;
}
@media screen and (max-width:768px) {
  .footer_02 {
    background-color: #242424;
    padding: 8% 0;
    text-align: center;
    color: #fff;
  }
}
@media screen and (min-width:769px) {
  .footer_02 {
    background-color: #242424;
    padding: 4% 0;
    text-align: center;
    color: #fff;
  }
}
.footer_02 .footer_02_list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 750px) {
  .footer_02 .footer_02_list {
    flex-wrap: wrap;
  }
}
.footer_02 .footer_02_list .list_item {
  border-right: 1px solid #fff;
}
@media screen and (max-width: 750px) {
  .footer_02 .footer_02_list .list_item {
    border: none;
    position: relative;
  }
  .footer_02 .footer_02_list .list_item::after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    width: 0.13vw;
    height: 3.2vw;
  }
}
@media screen and (max-width: 750px) and (max-width: 750px) {
  .footer_02 .footer_02_list .list_item:nth-of-type(3)::after, .footer_02 .footer_02_list .list_item:last-of-type::after {
    display: none;
  }
}
.footer_02 .footer_02_list .list_item:last-of-type {
  border: none;
}
.footer_02 .footer_02_list .list_item a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  padding: 0 1.2em;
}
@media screen and (max-width: 1000px) {
  .footer_02 .footer_02_list .list_item a {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 750px) {
  .footer_02 .footer_02_list .list_item a {
    font-size: 3.2vw;
    line-height: 6vw;
  }
}
.footer_02 .copy {
  margin-top: 21px;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .footer_02 .copy {
    margin-top: 2.1vw;
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 750px) {
  .footer_02 .copy {
    margin-top: 3.6vw;
    font-size: 2.8vw;
  }
}
.footer_02__copy {
  padding: 1.5rem;
}
.inner_title {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0 17px 10px;
}
.c-table01 {
  margin: 40px auto;
  overflow: hidden;
  border-radius: 3px
}
.c-table01 tr {
  border-bottom: 1px solid #333;
}
.c-table01 tr:last-of-type {
  border-bottom: none
}
.c-table01 th, .c-table01 td {
  padding: 20px;
  text-align: left;
  vertical-align: middle
}
.c-table01 th {
  background: var(--mh--color--secondary-100);
  font-weight: 700;
  line-height: var(--mh--line-height--sm)
}
@media(max-width: 767px) {
  .c-table01 th, .c-table01 td {
    display: block;
    width: 100%
  }
}
@media(min-width: 768px) {
  .c-table01 {
    border-radius: 20px
  }
  .c-table01 th, .c-table01 td {
    height: 80px;
    padding-block: 23px;
    padding-inline: 40px
  }
  .c-table01 th {
    width: 280px
  }
}