@charset "utf-8";
/*------------------------------------------------------------
	emergency
------------------------------------------------------------*/
*{
    box-sizing: border-box;
}

#conts .headLine04Box, #conts .headLine04Box02 {
    margin: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

#conts .headLine04Box02 {
    margin: 0 auto 24px;
}

#conts .headLine04Box::before, #conts .headLine04Box02::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    z-index: 2;
    border-bottom: .5px solid var(--color-gold-dark);
}

#conts .headLine04 {
    text-align: center;
    font-size: min(4.8vw, 22px);
    color: var(--color-gold-dark);
    font-family: var(--font-serif);
    font-weight: 500;
    display: inline-block;
    padding: 0 min(5.33vw, 20px);
    background-color: var(--color-gold-light);
    position: relative;
    z-index: 3;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #conts .textBox02 {
        margin: 0 15px;

    }
}

#conts .txt, #conts .txt02, #conts .attTxt {
    line-height: 1.8;
    text-align: justify;
    word-break: break-all;
}

#conts .attTxt {
    position: relative;
    padding-left: 16px;
}

#conts .attTxt::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
}

#conts .txt02 {
    margin-bottom: 24px;
}

#conts .txt a, #conts .txt02 a {
    text-decoration: underline;
    color: var(--color-gold-dark);
}

#conts .txt a:hover, #conts .txt02 a:hover {
    text-decoration: none;
}

#conts .tocBox {
    position: relative;
    margin: 0 auto 40px;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #conts .tocBox {
        margin: 0 15px 40px;
    }
}

#conts .tocTtl {
    position: absolute;
    display: inline-block;
    padding: 8px 16px;
    background-color: #fff;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
}

#conts .tocBox__ul {
    width: 100%;
    border: 1px solid #ffe5ef;
    padding: 24px 40px;
    display: grid;
    grid-template-columns: 200px 200px;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px;
    margin: auto;
    grid-template-areas:
      "a01 a01"
      "a01-1 a01-2"
      "a02 a02";
}

@media all and (min-width: 0) and (max-width: 767px) {
    #conts .tocBox__ul {
        width: 100%;
        padding: 24px;
        grid-template-columns: 1fr;
        grid-template-rows: initial;
        grid-template-areas:
        "a01"
        "a01-1"
        "a01-2"
        "a02";
    }
}

#conts .tocBox__ul li a {
    position: relative;
    display: flex;
    align-items: center;
    height: 40px;
    padding-left: 24px;
}

#conts .tocBox__ul .toc03Ttl a {
    padding-left: 40px;
}

#conts .tocBox__ul .toc03Ttl a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 24px;
    width: 8px;
    height: 1px;
    background-color: #ffa8cb;
}

#conts .tocBox__ul .a01 {
    grid-area: a01;
}

#conts .tocBox__ul .toc02Ttl a {
    color: #eb436c;
    font-size: 14px;
}

#conts .tocBox__ul .a01-1 {
    grid-area: a01-1;
}

#conts .tocBox__ul .a01-2 {
    grid-area: a01-2;
}

#conts .tocBox__ul .a02 {
    grid-area: a02;
}

#conts .tocBox__ul .toc02Ttl a::before,
#conts .tocBox__ul .toc02Ttl a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #eb436c;
    border-right: 1px solid #eb436c;
    transform: rotate(45deg) translateY(-50%);
}

#conts .meritBox {
    background-color: var(--color-gold-light);
    padding: min(8.53vw, 32px) min(5.33vw, 20px);
    box-sizing: border-box;
}

#conts .meritBox__topItem {
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 24px 0;
}

#conts .meritBox__ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: min(2.13vw, 8px);
}

#conts .meritBox__ul > li {
    margin: 0 auto;
    padding: min(6.4vw, 40px) min(4.8vw, 32px);
    background-color: #fff;
    box-sizing: border-box;
    width: 100%;
}

#conts .meritBoxItem {
    display: flex;
    justify-content: space-between;
}

#conts .meritBoxItem02 {
    margin-bottom: 80px;
}

@media all and (min-width: 0) and (max-width: 767px) {
    #conts .meritBoxItem02 {
        margin-bottom: 40px;
    }
}

#conts .meritBoxItem .photoBox, #conts .meritBoxItem .photoBox02 {
    max-width: 200px;
    margin-right: 24px;
}

#conts .meritBoxItem .photoBox img {
    width: 100%;
    height: auto;
}
#conts .meritBoxItem .textBox{
    max-width: 460px;
    width: 100%;
}
#conts .meritBoxItem .ttl{
    margin-bottom: min(5.33vw, 20px);
    font-size: min(4.26vw, 20px);
    font-weight: 500;
    font-family: var(--font-serif);
    position: relative;
}

@media screen and (max-width: 767px) {
    #conts .meritBoxItem .ttl{
        text-align: center;
    }
}

#conts .meritBoxItem .colorTxt {
    display: inline;
    background: linear-gradient(transparent 70%, var(--color-gold-light03) 70%);
}

#conts .sec04 {
    margin-bottom: 160px;
}

#conts .flowTtlBox {
    margin: 0 auto 24px;
}

#conts .flowTtlBox__ul {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: auto;
}

#conts .flowTtlBox__ul > li {
    margin-right: 24px;
}

#conts .flowTtlBox__ul > li:last-child {
    margin-right: 0;
}

