@charset "UTF-8";


/* テスト
------------------------------*/
.ssst {
    width: 100%;
    text-align: center;
}
.ssst img {
    max-width: 970px;
    margin: 0 auto;
}


/* ------------------------------
    mv
------------------------------ */
#mv {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#mv .content {
	z-index: 4;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 700px;
	height: 700px;
    border-radius: 50%;
    background-color: rgb(255 255 255 / 90%);
    display: flex;
    place-items: center;
    flex-direction: column;
}
#mv .content::before {
    content: "";
    border: 2px solid #ef6c1d;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 685px;
    height: 685px;
    border-radius: 50%;
}
#mv .content .one {
    max-width: 380px;
    margin-top: 120px;
    z-index: 1;
}
#mv .content .two {
    max-width: 460px;
    margin-top: 15px;
    z-index: 1;
}
#mv .content .thr {
    max-width: 550px;
    margin-top: 15px;
    z-index: 1;
}
#mv .content .tai {
    text-align: center;
    font-weight: 600;
    font-size: 2.3rem;
    color: #e25b23;
    color: #e10000;
    line-height: 1;
    margin-top: 20px;
    /*font-feature-settings: "palt";*/
    z-index: 1;
}

/*////////2025版/////////*/
#mv .content ul {
    z-index: 9;
    display: flex;
    margin-top: 30px;
}
#mv .content ul li {
    line-height: 1;
    margin: 0 10px;
}
#mv .content ul li a {
    transition: all 0.2s ease-out;
    background-color: #009244;
    width: 230px;
    padding: 6px 10px;
    border-radius: 40px;
    height: 66px;
    display: flex;
    place-items: center;
    justify-content: center;
}
#mv .content ul li a p {
    color: #fff;
    line-height: 1;
    display: flex;
    place-items: center;
    justify-content: center;
}
#mv .content ul li a p i {
    font-size: 2.0rem;
    margin-right: 5px;
}
#mv .content ul li a p i.icon-groups {
    font-size: 2.3rem;
}
#mv .content ul li a p span {
    font-size: 1.8rem;
    font-weight: 500;
}
#mv .content ul li a p small {
    font-size: 1.45rem;
    font-weight: normal;
}
#mv .content ul li a:hover {
    background: #ec596f;
}
#mv .content ul li.dan a {
    background: #9129c0;
}
#mv .content ul li.dan a:hover {
    background: #ec596f;
}

#mv .pattern {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #ffffff00 33.33%, #222 33.33%, #222 50%, #ffffff00 50%, #ffffff00 83.33%, #222 83.33%, #222 100%);
    background-size: 9px 9px;
    z-index: 3;
}
#mv video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

#mv {
    height: 590px;
}
#mv .content {
}
#mv .content ul {
    width: 700px;
    flex-wrap: wrap;
    justify-content: center;
}
#mv .content ul li.rai {
    margin: 0;
}
#mv .content ul li.rai a {
    background: #ef6c1d;
    background: #0d98d5;
    width: 320px;
}
#mv .content ul li.rai a:hover {
    background: #ec596f;
}
#mv .content ul li.rai a p i {
    font-size: 3.0rem;
}

.header_top .top_nav ul li.rai a {
    background: #ef6c1d;
    background: #0d98d5;
}


#mv .content .gaido {
    position: relative;
    z-index: 9;
    margin-top: 20px;
}
#mv .content .gaido .blk {
}
#mv .content .gaido .blk a {
    display: flex;
    align-items: center;
    line-height: 1;
    color: #e25b23;
}
#mv .content .gaido .blk a i {
    font-size: 3.0rem;
    margin-right: 8px;
}
#mv .content .gaido .blk a span {
    font-size: 1.7rem;
    font-weight: 600;
    transition: all 0.2s ease-out;
}
#mv .content .gaido .blk a span {
    line-height: 1.5;
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #ef6c1d inset;
}
#mv .content .gaido .blk a:hover span {
    box-shadow: none;
}


@media screen and (max-width: 768px) {
    #mv {
        height: 500px;
    }
    #mv .content {
        width: 460px;
        height: 460px;
    }
    #mv .content::before {
        width: 102%;
        height: 102%;
    }
    #mv .content .one {
        max-width: 310px;
        margin-top: 25px;
    }
    #mv .content .two {
        max-width: 360px;
        margin-top: 5px;
    }
    #mv .content .thr {
        max-width: 410px;
        margin-top: 10px;
    }
    #mv .content .tai {
        font-size: 2.1rem;
        margin-top: 18px;
    }
    #mv .content ul {
        margin-top: 10px;
    }
    #mv .content ul li {
        margin-top: 8px;
    }
    #mv .content ul li.rai {
        margin-top: 8px;
    }
    #mv .content ul li a {
        height: 55px;
    }
    #mv .content ul li a p span {
        font-size: 1.7rem;
    }
    #mv video {
        height: 100%;
    }
    #mv .content ul li a p {
        margin-top: 3px;
    }
    #mv .content ul li a p i {
        font-size: 2.2rem;
    }
    #mv .content ul li.dan a p {
        margin-top: 1px;
    }
    #mv .content ul li a p small {
        font-size: 1.45rem;
    }
    #mv .pattern {
        background-size: 7px 7px;
    }
}

@media screen and (max-width: 575px) {
    #mv {
        height: 380px;
    }
    #mv .content {
        width: 320px;
        height: 320px;
        /*top: calc(50% - 10px);*/
    }
    #mv .content::before {
        width: 103%;
        height: 103%;
    }
    #mv .content .one {
        max-width: 270px;
        margin-top: 25px;
    }
    #mv .content .two {
        max-width: 290px;
        margin-top: 0;
    }
    #mv .content .thr {
        max-width: 295px;
        margin-top: 5px;
    }
    #mv .content .tai {
        font-size: 1.65rem;
        margin-top: 8px;
    }
    #mv .content ul {
        margin-top: 8px;
        width: auto;
    }
    #mv .content ul li {
    }
    #mv .content ul li a {
        padding: 10px 15px;
        height: 48px;
    }
    #mv .content ul li a p span {
        font-size: 1.55rem;
        font-weight: 500;
    }
    #mv .content ul li a p i {
        font-size: 1.8rem;
        margin-right: 3px;
    }
    #mv .content ul li a p i.icon-groups {
        font-size: 2.1rem;
        margin-right: 5px;
    }
    #mv .content ul li a p small {
        font-size: 1.3rem;
    }
    
    #mv .content ul li.rai a {
    width: auto;
    }
    
}


/* ------------------------------
    mv pg
------------------------------ */
#mv.pg {
    width: 100%;
    height: 220px;
}
#mv.pg .content {
    width: 480px;
    height: 480px;
}
#mv.pg .content::before {
    width: 490px;
    height: 490px;
}
#mv.pg .content .one {
    max-width: 350px;
    margin-top: 165px;
}
#mv.pg .content .thr {
    max-width: 400px;
    margin-top: 6px;
}
#mv.pg .content ul {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
#mv.pg .content ul li {
    max-width: 160px;
}
#mv.pg .content ul li a {
    padding: 10px 0;
    font-size: 1.5rem;
    border-radius: 5px;
}
#mv.pg .pattern {
    background-size: 7px 7px;
}

.container{
  height: 100%;
  width: 100%;
  position: relative;
    z-index: 2;
}

.image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  background-size: cover;
  background-position: center center;
  animation: image-switch-animation 25s infinite;
}

.src1 {
  background-image: url("../img/pg_main_01.jpg");
}
.src2 {
  background-image: url("../img/pg_main_02.jpg");
}
.src3 {
  background-image: url("../img/pg_main_03.jpg");
}
.src4 {
  background-image: url("../img/pg_main_04.jpg");
}
.src5 {
  background-image: url("../img/pg_main_05.jpg");
}

.image:nth-of-type(1) {
  animation-delay: 0s;
}
.image:nth-of-type(2) {
  animation-delay: 5s;
}
.image:nth-of-type(3) {
  animation-delay: 10s;
}
.image:nth-of-type(4) {
  animation-delay: 15s;
}
.image:nth-of-type(5) {
  animation-delay: 20s;
}

@keyframes image-switch-animation {
  0%{ opacity: 0;}
  5%{ opacity: 1;}
  25%{ opacity: 1;}
  30%{ opacity: 0;}
  100%{ opacity: 0;}
}

.src {
  height: 100%;
  width: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/pg_main_01.png");
    z-index: 1;
}


@media screen and (max-width: 768px) {
    #mv.pg {
        height: 160px;
    }
    #mv.pg .content {
        width: 380px;
        height: 380px;
    }
    #mv.pg .content::before {
        width: 102%;
        height: 102%;
    }
    #mv.pg .content .one {
        max-width: 270px;
        margin-top: 125px;
    }
    #mv.pg .content .thr {
        max-width: 340px;
        margin-top: 6px;
    }
}

@media screen and (max-width: 575px) {
    #mv.pg {
        height: 120px;
    }
    #mv.pg .content {
        width: 260px;
        height: 260px;
    }
    #mv.pg .content::before {
        width: 103%;
        height: 103%;
    }
    #mv.pg .content .one {
        max-width: 230px;
        margin-top: 80px;
    }
    #mv.pg .content .thr {
        max-width: 250px;
        margin-top: 0;
        margin-left: -10px;
    }
}


/* ------------------------------
    a-body
------------------------------ */
.a-body {
}

.hm_box {
}
.hm_box .area {
    max-width: 1140px;
    margin: 50px auto 0;
    padding-left: 20px;
    padding-right: 20px;
}
.hm_box .area.top {
    margin-top: 40px;
}

