*:focus {
    outline: none;
}
.breadcrumb {
    margin: 0 0 45px;
    padding: 0;
    list-style: none;
}

.breadcrumb li {
    display: inline;
}

.breadcrumb li a,.noLink{
    color: #808080!important;
    font-size: 12px;
}

.breadcrumb li span{
    font-size: 12px!important;
}

.breadcrumb li br{
    display: none;
}

.breadcrumb li:after {
    content: '-';
    padding: 0 0.2em;
}

.breadcrumb li:last-child:after {
    content: '';
}

.site-inner a{
    color: #333333;
    transition : 0.5s;
}

.site-inner a:hover{
    color: #0090b9;
    transition : 0.5s;
}

.txtWrapper p{
    font-family: 'Poppins','BIZ UDPGothic', sans-serif!important;
    margin-bottom: 15px;
    font-weight: 600!important;
}

 .poppins{
     font-family: 'Poppins', sans-serif!important;
     font-weight: 600!important;
}

.pink::before{
    background-color: #ff3366;
}

.pink{
    color: #ff3366;
}

.blue01::before{
    background-color: #0090b9;
}

.blue01{
    color: #0090b9;
}


.blue02::before{
    background-color: #0090b9;
}

.blue02{
    color: #0090b9;
}

.orange::before{
    background-color: #ee8621;
}

.orange{
    color: #ee8621;
}

.green::before{
    background-color: #1dbc73;
}

.green{
    color: #1dbc73;
}


.entry-content a{
    box-shadow: none!important;
}


button{
    background-color: transparent!important;
    border: none!important;
    cursor: pointer!important;
    outline: none!important;
    padding: 0!important;
    appearance: none!important;
}

ul {
    list-style: none!important;
    margin: 0!important;
}


#header-change{
    background: #FFFFFF;
    justify-content: space-between;
    position: fixed;
    transition: .5s;
    top: 0;
    width: 100%;
    z-index: 999;
}

.home #header-change {
    top: -400px;
}

#header-change.fixed{
    top: 0;
}

#header-change .logo{
    width: 73px;
}

#header-change p{
    line-height: 1!important;
}

.top_txt {
    background: #f7f7f7;
    padding: 10px 0 !important;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    z-index: 999;
}

.top_txt h1 {
    font-size: 11px;
    font-weight: 500;
    max-width: 1275px;
    margin: 0 auto;
    padding: 0 15px;
    color: #808080;
}

.top_fixMenu{
    width: 1275px;
    height: 65px;
    margin: 0 auto;
    padding: 10px 15px;
    z-index: 999;
}

.top_fixMenu .g_nav,.top_fixMenu .g_nav ul{
    display: flex;
    justify-content: space-between;
}

.top_fixMenu .g_nav .left_menu{
margin-right: 15px;

}

.top_fixMenu .g_nav .left_menu li{
    margin-right: 26px;
    position: relative;
}


.top_fixMenu .g_nav .right_menu li {
    margin-left: 30px;
    position: relative;
}

.top_fixMenu .g_nav .left_menu li a,.top_fixMenu .g_nav .right_menu li a{
    vertical-align: middle;
    color: #666666;
}

.left_menu li > a > span ,.right_menu .arrow_no > a > span,.left_menu li a.active:after{
    display: inline-block;
    position: relative;
    transform: rotate(0deg);
}

.left_menu li > a:after,.right_menu .arrow_no > a:after,.left_menu li a.active:after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background:#ff3366;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
    z-index: 999!important;
}

.left_menu li a:hover::after,.right_menu .arrow_no a:hover::after,.left_menu li a.active:hover::after {
    transform: scale(1, 1);/*X方向にスケール拡大*/
}

.left_menu li > a:hover,.left_menu li a.active:hover,.right_menu .arrow_no a:hover{
    color: #0090b9!important;
}

 .top_fixMenu .g_nav ul .contact {
    width: 150px;
     height: 45px;
    text-align: center;
    background: #0090b9;
    border-radius: 30px;
    -webkit-filter: drop-shadow(2px 2px #C8C8C8);
    filter: drop-shadow(2px 2px #C8C8C8);
}

.top_fixMenu .g_nav ul .documentRequest {
    width: 150px;
    text-align: center;
    background: #EE8621;
    border-radius: 30px;
    margin-left: 15px!important;
    -webkit-filter: drop-shadow(2px 2px #C8C8C8);
    filter: drop-shadow(2px 2px #C8C8C8);
}

.top_fixMenu .g_nav ul .contact:hover,.top_fixMenu .g_nav ul .documentRequest:hover {
    filter: none;
    cursor: pointer;
    transform:translate(3px,3px);
    transition : 0.5s;
}

.top_fixMenu .g_nav ul .underline_pink a{
    padding: 10px 0;
}


.top_fixMenu .g_nav ul li {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
}

.top_fixMenu .g_nav ul .contact a, .top_fixMenu .g_nav ul .documentRequest a {
    color: #FFFFFF!important;
    display: block;
    padding: 10px 20px;
}

.site-main{
    width: 1275px;
    margin: 90px auto 0;
    padding: 0 15px;
}

.home .site-main{
    margin: 0 auto ;
    padding: 0 ;
}

.search .site-main{
    margin-top: 110px!important;
}


.widget{
    border-top: none!important;
    font-size: 15px!important;
}

.widget-title{
    display: none;
}

.home .site-header{
    width: 100% !important;
    height: 145px!important;
}

.inner_contents{
    width: 1275px;
    margin: 0 auto;
    padding: 0 15px;
}

.button{
    max-width: 300px;
    margin: 30px auto 0;
    text-align: center;
    border: 1px solid #e6e6e6;
    border-radius: 30px;
    background: #FFFFFF;
}

.button a{
    padding: 15px 0;
    display: block;
    font-weight: 700;
    transition : 0.5s;
}

.button:hover{
    border: 1px solid #0090b9;
    transition : 0.5s;
}

#top_news{
    font-size: 12px;
    margin: 0 calc(50% - 50vw);
    background: #FFFFFF;
    width: 100vw;
}

#top_news h2:first-letter{
    color: #0090b9;
}

#top_news div {
    margin: 0 auto;
    max-width: 1275px;
    padding: 0 15px;
}

#top_news h2{
    font-family: 'Poppins', sans-serif!important;
    font-weight: 500!important;
    font-size: 14px;
    padding: 5px 15px;
    display: inline-block;
    border-right: 1px solid #e6e6e6;
    margin-right: 15px;
}

#top_news p {
    font-size: 13px;
    color: #ff3366;
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
}

#top_news span {
    font-size: 12px;
    color: #808080;
    padding-right: 15px;
    letter-spacing: 0.1em;
}

#top_news p br {
    display: none;
}

.site-header-main{
    height: 30px;
    display: inherit!important;
    width: 100%;
}

.site-branding{
    margin: 0 !important;
}

.sidebar{
    float: inherit!important;
    margin-left: 30px!important;
    width: 192px!important;
}

.sidebar .logo {
    margin: 0 0 47px;
}

.scroll{
    margin-top: 25px;
}

.scroll img{
    width: 15px;
}


