@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトカラー*/
/*サイトカラー ライト*/
/*サイトカラー ライト2*/
/*サイトカラー ディープ*/
/*青*/
/*テキストに使うフォントカラー*/
#page-container {
  overflow-x: hidden;
}

/* Hero
	 ========================================================================== */
._Hero {
  margin: 0 -100%;
  padding: 0 100%;
  background: linear-gradient(to bottom, #d7e8f6 0%, #d7e8f6 86%, #fff 86%, #fff 100%);
}
._Hero > .inner {
  width: 1366px;
  margin: 0 -171px;
  background: url(../images/pages/top/Hero/bg_inner.png) no-repeat center top;
  background-size: 1366px auto;
  text-align: center;
}
._Hero ._Hero__lead {
  padding-top: 34px;
}
._Hero ._Hero__box {
  position: relative;
  width: 700px;
  margin: 33px auto 0;
  padding: 34px 30px 42px;
  border: solid #d7e8f6;
  border-width: 8px 11px;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
}
._Hero ._Hero__box::after {
  top: -2px;
  left: -2px;
  content: "";
  position: absolute;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background-repeat: no-repeat;
  background-size: contain;
  border: 6px solid #f1f7fc;
  border-radius: 6px;
}
._Hero ._Hero__host {
  line-height: 1;
  font-size: 1.8rem;
  letter-spacing: 0;
  margin-top: 16px;
}
._Hero ._Hero__description {
  margin-top: 11px;
  margin-bottom: -3px;
  letter-spacing: 0;
}
._Hero ._Hero__description:first-child {
  margin-top: -3px;
}
._Hero ._Hero__information {
  margin-top: 25px;
  margin-bottom: -5px;
  line-height: 1.5555555556;
  font-size: 1.8rem;
  letter-spacing: 0;
  margin-top: 29px;
  color: #c30d23;
}
._Hero ._Hero__information:first-child {
  margin-top: -5px;
}

/* 0522・フリーランス新法シンポジウムのお知らせ
	 ========================================================================== */
.info_0522 {
  text-align: center;
  font-size: 2.1rem;
  margin-top: 47px;
}

/* News
	 ========================================================================== */
/* About freelance
	 ========================================================================== */
._AboutFreelance {
  margin: 60px -100% 0;
  padding: 0 100% 100px;
  text-align: center;
}
._AboutFreelance [data-shortening-content] {
  overflow: hidden;
}
._AboutFreelance ._AboutFreelance__title {
  line-height: 1;
  font-size: 3.2rem;
  letter-spacing: 0;
}
._AboutFreelance ._AboutFreelance__content {
  position: relative;
  margin-top: 31px;
}
._AboutFreelance ._AboutFreelance__description::before,
._AboutFreelance ._AboutFreelance__description::after {
  content: "";
  display: block;
  height: 1px;
}
._AboutFreelance ._AboutFreelance__description::before {
  margin-bottom: -1px;
}
._AboutFreelance ._AboutFreelance__description::after {
  margin-top: -1px;
}
._AboutFreelance ._AboutFreelance__description > p:first-child {
  margin-top: -6px;
}
._AboutFreelance ._AboutFreelance__description > p:last-child {
  margin-bottom: -6px;
}
._AboutFreelance ._AboutFreelance__jobs {
  line-height: 2;
  font-size: 1.4rem;
  letter-spacing: 0;
  width: 680px;
  margin: 38px auto 0;
}
._AboutFreelance ._AboutFreelance__jobs::before,
._AboutFreelance ._AboutFreelance__jobs::after {
  content: "";
  display: block;
  height: 1px;
}
._AboutFreelance ._AboutFreelance__jobs::before {
  margin-bottom: -1px;
}
._AboutFreelance ._AboutFreelance__jobs::after {
  margin-top: -1px;
}
._AboutFreelance ._AboutFreelance__jobs > p:first-child {
  margin-top: -7px;
}
._AboutFreelance ._AboutFreelance__jobs > p:last-child {
  margin-bottom: -7px;
}
._AboutFreelance ._AboutFreelance__more {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 150px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 75%);
}
._AboutFreelance html.no-js ._AboutFreelance__more {
  display: none;
}
._AboutFreelance ._AboutFreelance.is-expanded ._AboutFreelance__more {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), visibility 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
._AboutFreelance ._AboutFreelance__moreButton {
  margin: auto auto 0;
  padding: 0;
  border: 1px solid #106ab5;
  border-radius: 20px;
  background-color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  font-size: 1.4rem;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
  color: #106ab5;
  transition: color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
._AboutFreelance ._AboutFreelance__moreButton:hover {
  background-color: #106ab5;
  color: #fff;
}
._AboutFreelance ._AboutFreelance__moreButton::before,
._AboutFreelance ._AboutFreelance__moreButton::after {
  top: 0;
  bottom: 0;
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  margin: auto 0;
  background-color: #106ab5;
  transition: background-color 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
._AboutFreelance ._AboutFreelance__moreButton::before {
  right: 16px;
}
._AboutFreelance ._AboutFreelance__moreButton::after {
  right: 16px;
  transform: rotate(90deg);
}
._AboutFreelance ._AboutFreelance__more2 {
  margin-top: 40px;
}
._AboutFreelance ._AboutFreelance__more2 .Button {
  flex-direction: column;
}
._AboutFreelance ._AboutFreelance__more2Sub {
  margin-top: 8px;
  text-align: center;
  font-weight: bold;
  color: #106ab5;
}
._AboutFreelance .borderBox {
  border: 2px solid #c3dcf1;
  text-align: left;
}
._AboutFreelance .borderBox .borderBoxTitle {
  text-align: center;
  font-weight: bold;
}
._AboutFreelance .borderBox .borderBoxTitle .red {
  color: #c30d23;
}
._AboutFreelance .borderBox ul._AboutFreelance_list > li {
  padding-left: 1.5em;
  position: relative;
}
._AboutFreelance .borderBox ul._AboutFreelance_list > li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #333d51;
  position: absolute;
}
._AboutFreelance .borderBox ul._AboutFreelance_list > li a {
  display: inline-block;
}
._AboutFreelance .description_sub.strong {
  color: #5bade1;
  font-weight: bold;
}
._AboutFreelance html:not(.is-mobile) ._AboutFreelance__moreButton:hover::before,
._AboutFreelance html:not(.is-mobile) ._AboutFreelance__moreButton:hover::after {
  background-color: #fff;
}

/* Guideline link
	 ========================================================================== */
._GuidelineLink {
  padding-bottom: 100px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
._GuidelineLink > .in {
  flex-basis: 48%;
  text-align: center;
}
._GuidelineLink > .in p {
  color: #5BADE1;
  font-weight: bold;
  position: relative;
  padding-bottom: 25px;
}
._GuidelineLink > .in p:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #5BADE1;
  border-bottom: 2px solid #5BADE1;
  transform: rotate(45deg);
  position: absolute;
  left: calc(50% - 7px);
  bottom: 12px;
}
._GuidelineLink > .in a:hover {
  opacity: 0.75;
}

/* Trouble
	 ========================================================================== */
._Trouble {
  margin: 0 -100%;
  padding: 77px 100%;
  background-color: #d7e8f6;
}
._Trouble > .inner {
  width: 1024px;
  margin: 0 auto;
}
._Trouble ._Trouble__title {
  line-height: 1;
  font-size: 3.2rem;
  letter-spacing: 0;
  text-align: center;
}
._Trouble ._Trouble__content {
  margin-top: 40px;
}
._Trouble ._Trouble__caseList {
  display: flex;
  justify-content: space-between;
}
._Trouble ._Trouble__caseList > div {
  position: relative;
  width: 336px;
  padding: 140px 45px 33px;
  border-radius: 8px;
  background-color: #fff;
}
._Trouble ._Trouble__caseList > div::before {
  top: -14px;
  right: 0;
  left: 0;
  content: "";
  position: absolute;
  width: 44px;
  height: 45px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
  background-image: url(../images/pages/top/Trouble/bg_caseList_item.png);
  background-size: 44px auto;
}
._Trouble ._Trouble__caseList > div > dt {
  line-height: 1;
  font-size: 2.6rem;
  letter-spacing: 0;
  position: relative;
  text-align: center;
  font-weight: 700;
}
._Trouble ._Trouble__caseList > div > dt::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
}
._Trouble ._Trouble__caseList > div.-contract > dt::before {
  top: -88px;
  width: 49px;
  height: 68px;
  background-image: url(../images/pages/top/Trouble/bg_caseList_item-contract.png);
  background-size: 49px auto;
}
._Trouble ._Trouble__caseList > div.-harassment > dt::before {
  top: -85px;
  width: 71px;
  height: 71px;
  background-image: url(../images/pages/top/Trouble/bg_caseList_item-harassment.png);
  background-size: 71px auto;
}
._Trouble ._Trouble__caseList > div.-reward > dt::before {
  top: -63px;
  width: 76px;
  height: 47px;
  background-image: url(../images/pages/top/Trouble/bg_caseList_item-reward.png);
  background-size: 76px auto;
}
._Trouble ._Trouble__caseList > div > dd {
  margin-top: 15px;
  margin-bottom: -6px;
  line-height: 1.75;
  font-size: 1.6rem;
  letter-spacing: 0;
}
._Trouble ._Trouble__caseList > div > dd:first-child {
  margin-top: -6px;
}
._Trouble ._Trouble__description {
  line-height: 1.75;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-top: 35px;
  text-align: center;
}
._Trouble ._Trouble__description::before,
._Trouble ._Trouble__description::after {
  content: "";
  display: block;
  height: 1px;
}
._Trouble ._Trouble__description::before {
  margin-bottom: -1px;
}
._Trouble ._Trouble__description::after {
  margin-top: -1px;
}
._Trouble ._Trouble__description > p:first-child {
  margin-top: -6px;
}
._Trouble ._Trouble__description > p:last-child {
  margin-bottom: -6px;
}
._Trouble ._Trouble__description > p:not(:first-child) {
  margin-top: 13px;
}
._Trouble ._Trouble__description em {
  color: #c30d23;
}

