@charset "UTF-8";

/* 保留
------------------------------------*/
.bgappear {
    opacity: 1;
}


/* 
------------------------------------*/
.peopleLayout h4, .peopleCommonLayout h4 {
    position: relative;
    padding-left: 60px;
    color: #0071be;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 40px;
}
.peopleLayout h4::before, .peopleLayout h4::after,
.peopleCommonLayout h4::before, .peopleCommonLayout h4::after {
    position: absolute;
    content: "";
    transform: skewX(-20deg);
    width: 25px;
    height: 12px;
}
.peopleLayout h4::after, .peopleCommonLayout h4::after {
    background-color: #0564a6;
    top: 12px;
    left: 20px;
}
.peopleLayout h4::before, .peopleCommonLayout h4::before {
    background-color: #087ab8;
    top: 16px;
    left: 0;
}
.peopleLayout .bold {
    font-weight: bold;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .peopleLayout h4, .peopleCommonLayout h4 {
                    font-size: 1.8rem;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }


/* c01
------------------------------------*/
.peopleLayout #c01 .flex {
    margin-top: 40px;
}
.peopleLayout #c01 .img, .peopleCommonLayout .link_li .img {
    position: relative;
    margin-bottom: 10px;
}
.peopleLayout #c01 .img::before, .peopleLayout #c01 .img::after, .peopleLayout #c01 .img .catch,
.peopleCommonLayout .link_li .img::before, .peopleCommonLayout .link_li .img::after, .peopleCommonLayout .link_li .img .catch {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    opacity: 0;
    z-index: 0;
}
.peopleLayout #c01 .img::before, .peopleCommonLayout .link_li .img::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(51, 141, 202, 0.8);
}
.peopleLayout #c01 .img::after, .peopleCommonLayout .link_li .img::after {
    font-family: "Montserrat", sans-serif;
    top: 10px;
    transform: none;
    left: auto;
    right: 20px;
    color: #fff;
    opacity: 1;
    font-size: 2.8rem;
    font-weight: 300;
}
.peopleLayout #c01 .flex_box01:nth-child(1) .img::after, .peopleCommonLayout .link_li .flex_box01:nth-child(1) .img::after {
    content: "01";
}
.peopleLayout #c01 .flex_box01:nth-child(2) .img::after, .peopleCommonLayout .link_li .flex_box01:nth-child(2) .img::after {
    content: "02";
}
.peopleLayout #c01 .flex_box01:nth-child(3) .img::after, .peopleCommonLayout .link_li .flex_box01:nth-child(3) .img::after {
    content: "03";
}
.peopleLayout #c01 .flex_box01:nth-child(4) .img::after, .peopleCommonLayout .link_li .flex_box01:nth-child(4) .img::after {
    content: "04";
}
.peopleLayout #c01 .flex_box01:nth-child(5) .img::after, .peopleCommonLayout .link_li .flex_box01:nth-child(5) .img::after {
    content: "05";
}
.peopleLayout #c01 .img .catch, .peopleCommonLayout .link_li .img .catch {
    color: #fff;
    width: 85%;
    font-size: 1.5rem;
  line-height: 1.6;
  font-weight: bold;
    display: none;
}
.peopleLayout #c01 a:hover .img::before, .peopleLayout #c01 a:hover .img .catch,
.peopleCommonLayout .link_li a:hover .img::before, .peopleCommonLayout .link_li a:hover .img .catch {
    opacity: 1;
    
}
.peopleLayout #c01 .img .cat, .peopleCommonLayout .link_li .cat {
    position: absolute;
    bottom: 20px;
    left: 0;
    background-color: rgba(228, 139, 152, 0.9);
    color: #fff;
    padding: 3px 10px;
    border-radius: 0 50px 50px 0;
    min-width: 90px;
    text-align: center;
    z-index: 1;
}
.peopleLayout #main #c01 .en {
    font-size: 1.8rem;
    line-height: 1.5;
}
.peopleLayout #c01 .name, .peopleCommonLayout .link_li .name {
    line-height: 1;
  font-size: 0.8rem;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 5px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .peopleLayout #c01 .flex {
                    flex-wrap: wrap;
                    justify-content: center;
                    margin-top: 60px;
                    gap: 60px 6%;
                }
                .peopleLayout #c01 .flex_box01 {
                    margin-right: 0;
                    width: calc(88% / 3);
                }
                .peopleLayout #c01 .img::after {
                    right: 30px;
                    font-size: 3.8rem;
                }
                .peopleLayout #c01 .img::after, .peopleCommonLayout .link_li .img::after {
                    font-size: 1.8rem;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .peopleLayout #c01 .img .catch, .peopleCommonLayout .link_li .img .catch {
                    line-height: 1.8;
                  font-size: 0.8rem;
                  padding-top: 40px;
                    display: block;
                }
                .peopleLayout #c01 .img::after, .peopleCommonLayout .link_li .img::after {
                    font-size: 2.8rem;
                }
            }
            @media screen and (min-width: 1200px) {
                .peopleLayout #c01 .img .catch, .peopleCommonLayout .link_li .img .catch {
                  font-size: 1.1rem;
                    padding-top: 0;
                }
            }


