@charset "utf-8";

/*-------------------------------------
  トップページ
--------------------------------------*/
.top_key .key_conts {
  position: relative;
  margin-top: -6%;
  padding-top: 2rem;
  padding-bottom: 3rem;
  overflow: hidden;
}
.top_key .key_conts::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding-top: 6.3vw;
  background-color: rgba(30, 36, 128, 0.7);
}
.top_key .key_conts::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 5.95vw);
  background-color: #1e2480;
}
.top_key .key_conts .en_text {
  position: absolute;
  z-index: 1;
  top: 2rem;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 11vw;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.5rem;
  opacity: 0.05;
}
.top_key .key_conts .inner {
  position: relative;
  z-index: 2;
}
.top_key .key_conts .key_catch {
  text-align: center;
  font-weight: 700;
  font-size: 6.5rem;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.4rem;
}
.top_key .key_conts .key_catch > i {
  font-style: italic;
}
.top_key .key_conts .key_sub {
  margin-top: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 500;
  color: #fff;
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: 0.2rem;
}
.top_key .key_conts .ul_topkey {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.top_key .key_conts .ul_topkey > li {
  width: calc((100% - 2rem) / 2);
  border-bottom: 0.2rem dotted #fff;
}
.top_key .key_conts .ul_topkey > li.w100p {
  width: 100%;
}
.top_key .key_conts .ul_topkey > li > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  padding: 1rem 0;
}
.top_key .key_conts .ul_topkey > li > a > span:first-child {
  display: block;
  width: 4.5rem;
  padding: 0.5rem;
  background-color: #11164c;
  text-align: center;
  font-weight: 700;
  font-size: 3rem;
  color: #fad216;
  line-height: 1.1;
  transition: 0.4s;
}
.top_key .key_conts .ul_topkey > li > a > span:last-child {
  display: block;
  width: calc(100% - 4.5rem);
  margin-left: 1.5rem;
  font-size: 2rem;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
.top_key .key_conts .ul_topkey > li > a > span:last-child > span {
  position: relative;
  display: inline-block;
  padding-right: 3rem;
}
.top_key .key_conts .ul_topkey > li > a > span:last-child > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0.6rem;
  bottom: 0;
  margin: auto;
  width: 1.2rem;
  height: 2rem;
  background: url("../Image/common/arrow_r_wh.png") center/cover;
  transition: 0.2s;
}
.top_key .key_conts .ul_topkey > li > a:hover > span:first-child,
.top_key .key_conts .ul_topkey > li > a:focus > span:first-child {
  background-color: #fad216;
  color: #11164c;
}
.top_key .key_conts .ul_topkey > li > a:hover > span:last-child,
.top_key .key_conts .ul_topkey > li > a:focus > span:last-child {
  color: #fad216;
}
.top_key .key_conts .ul_topkey > li > a:hover > span:last-child > span::before,
.top_key .key_conts .ul_topkey > li > a:focus > span:last-child > span::before {
  right: 0;
  background: url("../Image/common/arrow_r_ye.png") center/cover;
}

.top_bnr {
  border-bottom: 1px solid #e6e6e6;
}
.slider_bnr {
  margin-left: -0.8rem;
  margin-right: -0.8rem;
}
.slider_bnr .slick-slide {
  padding: 0 0.8rem;
}
.slider_bnr .slick-slide > a {
  position: relative;
  display: block;
}
.slider_bnr .slick-slide > a > img {
  transition: 0.4s;
}
.slider_bnr .slick-slide > a > .filter-greyscale {
  position: absolute;
}
@media screen and (min-width: 992px) {
  .slider_bnr .slick-slide > a > *:not(.filter-greyscale) {
    visibility: hidden;
  }
  .slider_bnr .slick-slide > a:hover > *:not(.filter-greyscale),
  .slider_bnr .slick-slide > a:focus > *:not(.filter-greyscale) {
    visibility: visible;
  }
  .slider_bnr .slick-slide > a:hover > .filter-greyscale,
  .slider_bnr .slick-slide > a:focus > .filter-greyscale {
    opacity: 0;
  }
}
.slider_bnr .slick-prev,
.slider_bnr .slick-next {
  width: 5rem;
  height: 5rem;
  border: 2px solid #1e2480;
  background: #fff url("../Image/common/slider_arrow_l.png") center/1rem 1.8rem no-repeat !important;
  transition: 0.4s;
}
.slider_bnr .slick-prev::before,
.slider_bnr .slick-next::before {
  display: none;
}
.slider_bnr .slick-prev {
  z-index: 2;
  left: -7rem;
}
.slider_bnr .slick-next {
  right: -7rem;
  background-image: url("../Image/common/slider_arrow_r.png") !important;
}
.slider_bnr .slick-prev:hover,
.slider_bnr .slick-prev:focus,
.slider_bnr .slick-next:hover,
.slider_bnr .slick-next:focus {
  background: #1e2480 url("../Image/common/slider_arrow_l_wh.png") center/1rem 1.8rem no-repeat !important;
}
.slider_bnr .slick-next:hover,
.slider_bnr .slick-next:focus {
  background-image: url("../Image/common/slider_arrow_r_wh.png") !important;
}

.ul_news > li + li {
  margin-top: 2.5rem;
}
.ul_news > li > .news_item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.ul_news > li > .news_item .time {
  position: relative;
  display: block;
  width: 22rem;
  padding-top: 0.8rem;
  background-color: #fff;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  transition: 0.4s;
}
.ul_news > li > .news_item .time::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.5rem;
  right: 0;
  width: 10rem;
  height: 1px;
  background-color: #222;
  transition: 0.4s;
}
.ul_news > li > .news_item .cat {
  display: block;
  width: 22rem;
  padding-left: 2rem;
  padding-right: 2rem;
  line-height: 1.3;
}
.ul_news > li > .news_item .cat > span {
  display: block;
  padding: 0.5rem;
  border: 1px solid #1e2480;
  text-align: center;
  color: #1e2480;
  font-size: 1.4rem;
  transition: 0.4s;
}
.ul_news > li > .news_item .title {
  width: calc(100% - 44rem);
  transition: 0.4s;
}
.ul_news > li > a.news_item:hover .time,
.ul_news > li > a.news_item:focus .time {
  color: #1e2480;
}
.ul_news > li > a.news_item:hover .time::before,
.ul_news > li > a.news_item:focus .time::before {
  background-color: #1e2480;
}
.ul_news > li > a.news_item:hover .cat > span,
.ul_news > li > a.news_item:focus .cat > span {
  background-color: #1e2480;
  color: #fff;
}
.ul_news > li > a.news_item:hover .title,
.ul_news > li > a.news_item:focus .title {
  color: #1e2480;
}

