html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}
html {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption,
th,
td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}
q,
blockquote {
    quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none;
}
a img {
    border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}
* {
    box-sizing: border-box;
}
body {
    color: #000;
    font-size: 14px;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-style: normal;
    font-weight: 400;
}
.wrapper {
    overflow: hidden;
    background: url("../images/bg_page.png") no-repeat;
    background-size: cover;
    background-color: #f7fdfe;
}
.text-align {
    text-align: center;
}
p,
th,
td,
dt,
dd,
li {
    line-height: 1.75em;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    opacity: 0.7;
}
a:focus {
    outline: none;
}
section {
    position: relative;
}
h2 {
    text-align: center;
}
.mw-100 {
    max-width: 100% !important;
}
.w-100 {
    width: 100% !important;
}
.d-flex {
    display: flex !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.gap-1 {
    gap: 0.625rem !important;
}
.pt-1 {
    padding-top: 1rem !important;
}
.pt-2 {
    padding-top: 1.25rem !important;
}
.pt-5 {
    padding-top: 5rem !important;
}
.pb-1 {
    padding-bottom: 1rem !important;
}
.ps-large {
    padding-left: 15% !important;
}
.bg-white {
    background: #ffffff !important;
}
.container {
    margin: 0 auto;
    max-width: 968px;
    position: relative;
}
.pc {
    display: block;
}
.sm {
    display: none;
}
.btnpage {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #0c174b;
}
.body-not-scroll {
    margin: 0;
    height: 100%;
    overflow: hidden;
}
.consult-btn {
    width: 179px;
    height: 62px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    line-height: 62px;
    letter-spacing: 0.02em;
    color: #ffffff;
    background: #122375;
}
.slick-arrow {
    display: inline-block;
    text-decoration: none;
    color: white;
    border: 1px solid #d9dfe7;
    color: #d9dfe7;
    border-radius: 50%;
    font-size: 33px;
    top: -75px;
    width: 62px;
    height: 62px;
}
.slick-prev {
    left: 82%;
}
.slick-prev:hover {
    color: #0c174b;
}
.slick-prev:focus {
    color: #0c174b;
}
.slick-prev:before {
    display: none;
}
.slick-next {
    left: 89%;
}
.slick-next:hover {
    color: #0c174b;
}
.slick-next:focus {
    color: #0c174b;
}
.slick-next:before {
    display: none;
}
.slick-dots li button {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(12, 23, 75, 0.15);
}
.slick-dots li button:before {
    content: "";
}
.slick-dots li.slick-active button {
    background: #0c174b;
}
.header {
    display: flex;
    align-items: center;
    padding: 16px 24px;
}
.header-logo img {
    width: 121px;
    height: 24px;
}
.header-logo__txt {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    text-align: right;
    letter-spacing: 0.02em;
    color: #0c174b;
    width: 154px;
}
.header-nav {
    width: 100%;
}
.header-nav .sm-gnav {
    display: flex;
    justify-content: end;
    align-items: center;
}
.header-nav .sm-gnav .consult-btn {
    display: block;
}
.header-nav-list {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 22px;
    margin-right: 24px;
}
.header-nav-list li a {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: 0.02em;
    color: #231815;
    /* padding-right: 32px; */
}
.nav-bar .consult-btn {
    display: block;
}
.nav-bar-box {
    display: none;
}
.input-age {
    display: block;
    text-align: left;
}
.input-age input {
    width: 129px !important;
}
@media screen and (max-width: 968px) {
    .input-age input {
        max-width: 85px !important;
    }
}
.sec01 {
    padding-top: 140px;
    position: relative;
}
.sec01 .box01 .img_vector {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: -104px;
    text-align: center;
}
.sec01 .box01__tt {
    font-weight: 700;
    font-size: 98px;
    line-height: 56px;
    color: #122375;
    padding-bottom: 29px;
    position: relative;
}
.sec01 .box01__txt {
    font-weight: 500;
    font-size: 34px;
    line-height: 49px;
    padding-bottom: 24px;
    position: relative;
}
.sec01 .box02 {
    padding-top: 137px;
}
.sec01 .box02__tt {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 46px;
    padding-bottom: 23px;
}
.sec01 .box02__slider {
    padding-bottom: 20px;
}
.sec01 .box02__slider .item {
    width: 312px;
    height: auto;
    overflow: hidden;
    margin-right: 1px;
    -moz-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
}
.sec01 .box02__slider .item__img {
    position: relative;
}
.sec01 .box02__slider .item__img img {
    margin: auto;
}
.sec01 .box02__slider .item__img .img_child {
    position: absolute;
    bottom: 3px;
}
.sec01 .box02__slider .item__cnt {
    padding: 14px 24px;
    background: rgba(255, 255, 255, 0.73);
}
.sec01 .box02__slider .item__cnt-hd {
    font-size: 13px;
    line-height: 24px;
    color: rgba(79, 89, 101, 0.6);
}
.sec01 .box02__slider .item__cnt-hd .title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    color: #0c174b;
}
.sec01 .box02__slider .item__cnt-desc {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: rgba(79, 89, 101, 0.6);
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec01 .box02__slider .item__cnt-desc span:not(.icon) {
    width: 119px;
}
.sec01 .box02__slider .item__cnt-desc .icon {
    font-size: 10px;
}
.sec01 .box02__slider .item__cnt-desc .txt-bold {
    color: #31385b;
}
.sec01 .box02__slider .item__cnt-btn li {
    border: 1px solid rgba(12, 23, 75, 0.4);
    font-weight: 350;
    font-size: 10px;
    color: #31385b;
    padding: 2px 6px;
}
.sec02 {
    padding-top: 5rem;
}
.sec02_tt {
    padding: 40px 0 20px;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    color: #2b3b50;
}
.sec02-list {
    display: flex;
    justify-content: center;
}
.sec02-list .item {
    position: relative;
}
.sec02-list .item img {
    width: 100%;
    height: 360px;
}
.sec02-list .item .caption {
    position: absolute;
    top: 69px;
    color: #fff;
    font-size: 19px;
    text-align: center;
    width: 100%;
}
.sec02-list .item .caption span {
    font-weight: 700;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    padding: 4px 12px;
    border: 1px solid #ffffff;
    border-radius: 40px;
}
.sec02-list .item .caption .rich_font {
    padding: 8px 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 168%;
    letter-spacing: 0.02em;
}
.sec02-list .item .caption p {
    font-weight: 350;
    font-size: 16px;
    line-height: 178%;
    letter-spacing: 0.02em;
    color: rgba(255, 255, 255, 0.8);
}
.sec03 {
    padding-top: 162px;
}
.sec03__tt {
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #374147;
    padding-bottom: 24px;
}
.sec03__slider .item {
    width: 418px;
    height: 580px;
    padding: 40px;
    background: #ffffff;
    margin-left: 5px;
}
.sec03__slider .item__img img {
    margin: auto;
}
.sec03__slider .item-cnt__txt-small {
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
    color: #0c174b;
    padding: 16px 0;
}
.sec03__slider .item-cnt__hd {
    font-weight: 400;
    font-size: 24px;
    line-height: 35px;
    color: #0c174b;
    display: flex;
    gap: 8px;
    align-items: center;
}
.sec03__slider .item-cnt__hd span {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: #4f5965;
}
.sec03__slider .item-cnt__des {
    font-style: normal;
    font-weight: 350;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #4f5965;
    padding-top: 16px;
}
.sec04 {
    padding-top: 64px;
}
.sec04__tt {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #2b3b50;
    padding-top: 40px;
}
.sec04-list {
    width: 600px;
    margin: auto;
    padding-top: 24px;
}
.sec04-list .item {
    border-top: 1px solid rgba(80, 99, 121, 0.15);
    padding: 24px 0;
}
.sec04-list .item .flexbox {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 18px;
}
.sec04-list .item .yen,
.sec04-list .item .location {
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #4f5965;
    display: flex;
    gap: 3px;
}
.sec04-list .item .title {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    color: #0c174b;
    padding: 7px 0;
}
.sec04-list .item-desc {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 18px;
    justify-content: space-between;
}
.sec04-list .item .text {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #4f5965;
}
.sec04 .btnpage {
    padding: 24px 0 40px;
}
.tag_list {
    display: flex;
    gap: 8px;
}
.tag_list__item {
    border: 1px solid rgba(12, 23, 75, 0.3);
    font-style: normal;
    font-weight: 350;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.07em;
    padding: 2px 6px;
    color: #0c174b;
}
.tag_list li {
    cursor: pointer;
}
.tag_list li:hover {
    opacity: 0.7;
}
.sec05 {
    padding-top: 93px;
}
.sec05__tt {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    text-align: center;
    color: #2b3b50;
    padding-bottom: 21px;
}
.sec05-list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 1px;
    padding-bottom: 24px;
}
.sec05-list .item img {
    width: 100%;
}
.sec05-list .item-desc {
    padding: 14px 24px 24px;
    background: rgba(255, 255, 255, 0.73);
}
.sec05-list .item-desc span {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #4f5965;
}
.sec05-list .item-desc .title {
    display: block;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    color: #0c174b;
    padding-bottom: 16px;
}
.sec06 {
    margin-top: 134px;
    text-align: center;
    background: rgba(255, 255, 255, 0.64);
    background-blend-mode: overlay;
    padding-bottom: 62px;
}
.sec06__tt {
    padding-top: 32px;
    padding-bottom: 32px;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #374147;
}
.form_content {
    max-width: 558px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 968px) {
    .form_content {
        width: 85%;
    }
}
.form_content dl {
    padding: 16px 0px;
    display: flex;
    justify-content: right;
    align-items: center;
}
@media screen and (max-width: 968px) {
    .form_content dl {
        display: block;
    }
}
.form_content dl dt {
    border-radius: 20px;
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
    text-align: right;
    letter-spacing: 0.04em;
    color: #4f5965;
    padding-right: 17px;
}
@media screen and (max-width: 968px) {
    .form_content dl dt {
        text-align: left;
        padding-bottom: 8px;
    }
}
.form_content dl dt span {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #254ec6;
    padding-left: 4px;
}
.form_content dl dd {
    width: 410px;
    position: relative;
}
@media screen and (max-width: 968px) {
    .form_content dl dd {
        width: 100% !important;
    }
    .form_content dl dd.input-age input {
        width: 100% !important;
        max-width: 100% !important;
    }
}
.form_content dl dd input[type="text"],
.form_content dl dd input[type="password"],
.form_content dl dd input[type="tel"] {
    padding: 16px 15px;
    height: 52px;
    width: 100%;
    background: #ffffff;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid rgba(79, 89, 101, 0.2);
    color: rgba(79, 89, 101, 0.4);
}
#formEnd label {
    height: 21px;
    line-height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#formEnd label a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-decoration-line: underline;
    color: #254ec6;
    padding-right: 5px;
}
#formEnd label input[type="checkbox"] {
    height: 20px;
    width: 20px;
    border: 1px solid #000;
    vertical-align: top;
    margin-right: 15px;
}
#formEnd .list_btn_submit {
    padding-top: 32px;
}
#formEnd .list_btn_submit button {
    width: 390px;
    height: 60px;
    background: #122375;
    border: none;
    margin: auto;
}
#formEnd .list_btn_submit button:disabled {
    background: #bcc1d1;
}
#formEnd .list_btn_submit button span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #ffffff;
}
.footer {
    background: #4f5965;
    text-align: center;
}
.footer-nav-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px;
    gap: 16px;
    justify-content: center;
    padding-top: 40px;
}
.footer-nav-list li a {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
}
.footer #copyright {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #ffffff;
    padding-top: 24px;
    padding-bottom: 8px;
}
@media screen and (max-width: 1100px) {
    .container {
        max-width: 100%;
        width: 100%;
    }
    .ps-large {
        padding-left: unset !important;
    }
    .slick-arrow {
        width: 43px;
        height: 43px;
        font-size: 20px;
        text-align: center;
        display: inline-flex !important;
        line-height: 38px;
        top: -38px;
        justify-content: center;
    }
    .slick-prev {
        left: 66%;
    }
    .slick-next {
        left: 80%;
    }
    .header {
        background: #fff;
        height: 60px;
    }
    .header-nav {
        width: 100%;
    }
    .header-nav .is-open {
        display: block;
    }
    .header-nav .sm-gnav {
        display: none;
    }
    .header-nav .sm-gnav.is-open {
        display: block;
    }
    .header-nav .drawer-hamburger {
        display: block;
        width: 60px;
        height: 60px;
        top: 0;
        right: 0;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        -ms-justify-content: center;
        justify-content: center;
        text-align: center;
        background: #122375;
        position: absolute;
        z-index: 222;
        padding-top: 11px;
    }
    .header-nav .drawer-hamburger span {
        display: inherit;
        height: 2px;
        margin: 5px 0;
        transition: 0.4s;
        width: 26px;
        border-radius: 20px;
        background: #fff;
    }
    .header-nav .drawer-hamburger .icon:after {
        width: 100%;
        position: absolute;
        content: "MENU";
        font-size: 14px;
        font-style: italic;
        font-weight: 800;
        color: #fff;
        left: 50%;
        transform: translateX(-50%);
    }
    .header-nav .drawer-hamburger.active span:first-child {
        -webkit-transform: rotate(-30deg) translate(0px, 5px);
    }
    .header-nav .drawer-hamburger.active span:last-child {
        -webkit-transform: rotate(30deg) translate(-2px, -10px);
    }
    .header-nav .drawer-hamburger.active span:nth-child(2n) {
        opacity: 0;
    }
    .header-nav .drawer-hamburger.active .icon:after {
        content: "CLOSE";
        font-style: italic;
        font-weight: 800;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: -0.01em;
        text-transform: uppercase;
        color: #ffffff;
    }
    .header-nav-list {
        width: 80%;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 19px 10px 23px;
    }
    .header-nav-list li a {
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0.02em;
        color: #231815;
    }
    .header-nav-list li a.active {
        position: relative;
    }
    .header-nav-list li a.active:after {
        position: absolute;
        content: "";
        width: calc(100% - 60px);
        height: 2px;
        background: #111111;
        left: 0;
        bottom: -5px;
    }
    .header-nav-list li a.active:before {
        position: absolute;
        content: "";
        width: 60px;
        height: 2px;
        right: 0;
        bottom: -5px;
    }
    .nav-bar-box {
        background: #122375;
        padding: 0 40px 220px;
        text-align: right;
    }
    .nav-bar-box-list {
        padding-top: 46px;
    }
    .nav-bar-box-list li {
        padding-bottom: 22px;
    }
    .nav-bar-box-list li a {
        font-weight: 350;
        font-size: 18px;
        line-height: 26px;
        text-align: right;
        letter-spacing: 0.02em;
        color: #ffffff;
        position: relative;
    }
    .nav-bar-box-list li a:before {
        content: "";
        background: url("../images/icon.svg") no-repeat;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 8px;
        left: -22px;
    }
    .nav-bar-box-list li a.active:before {
        background: url("../images/icon_active.svg") no-repeat;
    }
    .nav-bar .consult-btn {
        background: #ffffff;
        width: 100%;
        color: #122375;
        margin-top: 12px;
    }
    .nav-bar .img_vector {
        position: absolute;
        opacity: 0.1;
        top: 398px;
        width: 307.46px;
        height: 173px;
        left: 4px;
    }
    .sec01 {
        padding-top: 116px;
    }
    .sec01 .box01 .img_vector {
        width: 310px;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        top: 0;
        text-align: center;
    }
    .sec01 .box01__tt {
        position: relative;
        font-size: 60px;
        letter-spacing: -1px;
        padding-bottom: 17px;
        padding-left: 11%;
    }
    .sec01 .box01__txt {
        position: relative;
        font-size: 16px;
        line-height: 23px;
        padding-bottom: 32px;
        padding-left: 11%;
    }
    .sec01 .box01 .consult-btn {
        width: 260px;
        height: 68px;
        font-size: 16px;
        letter-spacing: 0.02em;
        margin: auto;
    }
    .sec01 .box02 {
        padding-top: 109px;
        padding-left: 8%;
    }
    .sec01 .box02__tt {
        font-size: 24px;
        line-height: 35px;
        padding-bottom: 16px;
    }
    .sec02 {
        padding-top: 64px;
    }
    .sec02_tt {
        padding: 0 0 24px;
        font-weight: 500;
        font-size: 32px;
        line-height: 44px;
        color: #2b3b50;
    }
    .sec02-list .item .caption {
        top: 40px;
    }
    .sec02-list .item .caption span {
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        line-height: 15px;
        text-transform: uppercase;
        color: #ffffff;
    }
    .sec02-list .item .caption .rich_font {
        font-weight: 300;
        font-size: 18px;
        line-height: 168%;
        text-align: center;
        letter-spacing: 0.02em;
        color: #ffffff;
        margin-top: 8px;
    }
    .sec02-list .item .caption p {
        font-style: normal;
        font-weight: 350;
        font-size: 13px;
        line-height: 178%;
        text-align: center;
        letter-spacing: 0.02em;
        color: rgba(255, 255, 255, 0.8);
    }
    .sec03 {
        padding-top: 110px;
    }
    .sec03__tt {
        font-size: 24px;
        line-height: 29px;
        text-align: center;
        color: #374147;
        padding-bottom: 22px;
    }
    .sec03__slider {
        max-width: 342px;
        margin: auto;
    }
    .sec03__slider .item {
        width: 342px;
        height: 517px;
        padding: 40px;
        background: #ffffff;
        margin-left: 5px;
    }
    .sec03__slider .item-cnt__txt-small {
        font-weight: 350;
        font-size: 14px;
        line-height: 20px;
        color: #0c174b;
        padding: 16px 0;
    }
    .sec03__slider .item-cnt__hd {
        font-weight: 400;
        font-size: 24px;
        line-height: 35px;
        color: #0c174b;
        display: flex;
        gap: 8px;
        align-items: center;
    }
    .sec03__slider .item-cnt__hd span {
        font-weight: 400;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: -0.02em;
        color: #4f5965;
    }
    .sec03__slider .item-cnt__des {
        font-style: normal;
        font-weight: 350;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: #4f5965;
        padding-top: 16px;
    }
    .sec03__slider .slick-arrow {
        top: 50%;
    }
    .sec03__slider .slick-prev {
        left: -9px;
        z-index: 1111;
        color: #15316f;
    }
    .sec03__slider .slick-next {
        left: 90%;
        z-index: 1111;
        color: #15316f;
    }
    .sec03 .btnpage {
        padding-top: 20px;
    }
    .sec04 {
        padding-top: 57px;
    }
    .sec04__tt {
        font-size: 24px;
        line-height: 35px;
        text-align: center;
        color: #374147;
        padding-top: 32px;
    }
    .sec04-list {
        width: 85%;
    }
    .sec04-list .item {
        border-top: 1px solid rgba(80, 99, 121, 0.15);
        padding: 16px 0;
    }
    .sec04-list .item .flexbox {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        gap: 18px;
    }
    .sec04-list .item .yen,
    .sec04-list .item .location {
        font-weight: 350;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.02em;
        color: #4f5965;
        display: flex;
        gap: 3px;
    }
    .sec04-list .item-desc {
        display: block;
    }
    .sec04-list .item-desc .tag_list {
        padding-top: 16px;
    }
    .sec04-list .item .text {
        font-style: normal;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0.02em;
        color: #4f5965;
    }
    .sec04 .btnpage {
        padding: 24px 0 40px;
    }
    .tag_list {
        display: flex;
        gap: 8px;
    }
    .tag_list__item {
        border: 1px solid rgba(12, 23, 75, 0.3);
        font-style: normal;
        font-weight: 350;
        font-size: 12px;
        line-height: 17px;
        letter-spacing: -0.07em;
        padding: 2px 6px;
        color: #0c174b;
    }
    .sec05 {
        padding-top: 93px;
        padding-left: 8%;
    }
    .sec05__tt {
        font-size: 24px;
        line-height: 35px;
        text-align: left;
        color: #374147;
        padding-bottom: 16px;
    }
    .sec05-list {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        padding: 0px;
        gap: 1px;
        padding-bottom: 24px;
    }
    .sec05-list .item {
        width: 292px;
        margin-right: 1px;
    }
    .sec05-list .item-desc {
        padding: 14px 24px 24px;
        background: rgba(255, 255, 255, 0.73);
    }
    .sec05-list .item-desc span {
        font-size: 13px;
        line-height: 24px;
        letter-spacing: 0.02em;
        color: #4f5965;
    }
    .sec05-list .item-desc .title {
        font-size: 18px;
        line-height: 26px;
        letter-spacing: 0.02em;
        text-decoration-line: underline;
        color: #0c174b;
        padding-bottom: 16px;
    }
    .sec05 .btnpage {
        padding-top: 20px;
    }
    .sec06 {
        margin-top: 58px;
    }
    .sec06__tt {
        font-size: 24px;
        line-height: 29px;
        padding-bottom: 24px;
    }
    .form_content {
        max-width: 351px;
        margin-left: auto;
        margin-right: auto;
    }
    .form_content dl {
        padding: 10px 0;
    }
    .form_content dl dt {
        font-size: 13px;
        line-height: 19px;
        color: #4f5965;
        padding-right: 8px;
    }
    .form_content dl dt span {
        padding-left: 2px;
    }
    .form_content dl dd {
        width: 220px;
        position: relative;
    }
    .form_content dl dd input[type="text"],
    .form_content dl dd input[type="password"],
    .form_content dl dd input[type="tel"] {
        padding: 13px 16px;
        height: 45px;
    }
    #formEnd label {
        padding-top: 14px;
    }
    #formEnd .list_btn_submit button {
        width: 326px;
        margin: auto;
    }
    .footer-nav-list {
        display: block;
        text-align: left;
        padding-left: 40px;
    }
    .footer-nav-list li {
        padding-bottom: 16px;
    }
    .footer-nav-list li a {
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 150%;
        color: #ffffff;
    }
    .footer #copyright {
        font-weight: 300;
        font-size: 14px;
        line-height: 150%;
        color: #ffffff;
        padding-top: 16px;
        padding-bottom: 27px;
    }
}
@media screen and (max-width: 968px) {
    .pc {
        display: none;
    }
    .sm {
        display: block;
    }
    main {
        position: relative;
    }
    main #grad1 {
        position: absolute;
        width: 1562px;
        height: 755px;
        right: -586px;
        top: 3480px;
        background: radial-gradient(483.9% 2719.65% at -49.5% -250%, rgba(174, 211, 255, 0.5) 26.04%, rgba(201, 212, 239, 0.5) 56.53%, rgba(202, 207, 250, 0.5) 72.4%);
        filter: blur(400px);
    }
    .top-page #grad1 {
        top: 4563.7px;
        background: radial-gradient(483.9% 2719.65% at -49.5% -250%, #cbe3eb 26.04%, #ceecf3 56.53%, #e3f4f8 72.4%);
        opacity: 0.5;
    }
    .single-consultant #grad1 {
        top: 1657px;
    }
    .success #grad1 {
        top: 4693px;
    }
    .contact #grad1 {
        background: radial-gradient(483.9% 2719.65% at -49.5% -250%, #cbe3eb 26.04%, #ceecf3 56.53%, #e3f4f8 72.4%);
        opacity: 0.5;
        filter: blur(400px);
        top: 708px;
    }
}
@media screen and (max-width: 475px) {
    .sec02-list {
        display: block;
        justify-content: center;
    }
    .sec02-list .item img {
        height: auto;
    }
}
.occupation__tt {
    text-align: center;
}
.occupation-list {
    display: flex;
    padding-bottom: 32px;
    justify-content: space-between;
}
@media screen and (max-width: 968px) {
    .occupation-list {
        display: block;
        padding-bottom: 0;
    }
}
.occupation-list .item {
    width: 312px;
    height: auto;
    overflow: hidden;
    margin-right: 1px;
    -moz-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 968px) {
    .occupation-list .item {
        margin: auto;
        margin-bottom: 16px;
    }
}
.occupation-list .item__img {
    position: relative;
}
.occupation-list .item__img img {
    margin: auto;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    transition: transform 400ms cubic-bezier(0.43, 0.05, 0.17, 1);
}
.occupation-list .item__img img:hover {
    transform: scale(1.05);
}
.occupation-list .item__img .img_child {
    position: absolute;
    bottom: 3px;
    left: 0;
}
.occupation-list .item__cnt {
    padding: 14px 24px;
    background: rgba(255, 255, 255, 0.73);
}
.occupation-list .item__cnt-hd {
    font-size: 13px;
    line-height: 24px;
    color: rgba(79, 89, 101, 0.6);
}
.occupation-list .item__cnt-hd .title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    color: #0c174b;
}
.occupation-list .item__cnt-desc {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: rgba(79, 89, 101, 0.6);
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.occupation-list .item__cnt-desc span:not(.icon) {
    width: 119px;
}
.occupation-list .item__cnt-desc .icon {
    font-size: 10px;
}
.occupation-list .item__cnt-desc .txt-bold {
    color: #31385b;
}
.occupation-list .item__cnt-btn li {
    border: 1px solid rgba(12, 23, 75, 0.4);
    font-weight: 350;
    font-size: 10px;
    color: #31385b;
    padding: 2px 6px;
    cursor: pointer;
}
.occupation-list .item__cnt-btn li:hover {
    opacity: 0.7;
}
.occupation .btnpage {
    padding-top: 8px;
}
.page-title {
    margin-left: 7%;
    padding-right: 30px;
    border-left: 1px solid rgba(12, 23, 75, 0.4);
    padding-left: 30px;
    margin-top: 56px;
    margin-bottom: 80px;
}
@media screen and (max-width: 968px) {
    .page-title {
        margin-top: 80px;
        margin-bottom: 40px;
    }
}
.page-title p {
    font-weight: 400;
    font-size: 32px;
    line-height: 46px;
    color: #0c174b;
}
@media screen and (max-width: 968px) {
    .page-title p {
        font-size: 24px;
        line-height: 35px;
    }
}
.page-title span {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #0c174b;
}
@media screen and (max-width: 968px) {
    .page-title span {
        font-size: 11px;
        line-height: 13px;
    }
}
.consultant .wrapper {
    background: url("../images/bg_consultant.png") no-repeat;
    background-size: cover;
}
@media screen and (max-width: 968px) {
    .consultant .wrapper {
        background: url("../images/bg_consultant_sp.png") no-repeat;
        background-size: cover;
    }
}
@media screen and (min-width: 1023px) {
    .consultant .container {
        margin: 0 auto;
        max-width: 968px;
        position: relative;
    }
}
@media screen and (max-width: 968px) {
    .consultant .container {
        max-width: 80%;
    }
}
.consultant-cnt .box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.consultant-cnt .box .item {
    background: #fff;
    width: 312px;
    max-width: 312px;
    margin-bottom: 16px;
}
@media screen and (max-width: 968px) {
    .consultant-cnt .box .item {
        width: 100%;
        max-width: 100%;
    }
}
.consultant-cnt .box .item img {
    width: 100%;
}
.consultant-cnt .box .item-cnt {
    padding: 14px 24px 19px;
}
.consultant-cnt .box .item-cnt__txt {
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
    color: #0c174b;
}
.consultant-cnt .box .item-cnt__hd {
    font-size: 24px;
    line-height: 35px;
    color: #0c174b;
    padding: 8px 0;
}
.consultant-cnt .box .item-cnt__hd svg {
    position: relative;
    top: 2px;
}
.consultant-cnt .box .item-cnt__hd span {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.02em;
    color: rgba(79, 89, 101, 0.6);
}
.consultant-cnt .box .item-cnt__desc {
    display: flex;
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #0c174b;
    align-items: center;
}
.consultant-cnt .box .item-cnt__desc span {
    font-size: 16px;
    line-height: 23px;
    padding: 4px 8px;
    border: 1px solid rgba(140, 146, 153, 0.2);
}
.consultant-cnt .box.box02 {
    padding-top: 16px;
}
.pagination {
    text-align: center;
    padding-bottom: 80px;
}
@media screen and (max-width: 968px) {
    .pagination {
        padding-top: 24px;
    }
}
.pagination a {
    color: #4f5965;
    padding-left: 13px;
    padding-right: 20px;
}
.pagination .txt {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #4f5965;
    padding-left: 5px;
}
.pagination .txt.txt02 {
    color: rgba(79, 89, 101, 0.6);
}
.pagination input[type="text"] {
    width: 48px;
    height: 33px;
    background: #ffffff;
    border: 1px solid rgba(79, 89, 101, 0.2);
    border-radius: 3px;
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    color: #4f5965;
}
.single-consultant .wrapper {
    background: url("../images/bg_single-consultant.png") no-repeat;
    background-size: cover;
}
.single-consultant .sec01 {
    padding-top: 40px;
}
.single-consultant .sec01 .box01 {
    padding: 42px 124px 0;
}
@media screen and (max-width: 968px) {
    .single-consultant .sec01 .box01 {
        padding: 21px 32px 0;
    }
}
.single-consultant .sec01 .box01-cnt {
    position: relative;
}
.single-consultant .sec01 .box01-cnt .tt01 {
    font-weight: 500;
    font-size: 28px;
    line-height: 41px;
    letter-spacing: 0.02em;
    color: #0c174b;
}
@media screen and (max-width: 968px) {
    .single-consultant .sec01 .box01-cnt .tt01 {
        display: inline-block;
    }
}
.single-consultant .sec01 .box01-cnt .tt02 {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.02em;
    color: rgba(79, 89, 101, 0.6);
}
.single-consultant .sec01 .box01-cnt__desc {
    padding-left: 96px;
    position: absolute;
    left: 92px;
    top: 0;
    font-style: normal;
    font-weight: 350;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.02em;
    color: rgba(12, 23, 75, 0.6);
}
@media screen and (max-width: 968px) {
    .single-consultant .sec01 .box01-cnt__desc {
        position: relative;
        padding-left: 0;
        left: 0;
        padding-top: 11px;
    }
}
.single-consultant .sec01 .box02 {
    margin-top: 70px;
    padding-left: 124px;
    padding-right: 124px;
}
@media screen and (max-width: 968px) {
    .single-consultant .sec01 .box02 {
        margin-top: 0;
        padding-top: 41px;
        padding-left: 32px;
        padding-right: 32px;
    }
}
.single-consultant .sec01 .box02-tt {
    font-weight: 500;
    font-size: 30px;
    line-height: 55px;
    letter-spacing: 0.02em;
    color: #000000;
}
.single-consultant .sec01 .box02-desc {
    font-weight: 300;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #000000;
}
.single-consultant .sec01 .box02-desc strong {
    font-weight: 700;
}
.single-consultant .sec02 {
    text-align: center;
    background: rgba(255, 255, 255, 0.64);
    margin-top: 77px;
    padding-top: 32px;
    padding-bottom: 63px;
}
@media screen and (max-width: 968px) {
    .single-consultant .sec02 {
        padding-bottom: 32px;
    }
}
.single-consultant .sec02 .sec02__tt {
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #0c174b;
    padding-bottom: 16px;
}
.single-consultant .sec03 {
    padding-top: 80px;
    padding-bottom: 110px;
}
@media screen and (max-width: 968px) {
    .single-consultant .sec03 {
        padding-bottom: 24px;
    }
}
.single-consultant .sec03__tt {
    text-align: center;
}
.single-consultant .sec03-list {
    display: flex;
    padding-bottom: 32px;
    justify-content: space-between;
}
@media screen and (max-width: 968px) {
    .single-consultant .sec03-list {
        display: block;
        padding-bottom: 0;
    }
}
.single-consultant .sec03-list .item {
    width: 312px;
    height: auto;
    overflow: hidden;
    margin-right: 1px;
    -moz-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 968px) {
    .single-consultant .sec03-list .item {
        margin: auto;
        margin-bottom: 16px;
    }
}
.single-consultant .sec03-list .item__img {
    position: relative;
}
.single-consultant .sec03-list .item__img img {
    margin: auto;
}
.single-consultant .sec03-list .item__img .img_child {
    position: absolute;
    bottom: 3px;
    left: 0;
}
.single-consultant .sec03-list .item__cnt {
    padding: 14px 24px;
    background: rgba(255, 255, 255, 0.73);
}
.single-consultant .sec03-list .item__cnt-hd {
    font-size: 13px;
    line-height: 24px;
    color: rgba(79, 89, 101, 0.6);
}
.single-consultant .sec03-list .item__cnt-hd .title {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    color: #0c174b;
}
.single-consultant .sec03-list .item__cnt-desc {
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: rgba(79, 89, 101, 0.6);
    padding-top: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.single-consultant .sec03-list .item__cnt-desc span:not(.icon) {
    width: 119px;
}
.single-consultant .sec03-list .item__cnt-desc .icon {
    font-size: 10px;
}
.single-consultant .sec03-list .item__cnt-desc .txt-bold {
    color: #31385b;
}
.single-consultant .sec03-list .item__cnt-btn li {
    border: 1px solid rgba(12, 23, 75, 0.4);
    font-weight: 350;
    font-size: 10px;
    color: #31385b;
    padding: 2px 6px;
}
.single-consultant .sec03 .btnpage {
    padding-top: 8px;
}
.contact .wrapper {
    background: url("../images/bg_consultant.png") no-repeat;
    background-size: cover;
}
.contact-cnt {
    display: flex;
    padding: 56px 135px 0;
    justify-content: space-between;
}
@media screen and (max-width: 968px) {
    .contact-cnt {
        display: block;
        padding: 0;
    }
}
.contact-cnt .box-left .page-title {
    margin-left: 0;
    margin-bottom: 24px;
}
@media screen and (max-width: 968px) {
    .contact-cnt .box-left .page-title {
        margin-left: 20px;
        margin-bottom: 29px;
    }
}
@media screen and (max-width: 968px) {
    .contact-cnt .box-left img {
        width: 100%;
    }
}
.contact-cnt .box-left .desc {
    width: 552px;
    padding-top: 32px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    color: #4f5965;
}
@media screen and (max-width: 968px) {
    .contact-cnt .box-left .desc {
        padding: 24px 32px 24px;
        width: 100%;
        font-weight: 350;
        font-size: 16px;
        line-height: 200%;
        letter-spacing: 0.02em;
        color: #4f5965;
    }
}
.contact-cnt .box-right {
    background: rgba(255, 255, 255, 0.6);
    padding: 32px 52px;
    text-align: center;
}
@media screen and (max-width: 968px) {
    .contact-cnt .box-right {
        padding: 0 0 32px;
    }
}
@media screen and (max-width: 968px) {
    .contact-cnt .form_content {
        padding-top: 22px;
    }
}
.contact-cnt .form_content {
    max-width: 390px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 968px) {
    .contact-cnt .form_content {
        width: 85%;
    }
}
.contact-cnt .form_content dl {
    padding: 16px 0px;
    display: block;
}
.contact-cnt .form_content dl dt {
    text-align: left;
    padding-bottom: 8px;
}
.contact-cnt .form_content dl dt span {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #254ec6;
    padding-left: 4px;
}
.mw_wp_form .error {
    font-size: 93% !important;
    color: #b70000 !important;
}
.contact-cnt .form_content dl dd {
    width: 410px;
    position: relative;
}
@media screen and (max-width: 968px) {
    .contact-cnt .form_content dl dd {
        width: 100%;
    }
    .contact-cnt .form_content dl dd.input-age input {
        width: 100% !important;
        max-width: 100% !important;
    }
}
.contact-cnt .form_content dl dd input[type="text"],
.contact-cnt .form_content dl dd input[type="password"],
.contact-cnt .form_content dl dd input[type="tel"] {
    padding: 16px 15px;
    height: 52px;
    width: 100%;
    background: #ffffff;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid rgba(79, 89, 101, 0.2);
    color: rgba(79, 89, 101, 0.4);
}
.contact-cnt #formEnd {
    padding-top: 24px;
}
.contact-cnt #formEnd label {
    height: 21px;
    line-height: 21px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contact-cnt #formEnd label a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-decoration-line: underline;
    color: #254ec6;
    padding-right: 5px;
}
.contact-cnt #formEnd label input[type="checkbox"] {
    height: 20px;
    width: 20px;
    border: 1px solid #000;
    vertical-align: top;
    margin-right: 15px;
}
.contact-cnt #formEnd .list_btn_submit {
    padding-top: 32px;
}
.contact-cnt #formEnd .list_btn_submit button {
    width: 390px;
    height: 60px;
    background: #122375;
    border: none;
    margin: auto;
}
.contact-cnt #formEnd .list_btn_submit button:disabled {
    background: #bcc1d1;
}
.contact-cnt #formEnd .list_btn_submit button span {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #ffffff;
}
.about .wrapper {
    background: url("../images/bg_about.png") no-repeat;
    background-size: cover;
}
.about .page-title {
    margin-bottom: 100px;
}
.about .sec01 {
    padding-top: 0;
}
.about .sec01-cnt {
    position: relative;
}
.about .sec01-cnt img {
    width: 50%;
}
@media screen and (max-width: 968px) {
    .about .sec01-cnt img {
        width: 100%;
    }
}
.about .sec01-cnt-desc {
    width: 100%;
    position: absolute;
    left: 43%;
    top: -76px;
    height: 405px;
    background: #fbfcff;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    padding-top: 64px;
    padding-left: 76px;
    font-weight: 300;
    letter-spacing: 0.02em;
    color: #000000;
}
@media screen and (max-width: 968px) {
    .about .sec01-cnt-desc {
        position: relative;
        top: 10px;
        left: 0;
        padding: 20px;
        height: 100%;
    }
}
.about .sec01-cnt-desc .title {
    font-size: 32px;
    line-height: 168%;
}
@media screen and (max-width: 968px) {
    .about .sec01-cnt-desc .title {
        font-size: 24px;
        line-height: 29px;
    }
}
.about .sec01-cnt-desc .txt {
    font-size: 16px;
    line-height: 168%;
    padding-top: 16px;
}
.about .sec02 {
    padding: 0 192px;
}
@media screen and (max-width: 968px) {
    .about .sec02 {
        padding: 0 10px;
    }
}
.about .sec02_tt {
    padding: 72px 0 52px;
}
.about .sec02-list {
    display: block;
}
.about .sec02-list .item {
    display: flex;
    padding-bottom: 72px;
}
@media screen and (max-width: 968px) {
    .about .sec02-list .item {
        display: block;
        padding-bottom: 64px;
    }
}
.about .sec02-list .item img {
    max-width: 100%;
    width: auto;
    height: auto;
}
@media screen and (max-width: 968px) {
    .about .sec02-list .item-cnt {
        padding: 24px 14px 0 !important;
    }
}
.about .sec02-list .item-cnt .txt {
    display: block;
    font-size: 16px;
    line-height: 23px;
    color: #374147;
    padding-bottom: 20px;
}
.about .sec02-list .item-cnt .title {
    font-size: 24px;
    line-height: 40px;
    color: #374147;
    padding-bottom: 22px;
}
.about .sec02-list .item-cnt .desc {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 29px;
    letter-spacing: 0.02em;
    color: #666666;
}
.about .sec02-list .item-cnt.pd-left {
    padding-left: 36px;
}
@media screen and (max-width: 968px) {
    .about .sec02-list .item-cnt.pd-left {
        padding-left: 0;
    }
}
.about .sec02-list .item-cnt.pd-right {
    padding-right: 36px;
}
@media screen and (max-width: 968px) {
    .about .sec02-list .item-cnt.pd-right {
        padding-right: 0;
    }
}
.about-sec02-list {
    list-style: disc;
    padding-left: 24px;
    margin: 12px 0;
}
.about .sec02 .consult-btn {
    width: 390px;
    height: 60px;
    margin: auto;
    display: block;
}
.about .sec03 {
    padding-top: 100px;
}
.about .sec04 {
    background: #f7fafe;
    margin-top: 80px;
    padding-top: 0;
    padding-bottom: 86px;
}
.about .sec04__tt {
    padding-top: 32px;
    padding-bottom: 36px;
}
.about .sec04-cnt {
    display: flex;
    justify-content: center;
    align-items: start;
}
@media screen and (max-width: 968px) {
    .about .sec04-cnt {
        display: block;
        padding: 20px;
    }
}
.about .sec04-cnt_left {
    padding-right: 23px;
    height: 520px;
}
@media screen and (max-width: 968px) {
    .about .sec04-cnt_left {
        padding: 0;
        height: auto;
    }
}
.about .sec04-cnt_left .item {
    display: flex;
    align-items: center;
    width: 496px;
    padding: 24px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.03em;
}
.about .sec04-cnt_left .item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 968px) {
    .about .sec04-cnt_left .item {
        width: 100%;
    }
}
.about .sec04-cnt_left .item h4 {
    width: 150px;
    color: #9d9d9d;
}
.about .sec04-cnt_left .item p {
    color: #000000;
    line-height: 18px;
}
@media screen and (max-width: 968px) {
    .about .sec04-cnt_img {
        padding-top: 20px;
    }
    .about .sec04-cnt_img img {
        width: 100%;
    }
}
.about .sec05 {
    text-align: center;
    background: rgba(255, 255, 255, 0.64);
    background-blend-mode: overlay;
    padding-top: 0;
    padding-bottom: 63px;
}
@media screen and (max-width: 968px) {
    .about .sec05 {
        padding-left: 0;
    }
}
.occupation-page .wrapper {
    background: url("../images/bg_occupation.png") no-repeat;
    background-size: cover;
}
.occupation-page .page-title {
    margin-top: 66px;
    margin-bottom: 30px;
}
@media screen and (max-width: 968px) {
    .occupation-page .page-title {
        margin-top: 80px;
        margin-bottom: 24px;
        margin-left: 5%;
        padding-left: 24px;
    }
}
.occupation-page .sec01 {
    padding-top: 0;
}
@media screen and (max-width: 968px) {
    .occupation-page .sec01 {
        margin-left: 4%;
        margin-right: 4%;
    }
}
.occupation-page .sec01 .form-search dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.occupation-page .sec01 .form-search dl dt {
    display: flex;
}
.occupation-page .sec01 .form-search dl dt .form-label {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #0c174b;
}
.occupation-page .sec01 .form-search dl dd .form-control {
    padding: 7px 16px;
    width: 648px;
    height: 38px;
    background: #ffffff;
    border: 1px solid rgba(49, 56, 91, 0.9);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
}
.occupation-page .sec01 .form-search dl dd .btn-submit {
    width: 130px;
    height: 38px;
    background: #31385b;
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    border: unset;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #ffffff;
}
.occupation-page .sec01 .box_tag-list {
    margin-top: 15px;
    margin-bottom: 52px;
    background: #ffffff;
    padding: 18px 32px 20px;
}
@media screen and (max-width: 968px) {
    .occupation-page .sec01 .box_tag-list {
        padding: 23px 24px 20px;
    }
}
.occupation-page .sec01 .box_tag-list .title {
    padding-bottom: 16px;
}
.occupation-page .sec01 .box_tag-list .item {
    display: flex;
    gap: 8px;
    padding-bottom: 8px;
}
.occupation-page .sec01 .box_tag-list .item p {
    text-align: right;
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #4f5965;
    width: 88px;
}
@media screen and (max-width: 968px) {
    .occupation-page .sec01 .box_tag-list .item p {
        width: 72px;
        max-width: 72px;
    }
}
.occupation-page .sec01 .box_tag-list .item ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    width: 757px;
}
@media screen and (max-width: 968px) {
    .occupation-page .sec01 .box_tag-list .item ul {
        width: 232px;
        max-width: 232px;
    }
}
.occupation-page .sec01 .box_tag-list .item ul li {
    border: 1px solid rgba(12, 23, 75, 0.3);
    font-weight: 350;
    font-size: 13px;
    line-height: 19px;
    padding: 4px 10px;
    color: #0c174b;
    cursor: pointer;
}
.occupation-page .sec01 .box_tag-list .item ul li:hover {
    opacity: 0.7;
}
.occupation-page .sec01 .occupation-list {
    flex-wrap: wrap;
}
.occupation-page .sec01 .occupation-list .item {
    padding-bottom: 24px;
}
@media screen and (max-width: 968px) {
    .occupation-page .sec01 .occupation-list .item {
        padding-bottom: 0;
    }
}
.occupation-page .sec01 .occupation .pagination {
    padding-bottom: 76px;
}
.success .wrapper {
    background: url("../images/bg_success.png") no-repeat;
    background-size: cover;
}
.success .sec01 {
    padding-top: 38px;
}
@media screen and (max-width: 968px) {
    .success .sec01 {
        padding-top: 0;
    }
}
@media screen and (min-width: 968px) {
    .success .sec01 .container {
        width: 720px;
        max-width: 720px;
    }
}
@media screen and (max-width: 968px) {
    .success .sec01-cnt01 img {
        width: 100%;
    }
}
.success .sec01-cnt01-desc {
    padding-top: 25px;
    padding-bottom: 80px;
}
@media screen and (max-width: 968px) {
    .success .sec01-cnt01-desc {
        padding: 32px;
    }
}
.success .sec01-cnt01-desc .time {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #4f5965;
}
@media screen and (max-width: 968px) {
    .success .sec01-cnt01-desc .time {
        font-size: 14px;
        line-height: 17px;
    }
}
.success .sec01-cnt01-desc .title {
    font-weight: 500;
    font-size: 30px;
    line-height: 55px;
    letter-spacing: 0.02em;
    color: #000000;
    padding-bottom: 21px;
}
@media screen and (max-width: 968px) {
    .success .sec01-cnt01-desc .title {
        font-size: 20px;
        line-height: 32px;
    }
}
.success .sec01-cnt01-desc .tag_list {
    padding-bottom: 40px;
    flex-wrap: wrap;
}
@media screen and (max-width: 968px) {
    .success .sec01-cnt01-desc .tag_list {
        padding-bottom: 18px;
    }
}
.success .sec01-cnt01-desc .tag_list__item {
    padding: 4px 10px;
}
.success .sec01-cnt01-desc .tag_list__item.active {
    background: #0e0909;
    color: #ffffff;
}
.success .sec01-cnt01-desc .box .title {
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #4f5965;
    padding-bottom: 32px;
}
@media screen and (max-width: 968px) {
    .success .sec01-cnt01-desc .box .title {
        padding-bottom: 12px;
    }
}
.success .sec01-cnt01-desc .box .desc {
    font-weight: 350;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.02em;
    color: #000000;
}
.success .sec01-cnt01-desc .box .desc strong {
    color: #d53c27;
}
.success .sec01-cnt01-desc .box .icon {
    text-align: right;
    padding-top: 40px;
}
@media screen and (max-width: 968px) {
    .success .sec01-cnt01-desc .box .icon {
        padding-top: 16px;
    }
    .success .sec01-cnt01-desc .box .icon img {
        width: auto;
    }
}
.success .sec01-cnt01-desc .box.box02 {
    padding-top: 24px;
}
@media screen and (max-width: 968px) {
    .success .sec01-cnt01-desc .box.box02 {
        padding-top: 42px;
        padding-left: 0;
    }
}
.success .sec01-cnt01-desc .box.box02 .title {
    padding-bottom: 8px;
}
.success .sec01-cnt01-desc .box.box02 .desc {
    border: 1px solid rgba(12, 23, 75, 0.3);
    padding: 24px 40px;
}
@media screen and (max-width: 968px) {
    .success .sec01-cnt01-desc .box.box02 .desc {
        padding: 16px 18px 30px;
    }
}
.success .sec01-cnt01-desc .box03 {
    padding-top: 66px;
}
@media screen and (max-width: 968px) {
    .success .sec01-cnt01-desc .box03 {
        padding-top: 50px;
    }
}
.success .sec01-cnt01-desc .box03 .title {
    background: #e1e9f1;
    border-radius: 1px;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    padding: 24px;
    margin-bottom: 24px;
}
.success .sec01-cnt01-desc .box03 .desc {
    font-weight: 350;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #000000;
}
.success .sec01-cnt01-desc .box03 .desc a {
    color: #0b63f6;
}
.success .sec01-cnt01-desc .box04 {
    padding-top: 66px;
}
@media screen and (max-width: 968px) {
    .success .sec01-cnt01-desc .box04 {
        padding-top: 61px;
    }
}
.success .sec01-cnt01-desc .box04 .title {
    border-left: 4px solid #000000;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    padding: 11px 0 11px 20px;
    margin-bottom: 32px;
}
@media screen and (max-width: 968px) {
    .success .sec01-cnt01-desc .box04 .title {
        margin-bottom: 24px;
    }
}
.success .sec01-cnt01-desc .box04 .desc {
    font-weight: 350;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #000000;
    padding-top: 40px;
}
.success .sec01-cnt01-desc .box04 .desc strong {
    font-weight: bolder;
}
.success .sec01-cnt01-desc .consult-btn {
    width: 390px;
    height: 60px;
    margin: auto;
    display: block;
    margin-top: 60px;
}
@media screen and (max-width: 968px) {
    .success .sec01-cnt01-desc .consult-btn {
        margin-top: 40px;
        width: 278px;
        height: 68px;
    }
}
.success .sec01-cnt02 {
    border-top: 1px solid rgba(12, 23, 75, 0.3);
    border-bottom: 1px solid rgba(12, 23, 75, 0.3);
    padding: 32px 0;
}
@media screen and (max-width: 968px) {
    .success .sec01-cnt02 {
        margin: 0 32px;
    }
}
.success .sec01-cnt02 .title {
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: 0.02em;
    color: #000000;
    padding-bottom: 37px;
}
.success .sec01-cnt02 .item {
    display: flex;
    align-items: start;
    justify-content: space-between;
}
@media screen and (max-width: 968px) {
    .success .sec01-cnt02 .item img {
        width: 97px;
        height: 97px;
    }
}
.success .sec01-cnt02 .item-desc p {
    width: 527px;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 968px) {
    .success .sec01-cnt02 .item-desc p {
        width: 220px;
    }
}
.success .sec01-cnt02 .item-desc .btnpage {
    padding-top: 12px;
    justify-content: right;
}
@media screen and (max-width: 968px) {
    .success .sec01-cnt02 .item-desc .btnpage {
        justify-content: left;
    }
}
.success .sec02 {
    margin-top: 117px;
    padding-top: 32px;
    background: rgba(255, 255, 255, 0.64);
    background-blend-mode: overlay;
    text-align: center;
    padding-bottom: 63px;
}
@media screen and (max-width: 968px) {
    .success .sec02 {
        margin-top: 40px;
    }
}
.success .sec02__tt {
    padding-bottom: 16px;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #0c174b;
}
.success .sec03 {
    padding-top: 80px;
    padding-bottom: 110px;
}
@media screen and (max-width: 968px) {
    .success .sec03 {
        padding-top: 40px;
        padding-bottom: 80px;
    }
}
.success .sec03__tt {
    text-align: center;
    color: #2b3b50;
}
.offer .wrapper {
    background: url("../images/bg_offer.png") no-repeat;
    background-size: cover;
}
.offer .sec01 {
    padding-top: 38px;
}
@media screen and (max-width: 968px) {
    .offer .sec01 {
        padding-top: 0;
    }
}
.offer .sec01-cnt {
    padding: 0 124px;
}
@media screen and (max-width: 968px) {
    .offer .sec01-cnt {
        padding: 80px 32px 56px;
    }
}
.offer .sec01-cnt .time {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #4f5965;
    padding-bottom: 8px;
    display: block;
}
.offer .sec01-cnt .txt {
    font-weight: 350;
    font-size: 18px;
    line-height: 150%;
}
@media screen and (max-width: 968px) {
    .offer .sec01-cnt .txt {
        font-size: 16px;
        padding-bottom: 8px;
    }
}
.offer .sec01-cnt .title {
    font-weight: 350;
    font-size: 27px;
    line-height: 150%;
    padding-bottom: 10px;
}
@media screen and (max-width: 968px) {
    .offer .sec01-cnt .title {
        font-size: 20px;
        line-height: 32px;
        padding-bottom: 9px;
    }
}
.offer .sec01-cnt .flexbox {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0px;
    gap: 16px;
    padding-bottom: 31px;
}
@media screen and (max-width: 968px) {
    .offer .sec01-cnt .flexbox {
        padding-bottom: 24px;
    }
}
.offer .sec01-cnt .flexbox .yen,
.offer .sec01-cnt .flexbox .location {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #0c174b;
    display: flex;
    gap: 4px;
}
.offer .sec01-cnt .box-tag_list {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 34px;
}
@media screen and (max-width: 968px) {
    .offer .sec01-cnt .box-tag_list {
        padding-bottom: 40px;
    }
}
.offer .sec01-cnt .box-tag_list span {
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    color: #4f5965;
}
.offer .sec01-cnt .box {
    padding-bottom: 41px;
}
.offer .sec01-cnt .box:last-child {
    padding-bottom: 0;
}
.offer .sec01-cnt .box .title {
    border-left: 4px solid #000000;
    font-weight: 500;
    font-size: 20px;
    line-height: 29px;
    padding: 10px 0 10px 24px;
    margin-bottom: 24px;
}
.offer .sec01-cnt .box .desc {
    font-weight: 300;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 968px) {
    .offer .sec01-cnt .box .desc {
        font-weight: 350;
        font-size: 16px;
        line-height: 200%;
    }
}
.offer .sec01-cnt .box.box02 {
    padding-top: 0;
}
@media screen and (max-width: 968px) {
    .offer .sec01-cnt .box.box02 {
        padding-left: 0;
    }
}
.offer .sec01-cnt .box .box03-list .item {
    display: flex;
    align-items: start;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 12px 13px;
}
@media screen and (max-width: 968px) {
    .offer .sec01-cnt .box .box03-list .item {
        padding: 12px 0;
    }
}
.offer .sec01-cnt .box .box03-list .item:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.offer .sec01-cnt .box .box03-list .item .tt {
    font-weight: 350;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.02em;
    width: 100px;
}
@media screen and (max-width: 968px) {
    .offer .sec01-cnt .box .box03-list .item .tt {
        width: 58px;
    }
}
.offer .sec01-cnt .box .box03-list .item .txt {
    padding-left: 56px;
    text-align: left;
    font-weight: 350;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.02em;
    width: calc(100% - 100px);
}
@media screen and (max-width: 968px) {
    .offer .sec01-cnt .box .box03-list .item .txt {
        padding-left: 20px;
        width: calc(100% - 58px);
    }
}
.offer .sec02 {
    margin-top: 96px;
    padding-top: 56px;
    background: rgba(255, 255, 255, 0.64);
    background-blend-mode: overlay;
    text-align: center;
    padding-bottom: 40px;
    position: relative;
}
@media screen and (max-width: 968px) {
    .offer .sec02 {
        margin-top: 0;
        padding-top: 32px;
        padding-bottom: 80px;
    }
}
.offer .sec02__tt {
    padding-bottom: 16px;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    text-transform: uppercase;
    color: #0c174b;
}
@media screen and (max-width: 968px) {
    .offer .sec02__tt {
        font-size: 24px;
        line-height: 29px;
    }
}
.offer .sec03 {
    padding-top: 80px;
    padding-bottom: 80px;
}
@media screen and (max-width: 968px) {
    .offer .sec03 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
.offer .sec03__tt {
    text-align: center;
    color: #2b3b50;
    padding-bottom: 22px;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 39px;
    color: #0c174b;
}
@media screen and (max-width: 968px) {
    .offer .sec03__tt {
        padding-bottom: 16px;
    }
}
.offer .sec03-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
    padding-bottom: 24px;
}
@media screen and (max-width: 968px) {
    .offer .sec03-list {
        display: block;
        padding: 16px;
    }
}
.offer .sec03-list .item {
    width: 312px;
    -moz-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.73);
    padding: 14px 24px;
}
@media screen and (max-width: 968px) {
    .offer .sec03-list .item {
        width: 100%;
        margin-bottom: 16px;
    }
}
.offer .sec03-list .item .flexbox {
    display: flex;
    align-items: flex-start;
    padding: 0px;
    gap: 18px;
}
.offer .sec03-list .item .flexbox .yen,
.offer .sec03-list .item .flexbox .location {
    font-weight: 350;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #4f5965;
    display: flex;
    gap: 3px;
}
.offer .sec03-list .item .title {
    padding: 16px 0;
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #0c174b;
}
.offer .sec03-list .item .text {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #8c9299;
}
.offer .sec03-list .item .tag_list {
    display: flex;
    gap: 8px;
    padding-top: 16px;
    padding-bottom: 24px;
}
@media screen and (min-width: 968px) {
    .offer .sec03-list .item .tag_list {
        display: none;
    }
}
.offer .sec03-list .item .tag_list__item {
    border: 1px solid rgba(12, 23, 75, 0.3);
    font-style: normal;
    font-weight: 350;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.07em;
    padding: 2px 6px;
    color: #0c174b;
}
@media screen and (max-width: 968px) {
    .offer .sec03 .btnpage {
        padding-top: 0;
    }
}
.custom-select {
    position: relative;
}
.custom-select select {
    display: none;
}
.select-selected {
    background: #ffffff;
    border: 1px solid rgba(79, 89, 101, 0.2);
    color: rgba(79, 89, 101, 0.4);
}
.select-selected:after {
    position: absolute;
    content: "";
    top: 25px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #000 transparent transparent transparent;
}
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}
.select-items div,
.select-selected {
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    padding: 16px 15px;
    height: 52px;
}
.select-items div:not(:last-child) {
    border-bottom: 1px dashed #cfcfcf;
}
.select-items {
    position: absolute;
    background-color: #dcdee0;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    color: #4f5965;
}
.select-hide {
    display: none;
}
.select-items div:hover,
.same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.scd_original_kakomu {
    background: #fffaf0;
    padding: 30px;
    border: 1px solid #666;
    margin: 30px auto;
}
.scd_original_table {
    width: 100%;
    border: 1px solid #666;
    border-collapse: collapse;
    margin: 30px auto;
}
.scd_original_table th,
.scd_original_table td {
    border: 1px solid #666;
    border-collapse: collapse;
    padding: 10px;
}
.scd_original_table th {
    text-align: center;
    background: #fffaf0;
    vertical-align: top;
    background: #5173c4;
    color: #fff;
}

