@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      bmdr.css
 Author:         おかやま山陽高校
----------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap');


@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
@media (min-width: 1450px) {
}


/*	BMDR
----------------------------------------------------*/
.bmdr #topContents {
	margin-top: 70px;
	padding-top: 35px;
}
.bmdr #topContents h2 {
	margin-bottom: 40px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.4;
	color: #162886;
}
.bmdr h3 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 700;
	line-height: 1.4;
	color: #162886;
}
.bmdr .whiteBoard {
	position: relative;
	padding-top: 32px;
	padding-bottom: 32px;
	background: #FFF;
	border-radius: 20px;
}
@media (min-width: 768px) {
.bmdr #topContents {
	overflow: hidden;
    width: 100%;
    aspect-ratio: 2160 / 1200;
    background: url("../img/schoollife/bmdr/img_main_pc.png") no-repeat center;
    background-size: cover;
}
.bmdr #topContents h2 {
	margin-top: 10px;
	margin-left: 60px;
	margin-bottom: 0;
	font-size: 45px;
	-webkit-text-stroke: 6px #FFF;
	text-stroke: 6px #FFF;
	paint-order: stroke;
}
}
@media (min-width: 992px) {
.bmdr #topContents h2 {
	margin-top: 60px;
	margin-left: calc(50% - 612px);
	font-size: 65px;
	-webkit-text-stroke: 10px #FFF;
	text-stroke: 10px #FFF;
}
}


.bmdr #effortBMDR {
	padding-top: 32px;
	padding-bottom: 22px;
	background: #EDECEA;
}
.bmdr #effortBMDR h3 {
	margin-bottom: 20px;
	font-size: 35px;
	color: #EF3700;
}
.bmdr #effortBMDR h4 {
	margin-top: 20px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #162886;
}
.bmdr #effortBMDR p {
	margin-bottom: 40px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #EF3700;
	line-height: 2;
}
.bmdr #effortBMDR .pageNav li {
	margin-top: 10px;
}
.bmdr #effortBMDR .pageNav li a {
	position: relative;
	display: block;
	padding-top: 6px;
	padding-bottom: 6px;
	background: #FFF;
	border: #162886 2px solid;
	border-radius: 100px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #162886;
}
.bmdr #effortBMDR .pageNav li a:before {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #162886;
    border-right: solid 2px #162886;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto;
}
@media (min-width: 768px) {
.bmdr #effortBMDR picture {
	margin-bottom: 60px;
}
}
@media (min-width: 992px) {
.bmdr #effortBMDR {
	padding-top: 132px;
	padding-bottom: 96px;
}
.bmdr #effortBMDR h3 {
    margin-bottom: 20px;
    font-size: 40px;
}
.bmdr #effortBMDR p {
    font-size: 18px;
}

.pageNavPC {
    position: fixed;
    top: 50%;
    left: -320px;
    transform: translateY(-50%);
    opacity: 0;
    transition: left 0.4s ease, opacity 0.4s ease;
	width: 290px;
	padding-top: 45px;
	padding-bottom: 50px;
	background: #FFF;
	border-radius: 35px;
	z-index: 900;
}
.pageNavPC.is-show {
    left: -50px;
    opacity: 1;
}
.bmdr #effortBMDR h4 {
    margin-top: 0;
	margin-bottom: 0;
    font-size: 18px;
}
.pageNavPC ul {
	display: inline;
	margin: 0;
}
.pageNavPC li {
	width: auto;
	margin-top: 10px;
	margin-left: 110px;
	padding: 0;
	list-style: disc;
}
.pageNavPC li::marker {
	color: #162886;
}
.bmdr #effortBMDR .pageNav li a {
    padding-top: 0;
    padding-bottom: 0;
	background-color: transparent;
    border: none;
    border-radius: 0;
	text-align: left;
}
.bmdr #effortBMDR .pageNav li a:hover {
	color: #4D5EB9;
}
.bmdr #effortBMDR .pageNav li a:before {
	display: none;
}
}


