@charset "UTF-8";

.first-view {
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.fv-img {
    height: 67%;
    display: flex;
}
.img-01  {
    width: 50%;
    height: auto;
    max-width: 240px;
    object-fit: contain;
    object-position: top left;
    display: block;
}
.img-02  {
    width: 44%;
    max-width: 210px;
    height: auto;
    right: 0;
    position: absolute;
    object-fit: contain;
    object-position: bottom;
    display: block;
}
.fv-text {
    margin: 3rem auto 0;
}
.fv-text h1 {
    font-size: 6.4rem;
    font-weight: 900;
    line-height: 1;
    text-align: center;
}
.sm-01 {
    font-size: 4.5rem;
}
.sm-02 {
    font-size: 5.3rem;
}
.fv-text p {
    font-size: 1.5rem;
    width: fit-content;
    margin: 20px auto 0;
    line-height: 1.5;
}

@media (min-width: 500px) and (max-width: 767px) {

/*.img-01  {
    width: 43%;
    
    
}
.img-02  {
    width: 37%;
    
}*/

}

.content-01 {
    background: var(--l-blue);
    padding: 50px 0 80px;
}
.content-01 .wh-box {
    max-width: 500px;
}
.wh-box {
    background: #ffffff;
    border: var(--border-tmp);
    width: 85%;
    border-radius: 10px;
    margin: 0 auto;
    padding: 50px 20px;
}
.wh-box .text-area h2 {
    font-size: 2.6rem;
    font-weight: 900;
    margin: 0 0 25px;
}
.content-01 .button-01 a{
    right: -30px;
    top: -20px;
}

.content-02 {
    border-bottom: var(--border-tmp);
}
.content-02 .sec-title {
    position: relative;
    top: -30px;
    margin: 0 0 15px;
}
.content-02 .sec-title h2 {
    color: var(--green);
    font-size: 2.2rem;
    margin-top: -15px;
}
.mr-box {
    margin: 0 auto 2rem;
    /*max-width: 500px;*/
}
.mr-box h3 {
    font-size: 1.8rem;
    font-weight: 700;
    background: white;
    border: var(--border-tmp);
    border-radius: 0 5px 5px 0;
    box-shadow: var(--green) 5px 5px;
    padding: 6px 20px 8px 40px;
    width: fit-content;
    position: relative;
    right: 20px;
    margin: 0 0 25px;
}
.mr-box h3 img {
    width: 1.8rem;
    margin: 0px 8px -2px 0;
}
.mr-box div {
    display: flex;
    justify-content: center;
}
.mr-box div img {
    width: 170px;
}
.mr-box div p {
    /*font-weight: 300;*/
    padding: 0 20px;
    max-width: 400px;
}
.mr-box:nth-of-type(3) > div {
    flex-direction: row-reverse;
}
.mr-box:nth-of-type(3) > h3 {
    padding: 7px 40px 8px 20px;
    border-radius: 5px 0 0 5px;
    margin-left: auto;
    transform: translateX(25px);
}
.mr-box:nth-of-type(3) > div img {
    width: 120px;
    margin: 0 20px 0 0;
}
.mr-box:nth-of-type(4) > div img {
    width: 140px;
    margin: 0 0 0 20px;
}

.content-03 {
    padding: 6rem 0;
}
.shindan-txt {
    padding: 4rem 0;
    text-align: center;
}
.shindan-txt h3 {
    margin-bottom: 12px;
}
.shindan-txt .button-01 {
    margin-top: 4.0rem;
}

.content-04 {
    background-color: var(--pink);
    padding: 6rem 0;
}
.content-04 .wh-box {
    margin: 5rem auto 4rem;
    max-width: 500px;
}
.flow {
    position: relative;
}
.flow-item {
    display: flex;
    gap:16px;
    position: relative;
}
.flow-item:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 18px; /* 丸の中心 */
    top: 18px;
    bottom: 0;
    width: 2px;
    background: var(--green);
}
.flow-item:not(:last-child) {
    padding-bottom: 32px;
}
.flow-num {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--green);
    color: var(--white);
    font-size: 2.0rem;
    letter-spacing: 0.03em;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.flow-content h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 0 6px;
    font-size: 1.8rem;
    font-weight: 700;
}
.flow-content h3 img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.content-05 {
    padding: 6rem 0;
    border-bottom: var(--border-tmp);
}
.content-05 .sub-eng {
    color: var(--green);
}

