/*--------------------
	INFO
--------------------*/
#info .lower-ttl {
  writing-mode: horizontal-tb;
  color: var(--main_font_color);
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .2em;
  margin: 60px 0 60px 15%; }
  @media screen and (max-width: 767px) {
    #info .lower-ttl {
      font-size: 1.6rem;
      margin: 60px 0 60px 5%; } }
  #info .lower-ttl span {
    color: #ccc;
    font-size: 1.2rem;
    letter-spacing: .05em; }
    @media screen and (max-width: 767px) {
      #info .lower-ttl span {
        font-size: 1rem; } }
#info #lower-lst {
  margin-bottom: 120px; }
  @media screen and (max-width: 767px) {
    #info #lower-lst {
      margin: 0; } }
  #info #lower-lst ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px; }
    @media screen and (max-width: 767px) {
      #info #lower-lst ul {
        grid-template-columns: 1fr;
        gap: 15px; } }
    #info #lower-lst ul li {
      background: #fff;
      line-height: 6rem;
      border-radius: 5px;
      position: relative; }
      @media screen and (max-width: 767px) {
        #info #lower-lst ul li {
          line-height: 4rem; } }
      #info #lower-lst ul li a {
        text-decoration: none;
        display: block;
        padding-left: 30px; }
        #info #lower-lst ul li a:hover {
          text-decoration: underline; }
        @media screen and (max-width: 767px) {
          #info #lower-lst ul li a {
            text-decoration: none;
            display: block;
            padding-left: 30px; } }
        #info #lower-lst ul li a i {
          font-size: 1.6rem;
          position: absolute;
          top: 35px;
          right: 15px; }
          @media screen and (max-width: 767px) {
            #info #lower-lst ul li a i {
              top: 20px; } }
#info h2 {
  color: var(--main_font_color);
  font-size: 2rem;
  font-weight: normal;
  letter-spacing: .2em;
  margin: 60px 0 60px 15%; }
  @media screen and (max-width: 767px) {
    #info h2 {
      font-size: 1.6rem;
      margin: 60px 0 60px 5%; } }
  #info h2 span {
    color: #ccc;
    font-size: 1.2rem;
    letter-spacing: .05em; }
    @media screen and (max-width: 767px) {
      #info h2 span {
        font-size: 1rem; } }
#info h3 {
  display: inline-block;
  min-width: 50%;
  background-color: var(--main_color_yellow);
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: .2em;
  padding: 30px 5% 30px 15%;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    #info h3 {
      font-size: 1.4rem;
      padding: 30px 5%;
      letter-spacing: 0; } }
@media screen and (max-width: 767px) {
  #info .inner {
    width: 96%;
    margin: 0 auto; } }
#info .box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  margin-bottom: 90px;
  position: relative; }
  @media screen and (max-width: 767px) {
    #info .box {
      grid-template-columns: 1fr;
      margin-bottom: 60px; } }
  #info .box h4 {
    font-size: 1.6rem;
    font-weight: normal; }
    @media screen and (max-width: 767px) {
      #info .box h4 {
        font-size: 1.2rem;
        margin-bottom: 15px; } }
    #info .box h4 span {
      display: block;
      border-bottom: 1px solid #aaa; }
  #info .box dl {
    font-weight: 500; }
    #info .box dl dt {
      font-size: 1.1rem;
      margin-bottom: 5px; }
  #info .box p {
    margin-top: 15px; }
    #info .box p span {
      display: block;
      font-weight: 500;
      margin-top: 5px; }
      #info .box p span .tel {
        text-decoration: none;
        font-size: 1.2rem;
        letter-spacing: .1em; }
        @media screen and (max-width: 767px) {
          #info .box p span .tel {
            font-size: 1rem;
            text-decoration: underline; } }
  #info .box ul {
    list-style: decimal;
    margin-left: 1em; }
#info .info-footer {
  background-color: var(--main_color_yellow);
  padding: 45px 0;
  margin-top: 90px; }
  #info .info-footer ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 45px; }
    @media screen and (max-width: 767px) {
      #info .info-footer ul {
        grid-template-columns: 1fr;
        gap: 15px; } }
    #info .info-footer ul li {
      background: #fff;
      line-height: 6rem;
      border-radius: 5px;
      position: relative; }
      @media screen and (max-width: 767px) {
        #info .info-footer ul li {
          line-height: 4rem; } }
      #info .info-footer ul li a {
        text-decoration: none;
        display: block;
        padding-left: 30px; }
        #info .info-footer ul li a:hover {
          text-decoration: underline; }
        #info .info-footer ul li a i {
          font-size: 1.6rem;
          position: absolute;
          top: 35px;
          right: 15px; }
          @media screen and (max-width: 767px) {
            #info .info-footer ul li a i {
              top: 20px; } }

