@charset "utf-8";

/*------------------------------------------------------------------------------
Css name: content.css
Css info: コンテンツスタイル
------------------------------------------------------------------------------*/
/*//////////////////////////////////////////////////////// */
/* 共通-------------*/
/*//////////////////////////////////////////////////////// */

/* fonts */
.mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/* アニメーション ------------------------------*/

/*スクロールフェードインアニメーションの指定*/
.scrollanime {opacity: 0;} /*一瞬表示されるのを防ぐ*/
.fade_on {
    animation-name: fade_on;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes fade_on {
    0% {
        opacity: 0; 
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		-ms-transition: all 1s;
		transition: all 1s;        
    	}
    100% {
		opacity: 1;
		-webkit-transition: all 1s;
		-moz-transition: all 1s;
		-o-transition: all 1s;
		-ms-transition: all 1s;
		transition: all 1s;      
		transform: translate(0);
		}
}
 
/*上下の動きを指定*/
.updown {transform: translateY(-50px);}
.downup {transform: translateY(50px);}
 
/*左右の動きを指定*/
.sect02{overflow: hidden;} /*横スクロールバーを隠す*/
.slide-right {transform: translateX(50px);}
.slide-left {transform: translateX(-50px);}

/*フェードインアニメーションの指定*/
.fadeinanime{
	animation-name: fadeInAnime;
	animation-duration: 5s;
	animation-fill-mode:forwards;
	opacity:0;
	}
@keyframes fadeInAnime {
    0% {
        opacity: 0; 
		-webkit-transition: all 1s ease-in;
		-moz-transition: all 1s ease-in;
		-o-transition: all 1s ease-in;
		-ms-transition: all 1s ease-in;
		transition: all 1s ease-in;   
    	}
    100% {
		opacity: 1;
		-webkit-transition: all 1s ease-in;
		-moz-transition: all 1s ease-in;
		-o-transition: all 1s ease-in;
		-ms-transition: all 1s ease-in;
		transition: all 1s ease-in;   
		}
}

/*//////////////////////////////////////////////////////// */
/* HOME-------------*/
/*//////////////////////////////////////////////////////// */

/*--- home-top ------------------------------*/

#home-top {
    position: relative;
    background: -webkit-linear-gradient(#e8ebeb, #e8ebc3);
    background: linear-gradient(#e8ebeb, #e8ebc3);
    min-height: 1000px;
    padding-bottom: 120px;
    overflow: hidden;
}

/* home-top_mv： -------------*/

/* メインイメージ */
@media screen and (max-width:768px) {/*スマホ用指定*/

    #home-top .img-main {
        /* w120% */
        position: relative;
        width: 120%;
        top: -20px;
        left: calc(-10% - 20px);
        right: -10%;
        margin: 0 auto;
    }
    #home-top .img-main img { width:100%; }
}
@media screen and (min-width:769px) and (max-width:1199px) {/*PC・タブレット用指定*/

    #home-top .img-main {
        /* w1008px 固定、はみ出して中央揃え */
        position: relative;
        width: 1008px;
        top: -20px;
        left: 0;
        right: 0;
        margin: auto;
        margin-left: calc(50% - 1070px / 2);
    }
    #home-top .img-main img { width:100%; }
}
@media screen and (min-width:1200px) {/*PC・タブレット用指定*/

    #home-top .img-main {
        /* w1008px */
        position: relative;
        width: 1008px;
        top: -100px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: calc(100% - 48px);
    }
    #home-top .img-main img { width:100%; }
}
/* あなたはどのような医師になりたいですか？ */
@media screen and (max-width:1199px) {/*スマホ用指定*/

    #home-top h2 {
        font-size: 2.4rem;/*24px*/
        font-size: clamp(24px, 2.4vw, 24px);
        line-height: 3.0rem;
        position: relative;
        margin: auto;
        text-align: center;
        margin-top: -80px;
        margin-bottom: 60px;
    }
}
@media screen and (min-width:1200px) {/*PC・タブレット用指定*/

    #home-top h2 {
        font-size: 3.2rem;/*32px*/
        font-size: clamp(32px, 3.2vw, 32px);
        line-height: 3.0rem;
        position: absolute;
        top: 540px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
    }
}
/* pc・sp 切り替え */
@media screen and (max-width:1199px) {/*スマホ用指定*/

    #home-top .img-pc {
        display: none;
    }
}
@media screen and (min-width:1200px) {/*PC・タブレット用指定*/

    #home-top .img-sp {
        display: none;
    }
}

/* 背景画像のレイアウト -------------*/
@media screen and (max-width:1199px){/*スマホ用指定*/

    /* 左サイド */
    #home-top .img-s01,
    #home-top .img-s02,
    #home-top .img-s03,
    #home-top .img-s05,
    #home-top .img-s07 {
        display: none;
    }
    #home-top .img-s04{
        height: auto;
        width: 206px;
        max-width: 206px;
        position: absolute;
        bottom: 1200px;
        left: −100px;
        z-index: 0;
    }
    #home-top .img-s06{
        height: auto;
        width: 272px;
        max-width: 272px;
        position: absolute;
        bottom: 240px;
        left: -100px;
        z-index: 0;
    }

    /* 右サイド */
    #home-top .img-s08,
    #home-top .img-s09,
    #home-top .img-s10,
    #home-top .img-s11,
    #home-top .img-s12,
    #home-top .img-s13{
        display: none;
    }
    #home-top .img-s14{
        height: auto;
        width: 322px;
        max-width: 322px;
        position: absolute;
        bottom: 12px;
        right: -160px;
        z-index: 0;
    }
}
@media print, screen and (min-width:1200px) {/*PC・タブレット用指定*/

    /* 左サイド */
    #home-top .img-s01{
        height: auto;
        width: 150px;
        max-width: 150px;
        position: absolute;
        top: 0;
        left: calc(50% - 560px);
        margin: 0 auto;
        z-index: 0;
    }
    #home-top .img-s02{
        height: auto;
        width: 160px;
        max-width: 160px;
        position: absolute;
        top: 180px;
        left: calc(50% - 800px);
        z-index: 0;
    }
    #home-top .img-s03{
        height: auto;
        width: 300px;
        max-width: 300px;
        position: absolute;
        top: 400px;
        left: calc(50% - 800px);;
        z-index: 0;
    }
    #home-top .img-s04{
        height: auto;
        width: 206px;
        max-width: 206px;
        position: absolute;
        top: 680px;
        left: calc(50% - 700px);
        z-index: 0;
    }
    #home-top .img-s05{
        height: auto;
        width: 208px;
        max-width: 208px;
        position: absolute;
        top: 1200px;
        left: calc(50% - 700px);
        z-index: 0;
    }
    #home-top .img-s06{
        height: auto;
        width: 272px;
        max-width: 272px;
        position: absolute;
        top: 1620px;
        left: calc(50% - 700px);
        z-index: 0;
    }
    #home-top .img-s07{
        height: auto;
        width: 216px;
        max-width: 216px;
        position: absolute;
        bottom: 0;
        left: calc(50% - 800px);
        z-index: 0;
    }

    /* 右サイド */
    #home-top .img-s08{
        height: auto;
        width: 272px;
        max-width: 272px;
        position: absolute;
        top: 64px;
        left: calc(50% + 420px);
        z-index: 0;
    }
    #home-top .img-s09{
        height: auto;
        width: 180px;
        max-width: 180px;
        position: absolute;
        top: 340px;
        left: calc(50% + 560px);
        z-index: 0;
    }
    #home-top .img-s10{
        height: auto;
        width: 160px;
        max-width: 160px;
        position: absolute;
        top: 600px;
        left: calc(50% + 480px);
        z-index: 0;
    }
    #home-top .img-s11{
        height: auto;
        width: 216px;
        max-width: 216px;
        position: absolute;
        top: 800px;
        left: calc(50% + 360px);
        z-index: 0;
    }
    #home-top .img-s12{
        height: auto;
        width: 160px;
        max-width: 160px;
        position: absolute;
        top: 1000px;
        left: calc(50% + 640px);
        z-index: 0;
    }
    #home-top .img-s13{
        height: auto;
        width: 164px;
        max-width: 164px;
        position: absolute;
        top: 1260px;
        left: calc(50% + 600px);
        z-index: 0;
    }
    #home-top .img-s14{
        height: auto;
        width: 322px;
        max-width: 322px;
        position: absolute;
        top: 1700px;
        left: calc(50% + 420px);
        z-index: 0;
    }
}

/* home-top_slide：スライダー -------------*/

@media screen and (max-width:1199px) {/*スマホ用指定*/

    #home-top_slider-box  {
        background: #ffffff;
        border: 6px solid #dfdfdf;
        margin-bottom: 80px;
        border-radius: 30px;
    }
    #home-top_slider-box .item-box {
        text-align: center;
        padding: 24px;
        margin-bottom: 24px;
    }
    #home-top_slider-box .item-box .slide-pic {
        width: 370px;
        height: auto;
        max-width: 80%;
        margin: 0 auto 24px;
    }
    #home-top_slider-box .item-box .txt-s1  {
        font-size: 1.2em;/*12px*/
        font-size: clamp(12px, 1.2vw, 12px);
        width: 85%;
        margin: 0 auto;
    }
    /* dotsをカスタマイズ */
    #home-top_slider-box .home-top_slider-dots {
        display: flex;
        justify-content: center;
    }
    #home-top_slider-box .home-top_slider-dots li {
        width: 16px;
        height: 16px;
        margin: 0 5px;
        background: #acacac;
        border-radius: 50%;
        cursor: pointer;
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #home-top_slider-box {
        background: #ffffff;
        border: 6px solid #dfdfdf;
        margin-bottom: 80px;
        border-radius: 30px;
        padding: 60px 120px 20px 120px;
    }
    #home-top_slider-box .item-box {
        /* flex */
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 24px;
    }
    #home-top_slider-box .item-box .slide-pic {
        width: 370px;
        height: auto;
        }
        #home-top_slider-box .item-box img.slide-pic01 { max-width: 326px; }
        #home-top_slider-box .item-box img.slide-pic02 { max-width: 304px; }
        #home-top_slider-box .item-box img.slide-pic03 { max-width: 300px; }

    #home-top_slider-box .item-box .txt-s1  {
        font-size: 1.8em;/*18px*/
        font-size: clamp(16px, 1.8vw, 18px);
        line-height: 2em;
        text-align: center;
    }
    /* dotsをカスタマイズ */
    #home-top_slider-box .home-top_slider-dots {
        display: flex;
        justify-content: center;
    }
    #home-top_slider-box .home-top_slider-dots li {
        width: 20px;
        height: 20px;
        margin: 0 5px;
        background: #acacac;
        border-radius: 50%;
        cursor: pointer;
    }
}

#home-top_slider-box .home-top_slider-dots li.slick-active {
    background: #80b237;
}

#home-top_slider-box .home-top_slider-dots li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}

/* home-top_caption：これらはすべて「家庭医」です -------------*/
#home-top_caption {
    margin-bottom: 70px;
}
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #home-top_caption p {
        font-size: 2.4rem;/*24px*/
        font-size: clamp(24px, 2.4vw, 24px);
        text-align: center;
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #home-top_caption p {
        font-size: 4.0rem;/*40px*/
        font-size: clamp(36px, 4.0vw, 40px);
        text-align: center;
    }
}

/* home-top_about：家庭医とは -------------*/
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

#home-top_about {
    background: -webkit-linear-gradient(to right, #e8ebeb, #e8ebc3);
    background: linear-gradient(to right, #e8ebeb, #e8ebc3);
    border: 2px solid #ffffff;
    border-radius: 30px;
    padding: 24px;
    }

    #home-top_about .txt-s1 {
        font-size: 2.0rem;/*20px*/
        font-size: clamp(18px, 2.0vw, 20px);
        font-weight: 700;
        margin-bottom: 32px;
        text-align: center;
    }
    #home-top_about .txt-s2 {
        font-size: 1.4rem;/*14px*/
        font-size: clamp(14px, 1.4vw, 14px);
        line-height: 2rem;
        margin-bottom: 32px;
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

