@charset "utf-8";
/* CSS Document */
.wrapper {
  margin: 0 auto;
  padding-top: 55px;
  /* padding-bottom: 3.5em;*/
}
.wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media (min-width: 1025px) {
  .wrapper {
    padding: 80px 0 0;
  }
}
.breadcrumb {
  text-align: left;
  margin-bottom: 20px;
}
.breadcrumb ul li {
  display: inline-block
}
.breadcrumb ul li a:after {
  content: ">";
  padding: 0 0.3em;
}
@media (max-width: 750px) {
  .breadcrumb > div {}
  .breadcrumb ul {
    padding: 3px 0;
  }
  .breadcrumb ul li {
    font-size: 0.8em;
  }
}
@media (min-width: 751px) {
  .breadcrumb ul {
    padding: 3px 0 0;
  }
  .breadcrumb ul li {
    font-size: 0.8em;
  }
}
/************************************************************
　pager　.pager
*/
.pager {
  margin-bottom: 10px;
}
.pager .right ul {
  display: flex;
}
.pager .right ul li {
  display: flex;
  flex-direction: column;
}
.pager .right ul li + li {
  padding: 0 1px;
}
.pager .right ul li span {
  padding: 2px 0.5em;
  border: 1px solid #CCC;
  background-color: #EEEEF0;
  color: #999;
  align-self: stretch;
}
.pager .right ul li a {
  display: inline-block;
  padding: 2px 0.5em;
  border: 1px solid #CF001A;
  background-color: #FFF;
  color: #CF001A;
  align-self: stretch;
}
.pager .right ul li a:hover {
  background-color: rgba(207, 0, 26, .1);
}
@media (max-width: 750px) {
  .pager {
    font-size: 1.1rem;
    text-align: center;
  }
  .pager .right ul {
    justify-content: center;
  }
}
@media (min-width: 751px) {
  .pager {
    display: flex;
    justify-content: space-between;
  }
  .pager .right {
    margin-left: auto;
  }
  .pager .right ul {
    align-self: flex-end;
    justify-content: flex-end;
  }
}
/*
　/pager　.pager
************************************************************/
.contsTtl {
  color: #CE0019;
  padding: 30px 0;
	text-align: center;
}
.contsTtl h3 {
  font-weight: 700;
}
.contsTtl .icon {
  background: url("../img/contsTtl_bg.png") no-repeat center center;
  background-size: contain;
  margin-bottom: 15px;
}
.contsTtl .icon img {
  height: 30px;
}
@media (max-width: 599px) {}
@media (min-width: 600px) {
  .contsTtl .icon img {
    height: 58px;
  }
}
@media (min-width: 1025px) {
  .contsTtl {
    padding: 50px 0;
  }
}
/*******************************************
セカンド セクション共通
*******************************************/
.main section {
  margin: 0 15px 50px;
  text-align: left;
}
.main section.lead h3 {
  margin-bottom: 1em;
}
.main section h3.secTtl {
  background-color: #ce0019;
  color: #FFF;
  padding: 0.8em;
  margin-bottom: 0.5em;
}
.main section h4.midashi {
  color: rgb(0 0 0 / 80%);
  margin-bottom: 0.5em;
  font-weight: bold;
  padding: 1rem 2rem;
  border-left: 5px dotted #ce0019;
  background: #f4f4f4;
}
@media (max-width: 599px) {}
@media (min-width: 600px) {
  .main section {
    margin: 0 0 50px;
  }
  .main section.lead {
    text-align: center;
  }
  .main section > div {
    margin: 15px;
  }
}
@media (min-width: 1025px) {}
/*******************************************
#course  コース案内
*******************************************/
#course .lead .course_flex > div, #course .timetable .course_flex > div {
  box-shadow: 0 0 5px rgb(55, 55, 55, .5);
  text-align: left;
  margin-bottom: 15px;
  padding: 8px;
}
#course .timetable table {
  width: 100%;
}
#course .timetable table thead tr th {
  text-align: center;
  background-color: #F2F2F3;
}
#course .timetable table tr th {
  padding: 4px;
  border: 1px solid #CCC;
}
#course .timetable table tr td:first-child {
  width: 30%;
}
#course .timetable table tr td {
  padding: 4px;
  border: 1px solid #CCC;
}
#course .schedule dl {
  width: 100%;
}
#course .schedule dl dt {
  flex-basis: 20%;
}
#course .schedule dl dd {
  flex-basis: 40%;
}
#course .schedule dl {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  width: 300px;
  margin: 0 auto 50px;
}
#course .schedule dl dt {
  flex-basis: 80px;
  min-height: 100px;
  padding: 0 8px;
  border-bottom: 3px solid #ce0019;
  /*
		background-color: rgba(206, 0, 25, 0.05);
		*/
  font-size: 28px;
  color: #ce0019;
  font-weight: 400;
}
#course .schedule dl dt span {
  font-size: 18px;
  color: #000;
}
#course .schedule dl dd {
  flex-basis: 188px;
  padding: 8px;
  border-bottom: 3px solid #CCC;
}
@media (max-width: 599px) {
  #course .curriculum table tbody tr {
    display: block;
    width: 100%;
    margin-bottom: 8px;
  }
  #course .curriculum table tbody th {
    display: block;
    width: 100%;
    border-bottom: 3px solid #ce0019;
    color: #ce0019;
    padding: 4px 0.5em;
    margin-bottom: 0.5em;
    font-weight: bold;
  }
  #course .curriculum table tbody td {
    display: block;
    width: 100%;
    border-bottom: 1px dotted #CCC;
    padding: 4px;
  }
  #course .curriculum table tbody td.bottom {
    margin-bottom: 50px;
  }
  #course .curriculum table tbody td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
