html {
    width: 100%;
    scroll-behavior: smooth;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: #565a67;
}


a:visited {
    color: inherit;
}

a {
    transition: all .2s ease-in-out;
}


/*font-main*/
p {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    color: #464646;
    letter-spacing: 0.04em;
    line-height: 1.8571428571428572;
}

table {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    color: #464646;
    letter-spacing: 0.04em;
    line-height: 1.8571428571428572;
}

.policy-tex table {
    font-size: 10px;
}

h2 {
    font-family: 'Public Sans', sans-serif;
    font-weight: Bold;
    font-size: 36px;
    color: #565a67;
    letter-spacing: 0.08em;
    line-height: 1.5;
}


h3 {
    font-family: 'Public Sans', sans-serif;
    font-weight: Bold;
    font-size: 24px;
    color: #565a67;
    letter-spacing: 0.08em;
    line-height: 2.25;
    text-align: center;
}

h4 {
    font-size: 12px;
    margin-top: 24px;
    font-weight: bold;
}


h5 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 12px;
    margin-bottom: -8px;
}

.h3-sub {
    text-align: center;
    font-weight: Bold;
    font-size: 10px;
    color: #565a67;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 30px;
}

.bold {
    font-weight: bold;
}

.ul-none {
    border: none !important;
}

.contact-tex-area {
    text-align: center;
    font-weight: Bold;
    font-size: 14px;
    color: #5c5c5c;
    letter-spacing: 0em;
    line-height: 2.4285714285714284;

}

.contact-tex-area br {
    display: none;
}

.hero-massage {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: Bold;
    font-size: 36px;
    color: #646464;
    letter-spacing: 0em;
    line-height: 1.4444444444444444;
    margin-bottom: 24px;
}

.hero-read {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: Bold;
    font-size: 18px;
    color: #6f7579;
    letter-spacing: 0em;
    line-height: 1.4444444444444444;
}

.hero-massage-inner {}

.hero-massage-inner br {
    display: none
}

.company-area h3 {
    font-style: Noto Sans JP;
    margin-top: 124px;
    font-weight: Bold;
    font-size: 28px;
    text-align: center;
    color: #5c5c5c;
    letter-spacing: 0em;
    line-height: 1.8214285714285714;
}



/*font-sub*/
.h2-sub {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: Bold;
    font-size: 14px;
    color: #575757;
    letter-spacing: 0.08em;
    line-height: 1.5;
    margin-bottom: 24px;
}

.chatch {
    font-style: Futura;
    font-family: 'Public Sans', sans-serif;
    font-weight: Medium;
    font-size: 26px;
    color: #333333;
    letter-spacing: 0.04em;
    line-height: 1.4230769230769231;
}

.area-tex {
    width: 275px;
    height: auto;
    font-weight: Medium;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 26px;
    margin-top: 6px;
    text-align: left;
    color: #464646;
}

.policy-tex p {
    font-weight: 300;
    font-size: 10px;
    color: #464646;
    letter-spacing: 0.04em;
    line-height: 1.8571428571428572;
}

/*button-parts*/
.button-mid {
    width: 270px;
    height: 40px;
    margin: 32px auto 0px;
    border-radius: 20px;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    transition: all .4s ease-in-out;
}

.button-mid-top {
    margin: 60px auto 0px;
    position: relative;
    z-index: 3;
}

.button-mid-text {
    font-weight: Bold;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0em;
    height: auto;
    transition: all .4s ease-in-out;
}

.button-mid:hover {
    background: #000000;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.4);
    transition: all .4s ease-in-out;
}

.button-short {
    width: 180px;
    height: 40px;
    margin: 32px 0 0 0;
    border-radius: 20px;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    transition: all .4s ease-in-out;
}

.button-short:hover {
    background: #000000;
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.4);
    transition: all .4s ease-in-out;
}

.button-short-text {
    font-style: YuGothic;
    font-weight: Bold;
    font-size: 12px;
    color: #ffffff;
    letter-spacing: 0em;
    height: auto;
}

.card {
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
    margin: 0 16px;
}


/*table*/
.hoge-box {
    border-top: 1px solid #CDD6DD;
    display: flex;
    min-height: 60px;
    padding: auto 18px;
    align-items: center;
    vertical-align: middle;
    font-style: Noto Sans JP;
    font-weight: Regular;
    font-size: 16px;
    color: #5c5c5c;
    letter-spacing: 0em;
    line-height: 1.875;
}

.hoge-box-top {
    border-top: 2px solid #CDD6DD;
}

.hoge-box-last {
    border-bottom: 1px solid #CDD6DD;
}

.hoge-box-none {
    border: none;
}

.hoge-box .item1 {
    width: 20%;
    min-width: 200px;
    margin-right: 20px;
    /* nthで、3番目だけキャンセルさせる必要あり */
}

.hoge-box .item2 {
    width: 70%;
    min-width: 700px;
    margin: 18px auto;
    /* font-family: YuGothic; */
    /* font-weight: 500; */
    font-size: 14px;
    line-height: 24px;
    /* text-align: left; */
    color: #5c5c5c;
    /* nthで、3番目だけキャンセルさせる必要あり */
}

.item2 a {
    margin-right: 20px;
    color: #07249c;
    text-decoration: underline;
    font-size: 12px;
    text-align: left;
    color: #8e8e8e;
}

.company-area-inner .hoge-box .item2 {
    width: 70%;
    min-width: 700px;
    margin: 18px auto;
    /* font-family: YuGothic; */
    /* font-weight: 500; */
    font-size: 16px;
    line-height: 28px;
    /* text-align: left; */
    color: #5c5c5c;
    /* nthで、3番目だけキャンセルさせる必要あり */
}

.company-area-inner .item2 a {
    text-decoration: underline;
    font-size: 14px;
    text-align: left;
}

/*.item2 a:before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/ico-another-win.png) no-repeat;
    background-size: contain;
    margin-left: 10px;
}*/

.company-area-title {
    font-size: 110%;
    text-align: center;
    margin-top: 64px;
    margin-bottom: 24px;
}

/*contents-common*/
.main-body {
    width: 100%;
    min-width: 1000px;
    overflow-x: hidden;
    margin: auto;

}

.wrapper {
    width: 100%;
    margin: auto;
    padding-top: 70px;
}

.inner {
    width: 1000px;
    margin: auto;
    position: relative;
    z-index: 3;
}


/*nav*/
.openbtn1 {
    display: none;
}

#g-nav {
    display: none;
}

header {
    font-weight: Medium;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0em;
    line-height: 1;
    position: fixed;
    z-index: 9998;
    width: 100%;
    min-width: 335px;
}

.header-inner {
    display: flex;
    align-items: center;
    height: 70px;
    background: #FFFF;
    min-width: 1000px;
    margin: auto;
}

.logo {
    width: 153px;
    height: 29px;
    margin-top: 6px;
    margin-left: 32px;
    padding: 10px 20px;
    display: inline-block;
    background-image: url(../img/splink-logo.svg);
    background-repeat: no-repeat;
    /*背景画像を繰り返さない*/
    background-size: cover;
}

nav {
    margin-left: auto;
}

nav ul {
    display: flex;
}

nav ul li a {
    padding: 0 0 0 20px;
}

.gnavi {
    height: 100%;
    background: #FFFFFF;
    justify-content: center;
    align-items: center;
    display: flex;
    margin-right: 16px;
}


.gnavi ul {}

.gnavi li {}

.nav-sp {
    display: none;
}

.contact {
    width: 120px;
    height: 40px;
    color: #ffffff;
    border-radius: 20px;
    background: #07249c;
    margin-right: 32px;
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
}

.pp-image {
    background: url(../img/p-mark-001@2x.png) no-repeat;
    background-size: cover;
    width: 90px;
    height: 90px;
}

.policy-date-outer {
    display: flex;
    margin-top: 24px;
}

.policy-date-outer .policy-date {
    margin: auto 0 auto 16px;
}

.pl-list-link .active {
    transition: all .4s ease-in-out;
}

.pl-list-link .active:hover {
    color: #565a67;
    background: #e6e6e6;
    transition: all .4s ease-in-out;
}

.pl-list-link .deactive {
    color: #e6e6e6;
    transition: all .4s ease-in-out;
}

.pl-list-link .deactive:hover {
    color: #565a67;
    background: #e6e6e6;
    transition: all .4s ease-in-out;
}

.sa-image {
    background: url(../img/security_action.png) no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
    margin-top: 20px;
    margin-left: auto;
}

.fr-tex {
    float: left;

}



.gray {
    color: #646464;
}