.top_results {
  background: url("../Image/common/bg_pat_bl.png");
  overflow: hidden;
}
.top_results .fx_results {
  margin-bottom: 2rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top_results .fx_results > * {
  width: calc((100% - 6rem) / 2);
}
.top_results .fx_results .conts_left {
  font-style: italic;
}
.top_results .fx_results .conts_left .title {
  margin-bottom: 2rem;
  font-weight: 700;
  font-size: 7rem;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.2rem;
}
.top_results .fx_results .conts_left .title > span {
  font-size: 2.8rem;
}
.top_results .fx_results .conts_left .catch {
  padding-left: 2rem;
  font-weight: 700;
  font-size: 3.2rem;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.2rem;
}
.top_results .fx_results .conts_left .catch > span {
  color: #fad216;
}
.top_results .fx_results .conts_right > ul > li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  border-bottom: 1px dotted #fff;
}
.top_results .fx_results .conts_right > ul > li .name {
  display: block;
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
.top_results .fx_results .conts_right > ul > li .name > span {
  display: block;
  font-size: 1.6rem;
}
.top_results .fx_results .conts_right > ul > li .num {
  position: relative;
  display: block;
  padding: 0 3rem;
}
.top_results .fx_results .conts_right > ul > li .num::before {
  content: "名";
  display: block;
  position: absolute;
  top: 3.5rem;
  right: 0;
  font-weight: 700;
  font-size: 2.2rem;
  color: #fff;
  line-height: 1;
}
.top_results .fx_results .conts_right > ul > li .num > span {
  display: inline-block;
  padding: 0 1rem 1rem;
  background-color: #11164c;
  font-weight: 700;
  font-size: 6rem;
  color: #fad216;
  line-height: 1.1;
  letter-spacing: 0.1rem;
}
.top_results .ul_deco {
  font-size: 1.4rem;
  color: #fff;
}

.fx_campus {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fx_campus > * {
  flex-basis: auto;
  width: calc((100% - 5rem) / 2);
}
.fx_campus > .w100p {
  width: 100%;
}
.fx_campus > .conts > dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.fx_campus > .conts > dl + dl {
  margin-top: 1rem;
}
.fx_campus > .conts > dl > dt {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 4rem) / 5);
  padding: 1.3rem 0.3rem;
  background-color: #e8e7e6;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
.fx_campus > .conts > dl > dd {
  width: calc(100% - ((100% - 4rem) / 5));
}
.fx_campus > .conts > dl > dd > ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.fx_campus > .conts > dl > dd > ul > li {
  margin-left: 1rem;
  width: calc((100% - 4.1rem) / 4);
  border: 1px solid #e8e7e6;
}
@media screen and (min-width: 768px) {
  .fx_campus > .conts > dl > dd > ul > li:nth-child(n + 5) {
    margin-top: 1rem;
  }
}
.fx_campus > .conts > dl > dd > ul > li > a {
  position: relative;
  display: block;
  padding: 1.3rem 0.3rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.05rem;
}
.fx_campus > .conts > dl > dd > ul > li > a > span {
  position: relative;
  z-index: 1;
  display: block;
  transition: 0.2s;
}
.fx_campus > .conts > dl > dd > ul > li > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: #1e2480;
  transition: 0.2s;
}
.fx_campus > .conts > dl > dd > ul > li > a:hover::after,
.fx_campus > .conts > dl > dd > ul > li > a:focus::after {
  width: 100%;
}
.fx_campus > .conts > dl > dd > ul > li > a:hover > span,
.fx_campus > .conts > dl > dd > ul > li > a:focus > span {
  color: #fff;
}

.top_exam {
  position: relative;
  overflow: hidden;
}
.top_exam .infiniteslide_wrap,
.top_exam .infinite_exam {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.top_exam .infinite_exam > li {
  height: 100%;
}
.top_exam .infinite_exam > li > img {
  width: auto;
  height: 100%;
}
.top_exam .box_exam_guide {
  position: relative;
  z-index: 1;
  padding: 4rem 2rem;
}
.top_exam .box_exam_guide .inr {
  width: 100%;
  max-width: 52rem;
  margin: 0 auto;
  padding: 4rem;
  background-color: rgba(30, 36, 128, 0.9);
  color: #fff;
}
.top_exam .box_exam_guide .inr .text {
  text-align: center;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1rem;
}
.ttl_bd_sub {
  margin: 0 auto;
  margin-bottom: 3rem;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1rem;
}
.ttl_bd_sub > .box_ib {
  display: inline-block;
}
.ttl_bd_sub > .box_ib > .yellow {
  margin-bottom: 0.6rem;
  font-weight: 700;
  font-size: 2.2rem;
  color: #fad216;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.ttl_bd_sub > .box_ib > .title {
  position: relative;
  z-index: 1;
  display: block;
  line-height: 1.3;
}
.ttl_bd_sub > .box_ib > .title::before,
.ttl_bd_sub > .box_ib > .title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8rem;
  height: 2px;
  background-color: #fff;
}
.ttl_bd_sub > .box_ib > .title::before {
  left: 0;
}
.ttl_bd_sub > .box_ib > .title::after {
  right: 0;
}
.ttl_bd_sub > .box_ib > .sub {
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 4.8rem;
  line-height: 1.3;
}
.ttl_bd_sub > .box_ib > .sub > span {
  position: relative;
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #fff;
}

