@charset "UTF-8";
/* ----------------------------
    アライアンス 画像
---------------------------- */
.alliance-alliance-top-image {
    overflow: hidden;
    position: relative;
}

/* ----------------------------
    アライアンス
---------------------------- */
.alliance-introduction {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.alliance-introduction-logo {
    width: 250px;
    margin: 20px 0 50px;
}


.alliance-introduction-description {
    margin-top: 50px;
    width: 90%;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: 0.09em;
}

@media all and (max-width: 768px) {
    .alliance-introduction-description {
        font-size: .9rem;
        letter-spacing: 0;
    }
}


/* ----------------------------
    製造商品
---------------------------- */
.alliance-items-product-wrapper {
    margin-top: 70px;
}

@media all and (min-width: 769px) {
    .alliance-items-product-wrapper{
        margin: 70px 30px 0;
    }
}

.alliance-sub-title-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-bottom: 100px;
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.h2 {
    font-weight: bold;
    font-size: 1.6rem;
}

@media all and (max-width: 768px) {
    .alliance-sub-title-wrapper {
        margin-bottom: 50px;
        font-size: 1rem;
    }
}

.alliance-items-product {
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
}

.alliance-items-product:last-child {
    margin-bottom: 0;
}

@media all and (max-width: 768px) {
    .alliance-items-product {
        display: block;
        margin-bottom: 70px;
    }
}

@media all and (max-width: 768px) {
    .alliance-items-product-img  {
        display: flex;
        justify-content: center;
    }
}

.alliance-items-product-img img {
    width: 500px;
    margin: 0 auto;
    overflow: hidden;
    box-shadow: 0px 3px 3px rgba(9, 9, 9, 0.2);
    z-index: 1;
}

@media all and (max-width: 768px) {
    .alliance-items-product-img img {
        width: 80%;
    }
}


.alliance-items-product-text {
    width: 100%;
    text-align: center;
}

@media all and (min-width: 769px) {
    .alliance-items-product-text {
        flex: 0 0 auto;
        width: 400px;
        text-align: left;
        align-items: flex-start;
    }
}

.alliance-items-product-title {
    font-size: 1.5rem;
    font-weight: 500;
    padding: 25px 35px;
    letter-spacing: 0.2em;
    max-width: 400px;
}

@media all and (min-width: 769px){
    .alliance-items-product-title {
        text-align: left;
        margin: 0 0 25px 0;
    }

    .alliance-items-product-title-line {
        border-bottom: 4px solid #bbb;
        border-right: 4px solid #bbb;
        height: 80px;
        margin-top: -100px;
        margin-bottom: 30px;
    }
}

@media all and (max-width: 768px){
    .alliance-items-product-title {
        text-align: left;
        margin: 0 auto 25px;
        text-align: center;
        padding: 25px;
    }

    .alliance-items-product-title-line {
        border-bottom: 2px solid #bbb;
        margin-top: -30px;
        margin-bottom: 20px;
    }
}

@media all and (max-width: 768px) {
    .alliance-sub-title-wrapper {
        margin-bottom: 50px;
        font-size: 1rem;
    }
}

.alliance-items-product-description {
    max-width: 320px;
    font-size: .95rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin: auto;
}

@media all and (max-width: 768px) {
    .alliance-items-product-description {
        max-width: 400px;
        font-size: .85rem;
        text-align: left;
    }
}


/* ----------------------------
    強み
---------------------------- */
.alliance-strengths-wrapper {
    max-width: 1000px;
    margin: auto;
}

@media all and (max-width: 768px) {
    .alliance-strengths-wrapper {
        margin-top: 50px;
    }
}


/* 共通スタイル */
.alliance-strengths-description-inside-fc-text,
.alliance-strengths-description-items-text {
    font-size: .95rem;
    line-height: 1.8;
    letter-spacing: 0.1em;
}

.alliance-strengths-img-inside-fc img,
.alliance-strengths-img-items img {
    width: 500px;
    box-shadow: 0px 3px 3px rgba(9, 9, 9, 0.2);
}

.alliance-strengths-img-inside-fc,
.alliance-strengths-img-items {
    padding: 0;
}

@media screen and (min-width: 1100px) {
    .alliance-strengths-wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }

    .alliance-strengths-description-inside-fc-text,
    .alliance-strengths-img-inside-fc,
    .alliance-strengths-img-items,
    .alliance-strengths-description-items-text {
        box-sizing: border-box;
    }

    .alliance-strengths-description-inside-fc-text {
        flex: 1;
        margin-left: 5%;
        align-self: center;
    }


    .alliance-strengths-img-items {
        flex: 1;
    }

    .alliance-strengths-description-items-text {
        flex: 1;
        margin-right: 10%;
        align-self: center;
    }

    .alliance-strengths-wrapper-right,
    .alliance-strengths-wrapper-left {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 60px;
    }

    .alliance-strengths-wrapper-right {
        margin-left: auto;
        margin-right: 0;
    }

    .alliance-strengths-wrapper-left {
        margin-right: auto;
        margin-left: 0;
        margin-top: 70px;
    }

}