.recruit-link:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../img/ico-another-win.png) no-repeat;
    background-size: contain;
    margin-left: 0px;
    padding-left: 15px;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 50px;
    height: 44px;
    background: none;
    border: none;
    appearance: none;
    cursor: pointer;
}

.menu-trigger:focus:not(:focus-visible) {
    outline: none;
}

.menu-trigger::before,
.menu-trigger::after {
    content: '';
}

.menu-trigger::before,
.menu-trigger::after,
.menu-trigger span {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fff;
    border-radius: 4px;
    transition: .2s;
}

.menu-trigger::before {
    top: 3px;
    left: 8px;
    transform-origin: 0 0;
    transform: rotate(45deg) scaleX(0);
    transition-delay: 0s;
}

.menu-trigger::after {
    top: 3px;
    right: 9px;
    transform-origin: 100% 0;
    transform: rotate(-45deg) scaleX(0);
    transition-delay: .2s;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
    left: 0;
    transform-origin: 0 0;
    transition-delay: .5s;
}

.menu-trigger span:nth-of-type(2) {
    top: 20px;
    left: 0;
    transform-origin: 50% 50%;
    transition-delay: .5s;
}

.menu-trigger span:nth-of-type(3) {
    right: 0;
    bottom: 0;
    transform-origin: 100% 0;
    transition-delay: .5s;
}

.menu-trigger.active::before {
    transform: rotate(45deg) scaleX(1);
    transition-delay: .3s;
}

.menu-trigger.active::after {
    transform: rotate(-45deg) scaleX(1);
    transition-delay: .5s;
}

.menu-trigger.active span:nth-of-type(-n+3) {
    transform: scaleX(0);
    transition-delay: 0s;
}




/*footer-area*/

footer {
    width: 100%;
    background: #001050;
    height: 240px;
    font-size: 14px;
}

.fnavi {
    padding-top: 40px;
    width: 65%;
    float: left;
}

.fnavi li {
    color: #ffffff;
}

.flogo {
    color: #ffffff;
    padding-top: 40px;
    float: right;
}



/*hero-area*/
.hero-area {
    width: 100%;
    height: 1116px;
    background: none;
    /*背景画像を繰り返さない*/
    position: relative;
}

.hero-area-bg {
    width: 100%;
    height: 853px;
    position: absolute;
    background: #eee;
    background-image: url(../img/TOP_firstview.jpg);
    background-repeat: no-repeat;
    /*背景画像を繰り返さない*/
    background-size: cover;
}

.hero-area-inner {
    width: 1000px;
    margin: auto;
    padding-top: 162px;
    padding-top: 220px;
}


.hero-area .text-area {
    width: 411px;
}