/* Feature
	 ========================================================================== */
._Feature {
  margin: 0 -100%;
  padding: 81px 100% 78px;
  background-image: url(../images/pages/top/Feature/bg.png), url(../images/shared/bg-dotted.png);
  background-position: center top 33px, center top;
  background-repeat: no-repeat, repeat;
}
._Feature ._Feature__title {
  text-align: center;
}
._Feature ._Feature__content {
  width: 796px;
  margin: 31px auto 0;
}
._Feature ._Feature__itemList {
  counter-reset: list-number;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -24px;
  padding: 0 16px;
}
._Feature ._Feature__itemList > div {
  position: relative;
  flex-shrink: 0;
  width: 370px;
  margin-bottom: 24px;
  padding: 31px 35px 27px;
  border: 4px solid #106ab5;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
}
._Feature ._Feature__itemList > div::before {
  top: -22px;
  left: -12px;
  content: "";
  position: absolute;
  width: 56px;
  height: 56px;
  border: 3px solid #fff;
  border-radius: 50%;
  background-color: #106ab5;
}
._Feature ._Feature__itemList > div > dt {
  margin-top: -4px;
  margin-bottom: -4px;
  line-height: 1.3636363636;
  font-size: 2.2rem;
  letter-spacing: 0;
  font-weight: 700;
}
._Feature ._Feature__itemList > div > dt::before,
._Feature ._Feature__itemList > div > dt::after {
  position: absolute;
  left: -9px;
  width: 56px;
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
._Feature ._Feature__itemList > div > dt::before {
  line-height: 1;
  font-size: 1.1rem;
  letter-spacing: 0;
  content: "support";
  top: -7px;
}
._Feature ._Feature__itemList > div > dt::after {
  line-height: 1;
  font-size: 1.8rem;
  letter-spacing: 0;
  content: counter(list-number, decimal-leading-zero);
  counter-increment: list-number;
  top: 7px;
}
._Feature ._Feature__itemList > div > dt > b {
  color: #c30d23;
}
._Feature ._Feature__itemList > div > dd {
  margin-top: 12px;
  margin-bottom: -3px;
  line-height: 1.4666666667;
  font-size: 1.5rem;
  letter-spacing: 0;
}
._Feature ._Feature__itemList > div > dd:first-child {
  margin-top: -3px;
}

/* Reconciliation
	 ========================================================================== */
._Reconciliation {
  margin: 0 -100%;
  padding: 80px 100%;
  background-color: #f1f7fc;
}
._Reconciliation > .inner {
  padding: 80px 0;
  background-color: #fff;
}
._Reconciliation ._Reconciliation__title {
  line-height: 1;
  font-size: 3.2rem;
  letter-spacing: 0;
  text-align: center;
}
._Reconciliation ._Reconciliation__title > .inner {
  display: inline-block;
  background: linear-gradient(transparent 55%, #ffe109 55%);
  vertical-align: top;
}
._Reconciliation ._Reconciliation__content {
  margin-top: 40px;
}
._Reconciliation ._Reconciliation__description {
  line-height: 2;
  font-size: 1.8rem;
  letter-spacing: 0;
  position: relative;
  padding: 0 280px;
}
._Reconciliation ._Reconciliation__description::before,
._Reconciliation ._Reconciliation__description::after {
  content: "";
  display: block;
  height: 1px;
}
._Reconciliation ._Reconciliation__description::before {
  margin-bottom: -1px;
}
._Reconciliation ._Reconciliation__description::after {
  margin-top: -1px;
}
._Reconciliation ._Reconciliation__description > p:first-child {
  margin-top: -9px;
}
._Reconciliation ._Reconciliation__description > p:last-child {
  margin-bottom: -9px;
}
._Reconciliation ._Reconciliation__description::before {
  top: 12px;
  left: 62px;
  content: "";
  position: absolute;
  width: 209px;
  height: 211px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/pages/top/Reconciliation/bg_description.png);
}
._Reconciliation ._Reconciliation__description::after {
  top: 20px;
  right: 60px;
  content: "";
  position: absolute;
  width: 205px;
  height: 208px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/pages/top/Reconciliation/bg_description2.png);
}
._Reconciliation ._Reconciliation__more {
  margin-top: 40px;
  text-align: center;
}