/*--------------------
	PRIVACY
--------------------*/
#privacy li {
  margin-top: 5px; }

/*--------------------
	POLICY
--------------------*/
#policy h4 {
  white-space: pre-line; }

/*--------------------
	ALUMNI
--------------------*/
#alumni ul {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 45px; }
  @media screen and (max-width: 767px) {
    #alumni ul {
      grid-template-columns: 1fr;
      gap: 15px; } }
  #alumni ul li {
    background: #fff;
    line-height: 6rem;
    border-radius: 5px;
    position: relative; }
    @media screen and (max-width: 767px) {
      #alumni ul li {
        line-height: 4rem; } }
    #alumni ul li a {
      text-decoration: none;
      display: block;
      padding-left: 30px; }
      #alumni ul li a:hover {
        text-decoration: underline; }
      #alumni ul li a i {
        font-size: 1.6rem;
        position: absolute;
        top: 35px;
        right: 15px; }
        @media screen and (max-width: 767px) {
          #alumni ul li a i {
            top: 20px; } }
#alumni h3 {
  margin-top: 90px; }
#alumni dl {
  display: grid;
  grid-template-columns: 15% 85%;
  font-size: 1.2rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #aaa; }
  @media screen and (max-width: 767px) {
    #alumni dl {
      grid-template-columns: 1fr;
      font-size: 1rem; } }
  #alumni dl dt {
    font-weight: 500;
    letter-spacing: .1em;
    border-right: 1px solid #aaa; }
    @media screen and (max-width: 767px) {
      #alumni dl dt {
        border: none;
        margin-bottom: 5px; } }
  #alumni dl dd {
    padding: 0 5%; }
    @media screen and (max-width: 767px) {
      #alumni dl dd {
        padding: 0; } }
    #alumni dl dd a {
      text-decoration: none; }
      #alumni dl dd a:hover {
        text-decoration: underline; }

/*--------------------
	INTRODUCTION
--------------------*/
#introduction .red {
	color: #f00;
	font-weight: normal;
}

/*--------------------
	DISCLOSURE
--------------------*/
#disclosure .box {
  display: block; }
  #disclosure .box h4 {
    letter-spacing: .1em;
    border-bottom: 1px solid #aaa;
    margin-bottom: 30px; }
  #disclosure .box ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    row-gap: 30px;
    margin: 0; }
    @media screen and (max-width: 767px) {
      #disclosure .box ul {
        grid-template-columns: 1fr;
        grid-row-gap: 15px; } }
    #disclosure .box ul li {
      background: #fff;
      border: 1px solid #ddd;
      position: relative; }
      #disclosure .box ul li a {
        display: block;
        padding: 15px 30px;
        text-decoration: none; }
        @media screen and (max-width: 767px) {
          #disclosure .box ul li a {
            padding: 15px 5%; } }
        #disclosure .box ul li a:hover {
          text-decoration: underline; }
        #disclosure .box ul li a i {
          font-size: 2rem;
          position: absolute;
          top: 25px;
          right: 30px; }
          @media screen and (max-width: 767px) {
            #disclosure .box ul li a i {
              top: 20px;
              right: 3%; } }
  #disclosure .box p span {
    font-size: 1.2rem;
    letter-spacing: .1em; }
    #disclosure .box p span a {
      text-decoration: none; }
      #disclosure .box p span a:hover {
        text-decoration: underline; }

/*--------------------
	EVALUATION
--------------------*/
#evaluation .box {
  display: block; }
  #evaluation .box h4 {
    letter-spacing: .1em;
    border-bottom: 1px solid #aaa;
    margin-bottom: 30px; }
  #evaluation .box ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    row-gap: 30px;
    margin: 0; }
    @media screen and (max-width: 767px) {
      #evaluation .box ul {
        grid-template-columns: 1fr;
        grid-row-gap: 15px; } }
    #evaluation .box ul li {
      background: #fff;
      border: 1px solid #ddd;
      position: relative; }
      #evaluation .box ul li a {
        display: block;
        padding: 15px 30px;
        text-decoration: none; }
        @media screen and (max-width: 767px) {
          #evaluation .box ul li a {
            padding: 15px 5%; } }
        #evaluation .box ul li a:hover {
          text-decoration: underline; }
        #evaluation .box ul li a i {
          font-size: 2rem;
          position: absolute;
          top: 25px;
          right: 30px; }
          @media screen and (max-width: 767px) {
            #evaluation .box ul li a i {
              top: 20px;
              right: 3%; } }
    #evaluation .box ul .sngl a {
      padding: 28px 30px; }
      @media screen and (max-width: 767px) {
        #evaluation .box ul .sngl a {
          padding: 28px 5%; } }
  #evaluation .box p span {
    font-size: 1.2rem;
    letter-spacing: .1em; }
    @media screen and (max-width: 767px) {
      #evaluation .box p span {
        font-size: 1rem; } }
    #evaluation .box p span a {
      text-decoration: none; }
      @media screen and (max-width: 767px) {
        #evaluation .box p span a {
          text-decoration: underline; } }
      #evaluation .box p span a:hover {
        text-decoration: underline; }
  #evaluation .box div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px; }
    @media screen and (max-width: 767px) {
      #evaluation .box div {
        grid-template-columns: 1fr; } }
    #evaluation .box div ul {
      display: block; }
      #evaluation .box div ul li {
        margin-bottom: 30px; }
        @media screen and (max-width: 767px) {
          #evaluation .box div ul li {
            margin-bottom: 15px; } }
    #evaluation .box div p {
      line-height: 2;
      letter-spacing: .05em; }
      @media screen and (max-width: 767px) {
        #evaluation .box div p {
          margin: 0 0 15px; } }

