@charset "UTF-8";
/* Scss Document */
/*---------------------------------------------------
		kv
----------------------------------------------------*/
.kv {
  margin: 0 5.72%;
  padding: 70px 0 8.6%;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .kv {
    margin: 0;
    padding: 6.47% 0;
  }
}

/*---------------------------------------------------
		open_01
----------------------------------------------------*/
.kv_open01 {
  width: 100%;
  height: 300px;
  background: url("../img/exam_shosai.jpg") center center no-repeat;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .kv_open01 {
    width: 100%;
    height: 300px;
    background: url("../img/exam_shosai@2x.jpg") center center no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .kv_open01 {
    height: 100px;
    background: url("../img/exam_shosai.jpg") center center no-repeat;
    background-size: cover;
  }
}

/*---------------------------------------------------
		contents
----------------------------------------------------*/
@media screen and (max-width: 768px) {
  .fixed_right {
    display: none;
  }
}

.entrance .title_box {
  margin-bottom: 8.6%;
  text-align: center;
}

.entrance .title_box h2 {
  margin-bottom: .2em;
  font-size: 4rem;
  letter-spacing: .3em;
}

.entrance .title_box .sub_text {
  margin-bottom: 1em;
  font-size: 2rem;
  letter-spacing: .3em;
}

.entrance .title_box .obi {
  display: inline-block;
  background-color: #FF811D;
  padding: .25em 2em;
  color: #fff;
  font-size: 1.8rem;
}

.entrance .title_box .obimizu {
  background-color: #1BAAFF;
}

.entrance .title_box .obipink {
  background-color: #F37D96;
}

.entrance .title_box .obipurple {
  background-color: #7164be;
}

.entrance .title_box .course_name {
  display: block;
  font-size: 0.8em;
}

@media screen and (max-width: 768px) {
  .entrance .title_box {
    margin-bottom: 8.6%;
  }
  .entrance .title_box h2 {
    font-size: 2.4rem;
  }
  .entrance .title_box .sub_text {
    font-size: 1.5rem;
  }
  .entrance .title_box .obi {
    padding: .25em 1em;
    font-size: 1.2rem;
  }
}

.entrance_information {
  max-width: 1000px;
  width: 88%;
  margin: 0 auto 130px;
}

.entrance_information li:not(:last-child) {
  margin-bottom: 80px;
}

.entrance_information h3 {
  margin-bottom: 2.5em;
  padding: .2em 0;
  background: #53C47F;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

.entrance_information .information_box {
  font-size: 1.8rem;
}

.entrance_information .information_box table {
  border-top: #23234B 1px solid;
}

.entrance_information .information_box table .col th {
  background-color: #F4F6F7;
  border-bottom: #23234B 1px solid;
  text-align: center;
  font-weight: normal;
}

.entrance_information .information_box table .row th {
  background-color: #DEF6E4;
  border-bottom: #23234B 1px solid;
  font-weight: normal;
}

.entrance_information .information_box table td {
  border-bottom: #23234B 1px solid;
}

.entrance_information .information_box table th:not(:last-child),
.entrance_information .information_box table td:not(:last-child) {
  border-right: #23234B 1px solid;
}

.entrance_information .information_box table th,
.entrance_information .information_box table td {
  padding: 1em;
  font-size: 1.6rem;
}

.entrance_information .information_box table .notes {
  font-size: 1.4rem;
}

.entrance_information .information_box table.table_multiple {
  margin-bottom: 50px;
}

.entrance_information .information_box .table_title {
  margin-bottom: 1em;
  font-size: 2rem;
}

.entrance_information .text_notes {
  margin-bottom: 50px;
  font-size: 1.2rem;
}

.entrance_information .amendment {
  background: #F4F6F7;
  padding: 2em 4em;
}

.entrance_information .amendment .title {
  margin-bottom: .5em;
  font-size: 2rem;
  text-align: center;
}

.entrance_information .amendment p {
  font-size: 1.4rem;
}

.entrance_information .information_step {
  padding-left: 150px;
}

.entrance_information .information_step li {
  position: relative;
  border-left: 1px solid #23234B;
  padding-left: 40px;
  margin-bottom: 140px;
  counter-increment: step;
}

.entrance_information .information_step li::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1.5em;
  content: counter(step, decimal-leading-zero);
  font-size: 9rem;
  color: #53C47F;
  font-family: miller-banner, serif;
  font-weight: lighter;
  line-height: 1;
}

.entrance_information .information_step li:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: -80px;
  right: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-bottom: 1px solid #23234B;
  border-right: 1px solid #23234B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.entrance_information .information_step li h4 {
  margin-bottom: .5em;
  font-size: 2.2rem;
  color: #53C47F;
}

