
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline;}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}body{line-height:1;}ol,ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}table{border-collapse:collapse;border-spacing:0;}body{-webkit-text-size-adjust:none}

html {
	font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
}

*{
  box-sizing: border-box;
}

a {
	text-decoration: none;
}

html {
	font-size: 20px;
	overflow-x: hidden;
}

img {
	width: 100%;
}


a:hover,
button:hover {
	opacity: .7;
}


address {
    font-style: inherit;
}

header {
	height: 4rem;
	background-color: #0086B6;
	box-shadow: 1px 0px 3px 3px rgba(0,0,0,0.2);
	display: flex;align-items: center;
	padding: 0 3.5%;
	justify-content: space-between;
	position: fixed;
	width: 100vw;
	z-index: 10;
	top: 0;
	left: 0;
}

body {
	padding-top: 4rem;
	overflow-x: hidden;
	color: #212121;
}

.content_width {
	max-width: 54rem;
	margin: 0 auto;
	width: calc(100% - 1rem);
}

.header_right {
	display: flex;
}

header .logo {
    width: 13%;
}

header .tel_area {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
	justify-content: center;
}

header .tel_area time {
	font-size: .7rem;
}

header .tel_area img {
	width: 21vw;
	max-width: 11.5rem;
}

.button_link_1{
	background-image: url(./images/button_1.svg);
	max-width: 11.8rem;
	width: 28vw;
	height: 2.3rem;
	background-position: center;
	background-size: contain;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 1rem;
	margin-left: 1.5rem;
}

.button_link_2 {
	background: url(./images/button_2_on.svg) no-repeat 0 0;
	margin-left: 40px;
}
.button_link_2:hover img {
	opacity: 0;
	transition: all 0.2s;
}
a.button_link_2 {
	opacity: 1;
}

.first_view {
	background-image: url(./images/first_view_gradiation.svg);
	padding-top: 2rem;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}

.first_view_inner {
	max-width: 54rem;
	margin: 0 auto 1rem;
	width: calc(100% - 1rem);
	position: relative;
}

.first_view h1 {
	font-size: 2rem;
	line-height: 3.5rem;
	padding-bottom: 1rem;
	position: relative;
	z-index: 1; 
}

.first_view h1 span.first_view_span_1 {
	color: #FF9400;
	font-size: 3.5rem;
	margin-bottom: 1rem;
	display: inline-block;
}

.first_view h1 span.first_view_span_2 {
	font-size: 2.5rem;
}

.first_view h1 span.first_view_span_3 {
	color: #0086B6;
	font-size: 3.75rem;
	margin-top: 1rem;
	display: inline-block;
}

.first_view .first_view_image {
	position: absolute;
	width: 80.2%;
	height: 102.5%;
	top: 1px;
	right: -200px;
	background-image: url(./images/fv.png);
	background-position: bottom;
	background-size: contain;
	background-repeat: no-repeat;
	z-index: 0;
}

.first_view .first_view_contact {
	background-color: #E2EFF7;
}

.first_view .first_view_contact_inner {
	max-width: 54rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: calc(100% - 1rem);
}

.first_view .first_view_contact_image_container{
	width: 31%;
}

.first_view .first_view_contact_image_container img{
	width: 100%;
}

.first_view .first_view_contact_image {
	display: flex;
	justify-content: space-between;
	padding: 1.5rem 0;
	width: 56%;
}

.button_link_3{
	background-image: url(./images/button_3.svg);
	width: 41%;
	height: 4.3rem;
	background-position: center;
	background-size: contain;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 1.2rem;
}

#concern {
	padding: 6rem 0 6rem;
	max-width: 54rem;
	margin: 0 auto;
}

#concern ul {
	display: flex;
	justify-content: space-around;
	margin-bottom: 3rem;
}

#concern ul li {
	text-align: center;
	width: 30%;
}

#concern ul.concern_list_2 li {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#concern ul li img {
	margin-bottom: 1.5rem;
	width: 10rem;
}

#concern .concern_paragraph {
	font-weight: bold;
	font-size: 2rem;
	line-height: 4.5rem;
	padding-top: 6.5rem;
	position: relative;
	text-align: center;
	margin-bottom: 5rem;
}

