@charset "utf-8";

/*header----------------------------------------------------------------
-----------------------------------------------------------------------*/
.gnav,.gnav ul,.header {
    display: flex;
    align-items: center;
}

.header {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    justify-content: space-between;
    margin: 0 auto;
    padding: 0 1%;
    background-color: rgba(255,255,255,0.95);
    color: #333;
    font-size: clamp(10px, 1.1vw, 14px);
}

.header-spacer {
    height: 80px;
}

.logo-cocoro {
    width: clamp(140px, 18%, 160px);
}

.logo-totate-housing a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: auto;
}

.logo-totate-housing a img {
    width: 100%;
}

.gnav {
    gap: 20px;
}

.gnav ul li:not(:first-child) {
    border-left: solid 1px #333;
}
.gnav ul li a {
    display: inline-flex;
    height: 40px;
    align-items: center;
    padding: 0 1em;
}

.gnav ul li,.logo-cocoro,.logo-totate-housing {
    opacity: 1;
    transition: opacity 500ms ease;
}

.gnav ul li:hover,.logo-cocoro:hover,.logo-totate-housing:hover {
    opacity: 0.7;
}


.gnav .u-btn {
    background: #333;
    color: #fff;
}

/*swiper----------------------------------------------------------------
-----------------------------------------------------------------------*/

.swiper {
    position: relative;
    width: 100%;
    /*max-width: 1600px;*/
    overflow:visible;
}

.swiper--wrapper {
  /* wrapperのサイズを調整 */
    margin: 0 auto;
}

.swiper-img img {
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 300px;
}

.swiper-slide {
  background-color: #fff;
}

.swiper-pagination-bullet {
    border-radius: 0;
    width: 50px;
    height: 3px;
    transition: all 300ms ease;
    background: #535353;
}

.swiper-pagination-bullet-active {
    width: 150px;
}

.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: -20px;
}

.p-mv-catch,.p-mv-teiki {
    position: absolute;
    z-index: 2;
}

.p-mv-catch {
    width: 40%;
    left: 8%;
    top: 18%;
}

.p-mv-teiki {
    width: 20%;
    right: 3%;
    top: 5%;
}

.p-mv-catch img,.p-mv-teiki img{
    width: 100%;
}

.scroll-item {
    position: absolute;
    z-index: 2;
    display: flex;
    flex-direction: column;
    bottom: 25%;
    left: 50%;
    transform: translateX(-50%);
    align-items: center;
    letter-spacing: .2rem;
    font-size: 14px;
    color: #fff;
    animation: bound-pc 3s ease-in-out infinite;
}

.scroll-item img {
    width: 14px;
}

@keyframes bound-sp {
  0% {
    bottom: 2%;
  }
  60% {
    bottom: 4%;
  }
  100% {
    bottom: 2%;
  }
}

@keyframes bound-pc {
  0% {
    bottom: 8%;
  }
  60% {
    bottom: 12%;
  }
  100% {
    bottom: 8%;
  }
}

/*teiki----------------------------------------------------------------
-----------------------------------------------------------------------*/

.teiki {
    background: url("../img/bg-top.png") no-repeat top center / cover;
    background-size: 100% 900px;
    text-align: center;
    margin-bottom: 200px
}

.teiki-new-debut {
    position: relative;
    width: 20%;
    min-width: clamp(200px, 30%, 300px);
    margin: 0 auto 300px auto;
    padding-top: 200px;
}

.teiki-new-debut img {
    width: 100%;
}

.teiki-new-debut::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100px;
    background: url("../img/decor-border.png");
    bottom: -200px;
    left: 50%;
    translate: 50% 0;
}

.teiki h2 {
    font-size: clamp(22px, 2.4vw, 28px);
    line-height: 1.5;
    letter-spacing: 0.03em;
    margin-bottom: 40px;
}
.teiki p {
    font-size: clamp(12px, 1.4vw, 16px);
    line-height: 3;
    letter-spacing: 0.01em;
}
.teiki p:first-of-type {
    margin-bottom: 3em;
}

/*sec01------------------------------------------------------------------
-----------------------------------------------------------------------*/

