@charset "utf-8";
/* CSS Document */

/*----------------------------*/

body {
	background: #e6f0f7;/**/
}
.page_tit_wrap.pattern01{
background: url('../images/policeacademy/title_img_sp.webp');
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	aspect-ratio: 720 / 1300;
	height: unset;
}
.page_tit_wrap::before{
	content: none;
}
.page_tit_wrap.pattern01 > div{
}
.page_tit_wrap.pattern01 p{
color: #fff;
	font-size: 2.15rem;
	letter-spacing: 0.05em;
	position: relative;
	
}
.page_tit_wrap.pattern01 p::before{
        content: "";
        position: absolute;
        width: calc(100% + 6.4rem);
        height: calc(100% + 3.36rem);
        background: rgba(0, 91, 176, .65);
        border-radius: 50%;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: -1;
                filter: blur(1.97rem);
	 will-change: transform, filter;

}
:where(figure){
	margin-bottom: 0em !important;
}
:where(.wp-block-columns){
	margin-bottom: 0em !important;
	
}

section p{
	letter-spacing: 0.1em;
	color: #333;
	font-size: 1.3rem;
	position: relative;
}
section p.txt{
	/*line-height: 1.73;
	text-align: justify;*/
	
}
section .midashi{
	/*padding-top: 3.13em;
	padding-left: 3.13em;
	padding-bottom: 0.81em;*/
        margin: 0 auto;
}
section .midashi > div{
	display: inline-flex;
	align-items: baseline;
        flex-wrap: wrap;
	gap:1rem 0;

}
section .midashi h2{
        font-family: "Zen Kaku Gothic New", sans-serif;
        color: #fff;
        font-size: 1.5rem;
        line-height: 1.2;
        letter-spacing: 0.05em;
        display: inline-block;
        position: relative;
        z-index: 0;
        padding-top: 2.85rem;
        padding-left: 2.5rem;
        padding-bottom: 1rem;
        min-width: 14.64rem;
}
section .midashi h2::before{
	background: url("../images/policeacademy/bg_h2.svg") no-repeat;;
	content: "";
	position: absolute;
	        width: calc(100% + 31.58%);
        height: 5.24rem;
	bottom: 0;
	left: 0;
    z-index: -1;
	        background-size: 100%;
           background-position: left center;
	        background-size: contain;

}
/**/section .midashi h2.bg_l{
	       min-width: 22.2rem;
	
}
section .midashi h2.bg_m{
	      min-width: 20.1rem;
	        
	
}
section .midashi h2.bg_s{
	       min-width: 18.4rem;
	
}

section .midashi h2.bg_l::before{
	        width: 29.5rem;
	
}
section .midashi h2.bg_m::before{
	        width: 27.5rem;
}
section .midashi h2.bg_s::before{
	        width: 24.06rem;
	
}
section .midashi p{
	font-size: 1.47rem;
	line-height: 1.17;
	margin-left: auto;
	
}

.content_box_08{
        background: rgba(255, 255, 255, .8);
        border-radius: 1.47rem;
        padding: 1.8rem 2.13rem 0;
}

.content_box_08 p{
	line-height: 1.54;
letter-spacing: 0.05em;
        text-align: justify;
}

.content_box_08 figure.wp-block-image{
	width: 63.09rem;
	padding: 0 2.5rem ;
	 padding-bottom: 5rem;
}

/*----------------------------*/
section.wp-block-group {
/*width: 83.33%;
	margin: 0 auto;*/       
	padding-left: 30px;
        padding-right: 30px;
}




