@charset "utf-8";
/*
 Theme Name: SKIN-child
 Theme URI: http://example.com/twenty-fifteen-child/
 Description:「SKIN」の子テーマ
 Author:Design Plus
 Author URI:http://design-plus1.com/tcd-w/
 Template: skin_tcd046
 Version:1.1.2
 Text Domain:tcd-w
*/


@import url("common/css/common.css");
@import url("common/css/respons.css");
@import url("common/css/layout.css");

/* レイアウト */
#article {
    margin: 0 !important;
    position: relative;
}

#main_col {
    max-width: 1220px;
    margin: 10px auto 30px !important;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#left_col {
    max-width: 870px !important;
    float: left;
}

#side_col {
    max-width: 300px !important;
    float: right;
    margin-bottom: 50px;
}

#header_slider .caption {
    position: absolute;
    text-align: center;
    width: 100%;
    margin: auto;
    top: 60% !important;
    left: 0;
    right: 0;
    z-index: 3;
    -webkit-transform: translateY(-40%) !important;
    -moz-transform: translateY(-40%) !important;
    -ms-transform: translateY(-40%) !important;
    -o-transform: translateY(-40%) !important;
    transform: translateY(-40%) !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#header_slider .caption .rich_font {
    font-weight: 400 !important;
}

.topicarea {
    max-width: 1150px;
    width: 100%;
    margin: auto;
}

@media only screen and (max-width:767px) {
    #left_col {
        max-width: 100% !important;
    }

    #side_col {
        max-width: 100% !important;
    }

}

#index_topics {
    margin: 0px 0 20px 0 !important;
    height: 60px;
    overflow: hidden;
    background: rgba(184, 179, 167, 1.0) !important;
    position: relative;
    z-index: 3;
}

#header_logo {
    margin-left: 35px;
}

.header_inner {
    width: 100%;
    max-width: 100% !important;
    min-height: 100px;
    margin: 0 auto;
    position: relative;
}

.page_navi p.back a {
    color: #fff !important;
}

/* 記事本文 */
.post_content {
    line-height: 1.8em !important
}


/* グローバルメニュー */
#global_menu {
    width: 100% !important;
    float: none !important;
    z-index: 20;
    color: #333;
    font-weight: 500;
    position: relative;
    margin: 0;
}

#global_menu a {
    color: #333 !important;
}

#global_menu>ul {
    position: relative;
    text-align: center;
    flex-wrap: nowrap;
    font-size: 14px;
    display: -webkit-flex;
}

#global_menu>ul li {
    padding: 0;
    border-right: 1px solid #ccc;
    flex: 1;
    position: relative;
    -webkit-flex: 1;
    text-align: center;
}

#global_menu>ul li:last-child {
    border-right: 0;
}

#global_menu>ul>li>a {
    font-size: 14px;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    display: block;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#global_menu ul ul {
    display: block;
    visibility: hidden;
    width: 220px;
    position: absolute;
    top: 40px;
    left: 30px;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition-property: opacity, left;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;
    -moz-transition-property: opacity, left;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;
    -ms-transition-property: opacity, left;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;
    -o-transition-property: opacity, left;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;
    transition-property: opacity, left;
    transition-duration: .3s;
    transition-timing-function: ease;
}

#global_menu ul ul a {
    display: block !important;
    font-size: 14px;
    color: #fff !important;
    background: #59c6d2 !important;
    border: none;
    position: relative;
    padding: 10px;
    height: auto;
    line-height: 1.6;
    margin: 0;
    text-align: left;
}

#global_menu ul ul a:hover {
    background: #7adee9;
    text-decoration: none;
    border: none;
}

#global_menu ul ul li.menu-item-has-children>a:before {
    margin: 0;
    display: block;
    right: 10px;
    position: absolute;
    content: "\e910";
    font-family: "design_plus";
}

#global_menu>ul>li:hover>ul {
    visibility: visible;
    left: 0;
    opacity: 1;
    z-index: 3;
    /* box-shadow:0px 1px 2px 0px rgba(255,255,255,.5); */
}

#global_menu>ul>li li:hover>ul {
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 100%;
    z-index: 3;
}



@media screen and (max-width:991px) {
    #header_logo {
        margin-left: -12px;
    }

    #header_logo img {
        max-height: 40px;
        width: auto;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    #global_menu>ul {
        position: relative;
        text-align: center;
        flex-wrap: wrap !important;
    }

    #global_menu>ul li {
        padding: 5px;
        border-right: 1px solid #ccc;
        flex: auto;
        -webkit-flex: auto;
        text-align: center;
        width: 100%;
    }

    #global_menu ul ul {
        top: 0;
        left: 0;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .5);
        position: relative;
    }
}