.hm_title {
    position: relative;
    margin-bottom: 35px;
}
.hm_title h3 {
    position: relative;
    font-size: 4.1rem;
    font-weight: bold;
    background: #fff;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    padding-right: 20px;
    /*color: #028142;*/
    font-family: serif;
}
.hm_title h3::before {
    font-family: 'icomoon';
    content: "\e929";
    color: #e9a935;
    color: #ef6c1d;
    font-size: 4.8rem;
    font-weight: 100;
    margin-right: -2px;
    margin-left: -8px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.hm_title span {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #ef6c1d;
}
.hm_title h3.spxe {
    letter-spacing: -0.03em;
}
.hm_title h3 em {
    font-family: initial;
    font-style: normal;
    font-weight: normal;
    font-size: 1.7rem;
    color: #888;
    margin-left: 15px;
}
.hm_title h3 small {
    font-style: normal;
    font-weight: normal;
    font-size: 1.7rem;
    color: #888;
    margin-left: 15px;
}

.hm_are {
}

.hm_txt {
}
.hm_txt p {
    line-height: 1.8;
}
.hm_txt p.dai {
    font-size: 2.7rem;
    font-family: serif;
    font-weight: bold;
}

.hm_txt.topg p {
}
.hm_txt.topg p:nth-of-type(n+2) {
    margin-top: 20px;
}
.hm_txt.topg p b {
    display: inline;
    font-weight: 500;
    box-shadow: 0 0px 0 transparent inset, 0px -10px 0px #fff054 inset;
    padding-bottom: 2px;
}

.hm_txt.topg .waku {
    border: 1px solid #ef6c1d;
    padding: 20px 15px;
}
.hm_txt.topg .waku .tai {
    margin-bottom: 15px;
}
.hm_txt.topg .waku .tai a {
    display: inline;
    color: #0052a4;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #0052a4 inset;
    padding-bottom: 2px;
    font-weight: 500;
}
.hm_txt.topg .waku .tai a:hover {
    box-shadow: none;
    color: #db4800;
}
.hm_txt.topg .waku .txt {
    font-size: 1.5rem;
    line-height: 1.6;
}

.flx .hm_txt {
    flex-shrink: 0;
    width: 580px;
}

.hm_pho {
    position: relative;
}
.hm_pho.lef {
    margin-right: 50px;
}
.hm_pho.rig {
    margin-left: 50px;
}
.hm_pho .pho {
    position: relative;
}

.hm_pho .flyer {
    display: flex;
    margin-top: 20px;
}
.hm_pho .flyer .img {
    border: 2px solid #ef6c1d;
}
.hm_pho .flyer .img:first-of-type {
    margin-right: 30px;
}
.hm_pho .flyer .img a {
    position: relative;
}
.hm_pho .flyer .img a i {
    font-size: 3.3rem;
    border: 1px #ef6c1d solid;
    position: absolute;
    background-color: #ef6c1d;
    padding: 5px;
    border-radius: 50%;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-out;
}

.hm_txt dl {
    display: flex;
    margin-bottom: 20px;
}
.hm_txt dl dt {
    flex-shrink: 0;
    width: 100px;
    background-color: #037094;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.hm_txt dl dd {
    align-self: center;
    padding-left: 20px;
}
.hm_txt dl dd span {
    display: block;
    line-height: initial;
}
.hm_txt dl dd .min {
    font-weight: normal;
    font-size: 1.55rem;
}
.hm_txt dl dd .min a {
    display: inline-flex;
    align-items: center;
    color: #096ccf;
}
.hm_txt dl dd span.min a i {
    font-size: 1.8rem;
}
.hm_txt dl dd span.min a:hover {
    color: #db4800;
}

.hm_txt dl dd ol {
}
.hm_txt dl dd ol {
    display: flex;
    flex-wrap: wrap;
}
.hm_txt dl dd ol li {
    position: relative;
    font-weight: normal;
    font-size: 1.55rem;
}
.hm_txt dl dd ol li:not(:last-child)::after {
    content: '／';
}
.hm_txt dl dd > p {
    line-height: inherit;
}

.hm_txt .link {
}
.hm_txt .link a {
    transition: all 0.2s ease-out;
    background-color: #0d75c8;
    /*max-width: 360px;*/
    padding: 10px 10px;
    border-radius: 40px;
    height: 60px;
    display: flex;
    place-items: center;
    justify-content: center;
    color: #fff;
}
.hm_txt .link a i {
    font-size: 2.6rem;
    margin-right: 3px;
}
.hm_txt .link a span {
    font-size: 1.7rem;
    font-weight: 500;
}
.hm_txt .link a:hover {
    background: #ec596f;
    box-shadow: none;
}

.hm_btn {
    width: 100%;
    display: flex;
    justify-content: center;
}
.hm_btn.mt20 {
    margin-top: 20px;
}
.hm_btn.mt50 {
    margin-top: 50px;
}

.hm_btn li {
    flex: 1;
    margin: 0 15px;
}
.hm_btn li a {
    border: 1px solid #ef6c1d;
    border-left: 7px solid #ef6c1d;
    /*background-color: #ffffd9;*/
    min-height: 64px;
}
.hm_btn li a::before {
    background: #ef6c1d;
}
.hm_btn li.lef a {
    /*color: #e25b23;*/
}
.hm_btn li.lef a:hover {
    color: #fff;
}

.hm_btn li.rig a {
    border: 1px solid #009244;
    border-left: 7px solid #009244;
    color: #009244;
    height: auto;
}
.hm_btn li.rig a:hover {
    border: 1px solid #ec596f;
    border-left: 7px solid #ec596f;
    color: #fff;
}
.hm_btn li.rig a::before {
    background: #ec596f;
}
.hm_btn li.rig a span {
    display: block;
    transition: all 0.2s ease-out;
}
.hm_btn li.rig a span.min {
    font-size: 1.5rem;
    /*font-feature-settings: "palt";*/
    font-weight: 500;
    color: initial;
    margin-left: 10px;
}
.hm_btn li.rig a:hover,
.hm_btn li.rig a:hover span {
    color: #fff;
}

.hm_box.one .hm_are .hm_txt {
    width: 610px;
    width: 670px;
}

.hm_box.one .hm_are .hm_txt .txt-link {
}
.hm_box.one .hm_are .hm_txt .txt-link li {
    margin-top: 10px;
}
.hm_box.one .hm_are .hm_txt .txt-link .txt-btx {
    color: #e25b23;
    font-size: 1.7rem;
}
.hm_box.one .hm_are .hm_txt .txt-link .txt-btx span {
    line-height: 1.2;
}
.hm_box.one .hm_are .hm_txt .txt-link .txt-btx i {
    color: #ef6c1d;
    font-size: 2.4rem;
    margin-right: 5px;
}
.hm_box.one .hm_are .hm_txt .txt-link .txt-btx:hover span {
    box-shadow: 0 0px 0 transparent inset, 0px -2px 0px #ef6c1d inset;
}
.hm_box.one .hm_are .hm_txt .txt-link .txt-btx.iro {
}
.hm_box.one .hm_are .hm_txt .txt-link .txt-btx.iro i {
    font-size: 2.1rem;
}
.hm_box.one .hm_are .hm_txt .txt-link .txt-btx.iro:hover span {
}

.hm_box.one .hm_are .hm_pho.lef {
    margin-right: 45px;
}

.hm_box.one .hm_are .hm_pho .pho a {
    overflow: hidden;
}
.hm_box.one .hm_are .hm_pho .pho a img {
    position: relative;
    top: 0;
}
.hm_box.one .hm_are .hm_pho .pho a i {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 7.0rem;
    color: #ef6c1d;
    z-index: 2;
}
.hm_box.one .hm_are .hm_pho .pho a h5 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 1.5rem;
    font-weight: 600;
    z-index: 2;
    background: #ef6c1d;
    width: 100%;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}
.hm_box.one .hm_pho .pho {
    position: relative;
    overflow: hidden;
}


.hm_box.two {
    border-top: 1px solid #e5e5ca;
    border-bottom: 1px solid #e5e5ca;
    margin-top: 55px;
    margin-bottom: 50px;
    background-color: #f9f9f1;
    background-color: #f9f8ee;
}
.hm_box.two .area {
    padding-bottom: 50px;
}
.hm_box.two .hm_title h3 {
    background: #f9f9f1;
}
.hm_box.two .hm_news ul li .day::before {
    content: '●';
    color: #037094;
}
.hm_box.two .hm_news ul li .day.waku::before {
    display:none;
}

.hm_box.two .hm_btn li a {
    background-color: #fff;
}
.hm_box.two .hm_link {
    margin: 0 -10px;
    padding-top: 30px;
}

.hm_box.thr .hm_pho.rig {
    margin-top: -20px;
}

/*/// hm_link ///*/
.hm_link {
    margin: 0 -15px;
}
.hm_link .hm_btn {
}


/*/// hm_linktxt ///*/
.hm_linktxt {
    margin-top: 25px;
}
.hm_linktxt .tai {
    text-align: center;
    font-weight: 600;
    font-size: 1.7rem;
    color: #e25b23;
    line-height: 1;
    margin-top: 3px;
    margin-bottom: 18px;
}
.hm_linktxt ul {
    display: flex;
    justify-content: center;
}
.hm_linktxt ul li {
    line-height: 1;
    margin: 0 15px;
}
.hm_linktxt ul li a {
    transition: all 0.2s ease-out;
    background-color: #009244;
    width: 260px;
    padding: 10px 10px;
    border-radius: 40px;
    height: 54px;
    display: flex;
    place-items: center;
    justify-content: center;
}
.hm_linktxt ul li.dan a {
    background-color: #9129c0;
}
.hm_linktxt ul li a p {
    color: #fff;
    line-height: 1;
    display: flex;
    place-items: center;
    justify-content: center;
}
.hm_linktxt ul li a p i {
    font-size: 2.0rem;
    margin-right: 5px;
}
.hm_linktxt ul li a p i.icon-groups {
    font-size: 2.3rem;
}
.hm_linktxt ul li a p span {
    font-size: 1.7rem;
    font-weight: 500;
}
.hm_linktxt ul li a p small {
    font-size: 1.45rem;
    font-weight: normal;
    margin-left: 5px;
}
.hm_linktxt ul li a:hover {
    background: #ec596f;
    box-shadow: none;
}


/*/// hm_news ///*/
.hm_news {
    margin-top: 30px;
}
.hm_news.mt50 {
    margin-top: 50px;
}

.hm_news .title {
    font-size: 3.3rem;
    line-height: 1;
    font-weight: 600;
    color: #888;
    margin-bottom: 20px;
}
.hm_news ul {
}
.hm_news ul li {
    display: flex;
    font-size: 1.54rem;
    background: url(../img/line_dot.png) repeat-x bottom;
    padding: 16px 0;
}
.hm_news ul li:first-child {
    padding-top: 10px;
}
.hm_news ul li:last-of-type {
    background: none;
    padding-bottom: 0;
}
.hm_news ul li .day {
    position: relative;
    flex-shrink: 0;
    margin-right: 30px;
    font-size: 1.5rem;
    color: #686868;
    width: 120px;
}
.hm_news ul li .day::before {
    content: '●';
    color: #e9a935;
}

.hm_news ul li .txt {
}
.hm_news ul li .txt em {
    font-style: normal;
    background-color: #ef6c1d;
    font-size: 1.35rem;
    line-height: 1;
    padding: 5px 8px;
    color: #fff;
    letter-spacing: 0.1em;
    border-radius: 3px;
}

.hm_news ul li .txt a {
    color: #096ccf;
    font-weight: 500;
    display: flex;
    align-items: center;
}
.hm_news ul li .txt a:hover {
    color: #db4800;
}
.hm_news ul li .txt a i {
    padding-right: 6px;
}

.hm_news ul .jyunbi {
    /*background-color: #e5e5e5;*/
    border: 1px solid #ccc;
    text-align: center;
    font-size: 1.55rem;
    color: #666;
    padding: 25px 15px;
}


