/* PC */

body {
	background-color: #fff;
	color: #2d1804;
	margin: 0;
	padding: 0;
	font-family:'メイリオ', 'Meiryo', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

.pc {
display: none;  
}
.sp {
display: block;
}




.mv {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
 
/* 全体を囲う要素 */
.mv-wrap {
  position: relative;
  /* 背景画像の高さ */
  height: 500px;
}
 
video {
  display: block;
  width: 100%;
  /* 背景画像の高さ */
  height: 500px;
  /* 高さを維持したまま全体を表示させる */
  object-fit: cover;
  position: absolute;
  margin-top: 60px;
  top: 0;
  left: 0;
}
  
.kv {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* レイヤー背景の上に乗せる */
  z-index: 3;
  margin: auto;
  text-align: center;
}  

  
  
.header {
	width: 100%;
	height: auto;
	margin: 0 auto 0 auto;
	overflow: hidden;
}

.oring_logo {
	width: 100%;
	height: auto;
	float: none;
	margin-top: 0;
	background-color: #fff;
	border-top: #f76a0d solid 5px;
	padding: 0;
	overflow: hidden;
}

.sp_logo {
	width: 40%;
	height: auto;
	float: left;
	margin: 10px 0 5px 15px;
}

.nav_right {
	width: 100%;
	height: auto;
	float:right;
	overflow: hidden;
	margin-top: 20px;
	
}

.oring_logo img {
	width: 100%;
}

.logo_under_message {
	float: left;
	text-align: right;
	width: 55%;
	font-size: 11px;
	font-weight: 500;
	color: #301c08;
	margin-top: 25px;
	letter-spacing: 0;
}

.fv_message_box {
	width: 90%;
	height: auto;
	margin: 0 auto;
	color: #fff;
	text-align: left;
	padding-top: 100px;
}

.fv_s_1 {
	font-size: 20px;
	font-weight:600;
	margin-bottom: 20px;
}

.orange {
	color: #ffc600;
}

.fv_s_2 {
	font-size: 35px;
	font-weight:600;
}

.fv_s_3 {
	font-size: 26px;
	font-weight:600;
}

.fv_s_4 {
	font-size: 20px;
	font-weight:600;
	margin-top: 30px;
}

.fv_s_5 {
	font-size: 16px;
	font-weight:600;
	letter-spacing: 0;
	margin-top: 20px;
}

.contents1 {
	width:90%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	padding-bottom: 60px;
}

.contents2 {
	width:100%;
	height: auto;
	overflow: hidden;
	background-color: #f9efe3;
	padding-bottom: 60px;
}

.contents3 {
	width:100%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	
}

.contents4 {
	width:100%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	padding-bottom: 80px;
}

.area_map {
	width: 90%;
	margin: 0 auto;
	height: auto;
}

.area_map img {
	width: 100%;
}

.hoshouimg1 {
	width: 70%;
	height: auto;
}

.hoshouimg1 img {
	width: 100%;
}

.hoshouimg2 {
	width: 70%;
	height: auto;
}

.hoshouimg2 img {
	width: 100%;
}

.hoshouimg_last {
	width: 70%;
	height: auto;
}

.hoshouimg_last img {
	width: 100%;
}

.hoshouimg_last2 {
	width: 70%;
	height: auto;
}

.hoshouimg_last2 img {
	width: 100%;
}

.first_center_box {
    width: 100%;
    height: auto;
}

.first_center_box h2 {
    width: 98%;
    height: auto;
    border: 2px #f7701a solid;
    text-align: center;
    color: #f7701a;
    font-size: 14px;
    font-weight: 600;
    border-radius: 40px;
    padding: 10px 0;
    margin: 70px auto 30px auto;
}

.certification {
    position: relative;
    text-align: center;
}

.certification .txt {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    color: #2d1804;
    line-height: 1.5;
    position: relative;
    padding: 0 40px;
}

.certification .txt:before {
    background-image: url(../imgs/gekkei_left-min.png);
    left: 0;
    background-size: cover;
    content: "";
    height: 75px;
    position: absolute;
    top: -15px;
    width: 30px;
}

.certification .txt:after {
    background-image: url(../imgs/gekkei_right-min.png);
    right: 0;
    background-size: cover;
    content: "";
    height: 75px;
    position: absolute;
    top: -15px;
    width: 30px;
}

.first_catch {
    margin-top: 30px;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    color: #2d1804;
}

.orange2 {
    color: #f76a0d;
}

.first_catch_beforeafter_img {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 35px auto 0 auto;
}

.before_img {
	width: 47%;
	height: auto;
	float: left;
	margin-right: 6%;
}

.before_img img {
    width: 100%;
    border-radius: 20px;
}

.after_img {
	width: 47%;
	height: auto;
	float: left;
}

.after_img img {
    width: 100%;
    border-radius: 20px;
}

.first_txt {
    width: 100%;
    height: auto;
    margin: 35px auto 0 auto;
    font-size: 16px;
    line-height: 2;
    font-weight: 600;
    text-align: justify;
    color: #2d1804;
}

.first_txt_small {
    margin: 15px auto 0 auto;
    font-size: 12px;
    color: #2d1804;
}

.sokutaiou {
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    margin-top: 50px;
    font-weight: 600;
}

.contents2 h2 {
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
}

.six_feature_tab {
    width: 90%;
    height: auto;
    overflow: hidden;
    margin: 30px auto 0 auto;
}

.feature_tab1 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #f76a0d;
    border-radius: 40px;
    padding: 10px 0;
    width: 46%;
    float: left;
    margin-right: 5%;
    background-color: #fff;
}

.feature_tab2 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #f76a0d;
    border-radius: 40px;
    padding: 10px 0;
    width: 46%;
    float: left;
    background-color: #fff;
}