/*----------------------------*/
section#catch {
        background: url(../images/policeacademy/bg_catch_01.webp), url(../images/policeacademy/bg_catch_02_sp.webp), url(../images/policeacademy/bg_catch_03.webp);
        background-repeat: no-repeat;
        background-size: 167%, 100%, 117%;
        background-position: center top -11.22rem, center top 15.35rem, center bottom;
        overflow: hidden;
        background-color: #fff;
}
section#catch .catch_b{
        font-size: 2.3rem;
        letter-spacing: 0.038em;
        line-height: 1.3;
        font-weight: 500;
}
section#catch .txt{
        line-height: 1.92;
        font-weight: 500;
        letter-spacing: 0;
        /* text-align: left; */
        text-align: justify;
}
/*----------------------------*/
section#nav01 .sec_title > div{
	position: relative;
}
section#nav01 .sec_title .txt_eng{
	        font-size: 4.2rem;
	color: #fff;
        line-height: 1.18;
     padding-top: 4.7rem;
	padding-left: 3.1rem;
	padding-bottom: 0.5rem;
	background-image: url("../images/policeacademy/bg_schoollife.svg");
	        width: 100vw;
        margin: 0 calc(50% - 100vw / 2);/**/
	              background-size: calc(100vw + 91vw);
	        background-position: center top;
        background-repeat: no-repeat;
	    /*    margin-left: -0.3em;
        margin-right: -0.3em;*/
	        transform: translateY(-10.1rem);
}
section#nav01 .sec_title .catch_b{
	        font-size: 2.5rem;
}

section#nav01 .sec_title figure{
        position: relative;
        right: 30px;
        bottom: -2.25rem;
        width: 100vw;
        display: block;
        margin-left: auto;
	
}
.schedule_block .ac_tab{
  border:1px solid var(--theme-color);
        border-radius: 0.39rem;
        position: relative;
        padding: 0.68rem 1.49rem;
        cursor: pointer;
        background: #fff;
        color: #026a9e;
        box-sizing: border-box;
        z-index: 1;
	display: flex;align-items: center;
} 
.schedule_block .ac_tab img{
        width: 3.44rem;
        height: 3.44rem;
}

 
.schedule_block .ac_tab p{
 color: var(--theme-color);
	font-size: 1.5rem;
	  font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	margin-left: 1.05rem;
}
.schedule_block .ac_tab .icon {
position: absolute;
        right: 1.5rem;
        top: 50%;
        width: 2rem;
        height: 2rem;
        transform: translateY(-50%);
        background-color: var(--theme-color);
        transition: transform 0.3s ease;
        border-radius: 50%;
}
.schedule_block .ac_tab .icon::before{
  position: absolute;
  content: '';
  right: 25px;
  width: 1.26rem;
  height: 1px;
  background-color:#fff;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.schedule_block .ac_tab .icon::after{
  position: absolute;
  content: '';
  width: 1.26rem;
  height: 1px;
  background-color:#fff;
  transition: all .3s ease-in-out;
	left: 50%;
  top: 50%;
        transform: translate(-50%, -50%);
}

.schedule_block .ac_tab.open .icon::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.schedule_block .ac_tab.open .icon::after {
}

.schedule_block .ac_content{
position: relative;
	        z-index: 0;
	display: none;
	margin-bottom: 2rem;

}
.schedule_block .ac_content::before{
content: "";
	position: absolute;
        width: 0;
        height: 100%;
        border-left: 2px dotted var(--theme-color);
	        left: 4.12rem;
	        z-index: -1;

}
.schedule_block .ac_content .schedule_content{
display: flex;
	        align-items: flex-start;
	gap: 1.5rem;
	margin-top: 1.84rem;

}


.schedule_block .ac_content .schedule_content .time{
        color: #FFF;
        font-family: "Josefin Sans", sans-serif;
        background-color: var(--theme-color);
        flex-shrink: 0;
        font-size: 1.95rem;
        border-radius: 1.38rem;
        line-height: 1.25;
        width: 8.5rem;
        display: flex;
        justify-content: center;
        position: relative;
        padding-top: 0.3rem;
}
.schedule_block .ac_content .schedule_content .bubbleline {
background-color: #fff;
	border-radius: 0.47rem;
	padding: 1.06rem 1.48rem 1.74rem 1.74rem;
	position: relative;
	box-sizing: border-box;
	display: flex;
        flex-direction: column;
	        width: 100%;
}
.schedule_block .ac_content .schedule_content .bubbleline::before {
        content: "";
        position: absolute;
        left: -1.38rem;
        top: 0.9rem;
        width: 0;
        height: 0;
        border-bottom: 0.73rem solid transparent;
        border-top: 0.73rem solid transparent;
        border-right: 2.15rem solid #fff;
}