/*/// hm_banner ///*/
.hm_banner {
    max-width: 1140px;
    margin: 30px auto 0;
    padding-left: 20px;
    padding-right: 20px;
}
.hm_banner ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.hm_banner ul li {
    width: calc(100% / 4 - 30px);
    margin: 10px 15px;
    margin-bottom: 0;
}
.hm_banner ul li a {
    min-height: 85px;
    border: 1px solid #9a9a9a;
    background-color: #fff;
    display: flex;
    place-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.45rem;
    color: #aaa;
}
.hm_banner ul li a:hover {
    border: 1px solid #333;
    box-shadow: 4px 4px 0px 0 rgb(203 203 203);
}
.hm_banner ul li a img {
    width: 248px;
}


/*/// past ///*/
.hm_event {
    max-width: 1230px;
    margin: 60px auto 0;
    padding-left: 20px;
    padding-right: 20px;
}
.hm_event h3 {
    border: 2px solid #ef6c1d;
    background-color: #fffee3;
    text-align: center;
    padding: 30px 10px;
    margin-bottom: 30px;
}
.hm_event h3 p {
    font-size: 2.7rem;
    font-weight: 500;
}
.hm_event h3 small {
    font-family: initial;
    font-weight: normal;
    font-size: 2.3rem;
}
.hm_event h3 span {
    color: #e25b23;
    /*font-feature-settings: "palt";*/
    font-weight: 600;
}
.hm_event h3 .info {
    font-size: 2.8rem;
    font-weight: 600;
    padding-top: 10px;
    display: inline-block;
    text-align: left;
    line-height: 1.6;
}
.hm_event h3 .come {
    color: #e10000;
    font-weight: 500;
    margin-top: 20px;
}

.hm_event .list {
    display: flex;
    margin: 0 -15px;
}
.hm_event .list li {
    width: calc(100% / 2 - 30px);
    margin: 0 15px;
}
.hm_event .list li .tai {
    font-size: 2.2rem;
    font-weight: 500;
    display: flex;
}
.hm_event .list li .tai i {
    color: #ef6c1d;
}

.hm_event .list li table {
    width: 100%;
}
.hm_event .list li table th,
.hm_event .list li table td {
    border: 1px solid #bbb;
    padding: 10px;
    text-align: center;
    font-size: 1.55rem;
    font-weight: 500;
}
.hm_event .list li table th {
    background-color: #fffee3;
    font-weight: 600;
}

.past .hm_banner {
    margin: 35px auto 0;
}
.past .hm_box .area.one {
    margin-top: 40px;
}
.past .hm_box .area.two {
    margin-top: 60px;
}
.past .hm_box .area.thr {
    margin-top: 50px;
}

@media screen and (max-width: 768px) {
    .hm_box .area {
        margin-top: 30px;
    }
    .hm_box .area.top {
        margin-top: 40px;
    }
    .hm_banner {
        margin-top: 20px;
    }
    .past .hm_banner {
        margin-top: 20px;
    }
    .hm_banner ul li {
        width: calc(100% / 3 - 20px);
    }  
    .hm_banner ul li a {
        min-height: inherit;
        height: auto;
    }
    .hm_title h3 {
        font-size: 3.3rem;
    }
    .hm_title h3::before {
        font-size: 3.8rem;
    }
    .hm_title {
        margin-bottom: 30px;
    }
    .hm_txt p {
        line-height: 1.7;
    }
    .hm_btn.mt50 {
        margin-top: 30px;
    }
    
    .flx .hm_txt {
        width: 100%;
        flex-shrink: initial;
    }
    .hm_pho.lef {
        margin-right: 30px;
        flex-shrink: 0;
        width: 40%;
    }
    .hm_box.one .hm_are .hm_pho .pho a h5 {
        font-size: 1.4rem;
        padding: 5px 0;
    }
    .hm_box.one .hm_are .hm_pho .pho a i {
        font-size: 5.2rem;
        top: 58%;
    }
    .hm_box.one .hm_are .hm_pho.lef {
        margin-right: 30px;
    }
    
    .hm_linktxt .tai {
        font-size: 1.6rem;
        margin-top: 0;
    }
    .hm_linktxt ul {
        display: block;
    }
    .hm_linktxt ul li {
        margin: 0;
    }
    .hm_linktxt ul li.dan {
        margin-top: 15px;
    }
    .hm_linktxt ul li a {
        margin: 0 auto;
        height: 48px;
    }
    .hm_linktxt ul li a p span {
        font-size: 1.6rem;
    }
    
    .hm_btn li a {
        min-height: 50px;
    }
    
    .hm_news.mt50 {
        margin-top: 40px;
    }
    .hm_news .title {
        font-size: 2.6rem;
    }

    .hm_box.two {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .hm_news {
        margin-top: 20px;
    }
    
    .hm_box.thr .hm_pho.rig {
        margin-top: 0;
        flex-shrink: 0;
        width: 40%;
    }
    
    .hm_box.thr .hm_txt dl dd {
        font-size: 1.6rem;
    }
    .hm_box.thr .hm_txt dl {
        margin-bottom: 10px;
    }
    
    .hm_box.thr .hm_txt dl dd ol li {
        font-size: 1.5rem;
        font-weight: normal;
        line-height: 1.4;
    }
    .hm_news ul li:first-child {
        padding-top: 0;
    }
    
    .hm_box.one .hm_are .hm_txt {
        width: auto;
    }
    .hm_box.one .hm_are .hm_txt .txt-link .txt-btx {
        font-size: 1.55rem;
    }
    .hm_txt .link a {
        height: 50px;
    }
    .hm_txt .link a span {
        font-size: 1.6rem;
    }
    .hm_box.one .hm_pho .pho {
        height: auto;
    }
    .hm_box.one .hm_are .hm_pho .pho a img {
        position: relative;
        top: 10px;
    }
    .hm_pho .flyer .img a i {
        font-size: 2.6rem;
    }
    
}


@media screen and (max-width: 575px) {
    .hm_are {
        display: block;
    }
    .hm_box .area {
        margin-top: 25px;
    }
    .hm_box .area.top {
        margin-top: 30px;
    }
    .hm_banner ul {
        margin: 0 -15px;
    }
    .hm_banner ul li {
        width: calc(100% / 2 - 20px);
        margin: 5px 10px;
    }   
    
    .hm_title {
        margin-bottom: 20px;
    }
    .hm_title h3 {
        font-size: 2.5rem;
        padding-right: 10px;
    }
    .hm_title h3::before {
        font-size: 3.0rem;
    }
    .hm_pho.lef {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 25px;
    }
    .hm_box.one .hm_are .hm_pho .pho a h5 {
        font-weight: 500;
        padding: 8px 0;
    }
    .hm_btn li {
        margin: 0 8px;
        margin-top: 15px;
    }
    .hm_btn li:first-of-type {
        margin-top:0;
    }
    .hm_btn li a {
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.2;
        padding: 0;
    }
    .hm_news {
        margin-top: 25px;
    }
    .hm_news .title {
        font-size: 2.1rem;
        margin-bottom: 10px;
    }
    .hm_news ul li {
        display: block;
        padding: 13px 0;
    }
    .hm_news ul li .txt {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    .hm_news ul li .day {
    }
    .hm_linktxt {
        margin: 0;
        margin-top: 20px;
    }
    .hm_box.two {
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .hm_box.two .area {
        padding-bottom: 35px;
    }
    .hm_box.thr .hm_are {
        display: flex;
        flex-direction: column;
    }
    .hm_box.thr .flx .hm_txt {
        order: 2;
    }
    .hm_box.thr .hm_pho.rig {
        order: 1;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: -10px;
    }
    
    .hm_txt .link a {
        height: 48px;
    }
    .hm_txt .link a span {
        font-size: 1.5rem;
    }
    .hm_txt .link a i {
        font-size: 2.4rem;
    }
    .hm_txt .link.mt30 {
        margin-top: 20px;
    }
    .hm_linktxt ul li a p span {
        font-size: 1.5rem;
    }
    .hm_box.one .hm_are .hm_txt .txt-link .txt-btx {
        font-size: 1.45rem;
    }
    .hm_box.one .hm_are .hm_pho .pho a i {
        font-size: 5.5rem;
        top: 53%;
    }
    
    .hm_txt p.dai {
        font-size: 2.2rem;
        line-height: 1.5;
    }
    .hm_link .hm_btn {
        display: block;
    }
    
    
}


/* ------------------------------
    pgm_box
------------------------------ */
.pgm_box:nth-of-type(1) {
    padding-top: 55px;
}
.pgm_box:nth-of-type(n+2) {
    padding-top: 60px;
}

.pgm_title {
    position: relative;
    max-width: 1160px;
    margin: 35px auto 0;
    display: flex;
    place-items: center;
    justify-content: center;
}
.pgm_title h3 {
    position: relative;
    font-size: 3.8rem;
    font-weight: 600;
    /*font-feature-settings: "palt";*/
    letter-spacing: 0.05em;
    background: #fff;
    z-index: 1;
    display: inline-block;
    padding: 0 25px;
    color: #e25b23;
    /*font-family: serif;*/
}
.pgm_title span {
    position: absolute;
    top: calc(80% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #ef6c1d;
}
/*
.sb_title {
    position: relative;
    padding-top: 45px;
    margin-bottom: 45px;
    border-top: 1px solid #ccc;
}
.sb_title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 8px;
    height: 58px;
    background-color: #ef6c1d;
}
.pgm_box:nth-of-type(1) .sb_title {
    padding-top: 0;
    border-top: 0;
    margin-bottom: 40px;
}
.sb_title h4 {
    font-size: 3.7rem;
    font-weight: 600;
    line-height: 1.5;
    padding-left: 20px;
}
*/
.pg_title {
    display: flex;
    place-items: center;
    position: relative;
    margin-bottom: 45px;
}
.pg_title.pan {
    margin-bottom: 30px;
}

.pg_title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 8px;
    height: 60px;
    background-color: #ef6c1d;
}
.pg_title h4 {
    font-size: 3.1rem;
    font-weight: 600;
    line-height: 1.3;
    padding-left: 20px;
    display: flex;
}
.pg_title h4 a {
    font-size: 1.45rem;
    line-height: 1;
    align-self: center;
    background-color: #ef6c1d;
    color: #fff;
    font-weight: normal;
    margin-left: 30px;
    display: flex;
    align-items: center;
    padding: 4px 6px;
    border-radius: 3px;
    box-shadow: 1px 1px 2px #6f6f6f;
    /*font-feature-settings: "palt";*/
}
.pg_title h4 a small {
    margin-left: 2px;
    font-weight: normal;
    font-size: 1.35rem;
}
.pg_title h4 a::before {
    font-family: 'icomoon';
    content: "\e940";
    font-size: 1.9rem;
    margin-right: 3px;
}

.pg_title h4 a:hover {
    background-color: #037094;
    box-shadow: none;
}
.pg_title em {
    font-size: 1.5rem;
    font-style: normal;
    margin-left: 10px;
    align-self: center;
    display: block;
}

.pg_title .blk {
    margin-left: auto;
    text-align: center;
}
.pg_title .blk .tai {
    font-size: 1.6rem;
    font-weight: 600;
    color: #e10000;
    line-height: 1;
    /*font-feature-settings: "palt";*/
    margin-bottom: 5px;
}

.pg_title .blk a {
    transition: all 0.2s ease-out;
    background-color: #009244;
    min-width: 180px;
    padding: 10px 20px;
    border-radius: 40px;
    height: 46px;
    color: #fff;
    line-height: 1;
    display: inline-flex;
    place-items: center;
    justify-content: center;
}
.pg_title .blk a i {
    font-size: 2.1rem;
    margin-right: 2px;
}
.pg_title .blk a i.icon-groups {
    font-size: 2.3rem;
    margin-right: 5px;
}
.pg_title .blk a span {
    font-size: 1.7rem;
    font-weight: 600;
}
.pg_title .blk a:hover {
    background: #ec596f;
}
.pg_title .blk.dan a {
    background: #9129c0;
}
.pg_title .blk.dan a:hover {
    background: #ec596f;
}

.tb_title {
    position: relative;
    margin-bottom: 35px;
}
.tb_title h4 {
    font-size: 2.8rem;
    font-weight: 600;
    padding: 15px 15px;
    background-color: #f0f0f0;
}

.pg_table table {
    width: 100%;
}
.pg_table table th,
.pg_table table td {
    border: 1px solid #bbb;
    padding: 10px;
    text-align: center;
    font-size: 1.55rem;
    font-weight: 500;
}
.pg_table table th {
    background-color: #fffee3;
    font-weight: 600;
}


/*/// pgm_are ///*/
.pgm_are {
}
.pgm_are.flx .hm_txt {
    flex-shrink: 0;
    width: 500px;
}
.pgm_are.flx .hm_pho .pho {
    padding-bottom: 40px;
}


/*/// pgm_txt ///*/
.pgm_txt {
    padding-top: 60px;
}
.pgm_txt.pref {
    padding-top: 45px;
}
.pgm_txt.top {
    padding-top: 45px;
}
.pgm_txt.pan {
    padding-top: 40px;
}
.pgm_txt.zro {
    padding-top: 0;
}

.pgm_txt h5 {
    position: relative;
    display: flex;
    place-items: baseline;
    background-color: #f4ecd9;
    padding: 13px 20px;
    margin-bottom: 25px;
}
.pgm_txt h5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #ef6c1d;
    z-index: 1;
}
.pgm_txt h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid transparent;
    border-right: 25px solid #ef6c1d;
    z-index: 1;
}
.pgm_txt h5 span {
    position: relative;
    font-size: 2.4rem;
    font-weight: 600;
    z-index: 2;
}
.pgm_txt h5 em {
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1.3;
    margin-left: 10px;
}

.pgm_txt h5.mb20 {
    margin-bottom: 20px;
}

.pgm_txt.spsr h5 {
    background-color: #ef6c1d;
    color: #fff;
}
.pgm_txt.spsr h5::before {
    border-left: 30px solid #333;
}
.pgm_txt.spsr h5::after {
    border-right: 30px solid #333;
}


.pgm_txt > dl {
    display: flex;
    margin-bottom: 20px;
}
.pgm_txt > dl:last-of-type {
    margin-bottom: 0;
}
.pgm_txt > dl > dt {
    font-weight: 600;
    flex-shrink: 0;
    width: 180px;
    /* background-color: #037094; */
    border: 1px #037094 solid;
    color: #037094;
    text-align: center;
    padding: 10px 0;
    font-size: 1.6rem;
}
.pgm_txt > dl > dd {
    align-self: center;
    padding: 5px 0;
    padding-left: 25px;
}
.pgm_txt > dl > dd span {
    font-size: 1.5rem;
    /*font-feature-settings: "palt";*/
    /*margin-left: 5px;*/
}
.pgm_txt > dl > dd a.modalup i {
    font-size: 2.8rem;
    border: 1px #ef6c1d solid;
    position: absolute;
    background-color: #fff;
    padding: 2px;
    border-radius: 5px;
    color: #ef6c1d;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.2s ease-out;
    
}
.pgm_txt > dl > dd a.modalup:hover i {
    background-color: #ef6c1d;
    color: #fff;
}

.pgm_txt > dl > dd.flx {
}
.pgm_txt > dl > dd.flx .lef-txt {
    flex-shrink: 0;
    max-width: 480px;
}
.pgm_txt > dl > dd.flx .rig-pho {
}

.pgm_txt > dl > dd a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #096ccf;
}
.pgm_txt > dl > dd a:hover {
    color: #db4800;
}

