@charset "UTF-8";

/*-------------------------------
静的ページ用のスタイル
-------------------------------*/
/* 求人掲載のご案内 */
.o-consultation .o-consultation-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  line-height: 1.5em;
  margin-bottom: 40px;
}
.o-consultation .o-consultation-title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  border-bottom: 3px solid var(--color-main);
  width: 40%;
  height: 1px;
}
@media (min-width: 40em) {
  .o-consultation .o-consultation-title {
    font-size: 26px;
    line-height: 2em;
    margin-bottom: 60px;
  }
  .o-consultation .o-consultation-title::after {
    bottom: -15px;
    border-bottom: 4px solid var(--color-main);
    width: 150px;
  }
}
.o-guide__mv, .o-consultation__head{
  text-align: center;
  margin-top: 20px;
}
@media(min-width: 40em){
  .o-guide__mv, .o-consultation__head{
    margin-top: 20px;
  }
}
.o-consultation__head img, .o-guide__mv img {
  width: 100%;
  max-width: 95vw;
  object-fit: cover;
  margin: 0 auto;
}
@media (min-width: 40em) {
  .o-consultation__head img, .o-guide__mv img {
    height: 100%;
    aspect-ratio: 2652 / 1081;
  }
}
/* .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: #FFF1F4;
  color: #333;
  text-align: center;
  padding: 20px 10px 30px;
}
.o-consultation__inquiry-heading {
  font-size: 1rem;
  font-weight: bold;
}
@media (min-width: 40em) {
  .o-consultation__inquiry {
    padding: 40px 10px 50px;
  }
  .o-consultation__inquiry-heading {
    font-size: 1.25rem;
  }
}
.o-inquiry--phone {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  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 a {
  text-decoration: none;
}
.o-inquiry--phone__num i {
  padding-right: 0.25rem;
}
@media (min-width: 40em) {
  .o-inquiry--phone__num {
    font-size: 30px;
    margin-left: auto;
    width: auto;
  }
}
.o-inquiry--mail {
  width: 100%;
  height: 60px;
  background-color: var(--color-main);
  color: var(--color-White);
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-top: 1rem;
}
.o-inquiry--mail:hover {
  opacity: .7;
  transition: .3s;
}
@media (min-width: 40em) {
  .o-inquiry--mail {
    width: 95%;
    max-width: 500px;
    height: 90px;
    margin-top: 0;
    margin-left: auto;
    font-size: 26px;
  }
  .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: var(--color-White);
  text-align: center;
  padding: 60px 0 10px;
}
@media (min-width: 40em) {
  .o-consultation__request {
    padding: 100px 0 20px;
  }
}
.o-request__foot--text {
  text-align: center;
  color: var(--color-main);
  font-size: 18px;
  font-weight: bold;
  margin-top: 3rem;
}
@media (min-width: 40em) {
  .o-request__foot--text {
    font-size: 27px;
    margin-top: 3rem;
  }
}
.o-request__foot--text::before, .o-request__foot--text::after{
  content: '';
  width: 30px;
  height: 2px;
  background-color: var(--color-main);
  margin: 0 0 4px;
  display: inline-block;
}
.o-request__foot--text::before{
  transform: rotate(45deg);
}
.o-request__foot--text::after{
  transform: rotate(-45deg);
}
@media(min-width: 40em){
  .o-request__foot--text::before, .o-request__foot--text::after{
    content: '';
    width: 40px;
    height: 2px;
    background-color: var(--color-main);
    margin: 0 0 4px;
    display: inline-block;
  }
  .o-request__foot--text::before{
    transform: rotate(45deg);
  }
  .o-request__foot--text::after{
    transform: rotate(-45deg);
  }
}

.o-consultation__feature {
  padding: 15px 0 20px;
  position: relative;
}
@media (min-width: 40em) {
  .o-consultation__feature {
    padding-top: 60px;
    padding-bottom: 115px
  }
}
.o-consultation__feature .c-row--margin > .c-row__col{
  margin-bottom: 4rem!important;
}
@media(min-width: 40em){
  .o-consultation__feature .c-row--margin > .c-row__col{
    margin-bottom: 1.5rem!important;
  }
}
.o-consultation__fee {
  padding: 60px 0 80px;
}
@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: 25px;
  padding-bottom: 80px;
}
@media (min-width: 40em) {
  .o-consultation__question {
    padding-top: 60px;
    padding-bottom: 120px;
    margin-top: 100px;
  }
}
.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: #E8B6CD;
  position: absolute;
  bottom: 0;
  z-index: -2;
}
@media (min-width: 40em) {
  .o-feature-bg--w {
    height: 50%;
  }
}
.o-feature-item {
  width: 100%;
  height: 100%;
  background-color: var(--color-White);
  text-align: center;
  padding: 1.5rem 1rem;
  box-shadow: 0px 2px 7px 0px #ccc; 
  position: relative;
}
@media (min-width: 40em) {
  .o-feature-item {
    padding: 30px 20px;
    margin-top: 20px;
  }
}
.o-feature-item-img{
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.o-feature-clock{
  width: 140px;
  height: auto;
}
.o-feature-map{
  width: 150px;
  height: auto;
}
@media(min-width: 40em){
  .o-feature-item-img{
    top: -30px;
  }  
  .o-feature-clock{
    width: 140px;
    height: auto;
  }
  .o-feature-map{
    width: 150px;
    height: auto;
  }
}
.o-feature-item__cap {
  font-size: 5vw;
  font-weight: bold;
  color: #333;
  margin-top: 140px;
  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: 140px;
    margin-bottom: 24px;
  }
  .o-feature__text {
    font-size: 1rem;
  }
}
.o-fee-content {
  border-radius: 10px;
  margin-top: 2rem;
  padding: 0 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-main);
  margin-bottom: 1rem;
}
@media (min-width: 40em) {
  .o-fee-content {
    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;
  max-width: 100vw;
  background-image: var(--flow-bg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 220px;
}
.o-flow-content {
  text-align: center;
}
.o-flow-flow {
  margin-top: 80px;
  margin-top: -100px;
  display: block;
}
@media(min-width: 40em){
  .o-flow-flow {
    margin-top: 60px;
    margin-top: 180px;
    display: flex;
  }  
}
@media (min-width: 40em) {
  .o-flow-bg-img {
    height: 550px;
  }
  .o-flow-content {
    margin-top: -500px;
  }
}
.o-flow__square-guide{
  background-color: var(--color-main4);
  text-align: left;
  position: relative;
  padding: 20px 20px 20px 20px;
  margin: 1rem auto;
  width: 100%;
}
@media(min-width: 40em){
  .o-flow__square-guide{
    background-color: var(--color-main4);
    text-align: left;
    position: relative;
    padding: 35px 20px 20px 55px;
    margin: 1rem auto;
    width: 75%;
  }
}
.o-flow__square {
  background-color: var(--color-White);
  text-align: left;
  position: relative;
  padding: 35px 20px 20px 20px;
  margin: 4.5rem auto;
  width: 100%;
  box-shadow: 0px 2px 7px 0px #ccc; 
}
.o-flow__square-border::after{
  content: '';
  width: 1px;
  height: 60px;
  border-left: 2px dotted #333;
  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::after{
    content: '';
    width: 1px;
    height: 30px;
    border-left: 2px dotted #333;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

.o-flow__square-line::after{
  content: '';
  width: 1px;
  height: 60px;
  border-left: 2px dotted #333;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media(min-width: 40em){
  .o-flow__square-line::after{
    content: '';
    width: 50px;
    height: 0;
    border: 2px dotted var(--color-White);
    position: absolute;
    right: -50px;
    left: auto;
    bottom: 110px;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);  
  }
}

.o-flow-square--sub {
  font-size: 14px;
  line-height: 1.5em;
  margin-top: 5px;
  margin-bottom: 5px;
}
.o-flow-square--main {
  color: var(--color-main);
  font-size: 18px;
  font-weight: bold;
  line-height: 2.0em;
}

.o-business__circle {
  background-color: var(--color-main);
  color: var(--color-White);
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  font-size: 14px;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
  .o-business__circle .o-fow-dot {
    position: relative;
}
@media(min-width: 40em){
  .o-business__circle {
    background-color: var(--color-main);
    color: var(--color-White);
    text-align: center;
    border-radius: 50%;
    width: 93px;
    height: 93px;
    line-height: 93px;
    font-size: 18px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
    .o-business__circle .o-fow-dot {
      position: relative;
  }  
}


.o-flow__circle {
  background-color: var(--color-main);
  color: var(--color-White);
  width: 70px;
  text-align: center;
  border-radius: 20px;
  font-size: 15px;
  position: absolute;
  top: -17px;
  left: 25px;
}
  .o-flow__circle .o-fow-dot {
    position: relative;
  }

@media (min-width: 40em) {
  .o-flow__square {
    padding: 60px 25px 30px;
    margin: 0 25px 60px!important;
    box-shadow: none; 
  }
  .o-flow-square--sub {
    font-size: 15px;
    line-height: 1.7em;
    margin-top: 0;
    margin-bottom: 5px;
  }
  .o-flow-square--main {
    color: var(--color-main);
    font-size: 20px;
  }
  .o-flow__circle {
    background-color: var(--color-main);
    color: var(--color-White);
    width: 93px;
    font-size: 18px;
    top: -17px;
    left: 25px;
  }
  .o-flow__circle .o-fow-dot {
    position: relative;
  }
}
.o-question-content {
  border: 3px solid var(--color-border);
  margin-top: 2rem;
  width: 100%;
}
.o-question-inquiry {
  padding: 20px 18px 10px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5em;
  border-radius: 7px 7px 0 0;
}
.o-question-answer {
  padding: 0 18px 20px;
  font-size: 15px;
  line-height: 1.8em;
}
.o-question-content__q{
  line-height: 2;
  font-size: 16px;
}
@media(min-width: 40em){
  .o-question-content__q{
    line-height: 2;
    font-size: 18px;
  }
}
.o-consultation__question .fa-q {
  background-color: var(--color-main);
  color: var(--color-White);
  margin-right: 0.75rem;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.o-consultation__question .fa-a {
  background-color: var(--color-main4);
  color: var(--color-main);
  margin-right: 0.75rem;
  font-size: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
@media (min-width: 40em) {
  .o-question-content {
    border: 4px solid var(--color-border);
    margin-top: 1rem;
    width: 100%;
  }
  .o-question-inquiry {
    padding: 20px 25px 15px;
    font-size: 20px;
    line-height: 2em;
  }
  .o-question-answer {
    padding: 0 25px 15px;
    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: #F5F0EB;
  padding: 2rem 1rem;
  /*margin-bottom: 5rem;*/
  margin: 0 -0.75rem 3rem -0.75rem;
  margin: 0 -0.75rem 0 -0.75rem;
}
@media (min-width: 40em) {
  .o-content-area__inquiry {
    padding: 2rem;
    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;
}
.o-content-area--phone__num a {
  text-decoration: none;
}
@media (min-width: 40em) {
  .o-content-area--phone__num {
    font-size: 30px;
    text-align: right;
    margin-left: auto;
    width: auto;
  }
}

.o-content-area--mail {
  width: 100%;
  height: 60px;
  background-color: var(--color-White);
  color: var(--color-main);
  /*border-radius: 5px;*/
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  margin-top: 1rem;
  border: 1px solid var(--color-main);
}
.o-content-area--mail:hover {
  opacity: .8;
  transition: .3s;
}
@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-main);
    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;
  font-weight: bold;
  font-size: 1rem;
  text-indent: -1em;
  position: relative;
}
@media (min-width: 40em) {
  .o-faqItem__question {
    color: var(--color-main);
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
    padding-right: 0;
  }
}
.o-faqItem__question::before {
  content: 'Q.';
  color: var(--color-main);
}
.o-faqItem__question::after {
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  border-style: solid;
  border-color: var(--color-main);
  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-main);
  text-align: center;
  border: 1px solid var(--color-main);
  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-main);
  color: var(--color-White);
  border: 1px solid var(--color-main);
  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-main);
  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: 80px 0;
  }
}
.o-guide__heading {
  font-size: 18px;
  padding-bottom: 8px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 5rem;
}
.o-guide__heading::after {
  content: "";
  width: 30vw;
  height: 1px;
  border-bottom: 3px solid var(--color-main);
  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;
    margin-bottom: 5rem;
  }
  .o-guide__heading::after {
    width: 160px;
    border-bottom: 4px solid var(--color-main);
    position: absolute;
    bottom: 0;
  }
}
.o-guide__heading__notes {
  font-size: 16px;
  color: var(--color-main);
}
@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-btn--l:hover,.o-guide-btn--r:hover {
  opacity: .7;
  transition: .3s;
}



