@charset "utf-8";
/* ===================================================================
 File Name  : page.css
 Style Info : ページに関するスタイル指定
=================================================================== */

/*----------------------------------------------------
  トップページ index
--------------------------------------------------- */

.box-midashi{
justify-content:center;
align-items:center;
width:100%;
color:#fff;
font-size:2.6rem;
padding:10px;
background:var(--color-primary);
border-radius:10px;
text-align:center;
font-weight:bold;
line-height:3.3rem;
}



#mainVisual {
    position: relative;
    background: url(../img/main/main_bg_pc.jpg) center center no-repeat;
    background-size: cover;
    height: 380px;
    margin-bottom: 70px;
}

#mainVisual .wrapper {
    height: 380px;
}

.main_img {
    position: absolute;
    left: -545px;
    bottom: 0px;
    width: 440px;
    overflow: hidden;
}

.slider {
    height: 380px;
}

.slick-list {
    position: absolute;
    right: 0;
    top: 46px;
    width: 507px;
    height: 280px;
    overflow: inherit;
}

.slick-list figure {
    position: relative;
    line-height: 0.7;
}

.slick-list figure img {
    border-radius: 5px;
}

.slick-list figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 4.2rem;
    font-weight: 600;
    padding: 20px 18px 18px 18px;
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.5);
    letter-spacing: 0.1rem;
}

.slick-list figcaption small {
    position: relative;
    font-size: 2.1rem;
    display: inline-block;
}

.slick-list figcaption small::before {
    position: absolute;
    top: 50%;
    left: -60px;
    content: "";
    margin-top: -1px;
    width: 50px;
    height: 2px;
    background: #fff;
}

.slick-list figcaption small::after {
    position: absolute;
    top: 50%;
    right: -60px;
    content: "";
    margin-top: -1px;
    width: 50px;
    height: 2px;
    background: #fff;
}

@media screen and (max-width: 767px) {
    #mainVisual {
        background: url(../img/main/main_bg_sp.jpg) center bottom no-repeat;
        background-size: auto;
        height: auto;
        padding-bottom: 210px;
        margin-bottom: 40px;
    }

    #mainVisual .wrapper {
        height: auto;
    }

    .main_img {
        left: 0;
        bottom: -185px;
        width: 100%;
        height: auto;
        z-index: 10;
    }

    .main_img img {
        width: 250px;
        margin: 0 auto;
    }

    .slider {
        height: 100%;
    }

    .slick-list {
        position: relative;
        right: 0;
        top: 40px;
        width: 90%;
        max-width: 507px;
        height: auto;
        margin: 0 auto;
    }

    .slick-dots {
        bottom: -75px;
    }

    .slick-list figure {
        line-height: 0.8;
    }

    .slick-list figcaption {
        font-size: 3rem;
        padding: 16px 12px 12px 12px;
    }

    .slick-list figcaption small {
        font-size: 1.8rem;
    }

    .slick-list figcaption small::before {
        position: absolute;
        left: -50px;
        width: 40px;
    }

    .slick-list figcaption small::after {
        right: -50px;
        width: 40px;
    }
}

.slick-list::before {
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    left: -15px;
    top: -15px;
    content: "";
    background: url(../img/main/m_frame_tl.png) left top no-repeat;
    width: 50px;
    height: 39px;
    z-index: 100;
}

.slick-list::after {
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    right: -15px;
    top: -15px;
    content: "";
    background: url(../img/main/m_frame_tr.png) left top no-repeat;
    width: 50px;
    height: 39px;
    z-index: 100;
}

.slick-list figure::before {
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    left: -15px;
    bottom: -15px;
    content: "";
    background: url(../img/main/m_frame_bl.png) left top no-repeat;
    width: 50px;
    height: 39px;
    z-index: 100;
}

.slick-list figure::after {
    opacity: 0;
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    right: -15px;
    bottom: -15px;
    content: "";
    background: url(../img/main/m_frame_br.png) left top no-repeat;
    width: 50px;
    height: 39px;
    z-index: 100;
}

.frame_active .slick-list::before {
    opacity: 1;
    left: -6px;
    top: -6px;
}

.frame_active .slick-list::after {
    opacity: 1;
    right: -6px;
    top: -6px;
}

.frame_active .slick-list figure::before {
    opacity: 1;
    left: -6px;
    bottom: -6px;
}

.frame_active .slick-list figure::after {
    opacity: 1;
    right: -6px;
    bottom: -6px;
}

/*トップ共通*/
.section {
    margin-bottom: 80px;
    margin-bottom: 200px;
}

.section p {
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .section {
        margin-bottom: 40px;
    }

    .section p {
        margin-bottom: 20px;
    }
}

.schematic_wrap {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 70px;
}

.schematic_wrap figure {
    width: 440px;
}

.schematic_txt {
    width: 450px;
}

.schematic_box {
    position: relative;
}

.schematic_box::before {
    position: absolute;
    left: -3px;
    top: -3px;
    content: "";
    background: url(../img/index/s_frame_tl.png) left top no-repeat;
    width: 30px;
    height: 23px;
}

.schematic_box::after {
    position: absolute;
    right: -3px;
    top: -3px;
    content: "";
    background: url(../img/index/s_frame_tr.png) left top no-repeat;
    width: 30px;
    height: 23px;
}

.schematic_box div {
    position: relative;
    border: solid 1px #29b1c8;
    padding: 22px 25px;
}

.schematic_box div::before {
    position: absolute;
    left: -4px;
    bottom: -4px;
    content: "";
    background: url(../img/index/s_frame_bl.png) left top no-repeat;
    width: 30px;
    height: 23px;
}

