@charset "utf-8";

/*
=============================================================================
init
=============================================================================

*/
/* init ----------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-all;
}

html {
  overflow-y: scroll;
  height: 100%;
}

body {
  color: #333;
  font-family: "Noto Sans CJK JP" , "Source Han Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  text-align: center;
  -webkit-text-size-adjust: 100%;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
  margin-left: 1.5em;
}

a {
  color: #3082bf;
  text-decoration: none;
}
/*PC*/
@media screen and (min-width: 768px) {
  a {
    color: #197ec4;
    text-decoration: underline;
  }
}

a:hover {
  text-decoration: none;
}

img {
  border: 0;
  max-width: 100%;
}

address {
  font-style: normal;
}

p {
  line-height: 1.5;
}

/* talign */
.tC {
  text-align: center;
}

.tL {
  text-align: left;
}

.tR {
  text-align: right;
}

/* clearfix */
.clear {
  clear: both;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
  overflow: hidden;
}

/* float */
.fL {
  float: left;
}

.fR {
  float: right;
}

/* align */
.tL {
  text-align: left;
}
.tC {
  text-align: center;
}
.tR {
  text-align: right;
}

/* google chrome input button padding */
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"]::-webkit-file-upload-button, button {
  padding: 1px 6px;
}

/* base size */
/*PC*/
@media screen and (min-width: 768px) {
  .wrap {
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: 1000px;
  }
}
/*768px以上1000px以下*/
@media screen and (min-width:768px) and ( max-width:1000px) {
  .wrap {
    width: 100%;
    padding: 0 10px;
  }
}

/* table init */
table {
  border-collapse: collapse;
  width: 100%;
}

/* .table dl */
.table {
  border-collapse: collapse;
  border-spacing: 0;
  display: table;
  line-height: 1.5;
  margin: 0 auto;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

.table dl {
  display: table-row;
}

.table dd,
.table dt {
  display: table-cell;
  vertical-align: top;
}

/*
=============================================================================
header
=============================================================================

/* hdrSimple ----------------------------------------------------------- */
#hdrSimple {
  border-bottom: 3px solid #197ec4;
}

#hdrSimple .inner {
  padding: 8px;
}

#hdrSimple #logo {
  float: left;
  margin-top: 3px;
}

#hdrSimple .logoPc {
  display: none;
}

#hdrSimple .logoSp {
  display: block;
  float: none!important;
}

#hdrSimple .logoSp img.logoTopEtr {
  margin-bottom: 3px;
  width: 83px;
}
#hdrSimple .logoSp img.logoTopPbr {
  margin-bottom: 3px;
  width:85px;
}
/*PC*/
@media screen and (min-width: 768px) {
  #hdrSimple {
    margin-bottom: 15px;
    min-width: 1000px;
    padding: 18px 0 15px 0;
  }
  #hdrSimple .inner {
    padding: 0;
  }
  #hdrSimple #logo {
    text-align: right;
    margin: 0;
  }
  #hdrSimple .logoPc {
    display: block;
  }
  #hdrSimple .logoSp {
    display: none;
  }
  #hdrSimple .logoPc img.logoTopEtr {
    width: 166px;
    margin-bottom: 8px;
  }
  #hdrSimple .logoPc img.logoTopPbr {
    width: 76px;
    margin-bottom: 0;
  }
}
/*768px以上1000px以下*/
@media screen and (min-width:768px) and ( max-width:1000px) {
  #hdrSimple {
    min-width: 100%;
    padding: 15px 10px;
  }
}

/*
=============================================================================
container
=============================================================================

*/
/* container ----------------------------------------------------------- */
#container {
  display: block;
  margin-bottom: 50px;
}

.contentsTtl{
  background: #036eb8;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  padding: 10px 15px;
  margin-bottom: 20px;
  text-align: left;
}

/*
=============================================================================
contents
=============================================================================

*/
/* contents ----------------------------------------------------------- */

/*
==================================================
base
==================================================
*/
@font-face {
  font-family: "NotoSansJP";
  src: url("/CSP/common/font/NotoSansJP-VF.woff") format("woff-variations");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 10px;
}

#pre {
  color: #151515; 
  font-size: 1.6rem;
  font-family: "NotoSansJP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.fontOswald {
  font-family: 'Oswald', sans-serif;
}

/* 改行 --------- */
@media screen and (min-width: 768px) {
  #pre .spBr {
    display: none;
  }
}

/* 黄色強調 --------- */
#pre .pre-emphasis {
  background: var(--color-paleYellow)
}

/* アンカー位置補正 --------- */
#pre-intro {
  height: 0;
  padding: 90px 0 0;
  margin: -90px 0 0; 
}
@media (min-width: 768px) {
  #pre-intro {
    padding: 180px 0 0;
    margin: -180px 0 0; 
  }
}

#pre-plan,
#pre-truth {
  height: 0;
  padding: 60px 0 0;
  margin: -60px 0 0; 
}
@media (min-width: 768px) {
  #pre-plan,
  #pre-truth {
  padding: 80px 0 0;
  margin: -80px 0 0; 
  }
}

#pre-trigger,
#pre-gap,
#pre-worktime,
#pre-truth,
#pre-income,
#pre-hardship,
#pre-merit,
#pre-tips,
#pre-message,
#pre-time,
#pre-lowcost,
#pre-system,
#pre-management {
  height: 0;
  padding: 70px 0 0;
  margin: -70px 0 0; 
}
@media (min-width: 768px) {
  #pre-trigger,
  #pre-gap,
  #pre-worktime,
  #pre-truth,
  #pre-income,
  #pre-hardship,
  #pre-merit,
  #pre-tips,
  #pre-message,
  #pre-time,
  #pre-lowcost,
  #pre-system,
  #pre-management
  {
    padding: 80px 0 0;
    margin: -80px 0 0; 
  }
}


/*
==================================================
color
==================================================
*/
:root {
  /* Blue系 -------------------------- */
  --color-blue: #2C91D8;
  --color-lightBlue: #59BDEE;
  --color-paleBlue: #F1F8FF;
  --color-skyBlue: #68CBEC;

  /* Yellow系 -------------------------- */
  --color-yellow: #FCD85F;
  --color-lightYellow: #FFF7D9;
  --color-paleYellow: #FFF9C8;

  /* Gray系 -------------------------- */
  --color-gray: #F0F3F6;
  --color-lightGray: #F6F6F6;

  /* White -------------------------- */
  --color-white: #FFF;

  /* Black -------------------------- */
  --color-black: #151515;
}


/*
==================================================
pre-mv : メインビジュアル
==================================================
*/
#pre .pre-mvContainer {
  background: url(/fukugyou-dokuritsu/img/pht_pre_mv.jpg) no-repeat center center;
  background-size: cover;
  padding: 5rem 1.6rem 0;
  height: clamp(30rem, 76.92vw, 38rem);

}
@media screen and (min-width: 768px) {
  #pre .pre-mvContainer {
    background: url(/fukugyou-dokuritsu/img/pht_pre_mv_pc.jpg) no-repeat center center;
    background-size: cover;
    height: 47rem;
    max-height: none;
    padding: 6.3rem 1.6rem 0;
    margin: 0 0 1.6rem;
  }
}

#pre .pre-mvTitleSub {
  color: var(--color-blue);
  line-height: 1.16;
  letter-spacing: 0.06em;
  display: block;
  margin: 0 0 0.8rem;
  font-feature-settings: "palt";
  font-size: clamp(2.9rem, 8vw, 4rem);
}
@media screen and (min-width: 768px) {
  #pre .pre-mvTitleSub {
    font-size: 5.2rem;
    margin: 0 0 1.8rem;
  }
}

