@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-guide{
  padding-top:0;
}
.o-guide__mv{
  position:relative;
  height: 60.0rem;
}
.o-consultation__head img, .o-guide__mv img {
  width: 100%;
  max-width: 100vw;
  aspect-ratio: auto;
  object-fit: cover;
}
.o-guide__mv > img{
  position:absolute;
  top:0;
  left:0;
  right:0;
  margin:0 auto;
  z-index:1;
}
.o-guide__mv-table{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: table;
  width: 100%;
  height: 60.0rem;
  max-width: 100%;
  margin: 0 auto;
}
.o-guide__mv-cell{
  width:100%;
  height: auto;
  display:block;
  vertical-align: top;
  text-align: center;
  padding-top:48.0rem;
}
#business .o-guide__mv-cell{
  width:100%;
  height: auto;
  display:block;
  vertical-align: top;
  text-align: center;
  padding-top:35.0rem;
}
.o-guide__mv-cell > p{
  display:inline-block;
  padding:0 3.0rem;
  background-image:
    url("../img/guide/mv-icon01_sp.png"),
    url("../img/guide/mv-icon02_sp.png");
  background-position:
    left top 1.6rem,
    right top 1.6rem;
  background-size:
    2.0rem auto,
    2.0rem auto;
  background-repeat:
    no-repeat,
    no-repeat;
  text-align: center;
  color:#231815;

  font-size:2.8rem;
  font-weight:700;
  line-height:1.75;
  letter-spacing: 0em;
    
  text-shadow: 1px 1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px -1px 0 #FFFFFF;
}
.o-guide__mv-cell.type02 > p{
  display:inline-block;
  padding:0 0;
  background:none;
  text-align: center;
  color:#00327D;

  font-size:2.7rem;
  font-weight:700;
  line-height:1.75;
  letter-spacing: 0em;
}
.o-guide__mv-cell > p span{
  display:block;
  text-align: center;
  color:#00327D;

  font-size:2.4rem;
  font-weight:700;
  line-height:1.75;
  letter-spacing: 0em;
}
.o-guide__mv-cell-box{
  width:70.0rem;
  display:inline-block;
  background:#FFFFFF;
  padding:2.6rem 2.6rem;
  box-shadow: 0px 0px 0.8rem 0.2rem rgba(0, 0, 0, 0.14);
  margin-top:1.0rem;
}
.o-guide__mv-cell-box > p{
  text-align: center;
  color:#231815;

  font-size:2.8rem;
  font-weight:700;
  line-height:1.75;
  letter-spacing: 0em;
}
.o-guide__mv-cell-box > picture{
  display:block;    
  text-align: center;
  padding-top:1.0rem;
}
.o-guide__mv-cell-box > picture img{
  width:58.0rem;
  height:auto;
}
.o-guide__mv-cell-box > picture.o-guide__mv-cell-box-image{
  display:block;    
  text-align: center;
  padding-top:0;
  padding-bottom:0;
}
.o-guide__mv-cell-box > picture.o-guide__mv-cell-box-image img{
  width:36.3rem;
  height:auto;
}
@media (min-width: 40em) {
  .o-guide{
    padding-top:15px;
  }
  .o-guide__mv{
    position:relative;
    height: 500px;
  }
  .o-consultation__head img, .o-guide__mv img {
    width: 100%;
    max-width: 1200px;
    aspect-ratio: auto;
    object-fit: cover;
    height: 500px;
    aspect-ratio: auto;
  }
  .o-guide__mv > img{
    position:absolute;
    top:0;
    left:0;
    right:0;
    margin:0 auto;
    z-index:1;
  }
  .o-guide__mv-table{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    display: table;
    width: 100%;
    height: 500px;
    max-width: 1100px;
    margin: 0 auto;
  }
  .o-guide__mv-cell{
    width:100%;
    height: 100%;
    display:table-cell;
    vertical-align: top;
    text-align: left;
    padding-top:150px;
  }
  #business .o-guide__mv-cell{
    width:100%;
    height: 100%;
    display:table-cell;
    vertical-align: top;
    text-align: left;
    padding-top:150px;
  }
  .o-guide__mv-cell > p{
    display:inline-block;
    padding:0 37px;
    background-image:
      url("../img/guide/mv-icon01_pc.png"),
      url("../img/guide/mv-icon02_pc.png");
    background-position:
      left top,
      right top;
    background-size:
      20px auto,
      20px auto;
    background-repeat:
      no-repeat,
      no-repeat;
    text-align: center;
    color:#00327d;
    
    font-size:20px;
    font-weight:700;
    line-height:1.75;
    letter-spacing: 0em;
    
    text-shadow: 1px 1px 0 #FFFFFF, -1px 1px 0 #FFFFFF, 1px -1px 0 #FFFFFF, -1px -1px 0 #FFFFFF;
  }
  .o-guide__mv-cell.type02 > p{
    display:inline-block;
    padding:0 0;
    background:none;
    text-align: center;
    color:#00327D;
    
    font-size:20px;
    font-weight:700;
    line-height:1.75;
    letter-spacing: 0em;
  }
  .o-guide__mv-cell > p span{
    display:block;
    text-align: center;
    color:#00327D;

    font-size:16px;
    font-weight:700;
    line-height:1.75;
    letter-spacing: 0em;
  }
  .o-guide__mv-cell-box{
    width:500px;
    display:inline-block;
    background:#FFFFFF;
    padding:22px 35px;
    box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.14);
    margin-top:10px;
  }
  .o-guide__mv-cell-box > p{
    text-align: center;
    color:#00327d;
    
    font-size:20px;
    font-weight:700;
    line-height:1.75;
    letter-spacing: 0em;
  }
  .o-guide__mv-cell-box > picture{
    display:block;    
    text-align: center;
    padding-top:10px;
  }
  .o-guide__mv-cell-box > picture img{
    width:420px;
    height:auto;
  }
  .o-guide__mv-cell-box > picture.o-guide__mv-cell-box-image{
    display:block;    
    text-align: center;
    padding-top:0;
    padding-bottom:0;
  }
  .o-guide__mv-cell-box > picture.o-guide__mv-cell-box-image img{
    width:283px;
    height: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: #f9f8f8;
  text-align: left;
  position: relative;
  padding: 6.5rem 5.0rem;
  margin: 0 auto;
  width: 100%;
}
.o-flow-square--sub {
  font-size: 2.6rem;
  line-height: 1.5em;
  margin-bottom: 0;
}
.o-flow-square--main {
  text-align: center;
  color: #00327d;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 2.0em;
}
.o-flow__circle {
  background-color: #00327d;
  color: var(--color-White);
  width: 8.0rem;
  height: 8.0rem;
  line-height: 8.0rem;
  text-align: center;
  border-radius: 50%;
  font-size: 3.0rem;
  font-weight: bold;
  position: absolute;
  top: -4.0rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.o-flow__circle .o-fow-dot {
  position: relative;
}
.o-flow__square::after {
  content: "";
  width: 8.7rem;
  height: 2.7rem;
  position: absolute;
  bottom: -5.0rem;
  left: 0;
  right: 0;
  margin:auto;
  background-image:
    url("../img/guide/block09-icon01_sp.png");
  background-repeat:
    no-repeat;
  background-size:
    8.7rem auto;
  background-position:
    bottom center;
}
.o-flow__square:last-of-type {
  margin-bottom:0 !important;
}
.o-flow__square:last-of-type::after {
  display:none;
}

@media (min-width: 40em) {
  .o-flow__square {
    background-color: #f9f8f8;
    text-align: left;
    position: relative;
    padding: 25px 75px;
    margin: 20px auto;
    width: 100%;
  }
  .o-flow-square--sub {
    font-size: 16px;
    line-height: 2.0em;
    margin-bottom: 5px;
  }
  .o-flow-square--main {
    text-align: left;
    color: #00327d;
    font-size: 20px;
    font-weight: bold;
    line-height: 2.0em;
  }
  .o-flow__circle {
    background-color: #00327d;
    color: var(--color-White);
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 30px;
    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__square::after {
    content: "";
    width: 87px;
    height: 27px;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin:auto;
    background-image:
      url("../img/guide/block09-icon01_pc.png");
    background-repeat:
      no-repeat;
    background-size:
      87px auto;
    background-position:
      bottom center;
  }
  .o-flow__square:last-of-type {
    margin-bottom:0 !important;
  }
  .o-flow__square:last-of-type::after {
    display:none;
  }
}
.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;
}
@media (min-width: 40em) {
  .o-faqItem-item {
    padding:35px 10px;
    border-bottom:1px solid #dbdbdb;
  }
  .o-faqItem-item:first-child {
    padding-top:0;
  }
}
.o-faqItem__question {
  background:url("../img/question/question-img01_sp.png") left top no-repeat transparent;
  background-size:4.5rem auto;
  min-height:4.6rem;
  padding-left:7.0rem;
  margin-bottom:3.0rem;
  
  font-size:2.8rem;
  font-weight:400;
  line-height:1.875;
  letter-spacing: 0em;
}
@media (min-width: 40em) {
  .o-faqItem__question {
    background:url("../img/question/question-img01_pc.png") left top no-repeat transparent;
    background-size:30px auto;
    min-height:30px;
    padding-left:45px;
    margin-bottom:25px;

    font-size:16px;
    font-weight:400;
    line-height:1.875;
    letter-spacing: 0em;
  }
}
.o-faqItem__answer {
  background:url("../img/question/question-img02_sp.png") left top no-repeat transparent;
  background-size:4.5rem auto;
  min-height:4.6rem;
  padding-left:7.0rem;

  font-size:2.8rem;
  font-weight:400;
  line-height:1.875;
  letter-spacing: 0em;
}
@media (min-width: 40em) {
  .o-faqItem__answer {
    background:url("../img/question/question-img02_pc.png") left top no-repeat transparent;
    background-size:30px auto;
    min-height:30px;
    padding-left:45px;

    font-size:16px;
    font-weight:400;
    line-height:1.875;
    letter-spacing: 0em;
  }
}
.o-faqItem + .c-heading1{
  margin-top:8.0rem;
}
@media (min-width: 40em) {
  .o-faqItem + .c-heading1{
    margin-top:60px;
  }
}

.o-question--btn--top,.o-question--btn--list {
  color: var(--color-main4);
  text-align: center;
  border: 1px solid var(--color-main4);
  cursor: pointer;
  padding:1.0rem 0;
  font-size:2.8rem;
}
@media (min-width: 40em) {
  .o-question--btn--top,.o-question--btn--list {
    padding:5px 0;
    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;
}
@media (min-width: 40em) {
  .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-search-methods{
  padding-bottom:10.0rem;
}
.o-faqItem-item {
  padding: 5.0rem 1.0rem;
  border-bottom: 1px solid #dbdbdb;
}
.c-heading1.h3-question {
  margin-bottom:0;
}
.c-heading1.h3-question span {
  min-width: auto;
  width: 100%;
  display: block;
  vertical-align: middle;
  border-bottom: 0.8rem solid #eeefef;
  padding: 0 1.0rem 1.0rem;
  text-align: left;
  color: #333333;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0em;
  margin-bottom: 4.0rem;
}
@media (min-width: 40em) {
  .o-search-methods{
    padding-bottom:100px;
  }
  .o-faqItem-item{
    padding: 35px 10px;
    border-bottom: 1px solid #dbdbdb;
  }
  .c-heading1.h3-question {
    margin-bottom:0;
  }
  .c-heading1.h3-question span {
    min-width: auto;
    width: 100%;
    display: block;
    vertical-align: middle;
    border-bottom: 4px solid #eeefef;
    padding: 0 10px 10px;
    text-align: left;
    color: #333333;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0em;
    margin-bottom: 40px;
  }
}

/* プライバシーポリシー */

/* お問い合わせフォーム */

/* はじめての方へ */
#page-guide,
#page-business{
  
}
#page-guide > .c-container,
#page-business > .c-container{
  position:relative;
  z-index:5;
}
#page-guide > .c-container #breadcrumb,
#page-business > .c-container #breadcrumb{
  position:absolute;
  top:0;
  left:3.0rem;
}
.o-guide__content {
  padding: 6.5rem 0;
  margin: 0 0 0;
  background:#f9f8f8;
}
.o-guide__content.o-yure-type {
  margin: 6.0rem 0 0;
  padding:10.5rem 0 6.5rem;
}
@media (min-width: 40em) {
  #page-guide,
  #page-business{

  }
  #page-guide > .c-container,
  #page-business > .c-container{
    position:relative;
    z-index:5;
  }
  #page-guide > .c-container #breadcrumb,
  #page-business > .c-container #breadcrumb{
    position:static;
    top:0;
    left:0;
  }
  .o-guide__content {
    padding: 60px 0;
    margin: 0 0;
    background:#f9f8f8;
  }
  .o-guide__content.o-yure-type {
    margin: -60px 0 0;
    padding: 120px 0;
  }
}
.o-guide__heading {
  font-size: 3.2rem;
  padding-bottom: 1.6rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
.o-guide__heading::after {
  content: "";
  width: 40vw;
  height: 1px;
  border-bottom: 2px solid #00327d;
  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 #00327d;
    position: absolute;
    bottom: 0;
  }
}
.o-guide__heading__notes {
  font-size: 2.6rem;
  color:#001a5f;
}
@media (min-width: 40em) {
  .o-guide__heading__notes {
    font-size: 16px;
    color:#001a5f;
  }
}
.o-guide-btn--l,.o-guide-btn--r {
  width: 100%;
  height: auto;
  margin-top: 3.0rem;
}
.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: 550px;
    margin-top: 50px;
  }
  .o-guide-btn--l {
    margin-left: 0;
    margin-right: 0;
  }
  .o-guide-btn--r {
    margin-left: 0;
    margin-right: 0;
  }
}