.schematic_box div::after {
    position: absolute;
    right: -4px;
    bottom: -4px;
    content: "";
    background: url(../img/index/s_frame_br.png) left top no-repeat;
    width: 30px;
    height: 23px;
}

.schematic_box h3 {
    color: #249baf;
    font-size: 2rem;
    margin-bottom: 10px;
}

.schematic_box p {
    margin-bottom: 0;
}

.schematic_box ul {
    margin-bottom: 10px;
}

.schematic_box ul:last-child {
    margin-bottom: 0;
}

.schematic_box li {
    position: relative;
    padding-left: 24px;
}

.schematic_box li::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    color: #249baf;
}

@media screen and (max-width: 767px) {
    .schematic_wrap {
        margin-bottom: 40px;
    }

    .schematic_wrap figure {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }

    .schematic_wrap figure img {
        width: 80%;
        height: auto;
    }

    .schematic_txt {
        width: 100%;
    }

    .schematic_box div {
        padding: 18px 22px;
    }
}

/*トップ動画リンクボタン*/
#index .moviebutton a {
    display: block;
    margin: 0 auto 50px;
    text-align: center;
    line-height: 1.5;
    text-decoration: none;
    max-width: 800px;
    width: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    background: #ed9b03;
    padding: 18px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    transition: .3s;
}

#index .moviebutton a::before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #249baf;
    transform-origin: 0% 50%;
    transform: scaleX(0);
    transition: transform ease .3s;
}

#index .moviebutton a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

#index .moviebutton .tt_strong {
    font-size: 32px;
}



/*トップ新着*/
#index_news {
    margin-bottom: 80px;
}

#index_news h3 {
    font-size: 3.2rem;
    color: #249baf;
    text-align: center;
    margin-bottom: 5px;
}

#index_news h3 span {
    display: block;
    font-size: 1.6rem;
    font-weight: 500;
}

.news_wrap {
    justify-content: center;
}

.news_list {
    /*position: relative;
    width:450px;*/
}

.news_box:first-child .news_list::after {
/*    position: absolute;
    right: -33px;
    bottom: 0;
    width: 7px;
    height: calc(100% - 20px);
    content: "";
    background: #cadfe2;
    border-radius: 3.5px;*/
}

.news_box {
    width: 450px;
    width: 900px;
}

.news_list a {
    display: block;
    text-decoration: none;
    color: #333;
    border-bottom: dashed 1px #ddd;
    padding: 20px 0;
}

.news_list a:last-child {
    margin-bottom: 0;
}

.news_list dl {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.news_list dt {
    width: 126px;
}

.news_list dt img {
    border-radius: 5px;
}

.news_list dd {
    width: 305px;
}

.news_list dd time {
    display: inline-block;
    margin-right: 15px;
}

.news_list a:hover {
    color: #249baf;
}

.cat_name {
    position: relative;
    display: inline-block;
    color: #249baf;
    padding-left: 20px;
    margin-right: 15px;
	font-size:14px;
}

.cat_name::before {
    position: absolute;
    left: 0;
    top: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f02b";
    font-weight: 900;
    line-height: 1;
}

.news_box p.tC {
    padding-top: 30px;
}

@media screen and (max-width: 767px) {
    #index_news {
        margin-bottom: 40px;
    }

    #index_news h3 {
        font-size: 2.6rem;
        border-bottom: solid 3px #249baf;
        padding-bottom: 12px;
    }

    #index_news h3 span {
        font-size: 1.5rem;
    }

    .news_box:first-child .news_list::after {
        display: none;
    }

    .news_box {
        width: 100%;
    }

    .news_box:first-child {
        margin-bottom: 30px;
    }

    .news_list dd {
        width: 100%;
        padding-left: 15px;
        font-size: 1.4rem;
    }
}

/*Facebook*/
#fb_box {
    padding: 50px 0;
    background: #b4d2d6;
    color: #fff;
}

.fb_wrap {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    min-height: 400px;
}

.fb_wrap > div {
    width: 500px;
}

#fb_box h3 {
    position: relative;
    font-size: 5.6rem;
    width: 450px;
    flex-direction: column;
    /* 子要素をflexboxにより縦方向に揃える */
    justify-content: center;
    /* 子要素をflexboxにより中央に配置する */
    align-items: center;
    /* 子要素をflexboxにより中央に配置する */
}

#fb_box h3 span {
    position: relative;
    display: inline-block;
    padding-left: 50px;
}

#fb_box h3 span::before {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 4.6rem;
    margin-top: -2.3rem;
    font-family: "Font Awesome 5 Brands";
    content: "\f082";
    line-height: 1;
}

@media screen and (max-width: 767px) {
    #fb_box {
        padding: 25px 0 40px 0;
    }

    .fb_wrap {
        min-height: auto;
        text-align: center;
    }

    #fb_box h3 {
        font-size: 4rem;
        margin-bottom: 10px;
        width: 100%;
    }

    #fb_box h3 span {
        padding-left: 42px;
    }

    #fb_box h3 span::before {
        font-size: 3.6rem;
        margin-top: -1.8rem;
    }

    .fb_wrap > div {
        width: 100%;
    }
}

/*健幸リビング・ラボとは*/
.about_box {
    width: 860px;
    margin: 0 auto;
    padding-bottom: 25px;
}

.about_box ul {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 50px;
}

.about_box li span {
    display: table-cell;
    vertical-align: middle;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    border: solid 7px rgba(180, 210, 214, 0.45);
    color: #249baf;
    font-size: 2.6rem;
    text-align: center;
    line-height: 1;
}