#concern .concern_paragraph:before {
	background-image: url(./images/orange_arrow.svg);
	width: 18%;
	right: 0;
	left: 0;
	position: absolute;
	top:0;
	margin: auto;
	content: "";
	height: 3.5rem;
	background-repeat: no-repeat;
	background-size: contain;
}

#concern .concern_paragraph strong {
	color: #FF9400;
	font-size: 3rem;
}

#concern ul.concern_list_1 li p {
	text-align: center;
	font-size: 1.3rem;
	line-height: 2.2rem;
	font-weight: bold;
}

#concern ul.concern_list_2 li h3 {
	text-align: center;
	font-size: 1.4rem;
	line-height: 2.2rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
}

#concern ul.concern_list_2 li p {
	font-size: 1rem;
	line-height: 1.5rem;
}

#concern ul.concern_list_2 li img.arrow_icon {
	width: 1.5rem;

}

#concern ul span {
	color: #0086B6;
}

h2 {
	font-size: 2rem;
	position: relative;
	text-align: center;
	margin-bottom: 6rem;
	line-height: 1.5;
}

h2:after {
	position: absolute;
	top: calc(100% + 2rem);
	right: 0;
	left: 0;
	margin: auto;
	width: 5.8rem;
	height: 5px;
	border-radius: 2.5px;
	content:"";
	background-color: #0085B8;
}

.cta_container {
	background-image: url(./images/cta_background.svg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 2rem 0;
	color: #fff;
	text-align: center;
	background-position: center;
}

.cta_container .cta_container_1 {
	font-size: 1rem;
	margin-bottom: 1rem;
}

.cta_container .cta_container_2 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.7;
	margin-bottom: 2rem;
}

.cta_container .cta_container_2 span {
	font-size: 3rem;

}

.button_link_4{
	background-image: url(./images/button_4.svg);
	width: 20.8rem;
	height: 4rem;
	background-position: center;
	background-size: contain;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	margin-left: 1.5rem;
}

.button_link_5{
	background-image: url(./images/button_5.svg);
	width: 50rem;
	height: 4.3rem;
	background-position: center;
	background-size: contain;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	font-size: 1.6rem;
	margin-left: 1.5rem;
}

.cta_container .tel_area {
	margin-top: 1.5rem;
}

.cta_container .tel_area img {
	margin-right: .5rem;
	width: 16rem;
}

#feature_1 {
	padding: 7.5rem 0 3rem;
}

#feature_1 h2:before {
	position: absolute;
	bottom: calc(100% + 1rem);
	right: 0;
	left: 0;
	content:"特長１";
	font-size: 1.3rem;
	font-weight: bold;
	color: #0086B6;
}

#feature_1 .feature_list_1 {
	display: flex;
	justify-content: space-between;
	margin: 0 auto 4rem;
	width: 100%;
}

#feature_1 .feature_list_1 li {
	position: relative;
	width: 49%;
}

#feature_1 .feature_list_1 li h4 {
	font-size: 1.4rem;
	margin-bottom: 1rem;
	text-align: center;
}

#feature_1 .feature_list_1 li:last-child:after {
	display: none;
}

#feature_1 .feature_list_1 li img {
	margin-bottom: 1.5rem;
	padding: 0 3rem;
	width: 100%;
}

#feature_1 .feature_list_1 li p {
	text-align: center;
	line-height: 1.8rem;
	font-size: 0.8rem;
}

#feature_1 h3 {
	text-align: center;
	font-size: 1.3rem;
	line-height: 2.2rem;
	margin-bottom: 3rem;
}

#feature_1 h3 span {
	display: inline-block;
	margin-top: 1rem;
	font-size: 1.8rem;
}

#feature_1 .feature_1_paragraph {
	line-height: 2;
	font-size: .8rem;
	text-align: center;
	margin-bottom: 3rem;
}

#feature_1 .feature_list_2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4rem;
}

#feature_1 .feature_list_2 li {
	width: 18%;
	text-align: center;
}

#feature_1 .feature_list_2 li img {
	width: 7rem;
}

#feature_1 .feature_list_2 .main_list {
	width: 37%;
}

