@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.6em;
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  color: #535761;
  -webkit-text-size-adjust: 100%;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #333;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}


/* ----------------------------------------------

 * 要素を左右中央寄せ

---------------------------------------------- */

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

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}



*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:960px){.sp_none{display:none !important;}}


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

@media only screen and ( max-width : 960px ) {
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 30px;
  }
  section {
    padding: 100px 0;
  }
}

@media only screen and ( max-width : 480px ) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and ( max-width : 374px ) {
  .container {
    padding: 0 10px;
  }
}

@media print, screen and ( min-width : 961px ) {
  .sbox {
    margin-bottom: 25px;
  }
  .container {
    width: 100%;
	padding: .8em;
  }
  section {
    padding: 200px 0;
  }
}

/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

#header {
  z-index: 99;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(255,255,255,.9);
}

#gNav a:hover {
  color: #999;
}
nav li a {
  font-size: 1.2rem;
}
nav .sub-menu,.mean-container .mean-nav ul ul {
  background: #fff;
  background-image: linear-gradient(to top, #C0D7D7 0%, #C0D7D7 100%);
}
@media only screen and ( max-width : 960px ) {
  #header {
    padding: 10px 0;
    height: 90px;
  }
  .h_logo {
    width: 300px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 100;
  }
  #gNav .nav {
    overflow-y: auto;
    height: 100vh;
  }
  .mean-nav .container {
    padding: 0;
  }
  nav li .fa {
    display: none;
  }
#head_tel {
display: none
}
}

@media print, screen and ( min-width : 769px ) {
  #header {
    height: 147px;
  }
  .h_logo img {
    width: 400px;
	margin-top: -1em;
	margin-left: 10%;
  }
#head_tel {
text-align: right;
font-size: 150%;
font-weight: bold;
}
#head_tel a {
color: #0D8ABA;
}
  #h_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 1em;
  }
  #gNav ul {
    position: relative;
    display: flex;
  }
  #gNav li {
    position: relative;
    margin-right: 1.5em;
  }
  #gNav li:last-child {
    margin-right: 0;
  }
  #gNav li i {
    font-size: 16px;
    margin-left: 5px;
	color: #B0090C;
  }
  #gNav li a {
    position: relative;
    display: block;
    text-align: center;
    line-height: 80px;
  }
  #gNav .sub-menu {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    display: block;
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  }
  #gNav .sub-menu a {
    display: block;
    border-bottom: none;
    padding: 15px;
    line-height: 1.2em;
  }
  #gNav .sub-menu a:hover:after {
    content: none;
  }
  #gNav .sub-menu li {
    display: block;
    font-size: 16px;
    padding: 0;
    margin: 0;
  }
  #gNav .sub-menu li:last-child {
    border-bottom: none;
  }
  #gNav ul > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  #gNav ul > li:hover a,#gNav .current-menu-item a,#gNav .current-menu-parent a {
    color: #bfd0ff;
  }
  #gNav li:hover ul.sub-menu {
    top: 80px;
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
  #gNav li ul li:after {
    content: none;
  }
 #gNav li:hover ul.sub-menu a {
    color: #111;
  }
  #gNav .sub-menu li a:hover {
    background: #27708C;
	color: #FFF !important;
  }
  #gNav .contact_btn a:hover {
    color: #fff;
  }
}

/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
footer {
  padding: 80px 0 0; }
  footer .box {
    max-width: 1100px;
    margin: 0 auto 30px;
    overflow: hidden; }
    footer .box .item {
      width: 21%;
      margin: 0 2%;
      float: left;
      font-size: 1.1em; }
      footer .box .item ul {
        margin: 0 0 30px; }
        footer .box .item ul li {
          margin: 0 0 8px; }
        footer .box .item ul h4 {
          border-bottom: solid 1px #4594c7;
          font-size: 1.1em;
          margin: 0 0 10px;
          padding: 0 0 5px; }
  footer .bottom {
    overflow: hidden;
    padding: 80px 0 40px;
    background: #f2f7fc; }
    footer .bottom .wp {
      max-width: 1100px;
      width: 90%;
      margin: 0 auto;
      overflow: hidden; }
      footer .bottom .wp .box {
        width: 50%;
        float: left; }
        footer .bottom .wp .box h2 {
          width: 220px;
          height: auto;
          margin: 0 0 10px; }
          footer .bottom .wp .box h2 img {
            width: 100%;
            height: auto; }
        footer .bottom .wp .box .btn {
          margin: 0 0 30px;
          text-align: right; }
        footer .bottom .wp .box .copy {
          text-align: left;
          font-size: .8em; }
@media only screen and ( max-width : 960px ) {
footer {
    padding: 0; }
    footer .bottom {
      background: none;
      padding: 80px 0 30px; }
      footer .bottom .wp .box {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 auto 20px; }
        footer .bottom .wp .box .btn {
          text-align: center; }
        footer .bottom .wp .box h2 {
          width: 55%;
          margin: 0 auto 20px; }
        footer .bottom .wp .box .copy {
          font-size: .8em;
          text-align: left; }
}



/* ---------------------------------------------------------------------------------------------

　   CONTENTS

--------------------------------------------------------------------------------------------- */
#main p {
  word-break: break-all;
}

