@charset "utf-8";

/* CSS Document */

/* =======================================

   BrowserReset

 ======================================= */
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,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    font-family: inherit;
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    word-wrap: break-word;
    border: 0;
    outline: 0;
}

header,
article,
aside,
section,
footer,
nav,
menu,
details,
hgroup,
summary {
    display: block;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 100%;
    scroll-behavior: smooth;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

body {
    font-family: '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #222222;
    background: #ffffff;
    overflow-wrap: break-word;
    line-height: 1.6;
}


@media screen and (max-width: 767px) {
    body {

        font-size: 1.4rem;
    }
}

img {
	width: 100%;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
    -webkit-backface-visibility: hidden;
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
}

a:link,
a:visited,
a:active,
a:hover {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-decoration: none;
    outline-width: 0;
    color: inherit;

}

a:focus {
    overflow: hidden;
}

a[href^="tel:"] {
    cursor: default;
}

canvas,
iframe,
video,
svg {
    max-width: 100%;
}

ol,
ul {
    list-style: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

input,
button,
textarea,
select {
    font-family: '游ゴシック', 'YuGothic', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic', Verdana, Arial, Helvetica, sans-serif;
    font-size: 100%;
    font-size: 16px;
    position: relative;
    top: -1px;
    margin: 0;
    margin: 0 4px 2px 0;
    padding: 0;
    vertical-align: middle;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;

    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    *margin-right: 3px;
}

.mv {
    position: relative;
}

.mv_btn {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 10%;
}

.area_0 {
    background-color: #112d5c;
    text-align: center;
    padding: 0 0 20px;
}

.area_1 {
    background-color: #FFFFFF;
    text-align: center;
    margin: 3rem auto 3rem;
    width: 90%;
    background-color: #fff;
    border-radius: 5px;
}

.logo_2 {
    margin: 0 9% 20px;
    width: 82%;
}

.cv_box {
    position: relative;
}

.btn_column {
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: space-between;
    margin: 0 9%;
}

.btn {
    width: 48%;
}

.tx_2 {
    width: 70%;
    margin-top: 25px;
}

.link_column {
    display: flex;
    flex-wrap: wrap;
    margin: 0 3%;
    justify-content: space-between;
}

.link_box {
    width: 48%;
    margin-top: 20px;
}

.link_lastbox {
    margin: 20px 9% 0;
    width: 82%;
}

.area_2 {
    background-color: #586c8d;
    padding: 20px 0 30px;
}

#view_5.out_box {
    border-radius: 5px;
}

.area_2 .box,
.area_3 .box {
    margin: 0 4%;
    padding: 4%;
    width: 92%;
    background-color: #fff;
    border-radius: 5px;
}

.box+.box {
    margin-top: 20px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
}

.modal img {
    max-width: 90%;
    max-height: 90%;
}


/*====================================

    font

====================================*/
@font-face {
    font-family: 'icon';
    src: url('../font/icon.eot?5n3q9r');
    src: url('../font/icon.eot?5n3q9r#iefix') format('embedded-opentype'),
        url('../font/icon.ttf?5n3q9r') format('truetype'),
        url('../font/icon.woff?5n3q9r') format('woff'),
        url('../font/icon.svg?5n3q9r#icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.icon-serch:before {
    content: "\e90d";
}

.icon-mail:before {
    content: "\e90c";
}

.icon-pc:before {
    content: "\e90e";
}

.icon-arrow-left-thin:before {
    content: "\e906";
}

.icon-arrow-right-thin:before {
    content: "\e90b";
}

.icon-tab:before {
    content: "\e907";
}

.icon-tab-thin:before {
    content: "\e908";
}

.icon-download:before {
    content: "\e909";
}

.icon-download-thin:before {
    content: "\e90a";
}

.icon-arrow-down:before {
    content: "\e903";
}

.icon-arrow-left:before {
    content: "\e904";
}

.icon-arrow-top:before {
    content: "\e905";
}

.icon-arrow-right:before {
    content: "\e900";
}

.icon-page_top:before {
    content: "\e901";
}

.icon-tel:before {
    content: "\e902";
}



.tx_box {
    margin: 0 4%;
    padding: 4%;
    width: 92%;
    background-color: #a1800d;
    cursor: pointer;
    position: relative;
}

.tx_7 {
    width: 85%;
    display: block;
    margin: 1rem auto 2rem;
}

.tx_77 {
    width: 45%;
    display: block;
    margin: 1rem auto 2rem;
}

.tx_99 {
    width: 100%;
    display: block;
    margin: 3rem auto 0;
}

.tx_88 {
    width: 93%;
    display: block;
    margin: 0 auto 3rem;
}

.tx_10,
.tx_9 {
    width: 25%;
    text-align: center;
}

.tx_10 {
    width: 35%;
}

.tx_11 {
    width: 80%;
    text-align: center;
}

.toggle-btn {
    font-size: 24px;
    font-weight: bold;
    margin-left: 10px;
    position: absolute;
    right: 5%;
    top: 17%;
    color: #fff;
}

.area_3 .box {
    border-radius: 0;
    display: block;
    border-radius: 5px;
}

.area_3 .detail_box+.detail_box {
    margin-top: 25px;
}

.area_4 {
    background-color: #112d5c;
    padding: 20px 0
}

.tx_cv {
    margin: 0 9% 20px;
    width: 82%;
}

.area_4 .btn_column {
    position: static;
}

.area_5 {
    padding: 20px 7%;
    text-align: center;
}

.tx_12 {
    width: 35%;
    margin-top: 2rem;
}

.logo_1 {
    width: 80%;
    margin-top: 20px;
}

.area_5 .box {
    margin-top: 20px;
}

.tx_13 {
    width: 65%;
    margin-top: 40px;
}


/** add casestudylist **/
.labelList {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2rem auto;
}

.labelList>li {
    padding: 0.8rem;
}

.label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #F0F3F5;
    padding: 1.2rem;
    font-size: 1.2rem;
    border-radius: 0.4rem;
    font-weight: bold;
}

a.label.current {
    background: #004BB1;
    color: #fff;
}

.ajax_bloc_wrap {
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 4rem 1rem 1rem;
    background: #DBD5B2;
    margin: 2rem auto 0;
}

.ajax_bloc_wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-50%, -0.1rem);
    border: 3rem solid transparent;
    border-top: 3rem solid #fff;
}