#home-top_about {
    background: -webkit-linear-gradient(to right, #e8ebeb, #e8ebc3);
    background: linear-gradient(to right, #e8ebeb, #e8ebc3);
    border: 2px solid #ffffff;
    border-radius: 30px;
    padding: 48px 70px 60px;
    }

    #home-top_about .txt-s1 {
        font-size: 2.4rem;/*24px*/
        font-size: clamp(24px, 2.4vw, 24px);
        font-weight: 700;
        margin-bottom: 40px;
        text-align: center;
    }
    #home-top_about .txt-s2 {
        font-size: 1.7rem;/*17px*/
        font-size: clamp(17px, 1.7vw, 17px);
        line-height: 2rem;
        margin-bottom: 54px;
    }
}

/* リンクボタン */
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #home-top_about .lnk-s1 a {
        position: relative;
        display: block;
        background: -webkit-linear-gradient(to right, #b7cb4d, #a6d84d);
        background: linear-gradient(to right, #b7cb4d, #a6d84d);
        text-align: center;
        width: 90%;
        max-width: 302px;
        margin: 0 auto;
        padding-top: 12px;
        padding-bottom: 12px;
        }
        #home-top_about .lnk-s1 a::after {
            content:"";
            position: absolute;
            right: 18px;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 20px;
            height: 16px;
            background-image: url("../images/ico-arrow_wh.png");
            background-repeat: no-repeat;
            background-size: contain;
        }
}
@media print, screen and (min-width:1200px){/*PC用指定*/
    
    #home-top_about .lnk-s1 a {
        position: relative;
        display: block;
        background: -webkit-linear-gradient(to right, #b7cb4d, #a6d84d);
        background: linear-gradient(to right, #b7cb4d, #a6d84d);
        text-align: center;
        width: 302px;
        min-width: 302px;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        }
        #home-top_about .lnk-s1 a::after {
            content:"";
            position: absolute;
            right: 18px;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 20px;
            height: 16px;
            background-image: url("../images/ico-arrow_wh.png");
            background-repeat: no-repeat;
            background-size: contain;
        }
}

/*--- home-box01：家庭医になるためには ------------------------------*/


@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #home-box01 {
        background: #6e962d;
        padding-top: 24px;
        padding-bottom: 24px;
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #home-box01 {
        background: #6e962d;
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #home-box01 .content-box{
        background: rgba(51, 51, 51, 0.5);
        border: 1px solid #a6d84d;
        border-radius: 16px;
        color: #ffffff;
        text-align: center;
        position: relative;
        }
        /* 家庭医になるためには*/
        #home-box01 .content-box .txt-s1{
            font-size: 1.8rem;/*18px*/
            font-size: clamp(18px, 1.8vw, 18px);
            margin-bottom: 8px;
        }
        /* ご存知ですか？ */
        #home-box01 .content-box a {
            display: block;
            color: #ffffff;
            padding: 24px 24px 60px;
        }
        #home-box01 .content-box a .txt-s2{
            font-size: 2.0em;/*20px*/
            font-size: clamp(20px, 2.0vw, 20px);
            }
            #home-box01 .content-box a .txt-s2 span.line{
                display: inline-block;
                font-size: 2.8em;/*28px*/
                font-size: clamp(28px, 2.8vw, 28px);
                border-bottom: 5px solid #a6d84d;
                margin-right: 4px;
            }

        #home-box01 .content-box::after {
            content:"";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 16px;
            margin: auto;
            width: 40px;
            height: 32px;
            background-image: url("../images/ico-arrow_wh-l.png");
            background-repeat: no-repeat;
            background-size: contain;
        }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #home-box01 .content-box{
        background: rgba(51, 51, 51, 0.5);
        border: 1px solid #a6d84d;
        border-radius: 16px;
        color: #ffffff;
        text-align: center;
        position: relative;
        }
        /* 家庭医になるためには*/
        #home-box01 .content-box .txt-s1{
            font-size: 2.4rem;/*24px*/
            font-size: clamp(24px, 2.4vw, 24px);
            margin-bottom: 8px;
        }
        /* ご存知ですか？ */
        #home-box01 .content-box a {
            display: block;
            color: #ffffff;
            padding: 50px 50px 60px;
        }
        #home-box01 .content-box a .txt-s2{
            font-size: 2.7em;/*27px*/
            font-size: clamp(24px, 2.7vw, 27px);
            }
            #home-box01 .content-box a .txt-s2 span.line{
                display: inline-block;
                font-size: 3.8em;/*38px*/
                font-size: clamp(34px, 3.8vw, 38px);
                border-bottom: 5px solid #a6d84d;
                margin-right: 4px;
            }

        #home-box01 .content-box::after {
            content:"";
            position: absolute;
            right: 43px;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 60px;
            height: 47px;
            background-image: url("../images/ico-arrow_wh-l.png");
            background-repeat: no-repeat;
            background-size: contain;
        }
}

/*--- home-box02：家庭医になってください ------------------------------*/

@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #home-box02 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #home-box02 {
        padding-top: 88px;
        padding-bottom: 120px;
    }
}
/* content-box01 */
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #home-box02 .content-box01 {
        margin-bottom: 24px;
        text-align: center;
        }
        /* イメージ　*/
        #home-box02 .content-box01 .img-s1{
            width: 130px;
            height: auto;
            margin-bottom: 24px;
        }
        /* 「家庭医」になってください*/
        #home-box02 .content-box01 .txt-s1{
            font-size: 2.4rem;/*24px*/
            font-size: clamp(24px, 2.4vw, 24px);
            margin-bottom: 24px;
        }
        /* わたしたち日本プライマリ〜*/
        #home-box02 .content-box01 .txt-s2{
            font-size: 1.4em;/*14px*/
            font-size: clamp(14px, 1.4vw, 14px);
        }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #home-box02 .content-box01 {
        margin-bottom: 74px;
        text-align: center;
        }
        /* イメージ　*/
        #home-box02 .content-box01 .img-s1{
            width: 130px;
            height: auto;
            margin-bottom: 32px;
        }
        /* 「家庭医」になってください*/
        #home-box02 .content-box01 .txt-s1{
            font-size: 4.4rem;/*44px*/
            font-size: clamp(40px, 4.4vw, 44px);
            margin-bottom: 40px;
        }
        /* わたしたち日本プライマリ〜*/
        #home-box02 .content-box01 .txt-s2{
            font-size: 2.0em;/*20px*/
            font-size: clamp(20px, 2.0vw, 20px);
        }
}

/* content-box02 */
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #home-box02 .content-box02 {
        text-align: center;
    }
    #home-box02 .content-box02 ul {
        display: inline-block;
        }
        /* 三つのBOX */
        #home-box02 .content-box02 ul li a{
        /*    background: -webkit-linear-gradient(to top, #a6d84d, #b7cb4d);
            background: linear-gradient(to top, #a6d84d, #b7cb4d);
            border-radius: 26px;
            padding: 24px;
            max-width: calc(100% - 48px); */
            display: block;
            margin-bottom: 24px;
            }
            #home-box02 .content-box02 ul li a img {
                width: 360px;
                height: auto;
                max-width: 100%;
                object-fit: contain;
            }
        /* #home-box02 #home-box02_item01-sp img { width: 294px; height: auto; max-width: 100%; }
        #home-box02 #home-box02_item02-sp img { width: 302px; height: auto; max-width: 100%; }
        #home-box02 #home-box02_item03-sp img { width: 238px; height: auto; max-width: 100%; } */

    #home-box02 #home-box02_item01 { display: none; }
    #home-box02 #home-box02_item02 { display: none; }
    #home-box02 #home-box02_item03 { display: none; }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #home-box02 .content-box02 ul {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        }

        /* 三つのBOX */
        #home-box02 .content-box02 ul li a{
            width: 362px;
            height: 651px;
            /* レイアウト */
            display: flex;
            flex-flow: row wrap;
            }
            #home-box02 .content-box02 ul li a div {
                display: block;
                width: 100%;
                text-align: center;
            }
            /* 画像を設定 */
            #home-box02_item01_content {
                    background: url("../images/home-box02_item01.png") no-repeat top center;
                    background-size: contain;
            }
            #home-box02_item02_content {
                    background: url("../images/home-box02_item02.png") no-repeat top center;
                    background-size: contain;
            }
            #home-box02_item03_content {
                    background: url("../images/home-box02_item03.png") no-repeat top center;
                    background-size: contain;
            }
            #home-box02 .content-box02 a:hover {
                opacity: 1;
            }
            #home-box02 .content-box02 a.item01-onmouse{
                background: url("../images/home-box02_item01_on.png") no-repeat top center;
                background-size: contain;
            }
            #home-box02 .content-box02 a.item02-onmouse{
                background: url("../images/home-box02_item02_on.png") no-repeat top center;
                background-size: contain;
            }
            #home-box02 .content-box02 a.item03-onmouse{
                background: url("../images/home-box02_item03_on.png") no-repeat top center;
                background-size: contain;
            }

    #home-box02 #home-box02_item01-sp { display: none; }
    #home-box02 #home-box02_item02-sp { display: none; }
    #home-box02 #home-box02_item03-sp { display: none; }
}

/*--- home-box03：全国で活躍している家庭医 ------------------------------*/

#home-box03 {
    background: #e8ebc3;
}
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #home-box03 .home-box03_in {
        background: #e8ebc3 url("../images/home-box05_bg-sp.png") no-repeat top center;
        background-size: cover;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 24px;
        }
    #home-box03 .home-box03_in img { display: none; }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #home-box03 .home-box03_in {
        /* background: #e8ebc3 url("../images/home-box05_bg.png") no-repeat top center;
        background-size: cover; */
        position: absolute;
        height: 100%;
        width: 100%;
        top: 56px;
        /* ループ */
        display: flex;
        width: 100vw;
        height: calc(870px - 56px);
        overflow: hidden;
        }
        #home-box03 .home-box03_in img {
            width: auto;
            height: 100%;
            text-align: center;
            margin: 0 auto;
        }
        #home-box03 .home-box03_in img:first-child {
                    animation: slide1 180s -90s linear infinite;
                }
        #home-box03 .home-box03_in img:last-child {
                    animation: slide2 180s linear infinite;
                }
    /* ループアニメーション */
    @keyframes slide1 {
      0% {
        transform: translateX(100%);
      }
      to {
        transform: translateX(-100%);
      }
    }

    @keyframes slide2 {
      0% {
        transform: translateX(0);
      }
      to {
        transform: translateX(-200%);
      }
    }
}

/* 見出しBOX */
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #home-box03 .content-box {
        display: block;
        color: #ffffff;
        background: rgba(51, 51, 51, 0.8);
        position: relative;
        text-align: center;
        padding: 140px 24px 100px;
        }
        #home-box03 .content-box::before {
            content:"";
            position: absolute;
            top: 28px;
            left: 0;
            right: 0;
            margin: auto;
            width: 100px;
            height: 90px;
            background-image: url("../images/home-box03_img01.png");
            background-repeat: no-repeat;
            background-size: contain;
        }
        #home-box03 .content-box::after {
            content:"";
            position: absolute;
            bottom: 24px;
            left: 0;
            right: 0;
            margin: auto;
            width: 47px;
            height: 37px;
            background-image: url("../images/ico-arrow_wh-l.png");
            background-repeat: no-repeat;
            background-size: contain;
        }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #home-box03 .content-box {
        display: block;
        color: #ffffff;
        background: rgba(51, 51, 51, 0.8);
        position: relative;
        text-align: center;
        padding: 36px 160px 24px;
        }
        #home-box03 .content-box::before {
            content:"";
            position: absolute;
            left: 20px;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 114px;
            height: 114px;
            background-image: url("../images/home-box03_img01.png");
            background-repeat: no-repeat;
            background-size: contain;
        }
        #home-box03 .content-box::after {
            content:"";
            position: absolute;
            right: 40px;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 60px;
            height: 56px;
            background-image: url("../images/ico-arrow_wh-l.png");
            background-repeat: no-repeat;
            background-size: contain;
        }
}