.o-guide__content.o-worry {
  background-color: #FFF1F4;
  padding-bottom: 5px;
  position: relative;
}
@media (min-width: 40em) {
  .o-guide__content.o-worry {
    padding-bottom: 45px;
  }
}
.o-worry-img{
  margin-top: -2rem;
}
@media(min-width: 40em){
  .o-worry-img{
    margin-top: 3rem;
  }
}
.o-worry-img2{
  margin-top: 2rem;
  text-align: center;
}
@media(min-width: 40em){
  .o-worry-img2{
    margin-top: 4rem;
  }
}
.o-worry-2{
  margin: 40px auto 0;
  justify-content: center;
  align-items: flex-end;
}
@media(min-width: 40em){
  .o-worry-2{
    margin: 60px auto 0;
  }
}
.o-worry-text2 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: var(--color-main);
  position: relative;
  line-height: 1.5;
}
@media (min-width: 40em) {
  .o-worry-text2 {
    font-size: 28px;
  }
}
.o-worry-2 img{
  width: 40px;
  height: 40px;
}
@media(min-width: 40em){
  .o-worry-2 img{
    width: 120px;
    height: 120px;
  }  
}
.o-worry-text3 {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7em;
  margin-top: 20px;
  color: #333;
}
@media (min-width: 40em) {
  .o-worry-text3 {
    font-size: 16px;
    line-height: 1.7em;
  }
}
.o-smooth-img {
  margin: 40px 0 0;
}
@media (min-width: 40em) {
  .o-smooth-img {
    /*width: 392px;*/
    margin: 40px 0 0;
  }
}
.o-phase {
}
.o-phase__headarea {
  margin: 20px auto 0;
  width: 100%;
  position: relative;
}
@media (min-width: 40em) {
  .o-phase__headarea {
    margin: 42px auto 0;
    position: relative;
  }
}
.o-smooth-content{

}
@media(min-width: 40em){
  .o-smooth-content{
    align-items: flex-start;
  }
}
.o-phase__head-text {
  font-size: 15px;
  margin-top: 20px;
}
@media (min-width: 40em) {
  .o-phase__head-text {
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.8;
  }
}
.o-phase-margin-bottom{
  margin-bottom: 0!important;
}
@media(min-width: 40em){
  .o-phase-margin-bottom{
    margin-bottom: 1.5rem!important;
  }
}
.o-phase-margin-left img{
  margin-left: 0!important;
}
@media(min-width: 40em){
  .o-phase-margin-left img{
    margin-top: 30px;
    margin-left: 50px!important;
  }
}