.about_box li small {
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    .about_box {
        width: 100%;
        padding-bottom: 20px;
    }

    .about_box ul {
        margin-bottom: 30px;
    }

    .about_box li {
        width: 140px;
    }

    .about_box li span {
        width: 140px;
        height: 140px;
        font-size: 2rem;
    }

    .about_box li small {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 620px) {
    .about_box ul {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0 50px;
        margin-bottom: 20px;
    }

    .about_box li {
        width: 160px;
        margin: 0 0 15px 0;
        text-align: center;
    }

    .about_box li:nth-child(odd) {
        margin-right: 7px;
    }

    .about_box li:nth-child(even) {
        margin-left: 7px;
    }

    .about_box li span {
        width: 160px;
        height: 160px;
        font-size: 2.4rem;
    }

    .about_box li small {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 500px) {
    .about_box ul {
        padding: 0;
    }
}

@media screen and (max-width: 374px) {
    .about_box {
        padding-bottom: 10px;
    }

    .about_box ul {
        padding: 0;
    }

    .about_box li {
        width: 130px;
        margin: 0 0 10px 0;
    }

    .about_box li:nth-child(odd) {
        margin-right: 5px;
    }

    .about_box li:nth-child(even) {
        margin-left: 5px;
    }

    .about_box li span {
        width: 130px;
        height: 130px;
        font-size: 2.2rem;
    }

    .about_box li small {
        font-size: 1.4rem;
    }
}

/*協働の場（健幸モニター）*/
#index_monitoring .schematic_wrap {
    padding-bottom: 40px;
}

#monitoring_example {
    position: relative;
    background: url(../img/index/monitoring_bg01.jpg) center center no-repeat;
    background-size: cover;
}

.ex_box {
    width: 800px;
    margin: 0 auto;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.ex_box > div {
    position: relative;
    width: 360px;
    padding: 110px 0 70px 0;
}

.ex_box h3 {
    position: absolute;
    left: 0;
    top: -35px;
    width: 100%;
    font-size: 2.4rem;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    line-height: 1.2;
}

.ex_box h3 small {
    display: block;
    font-size: 1.8rem;
}

.ex_citizen h3 {
    background: #29b1c8;
}

.ex_company h3 {
    background: #ed9b03;
}

.ex_box > div > div {
    background: rgba(255, 255, 255, 0.85);
    border-radius: 5px;
    padding: 30px 20px 25px 20px;
    height: 100%;
}

.ex_box ul {
    margin-bottom: 20px;
}

.ex_box li {
    position: relative;
    font-size: 1.8rem;
    padding-left: 24px;
}

.ex_box li::before {
    position: absolute;
    left: 0;
    top: 2px;
    font-family: "Font Awesome 5 Free";
    content: "\f058";
    font-weight: 900;
    font-size: 1.5rem;
}

.ex_citizen li::before {
    color: #249baf;
}

.ex_company li::before {
    color: #ed9b03;
}

.ex_box h4 {
    margin-top: 30px;
}

.ex_box p {
    font-size: 1.6rem;
    margin-bottom: 20px;
}

.ex_box p:last-child {
    margin-bottom: 0
}

.ex_box p b {
    display: inline-block;
    line-height: 1.5;
    font-size: 1.8rem;
}

.ex_box .balloon {
    position: absolute;
    left: -50px;
    top: 60px;
    width: 187px;
    height: 73px;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    padding-top: 17px;
}

.ex_citizen .balloon {
    background: url(../img/index/balloon01.png) left top no-repeat;
}

.ex_company .balloon {
    background: url(../img/index/balloon02.png) left top no-repeat;
}

.ex_tel {
    text-align: center;
    border: solid 2px #ed9b03;
    border-radius: 5px;
    padding: 12px;
    line-height: 1.1;
}

.ex_tel dt {
    display: inline-block;
    position: relative;
    font-size: 3rem;
    margin-bottom: 5px;
    padding-left: 30px;
    font-weight: 600;
    color: #ed9b03;
}

.ex_tel dt::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f2a0";
    font-weight: 900;
}

@media screen and (max-width: 767px) {
    #index_monitoring .schematic_wrap {
        padding-bottom: 40px;
    }

    .ex_box {
        width: 100%;
    }

    .ex_box > div {
        position: relative;
        width: 48.5%;
        padding: 90px 0 60px 0;
    }

    .ex_box h3 {
        top: -30px;
        font-size: 2.2rem;
        padding: 8px;
    }

    .ex_box h3 small {
        font-size: 1.6rem;
    }

    .ex_box > div > div {
        padding: 25px 15px 20px 15px;
    }

    .ex_box li {
        font-size: 1.5rem;
        padding-left: 20px;
    }

    .ex_box li::before {
        top: 0;
        font-size: 1.4rem;
    }

    .ex_box h4 {
        font-size: 1.8rem;
        margin-top: 25px;
        letter-spacing: 0;
    }

    .ex_box p {
        font-size: 1.5rem;
    }

    .ex_box p b {
        font-size: 1.7rem;
    }

    .ex_box .balloon {
        position: absolute;
        left: -15px;
        top: 55px;
        width: 150px;
        height: 58px;
        font-size: 1.4rem;
        padding-top: 13px;
    }

    .ex_citizen .balloon {
        background-size: 150px auto;
    }

    .ex_company .balloon {
        background-size: 150px auto;
    }

    .ex_tel {
        line-height: 1.2;
        font-size: 1.4rem;
    }

    .ex_tel dt {
        font-size: 2.6rem;
    }

    .ex_tel dt a {
        color: #ed9b03;
    }
}

