@charset "utf-8";
.img-center {
    text-align: center;
}


/* ../css/style.css */

html {
    font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif;
    /* font-size: 62.5%; */
    width: 100%;
}

body {
    /* font-size: 1.5rem; */
    color: #1e1e1e;
    line-height: 1.6;
    margin: 0 auto;
}

img {
    height: auto;
    transition: .3s;
}

.information img {
    width: auto;
}

#nav {
    display: none;
}

.top {
    text-align: center;
}

.txt_left {
    text-align: left;
}

.ttl {
    border-bottom: 1px solid #ea6290;
    font-size: var(--12px);
    margin-bottom: 15px;
    padding-bottom: 0px;
    display: inline-block;
}

.bg_p {
    background: #f4eaea;
}

.bg_b {
    background: #deebf6;
}

.bg_g {
    background: #f5f0f0;
}

.font_b {
    color: #28a7e1;
}

.font_p {
    color: #ea6290;
}

.font_o {
    color: #f39800;
}

.font_g {
    color: #555;
}

.btn_area {
    display: block;
}

.btn {
    margin: 20px 0 0;
    border-radius: 6px;
    box-shadow: 2px 2px 0px 0px #ce4976;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: var(--14px);
    color: #fff;
    text-decoration: none;
    background: #ea6290 url(https://tp-img.imgix.net/s/img/arrow_01.png?auto=format) right 12px center no-repeat;
    background-size: 5px 10px;
}

.btn_area .btn:first-child {
    margin-left: 0;
}

.ttl_tel {
    text-align: center;
}

.ttl_tel img {
    width: 50%;
}

.tel_no {
    text-align: center;
    margin: 20px 0 0;
}

.tel_no li {
    margin: 0 0 5px;
    color: #1e1e1e;
}

.tel_no li:last-child {
    margin: 0
}

.tel_no a {
    margin: 0 0 0 5px;
    color: #ea6290;
}

.kinou p {
    margin-bottom: 30px;
}

.kinou .lead {
    margin-top: 10px;
    font-size: var(--16px);
    line-height: 2.6rem;
    color: #1e1e1e;
}

.kinou .txt {
    font-size: var(--13px);
    line-height: 2.3rem;
    color: #696969;
}

.concept {
    color: #1e1e1e;
}

.concept .ttl_concept {
    text-align: center;
    font-size: var(--15px);
    color: #1e1e1e;
}

.concept ul li {
    margin-bottom: 30px;
}

.concept .sub_ttl_area {
    text-align: center;
}

.concept ul li:last-child {
    margin-bottom: 0;
}

.concept .sub_ttl {
    display: inline-block;
    padding: 10px;
    background: #ea6290;
    color: #fff;
    font-size: var(--18px);
    line-height: 1;
}

.concept .concept02 .sub_ttl {
    font-size: var(--14px);
    min-width: 60%;
}

.concept .txt {
    font-size: var(--16px);
    line-height: 2.6rem;
    margin-bottom: 30px;
}

.concept .sub_txt {
    font-size: var(--16px);
}

@media screen and (max-width:768px) {
    .main_bottom {
        display: none;
    }
    .pc {
        display: none;
    }
    section,
    .section {
        padding: 30px 10px;
    }
    .top_btn li {
        margin-bottom: 20px;
    }
    .top_btn li:last-child {
        margin-bottom: 0;
    }
    .top.request p {
        color: #ea6290;
        font-size: var(--12px);
        margin-bottom: 0;
    }
    .main #first_text {
        padding: 0;
        position: absolute;
    }
    .main_kihon h1,
    .main_kihon p {
        display: none;
    }
    .kinou h2 {
        margin-bottom: 20px;
        text-align: center;
    }
    .main_concept h1,
    .main_concept p {
        display: none;
    }
    .main #first_text {
        width: 100%;
        height: auto;
        margin: 0 auto;
    }
    .main #first_text .textArea {}
    .main #first_text .textArea .text {
        width: 100%;
        text-align: center;
        float: left;
        clear: both;
        line-height: 30px;
        font-size: 15px;
        font-family: YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: bold;
        text-shadow: 0px 0px 1px #ffffff, 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
        color: #333333;
    }
    .main #first_text .textArea .text .zinzi {
        color: #EA6290;
        font-weight: bold;
    }
    .main #first_text .textArea .text .bigdata {
        color: #28A7E1;
        font-weight: bold;
    }
    .main #first_text .textArea .text .mieruka {
        color: #F29400;
        font-weight: bold;
    }
    .main #first_text .textArea .text .tmsystem {
        color: #EA6290;
        font-weight: bold;
    }
    .main #first_text .textArea .text .picup {
        font-size: 20px;
    }
    .concept h2 {
        margin-bottom: 20px;
        text-align: center;
    }
    .concept h2 img {
        width: auto;
        height: 40px;
    }
    .request .btn_area {
        margin: 0 0 20px 0;
    }
    .request .btn_area:last-child {
        margin-bottom: 0;
    }
    .request .btn {
        margin: 20px 0 0;
        background-color: #90c31f;
        box-shadow: 2px 2px 0px 0px #719a15;
        margin-top: 10px;
    }
    /* function */
    #contentsList {
        background-color: #deebf6;
    }
    #contentsList ul {
        text-align: center;
    }
    #contentsList .contImgList {
        padding: 10px 5px;
        display: inline-block;
    }
    #contentsList .contImgList a:hover {
        transition: all .3s;
        opacity: 0.8;
    }
    #contentsList .contImgList img {
        width: auto;
    }
}

@media screen and (min-width:769px) {
    .main {
        position: relative;
        text-align: center;
        background: #f3f7f9 url(https://tp-img.imgix.net/s/img/TalentPalette_first_top.png?auto=format) center top no-repeat;
        height: 464px;
    }
    .main img {
        display: none;
    }
    .main_bottom {
        background: url(https://tp-img.imgix.net/s/img/main_border.png?auto=format) center bottom repeat-x;
        height: 11px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .main_kihon {
        position: relative;
        text-align: left;
        background: #f8f1f3 url(https://tp-img.imgix.net/s/img/main_kihon_pc.png?auto=format) center top no-repeat;
        height: 204px;
    }
    .main_kihon img {
        display: none;
    }
    .main_kihon h1 {
        display: block;
        font-size: var(--32px);
        color: #ea6290;
        padding: 45px 20px 10px;
        width: 980px;
        margin: 0 auto;
    }
    .main_kihon p {
        display: block;
        padding: 0 480px 0 20px;
        width: 980px;
        margin: 0 auto;
        color: #666;
    }
    .main_kihon_bottom {
        background: url(https://tp-img.imgix.net/s/img/main_border.png?auto=format) center bottom repeat-x;
        height: 11px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .main_concept {
        position: relative;
        text-align: left;
        background: #f8f1f3 url(https://tp-img.imgix.net/s/img/main_kihon_pc.png?auto=format) center top no-repeat;
        height: 204px;
    }
    .main_concept img {
        display: none;
    }
    .main_concept h1 {
        display: block;
        font-size: var(--32px);
        color: #ea6290;
        padding: 45px 20px 10px;
        width: 980px;
        margin: 0 auto;
    }
    .main_concept p {
        display: block;
        padding: 0 480px 0 20px;
        width: 980px;
        margin: 0 auto;
        color: #666;
    }
    .main_concept_bottom {
        background: url(https://tp-img.imgix.net/s/img/main_border.png?auto=format) center bottom repeat-x;
        height: 11px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .main #first_text {
        width: 1200px;
        height: 100%;
        margin: 0 auto;
        position: relative;
        padding: 50px 20px;
    }
    .main #first_text .textArea {
        float: right;
        position: absolute;
        right: 0;
    }
    .main #first_text .textArea .text {
        float: left;
        clear: both;
        line-height: 36px;
        font-size: 20px;
        font-family: YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        font-weight: bold;
        text-shadow: 0px 0px 1px #ffffff, 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
        color: #333333;
    }
    .main #first_text .textArea .line-02 {
        margin-left: 20px;
    }
    .main #first_text .textArea .line-03 {
        margin-left: 40px;
    }
    .main #first_text .textArea .text .zinzi {
        color: #EA6290;
        font-weight: bold;
    }
    .main #first_text .textArea .text .bigdata {
        color: #28A7E1;
        font-weight: bold;
    }
    .main #first_text .textArea .text .mieruka {
        color: #F29400;
        font-weight: bold;
    }
    .main #first_text .textArea .text .tmsystem {
        color: #EA6290;
        font-weight: bold;
    }
    .main #first_text .textArea .text .picup {
        font-size: 30px;
    }
    section,
    .section {
        padding: 70px 20px;
        width: 100%;
    }
    section.nav-talent {
        padding: 0;
    }
    .pd0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .ttl {
        border-bottom: 2px solid #ea6290;
        font-size: var(--21px);
        margin-bottom: 30px;
        padding-bottom: 0px;
    }
    .top .read {
        font-size: var(--16px);
        margin-bottom: 30px;
    }
    .top .txt {
        font-size: var(--16px);
        margin-bottom: 50px;
    }
    .pc_font_size {
        font-size: 36px;
    }
    .pc_font_p {
        color: #ea6290;
    }
    .pc_font_b {
        color: #28a7e1;
    }
    .pc_font_o {
        color: #f39800;
    }
    .sp {
        display: none;
    }
    .top01 img {
        display: none;
    }
    .top01:before {
        content: url("https://tp-img.imgix.net/s/img/TalentPalette_top01.png?auto=format");
    }
    .top_btn {
        max-width: 980px;
        margin: 0 auto;
    }
    .top_btn li {
        float: left;
        width: 25%;
        text-align: center;
        margin: 0;
    }
    .top_btn li a {
        display: inline-block;
    }
    a:before {
        transition: .3s;
    }
    a:hover:before {
        opacity: .7;
        transition: .3s;
    }
    .top_btn li img {
        display: none;
    }
    .top_btn li:nth-child(1) a:before {
        content: url("https://tp-img.imgix.net/s/img/btn_top_pc_01.png?auto=format");
    }
    .top_btn li:nth-child(2) a:before {
        content: url("https://tp-img.imgix.net/s/img/btn_top_pc_02.png?auto=format");
    }
    .top_btn li:nth-child(3) a:before {
        content: url("https://tp-img.imgix.net/s/img/btn_top_pc_03.png?auto=format");
    }
    .top_btn li:nth-child(4) a:before {
        content: url("https://tp-img.imgix.net/s/img/btn_top_pc_04.png?auto=format");
    }
    .top.request {
        min-width: 940px;
        padding: 35px 0;
    }
    .btn_area {
        display: inline-block;
        margin-right: 35px;
        width: 22%;
    }
    .btn_area:last-child {
        margin-right: 0;
    }
    .btn {
        margin: 70px 0 0;
        width: 320px;
        display: inline-block;
        font-size: var(--20px);
        border-radius: 12px;
        box-shadow: 3px 3px 0px 0px #ce4976;
        background-size: 8px 14px;
    }
    .btn:hover {
        opacity: .7;
        transition: .3s;
    }
    .top02 img {
        max-width: 917px;
    }
    .top.request p {
        color: #ea6290;
        font-size: var(--18px);
        margin-bottom: 0;
    }
    .tel {
        padding: 20px 0;
        display: inline-block;
        text-align: center;
    }
    .ttl_tel {
        display: inline-block;
        text-align: center;
        margin: 0;
    }
    .ttl_tel img {
        width: auto;
    }
    .tel_no {
        display: inline-block;
        margin: 0;
    }
    .tel_no li {
        display: inline-block;
        margin: 0 30px 0 0;
        font-size: var(--18px);
    }
    .tel_no li:last-child {
        margin: 0;
    }
    .tel_no a {
        margin: 0 0 0 10px;
    }
    .kinou ul {
        width: 980px;
        margin: 0 auto;
    }
    .kinou ul li {
        width: 490px;
    }
    .kinou p {
        padding-right: 10px;
    }
    .kinou .lead {
        width: 470px;
    }
    .kinou ul li img {
        display: none;
    }
    .kinou ul.imgright li {
        float: right;
    }
    .kinou ul.imgleft li {
        float: left;
    }
    .kinou01 li:nth-child(2):before {
        content: url("https://tp-img.imgix.net/s/img/img_kinou_01.png?auto=format");
    }
    .kinou01 li:nth-child(3):before {
        content: url("https://tp-img.imgix.net/s/img/ttl_kinou_01.png?auto=format");
    }
    .kinou02 li:nth-child(2):before {
        content: url("https://tp-img.imgix.net/s/img/img_kinou_02.png?auto=format");
    }
    .kinou02 li:nth-child(3):before {
        content: url("https://tp-img.imgix.net/s/img/ttl_kinou_02.png?auto=format");
    }
    .kinou03 li:nth-child(2):before {
        content: url("https://tp-img.imgix.net/s/img/img_kinou_03.png?auto=format");
    }
    .kinou03 li:nth-child(3):before {
        content: url("https://tp-img.imgix.net/s/img/ttl_kinou_03.png?auto=format");
    }
    .kinou04 li:nth-child(2):before {
        content: url("https://tp-img.imgix.net/s/img/img_kinou_04.png?auto=format");
    }
    .kinou04 li:nth-child(3):before {
        content: url("https://tp-img.imgix.net/s/img/ttl_kinou_04.png?auto=format");
    }
    #function_01,
    #function_02,
    #function_03,
    #function_04 {
        position: relative;
        top: -120px;
        display: block;
        height: 1px;
    }
    .main_concept {
        position: relative;
        text-align: left;
        background: #f8f1f3 url(https://tp-img.imgix.net/s/img/main_concept_pc.png?auto=format) center top no-repeat;
        height: 204px;
    }
    .main_concept h1 {
        font-size: var(--32px);
        color: #ea6290;
        padding: 20px 20px 10px;
        width: 980px;
        margin: 0 auto;
    }
    .main_concept p {
        padding: 0 430px 0 20px;
        width: 980px;
        margin: 0 auto;
        font-size: var(--14px);
        color: #666;
    }
    .main_bottom {
        background: url(https://tp-img.imgix.net/s/img/main_border.png?auto=format) center bottom repeat-x;
        height: 11px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .main_concept_bottom {
        background: url(https://tp-img.imgix.net/s/img/main_border.png?auto=format) center bottom repeat-x;
        height: 11px;
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .concept ul {
        width: 940px;
        margin: 0 auto;
    }
    .concept ul li {
        width: 470px;
    }
    .concept ul.imgright li {
        float: right;
    }
    .concept ul.imgleft li {
        float: left;
    }
    .concept .ttl_concept {
        text-align: center;
        margin-bottom: 50px;
    }
    .concept ul li img {
        display: none;
    }
    .concept p {
        padding-right: 10px;
    }
    .concept .ttl_concept {
        font-size: var(--28px);
    }
    .concept .img_area {
        margin-bottom: 0;
    }
    .concept .sub_ttl {
        font-size: var(--25px);
    }
    .concept .concept01 .sub_ttl_area {
        text-align: left;
        width: 545px;
    }
    .concept .concept01 .txt_area {
        width: 545px;
    }
    .concept .concept_img_area {
        float: right;
        width: 395px;
        height: 358px;
        margin-bottom: 0;
        text-align: right;
    }
    .concept .concept01 li:nth-child(1):after {
        content: url("https://tp-img.imgix.net/s/img/img_concept_01.png?auto=format");
    }
    .concept .concept02 li {
        margin-bottom: 0;
    }
    .concept .concept02 .ttl_concept {
        margin-bottom: 50px;
    }
    .concept .concept02 .sub_ttl {
        margin-bottom: 30px;
        font-size: var(--20px);
    }
    .concept .concept02 li:nth-child(2):after {
        content: url("https://tp-img.imgix.net/s/img/img_concept_02.png?auto=format");
    }
    .concept .concept02 li:nth-child(4):after {
        content: url("https://tp-img.imgix.net/s/img/img_concept_03.png?auto=format");
    }
    .request .btn {
        background-color: #90c31f;
        box-shadow: 3px 3px 0px 0px #719a15;
        margin-top: 10px;
        height: 64px;
        line-height: 64px;
        border-radius: 17px;
        width: 100%;
        font-size: var(--22px);
    }
    .top.request p.btn_bottom_ttl {
        margin: 0 0 20px;
        font-size: var(--20px);
    }
}

@media screen and (max-width:1240px) {
    .top.request p {
        font-size: var(--14px);
    }
    .request .btn {
        font-size: var(--16px);
    }
}

@media all and (-ms-high-contrast:none) {
    #function_01,
    #function_02,
    #function_03,
    #function_04 {
        position: relative;
        top: -220px;
        display: block;
        height: 1px;
    }
}


/* ccc講演資料ダウンロード期間限定　12/31まで*/

@media screen and (min-width:769px) {
    #cccDownload {
        width: 980px;
        padding: 10px;
        margin: 10px auto;
        border-style: solid;
        border-radius: 10px;
        border-width: 4px;
        border-color: #EA6290;
        font-family: Quicksand, 游ゴシック体, Yu Gothic, YuGothic, ヒラギノ角ゴシック Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
        color: #333333;
        text-shadow: 0px 0px 1px #adadad;
    }
    #cccDownload #section-01 {
        font-size: 18px;
        padding: 10px 0 0 0;
    }
    #cccDownload #section-01 div {
        font-weight: bold;
        text-align: center;
    }
    #cccDownload #section-02 {
        font-weight: 600;
        padding: 0;
    }
    #cccDownload #section-02 div {
        text-align: center;
        font-weight: bold;
    }
    #cccDownload #section-03 {
        font-size: 16px;
        padding: 10px 0 0 0;
        text-align: center;
    }
    #cccDownload #section-03 #div-01 span:first-child {
        font-size: 20px;
    }
    #cccDownload #section-03 #div-01 span:last-child {
        font-size: 24px;
    }
    #cccDownload #section-04 {
        text-align: center;
        padding: 20px;
    }
    #cccDownload #section-05 {
        padding: 0;
        text-align: center;
    }
    #cccDownload #section-05 div {
        font-weight: bold;
        font-size: 20px;
    }
}