@media screen and (min-width: 968px) {
    #underbox {
        width: 720px;
        margin: auto;
    }
    #underbox .underbox_sub {
        width: 340px;
        margin: 10px;
        background: #fff;
        text-align: left;
        float: left;
    }
    #underbox .underbox_sub_img {
        height: 130px;
        overflow: hidden;
    }
    #underbox .underbox_sub_img img {
        width: 350px;
        max-height: 130px;
    }
    #underbox .underbox_sub_title {
        font-size: 140%;
        font-weight: bold;
        padding: 15px;
        line-height: 130%;
    }
    #underbox .underbox_sub_title a {
        text-decoration: underline;
    }
    #underbox .underbox_sub_title a:hover {
        color: #333;
        text-decoration: underline;
    }
    #underbox .underbox_sub_txt {
        font-size: 95%;
        line-height: 125%;
        padding: 0 15px 15px 15px;
    }
    #underbox .clleft {
        clear: left;
    }
}

@media screen and (max-width: 1100px) {
    #underbox {
        width: 312px;
        margin: auto;
        min-height: 360px;
    }
    #underbox .underbox_sub {
        width: 150px;
        margin: 3px;
        background: #fff;
        text-align: left;
        float: left;
    }
    #underbox .underbox_sub_img {
        height: 70px;
        overflow: hidden;
    }
    #underbox .underbox_sub_img img {
        width: 150px;
    }
    #underbox .underbox_sub_title {
        font-size: 130%;
        font-weight: bold;
        line-height: 130%;
        padding: 15px;
    }
    #underbox .underbox_sub_txt {
        font-size: 95%;
        line-height: 125%;
        padding: 0 15px 15px 15px;
    }
    #underbox .clleft {
        clear: left;
    }
}

