@charset "utf-8";

/*==========================================
contentsのスタイル -> recruit-common
===========================================*/

body {
    background-color: #fff;
}

p#vw {
    font-size: 1vw;
}

/* header */

.head_recruit {
    width: 1206px;
    margin: 0 auto;
    padding: 10px 0px;
}

.logo_recruit {
    float: left;
    width: 300px;
}

.logo_recruit img {
    width: 100%;
    height: auto;
}

.headMenu_recruit p {
    text-align: right;
    font-size: 14px;
}

.headMenu_recruit p:hover {
    opacity: 0.6
}

.headMenu_recruit img {
    vertical-align: middle;
    padding-right: 10px;
}

.headMenu_recruit li {
    float: left;
    width: 135px;
    color: #fff;
    text-align: center;
    padding: 10px 5px;
    margin-top: 5px;
    margin-left: 6px;
    font-size: 15px;
}

.headMenu_recruit li:hover {
    opacity: 0.6
}

.headMenu_graduate {
    background-color: #E06B6C;
}

.headMenu_carrer {
    background-color: #ECBE55;
}

.headMenu_about {
    background-color: #438FC3;
}

.headMenu_training {
    background-color: #5DB4AA;
}

.headMenu_human {
    background-color: #C29ABE;
}

.headMenu_syougakukin {
    background-color: #40bbdc;
}


/* header end */

.container_recruit {
    background: url(/corporate/data/images/recruit/background.png) center center / cover no-repeat;
}

.main_recruit {
    width: 960px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 50px;
}

.recruitTitle {
    font-size: 22px;
    width: 920px;
    padding-bottom: 5px;
    margin: 20px 0;
    padding: 0.3em;
    padding: 0.25em 0.5em;
    /*上下 左右の余白*/
    background: transparent;
    border-left: solid 5px #222d3b;
}

.recruitContact {
    width: 875px;
    margin: 0 auto;
}

.recruitContact img {
    width: 100%;
    height: auto;
}


/*==========================================
contentsのスタイル -> graduate.html
===========================================*/

.graduateWrap a:hover {
    opacity: 1;
}

.graduate {
    width: 229px;
    background-color: #C36363;
    margin: 1px;
    margin-bottom: 20px;
}


/* graduateｴﾌｪｸﾄ */

.graduate {
    position: relative;
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    text-decoration: none;
    outline: none;
    transition: all .2s;
}

.graduate::before,
.graduate::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 2px solid transparent;
}

.graduate::before {
    top: -2px;
    left: -2px;
}

.graduate::after {
    bottom: -2px;
    right: -2px;
}

.graduate:hover {
    color: #fff;
}

.graduate:hover::before,
.graduate:hover::after {
    width: 100%;
    height: 100%;
}

.graduate:hover::before {
    border-bottom-color: #C36363;
    border-left-color: #C36363;
    transition: height .3s, width .3s .3s;
}

.graduate:hover::after {
    border-top-color: #C36363;
    border-right-color: #C36363;
    transition: height .3s, width .3s .3s;
}


/* graduateｴﾌｪｸﾄ end */

.graduate_1 {
    border: solid 2px #C36363;
}

.graduate_2 {
    padding: 10px 0;
    padding-left: 10px;
    line-height: 20px;
}

table.graduate_3 {
    width: 900px;
    margin: 0 auto;
    background-color: #fff;
    border: solid 2px #C36363;
    font-size: 14px;
}

table.graduate_3 th {
    width: 20%;
    padding: 10px 0;
    color: #fff;
    background-color: #C36363;
    border-top: solid 1px #C36363;
    border-left: solid 1px #C36363;
    border-right: solid 1px #C36363;
    border-bottom: solid 1px #fff;
}

table.graduate_3 td {
    width: 80%;
    padding: 10px;
    line-height: 20px;
    border: solid 1px #C36363;
}

.graduate_4 {
    padding-left: 30px;
}

.graduate_4 p {
    padding-bottom: 20px;
}


/*==========================================
contentsのスタイル -> carrer.html
===========================================*/

.carrerWrap a:hover {
    opacity: 1;
}

.carrer_1 {
    border: solid 2px #E4B755;
}

.carrer_2 {
    padding: 10px 0;
    padding-left: 10px;
    line-height: 20px;
}