/* ヘッダー固定 */
#logo_image_fixed,
#logo_text_fixed,
.fix_top.header_fix .headinfo {
    display: none;
}

@media only screen and (min-width:992px) {
    .fix_top.header_fix #header {
        position: fixed;
        width: 100%;
        min-width: 1280px;
        top: 0px;
        left: 0px;
        z-index: 200;
        background: rgba(226, 190, 166, .8);
        border-top: none;
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        animation: slideDown 0.5s ease;
        -ms-animation: slideDown 0.5s ease;
        -webkit-animation: slideDown 0.5s ease;
        -moz-animation: slideDown 0.5s ease;
        display: flex;
    }

    .fix_top.header_fix .header_inner {
        min-height: 60px;
        width: 30%;
    }

    /* ロゴ */
    .fix_top.header_fix #header_logo #logo_image_fixed,
    .fix_top.header_fix #header_logo #logo_text_fixed {
        display: block;
    }

    .fix_top.header_fix #header_logo #logo_image,
    .fix_top.header_fix #header_logo #logo_text {
        display: none;
    }

    .fix_top.header_fix #header_logo .logo a {
        color: #fff;
        text-decoration: none;
    }

    .fix_top.header_fix #header_logo img {
        max-height: 50px;
    }

    /* グローバルメニュー */
    .fix_top.header_fix #global_menu a {
        color: #333 !important;
    }

    .fix_top.header_fix #global_menu>ul>li>a {
        height: 60px !important;
        line-height: 60px !important;
    }

    .fix_top.header_fix #global_menu>ul>li:hover>ul {
        top: 60px;
    }

    .fix_top.header_fix #global_menu ul ul a {
        color: #fff !important;
    }
}

/* フッター */
#footer_top .footer_inner {
    padding: 30px 0 50px;
}

#footer_logo {
    /* display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    max-width: 960px; */
    margin: 20px auto 35px auto;
}

#footer_logo a {
    /* display: block;
    font-size: 30px;
    font-weight: bold;
    color: #fff !important; */
}

#footer_logo a::before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url("images/tel_w.png") center no-repeat;
    background-size: contain;
    vertical-align: -3px;
    margin-right: 1rem;
}

#return_top a {
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    background: #50B6C7;
}


/* スライダー */
#header_slider {
    width: 100%;
    max-width: 100% !important;
    position: relative;
    margin: 0 auto;
}

#header_slider .item {
    width: 100%;
    max-width: 100% !important;
}

.index_news_campaign .headline_bg_l {
    margin: 0;
    padding: 15px 22px;
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    background: #50B6C7 !important;
}

#index_course li .caption {
    width: 100%;
    padding: 13.5px 20px;
    font-size: 26px !important;
    font-weight: 400;
    line-height: 1.5;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(255, 255, 255, 0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.headline br {
    display: none;
}

@media screen and (max-width:768px) {
    #index_course li .caption {
        font-size: 18px !important;
    }

    .headline br {
        display: block;
    }

    /* #footer_logo {
        display: block;
    }

    #footer_logo a {
        margin-top: 24px;
    } */

}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

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


/* パンくずリンク */
#bread_crumb {
    margin: 0;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    background: #F4F4F4;
}

.post_content table {
    margin: 0 !important;
    /*width:100% !important;*/
}



/* スタッフ紹介 */
.staff_info .staff_detail table {
    margin: 0;
    border-top: 1px solid #ddd;
}

.staff_info .staff_detail table th,
.staff_info .staff_detail table td {
    padding: 10px 0 !important;
    line-height: 2;
    background: transparent;
    border: none !important;
}

.staff_info.has_image .staff_image {
    width: 30%;
    float: left;
}

.staff_info.has_image .staff_detail {
    width: 66.25%;
    float: right;
}



.junwa-bnr {
    text-align: center;
    margin: 60px 0 40px;
}

.junwa-bnr-h {
    position: absolute;
    right: 260px;
    top: 22px;
}

.header_fix .junwa-bnr-h {
    display: none;
}

@media screen and (max-width: 1030px) {
    .junwa-bnr-h {
        right: 270px;
    }
}

