@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline; }

p, h1, h2, h3, h4, h5, h6, ul, li, span, div, img, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  list-style-type: none; }

ul li {
  list-style: none; }

#wrapper {
  width: 100%;
  overflow-x: hidden !important; }

.ct {
  text-align: center; }

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal; }

.cinzel {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-style: normal; }

.flex_center {
  display: flex;
  justify-content: center; }

.ct {
  text-align: center; }

.mb0 {
  margin-bottom: 0 !important; }

.cmt {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1rem;
  color: #151515;
  line-height: 2; }
  .cmt:before {
    content: "※"; }

#MainHeader {
  padding: 20px; }
  #MainHeader #SiteTitle {
    display: flex;
    align-items: center; }
    #MainHeader #SiteTitle h1 img {
      width: 300px;
      height: auto; }
    #MainHeader #SiteTitle .SiteTitle_text {
      margin-left: 10px; }
      #MainHeader #SiteTitle .SiteTitle_text small {
        font-size: 1rem; }

#MainVisual {
  position: relative; }
  #MainVisual:after {
    content: "";
    height: 600px;
    width: 85%;
    background-color: #D41B25;
    display: block;
    position: absolute;
    bottom: -70px;
    z-index: -1; }
  #MainVisual .VisualCopy h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 2.3rem;
    font-weight: 600;
    color: #fff;
    background-color: #93262C;
    padding: 10px 25px;
    display: initial;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 0; }
  #MainVisual #Visualimage {
    position: relative; }
    #MainVisual #Visualimage figure {
      display: flex;
      justify-content: flex-end; }
      #MainVisual #Visualimage figure img {
        width: 90%;
        height: auto; }

@media screen and (min-width: 1025px) and (max-width: 1400px) {
  #MainVisual:after {
    content: "";
    height: 38vw;
    width: 90%;
    bottom: -35px;
    z-index: -1; } }
@media screen and (max-width: 1024px) {
  #MainHeader {
    padding: 20px; }
    #MainHeader #SiteTitle {
      display: flex;
      align-items: center; }
      #MainHeader #SiteTitle h1 img {
        width: 180px;
        height: auto; }
      #MainHeader #SiteTitle .SiteTitle_text {
        margin-left: 10px; }
        #MainHeader #SiteTitle .SiteTitle_text small {
          font-size: 0.85rem; }

  #MainVisual:after {
    content: "";
    height: 40vw;
    width: 90%;
    bottom: -35px;
    z-index: -1; }
  #MainVisual .VisualCopy h2 {
    font-family: "Noto Serif JP", serif;
    font-size: 4vw;
    font-weight: 600;
    color: #fff;
    background-color: #93262C;
    padding: 10px 20px;
    bottom: 8px;
    left: 0; }
  #MainVisual #Visualimage {
    position: relative; }
    #MainVisual #Visualimage figure {
      display: flex;
      justify-content: flex-end; }
      #MainVisual #Visualimage figure img {
        width: 90%;
        height: auto; } }
.first_contents {
  max-width: 1200px;
  width: 90%;
  margin: 150px auto 100px; }
  .first_contents p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    font-weight: bold;
    color: #1F1F1F;
    line-height: 2; }

@media screen and (max-width: 1024px) {
  .first_contents {
    margin: 80px auto 80px; }
    .first_contents p {
      font-size: 1.1rem;
      line-height: 1.8; } }
.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%; }

.img_contents {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-bottom: 40px; }
  .img_contents .img_area img {
    width: 400px;
    height: auto; }
  .img_contents .text_area {
    width: 56%; }

@media screen and (max-width: 1024px) {
  .img_contents {
    display: block; }
    .img_contents .img_area {
      display: flex;
      justify-content: center;
      margin-bottom: 20px; }
      .img_contents .img_area img {
        width: 250px;
        height: auto; }
    .img_contents .text_area {
      width: 100%; } }
.ttl_style_001 {
  font-family: "Noto Serif JP", serif;
  color: #D41B25;
  font-size: 1.6rem;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.8; }

.ttl_style_002 {
  font-family: "Noto Serif JP", serif;
  color: #1F1F1F;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 20px;
  font-weight: 700;
  padding-bottom: 15px;
  border-bottom: 1px solid #707070;
  line-height: 1.8; }