#pre .pre-mvTitleMain {
  position: relative;
  display: inline-block;
  color: transparent;
  background: url(/fukugyou-dokuritsu/img/ttl_pre_mv.svg) no-repeat center center;
  background-size: contain;
  margin: 0 0 2.1rem;
  width: clamp(20rem, 60vw, 28rem);
  height: clamp(5.8rem, 17vw, 8.1rem);
}
@media screen and (min-width: 768px) {
  #pre .pre-mvTitleMain {
    width: 40.5rem;
    height: 11.9rem;
    margin: 0 0 5rem;
  }
}

#pre .pre-mvLead {
  display: inline-grid;
  text-align: left;
}

#pre .pre-mvLeadLine {
  background: var(--color-blue);
  color: var(--color-white);
  font-weight: 700;
  padding: 0.4rem 1rem 0.6rem;
  margin: 0 0 0.3rem;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  line-height: 1;
  width: fit-content;
  font-size: clamp(1.5rem, 3.8vw, 2.2rem);
}
@media screen and (min-width: 768px) {
  #pre .pre-mvLeadLine {
    font-size: 3.5rem;
    padding: 0.5rem 1.2rem 1rem;
    margin: 0 0 0.4rem;
  }
}

/*
==================================================
ナビゲーション矢印
==================================================
*/
#pre .pre-navLabel::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--color-skyBlue);
  left: 50%;
  bottom: 1.2rem;
  transform: translateX(-50%);
  width: 1.5rem;
  height: 1.5rem;
}
@media (min-width: 768px) {
  #pre .pre-navLabel::before {
    top: 22%;
    left: calc(100% + 2rem);
    transform: translate(-50%, -50%);
    width: 2rem;
    height: 2rem;
  }
}

#pre .pre-navLabel::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  transform: rotate(45deg);
  left: 50%;
  bottom: 2.4rem;
  transform: translate(-50%, 6px) rotate(45deg);
  width: 0.4rem;
  height: 0.4rem;
}
@media (min-width: 768px) {
  #pre .pre-navLabel::after {
    top: 18%;
    left: calc(100% + 2rem);
    transform: translate(-50%, -50%) rotate(45deg);
    width: 0.5rem;
    height: 0.5rem;
    border-bottom-width: 2px;
    border-right-width: 2px;
  }
}

/*----- .pre-plan : 選び方ナビゲーション -------*/
#pre .pre-planNav .pre-navLabel::before {
  bottom: -2rem;
}
@media (min-width: 768px) {
  #pre .pre-planNav .pre-navLabel::before {
    left: 50%;
    bottom: -3rem;
    top: auto;
    width: 1.5rem;
    height: 1.5rem;
  }
}
#pre .pre-planNav .pre-navLabel::after {
  bottom: -0.8rem;
}
@media (min-width: 768px) {
  #pre .pre-planNav .pre-navLabel::after {
    left: 50%;
    bottom: -1.8rem;
    top: auto;
    width: 0.4rem;
    height: 0.4rem;
    border-bottom-width: 1px;
    border-right-width: 1px;
  }
}

/*
==================================================
pre-nav : ナビゲーション
==================================================
*/
#pre .pre-navContainer {
  position: sticky;
  top: 0;
  z-index: 80;
  background: var(--color-white);
}

#pre .pre-nav {
  margin: 0 auto 4rem;
  height: 69px;
  transition: height 0.3s ease;
  width: 100%;
}
@media (min-width: 768px) {
  #pre .pre-nav {
    margin: 0 auto 12rem;
    height: 80px;
    max-width: 100.4rem;
  }
}

#pre .pre-navList {
  display: flex;
  height: 100%;
  align-items: stretch;
  justify-content: center;
}

#pre .pre-navItem {
  position: relative;
  height: 100%;
  display: flex;  
  min-width: 0;
  padding: 0 clamp(6px, calc(6px + 30 * (100vw - 320px) / 447), 40px);
}
@media (min-width: 768px) {
  #pre .pre-navItem {
    flex: 1 1 0;
  }
}

#pre .pre-navItem:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: 70%;
  border-left: 1px dashed var(--color-black);
}
@media screen and (min-width: 768px) {
  #pre .pre-navItem:first-child::before,
  #pre .pre-navItem:last-child::after {
    content: "";
    position: absolute;
    top: 50%;
    height: 70%;
    transform: translateY(-50%);
  }
  #pre .pre-navItem:first-child::before {
    left: 0;
    border-left: 1px dashed var(--color-black);
  }
  #pre .pre-navItem:last-child::after {
    right: 0;
    border-right: 1px dashed var(--color-black);
  }
}

#pre .pre-navLink {
  color: var(--color-black);
  display: flex;
  justify-content: center;
  height: 100%;
  padding: 1.8rem 0 0;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  font-size: clamp(1rem, 3.3vw, 1.3rem);
  transition: color 0.2s ease;
  flex: 1;
}
@media screen and (min-width: 768px) {
  #pre .pre-navLink {
    font-size: 1.8rem;
    padding: 3rem 0 0;
  }
}

#pre .pre-navLink:hover {
  color: var(--color-lightBlue);
}

#pre .pre-navLabel {
  position: relative;
  display: inline-block;
}

#pre .pre-navContainer.is-stuck {
  background: var(--color-white);
  opacity: 0.95;
}

#pre .pre-navContainer.is-stuck .pre-nav {
  height: 60px;
}
@media (min-width: 768px) {
  #pre .pre-navContainer.is-stuck .pre-nav {
    height: 64px;
  }
}
#pre .pre-navContainer.is-stuck .pre-navLink {
  padding: 1rem 0 0;
}
@media (min-width: 768px) {
  #pre .pre-navContainer.is-stuck .pre-navLink {
    padding: 2.1rem 0 0;
  }
}

@media (min-width: 768px) {
  #pre .pre-navContainer.is-stuck .pre-navItem::before,
  #pre .pre-navContainer.is-stuck .pre-navItem:last-child::after {
    height: 40%;
  }
}


/*
==================================================
pre-problems : お悩み
==================================================
*/
#pre .pre-problemsContainer {
  background: url(/fukugyou-dokuritsu/img/bg_pre_problems.jpg) no-repeat center top;
  background-size: cover;
  padding: 0 1.6rem 8.4rem;
  max-width: 144.6rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #pre .pre-problemsContainer {
    padding: 0 1.6rem 20rem;
  }
}

#pre .pre-problemsTitle {
  line-height: 1.85;
  margin: 0 0 2.4rem;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  font-weight: 700;
  font-size: clamp(1.8rem, 5.6vw, 2.6rem);

}
@media screen and (min-width: 768px) {
  #pre .pre-problemsTitle {
    line-height: 1.6;
    margin: 0 0 4.8rem;
    font-size: clamp(4.5rem, 5.8vw, 5rem);
  }
}

#pre .pre-problemsTitleEm {
  position: relative;
  display: inline-block;
}

#pre .pre-problemsTitleEm::after {
  content: "";
  position: absolute;
  left: clamp(0.9rem, 2.8vw, 1.5rem);
  bottom: -0.3rem;
  width: 100%;
  height: 0.8rem;
  background: url(/fukugyou-dokuritsu/img/pct_pre_problems_underline.svg) no-repeat;
  background-size: clamp(12rem, 35vw, 17rem) 0.8rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-problemsTitleEm::after {
    width: 31rem;
    height: 1.2rem;
    background: url(/fukugyou-dokuritsu/img/pct_pre_problems_underline_pc.svg) no-repeat;
    background-size: cover;
    bottom: -0.4rem;
    font-size: clamp(2rem, 2.6vw, 3.2rem);
    left: clamp(2.4rem, 3.1vw, 3.2rem);
  }
}

#pre .pre-problemsList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem 2rem;
  max-width: 50rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #pre .pre-problemsList {
    grid-template-columns: repeat(4, 1fr);
    gap: 3.2rem 0;
    max-width: 109.6rem;
  }
}