/* 
------------------------------------*/
.peopleLayout #c02 {
    padding-top: 0;
}
.peopleLayout #c02 .bg {
    background-color: #f6f2e8;
    border-radius: 20px;
    padding: 80px 0;
    width: 96%;
    margin: 0 auto
}
.peopleLayout #c02 h3 {
    font-size: 1.8rem;
    font-weight: normal;
    margin-bottom: 40px;
    text-align: center;
    position: relative;
    padding-top: 100px;
    margin-top: 10px;
}
.peopleLayout #c02 h3::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background: url("../img/people/index/people_index_02_img01.png")no-repeat center center/cover;
    width: 128px;
  height: 96px;
}
.peopleLayout #c02 h3 span {
    color: #1f61b3;
    font-weight: bold;
}
.peopleLayout #c02 .info {
    position: relative;
}
.peopleLayout #c02 .info::before, .peopleLayout #c02 .info::after {
    position: absolute;
}
.peopleLayout #c02 .info::before {
    content: "";
    width: 13px;
    height: 13px;
    border: 1px solid #333;
    bottom: 10px;
}
.peopleLayout #c02 .info::after {
    content: "+";
    bottom: 7px;
}
.peopleLayout #c02 .info p {
    line-height: 1.2;
}
.peopleLayout #c02 .icon_li {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.peopleLayout #c02 .icon_li li {
    width: 32%;
}
.peopleLayout #c02 .icon_li li:not(:nth-child(3n)) {
    margin-right: 2%;
}
.peopleLayout #c02 .icon_li li:not(:last-child) {
    margin-bottom: 10px;
}
.peopleLayout #c02 .icon_li .info {
    background-color: #dcdcdc;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 130px;
    height: 130px;
}
.peopleLayout #c02 .icon_li .info::before {
    right: 10px;
}
.peopleLayout #c02 .icon_li .info::after {
    right: 13px;
}
.peopleLayout #c02 .icon_li p {
    line-height: 1;
    text-align: center;
    margin-top: 10px;
    font-size: 0.9rem;
}
.peopleLayout #c02 h5 {
    color: #fff;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 50px;
    margin-bottom: 40px;
    background-color: #93aec6;
    font-size: 1.1rem;
}
.peopleLayout #c02 h5.ttl02 {
    background-color: #d1ba85;
}
.peopleLayout #c02 h5.ttl03 {
    background-color: #b3aeae;
}
.peopleLayout #c02 .flow_box li {
    position: relative;
    padding-left: 40px;
    display: flex;
    font-size: 0.8rem;
}
.peopleLayout #c02 .flow_box li:not(:nth-child(5)) {
    align-items: center;
}
.peopleLayout #c02 .flow02 li:nth-child(5) {
    align-items: center;
}
.peopleLayout #c02 .flow_box li:not(:last-child) {
    margin-bottom: 30px;
}
.peopleLayout #c02 .flow_box {
    position: relative;
}
.peopleLayout #c02 .flow_box::before {
    position: absolute;
    content: "";
    height: calc(100% - 20px);
    width: 5px;
    background-color: #93aec6;
    left: 14px;
    top: 13px;
}
.peopleLayout #c02 .flow02::before {
    background-color: #cbbb95;
}
.peopleLayout #c02 .flow03::before {
    content: none;
}
.peopleLayout #c02 .flow_box li::after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    border: 10px solid #0071be;
    background-color: #f6f2e8;
    top: 5px;
    border-radius: 50%;
    left: 0;
}
.peopleLayout #c02 .flow02 li::after {
    border-color: #d6b056;
}
.peopleLayout #c02 .flow03 li::after {
    border-color: #8c7575;
}
.peopleLayout #c02 .flow_box li:last-child::after {
    background-color: #0071be;
}
.peopleLayout #c02 .flow02 li:last-child::after {
    background-color: #d6b056;
}
.peopleLayout #c02 .flow03 li:last-child::after {
    background-color: #f6f2e8;
}
.peopleLayout #c02 .flow_box .info, .peopleLayout #c02 .flow_box .info_07 {
    margin-left: 10px;
    padding: 3px 50px 3px 20px;
    display: flex;
    border-radius: 60px;
    align-items: center;
}
.peopleLayout #c02 .flow_box .info::before, .peopleLayout #c02 .flow_box .info::after {
    bottom: auto;
}
.peopleLayout #c02 .flow_box .info::before {
    top: 50%;
    transform: translateY(-50%);
    right: 14px;
}
.peopleLayout #c02 .flow_box .info::after {
    top: 50%;
    transform: translateY(-51%);
    right: 18px;
}
.peopleLayout #c02 .flow_box .info_01 {
    background-color: #ecd8a8;
}
.peopleLayout #c02 .flow_box .info_02 {
    background-color: #cfbebe;
}
.peopleLayout #c02 .flow_box .info_03 {
    background-color: #b8d0d0;
}
.peopleLayout #c02 .flow_box .info_04 {
    background-color: #c4c5c5;
}
.peopleLayout #c02 .flow_box .info_05 {
    background-color: #dfc6bc;
}
.peopleLayout #c02 .flow_box .info_06 {
    background-color: #ddd7d7;
}
.peopleLayout #c02 .flow_box .info_07 {
    background-color: #d8d7b2;
}
.peopleLayout #c02 .flow_box .info img, .peopleLayout #c02 .flow_box .info_07 img {
    max-width: 30px;
    margin: 0 20px 0 0;
}
.peopleLayout #c02 .flow_box .info_07 img {
    max-width: 22px;
}
.peopleLayout #c02 .flow_box .info_04 img {
    max-width: 25px;
}
.peopleLayout #c02 .flow03 li:last-child .info img {
    max-width: 20px;
  margin-right: 5px;
}
.peopleLayout #c02 .flow_box .btn_li a:not(:last-child) {
    margin-bottom: 10px;
}
.peopleLayout #c02 .flow_box .ttl {
    min-width: 90px;
    color: #777;
    max-width: 100px;
}
.peopleLayout #c02 .flow_box .ttl span {
    display: block;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .peopleLayout #c02 .bg {
                    border-radius: 35px;
                    padding: 100px 0;
                }
                .peopleLayout #c02 h3 {
                    font-size: 3.4rem;
                    margin-bottom: 60px;
                    margin-top: 0;
                    padding-top: 130px;
                }
                .peopleLayout #c02 h3::after {
                    width: 178px;
                    height: 134px;
                }
                .peopleLayout #c02 .icon_li li {
                    width: 18%;
                }
                .peopleLayout #c02 .icon_li li:not(:nth-child(3n)) {
                    margin-right: 0;
                }
                .peopleLayout #c02 .icon_li li:not(:nth-child(5n)) {
                    margin-right: 2%;
                }
                .peopleLayout #c02 .flow_box li {
                    padding-left: 60px;
                    font-size: 1rem;
                }
                .peopleLayout #c02 .flow_box .ttl {
                    min-width: 100px;
                    max-width: none;
                }
                .peopleLayout #c02 .flow02 .ttl {
                    min-width: 160px;
                }
                .peopleLayout #c02 .flow03 .ttl {
                    min-width: 175px;
                }
                .peopleLayout #c02 .flow_box .info, .peopleLayout #c02 .flow_box .info_07 {
                    margin-left: 40px;
                }
                .peopleLayout #c02 .flow_box .info::after {
                    top: 50%;
                    transform: translateY(-50%);
                }
                .peopleLayout #c02 .flex01 {
                    display: block;
                }
                .peopleLayout #c02 .flex_box01 {
                    width: 100%;
                }
                .peopleLayout #c02 .flex_box01:not(:last-child) {
                    margin-right: 0;
                    margin-bottom: 30px;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .peopleLayout #c02 h3 {
                    margin-top: 30px;
                }
                .peopleLayout #c02 h3::after {
                    width: 218px;
                    height: 164px;
                    top: -30px;
                }
                .peopleLayout #c02 .icon_li {
                    flex-wrap: nowrap;
                    justify-content: space-between;
                }
                .peopleLayout #c02 .icon_li li {
                    width: calc(96% / 8);
                    max-width: 130px;
                }
                .peopleLayout #c02 .icon_li li:not(:nth-child(5n)) {
                    margin-right: 0;
                }
                .peopleLayout #c02 .icon_li li:not(:last-child) {
                    margin-bottom: 0;
                }
                .peopleLayout #c02 .flow_box {
                    display: flex;
                    justify-content: space-between;
                }
                .peopleLayout #c02 .flow_box p {
                    -ms-writing-mode: tb-rl;
                    writing-mode: vertical-rl;
                }
                .peopleLayout #c02 .flow_box .ttl {
                    min-height: 160px;
                    min-width: auto;
                    display: flex;
                }
                .peopleLayout #c02 .flow_box .ttl.rev {
                    flex-direction: column-reverse;
                }
                .peopleLayout #c02 .flow02 .ttl, .peopleLayout #c02 .flow03 .ttl {
                    min-width: auto;
                }
                .peopleLayout #c02 .flow03 .ttl {
                    min-height: 190px;
                }
                .peopleLayout #c02 .flow02 .ttl {
                    min-height: 200px;
                }
                .peopleLayout #c02 .flow_box .btn_li {
                    display: flex;
                    justify-content: space-between;
                }
                .peopleLayout #c02 .flow_box .btn_li a:not(:last-child) {
                    margin-bottom: 0;
                    margin-right: 15px;
                }
                .peopleLayout #c02 .flow_box::before {
                    width: calc(100% - 40px);
                    height: 5px;
                    left: 40px;
                }
                .peopleLayout #c02 .flow_box li::after {
                    top: 0;
                    left: 50%;
                    transform: translateX(-50%);
                }
                .peopleLayout #c02 .flow_box li {
                    flex-direction: column;
                    padding-top: 60px;
                    padding-left: 0;
                }
                .peopleLayout #c02 .flow_box .info, .peopleLayout #c02 .flow_box .info_07 {
                    margin-left: 0;
                    padding: 20px 10px 50px;
                    flex-direction: column;
                }
                .peopleLayout #c02 .flow_box .info img, .peopleLayout #c02 .flow_box .info_07 img {
                    margin: 0 auto 20px;
                }
                .peopleLayout #c02 .flow03 li:last-child .info img {
                    max-width: 25px;
                  margin-right: auto;
                }
                .peopleLayout #c02 .flow_box .info::before, .peopleLayout #c02 .flow_box .info::after {
                    left: 50%;
                    transform: translateX(-50%);
                    right: auto;
                    top: auto;
                }
                .peopleLayout #c02 .flow_box .info::before {
                    bottom: 20px;
                }
                .peopleLayout #c02 .flow_box .info::after {
                    bottom: 17px;
                }
                .peopleLayout #c02 .flow_box li:not(:last-child) {
                    margin-bottom: 0;
                    margin-right: 30px;
                }
                .peopleLayout #c02 .flow01 li:nth-child(5) {
                    align-items: center;
                }
                .peopleLayout #c02 .flex01 {
                    display: flex;
                }
                .peopleLayout #c02 .flex01 .flex_box01:first-child {
                    width: 62%;
                }
                .peopleLayout #c02 .flex01 .flex_box01:last-child {
                    width: 31%;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 12000px) {
                .peopleLayout #c02 h3::after {
                    top: 0;
                }
            }


