@charset "UTF-8";

.firstview {
    width: 100%;
    height: 390px;
    background: url(../images/visit/firstview.png);
    background-size: 100%;
    background-position: 0% 90%;
    position: relative;
}

.firstview .bg {
    width: 177px;
    height: 100%;
    background: url(../images/visit/firstview_left.png);
    background-size: cover;
}

.firstview .inner .box {
    position: absolute;
    top: 75px;
    left: 7%;
}

.sec01 {
    margin: 90px auto 130px;
    width: 736px;
    position: relative;
}

.sec01::before {
    content: "";
    position: absolute;
    background: url(../images/maintenance/sec01_left.png);
    width: 45px;
    height: 65px;
    bottom: -35px;
    left: -75px;
}

.sec01::after {
    content: "";
    position: absolute;
    background: url(../images/maintenance/sec01_right.png);
    width: 90px;
    height: 88px;
    top: -40px;
    right: -50px;
}

.sec01 .sec_title {
    text-align: center;
    font-size: 27px;
    letter-spacing: 2px;
    font-weight: bold;
}

.sec01 .sec_title .bottom {
    background: linear-gradient(transparent 65%, rgba(255,242,98,0.5) 0%);
    font-weight: bold;
}

.sec01 .sec_title .color {
    color: #D36C76;
    font-weight: bold;
}

.sec01 .textbox {
    margin-top: 50px;
    line-height: 1.8;
}

/* sec01ここまで */
/* sec02ここから */


.sec02 {
    margin-bottom: 150px;
}

.sec02 .inner {
    width: 922px;
    margin: 0 auto;
    background: #F9F8F0;
    border-radius: 30px;
    padding-bottom: 100px;
    position: relative;
}

.sec02 .sec_title {
    font-size: 27px;
    text-align: center;
    line-height: 1.3;
    background: #315B32;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px;
    position: relative;
    font-weight: bold;
}

.sec02 .inner::after {
    content: "";
    position: absolute;
    background: url(../images/visit/sec02_ill.png);
    right: 40px;
    top: -70px;
    width: 170px;
    height: 80px;
    background-repeat: no-repeat;
}

.sec02 .subtitle {
    text-align: center;
    margin: 50px auto;
    font-size: 18px;
    border-bottom: dashed 1px #514339;
    width: 520px;
    font-weight: bold;
}

.sec02 .boxs {
    display: flex;
    justify-content: center;
    text-align: center;
}

.sec02 .boxs .box {
    width: 130px;
    height: 130px;
    background-image: url(../images/visit/sec06_st.png);
    border-radius: 50%;
    line-height: 1.5;
    margin: 10px;
    font-size: 15px;
}