section {
  text-align: center;
}

#sec01 {
  background: #cadffa;
}
#sec02 {
  background: #99c1f3;
}
#sec03 {
  background: #7ea7d9;
}
#sec04 {
  background: #618bbe;
}
.btn {
  display: block;
  background: #fff;
  color: #618bbe;
  padding: 0.8em 1em;
  text-align: center;
  margin: 0 auto;
  border-radius: 100px;
}
.btn:before {
  content: "\f104";
  font-family: "FontAwesome";
  margin-right: 5px;
}
@media only screen and ( max-width : 960px ) {
  #main {
    padding-top: 58px;
  }
  .btn {
    width: 60%;
  }
}

@media only screen and ( max-width : 480px ) {
  .btn {
    width: 100%;
  }
}

@media print, screen and ( min-width : 769px ) {
  #main {
    padding-top: 80px;
  }
  .btn {
    width: 300px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   採用ページ

--------------------------------------------------------------------------------------------- */

#saiyo_img {
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 0;
	padding-top: calc(600 / 1000 * 100%);
	margin: -2em auto 0 auto;
	text-indent: -10000px;
}

#intro {
margin:3em auto;
text-align: center;
width: 70%;
}
#intro h3,#fini h3 {
text-align: center;
font-size: 150%;
margin-bottom: 1em;
}
#intro p,#fini p {
text-align: left
}
#fini {
margin:3em auto;
text-align: center;
width: 40%;
}
@media only screen and ( max-width : 960px ) {
#saiyo_img {
	background-size: auto;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 0;
	padding-top: calc(900 / 1000 * 100%);
	margin: auto auto 0 auto;
	text-indent: -10000px;
}
#intro,#fini {
margin:2em auto;
text-align: center;
width: 100%;
padding: .8em;
}
}
.jigyosho {
margin: 4em auto 2em auto;
text-align: left;
width: 50%;
}
.jigyosho h3 {
font-size: 150%;
border-left: 8px solid #64C1DB;
padding: .2em 0 .2em .5em;
}
.jigyosho table {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 100%;
	margin: auto;
	border-collapse: collapse;
	border-spacing: 0;
}
.jigyosho h4 {
	text-align: left;
	background: #D9EFF1;
	padding: .5em;
	display: inline-block;
	margin: 2em auto 1em auto;
}
.jigyosho h5 {
	color: #FFF;
	display: inline-block;
	margin:-2em auto !important;
}
.jigyosho table th {
	background: #f4f4f4;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #ccc;
	width: 30%;
	padding: 5px;
	font-weight: 500;
	vertical-align: middle;
}
.jigyosho table td {
	padding: 7px;
	width: auto;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.page_anc {
padding-top: 150px;
  margin-top: 150px;;
}
.oubo_btn {
text-align: center;
margin: 2em auto;
width: 100%;
}
.oubo_btn a {
background: #2084A1;
display: inline-block;
color: #FFF;
padding: 1em 2em;
}
.oubo_btn a:hover {
opacity: .7
}
#oubo_form {
margin: 3em auto;
width: 40%;
}
#oubo_form h3 {
font-size: 200%;
text-align: center;
}

#oubo_form dl {
	display: inline-block;
	border: none;
	font-size: 100%;
	margin: 2em auto;
	padding: 0em;
	text-align: left;
	width: 80%;
	line-height: 2em;
}

#oubo_form dt {
	font-weight: 600;
	text-align: left;
margin-bottom: .2em;
margin-left: .5em;
}
#oubo_form dt i {
color: #888888;
}
#oubo_form dd {
	width: auto;
	font-weight: normal;
	text-align: left;
	padding: 1em;
	margin-bottom: 1em;
}
#oubo_form dd:last-child {
margin: 0;
}
#oubo_form dd input[type="text"],input[type="email"],input[type="url"],input[type="tel"] {
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
   color: #454545;
   font-size:100%;
	border: 1px solid #ABABAB !important;
    border-radius: 5px;
	padding: .5em;