#conts .flowTtl {
    font-size: min(4.26vw, 18px);
    text-align: center;
    margin-bottom: min(6.4vw, 24px);
    padding-top: min(21.3vw, 80px);
    font-family: var(--font-serif);
    font-weight: 500;
    border-top: 1px solid var(--color-gray);
}

#conts .flowTxt01, #conts .flowTxt02, #conts .flowTxt03 {
    position: relative;
    padding-left: 16px;
}

#conts .flowTxt02, #conts .flowTxt03 {
    color: var(--color-gold-dark);
}

#conts .flowTxt03 {
    padding-left: 32px;
}

#conts .flowTxt01::before {
    content: "○";
    position: absolute;
    left: 0;
    top: 0;
}

#conts .flowTxt02::before {
    content: "◎";
    position: absolute;
    left: 0;
    top: 0;
}

#conts .flowTxt03::before {
    content: "○";
    position: absolute;
    left: 0;
    top: 0;
    color: initial;
}

#conts .flowTxt03::after {
    content: "◎";
    position: absolute;
    left: 16px;
    top: 0;
}

#conts .flowUl {
    margin: 0 auto 24px;
}

#conts .flowUl > li {
    margin-bottom: 49px;
    padding: 28px 45px;
    background: #fff;
    border: 1px solid rgba(102,102,102,0.2);
    display: flex;
    flex-direction: column;
    position: relative;
}
#conts .flowUl > li::after{
    content: "";
    width: 2px;
    height: 33px;
    border-left: 1px dashed var(--color-gold);
    bottom: max(-10.66vw, -40px);
    left: 30px;
    position: absolute;
}
#conts .flowUl > li:nth-child(4) {
    margin: 0;
}
#conts .flowUl > li:nth-child(4)::after{
    content: none !important;
}

#conts .flowUl .ttl {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-gold-dark);
}
#conts .flowUl .ttl span{
    padding: 3px 9px 2px;
    margin-right: 13px;
    background: #EA436C;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
}
#conts .flowUl .textBox {
    width: 100%;
}
#conts .flowUl .textBox > ul{
    width: 548px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
    margin-left: auto;
}

.technician-box {
    font-family: "ヒラギノ角ゴ Pro W3";
    max-width: 403px;
    background-color: #CBF641;
    border: 1px solid #000;
    text-align: center;
    margin: 0 auto;
}

.sptext {
    font-size: 32px;
    text-align: center;
}

.technician-box-inner {
    padding: 15px 0 7px 0;
    background-color: rgba(255, 255, 255, 0.3);
}

  .technician-box-title {
    font-size: 17px;
    font-weight: 600;
    font-family: "ヒラギノ角ゴ Pro";
  }

  .technician-box-text {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 5px;
    font-family: "ヒラギノ角ゴ Pro";
  }

  .technician-btn {
    display: block;
    text-align: center;
    font-size: 12px;
    width: 155px;
    height: 25px;
    line-height: 25px;
    border-radius: 12.5px;
    background-color: #fff;
    margin: 0 auto;
  }

  .technician-btn:hover {
    text-decoration: none;
  }


@media all and (min-width: 0) and (max-width: 767px) {
    .technician-box {
        margin: 0 15px;
        max-width: 574px;
    }
      .technician-box-text {
        font-size: 0.18rem;
      }
      .technician-box-inner {
        height: 100%;
      }
      #height01 {
        margin-bottom: 25px;
      }
      .technician-box-title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 6px;
      }
      .headLine-cover2 {
        margin-bottom: 50px;
      }
      .technician-box-text {
        font-size: 0.93rem;
        font-weight: 300;
        text-align: center;
      }
      .technician-box-text {
        font-size: 0.8rem;
        font-weight: 300;
        text-align: center;
      }
      .technician-btn {
        display: block;
        width: 241px;
        height: 39px;
        line-height: 39px;
        font-size: 0.37rem;
      }
}


@media all and (min-width: 0) and (max-width: 767px) {

    #conts .sec01 .nBox{
        justify-content: space-between;
        flex-wrap: wrap;
    }

    #conts .meritBoxItem {
        flex-direction: column;
    }

    #conts .meritBoxItem li{
        margin: 0 auto;
        padding: 23px 15px;
        display: block;
    }
    #conts .meritBoxItem .photoBox{
        width: 150px;
        margin: 0 auto 20px;
    }
    #conts .meritBoxItem .photoBox img{
        width: 100%;
    }
    #conts .meritBoxItem .textBox{
        width: 100%;
        margin: 0 auto;
    }

    #conts .meritBoxItem .ttl::before{
        width: 15px;
        height: 15px;
        background-size: 15px 15px;
    }

    #conts .flowUl {
            width: 100%;
            margin: 0 auto 24px;
    }
    #conts .flowUl > li{
        padding: 16px;
    }
    #conts .flowUl > li::after{
        left: 50%;

    }

    #conts .flowUl .ttl {
        font-size: 17px;
        padding-left: 1.5em;
        text-indent: -2.1em
    }
    #conts .flowUl .ttl span{
        padding: 3px 8px 2px;
        font-size: 15px;
    }
    #conts .flowUl .textBox {
        width: 100%;
    }
    #conts .flowUl .textBox > ul{
        width: 100%;
        display: block;
        margin: 6px auto 0;
        padding-left: 27px;
    }
}

.mb40 {
    margin-bottom: 40px !important;
}

.mb80 {
    margin-bottom: 80px !important;
}