/*--------------------
	SUPPORT
--------------------*/
#support .box {
  display: block; }
  #support .box .snd {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px; }
    @media screen and (max-width: 767px) {
      #support .box .snd {
        grid-template-columns: 1fr; } }
    #support .box .snd p {
      line-height: 2;
      letter-spacing: .05em;
      margin: 0; }
    #support .box .snd dl {
      font-weight: normal; }
      #support .box .snd dl dt {
        background: #fff;
        font-size: 1em;
        border: 1px solid #ddd;
        position: relative; }
        @media screen and (max-width: 767px) {
          #support .box .snd dl dt {
            margin: 15px 0 !important; } }
        #support .box .snd dl dt a {
          display: block;
          padding: 15px 30px;
          text-decoration: none; }
          #support .box .snd dl dt a:hover {
            text-decoration: underline; }
          #support .box .snd dl dt a i {
            color: #ccc;
            font-size: 1.4rem;
            position: absolute;
            top: 15px;
            right: 15px; }
      #support .box .snd dl dd {
        font-size: .8rem;
        letter-spacing: .05em; }
  #support .box ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 60px;
    row-gap: 30px;
    margin: 30px 0 0 0; }
    @media screen and (max-width: 767px) {
      #support .box ul {
        grid-template-columns: 1fr; } }
    #support .box ul li {
      background: #fff;
      border: 1px solid #ddd;
      position: relative; }
      #support .box ul li a {
        display: block;
        padding: 15px 30px;
        text-decoration: none; }
        @media screen and (max-width: 767px) {
          #support .box ul li a {
            padding: 15px 5%; } }
        #support .box ul li a:hover {
          text-decoration: underline; }
        #support .box ul li a i {
          font-size: 2rem;
          position: absolute;
          top: 25px;
          right: 30px; }
          @media screen and (max-width: 767px) {
            #support .box ul li a i {
              top: 20px;
              right: 3%; } }
    #support .box ul .sngl a {
      padding: 28px 30px; }
      @media screen and (max-width: 767px) {
        #support .box ul .sngl a {
          padding: 28px 5%; } }
  #support .box h4 {
    letter-spacing: .1em;
    border-bottom: 1px solid #aaa;
    margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    #support .box .scrl {
      overflow-x: scroll; } }
  #support .box .scrl table {
    width: 100%;
    line-height: 3;
    box-sizing: border-box; }
    @media screen and (max-width: 767px) {
      #support .box .scrl table {
        min-width: 800px; } }
    #support .box .scrl table thead tr {
      background-color: var(--main_color_yellow); }
      #support .box .scrl table thead tr th {
        text-align: center;
        vertical-align: middle;
        font-weight: normal;
        border: 1px solid #999; }
    #support .box .scrl table tbody tr td {
      text-indent: 1em;
      border: 1px solid #999; }
      #support .box .scrl table tbody tr td span {
        color: #e50211; }
      #support .box .red {
        color: #f00; }

/*--------------------
	BENEFIT
--------------------*/
#benefit .box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px; }
  @media screen and (max-width: 767px) {
    #benefit .box {
      grid-template-columns: 1fr; } }
  #benefit .box p {
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: .1em; }
    @media screen and (max-width: 767px) {
      #benefit .box p {
        font-size: 1rem; } }
    #benefit .box p span {
      font-size: .9rem;
      font-weight: normal; }