/* pop_up
------------------------------------*/
.modaal-content-container h3 {
    padding-left: 90px;
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 1.4rem;
    margin-bottom: 20px;
}
.modaal-content-container h3::before, .modaal-content-container h3::after {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
}
.modaal-content-container h3::before {
    background-color: #dcdcdc;
    width: 70px;
    height: 70px;
    left: 0;
    border-radius: 50%;
}
.modaal-content-container h3::after {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    left: 20px;
}
.modaal-content-container .in_01::after {
    background-image: url("../img/people/index/people_index_icon01.png");
    width: 33px;
    height: 32px;
}
.modaal-content-container .in_02::after {
    background-image: url("../img/people/index/people_index_icon02.png");
    width: 36px;
    height: 32px;
}
.modaal-content-container .in_03::after {
    background-image: url("../img/people/index/people_index_icon03.png");
    width: 40px;
    height: 31px;
}
.modaal-content-container .in_04::after {
    background-image: url("../img/people/index/people_index_icon04.png");
    width: 25px;
  height: 32px;
    left: 23px;
}
.modaal-content-container .in_05::after {
    background-image: url("../img/people/index/people_index_icon05.png");
    width: 27px;
    height: 27px;
    left: 22px;
}
.modaal-content-container .in_06::after {
    background-image: url("../img/people/index/people_index_icon06.png");
    width: 34px;
    height: 32px;
    left: 23px;
}
.modaal-content-container .in_07::after {
    background-image: url("../img/people/index/people_index_icon07.png");
    width: 39px;
    height: 32px;
    left: 17px;
}
.modaal-content-container .in_08::after {
    background-image: url("../img/people/index/people_index_icon08.png");
    width: 32px;
    height: 32px;
}
.modaal-content-container h3 span {
    display: block;
    position: relative;
}
.modaal-content-container h3 span::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #bcbcbc;
    left: 0;
    bottom: -20px;
}
.modaal-content-container p {
    margin-bottom: 40px;
    line-height: 1.8;
}
.modaal-content-container .b {
    font-weight: bold;
}
.modaal-content-container h5 {
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
    color: #0071be;
    font-size: 1.2rem;
}
.modaal-content-container h5::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 6px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-color: #0071be;
}
.modaal-content-container img {
    border-radius: 20px;
    overflow: hidden;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .modaal-content-container h3 {
                    font-size: 1.8rem;
                    padding-left: 130px;
                    padding-top: 50px;
                    padding-bottom: 50px;
                }
                .modaal-content-container h3::before {
                    width: 110px;
                    height: 110px;
                }
                .modaal-content-container h3::after {
                    left: 35px;
                }
                .modaal-content-container .in_01::after {
                    width: 43px;
                    height: 42px;
                }
                .modaal-content-container .in_02::after {
                    width: 46px;
                    height: 42px;
                }
                .modaal-content-container .in_03::after {
                    width: 50px;
                    height: 41px;
                }
                .modaal-content-container .in_04::after {
                    width: 33px;
                    height: 42px;
                    left: 40px;
                }
                .modaal-content-container .in_05::after {
                    width: 37px;
                    height: 37px;
                    left: 36px;
                }
                .modaal-content-container .in_06::after {
                    width: 44px;
                    height: 42px;
                    left: 40px;
                }
                .modaal-content-container .in_07::after {
                    width: 52px;
                    height: 42px;
                    left: 30px;
                }
                .modaal-content-container .in_08::after {
                    width: 42px;
                    height: 42px;
                }
                .modaal-content-container h5 {
                    font-size: 1.4rem;
                }
                .modaal-content-container img {
                    border-radius: 35px;
                }
            }



