@charset "UTF-8";

/* ================================================
===================================================
===================================================
Base
===================================================
===================================================
================================================ */
body{-webkit-text-size-adjust: 100%;color: #292929;font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;padding: 0;height: auto;font-size: 16px;}
img {width: 100%;}
body * {
  box-sizing : border-box;
}
/*++++++++++++++++++++++++++
	Link : Img
++++++++++++++++++++++++++*/
/*  PC  */
@media screen and (min-width: 641px){a:hover img {filter: alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;}a:hover{filter: alpha(opacity=75);-moz-opacity:0.75;opacity:0.75;}
/* hover */.hover,a.hover{text-decoration:none ;-webkit-transition: background-color 0.4s linear;-moz-transition: background-color 0.4s linear;-o-transition: background-color 0.4s linear;transition: background-color 0.4s linear;filter: alpha(opacity=100);-moz-opacity:1;opacity:1;}}
dl,dt,dd,ul,ol,li{margin: 0px;padding: 0px;list-style:none;}
/*++++++++++++++++++++++++++
	汎用クラス
++++++++++++++++++++++++++*/
td {text-align: left;}
th {font-weight: normal;text-align: center;}
section {clear: both;margin: 0;padding: 0;}
/* ================================================
===================================================
===================================================
Base end
===================================================
===================================================
================================================ */

/* ================================================
===================================================
===================================================
reset
===================================================
===================================================
================================================ */
/*
	html5doctor.com Reset Stylesheet
	v1.6.1
	Last Updated: 2010-09-17
	Author: Richard Clark - http://richclarkdesign.com
	Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tfoot, thead,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;margin: 0;font-style: normal;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {display:block;}
nav ul {list-style:none;padding:0 ;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none;}
.clear_both {clear: both;}
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}
address{font-style:normal ;}
/* ================================================
===================================================
===================================================
reset end
===================================================
===================================================
================================================ */

/*++++++++++++++++++++++++++
	背景
++++++++++++++++++++++++++*/
html{
    scroll-padding-top: 30px;
}
.wrapper {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "游ゴシック", "Yu Gothic", "メイリオ", "sans-serif";
    max-width: 1100px;
    width: 92%;
    margin: auto;
}
body{
    background-color: #fff;
    color: #2C2C2C;
    font-size: 15px;
    font-weight:normal;
    line-height: 1.7em;
    overflow-x: hidden;
}
img{
    vertical-align: bottom;
    width: 100%;
    height: 100%;
}
body a:hover{
    opacity: 1;
}
body a:hover img{
    opacity: 1;
}

@media only screen and (max-width: 780px) {
}
/*++++++++++++++++++++++++++
	ボタン
++++++++++++++++++++++++++*/

a{text-decoration:none; color:#171717;}
a:link{text-decoration:none; color:#171717;}
a:visited{text-decoration:none; color:#171717;}
a:hover{text-decoration:none; color:#171717;}
a:active {text-decoration:none; color:#171717;}

/*++++++++++++++++++++++++++
	共通コンテンツ
++++++++++++++++++++++++++*/
.sp{
    display: none;
}
.pc{
    display:block;
}
.f-kkg{
    font-family: "Noto Sans JP";
}
@media only screen and (max-width: 780px) {
.sp{
     display: block;
}
.pc{
     display: none;
}
}

/*++++++++++++++++++++++++++
	PC ヘッダー
++++++++++++++++++++++++++*/
#head-menu{
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "Montserrat", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3";
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 103;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.05);
}
/*--head-top--*/
#head-menu .head-top{
    border-bottom: solid 2px #00784A;
}
#head-menu .head-top .inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
#head-menu .head-top .left,
#head-menu .head-top .right{
    padding-left: 4%;
}
#head-menu .head-top .left .title h1{
    font-size: clamp(20px, 3.4vw, 34px);
    font-weight: 500;
    line-height: 1.1em;
    margin-bottom: 2px;
}
#head-menu .head-top .left .title h1 small{
    font-size: 0.5em;
    font-weight: 400;
}
#head-menu .head-top .left .title .place{
    font-size: clamp(9.5px, 1.6vw, 16px);
    font-weight: 400;
    line-height: 1.3em;
    text-align: right;
}
#head-menu .head-top .right .box > div{
    display: inline-block;
    margin-right: 1em;
}
#head-menu .head-top .right .box > div:first-child{
    border-right: solid 1px #00784A;
    padding-right: 1em;
}
#head-menu .head-top .right .box .telfax .txt-min{
    font-size: clamp(12px, 1.3vw, 14px);
    line-height: 1em;
    margin-bottom: 4px;
    color: #00784A;
}
#head-menu .head-top .right .box .telfax .number{
    font-size: clamp(14px, 1.8vw, 22px);
    line-height: 1em;
    color: #00784A;
}
#head-menu .head-top .right .box .time .txt1{
    font-size: clamp(14px, 1.8vw, 18px);
    line-height: 1em;
    margin-bottom: 8px;
}
#head-menu .head-top .right .box .time .txt2{
    font-size: clamp(13px, 1.5vw, 15px);
    line-height: 1em;
}
#head-menu .head-top .right .box .ic-tel,
#head-menu .head-top .right .box .ic-fax{
    position: relative;
}
#head-menu .head-top .right .box .ic-fax{
    margin-left: 40px;
}
#head-menu .head-top .right .box .ic-tel::before{
    background-image: url(../images/home/ic_tel.svg);
}
#head-menu .head-top .right .box .ic-fax::before{
    background-image: url(../images/home/ic_fax.svg);
}
#head-menu .head-top .right .box .ic-tel::before,
#head-menu .head-top .right .box .ic-fax::before{
    content: '';
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1em;
    height: 1em;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    left: -43px;
}
/*--head-under--*/
#head-menu .head-under{
    border-bottom: solid 2px #00784A;
}
#head-menu .head-under .inner{
    max-width: 1300px;
    margin: auto;
    padding: 20px 0;
}
#head-menu .head-under ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#head-menu .head-under ul li{
    width: calc(100% / 7);
    padding: 0 calc(10% / 7);
    margin: auto;
}
#head-menu .head-under ul li:not(:last-child){
    border-right: solid 1px #E1EAE7;
}
#head-menu .head-under ul li .box .icon{
    width: 40px;
    margin: auto;
}
#head-menu .head-under ul li .box p.txt{
    font-size: clamp(10px, 1.3vw, 17px);
    line-height: 1.4em;
    text-align: center;
    margin-top: 4px;
}
#head-menu .head-top .right .box-sp{
    display: none;
}
@media only screen and (max-width: 1150px) {
    #head-menu .head-top .right .box .time{
        display: none;
    }
}
.head-space{
    padding: 100px 0;
}
@media only screen and (max-width: 1100px) {
    .head-space{
        padding: 90px 0;
    }
}
@media only screen and (max-width: 780px) {
    .head-space{
        padding: 35px 0;
    }
    #head-menu{
        height: 70px;
    }
    #head-menu .head-top .inner{
        padding: 0px 0;
    }
    #head-menu .head-top .left .title h1{
        font-size: 22px;
        margin-bottom: 0;
    }
    #head-menu .head-top .left .title h1 small{
        display: block;
    }
    #head-menu .head-top .left .title .place,
    #head-menu .head-top .right .box,
    #head-menu .head-under{
        display: none;
    }
    #head-menu .head-top .right .box-sp{
        display: block;
        background-color: #F0FAF8;
        margin-right: 70px;
        height: 70px;
    }
    #head-menu .head-top .right .box-sp .tel-inr{
        padding: 12px 23px;
    }
    #head-menu .head-top .right .box-sp img{
        width: 25px;
    }
    #head-menu .head-top .right .box-sp p{
        font-size: 15px;
        font-weight: 500;
        text-align: center;
        color: #00784A;
        line-height: 1.2em;
        margin-top: 2px;
    }
}
/*++++++++++++++++++++++++++
	ヘッダー
++++++++++++++++++++++++++*/
#mainvisual .swiper {
    position: relative;
}
#mainvisual .swiper .midashi{
    position: absolute;
    top: calc(50% - 50px);
    left: 10%;
    z-index: 5;
    width: 800px;
}
#mainvisual .swiper .midashi h2{
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "Montserrat", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3";
    font-size: clamp(18px, 3vw, 22px);
    font-weight: 600;
    line-height: 1.6em;
    color: #fff;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
}
#mainvisual .swiper .midashi h2 span{
    background-color: #00784A;
    padding: 5px 10px;
}
#mainvisual .swiper .swiper-slide img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    vertical-align: top;
}
#mainvisual .swiper-pagination-bullet{
    background-color: #fff;
    opacity: 1;
    width: 10px;
    height: 10px;
}
#mainvisual .swiper-pagination-bullet-active{
    background-color: #00784A;
}
@media only screen and (max-width: 780px) {
    #mainvisual .swiper .midashi{
        position: absolute;
        top: 27%;
        left: 5%;
        z-index: 5;
        width: 90%;
    }
    #mainvisual .swiper .midashi h2{
        text-align: center;
    }
    #mainvisual .swiper .swiper-slide img{
        height: 300px;
    }
}
/*++++++++++++++++++++++++++
新着情報
++++++++++++++++++++++++++*/
.title h3{
    font-size: clamp(27px, 3.6vw, 32px);
    font-weight: 600;
    line-height: 1.6em;
    color: #00784A;
    margin-bottom: 30px;
}
#news{
    padding: 80px 0;
    position: relative;
}
#news .news-blk nav,
#second-conts .news-blk nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#news .news-blk nav .menu.all,
#second-conts .news-blk nav .menu.all{
    color: #00784A;
}
#news .news-blk nav .menu.notice,
#second-conts .news-blk nav .menu.notice{
    color: #E27782;
}
#news .news-blk nav .menu.seminar,
#second-conts .news-blk nav .menu.seminar{
    color: #86B6C7;
}
#news .news-blk nav .menu.education,
#second-conts .news-blk nav .menu.education{
    color: #ED997E;
}
#news .news-blk nav .menu,
#second-conts .news-blk nav .menu{
    width: calc(95% / 4);
    background-color: currentColor;
    border-radius: 100px;
    opacity: .3;
    position: relative;
}
#news .news-blk nav .menu.active::after,
#second-conts .news-blk nav .menu.active::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    border-style: solid;
    border-width: 10px 8px 0 8px;
    border-color: currentColor transparent transparent;
    translate: -50% 100%;
}
#news .news-blk nav .menu.active,
#second-conts .news-blk nav .menu.active{
    opacity: 1;
}
#news .news-blk nav .menu p,
#second-conts .news-blk nav .menu p{
    font-size: clamp(14px, 1.6vw, 16px);
    line-height: 1em;
    text-align: center;
    margin: 10px 0;
    color: #fff;
}
#news .news-blk .list,
#second-conts .news-blk .list{
    margin-top: clamp(30px, 4vw, 40px);
}
#news .news-blk .list ul li,
#second-conts .news-blk .list ul li,
#second-conts .second-news .list ul li{
    margin-bottom: 15px;
}
#news .news-blk .list ul li:not(:last-child),
#second-conts .news-blk .list ul li:not(:last-child),
#second-conts .second-news .list ul li:not(:last-child){
    border-bottom: solid 1px #E1EAE7;
}
#news .news-blk .list ul li .n-box,
#second-conts .news-blk .list ul li .n-box,
#second-conts .second-news .list ul li .n-box{
    padding-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    position: relative;
}
#news .news-blk .list ul li .n-box .date,
#second-conts .news-blk .list ul li .n-box .date,
#second-conts .second-news .list ul li .n-box .date,
#second-head .news-title .info .date{
    margin-right: 10px;
    margin-top: 2px;
}
#news .news-blk .list ul li .n-box .date .txt,
#second-conts .news-blk .list ul li .n-box .date .txt,
#second-conts .second-news .list ul li .n-box .date .txt,
#second-head .news-title .info .date .txt{
    font-size: clamp(12px, 1.4vw, 14px);
    line-height: 1.5em;
    color: #7C7C7C;
}
#news .news-blk .list ul li .n-box .category,
#second-conts .news-blk .list ul li .n-box .category,
#second-conts .second-news .list ul li .n-box .category{
    width: 150px;
    margin-right: 10px;
}
#news .news-blk .list ul li .n-box .category .txt,
#second-conts .news-blk .list ul li .n-box .category .txt,
#second-conts .second-news .list ul li .n-box .category .txt,
#second-head .news-title .info .category .txt{
    font-size: clamp(11px, 1.4vw, 13px);
    line-height: 1.5em;
    font-weight: 400;
    text-align: center;
    color: #fff;
    padding: 3px;
    border-radius: 100px;
    margin-bottom: 5px;
}
#news .news-blk .list ul li .n-box .category .txt.notice,
#second-conts .news-blk .list ul li .n-box .category .txt.notice,
#second-conts .second-news .list ul li .n-box .category .txt.notice,
#second-head .news-title .info .category .txt.notice{
    background-color: #E27782;
}
#news .news-blk .list ul li .n-box .category .txt.seminar,
#second-conts .news-blk .list ul li .n-box .category .txt.seminar,
#second-conts .second-news .list ul li .n-box .category .txt.seminar,
#second-head .news-title .info .category .txt.seminar{
    background-color: #86B6C7;
}
#news .news-blk .list ul li .n-box .category .txt.education,
#second-conts .news-blk .list ul li .n-box .category .txt.education,
#second-conts .second-news .list ul li .n-box .category .txt.education,
#second-head .news-title .info .category .txt.education{
    background-color: #ED997E;
}
#news .news-blk .list ul li .n-box .article,
#second-conts .news-blk .list ul li .n-box .article,
#second-conts .second-news .list ul li .n-box .article{
    width: calc(100% - 330px);
}
#news .news-blk .list ul li .n-box .article p,
#second-conts .news-blk .list ul li .n-box .article p,
#second-conts .second-news .list ul li .n-box .article p{
    font-size: clamp(15px, 1.6vw, 16px);
    line-height: 1.5em;
}
#news .news-blk .list ul li .n-box .arrow,
#second-conts .news-blk .list ul li .n-box .arrow,
#second-conts .second-news .list ul li .n-box .arrow{
    position: absolute;
    top: calc(50% - 8px);
    right: 16px;
}
#news .news-blk .list ul li .n-box .arrow .type,
#second-conts .news-blk .list ul li .n-box .arrow .type,
#second-conts .second-news .list ul li .n-box .arrow .type{
    color: #2C2C2C;
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: currentColor;
}
#news .news-blk .list ul li .n-box .arrow .type:before,
#second-conts .news-blk .list ul li .n-box .arrow .type:before,
#second-conts .second-news .list ul li .n-box .arrow .type:before {
    content: '';
    position: absolute;
    right: 1px;
    top: -3px;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
