@charset "UTF-8";
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.button-info,
.button-success,
.button-error,
.button-warning,
.button-secondary {
  color: white;
  border-radius: 4px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.button-info {
  background: #b8f1f8;
  /* this is a light blue */
}

.button-success {
  background: #02d4c2;
}

.button-error {
  background: #ca3c3c;
  /* this is a maroon */
}

.button-warning {
  background: #df7514;
  /* this is an orange */
}

.button-secondary {
  background: #42b8dd;
  /* this is a light blue */
}

.button-big {
  font-size: 150%;
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .button-big {
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 8px;
    text-align: right;
  }
}

.button-case {
  font-size: 150%;
  padding-left: 100px;
  padding-right: 100px;
  border-radius: 20px;
  text-align: right;
}

.badge, .require {
  font-size: 75%;
  line-height: 1;
  display: inline-block;
  padding: .35em .4em;
  text-align: center;
  vertical-align: baseline;
  color: #fff;
  border-radius: .25rem;
}

.badge-danger, .require {
  background-color: #de4b4b;
}

.alert {
  margin-bottom: 1rem;
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

.alert-danger {
  color: #a94442;
  border-color: #ebcccc;
  background-color: #f2dede;
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:placeholder-shown {
  color: #c9c9c9;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #c9c9c9;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #c9c9c9;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #c9c9c9;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #c9c9c9;
}

.spOnly {
  display: none;
}
@media screen and (max-width: 768px) {
  .spOnly {
    display: block;
  }
}

.spOnlyI {
  display: none;
}
@media screen and (max-width: 768px) {
  .spOnlyI {
    display: inline;
  }
}

.pcOnly {
  display: block;
}
@media screen and (max-width: 768px) {
  .pcOnly {
    display: none;
  }
}

.pcOnlyI {
  display: inline;
}
@media screen and (max-width: 768px) {
  .pcOnlyI {
    display: none;
  }
}

strong.red {
  font-weight: normal;
  color: red;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
	body {
		padding-top: 24vw;
}
}
#headmenu {
  width: 100%;
  height: 100px;
  margin: 0 auto 0 auto;
  background-color: white;
}
@media screen and (max-width: 768px) {
  #headmenu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    height: 24vw;
  }
}
@media screen and (min-width: 769px) {
  #headmenu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    border-bottom: 2px solid #00a497;
    box-shadow: 0 2px 1px #00a4972b;
  }
}
#headmenu .inner {
  width: 1000px;
  height: 100px;
  margin: 0 auto 0 auto;
  padding: 0;
  position: relative;
  z-index: 1;
  background-color: white;
}
@media screen and (max-width: 768px) {
  #headmenu .inner {
    width: 100%;
    height: 70px;
  }
}
#headmenu .inner .logoSp {
  position: absolute;
  width: 220px;
  height: 70px;
  top: 0;
  left: 0;
}
#headmenu .inner .logoSp h2 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
#headmenu .inner .logoSp h2 img {
  width: 220px;
  height: 70px;
}
#headmenu .inner .logoPc {
  position: absolute;
  width: 202px;
  height: 50px;
  top: 6px;
  left: 63px;
}
#headmenu .inner .logoPc h2 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
#headmenu .inner .logoPc h2 img {
  width: 202px;
  height: 50px;
}
#headmenu .inner .menu {
  position: absolute;
  width: 1000px;
  top: 0;
  left: 90px;
  font-size: 13px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #headmenu .inner .menu {
    width: calc(100% - 90px);
  }
}
#headmenu .inner .menu h3, #headmenu .inner .menu h4 {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  font-weight: normal;
}
#headmenu .inner .menu h3 {
  font-weight: bold;
}
#headmenu .inner .menu .section .section_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
#headmenu .inner .menu .section ul {
  margin: 0;
  padding: 0;
  line-height: 1;
  list-style: none;
}
#headmenu .inner .menu .section li {
  line-height: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}

#anniversary {
  position: absolute;
  top: 6px;
  right: 570px;
}

#language{
	width: 120px;
	position: absolute;
  top: 12px;
  right: 10px;
}

#headcontact{
  position: absolute;
  top: 5px;
  right: 140px;
  width: 180px;
}

#headcontact img{
width: 100%;
}


@media screen and (max-width: 768px) {
  #language {
	width: 60px;
	position: absolute;
  top: 13.5vw;
  right: 22vw;
  font-size: 0.8rem;
  z-index: 1000;
  }
#headcontact{
  position: absolute;
  top: 20px;
  right: 5px;
  width: 38vw;
}

#headcontact img{
width: 100%;
}
}




ul{
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
    margin: 0;
    padding: 3px;
    color: #464646;
}
 
.dropdown_container{
    display: inline-block;
    position: relative;
    background-color: #fff;
    height: 30px;
    
}
 