*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.content{
    margin: 0 auto;
    padding: 40px;
}

.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
}

#header-change .modal{
    top: 95px;
}

.modal__bg{
    margin: 0 calc(50% - 50vw) ;
    background: rgba(0,0,0,0.4);
    height: 100vh;
    position: absolute;
    top: 3%;
    width: 100vw;
}

.modal__content{
    background: #fff;
    padding: 85px 65px;
    position: absolute;
    top: 30%;
    width: 1335px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: flex;
}


#header-change .modal__content {
    top: 15px!important;
    padding: 60px 500px;
}

 #modal01_2 .modal__content,#modal02_2 .modal__content,#modal03_2 .modal__content {
     width: 100%;
     padding: 0!important;
     display: inherit;
     box-shadow: 0 5px 5px -5px rgb(0 0 0 / 10%) inset;
 }

#modal01_2 .modal__inner,#modal02_2 .modal__inner,#modal03_2 .modal__inner{
     width: 945px;
     margin: 0 auto;
     display: flex!important;
     padding: 30px 0;
 }

#modal03 .modal__content {
    align-items: flex-end;
}

#modal03 .sab_nav {
     margin-bottom: 0;
}


 .modal__content ul{
     width: 205px;
     height: 100%;
     margin-right: calc(101 / 1245 * 100%) !important;
     position: relative;
}

.modal__content ul::before {
    content: '';
    width: 1px;
    height: calc(100% - 50px);
    background-color: #d6e2f0;
    position: absolute;
    top: 40px;
    left: 0;
}

.modal__content ul li{
    margin-bottom: 15px;
    font-size: 12px;
    font-weight: 700;
    padding-left: 15px;
}

.modal__content ul.main_nav::before {
    content: none;

}

/*#modal02_2 .modal__content,#modal03_2 .modal__content{*/
/*    display: inherit!important;*/
/*    width: 100%!important;*/
/*    padding: 60px 367px!important;*/
/*}*/

#modal02_2 .modal__inner,#modal03_2 .modal__inner{
    display: flex!important;
}

#modal02_2 .modal__content ul,#modal03_2 .modal__content ul {
    width: 215px!important;
}

.modal__content .main_nav li{
    font-size: 18px!important;
    margin-bottom: 30px;
    padding-left: 0;
}

 .modal__content .main_nav li:last-child {
     margin-bottom: 0;
 }

 .modal__content .main_nav .arrow_r{
     padding-top: 0;
 }

.modal__content .sab_nav{
    font-size: 15px!important;
    padding-left: 0;
}

.select {
    color: #0090b9!important;
}

#modal01 .leftBorder01::before,#modal01 .leftBorder02::before,#modal03 .leftBorder01::before,#modal03 .leftBorder02::before{
    content: none;
}

#top_nav{
    width: 1335px;
    margin: 0 auto;
    padding: 0 15px;
}

.header_right_info {
    margin: 0 auto;
    max-width: 1245px;
}

.header_right_info ul {
    margin-top: 19px!important;
    float: right;
}

.header_right_info ul li  {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px!important;
}

.header_right_info ul li a {
    background: transparent;
    padding: 0 20px ;
    white-space: nowrap;
    font-weight: 700;
}

.header_right_info ul .tel{
    padding-left: 15px;
    line-height: 15px;
    background: url(../images/common/tel.png) no-repeat left center;
    background-size: 15px;
    margin-left: 15px;
}

.header_right_info ul .tel a{
    padding: 15px 5px;
}

#header-change .top_txt .inner_contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#header-change .top_txt h1{
    max-width: inherit;
    margin: 0;
    padding: 0;
}

#header-change .tel {
    padding-left: 25px;
    line-height: 15px;
    background: url(../images/common/tel.png) no-repeat left center;
    background-size: 15px;
    margin-bottom: 0;
}

#header-change .tel a{
    vertical-align: sub;
    font-size: 14px;
    font-weight: 700;
}