@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #home-box03 {
        min-height: 580px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*全国で活躍している「家庭医」 */
    #home-box03 .txt-s1 {
        font-size: 1.8rem;/*18px*/
        font-size: clamp(16px, 1.8vw, 18px);
        margin-bottom: 20px;
    }
    /* 家庭医インタビュー */
    #home-box03 .txt-s2 {
        font-size: 1.4rem;/*14px*/
        font-size: clamp(12px, 1.4vw, 14px);
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #home-box03 {
        min-height: 870px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /*全国で活躍している「家庭医」 */
    #home-box03 .txt-s1 {
        font-size: 3.8rem;/*38px*/
        font-size: clamp(30px, 3.8vw, 38px);
        margin-bottom: 20px;
    }
    /* 家庭医インタビュー */
    #home-box03 .txt-s2 {
        font-size: 2.0rem;/*20px*/
        font-size: clamp(18px, 2.0vw, 20px);
    }
}

/*--- home-box04：まずは〜話してみませんか？ ------------------------------*/

/* *** レイアウトBOX *** */
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #home-box04 {
        background: url("../images/home-box04_bg-sp.jpg") no-repeat top center;
        background-size: cover;
        width: 100%;
        position: relative;
        padding-top: 40px;
        padding-bottom: 40px;
        }
    /* コンテンツBOX */
    #home-box04 .content-box {
        background: rgba(255, 255, 255, 0.8);
        color: #333333;
        border-radius: 28px;
        padding: 24px;
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #home-box04 {
        background: url("../images/home-box04_bg.jpg") no-repeat top center;
        background-size: cover;
        width: calc(100% - 100px) !important;;
        position: relative;
        padding: 70px 50px 60px;
        }
        #home-box04 .content-inner {
            display: flex;
            flex-flow: row nowrap;
            justify-content: right;
        }

    /* コンテンツBOX */
    #home-box04 .content-box {
        width: calc(620px - 100px);
        background: rgba(255, 255, 255, 0.8);
        color: #333333;
        border-radius: 28px;
        padding: 36px 50px;
    }
}

/* *** コンテンツ *** */

/* チェックリスト */
#home-box04 .content-box ul {
    margin-bottom: 30px;
    }
    #home-box04 .content-box ul li {
        position: relative;
        padding-left: 32px;
        padding-bottom: 10px;
    }
    #home-box04 .content-box ul li::before {
        content:"";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 24px;
        height: 24px;
        background-image: url("../images/home-box04_chk.png");
        background-repeat: no-repeat;
        background-size: contain;
    }

/* リンクボタン */
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #home-box04 .content-box .lnk-s1 a {
        position: relative;
        display: block;
        background: -webkit-linear-gradient(to right, #b7cb4d, #a6d84d);
        background: linear-gradient(to right, #b7cb4d, #a6d84d);
        text-align: center;
        width: 90%;
        max-width: 302px;
        margin: 0 auto;
        padding-top: 12px;
        padding-bottom: 12px;
        }
        #home-box04 .content-box .lnk-s1 a::after {
            content:"";
            position: absolute;
            right: 18px;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 20px;
            height: 16px;
            background-image: url("../images/ico-arrow_wh.png");
            background-repeat: no-repeat;
            background-size: contain;
        }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #home-box04 .content-box .lnk-s1 a {
        position: relative;
        display: block;
        background: -webkit-linear-gradient(to right, #b7cb4d, #a6d84d);
        background: linear-gradient(to right, #b7cb4d, #a6d84d);
        text-align: center;
        width: 302px;
        min-width: 302px;
        margin: 0 auto;
        padding-top: 20px;
        padding-bottom: 20px;
        }
        #home-box04 .content-box .lnk-s1 a::after {
            content:"";
            position: absolute;
            right: 18px;
            top: 0;
            bottom: 0;
            margin: auto;
            width: 20px;
            height: 16px;
            background-image: url("../images/ico-arrow_wh.png");
            background-repeat: no-repeat;
            background-size: contain;
        }
}

@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    /* 見出し */
    #home-box04 .content-box .txt-s1 {
        font-size: 1.8rem;/*18px*/
        font-size: clamp(16px, 1.8vw, 18px);
        margin-bottom: 30px;
        text-align: center;
    }
    /* チェックリスト */
    #home-box04 .content-box ul li {
        font-size: clamp(14px, 1.4vw 14px);
    }
    /* リンクボタン */
    #home-box04 .content-box .lnk-s1 a {
        font-size: clamp(12px, 1.4vw, 14px);
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    /* 見出し */
    #home-box04 .content-box .txt-s1 {
        font-size: 2.8rem;/*28px*/
        font-size: clamp(24px, 2.8vw, 28px);
        margin-bottom: 30px;
    }
    /* チェックリスト */
    #home-box04 .content-box ul li {
        font-size: 1.8rem;/*28px*/
        font-size: clamp(16px, 1.8vw, 18px);
    }
    /* リンクボタン */
    #home-box04 .content-box .lnk-s1 a {
            font-size: 1.7rem;/*17px*/
            font-size: clamp(14px, 1.7vw, 17px);
        }
}

/*--- home-jpca：学術大会に参加してみませんか？ ------------------------------*/

#home-jpca {
    background: #e8ebc3;
}
/* 右：札幌市 */
#home-jpca .content-box .content_rig .txt-circle {

    /* circle */
    width: 113px;
    height: 113px;
    color: #ffffff;
    background: #4d9e00;
    font-size: 1.6rem;/*16px*/
    font-size: clamp(14px, 1.6vw, 16px);
    text-align: center;
    border-radius: 50%;
    /* テキスト位置 */
    display: flex;
    align-items: center;
    justify-content: center;
    /* z-index */
    z-index: 1;
    }
/* 右：リンクボタン */
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #home-jpca .content-box .content_rig .lnk-s2 a {
            position: relative;
            display: block;
            background: -webkit-linear-gradient(to right, #b7cb4d, #a6d84d);
            background: linear-gradient(to right, #b7cb4d, #a6d84d);
            text-align: center;
            width: 90%;
            max-width: 302px;
            margin: 0 auto;
            padding-top: 12px;
            padding-bottom: 12px;
            }
            #home-jpca .content-box .content_rig .lnk-s2 a::after {
                content:"";
                position: absolute;
                right: 18px;
                top: 0;
                bottom: 0;
                margin: auto;
                width: 20px;
                height: 16px;
                background-image: url("../images/ico-arrow_wh.png");
                background-repeat: no-repeat;
                background-size: contain;
            }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #home-jpca .content-box .content_rig .lnk-s2 a {
            position: relative;
            display: block;
            background: -webkit-linear-gradient(to right, #b7cb4d, #a6d84d);
            background: linear-gradient(to right, #b7cb4d, #a6d84d);
            text-align: center;
            min-width: 302px;
            padding-top: 20px;
            padding-bottom: 20px;
            }
            #home-jpca .content-box .content_rig .lnk-s2 a::after {
                content:"";
                position: absolute;
                right: 18px;
                top: 0;
                bottom: 0;
                margin: auto;
                width: 20px;
                height: 16px;
                background-image: url("../images/ico-arrow_wh.png");
                background-repeat: no-repeat;
                background-size: contain;
            }
}

@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #home-jpca .content-box {
        /* 余白 */
        padding-top: 24px;
        padding-bottom: 32px;
    }

    /* 左BOX */
    #home-jpca .content-box .content_lef {
        margin-bottom: 12px;
        }
        #home-jpca .content-box .content_lef .txt-s1 {
            font-size: 1.6rem;/*16px*/
            font-size: clamp(16px, 1.6rem, 16px);
            margin-bottom: 20px;
        }
        #home-jpca .content-box .content_lef .txt-s2 {
            font-size: 1.4rem;/*14px*/
            font-size: clamp(14px, 1.4rem, 14px);
            margin-bottom: 20px;
        }
        #home-jpca .content-box .content_lef .btn-s1 {
            font-size: 1.6rem;/*16px*/
            font-size: clamp(16px, 1.6rem, 16px);
            text-align: center;
            border: 5px solid #a3c751;
            background: #ffffff;
            border-radius: 10px;
            padding-top: 8px;
            padding-bottom: 8px;
        }
    /* 右BOX */
    #home-jpca .content-box .content_rig {
        position: relative;
        text-align: center;
        width: 90%;
        max-width: 360px;
        margin: 0 auto;
        padding-top: 50px;
        }
        /* 札幌市 */
        #home-jpca .content-box .content_rig .txt-circle {
            position: absolute;
            right: 0;
            top: 0;
            }
        /* 画像 */
        #home-jpca .content-box .content_rig a.lnk-s1 {
            display: block;
            margin-bottom: 24px;
        }
        /* リンクボタン */
        #home-jpca .content-box .content_rig .lnk-s2 a {
            font-size: 1.4rem;/*14px*/
            font-size: clamp(12px, 1.4rem, 14px);
        }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #home-jpca .content-box {
        /* ２分割 */
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        /* 余白 */
        padding: 32px 50px 12px;
    }

    /* 左BOX */
    #home-jpca .content-box .content_lef {
        margin-top: 72px;
        min-width: 520px;
        }
        #home-jpca .content-box .content_lef .txt-s1 {
            font-size: 2.0rem;/*20px*/
            font-size: clamp(18px, 2.0rem, 20px);
            margin-bottom: 50px;
        }
        #home-jpca .content-box .content_lef .txt-s2 {
            font-size: 1.6rem;/*16px*/
            font-size: clamp(16px, 1.6rem, 16px);
            margin-bottom: 30px;
        }
        #home-jpca .content-box .content_lef .btn-s1 {
            font-size: 2.0rem;/*20px*/
            font-size: clamp(18px, 2.0rem, 20px);
            text-align: center;
            border: 5px solid #a3c751;
            background: #ffffff;
            border-radius: 10px;
            padding-top: 8px;
            padding-bottom: 8px;
        }
    /* 右BOX */
    #home-jpca .content-box .content_rig {
        position: relative;
        padding-top: 40px;
        padding-right: 94px;
        }
        /* 札幌市 */
        #home-jpca .content-box .content_rig .txt-circle {
            position: absolute;
            right: 0;
            top: 0;
            }
        /* 画像 */
        #home-jpca .content-box .content_rig a.lnk-s1 {
            display: block;
            margin-bottom: 24px;
        }
        /* リンクボタン */
        #home-jpca .content-box .content_rig .lnk-s2 a {
            font-size: 1.7rem;/*17px*/
            font-size: clamp(14px, 1.7rem, 17px);
        }
}

/*--- home-for-manager：総合診療専門研修プログラム責任者の方々へ ------------------------------*/

@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #home-for-manager {
        padding-top: 32px;
        padding-bottom: 24px;
        }
        #home-for-manager .content-box{
            padding: 30px 20px 24px;
            }

    /* 責任者の方へ */
    #home-for-manager .txt-s1 {
        font-size: 1.8rem;/*18px*/
        font-size: clamp(18px, 1.8rem, 18px);
        text-align: center;
        margin-bottom: 40px;
    }
    /* 責任者の方へ */
    #home-for-manager .txt-s2 {
        font-size: 1.4rem;/*14px*/
        font-size: clamp(14px, 1.4rem, 14px);
        margin-bottom: 40px;
    }
    /* 責任者の方へ */
    #home-for-manager .txt-s3 {
        font-size: 1.6rem;/*16px*/
        font-size: clamp(16px, 1.6rem, 16px);
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #home-for-manager {
        padding-top: 76px;
        padding-bottom: 76px;
        }
        #home-for-manager .content-box{
            padding: 54px 50px 60px;
            }

    /* 責任者の方へ */
    #home-for-manager .txt-s1 {
        font-size: 2.4rem;/*24px*/
        font-size: clamp(20px, 2.4rem, 24px);
        text-align: center;
        margin-bottom: 50px;
    }
    /* 責任者の方へ */
    #home-for-manager .txt-s2 {
        font-size: 1.6rem;/*16px*/
        font-size: clamp(14px, 1.6rem, 16px);
        margin-bottom: 40px;
    }
    /* 責任者の方へ */
    #home-for-manager .txt-s3 {
        font-size: 2.2rem;/*22px*/
        font-size: clamp(20px, 2.2rem, 22px);
    }
}
#home-for-manager .content-box{
    color: #333333;
    border: 2px solid #c5c5c5;
    }