.alit-c {
    align-items: center;
}

.jc-c {
    justify-content: center;
}

.flex_bloc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
}

.ttl-h4-style02 {
    font-size: 1.8rem;
    padding: 1.0rem;
    color: #112D5C;
    font-weight: bold;
}

.alit-fs {
    align-items: flex-start;
}

.jc-sb {
    justify-content: space-between;
}

.flex_bloc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
}

.case_detail_area_full {
    display: block;
    width: 100%;
    margin: 2rem 0 0;
}

.case_detail_area_full .case_detail_info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #ccc;
}

.case_detail_info dt {
    background: #8C95B1;
    width: 100%;
    color: #fff;
    padding: 1rem;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 90%;
}

.case_detail_info dd {
    background: #fff;
    width: 100%;
    padding: 1rem 2rem;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #ccc;
    font-size: 90%;
}

.cdi_industry {
    display: block;
    font-weight: bold;
    box-sizing: border-box;
    position: relative;
}

.idty-p_miniwrap {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
    align-items: center;
}

.idty-arrow {
    transform: rotate(90deg);
}

.idty-arrow {
    content: '';
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 4rem;
    height: 4rem;
    margin: 0 1rem;
}

.idty-arrow:before {
    content: '';
    display: block;
    right: 0.8rem;
    top: 50%;
    width: 0;
    height: 0;
    position: absolute;
    box-sizing: border-box;
    transform: translate(0, -50%);
    border: 1rem solid transparent;
    border-left: 1rem solid #1d2c5b;
    border-right: none;
}

.idty-arrow:after {
    content: '';
    display: block;
    left: 0.5rem;
    top: 50%;
    height: 0.5rem;
    width: 2.05rem;
    background: #1d2c5b;
    position: absolute;
    box-sizing: border-box;
    transform: translate(0, -50%);
}

.reload_gerne {
    color: #112D5C !important;
    font-weight: bold;
    display: inline-block;
    width: fit-content;
    box-sizing: border-box;
    position: relative;
    padding-left: 1.6rem;
}

.reload_gerne>img {
    display: inline-block;
    width: auto;
    height: 1.6rem;
    vertical-align: -0.225rem;
    padding-left: 0.2rem;
}

.reload_gerne:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%) rotate(45deg);
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.2rem solid #112D5C !important;
    border-right: 0.2rem solid #112D5C !important;
}



/* =====================
  prev next custom
===================== */
.slick-prev,
.slick-next {
    font-family: 'icon';
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 55%;
    display: block;
    height: 100%;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
}

