@charset "utf-8";

/* ↓メインここから↓ */

/* Section-Title */
.News-Section-Title{
    padding: 96px var(--padding);
    background: linear-gradient(60deg, #13a0f4, #00bbdd, #1cd9f2, #4ee9f2, #d4fff2);
    color: #fcfcfc;
}

.News-Section-Title h2{
    font-size: 10.0rem;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    line-height: 1;
}

.News-Section-Title p{
    font-size: 3.6rem;
    padding-left: 8px;
}

/* News */
.News{
    padding: 128px 320px;
    padding: 96px calc((100% - 1184px) / 2);
}

.News-area{
    display: flex;
    justify-content: space-between;
    /* flex-direction: row-reverse; */
    padding-bottom: 64px;
}

.item-group {
    display: flex;
    justify-content: center;
}

.item-group .item-list li{
    padding-bottom: 80px;
}

.item-group .item-list li a{
    display: flex;
    gap: 40px;
}

.item-group .item-list li img{
    width: 300px;
    object-fit: contain;
}

.zoom-box {
    display: inline-block;
    overflow: hidden;
    width: 35%;
    border: 1px solid #333;
    border-radius: 10px;
  }
  .zoom {
    display: block;
    transition: all .6s ease;
  }
  .zoom:hover {
    transform: scale(1.2);
  }

.item-group .item-list li dt{
    text-align: center;
    width: 130px;
    border: solid 1px #00d5d5;
    font-size: 1.4rem;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #00d5d5;
    letter-spacing: 1px;
}

.item-group .item-list li dd{
    font-weight: bold;
    color: #848484;
    letter-spacing: 2px;
    padding: 8px 0;
}

.categorys{
    text-align: center;
}

.categorys h3{
    font-size: 2.4rem;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: #848484;
    letter-spacing: 2px;
    position: relative;
}

.categorys h3::after{
    content:"";
    display: block;
    width: 40%;
    height: 1px;
    background-color: #848484;
    position: absolute;
    top: 120%;
    left: 30%;
}

.categorys ul{
    padding-top: 40px;
}

.categorys li{
    font-family: "Montserrat", sans-serif;
    font-size: 1.8rem;
    line-height: 150%;
    padding-bottom: 5px;
    margin-bottom: 16px;
    position: relative;
}

.categorys li:hover {
    color: #00d5d5;
}

.categorys li:nth-child(1):before {
    background: #00d5d5;
    content: '';
    width: 20%;
    height: 2px;
    position: absolute;
    left: 40%;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }

  .categorys li:nth-child(1):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }

.categorys li:nth-child(2):before {
    background: #00d5d5;
    content: '';
    width: 90%;
    height: 2px;
    position: absolute;
    left: 5%;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }

  .categorys li:nth-child(2):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }

.categorys li:nth-child(3):before {
    background: #00d5d5;
    content: '';
    width: 75%;
    height: 2px;
    position: absolute;
    left: 12%;
    bottom: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }

  .categorys li:nth-child(3):hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }

.link-button-area .link-button{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

.link-button-area .link-button .left-arrow{
    width: 15px;
    height: 15px;
    border-bottom: solid 3px;
    border-right: solid 3px;
    border-color: #686b6b;
    transform: rotate(135deg);
}

.link-button-area .link-button .left-arrow:hover{
    border-color: #00d5d5;
    transition: all 0.3s ease-in-out;
}

.link-button-area .link-button .page-icon{
    width: 40px;
    line-height: 38px;
    background-color: #fcfcfc;
    border-radius: 40px;
    font-weight: bold;
    color: #686b6b;
    border: solid 1px #686b6b;
    padding-left: 14px;
    transition: all 0.3s ease-in-out;
}

.link-button-area .link-button .page-icon:hover{
    color: #fcfcfc;
    background-color: #00d5d5;
}

.link-button-area .link-button .right-arrow{
    width: 15px;
    height: 15px;
    border-bottom: solid 3px;
    border-right: solid 3px;
    border-color: #686b6b;
    transform: rotate(-45deg);
}

.link-button-area .link-button .right-arrow:hover{
    border-color: #00d5d5;
    transition: all 0.3s ease-in-out;
}

/* contact */
.Contact-area {
    display: flex;
    justify-content: center;
    padding: 64px 240px;
}

.Contact-button-area {
    width: 960px;
    background: linear-gradient(-26deg, #79f4f4, #00d5d5);
    padding-bottom: 64px;  
   
}

.Contact-button-area h3 {
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 8.0rem;
    color: #fcfcfc;
    letter-spacing: 4px;
    text-shadow: 0px 1px 5px #008a8a20
}

.Contact-button-area p {
    text-align: center;
    font-weight: 600;
    color: #fcfcfc;
    text-shadow: 0px 1px 5px #008a8a20;
}


.Contact-button-area .button {
    background-color: #fcfcfc;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    margin: auto;
    margin-top: 40px;
    padding: 18px 15px;
}

.Contact-button-area .button span {
    display: block;
    width: 22px;
    height: 22px;
    border-bottom: solid 3px;
    border-right: solid 3px;
    border-color: #00d5d5;
    transform: rotate(-45deg);
    align-items: center;
}

.Contact-button-area:hover{
    background: linear-gradient(-26deg, #79f4f4, #00d5d590);
}

@media screen and (max-width: 768px) {
    br{
        display: none;
      }

/* Section-Title */
.News-Section-Title{
    padding: 40px 24px;
  }
  
.News-Section-Title h2{
      font-size: 4.8rem;
    }
    
.News-Section-Title p{
        font-size: 2.4rem;
    }

/* News */
.News{
  padding: 40px 24px;
    }

.News-area{
    flex-direction: column;
    padding-bottom: 40px;
}

.categorys h3{
    font-size: 2.0rem;
}

.categorys h3::after{
    content: "";
    display: block;
    width: 20%;
    height: 1px;
    background-color: #848484;
    position: absolute;
    top: 100%;
    left: 40%;
}

.categorys ul{
    padding: 24px 0;
}

.categorys li{
    line-height: 200%;
}

.item-group .item-list{
    width: 90%;
}

.item-group .item-list li{
    padding-bottom: 64px;
}

.item-group .item-list li a{
    flex-direction: column;
    gap: 16px;
}

.item-group .item-list li img{
    width: 100%;
}

.item-group .item-list li a .tag-area{
    display: flex;
    align-items: center;
    gap: 16px;
}

.item-group .item-list li dd{
    font-size: 1.4rem;
}

.link-button-area .link-button{
    justify-content: space-between;
    gap: 0;
}


}