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

h2 {
    color: #084b7a;
    padding-bottom: 1rem;
    border-bottom: 1px solid #084b7a;
    margin: 3rem 0 1rem;
}
#title-img {
    text-align: center;
}
#title-img img {
    width: 100%;
}

.text-justify dt {
	padding-left: 15px;
	text-indent: -15px;
}

#blog-logo {
    max-width: 500px;
    margin: 5rem auto 0;
}
#blog-logo a {
    display: block;
}
#blog-logo a:hover {
    opacity: 0.7;
    transition: .3s;
}
#news ul li .news-list {
    border: 1px solid #603813;
    padding: 1rem;
}
#news ul li .news-block {
    padding: 1.5rem 0 5rem;
}
#news ul li a {
    color: #603813;
    display: block;
}
#news ul li a:hover {
    background-color: #603813;
    color: #FFFFFF;
}
#news .news-img {
    text-align: center;
}
#news .news-date {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
}
#news .news-title {
    font-size: 18px;
    font-size: 1.8rem;
}

/* trimming */
.trim {
  height: 160px;  /* トリミングしたい高さ */
  overflow: hidden;
  position: relative;
}
.trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.list-unstyled .asterisk {
	padding-left: 15px;
	text-indent: -15px;
}

.features {
	padding-bottom: 20px;
}

#outline table {
    width: 100%;
}
#outline table tr ul {
    margin-bottom: 0;
}
#outline table tr th {
    width: 20%;
    padding: 0.5rem 1rem;
}
#outline table tr:nth-child(2n+1) {
    background-color: #b9dbe6;
}
#outline dl {
    margin-top: 1.5rem;
}
#outline dl dt {
    color: #084b7a;
}
#outline dl dd {
    margin-bottom: 1.5rem;
}
#program ul li {
    margin-left: 1em;
    text-indent: -1em;
}
#schedule span {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 1rem;
}
.background-beige {
    background-color: #fcf6e7;
    padding: 0 3rem 3rem;
}

#voice h3 {
    font-size: 40px;
    font-size: 4rem;
    color: #00aeca;
}
#voice h3 span{
    font-size: 20px;
    font-size: 2rem;
}
#voice dl dt {
    padding: 1rem;
    color: #0b2747;
    font-size: 20px;
    font-size: 2rem;
}
#voice dl dd {
    padding: 1rem;
    font-size: 14px;
    font-size: 1.4rem;
}
#voice dl dt.mens {
    background-color: #4ebad1;
    border-left: 10px solid #0b2747;
}
#voice dl dt.ladies {
    background-color: #ee879f;
    border-left: 10px solid #eb6d8e;
}
.voice-item {
    margin-bottom: 2.5rem;
    border-bottom: 1px dotted #000000;
}
#ladies-sub {
    padding: 1rem;
    background-color: #fef4f6;
    border: 1px solid #eb6d8e;
    border-radius: 1rem;
    line-height: 20px;
    line-height: 2rem;
}
#ladies-sub dt {
    padding-bottom: 0.5rem!important;
}
#ladies-sub dd {
    margin-bottom: 0;
    padding-bottom: 0;    
}

#treatment > dl dt {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 1rem;
}
#treatment table {
    width: 100%;
}
#treatment table tr ul {
    margin-bottom: 0;
}
#treatment table tr th {
    width: 25%;
    padding: 0.5rem 1rem;
}
#treatment table tr td {
    padding: 0.5rem 1rem;
}
#treatment table tr:nth-child(2n+1) {
    background-color: #b9dbe6;
}

tr.table-contact {
    background-color: #fcf2d7!important;
}

#fieldtrip dl dt {
    background-color: #00aeca;
    color: #FFFFFF;
    padding: 0.5rem 1rem;
}
#fieldtrip dl dd ul li p {
    text-indent: 1em;
    margin-left: 1em;
    text-align: justify;
}
.download {
    display: inline-block;
    color: #FFFFFF;
    background-color: #FF0000;
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    margin: 0.5rem 0;
}
.download:hover {
    color: #FFFFFF;
    background-color: #000080;
}


