@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
    border: 0;
    font: inherit;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    height: 100%;
}

ol, ul {
    list-style: none;
}

li, dd {
    list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
    display: block;
    line-height: 1;
}

img {
    border: none;
    vertical-align: bottom;
    width: 100%;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #1D7FC0;
}

a:hover {
    text-decoration: none;
    opacity: .7;
}

a:active,
a:focus {
    color: #1D7FC0;
}

input[type="text"],
input[type="tel"],
input[type="email"]{
    -webkit-appearance: none;
    border-radius: 0;
}

::placeholder {
    color: #c0c0c0;
}

select {
    -webkit-appearance: none;
    appearance: none;
}

main {
    margin-top: 90px;
    background: #fff;
}

body {
    font-family:  'Noto Sans JP', 'メイリオ', Meiryo,'ヒラギノ角ゴシック','Hiragino Sans', sans-serif;
    background: #fff;
    color: #333;
    font-weight: normal !important;
    line-height: 1.6;
}

/*ヘッダー*/
header {
    position: fixed;
    padding: 0;
    background-color: #fff;
    display: block;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 90px;
    z-index: 10000;
    box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 5px 10px 0px rgba(10,10,10,0.1);
    top: 0;
}

.header {
    position: relative;
}

.header_inner {
    align-items: center;
    height: 90px;
    margin: 0 40px;
}

.logo {
    width: 100%;
    max-width: 180px;
    margin: 15px 0 10px;
}

.header_tel p {
    color: #333 !important;
    padding-bottom: 3px;
}