table.carrer_3 {
    width: 900px;
    margin: 0 auto;
    background-color: #fff;
    border: solid 2px #E4B755;
    font-size: 14px;
}

table.carrer_3 th {
    width: 20%;
    padding: 10px 0;
    color: #fff;
    background-color: #E4B755;
    border-top: solid 1px #E4B755;
    border-left: solid 1px #E4B755;
    border-right: solid 1px #E4B755;
    border-bottom: solid 1px #fff;
}

table.carrer_3 td {
    width: 80%;
    padding: 10px;
    line-height: 20px;
    border: solid 1px #E4B755;
}


/*==========================================
contentsのスタイル -> training.html
===========================================*/

.trainingImg {
    width: 875px;
    margin: 50px auto;
}

.trainingImg img {
    width: 100%;
    height: auto;
}

.training_1 {
    font-size: 14px;
    line-height: 20px;
    padding: 0 50px;
}

.training_2 {
    font-size: 14px;
    padding: 50px;
    padding-bottom: 10px;
}

.training_3 {
    font-size: 14px;
    line-height: 30px;
    width: 830px;
    margin: 0 auto;
    border: solid 1px #000;
    background-color: #fff;
    padding: 10px 15px;
}


/*==========================================
contentsのスタイル -> human.html
===========================================*/

.human_1 {
    font-size: 14px;
    line-height: 20px;
    padding: 0 50px;
}

.human_2_1 {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
}

.human_2_2 {
    float: left;
    width: 158px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding-top: 340px;
    padding-left: 120px;
}

.human_2_3 {
    float: left;
    width: 404px;
}

.human_2_3 img {
    width: 100%;
    height: auto;
}

.human_2_4 {
    float: right;
    width: 188px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    padding-top: 340px;
    padding-right: 90px;
}

.human_3 {
    float: left;
    width: 258px;
    height: 400px;
    padding: 20px;
    border: solid 1px #000;
    background-color: #fff;
}

.human_3_center {
    float: left;
    width: 258px;
    height: 400px;
    padding: 20px;
    border: solid 1px #000;
    background-color: #fff;
    margin: 0 30px;
}

.human_3_1 {
    font-size: 32px;
    font-weight: bold;
    color: #6DC2A8;
    border-bottom: solid 5px #6DC2A8;
    text-align: center;
    padding-bottom: 5px;
}

.human_3_1_2 {
    font-size: 32px;
    font-weight: bold;
    color: #83AADA;
    border-bottom: solid 5px #83AADA;
    text-align: center;
    padding-bottom: 5px;
}

.human_3_1_3 {
    font-size: 32px;
    font-weight: bold;
    color: #E27280;
    border-bottom: solid 5px #E27280;
    text-align: center;
    padding-bottom: 5px;
}

.human_3_2 {
    padding-top: 30px;
    font-size: 14px;
    line-height: 20px;
}


/*==========================================
contentsのスタイル -> about.html
===========================================*/

.about_1 {
    font-size: 14px;
    line-height: 30px;
    padding: 0 50px;
}

.about_2 {
    float: left;
    width: 280px;
}

.about_2_center {
    margin: 0 30px;
}

.about_2_1 {
    position: relative;
}

.about_2_1 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.about_2_1Text {
    position: absolute;
    bottom: 65%;
    width: 100%;
}

.about_2_1Text p {
    font-size: 16px;
    text-align: center;
}

