@charset "utf-8";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}



body{
  background: #FAFBEB;
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  position: relative;
}
.floating{
  position: fixed;
  right: 10px;
  bottom: 10px;
  display: none;
}




header{
  background: #fff;
  padding: 10px;
  top: 0;
  position: fixed;
  width: 100%;
  z-index: 2;
  transition: 0.5s;
}

.container{
  width: 90%;
  margin: 0 auto;
}

.sm-only{
  display: none;
}

/* スムーススクロール */
html{
  scroll-behavior: smooth;
  scroll-padding-top: 180px;
}

section{
  margin: 30px 0;
}

form {
  margin: 0;
  padding:20px 0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

input, select {
  vertical-align:middle;
}

li{
  list-style: none;
}
a{
  text-decoration: none;
}
a:hover{
  opacity: 0.8;
  text-decoration: none;
}

.banner_wrap{
  margin: 30px auto 0;
}
.banner_wrap img{
  width: 600px;
}
.banner_wrap:hover{
  opacity: 0.8;
}

.section_title{
  font-weight: 700;
  color: #1A274E;
  text-align: center;
  font-size: 32px;
  margin: 50px auto 30px;
  border-top: 2px solid #059392;
  padding-top: 50px;
  width: 70%;
}

.section_subtitle{
text-align: center;
font-size: 18px;
margin: 10px 0 20px;
font-weight: 700;
} 
/* お問い合わせバナー */
.contact_banner{
  background: #fff;
    padding: 20px;
    width: 80%;
    margin: 30px auto 0;
}
.contact_banner_top{
  background: #0065b0;
  padding: 10px;
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  width: 50%;
  margin:0 auto;
  position: relative;
}

.contact_banner_top::after{
      content:"";
      position: absolute;
      border-style: solid;
      border-width: 14px 13px 0 13px;
      border-color: #0065b0 transparent transparent transparent;
      left:50%;
      top:100%;
      transform: translate(-50%,-50%);
  }

.contact_banner_wrap{
  display: flex;
  margin-top: 20px;
  justify-content: center;
}

.form_btn_wrap{
  margin-left: 30px;
}
.form_btn{
  color: #fff;
  padding: 10px;
  background: #eb6100;
  display: inline-block;
  height: 60px;
}
.form_btn:hover{
  opacity: 0.8;
}
.form_btn_wrap a span{
  display: block;
}
.form_btn_wrap img{
  width: 50px;
  vertical-align: middle;
}
.form_btn_wrap span{
  font-size: 12px;
}
.contact_logo{
  text-align: center;
  width: 150px;
  margin-top: 10px;
}

#text1{
  width: 100%;
}
.contact_btn_wrap{
  margin-left: 0;
}

.old_btn_wrap{
  margin-top:40px;
}

.old_btn{
  background:#fff;
  border: 1px solid #0065b0;
  color: #0065b0;
  font-weight:700;
  padding:20px;
  border-radius:100px;
}
.old_btn:hover{
  background:#0065b0;
  color:#fff;
}

/* リセットここまで */

/* FOOTER */

/* プルダウンメニュー */
.menu {
  display: flex;
  justify-content: center;
  padding: 0;
  align-items: baseline;
}

.menu li {
  position: relative;
  margin-left: 30px;
  padding: 5px;
}

.drop_menu_link:hover{
  opacity: 0.8;
}

.drop_menu_item{
  border: 1px solid #fff;
}
.menuSub {
  position: absolute;
  padding: 0;
  display: none;
  background: #F5C51D;
  height: 100px;
  overflow-y: auto;
  left: 50%;
  transform: translateX(-50%);
  height: 200px;
  width: 250px;
  z-index: 2;
}

.menuSub::-webkit-scrollbar{
  width: 10px;
  height: 10px;
}
.menuSub::-webkit-scrollbar-track{
  background: linear-gradient(#F5C51D,#059392);
}
.menuSub::-webkit-scrollbar-thumb{
  background: #fff;
  border-radius: 5px;
  border:1px solid;
}



/*.openが付与された時、表示の設定*/
.menuSub.open {
  display: block;
}

.menuSub li a {
  margin-bottom: -5px;
  display: block;
  color: #fff;
  text-decoration: none;
}

.menuSub li a:hover {
  background: #fff;
}

.footer_logo{
  margin-bottom: -10px;
}

#visi-service{
	box-sizing: border-box;
	padding: 30px 15px;
	background:#F5C51D ;
	}