.o-phase--area{
  background-color: var(--color-White);
  position: relative;
  top: -100px;
}
.o-phase--area::before{
  content: '';
  position: absolute;
  top: 0;
  border-right: 200px solid transparent;
  border-bottom: 100px solid var(--color-White);
}
.o-phase--area::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-left: 200px solid transparent;
  border-bottom: 100px solid var(--color-White);
}
@media(min-width: 40em){
  .o-phase--area{
    background-color: var(--color-White);
    position: relative;
    top: -200px;
  }
  .o-phase--area::before{
    content: '';
    position: absolute;
    top: 0;
    border-right: 955px solid transparent;
    border-bottom: 200px solid var(--color-White);
  }
  .o-phase--area::after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-left: 955px solid transparent;
    border-bottom: 200px solid var(--color-White);
  }
}

.o-phase__content {
  margin-top: 20px;
}
@media (min-width: 40em) {
  .o-phase__content {
    text-align: center;
  }
}
.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-main2);
  text-align: center;
  padding: 1.5rem 0 2rem; 
  margin: 2rem 0 0;
}
@media(min-width: 40em){
  .o-form-link {
    background-color: var(--color-main2);
    text-align: center;
    padding: 2rem 0 2.5rem; 
    margin: 5rem 0 0;
  }
}
.o-form-link__text {
  color: var(--color-White);
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 40em) {
  .o-form-link__text {
    font-size: 24px;
  }
}
.o-one-minute-btn {
  width: 603px;
  margin: 0 auto;
}
.o-one-minute-btn a {
  filter: brightness(1.0);
  transition: filter 0.1s ease;
}
.o-one-minute-btn a:hover {
  filter: brightness(1.10);
}