#news .link-btn{
    position: absolute;
    top: 100px;
    right: 4%;
}
#news .link-btn .arrow{
    position: relative;
}
#news .link-btn .arrow::before{
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: #00784A;
    border-radius: 50%;
    box-sizing: content-box;
    position: absolute;
    top: 0.15em;
    right: 0;
}
#news .link-btn .arrow::after{
    content: '';
    width: 4px;
    height: 4px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotade(45deg);
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: 0.525em;
    right: 0.43em;
}
#news .link-btn .txt{
    font-size: 18px;
    color: #00784A;
    padding-bottom: 5px;
    border-bottom: solid 1px #00784A;
    padding-right: 25px;
}
@media only screen and (min-width: 1200px) {
    #news .link-btn{
        right: calc(50% - 550px);
    }
}
@media only screen and (max-width: 780px) {
    .title h3{
        text-align: center;
    }
    #news{
        padding: 60px 0;
    }
    #news .news-blk nav .menu,
    #second-conts .news-blk nav .menu{
        width: calc(98% / 2);
        margin-bottom: 2%;
    }
    #news .news-blk nav .menu.active::after,
    #second-conts .news-blk nav .menu.active::after{
        content: none;
    }
    #news .news-blk .list ul li .n-box .article,
    #second-conts .news-blk .list ul li .n-box .article,
    #second-conts .second-news .list ul li .n-box .article{
        width: calc(100% - 25px);
        margin-top: 10px;
    }
    #news .link-btn{
        position: inherit;
        text-align: right;
    }
    #news .link-btn .arrow::before{
        width: 15px;
        height: 15px;
        top: 0.25em;
        right: 0;
    }
    #news .link-btn .arrow::after{
        width: 3px;
        height: 3px;
        top: 0.582em;
        right: 0.43em;
    }
    #news .link-btn .txt{
        font-size: 16px;
        display: inline-block;
        padding-bottom: 2px;
        padding-right: 20px;
    }
}
/*++++++++++++++++++++++++++
メニュー（新着下部）
++++++++++++++++++++++++++*/
#menu{
    font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "Yu Gothic M", "Montserrat", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3";
}
#menu .menu-blk ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#menu .menu-blk ul li{
    width: calc(100% / 4);
    position: relative;
}
#menu .menu-blk ul li:nth-child(1){
    background: url(../images/home/menu_bg_seminar.jpg) no-repeat center;
    background-size: cover;
}
#menu .menu-blk ul li:nth-child(2){
    background: url(../images/home/menu_bg_education.jpg) no-repeat center;
    background-size: cover;
}
#menu .menu-blk ul li:nth-child(3){
    background: url(../images/home/menu_bg_medical.jpg) no-repeat center;
    background-size: cover;
}
#menu .menu-blk ul li:nth-child(4){
    background: url(../images/home/menu_bg_insurance.jpg) no-repeat center;
    background-size: cover;
}
#menu .menu-blk ul li .bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(9, 36, 20, 0.4);
    z-index: 0;
}
#menu .menu-blk ul li .box{
    padding: 40px 0;
    position: relative;
    z-index: 1;
}
#menu .menu-blk ul li .box .icon{
    width: 100px;
    margin: auto auto 20px;
}
#menu .menu-blk ul li .box .icon img{
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.3));
}
#menu .menu-blk ul li .box h4{
    font-size: clamp(21px, 2.6vw, 26px);
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
    color: #fff;
}
@media only screen and (max-width: 780px) {
    #menu .menu-blk ul li{
        width: calc(100% / 2);
    }
    #menu .menu-blk ul li .box .icon{
        width: 75px;
        margin: auto auto 10px;
    }
}
/*++++++++++++++++++++++++++
関連団体
++++++++++++++++++++++++++*/
#group{
    padding: clamp(60px, 8vw, 80px) 0 clamp(30px, 8vw, 40px);
}
#group .group-blk .box{
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}
#group .group-blk .box:not(:last-child){
    margin-right: 10%;
}
#group .group-blk .box .dantai{
    font-size: clamp(15px, 1.8vw, 16px);
    font-weight: 600;
    line-height: 1.5em;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #00784A;
    border-bottom: solid 1px #E1EAE7;
}
#group .group-blk .box ul li{
    margin-left: 1.2em;
    text-indent: -1.2em;
    font-size: clamp(15px, 1.8vw, 16px);
    line-height: 1.5em;
    color: #00784A;
}
#group .group-blk .box ul li.detail{
    margin-left: 2.2em;
}
#group .group-blk .box ul li::before{
    content: '・';
    margin-right: .2em;
}
#group .group-blk .box ul li:not(:last-child){
    margin-bottom: 5px;
}
#group .group-blk .box ul li a{
    text-decoration: underline;
    color: #00784A;
}
@media only screen and (max-width: 780px) {
    #group .group-blk .box{
        width: 100%;
    }
}
/*++++++++++++++++++++++++++
フッター
++++++++++++++++++++++++++*/
footer{
    background-color: #F0FAF8;
    padding: clamp(50px, 6vw, 60px) 0 clamp(30px, 4vw, 40px);
}
footer .block1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 30px;
    border-bottom: solid 1px #E1EAE7;
}
footer .block1 .left{
    width: 320px;
}
footer .block1 .right{
    width: calc(100% - 340px);
}
footer .title h1{
    font-size: clamp(22px, 2.8vw, 28px);
    line-height: 1.1em;
    margin-bottom: 2px;
    display: inline-block;
}
footer .title h1 small{
    font-size: 0.5em;
    font-weight: 400;
}
footer .place{
    font-size: clamp(14px, 1.5vw, 15px);
    line-height: 1.5em;
    margin-top: clamp(20px, 3vw, 30px);
}
footer .right nav{
    display: flex;
    flex-wrap: nowrap;
    justify-content: right;
}
footer .right ul{
    margin-left: 8%;
}
footer .right ul li{
    margin-top: 10px;
}
footer .right ul li a{
    font-size: clamp(10px, 1.3vw, 18px);
    line-height: 1.5em;
    position: relative;
}
footer .right ul li a::before{
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    left: -12px;
    width: 6px;
    height: 6px;
    border-top: solid 1px #00784A;
    border-right: solid 1px #00784A;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
footer .block2{
    padding-top: 30px;
    position: relative;
}
footer .block2 p{
    font-size: clamp(11px, 1.2vw, 12px);
    line-height: 1.5em;
    font-weight: 400;
    text-align: right;
}
footer .block2 .pagetop{
    position: absolute;
    bottom: 0;
    right: -100px;
    z-index: 15;
}
footer .block2 .pagetop .circle{
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: solid 1px #E0E0E0;
    border-radius: 1000px;
    margin: auto;
    position: relative;
}
footer .block2 .pagetop .circle i{
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    right: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: solid 1px #00784A;
    border-left: solid 1px #00784A;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
footer .block2 .pagetop .text{
    font-size: 12px;
    line-height: 1.2em;
    font-weight: 600;
    text-align: center;
    color: #00784A;
    margin-top: 7px;
}
@media only screen and (max-width: 1320px) {
    footer .block2{
        padding-bottom: 40px;
    }
    footer .block2 p{
        text-align: left;
    }
    footer .block2 .pagetop{
        position: absolute;
        bottom: 0;
        right: 0;
    }
}
@media only screen and (max-width: 780px) {
    footer .block1{
        border-bottom: none;
        padding-bottom: 0px;
    }
    footer .block1 .left{
        width: 100%;
        margin-bottom: 10px;
    }
    footer .block1 .right{
        width: 100%;
    }
    footer .title{
        text-align: center;
    }
    footer .place{
        text-align: center;
    }
    footer .right nav{
        flex-wrap: wrap;
    }
    footer .right ul{
        width: 100%;
        margin-left: auto;
    }
    footer .right ul li{
        margin-top: 15px;
        padding-bottom: 15px;
        border-bottom: solid 1px #E1EAE7;
    }
    footer .right ul li a{
        font-size: 16px;
        margin-left: 15px;
        display: block;
    }
    footer .block2{
        padding-top: 15px;
        padding-bottom: 0px;
    }
    footer .block2 p{
        text-align: center;
    }
    footer .block2 .pagetop{
        position: fixed;
        bottom: 15px;
        right: 15px;
    }
}
/*++++++++++++++++++++++++++++++++++++++++++++++++++
セカンドページ
++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*++++++++++セカンドヘッダー（共通）++++++++++++*/
#second-head{
    margin-bottom: clamp(40px, 6.5vw, 65px);
}
#second-head .pankuzu{
    margin-top: 10px;
}
#second-head .pankuzu ul{
    text-align: left;
    font-size: 0;
}
#second-head .pankuzu ul li{
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4em;
    margin-bottom: 10px;
    color: #00784A;
}
#second-head .pankuzu ul li a{
    text-decoration: underline;
    position: relative;
    margin-right: 22px;
    color: #00784A;
}
#second-head .pankuzu ul li:last-child a{
    margin-right: auto;
}
#second-head .pankuzu ul li a::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -11px;
    margin: auto;
    border-top: solid 1px #00784A;
    border-right: solid 1px #00784A;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