.sec01-h {
    position: relative;
    margin-bottom: 100px;
}

.sec01-h h2 {
    position: absolute;
    font-size: clamp(16px, 1.4vw, 28px);
    line-height: 1.5;
    bottom: 10%;;
    left: 50%;
    translate: -50% 0;
}

.sec01-h h2::before {
    display: block;
    content: "";
    position: absolute;
    z-index: 3;
    width: 8%;
    aspect-ratio: 1/1.5;
    background: url("../img/icon-light.png") no-repeat center / cover;
    top: -75%;;
    left: 5%;
}

.sec01-h div {
    position: absolute;
}

.sec01-h div img {
    width: 100%;
}

.sec01-h div:nth-child(3) {
    width: 30%;
    top: 36%;
    left: 0;
}
.sec01-h div:nth-child(4) {
    width: 20%;
    top: 0;
    left: 30%;
}
.sec01-h div:nth-child(5) {
    width: 25%;
    top: 20%;
    left: 70%;
}

.sec01-theme {
    width: 100%;
    margin: 0 auto 100px auto;
}

.sec01-merit {
    padding-bottom: 100px;
    border-bottom: 1px solid #000;
    margin-bottom: 100px;
}

.sec01-merit ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

/*sec02----------------------------------------------------------------
-----------------------------------------------------------------------*/
.sec02 {
    background: url("../img/bg-bottom.png") no-repeat bottom center / cover;
    background-size: 100% 900px;
    padding-bottom: 400px;
}


.sec02-detail {
    position: relative;
}

.sec02-detail h2 {
    width: 58%;
    font-size: clamp(16px, 2.1vw, 20px);
    line-height: 1.5;
    color: #ff7e60;
    margin-bottom: 1.5em;
}

.sec02-detail p {
    width: 38%;
}

.sec02-detail .item-img {
    position: absolute;
    top: 0;
    right: 0;
}

.sec02-detail .item-img > img {
    display: block;
    margin-left: auto;
    width: 38%;
    margin-bottom: 20px;
}

.sec02-detail .item-img ul {
    margin-left: auto;
    width: 58%;
    display: flex;
    gap: 20px;
}

/*sec03----------------------------------------------------------------
-----------------------------------------------------------------------*/

.sec03 h1 {
    margin-bottom: 100px;
}
.sec03 .c-style-wrap {
    display: flex;
    gap: 40px;
    width: 90%;

    margin-bottom: 200px;
}

.sec03 .style-item_img {
    width: 60%
}

.sec03 .style-item_text {
    position: relative;
    width: 40%;
}

.sec03 .style-item_text h2 {
      height: clamp(30px, 4vw, 80px);
      margin-bottom: 2em;
}

.sec03 .style-item_text h2 img {
    height: 100%;
    max-width: none;
    object-fit: contain;
}

.sec03 .style-lead {
    font-size: clamp(16px, 1.4vw, 28px);
    margin-bottom: 1.2em;
}

.sec03 .style-text {
    font-size: clamp(14px, 1vw, 20px);
    margin-bottom: 1.2em;
}

.sec03 .style-label {
    display: inline-block;
    letter-spacing: 0.1em;
    font-size: clamp(14px, 1vw, 20px);
    padding: 0px 20px;
    color: #fff;
    margin-bottom: 20px;
}

.sec03 .style-link {
    position: absolute;
    bottom: 0;
    right: 0;
    letter-spacing: 0.05em;
    padding: 0 35px 5px 0;
}

.sec03 .style-link::after {
    position: absolute;
    content: "";
    width: 25px;
    height: 10px;
    background: url("../img/icon-arrow-right.png") no-repeat center / contain;
    top: 50%;
    right: 0;
    translate: 0 -50%;
}

.sec03 .style-sold {
    letter-spacing: 0.8em;
    font-size: clamp(14px, 1vw, 20px);
    width: 100%;
    padding: 5px 0;
    background: #424242;
    color: #fff;
    text-align:center;
}