#feature_1 .feature_list_2 .main_list img {
	margin-bottom: 0;
	width: 100%;
}

#feature_1 .feature_list_2 img {
	margin-bottom: 1.5rem;
}

#feature_1 .feature_list_2 h4 {
	font-size: 1rem;
	line-height: 1.5rem;
	text-align: center;
}

#feature_1 .feature_list_3 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}

#feature_1 .feature_list_3 li {
	width: 20%;
}

#feature_1 .feature_list_3 li:nth-child(3n) {
	margin-right: 0;
}

#feature_1 .feature_list_3 li a {
	width: 100%;
}

#feature_1 .feature_list_3 li a img {
	width: 100%;
}

#feature_2 {
	padding: 7.5rem 0 6rem;
	background-color: #E3F0F7;
}

#feature_2 h2:before {
	position: absolute;
	bottom: calc(100% + 1rem);
	right: 0;
	left: 0;
	content:"特長２";
	font-size: 1.3rem;
	font-weight: bold;
	color: #0086B6;
}

#feature_2 .feature_2_paragraph_1 {
	line-height: 2;
	font-size: .8rem;
	text-align: center;
	margin-bottom: 3rem;
}

#feature_2 .feature_2_list_1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#feature_2 .feature_2_list_1 li {
	width: 32%;
	border: solid 2px black;
	border-radius: .5rem;
	background-color: #fff;
	margin-bottom: 1.5rem;
	overflow: hidden;
}

#feature_2 .feature_2_list_1 li p{
	padding: 1.5rem 2rem;
	text-align: center;
	font-size: .8rem;
	line-height: 2;
}

#feature_2 .feature_2_list_1 li h3 {
	position: relative;
	height: 4.5rem;
	padding-left: 4.5rem;
	display: flex;
	align-items: center;
	border-bottom: 2px dashed;
}

#feature_2 .feature_2_list_1 li h3 span{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

#feature_2 .feature_2_list_1 li h3:before {
	content:"";
	height: 4.5rem;
	width: 4.5rem;
	display: inline-block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

#feature_2 .feature_2_list_1 li#attribute_1 h3:before {
	background-image: url(./images/feature2_icon1.svg);
}

#feature_2 .feature_2_list_1 li#attribute_2 h3:before {
	background-image: url(./images/feature2_icon2.svg);
}

#feature_2 .feature_2_list_1 li#attribute_3 h3:before {
	background-image: url(./images/feature2_icon3.svg);
}

#feature_2 .feature_2_list_1 li#attribute_4 h3:before {
	background-image: url(./images/feature2_icon4.svg);
}

#feature_2 .feature_2_list_1 li#attribute_5 h3:before {
	background-image: url(./images/feature2_icon5.svg);
}

#feature_2 .feature_2_list_1 li#attribute_6 h3:before {
	background-image: url(./images/feature2_icon6.svg);
}

#feature_2 .feature_2_list_1 li#attribute_1,
#feature_2 .feature_2_list_1 li#attribute_1 h3 {
	border-color: #E3F0F7;
}

#feature_2 .feature_2_list_1 li#attribute_2,
#feature_2 .feature_2_list_1 li#attribute_2 h3 {
	border-color: #FFE4EC;
}

#feature_2 .feature_2_list_1 li#attribute_3,
#feature_2 .feature_2_list_1 li#attribute_3 h3,
#feature_2 .feature_2_list_1 li#attribute_6 ,
#feature_2 .feature_2_list_1 li#attribute_6 h3{
	border-color: #C0EAD6;
}

#feature_2 .feature_2_list_1 li#attribute_4,
#feature_2 .feature_2_list_1 li#attribute_5,
#feature_2 .feature_2_list_1 li#attribute_4 h3,
#feature_2 .feature_2_list_1 li#attribute_5 h3{
	border-color: #F5D59A;
}