/*--------------------------------------------
  department
--------------------------------------------*/
.fx_catch {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.fx_catch > * {
  width: calc((100% - 5rem) / 2);
}
.fx_catch > .conts .title {
  margin-bottom: 3rem;
  font-weight: 700;
  font-size: 7rem;
  color: #1e2480;
  line-height: 1.3;
  letter-spacing: 0.2rem;
}
.fx_catch > .conts .text {
  line-height: 2;
  letter-spacing: 0.1rem;
}

.sec_pass {
  position: relative;
  overflow: hidden;
}
.sec_pass > * {
  position: relative;
  z-index: 1;
}
.sec_pass::before,
.sec_pass::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: url("../Image/common/bg_pat_bl.png");
}
.sec_pass::before {
  top: 0;
  height: 56rem;
}
.sec_pass::after {
  display: none;
  bottom: 0;
  height: 30rem;
}
.sec_pass_all {
  position: relative;
  overflow: hidden;
  background: url("../Image/common/bg_pat_bl.png");
}
.box_ribonlabel {
  position: relative;
  padding-top: 5rem;
}
.box_ribonlabel > .wrap_ofi {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 2rem;
  width: 70%;
  padding-top: 0;
}
.box_ribonlabel > .conts {
  position: relative;
  width: 100%;
  max-width: 70rem;
  margin-left: auto;
  padding: 5rem;
  background-color: #fff;
}
.box_ribonlabel > .conts .ribon {
  margin-bottom: 2rem;
}
.box_ribonlabel > .conts .ribon > span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 1rem 8rem 1rem 0;
  font-weight: 500;
  font-size: 2.8rem;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.2rem;
}
.box_ribonlabel > .conts .ribon > span::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: -7rem;
  right: 0;
  bottom: 0;
  background-color: #1e2480;
}
.box_ribonlabel > .conts .ribon > span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: -7rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 2rem 2rem 0;
  border-color: transparent #11164c transparent transparent;
}
.box_ribonlabel > .conts .title {
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
.box_ribonlabel > .conts .title > span {
  line-height: 1.2;
}
.box_ribonlabel > .conts .text {
  line-height: 2;
  letter-spacing: 0.1rem;
}
.fx_point {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fx_point > .item {
  margin-top: 5rem;
  width: calc((100% - 5rem) / 2);
}
.fx_point > .item .wrap_ofi {
  padding-top: 50%;
}
.fx_point > .item .wrap_ofi .title {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 2rem;
  width: 38rem;
  padding: 1rem 2rem;
  font-weight: 500;
  font-size: 3rem;
  color: #1e2480;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
.fx_point > .item .wrap_ofi .title::before,
.fx_point > .item .wrap_ofi .title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fx_point > .item .wrap_ofi .title::before {
  z-index: -1;
  background-color: #fff;
}
.fx_point > .item .wrap_ofi .title::after {
  z-index: -2;
  background-color: #1e2480;
  transform: translate(0.5rem, 0.5rem);
}
.fx_point > .item .text {
  margin-top: 2rem;
  line-height: 2;
  letter-spacing: 0.1rem;
}
.pass_voice {
  position: relative;
  margin-top: 6rem;
  border: 1px solid #222;
  background: url("../Image/common/bg_pat_note.png");
}
.pass_voice.mgt0 {
  margin-top: 0;
}
.pass_voice::before,
.pass_voice::after,
.pass_voice > .inr::before,
.pass_voice > .inr::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 5rem;
  height: 5rem;
}
.pass_voice::before {
  top: 0;
  left: 0;
  border-top: 0.5rem solid #222;
  border-left: 0.5rem solid #222;
}
.pass_voice::after {
  top: 0;
  right: 0;
  border-top: 0.5rem solid #222;
  border-right: 0.5rem solid #222;
}
.pass_voice > .inr::before {
  left: 0;
  bottom: 0;
  border-left: 0.5rem solid #222;
  border-bottom: 0.5rem solid #222;
}
.pass_voice > .inr::after {
  right: 0;
  bottom: 0;
  border-right: 0.5rem solid #222;
  border-bottom: 0.5rem solid #222;
}
.pass_voice > .inr {
  padding: 4rem 4rem 4rem;
}
.pass_voice > .inr .ttl_pass {
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.pass_voice > .inr .ttl_pass .deco {
  position: relative;
  display: inline-block;
  padding-left: 12rem;
  padding-right: 12rem;
}
.pass_voice > .inr .ttl_pass .deco::before,
.pass_voice > .inr .ttl_pass .deco::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50vw;
  height: 30px;
  background: url("../Image/common/bd_pat_bl.png");
}
.pass_voice > .inr .ttl_pass .deco::before {
  left: 100%;
}
.pass_voice > .inr .ttl_pass .deco::after {
  right: 100%;
}
.pass_voice > .inr .ttl_pass .deco .title {
  position: relative;
  font-weight: 500;
  font-size: 4.8rem;
  color: #1e2480;
  line-height: 1.3;
  letter-spacing: 0.2rem;
}
.pass_voice > .inr .ttl_pass .deco .title::before,
.pass_voice > .inr .ttl_pass .deco .title::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 5rem;
  height: 9rem;
}
.pass_voice > .inr .ttl_pass .deco .title::before {
  left: -8rem;
  background: url("../Image/common/deco_left_bl.png") center/contain no-repeat;
}
.pass_voice > .inr .ttl_pass .deco .title::after {
  right: -8rem;
  background: url("../Image/common/deco_right_bl.png") center/contain no-repeat;
}
.pass_voice > .inr .ttl_pass .deco .sub {
  position: relative;
  margin-top: 0.5rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
.pass_voice > .inr .ttl_pass .deco .sub::before,
.pass_voice > .inr .ttl_pass .deco .sub::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 0.4rem;
}
.pass_voice > .inr .ttl_pass .deco .sub::before {
  width: 10rem;
  background-color: #222;
}
.pass_voice > .inr .ttl_pass .deco .sub::after {
  width: 2rem;
  background-color: #1e2480;
}
.fx_pass {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fx_pass.col2 > .item {
  width: calc((100% - 4rem) / 2);
}
.fx_pass.col3 > .item {
  width: calc((100% - 8rem) / 3);
}
.fx_pass.col4 > .item {
  width: calc((100% - 12rem) / 4);
}
.fx_pass > .item {
  margin-top: 3.5rem;
}
.fx_pass > .item > .label {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  padding: 0.5rem 1rem;
  border: 2px solid #1e2480;
  border-radius: 3rem;
  font-weight: 500;
  text-align: center;
  color: #1e2480;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
.fx_pass > .item > .text {
  font-size: 1.4rem;
  letter-spacing: 0.05rem;
}

.bg_deco_tb {
  position: relative;
  overflow: hidden;
}
.bg_deco_tb > * {
  position: relative;
  z-index: 1;
}
.bg_deco_tb::before,
.bg_deco_tb::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: url("../Image/common/bg_pat_bl.png");
}
.bg_deco_tb::before {
  top: 0;
  height: 56rem;
}
.bg_deco_tb::after {
  bottom: 0;
  height: 30rem;
}
.fx_course {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fx_course > .item {
  position: relative;
  width: calc((100% - 5rem) / 2);
  margin-top: 5rem;
  padding: 5rem;
  background-color: #fff;
  border: 5px solid #1e2480;
}
.fx_course > .item.w100p {
  width: 100%;
}
.fx_course > .item > .label {
  position: absolute;
  top: 0;
  left: 0;
  width: 6.5rem;
  height: 6.5rem;
  padding-top: 2.3rem;
  background-color: #1e2480;
  text-align: center;
  font-weight: 500;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1rem;
}
.fx_course > .item > .inr_maxw {
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}
.fx_course > .item > .title,
.fx_course > .item > .inr_maxw > .title {
  position: relative;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  text-align: center;
  font-weight: 500;
  font-size: 3.2rem;
  color: #1e2480;
  line-height: 1.3;
  letter-spacing: 0.2rem;
}
.fx_course > .item > .title::before,
.fx_course > .item > .inr_maxw > .title::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10rem;
  height: 0.4rem;
  background-color: #222;
}
.fx_course > .item > .text,
.fx_course > .item > .inr_maxw > .text {
  line-height: 2;
  letter-spacing: 0.1rem;
}
.fx_course.clear > .item {
  border: 2px solid #e8e7e6;
}
.fx_course > .item > .title,
.fx_course > .item > .inr_maxw > .title {
  color: #222;
}

.sec_sns {
  background-color: #1e2480;
}
.sec_sns > .inner > .text {
  margin-bottom: 2rem;
  text-align: center;
}
.sec_sns > .inner > .text > span {
  position: relative;
  display: inline-block;
  padding: 0 5rem 2rem;
  font-size: 1.8rem;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
.sec_sns > .inner > .text > span::before,
.sec_sns > .inner > .text > span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #fff;
}
.sec_sns > .inner > .text > span::before {
  left: 0;
  transform: rotate(-40deg);
  transform-origin: top left;
}
.sec_sns > .inner > .text > span::after {
  right: 0;
  transform: rotate(40deg);
  transform-origin: top right;
}
.sec_sns > .inner > .ul_sns {
  text-align: center;
}
.sec_sns > .inner > .ul_sns > li {
  display: inline-block;
}
.sec_sns > .inner > .ul_sns > li + li {
  margin-left: 4rem;
}
.sec_sns > .inner > .ul_sns > li > a {
  display: block;
}
.sec_sns > .inner > .ul_sns > li > a > img {
  transition: 0.4s;
  backface-visibility: hidden;
}
.sec_sns > .inner > .ul_sns > li > a:hover > img,
.sec_sns > .inner > .ul_sns > li > a:focus > img {
  transform: rotate(360deg);
  opacity: 0.9;
}

/*-------------------------------------
  SCHOOL
--------------------------------------*/
.fx_courselist {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fx_courselist > .item {
  margin-top: 3rem;
  width: calc((100% - 5rem) / 2);
}
.fx_courselist.item_full > .item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .fx_courselist.mgt0:not(.item_full) > .item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .fx_courselist.mgt0.item_full > .item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .fx_courselist.mgt0 > .item:first-child {
    margin-top: 0;
  }
}
.fx_courselist > .item.w100p {
  width: 100%;
}
.fx_courselist > .item > ul {
  margin-top: 1.5rem;
  padding: 1.8rem;
  height: calc(100% - 5.5rem);
  border: 1px solid #e9e9e9;
}
@media screen and (min-width: 768px) {
  .fx_courselist > .item .under_ttl02 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    min-height: 6rem;
    /*height: 100%;*/
    padding: 0.7rem 2rem;
  }
  .fx_courselist.a_h100p > .item .under_ttl02 {
    height: 100%;
  }
  .fx_courselist > .item .under_ttl02 > * {
    width: 100%;
  }
  .fx_courselist > .item > ul {
    height: calc(100% - 7.5rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .fx_courselist > .item .under_ttl02 {
    min-height: 5rem;
  }
  .fx_courselist > .item > ul {
    height: calc(100% - 6.5rem);
  }
}

.fx_courselist > .item > ul > li + li {
  margin-top: 0.5rem;
}
.fx_courselist > .item > ul > li > a {
  position: relative;
  display: block;
  padding: 0.3rem;
  padding-left: 2.5rem;
  line-height: 1.5;
}
.fx_courselist > .item > ul > li > a::before {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  color: #1e2480;
  line-height: 2.14;
}
.fx_courselist > .item > ul > li > a:hover,
.fx_courselist > .item > ul > li > a:focus {
  color: #1e2480;
}

.sec_notice {
  background: #f5f5f5;
}
.sec_notice .wrap_notice {
  padding: 10rem 5rem 5rem;
  background-color: #fff;
}
.sec_notice .wrap_notice .slick-list {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.sec_notice .wrap_notice .slick-track {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: stretch;
}
.sec_notice .wrap_notice .slick-track::before,
.sec_notice .wrap_notice .slick-track::after {
  display: none;
}
.sec_notice .wrap_notice .slick-list .slick-slide {
  height: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  float: none;
}
.sec_notice .wrap_notice .slick-list .slick-slide > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding: 2.5rem;
  border: 2px solid #cfd3d8;
  outline: none;
}
.sec_notice .wrap_notice .slick-list .slick-slide > a .wrap_ofi {
  width: 25%;
  padding-top: 20%;
  overflow: hidden;
}
.sec_notice .wrap_notice .slick-list .slick-slide > a .wrap_ofi::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.4s;
}
.sec_notice .wrap_notice .slick-list .slick-slide > a .wrap_ofi img {
  transition: 0.4s;
  backface-visibility: hidden;
}
.sec_notice .wrap_notice .slick-list .slick-slide > a .conts {
  width: 75%;
  padding-left: 2rem;
}
.sec_notice .wrap_notice .slick-list .slick-slide > a .title {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.1;
  letter-spacing: 0.1rem;
}
.sec_notice .wrap_notice .slick-list .slick-slide > a:hover .wrap_ofi:after,
.sec_notice .wrap_notice .slick-list .slick-slide > a:focus .wrap_ofi:after {
  opacity: 1;
}
.sec_notice .wrap_notice .slick-list .slick-slide > a:hover .wrap_ofi img,
.sec_notice .wrap_notice .slick-list .slick-slide > a:focus .wrap_ofi img {
  transform: scale(1.2);
}
.sec_notice .wrap_notice .slick-list .slick-slide > a:hover,
.sec_notice .wrap_notice .slick-list .slick-slide > a:focus {
  color: #1e2480;
}
.sec_notice .slick-prev,
.sec_notice .slick-next {
  z-index: 1;
  top: -10rem;
  width: 12rem;
  height: auto;
  padding: 1.3rem 2rem;
  background-color: #1e2480;
  color: #fff;
  line-height: 1;
  transition: 0.2s;
}
.sec_notice .slick-prev.slick-disabled,
.sec_notice .slick-next.slick-disabled {
  pointer-events: none;
  background-color: #555;
}
.sec_notice .slick-prev {
  left: auto;
  right: 7.1rem;
  text-align: left;
}
.sec_notice .slick-prev::before {
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 2rem;
}
.sec_notice .slick-next {
  right: -5rem;
  text-align: right;
}
.sec_notice .slick-next::before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 2rem;
}
.sec_notice .slick-prev:not(.slick-disabled):hover,
.sec_notice .slick-prev:not(.slick-disabled):focus,
.sec_notice .slick-next:not(.slick-disabled):hover,
.sec_notice .slick-next:not(.slick-disabled):focus {
  background-color: #1e2480;
  opacity: 0.7;
}

.sec_calendar {
  overflow: hidden;
}
.sec_calendar .ai1ec-calendar-toolbar,
.sec_calendar .ai1ec-calendar-view .ai1ec-pull-left {
  display: none;
}
.sec_calendar .ai1ec-calendar-view .ai1ec-btn-toolbar {
  text-align: center;
}
.sec_calendar .ai1ec-calendar-view .ai1ec-btn-toolbar .ai1ec-btn-group {
  margin: 0 0 2rem;
  float: none;
}
.sec_calendar .ai1ec-word-wrap.ai1ec-month-view .ai1ec-event {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.sec_calendar .ai1ec-views-dropdown {
  display: none;
}
.sec_calendar .ai1ec-calendar-view .ai1ec-agenda-buttons {
  display: none;
}
.ai1ec-event-summary-footer,
.ai1ec-agenda-view .ai1ec-actions,
.post-edit-link {
  display: none !important;
}
.ai1ec-popup .ai1ec-load-event,
.p-category {
  cursor: default;
  pointer-events: none;
}
@media screen and (min-width: 576px) {
  .sec_calendar .ai1ec-agenda-view .ai1ec-date {
    padding: 1rem;
  }
  .sec_calendar .ai1ec-agenda-view .ai1ec-date-events {
    justify-content: space-between;
    align-items: flex-start;
  }
  .sec_calendar .ai1ec-agenda-view .ai1ec-event {
    width: calc((100% - 2rem) / 2);
  }
  .sec_calendar .ai1ec-agenda-view .ai1ec-event + .ai1ec-event {
    margin: 6.5px 0;
  }
}

.sec_blog {
  background: url(../Image/common/bg_pat_gy.png);
}
.box_bd_bl {
  margin-top: 4rem;
  padding: 0rem 6rem 4rem;
  border: 0.5rem solid #1e2480;
  background-color: #fff;
}
.box_bd_bl .title_wrap {
  margin-top: -5rem;
  text-align: center;
}
.box_bd_bl .title_wrap > .inr {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 5rem;
}
.box_bd_bl .title_wrap > .inr::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0.8rem;
  background-color: #fff;
  transform: translateY(4.4rem);
}
.box_bd_bl .title_wrap > .inr > .title {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.1;
  letter-spacing: 0.1rem;
}
.box_bd_bl .title_wrap > .inr > .en {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-size: 4.8rem;
  line-height: 1.1;
  letter-spacing: 0.1rem;
}
.fx_blog {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  min-height: 30%;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.fx_blog > .item {
  width: calc(100% / 3);
  margin-top: 3rem;
  padding: 0 1.5rem;
}
.fx_blog > .item > a {
  display: block;
  height: 100%;
  padding: 2rem;
  border: 0.2rem solid #1e2480;
}
@media screen and (min-width: 768px) {
  .fx_blog > .item > a {
    min-height: 20rem;
  }
}
.fx_blog > .item.i_fixed > a {
  position: relative;
  background-color: #f0f0ff;
}
.fx_blog > .item.i_fixed > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../Image/common/icon_pin.png") center/ contain no-repeat;
}
.fx_blog > .item > a .cat {
  display: inline-block;
  z-index: 1;
  top: 0;
  left: 0;
  padding: 0.8rem;
  background-color: #1e2480;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 0.1rem;
}
.fx_blog > .item > a .text {
  margin-top: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.1rem;
  transition: 0.4s;
}
.fx_blog > .item > a .text > time {
  display: block;
  font-family: "Roboto", sans-serif;
}
.fx_blog > .item > a:hover,
.fx_blog > .item > a:focus {
  background-color: #f5f5f5;
}
.fx_blog > .item > a:hover .text,
.fx_blog > .item > a:focus .text {
  color: #1e2480;
}

.sec_sc_course {
  background: url(../Image/common/bg_pat_bl.png);
}
.fx_sc_course {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
.fx_sc_course > li {
  width: calc(100% / 3);
  margin-top: 1.2rem;
  padding: 0 0.6rem;
  text-align: center;
}
.fx_sc_course > li > a {
  display: inline-block;
  vertical-align: top;
}
.fx_sc_course > li > a:hover,
.fx_sc_course > li > a:focus {
  opacity: 0.8;
}

.sec_sc_staff {
  overflow: hidden;
}
.sec_sc_staff .fx_course {
  margin-top: -5rem;
}
.sec_sc_staff .fx_course > .item > .title {
  font-size: 2.4rem;
  overflow: hidden;
}
.sec_sc_staff .fx_course > .item > .title::before {
  background-color: #1e2480;
}
.sec_sc_staff .fx_course > .item > .title .inr {
  position: relative;
  display: inline-block;
  min-width: 26rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.sec_sc_staff .fx_course > .item > .title .inr::before,
.sec_sc_staff .fx_course > .item > .title .inr::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 50vw;
  height: 20px;
  background: url("../Image/common/bd_pat_bl.png");
}
.sec_sc_staff .fx_course > .item > .title .inr::before {
  left: 100%;
}
.sec_sc_staff .fx_course > .item > .title .inr::after {
  right: 100%;
}
.sec_sc_staff .fx_course > .item > .title .inr .h_text {
  color: #1e2480;
}

.sec_sc_consul {
  position: relative;
  background-color: #1e2480;
}
.sec_sc_consul > .wrap_ofi {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  padding-top: 0;
}
.sec_sc_consul > .inner > .conts {
  width: 50%;
}
.sec_sc_consul > .inner > .conts > .text {
  text-align: center;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.1rem;
}

.fx_sc_info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
.fx_sc_info > .conts {
  width: 50%;
  padding-right: 4rem;
  letter-spacing: 0.1rem;
}
.fx_sc_info > .conts > .title {
  font-weight: 900;
  font-size: 4rem;
  color: #1e2480;
  line-height: 1.3;
}
.fx_sc_info > .conts > .title .sm {
  font-size: 2.8rem;
}
.fx_sc_info > .conts > .sub_title {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.3;
}
.fx_sc_info > .conts > .text + .text {
  margin-top: 1rem;
}
.fx_sc_info > .conts > .text > span {
  font-weight: 500;
}
.fx_sc_info > .imgbox {
  width: 50%;
}
.fx_sc_info > .imgbox > div > img {
  border: 0.5rem solid #cccccc;
}

.sec_sc_course_list {
  position: relative;
}
.sec_sc_course_list::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 35rem;
  max-height: 100%;
  background: #1e2480;
}
.sec_sc_course_list > * {
  position: relative;
  z-index: 1;
}
.sec_sc_course_list .fx_sc_course_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec_sc_course_list .fx_sc_course_list > li {
  margin-top: 5rem;
  width: calc((100% - 5rem) / 2);
  background-color: #fff;
  border: 0.5rem solid #1e2480;
}
.sec_sc_course_list .fx_sc_course_list > li > a {
  display: block;
  height: 100%;
}
.sec_sc_course_list .fx_sc_course_list > li > a:hover,
.sec_sc_course_list .fx_sc_course_list > li > a:focus {
  background: #f5f5f5;
}
.sec_sc_course_list .fx_sc_course_list > li > a .wrap_ofi {
  padding-top: 72%;
  border-bottom: 1px solid #e9e9e9;
}
.sec_sc_course_list .fx_sc_course_list > li > a .wrap_ofi .ofi {
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
}
.sec_sc_course_list .fx_sc_course_list > li > a .conts {
  position: relative;
  padding: 3rem 3rem 4rem;
}
.sec_sc_course_list .fx_sc_course_list > li > a .conts::before {
  content: "";
  display: block;
  position: absolute;
  right: 2rem;
  bottom: 1rem;
  width: 1.8rem;
  height: 0.6rem;
  background: url("../Image/common/arrow_r02_bl.png") center/contain no-repeat;
  transition: 0.2s;
}
.sec_sc_course_list .fx_sc_course_list > li > a:hover .conts::before,
.sec_sc_course_list .fx_sc_course_list > li > a:focus .conts::before {
  right: 1rem;
}
.sec_sc_course_list .fx_sc_course_list > li > a .conts .title {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2rem;
  color: #1e2480;
  line-height: 1.3;
  letter-spacing: 0.1rem;
}
.sec_sc_course_list .fx_sc_course_list > li > a .conts .text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 2;
}