.schedule_block .ac_content .schedule_content .work{
	color: var(--theme-color);
	font-weight: 500;
	font-size: 1.3rem;
	display: flex;
	align-items: center;
	gap:0.5em;
	
}
.schedule_block .ac_content .schedule_content .work::before{
	font-weight: 500;
	content: "";
  background-color: var(--theme-color);
display: inline-block;
	width: 0.75rem;
	
	height: 0.75rem;
	border-radius: 50%;
}
.schedule_block .ac_content .schedule_content .desc{
	          margin-top: 1rem;
        line-height: 1.3;
	font-size: 1.15rem;
}

.schedule_block .ac_content .schedule_content figure{
margin-top: 1.46rem;
	display: flex;
        flex-direction: column;
}
.schedule_block .ac_content .schedule_content figure img{
order: 1;
}

.schedule_block .ac_content .schedule_content figcaption{
position: relative;
	        top: -0.3rem;
	   font-size: 1.1rem;
        font-weight: 500;
	
	padding: 0.3rem 1rem;
	
	color: var(--theme-color);
	border: 1px solid var(--theme-color);
	        border-radius: 1.33rem;
	        background-color: #fff;
        box-sizing: border-box;
	        text-align: center;
	order: 0;
}

.schedule_block .ac_content .schedule_content figcaption::before{
  content: "";
  position: absolute;
bottom: -1rem;
        border-style: solid;
        border-width: 1rem 0.5rem 0 0.5rem ;
  border-color:  var(--theme-color) transparent transparent transparent;
left: 50%;
transform: translateX(-50%);
}
.schedule_block .ac_content .schedule_content figcaption::after{
  content: "";
  position: absolute;
        bottom: -0.8rem;
        border-style: solid;
                border-width: 0.8rem 0.4rem 0 0.4rem;
  border-color: #fff transparent transparent transparent;
left: 50%;
transform: translateX(-50%);


}
/*.schedule_block:last-of-type .ac_content .schedule_content:last-of-type{
background: #e6f0f7;
}*/
.schedule_block:last-of-type .ac_content::before{
	  height: calc(100% - 10%);
}
/*----------------------------*/
.schedule_year {
background-color: #fff;
        width: 100vw;
        margin: 0 calc(50% - 100vw / 2);
	        box-sizing: border-box;
	        padding: 2.25rem 0 4rem;
	position: relative;
	border-radius: 1.56rem;
}
.schedule_year .js-scroll{
        /*margin: 0 2.89rem;*/
        margin-left: 2.89rem;
}
.schedule_year .js-scroll > div{
	display: flex;
	        gap: 3.75em;
	/*margin-left:  8.75em;*/
}
.schedule_year::before{
	/*content: "";
	position: sticky;

        width: calc(100% - 6rem);
	height: 0;
	border-top: 2px dotted #00b0ff;

        display: block;
        margin: 0 auto;
	transform: translateY(3.79rem);*/
}
.schedule_year_content{
	
}

.schedule_year_content:last-of-type{
	/*margin-right: 8.75em;*/
}
.schedule_year_content > div{
}
.schedule_year_content .month{
	font-size: 2.05rem;
	display: block;
	position: relative;
}
.schedule_year_content .month::before{
	/**/content: "";
	position: sticky;
        width: calc(100% + 2.6em);
	height: 0;
	border-top: 2px dotted #00b0ff;

        display: block;
	transform: translateY(3.79rem);

}
.schedule_year_content:last-of-type .month::before{

              width: calc(91%);


}

.schedule_year_content_box_month{
	
}
.schedule_year_content_box_month > div{
	display: flex;
	        gap: 3.75em;
}
.schedule_year_content_box_month:last-of-type > div{
	    margin-right: 2.89rem;
}
.schedule_year_content_box{
	
}
.schedule_year_content_box > div{
	display: flex;
	gap: 2.31rem;
	margin-top: 3rem;
	        min-width: 30rem;
	
	        padding-bottom: 2.38em;
}