.header_right_info ul .contact{
    width: 180px;
    text-align: center;
    background: #0090b9;
    border-radius: 30px;
    margin-left: 35px;
    -webkit-filter: drop-shadow(2px 2px #C8C8C8);
    filter: drop-shadow(2px 2px #C8C8C8);
}

.header_right_info ul .documentRequest{
    width: 180px;
    text-align: center;
    background: #EE8621;
    border-radius: 30px;
    margin-left: 15px;
    -webkit-filter: drop-shadow(2px 2px #C8C8C8);
    filter: drop-shadow(2px 2px #C8C8C8);
}

.header_right_info ul .contact:hover,.header_right_info ul .documentRequest:hover{
    filter: none;
    transform:translate(3px,3px);
    transition : 0.5s;
}

.header_right_info ul .contact a,.header_right_info ul .documentRequest a{
    color: #FFFFFF!important;
    padding: 10px 20px;
    display: block;
}


.arrow_r {
    line-height: 18px;
    background: url(../images/common/arrow_r.png) no-repeat right center;
    background-size: 9px;
    padding-top: 5px;
}

.arrow_d {
    line-height: 18px;
    background: url(../images/common/arrow_d.png) no-repeat right center;
    background-size: 5px;
    padding-top: 13px;
    padding-right: 10px;
}

.arrow_link {
    line-height: 18px;
    background: url(../images/common/arrow_link.png) no-repeat right center;
    background-size: 9px;
    padding-top: 5px;
}

.arrow_no {
    line-height: 18px;
    background-size: 5px;
    padding-top: 13px;
}

.arrow_double {
    width: 30px;
    height: 15px;
    position: relative;
    margin: 0 auto;
}

.arrow_double::before,
.arrow_double::after {
    content: "";
    width: 21px;
    height: 2px;
    display: inline-block;
    border-radius: 2px;
    background: #333333;
    position: absolute;

}

.arrow_double::before {
    top: calc(50% - 1px);
    transform: rotate(45deg);
    left: -3px;
}

.arrow_double::after {
    bottom: calc(67% - 4px);
    transform: rotate(-45deg);
    right: -2px;
}


.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 10px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 0;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before {
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: #0090b9;
}

.slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
}
.slick-dots li {
    display: inline-block;
    margin: 0 10px;
}




input[type="text"]{
    background: none!important;
}

 .search_container input[type="submit"]:hover,.search_container input[type="submit"]:active{
     pointer-events: none;
 }

.search_container{
    margin-top: 45px;
    box-sizing: border-box;
    position: relative;
    display: block;
    padding: 9px 20px;
    border-radius: 25px;
    height: 45px;
    overflow: hidden;
    background: #FFFFFF;
    color: #B3B3B3;
}

.search_container input[type="text"]{
    border: none;
    font-size: 12px;
    color: #B3B3B3;
    background: #ffffff!important;
}

.search_container input[type="text"]:focus {
    outline: 0;
}

.search_container input[type="submit"]{
    cursor: pointer;
    border: none;
    background: url(../images/common/icon_serch.png) no-repeat right center;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 15px;
    top: 15px;
    outline : none;
    transition : 0.5s;
}

 .search_container input[type="submit"]:hover{
     color: #FFFFFF!important;
     transition : 0.5s;
 }


.error404 .search_container{
    max-width: 200px!important;
    border: 1px solid!important;
}


.tab-group{
    text-align: center;
}

.tab{
    display: inline-block;
    margin: 30px 15px 15px;
    list-style: none;
    cursor: pointer;
    font-size: 18px;
}

.panel{
    display: none;
    max-width: 1000px;
    margin: 30px auto 0;
}

.tab.active{
    color: #0090b9;
    border-bottom: 2px solid #ff3366;
    transition: all 0.2s ease-out;
}
.panel.active{
    display:block;
}

.cardWrapper{
    display: flex;
    flex-wrap: wrap;
}

.cardWrapper::after{
    content:"";
    display: block;
    width: 42%;
}

.cardWrapper li {
    width: 405px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #d6e2f0;
    box-shadow: 3px 3px #d6e2f0;
    border-radius: 30px;
    background: #FFFFFF;
    padding: 25px ;
    transform: translate(0,0);
    transition: all .2s cubic-bezier(.15,.62,.43,.8)
}

.cardWrapper li:hover {
    box-shadow: none;
    cursor: pointer;
    transform:translate(3px,3px);
}

.cardWrapper li h2{
    border-bottom: 1px solid #d6e2f0;
    padding-bottom:  15px;
    margin-bottom: 30px;
    width: 100%;
}

.cardWrapper li p{
    font-size: 12px;
    margin-bottom: 0;
    color: #4d545c!important;
}

.cardWrapper_underDate{
    display: flex;
    flex-wrap: wrap;
}

.cardWrapper_underDate::after{
    content:"";
    display: block;
}

.cardWrapper_underDate li {
    width: calc(405 / 1245 * 100%);
    margin-right: calc(15 / 1245 * 100%);
    margin-bottom: 20px;
    border: 1px solid #e6e6e6;
    box-shadow: 3px 3px #e6e6e6;
    border-radius: 30px;
    background: #FFFFFF;
    padding: 25px ;
    transform: translate(0,0);
    transition: all .2s cubic-bezier(.15,.62,.43,.8);
}

.cardWrapper_underDate li:nth-child( 3n ) {
    margin-right: 0;
}
.cardWrapper_underDate li {
    display: flex;
    flex-direction: column;
}

.cardWrapper_underDate li a{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}


.cardWrapper_underDate li h3{
    width: 100%;
    font-weight: 500;
    margin-bottom: 30px;
}

.cardWrapper_underDate li a .arrow_r{
    font-size: 12px;
    margin-bottom: 0;
    letter-spacing: 0.1em;
    margin-top: auto;
    display: block;
    padding-top: 0;
    color: #808080;
}

.cardWrapper_underDate li:hover {
    box-shadow: none!important;
    cursor: pointer;
    color: #0090b9!important;
    transform:translate(3px,3px);
}

.cardWrapper_underDate .arrow_r{
    width: inherit;
}

.underline {
    display: inline-block;
    position: relative;
}

.underline a h2{
    position: relative;
}

.underline a h2::after {
    background-color: #0090b9;
    content: '';
    display: block;
    height: 1px;
    bottom: -1px;
    left: 0;
    position: absolute;
    transition: .5s all;
    width: 30px;
}

.underline:hover a h2::after {
    width: 100%;
}

.title p{
    font-weight: 700;
}

.subTitle:first-letter,.top_blue:first-letter{
    color: #0090b9;
}

.top_green:first-letter{
    color: #1dbc73;
}

.top_pink:first-letter{
    color: #ff3366;
}

.top_orange:first-letter{
    color: #ee8621;
}


.site-footer{
    background: #FFFFFF;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    position: relative;
    padding: 0 15px!important;
}

.site-info{
    width: 250px;
    position: absolute;
    left: inherit;
    top: 120px;
}

.site-info .logo{
    width: 165px;
}

 .site-info a:hover{
     color: #FFFFFF!important;
 }

.site-info p{
    font-size: 10px;
    margin-top: 30px;
    line-height: 2;
    letter-spacing: 0.1em;
}

.site-info .sns{
    display: flex;
}

.site-info .sns a{
    width: 45px;
    margin: 30px 15px 60px 0;
}

.site-info .address h1{
    font-size: 15px;
    margin-bottom: 15px;
}

.site-info .address p{
    font-size: 12px;
    margin-top: 0;
}

footer .navWrapper{
    background: #e6f4ff;
    margin-right: calc(50% - 50vw);
    border-top-left-radius: 225px;
    margin-left: 290px;
    height: 600px;
    padding: 90px 0 0 70px;
}

 footer .navWrapper nav{
     width: 900px;
     display: flex;
     flex-wrap: wrap;
 }

footer .navWrapper nav div{
    width: 230px;
    margin-left: 15px;
}

footer .navWrapper nav div:first-child{
    width: 150px;
}

footer .navWrapper nav div h2{
    font-size: 15px;
    margin-bottom: 15px;
    letter-spacing: 0.08em;
}

footer .navWrapper nav div h3{
    font-size: 13px;
    margin: 15px 0 10px 17px;
    letter-spacing: 0.08em;
}


 footer .navWrapper nav div h2:first-letter {
     color: #0090b9;
     font-size: 20px;
 }

footer .navWrapper nav div .single{
    margin-bottom:  15px;
    letter-spacing: 0.08em;
}

footer .navWrapper nav .hierarchy_2 p{
    font-size: 12px;
    font-weight: 700;
    padding-left: 30px;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    line-height: 1.5!important;
}

footer .navWrapper nav div p{
    font-size: 12px;
    font-weight: 700;
    padding-left: 15px;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    line-height: 1.5!important;
}

.copyright{
    font-size: 12px;
    color: #808080;
    position: absolute;
    left: inherit;
    bottom: 10px;
    margin-bottom: 0;
    letter-spacing: 0.1em;
}

.page_top {
    position:fixed;
    width: 90px;
    bottom: 15px;
    right: 30px;
    z-index: 100;
}

.page_top:hover {
    opacity: 0.7;
}

.search-results .site-main {
    margin-top: 90px;
}

.search-result__count{
    margin-bottom: 30px;
}


.mv {
    position: relative;
    background-size: 100% 510px;
    padding-top: 20px;
    padding-bottom: 90px;
    object-fit: cover;
    object-position: 0 0;
    width: calc(100% + 178px);
    margin: 0 -178px 0 0;
}

.mv .txtWrapper {
    position: absolute;
    top: 140px;
    left: 630px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.mv .txtWrapper .title_en,.mv .txtWrapper .title_jp{
    text-align: center;
}

.mv .txtWrapper .title_jp {
    font-size: 30px;
    margin-bottom: 45px;
}

 .mv .bk_white{
    padding: 40px;
    background: #FFFFFF;
    line-height: 1.8;
    border-radius: 7px;
    margin-top: 225px;
    margin-left: 210px;
    width: 825px;
}

.mv .bk_white h3{
    color: #0090b9;
    font-size: 20px;
    margin-bottom: 15px;
}

.mv .bk_white .decoWrapper{
    border: 1px solid #fddce6;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px!important;
}

.mv .bk_white .decoWrapper li{
    color: #ff3366;
    padding-bottom: 10px;
}

.mv.bk_white .decoWrapper li:last-child {
    padding-bottom: 0;
}

.mv .bk_white .decoWrapper li {
    padding-left: 30px;
    line-height: 20px;
    background: url(../images/movie/icon_point.png) no-repeat left 20%;
    background-size: 20px;
}

.sns__container {
    display: flex;
    margin-top: 90px;
    height: 45px;
}
.sns__container a {
    width: 100%;
    text-align: center;
    margin-right: 15px;
}

.sns__container a:last-child {
    margin-right: 0;
}

#contact{
    background: #e6f4ff;
    margin: 170px calc(50% - 50vw) 0;
    padding: 60px 0;
    width: 100vw;
}

.site-footer{
    padding: 120px 15px 0!important;
}

.page-id-515 #contact,.page-id-526 #contact{
    margin: 170px calc(50% - 50vw) 0;
}

#contact .wrapper{
    max-width: 1245px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    position: relative;
}

#contact .wrapper h2{
    font-size: 18px;
    color: #0090b9;
}