/*-------------------------------------
  お問い合わせ
--------------------------------------*/
input:not([type="radio"]):not([type="checkbox"]),
select,
textarea {
  width: 100%;
  font-size: 1.4rem;
  padding: 1rem;
  border: 1px solid #eee;
  line-height: 1.3;
}
select {
  padding: 0.8rem 1rem;
}
.ios select {
  -webkit-appearance: button;
  appearance: button;
  padding: 0.8rem 1rem;
}
textarea {
  min-height: 20rem;
}

.contact_f th,
.contact_f td {
  border: 1px solid #ddd;
}
.contact_f th {
  width: 30%;
  padding: 2rem 2.5rem;
  background: #efefef;
  line-height: 1;
}
.contact_f > tbody > tr:not(:first-child) > th {
  text-align: left;
  white-space: nowrap;
}
.contact_f td {
  padding: 1.5rem 1.5rem 1.5rem 3.5rem;
}
.contact_f td .postal_mark {
  margin-right: 0.8rem;
}
/*.contact_f tr:nth-child(10) td{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}*/
.contact_f td label {
  width: 100%;
  display: block;
  padding: 0.5rem 0;
}
.contact_f .must-fill {
  display: inline-block;
  margin-right: 1rem;
  padding: 0.5rem;
  background: #bc1915;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
}
.contact_f .not_must-fill {
  display: inline-block;
  margin-right: 1rem;
  padding: 0.5rem;
  background: #777;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
}
.contact_f .long {
  max-width: 70%;
}
.contact_f .middle {
  max-width: 50%;
}
.contact_f .short {
  max-width: 30%;
}
input:not([type="radio"]):not([type="checkbox"]),
select,
textarea {
  border: 1px solid #ddd;
}
.contact_f .item {
  width: 85%;
  margin: 0 auto 3rem;
}
.submit_area {
  text-align: center;
}
.submit_area > button + button {
  margin-left: 1rem;
}
.mw_wp_form_input .text_confirm,
.mw_wp_form_confirm .text_input {
  display: none;
}
.btn_submit {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 28rem;
  padding: 1.5rem 3.5rem;
  background-color: #11164c;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  border: none;
  cursor: pointer;
}
.btn_submit::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  width: 0.6rem;
  height: 1rem;
  background: url("../Image/common/arrow_r_wh.png") center/contain no-repeat;
}
.btn_submit::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.2s;
}
.btn_cancel {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 28rem;
  padding: 1.5rem 3.5rem;
  background-color: #e9e9e9;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  border: none;
  cursor: pointer;
}
.btn_cancel::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 2rem;
  bottom: 0;
  margin: auto;
  width: 0.6rem;
  height: 1rem;
  background: url("../Image/common/arrow_r_bl.png") center/contain no-repeat;
}
.btn_cancel::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.2s;
}
.btn_cancel:hover::after,
.btn_cancel:focus::after,
.btn_submit:hover::after,
.btn_submit:focus::after {
  width: 100%;
}