.bmdr #aboutBMDR {
	padding-top: 55px;
	padding-bottom: 40px;
	background: #F0F0F0;
}
.bmdr #aboutBMDR h3 {
	margin-bottom: 20px;
	font-size: 35px;
	color: #162886;
}
.bmdr #aboutBMDR h4 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	margin-top: 40px;
	margin-bottom: 0;
	font-size: 30px;
	color: #162886;
}
.bmdr #aboutBMDR p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	color: #162886;
}
.bmdr #aboutBMDR .contents {
	margin-top: 16px;
}
.bmdr #aboutBMDR .contents:nth-of-type(1) {	color: #EF3700; }
.bmdr #aboutBMDR .contents:nth-of-type(2) {	color: #24A905; }
.bmdr #aboutBMDR .contents:nth-of-type(3) {	color: #2D49EA; }
.bmdr #aboutBMDR .contents dl {
	margin-bottom: 0;
	padding-top: 18px;
	padding-bottom: 47px;
	background: #FFF;
	border-radius: 146px;
}
.bmdr #aboutBMDR .contents dt {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 50px;
	font-weight: 900;
}
.bmdr #aboutBMDR .contents dd {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 18px;
	font-weight: 500;
}
@media (min-width: 992px) {
.bmdr #aboutBMDR {
	padding-top: 95px;
	padding-bottom: 95px;
}
.bmdr #aboutBMDR h3 {
	font-size: 40px;
}
.bmdr #aboutBMDR h4 {
    margin-top: 60px;
}
.bmdr #aboutBMDR p {
    font-size: 18px;
}
.bmdr #aboutBMDR .contents dl {
    padding-top: 50px;
    padding-bottom: 70px;
}
}


.bmdr #whyBMDR {
	padding-top: 50px;
	padding-bottom: 80px;
	background: #F5F5F5;
}
.bmdr #whyBMDR h3 {
	margin-bottom: 20px;
	font-size: 35px;
	color: #EF3700;
}
.bmdr #whyBMDR p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	color: #EF3700;
}
.bmdr #whyBMDR .graph {
	margin-top: 50px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #162886;
}
.bmdr #whyBMDR .graph img {
	display: block;
	margin-bottom: 10px;
}
.bmdr #whyBMDR .graph01 img {
	max-width: 288px;
}
.bmdr #whyBMDR .whiteBoard {
	margin-top: 50px;
	border-radius: 30px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 16px;
	font-weight: 700;
	color: #162886;
}
.bmdr #whyBMDR .reference {
	margin-top: 32px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #EF3700;
}
.bmdr #whyBMDR .reference a {
	word-break: break-all;
	text-decoration: underline;
	color: #EF3700;
}
.bmdr #whyBMDR .donor {
	margin-top: 32px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #EF3700;
}
@media (min-width: 768px) {
.bmdr #whyBMDR .graph01 img {
    max-width: 100%;
}
}
@media (min-width: 992px) {
.bmdr #whyBMDR {
	padding-top: 115px;
	padding-bottom: 80px;
}
.bmdr #whyBMDR h3 {
    font-size: 40px;
}
.bmdr #whyBMDR p {
    font-size: 18px;
}
.bmdr #whyBMDR .graph {
    margin-top: 90px;
}
.bmdr #whyBMDR .graph01 img {
    max-height: 308px;
}
.bmdr #whyBMDR .reference {
	font-size: 14px;
}
.bmdr #whyBMDR .donor {
	font-size: 18px;
}
}


