@charset "UTF-8";
/* 共通 */
html {
    font-size: 62.5%;
}
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; 
    font-size: 1.6rem;
    color: #333;
}
a {
    text-decoration: none;
    color: #333;
    transition: 0.3s;
}
a:hover {
    opacity: 0.6;
}
ul {
    padding-left: 0;
}
ul li {
    list-style: none;
}
img {
    max-width: 100%;
}

/* ヘッダー */
.header-title {
    font-size: 4.2rem;
    width: 32%;
}
.header-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    height: 8rem;
    padding: 3rem 1.5rem 1.5rem;
    margin: 0 auto;
    align-items: center;
    font-family: "Poppins", sans-serif;
}
.main-nav {
    display: flex;
    align-items: center;
}
.main-nav li a {
    position: relative;
    display: inline-block;
    margin: 0 1.3rem;
    letter-spacing: 0.12rem;
    font-weight: 300;
    font-style: normal;
}

/* フッター */
.footer {
    font-size: 1.2rem;
    margin-top: 10rem;
    text-align: center;
    background-color: #d6eadf;
    padding: 1.6rem 0;
}

/* 上に戻るボタン */
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 1.5rem;
    text-decoration: none;
    padding: 0.8rem 1.6rem;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #f19923;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
    padding: 0.8rem 1.6rem;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/* topmain */
.topmain-wrap {
    max-width: 1080px;
    padding: 1.5rem;
    margin: 0 auto;
}
.topmain-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 3rem 0 10rem;
}
.topmain-copy {
    text-align: center;
    line-height: 7rem;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.topmain-text-l {
    font-size: 9rem;
    color: #498566;
}
.topmain-accent1 {
    color: #98aba1;
}
.topmain-accent2 {
    color: #f19923;
}
.topmain-text-s {
    font-size: 3.2rem;
    color: #498566;
}

/* topworks */
.topworks-wrap {
    max-width: 1080px;
    padding: 1.5rem;
    margin: 0 auto;
}
.section-title {
    font-size: 5.4rem;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 3.5rem;
    letter-spacing: 0.12rem;
    text-align: center;
}
.title-left {
    padding-right: 1.5rem;
}
.title-right {
    padding-left: 1.5rem;
}
.accent {
    color: #498566;
}
.komidasi {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.8rem;
    letter-spacing: normal;
    text-align: center;
}
.topworks-content {
    display: flex;
    justify-content: space-between;
    margin-top: 5rem;
}
.topworks-text {
    margin-top: 0.8rem;
    text-align: center;
}
.works-more {
    margin: 9rem 0 10rem;
}

/* もっと見るボタン */
.more-button {
    display: inline-block;
    padding: 1.8rem 18rem;
    border: solid #333 1px;
    vertical-align: middle;
    position: relative;
    box-shadow: 0.6rem 0.6rem #498566;
    transition: 0.2s ease-in-out;
}
.more-button:hover {
	box-shadow: none;
	transform: translate(0.6rem, 0.6rem);
    opacity: 1;
}
.more {
    text-align: center;
}

/* topprofile */
.topprofile-wrap {  
    max-width: 1080px;
    padding: 1.5rem;
    margin: 4rem auto 0;
}
.topprofile-content {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 2rem;
}
.topprofile-content-right {
    max-width: 60rem;
}
.profile-more {
    margin-top: 6rem;
}

/* 下層ページタイトル */
.subtitle {
    font-size: 3.8rem;
    text-align: center;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 11rem 0 1em;
    position: relative;
    display: flex;
    justify-content: center; /* 水平中心 */
}
.subtitle:before {
    content: '';
    position: absolute;
    bottom: -1.4rem;
    display: inline-block;
    width: 5rem;
    height: 0.36rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #498566;
    border-radius: 2px;
  }
.spbr {
    display: none;
}
.kaso-title {
    margin-top: 10rem;
}

/* バナーページ */
.banner-wrap {
    max-width: 1080px;
    padding: 1.5rem;
    margin: 0 auto;
}
.banner-title {
    margin-bottom: 5rem;
}
.bannerimg-up {
    width: 530px;
}
.bannerimg-btm {
    width: 260px;
}
.bannercnt-wrap {
    display: flex;
    justify-content: space-between;
    padding: 6rem 0 7rem;
    border-bottom: dashed 1px #d1cfcf;
}
#Leeforrestaurant.bannercnt-wrap {
    border: none;
    padding-bottom: 0;
}
.bannercnt-text {
    width: 44%;
}
.bannercnt-text-title {
    color: #888787;
    margin-bottom: 1.6rem;
    display: inline-block;
    border-bottom: 1px solid #888787;
}
.bannercnt-text-ep {
    margin-bottom: 5rem;
}
.bannerimg-btm {
    margin: 1.6rem auto 0;
}
#ukascrub p img,#medical-shoes .bannerimg-up img,#forcare p img {
    border: solid 1px #d1cfcf;
}

/* LPページ */
.LP-wrap {
    max-width: 1080px;
    padding: 1.5rem;
    margin: 0 auto;
}
.LP-title {
    margin-bottom: 11rem;
}
.LPcnt-wrap {
    display: flex;
    justify-content: space-between;
}
.LPcnt-text {
    width: 44%;
}
.LPcnt-text-title {
    color: #888787;
    margin-bottom: 1.6rem;
    display: inline-block;
    border-bottom: 1px solid #888787;
}
.LPcnt-text-ep {
    margin-bottom: 5rem;
}
.LPimg {
    width: 530px;
}
.page-title {
    font-size: 2rem;
    margin-bottom: 3rem;
    padding: 0.6rem 1.4rem;
    border-left: 3px solid #333;
    background: #f4f4f4;
}
.outlink {
    margin-left: 0.6rem;
}
.pagelink a:hover {
    color: #db0303;
    border-bottom: solid 1px #db0303;
}
/* CP・そのほかページ */
.CP-wrap {
    max-width: 1080px;
    padding: 1.5rem;
    margin: 0 auto;
}
.CP-title {
    margin-bottom: 11rem;
}
.CPcnt-wrap {
    display: flex;
    justify-content: space-between;
}
.CPcnt-text {
    width: 44%;
}
.CPcnt-text-title {
    color: #888787;
    margin-bottom: 1.6rem;
    display: inline-block;
    border-bottom: 1px solid #888787;
}
.CPcnt-text-ep {
    margin-bottom: 5rem;
}
.CPimg {
    width: 530px;
}

