@charset "UTF-8";
/* *****************************************************************************
共通スタイル記述
***************************************************************************** */
body {
    font-family: "Noto Serif JP";
    position: relative;
}

h1, h2, h3, h4 {
    font-family: "Noto Serif JP";
}

p {
    word-break: break-all;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

#wrap {
    background-color: #fff;
}

.cta-btn {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

header .logo a:hover,
footer .ft-logo a:hover,
footer .footer-company-tel a:hover {
    opacity: 0.8;
}

.cta-btn a {
    display: flex;
    color: #fff;
    text-align: center;
    background-color: #231815;
    min-width: 350px;
    width: 350px;
    height: 65px;
    padding: 10px 15px;
    box-sizing: border-box;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 300;
}

.cta-btn a:before {
    content: "";
    background-image: url(../images/common/btn_arrow.png);
    position: absolute;
    width: 21px;
    height: 36px;
    top: auto;
    left: 0px;
    transform: translate(300px, 0%) scale(0.3);
}

.cta-btn a:hover {
    color: #fff;
    background-color: #00732a;
    transition: .2s ease-in-out;
}

/*-- パンくずリスト --*/
.breadcrumb {
    width: 100%;
    margin-top: 110px;
    position: absolute;
    z-index: 100;
}

.breadcrumb .breadcrumb__inner {
    width: 100%;
    max-width: 1366px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

.breadcrumb__inner li a {
    color: #fff;
    font-size: 12px;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.breadcrumb__inner li a:hover {
    text-decoration: none;
}

.breadcrumb__inner li {
    margin: 0 3px;
    color: #fff;
    font-size: 12px;
}

.breadcrumb__inner li:not(:last-of-type):after {
    content: "›";
    margin: 0 2px 0 8px;
    color: #fff;
    font-size: 12px;
}

.breadcrumb-black .breadcrumb__inner li a {
    color: #000!important;
}

.breadcrumb-black .breadcrumb__inner li {
    color: #000!important;
}

.breadcrumb-black .breadcrumb__inner li:not(:last-of-type):after {
    color: #000!important;
}

/* *****************************************************************************
PC用のスタイル記述
***************************************************************************** */

.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

/* -----------------------------------------------------------------------------
TOPページ - MainVidual
----------------------------------------------------------------------------- */
.main__inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.main__inner .mv {
    width: 100%;
    height: 768px;
    position: relative;
    z-index: 1;
}

.mv__inner {
    position: relative;
    width: 100%;
    height: 768px;
    z-index: 1;
    background-color: #000;
    overflow: hidden;
}

.main__inner .mv .main01 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/top/main01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: 1;
}

.main__inner .mv .main02 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/top/main02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: 1;
}

.main__inner .mv .main03 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/top/main03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: 1;
}

.main__inner .mv .main01:before,
.main__inner .mv .main02:before,
.main__inner .mv .main03:before {
    content: "";
    display: block;
    width: 100%;
    height: 768px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 5;
}

.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1);
  transition: opacity 3s linear, transform 3s linear; /* フェードのアニメーション */
}

.slide.active {
  opacity: 1; /* 表示中のスライド */
/*  transform: scale(1.1);*/
}

.home .mv-title__outer {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
    padding: 0;
    width: auto;
    text-align: center;
    transform: translate(-50%,-50%);
    z-index: 10;
}

.home .mv-title__outer h2.mv-title {
    font-size: 54px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    line-height: 1.6;
    letter-spacing: 4px;
    text-shadow: 0px 0px 5px #000;
}

/* スクロールダウン */
/* スクロールダウンの位置 */
.scroll {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translate(-50%, -50%);
    z-index: 10;
}

/* スクロールダウンのデザイン */
.scroll span {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 300;
    text-shadow: 0px 0px 5px #000;
}