.production-swiper {
    overflow: hidden;
    padding-bottom: 40px;
    margin: 0 auto 3rem;
}
.production-box {
    margin: 3rem auto 0;
    max-width: 300px;
    width: calc(100% - 4rem);
    max-width: 400px;
    transition: .3s;
}
.production-img {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border: var(--border-tmp);
}
.production-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.swiper-pagination .swiper-pagination-bullet {
    background: var(--white);
    opacity: 1;
    border: var(--border-tmp);
}
.swiper-pagination .swiper-pagination-bullet-active {
    background: var(--black);
}
.swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.content-06 {
    padding: 6rem 0 10rem;
    position: relative;
}
.attention-area {
    position: relative;
    overflow: hidden;
    margin: 3rem auto 0;
    max-width: 300px;
}
.attention-swiper {
    overflow: visible;
}
.attention-swiper .swiper-slide {
    width: 300px;
}
.attention-card {
    position: relative;
    background: var(--white);
    border: var(--border-tmp);
    border-radius: 20px 0 20px 0;
    padding: 3rem 2rem 9rem;
}
.attention-card h2 {
    color: var(--green);
    font-size: 2.4rem;
    font-weight: 700;
    text-align: left;
    border-bottom: var(--border-dsd);
    padding-bottom: 6px;
    margin-bottom: 12px;
}
.at-p {
    z-index: 2;
    position: relative;
    font-size: 1.6rem;
}
.at-bg {
    position: absolute;
    color: #FCEFF2;
    font-size: 15rem;
    line-height: 1;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
    right: 20px;
    bottom: 20px;
}

.attention-nav {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 28px;
}
.attention-prev,
.attention-next {
    position: relative;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 50%;
    background: var(--black);
    cursor: pointer;
}
.attention-prev::before,
.attention-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
.attention-prev::before {
    transform: translate(-35%, -50%) rotate(-135deg);
}
.attention-next::before {
    transform: translate(-65%, -50%) rotate(45deg);
}
.sec06-button {
    display: flex;
    position: relative;
    width: calc(100% - 6rem);
    margin: 6rem auto 0;
    justify-content: flex-end;
    max-width: 390px;
}
.sec06-fan {
    width: 140px;
    position: absolute;
    top: -187px;
    left: 0;
    z-index: 1;
}

.content-07 {
    background: var(--l-blue);
    padding: 6rem 0 0;
    border-bottom: var(--border-dsd);
}
.content-07 .sec-title {
    position: relative;
    z-index: 1;
}
.content-07 .sec-title h2 {
    color: var(--pink);
    font-size: 2.2rem;
    margin-top: -15px;
}
.news-box {
    background: var(--white);
    border: var(--border-tmp);
    width: 85%;
    border-radius: 28% 28% 0 0;
    margin: 0 auto;
    padding: 100px 30px 30px;
    position: relative;
    top: -65px;
    max-width: 500px;
}


.content-08 {
    position: relative;
    padding: 4rem 0 4.8rem;
    background: var(--l-blue);
}
.con8-tit .b-back {
    position: relative;
    bottom: 40px;
    margin: 0 14% 0 0;
    float: right;
}
.content-08 .button-01 a {
    margin-top: 4rem;
}

.content-09 {
    padding: 4rem 0;
    border-bottom: var(--border-dsd);
}


.content-10 {
    padding: 6rem 0;
}



.content-12 {
    padding: 5rem 0 7rem;
    border-top: var(--border-tmp);
}
.content-12 .sec-title {
    padding: 0 3rem 2.4rem;
}
.content-12 .sub-eng ,
.content-12 .con-tit {
    text-align: left;
}

.loop-slider__track {
    display: flex;
    width: max-content;
    animation: loop-slide 50s linear infinite;
}
.slider-bottom {
    animation-direction: reverse;
    margin-top: .8rem;
}
.loop-slider__track img {
    width: 200px;
    height: auto;
    flex-shrink: 0;
    margin-right: 16px;
    transition: .3s ease;
}

@media screen and (max-width:1230px) {
.site-container {
    margin: 0 auto;
}
}

@media (hover: hover) { 
.news-box .button-01 a:hover {
    background: var(--k-pink);
    box-shadow: var(--black) 5px 5px;;
}
.loop-slider__track a:hover img {
    transform: translateY(3px);
    filter: brightness(1.5);
}
.production-box a:hover{
    opacity: .7;
}
/*トップ事例のカテゴリだけホバーで反転しないように*/
.pr-ctg:hover {
    background: var(--white);
    color: var(--black);
}
}