#second-head .page-title_l.head_education{
    background-image: url(../images/education/mainhead_education.jpg);
}
#second-head .page-title_l.head_seminar{
    background-image: url(../images/seminar/mainhead_seminar.jpg);
}
#second-head .page-title_l.head_insurance{
    background-image: url(../images/insurance/mainhead_insurance.jpg);
}
#second-head .page-title_l.head_medical{
    background-image: url(../images/medical/mainhead_medical.jpg);
}
#second-head .page-title_l.head_about{
    background-image: url(../images/about/mainhead_about.jpg);
}
#second-head .page-title_l{
    padding: clamp(25px, 4vw, 40px) 0;
    background: no-repeat center center;
    background-size: cover;
    background-color:rgba(0,0,0,0.45);
    background-blend-mode: darken;
}
#second-head .page-title_l h1{
    font-size: clamp(28px, 3.6vw, 36px);
    font-weight: 500;
    line-height: 1.5em;
    color: #fff;
    text-align: center;
}
#second-head .page-title_m{
    padding: clamp(25px, 4vw, 40px) 0;
    background-color:#F0FAF8;
}

#second-head .page-title_m.news{
    padding: clamp(15px, 4vw, 20px) 0;
}

#second-head .page-title_m h1{
    font-size: clamp(28px, 3.6vw, 36px);
    font-weight: 500;
    line-height: 1.5em;
    text-align: center;
}
@media only screen and (max-width: 780px) {
}
/*++++++++++セカンドコンテンツ（共通）++++++++++++*/
#second-conts{
    margin-bottom: clamp(70px, 12vw, 120px);
}
#second-conts .block:not(:last-child){
    margin-bottom: clamp(40px, 6.5vw, 65px);
}
#second-conts .mgn-b15{
    margin-bottom: 15px;
}
#second-conts .mgn-b50{
    margin-bottom: 50px;
}
#second-conts .block h2{
    font-size: clamp(20px, 2.6vw, 24px);
    line-height: 1.5em;
    font-weight: 500;
    color: #00784A;
    padding-bottom: 2px;
    border-bottom: solid 1px #E1EAE7;
    margin-bottom: clamp(12px, 1.6vw, 16px);
}
#second-conts .block p.txt1{
    font-size: clamp(15px, 1.8vw, 16px);
    line-height: 1.7em;
}
#second-conts .block p.txt2{
    font-size: clamp(20px, 2.2vw, 22px);
    line-height: 1.7em;
    font-weight: 500;
}
#second-conts .block ul.list li{
    font-size: clamp(15px, 1.8vw, 16px);
    line-height: 1.6em;
    text-indent: -1.5em;
    margin-left: 1.5em;
}
#second-conts .block ul.list li::before{
    content: '●';
    color: #00784A;
    margin-right: 0.5em;
}
#second-conts .block ul.list-number li{
    font-size: clamp(15px, 1.8vw, 16px);
    line-height: 1.6em;
    text-indent: -1.4em;
    margin-left: 1.4em;
}
#second-conts .block ul.list-number li:before{
    color: #00784A;
    margin-right: 0.5em;
}
#second-conts .block ul.list-number li:nth-child(1):before{
    content: '1.';
}
#second-conts .block ul.list-number li:nth-child(2):before{
    content: '2.';
}
#second-conts .block ul.list-number li:nth-child(3):before{
    content: '3.';
}
#second-conts .block ul.list-number li:nth-child(4):before{
    content: '4.';
}
#second-conts .block ul.list-number li:nth-child(5):before{
    content: '5.';
}
#second-conts .block ul.list-number li:nth-child(6):before{
    content: '6.';
}
#second-conts .block ul.list-number li:nth-child(7):before{
    content: '7.';
}
#second-conts .block ul.list-number li:nth-child(8):before{
    content: '8.';
}
#second-conts .block ul.list-number li:nth-child(9):before{
    content: '9.';
}
#second-conts .block .link-btn{
    margin-top: clamp(20px, 2.5vw, 25px);
}
#second-conts .block .link-btn .arrow,
#second-conts .news-contents .link-btn .arrow{
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
#second-conts .block .link-btn .arrow::before,
#second-conts .block .link-btn .arrow::after,
#second-conts .news-contents .link-btn .arrow::before,
#second-conts .news-contents .link-btn .arrow::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#second-conts .block .link-btn .type::before,
#second-conts .news-contents .link-btn .type::before{
	right: 15px;
	width: 12px;
	height: 2px;
	background: #00784A;
}
#second-conts .block .link-btn .type::after,
#second-conts .news-contents .link-btn .type::after{
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #00784A;
	border-right: 2px solid #00784A;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#second-conts .block .link-btn .txt,