text-align: left;
	box-sizing: border-box;
}
#oubo_form dd textarea {
	font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
   padding: .5em;
   color: #606060;
   font-size:100%;
	border: 1px solid #ABABAB;
     border-radius: 5px;
text-align: left;
	width: 100%;
}

/*クリックした時の線の色*/
#oubo_form dd input:focus,#oubo_form dd select:focus,#oubo_form dd textarea:focus {
  outline:#668EC3 1px solid;
}

#oubo_form dd input:focus::-webkit-input-placeholder {
	color: transparent;
}
#oubo_form dd input:focus::-moz-placeholder {
	color: transparent;
}
#oubo_form dd input:focus::-ms-input-placeholder {
	color: transparent;
}
#oubo_form dd input:focus::placeholder {
	color: transparent;
}
#oubo_form dd #select,dd #pay,dd #page {
	border: 1px solid #ABABAB;
font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3”, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
	-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  padding: .5em;
  vertical-align: middle;
  font-size:100%;
  color: inherit;
 border-radius: 20px;
}
#oubo_form dd.custom {
  overflow: hidden; /* 伸ばした分を隠す */
}
#oubo_form dd.custom > select {
  width: 130%; /* UI分を伸ばす */
}
.requ {
background: #B34244;
	color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    padding: .2em .4em .2em .4em;
	margin-left: 1em;
}
#w_name {
	width: 50%;
}
#w_mail {
	width: 70%;
}
#w_zip {
	width: 20%;
}
#w_add {
	width: 100%;
}
#w_phone,#w_lic {
	width: 40%;
}
#w_live {
	width: 70%;
}
#oubo_submit {
	text-align: center !important;
	margin: 1em auto !important;
	width: auto;
}
.oubo_submit input {
	background: #2f4c5c !important;
	font-size: 100%;
	padding: 1em;
	color: #FFFFFF;
	cursor: pointer;
	margin: 2em auto 0 auto;
border: none;
border-radius: 5px;
-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out; 
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    text-align: center !important;
}
.oubo_submit input:hover {
	background: #6f8a98 !important;
}
#oubo_form_radio input,#oubo_form_radio_wa input {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

#oubo_form_radio label,#oubo_form_radio_wa label {
  position: relative;
  padding-left: 25px;
  font-size: 18px;
  cursor: pointer;
}

#oubo_form_radio label:before,#oubo_form_radio_wa label:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: solid 2px #ccc;
  transition: all cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}

#oubo_form_radio input:checked + label:before,
#oubo_form_radio input:focus + label:before,#oubo_form_radio_wa input:focus + label:before {
  border-color: #56A8DE;
}

#oubo_form_radio label:after,#oubo_form_radio_wa label:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: #56A8DE;
  border-radius: 50%;
  color: transparent;
  transform: scale(0);
  transition:
    transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,
    color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
}

#oubo_form_radio input:checked + label:after,#oubo_form_radio_wa input:checked + label:after {
  transform: scale(1);
}
#area_set_select {
	-moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 1em auto 2em auto !important;
  padding: 1em 0.5em 1em 0.5em;
  vertical-align: middle;
  font-size:100%;
  color: inherit;
display: inline-block !important;
cursor: pointer;
}

#to_top {
margin: 2em auto 2em auto;
text-align: center;
}
#to_top a {
color: #419EC3;
}
#to_top a:hover {
color: #CB961C;
}
.mt10 {
margin-top: 1em;
}
.mt20 {
margin-top: 2em;
}
.center {
text-align: center
}

#bNav {
  background: #f2f7fc;
  padding: 60px 0; }
  #bNav .box {
    width: 1040px;
    margin: 0 auto;
    overflow: hidden; }
  #bNav ul {
    width: 1100px; }
    #bNav ul li {
      width: 160px;
      float: left;
      margin: 0 60px 0 0;
      text-align: center; }
      #bNav ul li a {
		  -webkit-transition: all .5s;
transition: all .5s;
        color: #4594c7; }
        #bNav ul li a h3 {
          padding: 15px 0 0;
          font-size: 1.1em;
          letter-spacing: 0.03em; }
      #bNav ul li img {
        display: block;
        width: 160px;
        height: 160px;
        border-radius: 100px;
        overflow: hidden; }