@media (min-width: 600px) {
  #course .lead .course_flex {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  #course .lead .course_flex > div {
    width: 450px;
    margin: 15px;
    padding: 15px;
  }
  #course .curriculum table thead th {
    white-space: nowrap;
    border-bottom: 3px solid #ce0019;
    color: #ce0019;
    font-weight: bold;
    padding: 8px 15px;
  }
  #course .curriculum table tbody tr:nth-child(even) {
    background-color: rgba(206, 0, 25, 0.05);
  }
  #course .curriculum table tbody th {
    font-weight: bold;
    padding: 15px 15px 50px;
  }
  #course .curriculum table tbody td {
    padding: 15px 15px 50px;
  }
  #course .curriculum table tbody td.cntr {
    text-align: center;
  }
  #course .timetable .course_flex {
    display: flex;
    justify-content: center;
    align-items: stretch;
  }
  #course .timetable .course_flex > div {
    width: 450px;
    margin: 15px;
    padding: 15px;
  }
  #course .schedule dl {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    width: 600px;
    margin: 0 auto 50px;
  }
  #course .schedule dl dt {
    flex-basis: 120px;
    min-height: 100px;
    padding: 0 15px;
    border-bottom: 3px solid #ce0019;
    /*
		background-color: rgba(206, 0, 25, 0.05);
		*/
    font-size: 45px;
    color: #ce0019;
    font-weight: 400;
  }
  #course .schedule dl dt span {
    font-size: 26px;
    color: #000;
  }
  #course .schedule dl dd {
    flex-basis: 420px;
    padding: 15px;
    border-bottom: 3px solid #CCC;
  }
}
@media (min-width: 1025px) {
  #course .schedule dl {
    width: 860px;
    margin: 0 auto 50px;
  }
  #course .schedule dl dt {
    flex-basis: 200px;
  }
  #course .schedule dl dd {
    flex-basis: 600px;
  }
}