img.about_2_2 {
    margin-top: -100px;
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

.about_2_3 {
    height: 200px;
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    color: #fff;
    background-color: #4590C3;
}

.about_3_1 li {
    float: left;
    margin: 20px 50px;
}

.about_3_1 img{
    width: 175px;
}

.about_3_2 li {
    float: left;
    margin: 20px 50px;
}

.about_3_2 {
    margin-left: 150px;
}

.about_3_2 img{
    width: 175px;
}

.about_4 {
    width: 954px;
    margin: 0 auto;
}

.about_4 img {
    width: 100%;
    height: auto;
}


/*==========================================
contentsのスタイル -> carrer_staff.html / graduate_staff.html
===========================================*/

.staffIinterview {
    padding-top: 20px;
    padding-left: 10px;
}

.carrer_staff {
    position: relative;
}

.carrer_staff a:hover {
    opacity: 1.0;
}

.carrer_staff img {
    width: 100%;
    min-width: 960px;
    height: auto;
    min-height: 700px;
    vertical-align: bottom;
}

.carrer_staffText_1 {
    position: absolute;
    bottom: 10%;
    left: 10%;
}

.carrer_staffText_1 p {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    padding: 20px;
    line-height: 25px;
}

.carrer_staffText_2 {
    position: absolute;
    top: 5%;
    right: 1%;
    width: 600px;
    background-color: rgba(255, 255, 255, 0.6);
}

.carrer_staffText_2_1 {
    font-size: 16px;
    padding: 20px 0;
}

.carrer_staffText_2_2 {
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px;
    padding-bottom: 20px;
}

.carrer_staffText_3 {
    position: absolute;
    bottom: 10%;
    right: 10%;
}

.carrer_staffText_3 p {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    padding: 20px;
    line-height: 25px;
}

.carrer_staffText_4 {
    position: absolute;
    top: 5%;
    left: 1%;
    width: 600px;
    background-color: rgba(255, 255, 255, 0.6);
}

.carrer_staffText_4_1 {
    font-size: 16px;
    padding: 20px 0;
}

.carrer_staffText_4_2 {
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px;
    padding-bottom: 20px;
}


/*==========================================
contentsのスタイル -> recruit.html
===========================================*/

/* headerRecruit */

.headerRecruit {
    position: relative;
}

.audio_recruit {
    text-align: right;
    border: none;
}

.audio_recruit img {
    border: none;
    cursor: pointer;
    position: absolute;
    top: 10%;
    left: 83%;
}

#bgvideo {
    vertical-align: bottom;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: -100;
}

.thumbnail {
    position: absolute;
    width: 100%;
    height: 80%;
    top: 20%;
}

.dot-overlay {
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.dot-overlay:before {
    background: url(/corporate/data/images/recruit/dot.svg);
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

section {
    width: 100%;
    height: 350px;
    /*box-shadow: 0px 0px 146px 21px rgba(0, 0, 0, 0.75);
    background-color: #000;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: absolute;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

section a {
    /*font-family: 'Henny Penny', cursive;*/
    /*font-family: 'Monoton', cursive;*/
    /*font-family: 'Bungee Hairline', cursive;*/
    font-family: 'Oxygen', sans-serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-size: 4.875em;
    font-weight: 900;
    color: #fff;
    cursor: default;
}

section a:after,
section a:before {
    content: '';
}

section.head {
    width: 100%;
    height: 350px;
    /*background-color: #fff;*/
    position: relative;
    z-index: 10;
}

section.head a {
    width: 652px;
    height: 78px;
    line-height: 78px;
    position: absolute;
    top: 50%;
    left: 48%;
    margin-left: -326px;
    margin-top: -39px;
    font-weight: 300;
    color: #BABABA;
    -webkit-transition: all 2s cubic-bezier(0.21, 1, 0.84, 1.01);
    -moz-transition: all 2s cubic-bezier(0.21, 1, 0.84, 1.01);
    transition: all 2s cubic-bezier(0.21, 1, 0.84, 1.01);
}

section.head a:before,
section.head a:after {
    color: #FA0202;
    font-weight: 900;
    font-size: 30px;
    text-transform: none;
    display: block;
    -webkit-transition: inherit;
    -moz-transition: inherit;
    transition: inherit;
}

section.head a:before {
    content: attr(data-bf);
    position: absolute;
    top: -45px;
    left: -5px;
}

section.head a:after {
    content: attr(data-af);
    position: absolute;
    right: 0;
    bottom: -30px;
}

section.head a:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1.0;
}

section.head a:hover:before {
    -webkit-transform: scale(1.2) translate(-25px, -15px);
    -moz-transform: scale(1.2) translate(-25px, -15px);
    -ms-transform: scale(1.2) translate(-25px, -15px);
    -o-transform: scale(1.2) translate(-25px, -15px);
    transform: scale(1.2) translate(-25px, -15px);
}

section.head a:hover:after {
    -webkit-transform: scale(1.2) translate(25px, 15px);
    -moz-transform: scale(1.2) translate(25px, 15px);
    -ms-transform: scale(1.2) translate(25px, 15px);
    -o-transform: scale(1.2) translate(25px, 15px);
    transform: scale(1.2) translate(25px, 15px);
}


/* headerRecruit end */

.fieldWhiteRecruit {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 50px;
}

.categoryRecruit {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
}

h2 {
    width: 200px;
    margin: 0 auto;
    padding: 5px;
    color: #000;
    font-size: 10px;
    display: flex;
    align-items: center;
}

h2:before,
h2:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #000;
    display: block;
}