/*--- home共通 ------------------------------*/
            
/* hover-green */
#home .hover-green:hover {
    color: #ffffff;
    background: #188038 !important;
    opacity: 1;
}

/*//////////////////////////////////////////////////////// */
/* ページ共通 -------------*/
/*//////////////////////////////////////////////////////// */

/*--- page-header ------------------------------*/
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    .page-header {
        background: #eaeded;
        box-sizing: border-box;
        padding-top: 66px;
        padding-bottom: 40px;
        position: relative;
        }
        .page-header::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: url("../images/page-header_bg.png") center bottom no-repeat;
            background-size: cover; /* 横幅100%で下揃え */
            top: 0;
            left: 0;
        }

    /* ページタイトル */
    .page-header .ttl-s1 {
        background: -webkit-linear-gradient(to right, rgba(232,235,235,0.8), rgba(234,237,197,1));
        background: linear-gradient(to right, rgba(232,235,235,0.8), rgba(234,237,197,1));    /* #e8ebeb, #eaedc5 */
        margin-top: 30px;
        padding-top: 40px;
        padding-bottom: 40px;
        text-align: center;
        /* 背景色の前に出るように */
        position: relative;
        z-index: 1;
        }
        .page-header .ttl-s1 .txt-s1 {
            font-size: 2.6rem;/*26px*/
            font-size: clamp(22px, 2.6vw, 26px);
            margin-bottom: 10px;
            font-weight: normal;
        }
        .page-header .ttl-s1 .txt-s2 {
            font-size: 1.8rem;/*18px*/
            font-size: clamp(16px, 1.8rem, 18px);
            font-weight: normal;
        }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    .page-header {
        background: #eaeded;
        box-sizing: border-box;
        padding-top: 120px;
        padding-bottom: 100px;
        position: relative;
        }
        .page-header::after {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: url("../images/page-header_bg.png") center bottom no-repeat;
            background-size: 100% auto; /* 横幅100%で下揃え */
            top: 0;
            left: 0;
        }

    /* ページタイトル */
    .page-header .ttl-s1 {
        background: -webkit-linear-gradient(to right, rgba(232,235,235,0.8), rgba(234,237,197,1));
        background: linear-gradient(to right, rgba(232,235,235,0.8), rgba(234,237,197,1));    /* #e8ebeb, #eaedc5 */
        margin-top: 30px;
        padding-top: 64px;
        padding-bottom: 40px;
        text-align: center;
        /* 背景色の前に出るように */
        position: relative;
        z-index: 1;
        }
        .page-header .ttl-s1 .txt-s1 {
            font-size: 4.0rem;/*40px*/
            font-size: clamp(36px, 4.0vw, 40px);
            margin-bottom: 10px;
            font-weight: normal;
        }
        .page-header .ttl-s1 .txt-s2 {
            font-size: 2.0rem;/*20px*/
            font-size: clamp(20px, 2.0vw, 20px);
            font-weight: normal;
        }
}

/* hover-green */
.page .hover-green:hover {
    color: #ffffff;
    background: #188038 !important;
    opacity: 1;
}

/*//////////////////////////////////////////////////////// */
/* 相談フォーム：inquery -------------*/
/*//////////////////////////////////////////////////////// */

/*--- inquery-box01: なんでも相談してください ------------------------------*/

#inquery-box01 {
    background: #eaeded;
}
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #inquery-box01 .content-box01 {
        text-align: center;
        padding-bottom: 32px;
    }
    #inquery-box01 .img-s3{
        width: 234px;
        height: auto;
        max-width: 90%;
        margin-bottom: 24px;
    }

    #inquery-box01 .txt-s1 {
        font-size: 2.0rem;/*20px*/
        font-size: clamp(20px, 2.0rem, 20px);
        padding-bottom: 24px;
    }
    #inquery-box01 .txt-s2 {
        font-size: 1.4rem;/*14px*/
        font-size: clamp(14px, 1.4rem, 14px);
    }

    #inquery-box01 .img-box01 { display: none; }
    #inquery-box01 .img-box02 { display: none; }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #inquery-box01 .content-box01 {
        display: flex;
        flex-flow: row nowrap;
    }

    #inquery-box01 .txt-box01 {
        flex: 1;
        text-align: center;
    }
    #inquery-box01 .txt-s1 {
        font-size: 3.4rem;/*34px*/
        font-size: clamp(30px, 3.4rem, 34px);
        padding-bottom: 46px;
    }
    #inquery-box01 .txt-s2 {
        font-size: 2.0rem;/*20px*/
        font-size: clamp(20px, 2.0rem, 20px);
        padding-bottom: 46px;
    }
    #inquery-box01 .img-s1 { width:182px; height: auto; }
    #inquery-box01 .img-s2 { width:239px; height: auto; }

    #inquery-box01 .img-box03 { display: none; }
}

/*--- inquery-box02: こんな方に ------------------------------*/

#inquery-box02 {
    background: #eaeded;
    padding-bottom: 154px;
    }

/* メインのBOX */
#inquery-box02 .content-box01 {
    border: 2px solid #ffffff;
    border-radius: 30px;
    background: -webkit-linear-gradient(to right, #eaeded, #eaedc5);
    background: linear-gradient(to right, #eaeded, #eaedc5);
    position: relative;
}

/* 吹き出し風BOX */
#inquery-box02 .content-box01 .arrow-box {
    color: #333333;
    background: #bed24d;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
}
#inquery-box02 .content-box01 .arrow-box-arrow{
    background-color: #bed24d;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    clip-path: polygon(0 0,100% 0, 50% 100%);
}

@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    /* メインのBOX */
    #inquery-box02 .content-box01 {
        padding: 14px 24px 30px;
    }
    /* チェックボックスリスト */
    #inquery-box02 .content-box01 li {
        color: #333333;
        font-size: 1.6em;/*16px*/
        font-size: clamp(16px, 1.6vw, 16px);
        font-weight: 600;
        position: relative;
        padding-left: 34px;
        margin-bottom: 10px;
        }
        #inquery-box02 .content-box01 li::before {
            content:"";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            width: 28px;
            height: 28px;
            background-image: url("../images/inquery-box02_chk.png");
            background-repeat: no-repeat;
            background-size: contain;
        }

    /* 吹き出し風BOX */
    #inquery-box02 .content-box01 .arrow-box {
        bottom: -103px;
        font-size: 1.4em;/*14px*/
        font-size: clamp(14px, 1.4vw, 14px);
        font-weight: 700;
        padding-top: 8px;
        padding-bottom: 8px;
        width: 80%;
    }
    #inquery-box02 .content-box01 .arrow-box-arrow{
        width: 80%;
        height: 34px;
        bottom: -136px; /* calc(103px + 34px); */
    }

    /* 飾りアイコン */
    #inquery-box02 .content-box01 .img-s5 {
        width: 274px;
        max-width: 90%;
        margin-bottom: 24px;
    }
    #inquery-box02 .content-box01 .img-pc { display: none; }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    /* メインのBOX */
    #inquery-box02 .content-box01 {
        padding: 90px 240px 100px 300px;
    }
    /* チェックボックスリスト */
    #inquery-box02 .content-box01 li {
        color: #333333;
        font-size: 2.0em;/*20px*/
        font-size: clamp(20px, 2.0vw, 20px);
        font-weight: 600;
        position: relative;
        padding-left: 50px;
        margin-bottom: 24px;
        }
        #inquery-box02 .content-box01 li::before {
            content:"";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            width: 36px;
            height: 36px;
            background-image: url("../images/inquery-box02_chk.png");
            background-repeat: no-repeat;
            background-size: contain;
        }

    /* 吹き出し風BOX */
    #inquery-box02 .content-box01 .arrow-box {
        bottom: -62px;
        font-size: 2.4em;/*24px*/
        font-size: clamp(20px, 2.4vw, 24px);
        font-weight: 700;
        padding-top: 27px;
        padding-bottom: 16px;
        width: 604px;
    }
    #inquery-box02 .content-box01 .arrow-box-arrow{
        width: 604px;
        height: 34px;
        bottom: -96px; /* calc(62px + 34px); */
    }

    /* 飾りアイコン */
    #inquery-box02 .content-box01 .img-pc { position: absolute; width: 82px; height: auto; }

    #inquery-box02 .content-box01 .img-s1 {
        left: calc(50% - 400px);
        bottom: 140px;
    }
    #inquery-box02 .content-box01 .img-s2 {
        left: calc(50% + 120px);
        top: 50px;
    }
    #inquery-box02 .content-box01 .img-s3 {
        left: calc(50% + 340px);
        top: 100px;
    }
    #inquery-box02 .content-box01 .img-s4 {
        left: calc(50% + 300px);
        bottom: 100px;
    }
    #inquery-box02 .content-box01 .img-sp { display: none; }
}

/*--- inquery-form-box: メールフォーム ------------------------------*/

#inquery-form-box {
    background: -webkit-linear-gradient(to bottom, #eaeded, #eaedc5);
    background: linear-gradient(to bottom, #eaeded, #eaedc5);
}
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #inquery-form-box {
        padding-bottom: 54px;
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #inquery-form-box {
        padding-bottom: 86px;
    }
}

/*--- メールフォームヘッダー ----------*/

@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #inquery-form-box .content-box01 {
        margin-bottom: 54px;
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #inquery-form-box .content-box01 {
        margin-bottom: 70px;
    }
}

/* 見出し */
#inquery-form-box .tit-s1 {
    color: #ffffff;
    background: -webkit-linear-gradient(to right, #6e9a2e, #468400);
    background: linear-gradient(to right, #6e9a2e, #468400);
    text-align: center;
}
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #inquery-form-box .tit-s1 {
        font-size: 1.8em;/*18px*/
        font-size: clamp(18px, 1.8vw, 18px);
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #inquery-form-box .tit-s1 {
        font-size: 2.8em;/*28px*/
        font-size: clamp(28px, 2.8vw, 28px);
        padding-top: 18px;
        padding-bottom: 18px;
        margin-bottom: 32px;
    }
}

/* テキスト */
#inquery-form-box .txt-s1 {
    text-align: center;
    }
    #inquery-form-box .txt-s1 a {
        color: #6e9a2e;
        font-weight: 700;
        text-decoration: underline;
        margin-left: 2px;
        margin-right: 2px;
    }
    #inquery-form-box .txt-s1 a:hover {
        color: #333333;
        text-decoration: none;
    }

#inquery-form-box .txt-s2 {
    text-align: center;
}
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #inquery-form-box .txt-s1 {
        font-size: 1.4em;/*14px*/
        font-size: clamp(14px, 1.4vw, 14px);
    }
    #inquery-form-box .txt-s2 {
        font-size: 1.4em;/*14px*/
        font-size: clamp(14px, 1.4vw, 14px);
        font-weight: 700;
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #inquery-form-box .txt-s1 {
        font-size: 1.6em;/*16px*/
        font-size: clamp(16px, 1.6vw, 16px);
    }
    #inquery-form-box .txt-s2 {
        font-size: 1.6em;/*16px*/
        font-size: clamp(16px, 1.6vw, 16px);
        font-weight: 700;
    }
}

/*--- メールフォーム ----------*/

#inquery-form .item-box {
    border-bottom: 1px solid #dcdcdc;
}