#second-conts .news-contents .link-btn .txt{
    font-size: clamp(15px, 1.8vw, 16px);
    line-height: 1.5em;
    color: #00784A;
    padding: 10px 35px 10px 20px;
    background-color: #fff;
    border: solid 2px #00784A;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    transition: all .3s;
}
#second-conts .block .link-btn a:hover .txt,
#second-conts .news-contents .link-btn a:hover .txt{
    background-color: #F4F9F7;
}
#second-conts .block .link-btn .pdf::after,
#second-conts .news-contents .link-btn .pdf::after{
    content: '';
    display: inline-block;
    background-image: url(../images/home/pdf.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.2em;
    height: 1.2em;
    vertical-align: middle;
    margin-top: -0.2em;
    margin-left: 0.2em;
}
#second-conts .block .flxbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#second-conts .block .flxbox .left2,
#second-conts .block .flxbox .right2{
    width: 48%;
}
#second-conts .block table.info{
    width: 100%;
    max-width: 600px;
}
#second-conts .block table.info tr:nth-child(odd){
    background-color: #F0FAF8;
}
#second-conts .block table.info tr th,
#second-conts .block table.info tr td{
    padding: 8px 15px;
    font-size: clamp(15px, 1.8vw, 16px);
    line-height: 1.6em;
}
#second-conts .block .map iframe{
    width: 100%;
    height: 450px;
}
#second-conts .second-news{
    margin-top: 35px;
}
@media only screen and (max-width: 780px) {
    #second-conts .block .flxbox .left2{
        width: 100%;
        margin-bottom: 20px;
    }
    #second-conts .block .flxbox .right2{
        width: 100%;
    }
    #second-conts .block .map iframe{
        height: 400px;
    }
}
/*++++++++++++++ページ切替え（記事一覧）++++++++++++++++*/
.paging{
    margin-top: clamp(60px, 10vw, 100px);
    text-align: center;
}
.paging nav{
    font-size: 0;
}
.paging nav > div{
    display: inline-block;
    vertical-align: middle;
}
.paging nav .next .ic-next,
.paging nav .prev .ic-prev{
    position: relative;
    width: 45px;
    height: 45px;
}
.paging nav .next{
    margin-left: 30px;
}
.paging nav .prev{
    margin-right: 30px;
}
.paging nav .next .ic-next::before,
.paging nav .prev .ic-prev::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.paging nav .next .ic-next::before{
    right: calc(50% - 4px);
    border-top: solid 2px #222222;
    border-right: solid 2px #222222;
}
.paging nav .prev .ic-prev::before{
    left: calc(50% - 4px);
    border-bottom: solid 2px #222222;
    border-left: solid 2px #222222;
}
.paging nav .links{
    font-size: 0;
}
.paging nav .links a{
    display: inline-block;
}
.paging nav .links a.number{
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    font-size: clamp(13px, 1.5vw, 15px);
    font-weight: 600;
    line-height: 35px;
    color: #171717;
    margin-right: 10px;
    text-align: center;
}
.paging nav .links a.number:last-child{
    margin-right: 0;
}
.paging nav .links a.number.active{
    border: solid 1px #00784A;
    border-radius: 5px;
}
/*++++++++++++++ページ切替え（記事詳細）++++++++++++++++*/
.article-paging{
    border-top: solid 1px #E1EAE7;
    padding-top: clamp(40px, 6vw, 60px);
}
.article-paging nav{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.article-paging nav > *{
    flex: 0 0 45%;
}

.article-paging nav > *:nth-child(2){
    flex-basis: 10%;
}

.article-paging nav .art-prev .seigen,
.article-paging nav .art-next .seigen{
    width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-paging nav .art-next .seigen{
    text-align: right;
    margin: 0 0 0 auto;
}



.article-paging nav .art-prev a,
.article-paging nav .art-next a{
    font-size: clamp(10px, 1.2vw, 12px);
    line-height: 1em;
}
.article-paging nav .art-prev.arrow,
.article-paging nav .art-next.arrow{
    position: relative;
}
.article-paging nav .art-prev.arrow{
    padding-left: 10px;
}
.article-paging nav .art-next.arrow{
    padding-right: 10px;
}
.article-paging nav .art-prev.arrow::before,
.article-paging nav .art-next.arrow::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.article-paging nav .art-prev.arrow::before{
    left: 0;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000;

}
.article-paging nav .art-next.arrow::before{
    right: 0;
    border-top: solid 1px #000;
    border-right: solid 1px #000;
}
.article-paging nav .art-back .inner{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #00784A;
}
.article-paging nav .art-back .ic-back{
    color: #fff;
    position: relative;
    margin-left: 12px;
    margin-top: 19px;
    width: 17px;
    height: 2px;
    background-color: currentColor;
}
.article-paging nav .art-back .ic-back::before{
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 17px;
    height: 8px;
    border-top: solid 2px currentColor;
    border-bottom: solid 2px currentColor;
}
.article-paging nav .art-back .ic-back::after{
    content: '';
    position: absolute;
    top: -6px;
    left: 2px;
    width: 2px;
    height: 15px;
    background-color: #00784A;
}
@media only screen and (max-width: 780px) {
    .article-paging nav .art-prev .seigen,
    .article-paging nav .art-next .seigen{
        width: 100px;
    }
}




/*++++++++++++++記事詳細++++++++++++++++*/
#second-head .news-title{
    padding: clamp(25px, 4vw, 40px) 0;
    background-color:#F0FAF8;
}
#second-head .news-title h1{
    font-size: clamp(22px, 2.8vw, 28px);
    line-height: 1.5em;
}
#second-head .news-title .info{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    margin-bottom: 10px;
}
#second-head .news-title .info .category{
    min-width: 110px;
}