#contact_thanks .under_sec p {
  line-height: 2.8;
}

/*-------------------------------------
  COMPANY
--------------------------------------*/
#company table.outline {
  width: 90%;
  margin: auto;
}
#company table.outline th,
#company table.outline td {
  border: 1px solid #ddd;
  padding: 1.5rem;
}
#company table.outline th:not(.s_ttl) {
  background: #1e2480;
  color: #fff;
}
#company table.outline th.s_ttl {
  background: #f5f5f5;
}
@media (min-width: 992px) {
  #company table.outline td a:hover {
    text-decoration: underline;
  }
}

/*-------------------------------------
  理事長からの挨拶
--------------------------------------*/
#president .box {
  display: flex;
  justify-content: space-between;
}
#president .box .img_area {
  width: 21%;
}
#president .box .txt_area {
  width: 74%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#president .box .txt_area p:first-child {
  line-height: 2;
}
#president .box .txt_area p:last-child {
  text-align: right;
}

/*-------------------------------------
  プライバシーポリシー
--------------------------------------*/
#privacy .under_ttl02 {
  margin-bottom: 1rem;
}
#privacy .pr_list dd {
  margin-bottom: 3rem;
}
#privacy .pr_list p {
  margin-bottom: 2rem;
}
#privacy .pr_list p:last-child {
  margin-bottom: 0;
}
#privacy .pr_list .in_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 80%;
}
#privacy .pr_list .in_list li {
  width: 49%;
  padding: 0.5rem 0;
  font-weight: bold;
}
#privacy .txt_area {
  margin-bottom: 3rem;
}
#privacy ul.txt_area {
  border-top: 1px solid #ddd;
  padding-top: 3rem;
  text-align: right;
}