.pgm_txt > dl > dd a.line {
    display: inline;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
    padding-bottom: 1px;
}
.pgm_txt > dl > dd a.line:hover {
    box-shadow:none;
}

.pgm_txt > dl > dd .link a span {
    font-size: inherit;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
    line-height: 1.2;
    transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
}
.pgm_txt > dl > dd .link a:hover span {
    box-shadow: none;
}

.pgm_txt > dl > dd .link a i {
    margin-right: 5px;
}
.pgm_txt > dl > dd .link a i.icon-auto_stories {
    font-size: 2.0rem;
}

.pgm_txt > dl > dd > p > span {
    font-weight: normal;
    display: inline;
    font-size: 1.55rem;
}
.pgm_txt > dl > dd > p > b {
    font-weight: 600;
}
.pgm_txt > dl > dd > p > em {
    font-style: normal;
    font-weight: 600;
    box-shadow: 0 0px 0 transparent inset, 0px -8px 0px #fff054 inset;
    padding-bottom: 3px;
}

.pgm_txt > dl > dd dl {
    display: flex;
    font-weight: 500;
}
.pgm_txt > dl > dd dl dt {
    flex-shrink: 0;
    width: 110px;
}
.pgm_txt > dl > dd dl dd {
}

.pgm_txt .table {
    margin: 0 -10px;
}
.pgm_txt .table h6 {
    background-color: #e7e7e7;
    text-align: center;
    font-size: 2.0rem;
    font-weight: 600;
    padding: 10px;
    margin: 0;
    border: 0;
}
.pgm_txt .table h6 span {
    font-size: 1.8rem;
}

.pgm_txt .table .blk {
    border: 1px solid #bbb;
    width: calc(100% / 2 - 40px);
    margin: 0 20px;
}
.pgm_txt .table dl {
    display: flex;
    margin: 0;
    border-top: 1px #ddd solid;
}
.pgm_txt .table dl dt {
    border: 0;
    width: 200px;
    padding: 10px 20px;
    padding-right: 10px;
    text-align: left;
    color: #037094;
    font-size: 1.6rem;
    font-weight: 600;
}
.pgm_txt .table dl dt span {
    font-feature-settings: "palt";
    font-size: 1.5rem;
    margin-left: 2px;
    font-weight: normal;
}

.pgm_txt .table dl dd {
    flex: 1;
    text-align: center;
    padding: 10px 20px;
    padding-left: 0;
}

.pgm_txt.flow dl dt {
    width: 280px;
    background-color: #037094;
    color: #fff;
    display: flex;
    place-items: center;
    justify-content: center;
}
.pgm_txt.flow dl dt.hgt {
    line-height: 1.4;
}
.pgm_txt.flow dl dd {
    font-size: 1.7rem;
}
.pgm_txt.flow > dl > dd a {
    font-size: 1.6rem;
}
.pgm_txt.flow > dl > dd > p::before {
    content: '●';
    font-size: 1.5rem;
    color: #047094;
    margin-right: 2px;
}

.pgm_txt .in_tx2 {
    text-indent: -2.0rem;
    padding-left: 2.0rem;
}
.pgm_txt .in_tx {
    text-indent: -1.5rem;
    padding-left: 1.5rem;
}
.pgm_txt > dl > dd .in_tx,
.pgm_txt > dl > dd .in_tx2 {
    margin-top: 6px;
}

.pgm_txt .a_tx {
    font-weight: 600;
    background-color: #d7e9ef;
    background-color: #d4eaf2;
    padding: 3px 5px;
    padding-left: 1.0rem;
    margin-bottom: 5px;
}
.pgm_txt .b_tx {
    font-size: 1.7rem;
    font-weight: 600;
}
.pgm_txt .s_tx {
    font-size: 1.5rem;
    font-weight: normal;
    text-indent: -1em;
    padding-left: 1em;
    /*font-feature-settings: "palt";*/
}
.pgm_txt .m_tx {
    font-size: 1.6rem;
    font-weight: normal;
}
.pgm_txt .p_txt .th_tx {
    /*
    background-color: #f5ecd9;
    font-size: 2.2rem;
    font-weight: 500;
    padding: 3px;
    padding-left: 15px;
    */
    font-weight: 600;
    border: 1px #037094 solid;
    color: #037094;
    padding: 10px 0;
    padding-left: 15px;
    font-size: 2.05rem;
    line-height: 1.3;
}

.pgm_txt .p_txt.pd10 {
    padding:0 10px;
}
.pgm_txt .p_txt p {
    line-height: 1.8;
}
.pgm_txt .p_txt b {
    font-weight: 600;
    font-feature-settings: "palt";
    display: block;
    margin-bottom: 10px;
    padding-bottom: 5px;
    color: #0e7ca0;
    font-size: 1.8rem;
    border-bottom: 1px solid #ccc;
}

.pgm_txt .p_txt .tai {
    font-size: 3.0rem;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: serif;
    color: #e25b23;
}
.pgm_txt .p_txt .tai span {
    font-size: 2.7rem;
    line-height: 1.3;
    font-family: serif;
    color: #222;
}

.pgm_txt .p_txt ul {
    margin: 0 -10px;
}
.pgm_txt .p_txt ul li {
    margin: 7px 10px;
    line-height: 1.2;
    font-size: 1.55rem;
    font-feature-settings: "palt";
}
.pgm_txt .p_txt ul li:last-of-type {
    margin: 7px 0;
}
.pgm_txt .p_txt ul li::before {
    content: '●';
    font-size: 1.1rem;
    line-height: 1;
    color: #3385a0;
    position: relative;
    top: -1px;
    margin-right: 3px;
}

.pgm_txt .p_txt ul li dl {
    display: flex;
    flex-wrap: wrap;
}
.pgm_txt .p_txt ul li dl dt {
    font-weight: 500;
}
.pgm_txt .p_txt ul li dl dd {
    margin: 0 10px;
}
.pgm_txt .p_txt ul li dl dd::before {
    content: '●';
    font-size: 1.1rem;
    line-height: 1;
    margin-right: 1px;
    color: #3385a0;
    position: relative;
    top: -1px;
}
.pgm_txt .p_txt ul.dan li::before {
    display: none;
}
.pgm_txt .p_txt ul.dan li:last-of-type {
    margin: 5px 10px;
}

.pgm_txt .p_pho.rig {
    flex-shrink: 0;
    margin-left: 30px;
    max-width: 380px;
}
.pgm_txt .p_pho .pho {
    position: relative;
}
.pgm_txt .pgm_txt.flx .p_txt {
    flex-shrink: 0;
    width: 500px;
}

.pgm_txt .name {
}