#second-conts .news-contents{
    margin-bottom: clamp(70px, 12vw, 120px);
}

#second-conts .pdfemb-viewer{
    margin-bottom: clamp(70px, 12vw, 120px);
}

#second-conts .news-contents .link-btn{
    margin-bottom: clamp(20px, 2.5vw, 25px);
}

#second-conts .news-contents hr{
    border: none;
    border-top: 1px solid #ccc;
    margin: 40px auto;
}

#second-conts .news-contents h2{
    font-size: clamp(24px, 2.6vw, 28px);
    line-height: 1.5em;
    color: #00784A;
    padding-bottom: 2px;
    border-bottom: solid 1px #E1EAE7;
    margin-bottom: clamp(12px, 1.6vw, 16px);
}

#second-conts .news-contents h3{
    font-size: clamp(18px, 2.6vw, 22px);
    line-height: 1.5em;
    color: #00784A;
    margin-bottom: clamp(12px, 1.6vw, 16px);
    background-color: #eafff7;
    padding: 5px 10px;
}

#second-conts .news-contents h4{
    font-size: clamp(18px, 2.6vw, 20px);
    line-height: 1.5em;
    color: #000000;
    margin-bottom: clamp(12px, 1.6vw, 16px);
}

#second-conts .news-contents h4::before{
    content: "■";
    color: #00784A;
    margin: 0 5px 0 0;
}
#second-conts .news-contents h5{
    font-size: clamp(16px, 2.6vw, 18px);
    line-height: 1.5em;
    color: #b70000;
    margin-bottom: clamp(12px, 1.6vw, 16px);
}