/* Flow
	 ========================================================================== */
._Flow {
  margin: 0 -100%;
  padding: 78px 100% 80px;
  background-color: #fff;
}
._Flow ._Flow__title {
  line-height: 1;
  font-size: 3.2rem;
  letter-spacing: 0;
  text-align: center;
}
._Flow ._Flow__content {
  width: 1024px;
  margin: 40px auto 0;
  padding: 46px 0 64px;
  border-radius: 8px;
  background-color: #d7e8f6;
}
._Flow ._Flow__figure {
  text-align: center;
}

/* About us
	 ========================================================================== */
._AboutUs {
  margin: 0 -100%;
  padding: 80px 100%;
  background-color: #f1f7fc;
}
._AboutUs ._AboutUs__title {
  line-height: 1;
  font-size: 3.2rem;
  letter-spacing: 0;
  text-align: center;
}
._AboutUs ._AboutUs__content {
  width: 1024px;
  margin: 38px auto 0;
  padding: 39px 114px 40px;
  background-color: #fff;
}
._AboutUs ._AboutUs__description {
  display: flex;
}
._AboutUs ._AboutUs__descriptionText {
  line-height: 2;
  font-size: 1.5rem;
  letter-spacing: 0;
  order: 2;
}
._AboutUs ._AboutUs__descriptionText::before,
._AboutUs ._AboutUs__descriptionText::after {
  content: "";
  display: block;
  height: 1px;
}
._AboutUs ._AboutUs__descriptionText::before {
  margin-bottom: -1px;
}
._AboutUs ._AboutUs__descriptionText::after {
  margin-top: -1px;
}
._AboutUs ._AboutUs__descriptionText > p:first-child {
  margin-top: -7px;
}
._AboutUs ._AboutUs__descriptionText > p:last-child {
  margin-bottom: -7px;
}
._AboutUs ._AboutUs__descriptionImage {
  order: 1;
  flex-shrink: 0;
  width: 220px;
  margin-top: 11px;
  text-align: center;
}
._AboutUs ._AboutUs__row {
  display: flex;
  justify-content: space-between;
  margin-top: 28px;
}
._AboutUs ._AboutUs__dataList > div {
  line-height: 1.2;
  font-size: 1.5rem;
  letter-spacing: 0;
  display: flex;
  width: 380px;
  padding: 11px 10px;
  border-bottom: 2px solid #c6deeb;
}
._AboutUs ._AboutUs__dataList > div > dt {
  min-width: 46px;
  margin-right: 18px;
  font-weight: 700;
}
._AboutUs ._AboutUs__dataList:nth-child(2) > div > dt {
  min-width: 81px;
}
._AboutUs ._AboutUs__date {
  line-height: 1;
  font-size: 1.2rem;
  letter-spacing: 0;
  margin-top: 10px;
  text-align: right;
}

/* Message
	 ========================================================================== */
._Message {
  margin: 0 -100%;
  padding: 78px 100%;
}
._Message ._Message__title {
  line-height: 1;
  font-size: 3.2rem;
  letter-spacing: 0;
  text-align: center;
}
._Message ._Message__content {
  position: relative;
  width: 1024px;
  margin: 35px auto 0;
}
._Message ._Message__content::before {
  top: 38px;
  right: 0;
  content: "";
  position: absolute;
  width: 315px;
  height: 431px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/pages/top/Message/bg_content.png);
}
._Message ._Message__description {
  line-height: 1.875;
  font-size: 1.6rem;
  letter-spacing: 0;
  width: 630px;
}
._Message ._Message__description::before,
._Message ._Message__description::after {
  content: "";
  display: block;
  height: 1px;
}
._Message ._Message__description::before {
  margin-bottom: -1px;
}
._Message ._Message__description::after {
  margin-top: -1px;
}
._Message ._Message__description > p:first-child {
  margin-top: -7px;
}
._Message ._Message__description > p:last-child {
  margin-bottom: -7px;
}
._Message ._Message__description > p:not(:first-child) {
  margin-top: 12px;
}

/* Case
	 ========================================================================== */
._Case {
  margin: 0 -100%;
  padding: 78px 100% 80px;
  background-color: #d7e8f6;
}
._Case ._Case__header {
  text-align: center;
}
._Case ._Case__title {
  line-height: 1;
  font-size: 3.2rem;
  letter-spacing: 0;
}
._Case ._Case__notes {
  margin-top: 12px;
  margin-bottom: -6px;
  line-height: 1.8571428571;
  font-size: 1.4rem;
  letter-spacing: 0;
}
._Case ._Case__notes:first-child {
  margin-top: -6px;
}
._Case ._Case__content {
  margin-top: 19px;
}
._Case ._Case__itemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
._Case .c_item {
  margin-bottom: 20px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
._Case .c_item a {
  display: flex;
  background: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 17px;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  box-sizing: border-box;
  border: 3px solid #fff;
  transition: 0.25s;
}
._Case .c_item a:hover {
  border: 3px solid #106AB5;
}
._Case .c_item a .c_img {
  flex-basis: 100px;
}
._Case .c_item a .c_tit {
  flex-basis: calc(100% - 120px);
}
._Case .c_item a:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: #106AB5;
  position: absolute;
  right: -65px;
  bottom: -65px;
  transform: rotate(45deg);
}
._Case .c_item a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(../images/common/arrow.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  position: absolute;
  right: 5px;
  bottom: 7px;
}
._Case ._Case__more {
  width: 282px;
  margin: 30px auto 0;
  text-align: center;
}

/* Contact
	 ========================================================================== */