/*/// pref_txt ///*/
.pgm_txt.pref > dl {
    display: block;
    margin-bottom: 30px;
}
.pgm_txt.pref > dl:last-of-type {
    margin-bottom: 0;
}
.pgm_txt.pref > dl > dt {
    font-weight: 600;
    flex-shrink: 0;
    width: 100%;
    border:0;
    /*border-bottom: 1px solid #037094;
    color: #037094;*/
    border-bottom: 1px solid #ccc;
    color: inherit;
    text-align: left;
    padding: 0;
    padding-left: 5px;
    padding-bottom: 10px;
    line-height: 1;
    font-size: 2.1rem;
}
.pgm_txt.pref > dl > dd {
    padding: 0;
}
.pgm_txt.pref > dl > dd ol {
    padding: 10px;
    padding-top: 0;
}
.pgm_txt.pref > dl > dd ol li {
    margin-top: 15px;
    font-feature-settings: "palt";
    font-weight: normal;
    line-height: 1.2;
    display: flex;
    align-items: center;
}
.pgm_txt.pref > dl > dd ol li span {
    font-size: 1.5rem;
    /*font-feature-settings: normal;*/
}
.pgm_txt.pref > dl > dd ol li b {
    font-weight: 500;
}
.pgm_txt.pref > dl > dd ol li a {
    font-weight: 500;
}
.pgm_txt.pref > dl > dd ol li b::before {
    font-family: 'icomoon';
    content: "■";
    font-size: 1.7rem;
    margin-right: 5px;
    color: #bbb;
}
.pgm_txt.pref > dl > dd ol li a::before {
    font-family: 'icomoon';
    content: "\e91a";
    font-size: 1.7rem;
    margin-right: 5px;
    color: #888;
}

.pgm_txt.pref > dl > dd ol li > dl {
    display: block;
}
.pgm_txt.pref > dl > dd ol li > dl dt {
    width: auto;
    padding-right: 10px;
}
.pgm_txt.pref > dl > dd ol li > dl dd {
    margin-left: 20px;
}
.pgm_txt.pref > dl > dd ol li > dl dd .flex {
    display: flex;
    align-items: center;
    line-height: 1.2;
    margin-bottom: 10px;
}
.pgm_txt.pref > dl > dd ol li > dl dd .flex:first-of-type {
    margin-top: 5px;
}
.pgm_txt.pref > dl > dd ol li > dl dd .flex:last-of-type {
    margin-bottom: 5px;
}

.pgm_txt.pref > dl > dd ol li > dl dd p {
    display: block;
    line-height: 1.2;
}
.pgm_txt.pref > dl > dd ol li > dl dd p b {
}
.pgm_txt.pref > dl > dd ol li > dl dd p b::before {
    content: "ー";
    font-size: 1.7rem;
    margin-right: 8px;
    color: #999;
}
.pgm_txt.pref > dl > dd ol li > dl dd p a::before {
    content: "ー";
    font-size: 1.7rem;
    margin-right: 8px;
    color: #999;
}


.pgm_txt.pref > ul {
    padding: 0 10px;
    padding-bottom: 20px;
}
.pgm_txt.pref > ul > li {
    margin-top: 10px;
    font-feature-settings: "palt";
    font-weight: normal;
    display: flex;
    align-items: center;
    line-height: 1.2;
}
.pgm_txt.pref > ul > li:first-of-type {
    margin-top: 0;
}
.pgm_txt.pref > ul > li b {
    font-weight: 500;
}
.pgm_txt.pref > ul > li a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #096ccf;
    font-weight: 500;
}
.pgm_txt.pref > ul > li a:hover {
    color: #db4800;
}
.pgm_txt.pref > ul > li b::before {
    font-family: 'icomoon';
    content: "■";
    font-size: 1.7rem;
    margin-right: 5px;
    color: #bbb;
}
.pgm_txt.pref > ul > li a::before {
    font-family: 'icomoon';
    content: "\e91a";
    font-size: 1.7rem;
    margin-right: 5px;
    color: #888;
}
.pgm_txt.pref > ul > li span {
    font-size: 1.5rem;
    /*font-feature-settings: normal;*/
    font-weight: normal;
}

.pgm_txt.tokuten > dl {
    display: block;
    margin-bottom: 30px;
}
.pgm_txt.tokuten > dl > dt {
    width: 100%;
    text-align: left;
    padding: 13px 15px;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1;
}
.pgm_txt.tokuten > dl > dd {
    padding-left: 15px;
    padding-right: 15px;
}
.pgm_txt.tokuten > dl > dd > p {
    margin-top: 10px;
}

/*/// pg_dl ///*/
.pgm_txt .pg_dl {
    display: block;
    margin-top: 15px;
}
.pgm_txt .pg_dl > dt {
    background-color: #f9eecd;
    width: auto;
    padding: 3px 6px;
    font-weight: 500;
}
.pgm_txt .pg_dl > dd {
    margin-top: 6px;
}
.pgm_txt .pg_dl > dd > p {
}
.pgm_txt .pg_dl > dd > p > span {
    font-size: 1.45rem;
}



/*/// pgm_pan ///*/
.pgm_pan {
}
.pgm_pan ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}
.pgm_pan ul li {
    line-height: 1;
    padding: 0 18px;
}
.pgm_pan ul li a {
    position: relative
}
.pgm_pan ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ef6c1d;
    z-index: 1;
    transition: all 0.2s ease-out;
}
.pgm_pan ul li a span {
    position: relative;
    padding-left: 14px;
}
.pgm_pan ul li a:hover {
    color: #009244;
    font-weight: 500;
}
.pgm_pan ul li a:hover::before  {
    border-left: 15px solid #009244;
}
.pgm_pan.dan ul li a:hover {
    color: #7811a7;
}
.pgm_pan.dan ul li a:hover::before  {
    border-left: 15px solid #9129c0;
}
.pgm_pan.ran ul li a:hover {
    color: #e25b23;
}
.pgm_pan.ran ul li a:hover::before  {
    border-left: 15px solid  #ef6c1d;
}

/*/// com_pan ///*/
.com_pan {
    border: 1px solid #ef6c1d;
    padding: 10px;
}
.com_pan dl {
    display: flex;
}
.com_pan dl:nth-of-type(n+2) {
    margin-top: 10px;
}
.com_pan dl dt {
    flex-shrink: 0;
    line-height: 1;
    min-width: 100px;
    font-weight: 500;
    background-color: #ef6c1d;
    color: #fff;
    display: flex;
    place-items: center;
    justify-content: center;
    margin-right: 15px;
    padding: 8px 5px;
}
.com_pan dl dd {
    font-weight: 500;
    align-self: center;
}
.com_pan dl dd a {
    display: inline;
    color: #096ccf;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
    padding-bottom: 1px;
}
.com_pan dl dd a:hover {
    color: #db4800;
    box-shadow: none;
}
.com_pan dl dd .min {
    font-size: 1.4rem;
    font-weight: normal;
}
.com_pan dl dd .fotline {
    display: inline;
    font-weight: 600;
    box-shadow: 0 0px 0 transparent inset, 0px -8px 0px #fff054 inset;
    padding-bottom: 3px;
}


/*/// sponsor ///*/
.pgm_txt .spn-are {
}
.pgm_txt .spn-are > dl:nth-of-type(n+2) {
    margin-top: 30px;
}
.pgm_txt .spn-are > dl > dt {
    margin-top: 30px;
}
.pgm_txt .spn-are > dl > dt {
    font-weight: 600;
    width: 100%;
    border: 0;
    color: inherit;
    text-align: left;
    padding: 0;
    padding-bottom: 10px;
    line-height: 1;
    font-size: 2.1rem;
}
.pgm_txt .spn-are > dl > dt span {
    margin-left: 10px;
    font-size: 1.6rem;
    align-self: center;
    font-weight: normal;
}
.pgm_txt .spn-are > dl > dt .come {
}
.pgm_txt .spn-are > dl > dt .come p {
    font-size: 1.8rem;
    color: #dd5300;
}
.pgm_txt .spn-are > dl > dt .come p span {
    color: initial;
    font-size: 1.5rem;
}

.pgm_txt .spn-are > dl > dd {
    padding: 0;
}

.pgm_txt .spn-are table {
    width: 100%;
}
.pgm_txt .spn-are table th,
.pgm_txt .spn-are table td {
    border: 1px solid #bbb;
    padding: 10px;
    text-align: center;
    font-size: 1.55rem;
}
.pgm_txt .spn-are table th {
    padding: 6px 10px;
    text-align: center;
    font-weight: 600;
    background-color: #fcfadb;
    line-height: 1.15;
}
.pgm_txt .spn-are table th small {
    font-weight: normal;
}
.pgm_txt .spn-are table td {
    font-weight: normal;
}
.pgm_txt .spn-are table th.iro {
    background: #fce6e2;
}
.pgm_txt .spn-are table td.iro {
}

.pgm_txt .spn-are .txt-a {
    text-align: right;
    font-size: 1.45rem;
}

.spn-txt-a {
}
.spn-txt-a p {
}

.spn-txt-b {
}
.spn-txt-b p {
}
.spn-txt-b p:nth-of-type(n+2) {
    margin-top: 10px;
}

.spn-txt-b .pho {
}
.spn-txt-b .pho a.modalup i {
    font-size: 2.8rem;
    border: 1px #ef6c1d solid;
    position: absolute;
    background-color: #fff;
    padding: 2px;
    border-radius: 5px;
    color: #ef6c1d;
    transition: all 0.2s ease-out;
    bottom: 30px;
    right: 0;
}
.spn-txt-b .pho a.modalup:hover i {
    background-color: #ef6c1d;
    color: #fff;
}
.spn-txt-b .pho a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #096ccf;
}
.spn-txt-b .pho a:hover {
    color: #db4800;
}
.popu-box .photo-are img.one {
    max-width: 800px;
    margin: 0 auto;
}

.spn-flow {
}
.spn-flow .tai {
    font-weight: 600;
    border-bottom: 1px solid #047094;
    padding-bottom: 10px;
    line-height: 1;
    font-size: 2.4rem;
    margin-bottom: 15px;
}
.spn-flow > dl {
    display: flex;
    margin-bottom: 20px;
}
.spn-flow > dl:last-of-type {
    margin-bottom: 0;
}
.spn-flow > dl > dt {
    width: 280px;
    font-weight: 600;
    flex-shrink: 0;
    /*background-color: #037094;
    color: #fff;*/
    background-color: #fcfadb;
    border: 1px #037094 solid;
    display: flex;
    place-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 0;
    font-size: 1.6rem;
}
.spn-flow > dl > dt.hgt {
    line-height: 1.4;
}
.spn-flow > dl > dd {
    align-self: center;
    padding: 5px 0;
    padding-left: 25px;
    font-weight: 500;
    font-size: 1.7rem;
}
.spn-flow > dl > dd .m_tx {
    font-size: 1.6rem;
    font-weight: normal;
}
.spn-flow > dl > dd > p::before {
    content: '●';
    font-size: 1.5rem;
    color: #047094;
    margin-right: 2px;
}

