@charset "UTF-8";
/* Top CSS */
/* _setting CSS */
#main {
  background: #fff;
}

/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  .apply .main_tl {
    background: url(../images/apply/tl_icon.png) 15px 55px/24px 32px no-repeat;
  }

  #about {
    width: 1000px;
    margin: 40px auto 120px;
    border: solid 1px #ff90bf;
    padding: 105px 50px 50px;
    position: relative;
  }
  #about .stitle {
    width: 310px;
    position: absolute;
    top: -13px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 2.4rem;
    background: url(../images/apply/apply_heading_about.png) center bottom no-repeat #fff;
    text-align: center;
    padding-bottom: 55px;
  }
  #about .logos {
    margin: 0 auto 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #about .logos a {
    display: block;
    margin-right: 20px;
  }
  #about .logos img {
    display: block;
  }
  #about figure {
    text-align: center;
    margin-bottom: 50px;
  }
  #about .copy {
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #cd376e;
  }
  #about p {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #about p:last-of-type {
    margin-bottom: 25px;
  }
  #about .btn {
    width: 280px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    display: block;
    border: 0;
    outline: 0;
    padding: 0;
  }
  #about .btn a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    color: #ff90bf;
    text-align: center;
    text-decoration: none;
    line-height: 48px;
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ff90bf;
  }
  #about .btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    background: url("../images/about/btn_read_icon.png") center 0/100% no-repeat;
    width: 12px;
    height: 10px;
  }
  #about .btn a:hover {
    color: #fff;
    background-color: #ff90bf;
  }
  #about .btn a:hover:after {
    background: url("../images/about/btn_read_icon_hover.png") center 0/100% no-repeat;
  }
  #about .covers_wrap {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  #about .covers_wrap .list {
    display: flex;
    justify-content: center;
  }
  #about .covers_wrap .item {
    width: 170px;
    margin-right: 12px;
  }
  #about .covers_wrap .item img {
    max-width: 100%;
    max-height: 245px;
  }
  #about .covers_wrap .item:last-child {
    margin-right: 0;
  }

  #characteristic {
    position: relative;
    padding-top: 150px;
    margin-bottom: 160px;
    border-top: 1px dashed #ff90bf;
  }
  #characteristic .stitle {
    width: 130px;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 2.4rem;
    text-align: center;
    background-color: #fff;
  }
  #characteristic .stitle:after {
    position: absolute;
    top: 35px;
    right: 0;
    left: -25px;
    margin: 0 auto;
    content: '';
    display: block;
    background: url(../images/apply/apply_heading_characteristic.png) center 0/100% no-repeat;
    width: 180px;
    height: 45px;
  }
  #characteristic ul {
    display: flex;
    justify-content: space-between;
  }
  #characteristic ul li {
    width: 320px;
    border: solid 1px #cecece;
    padding: 30px;
    position: relative;
  }
  #characteristic ul li figure {
    margin-bottom: 70px;
  }
  #characteristic ul li figure img {
    width: auto;
    height: 132px;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
  }
  #characteristic ul li h4 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    background: linear-gradient(rgba(0, 0, 0, 0) 45%, #ffc7df 45%);
    display: inline;
  }
  #characteristic ul li p {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-top: 15px;
  }
  #characteristic ul li:last-of-type figure {
    margin-bottom: 95px;
  }

  #flow {
    position: relative;
    border-top: 1px dashed #ff90bf;
    padding-top: 100px;
    margin-bottom: 140px;
  }
  #flow .stitle {
    width: 200px;
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 2.4rem;
    background: url(../images/apply/apply_heading_flow.png) center bottom no-repeat #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #flow .flow_tl:before {
    content: '';
    background: url(../images/apply/step_icon.png) no-repeat;
    width: 120px;
    height: 38px;
    top: -50px;
    position: absolute;
  }
  #flow .lists .item {
    display: flex;
    align-items: center;
    border: solid 1px #cecece;
    padding: 20px;
    margin-bottom: 60px;
    position: relative;
  }
  #flow .lists .item:not(:last-of-type):after {
    content: '';
    background: url(../images/apply/arrow.png);
    width: 49px;
    height: 39px;
    position: absolute;
    bottom: -39px;
    left: 130px;
  }
  #flow .lists .item figure {
    width: 280px;
  }
  #flow .lists .item figure img {
    padding: 25px 0 20px;
    margin-left: 94px;
  }
  #flow .lists .item figure figcaption {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    margin-right: 20px;
    padding-bottom: 20px;
  }
  #flow .lists .item .step_text {
    width: 650px;
    padding: 40px 0 40px 50px;
    position: relative;
  }
  #flow .lists .item .step_text p {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  #flow .lists .item .step_text p:nth-of-type(2) {
    margin-top: 25px;
  }
  #flow .lists .item .step_text:before {
    content: '';
    position: absolute;
    border: dashed 0.5px #cecece;
    height: 100%;
    top: 0;
    left: 0;
  }
  #flow .lists .item .step_text .text {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  #flow .lists .item .step_text .text:nth-of-type(2) {
    margin-top: 25px;
  }
  #flow .lists .item .step_text dl dt {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ff90bf;
  }
  #flow .lists .item .step_text dl dt:before {
    content: '●';
    display: inline-block;
    margin-right: 5px;
  }
  #flow .lists .item .step_text dl dd {
    margin-bottom: 30px;
  }
  #flow .lists .item .step_text dl dd .btn {
    margin: 20px 0;
  }
  #flow .lists .item .step_text dl dd .btn a {
    width: 290px;
    padding: 10px 0;
    display: block;
    text-align: center;
    position: relative;
    font-size: 1.7rem;
    font-weight: bold;
    color: #ff3d91;
    border: solid 1px #ff90bf;
    border-radius: 5px;
    margin: 0 auto;
  }
  #flow .lists .item .step_text dl dd .btn a:hover {
    background-color: #ff90bf;
    color: #fff;
    text-decoration: none;
  }
  #flow .lists .item .step_text dl dd .address {
    padding: 30px;
    margin-bottom: 0;
    background-color: #e9e9e9;
    border-radius: 5px;
  }
  #flow .lists .item .step_text dl dd .address strong {
    font-weight: bold;
  }
  #flow .lists .item .step_text dl:last-of-type dd {
    margin-bottom: 0;
  }
  #flow .lists .item:nth-of-type(2) .step_text {
    padding-top: 20px;
  }
  #flow .lists .item:nth-of-type(2) figcaption {
    font-size: 1.7rem;
    margin-right: 7px;
  }

  #experience {
    position: relative;
    border-top: 1px dashed #ff90bf;
    padding-top: 100px;
    margin-bottom: 90px;
  }
  #experience .stitle {
    width: 235px;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 2.4rem;
    background: url(../images/apply/apply_heading_interview.png) center bottom no-repeat #fff;
    text-align: center;
    padding-bottom: 55px;
  }
  #experience .banners {
    width: 890px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  #experience .banners .item {
    width: 430px;
    margin-bottom: 30px;
  }
  #experience .banners .item img {
    display: block;
    width: 100%;
  }

  #compensation {
    position: relative;
    padding-top: 100px;
    margin-bottom: 100px;
    border-top: 1px dashed #ff90bf;
  }
  #compensation .stitle {
    width: 130px;
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 2.4rem;
    text-align: center;
    background-color: #fff;
  }
  #compensation .stitle:after {
    position: absolute;
    top: 30px;
    right: 0;
    left: -25px;
    margin: 0 auto;
    content: '';
    display: block;
    background: url(../images/apply/apply_heading_compensation.png) center 0/100% no-repeat;
    width: 180px;
    height: 45px;
  }
  #compensation dl {
    width: 790px;
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: wrap;
  }
  #compensation dl dt {
    width: 169px;
    font-weight: bold;
    font-size: 1.8rem;
    text-indent: 30px;
  }
  #compensation dl dd {
    width: 619px;
    font-size: 1.7rem;
  }
  #compensation dl dt, #compensation dl dd {
    position: relative;
    line-height: 1.5;
    padding: 14px 0;
  }
  #compensation dl dt:before, #compensation dl dd:before {
    content: '';
    width: 100%;
    border-top: 1px solid #cecece;
    position: absolute;
    left: 0;
    top: 0;
  }
  #compensation dl dt:last-of-type:after, #compensation dl dd:last-of-type:after {
    content: '';
    width: 100%;
    border-top: 1px solid #cecece;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #compensation .apply_btn a {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/apply/form_btn.jpg) center 0/100% no-repeat;
    width: 320px;
    height: 68px;
    margin: 0 auto;
  }
  #compensation .apply_btn a:hover {
    top: 2px;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  .main_inner {
    margin: 0 4%;
  }

  .apply .main_tl {
    background: url(../images/apply/tl_icon.png) 15px 38px/23px 32px no-repeat;
  }

  #about {
    position: relative;
    width: 100%;
    padding: 65px 20px 30px;
    margin-bottom: 70px;
    border: solid 1px #ff90bf;
  }
  #about .stitle {
    width: 215px;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 1.9rem;
    background: url(../images/apply/sp_apply_heading_about.png) center bottom/120px 23px no-repeat #fff;
    text-align: center;
    padding-bottom: 33px;
  }
  #about .logos {
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #about .logos a {
    display: block;
    margin-right: 10px;
  }
  #about .logos img {
    width: auto;
    height: 35px;
    display: block;
  }
  #about .copy {
    margin-bottom: 20px;
    font-weight: bold;
    color: #cd376e;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.3;
  }
  #about p {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  #about p:last-of-type {
    margin-bottom: 0;
  }
  #about .covers_wrap {
    margin: 30px 0 10px;
  }
  #about .covers_wrap .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #about .covers_wrap .item {
    width: 46.5%;
    margin-bottom: 20px;
  }
  #about .covers_wrap .item img {
    max-height: 54.66vw;
  }
  #about .btn {
    width: 280px;
    height: 40px;
    background-color: #fff;
    display: block;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0 auto;
  }
  #about .btn a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    color: #ff90bf;
    text-align: center;
    text-decoration: none;
    line-height: 38px;
    font-size: 1.5rem;
    font-weight: bold;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #ff90bf;
  }
  #about .btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    background: url("../images/about/btn_read_icon.png") center 0/100% no-repeat;
    width: 12px;
    height: 10px;
  }
  #about .btn a:hover {
    color: #fff;
    background-color: #ff90bf;
  }
  #about .btn a:hover:after {
    background: url("../images/about/btn_read_icon_hover.png") center 0/100% no-repeat;
  }

  #characteristic {
    position: relative;
    padding-top: 110px;
    margin-bottom: 75px;
    border-top: 1px dashed #ff90bf;
  }
  #characteristic .stitle {
    width: 85px;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 1.9rem;
    text-align: center;
    background-color: #fff;
  }
  #characteristic .stitle:after {
    position: absolute;
    top: 24px;
    right: 0;
    left: -18px;
    margin: 0 auto;
    content: '';
    display: block;
    background: url(../images/apply/sp_apply_heading_characteristic.png) center 0/100% no-repeat;
    width: 120px;
    height: 23px;
  }
  #characteristic .lists li {
    width: 100%;
    border: solid 1px #cecece;
    padding: 30px 20px 20px;
    margin-bottom: 100px;
    position: relative;
  }
  #characteristic .lists li:last-child {
    margin-bottom: 0;
  }
  #characteristic .lists li figure {
    margin-bottom: 70px;
  }
  #characteristic .lists li figure img {
    width: auto;
    height: 132px;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    padding: 0 20px;
  }
  #characteristic .lists li h4 {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.6;
    background: linear-gradient(rgba(0, 0, 0, 0) 45%, #ffc7df 45%);
    display: inline;
  }
  #characteristic .lists li p {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-top: 15px;
  }

  #flow {
    position: relative;
    border-top: 1px dashed #ff90bf;
    padding-top: 75px;
    margin-bottom: 70px;
  }
  #flow .stitle {
    width: 135px;
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 1.9rem;
    background: url(../images/apply/sp_apply_heading_flow.png) center bottom/120px 85px no-repeat #fff;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 32px;
  }
  #flow .lists .item {
    border: solid 1px #cecece;
    padding: 20px 15px;
    margin-bottom: 50px;
    position: relative;
  }
  #flow .lists .item:not(:last-of-type):after {
    content: '';
    background: url(../images/apply/arrow.png) center 0/100% no-repeat;
    width: 25px;
    height: 20px;
    position: absolute;
    bottom: -20px;
    left: 45%;
  }
  #flow .lists .item figure {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #flow .lists .item figure img {
    width: 15%;
  }
  #flow .lists .item figure figcaption {
    width: 75%;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.5;
  }
  #flow .lists .item .step_text {
    width: 100%;
    padding: 35px 0 5px;
    position: relative;
  }
  #flow .lists .item .step_text:before {
    content: '';
    position: absolute;
    border: dotted 0.5px #d9bbe7;
    width: 100%;
    top: 15px;
    left: 0;
  }
  #flow .lists .item .step_text p {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  #flow .lists .item .step_text p span {
    color: #ff90bf;
  }
  #flow .lists .item .step_text p:nth-of-type(2) {
    margin-top: 25px;
  }
  #flow .lists .item .step_text .btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #flow .lists .item .step_text .btn a {
    width: 290px;
    display: block;
    text-align: center;
    position: relative;
    font-size: 1.7rem;
    font-weight: bold;
    color: #ff3d91;
    border: solid 1px #ff90bf;
    border-radius: 5px;
    padding: 10px 0;
    margin: 0 auto;
  }
  #flow .lists .item .step_text .btn a:hover {
    background-color: #ff90bf;
    color: #fff;
    text-decoration: none;
  }
  #flow .lists .item .step_text dl dt {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ff90bf;
  }
  #flow .lists .item .step_text dl dt:before {
    content: '●';
    display: inline-block;
    margin-right: 5px;
  }
  #flow .lists .item .step_text dl dd {
    margin-bottom: 30px;
  }
  #flow .lists .item .step_text dl dd .btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #flow .lists .item .step_text dl dd .address {
    padding: 10px;
    margin-bottom: 0;
    background-color: #e9e9e9;
    border-radius: 5px;
    font-size: 1.4rem;
  }
  #flow .lists .item .step_text dl dd .address strong {
    font-weight: bold;
  }
  #flow .lists .item:nth-of-type(2) figcaption {
    font-size: 1.7rem;
    margin-right: 7px;
  }

  #experience {
    position: relative;
    border-top: 1px dashed #ff90bf;
    padding-top: 70px;
    margin-bottom: 70px;
  }
  #experience .stitle {
    width: 180px;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 1.9rem;
    background: url(../images/apply/sp_apply_heading_interview.png) center bottom/120px 23px no-repeat #fff;
    text-align: center;
    padding-bottom: 33px;
  }
  #experience .banners {
    margin-top: -20px;
  }
  #experience .banners .item {
    width: 100%;
    padding: 30px 0;
    position: relative;
  }
  #experience .banners .item:not(:first-of-type):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-top: dotted 0.5px #cecece;
    height: 1px;
    width: 100%;
  }
  #experience .banners .item h4 {
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: bold;
    background: #f3f3f3;
    margin: 0 0 0 100px;
    padding: 20px 12px 20px 16px;
    border-radius: 20px;
    min-height: 115px;
    position: relative;
  }
  #experience .banners .item h4:before {
    position: absolute;
    top: 0;
    left: -100px;
  }
  #experience .banners .item h4:after {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-right: 20px solid #f3f3f3;
    top: 25px;
    left: -30px;
  }
  #experience .banners .item p {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 30px;
  }
  #experience .banners .item:nth-of-type(1) h4:before {
    content: '';
    background: url(../images/apply/ex1.png);
    width: 65px;
    height: 88px;
  }
  #experience .banners .item:nth-of-type(2) h4:before {
    content: '';
    background: url(../images/apply/ex2.png);
    width: 66px;
    height: 87px;
  }
  #experience .banners {
    display: flex;
    flex-direction: column;
  }
  #experience .banners li {
    width: 100%;
    height: auto;
  }
  #experience .banners li:last-child {
    padding: 30px 0 0 0;
  }
  #experience .banners li img {
    display: block;
    width: 100%;
    height: auto;
  }

  #compensation {
    position: relative;
    padding-top: 75px;
    margin-bottom: 75px;
    border-top: 1px dashed #ff90bf;
  }
  #compensation .stitle {
    width: 100px;
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    font-size: 2.4rem;
    text-align: center;
    background-color: #fff;
  }
  #compensation .stitle:after {
    position: absolute;
    top: 30px;
    right: 0;
    left: -8px;
    margin: 0 auto;
    content: '';
    display: block;
    background: url(../images/apply/sp_apply_heading_compensation.png) center 0/100% no-repeat;
    width: 120px;
    height: 23px;
  }
  #compensation dl {
    width: 100%;
    margin-bottom: 40px;
  }
  #compensation dl dt {
    font-weight: bold;
    font-size: 1.7rem;
    position: relative;
    padding: 20px 0 8px 4%;
  }
  #compensation dl dd {
    font-size: 1.6rem;
    line-height: 1.3;
    padding: 0 4% 20px;
    position: relative;
  }
  #compensation dl dd:last-of-type {
    width: 100%;
    border-bottom: dotted 0.5px #999;
  }
  #compensation dl dt:before {
    content: '';
    width: 100%;
    border-top: dotted 0.5px #999;
    position: absolute;
    left: 0;
    top: 0;
  }
  #compensation .apply_btn a {
    position: relative;
    display: block;
    background-repeat: no-repeat;
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/apply/sp_form_btn.jpg) center 0/100% no-repeat;
    max-width: 100%;
    height: 70px;
    margin: 0 auto;
  }
  #compensation .apply_btn a:hover {
    top: 2px;
  }
}