.contentspath {
    margin: 15px 0px 40px;
    font-size: 90%;
    background: #d0edf4;
    padding: 6px;
}
.contentspath li {
    display: inline;
}

.morelinkbox {
    background: #f9cfc4;
    padding: 10px;
}

.pmark {
}
.pmark li {
    display: inline;
}
.pmark img {
    vertical-align: middle;
}

/* recruit */
@media screen and (min-width: 968px) {
    #coaddbox {
        width: 720px;
        margin: 30px auto;
        background: url(/wp-content/themes/sincereed/images/coadd_back.png) no-repeat;
        height: 503px;
    }
    #coaddbox .innerbox {
        width: 670px;
        margin: auto;
        padding-top: 290px;
    }
    #coaddbox .innerbox .soudan {
        width: 328px;
        float: left;
    }
    #coaddbox .innerbox .add {
        width: 328px;
        float: left;
        margin-left: 14px;
    }
    #coaddbox .clleft {
        clear: left;
    }
    #coaddbox .link {
    }
    #coaddbox .link img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }
    #coaddbox .link img:hover {
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
    }
}

@media screen and (max-width: 1100px) {
    #coaddbox {
        width: 312px;
        margin: 30px auto;
        background: url(/wp-content/themes/sincereed/images/coadd_backsp.png) no-repeat;
        height: 277px;
    }
    #coaddbox .innerbox {
        width: 300px;
        margin: auto;
        padding-top: 183px;
    }
    #coaddbox .innerbox .soudan {
        width: 146px;
        float: left;
    }
    #coaddbox .innerbox .add {
        width: 146px;
        float: left;
        margin-left: 8px;
    }
    #coaddbox .innerbox img {
        width: 146px;
    }
    #coaddbox .clleft {
        clear: left;
    }
    #coaddbox .link {
    }
    #coaddbox .link img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }
    #coaddbox .link img:hover {
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
    }
}
/* recruit */
/* suntry */
@media screen and (min-width: 968px) {
    #coaddbox_suntry {
        width: 720px;
        margin: 30px auto;
        background: url(/wp-content/themes/sincereed/images/coadd_back_suntry.png) no-repeat;
        height: 503px;
    }
    #coaddbox_suntry .innerbox {
        width: 670px;
        margin: auto;
        padding-top: 290px;
    }
    #coaddbox_suntry .innerbox .soudan {
        width: 328px;
        float: left;
    }
    #coaddbox_suntry .innerbox .add {
        width: 328px;
        float: left;
        margin-left: 14px;
    }
    #coaddbox_suntry .clleft {
        clear: left;
    }
    #coaddbox_suntry .link {
    }
    #coaddbox_suntry .link img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }
    #coaddbox_suntry .link img:hover {
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
    }
}