.slick-prev:before,
.slick-next:before {
    font-size: 5.0rem;
    line-height: 1;
    color: #707F89;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -72px;
}

.slick-next {
    right: -72px;
}

.slick-next:before {
    line-height: 0;
    content: '\e90b';
}

.slick-prev:before {
    line-height: 0;
    content: '\e906';
}

@media screen and (max-width: 1140px) {
    .slick-prev {
        left: -24px;
    }

    .slick-next {
        right: -24px;
    }
}

@media screen and (max-width: 767px) {

    .slick-prev:before,
    .slick-next:before {
        font-size: 3.0rem;
    }

    .slick-prev {
        left: -16px;
    }

    .slick-next {
        right: -16px;
    }
}

.bloc_w50 {
    width: 50%;
}

p.catch_message {
    font-size: 2.4rem;
    color: #1d2c5b;
    font-weight: bold;
}

.catch_pointlist {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.catch_pointlist li {
    display: flex;
    flex-wrap: wrap;
    color: #1d2c5b;
    width: 100%;
    padding: 0.5rem 0.5rem 0.25rem 2.4rem;
    background: #fff;
    margin: 1.6rem 0;
    font-weight: bold;
    box-sizing: border-box;
    position: relative;
}

.catch_pointlist li:first-child,
.catch_pointlist li:last-child {
    margin: 0;
}

.catch_pointlist li .svgicon {
    width: 1.6rem;
    height: 1.6rem;
}

.catch_pointlist li .inner_txt {
    font-size: 1.8rem;
    width: calc(100% - 1.6rem);
    box-sizing: border-box;
    padding: 0 0 0 2rem;
}


@media screen and (max-width: 767px) {
    .cont-inner_wrap_outer {
        padding: 6rem 2rem;
    }

    .ajax_bloc_wrap {
        padding: 6rem 2rem 2rem;
    }

    .idty-p_miniwrap {
        justify-content: center;
    }

    .idty-arrow {
        transform: rotate(90deg);
    }

    .idty-p {
        display: flex;
        flex-wrap: wrap;
    }

    .idty-p_miniwrap>.idty-p {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
}

#view_1 img.box {
    margin: 0 auto 2rem;
}

/* =======================================

   form

 ======================================= */


/* =====================
  formArea
===================== */
#form {
    padding: 24px;
}

#contact .formArea {
    font-size: 2.0rem;
    line-height: 1.2;
    padding: 10px 40px 45px;
    background: #f5f5f5;
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
}

#contact .formArea input[type="submit"] {
    cursor: pointer;
    width: 100%;
    padding: 10px 30px 10px 45px;
}

#contact .formArea input[type="button"] {
    cursor: pointer;
    width: 100%;
    padding: 10px 30px 10px 45px;
}

#contact .formArea-ttl {
    font-family: 'Notoserif', serif;
    font-size: 3.8rem;
    font-weight: 500;
    text-align: center;
    color: #1e2d5b;
}

#contact .formArea-ttl-sub {
    font-size: 2.0rem;
    text-align: center;
    color: #1e2d5b;
    margin-top: 5px;

}

.formTxt-sub {
    margin-bottom: 10px;
}

.formTxt {
    margin-bottom: 15px;
}

#contact .formArea .btn-common {
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#contact .formArea .btn-sizeL {
    padding: 0;
}

#contact .formArea .btn-common input[type="submit"] {
    color: #1e2d5b;
    font-size: 2.6rem;
}

#contact .formArea .btn-common:hover input[type="submit"] {
    color: #fff;
}

#contact .formArea .btn-em input[type="submit"] {
    color: #8e1c31;
    font-size: 2.6rem;
}

#contact .formArea .btn-em:hover input[type="submit"] {
    color: #fff;
}

#contact .formArea .btn-out input[type="submit"] {
    color: #ccc;
}

#contact .formArea .btn-out:hover input[type="submit"] {
    color: #fff;
}


#contact .formArea .btn-common input[type="button"] {
    color: #1e2d5b;
    font-size: 2.6rem;
}

#contact .formArea .btn-common:hover input[type="button"] {
    color: #fff;
}

#contact .formArea .btn-em input[type="button"] {
    color: #8e1c31;
    font-size: 2.6rem;
}

#contact .formArea .btn-em:hover input[type="button"] {
    color: #fff;
}

#contact .formArea .btn-out input[type="button"] {
    color: #ccc;
}

#contact .formArea .btn-out:hover input[type="button"] {
    color: #fff;
}



