@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-text-size-adjust: none;
    line-height: 1;
}

* {
    box-sizing: border-box;
}

ol{
	padding-left:20px;
}

ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

a {
    color: #000;
}

a:hover {
    opacity: 0.8;
    transition: all .3s ease;
}

a[href^="tel:"] {
    cursor: default;
}


/* ------------ 共通 --------------*/

html {
    font-size: 62.5%;
}

body {
    width: 100%;
    min-width: 1200px;
    font-size: 1.6rem;
}

a,
a:hover {
    text-decoration: none;
    transition: all ease 0.3s;
}

.cf::after {
    content: "";
    display: block;
    clear: both;
}

main {
    padding-top: 180px;
    line-height: 3.6rem;
    margin-top: -0.8rem;
    color: #000;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

h1 {
    font-size: 2.2rem;
    line-height: 3rem;
    font-weight: bold;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

h1 span {
    font-size: 2.0rem;
}

h1 a {
    color: #002060;
}

h2 {
    color: #fff;
    font-size: 3.2rem;
}

h3 {
    font-size: 24px;
    color: #000;
    text-align: center;
    position: relative;
    margin: 60px 0;
    font-weight: bold;
}

h3::before,
h3::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 3px;
    bottom: -20px;
    background-color:
}

h3::before {
    left: 50%;
    background: linear-gradient(90deg, #E73078 0%, #E73078 33%, #B7D32F 33%, #B7D32F 100%);
}

h3::after {
    background: linear-gradient(90deg, #1F2677 0%, #1F2677 66%, #E73078 66%, #E73078 100%);
    right: 50%;
}


h4 {
    border-bottom: 2px solid #000;
    font-size: 2rem;
    color: #000;
    padding: 0 0 5px 0;
    border-left: none;
    font-weight: bold;
    margin-bottom: 18px;
}

h5 {
    font-size: 18px;
    height: 36px;
    color: #000;
    font-weight: bold;
    padding-left: 10px;
    border-left: 5px solid #000;
    margin-bottom: 20px;
    margin-top: 3em;
}

h6 {
    font-size: 18px;
    font-weight: bold;
}

.t-mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fl {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
}

.fl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fl-end {
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

.fl-bt {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fl-wr {
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.fl-r {
    display: flex;
}

.arrow {
    position: relative;
}

.arrow-right::before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 0;
    right: 8px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.arrow-up::before {
    content: "";
    position: absolute;
    top: 19px;
    bottom: 0;
    width: 18px;
    height: 18px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pc-none {
    display: none;
}

.sp-none {
    display: block;
}

.float-l {
    float: left;
}

.float-r {
    float: right;
}

.t-b {
    font-weight: bold;
}

.t-red {
    color: #FF0000;
}

.t-18bu {
    font-size: 1.8rem;
    color: #17599C;
    font-weight: bold;
}

.center {
    text-align: center;
}

.mt20 {
    margin-top: 20px;
}

.mt100 {
    margin-top: 100px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb80 {
    margin-bottom: 80px;
}

@media screen and (max-width: 1200px) {
    body {
        min-width: 100%;
    }

    .wrapper {
        width: 96%;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 1.5rem;
        min-width: 340px;
    }

    main {
        padding-top: 80px;
        line-height: 2.6rem;
    }

    .wrapper {
        width: 94%;
    }

    h3 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-bottom: 2em;
    }

    h4 {
        font-size: 1.8rem;
    }

    h4 span {
        font-size: 1.4rem;
    }

    h5 {
        padding-top: 5px;
    }

    .fl-md {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
    }

    .fl-st-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .fl-wr-md {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .fl-column-md {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .fl-bt-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .pc-none {
        display: block;
    }

    .sp-none {
        display: none;
    }

    .t-18bu {
        font-size: 1.6rem;
        color: #17599C;
        font-weight: bold;
    }
}

@media screen and (max-width: 480px) {
    main {
        padding-top: 65px;
    }

    h1 {
        font-size: 1.4rem;
        line-height: 1.6;
    }

    h1 span {
        font-size: 1.2rem;
    }

    h3 {
        font-size: 16px;
        margin-bottom: 2em;
    }

    h4 {
        font-size: 14px;
    }

    .fl-wr-sm {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
    }

    .fl-column-sm {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}


/* ------------ ヘッダー --------------*/

header {
    position: fixed;
    z-index: 1000;
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
}

.header-top {
    padding-bottom: 15px;
}

.header-top h1 {
    margin: 12px 0 0 10px;
    line-height: 20px;
    font-size: 18px;
    color: #002060;
    float: left;
}

.header-top h1 span.t-01 {
    display: block;
    font-size: 14px;
}

.header-top h1 span.t-02 {
    display: block;
    font-size: 12px;
}

.header-logo {
    text-align: left;
    margin-top: 16px;
}

.header-logo img {
    width: 102px;
    height: 60px;
    margin-top: 10px;
    float: left;
}

.serch-box {
    width: 300px;
}

.contact-menu-box {
    width: 360px;
}

.contact-menu-box ul li {
    background-color: #002060;
    width: 50%;
    text-align: center;
    height: 36px;
    border-left: 1px solid #fff;
    font-weight: bold;
}

.contact-menu-box ul li a {
    color: #fff;
    padding-right: 5px;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 4.5rem;
    font-size: 1.2rem;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.contact-menu-box ul li a:hover {
    color: #fff;
    background-color: #1C78DF;
}

.header-menu {
    background-color: #002060;
    /*  background-image: url(img/menu-bg.png);*/
}

.header-menu ul li {
    width: 16.66%;
    border-left: 1px solid #fff;
}

.header-menu ul li:nth-last-child(3) {
    border-right: 1px solid #fff;
}

.header-menu ul li a {
    color: #fff;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.nav ul li:hover > a {
    opacity: 1;
    background-color: #1C78DF;
}

.nav ul li a {
    height: 80px;
    display: block;
    font-size: 1.5rem;
    color: #fff;
    transition: 0.3s;
    /*  position: relative;*/
}

.nav ul li a:hover span::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.nav ul li:hover .sub-menu {
    max-height: 500px;
    transition: max-height ease 0.6s 1ms;
}

.main-nav {
    position: relative;
    font-weight: bold;
}

.nav ul .sub-menu {
    position: absolute;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    background: #002060;
    z-index: 1000;
    max-height: 0;
    overflow: hidden;
    transition: max-height ease 0.6s 1ms;
}

.nav ul .sub-menu li {
    margin: 10px 0 10px 2.2%;
    width: 22%;
    border: 1px solid #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
}

.nav ul .sub-menu li a {
    color: #fff;
    padding: 15px 10px;
    height: 100%;
    width: 100%;
    display: block;
    font-size: 14px;
}

.nav ul .sub-menu li a:hover {
    color: #fff;
    background-color: #1C78DF;
}

.main-nav-item a {
    position: relative;
}

.main-nav-item a span {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    bottom: 32px;
}

@media screen and (max-width: 1200px) {
    header {
        min-width: 100%;
    }
}

@media screen and (max-width: 786px) {
    header {
        min-width: 350px;
        box-shadow: 0px 4px 5px -5px #333333;
        -webkit-box-shadow: 0px 4px 5px -5px #333333;
        -moz-box-shadow: 0px 4px 5px -5px #333333;
    }

    .header-top {
        padding-bottom: 8px;

    }

    .header-top h1 {
        margin-top: 13px;
    }

    .header-top h1 {
        font-size: 16px;
    }

    .header-top h1 span.t-01 {
        font-size: 12px;
    }

    .header-top h1 span.t-02 {
        font-size: 10px;
    }

}

@media screen and (max-width: 768px) {
    .contact-menu-box {
        display: none;
    }

    .header-logo {
        margin-top: 10px;
    }

    .main-nav-item a span {
        text-align: left;
        padding-left: 5%;
        bottom: 14px;
    }
}

@media screen and (max-width: 480px) {
    .header-logo img {
        width: 20%;
        height: auto;
    }

    .header-top h1 span.t-01 {
        font-size: 10px;
    }

    .header-top h1 {
        margin-top: 6px;
        font-size: 12px;
        line-height: 120%;
    }
}


/* ------------- フッター ------------- */

footer {
    background-color: #FBFBFB;
}

.go-top {
    background: #002060;
    height: 45px;
    text-align: center;
}

.go-top a {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media all and (-ms-high-contrast: none) {
    .go-top a {
        display: inline-block;
    }
}

.footer-top {
    padding: 40px 0;
    line-height: 2.6rem;
    font-size: 1.4rem;
    border-bottom: 1px solid #DCDBDB;
}

.footer-top .address {
    margin-left: 18px;
    line-height: 1.8;
    padding-left: 15px;
    font-weight: 600;
}

.footer-menu {
    padding: 40px 0;
    border-bottom: 1px solid #DCDBDB;
}

.footer-menu-item {
    margin-right: 80px;
}

.footer-menu-item ul li {
    position: relative;
    margin: 15px 0;
    font-size: 1.4rem;
}

.footer-menu-item ul li::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 6px;
    height: 6px;
    border-top: solid 1px #4679B2;
    border-right: solid 1px #4679B2;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.copy-right {
    text-align: center;
    font-size: 1.2rem;
    padding: 24px 0 24px;
}

@media screen and (max-width: 786px) {
    .footer-menu {
        display: none;
    }

    .footer-top .f-logo-box {
        width: 100%;
        text-align: center;
    }

    .footer-top img {
        width: 10%;
    }

    .footer-top .address {
        width: 100%;
        text-align: center;
        margin-left: 0px;
        padding-left: 0px;
    }

    .footer-top div {
        margin: 0 0 5px 0;
        font-size: 1.2rem;
        width: 50%;
    }
}

@media screen and (max-width: 600px) {

    .footer-top .f-logo-box,
    .footer-top div {
        width: 300px;
        margin: 0 auto;
    }
}


/* ------------- トップ ------------- */

@media all and (-ms-high-contrast: none) {
    .main-visual {
        padding-top: 180px;
    }
}

.news-sec {
    padding-bottom: 100px;
    background-color: #f2f2f2;
}

.news-sec-con {
    padding-top: 83px;
    max-width: 1200px;
}

.news-sec .col-2 {
    width: 47.5%;
    max-width: 570px;
    height: 516px;
}

.news-sec .col-2:first-child {
    background-color: #fff;
}

.scroll-box {
    height: 375px;
    overflow-y: scroll;
    padding: 0 15px;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    margin-right: 1px;
}

.news-top h3 {
    font-size: 3.2rem;
    color: #002060;
    text-align: center;
    position: relative;
    margin-top: 0px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-top: 25px;
}

.news-top h3 span {
    display: block;
    font-size: 1.8rem;
    color: #B7D32F;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.news-top h3::after {
    background-color: #0C2372;
    right: 50%;
}

.news-top h3::before,
.news-top h3::after {
    content: "";
    position: absolute;
    width: 35px;
    height: 3px;
    bottom: -5px;
}


.news-more {
    width: 100%;
    padding-right: 35px;
    background-image: url(img/news-icon.png);
    line-height: 35px;
    padding-left: 1.3em;
    font-size: 14px;
    background-position: right 120px top 9px;
    background-repeat: no-repeat;
    text-align: justify;
    text-justify: inter-ideograph;
    text-align: right;
}

.news-item {
    padding: 25px 0;
    line-height: 2.6rem;
    border-bottom: 1px solid #D4D4D4;
    overflow: hidden;
}

.news-item:first-child {
    padding: 25px 0;
    line-height: 2.6rem;
    border-top: 1px solid #D4D4D4;
    overflow: hidden;
}

.news-item .date {
    position: relative;
    width: 30%;
    height: auto;
    font-size: 14px;
    font-weight: bold;
    float: left;
}

.news-item .text {
    position: relative;
    width: 70%;
    float: left;
    height: auto;
}


.news-item .text p {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    line-height: 23px;
}

.news-item .title {
    font-weight: bold;
    margin-bottom: 15px;
}

.news-item .title a {
    color: #002060;
}

.news-item .t-red {
    font-size: 1.8rem;
}

.news-item a {
    text-decoration: underline;
    color: #000;
}

.news-item img {
    display: block;
    width: 30%;
    height: auto;
    margin-right: 20px;
    align-self: flex-start;
    float: left;
}

.news-item .text-box {
    width: 65%;
    float: right;
}


.contents-box {
    width: 100%;
    height: auto;
}

.contents-box ul {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}


.contents-box ul li {
    position: relative;
    margin-bottom: 5px;
}

.contents-box ul li img {
    max-width: 100%;
}

.contents-box ul li:nth-child(odd) {
    margin-right: 15px;
}


.contents-box ul li a p {
    position: relative;
    position: absolute;
    bottom: 12px;
    line-height: 40px;
    width: 100%;
    background-color: #002060;
    opacity: 0.85;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.contents-box ul li a p::after {
    content: "";
    position: absolute;
    top: 0;
    border-top: 0;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #002060;
    border-left: 15px solid transparent;
}

@-moz-document url-prefix() {
    .contents-box ul li a p::after {
        top: -19px;
    }
}

.balloon {
    position: relative;
    background: #002060;
    opacity: 0.85;
}

.balloon:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 60px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
}

.banner-sec wrapper {
    padding: 100px 0;
}

.banner-box a {
    margin-left: 19px;
    margin-bottom: 5px;
}

.banner-box a:first-child,
.banner-box a:nth-child(7) {
    margin-left: 0;
}

.banner-sec,
.about-more {
    background-color: #fff;
    padding: 34px 0;
    background-image: url(img/footer-bg.png)
}


@media screen and (max-width: 1240px) {
    .contents-box ul {
        display: flex;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contents-box li {
        width: 45%;
    }
}

@media screen and (max-width: 1000px) {
    .news-top h3 {
        font-size: 3rem;
    }

    .contents-box ul li a p {
        font-size: 80%;
    }
}

@media screen and (max-width: 886px) {
    .contents-box li {
        width: 40%;
    }
}

@media screen and (max-width: 786px) {
    .main-visual img {
        width: 100%;
        height: auto;
    }

    .main-visual ul li {
        margin: 0;
        padding: 0;
    }

    .news-sec-con {
        padding-top: 10px;
    }

    .news-sec {
        padding-bottom: 0;
    }

    .news-item .t-red {
        font-size: 1.5rem;
    }

    .news-sec .col-2 {
        width: 90%;
        margin: 20px auto 20px;
        max-width: none;
        height: auto;
    }

    .news-item .date {
        position: static;
        width: 100%;
        float: none;
    }

    .news-item .text {
        position: static;
        width: 100%;
        float: none;
    }

    .news-more {
        padding-right: 15px;
        background-position: right 110px top 9px;
        margin-bottom: 1em;
    }

    .contents-box li {
        width: 40%;
    }

    .contents-box ul {
        margin: 0 auto;
    }

    .contents-box li {
        width: 45%;
        padding: 0;
        margin: 0 auto;
    }

    .contents-box ul li img {
        width: 100%;
        position: relative;
    }

    .contents-box ul li a p {
        position: relative;
        position: absolute;
        bottom: 7px;
        width: 100%;
        z-index: 1;
    }

    .banner-sec .fl-bt-md {
        justify-content: start;
    }

    .banner-box a {
        margin: 0 5px 10px;
    }
}

@media screen and (max-width: 600px) {

    .contents-box ul li img {
        width: 100%;
    }

    .contents-box li {
        width: 100%;
    }

    .contents-box ul li a p {
        position: relative;
        position: absolute;
        bottom: 7px;
        width: 100%;
    }

    .contents-box ul li a p {
        width: 100%;
    }

    .contents-box ul li:nth-child(odd) {
        margin-right: 0;
    }

    .banner-box {
        max-width: 400px;
        margin: 0 auto;
    }

    .banner-box a {
        margin: 1%;
        width: 48%;
    }

    .banner-box a img {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .news-top h3 {
        font-size: 23px;
        color: #002060;
        text-align: center;
        position: relative;
        margin-bottom: 15px;
        font-weight: bold;
    }
}




/* ------------- サブページ共通 ------------- */

.bread-crumb {
    background-color: #DDE6F6;
    height: 26px;
}

.bread-crumb li {
    padding-right: 6px;
    font-size: 12px;
    color: #2E477A;
    line-height: 26px;
}

.bread-crumb li a {
    padding: 0 6px;
    color: #2E477A;
}

.sub-header {
    height: 143px;
    background: url(img/sub-header.png) no-repeat center center / cover;
}

.sub-header h2 {
    max-width: 1200px;
    text-align: left;
    padding: 59px 0 0 0;
    font-weight: bold;
    font-size: 38px;
    line-height: 36px;
    color: #002060;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 0 auto;
}

.sub-header h2 span {
    display: block;
    font-size: 18px;
    margin-top: 5px;
}

.content-block {
    padding-top: 45px;
    word-break: break-all;
}

.content-block ul {
    list-style: none;
}

.about-more ul {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.about-more li {
    width: 30%;
    text-align: center;
    padding: 8px 15px 0 0;
}

.b01 {
    position: relative;
    width: 30%;
    margin-right: 5%;
}

.about-more .b01 a {
    font-weight: bold;
    color: #000;
    text-decoration: none;
    display: block;
    padding: 0;
    background: none;
    border: 2px solid #000;
    line-height: 50px;
    font-size: 16px;
}

li.b01:nth-child(3n) {
    margin-right: 0;
}

li.b01::before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 30px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sec-item {
    margin-top: 60px;
}

.sec-item a {
    text-decoration: underline;
}

.list-box ul {
    width: 100%;
    height: auto;
    margin: 13px 0 30px;
}

.list-box li {
    background-image: url(img/support-icon02.png);
    background-position: left 5px top 13px;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
    font-size: 16px;
    font-weight: 600;
}

@media screen and (max-width: 1440px) {
    .about-more .b01 a {
        font-size: 16px;
    }

    .b01 {
        position: relative;
        margin-right: 2%;
    }

    .about-more li {
        padding: 15px 3px;
        width: 32%;
    }

    li.b01::before {
        right: 15px;
    }
}

@media screen and (max-width: 1024px) {
    .sub-header h2 {
        padding: 56px 0 0 5%;
        line-height: 26px;
    }

    .about-more .b01 a {
        font-size: 14px;
    }

    .about-more ul {
        width: 85%;
    }

    .about-more li {
        width: 45%;
        text-align: center;
        padding: 5px;
    }

    li.b01:nth-child(3n) {
        margin-right: 2%;
    }
}

@media screen and (max-width: 786px) {
    .sec-item {
        margin-top: 3em;
    }

    .bread-crumb {
        padding: 3px 0;
    }

    .sub-header {
        height: auto;
        padding-bottom: 30px;
    }

    .sub-header h2 {
        padding: 55px 0 0 5%;
        font-size: 22px;
        line-height: 26px;
    }

    .sub-header h2 span {
        font-size: 14px;
    }

    .content-block p {
        padding: 0 5px;
    }

    .content-block ul {
        display: block;
        width: 100%;
        padding: 15px 2px 15px 2px;
        margin-left: 0%;
        list-style: none;
    }

    .content-block img {
        width: 100%;
    }

    .about-more .b01 a {
        font-size: 16px;
    }
}

@media screen and (max-width: 640px) {
    .sub-header h2 {
        padding: 40px 0 0 5%;
        font-size: 20px;
    }

    .about-more ul {
        width: 85%;
    }

    .about-more li {
        width: 100%;
        text-align: center;
        padding: 5px
    }

    .about-more .b01 a {
        padding: 0%;
        line-height: 40px;
        font-size: 14px;
    }

    .b01 {
        position: relative;
        width: 30%;
        margin-right: 0;
    }

    li.b01:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .bread-crumb li {
        font-size: 10px;
    }

    .list-box li {
        font-size: 14px;
    }
}


/* ------------ センター長挨拶 --------------*/

.greeting-sec .img-right {
    margin-left: 33px;
    text-align: center;
    position: relative;
    padding-bottom: 50px;
}

.greeting-sec .text-box .img-detail {
    max-width: 266px;
    width: 74%;
    height: 93px;
    font-weight: bold;
    background-color: #fff;
    position: absolute;
    bottom: 30px;
    left: 36px;
    z-index: 2;
    box-shadow: 12px 12px #002060;
}

.greeting-sec .text-box .img-detail p {
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    padding-top: 30px;
}

.greeting-sec .text-box span {
    background-image: url(img/name.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 1em;
    margin-right: 0.5em;
}


.greeting-sec .text-box .name {
    width: 266px;
    height: 93px;
    font-size: 2.2rem;
    margin-top: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    background-color: #fff;
    position: absolute;
    border: 1px;
}

.t-box01 {
    width: 70%;
}

.t-box02 {
    width: 100%;
    margin-top: 50px;
}

@media screen and (max-width: 1024px) {
    .greeting-sec .img-right {
        margin-left: 33px;
        text-align: center;
        position: relative;
        padding-bottom: 50px;
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    .greeting-sec .text-box .img-detail p {
        background-image: none;
        padding-top: 22px;
    }

    .greeting-sec .text-box span {
        display: block;
        background-image: url(none);
        text-align: center;
        padding-right: 0em;
        margin-right: 0em;
    }

    .t-box01 {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .greeting-sec .text-box .img-detail {
        max-width: 90%;
        width: 100%;
        height: 60px;
        left: 5px;
        line-height: 1.4;
    }

    .greeting-sec .text-box .img-detail p {
        padding-top: 12px;
        font-size: 14px;
    }
}




/* ------------ 組織 --------------*/

.orga-text {
    width: 100%;
}

.content-block .orga-text img {
    float: right;
    width: 50%;
    margin-left: 5%;
    margin-bottom: 1em;
}

.orga-img {
    position: relative;
    height: 460px;
}

.orga-sec {
    margin: 0 auto;
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #d5d5d5;
    padding-bottom: 60px;
    margin-bottom: 100px;
}


@media screen and (max-width: 768px) {
    .orga-sec .orga-img img {
        max-width: 80%;
    }

    .orga-sec {
        padding-bottom: 2em;
        margin-bottom: 4em;
    }

}

@media screen and (max-width: 480px) {
    .orga-img {
        margin-top: 3em;
        width: 100%;
    }
}



/* ------------ 沿革 --------------*/

.box01 table {
    width: 100%;
    margin-top: 15px;
    line-height: 2.5em;
}

.box01 th {
    background-color: #B4CEEB;
    font-weight: bold;
    color: #002060;
}

.box01 th:first-child {
    width: 17%;
    background-color: #002060;
    padding: 1px;
    text-align: left;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.box01 td {
    border-bottom: 1px solid #CCCCCC;
}

.box01 tr .year {
    font-weight: bold;
    color: #2E477A;
    border-bottom: 1px solid #002060;
}

.box01 td {
    padding: 2em;
}

.box01 .month {
    margin-right: 2em;
    display: inline-block;
}

.box01 p {
    display: inline-block;
}

tr.p-non {
    line-height: 0;
}

.box01 ul {
    margin-left: 4em;
}

.box01 li {
    padding-left: 20px;
    line-height: 1.6em;
    background: url(img/table01-icon.png) left 0px top 12px no-repeat;
    background-size: 15px auto;
    line-height: 2.5em;
}

.box01 .aaa td {
    padding: 0;
}

@media screen and (max-width: 768px) {
    .box01 table {
        width: 96%;
        margin: 0 auto 0 auto;
    }

    .box01 th {
        padding: 15px;
    }

    .box01 td {
        padding: 1.5em;
    }

    .box01 li {
        background: url(img/table01-icon.png) left 0px top 7px no-repeat;
        background-size: 15px auto;
        line-height: 2em;
    }

    .content-block .box01 ul {
        padding: 0px 2px 0px 2px;
    }
}

@media screen and (max-width: 640px) {
    .box01 th:first-child {
        width: 25%;
    }

    .box01 td {
        padding-right: 0px;
    }

    .box01 table tr {
        font-size: 11px;
        margin-top: 5px;
        line-height: 1.1em;
    }

    .box01 .month {
        width: 17%;
        margin-bottom: 0.5em;
    }

    .box01 p {
        padding-left: 0px;
    }

    .box01 ul {
        margin-left: 0em;
    }

    .box01 li {
        background: url(img/table01-icon.png) left 0px top 2px no-repeat;
        background-size: 15px auto;
        line-height: 2em;
    }

}

/* ------------ EDCシステム --------------*/

.edc a {
    text-decoration: underline;
}

.edc ul a {
    text-decoration: none;
}

.edc ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 70px;
    padding-bottom: 70px;
}

.edc li {
    width: 29%;
    margin: 0 2% 0 2%;
    position: relative;
    font-size: 14px;
}

.edc .img-box {
    width: 100%;
    display: block;
    background-color: #fff;
    text-align: center;
}

.edc .st {
    position: absolute;
    font-size: 12px;
    bottom: 10;
    line-height: 1.0;
    /*margin-top: 5px;*/
    padding: 5%;
}

.edc .st .t-red {
    display: inline;
}

.edc-box01 {
    background-color: #EFBFBF;
    transition: all .3s ease;
}

.edc-box01 span {
    background-color: #C2514F;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding: 5px 0;
}

.edc-box01 p {
    background: url(img/edc-box01-a.png) no-repeat center top;
    padding: 5%;
    font-weight: bold;
    line-height: 1.6;
}

.edc-box02 {
    background-color: #C2DEF2;
    transition: all .3s ease;
}

/*
.edc-box02 a {
    display: block;
    height: 100%;
    background-color: #C2DEF2;
}
*/

.edc-box02 span {
    background-color: #4F81BD;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding: 5px 0;
}

.edc-box02 p {
    background: url(img/edc-box02-a.png) no-repeat center top;
    padding: 5%;
    font-weight: bold;
    line-height: 1.6;
}

.edc-box03 {
    background-color: #D6EDF5;
    transition: all .3s ease;
}

.edc-box03 span {
    background-color: #48ADC6;
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
    padding: 5px 0;
}

.edc-box03 p {
    background: url(img/edc-box03-a.png) no-repeat center top;
    padding: 5%;
    font-weight: bold;
    line-height: 1.6;
}

.link a {
    padding: 5%;
    font-weight: bold;
    color: #4682b4;
}

.link a:hover {
    padding: 5%;
    font-weight: bold;
    color: red;
}


.edc-box01:hover,
.edc-box02:hover,
.edc-box03:hover {
    /*opacity: 0.8;*/
}

@media screen and (max-width: 768px) {
    .edc-box01 span {
        font-size: 16px;
    }

    .edc-box02 span {
        font-size: 16px;
    }

    .edc-box03 span {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .edc ul {
        margin-top: 2em;
        padding-bottom: 0px;
    }

    .edc li {
        width: 100%;
        margin: 0%;
        margin-bottom: 2em;
    }
}


/* ------------ スタッフ紹介 --------------*/

.staff-block02 {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    /*  justify-content: space-between;*/
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.staff-block02 dl {
    width: 33.3333%;
    height: auto;
    margin-bottom: 60px;
}

.staff-block02 dt img {
    padding: 0;
    margin: 0;
    max-width: 100%;
}

.staff-block02 dd.name {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin-top: -10px;
    padding-right: 5em;
}

.staff-block02 dd.posi,
.staff-block02 dd.care {
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    padding-left: 20px;
}

.staff-block02 dd.care {
    margin-top: 15px;
}


.staff-block03 {
    width: 100%;
    height: auto;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.staff-block03 .other,
.staff-block03 .kennin {
    width: 47%;
    height: auto;
    margin-bottom: 60px;
}

.staff-block03 h4 {
    font-family: "Yu Gothic";
    font-weight: bold;
    font-size: 20px;
    text-align: left;
    color: #000;
    border-bottom: 2px solid #000;
    padding: 0 0 5px 0;
    border-left: none;
    margin-bottom: 18px;
    line-height: 31px;
}

.staff-block03 h5 {
    text-decoration: underline;
    height: 25px;
    border-left: 3px solid #000;
    line-height: 25px;
}

.staff-block03 .other {
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
}

.staff-block03 .kennin ul {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 25px;
}

.ma {
    margin-left: 5em;
}

@media screen and (max-width: 768px) {
    .staff-block02 dd.name {
        margin-top: 3px;
        padding-right: 0em;
    }

    .ma {
        margin-left: 0em;
        display: inline;
    }
}


@media screen and (max-width: 480px) {
    .staff-block02 dd.name {
        font-size: 14px;
        margin-top: -5px;
    }

    .staff-block02 dl {
        width: 46%;
        margin: 0 2% 40px 2%;
    }

    .staff-block02 dd.posi,
    .staff-block02 dd.care {
        font-size: 12px;
        padding-left: 0px;
    }

    .staff-block03 {
        display: block;
    }

    .staff-block03 .kennin ul {
        font-size: 12px;
    }

    .staff-block03 .other,
    .staff-block03 .kennin {
        width: 100%;
        margin-bottom: 40px;
    }

    .staff-block03 h5 {
        font-size: 14px;
        margin-top: 1em;
    }
}


/* ------------ 支援・サポート--------------*/

.support-block {
    margin: 0 auto;
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #d5d5d5;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.support-block p a {
    font-size: 16px;
    color: #001764;
    font-weight: bold;
    text-decoration: underline;
}

.su-btn-wrap ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 70px;
    padding-bottom: 70px;
}

.su-btn-wrap li {
    width: 29%;
    margin: 0 2% 0 2%;
    position: relative;
    list-style: none;
}

.su-btn-wrap li a {
    display: block;
    height: 80px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 0;
    border-radius: 10px;
    background-image: url(img/btn-bg02.png);
    background-repeat: no-repeat;
    background-position: 96% center;
}

.su-btn01 a {
    padding-top: 25px;
    background-color: #002060;
}

.su-btn02 a {
    padding-top: 25px;
    background-color: #E73078;
}

.su-btn03 a {
    padding-top: 10px;
    background-color: #598D00;
}

.su-link-btn01 a {
    display: block;
    width: 600px;
    height: 80px;
    padding-top: 25px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 0;
    text-align: center;
    margin: 30px auto;
    background-color: #19356F;
    position: relative;
}

.su-link-btn02 a {
    width: 600px;
    height: 70px;
    display: block;
    background-color: #fff;
    border: 2px solid #C4C4C4;
    padding-top: 20px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 10px;
    color: #000;
    background-image: url(img/icon-pdf.png);
    background-position: left 33% top 10px;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}

.su-link-btn02 a:hover {
    background-color: antiquewhite;
}

.su-link-btn03 a {
    display: block;
    width: 600px;
    height: 80px;
    padding-top: 25px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 0;
    text-align: center;
    margin: 30px auto;
    background-color: #E73078;
    position: relative;
}

.su-link-btn04 a {
    display: block;
    width: 600px;
    height: 80px;
    padding-top: 25px;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 0;
    text-align: center;
    margin: 30px auto;
    background-color: #699819;
    position: relative;
}

.su-link-btn01 a::before,
.su-link-btn03 a::before,
.su-link-btn04 a::before {
    content: "";
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 30px;
    margin: auto;
    width: 12px;
    height: 12px;
    border-top: solid 3px #fff;
    border-right: solid 3px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


@media screen and (max-width: 1200px) {
    .su-btn-wrap li a {
        font-size: 16px;
    }

    .su-btn01 a {
        padding-top: 28px;
    }

    .su-btn02 a {
        padding-top: 28px;
    }

    .su-btn03 a {
        padding-top: 15px;
    }
}

@media screen and (max-width: 1000px) {
    .su-btn-wrap li {
        width: 32%;
        margin: 0 0.5% 0 0.5%;
    }

    .su-btn-wrap li a {
        background-image: url(none);
    }
}

@media screen and (max-width: 750px) {
    .su-btn-wrap li {
        width: 100%;
        margin: 5px 0 5px 0;
    }

    .su-btn-wrap li a {
        background-image: url(img/btn-bg02.png);
    }
}


@media screen and (max-width: 640px) {

    .su-link-btn01 a,
    .su-link-btn02 a,
    .su-link-btn03 a {
        width: 100%;
        font-size: 16px;
        padding-top: 27px;
    }

    .su-link-btn04 a {
        width: 100%;
        font-size: 16px;
        padding-top: 17px;
    }
}


/* ------------ 支援・サポート--------------*/

.color-r {
    color: #E73078;
}

.color-g {
    color: #598D00;
}

.color-y {
    color: #FFA200;
}

.policy-img img {
    margin: 5em 0 2em 0;
}

@media screen and (max-width: 1152px) {
    .policy-img img {
        max-width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .policy-img img {
        margin: 2em 0 0em 0;
    }
}


/* ------------ 支援実績 --------------*/

.sub-header-works {
    height: 143px;
    width: 1200px;
    background: url(img/sub-header-11.png) no-repeat right center / cover;
}

.works-sec img {
    width: 27%;
    float: right;
    margin-top: 10em;
}

.works-sec2 img {
    width: 32%;
    float: right;
}

.works-sec table {
    border-top: 1px solid #ccc;
    width: 70%;
    float: left;
}

.works-sec th {
    background-color: #002060;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: 20%;
    vertical-align: middle;
    white-space: nowrap;
    padding: 15px 40px;
}

.works-sec td {
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    vertical-align: middle;
}

.works-sec td {
    padding: 15px 0px;
}

.works-sec2 table {
    border-top: 1px solid #ccc;
    width: 65%;
    float: left;
}

.works-sec2 th {
    background-color: #002060;
    font-weight: bold;
    color: #fff;
    border-bottom: 1px solid #fff;
    width: 20%;
    vertical-align: middle;
    white-space: nowrap;
    padding: 15px 40px;
}

.works-sec2 td {
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    vertical-align: middle;
}

.works-sec2 td {
    padding: 15px 2px;
}

.t01 {
    color: #2C4578;
    font-weight: bold;
    background-color: #E5EEF8;
}

.t02 {
    color: #fff;
    font-weight: bold;
    background-color: #707070;
    line-height: 1.6;
    white-space: nowrap;
}

@media screen and (max-width: 1200px) {
    .works-sec table {
        font-size: 14px;
    }

    .works-sec th {
        width: 10%;
        padding: 15px 1px;
    }

    .works-sec td {
        padding: 15px 1px;
    }

    .works-sec2 table {
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    .works-sec img {
        display: none;
        float: none;
    }

    .works-sec table {
        width: 100%;
        float: none;
    }

    .works-sec2 table {
        width: 100%;
        float: none;
        margin-bottom: 1em;
    }

    .works-sec2 img {
        display: none;
        float: none;
    }
}

@media screen and (max-width: 1200px) {
    .sub-header-works {
        width: 96%;
        background: url(img/sub-header-11.png) no-repeat right center / cover;
    }
}

@media screen and (max-width: 786px) {
    .sub-header-works {
        height: auto;
        background: none;
    }
}

@media screen and (max-width: 768px) {
    .works-sec table {
        font-size: 12px;
    }

    .works-sec td {
        line-height: 1.4;
    }

    .t02 {
        white-space: normal;
    }

    .works-sec2 table {
        font-size: 12px;
    }

    .works-sec2 th {
        width: 10%;
        padding: 15px 1px;
        line-height: 1.4;
    }

    .works-sec2 td {
        line-height: 1.4;
    }
}


/* ------------ 教育--------------*/

.sub-header-education {
    height: 143px;
    width: 1200px;
    background: url(img/sub-header-22.png) no-repeat right center / cover;
}

.education-con {
    width: 60%;
}

.education-con h5 {
    margin-top: 30px;
}

.education-con h5 a {
    text-decoration: underline;
}

.education-con ul {
    margin-bottom: 30px;
}

.education-con li {
    font-weight: normal;
    margin-bottom: 10px;
}

.education-con-img {
    width: 40%;
    margin-top: 30px;
}

.education-con-img img {
    width: 100%;
}

@media screen and (max-width: 1200px) {
    .sub-header-education {
        width: 96%;
        background: url(img/sub-header-22.png) no-repeat right center / cover;
    }
}

@media screen and (max-width: 786px) {
    .sub-header-education {
        height: auto;
        background: none;
    }
}

@media screen and (max-width: 480px) {
    .education-con {
        width: 100%;
    }

    .education-con-img {
        display: none;
    }

    .education-con h5:first-child {
        margin-top: 10px;
    }

    .education-con h5 {
        margin-top: 10px;
    }
}

/* ------------ 研究実績 --------------*/

.sub-header-study {
    height: 143px;
    width: 1200px;
    background: url(img/sub-header-33.png) no-repeat right center / cover;
}

.study-btn ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 70px;
    padding-bottom: 70px;
}

.study-btn li {
    width: 29%;
    margin: 0 2% 0 2%;
    position: relative;
    list-style: none;
}

.study-btn li a {
    display: block;
    height: 80px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.2) 2px 2px 0;
    border-radius: 10px;
    background-image: url(img/btn-bg02.png);
    background-repeat: no-repeat;
    background-position: 96% center;
}

.study-box span {
    text-decoration: underline;
}

.study-btn01 a {
    padding-top: 25px;
    background-color: #002060;
}

.study-btn02 a {
    padding-top: 25px;
    background-color: #598D00;
}

.study01 {
    margin-left: -24px;
}

.study01 ul {
    width: 100%;
    padding-top: 25px;
    display: flex;
    flex-wrap: wrap;
}

.study01 li {
    width: 180px;
    border: 1px solid #ccc;
    margin-left: 24px;
}

.study01 a {
    display: block;
    background-color: #F9F9F9;
    text-align: center;
    font-weight: bold;
    padding: 5px 0;
    background-image: url(img/stud01-btn.png);
    background-repeat: no-repeat;
    background-position: 96% center;
}

.study-box {
    margin: 0 auto;
    width: 100%;
    height: auto;
    border-bottom: 1px dashed #d5d5d5;
    padding-bottom: 60px;
    margin-bottom: 60px;
}

.study-box p {
    text-indent: 1em;
}

.study-box h4 {
    display: block;
    color: #fff;
    font-weight: bold;
    background-color: #002060;
    padding: 5px 15px;
    margin-top: 50px;
    margin-bottom: 1.5em;
    border-bottom: none;
}

.study-box .sub-title {
    border-bottom: 2px solid #000;
    margin-bottom: 2em;
    padding-bottom: 0.5em;
    display: block;
}

.study-box .sub-title h5 {
    font-size: 2rem;
    color: #000;
    padding: 0 0 5px 0;
    border-left: none;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
    height: auto;
}

.study-box .sub-title h5 .sub {
    font-size: 16px;
    font-weight: normal;
}

.study-box li {
    font-weight: normal;
    margin-bottom: 1em;
}

.study-box table {
    width: 100%;
    border-top: 1px solid #ccc;
    margin-top: 2em;
    margin-bottom: 5em;
}

.study-box th {
    background-color: #002060;
    padding: 25px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #fff;
    width: 20%;
    vertical-align: middle;
}

.study-box th:last-child {
    border-bottom: 1px solid #ccc;
}

.study-box td {
    border-bottom: 1px solid #ccc;
    padding: 25px;
}

@media screen and (max-width: 1200px) {
    .sub-header-study {
        width: 96%;
        background: url(img/sub-header-33.png) no-repeat right center / cover;
    }

    .study01 {
        margin-left: -2%;
    }

    .study01 li {
        width: 23%;
        margin-left: 2%;
    }
}

@media screen and (max-width: 786px) {
    .sub-header-study {
        height: auto;
        background: none;
    }
}

@media screen and (max-width: 768px) {
    .study-box th {
        width: 30%;
    }
}

@media screen and (max-width: 480px) {
    .study-btn ul {
        margin-top: 70px;
        padding-bottom: 0px;
    }

    .study-box th {
        width: 100%;
        padding: 15px;
        display: block;
    }

    .study-box td {
        width: 100%;
        padding: 15px 0;
        display: block;
    }

    .study-btn li {
        width: 46%;
    }

    .study-btn li a {
        font-size: 14px;
        height: 60px;
    }

    .study-btn01 a {
        padding-top: 20px;
    }

    .study-btn02 a {
        padding-top: 20px;
    }

    .study01 a {
        font-size: 14px;
    }

    .study-box .sub-title h5 {
        font-size: 16px;
    }

    .study-box .sub-title h5 .sub {
        font-size: 14px;
    }
}


/* ------------ アクセス --------------*/

.access li {
    width: 50%;
    float: left;
    margin-bottom: 40px;
}

.access-box {
    margin-top: 40px;
    margin-bottom: 5em;
    width: 100%;
    border: 1px solid #cccccc;
}

.access-box img {
    margin: 13px;
}

.access table {
    width: 100%;
    border-top: 1px solid #cccccc;
    margin-top: 1em;
}

.access th {
    width: 20%;
    background-color: #F9F9F9;
    padding: 25px;
    text-align: left;
    font-weight: bold;
}

.access td {
    padding: 25px;
}

.access tr {
    border-bottom: 1px solid #cccccc;
}


@media screen and (max-width: 786px) {
    .access li {
        width: 100%;
        float: none;
    }

    .access-box {
        width: 96%;
        padding: 2%
    }

    .access-box img {
        width: 100%;
        height: auto;
        margin: 0px;
        margin-top: 1em;
    }

    .access th {
        padding: 15px;
    }

    .access td {
        padding: 15px;
    }
}

/* ------------ 求人 --------------*/

.recruit-box {
    width: 48%;
    margin-bottom: 5em;
}


.recruit-box a {
    text-decoration: underline;
    font-weight: bold;
}

.recruit-box .list-box li {
    font-weight: normal;
}

@media screen and (max-width: 480px) {
    .recruit {
        display: block;
    }

    .recruit-box {
        width: 100%;
        margin-bottom: 2em;
    }

    .recruit-box ul {
        padding-top: 0px;
    }

    .recruit-box li {
        padding-top: 5px;
    }
}

/* ------------ お知らせ一覧 --------------*/

.info {
    margin: 5em 0;
}

.info .news-item .date {
    width: 18%;
}

@media screen and (max-width: 768px) {
    .info .news-item .date {
        width: 100%;
    }
}

/* ------------ 募集 --------------*/

.training {
    margin: 0 auto;
    width: 100%;
    height: auto;
    margin-bottom: 60px;
}

.training h4 {
    display: block;
    color: #fff;
    font-weight: bold;
    background-color: #002060;
    padding: 5px 15px;
    margin-top: 50px;
    margin-bottom: 1.5em;
    border-bottom: none;
}

.training a {
    text-decoration: underline;
}


.training li {
    margin-bottom: 1em;
}

.text_rg {
    color: #FF0000;
    font-weight: bold;
    font-size: 24px;
}

.text_r {
    color: #FF0000;
}

.text_line {
    text-decoration: line-through;
}

/* ------------ 研修風景 --------------*/

.photo ul {
    text-align: center;
}


.photo li {
    display: inline-block;
    text-align: center;
    margin-left: 1%;
}

.teacher li:first-child {
    display: block;
}

@media screen and (max-width: 768px) {
    .training .photo li {
        width: 23%;
    }

    .photo img {
        width: 100%;
    }

    .photo2 img {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .training .photo li {
        width: 48%;
    }

    .photo img {
        width: 100%;
    }
}

/* ------------ その他 --------------*/

#a01,
#a02,
#a03,
#st01-1,
#st01-2,
#st01-3,
#st01-4,
#st01-5,
#st01-6,
#st02-1,
#st02-2,
#st02-3,
#st02-4,
#st02-5,
#st02-6,
#st02-7,
#top {
    padding-top: 200px;
    margin-top: -200px;
}


@media screen and (max-width: 786px) {

    #a01,
    #a02,
    #a03,
    #st01-1,
    #st01-2,
    #st01-3,
    #st01-4,
    #st01-5,
    #st01-6,
    #st02-1,
    #st02-2,
    #st02-3,
    #st02-4,
    #st02-5,
    #st02-6,
    #st02-7,
    #top {
        padding-top: 80px;
        margin-top: -80px;
    }

}