@media screen and (max-width:768px) {
    #cccDownload {
        width: auto;
        padding: 10px;
        margin: 10px auto;
        border-style: solid;
        border-radius: 10px;
        border-width: 4px;
        border-color: #EA6290;
        font-family: Quicksand, 游ゴシック体, Yu Gothic, YuGothic, ヒラギノ角ゴシック Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
        color: #333333;
        text-shadow: 0px 0px 1px #adadad;
    }
    #cccDownload #section-01 {
        font-size: 13px;
        padding: 0 0 5px 0;
    }
    #cccDownload #section-01 div {
        font-weight: bold;
        text-align: center;
    }
    #cccDownload #section-02 {
        font-weight: 600;
        padding: 10px 0;
    }
    #cccDownload #section-02 div {
        text-align: center;
        font-weight: bold;
    }
    #cccDownload #section-03 {
        padding: 0;
    }
    #cccDownload #section-03 #div-01 {
        font-weight: bold;
        font-size: 14px;
    }
    #cccDownload #section-03 #div-02 {
        font-weight: bold;
        font-size: 13px;
    }
    #cccDownload #section-04 {
        text-align: center;
        padding: 20px;
    }
    #cccDownload #section-05 {
        padding: 0;
        text-align: center;
    }
    #cccDownload #section-05 div {
        font-weight: bold;
        font-size: 13px;
    }
}


/* 主な機能 */

@media screen and (min-width:769px) {
    .pc {
        display: block;
    }
    .smart {
        display: none;
    }
    #contentsList-smart {
        display: none;
    }
    #contentsList {
        background-color: #deebf6;
        display: block;
    }
    #contentsList ul {
        text-align: center;
    }
    #contentsList .contImgList {
        padding: 10px 10px;
        display: inline-block;
        max-width: 350px;
        width: 100%;
        height: 250px;
    }
    #contentsList .contImgList a {
        text-decoration: none;
        color: #333;
        font-size: 22px;
        line-height: 30px;
    }
    #contentsList .contImgList a div {
        padding: 10px 0;
    }
    #contentsList .contImgList .contimg {
        background-color: #FFF;
        border: 2px solid #EA6290;
        border-radius: 5px;
        opacity: 1;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        height: 100%;
    }
    #contentsList .contImgList .contimg img {
        width: 250px;
        height: 120px;
    }
    #contentsList .contImgList .contimg:hover img {
        opacity: .6;
    }
    #contentsList .contImgList .contimg:hover span {
        color: #AAA;
        transition: all .3s;
    }
    .triangle {
        width: 0;
        height: 0;
        border: 30px solid transparent;
        border-top: 30px solid #EA6290;
    }
    ul.list-middle {
        text-align: center;
    }
    ul.list-middle li {
        display: inline-block;
    }
    #section_01 {
        padding: 0;
        height: 1400px;
    }
    #section_09 {
        padding: 0;
        height: 1950px;
    }
    #section_02 {
        padding: 0;
        height: 2750px;
    }
    #section_03 {
        padding: 0;
        height: 1100px;
    }
    #section_04 {
        padding: 0;
        height: 1000px;
    }
    #section_05 {
        padding: 0;
        height: 950px;
    }
    #section_08 {
        padding: 0;
        height: 1600px;
    }
    #section_06 {
        padding: 0;
        height: 1100px;
    }
    #section_07 {
        padding: 0;
        height: 1050px;
    }
    .section_head {
        width: 100%;
        height: 75px;
        background-color: #EA6290;
        color: #FFF;
        text-align: center;
        font-size: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .scene_section {
        width: 80%;
        margin: 0 auto;
    }
    .scene_head_text {
        font-size: 18px;
        color: #fff;
        background-color: #EA6290;
        border-radius: 10px;
        padding: 5px 50px 5px 10px;
    }
    .scene_presentation {
        padding: 20px 0;
    }
    .line_01 {
        margin-left: 10px;
        padding: 5px 0;
    }
    .line_02 {
        margin-left: 50px;
        padding: 5px 0;
    }
    .pres_text {
        font-size: 20px;
        line-height: 30px;
    }
    .pres_quest {
        color: #696969;
        border-left: 5px solid #696969;
    }
    .pres_answer {
        color: #EA6290;
        border-left: 5px solid #EA6290;
    }
    .scene_section #scene_01_left {
        float: left;
        width: 49%;
    }
    .scene_section #scene_01_right {
        float: left;
        width: 49%;
        font-size: 18px;
        padding: 10px;
        height: 100%;
        position: relative;
    }
    .scene_section .pink-text {
        color: #EA6290;
        padding-right: 3px;
    }
    .scene_section .grey-text {
        color: #696969;
    }
    .scene_section .text-detail {
        background-color: #ffff66;
        padding: 5px 30px;
        font-size: 14px;
    }
    .scene_section .scene_01_textbottom {
        position: absolute;
        bottom: 50px;
    }
    #btn_top_area {
        position: relative;
        height: 50px;
    }
    #btn_top_area .btn_top {
        background-image: url(https://tp-img.imgix.net/s/img/arrow_04.png?auto=format);
        background-color: #90C31F;
        background-repeat: no-repeat;
        background-position-x: 10px;
        background-position-y: 15px;
        position: absolute;
        right: 20px;
        top: 5px;
        height: 50px;
        width: 50px;
        border-radius: 5px;
    }
    #btn_top_area .btn_top:hover {
        opacity: 0.6;
        transition: all .3s;
        cursor: pointer;
    }
    .section01-resolution-detail ul,
    #section_03 ul,
    #section_04 ul,
    #section_05 ul,
    #section_06 ul,
    #section_07 ul,
    #section_08 ul,
    #section_09 ul {
        text-align: center;
    }
    .section01-resolution-detail ul li,
    #section_03 ul li,
    #section_04 ul li,
    #section_05 ul li,
    #section_06 ul li,
    #section_07 ul li,
    #section_08 ul li,
    #section_09 ul li {
        display: inline-block;
    }
    /* font-family sans-serif */
    #section_01 span {
        font-family: sans-serif;
    }
    /* magenta */
    .magenta {
        background-color: #EA6290;
        color: #FFF;
    }
    /* section01 */
    .section_main {
        width: 980px;
        margin: 0 auto;
    }
    .problem-presentation {
        height: 225px;
    }
    .problem-presentation-maxi {
        height: 300px;
    }
    .task {
        border-top: 1px #CCC solid;
        border-bottom: 1px #CCC solid;
    }
    .resolution {
        border-bottom: 1px #CCC solid;
    }
    .task,
    .resolution {
        float: left;
        clear: both;
        padding: 15px 0;
    }
    .task div:first-child,
    .resolution div:first-child {
        float: left;
    }
    .task div:last-child,
    .resolution div:last-child {
        padding-top: 10px;
        margin-left: 115px;
        font-size: 20px;
        line-height: 30px;
    }
    .section01-resolution-detail {
        padding-top: 50px;
    }
    .section01-resolution-detail ul li div {
        text-align: left;
        line-height: 22px;
        padding-left: 15px;
    }
    .section01-resolution-detail ul li div div {
        padding: 5px 5px 5px 10px;
        background-color: #DEEBF6;
        color: #666;
    }
    .section01-resolution-detail ul li div div span {
        font-size: 13px;
    }
    .circle {
        font-size: 24px;
        color: #666;
    }
    .circle-text {
        font-size: 20px;
        color: #666;
    }
    .circle-text-mini {
        font-size: 16px;
        color: #666;
    }
    .circle-text-maxmini {
        font-size: 14px;
        color: #666;
    }
    .new-line {
        margin-left: 30px;
    }
    .heading {
        font-size: 24px;
        color: #EA6290;
    }
    #org-vis {
        padding: 0;
        line-height: 30px;
        margin-left: -30px;
    }
    .posision-nest {
        position: absolute;
        bottom: 30px;
        right: 10px;
        line-height: 24px;
    }
    #section_02 .posision-nest-left,
    #section_03 .posision-nest-left {
        position: relative;
        padding: 10px;
        margin-top: 10px;
        font-size: 22px;
        line-height: 28px;
        width: 52%;
    }
}

