@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------------
*********************************************************************************************************
*********************************************************************************************************
******
****** PCスタイル
******
*********************************************************************************************************
*********************************************************************************************************
-------------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.montserrat {
  font-family: "Montserrat", sans-serif;
}

.pc {
  display: block;
}

.sp {
  display: none !important;
}

a:hover {
  opacity: 0.7;
}

p {
  line-height: 1.8em;
}

.tel {
  pointer-events: none;
}

html {
  font-size: 0.5208333333vw;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1200px) {
  html {
    font-size: 8px;
  }
}
@media screen and (min-width: 1920px) {
  html {
    font-size: 10px;
  }
}

.hd_bg {
  width: 100%;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 99;
}
.hd_bg .hd {
  width: 100%;
  max-width: 1800px;
  padding: 10px;
}
.hd_bg .hd .hd_logo {
  width: 15%;
}

.container {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

.common_ttl01 {
  /* 文字幅に合わせ、ページ中央寄せ */
  width: max-content;
  max-width: 100%;
  margin: 0 auto 4.5rem;
  position: relative;
  z-index: 1;
  padding: 0.3em 1em;
  color: #fff;
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  /* 背景だけ平行四辺形（文字は斜めにしない） */
}
.common_ttl01::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #43639c, #00a8bc);
  transform: skewX(-15deg);
  z-index: -1;
}

