@charset "UTF-8";


main {
  width: 100%;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  footer {
    margin: 0;
  }
}

section.visual {
  position: relative;
}
section.visual .copy {
  position: absolute;
  top: 46%;
  left: 10%;
  transform: translateY(-50%);
  width: 35vw;
}
@media only screen and (max-width: 768px) {
  section.visual .copy {
    width: 45vw;
  }
}
section.visual .name {
  position: absolute;
  bottom: 10%;
  right: 10%;
  width: 160px;
}
@media only screen and (max-width: 768px) {
  section.visual .name {
    width: 20%;
  }
}

section.topmessage_main {
  position: relative;
  min-height: 500px;
  padding: 10rem 0 5rem 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  section.topmessage_main {
    padding: 3rem 0;
  }
}
section.topmessage_main .first, section.topmessage_main .second {
  position: relative;
}
section.topmessage_main .inner {
  max-width: 1400px;
  margin: auto;
  padding: 0 7%;
}
@media only screen and (max-width: 768px) {
  section.topmessage_main .inner {
    padding: 0 5%;
  }
}
section.topmessage_main .inner .int_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 0 10rem 0;
}
@media only screen and (max-width: 768px) {
  section.topmessage_main .inner .int_flex {
    display: block;
    margin: 0 0 3rem 0;
  }
}
section.topmessage_main .inner .int_flex.w {
  color: #ffffff;
}
section.topmessage_main .inner .int_flex.w .txt h3:after {
  background: #ffffff;
}
section.topmessage_main .inner .int_flex.rv {
  flex-direction: row-reverse;
}
section.topmessage_main .inner .int_flex .txt {
  width: 43%;
}
@media only screen and (max-width: 768px) {
  section.topmessage_main .inner .int_flex .txt {
    width: 100%;
    margin: 0 0 2rem 0;
  }
}
section.topmessage_main .inner .int_flex .txt p {
  line-height: 2;
}
section.topmessage_main .inner .int_flex .txt h3 {
  font-weight: 600;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  letter-spacing: 0.025em;
  position: relative;
}
@media only screen and (max-width: 768px) {
  section.topmessage_main .inner .int_flex .txt h3 {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
}
section.topmessage_main .inner .int_flex .txt h3:after {
  content: '';
  display: block;
  margin: 1rem 0;
  width: 50px;
  height: 1px;
  background: #CC0012;
}
@media only screen and (max-width: 768px) {
  section.topmessage_main .inner .int_flex .txt h3:after {
    margin: 1rem auto;
  }
}
section.topmessage_main .inner .int_flex .image {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  section.topmessage_main .inner .int_flex .image {
    width: 100%;
  }
}
section.topmessage_main .bgb {
  display: block;
  position: absolute;
  width: 150%;
  height: 160%;
  top: -60%;
  left: -30%;
  content: "";
  z-index: -1;
  background: #CC0012;
  transform: rotate(-15deg);
}
@media only screen and (max-width: 768px) {
  section.topmessage_main .bgb {
    width: 240%;
    left: -50%;
    height: 130%;
  }
}
section.topmessage_main .bgb02 {
  display: block;
  position: absolute;
  width: 150%;
  height: 200%;
  top: 0%;
  left: -30%;
  content: "";
  z-index: -1;
  background: #efefef;
  transform: rotate(-15deg);
}
@media only screen and (max-width: 768px) {
  section.topmessage_main .bgb02 {
    width: 200%;
    top: 30%;
    height: 100%;
  }
}

section.faq {
  width: 1000px;
  margin: auto;
  padding: 10rem 5%;
}
@media only screen and (max-width: 768px) {
  section.faq {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  section.faq {
    padding: 3rem 5%;
  }
}

h2.faq_h2 {
  font-weight: bold;
  margin: 0 0 1rem 0;
  color: #CC0012;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}
h2.faq_h2.mb3 {
  margin: 0 0 3rem 0;
}
@media only screen and (max-width: 768px) {
  h2.faq_h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.list-toggle-con {
  height: 0;
  overflow: hidden;
}

ul.list-toggle {
  margin: auto;
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 768px) {
  ul.list-toggle {
    width: 100%;
    min-width: 0;
  }
}
ul.list-toggle li a.jsToggle {
  display: block;
  padding: 2rem 4rem 2rem 2rem;
  position: relative;
  transition: all .3s ease;
  font-weight: bold;
}
ul.list-toggle li a.jsToggle:hover {
  background: #CC0012;
  color: #ffffff;
}
ul.list-toggle li a.jsToggle:hover:after {
  color: #ffffff;
}
ul.list-toggle li a.jsToggle:after {
  color: #CC0012;
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 2rem;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f217";
  font-size: 16px;
  font-size: 1.6rem;
  z-index: 999;
  text-align: center;
  transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
  ul.list-toggle li a.jsToggle:after {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
ul.list-toggle li a.active {
  background: #CC0012;
  color: #ffffff;
}
ul.list-toggle li a.active:after {
  color: #ffffff;
  transform: rotate(45deg);
}
ul.list-toggle li .list-toggle-con-inner {
  padding: 2rem;
  border-top: 1px dotted #ccc;
}
ul.list-toggle li .list-toggle-con-inner p {
  margin: 0 0 1em 0;
}
ul.list-toggle li .list-toggle-con-inner h4 {
  font-weight: bold;
}
ul.list-toggle li .list-toggle-con-inner ul {
  margin: 0 0 1em 0;
}
ul.list-toggle li .list-toggle-con-inner .daigakuin, ul.list-toggle li .list-toggle-con-inner .daigaku {
  font-weight: bold;
}
ul.list-toggle li .list-toggle-con-inner h4 {
  margin: 0 0 2rem 0;
  border-bottom: 1px solid #ccc;
}
ul.list-toggle li .list-toggle-con-inner a.txtlink {
  color: #CC0012;
}
ul.list-toggle li .list-toggle-con-inner table.faq_table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 0 3rem 0;
}
ul.list-toggle li .list-toggle-con-inner table.faq_table td, ul.list-toggle li .list-toggle-con-inner table.faq_table th {
  padding: 1.5rem;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  ul.list-toggle li .list-toggle-con-inner table.faq_table td, ul.list-toggle li .list-toggle-con-inner table.faq_table th {
    padding: 0.5rem;
  }
}
ul.list-toggle li .list-toggle-con-inner table.faq_table th {
  background: #efefef;
}

.table_block ul, .table_block p {
  margin: 0 0 2rem 0;
}

a.txtlink {
  text-decoration: underline;
  padding: 0;
  display: inline;
  position: static;
  margin: 0;
}
a.txtlink:hover {
  color: #CC0012;
}
a.txtlink:after {
  display: none;
}

#page_nav {
  padding: 5rem 0;
}
@media only screen and (max-width: 768px) {
  #page_nav {
    padding: 2rem 0;
  }
}
#page_nav nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #page_nav nav ul {
    display: block;
    padding: 0 5%;
  }
}
#page_nav nav ul li {
  margin: 0 3rem;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  #page_nav nav ul li {
    margin: 0 0 1rem 0;
  }
}
#page_nav nav ul li a {
  position: relative;
}
@media only screen and (max-width: 768px) {
  #page_nav nav ul li a {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 0.3rem 0;
  }
}
#page_nav nav ul li a:after {
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: -2rem;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f35e";
  font-size: 14px;
  font-size: 1.4rem;
  z-index: 999;
  transform: rotate(0deg);
  transition: all .3s;
  color: #CC0012;
}
@media only screen and (max-width: 768px) {
  #page_nav nav ul li a:after {
    right: 0rem;
  }
}