@media screen and (max-width:769px) {
    .pc {
        display: none;
    }
    .smart {
        display: block;
    }
    .smart-img {
        width: 100% !important;
    }
    .list-frame {
        border-bottom: 0.5px solid #CCC;
    }
    #contentsList {
        display: none;
    }
    #contentsList-smart {
        background-color: #deebf6;
        display: block;
    }
    #contentsList-smart ul {
        text-align: center;
    }
    #contentsList-smart .contImgList {
        padding: 5px;
        display: inline-block;
        max-width: 130px;
        width: 100%;
        height: 140px;
    }
    #contentsList-smart .contImgList a {
        text-decoration: none;
        color: #333;
        font-size: 10px;
        line-height: 18px;
    }
    #contentsList-smart .contImgList a div {
        padding: 10px 0;
    }
    #contentsList-smart .contImgList .contimg {
        background-color: #FFF;
        border: 2px solid #EA6290;
        border-radius: 5px;
        opacity: 1;
        -webkit-transition: .3s ease-in-out;
        transition: .3s ease-in-out;
        height: 100%;
    }
    #contentsList-smart .contImgList .contimg img {
        width: 100px;
        height: auto;
    }
    #contentsList-smart .contImgList .contimg:hover img {
        opacity: .6;
    }
    #contentsList-smart .contImgList .contimg:hover span {
        color: #AAA;
        transition: all .3s;
    }
    .triangle {
        width: 0;
        height: 0;
        border: 30px solid transparent;
        border-top: 30px solid #EA6290;
    }
    ul.list-middle {
        text-align: center;
    }
    ul.list-middle li {
        display: inline-block;
    }
    #section_01 {
        padding: 0;
        height: 1520px;
        background-color: #fff;
    }
    #section_09 {
        padding: 0;
        height: 2190px;
        background-color: #fff;
    }
    #section_02 {
        padding: 0;
        height: 2015px;
        background-color: #fff;
    }
    #section_03 {
        padding: 0;
        height: 950px;
        background-color: #fff;
    }
    #section_04 {
        padding: 0;
        height: 970px;
        background-color: #fff;
    }
    #section_05 {
        padding: 0;
        height: 965px;
        background-color: #fff;
    }
    #section_08 {
        padding: 0;
        height: 1450px;
        background-color: #fff;
    }
    #section_06 {
        padding: 0;
        height: 1160px;
        background-color: #fff;
    }
    #section_07 {
        padding: 0;
        height: 1180px;
        background-color: #fff;
    }
    .section_head {
        width: 100%;
        height: 45px;
        background-color: #EA6290;
        color: #FFF;
        text-align: center;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .scene_section {
        width: 80%;
        margin: 0 auto;
    }
    .scene_head_text {
        font-size: 18px;
        color: #fff;
        background-color: #EA6290;
        border-radius: 10px;
        padding: 5px 50px 5px 10px;
    }
    .scene_presentation {
        padding: 20px 0;
    }
    .line_01 {
        margin-left: 10px;
        padding: 5px 0;
    }
    .line_02 {
        margin-left: 50px;
        padding: 5px 0;
    }
    .pres_text {
        font-size: 20px;
        line-height: 30px;
    }
    .pres_quest {
        color: #696969;
        border-left: 5px solid #696969;
    }
    .pres_answer {
        color: #EA6290;
        border-left: 5px solid #EA6290;
    }
    .scene_section #scene_01_left {
        float: left;
        width: 49%;
    }
    .scene_section #scene_01_right {
        float: left;
        width: 49%;
        font-size: 18px;
        padding: 10px;
        height: 100%;
        position: relative;
    }
    .scene_section .pink-text {
        color: #EA6290;
        padding-right: 3px;
    }
    .scene_section .grey-text {
        color: #696969;
    }
    .scene_section .text-detail {
        background-color: #ffff66;
        padding: 5px 30px;
        font-size: 14px;
    }
    .scene_section .scene_01_textbottom {
        position: absolute;
        bottom: 50px;
    }
    #btn_top_area {
        position: relative;
        height: 50px;
    }
    #btn_top_area .btn_top {
        background-image: url(https://tp-img.imgix.net/s/img/arrow_04.png?auto=format);
        background-color: #90C31F;
        background-repeat: no-repeat;
        background-position-x: 10px;
        background-position-y: 15px;
        position: absolute;
        right: 20px;
        top: 5px;
        height: 50px;
        width: 50px;
        border-radius: 5px;
    }
    #btn_top_area .btn_top:hover {
        opacity: 0.6;
        transition: all .3s;
        cursor: pointer;
    }
    .section01-resolution-detail ul,
    #section_03 ul,
    #section_04 ul,
    #section_05 ul,
    #section_06 ul,
    #section_07 ul,
    #section_08 ul,
    #section_09 ul {
        text-align: center;
    }
    .section01-resolution-detail ul li,
    #section_03 ul li,
    #section_04 ul li,
    #section_05 ul li,
    #section_06 ul li,
    #section_07 ul li,
    #section_08 ul li,
    #section_09 ul li {
        display: inline-block;
    }
    /* font-family sans-serif */
    #section_01 span {
        font-family: sans-serif;
    }
    /* magenta */
    .magenta {
        background-color: #EA6290;
        color: #FFF;
    }
    /* section01 */
    .problem-presentation {
        height: 225px;
    }
    .problem-presentation-maxi {
        height: 300px;
    }
    .task {
        border-top: 1px #CCC solid;
        border-bottom: 1px #CCC solid;
    }
    .resolution {
        border-bottom: 1px #CCC solid;
    }
    .task,
    .resolution {
        float: left;
        clear: both;
        padding: 15px 0;
    }
    .task div:first-child,
    .resolution div:first-child {
        float: left;
    }
    .task div:last-child,
    .resolution div:last-child {
        padding-top: 10px;
        margin-left: 115px;
        font-size: 14px;
        line-height: 22px;
    }
    .section01-resolution-detail {
        padding-top: 50px;
    }
    .section01-resolution-detail ul li div {
        text-align: left;
        line-height: 22px;
    }
    .section01-resolution-detail ul li div div {
        padding: 5px 5px 5px 10px;
        background-color: #FFF;
        color: #666;
    }
    .section01-resolution-detail ul li div div span {
        font-size: 12px;
    }
    .circle {
        font-size: 24px;
        color: #666;
    }
    .circle-text {
        font-size: 20px;
        color: #666;
    }
    .circle-text-mini {
        font-size: 12px;
        color: #666;
        line-height: 14px;
    }
    .circle-text-maxmini {
        font-size: 14px;
        color: #666;
    }
    .new-line {
        margin-left: 30px;
    }
    .heading {
        font-size: 20px !important;
        color: #EA6290;
    }
    #org-vis {
        padding: 0;
        line-height: 22px;
        text-align: left;
    }
    .posision-nest {
        position: absolute;
        bottom: 0;
        right: 10px;
        line-height: 24px;
    }
    #section_02 .posision-nest-left,
    #section_03 .posision-nest-left {
        position: relative;
        padding: 10px;
        margin-top: 10px;
        font-size: 12px;
        line-height: 20px;
        width: 100%;
    }
}


/* 利用シーン */

@media screen and (min-width:769px) {
    .sent-space {
        letter-spacing: 0.1em;
    }
    #scene_02 {
        background-color: #dee9f2;
    }
    #scene .head {
        font-size: 32px;
        text-align: center;
    }
    .pink {
        color: #FF6699;
        font-weight: bold;
    }
    .yellow {
        color: #f39800;
        font-weight: bold;
    }
    .balloon {
        position: relative;
        display: inline-block;
        padding: 0 15px;
        width: auto;
        min-width: 115px;
        height: 50px;
        color: #F6F6F6;
        line-height: 50px;
        text-align: center;
        background: #FF6699;
        border-radius: 60px;
        z-index: 0;
    }
    .balloon:before {
        content: "";
        position: absolute;
        bottom: -17px;
        left: 15px;
        margin-left: 0;
        display: block;
        width: 15px;
        height: 15px;
        background: #FF6699;
        border-radius: 50%;
        z-index: 0;
    }
    .balloon:after {
        content: "";
        position: absolute;
        bottom: -25px;
        left: 25px;
        margin-left: 0;
        display: block;
        width: 8px;
        height: 8px;
        background: #FF6699;
        border-radius: 50%;
        z-index: 0;
    }
}

@media screen and (max-width:768px) {}


/* タレントマネジメントとは */

@media screen and (min-width:769px) {
    #tm section ul {
        text-align: center;
    }
    #tm section li {
        display: inline-block;
    }
    #tm section .left {
        float: left;
    }
    #tm section .right {
        float: right;
    }
    #tm section img {
        width: auto;
    }
    #tm section .img-left {
        padding-left: 10px;
        padding-bottom: 10px;
    }
    #tm section .img-right {
        padding-right: 10px;
        padding-bottom: 10px;
    }
    #tm section .comments {
        font-size: 14px;
        text-align: right;
    }
    #tm section div.contents {
        color: #666;
        font-size: 18px;
        max-width: 1240px;
        width: 100%;
        margin: 0 auto;
        line-height: 32px;
    }
    #tm section h2 {
        color: #333;
        font-size: 24px;
        border-bottom: 3px solid #ea6290;
        padding: 10px;
    }
    #tm section div.title-space {
        padding: 50px 10px 0 10px;
    }
    #tm section div.sent {
        padding: 30px 10px;
    }
    #tm section div.sent-list {
        padding: 30px 50px;
    }
    #tm section div.sent-profile {
        padding: 10px;
        border: 1px solid #666;
        border-radius: 3px;
    }
    #tm section div.sent-profile img {
        border-radius: 100px;
        padding: 10px;
    }
}

@media screen and (max-width:768px) {}


/* リストデザイン */

.defaultlist,
.defaultlist li {
    padding: 0px;
    margin: 0px;
}

.defaultlist li {
    list-style-type: none !important;
    list-style-image: none !important;
    margin: 5px 0px 5px 0px !important;
}

.list5 li {
    position: relative;
    padding-left: 20px;
}

.list5 li:before {
    content: '';
    height: 0px;
    width: 90%;
    display: block;
    position: absolute;
    top: 18px;
    left: 0px;
    border-bottom: 1px dashed #aaa;
}

.list5 li:after {
    content: '';
    display: block;
    position: absolute;
    background: #aaa;
    width: 5px;
    height: 5px;
    top: 7px;
    left: 5px;
    border-radius: 5px;
}


/* パンくず */

.cd-breadcrumb,
.cd-multi-steps {
    width: 90%;
    max-width: 980px;
    padding: 0.5em 1em;
    margin: 1em auto;
    border-radius: .25em;
}

.cd-breadcrumb::after,
.cd-multi-steps::after {
    clear: both;
    content: "";
    display: table;
}

.cd-breadcrumb li,
.cd-multi-steps li {
    display: inline-block;
    float: left;
    margin: 0.5em 0;
}

.cd-breadcrumb li a,
.cd-multi-steps li a {
    text-decoration: none;
}

.cd-breadcrumb li a:hover,
.cd-multi-steps li a:hover {
    transition: all .3s;
    -webkit-transform: scale(1.6, 1.6);
    -moz-transform: scale(1.6, 1.6);
    -o-transform: scale(1.6, 1.6);
    -ms-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
}

.cd-breadcrumb li::after,
.cd-multi-steps li::after {
    /* this is the separator between items */
    display: inline-block;
    content: '\00bb';
    margin: 0 .6em;
    color: #959fa5;
}

.cd-breadcrumb li:last-of-type::after,
.cd-multi-steps li:last-of-type::after {
    /* hide separator after the last item */
    display: none;
}

.cd-breadcrumb li>*,
.cd-multi-steps li>* {
    /* single step */
    display: inline-block;
    font-size: var(--14px);
    color: #2c3f4c;
}

.cd-breadcrumb li.current>*,
.cd-multi-steps li.current>* {
    /* selected step */
    color: #EA6290;
}

.no-touch .cd-breadcrumb a:hover,
.no-touch .cd-multi-steps a:hover {
    /* steps already visited */
    color: #EA6290;
}

.cd-breadcrumb.custom-separator li::after,
.cd-multi-steps.custom-separator li::after {
    /* replace the default separator with a custom icon */
    content: '';
    height: 16px;
    width: 16px;
    background: url(https://pachomepage.blob.core.windows.net/pac-homepage/TalentPalette/img/cd-custom-separator.svg) no-repeat center center;
    /*no exist image*/
    vertical-align: middle;
}

.cd-breadcrumb.custom-icons li>*::before,
.cd-multi-steps.custom-icons li>*::before {
    /* add a custom icon before each item */
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: .4em;
    margin-top: -2px;
    background: url(https://pachomepage.blob.core.windows.net/pac-homepage/TalentPalette/img/cd-custom-icons-01.svg) no-repeat 0 0;
    /*no exist image*/
    vertical-align: middle;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(2)>*::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(2)>*::before {
    /* change custom icon using image sprites */
    background-position: -20px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(3)>*::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(3)>*::before {
    background-position: -40px 0;
}

.cd-breadcrumb.custom-icons li:not(.current):nth-of-type(4)>*::before,
.cd-multi-steps.custom-icons li:not(.current):nth-of-type(4)>*::before {
    background-position: -60px 0;
}

.cd-breadcrumb.custom-icons li.current:first-of-type>*::before,
.cd-multi-steps.custom-icons li.current:first-of-type>*::before {
    /* change custom icon for the current item */
    background-position: 0 -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(2)>*::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(2)>*::before {
    background-position: -20px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(3)>*::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(3)>*::before {
    background-position: -40px -20px;
}

.cd-breadcrumb.custom-icons li.current:nth-of-type(4)>*::before,
.cd-multi-steps.custom-icons li.current:nth-of-type(4)>*::before {
    background-position: -60px -20px;
}

@media only screen and (min-width: 768px) {
    .cd-breadcrumb,
    .cd-multi-steps {
        padding: 0 1.2em;
    }
    .cd-breadcrumb li,
    .cd-multi-steps li {
        margin: 1em 0;
    }
    .cd-breadcrumb li::after,
    .cd-multi-steps li::after {
        margin: 0 1em;
    }
    .cd-breadcrumb li>*,
    .cd-multi-steps li>* {
        font-size: var(--14px);
    }
}


/* 用語集レイアウト ベースはCR 色は各ソリューションページに記載 */

#glossary {
    margin-bottom: 50px;
}

#glossary h1 {
    padding-bottom: 9px;
    margin: 20px 0 30px;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-left: 10px;
    border-top: 3px solid #EA6290 !important;
    font-size: 2em;
}

#glossary #SearchSection {
    text-align: left;
    width: 20%;
    float: left;
}

#glossary #SearchSection ul {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    width: 93%;
}

#glossary #SearchSection ul li {
    padding: 0px;
}

#glossary #SearchSection ul li:hover {
    background-color: #EA6290 !important;
    transition: background-color 500ms;
}