.text_style_01 {
  font-size: 1.1rem;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  color: #1F1F1F;
  margin-bottom: 10px; }

@media screen and (max-width: 1024px) {
  .text_style_01 {
    font-size: 1rem; } }
@media screen and (max-width: 1024px) {
  .ttl_style_001 {
    font-family: "Noto Serif JP", serif;
    color: #D41B25;
    font-size: 1.4rem;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.8; }

  .ttl_style_002 {
    font-size: 1.3rem; } }
p a {
  transition: 0.5s;
  /*訪問済みのリンクの色*/
  /*カーソルが乗っているリンクの色*/
  /*クリック中のリンクの色*/ }
  p a:link {
    color: #D41B25;
    text-decoration: none; }
  p a:visited {
    color: #D41B25;
    text-decoration: none; }
  p a:hover {
    color: #F75D65;
    text-decoration: none; }
  p a:active {
    color: #F75D65;
    text-decoration: none; }

.voice_area {
  background-color: #EFEFEF;
  width: 100%;
  padding: 50px 0;
  margin-bottom: 50px; }
  .voice_area h3 {
    color: #D41B25;
    font-family: "Noto Serif JP", serif;
    position: relative;
    font-size: 1.3rem;
    font-weight: 700;
    z-index: 2;
    padding: 50px 5px;
    margin-bottom: 20px;
    /*&:after {
    	content: "";
    	background: url("../img/tit_voice.png") no-repeat top left;
    	background-size: contain;
    	position: absolute;
    	width: 58vw;
    	height: 11vh;
    	top: 25px;
    	left: 0;
    	z-index: -1;
    }*/ }
    .voice_area h3:after {
      content: "Student's voice";
      position: absolute;
      font-family: "Cinzel", serif;
      color: #E9E9E9;
      font-size: 6rem;
      font-weight: 400;
      /*top: -15px;*/
      top: 0;
      left: 0;
      z-index: -1; }
  .voice_area .voice_box {
    display: flex;
    margin-bottom: 50px; }
    .voice_area .voice_box .student_img {
      width: 200px;
      margin-right: 40px; }
      .voice_area .voice_box .student_img img {
        width: 100%;
        height: auto; }
    .voice_area .voice_box .voice_text {
      flex: 1; }
      .voice_area .voice_box .voice_text .voice_name {
        font-family: "Noto Sans JP", sans-serif;
        font-size: 1.4rem;
        font-weight: 700;
        margin-bottom: 20px;
        color: #1F1F1F; }

@media screen and (min-width: 860px) and (max-width: 1224px) {
  .voice_area h3:after {
    width: 70vw;
    height: 8vh;
    top: 26px;
    font-size: 4.5rem; } }
@media screen and (max-width: 859px) {
  .voice_area {
    padding: 40px 0; }
    .voice_area h3 {
      font-size: 1.3rem;
      padding: 10px 5px; }
      .voice_area h3:after {
        width: 84vw;
        height: 6vh;
        top: 6px;
        left: 0;
        line-height: 0.8;
        font-size: 3rem; }
    .voice_area .voice_box {
      display: block; }
      .voice_area .voice_box .student_img {
        width: 150px;
        margin: 0 auto 20px; }
      .voice_area .voice_box .voice_text .voice_name {
        font-size: 1.3rem; } }
.high_schools {
  width: 100%;
  padding: 50px 0;
  margin-bottom: 50px; }
  .high_schools h3 {
    color: #D41B25;
    font-family: "Noto Serif JP", serif;
    position: relative;
    font-size: 1.3rem;
    font-weight: 700;
    z-index: 2;
    padding: 50px 5px;
    margin-bottom: 20px;
    /*&:after {
    	content: "";
    	background: url("../img/tit_high_schools.png") no-repeat top left;
    	background-size: contain;
    	width: 70vw;
    	height: 16vh;
    	position: absolute;
    	top: 0; 
    	left: 0;
    	z-index: -1;
    }*/ }
    .high_schools h3:after {
      content: "Alumni High Schools";
      position: absolute;
      font-family: "Cinzel", serif;
      color: #E9E9E9;
      font-size: 6rem;
      font-weight: 400;
      top: 0;
      left: 0;
      z-index: -1; }

@media screen and (min-width: 860px) and (max-width: 1224px) {
  .high_schools h3:after {
    width: 85vw;
    font-size: 4rem;
    top: 20px; } }
@media screen and (max-width: 859px) {
  .high_schools {
    padding: 40px 0; }
    .high_schools h3 {
      font-size: 1.3rem;
      padding: 10px 5px; }
      .high_schools h3:after {
        width: 85vw;
        top: -1.2vw;
        left: 0;
        font-size: 2.5rem; }
    .high_schools .voice_box {
      display: block; }
      .high_schools .voice_box .student_img {
        width: 150px;
        margin: 0 auto 20px; }
      .high_schools .voice_box .voice_text .voice_name {
        font-size: 1.3rem; } }
table {
  border-collapse: collapse;
  width: 100%; }

.table_style_01 th,
.table_style_01 td {
  font-family: "Noto Sans JP", sans-serif;
  padding: 15px;
  border: solid 1px #ccc;
  box-sizing: border-box; }

.table_style_01 th {
  color: #1F1F1F; }

.table_style_01 {
  border-collapse: inherit;
  margin: 1rem 0;
  border-spacing: 0px;
  border: 1px solid #ddd;
  border-width: 0 1px 1px 0;
  font-size: 1.1rem;
  width: 100%; }

.table_style_01 th, .table_style_01 td {
  border: 1px solid #ddd;
  border-width: 1px 0 0 1px;
  padding: 15px 10px;
  vertical-align: top; }

.table_style_01 th {
  background: #f0f0f0; }

.table_style_01 td {
  background: #fff; }

@media screen and (min-width: 840px) and (max-width: 1920px) {
  .table_style_01 td:nth-child(2) {
    text-align: center; } }
@media screen and (max-width: 839px) {
  .table_style_01 .head {
    display: none; }

  .table_style_01 {
    width: 100%; }

  table.table_style_01 td {
    display: block;
    width: 100%;
    border-bottom: none;
    text-align: center; }

  table.table_style_01 td:first-child {
    background: #f0f0f0;
    color: #1F1F1F;
    text-align: center;
    font-weight: bold; }

  table.table_style_01 td:before {
    content: attr(data-label);
    font-size: .7rem;
    font-weight: bold;
    color: #999;
    display: block;
    text-align: center; }

  .table_style_01 tr:last-child {
    border-bottom: solid 1px #ccc; } }
.twin_contents {
  display: flex;
  justify-content: space-between; }
  .twin_contents .left_contents {
    width: 48%; }
  .twin_contents .right_contents {
    width: 48%; }

@media screen and (max-width: 1024px) {
  .twin_contents {
    display: block; }
    .twin_contents .left_contents {
      width: 100%; }
    .twin_contents .right_contents {
      width: 100%; } }
/*アコーディオン*/
.s_01 .accordion_one {
  margin: 0 auto;
  border: 3px solid #C9C9C9; }

.s_01 .accordion_one .accordion_header {
  background-color: #fff;
  color: #151515;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 30px 11% 30px 20px;
  text-align: left;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s; }

.s_01 .accordion_one .accordion_header:hover {
  opacity: .8; }

.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 2%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s; }

.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative; }

.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.s_01 .accordion_one .accordion_header .i_box .one_i:before, .s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: '';
  background-color: #D41B25;
  width: 27px;
  height: 2px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center; }

.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 27px;
  top: -5px;
  left: 12px; }

.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none; }

.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 30px 30px;
  box-sizing: border-box;
  background-color: #fff; }

.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0; }

@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px; }

  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px; } }
