/*------------------------------------------------------------
common
------------------------------------------------------------*/

/* body{
    font-family: 'Noto Sans JP';
} */

body {
    font-family: "noto-sans-cjk-jp", sans-serif;
}

#toyota .roboto {
    font-family: "roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}
#toyota .raleway {
    font-family: "raleway", sans-serif;
    font-weight: 600;
    font-style: normal;
}

#toyota .roboto-regu {
    font-family: "roboto", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#toyota {
    font-size: 16px;
    font-weight: 400;
    color: #525151;
    overflow: hidden;
    background: #fff;
    position: relative;
}

#toyota * {
    box-sizing: border-box;
}

#toyota a {
    transition: opacity 0.3s;
}

#toyota a[href^="tel:"] {
    display: inline-block;
    transition: none;
}

#toyota a:hover {
    text-decoration: none;
}

#toyota a:focus-visible {
    outline: none;
}

#toyota img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#toyota .js-fadein {
    opacity: 0;
    transform: translate(0, 0);
    transition-property: opacity, transform;
    transition-duration: 2.5s;
}

#toyota .scroll-in {
    opacity: 1;
    transform: translate(0, 430px);
}

#toyota .text:last-of-type {
    margin-bottom: 0;
}

#toyota .pc-br {
    display: block;
}

#toyota .inner {
    width: calc(100% - 24px);
    max-width: 1240px;
    margin: 0 auto;
}

body.is-active {
    overflow: hidden;
}
#toyota .box-img img {
    width: 100%;
}

#toyota .bg01 {
    position: absolute;
    top: -272px;
    left: 0;
}
#toyota .flex {
    display: flex;
    flex-wrap: wrap;
}

/*banner*/
/*======================================*/

#toyota .top-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: auto;
    position: relative;
    z-index: 1;
}
#toyota .main-banner {
    background: white;
}
#toyota .main-banner .left-banner {
    width: 40%;
}
#toyota .main-banner .right-banner {
    width: 60%;
}
#toyota .main-banner .item-item-banner {
    justify-content: center;
    background: #e5e5e5;
    padding: 70px 0px 70px;
}
#toyota .main-banner .item-item-banner.three {
    background: white;
}

#toyota .main-banner .box-flex {
    width: 585px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 99;
}
#toyota .main-banner .item-item-banner.one {
    text-align: center;
    background: #000000;
    text-align: center;
}
#toyota .main-banner .item-item-banner.two {
    padding: 10px 20px 10px;
}
#toyota .main-banner .item-item-banner.three {
    padding: 20px 20px 15px;
}
#toyota .main-banner .item-item-banner.four {
    padding: 60px 20px 30px;
}

#toyota .main-banner .item-item-banner.one .box-flex {
    text-align: left;
}
#toyota .box-text-cril {
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 99;
}
#toyota .box-text-cril .text-01 {
    padding: 1px 30px;
    background: #966d53;
    color: white;
    font-size: 1.8vw;
    font-weight: 600;
    border-radius: 9999px;
    white-space: nowrap;
}
#toyota .box-text-cril .text-02 {
    color: #525151;
    font-size: 1.6vw;
    font-weight: 600;
    white-space: nowrap;
    position: relative;
    padding: 0 10px;
}
#toyota .box-text-cril .text-02:before,
#toyota .box-text-cril .text-02:after {
    content: "";
    display: block;
    position: absolute;
    top: 20%;
    width: 3px;
    height: 26px;
    background: #707070;
}
#toyota .box-text-cril .text-02:before {
    left: 0;
    transform: translate(-50%, 0) rotate(-35deg);
}
#toyota .box-text-cril .text-02:after {
    right: 0;
    transform: translate(-50%, 0) rotate(35deg);
}
#toyota .box-text-cril .text-03 {
    color: #966d53;
    font-size: 1.8vw;
    font-weight: 600;
    white-space: nowrap;
}
#toyota .box-number {
    width: auto;
    padding: 10px 16px;
    position: relative;
}
#toyota .box-number .box-number__inner {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
#toyota .box-number .number-60 {
    font-family: "roboto", sans-serif;
    font-size: 9vw;
    color: #966d53;
    font-weight: bold;
    line-height: 1;
}
#toyota .box-number .number-492 {
    font-family: "roboto", sans-serif;
    font-size: 11vw;
    color: #525151;
    font-weight: bold;
    line-height: 1;
}
#toyota .box-number .text-number {
    display: inline-block;
    font-size: 45px;
    color: #525151;
    font-weight: 600;
    white-space: nowrap;
}
#toyota .item-item-banner.two .box-number .text-number {
    right: 132px;
    top: 58px;
}
#toyota .item-item-banner.three .box-number .text-number {
    right: 50px;
    top: 56px;
}
#toyota .item-item-banner.three .box-flex {
    align-items: center;
}
#toyota .note-number {
    font-size: 0.8vw;
    font-weight: 500;
    margin-top: 10px;
    color: #525151;
}
#toyota .bg-04 {
    color: #525151;
    font-size: 2.4vw;
    font-weight: 600;
    border-top: 2px solid #707070;
    border-bottom: 2px solid #707070;
    position: relative;
    white-space: nowrap;
}
#toyota .bg-04:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #707070;
}
#toyota .text-check {
    width: 100%;
    position: relative;
    font-size: 22px;
    font-weight: 500;
    padding-left: 40px;
    margin-bottom: 20px;
}
#toyota .text-check::after {
    position: absolute;
    content: "";
    background-image: url(../images/toyota/toyota_check.png);
    width: 33px;
    height: 28px;
    top: 12px;
    left: 0px;
}
#toyota .text-check .line {
    font-size: 35px;
    font-weight: 600;
    color: #966d53;
    position: relative;
    display: inline-block;
    background: url(../images/toyota/bg_line.png) repeat-x left bottom;
    background-position-y: 35px;
}

#toyota .main-banner .item-item-banner.four .box-flex {
    flex-wrap: wrap;
}
#toyota .logo {
    text-align: center;
    padding: 40px 0;
}
#toyota .logo-text {
    padding: 24px 0px 18px;
    text-align: center;
    font-size: 38px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
#toyota .logo-text .logo-text__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
#toyota .logo-text .logo-text__main {
    color: #333;
    font-size: 5vw;
}
#toyota .logo-text .logo-text__sub {
    font-size: 4.8vw;
    padding-bottom: 8px;
    position: relative;
    white-space: nowrap;
}
#toyota .logo-text .logo-text__sub:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1000px;
    height: 20px;
    background: linear-gradient(0.25turn, #c4c4c4 0%, rgba(255, 250, 250, 0.55) 24.64%, #966d53 52.02%, #848484 100%);
}
#toyota .logo-text .logo-text__address {
    position: relative;
    font-size: 1vw;
    padding-left: 30px;
    padding-top: 20px;
    white-space: nowrap;
}
#toyota .logo-text .logo-text__address:after {
    position: absolute;
    content: "";
    background-image: url(../images/toyota/toyota_icon_adress.svg);
    width: 27px;
    height: 40px;
    left: 0;
    top: 15px;
}
#toyota .img-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#toyota .img-banner {
    position: relative;
    height: 600px;
}

#toyota .img-banner .box-adress {
    position: absolute;
    justify-content: space-around;
    flex-wrap: wrap;
    top: 0px;
    left: 0px;
    background: rgba(229, 229, 229, 0.75);
    padding: 25px 0px 25px;
    width: 100%;
    font-weight: 600;
}
#toyota .img-banner .box-adress .adress,
#toyota .img-banner .box-adress .other-work {
    position: relative;
    font-size: 18px;
}
#toyota .img-banner .box-adress .adress::after {
    position: absolute;
    content: "";
    background-image: url(../images/toyota/toyota_icon_adress.svg);
    width: 27px;
    height: 40px;
    left: -33px;
    top: -9px;
}
#toyota .img-banner .box-adress .other-work::after {
    position: absolute;
    content: "";
    background-image: url(../images/toyota/toyota_icon_fly.svg);
    width: 50px;
    height: 36px;
    left: -50px;
    top: -9px;
}
#toyota .main-banner .bg-icon {
    position: relative;
}
#toyota::after {
    position: absolute;
    content: "";
    background-image: url(../images/toyota/toyota_bg_left.png);
    width: 833px;
    height: 756px;
    left: -361px;
    top: 0px;
}
#toyota::before {
    position: absolute;
    content: "";
    background-image: url(../images/toyota/toyota_bg_left.png);
    width: 833px;
    height: 756px;
    left: 230px;
    top: 0px;
}
#toyota .box-link {
    background-image: url(../images/toyota/bg_a_banner.png);
    background-position: center;
    background-size: cover;
    padding: 40px 0px 41.5px 78px;
    position: relative;
    z-index: 99;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#toyota .text-ttl {
    font-size: 28px;
    font-weight: 600;
    color: white;
}
#toyota .text-note {
    font-size: 15px;
    font-weight: 500;
    color: white;
}
#toyota .box-a {
    position: absolute;
    right: 15%;
    top: 25%;
    width: 320px;
    height: 70px;
}
#toyota .a-link-banner {
    position: relative;
    color: #56800b;
    font-weight: 500;
    padding: 20px 10px 20px 30px;
    width: 100%;
    height: 100%;
    display: block;
    font-weight: 500;
    font-size: 20px;
    background: white;
    border-radius: 40px;
    transition: 0.5s;
}
#toyota .a-link-banner::after {
    position: absolute;
    content: "";
    background-image: url(../images/toyota/arrow_banner01.svg);
    top: 16px;
    right: 23px;
    width: 37px;
    height: 37px;
    transition: 0.5s;
}

#toyota .a-link-banner:hover {
    background: #525151;
    color: white;
}
#toyota .a-link-banner:hover::after {
    background-image: url(../images/toyota/arrow_banner_hover.svg);
    transform: translateX(10px);
}
#toyota .main-banner .box-link {
    padding: 0;
}
#toyota .main-banner .box-a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px 50px;
    width: 100%;
    height: auto;
    padding: 10px 0;
    min-height: 200px;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    flex-wrap: wrap;
}
#toyota .main-banner .box-a .a-link-banner {
    width: 550px;
    height: 110px;
    border-radius: 9999px;
    border: 5px solid #a0c44a;
    font-size: 38px;
    font-weight: bold;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}
#toyota .main-banner .box-a .a-link-banner::after {
    position: absolute;
    content: "";
    background-image: url(../images/toyota/arrow_banner01.svg);
    background-size: 100%;
    top: 16px;
    right: 23px;
    width: 66px;
    height: 66px;
    transition: 0.5s;
}

/*ttl*/
/*======================================*/

#toyota .ttl-toyota .box-ttl {
    width: calc(50%);
    justify-content: end;
    background: #525151;
}
#toyota .ttl-toyota .box-img {
    width: calc(50%);
}
#toyota .ttl-toyota .box-ttl .text-ttl {
    width: 600px;
    padding: 92px 50px 30px 0px;
    position: relative;
}
#toyota .ttl-toyota .box-img img {
    height: 100%;
    object-fit: cover;
}
#toyota .bg-page {
    height: 95px;
    position: relative;
    z-index: 99;
    background: white;
    background-position: center;
    background-size: cover;
}
#toyota .bg-page::after {
    position: absolute;
    content: "";
    clip-path: polygon(0% 0%, 100% 0, 97% 100%, 75% 100%, 0% 100%);
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 1) 50%,
        rgba(74, 73, 73, 0.2) 100%
    );
    top: 0px;
    left: calc(-38% - 3.5px);
    width: 100%;
    height: 100%;
    z-index: -1;
}
#toyota .ttl-toyota .dt-text {
    font-size: 24px;
    font-weight: 600;
    color: #eae0d8;
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}
#toyota .ttl-toyota .dt-text::after {
    position: absolute;
    content: "";
    background-image: url(../images/toyota/toyota_line.png);
    width: 524px;
    height: 25px;
    bottom: -33px;
    left: 26px;
}
#toyota .ttl-toyota .dd-text {
    font-size: 60px;
    font-weight: 600;
    color: white;
    text-align: center;
}
/*list-number*/
/*======================================*/