#glossary #SearchSection ul li a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #EA6290;
}

#glossary #SearchSection ul li a:hover {
    color: white;
}

#glossary #SearchSection ul li a strong {
    padding-left: 5px;
    font-weight: bold;
}

#glossary section h2 {
    border-left: 4px solid #EA6290 !important;
    font-size: 1.5em;
    margin: 18px 0 12px;
    display: block;
    background: #ffffff;
    padding: 5px 13px 6px;
    border-bottom: 1px solid #d1d1d1;
    line-height: 28px;
    margin-top: 50px;
}

#glossary #ListSection {
    float: right;
    width: 80%;
}

#glossary #ListSection ul {
    display: table-cell;
    list-style-type: none;
}

#glossary #ListSection ul li {
    float: left;
    margin-left: 40px;
    margin-bottom: 10px;
    width: 200px;
}

@media (max-width:766px) {
    #glossary #SearchSection {
        width: 100%;
    }
    #glossary #SearchSection ul {
        width: 100%
    }
    #glossary #SearchSection ul li {
        width: 23%;
        display: inline-block;
    }
    #glossary #SearchSection ul li a {
        font-size: 12px;
        padding: 10px 5px;
    }
    #glossary #ListSection {
        width: 100%;
    }
}

#glossary #ListSection ul li a {
    color: black;
}

#glossary #ListSection ul li a:hover {
    color: red;
}

.list-group {
    line-height: 16px;
}

.list-group-item {
    position: relative;
    display: block;
    margin-bottom: -1px;
    background-color: #fff;
    border-bottom: 2px solid #ddd;
}

.list-group-item:last-child {
    border-bottom: 1px solid #ddd;
}


/*Animation Button*/

.tm-button {
    position: relative;
    -webkit-perspective: 300px;
    perspective: 300px;
    display: inline-block;
    height: 54px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    line-height: 54px;
    outline: none;
}

.tm-button span {
    display: block;
    position: absolute;
    height: 60px;
    border: 2px solid #EA6290;
    text-align: center;
    line-height: 56px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none;
}

.tm-button span:nth-child(1) {
    background-color: #EA6290;
    color: #fff;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -30px;
    -moz-transform-origin: 50% 50% -30px;
    transform-origin: 50% 50% -30px;
}

.tm-button span:nth-child(2) {
    background-color: #fff;
    color: #EA6290;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -30px;
    -moz-transform-origin: 50% 50% -30px;
    transform-origin: 50% 50% -30px;
}

.tm-button:hover span:nth-child(1) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