@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #inquery-form .item-box {
        padding-bottom: 24px;
        margin-bottom: 16px;
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #inquery-form {
        margin-left: 158px;
        margin-left: 158px;
    }

    #inquery-form .item-box {
        display: flex;
        flex-flow: row nowrap;
        padding-bottom: 26px;
        margin-bottom: 32px;
        }
        #inquery-form .item-box .item-name {
            min-width: 206px;
        }
        #inquery-form .item-box .item-name2 {
            /* 郵便番号 */
            min-width: unset;
            display: flex;
            align-items: center;
        }
        #inquery-form .item-box .item-name3 {
            /* 都道府県 */
            padding-left: 12px;
            min-width: unset;
            display: flex;
            align-items: center;
        }
        #inquery-form .item-box .item-name4 {
            /* 住所ほか */
            min-width: 100px;
            display: flex;
            align-items: center;
        }
        #inquery-form .item-box .item {
            padding-left: 20px;
        }
}

/* *** フォームパーツ *** */

/* 見出し */
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #inquery-form .item-box .item-name {
        font-size: 1.4em;/*14px*/
        font-size: clamp(14px, 1.4vw, 14px);
        font-weight: 700;
        margin-bottom: 12px;
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #inquery-form .item-box .item-name {
        font-size: 1.6em;/*16px*/
        font-size: clamp(16px, 1.6vw, 16px);
        font-weight: 700;
    }
}

/* 必須マーク */
#inquery-form .item-box .required {
    color: #ff0000;
    background: #e50012;
    color: #ffffff;
    margin-left: 24px;
    border-radius: 8px;
}
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #inquery-form .item-box .required {
        font-size: 1.0em;/*10px*/
        font-size: clamp(10px, 1.0w, 10px);
        padding: 2px 4px;
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #inquery-form .item-box .required {
        font-size: 1.4em;/*14px*/
        font-size: clamp(14px, 1.4vw, 14px);
        padding: 4px 8px;
    }
}

/* フォームパーツ（レイアウト） */

/* 一行レイアウトのリスト */
#inquery-form .item-box .inline {
    display: flex;
    flex-flow: row wrap;
    }
    #inquery-form .item-box .inline li {
        padding-right: 24px;
    }
/* ul-sub */
#inquery-form .item-box .sub-list {
    display: block;
    }
    #inquery-form .item-box .sub-list li {
        margin-bottom: 24px;
    }
    #inquery-form .item-box .sub-list li input[type="radio"] {
        margin-bottom: 12px;
    }
/* ul-sub（住所） */

@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #inquery-form .item-box .sub-list-add {
        display: block;
        }
        #inquery-form .item-box .sub-list-add li {
            margin-bottom: 24px;
        }
        #inquery-form .item-box .sub-list-add li .item-name2,
        #inquery-form .item-box .sub-list-add li .item-name3,
        #inquery-form .item-box .sub-list-add li .item-10 input {
            margin-bottom: 12px;
        }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #inquery-form .item-box .sub-list-add {
        display: block;
        }
        #inquery-form .item-box .sub-list-add li {
            display: flex;
            flex-flow: row nowrap;
            margin-bottom: 24px;
        }
        #inquery-form .item-box .sub-list-add li input[type="radio"] {
            margin-bottom: 12px;
        }
}

/* フォームパーツ（パーツ） */
#inquery-form .item-box ::placeholder {
    color: #9e9e9f;
    font-size: 1.6em;/*16px*/
    font-size: clamp(16px, 1.6vw, 16px);
}

#inquery-form .item-box input[type="text"],
#inquery-form .item-box input[type="tel"],
#inquery-form .item-box input[type="email"],
#inquery-form .item-box textarea {
    border: 1px solid #dbdcdc;
    padding: 16px 8px;
    cursor: pointer;
    font-size: 1.6em;/*16px*/
    font-size: clamp(16px, 1.6vw, 16px);
}

@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #inquery-form .item-box input.input-w588 { width: 98%; }
    #inquery-form .item-box input.input-w504 { width: 98%; }
}
@media print, screen and (min-width:1200px){/*PC用指定*/
    
    #inquery-form .item-box input.input-w588 { width: 588px; }
    #inquery-form .item-box input.input-w504 { width: 504px; }
}
/* セレクトボックス（都道府県） */
#inquery-form .slctbox1 {
    position: relative;
}

#inquery-form .slctbox1::before,
#inquery-form .slctbox1::after {
    position: absolute;
    content: '';
    pointer-events: none;
}

#inquery-form .slctbox1::before {
    display: inline-block;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #808080;
}

#inquery-form .slctbox1::after {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
}

#inquery-form .slctbox1 select {
    appearance: none;
    min-width: 230px;
    height: 60px;
    padding: .4em 3.6em .4em .8em;
    border: none;
    background-color: #ffffff;
    color: #333;
    border: 1px solid #dbdcdc;
    font-size: 1em;
    cursor: pointer;
}

#inquery-form .slctbox1 select:focus {
    outline: 2px solid #808080;
}
/* 認証BOX */ 
#inquery-form .auth-box {
    display: block;
    margin-bottom: 24px;

}
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #inquery-form .auth-box img{
        width: 288px;
        height: 80px;
    }
}

/* 送信ボタン */
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

	#inquery-form .lnk-s1{
        position: relative;
        max-width: 302px;
        background: -webkit-linear-gradient(to right, #b7cb4d, #a6d84d);
        background: linear-gradient(to right, #b7cb4d, #a6d84d);
        margin: 0 auto;
        }  
	#inquery-form .lnk-s1::after {
		content:"";
		position: absolute;
		right: 18px;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 20px;
		height: 16px;
		background-image: url("../images/ico-arrow_wh.png");
		background-repeat: no-repeat;
		background-size: contain;
		}
	#inquery-form .lnk-s1.s1::after {
		right: auto;
		left: 18px;
		transform: scale(-1, 1);
		}
		#inquery-form .lnk-s1 input{
			background: none;
			border: none;
			display: block;
			text-align: center;
			width: 100%;
			height:100%;
			padding-top: 20px;
			padding-bottom: 20px;
			cursor: pointer;
			}
}
@media print, screen and (min-width:1200px){/*PC用指定*/
	
	#inquery-form .lnk-s1{
        position: relative;
        max-width: 302px;
        background: -webkit-linear-gradient(to right, #b7cb4d, #a6d84d);
        background: linear-gradient(to right, #b7cb4d, #a6d84d);
        margin: 0 auto;
        }  
	#inquery-form .lnk-s1::after {
		content:"";
		position: absolute;
		right: 18px;
		top: 0;
		bottom: 0;
		margin: auto;
		width: 20px;
		height: 16px;
		background-image: url("../images/ico-arrow_wh.png");
		background-repeat: no-repeat;
		background-size: contain;
		}
	#inquery-form .lnk-s1.s1::after {
		right: auto;
		left: 18px;
		transform: scale(-1, 1);
		}
		#inquery-form .lnk-s1 input{
			background: none;
			border: none;
			display: block;
			text-align: center;
			width: 100%;
			height:100%;
			padding-top: 20px;
			padding-bottom: 20px;
			cursor: pointer;
			}
}

/* エラーメッセージ */	
	#error_message{
		background: #ffed00;
		text-align: center;
		margin:0 0 50px 0;
        }  
	#inquery-form .alert.alert-danger{
		display: block;
		width:100%;
		color: #ff0000;
		margin:0;
        }  

/* powered_by_me */	
	.powered_by_me{
		font-size:12px;
		text-align: center;
		color:#cccccc;
		margin:30px 0 0 0;
        }
		.powered_by_me a{
			color:#cccccc;
			}  



/*//////////////////////////////////////////////////////// */
/* 家庭医とは：whats -------------*/
/*//////////////////////////////////////////////////////// */

/*--- whats-wrapper01: 背景グラデ ------------------------------*/
#whats-wrapper01 {
    background: -webkit-linear-gradient(to bottom, #eaeded, #eaedc5);
    background: linear-gradient(to bottom, #eaeded, #eaedc5);
}

/*--- whats-box01: content1 ------------------------------*/
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #whats-box01 {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    #whats-box01 .item-box {
        display: flex;
        flex-flow: column wrap;
        flex-direction: column-reverse;
        }
        /* 左：画像 */
        #whats-box01 .item-box .item-lef {
            text-align: center;
        }
        #whats-box01 .item-box .item-lef .img-sp {
            width: 460px;
            max-width: calc(100% - 48px);
            margin: 0 auto;
        }
        /* 右：キャプション */
        #whats-box01 .item-box .item-rig {
        }
        #whats-box01 .item-box .item-rig .tit-s1 {
            font-size: 2.0rem;/*20px*/
            font-size: clamp(20px, 2.0vw, 20px);
            font-weight: 700;
            margin-bottom: 40px;
        }
        #whats-box01 .item-box .item-rig .txt-s1 {
            font-size: clamp(14px, 1,4vw, 14px);
            line-height: 2.12;
            text-align: left;
        }

    #whats-box01 .img-pc { display: none; }

}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #whats-box01 {
        padding-top: 40px;
        padding-bottom: 100px;
    }
    #whats-box01 .item-box {
        display: flex;
        flex-flow: row nowrap;
        }
        /* 左：画像 */
        #whats-box01 .item-box .item-lef {
            margin-left: -10px;
            width: calc(50% + 100px);
        }
        /* 右：キャプション */
        #whats-box01 .item-box .item-rig {
            width: calc(50% - 100px);
            padding-top: 90px;
        }
        #whats-box01 .item-box .item-rig .tit-s1 {
            font-size: 2.6rem;/*26px*/
            font-size: clamp(24px, 2.6vw, 26px);
            line-height: 2.2;
            font-weight: 700;
            margin-bottom: 32px;
        }
        #whats-box01 .item-box .item-rig .txt-s1 {
            font-size: clamp(16px, 1,6vw, 16px);
            line-height: 2.12;
            text-align: left;
        }
    #whats-box01 .img-sp { display: none; }
}
#whats-box01 .item-box .item-rig .txt-s1 .bold{
    font-weight: 900;
}

/*--- whats-box02: content2 ------------------------------*/
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    /* 左BOX */
    /*　キャプション */
    #whats-box02 .content-box01 .item-box .tit-s1,
    #whats-box02 .content-box01 .item-box .tit-s2 {
        font-size: 2.0rem;/*20px*/
        font-size: clamp(20px, 2.0vw, 20px);
        line-height: 1.8;
        font-weight: 700;
        text-align: center;
        }
        #whats-box02 .content-box01 .item-box .tit-s1 {
            margin-bottom: 8px;
        }
        #whats-box02 .content-box01 .item-box .tit-s2 {
            margin-bottom: 34px;
        }
        #whats-box02 .content-box01 .item-box .tit-s2 span{
            font-size: clamp(20px, 2.4vw, 24px);
            text-decoration: underline;
            text-decoration-color: #bed24d;
            text-decoration-thickness: 10px;
            text-underline-offset: 4px;
            display: inline-block;
            margin-bottom: 12px;
        }
    /* テキスト */
    #whats-box02 .content-box01 .item-box .txt-s1 {
        font-size: clamp(14px, 1,4vw, 14px);
        line-height: 2.12;
        margin-bottom: 24px;
    }

    /* 右：bg */
    #whats-box02 .bg02 {
        text-align: center;
    }
    #whats-box02 .bg02 img {
        width: 510px;
        height: auto;
        max-width: 510px;
        margin: 0 auto;
        margin-left: -30px;
    }
    #whats-box02 .bg01 { display: none; }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    /* 右：bg */
    #whats-box02 .bg01 {
        background: url("../images/whats-box02_bg.png") no-repeat top center / cover;
        background-size: 100%;
        width: 835px;
        height: 822px;
        position: absolute;
        top: -214px;
        left: 50%;
    }
    #whats-box02 .bg02 { display: none; }

    /* 左BOX */
    #whats-box02 .content-box01 .item-box {
        width: calc(520px + 50px);
        padding-left: 50px;
        padding-bottom: 124px;
    }
    /*　キャプション */
    #whats-box02 .content-box01 .item-box .tit-s1,
    #whats-box02 .content-box01 .item-box .tit-s2 {
        font-size: 2.6rem;/*26px*/
        font-size: clamp(24px, 2.6vw, 26px);
        line-height: 2.2;
        font-weight: 700;
        }
        #whats-box02 .content-box01 .item-box .tit-s1 {
            margin-bottom: 8px;
        }
        #whats-box02 .content-box01 .item-box .tit-s2 {
            margin-bottom: 34px;
        }
        #whats-box02 .content-box01 .item-box .tit-s2 span{
            font-size: clamp(24px, 3.2vw, 32px);
            text-decoration: underline;
            text-decoration-color: #bed24d;
            text-decoration-thickness: 10px;
            text-underline-offset: 16px;
        }
    /* テキスト */
    #whats-box02 .content-box01 .item-box .txt-s1 {
        font-size: clamp(16px, 1.6vw, 16px);
        line-height: 2.12;
        text-align: left;
        max-width: 434px;
    }
}
#whats-box02 .content-box01 .item-box .txt-s1 .bold{
    font-weight: 900;
}