@media screen and (max-width: 1099px) {
    .alliance-strengths-wrapper-left {
        order: 2;
    }

    .alliance-strengths-wrapper-right {
        order: 1;
    }

    .alliance-strengths-description-inside-fc-text {
        order: 2;
    }

    .alliance-strengths-img-inside-fc {
        order: 1;
    }

    .alliance-strengths-img-items {
        order: 1;
    }

    .alliance-strengths-description-items-text {
        order: 2;
    }

    .alliance-strengths-img-inside-fc,
    .alliance-strengths-img-items {
        width: 80%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .alliance-strengths-description-inside-fc-text,
    .alliance-strengths-description-items-text {
        max-width: 600px;
        margin: auto;
        padding-bottom: 50px;
    }

    .alliance-strengths-wrapper-right,
    .alliance-strengths-wrapper-left {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
}

@media screen and (max-width: 768px){
    .alliance-strengths-description-inside-fc-text,
    .alliance-strengths-description-items-text {
        font-size: .9rem;
    }
}

/* ----------------------------
    お問い合わせ
---------------------------- */
.alliance-information {
display: flex;
justify-content: center;
}

.alliance-information .container {
    margin: 0 20px 100px;
    background-color: #aaaaaa;
    color: #fff;
    padding: 60px 100px;
    text-align: center;
}

@media screen and (max-width: 768px){
    .alliance-information .container {
        margin: 0 0 50px;
        padding: 30px 10px;
    }
}

.contact-heading {
    font-size: 1.5rem;
    margin-bottom: 40px;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.contact-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 70px;
}

@media screen and (max-width: 768px){
    .contact-content {
        gap: 30px;
    }
}

.contact-map {
    width: 400px;
    height: auto;
    flex-shrink: 0;
}

.contact-info {
    text-align: left;
    font-size: 16px;
    max-width: 400px;
    line-height: 2;
    letter-spacing: 0.1em;
}

.contact-info-ttl {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 20px;
}

.contact-info-wrapper {
    margin-top: 20px;
    }

.phonenumber {
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    text-align: left;
    }

.tel-label {
    background-color: #fff;
    color: #aaaaaa;
    padding: 2px 10px;
    font-size: 1.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
    .contact-map {
        width: 90%;
    }

    .contact-info-wrapper {
        margin-top: 10px;
    }
}

a[href^=”tel”] {
pointer-events: none;
}

.note-image img {
  max-width: 100%;
  height: auto;
}

.note-content {
  position: relative;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.note-title {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.note-border {
  width: 0;
  transition: width 0.6s ease;
  margin-bottom: 15px;
}

.note-text {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease 0.2s, transform 0.6s ease 0.2s;
}

.note-section.active .note-content {
  opacity: 1;
  transform: translateY(0);
}

.note-section.active .note-title {
  opacity: 1;
}

.note-section.active .note-border {
  width: 100%;
}

.note-section.active .note-text {
  opacity: 1;
  transform: translateY(0);
}

.altk-photo,
.altk-text {
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.6s ease;
}

.altk-right .altk-photo {
  transform: translateX(100px);
}
.altk-right .altk-photo.altk-in {
  transform: translateX(0);
  opacity: 1;
}

.altk-left .altk-photo {
  transform: translateX(-100px);
}
.altk-left .altk-photo.altk-in {
  transform: translateX(0);
  opacity: 1;
}

.altk-left .altk-photo.altk-center {
    display: flex;
    justify-content: center;
}

.altk-text {
  transform: translateY(40px);
}
.altk-text.altk-fade-in-up {
  transform: translateY(0);
  opacity: 1;
}

.contact-info .alliance-introduction-logo img {
    width: 200px;
}

.alliance-items-product-text .moreBox {
    margin: 30px auto;
    width: 300px;
}

@media screen and (max-width: 767px) {
    .alliance-items-product-text .moreBox {
        width: 200px;
    }
}

.alliance-items-product-text .moreBox .btn .btnLink i:hover {
    color: #5191B2;
}