.o-guide__content.o-worry {
  background-color: #FFFFFF;
  padding: 6.5rem 0;
  margin: 0 0;
}
.o-guide__content.o-worry.type02 {
  background-color: #e8f3f9;
  padding: 2.5rem 0 6.5rem;
}
.o-worry-block{
  background:#e8f3f9;
  margin-top: 0.4rem;
  padding-top: 4.5rem;
}
@media (min-width: 40em) {
  .o-guide__content.o-worry {
    background-color: #FFFFFF;
    padding: 60px 0 0;
    margin: 0 0;
  }
  .o-guide__content.o-worry.type02 {
    background-color: #e8f3f9;
    padding: 25px 0 0;
  }
  .o-worry-block{
    background:#e8f3f9;
    margin-top: 2px;
    padding-top: 0;
  }
}
.o-woryy-circle {
  text-align: center;
  padding-top:6.5rem;
}
.o-woryy-circle img {
  width: 70.0rem;
  height: auto;
}
.o-worry-text1 {
  margin: 3.5rem auto 0;
  padding-bottom:0;
  text-align: center;
  font-size: 2.6rem;
  font-weight: bold;
  position: relative;
}
.o-worry-text1:after {
  content: "";
  position: absolute;
  bottom: -21rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 10.2rem solid transparent;
  border-top: 5.6rem solid var(--color-White);
  z-index: 1;
}
@media (min-width: 40em) {
  .o-woryy-circle {
    text-align: center;
    padding-top:65px;
  }
  .o-woryy-circle img {
    width: 100%;
    height: auto;
  }
  .o-worry-text1 {
    margin: 35px auto 0;
    font-size: 16px;
    padding-bottom:95px;
  }
  .o-worry-text1:after {
    content: "";
    position: absolute;
    bottom: -81px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border: 51px solid transparent;
    border-top: 28px solid var(--color-White);
    z-index: 1;
  }
}
.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: 3.2rem;
  font-weight: bold;
  color: #222222;
  margin: 2.0rem auto 0px;
  position: relative;
  line-height: 1.5;
}
#business .o-worry-text2 {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #FFFFFF;
  margin: 0 auto 0px;
  position: relative;
  line-height: 1.5;
}
.o-worry-text2.type02 {
  padding: 0 4.0rem;
  background-image: url(../img/guide/block03-icon01_pc.png), url(../img/guide/block03-icon02_pc.png);
  background-position: left top 1.6rem, right top 1.6rem;
  background-size: 2.1rem auto, 2.1rem auto;
  background-repeat: no-repeat, no-repeat;
  text-align: center;
  color: #FFFFFF;

  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0em;
}
@media (min-width: 40em) {
  .o-worry-text2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    margin: 56px auto 0px;
    position: relative;
    line-height: 1.5;
  }
  #business .o-worry-text2 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 auto 0px;
    position: relative;
    line-height: 1.5;
  }
  .o-worry-text2.type02 {
    padding: 0 40px;
    background-image: url(../img/guide/block03-icon01_pc.png), url(../img/guide/block03-icon02_pc.png);
    background-position: left top, right top;
    background-size: 21px auto, 21px auto;
    background-repeat: no-repeat, no-repeat;
    text-align: center;
    color: #FFFFFF;
    
    font-size: 20px;
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0em;
  }
}
.o-worry-text2 span {
  font-size:4.0rem;
  color:#00327d;
  display: block;
}
@media (min-width: 40em) {
  .o-worry-text2 span {
    display: inline;
    font-size:25px;
    color:#00327d;
  }
}
.o-worry-text2::before, .o-worry-text2::after {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 100%;
  background: #FFFFFF;
  border-radius: 5px;
  
  display:none;
}
@media (min-width: 40em) {
  .o-worry-text2::before, .o-worry-text2::after {
    width: 3px;
    height: 100%;
  
    display:none;
  }
}
.o-worry-text2::before {
  left: -3.0rem;
  top: 0;
  transform: rotate(-35deg);
}
@media (min-width: 40em) {
  .o-worry-text2::before {
    left: -1.5rem;
    top: 0;
  }
}
.o-worry-text2::after {
  right: -3.0rem;
  top: 0;
  transform: rotate(35deg);
}
@media (min-width: 40em) {
  .o-worry-text2::after {
    right: -1.5rem;
    top: 0;
  }
}
.o-worry-text3 {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.7em;
  padding-top:2.5rem;
  padding-bottom:4.0rem;
  color:#222222;
}
@media (min-width: 40em) {
  .o-worry-text3 {
    font-size: 16px;
    line-height: 1.7em;
    padding-top:30px;
    padding-bottom:30px;
    color:#222222;
  }
}
.o-worry-text4 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.7em;
  padding-top:3.5rem;
  padding-bottom:4.0rem;
  color:#FFFFFF;
}
#business .o-worry-text4 {
  color:#222222;
}
.o-worry-text4 span{
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.7em;
  letter-spacing: 0.2em;
  color:#FFFFFF;
}
#business .o-worry-text4 span{
  color:#00327D;
}
@media (min-width: 40em) {
  .o-worry-text4 {
    font-size: 20px;
    line-height: 1.7em;
    padding-top:55px;
    padding-bottom:30px;
    color:#FFFFFF;
  }
  #business .o-worry-text4 {
    color:#222222;
  }
  .o-worry-text4 span{
    font-size: 25px;
    font-weight: bold;
    line-height: 1.7em;
    letter-spacing: 0.2em;
    color:#FFFFFF;
  }
  #business .o-worry-text4 span{
    color:#00327D;
  }
}
.o-worry-text5 {
  padding-top: 5.0rem;
  padding-bottom: 0;
  text-align: center;
  color: #222222;
  
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: -0.05em;
}
@media (min-width: 40em) {
  .o-worry-text5 {
    padding-top:30px;
    padding-bottom:30px;
    text-align: center;
    color:#222222;
    
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0em;
  }
}
.o-smooth-img {
  margin: 0 auto 0;
  position: relative;
  z-index:2;
}
.o-smooth-img img{
  width:45.0rem;
  height:auto;
}
.o-smooth-img2 {
  margin: 0 auto 0;
  position: relative;
  z-index:2;
  text-align: center;
}
.o-smooth-img2 img{
  width:55.0rem;
  height:auto;
}
@media (min-width: 40em) {
  .o-smooth-img {
    /*width: 392px;*/
    margin: 0 auto 0;
    position: relative;
    z-index:2;
  }
  .o-smooth-img img{
    width:350px;
    height:auto;
  }
  .o-smooth-img2 {
    margin: 0 auto 0;
    position: relative;
    z-index:2;
    text-align: center;
  }
  .o-smooth-img2 img{
    width:400px;
    height:auto;
  }
}
.o-phase {
  padding-bottom:0;
}
.o-phase__headarea {
  margin: -6.0rem auto 0;
  padding: 7.5rem 2.0rem;
  width: 100%;
  background-color: #FFFFFF;
  position: relative;
  z-index:1;
}
@media (min-width: 40em) {
  .o-phase {
    padding-bottom:120px;
  }
  .o-phase__headarea {
    margin: -45px auto 0;
    padding: 55px 30px 30px;
    width: 100%;
    background-color: #FFFFFF;
    position: relative;
    z-index:1;
  }
}