#contact .wrapper .tel-Wrapper,#contact .wrapper .form-Wrapper{
    text-align: center;
}
#contact .wrapper .tel-Wrapper h2,#contact .wrapper .form-Wrapper h2{
    margin-bottom: 30px;
}

#contact .wrapper .tel-Wrapper{
    max-width: 450px;
    padding: 0 60px;
}

#contact .wrapper .form-Wrapper {
    max-width: 475px;
    padding: 0 60px;
}

#contact .wrapper .tel a{
    font-size: 30px;
    padding: 15px 35px;
    background: url(../images/common/tel.png) no-repeat left center;
    background-size: 30px;
    font-family: 'BIZ UDPGothic', sans-serif!important;
    font-weight: 700;
}

.no_article{
    text-align: center;
}

.time{
    font-size: 15px;
    color: #808080;
    font-family: 'BIZ UDPGothic', sans-serif!important;
    margin-top: 15px;
    text-align: left;
}

.form-Wrapper ul{
    display: flex;
    justify-content: center;
}

.form-Wrapper ul .contact {
    width: 180px;
    text-align: center;
    background: #0090b9;
    border-radius: 30px;
    -webkit-filter: drop-shadow(2px 2px #C8C8C8);
    filter: drop-shadow(2px 2px #C8C8C8);
}

.form-Wrapper ul .documentRequest {
    width: 180px;
    text-align: center;
    background: #EE8621;
    border-radius: 30px;
    margin-left: 15px!important;
    -webkit-filter: drop-shadow(2px 2px #C8C8C8);
    filter: drop-shadow(2px 2px #C8C8C8);
}

.form-Wrapper ul li:hover {
    filter: none;
    cursor: pointer;
    transform:translate(3px,3px);
    transition : 0.5s;
}


.form-Wrapper ul .contact a, .form-Wrapper ul .documentRequest a {
    color: #FFFFFF!important;
    font-size: 14px;
    padding: 15px 30px;
    display: block;
}

#contact .title h1{
    writing-mode: vertical-rl;
    width: 77px;
    height: 310px;
    font-size: 18px;
    position: absolute;
    right: 95px;
    top: -100px;
    z-index: 980;
    line-height: 1.4!important;
}

#contact .title h1 strong{
    font-size: 30px;
}

#contact .title h1 .space{
    padding-top: 90px;
}

/*コンタクト*/
p{
    line-height: 2!important;
}

.page-id-510 .mv,.page-id-522 .mv {
    background: url("../images/contact/mv.png") no-repeat;
    background-size: 100% 630px;
    padding-bottom: 0;
}

.page-id-510 .mv .bk_white,.page-id-522 .mv .bk_white{
    padding-bottom: 0;
}

#blogContents{
    max-width: 675px;
    margin-right: 30px;
}

.contact_txt{
    margin-bottom: 60px;
}


.contact_txt img{
    height: inherit!important;
    width: 90px;
    margin-left: 30px;
}

.attention{
    color: #ff3366;
    font-size: 12px;
}

span.wpcf7-list-item {
    display: block;
}

input[type="text"],input[type="tel"],input[type="email"],textarea{
    border: none!important;
    background: #f2f2f2!important;
    border-radius: 5px!important;
    color: #333333!important;
}

textarea{
    height: 180px;
}

.wpcf7-free-text{
    max-width: 405px!important;
}

.company,.addressWrapper{
    display: flex;
    justify-content: space-between;
}

.page-id-524 .company,.page-id-513 .company,.page-id-524 .addressWrapper,.page-id-513 .addressWrapper,.page-id-19878 .company,.page-id-19878 .addressWrapper{
    justify-content: left!important;
}

.page-id-524 .company p,.page-id-513 .company p,.page-id-524 .addressWrapper p,.page-id-513 .addressWrapper p,.page-id-19878 .company p,.page-id-19878 .addressWrapper p{
    margin-right: 30px;
}

.page-id-19878 .wpcf7-textarea{
    max-width: 800px;
}

.page-id-19878 .site-main{
    padding: 0 20px;
}

.address1,.address2,.address3{
    margin-bottom: 20px;
}

.company{
    margin: 60px 0 30px;
}

.name,.page-id-513 .telWrapper,.page-id-513 .email,.page-id-524 .telWrapper,.page-id-524 .email{
    margin-bottom: 20px;
}

.company p,.name, .address1,.address2,.email{
    max-width: 360px;
}

.email{
    margin-bottom: 0;
}

.zipWrapper{
    display: flex;
}

.zipWrapper .wpcf7-form-control-wrap{
    width: 165px!important;
}


.zip{
    /*width: 180px;*/
    margin-bottom: 0;
}


.zip .wpcf7-text {
    width: 100px;
}

.zip .wpcf7-form-control-wrap{
    display: grid;
}

.auto{
    font-size: 12px;
    margin-left: 5px;
}

.tel{
    margin-bottom: 0;
}

.harf{
    color: #808080;
    font-size: 12px;
    margin-bottom: 20px;
    font-weight: 500;
}

.page-id-19878 .wpcf7-textarea {
    margin-bottom: 20px;
}

#form7_box .seminar-day,.address3{
    max-width: 343px;
}

.contact_txt p {
    margin-bottom: 60px;
    font-weight: 500!important;
}

.check {
    margin: 30px 0 15px;
}


input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #808080!important;
    font-size: 12px!important;
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #808080!important;
    font-size: 12px!important;
}
input::placeholder{ /* Others */
    color: #808080!important;
    font-size: 12px!important;
}

form p{
    line-height: 1.5!important;
    font-weight: 700;
}

form p span{
    font-weight: 500;
}

form p .required{
    color: #ff3366!important;
    padding-left: 5px;
}


.tel .wpcf7-form-control-wrap{
    width: 165px;
    /*display: inline-block;*/
}

.telWrapper{
    display: flex!important;
}

.telWrapper .wpcf7-form-control-wrap{
    max-width: 360px;
}