#course .schedule .sc_photoWrap{
	position: relative;
	min-height: 200px;
}
#course .schedule .sc_photoWrap .sc_photo01{
	position: absolute;
    right: 0;
    top: -2em;
}
@media (max-width: 599px) {
	#course .schedule .sc_photoWrap{
	position: relative;
	min-height: 140px;
}
	#course .schedule .sc_photoWrap .sc_photo01{
	position: absolute;
    right: 0;
    top: 30px;
	width: 60%;
}
}
/*******************************************
#about  学院紹介
*******************************************/
#about .lead {}
#about .fourth ul li > div {
  margin: 4px;
  /* background-color: antiquewhite;*/
  border-radius: 10px;
  padding: 15px;
}
#about .fourth ul li > div h4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  border-radius: 120px;
  background-color: #CCC;
  color: #FFF;
  margin: 8px auto;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
}
#about .fourth ul li:nth-child(1) > div h4 {
  background-color: #C657A1;
}
#about .fourth ul li:nth-child(2) > div h4 {
  background-color: #00ABC5;
}
#about .fourth ul li:nth-child(3) > div h4 {
  background-color: #F89D34;
}
#about .fourth ul li:nth-child(4) > div h4 {
  background-color: #00A99D;
}
#about .fourth ul li:nth-child(1) > div {
  background-color: #c657a147;
}
#about .fourth ul li:nth-child(2) > div {
  background-color: #00abc54d;
}
#about .fourth ul li:nth-child(3) > div {
  background-color: #f89d3454;
}
#about .fourth ul li:nth-child(4) > div {
  background-color: #00a99d57;
}
#about .fourth ul li > div p {
  height: 10em;
  font-size: 13px;
  line-height: 1.4;
}
#about .overview dl dt {
  padding: 8px 8px 0 8px;
  font-weight: 900;
}
#about .overview dl dd {
  padding: 0px 8px 8px 8px;
  border-bottom: 1px solid #ccc;
}
#about .history p {
  margin-bottom: 1em;
}
#about .history p strong {
  font-weight: 700;
  display: inline-block;
  padding: 0 0.5em;
}
#about .educ_policy ul li {
  margin: 8px;
  padding: 8px;
  background-color: #D7D9D9;
  border-radius: 8px;
  text-align: center;
}
#about .educ_policy p {
  margin-bottom: 1em;
}
#about .facilities ul li .caption {
  text-align: center;
}
#about .message p {
  margin-bottom: 0.5em;
  text-indent: 1em;
}
@media (max-width: 599px) {}
@media (min-width: 600px) {
  #about .fourth ul li > div {
    margin: 8px;
  }
  #about .fourth ul li > div p {
    font-size: 15px;
    height: 8em;
  }
  #about .educ_policy ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
  }
  #about .educ_policy ul li {
    flex-basis: 30%;
    font-size: 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #about .message .photoR {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    text-align: center;
  }
  #about .message .photoR img {
    width: 150px;
  }
}
@media (min-width: 1025px) {
  #about .lead {
    width: 860px;
    margin: 0 auto 50px;
    text-align: left;
  }
  #about .fourth ul li > div h4 {
    width: 200px;
    height: 200px;
    border-radius: 200px;
    font-size: 26px;
    margin-bottom: 15px;
  }
  #about .fourth ul li > div p {
    font-size: 16px;
    height: 8em;
  }
  #about .overview dl {
    width: 860px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto 30px;
  }
  #about .overview dl dt {
    flex-basis: 200px;
    font-weight: 700;
    padding: 15px;
    border-bottom: 1px solid #999;
  }
  #about .overview dl dd {
    flex-basis: 600px;
    padding: 15px;
    border-bottom: 1px solid #CCC;
  }
}
#info section .spring {
  background-color: rgba(117, 112, 180, 0.2);
  font-weight: 700;
}
#info section .autumn {
  background-color: rgba(23, 192, 242, 0.2);
  font-weight: 700;
}
#info section dl.kikan {
  text-align: center;
}
#info section dl.kikan dt {
  border-radius: 50px;
  padding: 4px 0;
  font-weight: 700;
}
#info section dl.kikan dd {
  padding: 15px 0;
}
#info section dl.hikaku {
  width: 95%;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin: 0 auto;
  text-align: center;
}
#info section dl.hikaku dt, #info section dl.hikaku .dt_head {
  font-weight: 700;
}
#info section dl.hikaku dt {
  flex-basis: 100%;
  background-color: #F2F2F3;
  border-radius: 4px;
  padding: 4px 0;
  margin-bottom: 0.5em;
}
#info section dl.hikaku dd {
  flex-basis: 50%;
  padding: 4px 0;
  margin-bottom: 0.5em;
}
#info section dl.hikaku dd.grow {
  flex-basis: 100%;
}
#info section dl.hikaku dd ul {
  text-align: left;
}
#info section dl.hikaku dd ul li {
  font-weight: 700;
}
#info .fee table {
  width: 100%;
}
#info .fee dl dd {
  margin-left: 1em;
}
#info .fee dl dd ul {
  margin-left: 1em;
}
#info .fee dl dd ul li {
  list-style-type: disc;
  list-style-position: outside;
}
#info .fee table {
  font-size: 12px;
  margin-bottom: 30px;
}
#info .fee table caption {
  padding: 15px 0;
  margin-bottom: 0.5em;
}
#info .fee table thead tr th {
  background-color: #EDEDEE;
}
#info .fee table thead tr th span {
  font-size: 11px;
}
#info .fee table tfoot tr td, #info .fee table tfoot tr th {
  border-top: 3px double #999;
}
#info .fee table tr th {
  padding: 8px 1px;
  border: 1px solid #CCC;
  text-align: center;
  font-weight: 500;
  background-color: #F2F2F3;
}
#info .fee table tr td {
  padding: 8px;
  border: 1px solid #CCC;
  text-align: right;
  width: 26%;
}
#info .fee .note {
  font-size: 12px;
}
#info .dl .file h4 {
  text-align: center;
  color: #D12426;
  font-weight: 700;
  margin-bottom: 0.5em;
}
#info .dl .file ul.data li {
  margin-bottom: 0.5em;
}
#info .dl .file ul.data li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 1em;
  background-color: #F2F2F3;
  border-radius: 40px;
}
#info .dl .file ul.data li i {
  margin-left: auto;
}
@media (max-width: 599px) {}
@media (min-width: 600px) {
  #info .fee table {
    font-size: 16px;
  }
  #info .fee table tr th {
    padding: 8px;
  }
  #info .fee table thead tr th span {
    font-size: 14px;
  }
  #info .fee .note {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  #info .lead {
    width: 860px;
    margin: 0 auto 50px;
    text-align: left;
  }
  #info section dl.kikan {
    width: 860px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    margin: 0 auto 30px;
  }
  #info section dl.kikan dt {
    flex-basis: 350px;
    font-weight: 700;
    padding: 15px;
    border-radius: 0px;
    border-bottom: 3px solid #ce0019;
  }
  #info section dl.kikan dd {
    flex-basis: 450px;
    padding: 15px;
    border-bottom: 3px solid #CCC;
  }
  #info section dl.hikaku {
    width: 990px;
    margin: 0 auto 30px;
  }
  #info section dl.hikaku .dt_head {
    background-color: #F2F2F3;
  }
  #info section dl.hikaku dt {
    flex-basis: 200px;
    padding: 15px;
    border-radius: 0px;
    background-color: #FFF;
    border-bottom: 3px solid #ce0019;
  }
  #info section dl.hikaku dd {
    flex-basis: 350px;
    padding: 15px;
    border-bottom: 3px solid #CCC;
    text-align: center;
  }
  #info section dl.hikaku dd.grow {
    flex-basis: 730px;
  }
  #info section dl.hikaku dd.grow {
    flex-basis: 730px;
  }
}
#info section .prospectus ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 2em;
  border-bottom: 1px solid;
}
#info section .prospectus ul li {
  text-align: center;
  padding: 1em;
}
#info section .prospectus ul li i {
  color: rgba(241, 0, 4, 1.00)
}
/*************************************
日本での生活
*************************************/
#life .dormitory ul.cation {
  padding-left: 1.5em;
}
#life .dormitory ul.cation li:before {
  content: "※";
  margin-left: -1em;
}
#life .dormitory table tr th {
  border: 1px solid #CCC;
  padding: 8px;
  background-color: #F2F2F3;
  text-align: center;
}
#life .dormitory table tr td {
  border: 1px solid #CCC;
  padding: 8px;
  text-align: center;
}
@media (min-width: 760px) {
  #life .dormitory table.table_sp {
    margin: 0 0 1em;
  }
}
#contact .form table {}
@media (max-width: 599px) {
  #contact .form table tr td label {
    display: block;
  }
}
@media (min-width: 600px) {
  #contact .form table {
    width: 90%;
    margin: 0 auto 30px;
  }
  #contact .form table tr th {
    width: 200px;
  }
  #contact .form table tr td label {
    display: inline-block;
    margin-right: 1em;
  }
}
@media (min-width: 1025px) {
  #contact .form table {
    width: 80%;
  }
}
#sitemap .main section > ul > li {
  margin-bottom: 15px;
}
#sitemap .main section > ul > li a {
  display: block;
  padding: 4px 0;
}
#sitemap .main section > ul > li > a:before {
  display: inline-block;
  margin-right: 4px;
}
#sitemap .main section > ul > li.ico_about > a:before {
  content: url("../img/ico_about.svg");
  width: 35px;
}
#sitemap .main section > ul > li.ico_course > a:before {
  content: url("../img/ico_course.svg");
  width: 20px;
}
#sitemap .main section > ul > li.ico_info > a:before {
  content: url("../img/ico_info.svg");
  width: 35px;
}
#sitemap .main section > ul > li.ico_life > a:before {
  content: url("../img/ico_life.svg");
  width: 28px;
}
#sitemap .main section > ul > li.ico_access > a:before {
  content: url("../img/ico_access.svg");
  width: 20px;
}
#sitemap .main section > ul > li.ico_contact > a:before {
  content: url("../img/ico_conact.svg");
  width: 30px;
}
#sitemap .main section > ul > li.ico_sitemap > a:before {
  content: url("../img/ico_sitemap.svg");
  width: 30px;
}
#sitemap .main section > ul > li.ico_recruit > a:before {
  content: url("../img/ico_recruit.svg");
  width: 26px;
}
#sitemap .main section > ul > li > ul {
  margin: 0 1em;
}
#sitemap .main section > ul > li > ul > li {
  border-bottom: 1px dotted #CCC;
}
@media (min-width: 600px) {
  #sitemap .main section > ul {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  #sitemap .main section > ul > li {
    flex-basis: 25%;
  }
  #sitemap .main section > ul > li.home {
    flex-basis: 100%;
  }
}
/*******************************************
#topics  お知らせ
*******************************************/
#topics .list > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#topics .list > ul > li {
  display: flex;
  flex-direction: column;
}
#topics .list .item h4.midashi a {
	font-weight: inherit;
	display: block;
}
#topics .list .item {
  box-shadow: 0 0 5px rgb(55, 55, 55, .5);
  text-align: left;
  display: flex;
  flex-direction: column;
  flex-grow: 2;
}
#topics .list .item .date {
	text-align: left;
	align-self: flex-end;
}
#topics .list .item .img {
  display: flex;
  flex-direction: column;
	justify-content: center;
  align-items: center;
  overflow: hidden;
}
#topics .list .item .more {
	margin-top: auto;
	text-align: center;
}
@media (max-width: 750px) {
  #topics .list > ul > li {
    flex-basis: 50%;
    padding: 4px;
    box-sizing: border-box;
  }
  #topics .list .item .img {
    height: 100px;
  }
}
@media (min-width: 751px) {
  #topics .list > ul > li {
    flex-basis: 33.3%;
    padding: 8px;
    box-sizing: border-box;
  }
  #topics .list > ul > li:last-child {
    margin-right: auto;
  }
  #topics .list .item {
    padding: 15px;
  }
  #topics .list .item .img {
    height: 200px;
  }
}