.header_tel a {
    color: #333 !important;
    font-size: 22px !important;
    padding-left: 25px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.nav .cta_area-tel a::before {
    background: url(../images/lp_unsoul/icon_tel.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    width: 22px;
    height: 22px;
}

.nav .btn_login a::before {
    left: 8px;
    width: 13px;
    height: 16px;
}

.nav .btn_contact a::before {
    left: 15px;
    width: 22px;
    height: 14px;
}

.header_contact a {
    padding: 15px 20px 15px 40px !important;
    font-size: 14px;
}

.btn_contact.header_document a {
    background: #F3472E;
    font-weight: bold;
}

.btn_contact.header_document a::before {
    background: url(/images/lp_recruit/icon_document_white.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 16px;
    height: 17px;
    left: 12px;
}

.content_inner {
    margin: 0 25px;
}

/*ハンバーガーアイコン*/
.btn-burger {
    cursor: pointer;
    display: block;
    width: 56px;
    height: 60px;
    position: absolute;
    top: 5px;
    right: 10px;
}

/*ハンバーガーアイコンを作る三本線*/
.icon, .icon:before, .icon:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 2px; /*線の太さ*/
    width: 35px; /*線の長さ*/
    background-color: #444;
    border-radius: 2px;
    display: block;
    content: '';
    cursor: pointer;
    margin: auto;
}

.icon {
    position: relative;
    top: 25%;
}

/*三本線の間隔*/
.icon:before {
  top: 30px;
}
.icon:after {
  top: 15px;
}

/*チェックボックス非表示*/
.nav-toggle {
    display: none;
}

/*アイコンをクリックしたら*/
.nav-toggle:checked ~ .btn-burger .icon {
    background: transparent;
    top: 40%;
}

.nav-toggle:checked ~ .btn-burger .icon:before {
    transform: rotate(-45deg);
    top: 0;
}

.nav-toggle:checked ~ .btn-burger .icon:after {
    transform: rotate(45deg);
    top: 0;
}

.icon,
.icon:before,
.icon:after {
    transition: all .3s;
}

/*中身*/
.nav {
    background-color: #ffffff;
    display: block;
}

.nav-list a {
    display: block;
    text-decoration: none;
    color: #333;
    font-size: 16px;
}

.nav .nav-list {
    list-style: none;
    margin: 0;
    padding-left: 20px;
}

.nav-list li {
    margin: 0;
    padding: 10px 15px;
    position: relative;
}

.nav-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #558FED;
    border-right: 1px solid #558FED;
    -webkit-transform: rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.nav-toggle:checked ~ .nav .nav-list {
    display: block;
}

.nav-list2 {
    display: none;
}

.nav-toggle:checked ~ .nav .nav-list2 {
    display: block;
}

.header_document {
    display: block;
    position: absolute;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
}

@media screen and (max-width: 1350px) {
    .logo {
        width: 140px;
    }
}

@media screen and (max-width: 1200px)  {
    .header_inner {
        margin: 0 10px;
    }
    .header_tel a {
        font-size: 16px !important;
        padding-left: 22px !important;
    }
    .header_tel p {
        font-size: 12px !important;
    }
    .nav .cta_area-tel a::before {
        width: 18px;
        height: 18px;
    }
    .nav-list {
        padding-left: 8px;
    }
    .nav-list li {
        padding: 8px;
    }
    .nav-list li::before {
        left: -3px;
    }
    .header_contact a {
        padding: 15px 20px 15px 40px !important;
        font-size: 14px;
    }
    .header_contact.header_document a {
        padding: 15px 15px 15px 35px !important;
    }
}

@media screen and (max-width: 1024px) {
    .nav-list a {
        font-size: 14px;
    }
}

@media screen and (max-width: 980px) {
    header {
        height: 60px;
    }
    .nav {
        width: 100%;
        box-shadow: 0 3px 3px #33333350;
        display: none;
        animation-duration: .3s;
        animation-name: fade-In;
    }
    .nav-toggle:checked ~ .nav {
        display: block;
        margin-top: 6px;
    }
    .nav-toggle:checked ~ .nav .nav-list {
        max-width: 220px;
        margin: 0 auto 30px;
        padding-top: 30px;
    }
    .nav-list a {
        font-size: 17px;
        font-weight: 600;
    }
    .nav-list li::before {
        left: -8px;
    }
    .logo {
        width: 140px;
        margin: 0 20px;
    }
    .header_inner {
        height: 60px;
        margin: 0;
    }
    .header_tel {
        text-align: center;
    }
    .header_tel p {
        font-size: 14px !important;
    }
    .header_tel a {
        font-size: 24px !important;
    }
    .header_contact {
        max-width: 220px;
        margin: 0 auto 10px;
    }
    .header_contact a {
        text-align: left !important;
    }
    .header_login {
        max-width: 220px;
        margin: 0 auto;
        padding-bottom: 30px;
    }
    .header_login a {
        padding: 15px 20px 15px 40px !important;
        font-size: 14px;
    }
    .btn-burger {
        top: 0;
    }
}

@media screen and (min-width: 981px) {
    /* ハンバーガーボタン */
    .btn-burger {
        display: none;
    }
    .header_inner {
        padding: 0 0;
        display: flex;
        justify-content: space-between;
        position: relative;
    }
    .logo {
        margin: 15px 0 10px;
        padding: 0;
        text-align: center;
    }
    .nav-toggle:checked ~ .nav .nav-list {
        display: none;
    }
    .nav {
        height: 75px;
        display: flex;
        align-items: center;
        margin-top: 15px;
    }
    .nav-list {
        display: flex;
        justify-content: center;
        height: 75px;
        align-items: center;
    }
    .nav-list li:not(:last-child) {
        border-right: 1px solid #fff;
    }
    .nav-list2 {
        display: block;
        margin: 0 5px;
    }
    .header_tel {
        border-left: 1px solid #DBDBDB;
        padding-left: 10px;
    }
    .header_login {
        position: absolute;
        top: 0;
        right: 0;
    }
    .header_login a {
        border-radius: 0 !important;
        font-size: 12px;
        padding: 5px 8px 5px 24px;
    }
}

@media screen and (min-width: 769px) {
    .header_document {
        display: none;
    }
}

@keyframes fade-In {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* 共通 */
header#masthead {
    display: none
}

.page-header {
    display: none;
}

.lp_footer {
    display: none;
}

.entry-content,
.page-content {
    margin-bottom: 0;
}

body.page-template-page-lp {
    display: block;
}

.btn_login a {
    background: #E6E6E6;
    border-radius: 4px;
    display: block;
    color: #333;
    position: relative;
}

.btn_login a::before {
    position: absolute;
    content: "";
    background: url(../images/lp_unsoul/icon_login.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 18px;
    height: 22px;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

h2 {
    font-size: 28px;
    text-align: center;
}

h2.section_title {
    position: relative;
    margin-bottom: 50px;
    font-weight: bold;
}

h2.section_title::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 5px;
    top: 150%;
    left: 50%;
    transform: translateX(-50%);
    background: transparent linear-gradient(90deg, #1DAEDD 0%, #1D50A2 30%, #1D50A2 70%, #1DAEDD 100%) 0% 0% no-repeat padding-box;
}

@media screen and (max-width: 600px) {
    h2 {
        font-size: 24px;
        line-height: 1.2;
    }
}

@media (min-width:451px) {
    .br-450 {
        display: none;
    }
}

@media (min-width:551px) {
    .br-550 {
        display: none;
    }
}

@media (min-width:601px) {
    .br-600 {
        display: none;
    }
}

@media (min-width:751px) {
    .br-750 {
        display: none;
    }
}

@media (min-width:981px) {
    .br-980 {
        display: none;
    }
}

/* 解説セクション用の基本css */
.unsoulLP_section {
    margin-bottom: 70px;
    padding: 0 10px;
}

.unsoulLP_content {
    margin: -80px auto 0;
    padding-top: 80px;
}

.unsoulLP_section h2.section_title {
    margin-top: 70px;
}

.unsoulLP_container {
    max-width: 1000px;
    margin: 0 auto;
}

.unsoulLP_image {
    max-width: 1000px;
    margin: 0 auto 20px;
}

.unsoulLP_text {
    line-height: 1.3;
    margin-bottom: 10px;
}

.unsoulLP_text-emphasize {
    text-align: center;
    line-height: 1.3;
}

.unsoulLP_text-emphasize span {
    background: linear-gradient(transparent 50%, #ffff7f 50%);
    font-weight: bold;
    font-size: 18px;
}

@media screen and (max-width: 600px) {
    .unsoulLP_content {
        margin: -60px auto 0;
        padding-top: 60px;
    }
    .unsoulLP h2.section_title {
        margin-top: 50px;
    }
    .unsoulLP_text {
        font-size: 14px;
    }
    .unsoulLP_text-emphasize span {
        font-size: 16px;
    }
}

/*=============================
    動画でわかる運SOUL
=============================*/
.movie {
    padding: 50px 10px;
}

.movie h2.section_title {
    margin-top: 20px;
    margin-bottom: 70px;
}

.movie_content {
    margin: -100px auto 0;
    padding-top: 100px;
    text-align: center;
}

.movie_content p {
    line-height: 1.3;
    margin-bottom: 30px;
}

.movie_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 1000px;
    margin: 0 auto;
}

.movie_item {
    width: calc(100% / 3 - 20px);
    margin: 0 10px 30px;
    display: flex;
    flex-direction: column;
}

.movie_item h4 {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}

@media screen and (max-width: 980px) {
    .movie_item {
        width: calc(100% / 2 - 20px);
    }
}

@media screen and (max-width: 600px) {
    .movie_content p {
        font-size: 14px;
    }
    .movie_wrap {
        display: block;
    }
    .movie_item {
        width: 100%;
        margin: 30px 0;
    }
    .movie_item h4 {
        font-size: 14px;
    }
}

/*=============================
    cta
=============================*/
.cta_area {
    color: #fff;
    background: transparent linear-gradient(150deg, #1D50A2 21%, #00288C 70%) 0% 0% no-repeat padding-box;
}

.cta_area-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 30px 0;
}

.cta_area-title {
    text-align: center;
    font-size: 27px;
    margin-bottom: 20px;
    font-weight: 700;
}

.cta_area-wrap {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.cta_area-tel p {
    color: #fff;
    font-size: 14px;
}

.cta_area-tel a {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    padding-left: 28px;
    position: relative;
}

.cta_area-tel a::before {
    position: absolute;
    content: "";
    width: 24px;
    height: 24px;
    background: url(../images/lp_unsoul/icon_tel_white.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cta_area-contact a {
    font-size: 21px;
    width: 360px;
    max-width: 360px;
    padding: 20px 0;
}

.cta_area-contact p {
    font-size: 10px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}

.btn_contact a {
    background: transparent linear-gradient(160deg, #EE9812 0%, #F06C34 41%, #FF587F 78%) 0% 0% no-repeat padding-box;
    border-radius: 4px;
    color: #fff;
    display: block;
    text-align: center;
    position: relative;
    padding: 20px 20px 20px 40px;
    line-height: 1;
}

.btn_contact a::before {
    position: absolute;
    content: "";
    width: 33px;
    height: 21px;
    background: url(../images/lp_unsoul/icon_mail.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 80px;
    top: 50%;
    transform: translateY(-50%);
}

.btn_contact a:hover {
    background: transparent linear-gradient(339deg, #FFBE5A 0%, #FF4E78 100%) 0% 0% no-repeat padding-box;
}

@keyframes shiny {
    0% {
        transform: scale(0) rotate(25deg);
        opacity: 0;
    }

    50% {
        transform: scale(1) rotate(25deg);
        opacity: 1;
    }

    100% {
        transform: scale(50) rotate(25deg);
        opacity: 0;
    }
}

.btn_cyoi-lplink a:hover {
    background: transparent linear-gradient(339deg, #4facfe 0%, #00f2fe 100%) 0% 0% no-repeat padding-box;
}
    
.btn_cyoi-lplink a {
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    border-radius: 4px;
    text-align: center;
    padding: 20px;
    margin-top: 5px;
    background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
    color: #fff;
    line-height: 1;
}

.btn_cyoi-lplink a::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 70px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 1) 100%, rgba(255, 255, 255, 0) 0%);

    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@media screen and (max-width: 980px) {
    .cta_area-wrap {
        display: block;
    }
    .cta_area-inner {
        text-align: center;
        padding: 50px 30px;
    }
    .cta_area-title {
        line-height: 1.5;
        border-bottom: 1px solid #8193D1;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .cta_area-tel {
        margin-bottom: 10px;
    }
    .cta_area-tel a::before {
        width: 28px;
        height: 28px;
    }
    .cta_area-contact a {
        margin: 0 auto 10px;
        width: 100%;
    }
    .cta_area-download a {
        margin: 0 auto;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .cta_area-title {
        font-size: 22px;
    }
    .btn_contact a::before {
        left: 60px;
    }
}

@media screen and (max-width: 429px) {
    .cta_area-title {
        font-size: 20px;
    }
    .cta_area-contact a {
        font-size: 18px;
    }
    .cta_area-contact p {
        font-size: 9px;
    }
}

/*=============================
    問い合わせフォーム
=============================*/
.form h2.section_title {
    margin-top: 70px;
}

.unsoul_form_wrap {
    max-width: 895px;
    margin: 0 auto;
    padding-bottom: 80px;
}

.unsoul_form_wrap ul {
    margin-left: 2em;
    line-height: 1.5em;
}

.unsoul_form_wrap ul li {
    list-style: disc;
}

.col-lg-10 p {
    display: block;
    width: 95%;
    margin: 0 auto 30px;
    padding: 20px;
    color: #333333;
    border-radius: 1em;
    background: #faefef;
    font-size: 75%;
    overflow: hidden;
}

.form-group {
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 2em;
    display: flex;
    align-items: start;
}

label.col-md-4.control-label {
    text-align: right;
}

span.red {
    color: red;
    text-decoration: underline;
}

span#your-know1 {
    display: flex;
    flex-wrap: wrap;
}

#your-know1 span {
    width: 40%;
    padding-left: 0;
}

#your-know1 label {
    display: flex;
    align-items: center;
    margin-left: 0;
}


@media screen and (max-width: 768px) {
    label.col-md-4.control-label {
        text-align: left;
    }
    .unsoul_form_wrap {
        padding: 20px;
        padding-bottom: 80px;
    }
    .form-group {
        display: flex;
        flex-direction: column;
    }
    .col-md-12.submit_btn_wrap {
        margin: 0 auto;
    }
}

@media (min-width: 992px) {
    .form-horizontal .control-label {
        width: 33.33%;
    }
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        width: 50%;
    }
}

.col-md-6 {
    width:100%;
}

/* プライバシーポリシー */
#terms {
    height: 300px;
    background: #f5f5f5;
    padding: 15px 15px 50px;
    overflow-x: hidden;
    overflow-y: scroll;
    font-size: 14px;
    margin-bottom: 1em;
}

.terms_notes-text {
    margin: 1em 0;
    font-size: 14px !important;
}

.form_submit:disabled {
    background: #ccc;
    border: 1px solid #999;
}

#terms h4 {
    margin: 15px 0 5px;
}

#terms ul {
    padding-left: 1.5em;
}

#terms .document {
    margin: 20px 0 0;
}

.form_submit:disabled {
    background: #ccc;
    border: 1px solid #999;
}

span.wpcf7-list-item-label {
    height: 40px;
    display: flex;
    vertical-align: middle;
    align-items: center;
    width: 100% !important;
    line-height: 1.3;
    padding-left: 0.3em !important;
    cursor: pointer;
    font-size: 14px;
}

input[type=checkbox]#agree {
    display: none;
}

input[type=checkbox]#agree+span.wpcf7-list-item-label:before {
    display: inline-block;
    width: 25px;
    height: 25px;
    padding-left: 3px;
    padding-top: 3px;
    font-family: "FontAwesome";
    font-size: 18px;
    content: "\f00c";
    font-weight: 900;
    color: #fff;
    margin-right: 10px;
    border: 1px solid #e2e2e2;
    border-radius: 3px;
    line-height: 20px;
    background: #fff;
}