@media screen and (max-width: 650px) {
    .ex_box {
        -webkit-display: block;
        -moz-display: block;
        -ms-display: block;
        -o-display: block;
        display: block;
    }

    .ex_box > div {
        width: 100%;
    }

    .ex_box > div > div {
        padding: 30px 15px 20px 15px;
    }

    .ex_box ul {
        max-width: 340px;
        margin: 0 auto 20px auto;
    }

    .ex_box .balloon {
        left: 10px;
    }
}















/*創造の場（ワークショップ）*/
#index_workshop p {
    font-size: 1.8rem;
}

.ws_gallery {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding-top: 70px;
    min-height: 333px !important;
}

.ws_gallery a {
    position: relative;
    display: block;
    width: 220px;
    padding: 60px 10px 10px 10px;
    border: solid 1px #ddd;
    text-decoration: none;
    color: #333;
    border-radius: 5px;
    font-size: 1.4rem;
}


.ws_gallery span {
    position: relative;
    background: #fff2cd;
    display: block;
    width: 220px;
    padding: 60px 10px 10px 10px;
    text-decoration: none;
    color: #aaa;
    border-radius: 5px;
    font-size: 1.4rem;
}

.ws_gallery a:hover {
    background: #FFF7EB;
    border: solid 1px #ed9b03;
}

.ws_gallery span:hover {}


.ws_gallery a:hover img {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1 !important;
}

.coming_soon,
.coming {
    width: 40%;
    margin-right: 30px;
}



.coming_soon h4 {
    position: relative;
    color: #fff;
    z-index: 100;
}

.coming_soon::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.25);
}

.coming_soon:hover {
    border: solid 1px #ddd !important;
    background: #fff !important;
}

.ws_gallery figure {
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 5;
    transition: all 0.2s ease-in-out 0s;
}

.ws_gallery a:hover figure {
    top: -73px;
}

.ws_gallery span:hover figure {
    top: -73px;
}

.ws_gallery h4 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
}

.ws_gallery dt {
    font-size: 1.6rem;
    color: #fff;
    background: #ed9b03;
    font-weight: 600;
    text-align: center;
    padding: 3px;
    margin-bottom: 10px;
}

.ws_gallery .detail_link {
    text-align: right;
    margin-top: 10px;
}

.ws_gallery .detail_link span {
    position: relative;
    padding-left: 10px;
}

.ws_gallery .detail_link span::before {
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
}

.work_flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
}

.work_flex .btn01 {
    margin: 0 10px 20px;
}

@media screen and (max-width: 767px) {
    #index_workshop p {
        font-size: 1.7rem;
    }

    .coming_soon,
    .coming {
        width: 80%;
        margin-bottom: 70px;
    }


    .ws_gallery {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 60px;
        min-height: auto;
    }

    .ws_gallery a {
        width: 48%;
        padding: 50px 10px 10px 10px;
    }

    .ws_gallery a:nth-child(3) {
        margin-top: 70px;
    }

    .ws_gallery a:nth-child(4) {
        margin-top: 70px;
    }

    .ws_gallery figure {
        top: -60px;
    }

    .ws_gallery figure img {
        width: 100px;
    }

    .ws_gallery a:hover figure {
        top: -63px;
    }

    .ws_gallery h4 {
        font-size: 1.7rem;
    }

    .ws_gallery dt {
        font-size: 1.5rem;
    }

    .work_flex .btn01 {
        width: 100%;
    }
}

@media screen and (max-width: 413px) {
    .ws_gallery a {
        width: 100%;
        padding: 50px 10px 10px 10px;
        margin: 70px 0 0 0 !important;
    }

    .ws_gallery a:first-child {
        margin-top: 0 !important;
    }

    .ws_gallery .coming_soon {
        margin-top: 20px !important;
    }
}


.ws_gallery_new {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding-top: 70px;
    min-height: 333px !important;
}

.ws_gallery_new span {
    position: relative;
    background: #fff2cd;
    display: block;
    width: 220px;
    padding: 60px 10px 10px 10px;
    text-decoration: none;
    color: #aaa;
    border-radius: 5px;
    font-size: 1.4rem;
}

.ws_gallery_new a {
    text-decoration: none;
}

.ws_gallery_new a dt:hover {
    opacity: 0.7;
}


.ws_gallery_new figure {
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 5;
    transition: all 0.2s ease-in-out 0s;
}

.ws_gallery_new a:hover figure {
    top: -73px;
}

.ws_gallery_new span:hover figure {
    top: -73px;
}

.ws_gallery_new h4 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 10px;
    color: #666;
}

.ws_gallery_new dt {
    font-size: 1.6rem;
    color: #fff;
    background: #ed9b03;
    font-weight: 600;
    text-align: center;
    padding: 3px;
    margin-bottom: 10px;
}

.ws_gallery_new .detail_link {
    text-align: right;
    margin-top: 10px;
}

.ws_gallery_new .detail_link span {
    position: relative;
    padding-left: 10px;
}

.ws_gallery_new .detail_link span::before {
    position: absolute;
    left: 0;
    top: 2px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
}