#feature_2 .featured-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
#feature_2 .featured-list li.func-item {
  margin-right: 1em;
  margin-bottom: 1em;
  width: 21%;
}
#feature_2 .featured-list li.func-item:nth-of-type(4n) {
  margin-right: 0;
}
#feature_2 .featured-list2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
#feature_2 .featured-list2 li.func-item {
  margin-right: 1em;
  margin-bottom: 1em;
  width: 21%;
}
#feature_2 .featured-list2 li.func-item:nth-of-type(1) {
  margin-left: 8em;
}
#feature_2 .featured-list2 li.func-item:nth-of-type(3) {
  margin-right: 8em;
}
#feature_2 .step {
  margin: 2em 0 3em;
}
.featured-list-box {
  text-align: center;
}
.featured-list-box .featured-sub-title {
  font-size: 2.6rem;
  line-height: 1.2;
  overflow: hidden;
}
.featured-list-box .featured-sub-title span {
  margin: 0 1rem;
  width: 1.6rem;
  vertical-align: bottom;
  display: inline-block;
}
.featured-list-box .featured-sub-title {
  margin-bottom: 3rem;
}

#feature_3 {
	padding: 7.5rem 0 6rem;
	background-color: #fff;
}

#feature_3 h2:before {
	position: absolute;
	bottom: calc(100% + 1rem);
	right: 0;
	left: 0;
	content:"特長３";
	font-size: 1.3rem;
	font-weight: bold;
	color: #0086B6;
}

#feature_3 .feature_3_paragraph_1 {
	line-height: 2;
	font-size: .8rem;
	text-align: center;
	margin-bottom: 20px;
}

#feature_3 .feature_3_link_area_1 {
	display: flex;
	width: 78%;
	margin: auto;
	justify-content: center;
	margin-bottom: 6rem;
	align-items: center;
	gap: 20px;
} 

#feature_3 .feature_3_link_area_1 li {
  width: 22%;
}

#feature_3 .feature_3_paragraph_2 {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0;
}

#feature_3 .feature_3_paragraph_2 strong {
	color: #FF9400;
	font-size: 3rem;
	margin: .75rem;
} 

#feature_3 .feature_3_paragraph_2 span {
	line-height: 3rem;
	font-size: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
    margin-bottom: 20px;
} 

#feature_3 .feature_3_link_area_2 {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	margin: auto;
	justify-content: center;
} 

#feature_3 .feature_3_link_area_2 li {
	margin: .5rem;
	display: inline-flex;
	align-items: center;
}

#customer_voice {
	padding: 6rem 0;
	background-color: #E3F0F7;
}

#customer_voice article {
	background-color: #fff;
	margin-bottom: 2rem;
	display: flex;
	padding: 1.5rem 1.75rem; 
	justify-content: space-between;
	min-height: 367px;
}

#customer_voice .voice_article_title {
	font-size: 1.3rem;
	line-height: 1.5;
	margin-bottom: 1rem;
}

#customer_voice article .article_left {
	width: 34%;
	display: flex;
	align-items: center;
}

#customer_voice article .article_left img {
	width: 100%;
}

#customer_voice .voice_article_paragraph {
	line-height: 2;
	font-size: .8rem;
	margin-bottom: 1rem;
}

#customer_voice .voice_article_name {
	line-height: 1.5;
	font-size: .8rem;
	font-weight: bold;
	text-align: right;
}

#customer_voice article .article_right {
	width: 63%;
}

#service_provider {
	padding: 6rem 0 4rem;
} 

#service_provider table {
	width: calc(100% - 1rem);
	max-width: 705px;
	margin: 0 auto 1rem;
	border: #E3F0F7 solid 2px;
}

#service_provider table tr td { 
	padding-left: 1.5rem;
	font-size: .8rem;
	line-height: 1.7;
	font-weight: bold;
	padding: 1rem;
}

#service_provider table tr td:first-child {
	width: 18%;
	background-color: #E3F0F7;
	border: solid 1px #fff;
}

#service_provider table tr td:last-child {
	width: 82%;
	background-color: #fff;
	border-bottom: #E3F0F7 solid 1px;
}

#service_provider table tr td:last-child ,
#service_provider table tr td:last-child * {
	font-weight: normal;
}

#service_provider small {
	text-align: center;
	display: block;
	line-height: 1.5;
}

footer {
    padding: 1rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
	background-color: #164767;
}

footer * {
	color: #fff;
	font-size: .7rem;
	font-weight: normal;
}