/*hero-area*/
.title-area {
    width: 100%;
    height: 217px;
    background-image: url(../img/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
}



.title-area.article {}

.title-area .title-area-inner {}

.title-area .title-area-inner.title-area .text-area {
    text-align: center;
}

.title-area h2 {
    text-align: center;
}

.title-area .h2-sub {
    text-align: center;
    margin: initial
}

.title-area .hero-read {
    text-align: center;
}

.title-area br {}


.text-area02 {
    text-align: center;
    position: relative
}

.h2-sub-02 {
    font-family: 'Public Sans', sans-serif;
    margin-bottom: 22px;
    letter-spacing: 0.2em;
}

.h2-sub-02:before {
    /*content: '';*/
    position: absolute;
    top: 25px;
    display: inline-block;
    width: 40px;
    height: 1.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #BCBCBC;
    border-radius: 2px;
}

.hero-massage-inner {
    width: auto;
    margin: auto;
    letter-spacing: 0.2em;
}

.hero-massage-inner:before,
.hero-massage-inner:after {
    content: '';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}

.hero-massage-inner:before {
    border-left: solid 1px #707070;
    border-top: solid 1px #707070;
    top: 40%;
    left: 10%;
}

.hero-massage-inner:after {
    border-right: solid 1px #707070;
    border-bottom: solid 1px #707070;
    bottom: -10%;
    right: 10%;
}

.about-area {
    padding-top: 180px;
    height: 638px;
    position: relative;
}

.about-main-ph {
    width: 1000px;
    height: 473px;
    position: absolute;
    top: 0;
    left: 330px;
    background-image: url(../img/TOP_about.jpg);
    background-repeat: no-repeat;
    /*背景画像を繰り返さない*/
    background-size: cover;
}

.about-tex-area {
    padding-top: 28px;
}


/*product-area*/
.product-area {
    padding-top: 200px;
    height: 1220px;
    position: relative;
    width: 100%;
}

.product-area-bg {
    width: 100%;
    height: 710px;
    position: absolute;
    bottom: 0;
    background: #eee;
    background-repeat: no-repeat;
    /*背景画像を繰り返さない*/
    background-size: cover;
}

.product-tex-area {
    position: absolute;
    right: 0;
    margin-top: 52px;
    width: 275px;
    z-index: 1;
}


.product-main-ph {
    width: 673px;
    height: 356px;
    position: absolute;
    top: -50px;
    left: -724px;
    background-image: url(../img/TOP_product.jpg);
    background-repeat: no-repeat;
    /*背景画像を繰り返さない*/
    background-size: cover;
    z-index: 0;
}

.product-card-outer {
    height: 220px;
    z-index: 2;
    position: absolute;
    width: 100%;
    top: 440px;
    display: flex;
}

.product-card {
    width: 300px;
    height: 446px;
    position: relative;
}


.ts-area {
    margin-top: 100px;
    height: 780px;
    position: relative;
    width: 100%;
}

.ts-tex-area {
    text-align: center;
}

.ts-chatch {
    font-weight: 400;
    font-size: 14px;
    color: #464646;
    letter-spacing: 0.04em;
    line-height: 1.8571428571428572;
    max-width: 660px;
    margin: auto;
    text-align: left;
}

.ts-main-ph {
    width: 664px;
    height: 300px;
    margin: auto;
    margin-top: 60px;
    background-image: url(../img/splinnk-ts-img@2x.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.ts-annotation {
    position: absolute;
    width: 100%;
    height: auto;
    font-size: 10px;
    letter-spacing: 0.04em;
    line-height: 16px;
    text-align: left;
    color: #5c5c5c;
    bottom: 10px;
    bottom: 0;
    top: 102%;
}



.card-img {
    width: 100%;
    height: 200px;
    background: #EEEEEE;
}

.card-title {
    font-weight: bold;
    font-size: 16px;
    color: #5c5c5c;
    letter-spacing: 0em;
    line-height: 1.5625;
    min-height: 23px;
    width: 100%;
    margin: 12px 16px 8px;
}

.card-tex-categoly {
    margin: 10px 15px 8px;
    font-size: 14px;
    color: #5c5c5c;
}

.card-tex {
    font-weight: 200;
    font-size: 12px;
    color: #333333;
    letter-spacing: 0.04em;
    line-height: 2;
    width: 265px;
    margin: auto;
}

.under_tex {
    margin-top: 16px;
}

.under-tex-button-mid-top {
    margin: 16px auto 0px;
}

.product-bli {
    background-image: url(../img/logo-bli.svg);
    background-repeat: no-repeat;
    margin-top: 16px;
    width: 166px;
    height: 24px;
}

.product-bre {
    background-image: url(../img/braineer_logo.svg);
    background-repeat: no-repeat;
    margin-top: 16px;
    width: 166px;
    height: 24px;
}

.product-cq {
    background-image: url(../img/cqtest_logo.svg);
    background-repeat: no-repeat;
    margin-top: 16px;
    width: 166px;
    height: 24px;
}

.pr-cq-img {
    background-image: url(../img/cqtest@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.pr-br-img {
    background-image: url(../img/pr-br-img@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.pr-bli-img {
    background-image: url(../img/pr-bli-img@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/*company-area*/
.contact-commom-area {
    width: 100%;
    height: 440px;
    background-image: url(../img/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    justify-content: center;
}


/*company-area*/
.company-area-inner {
    width: 900px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.map {
    margin-top: 26px;
}

.com-map-link:after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/ico-another-win.png) no-repeat;
    background-size: contain;
    margin-left: 8px;
    padding-left: 15px;
}

.ninka {}

.ninka .inner {}

.ninka .ninka-box {
    margin-top: 72px;
    padding: 40px;
    padding-top: 44px;
    padding-bottom: 30px;
    border: 1px solid;
    width: 900px;
    height: auto;
    border-radius: 6px;
    background: transparent;
    border: 1px solid #d1d1d1;
}

.ninka .ninka-title {
    text-align: center;
    margin-bottom: 30px;
    font-weight: Bold;
    font-size: 16px;
    color: #5c5c5c;
    letter-spacing: 0em;
    line-height: 1.875;
}

.ninka .ninka-tex,
.ninka .ninka-table {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #5c5c5c;
}

.ninka .ninka-tex {
    width: 820px;
    height: auto;
    margin-bottom: 24px;
}

.ninka .ninka-table {
    /* border-top: 1px solid #d1d1d1;*/
    padding: 12px 0;
}

.ninka .ninka-table-last {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    margin-bottom: 24px;
}

.ninka br {}

.ninka .ninka-link-pdf {
    text-align: center;
}

.ninka a {
    font-weight: Medium;
    font-size: 14px;
    color: #a7aab1;
    letter-spacing: 0em;
    line-height: 1.4285714285714286;
}

.ninka .sec-box {
    height: 205px;
}

.ninka .sec-box2 {
    height: 325px;
}

.ninka .ninka-tex-sec {
    width: 710px;
    height: 57px;
    font-family: YuGothic;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #5c5c5c;
    float: left;
}

.ninka .ninka-tex-sec2 {
    width: 800px;
    height: 57px;
    font-family: YuGothic;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    color: #5c5c5c;
    float: left;
}

.ninka .ninka-p-mark {
    width: 80px;
    height: 80px;
    margin-left: 20px;
    float: left;
    background-image: url(../img/p-mark-001@2x.png);
    background-repeat: no-repeat;
    background-size: cover;
}


/*recruit-area*/
.bg-gray {
    background: #eee;
}

.recruit-area {
    margin-top: 88px;
    padding-bottom: 1px;
}

.rec-main-chatch {
    margin-top: 100px;
    text-align: center;
    margin-bottom: 60px;
}

.rec-sub-chatch {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    font-size: 23px;
    letter-spacing: 0.04em;
    line-height: 40px;
}

.rec-sub-chatch:before {
    content: url(../img/kakko01.svg);
    position: relative;
    margin-left: 10px;
    right: 10;
    bottom: 10;
}

.rec-sub-chatch:after {
    content: url(../img/kakko02.svg);
    position: relative;
    margin-left: 10px;
    left: 42px;
    top: 10px;
}

.rec-tex-area h3 {
    padding-top: 28px;
    line-height: 100%;
}

.rec-chatch {
    text-align: center;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 30px;
    margin: auto;
    margin-top: 26px;
    margin-bottom: 60px;
    color: #464646;
    max-width: 800px;
}


.rec-main-ph {
    width: 664px;
    height: 300px;
    margin: auto;
    margin-top: 60px;
    background-image: url(../img/rec-main-ph.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.rec-main-ph-tex {
    margin: auto;
    margin-top: 20px;
    text-align: center;
    font-size: 12px;
    max-width: 800px;
    line-height: 190%;
}



.rec-chatch br {}

.rec-cv-tex-area {
    max-width: 405px;
    margin: auto;
}

.rec-cv-area-inner {
    margin-top: 120px;
    padding-top: 80px;
    padding-bottom: 70px;
    width: 100%;

}

.rec-cv-area-inner.inner {}

.rec-cv-area-inner .rec-cv-tex-area {}

.rec-cv-area-inner h2 {
    text-align: center;
}

.rec-cv-area-inner h2 .cv-main-tex {}

.rec-cv-area-inner .h2-sub {
    text-align: center;
}

.rec-cv-area-inner h3 {
    text-align: left;
    line-height: 100%;
    letter-spacing: 0;
}

.rec-cv-area-inner .cv-chatch {}

.rec-cv-area-inner .cv-chatch .cv-main-tex {}

.rec-det-area {
    margin-top: 100px;
    margin-bottom: 20px;
}

.rec-det-area .rec-cv-tex-area {
    text-align: center;
}

.rec-det-area .rec-cv-tex-area .rec-det-ph {}

.rec-det-area .rec-cv-tex-area .rec-det-tex {}

.rec-det-area .rec-cv-tex-area h4 {}

.rec-det-area .rec-cv-tex-area .rec-det-tex-sub {}

.rec-det-area .rec-cv-tex-area .rec-det-tex-main {}

.rec-det-tex {}

.rec-det-tex h4 {
    font-family: 'Public Sans', sans-serif;
    font-weight: Bold;
    font-size: 24px;
}

.rec-det-tex .rec-det-tex-sub {
    font-weight: Bold;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 24px;
    line-height: 100%;
}

.rec-det-tex .rec-det-tex-main {
    color: #5C5C5C;
}

.rec-det-area h2 {}

.cv-chatch {
    margin: 16px auto 44px;
}

.cv-main-tex {
    font-size: 16px;
    letter-spacing: 0.04em;
    line-height: 30px;
    color: #464646;
}

.cv-main-tex:before {
    content: url(../img/point01.svg);
    position: relative;
    top: -1px;
    margin-right: 12px;
}

.rec-det-area h2 h4 {}

.rec-det-area h2 .rec-det-tex-sub {}

.rec-det-area h2 .rec-det-tex-main {}

.rec-det-area .h2-sub {
    margin-bottom: 20px;
    margin-top: 10px;
}

.rec-det-area .rec-det-area {}

.rec-det-position-area {
    display: flex;
    width: 800px;
    margin: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}

.rec-det-area .rec-det-area .rec-det-ph {}

.rec-det-ph01,
.rec-det-ph02,
.rec-det-ph03 {
    min-width: 346px;
    width: 80%;
    height: 220px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
}

.rec-det-ph01 {
    background-image: url(../img/rec-det-ph01.png);
}

.rec-det-ph02 {
    background-image: url(../img/rec-det-ph02.png);
}

.rec-det-ph03 {
    background-image: url(../img/rec-det-ph03.png);
}

.rec-det-tex {
    max-width: 660px;
    padding-left: 36px;
    font-size: 14px;
    letter-spacing: 0.04em;
    line-height: 30px;
    color: #464646;
}

.rec-link-tex {
    text-align: right;
    padding-top: 26px;
    color: #95979D;
}

.rec-link-tex a:after {
    content: url(../img/arrow01.svg);
    position: relative;
    margin-left: 10px;
}

.rec-button-area {
    display: flex;
    margin: auto;
    max-width: 480px;
    margin-bottom: 100px;
}

.button-wontedly {
    background-image: url(../img/bubtton-wontedly.svg);
    height: 56px;
    width: 228px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 8px;
}

.button-green {
    background-image: url(../img/button-green.svg);
    height: 56px;
    width: 228px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 8px;
}

.interview-area-wrapper {
    height: 100%;
}

.interview-area-wrapper-bg {
    position: fixed;
    background-image: url(../img/hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.interview-area-wrapper .text-area {
    text-align: center;
    margin-top: 80px;
}



.interview-area-personal {
    width: 1088px;
    margin: 48px auto;
    min-height: 900px;
    background: #FFFFFF;
    height: auto;
    border-radius: 16px;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.interview-personal-body {
    width: 826px;
    margin: 0px auto;
    padding: 48px 0;
}

.interview-personal-main-ph {
    position: relative;
    margin: auto;
    padding: 48px 0;
    width: 826px;
    height: 456px;
    overflow: hidden;
}

.interview-personal-sub-ph-right {
    width: 400px;
}

.interview-profile-outer {
    display: flex;
}

.interview-profile-left {
    font-family: 'Public Sans', sans-serif;
    font-weight: Bold;
    font-size: 24px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
}

.interview-profile-right h4 {
    font-size: 14px;
    margin-top: 0px;
    font-weight: bold;
    margin-bottom: 8px;
}

.interview-profile-right {
    margin-left: 36px;
    line-height: 1.5em;
    font-size: 14px;
}

.interview-personal-body h3 {
    text-align: left;
    font-size: 24px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    margin: 54px auto 48px auto;
}

.interview-profile-tex-area-outer .interview-profile-tex-area .qa-title {
    font-weight: bold;
}

.interview-profile-tex-area-outer .interview-profile-tex-area .qa-tex {
    margin: 24px auto 32px;
}

.qa-title span {
    font-weight: normal;
}

.interview-area-personal-inner {
    height: auto;
}

.interview-profile-tex-area-outer {
    display: flex;
}

.interview-profile-tex-area-outer .interview-profile-tex-area {
    width: 70%;
    line-height: 1.8em;
    font-size: 14px;
}

.interview-profile-tex-area-outer .interview-profile-tex-area div {}

.interview-profile-tex-area-outer .interview-profile-ph-area {
    width: 30%;
    padding-left: 32px;
}

.interview-profile-link {
    font-size: 14px;
    padding-top: 24px;
    text-align: right;
}

.interview-personal-sub-ph-left {
    width: 400px;
    display: flex;
    margin-left: auto;
    float: right;
}

.interview-profile-tex-area-right {
    padding-left: 32px;
}

.interview-card-outer {
    width: 1000px;
    margin: auto;
    margin-top: 44px;
    display: flex;
    justify-content: center;
}

.interview-card {
    width: 238px;
    height: auto;
    min-height: 359px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
    margin: 0 16px;
    transition: all .4s ease-in-out;
}

.interview-card:hover {
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.2);
    transition: all .4s ease-in-out;
}

.interview-ph {}

.interview-ph {
    margin: 0;
    order: 0;
    max-height: 237px;
}

.main-ph-catch {
    position: absolute;
    top: 35%;
    right: 0;
    background: rgba(93, 93, 93, 0.6);
    width: 456px;
    color: #FFFFFF;
    padding: 24px 20px;
}

.main-ph-catch .catch {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    line-height: 1.7;
}

.main-ph-catch .catch br {}

.main-ph-catch .tex {
    font-size: 14px;
    line-height: 1.7;
}

.main-ph-catch .tex br {}

.main-ph-catch .caption {
    font-size: 10px;
    line-height: 1.7;
    color: #FFFFFF;
}


.card__image_02 {
    width: 100%;
}


.rec-list-outer {
    border-top: solid 1px #E6e6e6;
    border-bottom: solid 1px #E6e6e6;
    width: 100%;
    height: auto;
}

.mid-title {
    text-align: center;
    margin-bottom: 44px;
}

.h2-sub-03 {
    margin-top: 36px;
    font-family: ;
    margin-bottom: 22px;
    letter-spacing: 0.1em;
    text-align: center
}

.interview-ph {
    height: auto;
    overflow-y: hidden;
    min-height: 237px;
}

.interview-tex {
    font-weight: Bold;
    font-size: 14px;
    color: #5c5c5c;
    letter-spacing: 0em;
    line-height: 1.6;
    float: left;
    text-align: left;
    margin-top: 12px;
    padding: 0 16px 0 16px;
    height: auto;
}

.interview-tex-02 {
    font-weight: normal;
    font-size: 14px;
    color: #5c5c5c;
    letter-spacing: 0em;
    line-height: 1.6;
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 8px;
    margin-bottom: 12px;
    height: auto;
}

.interview-area-wrapper .rec-list-area {
    width: 826px;
    margin: auto;
}

.interview-personal-body a {
    line-height: 24px;
}

.rec-list-area {}

.rec-list {
    margin-bottom: 40px;
}

.rec-list .rec-list-title {
    display: flex;
    align-items: flex-end;
    padding-bottom: 12px;
}

.rec-list h4 {
    font-family: 'Public Sans', sans-serif;
    font-weight: Bold;
    font-size: 18px;
}

.rec-list .rec-list-title .rec-det-tex {}

.rec-list .rec-list-tex-sub {
    font-size: 14px;
    margin-left: 32px;
}

.rec-list .rec-list-outer {
    line-height: 64px;
    display: flex;
}

.rec-list-inner-right {
    margin: auto 0;
    margin-left: auto;
}

.rec-list-inner-left a {
    margin-left: 24px;
}

.boder-bottom-none {
    border-bottom: none;
    margin-left: auto;
}


.rec-list .rec-list-outer div {}

.rec-list .rec-list-outer .button-short {
    color: #FFFFFF;
    width: 180px;
    height: 40px;
    margin: auto 0 auto 0;
    margin-left: auto;
}



.rec-det-area .rec-det-area .rec-det-tex {}

.rec-det-area .rec-det-area h4 {}

.rec-det-area .rec-det-area .rec-det-tex-sub {}

.rec-det-area .rec-det-area .rec-det-tex-main {}

.rec-det-area .rec-button-area {}

.rec-list-inner-left {}

.rec-list-inner-left a {
    font-size: 14px;
}

.button-wontedly a {
    box-shadow: none;
    transition: all .4s ease-in-out;
}

.button-green a {
    box-shadow: none;
    transition: all .4s ease-in-out;
}

.button-wontedly:hover {
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.2);
    transition: all .4s ease-in-out;
}

.button-green:hover {
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.2);
    transition: all .4s ease-in-out;
}


.attention-area {
    height: 80%;
    display: flex;
    justify-content: center;
}

.attention-area .attention-area-inner {}

.attention-area .attention-area-inner.attention-area .attention-area-inner div {}

.attention-area .attention-area-title {}

.attention-area-tex {
    text-align: center;
    line-height: 200%;
    margin-bottom: 24px;
}

.button-white {
    background: #FFF;
    border-block-color: #000;
    border: 1px solid;
    color: #565a67;
}

.button-white:hover {
    background: #FFF;
}

/**.button-white .button-mid-text {
    color: #565a67 !important;
}

.button-white .button-mid-text:hover {
    color: #FFF !important;
}**/

.attention-area br {}

.attention-area .button-outer-side {
    display: flex;
    justify-content: center;
}

.button-mid-text {}


.button-white .button-mid-text {
    color: #565a67;
}

.attention-area .button-outer-side div .button-white {
    color: #565a67;
}


.attention-area .button-outer-side div {}

.button-mid {}

.button-mid.button-white {}

.button-mid.under-tex-button-mid-top {}

.button-mid.button-mid-top {}

.button-mid .button-mid-text {}



.attention-area a {}

.caption {
    text-align: center;
    font-size: 80%;
}

.button-outer-side .caption {
    margin-top: 8px;
}

.attention-area a .button-mid {
    margin: 0 16px;
}

.attention-area a .button-mid.attention-area a .button-mid.attention-area a .button-mid .button-mid-text {}

.attention-area a .button-mid {}

.attention-area a .button-mid.attention-area a .button-mid.attention-area a .button-mid .button-mid-text {}


/*info-area*/
.info {
    text-align: center;
    position: absolute;
    top: 540px;
    width: 100%;
}

.info-inner {
    width: 800px;
    margin: auto;
    margin-top: 36px;
    display: flex;
    flex-direction: column;
    /* background: #FFFFFF; */
    padding: 24px 40px 16px;
    /* border-radius: 32px; */
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
}

.info-card {
    width: 216px;
    height: 225px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0px 1px 20px rgba(0, 0, 0, 0.1);
    margin: 0 16px;
    padding: 28 24;
    transition: all .4s ease-in-out;
}

.info-card:hover {
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.2);
    transition: all .4s ease-in-out;
}

.info-date {
    float: left;
    text-align: left;
    width: 46%;
    font-style: PT Mono;
    font-weight: Regular;
    font-size: 10px;
    color: #5c5c5c;
    letter-spacing: 0em;
    line-height: 2.1;
    margin-top: 12px;
    /* vertical-align: middle; */
    box-sizing: border-box;
}

.info-list {
    width: 100%;
    min-height: 64px;
    border-bottom: solid 1px #EEE;
    height: auto;
    display: flex;
}

.new {
    float: left;
    text-align: right;
    width: 40%;
    margin-top: 3%;
}

.info-left {
    width: 22%;
}


.info-tex {
    font-weight: Bold;
    font-size: 12px;
    color: #5c5c5c;
    letter-spacing: 0em;
    line-height: 1.8;
    float: left;
    width: 78%;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 12px;
    height: auto;
}

.info-press {
    margin-top: 1%;
    margin-right: 20px;
    font-weight: Regular;
    font-size: 10px;
    color: #5c5c5c;
    letter-spacing: 0.04em;
    line-height: 2;
    text-align: left;
}

.border-none {
    border: none;
}

/*contact*/
.read-area-tex {
    margin-top: 44px;
    text-align: center;
    font-weight: Bold;
    font-size: 14px;
    color: #565a67;
    letter-spacing: 0.08em;
    line-height: 2.2857142857142856;

}

.contact-area-inner {
    width: 650px;
    margin: auto;
}


/*policy*/

.policy-area {
    display: flex;
    margin: auto;
    width: 1000px;
    margin-top: 60px;
}

.policy-area-inner-left {
    white-space: wrap;
    min-width: 225px;
    padding-right: 24px;
    margin-right: 32px;
    border-right: solid 1px #A7AAB1;
}



.policy-info a {
    text-decoration: underline;
}

ol.pl-list-link {
    counter-reset: list;
    list-style-type: none;
    font: 12px/1.6;
    padding: 0;
    border-top: solid 1px #E6E6E6;
    border-bottom: solid 1px #E6E6E6;
}

ol.pl-list-link li {
    position: relative;
    padding: 0 0 0 16px;
    margin: 0px 0 0px 0px;
    font-weight: bold;
    font-size: 12px;
    line-height: 48px;
    border-bottom: solid 1px #E6E6E6;
}

ol.pl-list-link li:before {
    counter-increment: list;
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background: #07249C;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



.policy-area-inner-right {
    white-space: wrap;
    max-width: 700px;
}

.policy-area-inner {
    white-space: wrap;
}

.mgbt-80 {
    margin-bottom: 80px;
}

.title-area-policy {
    text-align: center;
}

.title-area-policy-inner {
    margin-top: 100px;
    border-bottom: 1px solid #CDD6DD;
    padding-bottom: 44px;
}

.policy-title h3 {
    text-align: left;
    font-size: 20px;
}

.policy-tex {
    font-weight: 200;
    font-size: 12px;
    color: #565a67;
    letter-spacing: 0.08em;
    line-height: 1.8;
    white-space: normal;
    margin-top: 16px;
}

.policy-tex .bold {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
}

.policy-tex-under {
    font-weight: 200;
    font-size: 12px;
    color: #565a67;
    letter-spacing: 0.02em;
    line-height: 1.8;
    white-space: normal;
    margin-top: 16px;
    margin-left: 12px;
}

.policy-tex-under p {
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 4px;
}

.mgt-0 {
    margin-top: 0px;
}

.policy-tex h3 {
    margin-top: 60px;
}

.policy-tex h4 {
    font-size: 16px;
    margin-top: 24px;
    line-height: 1;
    margin-bottom: 16px;
}

.policy-tex h5 {
    font-size: 12px;
    margin-top: 24px;
    line-height: 1;
    margin-bottom: 8px;
}

.policy-info {
    font-weight: normal;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 0 auto;
    margin-top: 16px;
    margin-bottom: 8px;
    padding-left: 12px;
    letter-spacing: 0.08em;
    line-height: 1.7;
    border-left: solid 3px;
}

.policy-date {
    width: 190px;
    min-width: 190px;
    display: block;
    font-weight: normal;
    font-size: 12px;
    font-weight: 400;
    margin: 0 0 0 auto;
    margin-top: 16px;
    letter-spacing: 0.08em;
    line-height: 2;
    white-space: normal;
    margin-bottom: 24px;
}

.policy-tex-outer {
    border: solid 1px #E6E6E6;
    padding: 24px;
    border-radius: 8px;
}






.mgb-20 {
    margin-bottom: 20px;
}

.policy-table {
    border: 1px solid #d1d1d1;
}

.policy-table thead {}

.policy-table thead tr {}

.policy-table th {
    padding: 1%;
    border: 1px solid #d1d1d1;

}

.policy-table tbody {}

.policy-table tbody tr {
    padding: 1%;
}

.policy-table td {
    padding: 1%;
    border: 1px solid #d1d1d1;
}

.policy-table .txt {}

.policy-table .price {}

.policy-table br {}

.sa-info {
    width: 220px;
}

.pp-outer {
    background-color: #FFF;
    border-radius: 4px;
    margin-left: 20px;
    margin-top: 20px;
    width: 110px;
    height: 110px;
    padding: 10px;
}


.form {
    margin-top: 100px;
    margin-bottom: 144px;

}

.form-item-label {
    font-weight: 400;
    font-size: 14px;
    color: #565a67;
    letter-spacing: 0.04em;
    line-height: 2.2857142857142856;
}

.form-Item-Input {
    width: 100%;
    height: 60px;
    font-weight: 400;
    font-size: 12px;
    color: #5e656a;
    letter-spacing: 0em;
    line-height: 0;
}


.form-item-label-required {
    width: 36px;
    height: 17px;
    background: #C75E3F;
    color: #fff;
    padding: 3px 6px;
    margin-left: 4px;
    border-radius: 2px;
}

.form-item-label-norequired {
    width: 36px;
    height: 17px;
    background: #7584C0;
    color: #fff;
    padding: 3px 6px;
    margin-left: 4px;
    border-radius: 2px;
}



input {
    margin-top: 10px;
    margin-bottom: 28px;
}


textarea {
    height: 100px;
    margin-bottom: 10px;
}

input,
textarea {
    font-size: 1em;
    padding: 0px 20px;
    border: 1px solid #cecece;
    background: #FFF;
    color: #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 180px;
    /*max-width: 600px;*/
}

textarea {
    padding: 20px 20px;
}

::-webkit-input-placeholder {
    color: #9F9F9F;
}

:-moz-placeholder {
    color: #9F9F9F;
}

::-moz-placeholder {
    color: #9F9F9F;
}

:-ms-input-placeholder {
    color: #9F9F9F;
}

.form-btn {
    font-size: 14px;
    color: #FFFFFF;
    width: 365px;
    height: 44px;
    margin: auto;
    margin-top: 66px;
    margin-bottom: 16px;
    border-radius: 30px;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    transition: all .4s ease-in-out;
    text-align: center;
}

.form-btn:hover {
    box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.4);
    background: #000000;
    transition: all .4s ease-in-out;
}

.submit-policy {
    width: 100%;
    text-align: center;
    font-weight: 200;
    font-size: 12px;
    color: #3b4043;
    letter-spacing: 0em;
    line-height: 0;
}

.submit-policy a {
    display: inline-block;
    height: 20px;
    text-decoration: underline;

}

.ml-0 {
    margin-left: 0;
}

.mr-0 {
    margin-right: 0;
}

.news-date {
    display: flex;
}

.new-icon {
    background: #000000;
    /* display: flex; */
    vertical-align: middle;
    text-align: center;
    align-items: center;
    width: 80px;
    color: #ffffff;
    margin: auto;
    border-radius: 15px;
}

.new-icon2 {
    background: #000000;
    vertical-align: middle;
    text-align: center;
    align-items: center;
    width: 60px;
    color: #ffffff;
    border-radius: 15px;
}

.formTable {
    width: 100%;
    margin-top: 60px;
}

.formTable tr {
    height: 60px;
    border: 1px solid #d1d1d1;
    border-left: none;
    border-right: none;
}

.formTable td {
    vertical-align: middle;
}

.formTable th {
    vertical-align: middle;
    width: 25%;
    padding: 0px 20px;
}

.contact-area-inner {
    min-height: 280px;
}

.confirmation-btn {
    display: flex;
    margin-bottom: 66px;
}

.confirmation-btn .form-btn {
    margin-top: 44px;
    max-width: 300px;
}

.form-btn-back {
    color: #000000;
    background: #FFFFFF;
}


.news-box-last {
    border-bottom: 2px solid #CDD6DD;
}


.new {
    background: #000000;
    /* display: flex; */
    vertical-align: middle;
    text-align: center;
    align-items: center;
    width: 55px;
    color: #ffffff;
    margin: auto;
    border-radius: 15px;
    font-size: 10px;
    padding: 3px;
    font-weight: 500;
    margin-top: 13px;
    margin-right: 3%;
}

@media screen and (max-width: 1024px) {

    /* 1024pxまでの幅の場合に適応される */
    body {}
}

@media screen and (max-width: 768px) {

    /* 768pxまでの幅の場合に適応される */
    body {}
}


@media screen and (max-width: 415px) {

    /* 480pxまでの幅の場合に適応される */
    body {
        max-width: 400px;
        width: ;
    }

    p {
        font-size: 12px;
        letter-spacing: 0.04em;
        line-height: 1.8571428571428572;
    }

    h2 {
        font-size: 28px;
        line-height: 1.2;
    }

    .h2-sub {
        margin-bottom: 24px;
        margin-top: 8px;
    }

    .main-body {
        width: 100%;
        overflow-x: hidden;
        min-width: 375px;
        max-width: 414px;
    }

    .inner {
        width: 375px;
        max-width: 400px;
        padding: 0 10px;
        overflow-x: hidden;
    }

    .gnavi {
        width: 100%;
        display: none;
    }

    .header-inner .contact {
        display: none;
    }

    .header-inner {
        display: flex;
        align-items: center;
        height: 70px;
        background: #FFFF;
        min-width: auto;
        width: auto;
        margin: auto;
    }

    .nav-sp {
        display: flex;
        background: #001050;
        padding: 10px;
        width: 70px;
        position: absolute;
        top: 0;
        right: 0;
        height: 70px;
        overflow-x: hidden;
    }

    .sp-nav-menu {
        position: absolute;
        height: 100vh;
        width: 100vw;
        left: 100vw;
        z-index: 9999;
        background: #001050;
        top: 60px;
        transition: .5s ease 0.1s;
        /* ← 追加 */
    }

    .active .sp-nav-menu {
        position: absolute;
        left: -80vw;
        z-index: 9999;
        top: 60px;
        transition: .5s ease 0.1s;
        /* ← 追加 */
    }

    .recruit-link:before {
        content: "";
        display: inline-block;
        width: 0px;
        height: 0px;
        background: initial;
        background-size: contain;
        margin-left: 0px;
        padding-left: 0;
    }


    .logo {
        width: 153px;
        height: 29px;
        margin-top: 6px;
        margin-left: 16px;
        padding: 10px 20px;
        display: inline-block;
        background-image: url(../img/splink-logo.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }


    .hero-area {
        width: 100%;
        height: auto;
        position: relative;

    }

    .hero-area-inner {
        width: 375px;
        margin: auto;
        padding-top: 120px;
    }

    .hero-area-bg {
        width: 100%;
        height: 100vh;
        position: absolute;
        background: #eee;
        background-image: url(../img/TOP_firstview.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero-area .text-area {
        width: 375px;
    }

    .hero-massage {
        font-size: 28px;
    }

    .hero-massage-inner:before {
        left: -1%;
    }

    .hero-massage-inner:after {
        right: 1%;
    }


    .info {
        top: 118px;
        width: 375px;
        margin: auto;
        position: relative;
    }

    .info-inner {
        width: 91%;
        margin: auto;
        margin-top: 36px;
        display: flex;
        flex-direction: column;
    }



    .info-tex {
        font-weight: Bold;
        font-size: 13px;
        color: #5c5c5c;
        letter-spacing: 0em;
        line-height: 1.5;
        float: left;
        width: 100%;
        text-align: left;
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .info-card {
        width: 100%;
        margin: auto;
        margin-bottom: 18px;
        max-width: 335px;
        height: 144px;
        padding: 16;
    }

    .info-left {
        width: 100%;
    }

    .info-date {
        float: left;
        width: 22%;
    }

    .info-press {
        margin-top: 0px;
        margin-right: 20px;
        font-weight: Regular;
        font-size: 10px;
        color: #5c5c5c;
        letter-spacing: 0.04em;
        line-height: 2;
        text-align: left;
        float: none;
    }

    .info-list {
        width: 100%;
        min-height: 64px;
        border-bottom: solid 1px #EEE;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .contact-tex-area br {
        display: block;
    }

    .title-area-policy-inner {
        margin-top: 40px;
        border-bottom: 1px solid #CDD6DD;
        padding-bottom: 4px;
    }


    /*   policy 20220123追記 ---------------------
    */

    .policy-area {
        flex-flow: column;
        width: 370px;
        margin-top: 40px;
    }

    .policy-area.mgbt-80 {}

    .policy-area .policy-area-inner-left {
        width: 370px;
        border-right: none;
        padding-right: 0;
        margin: auto;
        margin-bottom: 40px;
    }

    .policy-area .pl-list-link {}

    .policy-area a {}

    .policy-area .active {}

    .policy-area .deactive {}

    .policy-area .policy-area-inner-right {}

    .policy-area .policy-area-inner-right.policy-area .policy-area-inner {}

    .policy-area .policy-area-inner div {}

    .policy-area .policy-area-inner div .policy-tex {}

    .policy-area .policy-area-inner div .policy-tex.policy-area .policy-area-inner div .policy-tex {}

    .policy-area .policy-area-inner div .policy-tex.policy-area .policy-area-inner br {}

    .policy-area .policy-title {}

    .policy-area h3 {}

    .policy-area h4 {}

    .policy-area .policy-info {}

    .policy-area .policy-info br {}

    .policy-area h5 {}

    .policy-area .policy-date-outer {}

    .policy-area .sa-image {}

    .policy-area .policy-date {
        margin-bottom: 40px;
    }

    .policy-area .policy-date br {}

    /*   policy end ---------------------
    */


    .button-mid {
        width: 270px;
        height: 40px;
        margin: 32px auto 0px;
        border-radius: 20px;
        background: #333;
        display: flex;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
    }

    .attention-area {
        height: 66%;
    }

    .attention-area .button-outer-side div .button-white {
        color: #565a67;
        background: #FFF;
    }

    .attention-area-tex {
        font-size: 77%;
    }

    .attention-area .button-outer-side {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .attention-area a .button-mid {
        width: 90%;
    }

    .button-outer-side .caption {
        margin-top: 8px;
        margin-bottom: 24px;
    }

    .button-short {
        width: 270px;
        margin: 32px auto 0 auto;
    }

    .new {
        float: left;
        width: 77px;
        height: 17px;
    }

    .about-area {
        padding-top: 160px;
        height: auto;
        position: relative;

    }

    .about-tex-area h2 {
        font-size: 28px;
        line-height: 1.0;
        width: auto;
        float: left;
        margin-right: 6px;
    }



    .product-tex-area h2 {
        font-size: 28px;
        line-height: 1.3;
        width: auto;
        float: left;

    }

    .product-tex-area .h2-sub {
        margin-bottom: 28px;
        margin-top: 18px;
        padding-top: 10px;
        margin-left: 160px;
        width: auto;
    }

    .about-tex-area {
        padding: 10px;
        padding-top: 28px;
    }

    .about-main-ph {
        width: 400px;
        height: 173px;
        position: relative;
        background-repeat: no-repeat;
        background-size: cover;
        left: -30px;
        float: left;
        margin: 30px 0;
    }

    .area-tex {
        width: 335px;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 0.04em;
        line-height: 26px;
        margin-top: 32px;
    }

    .product-area {
        padding-top: 60px;
        height: auto;
        position: relative;
        width: 100%;
    }

    .product-tex-area {
        position: relative;
        width: 100%;
        padding: 0 10px;
    }

    .product-main-ph {
        width: 335px;
        height: 188px;
        position: relative;
        right: 0;
        left: auto;
        top: initial;
        margin-left: auto;
    }

    .product-area-bg {
        width: 100%;
        height: 1448px;
        position: absolute;
        bottom: 0;
        top: auto;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .product-card-outer {
        height: auto;
        z-index: 2;
        position: relative;
        width: 100%;
        top: initial;
        display: flex;
        margin: auto;
        flex-flow: column;
        margin-top: 66px;
    }

    .product-card {
        width: 335px;
        height: 464px;
        margin: auto;
        margin-bottom: 80px;
    }

    .product-card-sp-nomg {
        margin-bottom: 40px;
    }

    .card-tex {
        font-weight: 200;
        font-size: 12px;
        color: #5c5c5c;
        letter-spacing: 0.04em;
        line-height: 2;
        width: 295px;
        margin: auto;
    }

    .card-title {
        margin: 16px 20px 8px;
    }

    .card-tex-categoly {
        margin: 16px 20px 8px;
    }

    .ts-main-ph {
        width: 335px;
        height: 207px;
        margin: auto;
        margin-top: 20px;
        background-image: url(../img/sprik-ts-main-img-sp@2x.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .ts-tex-area h2 {
        letter-spacing: 0.03em;
    }

    .ts-area {
        margin-top: 60px;
        height: auto;
        position: relative;
        width: 100%;
        padding-bottom: 100px;
    }

    .ts-tex-area {
        text-align: center;
        padding: 0 10px;
    }

    nav ul li a {
        padding: 0 0px;
    }

    .fnavi {
        padding-top: 40px;
        width: 100%;
        float: left;
        font-size: 12px;
    }

    .flogo {
        color: #ffffff;
        padding-top: 40px;
        padding-bottom: 20px;
        float: left;
        width: 100%;
        text-align: center;
    }

    .company-area {
        width: 100%;
    }

    .company-area-inner {
        width: 85%;
        margin: auto;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .hoge-box {
        border-top: 1px solid #CDD6DD;
        display: flex;
        min-height: 55px;
        padding: auto 14px;
        align-items: center;
        vertical-align: middle;
        font-weight: Regular;
        font-size: 14px;
        color: #5c5c5c;
        letter-spacing: 0em;
        line-height: 1.6;
    }

    .hoge-box .item1 {
        width: 23%;
        min-width: auto;
        margin-right: 20px;
    }

    .hoge-box .item2 {
        min-width: auto;
    }

    .company-area-inner .hoge-box .item2 {
        width: 70%;
        min-width: auto;
    }

    .map iframe {
        width: 100%;
        height: 260px;
    }

    .company-area h3 {
        margin-top: 40px;
        margin-bottom: 10px;
        font-size: 18px;
        letter-spacing: 0em;
        line-height: 1.8214285714285714;
    }

    tex,
    .ninka .ninka-table {
        font-weight: 500;
        font-size: 14px;
        line-height: 28px;
        text-align: left;
        color: #5c5c5c;
    }

    .ninka .ninka-tex {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .ninka .ninka-title {
        margin-bottom: 20px;
        font-size: 16px;
        color: #5c5c5c;
        letter-spacing: 0em;
        line-height: 1.875;
    }

    .ninka .ninka-box {
        margin-top: 52px;
        padding: 24px;
        padding-top: 28px;
        padding-bottom: 30px;
        border: 1px solid;
        width: 100%;
        height: auto;
        border-radius: 6px;
        background: transparent;
        border: 1px solid #d1d1d1;
    }

    .ninka .ninka-tex-sec {
        width: 100%;
        height: auto;
        font-weight: 500;
        font-size: 14px;
        line-height: 28px;
        text-align: left;
        color: #5c5c5c;
        float: left;
        margin-bottom: 20px;
    }

    .ninka .ninka-tex-sec2 {
        width: 100%;
        height: auto;
        font-weight: 500;
        font-size: 14px;
        line-height: 28px;
        text-align: left;
        color: #5c5c5c;
        float: left;
        margin-bottom: 60px;
    }

    .ninka .sec-box {
        height: 330px;
    }

    .ninka .sec-box2 {
        height: 550px;
    }

    .ninka .ninka-p-mark {
        width: 80px;
        height: 80px;
        margin-left: auto;
        float: left;
        background-image: url(../img/p-mark-001@2x.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero-massage-inner {
        width: auto;
        margin: auto;
        letter-spacing: 0.2em;
        font-size: 23px;
        padding-left: 20px;
    }

    .hero-massage-inner br {
        display: block;
    }

    .hero-massage-inner:before {
        border-left: solid 1px #707070;
        border-top: solid 1px #707070;
        top: 40%;
        left: 0%;
    }

    .hero-massage-inner:after {
        border-right: solid 1px #707070;
        border-bottom: solid 1px #707070;
        bottom: -10%;
        right: -1%;
    }


    .rec-tex-area {
        width: auto;
        margin: auto;
    }

    .recruit-area-inner {
        padding: 0;
        width: auto;
    }

    .rec-main-chatch {
        margin-top: 10;
        text-align: center;
        margin-bottom: 32px;
        font-size: 18px;
        width: 355px;
    }


    .rec-sub-chatch {
        text-align: center;
        margin-bottom: 32px;
        position: relative;
        font-size: 13px;
        letter-spacing: 0.04em;
        line-height: 30px;
    }

    .rec-main-chatch:before,
    .rec-main-chatch:after {
        content: none;
        box-sizing: content-box;
    }

    .rec-sub-chatch:before,
    .rec-sub-chatch:after {
        content: '';
        width: 20px;
        height: 30px;
        position: absolute;
        display: inline-block;
    }

    .rec-sub-chatch:before {
        border-left: solid 1px #707070;
        border-top: solid 1px #707070;
        top: -16%;
        left: -1%;
    }

    .rec-sub-chatch:after {
        border-right: solid 1px #707070;
        border-bottom: solid 1px #707070;
        bottom: -10%;
        right: 1%;
        left: initial;
        top: initial;
    }

    .rec-cv-area-inner {
        padding: 0 15px;
        margin-top: 40px;
        padding-top: 60px;
        padding-bottom: 60px;
        width: 100%;
    }

    .cv-chatch {
        margin: 12px auto 32px;
    }

    .cv-main-tex {
        font-size: 14px;
        letter-spacing: 0.04em;
        line-height: 25px;
        color: #464646;
    }

    .rec-det-area .h2-sub {
        margin-bottom: 20px;
        font-size: 12px;
    }

    .rec-det-ph01,
    .rec-det-ph02,
    .rec-det-ph03 {
        width: 355px;
        height: 225px;
    }

    .rec-det-position-area {
        display: flex;
        flex-flow: column;
    }

    .rec-det-tex {
        max-width: 400px;
        padding-left: 0px;
    }

    .rec-button-area {
        flex-flow: column;
    }

    /*   recruit interview 20220123追記 ---------------------
    */

    .recruit-area {}

    .recruit-area.inner {}

    .recruit-area .rec-list-area {}

    .recruit-area .rec-list {}

    .recruit-area .rec-list .rec-list-outer {}

    .recruit-area .rec-list .rec-list-outer.recruit-area .rec-list .rec-list-outer .rec-list-inner-left {}

    .recruit-area .rec-list .rec-list-outer .rec-list-inner-right {}

    .recruit-area .rec-list .rec-list-outer .button-short {}

    .recruit-area .rec-list .rec-list-outer .button-short div {}

    .recruit-area .rec-list .rec-list-outer {}

    .recruit-area .rec-list .rec-list-outer.recruit-area .rec-list .rec-list-outer .rec-list-inner-left {}

    .recruit-area .rec-list .rec-list-outer .rec-list-inner-right {}

    .recruit-area .rec-list .rec-list-outer .button-short {}

    .recruit-area .rec-list .rec-list-outer .button-short div {}

    .recruit-area .rec-list .rec-list-outer {}

    .recruit-area .rec-list .rec-list-outer.recruit-area .rec-list .rec-list-outer .rec-list-inner-left {}

    .recruit-area .rec-list .rec-list-outer .rec-list-inner-right {}

    .recruit-area .rec-list .rec-list-outer .button-short {}

    .recruit-area .rec-list .rec-list-outer .button-short div {}

    .recruit-area .rec-list .rec-list-outer {
        font-size: 14px;
        line-height: 40px;
        padding: 12px 0;
    }

    .rec-list .rec-list-outer .button-short {
        color: #FFFFFF;
        width: 134px;
    }

    .rec-list .rec-list-outer div {
        font-size: 14px;
    }

    .recruit-area .rec-list .rec-list-outer.recruit-area .rec-list .rec-list-outer .rec-list-inner-left {}

    .recruit-area .rec-list .rec-list-outer .rec-list-inner-right {}

    .recruit-area .rec-list .rec-list-outer .button-short {
        width: 128px;
        height: 32px;
    }

    .recruit-area .rec-list .rec-list-outer .button-short div {}

    .recruit-area .rec-list-title {
        flex-direction: column;
        align-items: flex-start;
    }

    .recruit-area .rec-list-title .rec-list-inner-left {}

    .recruit-area .rec-list-title .rec-list-inner-right {}

    .recruit-area .rec-list-title .button-short {}

    .recruit-area .rec-list-title .button-short div {}

    .recruit-area .rec-list-tex {}

    .recruit-area .rec-list-tex a {}

    .recruit-area h4 {
        margin-top: 0px;
    }

    .recruit-area .rec-list-tex-sub {
        margin: 8px 0 0 0;
    }

    .recruit-area .rec-list-tex-sub a {}

    .rec-cv-area-inner {}

    .rec-cv-area-inner.bg-gray {}

    .rec-cv-area-inner.inner {}

    .rec-cv-area-inner .rec-cv-area {}

    .rec-cv-area-inner h2 {}

    .rec-cv-area-inner .h2-sub {}

    .rec-cv-area-inner .interview-card-outer {
        flex-flow: column;
        width: 100%;
    }

    .rec-list-inner-left a {
        margin-left: 0px;
        display: block;
    }

    .interview-area-wrapper .rec-list-area {
        width: 88%;
        margin: auto;
    }

    .rec-cv-area-inner a {}

    .rec-cv-area-inner .interview-card {
        width: 100%;
        min-height: initial;
        display: flex;
        margin: auto;
        margin-bottom: 16px;
    }

    .rec-cv-area-inner .interview-card .interview-ph {}

    .rec-cv-area-inner .interview-card .interview-ph.rec-cv-area-inner .interview-card .interview-ph .card__image_02 {}

    .rec-cv-area-inner .interview-card .interview-ph {}

    .rec-cv-area-inner .interview-card .interview-ph.rec-cv-area-inner .interview-card .interview-ph .card__image_02 {}

    .rec-cv-area-inner .interview-card br {}

    .rec-cv-area-inner .interview-card .interview-ph {}

    .rec-cv-area-inner .interview-card .interview-ph.rec-cv-area-inner .interview-card .interview-ph .card__image_02 {}

    .rec-cv-area-inner .interview-card .interview-ph {
        min-height: initial;
        min-width: 141px;
        width: 100px;
    }

    .rec-cv-area-inner .interview-card .interview-ph.rec-cv-area-inner .interview-card .interview-ph .card__image_02 {}

    .rec-cv-area-inner .interview-tex {}

    .rec-cv-area-inner .interview-tex-02 {}

    .rec-cv-area-inner .interview-tex-02 br {}

    .recruit-area {
        margin-top: 48px;
    }

    .recruit-area.inner {
        margin-bottom: 60px;
    }

    .recruit-area .recruit-area-inner {}

    .recruit-area .recruit-area-inner.recruit-area .mid-title {}

    .recruit-area h2 {}

    .recruit-area .text-area02 {}

    .recruit-area .h2-sub {}

    .recruit-area .h2-sub.recruit-area .hero-massage {}

    .recruit-area .hero-massage-inner:after {
        right: 0%;
    }

    .recruit-area .h2-sub-03 {
        line-height: 1.5;
        font-size: 14px;
        margin-top: 24px;
        margin-bottom: 8px;
    }

    /*   recruit interview personal 2022/01/23 ---------------------
    */
    .interview-area-wrapper .text-area {
        text-align: center;
        margin-top: 40px;
    }

    .interview-area-personal {
        width: 100%;
        margin-top: 16px;
    }

    .interview-personal-body {
        width: 100%;
        padding: 0 0 16px 0;
    }

    .interview-personal-body .interview-profile-outer {
        flex-flow: column;
    }

    .interview-personal-body .interview-profile-outer .interview-profile-ph-area {}

    .interview-personal-body .interview-profile-outer .interview-profile-tex-area {}

    .interview-personal-body .interview-profile-outer .interview-profile-tex-area.interview-personal-body .interview-profile-outer .qa-title {}

    .interview-personal-main-ph {
        width: 100%;
        height: auto;
        padding: 24px 0;
    }

    .main-ph-catch {
        position: relative;
        top: 35%;
        right: 0;
        width: 100%;
        padding: 20px 16px;
    }

    .main-ph-catch .catch {
        font-size: 18px;
    }

    .main-ph-catch .catch br {}

    .main-ph-catch .tex {
        line-height: 1.6;
    }

    .main-ph-catch .tex br {}

    .main-ph-catch .caption {}

    .interview-personal-body .interview-profile-outer span {}

    .interview-personal-body .interview-profile-outer .qa-tex {}

    .interview-personal-body .interview-profile-left {
        font-size: 18px;
    }

    .interview-personal-body .interview-profile-left .qa-title {}

    .interview-personal-body .interview-profile-left span {}

    .interview-personal-body .interview-profile-left .qa-tex {}

    .interview-personal-body .interview-profile-left .interview-personal-sub-ph-right {}

    .interview-personal-body .interview-profile-left .card__image_02 {}

    .interview-personal-body .interview-profile-right {
        margin: auto;
        margin-top: 8px;
    }

    .interview-personal-body h4 {}

    .interview-personal-body p {}

    .interview-personal-body .interview-profile-link {}

    .interview-personal-body a {
        line-height: 24px;
    }

    .interview-personal-body h3 {
        font-size: 18px;
        margin: 32px auto 16px;
        line-height: 1.5;
    }

    .interview-personal-body .interview-profile-tex-area-outer {
        flex-flow: column-reverse;
    }

    .non-reverse {
        flex-flow: column !important;
    }

    .interview-personal-body .interview-profile-tex-area-outer .interview-profile-tex-area {
        width: 100%;
        padding: 24px 0 0 0;
    }

    .child {
        order: 1;
    }

    .interview-personal-body .interview-profile-tex-area-outer .qa-title {}

    .interview-personal-body .interview-profile-tex-area-outer span {}

    .interview-personal-body .interview-profile-tex-area-outer .qa-tex {
        margin: 8px auto 32px;
    }

    .interview-personal-body .interview-profile-tex-area-outer .interview-profile-ph-area {
        width: 100%;
        height: 200px;
        overflow: hidden;
        padding-left: 0;
    }

    .interview-personal-body .interview-profile-tex-area-outer .interview-personal-sub-ph-right {}

    .interview-personal-body .interview-profile-tex-area-outer .card__image_02 {}

    .interview-personal-body .interview-personal-sub-ph-left {}

    .interview-personal-body .interview-personal-sub-ph-left .card__image_02 {}

    .rec-det-position-area {
        width: 100%;
        padding: 24px 16px;
    }

    .rec-det-position-area .rec-det-ph02 {
        width: 100%;
        height: auto;
        min-height: 165px;
        background-size: cover;
    }

    .rec-det-position-area .rec-det-tex {}

    .rec-det-position-area h4 {}

    .rec-det-position-area .rec-det-tex-sub {}

    .rec-det-position-area .rec-det-tex-main {}

    .rec-det-position-area .rec-link-tex {}

    .rec-det-position-area a {}


    /*   recruit interview end ---------------------
    */


    .button-wontedly {
        margin-bottom: 24px;
    }


    .news-date {
        display: block;
    }

    .new-icon {
        margin: 5px auto 5px 0;
        border-radius: 15px;
    }

    .form {
        margin-top: 40px;
        margin-bottom: 66px;
    }

    .read-area-tex {
        margin-top: 36px;
        text-align: center;
        font-weight: Bold;
        font-size: 12px;
        color: #565a67;
        letter-spacing: 0.08em;
        line-height: 2.2;
    }

    .form-btn {
        font-size: 14px;
        color: #FFFFFF;
        width: 335px;
        height: 44px;
        margin-top: 40px;
        margin-bottom: 16px;
        border-radius: 30px;
        background: #333;
        display: flex;
        justify-content: center;
        align-items: center;
        vertical-align: middle;
    }


    /*========= ナビゲーションのためのCSS ===============*/

    #g-nav {
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        display: block;
        position: fixed;
        z-index: 999;
        /*ナビのスタート位置と形状*/
        top: 0;
        right: -120%;
        width: 100%;
        height: 100vh;
        /*ナビの高さ*/
        background: #001050;
        /*動き*/
        transition: all 0.6s ease;
        transform: rotate(0deg);
    }

    /*アクティブクラスがついたら位置を0に*/
    #g-nav.panelactive {
        right: 0;
        transform: rotate(0deg);
    }

    /*ナビゲーションの縦スクロール*/
    #g-nav.panelactive #g-nav-list {
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    /*ナビゲーション*/
    #g-nav ul {
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        flex-flow: column;
    }

    /*リストのレイアウト設定*/
    #g-nav li {
        list-style: none;
        text-align: center;
        min-height: 45px;
    }

    #g-nav li a {
        color: #ffffff;
        text-decoration: none;
        padding: 10px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
    }

    /*========= ボタンのためのCSS ===============*/
    .openbtn1 {
        display: block;
        position: absolute;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 50px;
        height: 50px;
    }

    /*×に変化*/
    .openbtn1 span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 3px;
        border-radius: 2px;
        background-color: #666;
        width: 45%;
    }

    footer {
        height: auto;
    }

    .pp-outer {
        background-color: #FFF;
        border-radius: 4px;
        margin-left: 0px;
        margin-top: 20px;
        width: 110px;
        padding: 10px;
    }

    nav ul {
        flex-direction: column;
    }

    .fnavi li {
        margin-bottom: 10px;
    }

    .openbtn1.active {
        position: fixed;
        width: 45px;
        height: 45px;
    }

    .active span {
        background-color: #fff;
    }

    .openbtn1 span:nth-of-type(1) {
        top: 15px;
    }

    .openbtn1 span:nth-of-type(2) {
        top: 23px;
    }

    .openbtn1 span:nth-of-type(3) {
        top: 31px;
    }

    .openbtn1.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }

    .openbtn1.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn1.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    .policy-tex h3 {
        margin-top: 72px;
        font-size: 16px;
        line-height: 1;
    }

    .formTable {
        width: 100%;
        margin-top: 32px;
    }

    .formTable th {
        vertical-align: middle;
        width: 100%;
        padding: 5px 20px 0;
        float: left;
    }

    .formTable td {
        vertical-align: middle;
        float: left;
        padding: 0px 20px 5px;
    }

    .form-btn-back {
        color: #000000;
        background: #FFFFFF;
    }

    .confirmation-btn .form-btn {
        margin-top: 40px;
        max-width: 375px;
    }

    .confirmation-btn .form-btn-back {
        margin-top: 0px;
    }

    .confirmation-btn {
        flex-wrap: wrap;
    }
}

.contact {
    color: #ffffff !important;
    transition: all .2s ease-in-out;
}

.contact:hover {
    color: #DDDDDD !important;
    transition: all .2s ease-in-out;
}

a:hover {
    color: #DDDDDD;
    transition: all .2s ease-in-out;
    cursor: pointer;
}
