@charset "utf-8";
@media screen and (min-width:768px) {
  .logo .copy {
    display: none;
  }
  
  /* キャンペーン */
  .now {
    margin-top:-30px;
    padding-top:30px;
  }
  .now .container {
    padding-top: 60px;
    padding-bottom: 60px;
    box-shadow: none;
  }
  .now h1 {
    display: inline-block;
    margin: 0 40px 15px 0;
    vertical-align: middle;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.0;
  }
  .m_sp {
    display: none;
  }
  .ss_main_pc ,
  .fc_main_pc {
    text-align: center;
    margin: 20px 0 35px;
    height: 456px;
  }
  .ss_main_sp ,
  .fc_main_sp {
    display: none;
  }
  .now .main_image {
    text-align: center;
    margin-top: 20px;
    position: relative;
    background: url("../img/main_image.jpg") top no-repeat;
    background-size: cover;
    height: 456px;
    color: #fff;
  }
  .now .main_image dt {
    line-height: 1.7em;
    padding-top: 80px;
    font-size: 8rem;
    font-weight: bold;
  }
  .now .main_image dt span {
    font-size: 26rem;
    font-weight: bold;
    color: #fff466;
  }
  .now .main_image dd {
    font-size: 2.5rem;
    font-weight: bold;
  }
  .now .main_image dd:nth-of-type(2) {
    line-height: 3em;
    display: inline;
    border: 1px solid #fff;
    border-radius: 50px;
    margin-top: 10px;
    padding: 7px 20px 8px;
    font-size: 1.4rem;
    font-weight: bold;
  }
  .now_list {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    align-items: center;
    background: #f1f2f3;
    border-radius: 10px;
    margin: 30px 0;
    padding: 35px 0;
  }
  .now_list li:nth-child(2):before ,
  .now_list li:nth-child(2):after {
    content: "+";
    padding: 0 10px;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .now_list li:nth-child(3):after {
    padding: 0 10px;
    font-size: 2.0rem;
    font-weight: bold;
  }
  .now_list li:nth-child(1) span ,
  .now_list li:nth-child(2) span ,
  .now_list li:nth-child(3) span {
    text-align: center;
    font-size: 1.6rem;
    background: #00b1ad;
    border-radius: 10px;
    padding: 15px;
    font-weight: bold;
    color: #fff;
  }
  .now_list li:nth-child(4) span {
    text-align: center;
    font-size: 1.6rem;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    font-weight: bold;
  }
  .now_list li:nth-child(4) span b {
    padding: 0 3px;
    font-size: 2.1rem;
    color: #ff5c5c;
  }
  .nowh2 {
    padding: 12px 0 40px;
  }
  .now table {
    margin-top: 20px;
    border-top: 1px solid #d6dbdb;
  }
  .now table th,
  .now table td {
    text-align: left;
    padding: 25px 20px;
    border-bottom: 1px solid #d6dbdb;
  }
  .now table th {
    text-align: right;
    width: 25%;
    background: #fafbfc;
    font-weight: bold;
  }
  .now table td ul li {
    margin-left: 20px;
    list-style-type: disc;
  }
  .now table td p {
    padding-bottom: 20px;
  }
  .now table td dl {
    -webkit-display: flex;
    -moz-display: flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    -moz-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
  .now table td dl dt {
    padding-right: 20px;
  }
  .now table td.item_list dl dt {
    width: 300px;
  }
  .now table td.item_list b {
    display: block;
    padding-top: 15px;
    color: #f66;
  }
  .now table td dl dd span {
    padding-left: 20px;
    font-weight: bold;
    color: #f66;
  }
  .now p.cta_btn {
    text-align: center;
    padding: 50px 0 30px;
  }
  .student p.cta_btn {
    text-align: center;
    padding: 20px 0 30px;
  }
  .now p.cta_btn a {
    position: relative;
    text-align: center;
    display: inline-block;
    border: none;
    width: 40%;
    height: auto;
    margin: 0 auto;
    padding: 20px 0;
    cursor: pointer;
    background: #00b1ad; 
    border: 1px solid #00b1ad;
    border-bottom: 2px solid #018784;
    border-radius: 5px;
    font-size: 2.6rem;
    font-weight: bold;
    color: #fff;
    white-space: normal;
  }
  .now p.cta_btn a:after {
    content: "";
    position: absolute;
    top: 40%;
    right: 5%;
    width: .4em;
    height: .4em;
    border-top: .15em solid #fff;
    border-right: .15em solid #fff;
    transform: rotate(45deg);
  }
  
  .sns-btn {
    margin: 0 auto;
    padding: 50px 0 30px;
    width: 396px;
  }
  .sns-btn a {
    padding: 20px!important;
    background-image: url("../../img/ico_line.svg");
    background-size: 44.4px;
  }
  
  /* student */
  .meincopy {
    text-align: center;
    background: #00b1ad;
    margin-bottom: 30px;
    padding: 20px 15px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
  }
  .meincopy span {
    color: #fef97d;
  }
  .student table {
    margin: 25px 0 35px;
  }
  .step {
    margin-top: 50px;
  }
  .step li {
    position: relative;
    line-height: 1.2em;
    border: 5px solid #e9ecee;
    border-radius: 15px;
    margin-bottom: 35px;
    background: #fafbfc;
    padding: 20px;
    font-size: 1.4rem;
  }
  .step li::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -30px;
    z-index: 10;
    margin-left: -60px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 60px 0 60px;
    border-color: #e9ecee transparent transparent transparent;
  }
  
  /* start */
  #now_start h2 {
    padding: 50px 0 20px;
  }
  .catch {
    background: url("../img/k_bg.jpg");
    background-size: cover;
    border: 15px solid #eac096;
    padding: 40px;
    color: #fff;
  }
  .catch dt {
    padding-bottom: 20px;
    font-size: 2.8rem;
    font-weight: bold;
  }
  .catch dd {
    background: url("../img/check.png") left no-repeat;
    background-size: 35px 35px;
    line-height: 2.1em;
    padding-left: 45px;
    font-size: 2.2rem;
  }
  .catch dd span {
    font-weight: bold;
    color: #fffbb4;
  }
  .flow_list {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
  }
  .flow_list li {
    width: 31%;
  }
  .flow_list li img {
    border-radius: 5px 5px 0 0;
  }
  .flow_list li div {
    border-right: 1px solid #d6dbdb;
    border-bottom: 1px solid #d6dbdb;
    border-left: 1px solid #d6dbdb;
    border-radius: 0 0 5px 5px;
    padding: 28px 30px 30px;
  }
  .flow_list li div h3 {
    padding: 0 0 15px;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .flow_list li div p {
    line-height: 2em;
  }
  .infor {
    text-align: center;
    background: #f4f6f7;
    border-radius: 10px;
    margin-top: 50px;
    padding: 0 60px 60px;
  }
  .infor h2 {
    font-size: 3.4rem;
  }
  .infor p {
    padding: 0 0 30px;
    font-size: 1.8rem;
  }
  .infor ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .infor ul li {
    width: 50%;
  }
  .infor ul li:first-child a {
    display: block;
    background: #fff;
    border: 5px solid #e8eaeb;
    border-radius: 10px;
    padding: 20px 0;
    font-size: 2.8rem;
  }
  .infor ul li:first-child a img {
    width: 45px;
    vertical-align: text-top;
    padding: 9px 8px 0 0;
  }
  .infor ul li:first-child a span {
    vertical-align: middle;
    padding: 0;
  }
  .infor ul li:first-child a span.sp-none {
    font-size: 2.4rem;
    font-weight: bold;
  }
  .infor ul li a.line ,
  .infor ul li a.mail {
    position: relative;
    text-align: left;
    display: inline-block;
    line-height: 1.2em;
    border: none;
    width: 83%;
    height: auto;
    margin: 10px auto 0;
    padding: 20px 0 20px 17%;
    cursor: pointer;
    border: 1px solid #00b1ad;
    border-bottom: 2px solid #018784;
    border-radius: 5px;
    font-size: 1.8rem;
    color: #fff;
    white-space: normal;
  }
  .contact_area li a:after,
  .contact_area li a:after {
    content: ">";
    height: 25px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: scale(0.5, 1) translateY(-50%);
    font-size: 2.2rem;
    font-weight: bold;
  }
  .infor ul li a.line {
    background: #00b1ad url(../../img/ico_line.svg) no-repeat;
    background-position: 20px 18px;
    background-size: 50px;
  }
  .infor ul li a.mail {
    background: #00b1ad url(../../img/mail.svg) no-repeat;
    background-position: 20px 18px;
    background-size: 50px;
  }
  .infor ul li a.line span ,
  .infor ul li a.mail span {
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .train_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .train_list {
    padding: 10px 0 40px;
  }
  .train_list::after {
    display: block;
    content:"";
    width: 31%;
  }
  .train_list li {
    position: relative;
    width: 31%;
  }
  .train_list li a {
    display: block;
    border: 1px solid #d6dbdb;
    border-radius: 5px;
    padding: 4% 4% 4% 16%;
    margin-bottom: 6%;
    width: 80%;
  }
  .train_list li a:after {
    content: ">";
    height: 30px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: scale(0.5, 1) translateY(-50%);
  }
  .train_list li a b {
    display: block;
    line-height: 2em;
  }
  .train_list li.yamanote a {
    background: url("../../img/ico/yamanote.png") no-repeat;
    background-position: 18px;
    background-size: 30px;
  }
  .train_list li.chuo a {
    background: url("../../img/ico/chuo.png") no-repeat;
    background-position: 18px;
    background-size: 30px;
  }
  .train_list li.oda a {
    background: url("../../img/ico/oda.png") no-repeat;
    background-position: 18px;
    background-size: 30px;
  }
  .train_list li.keio a {
    background: url("../../img/ico/keio.png") no-repeat;
    background-position: 18px;
    background-size: 30px;
  }
  .train_list li.keisei a {
    background: url("../../img/ico/keisei.png") no-repeat;
    background-position: 18px;
    background-size: 30px;
  }
  .train_list li.seibu a {
    background: url("../../img/ico/seibu.png") no-repeat;
    background-position: 18px;
    background-size: 30px;
  }
  .train_list li.seibu a {
    background: url("../../img/ico/seibu.png") no-repeat;
    background-position: 18px;
    background-size: 30px;
  }
  .train_list li.tojyo a {
    background: url("../../img/ico/tojyo.png") no-repeat;
    background-position: 18px;
    background-size: 30px;
  }
  .train_list li.yuraku a {
    background: url("../../img/ico/yuraku.png") no-repeat;
    background-position: 18px;
    background-size: 30px;
  }
  .train_list li.fuku a {
    background: url("../../img/ico/fuku.png") no-repeat;
    background-position: 18px;
    background-size: 30px;
  }
  .train_list li.maru a {
    background: url("../../img/ico/maru.png") no-repeat;
    background-position: 18px;
    background-size: 30px;
  }
  .train_list li.chiyo a {
    background: url("../../img/ico/chiyo.png") no-repeat;
    background-position: 18px;
    background-size: 30px;
  }
  .train_list li.tozai a {
    background: url("../../img/ico/tozai.png") no-repeat;
    background-position: 18px;
    background-size: 30px;
  }
  .train_list li.nanboku a {
    background: url("../../img/ico/nanboku.png") no-repeat;
    background-position: 18px;
    background-size: 30px;
  }
  .train_list li.edo a {
    background: url("../../img/ico/edo.png") no-repeat;
    background-position: 18px;
    background-size: 30px;
  }
  .train_list li a:hover {
    background-color: #f4f5f6;
  }
}