.dropdown_container > ul{
    position: absolute;
    top: 100%;
    left: 0;
    width: 120px;
    background-color: #ffff;
    height: 0;
    overflow: hidden; 
    border: none;
    transition: .5s;
  opacity: 0;
}

.dropdown_container > ul > li{
	padding: 5px 0 5px 15px;
    color: #464646;
    visibility: visible;
}

 
.dropdown_container:hover > ul{
    height: auto;
    opacity: 1;
}
 
.dropdown_container a {
    display: block;
    color: black;
    text-decoration: none;
}
.dropdown_container a:hover {
	opacity: 0.7;

}


/* SECTION
================================================== */
.section {
  margin: 0 0 2.5em;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .section {
    margin-top: 60px;
  }
}

.section {
  display: none;
}

.section .target {
  background-color: #ffa000;
}

.section .target .active a {
  background-color: #161b1d;
}

.section .target .active a:hover {
  background-color: #2c363a !important;
}

.section .active a {
  background-color: #898989;
}

.section .active a:hover {
  background-color: #a2a2a2 !important;
}

.section_list .target {
  background-color: #161b1d;
}

.section .top,
.section .job,
.section .trigger {
  z-index: 0;
  line-height: 1em;
  background-color: #fff;
}

.section .top a,
.section .job a,
.section .trigger a {
  position: relative;
  display: block;
  padding: .5em .6em;
  color: #425157;
  text-decoration: none;
  -webkit-transition: .35s all ease;
  transition: .35s all ease;
}

.section .top a:hover,
.section .job a:hover,
.section .trigger a:hover {
  background-color: #e8e8e8;
}

.section .trigger a:before, .section .trigger a:after {
  position: absolute;
  display: block;
  content: '';
  width: 3px;
  background-color: #425157;
  -webkit-transition: .25s all ease;
  transition: .25s all ease;
  border-radius: 10px;
}

.section .trigger a:before {
  top: .75em;
  right: 20px;
  height: 12px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #dcdcdc;
}

.section .trigger a:after {
  top: .75em;
  right: 13px;
  height: 12px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #dcdcdc;
}

.section .target {
  z-index: 1;
  display: none;
  margin: 0 auto;
  padding: 0;
  color: #fff;
}

.section .target .target a {
  background-color: #ffffff;
}

.section .target .target a:hover {
  background-color: #e3e3e3;
}

.section .target .trigger a {
  background-color: #f1f2f2;
}

.section .target .trigger > a {
  padding-right: 2em;
}

.section .target .trigger a:before, .section .target .trigger a:after {
  background-color: #c6c6c6;
}

.section .target .trigger a:before {
  top: .5em;
  right: 16px;
}

.section .target .trigger a:after {
  top: .5em;
  right: 9px;
}

.section .target .active a {
  /* 子階層のアクティブ箇所 */
  color: #333333;
}

.section .target .active a:hover {
  background-color: #2c363a;
}

.section .target .active a:before, .section .target .active a:after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.section .target .active a:before {
  top: .2em;
  right: 14px;
}

.section .target .active a:after {
  top: .7em;
  right: 14px;
}

.section .target .active a:hover {
  background-color: #eaebeb !important;
}

.section .target ul li a {
  padding: .5em 1em .6em;
  text-decoration: none;
}

.section .target a {
  display: block;
  color: #333333;
  background-color: #f1f2f2;
  -webkit-transition: .35s all ease;
  transition: .35s all ease;
}

.section .target a:hover {
  background-color: white;
}

.section .active a {
  color: #fff;
}

.section .active a:hover {
  background-color: #2c363a;
}

.section .active a:before, .section .active a:after {
  background-color: #fff;
}

.section .active a:before {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: .2em;
  right: 16px;
  height: 16px;
}

.section .active a:after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0.7em;
  right: 16px;
  height: 16px;
}

/* BUTTON
================================================== */
.btn_hamburger {
  width: 55px;
  position: absolute;
  right: 1vw;
  top: 12.5vw;
}

.btn_hamburger a {
  position: relative;
  display: block;
  height: 30px;
  -webkit-transition: all .4s;
  transition: all .4s;
  box-sizing: border-box;
}

.btn_hamburger span {
  position: absolute;
  display: inline-block;
}

.btn_hamburger span.text {
  font-size: 12px;
  color: black;
  top: 12px;
}