@media screen and (max-width: 1100px) {
    #coaddbox_suntry {
        width: 312px;
        margin: 30px auto;
        background: url(/wp-content/themes/sincereed/images/coadd_backsp_suntry.png) no-repeat;
        height: 277px;
    }
    #coaddbox_suntry .innerbox {
        width: 300px;
        margin: auto;
        padding-top: 183px;
    }
    #coaddbox_suntry .innerbox .soudan {
        width: 146px;
        float: left;
    }
    #coaddbox_suntry .innerbox .add {
        width: 146px;
        float: left;
        margin-left: 8px;
    }
    #coaddbox_suntry .innerbox img {
        width: 146px;
    }
    #coaddbox_suntry .clleft {
        clear: left;
    }
    #coaddbox_suntry .link {
    }
    #coaddbox_suntry .link img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }
    #coaddbox_suntry .link img:hover {
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
    }
}
/* suntry */

@media screen and (min-width: 968px) {
    #careerbtn {
        width: 720px;
        margin: 30px auto;
    }
    #careerbtn .soudanbnr {
        width: 290px;
        float: left;
    }
    #careerbtn .soudanbnr img {
        width: 290px;
    }
    #careerbtn .soudantxt {
        width: 410px;
        margin-left: 20px;
        float: left;
    }
    #careerbtn .soudantxt strong {
        display: block;
        margin-bottom: 5px;
        font-size: 130%;
        font-weight: bold;
    }
    #careerbtn .soudantxt span {
        line-height: 125%;
        font-size: 90%;
    }
    #careerbtn .clleft {
        clear: left;
    }
    #careerbtn .soudantxt a {
        color: #157893;
        text-decoration: underline;
    }
    #careerbtn .soudantxt a:hover {
        color: #63b0c1;
        text-decoration: underline;
    }
}

@media screen and (max-width: 1100px) {
    #careerbtn {
        width: 312px;
        margin: 30px auto;
    }
    #careerbtn .soudanbnr {
        width: 120px;
        float: left;
    }
    #careerbtn .soudanbnr img {
        width: 120px;
    }
    #careerbtn .soudantxt {
        width: 180px;
        margin-left: 12px;
        float: left;
    }
    #careerbtn .soudantxt strong {
        display: block;
        margin-bottom: 5px;
        font-size: 130%;
        font-weight: bold;
    }
    #careerbtn .soudantxt span {
        line-height: 125%;
        font-size: 90%;
    }
    #careerbtn .clleft {
        clear: left;
    }
    #careerbtn .soudantxt a {
        color: #157893;
        text-decoration: underline;
    }
    #careerbtn .soudantxt a:hover {
        color: #63b0c1;
        text-decoration: underline;
    }
}

@media screen and (min-width: 968px) {
    #kanrenbox {
        width: 720px;
        margin: 30px auto;
    }
    #kanrenbox .upper {
        background: #1f8cad;
        text-align: center;
        color: #fff;
        font-weight: bold;
        font-size: 115%;
        padding: 8px 0px;
        line-height: 105%;
    }
    #kanrenbox .upper span {
        font-size: 95%;
        font-weight: normal;
    }
    #kanrenbox .upper_img {
        text-align: center;
        margin-bottom: 10px;
        margin-top: -5px;
    }
    #kanrenbox .innerbox {
        border: 2px solid #1f8cad;
        background: #fafeff;
        padding: 18px;
    }
    #kanrenbox .innerbox .imglink {
        width: 250px;
        float: left;
    }
    #kanrenbox .innerbox .imglink img {
        width: 250px;
    }
    #kanrenbox .innerbox .txt {
        width: 410px;
        float: left;
        margin-left: 20px;
    }
    #kanrenbox .innerbox .txt strong {
        display: block;
        font-size: 120%;
        line-height: 120%;
        margin-bottom: 20px;
    }
    #kanrenbox .innerbox .txt span {
        font-size: 90%;
        line-height: 110%;
        color: #333;
    }
    #kanrenbox .clleft {
        clear: left;
    }
    #kanrenbox .innerbox .txt a {
        color: #157893;
        text-decoration: underline;
    }
    #kanrenbox .innerbox .txt a:hover {
        color: #63b0c1;
        text-decoration: underline;
    }
    #kanrenbox .link {
    }
    #kanrenbox .link img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }
    #kanrenbox .link img:hover {
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
    }
}

@media screen and (max-width: 1100px) {
    #kanrenbox {
        width: 312px;
        margin: 30px auto;
    }
    #kanrenbox .upper {
        background: #1f8cad;
        text-align: center;
        color: #fff;
        padding: 8px 0px;
        line-height: 105%;
    }
    #kanrenbox .upper_img {
        text-align: center;
        margin-bottom: 10px;
    }
    #kanrenbox .upper_img img {
        width: 15px;
    }
    #kanrenbox .innerbox {
        border: 2px solid #1f8cad;
        background: #fafeff;
        padding: 13px;
    }
    #kanrenbox .innerbox .imglink {
        width: 100px;
        float: left;
    }
    #kanrenbox .innerbox .imglink img {
        width: 100px;
    }
    #kanrenbox .innerbox .txt {
        width: 170px;
        float: left;
        margin-left: 12px;
    }
    #kanrenbox .innerbox .txt strong {
        display: block;
        font-size: 110%;
        line-height: 120%;
        margin-bottom: 12px;
    }
    #kanrenbox .innerbox .txt span {
        font-size: 90%;
        line-height: 120%;
        color: #333;
    }
    #kanrenbox .clleft {
        clear: left;
    }
    #kanrenbox .innerbox .txt a {
        color: #157893;
        text-decoration: underline;
    }
    #kanrenbox .innerbox .txt a:hover {
        color: #63b0c1;
        text-decoration: underline;
    }
}

@media screen and (min-width: 968px) {
    #supervisor {
        padding: 25px;
        background: #595757;
        color: #fff;
        margin-bottom: 30px;
    }
    #supervisor .img {
        float: left;
        width: 220px;
    }
    #supervisor .img img {
        width: 220px;
    }
    #supervisor .txt {
        float: left;
        width: 420px;
        margin-left: 20px;
    }
    #supervisor .sup_title {
        font-size: 125%;
        margin-bottom: 10px;
        font-weight: bold;
    }
    #supervisor .sup_name {
        margin-bottom: 10px;
        font-size: 120%;
        font-weight: bold;
        line-height: 120%;
    }
    #supervisor .sup_name span {
        font-size: 95%;
        font-weight: normal;
        display: block;
    }
    #supervisor .sup_txt {
        font-size: 100%;
        line-height: 130% !important;
    }
    #supervisor .cll {
        clear: left;
    }

    #toponlylogo {
        width: 1149px !important;
        margin-left: -82px !important;
    }
}
@media screen and (max-width: 1100px) {
    #supervisor {
        padding: 16px;
        background: #595757;
        color: #fff;
        margin-bottom: 20px;
    }
    #supervisor .img {
        margin-bottom: 5px;
        text-align: center;
    }
    #supervisor .img img {
        width: 110px;
    }
    #supervisor .txt {
    }
    #supervisor .sup_title {
        font-size: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    #supervisor .sup_name {
        margin-bottom: 10px;
        font-size: 110%;
        font-weight: bold;
        line-height: 135%;
        text-align: center;
    }
    #supervisor .sup_name span {
        font-size: 100%;
        font-weight: normal;
        display: block;
    }
    #supervisor .sup_txt {
        font-size: 100%;
        line-height: 135%;
    }
    #supervisor .cll {
    }
}