/*--- whats-box03: ボタン ------------------------------*/
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #whats-box03 .tit-s1 {
        background: -webkit-linear-gradient(to bottom, #468400, #6e9a2e);
        background: linear-gradient(to bottom, #468400, #6e9a2e);
        text-align: center;
        width: 400px;
        max-width: calc(100% - 48px);
        margin: 0 auto 28px;
        padding-top: 32px;
        padding-bottom: 32px;
        }

        #whats-box03 .tit-s1 .txt-s1 {
            color: #ffffff;
            font-size: clamp(28px, 3.2vw, 32px);
            padding-bottom: 16px;
            font-weight: 700;
            /* shadow */
            text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
        }
        #whats-box03 .tit-s1 .txt-s2 {
            color: #ffffff;
            font-size: clamp(12px, 1.2vw, 12px);
        }
}
@media print, screen and (min-width:1200px){/*PC用指定*/
    
    #whats-box03 .tit-s1 {
        background: -webkit-linear-gradient(to bottom, #468400, #6e9a2e);
        background: linear-gradient(to bottom, #468400, #6e9a2e);
        text-align: center;
        width: 880px;
        margin: 0 auto 86px;
        padding-top: 32px;
        padding-bottom: 32px;
        }

        #whats-box03 .tit-s1 .txt-s1 {
            color: #ffffff;
            font-size: clamp(36px, 4.0vw, 40px);
            padding-bottom: 16px;
            font-weight: 700;
            /* shadow */
            text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.6);
        }
        #whats-box03 .tit-s1 .txt-s2 {
            color: #ffffff;
            font-size: clamp(16px, 1.6vw, 16px);
        }
}

/*--- whats-box04: content1 ------------------------------*/
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    /* キャプション */
    #whats-box04 .content-box01 .txt-s1 {
        font-size: 2.0rem;/*20px*/
        font-size: clamp(20px, 2.0vw, 20px);
        text-align: center;
    }
    #whats-box04 .content-box01 .txt-s1 {
        padding-bottom: 24px;
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    /* キャプション */
    #whats-box04 .content-box01 .txt-s1 {
        font-size: 2.6rem;/*26px*/
        font-size: clamp(24px, 2.6vw, 26px);
        text-align: center;
    }
    #whats-box04 .content-box01 .txt-s1 {
        padding-bottom: 50px;
    }
}

/* 動画 */
#whats-box04 .content-box01 .box-s1 {
    width: 503px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 100px;
    max-width: calc(100% - 48px);
    }
    #whats-box04 .content-box01 .box-s1 iframe{
        width: 100%;
    }
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #whats-box04 .content-box01 .box-s1 {
        padding-bottom: 24px;
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #whats-box04 .content-box01 .box-s1 {
        padding-bottom: 100px;
    }
}

/*//////////////////////////////////////////////////////// */
/* 家庭医になるには：howto -------------*/
/*//////////////////////////////////////////////////////// */

/*--- howto-box01: いくつかの道 ------------------------------*/
#howto-box01 {
    background: -webkit-linear-gradient(to bottom, #eaeded, #eaedc5 );
    background: linear-gradient(to bottom, #eaeded, #eaedc5);
    padding-top: 50px;
}
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #howto-box01 {
        padding-bottom: 50px;
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #howto-box01 {
        padding-bottom: 90px;
    }
}
/* キャプション */
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #howto-box01 .content-box01 {
        padding-bottom: 24px;
    }
    /* キャプション１ */
    #howto-box01 .content-box01 .txt-s1 {
        text-align: center;
        font-size: clamp(18px, 1.8vw, 18px);
        }
        #howto-box01 .content-box01 .txt-s2 {
            text-align: center;
            font-size: clamp(24px, 2.4vw, 24px);
            font-weight: 900;
        }
        #howto-box01 .content-box01 .txt-s3 {
            text-align: center;
            font-size: clamp(24px, 2.4vw, 24px);
            font-weight: 900;
        }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #howto-box01 .content-box01 {
        padding-bottom: 50px;
    }
    /* キャプション１ */
    #howto-box01 .content-box01 .txt-s1 {
        text-align: center;
        font-size: clamp(24px, 2.4vw, 24px);
        padding-bottom: 24px;
        }
        #howto-box01 .content-box01 .txt-s2 {
            text-align: center;
            font-size: clamp(37px, 3.7vw, 37px);
            font-weight: 900;
        }
        #howto-box01 .content-box01 .txt-s3 {
            text-align: center;
            font-size: clamp(32px, 3.2vw, 32px);
            font-weight: 900;
        }
}
/* 新・家庭医療専門医 */
#howto-box01 .content-box02 .tit-s1 {
    background: -webkit-linear-gradient(to right, #bcd24f, #abdd4e);
    background: linear-gradient(to right, #bcd24f, #abdd4e);
    text-align: center;
}
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #howto-box01 .content-box02 .tit-s1  {
        text-align: center;
        font-size: clamp(24px, 2.4vw, 24px);
        font-weight: 900;
        border-radius: 16px;
        padding: 16px;
        margin-bottom: 30px;
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #howto-box01 .content-box02 .tit-s1  {
        text-align: center;
        font-size: clamp(37px, 3.7vw, 37px);
        font-weight: 900;
        border-radius: 30px;
        padding: 50px 24px;
        margin-bottom: 50px;
    }
}
/* 総合診療専門医 */
#howto-box01 .content-box02 .tit-s2 {
    color: #ffffff;
    background: #333;
    border-radius: 30px;
    text-align: center;
}
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #howto-box01 .content-box02 .tit-s2  {
        text-align: center;
        font-size: clamp(18px, 1.8vw, 18px);
        font-weight: 900;
        border-radius: 16px;
        padding: 16px;
        margin: 0 24px 40px;
        position: relative;
        }
        #howto-box01 .content-box02 .tit-s2::after {
            content: ' ';
            width:0;
            height: 0;
            position:absolute;
            border:24px solid transparent;
            border-bottom-color:#333333;
            bottom:100%;
            left: calc(50% - 24px);
        }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #howto-box01 .content-box02 .tit-s2  {
        text-align: center;
        font-size: clamp(25px, 2.5vw, 25px);
        font-weight: 900;
        border-radius: 30px;
        padding: 24px 30px;
        margin: 0 50px 50px;
        position: relative;
        }
        #howto-box01 .content-box02 .tit-s2::after {
            content: ' ';
            width:0;
            height: 0;
            position:absolute;
            border:32px solid transparent;
            border-bottom-color:#333333;
            bottom:100%;
            left: calc(50% - 16px);
        }
}
/* キャプション */
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #howto-box01 .content-box02 .txt-s1 {
        text-align: center;
        font-size: clamp(18px, 1.8vw, 18px);
        font-weight: 900;
        margin-bottom: 20px;
        }
        #howto-box01 .content-box02 .txt-s5 {
            font-size: clamp(24px, 2.4vw, 24px);
        }
        #howto-box01 .content-box02 .txt-num {
            font-size: clamp(24px, 2.4vw, 24px);
        }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #howto-box01 .content-box02 .txt-s1 {
        text-align: center;
        font-size: clamp(24px, 2.4vw, 24px);
        font-weight: 900;
        margin-bottom: 60px;
        }
        #howto-box01 .content-box02 .txt-s5 {
            font-size: clamp(43px, 4.3vw, 43px);
        }
        #howto-box01 .content-box02 .txt-num {
            font-size: clamp(75px, 7.5vw, 75px);
        }
}
/* 二つのBOX */
#howto-box01 .content-box03 .item-box {
    text-align: center;
    }
    #howto-box01 .content-box03 .item-box01 .item-top{
        background: #b9cd4d;
        text-align: center;
    }
    #howto-box01 .content-box03 .item-box02 .item-top{
        background: #82bfd5;
        text-align: center;
    }
    #howto-box01 .content-box03 .txt-green { color: #6e9a2e; }
    #howto-box01 .content-box03 .txt-blue { color: #608e9f; }

@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #howto-box01 .content-box03 {
        max-width: 500px;
        display: block;
        margin: 0 auto;
        }
        /* 見出し */
        #howto-box01 .content-box03 .item-box .item-top{
            font-size: clamp(16px, 1.6vw, 16px);
            font-weight: 900;
            padding: 10px;
        }
        /* コンテンツ */
        #howto-box01 .content-box03 .item-box .item-main{
            background: #ffffff;
            padding: 10px;
            margin-bottom: 24px;
        }
        /* コンテンツ１ */
        #howto-box01 .content-box03 .item-box .item-main .txt-s1 {
            font-size: clamp(14px, 1.4vw, 14px);
            }
            #howto-box01 .content-box03 .item-box .item-main .txt-s1 .txt-bold {
                font-size: clamp(16px, 1.6vw, 16px);
                font-weight: 700;
            }
            #howto-box01 .content-box03 .item-box .item-main .txt-s1 {
            }

        /* コンテンツ2 */
        #howto-box01 .content-box03 .item-box .item-main .txt-s2 {
            font-size: clamp(17px, 1.7vw, 17px);
            line-height: 1em;
            font-weight: 900;
            margin-bottom: 16px;
            }
            #howto-box01 .content-box03 .item-box .item-main .txt-s2 .num{
                font-size: clamp(100px, 10.0vw, 100px);
                line-height: 1em;
            }
            #howto-box01 .content-box03 .item-box01 .item-main .txt-s2 {
                font-size: clamp(60px, 6.0vw, 60px);
            }
            #howto-box01 .content-box03 .item-box02 .item-main .txt-s2 {
                font-size: clamp(40px, 4.0vw, 40px);
            }
        /* プログラムBOX */
        #howto-box01 .content-box03 .item-box .item-main .txt-s3 {
            font-size: clamp(14px, 1.4vw, 14px);
            font-weight: 700;
            border-radius: 10px;
            padding: 24px 10px;
            }
            #howto-box01 .content-box03 .item-box01 .item-main .txt-s3-box {
                /* 単独型はプログラムをまとめて囲む */
                border-radius: 10px;
                border: 1px solid #b9cd4d;
                margin-bottom: 24px;
                }
                #howto-box01 .content-box03 .item-box01 .item-main .txt-s3-1 {
                    margin-bottom: 24px;
                }
            #howto-box01 .content-box03 .item-box02 .item-main .txt-s3 {
                /* 連動型は各プログラムを囲む */
                border: 1px solid #82bfd5;
                margin-bottom: 24px;
            }
            #howto-box01 .content-box03 .item-box .item-main .txt-s3-box {
                position: relative;
                }
                #howto-box01 .content-box03 .item-box .img-plus {
                    width: 40px;
                    height: 40px;
                    position: absolute;
                    top: 70px;
                    left: 0;
                    right: 0;
                    margin: auto;
                }
                #howto-box01 .content-box03 .item-box01 .img-plus {
                    top: 60px;
                }
        /* 単独型のプログラムBOX */
        /* 資格 */
