@charset "UTF-8";
/* CSS Document */
.btob{

}
.btob .inner{
    width: 80rem;
}

.btob01 {
    height: 100vh;
    width: 100%;
    background: url(../images/btob/img_btob_01.jpg);
    background-size: cover;
    position: relative;
}
.btob01 .img01 {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 10vw;
}
.btob01 .img02 {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 7vw;
}
.btob01 .img03 {
    position: absolute;
    width: 2vw;
    z-index: 10;
    top: -12vw;
    left: 50%;
    transform: translateX(-50%);
}
.btob01 .img04 {
    width: 100px;
    margin: 100px auto 0;
}
.btob01 .box01 {
    background: rgba(255,255,255,.5);
    width: 450px;
    top: 50%;
    left: 10vw;
    transform: translateY(-50%);
    position: absolute;
    height: 600px;
}
.btob01 .box01::before {
    content: '';
    width: 100%;
    background: url(../img/common/background.jpg);
    height: 10px;
    position: absolute;
    left: 0;
    top: -10px;
}
.btob01 .box01::after{
    content: '';
    width: 100%;
    background: url(../img/common/background.jpg);
    height: 10px;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.btob01 .box01 h1 {
    font-size: 30px;
    position: relative;
    width: 100%;
    display: block;
    margin:  100px 0 0;
}
.btob01 .box01 h1 span{
    font-size: 40px;
}
.btob01 .box01 h1::before {
    content: '';
    background: url(../images/btob/img_btob_04.png);
    width: 210px;
    height: 40px;
    background-size: contain;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -4vw;
}
.btob01 .box01 h1::after {
    content: '';
    background: var(--navy-color);
    width: 210px;
    height: 2px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.btob01 .box01 p {
    font-size: 20px;
    padding-top: 3vw;
    letter-spacing: .2vw;
}

.btob02 {
    background: url(../images/btob/img_btob_08.jpg);
    width: 100%;
    background-size: cover;
    padding: 100px;
}
.btob02 h2 {
    font-size: 30px;
    letter-spacing: .1rem;
    padding: 100px 0 50px;
}
.btob02 .txt01 {
    letter-spacing: .1vw;
    border-bottom: 3px double var(--brown-color);
    display: block;
    width: 18rem;
    margin: 0 auto;
}
.btob02 .txt02{
    font-size: 20px;
    letter-spacing: .1vw;
}
.btob02 .txt02::before{
    content: '＼';
    font-size: 30px;
    margin-right: 10px;
}
.btob02 .txt02::after{
    content: '／';
    font-size: 30px;
    margin-left: 10px;
}
.btob02 .txt03{
    background: var(--navy-color);
    color: var(--white-color);
    display: block;
    margin: 0 auto;
    width: 20rem;
}
.btob02 .line {
    margin: 0 auto;
    height: 100px;
    width: 2px;
}
.btob02 figure {
    color: var(--orange-color);
    font-size: 5vw;
    line-height: 13px;
    margin-top: 40px;
    font-weight: 900;
}
.btob02 figure  span{
    font-size: 20px;
}



.btob03 {
    background: var(--usu_beige-color);
    width: 100%;
    padding: 50px;
}
.btob03 .h2_01 {
    background: url(../images/btob/img_btob_09.png);
    width: 300px;
    height: 190px;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    letter-spacing: .1vw;
    padding-top: 40px;
    text-align: center;
    position: relative;
}
.btob03 h2 span {
    font-size: 16px;
    letter-spacing: .2vw;
    font-weight: 100;
}
.btob03 ul {
    background: var(--white-color);
    display: flex;
    flex-wrap: wrap;
    padding: 100px;
    margin: -75px 0;
}
.btob03 li {
    width: 33%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
    padding: 0 30px;
    border-right: 1px solid var(--usu_beige-color);
}
.btob03 li:nth-child(3),.btob03 li:nth-child(6){
    border-right: none;
}
.btob03 li figure {
    width: 30%;
}
.btob03 li h3 {
    color: var(--brown-color);
    font-weight: 100;
    letter-spacing: .2vw;
}
.btob03 li p{
     font-size: 16px;
     letter-spacing: .1vw;
}
.btob03 .wrap {
    background: url(../images/btob/img_btob_17.jpg);
    width: 100%;
    height: auto;
    padding: 10px;
    background-size: cover;
    margin-top: 70px;
}
.btob03 .h2_02 {
    color: var(--orange-color);
    letter-spacing: .3vw;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -28px;
    font-size: 2rem;
}
.btob03 .h2_02::before{
    content: '';
    background-color: var(--navy-color);
    width: 300px;
    height: 1px;
    margin-right: 20px;
}
.btob03 .h2_02::after{
    content: '';
    background-color: var(--navy-color);
    width: 300px;
    height: 1px;
    margin-left: 20px;
}
.btob03 .wrap p{
    font-size: 16px;
    letter-spacing: .2vw;
    line-height: 2rem;
    margin-bottom: 50px;
    margin-top: 30px;
}
.btob03 .wrap figure{
    margin: 0 auto;
    width: 70px;
}
.btob03 .wrap .box01 {
    display: flex;
    width: 50vw;
    margin: 5rem auto;
    flex-direction: row;
}
.btob03 .wrap .box01 figure{
    width: 200px;
}
.btob03 .wrap .box02{
    
}
.btob03 .wrap .box02 h3 {
    font-size: 30px;
}
.btob03 .wrap .box02 h3 span{
    display: block;
    font-size: 16px;
    letter-spacing: .2vw;
}
.btob03 .wrap .box02 p {
    background: url(../images/btob/img_btob_19.png);
    background-size: cover;
    padding: 20px 20px 20px 60px;
    display: block;
    width: 510px;
}


.btob04 {
    padding: 100px;
}
.btob04 p {
    font-size: 20px;
    letter-spacing: .2vw;
}
.btob04 h2 {
    font-weight: 100;
    letter-spacing: .3rem;
    position: relative;
    width: 300px;
    display: block;
    margin: 0 auto 50px;
}
.btob04 h2::after {
    content: '';
    position: absolute;
    background: #F7EBE7;
    width: 300px;
    height: 20px;
    left: 0;
    bottom: 0px;
    z-index: -1;
}
.btob04 ul {
    display: flex;
    margin: 0 auto;
    width: 70vw;
    justify-content: space-between;
}
.btob04 li {
    width: 40%;
}
.btob04 li a{
    width: 100%;
}
.btob04 li p{
    font-size: 16px;
}
.btob04 li p::before{
    content: '＼';
    font-size: 1.5rem;
    margin-right: 10px;
}
.btob04 li p::after{
    content: '／';
    font-size: 1.5rem;
    margin-left: 10px;
}



.btob05{
    padding: 100px;
}
.btob05 h2{
    position: relative;
    width: 70vw;
    margin: 0 auto;
}
.btob05 h2::before {
    content: '';
    background-color: var(--navy-color);
    width: 300px;
    height: 1px;
    margin-right: 20px;
    position: absolute;
    left: 0;
    top: 30%;
    transform: translateY(-50%);
}
.btob05 h2::after{
    content: '';
    background-color: var(--navy-color);
    width: 300px;
    height: 1px;
    margin-right: 20px;
    position: absolute;
    right: 0;
    top: 30%;
    transform: translateY(-50%);
}
.btob05 p{
    font-size: 16px;
    letter-spacing: .1vw;
    margin: 50px 0;
}
.btob05 p span{
    font-weight: 900;
    font-size: 20px;
    position: relative;
}
.btob05 p span::after{
     content: '';
     position: absolute;
     width: 100%;
     height: 20px;
     background: var(--usu_beige-color);
     left: 0;
     bottom: -5px;
     z-index: -1;
}
.btob05 ul{
    display: flex;
    justify-content: space-between;
    width: 70vw;
    margin: 0 auto;
}
.btob05 li {
    width: 250px;
    background-size: contain;
    height: 250px;
    background-repeat: no-repeat;
}
.btob05 li:first-child{
    background-image: url(../images/btob/img_btob_20.png);
}
.btob05 li:nth-child(2){
    background-image: url(../images/btob/img_btob_21.png);
}
.btob05 li:last-child{
    background-image: url(../images/btob/img_btob_22.png);
}
.btob05 li a {
    color: var(--navy-color);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 250px;
    height: 250px;
    padding: 10px;
}
.btob05 li a h3 {
    margin: 20px 0;
    font-size: 20px;
}
.btob05 li a p{
    margin: 0;
}


.btob06 {
    width: 80vw;
    background: var(--usu_beige-color);
    padding: 100px 0 200px;
    position: relative;
    margin: 100px auto 0;
}
.btob06 .h2_01 {
    background: var(--white-color);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: .2vw;
    margin-top: -180px;
}
.btob06 .h2_01 span {
    font-size: 40px;
}
.btob06 p {
    font-size: 20px;
    letter-spacing: .2vw;
    margin: 50px auto;
}
.btob06 ul {
    display: flex;
    justify-content: space-between;
    width: 70vw;
    margin: 0 auto;
}
.btob06 li {
    width: 48%;
}
.btob06 li h3 {
    background: var(--navy-color);
    color: var(--white-color);
    padding: 10px;
    margin: 0;
}
.btob06 .left ul {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.btob06 .left ul li {
    background: var(--white-color);
    margin-bottom: 10px;
    padding: 10px;
    height: 100px;
}
.btob06 .left ul li h4 {
    font-size: 20px;
    letter-spacing: .2vw;
    margin-bottom: 20px;
    margin-top: 10px;
}
.btob06 .left ul li p{
    font-size: 16px;
    letter-spacing: .2vw;
    margin: 0;
    width: 100%;
}
.btob06 .right ul {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    width: 100%;
}
.btob06 .right ul li {
    background: var(--white-color);
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    width: 100%;
    font-size: 16px;
    align-items: center;
    height: 100px;
}
.btob06 .right ul li ul{
    width: 100%;
}
.btob06 .right ul li ul li {
    padding: 0;
    height: auto;
}
.btob06 .line {
    background: url(../images/btob/line.png);
    background-repeat: repeat-y;
    background-size: contain;
    width: 2px;
}
.btob06 .h2_02 {
    background: var(--white-color);
    width: 500px;
    margin: 100px auto 0;
    padding: 10px;
    font-weight: 100;
    letter-spacing: .1vw;
}
.btob06 .box01 {
    display: flex;
    width: 70vw;
    margin: 0 auto;
    justify-content: space-between;
}
.btob06 .box02{
    width: 30%;
}
.btob06 .box02 figure {
    width: 250px;
    margin-bottom: 20px;
}
.btob06 .box02 h3 {
    background: var(--navy-color);
    color: var(--white-color);
    width: 90%;
}
.btob06 .box02 h4{
    margin: 10px 0;
    text-align: left;
}
.btob06 .box02 p {
    margin: 0;
    text-align: left;
    font-size: 16px;
    line-height: 2rem;
}
.btob06 .box03 {
    width: 70%;
    background: var(--white-color);
    padding: 1rem;
    line-height: 2rem;
}
.btob06 .box03 h3 {
    font-size: 25px;
    font-weight: 100;
    letter-spacing: .1vw;
    text-align: left;
}
.btob06 .box03 ul{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.btob06 .box03 li{
    width: 100%;
    text-align: left;
    margin-bottom: 1rem;
}
.btob06 .box03 li h4{
    margin: 0;
}
.btob06 .box03 li p{
    margin: 0;
    font-size: 16px;
}


.btob07 {
    width: 80vw;
    background: var(--usu_beige-color);
    padding: 100px 0 200px;
    position: relative;
    margin: 100px auto 0;
}
.btob07 .h2_01 {
    background: var(--white-color);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: .2vw;
    margin-top: -180px;
}
.btob07 .h2_01 span {
    font-size: 40px;
}
.btob07 p {
    font-size: 20px;
    letter-spacing: .2vw;
    margin: 50px auto;
}
.btob07 ul {
    display: flex;
    justify-content: space-between;
    width: 70vw;
    margin: 0 auto;
}
.btob07 li {
    width: 48%;
    background: var(--white-color);
}
.btob07 li h3 {
    background: var(--navy-color);
    color: var(--white-color);
    padding: 10px;
    margin: 0 0 2rem;
}
.btob07 .left ul {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.btob07 .left ul li {
    background: var(--white-color);
    margin-bottom: 10px;
    padding: 10px;
    text-align: left;
    font-size: 20px;
    letter-spacing: .1vw;
}
.btob07 .left h4 {
    font-size: 20px;
    letter-spacing: .2vw;
    margin-bottom: 20px;
    margin-top: 40px;
    width: 100%;
    height: auto;
    position: relative;
}
.btob07 .left h4::before{
    content: '';
    width: 100px;
    height: 1px;
    position: absolute;
    left: 5%;
    top: 50%;
    background: var(--navy-color);
}
.btob07 .left h4::after{
    content: '';
    width: 100px;
    height: 1px;
    position: absolute;
    right: 5%;
    top: 50%;
    background: var(--navy-color);
}
.btob07 .left ul li p{
    font-size: 16px;
    letter-spacing: .2vw;
    margin: 0;
    width: 100%;
}
.btob07 .right ul {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    width: 100%;
}
.btob07 .right h4 {
    font-size: 20px;
    letter-spacing: .2vw;
    margin-bottom: 20px;
    margin-top: 50px;
    width: 100%;
    height: auto;
    position: relative;
}
.btob07 .right h4::before{
    content: '';
    width: 100px;
    height: 1px;
    position: absolute;
    left: 5%;
    top: 50%;
    background: var(--navy-color);
}
.btob07 .right h4::after{
    content: '';
    width: 100px;
    height: 1px;
    position: absolute;
    right: 5%;
    top: 50%;
    background: var(--navy-color);
}
.btob07 .right ul li {
    background: var(--white-color);
    margin-bottom: 10px;
    padding: 10px;
    text-align: left;
    font-size: 20px;
    letter-spacing: .1vw;
    width: 100%;
}
.btob07 .line {
    background: url(../images/btob/line.png);
    background-repeat: repeat-y;
    background-size: contain;
    width: 2px;
}
.btob07 .h2_02 {
    background: var(--white-color);
    width: 500px;
    margin: 100px auto 0;
    padding: 10px;
    font-weight: 100;
    letter-spacing: .1vw;
}
.btob07 .box01 {
    display: flex;
    width: 70vw;
    margin: 0 auto;
    justify-content: space-between;
}
.btob07 .box02{
    width: 30%;
}
.btob07 .box02 figure {
    width: 250px;
    margin-bottom: 20px;
}
.btob07 .box02 h3 {
    background: var(--navy-color);
    color: var(--white-color);
    width: 90%;
}
.btob07 .box02 h4{
    margin: 10px 0;
    text-align: left;
}
.btob07 .box02 p {
    margin: 0;
    text-align: left;
    font-size: 16px;
    line-height: 2rem;
}
.btob07 .box03 {
    width: 70%;
    background: var(--white-color);
    padding: 1rem;
    line-height: 2rem;
}
.btob07 .box03 h3 {
    font-size: 25px;
    font-weight: 100;
    letter-spacing: .1vw;
    text-align: left;
}
.btob07 .box03 ul{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.btob07 .box03 li{
    width: 100%;
    text-align: left;
    margin-bottom: 1rem;
}
.btob07 .box03 li h4{
    margin: 0;
}
.btob07 .box03 li p{
    margin: 0;
    font-size: 16px;
}
.btob07 .txt01 {
    font-weight: 100;
    letter-spacing: .3rem;
    position: relative;
    width: 550px;
    display: block;
    margin: 0 auto 50px;
    z-index: 1;
}
.btob07 .txt01::after {
    content: '';
    position: absolute;
    background: #f7ebe7;
    width: 100%;
    height: 20px;
    left: 0;
    bottom: -10px;
    z-index: -1;
}

.btob08 {
    width: 80vw;
    background: var(--usu_beige-color);
    padding: 100px 0 200px;
    position: relative;
    margin: 100px auto 0;
}
.btob08 .h2_01 {
    background: var(--white-color);
    width: 150px;
    height: 150px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 100;
    letter-spacing: .2vw;
    margin-top: -180px;
}
.btob08 .h2_01 span {
    font-size: 40px;
}
.btob08 p {
    font-size: 20px;
    letter-spacing: .2vw;
    margin: 50px auto;
}
.btob08 ul {
    display: flex;
    justify-content: space-between;
    width: 70vw;
    margin: 0 auto;
}
.btob08 li {
    width: 48%;
}
.btob08 li h3 {
    background: var(--navy-color);
    color: var(--white-color);
    padding: 10px;
    margin: 0;
}
.btob08 .left ul {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.btob08 .left ul li {
    background: var(--white-color);
    margin-bottom: 10px;
    padding: 10px;
    height: 100px;
}
.btob08 .left ul li h4 {
    font-size: 20px;
    letter-spacing: .2vw;
    margin-bottom: 20px;
    margin-top: 10px;
}
.btob08 .left ul li p{
    font-size: 16px;
    letter-spacing: .2vw;
    margin: 0;
    width: 100%;
}
.btob08 .right ul {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    width: 100%;
}
.btob08 .right ul li {
    background: var(--white-color);
    margin-bottom: 10px;
    padding: 0 10px;
    width: 100%;
    font-size: 16px;
    align-items: center;
    height: 100px;
    text-align: left;
}
.btob08 .right .height200{
    height: 200px;
}
.btob08 .right .wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
}
.btob08 .right .wrap figure{
    width:  50px;
}
.btob08 .right .wrap ul{
    margin: 0;
}
.btob08 .right .wrap li,.btob08 .right .wrap li:first-child {
    height: auto;
    padding: 0;
    margin: 0;
}
.btob08 .right .txt01{
    font-size: 12px;
}
.btob08 .right ul li h4 {
    font-weight: 100;
    letter-spacing: .2vw;
    margin: 10px 0 0;
}
.btob08 .right .iconlist {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 0;
    height: 80px;
}
.btob08 .right .iconlist figure {
    width: 20%;
    display: flex;
    border: dashed 1px var(--navy-color);
    align-items: center;
    flex-direction: column;
}
.btob08 .right .iconlist li:first-child{
    height: auto;
}
.btob08 .right ul li li {
    height: auto;
    margin: 0;
}
.btob08 .right .iconlist figure {
    display: flex;
    border: dashed 1px var(--navy-color);
    align-items: center;
    flex-direction: column;
    padding: 10px;
    width: 50px;
    margin: 0 auto;
}
.btob08 .right .iconlist h5{
    margin: 0;
}
.btob08 .right ul li li p{
    font-size: 16px;
}
.btob08 .right p{
    margin: 0;
}
.btob08 .list01, .btob08 .list02, .btob08 .list03 {
    display: flex;
    flex-direction: row;
}
.btob08 .list01 li,.btob08 .list02 li,.btob08 .list03 li{
    height: 100px;
}
.btob08 .list01 figure, .btob08 .list02 figure, .btob08 .list03 figure {
    width: 50px;
}
.btob08 .line {
    background: url(../images/btob/line.png);
    background-repeat: repeat-y;
    background-size: contain;
    width: 2px;
}
.btob08 .box01 {
    display: flex;
    width: 70vw;
    margin: 1rem auto;
    justify-content: space-between;
    flex-direction: column;
    background: var(--white-color);
    padding: 3rem 0;
}
.btob08 .box02 {
    width: 100%;
    box-sizing: border-box;
    padding: 0 3rem;
}
.btob08 .box02 figure {
    width: 100%;
    margin-bottom: 40px;
}
.btob08 .box02 h3 {
    background: var(--navy-color);
    color: var(--white-color);
    width: 90%;
}
.btob08 .box02 p {
    margin: 0;
    text-align: left;
    font-size: 16px;
    line-height: 2rem;
}


.btob09{
    background: url(../img/common/background.jpg);
    width: 100%;
}
.btob09 h2::before {
    content: '';
    width: 20%;
    height: 1px;
    background: #282836;
    position: absolute;
    left: 0;
    top: 50%;
}
.btob09 h2::after {
    content: '';
    width: 20%;
    height: 1px;
    background: #282836;
    position: absolute;
    right: 0;
    bottom: 50%;
}
.btob09 .wrap {
    background: var(--usu_beige-color);
    padding: 10px;
    margin: 200px auto 0;
    width: 90%;
}
.btob09 .tit {
    background: url(../images/btob/img_btob_43.png);
    width: 273px;
    height: 270px;
    background-size: cover;
    margin: -10rem auto 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.btob09 .tit02{
    background-color: #282836;
    display: block;
    width: 50%;
    padding: 10px;
    color: white;
    margin: 1rem auto;
}

.btob10 h2::before {
    content: '';
    width: 20%;
    height: 1px;
    background: #282836;
    position: absolute;
    left: 0;
    top: 50%;
}
.btob10 h2::after {
    content: '';
    width: 20%;
    height: 1px;
    background: #282836;
    position: absolute;
    right: 0;
    bottom: 50%;
}
.btob10 li {
    position: relative;
    width: 15%;
    margin-right: 5%;
}
.btob10 li::after {
    content: '';
    background-image: url(../images/btob/img_btob_49.svg);
    width: 15px;
    height: 33px;
    background-size: cover;
    position: absolute;
    right: -15%;
    top: 25%;
    transform: translatey(-50%);
}
.btob10 li:last-child::after{
    display: none;
}
.btob11{
    background: var(--usu_beige-color);
    outline: white 3px solid;
    outline-offset: -20px;
}
.btob11 li p::before{
    content: '＼';
    font-size: 1.5rem;
}
.btob11 li p::after{
    content: '／';
    font-size: 1.5rem;
}




@media screen and (max-width: 767px){
.btob01 .box01{
    width: 85%;
}
.btob01 .box01 h1::before {
    top: -12vw;
}
.btob01 .box01 p {
    font-size: 17px;
    padding-top: 10vw;
    letter-spacing: .5vw;
}
.btob01 .img02 {
    position: absolute;
    bottom: -35px;
    right: unset;
    width: 12vw;
    left: 50%;
    transform: translateX(-50%);
}
.btob02 {
    padding: 60px 10px;
    background-position-x: 50%;
}
.btob02 figure {
    font-size: 5rem;
}
.btob02 figure span {
    font-size: 25px;
    margin-top: 2rem;
    line-height: 2rem;
}
.btob03{
    padding:60px 10px;
}
.btob03 ul {
    flex-wrap: wrap;
    flex-direction: column;
    padding: 10px;
    margin: -45px 0;
}
.btob03 li{
    width: 100%;
}
.btob03 li:first-child{
    margin-top: 70px;
}
.btob03 li h3{
    font-size: 1.5rem;
}
.btob03 .wrap{
    margin-top: 150px;
}
.btob03 .h2_02 {
    margin-top: -25px;
    font-size: 1.5rem;
}
.btob03 .h2_02::before{
    width: 70px;
}
.btob03 .h2_02::after{
    width: 70px;
}
.btob03 .wrap .box02 p {
    background: unset;
    padding: 0;
    width: 100%;
    margin: 10px 0;
}
.btob03 .wrap .box01 {
    width: 100%;
    flex-direction: column;
    margin: 1rem auto 3rem;
}
.btob04{
    padding: 60px 10px;
}
.btob04 h2 {
    z-index: 5;
    width: 100%;
    font-size: 2rem;
}
.btob04 h2::after {
    content: '';
    position: absolute;
    background: #F7EBE7;
    width: 100%;
    height: 20px;
    left: 50%;
    bottom: -4px;
    z-index: -1;
    transform: translateX(-50%);
}
.btob04 ul {
    margin: 0 auto;
    width: 100%;
    flex-direction: column;
}
.btob04 li{
    width: 100%;
    margin-bottom: 1rem;
}
.btob04 li p::before{
    content: '＼';
    font-size: 1.5rem;
}
.btob04 li p::after{
    content: '／';
    font-size: 1.5rem;
}
.btob05 {
    padding: 60px 10px;
}   
.btob05 h2 {
    width: 100%;
}
.btob05 h2::before {
    width: 50px;
}
.btob05 h2::after {
    width: 50px;
}
.btob05 ul{
    width: 100%;
    margin-top: 2rem;
}
.btob05 li{
    width: 33%;
    height: auto;
}
.btob05 li a{
    width: 100%;
    height: auto;
}
.btob05 p{
    display: none;
}
.btob06 {
    width: 95%;
    padding: 70px 0 0;
    margin-top: 60px;
}
.btob06 .h2_01 {
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}
.btob06 ul{
    flex-direction: column;
    width: 95%;
}
.btob06 li{
    width: 100%;
}
.btob07 .left{
    margin-bottom: 1rem;
}
.btob06 .right{
    margin-top: 2rem;
}
.btob06 .right ul li ul li {
    font-size: 14px;
}
.btob06 .h2_02{
    width: 90%;
}
.btob06 p {
    font-size: 16px;
    letter-spacing: 0;
    margin: 20px 10px;
}
.btob06 .box01 {
    display: flex;
    width: 100%;
    margin: 0 auto;
    flex-direction: column;
}
.btob06 .box02 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.btob06 .box03 {
    width: 90%;
    background: var(--white-color);
    padding: 1rem;
    line-height: 2rem;
    margin: 50px auto;
}
.btob06 .box03 h3 {
    font-size: 20px;
    font-weight: 100;
    letter-spacing: .1vw;
    text-align: left;
    margin-bottom: 1rem;
}
.btob06 .box03 li{
    margin-bottom: 2rem;
}
.btob06 .box03 li h4{
    font-weight: 900;
}
.btob07 {
    width: 95%;
    background: var(--usu_beige-color);
    padding: 100px 0 0;
    position: relative;
    margin: 100px auto 0;
}
.btob07 p {
    font-size: 19px;
    letter-spacing: 0;
    margin: 50px auto 20px;
}
.btob07 .txt01{
    width: 100%;
}
.btob07 ul{
    flex-direction: column;
    width: 95%;
}
.btob07 li{
    width: 100%;
}
.btob07 .left , .btob07 .right{
    width: 100%;
}
.btob07 .box01 {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-bottom: 1rem;
}
.btob07 .box02 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.btob07 .box03 {
    width: 95%;
    margin-top: 1rem;
}
.btob07 .box03 h3 {
    font-size: 25px;
    font-weight: 900;
    letter-spacing: .1vw;
    text-align: left;
    margin: 1rem auto 2rem;
}
.btob07 .h2_02 {
    width: 95%;
    margin-top: 2rem;
}
.btob07 .box03 ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    line-height: 1.8rem;
}
.btob08{
    width: 95%;
    padding-bottom: 2rem;
}
.btob08 p span{
    display: block;
    font-size: 1.5rem;
    font-weight: 900;
}
.btob08 ul {
    flex-direction: column;
    width: 95%;
}
.btob08 .left ul li{
    width: 100%;
    height: auto;
}
.btob08 .left , .btob08 .right{
    width: 100%;
}
.btob08 .right .iconlist {
    flex-direction: row;
    height: auto;
    justify-content: center;
}
.btob08 .right .iconlist h5 {
    margin: 0;
    font-size: 14px;
}
.btob08 .right .iconlist li {
    display: flex;
    flex-direction: column;
    padding: 0 0 20px;
}
.btob08 .left ul li h4{
    font-weight: 900;
}
.btob08 .right .height200 {
    height: auto;
}
.btob08 .right ul li{
    font-size: 14px;
}
.btob08 .right ul li h4{
    font-weight: 900;
}
.btob08 .right .wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 90%;
    margin: 0 auto;
    align-items: center;
}
.btob08 .box01{
    width: 95%;
}
.btob09 .wrap{
    width: 100%;
}
.btob09 .tit02{
    width: 100%;
}
.btob10{
    width: 95%;
}
.btob10 li {
    width: 100%;
    margin-right: 0%;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
.btob10 li figure{
    width: 20%;
}
.btob10 li p{
    margin-left: 1rem;
}
.btob10 li::after {
    content: '';
    background-image: url(../images/btob/img_btob_49.svg);
    width: 12px;
    height: 26px;
    background-size: cover;
    position: absolute;
    right: unset;
    left: 30px;
    top: 62px;
    transform: rotate( 
90deg
 );
}
.btob11 li{
    margin-bottom: 1rem;
}
.btob11 li p::before{
    content: '＼';
    font-size: 1.5rem;
}
.btob11 li p::after{
    content: '／';
    font-size: 1.5rem;
}


}