@media screen and (min-width: 968px) {
    #strengthpoint {
        width: 100%;
        margin: 0px auto 60px;
    }
    #strengthpoint .cll {
        clear: left;
    }
    #strengthpoint .boxtitle {
        font-size: 26px;
        margin-bottom: 15px;
        font-weight: bold;
        text-align: center;
    }

    #strengthpoint .headtitle {
        background: url(/wp-content/themes/sincereed/images/reason_headback.png) no-repeat;
        background-size: cover;
        height: 222px;
        color: #fff;
        padding-top: 38px;
        margin-bottom: 100px;
        text-align: center;
    }
    #strengthpoint .ht1 {
        font-size: 29px;
        font-weight: bold;
    }
    #strengthpoint .ht2 {
        font-size: 33px;
        font-weight: bold;
    }
    #strengthpoint .ht2 span {
        font-size: 64px;
    }
    #strengthpoint .ht3 {
        font-size: 21px;
    }

    #strengthpoint .threepoint_co {
        width: 1000px;
        margin: auto;
    }
    #strengthpoint .recordbox {
        margin-bottom: 80px;
    }
    #strengthpoint .recordbox .img {
        float: left;
        width: 480px;
    }
    #strengthpoint .recordbox .img img {
        width: 480px;
    }
    #strengthpoint .recordbox .txt {
        float: left;
        width: 500px;
        margin-left: 20px;
        font-size: 17px;
        line-height: 150%;
    }
    #strengthpoint .recordbox .txt strong {
        display: block;
        font-size: 24px;
        margin-bottom: 15px;
        font-weight: bold;
    }

    #strengthpoint .middlemsg {
        text-align: center;
        font-size: 19px;
        line-height: 135%;
        margin-bottom: 80px;
    }

    #strengthpoint .agentadd_co {
        width: 100%;
        background: #10356b;
        padding: 50px 0px;
        color: #fff;
    }
    #strengthpoint .agentadd_co .innerbox {
        width: 730px;
        margin: auto;
    }
    #strengthpoint .agentadd_co .addtitle {
        font-size: 29px;
        margin-bottom: 15px;
        text-align: center;
        font-weight: bold;
    }
    #strengthpoint .agentadd_co .soudanbtn {
        width: 350px;
        float: left;
        margin-top: 20px;
    }
    #strengthpoint .agentadd_co .addbtn {
        width: 350px;
        float: left;
        margin-top: 20px;
        margin-left: 30px;
    }

    #strengthpoint .media_co {
        width: 100%;
        background: #d0e0ef;
        padding: 50px 0px;
        margin-bottom: 100px;
    }
    #strengthpoint .media_co .innerbox {
        width: 1000px;
        margin: auto;
        text-align: center;
    }
    #strengthpoint .media_co .mimg {
        float: left;
        width: 260px;
        margin: 0px 10px;
    }
    #strengthpoint .media_co .mimg img {
        width: 260px;
    }
    #strengthpoint .media_co .mtxt {
        margin-top: 35px;
    }

    #strengthpoint .consultant_co {
        width: 1000px;
        margin: 0px auto 100px;
    }
    #strengthpoint .consultant_co .mtxt {
        margin-bottom: 40px;
        text-align: center;
        font-size: 17px;
    }
    #strengthpoint .consultant_co .consulbox {
        float: left;
        width: 244px;
    }
    #strengthpoint .consultant_co .consulbox2 {
        float: left;
        width: 244px;
        margin-left: 8px;
    }
    #strengthpoint .consultant_co .conulimg {
    }
    #strengthpoint .consultant_co .conulimg img {
        width: 244px;
    }
    #strengthpoint .consultant_co .consulname {
        margin: 10px auto;
        font-size: 17px;
        font-weight: bold;
    }
    #strengthpoint .consultant_co .consulname span {
        font-size: 13px;
        padding-left: 10px;
    }
    #strengthpoint .consultant_co .consultxt {
        font-size: 14px;
        line-height: 130%;
    }

    #strengthpoint .success_co {
        width: 1000px;
        margin: 0px auto 100px;
    }
    #strengthpoint .success_co .mtxt {
        margin-bottom: 40px;
        text-align: center;
        font-size: 17px;
    }
    #strengthpoint .success_co .success_t {
        width: 100%;
        border: 1px solid #ccc;
        border-collapse: collapse;
    }
    #strengthpoint .success_co .success_t th {
        padding: 8px;
        background: #d0e0ef;
        text-align: center;
        border: 1px solid #ccc;
        border-collapse: collapse;
    }
    #strengthpoint .success_co .success_t td {
        padding: 8px;
        background: #fff;
        border: 1px solid #ccc;
        border-collapse: collapse;
    }

    #strengthpoint .lastmsg {
        margin: 80px auto;
        text-align: center;
    }

    #sidebarrecruitbnr {
        position: fixed;
        right: 0;
        top: 450px;
    }
    #sidebarrecruitbnr .link img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }
    #sidebarrecruitbnr .link img:hover {
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
    }
}

@media screen and (max-width: 1100px) {
    #strengthpoint {
        width: 100%;
        margin: 0px auto 60px;
    }
    #strengthpoint .cll {
        clear: left;
    }
    #strengthpoint .boxtitle {
        font-size: 130%;
        margin-bottom: 10px;
        font-weight: bold;
        text-align: center;
    }

    #strengthpoint .headtitle {
        background: url(/wp-content/themes/sincereed/images/reason_headback.png) no-repeat;
        background-size: cover;
        height: 172px;
        color: #fff;
        padding-top: 38px;
        margin-bottom: 50px;
        text-align: center;
    }
    #strengthpoint .ht1 {
        font-size: 125%;
        font-weight: bold;
    }
    #strengthpoint .ht2 {
        font-size: 160%;
        font-weight: bold;
    }
    #strengthpoint .ht2 span {
        font-size: 180%;
    }
    #strengthpoint .ht3 {
        font-size: 110%;
    }

    #strengthpoint .threepoint_co {
        width: 340px;
        margin: auto;
    }
    #strengthpoint .recordbox {
        margin-bottom: 40px;
    }
    #strengthpoint .recordbox .img {
        width: 340px;
        margin-bottom: 8px;
    }
    #strengthpoint .recordbox .img img {
        width: 340px;
    }
    #strengthpoint .recordbox .txt {
        line-height: 150%;
    }
    #strengthpoint .recordbox .txt strong {
        display: block;
        font-size: 140%;
        margin-bottom: 8px;
        font-weight: bold;
    }

    #strengthpoint .middlemsg {
        text-align: center;
        font-size: 95%;
        line-height: 135%;
        margin-bottom: 40px;
    }

    #strengthpoint .agentadd_co {
        width: 100%;
        background: #10356b;
        padding: 30px 0px;
        color: #fff;
    }
    #strengthpoint .agentadd_co .innerbox {
        width: 350px;
        margin: auto;
    }
    #strengthpoint .agentadd_co .addtitle {
        font-size: 140%;
        margin-bottom: 8px;
        text-align: center;
        font-weight: bold;
    }
    #strengthpoint .agentadd_co .soudanbtn {
        width: 170px;
        float: left;
        margin-top: 10px;
    }
    #strengthpoint .agentadd_co .addbtn {
        width: 170px;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }
    #strengthpoint .agentadd_co .soudanbtn img {
        width: 170px;
    }
    #strengthpoint .agentadd_co .addbtn img {
        width: 170px;
    }
    #strengthpoint .agentadd_co .addtxtimg {
        text-align: center;
    }
    #strengthpoint .agentadd_co .addtxtimg img {
        width: 350px;
    }

    #strengthpoint .media_co {
        width: 100%;
        background: #d0e0ef;
        padding: 30px 0px;
        margin-bottom: 50px;
    }
    #strengthpoint .media_co .innerbox {
        width: 330px;
        margin: auto;
        text-align: center;
    }
    #strengthpoint .media_co .mimg {
        float: left;
        width: 140px;
        margin: 0px 10px;
    }
    #strengthpoint .media_co .mimg img {
        width: 140px;
    }
    #strengthpoint .media_co .mtxt {
        margin-top: 20px;
    }

    #strengthpoint .consultant_co {
        width: 340px;
        margin: 0px auto 90px;
    }
    #strengthpoint .consultant_co .mtxt {
        margin-bottom: 40px;
        text-align: center;
    }
    #strengthpoint .consultant_co .consulbox {
        float: left;
        width: 150px;
        margin: 15px 10px;
    }
    #strengthpoint .consultant_co .consulbox2 {
        float: left;
        width: 150px;
        margin: 15px 10px;
    }
    #strengthpoint .consultant_co .conulimg {
    }
    #strengthpoint .consultant_co .conulimg img {
        width: 150px;
    }
    #strengthpoint .consultant_co .consulname {
        margin: 10px auto;
        font-size: 120%;
        font-weight: bold;
    }
    #strengthpoint .consultant_co .consulname span {
        font-size: 90%;
        display: block;
        margin: 5px auto;
        font-weight: normal;
    }
    #strengthpoint .consultant_co .consultxt {
        font-size: 95%;
        line-height: 130%;
    }

    #strengthpoint .success_co {
        width: 340px;
        margin: 0px auto 100px;
    }
    #strengthpoint .success_co .mtxt {
        margin-bottom: 20px;
        text-align: center;
    }
    #strengthpoint .success_co .success_t {
        width: 100%;
        border: 1px solid #ccc;
        border-collapse: collapse;
        font-size: 90%;
    }
    #strengthpoint .success_co .success_t th {
        padding: 4px;
        background: #d0e0ef;
        text-align: center;
        border: 1px solid #ccc;
        border-collapse: collapse;
    }
    #strengthpoint .success_co .success_t td {
        padding: 4px;
        background: #fff;
        border: 1px solid #ccc;
        border-collapse: collapse;
    }

    #strengthpoint .lastmsg {
        margin: 40px auto;
        text-align: center;
    }

    #sidebarrecruitbnr {
        display: none !important;
    }
}

@media screen and (min-width: 968px) {
    #firstpage {
        width: 100%;
        margin: 0px auto 60px;
    }
    #firstpage .cll {
        clear: left;
    }
    #firstpage .boxtitle {
        font-size: 26px;
        margin-bottom: 15px;
        font-weight: bold;
        text-align: center;
    }

    #firstpage .headtitle {
        background: url(/wp-content/themes/sincereed/images/first_headback.png) bottom center no-repeat;
        background-size: cover;
        height: 300px;
        color: #1e2c5f;
        padding-top: 50px;
        margin-bottom: 100px;
        text-align: center;
    }
    #firstpage .ht1 {
        font-size: 29px;
        font-weight: bold;
    }

    #firstpage .ht3 {
        font-size: 21px;
    }

    #firstpage .threepoint_co {
        width: 1000px;
        margin: auto;
    }
    #firstpage .recordbox {
        margin-bottom: 80px;
    }
    #firstpage .recordbox .img {
        float: left;
        width: 480px;
    }
    #firstpage .recordbox .img img {
        width: 480px;
    }
    #firstpage .recordbox .txt {
        float: left;
        width: 500px;
        margin-left: 20px;
        font-size: 17px;
        line-height: 150%;
    }
    #firstpage .recordbox .txt strong {
        display: block;
        font-size: 24px;
        margin-bottom: 15px;
        font-weight: bold;
    }

    #firstpage .middlemsg {
        text-align: center;
        font-size: 19px;
        line-height: 135%;
        margin-bottom: 80px;
    }

    #firstpage .agentadd_co {
        width: 100%;
        background: #10356b;
        padding: 50px 0px;
        color: #fff;
    }
    #firstpage .agentadd_co .innerbox {
        width: 730px;
        margin: auto;
    }
    #firstpage .agentadd_co .addtitle {
        font-size: 29px;
        margin-bottom: 15px;
        text-align: center;
        font-weight: bold;
    }
    #firstpage .agentadd_co .soudanbtn {
        width: 350px;
        float: left;
        margin-top: 20px;
    }
    #firstpage .agentadd_co .addbtn {
        width: 350px;
        float: left;
        margin-top: 20px;
        margin-left: 30px;
    }

    #firstpage .media_co {
        width: 100%;
        background: #d0e0ef;
        padding: 50px 0px;
        margin-bottom: 100px;
    }
    #firstpage .media_co .innerbox {
        width: 1000px;
        margin: auto;
        text-align: center;
    }
    #firstpage .media_co .mimg {
        float: left;
        width: 260px;
        margin: 0px 10px;
    }
    #firstpage .media_co .mimg img {
        width: 260px;
    }
    #firstpage .media_co .mtxt {
        margin-top: 35px;
    }

    #firstpage .success_co {
        width: 1000px;
        margin: 0px auto 100px;
    }
    #firstpage .success_co .successtxt {
        margin-bottom: 40px;
        text-align: center;
        font-size: 17px;
    }
    #firstpage .success_co .success_t {
        width: 100%;
        border: 1px solid #ccc;
        border-collapse: collapse;
    }
    #firstpage .success_co .success_t th {
        padding: 8px;
        background: #d0e0ef;
        text-align: center;
        border: 1px solid #ccc;
        border-collapse: collapse;
    }
    #firstpage .success_co .success_t td {
        padding: 8px;
        background: #fff;
        border: 1px solid #ccc;
        border-collapse: collapse;
    }
    #firstpage .success_co .successtxt2 {
        margin-top: 30px;
        text-align: center;
        font-size: 17px;
    }
    #firstpage .success_co .successtxt2 a {
        color: #0855bc;
        text-decoration: underline;
    }
    #firstpage .lastmsg {
        margin: 80px auto;
        text-align: center;
    }
}

@media screen and (max-width: 1100px) {
    #firstpage {
        width: 100%;
        margin: 0px auto 60px;
    }
    #firstpage .cll {
        clear: left;
    }
    #firstpage .boxtitle {
        font-size: 130%;
        margin-bottom: 10px;
        font-weight: bold;
        text-align: center;
    }

    #firstpage .headtitle {
        background: url(/wp-content/themes/sincereed/images/first_headback.png) top center no-repeat;
        background-size: cover;
        height: 172px;
        color: #1e2c5f;
        padding-top: 38px;
        margin-bottom: 50px;
        text-align: center;
    }
    #firstpage .ht1 {
        font-size: 125%;
        font-weight: bold;
    }

    #firstpage .ht3 {
        font-size: 110%;
    }

    #firstpage .threepoint_co {
        width: 340px;
        margin: auto;
    }
    #firstpage .recordbox {
        margin-bottom: 40px;
    }
    #firstpage .recordbox .img {
        width: 340px;
        margin-bottom: 8px;
    }
    #firstpage .recordbox .img img {
        width: 340px;
    }
    #firstpage .recordbox .txt {
        line-height: 150%;
    }
    #firstpage .recordbox .txt strong {
        display: block;
        font-size: 140%;
        margin-bottom: 8px;
        font-weight: bold;
    }

    #firstpage .middlemsg {
        text-align: center;
        font-size: 95%;
        line-height: 135%;
        margin-bottom: 40px;
    }

    #firstpage .agentadd_co {
        width: 100%;
        background: #10356b;
        padding: 30px 0px;
        color: #fff;
    }
    #firstpage .agentadd_co .innerbox {
        width: 350px;
        margin: auto;
    }
    #firstpage .agentadd_co .addtitle {
        font-size: 140%;
        margin-bottom: 8px;
        text-align: center;
        font-weight: bold;
    }
    #firstpage .agentadd_co .soudanbtn {
        width: 170px;
        float: left;
        margin-top: 10px;
    }
    #firstpage .agentadd_co .addbtn {
        width: 170px;
        float: left;
        margin-top: 10px;
        margin-left: 10px;
    }
    #firstpage .agentadd_co .soudanbtn img {
        width: 170px;
    }
    #firstpage .agentadd_co .addbtn img {
        width: 170px;
    }
    #firstpage .agentadd_co .addtxtimg {
        text-align: center;
    }
    #firstpage .agentadd_co .addtxtimg img {
        width: 350px;
    }

    #firstpage .media_co {
        width: 100%;
        background: #d0e0ef;
        padding: 30px 0px;
        margin-bottom: 50px;
    }
    #firstpage .media_co .innerbox {
        width: 330px;
        margin: auto;
        text-align: center;
    }
    #firstpage .media_co .mimg {
        float: left;
        width: 140px;
        margin: 0px 10px;
    }
    #firstpage .media_co .mimg img {
        width: 140px;
    }
    #firstpage .media_co .mtxt {
        margin-top: 20px;
    }

    #firstpage .success_co {
        width: 340px;
        margin: 0px auto 100px;
    }
    #firstpage .success_co .successtxt {
        margin-bottom: 20px;
        text-align: center;
    }
    #firstpage .success_co .success_t {
        width: 100%;
        border: 1px solid #ccc;
        border-collapse: collapse;
        font-size: 90%;
    }
    #firstpage .success_co .success_t th {
        padding: 4px;
        background: #d0e0ef;
        text-align: center;
        border: 1px solid #ccc;
        border-collapse: collapse;
    }
    #firstpage .success_co .success_t td {
        padding: 4px;
        background: #fff;
        border: 1px solid #ccc;
        border-collapse: collapse;
    }
    #firstpage .success_co .successtxt2 {
        margin-top: 30px;
        text-align: center;
        font-size: 17px;
    }
    #firstpage .success_co .successtxt2 a {
        color: #0855bc;
        text-decoration: underline;
    }
    #firstpage .lastmsg {
        margin: 40px auto;
        text-align: center;
    }
}

