@charset "UTF-8";
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10001;
}

.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

body.is-fixed {
  overflow: hidden;
}

.logo {
  max-width: 160px;
}
.logo img {
  width: 100%;
}
.logo {
  margin-left: 40px;
  margin-bottom: 0;
}
@media print, screen and (max-width:1026px) {
  .logo {
    max-width: 120px;
  }
}
@media print, screen and (max-width:768px) {
  .logo {
    max-width: 120px;
    margin-left: 20px;
    margin-top: 0px;
  }
}

.header_inner {
  padding: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 70px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:1026px) {
  .header_inner {
    width: calc(100% - 60px);
  }
}
@media print, screen and (max-width:768px) {
  .header_inner {
    padding: 0px 0;
    width: calc(100% - 56px);
  }
}

.nav {
  font-size: 106%;
}
@media print, screen and (max-width:1026px) {
  .nav {
    font-size: 85%;
  }
}
.nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.nav ul li {
  margin-right: 40px;
}
@media print, screen and (max-width:1026px) {
  .nav ul li {
    margin-right: 20px;
  }
}

.request {
  max-width: 70px;
}
.request img {
  width: 100%;
}
.request {
  position: absolute;
  right: 0;
  top: 0;
}
@media print, screen and (max-width:1026px) {
  .request {
    max-width: 60px;
  }
}
@media print, screen and (max-width:768px) {
  .request {
    max-width: 56px;
  }
}

/* =========================
   ハンバーガー
========================= */
.hamburger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
}

.hamburger span {
  width: 24px;
  height: 2px;
  background: #fff;
}