.jyunbi_txt {
    min-height: 400px;
    text-align: center;
    padding-top: 130px;
}
.jyunbi_txt p {
    font-size: 1.7rem;
}


@media screen and (max-width: 768px) {
    .pgm_title {
        margin-top: 20px;
    }
    .pgm_title h3 {
        font-size: 3.3rem;
    }
    
    .pg_title {
        margin-bottom: 35px;
    }
    .pg_title h4 {
        font-size: 3.0rem;
        font-weight: 600;
        padding-left: 20px;
    }
    .pg_title::before {
        width: 7px;
        height: 52px;
    }
    
    .pgm_txt > dl > dt {
        width: 140px;
    }
    
    .pgm_txt h5 {
        padding: 12px 20px;
        margin-bottom: 30px;
    }
    .pgm_txt h5 span {
        font-size: 2.4rem;
    }
    .pgm_txt h5::before {
        border-bottom: 25px solid transparent;
        border-left: 25px solid #ef6c1d;
    }
    .pgm_txt h5::after {
        border-top: 25px solid transparent;
        border-right: 25px solid #ef6c1d;
    }
    .pgm_txt.pan {
        padding-top: 0;
    }
    
    .pgm_box:nth-of-type(1) {
        padding-top: 35px;
    }
    .pgm_box:nth-of-type(n+2) {
        padding-top: 60px;
    }
    
    .pgm_txt .p_pho.rig {
        margin-left: 30px;
        flex-shrink: 0;
        width: 35%;
    }
    .pgm_txt > dl > dd.flx .lef-txt {
        flex-shrink: initial;
        max-width: none;
    }
    .pgm_txt > dl > dd.flx .rig-pho {
        flex-shrink: 0;
        width: 35%;
    }
    .pgm_txt > dl > dd {
        padding-left: 20px;
    }

    .pg_title .blk .tai {
        font-size: 1.5rem;
    }
    
    .pg_title .blk a {
        min-width: 160px;
        height: 42px;
    }
    .pg_title .blk a span {
        font-size: 1.6rem;
        font-weight: 500;
    }
    .pg_title .blk a i {
        font-size: 2.0rem;
    }
    
    .pgm_txt.flow dl dt {
        width: 210px;
        font-size: 1.55rem;
    }
    .pgm_txt .table dl dt {
        width: 160px;
        padding-right: 0;
        padding-left: 10px;
    }
    
    
    /* ssmenu */
    .ssmenu {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 35px;
        border-bottom: 1px solid #ef6c1d;
    }
    .ssmenu ul {
        display: flex;
        justify-content: center;
        margin: 0 -8px;
    }
    .ssmenu ul li {
        line-height: 1;
        padding: 0 8px;
    }
    .ssmenu ul li a {
        position: relative;
        padding: 15px 15px;
        padding-top: 14px;
        border-radius: 6px 6px 0 0;
        border: 1px solid #ef6c1d;
        border-bottom: 0;
        font-weight: 500;
        /*font-feature-settings : "palt";*/
    }
    .ssmenu ul li a span {
        position: relative;
        padding-left: 14px;
    }
    .ssmenu ul li a:hover {
        background-color: #ffe9dc;
    }
    .ssmenu ul li.on a {
        background-color: #ef6c1d;
        color: #fff;
    }
    
    .jyunbi_txt {
        min-height: 200px;
    }
    .jyunbi_txt p {
        padding-top: 0;
    }
    

    
}

@media screen and (max-width: 575px) {
    .pgm_title h3 {
        font-size: 2.2rem;
        padding: 0 15px;
    }
    .ssmenu {
        padding-top: 25px;
    }
    .pg_title {
        display: block;
        place-items: normal;
        padding: 10px 0;
        margin-bottom: 25px;
    }
    .pg_title::before {
        width: 7px;
        height: 100%;
    }
    
    .pg_title em {
        padding-top: 5px;
    }
    .pg_title h4 {
        font-size: 2.3rem;
        padding-left: 15px;
    }
    .pgm_txt {
        padding-top: 40px;
        flex-direction: column;
    }
    .pgm_txt .p_txt {
        order: 2;
    }
    .pgm_txt .p_pho.rig {
        flex-shrink: 0;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        margin-bottom: 20px;
        order: 1;
    }
    .pgm_txt .p_txt .tai {
        font-size: 2.3rem;
        margin-bottom: 15px;
    }
    .pgm_txt .p_txt .tai span {
        font-size: 2.0rem;
    }
    .pgm_txt .a_tx {
        line-height: 1.4;
    }

    .pgm_txt > dl {
        display: block;
    }
    .pgm_txt > dl > dt {
        width: 100%;
        line-height: 1;
        padding: 10px 10px;
        padding-top: 8px;
        border: 0;
        border-bottom: 1px #037094 solid;
        border-left: 3px #037094 solid;
        text-align: left;
        margin-bottom: 6px;
        font-size: 1.65rem;
    }
    .pgm_txt > dl > dt br {
        display: none;
    }
    .pgm_txt > dl > dd {
        padding-left: 5px;
    }
    .pgm_txt > dl > dd .flx {
        display: block;
    }
    .pgm_txt > dl > dd .flx .link {
        margin-left: 0;
    }
    
    .pgm_txt > dl > dd > a_tx {
        margin-top: 10px;
    }
    
    .pgm_txt > dl > dd.flx {
        flex-direction: column;
    }
    .pgm_txt > dl > dd.flx .lef-txt {
        order: 2;
    }
    .pgm_txt > dl > dd.flx .rig-pho {
        flex-shrink: 0;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
        margin-bottom: 20px;
        order: 1;
    }
    .pgm_txt > dl > dd dl dt {
        width: 100px;
    }
    .pgm_txt.pref > dl > dd ol li > dl {
        display: block;
    }
    
    .pgm_txt .s_tx {
        font-size: 1.45rem;
    }
    
    .com_pan {
        margin-bottom: 30px;
    }
    .ssmenu {
        overflow: hidden;
        overflow-x: scroll;
    }
    .ssmenu ul {
        width: 460px;
    }
    .ssmenu ul li {
        padding: 0 4px;
    }
    .ssmenu ul li a {
        padding: 12px 5px;
    }
    .pgm_box:nth-of-type(1) {
        padding-top: 20px;
    }
    .pgm_txt h5 {
        display: block;
        margin-bottom: 25px;
    }
    .pgm_txt h5 span {
        display: block;
        font-size: 1.9rem;
    }
    .pgm_txt h5 em {
        display: block;
        font-size: 1.4rem;
        /*font-feature-settings: "palt";*/
        margin-left: 0;
        margin-top: 6px;
    }
    .pgm_txt .table {
        margin: 0;
        display: block;
    }
    .pgm_txt .table .blk {
        width: 100%;
        margin: 0;
    }
    .pgm_txt .table .blk:nth-of-type(n+2) {
        margin-top: 20px;
    }
    .pgm_txt .table h6 {
        font-size: 1.6rem;
    }
    .pgm_txt .table dl dt {
        font-size: 1.55rem;
    }
    .pgm_txt .p_txt.pd10 {
        padding: 0;
    }
    .pgm_txt .p_txt.mt40 {
        margin-top: 30px;
    }
    .pgm_txt .th_tx {
        font-size: 1.55rem;
    }
    
    .pg_title.pan {
        display: block;
        margin-bottom: 25px;
    }
    .pg_title.pan::before {
        top: 0;
        transform: none;
    }
    .pg_title.pan .blk {
        margin: 0;
        text-align: left;
        padding-top: 10px;
        padding-left: 15px;
    }
    
    .pgm_txt > dl > dd span {
        font-size: 1.45rem;
    }
    .pgm_txt > dl > dd > p > span {
        font-size: 1.45rem;
    }
    
    .pgm_txt.flow dl dt {
        width: 100%;
        font-size: 1.5rem;
    }
    
    .pgm_txt.pref > dl > dt {
        font-size: 1.9rem;
    }
    .pgm_txt.pref > dl > dd ol {
        padding: 5px 0 10px;
    }
    .pgm_txt.pref > dl > dd ol li:first-of-type {
        margin-top: 5px;
    }
    .pgm_txt.pref > dl > dd ol li span {
    line-height: 1.2;
}
    
    .jyunbi_txt {
        min-height: 150px;
    }
    .jyunbi_txt p {
        padding-left: 10px;
    }
    
    
    .pg_table {
    overflow: hidden;
    overflow-x: scroll;
}
    .pgm_txt.tokuten > dl > dt {
    padding: 12px 10px;
    font-size: 1.9rem;
}
    .pgm_txt.tokuten > dl {
    margin-bottom: 25px;
}
    .pgm_txt.tokuten > dl > dd {
    padding: 0;
    padding-top: 3px;
    padding-left: 5px;
    padding-right: 5px;
}
    .com_pan dl dt {
    min-width: 90px;
}
    .pgm_txt .seminar-list.flx {
    display: block;
}
    
    
    
}


/* ------------------------------
    privacy
------------------------------ */
.privacy {
    max-width: 1100px;
    margin: 0 auto;
}
.privacy dl {
    margin-top: 40px;
}
.privacy dl:first-of-type {
    margin-top: 0;
}
.privacy dt {
    font-size: 1.6rem;
    font-weight: 600;
    border-bottom: 1px solid #bbb;
    padding-bottom: 5px;
}
.privacy dd {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    letter-spacing: 0.03em;
    font-size: 1.45rem;
}
.privacy dd.min {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    letter-spacing: 0.03em;
    font-size: 1.35rem;
}

