@charset "UTF-8";
/* *****************************************************

全てのページ用のスタイル btn locator header footer
******************************************************** */
li {
  list-style: none;
}
.lh2_4 {
  line-height: 2.4;
}
@media screen and (max-width: 979px) {
  .lh2_4 {
    line-height: 2;
  }
}

.btn a {
  display: inline-block;
  border-radius: 100vh;
  border: 1px solid #ddd;
  padding: 10px 85px 10px 25px;
  position: relative;
  color: #000;
  background-color: #fff;
  text-decoration: none;
}
.btn a::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #999999;
  border-right: solid 1px #999999;
  transform: rotate(45deg);
  top: calc(50% - 4px);
  right: 20px;
}
.btn a:hover {
  border-color: #fff;
  background-color: #000;
  color: #fff;
}
.btn a:hover::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

/* common
---------------------------------------------- */
#wrapper {
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body#sub #wrapper {
  max-width: 3000px;
}
.inner {
  max-width: 1120px;
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.wide {
  /*max-width: 1680px;
  padding: 80px 0 80px 160px;*/
  max-width: 1120px;
  padding: 80px 0;
}
@media screen and (max-width: 979px) {
  .inner {
    width: 90%;
  }
}

@media screen and (max-width: 1760px) {
  .inner {
    padding-left: 100px !important;
  }
}

@media screen and (max-width: 1550px) {
  .inner {
    padding-left: 120px !important;
  }
}

@media screen and (max-width: 1340px) {
  .inner {
    padding-left: 260px !important;
  }
}

@media screen and (max-width: 1199px) {
  .inner {
    padding-left: 0 !important;
  }
}

/* header pc
---------------------------------------------- */
@media screen and (min-width: 1200px) {
  header {
    z-index: 99;
    /*position: absolute;*/
    position: fixed;
    left: 50px;
    top: 15vh;
    max-width: 200px;
    width: 15%;
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(7px);
  }
  .hlogo {
    background-color: #000;
    display: block;
    padding: 30px 0;
  }
  .hlogo img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 160px;
    height: auto;
  }
  .gnavi {
    margin: 30px auto;
  }
  .gnavi li a {
    padding: 10px 2em;
    position: relative;
    display: block;
  }
  .gnavi li a:hover,
  .gnavi ul li.current a {
    background-color: #f5f5f5;
    color: #333333;
    text-decoration: none;
  }
  .gnavi li a:hover:after {
    content: "";
    width: 2px;
    height: 50%;
    background-color: #333;
    position: absolute;
    right: 0;
    top: 25%;
  }
  header .flex_set {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-around;
  }
  .flex_set img{
    display: block;
    margin: auto;
  }
  .flex_set .hform:first-child{
    margin-left: 1em;
  }
  .flex_set .hform:first-child a{display: block;}
  .flex_set .hform:first-child a:hover{
    background-color: #eee;
  }
  .hform.language a:hover{
    text-decoration: underline;
  }
  /*header .hform {
    width: 40%;
  }*/
  .hform a {
    /*display: block;
    text-align: center;*/
    padding: 5px 5px;
    max-width: 180px;
    margin: auto;
    text-decoration: none;
  }
  /*
  .hform a .in {
    background: url("../image/Icon_material-mail-outline.png") no-repeat left center / 18px auto;
    padding-left: 20px;
  }
  .hform a:hover {
    color: #333;
    background-color: #fff;
  }
  .hform a:hover .in {
    background-image: url("../image/common/icon_mail_black.png");
  }*/
  /* .hform a img {
    margin-left: 1em;
  } */
  .hform.language {
    margin-right: 1em;
  }
  .hsize {
    margin: 20px auto;
  }
  .hsize ul {
    border-radius: 100vh;
    border: 1px solid #777;
    text-align: center;
    padding: 5px;
    max-width: 180px;
    margin: auto;
    background-color: #fff;
  }
  .hsize ul li {
    display: none;
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .hform.language{
    display: none;
  }
}

/* header pc tablet sp
---------------------------------------------- */

.hsearch,
.subsearch {
  max-width: 180px;
  width: 90%;
  margin: auto;
  margin-bottom: 30px;
}
.hsearch,
.subsearch {
  max-width: 600px;
}
.hsearch {
  margin-top: 20px;
}
.hsearch form,
.subsearch form {
  position: relative;
}
.hsearch .txt,
.subsearch .txt {
  border: none;
  border-radius: 100vh;
  -webkit-appearance: none;
  border-left: none;
  color: #111;
  line-height: 30px;
  padding: 5px 1.5em 5px 2.5em;
  width: 100%;
  background-color: #dddddd !important;
}
.subsearch .txt {
  padding: 15px 2em 15px 4em;
}
.hsearch .btn,
.subsearch .btn {
  border: 0px;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: calc(50% - 7px);
  background: url("../image/common/icon_search.png") no-repeat center / 14px auto;
}
.subsearch .btn {
  background-size: 22px auto;
  width: 22px;
  height: 22px;
  left: 22px;
  top: calc(50% - 11px);
}
@media screen and (max-width: 1199px) {
  .hsearch {
    max-width: 400px;
    width: 100%;
  }
  .hsearch .txt {
    line-height: 50px;
    padding-left: 50px;
  }
  .hsearch .btn {
    width: 20px;
    height: 20px;
    left: 20px;
    top: calc(50% - 10px);
    background-size: 20px auto;
  }
}

/* header pc
---------------------------------------------- */
@media screen and (max-width: 1199px) {
  header {
    position: relative;
    z-index: 1000;
  }
  .hlogo {
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
  }
  body.is_scroll .hlogo {
    background-color: #000;
    padding: 15px;
    max-width: 160px;
  }
  .hlogo {
    background-color: #000;
  }
  .hlogo img {
    display: block;
    margin: auto;
    width: 100%;
    height: auto;
  }
  nav {
    width: 100%;
    height: auto;
    position: relative;
  }
  .drawer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: relative;
    height: auto;
    padding: 0 1em;
  }
  .navbar_toggle {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #fff;
    padding: 15px;
  }
  .navbar_toggle_icon {
    position: relative;
    display: block;
    height: 2px;
    width: 30px;
    background: #5c6b80;
    transition: ease 0.5s;
  }
  .navbar_toggle_icon:nth-child(1) {
    top: 0;
  }
  .navbar_toggle_icon:nth-child(2) {
    margin: 8px 0;
  }
  .navbar_toggle_icon:nth-child(3) {
    top: 0;
  }
  .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
  }
  .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
    transform: translateY(-50%);
    opacity: 0;
  }
  .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
    top: -10px;
    transform: rotate(-45deg);
  }
  .gnavi {
    transform: translateX(-100%);
    transition: ease 0.5s;
    z-index: 1000;
    width: calc(100% - 60px);
    position: fixed;
    background-color: #fff;
    padding: 10%;
    height: 100vh;
  }
  .gnavi ul {
    margin-bottom: 50px;
  }
  .gnavi ul li {
    border-bottom: 1px solid #eee;
  }
  .gnavi ul li a {
    color: #333;
    display: block;
    padding: 1em;
  }
  .gnavi ul li.current {
    background-color: #f5f5f5;
    color: #333333;
    text-decoration: none;
  }
  .gnavi.open {
    transform: translateX(0);
    overflow-y: auto;
  }
  .hform {
    position: fixed;
    top: 53px;
    right: 0;
  }
  .hform a {
    text-indent: -9999px;
    display: block;
    width: 60px;
    height: 60px;
    background: #f5f5f5 url("../image/common/icon_mail_black.png") no-repeat center / 30px auto;
  }
  .hsize {
    display: none;
  }
}