#toyota .bg-ponit {
    position: relative;
}
#toyota .bg-ponit::after {
    position: absolute;
    content: "";
    background-image: url(../images/toyota/bg_ponit.png);
    width: 2024px;
    height: 3920px;
    bottom: -49px;
    left: 0px;
    pointer-events: none;
}
#toyota .list-number {
    background: white;
    padding: 23px 0px 80px;
    position: relative;
}
#toyota .list-number .inner-number {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 99;
}
#toyota .list-number .inner-number::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 30px solid #525151;
    top: -130px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 9;
}
#toyota .list-number .icon-car {
    position: absolute;
    bottom: 0px;
    right: -30px;
    width: 38.75%;
}
#toyota .list-number .icon-car img {
    width: 100%;
}
#toyota .list-number .item-number {
    width: 370px;
    height: 145px;
    background-image: url(../images/toyota/toyota_box_text_01_pc.png);
    padding: 18px 20px 20px 70px;
    margin-right: 45px;
    margin-bottom: 30px;
    position: relative;
    z-index: 99;
}
#toyota .list-number .item-number:nth-child(2),
#toyota .list-number .item-number:nth-child(7) {
    background-image: url(../images/toyota/toyota_box_text_02_pc.png);
    width: 519px;
    height: 145px;
}
#toyota .list-number .item-number:nth-child(5) {
    margin-right: 0px;
}
#toyota .text-up {
    position: absolute;
    content: "";
    height: 98px;
    width: 25px;
    border-radius: 20px;
    background: #966d53;
    color: white;
    font-weight: 600;
    font-size: 16px;
    top: 25px;
    left: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 18px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}
#toyota .dt-number {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}
#toyota .dd-number {
    font-size: 80px;
    color: #966d53;
    font-weight: 600;
    line-height: 38px;
}
#toyota .small-text {
    font-size: 24px;
    color: #525151;
    font-weight: 600;
}
#toyota .number-small {
    font-size: 55px;
    color: #966d53;
    font-weight: 600;
}
#toyota .samll-text-02 {
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}
/*ponit*/
/*======================================*/

#toyota .box-ponit {
    padding: 140px 0px 220px;
    background: linear-gradient(180deg, rgba(244, 242, 242, 1) 0%, rgba(211, 186, 168, 1) 100%);
}
#toyota .box-ponit .inner-ponit {
    max-width: 1200px;
    margin: auto;
    position: relative;
    z-index: 99;
}
#toyota .box-title {
    text-align: center;
    margin-bottom: 64px;
}
#toyota .box-title .title-page {
    font-size: 24px;
    font-weight: 600;
    position: relative;
    width: 300px;
    margin: auto;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
#toyota .box-title .title-page::after {
    position: absolute;
    content: "";
    background-image: url(../images/toyota/toyota_line_02.png);
    width: 298px;
    height: 23px;
    bottom: -35px;
    left: 0px;
}
#toyota .box-title .note-title {
    font-size: 60px;
    font-weight: 600;
    color: #966d53;
}
#toyota .box-title .small-01 {
    font-size: 45px;
}
#toyota .box-title .note-title img {
    vertical-align: sub;
}
#toyota .list-ponit .item-ponit {
    position: relative;
}
#toyota .list-ponit .item-ponit::after {
    position: absolute;
    content: "";
    background-image: linear-gradient(90deg, rgba(75, 55, 42, 1) 0%, rgba(150, 109, 83, 1) 100%);
    width: calc(100% - 75px);
    height: 10px;
    left: 0px;
    top: 0px;
}
#toyota .list-ponit .number-ponit {
    position: absolute;
    top: 15px;
    left: 0px;
    width: 150px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: linear-gradient(90deg, rgba(150, 109, 83, 1) 0%, rgba(75, 55, 42, 1) 100%);
    flex-direction: column;
    line-height: 30px;
    z-index: 99;
}
#toyota .list-ponit .number-ponit .text-top {
    color: white;
    font-size: 20px;
    margin-bottom: 5px;
}
#toyota .list-ponit .number-ponit .text-number-ponit {
    color: white;
    font-size: 45px;
}
#toyota .list-ponit .contet-box {
    background: white;
    box-shadow: 10px 10px 30px rgb(0 0 0 / 20%);
    padding: 4.5% 9.5% 8% 9.5%;
    margin-left: 75px;
    margin-right: 75px;
}
#toyota .list-ponit .contet-box .title-ponit {
    text-align: center;
    font-size: 40px;
    letter-spacing: 2px;
    margin-bottom: 8%;
}
#toyota .list-ponit .list-box {
    justify-content: space-between;
    margin-bottom: 10px;
}
#toyota .list-ponit .box-item {
    width: calc(50% - 15px);
}
#toyota .list-ponit .box-text-ponit {
    margin: -25px 0px 0px 25px;
}
#toyota .list-ponit .ponit-text {
    display: inline-block;
    padding: 5px 20px 3px 10px;
    background: white;
    font-size: 24px;
    font-weight: 600;
    border: 1px solid #707070;
    margin-bottom: 5px;
    color: #966d53;
}
#toyota .list-ponit .contet-box .title-ponit.two {
    margin-bottom: 500px;
}
#toyota .list-ponit .box-item.two {
    width: calc(100% / 3 - 15px);
}
#toyota .list-ponit .list-box.two {
    position: absolute;
    top: 16%;
    left: 0px;
    width: 100%;
}
#toyota .list-ponit .note-ponit {
    font-size: 14px;
    text-align: center;
}
#toyota .list-ponit .contet-box.two {
    padding: 50px 40px 8% 40px;
}
#toyota .list-ponit .box-house {
    justify-content: space-between;
    padding: 35px 60px 40px 60px;
    background: #e5e5e5;
    border-radius: 30px;
    margin-bottom: 25px;
}
#toyota .list-ponit .box-house .item-house {
    width: calc(50% - 25px);
}
#toyota .list-ponit .box-house .check-box {
    width: 100%;
}
#toyota .list-ponit .box-house .flex-check {
    max-width: 375px;
    margin: auto;
    justify-content: center;
    margin-top: 35px;
    margin-left: 36%;
}
#toyota .list-ponit .box-house .flex-check .item-check {
    position: relative;
    width: calc(50%);
    font-size: 18px;
    font-weight: 500;
}
#toyota .list-ponit .box-house .flex-check .item-check::after {
    position: absolute;
    content: "";
    width: 31px;
    height: 31px;
    background: #d6e4a0;
    border: 1px solid #707070;
    left: -38px;
    top: -4px;
    border-radius: 50%;
}
#toyota .list-ponit .box-house .flex-check .item-check:nth-child(2):after {
    background: white;
}
#toyota .list-ponit .box-house .title-house {
    text-align: center;
    font-weight: 500;
    max-width: 126px;
    margin: auto;
    margin-bottom: 10px;
    position: relative;
    font-size: 20px;
}
#toyota .list-ponit .box-house .title-house::after {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #525151;
    left: -10px;
    top: 2px;
    transform: rotate(145deg);
}
#toyota .list-ponit .box-house .title-house::before {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #525151;
    right: -10px;
    top: 2px;
    transform: rotate(30deg);
}
#toyota .list-ponit .note-03 {
    font-size: 20px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 35px;
}
/*box-exepress======================================*/

#toyota .box-exepress {
    padding: 90px 0px 120px;
    background: white;
    position: relative;
}
#toyota .box-exepress .comemnt-04 {
    position: absolute;
    left: -65px;
    top: 17%;
}
#toyota .box-exepress .comemnt-05 {
    position: absolute;
    left: -170px;
    bottom: 87px;
}
#toyota .inner-exepress {
    position: relative;
    max-width: 1200px;
    margin: auto;
}
#toyota .inner-exepress .comemnt-01 {
    position: absolute;
    right: -345px;
    top: -20px;
}
#toyota .inner-exepress .comemnt-02 {
    position: absolute;
    left: -350px;
    top: 227px;
}
#toyota .inner-exepress .comemnt-03 {
    position: absolute;
    right: -312px;
    bottom: -45px;
}
#toyota .box-title .title-page.two {
    width: 473px;
    margin-bottom: 45px;
}
#toyota .box-title .title-page.two::after {
    width: 458px;
    background-image: url(../images/toyota/toyota_line_03.png);
}
#toyota .people-01 {
    background: #eae0d8;
    padding: 25px 20px 20px 17%;
    position: relative;
    color: #525151;
    font-size: 20px;
    line-height: 35px;
    max-width: 750px;
    margin-left: 11.5%;
    margin-bottom: 50px;
    border-radius: 30px;
    font-weight: 500;
}
#toyota .people-01::after {
    position: absolute;
    content: "";
    background-image: url(../images/toyota/toyota_people_01_pc.svg);
    width: 200px;
    height: 224px;
    left: -15px;
    top: -64px;
}
#toyota .people-03 {
    background: #966d53;
    padding: 25px 30px 24px 17%;
    position: relative;
    font-size: 30px;
    line-height: 50px;
    color: white;
    max-width: 700px;
    margin-left: 18.5%;
    border-radius: 30px;
    font-weight: 600;
    letter-spacing: 1px;
}
#toyota .people-03::after {
    position: absolute;
    content: "";
    background-image: url(../images/toyota/toyota_people_02_pc.svg);
    width: 217px;
    height: 224px;
    left: -30px;
    top: -65px;
}
#toyota .flex-02 {
    justify-content: end;
}
#toyota .flex-02 .people-02 {
    width: 502px;
    height: 151px;
    background: url(../images/toyota/bg_02.png);
    background-position: center;
    margin-bottom: 50px;
    font-size: 30px;
    line-height: 50px;
    color: #966d53;
    font-weight: 600;
    margin-right: 7%;
    padding: 28px 10px 30px 37px;
    letter-spacing: 1px;
}
/*exp */
/*======================================*/

#toyota .box-list {
    padding: 0px 0px 80px;
    position: relative;
    background: white;
}
#toyota .box-list::after {
    position: absolute;
    content: "";
    background-image: url(../images/toyota/toyota_worry_pc.png);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: calc(100% - 50px);
    top: 50px;
    left: 0px;
}
#toyota .box-list .list-exp {
    max-width: 1200px;
    margin: auto;
    justify-content: space-between;
}
#toyota .box-list .list-exp .item-exp {
    width: calc(100% / 3 - 20px);
    background: white;
    border: 1px solid #707070;
    padding: 0px 30px 33px 30px;
    margin-bottom: 30px;
    position: relative;
    z-index: 99;
}
#toyota .box-list .list-exp .dt-exp {
    width: 250px;
    height: 50px;
    margin: auto;
    background: #966d53;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
    color: white;
    font-weight: 600;
    padding-top: 7px;
}
#toyota .box-list .list-exp .dd-exp {
    font-size: 16px;
    line-height: 35px;
    font-weight: 400;
    color: #000;
}

#toyota .box-list .note-exp {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

/*calendar*/
/*======================================*/
#toyota .calendar {
    background: white;
    padding: 118px 0px 120px;
}
#toyota .calendar .list-calendar {
    max-width: 1200px;
    margin: auto;
    padding: 0px 25px 0px 45px;
    justify-content: space-between;
}

#toyota .calendar .list-calendar .item-calendar {
    width: calc(50% - 64px);
    background: #e5e5e5;
    padding: 25px 35px 30px 80px;
    position: relative;
}
#toyota .calendar .list-calendar .item-calendar .icon {
    position: absolute;
    left: -42px;
    top: 18px;
}

#toyota .calendar .list-calendar .item-calendar .icon.two {
    position: absolute;
    left: -44px;
    top: 17px;
}

#toyota .title-calendar {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 1px solid #707070;
}

#toyota .time {
    font-size: 30px;
    font-weight: 600;
    padding-left: 68px;
}

#toyota .time span {
    display: inline-block;
    height: 34px;
    width: 34px;
    border-radius: 50%;
    background: white;
    font-size: 22px;
    text-align: center;
    padding-top: 0px;
    margin-right: 10px;
}
#toyota .note-033 {
    font-size: 14px;
    margin-left: 108px;
    margin-top: -5px;
    margin-bottom: 10px;
}

#toyota .calendar .text {
    font-size: 15px;
    line-height: 28px;
    padding-left: 70px;
}

#toyota .text-09 {
    font-size: 24px;
    font-weight: 600;
    margin-left: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
}
#toyota .ttl-toyota .box-ttl.two {
    background: #56800b;
    position: relative;
    z-index: 99;
}
#toyota .ttl-toyota .box-ttl.two::after {
    position: absolute;
    content: "";
    background-image: url(../images/toyota/toyota_entry.png);
    width: 920px;
    height: 329px;
    left: 20px;
    top: 25px;
    z-index: -1;
}

