/* ---------------------------------
共通
--------------------------------- */
html {
  font-size: 62.5%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
  scroll-behavior: smooth;
}

.lineControll {
  display: inline-block;
}

.sp_none {
  display: none;
}

@media screen and (min-width: 1024px) {
  .pc_none {
    display: none;
  }

  .sp_none {
    display: block;
  }
}

/*---------- ボタン共通要素指定 ----------*/
a.btn__cv {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  background: linear-gradient(#7DBA3C, #60AB0F);
  border-radius: 8px;
  text-decoration: none;
  margin-inline: auto;
}

a.btn__cv::after {
  content: "";
  background: url("../../img/personality/chevronRight.webp") no-repeat;
  width: 20px;
  height: 20px;
  background-size: contain;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (min-width: 1024px) {
  a.btn__cv {
    font-size: 1.8rem;
    min-height: 70px;
  }
}

@media (hover: hover) and (pointer: fine) {
  a.btn__cv:hover {
    background: #88C04B;
  }
}

/* ---------------------------------
header
--------------------------------- */
.header {
  width: 100%;
  height: 49px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-inline: 10px;
  border-bottom: 1px solid #e9e9e9;
}

.header_link {
  height: 23px;
}

.header_logo {
  width: 118px;
  height: 23px;
  vertical-align: bottom;
}

@media screen and (min-width: 1024px) {
  .header {
    height: 60px;
    padding-inline: 16px;
  }

  .header_link {
    height: auto;
  }

  .header_logo {
    width: 150px;
    height: 40px;
  }
}


/* ---------------------------------
メインビジュアル
--------------------------------- */
.mainVisual {
  padding-top: 50px;
  padding-bottom: 43px;
  background: url("../../img/personality/bg_topleft_sp.webp") no-repeat;
  background-size: 256px 129px;
  position: relative;
}

.mainVisual::before {
  content: "";
  background: url("../../img/personality/bg_topright_sp.webp") no-repeat;
  width: 230px;
  height: 160px;
  position: absolute;
  background-size: contain;
  bottom: 0;
  right: 0;
}

@media screen and (min-width: 1024px) {
  .mainVisual {
    padding-top: 74px;
    height: 540px;
    background: url("../../img/personality/bg_topleft_pc.webp") no-repeat;
    background-size: 270px 540px;
    overflow: hidden;
  }

  .mainVisual::before {
    content: "";
    background: url("../../img/personality/bg_topright_pc.webp") no-repeat;
    background-size: contain;
    width: 280px;
    height: 540px;
  }
}

/*----- メインタイトル -----*/
.mainTitle {
  text-align: center;
}

.mainTitle__subTitle {
  font-size: 1.4rem;
  color: #1559A4;
  line-height: 1;
  font-weight: 400;
}

.mainTitle__logo {
  width: 312px;
  height: auto;
  margin-top: 8px;
}

@media screen and (min-width: 1024px) {
  .mainTitle {
    width: fit-content;
    /* Firefox */
    width: -moz-fit-content;
    margin-inline: auto;
    transform: translateX(-176px);
  }

  .mainTitle__subTitle {
    font-size: 3rem;
    line-height: 2;
    font-weight: 500;
  }

  .mainTitle__logo {
    width: 462px;
    margin-top: 0;
  }
}

/*----- メリットリスト -----*/
.mainvisual__meritContainer {
  margin-inline: auto;
  margin-block: 21px;
  width: fit-content;
  /* Firefox */
  width: -moz-fit-content;
  transform: translateX(-59px);
}


.mainvisual__meritList {
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.mainvisual__meritList:not(:first-of-type) {
  margin-top: 12px;
}


.mainvisual__meritText {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
}


.mainvisual__meritText--strong {
  color: #1559A4;
  background: linear-gradient(transparent 60%, #E9FFC1 60%);
  display: inline-block;
  margin-inline: 2px;
}

@media screen and (min-width: 1024px) {
  .mainvisual__meritContainer {
    margin-block: 30px;
    transform: translateX(-171px);
    display: flex;
  }

  .mainvisual__meritList:not(:first-of-type) {
    margin-top: 0px;
    margin-left: 24px;
  }

  .mainvisual__meritText {
    font-size: 1.6rem;
  }

  .mainvisual__meritText--strong {
    margin-inline: 0px;
  }
}

/*----- MVイラスト -----*/
.mainVisual_image {
  position: absolute;
  top: 165px;
  left: 50%;
  transform: translateX(22px);
}

@media screen and (min-width: 1024px) {
  .mainVisual_image {
    top: 65px;
    left: 50%;
    transform: translateX(137px);
  }
}

.mainVisual__btn {
  width: 325px;
  padding: 19px 28px 19px 8px;
  min-height: 60px;
}

/*----- ボタン -----*/
@media screen and (min-width: 1024px) {
  .mainVisual__btn {
    transform: translateX(-176px);
    width: 450px;
    padding-top: 21px;
    padding-bottom: 21px;
  }
}

/*----- ボタン下注意事項 -----*/
.mainVisual__caution {
  font-size: 1.2rem;
  margin-top: 9px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .mainVisual__caution {
    margin-top: 10px;
    margin-inline: auto;
    width: fit-content;
    /* Firefox */
    width: -moz-fit-content;
    transform: translateX(-176px);
  }
}

/* ---------------------------------
ナビ
--------------------------------- */
.nav {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin-inline: auto;
}

.nav__list {
  width: calc((100% / 4) - 1px);
  list-style: none;
  /*孫要素aの高さ揃え*/
  display: flex;
  flex-direction: column;
}

a.nav__link {
  background-color: #1F3397;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 20px;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  /*孫要素aの高さ揃え*/
  flex-grow: 1;
  /*a内テキストの上下中央揃え*/
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.nav__link::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../../img/personality/arrow_down_M_white.svg") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 1024px) {

  a.nav__link {
    padding-block: 20px;
    display: block;
    font-size: 1.6rem;
  }

  /* PCでの矢印設定 */
  .nav__link::before {
    content: none;
  }

  .nav__linkInner {
    position: relative;
    padding-left: 24px;
  }

  .nav__linkInner::before {
    content: "";
    width: 16px;
    height: 16px;
    background: url("https://doda.jp/cmn_web/img/cm/icon/arrow_down_M_white.svg") no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
}

@media (hover: hover) and (pointer: fine) {
  a.nav__link:hover {
    color: #1F3397;
    background-color: #DEE7FF;
  }

  a.nav__link:hover .nav__linkInner::before {
    background: url("../../img/personality/arrow_down_M_blue.svg") no-repeat;
  }
}

/* ---------------------------------
キャリアタイプ診断とは？
--------------------------------- */
.what {
  padding-block: 50px;
}

.what__title {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  color: #1F3397;
  line-height: 1.3;
}

.what__recommendTitle {
  margin-top: 10px;
  color: #1F3397;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}

.what__recommendTitleInner {
  position: relative;
}

.what__recommendTitleInner::before,
.what__recommendTitleInner::after {
  content: "";
  position: absolute;
  border-left: 2px solid #1F3397;
  height: 18px;
  top: 50%;
}

.what__recommendTitleInner::before {
  left: -10px;
  transform: translateY(-50%) rotate(160deg);
}

.what__recommendTitleInner::after {
  right: -10px;
  transform: translateY(-50%) rotate(-160deg);
}

.what__recommend {
  display: flex;
  column-gap: 6px;
  justify-content: space-between;
  width: 348px;
  margin: 10px auto 20px;
}

.what__recommendList {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.what__recommendNeeds {
  width: 112px;
  height: 123px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.5;
  background-size: contain;
  font-weight: 600;
}

.what__recommendNeeds1 {
  background-image: url("../../img/personality/bg_balloon_gr.svg");
}

.what__recommendNeeds2 {
  background-image: url("../../img/personality/bg_balloon_br.svg");
}

.what__recommendNeeds3 {
  background-image: url("../../img/personality/bg_balloon_ye.svg");
}

.what__recommendImage {
  height: auto;
}

.what__recommendImage1 {
  width: 93px;
}

.what__recommendImage2 {
  width: 92px;
  margin-top: 12px;
}

.what__recommendImage3 {
  width: 95px;
}

.what__paragraph {
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}

.what__paragraph--underLine {
  color: #1F3397;
  display: inline-block;
  margin-inline: 4px;
  background: linear-gradient(transparent 50%, #E9FFC1 50%);
  line-height: 1.5;
  font-weight: bold;
}

.what__caution {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 8px;
}

@media screen and (min-width: 1024px) {
  .what {
    padding-bottom: 100px;
  }

  .what__title {
    font-size: 4rem;
    line-height: 1.5;
  }

  .what__recommendTitle {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .what__recommend {
    column-gap: 40px;
    justify-content: center;
    width: auto;
    margin-bottom: 30px;
  }

  .what__recommendList {
    width: 132px;
  }

  .what__recommendNeeds {
    width: 132px;
    height: 145px;
    font-size: 1.4rem;
    line-height: 1.29;
    font-weight: bold;
  }

  .what__recommendImage1 {
    width: 115px;
  }

  .what__recommendImage2 {
    width: 115px;
    margin-top: 0;
  }

  .what__recommendImage3 {
    width: 120px;
  }

  .what__paragraph {
    font-size: 1.6rem;
    line-height: 2;
    text-align: center;
  }

  .what__paragraph--underLine {
    margin-inline: 0;
    font-size: 1.8rem;
  }

  .what__caution {
    margin-top: 10px;
  }
}

/*----- キャプチャ -----*/
.what__listWrapper {
  display: flex;
  margin-inline: 15px;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 20px;
}

.what__list {
  border: 2px solid #1F3397;
  border-radius: 8px;
  background: linear-gradient(#00549F, #1F3397);
  width: 345px;
  list-style: none;
  margin-top: 20px;
}

.what__listImage {
  width: 341px;
  height: 216px;
  border-radius: 8px 8px 0 0;
}

.what__listTitle {
  margin-top: 16px;
  margin-inline: 18px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #fff;
}

.what__listText {
  margin: 4px 18px 24px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  .what__listWrapper {
    column-gap: 34px;
    margin-top: 30px;
  }

  .what__list {
    width: 430px;
  }

  .what__listImage {
    width: 426px;
    height: 272px;
  }

  .what__listTitle {
    margin-top: 11px;
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .what__listText {
    margin: 7px 56px 20px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

/* ---------------------------------
キャリアタイプ診断でわかること
--------------------------------- */

.find {
  padding: 50px 20px;
  background: #1F3397;
}

.find__title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.find__listWrapper {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.find__list {
  list-style: none;
  background: #fff;
  border-radius: 8px;
  padding: 16px 8px;
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 345px;
}

.find__listMark {
  /*記号をセンターにするため*/
  padding: 12px 15px 9px 14px;
  /*細かい調整用*/
  width: 45px;
  border-radius: 50%;
  background-color: #DEE7FF;
  color: #1F3397;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  position: absolute;
  top: -8px;
  left: -9px;
}

.find__listIcon {
  width: 60px;
  height: auto;
}

.find__listTitle {
  color: #1F3397;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}

.find__listTitle--small {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
  line-height: 1.5;
}

.find__listText {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  .find {
    padding-block: 100px;
  }

  .find__title {
    font-size: 4rem;
  }

  .find__listWrapper {
    width: 900px;
    margin-top: 60px;
    margin-inline: auto;
    gap: 70px 30px;
  }

  .find__list {
    border-radius: 8px;
    padding-top: 40px;
    padding-inline: 20px;
    position: relative;
    width: 280px;
    height: 330px;
    display: block;
  }

  .find__listMark {
    /*記号をセンターにするため*/
    padding: 14px 11px 12px 18px;
    /*細かい調整用*/
    width: 58px;
    font-size: 3.2rem;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
  }

  .find__listIcon {
    width: 85px;
    display: block;
    margin-inline: auto;
  }

  .find__listTitle {
    font-size: 2rem;
    text-align: center;
    line-height: 1.5;
    margin-top: 16px;
  }

}

/* ---------------------------------
キャリアタイプ診断の活用法
--------------------------------- */

.use {
  padding: 50px 25px;
  /* 以下背景指定 */
  background-color: #EBF6FF;
  background-image: linear-gradient(90deg, #FAFDFF 2px, transparent 2px), linear-gradient(#FAFDFF 2px, transparent 2px);
  background-position: 0 0;
  background-size: 11px 11px;
  background-repeat: repeat;
}

.use__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #1F3397;
}

.use__listWrapper {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.use__list {
  width: 325px;
  list-style: none;
  position: relative;

}

.use__listPicture {
  border-radius: 8px;
  box-shadow: 8px 8px 0 #CDE2F4;
  border: 1px solid #1F3397;
}

.use__listTile {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding: 4.5px 20px;
  background: linear-gradient(to right, #1560A2, #003A91);
  display: inline;
  position: absolute;
  top: 220px;
}

.use__list:nth-child(odd) .use__listTile {
  left: 0;

}

.use__list:nth-child(even) .use__listTile {
  right: 0;
}

.use__listText {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 36px;
}

.use__listText--emphasis {
  font-weight: bold;
}
@media screen and (min-width: 735px) {
  .use__list:nth-child(even) .use__listTile {
    left: 0;
    right: auto;
  }
}
@media screen and (min-width: 1024px) {
  .use {
    padding-block: 100px;
  }

  .use__title {
    font-size: 4rem;
    line-height: 1.5;
  }

  .use__listWrapper {
    display: block;
    width: 890px;
    margin-inline: auto;
  }

  .use__list {
    width: 100%;
    position: static;
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .use__list:nth-child(even) {
    flex-direction: row-reverse;
  }

  .use__list:not(:first-of-type) {
    margin-top: 40px;
  }

  .use__listPicture {
    width: 350px;
    height: 250px;
  }

  .use__listTile {
    position: static;
    font-size: 2.8rem;
    padding-block: 0;
    border-radius: 4px;
  }

  .use__listText {
    margin-top: 10px;
  }
}

/* ---------------------------------
よくある質問
--------------------------------- */

.qa {
  background-color: #F5F5F5;
  padding: 50px 15px;
}

.qa__title {
  color: #1F3397;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

.qa__details {
  padding-block: 24px;
  border-bottom: 1px solid #1F3397;
  max-width: 888px;
  margin-inline: auto;
}

.qa__summary {
  color: #1F3397;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 22px;
  padding-right: 34px;
  text-indent: -22px;
  position: relative;
  /*デフォルトの矢印を削除*/
  display: block;
  /*デフォルトの矢印を削除*/
  list-style: none;
}

/*デフォルトの矢印を削除特定ブラウザ用*/
summary::-webkit-details-marker {
  display: none;
}

.qa__textQ {
  margin-right: 8px;
}

.qa__containt {
  padding-left: 24px;
  padding-top: 16px;
  font-size: 1.4rem;
  line-height: 1.5;
  box-sizing: border-box;
  /*アコーディオン用*/
  overflow: hidden;
}

.qa__contentInner {
  padding-top: 16px;
  padding-inline: 24px;
  font-size: 1.4rem;
  line-height: 1.5;
}

/* 開閉アイコン */
.accordion__icon {
  background-color: #1F3397;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.accordion__icon::before,
.accordion__icon::after {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.accordion__icon::before {
  transform: translate(-50%, -50%);
}

.accordion__icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.2s;
}

.qa__details[open] .accordion__icon::after {
  transform: translate(-50%, -50%) rotate(0);
}

@media screen and (min-width: 1024px) {
  .qa {
    padding-block: 100px;
  }

  .qa__title {
    font-size: 3rem;
    margin-bottom: 32px;
  }

  .qa__summary {
    font-size: 2.4rem;
    line-height: 1.5;
    padding-left: 27px;
    text-indent: -27px;
  }

  .qa__contentInner {
    padding-right: 0;
  }
}

@media (hover: hover) and (pointer: fine) {
  .qa__summary:hover {
    cursor: pointer;
  }
}

/* ---------------------------------
フッター上ロゴとボタンエリア
--------------------------------- */
.logoCTA {
  padding: 50px 15px;
  position: relative;
  text-align: center;
}

.logoCTA::before {
  content: "";
  width: 250px;
  height: 110px;
  background: url("../../img/personality/bg_cta_sp.webp") no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}

.logoCTA__subTitle {
  font-size: 1.4rem;
  color: #1559A4;
  line-height: 1;
  font-weight: 400;
}

.logoCTA__logo {
  width: 334px;
  height: auto;
  margin-top: 8px;
  margin-bottom: 20px;
}

.logoCTA__btn {
  width: 345px;
  padding: 19px 28px 19px 8px;
  min-height: 60px;
}

.logoCTA__caution {
  font-size: 1.1rem;
  margin-top: 9px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .logoCTA {
    padding-block: 100px;
  }

  .logoCTA::before {
    width: 620px;
    height: 240px;
    background-image: url("../../img/personality/bg_cta_pc.webp");
  }

  .logoCTA__subTitle {
    font-size: 3rem;
    line-height: 2;
    font-weight: 500;
  }

  .logoCTA__logo {
    width: 462px;
    height: auto;
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .logoCTA__btn {
    width: 450px;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .logoCTA__caution {
    font-size: 1.2rem;
    margin-top: 10px;
  }
}

/* ---------------------------------
SNS
--------------------------------- */
.snsArea {
  padding-block: 20px;
  background: #1F3397;
}

.snsArea_listWrapper {
  display: flex;
  justify-content: center;
  column-gap: 30px;
}

.snsArea_list {
  list-style: none;
}

.sns-x{
  background-image: url(../../img/personality/icon_x.svg);
}

.sns-facebook{
  background-image: url(../../img/personality/icon_facebook.svg);
}

.sns-hatebu{
  background-image: url(../../img/personality/icon_hatebu.svg);
}

.snaArea_link {
  display: block;
  width: 30px;
  height: 30px;
  background-size: cover;
}

@media (hover: hover) and (pointer: fine) {
  .sns-x:hover {
    background-image: url(../../img/personality/icon_x_hover.svg);
  }

  .sns-facebook:hover {
    background-image: url(../../img/personality/icon_facebook_hover.svg);
  }

  .sns-hatebu:hover {
    background-image: url(../../img/personality/icon_hatebu_hover.svg);
  }
}

/* ---------------------------------
SPスティッキーボタン
--------------------------------- */
#stickyButtonArea {
  position: fixed;
  padding: 10px 15px;
  bottom: -75px;
  width: 100%;
  background: rgba(31, 51, 151, 0.95);
  transition-property: bottom;
  transition-duration: 0.3s;
}

.stickyButtonArea_btn {
  width: 345px;
  padding: 14px 28px 14px 8px;
  min-height: 50px;
}

@media screen and (min-width: 1024px) {
  #stickyButtonArea {
    padding: 20px 15px;
    bottom: -150px;
  }

  .stickyButtonArea_btn {
    width: 520px;
    padding-top: 21px;
    padding-bottom: 21px;
    height: 70px;
  }
}

#stickyButtonArea.show {
  display: block;
  bottom: 0;
}
/* ---------------------------------
footer
--------------------------------- */
.footer {
  padding: 45px 15px;
}

.footer__privacyBox {
  display: flex;
  column-gap: 15px;
  align-items: flex-start
}

.footer__privacyMark {
  width: 56px;
  height: 56px;
}

.footer__privacyTextLink {
  color: #007fc3;
  font-size: 11px;
  line-height: 1.4;
  text-decoration: none;
}

.footer__logo {
  width: 144px;
  height: auto;
  display: block;
  margin-inline: auto;
}

.footer__copyright {
  font-size: 1.2rem;
  line-height: 1.5;
  order: 2;
  margin: auto;
  margin-top: 16px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .footer {
    padding: 40px 64px;
    max-width: 1200px;
    margin: auto;
  }

  .footer__colum {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footer__privacyBox {
    align-items: center
  }

  .footer__privacyText {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3;
  }

  .footer__privacyTextLink {
    line-height: 1.6;
  }

  .footer__logo {
    width: 330px;
    height: auto;
    margin-inline: 0;
  }

  .footer__copyright {
    font-weight: 500;
    font-size: 1rem;
  }
}

/*カウンセリングWeb予約モーダル*/
#counselingReserveLinkModal.modalBackground {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  opacity: 1;
  position: fixed;
  top: 0;
  transform: translate(0%, 0%);
  transition: opacity .3s;
  transition-delay: .1s;
  z-index: 3000;
  font-family: Hiragino Kaku Gothic Std, HiraKakuProN-W3, sans-serif;
}

#counselingReserveLinkModal .counselingModal {
  width: calc(100% - 60px);
  max-width: 383px;
  min-height: 206px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border-radius: 6px;
  opacity: 1;
  position: absolute;
  padding: 15px 30px;
  font-size: 14px;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 241px;
  box-sizing: border-box;
}

#counselingReserveLinkModal .modalHeader {
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
  color: #333333;
  font-size: 16px;
  height: 22px;
  line-height: 1.5;
}

#counselingReserveLinkModal .close {
  display: inline-block;
  text-align: right;
  height: 15px;
  width: 15px;
  position: absolute;
  right: -13px;
  font-size: 25px;
  font-weight: normal;
  line-height: 0.6;
  color: #757575;
  opacity: 1;
  cursor: pointer;
}

#counselingReserveLinkModal .caImg {
  height: 89px;
  width: 110px;
  vertical-align: middle;
}

#counselingReserveLinkModal .message {
  display: inline-block;
  width: calc(100% - 142px);
  vertical-align: middle;
  margin-left: 32px;
  line-height: 1.5;
}

#counselingReserveLinkModal .reserveBtn {
  background: transparent
  linear-gradient(180deg, #7DBA3C 0%, #60AB0F 100%) 0% 0% no-repeat
  padding-box;
  border-radius: 8px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 15px;
  padding: 16px 0;
  font-weight: bold;
  display: block;
  text-decoration: none;
  line-height: 1.5;
}

@media only screen and (max-device-width: 480px) {
  #counselingReserveLinkModal .close {
    right: 2px;
  }
  #counselingReserveLinkModal .reserveBtn {
    height: 50px;
  }
  #counselingReserveLinkModal .counselingModal {
    height: 236px;
    max-width: 345px;
    padding: 15px;
  }
  #counselingReserveLinkModal .message {
    width: calc(100% - 125px);
    margin-left: 15px;
  }
}