/* PC */

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

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


  
.kv{
  height: 100vh;
}

.kv h1 {
font-size: 13px;
color: #fff;
}

.video{
  width: 100%;
  height: 100vh;
  background: url(../img/kv-alternative.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.video::after{
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
}

.video video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.header {
	width: 1200px;
	height: auto;
	margin: 25px auto 0 auto;
	overflow: hidden;
}

.oring_logo {
	width: 250px;
	height: auto;
	float: left;
	margin-top: 20px;
}

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

.oring_logo img {
	width: 100%;
}

.logo_under_message {
	font-size: 12px;
	color: #fff;
	margin-top: 5px;
}

.nav1 {
	width: 665px;
	height: 25px;
	float: left;
	background-color: #fff;
	display: block;
	padding: 25px 0 20px 0;
	font-size: 15px;
	text-align: center;
	cursor: pointer;
	border-radius: 40px;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	
}

.nav1 ul {
}

.nav1 ul li {
	list-style: none;
	margin: -15px 12px 0 12px;
	float: left;
}

.nav1 ul li:first-child {
	margin: -15px 12px 0 0;
}

.nav1 ul li:last-child {
	margin: -15px 0 0 12px;
}

.nav1 ul li a {
	color: #2d1804;
	text-decoration: none;
	transition:2s;
}

.nav1 ul li a:hover {
	opacity: 0.5 ;
}

.nav {
  width:160px;
  height: 25px;
  float: right;
  background-color: #f76a0d;
  display: block;
  padding: 25px 0 20px 0;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  border-radius: 40px;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}

.nav:hover {
	letter-spacing: 0.05em;
}

.nav a {
color: #fff;
text-decoration: none;
}

.fv_message_box {
	width: 700px;
	height: auto;
	margin: 200px 0 0 160px;
	color: #fff;
}

.fv_s_1 {
	font-size: 43px;
	font-weight:600;
}

.orange {
	color: #ffc600;
}

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

.fv_s_3 {
	font-size: 50px;
	font-weight:600;
	margin-top: -20px;
}

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

.fv_s_5 {
	font-size: 18px;
	font-weight:600;
	letter-spacing: 0.1em;
	margin-top: 20px;
}

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

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

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

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


.first_cont {
	width: 1200px;
	height: auto;
	margin: 100px auto 0 auto;
	overflow: hidden;
	padding-bottom: 100px;
}

.first_left_p {
	width: 300px;
	height: auto;
	float: left;
	margin-top: 100px;
}

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

.first_right_p {
	width: 300px;
	height: auto;
	float: left;
}

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

.first_center_box {
	width: 600px;
	height: auto;
	float: left;
}

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

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

.certification .txt {
	display: inline-block;
    font-size: 18px;
    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: 50px;
	font-size: 45px;
	font-weight: 600;
	line-height: 1.7;
	text-align: center;
	color: #2d1804;
}

.orange2 {
	color: #f76a0d;
}

.orange6 {
	color: #f76a0d;
}

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

.first_txt_small {
	width: 450px;
	height: auto;
	margin: 30px auto 0 auto;
	font-size: 13px;
	color: #2d1804;	
}

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

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

.six_feature_tab {
	width: 818px;
	height: auto;
	overflow: hidden;
	margin: 50px auto 0 auto;
}

.feature_tab1 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	border: 3px solid #f76a0d;
	border-radius: 40px;
	padding: 10px 0;
	width: 250px;
	float: left;
	margin-right: 25px;
	background-color: #fff;
}

.feature_tab2 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	border:3px solid #f76a0d;
	border-radius: 40px;
	padding: 10px 0;
	width: 250px;
	float: left;
	margin-right: 25px;
	background-color: #fff;
}

.feature_tab3 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	border: 3px solid #f76a0d;
	border-radius: 40px;
	float: left;
	padding: 10px 0;
	width: 250px;
	margin-right: 0;
	background-color: #fff;
}

.feature_tab4 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	border: 3px solid #f76a0d;
	border-radius: 40px;
	padding: 10px 0;
	width: 250px;
	float: left;
	margin-right: 25px;
	margin-top: 30px;
	background-color: #fff;
}

.feature_tab5 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	border: 3px solid #f76a0d;
	border-radius: 40px;
	padding: 10px 0;
	width: 250px;
	float: left;
	margin-top: 30px;
	margin-right: 25px;
	background-color: #fff;
}