#topics .detail > div {
	margin-bottom: 30px;
}
#topics .detail .date {
	text-align: right;
}
#topics .detail .files a {
	display: block;
	border-radius: 50px;
	overflow: hidden;
	background-color: #999;
	color: #FFF;
	padding: 0.8em 1.5em;
	box-sizing: border-box;
	margin: 4px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#topics .detail .files  {
	width: 100%;
}
#topics .detail .files .url a {
	background-color: #0CA678;
}
#topics .detail .files .pdf a {
	background-color: #E03131;
	width: 50%;
	margin: 4px auto;
}
@media (max-width: 750px) {
}
@media (min-width: 751px) {
#topics .detail {
	width: 750px;
	margin: 0 auto;
  display: flex;
  flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}
#topics .detail h4.midashi{
	width: 100%;
	box-sizing: border-box;
}
#topics .detail .date {
	align-self: flex-end;
}
}



/*****************************************
スマホでのテーブルFullWidth
*****************************************/
.table_sp th {
  background-color: #F2F2F2;
}
.table_sp td {
  background-color: #FFFFFF;
}
@media (max-width: 750px) {
  .table_sp, .table_sp caption, .table_sp tbody, .table_sp thead, .table_sp tfoot, .table_sp tr, .table_sp th, .table_sp td {
    display: block;
  }
  .table_sp {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    margin-bottom: 5px;
  }
  .table_sp caption {
    border-top: 1px solid #CCC;
    padding: 5px;
    background-color: #E2E2E2;
  }
  .table_sp th {
    border-top: 1px solid #CCC;
    padding: 5px;
  }
  .table_sp td {
    border-top: 1px solid #CCC;
    padding: 5px;
  }
}
@media (min-width: 751px) {
  .table_sp {
    margin: 0 auto 10px;
  }
  .table_sp tr th {
    padding: 10px;
    border: 1px solid #CCC;
  }
  .table_sp tr td {
    padding: 10px;
    border: 1px solid #CCC;
  }
}
/***********************************
rowsシリーズ
div.rows　入れ子のulにクラス名を入れる
***********************************/
.rows ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* PC2カラム、SP2カラム */
.rows ul.col2 > li {
  float: left;
  width: 50%;
}
.rows ul.col2 > li:nth-child(2n+1) {
  clear: both;
}
/* PC3カラム、SP3カラム */
.rows ul.col3 > li {
  float: left;
  width: 33.3%;
}
.rows ul.col3 > li:nth-child(3n+1) {
  clear: both;
}
/* PC4カラム、SP4カラム */
.rows ul.col4 > li {
  float: left;
  width: 25%;
}
.rows ul.col4 > li:nth-child(4n+1) {
  clear: both;
}
@media (min-width: 751px) {
  .rows ul li.pc_w50 {
    width: 50%;
  }
}
/* PC2カラム、SP上下 */
@media (max-width: 750px) {
  .rows ul.col2_1 > li > div {
    margin-bottom: 5px;
  }
  .rows ul li > div {
    margin: 4px;
  }
}
@media (min-width: 751px) {
  .rows ul li > div {
    margin: 8px;
  }
  .rows ul.col2_1 > li {
    float: left;
    width: 50%;
  }
  .rows ul.col2_1 > li:nth-child(2n+1) {
    clear: both;
  }
}
/* PC3カラム、SP上下 */
@media (max-width: 750px) {
  .rows ul.col3_1 > li > div {
    margin-bottom: 5px;
  }
}
@media (min-width: 751px) {
  .rows ul.col3_1 > li {
    float: left;
    width: 33.3%;
  }
  .rows ul.col3_1 > li:nth-child(3n+1) {
    clear: both;
  }
}
/* PC3カラム、2カラム */
@media (max-width: 750px) {
  .rows ul.col3_2 > li {
    float: left;
    width: 50%;
  }
  .rows ul.col3_2 > li:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 751px) {
  .rows ul.col3_2 > li {
    float: left;
    width: 33.3%;
  }
  .rows ul.col3_2 > li:nth-child(3n+1) {
    clear: both;
  }
}
/* PC4カラム、1カラム */
@media (max-width: 750px) {}
@media (min-width: 751px) {
  .rows ul.col4_1 > li {
    float: left;
    width: 25%;
  }
  .rows ul.col4_1 > li:nth-child(4n+1) {
    clear: both;
  }
}
/* PC5カラム、SP上下 */
@media (max-width: 750px) {
  .rows ul.col5_1 > li > div {
    margin-bottom: 5px;
  }
}
@media (min-width: 751px) {
  .rows ul.col5_1 > li {
    float: left;
    width: 20%;
  }
  .rows ul.col5_1 > li:nth-child(5n+1) {
    clear: both;
  }
}
/* PC3カラム、2カラム */
@media (max-width: 750px) {
  .rows ul.col3_2 > li {
    float: left;
    width: 50%;
  }
  .rows ul.col3_2 > li:nth-child(2n+1) {
    clear: both;
  }
}
/* PC4カラム、2カラム */
@media (max-width: 750px) {
  .rows ul.col4_2 > li {
    float: left;
    width: 50%;
  }
  .rows ul.col4_2 > li:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 751px) {
  .rows ul.col4_2 > li {
    float: left;
    width: 25%;
  }
  .rows ul.col4_2 > li:nth-child(4n+1) {
    clear: both;
  }
}
/* PC3カラム、1-2カラム */
@media (max-width: 750px) {
  .rows ul.col3_1-2 > li {
    float: left;
    width: 50%;
  }
  .rows ul.col3_1-2 > li:nth-child(3n+1) {
    width: 100%;
  }
  .rows ul.col3_1-2 > li:nth-child(3n+1) > div {
    width: 50%;
    margin: 0 auto;
  }
}
@media (min-width: 751px) {
  .rows ul.col3_1-2 > li {
    float: left;
    width: 33.3%;
  }
  .rows ul.col3_1-2 > li:nth-child(3n+1) {
    clear: both;
  }
}
/* PC3カラム、2-1カラム */
@media (max-width: 750px) {
  .rows ul.col3_2-1 > li {
    float: left;
    width: 50%;
  }
  .rows ul.col3_2-1 > li:nth-child(3n+0) {
    width: 100%;
  }
  .rows ul.col3_2-1 > li:nth-child(3n+0) > div {
    width: 50%;
    margin: 0 auto;
  }
  .rows ul.col3_2-1 > li:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 751px) {
  .rows ul.col3_2-1 > li {
    float: left;
    width: 33.3%;
  }
  .rows ul.col3_2-1 > li:nth-child(3n+1) {
    clear: both;
  }
}
.gry {
  background: #ebebeb;
  padding: 30px;
}
.video_wrap, .gmap_wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video_wrap iframe, .gmap_wrap iframe, .gmap_wrap object, .gmap_wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/********20220301**********/
.main .tel_faxBox {
  text-align: center;
}
.main .tel_faxBox p {
  font-weight: 700;
  font-size: 1.2em;
}
.main .tel_faxBox ul {
  display: flex;
  font-size: 1.5em;
  color: #CE0019;
  justify-content: center;
  margin: 1em 0;
  gap: 1em;
}
.main .tel_faxBox li {
  padding: 0.2em 1em;
  font-weight: 700;
}
/*
.main .tel_faxBox li:last-child{
	border-left: 1px solid rgba(126,126,126,1.00);
}
*/
.main .tel_faxBox li:last-child {
  border-left: none;
  border-top: 1px solid rgba(126, 126, 126, 1.00);
}
@media (max-width: 750px) {
  .main .tel_faxBox ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 0;
  }
}

#recruit .btn_recruit{
	display: flex;
	flex-direction: row;
	gap:30px;
	justify-content: center;
	width: 87%;
    margin: auto;
}#recruit .btn_recruit li{
	flex: 1 50%;
	padding: 1em;
}#recruit .btn_recruit li a{
	background: #E40019;
    color: #fff;
    font-size: 1.6em;
    padding: 1em;
    display: flex;
    align-items: center;
	justify-content:center;
	gap: 30px;
	border-bottom: 2px solid #333;
}
#recruit .btn_recruit li a:hover{
	background: #ff374d;
}
#recruit .btn_recruit li a span{
	background: #000;
    padding: 0.2em 1em;
    border-radius: 50px;
    font-size: 0.8em;
    display: inline-block;
    width: fit-content;
    font-weight: 700;
    letter-spacing: 3px;
}
#recruit .btn_recruit li a div{
    display: flex;
    flex-direction: column;
}#recruit .btn_recruit a img{
		max-width: 60px;
	}
@media (max-width: 750px) {
	#recruit .btn_recruit{
		flex-direction: column;
		gap:0px;
		font-size: 0.75em;
		max-width: 90%;
		margin: auto
	}
	#recruit .btn_recruit a img{
		max-width: 40px;
	}
}