/*        #howto-box01 .content-box03 .item-box .item-main .txt-s4{
            font-size: clamp(16px, 1.6vw, 16px);
            font-weight: 700;
        } */
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #howto-box01 .content-box03 {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        }
        #howto-box01 .content-box03 .item-box {
            width: calc(50% - 50px);
        }
        #howto-box01 .content-box03 .item-box01 {
            padding: 24px 50px 24px 0;
        }
        #howto-box01 .content-box03 .item-box02 {
            padding: 24px 0 24px 50px;
        }
        /* 見出し */
        #howto-box01 .content-box03 .item-box .item-top{
            font-size: clamp(30px, 3.0vw, 30px);
            font-weight: 900;
            padding: 20px;
        }
        /* コンテンツBOX */
        #howto-box01 .content-box03 .item-box .item-main{
            background: #ffffff;
            padding: 24px 28px 16px;
        }

        /* コンテンツ１ */
        #howto-box01 .content-box03 .item-box .item-main .txt-s1 {
            font-size: clamp(16px, 1.6vw, 16px);
            }
            #howto-box01 .content-box03 .item-box .item-main .txt-s1 .txt-bold {
                font-size: clamp(20px, 2.0vw, 20px);
                font-weight: 900;
            }
            #howto-box01 .content-box03 .item-box .item-main .txt-s1 {
            }

        /* コンテンツ2 */
        #howto-box01 .content-box03 .item-box .item-main .txt-s2 {
            font-size: clamp(17px, 1.7vw, 17px);
            line-height: 1em;
            font-weight: 900;
            margin-bottom: 16px;
            }
            #howto-box01 .content-box03 .item-box01 .item-main .txt-s2 .num{
                font-size: clamp(150px, 15.0vw, 150px);
                line-height: 1em;
            }
            #howto-box01 .content-box03 .item-box02 .item-main .txt-s2 .num{
                font-size: clamp(130px, 13.0vw, 130px);
                line-height: 1em;
            }
            #howto-box01 .content-box03 .item-box01 .item-main .txt-s2 {
                font-size: clamp(90px, 9.0vw, 90px);
                /* 高さを揃える */
                min-height: 150px;
            }
            #howto-box01 .content-box03 .item-box02 .item-main .txt-s2 {
                font-size: clamp(70px, 7.0vw, 70px);
                /* 高さを揃える */
                padding-top: 16px;
                min-height: calc(150px - 16px - 4px);
            }
        /* プログラムBOX */
        #howto-box01 .content-box03 .item-box .item-main .txt-s3 {
            font-size: clamp(17px, 1.7vw, 17px);
            font-weight: 700;
            border-radius: 10px;
            padding: 10px;
            }
            #howto-box01 .content-box03 .item-box01 .item-main .txt-s3-box {
                /* 単独型はプログラムをまとめて囲む */
                border-radius: 10px;
                border: 1px solid #b9cd4d;
                margin-bottom: 24px;
                }
                #howto-box01 .content-box03 .item-box01 .item-main .txt-s3-1 {
                    margin-bottom: 24px;
                }
            #howto-box01 .content-box03 .item-box02 .item-main .txt-s3 {
                /* 連動型は各プログラムを囲む */
                border: 1px solid #82bfd5;
                margin-bottom: 24px;
            }
            #howto-box01 .content-box03 .item-box .item-main .txt-s3-box {
                position: relative;
                }
                #howto-box01 .content-box03 .item-box .img-plus {
                    width: 40px;
                    height: 40px;
                    position: absolute;
                    top: 40px;
                    left: 0;
                    right: 0;
                    margin: auto;
                }
        /* 資格 */
/*        #howto-box01 .content-box03 .item-box .item-main .txt-s4{
            font-size: clamp(22px, 2.2vw, 22px);
            font-weight: 700;
            }
            #howto-box01 .content-box03 .item-box01 .item-main .txt-s4 span{
                display: inline-block;
                margin-left: 12px;
                margin-right: 12px;
            } */
}

/*--- howto-box04: あなたが進むべき「新家庭医療」への道 ------------------------------*/
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #howto-box04 {
        padding-top: 40px;
        padding-bottom: 50px;
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #howto-box04 {
        padding-top: 80px;
        padding-bottom: 100px;
    }
}
/* キャプション：生かせます */
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #howto-box04 .txt-s1 {
        text-align: center;
        font-size: clamp(18px, 1.8vw, 18px);
        font-weight: 700;
        margin-bottom: 20px;
        }
        #howto-box04 .txt-s1 span{
            font-size: clamp(24px, 4.3vw, 24px);
            padding-left: 4px;
        }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #howto-box04 .txt-s1 {
        text-align: center;
        font-size: clamp(25px, 2.5vw, 25px);
        font-weight: 700;
        margin-bottom: 20px;
        }
        #howto-box04 .txt-s1 span{
            font-size: clamp(43px, 4.3vw, 43px);
            padding-left: 4px;
        }
}
/* 画像 */
#howto-box04 .img-s1 {
    display: block;
    width: 900px;
    height: auto;
    max-width: 100%;
    margin:-20px auto 0;
}
/* 3列リスト */
#howto-box04 .lis-s1 .img-s1 {
    width: 313px;
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
}
#howto-box04 .lis-s1 .img-txt-s1 {
    width: 311px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #howto-box04 .lis-s1 {
        margin-bottom: 24px;
        }
        #howto-box04 .lis-s1 li {
            margin-bottom: 24px;
        }
        #howto-box04 .lis-s1 .tit-s2 {
            /* 見出し */
            text-align: center;
            font-size: clamp(16px, 1.6vw, 16px);
            margin-bottom: 20px;
            }
        #howto-box04 .lis-s1 .tit-s2 span{
            font-size: clamp(24px, 2.4vw, 24px);
            font-weight: 700;
            line-height: 1.3em;
        }
    }
@media print, screen and (min-width:1200px){/*PC用指定*/

    #howto-box04 .lis-s1 {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        margin-bottom: 60px;
        }
        #howto-box04 .lis-s1 .tit-s2 {
            /* 見出し */
            text-align: center;
            font-size: clamp(20px, 2.0vw, 20px);
            margin-bottom: 24px;
            min-height: 80px;
            }
            #howto-box04 .lis-s1 .item-s1 tit-s2 
            #howto-box04 .lis-s1 .item-s2 tit-s2 {
                /* 一列の見出しは中央揃え */
                display: flex;
                align-items: center;
                justify-content: center;
            }
        #howto-box04 .lis-s1 .tit-s2 span{
            text-align: center;
            font-size: clamp(30px, 3.0vw, 30px);
            font-weight: 700;
            line-height: 1.3em;
        }
}
/* キャプション：目指せます */
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #howto-box04 .txt-s2 {
        text-align: center;
        font-size: clamp(18px, 1.8vw, 18px);
        margin-bottom: 24px;
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #howto-box04 .txt-s2 {
        text-align: center;
        font-size: clamp(28px, 2.8vw, 28px);
        margin-bottom: 50px;
    }
}
/* ボタン */
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #howto-box04 .lnk-s1 {
        max-width: 320px;
        margin: 0 auto;
        }    
        #howto-box04 .lnk-s1 a {
            max-width:320px;
            min-height:70px;
            background: linear-gradient(90deg, rgba(185,205,77,1) 0%, rgba(168,218,77,1) 100%);
            box-sizing: border-box;
            padding:5px 24px;
            font-weight: 700;
            font-size: clamp(17px, 1.7vw, 17px);
            text-align: center;
            color:#333333;  
            display:flex;
            flex-flow:row nowrap;
            align-items:center;
            justify-content:center;
            margin: 0;
            position: relative;
            }  
        #howto-box04 .lnk-s1 a::after {
            content:"";
            position: absolute;
            top:calc(50% - 8px);
            right:10px;
            display: block;
            width:21px;
            height:16px;
            background:url("../images/ico_01.png") center center no-repeat;
            background-size:contain;
            image-rendering: -webkit-optimize-contrast;/*Chrome*/
            image-rendering: auto;
            } 
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #howto-box04 .lnk-s1 {
        max-width:416px;
        margin: 0 auto;
        }    
        #howto-box04 .lnk-s1 a {
            max-width:416px;
            min-height:70px;
            background: linear-gradient(90deg, rgba(185,205,77,1) 0%, rgba(168,218,77,1) 100%);
            box-sizing: border-box;
            padding: 20px 45px 24px;
            font-weight: 700;
            font-size: clamp(17px, 1.7vw, 17px);
            text-align: center;
            color:#333333;  
            display:flex;
            flex-flow:row nowrap;
            align-items:center;
            justify-content:center;
            margin: 0;
            position: relative;
            }  
        #howto-box04 .lnk-s1 a::after {
            content:"";
            position: absolute;
            top:calc(50% - 8px);
            right:10px;
            display: block;
            width:21px;
            height:16px;
            background:url("../images/ico_01.png") center center no-repeat;
            background-size:contain;
            image-rendering: -webkit-optimize-contrast;/*Chrome*/
            image-rendering: auto;
            } 
}

/*--- howto-box02: WONCA認証 ------------------------------*/

/* 背景を作る */
#howto-box02 .bg01 {
    background: rgba(22, 67, 22, 0.54);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}
#howto-box02 .bg02 {
    background: url("../images/howto-box02-bg.jpg") no-repeat top center;
    background-size: 1040px auto;
    min-height: 585px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #howto-box02 .bg02 {
        background-size: auto 100%;
        min-height: 456px;
    }
    #howto-box02 .content-box01 {
        min-height: calc(456px - 64px);
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #howto-box02 .bg02 {
        min-height: 585px;
    }
    #howto-box02 .content-box01 {
        min-height: calc(585px - 196px);
    }
}
/* キャプション */
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #howto-box02 .content-box01 {
        padding-top: 64px;
    }
    #howto-box02 .content-box01 .txt-s1 {
        color: #FFFFFF;
        font-size: 1.8rem;/*18px*/
        font-size: clamp(16px, 1.8vw, 18px);
        line-height: 1.8;
        font-weight: 700;
        text-align: center;
        padding-bottom: 70px;
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #howto-box02 .content-box01 {
        padding-top: 196px;
    }
    #howto-box02 .content-box01 .txt-s1 {
        color: #FFFFFF;
        font-size: 2.4rem;/*24px*/
        font-size: clamp(20px, 2.4vw, 24px);
        line-height: 1.8;
        font-weight: 700;
        text-align: center;
        padding-bottom: 90px;
    }
}
/* ボタン */
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #howto-box02 .content-box01 .lnk-s1 {
        max-width: 320px;
        margin: 0 auto;
        }    
        #howto-box02 .content-box01 .lnk-s1 a {
            max-width:320px;
            min-height:70px;
            background: linear-gradient(90deg, rgba(185,205,77,1) 0%, rgba(168,218,77,1) 100%);
            box-sizing: border-box;
            padding:5px 24px;
            font-weight: 700;
            font-size: clamp(17px, 1.7vw, 17px);
            text-align: center;
            color:#333333;  
            display:flex;
            flex-flow:row nowrap;
            align-items:center;
            justify-content:center;
            margin: 0;
            position: relative;
            }  
        #howto-box02 .content-box01 .lnk-s1 a::after {
            content:"";
            position: absolute;
            top:calc(50% - 8px);
            right:10px;
            display: block;
            width:21px;
            height:16px;
            background:url("../images/ico_01.png") center center no-repeat;
            background-size:contain;
            image-rendering: -webkit-optimize-contrast;/*Chrome*/
            image-rendering: auto;
            } 
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #howto-box02 .content-box01 .lnk-s1 {
        max-width:416px;
        margin: 0 auto;
        }    
        #howto-box02 .content-box01 .lnk-s1 a {
            max-width:416px;
            min-height:70px;
            background: linear-gradient(90deg, rgba(185,205,77,1) 0%, rgba(168,218,77,1) 100%);
            box-sizing: border-box;
            padding: 20px 45px 24px;
            font-weight: 700;
            font-size: clamp(17px, 1.7vw, 17px);
            text-align: center;
            color:#333333;  
            display:flex;
            flex-flow:row nowrap;
            align-items:center;
            justify-content:center;
            margin: 0;
            position: relative;
            }  
        #howto-box02 .content-box01 .lnk-s1 a::after {
            content:"";
            position: absolute;
            top:calc(50% - 8px);
            right:10px;
            display: block;
            width:21px;
            height:16px;
            background:url("../images/ico_01.png") center center no-repeat;
            background-size:contain;
            image-rendering: -webkit-optimize-contrast;/*Chrome*/
            image-rendering: auto;
            } 
}