/* インタビュー共通
------------------------------------*/
.peopleCommonLayout .b {
    font-weight: bold;
}
.peopleCommonLayout .ex01 {
    min-height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 20px;
    overflow: hidden;
}
.peopleCommonLayout .ex_bg01 .int_box {
    padding: 30px 0;
}
.peopleCommonLayout #main .ex_bg01 .int_box .ttl {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #0071be;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 20px;
}
.peopleCommonLayout .ex_bg01 .int_box .ttl span {
    font-size: 2rem;
    font-weight: normal;
    display: inline-block;
    margin-left: 4px;
}
.peopleCommonLayout .ex_bg01 .inner {
    max-width: 1800px;
}
.peopleCommonLayout #main .ex_bg01 .mes {
    font-size: 1.8rem;
    line-height: 1.5;
}
.peopleCommonLayout #main .prof_box .cat {
    color: #fff;
    background-color: #e48b98;
    padding: 10px 20px;
    border-radius: 50px;
    margin-bottom: 10px;
    font-weight: 500;
    max-width: 70px;
    text-align: center;
    line-height: 1;
    font-size: 1.1rem;
}
.peopleCommonLayout #main .prof_box .en {
    font-size: 3.5rem;
    line-height: 1.2;
}
.peopleCommonLayout #main .prof_box .name {
    font-size: 1.1rem;
    line-height: 1.5;
    font-weight: 500;
    margin: 0 0 5px;
}
.peopleCommonLayout .work01 {
    margin-top: 60px;
}
.peopleCommonLayout .work01 .flex {
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #0071be;
}
.peopleCommonLayout .work01 .flex_box01:first-child {
    border-bottom: 1px solid #c7c7c7;
}
.peopleCommonLayout h3 {
    padding-left: 35px;
    position: relative;
    color: #0071be;
    margin-bottom: 20px;
    font-size: 1.2rem;
}
.peopleCommonLayout h3::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 7px;
    left: 0;
    top: 12px;
    background-color: #0071be;
}