@media screen and (max-width: 767px) {
    #contact .formArea {
        font-size: 16px;
        margin-top: 0;
        padding: 30px 10px 20px;
    }

    #contact .formArea-ttl {
        font-size: 2.4rem;
    }

    #contact .formArea-ttl-sub {
        font-size: 1.4rem;
    }

    #form {
        margin-top: 0;
        padding: 24px 0;
    }
}

/* =====================
  formList
===================== */
#contact .formList {
    padding: 20px 0 10px;
    font-size: 1.6rem;
    border-bottom: 1px solid #CDD6DD;
}

#contact .formList>li {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;

    -js-display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#contact .formList>li:nth-child(n+4) {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#contact .formList>li:nth-child(6) {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#contact .formList>li:nth-child(n+7) {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#contact .formList>li:first-child {
    border-top: 1px solid #ccc;
}

#contact .formList>li:last-child {
    border-bottom: none;
}

#contact .formTtl {
    position: relative;
    width: 24%;
    margin-right: 20px;
    line-height: 1.4;
    font-weight: bold;
}

#contact .formTtl:after {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1em;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    content: '任意';
    color: #fff;
    background: #707F89;
}

#contact .formTtl.required:after {
    content: '必須';
    background: #FF7F00;
}

#contact .formItem {
    width: 76%;
    padding-left: 5px;
}

#contact .formItem .row {
    margin: 0 auto;
}

#contact .formBg {
    font-size: 16px;
    width: 100%;
    height: 50px;
    text-indent: 5px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
}

input[type='text'],
input[type='password'] {
    font-size: 16px;
    width: 100%;
    height: 48px;
    margin-top: 1px;
    border-radius: 4px;
}

/** add casestudylist **/
.labelList {
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 2rem auto;
}

.labelList>li {
    padding: 0.8rem;
}

.label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #F0F3F5;
    padding: 1.2rem;
    font-size: 1.2rem;
    border-radius: 0.4rem;
    font-weight: bold;
}

a.label.current {
    background: #004BB1;
    color: #fff;
}

.ajax_bloc_wrap {
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding: 4rem 1rem 1rem;
    background: #DBD5B2;
    margin: 2rem auto 0;
}

.ajax_bloc_wrap:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-50%, -0.1rem);
    border: 3rem solid transparent;
    border-top: 3rem solid #fff;
}

.alit-c {
    align-items: center;
}

.jc-c {
    justify-content: center;
}

.flex_bloc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
}

.ttl-h4-style02 {
    font-size: 1.8rem;
    padding: 1.0rem;
    color: #112D5C;
    font-weight: bold;
}

.alit-fs {
    align-items: flex-start;
}

.jc-sb {
    justify-content: space-between;
}

.flex_bloc {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    box-sizing: border-box;
}

.case_detail_area_full {
    display: block;
    width: 100%;
    margin: 2rem 0 0;
}

.case_detail_area_full .case_detail_info {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
    border: 1px solid #ccc;
}

.case_detail_info dt {
    background: #8C95B1;
    width: 100%;
    color: #fff;
    padding: 1rem;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 90%;
}

.case_detail_info dd {
    background: #fff;
    width: 100%;
    padding: 1rem 2rem;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #ccc;
    font-size: 90%;
}

.cdi_industry {
    display: block;
    font-weight: bold;
    box-sizing: border-box;
    position: relative;
}

.idty-p_miniwrap {
    width: 100%;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    position: relative;
    align-items: center;
}

.idty-arrow {
    transform: rotate(90deg);
}

.idty-arrow {
    content: '';
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 4rem;
    height: 4rem;
    margin: 0 1rem;
}

.idty-arrow:before {
    content: '';
    display: block;
    right: 0.8rem;
    top: 50%;
    width: 0;
    height: 0;
    position: absolute;
    box-sizing: border-box;
    transform: translate(0, -50%);
    border: 1rem solid transparent;
    border-left: 1rem solid #1d2c5b;
    border-right: none;
}

.idty-arrow:after {
    content: '';
    display: block;
    left: 0.5rem;
    top: 50%;
    height: 0.5rem;
    width: 2.05rem;
    background: #1d2c5b;
    position: absolute;
    box-sizing: border-box;
    transform: translate(0, -50%);
}

.reload_gerne {
    color: #112D5C !important;
    font-weight: bold;
    display: inline-block;
    width: fit-content;
    box-sizing: border-box;
    position: relative;
    padding-left: 1.6rem;
}