#pre .pre-problemsItem {
  position: relative;
  z-index: 0;
}

#pre .pre-problemsItem::before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: var(--color-white);
  box-shadow: 0 6.8px 19px rgba(0,0,0,0.04);
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: clamp(14rem, 43vw, 20rem);
  height: clamp(14rem, 43vw, 20rem);
}
@media screen and (min-width: 768px) {
  #pre .pre-problemsItem::before {
    width: clamp(17rem, 22vw, 25rem);
    height: clamp(17rem, 22vw, 25rem);
  }
}

#pre .pre-problemsText {
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 1rem;
  padding: 4.2rem 0 0;
  font-size: clamp(1.5rem, 4.6vw, 1.8rem);

}
@media screen and (min-width: 768px) {
  #pre .pre-problemsText {
    line-height: 1.6;
    margin: 0 0 1rem;
    font-size: clamp(1.8rem, 2.3vw, 2.5rem);
    padding: clamp(4.2rem, 4.51vw, 6.5rem) 0 0;
  }
}

#pre .pre-problemsPct {
  width: 11rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  #pre .pre-problemsPct {
    width: clamp(14.7rem, 19.1vw, 20rem);
    height: auto;
  }
}


/*
==================================================
pre-solution
==================================================
*/
#pre .pre-solutionContainer {
  background: var(--color-paleBlue);
  padding: 0 0 13rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-solutionContainer {
    padding: 0 0 32rem;
  }
}

#pre .pre-solutionLabel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url(/fukugyou-dokuritsu/img/bg_pre_solution_bubble.svg) no-repeat;
  background-size: cover;
  width: 13.8rem;
  height: 4.2rem;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 0 0 0.9rem;
  margin: -2rem 0 2.4rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-solutionLabel {
    width: 26.6rem;
    height: 8.1rem;
    font-size: 3rem;
    margin: -3.4rem 0 4.8rem;
    padding: 0 0 1.4rem;
  }
}

#pre .pre-solutionTitleEm {
  color: var(--color-blue);
  font-size: 3rem;
  position: relative;
  display: grid;
}
@media screen and (min-width: 768px) {
  #pre .pre-solutionTitleEm {
    font-size: 7.2rem;
  }
}

#pre .pre-solutionTitleEm::after {
  content: "";
  width: 0.7rem;
  height: 2.1rem;
  background: url(/fukugyou-dokuritsu/img/dec_pre_solution_equal.svg) no-repeat;
  background-size: cover;
  margin: 0.8rem auto;
}
@media screen and (min-width: 768px) {
  #pre .pre-solutionTitleEm::after {
    width: 1.7rem;
    height: 5.1rem;
    margin: 2rem auto;
  }
}

#pre .pre-solutionTitleLead {
  color: var(--color-white);
  background: var(--color-lightBlue);
  padding: 0.8rem 1rem 1.2rem;
  margin: 0 0 9.4rem;
  display: inline-block;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  position: relative;
  z-index: 2;
  font-size: clamp(2.5rem, 7.8vw, 3rem);
}
@media screen and (min-width: 768px) {
  #pre .pre-solutionTitleLead {
    padding: 1.1rem 1rem 2rem;
    margin: 0 0 9rem;
    font-size: clamp(5.8rem, 7.5vw, 7.2rem);
  }
}

#pre .pre-solutionInner {
  position: relative;
}

#pre .pre-solutionItem {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}

#pre .pre-solutionText {
  line-height: 2.3;
  font-weight: 700;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  position: absolute;
  top: -3.8rem;
  right: 1.6rem;
  text-align: left;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #pre .pre-solutionText {
    top: 7.2rem;
    font-size: clamp(2rem, 2.6vw, 2.4rem);
  }
}

#pre .pre-solutionImg {
  width: clamp(0rem, 91.794vw, 60rem);
  height: 45.6rem;  
  overflow: hidden;
  border-radius: 0 9999px 9999px 0;
}
@media screen and (min-width: 768px) {
  #pre .pre-solutionImg {
    width: 68.333vw;
    height: clamp(20rem, 48.194vw, 69.4rem);
    max-width: 240rem;
  }
}

#pre .pre-solutionImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: right bottom;
}

#pre .pre-solutionImg::before,
#pre .pre-solutionImg::after {
  content: "";
  position: absolute;
  z-index: 1;
}

#pre .pre-solutionImg::before {
  left: 1.6rem;
  top: -2rem;
  width: 9rem;
  height: 8.2rem;
  background: url(/fukugyou-dokuritsu/img/dec_pre_solution_circle_01.svg) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #pre .pre-solutionImg::before {
    width: 16.1rem;
    height: 14.8rem;
    left: 5.5rem;
    top: -10.2rem;
  }
}

#pre .pre-solutionImg::after {
  bottom: -3.7rem;
  right: 0.4rem;
  width: 16rem;
  height: 14.8rem;
  background: url(/fukugyou-dokuritsu/img/dec_pre_solution_circle_02.svg) no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #pre .pre-solutionImg::after {
    right: 34.722vw;
    width: min(31.25vw, 32.4rem);
    height: min(28.77vw, 29.9rem);
  }
}

/*
==================================================
pre-intro : 「プレ独立」のススメ
==================================================
*/
#pre .pre-intro {
  overflow: hidden;
  border-radius: 30px 30px 0 0;
  background: var(--color-gray);
  margin: -2.5rem 0 0;
}
@media screen and (min-width: 768px) {
  #pre .pre-intro {
    border-radius: 120px 120px 0 0;
    margin: -10rem 0 0;
  }
}

#pre .pre-introContainer {
  background: url(/fukugyou-dokuritsu/img/bg_pre_intro.svg) repeat;
  position: relative;
  border-bottom-left-radius: 400px 240px;
  border-bottom-right-radius: 400px 240px;
  margin: 0 -10rem;
  padding: 5.6rem 11.6rem 9.6rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-introContainer {
    border-bottom-left-radius: 900px 300px;
    border-bottom-right-radius: 900px 300px;
    padding: 8rem 11.6rem 21rem;
  }
}

#pre .pre-introTitle {
  color: var(--color-white);
  line-height: 1.4;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin: 0 0 3.2rem;
  font-size: clamp(2rem, 6.2vw, 2.4rem);
}
@media screen and (min-width: 768px) {
  #pre .pre-introTitle {
    font-size: 5rem;
    margin: 0 0 5.6rem;
    letter-spacing: 0.15em;
  }
}

#pre .pre-introTitleEm {
  font-size: clamp(2.8rem, 8.7vw, 3.2rem);
}
@media screen and (min-width: 768px) {
  #pre .pre-introTitleEm {
    font-size: 6.4rem;
  }
}

#pre .pre-introText {
  color: var(--color-white);
  font-weight: 700;
  line-height: 2;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  text-align: left;
  width: 82.1229%;
  margin: 0 auto 2.4rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-introText {
    font-size: 2rem;
    max-width: 89.6rem;
  }
}

#pre .pre-introText:last-of-type {
  margin: 0 auto 5.6rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-introText:last-of-type {
    margin: 0 auto 6.4rem;
  }
}

#pre .pre-introSubtitle {
  display: inline-block;
  width: 100%;
  max-width: 50rem;
  background: #2FA9E6;
  color: var(--color-white);
  font-weight: 700;
  padding: 1.4rem 1.4rem 1.8rem;
  border-radius: 9999px;
  border: 2px dotted var(--color-white);
  text-align: center;
  line-height: 1.4;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  margin: 0 auto 2.4rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-introSubtitle {
    max-width: 77.6rem;
    font-size: 3.2rem;
    border: 3px dotted var(--color-white);
    padding: 2.3rem 2.3rem 2.9rem;
    line-height: 1;
    margin: 0 auto 4rem;
  }
}