h2:before {
    margin-right: .4em;
}

h2:after {
    margin-left: .4em;
}

.newsRecruit h5 {
    width: 600px;
    margin: 15px auto 0 auto;
    padding: 0 50px 10px 50px;
    border-bottom: dotted 1px #c0c0c0;
    font-size: 14px;
}

.newsRecruit img {
    vertical-align: middle;
    padding: 0 15px;
}

.newsRecruit pre {
    display: inline-block;
    font-size: 14px;
    width: 420px;
    max-height: 41px;
    padding-top: 1px;
    vertical-align: top;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-y: hidden;
}

.newsRecruit_2 p {
    margin: 20px auto 0;
    text-align: center;
}

.main_recruit .square_btn {
    display: inline-block;
    padding: 1em 60px;
    text-decoration: none;
    color: #C73D28;
    border: solid 2px #C73D28;
    border-radius: 3px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
}

.main_recruit .square_btn:hover {
    background: #C73D28;
    color: white;
}

.graduateBtn {
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    background-color: #E06B6C;
    color: #fff;
    border: solid 2px #E06B6C;
    border-radius: 3px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    font-size: 44px;
    width: 300px;
    text-align: center;
    float: left;
    margin-left: 90px;
    border: 1px solid;
    overflow: hidden;
    position: relative;
}

.graduateBtn span {
    z-index: 20;
}

.graduateBtn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.graduateBtn:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.carrerBtn {
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    background-color: #ECBE55;
    color: #fff;
    border: solid 2px #ECBE55;
    border-radius: 3px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    font-size: 44px;
    width: 300px;
    text-align: center;
    float: left;
    margin-left: 90px;
    border: 1px solid;
    overflow: hidden;
    position: relative;
}

.carrerBtn span {
    z-index: 20;
}

.carrerBtn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.carrerBtn:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}

.recruitBtn_1 {
    width: 290px;
    background-color: #4088B7;
    margin: 0 6px;
}

.recruitBtn_1 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}


/* carrerｴﾌｪｸﾄ */

.recruitBtn_1 {
    position: relative;
    display: inline-block;
    border: 5px solid #fff;
    color: #fff;
    text-decoration: none;
    outline: none;
    transition: all .2s;
}

.recruitBtn_1::before,
.recruitBtn_1::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 2px solid transparent;
}

.recruitBtn_1::before {
    top: -2px;
    left: -2px;
}

.recruitBtn_1::after {
    bottom: -2px;
    right: -2px;
}

.recruitBtn_1:hover {
    color: #fff;
}

.recruitBtn_1:hover::before,
.recruitBtn_1:hover::after {
    width: 100%;
    height: 100%;
}

.recruitBtn_1:hover::before {
    border-bottom-color: #4088B7;
    border-left-color: #4088B7;
    transition: height .3s, width .3s .3s;
}

.recruitBtn_1:hover::after {
    border-top-color: #4088B7;
    border-right-color: #4088B7;
    transition: height .3s, width .3s .3s;
}


/* carrerｴﾌｪｸﾄ end */

.recruitBtn_2 {
    width: 290px;
    background-color: #57A69D;
    margin: 0 6px;
}

.recruitBtn_2 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}


/* carrerｴﾌｪｸﾄ */

.recruitBtn_2 {
    position: relative;
    display: inline-block;
    border: 5px solid #fff;
    color: #fff;
    text-decoration: none;
    outline: none;
    transition: all .2s;
}

.recruitBtn_2::before,
.recruitBtn_2::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 2px solid transparent;
}

.recruitBtn_2::before {
    top: -2px;
    left: -2px;
}

.recruitBtn_2::after {
    bottom: -2px;
    right: -2px;
}