.u-sold {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.style-color-moda {
    background: #51647a;
}

.style-color-frame {
    background: #857360;
}

.style-color-nokiya {
    background: #666666;
}

.style-border-moda {
    border-bottom: 5px solid#51647a;
}

.style-border-frame {
    border-bottom: 5px solid#857360;
}

.style-border-nokiya {
    border-bottom: 5px solid#666666;
}

.u-flex-reverce {
    flex-direction: row-reverse;
    margin-left: auto;
}

.u-style-wrap {
    opacity: 1;
    transition: opacity 500ms ease;
}

.u-style-wrap:hover {
    opacity: 0.7;
}

/*bannar_wrap----------------------------------------------------------------
-----------------------------------------------------------------------*/

.bannar {
    padding: 100px 0 200px 0;
    background: #e2e2e2 url("../img/bg-banner.jpg") no-repeat center bottom / cover;
    background-size: 100% 18%;
}

.bannar-link {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.u-bannar-wrap {
    display: block;
    width: 100%;
    margin-bottom: 80px;
}

.bannar picture {
    display: block;
    width: 100%;
}

.bannar picture img {
    width: 100%;
}

.bannar .bannar-address {
    position: relative;
    display: flex;
    margin-bottom: 300px;
}

.bannar .bannar-address .item-text {
    width: 45%;
    background: #666;
    color: #fff;
    text-align: center;
    padding: 40px 20px;
}
.bannar .bannar-address .item-text h2 {
    font-size: 16px;
    margin-bottom: 1em;
}
.bannar .bannar-address .item-text p {
    font-size: 12px;
}


.bannar .bannar-address .item-map {
    width: 55%;
}


.bannar .bannar-address::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100px;
    background: url("../img/decor-border.png");
    bottom: -200px;
    left: 50%;
    translate: 50% 0;
}

.bannar .bannar-youtube {
    text-align: center;
}

.bannar .bannar-youtube iframe {
    aspect-ratio: 500 / 281;
}

.bannar .bannar-youtube h2 {
    font-size: clamp(20px, 2.1vw, 24px);
    margin-bottom: 60px;
}

.bannar .bannar-youtube p {
    font-size: clamp(14px, 1.6vw, 16px);
}

.bannar a {
    opacity: 1;
    transition: opacity 500ms ease;
}

.bannar a:hover {
    opacity: 0.7;
}

/*sec04----------------------------------------------------------------
-----------------------------------------------------------------------*/

.sec04 {
    position: relative;
    margin-bottom: 100px;
}

.sec04-bg img {
    width: 100%;
    max-width: none;
}

.sec04-decol,.sec04-h,.sec04 h2 {
    position: absolute;
}

.sec04 h2 {
    width: clamp(100px, 15%, 400px);
    top: 53%;
    left: 50%;
    translate: -50% -50%;
    text-align: center;
}

.sec04-decol {
    width: 30%;
    top: 100px;
    right: 15%;
}

.sec04-h {
    width: 50%;
    top: 100px;
    left: 15%;
    color: #fff;
}
.sec04-lead {
    font-size: clamp(18px, 2.4vw, 28px);
    line-height: 2;
    margin-bottom: 1.5em;

}
.sec04-text {
    font-size: clamp(10px, 1.4vw, 16px);
    line-height: 250%;
    letter-spacing: 0.01em;
}

/*sec05----------------------------------------------------------------
-----------------------------------------------------------------------*/

.sec05 h2 {
    width: clamp(100px, 15%, 400px);
    margin: 0 auto 80px auto;
    text-align: center;
}

.sec05-wrap {
    display: flex;
    gap: 30px;
    margin-bottom: 80px;
}

.sec05-item-pic {
    width: 48%;
}

.sec05-item-text {
    width: 52%;
}

.sec05-lead {
    font-size: clamp(18px, 2.4vw, 28px);
    margin-bottom: 1.5em;
}

.sec05-text {
    font-size: clamp(14px, 1.6vw, 16px);
}

.sec05-link {
    width: clamp(250px, 20%, 400px);
    margin: 0 auto 200px auto;
    border: 1px solid #000;
    opacity: 1;
    transition: opacity 500ms ease;
}

.sec05-link a {
    position: relative;
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.sec05-link:hover {
    opacity: 0.7;
}

.sec05-link a::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url("../img/icon-arrow-right.png") no-repeat center / contain;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    transition: transform 500ms ease;
}

.sec05-link.active a::after {
    transform: translate(80%, -50%);
}


/*footer----------------------------------------------------------------
-----------------------------------------------------------------------*/

.contact {
    background: url("../img/bg-form.jpg") no-repeat center / cover;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    letter-spacing: 0.2em;
    padding: 100px 0;
}

.contact h2 {
    margin-bottom: 20px;
}

.contact .contact-lead {
    font-size: 32px;
    line-height: 2;
    margin-bottom: 30px;
}

.contact-link {
    width: 80%;
    margin: 0 auto 20px auto;
    background: #fff;
    color: #000;
    opacity: 1;
    transition: opacity 500ms ease;
}

.contact-link a {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.1em;

}

.contact-link a::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url("../img/icon-arrow-right.png") no-repeat center / contain;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    transition: transform 500ms ease;
}