#pre .pre-introPct {
  max-width: 50rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #pre .pre-introPct {
    max-width: 80rem;
  }
}

#pre .pre-introPct picture {
  display: block;
  aspect-ratio: 179 / 209;
}
@media (min-width:768px){
  #pre .pre-introPct picture {
    aspect-ratio: 400 / 427;
  }
}

/*
==================================================
pre-merit : メリット
==================================================
*/
#pre .pre-meritContainer {
  background: var(--color-gray);
  padding: 5.6rem 1.6rem 8rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-meritContainer {
    padding: 15rem 1.6rem 20rem;
  }
}

@media screen and (min-width: 768px) {
  #pre .pre-meritHeader {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    margin: 0 0 7.8rem;
    flex-wrap: wrap;
  }
}

#pre .pre-meritTitle {
  color: var(--color-blue);
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin: 0 0 1rem;
  font-size: clamp(2.5rem, 7.8vw, 2.8rem);
}
@media screen and (min-width: 768px) {
  #pre .pre-meritTitle {
    font-size: 5rem;
  }
}

#pre .pre-meritTitleSub {
  font-size: 3.5rem;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 768px) {
  #pre .pre-meritTitleSub {
    display: inline-block;
    font-size: 5rem;
    font-weight: 500;
  }
}

#pre .pre-meritMainPct {
  width: 24.4rem;
  height: auto;
  margin: 0 0 3.5rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-meritMainPct {
    width: 27.1rem;
    margin: 0 2rem 2rem 0;
  }
}

#pre .pre-meritList {
  list-style: none;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 4.7rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-meritList {
    grid-template-columns: repeat(2, 1fr);
    gap: 6.8rem 2.4rem;
    max-width: 108rem;
    align-items: stretch;
  }
}

#pre .pre-meritItem {
  background: var(--color-white);
  border-radius: 8px;
  box-shadow: 0 8px 23px 0 rgba(0, 0, 0, 0.06);
  position: relative;
  text-align: left;
  padding: 4.4rem 1.6rem 3rem;
  max-width: 60rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #pre .pre-meritItem {
    border-radius: 10px;
    padding: 4.8rem 2.4rem 3.2rem;
    max-width: none;
    margin: 0;
    height: 100%; 
    display: flex;
    flex-direction: column;
  }
}

#pre .pre-meritNumber {
  background: var(--color-lightBlue);
  color: var(--color-white);
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.1;
  font-size: 1.3rem;
  letter-spacing: 0.06em;
  position: absolute;
  top: -2.7rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  #pre .pre-meritNumber {
    width: 8rem;
    height: 8rem;
    font-size: 1.8rem;
    top: -4.4rem;
    line-height: 1.05;
  }
}

#pre .pre-meritNumberSub {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-meritNumberSub {
    font-size: 3rem;
  }
}

#pre .pre-meritItemTitle {
  font-size: 2rem;
  margin: 0 0 1rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #pre .pre-meritItemTitle {
    font-size: 2.5rem;
    margin: 0 0 1.6rem;
  }
}

#pre .pre-meritInner {
  display: flex;
  justify-content: space-between;
  align-items: start;
}

#pre .pre-meritText {
  width: 69.938%;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #pre .pre-meritText {
    font-size: 1.8rem;
    width: 74.583%;
  }
}

#pre .pre-meritPct {
  width: 25.153%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #pre .pre-meritPct {
    width: 20.416%;
  }
}

/*
==================================================
pre-plan : プレ独立の選び方
==================================================
*/
.pre-plan { 
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 3.5rem 0 0;
  background: linear-gradient(to bottom, var(--color-gray), transparent);
}
@media screen and (min-width: 768px) {
  .pre-plan {
    padding: 7rem 0 0;
  }
}

.pre-planContainer {
  position: relative;
}

#pre .pre-planHeader {
  background: url(/fukugyou-dokuritsu/img/pht_pre_plan.jpg) no-repeat;
  background-size: cover;
  position: relative;
  height: 30rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #pre .pre-planHeader {
    background: url(/fukugyou-dokuritsu/img/pht_pre_plan_pc.jpg) no-repeat top;
    background-size: cover;
    height: 60rem;
  }
}

#pre .pre-planHeaderCircle {
  position: absolute;
  top: -3.4rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: min(33.2rem, 92vw);
  aspect-ratio: 1 / 1;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #pre .pre-planHeaderCircle {
    top: -6.6rem;
    width: 60.2rem;
  }
}

#pre .pre-planHeaderCircle img {
  display: block;
  width: 100%;
  height: 100%;
}

/* 回転アニメーション */
.pre-planHeaderCircle.rotate img {
  animation: pre-plan-rotate 60s linear infinite;
}

@keyframes pre-plan-rotate {
  from { transform: rotate(0deg); }
  to   { transform: rotate(360deg); }
}

#pre .pre-planHeaderLead {
  color: var(--color-white);
  font-size: 2.1rem;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  z-index: 3;
  text-shadow: 0 2px 7px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  #pre .pre-planHeaderLead {
    font-size: 4rem;
    margin: -12rem 0 0;
  }
}

#pre .pre-planCurve {
    background: var(--color-yellow);
    height: 3rem;
    border-radius: 30px 30px 0 0;
    margin: -3rem 0 0;
    z-index: 1;
    position: relative;
}
@media screen and (min-width: 768px) {
  #pre .pre-planCurve {
    border-radius: 120px 120px 0 0;
    height: 12rem;
    margin: -12rem 0 0;
  }
}

#pre .pre-planInner {
  background: var(--color-yellow);
  position: relative;
  z-index: 1;
  text-align: left;
  border-bottom-left-radius: 400px 240px;
  border-bottom-right-radius: 400px 240px;
  margin: 0 -10rem;
  padding: 2.6rem 10.8rem 10rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-planInner {
    margin: 0 -10rem;
    border-bottom-left-radius: 900px 300px;
    border-bottom-right-radius: 900px 300px;
    padding: 0 11.6rem 16rem;
  }
}

#pre .pre-planTitle {
  line-height: 1.3;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
  margin: 0 0 2.4rem;
  text-align: center;
  font-size: clamp(3rem, 9.3vw, 3.2rem);
}
@media screen and (min-width: 768px) {
  #pre .pre-planTitle {
    margin: 0 0 4rem;
    font-size: clamp(4rem, 5.2vw, 5rem);
  }
}

#pre .pre-planIntro {
  line-height: 2;
  letter-spacing: 0.02em;
  margin: 0 auto 3.2rem;
  width: 95.72%;
}
@media screen and (min-width: 768px) {
  #pre .pre-planIntro {
    font-size: 1.8rem;
    margin: 0 auto 6.4rem;
    max-width: 89.6rem;
  }
}

#pre .pre-planNavList {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin: 0 auto 4.8rem;
  max-width: 60rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-planNavList {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
    margin: 0 auto 6.4rem;
    max-width: 99rem;
  }
}

#pre .pre-planNavLink {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  text-decoration: none;
  font-size: 1.5rem;
  background: #fff;
  border-radius: 999px;
  position: relative;
  border: 1px solid var(--color-paleYellow);
  box-shadow: 0 3px 9px rgba(211,176,61,0.52);
  color: var(--color-black);
  padding: 0.8rem 0 2.8rem;
  transition: background 0.3s ease;
}
@media screen and (min-width: 768px) {
  #pre .pre-planNavLink {
    font-size: 1.8rem;
    padding: 1.4rem 0 3.4rem;
  }
}

#pre .pre-planNavLink:hover {
  background: #FFF4C1;
}

#pre .pre-planNavLink::after {
  bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-planNavLink::after {
    top: 4.7rem;
    left: 50%;
    width: 0.4rem;
    height: 0.4rem;
  }
}

#pre .pre-planNavLink .pre-navLabel {
  position: relative;
  display: inline-block;
}

