@charset "utf-8";
/* CSS Document */
html {
  overflow-y: scroll;
  height: 100%;
  line-height: 1.6;
}
body {
  width: 100%;
  font-size: 100%;
  font-size: 16px;
  color: #3F3F3F;
  background: #FBFFFE;
}
#wrapper {
  min-width: 320px;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .tabshow {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pcshow {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .mbshow {
    display: none;
  }
}
.yellow {
  color: #FFBE61;
}
.light_green {
  color: #48BE91;
}
.green {
  color: #48BE91;
}
.strong {
  font-size: 3.75rem;
}
header {
  width: 100%;
}
.header-inner {
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0.5rem 2rem;
}
@media screen and (max-width: 767px) {
.strong {
  font-size: 1.5rem;
}	
  .header-inner {
    padding: 0.5rem 1rem;
  }
  .headerlogo {
    width: 60%;
  }
}
.phone_guide-wrap {
  font-weight: bold;
}
.header_phone {
  font-size: 2.625rem;
  margin: -0.6rem 0;
}
.phone_mark {
  vertical-align: middle;
  margin-right: 0.5rem;
  margin-top: -0.5rem;
}
.header_phone_link {
  color: #FE793D;
  font-weight: bold;
}
.main_headline {
  width: 100%;
}
main {
  width: 100%;
}
.main_message-wrap {
  background-color: #48BE91;
}
.main_message {
  max-width: 1280px;
  color: #FFF1F5;
  font-weight: bold;
  font-size: 3.75rem;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto;
  padding: 1rem 0 0.5rem 0;
}
.main_message_small {
  display: block;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
.main_message {
  font-size: 1.5rem;
  padding: 1rem 1rem 0.5rem 1rem;
}
.main_message_small {
  font-size: 1.25rem;
	margin-bottom: 0.5rem;
}
}
.inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 2rem 1rem;
  }
}
.features {
  padding: 3rem 1rem;
}
.features_headline {
  color: #29AC7B;
  font-weight: bold;
  font-size: 2.5rem;
}
.features_logo {
  margin-right: 0.5rem;
}
.staff_image {
  text-align: center;
  padding: 2rem 0;
}
@media screen and (max-width: 767px) {
	.features {
  padding: 0;
}
.features_headline {
  font-size: 1.5rem;
	line-height: 1.2;
}
	.staff_image {
  text-align: center;
  padding: 1rem 0;
}
}
.features-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .features-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
	.point {
		width: 7.5rem;
		margin-bottom: 2rem;
	}
}
.features_title {
  text-align: center;
}

