<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------
  キャンパス名
--------------------------------------*/
.g-footer .name {
  font-size: 36px;
  font-weight: normal;
  color: #003586;
  width: 950px;
  margin: 0 auto 30px;
  border-left: 6px solid #003586;
  padding: 4px 0 4px 14px;
}
.g-footer .name span {
  display: block;
  font-size: 16px;
}
/*------------------------------------
  写真
--------------------------------------*/
.g-footer .photo {
  width: 950px;
  height: 349px;
  margin: 0 auto 30px;
  display: table;
}
.g-footer .photo-main {
  display: table-cell;
  width: 568px;
  height: 349px;
  vertical-align: top;
}
.g-footer .photo-mainWrap {
  width: 568px;
  height: 349px;
  position: relative;
  overflow: hidden;
}
.g-footer .photo-mainWrap img {
  display: block;
  width: 568px;
  height: 349px;
  object-fit: cover;
}
.g-footer .photo-main-caption {
  width: 558px;
  height: 36px;
  position: absolute;
  font-size: 16px;
  color: #003586;
  font-weight: bold;
  line-height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  left: 5px;
  bottom: 5px;
  background: rgba(255, 255, 255, .8);
}
.g-footer .photo-thumbnail {
  width: 382px;
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}
.g-footer .photo-thumbnail li {
  width: 186px;
  height: 113px;
  display: inline-block;
  margin: 0 0 5px 5px;
  background: #fff;
}
.g-footer .photo-thumbnail li img {
  width: 186px;
  height: 113px;
  cursor: pointer;
  object-fit: cover;
}
.g-footer .photo-thumbnail li img:hover {
  opacity: .65;
}
.g-footer .js-photo-current img {
  opacity: .65;
}
/*------------------------------------
  リード
--------------------------------------*/
.g-footer .lead {
  width: 950px;
  margin: 0 auto 30px;
  font-size: 14px;
  line-height: 1.8;
}
/*------------------------------------
  ナビゲーション
--------------------------------------*/
.g-footer .navigation {
  display: none;
}
/*------------------------------------
  パンフレット
--------------------------------------*/
.g-footer .pamphlet {
  position: relative;
  display: grid;
  grid-template-columns: auto auto;
  margin-bottom: 0;
}
.g-footer .pamphlet::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: #EBF2FA;
  z-index: -1;
}
.g-footer .accepting-title {
  padding: 40px 0;
  grid-column: 1 / 3;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #003686;
}
.g-footer .accepting-title em {
  font-size: 45px;
}
.g-footer .pamphlet .mod-contTitle {
  grid-column: 1 / 3;
  display: flex;
  justify-content: center;
  gap: 40px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
.g-footer .pamphlet .mod-contTitle::before, .g-footer .pamphlet .mod-contTitle::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #707070;
}
.g-footer .pamphlet .mod-contTitle::before {
  transform: rotate(-30deg);
}
.g-footer .pamphlet .mod-contTitle::after {
  transform: rotate(30deg);
}
.g-footer .pamphlet ul {
  display: grid;
  justify-content: flex-end;
  align-self: center;
  gap: 10px;
  font-size: 20px;
  font-weight: bold;
}
.g-footer .pamphlet li {
  position: relative;
  padding-left: 1em;
}
.g-footer .pamphlet li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '・';
}
.pamphlet figure img {
  max-width: 298px;
}
/*------------------------------------
  CTA
--------------------------------------*/
.g-footer .cta {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 40px;
  padding: 30px 0;
  text-align: center;
}
.g-footer .cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: #EBF2FA;
  z-index: -1;
}
.g-footer .requestBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  min-height: 90px;
  padding: 0 10px;
  background: #78A723;
  border-radius: 10px;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0px 5px 0px 0px #5A8114;
  color: #FFF;
  transition: .2s ease-out;
}
.g-footer .requestBtn a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66px;
  height: 66px;
  background: #F8E72A;
  border-radius: 50%;
  color: #78A723;
}
.requestBt.g-footer n a div {
  text-shadow: 0px 3px 3px 0px rgba(0, 0, 0, .16);
}
.g-footer .requestBtn a em {
  font-size: 26px;
}
.g-footer .requestBtn a:hover {
  box-shadow: 0px 2px 0px 0px #5A8114;
  transform: translateY(3px);
}
.g-footer .telBtn {
  font-size: 11px;
}
.g-footer .telBtn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  min-height: 90px;
  margin-bottom: 10px;
  padding: 0 10px;
  background: #FFF;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  box-shadow: 0px 5px 2px 0px #C9C9C9;
  transition: .2s ease-out;
}
.g-footer .telBtn a em {
  display: inline-block;
  padding-left: 24px;
  background: url("../img_new/top/tel.svg") left center no-repeat;
  font-size: 26px;
  font-weight: bold;
  color: #D6581C;
}
.g-footer .telBtn a:hover {
  box-shadow: 0px 2px 0px 0px #C9C9C9;
  transform: translateY(3px);
}
.g-footer .cont {
  padding: 30px 0;
  background: #fff;
}
.g-footer .cont.cont__onColor {
  background: #ecf3ff;
}
.g-footer .cont__onColorGray {
  background: #f8f8f8 !important;
}
/*------------------------------------
  キャンパス情報
--------------------------------------*/
.g-footer .access {
  display: grid;
  grid-template-columns: 1fr 35%;
  align-items: center;
  gap: 0 40px;
  background: #fff;
}
.g-footer .access h2 {
  grid-column: 1 / 3;
}
.g-footer .access th, .g-footer .access td {
  padding: 24px 16px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.g-footer .access-title {
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
  font-weight: bold;
  white-space: nowrap;
}
.g-footer .access-data {
  font-size: 14px;
  line-height: 1.2;
}
/* 856対応で強制でsサイズに変更 */
/* .access-map img {
  max-width: 100%;
  margin: 0 0 10px;
} */
.g-footer .access-map img {
  width: 229px;
  height: 214px;
}
.g-footer .access-map .arrow {
  justify-content: flex-start;
}
/*------------------------------------
  トライ⁨⁩式高等学院の特長
--------------------------------------*/
.g-footer .feature {
  position: relative;
  margin-bottom: 0;
  padding: 40px 0;
  background: #EBF2FA;
}
.g-footer .feature::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: #EBF2FA;
  z-index: -1;
}
.g-footer .mod-contTitleBar {
  position: relative;
  margin-bottom: 40px;
  padding: 30px 0;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.2em;
  color: #FFF;
}
.g-footer .mod-contTitleBar em {
  font-size: 32px;
  color: #F8E72A;
}
.g-footer .mod-contTitleBar::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: #003686;
  z-index: -1;
}
.g-footer .mod-contTitleBar img {
  position: absolute;
  bottom: 0;
  width: 134px;
  margin-left: 20px;
}
.g-footer .featureFv {
  text-align: center;
}
.g-footer .featureFv h3 {
  text-align: center;
  font-size: 34px;
  color: #182A5D;
}
.g-footer .featureFv p {
  margin: 30px 0;
  font-size: 16px;
}
.g-footer .marker {
  background: linear-gradient(transparent 60%, #F9FC8A 0%);
  display: inline;
  padding: 0 1px 0px;
  font-size: 18px;
}
.g-footer .arrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px 40px;
}
.g-footer .arrow a {
  position: relative;
  display: block;
  padding-left: 24px;
  font-size: 20px;
  font-weight: bold;
  text-underline-offset: 4px;
  color: #003686;
}
.g-footer .arrow a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 3px solid #003686;
  border-right: 3px solid #003686;
  transform: translateY(-50%) rotate(45deg);
  transition: .2s ease-out;
}
.g-footer .arrow a.arrow-min {
  font-size: 14px;
}
.g-footer .arrow a.arrow-min::before {
  width: 6px;
  height: 6px;
  border-width: 2px;
}
.g-footer .featureBox {
  margin-top: 60px;
  background: #FFF;
  border-radius: 8px;
}
.g-footer .featureBox h3 {
  position: relative;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  background: #003686;
  border-radius: 8px 8px 0 0;
  font-size: 18px;
  color: #FFF;
}
.g-footer .featureBox h3 span {
  position: absolute;
  bottom: 0;
  margin-left: 10px;
  font-size: 44px;
  letter-spacing: 0em;
  color: #F8E72A;
  -webkit-text-stroke-width: 12px;
  -webkit-text-stroke-color: #003686;
}
.g-footer .featureBox h3 span::before {
  content: attr(title);
  position: absolute;
  font-size: 44px;
  letter-spacing: 0em;
  color: #F8E72A;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #003686;
}
.g-footer .featureBox .heading {
  padding: 30px 40px;
}
.g-footer .heading h3, .g-footer .heading h4 {
  margin-bottom: 30px;
  font-size: 26px;
  color: #182A5D;
}
.g-footer .heading h4 {
  margin-bottom: 30px;
  font-size: 30px;
  color: #003686;
}
.g-footer .heading p {
  font-size: 16px;
  line-height: 1.8;
}
.g-footer .tag {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.g-footer .tag li {
  padding: 5px 20px;
  background: #F8E72A;
  font-size: 14px;
  font-weight: bold;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}
.g-footer .combination-box {
  position: relative;
  max-width: 710px;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 30px auto 0;
  padding: 35px 0 15px;
  background: #EFEFEF;
}
.g-footer .combination-box .tag {
  position: absolute;
  top: 10px;
  left: -20px;
  z-index: 10;
}
.g-footer .combination-box .combination-content:nth-of-type(2)::before {
  content: '';
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
  display: block;
  width: 49px;
  height: 55px;
  background: url("../img_new/top/cross.svg") center no-repeat;
}
.g-footer .combination-content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 220px;
  padding: 20px;
  background: #FFF;
  border-bottom: 4px solid #F8E72A;
  border-radius: 5px;
}
.g-footer .combination-content ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
}
.g-footer .combination-content li {
  width: 210px;
  padding: 10px;
  text-align: center;
  background: #e3ebf8;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #182A5D;
}
.g-footer .combination-content li span {
  font-size: 12px;
}
.g-footer .combination-content p {
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #182A5D;
}
.g-footer .feature01 .heading, .g-footer .feature03 .heading {
  display: grid;
  grid-template-columns: 1fr 40%;
  gap: 20px 40px;
  text-align: left;
}
.g-footer .feature01 .heading figure {
  grid-column: 2 / 3;
  grid-row: 1 / 4;
  margin: 0;
}
.g-footer .feature01 .heading figure a {
  transition: .2s ease-out;
}
.g-footer .feature01 .heading figure a:hover {
  opacity: 0.7;
}
.g-footer .feature01 .heading figure span {
  display: block;
  margin-top: 10px;
  font-size: 10px;
}
.g-footer .feature01 .heading h4, .g-footer .feature03 .heading h4 {
  margin-bottom: 0;
}
.g-footer .feature01 .heading h5 {
  font-size: 16px;
}
.g-footer .feature01 .heading h5 em {
  font-size: 20px;
}
.g-footer .feature03 .heading figure {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  margin: 0;
}
/*------------------------------------
  オープンキャンパス
--------------------------------------*/
.g-footer .opencampus {
  padding: 40px 0;
}
.g-footer .opencampus .mod-contTitle {
  text-align: center;
  color: #E6003D;
}
.g-footer .opencampusBox {
  margin-top: 20px;
  background: #FFF;
  border: 2px solid #F21A63;
  border-radius: 8px;
  overflow: hidden;
}
.g-footer .opencampusBox h3 {
  position: relative;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  background: #F21A63;
  font-size: 22px;
  color: #FFF;
}
.g-footer .opencampusBox .contents {
  padding: 30px 70px;
}
.g-footer .opencampusBox .tag {
  flex-direction: row;
  gap: 10px;
  margin-bottom: 20px;
}
.g-footer .opencampusBox .tag li {
  box-shadow: none;
}
.g-footer .opencampusBox .lead {
  width: auto;
  font-size: 16px;
}
.g-footer .pink-btn {
  text-align: center;
}
.g-footer .pink-btn a {
  position: relative;
  display: block;
  max-width: 310px;
  margin: 0 auto;
  padding: 16px;
  background: #F21A63;
  border-radius: 8px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
}
.g-footer .pink-btn a span {
  color: #F8E72A;
}
.g-footer .pink-btn a:hover {
  opacity: 0.7;
}
.g-footer .mod-areaSeminarTable {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 310px));
  justify-content: center;
  gap: 40px;
}
.g-footer .notScheduled {
  grid-column: 1 / 3;
  font-size: 16px;
  color: #F21A63;
}
.g-footer .mod-areaSeminarTable table {
  border: 1px solid #C1C1C1;
  width: 100%;
  background: #fff;
}
.g-footer .mod-areaSeminarTable tr {}
.g-footer .mod-areaSeminarTable th, .g-footer td {
  padding: 10px;
}
.g-footer .mod-areaSeminarTable th {
  background: #FFEDF3;
  letter-spacing: -0.05em;
}
.g-footer .mod-areaSeminar-shimekiri {
  text-align: left;
}
.g-footer .mod-areaSeminar-shimekiri span {
  display: inline-block;
  padding: 4px 10px 2px;
  background: #cc0000;
  color: #fff;
  border-radius: 20px;
  font-size: 11px;
  font-weight: bold;
}
.g-footer .mod-areaSeminar-syuryo {
  text-align: center;
}
.g-footer .mod-areaSeminar-syuryo span {
  width: 131px;
  display: inline-block;
  padding: 10px 15px 5px;
  border: 1px solid #cc0000;
  color: #cc0000;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
  box-sizing: border-box;
}
.g-footer .mod-areaSeminar-date {
  box-sizing: border-box;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.3;
  text-align: left;
}
.g-footer .mod-areaSeminar-day {
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  color: #F21A63;
}
.g-footer .mod-areaSeminar-day__end {
  text-decoration: line-through;
}
.g-footer .mod-areaSeminar-tag {
  float: right;
  width: 80px;
  box-sizing: border-box;
  padding: 2px 5px 0;
  margin: 0 0 0 5px;
  background: #fff;
  color: #3eac89;
  border: 1px solid #3eac89;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  vertical-align: text-top;
}
.g-footer .mod-areaSeminar-address {
  box-sizing: border-box;
  line-height: 1.5;
  font-size: 12px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.g-footer .mod-areaSeminar-class {
  font-weight: bold;
  font-size: 14px;
}
.g-footer .mod-areaSeminar-map {
  padding: 0 0 0 23px;
  background: url(../img_new/common/event/ic_map.png) no-repeat left center;
  font-weight: bold;
  font-size: 13px;
  color: #011658;
  text-decoration: underline;
}
.g-footer .mod-areaSeminar-bt {
  padding-top: 0;
  box-sizing: border-box;
}
.g-footer .mod-btInq {
  text-align: center;
}
.g-footer .mod-btInq a {
  border: 1px solid #E80452;
  display: inline-block;
  color: #fff;
  font-size: 22px;
  border-radius: 3px;
  font-weight: bold;
  padding: 10px 35px 10px 75px;
  position: relative;
  text-decoration: none;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
  background: #F21B64;
  background: linear-gradient(to bottom, #F783AD 1%, #F21B64 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F783AD', endColorstr='#F21B64', GradientType=0);
}
.g-footer .mod-btInq__small {
  position: relative;
  z-index: 1;
}
.g-footer .mod-btInq__small i {
  position: absolute;
  display: inline-block;
  line-height: 1;
  right: -13px;
  top: -16px;
  padding: 4px 8px;
  border-radius: 3px;
  background: #dc0304;
  text-shadow: none;
  font-size: 11px;
  font-style: normal;
  font-weight: bold;
  color: #fff;
  z-index: 2;
}
.g-footer .mod-btInq__small i:after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 10px 4px 0 4px;
  border-color: #dc0303 transparent transparent transparent;
  bottom: -7px;
  right: 46px;
  transform: rotate(30deg);
}
.g-footer .mod-btInq__small a {
  font-size: 16px;
  padding: 10px 20px 10px 45px;
}
.g-footer .mod-btInq a:before {
  position: absolute;
  content: "";
  background: #E80452 url(../img_new/common/event/ic_arrow.png) no-repeat center center;
  width: 20px;
  top: 0;
  left: 0;
  height: 100%;
  border-right: 1px solid #F66899;
}
.g-footer .mod-btInq a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.g-footer .mod-btInq__small a:before {
  width: 25px;
}
.g-footer .mod-btInq-box {
  /*  display: table;*/
  text-align: center;
  width: 100%;
  font-size: 0;
}
.g-footer .mod-area-placeList-note .mod-btInq-box {
  margin: 20px 0 0;
}
.g-footer .mod-btInq__2aqua {
  /*  display: table-cell;*/
  display: inline-block;
  /*  width:50%;*/
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g-footer .mod-btInq-box &gt; div:first-child {
  padding: 0 10px 0 0;
  text-align: right;
}
.g-footer .mod-btInq-box &gt; div:last-child {
  padding: 0 0 0 10px;
  text-align: left;
}
.g-footer .mod-btInq__2aqua a {
  font-size: 14px;
  text-align: center;
  width: 200px;
  color: #003062;
  border: 1px solid #80c2e8;
  background: #b7e0ff;
  padding: 8px 15px 8px 40px;
  background: -moz-linear-gradient(top, #d9efff 1%, #b7e0ff 100%);
  background: -webkit-linear-gradient(top, #d9efff 1%, #b7e0ff 100%);
  background: linear-gradient(to bottom, #d9efff 1%, #b7e0ff 100%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g-footer .mod-btInq__2aqua a:before {
  width: 25px;
  background: #ccc url(../img_new/common/event/ic_arrow.png) no-repeat center center;
  background: url(../img_new/common/event/ic_arrow.png) no-repeat center center, -moz-linear-gradient(top, #c3d5e3 1%, #8ebee3 100%);
  background: url(../img_new/common/event/ic_arrow.png) no-repeat center center, -webkit-linear-gradient(top, #c3d5e3 1%, #8ebee3 100%);
  background: url(../img_new/common/event/ic_arrow.png) no-repeat center center, linear-gradient(to bottom, #c3d5e3 1%, #8ebee3 100%);
  border-right: 1px solid #80c2e8;
}
/*------------------------------------
  キャンパスについて
--------------------------------------*/
.g-footer .about {
  position: relative;
  margin-bottom: 0;
  padding: 40px 0;
  background: #EBF2FA;
}
.g-footer .about::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: #EBF2FA;
  z-index: -1;
}
.g-footer .about-lead {
  font-size: 16px;
}
.g-footer .about-name {
  margin-top: 20px;
  text-align: right;
  font-size: 14px;
  font-weight: bold;
}
.g-footer .about-name em {
  font-size: 16px;
}
.g-footer #teacher {
  margin-top: 30px;
  padding: 40px;
  background: #FFF;
  border-radius: 8px;
}
.g-footer .teacher-title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 24px;
  color: #003686;
}
.g-footer .teacherlist {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 32px 40px;
  margin-bottom: 32px;
}
.g-footer .teacherlist a {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #000;
}
.g-footer .teacherlist a:hover {
  opacity: 0.7;
}
.g-footer .teacher-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin: 10px 0;
  font-size: 14px;
}
.g-footer .teacher-name em.marker {
  background: linear-gradient(transparent 60%, #F8E72A 0%);
  font-size: 16px;
  font-weight: bold;
}
.g-footer .teacher-btn {
  padding: 10px;
  border: 2px solid #003686;
  border-radius: 8px;
  font-weight: bold;
  color: #003686;
}
.g-footer .modal {
  pointer-events: none;
  opacity: 0;
  transition: .2s ease-out;
}
.g-footer .message {
  box-sizing: border-box;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 640px;
  z-index: 2000;
}
.g-footer .message-container {
  box-sizing: border-box;
  width: 100%;
  max-height: calc(100vh - 100px);
  margin: 0 auto;
  padding: 40px;
  background: #FFF;
  border-radius: 8px;
  overflow-y: auto;
  overscroll-behavior: contain;
}
.g-footer .message-title {
  position: absolute;
  top: -10px;
  left: -10px;
  padding: 4px 16px;
  background: #F8E72A;
  font-size: 14px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  z-index: 10;
}
.g-footer .message-img {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.g-footer .message-img-name {
  font-size: 20px;
}
.g-footer .message-img-name em {
  display: block;
  margin: 1em 0;
  font-size: 16px;
  font-weight: bold;
  color: #003686;
}
.g-footer .message-text {
  font-size: 16px;
}
.g-footer .overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}
.g-footer .overlay.open {
  display: block;
}
.g-footer .modal.open {
  pointer-events: auto;
  opacity: 1;
}
.g-footer .modal-close {
  position: absolute;
  top: -20px;
  right: 0;
  background: transparent;
  border-color: transparent;
  padding: 0;
  margin-left: auto;
  cursor: pointer;
  width: 28px;
  display: block;
  height: 28px;
  pointer-events: none;
}
.g-footer .modal-close span {
  width: 100%;
  height: 3px;
  background: #FFF;
  display: block;
  position: absolute;
}
.g-footer .modal-close span:nth-child(1) {
  transform: rotate(45deg);
}
.g-footer .modal-close span:nth-child(2) {
  transform: rotate(-45deg);
}
/*------------------------------------
  ブログ
--------------------------------------*/
.g-footer .blog {
  width: 950px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto 20px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g-footer .blogItem {
  height: 150px;
  margin: 0 0 16px 0;
  -webkit-box-shadow: 0 1px 2px rgba(112, 112, 112, .8);
  -moz-box-shadow: 0 1px 2px rgba(112, 112, 112, .8);
  box-shadow: 0 1px 2px rgba(112, 112, 112, .8);
}
.g-footer .blogItem:nth-child(2n) {
  margin: 0 0 16px 16px;
}
.g-footer .blogLink {
  display: block;
  position: relative;
  width: 447px;
  height: 150px;
  text-decoration: none;
  padding: 20px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g-footer .blogLink:link, .g-footer .blogLink:visited, .g-footer .blogLink:hover, .g-footer .blogLink:active {
  color: #333;
}
.g-footer .blogDate {
  font-size: 13px;
  margin: 0 0 10px;
  line-height: 1;
}
.g-footer .blogDate-newIcon {
  color: #f00;
}
.g-footer .blogTitle {
  font-size: 18px;
  font-weight: bold;
  color: #3067bb;
  text-decoration: underline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 0 20px;
  line-height: 1.1;
}
.g-footer .blogContent {
  display: table;
  width: 407px;
}
.g-footer .blogContent-img {
  width: 126px;
}
.g-footer .blogContent-img img {
  width: 126px;
}
.g-footer .blogContent-text {
  display: table-cell;
  padding: 0;
  width: auto;
  font-size: 14px;
  line-height: 1.8;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.g-footer .blogContent-text span {
  display: inline-block;
  width: 100%;
  height: 100px;
  overflow: hidden;
}
.g-footer .blogLink-button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 13px;
  line-height: 30px;
  width: 108px;
  height: 30px;
  font-weight: bold;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #ccc;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #e9e9e9));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #e9e9e9 100%);
  -webkit-box-shadow: 0.5px 0.5px 2px 0 rgba(0, 0, 0, .15);
  box-shadow: 0.5px 0.5px 2px 0 rgba(0, 0, 0, .15);
}
.g-footer .blogLink-button::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 6px;
  height: 9px;
  background: url("../img_new/common/link_arrw.png") no-repeat 0 -15px;
  background-size: 9px 24px;
  vertical-align: 0;
  margin: auto 0;
}
.g-footer .blogLink:hover {
  opacity: .8;
}
.g-footer .blogLink:hover .blogTitle {
  text-decoration: none;
}
.g-footer .blogTopLink {
  text-align: center;
}
.g-footer .blogTopLink a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #333;
  border-radius: 3px;
  border: 1px solid #ccc;
  margin: 0 auto 30px;
  padding: 15px 40px 15px 25px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f9f9f9), color-stop(100%, #e9e9e9));
  background: -webkit-linear-gradient(top, #f9f9f9 0%, #e9e9e9 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, #e9e9e9 100%);
  -webkit-box-shadow: 0.5px 0.5px 2px 0 rgba(0, 0, 0, .15);
  box-shadow: 0.5px 0.5px 2px 0 rgba(0, 0, 0, .15);
}
.g-footer .blogTopLink a:link, .g-footer .blogTopLink a:visited, .g-footer .blogTopLink a:hover, .g-footer .blogTopLink a:active {
  text-decoration: none;
  color: #333;
}
.g-footer .blogTopLink a:hover {
  opacity: .8;
}
.g-footer .blogTopLink a::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 14px;
  background: url("../img_new/common/link_arrw.png") no-repeat 0 -21px;
  vertical-align: -2px;
  margin: auto 0;
  top: 0;
  right: 20px;
  bottom: 0;
}
/*------------------------------------
  他のキャンパスリスト
--------------------------------------*/
.g-footer .otherCampusList {
  width: 950px;
  margin: 0 auto 30px;
}
.g-footer .otherCampusList-title {
  width: 100%;
  height: 24px;
  margin: 0 0 30px;
  text-align: center;
  position: relative;
}
.g-footer .otherCampusList-title span {
  display: inline-block;
  font-size: 24px;
  color: #002b6d;
  font-weight: bold;
  line-height: 24px;
  height: 24px;
  padding: 0 20px;
  position: relative;
  z-index: 0;
  background: #fff;
}
.g-footer .otherCampusList-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px solid #002b6d;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.g-footer .otherCampusList-area {
  width: 100%;
  font-size: 0;
}
.g-footer .otherCampusList-area:not(:last-child) {
  margin: 0 0 40px;
}
.g-footer .otherCampusList-area-title {
  width: 100%;
  margin: 22px 0 18px;
  font-size: 18px;
  font-weight: bold;
  color: #002b6d;
}
.g-footer .otherCampusList-area-campus {
  display: inline-block;
  width: 224px;
  height: 40px;
  vertical-align: top;
  margin: 0 18px 18px 0;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}
.g-footer .otherCampusList-area-campus:nth-of-type(4n) {
  margin: 0 0 18px 0;
}
.g-footer .otherCampusList-area-campus a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #3067bb;
  text-decoration: none;
  line-height: 1;
  padding: 0 35px 0 15px;
  position: relative;
  box-sizing: border-box;
}
.g-footer .otherCampusList-area-campus a::before {
  content: "";
  position: absolute;
  display: block;
  width: 11px;
  height: 15px;
  background: url("../img_new/common/link_arrw.png") no-repeat 0 -21px;
  margin: auto 0;
  top: 0;
  right: 15px;
  bottom: 0;
}
.g-footer .otherCampusList-area-campus a:hover {
  opacity: .75;
}
/*------------------------------------
  バナー
--------------------------------------*/
.g-footer .banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.g-footer .banner li {
  max-width: 400px;
}
.g-footer .banner li img {
  max-width: 100%;
}
.g-footer .banner li a {
  transition: .2s;
}
.g-footer .banner li a:hover {
  opacity: 0.6;
}
/*------------------------------------
  お近くのキャンパスを探す
--------------------------------------*/
.g-footer .search-narrow {
  position: relative;
  margin-bottom: 0;
  padding: 50px 0;
}
.g-footer .search-narrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: #F0F3F8;
  z-index: -1;
}
.g-footer .search-narrow .mod-contTitle {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 297px;
  height: 50px;
  padding-top: 10px;
  text-align: center;
  background: url("../img_new/top/balloon.svg") center top no-repeat;
  font-size: 17px;
  font-weight: bold;
  color: #F8E72A;
}
.g-footer .search-narrow .mod-search-search {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px
}
.g-footer .mod-search-bt {
  width: auto;
  padding: 0;
}
.g-footer .mod-search-bt::after {
  display: none;
}
.g-footer .mod-search-bt a {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
}
.g-footer .mod-search-pref {
  display: block;
  width: auto;
  margin: 0;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: bold;
}
.g-footer .mod-search-pref .mod-select-pref-select {
  padding: 0;
}
.g-footer .mod-search-pref .mod-select-pref-select {
  outline: none;
}
.g-footer .mod-select-pref-select {
  width: 100%;
  text-align: left;
  font-size: 20px;
}
/*------------------------------------
  キャンパスを探す
--------------------------------------*/
.g-footer .campus {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 60px;
  background: url("../img_new/top/japan.svg") right 0 bottom 20px no-repeat;
}
.g-footer .campus::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: #F0F3F8;
  z-index: -1;
}
.g-footer .campus .heading {
  text-align: center;
  margin-bottom: 30px;
}
.g-footer .campus .heading h3 {
  text-align: center;
  font-size: 24px;
  padding-top: 30px;
  padding-bottom: 0;
  color: #182A5D;
}
.g-footer .campus .mod-contTitleBar {
  margin-bottom: 0;
}
.g-footer .campus .search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.g-footer .campus .search h4 {
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
  color: #003686;
}
.g-footer .campus .search .icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
  text-align: center;
  background-color: #F8E72A;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  color: #003686;
}
.g-footer .search .search-box {
  flex: 1;
  padding-left: 40px;
}
.g-footer .search .mod-search-search {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.g-footer .campus .blog {
  display: block;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  border-top: 1px solid #D1D1D1;
}
.g-footer .campus .blog p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.8;
}
/*SP-------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1066px) {
  /*------------------------------------
  キャンパス名
--------------------------------------*/
  .g-footer .name {
    font-size: 18px;
    width: auto;
    margin: 0;
    padding: 20px 10px;
    border-left: none;
    font-weight: bold;
  }
  .g-footer .name span {
    font-size: 14px;
    font-weight: normal;
  }
  /*------------------------------------
  写真
--------------------------------------*/
  .g-footer .photo {
    width: auto;
    height: auto;
    margin: 0 auto 30px;
    display: block;
  }
  .g-footer .photo-main {
    display: none;
  }
  .g-footer .photo-thumbnail li {
    position: relative;
  }
  .g-footer .photo-thumbnail li div {
    width: calc(100% - 10px);
    height: 36px;
    position: absolute;
    font-size: 16px;
    color: #003586;
    font-weight: bold;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    left: 5px;
    bottom: 5px;
    background: rgba(255, 255, 255, .8);
  }
  .g-footer .photo-thumbnail {
    width: auto;
    font-size: 12px;
    line-height: 1;
    vertical-align: top;
  }
  .g-footer .photo-thumbnail li {
    width: auto;
    height: auto;
    margin: 0;
    pointer-events: none;
  }
  .g-footer .photo-thumbnail li img {
    width: 100%;
    height: auto;
    opacity: 1 !important;
  }
  .g-footer .bx-wrapper {
    position: relative;
  }
  .g-footer .bx-prev, .g-footer .bx-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 24px;
    height: 50px;
    background: url("../img_new/common/topkv_bt_next.png") center no-repeat;
    background-size: 24px auto;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 100;
  }
  .g-footer .bx-prev {
    left: 10px;
    transform: translateY(-50%) scaleX(-1);
  }
  .g-footer .bx-next {
    right: 10px;
    transform: translateY(-50%);
  }
  /*------------------------------------
  リード
--------------------------------------*/
  .g-footer .lead {
    width: auto;
    padding: 0 10px;
    margin: 0 0 20px;
  }
  /*------------------------------------
  ナビゲーション
--------------------------------------*/
  .g-footer .navigation {
    display: block;
    background: #f2f2f2;
    margin-bottom: 10px;
    padding: 10px;
  }
  .g-footer .navigation ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    max-width: 950px;
    margin: 0 auto;
  }
  .g-footer .navigation li a {
    position: relative;
    display: flex;
    align-items: center;
    height: 54px;
    line-height: 1.2;
    border: 1px solid #0f3e8c;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    background: #fff url("../img_new/common/kyoten-arrow.png") right 10px center no-repeat;
    padding: 4px 20px 4px 10px;
    border-radius: 8px;
    color: #0f3e8c;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
  }
  /*------------------------------------
  バナー
--------------------------------------*/
  .g-footer .banner {
    margin-bottom: 20px;
  }
  /*------------------------------------
  パンフレット
--------------------------------------*/
  .g-footer .accepting-title {
    padding: 10px 0;
    font-size: 20px;
  }
  .g-footer .accepting-title em {
    font-size: 28px;
  }
  .g-footer .pamphlet {
    padding: 30px 20px;
    gap: 20px 10px;
  }
  .g-footer .pamphlet .mod-contTitle {
    gap: 20px;
    font-size: 16px;
  }
  .g-footer .pamphlet ul {
    justify-content: center;
    font-size: 12px;
  }
  .g-footer .pamphlet figure img {
    width: 100%;
  }
  /*------------------------------------
  CTA
--------------------------------------*/
  .g-footer .cta {
    grid-template-columns: 1fr;
    gap: 20px 40px;
    padding: 0 20px 30px;
  }
  /*------------------------------------
  キャンパス情報
--------------------------------------*/
  .g-footer .access {
    grid-template-columns: 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .g-footer .access h2 {
    grid-column: auto;
    margin-bottom: 0;
  }
  .g-footer .access table {
    margin-bottom: 20px;
  }
  .g-footer .access th {
    padding: 10px 20px 10px 0;
  }
  .g-footer .access td {
    padding: 10px 0 10px;
  }
  .g-footer .access-title {
    text-align: left;
  }
  /*------------------------------------
  トライ⁨⁩式高等学院の特長
--------------------------------------*/
  .g-footer .feature {
    padding: 20px 0;
  }
  .g-footer .mod-contTitleBar {
    margin-bottom: 30px;
    padding: 10px 0;
    font-size: 14px;
  }
  .g-footer .mod-contTitleBar em {
    font-size: 16px;
  }
  .g-footer .featureFv h3 {
    font-size: 26px;
  }
  .g-footer .featureFv p {
    margin: 20px;
    font-size: 14px;
  }
  .g-footer .featureBox {
    margin: 40px 20px 0;
  }
  .g-footer .featureBox h3 {
    padding-right: 3em;
  }
  .g-footer .featureBox .heading {
    padding: 20px;
  }
  .g-footer .heading {
    padding: 20px;
  }
  .g-footer .heading h3, .g-footer .heading h4 {
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
  }
  .g-footer .heading p {
    font-size: 16px;
    text-align: left;
  }
  .g-footer .tag li {
    padding: 5px 10px;
    font-size: 12px;
  }
  .g-footer .combination-box {
    gap: 20px;
  }
  .g-footer .combination-box .tag {
    left: -10px;
  }
  .g-footer .combination-box .combination-content:nth-of-type(2)::before {
    left: -25px;
    width: 30px;
    height: 30px;
    background-size: 30px auto;
    ;
  }
  .g-footer .combination-content {
    min-width: initial;
    padding: 20px 10px;
  }
  .g-footer .combination-content li {
    width: auto;
  }
  .g-footer .feature01 .heading, .g-footer .feature03 .heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .g-footer .feature01 .heading figure {
    grid-column: auto;
    grid-row: auto;
    margin: 0;
  }
  .g-footer .feature01 .heading figure span {
    font-size: 11px;
  }
  .g-footer .feature01 .heading h4, .g-footer .feature03 .heading h4 {
    margin-bottom: 0;
  }
  .g-footer .feature01 .heading h5 {
    text-align: center;
    font-size: 13px;
  }
  .g-footer .feature01 .heading h5 em {
    font-size: 18px;
  }
  .g-footer .feature03 .heading figure {
    grid-column: auto;
    grid-row: auto;
  }
  /*------------------------------------
  オープンキャンパス
--------------------------------------*/
  .g-footer .opencampus {
    padding: 30px 20px;
  }
  .g-footer .mod-areaSeminarTable {
    gap: 20px;
  }
  .g-footer .opencampusBox .contents {
    padding: 10px;
  }
  .g-footer .opencampusBox .tag {
    flex-direction: column;
    gap: 5px;
  }
  /*------------------------------------
  キャンパスについて
--------------------------------------*/
  .g-footer .about {
    position: relative;
    margin-bottom: 0;
    padding: 30px 20px;
    background: #EBF2FA;
  }
  .g-footer #teacher {
    padding: 30px 10px;
    border-radius: 8px;
  }
  .g-footer .teacher-title {
    font-size: 18px;
  }
  .g-footer .teacherlist {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 32px 10px;
  }
  .g-footer .message-container {
    padding: 40px 20px 20px;
  }
  .g-footer .message-img {
    grid-template-columns: 40% 1fr;
  }
  .g-footer .message-img img {
    width: 100%;
  }
  .g-footer .message-img-name {
    line-height: 1.2;
  }
  .g-footer .message-img-name em {
    line-height: 1.2;
  }
  /*------------------------------------
  ブログ
--------------------------------------*/
  .g-footer .blog {
    display: block;
    width: auto;
    padding: 0;
  }
  .g-footer .blogItem {
    display: block;
    width: auto;
    height: auto;
    margin: 0;
    box-shadow: none;
  }
  .g-footer .blogItem:nth-child(2n) {
    margin: 0;
  }
  .g-footer .blogLink {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 20px;
    background: url("../img_new/common/kyoten-arrow.png") right 10px center no-repeat;
    border-bottom: 1px solid #CCC;
  }
  .g-footer .blogTitle {
    margin: 0 0 20px;
  }
  .g-footer .blogLink-button {
    display: none;
  }
  /*------------------------------------
  他のキャンパスリスト
--------------------------------------*/
  .g-footer .otherCampusList {
    width: auto;
    margin: 0 auto;
  }
  .g-footer .otherCampusList-title {
    width: 100%;
    height: 24px;
    margin: 0;
    text-align: center;
    position: relative;
  }
  .g-footer .otherCampusList-title span {
    display: inline-block;
    font-size: 24px;
    color: #002b6d;
    font-weight: bold;
    line-height: 24px;
    height: 24px;
    padding: 0 20px;
    position: relative;
    z-index: 0;
    background: #fff;
  }
  .g-footer .otherCampusList-title::before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px solid #002b6d;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  .g-footer .otherCampusList-area {
    width: 100%;
    font-size: 0;
  }
  .g-footer .otherCampusList-area:not(:last-child) {
    margin: 0 0 40px;
  }
  .g-footer .otherCampusList-area-title {
    width: 100%;
    margin: 22px 0 18px;
    font-size: 18px;
    font-weight: bold;
    color: #002b6d;
  }
  .g-footer .otherCampusList-area-campus {
    display: block;
    width: auto;
    height: auto;
    vertical-align: top;
    margin: 0;
    background: #fff;
    box-shadow: none;
  }
  .g-footer .otherCampusList-area-campus:nth-of-type(4n) {
    margin: 0;
  }
  .g-footer .otherCampusList-area-campus a {
    height: 60px;
    border-bottom: 1px solid #CCC;
  }
  .g-footer .otherCampusList-area-campus a::before {
    content: "";
    position: absolute;
    display: block;
    width: 11px;
    height: 15px;
    background: url("../img_new/common/link_arrw.png") no-repeat 0 -21px;
    margin: auto 0;
    top: 0;
    right: 15px;
    bottom: 0;
  }
  .g-footer .otherCampusList-area-campus a:hover {
    opacity: .75;
  }
  /*------------------------------------
  バナー
--------------------------------------*/
  .g-footer .banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
  }
  .g-footer .banner li {
    max-width: 400px;
  }
  .g-footer .banner li img {
    max-width: 100%;
  }
  .g-footer .banner li a {
    transition: .2s;
  }
  .g-footer .banner li a:hover {
    opacity: 0.6;
  }
  /*------------------------------------
  お近くのキャンパスを探す
--------------------------------------*/
  .g-footer .search-narrow {
    position: relative;
    margin-bottom: 0;
    padding: 30px 20px;
  }
  .g-footer .search-narrow .mod-contTitle {
    position: relative;
    top: 0;
    left: 50%;
  }
  .g-footer .search-narrow .mod-search-search {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .g-footer .mod-search-bt {
    margin: 0;
    border: none;
  }
  .g-footer .mod-search-bt a {
    border: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  }
  .g-footer .mod-search-bt a::after {
    right: 25px;
  }
  .g-footer .mod-search-pref {
    padding: 20px 20px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    border: none;
    background: #FFF;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  }
  .g-footer .mod-search-pref .mod-select-pref-select {
    border: none;
    color: #003686;
  }
  /*------------------------------------
  キャンパスを探す
--------------------------------------*/
  .g-footer .campus {
    padding-bottom: 0;
  }
  .g-footer .campus .heading {
    padding: 20px 0;
  }
  .g-footer .campus .heading h3 {
    font-size: 20px;
    padding-top: 0;
    padding-bottom: 0;
    color: #182A5D;
  }
  .g-footer .campus .heading p {
    text-align: center;
    font-size: 14px;
  }
  .g-footer .campus .search {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 20px 10px;
  }
  .g-footer .campus .search h4 {
    font-size: 14px;
  }
  .g-footer .campus .search .icon {
    width: 120px;
    height: 120px;
    font-size: 12px;
    background-size: 70% auto;
  }
  .g-footer .search .search-box {
    grid-column: 1 / 4;
    padding-left: 0;
  }
  .g-footer .campus .blog {
    margin-bottom: 0;
  }
  .g-footer .campus .blog p {
    text-align: left;
    font-size: 14px;
  }
}</pre></body></html>