.peopleCommonLayout #main .work01 p {
    line-height: 1.5;
}
.peopleCommonLayout #main .g_box {
    text-align: center;
    font-weight: bold;
    font-size: 1.2rem;
}
.peopleCommonLayout h5 {
    padding-left: 20px;
    position: relative;
    color: #0071be;
    font-size: 1.1rem;
    margin-bottom: 10px;
}
.peopleCommonLayout h5::before {
    position: absolute;
    content: "●";
    left: 0;
    top: 0;
}
.peopleCommonLayout #main .disc_li:not(:last-of-type) {
    margin-bottom: 30px;
}
.peopleCommonLayout .bg01 {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
}
.peopleCommonLayout #c02, .peopleCommonLayout #c03 {
    padding-top: 0;
}
.peopleCommonLayout #c04 {
    padding: 0;
}
.peopleCommonLayout #main .big {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 20px;
    font-weight: normal;
}
.peopleCommonLayout .message_box {
    padding: 60px 20px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background-color: #f2eee9;
}
.peopleCommonLayout .message_box::after {
    position: absolute;
    content: "";
    background: url("../img/people/common/people_common_before01.png")no-repeat center center/cover;
    width: 455px;
    height: 367px;
    top: -20px;
    left: -50px;
    z-index: 0;
}
.peopleCommonLayout .message_box .flex {
    position: relative;
    z-index: 1;
}
.peopleCommonLayout #main .link_li .cat {
    position: static;
    border-radius: 0;
    font-size: 0.9rem;
    padding: 5px 20px;
    line-height: 1;
    display: inline-block;
    min-width: auto;
    margin-bottom: 5px;
}
.peopleCommonLayout .link_li .img::after {
    font-weight: 100;
}
.peopleCommonLayout #main .link_li .en {
    font-size: 1.8rem;
    line-height: 1.2;
}
.peopleCommonLayout #main .link_li .name {
    line-height: 1.8;
    margin-bottom: 0;
    padding-right: 40px;
}
.peopleCommonLayout #main .link_li .img {
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    margin-bottom: 30px;
}
.peopleCommonLayout #main .link_li a {
    display: block;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #9198a7;
}
.peopleCommonLayout #main .link_li a::after {
    position: absolute;
    content: "→";
    bottom: 20px;
    right: 20px;
    transition: all 0.3s;
}
.peopleCommonLayout #main .link_li a:hover::after {
    right: 0;
}