#second-conts .news-contents p{
    font-size: clamp(16px, 1.8vw, 18px);
    line-height: 1.7em;
    margin-bottom: 20px;
}
#second-conts .wp-block-image{
    margin: 0 auto 30px;
}
#second-conts .news-contents ul.wp-block-list,
#second-conts .news-contents ol.wp-block-list{
    margin: 0 auto 20px;
}

#second-conts .news-contents ul.wp-block-list li,
#second-conts .news-contents ol.wp-block-list li{
    font-size: clamp(15px, 1.8vw, 17px);
    line-height: 1.7em;
    margin-bottom: 10px;
    text-indent: -1.4em;
    margin-left: 1.4em;
}
#second-conts .news-contents ul.wp-block-list li:before,
#second-conts .news-contents ol.wp-block-list li:before{
    color: #00784A;
    margin-right: 0.5em;
}
#second-conts .news-contents ul.wp-block-list li:nth-child(1):before,
#second-conts .news-contents ol.wp-block-list li:nth-child(1):before{
    content: '1.';
}
#second-conts .news-contents ul.wp-block-list li:nth-child(2):before,
#second-conts .news-contents ol.wp-block-list li:nth-child(2):before{
    content: '2.';
}
#second-conts .news-contents ul.wp-block-list li:nth-child(3):before,
#second-conts .news-contents ol.wp-block-list li:nth-child(3):before{
    content: '3.';
}
#second-conts .news-contents ul.wp-block-list li:nth-child(4):before,
#second-conts .news-contents ol.wp-block-list li:nth-child(4):before{
    content: '4.';
}
#second-conts .news-contents ul.wp-block-list li:nth-child(5):before,
#second-conts .news-contents ol.wp-block-list li:nth-child(5):before{
    content: '5.';
}
#second-conts .news-contents ul.wp-block-list li:nth-child(6):before,
#second-conts .news-contents ol.wp-block-list li:nth-child(6):before{
    content: '6.';
}
#second-conts .news-contents ul.wp-block-list li:nth-child(7):before,
#second-conts .news-contents ol.wp-block-list li:nth-child(7):before{
    content: '7.';
}
#second-conts .news-contents ul.wp-block-list li:nth-child(8):before,
#second-conts .news-contents ol.wp-block-list li:nth-child(8):before{
    content: '8.';
}
#second-conts .news-contents ul.wp-block-list li:nth-child(9):before,
#second-conts .news-contents ol.wp-block-list li:nth-child(9):before{
    content: '9.';
}
/*----- wp用ボタン-----*/
#second-conts .news-contents .wp-block-button{
    margin-top: clamp(15px, 2vw, 20px);
    margin-bottom: clamp(15px, 2vw, 20px);
}
#second-conts .news-contents .wp-block-button .wp-block-button__link{
    position: relative;
	display: inline-block;
	vertical-align: middle;
}
#second-conts .news-contents .wp-block-button .wp-block-button__link::after,
#second-conts .news-contents .wp-block-button .wp-block-button__link::before{
    position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