/*-------------------------------------
  メディア情報
--------------------------------------*/
#media ul.media_list li {
  border-bottom: 1px solid #ddd;
  padding: 2rem 1rem;
}
#media ul.media_list li:first-child {
  padding-top: 0;
}
#media ul.media_list_02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#media ul.media_list_02 li {
  width: 49%;
}
#media ul.media_list_02 li .img_area {
  width: 85%;
  margin: 0 auto 1.5rem;
  text-align: center;
}
#media ul.media_list_02 li img {
  max-width: 100%;
}
#media ul.media_list_02 li .txt_area {
  padding: 0 4rem 4rem 4rem;
}
#media ul.media_list_02 li .txt_area a {
  color: #1e2480;
  word-break: break-all;
}
#media ul.media_list_02 li .txt_area span {
  margin-right: 1rem;
}

#media #modal-content {
  width: 80%;
  margin: 0;
  padding: 0;
  background: #fff;
  position: fixed;
  display: none;
  z-index: 99999;
}

#media #modal-content .inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
}

#media #modal-content .inner #player {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#media #modal-overlay {
  z-index: 9999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

/*-------------------------------------
  新聞掲載広告
--------------------------------------*/
#newspaper .img_box {
  text-align: center;
}
#newspaper .img_box img {
  max-width: 100%;
}

