@charset "UTF-8";
body {
}
.topfv {
    position: relative;
    z-index: 1;
    padding-bottom: 65px;
}
/*.topfv::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #2F8D2F;
    bottom: 0;
    left: 0;
    width: 90%;
    height: 68%;
    border-radius: 0 21vw 0 0;
}*/
.topfv .slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.topfv .slider .swiper-slide {
    overflow: hidden;
    border-radius: 13vw;
    height: 31.1vw;
    max-height: 597px;
}
.topfv .slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.topfv .flex {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-end;
    width: 83%;
    margin: 26px auto 0;
    max-width: 1300px;
}
.topfv .news_box {
    background-color: #fff;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 50px;
}
.topfv .news_box dl {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.topfv .news_box dl dt {
    font-weight: 600;
    color: #45AA2C;
    margin-right: 10px;
}
.topfv .news_box dl dd {
    text-decoration: underline;
}
.topfv .news_box dl dd a {
    color: #000;
    transition: ease 0.4s;
}
.topfv .news_box dl dd a:hover {
    opacity: 0.65;
}
.topfv h1 {
    font-size: 2.9em;
    line-height: 155%;
}
.topfv h1 span {
    background-color: #ffffff;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 5px;
    margin: 0 5px;
    line-height: 100%;
}
.top-01 {
    padding: 116px 0 50px;
    background-color: #F5EEA0;
    position: relative;
    z-index: 0;
}
.top-01::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -33.5%;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../img/top/top_fv02.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center top;
}
.top-01::after {
    content: "";
    position: absolute;
    z-index: -2;
    background-color: #2F8D2F;
    top: -54%;
    left: 0;
    width: 90%;
    height: 68%;
    border-radius: 0 21vw 0 0;
}
.top-01 .flex {
    width: 83.5%;
    max-width: 1300px;
    margin: 0 auto;
}
.top-01 .flex .txt {
    width: 37%;
}
.top-01 .flex .txt p {
    font-size: 1.41em;
    line-height: 268%;
}
.top-01 .flex .txt .link {
}
.link {
    width: 357px;
    margin-top: 63px;
}
.link a {
    background-color: #fff;
    display: block;
    padding: 24px 25px;
    border-radius: 5px;
    color: #000;
    font-weight: 600;
    letter-spacing: 1.8px;
    position: relative;
    z-index: 0;
}
.link a::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 96%;
    height: 83%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px dashed #FF8F2D;
    border-radius: 5px;
    transition: ease 0.4s;
}
.link a:hover::before {
    border: 1px solid #FF8F2D;
}
.link a::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 24px;
    height: 24px;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 20px;
    background-image: url(../../img/top/arrow_g.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    transition: ease 0.4s;
}
.link a:hover::after {
    right: 15px;
    transition: ease 0.4s;
}
.top-01 .flex .img {
    position: absolute;
    right: 0;
    top: -5%;
    width: 55%;
}
.top-02 {
    padding: 47px 0 50px;
    background-color: #F5EEA0;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.top-02 h2 {
    text-align: center;
    color: #2F8D2F;
    letter-spacing: 9px;
    font-size: 1.3em;
}
.top-02 ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 44px;
    position: relative;
    z-index: 0;
}
.top-02 .swiper-container04 {
    margin-top: 44px;
    position: relative;
    z-index: 0;
    padding: 0 10%;
}
.top-02 .swiper-container04 .swiper-slide {
    text-align: center;
}
.top-02 ul::before,
.top-02 .swiper-container04::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 150px;
    background-color: #FFFBD0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.top-02 ul li {
    width: 35%;
    text-align: center;
}
.top-02 ul li:not(:last-of-type) {
    margin-right: 1.5%;
}
.top-02 ul li a {
    transition: ease 0.4s;
}
.top-02 ul li a:hover {
    opacity: 0.65;
}
.top-03 {
    padding: 47px 0 108px;
    background-color: #F5EEA0;
    position: relative;
    z-index: 0;
}
.top-03::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -60%;
    left: 0;
    width: 100%;
    height: 115%;
    background-image: url(../../img/top/top_fv01.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.toph2 {
    text-align: center;
    font-weight: 600;
    font-size: 1.75em;
}
.toph2 span {
    color: #2F8D2F;
    display: block;
    font-size: 0.7em;
    margin-top: 3px;
    letter-spacing: 9px;
}
.top-03 .slider {
    position: relative;
    z-index: 0;
    width: 80%;
    max-width: 1300px;
    margin: 20px auto 0;
    overflow: hidden;
}
.top-03 .slider .swiper-slide {
    transform: scale(0.8);
    transition: ease 0.4s;
    position: relative;
    z-index: 0;
}
.top-03 .slider .swiper-slide a {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}
.top-03 .slider .swiper-slide:hover {
    /*opacity: 0.65;*/
}
.top-03 .slider .swiper-slide.swiper-slide-active {
    transform: scale(1);
}
.top-03 .slider .swiper-slide .img {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: center;
    align-items: flex-end;
    max-height: 340px;
    height: 24vw;
}
.top-03 .slider .swiper-slide .txt {
    text-align: center;
    width: 69%;
    margin: 0 auto;
    background-color: #fff;
    padding: 7px 0;
    color: #000;
    font-weight: 800;
    font-size: 1.45em;
    border-radius: 5px;
    position: relative;
    z-index: 0;
}
.top-03 .slider .swiper-slide .txt::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 96%;
    height: 83%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #FF8F2D;
    border-radius: 5px;
}
.top-03 .slider .prev1 ,
.top-03 .slider .next1 {
    position: absolute;
    z-index: 1;
    width: 30px;
    height: 30px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../../img/top/icon-link.svg_w.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    transition: ease 0.4s;
    cursor: pointer;
}
.top-03 .slider .prev1:hover ,
.top-03 .slider .next1:hover {
    opacity: 0.65;
}
.top-03 .slider .prev1 {
    right: unset;
}
.top-03 .slider .next1 {
    left: unset;
    transform: rotate(-180deg);
}
.top-03 .link {
    margin: 0 auto;
    margin-top: 52px;
}
.top-04 {
    padding: 0px 0 100px;
    background-color: #FFFFF3;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.top-04 .slider {
    position: relative;
    z-index: 0;
    width: 83%;
    max-width: 1300px;
    margin: 48px auto 0;
    padding-left: 5.8%;
}
.top-04 .slider .swiper-slide {
    position: relative;
    z-index: 0;
    transition: ease 0.4s;
}
.top-04 .slider .swiper-slide:hover {
    opacity: 0.65;
}
.top-04 .slider .swiper-slide a {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.top-04 .slider .swiper-slide .img {
    border-radius: 50px;
    overflow: hidden;
    max-height: 202px;
    height: 14.1vw;
}
.top-04 .slider .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-04 .slider .swiper-slide .txt {
    margin-top: 9px;
}
.top-04 .slider .swiper-slide .txt dl {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.top-04 .slider .swiper-slide .txt dl dt {
    color: #999999;
    font-size: 0.9em;
}
.top-04 .slider .swiper-slide .txt dl dd {
    color: #FF8F2D;
    margin-left: 33px;
    font-size: 0.9em;
}
.top-04 .slider .swiper-slide .txt h3 {
    font-size: 1em;
    margin-top: 6px;
    line-height: 140%;
}
.top-04 .slider .prev2 ,
.top-04 .slider .next2 {
    position: absolute;
    z-index: 1;
    width: 42px;
    height: 42px;
    top: -73px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../../img/top/icon-link.svg.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    transition: ease 0.4s;
    cursor: pointer;
}
.top-04 .slider .prev2:hover ,
.top-04 .slider .next2:hover {
    opacity: 0.65;
}
.top-04 .slider .prev2 {
    right: unset;
    transform: rotate(-180deg);
}
.top-04 .slider .next2 {
    left: unset;
}
.top-04 .link {
    margin: 0 auto;
    margin-top: 48px;
}
.link.o {
}
.link.o a {
    background-color: #FF8F2D;
    display: block;
    padding: 24px 25px;
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 1.8px;
    position: relative;
    z-index: 0;
}
.link.o a::before {
    border: 1px dashed #fff;
}
.link.o a:hover::before {
    border: 1px solid #fff;
}
.top-05 {
    padding: 0px 0 96px;
    background-color: #FFFFF3;
    position: relative;
    z-index: 1;
}
.top-05 h2 {
    margin-bottom: 0;
}
.top-05 ul {
    margin: 0 auto;
    width: 75%;
    max-width: 1150px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.top-05 ul li {
    width: 44%;
}
.top-05 ul li .imgbox {
    position: relative;
    z-index: 0;
    max-height: 400px;
    height: 27.7vw;
}
.top-05 ul li .imgbox a {
    position: absolute;
    z-index: -1;
    transition: ease 0.4s;
    width: 50%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    bottom: 0;
    margin: auto;
}
.top-05 ul li .imgbox img {
    box-shadow: 0px 0px 6px #5d5d5da1;
}
.top-05 ul li .imgbox a:hover {
    opacity: 0.65;
}
.top-05 ul li .imgbox a:nth-of-type(1) {
    top: 0;
    left: 7%;
    transform: rotate(-16deg);
}
.top-05 ul li .imgbox a:nth-of-type(2) {
    top: 0;
    right: 4%;
    transform: rotate(16deg);
}
.top-05 .link {
    margin: 0 auto;
    margin-top: 50px;
}
.top-06 {
    padding: 0px 0 125px;
    background-color: #FFFFF3;
    position: relative;
    z-index: 1;
}
.top-06 .bg_img {
    width: 94%;
    max-width: 1300px;
    margin: 0 auto;
    max-height: 476px;
    height: 33vw;
    background-image: url(../../img/top/top-06_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: -1;
    margin-bottom: 86px;
}
.top-06 .bg_img::before {
    content: "";
    position: absolute;
    z-index: -2;
    width: 50%;
    height: 114%;
    top: 79%;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../../img/top/top-06_svg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.top-06 .bg_img::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 7%;
    height: 100%;
    bottom: -9%;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../../img/top/top-06_ico.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.top-06 .toph2 {
}
.top-06 ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto;
    width: 73.5%;
    margin-top: 55px;
    max-width: 1150px;
}
.top-06 ul li {
    position: relative;
    z-index: 0;
    background-color: #FAFAF8;
    border-radius: 10px;
    width: 31.5%;
    padding: 35px 20px 15px;
    transition: ease 0.4s;
}
.top-06 ul li:hover {
    opacity: 0.65;
}
.top-06 ul li a {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.top-06 ul li .img {
    text-align: center;
}
.top-06 ul li .txt {
    text-align: center;
    font-size: 1.5em;
    font-weight: 700;
    color: #379659;
    position: relative;
    z-index: 0;
    margin-top: 24px;
}
.top-06 ul li .txt::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 22px;
    height: 22px;
    top: 2px;
    bottom: 0;
    right: 0;
    margin: auto;
    background-image: url(../../img/top/arrow_g.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: ease 0.4s;
}
.top-06 ul li:hover .txt::before {
    right: -5px;
}
.top-07 {
    padding: 103px 0 100px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 0;
}
.top-07 .menubox {
    margin: 0 auto;
    width: 65%;
    margin-top: 65px;
    max-width: 950px;
}
.top-07 .menubox ul {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: stretch;
    justify-content: space-between;
    border-bottom: 2px solid #379659;
}
.top-07 .menubox ul li {
    width: 19.5%;
    padding: 10px 0;
    font-size: 0.9em;
    text-align: center;
    background-color: #F4F4F4;
    border-radius: 7px 7px 0 0;
    cursor: pointer;
}
.top-07 .menubox ul li.active {
    background-color: #379659;
    color: #fff;
    pointer-events: none;
}
.top-07 .content {
    margin: 0 auto;
    width: 65%;
    margin-top: 20px;
    max-width: 950px;
}
.top-07 .content .active {
    display: block;
}
.top-07 .content ul {
    display: none;
}
.top-07 .content li {
    position: relative;
    z-index: 0;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 17px 0;
}
.top-07 .content li::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 24px;
    height: 24px;
    top: 0;
    bottom: 0;
    right: 6px;
    margin: auto;
    background-image: url(../../img/top/arrow_g.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: ease 0.4s;
}
.top-07 .content li:hover::before {
    right: 1px;
}
.top-07 .content li::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: calc(100% - 8vw);
    height: 3px;
    bottom: 0;
    right: 0;
    margin: auto;
    border-bottom: 3px dotted #379659;
}
.top-07 .content li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.top-07 .content li .img {
    width: 8vw;
    height: 8vw;
    border-radius: 50%;
    overflow: hidden;
}
.top-07 .content li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-07 .content li .txt {
    width: calc(100% - 8vw);
    padding-left: 3%;
    padding-right: 5%;
    transition: ease 0.4s;
}
.top-07 .content li:hover .txt {
    opacity: 0.65;
}
.top-07 .content li .txt dl {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.top-07 .content li .txt dl dt {
    font-size: 0.9em;
    color: #379659;
    font-weight: 600;
}
.top-07 .content li .txt dl dd {
    margin-left: 13px;
    background-color: #379659;
    color: #fff;
    padding: 3px 13px;
    font-size: 0.9em;
    font-weight: 600;
    border-radius: 50px;
}
.top-07 .content li .txt h3 {
    margin-top: 10px;
    font-size: 1em;
    font-weight: 500;
    margin-bottom: 0;
}
.top-07 .link {
    margin: 0 auto;
    margin-top: 73px;
}
.top-08 {
    padding: 0px 0 95px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 0;
}
.top-08 .img {
    margin: 0 auto;
    width: 38%;
    max-width: 710px;
    text-align: center;
    margin-top: 38px;
    position: relative;
    z-index: -1;
    transition: ease 0.4s;
}
.top-08 .img:hover {
}
.top-08 .img::before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: #D6FFC0;
    width: 38vw;
    height: 38vw;
    max-width: 500px;
    max-height: 500px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    transition: ease 0.4s;
}
.top-08 .img:hover::before {
    width: 36vw;
    height: 36vw;
}
.top-08 .img img {
}
.top-09 {
    padding: 0px 0 131px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 0;
}
.top-09 ul {
    margin: 0 auto;
    max-width: 925px;
    width: 64.5%;
    margin-top: 47px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.top-09 ul li {
    width: 18.3%;
    margin-bottom: 1.6%;
}
.top-09 ul li a {
    transition: ease 0.4s;
}
.top-09 ul li:hover a {
    opacity: 0.65;
}
@media screen and (max-width:1300px) {
.topfv .flex {
    margin: 2.0vw auto 0;
}
.topfv h1 {
    font-size: 3em;
    line-height: 180%;
}
.topfv h1 span {
    padding: 0.6vw 1.4vw;
    margin: 0 0.5vw;
}
.topfv .news_box {
    padding: 1.2vw 3.1vw;
    margin-bottom: 1vw;
}
.top-01 {
    padding: 7.5vw 0 3.3vw;
}
.top-01 .flex .txt p {
    font-size: 1.58em;
}
.link {
    width: 25vw;
    margin-top: 4.5vw;
}
.link a {
    padding: 1.7vw 2vw;
    font-size: 1.1em;
}
.link a::after {
    width: 1.5vw;
    height: 1.5vw;
}
.top-01::before {
    top: -31.5%;
}
.top-02 {
    padding: 3.6vw 0 3.1vw;
}
.top-02 ul {
    margin-top: 3.1vw;
}
.top-02 .swiper-container04 {
    margin-top: 3.1vw;
}
.top-02 ul::before ,
.top-02 .swiper-container04::before {
    height: 10vw;
}
.toph2 {
    font-size: 2em;
}
.top-03 {
        padding: 3.7vw 0 7.0vw;
}
.top-03 .slider {
    margin: 2.4vw auto 0;
}
.top-03 .slider .swiper-slide .txt {
    padding: 0.7vw 0;
}
.top-03::before {
    bottom: -61%;
}
.top-03 .link {
    margin-top: 4vw;
}
.top-03 .slider .prev1, .top-03 .slider .next1 {
    width: 2vw;
    height: 2vw;
}
.top-04 {
    padding: 0px 0 6.6vw;
}
.top-04 .slider {
    margin: 3.3vw auto 0;
}
.top-04 .slider .swiper-slide .img {
    border-radius: 4vw;
}
.top-04 .slider .swiper-slide .txt {
    margin-top: 0.8vw;
}
.top-04 .slider .swiper-slide .txt dl dd {
    margin-left: 3vw;
}
.top-04 .slider .swiper-slide .txt h3 {
    margin-top: 0.6vw;
}
.top-04 .slider .prev2, .top-04 .slider .next2 {
    width: 2.9vw;
    height: 2.9vw;
}
.top-04 .link {
    margin-top: 4vw;
}
.top-05 {
    padding: 0px 0 6.6vw;
}
.top-05 .link {
    margin-top: 3.7vw;
}
.top-06 .bg_img {
    margin-bottom: 6.4vw;
}
.top-06 {
    padding: 0px 0 8.3vw;
}
.top-06 ul {
    margin-top: 4vw;
}
.top-06 ul li {
    padding: 3.5vw 2vw 1.5vw;
}
.top-06 ul li .txt {
    margin-top: 1vw;
}
.top-06 ul li .txt::before {
    width: 1.8vw;
    height: 1.8vw;
}
.top-07 {    
    padding: 7.5vw 0 6.8vw;
}
.top-07 .menubox {
    margin-top: 4.5vw;
}
.top-07 .menubox ul li {
    padding: 0.8vw 0;
}
.top-07 .content {
    margin-top: 1.3vw;
}
.top-07 .content li {
    padding: 1.3vw 0;
}
.top-07 .content li::before {
    width: 2vw;
    height: 2vw;
}
.top-07 .content li .txt dl dd {
    margin-left: 1.5vw;
    padding: 0.4vw 2vw;
}
.top-07 .link {
    margin-top: 5.1vw;
}
.top-08 .img {
    width: 38%;
    padding: 0 8vw;
}
.top-08 {
    padding: 0px 0 6vw;
}
.top-09 ul {
    margin-top: 3.3vw;
}
.top-09 {
    padding: 0px 0 9.2vw;
}
.link.o a {
    padding: 1.7vw 2vw;
}
}
@media screen and (max-width:900px) {
}
@media screen and (max-width:768px) {
.topfv .slider .swiper-slide {
    border-radius: 19vw;
    height: 52.1vw;
}
.topfv .flex {
    width: 90%;
    margin: 7vw auto 0;
    flex-direction: column-reverse;
    align-items: flex-start;
}
.topfv h1 {
        font-size: 2.4em;
        line-height: 150%;
}
.topfv h1 span {
    padding: 1.6vw 3.4vw;
    margin: 0px 1.5vw;
}
.topfv .news_box {
        padding: 2.2vw 6.1vw;
    margin-bottom: 0;
    margin-top: 4vw;
}
.topfv .news_box dl dt {
    margin-right: 0;
    margin-bottom: 1vw;
}
.topfv {
    padding-bottom: 5vw;
}
.top-01 {
    padding: 12.5vw 0 16.3vw;
}
.top-01 .flex {
    width: 90%;
}
.top-01 .flex .txt {
    width: 67%;
}
.top-01 .flex .txt p {
    font-size: 1.18em;
    line-height: 228%;
}
.top-01 .flex .img {
        right: 2%;
    top: 30%;
    width: 63%;
    z-index: -1;
}
.top-01::before {
    top: -26.5%;
}
.top-01::after {
    top: -47%;
    width: 94%;
    height: 47%;
}
.link {
        width: 72vw;
    margin-top: 8.5vw;
}
.link a {
    padding: 4.7vw 5vw;
    font-size: 1.1em;
}
.link a::after {
    width: 4.5vw;
    height: 4.5vw;
}
.top-02 {
    padding: 9.6vw 0 9.1vw;
}
.top-02 ul {
    margin-top: 7.1vw;
}
.top-02 .swiper-container04 {
    margin-top: 7.1vw;
}
.top-02 ul li {
    width: 72%;
}
.top-02 ul::before,
.top-02 .swiper-container04::before {
        height: 45%;
}
.top-02 ul li:not(:last-of-type) {
    margin-right: 0%;
}
.top-03 {
        padding: 11.7vw 0 24vw;
}
.top-03::before {
    bottom: -58%;
}
.toph2 {
    font-size: 1.7em;
}
.top-03 .slider {
    margin: 6.4vw auto 0;
    width: 90%;
        padding: 0 5%;
}
.top-03 .slider .swiper-slide .txt {
    padding: 3vw 0;
}
.top-03 .slider .swiper-slide .img {
    height: 80vw;
}
.top-03 .slider .prev1, .top-03 .slider .next1 {
    width: 10vw;
    height: 10vw;
}
.top-03 .link {
    margin-top: 9vw;
}
.top-04 .slider {
    margin: 9.3vw auto 0;
}
.top-04 .slider .swiper-slide .img {
    height: 39.1vw;
}
.top-04 .slider .swiper-slide .txt {
    margin-top: 3.8vw;
}
.top-04 .slider .swiper-slide .txt dl dd {
    margin-left: 4vw;
}
.top-04 .slider .swiper-slide .txt h3 {
    margin-top: 1.6vw;
}
.top-04 .slider .prev2, .top-04 .slider .next2 {
    width: 7.9vw;
    height: 7.9vw;
}
.top-04 .link {
    margin-top: 7vw;
}
.link.o a {
    padding: 4.7vw 5vw;
}
.top-04 {
    padding: 0px 0 16.6vw;
}
.top-05 ul {
    margin: 6vw auto 0;
    width: 90%;
}
.top-05 ul li {
    width: 100%;
}
.top-05 ul li:not(:last-of-type) {
        margin-bottom: 11vw;
}
.top-05 ul li .imgbox {
    height: 73.7vw;
}
.top-05 .link {
    margin-top: 6.7vw;
}
.top-05 {
    padding: 0px 0 13.6vw;
}
.top-06 .bg_img {
    height: 60vw;
        margin-bottom: 11.4vw;
}
.top-06 .bg_img::before {
    width: 76%;
    height: 83%;
    top: 81%;
}
.top-06 .bg_img::after {
    width: 12%;
    bottom: -10%;
}
.top-06 ul {
    margin-top: 8vw;
        width: 70%;
}
.top-06 ul li {
        padding: 9.5vw 6vw 5.5vw;
    width: 100%;
}
.top-06 ul li:not(:last-of-type) {
    margin-bottom: 6vw;
}
.top-06 ul li .txt::before {
    width: 4.8vw;
    height: 4.8vw;
}
.top-06 {
    padding: 0px 0 16.3vw;
}
.top-07 {
    padding: 14.5vw 0 14.8vw;
}
.top-07 .menubox {
    width: 90%;
}
.top-07 .content {
    width: 90%;
}
.top-07 .menubox ul li {
    padding: 3vw 1vw;
        display: flex;
        align-items: center;
        justify-content: center;
        line-height: 110%;
}
.top-07 .content {
    margin-top: 5.3vw;
}
.top-07 .content li .img {
    width: 20vw;
    height: 20vw;
}
.top-07 .content li .txt {
    width: calc(100% - 20vw);
    padding-left: 4%;
    padding-right: 9%;
}
.top-07 .content li .txt h3 {
    margin-top: 1vw;
}
.top-07 .content li::before {
    width: 5vw;
    height: 5vw;
}
.top-07 .content li {
    padding: 4.3vw 0;
}
.top-07 .link {
    margin-top: 9.1vw;
}
.top-08 .img {
    width: 85%;
    padding: 0px 13vw;
}
.top-08 .img::before {
    width: 80vw;
    height: 80vw;
}
.top-08 .img:hover::before {
    width: 70vw;
    height: 70vw;
}
.top-08 {
    padding: 0px 0 12vw;
}
.top-09 {
    padding: 0px 0 20.2vw;
}
.top-09 ul {
    margin-top: 6.3vw;
}
.top-09 ul li {
    width: 48.3%;
    margin-bottom: 1.6%;
}
}