html {
  font-size: 62.5%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
body {
  font-size: 1.6rem;
  font-family: 'Avenir', 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', YuGothic, 'Yu Gothic', 'ヒラギノ角ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.6;
  color: rgba(75, 75, 75, 1);
  overflow-x: hidden;
}
ul, ol, li {
  list-style-type: none;
}
a {
  color: rgba(75, 75, 75, 1);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.max_1024 {
  max-width: 1024px;
  margin: 0 auto;
}
/* GoogleMapレスポンシブ対応 */
.map-wrap {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* 文字揃え */
.alignleft {
  text-align: left;
}
.aligncenter {
  text-align: center;
}
.alignright {
  text-align: right;
}
.none {
  display: none;
}
.sm_only {
  display: block;
}
.sm_only_line {
  display: inline;
}
.no_pc {
  display: block;
}
.pc_only {
  display: none;
}
.wrap{
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
/* 文字スタイル */
.fs30{
	font-size:30px;
}
.fs20{
	font-size:20px;
}
.fs15{
	font-size:15px;
}
.bold{
	font-weight: bold;
}
header{/*
  margin-top: 10px;
  margin-bottom: 10px;*/
}
.header_box{
	position: fixed;
	top: 0;
    z-index: 30;
    background-color: #FFFF;
    width: 100%;
    padding: 8px 0;
}
.flex{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.flex h1{
  flex:0 0 90px;
  padding-right: 20px;
}
.flex .gnavi{
  flex:1 1 100px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.gnavi li{
  text-align: center;
  width: 7em;
}
/*slider/////////////////////////////////*/
.slider_box{
	position: relative;
	margin: 91px 0 0 0;
  width: 100%;
}
.top_slider li img{
	width: 100%;
	object-fit: cover;
}
.slider_btn{
  width: 90%;
  margin: 0 auto;
}
.slider_item{
	text-align: center;
	position: absolute;
	top: 160px;
	left: 0;
	right: 0;
	color: #fff;
	font-weight: bold;
	font-family: ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;
}
.slider_item h2{
  text-align: center;
	text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
	padding-bottom: 90px;
	width: 90%;
	margin: 0 auto;
}
.slider_title{
	font-size: 2.0rem;
}
.slider_btn a{
	display: block;
  min-height: 42px;
  width: 100%;
  padding: 10px 20px;
	margin: 0 auto;
	color: #fff;
	font-size:1.6rem;
	line-height: 1.4;
    border-radius: 5px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    background-color: rgba(232, 0, 0, 1);
    background-image: url(img/top/indented_bg.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    border: solid rgba(255, 255, 255, 1) 0px;
}
.slider_btn a:hover{
	text-decoration: none;
	background-color: #244b73;
}
/*top_voice_header/////////////////////////////////*/
.voice_header{
	padding: 50px 0;
}
.voice_header_list{
  margin-bottom: 40px;
}
.voice_header_title{
	padding-bottom: 50px;;
}
.voice_header_img{
	margin-bottom: 40px;
}
.voice_header_img img{
	object-position: 50% 50%;
    width: 68px;
    height: 80px;
    object-fit: cover;
}
.voice_header_box .flex{
  display: flex;
  flex-direction:column;
  justify-content: flex-start;
}
.voice_header_box{
	align-items: baseline;
	justify-content: space-between;
}
.voice_header_text{
	margin-bottom: 40px;
  text-align: justify;
}
.voice_header_list dt img{
	object-position: 50% 50%;
    object-fit: cover;
	text-align: center;
}
.voice_header_list_character img{
    width: 132px;
    height: 154px;
}
.voice_header_list_map img{
	width: 166px;
    height: 154px;
}
.voice_header_list_sp img{
	width: 84px;
    height: 162px;
}
.voice_header_list_taxi img{
	width: 210px;
    height: 146px;
}
.voice_header_list dt{
	text-align: center;
}
.voice_header_list dd{
	padding-top: 20px;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

/*voice_main/////////////////////////////////*/

.voice_main{
	padding: 50px 0;
	background-color: #404040;
	color: #FFF;
}
.voice_main_tile{
  font-size: 2.2rem;
	padding-bottom: 50px;
}
.voice_main_text{
  font-size: 1.6rem;
  text-align: justify;
}

/*footer/////////////////////////////////*/
footer{
	background-color: #191919;
	padding: 45px 0;
	color: #999999;
}
footer .flex {
  display: flex;
  flex-direction: row;
  justify-content:center;
  flex-wrap: wrap;
  align-items: center;
}
.footer_img{
  flex:0 0 120px;
}
.footer_img img{
	border-radius: 50%;
  width: 120px;
  height: 120px;
  object-fit:contain;
  object-position: 50% 50%;
}
.footer_text{
	margin: 0 0 0 30px;
  font-size: 1.5rem;
  flex:1 1 auto;
}
.sns_link{
  flex:1 1 100%;
  text-align: center;
}
.sns_link img{
  margin: 20px 5px 0;
  width: 50px;
}
/* ちょっと聞いてみよう */
.sampleguide h2{
  text-align: center;
  color: #f00;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 30px 0;
}
.sampleguide .flex{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin: 40px auto;
  background: #000;
  padding: 20px 10px;
}
.sampleguide .flex img{
  width: 150px;
  margin-right: 10px;
}
.sampleguide .flex div{
  color: #fff;
  width: 400px;
}
.sampleguide h3{
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 30px 0;
}
/* みんなをハッピー */
.happybox{
  width: 90%;
  max-width: 1024px;
  margin: 40px auto 60px;
  display: flex;
  flex-direction:column;
  justify-content:center;
}
.happybox dl{
  border:1px solid #ccc;
  border-radius: 5%;
  width: 100%;
  margin-bottom: 20px;
}
.happybox dl dt{
  color:#000;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  padding: 20px 20px 10px 20px;
}
.happybox dl dt::after{
  display: block;
  content: "";
  width: 40px;
  height: 48px;
  margin: 0 auto;
  background-image:url("img/top/otono.jpg");
  background-size: cover;
}
.happybox dl dd{
  color:#000;
  font-size: 1.6rem;
  text-align:justify;
  padding: 10px 20px 20px 20px;
}
/* 導入実績 */
.performance h2{
  text-align: center;
  font-size: 3.0rem;
  font-weight: bold;
  margin: 30px 0;
}
/* 受賞歴 */
.award h2{
  text-align: center;
  font-size: 3.0rem;
  font-weight: bold;
  margin: 30px 0;
}
.award .flex{
  flex-direction: row;
  justify-content:space-around;
  width: 100%;
}
.award .flex>span{
  flex:0 0 45%;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.2;
  margin-bottom: 50px;
}
/* facebook */
.facebook{
  width:100%;
  max-width: 500px;
  margin: 40px auto;
}
@media screen and (min-width:768px){
.sm_only {
  display: none;
}
.sm_only_line {
  display: none;
}
.no_pc {
  display: none;
}
.pc_only {
  display: block;
}
.wrap{
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
.flex{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.top_slider li img{
	width: 100%;
	min-width: 1296px;
	height: 500px;
	object-fit: cover;
}
.slider_item{
	text-align: center;
	position: absolute;
	top: 160px;
	left: 0;
	right: 0;
	color: #fff;
	font-weight: bold;
	font-family: ヒラギノ角ゴ pro w3,hiragino kaku gothic pro,sans-serif;
}
.slider_item h2{
	text-shadow: rgba(0, 0, 0, 0.4) 0px 4px 5px;
	padding-bottom: 90px;
	width: 980px;
	margin: 0 auto;
}
.slider_title{
	font-size: 50px;
}
.slider_btn a{
	display: block;
  width: 956px;
	margin: 0 auto;
	color: #fff;
	font-size:30px;
	line-height: 2.5;
    border-radius: 5px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
    background-color: rgba(232, 0, 0, 1);
    background-image: url(img/top/indented_bg.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    border: solid rgba(255, 255, 255, 1) 0px;
}
.slider_btn a:hover{
	text-decoration: none;
	background-color: #244b73;
}
/*top_voice_header/////////////////////////////////*/
.voice_header_box .flex{
  flex-direction:row;
  justify-content: space-between;
}
.voice_header{
	padding: 50px 0;
}
.voice_header_title{
	padding-bottom: 50px;;
}
.voice_header_img{
	margin-bottom: 40px;
}
.voice_header_img img{
	object-position: 50% 50%;
    width: 68px;
    height: 80px;
    object-fit: cover;
}
.voice_header_box{
	align-items: baseline;
	justify-content: space-between;
}
.voice_header_text{
	margin-bottom: 40px;
}
.footer_text{
	margin: 0 0 0 30px;
  font-size: 1.6rem;
  flex:0 0 400px;
}
.sns_link{
  flex:1 1 auto;
  text-align: right;
}
/* ちょっと聞いてみよう */
.sampleguide h2{
  font-size: 3.0rem;
}
.sampleguide h3{
  font-size: 3.0rem;
}
/* みんなをハッピー */
.happybox{
  width: 100%;
  max-width: 1024px;
  margin: 40px auto 60px;
  display: flex;
  flex-direction: row;
  justify-content:space-around;
}
.happybox dl{
  border:1px solid #ccc;
  border-radius: 5%;
  width: 30%;
}
.happybox dl dt{
  color:#000;
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  padding: 20px 20px 10px 20px;
}
.happybox dl dt::after{
  display: block;
  content: "";
  width: 40px;
  height: 48px;
  margin: 0 auto;
  background-image:url("img/top/otono.jpg");
  background-size: cover;
}
.happybox dl dd{
  color:#000;
  font-size: 1.6rem;
  text-align:justify;
  padding: 10px 20px 20px 20px;
}
/* 受賞歴 */
.award .flex>span{
  flex:0 0 300px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.2;
  margin-bottom: 50px;
}
}