.schedule_year_content_box > div figure{
        width: 14rem;
        flex-shrink: 0;
}
.schedule_year_content_box > div .schedule_year_title{
font-size: 1.6rem;
        border-bottom: 1px solid currentColor;
        padding-bottom: 0.8rem;
	letter-spacing: 0;
}
.schedule_year_content_box > div .txt{
margin-top: 1.42rem;
	line-height: 1.3;
	font-size: 1.15rem;
	        text-align: justify;
}
.schedule_year_content_box > div .txt_wide{
	        width: 18rem;
}
/*----------------------------*/
#nav02 table{
}
    #nav02 table tr {
        display: block;
    }

    #nav02 table th,
    #nav02 table td {
        display: block;
        width: 100%;
    }

    #nav02 table tr:not(:first-of-type) th, #nav02 table tr td{
        border-top: none;
    }
#nav02 table tr th{
	    font-size: 1.4rem;
        padding: 0.85rem 1.31rem;
	    font-weight: 500;
}
#nav02 table tr td{
	    font-size: 1.15rem;
	        line-height: 1.52;

              padding: 1.08rem 1.31rem;
}
/*----------------------------*/
.message_grad_box{
	
}
.message_grad_box > div{
	background-color: #fff;
	border-radius: 1.47rem;
	padding: 2.0rem 1.73rem 2.88em 1.73rem;
}

.message_grad_box > div figure{
}

.message_grad_box > div .catch{
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.5;
}
.message_grad_box > div .message_dep{
font-weight: 700;
	    border-bottom: 1px solid #0094d6;
	padding-bottom: 1em;
}
.message_grad_box > div .message_name{
    font-size: 1.25rem;
    font-weight: 700;
	color: #000;
	text-align: right;
	    border-bottom: 1px solid #0094d6;
        padding-bottom: 0.85rem;
        padding-right: 1.67rem;
	letter-spacing: 0;
}
.message_grad_box > div .message_name mark{
	background: unset;
    font-size: 1.7rem;

}
.message_grad_box > div .txt{
        line-height: 1.53;
        text-align: justify;
	letter-spacing: 0.05em;

}

.message_teacher_box {


}
.message_teacher_box > div figure{
    position: relative;
    z-index: 2;
	        width: 22.9rem;
	display: block;
	margin: 0 auto;

}

.message_teacher_box > div .message_teacher_info > div{
  background: linear-gradient(
  to top,
  rgba(243, 255, 63, 1) 6.0585%,  
  rgba(89, 192, 235, 1) 41.6711%,  
  rgba(20, 153, 201, 1) 72.279%   );
		
  mask-image: linear-gradient(
  to top,
  rgba(0,0,0,0) 0%,
  rgba(0,0,0,1) 41.6711%,
  rgba(0,0,0,1) 100% );
	
	margin: 0 1.75rem;
	    position: relative;
    z-index: 1;
	        padding: 2.07rem 0 3.28rem;
}
.message_teacher_box > div .message_teacher_info .message_dep{
	font-weight: 700;
        line-height: 1.15;
	color: #fff;
	        margin: 0 1.8rem;
}
.message_teacher_box > div .message_teacher_info .message_name{
	
	color: #fff;
	    font-size: 1rem;
    font-weight: 700;
	text-align: right;
	    border-bottom: 1px solid currentcolor;
          padding-bottom: 0.74rem;
	padding-right:  2.77rem;
	letter-spacing: 0;
}
.message_teacher_box > div .message_teacher_info .message_name mark{
	background: unset;
    font-size: 1.36rem;
	color: unset;

}
.message_teacher_box > div .txt{
	background-color: #fff;
	padding: 21.53rem 1.75rem 1.75rem;
	line-height: 1.54;
	text-align: justify;
	letter-spacing: 0.05em;

        position: relative;
        z-index: 0;
	
	
}

/*----------------------------*/
.qa {
  counter-reset: qa-counter;
}