.tm-button:hover span:nth-child(2) {
    background-color: #EA6290;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

@media screen and (min-width:769px) {
    .tm-button {
        width: 300px;
        font-size: 18px;
    }
    .tm-button span {
        width: 300px;
    }
}

@media screen and (max-width:768px) {
    .tm-button {
        width: 240px;
        font-size: 16px;
    }
    .tm-button span {
        width: 240px;
    }
}


/* ../css/top.css */

@media screen and (max-width:768px) {}

section {
    padding: 0;
}

.pagetop {
    display: none;
}

.sectionTitle {
    font-weight: bold;
}


/* mainVisual
----------------------------------------------*/

.mainVisual {
    background: url(https://tp-img.imgix.net/s/top_new/main_bg_v02.png?auto=format) no-repeat center center;
    background-size: cover;
}

.mainVisual .inner {
    position: relative;
    height: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

.mainVisual .mainText {
    position: absolute;
    top: 35px;
    left: 0;
    text-align: left;
    text-shadow: 0px 0px 1px #ffffff, 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
}

.mainVisual .mainText .pttl {
    font-size: 34px;
    font-weight: bold;
    color: #ea6290;
}

.mainVisual .mainText .pttl span {
    font-weight: bold;
}

.mainVisual .mainText p {
    font-size: 29px;
}

.mainVisual .inBtnsArea {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 25px;
}

.mainVisual .inBtnsArea .btns {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    transition: 0.3s;
}

.mainVisual .inBtnsArea .btns:hover {
    opacity: 0.7;
}

.mainVisual .inBtnsArea .btns * {
    color: #fff;
}

.mainVisual .inBtnsArea .btns:before {
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.mainVisual .inBtnsArea .btns a {
    position: relative;
    display: block;
    border-radius: 15px;
}

.mainVisual .inBtnsArea .btns a:before,
.mainVisual .inBtnsArea .btns a:after {
    position: absolute;
    top: 50%;
    display: block;
    content: '';
    opacity: 1;
}

.mainVisual .inBtnsArea .btns a:before {
    right: 20px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    margin-top: -12px;
    border-radius: 50%;
}

.mainVisual .inBtnsArea .btns a:after {
    right: 26px;
    margin-top: -7px;
    border-top: transparent solid 7px;
    border-bottom: transparent solid 7px;
}

.mainVisual .inBtnsArea .btns span {
    display: block;
}

.mainVisual .inBtnsArea .btns .txt01 {
    font-size: 18px;
    line-height: 1.4;
}

.mainVisual .inBtnsArea .btns .txt02 {
    letter-spacing: 0;
    line-height: 1.3;
}

.mainVisual .inBtnsArea .btn01 {
    margin-bottom: 25px;
}

.mainVisual .inBtnsArea .btn01:before {
    background-color: #1480b2;
}

.mainVisual .inBtnsArea .btn01 a {
    padding: 15px 50px 15px 15px;
    background-color: #28a7e1;
}

.mainVisual .inBtnsArea .btn01 .txt01 {
    max-width: 400px;
    margin: 0 auto 10px;
    padding-bottom: 13px;
    border-bottom: #fff solid 2px;
}

.mainVisual .inBtnsArea .btn01 .txt02 {
    font-size: 30px;
}

.mainVisual .inBtnsArea .btn01 a:after {
    border-left: #28a7e1 solid 10px;
}

.mainVisual .inBtnsArea .btn02+.btn02 {
    margin-top: 20px;
}

.mainVisual .inBtnsArea .btn02:before {
    background-color: #689010;
}

.mainVisual .inBtnsArea .btn02 a {
    padding: 7px 30px 7px 0;
    background-color: #90c320;
}

.mainVisual .inBtnsArea .btn02 .txt01 {
    margin-bottom: 3px;
}

.mainVisual .inBtnsArea .btn02 .txt02 {
    font-size: 28px;
}

.mainVisual .inBtnsArea .btn02 .txt02 small {
    font-size: 25px;
    font-weight: lighter;
}

.mainVisual .inBtnsArea .btn02 a:after {
    border-left: #90c320 solid 10px;
}

@media screen and (max-width:768px) {
    .mainVisual {
        background: none;
    }
    .mainVisual video {
        display: none;
    }
    .mainVisual .inner {
        height: auto;
    }
    .mainVisual .mainText {
        position: relative;
        top: 0;
        left: 0;
        height: 0;
        padding-bottom: 109%;
        text-align: center;
        background: url(https://tp-img.imgix.net/s/top_new/main_bg_sp.png?auto=format) no-repeat center center;
        background-size: cover;
    }
    .mainVisual .mainText .inTxts {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }
    .mainVisual .mainText .pttl {
        font-size: 20px;
    }
    .mainVisual .mainText .pttl span {
        display: inline-block;
        color: #ea6290;
        font-weight: bold;
    }
    .mainVisual .mainText p {
        font-size: 17px;
    }
    .mainVisual .inBtnsArea {
        position: static;
        margin: 30px auto;
        padding: 0 25px;
    }
    .mainVisual .inBtnsArea .btns a,
    .mainVisual .inBtnsArea .btns:before {
        border-radius: 8px;
    }
    .mainVisual .inBtnsArea .btns a:before {
        right: 10px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .mainVisual .inBtnsArea .btns a:after {
        right: 15px;
        margin-top: -6px;
        border-top: transparent solid 6px;
        border-bottom: transparent solid 6px;
    }
    .mainVisual .inBtnsArea .btns .txt01 {
        font-size: 12px;
    }
    .mainVisual .inBtnsArea .btn01 {
        margin-bottom: 30px;
    }
    .mainVisual .inBtnsArea .btn01 a {
        padding: 12px 40px 15px 15px;
    }
    .mainVisual .inBtnsArea .btn01 .txt02 {
        font-size: 22px;
    }
    .mainVisual .inBtnsArea .btn01 .txt01 {
        max-width: none;
        margin-bottom: 5px;
        padding-bottom: 8px;
        border-bottom: #fff solid 1px;
    }
    .mainVisual .inBtnsArea .btn01 a:after {
        border-left: #28a7e1 solid 8px;
    }
    .mainVisual .inBtnsArea .btn02+.btn02 {
        margin-top: 25px;
    }
    .mainVisual .inBtnsArea .btn02 a {
        padding: 7px 30px 7px 0;
    }
    .mainVisual .inBtnsArea .btn02 .txt01 {
        margin-bottom: 3px;
    }
    .mainVisual .inBtnsArea .btn02 .txt02 {
        font-size: 22px;
    }
    .mainVisual .inBtnsArea .btn02 .txt02 small {
        font-size: 18px;
    }
    .mainVisual .inBtnsArea .btn02 a:after {
        border-left: #90c320 solid 8px;
    }
}


/* sectionTitle
----------------------------------------------*/

.sectionTitle {
    margin-bottom: 30px;
    font-size: 40px;
}

@media screen and (max-width:768px) {
    .sectionTitle {
        margin-bottom: 15px;
        font-size: 23px;
    }
}

.pageBtn a {
    position: relative;
    display: block;
    max-width: 340px;
    margin: 0 auto;
    padding: 5px 0;
    text-decoration: none;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    border-radius: 8px;
    transition: 0.2s;
}

.pageBtn a:hover {
    opacity: 0.7;
}

.pageBtn a:after,
.pageBtn a:before {
    position: absolute;
    top: 50%;
    display: block;
    content: '';
    opacity: 1;
}

.pageBtn a:before {
    right: 20px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    margin-top: -12px;
    border-radius: 50%;
}

.pageBtn a:after {
    right: 26px;
    margin-top: -7px;
    border-left: #000 solid 10px;
    border-top: transparent solid 7px;
    border-bottom: transparent solid 7px;
}

@media screen and (max-width:768px) {
    .pageBtn a {
        max-width: 250px;
        font-size: 20px;
    }
    .pageBtn a:before {
        right: 10px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .pageBtn a:after {
        right: 15px;
        margin-top: -6px;
        border-left: #000 solid 8px;
        border-top: transparent solid 6px;
        border-bottom: transparent solid 6px;
    }
}

.wrap {
    max-width: 1040px;
    margin: 0 auto;
    padding-left: 17px;
    padding-right: 17px;
}

.fade,
.fadeArea a {
    transition: 0.2s;
}

.fade:hover,
.fadeArea a:hover {
    opacity: 0.7;
}


/* btnsArea
----------------------------------------------*/

.btnsArea {
    padding: 45px 0;
    background-color: #fce8ee;
}

.btnsArea .btns {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    transition: 0.3s;
}

.btnsArea .btns:hover {
    opacity: 0.7;
}

.btnsArea .btns * {
    color: #fff;
}

.btnsArea .btns:before {
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.btnsArea .btns a {
    position: relative;
    display: block;
    border-radius: 15px;
}

.btnsArea .btns a:before,
.btnsArea .btns a:after {
    position: absolute;
    top: 50%;
    display: block;
    content: '';
    opacity: 1;
}

.btnsArea .btns a:before {
    right: 20px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    margin-top: -12px;
    border-radius: 50%;
}

.btnsArea .btns a:after {
    right: 26px;
    margin-top: -7px;
    border-top: transparent solid 7px;
    border-bottom: transparent solid 7px;
}

.btnsArea .btns span {
    display: block;
}

.btnsArea .btns .txt01 {
    font-size: 18px;
    line-height: 1.4;
}

.btnsArea .btns .txt02 {
    letter-spacing: 0;
    line-height: 1.3;
}

.btnsArea .btn01 {
    float: left;
    width: 50.19%;
}

.btnsArea .btn01:before {
    background-color: #1480b2;
}

.btnsArea .btn01 a {
    padding: 30px 30px 30px 0;
    background-color: #28a7e1;
}

.btnsArea .btn01 .txt01 {
    max-width: 400px;
    margin: 0 auto 10px;
    padding-bottom: 13px;
    border-bottom: #fff solid 2px;
}

.btnsArea .btn01 .txt02 {
    font-size: 33px;
}

.btnsArea .btn01 a:after {
    border-left: #28a7e1 solid 10px;
}

.btnsArea .btn02 {
    float: right;
    width: 48.1%;
}

.btnsArea .btn02+.btn02 {
    margin-top: 20px;
}

.btnsArea .btn02:before {
    background-color: #689010;
}

.btnsArea .btn02 a {
    padding: 7px 30px 7px 0;
    background-color: #90c320;
}

.btnsArea .btn02 .txt01 {
    margin-bottom: 3px;
}

.btnsArea .btn02 .txt02 {
    font-size: 28px;
}

.btnsArea .btn02 .txt02 small {
    font-size: 25px;
    font-weight: lighter;
}

.btnsArea .btn02 a:after {
    border-left: #90c320 solid 10px;
}

@media screen and (max-width:768px) {
    .btnsArea .btns a,
    .btnsArea .btns:before {
        border-radius: 8px;
    }
    .btnsArea .btns a:before {
        right: 10px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .btnsArea .btns a:after {
        right: 15px;
        margin-top: -6px;
        border-top: transparent solid 6px;
        border-bottom: transparent solid 6px;
    }
    .btnsArea .btns .txt01 {
        font-size: 12px;
    }
    .btnsArea .btn01,
    .btnsArea .btn02 {
        float: none;
        width: auto;
    }
    .btnsArea .btn01 {
        margin-bottom: 30px;
    }
    .btnsArea .btn01 a {
        padding: 12px 40px 15px 15px;
    }
    .btnsArea .btn01 .txt02 {
        font-size: 22px;
    }
    .btnsArea .btn01 .txt01 {
        max-width: none;
        margin-bottom: 5px;
        padding-bottom: 8px;
        border-bottom: #fff solid 1px;
    }
    .btnsArea .btn01 a:after {
        border-left: #28a7e1 solid 8px;
    }
    .btnsArea .btn02+.btn02 {
        margin-top: 25px;
    }
    .btnsArea .btn02 a {
        padding: 7px 30px 7px 0;
    }
    .btnsArea .btn02 .txt01 {
        margin-bottom: 3px;
    }
    .btnsArea .btn02 .txt02 {
        font-size: 22px;
    }
    .btnsArea .btn02 .txt02 small {
        font-size: 18px;
    }
    .btnsArea .btn02 a:after {
        border-left: #90c320 solid 8px;
    }
}


/* section01
----------------------------------------------*/

.flex_wrap_between {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari */
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.tb_area {
    margin: auto;
    max-width: 1040px;
}

.tb_area table {
    width: 49.2%;
    border-collapse: collapse;
    font-size: 12px;
    color: #454545;
}

.tb_area table tr th {
    background: #fce8ee;
    text-align: center;
    padding: 15px;
    font-weight: bold;
    border-bottom: 1px solid #dbd9cc;
    border-right: 1px solid #dbd9cc;
}

.tb_area table tr th:first-of-type {
    width: 28%;
}

.tb_area table tr th:last-of-type {
    border-right: none;
    width: 36%;
}

.tb_area table tr td {
    text-align: center;
    padding: 15px;
    font-weight: bold;
    border-bottom: 1px solid #dbd9cc;
    border-right: 1px solid #dbd9cc;
    vertical-align: middle;
    font-size: 12px;
    background: #fff;
}

.tb_area table tr td:last-of-type {
    text-align: left;
    font-weight: 500;
    border-right: none;
}

.section01 {
    padding: 70px 17px 80px;
    background-color: #fe87ad;
}

.section01 .sectionTitle {
    color: #fff;
}

.section01 h3 {
    color: #fff;
    margin: 80px 0 30px;
    font-size: 30px;
    font-weight: 900;
}

.section01 .image {
    max-width: 1043px;
    margin: 0 auto;
}

.section01 .pageBtn {
    margin-top: 40px;
}

.section01 .pageBtn a {
    color: #fe87ad;
    background-color: #fff;
}

.section01 .pageBtn a:before {
    background-color: #fe87ad;
}

.section01 .pageBtn a:after {
    border-left-color: #fff;
}

@media screen and (max-width:768px) {
    .section01 {
        padding: 30px 17px;
    }
    .section01 .pageBtn {
        margin-top: 20px;
    }
    .section01 .image img {
        width: 100%;
    }
}


/* section02
----------------------------------------------*/

.section02 {
    padding: 70px 0;
}

.section02 .list {
    text-align: left;
    margin-bottom: 25px;
}

.section02 .list li+li {
    border-top: #dbd9cc solid 1px;
}

.section02 .list a,
.section02 .list a>span {
    display: block;
    font-size: 16px;
}

.section02 .list a {
    padding: 18px;
}

.section02 .list .date {
    float: left;
}

.section02 .list .cat {
    width: 85px;
    float: left;
    margin: 4px 0 0 30px;
}

.section02 .list .cat span {
    display: block;
    padding: 3px 0;
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 1;
}

.section02 .list .txt {
    margin: 0 0 0 210px;
    overflow: hidden;
}

.section02 .pageBtn {
    margin-top: 30px;
}

.section02 .pageBtn a {
    color: #fff;
    background-color: #90c320;
}

.section02 .pageBtn a:after {
    border-left-color: #90c320;
}

@media screen and (max-width:768px) {
    .section02 {
        padding: 40px 0;
    }
    .section02 .list {
        margin-bottom: 10px;
    }
    .section02 .list li a {
        display: block;
        padding: 13px 0;
        text-align: left;
    }
    .section02 .list li a>* {
        display: inline-block;
    }
    .section02 .list li a .date {
        width: auto;
        margin-right: 5px;
        font-size: 11px;
    }
    .section02 .list li a .cat {
        width: auto;
        margin: 0;
        font-size: 10px;
    }
    .section02 .list li a .cat span {
        padding: 3px 5px;
        font-size: 10px;
    }
    .section02 .list li a .txt {
        float: left;
        display: block;
        width: 100%;
        margin: 5px 0 0 0;
        padding-left: 0;
        font-size: 12px;
    }
    .section02 .pageBtn {
        margin-top: 30px;
    }
}


/* section03
----------------------------------------------*/

.section03 {
    position: relative;
    padding: 0 17px;
}

.section03:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    display: block;
    content: '';
    z-index: 1;
    background: #f0efe8;
}

.section03 .bdr {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 10px;
    margin-top: -5px;
    background: url(https://tp-img.imgix.net/s/top_new/bdr.png?auto=format) repeat-x;
    background-size: auto 100%;
}

.section03 .inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    max-width: 860px;
    margin: 0 auto;
    padding: 15px 30px 30px;
    z-index: 3;
    background: url(https://tp-img.imgix.net/s/top_new/bg_dot01.png?auto=format);
    border: #fe87ad solid 4px;
}

.section03 dt {
    margin-bottom: 30px;
    font-size: 42px;
}

.section03 dt span {
    position: relative;
    display: inline-block;
    padding-left: 90px;
    color: #ea6290;
    font-weight: bold;
}

.section03 dt span:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: '';
    width: 75px;
    height: 70px;
    margin-top: -35px;
    background: url(https://tp-img.imgix.net/s/top_new/icon_palette.png?auto=format) no-repeat;
}

.section03 dd {
    font-size: 23px;
    font-weight: bold;
}

@media screen and (max-width:768px) {
    .section03 .bdr {
        display: none;
    }
    .section03 .inner {
        padding: 15px 10px;
        border: #fe87ad solid 2px;
    }
    .section03 dt {
        margin-bottom: 15px;
        font-size: 22px;
    }
    .section03 dt span {
        padding-left: 50px;
    }
    .section03 dt span:before {
        width: 45px;
        height: 45px;
        margin-top: -22px;
        background-size: 100% auto;
    }
    .section03 dd {
        font-size: 15px;
    }
}


/* section04
----------------------------------------------*/

.section04 {
    padding: 80px 0 130px;
    background-color: #efefe8;
}

.section04 img {
    width: auto;
    max-width: 100%;
}

.section04 .image01 {
    margin-bottom: 80px;
    padding: 40px 20px;
    text-align: center;
    background-color: #fff;
}

.section04 .text {
    margin-bottom: 35px;
    font-size: 15px;
    line-height: 1.8;
}

.section04 .image02 {
    padding: 15px 10px;
    background-color: #fff;
}

@media screen and (max-width:768px) {
    .section04 {
        padding: 35px 0 50px;
    }
    .section04 .image01 {
        margin-bottom: 40px;
        padding: 20px 15px;
    }
    .section04 .text {
        margin-bottom: 20px;
        font-size: 13px;
        line-height: 1.4;
    }
    .section04 .image02 {
        padding: 15px 10px;
    }
    .tb_area table {
        width: 100%;
        margin-bottom: 20px;
    }
}


/* section05
----------------------------------------------*/

.section05 {
    padding: 90px 0;
}

.section05 .list01 {
    margin: 0 0 90px -80px;
}

.section05 .list01 img {
    width: auto;
    max-width: 100%;
}

.section05 .list01>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.3333%;
    padding-left: 80px;
}

.section05 .list01>li .in_ttl {
    max-width: 250px;
    margin: 0 auto 15px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background-color: #3e3a39;
    border-radius: 30px;
}

.section05 .list01>li .in_ttl small {
    font-size: 18px;
}

.section05 .list01>li .img {
    margin-bottom: 30px;
    text-align: center;
}

.section05 .list01>li>ul {
    position: relative;
    padding: 15px 13px 15px 5px;
    background: url(https://tp-img.imgix.net/s/top_new/bg_dot02.png?auto=format);
}

.section05 .list01>li>ul:before {
    position: absolute;
    top: -17px;
    left: 50%;
    display: block;
    content: '';
    width: 24px;
    height: 18px;
    margin-left: -12px;
    background: url(https://tp-img.imgix.net/s/top_new/dot_arw.png?auto=format);
}

.section05 .list01>li>ul li {
    position: relative;
    padding-left: 1.2em;
    font-size: 20px;
    text-align: left;
    line-height: 1.4;
    font-weight: bold;
}

.section05 .list01>li>ul li span {
    color: #0082dd;
}

.section05 .list01>li>ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '・';
}

.section05 .list01>li>ul li+li {
    margin-top: 5px;
}

.section05 .box+.box {
    margin-top: 70px;
}

.section05 .box .boxTtl {
    margin-bottom: 25px;
    padding: 7px 20px;
    font-size: 30px;
    color: #fff;
    text-align: left;
    background-color: #3e3a39;
    line-height: 1.4;
}

.section05 .box ul {
    margin-left: -27px;
}

.section05 .box li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.3333%;
    padding-left: 27px;
}

.section05 .box li .inBox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 65px;
    border-radius: 13px;
}

.section05 .box li .inBox>* {
    position: relative;
    z-index: 5;
}

.section05 .box li .inBox:before {
    position: absolute;
    top: -5px;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 20px;
    background-color: #fff;
    z-index: 2;
}

.section05 .box li .inBox:after {
    position: absolute;
    top: 20px;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fe87ad;
    z-index: 1;
}

.section05 .box li .inBox .img {
    z-index: 3;
}

.section05 .box li .inBox .img img {
    width: 100%;
    height: auto;
}

.section05 .box li .inBox .inTtl {
    position: relative;
    margin: -20px 20px 12px;
    padding: 6px 0;
    font-weight: bold;
    font-size: 22px;
    color: #000;
    background-color: #fff;
    border: #fe87ad solid 3px;
    line-height: 1.3;
}

.section05 .box li .inBox .inTtl small {
    font-weight: bold;
    font-size: 18px;
}

.section05 .box li .inBox .inTxt {
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}

.section05 .box li .inBox .inbtn {
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
}

.section05 .box li .inBox .inbtn>* {
    position: relative;
    max-width: 215px;
    display: block;
    margin: 0 auto;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
    border-radius: 5px;
}

.section05 .box li .inBox .inbtn>*:before {
    position: absolute;
    top: 50%;
    right: 12px;
    display: block;
    content: '';
    margin-top: -5px;
    border-left: #fe87ad solid 6px;
    border-top: transparent solid 5px;
    border-bottom: transparent solid 5px;
}

.zindex {
    position: relative;
    z-index: 0;
}

@media screen and (max-width:768px) {
    .section05 {
        padding: 60px 0;
    }
    .section05 .list01 {
        margin: 0 0 40px;
    }
    .section05 .list01>li {
        position: relative;
        float: none;
        width: auto;
        padding-left: 150px;
    }
    .section05 .list01>li+li {
        margin-top: 30px;
    }
    .section05 .list01>li .in_ttl {
        max-width: none;
        margin: 0 auto 10px;
        font-size: 18px;
    }
    .section05 .list01>li .in_ttl small {
        font-size: 14px;
    }
    .section05 .list01>li .img {
        position: absolute;
        top: 10px;
        left: 0;
        width: 150px;
        margin-bottom: 0;
        text-align: center;
    }
    .section05 .list01>li>ul {
        position: relative;
        padding: 12px 7px;
    }
    .section05 .list01>li>ul:before {
        position: absolute;
        top: 50%;
        left: -19px;
        display: block;
        content: '';
        width: 24px;
        height: 18px;
        margin: -12px 0 0;
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
    }
    .section05 .list01>li>ul li {
        font-size: 12px;
        line-height: 1.3;
    }
    .section05 .list01>li>ul li+li {
        margin-top: 3px;
    }
    .section05 .list01>li>ul li+li {
        margin-top: 5px;
    }
    .section05 .box+.box {
        margin-top: 50px;
    }
    .section05 .box .boxTtl {
        margin: 0 -20px 25px;
        padding: 3px 20px;
        font-size: 20px;
    }
    .section05 .box ul {
        margin-left: 0;
    }
    .section05 .box li {
        float: none;
        width: auto;
        padding-left: 0;
    }
    .section05 .box li+li {
        margin-top: 20px;
    }
    .section05 .box li .inBox {
        padding-bottom: 20px;
    }
    .section05 .box li .inBox .inTtl {
        position: relative;
        margin: -20px 20px 12px;
        padding: 6px 0;
        font-size: 16px;
        border: #fe87ad solid 2px;
    }
    .section05 .box li .inBox .inTxt {
        margin-bottom: 30px;
        font-size: 13px;
    }
    .section05 .box li .inBox .inbtn {
        position: absolute;
        bottom: 15px;
        left: 0;
        width: 100%;
    }
    .section05 .box li .inBox .inbtn>* {
        max-width: 150px;
        padding: 2px 0;
        font-size: 13px;
    }
    .section05 .box li .inBox .inbtn>*:before {
        position: absolute;
        top: 50%;
        right: 12px;
        display: block;
        content: '';
        margin-top: -5px;
        border-left: #fe87ad solid 6px;
        border-top: transparent solid 5px;
        border-bottom: transparent solid 5px;
    }
    .section05 .box li .inBox .inTtl small {
        font-size: 14px;
    }
}

.footer_talent .info {
    text-align: left;
}

.pageNmr {
    margin-bottom: 120px;
}

@media screen and (max-width:768px) {
    .pageNmr {
        margin-bottom: 50px;
    }
    .section01 h3 {
        font-size: 18px;
        margin: 40px auto 20px;
    }
}


/* ../css/work.css */

@media screen and (max-width:768px) {}


/* ----------------------------------------------------------

  work_under common

----------------------------------------------------------*/

.work_under {
    overflow: hidden;
    width: 100%;
}

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


/* pageTitle
----------------------------------------------*/

.pageTitle {
    position: relative;
    width: 100%;
    margin-bottom: 9px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.pageTitle:before {
    position: absolute;
    bottom: -9px;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 9px;
    background: url(https://tp-img.imgix.net/s/work/common/main_bdr.png?auto=format) repeat-x left top;
}

.pageTitle .inner {
    display: table;
    width: 100%;
    max-width: 1040px;
    height: 440px;
    margin: 0 auto;
}

.pageTitle .texts {
    display: table-cell;
    vertical-align: middle;
    line-height: 1.3;
}

.pageTitle .inTitle01 {
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: bold;
    text-shadow: 0px 0px 1px #ffffff, 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
}

.pageTitle .inMainTitle {
    margin-bottom: 15px;
    color: #ec638c;
    font-size: 60px;
    text-shadow: 0px 0px 1px #ffffff, 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
}

.pageTitle .inMainTitle span {
    display: inline-block;
    color: #ec638c;
}

.pageTitle .inTitle02 {
    color: #ec638c;
    font-size: 38px;
    text-shadow: 0px 0px 1px #ffffff, 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
}

@media screen and (max-width:768px) {
    .pageTitle {
        height: 0;
        margin-bottom: 6px;
        padding-bottom: 59%;
    }
    .pageTitle:before {
        bottom: -6px;
        height: 6px;
        background-size: 375px 100%;
    }
    .pageTitle .inner {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        height: auto;
        margin-top: 4.7%;
        text-align: center;
    }
    .pageTitle .texts {
        display: block;
    }
    .pageTitle .inTitle01 {
        margin-bottom: 20px;
        font-size: clamp(12px, 3vw, 16px);
    }
    .pageTitle .inMainTitle {
        margin-bottom: 5px;
        font-size: 6vw;
    }
    .pageTitle .inTitle02 {
        font-size: 17px;
    }
}


/* accentTitle
----------------------------------------------*/

.accentTitle {
    font-size: 40px;
    text-align: center;
    line-height: 1.4;
}

.accentTitle span {
    position: relative;
    display: inline-block;
    padding: 0 40px;
    color: #000;
    font-weight: bold;
}

.accentTitle span:before,
.accentTitle span:after {
    position: absolute;
    top: 0;
    width: 27px;
    height: 100%;
    display: block;
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}

.accentTitle span:before {
    left: 0;
    background-image: url(https://tp-img.imgix.net/s/work/common/accent01.png?auto=format);
}

.accentTitle span:after {
    right: 0;
    background-image: url(https://tp-img.imgix.net/s/work/common/accent02.png?auto=format);
}

@media screen and (max-width:768px) {
    .accentTitle {
        font-size: 22px;
    }
    .accentTitle span {
        padding: 0 33px;
    }
    .accentTitle span:before,
    .accentTitle span:after {
        width: 27px;
    }
}


/* btnsArea
----------------------------------------------*/

.btnsArea {
    padding: 45px 0;
    background-color: #fce8ee;
}

.btnsArea .btns {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    transition: 0.3s;
}

.btnsArea .btns:hover {
    opacity: 0.7;
}

.btnsArea .btns * {
    color: #fff;
}

.btnsArea .btns:before {
    position: absolute;
    top: 3px;
    left: 3px;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.btnsArea .btns a {
    position: relative;
    display: block;
    border-radius: 15px;
}

.btnsArea .btns a:before,
.btnsArea .btns a:after {
    position: absolute;
    top: 50%;
    display: block;
    content: '';
    opacity: 1;
}

.btnsArea .btns a:before {
    right: 20px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    margin-top: -12px;
    border-radius: 50%;
}

.btnsArea .btns a:after {
    right: 26px;
    margin-top: -7px;
    border-top: transparent solid 7px;
    border-bottom: transparent solid 7px;
}

.btnsArea .btns span {
    display: block;
}

.btnsArea .btns .txt01 {
    font-size: 18px;
    line-height: 1.4;
}

.btnsArea .btns .txt02 {
    letter-spacing: 0;
    line-height: 1.3;
}

.btnsArea .btn01 {
    float: left;
    width: 50.19%;
}

.btnsArea .btn01:before {
    background-color: #1480b2;
}

.btnsArea .btn01 a {
    padding: 30px 30px 30px 0;
    background-color: #28a7e1;
}

.btnsArea .btn01 .txt01 {
    max-width: 400px;
    margin: 0 auto 10px;
    padding-bottom: 13px;
    border-bottom: #fff solid 2px;
}

.btnsArea .btn01 .txt02 {
    font-size: 33px;
}

.btnsArea .btn01 a:after {
    border-left: #28a7e1 solid 10px;
}

.btnsArea .btn02 {
    float: right;
    width: 48.1%;
}

.btnsArea .btn02+.btn02 {
    margin-top: 20px;
}

.btnsArea .btn02:before {
    background-color: #689010;
}

.btnsArea .btn02 a {
    padding: 7px 30px 7px 0;
    background-color: #90c320;
}

.btnsArea .btn02 .txt01 {
    margin-bottom: 3px;
}

.btnsArea .btn02 .txt02 {
    font-size: 28px;
}

.btnsArea .btn02 .txt02 small {
    font-size: 25px;
    font-weight: lighter;
}

.btnsArea .btn02 a:after {
    border-left: #90c320 solid 10px;
}

@media screen and (max-width:768px) {
    .btnsArea .btns a,
    .btnsArea .btns:before {
        border-radius: 8px;
    }
    .btnsArea .btns a:before {
        right: 10px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    .btnsArea .btns a:after {
        right: 15px;
        margin-top: -6px;
        border-top: transparent solid 6px;
        border-bottom: transparent solid 6px;
    }
    .btnsArea .btns .txt01 {
        font-size: 12px;
    }
    .btnsArea .btn01,
    .btnsArea .btn02 {
        float: none;
        width: auto;
    }
    .btnsArea .btn01 {
        margin-bottom: 30px;
    }
    .btnsArea .btn01 a {
        padding: 12px 40px 15px 15px;
    }
    .btnsArea .btn01 .txt02 {
        font-size: 22px;
    }
    .btnsArea .btn01 .txt01 {
        max-width: none;
        margin-bottom: 5px;
        padding-bottom: 8px;
        border-bottom: #fff solid 1px;
    }
    .btnsArea .btn01 a:after {
        border-left: #28a7e1 solid 8px;
    }
    .btnsArea .btn02+.btn02 {
        margin-top: 25px;
    }
    .btnsArea .btn02 a {
        padding: 7px 30px 7px 0;
    }
    .btnsArea .btn02 .txt01 {
        margin-bottom: 3px;
    }
    .btnsArea .btn02 .txt02 {
        font-size: 22px;
    }
    .btnsArea .btn02 .txt02 small {
        font-size: 18px;
    }
    .btnsArea .btn02 a:after {
        border-left: #90c320 solid 8px;
    }
}


/* wrap
----------------------------------------------*/

.wrap {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1040px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 13px;
    padding-left: 13px;
}


/* relationArea
----------------------------------------------*/

.relationArea {
    padding: 95px 0 120px;
}

.relationArea .inTtl {
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
}

.relationArea .list {
    margin-left: -14px;
}

.relationArea .list li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.333%;
    padding-left: 14px;
}

.relationArea .list li a {
    position: relative;
    display: table;
    width: 100%;
    height: 244px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    line-height: 1.16;
    transition: 0.3s;
}

.relationArea .list li a:hover {
    opacity: 0.7;
}

.relationArea .list li a:after {
    position: absolute;
    bottom: 7px;
    right: 7px;
    display: block;
    content: '';
    border-right: #fff solid 11px;
    border-bottom: #fff solid 11px;
    border-left: transparent solid 11px;
    border-top: transparent solid 11px;
}

.relationArea .list li a span {
    display: table-cell;
    color: #fff;
    font-size: 36px;
    vertical-align: middle;
    text-align: center;
}

.relationArea .list li.box01 a {
    background-image: url(https://tp-img.imgix.net/s/work/common/relation_img01.jpg?auto=format);
}

.relationArea .list li.box02 a {
    background-image: url(https://tp-img.imgix.net/s/work/common/relation_img02.jpg?auto=format);
}

.relationArea .list li.box03 a {
    background-image: url(https://tp-img.imgix.net/s/work/common/relation_img03.jpg?auto=format);
}

.relationArea .list li.box04 a {
    background-image: url(https://tp-img.imgix.net/s/work/common/relation_img04.jpg?auto=format);
}

.relationArea .list li.box05 a {
    background-image: url(https://tp-img.imgix.net/s/work/common/relation_img05.jpg?auto=format);
}

.relationArea .list li.box06 a {
    background-image: url(https://tp-img.imgix.net/s/work/common/relation_img06.jpg?auto=format);
}

.relationArea .list li.box07 a {
    background-image: url(https://tp-img.imgix.net/s/work/common/relation_img07.jpg?auto=format);
}

.relationArea .list li.box08 a {
    background-image: url(https://tp-img.imgix.net/s/work/common/relation_img08.jpg?auto=format);
}

.relationArea .list li.box09 a {
    background-image: url(https://tp-img.imgix.net/s/work/common/relation_img09.jpg?auto=format);
}

@media screen and (max-width:768px) {
    .relationArea {
        padding: 55px 0;
    }
    .relationArea .inTtl {
        font-size: 17px;
    }
    .relationArea .list {
        max-width: 255px;
        margin: 0 auto;
    }
    .relationArea .list li {
        float: none;
        width: auto;
        padding-left: 0;
    }
    .relationArea .list li+li {
        margin-top: 25px;
    }
    .relationArea .list li a {
        height: 185px;
    }
    .relationArea .list li a span {
        font-size: 26px;
    }
}


/* pageTitle
----------------------------------------------*/

.pageTitle {
    background-image: url(https://tp-img.imgix.net/s/work/common/main.jpg?auto=format);
}

@media screen and (max-width:768px) {
    .pageTitle {
        background-image: url(https://tp-img.imgix.net/s/work/common/main_sp.jpg?auto=format);
    }
}


/* resolutionSection
----------------------------------------------*/

.resolutionSection {
    padding: 75px 0 105px;
}

.resolutionSection .accentTitle {
    margin-bottom: 55px;
}

.resolutionSection .imageText .image {
    float: left;
    width: 38.1%;
    padding-top: 22px;
}

.resolutionSection .imageText .image.pt00 {
    padding-top: 0;
}

.resolutionSection .imageText .text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: right;
    width: 57.7%;
    padding: 15px 20px;
    background: url(https://tp-img.imgix.net/s/work/common/bg_dot.png?auto=format) right bottom;
}

.resolutionSection .imageText .text:before {
    position: absolute;
    top: 140px;
    left: -29px;
    display: block;
    content: '';
    width: 30px;
    height: 28px;
    background: url(https://tp-img.imgix.net/s/work/common/bg_dot_arwl.png?auto=format) no-repeat center center;
}

.resolutionSection .imageText .text span {
    color: #0082dd;
}

.resolutionSection .imageText .text .inTtl {
    margin-bottom: 5px;
    font-size: 22px;
    font-weight: bold;
}

.resolutionSection .imageText .text li {
    position: relative;
    padding-left: 1em;
    font-size: 23px;
}

.resolutionSection .imageText .text li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '・';
}

@media screen and (max-width:768px) {
    .resolutionSection {
        padding: 35px 0 50px;
    }
    .resolutionSection .accentTitle {
        margin-bottom: 25px;
    }
    .resolutionSection .imageText .image {
        float: none;
        width: auto;
        margin-bottom: 32px;
        padding-top: 0;
    }
    .resolutionSection .imageText .text {
        float: none;
        width: auto;
        padding: 15px;
    }
    .resolutionSection .imageText .text .inTtl {
        font-size: 18px;
    }
    .resolutionSection .imageText .text:before {
        top: -28px;
        left: 50%;
        width: 30px;
        height: 28px;
        margin-left: -14px;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
    .resolutionSection .imageText .text li {
        font-size: 16px;
    }
}


/* pointSection
----------------------------------------------*/

.pointSection {
    padding: 55px 0 80px;
    background-color: #fe87ad;
}

.pointSection .sttl {
    margin-bottom: 35px;
    color: #fff;
    font-size: 40px;
    text-align: center;
    line-height: 1.3;
}

.pointSection .sttl span {
    font-size: 60px;
    color: #fff;
}

.pointSection .list ul {
    margin-left: -15px;
}

.pointSection .list li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.3333%;
    padding-left: 15px;
}

.pointSection .list li .inBg {
    padding: 30px 10px 50px;
    background-color: #fff;
    text-align: center;
}

.pointSection .list li .num {
    width: 50px;
    margin: 0 auto 10px;
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    background-color: #fe87ad;
    line-height: 50px;
    border-radius: 50%;
}

.pointSection .list li .inTtl {
    margin-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4;
}

.pointSection .list li .inTtl small {
    color: #1e1e1e;
    font-weight: bold;
    font-size: 18px;
}

.pointSection .list li .inTxt {
    margin-top: 25px;
    padding: 0 35px;
    font-size: 18px;
    line-height: 1.5;
}

.pointSection .list li .inTxt span {
    display: inline-block;
}

.pointSection .list li .inTxt.shortMt {
    margin-top: 17px;
}

@media screen and (max-width:768px) {
    .pointSection {
        padding: 30px 0 40px;
    }
    .pointSection .sttl {
        margin-bottom: 15px;
        font-size: 24px;
    }
    .pointSection .sttl span {
        font-size: 30px;
    }
    .pointSection .list ul {
        margin-left: 0;
    }
    .pointSection .list li {
        float: none;
        width: auto;
        padding-left: 0;
    }
    .pointSection .list li+li {
        margin-top: 10px;
    }
    .pointSection .list li .inBg {
        padding: 25px 0;
    }
    .pointSection .list li .num {
        width: 35px;
        margin: 0 auto 10px;
        ;
        font-size: 20px;
        line-height: 35px;
    }
    .pointSection .list li .inTtl {
        margin-bottom: 25px;
        font-size: 16px;
    }
    .pointSection .list li .inTtl small {
        font-size: 14px;
    }
    .pointSection .list li .inTxt,
    .pointSection .list li .inTxt.shortMt {
        font-size: 13px;
        padding: 0 20px;
    }
}


/* pointDetailSection
----------------------------------------------*/

.pointDetailSection {
    padding: 110px 0;
}

.pointDetailSection .wrap {
    max-width: 1050px;
}

.pointDetailSection .box+.box {
    margin-top: 105px;
}

.pointDetailSection .box .inBox+.inBox {
    margin-top: 80px;
}

.pointDetailSection .boxTtile {
    position: relative;
    margin-bottom: 50px;
    padding-left: 170px;
}

.pointDetailSection .boxTtile * {
    color: #000;
}

.pointDetailSection .boxTtile .inTtl01 {
    margin-bottom: 15px;
}

.pointDetailSection .boxTtile .inTtl01 img {
    position: absolute;
    left: 0;
    top: 10px;
}

.pointDetailSection .boxTtile .inTtl01>span {
    position: relative;
    display: inline-block;
    padding-right: 60px;
    font-size: 28px;
}

.pointDetailSection .boxTtile .inTtl01>span span {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 50px;
    font-size: 34px;
    color: #fff;
    line-height: 50px;
    background-color: #fe87ad;
    border-radius: 50%;
    text-align: center;
}

.pointDetailSection .boxTtile .inTtl02 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.3;
}

.pointDetailSection .boxTtile .inTtl02 small {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
}

.pointDetailSection .boxTtile .minTxt {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.4;
}

.pointDetailSection .inTtl03 {
    padding-bottom: 5px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    border-bottom: #1e1e1e solid 2px;
    line-height: 1.4;
}

.pointDetailSection .inTtl03 small {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}

.pointDetailSection .inTtl04 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
}

.pointDetailSection .image {
    margin-bottom: 25px;
}

.pointDetailSection .image.mb00 {
    margin-bottom: 0;
}

.pointDetailSection .imagecap {
    margin: 10px 0 25px;
    line-height: 1.3;
}

.pointDetailSection .imagecap02 {
    margin-bottom: 10px;
    padding-top: 10px;
    line-height: 1.3;
}

.pointDetailSection .txt+.image {
    margin-top: 20px;
}

.pointDetailSection .txt {
    font-size: 22px;
    line-height: 1.45;
}

.pointDetailSection .txt p+p {
    margin-top: 1em;
}

.pointDetailSection .txt .dot li {
    position: relative;
    padding-left: 1.2em;
}

.pointDetailSection .txt .dot li+li {
    margin-top: 10px;
}

.pointDetailSection .txt .dot li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '・';
}

.pointDetailSection .txt .txt_inTtl {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
}

@media screen and (max-width:768px) {
    .pointDetailSection {
        padding: 50px 0;
    }
    .pointDetailSection .box+.box {
        margin-top: 50px;
    }
    .pointDetailSection .box .inBox+.inBox {
        margin-top: 40px;
    }
    .pointDetailSection .boxTtile {
        margin-bottom: 20px;
        padding-left: 0;
    }
    .pointDetailSection .boxTtile .inTtl01 {
        position: relative;
        margin-bottom: 25px;
        padding-left: 120px;
    }
    .pointDetailSection .boxTtile .inTtl01 img {
        left: 0;
        top: 50%;
        width: 105px;
        transform: translateY(-50%);
    }
    .pointDetailSection .boxTtile .inTtl01>span {
        padding-right: 45px;
        font-size: 17px;
    }
    .pointDetailSection .boxTtile .inTtl01>span span {
        top: 50%;
        bottom: auto;
        width: 38px;
        margin-top: -16px;
        font-size: 25px;
        line-height: 38px;
    }
    .pointDetailSection .boxTtile .inTtl02 {
        font-size: 24px;
    }
    .pointDetailSection .boxTtile .inTtl02 small {
        font-size: 18px;
    }
    .pointDetailSection .inTtl03 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .pointDetailSection .inTtl03 small {
        font-size: 12px;
    }
    .pointDetailSection .inTtl04 {
        margin-bottom: 10px;
        font-size: 14px;
    }
    .pointDetailSection .boxTtile .minTxt {
        margin-top: 10px;
        font-size: 14px;
    }
    .pointDetailSection .image {
        margin-bottom: 25px;
    }
    .pointDetailSection .imagecap {
        margin: 5px 0 25px;
        font-size: 10px;
    }
    .pointDetailSection .imagecap02 {
        margin-bottom: 5px;
        font-size: 10px;
    }
    .pointDetailSection .txt {
        padding: 15px;
        font-size: 14px;
        background-color: #efefe8;
    }
    .pointDetailSection .txt .txt_inTtl {
        margin-bottom: 10px;
        font-size: 16px;
    }
}


/* listdot
----------------------------------------------*/

.listdot li {
    position: relative;
    padding-left: 1em;
    font-size: 20px;
}

.listdot li::before {
    background: #222;
    border-radius: 50%;
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    top: .6em;
    left: 0;
}

.listdot li.indent {
    text-indent: .5em;
    padding-left: .5em;
}

@media screen and (max-width:768px) {
    .listdot li {
        font-size: 16px;
    }
}


/* FunctionSection
----------------------------------------------*/

.FunctionSection {
    padding: 0 0 110px;
}

.FunctionSection .wrap {
    max-width: 1050px;
}

.FunctionSection .hdg-l2-work {
    border-bottom: 2px solid #ec638c;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.FunctionSection .lyt-col-l2 {
    display: flex;
    justify-content: space-between;
}

.FunctionSection .lyt-col-l2>.dotbox {
    width: 49%;
}

.FunctionSection .dotbox {
    background-size: 30px 30px;
    background-color: #fbf6ee;
    background-image: radial-gradient(#fce8ee 10%, transparent 15%), radial-gradient(#fce8ee 10%, transparent 15%);
    background-position: 0 0, 15px 15px;
    padding: 15px 25px;
}

.FunctionSection .dotbox .listdot li::before {
    background: #ec638c;
}

@media screen and (max-width:768px) {
    .FunctionSection {
        padding: 0 0 50px;
    }
    .FunctionSection .hdg-l2-work {
        font-size: 22px;
        text-align: left;
    }
    .FunctionSection .lyt-col-l2 {
        display: block;
    }
    .FunctionSection .lyt-col-l2>.dotbox {
        width: 100%;
    }
    .FunctionSection .lyt-col-l2>.dotbox:first-child {
        padding-bottom: 0;
    }
    .FunctionSection .lyt-col-l2>.dotbox:last-child {
        padding-top: 0;
    }
}


/* btn-details
----------------------------------------------*/

.btn-details {
    text-align: center;
}

.btn-details a {
    display: inline-block;
    background: #fff;
    border: 2px solid #d7215f;
    border-radius: 50px;
    box-sizing: border-box;
    color: #d7215f;
    padding: 10px 35px;
    font-weight: bold;
    position: relative;
}

.btn-details a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -2px;
    right: 0;
    margin: auto;
    display: block;
    width: 0;
    height: 100%;
    background: #d7215f;
    box-sizing: border-box;
    border-radius: 50px;
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
}

.btn-details a span {
    position: relative;
    color: #d7215f;
    font-size: 18px;
    transition: all 0.3s ease-in-out 0s;
}

.btn-details a:hover span {
    color: #fff;
}

.btn-details a:hover::before {
    width: calc(100% + 4px);
    opacity: 1;
}

@media screen and (max-width:768px) {
    .btn-details a span {
        font-size: 16px;
    }
}

.link-txt {
    color: #d7215f;
}

.link-txt:hover {
    text-decoration: underline;
}


/* boxTtl
----------------------------------------------*/

.boxTtl {
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: bold;
}

@media screen and (max-width:768px) {
    .boxTtl {
        margin-bottom: 15px;
        font-size: 24px;
    }
}


/* lytImageR
----------------------------------------------*/

.lytImageR {
    display: flex;
}

.lytImageR .txt {
    padding-left: 25px;
}

@media screen and (max-width:768px) {
    .lytImageR {
        display: block;
    }
    .lytImageR .txt {
        padding-left: 15px;
    }
}


/* pinkBoxs
----------------------------------------------*/

.pinkBoxs ul {
    margin-left: -40px;
}

.pinkBoxs li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.333%;
    padding-left: 40px;
    font-size: 20px;
    line-height: 1.5;
}

.pinkBoxs li>div {
    padding: 25px;
    font-weight: bold;
    background-color: #fce8ee;
}

@media screen and (max-width:768px) {
    .pinkBoxs ul {
        margin-left: 0;
    }
    .pinkBoxs li {
        float: none;
        width: auto;
        padding-left: 0;
        font-size: 14px;
    }
    .pinkBoxs li+li {
        margin-top: 15px;
    }
    .pinkBoxs li>div {
        padding: 15px;
    }
}


/* boxTtl
----------------------------------------------*/

.boxTtl {
    margin-bottom: 25px;
    font-size: 40px;
    font-weight: bold;
}

@media screen and (max-width:768px) {
    .boxTtl {
        margin-bottom: 15px;
        font-size: 24px;
    }
}


/* underTtl
----------------------------------------------*/

.underTtl {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33;
    text-decoration: underline;
}

@media screen and (max-width:768px) {
    .underTtl {
        margin-bottom: 20px;
        font-size: 18px;
    }
}


/* p_List
----------------------------------------------*/

.p_List {
    margin: 0 0 90px -80px;
}

.p_List img {
    width: auto;
    max-width: 100%;
}

.p_List>li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 33.3333%;
    padding-left: 80px;
}

.p_List>li .in_ttl {
    max-width: 250px;
    margin: 0 auto 15px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background-color: #3e3a39;
    border-radius: 30px;
}

.p_List>li .in_ttl small {
    font-size: 18px;
}

.p_List>li .img {
    margin-bottom: 30px;
    text-align: center;
}

.p_List>li>ul {
    position: relative;
    padding: 15px 13px 15px 5px;
    background: url(https://tp-img.imgix.net/s/top_new/bg_dot02.png?auto=format);
}

.p_List>li>ul:before {
    position: absolute;
    top: -17px;
    left: 50%;
    display: block;
    content: '';
    width: 24px;
    height: 18px;
    margin-left: -12px;
    background: url(https://tp-img.imgix.net/s/top_new/dot_arw.png?auto=format);
}

.p_List>li>ul li {
    position: relative;
    padding-left: 1.2em;
    font-size: 20px;
    text-align: left;
    line-height: 1.4;
    font-weight: bold;
}

.p_List>li>ul li.notP {
    padding-left: 15px;
}

.p_List>li>ul li.notP:before {
    display: none;
}

.p_List>li>ul li span {
    color: #0082dd;
}

.p_List>li>ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '・';
}

.p_List>li>ul li+li {
    margin-top: 5px;
}

.p_List .arw {
    margin: 15px 0;
    text-align: center;
}

.p_List .pingTBbox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
    width: 100%;
    padding: 20px 13px 20px 5px;
    background-color: #fce8ee;
}

.p_List .pingTBbox>div {
    display: table-cell;
    vertical-align: middle;
}

.p_List .pingTBbox>div li {
    position: relative;
    padding-left: 1.3em;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
}

.p_List .pingTBbox>div li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '・';
}

@media screen and (max-width:768px) {
    .p_List {
        margin: 0 0 40px;
    }
    .p_List>li {
        position: relative;
        float: none;
        width: auto;
        padding-left: 160px;
    }
    .p_List>li+li {
        margin-top: 30px;
    }
    .p_List>li .in_ttl {
        max-width: none;
        margin: 0 auto 10px;
        font-size: 18px;
    }
    .p_List>li .in_ttl small {
        font-size: 14px;
    }
    .p_List>li .img {
        position: absolute;
        top: 10px;
        left: 0;
        width: 140px;
        margin-bottom: 0;
        text-align: center;
    }
    .p_List>li>ul {
        position: relative;
        padding: 12px 7px;
    }
    .p_List>li>ul:before {
        position: absolute;
        top: 50%;
        left: -19px;
        display: block;
        content: '';
        width: 24px;
        height: 18px;
        margin: -12px 0 0;
        transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
    }
    .p_List>li>ul li {
        font-size: 12px;
        line-height: 1.3;
    }
    .p_List>li>ul li.notP {
        padding-left: 5px;
    }
    .p_List>li>ul li+li {
        margin-top: 3px;
    }
    .p_List>li>ul li+li {
        margin-top: 5px;
    }
    .p_List .arw {
        margin: 10px 0;
        line-height: 0;
    }
    .p_List .arw img {
        max-width: 30%;
    }
    .p_List .pingTBbox {
        padding: 12px 7px;
    }
    .p_List .pingTBbox>div li {
        font-size: 12px;
        line-height: 1.3;
    }
}

.dotBox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    font-size: 40px;
    font-weight: bold;
    color: #ea6290;
    text-align: center;
    line-height: 1.4;
    border: #ea6290 solid 4px;
    background: url(https://tp-img.imgix.net/s/work/common/bg_dot02.png?auto=format);
}

@media screen and (max-width:768px) {
    .dotBox {
        padding: 15px 10px;
        font-size: 20px;
        border: #ea6290 solid 2px;
    }
}

.bigTitle {
    margin-bottom: 45px;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

@media screen and (max-width:768px) {
    .bigTitle {
        margin-bottom: 20px;
        font-size: 20px;
    }
}

.lyt-img-right {
    display: flex;
}

.lyt-img-right .image {
    width: 100%;
    text-align: center;
}

@media screen and (max-width:768px) {
    .lyt-img-right {
        display: block;
    }
}

.center {
    text-align: center;
}


/* ----------------------------------------------------------

  work01

----------------------------------------------------------*/


/* pageTitle
----------------------------------------------*/

#work01 .pageTitle {
    background-image: url(https://tp-img.imgix.net/s/work/01/main.jpg?auto=format);
}

@media screen and (max-width:768px) {
    #work01 .pageTitle {
        background-image: url(https://tp-img.imgix.net/s/work/01/main_sp.png?auto=format);
    }
}


/* ----------------------------------------------------------

  work02

----------------------------------------------------------*/


/* pageTitle
----------------------------------------------*/

#work02 .pageTitle {
    background-image: url(https://tp-img.imgix.net/s/work/02/main.jpg?auto=format);
}

#work02-01 .pageTitle {
    background-image: url(https://tp-img.imgix.net/s/work/02/main.jpg?auto=format);
}

@media screen and (max-width:768px) {
    #work02 .pageTitle {
        background-image: url(https://tp-img.imgix.net/s/work/02/main_sp.jpg?auto=format);
    }
    #work02-01 .pageTitle {
        background-image: url(https://tp-img.imgix.net/s/work/02/main_sp.jpg?auto=format);
    }
}

#work02 .resolutionSection .imageText .image {
    margin-bottom: 32px;
    float: none;
    width: auto;
    text-align: center;
}

#work02 .resolutionSection .imageText .text {
    float: none;
    width: auto;
    max-width: 700px;
    margin: 0 auto;
}

#work02 .resolutionSection .imageText .text:before {
    top: -28px;
    left: 50%;
    width: 30px;
    height: 28px;
    margin-left: -14px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}


/* ----------------------------------------------------------

  work03

----------------------------------------------------------*/


/* pageTitle
----------------------------------------------*/

#work03 .pageTitle {
    background-image: url(https://tp-img.imgix.net/s/work/03/main.jpg?auto=format);
}

@media screen and (max-width:768px) {
    #work03 .pageTitle {
        background-image: url(https://tp-img.imgix.net/s/work/03/main_sp.jpg?auto=format);
    }
}


/* ----------------------------------------------------------

  work04

----------------------------------------------------------*/


/* pageTitle
----------------------------------------------*/

#work04 .pageTitle {
    background-image: url(https://tp-img.imgix.net/s/work/04/main.jpg?auto=format);
}

@media screen and (max-width:768px) {
    #work04 .pageTitle {
        background-image: url(https://tp-img.imgix.net/s/work/04/main_sp.jpg?auto=format);
    }
}


/* ----------------------------------------------------------

  work05

----------------------------------------------------------*/


/* pageTitle
----------------------------------------------*/

#work05 .pageTitle {
    background-image: url(https://tp-img.imgix.net/s/work/05/main.jpg?auto=format);
}

@media screen and (max-width:768px) {
    #work05 .pageTitle {
        background-image: url(https://tp-img.imgix.net/s/work/05/main_sp.jpg?auto=format);
    }
}

#work05 .resolutionSection .imageText .image {
    float: right;
    padding-top: 0;
}

#work05 .resolutionSection .imageText .text {
    float: left;
}

#work05 .resolutionSection .imageText .text:before {
    top: 120px;
    left: auto;
    right: -29px;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
}

@media screen and (max-width:768px) {
    #work05 .resolutionSection .imageText .image,
    #work05 .resolutionSection .imageText .text {
        float: none;
    }
    #work05 .resolutionSection .imageText .text:before {
        top: -28px;
        left: 50%;
        right: auto;
        width: 30px;
        height: 28px;
        margin-left: -14px;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
    }
}


/* ----------------------------------------------------------

  work06

----------------------------------------------------------*/


/* pageTitle
----------------------------------------------*/

#work06 .pageTitle {
    background-image: url(https://tp-img.imgix.net/s/work/06/main.jpg?auto=format);
}

@media screen and (max-width:768px) {
    #work06 .pageTitle {
        background-image: url(https://tp-img.imgix.net/s/work/06/main_sp.jpg?auto=format);
    }
}


/* ----------------------------------------------------------

  work07

----------------------------------------------------------*/


/* pageTitle
----------------------------------------------*/

#work07 .pageTitle {
    background-image: url(https://tp-img.imgix.net/s/work/07/main.jpg?auto=format);
}

@media screen and (max-width:768px) {
    #work07 .pageTitle {
        background-image: url(https://tp-img.imgix.net/s/work/07/main_sp.jpg?auto=format);
    }
}


/* ----------------------------------------------------------

  work08

----------------------------------------------------------*/


/* pageTitle
----------------------------------------------*/

#work08 .pageTitle {
    background-image: url(https://tp-img.imgix.net/s/work/08/main.jpg?auto=format);
}

#work08-01 .pageTitle {
    background-image: url(https://tp-img.imgix.net/s/work/08/main.jpg?auto=format);
}

@media screen and (max-width:768px) {
    #work08 .pageTitle {
        background-image: url(https://tp-img.imgix.net/s/work/08/main_sp.jpg?auto=format);
    }
    #work08-01 .pageTitle {
        background-image: url(https://tp-img.imgix.net/s/work/08/main_sp.jpg?auto=format);
    }
}

#work08 .resolutionSection .imageText .image {
    margin-bottom: 32px;
    float: none;
    width: auto;
    text-align: center;
}

#work08 .resolutionSection .imageText .text {
    float: none;
    width: auto;
    max-width: 700px;
    margin: 0 auto;
}

#work08 .resolutionSection .imageText .text:before {
    top: -28px;
    left: 50%;
    width: 30px;
    height: 28px;
    margin-left: -14px;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}


/* ----------------------------------------------------------

  work09

----------------------------------------------------------*/


/* pageTitle
----------------------------------------------*/

#work09 .pageTitle {
    background-image: url(https://tp-img.imgix.net/s/work/09/main.jpg?auto=format);
}

@media screen and (max-width:768px) {
    #work09 .pageTitle {
        background-image: url(https://tp-img.imgix.net/s/work/09/main_sp.jpg?auto=format);
    }
}

#work09 .dotBox {
    max-width: 950px;
    margin: 130px auto 50px;
}

@media screen and (max-width:768px) {
    #work09 .dotBox {
        margin: 40px auto;
    }
}

#work09 .originbox01 {
    padding: 40px 40px 60px;
    border: #fce8ee solid 40px;
}

#work09 .originbox01 .inTtl {
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.4;
}

#work09 .originbox01 .indot li {
    position: relative;
    padding-left: 1.2em;
    font-size: 16px;
    line-height: 1.4;
}

#work09 .originbox01 .indot li:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '・';
}

#work09 .originbox01 .indot li+li {
    margin-top: 3px;
}

#work09 .originbox01 .indot.type02 li {
    font-size: 22px;
    font-weight: bold;
}