/* =========================
   SP
========================= */
@media (max-width: 768px) {
  .hamburger {
    width: 56px;
    height: 56px;
    background: #2167a8;
    border: none;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  /* =========================
     3本線
  ========================= */
  .hamburger span {
    position: absolute;
    width: 24px;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  /* 位置 */
  .hamburger span:nth-child(1) {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
  .hamburger span:nth-child(2) {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .hamburger span:nth-child(3) {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  /* =========================
     開いたとき（×）
  ========================= */
  .hamburger.is-open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .hamburger.is-open span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.is-open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nav {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    height: calc(100vh - 56px);
    background: #fff;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: none;
    transition: none;
  }
  .nav.is-open {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .sikoku .hamburger {
    /*background: #A4C826;*/
  }
  .nav ul {
    display: block;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav ul li {
    margin-right: 0;
  }
  .nav ul li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #cecece;
    font-size: 120%;
    padding: 20px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: inline-block;
    padding-left: 15px;
  }
  .nav ul li a:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #333;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }
  .banner_sp {
    width: 90%;
    margin: 1rem auto;
    text-align: center;
  }
  .banner_sp img {
    width: 100%;
  }
}
/* =========================
========================= */
/*	[id] {
  scroll-margin-top: 120px;
}
	*/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
main {
  width: 100%;
}
main .shikoku {
  padding: 40px 0 0px;
}
@media print, screen and (max-width: 1400px) {
  main .shikoku {
    padding: 20px 0 0px;
  }
}
@media print, screen and (max-width:1026px) {
  main .shikoku {
    padding: 20px 0 0px;
  }
}
@media print, screen and (max-width:768px) {
  main .shikoku {
    padding: 2rem 0 1rem;
  }
}
main .chugoku {
  padding: 40px 0 0px;
}
@media print, screen and (max-width: 1400px) {
  main .chugoku {
    padding: 20spx 0 0px;
  }
}
@media print, screen and (max-width:1026px) {
  main .chugoku {
    padding: 20px 0 30px;
  }
}
@media print, screen and (max-width:768px) {
  main .chugoku {
    padding: 2rem 0 1rem;
  }
}
main .main_txtBlock {
  z-index: 10;
  position: relative;
}
main .mainTxt {
  text-align: center;
  margin: 0 auto;
  font-size: clamp(54px, 7vw, 84px);
  font-weight: 500;
  vertical-align: middle;
  line-height: 1.5;
}
main .mainTxt span {
  font-size: 84%;
}
@media print, screen and (max-width:768px) {
  main .mainTxt {
    line-height: 1.25;
    margin: 0 auto 10px;
  }
}
main .main_sub {
  /*text-align: center;
  margin: 0 auto;	*/
  text-align: center;
  margin: 0 auto;
  font-size: clamp(22px, 2.6666666667vw, 50px);
  color: #F3AF00;
  letter-spacing: 0rem;
  line-height: 1.4;
}
main .main_sub span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(30%, #F8FF73));
  background: linear-gradient(transparent 50%, #F8FF73 30%);
}
main .main_sub span._big {
  font-size: 220%;
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, transparent), color-stop(10%, #F8FF73));
  background: linear-gradient(transparent 100%, #F8FF73 10%);
}
@media print, screen and (max-width:768px) {
  main .main_sub .subTxt02_sp {
    font-size: 120%;
  }
  main .main_sub .subTxt02_sp span._big {
    font-size: 180%;
  }
}
main .main_sub._shikoku {
  color: #2C6F84;
}
main .main_sub._shikoku span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(30%, #B3F1F4));
  background: linear-gradient(transparent 50%, #B3F1F4 30%);
}
main .main_sub._shikoku span._big {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(100%, transparent), color-stop(10%, #B3F1F4));
  background: linear-gradient(transparent 100%, #B3F1F4 10%);
}

.mainMap {
  position: relative;
}
.mainMap .mapWrap {
  /*max-width: 1600px;
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto;	*/
}
.mainMap .map {
  width: 100%;
  margin: -70px 0 0 0;
}
.mainMap .map img {
  width: 100%;
}
@media print, screen and (max-width:768px) {
  .mainMap .map {
    margin: 0px 0 0 0;
  }
}

/* ======四国 =======*/
.sikoku main .mainMap {
  /*background:url("../images/shikoku/main/mainMap_shikoku.png") no-repeat;
  background-size: 100% auto;	*/
}
.sikoku main .mainMap .main_photo01 {
  position: absolute;
  width: 14%;
  left: 2%;
  top: 45%;
}
@media print, screen and (max-width:768px) {
  .sikoku main .mainMap .main_photo01 {
    width: 20%;
    left: 2%;
    top: 45%;
  }
}
.sikoku main .mainMap .main_photo02 {
  position: absolute;
  width: 11%;
  left: 16%;
  top: 24%;
}
@media print, screen and (max-width:768px) {
  .sikoku main .mainMap .main_photo02 {
    width: 14%;
  }
}
.sikoku main .mainMap .main_photo03 {
  position: absolute;
  width: 13%;
  left: 34%;
  top: 17%;
}
@media print, screen and (max-width:768px) {
  .sikoku main .mainMap .main_photo03 {
    width: 22%;
  }
}
.sikoku main .mainMap .main_photo04 {
  position: absolute;
  width: 15%;
  left: 20%;
  bottom: 13%;
}
@media print, screen and (max-width:768px) {
  .sikoku main .mainMap .main_photo04 {
    width: 20%;
    left: 8%;
    bottom: -4%;
  }
}
.sikoku main .mainMap .main_photo05 {
  position: absolute;
  width: 18%;
  right: 22%;
  bottom: 8%;
}
@media print, screen and (max-width:768px) {
  .sikoku main .mainMap .main_photo05 {
    width: 24%;
    right: 18%;
    bottom: -10%;
  }
}
.sikoku main .mainMap .main_photo06 {
  position: absolute;
  width: 20%;
  right: 2%;
  top: 36%;
}
@media print, screen and (max-width:768px) {
  .sikoku main .mainMap .main_photo06 {
    right: 2%;
    top: 54%;
    width: 15.5%;
  }
}

/* ======中国 ======= */
.chugoku main .mainMap .map {
  margin: 20px 0 0 0;
}
@media print, screen and (max-width:768px) {
  .chugoku main .mainMap .map {
    margin: 10px 0 0 0;
  }
}
.chugoku main .mainMap .main_photo01 {
  position: absolute;
  width: 14%;
  left: 2%;
  top: 45%;
}
@media print, screen and (max-width:768px) {
  .chugoku main .mainMap .main_photo01 {
    width: 20%;
    left: 2%;
    top: 50%;
  }
}
.chugoku main .mainMap .main_photo02 {
  position: absolute;
  width: 11%;
  left: 16%;
  top: 24%;
}
@media print, screen and (max-width:768px) {
  .chugoku main .mainMap .main_photo02 {
    top: 9%;
    left: 10%;
    width: 14%;
  }
}
.chugoku main .mainMap .main_photo03 {
  position: absolute;
  width: 15%;
  left: 32%;
  top: 4%;
}
@media print, screen and (max-width:768px) {
  .chugoku main .mainMap .main_photo03 {
    width: 18%;
    left: 36%;
    top: inherit;
    bottom: 8%;
  }
}
.chugoku main .mainMap .main_photo04 {
  position: absolute;
  width: 15%;
  left: 38%;
  bottom: 20%;
}
@media print, screen and (max-width:768px) {
  .chugoku main .mainMap .main_photo04 {
    width: 20%;
    left: 8%;
    bottom: -4%;
  }
}
.chugoku main .mainMap .main_photo05 {
  position: absolute;
  width: 18%;
  right: 12%;
  bottom: 20%;
}
@media print, screen and (max-width:768px) {
  .chugoku main .mainMap .main_photo05 {
    width: 26%;
    right: 8%;
    bottom: -8%;
  }
}
.chugoku main .mainMap .main_photo06 {
  position: absolute;
  width: 20%;
  right: 2%;
  top: 20%;
}
@media print, screen and (max-width:768px) {
  .chugoku main .mainMap .main_photo06 {
    right: 2%;
    top: 54%;
    width: 15.5%;
  }
}

/* ===================== */
.main_photo {
  opacity: 0;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
  -webkit-transition: opacity 3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 3s cubic-bezier(0.22, 0.61, 0.36, 1), transform 3s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: opacity 3s cubic-bezier(0.22, 0.61, 0.36, 1), transform 3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 3s cubic-bezier(0.22, 0.61, 0.36, 1);
}

/* 表示 */
.main_photo.is-show {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}

/* 非表示（少し速め） */
.main_photo.is-hide {
  opacity: 0;
  -webkit-transform: scale(1.12) rotate(1deg);
          transform: scale(1.12) rotate(1deg);
  -webkit-transition: opacity 1s ease-in, -webkit-transform 1s ease-in;
  transition: opacity 1s ease-in, -webkit-transform 1s ease-in;
  transition: opacity 1s ease-in, transform 1s ease-in;
  transition: opacity 1s ease-in, transform 1s ease-in, -webkit-transform 1s ease-in;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.first {
  width: 100%;
  padding: 140px 0 280px 0;
}
@media print, screen and (max-width:1026px) {
  .first {
    padding: 100px 0 140px 0;
  }
}
@media print, screen and (max-width:768px) {
  .first {
    padding: 120px 0 150px 0;
  }
}
.first {
  text-align: center;
  position: relative;
}
.first .firsr_txt01 {
  font-size: clamp(26px, 4.3333333333vw, 52px);
  font-weight: 500;
  margin: 0 auto 10px;
  line-height: 1.5;
}
.first .firsr_txt02 {
  font-size: clamp(14px, 2.0833333333vw, 25px);
}
.first .firsr_txt02 span {
  color: #F3AF00;
}
.first .firsr_txt02 {
  letter-spacing: -0.02rem;
  line-height: 1.65;
  margin: 0 auto 40px;
}
@media print, screen and (max-width:1026px) {
  .first .firsr_txt02 {
    margin: 0 auto 30px;
  }
}
@media print, screen and (max-width:768px) {
  .first .firsr_txt02 {
    margin: 0 auto 20px;
  }
}
.first .first_txt03 {
  font-size: clamp(10px, 1.1666666667vw, 14px);
  line-height: 1.8;
  letter-spacing: -0.02rem;
}
.first .f_img01 {
  position: absolute;
  left: 8%;
  top: 4%;
  width: 15%;
}
@media print, screen and (max-width:768px) {
  .first .f_img01 {
    left: 12%;
    top: inherit;
    bottom: 11%;
    width: 26%;
  }
}
.first .f_img02 {
  position: absolute;
  right: 0%;
  top: 4%;
  width: 20%;
}
@media print, screen and (max-width:768px) {
  .first .f_img02 {
    right: 12%;
    top: inherit;
    bottom: 11%;
    width: 26%;
  }
}
.first .f_img03 {
  position: absolute;
  left: 10%;
  bottom: 25%;
  width: 10%;
}
@media print, screen and (max-width:768px) {
  .first .f_img03 {
    left: 7%;
    bottom: inherit;
    top: 6%;
    width: 16%;
  }
}
.first .f_img04 {
  position: absolute;
  right: 10%;
  bottom: 24%;
  width: 14%;
}
@media print, screen and (max-width:768px) {
  .first .f_img04 {
    right: 16%;
    bottom: inherit;
    top: 5%;
    width: 20%;
  }
}

.sikoku .first {
  background: url("../../chugokuchiho/images/shikoku/first/bg.png") no-repeat left bottom;
  background-size: 100% auto;
}

.chugoku .first {
  background: url("../../chugokuchiho/images/chugoku/first/bg.png") no-repeat left bottom;
  background-size: 100% auto;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.student {
  width: 100%;
  padding: 100px 0 120px;
}
@media print, screen and (max-width:1026px) {
  .student {
    padding: 80px 0 90px;
  }
}
@media print, screen and (max-width:768px) {
  .student {
    padding: 1.8rem 0 1.8rem;
  }
}
.student .studentTitle {
  font-size: clamp(20px, 3.8333333333vw, 52px);
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
}
@media print, screen and (max-width:768px) {
  .student .studentTitle {
    line-height: 1;
  }
}
.student .studentTitle .stu_txt01 {
  font-size: 150%;
  color: #F94819;
}
.student .studentTitle .stu_txt02 {
  font-size: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media print, screen and (max-width:768px) {
  .student .studentTitle .stu_txt02 {
    font-size: 50%;
    display: contents;
  }
}
.student .studentTable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px;
}
@media print, screen and (max-width:1026px) {
  .student .studentTable {
    font-size: 94%;
  }
}
@media print, screen and (max-width:1026px) {
  .student .studentTable {
    font-size: 80%;
  }
}
.student .studentTable .p-informationRange__tableCol1 {
  width: 10%;
}
.student .studentTable .p-informationRange__tableCol2 {
  width: 10%;
}
.student .studentTable th, .student .studentTable td {
  border: none;
}
.student .studentTable th {
  color: #fff;
  font-size: 120%;
  font-weight: 500;
}
@media print, screen and (max-width:1026px) {
  .student .studentTable th {
    font-size: 114%;
  }
}
@media print, screen and (max-width:768px) {
  .student .studentTable th {
    font-size: 108%;
    padding: 5px;
  }
}
.student .studentTable td {
  background: #fff;
  padding: 15px;
  font-weight: 500;
}
@media print, screen and (max-width:768px) {
  .student .studentTable td {
    padding: 8px;
  }
}
.student .studentTable td.pre {
  font-size: 124%;
  text-align: center;
}
.student .studentTable td.num {
  text-align: center;
  font-weight: 500;
  font-size: 124%;
}
.student .studentTable td.num span {
  font-size: 140%;
  color: #F94819;
}

.sikoku .student {
  background: #FEF8F3;
}

.chugoku .student {
  background: #F2F2F2;
}

.sikoku .student table.studentTable th {
  background: #F19031;
}

.chugoku .student table.studentTable th {
  background: #2C6F84;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.life {
  width: 100%;
  padding: 120px 0 120px;
}
@media print, screen and (max-width:1026px) {
  .life {
    padding: 90px 0 90px;
  }
}
@media print, screen and (max-width:768px) {
  .life {
    padding: 1.8rem 0 1.8rem;
  }
}

.swiper01,
.swiper02 {
  overflow: hidden;
  padding: 2% 8%;
}

.swiper-slide {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}

.swiper-slide-active {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  opacity: 1;
}

.swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

/* SP */
@media print, screen and (max-width:768px) {
  .slide-box {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  .swiper-slide-active .slide-box {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.txtTitle01 {
  font-size: clamp(26px, 5.1666666667vw, 66px);
  font-weight: 500;
  margin: 0 0 40px;
}
@media print, screen and (max-width:1026px) {
  .txtTitle01 {
    margin: 0 0 30px;
  }
}
@media print, screen and (max-width:768px) {
  .txtTitle01 {
    margin: 0 0 20px;
  }
}
.txtTitle01 span {
  font-size: 42%;
  display: block;
}
@media print, screen and (max-width:1026px) {
  .txtTitle01 span {
    font-size: 36%;
  }
}
@media print, screen and (max-width:768px) {
  .txtTitle01 span {
    font-size: 42%;
  }
}

.txtTitle02 {
  font-size: clamp(20px, 3.3333333333vw, 40px);
  font-weight: 500;
  text-align: center;
  margin: 0 auto 24px;
}
@media print, screen and (max-width:1026px) {
  .txtTitle02 {
    margin: 0 0 20px;
  }
}
@media print, screen and (max-width:768px) {
  .txtTitle02 {
    margin: 0 0 14px;
  }
}
.txtTitle02 span {
  font-size: 42%;
  display: block;
}
@media print, screen and (max-width:1026px) {
  .txtTitle02 span {
    font-size: 36%;
  }
}
@media print, screen and (max-width:768px) {
  .txtTitle02 span {
    font-size: 42%;
  }
}

.t_Txt01 {
  font-size: clamp(16px, 2.1666666667vw, 26px);
  margin: 0 0 20px;
}
@media print, screen and (max-width:768px) {
  .t_Txt01 {
    margin: 0 0 10px;
  }
}

.t_Txt02 {
  font-size: clamp(13px, 1.5vw, 18px);
  line-height: 1.6;
  margin: 0 0 60px;
}
.t_Txt03 {
  font-size: clamp(12px, 1.4285714286vw, 20px);
  line-height: 1.6;
  margin: 0 0 60px;
  letter-spacing: -0.01rem;
}
@media print, screen and (max-width:1026px) {
  .t_Txt03 {
    margin: 0 0 40px;
  }
}
.t_Txt04 {
  font-size: clamp(14px, 2.2142857143vw, 31px);
  line-height: 1.6;
  margin: 0 0 40px;
  letter-spacing: -0.01rem;
}
@media print, screen and (max-width:1026px) {
  .t_Txt04 {
    margin: 0 0 30px;
  }
}
@media print, screen and (max-width:768px) {
  .t_Txt04 {
    margin: 0 0 20px;
  }
}

.t_Txt05 {
  font-size: clamp(18px, 2.5vw, 35px);
  line-height: 1.6;
  margin: 0 0 20px;
  letter-spacing: -0.01rem;
}
@media print, screen and (max-width:1026px) {
  .t_Txt05 {
    margin: 0 0 14px;
  }
}
@media print, screen and (max-width:768px) {
  .t_Txt05 {
    margin: 0 0 14px;
  }
}

.roundTtl {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.5rem;
  font-size: 120%;
  font-weight: 500;
}
@media print, screen and (max-width:1026px) {
  .roundTtl {
    font-size: 114%;
  }
}
@media print, screen and (max-width:768px) {
  .roundTtl {
    font-size: 108%;
  }
}
.roundTtl:before {
  content: "";
  margin-right: 0.4rem;
  font-size: 0.9rem;
  display: block;
  height: 0.9rem;
  width: 0.9rem;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (max-width:1026px) {
  .roundTtl:before {
    font-size: 0.8rem;
    height: 0.8rem;
    width: 0.8rem;
  }
}
@media print, screen and (max-width:768px) {
  .roundTtl:before {
    font-size: 0.75rem;
    height: 0.75rem;
    width: 0.75rem;
  }
}
.roundTtl._yellow:before {
  background: #F8B100;
}
.roundTtl._blue:before {
  background: #007B91;
}
.roundTtl._green:before {
  background: #027E6E;
}
.roundTtl.typeS {
  font-size: 100%;
}
.roundTtl.typeS:before {
  height: 0.7rem;
  width: 0.7rem;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.campus {
  background: #F2F2F2;
  width: 100%;
  padding: 120px 0 120px;
}
@media print, screen and (max-width:1026px) {
  .campus {
    padding: 90px 0 90px;
  }
}
@media print, screen and (max-width:768px) {
  .campus {
    padding: 1.8rem 0 1.8rem;
  }
}
.campus .campus01 {
  width: 100%;
}
.campus .campus01 .img {
  width: 45%;
}
.campus .campus01 .img img {
  width: 100%;
}
@media print, screen and (max-width:768px) {
  .campus .campus01 .img {
    width: 100%;
    text-align: center;
    margin: 0 auto 1.2rem;
  }
}
.campus .campus01 .txtBlock {
  width: 48%;
}
@media print, screen and (max-width:768px) {
  .campus .campus01 .txtBlock {
    width: 100%;
  }
}
.campus .campus01 .txtBlock .campusTitle {
  font-size: clamp(22px, 3.1666666667vw, 38px);
  font-weight: 500;
  margin: 0 0 20px;
}
@media print, screen and (max-width:1026px) {
  .campus .campus01 .txtBlock .campusTitle {
    margin: 0 0 14px;
  }
}
@media print, screen and (max-width:768px) {
  .campus .campus01 .txtBlock .campusTitle {
    margin: 0 0 8px;
  }
}
.campus .accessBlock {
  margin: 0 0 80px;
}
@media print, screen and (max-width:1026px) {
  .campus .accessBlock {
    margin: 0 0 60px;
  }
}
@media print, screen and (max-width:768px) {
  .campus .accessBlock {
    margin: 0 0 30px;
  }
}
.campus .accessBlock .a_left {
  width: 45%;
}
@media print, screen and (max-width:768px) {
  .campus .accessBlock .a_left {
    width: 100%;
  }
}
.campus .accessBlock .a_right {
  width: 48%;
}
@media print, screen and (max-width:768px) {
  .campus .accessBlock .a_right {
    width: 100%;
  }
}
.campus .accessBlock ul.list._neyagawa li::before {
  color: #035587;
}
.campus .accessBlock ul.list._hirakata li::before {
  color: #017769;
}
.campus .accessBlock .ac_txt {
  font-size: clamp(15px, 1.6666666667vw, 22px);
}
.campus .accessBlock ul.list li {
  font-size: 94%;
}
.campus .accessBlock .acBox {
  width: 100%;
}
.campus .accessBlock .acBox .col {
  width: 48.8%;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 108%;
  border: 1px solid;
  margin: 0 0 12px;
  text-align: center;
}
@media print, screen and (max-width:1026px) {
  .campus .accessBlock .acBox .col {
    font-size: 96%;
  }
}
@media print, screen and (max-width:768px) {
  .campus .accessBlock .acBox .col {
    font-size: 90%;
    padding: 8px;
  }
}
.campus .accessBlock .acBox._neyagawa .col {
  border-color: #035587;
  color: #035587;
}
.campus .accessBlock .acBox._hirakata .col {
  border-color: #017769;
  color: #017769;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.campus_tab ul.tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 2;
}
.campus_tab ul.tab-list .tab-item {
  width: 49%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fbfcfe;
  cursor: pointer;
  text-align: center;
  padding: 16px 10px 26px 10px;
  font-size: clamp(16px, 2.6666666667vw, 32px);
  font-weight: 500;
  line-height: 1.5;
  opacity: 0.5;
}
@media print, screen and (max-width:1026px) {
  .campus_tab ul.tab-list .tab-item {
    padding: 12px 7px;
  }
}
@media print, screen and (max-width:768px) {
  .campus_tab ul.tab-list .tab-item {
    padding: 10px 5px;
  }
}
.campus_tab ul.tab-list .tab-item.active {
  background: #fff;
  border-left: 2px solid #035587;
  border-right: 2px solid #035587;
  border-top: 2px solid #035587;
  position: relative;
  z-index: 2;
  color: #287CB6;
  opacity: 1;
}
.campus_tab ul.tab-list .tab-item:not(.active) {
  border-bottom: 2px solid #035587;
}
.campus_tab ul.tab-list .tab-item.neyagawa {
  border-top: 10px solid #035587;
  border-left: 2px solid #035587;
  border-right: 2px solid #035587;
  border-bottom: none;
  color: #035587;
}
.campus_tab ul.tab-list .tab-item.hirakata {
  border-top: 10px solid #017769;
  border-left: 2px solid #017769;
  border-right: 2px solid #017769;
  border-bottom: none;
  color: #017769;
}
.campus_tab ul.tab-list .tab-item .tabItemtxt {
  display: block;
  line-height: 1.5;
  margin: 0 auto 8px;
}
@media print, screen and (max-width:1026px) {
  .campus_tab ul.tab-list .tab-item .tabItemtxt {
    margin: 0 auto 5px;
  }
}
.campus_tab ul.tab-list .tab-item .subGakubu {
  width: 92%;
}
.campus_tab ul.tab-list .tab-item .subGakubu img {
  width: 100%;
}
.campus_tab ul.tab-list .tab-item .subGakubu {
  text-align: center;
  margin: 0 auto;
  display: block;
  line-height: 1.2;
}
.campus_tab .tab-content {
  background: #fff;
  margin-top: -2px;
  position: relative;
  z-index: 1;
  padding: 100px 0 160px;
  position: relative;
}
@media print, screen and (max-width:1026px) {
  .campus_tab .tab-content {
    padding: 80px 0 100px;
  }
}
@media print, screen and (max-width:768px) {
  .campus_tab .tab-content {
    padding: 1.5rem 0 2.8rem;
  }
}
.campus_tab .tab-content.is-neyagawa {
  border-top: 2px solid #035587;
}
.campus_tab .tab-content.is-neyagawa:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background: #035587;
  z-index: 10000;
}
@media print, screen and (max-width:1026px) {
  .campus_tab .tab-content.is-neyagawa:before {
    width: 14px;
  }
}
@media print, screen and (max-width:768px) {
  .campus_tab .tab-content.is-neyagawa:before {
    width: 8px;
  }
}
.campus_tab .tab-content.is-neyagawa:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 99%;
  height: 20px;
  background: #035587;
  z-index: 10000;
}
@media print, screen and (max-width:1026px) {
  .campus_tab .tab-content.is-neyagawa:after {
    height: 14px;
  }
}
@media print, screen and (max-width:768px) {
  .campus_tab .tab-content.is-neyagawa:after {
    height: 8px;
  }
}
.campus_tab .tab-content.is-hirakata {
  border-top: 2px solid #017769;
}
.campus_tab .tab-content.is-hirakata:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background: #017769;
  z-index: 10000;
}
@media print, screen and (max-width:1026px) {
  .campus_tab .tab-content.is-hirakata:before {
    width: 14px;
  }
}
@media print, screen and (max-width:768px) {
  .campus_tab .tab-content.is-hirakata:before {
    width: 8px;
  }
}
.campus_tab .tab-content.is-hirakata:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 99%;
  height: 20px;
  background: #017769;
  z-index: 10000;
}
@media print, screen and (max-width:1026px) {
  .campus_tab .tab-content.is-hirakata:after {
    height: 14px;
  }
}
@media print, screen and (max-width:768px) {
  .campus_tab .tab-content.is-hirakata:after {
    height: 8px;
  }
}

.tab-inner {
  display: none;
}

.tab-inner.active {
  display: block;
}

.tab-item {
  cursor: pointer;
}

.tab-item.active {
  font-weight: bold;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.campus_life_ttl {
  font-size: clamp(22px, 4.5vw, 58px);
  font-weight: 500;
  margin: 0 0 24px;
  line-height: 1.3;
}
@media print, screen and (max-width:1026px) {
  .campus_life_ttl {
    margin: 0 0 16px;
  }
}
@media print, screen and (max-width:768px) {
  .campus_life_ttl {
    margin: 0 0 10px;
  }
}
.campus_life_ttl span {
  font-size: 42%;
  margin: 0 0 10px;
  display: block;
}
@media print, screen and (max-width:1026px) {
  .campus_life_ttl span {
    font-size: 36%;
  }
}
@media print, screen and (max-width:768px) {
  .campus_life_ttl span {
    font-size: 42%;
  }
}

.campus .lifeBlock .searchTxt {
  font-size: clamp(17px, 2.3571428571vw, 33px);
  font-weight: 500;
  line-height: 1.6;
  position: relative;
  padding-left: 40px;
  margin: 0 0 20px;
}
@media print, screen and (max-width:1026px) {
  .campus .lifeBlock .searchTxt {
    margin: 0 0 14px;
    padding-left: 34px;
  }
}
@media print, screen and (max-width:768px) {
  .campus .lifeBlock .searchTxt {
    margin: 0 0 10px;
    padding-left: 24px;
  }
}
.campus .lifeBlock .searchTxt:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 100%;
  height: 32px;
  background: url("../../chugokuchiho/images/shikoku/campus/neyagawa/icon_search.svg") no-repeat;
  background-size: contain;
}
@media print, screen and (max-width:1026px) {
  .campus .lifeBlock .searchTxt:before {
    height: 28px;
  }
}
@media print, screen and (max-width:768px) {
  .campus .lifeBlock .searchTxt:before {
    height: 18px;
  }
}
.campus .lifeBlock .searchTxt._hirakata:before {
  background: url("../../chugokuchiho/images/shikoku/campus/hirakata/icon_search.svg") no-repeat;
  background-size: contain;
}
.campus .lifeBlock .city {
  width: 100%;
}
.campus .lifeBlock .city .c_left {
  width: 60%;
}
@media print, screen and (max-width:768px) {
  .campus .lifeBlock .city .c_left {
    width: 100%;
    margin-bottom: 1.8rem;
  }
}
.campus .lifeBlock .city .c_right {
  width: 34%;
}
@media print, screen and (max-width:768px) {
  .campus .lifeBlock .city .c_right {
    width: 100%;
    text-align: center;
    margin: 0 auto 0.8rem;
  }
}
.campus .lifeBlock .data {
  border: 1px solid #035587;
  width: 100%;
}
.campus .lifeBlock .data .data_head {
  background: #035587;
  color: #fff;
  text-align: center;
  font-size: 160%;
  padding: 4px 5px 8px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:1026px) {
  .campus .lifeBlock .data .data_head {
    font-size: 120%;
  }
}
@media print, screen and (max-width:768px) {
  .campus .lifeBlock .data .data_head {
    padding: 6px 5px 8px 5px;
  }
}
.campus .lifeBlock .data .data_inner {
  padding: 24px 20px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
}
@media print, screen and (max-width:1026px) {
  .campus .lifeBlock .data .data_inner {
    padding: 18px 14px 14px 14px;
  }
}
@media print, screen and (max-width:768px) {
  .campus .lifeBlock .data .data_inner {
    padding: 12px 10px 10px 10px;
  }
}
.campus .lifeBlock .data .d_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
}
@media print, screen and (max-width:768px) {
  .campus .lifeBlock .data .d_box {
    margin: 0 auto 6px;
  }
}
.campus .lifeBlock .data .d_box p {
  margin: -10px 10px 0 0;
}
.campus .lifeBlock .data .d_box p span {
  font-size: 108%;
}
@media print, screen and (max-width:1026px) {
  .campus .lifeBlock .data .d_box p {
    font-size: 80%;
    margin: 0;
  }
}
@media print, screen and (max-width:768px) {
  .campus .lifeBlock .data .d_box p {
    font-size: 60%;
    margin: 0;
  }
}
.campus .lifeBlock .data .d_box .font_red_d {
  color: #FF610F;
  font-size: clamp(24px, 3.4285714286vw, 48px);
  margin: -8px 10px 0 0;
}
.campus .lifeBlock .data .d_box._type2 {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (max-width:768px) {
  .campus .lifeBlock .data .d_box._type2 {
    display: block;
  }
}
@media print, screen and (max-width:768px) {
  .campus .lifeBlock .data .d_box._type2 p {
    font-size: 80%;
    margin: 0px;
  }
  .campus .lifeBlock .data .d_box._type2 .font_red_d {
    font-size: 24px;
  }
}
.campus .lifeBlock .data .txt_d01 {
  font-size: 105%;
}
@media print, screen and (max-width:1026px) {
  .campus .lifeBlock .data .txt_d01 {
    font-size: 90%;
  }
}
@media print, screen and (max-width:768px) {
  .campus .lifeBlock .data .txt_d01 {
    font-size: 80%;
  }
}
.campus .lifeBlock .data .txt_ds {
  font-size: 70%;
}
.campus .lifeBlock .data._hirakata {
  border-color: #017769;
}
.campus .lifeBlock .data._hirakata .data_head {
  background: #017769;
}
.campus .lifeBlock .l_campus {
  width: 100%;
}
.campus .lifeBlock .l_campus .col {
  width: 31%;
}
@media print, screen and (max-width:768px) {
  .campus .lifeBlock .l_campus .col {
    width: 90%;
    margin: 0 auto 0.8rem;
  }
}
.campus .lifeBlock .l_campus .col .img {
  width: 100%;
}
.campus .lifeBlock .l_campus .col p {
  font-size: 88%;
}
.campus .lifeBlock .accessMap {
  margin: 60px 0 40px;
  position: relative;
  padding-top: 63%;
}
@media print, screen and (max-width:1026px) {
  .campus .lifeBlock .accessMap {
    margin: 30px 0 15px;
  }
}
@media print, screen and (max-width:768px) {
  .campus .lifeBlock .accessMap {
    margin: 0.6rem 0 1rem;
  }
}
.campus .lifeBlock .accessMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.baseBtn {
  max-width: 340px;
  text-align: center;
  margin: 0 auto;
}
@media print, screen and (max-width:768px) {
  .baseBtn {
    margin: 1rem auto;
    text-align: center;
  }
}
.baseBtn a {
  width: 100%;
  display: block;
  border-radius: 30px;
  position: relative;
  color: #fff;
  font-size: 120%;
  padding: 10px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media print, screen and (max-width:1026px) {
  .baseBtn a {
    padding: 8px 0;
  }
}
.baseBtn a:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
}
@media print, screen and (max-width:768px) {
  .baseBtn a:after {
    right: 16px;
    width: 18px;
    height: 18px;
  }
}
.baseBtn a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 -10px;
}
.baseBtn a:hover {
  opacity: 0.7;
}
.baseBtn._blue a {
  background: #035587;
}
.baseBtn._blue a:after {
  background: url("../../chugokuchiho/images/icon/icon_arrow_blue.svg") no-repeat;
}
.baseBtn._green a {
  background: #017769;
}
.baseBtn._green a:after {
  background: url("../../chugokuchiho/images/icon/icon_arrow_green.svg") no-repeat;
}
.baseBtn._yellow a {
  background: #F8B100;
}
.baseBtn._yellow a:after {
  background: url("../../chugokuchiho/images/icon/icon_arrow_yellow.svg") no-repeat;
}
.baseBtn._long2 {
  max-width: 420px;
}
.baseBtn._long2 a {
  font-size: 140%;
}
.baseBtn._type2 {
  max-width: 240px;
  margin: 0;
}
@media print, screen and (max-width:1026px) {
  .baseBtn._type2 {
    max-width: 240px;
  }
}
@media print, screen and (max-width:768px) {
  .baseBtn._type2 {
    max-width: 74%;
    margin: 0 auto;
  }
}
@media print, screen and (max-width:768px) {
  .baseBtn._type2 a {
    padding: 5px 0;
  }
}
.baseBtn._type3 {
  max-width: 400px;
}
@media print, screen and (max-width:1026px) {
  .baseBtn._type3 {
    max-width: 360px;
  }
}
@media print, screen and (max-width:768px) {
  .baseBtn._type3 {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media print, screen and (max-width:768px) {
  .baseBtn._type3 a {
    padding: 5px 0;
    font-size: 94%;
    letter-spacing: 0.01rem;
  }
}
.baseBtn._type4 {
  max-width: 420px;
  margin: 0;
}
@media print, screen and (max-width:1026px) {
  .baseBtn._type4 {
    max-width: 380px;
  }
}
@media print, screen and (max-width:768px) {
  .baseBtn._type4 {
    max-width: 90%;
    margin: 0 auto;
  }
}
.baseBtn._type4 a {
  font-size: 96%;
}
@media print, screen and (max-width:768px) {
  .baseBtn._type4 a {
    padding: 5px 0;
    font-size: 94%;
    letter-spacing: 0.01rem;
  }
}
.baseBtn._typeModal {
  max-width: 240px;
  margin: 0;
  display: block;
  border-radius: 30px;
  position: relative;
  color: #fff;
  background: #F8B100;
  font-size: 110%;
  padding: 10px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media print, screen and (max-width:1026px) {
  .baseBtn._typeModal {
    max-width: 74%;
    padding: 8px 0;
  }
}
.baseBtn._typeModal:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  background: url("../../chugokuchiho/images/icon/icon_arrow_yellow.svg") no-repeat;
  background-size: contain;
}
@media print, screen and (max-width:768px) {
  .baseBtn._typeModal:after {
    right: 16px;
    width: 18px;
    height: 18px;
  }
}
.baseBtn._typeModal span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 -10px;
}
.baseBtn._typeModal:hover {
  opacity: 0.7;
}

@media print, screen and (max-width:768px) {
  .baseBtn a:after {
    right: 16px;
    width: 18px;
    height: 18px;
  }
}
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.message {
  margin: 140px auto 80px;
}
@media print, screen and (max-width:1026px) {
  .message {
    margin: 100px auto 40px;
  }
}
@media print, screen and (max-width:768px) {
  .message {
    margin: 2.8rem auto 1rem;
  }
}
.message .messageBlock {
  border: 1px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.message .messageBlock._neyagawa {
  border-color: #035587;
}
.message .messageBlock._hirakata {
  border-color: #017769;
}
.message .messageBlock .messageMain {
  width: 100%;
  position: relative;
  margin: 0;
}
@media print, screen and (max-width:1026px) {
  .message .messageBlock .messageMain {
    margin: 0;
  }
}
@media print, screen and (max-width:768px) {
  .message .messageBlock .messageMain {
    margin: 0;
  }
}
.message .messageBlock .messageMain .messe_mainImg {
  width: 100%;
}
.message .messageBlock .messageMain .messe_mainImg img {
  width: 100%;
}
.message .messageBlock .messageMain .profile {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 100%;
  color: #fff;
  letter-spacing: -0.02rem;
  position: absolute;
}
@media print, screen and (max-width:1026px) {
  .message .messageBlock .messageMain .profile {
    padding: 24px;
  }
}
@media print, screen and (max-width:768px) {
  .message .messageBlock .messageMain .profile {
    padding: 20px;
    margin: 400px auto;
  }
}
.message .messageBlock .messageMain .profile._neyagawa {
  background: rgba(3, 85, 135, 0.85);
}
.message .messageBlock .messageMain .profile._hirakata {
  background: rgba(1, 119, 105, 0.85);
}
.message .messageBlock .messageMain .profile._type1 {
  left: 5%;
  top: 15%;
}
@media print, screen and (max-width:1026px) {
  .message .messageBlock .messageMain .profile._type1 {
    top: 10%;
  }
}
@media print, screen and (max-width:768px) {
  .message .messageBlock .messageMain .profile._type1 {
    position: static;
    width: 90%;
    margin: 0 auto;
  }
}
.message .messageBlock .messageMain .profile._type2 {
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (max-width:768px) {
  .message .messageBlock .messageMain .profile._type2 {
    position: static;
    width: 90%;
    margin: 0 auto;
    -webkit-transform: none;
            transform: none;
  }
}
.message .messageBlock .messageMain .profile._type3 {
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (max-width:768px) {
  .message .messageBlock .messageMain .profile._type3 {
    position: static;
    width: 90%;
    margin: 0 auto;
    -webkit-transform: none;
            transform: none;
  }
}
.message .messageBlock .messageMain .profile .pro_ttl {
  font-size: clamp(15px, 2.1428571429vw, 30px);
  font-weight: 500;
}
.message .messageBlock .messageMain .profile .pro_txt {
  font-size: clamp(14px, 1.7142857143vw, 24px);
  margin: 0 0 5px;
}
.message .messageBlock .messageMain .profile .name {
  font-size: clamp(18px, 2.7142857143vw, 38px);
  margin: 0 0 14px;
}
.message .messageBlock .messageMain .profile .name span {
  font-size: 45%;
}
.message .messageBlock .messege_inner {
  padding: 60px 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:1026px) {
  .message .messageBlock .messege_inner {
    padding: 40px 5%;
  }
}
@media print, screen and (max-width:768px) {
  .message .messageBlock .messege_inner {
    padding: 20px 5%;
  }
}
.message .me_block {
  margin: 80px auto;
}
@media print, screen and (max-width:1026px) {
  .message .me_block {
    margin: 60px auto;
  }
}
@media print, screen and (max-width:768px) {
  .message .me_block {
    margin: 30px auto;
  }
}
.message .me_block:last-child {
  margin: 80px auto 40px;
}
@media print, screen and (max-width:1026px) {
  .message .me_block:last-child {
    margin: 60px auto 30px;
  }
}
@media print, screen and (max-width:768px) {
  .message .me_block:last-child {
    margin: 30px auto 10px;
  }
}
.message .me_block .me_ttl {
  font-size: clamp(18px, 2vw, 28px);
  font-weight: 600;
  margin: 0 0 30px;
}
@media print, screen and (max-width:1026px) {
  .message .me_block .me_ttl {
    margin: 0 0 18px;
  }
}
@media print, screen and (max-width:768px) {
  .message .me_block .me_ttl {
    margin: 0 0 14px;
  }
}
.message .me_block .txtBlock {
  width: 65%;
}
@media print, screen and (max-width:768px) {
  .message .me_block .txtBlock {
    width: 100%;
  }
}
.message .me_block .txtBlock .ttl {
  font-size: clamp(15.5px, 1.5vw, 21px);
  font-weight: 600;
  margin: 0 0 20px;
}
@media print, screen and (max-width:1026px) {
  .message .me_block .txtBlock .ttl {
    margin: 0 0 14px;
  }
}
@media print, screen and (max-width:768px) {
  .message .me_block .txtBlock .ttl {
    margin: 0 0 0.6rem;
  }
}
.message .me_block .img {
  width: 30%;
}
@media print, screen and (max-width:768px) {
  .message .me_block .img {
    width: 100%;
    text-align: center;
    margin: 0rem auto;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.guardian {
  width: 100%;
  padding: 0px 0 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:1026px) {
  .guardian {
    padding: 0px 0 140px;
  }
}
@media print, screen and (max-width:768px) {
  .guardian {
    padding: 0.5rem 0 3rem;
  }
}
.guardian .guTtl {
  font-size: clamp(20px, 3.4285714286vw, 48px);
  font-weight: 500;
  text-align: center;
  margin: 0 auto 46px;
}
@media print, screen and (max-width:1026px) {
  .guardian .guTtl {
    margin: 0 auto 36px;
  }
}
@media print, screen and (max-width:768px) {
  .guardian .guTtl {
    margin: 0 auto 20px;
    text-align: left;
  }
}
.guardian .gu_messe .img {
  width: 13%;
}
.guardian .gu_messe .img img {
  width: 100%;
}
.guardian .gu_messe .txt_gu {
  width: 84%;
  font-size: clamp(15px, 3.2857142857vw, 46px);
  font-weight: 500;
  color: #CE971B;
  margin: 0 0 60px;
}
@media print, screen and (max-width:1026px) {
  .guardian .gu_messe .txt_gu {
    margin: 0 0 40px;
  }
}
@media print, screen and (max-width:768px) {
  .guardian .gu_messe .txt_gu {
    margin: 0 0 20px;
  }
}
.guardian .gu_messe .g_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.guardian .gu_messe .g_face {
  width: 8%;
  padding: 0 8px;
}
.guardian .gu_messe .g_face img {
  width: 100%;
}
.guardian .gu_messe .g_face {
  margin: 0;
}
@media print, screen and (max-width:768px) {
  .guardian .gu_messe .g_face {
    width: 12%;
    padding: 0 5px;
  }
}
.guardian .gu_txt01 {
  font-size: clamp(16px, 1.7857142857vw, 25px);
}
.guardian .gu_box {
  margin: 80px 0 0 0;
  padding: 80px 0 0 0;
  border-top: 1px solid #F8A500;
}
@media print, screen and (max-width:1026px) {
  .guardian .gu_box {
    margin: 60px 0 0 0;
    padding: 60px 0 0 0;
  }
}
@media print, screen and (max-width:768px) {
  .guardian .gu_box {
    margin: 30px 0 0 0;
    padding: 30px 0 0 0;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.job {
  width: 100%;
  padding: 0px 0 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width:1026px) {
  .job {
    padding: 0px 0 140px;
  }
}
@media print, screen and (max-width:768px) {
  .job {
    padding: 0rem 0 2rem;
  }
}
.job .j_txt_ttl {
  font-size: clamp(20px, 3.3333333333vw, 40px);
  font-weight: 500;
  text-align: center;
  margin: 0 auto 10px;
}
@media print, screen and (max-width:1026px) {
  .job .j_txt_ttl {
    margin: 0 0 8px;
  }
}
@media print, screen and (max-width:768px) {
  .job .j_txt_ttl {
    margin: 0 0 8px;
  }
}
@media print, screen and (max-width:768px) {
  .job .j_txt_ttl._type2 {
    font-size: 16px;
  }
}
.job .j_num_txt {
  font-size: clamp(32px, 5.6666666667vw, 72px);
  font-weight: 600;
  text-align: center;
  color: #F93110;
  margin: 0 auto 5px;
  line-height: 1.2;
}
.job .j_num_txt span {
  font-size: 60%;
}
@media print, screen and (max-width:768px) {
  .job .j_num_txt {
    margin: 0 auto 5px;
  }
}
.job .j_txt_01 {
  font-size: clamp(17px, 2.5vw, 30px);
  font-weight: 500;
  text-align: center;
  margin: 0 auto 10px;
}
.job .j_txt_02 {
  font-size: clamp(16.5px, 2vw, 24px);
  text-align: left;
}
.job .j_txt_03 {
  font-size: clamp(16.5px, 2.3333333333vw, 28px);
  font-weight: 500;
  text-align: center;
  margin: 50px auto 20px;
}
@media print, screen and (max-width:1026px) {
  .job .j_txt_03 {
    margin: 40px auto 20px;
  }
}
@media print, screen and (max-width:768px) {
  .job .j_txt_03 {
    margin: 1.5rem auto 0.8rem;
  }
}
.job .j_box01 {
  width: 100%;
}
.job .j_box01 .col {
  width: 47%;
}
@media print, screen and (max-width:768px) {
  .job .j_box01 .col {
    width: 100%;
    margin: 0 0 30px;
  }
}
.job .job_white02 {
  margin: 20px auto;
}
.job .job_white02 .col {
  width: 49%;
}
.job .job_white02 .col .wh_inner {
  min-height: 990px;
}
@media print, screen and (max-width:768px) {
  .job .job_white02 .col .wh_inner {
    min-height: auto;
  }
}
.job .job_white02 .col .wh_inner._min {
  min-height: 1200px;
}
@media print, screen and (max-width:768px) {
  .job .job_white02 .col .wh_inner._min {
    min-height: auto;
  }
}
@media print, screen and (max-width:768px) {
  .job .job_white02 .col {
    width: 100%;
    margin: 0 0 20px;
  }
}
.job .txt_detialS {
  font-size: 78%;
  text-indent: -0.7rem;
  padding-left: 0.7rem;
}
@media print, screen and (max-width:768px) {
  .job .txt_detialS {
    font-size: 70%;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.modal {
  display: none; /* 強制的に非表示 */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
  /* Flexで中央揃え */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 横中央 */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 縦中央 */
  padding: 20px; /* 画面端余白 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  width: 90%;
  max-width: 500px;
  position: relative;
}
@media print, screen and (max-width:1026px) {
  .modal-content {
    padding: 30px;
  }
}
@media print, screen and (max-width:768px) {
  .modal-content {
    padding: 20px;
  }
}

.modal .close {
  position: absolute;
  top: -15px; /* モーダルの上からはみ出す */
  right: -15px; /* モーダルの右からはみ出す */
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #000; /* 丸の背景色 */
  color: #fff; /* ×の色 */
  font-size: 20px;
  font-weight: bold;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.modal .close:hover {
  background-color: #f00; /* ホバー色 */
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.modal_ttl {
  font-size: 118%;
  font-weight: 500;
  margin: 0 0 14px;
}
@media print, screen and (max-width:768px) {
  .modal_ttl {
    margin: 0 0 10px;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.event {
  width: 100%;
  padding: 120px 0 120px;
}
@media print, screen and (max-width:1026px) {
  .event {
    padding: 90px 0 90px;
  }
}
@media print, screen and (max-width:768px) {
  .event {
    padding: 2.4rem 0 2rem;
  }
}
.event .e_txt01 {
  font-size: clamp(16.5px, 2.3333333333vw, 28px);
  color: #CE971B;
}
.event .e_box01 .txtBlock {
  width: 55%;
}
@media print, screen and (max-width:768px) {
  .event .e_box01 .txtBlock {
    width: 100%;
  }
}
.event .e_box01 .img {
  width: 40%;
}
.event .e_box01 .img img {
  width: 100%;
}
@media print, screen and (max-width:768px) {
  .event .e_box01 .img {
    width: 100%;
    margin: 0rem auto 0.6rem;
  }
}
.event .eve_box {
  font-size: 120%;
  font-weight: 500;
}
.event .eve_box span {
  font-size: 180%;
}
@media print, screen and (max-width:768px) {
  .event .eve_box span {
    font-size: 140%;
  }
}
.event .eve_box span sup {
  font-size: 70%;
  margin-right: 10px;
}
.event .e_box02 .txtBlock {
  width: 60%;
}
@media print, screen and (max-width:768px) {
  .event .e_box02 .txtBlock {
    width: 100%;
  }
}
.event .e_box02 .img {
  width: 35%;
}
.event .e_box02 .img img {
  width: 100%;
}
@media print, screen and (max-width:768px) {
  .event .e_box02 .img {
    width: 90%;
    margin: 0rem auto 0.6rem;
  }
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
.bannerBlock {
  width: 100%;
  padding: 80px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #DCDCDC;
}
@media print, screen and (max-width:1026px) {
  .bannerBlock {
    padding: 60px 0;
  }
}
.bannerBlock .pcBanner {
  max-width: 540px;
  text-align: center;
  margin: 0 auto;
}
@media print, screen and (max-width:1026px) {
  .bannerBlock .pcBanner {
    max-width: 400px;
  }
}
.bannerBlock .pcBanner img {
  width: 100%;
}

/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
/****************************************************************************************************
****************************************************************************************************/
footer {
  background: #4F616A;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 0 70px;
}
@media print, screen and (max-width:1026px) {
  footer {
    padding: 80px 0 50px;
  }
}
@media print, screen and (max-width:768px) {
  footer {
    padding: 1.8rem 0 1rem;
  }
}
footer .foot_btnBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 60px;
}
@media print, screen and (max-width:1026px) {
  footer .foot_btnBlock {
    margin: 0 0 40px;
  }
}
@media print, screen and (max-width:768px) {
  footer .foot_btnBlock {
    margin: 0 0 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
footer .footBtn {
  width: 230px;
  text-align: center;
}
@media print, screen and (max-width:768px) {
  footer .footBtn {
    width: 49%;
    margin: 0 0 8px;
  }
}
@media print, screen and (min-width: 769px) {
  footer .footBtn:not(:last-child) {
    margin: 0 14px 0 0;
  }
}
footer .footBtn a {
  position: relative;
  width: 100%;
  display: block;
  color: #fff;
  background: #4F616A;
  border: 1px solid #fff;
  font-size: 92%;
  padding: 16px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media print, screen and (max-width:1026px) {
  footer .footBtn a {
    padding: 8px 0;
  }
}
@media print, screen and (max-width:768px) {
  footer .footBtn a {
    font-size: 70%;
  }
}
footer .footBtn a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 -10px;
  position: relative;
}
footer .footBtn a span:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 14px;
  height: 14px;
  background: url("../../chugokuchiho/images/shikoku/foot/icon_foot_allow.svg") no-repeat;
  background-size: contain;
}
@media print, screen and (max-width:768px) {
  footer .footBtn a span:after {
    right: 6px;
    width: 12px;
    height: 12px;
  }
}
footer .footBtn:hover a {
  background: #fff;
  color: #3E4E57;
}
footer .footBtn:hover a span:after {
  background: url("../../chugokuchiho/images/shikoku/foot/icon_foot_allow2.svg") no-repeat;
  background-size: contain;
}
footer .foot_snsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 60px;
}
@media print, screen and (max-width:1026px) {
  footer .foot_snsBlock {
    margin: 0 0 40px;
  }
}
@media print, screen and (max-width:768px) {
  footer .foot_snsBlock {
    margin: 0 0 20px;
  }
}
footer .foot_snsBlock .col:not(:last-child) {
  margin-right: 36px;
}
@media print, screen and (max-width:768px) {
  footer .foot_snsBlock .col:not(:last-child) {
    margin-right: 20px;
  }
}
footer .foot_snsBlock .col {
  text-align: center;
}
footer .foot_snsBlock .col .img {
  width: 52px;
  text-align: center;
  margin: 0 auto 10px;
}
footer .foot_snsBlock .col .img img {
  width: 100%;
}
@media print, screen and (max-width:1026px) {
  footer .foot_snsBlock .col .img {
    width: 42px;
    margin: 0 auto 8px;
  }
}
@media print, screen and (max-width:768px) {
  footer .foot_snsBlock .col .img {
    width: 36px;
    margin: 0 auto 8px;
  }
}
footer .foot_snsBlock .col .txt {
  color: #fff;
  font-size: 13px;
}
@media print, screen and (max-width:1026px) {
  footer .foot_snsBlock .col .txt {
    font-size: 11px;
  }
}
@media print, screen and (max-width:768px) {
  footer .foot_snsBlock .col .txt {
    font-size: 9px;
  }
}
footer .footLogo {
  max-width: 286px;
}
footer .footLogo img {
  width: 100%;
}
footer .footLogo {
  margin-bottom: 24px;
}
@media print, screen and (max-width:1026px) {
  footer .footLogo {
    max-width: 220px;
  }
}
@media print, screen and (max-width:768px) {
  footer .footLogo {
    max-width: 54%;
    margin-bottom: 14px;
  }
}
footer .foot_campusBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
  margin: 0 0 80px;
}
@media print, screen and (max-width:1026px) {
  footer .foot_campusBlock {
    margin: 0 0 60px;
  }
}
@media print, screen and (max-width:768px) {
  footer .foot_campusBlock {
    display: block;
    margin: 0 0 30px;
  }
}
@media print, screen and (max-width:768px) {
  footer .foot_campusBlock .col {
    font-size: 84%;
  }
}
footer .foot_campusBlock .col:not(:last-child) {
  margin-right: 60px;
}
@media print, screen and (max-width:768px) {
  footer .foot_campusBlock .col:not(:last-child) {
    margin-right: 0;
  }
}
footer .foot_campusBlock .col .foot_camTxt01 {
  font-size: 124%;
  font-weight: 500;
  margin: 0 0 10px;
}
@media print, screen and (max-width:768px) {
  footer .foot_campusBlock .col .foot_camTxt01 {
    font-size: 114%;
    margin: 0 0 5px;
  }
}
footer .copyright {
  color: #fff;
  font-size: 70%;
}

#pagetop {
  max-width: 94px;
}
#pagetop img {
  width: 100%;
}
#pagetop {
  position: fixed;
  right: 4%;
  bottom: 4%;
  z-index: 100;
}
@media print, screen and (max-width:1026px) {
  #pagetop {
    max-width: 80px;
    bottom: 3%;
  }
}
@media print, screen and (max-width:768px) {
  #pagetop {
    max-width: 60px;
    bottom: 5%;
  }
}
#pagetop:hover {
  opacity: 0.6;
}

/****************************************************************************************************
****************************************************************************************************/