#fieldtrip h3{
	text-align: center;
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 2.7rem;
  margin: 3rem;

}

#contact h3{
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 2.7rem;
  margin: 10rem 3rem 3rem 3rem;
}
#contact h3 span{
  font-size: 16px;
  font-size: 1.6rem;
}
#contact-supplement span{
  color: #C1272D;
}

#privacypolicy {
    padding: 2rem;
    overflow: scroll;
    background-color: #FFFFFF;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 23px;
    line-height: 2.3rem;
}
#privacypolicy dl,
#privacypolicy dl dd,
#privacypolicy dl dd ul {
    margin-bottom: 0;
}

/* ↓　xs 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 543px) {
    #contact-supplement {
        text-align: justify!important;
        line-height: 2.5rem;
    }
    #contact-supplement br {
        display: none;
    }
}
/* -- for JavaScript ここから -------------------------------------------------------------------------------- */
form#mail_form dl dt span.required{
	display : inline-block;
	color : #ffffff;
	line-height : 1;
	margin-right: 0.5rem;
    padding: 7px;
    background-color: #C1272D;
    font-size: 80%;
    border-radius: 3px;
}
form#mail_form dl dt span.optional{
	display: none;
}
form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match{
	display : block;
	color : #ff0000;
	margin-top : 3px;
}
span.loading{
	width : 50px;
	height : 50px;
	border-radius : 50%;
	border-top : 5px solid rgba( 255, 255, 255, 0.2 );
	border-right : 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom : 5px solid rgba( 255, 255, 255, 0.2 );
	border-left : 5px solid #ffffff;
	-webkit-transform : translateZ( 0 );
	-ms-transform : translateZ( 0 );
	transform : translateZ( 0 );
	-webkit-animation : load-circle 1.0s linear infinite;
	animation : load-circle 1.0s linear infinite;
	position : absolute;
	top : 50%;
	left : 50%;
	margin-top : -25px;
	margin-left : -25px;
}
@-webkit-keyframes load-circle{
	0%{
		-webkit-transform : rotate( 0deg );
		transform : rotate( 0deg );
	}
	100%{
		-webkit-transform : rotate( 360deg );
		transform : rotate( 360deg );
	}
}
@keyframes load-circle{
	0%{
		-webkit-transform : rotate( 0deg );
		transform : rotate( 0deg );
	}
	100%{
		-webkit-transform : rotate( 360deg );
		transform : rotate( 360deg );
	}
}
/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

form#mail_form dt {
    border-top: 1px solid #808080;
    margin-top: 1rem;
    padding-top: 1rem;
}
form#mail_form input[type="text"],
form#mail_form input[type="email"],
form#mail_form input[type="tel"],
form#mail_form textarea{
	width : 100%;
	padding : 0.5rem 1rem;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #ffffff;
	-webkit-appearance : none;
	font-size : 18px;
	margin-top : 5px;
}
form#mail_form input[type="text"]:focus,
form#mail_form input[type="email"]:focus,
form#mail_form input[type="tel"]:focus,
form#mail_form textarea:focus{
	border : 1px solid #55ccff;
	background-color: #FFFFDC;
}
form#mail_form ul li input[type="radio"],
form#mail_form ul li input[type="checkbox"]{
	margin-right : 10px;
	margin-top : 7px;
}
form#mail_form ul li:first-child input[type="radio"],
form#mail_form ul li:first-child input[type="checkbox"]{
	margin-top : 0px;
}
form#mail_form select{
	font-size : 100%;
	margin-top : 5px;
}
form#mail_form textarea{
	display : block;
	width : 100%;
	max-width : 100%;
	height : 200px;
	padding : 1rem;
	resize : vertical;
	border : 1px solid #cccccc;
	border-radius : 3px;
	background : #ffffff;
	-webkit-appearance : none;
	font-size : 100%;
	font-family : inherit;
}
form#mail_form ul{
	list-style-type : none;
}
form#mail_form ul li label:hover{
	cursor : pointer;
}
form#mail_form input#postal{
	width: 30%;
}
form#mail_form input#postal + a{
	display : inline-block;
	padding : 5px 15px;
	background : #0099bd;
	border : 1px solid #b3b3b3;
	border-radius : 3px;
	color : #ffffff;
	font-family : inherit;
	text-decoration : none;
}
form#mail_form input#postal + a:hover{
	cursor : pointer;
	background : #007590;
}
form#mail_form ul.kind-list li{
	display: inline-block;
	min-width: 40%;
}
form#mail_form p#form_submit{
	margin : 0 auto;
	padding : 30px 0 60px 0;
}
form#mail_form input[type="button"]{
	padding : 15px 90px;
	vertical-align : middle;
	line-height : 1;
	background : #C1272D;
	border-radius : 30px;
	color : #ffffff;
	-webkit-appearance : none;
}
form#mail_form input[type="button"]:hover{
	cursor : pointer;
	background : #98000B;
}