.reload_gerne>img {
    display: inline-block;
    width: auto;
    height: 1.6rem;
    vertical-align: -0.225rem;
    padding-left: 0.2rem;
}

.reload_gerne:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%) rotate(45deg);
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.2rem solid #112D5C !important;
    border-right: 0.2rem solid #112D5C !important;
}


.bloc_w50 {
    width: 50%;
}

p.catch_message {
    font-size: 2.4rem;
    color: #1d2c5b;
    font-weight: bold;
}

.catch_pointlist {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.catch_pointlist li {
    display: flex;
    flex-wrap: wrap;
    color: #1d2c5b;
    width: 100%;
    padding: 0.5rem 0.5rem 0.25rem 2.4rem;
    background: #fff;
    margin: 1.6rem 0;
    font-weight: bold;
    box-sizing: border-box;
    position: relative;
}

.catch_pointlist li:first-child,
.catch_pointlist li:last-child {
    margin: 0;
}

.catch_pointlist li .svgicon {
    width: 1.6rem;
    height: 1.6rem;
}

.catch_pointlist li .inner_txt {
    font-size: 1.8rem;
    width: calc(100% - 1.6rem);
    box-sizing: border-box;
    padding: 0 0 0 2rem;
}


@media screen and (max-width: 767px) {
    .cont-inner_wrap_outer {
        padding: 6rem 2rem;
    }

    .ajax_bloc_wrap {
        padding: 6rem 2rem 2rem;
    }

    .idty-p_miniwrap {
        justify-content: center;
    }

    .idty-arrow {
        transform: rotate(90deg);
    }

    .idty-p {
        display: flex;
        flex-wrap: wrap;
    }

    .idty-p_miniwrap>.idty-p {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .adviser_list {
        padding: 4rem 1rem;
    }

    .adviser_list_item {
        width: 100%;
    }
}

#view_1 img.box {
    margin: 0 auto 4rem;
}

#view_3 img.box {
    margin: 0 auto 4rem;
}

.cv {
    display: inline-block;
    margin: 3rem auto 0;
}

.area_2 .detail_box {
    margin: 2rem auto;
}

.area_3 {
    background: rgb(17, 45, 92);
    background: linear-gradient(180deg, rgba(17, 45, 92, 1) 0%, rgba(64, 88, 100, 1) 100%);
    padding-bottom: 20px;
}

#view_4.area_2 .detail_box {
    margin: 1rem auto 6rem;
}
#view_4.area_2 .detail_box_b3rem {
    margin: 1rem auto 3rem;
}

/* =======================================

   form

 ======================================= */


/* =====================
  formArea
===================== */
#form {
    padding: 24px;
}

#contact .formArea {
    font-size: 2.0rem;
    line-height: 1.2;
    padding: 10px 40px 45px;
    background: #f5f5f5;
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
}

#contact .formArea input[type="submit"] {
    cursor: pointer;
    width: 100%;
    padding: 10px 30px 10px 45px;
}

#contact .formArea input[type="button"] {
    cursor: pointer;
    width: 100%;
    padding: 10px 30px 10px 45px;
}

#contact .formArea-ttl {
    font-family: 'Notoserif', serif;
    font-size: 3.8rem;
    font-weight: 500;
    text-align: center;
    color: #1e2d5b;
}

#contact .formArea-ttl-sub {
    font-size: 2.0rem;
    text-align: center;
    color: #1e2d5b;
    margin-top: 5px;

}

.formTxt-sub {
    margin-bottom: 10px;
}

.formTxt {
    margin-bottom: 15px;
}

#contact .formArea .btn-common {
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#contact .formArea .btn-sizeL {
    padding: 0;
}

#contact .formArea .btn-common input[type="submit"] {
    color: #1e2d5b;
    font-size: 2.6rem;
}

#contact .formArea .btn-common:hover input[type="submit"] {
    color: #fff;
}

#contact .formArea .btn-em input[type="submit"] {
    color: #8e1c31;
    font-size: 2.6rem;
}

#contact .formArea .btn-em:hover input[type="submit"] {
    color: #fff;
}

#contact .formArea .btn-out input[type="submit"] {
    color: #ccc;
}

#contact .formArea .btn-out:hover input[type="submit"] {
    color: #fff;
}


#contact .formArea .btn-common input[type="button"] {
    color: #1e2d5b;
    font-size: 2.6rem;
}

#contact .formArea .btn-common:hover input[type="button"] {
    color: #fff;
}

#contact .formArea .btn-em input[type="button"] {
    color: #8e1c31;
    font-size: 2.6rem;
}