#visi-service .visi-service-title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 1em;}


#visi-service ul li{
	display: block;
	width: auto;
	padding: 5px;}

/* #visi-service ul li a:before{
	content: "▶";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: .3s all cubic-bezier(.17,.67,.83,.67);
	transition: .3s all cubic-bezier(.17,.67,.83,.67);}

#visi-service ul li a:hover:before{
	transform: translate(5px, -50%);
	-webkit-transform: translate(5px, -50%);
	-webkit-transition: .3s all cubic-bezier(.17,.67,.83,.67);
	transition: .3s all cubic-bezier(.17,.67,.83,.67);
} */

#visi-service ul li a{
	position: relative;
	display: block;
	font-size: 12px;
	height: 25px;
  color: #000;
  margin-top: 20px;
}




#footer{
	box-sizing: border-box;
	letter-spacing: .1em;
	width: 100%;
	color: #000;
	padding :50px 20px;
	font-size: 12px;
	font-weight: 100;
	line-height: 1.58;
  border-top: 1px solid #fff;

}
.footer_company{
  /* text-align: center; */
}

#footer .site-info{
	font-size: 10px;
	margin-top: 20px;
	justify-content: space-between;
	align-items: center;
	text-align: center;
}
.site-info-wrap{
  display: flex;
}

#footer .site-info p{padding: 0;
	margin-top: 1em;
}

#footer .site-info ul{
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display : inline-flex;
	align-items: baseline;
}

/* #footer .site-info ul *{display: block;} */
/* #footer .site-info ul a{padding: .5em;} */



/* @media screen and (min-width: 768px) {
	#footer{padding:20px 20px 20px 50px;}
	#visi-service{padding: 60px 50px 0;
	border-left: 0px solid #666;
	border-right: 0px solid #666;
  margin-bottom:0;
  margin-top:100px ;
} */
	/* #visi-service ul{
	display: flex;
	flex-wrap: wrap;
	flex-flow:  column wrap;
  padding-bottom: 30px;
	height: 150px;}
	#visi-service ul li{padding: 0;}
	#footer{width: auto;}
	#footer .site-info{display: flex;}
	#footer .site-info p{padding: 0;
	margin-bottom: 0;}
} */