@media screen and (max-width: 690px) {
  .hlogo {
    max-width: 140px;
    padding: 10px;
  }
  body.is_scroll .hlogo {
    max-width: 100px;
    padding: 10px;
  }

  .navbar_toggle {
    padding: 10px;
  }
  .navbar_toggle_icon {
    width: 25px;
  }
  .gnavi {
    width: calc(100% - 45px);
  }
  .hform {
    top: 43px;
  }
  .hform a {
    width: 45px;
    height: 45px;
    background-size: 26px auto;
  }
}

/* footer
---------------------------------------------- */
footer {
  padding: 80px 0 50px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}
body#sub footer {
  padding-top: 80px;
}
footer a,
small {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.5;
}
.footerB {
  display: flex;
  justify-content: center;
}
.footerTitle {
  margin-bottom: 5px;
  border-bottom: 1px #000 solid;
}
.footerTitle a {
  color: #000;
  font-weight: 600;
}
ul + .footerTitle {
  margin-top: 30px;
}
.footerN:first-child {
  min-width: 7em;
}
.footerN:not(:last-child) {
  margin-right: 2em;
}
.footerList li {
  margin-bottom: 5px;
}
.footerList li a {
  font-size: 1.2rem;
  color: #999;
}
.footerList li li{
  margin-left: 15px;
  margin-bottom: 0;
}
.footerO {
  margin-top: 60px;
  /*display: flex;*/
  text-align: center;
  /*padding-top: 60px;*/
  border-top: 1px solid #ccc;
  position: relative;
}
.footerO .credit {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.footerO small {
  width: 60%;
  margin: 10px auto 0 0;
  text-align: left;
  display: block;
}
.footerO div.flex_col a {
  vertical-align: middle;
  margin-left: 10px;
}
.footerO div.flex_col a img {
  width: 10
  0%;
}
.footerNsub {
  text-align: left;
}
.footerNsub a {
  margin-right: 2em;
}
small {
  margin-left: auto;
}
@media screen and (max-width: 1120px) {
  .footerN:not(:last-child) {
    margin-right: 2em;
  }
}
@media screen and (max-width: 979px) {
  footer {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  body#sub footer {
    padding-top: 50px;
  }
  .footerB {
    flex-wrap: wrap;
  }
  .footerN {
    width: 33.333%;
    padding: 0 1em;
    margin-bottom: 30px;
  }
  .footerN:not(:last-child) {
    margin-right: 0;
  }
  .footerTitle {
    margin-bottom: 5px;
  }
  .footerList li {
    margin-bottom: 0;
  }
  .footerList li a {
    font-size: 1.4rem;
  }
  .footerO {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .footerNsub {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .footerNsub a {
    margin: 0 1em;
  }
  small {
    margin-right: auto;
    margin-top: 30px;
    font-size: 1.2rem;
    color: #bbb;
    text-align: center;
  }
  .footerO .credit{
    margin-top: 20px;
  }
}
@media screen and (max-width: 690px) {
  footer {
    /* margin-top: 60px;
    margin-bottom: 20px; */
    padding-top: 20px;
  }
  body#sub footer {
    margin-top: 20px;
  }
  footer a,
  small {
    font-size: 1.6rem;
  }
  ul + .footerTitle,
  .footerN,
  .footerTitle + .footerTitle {
    margin-top: 20px;
  }
  .footerList li {
    margin-left: 0.5em;
  }
  .footerO {
    margin-top: 20px;
    border-top: none;
  }
  .footerO .credit {
    flex-wrap: wrap-reverse;
  }
  .footerO .flex_col {
    width: 100%;
    text-align: center;
  }
  .footerN {
    width: 100%;
    margin-bottom: 0;
    padding: 0;
  }
  .footerNsub {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .footerNsub a {
    margin: 0.5em 0;
    font-size: 1.4rem;
    width: 100%;
  }
  small {
    margin-top: 20px;
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}

/* footer
---------------------------------------------- */
#locator {
  margin-top: 100px;
  padding: 50px 0;
  background-color: #f5f5f5;
  position: relative;
  z-index: 2;
}
#locator ol {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
#locator li {
  margin: 0 20px;
  color: #000;
  position: relative;
}
#locator li + li::before {
  content: "";
  width: 1px;
  height: 60%;
  background-color: #555;
  position: absolute;
  left: -20px;
  top: 20%;
}

@media screen and (max-width: 979px) {
  #locator {
    margin-top: 60px;
  }
}
@media screen and (max-width: 690px) {
  #locator {
    margin-top: 50px;
    padding: 20px 0;
  }
  #locator li,
  #locator li a {
    font-size: 1.1rem;
  }
  #locator li {
    margin: 0 10px;
  }
  #locator li + li::before {
    left: -10px;
  }
}