/* 質問 */
.qa dt {
        position: relative;
        font-size: 1.3rem;
        padding: 1.0rem 4.1rem 1.0rem 5.8rem;
        cursor: pointer;
        background: #fff;
        border: 1px solid #026a9e;
        border-radius: 1.4rem;
        min-height: 6.0rem;
        font-weight: 500;
        color: #026a9e;
        line-height: 1.53;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        z-index: 1;
	text-align: justify;
}
.qa dt:not(:first-of-type){
        margin-top: 1.5rem;
}
.qa dt .faq_txt {
position: relative;
}
/* Q部分 */
.qa dt .faq_txt::before {
        content: "Q";
        position: absolute;
        left: -4.75rem;
        font-family: "Josefin Sans", sans-serif;
        color: #00b7d5;
        font-size: 1.75rem;
        font-weight: 400;
	top: -0.1rem;
}

/* 01.部分 */
.qa dt .faq_txt::after {
  content: counter(qa-counter, decimal-leading-zero) ". ";
  counter-increment: qa-counter;
  position: absolute;
          left: 2.8rem;
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.75rem;
  color: #096596;
	        letter-spacing: 0.1rem;
	font-weight: 400;
	top: -0.1rem;
        left: -3rem;
}


/* アイコン */
.qa dt .icon {
  position: absolute;
  right: 1.1rem;
  top: 50%;
  width: 2.0rem;
  height: 2.0rem;
  transform: translateY(-50%);
  background-color: #00b7d5;
  transition: transform 0.3s ease;
	        border-radius: 50%;
}
.qa dt .icon::before{
  position: absolute;
  content: '';
  width: 1.25rem;
  height: 1px;
  background-color:#fff;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

.qa dt .icon::after{
  position: absolute;
  content: '';
  width: 1.25rem;
  height: 1px;
  background-color:#fff;
  transition: all .3s ease-in-out;
	left: 50%;
  top: 50%;
        transform: translate(-50%, -50%);
}

.qa dt.open .icon::before {
  transform: translate(-50%, -50%) rotate(180deg);
}
.qa dt.open .icon::after {
}
/* 答え */
.qa dd {
          padding: 4.5rem 1.5rem 2.7rem 5.7rem;
  display: none;
  line-height: 1.34;
  position: relative;
	text-align: justify;
background-color: rgba(255, 255, 255, .8);
	color: #333333;
	border-radius: 0 0 1.4rem 1.4rem;
	       letter-spacing: 0.13rem;
	                transform: translateY(-3.3rem);
	        font-size: 1.3rem;
	                 margin-bottom: -3.3rem;
}
section.wp-block-group:nth-of-type(even) .qa dd{
	/*background-color: #fff;*/
	
}
.qa dd .faq_txt {
position: relative;
}

/* A部分 */
.qa dd .faq_txt::before {
  content: "A";
  position: absolute;

  left:  -4.4rem;
	font-family: "Josefin Sans", sans-serif;
	color: #00b7d5;
	font-size: 1.8rem;
	        top: -0.1rem;
	font-weight: 400;
}

/* 01. 部分 */
.qa dd .faq_txt::after {
  content: counter(qa-counter, decimal-leading-zero) ". ";
  position: absolute;
  left:  -3rem;
	font-family: "Josefin Sans", sans-serif;
	font-size: 1.8rem;
  color: #096596;
	 letter-spacing: 0.18rem;
	top: -0.1rem;
	font-weight: 400;
	
}
/*すべて開くボタン*/
.wp-block-buttons>.wp-block-button.toggleall{
	position: relative;
        right: 50%;
        transform: translateX(50%);
	
}
.toggleall button {
	color: #026a9e;
    background-color: #fff;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: 1rem 2rem;
    font-size: 1.3rem;
	    border: 1px solid #026a9e;
	font-weight: 500;
	        display: flex;
        align-items: center;
	       margin: 1.98rem 0;
	        gap: 4px;
	        position: relative;
        z-index: 0;
	transition: all 0.5s;
	
}

.toggleall button::after{
content: '';
        background: url(../images/common/anchor_ico_ora.webp) no-repeat;
        background-size: cover;
        width: 1.3rem;
        height: auto;
        aspect-ratio: 1 / 1;
	display: block;
	
}

/*----------------------------*/
#nav05 .wp-block-columns{
	row-gap: 1.88rem;
}


