@charset "UTF-8";
/* CSS Document */

body {
    font-family: "Noto Sans CJK JP";
    font-family: "Jost", sans-serif;
    font-size: 13px;
    color: #333;
    background: #fff;
    overflow-x: hidden;/* ページ全体右側の飛び出た部分を消す */
}
.back {
    background-image: url("../images/back01.png"),url("../images/back02.png");
    background-position: center top,center bottom;
    background-repeat: no-repeat,no-repeat;
    background-size: contain,contain;
}
a {
    text-decoration: none;/* ページ全体のリンクのアンダーバーを消す */
    transition: all 0.3s ease;
}
h1 {
    text-align: center;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    margin-bottom: 50px;
    letter-spacing: 3px;
}
h1 img {
    max-width: 200px;
    margin-bottom: 20px;
}
.flow h1 img {
    max-width: 150px;
}
section {
    margin-bottom: 100px;
}
h1 span{
    display: block;
    font-size: 18px;
}

/* ヘッダー */
header {
    position: fixed;
    inset: 0;
    z-index: 999;
    padding: 50px 0;
    background-color: white;
    height: 150px;
}
header ul{
    text-align: right;
    font-size: 0;
    list-style: none;/* 点を消す */
    margin-top: 13px;
}
header ul li{
    display: inline-block;/* 横並びにする */
    text-align: center;/* テキストを中央寄せ */
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 5px;/* 字間指定 */
    padding-left: 30px;
}
header ul li a {
    color: #000000;
}
header ul li a:hover {
    color: #FF7BAC;
    text-decoration: none;
}
.header-links {
    position: fixed;
    z-index: 10;
    width: 100%;
}
.header-links p a {
    position: absolute;
    writing-mode: vertical-lr;
    right: 0;
    top: 250px;
    height: 200px;
    margin: 0;
    color: #ffffff!important;
    background-color: #FF7BAC;
    padding: 15px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px; /* 字間指定 */
    font-size: 15px;
    border: 1px solid #FF7BAC;
    border-radius: 20px 0 0 20px;
}
.header-links p a:hover {
    background-color: #ffffff;
    color: #FF7BAC!important;
    cursor: pointer;
    text-decoration: none;
}
.header_img{
    text-align: center;
    max-width: 100%;
    margin-top: 7rem;
    background-color: #f8e8f2;
}
    .header_img-s {
        display: none;
    }


/* アバウト */
.about {
    padding-top: 100px;
}
.about h2{
    color: #FF7BAC;
    margin-bottom: 30px;
    font-weight: 500;
    font-style: normal;
}
.about figure figcaption {
    margin-top: 30px;
}
.about .message{
    border-left: 1px solid #FF7BAC;
    padding: 0 50px;
    text-align: justify;
    line-height: 30px;
}
.profile {
    text-align: center;
    color: #FF7BAC;
    font-weight: bold;
}
.profile span {
    font-size: 24px;
}
.profile img{
    border-radius: 20px;
}
.about ul {
    text-align: center;
    margin-bottom: 5rem;
}
.about ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    line-height: 25px;
}
.about ul li a{
    color: #000000;
    font-size: 18px;
    font-weight: bold;
}
.about ul li a i{
    color: #FF7BAC;
}
.about ul li a:hover {
    opacity: 0.5;
}

.works {
    padding-top: 100px;
}
.works p {
    margin-top: 30px;
}
.works p a {
    font-size: 23px;
    font-weight: bold;
    color: #FF7BAC;
}
.works p a:hover {
    opacity: 0.5;
    text-decoration: none;
}
.works p a::after {
    content: "";
    background-image: url("../images/allow.svg");
    display: inline-block;
    height: 6px;
    width: 44px;
    margin-left: 1rem;
    margin-bottom: 3px;
    vertical-align: middle;
}

/* 流れ */
.flow {
    text-align: left;
}
.flow dl dt {
    font-size: 20px;
    border-left: 2px solid #FF7BAC;
    padding-left: 10px;
}
.flow dl dt:nth-of-type(4) {
    margin-bottom: 50px;
}
.flow dl dd {
    padding-left: 12px;
    font-size: 16px;
    margin-bottom: 50px;
}