#toyota .ttl-toyota .box-ttl .text-ttl.two {
    padding: 70px 10px 30px 0px;
}
#toyota .ttl-toyota .dt-text.two {
    width: 235px;
    margin: auto;
    text-align: center;
    margin-bottom: 58px;
    color: white;
}
#toyota .ttl-toyota .dt-text.two::after {
    background-image: url(../images/toyota/toyota_line_04.png);
    width: 235px;
    height: 22px;
    top: 50px;
    left: 3px;
}
#toyota .ttl-toyota .box-ttl .text-ttl.two::after {
    display: none;
}
#toyota .a-link-banner.two::after {
    top: 20px;
    right: 30px;
}
#toyota .a-link-banner.two {
    width: 366px;
    height: 80px;
    margin: auto;
    padding: 22px 10px 10px 65px;
    font-size: 24px;
}
#toyota .block-map {
    background: white;
}
#toyota .box-top-map {
    position: relative;
    height: 620px;
    z-index: 99;
    padding-top: 6%;
}

#toyota .box-top-map .map-img02 {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}

#toyota .box-top-map .info {
    max-width: 1200px;
    margin: auto;
}
#toyota .box-title.map {
    text-align: left;
    padding-left: 55px;
    width: 405px;
}
#toyota .box-title .title-page.map {
    margin: unset;
    font-size: 24px;
    font-weight: 600;
    position: relative;
    margin-bottom: 45px;
    letter-spacing: 1px;
    text-align: center;
    padding-left: 52px;
}
#toyota .box-title .note-title.map {
    font-size: 45px;
    text-align: center;
    margin-bottom: 30px;
}

#toyota .box-title .text-11 {
    font-size: 20px;
    font-weight: 500;
}
#toyota .box-title .text-12 {
    font-size: 24px;
    color: #966d53;
    font-weight: 600;
}

#toyota .box-title .text-12 span {
    font-size: 24px;
    color: #525151;
    font-weight: 600;
}
#toyota .box-title .title-page.map::after {
    background-image: url(../images/toyota/toyota_line_06.png);
    width: 128px;
    height: 25px;
    bottom: -35px;
    left: 115px;
}

#toyota .list-img {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: auto;
    z-index: 99;
    position: relative;
    margin-bottom: 15px;
}
#toyota .list-img .item-img {
    width: calc(100% / 4 - 10px);
    text-align: center;
}
#toyota .list-img .item-img .text-map01 {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 0px;
    color: #966d53;
}
#toyota .list-img .item-img .text-map02 {
    font-size: 20px;
    font-weight: 600;
    color: #eae0d8;
}

#toyota .note-map {
    font-size: 14px;
    text-align: center;
    margin-bottom: 70px;
}
#toyota .box-factory {
    padding-bottom: 100px;
}
#toyota .title-factory {
    text-align: center;
    font-weight: 600;
    line-height: 34px;
    font-size: 45px;
    margin-bottom: 33px;
    color: #966d53;
}

#toyota .title-factory .es {
    font-size: 20px;
    color: #eae0d8;
}
#toyota .list-factory {
    display: flex;
    justify-content: space-between;
    max-width: 960px;
    margin: auto;
    flex-wrap: wrap;
}
#toyota .list-factory .item-factory {
    width: calc(50% - 20px);
    padding: 25px 20px 20px 25px;
    background: linear-gradient(90deg, rgba(229, 229, 229, 1) 0%, rgba(255, 255, 255, 1) 100%);
    margin-bottom: 30px;
    min-height: 184px;
}

#toyota .list-factory .dl-top,
#toyota .list-factory .dl-down {
    display: flex;
    justify-content: space-between;
}
#toyota .list-factory .dl-top {
    margin-bottom: 20px;
    align-items: center;
}
#toyota .list-factory .dt-top {
    width: 122px;
    font-size: 26px;
    font-weight: 600;
    color: #966d53;
    position: relative;
}
#toyota .list-factory .dt-top::after {
    position: absolute;
    content: "";
    background: #707070;
    height: 58px;
    width: 1px;
    right: 0px;
    top: 0px;
}
#toyota .list-factory .dd-top {
    width: calc(100% - 122px);
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    padding-left: 20px;
    color: #000;
}

#toyota .list-factory .dt-down {
    width: 70px;
    height: 30px;
    font-size: 16px;
    font-weight: 300;
    background: white;
    border: 1px solid #707070;
    border-radius: 8px;
    padding: 1px 5px;
    text-align: center;
    color: #000;
}
#toyota .list-factory .dd-down {
    width: calc(100% - 70px);
    font-size: 20px;
    font-weight: 300;
    padding-left: 10px;
    color: #000;
}
#toyota .list-factory .dd-down span {
    font-size: 16px;
    font-weight: 300;
    color: #000;
}

#toyota .list-img .item-img .image {
    display: block;
    width: 267px;
    height: 267px;
    border-radius: 50%;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

/*flow*/
/*======================================*/

#toyota .bg-flow-support {
    position: relative;
    z-index: 99;
}
#toyota .bg-flow-support::after {
    position: absolute;
    content: "";
    background-image: url(../images/toyota/bg-flow-support.png);
    bottom: 0px;
    left: 0px;
    background-position: center;
    background-size: cover;
    width: 2043px;
    height: 2265px;
}

#toyota .box-link-step .title-step {
    width: 115px;
    margin: auto;
    position: relative;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

#toyota .box-link-step .title-step::after {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #525151;
    left: -12px;
    top: 5px;
    transform: rotate(145deg);
}

#toyota .box-link-step .title-step::before {
    position: absolute;
    content: "";
    height: 25px;
    width: 2px;
    background: #525151;
    right: -6px;
    top: 6px;
    transform: rotate(30deg);
}

#toyota .a-link-banner.three {
    width: 397px;
    margin: auto;
    background: #85b722;
    border: none;
    font-size: 30px;
    color: white;
    border-radius: 20px;
    padding: 20px 10px 19px 55px;
    font-weight: 400;
}
#toyota .a-link-banner.three::after {
    background-image: url(../images/toyota/arrow_banner_hover.svg);
    top: 26px;
    right: 45px;
}

#toyota .a-link-banner.three:hover {
    background: #56800b;
    font-size: 34px;
    padding: 16px 10px 16.6px 55px;
}
#toyota .flow {
    padding-top: 140px;
    padding-bottom: 100px;
    background: #f2f2f2;
}
#toyota .flow .heading-block {
    font-size: 60px;
    line-height: 80px;
    text-align: center;
    color: #86ae3d;
    font-weight: 400;
    margin-bottom: 106px;
}
#toyota .flow .list-step {
    max-width: 1248px;
    padding: 0 20px;
    margin: auto;
}
#toyota .flow .item-step {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 68px;
    position: relative;
    z-index: 99;
}
#toyota .flow .item-step:nth-child(1) {
    margin-bottom: 85px;
}

#toyota .flow .item-step:before {
    content: "";
    position: absolute;
    background-image: url("../images/toyota/toyota_icon02_pc.png");
    background-size: 100%;
    width: 12px;
    height: 185px;
    left: 68px;
    top: 170px;
}
#toyota .flow .item-step:last-child:before {
    display: none;
}
#toyota .flow .item-step .step-number {
    width: 147px;
    font-family: "Didot";
    text-align: center;
    color: #a0c44a;
    height: 147px;
    background: #fff;
    border: 1px solid #86ae3d;
    border-radius: 50%;
    padding-top: 10px;
}
#toyota .flow .item-step.last .step-number,
#toyota .flow .item-step.last .content .ttl {
    color: #966d53;
}
#toyota .flow .item-step .content {
    width: calc(100% - 147px);
    display: flex;
    flex-wrap: wrap;
    padding-top: 8px;
}
#toyota .flow .item-step .step-number .ttl-step {
    font-size: 30px;
    line-height: 35px;
}
#toyota .flow .item-step .step-number .number {
    font-size: 90px;
    line-height: 83px;
}

#toyota .flow .item-step .content .ttl {
    font-size: 36px;
    line-height: 35px;
    color: #86ae3d;
    font-weight: bold;
    padding-left: 14px;
    border-bottom: 1px solid #86ae3d;
    padding-bottom: 24px;
    margin-bottom: 23px;
}
#toyota .flow .item-step .content .text {
    font-size: 18px;
    line-height: 35px;
    padding-left: 14px;
    padding-right: 28px;
}
#toyota .flow .item-step:nth-child(1) .content .text {
    padding-right: 28px;
}
#toyota .flow .item-step .content .image-content {
    width: 35.2%;
    border: 1px solid #527029;
    border-radius: 0 0 20px 0;
    overflow: hidden;
    max-height: 302px;
}
#toyota .flow .item-step.last .content .ttl {
    border-bottom: 1px solid #966d53;
}
#toyota .flow .item-step .content .image-content img {
    width: 100%;
}
#toyota .flow .item-step .content .info-content {
    width: calc(100% - 35.2%);
}
#toyota .flow .item-step .content .ttl small {
    font-size: 20px;
}
/*support*/
/*==================================*/
#toyota .support {
    background: white;
    padding-top: 114px;
    padding-bottom: 25px;
    position: relative;
}

#toyota .support .heading-support {
    text-align: center;
    margin-bottom: 60px;
}
#toyota .support .heading-block {
    display: inline-block;
    position: relative;
}

#toyota .support .heading-block .ttl01 {
    font-size: 24px;
    line-height: 35px;
    color: #56800b;
    font-weight: 600;
    display: block;
    margin-bottom: 30px;
    position: relative;
}
#toyota .support .heading-block .ttl01::after {
    position: absolute;
    content: "";
    background-image: url(../images/toyota/toyota_line_02.png);
    width: 298px;
    height: 23px;
    bottom: -27px;
    left: 232px;
}
#toyota .support .heading-block .ttl02 {
    font-size: 45px;
    line-height: 75px;
    font-weight: bold;
    display: block;
    color: #56800b;
    letter-spacing: 3px;
}
#toyota .support .content-inner {
    max-width: 996px;
    margin: auto;
    padding: 0 20px;
}
#toyota .support .image-textContent {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
#toyota .support .image-textContent .image-content {
    width: 50%;
    padding-top: 3px;
    padding-right: 16px;
}
#toyota .support .image-textContent .image {
    display: block;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}
#toyota .support .image-textContent .text-content {
    width: 50%;
    padding-left: 15px;
    padding-right: 30px;
}
#toyota .support .image-textContent .text-content .text01 {
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    color: #86ae3d;
    margin-bottom: 37px;
}
#toyota .support .image-textContent .text-content .text02 {
    font-size: 18px;
    line-height: 35px;
    color: #000;
}
#toyota .support .sub-content .ttl {
    font-size: 40px;
    line-height: 48px;
    color: #86ae3d;
    font-weight: bold;
    text-align: center;
    margin-bottom: 35px;
    letter-spacing: 4px;
}
#toyota .support .sub-content .text {
    font-size: 20px;
    line-height: 35px;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: 600;
    letter-spacing: 1px;
}
#toyota .support .box-des {
    background: white;
    padding: 30px;
    font-size: 18px;
    line-height: 35px;
    position: relative;
    z-index: 99;
    margin-top: 30px;
    color: #000;
    font-weight: 400;
}

#toyota .support .note {
    font-size: 14px;
    text-align: center;
    margin: 50px 0px 100px;
}
/*application-requirements*/
/*======================================*/
#toyota .application-requirements {
    padding-top: 140px;
    background: #fff;
    padding-bottom: 45px;
    position: relative;
}
#toyota .application-requirements .heading-block {
    font-size: 70px;
    line-height: 80px;
    color: #966d53;
    text-align: center;
    font-weight: 400;
    margin-bottom: 70px;
}
#toyota .application-requirements .list-application-requirements {
    max-width: 1300px;
    margin: auto;
    padding: 0 20px;
    position: relative;
}

#toyota .application-requirements .text-21 {
    font-size: 19px;
    padding-left: 20px;
    width: 270px;
    font-weight: 300;
}
#toyota .application-requirements .text-22 {
    font-size: 16px;
    width: calc(100% - 270px);
    line-height: 36px;
    font-weight: 300;
}