input[type=checkbox]#agree:checked+span.wpcf7-list-item-label:before {
    content: "\f00c";
    color: #fff;
    background-color: #03a9f4;
    border: 1px solid #03a9f4;
    border-radius: 3px;
}

#terms::-webkit-scrollbar {
    width: 10px;
}

#terms::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
    box-shadow: none;
}

#terms::-webkit-scrollbar-track {
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: inset 0 0 2px #777;
}

#terms h2 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: 20px 0;
    border-bottom: 3px solid #666;
    text-align: center;
    padding-top: 0;
}

#terms h2:before {
    content: "";
    display: none;
}

#terms h3 {
    font-size: 16px;
    font-weight: bold;
    text-align: left;
    color: #666;
}

.agreement {
    font-size: 18px !important;
    font-weight: bold;
    display: flex !important;
    justify-content: center;
    padding: 0 !important;
}

#terms p {
    text-align: left;
    font-size: 14px;
    background: transparent;
}

#terms p.agreement label {
    display: flex;
    justify-content: center;
}

.col-lg-10 p {
    background: transparent;
}

#terms p.agreement {
    font-size: 18px;
}

.col-md-12.submit_btn_wrap {
    text-align: center;
}

#form {
    margin-top: -100px;
    padding-top: 100px;
}