.btn_hamburger span.icon {
  content: url(../img/common/item_sp_right.png);
  width: 10px;
  height: 10px;
  top: 13px;
  left: 38px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.btn_hamburger .active span.icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.btn_hamburger .btn_searchWrap {
  display: none;
}
.btn_hamburger .btn_searchWrap.active {
  display: block;
}
.btn_hamburger .btn_search {
  position: absolute;
  width: 60vw;
  height: 20px;
  top: 0;
  left: -60vw;
}
.btn_hamburger .btn_search form {
  margin: 0;
  padding: 0;
}
.btn_hamburger .btn_search form input {
  width: 80%;
  border: 1px solid #cccccc;
  border-radius: 20px;
}
.btn_hamburger .btn_search form bttton {
  padding: 4px;
}

@media screen and (min-width: 769px) {
  #headmenu .inner .menu {
    top: 60px;
    left: 0;
    border-top: 2px solid #00a497;
  }

  #headmenu .inner .menu .section .section_list > li {
    border: 0;
  }

  #headmenu .inner .menu .section .section_list li {
    border-left: 0;
  }

  .btn_hamburger {
    display: none;
  }

  .section {
    display: block !important;
  }

  .section .section_list {
    *zoom: 1;
  }

  .section .section_list:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
  }

  .section .section_list > li {
    position: relative;
    float: left;
    width: 16%;
    box-sizing: border-box;
  }

  .section .section_list .topBox {
    width: 17%;
  }
  .section .section_list .topBox h3 {
    text-align: center;
  }

  .section .section_list .s1 {
    width: 23%;
  }
  .section .section_list .s1 .target {
    width: 350px;
  }

  .section .section_list .s2 {
    width: 18%;
  }
  .section .section_list .s2 .target {
    width: 300px;
  }

  .section .section_list .s3 {
    width: 13%;
  }

  .section .section_list .s4 {
    width: 13%;
  }

  .section .section_list .s5 {
    width: 14%;
  }
  .section .section_list .s5 .target {
    width: 250px;
    left: -123px;
    position: absolute;
  }

  .section .section_list > li h3 a {
    padding-right: 25px;
  }

  .section .target {
    left: 0;
  }

  .section .target .trigger a {
    padding-right: 2em;
  }
}
#footer {
  width: 100%;
  min-width: 1000px;
  min-height: 50px;
}
@media screen and (max-width: 768px) {
  #footer {
    min-width: 100%;
  }
}
#footer .inner {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 35px;
  background-color: #f7f8f0;
}
#footer .inner .wrap {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  #footer .inner .wrap {
    width: 100%;
  }
}
#footer .inner .wrap .boxwrap {
  border-right: 1px solid #8a8a8a;
  padding: 0 0 0 16px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #footer .inner .wrap .boxwrap {
    border-right: 0;
  }
}
#footer .inner .wrap .boxwrap h3 {
  font-size: 15px;
  color: #8a8a8a;
}
#footer .inner .wrap .boxwrap ul {
  margin: 3px 15px 0 13px;
  padding: 0;
}
#footer .inner .wrap .boxwrap ul li {
  font-size: 12px;
  margin-bottom: 5px;
}
#footer .inner .wrap .boxwrap ul li a {
  color: #8a8a8a;
  text-decoration: none;
}
#footer .inner .wrap .boxwrap ul li a:hover {
  text-decoration: underline;
}
#footer .inner .wrap .boxwrap ul li.font-small {
  font-size: 11px;
}
#footer .inner .wrap .boxwrap ul li.iso {
  list-style: none;
  padding-top: 16px;
}
#footer .inner .wrap .boxwraplast {
  border-right: 0;
}
#footer .inner .wrap .facebook {
  padding-top: 15px;
}
#footer .inner .wrap .facebook img {
  width: 22px;
  height: 22px;
  border-radius: 2px;
}
#footer .inner .wrap .facebook a {
  color: #3B5998;
  text-decoration: none;
}
#footer .inner .wrap .facebook a:hover {
  text-decoration: underline;
}
#footer .inner .wrap .facebook span {
  margin-left: 4px;
  font-size: 15px;
}

#footerlink {
  width: 100%;
  min-width: 1000px;
}
@media screen and (max-width: 768px) {
  #footerlink {
    min-width: 100%;
  }
}
#footerlink .inner {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 35px;
  background-color: #00a497;
}
#footerlink .inner .wrap {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
}
@media screen and (max-width: 768px) {
  #footerlink .inner .wrap {
    width: 100%;
  }
}
#footerlink .inner .wrap .boxwrap {
  color: white;
  border-right: 1px solid white;
  padding: 0 8px 0 8px;
  margin: 0;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footerlink .inner .wrap .boxwrap {
    border-right: 0;
  }
}
#footerlink .inner .wrap .boxwrap a {
  color: white;
  text-decoration: none;
}
#footerlink .inner .wrap .boxwrap a:hover {
  text-decoration: underline;
}
#footerlink .inner .wrap .boxwraplast {
  border-right: 0;
}

#contact {
  width: 100%;
  min-width: 1000px;
}
@media screen and (max-width: 768px) {
  #contact {
    min-width: 100%;
  }
}
#contact .inner {
  width: 100%;
  background-color: white;
}
#contact .inner .wrap {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 1000px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contact .inner .wrap {
    width: 100%;
  }
}
#contact .inner .wrap .contactbanner {
  padding: 20px;
}
#contact .inner .wrap .contactbanner img {
  max-width: 100%;
}

#banner_mario{
	text-align: center;
}

/*# sourceMappingURL=common.css.map */