#second-conts .news-contents .wp-block-button .wp-block-button__link::before{
	right: 15px;
	width: 12px;
	height: 2px;
	background: #00784A;
}
#second-conts .news-contents .wp-block-button .wp-block-button__link::after{
	right: 15px;
	width: 6px;
	height: 6px;
	border-top: 2px solid #00784A;
	border-right: 2px solid #00784A;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#second-conts .news-contents .wp-block-button a{
    font-size: clamp(15px, 1.8vw, 16px);
    line-height: 1.5em;
    color: #00784A;
    padding: 10px 35px 10px 20px;
    background-color: #fff;
    border: solid 2px #00784A;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    transition: all .3s;
}
#second-conts .news-contents .wp-block-button a:hover{
    background-color: #F4F9F7;
}
#second-conts .news-contents .wp-block-button.pdf{
    position: relative;
    display: inline-block;
    margin-top: 0;
}
#second-conts .news-contents .wp-block-button.pdf a{
    padding-right:55px;
}
#second-conts .news-contents .wp-block-button.pdf::after{
    position: absolute;
    top: 1em;
    right:2.3em;
    content: '';
    background-image: url(../images/home/pdf.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.3em;
    height: 1.3em;
    vertical-align: middle;
}


#second-conts .news-contents .wp-block-table{
    margin: 0 auto 40px;
}
#second-conts .news-contents table tbody{
    border-color: #818181;
}
#second-conts .news-contents table tr,
#second-conts .news-contents table td,
#second-conts .news-contents table th{
    color: #000;
}
#second-conts .news-contents thead{
    color: #000;
    border-bottom: 0px;
}
#second-conts .news-contents .wp-element-caption{
    font-size: 14px;
    margin: 5px 0;
}