.peopleCommonLayout .message_box .flex_box01:first-child img {
    max-width: 90%;
}



            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
                .peopleCommonLayout #main .prof_box .en {
                    font-size: 4rem;
                }
                .peopleCommonLayout .ex01 {
                    min-height: 380px;
                    max-height: 100%;
                    border-radius: 35px;
                }
                .peopleCommonLayout .work01 .flex {
                    padding: 20px 40px;
                    align-items: center;
                    border-radius: 80px;
                }
                .peopleCommonLayout .work01 .flex_box01:first-child {
                    width: 24%;
                    padding-right: 30px;
                    border-bottom: none;
                    border-right: 1px solid #c7c7c7;
                    margin-right: 60px;
                }
                .peopleCommonLayout .work01 .flex_box01:last-child {
                    width: 76%;
                }
                .peopleCommonLayout h3, .peopleCommonLayout #main .g_box {
                    font-size: 1.5rem;
                }
                .peopleCommonLayout h3::before {
                    top: 15px;
                }
                .peopleCommonLayout .work01 h3 {
                    margin-bottom: 0;
                    font-size: 1.2rem;
                }
                .peopleCommonLayout .work01 h3::before {
                    top: 12px;
                }
                .peopleCommonLayout .disc_li > li:not(:last-child) {
                    margin-bottom: 10px;
                }
                .peopleCommonLayout .bg01 {
                    height: 400px;
                    margin-top: 100px;
                }
                .peopleCommonLayout #main .big {
                    font-size: 3rem;
                }
                .peopleCommonLayout .message_box {
                    padding: 60px 40px;
                    border-radius: 35px;
                }
                .peopleCommonLayout .message_box::after {
                    width: 415px;
                    height: 334px;
                    top: -50px;
                    left: -50px;
                }
                
                .peopleCommonLayout .message_box .flex_box01:first-child {
                    width: 30%;
                }
                .peopleCommonLayout .message_box .flex_box01:last-child {
                    width: 66%;
                }
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .peopleCommonLayout .ex_bg01 {
                    position: relative;
                }
                .peopleCommonLayout .ex_bg01 .inner > div {
                    width: 40%;
                    padding: 120px 0;
                }
                .peopleCommonLayout .ex_bg01 .int_box {
                    background-color: rgba(255, 255, 255, 0.9);
                    padding: 40px 40px 40px 0;
                    margin-bottom: 30px;
                }
                .peopleCommonLayout #main .ex_bg01 .int_box .ttl span {
                    font-size: 3rem;
                }
                .peopleCommonLayout .ex_bg01 .ex01 {
                    width: 70%;
                }
                .peopleCommonLayout #main .ex_bg01 .mes {
                    font-size: 2.2rem;
                }
                .peopleCommonLayout .work01 .flex {
                    padding: 20px 60px;
                }
                .peopleCommonLayout .work01 .flex_box01:first-child {
                    width: 20%;
                }
                .peopleCommonLayout .work01 .flex_box01:last-child {
                    width: 80%;
                }
                .peopleCommonLayout .bg01 {
                    height: 560px;
                }
                .peopleCommonLayout #c04 {
                    padding-bottom: 80px;
                }
                .peopleCommonLayout #c03 {
                    padding-top: 80px;
                }
                .peopleCommonLayout .message_box {
                    padding: 70px 60px;
                }
                .peopleCommonLayout .message_box::after {
                    width: 625px;
                    height: 504px;
                    top: -170px;
                    left: -80px;
                }
                .peopleCommonLayout .ex_bg .mbgextend {
                    height: 550px;
                }
                .peopleCommonLayout .message_box .flex {
                    align-items: center;
                }
            }
            @media screen and (min-width: 1600px) {
                .peopleCommonLayout .ex_bg .mbgextend {
                    height: 550px;
                }
                .peopleCommonLayout .ex_img, .peopleCommonLayout .ex_bg::after {
                    height: 600px;
                    max-height: 600px;
                }
                .peopleCommonLayout .ex_bg {
                    height: 600px;
                }
            }