.recruitBtn_2:hover {
    color: #fff;
}

.recruitBtn_2:hover::before,
.recruitBtn_2:hover::after {
    width: 100%;
    height: 100%;
}

.recruitBtn_2:hover::before {
    border-bottom-color: #57A69D;
    border-left-color: #57A69D;
    transition: height .3s, width .3s .3s;
}

.recruitBtn_2:hover::after {
    border-top-color: #57A69D;
    border-right-color: #57A69D;
    transition: height .3s, width .3s .3s;
}


/* carrerｴﾌｪｸﾄ end */

.recruitBtn_3 {
    width: 290px;
    background-color: #BD97B8;
    margin: 0 6px;
}

.recruitBtn_3 img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}


/* carrerｴﾌｪｸﾄ */

.recruitBtn_3 {
    position: relative;
    display: inline-block;
    border: 5px solid #fff;
    color: #fff;
    text-decoration: none;
    outline: none;
    transition: all .2s;
}

.recruitBtn_3::before,
.recruitBtn_3::after {
    position: absolute;
    z-index: 2;
    content: '';
    width: 0;
    height: 0;
    border: 2px solid transparent;
}

.recruitBtn_3::before {
    top: -2px;
    left: -2px;
}

.recruitBtn_3::after {
    bottom: -2px;
    right: -2px;
}

.recruitBtn_3:hover {
    color: #fff;
}

.recruitBtn_3:hover::before,
.recruitBtn_3:hover::after {
    width: 100%;
    height: 100%;
}

.recruitBtn_3:hover::before {
    border-bottom-color: #BD97B8;
    border-left-color: #BD97B8;
    transition: height .3s, width .3s .3s;
}

.recruitBtn_3:hover::after {
    border-top-color: #BD97B8;
    border-right-color: #BD97B8;
    transition: height .3s, width .3s .3s;
}

/* carrerｴﾌｪｸﾄ end */

/*★ここから　START　★*/

.graduate_staff {
    width: 225px;
    height: 225px;
    overflow: hidden;
    /*margin:			10px 8px 10px 16px;*/
    margin: 5px 5px 5px 5px;
    position: relative;
    float: left;
}

.graduate_staff .caption {
    width: 100%;
    height: 100%;
    visibility: hidden;
    /* 文字を表示しない */
    font-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    -webkit-transition: all 0.4s step-end;
    transition: all 0.4s step-end;
}

.graduate_staff:hover .caption {
    visibility: visible;
    /* 文字を表示する */
}

.graduate_staff .caption p {
    font-size: 100%;
    padding-top: 170px;
    padding-left: 10px;
    text-align: left;
    color: #fff;
    opacity: 0;
    /* ホバーが解除された時すぐ消えるように、文字を表示しない */
}

.graduate_staff:hover .caption p {
    opacity: 1;
    /* 文字を表示する */
}

.graduate_staff .mask1,
.graduate_staff .mask2 {

    width: 50%;
    /* 幅は半部のサイズ */
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.graduate_staff .mask1 {
    left: -50%;
    /* 枠の左に置いて表示させない */
}

.graduate_staff:hover .mask1 {
    left: 0px;
    /* 左にずらして表示する */
}

.graduate_staff .mask2 {
    right: -50%;
    /* 枠の右に置いて表示させない */
}

.graduate_staff:hover .mask2 {
    right: 0px;
    /* 右にずらして表示する */
}

/*★ここまで　END　★*/

.graduate_3 span {
    letter-spacing: 1px;
}

/*-----------------------------------
奨学金返還制度ボタン追加
-------------------------------------*/
.syougakukinBtn {
    margin-top: 20px;
    display: inline-block;
    padding: 26px 20px;
    text-decoration: none;
    background-color: #40bbdc;
    color: #fff;
    border: solid 2px #40bbdc;
    border-radius: 3px;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
    font-size: 33px;
    width: 300px;
    text-align: center;
    float: left;
    margin-left: 300px;
    border: 1px solid;
    overflow: hidden;
    position: relative;
}

.syougakukinBtn span {
    z-index: 20;
}

.syougakukinBtn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: -10;
}

.syougakukinBtn:hover:after {
    left: 120%;
    -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