#benefit .flame {
  background: #fff;
  padding: 30px;
  border: 1px solid #999; }
  @media screen and (max-width: 767px) {
    #benefit .flame {
      padding: 2%; } }
  #benefit .flame .pe {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 30px; }
    @media screen and (max-width: 767px) {
      #benefit .flame .pe {
        grid-template-columns: 1fr; } }
    #benefit .flame .pe h4 {
      background-color: var(--main_color_yellow);
      text-align: center;
      font-size: 1.2rem;
      font-weight: normal;
      letter-spacing: .05em;
      padding: 15px 0;
      margin-bottom: 30px; }
    #benefit .flame .pe .check {
      background: #f9f9f9;
      display: grid;
      grid-template-columns: 100px 1fr;
      column-gap: 30px;
      padding: 15px 30px; }
      @media screen and (max-width: 767px) {
        #benefit .flame .pe .check {
          padding: 15px; } }
      #benefit .flame .pe .check h5 {
        width: 100px;
        background: #fff;
        text-align: center;
        font-size: 1.1rem;
        font-weight: normal;
        padding: 22px 0;
        border-radius: 50px;
        position: relative; }
        @media screen and (max-width: 767px) {
          #benefit .flame .pe .check h5 {
            height: 100px; } }
        #benefit .flame .pe .check h5 img {
          width: 100px;
          position: absolute;
          top: -30px;
          left: 0; }
      #benefit .flame .pe .check .bt {
        border-top: 1px solid #999;
        padding-top: 10px;
        margin-top: 10px;
        position: relative; }
        #benefit .flame .pe .check .bt span {
          position: absolute;
          right: 0; }
    #benefit .flame .pe .b-flame {
      padding: 15px;
      border: 1px solid #69a2d8; }
      #benefit .flame .pe .b-flame h5 {
        text-align: center;
        font-size: 1.2rem;
        font-weight: normal; }
      #benefit .flame .pe .b-flame dl {
        display: grid;
        grid-template-columns: 25px 1fr;
        column-gap: 15px;
        margin-top: 15px; }
        #benefit .flame .pe .b-flame dl dt {
          width: 25px;
          height: 25px;
          background-color: var(--main_color_yellow);
          text-align: center;
          color: #666;
          font-size: 1.2rem;
          line-height: 25px;
          border-radius: 15px;
          margin: 0 5px; }
    #benefit .flame .pe .practical .app {
      display: grid;
      grid-template-columns: 1fr 1fr;
      column-gap: 15px; }
      #benefit .flame .pe .practical .app dl {
        display: grid;
        grid-template-columns: 70px 1fr;
        column-gap: 15px;
        margin: 30px auto; }
        @media screen and (max-width: 767px) {
          #benefit .flame .pe .practical .app dl {
            grid-template-columns: 1fr; } }
        @media screen and (max-width: 767px) {
          #benefit .flame .pe .practical .app dl dt {
            width: 70px;
            margin: 0 auto 15px; } }
        #benefit .flame .pe .practical .app dl dd {
          font-size: .9rem; }
    #benefit .flame .pe .practical .coat {
      background: #f9f9f9;
      padding: 30px;
      margin-top: 50px; }
      #benefit .flame .pe .practical .coat p {
        letter-spacing: .1em; }
      #benefit .flame .pe .practical .coat .ab {
        position: relative; }
        #benefit .flame .pe .practical .coat .ab img {
          width: 100px;
          position: absolute;
          top: -45px;
          left: 10px; }
        #benefit .flame .pe .practical .coat .ab span {
          display: inline-block;
          width: 25px;
          background-color: var(--main_color_yellow);
          text-align: center;
          color: #666;
          font-size: 1.2rem;
          line-height: 25px;
          border-radius: 15px;
          margin: 0 3px; }
      #benefit .flame .pe .practical .coat .yen {
        margin-top: 15px; }
        #benefit .flame .pe .practical .coat .yen span {
          color: #e50211;
          font-size: 1.5rem;
          font-weight: 300; }
    #benefit .flame .pe .education .app {
      display: grid;
      grid-template-columns: 1fr; }
      #benefit .flame .pe .education .app dl {
        display: grid;
        grid-template-columns: 70px 1fr;
        column-gap: 15px;
        margin: 30px auto; }
        #benefit .flame .pe .education .app dl dd {
          font-size: .9rem;
          margin-top: 1em; }
    #benefit .flame .pe .education .r-flame {
      padding: 15px;
      border: 1px solid #e50211;
      margin-top: 30px; }
      #benefit .flame .pe .education .r-flame h5 {
        text-align: center;
        font-size: 1.2rem;
        font-weight: normal;
        margin-bottom: 5px; }
  #benefit .flame .note {
    color: #666;
    font-size: .9rem;
    letter-spacing: .05em;
    margin-top: 15px; }
    #benefit .flame .note span {
      display: inline-block;
      width: 25px;
      background-color: var(--main_color_yellow);
      text-align: center;
      font-size: 1.2rem;
      line-height: 25px;
      border-radius: 15px;
      margin: 0 5px; }