.feature_tab3 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #f76a0d;
    border-radius: 40px;
    padding: 10px 0;
    width: 46%;
    float: left;
    margin-right: 5%;
    margin-top: 4%;
    background-color: #fff;
}

.feature_tab4 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #f76a0d;
    border-radius: 40px;
    padding: 10px 0;
    width: 46%;
    float: left;
    margin-top: 4%;
    background-color: #fff;
}

.feature_tab5 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #f76a0d;
    border-radius: 40px;
    padding: 10px 0;
    width: 46%;
    float: left;
    margin-right: 5%;
    margin-top: 4%;
    background-color: #fff;
}

.feature_tab6 {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #f76a0d;
    border-radius: 40px;
    padding: 10px 0;
    width: 46%;
    float: left;
    margin-top: 4%;
    background-color: #fff;
}

.six_feature_detail_box {
    width: 82%;
    height: auto;
    overflow: hidden;
    background-color: #fff;
    border: 3px solid #f76a0d;
    border-radius: 20px;
    padding: 4%;
    margin: 50px auto 0 auto;
}

.feature_1_con {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.feature_img_box {
    width: 100%;
    height: auto;
}

.feature_img_box img {
    width: 100%;
    border-radius: 20px;
}

.feature_tit_1 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    text-align: center;
}

.feature_txt_s {
    font-size: 16px;
    text-align: justify;
    line-height: 1.7;
    margin-top: 10px;
}