.o-guide__content.o-feature {
  text-align: center;
  padding: 6rem 0 0;
  position: relative;
  background-color: #FFF1F4;
}
@media(min-width: 40em){
  .o-guide__content.o-feature {
    text-align: center;
    padding: 6rem 0 0;
    padding-bottom: 70px;
    position: relative;
    background-color: #FFF1F4;
  }
}
.o-guide__content.o-feature .c-row--margin{
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}
.o-guide__content.o-feature .o-feature__bg {
  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;
  background-color: var(--color-White);
  position: relative;
  height: 410px;
  box-shadow: 0px 2px 7px 0px #ccc;
  margin-top: 1rem;
}
@media(min-width: 40em){
  .o-feature__item{
    height: 435px;
    margin-top: 0;
  }
}
.o-feature__item__head {
  height: auto;
  margin-bottom: 20px;
}
@media (min-width: 40em) {
  .o-feature__item__head {
    height: 45px;
    margin-bottom: 40px;
  }
}
.o-feature__item__img{
  position: absolute;
  width: 200px;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}
@media(min-width: 40em){
  .o-feature__item__img{
    width: 220px;
    top: -30px;
  }
}
.o-feature__item__cap {
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 120px;
  color: #333;
}
@media(min-width: 40em){
  .o-feature__item__cap {
    font-size: 22px;
    line-height: 1.5em;
    font-weight: bold;
    margin-top: 140px;
    color: #333;
  }
}
.o-guide__content.o-feature .c-row--margin > .c-row__col{
  margin-bottom: 3.5rem!important;
}
@media(min-width: 40em){
  .o-guide__content.o-feature .c-row--margin > .c-row__col{
    margin-bottom: 1.5rem!important;
  }
}
.o-feature__text {
  text-align: left;
}
.o-guide__content.o-support {
  padding-bottom: 30px;
}
@media (min-width: 40em) {
  .o-guide__content.o-support {
    padding-bottom: 80px;
  }
}
.o-support__main {
  margin-top: 70px;
}
.o-support-content{

}
@media(min-width: 40em){
  .o-support-content{
    justify-content: space-between;
  }
}
.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;
  }
}