#nav05 .wp-block-columns .school_info{
	background: #fff;
	padding: 1.56rem 2.5rem 2.19rem;
}
#nav05 .wp-block-columns .school_info p{
	color:#000;
	font-size: 1.19rem;
	border-bottom: 1px solid #026a9e;
	font-weight: 500;
	padding-bottom: 0.51rem;
}
#nav05 .wp-block-columns .school_info table{
	line-height: 1.81;
	letter-spacing: 0.1rem;
}
#nav05 .wp-block-columns .school_info table tr th,.school_info table tr td{
	border:none !important;
}
#nav05 .wp-block-columns .school_info table tr th{
	font-weight: 500;
}
    #nav05 table th,
    #nav05 table td {
	font-size: 1.3rem;
    }
    #nav05 iframe {
	min-height: 30.37rem;
    }


#nav05 h3 {
font-size:1.5rem;
        text-align: center;
        display: block;
        letter-spacing: 0.1em;
        border-bottom: 0.5rem solid;
        border-image: linear-gradient(to right, rgba(243, 255, 63, 1) 0%, rgba(116, 205, 232, 1) 22.59%, rgba(22, 169, 222, 1) 33.65%, rgba(22, 169, 222, 1) 66.35%, rgba(116, 205, 232, 1) 77.41%, rgba(243, 255, 63, 1) 100%);
        mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 22.59%, rgba(0, 0, 0, 1) 77.41%, rgba(0, 0, 0, 0) 100%);
        border-image-slice: 1;
        padding-bottom: 0.55rem;
}
.sisetsu_title{
	font-size: 1.5rem;
    border-bottom: 1px solid #0094d6;
    font-weight: 500;
    padding-bottom: 1.3rem;
    margin-top: 1.04rem;
	text-align: center;
}
.sisetsu_desc{
	        line-height: 1.54;
	text-align: justify;
	margin-top: 1.25rem;
	letter-spacing: 0.05em;
}

.slick{
        width: 100vw;
        margin: 0 calc(50% - 100vw / 2);
	position: relative;
}

.slick::before{
content: "";
	position: absolute;
	width: 100%;
	height: 21.88rem;
	
background-image: linear-gradient(to top, rgba(243, 255, 63, 1) 0%, rgba(116, 205, 232, 1) 45.1779%, rgba(22, 169, 222, 1) 67.3042%);
        mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 45.1779%, rgba(0, 0, 0, 1) 67.3042%);/**/
	        opacity: .4;
	top: 10.47rem;
}

.slick .slick-slide { 
	margin: 0 3rem;
	width: 30rem;
}
.slick  .slick-dotted.slick-slider{
	margin-bottom: 0;
}
.slick .dots-wrap {
    display: flex;
    justify-content: center;
	margin-top: 4.22rem;
}

.slick .dots-wrap li {
    width: 0.7rem;
    height: 0.7rem;
    margin: 0 0.35rem;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.slick .dots-wrap li:hover,
.slick .dots-wrap li.slick-active {
    background: #096596;
}
.slick .dots-wrap li button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.prev-arrow,
.next-arrow {
    display: block;
	width: 4.0rem;
	height: 4.0rem;
    transition: all .3s ease;
    cursor: pointer;
	background-image: url("../images/policeacademy/slick_arrow.svg");
	        position: absolute;
        top: 7rem;
	z-index: 1;
}
.prev-arrow{
	transform: rotate(-90deg);
	left: calc(50% - 17.2rem);
}
.next-arrow{
	transform: rotate(90deg);
	right: calc(50% - 17.2rem);
	
}
/*----------------------------*/

#footer{
	        background: #006491;
}
.foot_inn .foot_flex01 .logo{
	        width: 71.89%;
}