#pre .pre-planBlock {
  background: var(--color-white);
  padding: 0 0 3.2rem;
  margin: 0 0 3.2rem;
  border-radius: 0 0 8px 8px;
}
@media screen and (min-width: 768px) {
  #pre .pre-planBlock {
    max-width: 108rem;
    padding: 0 0 8.5rem;
    margin: 0 auto 7.2rem;
    border-radius: 0 0 10px 10px;
  }
}

#pre .pre-planBlockTitle {
  background: var(--color-blue);
  color: var(--color-white);
  font-size: 2rem;
  text-align: center;
  padding: 2rem 0.8rem;
  margin: 0 0 1.6rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #pre .pre-planBlockTitle {
    font-size: 3.2rem;
    margin: 0 0 4rem;
    padding: 3rem 1.6rem;
  }
}

#pre .pre-planBlockLead {
  width: 87.16%;
  margin: 0 auto 3.2rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  #pre .pre-planBlockLead {
    font-size: 1.8rem;
    width: 82.96%;
    margin: 0 auto 4rem;
  }
}

#pre .pre-planPoint {
  background: var(--color-lightYellow);
  border-radius: 8px;
  padding: 1rem 1.2rem 2.2rem;
  width: 87.16%;
  margin: 0 auto 3.2rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-planPoint {
    display: flex;
    max-width: 71.2rem;
    padding: 2.4rem 2.8rem 1.2rem;
    justify-content: space-between;
    gap: 2.4rem;
    align-items: flex-start;
    margin: 0 auto 8rem;
  }
}

#pre .pre-planPointIcon {
  margin: 0 auto 1.2rem;
  display: block;
}
@media screen and (min-width: 768px) {
  #pre .pre-planPointIcon {
    width: 6.2rem;
    height: auto;
  }
}

#pre .pre-planPointList {
  list-style: disc;
  margin: 0 1.2rem 0 2.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  #pre .pre-planPointList {
    width: 78%;
    font-size: 1.8rem;
  }
}

#pre .pre-planPointItem {
  margin: 0 0 0.8rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-planPointItem {
    margin: 0 0 1.5rem;
  }
}

#pre .pre-planRecommend {
  border-top: 1px solid #FD9400;
  border-bottom: 1px solid #FD9400;
  width: 93.58%;
  margin: 0 auto 2rem;
  text-align: center;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  #pre .pre-planRecommend {
    border-top: 2px solid #FD9400;
    border-bottom: 2px solid #FD9400;
    max-width: 85.6rem;
    margin: 0 auto 4.8rem;
    padding: 2.2rem 0;
    display: flex;
    justify-content: center;
    gap: 3rem;
    align-items: center;
  }
}

#pre .pre-planRecommendTitle {
  background: #FD9400;
  border-radius: 999px;
  width: fit-content;
  padding: 0.7rem 5rem 0.8rem;
  font-size: 1.5rem;
  color: var(--color-white);
  display: flex;
  align-items: center;
  margin: 0 auto 1.2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #pre .pre-planRecommendTitle {
    margin: 0;
    font-size: 2.1rem;
    padding: 1rem 5.4rem 1.2rem;
  }
}

#pre .pre-planRecommendLabel {
  font-size: 1.1rem;
  margin: 0 0 0 0.8rem;
  font-weight: 700;
  position: absolute;
  right: 1.2rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-planRecommendLabel {
    font-size: 1.3rem;
    letter-spacing: 0.06em;
  }
}

#pre .pre-planRecommendNote {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #pre .pre-planRecommendNote {
    font-size: 2.5rem;
  }
}

#pre .pre-planRecommendFree {
  color: #FD6100;
  padding: 0.5rem 0 0;
  background: radial-gradient(2px 2px at center center, #FD6100, #FD6100 100%, transparent) repeat-x top left;
  background-size: 2rem 0.6rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-planRecommendFree {
    background-size: 2.6rem 0.6rem;
  }
}

#pre .pre-planList {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 93.58%;
  margin: auto;
  align-items: stretch;
  grid-template-rows: auto auto auto;
  gap: 0 1.2rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-planList {
    max-width: 85.6rem;
    gap: 0 4rem;
  }
}

#pre .pre-planItem {
  background: var(--color-white);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  border: 1px solid #D1D1D1;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
@media screen and (min-width: 768px) {
  #pre .pre-planItem {
    border-radius: 10px;
  }
}

#pre .pre-planItemLink {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: 1 / -1;
  text-decoration: none;
  padding: 0 0 1.6rem;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 768px) {
  #pre .pre-planItemLink {
    padding: 0 0 2.4rem; 
  }
}
#pre .pre-planItemLink:hover {
  opacity: 0.7;
}

#pre .pre-planItemThumb {
  width: 100%;
  height: auto;
  border-radius: 7px 7px 0 0;
}
@media screen and (min-width: 768px) {
  #pre .pre-planItemThumb {
    border-radius: 9px 9px 0 0;
  }
}

#pre .pre-planItemText,
#pre .pre-planItemCompany {
  padding: 0 0.8rem;
  margin: 0 auto;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  #pre .pre-planItemText,
  #pre .pre-planItemCompany {
    padding: 0 1.6rem;
  }
}

#pre .pre-planItemText {
  color: var(--color-black);
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 1rem 0.8rem 0;
}
@media screen and (min-width: 768px) {
  #pre .pre-planItemText {
    font-size: 1.6rem;
    padding: 1.6rem 1.6rem 0;
  }
}

#pre .pre-planItemCompany {
  font-size: 1.2rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  padding: 1rem 0.8rem 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #pre .pre-planItemCompany {
    font-size: 1.4rem;
    padding: 1.6rem 1.6rem 0;
  }
}


/*
==================================================
pre-cases : 副業オーナー事例
==================================================
*/
#pre .pre-casesContainer {
  padding: 14rem 0 3.2rem;
  margin: -8rem 0 0;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='4' height='4' shape-rendering='crispEdges'><rect x='0' y='3' width='1' height='1' fill='%23afe1f9'/><rect x='1' y='2' width='1' height='1' fill='%23afe1f9'/><rect x='2' y='1' width='1' height='1' fill='%23afe1f9'/><rect x='3' y='0' width='1' height='1' fill='%23afe1f9'/></svg>");
  background-size: 4px 4px;
  image-rendering: pixelated;
}
@media screen and (min-width: 768px) {
  #pre .pre-casesContainer {
    padding: 32rem 0 3.2rem;
    margin: -14.5rem 0 0;
  }
}

#pre .pre-casesTitle {
  font-size: 2.4rem;
  line-height: 1.4;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  #pre .pre-casesTitle {
    font-size: 5rem;
  }
}

#pre .pre-casesTitleEm {
  color: var(--color-blue);
  font-size: 3.2rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #pre .pre-casesTitleEm {
    font-size: 6.4rem;
  }
}

.pre-casesLead {
  overflow: hidden;
  white-space: nowrap;
  font-size: 6.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #fff;
  -webkit-text-stroke: 0.6px #afe1f9;
}
@media screen and (min-width: 768px) {
  .pre-casesLead {
    font-size: 16.9rem;
    font-weight: 400;
    line-height: 0.92;
  }
}

.pre-casesLead__track {
  display: inline-flex;
  width: max-content;
  will-change: transform;
  animation: marquee 30s linear infinite;
  transform: translate3d(0,0,0);
}

.pre-casesLead__item {
  display: inline-block;
  padding-right: 2rem;
}

@keyframes marquee {
  from { transform: translate3d(0,0,0); }
  to   { transform: translate3d(-33.333333%, 0, 0); }
}