.entrance_information .information_step li h4 span {
  font-size: 1.6rem;
}

.entrance_information .information_step li p {
  margin: 1em 0;
  font-size: 1.4rem;
  text-align: justify;
}

.entrance_information .information_step li p small {
  display: block;
  margin-top: 0.5em;
}

.entrance_information .information_step li .notes {
  font-size: 1.2rem;
}

.entrance_information .information_step li .button {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0;
  background-color: #FFF7BE;
  text-align: center;
  font-size: 2rem;
}

.entrance_information .information_step li .button span {
  display: block;
  font-size: 1.6rem;
}

.entrance_information .information_step li .button::after {
  content: '';
  position: absolute;
  top: 42%;
  right: 40px;
  width: 16px;
  height: 16px;
  border-top: 1px solid #23234B;
  border-right: 1px solid #23234B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.entrance_information .information_step li dt {
  font-size: 1.8rem;
}

.entrance_information .information_step li dd {
  font-size: 1.4rem;
  margin-bottom: 2em;
}

.entrance_information .information_step li .step_box {
  background-color: #F4F6F7;
  padding: 20px 40px 10px;
}

.entrance_information .information_step li .step_box.mb {
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .entrance_information {
    margin: 0 4.5% 10%;
  }
}

@media screen and (max-width: 768px) {
  .entrance_information {
    width: auto;
    overflow: hidden;
  }
  .entrance_information li:not(:last-child) {
    margin-bottom: 10%;
  }
  .entrance_information h3 {
    margin-bottom: 1em;
    padding: .2em 0;
    font-size: 1.5rem;
  }
  .entrance_information .information_box {
    font-size: 1.4rem;
  }
  .entrance_information .information_box .tabele_box {
    overflow: scroll;
    position: relative;
  }
  .entrance_information .information_box .tabele_box.overflow_s table {
    width: 500px;
  }
  .entrance_information .information_box .tabele_box.overflow table {
    width: 800px;
  }
  .entrance_information .information_box .tabele_box.overflow_s.on::before, .entrance_information .information_box .tabele_box.overflow.on::before {
    content: '';
    background: url("../../common/img/swipe.svg") 0 0 no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: .9;
    -webkit-animation: swipe 3s ease 0s forwards;
    animation: swipe 3s ease 0s forwards;
  }
  @-webkit-keyframes swipe {
    0% {
      visibility: hidden;
      opacity: 0;
    }
    50% {
      visibility: visible;
      opacity: 1;
    }
    100% {
      visibility: hidden;
      opacity: 0;
    }
  }
  @keyframes swipe {
    0% {
      visibility: hidden;
      opacity: 0;
    }
    50% {
      visibility: visible;
      opacity: 1;
    }
    100% {
      visibility: hidden;
      opacity: 0;
    }
  }
  .entrance_information .information_box table th,
  .entrance_information .information_box table td {
    padding: 1em;
    font-size: 1.4rem;
  }
  .entrance_information .information_box table .notes {
    font-size: 1rem;
  }
  .entrance_information .information_box table.table_multiple {
    margin-bottom: 30px;
  }
  .entrance_information .information_box .table_title {
    margin-bottom: 1em;
    font-size: 1.6rem;
  }
  .entrance_information .text_notes {
    margin-bottom: 3em;
    font-size: 1.2rem;
  }
  .entrance_information .amendment {
    padding: 2em;
  }
  .entrance_information .amendment .title {
    margin-bottom: 1em;
    font-size: 1.8rem;
  }
  .entrance_information .amendment p {
    font-size: 1.4rem;
  }
  .entrance_information .information_step {
    padding-left: 50px;
  }
  .entrance_information .information_step li {
    padding-left: 20px;
    margin-bottom: 60px;
  }
  .entrance_information .information_step li::before {
    left: -1.7em;
    font-size: 2.8rem;
  }
  .entrance_information .information_step li:not(:last-child)::after {
    bottom: -30px;
    width: 20px;
    height: 20px;
  }
  .entrance_information .information_step li h4 {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .entrance_information .information_step li h4 span {
    font-size: 1.2rem;
  }
  .entrance_information .information_step li .button {
    padding: 10px 0;
    font-size: 1.7rem;
  }
  .entrance_information .information_step li .button span {
    font-size: 1.2rem;
  }
  .entrance_information .information_step li .button::after {
    top: 42%;
    right: 10px;
    width: 10px;
    height: 10px;
  }
  .entrance_information .information_step li .step_box {
    background-color: #F4F6F7;
    padding: 10px 15px 5px;
  }
  .entrance_information .information_step li .step_box.mb {
    margin-bottom: 20px;
  }
}

.entrance .net_banner {
  text-indent: -9999px;
  height: 278px;
  max-width: 1000px;
  margin: 0 auto 80px;
  overflow: hidden;
  position: relative;
}

.entrance .net_banner a::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/web_shutugan_bnr.jpg") center center no-repeat;
  background-size: cover;
  top: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  z-index: 1;
}