#toyota .application-requirements .list-application-requirements:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #966d53;
    left: 38%;
    top: 4px;
}
#toyota .application-requirements .item-application-requirements {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 29px;
}
#toyota .application-requirements .item-application-requirements .title .ttl {
    font-size: 20px;
    line-height: 35px;
    font-weight: bold;
    color: #000;
    text-align: right;
}
#toyota .application-requirements .item-application-requirements .info .text {
    font-size: 20px;
    line-height: 35px;
    font-weight: 300;
}
#toyota .application-requirements .item-application-requirements .title {
    width: 34%;
    padding-right: 0px;
}
#toyota .application-requirements .item-application-requirements .info {
    width: 64%;
    padding-left: 85px;
    color: #000;
}
#toyota .application-requirements .item-application-requirements .text-s {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
}
#toyota .application-requirements .item-application-requirements .item-text {
    font-size: 20px;
    line-height: 38px;
    position: relative;
    padding-left: 20px;
    font-weight: 300;
}
#toyota .application-requirements .item-application-requirements .item-text:before {
    content: "★";
    position: absolute;
    font-size: 20px;
    color: #966d53;
    top: 0;
    left: 0;
}
#toyota .application-requirements .item-application-requirements .item-text small {
    font-size: 16px;
    font-weight: 300;
}
#toyota .application-requirements .item-application-requirements .item-txt {
    font-size: 16px;
    line-height: 38px;
    font-weight: 300;
}
/*contact*/
/*=====================================*/
#toyota .contact {
    padding-top: 100px;
    padding-bottom: 144px;
    background: #c2d39b;
}
#toyota .contact .heading {
    font-size: 60px;
    line-height: 80px;
    color: #525151;
    text-align: center;
    font-weight: 600;
    position: relative;
    max-width: 510px;
    margin: auto;
    margin-bottom: 70px;
}
#toyota .aos-destop {
    display: block;
}
#toyota .aos-mobi {
    display: none;
}
#toyota .contact .heading::after {
    position: absolute;
    content: "";
    left: 15px;
    bottom: -30px;
    width: 460px;
    height: 26px;
    background-image: url(../images/toyota/toyota_line_03.png);
}
#toyota .contact .box-contact {
    max-width: 1240px;
    padding: 0 20px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#toyota .contact .item-boxContact {
    background: #fff;
    width: 48.6%;
    border: 5px solid #56800b;
    border-radius: 0 0 30px 0;
    text-align: center;
    padding-bottom: 32px;
    box-shadow: 10px 10px 10px rgba(0 0 0 / 20%);
}
#toyota .contact .item-boxContact .title {
    text-align: center;
    padding-top: 31px;
}
#toyota .contact .item-boxContact .title .ttl {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
    color: #54baea;
}
#toyota .contact .item-boxContact .title .image {
    display: block;
    min-height: 46px;
    margin-bottom: 10px;
}
#toyota .contact .item-boxContact.contact-tel .link-tel {
    font-size: 51px;
    line-height: 40px;
    color: #525151;
    font-family: "Arial bold";
    text-align: center;
    display: block;
    text-decoration: none;
}
#toyota .contact .item-boxContact.contact-tel .link-tel:hover {
    color: #54baea;
}
#toyota .contact .item-boxContact.contact-tel .link-tel .image {
    display: inline-block;
    position: relative;
    top: -4px;
}
#toyota .contact .item-boxContact.contact-tel .title {
    margin-bottom: 28px;
}
#toyota .contact .item-boxContact.contact-tel .txt01 {
    font-size: 16px;
    line-height: 35px;
    color: #000;
    text-align: center;
    padding-right: 7px;
    position: relative;
    margin-bottom: 25px;
}
#toyota .contact .item-boxContact.contact-tel .txt-box {
    display: inline-block;
    font-size: 24px;
    line-height: 34px;
    border: 1px solid #707070;
    width: 90%;
    max-width: 397px;
}
#toyota .contact .item-boxContact.contact-tel .txt-box small {
    font-size: 20px;
}
#toyota .contact .item-boxContact.contact-tel .txt02 {
    font-size: 16px;
    line-height: 35px;
    padding-right: 19px;
}

#toyota .contact .item-boxContact.contact-web .txt01 {
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #000;
    margin-bottom: 36px;
}
#toyota .contact .item-boxContact.contact-web .txt01 b {
    font-size: 20px;
}
#toyota .contact .item-boxContact.contact-web .link-contact {
    display: flex;
    font-size: 30px;
    line-height: 35px;
    color: #fff;
    background: #85b722;
    width: 90%;
    max-width: 397px;
    margin: auto;
    border-radius: 15px;
    position: relative;
    align-items: center;
    height: 87px;
    padding-left: 60px;
    transition: 0.3s;
}
#toyota .contact .item-boxContact.contact-web .link-contact:hover {
    background: #437426;
}
#toyota .contact .item-boxContact.contact-web .link-contact .image {
    position: absolute;
    right: 28px;
    top: 50%;
    transform: translateY(-50%);
}

#toyota .contact .item-boxContact.contact-tel .link-tel img {
    width: 72px;
}
#toyota .contact .item-boxContact.contact-web {
    padding: 0px 50px 10px 50px;
}
#toyota .contact .item-boxContact.contact-web .title img {
    width: 45px;
}

#toyota .contact .item-boxContact.contact-web .title .ttl {
    font-size: 30px;
    line-height: 50px;
    margin-left: 25px;
}
#toyota .contact .item-boxContact.contact-web .title .ttl.line {
    color: #000000;
}
#toyota .contact .item-boxContact.contact-web .link-web {
    width: 286px;
    height: 63px;
    background: #85b722;
    text-align: center;
    color: white;
    font-size: 22px;
    font-weight: 400;
    position: relative;
    margin: auto;
    display: block;
    border-radius: 10px;
    padding-top: 14px;
    margin-bottom: 20px;
    box-shadow: 0px 3px 6px rgba(0 0 0 / 16%);
    transition: 0.5s;
}
#toyota .contact .item-boxContact.contact-web .link-web:hover {
    font-size: 24px;
    background: #54baea;
}
#toyota .contact .item-boxContact.contact-web .link-web::after {
    position: absolute;
    content: "";
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(-45deg);
    top: 25px;
    right: 35px;
}
#toyota .contact .item-boxContact.contact-web .link-web.two {
    background: #06c755;
}
#toyota .contact .item-boxContact.contact-web .link-web.two:hover {
    background: #525151;
    font-size: 24px;
    color: white;
}
#page-top {
    position: fixed;
    right: 0px;
    bottom: 6%;
    z-index: 80;
    opacity: 1;
    visibility: hidden;
    transition: 0.3s all 0s;
    z-index: 99;
    transform: translateX(100%);
}
#page-top.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
#page-top .page-top-anchor span {
    display: block;
    width: 100%;
    text-align: center;
    padding-top: 16px;
}

#page-top .app-link-pc {
    background: #4b6f0a;
    text-align: center;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    color: white;
    width: 65px;
    height: 220px;
    padding-top: 57px;
    transition: 0.5s;
    position: relative;
}
#page-top .app-link-pc::after {
    position: absolute;
    content: "";
    background-image: url(../images/toyota/app_icon_pc.png);
    width: 25px;
    height: 29px;
    top: 20px;
    left: 20px;
    transition: 0.5s;
}
#page-top .app-link-pc:hover::after {
    background-image: url(../images/toyota/app_icon_hover.png);
    width: 25px;
    height: 29px;
    top: 20px;
    left: 19px;
}

#page-top .app-link-pc:hover {
    width: 75px;
    background: #86ae3d;
    color: white;
}
#page-top .ttl-top {
    font-size: 24px;
    line-height: 30px;
    display: block;
    width: 40px;
    padding-left: 20px;
}

#page-top .app-link-pc .icon-top {
    margin-bottom: 10px;
}
#page-top .app-link-sp {
    display: none;
}
/*
#page-top .app-line {
    background: #E5E5E5;
    text-align: center;
    font-weight: 600;
    margin-bottom: -5px;
    display: block;
    color: #525151;
    width: 65px;
    height: 305px;
    padding-top: 20px;
    transition: 0.5s;
}
#page-top .app-line:hover {
    width: 75px;
    color: #06C755;
    background: white;
    border: 0.5px solid #707070;
}
*/
#page-top .page-top-anchor {
    display: block;
    width: 65px;
    height: 65px;
    background: black;
    position: relative;
    margin-top: 10px;
    transition: 0.3s all 0s;
}
#page-top .page-top-anchor.active {
    display: block;
}
#page-top .page-top-anchor:hover {
    background: white;
    border: 1px solid #525151;
}
#page-top .page-top-anchor::after {
    position: absolute;
    content: "";
    border: solid white;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 9px;
    top: 27px;
    right: 22px;
    transform: rotate(-135deg);
}
#page-top .page-top-anchor:hover::after {
    border: solid #525151;
    border-width: 0 3px 3px 0;
    display: inline-block;
    transform: rotate(-45deg);
    top: 20px;
    right: 22px;
    transform: rotate(-135deg);
}

.icon-top {
    margin: 3px 0px -10px;
    display: block;
}
/*footer-main*/
/*==================================*/
.footer-main {
    background: #fff;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 57px;
}
.footer-main .copyright {
    font-size: 14px;
    line-height: 35px;
    color: #000;
    position: relative;
    margin-top: -14px;
}
.footer-main img {
    width: 500px;
}
#toyota {
    min-width: 1024px;
}
@media (max-width: 1800px) {
    #toyota .img-banner {
        position: relative;
        height: 100%;
    }

    #toyota .img-banner .box-adress .adress,
    #toyota .img-banner .box-adress .other-work {
        position: relative;
        font-size: 15px;
        margin-bottom: 10px;
    }
    #toyota .ttl-toyota .box-ttl .text-ttl {
        width: 600px;
        padding: 45px 25px 30px 25px;
        position: relative;
    }
    #toyota .box-link {
        padding: 10px 0px 77px 30px;
    }
    #toyota .text-ttl {
        font-size: 24px;
    }
    #toyota .box-a {
        position: absolute;
        right: unset;
        top: unset;
        left: 10px;
        bottom: 10px;
        width: 280px;
        height: 58px;
    }
    #toyota .a-link-banner {
        padding: 16px 10px 16px 30px;
    }
    #toyota .bg-page {
        height: 65px;
    }
    #toyota .main-banner .item-item-banner.four {
        padding: 20px 0px 20px;
    }
    #toyota .main-banner .item-item-banner.three {
        padding: 5px 10px 14px;
    }
    #toyota .main-banner .item-item-banner.two {
        padding: 10px 10px 10px;
    }
}
/* @media (max-width: 1400px) {
    #toyota .bg-page {
        height: 74px
    }
} */