.telWrapper .line,.zipWrapper .line{
    margin: 0 5px!important;
}

.wpcf7-not-valid-tip{
    font-size: 12px!important;
    line-height: 1.5;
}


span.wpcf7-list-item {
    margin: 0 30px 10px 0;
    position: relative;
}

.wpcf7-list-item-label {
    cursor: pointer;
}

input[type="checkbox"] {
    opacity: 0;
    position: absolute;
}

.wpcf7-list-item-label::before {
    background-color: #f2f2f2;
    content: "";
    display: inline-block;
    height: 30px;
    margin-right: 15px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 30px;
    border-radius: 5px;
}

.wpcf7-checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    background: url("../images/contact/check.png") no-repeat center;
    background-size: contain;
    content: "";
    display: block;
    height: 15px;
    left: 6px;
    position: absolute;
    top: 10px;
    width: 15px;
}

.wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    background: url("../images/contact/check.png") no-repeat center;
    background-size: contain;
    content: "";
    display: block;
    height: 15px;
    left: 236px;
    position: absolute;
    top: 7px;
    width: 15px;
}

.page-id-19878 .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    background: url("../images/contact/check.png") no-repeat center;
    background-size: contain;
    content: "";
    display: block;
    height: 15px;
    left: 483px;
    position: absolute;
    top: 7px;
    width: 15px;
}


input[type="checkbox"]:checked + .wpcf7-list-item-label::before {
    background-color: #0090b9;
}


.wpcf7 input[type="submit"] {
    width: 405px;
    margin: 0 auto;
    padding: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border: none;
    background: #0090b9;
    color: #FFFFFF;
    -webkit-filter: drop-shadow(2px 2px #C8C8C8);
    filter: drop-shadow(2px 2px #C8C8C8);
}

.wpcf7 input[type="submit"]:hover {
    filter:none;
}

.wpcf7 input[type="button"] {
    width: 405px;
    margin: 60px auto 30px;
    padding: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border: none;
    background: #f2f2f2;
    color: #333333;
}


.btn_send,.check{
    text-align: center;
}

.check a{
    color: #0090b9;
    border-bottom: 1px solid #0090b9;
}


.wpcf7-spinner {
    display: block!important;
}

.wpcf7-submit:hover {
    background: #a4dd6c;
    transform: translate3d(0px, 3px, 1px);
    -webkit-transform: translate3d(0px, 3px, 1px);
    -moz-transform: translate3d(0px, 3px, 1px);
}


.download_step{
    margin: 30px 0;
}


#form7_box{
    max-width: 825px;
    margin:  45px auto 0;
}


/*資料請求*/

.information{
    margin: 45px 0 60px;
    padding-bottom: 45px;
    border-bottom: 1px solid #e6e6e6;
}

.information p{
    margin-bottom: 15px;
}

.request{
    font-size: 12px;
}

.opportunity{
    margin-bottom: 60px;
}

.page-id-515 .mv,.page-id-526 .mv {
    background: url("../images/contact/mv.png") no-repeat;
    background-size: 100% 630px;
    height: 630px;
}


.page-id-515 .mv .bk_white,.page-id-526 .mv .bk_white{
    padding-bottom: 40px;
}


.error{
    color: #dc3232;
    font-size: 12px;
    line-height: 1.5!important;
}

input#zip2::placeholder{
    color: transparent!important;
}

.categoryid-495 #blog-side,.categoryid-495 #related{
    display: none;
}

.categoryid-495 .bk_white {
    padding: 30px 45px 60px !important;
}

#searchform input[type="text"]{
    background: #ffffff!important;
}

@media only screen and (max-width:480px) {

    .mv {
        background: url("../images/contact/mv_sp.png") no-repeat;
        background-size: 100% 315px;
    }

    .mv .bk_white{
        padding: 20px;
    }

    .contact_txt {
        display: inherit;
        margin-bottom: 30px;
    }

    .contact_txt .left_txt{
        width: 100%;
        padding: 0 15px;
    }

    .contact_txt .img {
        text-align: center;
        margin-top: 15px;
    }

    .contact_txt img {
        width: 90px;
        margin-left: 0;
    }

    span.wpcf7-list-item {
        margin: 0 0 10px 0;
    }

    .wpcf7-free-text{
        max-width: 200px!important;
        margin-left: 5px;
        display: inline-block;
    }

    .company {
        margin: 30px 0;
    }

    .company, .addressWrapper {
        display: inherit;
    }

    form p {
        margin-bottom: 5px;
    }

    .name{
        margin-bottom: 30px;
    }

    .harf,.address1, .address2{
        margin-bottom: 10px;
    }

    .address3,.space_sp{
        margin-bottom: 30px!important;
    }

    .harf{
        font-size: 10px;
    }

    .tel .wpcf7-form-control-wrap {
        width: 85px;
    }

    .check {
        margin: 45px 0;
    }

    .wpcf7 input[type="submit"] ,.wpcf7 input[type="button"]{
        padding: 23px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
    }

    .wpcf7 input[type="button"] {
        margin-top: 30px;
    }

    .wpcf7-spinner{
        height: 0!important;
    }

    .wpcf7-list-item-label{
        font-size: 12px;
    }

    .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
        left: 48px;
    }

    .mv .bk_white h3 {
        font-size: 12px;
    }



    /*資料請求*/
    .information {
        margin: 40px 0;
        padding-bottom: 20px;
    }

    .opportunity {
        margin-bottom: 40px;
    }

    .auto {
        font-size: 11px;
        line-height: 1.5;
        margin-left: 5px;
    }

    input, select, textarea {
        font-size: 13px!important;
    }

    .page-id-19878 .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
        left: 74px;
    }



}


@media only screen and (max-width: 360px){
    .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
        left: 42px;
    }

    .page-id-19878 .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
        left: 62px;
    }




}

@media only screen and (max-width: 320px){
    .tel .wpcf7-form-control-wrap {
        width: 81px;
    }

    .left_txt{
        padding: 0 20px;
    }

    .wpcf7-acceptance input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
        left: 21px;
    }
}






 .print{
    position: absolute;
    top: 0;
     left: 949px;
    background: #FFFFFF;
    padding: 15px 30px;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.print img {
    width: 15px;
    height: 15px;
}

.print span {
    font-size: 14px;
    padding: 10px 0 10px 5px;
}

.under_title {
    position: relative;
    text-align: center;
    margin: 60px 0 40px;
}
.under_title::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    bottom: -20px;
    width: 45px;
    height: 1px;
    background-color: #0090b9;
}

.deco{
    display: inline-block;
    margin: 0 0 0 -5px;
    padding: 8px 10px;
    min-width: 120px;
    height: 30px;
    position: absolute;
    top: -10px;
    left: -5px;
    color: #ff3366;
    box-sizing: border-box;
    background-color: #feeef3;
}

.deco p {
    margin: 0;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    text-align: center;
}

.deco p:before{
    position: absolute;
    top: 100%;
    left: 0;
    border: none;
    border-right: solid 10px #ff3366;
    border-bottom: solid 5px transparent;
    content: '';
}


.color_pink{
    color: #ff3366;
}