.reception{
    color: #ff0019;
}











/*wp-pagenavi*/
.wp-pagenavi {
	margin: 40px auto;
	font-size: 12px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.wp-pagenavi span.current{
    border: solid 1px #00784A;
    border-radius: 5px;
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    font-size: clamp(13px, 1.5vw, 15px);
    font-weight: 600;
    line-height: 35px;
    color: #171717;
    margin-right: 10px;
    text-align: center;
}

.wp-pagenavi a.page{
    box-sizing: border-box;
    width: 35px;
    height: 35px;
    font-size: clamp(13px, 1.5vw, 15px);
    font-weight: 600;
    line-height: 35px;
    color: #171717;
    margin-right: 10px;
    text-align: center;
}

.wp-pagenavi .nextpostslink {
    position: relative;
    color: transparent;
    /* テキストの色を透明にする */
    font-size: 0;
    /* テキストを見えなくする */
}

.wp-pagenavi .nextpostslink::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
}

.wp-pagenavi .previouspostslink {
    position: relative;
    color: transparent;
    /* テキストの色を透明にする */
    font-size: 0;
    /* テキストを見えなくする */
}

.wp-pagenavi .previouspostslink::before {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 10px;
    height: 10px;
    border-bottom: solid 2px #000;
    border-left: solid 2px #000;
    transform: rotate(45deg);
}

code mark,
code .has-inline-color,
code .has-luminous-vivid-orange-color {
  font-style: normal !important;  /* 斜体を完全に無効 */
}