#pre .pre-casesItem {
  background: var(--color-white);
  padding: 1.6rem;
  margin: -1.6rem auto 4.8rem;
  width: 91.794%;
  border-radius: 8px;
  box-shadow: 0 10px 28px 0 rgba(202, 223, 235, 0.35);
}
@media screen and (min-width: 768px) {
  #pre .pre-casesItem {
    max-width: 89.6rem;
    padding: 6.4rem 9.2rem;
    border-radius: 10px;
    margin: -6.4rem auto 13.6rem;
  }
}

#pre .pre-casesItemInner {
  margin: 0 0 2.4rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #pre .pre-casesItemInner {
    margin: 0 0 3.2rem;
  }
}

#pre .pre-casesItemInner picture{
  display: block;
  width: 100%;
  height: clamp(240px, 82vw, 440px);
  border-radius: 8px;
  overflow: hidden;
}

#pre .pre-casesItemInner picture > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

@media (min-width:768px){
  #pre .pre-casesItemInner picture{
    height: auto;
    aspect-ratio: 356 / 215;
    border-radius: 10px;
  }
}

#pre .pre-casesProfile {
  position: absolute;
  top: 0;
  left: 1rem;
  display: flex;
  padding: 0 1.1rem 1.2rem;
}

#pre .pre-casesProfileSide,
#pre .pre-casesProfileMain {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-weight: 700;
  letter-spacing: 0.15em;
  padding: 1.2rem 0;
  display: flex;
  align-items: center;
  height: fit-content;
  font-size: clamp(1.3rem, 4vw, 1.5rem);
}
@media screen and (min-width: 768px) {
  #pre .pre-casesProfileSide,
  #pre .pre-casesProfileMain {
    font-size: 1.8rem;
    padding: 1.6rem 0;
  }
}

#pre .pre-casesProfileSide {
  background: var(--color-blue);
  color: var(--color-white);
}

#pre .pre-casesProfileMain {
  background: var(--color-white);
  color: var(--color-blue);
}

#pre .pre-casesProfileLabel {
  width: 3.4rem;
  padding: 0 0 1.2rem;
  margin: 0 0 1.2rem;
  display: flex;
  align-items: center;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  #pre .pre-casesProfileLabel {
    width: 4.1rem;
  }
}

#pre .pre-casesProfileSide .pre-casesProfileLabel {
  border-bottom: 1px solid var(--color-white);
}

#pre .pre-casesProfileMain .pre-casesProfileLabel {
  border-bottom: 1px solid var(--color-blue);
}

#pre .pre-casesItemSubtitle {
  text-align: left;
  font-size: 1.8rem;
  line-height: 1.6;
  margin: 0 0 2.4rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-casesItemSubtitle {
    font-size: 2.5rem;
    line-height: 1.5;
    margin: 0 auto 3.2rem;
    max-width: 64.8rem;
  }
}

#pre .pre-casesDetail {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  #pre .pre-casesDetail {
    flex-direction: row;
  }
}

#pre .pre-casesDetailItem {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  #pre .pre-casesDetailItem {
    flex: 1;
  }
}

#pre .pre-casesDetailTitle {
  background: var(--color-lightBlue);
  color: var(--color-white);
  text-align: left;
  font-size: 1.8rem;
  padding: 1.2rem 1.6rem;
}

#pre .pre-casesDetailText {
  background: var(--color-paleBlue);
  text-align: left;
  padding: 1.2rem 1.6rem;
  font-size: 1.5rem;
  line-height: 1.8;
  flex: 1;
}

/*
==================================================
pre-truth : プレ独立の真実
==================================================
*/
#pre .pre-truthContainer {
  background: url(/fukugyou-dokuritsu/img/bg_pre_truth.jpg) no-repeat;
  background-size: contain;
}

#pre .pre-truthHeader {
  background: url(/fukugyou-dokuritsu/img/bg_pre_truth_ttl.jpg) repeat;
  background-position: center 40rem;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 3.2rem;
  padding: 3.2rem 3.2rem 4.2rem;
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  #pre .pre-truthHeader {
    margin: 0 0 8rem;
    padding: 4.8rem 3.2rem 7.2rem;
  }
}

#pre .pre-truthHeader::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 20px;
  height: 14px;
  transform: translateX(-50%);
  background: inherit;
  background-repeat: inherit;
  background-size: inherit;
  background-position: inherit;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  #pre .pre-truthHeader::after {
    bottom: -26px;
    width: 38px;
    height: 28px;
  }
}

#pre .pre-truthHeaderLabel {
  margin: 0 0 1.2rem;
  font-size: clamp(2rem, 6.2vw, 2.2rem);
}
@media screen and (min-width: 768px) {
  #pre .pre-truthHeaderLabel {
    font-size: 4.6rem;
    margin: 0 0 2.4rem;
  }
}

#pre .pre-truthHeaderLead {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  padding: 0 2rem;
  margin: 0 0 1rem;
}
@media screen and (min-width: 768px) { 
  #pre .pre-truthHeaderLead {
    font-size: 4rem;
    margin: 0 0 2.4rem;
    padding: 0 5rem;
  }
}

#pre .pre-truthHeaderLead::before,
#pre .pre-truthHeaderLead::after {
  content: "";
  position: absolute;
  top: 55%;
  width: 1.8rem;
  height: 2px;
  background: var(--color-white);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) { 
  #pre .pre-truthHeaderLead::before,
  #pre .pre-truthHeaderLead::after {
    width: 4rem;
    height: 4px;
  }
}

#pre .pre-truthHeaderLead::before {
  left: 0;
  transform: translateY(-50%) rotate(60deg);
}

#pre .pre-truthHeaderLead::after {
  right: 0;
  transform: translateY(-50%) rotate(-60deg);
}

#pre .pre-truthTitle {
  font-size: 3rem;
  border-top: 2px solid var(--color-white);
  border-bottom: 2px solid var(--color-white);
  width: fit-content;
  padding: 1.2rem 0 1.8rem;
  margin: auto;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) { 
  #pre .pre-truthTitle {
    font-size: 6.9rem;
    border-top: 3px solid var(--color-white);
    border-bottom: 3px solid var(--color-white);
  }
}

#pre .pre-truthIntro {
  line-height: 2;
  margin: 0 auto 4rem;
  text-align: left;
  width: 91.794%;
}
@media screen and (min-width: 768px) { 
  #pre .pre-truthIntro {
    max-width: 89.6rem;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 768px) { 
  #pre .pre-truthProfile {
    display: flex;
    max-width: 101rem;
    justify-content: space-between;
    margin: auto;
    padding: 0 1.6rem;
  }
}

#pre .pre-truthProfileText {
  position: relative;
  width: 30rem;
  padding: 2.7rem 1.2rem 2.2rem;
  border: 2px solid var(--color-black);
  border-radius: 15px;
  margin: 0 1.6rem 3.4rem auto;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #pre .pre-truthProfileText {
    align-self: flex-start;
    padding: 3.2rem 2.4rem;
    width: clamp(38rem, 4.9vw, 43.8rem);
    margin: clamp(0.1rem, calc(20.7vw - 157.4px), 8.8rem) 3.2rem 0 0;
  }
}

#pre .pre-truthProfileText::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  width: 30px;
  height: 2px;
  background: var(--color-black);
  box-shadow: 0 2px 0 var(--color-white), 0 -2px 0 var(--color-white);
  rotate: -50deg;
}
@media screen and (min-width: 768px) {
  #pre .pre-truthProfileText::after {
    rotate: 50deg;
    right: -2rem;
    left: auto;
    top: 10rem;
  }
}

#pre .pre-truthProfileName {
  margin: 0 0 1.6rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  #pre .pre-truthProfileName {
    font-size: 2rem;
    margin: 0 0 2rem;
  }
}

#pre .pre-truthProfileDesc {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #pre .pre-truthProfileDesc {
    font-size: 1.6rem;
  }
}