@media screen and (max-width: 800px) {
    .junwa-bnr-h {
        display: none;
    }
}

@media screen and (min-width: 769px) {
    .junwa-bnr .sp {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .junwa-bnr .pc {
        display: none;
    }

    .junwa-bnr {
        margin: 0 5% 20px;
    }
}


.frame-wrapper__videodiv {
    width: 560px%;
    margin: 0 auto 40px auto;
}

.frame-wrapper__videodiv p {
    text-align: center;
}

.frame-wrapper__video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    margin-bottom: 1em;
}

.frame-wrapper__video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1030px) {
    .frame-wrapper__videodiv {
        width: 70%;
    }
}

@media screen and (max-width: 800px) {
    .frame-wrapper__videodiv {
        width: 70%;
    }
}

@media screen and (min-width: 769px) {
    .frame-wrapper__videodiv {
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .frame-wrapper__videodiv {
        width: 80%;
    }
}


/* バナー定義 */
.fixed_side {
    display: none;
}

@media(min-width: 768px) {
    .fixed_side {
        display: block;
        position: fixed;
        right: 0;
        z-index: 9999;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        top: 50%;
        transform: translateY(-50%);
        font-family: "游明朝 Medium", "Yu Mincho Medium", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }

    .fixed_side a {
        background: #89833c;
        font-size: 28px;
        font-size: clamp(20px, 28 / 1200 * 100vw, 28px);
        letter-spacing: .2em;
        padding: 1em 0.75em;
        text-align: center;
        display: block;
        color: #fff !important;
        text-decoration: none;
        transition: opacity .2s ease;
    }

    .fixed_side a:hover {
        opacity: 0.7;
        color: #fff !important;
        text-decoration: none !important;
    }
}

.casebnr {
    display: block;
    margin-top: 35px;
    margin-bottom: 35px;
}

.casebnr a {
    display: block;
}

.casebnr img {
    width: 100%;
    height: auto;
}

@media(min-width: 768px) {
    .casebnr {
        display: none;
    }
}

/* 2025/08/03追加 */
.insta-section .inner {
    padding-top: 40px;
    padding-bottom: 40px;
}

.insta-section .ttl {
    display: flex;
    align-items: center;
    gap: 120px;
}

.insta-section .ttl .en {
    color: #50B6C7;
    font-size: 40px;
    letter-spacing: 6px;
    position: relative;
}

.insta-section .ttl .en::before {
    content: '';
    display: inline-block;
    width: 80px;
    height: 2px;
    background-color: #50B6C7;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: -96px;
    transform: translateY(-50%);
}

.insta-section .ttl .ja {
    color: #000;
    font-size: 18px;
    letter-spacing: 6px;
    font-weight: bold;
}

.insta-section .inner span,
.insta-section .inner a {
    color: #fff !important;
}

.insta-section .inner a:hover {
    text-decoration: none;
}

.insta-section img {
    max-width: 640px;
}

.insta-section .sp-only {
    display: none;
}

@media(max-width: 768px) {
    .insta-section .inner {
        text-align: center;
    }

    .insta-section .pc-only {
        display: none;
    }

    .insta-section .sp-only {
        display: block;
    }

    .insta-section img {
        max-width: 380px;
    }

    .insta-section .ttl {
        display: block;
        text-align: center;
    }

    .insta-section .ttl .en {
        font-size: 32px;
        margin-bottom: 16px;
    }

    .insta-section .ttl .en::before {
        display: none;
    }

    .insta-section .ttl .ja {
        font-size: 16px;
    }
}


.footer-tel {
        display: none;
      }

      @media screen and (max-width: 768px) {
        #copyright{
            margin-bottom: 80px;
        }
        .footer-tel {
            position: fixed;
            z-index: 9;
            bottom: 0;
            width: 100%;
          display: flex;
          align-items: center;
          padding: 16px;
          gap: 40px;
          background-color: rgba(99, 229, 250, 1);
        }

        .footer-tel__num p {
          font-size: 16px;
          margin-bottom: 8px;
        }

        .footer-tel__num a {
          position: relative;
          font-size: 23px;
          color: #fff !important;
          padding-left: 30px;
        }

        .footer-tel__num a::before {
          content: '';
          display: inline-block;
          width: 20px;
          height: 20px;
          background-image: url("images/tel_w.png");
          background-size: contain;
          background-repeat: no-repeat;
          position: absolute;
          top:50%;
          left:0%;
          transform: translateY(-50%);
        }
      }