/* people01Layout
------------------------------------*/
.people01Layout .ex01 {
    background-image: url("../img/people/01/people01_img01.png");
}
.people01Layout .ex02 .mbgextend .bgappear {
    background-image: url("../img/people/01/people01_img02.png");
}
.people01Layout .ex03 .mbgextend .bgappear {
    background-image: url("../img/people/01/people01_img03.png");
}
.people01Layout .ex04 .mbgextend .bgappear {
    background-image: url("../img/people/01/people01_img04.png");
}
.people01Layout .bg01 {
    background-image: url("../img/people/01/people01_bg01.png");
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .people01Layout .mbgextend {
                    max-height: 540px;
                }
                .people01Layout #c03 .ex_bg > .inner {
                    padding-bottom: 150px;
                }
            }




/* people02Layout
------------------------------------*/
.people02Layout .ex01 {
    background-image: url("../img/people/02/people02_img01.png");
}
.people02Layout .ex02 .mbgextend .bgappear {
    background-image: url("../img/people/02/people02_img02.png");
}
.people02Layout .ex03 .mbgextend .bgappear {
    background-image: url("../img/people/02/people02_img03.png");
}
.people02Layout .ex04 .mbgextend .bgappear {
    background-image: url("../img/people/02/people02_img04.png");
}
.people02Layout .bg01 {
    background-image: url("../img/people/02/people02_bg01.png");
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
                .people02Layout #c03 .ex_bg.rev .inner,
                .people03Layout #c02 .ex_bg .inner,
                .people03Layout #c03 .ex_bg .inner,
                .people03Layout #c04 .ex_bg .inner,
                .people04Layout #c04 .ex_bg .inner,
                .people05Layout #c02 .ex_bg .inner,
                .people05Layout #c04 .ex_bg .inner {
                    min-height: 550px;
                }
                .people02Layout .ex_bg::after, .people03Layout .ex_bg::after, .people04Layout .ex_bg::after, .people05Layout .ex_bg::after {
                    max-height: 620px;
                }
            }