.o-phase__headarea:after {
  content: "";
  position: absolute;
  bottom: -14.4rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 10.2rem solid transparent;
  border-top: 6.0rem solid #f9f8f8;
  z-index: 1;
  
  display:none;
}
@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: 51px solid transparent;
    border-top: 30px solid #f9f8f8;
    z-index: 1;
  
    display:none;
  }
}
.o-phase__head-text {
  font-size: 2.6rem;
  padding-right: 0;
}
@media (min-width: 40em) {
  .o-phase__head-text {
    font-size: 16px;
    padding-right: 45px;
  }
}
.o-phase__content {
  margin-top: 0;
  background: #FFFFFF;
  padding:0 2.0rem 4.5rem;
}
@media (min-width: 40em) {
  .o-phase__content {
    margin-top: 0;
    background: #FFFFFF;
    padding:0 45px 45px;
  }
}
.o-phase__item--before, .o-phase__item--after {
  width: 100%;
  margin-bottom: 2rem;
}
.o-phase__item--after {
  padding-top: 3.0rem;
  background:none;
}
@media (min-width: 40em) {
  .o-phase__item--before, .o-phase__item--after {
    width: 470px;
    margin-bottom: 0;
  }
  .o-phase__item--after {
    padding-top: 0;
    background:none;
  }
}
.o-phase__item__head {
  display: flex;
  color: var(--color-White);
  height: auto;
  border-radius: 10px 10px 0 0;
  background:#b2aeb2;
  padding:1.0rem 0;
  font-size:2.8rem;
}
@media (min-width: 40em) {
  .o-phase__item__head {
    height: 76px;
    border-radius: 10px 10px 0 0;
    padding:0 0;
    font-size:20px;
  }
}
.o-phase__item__head div {
  margin: auto;
}
.o-phase__item--before {
  font-size: 17px;
  border-radius: 3px 3px 0 0;
}
.o-phase__item__head {
  font-size: 3.0rem;
  border-radius: 3px 3px 0 0;
  color:#222222;
}
.o-phase__item--before .o-phase__item__head {
  font-size: 3.0rem;
  background:#e5e5e5;
  color:#222222;
}
@media (min-width: 40em) {
  .o-phase__item--before .o-phase__item__head {
    font-size: 20px;
    background:#e5e5e5;
    color:#222222;
  }
}
.o-phase__item--after .o-phase__item__head {
  font-size: 3.0rem;
  background:#00327d;
  color:#FFFFFF;
}
@media (min-width: 40em) {
  .o-phase__item--after .o-phase__item__head {
    font-size: 20px;
    background:#00327d;
    color:#FFFFFF;
  }
}