.entrance .net_banner a:hover {
  opacity: 1;
}

.entrance .net_banner a:hover::after {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .entrance .net_banner a::after {
    background: url("../img/web_shutugan_bnr@2x.jpg") center center no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .entrance .net_banner {
    max-width: 90%;
    height: auto;
    text-indent: 0;
    margin-bottom: 80px;
  }
  .entrance .net_banner a::after {
    background: none;
  }
}

.entrance .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 160px;
}

.entrance .other li {
  position: relative;
  width: 33.3%;
  height: 150px;
  overflow: hidden;
}

.entrance .other li::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
  z-index: 1;
}

.entrance .other li:hover::after {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.entrance .other li:nth-child(-n+3) {
  margin-bottom: .1%;
}

.entrance .other li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(68, 125, 191, 0.5);
  color: #fff;
  font-size: 2rem;
  z-index: 2;
}

.entrance .other li:nth-child(1)::after {
  background: url("../img/exam_other01.jpg") center center no-repeat;
  background-size: cover;
}

.entrance .other li:nth-child(2)::after {
  background: url("../img/exam_other02.jpg") center center no-repeat;
  background-size: cover;
}

.entrance .other li:nth-child(3)::after {
  background: url("../img/exam_other03.jpg") center center no-repeat;
  background-size: cover;
}

.entrance .other li:nth-child(4)::after {
  background: url("../img/exam_other04.jpg") center center no-repeat;
  background-size: cover;
}

.entrance .other li:nth-child(5)::after {
  background: url("../img/exam_other05.jpg") center center no-repeat;
  background-size: cover;
}

.entrance .other li:nth-child(6)::after {
  background: url("../img/exam_other06.jpg") center center no-repeat;
  background-size: cover;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .entrance .other li:nth-child(1)::after {
    background: url("../img/exam_other01@2x.jpg") center center no-repeat;
    background-size: cover;
    margin-bottom: .1%;
  }
  .entrance .other li:nth-child(2)::after {
    background: url("../img/exam_other02@2x.jpg") center center no-repeat;
    background-size: cover;
    margin-bottom: .1%;
  }
  .entrance .other li:nth-child(3)::after {
    background: url("../img/exam_other03@2x.jpg") center center no-repeat;
    background-size: cover;
    margin-bottom: .1%;
  }
  .entrance .other li:nth-child(4)::after {
    background: url("../img/exam_other04@2x.jpg") center center no-repeat;
    background-size: cover;
  }
  .entrance .other li:nth-child(5)::after {
    background: url("../img/exam_other05@2x.jpg") center center no-repeat;
    background-size: cover;
  }
  .entrance .other li:nth-child(6)::after {
    background: url("../img/exam_other06@2x.jpg") center center no-repeat;
    background-size: cover;
  }
}