.privacy dd p.min {
    padding-top: 10px;
    font-size: 1.35rem;
    /*font-feature-settings: "palt";*/
    color: #245890;
}
.privacy ul {
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
.privacy li {
    font-size: 1.45rem;
    text-indent: -1em;
    padding-left: 1em;
}
.privacy li a {
    display: inline-block;
    color: #085cb5;
    text-decoration: underline;
    text-indent: 0.5em;
}


@media screen and (max-width: 575px) {
    .privacy {
        padding: 0;
    }    
}


/* ------------------------------
    contact_tox
------------------------------ */
.b-body.contact {
    margin-top: 0;
}
.contact_tox {
}
.contact_tox .btn_area{
	text-align: center;
	justify-content: center;
}


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

@media screen and (max-width: 575px) {
    .contact_tox {
    }
}


/* ------------------------------
    contact_form
------------------------------ */
.contact_form {
    margin: 0 auto;
    margin-top: 30px;
    max-width: 1100px;
}
.contact_form dl {
    display: flex;
    padding-bottom: 30px;
}
.contact_form dl dt {
    font-weight: 500;
    line-height: 1;
    flex-shrink: 0;
    width: 220px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    background-color: #d8e8f3;
    background-color: #d4eaf2;
    margin-right: 25px;
    padding: 13px 15px;
    font-size: 1.5rem;
}
.contact_form dl dt span.must {
    position: relative;
    color: #DE0509;
    font-size: 1.3rem;
    font-weight: bold;
    vertical-align: top;
    margin-left: 3px;
    top: -2px;
}
.contact_form dl dd {
    width: 100%;
    align-self: center;
}
.contact_form dl dd input {
    width: 100%;
    padding: 6px 10px;
    font-size: 1.6rem;
    line-height: 1.625;
}
.contact_form dl dd textarea {
    width: 100%;
    padding: 6px 10px;
    min-height: 180px;
    resize: vertical;
    font-size: 1.6rem;
    line-height: 1.625;
}

.contact_form.two {
}
.contact_form.two dl {
    border-top: 1px solid #ccc;
}
.contact_form.two dl dt {
}
.contact_form.two dl dd {
    padding: 10px 0;
}

.contact_form input,
.contact_form textarea {
    display: block;
	outline: none;
    background: none;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.contact_form input:focus,
.contact_form textarea:focus {
	background: #ffffff;
    border: 1px solid #a2d2de;
    box-shadow: 0 0 4px 1px rgb(162 210 222 / 70%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
.contact_form .error_mk input,
.contact_form .error_mk textarea {
    border: 1px solid #DE0509;
}
.contact_form .error_mk input:focus,
.contact_form .error_mk textarea:focus {
	background: #ffffff;
    border: 1px solid #DE0509;
    box-shadow: none;
}
.contact_form .agreement.error_mk .radio_input + span::before {
    border: 1px solid #DE0509;
}
.contact_form .error_mk input.radio_input {
    border: 0;
}

/* placeholder-shown */
.contact_form input:placeholder-shown,
.contact_form textarea:placeholder-shown {
	color: #999999;
}
/* Google Chrome, Safari, Opera 15+, Android, iOS */
.contact_form input::-webkit-input-placeholder,
.contact_form textarea::-webkit-input-placeholder {
	color: #999999;
}
/* Firefox 18- */
.contact_form input:-moz-placeholder,
.contact_form textarea:-moz-placeholder {
	color: #999999;
	opacity: 1;
}
/* Firefox 19+ */
.contact_form input::-moz-placeholder,
.contact_form textarea::-moz-placeholder {
	color: #999999;
	opacity: 1;
}
/* IE 10+ */
.contact_form input:-ms-input-placeholder,
.contact_form textarea:-ms-input-placeholder {
	color: #999999;
}

/* agreement */
.contact_form .agreement {
    margin-bottom: 40px;
}
.contact_form .agreement label {
	display: inline-block;
}
.contact_form .agreement .radio_input + span {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}
.contact_form .agreement .radio_input + span::before {
	content: "";
	display: block;
	position: absolute;
	top: -2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #EFF1F5;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.contact_form .agreement .radio_input:checked + span::after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 5px;
    border-left: 2px solid #222;
    border-bottom: 2px solid #222;
    width: 11px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* form_btn */
.form_btn {
	width: 260px;
	padding: 0;
}
.form_btn{
	position: relative;
	overflow: inherit;
}
.form_btn + .form_btn{
	margin-left: 50px;
}
.form_btn span:not(.arw){
	display: block;
	position: relative;
	font-weight: 600;
	text-align: center;
	line-height: 1.25;
	transition:all .4s ease;
	overflow: hidden;
	z-index: 1;
	padding: 19px 0;
	font-size: 1.6rem;
	width: 100%;
	background: #037094;
	color: #fff;
}
.form_btn.back span:not(.arw){
	background: #d9d9d9;
	color: #222;
}

.form_btn span:not(.arw)::before{
	content: "";
	width:100%;
    height:100%;
    left:-100%;
	top: 0;
    position:absolute;
    transition:all .4s ease;
    z-index:-1;
	background: #ef6c1d;
}
.form_btn.back span:not(.arw)::before{
	background: #333;
}
.form_btn.back .arw.s,
.btn.back .arw.s{
	right: auto;
	left: -20px;
}
.form_btn.back .arw.s:before {
	right: auto;
}
.form_btn.back .arw.s:after {
	-webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
	left: 2px;
}

.contact_tox .thanks {
    text-align: center;
    margin-top: 50px;
}
.contact_tox .thanks .area {
    display: inline-block;
}
.contact_tox .thanks .area > ul {
}
.contact_tox .thanks .area > ul li {
    margin-bottom: 10px;
    text-align: left;
    display: flex;
}
.contact_tox .thanks .area > ul li i {
    font-size: 1.4rem;
    margin-right: 2px;
    color: #1c75b0;
}

.contact_tox .thanks .area .waku {
    border: 1px solid #1c75b0;
    margin-top: 30px;
    padding: 10px 20px;
}
.contact_tox .thanks .area .waku p {
}
.contact_tox .thanks .area .waku ul {
}
.contact_tox .thanks .area .waku ul li {
    margin-top: 5px;
}
.contact_tox .thanks .area .waku ul li a {
    color: #0062a4;
}
.contact_tox .thanks .area .waku ul li a::before {
    background-color:  #0062a4;
}


@media screen and (min-width: 769px) {
	.form_btn:hover{
		cursor: pointer;
	}
	.form_btn:hover span:not(.arw){
		color: #fff;
	}
	.form_btn.back:hover span:not(.arw){
		color: #fff;
	}
	.form_btn:hover span:not(.arw)::before{
		left: 0;
	}
}

@media screen and (max-width : 768px){
	.contact_form dl dd.radio_box .radio_input + span::before,
	.contact_form .agreement .radio_input + span::before{
		top: -2px;
		width: 18px;
		height: 18px;
	}
    
	.contact_form dl dd.radio_box .radio_input:checked + span::after,
	.contact_form .agreement .radio_input:checked + span::after{
		top: 4px;
		left: 4px;
	}
    
	.form_btn {
		width: 45%;
	}

	.form_btn + .form_btn {
		margin-left: 5%;
	}

	.form_btn span:not(.arw) {
		font-size: 1.4rem;
		padding: 15px 0;
	}
	
	.form_btn.back .arw.s {
		left: -14px!important;
		right: auto!important;
	}
	/*
	.form_btn.back .arw.s:before {
		width: 26px;
	}
	.form_btn.back .arw.s:after {
		width: 6px;
		height: 6px;
		top: 0;
		left: 0;
	}
    */
    .contact_form dl {
        padding-bottom: 25px;
    }
    .contact_form dl dt {
        width: 180px;
        margin-right: 20px;
    }
	.contact_form.two dl {
        padding-bottom: 25px;
    }
    .btn_area.mt30 {
        margin-top: 20px;
    }
    .contact_tox .thanks {
        margin-top: 40px;
    }
    .contact_tox .thanks .area > ul li {
        text-align: left;
        text-indent: -1.2em;
        padding-left: 1.2em;
    }     
}

@media screen and (max-width: 575px) {
    .contact_form {
        margin-top: 20px;
    }
    .contact_form dl {
        display: block;
        padding-bottom: 10px;
    }
    .contact_form dl dt {
        width: 100%;
        margin-right: 0;
        padding: 10px 10px;
    }
    .contact_form dl dd {
        padding: 10px 0 20px;
    }
	.form_btn span:not(.arw) {
		font-size: 1.3rem;
	}
    .contact_form .agreement {
        margin-bottom: 30px;
    }
    .contact_form .agreement .radio_input + span {
        padding-left: 25px;
    }
    .contact_form.two {
        margin-top: 30px;
    }
    .contact_form.two dl {
        padding-bottom: 15px;
    }
    
	.form_btn {
		width: 100%;
        max-width: 200px;
	}
	.dwu .form_btn {
		width: calc(100% / 2 - 10px);
	}
    .contact_form dl:last-of-type dd {
        padding: 10px 0 0;
    }
    .contact_tox .thanks {
        margin-top: 30px;
    }
    .contact_form input:placeholder-shown {
        font-size: 1.45rem;
    }
}


/* ------------------------------
    ttl_tox
------------------------------ */
.ttl_tox {
    margin-top: 60px;
}
.ttl_tox p {
    text-align: center;
    font-weight: 500;
}
.ttl_tox p.min {
    font-size: 1.55rem;
    margin-top: 10px;
    color: #DE0509;
}
.ttl_tox p.min span {
    margin: 0 3px;
    font-size: 1.3rem;
}
.ttl_tox p.dai {
    font-size: 1.8rem;
    line-height: 2;
}
.ttl_tox.sby {
    padding-top: 80px;
}


@media screen and (max-width: 768px) {
    .ttl_tox.sby {
        padding-top: 50px;
    }
    .ttl_tox p.dai {
        font-size: 1.7rem;
        line-height: 1.6;
    }
}

@media screen and (max-width: 575px) {
    .ttl_tox p.min {
        margin-top: 5px;
        font-size: 1.45rem;
    }
    .ttl_tox p.dai {
        font-size: 1.6rem;
    }
}


/* ------------------------------
    error_tox
------------------------------ */
.error_tox {
    margin-top: 30px;
}
.error_tox ul {
    border: 1px solid #f09799;
    background: #fff5f5;
    padding: 10px 15px;
}
.error_tox ul li {
    font-size: 1.4rem;
    color: #DE0509;
    margin-bottom: 5px;
}
.error_tox ul li:last-of-type {
    margin-bottom: 0;
}
.error_tox ul li::before {
    content: "⚠︎";
    position: relative;
    margin-right: 5px;
    font-weight: 600;
}

/* Style the tab */
.tab {
}

/* Style the buttons that are used to open the tab content */
.tab button {
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
}

/* Create an active/current tablink class */
.tab button.active {
}

/* Style the tab content */
.tabcontent {
  display: none;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}


@media screen and (max-width: 768px) {
    .error_tox {
        margin-top: 10px;
    }
}

@media screen and (max-width: 575px) {
    .error_tox ul {
        padding: 10px;
    }
    .error_tox ul li {
        font-size: 1.35rem;
        margin-bottom: 3px;
    }
}


/* ------------------------------
    seminar
------------------------------ */
.pgm_txt h6 {
    font-size: 2.0rem;
    font-weight: 500;
    padding: 10px;
    padding-left: 0;
    margin-bottom: 20px;
    margin-top: 40px;
    border-bottom: 1px solid #eba817;
    border-bottom: 1px solid #aaa;
}

.seminar .pgm_txt h6 i {
    display: inline-block;
    margin-right: 3px;
    color: #f2a704;
    color: #ef6c1d;
}

.seminar .pgm_txt .bosyu {
    padding-left: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #8e8e8e;
    font-size: 2.0rem;
}

.pgm_txt .seminar-time {
}
.pgm_txt .seminar-time > li {
}
.pgm_txt .seminar-time > li:first-of-type h6 {
    margin-top: 20px;
}


.pgm_txt .seminar-list dl {
    display: flex;
    margin-bottom: 10px;
}
.pgm_txt .seminar-list dl:last-of-type {
    margin-bottom: 0;
}
.pgm_txt .seminar-list dl dt {
    flex-shrink: 0;
    width: 180px;
    min-height: 45px;
    padding: 5px 0;
    font-size: 1.6rem;
    border: 1px #eba817 solid;
    background-color: #f4ecd9;
    color: inherit;
    font-weight: 500;
    display: flex;
    place-items: center;
    justify-content: center;
}
.pgm_txt .seminar-list dl dd {
    align-self: center;
    padding: 5px 0;
    padding-left: 25px;
    font-weight: normal;
}
.pgm_txt .seminar-list dl dd > b {
    font-weight: 500;
    font-size: 1.9rem;
}

.pgm_txt .seminar-list dl dd a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #096ccf;
}
.pgm_txt .seminar-list dl dd a:hover {
    color: #db4800;
}
.pgm_txt .seminar-list dl dd .link a i {
    margin-right: 5px;
}

.pgm_txt .seminar-list.flx {
}
.pgm_txt .seminar-list.flx .text {
}
.pgm_txt .seminar-list.flx .photo {
    flex-shrink: 0;
    max-width: 200px;
    margin-left: auto;
    padding-top: 10px;
}
.pgm_txt .seminar-list.flx .photo.lsz {
    max-width: 280px;
}
.pgm_txt .seminar-list.flx .photo.msz {
    max-width: 260px;
}
.pgm_txt .seminar-list.flx .photo.ssz {
    max-width: 240px;
}


.pgm_txt .seminar-list > .photo {
    text-align: right;
    padding-top: 10px;
}
.pgm_txt .seminar-list > .photo span {
    max-width: 460px;
}

.seminar .pgm_pan {
}
.seminar .pgm_pan ul {
    margin: 0;
    margin-top: 10px;
    padding: 0 10px;
}
.seminar .pgm_pan ul li {
    padding: 0;
    margin-top: 18px;
}
.seminar .pgm_pan ul li a {
    font-weight: normal;
    font-size: 1.55rem;
}
.seminar .pgm_pan ul li a span {
    padding-left: 16px;
    line-height: 1.2;
}
.seminar .pgm_pan ul li a:hover {
    color: #009244;
    font-weight: normal;
}
.seminar .pgm_pan ul li a::before {
    top: 2px;
    left: 0;
}

/*
.pgm_pan ul li {
    line-height: 1;
    padding: 0 18px;
}
.pgm_pan ul li a {
    position: relative
}
.pgm_pan ul li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ef6c1d;
    z-index: 1;
    transition: all 0.2s ease-out;
}
.pgm_pan ul li a span {
    position: relative;
    padding-left: 14px;
}
.pgm_pan ul li a:hover {
    color: #009244;
    font-weight: 500;
}
.pgm_pan ul li a:hover::before  {
    border-left: 15px solid #009244;
}
*/


body.home a {
}

body.home .header_top .top_nav ul li.link_txt {
    color: #aaa;
    pointer-events: none; 
}
body.home .header_top .top_nav ul li.link_txt a {
    color: #aaa;
    pointer-events: none; 
    background: none;
}
body.home .header_top .top_nav ul li.link_txt a i {
    color: #aaa;
}

body.home .header_top .top_nav ul li {
    color: #fff;
    pointer-events: none; 
}
body.home .header_top .top_nav ul li a {
    color: #fff;
    pointer-events: none; 
}
body.home .sbtn a::before {
    display: none;
}
body.home .header_top .top_nav ul li.iro a {
    background-color: #aaa;
    pointer-events: none; 
}

body.home .header_nav ul li a {
    color: #aaa;
    pointer-events: none; 
}
body.home .header_nav ul > li.on > a {
    color: #fff;
    pointer-events: none; 
}

body.home .hm_btn li a {
    border: 1px solid #aaa;
    border-left: 7px solid #aaa;
    color: #aaa;
    pointer-events: none; 
}

body.home .footer_are .fot_rig .list h4 a {
    color: #aaa;
    pointer-events: none;
}
body.home .footer_are .fot_rig .list h4::before {
    color: #aaa;
}
body.home .footer_are .fot_rig .list h5 a {
    color: #aaa;
    pointer-events: none;
}
body.home .footer_are .fot_rig .list h5::before {
    color: #aaa;
}
body.home .footer_are .fot_rig .list ol li a {
    color: #aaa;
    pointer-events: none;
}
body.home .footer_link ul li a {
    color: #aaa;
    pointer-events: none;
}

body.home .hm_news ul li .txt {
    color: #aaa;
}
body.home .hm_news ul li .txt a {
    color: #aaa;
    pointer-events: none;
}

body.home .hm_news ul li .day {
    color: #aaa;
}
body.home .hm_news ul li .day::before {
    color: #aaa;
}

body.home .header_top .top_logo {
    pointer-events: none;
}

body.home header .smt-botn {
    display: none !important;
}


/* ------------------------------
    初期時
------------------------------ */
.op-content {
    margin-top: 30px;
    border: 1px solid #ef6c1d;
    border-radius: 20px;
    padding: 3px;
}
.op-content .waku {
    text-align: center;
    background-color: #ef6c1d;
    color: #fff;
    padding: 30px 50px;
    padding-bottom: 20px;
    border-radius: 20px;
}
.op-content .waku h3 {
    font-weight: 600;
    font-size: 2.3rem;
    line-height: 1;
    margin-bottom: 10px;
}
.op-content .waku p {
    font-weight: 500;
    font-size: 1.7rem;
}

.op-exhibit {
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #ef6c1d;
    color: #e25b23;
    padding: 30px;
    padding-bottom: 20px;
    border-radius: 10px;
    margin: 0 5px;
    margin-top: 40px;
}
.op-exhibit h3 {
    font-weight: 600;
    font-size: 2.3rem;
    line-height: 1;
    margin-bottom: 10px;
}
.op-exhibit h4 {
    font-weight: 600;
    font-size: 2.1rem;
    line-height: 1;
    margin-bottom: 10px;
}
.op-exhibit p {
    font-weight: 500;
    font-size: 1.7rem;
}

.hm_btn li.not a {
    border: 1px solid #ccc;
    border-left: 7px solid #ccc;
    color: #aaa;
    pointer-events: none;
}


.pgm_txt.spsr .link a {
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #096ccf;
}
.pgm_txt.spsr .link a:hover {
    color: #db4800;
}

.pgm_txt.spsr .link a span {
    display: inline;
    box-shadow: 0 0px 0 transparent inset, 0px -1px 0px #4e9cf1 inset;
    line-height: 1.2;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
}
.pgm_txt.spsr .link a:hover span {
    box-shadow:none;
}

.pgm_txt.spsr .link a i {
    margin-right: 5px;
}
.pgm_txt.spsr .link a i.icon-auto_stories {
    font-size: 2.0rem;
}

.chuy.red {
    font-size: 1.5rem;
    font-weight: normal;
}


.project .pgm_txt .spn-are table th {
    padding: 10px 10px;
}
.project .pgm_txt .spn-are table td {
    padding: 6px 10px;
}
.project_are {
}
.project_are .flx {
}
.project_are .flx .pho {
    flex-shrink: 0;
    width: 440px;
    padding-right: 40px;
}
.project_are .flx .pho span {
    display: block;
    width: 400px;
    height: 450px;
    background-color: #d9d9d9;
}
.project_are .flx .txt {
}
.project_are .flx .txt > p {
    padding-top: 20px;
    line-height: 1.8;
}
.project_are .flx .txt > .waku {
    border: 1px solid #ef6c1d;
    padding: 15px;
    margin-top: 30px;
}
.project_are .flx .txt > .waku b {
    font-weight: 600;
    margin-top: 10px;
    display: block;
    color: #e25b23;
}
.project_are .flx .txt > .waku b:first-of-type {
    margin-top: 0;
}
.project_are .flx .txt > .waku p {
}
.project_are .flx .txt > .waku p.red {
}

.project .pgm_txt .spn-are > dl > dt {
}
.project .pgm_txt .spn-are table.sukej {
}
.project .pgm_txt .spn-are table.sukej th {
    font-size: 1.9rem;
}

.project .pgm_txt .spn-are table.sukej td {
    text-align: left;
    padding: 15px 20px;
    line-height: 2;
}

.project .pgm_txt .name {
    font-size: 1.7rem;
    font-weight: 500;
}



@media screen and (max-width: 768px) {
    .pgm_txt .seminar-list dl dt {
    width: 130px;
    }
    .pgm_txt .seminar-list.flx .photo {
    max-width: 160px;
}
    .pgm_txt .seminar-list.flx .photo.lsz {
    max-width: 200px;
}
    .pgm_txt .seminar-list > .photo span {
    max-width: 320px;
}

    .project_are .flx {
    display: block;
}
    .project_are .flx .pho {
    width: auto;
    padding: 0;
    text-align: center;
}
    .project_are .flx .pho img {
    margin: 0 auto;
}
    .ttl_tox {
    margin-top: 30px;
}
    .privacy dl {
    margin-top: 30px;
}
    
    
}

@media screen and (max-width: 575px) {
    .pgm_txt.top {
    padding-top: 0;
}
    .pgm_txt .seminar-time > li:first-of-type h6 {
    margin-top: 0;
}
    .pgm_txt .seminar-time > li h6 {
    font-size: 1.8rem;
    padding: 0;
    margin-top: 30px;
    padding-bottom: 5px;
}
    .pgm_txt .seminar-list dl dd > b {
    font-size: 1.65rem;
}
    .pgm_txt .seminar-list dl {
    display: block;
}
    .pgm_txt .seminar-list dl dt {
    min-width: 100px;
    width: auto;
    padding: 3px 10px;
    min-height: auto;
    display: inline-block;
}
    .pgm_txt .seminar-list dl dd {
    padding: 0;
    padding-top: 10px;
}
    .project .pgm_txt .spn-are > dl > dt {
    font-size: 1.9rem;
}
    .project .pgm_txt .spn-are table.sukej th {
    font-size: 1.65rem;
}
    .privacy dd {
    margin-left: 5px;
    margin-right: 5px;
}
    .privacy ul {
    margin-left: 5px;
    margin-right: 5px;
}
    .privacy dl {
    margin-top: 20px;
}
    .pgm_title span {
    top: calc(70% - 1px);
}
    
    
}


/* ------------------------------
    追加 2025/11/11
------------------------------ */
.hm_topmsg {
    max-width: 1130px;
    margin: 30px auto 0;
    padding-left: 20px;
    padding-right: 20px;
}
.hm_topmsg .waku {
    position: relative;
    border: 2px solid #ef6c1d;
    padding: 8px;
    background: #fff;
}
.hm_topmsg .waku::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #ef6c1d;
    padding: 5px;
    z-index: -1;
}
.hm_topmsg .waku .ue {
    text-align: center;
    padding-top: 10px;
}
.hm_topmsg .waku .ue p {
    font-size: 2.5rem;
    font-weight: 600;
}
.hm_topmsg .waku .shi {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.hm_topmsg .waku .shi p {
    font-size: 1.7rem;
    font-weight: 500;
}


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

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















