@charset "UTF-8";

/* font
---------------------------------------------------------*/

@font-face {
  font-weight: 300;
  font-family: "MPLUSRounded1c";
  src: url("../fonts/MPLUSRounded1c-Light.ttf") format("truetype");
}

@font-face {
  font-weight: 400;
  font-family: "MPLUSRounded1c";
  src: url("../fonts/MPLUSRounded1c-Regular.ttf") format("truetype");
}

@font-face {
  font-weight: 500;
  font-family: "MPLUSRounded1c";
  src: url("../fonts/MPLUSRounded1c-Medium.ttf") format("truetype");
}

@font-face {
  font-weight: 700;
  font-family: "MPLUSRounded1c";
  src: url("../fonts/MPLUSRounded1c-Bold.ttf") format("truetype");
}



/* reset
-------------------------------------------------------- */
* {
  padding: 0;
  margin: 0;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  line-height: 1;
}

img {
  vertical-align: bottom;
}

br {
  letter-spacing: 0;
}

a {
  text-decoration: none;
}

main,
section,
header,
footer,
nav,
figure,
address {
  display: block;
}

address {
  font-weight: normal;
  font-style: normal;
}

picture {
  display: block;
}

ul,
ol {
  list-style: none;
}

mark {
  background-color: transparent;
  color: inherit;
}

sub {
  vertical-align: baseline;
  font-size: x-small;
}

hr {
  box-sizing: content-box;
  height: 0;
  border: 0;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="url"],
textarea {
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 0;
  background-image: none;
  font-size: inherit !important;
  font-family: inherit;
  -webkit-appearance: none;
}

input[type="button"],
input[type="submit"] {
  border: none;
}