.sec02 .boxs .box .inn {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec02 .boxs .one .inn{
    background: rgba(230, 209, 207, 0.75);
}
.sec02 .boxs .two .inn{
    background: rgba(216, 209, 194, 0.75);
}
.sec02 .boxs .three .inn{
    background: rgba(214, 219, 198, 0.75);
}
.sec02 .boxs .four .inn{
    background: rgba(221, 232, 231, 0.75);
}

/* sec02ここまで */
/* sec03ここから */

.sec03 {
    margin-bottom: 150px;
}

.sec03 .inbox {
    width: 922px;
    margin: 0 auto;
}

.sec03 .sec_title {
    font-size: 27px;
    text-align: center;
    line-height: 1.3;
    background: #315B32;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px;
    position: relative;
    font-weight: bold;
}

.sec03 .content .box {
    display: flex;
    justify-content: center;
    margin: 60px 0;
}

.sec03 .content .left {
    text-align: right;
    margin: 0 15px;
}

.sec03 .content .left .text {
    font-size: 12px;
}

.sec03 .content .right {
    margin: 0 15px;
    font-size: 18px;
}

.sec03 .content .right .text02 {
    width: 315px;
    background: #F1EEE5;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 30px 0;
}

.sec03 .content .right .text02 p {
    position: relative;
    width:115px;
    margin-left: 20px;
}

.sec03 .content .right .text02 p::before {
    content: "";
    position: absolute;
    background: url(../images/visit/sec05_ten.png);
    width: 15px;
    height: 15px;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* sec03ここまで */
/* sec04ここから */

.sec04 {
    margin-bottom: 150px;
}

.sec04 .inner {
    width: 922px;
    margin: 0 auto;
    padding-bottom: 130px;
}

.sec04 .sec_title {
    font-size: 27px;
    text-align: center;
    line-height: 1.3;
    background: #315B32;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px;
    position: relative;
    font-weight: bold;
}

.sec04 .boxs {
    width: 836px;
    margin: 50px auto 0;
    background: #F9F8F0;
    border-radius: 15px;
    border: solid #677976;
}

.sec04 .boxs .contents {
    margin: 30px 0;
}

.sec04 .contents .subtitle {
    font-size: 18px;
    position: relative;
    font-weight: bold;
    text-align: center;
    padding-bottom: 10px;
    width: 260px;
    margin: 0 auto;
    padding-right: 20px;
}

.sec04 .contents .subtitle::before {
    content: "";
    position: absolute;
    background: url(../images/visit/sec04_bar.png);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 265px;
    height: 9px;
    background-repeat: no-repeat;
}

.sec04 .contents .subtitle::after {
    content: "";
    position: absolute;
    background: url(../images/visit/sec04_check_list.png);
    width: 23px;
    height: 21px;
    top: 0;
    bottom: 11px;
    right: 0;
    left: 190px;
    margin: auto;
    background-repeat: no-repeat;
}

.sec04 .contents .list {
    width: 643px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec04 .contents .item {
    width: 240px;
    border-bottom: solid 1px #665244;
    padding: 0 0 10px 30px;
    margin-bottom: 10px;
    position: relative;
}

.sec04 .contents .item::before {
    content: "";
    position: absolute;
    background: url(../images/visit/sec04_check_list.png);
    width: 23px;
    height: 21px;
    left: 0;
    top: 0;
    bottom: 10px;
    margin: auto;
}

.sec04 .bottombox {
    width: 751px;
    margin: 0 auto 35px;
    background: #fff;
    border-radius: 15px;
    padding: 30px 0;
    text-align: center;
    position: relative;
}

.sec04 .bottombox::before {
    content: "";
    position: absolute;
    background: url(../images/visit/sec04_check.png);
    width: 86px;
    height: 79px;
    left: 20px;
    top: -10px;
    margin: auto;
}

.sec04 .bottom {
    text-align: center;
    background: #F8F4EE;
    padding: 115px 0;
    position: relative;
}

/*.sec04 .bottom::before {
    content: "";
    position: absolute;
    background: #F8F4EE;
    width: 189px;
    height: 1px;
    border-bottom: dashed 1px #665244;
    top: 150px;
    left: 0;
    right: 0;
    margin: auto;
} */

.sec04 .bottom .sign {
    font-size: 18px;
    width: 315px;
    margin: 0 auto 50px;
    /* border-bottom: dashed 1px; */
    padding-bottom: 0px;
    position: relative;
}
.sec04 .bottom .sign .u_line {
    content: "";
    position: absolute;
    background: #F8F4EE;
    width: 189px;
    height: 1px;
    border-bottom: dashed 1px #665244;
    top: 25px;
    left: 0;
    right: 0;
    margin: auto;
}

.sec04 .bottom .pic {
    width: 665px;
    height: 410px;
    background: #fff;
    border-radius: 40px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sec04 .bottom .pic p img {
    width: 69%;
}


.sec04 .bottom .sign::before {
    content: "";
    position: absolute;
    background: url(../images/visit/sec04_bottom_top.png);
    width: 380px;
    height: 86px;
    top: -65px;
    left: -40px;
    right: 0;
    margin: auto;
}

.sec04 .bottom .sign::after {
    content: "";
    position: absolute;
    background: url(../images/visit/sec04_ill.png);
    width: 77px;
    height: 116px;
    right: -200px;
    top: -30px;
    bottom: 0;
    margin: auto;
}

.sec04 .bottom .box {
    width: 625px;
    margin: 0 auto;
    text-align: left;
}

.sec04 .bottom .box .subtitle {
    font-size: 20px;
    color: #2A5151;
    margin-bottom: 15px;
}

.sec04 .bottom .box .text {
    color: #443831;
    margin-bottom: 40px;
}

/* sec04ここまで */
/* sec05ここから */

.sec05 {
    margin-bottom: 150px;
}

.sec05 .inner {
    width: 922px;
    margin: 0 auto;
    background: #F1EEE5;
    border-radius: 30px;
    padding-bottom: 1px;
}

.sec05 .sec_title {
    font-size: 27px;
    text-align: center;
    line-height: 1.3;
    background: #315B32;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px;
    position: relative;
    font-weight: bold;
}

.sec05 .content {
    margin: 50px 0;
}


.sec05 .content .list {
    width: 696px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.sec05 .content .list .item {
    width: 263px;
    border-bottom: solid 1px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 19px;
    padding-left: 30px;
    position: relative;
}

.sec05 .content .list .item::before {
    content: "";
    position: absolute;
    background: url(../images/visit/sec05_ten.png);
    width: 15px;
    height: 15px;
    left: 0;
    top: 0;
    bottom: 19px;
    margin: auto;
}

.sec05 .caution {
    font-size: 12px;
    position: relative;
    width: 922px;
    text-align: right;
    margin: 10px auto 0;
}

.sec05 .caution::before {
    content: "";
    position: absolute;
    background: url(../images/visit/sec05_doctor.png);
    width: 243px;
    height: 196px;
    top: -206px;
    right: 40px;
}

/* sec05ここまで */
/* sec06ここから */


.sec06 {
    margin-bottom: 150px;
}

.sec06 .inner {
    width: 922px;
    margin: 0 auto;
    background: #F9F8F0;
    border-radius: 30px;
    padding-bottom: 100px;
}

.sec06 .sec_title {
    font-size: 27px;
    text-align: center;
    line-height: 1.3;
    background: #315B32;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px;
    position: relative;
    font-weight: bold;
}

.sec06 .contents {
    width: 720px;
    margin: 50px auto;
}

.sec06 .contents .inn {
    width: 640px;
}

.sec06 .contents .content {
    position: relative;
}

.sec06 .contents .content::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 410px;
    left: -41px;
    background: #665244;
}

.sec06 .contents .subtitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
}

.sec06 .contents .one .subtitle::before {
    content: "";
    position: absolute;
    background: url(../images/visit/sec06_01.png);
    width: 43px;
    height: 49px;
    left: -62px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sec06 .contents .two .subtitle::before {
    content: "";
    position: absolute;
    background: url(../images/visit/sec06_02.png);
    width: 43px;
    height: 49px;
    left: -62px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sec06 .contents .three .subtitle::before {
    content: "";
    position: absolute;
    background: url(../images/visit/sec06_03.png);
    width: 43px;
    height: 49px;
    left: -62px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sec06 .contents .four .subtitle::before {
    content: "";
    position: absolute;
    background: url(../images/visit/sec06_04.png);
    width: 43px;
    height: 49px;
    left: -62px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sec06 .contents .five .subtitle::before {
    content: "";
    position: absolute;
    background: url(../images/visit/sec06_05.png);
    width: 43px;
    height: 49px;
    left: -62px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sec06 .contents .text_box {
    margin-bottom: 50px;
    position: relative;
}

.sec06 .contents .text02::after {
    content: "";
    position: absolute;
    background: url(../images/maintenance/sec04_01ill.png);
    width: 142px;
    height: 144px;
    right: -150px;
    bottom: -160px;
}

.sec06 .contents .text_box .caution02 {
    font-size: 14px;
}

.sec06 .contents .info {
    width: 540px;
    display: flex;
    background: url(../images/visit/sec06_st.png);
}

.sec06 .contents .info .tel {
    width: 298px;
    background: rgba(211,108,118,0.5);
    font-size: 26px;
}

.sec06 .contents .info .tel .text {
    width: 170px;
    margin: 0 auto;
    padding: 13px 0px 13px 28px;
    position: relative;
}

.sec06 .contents .info .tel .text::before {
    content: "";
    position: absolute;
    background: url(../images/visit/sec06_tel.png);
    width: 26px;
    height: 26px;
    left: -1px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sec06 .contents .info .web {
    width: 242px;
    background: rgba(216,209,194,0.5);
    position: relative;
}

.sec06 .contents .info .web .bg {
    content: "";
    position: absolute;
    background: url(../images/visit/web_coner.png);
    width: 11px;
    height: 11px;
    right: 5px;
    bottom: 5px;
}

.sec06 .contents .info .web .text {
    width: 73px;
    margin: 0 auto;
    padding: 20px 7px 19px 30px;
    position: relative;
    font-size: 17px;
    font-weight: bold;
}

.sec06 .contents .info .web .text::before {
    content: "";
    position: absolute;
    background: url(../images/visit/sec06_web.png);
    width: 31px;
    height: 31px;
    left: -10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sec06 .contents .caution {
    margin-bottom: 50px;
    /* font-size: 14px; */
    padding-left: 50px;
    padding-top: 10px;
}

.sec06 .content .file {
    width: 298px;
    background: url(../images/visit/sec06_st.png);
}

.sec06 .content .file .inn {
    background: rgba(163, 194, 196, 0.5);
    width: 298px;
    position: relative;
}

.sec06 .content .file .inn .text {
    text-align: center;
    font-size: 17px;
    padding: 20px 0px;
    font-weight: bold;
}

.sec06 .content .file .inn .coner {
    content: "";
    position: absolute;
    background: url(../images/visit/web_coner.png);
    width: 11px;
    height: 11px;
    right: 5px;
    bottom: 5px;
}

.sec06 .content .fax {
    width: 298px;
    text-align: center;
    font-size: 26px;
    margin-bottom: 80px;
}

.sec06 .contents .three {
    position: relative;
    margin-bottom: 100px;
}

.sec06 .contents .four .boxs {
    width: 565px;
    margin: 0 auto 100px;
}

.sec06 .contents .four .box {
    width: 491px;
    border-bottom: 1px solid;
    padding: 0 0 30px 30px;
    margin-bottom: 30px;
}

.sec06 .contents .four .topic {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}

.sec06 .contents .four .topic::before {
    content: "";
    position: absolute;
    background: url(../images/visit/sec05_ten.png);
    width: 14px;
    height: 15px;
    left: -20px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sec06 .contents .four::before {
    width: 1px;
    height: 984px; /* 1124px; */
    left: -41px;
    background: #665244;
}

.sec06 .contents .five::before {
    width: unset;
    height: 0px;
    left: -41px;
    background: #665244;
}


/* sec06ここまで */
/* sec07ここから */


/* .sec07 {
    margin-bottom: 150px;
} */

.sec07 .inner {
    width: 922px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.sec07 .sec_title {
    font-size: 27px;
    text-align: center;
    line-height: 1.3;
    background: #315B32;
    color: #fff;
    letter-spacing: 2px;
    padding: 10px;
    position: relative;
    font-weight: bold;
}

.sec07 .point .subtitle {
    margin-top: 50px;
    width: 483px;
    height: 199px;
    background: #F9F8F0;
    padding: 40px 145px 0;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    line-height: 1.8;
    letter-spacing: 2px;
}

.sec07 .point .subtitle::before {
    content: "";
    position: absolute;
    background: url(../images/visit/sec07_check01.png);
    width: 73px;
    height: 74px;
    top: 35px;
    left: 55px;
    margin: auto;
}

.bottomline {
    background: linear-gradient(transparent 65%, rgba(255,242,98,0.5) 0%);
    font-weight: bold;
    font-size: 18px;
}

.sec07 .point .subtitle .color {
    color: #4F7A4F;
    font-weight: bold;
    font-size: 18px;
}

.sec07 .one .text_box {
    width: 742px;
    background: #D8D1C2;
    border-radius: 20px;
    padding: 50px 0;
}

.sec07 .three .text_box .text {
    width: 395px;
    margin: 0 auto 0 70px;
    line-height: 1.8;
}

.sec07 .point .text_box .text {
    margin: 0 62px;
    line-height: 1.8;
}

.sec07 .point {
    width: 871px;
    margin: 0 auto;
}

.sec07 .one .text_box {
    width: 742px;
    background: #D8D1C2;
    border-radius: 20px;
    padding: 40px 0;
    position: relative;
    bottom: 100px;
    left: 140px;
}

.sec07 .one .text_box .tetx {
    width: 617px;
    margin: 0 auto;
    line-height: 1.8;
}

.sec07 .two .subtitle {
    margin: 0 0 0 auto;
    text-align: right;
}

.sec07 .two .subtitle::before {
    content: "";
    position: absolute;
    background: url(../images/visit/sec07_check02.png);
    width: 73px;
    height: 73px;
    top: 20px;
    right: -545px;
    margin: auto;
}

.sec07 .two .text_box {
    background: #D6DBC6;
    width: 742px;
    padding: 25px 0;
    border-radius: 20px;
    position: relative;
    bottom: 150px;
    left: 0px;
}

.sec07 .three {
    position: relative;
}

.sec07 .three .subtitle {
    z-index: -1;
}

.sec07 .three .subtitle::before {
    content: "";
    position: absolute;
    background: url(../images/visit/sec07_check03.png);
    width: 73px;
    height: 73px;
    top: 35px;
    left: 55px;
    margin: auto;
}

.sec07 .three .pic {
    width: 280px;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    right: 30px;
    top: 20px;
}

.sec07 .three .pic .img {
    /* height: 379px;
    background: #CCCCCC; */
}

.sec07 .three .text_box {
    width: 742px;
    background: #E6D1CF;
    border-radius: 20px;
    padding: 50px 0px;
}

.sec07 .three .text_box {
    width: 742px;
    background: #E6D1CF;
    border-radius: 20px;
    padding: 50px 0px 30px;
    margin: -100px 50px 0 auto;
}

.sec07 .bottom_box {
    width: 836px;
    height:580px;
    background: #F9F8F0;
    border: solid #67797A;
    margin: 100px auto;
}

.sec07 .bottom_box .box {
    width: 697px;
    margin: 0 auto;
    line-height: 1.8;
}

.sec07 .bottom_box .text_box {
    border-bottom: solid 1px #829B9E;
    padding: 0 30px 30px;
    margin-bottom: 30px;
}

.sec07 .bottom_box .pic_box {
    padding: 0 30px 30px;
    margin-bottom: 30px;
    position: relative;
}

.sec07 .bottom_box .pic_box::after {
    content: "";
    position: absolute;
    background: url(../images/visit/sec07_doctor_01.png);
    width: 240px;
    height: 193px;
    right: -40px;
    bottom: -115px;
}


.sec07 .bottom_box .subtitle {
    margin: 30px 0;
    text-align: center;
    font-size: 18px;
    position: relative;
    font-weight: bold;
}

.sec07 .bottom_box .subtitle::after {
    content: "";
    position: absolute;
    background: url(../images/visit/sec07_bar.png);
    width: 262px;
    height: 8px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -10px;
}

.sec07 .bottom_box .topic {
    font-size: 18px;
    position: relative;
    margin-bottom: 20px;
}

.sec07 .bottom_box .topic::before {
    content: "";
    position: absolute;
    background: url(../images/visit/sec05_ten.png);
    width: 14px;
    height: 14px;
    top: 11px;
    left: -25px;
}

.sec07 .info {
    width: 774px;
    margin: 0 auto;
}

.sec07 .info .top {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.sec07 .info .top .text {
    font-size: 18px;
    font-weight: bold;
}

.sec07 .info .top::before {
    content: "";
    position: absolute;
    background: url(../images/visit/sec07_left.png);
    width: 10px;
    height: 25px;
    top: 0;
    bottom: 0;
    left: 55px;
    margin: auto;
}

.sec07 .info .top::after {
    content: "";
    position: absolute;
    background: url(../images/visit/sec07_right.png);
    width: 10px;
    height: 25px;
    top: 0;
    bottom: 0;
    right: 55px;
    margin: auto;
}

.sec07 .info .box {
    background: #D77B84;
    color: #fff;
    position: relative;
}

.sec07 .info .box::before {
    content: "";
    position: absolute;
    background: url(../images/visit/sec07_tree.png);
    width: 240px;
    height: 230px;
    left: 0;
    top: -35px;
    bottom: 0;
    margin: auto;
}

.sec07 .info .box::after {
    content: "";
    position: absolute;
    background: url(../images/visit/sec07_doctor.png);
    width: 175px;
    height: 187px;
    right: 10px;
    bottom: 0;
    margin: auto;
}

.sec07 .info .box .subtitle {
    font-size: 24px;
    text-align: center;
    padding-top: 20px;
    letter-spacing: 1px;
    margin-bottom: 5px;
}


.sec07 .info .box .telbox {
    width: 330px;
    margin: 0 auto 15px;
}

.sec07 .info .box a .text {
    color: #fff;
    font-size: 48px;
    font-weight: bold;
    position: relative;
}

.sec07 .info .box a .text::before {
    content: "";
    position: absolute;
    background: url(../images/visit/sec07_tel.png);
    width: 45px;
    height: 57px;
    left: -55px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.sec07 .info .box .time {
    display: flex;
    width: 245px;
    justify-content: space-between;
    margin: 0 auto 20px;
    line-height: 1.6;
    text-align: center;
    align-items: center;
}

.sec07 .info .box .time .left {
    width: 103px;
    background: url(../images/visit/sec07_ill.png);
}

.sec07 .info .box .time .right {
    font-size: 20px;
    letter-spacing: 3px;
}

.sec07 .info .box .bottom {
    background: #B75E69;
    padding: 10px;
    text-align: center;
    letter-spacing: 3px;
    color: #FFF262;
    font-size: 19px;
}

a p:hover {
    opacity: 0.7;
}
/*
.inn:hover {
    opacity: 0.7;
} */


@media screen and (max-width: 768px) {

    .firstview {
        width: 100%;
        background-size: cover;
        background-position: 65% 100%;
    }

    .firstview .inner .box {
        top: 115px;
    }

    .sec01 {
        margin: 30px auto 60px;
        width: 90%;
    }

    .sec01::after {
        top: 37%;
        margin: auto;
        right: unset;
        left: -10px;
        background-size: cover;
        width: 72px;
        height: 70px;
    }

    .sec01 .textbox {
        margin-top: 70px;
    }

    .sec01 .sec_title ,.sec02 .sec_title ,.sec03 .sec_title ,.sec04 .sec_title ,.sec05 .sec_title ,.sec06 .sec_title ,.sec07 .sec_title{
        font-size: min(5.5vw,28px);
    }

    /* sec01 */
    /* sec02 */

    .sec02 {
        margin-bottom: 65px;
    }

    .sec02 .inner {
        width: 90%;
        border-radius: 20px;
        padding-bottom: 50px;
    }

    .sec02 .subtitle {
        width: 90%;
        margin: 30px auto;
    }

    .sec02 .boxs {
        flex-wrap: wrap;
    }


    /* sec02 */
    /* sec03 */


    .sec03 {
        margin-bottom: 50px;
    }

    .sec03 .inbox {
        width: 90%;
    }

    .sec03 .content .box {
        flex-direction: column;
        margin: 30px 0;
    }

    .sec03 .content .left {
        text-align: center;
        margin: 0 15px 30px;
    }




    /* sec03 */
    /* sec04 */


    .sec04 {
        margin-bottom: 50px;
    }

    .sec04 .inner {
        width: 90%;
        padding-bottom: 100px;
    }

    .sec04 .boxs {
        width: 90%;
    }

    .sec04 .contents .list {
        width: 90%;
        justify-content: center;
    }

    .sec04 .bottombox {
        width: 90%;
        margin: 60px auto 35px;
        padding: 50px 0 30px;
    }

    .sec04 .bottombox::before {
        top: -40px;
    }

    .sec04 .bottombox .inn {
        width: 80%;
    margin: 0 auto;
    text-align: left;
    }

    .sec04 .bottom {
        padding: 115px 0 1px;
    }

    .sec04 .bottom::before {
        top: 170px;
    }

    .sec04 .bottom .sign::before {
        width: 290px;
        height: 60px;
        background-size: cover;
    }

    .sec04 .bottom .sign::after {
        content: "";
        width: 54px;
        height: 80px;
        right: 0px;
        top: -300px;
        background-size: cover;
    }

    .sec04 .bottom .sign {
        margin: 20px auto 50px;
    }

    .sec04 .bottom .sign::before {
        top: -80px;
    }

    .sec04 .bottom .pic {
        width: 90%;
        height: auto;
        padding: 30px 0;
    }

    .sec04 .bottom .pic p img {
        width: 90%;
    }

    .sec04 .bottom .box {
        width: 90%;
    }

    /* sec04 */
    /* sec05 */

    .sec05 {
        margin-bottom: 50px;
    }
    .sec05 .inner {
        width: 90%;
        padding-bottom: 150px;
    }

    .sec05 .content .list {
        width: 90%;
        justify-content: center;
    }

    .sec05 .caution {
        width: 90%;
    }

    /* sec05 */
    /* sec06 */

    .sec06 .inner {
        width: 90%;
    }

    .sec06 .contents {
        width: 75%;
        margin-left: 23%;
    }

    .sec06 .contents .inn {
        width: 100%;
    }

    .sec06 .contents .content::before {
        height: 70vh;
    }

    .sec06 .contents .four::before {
        height: 199vh;
        max-height: 1288px; /* 1605px; */
    }

    .sec06 .contents .five::before {
        /* width: 5px;
        height: 130%;
        left: -43px;
        background: #F9F8F0; */
    }

    .sec06 .content .file {
        width: 100%;
    }

    .sec06 .content .file .inn .text {
        font-size: 14px;
    }

    .sec06 .content .fax {
        width: 100%;
        font-size: 24px;
        text-align: left;
        margin-bottom: 30px;
    }

    .sec06 .content .file .inn {
        width: 100%;
    }

    .sec06 .contents .info {
        width: 100%;
        flex-wrap: wrap;
    }

    .sec06 .contents .info .tel {
        width: 100%;
    }

    .sec06 .contents .info .web {
        width: 100%;
    }

    .sec06 .contents .three {
        margin-bottom: 50px;
    }

    .sec06 .contents .four .boxs {
        width: 100%;
    }

    .sec06 .contents .four .box {
        width: 85%;
        padding: 0 0 20px 20px;
        margin-bottom: 20px;
    }

    .sec06 .contents .text_box {
        margin-bottom: 30px;
    }

    .sec06 .contents .text02::after {
        right: 0;
    }

    .sec06 .contents .info .tel .text {
        width: unset;
        padding: 13px 0px 13px 50px;
    }

    .sec06 .contents .info .web .text {
        width: unset;
        padding: 20px 7px 19px 50px;
    }

    .sec06 .contents .info .tel .text::before {
        left: 10px;
    }

    .sec06 .contents .info .web .text::before {
        left: 10px;
    }

    /* sec06 */
    /* sec07 */

    .sec07 .inner {
        width: 90%;
    }

    .sec07 .point {
        width: 100%;
        border-bottom: dashed;
        padding-bottom: 30px;
        margin: 50px auto;
    }

    .sec07 .point .subtitle {
        width: 90%;
        padding: 40px 5% 25px 5%;
        height: auto;
        margin: 0 0 15px;
        text-align: unset;
    }

    .sec07 .point .subtitle::before {
        content: "";
        top: -35px;
        left: 0;
        right: unset;
    }

    .sec07 .one .text_box ,.sec07 .two .text_box{
        width: 100%;
        padding: 25px 0;
        position: unset;
    }

    .sec07 .point .text_box .text {
        margin: 0 30px;
    }

    .sec07 .three .pic {
        width: 279px;
        position: unset;
    }

    .sec07 .three .text_box {
        width: 100%;
        margin: 30px auto 0;
    }

    .sec07 .three .text_box .text {
        width: unset;
    }

    .sec07 .bottom_box {
        width: 90%;
        margin: 50px auto 30px;
        height: auto;
    }

    .sec07 .bottom_box .box {
        width: 100%;
    }

    .sec07 .bottom_box .topic {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .sec07 .bottom_box .topic::before {
        content: "";
        top: 7px;
    }

    .sec07 .bottom_box .pic_box {
        padding: 0px 30px 190px;
    }

    .sec07 .bottom_box .pic_box::after {
        right: 25px;
        bottom:-30px;
    }

    .sec07 .info {
        width: 90%;
    }

    .sec07 .info .top {
        text-align: left;
        margin-bottom: 30px;
    }

    .sec07 .info .top::before {
        content: unset;
    }

    .sec07 .info .top::after {
        content: unset;
    }

    .sec07 .info .box .telbox {
        width: 100%;
        text-align: center;
        margin: 10px auto;
    }

    .sec07 .info .box a .text {
        font-size: 30px;
        margin-top: 0px;
    }

    .sec07 .info .box a .text::before {
        width: 20px;
        height: 26px;
        left: 0;
        right: 245px;
        background-size: cover;
    }

    .sec07 .info .box .bottom {
        letter-spacing: 1px;
        font-size: 16px;
        margin-top: 200px;
        padding: 10px 0;
    }

    .sec07 .info .box::after {
        content: "";
        bottom: 52px;
    }

    .sec07 .info .box .time {
        position: relative;
    }

    .sec07 .info .box {
        max-width: 300px;
        margin: 0 auto;
    }

}