@media screen and (max-width: 768px) {
  .entrance .other {
    display: block;
    margin-bottom: 20%;
  }
  .entrance .other li {
    width: 100%;
    height: 125px;
  }
  .entrance .other li:not(:last-child) {
    margin-bottom: .3%;
  }
  .entrance .other li:hover::after {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .entrance .other li a {
    font-size: 1.6rem;
  }
}

/*タブ切り替え全体のスタイル*/
.tab_wrap {
  margin-top: 50px;
  padding-bottom: 40px;
  margin: 0 auto;
  /*タブの配置*/
  /*ラジオボタンを全て消す*/
  /*タブ切り替えの中身のスタイル*/
  /*タブ表示時のスタイル*/
  /*選択されているタブのコンテンツのみを表示*/
  /*選択されているタブのコンテンツのみを表示*/
  /*タブ（サイド）の配置*/
}

.tab_wrap .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 40px;
  max-width: 1000px;
  width: 88%;
  /*タブのスタイル*/
}

.tab_wrap .tabs .tab_label {
  display: block;
  font-size: 2.4rem;
  text-align: center;
  line-height: 50px;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .tab_wrap .tabs .tab_label {
    font-size: 1.7rem;
  }
}

.tab_wrap input[name="tab_label"] {
  display: none;
}

.tab_wrap .tab_content {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}

.tab_wrap .tabs .tab_challenge_food {
  position: relative;
  background-color: #46C3C0;
  color: #fff;
}

.tab_wrap .tabs .tab_challenge_food::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
  border: 15px solid transparent;
  border-top-color: #46C3C0;
}

@media screen and (max-width: 768px) {
  .tab_wrap .tabs .tab_challenge_food::before {
    bottom: -29px;
  }
}

.tab_wrap .tabs .tab_challenge_child {
  position: relative;
  background-color: #FFAA5A;
  color: #fff;
}

.tab_wrap .tabs .tab_challenge_child::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
  border: 15px solid transparent;
  border-top-color: #FFAA5A;
}

@media screen and (max-width: 768px) {
  .tab_wrap .tabs .tab_challenge_child::before {
    bottom: -29px;
  }
}

.tab_wrap ~ #challenge_ao {
  display: block;
}

.tab_wrap .tabs .tab_extend_food {
  position: relative;
  background-color: #73BEEB;
  color: #fff;
}

.tab_wrap .tabs .tab_extend_food::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
  border: 15px solid transparent;
  border-top-color: #73BEEB;
}

@media screen and (max-width: 768px) {
  .tab_wrap .tabs .tab_extend_food::before {
    bottom: -29px;
  }
}

.tab_wrap .tabs .tab_extend_child {
  position: relative;
  background-color: #FF9169;
  color: #fff;
}

.tab_wrap .tabs .tab_extend_child::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
  border: 15px solid transparent;
  border-top-color: #FF9169;
}

@media screen and (max-width: 768px) {
  .tab_wrap .tabs .tab_extend_child::before {
    bottom: -29px;
  }
}

.tab_wrap ~ #extend_ao {
  display: block;
}

.tab_wrap .tab_side_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 999;
  /*タブ（サイド）のスタイル*/
}

.tab_wrap .tab_side_btn .tab_label {
  display: block;
  font-size: 1rem;
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 2.6em;
  width: 26px;
  height: 150px;
  padding: 20px 0;
}

@media screen and (max-width: 1000px) {
  .tab_wrap .tab_side_btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: calc(60px + 5VW);
    right: 0;
    left: 0;
    width: 90%;
    margin: 0 auto;
  }
  .tab_wrap .tab_side_btn .tab_label {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    width: 50%;
    height: auto;
    padding: 4px 0;
  }
}

.tab_wrap .small_notes {
  font-size: 1.4rem;
  margin-top: 1.4rem;
}

.tab_wrap .indent_notes {
  display: inline-block;
  text-indent: 1rem;
}

.tab_wrap .super {
  font-size: 0.6rem;
  vertical-align: super;
}