@media screen and (max-width: 767px) {
    #index_workshop p {
        font-size: 1.7rem;
    }

    .ws_gallery_new {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 60px;
        min-height: auto;
    }

    .ws_gallery_new span {
        width: 48%;
        padding: 50px 10px 10px 10px;
    }

    .ws_gallery_new span:nth-child(3) {
        margin-top: 70px;
    }

    .ws_gallery_new span:nth-child(4) {
        margin-top: 70px;
    }

    .ws_gallery_new figure {
        top: -60px;
    }

    .ws_gallery_new figure img {
        width: 100px;
    }

    .ws_gallery_new span:hover figure {
        top: -63px;
    }

    .ws_gallery_new h4 {
        font-size: 1.7rem;
    }

    .ws_gallery_new dt {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 413px) {
    .ws_gallery_new span {
        width: 100%;
        padding: 50px 10px 10px 10px;
        margin: 70px 0 0 0 !important;
    }

    .ws_gallery_new span:first-child {
        margin-top: 0 !important;
    }

    .ws_gallery_new .coming_soon {
        margin-top: 20px !important;
    }
}




/*活躍の場（人材バンク）*/
#index_resource p {
    font-size: 1.8rem;
}

#index_resource figure {
    padding: 20px 0 60px;
}

.bank_flex {
    display: flex;
}

.bank1 {
    background: #deebf7;
    width: 50%;
    justify-content: center;
    margin: 0 30px 0 0;
}

.bank2 {
    background: #fff2cd;
    width: 50%;
    justify-content: center;
}

.resource_box {
    padding: 30px;
    border-radius: 5px;
}

.resource_box dt {
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.resource_box dd {
    font-size: 1.6rem;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    #index_resource p {
        font-size: 1.7rem;
    }

    #index_resource figure {
        padding: 10px 0 40px;
    }

    .resource_box {
        padding: 22px;
    }

    .resource_box dt {
        font-size: 2rem;
    }

    .resource_box dd {
        font-size: 1.5rem;
    }

    .bank_flex {
        display: block;
        width: 100%;
    }

    .bank1,
    .bank2 {
        width: 100%;
    }

    .bank1 {
        margin-bottom: 30px;
    }
}

/*交流の場（コワーキング）*/
#index_coworking .schematic_wrap {
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    -o-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.cw_gallery {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    padding-bottom: 70px;
}

.cw_gallery dl {
    width: 31%;
}

.cw_gallery dt {
    position: relative;
}

.cw_gallery dt::after {
    position: absolute;
    right: -5px;
    bottom: -5px;
    content: "";
    background: #eee;
    width: 100%;
    height: 100%;
    z-index: -5;
}

.cw_gallery dd {
    padding: 15px 0 25px 0;
    font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
    #index_coworking .schematic_wrap figure {
        margin: 30px 0;
    }
}

@media screen and (max-width: 600px) {
    .cw_gallery {
        padding-bottom: 50px;
    }

    .cw_gallery dl {
        width: 47.5%;
    }

    .cw_gallery dd {
        padding: 12px 0 20px 0;
        font-size: 1.5rem;
    }
}

#cw_event {
    background: #f0f0f0;
    padding: 90px 0 60px 0;
}

.cw_event_wrap {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

#cw_event .inner {
    width: 860px;
    margin: 0 auto;
}

#cw_event h3 {
    position: absolute;
    left: 0;
    top: -125px;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #ed9b03;
    font-size: 2.8rem;
    padding: 15px;
    border-radius: 5px;
}

#cw_event h3 br {
    display: none;
}

.event_contact {
    position: relative;
    width: 450px;
    background: #fff;
    margin-top: 45px;
    padding: 50px 27px 27px 27px;
    border-radius: 5px;
}

.event_contact > div {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.event_contact .balloon {
    position: absolute;
    left: -80px;
    top: -52px;
    width: 241px;
    height: 94px;
    font-size: 1.8rem;
    font-weight: 600;
    text-align: center;
    padding-top: 25px;
    background: url(../img/index/balloon03.png) left top no-repeat;
}

.event_gallery dl {
    width: 120px;
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 30px;
}

.event_gallery dd {
    background: #29b1c8;
    text-align: center;
    font-weight: 600;
    padding: 3px;
    color: #fff;
}

.event_tel {
    border-top: solid 1px #29b1c8;
    border-bottom: solid 1px #29b1c8;
    padding: 15px 0 17px 0;
}

.event_tel h4 {
    font-size: 1.8rem;
    margin-bottom: 5px;
}

.event_tel dl {
    line-height: 1;
}

.event_tel dt {
    display: inline-block;
    position: relative;
    font-size: 3rem;
    margin-bottom: 5px;
    padding-left: 30px;
    font-weight: 600;
    color: #249baf;
}

.event_tel dt::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f2a0";
    font-weight: 900;
}

.event_tel dd {
    font-size: 1.6rem;
}

.event_entry {
    width: 340px;
}

.kiyaku_btn {
    text-align: center;
    padding: 17px 0 25px 0;
}

.kiyaku_btn a {
    position: relative;
    display: inline-block;
    padding-left: 12px;
    color: #333;
    font-size: 1.6rem;
    text-decoration: none;
}

.kiyaku_btn a::before {
    position: absolute;
    left: 0;
    top: 7px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
}

.kiyaku_btn a:hover {
    color: #29b1c8;
}

.event_entry p {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    #cw_event {
        padding: 60px 0 40px 0;
    }

    #cw_event .inner {
        width: 100%;
    }

    #cw_event h3 {
        position: absolute;
        left: 0;
        top: -90px;
        width: 90%;
        margin-left: 5%;
        font-size: 2.2rem;
        padding: 12px;
    }

    .event_contact {
        width: 55%;
        padding: 45px 20px 20px 20px;
    }

    .event_contact .balloon {
        left: 10px;
        width: 200px;
        height: 78px;
        font-size: 1.6rem;
        text-align: center;
        padding-top: 20px;
        background-size: 200px auto;
    }

    .event_gallery dl {
        width: 32%;
        margin-bottom: 25px;
    }

    .event_tel dd {
        font-size: 1.4rem;
    }

    .event_entry {
        width: 42%;
    }

    .kiyaku_btn {
        text-align: center;
        padding: 15px 0 20px 0;
    }

    .kiyaku_btn a {
        font-size: 1.5rem;
    }

    .event_entry h4 {
        font-size: 1.8rem;
        letter-spacing: 0;
    }

    .event_entry p {
        margin-bottom: 18px;
    }
}