.bmdr #sanyoBMDR {
	padding-top: 56px;
	padding-bottom: 40px;
	background: #EBE9E5;
}
.bmdr #sanyoBMDR h3 {
	margin-bottom: 10px;
	font-size: 30px;
	color: #162886;
}
.bmdr #sanyoBMDR li {
	height: 154px;
	margin-top: 15px;
}
.bmdr #sanyoBMDR li div {
	background: #FFF url("../img/schoollife/bmdr/icon_glass.svg") no-repeat right 10px bottom 10px;
	border-radius: 20px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.6;
	color: #162886;
}
.bmdr #sanyoBMDR li img {
	display: block;
	margin-bottom: 10px;
}
.modalContents h4 {
	margin-bottom: 20px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	color: #162886;
	text-align: center;
}
.modalContents h4 img {
	display: block;
	margin: 0 auto 10px;
}
.modalContents p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #162886;
}
.bmdr #cboxLoadedContent {
	padding: 40px 30px;
}
.bmdr #cboxClose {
    top: 15px;
    right: 15px;
	background: url("../img/schoollife/bmdr/icon_close.svg") no-repeat top right;
    width: 38px;
    height: 38px;
}
@media (min-width: 992px) {
.bmdr #sanyoBMDR {
	padding-top: 115px;
	padding-bottom: 115px;
}
.bmdr #sanyoBMDR h3 {
    font-size: 40px;
}
.bmdr #sanyoBMDR li {
    height: 237px;
}
.bmdr #sanyoBMDR li div {
	font-size: 18px;
	line-height: 1.5;
}
.bmdr #sanyoBMDR li img {
    margin-bottom: 15px;
}
.bmdr #sanyoBMDR li:nth-of-type(1) img { width: 63px; height: auto; }
.bmdr #sanyoBMDR li:nth-of-type(2) img { width: 66px; height: auto; }
.bmdr #sanyoBMDR li:nth-of-type(3) img { width: 60px; height: auto; }
.bmdr #sanyoBMDR li:nth-of-type(4) img { width: 66px; height: auto; }
.bmdr #sanyoBMDR li:nth-of-type(5) img { width: 68px; height: auto; }
.bmdr #sanyoBMDR li:nth-of-type(6) img { width: 60px; height: auto; }
.modalContents h4 {
	text-align: left;
}
.modalContents h4 img {
    display: inline-block;
    margin: 0 15px 0 0;
	vertical-align: text-bottom;
}
.modalContents p {
    font-size: 16px;
}
.modalContents br {
	display: none;
}
.bmdr #cboxLoadedContent {
	padding: 40px 60px 45px;
}
}


.bmdr #volunteerBMDR {
	padding-top: 38px;
	padding-bottom: 30px;
	background: #EBE9E5;
}
.bmdr #volunteerBMDR h3 {
	margin-bottom: 20px;
	font-size: 24px;
	color: #EF3700;
}
.bmdr #volunteerBMDR p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #EF3700;
}
.bmdr #volunteerBMDR img {
	margin-bottom: 32px;
	border-radius: 40px;
}
@media (min-width: 992px) {
.bmdr #volunteerBMDR {
	padding-top: 0;
	padding-bottom: 50px;
}
.bmdr #volunteerBMDR h3 {
    margin-bottom: 30px;
    font-size: 30px;
}
.bmdr #volunteerBMDR p {
    font-size: 18px;
}
}


.bmdr #newBMDR {
	padding-top: 33px;
	padding-bottom: 48px;
	background: #EBE9E5;
}
.bmdr #newBMDR h3 {
	margin-bottom: 0;
	font-size: 30px;
	color: #162886;
}
.bmdr #newBMDR .whiteBoard {
	margin-top: 24px;
	padding-top: 46px;
	padding-bottom: 42px;
}
.bmdr #newBMDR .whiteBoard h4 {
	margin-bottom: 16px;
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	color: #162886;
}
.bmdr #newBMDR .whiteBoard h4 span {
	display: block;
	margin-bottom: 2px;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	font-weight: 500;
}
.bmdr #newBMDR .whiteBoard p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #162886;
}
@media (min-width: 992px) {
.bmdr #newBMDR {
	padding-bottom: 80px;
}
.bmdr #newBMDR h3 {
	margin-bottom: 10px;
	font-size: 40px;
}
.bmdr #newBMDR .whiteBoard h4 {
    margin-bottom: 16px;
    font-size: 30px;
}
.bmdr #newBMDR .whiteBoard p {
	font-size: 16px;
}
}


.bmdr .slider-bottom .slick-slide {
    margin: 0 !important;
}


.bmdr #studentsVoiceBMDR {
	padding-top: 50px;
	padding-bottom: 55px;
	background: #F5F5F5;
}
.bmdr #studentsVoiceBMDR h3 {
	margin-bottom: 32px;
	font-size: 35px;
	color: #EF3700;
}
.bmdr #studentsVoiceBMDR p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 2;
	color: #EF3700;
}
.bmdr #studentsVoiceBMDR img {
	margin-bottom: 32px;
	border-radius: 40px;
}
@media (min-width: 992px) {
.bmdr #studentsVoiceBMDR {
	padding-top: 145px;
	padding-bottom: 117px;
}
.bmdr #studentsVoiceBMDR h3 {
    font-size: 40px;
}
.bmdr #studentsVoiceBMDR p {
    font-size: 18px;
	letter-spacing: 0.01em;
}
.bmdr #studentsVoiceBMDR img {
    margin-bottom: 0;
}
}