.o-phase__item--table_area {
  padding: 2.8rem 3.0rem;
  height: auto;
  background-color: var(--color-White);
  display: flex;
  border:0.6rem solid #e5e5e5;
}
@media (min-width: 40em) {
  .o-phase__item--table_area {
    padding: 0 28px;
    height: 580px;
    background-color: var(--color-White);
    display: flex;
    border:3px solid #e5e5e5;
  }
}
.o-phase__item--table {
  margin: auto;
  width: 100%;
}
.o-phase__item--table tr {
  
}
.o-phase__item--table tr:last-child {
  
}
.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 {  
  width: 6.0rem;
  padding: 0 0;
}
.o-phase__item--table tr td:first-of-type p{
  display: inline-block;
  border-radius: 50%;
  background: #e5e5e5;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  padding: 0.6rem 2.0rem;
}
.o-phase__item--table tr td:nth-of-type(2) {
  font-size: 2.8rem;
  white-space: nowrap;
  padding-left: 1.0rem;
}
.o-phase__item--table tr td:nth-of-type(3) {
  font-size: 14px;
  white-space: nowrap;
}
.o-phase__item--table tr td:nth-of-type(3) div {
  padding: 0 1rem;
}
.o-phase__item--table tr td.o-phase-table-foot:first-of-type {
  font-size: 2.6rem;
  color: #333333;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 40em) {
  .o-phase__item--table tr td:first-of-type {
    width: 40px;
    padding: 0 0;
  }
  .o-phase__item--table tr td:first-of-type p{
    display: inline-block;
    border-radius: 50%;
    background: #e5e5e5;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
    padding: 3px 14px;
  }
  .o-phase__item--table tr td:nth-of-type(2) {
    font-size: 18px;
    width: 46%;
  }
  .o-phase__item--table tr td:nth-of-type(3) {
    font-size: 16px;
    width: 48%;
  }
  .o-phase__item--table tr td:nth-of-type(3) div {
    width: 164px;
    height: 39px;
    padding-left: 10px;
  }
  .o-phase__item--table tr td.o-phase-table-foot:first-of-type {
    font-size: 18px;
    text-align: left;
  }
}

