@charset "UTF-8";
/* ****************************
*
*   全ページ共通のベースCSS
*
* *********************************** */

/* ****************************
*
*    Ire's CSS Reset & Base
*
* *********************************** */
/* Reset margin, padding, border
* *********************************** */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead {
margin: 0;
padding: 0;
border: 0;
}

tr, th, td {
margin: 0;
padding: 0;
}


/*スマホで勝手に文字が大きくなる対策*/

body {
text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
-ms-text-size-adjust: 100%;/*EgdeMobile*/
-moz-text-size-adjust: 100%;/*firefox*/
}

/*Android／Chromeのバグ*/

/*pのテキストが大きい場合*/
p {
max-height: 100%;
}

/*h1～h5のテキストが大きい場合*/
h1,h2,h3,h4,h5 {
max-height: 100%;
}

/*スマホで勝手に文字が大きくなる対策 end*/


/* 診断コンテンツ */

h1, h2, h3, h4, p, dl, dt, dd, a, li, div, span {
font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", sans-serif;
text-align: center;
}

b, strong, .bold {
font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",sans-serif;
text-align: center;
}

.shindan_container {
width: 680px;
height: 900px;
margin: 0 auto;
}


/* スタート画面 */
.shindan_bg {
position: relative;
background-image: url(/shindan/img/bg_shindan_01.png);
background-repeat: no-repeat;
}

.shindan_area .shindan_head {
position: relative;
height: 280px;
}

.shindan_head p {
position: relative;
top: 60px;
font-size: 25px;
color: #f550a6;
font-weight: bold;
margin: 0 0 0;
}

.shindan_head h2 {
position: relative;
top: 84px;
font-size: 70px;
color: #f550a6;
margin: 0;
}