._Contact {
  margin: 0 -100%;
  padding: 77px 100% 0;
  background: #F1F7FC;
}
._Contact ._Contact__title {
  line-height: 1;
  font-size: 3.2rem;
  letter-spacing: 0;
  text-align: center;
}
._Contact ._Contact__content {
  margin-top: 25px;
}
._Contact ._Contact__description {
  line-height: 1.875;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: center;
}
._Contact ._Contact__description::before,
._Contact ._Contact__description::after {
  content: "";
  display: block;
  height: 1px;
}
._Contact ._Contact__description::before {
  margin-bottom: -1px;
}
._Contact ._Contact__description::after {
  margin-top: -1px;
}
._Contact ._Contact__description > p:first-child {
  margin-top: -7px;
}
._Contact ._Contact__description > p:last-child {
  margin-bottom: -7px;
}
._Contact ._Contact__guide {
  margin-top: 18px;
  padding: 20px;
}
._Contact ._Contact__guide > .inner {
  padding: 29px 30px 37px;
  background-color: #fff;
}
._Contact ._Contact__guideText {
  line-height: 1;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #5bade1;
  text-align: center;
  font-weight: 700;
}
._Contact ._Contact__guideItemList {
  line-height: 1.0666666667;
  font-size: 1.5rem;
  letter-spacing: 0;
  display: flex;
  justify-content: center;
  margin-top: 21px;
}
._Contact ._Contact__guideItemList > li {
  padding-left: 20px;
  background: url(../images/pages/top/Contact/bg_guideItemList_item.png) no-repeat left center;
}
._Contact ._Contact__guideItemList > li:not(:first-child) {
  margin-left: 20px;
}
._Contact ._Contact__tel {
  margin-top: 15px;
  padding-bottom: 77px;
  text-align: center;
}
._Contact ._Contact__telNumber {
  line-height: 1;
  font-size: 6rem;
  letter-spacing: 0;
  display: inline-block;
  padding-left: 75px;
  background: url(../images/shared/icon_freeDial.png) no-repeat left center;
  background-size: 64px auto;
  color: #1f2833;
  vertical-align: middle;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
._Contact ._Contact__telTime {
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: 0;
  margin-top: 3px;
}

/* Contact form
	 -------------------------------------------------------------------------- */
._ContactForm {
  margin: 0;
  padding: 77px 0 77px;
}
._ContactForm ._ContactForm__title {
  line-height: 1;
  font-size: 3.2rem;
  letter-spacing: 0;
  text-align: center;
}
._ContactForm ._ContactForm__content {
  margin-top: 70px;
  padding: 0 0;
  background-color: #fff;
}
._ContactForm .form {
  width: 100%;
  margin: 0 auto;
}

._news {
  background-color: #fff;
}
._news ._news__title {
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
}
._news ._news__content ul li {
  border-top: 1px solid #D7E8F6;
}
._news ._news__content ul li:first-of-type {
  border-top: none;
  padding-top: 0;
}
._news ._news__content ul li .date {
  color: #106AB5;
  font-weight: bold;
  flex-basis: 105px;
  font-size: 14px;
  padding-top: 1px;
}
._news ._news__content ul li a {
  flex: 1;
  font-size: 16px;
}
._news ._news__more {
  margin-top: 35px;
}

._News_ex > .in {
  margin: 0 auto;
  border-radius: 7px;
  overflow: hidden;
  border: 1px solid #106AB5;
}
._News_ex > .in h2 {
  background: #106AB5;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
._News_ex > .in ul {
  flex-basis: calc(100% - 300px);
}
._News_ex > .in ul li {
  border-top: 1px solid #D7E8F6;
}
._News_ex > .in ul li:first-of-type {
  border-top: none;
}
._News_ex > .in ul li .date {
  color: #106AB5;
  font-weight: bold;
  flex-basis: 95px;
  font-size: 14px;
  padding-top: 1px;
}
._News_ex > .in ul li a {
  flex: 1;
  font-size: 16px;
}

.PageContent > .inner {
  padding-bottom: 0;
}

/*==================================================================================================================
==================================================================================================================
HOME SP
==================================================================================================================
====================================================================================================================*/
/* ==========================================================================
Form
========================================================================== */
.Form {
  width: 100%;
  max-width: 764px;
  margin: 0 auto;
}

.Form__itemContainer.-confirm {
  margin-top: 46px;
}

.Form__item {
  display: flex;
  padding-bottom: 32px;
  border-bottom: 1px solid #d7e8f6;
}

.Form__item.-confirm {
  padding-bottom: 26px;
}

.Form__item:not(:first-child) {
  margin-top: 32px;
}

.Form__item:not(:first-child).-confirm {
  margin-top: 26px;
}

.Form__item > dt {
  flex: 0 0 244px;
}

.Form__item.has-inputText > dt {
  padding-top: 7px;
}

.Form__item > dd {
  flex: 1 1 auto;
  margin-left: 16px;
}

.Form__itemLabel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.Form__itemName {
  font-weight: 700;
}

.Form__itemType {
  line-height: 1;
  font-size: 1.3rem;
  padding: 3px 9px;
  color: #fff;
}

.Form__itemType.-required {
  background-color: #c30d23;
}

.Form__itemType.-optional {
  background-color: #106ab5;
}

.Form__inputList {
  display: flex;
  flex-wrap: wrap;
}

.Form__inputList > li {
  line-height: 1.375;
  font-size: 1.6rem;
  flex: 0 0 244px;
}

.Form__inputList > li:nth-child(even) {
  margin-left: 16px;
}

.Form__inputList > li:nth-child(n+3) {
  margin-top: 6px;
}

.Form__inputList > li > label {
  display: block;
  position: relative;
  cursor: pointer;
}

.Form__inputList.-short > li {
  flex-basis: 20%;
  margin-right: 16px;
}

.Form__inputList.-short > li:first-child, .Form__inputList.-short > li:nth-child(5) {
  margin-left: 0;
}

.Form__inputList.-short > li:nth-child(n+3) {
  margin-top: 0;
}

.Form__inputList.-short > li:nth-child(n+5) {
  margin-top: 6px;
}

.Form__inputList.-radio > li > label {
  padding-left: 30px;
}

.Form__inputList.-radio > li > label > input[type=radio] {
  display: none;
}

.Form__inputList.-radio > li > label > span::before, .Form__inputList.-radio > li > label > span::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

.Form__inputList.-radio > li > label > span::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #bfbfbf;
}

.Form__inputList.-radio > li > label > span::after {
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background-color: #106ab5;
  transform-origin: center;
  transition: transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.Form__inputList.-radio > li > label > input:not(:checked) + span::after {
  transform: scale(0);
}

.Form__textarea, .Form__input {
  width: 100%;
  padding: 7px 10px;
  border: 1px solid #bfbfbf;
}

.Form__textarea:focus, .Form__input:focus {
  border-color: #106ab5;
  outline: none;
}

.Form__textarea.is-error, .Form__input.is-error {
  border-color: #c30d23;
  background-color: #ffe7ea;
}

.Form__textarea {
  height: 120px;
}

.Form__verificationInput {
  line-height: 1.2727272727;
  font-size: 2.2rem;
  font-weight: 700;
  word-break: break-all;
}

.Form__verificationInput:empty {
  display: none;
}

.Form__verificationNotice {
  margin-top: 4px;
  margin-bottom: -6px;
}

.Form__verificationNotice:first-child {
  margin-top: -6px;
}

.Form__verificationInput:empty + .Form__verificationNotice {
  margin-top: 0;
}

.Form__error {
  margin-top: 7px;
  margin-bottom: -2px;
  line-height: 1.3846153846;
  font-size: 1.3rem;
  color: #c30d23;
}

.Form__error:first-child {
  margin-top: -2px;
}

.Form__error::before {
  content: "※ ";
}

.Form__description {
  margin-top: 39px;
  text-align: center;
}

.Form__description::before, .Form__description::after {
  content: "";
  display: block;
  height: 1px;
}

.Form__description::before {
  margin-bottom: -1px;
}

.Form__description::after {
  margin-top: -1px;
}

.Form__description > p:first-child {
  margin-top: -6px;
}

.Form__description > p:last-child {
  margin-bottom: -6px;
}

.Form__description > p:not(:first-child) {
  margin-top: 10px;
}

.Form__actionList {
  margin-top: 38px;
  text-align: center;
}

.Form__actionList::before, .Form__actionList::after {
  content: "";
  display: block;
  height: 1px;
}

.Form__actionList::before {
  margin-bottom: -1px;
}

.Form__actionList::after {
  margin-top: -1px;
}

.Form__itemContainer.-confirm + .Form__actionList {
  margin-top: 56px;
}

.Form__actionList > li:not(:first-child) {
  margin-top: 32px;
}

.Form__actionList > li.-return {
  margin-top: -6px;
  margin-bottom: -6px;
}

.Form__actionList button:disabled {
  opacity: 0.5;
  pointer-events: none;
}

/* ==========================================================================
   Section
   ========================================================================== */
.Section {
  margin: 0 -100%;
  padding: 80px 100%;
}

.Section__title {
  line-height: 1;
  font-size: 3.2rem;
  letter-spacing: 0;
  text-align: center;
}

.Section__content {
  margin-top: 35px;
}

.Section__lead {
  line-height: 1;
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: center;
}

/* ==========================================================================
   Thanks
   ========================================================================== */
.Thanks {
  text-align: center;
}

.Thanks__description::before, .Thanks__description::after {
  content: "";
  display: block;
  height: 1px;
}

.Thanks__description::before {
  margin-bottom: -1px;
}

.Thanks__description::after {
  margin-top: -1px;
}

.Thanks__description > p:first-child {
  margin-top: -6px;
}

.Thanks__description > p:last-child {
  margin-bottom: -6px;
}

.Thanks__return {
  margin-top: 64px;
}

.g-recaptcha > div {
  margin-inline: auto;
}

@media screen and (max-width: 640px) {
  /* Hero
  	 ========================================================================== */
  /* 0522・フリーランス新法シンポジウムのお知らせ
  	 ========================================================================== */
  /* News
  	 ========================================================================== */
  /* About freelance
  	 ========================================================================== */
  ._AboutFreelance ._AboutFreelance__more2 .Button span {
    margin-top: 4px;
    font-size: 14px;
  }
  ._AboutFreelance .borderBox {
    margin-top: 30px;
    padding: 20px 20px;
    border-radius: 4px;
    font-size: 14px;
  }
  ._AboutFreelance .borderBox + * {
    margin-top: 30px;
  }
  ._AboutFreelance .borderBox .borderBoxTitle {
    font-size: 18px;
    line-height: 1.4;
  }
  ._AboutFreelance .borderBox .borderBoxTitle + * {
    margin-top: 12px;
  }
  ._AboutFreelance .borderBox * + ._AboutFreelance_list {
    margin-top: 20px;
  }
  ._AboutFreelance .borderBox ul._AboutFreelance_list.col_sp {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ._AboutFreelance .borderBox ul._AboutFreelance_list.col_sp > li {
    width: calc(50% - 20px);
  }
  ._AboutFreelance .borderBox ul._AboutFreelance_list.col_sp > li:nth-child(odd) {
    margin-right: 10px;
  }
  ._AboutFreelance .borderBox ul._AboutFreelance_list.col_sp > li:nth-child(even) {
    margin-left: 10px;
  }
  ._AboutFreelance .borderBox ul._AboutFreelance_list > li:before {
    top: 10px;
    margin: auto;
    left: 0.65em;
  }
  ._AboutFreelance .description_sub {
    margin-top: 30px;
    font-size: 1.8rem;
  }
  ._AboutFreelance .description_sub.strong {
    font-size: 20px;
  }
  /* Guideline link
  	 ========================================================================== */
  /* Trouble
  	 ========================================================================== */
  ._Trouble ._Trouble__content {
    margin-top: 40px;
  }
  /* Feature
  	 ========================================================================== */
  /* Reconciliation
  	 ========================================================================== */
  /* Flow
  	 ========================================================================== */
  /* About us
  	 ========================================================================== */
  /* Message
  	 ========================================================================== */
  /* Case
  	 ========================================================================== */
  /* Contact
  	 ========================================================================== */
  /* Contact form
  	 -------------------------------------------------------------------------- */
  ._ContactForm .form {
    width: 100%;
    margin: 0 auto;
  }
  ._news {
    padding: 40px 0;
  }
  ._news ._news__title {
    font-size: 2.5rem;
  }
  ._news ._news__content {
    margin-top: 30px;
  }
  ._news ._news__content ul li {
    padding: 15px 10px;
  }
  ._news ._news__content ul li .date {
    display: block;
  }
  ._news ._news__content ul li a {
    display: block;
    margin-top: 5px;
  }
  ._News_ex > .in h2 {
    padding: 10px;
  }
  ._News_ex > .in ul {
    padding: 0 10px;
  }
  ._News_ex > .in ul li {
    padding: 15px 10px;
  }
  ._News_ex > .in ul li .date {
    display: block;
  }
  ._News_ex > .in ul li a {
    display: block;
    margin-top: 5px;
  }
  /*==================================================================================================================
  ==================================================================================================================
  HOME SP
  ==================================================================================================================
  ====================================================================================================================*/
  /* Hero
  	 ========================================================================== */
  ._Hero {
    margin-right: -5%;
    margin-left: -5%;
    padding-right: 0;
    padding-left: 0;
    background-color: #d7e8f6;
    border-bottom: none;
  }
  ._Hero > .inner {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding-top: 38px;
    background-image: none;
  }
  ._Hero > .inner::after {
    top: 180px;
    right: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 235px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/pages/top/Hero/sp_bg_inner.png);
  }
  ._Hero ._Hero__lead {
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-left: 5%;
    padding-right: 5%;
  }
  ._Hero ._Hero__box {
    width: 100%;
    margin: 35px 0 0;
    padding: 30px 5% 35px;
    border: none;
    border-radius: 0;
  }
  ._Hero ._Hero__box::before {
    top: -21px;
    left: calc(50% - 20px);
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-width: 0 21px 21px;
    border-style: solid;
    border-color: transparent transparent #fff;
  }
  ._Hero ._Hero__box::after {
    content: none;
  }
  ._Hero ._Hero__title {
    line-height: 39px;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
  }
  ._Hero ._Hero__title img {
    height: 39px;
  }
  ._Hero ._Hero__host {
    line-height: 1;
    font-size: 2rem;
    letter-spacing: 0;
    margin-top: 5px;
  }
  ._Hero ._Hero__description {
    margin-top: 17px;
    margin-bottom: -6px;
    letter-spacing: 0;
    text-align: left;
  }
  ._Hero ._Hero__description:first-child {
    margin-top: -6px;
  }
  ._Hero ._Hero__information {
    margin-top: 26px;
    margin-bottom: -4px;
    line-height: 1.2857142857;
    font-size: 2.8rem;
    letter-spacing: 0;
    margin-top: 38px;
    padding-left: 1em;
    text-align: left;
    text-indent: -1em;
  }
  ._Hero ._Hero__information:first-child {
    margin-top: -4px;
  }
  /* 0522 フリーランス新法シンポジウムのお知らせ
  	 ========================================================================== */
  .info_0522 {
    margin-top: 64px;
    font-size: 2.8rem;
  }
  /* News
  	 ========================================================================== */
  /* About freelance
  	 ========================================================================== */
  ._AboutFreelance {
    margin: 40px 0 0;
    padding: 0 0 40px;
    text-align: left;
  }
  ._AboutFreelance ._AboutFreelance__title {
    margin-top: -10px;
    margin-bottom: -10px;
    line-height: 1.4545454546;
    font-size: 2.5rem;
    letter-spacing: 0;
    text-align: center;
  }
  ._AboutFreelance ._AboutFreelance__content {
    margin-top: 39px;
  }
  ._AboutFreelance ._AboutFreelance__description > p {
    font-size: 1.8rem;
  }
  ._AboutFreelance ._AboutFreelance__jobs {
    font-size: 1.6rem;
    letter-spacing: 0;
    width: 100%;
    margin-top: 40px;
  }
  ._AboutFreelance ._AboutFreelance__jobs > p:last-child {
    margin-bottom: -13px;
  }
  ._AboutFreelance ._AboutFreelance__more {
    height: 250px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 70%);
  }
  ._AboutFreelance ._AboutFreelance__moreButton {
    line-height: 1;
    font-size: 1.8rem;
    width: 320px;
    height: 60px;
    border-width: 2px;
    border-radius: 40px;
  }
  ._AboutFreelance ._AboutFreelance__moreButton::before, ._AboutFreelance ._AboutFreelance__moreButton::after {
    width: 16px;
    height: 2px;
  }
  ._AboutFreelance ._AboutFreelance__moreButton::before {
    right: 34px;
  }
  ._AboutFreelance ._AboutFreelance__moreButton::after {
    right: 34px;
  }
  /* Guideline link
  	 ========================================================================== */
  ._GuidelineLink {
    padding-bottom: 45px;
    display: block;
  }
  ._GuidelineLink .in {
    margin-top: 30px;
  }
  ._GuidelineLink .in:first-of-type {
    margin-top: 0px;
  }
  ._GuidelineLink p {
    font-size: 14px;
  }
  /* Trouble
  	 ========================================================================== */
  ._Trouble {
    margin-right: -5%;
    margin-left: -5%;
    padding: 40px 5%;
  }
  ._Trouble > .inner {
    width: 100%;
  }
  ._Trouble ._Trouble__title {
    margin-top: -10px;
    margin-bottom: -10px;
    line-height: 1.4545454546;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  ._Trouble ._Trouble__content {
    margin-top: 60px;
  }
  ._Trouble ._Trouble__caseList {
    display: block;
  }
  ._Trouble ._Trouble__caseList > div {
    width: 100%;
    padding: 36px 29px 29px 100px;
    border-radius: 16px;
  }
  ._Trouble ._Trouble__caseList > div::before {
    top: -25px;
    right: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 50px auto;
  }
  ._Trouble ._Trouble__caseList > div:not(:first-child) {
    margin-top: 40px;
  }
  ._Trouble ._Trouble__caseList > div > dt {
    line-height: 1;
    font-size: 2rem;
    letter-spacing: 0;
    text-align: left;
  }
  ._Trouble ._Trouble__caseList > div > dt::before {
    right: auto;
    margin-right: 0;
    margin-left: 0;
  }
  ._Trouble ._Trouble__caseList > div.-contract > dt::before {
    top: 0px;
    left: -75px;
    width: 50px;
    height: 113px;
    background-size: 50px auto;
    background-repeat: no-repeat;
  }
  ._Trouble ._Trouble__caseList > div.-harassment > dt::before {
    top: 0px;
    left: -80px;
    width: 106px;
    height: 106px;
    background-size: 60px auto;
    background-repeat: no-repeat;
  }
  ._Trouble ._Trouble__caseList > div.-reward > dt::before {
    top: 0px;
    left: -75px;
    width: 100px;
    height: 62px;
    background-size: 60px auto;
    background-repeat: no-repeat;
  }
  ._Trouble ._Trouble__caseList > div > dd {
    margin-top: 12px;
    margin-bottom: -10px;
    letter-spacing: 0;
  }
  ._Trouble ._Trouble__caseList > div > dd:first-child {
    margin-top: -10px;
  }
  ._Trouble ._Trouble__description {
    letter-spacing: 0;
    margin-top: 30px;
    text-align: left;
  }
  ._Trouble ._Trouble__description > p:first-child {
    margin-top: -10px;
  }
  ._Trouble ._Trouble__description > p:last-child {
    margin-bottom: -10px;
  }
  ._Trouble ._Trouble__description > p:not(:first-child) {
    margin-top: 0;
  }
  /* Feature
  	 ========================================================================== */
  ._Feature {
    margin-right: -5%;
    margin-left: -5%;
    padding: 40px 5% 40px;
    background-image: url(../images/pages/top/Feature/sp_bg.png), url(../images/pages/top/Feature/bg2.png);
    background-position: center top 50px, center top;
    background-repeat: no-repeat, repeat;
    background-size: contain, auto;
  }
  ._Feature ._Feature__title img {
    width: 250px;
  }
  ._Feature ._Feature__content {
    width: 100%;
    margin: 76px auto 0;
  }
  ._Feature ._Feature__itemList {
    display: block;
    position: static;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
  }
  ._Feature ._Feature__itemList > div {
    width: 100%;
    margin-bottom: 0;
    padding: 55px 20px 40px;
    border-width: 4px;
    border-radius: 16px;
  }
  ._Feature ._Feature__itemList > div::before {
    top: -35px;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    margin: 0 auto;
  }
  ._Feature ._Feature__itemList > div:not(:first-child) {
    margin-top: 45px;
  }
  ._Feature ._Feature__itemList > div > dt {
    margin-top: -15px;
    margin-bottom: -8px;
    font-size: 2rem;
    letter-spacing: 0;
  }
  ._Feature ._Feature__itemList > div > dt::before, ._Feature ._Feature__itemList > div > dt::after {
    right: 0;
    left: 0;
    width: 90px;
    margin: 0 auto;
  }
  ._Feature ._Feature__itemList > div > dt::before {
    font-size: 12px;
    letter-spacing: 0;
    top: -16px;
  }
  ._Feature ._Feature__itemList > div > dt::after {
    font-size: 16px;
    letter-spacing: 0;
    top: 3px;
  }
  ._Feature ._Feature__itemList > div > dd {
    margin-top: 20px;
    margin-bottom: -10px;
    letter-spacing: 0;
    text-align: left;
    font-size: 18px;
  }
  ._Feature ._Feature__itemList > div > dd:first-child {
    margin-top: -10px;
  }
  /* Reconciliation
  	 ========================================================================== */
  ._Reconciliation {
    margin-right: -5%;
    margin-left: -5%;
    padding-right: 5%;
    padding-left: 5%;
    padding: 40px 5%;
  }
  ._Reconciliation > .inner {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  ._Reconciliation ._Reconciliation__title {
    line-height: 1;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  ._Reconciliation ._Reconciliation__content {
    padding-right: 0;
    padding-left: 0;
  }
  ._Reconciliation ._Reconciliation__description {
    font-size: 16px;
    letter-spacing: 0;
    padding-right: 0;
    padding-bottom: 200px;
    padding-left: 0;
    background: url(../images/pages/top/Reconciliation/sp_bg_description.png) no-repeat bottom center;
    background-size: contain;
  }
  ._Reconciliation ._Reconciliation__description > p:first-child {
    margin-top: -11px;
  }
  ._Reconciliation ._Reconciliation__description > p:last-child {
    margin-bottom: -11px;
  }
  ._Reconciliation ._Reconciliation__description::before, ._Reconciliation ._Reconciliation__description::after {
    content: none;
  }
  /* About reconciliation mediation
  	 ========================================================================== */
  ._AboutReconciliationMediation {
    width: 100%;
    margin-top: 54px;
  }
  ._AboutReconciliationMediation ._AboutReconciliationMediation__title {
    line-height: 1;
    font-size: 3.6rem;
    letter-spacing: 0;
  }
  ._AboutReconciliationMediation ._AboutReconciliationMediation__title::before, ._AboutReconciliationMediation ._AboutReconciliationMediation__title::after {
    background-image: linear-gradient(to right, #106ab5, #106ab5 4px, transparent 4px, transparent 100%);
    background-repeat: repeat-x;
    background-size: 12px 4px;
    top: 16px;
    width: 100px;
    height: 4px;
  }
  ._AboutReconciliationMediation ._AboutReconciliationMediation__title::before {
    padding-right: 20px;
  }
  ._AboutReconciliationMediation ._AboutReconciliationMediation__title::after {
    padding-left: 20px;
  }
  ._AboutReconciliationMediation ._AboutReconciliationMediation__content {
    margin-top: 34px;
    padding-right: 0;
    padding-left: 0;
  }
  ._AboutReconciliationMediation ._AboutReconciliationMediation__description {
    line-height: 1.8;
    font-size: 3rem;
    letter-spacing: 0;
  }
  ._AboutReconciliationMediation ._AboutReconciliationMediation__description > p:first-child {
    margin-top: -12px;
  }
  ._AboutReconciliationMediation ._AboutReconciliationMediation__description > p:last-child {
    margin-bottom: -12px;
  }
  /* Flow
  	 ========================================================================== */
  ._Flow {
    margin-right: 0;
    margin-left: 0;
    padding-right: 0;
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  ._Flow ._Flow__title {
    line-height: 1;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  ._Flow ._Flow__content {
    width: 100%;
    margin: 38px 0 0;
    padding: 20px;
    border-radius: 16px;
  }
  /* About us
  	 ========================================================================== */
  ._AboutUs {
    margin-right: -5%;
    margin-left: -5%;
    padding: 40px 5%;
  }
  ._AboutUs ._AboutUs__title {
    line-height: 1;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  ._AboutUs ._AboutUs__content {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 40px 20px 20px;
    border-radius: 8px;
  }
  ._AboutUs ._AboutUs__description {
    flex-direction: column;
  }
  ._AboutUs ._AboutUs__descriptionText {
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 48px;
  }
  ._AboutUs ._AboutUs__descriptionText > p:first-child {
    margin-top: -11px;
  }
  ._AboutUs ._AboutUs__descriptionText > p:last-child {
    margin-bottom: -11px;
  }
  ._AboutUs ._AboutUs__descriptionImage {
    justify-content: center;
    flex-shrink: 1;
    width: 100%;
    margin-top: 0;
  }
  ._AboutUs ._AboutUs__row {
    display: block;
    margin-top: 16px;
  }
  ._AboutUs ._AboutUs__dataList > div {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0;
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  ._AboutUs ._AboutUs__dataList > div > dt {
    min-width: auto;
    margin-right: 0;
  }
  ._AboutUs ._AboutUs__dataList:nth-child(2) > div > dt {
    min-width: auto;
  }
  ._AboutUs ._AboutUs__date {
    line-height: 1;
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 15px;
  }
  /* Message
  	 ========================================================================== */
  ._Message {
    margin-right: 0;
    margin-left: 0;
    padding: 50px 0 50px;
  }
  ._Message ._Message__title {
    margin-top: -10px;
    margin-bottom: -10px;
    font-size: 2.5rem;
    line-height: 1.5;
    letter-spacing: 0;
    position: relative;
    text-align: left;
  }
  ._Message ._Message__title::after {
    top: -5px;
    right: 30px;
    content: "";
    position: absolute;
    width: 90px;
    height: 120px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/pages/top/Message/sp_bg_ttl.png);
  }
  ._Message ._Message__content {
    position: static;
    width: 100%;
    margin: 51px 0 0;
  }
  ._Message ._Message__content::before {
    content: none;
  }
  ._Message ._Message__description {
    line-height: 1.8;
    font-size: 16px;
    letter-spacing: 0;
    width: 100%;
  }
  ._Message ._Message__description > p:first-child {
    margin-top: -12px;
  }
  ._Message ._Message__description > p:last-child {
    margin-bottom: -12px;
  }
  ._Message ._Message__description > p:not(:first-child) {
    margin-top: 0;
  }
  /* Case
  	 ========================================================================== */
  ._Case {
    margin-right: -5%;
    margin-left: -5%;
    padding: 40px 5%;
  }
  ._Case ._Case__title {
    line-height: 1;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  ._Case ._Case__notes {
    display: none;
  }
  ._Case ._Case__content {
    margin-top: 38px;
  }
  ._Case ._Case__itemList {
    display: block;
    margin-top: 15px;
  }
  ._Case ._Case__more {
    width: auto;
    margin: 0;
    margin-top: 40px;
  }
  /* Contact
  	 ========================================================================== */
  ._Contact {
    margin-right: -5%;
    margin-left: -5%;
    padding: 40px 5% 0;
  }
  ._Contact ._Contact__title {
    line-height: 1;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  ._Contact ._Contact__content {
    margin-top: 36px;
  }
  ._Contact ._Contact__description {
    letter-spacing: 0;
    text-align: left;
  }
  ._Contact ._Contact__description > p:first-child {
    margin-top: -12px;
  }
  ._Contact ._Contact__description > p:last-child {
    margin-bottom: -12px;
  }
  ._Contact ._Contact__guide {
    margin-top: 28px;
    padding: 0;
  }
  ._Contact ._Contact__guide > .inner {
    padding-bottom: 32px;
  }
  ._Contact ._Contact__guideText {
    margin-top: -8px;
    margin-bottom: -8px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
  }
  ._Contact ._Contact__guideItemList {
    letter-spacing: 0;
    display: block;
    margin-top: 24px;
  }
  ._Contact ._Contact__guideItemList > li {
    padding-left: 26px;
    background-position: left 6px center;
  }
  ._Contact ._Contact__guideItemList > li:not(:first-child) {
    margin-top: 24px;
    margin-left: 0;
  }
  ._Contact ._Contact__tel {
    margin-top: 30px;
    padding-bottom: 40px;
  }
  ._Contact ._Contact__tel > a {
    display: block;
    padding: 25px 10px 25px;
    border-radius: 70px;
    background-color: #106ab5;
    color: #fff;
    text-decoration: none;
  }
  ._Contact ._Contact__telText {
    line-height: 1;
    font-size: 2.5rem;
    letter-spacing: 0;
    margin-top: 0;
    font-weight: 700;
  }
  ._Contact ._Contact__telTime {
    line-height: 1;
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 12px;
  }
  /* Contact form
  	 -------------------------------------------------------------------------- */
  ._ContactForm {
    padding: 44px 0 40px;
  }
  ._ContactForm ._ContactForm__title {
    line-height: 1;
    font-size: 2.5rem;
    letter-spacing: 0;
  }
  ._ContactForm ._ContactForm__content {
    margin-top: 28px;
    margin-top: 40px;
    background-color: #fff;
  }
  ._ContactForm .form {
    margin: 0 auto;
  }
  .Form__item {
    flex-direction: column;
  }
  .Form__item > dd {
    margin-top: 10px;
    margin-left: 0;
  }
  .Form__item > dt {
    flex: inherit;
  }
  .Form__inputList > li,
  .Form__inputList.-short > li:nth-child(n+3) {
    margin-top: 8px;
  }
  .Form__inputList > li {
    margin-right: 1em;
  }
  .Form__inputList > li:nth-child(even) {
    margin-left: 0;
  }
  .g-recaptcha {
    margin-top: 38px;
  }
}
@media print, screen and (min-width: 641px) {
  /* Hero
  	 ========================================================================== */
  /* 0522・フリーランス新法シンポジウムのお知らせ
  	 ========================================================================== */
  /* News
  	 ========================================================================== */
  /* About freelance
  	 ========================================================================== */
  ._AboutFreelance ._AboutFreelance__more2 .Button {
    min-width: 362px;
  }
  ._AboutFreelance ._AboutFreelance__more2 .Button span {
    margin-top: 4px;
    font-size: 14px;
  }
  ._AboutFreelance .borderBox {
    max-width: 900px;
    padding: 30px 40px;
    margin-top: 30px;
    margin-inline: auto;
    border-radius: 8px;
    font-size: 14px;
  }
  ._AboutFreelance .borderBox + * {
    margin-top: 30px;
  }
  ._AboutFreelance .borderBox .borderBoxTitle {
    font-size: 18px;
  }
  ._AboutFreelance .borderBox .borderBoxTitle + * {
    margin-top: 16px;
  }
  ._AboutFreelance .borderBox * + ._AboutFreelance_list {
    margin-top: 20px;
  }
  ._AboutFreelance .borderBox ul._AboutFreelance_list.col_pc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  ._AboutFreelance .borderBox ul._AboutFreelance_list.col_pc > li {
    width: calc(50% - 20px);
  }
  ._AboutFreelance .borderBox ul._AboutFreelance_list.col_pc > li:nth-child(odd) {
    margin-right: 10px;
  }
  ._AboutFreelance .borderBox ul._AboutFreelance_list.col_pc > li:nth-child(even) {
    margin-left: 10px;
  }
  ._AboutFreelance .borderBox ul._AboutFreelance_list > li:before {
    top: 12px;
    margin: auto;
    left: 0.65em;
  }
  ._AboutFreelance .description_sub {
    margin-top: 30px;
  }
  ._AboutFreelance .description_sub.strong {
    font-size: 20px;
  }
  /* Guideline link
  	 ========================================================================== */
  /* Trouble
  	 ========================================================================== */
  ._Trouble ._Trouble__content {
    margin-top: 40px;
  }
  /* Feature
  	 ========================================================================== */
  /* Reconciliation
  	 ========================================================================== */
  /* Flow
  	 ========================================================================== */
  /* About us
  	 ========================================================================== */
  /* Message
  	 ========================================================================== */
  /* Case
  	 ========================================================================== */
  ._Case .c_item {
    flex-basis: 49%;
  }
  /* Contact
  	 ========================================================================== */
  /* Contact form
  	 -------------------------------------------------------------------------- */
  ._ContactForm .form {
    width: 100%;
    margin: 0 auto;
  }
  ._news {
    margin: 0 -100%;
    padding: 78px 100% 80px;
  }
  ._news ._news__title {
    font-size: 3.2rem;
  }
  ._news ._news__content {
    width: 700px;
    margin: 50px auto 0;
  }
  ._news ._news__content ul li {
    padding: 25px 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ._News_ex {
    margin-top: 50px;
  }
  ._News_ex > .in {
    width: 900px;
    display: flex;
    flex-wrap: nowrap;
  }
  ._News_ex > .in h2 {
    display: flex;
    flex-basis: 200px;
    align-items: center;
    justify-content: center;
  }
  ._News_ex > .in ._News_ex_list {
    flex: 1;
  }
  ._News_ex > .in ul {
    padding: 0 20px;
  }
  ._News_ex > .in ul li {
    padding: 15px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  /*==================================================================================================================
  ==================================================================================================================
  HOME SP
  ==================================================================================================================
  ====================================================================================================================*/
  .g-recaptcha {
    margin-top: 38px;
  }
}
@media screen and (min-width: 641px) and (max-width: 1080px) {
  /* Hero
  	 ========================================================================== */
  /* 0522・フリーランス新法シンポジウムのお知らせ
  	 ========================================================================== */
  /* News
  	 ========================================================================== */
  /* About freelance
  	 ========================================================================== */
  /* Guideline link
  	 ========================================================================== */
  /* Trouble
  	 ========================================================================== */
  ._Trouble ._Trouble__content {
    margin-top: 40px;
  }
  /* Feature
  	 ========================================================================== */
  /* Reconciliation
  	 ========================================================================== */
  /* Flow
  	 ========================================================================== */
  /* About us
  	 ========================================================================== */
  /* Message
  	 ========================================================================== */
  /* Case
  	 ========================================================================== */
  /* Contact
  	 ========================================================================== */
  /* Contact form
  	 -------------------------------------------------------------------------- */
  ._ContactForm .form {
    width: 100%;
    margin: 0 auto;
  }
  /*==================================================================================================================
  ==================================================================================================================
  HOME SP
  ==================================================================================================================
  ====================================================================================================================*/
}
/*# sourceMappingURL=map/home.css.map */