.contact-link:hover {
    opacity: 0.7;
}

.contact-link.active a::after {
    transform: translate(75%, -50%);
}


.contact-data {
    margin-bottom: 100px;
    gap: 16px;

}

.contact-data a {
    width: 100%;
    font-size: 64px;
    font-weight: 900;
    letter-spacing: 0.1em;
}

.contact-data p {
    margin-top: -5px;
}

.contact small {
    font-size: 10px;
}


/*tab
--------------------*/


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

/*header----------------------------------------------------------------
-----------------------------------------------------------------------*/
.header-spacer {
    height: 60px;
}
.header {
    height: 60px;
}

.scroll-item {
    font-size: 12px;
    animation: bound-sp 3s ease-in-out infinite;
}

.scroll-item img {
    width: 12px;
}

/*hanburger menu
--------------------------------*/
.gnav {
    flex-direction: column;
    justify-content: center;
    position: fixed;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,0.8);
    backdrop-filter: blur(5px);
    inset: 0;
    transform: translateX(100vw);
    transition: all 300ms ease; 
}

.gnav ul {
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    margin: 0 auto;
}

.gnav ul li {
    width: 100%;
}

.gnav ul li:not(:first-child) {
    border-left: 0;
}

.gnav ul li:not(:last-child) {
    border-bottom: 1px solid #333;
}

.gnav ul li:nth-child(5) {
    margin-bottom: 60px;
}

.gnav ul li:last-child {
    text-align: center;
    margin-bottom: 40px;
}

.gnav ul li a {
    position: relative;
    font-size: 18px;
    display: block;
    height: auto;
    padding: 10px 0;
}

.gnav ul li a::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background: url("../img/icon-arrow-right.png") no-repeat center / contain;
    top: 50%;
    right: 0;
    translate: 0 -50%;
}

.logo-totate-housing a{
    display: block;
    width: 200px;
}

.trigger {
    position: fixed;
    top: 0;
    right: 0;
    background: #f5f5f5;
    width: 60px;
    height: 60px;
    z-index: 11;
}

.trigger span {
    display: block;
    position: absolute;
    height: 2px;
    margin: 0 auto;
    background: #333;
    border-radius: 9999;
    transition: all 300ms ease; 
}