/* TOP */
.carousel {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  background-image: url(../img/top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80vh;
  margin-top: 164px;
}

.carousel::before{
    /* 透過した黒を重ねる */
    background-color: rgba(0,0,0,0.5);
    /* どの範囲に重ねるかを指定 */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: ' ';
}


.top_about_wrap{
  position: absolute;
  top: 50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.top_about_title{
  color: #fff;
  font-weight: 700;
  font-size: 30px;
}
.top_about_subtitle{
  font-size: 24px;
  color: #F5C51D;
  font-weight: 700;
}
.top_about_txt{
  color: #fff;
  font-weight: 700;
}
.top_about_img img{
  width: 350px;
  height: 150px;
}

.contact_btn_wrap{
  margin-top: 30px;
}

.contact_btn{
  background: #F5C51D;
    color: #c30d23;
    font-weight: 700;
    font-size: 20px;
    padding: 20px;
    margin-top: 30px;
    display: inline-block;
    width: 400px;
}
.contact_btn:hover{
  color: #F5C51D;
  background: #fff;
  border: 1px solid #F5C51D;
}



/* drawer */
.drawer-hamburger{
  top:40px;
}

.drawer-overlay{
  z-index: -1;
}

/* header */
header{
  top: 0;
}
.header_center{
  display: block;
}
.nav-menu{
  display: flex;
}

.header_wrap{
  display: flex;
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
  align-items:center;
  flex-direction: column;
}
.header_right{
  margin-left: auto;
  padding-top: 20px;
}

img.contact_icon{
  width: 30px;
}
.header_btn_wrap {
  display: flex;
}
.header_btn_wrap img{
  width: 50px;
}

.header_tel{

}
.header_tel img{
  width: 50px;
  display: block;
  margin: 0 auto;
}
.header_tel span{
  font-size: 10px;
}







/* about */

.about_wrap{
  margin-top: 30px;
}
.about_item{
  /* width: 30%; */
  background: #fff;
  padding: 5px;
  width: 80%;
  margin: 0 auto;
}
.about_item_img{
  text-align: center;
}
img.about_logo{
  text-align: center;
}
.about_item_title{
  text-align: center;
}
.about_title_wrap{
  display: flex;
}
img.point_image{
  width: 80px;
  height: 80px;
}

.about_span{
  font-size: 50px;
  color: #0065b0;
  font-weight: 700;
  margin-left: 30px;
}

.about_item_subtitle{
  color: #059392;
  font-size: 24px;
}

/* campaign */

.purchase_campaign{
  background: #fff;
  padding: 20px;
  width: 80%;
  margin: 0 auto;
}

.campaign_content{
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
}
.campaign_content img{
  width: 120px;
  height: 90px;
  margin-right: 20px;
}
.campaign_content span{
  color: #c30d23;
}
.campaign_list{
  display: inline-block;
  text-align: left;
}
.campaign_wrap{
  width: 100%;
  margin:30px auto 0;
  position: relative;
  max-width: 100%;
}

/* FLOW */
.flow_wrap{
  background: #fff;
  padding: 20px 0 20px 40px;
  text-align: left;
  width: 80%;
  margin:0 auto;
}
.flow_wrap span{
  font-size: 40px;
}
.flow_subtitle{
  font-size: 24px;
}
.flow_wrap img{
  margin: 10px 0;
  width: 40px;
  height: 30px;
}
.document_list{
  padding-left: 20px;
}
.document_list_title{
  font-weight: 700;
  list-style: square;
}
.document_list_item{
  list-style: inside;
}

/* example */

.example_card_title{
  color:#059392;
  margin-bottom: 20px;
  font-size: 24px;
}

.example_info{
  display: flex;
}
.example_wrap{
  position: relative;
  margin-bottom: 120px;
}
.example_info_wrap{
  /* position: absolute;
  left: 50%;
  transform: translateX(-50%); */
  width: 50%;
  margin: 10px auto 0;
}




/* lineup */
.lineup_btn{
  background: #F5C51D;
  padding: 20px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  display: inline-block;
  width: 400px;
}
.lineup_btn:hover{
  color: #F5C51D;
  background: #fff;
  border: 1px solid #F5C51D;
}

.lineup_btn_wrap{
 text-align: center;
}


/* option */
.option_title{
  margin-top: 20px;
}
.option_card{
  background: #fff;
  padding: 20px;
  width: 80%;
  margin:0 auto 30px;
}
.option_title{
  color: #059392;
  margin-bottom: 20px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.option_text{
  margin-bottom: 20px;
  text-align: center;
}

/* stock */
.stock_wrap{
  text-align: center;
}
.stock_card{
  background: #fff;
  margin-bottom: 50px;
  padding: 0 50px 50px;
}
.stock_card h3{
  color: #c30d23;
  font-size: 24px;
  font-weight: 700;
  padding: 20px;
}
.stock_card tr{
  background: #e6eef0 ;
  margin-bottom: 10px;
  padding: 20px;
}
td{
  font-weight: 700;
  padding: 10px;
  white-space: nowrap;

}






/* company */

.company_list{
  margin-left: auto;
  margin-right: auto;
}
.company_list dt{
  overflow: hidden;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 2rem;
  border-top: 1px solid #eee;
  text-align: left;
  font-weight: bold;
}
.company_list dd{
  width: 100%;
  margin-bottom: 3rem;
  line-height: 1.78em;
}

/* footer */
.footer_wrap{
  display: flex;
  justify-content: space-around;
  padding-top: 50px;
}



/* プライバシーポリシー */
.privacy dt{
  overflow: hidden;
  width: 100%;
  margin-bottom: 1rem;
  padding-top: 2rem;
  border-bottom: 1px solid #eee;
  text-align: left;
  font-weight: bold;
}
.privacy dd{
  margin-bottom: 3rem;
  line-height: 1.78em;
}

@media screen and (min-width:768px) {
/* PC用CSS記述 */

body{
  width:100%; /*ページ全体の幅は100%と指定する*/	
  text-align:center; /*ページ全体を中央揃えにする*/
}
#wrap,.wrap{ 
  width: 1100px;	   /*全体の幅を指定する*/  
  margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
  text-align:left;   /*全体を左揃えにする。*/
}

img.logo{margin:0px;}



textarea {
  padding:10px;
  font-size:18px;
  color:#444444;
  background:#FFFFE0;
}
form{
  width: 500px;
  margin: 0 auto;
}

textarea:focus {
    outline: none;
}

input[type=text]:focus {
    outline: none;
}

#text1{
    width: 100%; /*親要素いっぱい広げる*/
    padding: 10px 15px; /*ボックスを大きくする*/
    font-size: 16px;
    border-radius: 6px; /*ボックス角の丸み*/
    border: 2px solid #ddd; /*枠線*/
}








#footer {
	/* width:960px; */
	/* margin: 0 auto;    マージンの指定をする、ブラウザ対策 */
	/* text-align:left;   全体を左揃えにする。 */
	/* background:#666; */
	color:#000;
	padding:20px 20px 0;
}

/* hashimoto */


.contact_description{
  width: 50%;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  margin:0 auto;
  font-weight: 700;
}
.contact_description span{
  font-size: 12px;
  display: inline-block;
  margin-top: 20px;
}



}