@media screen and (min-width: 968px) {
    /*PC*/
    #general_co_addbox {
        width: 720px;
        margin: auto;
    }
    #general_co_addbox .upper_parts {
        background: #1e2c5f;
        text-align: center;
        color: #fff;
        font-style: bold;
        font-size: 23px;
        line-height: 110%;
        padding: 15px 0px;
    }
    #general_co_addbox .middle_parts {
        background: #e2e8f7;
        color: #333;
        padding: 35px 0px;
    }
    #general_co_addbox .middle_title {
        text-align: center;
        color: #1e2c5f;
        font-size: 28px;
        font-style: bold;
        margin-bottom: 25px;
    }
    #general_co_addbox .middle_listbox {
        text-align: left;
        width: 640px;
        margin: auto;
        font-size: 20px;
        margin-bottom: 25px;
    }
    #general_co_addbox .middle_listbox p {
        background: url(/wp-content/themes/sincereed/images/general_co_addbox_list.png) left 50% no-repeat;
        padding-left: 40px;
        margin-bottom: 8px;
    }
    #general_co_addbox .innerbox {
        width: 670px;
        margin: auto;
    }
    #general_co_addbox .innerbox .soudan {
        width: 328px;
        float: left;
    }
    #general_co_addbox .innerbox .add {
        width: 328px;
        float: left;
        margin-left: 14px;
    }
    #general_co_addbox .clleft {
        clear: left;
    }
    #general_co_addbox .link {
    }
    #general_co_addbox .link img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }
    #general_co_addbox .link img:hover {
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
    }
}
@media screen and (max-width: 1100px) {
    /*SP*/
    #general_co_addbox {
        width: 312px;
        margin: 30px auto;
    }
    #general_co_addbox .upper_parts {
        background: #1e2c5f;
        text-align: center;
        color: #fff;
        font-style: bold;
        font-size: 100%;
        line-height: 110%;
        padding: 15px 0px;
    }
    #general_co_addbox .middle_parts {
        background: #e2e8f7;
        color: #333;
        padding: 20px 0px;
    }
    #general_co_addbox .middle_title {
        text-align: center;
        color: #1e2c5f;
        font-size: 110%;
        font-style: bold;
        margin-bottom: 25px;
    }
    #general_co_addbox .middle_listbox {
        text-align: left;
        width: 300px;
        margin: auto;
        font-size: 90%;
        margin-bottom: 25px;
    }
    #general_co_addbox .middle_listbox p {
        background: url(/wp-content/themes/sincereed/images/general_co_addbox_list.png) left 50% no-repeat;
        padding-left: 40px;
        margin-bottom: 8px;
    }
    #general_co_addbox .innerbox {
        width: 300px;
        margin: auto;
    }
    #general_co_addbox .innerbox .soudan {
        display: none;
    }
    #general_co_addbox .innerbox .add {
        width: 300px;
    }
    #general_co_addbox .innerbox img {
        width: 300px;
    }
    #general_co_addbox .clleft {
    }
    #general_co_addbox .link {
    }
    #general_co_addbox .link img {
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
    }
    #general_co_addbox .link img:hover {
        filter: alpha(opacity=60);
        -moz-opacity: 0.6;
        opacity: 0.6;
    }
}
@media screen and (min-width: 968px) {
    /* pc */
    #spout .consult-btn_top {
        width: 650px;
        height: 94px;
        font-weight: 500;
        font-size: 22px;
        letter-spacing: 0.02em;
        margin: auto;
        color: #ffffff;
        background: #122375;
        display: block;
    }
}
@media screen and (max-width: 1100px) {
    /* sp */
    #pcout .consult-btn_top {
        width: 179px;
        height: 62px;
        font-weight: 500;
        font-size: 14px;
        text-align: center;
        line-height: 62px;
        letter-spacing: 0.02em;
        color: #ffffff;
        background: #122375;
        display: block;
    }
}

@media screen and (min-width: 968px) {
    #spout {
        display: none !important;
    }
}
@media screen and (max-width: 1100px) {
    #pcout {
        display: none !important;
    }
}

/* link basicstyle reset */
.container a {
    color: #3366cc;
    text-decoration: none;
}
.container a:hover {
    color: #3366cc;
    text-decoration: underline;
}
.container strong {
    font-weight: bold;
    font-size: 100%;
    color: #333;
}
.container b {
    font-weight: bold;
    font-size: 100%;
    color: #333;
}

a.consult-btn {
    color: #fff;
}
a.consult-btn:hover {
    color: #fff;
    text-decoration: none;
}

.formselect_inline {
    text-align: left;
}
.formselect_inline select {
    display: inline;
    width: auto;
}
.formselect_inline select:invalid {
    color: #333;
}
.formselect_inline select option {
    color: #333;
}

/* fixed-cta */
.fixed-cta {
    position: fixed;
    z-index: 20;
    height: 95px;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.45);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 20px;
    gap: 8px;
}

.fixed-cta-seminar,
.fixed-cta-contact {
    display: flex;
    gap: 6px;
    justify-content: center;
    align-items: center;
    height: 100%;
    flex: 1;
    padding: 0 8px;
    max-width: 450px;
    border-radius: 100vh;
}

.fixed-cta-seminar span:nth-child(1),
.fixed-cta-contact span:nth-child(1) {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    padding: 4px 5px;
    background-color: #fff;
}

@media screen and (min-width: 768px) {
    .fixed-cta-seminar span:nth-child(1),
    .fixed-cta-contact span:nth-child(1) {
        font-size: 18px;
    }
}

.fixed-cta-seminar span:nth-child(2),
.fixed-cta-contact span:nth-child(2) {
    font-size: 16px;
    letter-spacing: 0.05em;
    position: relative;
}

@media screen and (min-width: 768px) {
    .fixed-cta-seminar span:nth-child(2),
    .fixed-cta-contact span:nth-child(2) {
        font-size: 20px;
    }
}

@media screen and (min-width: 1080px) {
    .fixed-cta-seminar span:nth-child(2)::after,
    .fixed-cta-contact span:nth-child(2)::after {
        content: "";
        display: inline-block;
        width: 10px;
        height: 10px;
        transform: rotate(45deg);
        position: absolute;
        right: -16px;
        top: 5px;
    }

    .fixed-cta-seminar span:nth-child(2)::after {
        border-top: 2px solid #443631;
        border-right: 2px solid #443631;
    }

    .fixed-cta-contact span:nth-child(2)::after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
    }
}

.fixed-cta-seminar {
    display: none;
    background-color: #d6d5d3;
    color: #443631;
    font-weight: bold;
}

@media screen and (min-width: 650px) {
    .fixed-cta-seminar {
        display: flex;
    }
}

.fixed-cta-seminar span:nth-child(1) {
    color: #443631;
}

.fixed-cta-contact {
    background-color: #122375;
    color: #fff;
    font-weight: bold;
}

.fixed-cta-contact span:nth-child(1) {
    color: #122375;
}

::placeholder {
    color: #4f5965;
    opacity: 1;
}

@media screen and (max-width: 968px) {
    .occupation-page .sec01 .box_tag-list .item p {
        width: 77px;
    }
}

.offer-section {
    background-color: rgba(255, 255, 255, 0.7);
}

.pagination-04 {
    padding-top: 60px;
    padding-bottom: 45px;
}

.item {
    align-items: center;
}

.contact-cnt {
    max-width: 1440px;
    margin: 0 auto;
}

.con-img {
    width: 100%;
    max-width: 590px;
}

.con-desc {
    width: auto !important;
    max-width: 552px;
}

.f-textarea {
    width: 100%;
    height: 104px;
    padding: 16px 15px;
    background: #ffffff;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid rgba(79, 89, 101, 0.2);
    color: #4f5965 !important;
}

.f-pagination {
    padding-bottom: 20px;
}

.f-btnpage {
    padding-bottom: 40px;
}

.p-thanks__container {
    max-width: 1440px;
    margin: 0 auto;
}
.p-thanks__title {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 40px;
    font-weight: 400;
}
.p-thanks__text {
    font-size: 14px;
    text-align: center;
    margin-bottom: 80px;
    line-height: 30px;
    font-weight: 300;
}
.p-thanks__btnpage {
    margin-bottom: 160px;
}
@media screen and (max-width: 968px) {
    .p-thanks__container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .p-thanks__title {
        font-size: 24px;
        margin-top: 110px;
        margin-bottom: 15px;
    }
    .p-thanks__text {
        font-size: 14px;
        text-align: center;
        margin-bottom: 56px;
        line-height: 30px;
    }
    .p-thanks__btnpage {
        margin-bottom: 140px;
    }
}

.p-404__title {
    line-height: 50px;
}

@media screen and (max-width: 968px) {
    .p-404__title {
        line-height: 40px;
    }
}
@media screen and (min-width: 650px) {
    .p-404__br-sp-text {
        display: none;
    }
}
@media screen and (min-width: 431px) {
    .p-404__br-sp {
        display: none;
    }
}

select {
    padding: 16px 15px;
    height: 52px;
    width: 100%;
    background: #ffffff;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid rgba(79, 89, 101, 0.2);
    color: rgba(79, 89, 101, 0.4);
}

#formEnd label {
    padding-top: initial !important;
}

.f-list::after {
    /*     content: "";
    display: block;
    width: 312px;
    height: 0;
    order: 1; */
    display: none;
}

@media screen and (max-width: 1100px) {
    .f-active::before {
        background: url(../images/icon_active.svg) no-repeat !important;
    }
}

input {
    color: #4f5965 !important;
}

/* .select-selected {
    color: #4F5965!important;
} */

::placeholder {
    color: rgba(79, 89, 101, 0.4) !important;
}

.style_btn01 {
    color: #fff;
}

.same-as-selected {
    color: #4f5965 !important;
}

.c-pagination-top {
    padding-top: 80px;
    padding-bottom: 40px;
}
@media screen and (max-width: 968px) {
    .c-pagination-top {
        padding-top: 40px;
        padding-bottom: 80px;
    }
}

.a-consul__img {
    width: 312px;
}
@media screen and (max-width: 968px) {
    .a-consul__img {
        width: 198px;
    }
}

.item__img-consul > img {
    width: 236px;
    height: 100%;
}
.item__img-consul {
    text-align: center;
}

.single-consul-text > p {
    font-size: 16px;
    font-weight: 300;
}
@media screen and (max-width: 968px) {
    .single-consul-text > p {
        font-weight: 300;
        line-height: 32px;
        letter-spacing: 0.02em;
    }
}

.f-occu-img > img {
    width: 312px;
    height: 100%;
}

.f-tarm > ul {
    display: flex;
    gap: 0.625rem !important;
    flex-wrap: wrap;
}

.tag_list__item > ul > li {
    border: 1px solid rgba(12, 23, 75, 0.3);
    font-style: normal;
    font-weight: 350;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: -0.07em;
    padding: 2px 6px;
    color: #0c174b;
}

.tag_list__item > ul {
    display: flex;
    gap: 0.625rem !important;
    flex-wrap: wrap;
}

.tag_list__item {
    border: none;
}

.f-bunseki-flex > li {
    display: flex;
    gap: 0.625rem !important;
    flex-wrap: wrap;
}

.tag_list__item-sep {
    padding: initial !important;
}

.f-point {
    font-weight: 400 !important;
    font-size: 17px !important;
    display: inline-block;
    width: 115px;
    line-height: 36px !important;
    border: 1px solid #122375;
    border-radius: 60px;
    color: #0c174b;
    text-align: center;
    padding-bottom: initial !important;
    margin-bottom: 24px !important;
}

.f-about-occu-img > img {
    width: 312px;
    height: 100%;
}

.item__cnt-btn {
    display: flex;
    gap: 0.625rem !important;
    flex-wrap: wrap;
}

.item__cnt-btn > ul {
    display: flex;
    gap: 0.625rem !important;
    flex-wrap: wrap;
}

.item-a-link {
    display: block;
}

.item__cnt-btn > a {
    display: none;
}
.item__cnt-btn > ul > a {
    display: none;
}

.f-tarm > a {
    display: none;
}
.f-tarm > ul > a {
    display: none;
}

.f-about-item__cnt-btn {
    margin-top: 16px;
}

.success .sec01-cnt01-desc .tag_list__item.active {
    background: none !important;
}

.f-sec01-cnt01 > div > img {
    width: 720px;
    height: 300px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
}

.f-sec01-cnt01-box {
    width: 720px;
    height: 300px;
    overflow-y: hidden;
    position: relative;
    margin: auto;
}

.f-single-occu {
    display: flex;
    gap: 0.625rem !important;
    padding: initial !important;
    flex-wrap: wrap;
}

.single-column-term {
    margin-top: 16px;
}

.item__cnt-btn > p {
    border: 1px solid rgba(12, 23, 75, 0.4);
    font-weight: 350;
    font-size: 10px;
    color: #31385b;
    padding: 2px 6px;
    cursor: pointer;
}

.f-tarm > p {
    border: 1px solid rgba(12, 23, 75, 0.4);
    font-weight: 350;
    font-size: 10px;
    color: #31385b;
    padding: 2px 6px;
    cursor: pointer;
}

.tag_list > p {
    border: 1px solid rgba(12, 23, 75, 0.4);
    font-weight: 350;
    font-size: 10px;
    color: #31385b;
    padding: 2px 6px;
    cursor: pointer;
    white-space: nowrap;
}
.tag_list > a {
    display: none;
}

@media screen and (min-width: 968px) {
    .offer .sec03-list .item .tag_list {
        display: flex !important;
    }
}

.f-a-news-tarm {
    padding-bottom: 10px !important;
}

.f-single-a-news-tarm > p {
    border: 1px solid rgba(12, 23, 75, 0.4);
    font-weight: 350;
    font-size: 10px;
    color: #31385b;
    padding: 2px 6px;
    cursor: pointer;
}

.single-a-interview-tarm > p {
    border: 1px solid rgba(12, 23, 75, 0.4);
    font-weight: 350;
    font-size: 10px;
    color: #31385b;
    padding: 2px 6px;
    cursor: pointer;
}

.f-single-occu > p {
    border: 1px solid rgba(12, 23, 75, 0.4);
    font-weight: 350;
    font-size: 10px;
    color: #31385b;
    padding: 2px 6px;
    cursor: pointer;
}

.single-top-text > p {
    font-size: 16px;
    font-weight: 300;
}

.archive-news-pb {
    padding-bottom: initial !important;
}

.select {
    color: rgba(79, 89, 101, 0.4);
}

.same-as-selected {
    color: #4f5965;
}

.one {
    color: #4f5965;
}

.single-job-img-box > img {
    width: 160px;
}

.toc_title {
    font-style: italic;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #4f5965;
    padding-bottom: 8px;
}

.toc_list {
    border: 1px solid rgba(12, 23, 75, 0.3);
    padding: 24px 40px;
    font-weight: 350;
    font-size: 16px;
    line-height: 200%;
    letter-spacing: 0.02em;
    color: #000000;
}

.single-faq ul {
    list-style: disc;
    padding-left: 24px;
    margin: 12px 0;
}

.single-job-content-box > h2 {
    background: #e1e9f1;
    border-radius: 1px;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 29px !important;
    padding: 24px;
    margin-bottom: 24px;
    letter-spacing: 0.02em !important;
    color: #000000 !important;
    text-align: left;
    margin-top: 65px;
}
.single-job-content-box > h2 > span {
    padding-top: 150px;
}
.single-job-content-box > h3 > span {
    padding-top: 60px;
}
.single-job-content-box > h3 {
    border-left: 4px solid #000000;
    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 29px !important;
    padding: 11px 0 11px 20px !important;
    margin-bottom: 32px;
    letter-spacing: 0.02em !important;
    color: #000000 !important;
    margin-top: 65px;
}
.single-job-content-box > p {
    font-weight: 350;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #000000;
}
.single-job-content-box > ul,
.single-job-content-box > ol {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 0.02em;
    color: #000000;
    margin: 12px 0;
}

.single-job-content-box > ul li {
    list-style: disc;
    margin-left: 24px;
}

.single-job-content-box > ol li {
    list-style: decimal;
    margin-left: 24px;
}