.feature_2_con {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.feature_3_con {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.feature_4_con {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.feature_5_con {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.feature_6_con {
    width: 100%;
    height: auto;
}

.arart_head {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.arart_hea_center {
    width: 100%;
    height: 100%;
    background-color: #ff6511;
    padding: 8% 4%;
    color: #fff;
    margin: -10px auto 0 auto;
}

.howtotenin {
    font-size: 16px;
    font-weight: 600;
}

.arart_hea_center h3 {
    font-size: 28px;
    margin-top: 30px;
    font-weight: 600;
    line-height: 1.4;
    width: 90%;
}

.orange6 {
	color: #ffff00;
}
.arart_txt {
	width: 90%;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.6;
    margin-top: 20px;
}

.arart_hea_left {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.arart_hea_left img {
	width: 100%;
}

.artrt_sponlu {
	width: 90%;
	height: auto;
	margin: 0 auto;
}

.haiki_tit {
    width: 100%;
    height: auto;
    padding: 15px 0;
    background-color: #95cc4d;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin: 60px auto 0 auto;
    line-height: 1.5;
    letter-spacing: 0;
}

.yellow {
	color: #ffff00;
}

.haiki4_box {
    width: 93%;
    height: auto;
    padding: 5% 3%;
    border-right: 2px solid #95cc4d;
    border-left: 2px solid #95cc4d;
    border-bottom: 2px solid #95cc4d;
    background-color: #feffea;
    margin: 0 auto 50px auto;
    overflow: hidden;
}
.haiki_con_1 {
    width: 47%;
    height: auto;
    float: left;
    margin-right: 6%;
}

.haiki_con_2 {
    width: 47%;
    height: auto;
    float: left;
}

.haiki_thum_img {
    width: 100%;
    height: auto;
}

.haiki_thum_img img {
    width: 100%;
    border-radius: 20px;
}

.haiki_hinmoku_tit {
    margin-top: 10px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}

.haiki_hinmoku_sub {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    margin-top: 5px;
}

.balloon {
    position: relative;
    background-color: #998675;
    padding: 3px 0;
    width: 100%;
    height: auto;
    border-radius: 40px;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
}

.balloon:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #998675 transparent transparent transparent;
    border-width: 15px 20px 0 20px;
}

.haikisaki {
    font-size: 13px;
    text-align: center;
    line-height: 1.5;
}

.haiki_con_3 {
    width: 47%;
    height: auto;
    float: left;
    margin-right: 6%;
    margin-top: 7%;
}

.haiki_con_4 {
    width: 47%;
    height: auto;
    float: left;
    margin-top: 7%;
}
.flow_center_box {
    width: 90%;
    height: auto;
    margin: 0 auto;
}

.flow_center_box h2 {
    width: 98%;
    height: auto;
    border: 2px #f7701a solid;
    text-align: center;
    color: #f7701a;
    font-size: 14px;
    font-weight: 600;
    border-radius: 40px;
    padding: 10px 0;
    margin: 50px auto 30px auto;
}

.flow_center_box h3 {
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
.flow_message_txt {
    font-size: 16px;
    text-align: justify;
    line-height: 1.7;
    margin-top: 30px;
    font-weight: 600;
}

.flow_chartbox {
    width: 100%;
    height: auto;
    margin: 50px auto 0 auto;
}
.flow_contact1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.flow_thum_img {
    width: 90%;
    height: auto;
    margin:0 auto 5% auto;
}

.flow_thum_img img {
	width: 100%;
	border-radius: 20px;
}

.flow_right_box {
    width: 100%;
    height: auto;
}

.flow_title_box {
    margin-left: 5%;
    width: 95%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.flow_number {
    width: 35px;
    height: 35px;
    padding-top: 7px;
    font-size: 15px;
    background-color: #fa9c16;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    box-sizing: border-box;
    float: left;
}

.flow_main_tit {
    width: 265px;
    height: auto;
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin-left: 15px;
    margin-top: 7px;
}

.flow_txt1 {
	width: 90%;
	margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
}

.contents5 {
    width: 100%;
    height: auto;
    background-color: #f67e7c;
    padding-bottom: 100px;
}

.soudan_head {
    width: 100%;
    height: auto;
    padding: 10px 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    background-color: #f45e5c;
    position: relative;
}

.soudan_head:before {
    background: #f45e5c;
    bottom: -1em;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: "";
    display: block;
    height: 1.3em;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 5em;
    z-index: 2;
}

.soudan_big_tit {
    font-size: 18px;
    color: #fff;
    margin-top: 50px;
    line-height: 1.4;
    text-align: center;
    color: #fff;
    font-weight: 600;
}
.cv_btn_box {
    width: 90%;
    height: auto;
    padding: 20px 0;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 3px #929292;
    margin: -70px auto 50px auto;
    z-index: 20;
    position: relative;
}

.cv_btn_box h3 {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0;
}

.form_btn {
    display: block;
    width: 82%;
    height: auto;
    background-color: #f76a0d;
    border-radius: 15px;
    margin: 20px auto 0 auto;
    overflow: hidden;
    padding: 4% 3% 2%;
    transition: 0.5s;
}

.cv_thum {
    width: 30%;
    height: auto;
    float: left;
    margin-right: 5%;
}

.cv_thum img {
    width: 100%;
    border-radius: 10px;
}

.cv_txt {
    font-size: 16px;
    width: 65%;
    font-weight: 600;
    color: #fff;
    float: left;
    margin-top: 3px;
    text-decoration: none;
}

.contents6 {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f7ece0;
    margin-top: -170px;
    z-index: 10;
    padding-bottom: 50px;
}

.area_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 150px;
}


.area_box h2 {
    width: 75%;
    height: auto;
    border: 2px #f7701a solid;
    text-align: center;
    color: #f7701a;
    font-size: 14px;
    background-color: #fff;
    font-weight: 600;
    border-radius: 40px;
    padding: 10px 0;
    margin: 70px auto 30px auto;
}

.area_box h3 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
}

.area_txt {
	width: 90%;
	height: auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 auto;
    text-align: justify;
}

.area_map_box {
    width:90%;
    height: auto;
    overflow: hidden;
    margin: 40px auto 0 auto;
}

.area_txt_conte {
    width: 100%;
    height: auto;
    margin-top:30px;
}

.area_muryou {
    width: 95%;
    height: auto;
    background-color: #f67e2a;
    padding: 5px;
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 40px;
}

.area_truck {
    width: 15%;
    height: auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
    float: left;
    margin-top: 3px;
}

.area_kansa {
    width: 55%;
    height: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    float: left;
    margin-top: 5px;
}

.areamuryou {
    width: 25%;
    height: auto;
    float: left;
    font-size: 20px;
    color: #ffff00;
    margin-top: 2px;
    font-weight: 600;
}

.area_etc {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 600;
    text-align: justify;
}

.contents7 {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-top: 70px;
    padding-bottom: 50px;
}

.faq_tit {
    width: 75%;
    height: auto;
    border: 2px #f7701a solid;
    text-align: center;
    color: #f7701a;
    font-size: 14px;
    background-color: #fff;
    font-weight: 600;
    border-radius: 40px;
    padding: 10px 0;
    margin: 0 auto 30px auto;
}

.contents7 h3 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 50px;
}

.faq_box {
    width: 90%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.faq1 {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
}

.faq2 {
    width: 100%;
    height: auto;
    margin-bottom: 35px;
}

.faq_tit_box {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}

.faq_q {
    width: 10%;
    height: 30px;
    text-align: center;
    background-color: #f76a0d;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    float: left;
    padding-top: 8px;
}

.faq_q_title {
    width: 88%;
    height: 29px;
    background-color: #f7ecdf;
    font-size: 16px;
    padding-left: 2%;
    font-weight: 600;
    padding-top: 9px;
    float: left;
}
.faq_answer {
    width: 95%;
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
}

.contents8 {
    width: 100%;
    height: auto;
    background-color: #fff;
    padding-bottom: 50px;
}

.aboutus_tit {
    width: 75%;
    height: auto;
    border: 2px #f7701a solid;
    text-align: center;
    color: #f7701a;
    font-size: 14px;
    background-color: #fff;
    font-weight: 600;
    border-radius: 40px;
    padding: 10px 0;
    margin: 0 auto 30px auto;
}

.contents8 h2 {
    font-size: 28px;
    text-align: center;
    margin-bottom: 40px;
}

.company_info {
    width: 90%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.yamamoto_profile_box {
    width: 90%;
    height: auto;
    margin: 50px auto 0 auto;
    overflow: hidden;
}

.yamamoto_message {
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.7;
	font-weight: 600;
}

.yamamoto_p_box {
	width: 60%;
	height: auto;
	margin: 30px auto 0 auto;	
}

.yamamoto_p_box img {
	width: 100%;
}

.yamamoto_name {
	margin-top: 20px;
	text-align: center;
	font-size: 15px;
}

.company_box {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #2d1804;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
}

.company_tit {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.company_txt {
    font-size: 14px;
}

.maininfo {
    font-weight: 600;
    color: #00a8ff;
}

.hinsitu_hoshou {
    width: 80%;
    height: auto;
    margin: 60px auto 0 auto;
    background-color: #f6f3cd;
    border-radius: 20px;
    padding: 5%;
}

.ansinhoshou {
    width: 75%;
    height: auto;
    border: 2px #f7701a solid;
    text-align: center;
    color: #f7701a;
    font-size: 14px;
    background-color: #fff;
    font-weight: 600;
    border-radius: 40px;
    padding: 10px 0;
    margin: 0 auto 30px auto;
}
.hinsitu_hoshou h3 {
    font-size: 23px;
    font-weight: 600;
    text-align: center;
}

.hoshou_img_box {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.hoshouimg1 {
    width: 46%;
    height: auto;
    float: left;
    margin-right: 4%;
    margin-bottom: 4%;
}

.hoshouimg1 img {
	width: 100%;
}

.hoshouimg_last {
    width: 46%;
    height: auto;
    float: left;
    margin-right: 4%;
    margin-bottom: 4%;
}

.hoshouimg_last img {
	width: 100%;
}

.hoshouimg2 {
    width: 46%;
    height: auto;
    float: left;
    margin-right: 4%;
    margin-bottom: 4%;
}

.hoshouimg2 img {
	width: 100%;
}

.hoshouimg_last2 {
    width: 46%;
    height: auto;
    float: left;
    margin-right: 4%;
    margin-bottom: 4%;
}

.hoshouimg_last2 img {
	width: 100%;
}

.contact_box {
    width: 100%;
    height: auto;
    padding-top: 6px;
    padding-bottom: 50px;
    background-color: #f7ece0;
    overflow: hidden;
}

.contact_kigaru {
    width: 75%;
    height: auto;
    border: 2px #f7701a solid;
    text-align: center;
    color: #f7701a;
    font-size: 14px;
    background-color: #fff;
    font-weight: 600;
    border-radius: 40px;
    padding: 10px 0;
    margin: 50px auto 30px auto;
}

.contact_box h3 {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}

.contact_arart {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    margin-top: 30px;
}

.form_box {
    width: 86%;
    height: auto;
    margin: 30px auto 0 auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 2%;
}

.copyright {
    width: 100%;
    height: auto;
    background-color: #f7ece0;
    font-size: 12px;
    padding: 20px 0;
    text-align: center;
    font-weight: 600;
}