#contact .formArea .btn-em:hover input[type="button"] {
    color: #fff;
}

#contact .formArea .btn-out input[type="button"] {
    color: #ccc;
}

#contact .formArea .btn-out:hover input[type="button"] {
    color: #fff;
}



@media screen and (max-width: 767px) {
    #contact .formArea {
        font-size: 16px;
        margin-top: 0;
        padding: 30px 10px 20px;
    }

    #contact .formArea-ttl {
        font-size: 2.4rem;
    }

    #contact .formArea-ttl-sub {
        font-size: 1.4rem;
    }

    #form {
        margin-top: 0;
        padding: 24px 0;
    }
}

/* =====================
  formList
===================== */
#contact .formList {
    padding: 20px 0 10px;
    font-size: 1.6rem;
    border-bottom: 1px solid #CDD6DD;
}

#contact .formList>li {
    display: flex;
    display: -ms-flexbox;
    display: -webkit-flex;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;

    -js-display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#contact .formList>li:nth-child(n+4) {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#contact .formList>li:nth-child(6) {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

#contact .formList>li:nth-child(n+7) {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#contact .formList>li:first-child {
    border-top: 1px solid #ccc;
}

#contact .formList>li:last-child {
    border-bottom: none;
}

#contact .formTtl {
    position: relative;
    width: 24%;
    margin-right: 20px;
    line-height: 1.4;
    font-weight: bold;
}

#contact .formTtl:after {
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1em;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    content: '任意';
    color: #fff;
    background: #707F89;
}

#contact .formTtl.required:after {
    content: '必須';
    background: #FF7F00;
}

#contact .formItem {
    width: 76%;
    padding-left: 5px;
}

#contact .formItem .row {
    margin: 0 auto;
}

#contact .formBg {
    font-size: 16px;
    width: 100%;
    height: 50px;
    text-indent: 5px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
}

#contact input[type='text'],
#contact input[type='password'] {
    font-size: 16px;
    width: 100%;
    height: 48px;
    margin-top: 1px;
    border-radius: 4px;
}

#contact textarea {
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    text-indent: 5px;
    font-size: 16px;
    height: 200px;
    width: 100%;
    padding: 10px 0;
}


@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
    #contact .formTtl:after {
        padding: 6px 6px 2px;
    }
}


@media screen and (max-width: 767px) {
    #contact .formList {
        padding-top: 0;
    }

    #contact .formList>li {
        flex-direction: column;
        border-bottom: none;

        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #contact .formList>li:nth-child(6) {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #contact .formTtl {
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
        padding-right: 45px;
    }

    #contact .formItem {
        width: 100%;
        padding-left: 0;
        border-top: 1px solid #ccc;
        padding-top: 20px;
    }
}



@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
    #contact .formTtl:after {
        padding: 6px 6px 2px;
    }
}


@media screen and (max-width: 767px) {
    #contact .formList {
        padding-top: 0;
    }

    #contact .formList>li {
        flex-direction: column;
        border-bottom: none;

        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #contact .formList>li:nth-child(6) {
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    #contact .formTtl {
        width: auto;
        margin-right: 0;
        margin-bottom: 10px;
        padding-right: 45px;
    }

    #contact .formItem {
        width: 100%;
        padding-left: 0;
        border-top: 1px solid #ccc;
        padding-top: 20px;
    }
}

/* =====================
  slick
===================== */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    display: -ms-flexbox;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.slick-slide {
    display: none;
    height: 100%;
    min-height: 1px;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

/* =====================
  prev next custom
===================== */
.slick-prev,
.slick-next {
    font-family: 'icon';
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 55%;
    display: block;
    height: 100%;
    padding: 0;
    cursor: pointer;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 10;
}

.slick-prev:before,
.slick-next:before {
    font-size: 5.0rem;
    line-height: 1;
    color: #707F89;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -72px;
}

.slick-next {
    right: -72px;
}

.slick-next:before {
    font-family: 'icon';
    line-height: 0;
    content: '\e90b';
}

.slick-prev:before {
    font-family: 'icon';
    line-height: 0;
    content: '\e906';
}

@media screen and (max-width: 1140px) {
    .slick-prev {
        left: -24px;
    }

    .slick-next {
        right: -24px;
    }
}

@media screen and (max-width: 767px) {

    .slick-prev:before,
    .slick-next:before {
        font-size: 3.0rem;
    }

    .slick-prev {
        left: -16px;
    }

    .slick-next {
        right: -16px;
    }
}