.bmdr #wantedBMDR {
	padding-top: 50px;
	padding-bottom: 58px;
	background: #F0F0F0;
}
.bmdr #wantedBMDR .whiteBoard {
	padding-bottom: 233px;
}
.bmdr #wantedBMDR h3 {
	margin-bottom: 14px;
	font-size: 30px;
	color: #162886;
}
.bmdr #wantedBMDR p {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #162886;
}
.bmdr #wantedBMDR p.btnToInquiry {
	margin-top: 24px;
	margin-bottom: 0;
}
.bmdr #wantedBMDR p.btnToInquiry a {
	display: block;
	padding-top: 25px;
	padding-bottom: 25px;
	background: #EF3700;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 700;
	color: #FFF;
}
.bmdr #wantedBMDR p.btnToInquiry a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 45px;
    width: 0.5em;
    height: 0.5em;
    padding-bottom: 6px;
    transform: translateY(-50%) rotate(45deg);
    border-right: #FFF 1.5px solid;
    border-top: #FFF 1.5px solid;
}
.bmdr #wantedBMDR .wantedImg01 {
	position: absolute;
	bottom: 20px;
	left: 0;
	display: block;
}
.bmdr #wantedBMDR .wantedImg01 img {
	width: 190px;
	height: 181px;
}
.bmdr #wantedBMDR .wantedImg02 {
	position: absolute;
	bottom: 35px;
	right: 0;
	display: block;
}
.bmdr #wantedBMDR .wantedImg02 img {
	width: 172px;
	height: 168px;
}
@media (min-width: 768px) {
.bmdr #wantedBMDR .whiteBoard {
	padding-bottom: 165px;
}
.bmdr #wantedBMDR .wantedImg01 {
	bottom: -40px;
	left: -30px;
}
.bmdr #wantedBMDR .wantedImg01 img {
	width: 268px;
	height: 257px;
}
.bmdr #wantedBMDR .wantedImg02 {
	bottom: -15px;
	right: -30px;
}
.bmdr #wantedBMDR .wantedImg02 img {
	width: 238px;
	height: 239px;
}
}
@media (min-width: 992px) {
.bmdr #wantedBMDR {
	padding-top: 90px;
	padding-bottom: 96px;
}
.bmdr #wantedBMDR .whiteBoard {
	padding-top: 96px;
	padding-bottom: 165px;
	border-radius: 100px;
}
.bmdr #wantedBMDR h3 {
    margin-bottom: 20px;
    font-size: 40px;
}
.bmdr #wantedBMDR p {
    font-size: 18px;
	line-height: 2.2;
}
.bmdr #wantedBMDR p.btnToInquiry {
    margin-top: 45px;
}
.bmdr #wantedBMDR p.btnToInquiry a {
    font-size: 18px;
}
.bmdr #wantedBMDR .wantedImg01 {
	bottom: -40px;
	left: -30px;
}
.bmdr #wantedBMDR .wantedImg01 img {
	width: 336px;
	height: 322px;
}
.bmdr #wantedBMDR .wantedImg02 {
	bottom: -15px;
	right: -30px;
}
.bmdr #wantedBMDR .wantedImg02 img {
	width: 298px;
	height: 299px;
}
}


.bmdr #clubTempBlogContents {
	margin-top: 0;
	padding-bottom: 80px;
	background: #F5F5F5;
}
.bmdr #clubTempBlogContents h3 {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.4;
	color: #162886;
}



.fancybox-bg {
    background: #FFFFFF !important;
}
img.fancybox-image {
	filter: drop-shadow(5px 5px 5px #DDD);
}
img:focus-visible {
    outline: none;
}
.fancybox-image, .fancybox-spaceball {
    padding: 15px !important;
}
.fancybox-slide--image .fancybox-close-small {
    background: none !important;
    color: #493C37 !important;
}
.fancybox-close-small:hover {
    color: #493C37 !important;
    opacity: 1;
}
.fancybox-navigation .fancybox-button {
    height: 70px !important;
    opacity: 1 !important;
    width: 70px !important;
}
.fancybox-navigation .fancybox-button {
	visibility: visible !important;
}
.fancybox-button {
	border-radius: 50% !important;
}
.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 15px !important;
}