/* インライン要素に左→右のグラデーション下線を引く（複数行折り返しも各行に下線） */
.underline {
  background-image: linear-gradient(to right, #43639c, #00a8bc);
  background-repeat: no-repeat;
  background-size: 100% 3px;
  background-position: left bottom;
  padding-bottom: 0.15em;
}

.mv_sec {
  width: 100%;
  aspect-ratio: 96/47;
  display: flex;
  justify-content: center;
  max-width: 1920px;
  margin: 0 auto;
}
.mv_sec .mv_content {
  width: 100%;
  max-width: 1200px;
  margin: -100px auto 0;
  position: relative;
  z-index: 10;
}
.mv_sec .mv_l {
  width: 68.75%;
  position: relative;
}
.mv_sec .mv_l .mv_l_bg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* ① フェード表示 */
  opacity: 0;
  animation: mvFade 1.2s ease forwards;
  animation-delay: 0.2s;
}
.mv_sec .mv_l .mv_course {
  position: absolute;
  width: 48%;
  top: 60px;
  right: 2%;
  /* ③ フェード表示 */
  opacity: 0;
  animation: mvFade 1.2s ease forwards;
  animation-delay: 2.8s;
}
.mv_sec .mv_r {
  width: 31.25%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv_sec .mv_r .mv_r_bg {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* ② 2×10に分割した各セルをランダムでフェード（clip-path方式で継ぎ目なし、元imgはレイアウト保持のため非表示） */
}
.mv_sec .mv_r .mv_r_bg > img {
  opacity: 0;
}
.mv_sec .mv_r .mv_r_bg .mv_r_bg_piece {
  position: absolute;
  inset: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  opacity: 0;
  animation: mvPieceFade 0.7s ease forwards;
}
.mv_sec .mv_r .mv_r_txt {
  writing-mode: vertical-rl;
  background: #fff;
  padding: 2rem 0.2rem;
  color: #3a5a98;
  font-weight: bold;
  font-size: 2.6rem;
  z-index: 5;
  letter-spacing: 2px;
  /* ④ 縦書きを上から順にスムーズに表示 */
  clip-path: inset(0 0 100% 0);
  -webkit-clip-path: inset(0 0 100% 0);
  animation: mvTxtReveal 1.8s cubic-bezier(0.65, 0, 0.35, 1) forwards;
  animation-delay: 4s;
}
@media screen and (max-width: 1080px) {
  .mv_sec .mv_r .mv_r_txt {
    font-size: 1.8rem;
  }
}
.mv_sec .mv_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.mv_sec .mv_flex .mv_ttl_block {
  width: 52%;
}
.mv_sec .mv_flex .mv_ttl {
  font-size: 5.8rem;
  font-weight: bold;
  line-height: 1.2;
}
.mv_sec .mv_flex .mv_ttl .mv_ttl01 {
  animation-delay: 0s;
}
.mv_sec .mv_flex .mv_ttl .mv_ttl01::before {
  animation-delay: 0.8s;
}
.mv_sec .mv_flex .mv_ttl .mv_ttl02 {
  animation-delay: 0.3s;
}
.mv_sec .mv_flex .mv_ttl .mv_ttl02::before {
  animation-delay: 1.1s;
}
.mv_sec .mv_flex .mv_ttl .mv_ttl03 {
  animation-delay: 0.6s;
}
.mv_sec .mv_flex .mv_ttl .mv_ttl03::before {
  animation-delay: 1.4s;
}
.mv_sec .mv_flex .mv_course {
  width: 36%;
  margin-right: 10%;
}

/* MVアニメーション用キーフレーム */
@keyframes mvFade {
  to {
    opacity: 1;
  }
}
@keyframes mvPieceFade {
  to {
    opacity: 1;
  }
}
@keyframes mvTxtReveal {
  to {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
/* スクロールで画面内に入ったらフェードアップ
   .js-scroll-trigger を IntersectionObserver で監視し is-active を付与 → .fadeup が起動 */
.fadeup {
  opacity: 0;
  transform: translateY(30px);
}
.fadeup.is-active {
  animation: fadeUp 1.2s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.bg01 {
  /* 左上 → 右下 へ 45° の斜めグラデーション */
  background: linear-gradient(135deg, #fadbbd 0%, #00b1bb 100%);
  padding: 40px 0;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.concept {
  margin: 80px auto;
}
.concept .concept_block {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.06);
  padding: 50px 10%;
}
.concept .txt {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 2;
}

.educational_goals {
  margin: 80px auto;
}
.educational_goals .educational_goals_block {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.06);
  padding: 50px 10%;
}
.educational_goals .txt {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 2;
}
.educational_goals .box {
  background: #e8f3f9;
  padding: 3rem;
  margin: 2rem 0;
}
.educational_goals .box .educational_goals_ttl {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2.5rem;
}
.educational_goals .box .educational_goals_ttl .num {
  width: 6rem;
  height: 6rem;
  background: #3a5a98;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  margin-right: 2rem;
}
.educational_goals .box .educational_goals_ttl .txt_box {
  width: calc(100% - 8rem);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.educational_goals .box .educational_goals_ttl .txt_box .sub {
  font-size: 1.8rem;
  font-weight: bold;
  color: #3a5a98;
}
.educational_goals .box .educational_goals_ttl .txt_box .ttl {
  display: inline-block;
  width: 100%;
  font-size: 2.4rem;
  font-weight: bold;
}

.recommendation {
  margin: 80px auto;
}
.recommendation .recommendation_block {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.06);
  padding: 50px 10%;
}
.recommendation .txt {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 2;
}
.recommendation .recommendation_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}
.recommendation .recommendation_list li {
  width: calc(50% - 1rem);
  background: #ebf8f7;
  border: 1px solid #058e9d;
  font-size: 2.4rem;
  padding: 3rem;
  font-weight: bold;
  position: relative;
  padding-left: 9rem;
}
.recommendation .recommendation_list li::before {
  content: "";
  width: 4.6rem;
  height: 4.6rem;
  background: url(../img/check.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 3rem;
  transform: translateY(-50%);
}

/* コンベア型の無限スライド
   HTML側で同じスライド群を 2 セット並べておく → トラックを translateX(0 → -50%) で動かすと
   2 セット目が 1 セット目の位置に到達した瞬間に視覚上は同じ絵が来るため、ループの継ぎ目が出ない。 */
.bg02 {
  width: 100%;
  background: linear-gradient(0deg, #c7edf7 0%, #fff 80%, #fff 100%);
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
  padding: 100px 0;
}

.loop_slide {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  animation: loopSlide 40s linear infinite;
  /*
  &:hover{
  	animation-play-state: paused;  //ホバーで停止（不要なら削除可）
  }
  */
}
.loop_slide .slide_img {
  flex: 0 0 auto;
  width: 54rem;
  margin-right: 2rem; /* gap 不使用：奇数余白で半分に揃わなくなるのを防ぐ */
}
.loop_slide .slide_img img {
  width: 100%;
  height: auto;
  display: block;
}

@keyframes loopSlide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.features {
  width: 100%;
  margin-top: 110px;
}
.features .features_img {
  width: 64%;
  margin: 0 auto 9rem;
}
.features .features_ttl {
  font-size: 4rem;
  font-weight: bold;
  color: #3a5a98;
  text-align: center;
  margin-bottom: 2rem;
}
.features .txt {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 2;
  text-align: center;
}
.features .features_flow_img {
  width: 100%;
  margin: 0 auto 2rem;
}
.features .comment {
  font-size: 1.4rem;
  color: #000000;
  text-align: right;
}

.career_paths {
  width: 100%;
  padding: 120px 0;
  background: url(../img/career_paths_bg.png) center bottom;
  background-size: cover;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}
.career_paths .career_paths_ttl {
  font-size: 6rem;
  font-weight: bold;
  color: #3a5a98;
  margin-bottom: 10rem;
  text-align: center;
}
.career_paths .career_paths_block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10rem 5rem;
  margin-bottom: 7rem;
}
.career_paths .career_paths_block .career_paths_box {
  width: calc(50% - 2.5rem);
  background: #fff;
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.06);
  padding: 8rem 4rem 4rem 4rem;
  position: relative;
}
.career_paths .career_paths_block .career_paths_box .ttl {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  width: 65%;
  padding: 1rem 0.2rem;
  background: url(../img/career_paths_ttl_bg.png) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
}
@media screen and (max-width: 1200px) {
  .career_paths .career_paths_block .career_paths_box .ttl {
    width: 75%;
  }
}
@media screen and (max-width: 980px) {
  .career_paths .career_paths_block .career_paths_box .ttl {
    width: 85%;
  }
}
.career_paths .career_paths_block .career_paths_box .sub {
  background: linear-gradient(90deg, #43639c, #00a8bc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 3rem;
}
.career_paths .career_paths_block .career_paths_box .txt_box {
  position: relative;
  margin-bottom: 1.5rem;
}
.career_paths .career_paths_block .career_paths_box .txt_box .career_paths_img {
  position: absolute;
  width: 25rem;
  max-width: 190px;
  aspect-ratio: 1/1;
  top: -5rem;
  left: -6.5rem;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .career_paths .career_paths_block .career_paths_box .txt_box .career_paths_img {
    width: 18rem;
    top: -5rem;
  }
}
@media screen and (max-width: 980px) {
  .career_paths .career_paths_block .career_paths_box .txt_box .career_paths_img {
    width: 16rem;
    top: -3rem;
  }
}
.career_paths .career_paths_block .career_paths_box .txt_box .course {
  width: calc(100% + 8rem);
  position: absolute;
  top: 0;
  left: -4rem;
  background: linear-gradient(90deg, #0095a7, #2db8b4);
  font-size: 3.4rem;
  font-weight: bold;
  color: #fff;
  padding: 1rem;
  padding-left: 35%;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .career_paths .career_paths_block .career_paths_box .txt_box .course {
    font-size: 3rem;
  }
}
.career_paths .career_paths_block .career_paths_box .txt_box .txt {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 2;
  padding-left: 35%;
  padding-top: 10rem;
}
.career_paths .career_paths_block .career_paths_box .employment {
  width: 100%;
}
.career_paths .career_paths_block .career_paths_box .employment .employment_ttl {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  color: #3a5a98;
  margin-bottom: 1.5rem;
  font-weight: bold;
  /* テキストの右側を点線で埋める */
}
.career_paths .career_paths_block .career_paths_box .employment .employment_ttl::after {
  content: "";
  flex: 1;
  margin-left: 0.8em;
  border-top: 2px dotted #3a5a98;
}
.career_paths .career_paths_block .career_paths_box .employment .employment_list li {
  font-size: 1.6rem;
  line-height: 2;
}
.career_paths .qualification {
  width: 100%;
  background: #fff;
  position: relative;
  padding: 10rem 4rem 5rem 4rem;
}
.career_paths .qualification .qualification_ttl {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  background: #3a5a98;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.4em 1.8em 0.4em 1em;
  /* 左辺は垂直・右辺のみ角度をつけた台形（.common_ttl01 と同じ右上がりの傾き） */
  clip-path: polygon(0 0, 100% 0, calc(100% - 1em) 100%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 1em) 100%, 0 100%);
}
.career_paths .qualification .qualification_block {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5rem;
}
.career_paths .qualification .qualification_block .qualification_box {
  width: calc(50% - 2.5rem);
}
.career_paths .qualification .qualification_block .qualification_box .qualification_box_ttl {
  font-size: 1.8rem;
  color: #727171;
  font-weight: bold;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  /* テキストの右側を点線で埋める */
}
.career_paths .qualification .qualification_block .qualification_box .qualification_box_ttl::after {
  content: "";
  flex: 1;
  margin-left: 0.8em;
  border-top: 2px dotted #727171;
}
.career_paths .qualification .qualification_block .qualification_box .qualification_box_ttl.mt {
  margin-top: 3rem;
}
.career_paths .qualification .qualification_block .qualification_box .txt01 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1rem;
  padding-left: 1.5rem;
  position: relative;
  line-height: 2;
}
.career_paths .qualification .qualification_block .qualification_box .txt01::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #3a5a98;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}
.career_paths .qualification .qualification_block .qualification_box .txt02 {
  font-size: 1.6rem;
  line-height: 2;
}

.summary {
  margin: 80px auto;
}
.summary .summary_block {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.06);
  padding: 50px 10%;
}
.summary .txt {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 2;
}
.summary .summary_box {
  padding: 0 7rem;
}
.summary .summary_box dl {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.summary .summary_box dl dt {
  width: 18rem;
  font-size: 2rem;
  font-weight: bold;
  color: #000;
  padding: 1.5rem 0;
  position: relative;
  line-height: 2;
}
.summary .summary_box dl dt::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #3a5a98;
  position: absolute;
  bottom: 0;
  left: 0;
}
.summary .summary_box dl dd {
  width: calc(100% - 18rem);
  font-size: 2rem;
  color: #000;
  padding: 1.5rem;
  font-weight: 500;
  position: relative;
  line-height: 2;
}
.summary .summary_box dl dd::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ddd;
  position: absolute;
  bottom: 0;
  left: 0;
}
.summary .summary_box dl dd .map {
  font-size: 2rem;
  color: #3a5a98;
  padding-left: 22px;
  position: relative;
  text-decoration: underline;
}
.summary .summary_box dl dd .map::before {
  content: "";
  width: 18px;
  height: 25px;
  background: url(../img/map_icon.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.message {
  margin: 80px auto;
}
.message .message_block {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.06);
  padding: 50px 10%;
}
.message .txt {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  line-height: 2;
}
.message .sign {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.message .sign img {
  margin-left: 2rem;
}

.opencampus {
  margin: 120px auto 80px;
}
.opencampus .opencampus_block {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.06);
  padding: 100px 4% 50px;
  position: relative;
}
.opencampus .opencampus_ttl {
  position: absolute;
  width: 63%;
  top: 0;
  left: -3rem;
  transform: translateY(-50%);
}
.opencampus .opencampus_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3rem 5rem;
}
.opencampus .opencampus_flex .opencampus_txt {
  width: 53%;
}
.opencampus .opencampus_flex .opencampus_map {
  width: 37.5%;
}
.opencampus .opencampus_flex .opencampus_access {
  width: 100%;
}
.opencampus .opencampus_btn {
  position: absolute;
  top: 0;
  right: 15px;
  transform: translateY(-50%);
  width: 32%;
}
.opencampus .opencampus_btn a:hover {
  opacity: 0.9;
}

.cv_sec {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.cv_sec .cv_ttl {
  padding: 6rem 1rem 3rem;
  text-align: center;
  font-size: 3.6rem;
  font-weight: bold;
  color: #3a5a98;
}
.cv_sec .cv_ttl .large {
  font-size: 5.6rem;
}
.cv_sec .cv_btn_block {
  width: 100%;
  background: linear-gradient(to right, #43639c, #00a8bc);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 3rem;
  gap: 4rem;
}
.cv_sec .cv_btn_block .btn01 {
  width: 45%;
  max-width: 450px;
  background: #fff;
}
.cv_sec .cv_btn_block .btn01 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #3a5a98;
  font-size: 2rem;
  font-weight: bold;
  padding: 3rem 2rem;
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.06);
  position: relative;
}
.cv_sec .cv_btn_block .btn01 a::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../img/arrow01.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
}
.cv_sec .cv_btn_block .btn02 {
  width: 45%;
  max-width: 450px;
}
.cv_sec .cv_btn_block .btn02 a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(to right, #e47e3f, #feb84f);
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 3rem 2rem;
  position: relative;
  box-shadow: 0 0 46px rgba(0, 0, 0, 0.06);
}
.cv_sec .cv_btn_block .btn02 a::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background: url(../img/arrow02.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
}
.cv_sec .cv_btn_block .btn02 a .document {
  color: #e47f3f;
  background: #fff;
  border-radius: 50px;
  padding: 0.5rem 1.5rem;
  margin-left: 2rem;
  font-size: 1.8rem;
}