/* 線のアニメーション部分 */
.scroll::before {
    animation: scroll 2s infinite;
    background-color: rgba(255, 255, 255, 0.8);
    bottom: -58px;
    content: "";
    height: 45px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

/* -----------------------------------------------------------------------------
TOPページ - 画像リンク primary-link
----------------------------------------------------------------------------- */
.primary-link {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 80px 0px;
    z-index: 1;
}

.primary-link__inner {
    max-width: 1120px;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.primary-link-col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.primary-link01 {
    background-image: url(../images/top/bg_primary01.jpg);
    border-radius: 10px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.primary-link02 {
    background-color: #231815;
    background-image: url(../images/top/bg_primary02.jpg);
    border-radius: 10px;
    overflow: hidden;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}

.primary-link03 {
    background-image: url(../images/top/bg_primary03.jpg);
    border-radius: 10px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.link-black {
    background-color: rgba(0, 0, 0, 0.3);
}

.link-black:hover {
    background-color: rgba(0, 0, 0, 0);
    transition: .2s ease-in-out;
}

.primary-link .link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    width: 360px;
    height: 238px;
    box-sizing: border-box;
    color: #fff;
    font-size: 40px;
}

.primary-link .link:hover {
    text-shadow: 0px 0px 5px #000;
    transition: .2s ease-in-out;
}

.ruby {
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    width: 100%;
}

.inline-block {
    display: inline-block;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

/* -----------------------------------------------------------------------------
TOPページ - 新着情報 Information
----------------------------------------------------------------------------- */
.information {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 75px 0 100px;
    background-color: #f2f2f2;
}

.information:before {
    content: "";
    display: block;
    width: 650px;
    height: 650px;
    border-radius: 650px;
    position: absolute;
    left: -5%;
    top: 3%;
    background-image: url(../images/common/bg_01.jpg);
    background-position: right;
    background-size: 90%;
    background-repeat: no-repeat;
}

.information__inner {
    max-width: 1120px;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.information__inner .box {
    display: flex;
    max-width: 100%;
    margin: 0 auto;
}

.information__inner .title-wrap {
    margin-right: 130px;
    display: flex;
}

.information__inner .title-wrap p.label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.information__inner .title-information {
    color: #00732a;
    font-size: 70px;
    font-weight: 400;
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.information-art-col {
    width: 100%;
    display: flex;
    flex-flow: column;
}

/*.information-art-col:after{
    content: "";
    display: block;
    width: 31%;
}*/

.information-art-card {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 0 18px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.information-art-card>a {
    display: flex;
    text-decoration: none;
}

.information-art-card>a:hover img{
    transform: scale(1.1);
}

.information-art-card:hover {
    opacity: 0.8;
    transition: .2s ease-in-out;
}

.information-thumb {
    overflow: hidden;
    max-width: 256px;
    height: 144px;
}

.information-thumb img {
    transition: 0.4s;
    display: block;
    width: 100%;
    aspect-ratio: 256 / 144;
}

.information-body {
    width: 100%;
    padding: 15px;
    position: relative;
}

.information-art-card p.day {
    color: #00732a;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1px;
}

.information-art-card p.art-text {
    color: #231815;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.4;
}

.information-art-card p.arrow {
    position: absolute;
    right: 15px;
    bottom: 15px;
    color: #00732a;
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    line-height: 1.4;
}

.information .cta-btn {
    display: flex;
    justify-content: right;
}

.information .cta-btn a {
    position: relative;
}

/* -----------------------------------------------------------------------------
TOPページ - 伊藤建設について About
----------------------------------------------------------------------------- */
.about {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 100px 0;
}

.about:before {
    content: "";
    display: block;
    width: 700px;
    height: 700px;
    border-radius: 700px;
    position: absolute;
    right: -3%;
    bottom: 5%;
    background-image: url(../images/common/bg_02.jpg);
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
}

.about__inner {
    max-width: 1120px;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.summary-about {
    display: flex;
    max-width: 100%;
    width: 100%;
    position: relative;
    margin: 0 auto;
    box-sizing: border-box;
}

.pc-flex {
    display: flex;
    flex-direction: column;
    width: 50%;
    padding: 0 80px 0 0;
}

.summary-about-thumb {
    max-width: 50%;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.summary-about-thumb picture {
    width: 100%;
}

.summary-about-thumb picture img {
    display: block;
    width: 100%;
}

.summary-about-card {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.summary-about .title-wrap p.label {
    color: #231815;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
}

.summary-about .title-wrap .title-about {
    color: #00732a;
    font-weight: 400;
    font-size: 80px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-top: -15px;
}

.summary-about-card .card-title {
    color: #231815;
    font-weight: 600;
    font-size: 30px;
    line-height: 1.4;
    margin-top: 20px;
}

.summary-about-card .card-text {
    color: #231815;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 40px;
}

.about .cta-btn {
    justify-content: left;
    margin-top: 40px;
}

.about .cta-btn a {
    position: relative;
}

/* -----------------------------------------------------------------------------
TOPページ - ラインナップ LINEUP
----------------------------------------------------------------------------- */
.lineup {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 100px 0;
    background-color: #f2f2f2;
}

.lineup:before {
    content: "";
    display: block;
    width: 600px;
    height: 600px;
    border-radius: 600px;
    position: absolute;
    left: -1%;
    top: 5%;
    background-image: url(../images/common/bg_03.jpg);
    background-position: left 0%;
    background-size: 120%;
    background-repeat: no-repeat;
}

.lineup:after {
    content: "";
    display: block;
    width: 600px;
    height: 600px;
    border-radius: 600px;
    position: absolute;
    right: -1%;
    bottom: 10%;
    background-image: url(../images/common/bg_04.jpg);
    background-position: left 0%;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
}

.lineup__inner {
    max-width: 1120px;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
}

.lineup__inner>.title-wrap {
    text-align: center;
    margin-bottom: 75px;
}

.lineup__inner>.title-wrap:before {
    content: "";
    display: block;
    width: 5%;
    top: 140px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    border-bottom: solid 3px #00732a;
}

.lineup__inner>.title-wrap p.label {
    color: #231815;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
}

.lineup__inner>.title-wrap .title-lineup {
    color: #00732a;
    font-weight: 400;
    font-size: 80px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-top: -15px;
}

.lineup__inner .box {
    max-width: 100%;
    margin: 0 auto;
    min-height: 400px;
    display: flex;
    margin-bottom: 120px;
    position: relative;
}

.lineup__inner .box:nth-of-type(4) {
    margin-bottom: 0;
}

.summary-lineup-thumb {
    max-width: 65%;
    width: 100%;
    position: relative;
}

.lineup__inner .box:nth-of-type(2),
.lineup__inner .box:nth-of-type(4) {
    flex-direction: row;
}

.lineup__inner .box:nth-of-type(3) {
    flex-direction: row-reverse;
}

.lineup__inner .box:nth-of-type(2) .summary-lineup,
.lineup__inner .box:nth-of-type(4) .summary-lineup {
    max-width: 40%;
    width: 100%;
    padding: 50px 40px;
    min-height: 400px;
    position: absolute;
    top: 30px;
    right: 0;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.lineup__inner .box:nth-of-type(3) .summary-lineup {
    max-width: 40%;
    width: 100%;
    padding: 50px 40px;
    min-height: 400px;
    position: absolute;
    top: 30px;
    left: 0;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.lineup__inner .box .summary-lineup-thumb figure {
    width: 100%;
}

.lineup__inner .box .summary-lineup-thumb figure img {
    display: block;
    width: 100%;
}

.summary-lineup__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.summary-lineup .card-title {
    color: #00732a;
    font-weight: 300;
    font-size: 48px;
    line-height: 1.4;
}

.summary-lineup__inner>.title-wrap {
    margin-bottom: 20px;
}

.summary-lineup .card-text {
    color: #231815;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.4;
}

.lineup__inner .cta-btn {
    display: flex;
    justify-content: left;
    position: absolute;
    bottom: 50px;
}

.lineup__inner .cta-btn a {
    position: relative;
    font-size: 12px;
    min-width: 280px;
    width: 280px;
    height: 55px;
}

.lineup__inner .cta-btn a:before {
    transform: translate(230px, 0%) scale(0.3);
}

/* -----------------------------------------------------------------------------
TOPページ - イベント Event
----------------------------------------------------------------------------- */
.event {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 100px 0;
}

.event:before {
    content: "";
    display: block;
    width: 700px;
    height: 700px;
    border-radius: 700px;
    position: absolute;
    left: -3%;
    top: 5%;
    background-image: url(../images/common/bg_05.jpg);
    background-position: center;
    background-size: 105%;
    background-repeat: no-repeat;
}

.event__inner {
    max-width: 1120px;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.event__inner>.title-wrap {
    text-align: center;
    margin-bottom: 75px;
}

.event__inner>.title-wrap:before {
    content: "";
    display: block;
    width: 5%;
    top: 140px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    border-bottom: solid 3px #00732a;
}

.event__inner>.title-wrap p.label {
    color: #231815;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
}

.event__inner>.title-wrap .title-event {
    color: #00732a;
    font-weight: 400;
    font-size: 80px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-top: -15px;
}

.event-art-col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.event-art-col:after{
    content: "";
    display: block;
    width: 31%;
}

.event-art-card {
    width: 31%;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.event-art-card>a {
    display: block;
    text-decoration: none;
}

.event-art-card>a:hover img{
    transform: scale(1.1);
}

.event-art-card:hover {
    opacity: 0.8;
    transition: .2s ease-in-out;
}

.event-art-card .event-thumb {
    overflow: hidden;
}

.event-art-card .event-thumb img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.4s;
    display: block;
    width: 100%;
}

.event-art-card .event-body {
    padding: 15px;
}

.event-art-card .art-title {
    color: #231815;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.4;
}

.event-art-card .art-label {
    color: #fff;
    background-color: #231815;
    font-weight: 400;
    padding: 3px 5px;
    font-size: 14px;
    line-height: 1.5;
}

.event-art-card .art-day {
    color: #231815;
    margin-top: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
}

.event__inner .cta-btn {
    display: flex;
    justify-content: center;
}

.event__inner .cta-btn a {
    position: relative;
}

/* -----------------------------------------------------------------------------
TOPページ - 施工事例 Works
----------------------------------------------------------------------------- */
.works {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 100px 0;
    background-color: #f2f2f2;
}

.works:before {
    content: "";
    display: block;
    width: 700px;
    height: 700px;
    border-radius: 700px;
    position: absolute;
    right: -3%;
    top: 5%;
    background-image: url(../images/common/bg_06.jpg);
    background-position: center;
    background-size: 95%;
    background-repeat: no-repeat;
}

.works__inner {
    max-width: 1120px;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.works__inner>.title-wrap {
    text-align: center;
    margin-bottom: 75px;
}

.works__inner>.title-wrap:before {
    content: "";
    display: block;
    width: 5%;
    top: 140px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    border-bottom: solid 3px #00732a;
}

.works__inner>.title-wrap p.label {
    color: #231815;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
}

.works__inner>.title-wrap .title-works {
    color: #00732a;
    font-weight: 400;
    font-size: 80px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-top: -15px;
}

.works-art-col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 75px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.works-art-col:after{
    content: "";
    display: block;
    width: 31%;
}

.works-art-card {
    width: 31%;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.works-art-card>a {
    display: block;
    text-decoration: none;
}

.works-art-card>a:hover img{
    transform: scale(1.1);
}

.works-art-card:hover {
    opacity: 0.8;
    transition: .2s ease-in-out;
}

.works-art-card .works-thumb {
    overflow: hidden;
}

.works-art-card .works-thumb img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.4s;
    display: block;
    width: 100%;
}

.works-art-card .works-body {
    padding: 15px;
}

.works-art-card .art-title {
    color: #231815;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.4;
}

.works-art-card .art-text {
    color: #231815;
    margin-top: 4px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
}

.works__inner .cta-btn {
    display: flex;
    justify-content: center;
}

.works__inner .cta-btn a {
    position: relative;
}

/* -----------------------------------------------------------------------------
TOPページ - スタッフ紹介 Staff
----------------------------------------------------------------------------- */
.l-staff {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 60px 0;
    background-image: url(../images/common/bg_staff.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 70%;
    display: flex;
    align-items: center;
}

.l-staff:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, #231815 35%, transparent);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
}

.l-staff__inner {
    max-width: 1120px;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.l-staff__inner>.title-wrap {
    text-align: left;
    margin-bottom: 0px;
    width: 100%;
}

.l-staff__inner>.title-wrap p.label {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
}

.l-staff__inner>.title-wrap .title-l-staff {
    color: #fff;
    font-size: 80px;
    font-weight: 400;
    line-height: 1.4;
}

.l-staff__inner .text {
    margin-top: 0px;
    margin-bottom: 0px;
}

.l-staff__inner .text .title-lead {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.8;
    text-align: left;
    margin-bottom: 20px;
}

.l-staff__inner .text .lead {
    width: 50%;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
}

.l-staff__inner .cta-btn {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}

.l-staff__inner .cta-btn>a {
    border: solid 1px rgba(255, 255, 255, 0.3);
}

/* -----------------------------------------------------------------------------
TOPページ - フッター前画像リンク modelhouse,company
----------------------------------------------------------------------------- */
.prev-footer {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 100px 0px;
    background-image: url(../images/common/bg_prev_footer.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.prev-footer__inner {
    max-width: 1120px;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.prev-footer-col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.prev-link01 {
    background-image: url(../images/common/bg_prev01.jpg);
    border-radius: 10px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.prev-link02 {
    background-image: url(../images/common/bg_prev02.jpg);
    border-radius: 10px;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.prev-link-black {
    background-color: rgba(0, 0, 0, 0.3);
}

.prev-link-black:hover {
    background-color: rgba(0, 0, 0, 0);
    transition: .2s ease-in-out;
}

.prev-footer .link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    text-decoration: none;
    width: 540px;
    height: 360px;
    box-sizing: border-box;
    color: #fff;
    font-size: 60px;
}

.prev-footer .link:hover {
    text-shadow: 0px 0px 5px #000;
    transition: .2s ease-in-out;
}

.prev-footer .ruby {
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    width: 100%;
}

.prev-footer .inline-block {
    display: inline-block;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

/* -----------------------------------------------------------------------------
LOWER__コンセプト
----------------------------------------------------------------------------- */
.lower .main__inner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower .main__inner .mv {
    width: 100%;
    height: 768px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lower .main__inner .mv:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.3);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lower .mv-concept {
    background-image: url(../images/concept/main.jpg);
}

.lower .mv-concept .mv-title__outer {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index: 10;
}

.lower .mv-concept .mv-title {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    text-shadow: 0px 0px 5px #000;
}

.lower .img-text-box {
    width: 100%;
    position: relative;
    padding: 100px 0;
    background-image: url(../images/concept/bg_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lower .img-text-box__inner {
    max-width: 1120px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower .img-text-box__inner figure {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding: 0 120px 60px;
}

.lower .img-text-box__inner figure img {
    display: block;
    width: 100%;
}

.lower .img-text-box .text>p {
    color: #231815;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    line-height: 1.8;
}

.lower .our-vision {
    width: 100%;
    position: relative;
    padding: 100px 0;
}

.lower .our-vision__inner {
    max-width: 1120px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower .our-vision__inner>.title-wrap {
    text-align: center;
    margin-bottom: 60px;
}

.lower .our-vision__inner>.title-wrap p.label {
    color: #231815;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.4;
}

.lower .our-vision__inner>.title-wrap .title-our-vision {
    color: #00732a;
    font-weight: 400;
    font-size: 40px;
    line-height: 1.4;
    letter-spacing: 1px;
}

.lower .our-vision__inner .lead {
    margin-bottom: 150px;
}

.lower .our-vision__inner .lead>p {
    color: #231815;
    font-weight: 300;
    font-size: 28px;
    text-align: center;
    line-height: 1.6;
}

.lower .our-vision__inner .title-wrap.h3 {
    position: relative;
    margin: 120px 0 90px;
}

.lower .our-vision__inner .h3-subtitle {
    color: #231815;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    line-height: 1.6;
}

.lower .our-vision__inner .h3-subtitle:before {
    content: "";
    display: block;
    width: 5%;
    top: 60px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    border-bottom: solid 3px #00732a;
}

.lower .our-vision__inner .box {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    min-height: 592px;
    margin-bottom: 120px;
    position: relative;
}

.lower .summary-our-vision-thumb {
    max-width: 100%;
    width: 100%;
    position: relative;
}

.lower .our-vision__inner .sorting-box .box:nth-of-type(odd) {
    flex-direction: row;
}

.lower .our-vision__inner .sorting-box .box:nth-of-type(even) {
    flex-direction: row-reverse;
}

.lower .our-vision__inner .box .summary-our-vision {
    z-index: 1;
}

.lower .sorting-box .box:nth-of-type(odd) .summary-our-vision {
    max-width: 50%;
    width: 100%;
    height: auto;
    padding: 50px 40px;
    min-height: 500px;
    position: absolute;
    top: 135px;
    right: 0;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.lower .sorting-box .box:nth-of-type(even) .summary-our-vision {
    max-width: 50%;
    width: 100%;
    height: auto;
    padding: 50px 40px;
    min-height: 500px;
    position: absolute;
    top: 135px;
    left: 0;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.lower .sorting-box .box:nth-of-type(odd) .summary-our-vision-thumb figure {
    width: 100%;
    position: absolute;
    top: 0;
    left: -36%;
    right: auto;
}

.lower .sorting-box .box:nth-of-type(even) .summary-our-vision-thumb figure {
    width: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: -36%;
}

.lower .our-vision__inner .box .summary-our-vision-thumb figure img {
    display: block;
    width: 100%;
}

.lower .summary-our-vision__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.lower .summary-our-vision__inner>.title-wrap {
    margin-bottom: 20px;
}

.num {
    font-size: 48px;
}

.lower .summary-our-vision__inner>.title-wrap p.number {
    color: #231815;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.6;
}

.lower .summary-our-vision__inner>.title-wrap .card-title {
    color: #231815;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.6;
    margin-top: 10px;
    text-decoration: underline;
    text-underline-offset: 8px;
}

.lower .summary-our-vision__inner .card-text {
    color: #231815;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 30px;
}

/* -----------------------------------------------------------------------------
LOWER__ラインナップ
----------------------------------------------------------------------------- */
.lower .mv-lineup {
    background-image: url(../images/lineup/main.jpg);
}

.lower .mv-lineup .mv-title__outer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.lower .mv-lineup .mv-title__inner {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

.lower .mv-lineup .mv-title {
    color: #fff;
    font-size: 80px;
    font-weight: 400;
    line-height: 1.4;
    text-shadow: 0px 0px 5px #000;
}

.lower .mv-lineup p.mv-text {
    color: #fff;
    font-size: 36px;
    font-weight: 300;
    line-height: 1.4;
    text-shadow: 0px 0px 5px #000;
}

.lower .text-box2 {
    width: 100%;
    position: relative;
    padding: 100px 0;
    background-image: url(../images/lineup/bg_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lower .text-box2__inner {
    max-width: 1120px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower .text-box2 .text>p {
    color: #231815;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    line-height: 1.8;
}

.lower .lineup-group {
    width: 100%;
    position: relative;
    padding: 100px 0;
}

.lower .lineup-group__inner {
    max-width: 1120px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower .lineup-group__inner>.title-wrap {
    text-align: center;
    margin-bottom: 30px;
}

.lower .lineup-group__inner>.title-wrap .title-lineup-group {
    color: #00732a;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.4;
    letter-spacing: 1px;
}

.lower .lineup-group__inner .title-wrap.h3 {
    position: relative;
    margin: 0 0 90px;
}

.lower .lineup-group__inner .h3-subtitle {
    color: #231815;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    line-height: 1.6;
}

.lower .lineup-group__inner .h3-subtitle:before {
    content: "";
    display: block;
    width: 5%;
    top: 60px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    border-bottom: solid 3px #00732a;
}

.lower .lineup-group__inner .box {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    min-height: 592px;
    margin-bottom: 120px;
    position: relative;
}

.lower .summary-lineup-group-thumb {
    max-width: 100%;
    width: 100%;
    position: relative;
}

.lower .lineup-group__inner .sorting-box .box:nth-of-type(odd) {
    flex-direction: row;
}

.lower .lineup-group__inner .sorting-box .box:nth-of-type(even) {
    flex-direction: row-reverse;
}

.lower .lineup-group__inner .box .summary-lineup-group {
    z-index: 1;
}

.lower .sorting-box .box:nth-of-type(odd) .summary-lineup-group {
    max-width: 50%;
    width: 100%;
    height: auto;
    padding: 50px 40px;
    min-height: 500px;
    position: absolute;
    top: 135px;
    right: 0;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.lower .sorting-box .box:nth-of-type(even) .summary-lineup-group {
    max-width: 50%;
    width: 100%;
    height: auto;
    padding: 50px 40px;
    min-height: 500px;
    position: absolute;
    top: 135px;
    left: 0;
    box-sizing: border-box;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.lower .sorting-box .box:nth-of-type(odd) .summary-lineup-group-thumb figure {
    width: 100%;
    position: absolute;
    top: 0;
    left: -36%;
    right: auto;
}

.lower .sorting-box .box:nth-of-type(even) .summary-lineup-group-thumb figure {
    width: 100%;
    position: absolute;
    top: 0;
    left: auto;
    right: -36%;
}

.lower .lineup-group__inner .box .summary-lineup-group-thumb figure img {
    display: block;
    width: 100%;
}

.lower .summary-lineup-group__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.lower .summary-lineup-group__inner>.title-wrap {
    margin-bottom: 20px;
}

.num {
    font-size: 48px;
}

.lower .summary-lineup-group__inner>.title-wrap p.number {
    color: #231815;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.6;
}

.lower .summary-lineup-group__inner>.title-wrap .card-title {
    color: #231815;
    font-weight: 400;
    font-size: 26px;
    line-height: 1.6;
    margin-top: 10px;
    text-decoration: underline;
    text-underline-offset: 8px;
}

.lower .summary-lineup-group__inner .card-text {
    color: #231815;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 30px;
}

.lower .lineup-group__inner .title-wrap.jirei {
    position: relative;
    margin: 0 0 40px;
}

.lower .lineup-group__inner .title-wrap.jirei .h3-subtitle:before {
    display: none;
}

.lower .lineup-group__inner .cta-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.lower .lineup-group__inner .cta-btn>a {
    font-size: 16px;
}

.lower .lineup-group__inner .cta-btn>a:before {
    transform: translate(685px, 0%) scale(0.3);
}

/* -----------------------------------------------------------------------------
LOWER__性能
----------------------------------------------------------------------------- */
/* works-art-colのCSSを流用 */

.lower .mv-performance {
    background-image: url(../images/performance/main.jpg);
}

.lower .mv-performance .mv-title__outer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.lower .mv-performance .mv-title__inner {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}

.lower .mv-performance .mv-title {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.4;
    text-shadow: 0px 0px 5px #000;
}

.lower .text-box {
    width: 100%;
    position: relative;
    padding: 100px 0;
    background-image: url(../images/performance/bg_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lower .text-box__inner {
    max-width: 1120px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower .text-box .text>p {
    color: #231815;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    line-height: 1.8;
}

.lower .performance-group {
    width: 100%;
    position: relative;
    padding: 100px 0;
}

.lower .performance-group__inner {
    max-width: 1120px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower .performance-group__inner>.title-wrap {
    text-align: center;
    margin-bottom: 30px;
}

.lower .performance-group__inner>.title-wrap .title-performance-group {
    color: #00732a;
    font-weight: 400;
    font-size: 48px;
    line-height: 1.4;
    letter-spacing: 1px;
    text-decoration: underline;
    text-underline-offset: 8px;
}

.lower .performance-group__inner>.text {
    text-align: center;
    margin: 60px 0;
}

.lower .performance-group__inner>.text>p {
    color: #231815;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
}

.lower .not-opacity .works-art-card {
    margin-bottom: 30px;
}

.lower .not-opacity .works-art-card:hover {
    opacity: unset;
}

.lower .performance-group__inner .cta-btn {
    display: flex;
    justify-content: center;
    margin-top: -30px;
}

.lower .performance-group__inner .cta-btn>a {
    font-size: 16px;
}

.lower .performance-group__inner .cta-btn>a:before {
    transform: translate(685px, 0%) scale(0.3);
}

/* -----------------------------------------------------------------------------
LOWER__スタッフ一覧
----------------------------------------------------------------------------- */
.lower .staff {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 190px 0 100px;
    background-color: #f2f2f2;
}

.lower .staff__inner {
    max-width: 1120px;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower .staff__inner>.title-wrap {
    text-align: center;
    margin-bottom: 75px;
}

.lower .staff__inner>.title-wrap:before {
    content: "";
    display: block;
    width: 5%;
    top: 140px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    border-bottom: solid 3px #00732a;
}

.lower .staff__inner>.title-wrap p.label {
    color: #231815;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
}

.lower .staff__inner>.title-wrap .title-staff {
    color: #00732a;
    font-weight: 400;
    font-size: 80px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-top: -15px;
}

.lower .stafflist {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 0px;
}

.lower .stafflist__inner {
    max-width: 1120px;
    width: 100%;
    padding: 0px;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower .stafflist-col {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    margin: 0 auto;
}

.lower .stafflist-col:after{
    content: "";
    display: block;
    width: 31%;
}

.lower .stafflist-card {
    position: relative;
    width: 31%;
    box-sizing: border-box;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 60px;
}

.lower .stafflist-card a {
    display: block;
    text-decoration: none;
}

.lower .stafflist-card a:hover img{
    transform: scale(1.1);
}

.lower .stafflist-card:hover {
    opacity: 0.8;
    transition: .2s ease-in-out;
}

.lower .stafflist-card .stafflist-thumb {
    overflow: hidden;
}

.lower .stafflist-card .stafflist-thumb img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.4s;
    display: block;
    width: 100%;
}

.lower .stafflist-card .stafflist-body {
    position: relative;
    text-align: left;
    padding: 15px;
    background-color: #fff;
}

.lower .stafflist-card .stafflist-title {
    color: #fff;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.5;
    background-color: #231815;
    padding: 1px 10px;
}

.lower .stafflist-card .name {
    color: #231815;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.5;
    background-color: #fff;
    padding: 1px 0;
}

.lower .stafflist-card .english {
    color: #231815;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    background-color: #fff;
    padding: 1px 0;
}

/* -----------------------------------------------------------------------------
LOWER__スタッフ詳細
----------------------------------------------------------------------------- */
.lower .staff-detail {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 190px 0;
    background-color: #f2f2f2;
}

.lower .staff-detail__inner {
    max-width: 1120px;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower .profile {
    width: 100%;
}

.lower .profile figure {
    max-width: 50%;
    width: 100%;
    box-sizing: border-box;
    float: left;
}

.lower .profile figure img {
    display: block;
    width: 100%;
}

.lower .profile-card {
    width: 50%;
    box-sizing: border-box;
    float: right;
    padding-left: 40px;
    display: block;
}

.lower .profile-card .label {
    background-color: #231815;
    padding: 2px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.lower .profile-card .name {
    padding: 14px 0 4px;
    color: #231815;
    font-size: 24px;
    font-weight: 500;
}

.lower .profile-card .english {
    padding: 2px 0 16px;
    color: #231815;
    font-size: 14px;
    font-weight: 300;
}

.lower .item-list {
    width: 50%;
    box-sizing: border-box;
    float: right;
    padding-left: 40px;
    display: block;
}

.lower .item-list dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.lower .dl-adjust {
    display: flex;
    width: 100%;
}

.lower .item-list dl dt {
    color: #231815;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    width: 18%;
    padding-bottom: 5px;
}

.lower .item-list dl dd {
    color: #231815;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    width: 82%;
    padding-left: 3px;
    padding-bottom: 5px;
}

.lower .profile .text {
    width: 50%;
    box-sizing: border-box;
    float: right;
    padding-left: 40px;
    padding-top: 20px;
}

.lower .profile>.text .massage {
    color: #231815;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: underline;
    text-underline-offset: 8px;
}

.lower .profile>.text .massage-text {
    color: #231815;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 10px;
}

.lower .staffworks-col {
    width: 100%;
    position: relative;
    padding: 0;
    clear: both;
    padding-top: 60px;
}

.lower .staffworks-col__inner {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.lower .staffworks-col__inner>.title-wrap {
    text-align: center;
    margin-bottom: 30px;
}

.lower .staffworks-col__inner>.title-wrap p.label {
    color: #231815;
    font-weight: 300;
    font-size: 24px;
    line-height: 1.4;
}

.lower .staffworks-col__inner>.title-wrap .title-staffworks-col {
    color: #00732a;
    font-weight: 400;
    font-size: 80px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-top: -15px;
}

.lower .staffworks-col__inner .title-wrap.h3 {
    position: relative;
    margin: 0 0 60px;
}

.lower .staffworks-col__inner .h3-subtitle {
    color: #231815;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
    line-height: 1.6;
}

.lower .staffworks-col__inner .h3-subtitle:before {
    content: "";
    display: block;
    width: 5%;
    top: 60px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    border-bottom: solid 3px #00732a;
}

.lower .staffworks-col__inner figure {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.col-2 {
    width: 49%;
}

.col-3 {
    width: 31%;
}

.lower .staffworks-col__inner figure img {
    display: block;
    width: 100%;
}

.lower .staffworks-col__inner .text:not(:last-child) {
    margin-top: 40px;
    margin-bottom: 60px;
}

.lower .staffworks-col__inner .text:last-child {
    margin-top: 40px;
}

.lower .staffworks-col__inner .text>p {
    color: #231815;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}

.lower .lower-staff {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 100px 0;
    background-color: #f2f2f2;
    clear: both;
}

/* -----------------------------------------------------------------------------
LOWER__会社概要
----------------------------------------------------------------------------- */
.lower .company {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 190px 0 100px;
    background-color: #f2f2f2;
}

.lower .company__inner {
    max-width: 1120px;
    width: 100%;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower .company__inner>.title-wrap {
    text-align: center;
    margin-bottom: 75px;
}

.lower .company__inner>.title-wrap:before {
    content: "";
    display: block;
    width: 5%;
    top: 140px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    border-bottom: solid 3px #00732a;
}

.lower .company__inner>.title-wrap p.label {
    color: #231815;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4;
}

.lower .company__inner>.title-wrap .title-company {
    color: #00732a;
    font-weight: 400;
    font-size: 80px;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-top: -15px;
}

.table__outer {
    padding-bottom: 80px;
    line-break: strict;
    word-break: break-word;
}

.table__outer table {
    border-top: solid 1px #9c9c9c;
    border-left: solid 1px #9c9c9c;
    border-bottom: solid 1px #9c9c9c;
    width: 100%;
    border-collapse: collapse;
}

.table__outer table tr th {
    background-color: #f2f4ec;
    padding: 27px 24px;
    font-size: 16px;
    color: #231815;
    border-bottom: solid 1px #cbcbcb;
    line-height: 1.6;
    width: 20%;
    text-align: left;
    font-weight: 600;
}

.table__outer table tr td {
    background-color: #fff;
    padding: 27px 24px;
    font-size: 16px;
    color: #231815;
    border-bottom: solid 1px #cbcbcb;
    border-right: solid 1px #9c9c9c;
    line-height: 1.6;
    font-weight: 300;
}

.table__outer table tr:last-child th {
    background-color: #f2f4ec;
    padding: 27px 24px;
    font-size: 16px;
    color: #231815;
    border-bottom: solid 1px #9c9c9c;
    line-height: 1.6;
    width: 20%;
    text-align: left;
    font-weight: 600;
}

.table__outer table tr:last-child td {
    background-color: #fff;
    padding: 27px 24px;
    font-size: 16px;
    color: #231815;
    border-bottom: solid 1px #9c9c9c;
    border-right: solid 1px #9c9c9c;
    line-height: 1.6;
    font-weight: 300;
}

.lower .map {
    border: solid 1px #9c9c9c;
}

/* *****************************************************************************
SP用のスタイル記述
***************************************************************************** */
@media screen and (max-width: 1120px){

.pc-only {
    display: none;
}

.sp-only {
    display: block;
}

.cta-btn {
    justify-content: center;
}

.cta-btn a {
    min-width: 300px;
    width: 300px;
    height: 55px;
    font-size: 14px;
}

.cta-btn a:before {
    transform: translate(260px, 0%) scale(0.3);
}

.lower .g-content__outer {
    margin-top: 50px;
    margin-bottom: 50px;
}

.lower .main__inner {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.lower .main__inner .mv {
    width: 100%;
    height: 100%;
    position: relative;
    margin-top: 0px;
    left: 0;
    top: 0;
    z-index: 1;
    aspect-ratio: 780 / 1095;
    background-size: contain;
    background-repeat: no-repeat;
}

.breadcrumb {
    margin-top: 10px;
}

.breadcrumb .breadcrumb__inner {
    max-width: 100%;
    padding: 0 15px;
}

/* -----------------------------------------------------------------------------
SP__TOPページ - MainVidual
----------------------------------------------------------------------------- */
.main__inner .mv {
    height: 100dvh;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.mv__inner {
    height: 100%;
}

.main__inner .mv .main01 {
    background-image: url(../images/top/sp_main01.jpg);
    background-size: cover;
    background-position: center;
}

.main__inner .mv .main02 {
    background-image: url(../images/top/sp_main02.jpg);
    background-size: cover;
    background-position: center;
}

.main__inner .mv .main03 {
    background-image: url(../images/top/sp_main03.jpg);
    background-size: cover;
    background-position: center;
}

.main__inner .mv .main01:before,
.main__inner .mv .main02:before,
.main__inner .mv .main03:before {
    height: 100%;
}

.home .mv-title__outer {
    width: 100%;
}

.home .mv-title__outer h2.mv-title {
    font-size: 32px;
}

/* スクロールダウンのデザイン */
.scroll span {
    font-size: 16px;
}

/* -----------------------------------------------------------------------------
SP__TOPページ - 画像リンク primary-link
----------------------------------------------------------------------------- */
.primary-link {
    padding: 50px 15px 70px;
}

.primary-link__inner {
    max-width: 100%;
    padding: 0 15px;
}

.primary-link-col {
    flex-direction: row;
    align-content: space-between;
}

.primary-link01,
.primary-link02,
.primary-link03 {
    width: 100%;
}

.primary-link01,
.primary-link02 {
    margin-bottom: 25px;
}

.primary-link .link {
    width: 100%;
    font-size: 36px;
}

.ruby {
    font-size: 16px;
    line-height: 32px;
}

/* -----------------------------------------------------------------------------
SP__TOPページ - 新着情報 Information
----------------------------------------------------------------------------- */
.information {
    padding: 40px 15px;
}

.information:before {
    width: 250px;
    height: 250px;
    border-radius: 250px;
    left: unset;
    right: -13%;
    top: -3%;
    background-position: left;
    background-size: 90%;
    background-repeat: no-repeat;
}

.information__inner {
    max-width: 100%;
}

.information__inner .box {
    flex-direction: column;
}

.information__inner .title-wrap {
    margin-right: unset;
    flex-direction: column-reverse;
    margin-bottom: 20px;
}

.information__inner .title-wrap p.label {
    writing-mode: unset;
    text-orientation: unset;
    font-size: 14px;
    line-height: 1.4;
}

.information__inner .title-information {
    font-size: 30px;
    line-height: 1.4;
    writing-mode: unset;
    text-orientation: unset;
}

.information-thumb {
    max-width: 100%;
    height: 100%;
    width: 30%;
}

.information-thumb img {
    aspect-ratio: 96 / 80;
}

.information-body {
    width: 70%;
    padding: 10px;
}

.information-art-card p.day {
    font-size: 12px;
}

.information-art-card p.art-text {
    font-size: 14px;
}

.information-art-card p.arrow {
    right: 10px;
    bottom: 10px;
    font-size: 12px;
}

.information .cta-btn {
    justify-content: center;
    margin-top: 20px;
}

/* -----------------------------------------------------------------------------
SP__TOPページ - 伊藤建設について About
----------------------------------------------------------------------------- */
.about {
    padding: 50px 0;
}

.about:before {
    width: 250px;
    height: 250px;
    border-radius: 250px;
    left: -15%;
    right: unset;
    top: 3%;
    background-position: center;
    background-size: 90%;
    background-repeat: no-repeat;
}

.about__inner {
    max-width: 100%;
    padding: 0 15px;
}

.summary-about {
    flex-direction: column;
}

.pc-flex {
    display: unset;
    flex-direction: unset;
    width: unset;
    padding: unset;
}

.summary-about-thumb {
    max-width: 100%;
    margin-top: 30px;
    order: 2;
}

.summary-about-thumb picture img {
    object-fit: cover;
}

.summary-about-card {
    width: 100%;
    display: flex;
    flex-direction: column;
    order: 3;
}

.summary-about .title-wrap {
    text-align: center;
    order: 1;
}

.summary-about .title-wrap p.label {
    font-size: 14px;
    line-height: 1.8;
}

.summary-about .title-wrap .title-about {
    font-size: 44px;
    line-height: 1.8;
}

.summary-about .title-wrap .title-about:before {
    content: "";
    display: block;
    width: 5%;
    top: 90px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    border-bottom: solid 3px #00732a;
}

.summary-about-card .card-title {
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
}

.summary-about-card .card-text {
    font-size: 14px;
    padding: 0 15px;
    margin-top: 20px;
}

.about .cta-btn {
    justify-content: center;
    order: 4;
}

.about .cta-btn a {
    position: relative;
}

/* -----------------------------------------------------------------------------
SP__TOPページ - ラインナップ LINEUP
----------------------------------------------------------------------------- */
.lineup {
    padding: 50px 0;
}

.lineup:before {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    left: -1%;
    top: 5%;
    background-position: left 0%;
    background-size: 120%;
    background-repeat: no-repeat;
}

.lineup:after {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    right: -1%;
    bottom: 10%;
    background-position: left 0%;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
}

.lineup__inner {
    max-width: 100%;
    padding: 0 15px;
}

.lineup__inner>.title-wrap {
    margin-bottom: 40px;
}

.lineup__inner>.title-wrap:before {
    content: "";
    display: block;
    width: 5%;
    top: 90px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    border-bottom: solid 3px #00732a;
}

.lineup__inner>.title-wrap p.label {
    font-size: 14px;
    line-height: 1.8;
}

.lineup__inner>.title-wrap .title-lineup {
    font-size: 44px;
    line-height: 1.8;
}

.lineup__inner .box {
    flex-direction: column;
    margin-bottom: 80px;
}

.lineup__inner .box:nth-of-type(4) {
    margin-bottom: 50px;
}

.summary-lineup-thumb {
    max-width: 100%;
}

.lineup__inner .box:nth-of-type(2),
.lineup__inner .box:nth-of-type(4) {
    flex-direction: column;
}

.lineup__inner .box:nth-of-type(3) {
    flex-direction: column;
}

.lineup__inner .box:nth-of-type(2) .summary-lineup,
.lineup__inner .box:nth-of-type(4) .summary-lineup {
    max-width: 100%;
    width: calc(100% - 30px);
    padding: 40px 30px;
    min-height: unset;
    position: relative;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
}

.lineup__inner .box:nth-of-type(3) .summary-lineup {
    max-width: 100%;
    width: calc(100% - 30px);
    padding: 40px 30px;
    min-height: unset;
    position: relative;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
}

.summary-lineup__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.summary-lineup .card-title {
    font-size: 40px;
    line-height: 1.4;
    text-align: center;
}

.summary-lineup__inner>.title-wrap {
    margin-bottom: 20px;
}

.summary-lineup .card-text {
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
}

.lineup__inner .cta-btn {
    justify-content: center;
    position: relative;
    bottom: unset;
    margin-top: 40px;
}

.lineup__inner .cta-btn a {
    font-size: 14px;
    min-width: 245px;
    width: 245px;
    height: 45px;
}

.lineup__inner .cta-btn a:before {
    transform: translate(210px, 0%) scale(0.3);
}

/* -----------------------------------------------------------------------------
SP__TOPページ - イベント Event
----------------------------------------------------------------------------- */
.event {
    padding: 50px 0;
}

.event:before {
    width: 250px;
    height: 250px;
    border-radius: 250px;
    left: -18%;
    top: 2%;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.event__inner {
    max-width: 100%;
    padding: 0 15px;
}

.event__inner>.title-wrap {
    margin-bottom: 40px;
}

.event__inner>.title-wrap:before {
    content: "";
    display: block;
    width: 5%;
    top: 90px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    border-bottom: solid 3px #00732a;
}

.event__inner>.title-wrap p.label {
    font-size: 14px;
    line-height: 1.8;
}

.event__inner>.title-wrap .title-event {
    font-size: 44px;
    line-height: 1.8;
}

.event-art-col {
    flex-direction: column;
    align-content: space-between;
    margin-bottom: 0px;
}

.event-art-card {
    width: 100%;
    margin: 0 0 40px;
    position: relative;
}

.event-art-card .event-body {
    padding: 30px 15px;
}

.event-art-card .art-title {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
}

.event-art-card .art-label {
    font-size: 12px;
    line-height: 1.5;
}

.event-art-card .art-day {
    font-size: 14px;
    line-height: 1.8;
}

/* -----------------------------------------------------------------------------
SP__TOPページ - 施工事例 Works
----------------------------------------------------------------------------- */
.works {
    padding: 50px 0;
}

.works:before {
    content: "";
    display: block;
    width: 250px;
    height: 250px;
    border-radius: 250px;
    right: -16%;
    top: 1%;
    background-position: center;
    background-size: 95%;
    background-repeat: no-repeat;
}

.works__inner {
    max-width: 100%;
    padding: 0 15px;
}

.works__inner>.title-wrap {
    margin-bottom: 40px;
}

.works__inner>.title-wrap:before {
    content: "";
    display: block;
    width: 5%;
    top: 90px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    border-bottom: solid 3px #00732a;
}

.works__inner>.title-wrap p.label {
    font-size: 14px;
    line-height: 1.8;
}

.works__inner>.title-wrap .title-works {
    font-size: 44px;
    line-height: 1.8;
}

.works-art-col {
    flex-direction: column;
    align-content: space-between;
    margin-bottom: 0px;
}

.works-art-card {
    width: 100%;
    margin: 0 0 40px;
    position: relative;
}

.works-art-card .works-body {
    padding: 30px 15px;
}

.works-art-card .art-title {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.4;
}

.works-art-card .art-text {
    font-size: 14px;
    line-height: 1.8;
}

/* -----------------------------------------------------------------------------
SP__TOPページ - スタッフ紹介 Staff
----------------------------------------------------------------------------- */
.l-staff {
    padding: 50px 0;
    background-image: url(../images/common/sp_bg_staff.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100%;
    display: flex;
    align-items: center;
}

.l-staff:before {
    background: linear-gradient(to top, #231815 40%, transparent);
}

.l-staff__inner {
    max-width: 100%;
    padding: 0 15px;
}

.l-staff__inner>.title-wrap {
    text-align: center;
}

.l-staff__inner>.title-wrap p.label {
    font-size: 14px;
    line-height: 1.4;
}

.l-staff__inner>.title-wrap .title-l-staff {
    font-size: 44px;
    line-height: 1.4;
}

.l-staff__inner .text {
    padding: 0 15px;
}

.l-staff__inner .text .title-lead {
    font-size: 18px;
    line-height: 1.8;
}

.l-staff__inner .text .lead {
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
}

.l-staff__inner .cta-btn {
    justify-content: center;
}

/* -----------------------------------------------------------------------------
SP__TOPページ - フッター前画像リンク modelhouse,company
----------------------------------------------------------------------------- */
.prev-footer {
    padding: 70px 15px 70px;
}

.prev-footer__inner {
    max-width: 100%;
    padding: 0 15px;
}

.prev-footer-col {
    flex-direction: row;
    align-content: space-between;
}

.prev-link01,
.prev-link02 {
    width: 100%;
}

.prev-link01{
    margin-bottom: 30px;
}

.prev-footer .link {
    width: 100%;
    height: 220px;
    font-size: 36px;
}

.prev-footer .ruby {
    font-size: 12px;
    line-height: 24px;
}

/* -----------------------------------------------------------------------------
SP__LOWER__コンセプト
----------------------------------------------------------------------------- */
.lower .main__inner .mv-concept {
    background-image: url(../images/concept/sp_main.jpg);
}

.lower .main__inner .mv-concept:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.3);
    aspect-ratio: 780 / 1095;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 5;
}

.lower .mv-concept .mv-title__outer {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    text-align: left;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.lower .mv-concept .mv-title__inner {
    width: calc(100% - 30px);
    margin: 0 auto;
}

.lower .mv-concept .mv-title {
    font-size: 24px;
    line-height: 1.6;
}

.lower .img-text-box {
    padding: 50px 0;
}

.lower .img-text-box__inner {
    max-width: 100%;
    padding: 0 15px;
    width: auto;
}

.lower .img-text-box__inner figure {
    padding: 0 0 30px;
}

.lower .img-text-box .text {
    padding: 0 15px;
}

.lower .img-text-box .text>p {
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
}

.lower .our-vision {
    padding: 50px 0;
}

.lower .our-vision__inner {
    max-width: 100%;
    padding: 0 15px;
    width: auto;
}

.lower .our-vision__inner>.title-wrap {
    margin-bottom: 30px;
}

.lower .our-vision__inner>.title-wrap p.label {
    font-size: 14px;
    line-height: 1.4;
}

.lower .our-vision__inner>.title-wrap .title-our-vision {
    font-size: 24px;
    line-height: 1.4;
}

.lower .our-vision__inner .lead {
    margin-bottom: 0px;
}

.lower .our-vision__inner .lead>p {
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
}

.lower .our-vision__inner .title-wrap.h3 {
    position: relative;
    margin: 40px 0 60px;
}

.lower .our-vision__inner .h3-subtitle {
    font-size: 18px;
}

.lower .our-vision__inner .h3-subtitle:before {
    content: "";
    display: block;
    width: 10%;
    top: 45px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    border-bottom: solid 3px #00732a;
}

.lower .summary-our-vision-thumb {
    max-width: 100%;
    width: 100%;
    position: relative;
}

.lower .our-vision__inner .box {
    margin-bottom: 0px;
    min-height: 562px;
}

.lower .our-vision__inner .sorting-box .box:nth-of-type(odd) {
    flex-direction: column;
}

.lower .our-vision__inner .sorting-box .box:nth-of-type(even) {
    flex-direction: column;
}

.lower .our-vision__inner .box .summary-our-vision {
    z-index: 1;
}

.lower .sorting-box .box:nth-of-type(odd) .summary-our-vision {
    max-width: 100%;
    width: calc(100% - 30px);
    margin: -50px auto 0;
    height: auto;
    padding: 20px 15px;
    min-height: 300px;
    position: relative;
    top: unset;
    right: unset;
}

.lower .sorting-box .box:nth-of-type(even) .summary-our-vision {
    max-width: 100%;
    width: calc(100% - 30px);
    margin: -50px auto 0;
    height: auto;
    padding: 20px 15px;
    min-height: 300px;
    position: relative;
    top: unset;
    left: unset;
}

.lower .sorting-box .box:nth-of-type(odd) .summary-our-vision-thumb figure {
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
}

.lower .sorting-box .box:nth-of-type(even) .summary-our-vision-thumb figure {
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
}

.lower .our-vision__inner .box .summary-our-vision-thumb figure img {
    display: block;
    width: 100%;
}

.lower .summary-our-vision__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.lower .summary-our-vision__inner>.title-wrap {
    margin-bottom: 20px;
}

.num {
    font-size: 30px;
}

.lower .summary-our-vision__inner>.title-wrap p.number {
    font-size: 12px;
    line-height: 1.6;
}

.lower .summary-our-vision__inner>.title-wrap .card-title {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 10px;
}

.lower .summary-our-vision__inner .card-text {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}

/* -----------------------------------------------------------------------------
SP__LOWER__ラインナップ
----------------------------------------------------------------------------- */
.lower .mv-lineup {
    background-image: url(../images/lineup/sp_main.jpg);
}

.lower .main__inner .mv-lineup:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.3);
    aspect-ratio: 780 / 1095;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 5;
}

.lower .mv-lineup .mv-title__outer {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    text-align: left;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.lower .mv-lineup .mv-title__inner {
    width: calc(100% - 30px);
    margin: 0 auto;
}

.lower .mv-lineup .mv-title {
    font-size: 40px;
    line-height: 1.6;
}

.lower .mv-lineup p.mv-text {
    font-size: 18px;
    line-height: 1.4;
}

.lower .text-box2 {
    width: 100%;
    position: relative;
    padding: 50px 0;
    background-image: url(../images/lineup/bg_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.lower .text-box2__inner {
    max-width: 100%;
    padding: 0 15px;
    width: auto;
}

.lower .text-box2 .text>p {
    font-size: 14px;
    line-height: 1.8;
    text-align: center;
}

.lower .lineup-group {
    padding: 50px 0;
}

.lower .lineup-group__inner {
    max-width: 100%;
    padding: 0 15px;
    width: auto;
}

.lower .lineup-group__inner>.title-wrap {
    margin-bottom: 10px;
}

.lower .lineup-group__inner>.title-wrap .title-lineup-group {
    font-size: 24px;
    line-height: 1.4;
}

.lower .lineup-group__inner .title-wrap.h3 {
    position: relative;
    margin: 0 0 60px;
}

.lower .lineup-group__inner .h3-subtitle {
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
}

.lower .lineup-group__inner .h3-subtitle:before {
    content: "";
    display: block;
    width: 5%;
    top: 45px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    border-bottom: solid 3px #00732a;
}

.lower .lineup-group__inner .box {
    margin-bottom: 30px;
    min-height: 562px;
}

.lower .summary-lineup-group-thumb {
    max-width: 100%;
    width: 100%;
    position: relative;
}

.lower .lineup-group__inner .sorting-box .box:nth-of-type(odd) {
    flex-direction: column;
}

.lower .lineup-group__inner .sorting-box .box:nth-of-type(even) {
    flex-direction: column;
}

.lower .lineup-group__inner .box .summary-lineup-group {
    z-index: 1;
}

.lower .sorting-box .box:nth-of-type(odd) .summary-lineup-group {
    max-width: 100%;
    width: calc(100% - 30px);
    margin: -20px auto 0;
    height: auto;
    padding: 20px 15px;
    min-height: 300px;
    position: relative;
    top: unset;
    right: unset;
}

.lower .sorting-box .box:nth-of-type(even) .summary-lineup-group {
    max-width: 100%;
    width: calc(100% - 30px);
    margin: -20px auto 0;
    height: auto;
    padding: 20px 15px;
    min-height: 300px;
    position: relative;
    top: unset;
    left: unset;
}

.lower .sorting-box .box:nth-of-type(odd) .summary-lineup-group-thumb figure {
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
}

.lower .sorting-box .box:nth-of-type(even) .summary-lineup-group-thumb figure {
    width: 100%;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
}

.lower .lineup-group__inner .box .summary-lineup-group-thumb figure img {
    display: block;
    width: 100%;
}

.lower .summary-lineup-group__inner {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.lower .summary-lineup-group__inner>.title-wrap {
    margin-bottom: 20px;
}

.num {
    font-size: 30px;
}

.lower .summary-lineup-group__inner>.title-wrap p.number {
    font-size: 12px;
    line-height: 1.6;
}

.lower .summary-lineup-group__inner>.title-wrap .card-title {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 10px;
}

.lower .summary-lineup-group__inner .card-text {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 10px;
}

.lower .lineup-group__inner .title-wrap.jirei {
    position: relative;
    margin: 0 0 40px;
}

.lower .lineup-group__inner .title-wrap.jirei .h3-subtitle:before {
    display: none;
}

.lower .lineup-group__inner .cta-btn {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.lower .lineup-group__inner .cta-btn>a {
    font-size: 16px;
}

.lower .lineup-group__inner .cta-btn>a:before {
    transform: translate(685px, 0%) scale(0.3);
}

/* -----------------------------------------------------------------------------
SP__LOWER__性能
----------------------------------------------------------------------------- */
/* works-art-colのCSSを流用 */

.lower .mv-performance {
    background-image: url(../images/performance/sp_main.jpg);
}

.lower .mv-performance .mv-title__outer {
    position: relative;
    left: unset;
    top: unset;
    transform: unset;
    text-align: left;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.lower .mv-performance .mv-title__inner {
    width: calc(100% - 30px);
    margin: 0 auto;
}

.lower .mv-performance .mv-title {
    font-size: 24px;
    line-height: 1.6;
}

.lower .text-box {
    padding: 50px 0;
}

.lower .text-box__inner {
    max-width: 100％;
    padding: 0 15px;
    width: auto;
}

.lower .text-box .text>p {
    font-size: 14px;
    line-height: 1.8;
}

.lower .performance-group {
    padding: 50px 0;
}

.lower .performance-group__inner {
    max-width: 100%;
    padding: 0 15px;
    width: auto;
}

.lower .performance-group__inner>.title-wrap {
    text-align: center;
    margin-bottom: 30px;
}

.lower .performance-group__inner>.title-wrap .title-performance-group {
    font-size: 24px;
    line-height: 1.4;
}

.lower .performance-group__inner>.text {
    text-align: center;
    margin: 30px 0;
}

.lower .performance-group__inner>.text>p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8;
}

.lower .performance-group__inner .cta-btn {
    display: flex;
    justify-content: center;
    margin-top: 0px;
}

.lower .performance-group__inner .cta-btn>a {
    font-size: 16px;
}

.lower .performance-group__inner .cta-btn>a:before {
    transform: translate(685px, 0%) scale(0.3);
}

/* -----------------------------------------------------------------------------
SP__LOWER__スタッフ一覧
----------------------------------------------------------------------------- */
.lower .staff {
    padding: 50px 0px;
}

.lower .staff__inner {
    max-width: 100%;
    padding: 0 15px;
}

.lower .staff__inner>.title-wrap {
    margin-bottom: 30px;
}

.lower .staff__inner>.title-wrap:before {
    content: "";
    display: block;
    width: 5%;
    top: 90px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    border-bottom: solid 3px #00732a;
}

.lower .staff__inner>.title-wrap p.label {
    font-size: 14px;
    line-height: 1.8;
}

.lower .staff__inner>.title-wrap .title-staff {
    font-size: 44px;
    line-height: 1.8;
}

.lower .stafflist__inner {
    max-width: 100%;
    padding: 0;
}

.lower .stafflist-col {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    flex-direction: unset;
    align-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 0px;
}

/*.lower .stafflist-col:after{
    content: "";
    display: block;
    width: 31%;
}*/

.lower .stafflist-card {
    width: 100%;
    margin-bottom: 40px;
}

.lower .stafflist-card .stafflist-body {
    position: relative;
    text-align: left;
    padding: 15px;
    background-color: #fff;
}

.lower .stafflist-card .stafflist-title {
    font-size: 12px;
    line-height: 1.5;
}

.lower .stafflist-card .name {
    font-size: 18px;
    line-height: 1.5;
}

.lower .stafflist-card .english {
    font-size: 12px;
    line-height: 1.5;
}

/* -----------------------------------------------------------------------------
SP__LOWER__スタッフ詳細
----------------------------------------------------------------------------- */
.lower .staff-detail {
    padding: 70px 0;
}

.lower .staff-detail__inner {
    max-width: 100%;
    padding: 0 15px;
}

.lower .profile figure {
    max-width: 60%;
    width: 100%;
    box-sizing: border-box;
    float: left;
}

.lower .profile-card {
    max-width: 40%;
    width: 100%;
    box-sizing: border-box;
    float: right;
    padding-left: 20px;
    margin-top: 30px;
    display: block;
}

.lower .profile-card .label {
    background-color: #231815;
    padding: 2px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.lower .profile-card .name {
    padding: 14px 0 4px;
    color: #231815;
    font-size: 20px;
    font-weight: 500;
}

.lower .profile-card .english {
    padding: 2px 0 16px;
    color: #231815;
    font-size: 14px;
    font-weight: 300;
}

.lower .item-list {
    max-width: 40%;
    width: 100%;
    box-sizing: border-box;
    float: right;
    padding-left: 20px;
    display: block;
}

.lower .item-list dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.lower .dl-adjust {
    display: flex;
    width: 100%;
}

.lower .item-list dl dt {
    color: #231815;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    width: 25%;
    padding-bottom: 5px;
}

.lower .item-list dl dd {
    color: #231815;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    width: 75%;
    padding-left: 3px;
    padding-bottom: 5px;
}

.lower .profile .text {
    width: 100%;
    box-sizing: border-box;
    float: left;
    padding-left: 0px;
    padding-top: 20px;
}

.lower .profile>.text .massage {
    color: #231815;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: underline;
    text-underline-offset: 8px;
}

.lower .profile>.text .massage-text {
    color: #231815;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 10px;
}

.lower .staffworks-col {
    width: 100%;
    position: relative;
    padding: 0;
    clear: both;
    padding-top: 10px;
}

.lower .staffworks-col__inner {
    max-width: 100％;
    padding: 0 15px;
    width: auto;
}

.lower .staffworks-col__inner>.title-wrap {
    text-align: center;
    margin-bottom: 10px;
}

.lower .staffworks-col__inner>.title-wrap p.label {
    font-size: 14px;
    line-height: 1.8;
}

.lower .staffworks-col__inner>.title-wrap .title-staffworks-col {
    font-size: 44px;
    line-height: 1.8;
}

.lower .staffworks-col__inner .title-wrap.h3 {
    position: relative;
    margin: 0 0 60px;
}

.lower .staffworks-col__inner .h3-subtitle {
    color: #231815;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    line-height: 1.6;
}

.lower .staffworks-col__inner .h3-subtitle:before {
    content: "";
    display: block;
    width: 5%;
    top: 40px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    border-bottom: solid 3px #00732a;
}

.lower .staffworks-col__inner figure {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.col-2 {
    width: 100%;
}

.col-3 {
    width: 100%;
}

.lower .staffworks-col__inner figure img {
    padding: 5px 0;
}

.lower .staffworks-col__inner .text:not(:last-child) {
    margin-top: 40px;
    margin-bottom: 60px;
}

.lower .staffworks-col__inner .text:last-child {
    margin-top: 40px;
}

.lower .staffworks-col__inner .text>p {
    color: #231815;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}

.lower .lower-staff {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 50px 0;
    background-color: #f2f2f2;
    clear: both;
}

/* -----------------------------------------------------------------------------
SP__LOWER__会社概要
----------------------------------------------------------------------------- */
.lower .company {
    padding: 50px 0;
}

.lower .company__inner {
    max-width: 100%;
    padding: 0 15px;
}

.lower .company__inner>.title-wrap {
    margin-bottom: 30px;
}

.lower .company__inner>.title-wrap:before {
    content: "";
    display: block;
    width: 5%;
    top: 90px;
    left: 50%;
    transform: translate(-50%,0);
    position: absolute;
    border-bottom: solid 3px #00732a;
}

.lower .company__inner>.title-wrap p.label {
    font-size: 14px;
    line-height: 1.8;
}

.lower .company__inner>.title-wrap .title-company {
    font-size: 44px;
    line-height: 1.8;
}

.table__outer {
    padding-bottom: 45px;
}

.table__outer table {
    border-right: solid 1px #9c9c9c;
    background-color: #fff;
    overflow: hidden;
}

.table__outer table tr th {
    display: block;
    background-color: #fff;
    padding: 13px 0 3px 12px;
    font-size: 14px;
    color: #231815;
    border-bottom: none;
    line-height: 1.6;
    width: 100%;
    text-align: left;
    font-weight: 600;
}

.table__outer table tr td {
    display: block;
    background-color: #fff;
    padding: 3px 0 13px 12px;
    font-size: 14px;
    color: #231815;
    border-bottom: solid 1px #cbcbcb;
    border-right: none;
    line-height: 1.6;
    font-weight: 300;
}

.table__outer table tr:last-child th {
    display: block;
    background-color: #fff;
    padding: 13px 0 3px 12px;
    font-size: 14px;
    color: #231815;
    border-bottom: none;
    line-height: 1.6;
    width: 100%;
    text-align: left;
    font-weight: 600;
}

.table__outer table tr:last-child td {
    display: block;
    background-color: #fff;
    padding: 3px 0 13px 12px;
    font-size: 14px;
    color: #231815;
    border-bottom: none;
    border-right: none;
    line-height: 1.6;
    font-weight: 300;
}

.map iframe {
    height: 300px;
}

}

/* *****************************************************************************
TB用のスタイル記述（431px〜1120px）
***************************************************************************** */
@media screen and (min-width: 431px) and (max-width: 1120px) {

.lower .main__inner .mv {
    width: 100%;
    height: 460px;
    position: relative;
    left: 0;
    top: 0;
    z-index: 1;
}

.lower .mv__inner {
    position: relative;
    width: 100%;
    height: 460px;
    z-index: 1;
    background-color: #000;
    overflow: hidden;
}

.lower .main__inner .mv .main01 {
    width: 100%;
    height: 460px;
    position: absolute;
    margin-top: 0px;
    left: 0;
    top: 0;
    background-image: url(../images/top/main01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.lower .main__inner .mv .main02 {
    width: 100%;
    height: 460px;
    position: absolute;
    margin-top: 0px;
    left: 0;
    top: 0;
    background-image: url(../images/top/main02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.lower .main__inner .mv .main03 {
    width: 100%;
    height: 460px;
    position: absolute;
    margin-top: 0px;
    left: 0;
    top: 0;
    background-image: url(../images/top/main03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

/* ヘッダーのナビ部分 */
header nav {
    left: unset;
    width: 390px;
    box-shadow: -1px 0 rgba(0, 0, 0, 0.1);
}

.works-art-col {
    flex-direction: unset;
}

.works-art-col .works-art-card {
    width: 49%;
}

.event-art-col {
    flex-direction: unset;
}

.event-art-col .event-art-card {
    width: 49%;
}

.stafflist-col {
    flex-direction: unset;
}

.stafflist-col .stafflist-card {
    width: 49%;
}

.l-staff {
    background-position: unset;
    background-position-y: -100px;
    background-color: #333;
}

.event__inner,
.works__inner {
    max-width: 80%;
}

}

/* *****************************************************************************
プロフィール用のスタイル記述（431px〜767px）
***************************************************************************** */
@media screen and (min-width: 431px) and (max-width: 767px) {

.lower .profile {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.tb-flex {
    display: flex;
}

.tb__inner {
    width: 85%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lower .profile figure {
    max-width: 50%;
    width: 100%;
    box-sizing: border-box;
    float: unset;
}

.lower .profile-card {
    max-width: 50%;
    width: 100%;
    box-sizing: border-box;
    float: unset;
    padding-left: 40px;
    display: block;
}

.lower .item-list {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    float: right;
    padding-left: 0px;
    padding-top: 20px;
}

.lower .profile .text {
    width: 100%;
    box-sizing: border-box;
    float: right;
    padding-left: 0px;
    padding-top: 20px;
    color: #231815;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}

.lower .item-list dl dt {
    width: 22%;
}

.lower .item-list dl dd {
    width: 88%;
}

.table__outer table {
    width: 80%;
    margin: 0 auto;
}

.map  {
    width: 80%;
    margin: 0 auto;
}

.map iframe {
    height: 400px;
}

}

/* *****************************************************************************
430px以下のスタイル記述（〜430px）
***************************************************************************** */
@media screen and (max-width: 430px) {

.lower .profile figure {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    float: unset;
}

.lower .profile-card {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    float: unset;
    padding-left: 0px;
    margin-top: 30px;
    display: block;
}

.lower .profile-card .label {
    background-color: #231815;
    padding: 2px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.lower .profile-card .name {
    padding: 14px 0 4px;
    color: #231815;
    font-size: 20px;
    font-weight: 500;
}

.lower .profile-card .english {
    padding: 2px 0 16px;
    color: #231815;
    font-size: 14px;
    font-weight: 300;
}

.lower .item-list {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    float: unset;
    padding-left: 0px;
    display: block;
}

.lower .item-list dl {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.lower .dl-adjust {
    display: flex;
    width: 100%;
}

.lower .item-list dl dt {
    color: #231815;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    width: 25%;
    padding-bottom: 5px;
}

.lower .item-list dl dd {
    color: #231815;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    width: 75%;
    padding-left: 3px;
    padding-bottom: 5px;
}

.lower .profile .text {
    width: 100%;
    box-sizing: border-box;
    float: unset;
    padding-left: 0px;
    padding-top: 20px;
}

.lower .profile>.text .massage {
    color: #231815;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    text-decoration: underline;
    text-underline-offset: 8px;
}

.lower .profile>.text .massage-text {
    color: #231815;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 10px;
}

}

/* *****************************************************************************
iPhone SE用のスタイル記述（〜375px）
***************************************************************************** */
@media screen and (max-width: 375px) {

/*header nav .g-navi li a {
    padding: 16px 40px;
}

.ham-btns__outer {
    padding-top: 410px;
    }
}*/

}

/* *****************************************************************************
Footer用のスタイル記述（768px〜1120px）
***************************************************************************** */
@media screen and (min-width: 768px) and (max-width: 1120px) {


}

/* *****************************************************************************
カラー後付け
***************************************************************************** */
.color__black {
    color: #231815!important;
}

.color__deepgreen {
    color: #00732a!important;
}

.bgcolor__white {
    background-color: #fff!important;
}

.bgcolor__green {
    background-color: #f4f7ed!important;
}

.bgcolor__gray {
    background-color: #f2f2f2!important;
}

.bgcolor__orange {
    background-color: #fef8f4!important;
}