@media screen and (max-width: 680px) {
    #cw_event h3 {
        top: -87px;
        font-size: 2rem;
    }

    .event_contact {
        width: 53%;
        padding: 45px 20px 20px 20px;
    }

    .event_gallery dd {
        font-size: 1.4rem;
    }

    .event_tel h4 {
        font-size: 1.7rem;
    }

    .event_tel dt {
        font-size: 2.8rem;
    }

    .event_entry {
        width: 44%;
    }

    .event_entry h4 {
        font-size: 1.7rem;
        letter-spacing: 0;
    }

    .event_entry p {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 620px) {
    .cw_event_wrap {
        -webkit-display: block;
        -moz-display: block;
        -ms-display: block;
        -o-display: block;
        display: block;
    }

    #cw_event h3 {
        top: -143px;
        line-height: 1.4;
        padding: 10px;
        left: 20px;
        width: calc(100% - 40px);
        margin: 0;
    }

    #cw_event h3 br {
        display: block;
    }

    .event_contact {
        width: 100%;
        padding: 45px 20px 20px 20px;
        margin-bottom: 30px;
    }

    .event_contact > div {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
    }

    .event_gallery dl {
        width: auto;
        max-width: 120px;
        margin: 0 5px 30px 5px;
    }

    .event_entry {
        width: 100%;
    }
}

@media screen and (max-width: 370px) {
    #cw_event h3 {
        font-size: 1.7rem;
    }

    .event_contact {
        width: 100%;
        padding: 35px 12px 15px 12px;
    }

    .event_contact > div {
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -o-justify-content: center;
        justify-content: center;
    }

    .event_gallery dl {
        width: auto;
        max-width: 120px;
        margin: 0 3px 25px 3px;
    }

    .event_gallery dd {
        font-size: 1.3rem;
    }
}

/*会議室貸出*/
#facility_box {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    background: #f0f0f0;
    border-radius: 5px;
    padding: 35px 50px;
}

#facility_box h4 {
    font-size: 2.4rem;
    margin-bottom: 10px;
}

.facility_left {
    width: 470px;
}

.facility_left > div {
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.facility_left dl:first-child {
    width: 305px;
}

.facility_left dl:last-child {
    width: 170px;
}

.facility_left dt {
    position: relative;
    font-size: 1.8rem;
    padding-left: 22px;
}

.facility_left dt::before {
    position: absolute;
    left: 0;
    top: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f150";
    font-weight: 900;
    color: #249baf;
}

.facility_left dd {
    margin-bottom: 10px;
}

.facility_left dd:last-child {
    margin-bottom: 0;
}

.facility_right {
    width: 360px;
    font-size: 1.8rem;
}

@media screen and (max-width: 600px) {
    #facility_box {
        padding: 25px 30px;
    }

    #facility_box h4 {
        font-size: 2.2rem;
    }

    .facility_left {
        width: 52%;
    }

    .facility_left dl:first-child {
        width: auto;
    }

    .facility_left dl:last-child {
        width: auto;
    }

    .facility_left dt {
        font-size: 1.7rem;
    }

    .facility_right {
        width: 44%;
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 530px) {
    #facility_box {
        padding: 20px 25px;
    }

    #facility_box h4 {
        font-size: 2.1rem;
    }

    .facility_left dt {
        font-size: 1.6rem;
    }

    .facility_left dd {
        font-size: 1.4rem;
    }

    .facility_right {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 470px) {
    #facility_box {
        -webkit-display: block;
        -moz-display: block;
        -ms-display: block;
        -o-display: block;
        display: block;
        padding: 25px 30px;
    }

    .facility_left {
        width: 100%;
        margin-bottom: 25px;
    }

    #facility_box h4 {
        font-size: 2.2rem;
    }

    .facility_left dt {
        font-size: 1.8rem;
    }

    .facility_left dd {
        font-size: 1.5rem;
    }

    .facility_right {
        width: 100%;
        font-size: 1.8rem;
    }
}

/*アクセス*/
#index_access p {
    font-size: 1.6rem;
    padding: 0 20px;
}

#g_map {
    width: 100%;
    height: 450px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    margin-bottom: 35px;
}

/*----------------------------------------------------
  投稿
--------------------------------------------------- */

/*記事一覧 archive*/
.cat_ttl {
    position: relative;
    font-size: 2.4rem;
    text-align: center;
    padding: 0 25px;
}

.cat_ttl::after {
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    height: 7px;
    margin-bottom: -4px;
    content: "";
    background: #29b1c8;
    border-radius: 3.5px;
}

.cat_ttl strong {
    position: relative;
    display: inline-block;
    color: #249baf;
    background: #fff;
    padding: 0 15px;
    z-index: 10;
}

@media screen and (max-width: 414px) {
    .cat_ttl {
        font-size: 2rem;
    }

    .cat_ttl strong {
        padding: 0 10px;
    }
}

.post-archive article a {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #333;
    text-decoration: none;
    border-bottom: dashed 1px #ddd;
    padding: 38px 0;
}

.post-archive figure {
    width: 35%;

}

.post-archive figure img {
    border-radius: 5px;
}

.post-archive .archive_txt {
    width: 60%;
}