#pre .pre-truthProfileImg {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  padding: 3px;
  background: var(--color-skyBlue);
  width: min(86vw, 36rem);
  height: min(86vw, 36rem);
  aspect-ratio: 1 / 1;
  margin: 0 auto 5.6rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-truthProfileImg {
    width: 56rem;
    height: 56rem;
    aspect-ratio: 1 / 1;
  }
}

#pre .pre-truthProfileImg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 5px solid #fff;
}
@media screen and (min-width: 768px) {
  #pre .pre-truthProfileImg img {
    border: 10px solid #fff;
  }
}

#pre .pre-truthInterview {
  text-align: left;
  width: 91.794%;
  margin: 8rem auto 8rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-truthInterview {
    max-width: 89.4rem;
    margin: 8rem auto 16rem;
  }
}

#pre .pre-truthQuestion {
  color: var(--color-blue);
  font-size: 2rem;
  margin: 0 0 1.6rem;
  line-height: 1.5;
  position: relative;
  padding: 0 0 0 2.4em; 
}
@media screen and (min-width: 768px) {
  #pre .pre-truthQuestion {
    font-size: 2.5rem;
    margin: 0 0 3.2rem;
    padding: 0 0 0 5.4rem;
  }
}

#pre .pre-truthQuestion::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  width: 3.2rem;
  height: 2px;
  background: var(--color-blue);
}
@media screen and (min-width: 768px) {
  #pre .pre-truthQuestion::before {
    width: 4rem;
    top: 0.75em;
  }
}

#pre .pre-truthAnswer {
  background: var(--color-lightGray);
  border-radius: 10px;
  padding: 2.4rem;
  font-size: 1.5rem;
  margin: 0 0 4rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-truthAnswer {
    font-size: 1.6rem;
    line-height: 2.2;
    padding: 4rem;
    margin: 0 0 7.2rem;
  }
}

@media screen and (min-width: 768px) {
  #pre .pre-truthAnswerFlex {
    display: flex;
    justify-content: space-between;
    gap: 4rem;
  }
}

@media screen and (min-width: 768px) {
  #pre .pre-truthAnswerFlex:nth-child(even of .pre-truthAnswerFlex) {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  #pre .pre-truthAnswerFlex .pre-truthAnswerInner {
    width: 64.373%;
  }
}

#pre .pre-truthAnswerText {
  margin: 0 0 2.4rem;
  line-height: 1.9;
}

#pre .pre-truthAnswerText:last-child {
  margin: 0 0 1.6rem;
}

#pre .pre-truthEmphasis {
  font-weight: 700;
  background: var(--color-paleYellow);
}

#pre .pre-truthImg {
  width: 25rem;
  height: 25rem;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #pre .pre-truthImg {
    margin: 0;
  }
}

#pre .pre-truthImg img {
  width: 100%;
  height: auto;
}

#pre .pre-truthInfo {
  border: 1px solid #D8D8D8;
  background: var(--color-white);
  padding: 1.6rem;
  border-radius: 10px;
  width: 79.487%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #pre .pre-truthInfo {
    padding: 2.4rem;
    text-align: center;
  }
}

#pre .pre-truthInfoTitle {
  font-weight: 700;
  line-height: 1.45;
  margin: 0 0 0.8rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-truthInfoTitle {
    font-size: 1.8rem;
  }
}

#pre .pre-truthInfoText {
  font-size: 1.5rem;
  line-height: 1.9;
  text-decoration: underline;
  transition: color 0.2s ease;
}
@media screen and (min-width: 768px) {
  #pre .pre-truthInfoText {
    font-size: 1.6rem;
  }
}
#pre .pre-truthInfoText:hover {
  opacity: 0.7;
}


/*
===============================
pre-truthNav : 記事用ナビ
===============================
*/
#pre .truthNavContainer {
  margin: -16rem 0 0;
  position: relative;
  z-index: 70;
}

#pre .truthNav{
  position: relative;
  width: 100%;
  overflow-x: hidden !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: auto;
  background: var(--color-white);
  scroll-behavior: auto;
  scrollbar-width: none;
  overscroll-behavior: contain;
}

#pre .truthNav::-webkit-scrollbar{ 
  display: none;
}

#pre .truthNavTrack{
  display: flex;
  gap: 0 !important;
  transition: none !important;
  transform: translateZ(0);
  backface-visibility: hidden;
  will-change: transform;
}

#pre .truthNavItem{
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  white-space: nowrap;
  width: auto;
  min-width: 0;
  max-width: none;
  overflow: hidden;
  margin-right: 24px;
}

#pre .truthNavLink{
  display: inline-block;
  padding: 1.2rem 1.2rem 1.4rem;
  box-sizing: border-box;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  color: var(--color-black);
  text-decoration: none;
  transition: color 0.2s linear;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 768px){
  #pre .truthNavLink{
    padding: 3rem 2.8rem 3rem;
    font-size: 1.8rem;
  }
}

#pre .truthNavLink::before{
  position: absolute;
  content: "#";
  left: 0;
}
#pre .truthNavLink:hover{
  color: var(--color-lightBlue);
  font-weight: 700;
}

#pre .truthNavTop,
#pre .truthNavBottom{
  border-top: 1px solid var(--color-black);
}

#pre .truthNavBottom {
  border-bottom: 1px solid var(--color-black);
}

@media screen and (min-width: 768px){
  #pre .truthNavTop,
  #pre .truthNavBottom{ display: none; }
}

#pre .truthNavContainerPc{
  max-width: 144rem;
  margin: auto;
}
#pre .truthNavPc{ display: none; }
@media screen and (min-width: 768px){
  #pre .truthNavPc{
    display: block;
    border-top: 1px solid var(--color-black);
    border-bottom: 1px solid var(--color-black);
    background: var(--color-white);
  }
}

/* 端フェード */
.truthNavMask{
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
          mask-image: linear-gradient(to right, transparent 0%, black 8%, black 92%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}

.truthNav { 
  touch-action: pan-y;
}

.truthNavTrack {
  touch-action: pan-y;
}


/*
======================================================
pre-plan pre-planCondensed : 理想の副業で選ぶプレ独立プラン
======================================================
*/
#pre .pre-planCondensed {
  background: var(--color-white);
  padding: 3.2rem 0 0;
}
@media screen and (min-width: 768px) {
  #pre .pre-planCondensed {
    padding: 12rem 0 0;
  }
}

#pre .pre-planCondensed .pre-planTitle {
  margin: 0 0 3.2rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-planCondensed .pre-planTitle {
    margin: 0 0 6.4rem;
  }
}

@media screen and (min-width: 768px) {
  #pre .pre-planCondensed .pre-planBlock {
    max-width: 94.4rem;
    padding: 0 0 5.6rem;
  }
}

#pre .pre-planCondensed .pre-planInner {
  margin: 0 -10rem 5.6rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-planCondensed .pre-planInner {
    margin: 0 -10rem 12rem;
  }
}

/*
==================================================
pre-faq : よくある質問
==================================================
*/
@media screen and (min-width: 768px) {
  #pre .pre-faqContainer {
    margin: 0 0 12.8rem;
  }
}

#pre .pre-faqTitle {
  font-size: 3.2rem;
  margin: 0 0 3.2rem;
}
@media screen and (min-width: 768px) {
  #pre .pre-faqTitle {
    font-size: 5rem;
    margin: 0 0 7.2rem;
  }
}

#pre .pre-faqItem {
  background: var(--color-gray);
  border-radius: 8px;
  padding: 2.4rem 1.6rem;
  width: 91.794%;
  margin: 0 auto 2.4rem;
  text-align: left;
}
@media screen and (min-width: 768px) {
  #pre .pre-faqItem {
    max-width: 89.4rem;
    padding: 3rem 3.2rem 2.4rem;
    margin: 0 auto 3.2rem;
  }
}