/* other
---------------------------------------------- */
.color_Black {
  color: #333;
}
.bgGray {
  background-color: #f5f5f5;
  padding: 60px 50px;
}
.bgGray.narrowP {
  padding: 30px;
}
.pagetitleA + .bgGray {
  margin-top: -5vw;
}
.radiusB {
  border-radius: 20px;
}
.bgWhite {
  background-color: #fff;
  padding: 60px 50px;
}
.bgW {
  background-color: #f5f5f5;
  margin-top: -5vw;
  padding: 5vw 0 100px;
}
.bgW.company_plus {
  padding: 5vw 9% 100px 18%;
}
.bgW_inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 70px 50px;
  position: relative;
}
.bgGray .inner {
  width: 100%;
}
.mb-100 {
  margin-bottom: -100px;
}
@media screen and (min-width: 1800px) {
  .bgW.company_plus {
    padding: 5vw 0 100px 0;
  }
}
@media screen and (max-width: 1199px) {
  .bgW_inner,
  .bgWhite {
    padding-left: 50px !important;
  }
  .bgW.company_plus {
    padding: 5vw 0 100px 0;
  }
}
@media screen and (max-width: 979px) {
  .bgW {
    margin-top: -60px;
  }
  .bgGray,
  .bgWhite {
    padding: 50px 30px !important;
  }
  .pagetitleA + .bgGray {
    margin-top: -60px;
  }
}
@media screen and (max-width: 690px) {
  .bgW {
    margin-top: -40px;
    padding: 40px 0 50px;
  }
  .bgW_inner {
    padding: 40px 20px !important;
  }
  .bgGray,
  .bgWhite {
    padding: 40px 30px !important;
  }
  .mb-100 {
    margin-bottom: -60px;
  }
  .pagetitleA + .bgGray {
    margin-top: -40px;
  }
}

#topcontrol {
  z-index: 200;
}
a.pagetop {
  width: 51px;
  height: 51px;
  background: url(../image/pagetop.png) no-repeat 0 0;
  background-size: 51px 51px;
  display: block;
  z-index: 50;
}
@media screen and (max-width: 979px) {
  a.pagetop {
    display: none;
  }
}

.img70 img {
  max-width: 70%;
}
@media screen and (max-width: 690px) {
  .img70 img {
    max-width: 100%;
  }
}
