@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) no-repeat 0 58px;
  }

  .btn {
    width: 280px;
    height: 40px;
    background-color: #fff;
    display: block;
    border: 0;
    outline: 0;
    padding: 0;
    margin: 0 auto;
  }
  .btn a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    color: #eb3e89;
    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 #eb3e89;
  }
  .btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    background: url("/gsst/images/about/btn_read_icon.png") center 0/100% no-repeat;
    width: 12px;
    height: 10px;
  }
  .btn a:hover {
    color: #fff;
    background-color: #eb3e89;
  }
  .btn a:hover:after {
    background: url("/gsst/images/about/btn_read_icon_hover.png") center 0/100% no-repeat;
  }

  #about {
    width: 1000px;
    margin: 40px auto 0;
    border: solid 1px #eb3e89;
    padding: 50px;
    position: relative;
  }
  #about .con_tl {
    position: relative;
    text-align: center;
    margin-top: -62px;
    font-size: 2.2rem;
  }
  #about .con_tl:after {
    display: none;
  }
  #about figure {
    text-align: center;
    margin: 30px 0 40px;
  }
  #about .copy {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.8rem;
    color: #eb3e89;
  }
  #about p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 35px;
  }
  #about p:last-of-type {
    margin-bottom: 0;
  }
  #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 ul {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
  }
  #characteristic ul li {
    width: 320px;
    border: solid 1px #333;
    padding: 30px;
    position: relative;
  }
  #characteristic ul li figure {
    margin-bottom: 70px;
  }
  #characteristic ul li figure img {
    width: auto;
    height: 128px;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    padding: 0 20px;
  }
  #characteristic ul li h4 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.6;
    background: linear-gradient(rgba(0, 0, 0, 0) 45%, #fce3ee 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 .flow_tl:before {
    content: '';
    background: url(../images/apply/step_icon.png) no-repeat;
    width: 120px;
    height: 38px;
    top: -50px;
    position: absolute;
  }
  #flow .list li {
    display: flex;
    align-items: center;
    border: solid 1px #333;
    padding: 20px;
    margin-bottom: 60px;
    position: relative;
  }
  #flow .list li:not(:last-of-type):after {
    content: '';
    background: url(../images/apply/arrow.png);
    width: 35px;
    height: 39px;
    position: absolute;
    bottom: -34px;
    left: 130px;
  }
  #flow .list li .step_title {
    width: 280px;
    text-align: center;
  }
  #flow .list li .step_title img {
    padding: 25px 0 20px;
  }
  #flow .list li .step_title .caps {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
    margin-right: 20px;
    padding: 0 0 20px 0;
  }
  #flow .list li .step_text {
    width: 650px;
    padding: 20px 0 20px 50px;
    position: relative;
  }
  #flow .list li .step_text .text {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  #flow .list li .step_text .text:nth-of-type(2) {
    margin-top: 25px;
  }
  #flow .list li .step_text dl dt {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ff3d91;
  }
  #flow .list li .step_text dl dt:before {
    content: '●';
    display: inline-block;
    margin-right: 5px;
  }
  #flow .list li .step_text dl dd {
    margin-bottom: 30px;
  }
  #flow .list li .step_text dl dd .btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #flow .list li .step_text dl dd .address {
    padding: 30px;
    margin-bottom: 0;
    background-color: #e9e9e9;
    border-radius: 5px;
  }
  #flow .list li .step_text dl dd .address strong {
    font-weight: bold;
  }
  #flow .list li .step_text:before {
    content: '';
    position: absolute;
    border: dashed 0.5px #cecece;
    height: 100%;
    top: 0;
    left: 0;
  }
  #flow .list li .btn {
    width: 290px;
    height: auto;
    margin: 0 auto;
  }
  #flow .list li .btn a {
    width: 290px;
    padding: 10px 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-size: 1.7rem;
    font-weight: bold;
    color: #ff3d91;
    border: solid 1px #ff3d91;
    line-height: 1.5;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  #flow .list li .btn a:hover {
    text-decoration: none;
    background-color: #ff3d91;
    color: #fff;
  }
  #flow .list li .btn a:hover:after {
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="200" /><feFuncG type="linear" slope="200" /><feFuncB type="linear" slope="200" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(200);
    filter: brightness(200);
  }
  #flow .list li .btn a:after {
    content: '';
    display: block;
    color: #ff3d91;
    position: absolute;
    width: 10px;
    height: 14px;
    background: url("../images/common/icon_arrow_pink.svg") center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #flow .list li:nth-of-type(2) figcaption {
    font-size: 1.7rem;
    margin-right: 7px;
  }

  #experience ul {
    display: flex;
    justify-content: space-around;
    position: relative;
  }
  #experience ul li {
    width: 435px;
    padding: 20px 0;
  }
  #experience ul li 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 ul li h4:before {
    position: absolute;
    top: 0;
    left: -100px;
  }
  #experience ul li h4:after {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-right: 20px solid #f3f3f3;
    top: 25px;
    left: -30px;
  }
  #experience ul li p {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 30px;
  }
  #experience ul li:nth-of-type(1) h4:before {
    content: '';
    background: url(../images/apply/ex1.png);
    width: 65px;
    height: 88px;
  }
  #experience ul li:nth-of-type(2) h4:before {
    content: '';
    background: url(../images/apply/ex2.png);
    width: 66px;
    height: 87px;
  }
  #experience .banners {
    width: 650px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #experience .banners li {
    width: 300px;
    height: auto;
    max-height: 185px;
    margin-bottom: 30px;
  }
  #experience .banners li img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 185px;
  }

  #compensation dl {
    width: 790px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  #compensation dl dt {
    width: 169px;
    font-weight: bold;
    font-size: 1.8rem;
    padding: 22px 0;
    position: relative;
    text-indent: 30px;
  }
  #compensation dl dd {
    width: 619px;
    font-size: 1.7rem;
    padding: 22px 0;
    position: relative;
  }
  #compensation dl dt:before, #compensation dl dd:before {
    content: '';
    width: 100%;
    border-top: dotted 0.5px #999;
    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: dotted 0.5px #999;
    position: absolute;
    left: 0;
    top: 62px;
  }
  #compensation p {
    width: 320px;
    margin: 60px auto 0;
    padding-bottom: 80px;
    letter-spacing: 0.3rem;
    text-align: center;
    background: url(../images/common/form_icon.png) 28px 26px/no-repeat;
  }
  #compensation p a {
    color: #fff;
    font-size: 2.4rem;
    line-height: 68px;
    background: #ec5b9a;
    font-weight: bold;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  #compensation p a span {
    padding-left: 40px;
    background: url(../images/common/form_icon.png) no-repeat center left;
  }
  #compensation p a:after {
    content: '';
    background: #eb3e89;
    width: 200px;
    height: 250px;
    position: absolute;
    transform: rotate(65deg);
    top: -15px;
    left: 42%;
    z-index: -1;
  }
  #compensation p a:hover {
    background: #eb3e89;
    text-decoration: none;
    position: relative;
    top: 2px;
  }
}
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  .main_inner {
    margin: 0 4%;
  }

  .apply .main_tl {
    background: url(../images/apply/sp_tl_icon.png) no-repeat 0 40px/40px;
  }

  .btn {
    width: 280px;
    height: 50px;
    margin: 0 auto;
    background-color: #fff;
    display: block;
    border: 0;
    outline: 0;
    padding: 0;
  }
  .btn a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    color: #eb3e89;
    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 #eb3e89;
  }
  .btn a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto 0;
    background: url("/gsst/images/about/btn_read_icon.png") center 0/100% no-repeat;
    width: 12px;
    height: 10px;
  }
  .btn a:hover {
    color: #fff;
    background-color: #eb3e89;
  }
  .btn a:hover:after {
    background: url("/gsst/images/about/btn_read_icon_hover.png") center 0/100% no-repeat;
  }

  #about {
    width: 100%;
    border: solid 1px #eb3e89;
    padding: 50px 20px 20px;
    position: relative;
    margin-top: 40px;
  }
  #about .con_tl {
    position: relative;
    text-align: center;
    margin-top: -62px;
    font-size: 2.2rem;
  }
  #about .con_tl:after {
    display: none;
  }
  #about figure {
    text-align: center;
    margin: 30px 0 40px;
  }
  #about .copy {
    margin-bottom: 20px;
    font-weight: bold;
    color: #eb3e89;
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.3;
  }
  #about p {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 35px;
  }
  #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;
  }

  #characteristic ul {
    margin-top: 100px;
  }
  #characteristic ul li {
    width: 100%;
    border: solid 1px #333;
    padding: 30px 20px 20px;
    margin-bottom: 100px;
    position: relative;
  }
  #characteristic ul li figure {
    margin-bottom: 70px;
  }
  #characteristic ul li figure img {
    width: 150px;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    padding: 0 20px;
  }
  #characteristic ul li h4 {
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1.6;
    background: linear-gradient(rgba(0, 0, 0, 0) 45%, #fce3ee 45%);
    display: inline;
  }
  #characteristic ul li p {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-top: 15px;
  }

  #flow .flow_tl:before {
    content: '';
    background: url(../images/apply/step_icon.png) no-repeat;
    width: 120px;
    height: 38px;
    top: -50px;
    position: absolute;
  }
  #flow .list {
    list-style: none;
  }
  #flow .list li {
    border: solid 1px #333;
    padding: 0 20px 20px 20px;
    margin-bottom: 60px;
    position: relative;
  }
  #flow .list li:not(:last-of-type):after {
    content: '';
    background: url(../images/apply/arrow.png);
    width: 35px;
    height: 39px;
    position: absolute;
    bottom: -34px;
    left: 45%;
  }
  #flow .list li .step_title span {
    width: 110px;
    height: 35px;
    margin: 0 auto;
    background: url(/images/apply/sp_step1.png) center top no-repeat #fff;
    background-size: 70px auto;
    display: block;
    transform: translateY(-10px);
  }
  #flow .list li .step_title span img {
    display: none;
  }
  #flow .list li .step_title .caps {
    padding-top: 15px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.5;
  }
  #flow .list li .step_text {
    width: 100%;
    padding: 35px 0 5px;
    position: relative;
  }
  #flow .list li .step_text p {
    font-size: 1.6rem;
    line-height: 1.7;
  }
  #flow .list li .step_text p span {
    color: #ff3d91;
  }
  #flow .list li .step_text p:nth-of-type(2) {
    margin-top: 25px;
  }
  #flow .list li .step_text dl dt {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ff3d91;
  }
  #flow .list li .step_text dl dt:before {
    content: '●';
    display: inline-block;
    margin-right: 5px;
  }
  #flow .list li .step_text dl dd {
    margin-bottom: 30px;
  }
  #flow .list li .step_text dl dd .btn {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #flow .list li .step_text dl dd .address {
    padding: 10px;
    margin-bottom: 0;
    background-color: #e9e9e9;
    border-radius: 5px;
    font-size: 1.4rem;
  }
  #flow .list li .step_text dl dd .address strong {
    font-weight: bold;
  }
  #flow .list li .btn {
    width: 100%;
    height: auto;
  }
  #flow .list li .btn a {
    width: 100%;
    padding: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: relative;
    font-size: 1.7rem;
    font-weight: bold;
    color: #ff3d91;
    border: solid 1px #ff3d91;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  #flow .list li .btn a:hover {
    text-decoration: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  #flow .list li .btn a:after {
    content: '';
    display: block;
    color: #ff3d91;
    position: absolute;
    width: 10px;
    height: 14px;
    background: url("../images/common/icon_arrow_pink.svg") center center no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #flow .list li:nth-of-type(2) .step_title span {
    background-image: url(/images/apply/sp_step2.png);
  }
  #flow .list li:nth-of-type(3) .step_title span {
    background-image: url(/images/apply/sp_step3.png);
  }

  #experience ul {
    margin-top: -20px;
  }
  #experience ul li {
    width: 100%;
    padding: 30px 0;
    position: relative;
  }
  #experience ul li:not(:first-of-type):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-top: dashed 0.5px #999;
    height: 1px;
    width: 100%;
  }
  #experience ul li 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 ul li h4:before {
    position: absolute;
    top: 0;
    left: -100px;
  }
  #experience ul li h4:after {
    content: '';
    position: absolute;
    border: 10px solid transparent;
    border-right: 20px solid #f3f3f3;
    top: 25px;
    left: -30px;
  }
  #experience ul li p {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-top: 30px;
  }
  #experience ul li:nth-of-type(1) h4:before {
    content: '';
    background: url(../images/apply/ex1.png);
    width: 65px;
    height: 88px;
  }
  #experience ul li: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 dl {
    width: 100%;
  }
  #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 p {
    width: 100%;
    margin: 60px auto 0;
    padding-bottom: 80px;
    letter-spacing: 0.3rem;
    text-align: center;
    background: url(../images/common/form_icon.png) 28px 26px/no-repeat;
  }
  #compensation p a {
    color: #fff;
    font-size: 2.4rem;
    line-height: 68px;
    background: #ec5b9a;
    font-weight: bold;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 0;
  }
  #compensation p a span {
    padding-left: 40px;
    background: url(../images/common/form_icon.png) no-repeat center left;
  }
  #compensation p a:after {
    content: '';
    background: #eb3e89;
    width: 200px;
    height: 250px;
    position: absolute;
    transform: rotate(65deg);
    top: -15px;
    left: 42%;
    z-index: -1;
  }
  #compensation p a:hover {
    background: #eb3e89;
    text-decoration: none;
    position: relative;
    top: 2px;
  }
}