@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 25px 60px 25px 15px; }

  .s_01 .accordion_one .accordion_header .i_box {
    top: 45%; } }
.link {
  position: relative;
  margin: 10vw 0 12vw; }
  .link:before {
    content: "";
    background-color: #FFDBDD;
    width: 70%;
    position: absolute;
    top: -6vw;
    right: 0;
    /*height: 30vw;*/
    height: 26vw; }
  .link .wrapper ul {
    display: flex;
    justify-content: space-between; }
    .link .wrapper ul li a {
      position: relative;
      display: block;
      background-color: #D41B25;
      text-decoration: none;
      width: 560px;
      height: 300px;
      box-sizing: border-box;
      padding: 10px;
      transition: 0.5s; }
      .link .wrapper ul li a:hover {
        background-color: #AA151D; }
      .link .wrapper ul li a:after {
        content: "";
        background: url("../img/ico_blank.png") no-repeat top center;
        width: 15px;
        height: 15px;
        background-size: contain;
        position: absolute;
        bottom: 25px;
        right: 25px; }
      .link .wrapper ul li a em {
        position: absolute;
        top: 20px;
        left: 20px;
        font-family: "Cinzel", serif;
        color: #fff;
        font-style: normal;
        font-size: 1rem; }
        .link .wrapper ul li a em:before {
          content: "";
          position: absolute;
          width: 20px;
          height: 1px;
          background-color: #fff;
          top: 10px;
          left: -20px; }
      .link .wrapper ul li a .link_ttl {
        display: block;
        border: 1px solid #FF999F;
        height: 280px;
        /*padding: 6vw 0;*/
        padding: 4.5vw 0;
        box-sizing: border-box;
        text-align: center; }
        .link .wrapper ul li a .link_ttl p {
          font-family: "Noto Serif JP", serif;
          font-size: 1.6rem;
          font-weight: 600;
          margin-bottom: 30px;
          color: #fff;
          position: relative; }
          .link .wrapper ul li a .link_ttl p:after {
            content: "";
            width: 150px;
            height: 1px;
            background-color: #fff;
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -10px;
            margin: auto; }
        .link .wrapper ul li a .link_ttl span {
          font-family: 'Noto Sans JP', sans-serif;
          font-size: 0.95rem;
          color: #fff; }

@media screen and (min-width: 1024px) and (max-width: 1260px) {
  .link {
    position: relative;
    margin: 20vh 0 25vh; }
    .link:before {
      height: 40vw; }
    .link .wrapper ul {
      display: flex;
      justify-content: space-between; }
      .link .wrapper ul li a {
        width: 450px;
        height: 300px; }
        .link .wrapper ul li a em:before {
          content: "";
          position: absolute;
          width: 20px;
          height: 1px;
          background-color: #fff;
          top: 10px;
          left: -20px; }
        .link .wrapper ul li a .link_ttl {
          height: 280px;
          padding: 7vw 0 0; }
          .link .wrapper ul li a .link_ttl p {
            font-size: 1.4rem; }
          .link .wrapper ul li a .link_ttl span {
            font-family: 'Noto Sans JP', sans-serif;
            font-size: 0.85rem;
            color: #fff; } }
@media screen and (max-width: 1024px) {
  .link {
    position: relative;
    margin: 12vh 0; }
    .link:before {
      height: 60vw; }
    .link .wrapper ul {
      display: flex;
      justify-content: center;
      flex-direction: column; }
      .link .wrapper ul li {
        margin-bottom: 20px; }
        .link .wrapper ul li:last-child {
          margin-bottom: 0; }
        .link .wrapper ul li a {
          max-width: 470px;
          width: 100%;
          height: 230px;
          box-sizing: border-box;
          padding: 10px;
          margin: 0 auto; }
          .link .wrapper ul li a:after {
            width: 12px;
            height: 12px;
            bottom: 23px;
            right: 23px; }
          .link .wrapper ul li a em {
            font-size: 0.85rem; }
            .link .wrapper ul li a em:before {
              content: "";
              position: absolute;
              width: 20px;
              height: 1px;
              background-color: #fff;
              top: 10px;
              left: -20px; }
          .link .wrapper ul li a .link_ttl {
            display: flex;
            align-items: center;
            flex-direction: column;
            border: 1px solid #FF999F;
            height: 210px;
            padding: 16% 0 0;
            box-sizing: border-box;
            text-align: center; }
            .link .wrapper ul li a .link_ttl p {
              font-size: 1.3rem;
              margin-bottom: 20px; }
              .link .wrapper ul li a .link_ttl p:after {
                width: 80px; }
            .link .wrapper ul li a .link_ttl span {
              font-size: 0.75rem;
              color: #fff; } }
.donation_area {
  background-color: #EFEFEF;
  width: 100%;
  padding: 50px 0; }
  .donation_area h3 {
    color: #D41B25;
    font-family: "Noto Serif JP", serif;
    position: relative;
    font-size: 1.3rem;
    font-weight: 700;
    z-index: 2;
    padding: 4vw 5px 2vw;
    margin-bottom: 20px;
    /*&:after {
    	content: "";
    	background: url("../img/tit_donation.png") no-repeat top left;
    	background-size: contain;
    	position: absolute;
    	width: 60vw;
    	height: 9vh;
    	top: 1vw;
    	left: 0;
    	z-index: -1;
    }*/ }
    .donation_area h3:after {
      content: "Donation";
      position: absolute;
      font-family: "Cinzel", serif;
      color: #E9E9E9;
      font-size: 6rem;
      font-weight: 400;
      top: 30px;
      left: 0;
      z-index: -1; }
  .donation_area .box_01 {
    margin-bottom: 100px; }

dl.reception {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px; }
  dl.reception dt {
    font-family: "Noto Serif JP", serif;
    color: #1F1F1F;
    font-size: 1.2rem;
    font-weight: 700;
    margin-right: 20px; }
  dl.reception dd {
    font-family: 'Noto Sans JP', sans-serif;
    color: #1F1F1F;
    font-size: 1rem;
    flex: 1; }

.box_01 {
  background-color: #fff;
  padding: 30px 20px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 30px; }

a.button_style_01 {
  font-family: 'Noto Sans JP', sans-serif;
  border: 2px solid #D41B25;
  max-width: 420px;
  text-decoration: none;
  display: block;
  width: 100%;
  margin: 30px auto;
  background-color: #D41B25;
  color: #fff;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 30px 10px;
  box-sizing: border-box;
  transition: 0.5s; }
  a.button_style_01:hover {
    background-color: #fff;
    color: #D41B25; }
a.button_style_02 {
  font-family: 'Noto Sans JP', sans-serif;
  border: 2px solid #D41B25;
  max-width: 300px;
  text-decoration: none;
  display: block;
  width: 100%;
  margin: 30px auto;
  background-color: #fff;
  color: #D41B25;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 20px 10px;
  box-sizing: border-box;
  transition: 0.5s; }
  a.button_style_02:hover {
    background-color: #D41B25;
    color: #fff; }
a.button_style_03 {
  font-family: 'Noto Sans JP', sans-serif;
  border: 2px solid #D41B25;
  max-width: 300px;
  text-decoration: none;
  display: block;
  width: 100%;
  background-color: #fff;
  color: #D41B25;
  text-align: center;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 15px 10px;
  box-sizing: border-box;
  transition: 0.5s; }
  a.button_style_03:hover {
    background-color: #D41B25;
    color: #fff; }

@media screen and (max-width: 1024px) {
  a.button_style_01 {
    font-size: 1.2rem;
    padding: 25px 10px; }
  a.button_style_03 {
    max-width: 250px;
    text-decoration: none;
    display: block;
    width: 100%;
    font-size: 0.85rem; }
    a.button_style_03:hover {
      background-color: #D41B25;
      color: #fff; } }
@media screen and (min-width: 840px) and (max-width: 1224px) {
  .donation_area h3:after {
    width: 39vw;
    height: 8vh;
    /*top: 3vw;*/
    top: 10px;
    font-size: 5rem; } }
@media screen and (max-width: 839px) {
  .donation_area {
    background-color: #EFEFEF;
    width: 100%;
    padding: 50px 0;
    margin-bottom: 50px; }
    .donation_area h3 {
      font-size: 1.3rem;
      padding: 10px 5px;
      margin-bottom: 30px; }
      .donation_area h3:after {
        width: 40vw;
        height: 9vh;
        /*top: 0;*/
        top: -10px;
        font-size: 3.5rem; }
    .donation_area .box_01 {
      margin-bottom: 40px; } }
.sns_area {
  padding: 40px 0; }
  .sns_area h3 {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    color: #1F1F1F;
    margin-bottom: 30px;
    font-size: 1.3rem;
    font-weight: 700; }

ul.sns_icon {
  display: flex;
  justify-content: center; }
  ul.sns_icon li {
    margin-right: 30px; }
    ul.sns_icon li:last-child {
      margin-right: 0; }
    ul.sns_icon li a img {
      width: 50px;
      height: auto; }

.contact_area {
  background: url("../img/bg_contact.jpg") no-repeat top center;
  padding: 80px 0 30px;
  background-size: cover; }
  .contact_area h3 {
    text-align: center;
    color: #D41B25;
    font-family: "Cinzel", serif;
    font-size: 3.5rem;
    font-weight: 300; }
    .contact_area h3 span {
      display: block;
      text-align: center;
      color: #D41B25;
      margin-bottom: 30px;
      font-size: 1.3rem;
      font-family: "Noto Serif JP", serif;
      font-weight: 600; }

.contact_info {
  display: flex;
  align-items: center;
  justify-content: center; }
  .contact_info .tel_text {
    margin-right: 40px; }
    .contact_info .tel_text p {
      font-family: "Cinzel", serif;
      font-size: 2.5rem;
      color: #1F1F1F; }
  .contact_info .contact_btn {
    width: 320px; }

@media screen and (max-width: 1024px) {
  .contact_area {
    background: url("../img/bg_contact.jpg") no-repeat top center;
    padding: 50px 0;
    background-size: cover; }
    .contact_area h3 {
      text-align: center;
      color: #D41B25;
      font-family: "Cinzel", serif;
      font-size: 2.5rem;
      font-weight: 300; }
      .contact_area h3 span {
        font-size: 1.2rem; }

  .contact_info {
    display: block; }
    .contact_info .tel_text {
      margin: 0 0 30px 0;
      text-align: center; }
      .contact_info .tel_text p {
        font-family: "Cinzel", serif;
        font-size: 1.7rem;
        color: #1F1F1F; }
    .contact_info .contact_btn {
      width: 100%;
      display: flex;
      justify-content: center; }
      .contact_info .contact_btn .button_style_02 {
        width: 100%;
        margin: 0 auto; } }
#footer_area {
  border-top: 5px solid #D41B25;
  padding: 40px 0 30px; }

.footer_contents {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  .footer_contents .university_info {
    margin-bottom: 20px; }
    .footer_contents .university_info h2 {
      margin-bottom: 30px; }
      .footer_contents .university_info h2 img {
        width: 250px;
        height: auto; }
    .footer_contents .university_info p {
      color: #1F1F1F;
      font-size: 1rem;
      margin-bottom: 10px; }
  .footer_contents .footer_link .footer_btn {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end; }
  .footer_contents .copyright p {
    font-size: 0.85rem; }

@media screen and (max-width: 1024px) {
  #footer_area {
    border-top: 5px solid #D41B25;
    padding: 40px 0 30px; }

  .footer_contents {
    width: 90%;
    margin: 0 auto;
    display: block; }
    .footer_contents .university_info {
      margin-bottom: 30px; }
      .footer_contents .university_info h2 {
        width: 200px;
        margin: 0 auto 20px; }
        .footer_contents .university_info h2 img {
          width: 100%;
          height: auto; }
      .footer_contents .university_info p {
        color: #1F1F1F;
        font-size: 0.95rem;
        text-align: center;
        margin-bottom: 10px; }
    .footer_contents .footer_link .footer_btn {
      margin-bottom: 20px;
      display: flex;
      justify-content: center; }
    .footer_contents .copyright p {
      font-size: 0.65rem;
      text-align: center; } }
.FooterButton {
  position: relative; }
  .FooterButton .goTop.fixed {
    position: absolute; }
  .FooterButton .pagetop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    margin-bottom: 10px;
    z-index: 999999;
    text-align: center;
    text-decoration: none; }
    .FooterButton .pagetop p {
      font-size: 0.75rem;
      margin-bottom: 5px;
      color: #000; }
    .FooterButton .pagetop img {
      vertical-align: bottom;
      width: 50px;
      height: auto; }

@media screen and (max-width: 1024px) {
  .FooterButton .pagetop p {
    font-size: 0.55rem; }
  .FooterButton .pagetop img {
    width: 40px;
    height: auto; }

  #sideBtn {
    display: none; } }
