@charset "UTF-8";

/*-------------------------------
静的ページ用のスタイル
-------------------------------*/
/* 求人掲載のご案内 */
.o-consultation .o-consultation-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  line-height: 1.5em;
}
.o-consultation .o-consultation-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  border-bottom: 2px solid var(--color-main4);
  width: 40%;
  height: 1px;
}
@media (min-width: 40em) {
  .o-consultation .o-consultation-title {
    font-size: 26px;
    line-height: 2em;
  }
  .o-consultation .o-consultation-title::after {
    bottom: -4px;
    border-bottom: 4px solid var(--color-main4);
    width: 220px;
  }
}
.o-consultation__head img, .o-guide__mv img {
  width: 100%;
  max-width: 100vw;
  aspect-ratio: 392 / 392;
  object-fit: cover;
}
@media (min-width: 40em) {
  .o-consultation__head img, .o-guide__mv img {
    height: 500px;
    aspect-ratio: auto;
  }
}
/* .o-head__square {
  background-color: rgba(43,141,205,0.9);
  color: var(--color-White);
  position: relative;
  padding: 25px 105px 25px;
}
.o-square--sub {
  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.o-square--main {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5em;
}
.o-head__circle {
  background-color: #FFD538;
  color: #194080;
  width: 173px;
  height: 173px;
  border-radius: 50%;
  font-size: 29px;
  font-weight: bold;
  line-height: 1.1em;
  position: absolute;
  top: -70px;
  left: -86px;
} */
.o-consultation__inquiry {
  background-color: var(--color-main4);
  color: var(--color-White);
  text-align: center;
  padding: 40px 10px 50px;
}
.o-consultation__inquiry-heading {
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 40em) {
  .o-consultation__inquiry-heading {
    font-size: 1.25rem;
  }
}
.o-inquiry--phone {
  border-top: 1px solid var(--color-White);
  border-bottom: 1px solid var(--color-White);
  padding: 16px 0;
  line-height: 1em;
  width: 100%;
}
@media (min-width: 40em) {
  .o-inquiry--phone {
    padding: 22px 15px;
    width: 95%;
    max-width: 500px;
    margin-right: auto;
  }
}
.o-inquiry--phone__text {
  font-size: 13px;
  text-align: center;
  margin-right: auto;
  margin-bottom: 8px;
  width: 100%;
}
@media (min-width: 40em) {
  .o-inquiry--phone__text {
    font-size: 15px;
    text-align: left;
    margin-right: 0;
    margin-bottom: 0;
    width: auto;
  }
}
.o-inquiry--phone__num {
  position: relative;
  font-size: 28px;
  text-align: center;
  margin-left: auto;
  width: 100%;
  font-weight: bold;
}
.o-inquiry--phone__num i {
  padding-right: 0.25rem;
}
@media (min-width: 40em) {
  .o-inquiry--phone__num {
    font-size: 33px;
    text-align: right;
    margin-left: auto;
    width: auto;
  }
}
.o-inquiry--mail {
  width: 100%;
  height: 60px;
  background-color: var(--color-White);
  color: var(--color-main4);
  border-radius: 5px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  margin-top: 1rem;
}
@media (min-width: 40em) {
  .o-inquiry--mail {
    width: 95%;
    max-width: 500px;
    height: 90px;
    margin-top: 0;
    margin-left: auto;
    font-size: 28px;
  }
  .o-inquiry--mail::after {
    content: '';
    width: 15px;
    height: 15px;
    border-style: solid;
    border-color: var(--color-main4);
    border-width: 0 3px 3px 0;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%) rotate(-45deg);
  }
}
.o-consultation__request {
  background-color: #DDE6EB;
  text-align: center;
  padding: 60px 0;
}
@media (min-width: 40em) {
  .o-consultation__request {
    padding: 100px 0;
  }
}
.o-consultation__feature {
  padding: 60px 0;
  position: relative;
}
@media (min-width: 40em) {
  .o-consultation__feature {
    padding-top: 125px;
    padding-bottom: 73px
  }
}
.o-consultation__fee {
  padding: 60px 0;
}
@media (min-width: 40em) {
  .o-consultation__fee {
    padding-top: 85px;
    padding-bottom: 115px
  }
}
.o-consultation__flow {
  background-color: var(--color-White);
  position: relative;
}
@media (min-width: 40em) {
  .o-consultation__flow {
  }
}
.o-consultation__question {
  padding-top: 45px;
  padding-bottom: 90px;
}
@media (min-width: 40em) {
  .o-consultation__question {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.o-feature-bg--w {
  width: 100%;
  height: 22%;
  background-color: var(--color-White);
  position: absolute;
  top: 0;
  z-index: -1;
}
.o-feature-bg--b {
  width: 100%;
  height: 100%;
  background-color: #80B1CF;
  position: absolute;
  bottom: 0;
  z-index: -2;
}
@media (min-width: 40em) {
  .o-feature-bg--w {
    height: 62%;
  }
}
.o-feature-item {
  width: 100%;
  height: 100%;
  border: 3px solid var(--color-main4);
  border-radius: 10px;
  background-color: var(--color-White);
  text-align: center;
  padding: 1.5rem 1rem;
}
@media (min-width: 40em) {
  .o-feature-item {
    padding: 30px 20px;
  }
}
.o-feature-clock {
  height: 58px;
  width: auto;
  margin-right: 10px;
}
.o-feature-calculator {
  height: 74px;
  width: auto;
  margin-left: 20px;
}
.o-feature-map {
  height: 64px;
  width: auto;
}
@media (min-width: 40em) {
  .o-feature-clock {
    margin-top: 16px;
    margin-right: 0;
  }
  .o-feature-calculator {
    margin-left: 0;
  }
  .o-feature-map {
    margin-top: 10px;
  }
}
.o-feature-item__cap {
  font-size: 5vw;
  font-weight: bold;
  color: var(--color-main4);
  margin-top: 18px;
  margin-bottom: 18px;
}
.o-feature__text {
  text-align: left;
  font-size: 15px;
  line-height: 1.8em;
}
@media (min-width: 40em) {
  .o-feature-item__cap {
    font-size: 22px;
    margin-top: 23px;
    margin-bottom: 24px;
  }
  .o-feature__text {
    font-size: 1rem;
  }
}
.o-fee-content {
  border: 3px solid var(--color-main4);
  border-radius: 10px;
  margin-top: 2rem;
  padding: 20px 20px;
  line-height: 1.8em;
}
.o-fee-content__text {
  font-size: 16px;  
}
.o-fee-content__title {
  font-size: 22px;
  font-weight: bold;
  color: var(--color-main4);
  margin-bottom: 1rem;
}
@media (min-width: 40em) {
  .o-fee-content {
    border: 4px solid var(--color-main4);
    border-radius: 7px;
    margin-top: 3.75rem;
    padding: 23px 25px 25px 60px;
    line-height: 2em;
  }
  .o-fee-content__text {
    font-size: 17px;  
  }
  .o-fee-content__title {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 1.5rem;
  }
}
.o-flow-bg-img {
  width: 100%;
  height: auto;
  aspect-ratio: 5 / 3;
  max-width: 100vw;
  background-image: var(--flow-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
.o-flow-content {
  background-color: var(--color-White);
  margin-top: -27vw;
  padding-top: 70px;
  text-align: center;
}
.o-flow-flow {
  margin-top: 60px;
}
@media (min-width: 40em) {
  .o-flow-bg-img {
    height: 745px;
  }
  .o-flow-content {
    margin-top: -300px;
    padding-top: 70px;
  }
}
.o-flow__square {
  background-color: #DDE6EB;
  border-radius: 10px;
  text-align: left;
  position: relative;
  padding: 35px 20px 20px 20px;
  margin: 4.5rem auto;
  width: 100%;
}
.o-flow-square--sub {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.o-flow-square--main {
  color: var(--color-main4);
  font-size: 18px;
  font-weight: bold;
  line-height: 2.0em;
}
.o-flow__circle {
  background-color: var(--color-main4);
  color: var(--color-White);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
  .o-flow__circle .o-fow-dot {
    position: relative;
  }
  .o-flow__circle .o-fow-dot::after {
    content: "";
    width: 1px;
    height: 30px;
    border-left: 2px dotted var(--color-main4);
    border-left: 2px dotted var(--color-main);
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

@media (min-width: 40em) {
  .o-flow__square {
    border-radius: 5px;
    padding: 25px 10px 25px 60px;
    width: 667px;
  }
  .o-flow-square--sub {
    font-size: 16px;
    line-height: 2.0em;
    margin-bottom: 5px;
  }
  .o-flow-square--main {
    color: var(--color-main4);
    font-size: 20px;
  }
  .o-flow__circle {
    background-color: var(--color-main4);
    color: var(--color-White);
    width: 93px;
    height: 93px;
    line-height: 93px;
    font-size: 18px;
    top: 50%;
    left: -65px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .o-flow__circle .o-fow-dot {
    position: relative;
  }
  .o-flow__circle .o-fow-dot::after {
    content: "";
    width: 1px;
    height: 130px;
    border-left: 2px dotted var(--color-main4);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.o-question-content {
  border: 3px solid var(--color-main4);
  border-radius: 10px;
  margin-top: 2rem;
  width: 100%;
}
.o-question-inquiry {
  background-color: #DDE6EB;
  padding: 20px 18px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5em;
  border-radius: 7px 7px 0 0;
}
.o-question-answer {
  padding: 20px 18px;
  font-size: 15px;
  line-height: 1.8em;
}
.o-consultation__question i {
  color: var(--color-main4);
  margin-right: 0.75rem;
  font-size: 20px;
}
@media (min-width: 40em) {
  .o-question-content {
    border: 4px solid var(--color-main4);
    border-radius: 10px;
    margin-top: 2rem;
    width: 100%;
  }
  .o-question-inquiry {
    padding: 25px 32px;
    font-size: 20px;
    line-height: 2em;
  }
  .o-question-answer {
    padding: 25px 32px;
    font-size: 1rem;
  }
  .o-consultation__question i {
    margin-right: 1rem;
    font-size: 22px;
  }
}

/* 運営会社案内 */
.o-content-area {
  margin: 3rem 0;
}
.o-content-area__inquiry {
  background-color: #f2f1ed;
  padding: 2rem;
  /*margin-bottom: 5rem;*/
  margin: 0 -0.75rem 3rem -0.75rem;
}
@media (min-width: 40em) {
  .o-content-area__inquiry {
    margin: 0 0 5rem;
  }
}
.o-content-area--phone {
  position: relative;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 16px 0;
  line-height: 1em;
  width: 100%;
  /*background-color: var(--color-White);*/
}
@media (min-width: 40em) {
  .o-content-area--phone {
    padding: 22px 15px;
    width: 95%;
    max-width: 500px;
    margin-right: auto;
  }
}
.o-content-area--phone__text {
  font-size: 13px;
  text-align: center;
  margin-right: auto;
  margin-bottom: 15px;
  width: 100%;
  line-height: 1.3;
}
.o-content-area--phone__text span {
  font-size: 12px;
}
@media (min-width: 40em) {
  .o-content-area--phone__text {
    font-size: 15px;
    /*text-align: left;*/
    margin-right: 0;
    margin-bottom: 0;
    width: auto;
  }
}
.o-content-area--phone__num {
  position: relative;
  font-size: 28px;
  text-align: center;
  margin-left: auto;
  width: 100%;
  font-weight: bold;
}
.o-content-area--phone__num i {
  padding-right: 0.25rem;
}
@media (min-width: 40em) {
  .o-content-area--phone__num {
    font-size: 33px;
    text-align: right;
    margin-left: auto;
    width: auto;
  }
}
.o-content-area--mail {
  width: 100%;
  height: 60px;
  background-color: var(--color-White);
  color: var(--color-main4);
  border-radius: 5px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-top: 1rem;
  border: 1px solid var(--color-main4);
}
@media (min-width: 40em) {
  .o-content-area--mail {
    width: 95%;
    max-width: 500px;
    height: 90px;
    margin-top: 0;
    margin-left: auto;
    font-size: 20px;
    
  }
  .o-content-area--mail::after {
    content: '';
    width: 10px;
    height: 10px;
    border-style: solid;
    border-color: var(--color-main4);
    border-width: 0 3px 3px 0;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%) rotate(-45deg);
  }
}

/* よくあるご質問 */
.o-faqItem-item {
  padding: 0.75rem 1rem 0.75rem 0.75rem;
  border-bottom: 1px solid var(--color-border);
}
@media (min-width: 40em) {
  .o-faqItem-item {
    padding: 1.5rem;
  }
}
.o-faqItem-item:first-child {
  padding-top: 0;
}
.o-faqItem-item:last-child {
  border-bottom: none;
  padding-bottom: 3rem;
}
.o-faqItem__question {
  margin-bottom: 0.25rem;
  padding-left: 1em;
  padding-right: 1rem;
  color: var(--color-main2);
  font-weight: bold;
  font-size: 1rem;
  text-indent: -1em;
  position: relative;
}
@media (min-width: 40em) {
  .o-faqItem__question {
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    padding-right: 0;
  }
}
.o-faqItem__question::before {
  content: 'Q.';
}
.o-faqItem__question::after {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-style: solid;
  border-color: var(--color-main2);
  border-width: 0 2px 2px 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s ease;
}
.is-open.o-faqItem__question::after {
  transform: translateY(-50%) rotate(225deg);
}
.o-faqItem__answer {
  display: none;
  padding-right: 1rem;
}
@media (min-width: 40em) {
  .o-faqItem__answer {
    display: block;
    padding-left: 1rem;
    padding-right: 0;
  }
  .o-faqItem__question::after {
    content: none;
    width: 0;
    height: 0;
    border-width: 0;
  }
}

.o-question--btn--top,.o-question--btn--list {
  color: var(--color-main4);
  text-align: center;
  border: 1px solid var(--color-main4);
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 40em) {
  .o-question--btn--top,.o-question--btn--list {
    font-size: 18px;
  }
}
.o-question--btn--top.question--btn--select,
.o-question--btn--list.question--btn--select {
  background-color: var(--color-main4);
  color: var(--color-White);
  border: 1px solid var(--color-main4);
  position: relative;
}
.o-question--btn--top.question--btn--select::after,
.o-question--btn--list.question--btn--select::after {
  content: "";
  width: 1px;
  height: 1px;
  border-top: 16px solid var(--color-main4-2);
  border-right: 12px solid transparent;
  border-bottom: 16px solid transparent;
  border-left: 12px solid transparent;
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.o-search-methods .search-method--top,
.o-search-methods .search-method--list {
  display: none;
}
.question--btn--select.search-method--top,
.question--btn--select.search-method--list {
  display: block;
}

/* プライバシーポリシー */

/* お問い合わせフォーム */

/* はじめての方へ */
.o-guide__content {
  padding: 40px 0;
}
@media (min-width: 40em) {
  .o-guide__content {
    padding: 60px 0;
  }
}
.o-guide__heading {
  font-size: 18px;
  padding-bottom: 8px;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.o-guide__heading::after {
  content: "";
  width: 40vw;
  height: 1px;
  border-bottom: 2px solid var(--color-main4);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media (min-width: 40em) {
  .o-guide__heading {
    font-size: 26px;
    padding-bottom: 8px;
  }
  .o-guide__heading::after {
    width: 210px;
    border-bottom: 4px solid var(--color-main4);
    position: absolute;
    bottom: 0;
  }
}
.o-guide__heading__notes {
  font-size: 16px;
  color: var(--color-main4);
}
@media (min-width: 40em) {
  .o-guide__heading__notes {
    font-size: 20px;
  }
}
.o-guide-btn--l,.o-guide-btn--r {
  width: 100%;
  height: auto;
}
.o-guide-btn--l img,.o-guide-btn--r img {
  width: 100%;
  height: auto;
}
@media (min-width: 40em) {
  .o-guide-btn--l,.o-guide-btn--r {
    width: 520px;
    margin-top: 50px;
  }
  .o-guide-btn--l {
    margin-left: auto;
    margin-right: 2rem;
  }
  .o-guide-btn--r {
    margin-left: 2rem;
    margin-right: auto;
  }
}

.o-guide__content.o-worry {
  background-color: #DDE6EB;
  padding-bottom: 40px;
}
@media (min-width: 40em) {
  .o-guide__content.o-worry {
    padding-bottom: 90px;
  }
}
.o-woryy-circle {
  text-align: center;
}
.o-woryy-circle img {
  width: 245px;
  height: auto;
}
.o-worry-text1 {
  margin: 60px auto 0;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}
@media (min-width: 40em) {
  .o-worry-text1 {
    margin: 108px auto 0;
    font-size: 18px;
  }
}
.o-quotation-1, .o-quotation-2 {
  width: 20px;
}
@media (min-width: 40em) {
  .o-quotation-1, .o-quotation-2 {
    width: 31px;
  }
}
.o-quotation-1 {
  position: absolute;
  top: -18px;
  left: -10px;
}
@media (min-width: 40em) {
  .o-quotation-1 {
    position: absolute;
    top: -18px;
    left: -49px;
  }
}
.o-quotation-2 {
  position: absolute;
  bottom: 25px;
  right: -10px;
}
@media (min-width: 40em) {
  .o-quotation-2 {
    position: absolute;
    bottom: 0;
    right: -31px;
  }
}
.o-worry-text2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #2B8DCD;
  margin: 30px auto 0px;
  position: relative;
  line-height: 1.5;
}
@media (min-width: 40em) {
  .o-worry-text2 {
    font-size: 25px;
    margin: 56px auto 0px;
  }
}
.o-worry-text2 span {
  background: linear-gradient(transparent 60%, #ffff89 40%);
  display: block;
}
@media (min-width: 40em) {
  .o-worry-text2 span {
    display: inline;
  }
}
.o-worry-text2::before, .o-worry-text2::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 50%;
  background: #2B8DCD;
  border-radius: 5px;
}
@media (min-width: 40em) {
  .o-worry-text2::before, .o-worry-text2::after {
    width: 3px;
    height: 100%;
  }
}
.o-worry-text2::before {
  left: -1.5rem;
  top: 30px;
  transform: rotate(-35deg);
}
@media (min-width: 40em) {
  .o-worry-text2::before {
    left: -1.5rem;
    top: 0;
  }
}
.o-worry-text2::after {
  right: -1.5rem;
  top: 30px;
  transform: rotate(35deg);
}
@media (min-width: 40em) {
  .o-worry-text2::after {
    right: -1.5rem;
    top: 0;
  }
}
.o-worry-text3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7em;
  margin-top: 28px;
}
@media (min-width: 40em) {
  .o-worry-text3 {
    font-size: 22px;
    line-height: 1.7em;
  }
}
.o-smooth-img {
  margin: 60px auto 0;
}
@media (min-width: 40em) {
  .o-smooth-img {
    /*width: 392px;*/
    margin: 115px auto 0;
  }
}
.o-phase {
}
.o-phase__headarea {
  margin: 20px auto 0;
  padding: 20px;
  width: 100%;
  background-color: var(--color-White);
  border: 4px solid #80B1CF;
  position: relative;
}
@media (min-width: 40em) {
  .o-phase__headarea {
    margin: 42px auto 0;
    padding: 30px;
    width: 976px;
    background-color: var(--color-White);
    border: 4px solid #80B1CF;
    position: relative;
  }
}
.o-phase__headarea:before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 20px solid transparent;
  border-top: 20px solid var(--color-White);
  z-index: 2;
}
@media (min-width: 40em) {
  .o-phase__headarea:before {
    content: "";
    position: absolute;
    bottom: -72px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border: 36px solid transparent;
    border-top: 36px solid var(--color-White);
    z-index: 2;
  }
}

.o-phase__headarea:after {
  content: "";
  position: absolute;
  bottom: -52px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 26px solid transparent;
  border-top: 26px solid #80B1CF;
  z-index: 1;
}
@media (min-width: 40em) {
  .o-phase__headarea:after {
    content: "";
    position: absolute;
    bottom: -81px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border: 40px solid transparent;
    border-top: 40px solid #80B1CF;
    z-index: 1;
  }
}
.o-phase__head-text {
  font-size: 16px;
}
@media (min-width: 40em) {
  .o-phase__head-text {
    font-size: 18px;
  }
}
.o-phase__content {
  margin-top: 50px;
}
@media (min-width: 40em) {
  .o-phase__content {
    margin-top: 94px;
  }
}
.o-phase__item--before, .o-phase__item--after {
  width: 100%;
  margin-bottom: 2rem;
}
@media (min-width: 40em) {
  .o-phase__item--before, .o-phase__item--after {
    width: 500px;
  }
}
.o-phase__item__head {
  display: flex;
  color: var(--color-White);
  height: 50px;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 40em) {
  .o-phase__item__head {
    height: 76px;
    border-radius: 10px 10px 0 0;
  }
}
.o-phase__item__head div {
  margin: auto;
}
.o-phase__item--before .o-phase__item__head {
  background-color: #777777;
  font-size: 17px;
}
@media (min-width: 40em) {
  .o-phase__item--before .o-phase__item__head {
    font-size: 20px;
  }
}
.o-phase__item--after .o-phase__item__head {
  background-color: #2B8DCD;
  font-size: 20px;
}
@media (min-width: 40em) {
  .o-phase__item--after .o-phase__item__head {
    font-size: 26px;
  }
}

.o-phase__item--table_area {
  padding: 0 15px;
  height: auto;
  background-color: var(--color-White);
  display: flex;
}
@media (min-width: 40em) {
  .o-phase__item--table_area {
    padding: 0 28px;
    height: 580px;
    background-color: var(--color-White);
    display: flex;
  }
}
.o-phase__item--table {
  margin: auto;
  width: 100%;
}
.o-phase__item--table tr {
  /*border-bottom: 2px dotted #777777;*/
  background-image: linear-gradient(to right, #777777, #777777 2px, transparent 2px, transparent 6px);
	background-size: 6px 1px;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.o-phase__item--table tr:last-child {
  background-image: linear-gradient(to right, #FFF, #FFF 2px, transparent 2px, transparent 6px);
}
.o-phase__item--table tr td {
  padding: 15px 0;
}
@media (min-width: 40em) {
  .o-phase__item--table tr td {
    padding: 14px 10px;
  }
}
.o-phase__item--table tr td:first-of-type {
  font-size: 16px;
}
@media (min-width: 40em) {
  .o-phase__item--table tr td:first-of-type {
    font-size: 20px;
    width: 6%;
  }
}
.o-phase__item--table tr td:nth-of-type(2) {
  font-size: 17px;
  white-space: nowrap;
  padding-left: 10px;
}
@media (min-width: 40em) {
  .o-phase__item--table tr td:nth-of-type(2) {
    font-size: 20px;
    width: 46%;
    padding-left: 0;
  }
}
.o-phase__item--table tr td:nth-of-type(3) {
  font-size: 14px;
  white-space: nowrap;
}
@media (min-width: 40em) {
  .o-phase__item--table tr td:nth-of-type(3) {
    font-size: 18px;
    width: 48%;
  }
}
.o-phase__item--table tr td:nth-of-type(3) div {
  padding: 0 1rem;
  background-color: #E3E3E3;
}
@media (min-width: 40em) {
  .o-phase__item--table tr td:nth-of-type(3) div {
    width: 164px;
    height: 39px;
    padding-left: 10px;
    background-color: #E3E3E3;
  }
}
.o-phase__item--table tr td.o-phase-table-foot:first-of-type {
  font-size: 15px;
  color: var(--color-main4);
  font-weight: bold;
}
@media (min-width: 40em) {
  .o-phase__item--table tr td:first-of-type {
    font-size: 20px;
    width: 6%;
  }
  .o-phase__item--table tr td:nth-of-type(2) {
    font-size: 20px;
    width: 46%;
  }
  .o-phase__item--table tr td:nth-of-type(3) {
    font-size: 18px;
    width: 48%;
  }
  .o-phase__item--table tr td:nth-of-type(3) div {
    width: 164px;
    height: 39px;
    padding-left: 10px;
    background-color: #E3E3E3;
  }
  .o-phase__item--table tr td.o-phase-table-foot:first-of-type {
    font-size: 18px;
  }
}

.o-phase-after-content {
  height: 545px;
  position: relative;
  background-color: var(--color-White);
  text-align: center;
  padding: 10px;
}
@media (min-width: 40em) {
  .o-phase-after-content {
    height: 580px;
    padding: 10px 30px;
  }
}
.o-phase-after-text1 {
  color: #2B8DCD;
  font-weight: bold;
}
.o-phase-after-text1-1 {
  font-size: 20px;
  margin: 30px 0 10px;
}
@media (min-width: 40em) {
  .o-phase-after-text1-1 {
    font-size: 26px;
    margin: 30px 0 10px;
  }
}
.o-phase-after-text1-2 {
  font-size: 24px;
  line-height: 1.5em;
}
@media (min-width: 40em) {
  .o-phase-after-text1-2 {
    font-size: 34px;
    line-height: 1.3em;
  }
}
.o-phase-after-text2 {
  font-size: 18px;
  line-height: 1.6em;
  margin-top: 27px;
}
.o-phase-after-text3 {
  margin: 50px auto 25px;
  font-size: 22px;
  font-weight: bold;
  color: #E06480;
  position: relative;
  line-height: 1em;
}
@media (min-width: 40em) {
  .o-phase-after-text3 {
    margin: 55px auto 36px;
    font-size: 30px;
  }
}
.o-phase-after-text3::before, .o-phase-after-text3::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 142%;
  background: #E06480;
  border-radius: 5px;
}
.o-phase-after-text3::before {
  left: -1.5rem;
  top: -3px;
  transform: rotate(-35deg);
}
@media (min-width: 40em) {
  .o-phase-after-text3::before {
    top: -10px;
  }
}
.o-phase-after-text3::after {
  right: -1rem;
  top: -3px;
  transform: rotate(35deg);
}
@media (min-width: 40em) {
  .o-phase-after-text3::after {
    top: -10px;
  }
}
.o-phase-after-text4 {
  width: 70%;
  text-align: left;
  font-size: 14px;
  padding-left: 10px;
}
@media (min-width: 40em) {
  .o-phase-after-text4 {
    width: 70%;
    font-size: 18px;
  }
}
.o-phase-after-here {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
}
.o-form-link {
  background-color: var(--color-main4);
  text-align: center;
  padding: 40px 0 37px;
  padding: 2rem 0 2.5rem; 
}
.o-form-link__text {
  color: var(--color-White);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 40em) {
  .o-form-link__text {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.o-one-minute-btn {
  width: 603px;
  margin: 0 auto;
}
.o-guide__content.o-feature {
  text-align: center;
  padding-top: 110px;
  padding-bottom: 70px;
  position: relative;
  background-color: #80B1CF;
}
.o-guide__content.o-feature .o-feature__bg {
  background-color: var(--color-White);
  width: 100%;
  height: 33%;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media (min-width: 40em) {
  .o-guide__content.o-feature .o-feature__bg {
    height: 71%;
    position: absolute;
    top: 0;
    z-index: 1;
  }
}
.o-similar-sites {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media (min-width: 40em) {
  .o-similar-sites {
    width: auto;
    height: auto;
  }
}
.o-feature__item {
  padding: 30px 20px 25px;
  border: 3px solid var(--color-main4);
  border-radius: 10px;
  background-color: var(--color-White);
}
.o-feature__item__head {
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 40em) {
  .o-feature__item__head {
    height: 150px;
    margin-bottom: 20px;
  }
}
.o-feature__item__cap {
  font-size: 22px;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 18px;
  color: var(--color-main4);
}
.o-feature__text {
  text-align: left;
}
.o-guide__content.o-support {
  padding-bottom: 60px;
}
@media (min-width: 40em) {
  .o-guide__content.o-support {
    padding-bottom: 80px;
  }
}
.o-support__main {
  margin-top: 70px;
}
.o-support__img {
  width: 70%;
  margin: auto;
}
.o-support__img img {
  object-fit: cover;
}
@media (min-width: 40em) {
  .o-support__img {
    width: 341px;
    height: 231;
    margin: 0;
  }
}

@media (min-width: 40em) {
  .o-support__content {
    padding-left: 35px;
  }
}
.o-support__cap {
  margin-top: 1rem;
  padding-top: 2px;
  line-height: 1em;
  font-size: 17px;
  font-weight: bold;
  color: var(--color-main4);
}
@media (min-width: 40em) {
  .o-support__cap {
    margin-top: 0;
    font-size: 22px;
  }
}
.o-support__cap div {
  display: inline-block;
  background-color: #EDE8A3;
}
.o-support__text {
  font-size: 15px;
  margin-top: 1rem;
}
@media (min-width: 40em) {
  .o-support__text {
    font-size: 17px;
    margin-top: 25px;
  }
}

.o-guide__content.o-step {
  padding: 50px 0 0;
}
@media (min-width: 40em) {
  .o-guide__content.o-step {
    padding: 105px 0 80px;
  }
}
.o-step__explanation {
  font-size: 15px;
  text-align: center;
  margin-top: 2rem;
}
@media (min-width: 40em) {
  .o-step__explanation {
    font-size: 18px;
  }
}
.o-step__content {
  margin-top: 56px;
}
.o-guide__content.o-step .o-flow__square,
.o-flow-flow  .o-flow__square {
  margin: 0 auto 60px;
}
@media (min-width: 40em) {
  .o-guide__content.o-step .o-flow__square  {
    margin: 0 auto 30px;
    min-width: 667px;
  }
}
.o-guide__content__foot {
  background-color: #80B1CF;
  padding: 45px 0;
  margin-bottom: 3rem;
}
@media (min-width: 40em) {
  .o-guide__content__foot {
    margin-bottom: 95px;
    margin-top: 5rem;
    margin-bottom: 0;
  }
}
.o-guide__foot--text {
  text-align: center;
  color: var(--color-White);
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 40em) {
  .o-guide__foot--text {
    font-size: 25px;
  }
}
.o-guide__content__foot .o-guide-btn--l, .o-guide__content__foot .o-guide-btn--r {
  margin-top: 25px;
}
.o-modal--search-job .c-modal {
  width: 100%;
  max-width: 1200px;
}
.o-terms {
  border-left: 1px solid var(--color-main4);
  border-top: 1px solid var(--color-main4);
  margin-right: 2rem;
}
.o-terms a {
  display: block;
  padding: 10px 30px 10px 10px;
  border-bottom: 1px solid var(--color-main4);
  border-right: 1px solid var(--color-main4);
}
.o-terms a.is-select {
  background-color: var(--color-main4);
  color: var(--color-White);
}
.o-choices {
  border: 1px solid var(--color-main4);
  padding: 1rem;
}
.o-choices div {
  border-left: none;
  border-right: none;
  border-top: none;
}
.o-modal--search-job .o-checkbox-area {
  display: none;
}
.o-modal--search-job .c-modal__content .o-select-check__head {
  border-bottom: none;
}
.o-modal--search-job .o-area-boder {
  border-top: none;
}
.o-choice-content {
  display: none;
}
.o-choice-content.is-select {
  display: block;
}
.o-choices-clear {
  width: 160px;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.o-modal-search-result {
  position: absolute;
  left: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  border: none;
  background-color: inherit;
  font-size: 16px;
  text-align: right;
  width: 153px;
  display: flex;
  align-items: flex-end;
}
.o-modal-search-result input {
  background-color: inherit;
  color: var(--color-pink);
  font-size: 26px;
  font-weight: bold;
  border: none;
  display: inline-block;
  max-width: 50%;
  text-align: right;
}

/* snow monkey forms */
.snow-monkey-form button.smf-button-control__control {
  position: relative;
  background-color: var(--color-pink);
  background-image: none;
  height: 53px;
  border: 1px solid var(--color-pink);
  border-radius: 25px;
  color: var(--color-White);
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
}