.icon_title{
    text-align: center;
    margin-bottom: 45px;
    position: relative;
}


.icon_title img{
    width: 195px;
}

.icon_title h2 {
    position: absolute;
    top: 45px;
    left: 50%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 22px;
}

.icon_title h2 img{
    width: 60px!important;
}

#tab2,#tab3,#tab4{
    padding-top: 280px;
    margin-top:-280px;
}

.search_banner{
    width: calc(615 / 1245 * 100%);
    border: 1px solid #e6e6e6;
    box-shadow: 3px 3px #e6e6e6;
    border-radius: 30px;
    background: #FFFFFF;
    padding: 25px;
    transform: translate(0,0);
    transition: all .2s;
    margin:0 auto ;
    text-align: center;
}

.search_banner .icon{
    width: 58px;
    margin: 0 auto;
}

.search_banner p {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 0;
}

.arrow_r_gray{
    line-height: 30px;
    background: url(../images/common/arrow_r_gray.png) no-repeat right 15px center ;
    background-size: 30px;
}

.arrow_r_blue{
    line-height: 30px;
    background: url(../images/common/arrow_r_blue.png) no-repeat right center ;
    background-size: 30px;
}

.arrow_r_gray:hover {
    box-shadow: none;
    cursor: pointer;
}

.pagination{
    margin: 60px auto 0!important;

}

.pagination ul{
    display: flex!important;
    justify-content: center;
}


.page-numbers li{
    border: 1px solid #e6e6e6;
    width: inherit!important;
    min-width: 45px!important;
    height: 45px!important;
    text-align:center!important;
    border-radius: 5px;
    margin-right: 15px;
}

.pagination li .current{
    background-color: #f7f7f7;
    padding: 0 16px;
    border-radius: 5px;
    line-height:45px;
    height: 43px;
}
.page-numbers li .dots {
    opacity: 1;
    background: none;
    padding: 11px;
}

.page-numbers li a {
    padding: 11px;
}

#category_navi .tab-group li:hover,#category_navi .tab-group li.active{
    background: #e6f4ff;
}

.tab-group.fixed {
    position: fixed;
    background: #FFFFFF;
    top: 98px;
    padding-top: 15px;
    /*padding-bottom: 15px!important;*/
    left: 0;
    width: 100%;
    z-index: 995;
    box-shadow: 0 5px 5px -5px rgba(0,0,0,0.1);
}

.tab-group.fixed li{
    width: 300px!important;
    height: 55px!important;
}

.tab-group.fixed li img,.tab-group.fixed li h2 br{
    display: none;
}

.tab-group.fixed li h2 {
    line-height: 1.5!important;
    margin-top: 7px!important;
}

.tab-group.fixed .dropdown_menu{
    width: 75% !important;
}

.purpose{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;

    /*IE対策*/
    max-height: 5.5em;
}


#header-change{
    box-shadow: 0 5px 5px -5px rgba(0,0,0,0.1);
}

#new-employees,#young-employees,#leader,#mid-careers,#managers,#prospective-employees,#others{
    padding-top: 100px;
    margin-top: -100px;
}

#businessSkill,#women,#efficiency{
    padding-top: 200px;
    margin-top: -200px;
}

#businessSkill .icon_title,#women .icon_title,#efficiency .icon_title {
    margin-top: 60px;
}

.entry-content li{
    margin: 0 0 10px;
}

.point_list01 li::marker {
    color: #0090b9;
}

.entry-content ol {
    margin-left: 1.5em!important;
}

.point_list02 li{
    list-style: none!important;
}

.point_list02 li::before {
    content: "ー" !important;
    padding-right: 5px;
}

.point_list02 li::first-letter {
    color: #0090b9;
}

.contact_forProgram:hover {
    box-shadow: none;
    cursor: pointer;
    transform:translate(3px,3px);
    transition : 0.5s;
}

.contact_forProgram:hover p{
    color: #0090b9;
}

.contact_forProgram .icon {
    width: 60px;
    margin: 0 auto;
}

.contact_forProgram p {
    margin: 10px 0 0;
}

#related{
    padding-top: 90px!important;
    clear: both;
}

#related ul{
    display: flex;
    flex-wrap: wrap;
}

#related ul li{
    width:  510px!important;
    margin-right: 15px;
    position: relative!important;
    margin-bottom: 15px;
    padding: 40px;
}

#related  ul li:nth-child( 2n ) {
    margin-right: 0;
}

#related  ul li a img{
    border-radius: 30px;
    object-fit: cover;
    width: 100%;
    height: 250px;
}

#related  ul li a h2{
    margin: 0 0 30px;
    font-size: 22px;
    line-height: 1.8!important;
    padding-bottom: 10px;
}

#related  ul li a h3{
    font-size: 12px!important;
}

#related  ul li{
    position: relative;
    display: block;
}

#related  ul li a .purpose{
    font-size: 15px;
    margin-top: 10px;
}

.program_tagsWrapper #categoryWrapper {
    padding-top: 100px;
    margin-top: -100px;
}

#categoryWrapper h3 {
    font-size: 15px;
    margin-top: 60px;
    margin-bottom: 15px;
}

#categoryWrapper ul,#service .tab-B ul{
    display: flex;
    flex-wrap: wrap;
}

#categoryWrapper ul li ,#service .tab-B ul li{
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #e6f4ff;
    border-radius: 5px;
}

#categoryWrapper ul li a ,#service .tab-B ul li a{
    display: block;
    padding: 10px 30px;
}

.tag-list{
    margin-bottom: 30px!important;
}

.home #contact{
    display: none;
}

#header-change .search_container{
    margin-top: 0!important;
    margin-right: 15px;
    height: 25px!important;
    padding: 5px 15px;

}

#header-change  .search_container input[type="submit"] {
    top: 6px;
}

#header-change .search_container input[type="text"]{
    padding: 0;
}

.right_menuContents{
    display: flex;
}

.contact_forProgram {
    max-width: 615px;
    margin: 90px auto 0 !important;
    border: 1px solid #e6e6e6;
    border-radius: 30px;
    background: #FFFFFF;
    padding: 25px;
    text-align: center;
    box-shadow: 3px 3px #e6e6e6;
}

.contact_forProgram:hover {
    box-shadow: none;
    cursor: pointer;
    transform:translate(3px,3px);
}

.contact_forProgram:hover p{
    color: #0090b9;
}

.contact_forProgram .icon {
    width: 60px;
    margin: 0 auto;
}

.contact_forProgram p {
    margin: 10px 0 0;
}


.sp{
    display: none!important;
}



@media print{
    #top_news,#header-change,#contact,.site-footer{
        display: none;
    }
}

@media(min-width: 768px){
    a[href^="tel:"]{
        pointer-events: none;
    }
}