.form_notice p {
    text-align: center;
    line-height: 1.3;
    margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
    #terms h2,
    #terms h3 {
        font-size: min(3.8vw, 18px);
        margin-top: 2em;
        margin-bottom: .5em;
    }
    #terms p {
        padding: 0;
        border-radius: 0;
    }
    .form_notice p {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    #terms p {
        text-align: left;
        font-size: 14px;
        background: transparent;
    }
    #terms p.agreement {
        font-size: 18px;
    }
    #terms p.agreement label {
        display: flex;
        justify-content: center;
    }
    .col-md-12.submit_btn_wrap {
        text-align: center;
    }
    h2 {
        font-size: min(6.5vw, 28px);
    }
    .col-md-12.submit_btn_wrap {
        text-align: center;
        margin: 0 auto;
    }
}
  
/* 送信クリック時 */
.wpcf7-submit.wpcf7-active {
    pointer-events: none;
    opacity: .5;
    background: #ccc;
}

/*=============================
    footer
=============================*/
footer {
    background: #f2f2f2;
}

footer .content_inner {
    padding: 0 10px;
}

.footer_wrap {
    display: flex;
    justify-content: space-between;
    max-width: 1080px;
    margin: 0 auto;
    align-items: center;
}

.footer_logo {
    width: 230px;
}