form#mail_form input[type="text"], form#mail_form input[type="email"], form#mail_form input[type="tel"], form#mail_form textarea {
    background-color: #f2f2f2;
}
@media (max-width: 767px) {
    #mainarea section p:nth-child(1) {
        text-align: justify!important;
    }
    #mainarea section p:nth-child(1) br {
        display: none;
    }
}

label span {
    margin-left: 1rem;
    margin-right: 12rem;
    font-weight: bold;
    vertical-align: middle;
}
form#mail_form input#year {
    width: 60px;
}
#recruitment ul li p span {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
}
#recruitment ul li p span::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    margin-right: 0.5rem;
    color: #8c6239;
}
.red {
    color: #FF0000;
}
form .required p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 18px;
    margin-top: 0.5rem;
}
#privacy h3 {
    margin-top: 5rem;
}
.contact-box {
    border: 1px solid #8c6239;
    padding: 2rem;
    margin-bottom: 3rem;
    background-color: #f2ede7;
    border-radius: 10px;
}
.contact-box dt {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 1rem;
    background-color:#8c6239;
    color: #FFFFFF;
    font-weight: 500;
}
.contact-box li {
    padding: 0.5rem;
}
.contact-box li+li {
    border-top: 1px dotted #000000;
}
.content input{
	display: none;
}
.content label{
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left: 20px;
	padding: 10px 20px;
	border-radius: 2px;
	color: #3e4956;
	text-align: center;
	line-height: 1;
}
.content label:before{
	position: absolute;
	content: "";
	top: 50%;
	left: -10px;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	background: #CFD3D6;
	border-radius: 50%;
}
.content input[type="radio"]:checked + label:after {
	position: absolute;
	content: "";
	top: 50%;
	left: -4px;
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-radius: 50%;
	background: #3fa4f0;
}
@media (max-width: 575px) {
    #mainnav-child {
        margin-bottom: 3rem;
    }
table td {
    width: 70%;
    font-size: 14px;
    line-height: 25px;
}
    table th {
    font-size: 14px;
    }
#scholarship table th {
    width: 30%;
}
    .background-beige {
        padding: 1rem 1rem 3rem;
    }
.trim {
    height: 120px;
}
#news ul li .news-block {
    padding: 1rem 2rem;
}
#news .news-title {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 25px;
    line-height: 2.5rem;
}
}

.interview {
	margin-bottom: 2rem;
}

.interview a:hover {
	opacity: 0.7;
}

.text-justify {
	font-size: 1.6rem;
	letter-spacing: -0.05rem;
}






/* ↓　lg 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 1199px) {
}

/* ↓　md 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 991px) {
}

/* ↓　sm 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 767px) {
}

/* ↓　col 幅以下の時に反映される設定　↓ */
@media only screen and (max-width: 575px) {
.interview {
	text-align: center;
}
}