/*-------------------------------------
  東京アカデミーグループの教育事業・社会貢献事業
--------------------------------------*/
#social-contribution ul.social_list {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
#social-contribution ul.social_list li {
  border: 1px solid #ddd;
  padding: 3rem;
  width: 33%;
}
#social-contribution ul.social_list li .num {
  font-size: 2.5rem;
  color: #1e2480;
}
#social-contribution ul.social_list_02 {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#social-contribution ul.social_list_02 li {
  border: 1px solid #ddd;
  padding: 3rem;
  width: 49%;
  margin-top: 2rem;
}
@media screen and (min-width: 992px) {
  #social-contribution ul.social_list_02 li:nth-child(-n + 2) {
    margin-top: 0;
  }
}
#social-contribution ul.social_list_02 li .wrapp {
  display: flex;
}
#social-contribution ul.social_list_02 li .wrapp .in_box:first-child {
  margin-right: 5rem;
}
#social-contribution ul.social_list_02 li .num {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #1e2480;
}
#social-contribution ul.social_list_02 li .num:last-child {
  margin-bottom: 0;
}
#social-contribution .annotation {
  font-size: 1.3rem;
  font-weight: normal;
}

/*-------------------------------------
  社員への取り組み
--------------------------------------*/
#training ul.training_list li {
  border-bottom: 1px solid #ddd;
  padding: 2rem 1rem;
}
#training ul.training_list li:first-child {
  padding-top: 0;
}
#training ul.training_list li > p {
  font-weight: bold;
}
#training .fx_col.left_img > .item:first-child {
  width: 30%;
}
#training .fx_col .item .under_ttl02 {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 768px) {
  #training .fx_col.left_img > .item:last-child {
    width: 70%;
  }
}