@media screen and (max-width:768px) {
/* スマートフォン用CSS記述 */

body{
  width:100%; /*ページ全体の幅は100%と指定する*/	
  text-align:center; /*ページ全体を中央揃えにする*/
}
#wrap,.wrap{ 
  width: 95%;	   /*全体の幅を指定する*/  
  margin: 0 auto;    /*マージンの指定をする、ブラウザ対策*/
  text-align:left;   /*全体を左揃えにする。*/
}

img.logo{margin:0px;}

.section_title{
  font-size: 14px;
}

.section_subtitle{
  text-align: center;
}

textarea {
    width: 90%; /*親要素いっぱい広げる*/
  padding:10px;
  font-size:18px;
  color:#888888;
  background:#FFFFE0;
}

#text1{
    width: 90%; /*親要素いっぱい広げる*/
    padding: 10px 15px; /*ボックスを大きくする*/
    font-size: 16px;
    border-radius: 3px; /*ボックス角の丸み*/
    border: 2px solid #ddd; /*枠線*/
    box-sizing: border-box; /*横幅の解釈をpadding, borderまでとする*/
}


html{
  scroll-padding-top: 90px;
}

.floating{
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  width: 100%;
  display: none;
}
.floating img{
  width: 80px;
  height: 80px;
}


/*画像用カード*/

#cards {
  display: flex;
  justify-content: center;
}

.card {
  width: 300px;
  height: 315px;
  border: 1px solid lightgray;
}

.card:nth-child(2) {
  margin-right: 10px;
  margin-left: 10px;
}

.picture img {
  width: 100%;
  height: 100%;
}

.description {
  width: 100%;
  height: 145px;
  padding-right: 12px;
  padding-left: 12px;
  box-sizing: border-box;
}

.description p {
  font-size: 13px;
  color: dimgray;
}

/*画像用カード　ここまで*/


/*お問合せボタン*/
.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

#footer {
	width:100%;
	background:#000;
	padding:20px 20px 0;
}


/* hashimoto */

/* 共通 */
.section_title{
  margin: 20px auto;
  font-size: 18px;
  width: 80%;
  padding-top: 30px;
}

.section_title::before{
  border-top: 1px solid #059392;
}

.contact_description{
  font-size: 14px;
  margin:0 auto;
  text-align: center;
}
.contact_description span{
  font-size: 12px;
  display: inline-block;
  margin-top: 10px;
}

.banner_wrap img{
  width: 350px;
  height: 120px;
}

.sm-only{
  display: inline-block;
}

/* カルーセル */