.post-archive .archive_txt time {
    display: inline-block;
    font-size: 1.4rem;
    margin-right: 15px;
    margin-bottom: 10px;
}

.post-archive .archive_txt time i {
    color: #999;
    font-size: 1.2rem;
}

.post-archive .archive_txt .cat_box i {
    color: #999;
    font-size: 1.2rem;
}

.post-archive .archive_txt p {
    margin: 10px 0;
    line-height: 1.5;
    font-size: 90%;
}

@media screen and (max-width: 414px) {
    .post-archive article a {
        display: -webkit-block;
        display: -moz-block;
        display: -ms-block;
        display: -o-block;
        display: block;
        padding: 20px 0;
    }

    .post-archive figure {
        width: 100%;
        margin-bottom: 12px;
    }

    .post-archive .archive_txt {
        width: 100%;
    }

    .post-archive .archive_txt time {
        font-size: 1.3rem;
    }
}

.list_btn {
    position: relative;
    z-index: 5;
}

.list_btn span {
    position: relative;
    bottom: 0;
    display: inline-block;
    padding: 5px 35px 5px 12px;
    text-align: center;
    border: solid 1px rgba(41, 177, 200, 1);
    background-color: rgba(41, 177, 200, 1);
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border-radius: 5px;
    overflow: hidden;
    font-size: 1.4rem;
    vertical-align: text-bottom;
    transition: all 0.2s ease-in-out 0s;
}

.post-archive article a:hover .list_btn span {
    border: solid 1px rgba(41, 177, 200, 1);
    background-color: rgba(255, 255, 255, 1.00);
    color: #29b1c8;
}

.list_btn span::after {
    position: absolute;
    right: 12px;
    top: 50%;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    line-height: 1;
    margin-top: -8px;
    font-size: 1.6rem;
}

/*記事詳細 single*/
.post_ttl {
    color: #249baf;
    font-size: 2.4rem;
    margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
    .post_ttl {
        font-size: 2.2rem;
    }
}

.post_info {
    margin-bottom: 17px;
    font-size: 1.4rem;
}

.post_info time {
    display: inline-block;
    margin-right: 20px;
}

.post_info time i {
    font-size: 1.2rem;
    color: #999;
}

.post_info .cat_box i {
    color: #999;
    font-size: 1.2rem;
}

.dpsp-networks-btns-wrapper {
    box-sizing: border-box;
    padding: 15px 150px 10px 150px !important;
}

.entry-content {
    padding-bottom: 20px;
    border-bottom: dashed 1px #ddd;
}

.entry-content:after {
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 767px) {
    .dpsp-networks-btns-wrapper {
        padding: 10px 0 5px 0 !important;
    }

    .post_info time {
        margin-right: 15px;
    }
}

.entry-content h1 {
    font-size: 2.2rem;
    margin-bottom: 20px;
}

@media screen and (max-width: 414px) {
    .entry-content h1 {
        font-size: 2rem;
        margin-bottom: 18px;
    }
}

.entry-content h2 {
    color: #fff;
    background: #29B1C8;
    font-size: 1.8rem;
    margin-bottom: 25px;
    padding: 10px 18px;
    border-radius: 5px;
}

@media screen and (max-width: 414px) {
    .entry-content h2 {
        font-size: 1.7rem;
        margin-bottom: 20px;
        padding: 10px 15px;
    }
}

.entry-content h3 {
    font-size: 1.8rem;
    border-left: solid 5px #29B1C8;
    padding: 4px 0 4px 10px;
    margin-bottom: 22px;
}

@media screen and (max-width: 414px) {
    .entry-content h3 {
        font-size: 1.6rem;
        margin-bottom: 18px;
    }
}

.entry-content h4 {
    font-size: 1.7rem;
    border-bottom: dotted 2px #a4a4a4;
    padding-bottom: 12px;
    margin-bottom: 22px;
}

@media screen and (max-width: 414px) {
    .entry-content h4 {
        font-size: 1.6rem;
        margin-bottom: 18px;
    }
}

.entry-content h5 {
    font-size: 1.7rem;
    margin-bottom: 15px;
}

@media screen and (max-width: 414px) {
    .entry-content h5 {
        font-size: 1.6rem;
    }
}

.entry-content h6 {
    font-size: 1.7rem;
    margin-bottom: 15px;
}

@media screen and (max-width: 414px) {
    .entry-content h6 {
        font-size: 1.6rem;
    }
}

.entry-content p {
    margin-bottom: 25px;
}

@media screen and (max-width: 414px) {
    .entry-content p {
        margin-bottom: 20px;
    }
}

.entry-content img {
    margin-bottom: 25px;
}

@media screen and (max-width: 414px) {
    .entry-content img {
        margin-bottom: 20px;
    }
}

.entry-content strong {
    font-size: 110%;
}

.entry-content ul {
    margin-bottom: 28px;
    padding-left: 20px;
}

.entry-content ul li {
    list-style-type: disc;
}

.entry-content ul li ul {
    margin-bottom: 7px;
}

.entry-content ul li ul li {
    list-style-type: circle;
}

@media screen and (max-width: 414px) {
    .entry-content ul {
        margin-bottom: 20px;
    }
}

.entry-content ol {
    counter-reset: section;
    margin-bottom: 28px;
}

.entry-content ol li {
    list-style: none;
}

.entry-content ol > li:before {
    content: counters(section, '-') '. ';
    counter-increment: section;
}

.entry-content ol li ol {
    padding-left: 20px;
    margin-bottom: 7px;
}

.entry-content em {
    font-style: normal;
    border-bottom: solid 2px #c72e18;
}