@media (max-width: 1480px) {
    #toyota .img-banner {
        height: 100%;
    }
    #toyota .logo-text {
        font-size: 18px;
    }
    #toyota .main-banner .item-item-banner.two img {
        width: 100px;
    }
    #toyota .main-banner .item-item-banner.three img {
        width: 150px;
    }
    #toyota .main-banner .item-item-banner.one .box-flex img {
        width: 200px;
    }
    #toyota .bg-page::after {
        clip-path: polygon(0% 0%, 100% 0, 98% 100%, 75% 100%, 0% 100%);
    }
    #toyota .main-banner .item-item-banner.two {
        padding: 26px 10px 20px;
    }
    #toyota .main-banner .item-item-banner.three {
        padding: 15px 10px 14px;
    }
    #toyota .text-check .line {
        font-size: 23px;
        background-position-y: 29px;
    }
    #toyota .main-banner .item-item-banner.four {
        padding: 24px 20px 25px;
    }
    #toyota .a-link-banner {
        padding: 14px 10px 14px 30px;
    }
    #toyota .a-link-banner::after {
        top: 12px;
    }
    #toyota .item-item-banner.two .box-number .text-number {
        right: 84px;
        top: 34px;
    }
    #toyota .box-number .text-number {
        font-size: 32px;
    }
    #toyota .ttl-toyota .dt-text::after {
        bottom: -33px;
        left: -30px;
        transform: scale(0.8);
    }
    #toyota .ttl-toyota .box-ttl .text-ttl {
        width: 600px;
        padding: 25px 25px 19px 25px;
        position: relative;
    }
    #toyota .bg-page {
        height: 62px;
    }
    #toyota .item-item-banner.three .box-number .text-number {
        right: 20px;
        top: 33px;
    }
    #toyota .text-check {
        font-size: 17px;
    }

    #toyota .main-banner .item-item-banner {
        background: #e5e5e5;
        padding: 29px 117px 34px;
    }
    #toyota .main-banner .bg-icon::after {
        display: none;
    }
    #toyota .ttl-toyota .dd-text {
        font-size: 45px;
    }
    #toyota .flow {
        padding-top: 100px;
    }
    #toyota .flow .heading-block {
        font-size: 36px;
    }
    #toyota .flow .item-step .content .ttl {
        font-size: 26px;
        line-height: 35px;
        padding-bottom: 12px;
    }
    #toyota .flow .item-step .content .text {
        font-size: 16px;
        line-height: 28px;
    }

    #toyota .flow .item-step .step-number {
        width: 120px;
        height: 120px;
    }
    #toyota .flow .item-step .step-number .ttl-step {
        font-size: 20px;
        line-height: 24px;
    }
    #toyota .flow .item-step .step-number .number {
        font-size: 80px;
        line-height: 86px;
    }
    #toyota .flow .item-step .content {
        width: calc(100% - 120px);
    }
    #toyota .flow .item-step:before {
        width: 12px;
        height: 145px;
        left: 54px;
        top: 150px;
    }
    #toyota .support .heading-block .ttl01 {
        font-size: 32px;
    }
    #toyota .support .heading-block .ttl02 {
        font-size: 56px;
        line-height: 60px;
    }
    #toyota .support .heading-block:before,
    #toyota .support .heading-block:after {
        height: 100px;
    }
    #toyota .support .image-textContent .text-content {
        padding-right: 0;
    }
    #toyota .support .image-textContent .text-content .text01 {
        font-size: 18px;
    }
    #toyota .support .sub-content .ttl {
        font-size: 30px;
    }
    #toyota .support .sub-content .text {
        font-size: 16px;
        line-height: 28px;
        padding: 0;
    }
    #toyota .application-requirements .heading-block {
        font-size: 50px;
    }
    #toyota .contact .heading {
        font-size: 50px;
    }
    #toyota .contact .item-boxContact.contact-web .title .ttl {
        font-size: 20px;
        line-height: 50px;
        margin-left: 20px;
    }
    #toyota .img-banner .box-adress .adress,
    #toyota .img-banner .box-adress .other-work {
        font-size: 14px;
    }
    #toyota .img-banner .box-adress {
        padding: 10px 0px 7px 45px;
        display: block;
    }
    #toyota .img-banner .box-adress .adress::after {
        background-image: url(../images/toyota/toyota_icon_adress_sp.svg);
        width: 14px;
        height: 20px;
        left: -23px;
        top: -2px;
    }
    #toyota .img-banner .box-adress .other-work::after {
        background-image: url(../images/toyota/toyota_icon_fly_sp.svg);
        width: 25px;
        height: 18px;
        left: -31px;
        top: -1px;
    }
    #toyota .list-number .item-number:nth-child(5) {
        margin-right: 45px;
    }
}

#toyota .note-table {
    font-size: 16px;
    margin: 70px 0px 10px;
    font-weight: 300;
}
#toyota .br_sp {
    display: none;
}
#toyota .box-link.destop {
    display: block;
}
#toyota .box-link.mobi {
    display: none;
}

#toyota .list-ponit .list-box.two.mobi {
    display: none;
}

/*ttl-upgrade-design*/
#toyota .ttl-toyota-ver2 {
    background: #525151;
    text-align: center;
    padding-top: 19px;
    padding-bottom: 15px;
    color: #fff;
    position: relative;
    z-index: 1;
}
#toyota .ttl-toyota-ver2:after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 30px solid #525151;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 9;
}
#toyota .ttl-toyota-ver2 .text-ttlc .dt-text {
    font-size: 24px;
    font-weight: 700;
    color: #eae0d8;
    text-align: left;
    line-height: 1.3;
    letter-spacing: 1.5px;
}

#toyota .ttl-toyota-ver2 .text-ttlc {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
    gap: 27.5px;
    max-width: 849px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    top: -2px;
}

#toyota .ttl-toyota-ver2 .text-ttlc .dd-text {
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 3px;
}

#toyota .bg-ponit .bg-ponit--title {
    font-size: 65px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 3.75px;
}

#toyota .bg-ponit .bg-point--heading .bg-point--heading---value {
    font-size: 200px;
    font-weight: 700;
    color: #966d53;
    font-family: "roboto";
    margin: 0 7px 0 23px;
    line-height: 1;
}

#toyota .bg-ponit .bg-point--heading {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    position: relative;
    z-index: 1;
    top: -20px;
}

#toyota .bg-ponit .bg-point--heading .bg-point--heading---label {
    font-size: 35px;
    background: #737373;
    color: #fff;
    min-width: 115px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    position: relative;
    z-index: 1;
    top: 6px;
}

#toyota .bg-ponit .bg-point--heading .bg-point--heading---note {
    font-size: 45px;
    font-weight: 700;
    align-self: end;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    top: -19px;
    letter-spacing: 0.5px;
}

#toyota .bg-ponit .bg-point--heading .bg-point--heading---note span {
    display: block;
    text-align: left;
}

#toyota .bg-ponit .bg-point--specs {
    text-align: center;
    font-size: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-weight: 400;
    max-width: 500px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='500' height='250' viewBox='0 0 500 250'%3E%3Cg id='Rectangle_244' data-name='Rectangle 244' fill='%23fff' stroke='%23525151' stroke-width='1.5' stroke-dasharray='250 10'%3E%3Crect width='500' height='250' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='498.5' height='248.5' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    padding: 24px 30px 24px 52px;
    position: relative;
    z-index: 1;
}
#toyota .bg-ponit .bg-point--specs .bg-point--spec .bg-point--spec---label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #966d53;
    position: relative;
    z-index: 1;
    top: 2px;
    margin-right: 2px;
}
#toyota .bg-ponit .bg-point--specs .bg-point--spec {
    display: flex;
    justify-content: center;
    gap: 20px;
}

#toyota .bg-ponit .bg-point--specs .bg-point--spec .bg-point--spec---label {
    flex: 1;
    text-align: left;
    max-width: 188px;
    position: relative;
    z-index: 1;
    color: #000000;
    letter-spacing: 0.5px;
}

#toyota .bg-ponit .bg-point--specs .bg-point--spec .bg-point--spec---value {
    flex: 1;
    text-align: left;
    color: #000000;
    letter-spacing: 0.75px;
    margin-left: 1px;
}

#toyota .bg-ponit .bg-point--specs .bg-point--spec:not(:last-child) {
    margin-bottom: 1.75px;
}