.o-phase-after-content {
  height: auto;
  position: relative;
  background-color: var(--color-White);
  text-align: center;
  padding: 2.5rem 3.5rem 0;
  border:0.6rem solid #00327d;
}
@media (min-width: 40em) {
  .o-phase-after-content {
    height: 580px;
    padding: 10px 30px;
    border:3px solid #00327d;
  }
}
.o-phase-after-text1 {
  color: #231815;
  font-weight: bold;
}
.o-phase-after-text1-1 {
  font-size: 3.8rem;
  margin: 30px 0 10px;
}
.o-phase-after-text1-1 span {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background: #e5e5e5;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.05em;
  padding: 3px 14px;
  margin:-9px 5px 0;
}
@media (min-width: 40em) {
  .o-phase-after-text1-1 {
    font-size: 26px;
    margin: 30px 0 10px;
  }
  .o-phase-after-text1-1 span {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background: #e5e5e5;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.75;
    letter-spacing: 0.05em;
    padding: 3px 14px;
    margin:-9px 5px 0;
  }
}
.o-phase-after-text1-2 {
  font-size: 4.6rem;
  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: 2.6rem;
  line-height: 1.6em;
  margin-top: 5.0rem;
}
.o-phase-after-text3 {
  padding:3.0rem 0;
  width:100%;
}
.o-phase-after-text3 img{
  width:55.0rem;
  height:auto;
}
@media (min-width: 40em) {
  .o-phase-after-text2 {
    font-size: 16px;
    line-height: 1.6em;
    margin-top: 27px;
  }
  .o-phase-after-text3 {
    padding:30px 0;
    width:100%;
  }
  .o-phase-after-text3 img{
    width:400px;
    height:auto;
  }
}
.o-phase-after-text3::before, .o-phase-after-text3::after {
  display:none;
}
.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 {
  text-align: center;
  font-size: 2.6rem;
  padding-left: 0;
  padding-bottom: 3.0rem;
  letter-spacing: -0.05em;
}
@media (min-width: 40em) {
  .o-phase-after-text4 {
    text-align: center;
    font-size: 16px;
    padding-left: 0;
    padding-bottom: 0;
    letter-spacing: 0em;
  }
}
.o-phase-after-here {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 25.7rem;
}
.o-phase-after-here img{
  width: 25.7rem;
  height:auto;
}
.o-form-link {
  background-color: #00327d;
  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-phase-after-here {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
  }
  .o-phase-after-here img{
    width: 200px;
    height:auto;
  }
  .o-form-link {
    background-color: #00327d;
    text-align: center;
    padding: 40px 0 37px;
    padding: 0 0 50px; 
  }
  .o-form-link__text {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.o-one-minute-btn {
  width: 603px;
  margin: 10px auto 0;
}
.o-guide__content.o-feature {
  text-align: center;
  padding-top: 6.5rem;
  padding-bottom: 7.0rem;
  position: relative;
  background:#e8f3f9;
}
.o-guide__content.o-feature.o-business {
  padding-top: 2.5rem;
}
.o-guide__content.o-feature .o-feature__bg {
  background-color: #e8f3f9;
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media (min-width: 40em) {
  .o-one-minute-btn {
    width: 603px;
    margin: 10px auto 0;
  }
  .o-guide__content.o-feature {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 70px;
    position: relative;
    background:#e8f3f9;
  }
  .o-guide__content.o-feature.o-business {
    padding-top: 25px;
  }
  .o-guide__content.o-feature .o-feature__bg {
    background:#e8f3f9;
    height: auto;
    position: absolute;
    top: 0;
    z-index: 1;
  }
}
.o-similar-sites {
  width: 49.5rem;
  height: auto;
  margin-bottom: 6.0rem;
}
@media (min-width: 40em) {
  .o-similar-sites {
    width: 495px;
    height: auto;
    margin-bottom: 30px;
  }
}
.o-feature__item {
  padding: 6.0rem 2.0rem 2.5rem;
  border-radius: 0.6rem;
  background-color: #FFFFFF;
  position:relative;
  margin-top:1.0rem;
  margin-bottom:3.0rem;
}
.o-feature__item > p{
  padding:0 2.0rem;
  position:absolute;
  top:0;
  left:0;
  display:inline-block;
  border-radius:0.2rem;
  background: #f9f8f8;
  text-align: center;
  color:#232323;

  font-size:2.2rem;
  font-weight:500;
  line-height:1.8;
  letter-spacing: 0em;
}
.o-feature__item > p span{
  color:#232323;

  font-size:3.2rem;
  font-weight:500;
  line-height:1.8;
  letter-spacing: 0em;
}
.o-feature__item__head {
  height: auto;
  margin-bottom: 2.0rem;
}
.o-feature__item__head.type02 {
  height: auto;
  margin-bottom: 2.0rem;
}
.o-feature__item__img img{
  width:7.5rem;
  height:auto;
}
.o-feature__item__head.type02 .o-feature__item__img img{
  width:8.7rem;
  height:auto;
  margin-bottom: 3.0rem;
}
@media (min-width: 40em) {
  .o-feature__item {
    padding: 60px 20px 25px;
    border-radius: 3px;
    background-color: #FFFFFF;
    position:relative;
  }
  .o-feature__item > p{
    padding:0 25px;
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    border-radius:1px;
    background: #f9f8f8;
    text-align: center;
    color:#232323;
    
    font-size:15px;
    font-weight:500;
    line-height:1.8;
    letter-spacing: 0em;
  }
  .o-feature__item > p span{
    color:#232323;
    
    font-size:20px;
    font-weight:500;
    line-height:1.8;
    letter-spacing: 0em;
  }
  .o-feature__item__head {
    height: 150px;
    margin-bottom: 20px;
  }
  .o-feature__item__head.type02 {
    height: auto;
    margin-bottom: 20px;
  }
  .o-feature__item__img img{
    width:75px;
    height:auto;
  }
  .o-feature__item__head.type02 .o-feature__item__img img{
    width:87px;
    height:auto;
    margin-bottom: 30px;
  }
}
.o-feature__item__cap {
  font-size: 3.2rem;
  line-height: 1.5em;
  font-weight: bold;
  margin-top: 0;
  color: #00327d;
}
.o-feature__text {
  padding-top:1.0rem;
  text-align: left;
  color:#222222;

  font-size:2.6rem;
  font-weight:400;
  line-height: 1.5;
  letter-spacing: 0em;
}
.o-guide__content.o-support {
  padding-top: 9.0rem;
  padding-bottom: 12.0rem;
  background:#FFFFFF;
}
@media (min-width: 40em) {
  .o-feature__item__cap {
    font-size: 20px;
    line-height: 1.5em;
    font-weight: bold;
    margin-top: 0;
    color: #00327d;
  }
  .o-feature__text {
    padding-top:10px;
    text-align: left;
    color:#222222;
    
    font-size:16px;
    font-weight:400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  .o-guide__content.o-support {
    padding-top: 90px;
    padding-bottom: 80px;
    background:#FFFFFF;
  }
}
.o-support__main {
  margin-top: 0;
}
.o-support__main > div{
  margin-top: 7.0rem;
}
.o-support__img {
  width: 100%;
  margin: auto;
}
.o-support__img img {
  object-fit: cover;
}
@media (min-width: 40em) {
  .o-support__main {
    margin-top: 70px;
  }
  .o-support__main > div{
    margin-top: 0;
  }
  .o-support__img {
    width: 341px;
    height: 231;
    margin: 0;
  }
}

@media (min-width: 40em) {
  .o-support__content {
    padding-left: 35px;
  }
}
.o-support__cap {
  margin-top: 2.0rem;
  padding-top: 0;
  line-height: 1em;
  font-size: 2.8rem;
  font-weight: bold;
  color: var(--color-main4);
}
@media (min-width: 40em) {
  .o-support__cap {
    margin-top: 0;
    font-size: 22px;
    padding-top: 2px;
    line-height: 1em;
    font-weight: bold;
    color: var(--color-main4);
  }
}
.o-support__cap div {
  text-align: left;
  color:#00327d;
  
  font-size:2.8rem;
  font-weight:700;
  line-height: 1.2;
  letter-spacing: 0em;
}
.o-support__cap div span{
  display: block;
  padding-bottom:2.0rem;
  text-align: left;
  color:#b2aeb2;
  
  font-size:2.8rem;
  font-weight:700;
  line-height: 1.2;
  letter-spacing: 0em;
}
.o-support__text {
  margin-top: 2.0rem;
  color:#231815;

  font-size:2.6rem;
  font-weight:400;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media (min-width: 40em) {
  .o-support__cap div {
    text-align: left;
    color:#00327d;

    font-size:20px;
    font-weight:700;
    line-height: 1.2;
    letter-spacing: 0em;
  }
  .o-support__cap div span{
    display: block;
    padding-bottom:20px;
    text-align: left;
    color:#b2aeb2;

    font-size:20px;
    font-weight:700;
    line-height: 1.2;
    letter-spacing: 0em;
  }
  .o-support__text {
    margin-top: 20px;
    color:#231815;

    font-size:16px;
    font-weight:400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

.o-guide__content.o-step {
  padding: 8.5rem 0 0;
  background:#FFFFFF;
}
#business .o-guide__content.o-step {
  padding: 8.5rem 0;
}
@media (min-width: 40em) {
  .o-guide__content.o-step {
    padding: 105px 0 0;
    background:#FFFFFF;
  }
  #business .o-guide__content.o-step {
    padding: 105px 0;
  }
}
.o-step__explanation {
  font-size: 2.8rem;
  text-align: center;
  margin-top: 2.0rem;
}
@media (min-width: 40em) {
  .o-step__explanation {
    font-size: 18px;
    margin-top: 32px;
  }
}
.o-step__content {
  margin-top: 10.0rem;
}
.o-guide__content.o-step .o-flow__square,
.o-flow-flow  .o-flow__square {
  margin: 0 auto 12.0rem;
  min-width: auto;
}
@media (min-width: 40em) {
  .o-step__content {
    margin-top: 56px;
  }
  .o-guide__content.o-step .o-flow__square  {
    margin: 0 auto 65px;
    min-width: 940px;
  }
}
.o-guide__content__foot {
  margin-top:16.0rem;
  background-color: #f9f8f8;
  padding: 6.0rem 0 7.0rem;
  margin-bottom: 0;
}
.o-guide__content__foot > div{
  text-align: center;
}
@media (min-width: 40em) {
  .o-guide__content__foot {
    margin-top:0;
    background-color: #f9f8f8;
    margin-bottom: 95px;
    margin-top: 5rem;
    margin-bottom: 0;
  }
  .o-guide__content__foot > div{
    text-align: center;
  }
}
.o-guide__foot--text {
  display:inline-block;
  color: #231815;
  font-size: 3.2rem;
  font-weight:700;
  margin: 0 auto 0px;
  position: relative;
}
.o-guide__foot--text::before,
.o-guide__foot--text::after {
  width: 0.6rem;
  height: 100%;
}
.o-guide__foot--text::before,
.o-guide__foot--text::after {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 100%;
  background: #231815;
  border-radius: 1.0rem;
}
.o-guide__foot--text::before {
  position: absolute;
  content: "";
  width: 0.6rem;
  height: 100%;
  background: #231815;
  border-radius: 1.0rem;
  left: -6.0rem;
  top: 0;
  transform: rotate(-35deg);
}
.o-guide__foot--text::after {
  right: -6.0rem;
  top: 0;
  transform: rotate(35deg);
}
@media (min-width: 40em) {
  .o-guide__foot--text {
    display:inline-block;
    color: #231815;
    font-size: 20px;
    font-weight:700;
    margin: 0 auto 0px;
    position: relative;
  }
  .o-guide__foot--text::before,
  .o-guide__foot--text::after {
    width: 3px;
    height: 100%;
  }
  .o-guide__foot--text::before,
  .o-guide__foot--text::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 50%;
    background: #231815;
    border-radius: 5px;
  }
  .o-guide__foot--text::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 50%;
    background: #231815;
    border-radius: 5px;
    left: -24px;
    top: 12px;
    transform: rotate(-35deg);
  }
  .o-guide__foot--text::after {
    right: -24px;
    top: 12px;
    transform: rotate(35deg);
  }
}
.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 #232323;
  border-top: 1px solid #232323;
  margin-right: 2rem;
}
.o-terms a {
  display: block;
  padding: 10px 30px 10px 10px;
  border-bottom: 1px solid #232323;
  border-right: 1px solid #232323;
}
.o-terms a.is-select {
  background-color: #232323;
  color: var(--color-White);
}
.o-choices {
  border: 1px solid #232323;
  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: 160px;
  display: flex;
  align-items: flex-end;
}
.o-modal-search-result input {
  background-color: inherit;
  color: #00327D;
  font-size: 25px;
  font-weight: bold;
  border: none;
  display: inline-block;
  max-width: 60%;
  text-align: right;
}

/* snow monkey forms */
.snow-monkey-form button.smf-button-control__control {
  position: relative;
  background-color: #00327d;
  background-image: none;
  height: auto;
  border: none;
  border-radius: 2.5rem;
  color: var(--color-White);
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  font-size: 2.8rem;
  padding: 2.0rem 4.0rem;
  font-family: 'Noto Sans JP', 'Noto Sans', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', sans-serif;
  width:25rem;
}
.smf-form .smf-item .smf-select-control__toggle:before{
  right:7px;
}
@media (min-width: 40em) {
  .snow-monkey-form button.smf-button-control__control {
    position: relative;
    background-color: #00327d;
    border:none;
    background-image: none;
    height: 53px;

    border-radius: 25px;
    color: var(--color-White);
    font-weight: bold;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    padding: 10px 40px;
    font-family: 'Noto Sans JP', 'Noto Sans', 'Hiragino Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', 'Meiryo', sans-serif;
    width:10rem;
  }
  .smf-form .smf-item .smf-select-control__toggle:before{
    right:12px;
  }
}


.l-business-block01{
  padding:7.0rem 2.0rem;
  position: relative;
}
.l-business-block01:after {
  content: "";
  position: absolute;
  bottom: -15rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  border: 10.2rem solid transparent;
  border-top: 5.6rem solid var(--color-White);
  z-index: 1;
}
.l-business-block01-table{
  width:100%;
  display:block;
}
.l-business-block01-table > div{
  width:100%;
  display:block;
  vertical-align: middle;
}
.l-business-block01-table-left{
  width:100%;
  display:block;
  text-align: center;
  padding-top:6.0rem;
}
.l-business-block01-table-left picture{
  display:block;
  text-align: center;
}
.l-business-block01-table-left picture img{
  width:33.6rem;
  height:auto;
}
.l-business-block01-table-right{
  width:100%;
  display:block;
}
.l-business-block01-table-right ul{
  display:block;
  margin-top:3.5rem;
}
.l-business-block01-table-right ul li{
  margin-top:1.0rem;
  display:block;
  background: url("../img/business/block01-icon01_sp.png") left 2.0rem center no-repeat #f9f8f8;
  background-size: 2.1rem auto;
  min-height:1.8rem;
  padding:1.5rem 1.8rem 1.5rem 6.0rem;
  text-align: left;
  color:#231815;

  font-size:2.6rem;
  font-weight:400;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media (min-width: 40em) {
  .l-business-block01{
    padding:85px 0 95px;
    position: relative;
  }
  .l-business-block01:after {
    content: "";
    position: absolute;
    bottom: -81px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    border: 51px solid transparent;
    border-top: 30px solid #FFFFFF;
    z-index: 1;
  }
  .l-business-block01-table{
    width:100%;
    display:table;
  }
  .l-business-block01-table > div{
    width:auto;
    display:table-cell;
    vertical-align: middle;
  }
  .l-business-block01-table-left{
    width:256px;
    text-align: center;
  }
  .l-business-block01-table-left picture{
    display:block;
    text-align: center;
  }
  .l-business-block01-table-left picture img{
    width:199px;
    height:auto;
  }
  .l-business-block01-table-right{
    width:auto;
  }
  .l-business-block01-table-right ul{
    display:block;
    margin-top:50px;
  }
  .l-business-block01-table-right ul li{
    margin-top:10px;
    display:block;
    background: url("../img/business/block01-icon01_pc.png") left 17px center no-repeat #f9f8f8;
    background-size: 21px auto;
    min-height:18px;
    padding:10px 10px 10px 60px;
    text-align: left;
    color:#231815;

    font-size:16px;
    font-weight:400;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}

.l-business-block02{
  background:#E8F3F9;
  padding:8.5rem 0 10.0rem;
}
.l-business-block02-table{
  width:100%;
  display:-webkit-box;
  display: -webkit-flex;
  display:-ms-flexbox;
  display: flex;
  -webkit-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-top:4.0rem;
}
.l-business-block02-table > div{
  width:100%;
  display:block;
  vertical-align: middle;
}
.l-business-block02-table-left{
  width:100%;
  display:block;
  text-align: left;
  padding-left:0;
  -webkit-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2;
  padding-top:2.0rem;
}
.l-business-block02-table-left dl{
  display:block;
  text-align: left;
}
.l-business-block02-table-left dl dt{
  display:block;
  text-align: left;
  color:#00327D;

  font-size:3.0rem;
  font-weight:500;
  line-height: 1.2;
  letter-spacing: 0em;
}
.l-business-block02-table-left dl dd{
  padding-top:2.0rem;
  display:block;
  text-align: left;
  color:#231815;

  font-size:2.6rem;
  font-weight:400;
  line-height: 1.75;
  letter-spacing: 0em;
}
.l-business-block02-table-left dl dd span{
  text-align: left;
  color:#00327D;

  font-size:2.8rem;
  font-weight:400;
  line-height: 1.75;
  letter-spacing: 0em;
}
.l-business-block02-table-right{
  width:100%;
  text-align: left;
  padding-left:0;
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1;
}
.l-business-block02-table-right picture{
  display:block;
  text-align: center;
}
.l-business-block02-table-right picture img{
  width:58.5rem;
  height:auto;
}
@media (min-width: 40em) {
  .l-business-block02{
    background:#E8F3F9;
    padding:85px 0 120px;
  }
  .l-business-block02-table{
    width:100%;
    display:table;
    margin-top:65px;
  }
  .l-business-block02-table > div{
    width:auto;
    display:table-cell;
    vertical-align: middle;
  }
  .l-business-block02-table-left{
    width:658px;
    text-align: left;
    padding-left:25px;
    padding-top:0;
  }
  .l-business-block02-table-left dl{
    display:block;
    text-align: left;
  }
  .l-business-block02-table-left dl dt{
    display:block;
    text-align: left;
    color:#00327D;

    font-size:20px;
    font-weight:500;
    line-height: 1.2;
    letter-spacing: 0em;
  }
  .l-business-block02-table-left dl dd{
    padding-top:15px;
    display:block;
    text-align: left;
    color:#231815;

    font-size:16px;
    font-weight:400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  .l-business-block02-table-left dl dd span{
    text-align: left;
    color:#00327D;

    font-size:18px;
    font-weight:400;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  .l-business-block02-table-right{
    width:auto;
    text-align: left;
    padding-left:20px;
  }
  .l-business-block02-table-right picture{
    display:block;
    text-align: left;
  }
  .l-business-block02-table-right picture img{
    width:414px;
    height:auto;
  }
}

.l-bisiness-contact .l-company-contact{
  margin-top:0 !important;
  margin-bottom:0 !important;
  padding-top:5.0rem !important;
}
.l-bisiness-contact02 .l-company-contact{
  margin-top:0 !important;
  margin-bottom:0 !important;
  padding-top:5.0rem !important;
}
@media (min-width: 40em) {
  .l-bisiness-contact .l-company-contact{
    margin-top:0 !important;
    margin-bottom:0 !important;
    padding-top:50px !important;
  }
  .l-bisiness-contact02 .l-company-contact{
    margin-top:0 !important;
    margin-bottom:0 !important;
    padding-top:50px !important;
  }
}


.l-bisiness-question{
  background:#E8F3F9;
  padding:8.5rem 0 10.0rem;
}
.l-bisiness-question dl{
  margin-top:3.5rem;
  display:block;
  border-radius:1.0rem;
  padding:1.5rem 2.0rem;
  border:1px solid #00327D;
  background:#FFFFFF;
}
.l-bisiness-question dl.-first{
  margin-top:4.5rem;
  display:block;
}
.l-bisiness-question dl dt{
  text-indent:-3.2rem;
  
  display:block;
  border-bottom:1px solid #E5E5E5;
  padding:0 0 1.0rem 3.2rem;
  text-align: left;
  color:#00327D;

  font-size:2.6rem;
  font-weight:500;
  line-height: 1.75;
  letter-spacing: 0em;
}
.l-bisiness-question dl dt span{
  padding-right:0.5rem;
  text-align: left;
  color:#00327D;

  font-size:2.6rem;
  font-weight:700;
  line-height: 1.75;
  letter-spacing: 0em;
}
.l-bisiness-question dl dd{
  text-indent:-3.2rem;

  display:block;  
  padding:1.0rem 0 1.0rem 3.2rem;
  text-align: left;
  color:#222222;

  font-size:2.6rem;
  font-weight:500;
  line-height: 1.75;
  letter-spacing: 0em;
}
.l-bisiness-question dl dd span{
  padding-left:0.2rem;
  text-align: left;
  color:#222222;

  font-size:2.6rem;
  font-weight:700;
  line-height: 1.75;
  letter-spacing: 0em;
}
@media (min-width: 40em) {
  .l-bisiness-question{
    background:#E8F3F9;
    padding:85px 0 100px;
  }
  .l-bisiness-question dl{
    margin-top:30px;
    display:block;
    border-radius:5px;
    padding:15px 20px;
    border:1px solid #00327D;
    background:#FFFFFF;
  }
  .l-bisiness-question dl.-first{
    margin-top:50px;
    display:block;
  }
  .l-bisiness-question dl dt{
    text-indent:-20px;
    
    display:block;
    border-bottom:1px solid #E5E5E5;
    padding:0 0 10px 20px;
    text-align: left;
    color:#00327D;

    font-size:16px;
    font-weight:500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  .l-bisiness-question dl dt span{
    padding-right:5px;
    text-align: left;
    color:#00327D;

    font-size:16px;
    font-weight:700;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  .l-bisiness-question dl dd{
    text-indent:-22px;
    
    display:block;
    padding:10px 0 10px 22px;
    text-align: left;
    color:#222222;

    font-size:16px;
    font-weight:500;
    line-height: 1.75;
    letter-spacing: 0em;
  }
  .l-bisiness-question dl dd span{
    padding-left:2px;
    text-align: left;
    color:#231815;

    font-size:16px;
    font-weight:700;
    line-height: 1.75;
    letter-spacing: 0em;
  }
}