.entry-content table {
    margin-bottom: 25px;
}

.entry-content table:last-child {
    margin-bottom: 0;
}

.entry-content th {
    width: 20%;
    padding: 15px 25px;
    background: #eee;
    border: solid 1px #ddd;
    font-weight: 500;
    text-align: left;
    vertical-align: top;
}

.entry-content td {
    padding: 15px 25px;
    border: solid 1px #ddd;
    vertical-align: top;
}

@media screen and (max-width: 767px) {
    .entry-content th {
        width: 28%;
        padding: 15px;
    }

    .entry-content td {
        padding: 15px;
    }
}

@media screen and (max-width: 414px) {
    .entry-content table {
        margin-bottom: 20px;
    }
}

.entry-content blockquote {
    position: relative;
    border: solid 4px #d7d7d7;
    padding: 20px 20px 20px 90px;
    margin-bottom: 40px;
}

.entry-content blockquote::before {
    position: absolute;
    left: 25px;
    top: 20px;
    ;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f10e";
    line-height: 1;
    font-size: 4rem;
    color: #d7d7d7
}

@media screen and (max-width: 414px) {
    .entry-content blockquote {
        padding: 18px 18px 18px 50px;
        margin-bottom: 30px;
    }

    .entry-content blockquote::before {
        left: 14px;
        top: 19px;
        ;
        font-size: 2.8rem;
    }
}

/*----------------------------------------------------
  共通WP
--------------------------------------------------- */

/*ページ分割ナビ*/
.wp-pagenavi {
    padding: 70px 0 0 0;
    text-align: center;
    overflow: hidden;
}

.wp-pagenavi a,
.wp-pagenavi span {
    padding: 3px 11px;
    background: #fff;
    border: 1px solid #29B1C8;
    border-radius: 5px;
    color: #249BAF;
    margin: 0 5px 10px 0;
    text-decoration: none;
}

.wp-pagenavi span {
    background: #29B1C8;
    color: #fff;
}

.wp-pagenavi a:hover {
    background: #29B1C8;
    color: #fff;
    border: 1px solid #29B1C8;
}

.wp-pagenavi .alignleft {
    margin-top: 0;
    margin-bottom: 0;
    float: none;
    vertical-align: top;
    max-width: 40%;
}

.wp-pagenavi .alignleft a {
    border: none;
    background: none;
    color: #29B1C8;
}

.wp-pagenavi .center {
    margin-top: 0;
    margin-bottom: 0;
    float: none;
}

.wp-pagenavi .alignright {
    margin-top: 0;
    margin-bottom: 0;
    float: none;
    vertical-align: top;
    max-width: 40%;
}

.wp-pagenavi .alignright a {
    border: none;
    background: none;
    color: #29B1C8;
}

@media screen and (max-width: 767px) {
    .wp-pagenavi {
        padding: 40px 0 0 0;
    }
}

/*----------------------------------------------------
  404 Not Found
--------------------------------------------------- */
#notfound {
    padding: 0 20px 100px 20px;
}

#notfound p {
    padding-bottom: 20px;
}

#notfound .btn01 {
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    #notfound {
        padding: 0 20px 100px 20px !important;
    }

    #notfound p {
        padding-bottom: 20px;
    }

    #notfound .btn01 {
        margin-top: 10px;
    }
}


/*----------------------------------------------------
  動画ページ
--------------------------------------------------- */

#movie .about_box {
    width: 960px;
    padding-bottom: 70px;
}

#movie .flexbox,
.flexbox2 {
    display: flex;
    justify-content: space-between;
}

#movie img {
    width: 180px;
}

#movie .prof {
    display: inline-block;
    width: 330px;
    margin-left: 18px;
    line-height: 1.5;
}

#movie h3 {
    font-size: 22px;
    margin-bottom: 16px;
    color: #29b1c8;
    text-align: justify;
}

#movie section {
    border-bottom: 1px dotted #333;
    padding: 50px 0 40px;
}

#movie section:first-child {
    border-top: 1px dotted #333;
}

#movie .sub_ttl01 {
    font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
}

#movie .sub_ttl01 strong {
    font-size: 36px;
}

#movie .name {
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    margin-top: 6px;
}

#movie .btn03 a {
    display: block;
    width: 540px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    background: #29b1c8;
    color: #fff;
    text-decoration: none;
    font-size: 2.4rem;
    font-weight: 500;
    border-radius: 5px;
}

#movie .btn03 a:hover {
    background-color: #ed9b03;
}

.pc_only {
    display: block;
}

.sp_only {
    display: none;
}

@media screen and (max-width: 767px) {

    .pc_only {
        display: none;
    }

    .sp_only {
        display: block;
    }

    #movie .flexbox {
        display: block;
    }

    #movie .flexbox2 {
        justify-content: flex-start;
    }

    #movie .sub_ttl01 {
        font-size: 16px;
    }

    #movie .sub_ttl01 strong {
        font-size: 23px;
    }

    #movie .about_box {
        width: 100%;
        padding-bottom: 40px;
    }


    #movie .video {
        position: relative;
        width: 100%;
        height: 0;
        padding-top: 56.25%;
    }

    #movie iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    #movie section {
        padding: 40px 0;
    }

    #movie h3 {
        font-size: 20px;
        margin: 16px 0;
    }

    #movie img {
        width: 30vw;
    }

    #movie .prof {
        width: 54vw;
        margin-bottom: 0;
        font-size: 14px;
    }

    #movie .btn03 a {
        width: 100%;
        margin: 0 auto;
        font-size: 1.7rem;
    }
}