@media screen and (max-width: 768px) {
  .tab_wrap .tel_pc {
    display: none;
  }
}

.tab_wrap .tel_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .tab_wrap .tel_sp {
    display: block;
  }
}

.tab_wrap .information_box table th {
  /* width: 25%; */
  height: 100px;
}

.tab_wrap .information_box table .undecided {
  text-align: center;
}

.tab_wrap .information_box h4 {
  display: inline-block;
}

.tab_wrap .information_box h4.mb_35 {
  margin-bottom: 35px;
}

.tab_wrap .information_label {
  display: inline-block;
  color: #fff;
  font-size: 1.5rem;
  padding: 2px 20px;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .tab_wrap .information_label {
    padding: 2px 10px;
    margin-right: 5px;
  }
}

.tab_wrap .information_choice_btn {
  margin: 20px 0 40px;
}

.tab_wrap .information_btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: #23234b solid 1px;
  border-radius: 25px;
  height: 50px;
  margin-bottom: 10px;
  font-size: 1.5rem;
}

@media screen and (max-width: 768px) {
  .tab_wrap .information_btn span {
    font-size: 1.35rem;
    line-height: 1.2em;
  }
}

.tab_wrap .information_btn::after {
  content: "";
  position: absolute;
  right: 43px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 15px;
  height: 15px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

@media screen and (max-width: 768px) {
  .tab_wrap .information_btn::after {
    right: 25px;
  }
}

.tab_wrap .information_btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tab_wrap .step_box .step_flex_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  margin: 10px 0 20px;
}