@media only screen and (max-width:480px) {

    .pc {
        display: none !important;
    }

    .sp {
        display: inherit!important;
    }


    #page{
        overflow: hidden;
    }

    .site-main {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    p,li{
        font-size: 12px;
    }

    .button {
        max-width: 250px!important;
        margin: 0 auto;
    }

    .button a {
        padding: 15px 0;
        line-height: 1.3;
        font-size: 10px;
    }

    .site-header {
        padding: 0 !important;
        height: 103px!important;
    }

    /*　ハンバーガーメニューボタン　*/
    .hamburger {
        display : block;
        position: absolute;
        z-index : 999;
        width : 30px;
        height: 30px;
        cursor: pointer;
        text-align: center;
        background: #ffffff;
        border: 1px solid #e6e6e6;
        border-radius: 30px;
        right: 0;
        margin-right: 20px;
    }

    .hamburger span {
        display : block;
        position: absolute;
        width   : 15px;
        height  : 1px ;
        left    : 6px;
        background : #0090b9;
        -webkit-transition: 0.3s ease-in-out;
        -moz-transition   : 0.3s ease-in-out;
        transition        : 0.3s ease-in-out;
    }
    .hamburger span:nth-child(1) {
        top: 9px;
    }
    .hamburger span:nth-child(2) {
        top: 14px;
    }
    .hamburger span:nth-child(3) {
        top: 19px;
    }

    /* スマホメニューを開いてる時のボタン */

    .hamburger.active span:nth-child(1) {
        top: 14px;
        left: 6px;
        background :#0090b9;
        -webkit-transform: rotate(-45deg);
        -moz-transform   : rotate(-45deg);
        transform        : rotate(-45deg);
    }

    .hamburger.active span:nth-child(2),
    .hamburger.active span:nth-child(3) {
        top: 14px;
        background :#0090b9;
        -webkit-transform: rotate(45deg);
        -moz-transform   : rotate(45deg);
        transform        : rotate(45deg);
    }

    /* メニュー背景　*/
    nav.globalMenuSp {
        position: fixed;
        z-index : 998;
        top  : 0;
        left : 0;
        color: #fff;
        background: rgba( 0,0,0,0.4 );
        width: 100%;
        height: 100%;
        transform: translateX(-100%);
        transition: all 0.6s;
    }

    nav.globalMenuSp ul {
        margin: 0  !important;
        padding: 40px 20px;
        width: 77%;
        height: 100%;
        background: #ffffff;
    }

    nav.globalMenuSp ul li {
        list-style-type: none;
        width: 100%;
        transition: .4s all;
    }

    nav.globalMenuSp ul li:last-child {
        padding-bottom: 0;
    }

    nav.globalMenuSp ul li a{
        display: block;
        margin: 30px 0 0;
        text-decoration :none;
    }

    nav.globalMenuSp ul li p a {
        margin: 15px 0 0;
        font-size:  12px;
    }

     nav.globalMenuSp ul li h3{
         font-size: 15px;
          padding-bottom: 7px;
     }


    #top_nav.m_fixed {
        left: 0;
        position: fixed;
        top: 0;
        z-index: 999;
        background: #ffffff;
        padding: 10px 20px;
    }

    #top_nav.m_fixed .header_right_info ul{
        margin:  0!important;
    }

    .hierarchy{
        margin-top: 15px;
    }

    .hierarchy div{
        margin-bottom: 30px;
    }

    .slidetoggle_menu .hierarchy p a{
        margin-left: 10px!important;
    }


    .hierarchy_section{
        position: relative;
    }

    .hierarchy_section::after {
        position: absolute;
        top: 10px;
        left: -2px;
        height: calc(100% - 18px);
        width: 2px;
        background: #d6e2f0;
        content: '';
        display: block;
    }


    .hierarchy a{
        /*position: relative;*/
        padding: 15px 0 0 15px!important;
        margin-top: 0!important;
        margin-left: 15px;
    }

    .hierarchy h3{
        font-size: 12px;
    }

    .other_hierarchy{
        border-top: 1px solid #e6e6e6;
        margin-top: 15px;
    }

    .other_hierarchy a{
        color: #808080;
        margin-top: 15px!important;

    }


    .search_banner{
        width: calc(440 / 480 * 100%);
        padding: 20px;
    }

    .search_banner .icon {
        width: 39px;
    }

    .search_banner p {
        font-size: 12px;
        margin-top: 8px;
    }


    /* クリックでjQueryで追加・削除 */
    nav.globalMenuSp.active {
        opacity: 100;
        display: block;
        transform: translateX(0%);
    }

    .site-inner, .site-header-main, .top_txt {
        padding: 0 !important;
        display: inherit !important;
    }

    .top_search {
        width: 250px;
        border: 1px solid #e6e6e6;
        border-radius: 30px;
        padding: 0;
    }
    .search_container{
        margin: 0 ;
    }


    .globalMenuSp dl{
        margin: 0;
    }

    .globalMenuSp dl dt{
        background:url("../images/common/arrow_r.png") right center no-repeat;
        background-size: 7px;
    }

    .globalMenuSp dl dt.active {
        background:url("../images/common/menu_d.png") right center no-repeat;
        background-size: 7px;
    }

    .globalMenuSp dl dd {
        display:none;
        color: #333333;
        line-height: 0.8;
        font-size: 12px;
        padding-left: 15px;
    }

    .globalMenuSp dl dd a {
        padding-bottom: 0!important;
    }

    #top_nav{
        width: 100%;
        padding: 0 20px;
    }

    #top_news{
        display: none;
    }

    .top_txt {
        background: #f7f7f7;
        padding: 10px 0 !important;
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        text-align: center;
        display: inherit !important;
    }

    .top_txt h1 {
        font-size: 10px;
        text-align: center !important;
        font-weight: 500;
    }

    .header_right_info .sp {
        display: flex;
    }

    .logo {
        width: 55px;
        margin-right: 25px;
    }

    .tel_sp {
        width: 30px;
    }

    .header_right_info ul {
        margin: 20px 0 !important;
        padding: 0;
        float: inherit;
    }

    .header_right_info ul .contact, .header_right_info ul .documentRequest {
        width: 80px;
        height: 30px;
        margin-left: 5px;
    }

    .header_right_info ul .contact a, .header_right_info ul .documentRequest a {
        font-size: 10px;
    }

    .header_right_info ul li a {
        font-size: 15px;
        padding: 7px 0!important;
    }

    .inner_contents{
        padding: 0 20px;
        width: 100%;
    }

    .mv{
        width: 100%;
        margin: 0;
        padding-bottom: 0;
    }

    .mv .txtWrapper {
        width: 100%;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .mv .txtWrapper .txt {
        padding: 20px;
        margin: 0 20px;
    }

    .mv .txtWrapper .title_en {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .mv .txtWrapper .title_jp {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .mv .txtWrapper .txt h3 {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .mv .txtWrapper .txt p {
        font-size: 10px;
    }

    .mv .bk_white{
        width: initial;
        margin: 100px 20px 0!important;
        padding: 20px;
        height: 100%;
    }

    .mv .bk_white p {
        line-height: 2;
    }

    .mv　.bk_white:before {
        content: "";
        display: block;
        padding-top: 100%; /* 1:1 */
    }

    .under_title{
        font-size: 15px;
    }

    .under_title::after{
        width: 30px;
    }

    .print{
        display: none;
    }

    .deco {
        padding: 0 10px;
        min-width: 90px;
        height: 20px;
    }

    .tab {
        padding: 20px 7px 10px;
        font-size: 12px;
    }

    .cardWrapper li {
        width: 100%;
        margin: 0 0 10px!important;
        padding: 20px!important;
        border-radius: 20px!important;
        box-shadow: 2px 2px #d6e2f0;
    }

    .cardWrapper li h2{
        font-size: 12px !important;
        margin-bottom: 20px!important;
    }

    .cardWrapper li p {
        font-size: 10px!important;
    }

    .underline::after {
        top: 53px;
        left: 20px;
    }

    .arrow_r {
        padding-top: 0;
        background: url(../images/common/arrow_r.png) no-repeat right center;
        background-size: 6px;
}


    .panel {
        margin: 30px auto 20px;
    }

    .cardWrapper_underDate{
        display: inherit;
    }

    .cardWrapper_underDate li{
        width: 100% !important;
        margin: 0 0 10px;
        padding: 10px 20px;
        border-radius: 20px;
        box-shadow: 2px 2px #e6e6e6;
    }

    .cardWrapper_underDate li h3{
        font-size: 12px;
        margin-bottom: 5px!important;
    }

    .cardWrapper_underDate li p {
        font-size: 10px;
    }

    #categoryWrapper ul li a ,#service .tab-B ul li a{
        padding: 5px 15px;
    }

    footer .navWrapper nav {
        border-top-left-radius: inherit;
        border-top-right-radius: 145px;
        margin-left: calc(50% - 50vw);
        margin-right: 20px;
        height: 430px;
        padding: 30px 0 0 0;
    }

    .site-footer{
        padding: 0!important;
    }

    .site-footer .outside-left{
        margin-left: calc(50% - 50vw);
        border-top-right-radius: 112px;
        margin-right: 0;
        height: auto;
        background: #e6f4ff;
    }

    .site-info .logo {
        width: 100px;
    }

    .site-info {
        position: inherit;
        width: 288px;
        padding: 30px 0 60px 20px;
    }

    .site-info .sns {
        justify-content: center!important;
    }

    .site-info .sns a {
        margin: 20px 7px 30px;
    }

    .site-info .sns a img{
        width: 40px;
    }

    .site-info .address h1 {
        font-size: 12px;
    }

    .site-info .address p {
        font-size: 10px;
    }

    .copyright{
        margin: 0 calc(50% - 50vw);
        width: 100vw;
        background: #FFFFFF;
        text-align: right;
        left:0;
        bottom: 0;
        padding-right: 20px;
        font-size: 10px;
    }

    #contact {
        margin: 0 calc(50% - 50vw) 30px;
        padding: 30px 0;
    }

    #contact .wrapper {
        margin: 0 auto;
        display: inherit;
        justify-content: center;
        position: relative;
    }


    #contact .title h1 {
        text-align: center;
        writing-mode: inherit;
        width: 100%;
        height: auto;
        font-size: 12px;
        position: inherit;
        line-height: 1.4!important;
    }

    #contact .title h1 strong {
        font-size: 20px;
    }

    #contact .wrapper .form-Wrapper{
        padding: 0 40px;
    }

    /*.form-Wrapper ul{*/
    /*    justify-content: space-between;*/
    /*}*/

    .form-Wrapper ul li {
        width: 140px!important;
        margin-left: 0;
        padding: 10px 20px!important;
    }

    #contact .wrapper .tel-Wrapper {
        padding: 0 30px;
    }

    #contact .wrapper .form-Wrapper{
        margin: 40px 0 30px;
    }

    #contact .wrapper .tel-Wrapper h2, #contact .wrapper .form-Wrapper h2 {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .form-Wrapper,.tel-Wrapper{
        margin-top: 0;
        padding-bottom: 30px;
    }

    .form-Wrapper ul .contact a, .form-Wrapper ul .documentRequest a {
        padding: 0;
    }

    #contact .wrapper .tel a {
        font-size: 20px;
        padding: 15px 35px;
        background: url(../images/common/tel_sp.png) no-repeat left center;
        background-size: 30px;
    }

    .time {
        font-size: 12px;
        text-align: center;
        margin-top: 10px
    }

    .contact_forProgram {
        border-radius: 25px;
        padding: 20px 25px;
        box-shadow: 2px 2px #d6e2f0;
    }

    .contact_forProgram .icon {
        width: 40px;
    }

    .contact_forProgram p {
        margin: 5px 0 0;
    }

    .arrow_r_blue,.arrow_r_gray{
        background-size: 20px;
    }

    .breadcrumb{
        display: none;
    }

    .page-numbers li {
        height: 40px!important;
        margin-right: 5px!important;
    }


    .contentsSection ul li{
        margin-right: 5px;
    }

    .pagination li .current {
        padding: 13px 15px;
        line-height: 38px;
        height: 100%;
        margin-left: -1px;
    }

    .page-numbers li a {
        line-height: 38px;
    }

    .search .site-content{
        padding: 0 20px;
    }

    .search-results .site-main{
        margin-top: 0;
    }

    .search .under_title {
        margin: 20px 0 40px;
    }


    .contact_forProgram {
        margin: 30px 20px 30px!important;
        border-radius: 25px;
        padding: 20px 25px;
        box-shadow: 2px 2px #e6e6e6;
    }

    .arrow_r_gray {
        background: url(../images/common/arrow_r_gray.png) no-repeat right 0 center;
        background-size: 20px;
    }

    .contact_forProgram .icon {
        width: 40px;
    }

    .pagination {
        margin: 30px auto !important;
    }

    .page-numbers li .dots {
        line-height: 3;
    }

    .entry-content{
        margin-right: 0!important;
        margin-left: 0!important;
    }

    .sns__container {
        display: flex;
        margin-top: 40px;
    }

    .sns__container a {
        margin-right: 10px;
    }

    .site-main{
        margin-bottom: 30px;
    }

    .program_tagsWrapper #categoryWrapper {
        padding: 100px 20px 0;
    }


    #allBlogWrapper{
        padding: 0 20px;
    }

    #top_news p br {
        display: inherit;
    }



}

@media only screen and (max-width: 360px){
    .logo {
        margin-right: 10px;
    }
}


@media only screen and (max-width: 320px){

    #top_news p{
        font-size: 11px!important;
    }

    #top_nav {
        padding: 0 15px;
    }

    .inner_contents {
        padding: 0 15px;
    }

        .hamburger {
            margin-right: 15px;
        }

    .logo {
        width: 52px;
        margin-right: 10px;
    }

    .header_right_info ul .contact, .header_right_info ul .documentRequest {
        width: 72px;
        margin-left: 2px;
    }

    .cardWrapper_underDate li {
        padding: 15px;
    }


    .site-info {
        margin: 0 0 0 20px !important;
        width: 266px;
    }

    nav.globalMenuSp ul li a {
        margin: 20px 0 0;
    }

    .other_hierarchy {
        margin-top: 20px;
    }

    #contact .wrapper .form-Wrapper{
        padding: 0 20px;
    }

    #top_nav.m_fixed{
        padding: 10px 15px;

    }



}