#toyota .bg-ponit .bg-point--specs .bg-point--spec .bg-point--spec---value span {
    font-size: 13px;
    font-weight: 500;
    margin-left: 4px;
}
/*ttl-upgrade-design*/
@media (max-width: 767px) {
    /*ttl-upgrade-design*/
    #toyota .ttl-toyota-ver2 .text-ttlc .dt-text {
        font-size: 12px;
        letter-spacing: 0.75px;
        margin-right: 3px;
    }

    #toyota .ttl-toyota-ver2 .text-ttlc .dd-text {
        font-size: 23px;
        flex: 1;
        letter-spacing: 1.25px;
    }

    #toyota .ttl-toyota-ver2 .text-ttlc {
        max-width: 326px;
        gap: 0;
        flex-wrap: nowrap;
    }

    #toyota .bg-ponit .bg-ponit--title {
        font-size: 22px;
        letter-spacing: 1px;
    }

    #toyota .bg-ponit .bg-point--heading .bg-point--heading---value {
        font-size: 70px;
        margin: 0 5px 0 8px;
    }

    #toyota .bg-ponit .bg-point--heading .bg-point--heading---label {
        font-size: 12px;
        min-width: 41px;
        top: 2px;
    }

    #toyota .bg-ponit .bg-point--heading .bg-point--heading---note {
        font-size: 15px;
        top: -9px;
    }

    #toyota .bg-ponit .bg-point--heading {
        top: -5px;
        margin-bottom: 2px;
    }

    #toyota .bg-ponit .bg-point--specs .bg-point--spec {
        font-size: 13px;
        gap: 10px;
    }

    #toyota .bg-ponit .bg-point--specs {
        padding: 8px 5px 9px 14px;
        max-width: 291px;
        margin-bottom: 0;
    }

    #toyota .bg-ponit .bg-point--specs .bg-point--spec .bg-point--spec---label:before {
        width: 12px;
        height: 12px;
        margin-right: 2px;
        top: 0;
    }

    #toyota .bg-ponit .bg-point--specs .bg-point--spec .bg-point--spec---value span {
        font-size: 9px;
        margin-left: 0;
    }

    #toyota .bg-ponit .bg-point--specs .bg-point--spec .bg-point--spec---label {
        max-width: 122px;
    }

    #toyota .bg-ponit .bg-point--specs {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='290' height='140' viewBox='0 0 290 140'%3E%3Cg id='Rectangle_588' data-name='Rectangle 588' fill='%23fff' stroke='%23525151' stroke-width='1' stroke-dasharray='250 10'%3E%3Crect width='290' height='140' stroke='none'/%3E%3Crect x='0.5' y='0.5' width='289' height='139' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
    }
    #toyota .ttl-toyota-ver2 {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    #toyota .ttl-toyota-ver2:after {
        bottom: -20px;
    }

    #toyota .bg-ponit .bg-point--specs .bg-point--spec:not(:last-child) {
        margin-bottom: 0.1px;
    }
    /*ttl-upgrade-design*/
    #toyota .top-banner {
        flex-direction: column;
        gap: 0;
    }
    #toyota .logo {
        padding: 0;
    }
    #toyota .main-banner {
        position: relative;
        z-index: 1;
        background: transparent;
    }
    #toyota .aos-destop {
        display: none;
    }
    #toyota .aos-mobi {
        display: block;
    }
    #toyota .pc-br {
        display: none;
    }
    #page-top {
        right: unset;
        bottom: 0px;
        display: flex;
        width: 100%;
        transform: translateX(0) translateY(300%)!important;
    }
    #page-top.is-active{
        transform: translateX(0) translateY(0%)!important;
    }
    #page-top .link-block {
        display: flex;
        justify-content: center;
        position: relative;
        width: 100%;
    }
    #page-top .link-block .page-top-anchor {
        position: absolute;
        top: -65px;
        right: 0px;
    }
    #page-top .page-top-anchor::after {
        border: solid white;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 8px;
        top: 22px;
        right: 14px;
    }
    #page-top .page-top-anchor:hover::after {
        top: 15px;
        right: 14px;
    }
    /*
    #page-top .app-link ,#page-top .app-line {
        width: 50% !important;
        height: 53px;
        margin-bottom: 0px;
        display: flex;
        justify-content: center;
        padding-top: 12px;
        background: white;
        border-top: 3px solid #525151;
        color: #525151;
        margin-left: 0px !important;
    }
*/
    #page-top .app-link-sp {
        width: 100% !important;
        height: 53px;
        margin-bottom: 0px;
        display: flex;
        justify-content: center;
        padding-top: 10px;
        background: white;
        border-top: 3px solid #525151;
        color: #fff;
        background-color: #85b722;
        margin-left: 0px !important;
    }

    #page-top .app-link-sp::before {
        content: "";
        background-image: url(../images/toyota/app_icon_pc.png);
        width: 25px;
        height: 29px;
        top: 20px;
        left: 20px;
        transition: 0.5s;
    }
    #page-top .app-link-pc {
        display: none;
    }
    #page-top .app-link:hover {
        width: 50% !important;
        background: #525151;
        color: white;
        border-top: 0px solid #525151;
    }
    #page-top .app-link:hover::after {
        top: 11px;
    }
    #page-top .ttl-top {
        font-size: 18px;
        margin-left: 10px;
        width: auto;
        padding-left: 0px;
    }
    #page-top br {
        display: none;
    }
    #toyota {
        min-width: 375px;
    }
    #toyota .img-banner {
        height: 200px;
    }
    #toyota .main-banner .right-banner {
        width: 100%;
        order: 0;
    }
    #toyota .main-banner .left-banner {
        width: 100%;
        order: 1;
    }
    #toyota .box-link.destop {
        display: none;
    }
    #toyota .box-link.mobi {
        display: block;
        padding: 4px 5px 10px 5px;
    }
    #toyota .text-ttl {
        font-size: 16px;
    }
    #toyota .text-note {
        font-size: 12px;
    }
    #toyota .box-a {
        position: absolute;
        right: 20px;
        top: unset;
        left: unset;
        bottom: 22px;
        width: 208px;
        height: 41px;
    }
    #toyota .bg-page {
        display: none;
    }
    #toyota .a-link-banner {
        padding: 12px 10px 12px 23px;
        font-size: 14px;
    }
    #toyota .a-link-banner::after {
        background-image: url(../images/toyota/arrow_banner01_sp.svg);
        width: 24px;
        height: 24px;
        top: 10px;
    }
    #toyota .box-link {
        background-image: none;
        background: #56800b;
        order: 2;
    }
    #toyota .box-link::after {
        position: absolute;
        content: "";
        clip-path: polygon(0% 0%, 100% 0, 73% 100%, 75% 100%, 0% 100%);
        top: 0px;
        left: -20%;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: linear-gradient(90deg, rgba(86, 128, 11, 1) 0%, rgba(76, 112, 10, 1) 100%);
    }
    #toyota .main-banner .item-item-banner.four {
        position: relative;
        z-index: 99;
    }
    #toyota .main-banner .item-item-banner.four::after {
        position: absolute;
        content: "";
        clip-path: polygon(0% 0%, 100% 0, 79% 100%, 75% 100%, 0% 100%);
        background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(74, 73, 73, 0.2) 100%);
        top: 0px;
        left: -1px;
        width: 102%;
        height: 100%;
        z-index: -1;
    }
    #toyota::after {
        left: auto;
        right: 5vw;
    }
    #toyota::before {
        display: none;
    }
    #toyota .flex-mobi {
        display: flex;
        justify-content: space-between;
        max-width: inherit;
        margin: auto;
        flex-direction: column;
    }
    #toyota .main-banner .bg-icon .flex-mobi {
        max-width: 100%;
    }
    #toyota .flex-mobi .logo img {
        width: 170px;
    }
    #toyota .flex-mobi .logo,
    #toyota .flex-mobi .logo-text {
        width: 50%;
    }
    #toyota .logo-text {
        width: 100%;
        font-size: 14px;
        padding: 11px 0px 11px;
        background: #0000001f;
    }
    #toyota .logo-text .logo-text__inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }
    #toyota .logo-text .logo-text__main {
        font-size: 34px;
    }
    #toyota .logo-text .logo-text__sub {
        font-size: 22px;
    }
    #toyota .logo-text .logo-text__sub:after {
        width: 500px;
        height: 3px;
        background: linear-gradient(
            0.25turn,
            #c4c4c4 0%,
            rgba(255, 250, 250, 0.55) 24.64%,
            #966d53 52.02%,
            #848484 100%
        );
    }
    #toyota .logo-text .logo-text__address {
        font-size: 11px;
        padding-top: 10px;
        padding-left: 20px;
    }
    #toyota .logo-text .logo-text__address:after {
        width: 16px;
        height: 24px;
        background-size: 100%;
        top: 8px;
    }
    #toyota .img-banner .box-adress .adress,
    #toyota .img-banner .box-adress .other-work {
        font-size: 11px;
    }
    #toyota .img-banner .box-adress .adress::after {
        background-image: url(../images/toyota/toyota_icon_adress_sp.svg);
        width: 14px;
        height: 20px;
        left: -23px;
        top: -2px;
    }
    #toyota .img-banner .box-adress .adress {
        margin-bottom: 8px;
    }
    #toyota .img-banner .box-adress .other-work::after {
        background-image: url(../images/toyota/toyota_icon_fly_sp.svg);
        width: 25px;
        height: 18px;
        left: -31px;
        top: -1px;
    }
    #toyota .img-banner .box-adress {
        padding: 10px 10px 8px 55px;
        justify-content: start;
    }

    #toyota .main-banner .item-item-banner.one .box-flex img {
        width: 90px;
    }
    #toyota .main-banner .item-item-banner {
        padding: 15px 10px 17px;
    }
    #toyota .main-banner .box-flex {
        justify-content: center;
        width: 100%;
        gap: 20px;
    }
    #toyota .ttl-toyota {
        position: relative;
        z-index: 1;
    }
    #toyota .ttl-toyota .box-ttl .text-ttl {
        width: 100%;
        padding: 56px 25px 57px 25px;
    }
    #toyota .ttl-toyota .box-ttl {
        width: 100%;
        order: 2;
    }
    #toyota .ttl-toyota .box-img {
        width: 100%;
        order: 1;
    }
    #toyota .main-banner .item-item-banner.two {
        width: 100%;
        padding: 10px 0px 10px;
        background: #0000001f;
    }
    #toyota .main-banner .item-item-banner.three {
        width: 100%;
        padding: 10px 0px 10px;
        background: #ffffff1f;
    }
    #toyota .main-banner .box-flex {
        display: flex;
    }
    #toyota .box-number {
        width: auto;
        padding: 0;
    }
    #toyota .main-banner .item-item-banner.two img {
        width: 65px;
    }
    #toyota .main-banner .item-item-banner.three img {
        width: 96px;
    }
    #toyota .main-banner .note-number {
        font-size: 10px;
        margin-top: 5px;
    }
    #toyota .box-number .text-number {
        font-size: 17px;
    }
    #toyota .box-text-cril {
        width: auto;
        height: auto;
    }
    #toyota .item-item-banner .box-text-cril::after {
        border-bottom: 10px solid transparent;
        border-top: 10px solid transparent;
        border-left: 15px solid white;
        top: 59px;
        right: 51px;
        transform: rotate(15deg);
        pointer-events: none;
    }
    #toyota .box-text-cril .text-02 {
        font-size: 11px;
    }
    #toyota .box-text-cril .text-03 {
        font-size: 15px;
    }
    #toyota .box-text-cril .text-01 {
        font-size: 13px;
        width: auto;
        height: auto;
        border-radius: 9999px;
        padding: 2px 10px;
    }
    #toyota .box-text-cril .text-02:before,
    #toyota .box-text-cril .text-02:after {
        width: 2px;
        height: 16px;
    }
    #toyota .box-number .number-60 {
        font-size: 70px;
    }
    #toyota .box-number .number-492 {
        font-size: 70px;
    }
    #toyota .bg-04 {
        font-size: 15px;
        width: auto;
        height: auto;
        margin: 0;
    }

    #toyota .br_sp {
        display: block;
    }
    #toyota .main-banner .item-item-banner.one .box-flex {
        text-align: center;
    }

    #toyota .item-item-banner.two .box-number {
        width: auto;
        padding: 10px 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    #toyota .item-item-banner.two .box-number .text-number {
        right: 45px;
        top: 32px;
        font-size: 17px;
    }
    #toyota .item-item-banner.three .box-number .text-number {
        right: 18px;
        top: 35px;
    }
    #toyota .main-banner .item-item-banner.four {
        border-top: 5px solid #525151;
        padding: 8px 27px 5px;
        position: relative;
    }
    #toyota .text-check.last {
        display: none;
    }
    #toyota .text-check .line {
        font-size: 20px;
        background-position-y: 20px;
    }
    #toyota .text-check {
        font-size: 12px;
        margin-bottom: 7px;
    }
    #toyota .text-check::after {
        background-image: url(../images/toyota/toyota_check_sp.png);
        width: 20px;
        height: 18px;
    }
    #toyota .main-banner .box-a {
        min-height: auto;
        gap: 0;
        flex-direction: column;
    }
    #toyota .main-banner .box-a img {
        width: 60%;
    }
    #toyota .main-banner .box-a .a-link-banner {
        width: 242px;
        height: 48px;
        font-size: 18px;
    }
    #toyota .main-banner .box-a .a-link-banner::after {
        width: 24px;
        height: 24px;
        top: 8px;
        right: 10px;
    }
    /* //ttl */

    #toyota .ttl-toyota .dt-text {
        font-size: 14px;
        width: 262px;
        margin: auto;
        margin-bottom: 25px;
    }
    #toyota .ttl-toyota .dd-text {
        font-size: 24px;
    }
    #toyota .ttl-toyota .dt-text::after {
        background-image: url(../images/toyota/toyota_line_sp.png);
        width: 262px;
        height: 13px;
        bottom: -18px;
        left: 1px;
        transform: scale(1);
    }

    /* list number*/

    #toyota .dd-number {
        font-size: 49px;
        line-height: 38px;
    }
    #toyota .dt-number {
        font-size: 14px;
        margin-bottom: 0px;
    }
    #toyota .small-text {
        font-size: 14px;
    }

    #toyota .text-up {
        height: 66px;
        width: 22px;
        border-radius: 20px;
        font-size: 11px;
        line-height: 12px;
        top: 13px;
        left: 12px;
        line-height: 12px;
        writing-mode: inherit;
    }
    #toyota .list-number {
        padding: 23px 23px 92px;
    }
    #toyota .list-number .item-number {
        padding: 7px 10px 20px 15px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    #toyota .list-number .item-number:nth-child(1) {
        width: 215px;
        height: 90px;
        background-image: url(../images/toyota/toyota_box_text_01_sp.png);
        padding: 15px 10px 20px 40px;
    }
    #toyota .list-number .item-number:nth-child(2) {
        width: 272px;
        height: 90px;
        background-image: url(../images/toyota/toyota_box_text_02_sp.png);
    }
    #toyota .list-number .item-number:nth-child(3) {
        width: 145px;
        height: 90px;
        background-image: url(../images/toyota/toyota_box_text_03_sp.png);
        padding: 15px 10px 20px 40px;
    }
    #toyota .list-number .item-number:nth-child(4) {
        width: 140px;
        height: 90px;
        background-image: url(../images/toyota/toyota_box_text_04_sp.png);
    }
    #toyota .list-number .item-number:nth-child(5) {
        width: 174px;
        height: 90px;
        background-image: url(../images/toyota/toyota_box_text_05_sp.png);
        margin-right: 10px;
    }
    #toyota .list-number .item-number:nth-child(6) {
        width: 140px;
        height: 90px;
        background-image: url(../images/toyota/toyota_box_text_06_sp.png);
        margin-right: 0px;
    }
    #toyota .list-number .item-number:nth-child(7) {
        width: 224px;
        height: 90px;
        background-image: url(../images/toyota/toyota_box_text_07_sp.png);
        background-size: 224px 90px;
    }
    #toyota .number-small {
        font-size: 33px;
    }
    #toyota .samll-text-02 {
        font-size: 7px;
        margin-left: 5px;
    }
    #toyota .list-number .icon-car {
        position: absolute;
        bottom: 0px;
        right: -12px;
        width: 456px;
    }
    #toyota .list-number .inner-number::after {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 18px solid #525151;
        top: -33px;
        left: 26px;
    }
    #toyota .bg-ponit::after {
        position: absolute;
        content: "";
        background-image: url(../images/toyota/bg_ponit_sp.png);
        width: 375px;
        height: 3094px;
        bottom: 0px;
        left: 0px;
    }
    /* box-ponit*/
    #toyota .box-ponit {
        padding: 43px 25px 50px;
    }

    #toyota .box-title .title-page {
        font-size: 14px;
        margin-bottom: 20px;
    }
    #toyota .box-title .note-title {
        font-size: 24px;
    }

    #toyota .box-title .small-01 {
        font-size: 18px;
    }

    #toyota .box-ponit .box-title .note-title img {
        width: 100px;
    }

    #toyota .box-title .title-page::after {
        position: absolute;
        content: "";
        background-image: url(../images/toyota/toyota_line_02_sp.png);
        width: 186px;
        height: 11px;
        bottom: -16px;
        left: 57px;
    }

    #toyota .list-ponit .number-ponit {
        width: 64px;
        height: 48px;
        top: 7px;
    }

    #toyota .list-ponit .number-ponit .text-top {
        font-size: 10px;
        margin-bottom: -13px;
    }

    #toyota .list-ponit .number-ponit .text-number-ponit {
        font-size: 18px;
    }

    #toyota .box-title {
        text-align: center;
        margin-bottom: 32px;
    }
    #toyota .list-ponit .box-text-ponit {
        margin: -13px 0px 0px 8px;
    }
    #toyota .list-ponit .contet-box {
        padding: 20px 40px 37px 40px;
        margin-left: 35px;
        margin-right: 0px;
    }

    #toyota .list-ponit .contet-box .title-ponit {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 22px;
        padding-left: 10px;
        text-align: unset;
    }
    #toyota .list-ponit .ponit-text {
        padding: 3px 7px 3px 7px;
        font-size: 13px;
        border: 1px solid #707070;
        margin-bottom: 2px;
    }
    #toyota .list-ponit .box-item {
        width: 100%;
        margin-bottom: 12px;
    }

    #toyota .list-ponit .box-item.two {
        width: 100%;
        max-width: 215px;
        margin: auto;
        margin-bottom: 10px;
    }

    #toyota .list-ponit .list-box.two.destop {
        display: none;
    }
    #toyota .list-ponit .list-box.two.mobi {
        display: block;
        position: relative;
        top: unset;
        left: unset;
    }
    #toyota .list-ponit .contet-box .title-ponit.two {
        margin-bottom: 20px;
        padding-left: 30px;
    }
    #toyota .list-ponit .box-house .title-house {
        max-width: 73px;
        margin-bottom: 6px;
        font-size: 12px;
    }
    #toyota .list-ponit .box-house .title-house::after {
        height: 15px;
        width: 1px;
        left: -10px;
        top: 2px;
    }
    #toyota .list-ponit .box-house .title-house::before {
        height: 15px;
        width: 1px;
        right: -10px;
        top: 2px;
    }
    #toyota .list-ponit .box-house .flex-check {
        max-width: 200px;
        margin: auto;
        justify-content: space-between;
        margin-top: 14px;
        margin-left: 25px;
    }
    #toyota .list-ponit .box-house .flex-check .item-check {
        width: calc(50% - 20px);
        font-size: 12px;
        font-weight: 500;
    }
    #toyota .list-ponit .box-house .flex-check .item-check::after {
        width: 18px;
        height: 18px;
        left: -24px;
        top: -1px;
    }
    #toyota .list-ponit .contet-box.three {
        padding: 20px 25px 37px 25px;
    }
    #toyota .list-ponit .contet-box.three .title-ponit {
        margin-bottom: 15px;
        padding-left: 20px;
    }
    #toyota .list-ponit .list-box {
        max-width: 215px;
        margin: auto;
        margin-bottom: 10px;
    }
    #toyota .list-ponit .contet-box.two {
        padding: 20px 15px 35px 15px;
    }

    #toyota .list-ponit .box-house {
        padding: 18px 18px 20px 20px;
        border-radius: 15px;
        margin-bottom: 25px;
        margin-top: 20px;
    }
    #toyota .list-ponit .box-house .item-house {
        width: 100%;
        margin-bottom: 20px;
    }
    #toyota .list-ponit .item-ponit::after {
        background-image: linear-gradient(90deg, rgba(75, 55, 42, 1) 0%, rgba(150, 109, 83, 1) 100%);
        width: calc(100% - 0px);
        height: 5px;
        left: 0px;
        top: 0px;
    }

    #toyota .list-ponit .note-03 {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 12px;
    }
    #toyota .list-ponit .note-ponit {
        font-size: 10px;
        text-align: left;
        padding-left: 23px;
    }

    /* box-exepress*/
    #toyota .inner-exepress .comemnt-01,
    #toyota .inner-exepress .comemnt-02,
    #toyota .inner-exepress .comemnt-03,
    #toyota .box-exepress .comemnt-04,
    #toyota .box-exepress .comemnt-05 {
        display: none;
    }

    #toyota .box-exepress {
        padding: 44px 23px 50px 21px;
        background: white;
        position: relative;
    }
    #toyota .box-title .note-title img {
        width: 23px;
    }

    #toyota .box-title .title-page.two {
        width: 270px;
        margin-bottom: 25px;
    }

    #toyota .box-title .title-page.two::after {
        width: 260px;
        background-image: url(../images/toyota/toyota_line_03_sp.png);
        bottom: -16px;
        left: 4px;
    }
    #toyota .flex-02 .people-02 {
        width: 251px;
        height: 82px;
        background: url(../images/toyota/bg_02_sp.png);
        background-position: center;
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 24px;
        margin-right: 1%;
        padding: 18px 10px 30px 16px;
        letter-spacing: 1px;
    }
    #toyota .people-01 {
        padding: 15px 20px 12px 30px;
        font-size: 14px;
        line-height: 26px;
        margin-left: 23.5%;
        margin-bottom: 30px;
        border-radius: 10px;
    }
    #toyota .people-03 {
        padding: 22px 17px 17px 33px;
        font-size: 16px;
        line-height: 24px;
        margin-left: 75px;
        border-radius: 20px;
        letter-spacing: 1px;
    }
    #toyota .people-01::after {
        background-image: url(../images/toyota/toyota_people_01_sp.svg);
        width: 92px;
        height: 103px;
        left: -74px;
        top: unset;
        bottom: -8px;
    }
    #toyota .people-03::after {
        background-image: url(../images/toyota/toyota_people_02_sp.svg);
        width: 100px;
        height: 103px;
        left: -70px;
        top: unset;
        bottom: -4px;
    }
    #toyota .box-list .list-exp .item-exp {
        width: 100%;
        border: 1px solid #707070;
        padding: 0px 12px 10px 14px;
        margin-bottom: 15px;
        min-height: 133px;
    }
    #toyota .box-list .list-exp .item-exp:last-child() {
        margin-bottom: 28px;
    }
    #toyota .box-list .list-exp {
        max-width: 300px;
        margin: auto;
        justify-content: space-between;
    }
    #toyota .box-list::after {
        background-image: url(../images/toyota/toyota_worry_sp.png);
        width: 100%;
        height: calc(100% - 66px);
        top: 66px;
        left: 0px;
    }
    #toyota .box-list {
        padding: 0px 0px 45px;
    }
    #toyota .box-list .list-exp .dt-exp {
        width: 180px;
        height: 35px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        margin-bottom: 8px;
        font-size: 15px;
        text-align: center;
        color: white;
        padding-top: 7px;
    }
    #toyota .box-list .list-exp .dd-exp {
        font-size: 13px;
        line-height: 26px;
    }
    #toyota .box-list .note-exp {
        font-size: 10px;
        margin-top: 13px;
    }

    #toyota .calendar .list-calendar .item-calendar {
        width: 100%;
        padding: 17px 22px 15px 45px;
        margin-bottom: 20px;
    }
    #toyota .title-calendar {
        font-size: 13px;
        padding-bottom: 3px;
        margin-bottom: 8px;
    }
    #toyota .time {
        font-size: 16px;
        padding-left: 30px;
    }
    #toyota .time span {
        height: 19px;
        width: 19px;
        font-size: 14px;
        padding-top: 0px;
        margin-right: 10px;
    }
    #toyota .note-033 {
        font-size: 12px;
        margin-left: 60px;
        margin-top: -5px;
        margin-bottom: 4px;
    }
    #toyota .calendar {
        background: white;
        padding: 50px 0px 30px;
    }
    #toyota .calendar .text {
        font-size: 12px;
        line-height: 18px;
        padding-left: 25px;
    }

    #toyota .calendar .list-calendar .item-calendar .icon.two {
        left: -28px;
        top: 17px;
        width: 55px;
    }

    #toyota .calendar .list-calendar .item-calendar .icon {
        left: -28px;
        top: 17px;
        width: 55px;
    }

    #toyota .text-09 {
        font-size: 16px;
        font-weight: 600;
        margin-left: 50px;
        margin-top: 5px;
        margin-bottom: 1px;
    }
    #toyota .list-img .item-img {
        width: calc(100% / 2 - 10px);
        text-align: center;
        margin-bottom: 10px;
    }
    #toyota .list-img .item-img .image {
        display: block;
        width: 153px;
        height: 153px;
        border-radius: 50%;
        box-shadow: 10px 10px 30px rgb(0 0 0 / 20%);
        margin-bottom: 3px;
    }
    #toyota .list-img {
        max-width: 330px;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }
    #toyota .box-top-map .map-img02 {
        position: relative;
    }
    #toyota .ttl-toyota .box-ttl.two {
        order: 1;
    }
    #toyota .a-link-banner.two {
        width: 242px;
        height: 48px;
        margin: auto;
        padding: 10px 10px 10px 32px;
        font-size: 18px;
    }
    #toyota .calendar .list-calendar {
        padding: 0px 25px 0px 50px;
    }
    #toyota .ttl-toyota .box-ttl .text-ttl.two {
        padding: 51px 0px 50px 0px;
    }
    #toyota .ttl-toyota .box-ttl.two::after {
        background-image: url(../images/toyota/toyota_entry_sp.png);
        width: 366px;
        height: 130px;
        left: 20px;
        top: 10px;
    }
    #toyota .ttl-toyota .dt-text.two::after {
        background-image: url(../images/toyota/toyota_line_04_sp.png);
        width: 133px;
        height: 13px;
        top: 27px;
        left: 48px;
    }
    #toyota .a-link-banner.two::after {
        top: 13px;
        right: 15px;
    }
    #toyota .ttl-toyota .dt-text.two {
        width: 228px;
        margin-bottom: 30px;
        font-size: 14px;
    }
    #toyota .box-title.map {
        text-align: left;
        width: auto;
        padding: 46px 23px 13px;
    }
    #toyota .box-title .title-page.map {
        width: 100px;
        margin: auto;
        font-size: 14px;
        margin-bottom: 23px;
        letter-spacing: 1px;
        text-align: center;
        padding-left: 0px;
    }
    #toyota .box-title .note-title.map {
        font-size: 24px;
        text-align: center;
        margin-bottom: 8px;
    }
    #toyota .box-top-map {
        padding-top: 0px;
        height: auto;
    }
    #toyota .box-title .text-11 {
        font-size: 16px;
        font-weight: 500;
    }
    #toyota .box-title .text-12 {
        font-size: 18px;
        display: inline;
    }
    #toyota .box-title .text-12 span {
        font-size: 18px;
    }
    #toyota .box-title .title-page.map::after {
        background-image: url(../images/toyota/toyota_line_06_sp.png);
        width: 96px;
        height: 13px;
        bottom: -18px;
        left: -1px;
    }
    #toyota .list-img {
        margin-bottom: 15px;
        margin-top: -95px;
    }
    #toyota .list-img .item-img .text-map01 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: -5px;
    }
    #toyota .list-img .item-img .text-map02 {
        font-size: 11px;
        font-weight: 600;
    }
    #toyota .note-map {
        font-size: 10px;
        margin-bottom: 57px;
    }
    #toyota .title-factory {
        line-height: 18px;
        font-size: 24px;
        margin-bottom: 18px;
    }
    #toyota .title-factory .es {
        font-size: 13px;
    }
    #toyota .list-factory {
        padding: 0px 22px;
    }
    #toyota .list-factory .dt-top {
        width: 88px;
        font-size: 17px;
    }
    #toyota .list-factory .dd-top {
        width: calc(100% - 88px);
        font-size: 12px;
        line-height: 18px;
        padding-left: 10px;
    }
    #toyota .list-factory .dt-down {
        width: 50px;
        height: 21px;
        font-size: 12px;
    }
    #toyota .list-factory .dd-down {
        width: calc(100% - 50px);
        font-size: 14px;
        font-weight: 500;
        padding-left: 5px;
        line-height: 22px;
    }
    #toyota .list-factory .item-factory {
        width: 100%;
        padding: 15px 20px 27px 20px;
        margin-bottom: 20px;
        min-height: auto;
        max-height: 110px;
    }
    #toyota .list-factory .dt-top::after {
        height: 40px;
        width: 1px;
        right: 0px;
        top: -9px;
    }
    #toyota .list-factory .dl-top {
        margin-bottom: 10px;
        align-items: center;
    }
    #toyota .list-factory .dd-down span {
        font-size: 12px;
    }

    #toyota .box-factory {
        padding-bottom: 30px;
    }
    /* flow*/
    #toyota .flow {
        padding-top: 55px;
        padding-bottom: 21px;
        z-index: 99;
        background: none;
    }
    #toyota .box-link-step .title-step {
        width: 66px;
        font-size: 14px;
        margin-bottom: 15px;
    }
    #toyota .a-link-banner.three {
        width: 242px;
        font-size: 18px;
        border-radius: 20px;
        padding: 10px 10px 10px 30px;
    }
    #toyota .a-link-banner.three::after {
        background-image: url(../images/toyota/arrow_banner_hover_sp.svg);
        top: 13px;
        right: 25px;
    }
    #toyota .box-link-step .title-step::after {
        height: 18px;
        width: 1px;
        left: -11px;
        top: 1px;
    }
    #toyota .box-link-step .title-step::before {
        height: 18px;
        width: 1px;
        right: -11px;
        top: 1px;
    }
    #toyota .flow .heading-block {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 24px;
    }
    #toyota .flow .item-step .step-number {
        width: 74px;
        height: 74px;
        margin-top: 3px;
        padding-top: 7px;
    }
    #toyota .flow .item-step .content {
        width: calc(100% - 74px);
    }
    #toyota .flow .item-step .content .info-content {
        width: 100%;
        margin-bottom: 17px;
    }
    #toyota .flow .item-step .content .image-content {
        width: 100%;
        margin-left: 9px;
    }
    #toyota .flow .item-step .content .ttl {
        font-size: 16px;
        line-height: 17px;
        padding-bottom: 11px;
        padding-left: 9px;
        margin-bottom: 7px;
    }
    #toyota .flow .item-step .content .text {
        font-size: 14px;
        line-height: 26px;
        padding-left: 9px;
        padding-right: 0 !important;
    }
    #toyota .flow .item-step.last .content .mobi-span {
        font-size: 12px;
    }
    #toyota .flow .list-step {
        padding: 0 25px;
    }
    #toyota .flow .item-step .step-number .ttl-step {
        font-size: 15px;
        line-height: 15px;
    }
    #toyota .flow .item-step .step-number .number {
        font-size: 50px;
        line-height: 50px;
    }
    #toyota .flow .item-step:before {
        background-image: url("../images/toyota/toyota_icon02_sp.png");
        width: 7px;
        height: calc(100% - 80px);
        top: 88px;
        left: 36px;
    }
    #toyota .flow .item-step:nth-child(1)::before {
        height: calc(100% - 75px);
    }

    #toyota .flow .item-step:nth-child(1) {
        margin-bottom: 20px;
    }
    #toyota .bg-flow-support::after {
        position: absolute;
        content: "";
        clip-path: polygon(0% 0%, 100% 26%, 100% 100%, 0 100%, 0% 100%);
        background: rgba(159, 149, 142, 0.1);
        bottom: 0px;
        top: unset;
        left: 0px;
        width: 100%;
        height: 39%;
    }
    #toyota .flow .item-step {
        margin-bottom: 17px;
    }
    #toyota .flow .item-step .content .ttl small {
        font-size: 12px;
    }
    #toyota .support .heading-block .ttl01::after {
        background-image: url(../images/toyota/toyota_line_09_sp.png);
        width: 214px;
        height: 11px;
        bottom: -16px;
        left: 48px;
    }
    #toyota .support .heading-block .ttl01 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    #toyota .support .heading-block .ttl02 {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0px;
        margin-bottom: 10px;
    }
    #toyota .support .image-textContent .text-content .text01 {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    #toyota .support .image-textContent .text-content {
        width: 100%;
        order: 2;
        padding: 0;
        margin-bottom: 0px;
    }
    #toyota .support .image-textContent .image-content {
        width: 100%;
        padding-top: 0;
        padding-right: 0;
        order: 1;
        text-align: center;
        margin-bottom: 10px;
    }
    #toyota .support .image-textContent .image {
        display: block;
        box-shadow: 10px 10px 20px rgb(0 0 0 / 20%);
        height: 140px;
        z-index: 99;
        width: 275px;
        margin: auto;
        margin-bottom: 15px;
        position: relative;
    }
    #toyota .support .image-textContent .image img {
        width: 100%;
    }
    #toyota .support .image-textContent .text-content .text02 {
        font-size: 14px;
        line-height: 26px;
        color: #000;
    }
    #toyota .support .heading-block {
        padding-right: 6px;
    }
    #toyota .support .heading-block:before {
        height: 43px;
        left: -26px;
        top: 12px;
        width: 1px;
    }
    #toyota .support .heading-block:after {
        height: 43px;
        right: -26px;
        top: 12px;
        width: 1px;
    }
    #toyota .support {
        padding-bottom: 34px;
        padding-top: 55px;
        position: relative;
    }
    #toyota .support .content-inner {
        padding: 0 24px;
    }
    #toyota .support .heading-support {
        margin-bottom: 15px;
    }
    #toyota .support .sub-content .ttl {
        font-size: 18px;
        line-height: 30px;
        background: #86ae3d;
        margin: 0 auto 12px;
        color: white;
        letter-spacing: 0px;
    }
    #toyota .support .sub-content .text {
        font-size: 16px;
        line-height: 30px;
        padding: 0;
        font-weight: 500;
        letter-spacing: 0px;
    }
    #toyota .support .box-des {
        padding: 6px 10px 10px 10px;
        font-size: 13px;
        line-height: 24px;
        margin-top: 20px;
    }
    #toyota .support .image-textContent {
        margin-bottom: 15px;
    }
    #toyota .support:after {
        border-left: 65px solid transparent;
        border-right: 65px solid transparent;
        border-top: 43px solid #ffe3e3;
        bottom: -42px;
    }
    #toyota .support .note {
        font-size: 10px;
        text-align: center;
        margin: 30px 0px 10px;
    }
    #toyota .contact .heading::after {
        position: absolute;
        content: "";
        left: -8px;
        bottom: -18px;
        width: 214px;
        height: 12px;
        background-image: url(../images/toyota/toyota_line_contact.png);
    }
    #toyota .contact .item-boxContact.contact-tel .link-tel img {
        width: 40px;
    }
    #toyota .application-requirements {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    #toyota .application-requirements .heading-block {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 28px;
    }
    #toyota .application-requirements .item-application-requirements .title .ttl {
        font-size: 13px;
        line-height: 20px;
    }
    #toyota .application-requirements .item-application-requirements .text-s {
        font-size: 11px;
        line-height: 20px;
    }
    #toyota .application-requirements .item-application-requirements .info .text {
        font-size: 13px;
        line-height: 24px;
    }
    #toyota .application-requirements .item-application-requirements .title {
        width: 80px;
        padding-right: 11px;
    }
    #toyota .application-requirements .item-application-requirements .info {
        width: calc(100% - 80px);
        padding-left: 16px;
        color: #000;
    }
    #toyota .application-requirements .item-application-requirements {
        margin-bottom: 23px;
    }
    #toyota .application-requirements .list-application-requirements:before {
        height: 100%;
        left: 114px;
        top: -2px;
    }
    #toyota .application-requirements .list-application-requirements {
        padding: 0 20px 0px 30px;
    }
    #toyota .application-requirements .item-application-requirements .item-text {
        font-size: 13px;
        line-height: 25px;
        position: relative;
        padding-left: 12px;
    }
    #toyota .application-requirements .text-21 {
        font-size: 13px;
        padding-left: 14px;
        width: 100%;
    }
    #toyota .application-requirements .text-22 {
        font-size: 11px;
        width: 100%;
        padding-left: 20px;
        line-height: 20px;
    }
    #toyota .application-requirements .item-application-requirements .item-text:before {
        font-size: 13px;
    }
    #toyota .application-requirements .item-application-requirements .item-text small {
        font-size: 10px;
        line-height: 20px;
        display: block;
        margin-top: 2px;
        margin-bottom: 3px;
    }
    #toyota .application-requirements .item-application-requirements .item-txt {
        font-size: 10px;
        line-height: 20px;
    }
    #toyota .application-requirements .item-application-requirements .item-margin {
        margin-top: 16px;
    }
    #toyota .application-requirements:after {
        border-left: 65px solid transparent;
        border-right: 65px solid transparent;
        border-top: 43px solid #fff;
        bottom: -42px;
    }
    #toyota .note-table {
        font-size: 10px;
        margin: 35px 0px 10px;
    }
    #toyota .contact {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    #toyota .contact .heading {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 35px;
        max-width: 180px;
    }
    #toyota .contact .item-boxContact {
        width: 100%;
        padding-bottom: 22px;
        margin-bottom: 25px;
        min-height: 220px;
    }
    #toyota .contact .item-boxContact:last-child {
        margin-bottom: 0;
    }
    #toyota .contact .box-contact {
        padding: 0 24px;
    }
    #toyota .contact .item-boxContact .title .ttl {
        font-size: 15px;
        line-height: 18px;
    }
    #toyota .contact .item-boxContact.contact-tel .link-tel {
        font-size: 27px;
        line-height: 20px;
        padding-right: 10px;
        margin-bottom: 4px;
    }
    #toyota .contact .item-boxContact.contact-tel .txt01 {
        font-size: 11px;
        line-height: 18px;
        padding: 0;
        margin-bottom: 13px;
    }
    #toyota .contact .item-boxContact.contact-tel .txt-box {
        font-size: 15px;
        line-height: 22px;
        max-width: 222px;
        padding-right: 10px;
        margin-bottom: 2px;
    }
    #toyota .contact .item-boxContact.contact-tel .txt02 {
        font-size: 11px;
        line-height: 20px;
        padding-right: 0;
    }
    #toyota .contact .item-boxContact.contact-tel .txt-box small {
        font-size: 12px;
    }
    #toyota .contact .item-boxContact .title .image {
        min-height: 26px;
        margin-bottom: 6px;
    }
    #toyota .contact .item-boxContact.contact-tel .title {
        margin-bottom: 24px;
        padding-top: 14px;
    }
    #toyota .contact .item-boxContact.contact-tel .link-tel .image {
        top: -1px;
    }
    #toyota .contact .item-boxContact.contact-web .txt01 b {
        font-size: 16px;
        line-height: 18px;
    }
    #toyota .contact .item-boxContact.contact-web .txt01 {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 21px;
        padding-right: 11px;
    }
    #toyota .contact .item-boxContact.contact-web .title {
        margin-bottom: 13px;
        display: block;
    }
    #toyota .contact .item-boxContact.contact-web {
        padding: 0px 15px 10px 15px;
    }
    #toyota .contact .item-boxContact.contact-web .title .ttl {
        font-size: 15px;
        line-height: 20px;
        margin-left: 0px;
    }
    #toyota .contact .item-boxContact.contact-web .title img {
        width: 25px;
    }
    #toyota .contact .item-boxContact.contact-web .link-contact {
        font-size: 18px;
        line-height: 20px;
        width: 88%;
        max-width: 300px;
        height: 48px;
        padding-left: 26px;
    }
    #toyota .contact .item-boxContact.contact-web .link-contact .image {
        right: 16px;
    }
    #toyota .contact .item-boxContact .title {
        padding-top: 14px;
    }
    #page-top .page-top-anchor {
        width: 48px;
        height: 48px;
        font-size: 13px;
        line-height: 16px;
    }
    #page-top .page-top-anchor span {
        padding-top: 0;
    }
    #page-top .page-top-anchor span.icon-top {
        padding-top: 7px;
        margin-bottom: 2px;
    }
    #page-top .icon-top img {
        width: 35px;
    }
    #page-top .app-link .icon-top img {
        width: 24px;
    }
    #page-top .app-line .icon-top img {
        width: 24px;
    }
    .footer-main {
        padding-top: 15px;
        padding-bottom: 110px;
    }
    .footer-main .copyright {
        font-size: 10px;
        line-height: 15px;
        color: #000;
        position: relative;
        margin-top: -8px;
        letter-spacing: 0.5px;
    }
    .footer-main .logo-footer svg {
        width: 259px;
        height: auto;
    }

    #toyota .contact .item-boxContact.contact-web .link-web {
        width: 285px;
        height: 48px;
        font-size: 18px;
        padding-top: 12px;
    }
    #toyota .contact .item-boxContact.contact-web .link-web::after {
        border-width: 0 2px 2px 0;
        padding: 5px;
        top: 19px;
        right: 24px;
    }
    #page-top .app-link::after {
        background-image: url(../images/toyota/app_icon_sp.png);
        width: 25px;
        height: 29px;
        top: 12px;
        left: 36px;
    }
    .footer-main img {
        width: 300px;
    }
}