input[type="checkbox"],
input[type="radio"] {
  margin-right: .3em;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

button {
  padding: 0;
  outline: inherit;
  border: none;
  background: transparent;
  cursor: pointer;

  -webkit-appearance: none;

    -moz-appearance: none;

          appearance: none;
}

button img {
  display: block;
}

textarea {
  resize: vertical;
}

select {
  padding: 3px 5px;
  background-color: #fff;
  font-family: sans-serif;

  -webkit-appearance: none;

    -moz-appearance: none;

          appearance: none;
}

body {
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

input[type="image"] {
  max-width: 100%;
  background-color: #fff;
}

p {
  max-height: 100%;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: button;
  -moz-appearance: button;
      appearance: button;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  background-color: white;
  color: #231815;
  font-family: "MPLUSRounded1c";
  line-height: 2.15;
}

a {
  color: inherit;
  transition: opacity .2s;
}

a:hover {
  opacity: .7;
}






/* ========================================================
  Layout
======================================================== */
/* html
---------------------------------------------------------*/
html {
  height: 100%;
}

/* body
---------------------------------------------------------*/
body {
  height: 100%;
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  color: #261D1A;
}

/* template
---------------------------------------------------------*/

/* header */
.lathe {
  width: 100%;
  vertical-align: top;
}

.sp-lathe {
  display: none;
}

.header_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.header_nav .header_item {
  text-align: center;
}


.header_item_main {
  font-weight: 500;
  font-size: 1.4rem;
  margin-top: 8px;
}

.header_item_sub {
  font-weight: 500;
  font-size: 1rem;
  color: #BCBDBF;
  letter-spacing: 3px;
  margin-top: -4px;
}

.title_img {
  background: url(../images/title_about_img.png)no-repeat;
  background-size: cover;
  padding: 90px 0;
  margin: 24px 0 8px 0;
}

.header_download_icon {
  /*text-align: end;*/
	text-align: right;
  margin-top: -130px;
}

.sp_main_icon{
  display: none;
}

/* footer */
.footer_back_img {
  background: url("../images/footer_img.png")no-repeat center bottom;
  background-size: cover;
  padding: 120px 0;
}

.contact_info {
  width: 100%;
  text-align: center;
  font-weight: 500;
}

.contact_info_guidance {
  background: #fff;
  color: #92D055;
  border: 3px solid #92D055;
  font-size: 3rem;
  border-radius: 10px 10px 0 0 ;
  padding: 10px 0;
}

.contact_info_link {
  background: #92D055;
  color: #fff;
  font-size: 3rem;
  display: flex;
  justify-content: space-around;
  border-radius: 0 0 10px 10px;
}

.contact_info_link_item { 
  width: 100%;
  margin: 10px 0;
}

/*.contact_info_link_tel {
  border-right: 4px dotted #fff;	
}*/

.contact_info_link_tel .fa-phone {
  margin-inline-end: 12px;
}

.contact_info_link_form .fa-angle-right {
  margin-inline-start: 12px;
}

.footer_bottom_back {
  background: #F28324;
  padding: 50px 0 6px 0;
}

.footer_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom : 68px;
  border-bottom: 4px dotted #fff;
}

.footer_nav_column .fa-angle-right {
  color: #fff;
  padding-right: 4px;
}

.footer_nav_column_subheading {
  color: #fff;
  font-weight: 500;
}

.footer_info_column {
  padding-top: 24px;
	 text-align:center;
}

.footer_sns_box{
  margin-top: 24px;
}

.footer_sns_item{
  padding-right: 16px;
}

.footer_info_name {
  color: #fff;
}

.footer_info_name_b {
  font-size: 3.2rem;
  font-weight: 500;
	color: #fff;
	margin-bottom: 0.4em;
}

.footer_info_operation {
  padding-right: 24px;
}

.copy_right {
  margin-top: 80px;
	color: #fff;
}

.pagetop_btn{
  display: block;
  text-align: end;
  position: fixed;
  right: 30px;
  bottom: 100px;
	z-index: +10;
}


/* パンくずリスト */

.breadcrumbs {
  font-size: 1.2rem;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li > a {
  color: #F28324;
  border-bottom: 1px solid #F28324;
}

.breadcrumbs li::after{
  content: '>';
  display: inline-block;
  padding: 0 10px;
}

.breadcrumbs li:last-child::after{
  display: none;
}

/* commom
---------------------------------------------------------*/
.main_inner {
  width: 1000px;
  max-width: 100%;
  margin: auto;
}

.small_inner {
  width: 800px;
  max-width: 100%;
  margin: auto;
}

/* 第3階層へのリンク */

.page_link_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 32px 0 120px 0;
  width: 100%;
}

.page_btn_w3 { width: 323px;}
.page_btn_w4 { width: 238px;}

.page_btn_w3 , .page_btn_w4 {
  background: #F7F7F7;
  border: 1px solid #F28324;
  border-radius: 10px;
  display: inline-block;
  padding: 19px 0;
  color: #F28324;
  font-weight: 500;
  font-size: 1.6rem;
  text-align: center;
}
.page_btn_w3:last-child , .page_btn_w4:last-child{
  margin: 0;
}

.page_btn_current{
  background: #F28324;
  color: #fff;
}

/* 太字 */
.font_bold{
  font-weight: 500;
}

/* h1 */
.title_top {
  font-size: 6rem;
  color: #fff;
  text-align: center;
}

.title_top span{
  font-size: 2rem;
  display: block;
  font-weight: 500;
  padding-top: 8px;
}

/* 見出し1 */
.title_h1{
  font-size: 8rem;
  color: #FFF7C6;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 54px;
}

.title_h1 span{
  font-size: 2.6rem;
  color: #261D1A;
  display: block;
  margin-top: -16px;
}

/* 見出し2 */
.title_h2{
  text-align: center;
  margin-bottom: 40px;
}

.title_h2 > h3{
  font-size: 3rem;
  border-bottom: 5px dotted #F28324;
  padding-bottom: 13px;
  display: inline-block;
}

.title_h2-2{
  text-align: center;
  margin-bottom: 40px;
}

.title_h2-2 > h3{
  font-size: 3rem;
  border-bottom: 5px dotted #92D055;
  padding-bottom: 13px;
  display: inline-block;
}

/* 見出し3 */
.title_h3{
  font-size: 2.6rem;
  color: #F28324;
  background: linear-gradient(transparent 50%, #FFF7C6 50%);
  margin-bottom: 30px;
}

/* 見出し5 */
.title_h5{
  color: #92D055;
  font-size: 2.6rem;
  margin-bottom: 30px;
	line-height: 3.6rem;
}

/* 見出し6 */
.title_h6{
  font-size: 1.8rem;
  margin-bottom: 10px;
	font-weight: bold;
}


/* 特徴 */

/* 見出し7_特徴 */
.title_h7{
  font-size: 2.4rem;
  margin-bottom: 50px;
	font-weight: bold;
  text-align: center;
}
.title_h7 span{
  position: relative;
  display: block;
  font-size: 6.5rem;
  padding-bottom: 30px;
	font-weight: bold;
  color: #f39800;
}
.title_h7 span:before{
  position: absolute;
  content:'';
  width: 60px;
  height: 60px;
  top: -2px;
  left: calc(50% - 90px);
  background-image: url('../images/img_feature_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

/* 見出し8_特徴 */
.title_h8{
  position: absolute;
  padding: 22px 30px 0 0px;
  margin-bottom: 10px;
	font-weight: bold;
  width: 140px;
  height: 70px;
  top: -10px;
  left: -30px;
  background-image: url('../images/img_feature_icon02.svg');
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}
.title_h8 span{
  display: block;
  font-size: 1.4rem;
}

/* 見出し9_特徴 */
.title_h9{
  position: absolute;
  padding: 22px 30px 0 0px;
  margin-bottom: 10px;
	font-weight: bold;
  width: 140px;
  height: 70px;
  top: -10px;
  left: -30px;
  background-image: url('../images/img_feature_icon03.svg');
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}
.title_h9 span{
  display: block;
  font-size: 1.4rem;
}

.p_feature01{
  padding-bottom: 40px;
  font-size: 1.6rem;
  line-height: 2.15;
}

.p_feature02{
  padding-top: 10px;
  font-size: 16px;
  text-align: center;
}

.p_feature03{
  padding-top: 12px;
  font-size: 16px;
}
.p_feature_cap{
  padding-top: 8px;
  font-size: 13px;
  line-height: 1.7;
}

.container_feature{
  padding: 50px 0 50px 0;
}

.box_feature01{
  position: relative;
  width: calc(100% - 40px);
  padding: 30px 20px 20px 20px;
  margin-bottom: 50px;
  font-size: 0;
  background: #ecf4e1;
  border-radius: 10px;
}
.box_feature02{
  position: relative;
  width: calc(100% - 40px);
  padding: 30px 20px 20px 20px;
  margin-bottom: 60px;
  background: #fdecee;
  border-radius: 10px;
}
.box_feature03,
.box_feature04{
  margin-bottom: 0px;
  font-size: 0;
}

.box_feature01 img,
.box_feature03 img{
  width: 100%;
}

.boxfeature01_inner_l,
.boxfeature01_inner_r,
.boxfeature03_inner_l,
.boxfeature03_inner_r,
.boxfeature04_inner_l,
.boxfeature04_inner_r{
  display: inline-block;
  vertical-align: top;
}

.boxfeature01_inner_l{
  width: calc(66% - 20px);
  margin: 0 20px 0 0;
}
.boxfeature01_inner_r{
  width: 34%;
}
.boxfeature01_inner_r img{
  padding-bottom: 20px;
}

.boxfeature03_inner_l{
  width: calc(66% - 20px);
  margin: 0 20px 0 0;
}
.boxfeature03_inner_r{
  width: 34%;
}

.boxfeature04_inner_l{
  width: 47%;
  margin: 0 6% 0 0;
  font-size: 16px;
}
.boxfeature04_inner_r{
  width: 47%;
  font-size: 16px;
}

.ul_feature01,
.ul_feature02{
  padding-bottom: 0px;
  font-size: 0;
}

.ul_feature01 img,
.ul_feature02 img{
  width: 100%;
}

.ul_feature01 li{
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-right: 2%;
}

.ul_feature02 li{
  display: inline-block;
  vertical-align: top;
  width: 32%;
  margin-right: 2%;
}

.ul_feature01 li:last-child,
.ul_feature02 li:last-child{
  margin-right: 0;
}

.dl_feature01{
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}
.dl_feature01 dt{
  padding: 10px 0 10px 0;
  color: #f39800;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 5px;
}

.dl_feature02{
  font-size: 16px;
}
.dl_feature02 dt{
  margin-bottom: 20px;
  padding: 20px 0 10px 0;
  color: #f39800;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 3px dotted #ececec;
}

/* リード文 */
.read_text{
  color: #F28324;
  font-size: 2.2rem;
  margin-bottom: 80px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: center;
	line-height: 1.8em;
}
.read_text span{
  display: block;
  padding-bottom: 20px;
  font-size: 2.6rem;
}

/* ドットリスト */
.dot_list {
  margin: 16px 0;
}

.dot_list li {
  position: relative;
  margin-left: 20px;
}

.dot_list li:before {
  content:  "";
  position: absolute;
  width:  10px;
  height:  10px;
  left: -30px;
  top: 16px;
  transform: translateY(-50%);
  display: inline-block;
  background-color: #92D055;
  border-radius:  50%;  
  margin: 0 10px 0 10px;
}

/* ナンバーリスト */
.number_list {
  counter-reset:list;
  margin: 30px 0;
}

.number_list li {
  position:relative;
  line-height: 30px;
  margin: 7px 0 7px 34px;
  padding-left: 10px;
  font-size:1.6rem;
}

.number_list li:before {
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -35px;
  width: 30px;
  height: 30px;
  background: #92D055;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  top: 15px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* ボタンリンク */
.link_btn{
  font-size: 1.4rem;
  padding: 16px 80px;
  border: 2px solid #F28324;
  border-radius: 40px;
  font-weight: 500;
  display: inline-block;
  margin-top: 48px;
}

.link_btn > .fa-angle-right{
  padding-left: 8px;
}

.link_btn_gr{
  color: #fff;
  background: #F28324;
}

.link_btn_pi{
  color: #fff;
  background: #92D055;
	border: 2px solid #92D055;
}

.link_btn_yg{
  color: #fff;
  background: #B3D861;
	border: 2px solid #B3D861;
}

.link_btn_wh{
  color: #F28324;
}

@media (max-width: 768px) {
	.link_btn{
  padding: 16px 40px;
}
	
}

/* 採用ボタンリンク */
.r_link_btn{
  font-size: 1.4rem;
  padding: 16px 80px;
  border: 2px solid #92D055;
  border-radius: 40px;
  font-weight: 500;
  display: inline-block;
  margin: 15px 0 25px 0;
	color: #fff;
	background: #92D055;
}

.r_link_btn > .fa-angle-right{
  padding-left: 8px;
}

@media (max-width: 768px) {
	.r_link_btn{
  padding: 10px 50px;
}
	
}


/* テキストリンク */
.text_link{
  display: block;
  margin: 30px 0;
}

.text_link_item{
  border-bottom: 1px solid #707070;
  padding-bottom: 3px;
}

.text_link > .fa-angle-right,
.text_link02 > .fa-angle-right{
  color: #F28324;
  padding-left: 6px;
}

/* テーブル */
.standard_table{
  width: 100%;
  margin: 40px 0;
}

.standard_table tr{
  border-top: 1px solid #D9D9D9;
}

.standard_table tr:last-child{
  border-bottom: 1px solid #D9D9D9;
}

.standard_table th{
  width: 20%;
  text-align: left;
  padding: 16px 0 16px 16px;
  font-weight: 500;
  color: #F28324;
}

.standard_table td{
  width: 80%;
  padding: 16px 16px 16px 0;
}

.table{
  width: 100%;
  margin: 40px 0;
}

.table tr{
  border-top: 1px solid #D9D9D9;
}

.table tr:last-child{
  border-bottom: 1px solid #D9D9D9;
}

.table th{
  width: 20%;
  text-align: left;
  padding: 10px 0 10px 16px;
  font-weight: bold;
  color: #F28324;
	
}

.table td{
  padding: 10px 16px 10px 0;
}

/* テキストコンテンツエリア */
.text_content{
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}

.text_content_sec{
  margin-inline-end: 30px;
}

.text_content_sec:last-child{
  margin: 0;
}

/* セクションマージン */
.sec_mbm{
  margin-bottom: 72px;
}

@media screen and (max-width: 960px){

  .main_inner {
    width: auto;
    margin: 0 16px;
  }

  .small_inner{
    width: auto;
    margin: 0 32px;
  }

  .read_text{
    text-align: left;
    font-size: 2.4rem;
  }

  .page_link_wrap a , .page_link_wrap p {
    margin-bottom: 16px;
  }

  .page_btn_w3 { width: 90%;}
  .page_btn_w4 { width: 90%;}

  .text_content {
    display: block;
  }


  .text_content_sec {
    margin: 0 0 24px 0;
  }

  .standard_table th, .standard_table td {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .standard_table th {
    padding-top: 16px;
  }  
  
  .standard_table td {
    padding-bottom: 16px;
  }
	
	.table th{
		width: 30%;
	}

  .footer_nav {
    justify-content: space-around;
    padding-bottom: 32px;
  }

  .footer_nav_column {
    margin-top: 24px;
  }


  .footer_bottom_back {
    padding: 0;
  }

  .footer_column_bottom a ,.footer_info_name_b {
    display: block;
    padding: 0;
  }
	
	.footer_info_column{
		padding-top: 30px;
	}
	
	.footer_info_name_b{
		font-size: 1.6em;
	}

  .footer_info_add{
    margin-top: 16px;
  }

  .copy_right{
    margin-top: 40px;
  }
	.title_top {
  font-size: 4.5rem;
  color: #fff;
  text-align: center;
}
	.title_h2 > h3{
  font-size: 2.4rem;
}
	.title_h2-2 > h3{
  font-size: 2.4rem;
}

}

/* マージン設定 */
.mbNone {
  margin-bottom: 0 !important; }

.mbSS {
  margin-bottom: 0.5em !important; }

.mbS {
  margin-bottom: 1em !important; }

.mbM {
  margin-bottom: 2em !important; }

.mbL {
  margin-bottom: 3em !important; }

.mbLL {
  margin-bottom: 4em !important; }

.mbLLL {
  margin-bottom: 6em !important; }
 
.mbLLLL {
  margin-bottom: 8em !important; }

.mtNone {
  margin-top: 0 !important; }

.mtSS {
  margin-top: 0.5em !important; }

.mtS {
  margin-top: 1em !important; }

.mtM {
  margin-top: 2em !important; }

.mtL {
  margin-top: 3em !important; }

.mtLL {
  margin-top: 4em !important; }

.mtLLL {
  margin-top: 6em !important; }

.mtLLLL {
  margin-top: 8em !important; }

@media (max-width: 768px) {
.sp_mbNone {
  margin-bottom: 0 !important; }

.sp_mbSS {
  margin-bottom: 0.5em !important; }

.sp_mbS {
  margin-bottom: 1em !important; }

.sp_mbM {
  margin-bottom: 2em !important; }

.sp_mbL {
  margin-bottom: 3em !important; }

.sp_mbLL {
  margin-bottom: 4em !important; }
 
.sp_mtNone {
  margin-top: 0 !important; }

.sp_mtSS {
  margin-top: 0.5em !important; }

.sp_mtS {
  margin-top: 1em !important; }

.sp_mtM {
  margin-top: 2em !important; }

.sp_mtL {
  margin-top: 3em !important; }

.sp_mtLL {
  margin-top: 4em !important; }
}


/* br */
/* pcは改行しない */
.pc-d-none{
	display:none !important;
}

@media (max-width: 768px) {
/* spは改行しない */
.sp-d-none{
	display:none !important;
}
.pc-d-none{
	display:block !important;
}
}


/* テキスト位置 */
.text-right {
  text-align: right; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left; }


@media screen and (max-width: 767px){


  .main_inner{
    margin: 0 16px;
  }
	
	.small_inner {
  margin: 0 16px;
}

  .title_h1 {
    font-size: 5rem;
  }

  .title_h1 span{
    font-size: 2.2rem;
  }

  .header_nav {
    display: block;
    margin: 0;
  }


  .pc-lathe {
    display: none;
  }

  .sp-lathe {
    display: block;
  }

  .header_download_icon{
    margin-top: -88px;
  }

  .header_download_icon img {
    width: 40%;
  }

  /* SPメニュー */

  .headernav_main_icon {
    display: none;
  }

  .header_item_wrap {
    display: flex;
    align-items: center;
    text-align: left;
    border-bottom: 4px dotted #F28324;
    padding: 16px 0;
    margin: 0 8px;
  }

  .header_item_wrap img {
    height: 100%;
  }

  .headernav_text {
    padding-left: 16px;
  }

  .headernav_text p:hover {
    opacity: .7;
  }

  .sp_main_icon {
    display: block;
    text-align: center;
    margin-top: 8px;
  }

  .sp_main_icon img {
    width: 60%;
  }


  #header #navi {
    transition: all .6s;
    overflow-y: auto;
    padding-top: 40px;
    width: 300px;
    height: 100vh;
    z-index: 200;
    top: 0;
    right: -320px;
    background-color: #fffef6;
    position: fixed;
  }

  #header .nav_btn {
    width: 44px;
    height: 44px;
    z-index: 300;
    top: 32px;
    right: 8px;
    cursor: pointer;
    position: absolute;
  }

  .hamburger_line {
    transition: all .6s;
    width: 34px;
    height: 3px;
    left: 5px;
    background-color: #F28324;
    position: absolute;
    border-radius: 3px;
  }

  .hamburger_line1 { top: 10px; }
  .hamburger_line2 { top: 21px; }
  .hamburger_line3 { top: 32px; }

  .nav_bg {
    opacity: 0;
    transition: all .6s;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    top: 0;
    left: 0;
    visibility: hidden;
    background-color: #000;
    cursor: pointer;
    position: fixed;
  }

  /* 表示された時用のCSS */
  .nav_open #header #navi { right: 0; }

  .nav_open .nav_bg {
    opacity: .8;
    visibility: visible;
  }

  .nav_open .hamburger_line1 {
    transform: rotate(45deg);
    top: 20px;
  }

  .nav_open .hamburger_line2 {
    width: 0;
    left: 50%;
  }

  .nav_open .hamburger_line3 {
    transform: rotate(-45deg);
    top: 20px;
  }

  /* footer */
  .contact_info_link {
    background: #92D055;
    color: #fff;
    font-size: 2.6rem;
    display: block;
    padding: 0 8px;
  }

  .contact_info_link_tel {
    border-right: none;
    /*border-bottom: 4px dotted #fff;*/
    margin: 0;
  }

  .contact_info_link_item{
    margin: 0;
  }

  .pagetop_btn {
    right: 4px;
    bottom: 32px;
  }

  .pagetop_btn img {
    width: 80%;
  }

  .contact_info_guidance{
    font-size: 2.4rem;
    padding: 16px;
	  line-height: 3.4rem;
  }

  .footer_nav{
    justify-content: flex-start;
  }

  .footer_nav_column_end{
    padding-left: 12px;
  }

	/* テキスト位置 */
.sp_text-right {
  text-align: right; }

.sp_text-center {
  text-align: center !important; }

.sp_text-left {
  text-align: left; }

}

	/* カラー */
.color01{
	color: #F28324;
}
.color01B{
	color: #8bbd59;
	font-weight: bold;
}




@media (max-width: 768px) {
/* 特徴 */

/* 見出し7_特徴 */
.title_h7{
  font-size: 2.0rem;
  line-height: 1.6;
  margin-bottom: 20px;
	font-weight: bold;
  text-align: center;
}
.title_h7 span{
  position: relative;
  display: block;
  font-size: 4.5rem;
  padding-bottom: 10px;
	font-weight: bold;
  color: #f39800;
}
.title_h7 span:before{
  position: absolute;
  content:'';
  width: 50px;
  height: 50px;
  top: 7px;
  left: calc(50% - 70px);
  background-image: url('../images/img_feature_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
}

/* 見出し8_特徴 */
.title_h8{
  position: absolute;
  padding: 18px 30px 0 0px;
  margin-bottom: 10px;
	font-weight: bold;
  width: 127px;
  height: 62px;
  top: -10px;
  left: -10px;
  background-image: url('../images/img_feature_icon02.svg');
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}
.title_h8 span{
  display: block;
  font-size: 1.4rem;
}
  
/* 見出し9_特徴 */
.title_h9{
  position: absolute;
  padding: 18px 30px 0 0px;
  margin-bottom: 10px;
	font-weight: bold;
  width: 127px;
  height: 62px;
  top: -10px;
  left: -10px;
  background-image: url('../images/img_feature_icon03.svg');
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 1.6rem;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
}
.title_h9 span{
  display: block;
  font-size: 1.4rem;
}

.p_feature01{
  padding-bottom: 10px;
  font-size: 1.6rem;
  line-height: 2.15;
}

.p_feature02{
  padding-top: 10px;
  font-size: 16px;
  text-align: left;
}

.p_feature03{
  padding-top: 12px;
  font-size: 16px;
}
.p_feature_cap{
  padding-top: 8px;
  font-size: 13px;
  line-height: 1.7;
}

.container_feature{
  padding: 0px 0 30px 0;
}

.box_feature01{
  position: relative;
  width: calc(100% - 40px);
  padding: 30px 20px 15px 20px;
  margin: 15px 0 40px 0;
  font-size: 0;
  background: #ecf4e1;
  border-radius: 10px;
}
.box_feature02{
  position: relative;
  width: calc(100% - 40px);
  padding: 30px 20px 15px 20px;
  margin-bottom: 40px;
  background: #fdecee;
  border-radius: 10px;
}
.box_feature03,
.box_feature04{
  margin-bottom: 0px;
  font-size: 0;
}

.box_feature01 img,
.box_feature03 img{
  width: 100%;
}

.boxfeature01_inner_l,
.boxfeature01_inner_r,
.boxfeature03_inner_l,
.boxfeature03_inner_r,
.boxfeature04_inner_l,
.boxfeature04_inner_r{
  display: block;
  vertical-align: top;
}

.boxfeature01_inner_l{
  width: 100%;
  margin: 0 20px 0 0;
}
.boxfeature01_inner_r{
  width: 100%;
  margin: 10px 0px 0 0;
}
.boxfeature01_inner_r img{
  padding-bottom: 20px;
}

.boxfeature03_inner_l{
  width: 100%;
  margin: 0 0px 20px 0;
}
.boxfeature03_inner_r{
  width: 100%;
}

.boxfeature04_inner_l{
  width: 100%;
  margin: 0 0% 0 0;
  font-size: 16px;
}
.boxfeature04_inner_r{
  width: 100%;
  font-size: 16px;
}

.ul_feature01,
.ul_feature02{
  padding-bottom: 0px;
  font-size: 0;
}

.ul_feature01 img,
.ul_feature02 img{
  width: 100%;
}

.ul_feature01 li{
  display: block;
  width: 100%;
  margin: 0 0 20px 0;
}
  .ul_feature01 li:last-child{
  margin: 0;
}

.ul_feature02 li{
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-right: 0;
}

.ul_feature01 li:last-child,
.ul_feature02 li:last-child{
  margin-right: 0;
}

.dl_feature01{
  padding: 5px 0 20px 0;
  font-size: 16px;
  line-height: 1.2;
  text-align: center;
}
.dl_feature01 dt{
  padding: 10px 0 8px 0;
  color: #f39800;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 5px;
}

.dl_feature02{
  font-size: 16px;
}
.dl_feature02 dt{
  margin-bottom: 20px;
  padding: 10px 0 10px 0;
  color: #f39800;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 3px dotted #ececec;
}
}