.footer_nav ul {
    display: flex;
    flex-wrap: wrap;    
}

.footer_nav ul li {
    width: 50%;
    padding: 15px 0;
    font-size: 14px;
    font-weight: 400;
    position: relative;
}

.footer_nav ul li a {
    color:#3498db;
}

.footer_nav ul li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -10px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #558FED;
    border-right: 1px solid #558FED;
    -webkit-transform: rotate(45deg);
    transform: translateY(-50%) rotate(45deg) ;
}

.footer_tel {
    background: #fff;
    border-radius: 4px;
    padding: 5px 10px;
    margin: 20px 0 10px;
}

.footer_tel p {
    color: #333;
    font-size: 12px;
}

.footer_tel a {
    color: #333;
    font-size: 25px;
    padding-left: 20px;
}

.footer_btn .cta_area-tel a::before {
    background: url(../images/lp_unsoul/icon_tel.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    width: 18px;
    height: 18px;
}

.footer_contact {
    margin-bottom: 10px;
}
.footer_contact a {
    padding: 15px 0;
    text-align: left;
    padding-left: 40px;
}

.footer_download {
    margin-bottom: 10px;
}
.footer_download a {
    padding: 15px 0;
    text-align: left;
    padding-left: 40px;
}

.footer_btn .btn_contact a::before {
    left: 15px;
    width: 22px;
    height: 14px;
}

.footer_btn .btn_download a::before {
    left: 15px;
    width: 21px;
    height: 18px;
}

.footer_login {
    margin-bottom: 30px;
}

.footer_login a {
    padding: 15px 0;
    text-align: left;
    padding-left: 40px;
}

.footer_pmark {
    max-width: 1080px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.footer_pmark-wrap {
    display: flex;
    justify-content: right;
    align-items: baseline;
}

.footer_pmark-image {
    width: 70px;
}

@media screen and (max-width: 980px) {
    .footer_wrap {
        display: block;
    }
    .footer_logo {
        margin: 0 auto 10px;
    }
    .footer_nav {
        margin-left: 25%;
    }
    .footer_btn {
        max-width: 230px;
        margin: 0 auto;
    }
    .footer_pmark-wrap {
        width: 220px;
        margin: auto;
    }
}

@media screen and (max-width: 768px) {
    .footer_pmark {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 429px) {
    .footer_nav ul {
        display: block;
    }
    .footer_nav ul li {
        width: auto;
        padding: 10px 0;
    }
}


@media (min-width:1200px) {
    .container {
        width: 100%;
    }
}

@media (min-width:992px) {
    .container {
        width: 100%;
    }
}

@media (min-width:768px) {
    .container {
        width: 100%;
    }
}

/* CEOクローン */
.ceo-clone-banner-wrap {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    box-shadow: 0 2px 10px #333;
    width: 320px;
    background: #fe9923;
    padding: 5px;
    line-height: 1;
}

.ceo-clone-banner-wrap:hover {
    transform: translateY(-50%) translateX(-8px) scale(1.05);
}
  
.ceo-clone-banner-wrap.hidden .ceo-clone-banner{
    display: none;
}
  
.ceo-clone-banner-wrap .ceo_close {
    display: block;
}
  
.ceo-clone-banner-wrap.hidden-close .ceo_close {
    display: none;
}
  
.ceo-clone-banner-wrap.hidden-close {
    width: 46px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 0;
    align-items: center;
    display: flex;
    border-radius: 15px 0 0 15px;
    color: #fff;
}
  
.ceo-clone-banner-wrap.hidden-close:hover {
    transform: translateY(-50%) scale(1.05);
}
  
.ceo-clone-banner:hover {
    opacity: 1;
    transform: scale(1.05);
}

a.ceo-clone-banner img:hover {
    opacity: 1;
}

.ceo_open {
    display: none;
}

.ceo_open.hidden  {
    display: block !important;
    padding: 55px 10px 20px 10px;
}

.ceo_open-icon {
    width: 26px;
    margin-bottom: 10px;
    text-align: center;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
}

.ceo_open-box {
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 2px;
}

.ceo_close {
    position: absolute;
    top: -25px;
    right: 7px;
    font-size: 26px;
    font-weight: bold;
}

.ceo-clone-banner-sp {
    display: none;
}

.hidden {
    display: none;
}

@media screen and (max-width: 768px) {
    .ceo-clone-banner-wrap .ceo_close {
        display: none;
    }
    .ceo-clone-banner-pc {
        display: none;
    }
    .ceo-clone-banner-sp {
        display: block;
    }
    .ceo-clone-banner-wrap {
        width: 270px;
        padding: 5px 10px;
        top: unset;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 5px 5px 0 0;
    }
    .ceo-clone-banner-wrap:hover {
        transform: translateX(-50%);
    }
}
/* CEOクローン ここまで */