#work09 .originbox01 .inCol2 {
    margin: 35px 0;
}

#work09 .originbox01 .inCol2 .item {
    float: left;
    width: 50%;
}

#work09 .originbox01 .inCol2 .item+.item {
    float: right;
    width: 46.86%;
}

#work09 .originbox01 .inBtn a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: block;
    max-width: 360px;
    margin: 45px auto 0;
    padding: 5px 0;
    color: #fff;
    font-size: 28px;
    text-align: center;
    background-color: #90c320;
    border-radius: 10px;
    transition: 0.3s;
}

#work09 .originbox01 .inBtn a:hover {
    opacity: 0.7;
}

#work09 .originbox01 .inBtn a:before,
#work09 .originbox01 .inBtn a:after {
    position: absolute;
    top: 50%;
    display: block;
    content: '';
    opacity: 1;
}

#work09 .originbox01 .inBtn a:before {
    right: 20px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    margin-top: -12px;
    border-radius: 50%;
}

#work09 .originbox01 .inBtn a:after {
    right: 25px;
    margin-top: -7px;
    border-left: #90c320 solid 10px;
    border-top: transparent solid 7px;
    border-bottom: transparent solid 7px;
}

@media screen and (max-width:768px) {
    #work09 .originbox01 {
        padding: 15px 15px 20px;
        border: #fce8ee solid 15px;
    }
    #work09 .originbox01 .inTtl {
        margin-bottom: 15px;
        font-size: 18px;
    }
    #work09 .originbox01 .indot li {
        position: relative;
        padding-left: 1.2em;
        font-size: 14px;
    }
    #work09 .originbox01 .indot li+li {
        margin-top: 2px;
    }
    #work09 .originbox01 .indot.type02 li {
        font-size: 15px;
    }
    #work09 .originbox01 .inCol2 {
        margin: 30px 0;
    }
    #work09 .originbox01 .inCol2 .item {
        float: none;
        width: auto;
        text-align: center;
    }
    #work09 .originbox01 .inCol2 .item+.item {
        float: none;
        width: auto;
        margin-top: 15px;
    }
    #work09 .originbox01 .inBtn a {
        margin: 25px auto 0;
        padding: 5px 15px 5px 0;
        font-size: 22px;
    }
    #work09 .originbox01 .inBtn a:before {
        right: 10px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
    }
    #work09 .originbox01 .inBtn a:after {
        right: 15px;
        margin-top: -6px;
        border-left: #90c320 solid 8px;
        border-top: transparent solid 6px;
        border-bottom: transparent solid 6px;
    }
}


/*
  To PageTop
----------------------------*/

.back-to-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    color: #fff;
    width: 40px;
    height: 40px;
    z-index: 2;
    display: none;
}

.back-to-top:before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    position: absolute;
    left: 0;
    top: 0;
    background: #6F6F6F;
}

.back-to-top:after {
    content: "▲";
    display: block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}