/*-------------------------------------
  学校関係者の皆様へ
--------------------------------------*/
#visitor .visitor_list {
  display: flex;
}
#visitor .visitor_list li {
  margin-right: 2rem;
  width: 25%;
}
#visitor .visitor_list li > a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  height: 100%;
}

/*-------------------------------------
  よくあるお問い合わせ
--------------------------------------*/
.faq_box,
.faq_list,
.close_box {
  display: none;
}
#faq .faq_list dd {
  padding: 2.5rem;
  border: 1px solid #e8e7e6;
}
#faq .under_ttl01,
#faq .under_ttl02 {
  cursor: pointer;
  transition-duration: 0.3s;
  position: relative;
}
#faq .under_ttl01:before,
#faq .under_ttl02:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 2rem;
  bottom: 0;
  margin: auto;
  width: 3.8rem;
  height: 3.8rem;
  background: url(../Image/faq/icon_plus_01.png) center/contain no-repeat;
}
#faq .under_ttl01.open:before {
  background: url(../Image/faq/icon_minus_01.png) center/contain no-repeat;
}
#faq .under_ttl02:before {
  background: url(../Image/faq/icon_plus_02.png) center/contain no-repeat;
}
#faq .under_ttl02.open:before {
  background: url(../Image/faq/icon_minus_02.png) center/contain no-repeat;
}
#faq .faq_list + .under_ttl02 {
  border-top: 1px solid #1e2480;
}
#faq .faq_list {
  padding-top: 2rem;
  /*padding-bottom: 3rem;*/
}
#faq .faq_list .open_btn {
  position: relative;
  margin-bottom: 0;
  padding: 0rem 7rem 1rem 0rem;
  cursor: pointer;
  transition-duration: 0.3s;
}
#faq .faq_list .open_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 2rem;
  bottom: 0;
  margin: auto;
  width: 2.2rem;
  height: 2.1rem;
  background: url(../Image/faq/icon_plus_03.png) center/contain no-repeat;
}
#faq .faq_list .open_btn.open:before {
  background: url(../Image/faq/icon_minus_03.png) center/contain no-repeat;
}
#faq .faq_list .close_box + .open_btn {
  padding-top: 2rem;
}
#faq .faq_list .close_box ul.in_list li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
#faq .faq_list .close_box ul.in_list li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0.4rem;
  color: #1e2480;
  line-height: 2.8;
}
#faq .faq_list .close_box a {
  color: #1e2480;
}
#faq .faq_list .close_box img {
  margin-top: 1.5rem;
}

/*-------------------------------------
  TAネット―ワーク
--------------------------------------*/
/*事業概要*/
#ta-network_company .list-style li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
#ta-network_company .list-style li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: block;
  position: absolute;
  top: 0.4rem;
  left: 0;
  font-size: 1rem;
  color: #1e2480;
  line-height: 1.65;
}

/*仕事紹介*/
#ta-network_work .list_flow {
  margin-bottom: 3.5rem;
}
#ta-network_work .list_flow li {
  background: #efefef;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  padding: 0 1rem 0 0;
  position: relative;
}
#ta-network_work .list_flow li:before {
  content: "";
  border-top: 15px solid #999999;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -22%;
  left: 50%;
  transform: translate(-50%);
}
#ta-network_work .list_flow li:last-child:before {
  display: none;
}
#ta-network_work .list_flow li .box {
  background: #11164c;
  color: #fff;
  padding: 1rem;
  margin-right: 1rem;
  width: 25%;
  text-align: center;
}
#ta-network_work .list_flow li:fast-child {
  margin-top: 0;
}
#ta-network_work .point_txt {
  font-size: 2rem;
  font-weight: 600;
}

#ta-network_new-graduate .item .under_ttl02 {
  margin-bottom: 0rem;
}

#ta-network_new-graduate label {
  transition-duration: 0.3s;
}
#ta-network_new-graduate .fx_courselist {
  justify-content: initial;
}
#ta-network_new-graduate .fx_courselist > .item {
  width: calc((100% - 5rem) / 3);
  margin-right: 2rem;
}
#ta-network_new-graduate .fx_courselist > .item:nth-child(3n) {
  margin-right: 0;
}
#ta-network_new-graduate .fx_courselist {
  margin-bottom: 5rem;
}
#ta-network_new-graduate .list_style li {
  position: relative;
  padding: 0 0 0 1.5rem;
}
#ta-network_new-graduate .list_style li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: block;
  position: absolute;
  top: 0.3rem;
  left: 0;
  font-size: 1rem;
  color: #1e2480;
  line-height: 1.65;
}

@media screen and (min-width: 768px) {
  #ta-network_new-graduate label:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  #ta-network_new-graduate label:hover > .arrow::before,
  #ta-network_new-graduate label:hover > .arrow::before {
    right: 0;
  }
  .requirements table a:hover {
    text-decoration: none;
  }
}