@media screen and (max-width: 768px) {
  .tab_wrap .step_box .step_flex_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tab_wrap .step_box .step_flex_start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.tab_wrap .step_box .step_flex_start .step_box_point {
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .tab_wrap .step_box .step_flex_start .step_box_point {
    padding-top: 0;
  }
}

.tab_wrap .step_box_left {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .tab_wrap .step_box_left {
    width: 100%;
  }
}

.tab_wrap .step_box_text {
  font-size: 1.8rem !important;
}

.tab_wrap .step_box_point {
  text-align: center;
}

.tab_wrap .step_box_point .dot {
  width: 70%;
  margin: 0 auto;
  background: url(../img/ao/dot.png) repeat-x center;
}

@media screen and (max-width: 768px) {
  .tab_wrap .step_box_point .dot {
    width: 100%;
  }
}

.tab_wrap .step_box_point .dot span {
  display: inline-block;
  background-color: #f4f6f7;
  padding: 0 1.5em;
}

.tab_wrap .step_box_point img {
  width: 60%;
  margin: 15px 0 10px;
}

.tab_wrap .step_box_point img.point_tri {
  width: 90%;
}

.tab_wrap .step_box_graph {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .tab_wrap .step_box_graph {
    width: 100%;
  }
}

.tab_wrap .step_box_graph::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.tab_wrap .step_box_graph_item {
  position: absolute;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.tab_wrap .step_box_graph_item img {
  position: absolute;
}

.tab_wrap .step_box_graph_item .item-01 {
  top: 5%;
  left: 0;
  right: 0;
  margin: auto;
  width: 25%;
}

.tab_wrap .step_box_graph_item .item-02 {
  left: 0;
  bottom: 5%;
  width: 25%;
}

.tab_wrap .step_box_graph_item .item-03 {
  right: 0;
  bottom: 5%;
  width: 25%;
}

.tab_wrap .step_box_graph_item .graph_frame {
  width: 70%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  margin: 10% auto 0;
  z-index: 20;
}

.tab_wrap .step_box_graph_item .graph_element {
  width: 70%;
  top: 15%;
  left: 0;
  right: 0;
  margin: 10% auto 0;
  z-index: 10;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.tab_wrap .step_box_graph_item .graph_anime {
  -webkit-animation-name: graph;
          animation-name: graph;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
}

@-webkit-keyframes graph {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes graph {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.tab_wrap .step_box_explanation {
  background-color: #fff;
  padding: 20px 20px 10px;
  margin-bottom: 20px;
}

.tab_wrap .step_box_arrow {
  position: relative;
  margin-bottom: 70px !important;
}

.tab_wrap .step_box_arrow::after {
  content: '';
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #23234B;
  border-right: 1px solid #23234B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.tab_wrap .food_content_challenge h3,
.tab_wrap .food_content_challenge .information_label {
  background-color: #46C3C0;
}

.tab_wrap .food_content_challenge .entrance_information .information_step li h4,
.tab_wrap .food_content_challenge .entrance_information .information_step li::before {
  color: #46C3C0;
}

.tab_wrap .food_content_challenge .entrance_information .information_box table .row th {
  background-color: #E1F5F5;
}

.tab_wrap .food_content_challenge .information_btn:hover {
  background-color: #E1F5F5;
}

.tab_wrap .food_content_challenge .tab_side_btn .bgc {
  background-color: #E1F5F5;
}

.tab_wrap .food_content_extend h3 {
  background-color: #73BEEB;
}

.tab_wrap .food_content_extend .entrance_information .information_step li h4,
.tab_wrap .food_content_extend .entrance_information .information_step li::before {
  color: #73BEEB;
}

.tab_wrap .food_content_extend .entrance_information .information_box table .row th {
  background-color: #E1F0FA;
}

.tab_wrap .food_content_extend .information_btn:hover {
  background-color: #E1F0FA;
}

.tab_wrap .food_content_extend .tab_side_btn .bgc {
  background-color: #E1F0FA;
}

.tab_wrap .child_content_challenge h3,
.tab_wrap .child_content_challenge .information_label {
  background-color: #FFAA5A;
}

.tab_wrap .child_content_challenge .entrance_information .information_step li h4,
.tab_wrap .child_content_challenge .entrance_information .information_step li::before {
  color: #FFAA5A;
}

.tab_wrap .child_content_challenge .entrance_information .information_box table .row th {
  background-color: #FFEBD2;
}

.tab_wrap .child_content_challenge .information_btn:hover {
  background-color: #FFEBD2;
}

.tab_wrap .child_content_challenge .tab_side_btn .bgc {
  background-color: #FFEBD2;
}

.tab_wrap .child_content_extend h3 {
  background-color: #FF9169;
}

.tab_wrap .child_content_extend .entrance_information .information_step li h4,
.tab_wrap .child_content_extend .entrance_information .information_step li::before {
  color: #FFAA5A;
}

.tab_wrap .child_content_extend .entrance_information .information_box table .row th {
  background-color: #FFE3D9;
}

.tab_wrap .child_content_extend .information_btn:hover {
  background-color: #FFE3D9;
}

.tab_wrap .child_content_extend .tab_side_btn .bgc {
  background-color: #FFE3D9;
}

.tab_wrap.nursing_content h3 {
  background-color: #f291a6;
}

.tab_wrap.nursing_content .entrance_information .information_box table .row th {
  background-color: #fff2f5;
}

.tab_wrap.nursing_content .entrance_information .information_step li h4,
.tab_wrap.nursing_content .entrance_information .information_step li::before {
  color: #F37D96;
}

.tab_wrap.nursing_content .information_btn:hover {
  background-color: #fff2f5;
}

.entrance_information .information_list {
  font-size: 18px;
}

.entrance_information .information_list .info_topic {
  position: relative;
  margin-top: 2em;
  margin-left: 1em;
  font-weight: bold;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.entrance_information .information_list .info_topic::before {
  content: "・";
  position: absolute;
  left: -0.75em;
  width: 1em;
  height: 1em;
}

.entrance_information .information_list .info_description a {
  color: #53c47f;
}

.entrance_information .info_ordered_list {
  list-style-type: decimal;
}

.entrance_information .info_ordered_list li:not(:last-child) {
  margin: 0;
}

.entrance_information .info_ordered_list .info_ordered_list_item {
  margin-bottom: 0.5em;
  list-style: auto;
}

.entrance_information .info_ordered_list .fulfill_list_item {
  position: relative;
  padding-left: 1em;
}

.entrance_information .info_ordered_list .fulfill_list_item::before {
  content: "・";
  position: absolute;
  left: 0;
  width: 1em;
  height: 1em;
}
/*# sourceMappingURL=open.css.map */