#bNav ul li a:hover {
	color: rgba(219,144,0,1.00);
}
@media screen and (max-width: 1040px) {
  #bNav .box {
    width: 900px;
    margin: 0 auto;
    overflow: hidden; }
  #bNav ul {
    width: 1000px; }
    #bNav ul li {
      width: 160px;
      float: left;
      margin: 0 40px 0 0;
      text-align: center; } 
}
@media screen and (max-width: 1023px) {
#topWrapper #bNav ul {
    width: 90%;
    margin: 0 auto; }
    #topWrapper #bNav ul li {
      width: 120px;
      margin: 0 10px 0; }
      #topWrapper #bNav ul li img {
        width: 120px;
        height: 120px; }
#wrapper #bNav .box,
  #topWrapper #bNav .box {
    width: 90%;
    margin: 0 auto; }
	#wrapper #bNav .box ul,
    #topWrapper #bNav .box ul {
      width: 100%; }
	#wrapper #bNav .box ul li,
      #topWrapper #bNav .box ul li {
        width: 100%;
        float: none;
        margin: 0 0 10px; }
	#wrapper #bNav .box ul li a,
        #topWrapper #bNav .box ul li a {
          display: block;
          background: #4594c7;
          color: #fff;
          height: 70px;
          border-radius: 40px;
          box-sizing: border-box;
          padding: 10px;
          position: relative; }
	#wrapper #bNav .box ul li a::after,
          #topWrapper #bNav .box ul li a::after {
            position: absolute;
            right: 25px;
            top: 28px;
            font-family: "Font Awesome 5 Free";
            content: "\f105";
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            font-weight: 900;
            font-size: 1.3em; }
	#wrapper #bNav .box ul li a img,
          #topWrapper #bNav .box ul li a img {
            width: 50px;
            height: 50px; }
	#wrapper #bNav .box ul li a h3,
          #topWrapper #bNav .box ul li a h3 {
            position: absolute;
            left: 80px;
            top: 8px;
            font-size: 1.2em; }
}
@media screen and (max-width: 960px) {
  #bNav .box {
    width: 100%;
    margin: 0 auto;
    overflow: hidden; }
  #bNav ul {
    width: 850px; }
    #bNav ul li {
      width: 140px;
      float: left;
      margin: 0 30px 0 0;
      text-align: center; }
      #bNav ul li img {
        height: 140px;
        width: 140px; 
}
#oubo_form {
margin: 3em auto;
width: 100%;
padding: 0;
}
#oubo_form dl {
width: 100%;
}
#oubo_form dd textarea {
	width: 100%;
}
#w_c_name {
	width: 100% !important;
}
#w_name {
	width: 100% !important;
}
#w_mail {
	width: 100% !important;
}
#w_zip {
	wwidth: 50% !important;
}
#w_add {
	width: 100% !important;
}
#w_phone {
	width: 80% !important;
}
#w_live {
	width: 100% !important;
}
#w_url {
	width: 100% !important;
}
#submit {
	text-align: center;
	margin: 2em auto 2em auto;
}
}


@media screen and (max-width: 767px) {
#bNav .box,
  #topWrapper #bNav .box {
    width: 90%;
    margin: 0 auto; }
#bNav .box ul,
#bNav .box ul {
      width: 100%; }
#bNav .box ul li,
      #topWrapper #bNav .box ul li {
        width: 100%;
        float: none;
        margin: 0 0 10px; }
#bNav .box ul li a,
        #topWrapper #bNav .box ul li a {
          display: block;
          background: #4594c7;
          color: #fff;
          height: 70px;
          border-radius: 40px;
          box-sizing: border-box;
          padding: 10px;
          position: relative; }
#bNav .box ul li a::after,
          #topWrapper #bNav .box ul li a::after {
            position: absolute;
            right: 25px;
            top: 28px;
            font-family: "Font Awesome 5 Free";
            content: "\f105";
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            font-weight: 900;
            font-size: 1.3em; }
#bNav .box ul li a img,
          #topWrapper #bNav .box ul li a img {
            width: 50px;
            height: 50px; }
#bNav .box ul li a h3,
          #topWrapper #bNav .box ul li a h3 {
            position: absolute;
            left: 80px;
            top: 8px;
            font-size: 1.2em; }
.spNone {
    display: none;
}
}


@media only screen and ( max-width : 960px ) {
.jigyosho {
width: 100%;
padding: .8em
}
}
