@charset "utf-8";

/* :::::: parts :::::: */
.btn_wrap {
    margin: 3em;
    text-align: center;
}
.btn {
    background: #fff;
    width: 50%;
    text-align: center;
    padding: 0.8em 2em;
    border-radius: 5px;
    border: solid 1px #053993;
    color: #053993;
    text-decoration: none;
    white-space: nowrap;
}

/* :::::: top slide :::::: */
.slider {
    position:relative;
	z-index: 1;
	height: calc(100vh - 180px);
}
.slider-item01 {
    background:url("../img/top/slide01_pc.png");
}

.slider-item02 {
    background:url("../img/top/slide02_pc.png");
}

.slider-item03 {
    background:url("../img/top/slide03_pc.png");
}

.slider-item04 {
    background:url("../img/top/slide04_pc.png");
}
.slide_catch01 {
    width: 700px;
    height: auto;
    position: absolute;
    top: 45%;
    left: 5%;
}
.slide_catch02 {
    width: 700px;
    height: auto;
    position: absolute;
    top: 45%;
    right: 5%;
}

.slider-item {
    width: 100%;
    height:calc(100vh - 180px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
@media screen and (max-width:600px) {
.slider-item01 {
    background:url("../img/top/slide01.png");
}

.slider-item02 {
    background:url("../img/top/slide02.png");
}

.slider-item03 {
    background:url("../img/top/slide03.png");
}

.slider-item04 {
    background:url("../img/top/slide04.png");
}
.slide_catch01 {
    width: 98%;
    height: auto;
    position: absolute;
    top: 34%;
    left: 0%;
}
.slide_catch02 {
    width: 98%;
    height: auto;
    position: absolute;
    top: 46%;
    right: 0%;
}
.slider-item {
    width: 100%;
    height:calc(100vh - 180px);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
}

/*矢印非表示*/
.slick-prev, 
.slick-next {
    display: none;
}
/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin:-50px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

/* :::::: top alert :::::: */
.alert_wrap {
    width: 100%;
    background: #fff;
}
.alert_bg {
    margin: 1em auto;
    background: url(../img/top/alertbg.png);
    background-repeat: repeat;
    padding: 0.8em;
    max-width: calc(1100px - 1.5em);
}
.alert_box {
    background: #fff;
    padding: 2em;
    color: #c60000;
}
@media screen and (max-width:720px) {
.alert_box {
    padding: 0.8em;
}
}
/* :::::: top info :::::: */
.info_wrap {
    max-width: 1100px;
    background: #f5f5ed;
    margin: 0 auto;
}
.info_box {
    padding: 0.8em;
    margin: 0 auto;
    width: 80%;
}
.info_title {
    font-family: "Noto serif JP", serif;
    padding-top: 1.2em;
    font-weight: 400;
    text-align: center;
    font-size: 1.8em;
    letter-spacing: 2px;
}
.h2_sub {
    font-size: 1.1em;
    border-bottom: solid 1px #053993;
    width: fit-content;
    margin: 0.8em auto;
    padding-bottom: 0.3em;
}
li.top_info{
    display: flex;
    flex-direction: row;
    margin-bottom: 1em;
}
p.alert_date {
    margin-right: 0.5em;
}
@media screen and (max-width:720px) {
.info_title {
    font-size: 1.5em;
}
}
/* :::::: top event :::::: */
.event_wrap {
    margin: 2em 0;
}
.event_box {
    margin: 2em 0;
}
ul.event_list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
li.enent_item {
    width: calc(25% - 1em);
    padding: 0.5em;
}
img.event_icon {
    width: -webkit-fill-available;
}
@media screen and (max-width:720px) {
.event_box {
    margin: 2em 0em;
}
ul.event_list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
}
li.enent_item {
    width: 100%;
    padding: 0.5em;
    margin-bottom: 2em;
}
}
/* :::::: top mes :::::: */
.mes_container {
    max-width: 1100px;
    margin: 8em auto 4em;
    background: linear-gradient(135deg, rgb(13, 21, 61), rgb(3, 5, 13));
    position: relative;
}
.mes_wrap {
    padding: 5em 2.5em;
}
.mes_title {
    background: url(../img/top/mes_bg.png);
    padding: 3em 1em 3em 0em;
    color: #fff;
    font-family: "Noto serif JP", serif;
    font-size: 2.4em;
    background-repeat: no-repeat;
    font-weight: 400;
    margin-bottom: 1.8em;
}
p.mes_line {
    border-top: solid 1px #fff;
    width: 150px;
    margin-top: 0.5em;
}
.mes_box {
    display: flex;
}
.mes_textarea {
    position: relative;
    width: 36%;
}
li.mes_textitem {
    font-family: 'Noto Serif JP';
    color: #fff;
    font-size: 1.2em;
}
p.mes_text01 {
    position: absolute;
    top: 0;
    left: 0;
}
p.mes_text02 {
    position: absolute;
    top: 40%;
    left: 12%;
}
p.mes_text03 {
    position: absolute;
    top: 80%;
    left: 24%;
}
.mes_pic {
    width: 64%;
}
img.mes_picimg {
    width: -webkit-fill-available;
}

@media screen and (max-width:720px) {
.mes_wrap {
    padding: 3em 0.5em;
}
.mes_title {
    background: url(../img/top/mes_bg.png);
    padding: 2em 0.5em;
    color: #fff;
    font-family: "Noto serif JP", serif;
    font-size: 1.5em;
    background-repeat: no-repeat;
    font-weight: 400;
    margin-bottom: 1.8em;
    background-size: contain;
}
.mes_box {
    display: flex;
    flex-direction: column-reverse;
}
.mes_pic {
    width: 100%;
}
.mes_textarea {
    position: relative;
    width: 100%;
}
li.mes_textitem {
    font-family: 'Noto Serif JP';
    color: #fff;
    font-size: 1.2em;
    margin: 1em;
}
p.mes_text01 {
    position: relative;
    top: 0;
    left: 0;
}
p.mes_text02 {
    position: relative;
    top: 40%;
    left: 15%;
}
p.mes_text03 {
    position: relative;
    top: 80%;
    left: 30%;
}
}
/* :::::: top column :::::: */
.column_box {
    margin: 2em 0;
    max-width: 100%;
}
ul.column_list {
    display: flex;
}
li.column_item {
    display: flex;
    width: 30%;
    padding: 1em;
}
.column_sbox {
    display: flex;
    border: solid 1px #efefef;
    box-shadow: 0px 0px 15px rgb(6 6 6 / 20%);
    padding: 1.5em;
    flex-direction: column;
    margin: 36% 0 0;
}
img.column_img {
    margin: -50% auto;
    position: relative;
}
.column_catch {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 1em;
    line-height: 1.6em;
    margin-top: 60%;
}
.column_text {
    flex-grow: 1;
    line-height: 1.8em;
}
@media screen and (max-width:960px) {
ul.column_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
li.column_item {
    display: flex;
    width: min-content;
    padding: 1em;
}
.column_sbox {
    display: block;
    border: solid 1px #efefef;
    box-shadow: 0px 0px 15px rgb(6 6 6 / 20%);
    padding: 1.5em;
    flex-direction: column;
    margin: 36% 0 0;
}
}
@media screen and (max-width:720px) {
ul.column_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
}
li.column_item {
    display: flex;
    width: calc(100% - 1em);
    padding: 0.5em;
}
.column_sbox {
    display: block;
    width: 100%;
    margin-top: 10em;
}
img.column_img {
    margin: auto;
    position: relative;
    width: 240px;
    margin-top: -140px;
    margin-left: calc(50% - 120px);
}
.column_catch {
    margin-top: 1em;
}
}

/* :::::: top sns :::::: */
.sns_wrap {
    margin: 0 auto;
    width: fit-content;
}
ul.sns_list {
    display: flex;
}
li.sns_item {
    display: flex;
    align-items: center;
    padding: 0.5em;
}

/* :::::: page :::::: */
.head_pcpage {
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: rgba(255,255,255,0.7);
}
.mv_wrap {
    max-width: 1100px;
    margin: 0 auto;
}
.mv_box {
    display: flex;
    align-items: center;
}
.page_titlearea {
    width: calc(400px - 1em);
    margin-left: 1em;
}
h1.page_title {
    font-family: 'Noto Serif JP', serif;
    color: #0c163d;
    font-size: 2.5em;
}
p.h1_sub {
    font-size: 1.2em;
}
.pagetitle_line {
    border-top: solid 2px #16378e;
    width: 60px;
    margin-top: 0.5em;
}
.page_mv {
    height: auto;
    line-height: 0em;
}
.pankuzu_area {
    width: 100%;
    background-color: #f5f5ed;
    padding: 0.5em;
}
.pankuzu {
    max-width: 1100px;
    margin: 0 auto;
}
.spacer100 {
    height: 100px;
}
.spacer40 {
    height: 40px;
}
p.pagetext {
    line-height: 1.5em;
    margin-bottom: 0.8em;
}
h2.page_subtitle {
    font-family: 'Noto Serif JP';
    font-size: 2em;
    text-align: center;
}
.subtitle_line {
    border-top: solid 2px #16378e;
    width: 100px;
    margin: 0 auto;
    margin-top: 1em;
}
@media screen and (max-width:740px) {
.mv_box {
    display: flex;
    flex-direction: column;
}
.page_titlearea {
    width: calc(100% - 1em);
    padding: 0.5em 0;
}
p.h1_sub {
    display: none;
}
.pagetitle_line {
    display: none;
}
h1.page_title {
    font-size: 1.8em;
}
.page_mv {
    height: auto;
    width: 100%;
}
.page_mv img{
    height: auto;
    width: 100%;
}
.pankuzu {
    font-size: .8em;
}
.spacer100 {
    height: 2em;
}
.container {
    margin: 0 1em;
}
h2.page_subtitle {
    font-family: 'Noto Serif JP';
    font-size: 1.5em;
    text-align: center;
}
.pageinfo_box {
    width: 100%;
    margin: 0 auto;
}
.subtitle_line {
    border-top: solid 2px #16378e;
    width: 60px;
    margin: 0 auto;
    margin-top: 1em;
}
}

/* :::::: about :::::: */
.about_box01 {
    margin: 0 2em;
    display: flex;
}
.about_box02 {
    margin: 0 2em;
    display: flex;
}
.left40 {
    width: calc(540px - 6em);
    margin-right: 2em;
}
.right60 {
    width: 560px;
}
.left60 {
    width: 560px;
}
.right40 {
    width: calc(540px - 6em);
    margin-left: 2em;
}
@media screen and (max-width:740px) {
.about_box01 {
    margin: 0em!important;
    display: flex;
    flex-direction: column;
}
.about_box02 {
    margin: 0em!important;
    display: flex;
    flex-direction: column-reverse;
}
.left40 {
    width: 100%!important;
    margin-right: 0em!important;
    margin-bottom: 2em;
}
.right60 {
    width: 100%!important;
}
.right60 img{
    width: 100%;
    height: auto;
}
.left60 {
    width: 100%!important;
}
.left60 img{
    width: 100%;
    height: auto;
}
.right40 {
    width: 100%!important;
    margin-left: 0em!important;
    margin-bottom: 2em;
}
}

/* :::::: info :::::: */
.pageinfo_box {
    width: calc(100% - 5em);
    margin: 0 auto;
}
li.info_list_f {
    border-bottom: solid 1px #ccc;
    display: flex;
    padding: 1em 3em;
    border-top: solid 1px #ccc;
}
li.info_list {
    border-bottom: solid 1px #ccc;
    display: flex;
    padding: 1em 3em;
}
.info_date {
    background: linear-gradient(135deg, rgb(30, 60, 114), rgb(42, 82, 152));
    color: #fff;
    padding: 0 1em;
    border-radius: 2em;
}
p.info_pagetitle {
    margin-left: 3em;
}
@media screen and (max-width:740px) {
h2.page_subtitle {
    font-family: 'Noto Serif JP';
    font-size: 1.5em;
    text-align: center;
}
.pageinfo_box {
    width: 100%;
    margin: 0 auto;
}
li.info_list_f {
    border-bottom: solid 1px #ccc;
    display: flex;
    padding: 1em 0em;
    border-top: solid 1px #ccc;
    flex-direction: column;
}
li.info_list {
    border-bottom: solid 1px #ccc;
    display: flex;
    padding: 1em 0em;
    flex-direction: column;
}
.info_date {
    background: none;
    color: #000;
    padding: 0 0em;
    border-radius: 0em;
}
p.info_pagetitle {
    margin-left: 0em;
}
}

/* :::::: event :::::: */
.pageevent_wrap {
    display: flex;
}
.pageevent_year {
    width: 180px;
}
.pageevent_box {
    width: 920px;
}
ul.pageevent_list {
    display: flex;
    margin-bottom: 2em;
}
li.pageenent_item {
    padding: 0 1em;
    width: calc(33% - 2em);
}
.pageevent_yearbox {
    box-shadow: 0px 0px 5px rgb(6 6 6 / 20%);
    margin: 0 1em;
    padding: 1em;
    text-align: center;
}
p.archives_title {
    font-family: 'Noto Serif JP';
    font-size: 1.2em;
    letter-spacing: .08em;
}
.archives_line {
    border-bottom: solid 1px #16378e;
    margin: 0.8em 0;
}
p.year {
    margin: 1em 0 0.5em 0;
}
p.enent_date {
    color: #666;
}
@media screen and (max-width:740px) {
.pageevent_wrap {
    display: flex;
    flex-direction: column;
}
.pageevent_yearbox {
    margin: 0em;
}
.pageevent_year {
    width: 100%;
    margin-bottom: 2em;
}
.pageevent_box {
    width: 100%;
}
ul.pageevent_list {
    display: flex;
    margin-bottom: 0em;
    flex-direction: column;
}
li.pageenent_item {
    padding: 0 0em;
    width: 100%;
    margin-bottom: 2em;
}
}

/* :::::: course staff :::::: */
.pageanchorbox{
    box-shadow: 0px 0px 5px rgb(6 6 6 / 20%);
}
.link_row {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 1em 0;
}
p.anchor_link {
    width: calc(80% / 6);
    text-align: center;
    border-bottom: solid 1px #16378e;
    padding-bottom: 0.5em;
}
.course_subtitle {
    font-family: 'Noto Serif JP';
    font-size: 1.8em;
    margin-left: 1em;
}
.course_subtitle_line {
    width: 100px;
    border-bottom: solid 2px #16378e;
    margin: 1em 0 2em 2em;
}
a.link {
    text-decoration: none;
}
.staff_b {
    background-color: #16378e;
    color: #fff;
    font-family: 'Noto Serif JP';
    text-align: center;
    font-size: 1.2em;
    padding: 0.5em 0;
    margin: 0 1.5em;
}
.staff_w {
    border: solid 1px #16378e;
    margin: 0 1.8em;
    padding: 0.8em 0;
}
p.staffname {
    font-size: 1.2em;
    font-family: 'Noto Serif JP';
}
.staffname span {
    font-size: .8em;
    font-family: 'Noto sans JP';
    margin-left: 2em;
}
p.staffname {
    font-size: 1.2em;
    font-family: 'Noto Serif JP';
    margin-left: 35%;
}
.staff_w2 {
    display: flex;
}
.staff_wl {
    width: calc(50% - 1.8em);
    border: solid 1px #16378e;
    border-right: none;
    margin: 0 0 0 1.8em;
    padding: 0.8em 0;
}
.staff_wr {
    width: calc(50% - 1.8em);
    border: solid 1px #16378e;
    margin: 0 1.8em 0 0;
    padding: 0.8em 0;
}
p.staffname_row1 {
    font-size: 1.2em;
    font-family: 'Noto Serif JP';
    margin-left: 35%;
    padding: 0.5em 0;
}
.staffname_row1 span {
    font-size: .8em;
    font-family: 'Noto sans JP';
    margin-left: 2em;
}
p.staffname_row {
    font-size: 1.2em;
    font-family: 'Noto Serif JP';
    margin-left: 10%;
    padding: 0.5em 0;
}
.staffname_row span {
    font-size: .8em;
    font-family: 'Noto sans JP';
    margin-left: 2em;
}
.btn_wrap2 {
    margin: 0 auto;
    width: fit-content;
    display: flex;
    background-color: #0053cb;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0.8em 2em;
    border-radius: 2em;
    margin-top: 2em;
}
.btn_wrap2 a{
    color: #fff;
}
.btn_wrap2 img{
    margin-left: .5em;
}
@media screen and (max-width:740px) {
.link_row {
    display: flex;
    padding: 1em 0;
    align-items: center;
    flex-wrap: wrap;
}
p.anchor_link {
    width: 40%;
    text-align: center;
    border-bottom: solid 1px #16378e;
    padding-bottom: 0.5em;
    margin-bottom: 0.8em;
}
.course_subtitle {
    font-family: 'Noto Serif JP';
    font-size: 1.4em;
    margin-left: 0;
}
.course_subtitle_line {
    width: 100px;
    border-bottom: solid 2px #16378e;
    margin: 1em 0 2em 0em;
}
.staff_b {
    margin: 0em;
}
.staff_w {
    margin: 0em;
    padding: 0.8em 0.5em;
}
p.staffname {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-left: 0!important;
}
.staffname span {
    margin-left: 0em!important;
}
.staff_w2 {
    display: flex;
    flex-direction: column;
}
.staff_wl {
    width: calc(100% - 2px);
    border: solid 1px #16378e;
    padding: 0.8em 0 0 0;
    margin: 0em;
    border-bottom: none;
}
.staff_wr {
    width: calc(100% - 2px);
    border: solid 1px #16378e;
    margin: 0;
    padding: 0 0 0.8em 0;
    border-top: none;
}
p.staffname_row1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-left: 0!important;
}
.staffname_row1 span {
    margin-left: 0em!important;
}
p.staffname_row {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-left: 0!important;
}
.staffname_row span {
    margin-left: 0em!important;
}
}

/* :::::: access :::::: */
.gmap {
    width: calc(100% - 4em);
    height: 600px;
    margin: 0 2em;
}
.access_box {
    margin: 0 2em;
    display: flex;
}
.access_info {
    display: flex;
    margin: 0.5em 2em;
}
.access_boxl {
    width: 40%;
}
@media screen and (max-width:740px) {
.gmap {
    width: 100%;
    height: 480px;
    margin: 0em!important;
}
.access_box {
    margin: 0em!important;
    display: flex;
    flex-direction: column;
}
.access_info {
    display: flex;
    margin: .5em 0!important;
    flex-direction: column;
}
.access_boxl {
    width: 100%;
}
.spacer20.sp {
    height: 1.8em;
}
}
