#pre .pre-faqQuestion {
  border-bottom: 2px solid var(--color-white);
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
  padding: 0 0 1.4rem;
  margin: 0 0 1.6rem; 
}
@media screen and (min-width: 768px) {
  #pre .pre-faqQuestion {
    gap: 2.4rem;
    padding: 0 0 2.4rem;
    margin: 0 0 2.4rem; 
  }
}

#pre .pre-faqQ {
  font-size: 4rem;
  font-weight: 400;
  color: var(--color-blue);
}
@media screen and (min-width: 768px) {
  #pre .pre-faqQ {
    font-size: 4.2rem;
  }
}

#pre .pre-faqQuestionText {
  font-size: 1.8rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--color-blue);
}
@media screen and (min-width: 768px) {
  #pre .pre-faqQuestionText {
    font-size: 2.5rem;
    line-height: 1.4;
  }
}

#pre .pre-faqAnswerText {
  font-size: 1.5rem;
  line-height: 1.9;
}
@media screen and (min-width: 768px) {
  #pre .pre-faqAnswerText {
    font-size: 1.6rem;
    line-height: 2.2;
  }
}

#pre .pre-faqAnswerList {
  list-style: disc;
  margin: 1.2rem 1.2rem 0 2.2rem;
  line-height: 1.4;
}

#pre .pre-faqAnswerList li {
    margin: 0 0 0.8rem;
}






/*
=============================================================================
crumbPc
=============================================================================

*/
/* crumbPc ----------------------------------------------------------- */
#crumbPc {
  font-size: 12px;
  margin-bottom: 15px;
  color: #666;
  line-height: 1.5;
}
/*SP*/
@media screen and (max-width: 767px) {
  #crumbPc {
    display: none;
  }
}

#crumbPc a {
  text-decoration: none;
}

#crumbPc a:after {
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
  content: "";
  display: inline-block;
  height: 4px;
  margin: 0 8px;
  transform: rotate(-45deg) translateY(-3px);
  width: 4px;
}

#crumbPc a:hover {
  text-decoration: underline;
}

/*
=============================================================================
crumbSp
=============================================================================

*/
/* crumbSp ----------------------------------------------------------- */
#crumbSp {
  display: none;
  background: #979797;
  overflow-x: hidden;
  width: 100%;
}
/*SP*/
@media screen and (max-width: 767px) {
  #crumbSp {
    display: block;
  }
}

#crumbSp ul {
  position: relative;
}

#crumbSp li {
  float: left;
  font-size: 11px;
  white-space: nowrap;
}

#crumbSp li:last-child,
#crumbSp li a {
  color: #fff;
  display: block;
  padding: 11px 18px 10px 15px;
}

#crumbSp li a {
  background: url(/CSP/sp/img/common/arw_cmn_crumb.jpg) no-repeat 100% 50%;
  background-size: auto 100%;
}

/* crumbSp smooth move ----------------------------------------------------------- */
.touchscrollanime {
  transition: 0.5s ease-out;
}

/*
=============================================================================
footer
=============================================================================

*/
/* pagetopPc ----------------------------------------------------------- */
.pagetopPc {
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: right;
  width:1000px;
  display:none;
}
/*PC*/
@media screen and (min-width: 768px) {
  .pagetopPc {
    display:block;
  }
}
/*768px以上1000px以下*/
@media screen and (min-width:768px) and ( max-width:1000px) {
  .pagetopPc {
    width:100%;
    padding: 0 10px 20px 10px;
  }
}
.pagetopPc a {
  background: url(/CSP/pc/img/common/icn_cmn_pagetop.png) no-repeat 0 center;
  padding: 0 0 0 15px;
  text-decoration:none;
}
.pagetopPc a:hover {
  text-decoration:underline;
}

/* pagetopSp ----------------------------------------------------------- */
#pagetopSp {
  background: rgba(141, 141, 141, 0.8);
  border-radius: 5px;
  bottom: 10px;
  color: #fff;
  display: none;
  font-size: 10px;
  font-weight: bold;
  height: 47px;
  line-height: 1.1;
  padding-top: 20px;
  position: fixed;
  right: 10px;
  vertical-align: middle;
  width: 47px;
  z-index: 100;
}
/*SP*/
@media screen and (max-width: 767px) {
  #pagetopSp {
    display:block;
  }
}

#pagetopSp:before {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  content: "";
  height: 9px;
  width: 9px;
  position: absolute;
  left: 16px;
  top: 8px;
  transform: rotate(-45deg);
}

/* footermiddle ----------------------------------------------------------- */

#footermiddle {
  margin: 0px auto 20px auto;
  text-align: left;
  width: 1000px;
  display:block;
}
/*SP*/
@media screen and (max-width: 767px) {
  #footermiddle {
    display:none;
  }
}
/*768px以上1000px以下*/
@media screen and (min-width:768px) and ( max-width:1000px) {
  #footermiddle {
    width:100%;
    padding:0 10px;
  }
}

#footermiddle ul li {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  margin: 5px 0;
}
#footermiddle ul li:not(:last-child) {
  border-right: 1px solid #999;
  margin-right: 5px;
  padding-right: 8px;
}
#footermiddle ul li a {
  text-decoration: none;
}
#footermiddle ul li a:hover {
  text-decoration: underline;
}

/* footerPc ----------------------------------------------------------- */
#footerPc {
  border-top: 3px solid #197ec4;
  padding: 14px 0;
  min-width: 1000px;
  display: block;
}
/*SP*/
@media screen and (max-width: 767px) {
  #footerPc {
    display: none;
  }
}
/*768px以上1000px以下*/
@media screen and (min-width:768px) and ( max-width:1000px) {
  #footerPc {
    min-width: 100%;
    
  }
}

#footerPc address {
  float: left;
}

#footerPc address a {
  color: #425b67;
  font-weight: bold;
  line-height: 1;
  font-size: 10px;
}

#footerPc address img {
  margin-bottom: 6px;
}

#footerPc ul {
  float: right;
  margin-top: 20px;
}
/*768px以上1000px以下*/
@media screen and (min-width:768px) and ( max-width:1000px) {
  #footerPc ul {
    width: 60%;
  }
  #footerPc ul li {
    margin-bottom:5px;
  }
}

#footerPc ul li {
  border-right: 1px solid #999;
  display: inline-block;
  font-size: 12px;
  margin-right: 3px;
  padding-right: 8px;
}

#footerPc ul li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0;
}

#footerPc ul li a {
  text-decoration: none;
}

#footerPc ul li a:hover {
  text-decoration: underline;
}

/* footerSp ----------------------------------------------------------- */
#footerSp {
  display: none;
  text-align: left;
}
/*SP*/
@media screen and (max-width: 767px) {
  #footerSp {
    display: block;
  }
}

#footerSp .inner {
  padding: 0 15px 15px;
}

#footerSp #footerNav {
  border-top: 1px solid #bbb;
  margin-bottom: 20px;
}

#footerSp #footerNav ul {
  display: table-row;
}

#footerSp #footerNav li {
  background: #f9fafa;
  border-bottom: 1px solid #bbb;
  border-right: 1px solid #bbb;
  display: table-cell;
  font-size: 11px;
  padding: 12px 10px;
  vertical-align: middle;
  width: 50%;
}

#footerSp #footerNav li:nth-child(2n) {
  border-right: 0;
}

#footerSp #footerNav li a {
  color: #333;
}

#footerSp .backTop {
  margin-bottom: 20px;
  text-align: center;
}

#footerSp .backTop a {
  color: #333;
  text-decoration: underline;
}

#footerSp address a {
  color: #425b67;
  line-height: 1;
  font-size:85%;
}

#footerSp address img {
  margin-bottom: 7px;
}

#footerSp address a {
  text-decoration: underline;
  font-size: 10px;
}