.features_list-group {
  font-size: 1.75rem;
  counter-reset: list_count;
  margin-left: 0.5rem;
}
.features_list::before {
  height: 1.75rem;
  width: 1.75rem;
  counter-increment: list_count;
  content: counter(list_count);
  display: inline-block;
  color: #48BE91;
  line-height: 1.75rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #48BE91;
  margin-right: 0.5rem;
}
@media screen and (max-width: 767px) {
.features_list-group {
  font-size: 1.25rem;
  margin-left: 0;
}
	.features_list{
		margin-bottom: 0.5rem;
	}
}
.features_list_green {
  color: #48BE91;
}
.underline {
  background: linear-gradient(transparent 60%, #FFBE61 60%);
}
.button-group {
  text-align: center;
  font-weight: bold;
  margin: 5rem 0;
}
@media screen and (max-width: 767px) {
  .button-group {
    margin-top: 0;
  }
}
.button_note {
  color: #FE793D;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .button_note {
    font-size: 1rem;
  }
}
.button_text {
  display: inline-block;
  margin-top: 2rem;
}
.button_link {
  color: #fff;
  font-size: 1.75rem;
  letter-spacing: 0.2rem;
  background-color: #FE793D;
  border-radius: 60px;
  padding: 1.75rem 3rem;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .3), 0px 5px 4px 4px rgba(255, 250, 248, .03);
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .button_link {
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
    padding: 1.5rem;
  }
}
.button_link:hover {
  background: #FFBE61;
  box-shadow: none;
}
.button_link::after {
  display: inline-block;
  content: "▲";
  margin-left: 1rem;
  transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .button_link::after {
    margin-left: 0.5rem;
  }
}
.contents_headline {
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
  font-size: 2.625rem;
}
@media screen and (max-width: 767px) {
  .contents_headline {
	  text-align: left;
    font-size: 1.5rem;
  }
}
.contents-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2rem 0;
}
@media screen and (max-width: 767px) {
  .contents-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	  margin: 1rem 0;
  }
}
.contents-wrap {
  width: calc(50% - 8px);
}
@media screen and (max-width: 767px) {
  .contents-wrap {
    width: 100%;
    margin-bottom: 2rem;
    padding: 0rem;
  }
}
.contents_sub_headline {
  color: #48BE91;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .contents_sub_headline {
    font-size: 1.125rem;
  }
}
.contents_title {
  font-weight: bold;
}
.advantage_list::before {
  content: "・";
}
.carer_image {
  width: 15%;
}
.carer_text-wrap {
  width: 78%;
}
.carer-wrap {
  margin: 6rem 0;
}
.carer_headline {
  color: #29AC7B;
  line-height: 1.2;
  font-size: 2rem;
  font-weight: bold;
}
.carer_list {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 2rem;
}
.carer_item {
  float: left;
  color: #48BE91;
}
#page-top {
position: fixed;
right: 20px;
bottom: 20px;
font-size: 2rem;
line-height: 2rem;
background: #fff;
color: #48BE91;
padding: 30px;
border: solid 1px;
border-radius: 50%;
box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
transition: .3s;
	z-index: 1;
}
#page-top:hover {
    background: #29AC7B;
	color: #fff;
}
@media screen and (max-width: 767px) {
.carer_image {
  width: 100%;
	text-align: center;
}
	.carer_img {
	  width: 45%;	
	}
	.carer_text-wrap {
  width: 100%;
}
	.carer-wrap {
  margin: 3rem 0;
}
	.carer_headline {
  font-size: 1.5rem;
		margin-top: 1rem;
	}
.carer_list {
  font-size: 1.125rem;
  font-weight: bold;
  margin-top: 0.5rem;
}
.carer_item {
  float: none;
  color: #48BE91;
}
	#page-top {
font-size: 1.5rem;
line-height: 1.5rem;
padding: 20px;
}
}
.support_plan {
  margin: 6rem 0;
}
.header-wrap {
  width: 100%;
  background-color: #29AC7B;
  padding: 1rem 0;
}
.support_plan_headline {
  text-align: center;
  font-size: 2rem;
  color: #fff;
}
.support_plan-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 960px;
  font-weight: bold;
  margin: 0 auto;
  padding: 4rem 1rem;
}
@media screen and (max-width: 767px) {
  .support_plan-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 1rem 2rem 1rem;
  }
}
.manager_image {
  width: 25%;
}
blockquote {
  width: 70%;
  font-size: 1.5rem;
  position: relative;
  padding: 0.5rem;
}
blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -3px;
  content: "“";
  font-family: sans-serif;
  color: #29AC7B;
  font-size: 1.5rem;
  line-height: 1;
}
blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
blockquote:after {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: -3px;
  content: "”";
  font-family: sans-serif;
  color: #29AC7B;
  font-size: 1.5rem;
  line-height: 1;
}
.support_plan-wrap {
  max-width: 680px;
  font-weight: bold;
  margin: 0 auto;
}
.support_plan_subtitle {
  font-size: 2.625rem;
  background-color: #FFBE61;
}
.support_plan_list-group {
  font-size: 2rem;
  line-height: 2;
  max-width: 540px;
  margin: 1rem auto;
}
cite{
  text-align: center;
	font-style: normal;
	word-break: break-all;
}
@media screen and (max-width: 767px) {
.support_plan {
  margin: 0;
}
.header-wrap {
margin-bottom: 3rem;
}
.support_plan_headline {
	text-align: center;
font-size: 1.25rem;
	padding: 0 1em;
}	
	.manager_image {
	width: 100%;
text-align: center;
}
	.manager_img {
		width: 65%;
	}
	blockquote {
  width: 100%;
  font-size: 1.125rem;
}
	.support_plan-wrap {
		margin-bottom: 3rem; 
		padding: 0 1rem;
}
.support_plan_subtitle {
  font-size: 1.25rem;
	text-align: center;
	padding: 0.5rem 0;
}
.support_plan_list-group {
  font-size: 1.25rem;
  line-height: 2;
}
	cite{
  text-align: left;
}
}
.source_link {
  display: block;
  color: #3F3F3F;
}
.support_headline {
	text-align: center;
	color: #fff;
	font-size: 2rem;
	line-height: 1.2;
}
@media screen and (max-width: 767px) {
	.support_headline {
	font-size: 1.25rem;
		margin-top: 0.5rem;
}
}
.reason-wrap {
	max-width: 960px;
	margin: 6rem auto;
	padding: 0 1rem;
}
.number1-box {
	max-width: 820px;
	margin: 0 auto;
}
.number2-box {
	max-width: 640px;
	margin: 0 auto;
}
.number3-box {
	max-width: 840px;
	margin: 0 auto;
}
.number3-box_list-group {
	max-width: 640px;
	margin: 0 auto;	
}
.number {
	text-align: center;
	margin: 3rem 0 2rem 0;
}
.reason_title {
	color: #29AC7B;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 1rem;
}
.reason_logo {
	float: left;
	width: 240px;
	margin-right: 2rem;
}
.reason_subtitle {
	font-weight: bold;
	font-size: 1.125rem;
}
.reason_list-group {
	line-height: 2;
	font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
	.reason-wrap {
	margin: 3rem auto;
}
.number {
	margin: 2rem 0;
}
	.reason_title {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 1rem;
}
	.reason_logo {
	float: none;
	width: 160px;
	margin-right: 0;
	margin-bottom: 0.5rem;
	}
	.reason_list-group {
	line-height: 1.6;
	font-size: 1rem;
}
		.reason_list {
			margin-bottom: 0.5rem;
}
}
.reason_list::before {
	content: "●";
	margin-right: 0.5rem;
}
.plan_text-wrap {
	max-width: 600px;
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 2;
	margin: 1rem auto 2rem auto;
}
.plan_message {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;	
	background-color: #FFBE61;
}
.flow_image {
	margin-top:2rem;
}
@media screen and (max-width: 767px) {
.plan_text-wrap {
	font-size: 1.125rem;
	line-height: 1.6;
}
	.plan_text  {
	margin-bottom: 1rem;
}
	.plan_message {
text-align: left;
font-size: 1.125rem;
		margin-bottom: 3rem;
padding: 0.5rem;
}
	.flow_image {
		text-align: center;
	margin-top:1rem;
}
}
.guide_headline {
	font-size: 2.625rem;
	font-weight: bold;	
	border-left: #29AC7B solid 12px;
	margin: 6rem 0 3rem 0;
padding-left: 1rem;
}
.faq {
		font-weight: bold;
	margin-bottom: 3rem;
}
.question_title {
	font-size: 1.5rem;
	color: #48BE91;
	padding-bottom: 1rem;
}
.question_answer {
	font-size: 1.25rem;
padding-left:2em;
		padding-bottom: 2rem;
text-indent:-1em;
}
@media screen and (max-width: 767px) {
.guide_headline {
	font-size: 1.5rem;
		margin: 6rem 0 2rem 0;
}
	.question_title {
	font-size: 1.25rem;
	color: #48BE91;
	padding-bottom: 1rem;
}
.question_answer {
	font-size: 1.125rem;
padding-left:1em;
		padding-bottom: 2rem;
text-indent:-1em;
}
}
.contact_headline {
  text-align: center;
  color: #FAFFFA;
  font-size: 2rem;
  font-weight: bold;
  background-color: #48BE91;
}
@media screen and (max-width: 767px) {
  .contact_headline {
    font-size: 1.25rem;
    padding: 0.5rem 0;
  }
}
.contact_point {
  color: #D7F9EC;
}
@media screen and (max-width: 767px) {
  .contact_point {
    display: block;
  }
}
.contact-form {
  background-color: #fff;
  border: 1px solid #29AC7B;
  padding: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .contact-form {
    padding: 2rem 1rem;
  }
}
.input_area-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .input_area-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 25rem;
    margin: 0 auto;
  }
}
.contact_item {
  width: 30%;
  text-align: right;
  font-size: 1.25rem;
  font-weight: bold;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 959px) {
  .contact_item {
    width: 100%;
    text-align: left;
    font-size: 1.125rem;
    font-weight: bold;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.contact_input {
  width: 28rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 959px) {
  .contact_input {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.required {
  display: inline-block;
  background: #FF9261;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  color: #FFFAF8;
  margin-left: 0.5rem;
  padding: 0.125rem 0.4375rem;
}
.optional {
  display: inline-block;
  background: #48BE91;
  font-size: 1rem;
  letter-spacing: 0.2rem;
  color: #FFFAF8;
  margin-left: 0.5rem;
  padding: 0.125rem 0.4375rem;
}
@media screen and (max-width: 767px) {
  .radio_list {
    margin: 0.5rem 0;
  }
}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding-left: 1.5rem;
}
input[type="radio"] + label::before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  width: 0.85rem;
  height: 0.85rem;
  border-color: #5A8DE5;
  background-color: #fffdfd;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  margin-top: -0.45rem;
  margin-left: 0.25rem;
}
input[type="radio"]:checked + label::after {
  position: absolute;
  top: 50%;
  left: 0.25rem;
  content: "";
  display: block;
  width: 1rem;
  height: 0.6rem;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #FE793D;
  box-sizing: border-box;
  margin-top: -0.65rem;
}
.input_area {
  width: 20rem;
  background: #fff;
  border: 1px solid #48BE91;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .input_area {
    width: 13.5rem;
    margin: 0.25rem auto;
  }
}
.select_area {
  position: relative;
  width: 14rem;
  overflow: hidden;
  min-height: 2.5rem;
  background: #fff;
  border: 1px solid #48BE91;
  margin-right: 14rem;
}
@media screen and (max-width: 767px) {
  .select_area {
    width: 13.5rem;
    margin: 0.25rem 0 1rem 0;
  }
}
.select_area select {
  width: 14rem;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  color: #353535;
}
@media screen and (max-width: 767px) {
  .select_area select {
    width: 13.5rem;
  }
}
.select_area select::-ms-expand {
  display: none;
}
.select_area.mark::before {
  position: absolute;
  top: 1.2rem;
  right: 0.5rem;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #FE793D;
  pointer-events: none;
}
.select_area.mark select {
  padding: 0.5rem 4rem 0.5rem 0.5rem;
}
.input_textarea {
  width: 90%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  background-color: #fff;
  border: 1px solid #48BE91;
  padding: 0.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .input_textarea {
    width: calc(98.5% - 2rem);
  }
}
.submit-group {
  text-align: center;
  font-weight: bold;
  padding-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .submit-group {
    margin-top: 2rem;
    padding-bottom: 3rem;
  }
}
.submit_note {
  color: #FE793D;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .submit_note {
    font-size: 1rem;
  }
}
.submit_text {
  position: relative;
  display: inline-block;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .submit_text {
    margin-right: 0;
  }
}
.submit_text::after {
  position: absolute;
  display: inline-block;
  content: "▲";
  width: 28px;
  height: 28px;
  top: 33%;
  right: 20px;
  font-size: 1.75rem;
  margin-left: 1rem;
  transform: rotate(90deg);
  color: #fff;
}
@media screen and (max-width: 767px) {
  .submit_text::after {
    top: 29%;
    margin-left: 0.5rem;
  }
}
.submit_link {
  color: #fff;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
  background-color: #FE793D;
  border-radius: 60px;
  padding: 1.75rem 5rem 1.75rem 3rem;
  box-shadow: 0px 8px 16px -2px rgba(10, 10, 10, .3), 0px 5px 4px 4px rgba(255, 250, 248, .03);
  transition: .3s;
}
@media screen and (max-width: 767px) {
  .submit_link {
    font-size: 1.25rem;
    letter-spacing: 0.1rem;
    padding: 1.5rem 3.8rem 1.5rem 2.5rem;
  }
}
.submit_link:hover {
  background: #FFBE61;
  box-shadow: none;
}
.contact_phone-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  margin: 3rem 0 4rem 0;
}
@media screen and (max-width: 959px) {
  .contact_phone-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin: 2rem 0 3rem 0;
  }
}
.contact_phone_note {
  font-size: 1.5rem;
  margin-right: 2rem;
}
@media screen and (max-width: 959px) {
  .contact_phone_note {
    margin-right: 0;
    line-height: 1.2;
  }
}
.contact_phone {
  font-size: 2.625rem;
  margin: -0.6rem 0;
}
@media screen and (max-width: 767px) {
  .contact_phone {
    font-size: 1.75rem;
    margin: 0.5rem 0;
  }
}
.phone_link {
  font-weight: bold;
color: #FE793D;
}
.company_information-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
  padding: 2rem 2rem 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .company_information-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
    padding: 1rem;
  }
}
.company_logo {
  min-width: 196px;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  .company_information_list {
    margin-top: 1rem;
  }
}
.information_item {
  float: left;
  width: 8rem;
  border-right: #03C1A7 3px solid;
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .information_item {
    float: none;
    width: 100%;
    border-right: none;
    border-left: #03C1A7 3px solid;
    padding: 0 0 0 0.5rem;
  }
}
.information_list {
  float: left;
  width: calc(100% - 200px);
  margin: 0 0 1rem 2rem;
}
@media screen and (max-width: 767px) {
  .information_list {
    float: none;
    width: 100%;
    margin: 0.5rem 0 1rem 0;
  }
}


footer {
  background: #29AC7B;
}
.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  max-width: 1780px;
	margin: 0 auto;
  padding: 1rem 2rem 0 2rem;
}
@media screen and (max-width: 959px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 1rem 2rem 2rem 2rem
  }
}
.footerlink-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .footerlink-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 2rem;
  }
}
.footerlink__list {
  margin-bottom: 0.5rem;
}
.footerlink_list + .footerlink_list::before {
  content: "|";
  color: #FAFFFA;
  margin: 0 2rem;
}
@media screen and (max-width: 959px) {
  .footerlink-company {
    margin-left: 2rem;
  }
  .footerlink_list + .footerlink_list::before {
    content: none;
  }
}
.footerlink {
  color: #FAFFFA;
}
.footercopy-wrap {
  color: #FAFFFA;
}