.ft {
  width: 100%;
  background: #fff;
}
.ft .ft_contact {
  margin-top: 5rem;
}
.ft .ft_contact .ttl {
  font-size: 2.6rem;
  color: #3a5a98;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.ft .ft_contact .ttl .line {
  padding: 0 13rem;
  position: relative;
}
.ft .ft_contact .ttl .line::before {
  content: "";
  width: 12rem;
  height: 8px;
  background: linear-gradient(to left, #43639c, #fff);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.ft .ft_contact .ttl .line::after {
  content: "";
  width: 12rem;
  height: 8px;
  background: linear-gradient(to right, #43639c, #fff);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.ft .ft_contact .txt_box {
  margin-bottom: 3rem;
  line-height: 1.2;
}
.ft .ft_contact .txt_box .txt {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1rem;
}
.ft .ft_contact .txt_box .tel_box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.ft .ft_contact .txt_box .tel_box .tel_txt {
  font-size: 2.6rem;
  font-weight: 600;
  color: #fff;
  padding: 5px 10px;
  background: #3a5a98;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ft .ft_contact .txt_box .tel_box .tel {
  font-size: 3.4rem;
  font-weight: 600;
}
.ft .ft_btn {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
.ft .ft_btn a {
  display: block;
  max-width: 380px;
}
.ft .ft_campus {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 9rem;
  margin-bottom: 8rem;
}
.ft .ft_campus .ft_campus_box {
  width: max-content;
}
.ft .ft_campus .ft_campus_box .ttl {
  font-size: 1.8rem;
  color: #000;
  font-weight: bold;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.5rem;
}
.ft .ft_campus .ft_campus_box .ttl::after {
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #43639c, #00a8bc);
  position: absolute;
  bottom: 0;
  left: 0;
}
.ft .ft_campus .ft_campus_box .txt {
  font-size: 1.6rem;
  font-weight: 500;
}
.ft .ft_copy {
  width: 100%;
  display: flex;
  justify-content: center;
  border-top: 1px solid #ddd;
  padding: 3rem 0;
  font-size: 1.4rem;
  font-weight: 500;
  color: #000;
}

.fix_bnr {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateX(20px);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.18, 1);
}
.fix_bnr.is-show {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.fix_bnr a {
  display: block;
  max-width: 80px;
}/*# sourceMappingURL=style.css.map */