.single-job-content-box > img {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.single-job-content-box > p > img {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.single-job-content-box > h2 > img {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}
.single-job-content-box > h3 > img {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.no_bullets {
    margin-bottom: 100px;
}

.a-news__job-des {
    font-weight: 300;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.02em;
}
.a-news__job-des > p {
    font-weight: 300;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.02em;
}

.img_child {
    position: absolute !important;
    bottom: 2px !important;
    left: 2px !important;
    width: 80px !important;
    height: 80px !important;
}

.btn_submit > button {
    cursor: pointer;
}
.btn_submit > button:hover {
    opacity: 0.7;
}

.taxonomy-common {
    padding-bottom: 70px;
}
@media screen and (max-width: 968px) {
    .taxonomy-common {
        padding-bottom: 30px;
    }
}

.search-none {
    text-align: center;
    font-size: 16px;
}

.f-inter-img-sep {
    position: relative;
}

.img_child_front_inter {
    top: 95px !important;
    bottom: initial !important;
}

.wp-pagenavi {
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
}

.pagenation-consal {
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
}
.pagenation-consal > .wp-pagenavi {
    padding-top: initial;
    padding-bottom: initial;
}

.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #bfbfbf;
    padding: 4px 10.1px !important;
    margin: 5px !important;
    background-color: #fff;
    border-radius: 3px;
    transition: 0.3s;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #bfbfbf;
    padding: 4px 10.1px !important;
    margin: 5px !important;
    background-color: #fff;
    border-radius: 3px;
    transition: 0.3s;
}

.nextpostslink {
    background-color: initial !important;
    border: none !important;
    transition: 0.3s;
}
.previouspostslink {
    background-color: initial !important;
    border: none !important;
    transition: 0.3s;
}

.f-offer__pt {
    padding-top: initial !important;
}

.error {
    position: absolute;
}

.form_content > dl > dd > input {
    position: relative;
}

.form_content > dl > dd > textarea {
    position: relative;
}

.custom-select > .error {
    position: absolute;
    bottom: -25px;
}

.select-selected {
    position: relative;
    cursor: pointer;
}

#formEnd {
    margin-top: 25px;
}

/* .occupation-list .item {
    box-shadow: none;
} */

/* .occupation-list .item>a {
    filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.05));
} */

.occupation-page .sec01 .occupation-list .item {
    margin-bottom: 24px;
    padding-bottom: initial !important;
}

.f-btn-submit {
    cursor: pointer;
}
.f-btn-submit:hover {
    opacity: 0.7;
}

.f-slick-ml > .slick-dots {
    margin-left: -8.5%;
}
.f-box02 > .btnpage {
    margin-left: -17.7%;
}

@media screen and (max-width: 1100px) {
    .f-slick-ml > .slick-dots {
        margin-left: -4.5%;
    }
}
@media screen and (max-width: 1100px) {
    .f-slick-ml-consul > .slick-dots {
        margin-left: initial;
    }
}
@media screen and (max-width: 1100px) {
    .f-box02 > .btnpage {
        margin-left: -8.7%;
    }
}
@media screen and (max-width: 1100px) {
    .f-box02-consul > .btnpage {
        margin-left: initial;
    }
}

@media screen and (max-width: 1200px) {
    .header-nav-list li a {
        font-size: 12px;
        /* padding-right: 25px; */
    }
}

.fv-btn-width {
    width: 260px;
    position: relative;
    z-index: 10;
}

.try-img {
    width: 10px;
}

@media screen and (max-width: 1100px) {
    .sec03__slider .item {
        height: auto !important;
    }
}

@media screen and (max-width: 968px) {
    .style_btn01 {
        font-size: 14px;
    }
}

input {
    border-radius: 0 !important;
}

textarea {
    border-radius: 0 !important;
}

main {
    padding-top: 100px;
}
@media screen and (max-width: 1100px) {
    main {
        padding-top: initial;
    }
}

.header {
    position: fixed;
    width: 100%;
    background-color: #f4fbfd;
    z-index: 999;
}
@media screen and (max-width: 1100px) {
    .header {
        background-color: #fff;
    }
}

.sec01 .box01 .img_vector {
    left: 420px !important;
}
@media screen and (max-width: 1100px) {
    .sec01 .box01 .img_vector {
        left: 0 !important;
    }
}

.about-img-pc {
    width: 45.9% !important;
    max-width: 448px !important;
}
.about-img-sp {
    margin-left: auto;
    margin-right: -10px;
}
.about-img-sp-left {
    margin-left: -10px;
    margin-right: auto;
}

.slick-dots li button {
    padding: 3px !important;
}
.slick-dots li {
    width: 5px !important;
}
.form_content dl dt {
    font-weight: 400;
}

@media screen and (max-width: 1100px) {
    .header-nav .drawer-hamburger .icon:after {
        font-size: 10px !important;
    }
}

@media screen and (max-width: 1100px) {
    .about-btn {
        width: 326px !important;
    }
}

@media screen and (max-width: 1100px) {
    .about .sec04-cnt_left .item h4 {
        width: 130px !important;
    }
    .about .sec04-cnt_left .item p {
        max-width: 60%;
    }
    .header-box {
        height: 60px;
    }
}

@media screen and (max-width: 1100px) {
    #formEnd .list_btn_submit button {
        width: 326px !important;
        margin: auto;
    }
}

.item__cnt_about {
    padding: 14px 24px 24px !important;
}

.about .sec02_tt {
    letter-spacing: 0.02em;
}

.page-title p {
    letter-spacing: 0.02em;
}

.nav-bar {
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 60px;
}

.footer-nav-list li a {
    font-size: 14px !important;
    font-weight: 300 !important;
}

body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.occupation-list .item__cnt {
    padding: 14px 24px 24px !important;
}
.single-consultant .sec03-list .item__cnt {
    padding: 14px 24px 24px !important;
}

#formEnd .list_btn_submit button {
    background: #254ec6;
}
.about .sec02 .consult-btn {
    background: #254ec6 !important;
}
.success .sec01-cnt01-desc .consult-btn {
    background: #254ec6 !important;
}

.tag_list > p {
    color: #0c174b !important;
}
.tag_list > p > a {
    color: #0c174b !important;
}
.occupation-page .sec01 .box_tag-list .item ul li > a {
    color: #0c174b !important;
}
.item__cnt-btn > p {
    color: #0c174b !important;
}
.item__cnt-btn > p > a {
    color: #0c174b !important;
}

.f-pc {
    display: block;
    position: relative;
    z-index: 100;
    padding-bottom: initial !important;
}
@media screen and (max-width: 1100px) {
    .f-pc {
        display: none;
    }
}
.f-sp {
    display: none;
}
@media screen and (max-width: 1100px) {
    .f-sp {
        display: block;
        position: relative;
        z-index: 100;
        padding-bottom: initial !important;
    }
}

.slick-next:hover {
    border: 1px solid #0c174b;
}

.slick-prev:hover {
    border: 1px solid #0c174b;
}

.about .sec02-list .item-cnt .title {
    font-weight: 500;
}

.slick-prev {
    color: rgba(12, 23, 75, 0.35);
    border: 1px solid rgba(12, 23, 75, 0.35);
}

.slick-next {
    color: rgba(12, 23, 75, 0.35);
    border: 1px solid rgba(12, 23, 75, 0.35);
}

.f-link-df {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sec03__slider .item-cnt__des {
    font-weight: 400 !important;
}

.occupation-page .sec01 .occupation-list .item {
    background: #fff;
}

.select-items {
    cursor: pointer;
    background: #fff;
    border-left: 1px solid rgba(79, 89, 101, 0.2);
    border-right: 1px solid rgba(79, 89, 101, 0.2);
    border-bottom: 1px solid rgba(79, 89, 101, 0.2);
}

.select-items div:hover,
.same-as-selected {
    background-color: #f3fbfd;
}

.check-box > span {
    order: 0;
}

.check-box > p {
    order: 2;
}

.check-box > a {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    text-decoration-line: underline;
    color: #254ec6;
    padding-right: 5px;
    order: 1;
}

.check-box {
    /* display: flex; */
    /* justify-content: center; */
    position: relative;
    /* 2024/10/03に追加 */
    width: 90%;
    margin: 0 auto;
    line-height: 1.7;
    text-align: center;
}
.check-box label {
    display: inline-block !important;
    translate: 0 2px;
}
.check-box label input {
    margin: 0 3px 0 0 !important;
    vertical-align: bottom !important;
}

.check-box > .error {
    position: absolute;
    top: 25px;
    left: -190px;
    right: 0;
    margin: auto;
}

.p-info__text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    margin-top: 10px;
    text-align: left;
}

.p-info__title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.8;
    text-align: left;
}

.p-info__box {
    margin-top: 30px;
    text-align: left;
}

.p-info__container {
    max-width: 1440px;
    padding: 0 150px;
    margin: 0 auto;
}

@media screen and (max-width: 968px) {
    .p-info__container {
        padding: 0 30px;
    }
}

.p-info {
    margin-bottom: 120px;
}

.p-info__fw500 {
    font-weight: 500;
}

.p-info__ls {
    list-style: disc;
    margin-left: 25px;
}

.p-info__main-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 15px;
}

.p-info__mb {
    margin-bottom: 70px;
}

/* .sec01 .box02__slider .item {
	box-shadow:none!important;
}

.sec01 .box02__slider .slick-list {
	background:#fff;
	box-shadow: 0px 4px 50px rgba(0,0,0,0.05);
	-webkit-box-shadow: 0px 4px 50px rgb(0 0 0 / 5%);
} */

.sec01 .box02__slider .item {
    height: 470px !important;
    background: #fff;
}

.occupation-list .item {
    background: #fff;
}

.single-consultant .sec03-list .item {
    background: #fff;
}

.occupation-list .item__img {
    overflow: hidden;
}

.occupation-list .item__img img {
    width: 312px;
    height: 176px;
    object-fit: cover;
}

.sec01 .box02__slider .item__img {
    overflow: hidden;
}

.sec01 .box02__slider .item__img img {
    width: 312px !important;
    height: 176px !important;
    object-fit: cover !important;
}

.sec05-list .item img {
    width: 312px !important;
    height: 176px !important;
    object-fit: cover !important;
}

.sec05-list {
    width: 312px;
}

.f-inter-img-sep > a {
    display: block;
    overflow: hidden;
}

@media screen and (max-width: 968px) {
    .success .sec01-cnt01 img {
        position: initial !important;
        height: auto !important;
    }
    .f-sec01-cnt01-box {
        height: 100% !important;
        width: 100% !important;
    }
}

.secf-list .item img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

.secf-list {
    width: auto !important;
    gap: 20px !important;
    flex-wrap: wrap;
    justify-content: center;
}

.sec03__ff {
    text-align: center;
}

@media screen and (max-width: 575px) {
    .sec03__ff {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 1100px) {
    .sec05__ff {
        text-align: center;
    }
    .secf-list .item {
        width: auto;
    }
}

@media screen and (max-width: 575px) {
    .sec05__ff {
        text-align: left;
    }
}

.sec01f {
    padding-top: initial !important;
}

.item-desc .title {
    display: block;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    color: #0c174b;
    padding-bottom: 16px;
}

.footer #copyright {
    font-size: 12px !important;
    color: #000 !important;
}

.footer {
    background-color: #f4fbfd !important;
    color: #000 !important;
}

.footer-nav-list li a {
    color: #000 !important;
}

.sec03f__slider .item {
    padding: initial !important;
    height: 480px !important;
    width: 480px !important;
}

@media screen and (max-width: 1100px) {
    .sec03f__slider .item {
        width: 342px !important;
    }
    .sec03f__slider .slick-next {
        top: -8% !important;
    }
    .sec03f__slider .slick-prev {
        top: -8% !important;
        left: 80% !important;
    }
}

.itemf-desc {
    padding: 40px;
}

.sec03f__slider .item__img img {
    width: 100% !important;
    height: 250px;
    object-fit: cover;
}

@media screen and (max-width: 1100px) {
    .sec03f__slider .item__img img {
        height: 150px;
    }
}

@media screen and (max-width: 1100px) {
    .sec03f__slider {
        max-width: initial;
    }
    .sec03f__slider .item {
        height: 350px !important;
    }
}

@media screen and (max-width: 575px) {
    .sec03f__slider {
        max-width: initial;
    }
    .sec03f__slider .slick-prev {
        left: 72% !important;
    }
    .sec03__slider .slick-next {
        left: 87% !important;
    }
}

.secf {
    padding-left: initial !important;
}

.f-inter-img-intro {
    max-width: 160px;
}

.occupation-page .sec01 .occupation-list::after {
    display: block;
    content: "";
    width: 312px;
}

.single-consultant .sec03-list {
    justify-content: flex-start !important;
    gap: 15px !important;
}

/* 追加：2024/02/22  */
.single-occupation-list .wpp-shortcode {
    display: flex;
    padding-bottom: 32px;
    justify-content: center;
    gap: 24px;
    margin: 0 auto;
}

@media screen and (max-width: 968px) {
    .single-occupation-list .wpp-shortcode {
        display: block;
        padding-bottom: 0;
    }
}

/* top-kv */
.top-kv {
    padding: 24px 0 0;
}

@media screen and (min-width: 768px) {
    .top-kv {
        padding: 96px 0 40px;
    }
}

.top-kv-inner {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

.top-kv-img {
    max-width: 260px;
    margin: 0 auto;
}

@media screen and (min-width: 500px) {
    .top-kv-img {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 768px) {
    .top-kv-img {
        max-width: none;
        position: absolute;
        right: 5%;
        top: 60%;
        transform: translate(0, -50%);
        width: 80%;
    }
}

@media screen and (min-width: 1100px) {
    .top-kv-img {
        width: 90%;
        right: 0;
        left: auto;
        transform: translate(0, -50%);
    }
}

.top-kv-img img {
    width: 100%;
    height: auto;
}

.top-kv-copy-main {
    margin-top: -40px;
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .top-kv-copy-main {
        padding-left: 40px;
    }
}

@media screen and (min-width: 1100px) {
    .top-kv-copy-main {
        padding-left: 0;
    }
}

.top-kv-copy {
    font-size: 28px;
    text-align: center;
    font-weight: bold;
    line-height: 1.4;
    letter-spacing: 0.05em;
    margin-top: 16px;
}

@media screen and (min-width: 768px) {
    .top-kv-copy {
        font-size: 40px;
        text-align: left;
        margin-top: 0;
    }
}

@media screen and (min-width: 1100px) {
    .top-kv-copy {
        font-size: 50px;
    }
}

.top-kv-copy span {
    display: block;
}

.top-kv-copy-primary {
    color: #122375;
}

.top-kv-button {
    background-color: #122375;
    color: #fff !important;
    margin: 12px auto 0;
    display: block;
    width: fit-content;
    padding: 20px 24px;
    line-height: 1;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-decoration: none;
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .top-kv-button {
        padding: 20px 60px;
        font-size: 20px;
        margin: 24px 0 0;
    }
}

.top-kv-button:hover {
    text-decoration: none !important;
}

.top-kv-list-wrap {
    max-width: 530px;
    padding: 20px 24px;
    margin: 24px auto 0;
    background-color: #edf3f8;
    width: 90%;
}

@media screen and (min-width: 768px) {
    .top-kv-list-wrap {
        margin: 24px 0 0;
    }
}

.top-kv-list-title {
    font-weight: bold;
    font-size: 18px;
    color: #122375;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .top-kv-list-title {
        text-align: left;
    }
}

.top-kv-list-title span {
    display: block;
    width: fit-content;
    margin-inline: auto;
    position: relative;
}

@media screen and (min-width: 768px) {
    .top-kv-list-title span {
        display: inline;
    }
}

.top-kv-list-title span:nth-child(1) {
    padding-left: 24px;
    transform: translateX(-18px);
}

@media screen and (min-width: 768px) {
    .top-kv-list-title span:nth-child(1) {
        transform: translateX(0);
    }
}

.top-kv-list-title span:nth-child(1)::before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 2px;
    width: 14px;
    height: 8px;
    border-left: 2px solid #c52d2d;
    border-bottom: 2px solid #c52d2d;
    transform: rotate(-50deg);
}

@media screen and (min-width: 768px) {
    .top-kv-list-title span:nth-child(1)::before {
        top: 3px;
    }
}

.top-kv-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2px 15px;
    margin-top: 8px;
}

@media screen and (min-width: 768px) {
    .top-kv-list {
        justify-content: flex-start;
    }
}

.top-kv-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: bold;
    font-size: 14px;
}

.top-kv-item::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #122375;
}

/* top-kv-logo */
.top-kv-logo {
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.top-kv-logo.--sp {
    margin-top: 24px;
}

.top-kv-logo.--pc {
    display: none;
}

@media screen and (min-width: 768px) {
    .top-kv-logo.--pc {
        display: block;
    }

    .top-kv-logo.--sp {
        display: none;
    }
}

.top-kv-logo-title {
    font-size: 22px;
    font-weight: bold;
    max-width: 1100px;
    margin: 0 auto 15px;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .top-kv-logo-title {
        padding-left: 40px;
        text-align: left;
    }
}

@media screen and (min-width: 1100px) {
    .top-kv-logo-title {
        padding-left: 0;
    }
}

.top-kv-logo-list-wrap {
    display: flex;
}

@media screen and (min-width: 768px) {
    .top-kv-logo-list-wrap {
        max-width: 1100px;
        margin-inline: auto;
        padding: 0 40px;
        display: block;
    }
}

@media screen and (min-width: 1100px) {
    .top-kv-logo-list-wrap {
        padding: 0;
    }
}

.top-kv-logo-list {
    display: flex;
    animation: infinity-scroll-left 14s infinite linear 0.5s both;
}

@media screen and (min-width: 768px) {
    .top-kv-logo-list {
        animation: none;
        gap: 12px;
        display: grid;
        grid-template-columns: repeat(8, 1fr);
    }

    .top-kv-logo-list.--5rows {
        grid-template-columns: repeat(5, 1fr);
        max-width: 800px;
    }

    .top-kv-logo-list.--6rows {
        grid-template-columns: repeat(6, 1fr);
        max-width: 800px;
    }

    .top-kv-logo-list.--7rows {
        grid-template-columns: repeat(7, 1fr);
        max-width: 880px;
    }

    .top-kv-logo-list:not(:first-child) {
        display: none;
    }
}

.top-kv-logo-list img {
    width: 140px;
    height: auto;
    padding: 0 6px;
}

@media screen and (min-width: 768px) {
    .top-kv-logo-list img {
        width: 100%;
        padding: 0;
    }
}

@keyframes infinity-scroll-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

/* top-strengths */
@media screen and (min-width: 768px) {
    .top-strengths-title {
        width: 90%;
        margin-inline: auto;
        font-size: 20px !important;
    }
}

@media screen and (min-width: 1400px) {
    .top-strengths-title {
        font-size: 24px !important;
    }
}

.top-strengths-text {
    width: 80%;
    margin: 0 auto;
}

/* top-youtube */
.top-youtube {
    width: 90%;
    max-width: 697px;
    margin: 80px auto 0;
}

@media screen and (min-width: 768px) {
    .top-youtube {
        margin: 110px auto 0;
    }
}

.top-youtube-text,
.top-youtube-text02 {
    text-align: center;
}

.top-youtube-text span,
.top-youtube-text02 span {
    display: block;
}

@media screen and (min-width: 768px) {
    .top-youtube-text span,
    .top-youtube-text02 span {
        display: inline;
    }
}

.top-youtube-text {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
}

.top-youtube-text02 {
    font-size: 12px;
    margin-top: 8px;
}

.top-youtube-iframe {
    aspect-ratio: 16 / 9;
    margin-top: 32px;
}

.top-youtube-iframe iframe {
    width: 100%;
    height: 100%;
}

/* check-box */
.check-box {
    align-items: center;
}

.check-box > a {
    order: inherit !important;
}

/* サンクスページに文言追加 */
.p-thanks__text {
    margin-bottom: 32px;
}

.c-thanks-note {
    text-align: center;
    margin-bottom: 56px;
    max-width: 440px;
    margin-inline: auto;
    background-color: #e5f4f8;
    padding: 24px 16px;
    border-radius: 12px;
    line-height: 1.7;
    font-size: 14px;
}

.fixed-cta.is-hidden {
    display: none;
}

/* contact-text */
.page-contact-sp {
    margin-inline: auto;
}

.page-contact-sp .page-contact-list {
    padding-right: 0 !important;
}

.page-contact-copy {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 24px;
}

.page-contact-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-right: 40px;
}