.carousel {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  background-image: url(../img/top.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 60vh;
  margin: 0;
  margin-top: 84px;
}
.box{
  position: absolute;
  width: 100%;
  max-width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  height: 60vh;
  margin: 0;
}
.top_btn{
  position: absolute;
    font-size: 12px;
    white-space: nowrap;
    top: 200px;
    font-weight: 700;
    padding: 10px;
}
.top_about_img img {
  width: 180px;
  height: 70px;
}
.top_about_title{
  font-size: 14px;
}
.top_about_subtitle{
  font-size: 14px;
}
.top_about_txt{
  font-size: 10px;
}
.contact_btn{
  font-size: 12px;
  width: 200px;
  padding: 10px;
  margin-top: 0;
}

/* header */
.pc-only{
  display: none;
}
.drawer-hamburger{
  top:10px;
}


img.logo{
  width: 150px;
  height: 56px;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background-color:#059392;
  height: 1px;
}

.about_item_title{
padding: 0;
margin-bottom: 10px;
}
img.point_image{
  width: 40px;
  height: 40px;
}



.about_span{
  font-size: 18px;
  line-height: 2.0em;
  margin-left: 10px;
}
.about_item_subtitle {
  font-size: 14px;
}
.section_subtitle{
  font-size: 14px;
  margin: 20px auto;
  width: 95%;
  text-align: left;
}
.about_item_text{
  font-size: 15px;
}

img.about_logo{
  width: 200px;
  height: 40px;
}

.drawer-nav{
  background:#F5C51D ;
}
.drawer-menu-item{
  color: #fff;
}
.drawer-brand{
  color: #fff;
}

/* campaign */
.campaign_content{
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  
}

.campaign_content img {
  width: 60px;
  height: 40px;
  margin-right: 10px;
}

.purchase_campaign{
  width: 80%;
}
/* FLOW */
.flow_wrap{
  background: #fff;
  padding: 20px 10px 20px 10px;
  text-align: left;
  width: 90%;
}
.flow_wrap span{
  font-size: 30px;
}

.flow_wrap img{
  margin: 10px 0;
  width: 40px;
  height: 30px;
}

.flow_subtitle{
  font-size: 16px;
}

/* example */
.example_wrap{
  margin-bottom: 50px;
}
.example_info_wrap{
  width: 100%;
}

.example_wrap img{
  width: 300px;
  height: 200px;
}
.example_card_title{
  color:#059392;
  margin-bottom: 10px;
  font-size: 16px;
}

.example_info{
  margin-bottom: 10px;
  display: block;
}


.example_info dd{
  margin-left: 10px;
}


/* maker */

.option_title{
  font-size: 16px;
  margin-bottom: 10px;
}
.option_text{
  font-size: 12px;
  margin-bottom: 10px;
  text-align: left;
}
.option_card{
  padding: 10px;
  margin-bottom: 15px;
}
.lineup_btn{
  width: 200px;
  padding: 10px;
  font-size: 12px;
}

.option_wrap{
  padding-bottom: 100px;
}


/* footer */

.menu{
  display: block;
  text-align: left;
  font-weight: 700;
}
.menu_link{
  position: relative;
}

.menu_link::before{
  content:'';
  position: absolute;
  left:-15px;
  top:5px;
  width:6px;
  height:6px;
  border-top: 2px solid;
  border-right:2px solid;
  transform: rotate(135deg);
}

.footer_wrap{
  display: block;
  padding-top: 0;
}


.footer_company a{
  margin-top: 0;
}
#footer{
  background: #F5C51D;
  border-top: 1px solid #fff;
}
.site-info-wrap{
  display: block;
}
.site-info-wrap li{
  margin-bottom: 10px;
}
#footer .site-info ul{
  display: block;
}

/* フッタープルダウン用CSS */
.drop_menu_item{
  margin-left: 0;
}

#visi-service ul li a{
  margin-top: 30px;
}
#visi-service ul li{
  padding: 0;
}
.menuSub{
  left: 25%;
}


/* お問い合わせバナー */
.contact_banner{
  background: #fff;
    padding: 20px;
    width: 90%;
    margin: 30px auto 0;
}
.contact_banner_top{
  background: #0065b0;
  padding: 10px;
  color: #fff;
  border-radius: 100px;
  font-weight: 700;
  width: 90%;
  margin:0 auto;
  font-size: 10px;
}
.contact_banner_wrap{
  margin-top: 10px;
  justify-content: center;
}
.form_btn_wrap{
  padding: 10px;
  font-size: 12px;
  margin: 0 auto 10px;
  align-items: center;
  width: 100%;
}
.form_btn_wrap:hover{
  opacity: 0.8;
}
.form_btn_wrap img{
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}
.form_btn_wrap a{
  color: #fff;
  font-size: 12px;
  width: 150px;
}
.form_btn_wrap a span{
  display: block;
}

.form_btn_wrap span{
  font-size: 8px;
}
.contact_logo{
  text-align: center;
  width: 100px;
  height: 50px;
}

}