.trigger span:nth-child(1) {
    width: 30px;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.trigger span:nth-child(2) {
    width: 22px;
    top: 50%;
    left: calc(50% + 4px);
    transform: translate(-50%, -50%);
}

.trigger span:nth-child(3) {
    width: 14px;
    top: 65%;
    left: calc(50% + 8px);
    transform: translate(-50%, -50%);
}

.trigger span:nth-child(1).active {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.trigger span:nth-child(2).active {
    transform: translate(200%, -50%);
    opacity: 0;
}

.trigger span:nth-child(3).active {
    width: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

#nav.active {
    transform: translateX(0);
}

/*teiki----------------------------------------------------------------
-----------------------------------------------------------------------*/

.teiki {
    background-size: 100% 800px;
    margin-bottom: 150px
}

.teiki-new-debut {
    margin: 0 auto 300px auto;
    padding-top: 150px;
}

/*sec01------------------------------------------------------------------
-----------------------------------------------------------------------*/

.sec01-theme {
    width: 90%;
    margin: 0 auto 60px auto;
}

.sec01-merit {
    padding-bottom: 75px;
    margin-bottom: 75px;
}

/*sec02----------------------------------------------------------------
-----------------------------------------------------------------------*/

.sec02 {
    background-size: 100% 400px;
    padding-bottom: 300px;
}

/*sec03----------------------------------------------------------------
-----------------------------------------------------------------------*/
.sec03 h1 {
    margin-bottom: 80px;
}
.sec03 .c-style-wrap {
    margin-bottom: 80px;
}

/*bannar_wrap----------------------------------------------------------------
-----------------------------------------------------------------------*/

.bannar {
    padding: 80px 0 100px 0;
    background-size: 100% 15%;
}

.bannar .bannar-address {
    flex-wrap: wrap;
    margin-bottom: 210px;
}

.bannar .bannar-address::after {
    height: 80px;
    background: url("../img/decor-border.png");
    bottom: -150px;
}

/*sec04----------------------------------------------------------------
-----------------------------------------------------------------------*/

.sec04-decol {
    width: 30%;
    top: 50px;
    right: 10%;
}

.sec04-h {
    width: 50%;
    top: 50px;
    left: 10%;
    color: #fff;
}

.sec04-lead {
    line-height: 1.8;
    margin-bottom: 1.2em;

}
.sec04-text {
    line-height: 250%;
    letter-spacing: 0.01em;
}


}

/*sp
--------------------*/

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

/*header----------------------------------------------------------------
-----------------------------------------------------------------------*/
.header {
    padding: 0 3%;
}



/*swiper----------------------------------------------------------------
-----------------------------------------------------------------------*/

.p-mv-catch {
    width: 50%;
    left: 3%;
    top: 5%;
}

.p-mv-teiki {
    width: 50%;
    right: auto;
    left: 50%;
    top: 50%;
    translate: -50% -50%;
}

.swiper-pagination-bullet {
    width: 30px;
}

.swiper-pagination-bullet-active {
    width: 80px;
}


/*teiki----------------------------------------------------------------
-----------------------------------------------------------------------*/

.teiki {
    background-size: 100% 500px;
    margin-bottom: 130px
}
.teiki-new-debut {
    margin: 0 auto 230px auto;
    padding-top: 100px;
}

.teiki-new-debut::after {
    height: 80px;
    bottom: -150px;
}

.teiki h2 {
    font-size: 20px;
    margin-bottom: 30px;
}

.teiki p {
    font-size: 12px;
    line-height: 2.5;
}

.teiki p:first-of-type {
    margin-bottom: 20px;
}

/*sec01------------------------------------------------------------------
-----------------------------------------------------------------------*/


.sec01-h {
    position: relative;
    margin-bottom: 60px;
}

.sec01-h h2 {
    position: absolute;
    width: clamp(240px, 50%, 300px);
    font-size: clamp(16px, 2.7vw, 20px);
    line-height: 1.5;
    bottom: 0%;
    left: 50%;
    translate: -50% 0;
}

.sec01-h div:nth-child(3) {
    width: 25%;
    top: 26%;
    left: 0;
}
.sec01-h div:nth-child(4) {
    width: 20%;
    top: -10%;
    left: 25%;
}
.sec01-h div:nth-child(5) {
    width: 25%;
    top: 10%;
    left: 75%;
}

.sec01-theme {
    width: 60%;
    max-width: 400px;
    margin: 0 auto 60px auto;
}

.sec01-merit {
    padding-bottom: 50px;
    margin-bottom: 50px;
}

.sec01-merit ul {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
}


/*sec02----------------------------------------------------------------
-----------------------------------------------------------------------*/

.sec02 {
    background-size: 100% 200px;
    padding-bottom: 100px;
}

.sec02-detail h2 {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;;
}

.sec02-detail p {
    font-size: 14px;
    width: 100%;
    margin-bottom: 20px;
}

.sec02-detail .item-img {
    position: static;
}

.sec02-detail .item-img > img {
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px;
}

.sec02-detail .item-img ul {
    margin-left: 0;
    width: 100%;
    gap: 10px;
}

/*sec03----------------------------------------------------------------
-----------------------------------------------------------------------*/



.sec03 h1 {
    margin-bottom: 0px;
}

.sec03 .c-style-wrap {
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
    max-width: 1400px;
    margin-bottom: 60px;
}

.sec03 .style-item_img {
    width: 100%
}

.sec03 .style-item_text {
    width: 90%;
    margin: 0 auto;
}

.sec03 .style-item_text h2 {
      height: 50px;
}

/*bannar_wrap----------------------------------------------------------------
-----------------------------------------------------------------------*/

.bannar {
    padding: 60px 0 80px 0;
    background-size: 100% 7%;
}

.bannar-link {
    flex-wrap: wrap;
}

.bannar-link a {
    max-width: 400px;
    margin: 0 auto;
}

.u-bannar-wrap {
    display: block;
    max-width: 400px;
    margin: 0 auto 30px auto;
}

.bannar .bannar-address {
    flex-wrap: wrap;
    margin-bottom: 210px;
}

.bannar .bannar-address .item-text,
.bannar .bannar-address .item-map {
    width: 100%;
}

.bannar .bannar-address .item-map {
    height: 250px;
}

.bannar .bannar-address::after {
    height: 80px;
    background: url("../img/decor-border.png");
    bottom: -150px;
}

.bannar .bannar-youtube h2 {
    font-size: clamp(20px, 2.1vw, 24px);
    margin-bottom: 20px;
}


/*sec04----------------------------------------------------------------
-----------------------------------------------------------------------*/

.sec04-bg {
    overflow: hidden;
}

.sec04-bg img {
    display: block;
    max-width: none;
}

.sec04 {
    margin-bottom: 60px;
}

.sec04-h {
    width: auto;
    top: 60px;
    left: 10%;
    color: #fff;
}

.sec04 h2 {
    width: 100%;
    top: 55%;
}

.sec04-decol {
    width: 50%;
    top: 2%;
    right: 5%;
    opacity: 0.2;
}

.sec04-lead {
    font-size: 18px;
    line-height: 2;

}
.sec04-text {
    font-size: 12px;
    line-height: 230%;
    letter-spacing: 0.01em;
}

/*sec05----------------------------------------------------------------
-----------------------------------------------------------------------*/

.sec05 h2 {
    width: 100%;
    margin: 0 auto 60px auto;
}

.sec05-wrap {
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 60px;
}

.sec05-item-pic,.sec05-item-text {
    width: 100%;
}

.sec05-lead {
    font-size: 24px;
}

.sec05-text {
    font-size: 14px;
}

.sec05-link a::after {
    width: 25px;
    height: 25px;
}


.sec05-link {
    width: clamp(200px, 20%, 400px);
    margin: 0 auto 60px auto;
    border: 1px solid #000;
}

/*footer----------------------------------------------------------------
-----------------------------------------------------------------------*/

.contact {
    padding: 100px 10px 20px 10px;
}

.contact .inner {
    margin: 0 auto;
}

.contact .contact-lead {
    font-size: 18px;
    line-height: 1.5;
}

.contact-link {
    width: 100%;
    margin: 0 auto 20px auto;
    background: #fff;
    color: #000;
}

.contact-link a {
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.2em;
}

.contact-data a {
    width: 100%;
    font-size: clamp(34px, 9vw, 40px);
    font-weight: 900;
    letter-spacing: 0.1em;
}

.contact-data p {
    letter-spacing: normal;
   font-size: 14px;
}


}

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

/*sec04----------------------------------------------------------------
-----------------------------------------------------------------------*/


.sec04-bg img {
    width: 130%;
}

.sec04-h {
    top: 40px;
}

.sec04-lead {
    line-height: 1.8;
}

}


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

.sec01-h div:nth-child(3) {
    width: 25%;
    top: -10%;
    left: 0;
}
.sec01-h div:nth-child(4) {
    width: 20%;
    top: -46%;
    left: 25%;
}
.sec01-h div:nth-child(5) {
    width: 25%;
    top: -26%;
    left: 75%;
}
}