/* プロフィール */
.profile-wrap {
    max-width: 1080px;
    padding: 1.5rem;
    margin: 0 auto;
}
.profile-title {
    margin-bottom: 11rem;
}
.profilecnt-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.profilecnt-text {
    width: 36%;
}
.profilecnt-title {
    font-size: 2.2rem;
}
.profilecnt-title span {
    font-size: 1.5rem;
    margin-left: 1.2rem;
}
.profilecnt-text-ep {
    margin-top: 2rem;
    line-height: 2.8rem;
}
.skill {
    max-width: 1080px;
    margin: 8rem auto 14rem;
    display: flex;
    justify-content: space-around;
}
.skill-title {
    font-size: 2.2rem;
    color: #888787;
    text-align: center;
    margin: 0.5rem 0 2rem;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
}
.skill-img {
    text-align: center;
}

/* モバイル版----------------------------------------------------------------- */
@media (max-width: 600px) {
    /* スマホヘッダー */
    .header-title {
        margin: 0 auto 3%;
        width: 57%;
    }
    .main-nav {
        font-size: 1.8rem;
    }
    .main-nav li {
        margin-top: -0.3rem;
        border-right: solid #333 1px;
        border-left: solid #333 1px;
    }
    .main-nav li:first-child {
        border-right: 0;
    }
    .main-nav li a {
        padding: 0 2rem 0;
    }
    .header-wrap {
        flex-direction: column;
        align-items: center;
    }
    /* スマホtopmain-contents　*/
    .topmain-wrap {
        padding: 1.5rem 7% 1.5rem;
    }
    .topmain-contents {
        flex-direction: column;
        align-items: center;
        margin: 24% 0 20%;
    }
    .topmain-copy {
        display:none;
    }
    /* スマホtopworks */
    .topworks-content {
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }
    .topworks-content div {
        margin-top: 12%;
    } 
    .topworks-text {
        margin-top: 2%;
    }
    .works-more {
        margin: 6rem 0 10rem;
    }
    /* スマホもっと見るボタン */
    .more-button {
        padding: 1.6rem 0;
        width: 250px;       
    }
    /* スマホ共通 */
    .tool {
        text-align: center;
    }
    /* スマホtopprofile */
    .topprofile-content {
        flex-direction: column;
        align-items: center;
    }
    .topprofile-content img {
        width: 330px;
    }
    .topprofile-text {
        margin-top: 10%;
        max-width: 286px;
    }
    .section-title {
        font-size: 4.2rem;
    }
    /* スマホ下層ページタイトル */
    .kaso-title {
        margin-top: 14rem;
    }
    .subtitle {
        margin: 7rem auto 0.2rem;
    }
    .spbr {
        display: block;
    }
    /* スマホバナーページ */
    .banner-title {
        margin-bottom: 1rem;
    }
    .bannerimg-up {
        width: 96%;
        margin: 0 auto;
    }
    .bannerimg-btm {
        width: 50%;
        margin: 1rem auto 2.6rem;
    } 
    .bannercnt-wrap {
        flex-direction: column;
        align-items: center;
    }
    .bannercnt-text-title {
        text-align: center;
        display: block;
        padding-bottom: 1%;
    }
    .bannercnt-wrap {
        padding: 4rem 0 2rem;
    }
    .bannercnt-text {
        width: 86%;
    }
    /* スマホLPページ */
    .LP-title {
        margin-bottom: 3rem;
    }
    .LPcnt-wrap {
        flex-direction: column;
        align-items: center;
    }
    .LPimg {
        width: 90%;
        margin: 0 auto;
    }
    .LPcnt-text {
        width: 86%;
    }
    .LPcnt-text-title {
        text-align: center;
        display: block;
        padding-bottom: 1%;
    }
    .page-title {
        margin: 3rem 0;
        text-align: center;
    }
    .pagelink {
        text-align: center;
    }
    /* スマホCP・そのほかページ */ 
    .CP-title {
        margin-bottom: 3rem;
    }
    .CPcnt-wrap {
        flex-direction: column;
        align-items: center;
    }
    .CPimg {
        width: 90%;
        margin: 0 auto;
    }
    .CPcnt-text {
        width: 86%;
    }
    .CPcnt-text-title {
        text-align: center;
        display: block;
        padding-bottom: 1%;
    }
    /* スマホプロフィール */
    #profile .subtitle {
        margin: 23% auto 0.2rem;
    }
    .profile-title {
        margin-bottom: 3rem;
    }
    .profilecnt-wrap {
        flex-direction: column;
        align-items: center;
    }
    .profileimg {
        width: 90%;
        margin: 0 auto;
    }
    .profilecnt-text {
        width: 86%;
    }
    .profilecnt-title {
        text-align: center;
        margin: 4rem 0 2rem;
        line-height: 2.6rem;
    }
    .profilecnt-title span {
        margin-left: 0;
    }
    .skill {
        flex-direction: column;
        align-items: center;
        margin: 20% auto 10rem;
    }
    .skillcnt {
        margin-bottom: 6rem;
    }
}