.shindan_head h2 span  {
background: linear-gradient(transparent 70%, #fff833 0%) !important;
}

.shindan_head h2 span:after {
content: "\f002";
font-family: FontAwesome;
font-size: 60px;
margin-left: 15px;
}

.shindan_area .txt1 {
font-size: 30px;
font-weight: bold;
color: #f550a6;
margin: 130px 0 10px;
}

.shindan_area .txt1 p:before {
display: inline-block;
width: 40px;
height: 10px;
content: '';
top: -10px;
left: -10px;
position: relative;
border-top: 2px solid #f550a6;
transform: rotateZ(45deg);
transform-origin: left center;
}

.shindan_area .txt1 p:after {
display: inline-block;
width: 40px;
height: 10px;
content: '';
top: 10px;
left: -10px;
position: relative;
border-top: 2px solid #f550a6;
transform: rotateZ(135deg);
transform-origin: right center;
margin-left: -30px;
}

.shindan_area .shindan_start_btn {
display: flex;
justify-content: center;
align-items: center;
width: 410px;
height: 100px;
margin: 0 auto;
margin-bottom: 20px;
background: #f550a6;
border-radius: 50px;
border-bottom: 5px solid #ff9d08 ;
font-size: 48px;
font-weight: bold;
text-decoration: none;
color: #fffb90 !important;
}

.shindan_area .shindan_start_btn:hover {
    opacity: 0.8;
}

.shindan_area .shindan_start_btn p:after {
content: "\f105";
font-family: FontAwesome;
font-size: 60px;
margin-left: 15px;
}

.shindan_area .txt2 {
font-size: 25px;
color: #313131;
line-height: 1.6;
}

.footer_container {
    width: 680px;
    height: 50px;
    margin: 0 auto;
    line-height: 50px;
    background-color: #fccae4;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #fcd3e9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #fcd3e9),color-stop(.75, #fcd3e9), color-stop(.75, transparent),to(transparent));
    -webkit-background-size: 7px 7px;
}

.footer_container a {
    color: #fff;    
    text-decoration: none;
    font-size: 20px;
}

/* スタート画面 end */



/* 質問画面 */

.shindan_qa {
background: #feedf6;
padding-top: 50px;
height: auto;
}

/* ステッププログレスバー */
.pro_wrap {
width: 540px;
height: 110px;
margin: 0 auto;
background-color: #fff;   
}

.pro_wrap .txt {
margin: 0;
padding: 10px 0 10px;
color: #f773b8;
font-size: 17px;
}

.progressbar {
margin: 0;
padding: 0;
counter-reset: step;
z-index: 0;
position: relative;
width: 100%;
display: flex;
justify-content: space-between;
}

.progressbar li {
list-style-type: none;
    /*width: 16%;*/
    /*5つ*/
/*    width: 20%;*/
    /*4つ*/
    width: 25%;
font-size: 18px;
position: relative;
text-align: center;
text-transform: uppercase;
color: #aaa;
}

.progressbar li:before {
width: 40px;
height: 40px;
content: counter(step);
counter-increment: step;
line-height: 40px;
display: block;
text-align: center;
margin: 0 auto 10px auto;
border-radius: 50%;
background-color: #eee;
}

.progressbar li:after {
width: 100%;
height: 2px;
content: '';
position: absolute;
background-color: #eee;
top: 18px;
left: -50%;
z-index: -1;
}

.progressbar li:first-child:after {
content: none;
}

.progressbar li.active {
color: green;
}

.progressbar li.active:before {
background-color: #f773b8;
color:#fff;
}

/* START 更新 2020-01-17 [author: Kawano] */
.progressbar li.clear + li:after {
background-color: #f773b8;
}
/* END 更新 2020-01-17 [author: Kawano] */

/* ステッププログレスバー end */



.qa_wrap {
padding: 50px 70px;
}

.qa_wrap .q {
display: flex;
border-bottom: 5px solid #f884c1;
}

.qa_wrap .number {
width: 40px;
color: #f550a6;
font-size: 24px;
font-weight: bold;
}

.qa_wrap .question {
width: 500px;
color: #f550a6;
font-size: 38px;
font-weight: bold;
}

.qa_wrap p {
margin: 0;
}

.qa_wrap ul {
list-style: none;
padding: 0;
padding-top: 20px;
}

.qa_wrap ul li {
display: block;
height: 90px;
line-height: 90px;
text-align: center;
border: 1.2px solid #f773b8;
border-top: none;
margin: 0 auto;
margin: 0 auto;
font-size: 34px;
}

.qa_wrap ul li:first-child{
border-top: 1.2px solid #f773b8;
}

.qa_wrap ul li a {
display: block;
text-decoration: none;
color: #313131;
background: #fff;
}

/*ホバーした際*/
.qa_wrap ul li a:hover {
background: #b3e1ff;
}

/* チェックした際 */
.qa_wrap ul li a.check {
color: #fffb90;
background: #f550a6;
}

.qa_wrap ul li a.check:before {
content: "\f058";
font-family: FontAwesome;
font-size: 34px;
color: #fffb90;
margin-right: 10px;
}


/* 戻る 進むボタン */
.shindan .btn_area {
display: flex;
padding: 30px 70px 50px;
justify-content: space-between;
}

.shindan .btn_area .btn_circle {
display: block;
text-decoration: none;
color: #313131;
width: 150px;
height: 150px;
border-radius: 50%;
text-align: center;
overflow: hidden;
transition: .4s;
font-size: 24px;
}

.shindan .btn_area .btn_circle.right{
background: #ffffff;
}

.shindan .btn_area .btn_circle a {
display: block;
width: 150px;
height: 150px;
color: #313131;
text-decoration: none;
line-height: 150px;
}

/* START 追加 2020-01-14 [author: Kawano] */
.shindan .btn_area .btn_circle a:hover {
animation: bound .6s ease-in;
}
@keyframes bound { 
/** 開始時は１倍の大きさ */
from { transform: scale(1); }
/** 0%～25%にかけて1.15倍する */
25% { transform: scale(1.1); }
/** 25%～50%にかけて0.95倍する */
50% { transform: scale(0.95); }
/** 50%～75%にかけて1.05倍する */
75% { transform: scale(1.05); }
/** 終了時は元の大きさに戻す */
to { transform: scale(1); }
}
/* END 追加 2020-01-14 [author: Kawano] */


.btn_area .left a:before {
content: "\f104";
font-family: FontAwesome;
font-size: 50px;
color: #f550a6;
position: relative;
top: -30px;
left: 45px;
}

.btn_area .right a:before {
content: "\f105";
font-family: FontAwesome;
font-size: 50px;
color: #f550a6;
position: relative;
top: -30px;
left: 55px;
}

.shindan .btn_area .last {
background: #fff;
font-weight: bold;
}

.shindan .btn_area .last a {
color: #f550a6;
}

.btn_circle:hover {
background: #b3e1ff;
}

/* 質問画面 end */



/* 結果画面 */

.shindan_re {
background: #feedf6;
padding-top: 50px;
height: 1040px;
}

.result_head h2 {
font-size: 70px;
color: #f550a6;
margin: 0;
}

.result_head h2 span  {
background: linear-gradient(transparent 70%, #fff833 0%) !important;
}

.result_head p {
font-size: 32px;
color: #313131;
font-weight: bold;
margin: 0 0 0;
}

.agent_area {
margin: 20px 40px 40px;
padding: 50px 40px;
border: 5px solid #f996ca;
border-radius: 20px;
background: #fff;
}

.agent_area .agent_head {
padding-top: 0;
display: flex;
justify-content: center;
line-height: 30px;
margin-bottom: 30px;
}

.agent_area .agent_head_img {
display: inline;
position: relative;
margin-right: 10px;
}

.agent_area .agent_head h3 {
display: inline;
/* font-size: 48px; */
font-size: 45px;
font-weight: bold;
color: #f550a6;
margin: 0;
}

.agent_area .agent_head a {
text-decoration: none;
}

.agent_area .agent_head_img::before {
display: inline-block;
width: 40px;
height: 10px;
content: '';
top: -20px;
left: 0;
position: relative;
border-top: 2px solid #f550a6;
transform: rotateZ(45deg);
transform-origin: left center;
}

.agent_area .agent_head h3::after {
display: inline-block;
width: 40px;
height: 10px;
content: '';
top: 2px;
position: relative;
border-top: 2px solid #f550a6;
transform: rotateZ(135deg);
transform-origin: right center;
margin-left: -30px;
}

.agent_area .img_cap img {
max-width: 100%;
border: 1px solid #e5e5e5;
}

.agent_area ul {
width: 320px;
margin: 0 auto;
list-style: none;
padding: 0;
background: #fffce0;
border-radius: 10px;
margin-top: 20px;
}

.agent_area ul li {
display: block;
height: 40px;
line-height: 40px;
text-align: left;
border-top: 1px dotted #f550a6;
margin: 0 auto;
font-size: 21px;
padding-left: 20px;
}

.agent_area ul li:first-child{
border-top: none;
}

.agent_area ul li a {
display: block;
text-decoration: none;
color: #313131;
background: #fff;
}

.agent_area ul li:before {
content: "\f058";
font-family: FontAwesome;
font-size: 21px;
color: #f550a6;
margin-right: 10px;
}

.agent_area .agent_txt_flex {
display: flex;
margin-top: 30px;
}

.agent_area .agent_official_site {
width: 100px;
height: 50px;
background: #f550a6;
border-radius: 4px;
padding: 0 3px;
margin: 0 15px 0 0;
color: #fff;
line-height: 50px;
font-size: 19px;
font-weight: bold;
}

.agent_area .agent_official_site .agent {
font-size: 30px;
font-weight: bold;
margin: 5px 0 0;
border-bottom: 1px dotted #fff;
}

.agent_area .agent_official_site p {
margin: 0;
}

.agent_area .agent_site {
font-size: 28px;
/*letter-spacing: -1px;*/
margin: 0
}


.skill {
max-width: 680px;
width: 680px;
margin: 0 auto 50px;
padding-right: 30px;
padding-left: 30px;
}
.skill_container {
border: 1px solid #bababa;
border-radius: 6px;
}

.skill_ttl {
background: #fffce0;
border-radius: 6px;
height: 138px;
}
.skill_wrapper {
text-align: center;
padding: 40px 0 160px;
}
.skill_wrap {
padding-bottom: 20px;
}
.skill_want_know, .skill_know, .skill_prof {
font-size: 28px;
}
.skill_want_know {
background: rgba(0, 142, 205, 0.8);
color: #ffffff;
height: 50px;
margin-bottom: 20px;
line-height: 50px;
border-radius: 5px;
margin-top: 26px;
margin-right: 26px;
margin-left: 26px;
}
.skill_want {
display: block;
text-align: left;
text-decoration: none !important;
border-bottom: 1px solid #bababa;
max-width: 570px;
margin: 0 auto;
padding-top: 15px;
padding-bottom: 15px;
padding-right: 20px;
padding-left: 20px;
color: #313131;
font-size: 28px;
}
.skill_want:hover {
background: #e8faff;
transition: all ease .2s;
}
.skill_want:last-child {
border-bottom: none;
}
.skill_arrow {
color: #bababa;
position: relative;
float: right;
text-align: right;
}
.skill_arrow::before {
content: "";
position: absolute;
top: 20px;
left: 2px;
width: 10px;
height: 10px;
border-top: 1px solid #313131;
border-right: 1px solid #313131;
transform: rotate(45deg);
margin-top: -5px;
}
.skill_know {
background: rgba(0, 142, 205, 0.8);
color: #ffffff;
height: 50px;
line-height: 50px;
border-radius: 5px;
margin-top: 26px;
margin-right: 26px;
margin-left: 26px;
}
.skill_know_link {
display: flex;
border-bottom: 1px solid #bababa;
padding-top: 20px;
padding-bottom: 12px;
margin-right: 26px;
margin-left: 26px;
}
.skill_know_link:hover {
background: #e8faff;
transition: all ease .2s;
}
.skill_knowImg {
object-fit: contain;
width: 40%;
}
.skill_dl {
width: 60%;
text-align: left;
margin-left: 12px;
height: auto;
}
.skill_dt {
font-weight: bold;
color: #008ecd;
margin-bottom: 11px;
font-size: 21px;
}
.skill_dd {
color: #313131;
font-size: 16px;
}
.skill_prof {
background: #fff;
color: #f550a6;
font-size: 27px;
border-radius: 30px;
border: 2px solid #f996ca;
padding: 0 50px;
height: 60px;
margin-bottom: 25px;
line-height: 60px;
margin: 20px 140px; 
}

.skill_prof_txt {
color: #313131;
font-size: 24px;
}
.skill .swiper-silide__inner {
padding: 50px;
}

.skill_container {
border-radius: 6px !important;
}

.skill_ttl {
background: #fffce0;
border: none !important;
border-radius: 6px;
height: 138px;
}

.skill .swiper-silide__inner {
padding: 20px 60px 10px 60px !important;
}

.slick-slide img {
width: 270px;
}

.skill_prof_wrap {
margin: 0;
padding: 0;
}

.swiper-wrapper {
background: #feedf6;
padding: 30px 0 20px;
}
.swiper-wrapper img {
max-width: 100%;
height: auto;
border: 1px solid #e5e5e5;
}
.swiper-slide {
height: 160px;
}
.swiper-wrapper .slick-next {
right: 20px;
z-index: 99;
height: auto;
width: 80px;
}
.swiper-wrapper .slick-prev {
left: 15px; z-index: 100;
height: auto;
width: 80px;
}
.swiper-slide a {
text-decoration: none;
color: #313131;
font-size: 18px;
}
.swiper-slide p {
margin: 0;
}
.slick-dots {
bottom: -60px !important;
}
.slick-dots li {
margin: 0 10px !important;
}
.slick-dots li button:before {
/*opacity: 1;*/
color: #f996ca !important;
font-size: 46px !important;
content: '•' !important;
}
.swiper-wrapper_multiple img {
padding-left: 10px;
}
.swiper-wrapper_multiple img:first-child {
margin-bottom: 0;
}
.slick-dotted.slick-slider {
margin-bottom: 0 !important;
}
.slick-prev:before, .slick-next:before {
font-family: FontAwesome !important;
font-size: 40px !important;
line-height: 1;
opacity: .75;
color: #f996ca !important;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-prev:before {
content: "\f053" !important;
}
.slick-next:before {
content: "\f054" !important;
}
.slick-prev,.slick-next
{
position: absolute;
top: 125% !important;
}
.slick-prev {
left: 16% !important;
}
.slick-next {
left: 74% !important;
}

/* お問い合わせ画面 */

.otoiawase_container {
    width: 680px;
    margin: 0 auto;
    font-size: 21px;
    color: #313131;
    padding: 20px 40px;
}

.otoiawase_head {
    margin: 40px 0 20px 0;
    padding: 0;
    font-size: 24px;
    text-align: center;
    border-bottom: 1px solid #313131;
    line-height: 1;
}

.otoiawase_container li {
    text-align: left;
}
.otoiawase_container .title {
    font-size: 24px;
    margin: 40px 0 0;
}
.otoiawase_container p {
    text-align: left;
}

table.jlbdep {
    table-layout: auto;
    border-collapse: collapse;
    text-align: left;
    margin: 0 0 30px;
}

table.jlbdep td {
    padding: 13px;
    background-color: #FFFFFF;
}

table.jlbdep th.rowh {
    padding: 13px;
    background-color: #F5F5F5;
    color: #000;
}

table.jlbdep,table.jlbdep td,table.jlbdep th {
    border: solid 1px #C0C0C0;
}

/* お問い合わせ画面 end */



/* 追加デザイン 結果画面 */

.agent_area {
    margin: 20px 40px 50px;
}

.kaisetsu_wrapper {
    background: #feedf6;
    padding: 0 40px 50px;
}

.kaisetsu_wrap {
    padding: 30px 20px 20px;
    background: #fff;
    box-shadow: 2px 2px 2px #80808040;
}

.kaisetsu_txt {
    font-size: 33px;
    margin: 30px 20px 50px;
}

.kaisetsu_txt p {
    text-align: left;
    margin: 0 0 1em 0;
    line-height: 1.4;
    padding: 0;
    text-align: justify; /* 両端揃え */
}

.kaisetsu_txt .pink {
    color: #f550a6;
    font-weight: bold;
}

.kaisetsu_txt .black {
    color: #313131;
    font-weight: bold;
}

.kaisetsu_head {
    margin: 0;
}

.kaisetsu_logo {
    box-sizing: border-box;
    border: 2px solid #B8BECC;
    width: 480px;
    height: 140px;
    display: block;
    margin: 25px auto 0;
}

.kaisetsu_logo img {
    width: auto;
    height: 100%;
    object-fit: contain;
}

.kaisetsu_list {
    text-align: left;
}

.kaisetsu_list ul {
    margin: 30px 15px 40px;
    color: #313131;
    list-style: none;
    padding: 0;
}

.kaisetsu_list ul li {
    text-align: justify;
    padding-left: 40px;
    font-size: 24px;
    margin-bottom: 35px;
    position: relative;
    line-height: 1.3;
}

.kaisetsu_list ul li::before {
    content: "";
    width: 27px;
    height: 27px;
    background: url(/shindan/img/kaisetsu_check.png) center center no-repeat;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 5px;
}

.koushiki_wrapper {
    background: #feedf6;
    padding: 0 40px 80px;
}

/*ボタン CSSから画像に変更*/
/*
.koushiki_btn {
    text-decoration: none;
    color: #fffb90;
}

.koushiki_wrapper p {
    margin: 0;
    line-height: 100px;
}

.koushiki_wrap {
    align-items: center;
    width: 600px;
    height: 100px;
    margin: 0 auto;
    background: #f550a6;
    border-radius: 50px;
    border-bottom: 10px solid #ff9d08;
    font-size: 46px;
    font-weight: bold;
}
*/

.shindan_start_btn p:after {
    content: "\f138";
    font-family: FontAwesome;
    font-size: 60px;
    margin-left: 15px;
}

/* 追加デザイン 結果画面 end */


/* PR表記／ 診断結果画面 */
.result_wrap {
    position: relative;
}
.result_wrap:after {
    content: "PR";
    color: #fff;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
    font-size: 22px;
    font-weight: initial;
    border-radius: 4px;
    padding: 2px 8px 0;
    position: absolute;
    top: -10px;
    right: 45px;
    background: #f996ca;
}