/* people03Layout
------------------------------------*/
.people03Layout .ex01 {
    background-image: url("../img/people/03/people03_img01.png");
}
.people03Layout .ex02 .mbgextend .bgappear {
    background-image: url("../img/people/03/people03_img02.png");
}
.people03Layout .ex03 .mbgextend .bgappear {
    background-image: url("../img/people/03/people03_img03.png");
}
.people03Layout .ex04 .mbgextend .bgappear {
    background-image: url("../img/people/03/people03_img04.png");
}
.people03Layout .bg01 {
    background-image: url("../img/people/03/people03_bg01.png");
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }




/* people04Layout
------------------------------------*/
.people04Layout .ex01 {
    background-image: url("../img/people/04/people04_img01.png");
}
.people04Layout .ex02 .mbgextend .bgappear {
    background-image: url("../img/people/04/people04_img02.png");
}
.people04Layout .ex03 .mbgextend .bgappear {
    background-image: url("../img/people/04/people04_img03.png");
}
.people04Layout .ex04 .mbgextend .bgappear {
    background-image: url("../img/people/04/people04_img04.png");
}
.people04Layout .bg01 {
    background-image: url("../img/people/04/people04_bg01.png");
}
.people04Layout #main .prof_box .cat {
  max-width: 100px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }




/* people05Layout
------------------------------------*/
.people05Layout .ex01 {
    background-image: url("../img/people/05/people05_img01.png");
}
.people05Layout .ex02 .mbgextend .bgappear {
    background-image: url("../img/people/05/people05_img02.png");
}
.people05Layout .ex03 .mbgextend .bgappear {
    background-image: url("../img/people/05/people05_img03.png");
}
.people05Layout .ex04 .mbgextend .bgappear {
    background-image: url("../img/people/05/people05_img04.png");
}
.people05Layout .bg01 {
    background-image: url("../img/people/05/people05_bg01.png");
}
.people05Layout #main .prof_box .cat {
  max-width: 100px;
}


            /* 【スマートフォン用のスタイル記述】 */
            @media screen and (min-width: 760px) {
            }

            /* 【タブレット用のスタイル記述】 */
            @media screen and (min-width: 960px) {
            }