/*--- howto-box03: まずは〜セミナー ------------------------------*/

/* レイアウト */
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    #howto-box03 {
        padding-top: 32px;
        padding-bottom: 32px;
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    #howto-box03 {
        padding-top: 92px;
        padding-bottom: 80px;
    }
}
/* キャプション */
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    /*　キャプション */
    #howto-box03 .content-box01 .txt-s1 {
        font-size: 1.6rem;/*16px*/
        font-size: clamp(16px, 1.6vw, 16px);
        line-height: 2.0;
        text-align: center;
        margin-bottom: 20px;
        }
        #howto-box03 .content-box01 .txt-s1 span{
            font-size: clamp(20px, 2.4vw, 24px);
            text-decoration: underline;
            text-decoration-color: #bed24d;
            text-decoration-thickness: 10px;
            text-underline-offset: 4px;
            font-weight: 700;
        }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    /*　キャプション */
    #howto-box03 .content-box01 .txt-s1 {
        font-size: 2.4rem;/*24px*/
        font-size: clamp(20px, 2.4vw, 24px);
        line-height: 2.0;
        text-align: center;
        margin-bottom: 50px;
        }
        #howto-box03 .content-box01 .txt-s1 span{
            font-size: clamp(24px, 3.2vw, 32px);
            text-decoration: underline;
            text-decoration-color: #bed24d;
            text-decoration-thickness: 10px;
            text-underline-offset: 4px;
            font-weight: 700;
        }
}

/* セミナーBOX */
#howto-box03 .content-box02 {
    background: -webkit-linear-gradient(to right, #eaeded, #eaedc5);
    background: linear-gradient(to right, #eaeded, #eaedc5);
    border-radius: 30px;
}
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    /* レイアウト */
    #howto-box03 .content-box02 {
        padding: 34px 24px;
    }
    /* キャプション */
    #howto-box03 .content-box02 .txt-s1{
        font-size: 1.8rem;/*18px*/
        font-size: clamp(16px, 1.8vw, 18px);
        font-weight: 700;
        line-height: 1.8;
        text-align: center;
        margin-bottom: 20px;
    }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    /* レイアウト */
    #howto-box03 .content-box02 {
        padding: 70px 50px 74px;
    }
    /* キャプション */
    #howto-box03 .content-box02 .txt-s1{
        font-size: 2.4rem;/*24px*/
        font-size: clamp(20px, 2.4vw, 24px);
        font-weight: 700;
        line-height: 2.0;
        text-align: center;
        margin-bottom: 64px;
    }
}
@media screen and (max-width:1199px){/*スマホ・タブレット用指定*/

    /* セミナーBOX */
    #howto-box03 .content-box02 .item-box {
    }
        /* 左：写真とキャプション */
        #howto-box03 .content-box02 .item_lef img {
            width: 526px;
            height: auto;
            max-width: 100%;
            display: block;
            margin: 0 auto;
            margin-bottom: 20px;
        }
        #howto-box03 .content-box02 .item_lef .txt-s2 {
            display: none;
        }
        /* 右：セミナー情報 */
        /* チェックボックスリスト */
        #howto-box03 .content-box02 .item_rig .item-box01 {
            margin-bottom: 24px;
            }
            #howto-box03 .content-box02 .item_rig .item-box01 li {
                font-size: 1.6em;/*16px*/
                font-size: clamp(16px, 1.6vw, 16px);
                font-weight: 600;
                position: relative;
                padding-left: 34px;
                margin-bottom: 10px;
            }
            #howto-box03 .content-box02 .item_rig .item-box01 li::before {
                content:"";
                position: absolute;
                top: 0;
                bottom: 0;
                left: 0;
                margin: auto;
                width: 28px;
                height: 28px;
                background-image: url("../images/howto-box03_chk.png");
                background-repeat: no-repeat;
                background-size: contain;
            }
        /* セミナー情報BOX */
        #howto-box03 .content-box02 .item_rig .item-box02 li {
            background: #ffffff;
            /* ２分割 */
            display: flex;
            flex-flow: row nowrap;
            justify-content: flex-start;
            /* */
            margin-bottom: 10px;
        }
        #howto-box03 .content-box02 .item_rig .item-box02 li .season {
            padding: 12px;
            }
            /* 季節 */
            #howto-box03 .content-box02 .item_rig .item-box02 li .season p {
                font-size: 2.4rem;/*24px*/
                font-size: clamp(20px, 2.4vw, 24px);
                font-weight: 700;
                color: #ffffff;
                height: 42px;
                width: 42px;
                /* 縦横中央ぞろえ */
                display: flex;
                align-items: center;
                justify-content: center;
            }
            /* セミナー詳細 */
            #howto-box03 .content-box02 .item_rig .item-box02 .item-spring .season p { background: #F6ADC6; }
            #howto-box03 .content-box02 .item_rig .item-box02 .item-summer .season p { background: #64aee1; }
            #howto-box03 .content-box02 .item_rig .item-box02 .item-winter .season p { background: #785da0; }
            #howto-box03 .content-box02 .item_rig .item-box02 .item-autumn .season p { background: #6fa170; }
            /* 見出し */
            #howto-box03 .content-box02 .item_rig .item-box02 .caption {
                padding-top: 10px;
                padding-bottom: 16px;
            }
            #howto-box03 .content-box02 .item_rig .item-box02 .caption .ttl {
                font-size: 2.4rem;/*24px*/
                font-size: clamp(20px, 2.4vw, 24px);
                font-weight: 700;
                padding-bottom: 6px;
            }
            #howto-box03 .content-box02 .item_rig .item-box02 .item-spring .caption .ttl { color: #F6ADC6; }
            #howto-box03 .content-box02 .item_rig .item-box02 .item-summer .caption .ttl { color: #64aee1; }
            #howto-box03 .content-box02 .item_rig .item-box02 .item-winter .caption .ttl { color: #785da0; }
            #howto-box03 .content-box02 .item_rig .item-box02 .item-autumn .caption .ttl { color: #6fa170; }
            /* 対象 */
            #howto-box03 .content-box02 .item_rig .item-box02 .caption .target .item-box {
                display: inline-block;
                font-size: 1.4em;/*14px*/
                font-size: clamp(14px, 1.4vw, 14px);
                padding: 0 6px;
                margin-right: 4px;
            }
            #howto-box03 .content-box02 .item_rig .item-box02 .item-spring .caption .target .item-box { border: 1px solid #F6ADC6; }
            #howto-box03 .content-box02 .item_rig .item-box02 .item-summer .caption .target .item-box { border: 1px solid #64aee1; }
            #howto-box03 .content-box02 .item_rig .item-box02 .item-winter .caption .target .item-box { border: 1px solid #785da0; }
            #howto-box03 .content-box02 .item_rig .item-box02 .item-autumn .caption .target .item-box { border: 1px solid #6fa170; }

        /* スマホ用キャプション */
        #howto-box03 .content-box02 .item_rig .txt-s3 {
            font-size: 1.6em;/*16px*/
            font-size: clamp(14px, 1.6vw, 16px);
            font-weight: 700;
            text-align: center;
            padding-top: 16px;
        }
}
@media print, screen and (min-width:1200px){/*PC用指定*/

    /* セミナーBOX */
    #howto-box03 .content-box02 .item-box {
        /* ２分割 */
        display: flex;
        flex-flow: row nowrap;
        justify-content: flex-start;
        }
        /* 左：写真とキャプション */
        #howto-box03 .content-box02 .item_lef img {
            width: 526px;
            height: auto;
            margin-bottom: 40px;
        }
        #howto-box03 .content-box02 .item_lef .txt-s2 {
            font-size: 1.6rem;/*18px*/
            font-size: clamp(16px, 1.6vw, 16px);
            font-weight: 700;
        }
        /* 右：セミナー情報 */
        #howto-box03 .content-box02 .item_rig {
            padding-left: 32px;
        }
        /* チェックボックスリスト */
        #howto-box03 .content-box02 .item_rig .item-box01 li {
            font-size: 2.0em;/*20px*/
            font-size: clamp(20px, 2.0vw, 20px);
            font-weight: 600;
            position: relative;
            padding-left: 50px;
            margin-bottom: 24px;
        }
        #howto-box03 .content-box02 .item_rig .item-box01 li::before {
            content:"";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            width: 36px;
            height: 36px;
            background-image: url("../images/howto-box03_chk.png");
            background-repeat: no-repeat;
            background-size: contain;
        }
        /* セミナー情報BOX */
        #howto-box03 .content-box02 .item_rig .item-box02 li {
            background: #ffffff;
            /* ２分割 */
            display: flex;
            flex-flow: row nowrap;
            justify-content: flex-start;
            /* */
            min-width: calc(450px - 12px - 10px);
            margin-bottom: 10px;
        }
        #howto-box03 .content-box02 .item_rig .item-box02 li .season {
            padding: 12px;
            }
            /* 季節 */
            #howto-box03 .content-box02 .item_rig .item-box02 li .season p {
                font-size: 2.8em;/*36px*/
                font-size: clamp(24px, 2.8vw, 28px);
                font-weight: 700;
                color: #ffffff;
                height: 42px;
                width: 42px;
                /* 縦横中央ぞろえ */
                display: flex;
                align-items: center;
                justify-content: center;
            }
            /* セミナー詳細 */
            #howto-box03 .content-box02 .item_rig .item-box02 .item-spring .season p { background: #F6ADC6; }
            #howto-box03 .content-box02 .item_rig .item-box02 .item-summer .season p { background: #64aee1; }
            #howto-box03 .content-box02 .item_rig .item-box02 .item-winter .season p { background: #785da0; }
            #howto-box03 .content-box02 .item_rig .item-box02 .item-autumn .season p { background: #6fa170; }
            /* 見出し */
            #howto-box03 .content-box02 .item_rig .item-box02 .caption {
                padding-top: 10px;
                padding-bottom: 16px;
            }
            #howto-box03 .content-box02 .item_rig .item-box02 .caption .ttl {
                font-size: 2.0em;/*20px*/
                font-size: clamp(20px, 2.0vw, 20px);
                font-weight: 700;
                padding-bottom: 6px;
            }
            #howto-box03 .content-box02 .item_rig .item-box02 .item-spring .caption .ttl { color: #F6ADC6; }
            #howto-box03 .content-box02 .item_rig .item-box02 .item-summer .caption .ttl { color: #64aee1; }
            #howto-box03 .content-box02 .item_rig .item-box02 .item-winter .caption .ttl { color: #785da0; }
            #howto-box03 .content-box02 .item_rig .item-box02 .item-autumn .caption .ttl { color: #6fa170; }
            /* 対象 */
            #howto-box03 .content-box02 .item_rig .item-box02 .caption .target .item-box {
                display: inline-block;
                font-size: 1.6em;/*18px*/
                font-size: clamp(16px, 1.6vw, 16px);
                padding: 0 6px;
                margin-right: 4px;
            }
            #howto-box03 .content-box02 .item_rig .item-box02 .item-spring .caption .target .item-box { border: 1px solid #F6ADC6; }
            #howto-box03 .content-box02 .item_rig .item-box02 .item-summer .caption .target .item-box { border: 1px solid #64aee1; }
            #howto-box03 .content-box02 .item_rig .item-box02 .item-winter .caption .target .item-box { border: 1px solid #785da0; }
            #howto-box03 .content-box02 .item_rig .item-box02 .item-autumn .caption .target .item-box { border: 1px solid #6fa170; }

        /* スマホ用キャプション */
        #howto-box03 .content-box02 .item_rig .txt-s3 {
            display: none;
        }
}