.faq_block {
  margin: 0 0 5rem 0;
}

.flow_box {
  display: flex;
  justify-content: space-between;
  padding: 0 0 2rem 0;
  margin: 0 0 2rem 0;
}
.flow_box .step {
  width: 20%;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .flow_box .step {
    width: 10%;
  }
}
.flow_box .step.nom:after {
  display: none;
}
.flow_box .step:after {
  display: block;
  position: absolute;
  width: 1px;
  height: 80%;
  top: 5rem;
  left: 50%;
  content: "";
  z-index: 999;
  background: #ddd;
}
.flow_box .step p {
  color: #CC0012;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .flow_box .step p {
    line-height: 1.75;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.flow_box .flow_main {
  flex: 1;
  padding: 0 0 0 2rem;
  border-left: 1px solid #ddd;
}
@media only screen and (max-width: 768px) {
  .flow_box .flow_main {
    border: none;
    padding: 0 0 0 1.5rem;
  }
}
.flow_box .flow_main h4 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 1rem 0;
}
@media only screen and (max-width: 768px) {
  .flow_box .flow_main h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.flow_box .flow_main h5 {
  font-weight: bold;
  color: #CC0012;
  margin: 0 0 1rem 0;
}
.flow_box p.mb50 {
  margin: 0 0 2rem 0;
}

.chui_box {
  text-align: center;
  padding: 2rem 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 2rem 0;
}

section.recruit .inner {
  padding: 0;
}

#faq table.rec_table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
#faq table.rec_table th, #faq table.rec_table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 1rem;
}
#faq table.rec_table th.bgon {
  background: #555;
  color: #ffffff;
}
#faq h3 {
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 1rem 0;
  color: #CC0012;
  background: #fafafa;
  padding: 1rem 1rem 1rem 2rem;
  width: 100%;
}
#faq h2 {
  margin: 3rem 0;
  background: #fafafa;
}