footer a {
	margin: .5rem;
}

.first_view_inner h1 strong {
	background:linear-gradient(transparent 70%, #FFC800 70%);
}

.feature_3_logo_1{}
.feature_3_logo_2{}
.feature_3_logo_3{}
.feature_3_logo_4{}
.feature_3_logo_5{
	width: 2rem;
	height: 2rem;
}
.feature_3_logo_6{
	width: 5.25rem;
	height: 1.4rem;
}
.feature_3_logo_7{
	width: 6rem;
	height: 1.1rem;
}
.feature_3_logo_8{
	width: 3.7rem;
	height: 1.4rem;
}
.feature_3_logo_9{
	width: 4.5rem;
	height: 1.8rem;
}
.feature_3_logo_10{
	width: 6.45rem;
	height: 1.5rem;
}
.feature_3_logo_11{
	width: 5.4rem;
	height: 2.5rem;
}
.feature_3_logo_12{
	width: 6.5rem;
	height: 1.2rem;
}
.feature_3_logo_13{
	width: 10rem;
	height: 2.6rem;
}
.feature_3_logo_14{
	width: 5rem;
	height: 1.5rem;
}
.feature_3_logo_15{
	width: 6.25rem;
	height: 1.5rem;
}
.feature_3_logo_16{
	width: 7rem;
	height: 2.4rem;
}
.feature_3_logo_17{
	width: 5rem;
	height: 1.1rem;
}
.feature_3_logo_18{
	width: 5rem;
	height: 1.45rem;
}
.feature_3_logo_19{
	width: 2rem;
	height: 2.85rem;
}
.feature_3_logo_20{
	width: 6.4rem;
	height: 1.45rem;
}
.feature_3_logo_21{
	width: 5.2rem;
	height: 1.06rem;
}
.feature_3_logo_22{
	width: 6.65rem;
	height: 1.45rem;
}
.feature_3_logo_23{
	width: 4.15rem;
	height: 1.5rem;
}
.feature_3_logo_24{
	width: 9.6rem;
	height: 0.715rem;
}
.feature_3_logo_25{
	width: 4rem;
	height: 1.45rem;
}
.feature_3_logo_26{
	width: 7.4rem;
	height: 1.45rem;
}
.feature_3_logo_27{
	width: 5.2rem;
	height: 1.45rem;
}
.feature_3_logo_28{
	width: 4.25rem;
	height: 1.8rem;
}
.feature_3_logo_29{
	width: 3.35rem;
	height: 1.53rem;
}
.feature_3_logo_30{
	width: 5.75rem;
	height: 1.45rem;
}
.feature_3_logo_31{
	width: 10.7rem;
	height: 2.35rem;
}
.feature_3_logo_32{
	width: 6.7rem;
	height: 1.68rem;
}
.feature_3_logo_33{
	width: 9.1rem;
	height: 2.7rem;
}
.feature_3_logo_34{
	width: 3.2rem;
	height: 2.15rem;
}
.feature_3_logo_35{
	width: 5.8rem;
	height: 1.4rem;
}
.feature_3_logo_36{
	width: 1.65rem;
	height: 1.6rem;
}
.feature_3_logo_37{
	width: 8.4rem;
	height: 1.1rem;
}
.feature_3_logo_38{
	width: 6.85rem;
	height: 1.05rem;
}
.feature_3_logo_39{
	width: 6.6rem;
	height: 1.43rem;
}
.feature_3_logo_40{
	width: 4.75rem;
	height: 1.47rem;
}

a,button {
	transition: .3s;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

#concern ul.concern_list_2 li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    color: #212121;
}

.feature_3_paragraph_image {
	width: 7.6rem;
	margin: 0 .6rem;
}

@media screen and (max-width: 1079px) {
	html {
		font-size: 2.4vw;
		line-height: 1.4;
	}

	header .tel_area{
		display: none;
	}
	
	.first_view h1 {
		text-align: center;
		line-height: 1.5;
	}

	#concern .concern_paragraph strong {
		font-size: 2rem;
	}

	.button_link_4,
	.button_link_5 {
		width: 23rem;
	}

	#concern ul.concern_list_2 li h3 {
		font-size: 2rem;
		line-height: 2.6rem;
	}

	#concern ul.concern_list_2 li p {
		font-size: 1.8rem;
		line-height: 2.6rem;
	}

	#concern ul {
		margin-bottom: 0;
		flex-direction: column;
	}

	#concern ul li {
		width: 80%;
		margin: 0 auto 3rem;
	}

	#concern ul li img {
		width: 60%
	}

	#concern ul.concern_list_1 li p {
		font-size: 2rem;
		line-height: 3.4rem;
	}

	#concern {
		padding: 5rem 0 4rem;
	}

	#feature_2 .feature_2_list_1 li { 
		width: 48%;
	}

	#customer_voice article {
		flex-direction: column;
	}

	#customer_voice article .article_left {
		width: 100%;
		margin-bottom: 1rem;
		justify-content: center;
	}

	#customer_voice article .article_left img {
		width: 75%;
	}

	#customer_voice article .article_right {
		width: 100%;
	}

	#customer_voice .voice_article_title {
		font-size: 1.6rem;
	}
	

	#feature_1 h3 span {
		font-size: 2rem;
	}

	#feature_1 .feature_list_1 {
		flex-direction: column;
		width: 90%;
		margin: 0 auto;
		align-items: center;
	}

	#feature_1 .feature_list_1 li {
		max-width: none;
		width: 100%;
		margin-bottom: 3rem;
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	
	#feature_1 .feature_list_1 li h4 {
		font-size: 1.8rem;
	}

	#feature_1 .feature_list_1 li img {
		width: 100%;
	}

	#feature_1 .feature_list_1 li p {
		line-height: 1.5rem;
	}

	#feature_1 .feature_list_2 .main_list {
		display: none;
	}

	#feature_1 .feature_list_2 {
		flex-direction: column;
	}

	#feature_1 .feature_list_2 li {
		width: 80%;
		margin: 0 auto 3rem;
	}

	#feature_1 .feature_list_2 li img {
		width: 60%;
	}

	#feature_1 .feature_list_2 h4 {
		font-size: 2rem;
		line-height: 3rem;
	}
        #feature_1 .feature_list_3 {
		margin: 0 auto;
	}
	#feature_1 .feature_list_3 li {
		width: 47.5%;
	}

	#feature_1 .feature_list_3 li:nth-child(3n) {
		margin-right: 0;
	}

	#feature_1 .feature_list_3 li:nth-child(2n) {
		margin-right: 0;
	}
	#feature_1 .feature_list_3 li.box1 { order: 1; }
	#feature_1 .feature_list_3 li.box2 { order: 2; }
	#feature_1 .feature_list_3 li.box3 { order: 4; }
	#feature_1 .feature_list_3 li.box4 { order: 3; }
	#feature_1 .feature_list_3 li.box5 { order: 5; }
	#feature_1 .feature_list_3 li.box6 { order: 6; }
	#feature_1 .feature_list_3 li.box7 { order: 8; }
	#feature_1 .feature_list_3 li.box8 { order: 7; }
	#feature_1 .feature_list_3 li.box9 { order: 9; }
	#feature_1 .feature_list_3 li.box10 { order: 10; }
	#feature_1 .feature_list_3 li.box11 { order: 12; }
	#feature_1 .feature_list_3 li.box12 { order: 11; }
	#feature_1 .feature_list_3 li.box13 { order: 13; }
	#feature_1 .feature_list_3 li.box14 { order: 14; }
	#feature_1 .feature_list_3 li.box15 { order: 15; }
	
	
	.featured-list-box .featured-sub-title {
		font-size: 1.4rem;
		margin-bottom: 2rem;
	}
	.featured-list-box .featured-sub-title span {
		width: 1.2rem;
	}
	.featured-list-box .step {
		margin: 0 0 2em;
	}
	
	#top .featured .featured-content .featured-list2 {
		margin-bottom: 2em;
	}
	#feature_2 {
		padding: 7.5rem 0 3rem
	}
	#feature_2 .featured-list,
	#feature_2 .featured-list2 {
		margin-bottom: 2em;
	}
	#feature_2 .featured-list li.func-item {
		margin-right: 1em;
		margin-bottom: 1em;
		width: 44%;
	}
	#feature_2 .featured-list li.func-item:nth-of-type(4n) {
		margin-right: 1em;
	}
	#feature_2 .featured-list li.func-item:nth-of-type(2n) {
		margin-right: 0;
	}
	#feature_2 .featured-list2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
	#feature_2 .featured-list2 li.func-item {
		margin-right: 1em;
		margin-bottom: 1em;
		width: 44%;
	}
	#feature_2 .featured-list2 li.func-item:nth-of-type(3n) {
		margin-right: 1em;
	}
	#feature_2 .featured-list2 li.func-item:nth-of-type(2n) {
		margin-right: 0;
	}
	#feature_2 .featured-list2 li.func-item:nth-of-type(1) {
		margin-left: 0;
	}
	#feature_2 .featured-list2 li.func-item:last-of-type {
		margin-right: 0;
	}

	#feature_3 .feature_3_link_area_1 {
	  justify-content: space-between;
	  width: 90%;
	}

	#feature_3 .feature_3_link_area_1 li {
	  width: 33%;
	}
	
	
	footer {
		flex-direction: column;
	}

	footer small {
		margin-bottom: 1rem;
	}

	.button_link_1 {
		display: none !important;
	}
	
	.first_view h1 {
		font-size: 19px;
		padding-bottom: 36rem;
		text-align: center;
	}
	
	
	.first_view_inner {
		max-width: 54rem;
		margin: 0 auto 3rem;
		width: calc(100% - 1rem);
		position: relative;
	}

	.first_view .first_view_image {
		position: absolute;
		width: 105%;
		height: 100%;
		top: -5rem;
		right: -5%;
	}
	
	.first_view .first_view_contact_inner {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.first_view .first_view_contact_image {
		width: calc(100% - 1rem);
		margin: 0 auto;
		padding-top: 0;
		position: absolute;
		bottom: 12rem;
		left: 0;
		right: 0;
	}

	header .logo {
		width: 35%;
	}

	.button_link_2 {
		background: url(./images/button_6.svg) no-repeat right 0;
		background-size: contain;
		margin-left: 5%;
		width: 46vw;
		height: 2.8rem;
	}
	
	.button_link_2 img {
		display: none;
	}
	
	.button_link_3 {
		background-image: url(./images/button_3.svg);
		width: 90%;
		height: 7.5rem;
		margin: 2rem auto;
	}

	#concern ul.concern_list_2 li img.arrow_icon {
		width: 3rem;
	}

	.sp {
		display: block;
		}

	.pc {
		display: none;
	}

	#customer_voice article .article_left img {
	    width: 100%;
	}
	#customer_voice .voice_article_paragraph {
	    font-size: 1.3rem;
	}
	#customer_voice .voice_article_name {
	    font-size: 1.4rem;
	    padding-top: .5rem;
	}

	.feature_1_paragraph,
	.feature_2_paragraph_1,
	.feature_3_paragraph_1{
	    font-size: 1.3rem !important;
	}

	footer * {
		font-size: 1.3rem !important;
	}

	footer a {
		text-decoration: underline;
	}

	header {
	    height: 5rem;
	}

	body {
		padding-top: 5rem;
	}
}

/* 2020.12.17 改修 */
.catch01 {
  display: block;
  background: #fff;
  border-radius: 60px;
  color: #ff9900;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 10px;
  margin: 0 0 20px;
  text-align: center;
  width: 50%;
}
.catch02 {
  display: block;
  background: #fff;
  border-radius: 60px;
  color: #ff9900;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 10px;
  margin: 0 auto 20px;
  text-align: center;
  width: 40%;
}

@media screen and (max-width: 1079px) {
.catch01 {
  font-size: 13px;
  margin: 0 auto 5px;
  width: 90%;
}
.catch02 {
  font-size: 13px;
  margin: 0 auto 5px;
  width: 90%;
}
}


/* 20210527追加 */
.dispPC {
	display: inital;
}
.dispSP {
	display: none;
}
@media screen and (max-width:768px) {
.dispPC {
	display: none;
}
.dispSP {
	display: initial;
}
}