.feature_tab6 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	border: 3px solid #f76a0d;
	border-radius: 40px;
	float: left;
	padding: 10px 0;
	width: 250px;
	margin-right: 0;
	margin-top: 30px;
	background-color: #fff;
}

.six_feature_detail_box {
	width: 910px;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	border: 5px solid #f76a0d;
	border-radius: 20px;
	padding: 80px;
	margin: 50px auto 0 auto;
}

.feature_1_con {
	width:270px;
	height: auto;
	float: left;
	margin-right: 50px;
}

.feature_2_con {
	width:270px;
	height: auto;
	float: left;
	margin-right: 50px;
}

.feature_3_con {
	width:270px;
	height: auto;
	float: left;
	margin-right:0;
}

.feature_4_con {
	width:270px;
	height: auto;
	float: left;
	margin-right: 50px;
	margin-top: 50px;
}

.feature_5_con {
	width:270px;
	height: auto;
	float: left;
	margin-right: 50px;
	margin-top: 50px;
}

.feature_6_con {
	width:270px;
	height: auto;
	float: left;
	margin-right:0;
	margin-top: 50px;
}

.feature_img_box {
	width: 270px;
	height: auto;
}

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

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

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

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

.arart_hea_left {
	width: 32.5%;
	height: auto;
	float: left;
}

.arart_hea_left img {
	width: 100%;
}

.arart_hea_right {
	width: 32.5%;
	height: auto;
	float: left;
}

.arart_hea_right img {
	width: 100%;
}

.arart_hea_center {
	width: 30%;
	height: 100%;
	background-color: #fff;
	padding: 3% 2.5%;
	float: left;
}

.howtotenin {
	font-size: 20px;
	text-align: center;
	font-weight: 600;
}

.arart_hea_center h3 {
	font-size: 33px;
	margin-top: 30px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
}

.yellow {
	color: #ffff00;
}

.arart_txt {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.6;
	text-align: center;
	margin-top: 20px;
}

.haiki_tit {
	width: 1000px;
	height: auto;
	padding: 20px 0;
	background-color: #95cc4d;
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	margin: 100px auto 0 auto;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.haiki4_box {
	width: 994px;
	height: auto;
	padding: 35px 0;
	border-right: 3px solid #95cc4d;
	border-left: 3px solid #95cc4d;
	border-bottom: 3px solid #95cc4d;
	background-color: #feffea;
	margin: 0 auto 150px auto;
	overflow: hidden;
}

.haiki_con_1 {
	width: 210px;
	height: auto;
	float: left;
	margin-right: 25px;
	margin-left: 40px;
}

.haiki_con_2 {
	width: 210px;
	height: auto;
	float: left;
	margin-right: 25px;
}

.haiki_con_3 {
	width: 210px;
	height: auto;
	float: left;
	margin-right: 25px;
}

.haiki_con_4 {
	width: 210px;
	height: auto;
	float: left;
}

.haiki_thum_img {
	width: 210px;
	height: auto;
}

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

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

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

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

.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: 16px;
	text-align: center;
	line-height: 1.6;
}

.flow_center_box {
	width: 1000px;
	height: auto;
	margin: 0 auto;
}

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

.flow_center_box h3 {
    font-size: 50px;
    font-weight: 600;
    text-align: center;
    margin-top: 60px;
}

.flow_message_txt {
	font-size: 17px;
	font-weight: 600;
	line-height: 1.6;
	text-align: center;
	margin-top: 50px;
}

.flow_chartbox {
	width: 100%;
	height: auto;
	margin-top: 70px;
}

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

.flow_thum_img {
	width: 40%;
	height: auto;
	float: left;
	margin-right: 5%;
}

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

.flow_right_box {
	width: 55%;
	height: auto;
	float: left;
}

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

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

.flow_main_tit {
	width: 340px;
	height: auto;
	float: left;
	font-size: 20px;
	font-weight: 600;
	margin-left: 20px;
	margin-top: 10px;
}

.flow_txt1 {
	font-size: 16px;
	line-height: 1.7;
}

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

.soudan_head {
	width: 100%;
	height: auto;
	padding: 20px 0;
	text-align: center;
	font-size: 30px;
	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: 45px;
	color: #fff;
	margin-top: 50px;
	line-height: 1.4;
	text-align: center;
	color: #fff;
	font-weight: 600;
}

.cv_btn_box {
	width: 900px;
	height: auto;
	padding: 20px 0 30px;
	background-color: #fff;
	border-radius: 30px;
	box-shadow: 0 0 3px #929292;
	margin: -150px auto 50px auto;
	z-index: 20;
	position: relative;
}