.page-contact-list > li {
    display: grid;
    grid-template-columns: 36px 1fr;
    align-items: baseline;
    gap: 12px;
}

.page-contact-list span {
    background: #122375;
    aspect-ratio: 1/1;
    border-radius: 6px;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 20px;
}

.page-contact-list-text {
    font-weight: bold;
    font-size: 16px;
}

@media (min-width: 768px) {
    .page-contact-list-text {
        font-size: 18px;
    }
}

.page-contact-list-logo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
    margin-top: 12px;
    grid-column: 1/-1;
    max-width: 450px;
}

.page-contact-list-logo img {
    width: 100%;
    height: auto;
}

.page-contact-list-strengths {
    padding-left: 16px;
}

.page-contact-list-strengths li {
    list-style: disc;
}

.mwform-ab-39 dl {
    margin-top: -20px;
}

.mwform-ab-39 .mw_wp_form_error dl {
    margin-top: 0 !important;
}

.mwform-ab-39-page-title {
    margin-block: 20px !important;
}

@media (min-width: 1100px) {
    .mwform-ab-39-contact-cnt {
        padding: 20px 135px 0;
    }
}

.contact-cnt {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    padding: 56px 135px 0;
}
@media screen and (max-width: 968px) {
    .contact-cnt {
        display: block;
        padding: 0;
    }
}

.contact-cnt .box-right {
    padding: 0;
}

@media (min-width: 1100px) {
    .mwform-ab-39-con-desc {
        padding-top: 0px !important;
    }
}

.mwform-ab-39-con-desc .page-contact-copy {
    margin-bottom: 16px !important;
}

.mwform-ab-39-con-desc .page-contact-list {
    gap: 12px !important;
}

.mwform-ab-39-con-desc .page-contact-list-logo {
    margin-top: 0 !important;
}

/* hタグ修正時に追加 */
.top-case {
    text-align: center;
}

@media (min-width: 1101px) {
    .top-consultant {
        text-align: left;
    }
}

.about-title {
    text-align: left;
}

.offer-title {
    text-align: left;
}

@media (min-width: 1101px) {
    .interview-pick-up {
        text-align: left;
    }
}

.single-consultant {
    text-align: left;
}

.site-breadcrumbs {
    padding: 20px 24px 20px;
    line-height: 1.7;
}

.site-breadcrumbs a {
    color: rgb(53, 123, 210);
}

@media (any-hover: hover) {
    .site-breadcrumbs a:hover {
        text-decoration: underline;
    }
}

.page-title {
    margin-top: 24px !important;
}

.search-box-contents {
    position: relative;
    max-height: 150px;
    overflow: hidden;
}

.search-box-contents.expanded {
    max-height: none;
}

.show-more-button {
    /* display: block; */
    width: calc(100% + 64px);
    translate: -32px 0;
    padding: 64px 8px 12px;
    background: linear-gradient(to bottom, rgba(240, 240, 240, 0) 0%, #fff 65%);
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    border: none;
    border-radius: 0;
    margin-bottom: -20px;
    color: rgb(53, 123, 210);
    font-size: 16px;
    margin-top: -60px;
}

.show-more-button.hide-button {
    /* display: none; */
}

/* consultant */
.consultant-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px 12px;
    margin-bottom: 40px;
}

@media (min-width: 768px) {
    .consultant-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1080px) {
    .consultant-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

.consultant-item {
    position: relative;
    background-color: #fff;
    /* display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
    gap: 0; */
    display: flex;
    flex-direction: column;
    transition: 0.3s;
}

.consultant-item:hover {
    color: inherit !important;
    text-decoration: none !important;
}

.consultant-item:hover .consultant-more {
    background-color: #0c1b63;
}

/* .consultant-contents {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 4;
} */

.consultant-item img {
    width: 100%;
    height: auto;
}

.consultant-position {
    font-size: 14px;
    color: #0c174b;
    padding: 16px 16px 0;
}

.consultant-name {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    padding: 0 16px 0;
}

.consultant-name-jp {
    font-size: 24px;
    color: #0c174b;
}

.consultant-slash {
    width: 9px;
    height: auto;
}

.consultant-name-en {
    font-size: 14px;
    color: rgba(79, 89, 101, 0.6);
}

.consultant-des {
    font-size: 13px;
    line-height: 1.7;
    /* overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; */
    padding: 2px 16px 0;
    color: #0c174b;
    margin-bottom: 24px;
}

.consultant-more {
    display: block;
    width: calc(100% - 32px);
    margin-inline: auto;
    text-align: center;
    margin-top: auto;
    margin-bottom: 16px;
    font-weight: bold !important;
    font-size: 15px !important;
    color: #fff !important;
    background-color: #122375;
    padding: 12px;
    transition: 0.3s;
}

.related-interviews-title {
    margin-bottom: 40px;
    font-size: 24px;
}

.single-offer-offers {
    margin-bottom: 60px;
}

.single-offer-offers-title {
    margin-bottom: 40px;
    font-size: 24px;
}

.contact-wrapper {
    overflow: visible;
}

.select-selected {
    /* height: auto;
    padding: 8px 15px; */
}

.select-selected:after {
    /* top: 17px; */
}

.select-items div {
    padding: 8px 15px;
    height: auto;
}

@media (min-width: 768px) {
    .select-items div {
        padding: 6px 15px;
        height: auto;
    }
}

@media (min-width: 969px) {
    .o-archive-list {
        justify-content: flex-start !important;
    }
}

.single-offer-status {
    background-color: rgb(254, 225, 225);
    border: 2px solid rgb(232, 72, 72);
    font-size: 16px;
    margin-bottom: 32px;
    padding: 16px 24px;
    border-radius: 8px;
}

@media (min-width: 969px) {
    .single-offer-status {
        font-size: 18px;
    }
}

.single-offer-status-text {
    color: rgb(232, 72, 72);
    font-weight: bold;
}

.ez-toc-section,
.ez-toc-section-end {
    padding-top: 80px !important;
}

#ez-toc-container {
    background: #f0f6fd !important;
    margin-top: 40px;
    padding: 26px 20px 16px !important;
}

@media screen and (min-width: 768px) {
    #ez-toc-container {
        padding: 32px 40px 24px !important;
    }
}

#ez-toc-container .ez-toc-title {
    font-weight: bold !important;
    font-size: 20px !important;
    margin-top: 4px !important;
    translate: 0 4px;
}

#ez-toc-container a.ez-toc-toggle {
    margin-top: -4px !important;
}

#ez-toc-container .ez-toc-js-icon-con {
    background-color: #f4faff;
}

#ez-toc-container nav {
    margin-top: 8px;
}

#ez-toc-container li {
    margin-top: 6px !important;
    font-size: 16px !important;
    letter-spacing: 0.02em;
}

#ez-toc-container li a:hover {
    opacity: 1 !important;
}

.ez-toc-counter nav ul li a::before {
    margin-right: 6px !important;
}

#ez-toc-container a:visited {
    color: inherit !important;
}

.sec04-list .item-desc {
    flex-direction: column;
    gap: 8px;
}

.sec04-list .item-desc .tag_list,
.sec03-list .tag_list {
    flex-wrap: wrap;
}

.consult-btn {
    position: relative;
    z-index: 100;
}

/* tableの横スクロール対応 */
.scd_original_table_wrap {
    overflow-x: auto;
}

.scd_original_table {
    height: auto !important;
}

.scd_original_table tr,
.scd_original_table th,
.scd_original_table td {
    height: auto !important;
}

.table-scroll-message {
    margin-bottom: -24px;
}

.single-post-content iframe[src*="youtube"] {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
    border: none;
}

.single-post-content mark {
    background-color: #fffea7;
}

.single-post-content .bg-box {
    background-color: #e4ecf4;
    padding: 20px 16px;
    border-radius: 8px;
    border: 1px solid #b5d4f3;
    margin: 12px 0;
}

@media screen and (min-width: 768px) {
    .single-post-content .bg-box {
        padding: 20px 32px;
    }
}

.single-post-content .bg-box > * {
    margin: 12px 0;
    font-size: 16px;
    letter-spacing: 0.02em;
    line-height: 2;
}

.single-post-content .bg-box img {
    width: 100%;
    height: auto;
}

.single-post-content .bg-box ul,
.single-post-content .bg-box ol {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-left: 24px;
}

.single-post-content .bg-box ul {
    list-style: disc;
}

.single-post-content .bg-box ol {
    list-style: decimal;
}

/* CTAボタン共通の土台設定 */
.cta-btn-01,
.cta-btn-02,
.cta-btn-03 {
    display: inline-block;
    padding: 12px 30px;
    color: #fff !important;
    text-decoration: none !important;
    font-weight: bold;
    border-radius: 6px;
    transition: 0.3s;
    text-align: center;
    margin: 5px;
}

/* cta-btn-01：オレンジ（標準） */
.cta-btn-01 {
    background-color: #ff9900;
    border-bottom: 4px solid #cc7a00;
}
.cta-btn-01:hover {
    background-color: #ffad33;
}

/* cta-btn-02：青（資料請求など） */
.cta-btn-02 {
    background-color: #0073aa;
    border-bottom: 4px solid #005177;
}
.cta-btn-02:hover {
    background-color: #0085ba;
}

/* cta-btn-03：赤（限定・SALEなど） */
.cta-btn-03 {
    background-color: #dd3333;
    border-bottom: 4px solid #a32626;
    animation: pulse 2s infinite; /* 少し動かすなどのアレンジも可能 */
}
.cta-btn-03:hover {
    background-color: #e65555;
}

/* お知らせ一覧 */
.info-wrap {
    width: 90%;
    margin-inline: auto;
    max-width: 860px;
}

.info-list {
    margin: 0 0 40px 0;
}

.info-item {
    border-bottom: 1px solid #e0e0e0;
}

.info-item:first-child {
    border-top: 1px solid #e0e0e0;
}

.info-item a {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 24px 0;
}

@media screen and (min-width: 768px) {
    .info-item a {
        grid-template-columns: 100px 1fr;
        align-items: center;
        gap: 40px;
    }
}

.info-date {
    display: block;
    font-size: 14px;
    color: #666;
}

.info-title {
    font-weight: bold;
    text-align: left;
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
}

/* ページネーション */
.c-pagenation {
    margin-top: 40px;
}

.c-pagenation .nav-links {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.c-pagenation .page-numbers {
    width: 35px;
    height: 35px;
    display: grid;
    place-items: center;
    background-color: #d8edf3;
    font-size: 14px;
}

.c-pagenation .page-numbers:not(:first-child) {
    margin-left: 8px;
}

.c-pagenation .page-numbers.prev {
    position: relative;
}

.c-pagenation .page-numbers.prev::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(-135deg);
}

.c-pagenation .page-numbers.next {
    position: relative;
}

.c-pagenation .page-numbers.next::before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
}

.c-pagenation .page-numbers.current {
    background-color: #122375;
    color: #fff;
}

/* header */
.u-visually-hidden {
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    border: 0 !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    margin: -1px !important;
}

.l-header-margin {
    height: 68px;
}

@media screen and (min-width: 1200px) {
    .l-header-margin {
        height: 0;
    }
}

.l-header {
    height: 60px;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: #fff;
}

@media screen and (min-width: 1200px) {
    .l-header {
        height: auto;
        padding: 16px 24px;
        background-color: #f4fbfd;
    }
}

.l-header-logo {
    width: 120px;
    display: flex;
}

.l-header-logo a {
    display: flex;
}

.l-header-logo img {
    width: 100%;
}

.l-header-menu {
    border: none;
    background-color: inherit;
    margin: 0;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    background-color: #262626db;
}

.l-header-menu::backdrop {
    display: none;
}

.l-header-menu[open] {
    display: flex;
    flex-direction: column;
    background-color: #122375;
}

@media screen and (min-width: 1200px) {
    .l-header-menu {
        display: block;
        position: static;
        width: auto;
        height: auto;
        background-color: inherit;
    }
}

.l-header-menu-nav {
    width: 100%;
    padding: 32px 40px 24px;
}

@media screen and (min-width: 1200px) {
    .l-header-menu-nav {
        width: auto;
        padding: 0;
        background-color: transparent;
    }
}

.l-header-menu-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
}

@media screen and (min-width: 1200px) {
    .l-header-menu-list {
        flex-direction: row;
        align-items: center;
        gap: 20px;
    }
}

.l-header-menu-item a {
    color: #fff;
    font-size: 18px;
    text-align: right;
    display: block;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}

@media screen and (min-width: 1200px) {
    .l-header-menu-item a {
        color: inherit;
        font-size: inherit;
        text-align: left;
    }
}

.l-header-menu-item a:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/icon.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (min-width: 1200px) {
    .l-header-menu-item a:before {
        display: none;
    }
}

.l-header-menu-item:last-child a {
    padding: 20px 32px;
    color: #122375;
    background: #ffffff;
    text-align: center;
    justify-content: center;
}

@media screen and (min-width: 1200px) {
    .l-header-menu-item:last-child a {
        padding: 12px 32px;
        color: #ffffff;
        background: #122375;
    }
}

.l-header-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    height: 60px;
    padding: 0 24px;
    position: relative;
    flex-shrink: 0;
}

@media screen and (min-width: 1200px) {
    .l-header-menu-header {
        display: none;
    }
}

.l-header-menu-button,
.l-header-menu-close-button {
    background-color: #122375;
    text-transform: uppercase;
    position: absolute;
    right: 0;
    top: 0;
    aspect-ratio: 1/1;
    height: 100%;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
}

@media screen and (min-width: 1200px) {
    .l-header-menu-button,
    .l-header-menu-close-button {
        display: none;
    }
}

.l-header-menu-button p,
.l-header-menu-close-button p {
    font-style: italic;
    font-size: 12px;
    line-height: 1;
}

.l-header-menu-button-icon,
.l-header-menu-close-button-icon {
    display: block;
    width: 24px;
    height: 24px;
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #fff;
}

.l-header-menu-button-icon {
    mask-image: url("../images/icon-menu.svg");
}

.l-header-menu-close-button-icon {
    mask-image: url("../images/icon-close.svg");
}

/* TOP */
.top-special-interview {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    width: 95%;
    margin-inline: auto;
    max-width: 1200px;
    margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
    .top-special-interview {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1080px) {
    .top-special-interview {
        grid-template-columns: repeat(3, 1fr);
    }
}

.top-special-interview-item-title {
    margin: 12px 0;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.02em;
    text-decoration-line: underline;
    color: #0c174b;
}

.top-special-interview .item {
    width: auto !important;
    height: auto !important;
}

.top-special-interview-img img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 312/176;
    object-fit: cover;
}

.top-success-case {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    width: 95%;
    margin-inline: auto;
    max-width: 1200px;
    margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
    .top-success-case {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1080px) {
    .top-success-case {
        grid-template-columns: repeat(4, 1fr);
    }
}

.top-success-case-wrap {
    padding: 0 !important;
    margin-top: 80px;
}

.sec01 .box02__slider.top-success-case .item {
    width: 100% !important;
    height: auto !important;
}

.sec01 .box02__slider.top-success-case .top-success-case-img img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 513/311;
    object-fit: cover;
}

.f-box02 > .btnpage.top-success-case-btn {
    margin-left: 0;
}

.top-consultant {
    padding-left: 0 !important;
    width: 95%;
    margin-inline: auto;
    max-width: 1200px;
}

.top-consultant h2 {
    text-align: center;
}

.top-consultant-list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
    .top-consultant-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1080px) {
    .top-consultant-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

.top-consultant-list {
    max-width: none;
}

.top-consultant-list .item {
    width: auto !important;
    height: auto !important;
    margin-left: 0;
}

.f-box02 > .btnpage.top-consultant-btn {
    margin-left: 0;
}

.top-company-analysis {
    padding-left: 0;
    width: 95%;
    margin-inline: auto;
    max-width: 1200px;
}

.top-company-analysis h2 {
    text-align: center;
}

.top-company-analysis-list {
    width: auto;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
    margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
    .top-company-analysis-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width: 1080px) {
    .top-company-analysis-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

.top-company-analysis-list .item {
    width: auto !important;
    height: auto !important;
}

.top-company-analysis-list .item img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 312/176;
    object-fit: cover;
}

.top-company-analysis-list .item a {
    display: block;
}