/* お問い合わせ */
.contact {
    font-size: 15px;
    line-height: 30px;
}
.contact a {
    color: #000000;
}
.contact a:hover {
    color: #FF7BAC;
}
.contact .contact-button {
    margin-top: 50px;
    background-color: #FF7BAC;
    color: #FFFFFF;
}
.contact .contact-button:hover {
    background-color: #FFFFFF;
    color: #FF7BAC;
    border: 1px solid #FF7BAC;
}
.contact ul li {
    display: inline-block;
    margin: 0 5px;
    color: #FF7BAC;
    font-size: 30px;
    font-weight: bold;
}
.contact ul li a:hover {
    opacity: 0.5;
}
/* フッター */
footer {
    background-color: #FF7BAC;
    color: #ffffff;/* 文字色 */
    text-align: center;/* 中央寄せ */
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 90px;
    padding-bottom: 54px;
}

/* フッターのサイト名 */
.site-name{
    font-family: 'Futura', sans-serif;
    font-weight: bold;/* フォントスタイル */
    font-size: 46px;
}

/* お問い合わせボタン */
.contact-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 265px;
    height: 60px;
    background-color: #ffffff;
    color: #FF7BAC;
    border: 1px solid transparent;
    border-radius: 9999px;/* 完全なラウンド角 */
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-bottom: 50px;
}
.contact-button .icon {
    color: #FF7BAC;
    font-size: 20px;
    transition: color 0.3s ease;
}

.contact-button:hover {
    background-color: #FF7BAC;
    color: #ffffff;
    border: 1px solid #ffffff;
    text-decoration: none;/* ページ全体のリンクのアンダーバーを消す */
}

/* 制作のご相談、お見積り依頼等〜〜 */
.message{
    font-size:15px;
}


/* フッターのリスト */
footer img {
    max-width: 500px;
    margin-bottom: 1rem;
}
#page-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 5;
}
#page-top a {
    width: 56px;
    display: block;
}
#page-top a:hover{
    transform: scale(1.1,1.1);
}



/* スライド部分 */

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  height: 500px !important;
}
.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  color: #ffffff;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 500px;
}
.swiper-slide a {
    display: inline-block;
}
.swiper-slide a img {
    border-radius: 20px;
}
.swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin: 0 0 0 10px !important;
  background: #333 !important;
}
.swiper-pagination-bullets {
  position: static!important;
  margin-top: 16px;
} 
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #fff;
}
.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}

/* ハンバーガー部分*/

.menu-btn {
    display: none;
    flex-direction: column;
    cursor: pointer;
    z-index: 1002;
}
.menu-btn span {
    height: 3px;
    width: 30px;
    background: #FF7BAC;
    margin: 2.5px 0;
    transition: 0.3s;
}

/* ハンバーガー→× */
.menu-btn.active span {
    background: #FFF;
}
.menu-btn.active span:nth-child(1) { transform: rotate(45deg) translate(5px, 5px); }
.menu-btn.active span:nth-child(2) { opacity: 0; }
.menu-btn.active span:nth-child(3) { transform: rotate(-45deg) translate(6px, -6px); }

/* スマホ用 */
@media (max-width: 991px) {
    header {
    padding: 30px 0;
    height: 120px;
}
    header ul li{
        padding-left: 15px;
    }
.about .message {
    border-left: none;
}
}
@media (max-width: 768px) {
    .menu-btn {
        display: flex;
        position: absolute;
        top: 45px;
        right: 20px;
    }
    #nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 70%;
        height: 100%;
        background: #FF7BAC;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px;
        transition: right 0.3s ease;
        z-index: 1001;
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #nav.active {
        right: 0;
    }
    #nav li {
        margin: 20px 0;
        display: block;
        padding-left: 0;
    }
    #nav li:first-child{
        margin-top: 100px;
    }
    #nav li a {
        color: #fff;
    }
    #nav li a:hover {
        opacity: 0.5;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s ease;
        z-index: 1000;
    }
    .overlay.active {
        opacity: 1;
        visibility: visible;
    }
    .header_img {
        display: none;
    }
    .header_img-s {
        display: block;
        margin-top: 110px;
    }
    .about h2 {
    font-size: 1.6rem;
    text-align: center;
}
    .works h1 {
        margin-bottom: 0;
    }
.swiper-wrapper {
  /* wrapperのサイズを調整 */
  height: 430px !important;
}
    .contact p{
        text-align: justify!important;
    }
    .header-links{
        display: none;
    }
}