.cv_btn_box h3 {
	font-size: 20px;
	text-align: center;
	letter-spacing: 0.1em;
}

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

.cv_thum {
	width: 150px;
	height: auto;
	float: left;
	margin-right: 30px;
}

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

.cv_txt {
	font-size: 25px;
	width: 520px;
	font-weight: 600;
	color: #fff;
	float: left;
	margin-top: 28px;
	text-decoration: none;
}

.form_btn:hover{
   opacity:0.7;
} 

.cv_txt a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.cv_txt a:hover {
	text-decoration: none;
}

.downarrow {
	float: left;
	width: 60px;
	color: #fff;
	text-align: center;
	margin-top: 25px;
	font-size: 30px;
}

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

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

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

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

.area_txt {
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
}

.area_map_box {
	width: 900px;
	height: auto;
	overflow: hidden;
	margin: 60px auto 0 auto;
}

.area_map {
	width: 315px;
	height: auto;
	float: left;
	margin-right: 40px;
}

.area_map img {
	width: 100%;
}

.area_txt_conte {
	width: 530px;
	height: auto;
	float: left;
}

.area_muryou {
	width: 500px;
	height: auto;
	background-color: #f67e2a;
	padding: 5px 0;
	border-radius: 40px;
	overflow: hidden;
	margin-bottom: 80px;
	margin-top: 30px;
}

.area_truck {
	width: 110px;
	height: auto;
	font-size: 30px;
	color: #fff;
	text-align: center;
	float: left;
}

.area_kansa {
	width: 245px;
	height: auto;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	float: left;
	margin-top: 10px;
}

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

.area_etc {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 600;
}

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

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

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

.faq_box {
	width: 1000px;
	height: auto;
	margin: 0 auto 50px auto;
	overflow: hidden;
}

.faq1 {
	width: 480px;
	height: auto;
	float: left;
	margin-right: 40px;
}

.faq2 {
	width: 480px;
	height: auto;
	float: left;
}

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

.faq_q {
	width: 50px;
	height: 40px;
	text-align: center;
	background-color: #f76a0d;
	font-size: 20px;
	font-weight: 600;
	color: #fff;
	float: left;
	padding-top: 10px;
}

.faq_q_title {
	width: 390px;
	height: 38px;
	background-color: #f7ecdf;
	font-size: 16px;
	padding-left: 20px;
	font-weight: 600;
	padding-top: 12px;
	float: left;
}

.faq_answer {
	width: 440px;
	padding: 0 10px 0 10px;
	font-size: 16px;
	line-height: 1.5;
}

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

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

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

.company_info {
	width: 900px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.yamamoto_profile_box {
	width: 900px;
	height: auto;
	margin: 100px auto 0 auto;
	overflow: hidden;
}

.yamamoto_message {
	width: 600px;
	height: auto;
	float: left;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.9;
}

.yamamoto_p_box {
	width: 250px;
	height: auto;
	float: left;
	margin-left: 50px;
}

.yamamoto_p_box img {
	width: 100%;
}

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

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

.company_tit {
	width: 150px;
	height: auto;
	float: left;
	margin-right: 30px;
	font-size: 17px;
	font-weight: 600;
}

.company_txt {
	width:650px;
	height: auto;
	float: left;
	font-size: 17px;
}

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

.hinsitu_hoshou {
	width: 930px;
	height: auto;
	margin: 60px auto 0 auto;
	background-color: #f6f3cd;
	border-radius: 20px;
	padding: 50px 45px;
}

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

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

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

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

.hoshouimg1 img {
	width: 100%;
	border-radius: 5px;
}

.hoshouimg_last {
	width: 22%;
	height: auto;
	float: left;
	margin-bottom: 40px;
}

.hoshouimg_last img {
	width: 100%;
	border-radius: 5px;
}

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

.hoshouimg2 img {
	width: 100%;
	border-radius: 5px;
}

.hoshouimg_last2 {
	width: 22%;
	height: auto;
	float: left;
}

.hoshouimg_last2 img {
	width: 100%;
	border-radius: 5px;
}

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

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

.contact_box h3 {
	font-size: 45px;
	font-weight: 600;
	text-align: center;
	margin-top: 50px;
}

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

.form_box {
	width: 900px;
	height: auto;
	margin: 50px auto 0 auto;
	background-color: #fff;
	border-radius: 20px;
	padding: 40px;
}



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