.o-support__content {
  display: flex;
  padding-left: 10px;
  margin-top: 20px;
}
@media (min-width: 40em) {
  .o-support__content {
    display: flex;
    padding-left: 35px;
    margin-top: 0;
  }
}
.o-support-nember{
  background-color: var(--color-main);
  color: var(--color-White);
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  height: 30px;
  margin-right: 10px;
  padding: 0 7px;
}
@media(min-width: 40em){
  .o-support-nember{
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
  }
}
.o-support__cap {
  margin-bottom: 10px;
  padding-top: 2px;
  line-height: 1em;
  font-size: 17px;
  font-weight: bold;
  color: var(--color-main);
}
@media (min-width: 40em) {
  .o-support__cap {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.o-support__text {
  font-size: 15px;
  margin-top: 5px;
}
@media (min-width: 40em) {
  .o-support__text {
    font-size: 17px;
    margin-top: 5px;
  }
}

.o-guide__content.o-step {
  padding: 50px 0 0;
}
@media (min-width: 40em) {
  .o-guide__content.o-step {
    padding: 105px 0 60px;
  }
}
.o-step__explanation {
  text-align: center;
  margin-top: -2rem;
}
.o-step__explanation img{
  width: 100%;
}
@media (min-width: 40em) {
  .o-step__explanation {
    margin-top: 4rem;
  }
  .o-step__explanation img{
    width: 75%;
  }  
}
.o-step__content {
  margin-top: 40px;
}
.o-guide__content.o-step .o-flow__square {
  margin: 0 auto 60px;
}
.o-flow-flow .o-flow__square{
  margin: 0 auto 50px;
}
@media (min-width: 40em) {
  .o-step__content {
    margin-top: 70px;
  }
  .o-guide__content.o-step .o-flow__square  {
    margin: 0 auto 30px;
    min-width: 667px;
  }
  .o-flow-flow .o-flow__square{
    margin: 0 auto 80px;
  }
}
.o-guide__content__foot {
  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: #333;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 40em) {
  .o-guide__foot--text {
    font-size: 25px;
  }
}
@media(min-width: 40em){
  .o-guide__foot--text::before, .o-guide__foot--text::after{
    content: '';
    width: 40px;
    height: 2px;
    background-color: #333;
    margin: 0 0 4px;
    display: inline-block;
  }
  .o-guide__foot--text::before{
    transform: rotate(45deg);
  }
  .o-guide__foot--text::after{
    transform: rotate(-45deg);
  }
}

.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-main);
  border-top: 1px solid var(--color-main);
  margin-right: 2rem;
}
.o-terms a {
  display: block;
  padding: 10px 30px 10px 10px;
  border-bottom: 1px solid var(--color-main);
  border-right: 1px solid var(--color-main);
}
.o-terms a.is-select {
  background-color: var(--color-main);
  color: var(--color-White);
}
.o-choices {
  border: 1px solid var(--color-main);
  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: 300px;
  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: 45%;
  text-align: right;
}

/* snow monkey forms */
.snow-monkey-form button.smf-button-control__control {
  position: relative;
  background-color: var(--color-main);
  background-image: none;
  height: 53px;
  border: 1px solid var(--color-main);
  /*border-radius: 25px;*/
  color: var(--color-White);
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  font-size: 15px;
  width:10rem;
}

/* お問い合わせの流れ　番号 */
[data-screen=back] .smf-progress-tracker__item--input .smf-progress-tracker__item__number, [data-screen=complete] .smf-progress-tracker__item--complete .smf-progress-tracker__item__number, [data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__number, [data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__number, [data-screen=invalid] .smf-progress-tracker__item--input .smf-progress-tracker__item__number {
  background-color: var(--color-main);
  font-weight: 700;
}