@charset "UTF-8";
/*---------------------------------
Theme Name: アオイ電子
Description: 
Author:
Author URI:
Version: 1.0
----------------------------------*/
/*---------------------------------

Themes CSS

----------------------------------*/
/*
Basic
----------------------------------*/
/* Chromeで游ゴシックかすれる問題おまじない */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: bold;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "pwid" 1;
          font-feature-settings: "pwid" 1;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
}

article, aside, header, canvas, details, figcaption, figure, footer, nav, section, summary {
  display: block;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  min-width: 320px;
  overflow-x: hidden;
  word-wrap: break-word;
  scroll-behavior: smooth;
  color: #000;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-family: "Barlow Semi Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", HelveticaNeue, sans-serif, Verdana, Meiryo, sans-serif !important;
}

body > .acms-admin-container {
  display: none;
}

p, li, div, span {
  line-height: 2;
}

#wrapper {
  position: relative;
  width: 100vw;
  height: 100%;
  margin: 0 auto;
}

.mainView {
  width: 89%;
  position: absolute;
  right: 0;
}

.mainView--scroll {
  padding: 0 1rem 0 0;
}

/* reset */
button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* link */
a, button, img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mainView a {
  color: #133b60;
  text-decoration: underline;
}
.mainView a:hover {
  text-decoration: none;
}
.mainView a:hover, .mainView a:hover img, .mainView a:active {
  opacity: 1;
  -moz-opacity: 1;
  color: var(--link-hover-color);
}

a[target=_blank]::after {
  content: "";
  display: inline-block;
  background-image: url(../images/icon_win_b.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  position: relative;
  top: 4px;
  visibility: visible;
}

a.c-icon-none[target=_blank]::after {
  content: none;
  top: auto;
}

a {
  color: #0071be;
}
a:hover, a:active {
  text-decoration: none;
}
a:visited {
  color: #0d3c80;
}

/*
button {
  &:hover, &:active {
    color: var(--link-hover-color);
  }
}
*/
a:visited {
  color: #133b60;
}

#st-page a {
  text-decoration: underline;
}

/* responsive */
/*
img, video, object {
  width: 100%;
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}
*/
/* ---------------------------------------------
 base modules
------------------------------------------------ */
.inner,
.location--map {
  width: 1200px;
  /* コンテンツ幅に書き直す */
  margin: 0 auto;
  position: relative;
}

.content:not(.top) .inner {
  width: 1080px;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* 非表示 */
.none {
  display: none !important;
}

.not-link {
  pointer-events: none;
}

._center {
  text-align: center;
}

._left {
  text-align: left;
}

._right {
  text-align: right;
}

/* ---------------------------------------------
 container
------------------------------------------------ */
.container {
  width: 100%;
  margin: 20px auto;
}

/* ------ title -------------------------------- */
.page-title {
  width: 100%;
  background-color: #eee;
  margin: 80px 0 0 0;
  padding: 85px 0 0 0;
  position: relative;
}
.page-title .planned-state {
  font-size: 20px;
  color: #103174;
  font-weight: 500;
  width: 1080px;
  text-align: left;
  margin: 0 auto;
  position: relative;
  bottom: 10px;
}
.page-title h1 {
  width: 1080px;
  margin: 0 auto;
  padding: 0 0 60px;
  text-align: left;
  font-size: 60px;
  color: #103174;
  font-weight: 500;
  letter-spacing: 1px;
  position: relative;
  line-height: 1.4;
}
.page-title h1::after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#0d3c80), color-stop(20%, #0d3c80), color-stop(20%, #fff), to(#fff));
  background: -webkit-linear-gradient(left, #0d3c80 0%, #0d3c80 20%, #fff 20%, #fff 100%);
  background: linear-gradient(90deg, #0d3c80 0%, #0d3c80 20%, #fff 20%, #fff 100%);
  display: block;
  visibility: visible;
}

/* ------ topic-path --------------------------- */
.container ol.topic-path {
  width: 1080px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: left;
  color: #999;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.container ol.topic-path li {
  list-style: none;
  font-size: 14px;
  color: #000;
  letter-spacing: 1px;
}
.container ol.topic-path li:first-child::before {
  content: none;
}
.container ol.topic-path li:not(:first-child)::before {
  content: "/";
  position: relative;
  width: 100%;
  height: 100%;
  display: inline;
  visibility: visible;
  padding: 0 7px;
  font-weight: normal;
}

.topic-path a {
  color: #0071be;
}
.topic-path a:hover, .topic-path a:active {
  text-decoration: none;
}
.topic-path a:visited {
  color: #0d3c80;
}

/* content
------------------------------------------------ */
.content {
  width: 1200px;
  margin: 0 auto;
}
.content:not(.top) {
  padding-bottom: 50px;
}

/* sidebar
------------------------------------------------ */
.sidebar {
  width: 1080px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*.infoNav {
    width: 28%;
  }*/
}
.sidebar .infoNav {
  width: 48%;
}
.sidebar .infoNav--heading {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #0d3c80;
  padding: 30px 0;
  position: relative;
}
.sidebar .infoNav--heading::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #0d3c80;
  position: absolute;
  top: 0;
}
.sidebar .infoNav--item {
  text-align: left;
  position: relative;
  padding: 0 0 10px 15px;
  /*
  a {
    color: #666666;
    text-decoration: none;
  }
  */
}
.sidebar .infoNav--item::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 15px;
  left: 0;
  width: 4px;
  height: 4px;
  border-top: 1px solid #0d3c80;
  border-right: 1px solid #0d3c80;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  visibility: visible;
}
.sidebar .infoNav.archive ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.sidebar .infoNav.archive ul li {
  width: 25%;
}

/* ------ local-navigation --------------------- */
/* ------ btn ------------------------------- */
.btn-area {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}

.error404 .btn-area {
  padding: 20px 0;
}

button.btn,
div.btn {
  line-height: 1;
  padding: 20px 0 0 0;
  display: inline-block;
  min-width: 260px;
  height: 60px;
  background: none;
  font-family: "Barlow Semi Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic";
  border: 1px solid #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
}
button.btn a,
div.btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
button.btn::before,
div.btn::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
button.btn::after,
div.btn::after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  border-top: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
button.btn.blue a,
div.btn.blue a {
  color: #fff;
}
button.btn.blue:hover,
div.btn.blue:hover {
  background-color: #fff;
}
button.btn.blue:hover a,
div.btn.blue:hover a {
  color: #000;
}
button.btn.blue:hover::before,
div.btn.blue:hover::before {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}
button.btn.blue:hover::after,
div.btn.blue:hover::after {
  border-top: solid 2px #000;
}
button.btn.white,
div.btn.white {
  border: 1px solid #000;
}
button.btn.white a,
div.btn.white a {
  color: #000;
}
button.btn.white::before,
div.btn.white::before {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
}
button.btn.white::after,
div.btn.white::after {
  border-top: solid 2px #000;
}
button.btn.white:hover,
div.btn.white:hover {
  background-color: #0d3c80;
  border: 1px solid #0d3c80;
}
button.btn.white:hover a,
div.btn.white:hover a {
  color: #fff;
}
button.btn.white:hover::before,
div.btn.white:hover::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
button.btn.white:hover::after,
div.btn.white:hover::after {
  border-top: solid 2px #fff;
}
button.btn.gray,
div.btn.gray {
  border: 1px solid #c9c9c9;
}
button.btn.gray a,
div.btn.gray a {
  color: #000;
}
button.btn.gray::before,
div.btn.gray::before {
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
button.btn.gray::after,
div.btn.gray::after {
  border-top: solid 2px #000;
  left: 20px;
}
button.btn.gray:hover,
div.btn.gray:hover {
  color: #fff;
  background-color: #c9c9c9;
  border: 1px solid #c9c9c9;
}
button.btn.gray:hover a,
div.btn.gray:hover a {
  color: #fff;
}
button.btn.gray:hover::before,
div.btn.gray:hover::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
button.btn.gray:hover::after,
div.btn.gray:hover::after {
  border-top: solid 2px #fff;
}
button.btn .height,
div.btn .height {
  height: auto;
}

/*========technology========*/
.technology .index-list {
  padding: 50px 0 0;
}
.technology .index-list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0;
}
.technology .index-list li {
  width: 310px;
  margin: 0 0 60px 60px;
  position: relative;
}
.technology .index-list li:nth-of-type(3n+1) {
  margin: 0 0 60px 0;
}
.technology .index-list li a {
  display: block;
  position: relative;
  border: 5px solid #eee;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 310px;
  height: 310px;
}
.technology .index-list li a:hover {
  border: 5px solid #0d3c80;
}
.technology .index-list li a:hover img {
  opacity: 1;
}
.technology .index-list li a[target=_blank]::after {
  position: absolute;
  top: 20px;
  right: 20px;
}
.technology .index-list li a[href$=pdf] {
  background: none;
  position: relative;
  padding-right: 0;
}
.technology .index-list li a[href$=pdf]::after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "";
  display: inline-block;
  background-image: url(../images/fileicon/pdf.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  visibility: visible;
}
.technology .index-list li a .assemblyAttention {
  position: absolute;
  left: 10px;
  bottom: 0;
  font-size: 12px;
  letter-spacing: 0.5px;
}
.technology .index-list li img {
  width: 100%;
}
.technology .index-list li div:not(.index-edit) {
  display: block;
  width: 100%;
  height: 110px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  bottom: 0;
  padding: 0 18px;
}
.technology .index-list li div:not(.index-edit) p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: center;
  margin: 5px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  width: inherit;
  height: inherit;
}
.technology .index-list li .index-edit {
  width: 100px;
  height: 32px;
  background-color: #fff;
  border: 1px solid #000;
  position: absolute;
  top: 315px;
  left: 100px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.technology .index-list li .index-edit a {
  border: none;
  width: 100px;
  height: 32px;
  line-height: 1.7;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.technology .index-list li .index-edit:hover {
  background-color: #0d3c80;
  border: 1px solid #0d3c80;
}
.technology .index-list li .index-edit:hover a {
  color: #fff;
}

/*========news========*/
.news-contents dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px 0 0 0;
  text-align: left;
}
.news-contents dt {
  min-width: 110px;
}

.newsEntry--date {
  margin: 0.5rem 0;
  text-align: right;
}

.pagerNav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagerNav ul li {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 1px 0 0;
  background-color: #ddd;
  line-height: 2.5;
}
.pagerNav ul li a {
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  line-height: 2.5;
  color: #333;
}
.pagerNav ul li a:hover {
  background-color: #0d3c80;
  color: #fff;
}
.pagerNav ul li .cur {
  display: block;
  background-color: #0d3c80;
  color: #fff;
  padding: 4px 0 0;
  width: 40px;
  height: 40px;
}

.entryNav--list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.entryNav--item {
  display: block;
  width: 100%;
  height: 40px;
  margin: 0 1px 0 0;
  background-color: #ddd;
  line-height: 2.5;
}
.entryNav--item a {
  display: block;
  width: 100%;
  height: 40px;
  text-decoration: none;
  line-height: 2.5;
  color: #103174;
}
.entryNav--item a:hover {
  background-color: #0d3c80;
  color: #fff;
}

/*========about========*/
.what-is {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.what-is > div {
  width: 50%;
}
.what-is .about-img {
  text-align: center;
}
.what-is .about-img img {
  width: 90%;
}
.what-is ul.asterisk {
  list-style: none;
  padding-left: 1.2em;
  margin: 15px 0 0 0;
  text-align: left;
}
.what-is ul.asterisk li {
  list-style: none;
  text-indent: -1.2em;
}
.what-is ul.asterisk li::before {
  content: "*";
  margin-right: 5px;
}

/*--/.what-is--*/
.business-summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.business-summary--box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 33%;
  /*
  &:nth-child(1),
  &:nth-child(2) {
    .business-summary--box--img {
      margin: 60px 0 0 0;
    }
  }
  */
}
.business-summary--box--img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.business-summary--box--img img {
  height: 100px;
  margin: 0 1px 0 0;
}
.business-summary--box:nth-child(2) {
  margin: 0 auto;
}

/*--/.business-summary--*/
.content .business-summary .business-summary--box h3._style-h5 {
  width: 100%;
  color: #103174;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  margin: 40px 0 0;
}
.content .business-summary .business-summary--box h3._style-h5::before {
  content: none;
}

.product-information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 40px 0 0;
}
.product-information img {
  width: 24%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/*========Location========*/
.location--map {
  margin-bottom: -130px;
  /*-- /inner --*/
}
.location--map > div {
  height: 885px;
  /*-- /location--link --*/
}
.location--map > div::before {
  content: "";
  width: 786px;
  height: 761px;
  position: absolute;
  top: -85px;
  left: 160px;
  z-index: -10;
  background-image: url(../top/images/img_location.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.location--map > div h2 {
  padding: 75px 0 0 55px;
  margin: 0;
  text-align: left;
}
.location--map > div .location--link {
  position: absolute;
  /*-- /a --*/
}
.location--map > div .location--link a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.location--map > div .location--link a:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 1;
}
.location--map > div .location--link a:hover p {
  color: #0d3c80;
}
.location--map > div .location--link a .location--img {
  overflow: hidden;
}
.location--map > div .location--link a .location--img img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.location--map > div .location--link a p {
  margin: 0;
  line-height: 1;
  padding: 10px 0 0 0;
}
.location--map > div .location--link a p span {
  line-height: 1.4;
  letter-spacing: 0.5px;
}
.location--map > div .location--link a p .lt-main {
  font-size: 20px;
  font-weight: 500;
}
.location--map > div .location--link a p .lt-sub {
  font-size: 16px;
  font-weight: 500;
}
.location--map > div .location--link a p .lt-min {
  font-size: 16px;
}
.location--map > div .location--link.location-01 {
  top: 135px;
  left: 840px;
}
.location--map > div .location--link.location-01 div {
  width: 300px;
}
.location--map > div .location--link.location-01 .location--txt {
  text-align: center;
}
.location--map > div .location--link.location-02 {
  top: 330px;
  left: 840px;
}
.location--map > div .location--link.location-02 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.location--map > div .location--link.location-02 div {
  width: 100px;
}
.location--map > div .location--link.location-02 .location--txt {
  padding: 20px 0 0 20px;
  text-align: left;
}
.location--map > div .location--link.location-03 {
  top: 485px;
  left: 840px;
}
.location--map > div .location--link.location-03 div {
  width: 300px;
}
.location--map > div .location--link.location-03 .location--txt {
  text-align: left;
}
.location--map > div .location--link.location-04 {
  top: 560px;
  left: 125px;
}
.location--map > div .location--link.location-04 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.location--map > div .location--link.location-04 div {
  width: 180px;
}
.location--map > div .location--link.location-04 .location--txt {
  padding: 20px 20px 0 0;
  text-align: right;
}
.location--map > div .location--link.location-04 .location--txt .lt-sub {
  line-height: 1;
}
.location--map > div .location--link.location-05 {
  top: 95px;
  left: 390px;
}
.location--map > div .location--link.location-05 div {
  width: 150px;
}
.location--map > div .location--link.location-05 .location--txt {
  text-align: center;
}
.location--map > div .location--link.location-05 .location--txt .lt-sub {
  line-height: 1;
}
.location--map > div .location--link.location-05 .location--txt .lt-min {
  line-height: 2;
}
.location--map > div .location--link.location-06 {
  top: 225px;
  left: 65px;
}
.location--map > div .location--link.location-06 div {
  width: 200px;
}
.location--map > div .location--link.location-06 .location--txt {
  text-align: center;
}
.location--map > div .location--link.location-06 .location--txt .lt-sub {
  line-height: 1;
}
.location--map > div .location--link.location-06 .location--txt .lt-min {
  line-height: 2;
}
.location--map > div .location--link a[target=_blank]::after {
  position: absolute;
  right: 5px;
}
.location--map > div .location--link.location-02 a[target=_blank]::after {
  left: 75px;
}
.location--map > div .btn-area {
  position: absolute;
  bottom: 80px;
}

.locationList {
  border: none;
}
.locationList span {
  display: inline-block;
}
.locationList th,
.locationList td {
  background: none;
  border: none;
}
.locationList th {
  padding: 16px 0;
  text-align: left;
}
.locationList th img {
  height: 25px;
}
.locationList td {
  padding: 10px 30px;
}
.locationList ._noWrap {
  min-width: 180px;
}

/*========検索結果========*/
.search .gsc-webResult {
  text-align: left;
}
.search .gsc-option-menu-container {
  min-width: 115px;
}

.newopen {
  width: 12px;
  vertical-align: baseline;
  margin-left: 5px;
}

.newopen.pc {
  display: inline-block;
}

#adminBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #eee;
  padding: 10px 0;
}
#adminBox .admin-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
}

/* ---------------------------------------------
 elements initialization 
------------------------------------------------ */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  height: 100%;
  line-height: 1.7;
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

a img, fieldset, img {
  border: 0;
  vertical-align: top;
}

a img {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

a img:hover {
  opacity: 0.5;
}

blockquote, dd, div, dl, dt, fieldset, form,
h1, h2, h3, h4, h5, h6, input, li, ol, p, pre,
select, span, textarea, td, th, ul {
  margin: 0;
  padding: 0;
}

abbr, acronym {
  border: 0;
}

address, caption, cite, code, dfn, em, th, strong, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

code, kbd, pre, samp, tt {
  font-family: monospace;
  line-height: 100%;
}

/* for IE7 */
* + html code, kbd, pre, samp, tt {
  font-size: 108%;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

input, select, textarea {
  font-size: 100%;
}

ol, ul, li {
  list-style: none;
}

q:before, q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

hr {
  display: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

p {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* ------ form --------------------------------- */
button, fieldset, form, input,
label, legend, select, textarea {
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

input, textarea {
  vertical-align: middle;
  padding: 1px;
}

textarea {
  width: 98%;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: baseline;
  margin-right: 3px;
}

/* ------ font --------------------------------- 

body{
  font-size:14px;
  color: #333;
  font-family: "メイリオ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック", Osaka ;
}

*/
/* ------ links color -------------------------- 

a:link,
a:visited,
a:hover,
a:active{
  text-decoration:underline;
}
a:link          { color:#2061a9; }
a:visited       { color:#17467b; }
a:hover,a:active{ color:#2775cb; }
*/
/* ------ clearfix scheme ---------------------- */
div:after {
  visibility: hidden;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html div {
  zoom: 1;
} /* IE6 */
*:first-child + html div {
  zoom: 1;
} /* IE7 */
/* base modules
------------------------------------------------ */
.content p, .content ul, .content dl, .content ol, .content table, .content blockquote {
  margin: 40px 0 0;
  line-height: 36px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000;
}

.column-image-left + .entry-container > p, .column-image-right + .entry-container > p {
  margin-top: 10px;
}

.content ul p, .content ul dl, .content ul ol {
  margin: 0;
}
.content dl p, .content dl ul, .content dl ol {
  margin: 0;
}
.content ol p, .content ol ul, .content ol dl {
  margin: 0;
}
.content table p, .content table ul, .content table dl, .content table ol {
  margin: 0;
}
.content p img, .content dl img, .content ul img {
  vertical-align: middle;
}

/*
.column-image-left, .column-image-center, .column-image-right {
  margin-top: 20px !important;
}
*/
/* common modules
------------------------------------------------ */
em {
  color: #FD6408;
}

.small {
  font-size: 87%;
}

.x-small {
  font-size: 78%;
}

.large {
  font-size: 107%;
}

.x-large {
  font-size: 120%;
}

.attention {
  color: #FF3366;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.clear {
  clear: both;
}

.img-l {
  float: left;
  margin: 0 25px 10px 0;
}

.img-r {
  float: right;
  margin: 0 0 10px 25px;
}

.nowrap {
  white-space: nowrap;
}

.nomargintop {
  margin-top: 0 !important;
}

.content .nocss {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
}

a[href*="tel:"] {
  pointer-events: none;
}

/* --- ext icon --- */
a[href$=".xls"], a[href$=".xlsx"] {
  background: url(../images/fileicon/xls.png) no-repeat 100% 50%;
  padding-right: 25px;
}
a[href$=".xls"]::after, a[href$=".xlsx"]::after {
  content: none;
}
a[href$=".doc"], a[href$=".docx"] {
  background: url(../images/fileicon/doc.png) no-repeat 100% 50%;
  padding-right: 25px;
}
a[href$=".doc"]::after, a[href$=".docx"]::after {
  content: none;
}
a[href$=pdf], a.pdf-icon {
  background: url(../images/fileicon/pdf.png) no-repeat 100% 50%;
  padding-right: 25px;
}
a[href$=pdf]::after, a.pdf-icon::after {
  content: none;
}
a[href$=ppt] {
  background: url(../images/fileicon/ppt.png) no-repeat 100% 50%;
  padding-right: 25px;
}
a[href$=ppt]::after {
  content: none;
}

/* --- openwin --- */
.openwin {
  padding-right: 15px;
}

/* ---　pagetop-in　 --- */
.pagetop-in {
  text-align: right;
}
.pagetop-in a {
  font-size: 92%;
}

/* --- blockquote --- */
blockquote, .acms-entry blockquote {
  background: #fafafa;
  border: 0;
  margin-top: 50px;
  padding: 30px 40px 30px 140px;
  color: #666666;
  font-size: 15px;
  text-align: left;
  font-style: italic;
  position: relative;
}
blockquote::before, .acms-entry blockquote::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50px;
  left: 30px;
  background-image: url(../images/img_blockquote.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 86px;
  height: 69px;
  display: block;
  visibility: visible;
}

/* ------ title -------------------------------- */
.content:not(.top):not(.technology) h2 {
  background: #0d3c80;
  margin: 0 calc(50% - 50vw);
  padding: 30px calc(50vw - 50% + 8px);
  width: 100vw;
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
}
.content:not(.top):not(.technology) h3 {
  width: 100%;
  color: #103174;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  margin: 50px 0 0;
  line-height: 1.6;
}
.content:not(.top):not(.technology) h4 {
  width: 100%;
  color: #103174;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  margin: 70px 0 0;
  position: relative;
}
.content:not(.top):not(.technology) h4::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 29px;
  left: -35px;
  width: 15px;
  height: 5px;
  background-color: #0d3c80;
  display: block;
  visibility: visible;
}
.content:not(.top):not(.technology) h5 {
  width: 100%;
  color: #103174;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  margin: 40px 0 0;
}

.content.technology:not(.top) h2 {
  width: 100%;
  color: #103174;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  margin: 70px 0 0;
  line-height: 1.6;
  display: inline-block;
}
.content.technology:not(.top) h3 {
  width: 100%;
  color: #103174;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  margin: 50px 0 0;
  position: relative;
}
.content.technology:not(.top) h3::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 29px;
  left: -35px;
  width: 15px;
  height: 5px;
  background-color: #0d3c80;
  display: block;
  visibility: visible;
}
.content.technology:not(.top) h4 {
  width: 100%;
  color: #103174;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  margin: 40px 0 0;
}
.content.technology:not(.top) h5 {
  width: 100%;
  color: #103174;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
  margin: 40px 0 0;
}

/*
.content {
  h2, .wysiwyg h1 {
    clear: both;
    margin: 30px 0 0;
    font-weight: bold;
    background: #bbb;
    padding: 8px 10px 8px 20px;
  }

  h2 a {
    &:link, &:visited {
      text-decoration: underline;
    }

    &:hover {
      text-decoration: none;
    }
  }
}

a:active {
  text-decoration: none;
}

.content {
  h3, .wysiwyg h2 {
    clear: both;
    margin: 30px 0 0;
    font-weight: bold;
    background: #eee;
    padding: 10px;
  }

  h4, .wysiwyg h3 {
    clear: both;
    font-weight: bold;
    margin: 30px 0 0;
    padding: 5px;
    border-left: 5px solid #bbb;
  }

  h5, .wysiwyg h4 {
    clear: both;
    font-weight: bold;
    margin: 40px 0 0;
    padding: 5px 10px;
    border: 1px solid #eef1fa;
    font-size: 120%;
  }
}
*/
/* ------ ul ----------------------------------- */
.entry-container {
  /* --- normal list --- */
  /* --- link list --- */
  /* --- number list --- */
  /* --- attention list --- */
}
.entry-container ul li {
  text-align: left;
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}
.entry-container ul li:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background: #103174;
  position: absolute;
  top: 14px;
  left: 0;
}
.entry-container .link li {
  padding-left: 15px;
  margin-bottom: 5px;
  position: relative;
}
.entry-container .link li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 0.5em;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.entry-container ol {
  text-align: left;
  counter-reset: number;
  padding: 0;
  /* paddingキャンセル */
  list-style: none;
  /* olがはき出す数字を消す */
}
.entry-container ol li {
  text-indent: -30px;
  padding-left: 15px;
}
.entry-container ol li:before {
  counter-increment: number;
  content: counter(number) ". ";
  font-weight: bold;
  text-align: right;
  display: inline-block;
  width: 25px;
  margin-right: 5px;
  color: #103174;
}

/* ------ layout frame ------------------------- */
.content .layout-frame {
  clear: both;
  margin-left: -20px;
}
.content .layout-3col {
  margin-left: -15px;
}
.content .layout-unit {
  float: left;
  display: inline;
  margin-left: 20px;
}
.content .layout-3col .layout-unit {
  margin-left: 15px;
}

/* 720px */
.grid-1 {
  width: 60px;
}

.grid-2 {
  width: 110px;
}

.grid-3 {
  width: 170px;
}

.grid-4 {
  width: 230px;
}

.grid-5 {
  width: 290px;
}

.grid-6 {
  width: 350px;
}

.grid-7 {
  width: 410px;
}

.grid-8 {
  width: 470px;
}

.grid-9 {
  width: 530px;
}

.grid-10 {
  width: 590px;
}

.grid-11 {
  width: 650px;
}

/* ------ social media ------------------------- */
.social-icon ul {
  margin: 20px auto;
  text-align: center;
}
.social-icon ul li {
  display: inline-block;
}
.social-icon ul li a {
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -99999px;
  font-size: 50%;
  border-radius: 50%;
}

@media screen and (min-width: 750px) {
  .facebook:hover {
    background: url(../images/svg/facebook.svg) center center no-repeat;
    background-size: 100%;
    background-color: #3b5998 !important;
  }
}
.facebook {
  background: url(../images/svg/facebookClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff !important;
  border: 1px solid #3b5998;
}

@media screen and (min-width: 750px) {
  .twitter:hover {
    background: url(../images/svg/twitter.svg) center center no-repeat;
    background-size: 100%;
    background-color: #00aced !important;
  }
}
.twitter {
  background: url(../images/svg/twitterClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff !important;
  border: 1px solid #00aced;
}

@media screen and (min-width: 750px) {
  .line:hover {
    background: url(../images/svg/line.svg) center center no-repeat;
    background-size: 100%;
    background-color: #2cbf13 !important;
  }
}
.line {
  background: url(../images/svg/lineClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff !important;
  border: 1px solid #2cbf13;
}

/* ------ table -------------------------------- */
table {
  border-collapse: collapse;
  border: 1px solid #cecece;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
table th, table td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid #cccccc;
  background: #fff;
}
table th {
  background: #f3f5f9;
  font-weight: 500;
  text-align: center;
}
table th.head {
  color: #fff;
  background: #0d3c80;
}
table td {
  text-align: left;
  padding: 10px 40px;
}
table thead th {
  color: #fff;
  background: #0d3c80;
  text-align: center;
}

/* --- noborder --- */
table.noborder {
  border: 0;
  background: none;
}
table.noborder td, table.noborder th {
  border: 0;
  background: none;
}

/* index
------------------------------------------------ */
.index {
  clear: both;
  margin: 0 0 0 -20px;
}
.index dl {
  position: relative;
  float: left;
  display: inline;
  margin-left: 20px;
  width: 350px;
  background: #eee;
}
.index dt {
  padding: 7px;
  background: #ddd;
}
.index dt a {
  text-decoration: none;
}
.index dd {
  padding: 7px;
}

/* cms
------------------------------------------------ */
/* --- entry-date --- */
.entry-date {
  text-align: right;
  font-size: 87%;
}

/* --- entry-navigation / pager-navigation --- */
.entry-navigation, .pager-navigation {
  font-size: 87%;
  margin: 50px 0 0;
}

.entry-navigation a:link, .entry-navigation a:visited, .entry-navigation a:hover, .entry-navigation a:active {
  text-decoration: none;
}

.pager-navigation a:link, .pager-navigation a:visited, .pager-navigation a:hover, .pager-navigation a:active {
  text-decoration: none;
}

.entry-navigation ul, .pager-navigation ul {
  margin: 0;
}

/* entry-navigation */
.entry-navigation {
  background: #eee;
  padding: 10px;
}
.entry-navigation li {
  width: 33%;
}
.entry-navigation .entry-new {
  float: left;
}
.entry-navigation .entry-list {
  float: left;
  text-align: center;
}
.entry-navigation .entry-old {
  float: right;
  text-align: right;
}
.entry-navigation .home {
  text-align: center;
  margin-top: -20px;
}
.entry-navigation ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .entry-navigation ul, *:first-child + html .entry-navigation ul {
  zoom: 1;
}

/* IE6 */
/* IE7 */
/* pager-navigation */
.pager-navigation ul li {
  float: left;
  text-align: center;
  margin-right: 10px;
  line-height: 1;
}
.pager-navigation ul li span.cur {
  background: #f6f6f6;
  border: 1px solid #CECECE;
  color: #666;
  display: block;
  line-height: 1;
  padding: 0.5em 0.7em;
  position: relative;
}
.pager-navigation ul li a:link, .pager-navigation ul li a:visited {
  background: #fff;
  border: 1px solid #CECECE;
  color: #666;
  display: block;
  line-height: 1;
  padding: 0.5em 0.7em;
  position: relative;
}
.pager-navigation ul li a:hover, .pager-navigation ul li a:active {
  background: #CECECE;
}

/* 続きを読むリンク */
.search.entry p.continue {
  margin: 0;
  padding: 0;
}
.search.entry p.continue a {
  display: block;
  margin: 0;
  padding: 10px 0;
  border-top: 1px solid #E8E8E8;
}
.search.entry p.continue a:hover {
  background-color: #F0F0F0;
}

/*
Header
----------------------------------*/
.header {
  width: 100%;
  height: 80px;
  margin: 0 auto;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#eee), color-stop(50%, #eee), color-stop(50%, #fff), to(#fff));
  background: -webkit-linear-gradient(left, #eee 0%, #eee 50%, #fff 50%, #fff 100%);
  background: linear-gradient(90deg, #eee 0%, #eee 50%, #fff 50%, #fff 100%);
  position: fixed;
  top: 0;
  z-index: 10000;
  /*/.search*/
}
.header .logo {
  position: absolute;
  left: 0;
  top: 25px;
}
.header .logo img {
  width: 230px;
}
.header .logo img.en-logo {
  width: 280px;
}
.header .logo a.c-icon-none[target=_blank]::after {
  content: none;
}
.header #searchWrap {
  width: 80px;
  height: 80px;
  cursor: pointer;
  background-color: #fff;
  background-image: url(../../main/images/icon_search.png);
  background-repeat: no-repeat;
  background-size: 28%;
  background-position: center;
  position: absolute;
  top: 0;
  right: -80px;
  z-index: 100;
}
.header .search {
  background-color: #fff;
  position: absolute;
  z-index: 10;
  top: 0;
  right: -10px;
  width: 10px;
  height: 80px;
  padding: 20px 20px 11px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header .search.clicked {
  right: 0;
  width: 530px;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header .search .search--box {
  width: 100%;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 15px 0 15px 35px;
}
.header .search .search--btn {
  display: none;
}
.header #___gcse_0 {
  height: 45px;
}
.header .gsc-control-searchbox-only,
.header .gsc-search-box {
  height: 45px;
}
.header .gsc-search-box * {
  padding: 0;
  border: none;
}
.header .gsc-search-button {
  display: none;
}
.header td.gsc-input {
  height: 40px;
  font-size: 20px;
  border-bottom: 1px solid #ddd;
}
.header .utility-navigation {
  position: absolute;
  right: 20px;
  top: 10px;
}
.header .global-navigation {
  width: 900px;
  height: 80px;
  position: absolute;
  right: 30px;
  text-align: center;
  padding: 20px 0 0 0;
  /*
  background: linear-gradient(-160deg, #0071be 60%, #103174 125%);
  background: -webkit-linear-gradient(250deg, #0071be 60%, #103174 125%);*/
  background-image: url(../images/bg_page-title.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.header .global-navigation ul {
  width: 860px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .global-navigation li {
  float: left;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
}
.header .global-navigation li:nth-child(4) a::after {
  width: 55px;
  left: -4px;
}
.header .global-navigation li:nth-child(5) a::after {
  width: 195px;
  left: -4px;
}
.header .global-navigation a {
  font-size: 15.5px;
  text-decoration: none;
  color: #fff;
  position: relative;
}
.header .global-navigation a.not-link {
  pointer-events: none;
  color: #aaa;
}
.header .global-navigation a::after {
  position: absolute;
  bottom: 1px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header .global-navigation a:hover::after {
  bottom: -1px;
  opacity: 1;
  visibility: visible;
}
.header .sp_btn {
  display: none;
}

/*===.header===*/
@-moz-document url-prefix() {
  .header .global-navigation li:nth-child(4) a::after,
  .header .global-navigation li:nth-child(5) a::after,
  .header .global-navigation li:nth-child(6) a::after {
    bottom: -1.4rem;
  }
}
/*
Footer
----------------------------------*/
/*========Contact========*/
.footer .contact {
  width: 100%;
  /*
  background-color: #103174;
  */
  background-color: #080a44;
  color: #fff;
  margin: 0 0 80px 0;
  padding: 75px 0;
}
.footer .contact h2 {
  margin: 0;
  width: 50%;
  text-align: right !important;
  position: relative;
  right: 80px;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 3px;
  padding: 0;
  background: none;
}
.footer .contact.entry-contact .inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer .contact.entry-contact h2 {
  text-align: center !important;
  right: 0;
}
.footer .contact.entry-contact p {
  padding: 0 0 25px 0;
}
.footer .contact.entry-contact a {
  position: relative;
}
.footer .contact.entry-contact a[href$=pdf] {
  background: none;
  padding-right: 0;
}
.footer .contact.entry-contact a[target=_blank]::after {
  content: "";
  background-image: url(../images/icon_win.png);
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  right: 55px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer .contact.entry-contact a[target=_blank]:hover::after {
  background-image: url(../images/icon_win_hover.png);
}
.footer .contact.entry-contact .data-sheet {
  position: relative;
}
.footer .contact.entry-contact .data-sheet::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -35px;
  right: 0;
  width: 1px;
  height: 260px;
  background-color: #fff;
  display: block;
  visibility: visible;
}
.footer .contact .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .contact .inner div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50%;
}
.footer .contact .pc.contact {
  display: none;
}

/*========Footer=======*/
.footer {
  background: #333;
  color: #fff;
  clear: both;
  padding: 0 0 80px 0;
  position: relative;
}
.footer address {
  float: left;
  text-align: left;
  padding: 0 130px 0 70px;
}
.footer address .company {
  font-size: 20px;
  margin: 0 0 20px 0;
  font-weight: 500;
}

/*===footer===*/
.footer-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-navigation {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 660px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-navigation ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-navigation li {
  display: inline;
  padding: 0 0 30px 0;
}
.footer-navigation a, .footer-navigation a[target=_blank] {
  color: #fff;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.footer-navigation a.not-link, .footer-navigation a[target=_blank].not-link {
  pointer-events: none;
  color: #aaa;
}
.footer-navigation a::after, .footer-navigation a[target=_blank]::after {
  position: absolute;
  top: auto;
  bottom: 7px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer-navigation a:hover::after, .footer-navigation a[target=_blank]:hover::after {
  bottom: 5px;
  opacity: 1;
  visibility: visible;
}

.copyright {
  text-align: left;
  font-size: 10px;
  color: #fff;
  margin: 0 0 0 70px;
}

/* ------ pagetop ------------------------------ */
.pagetop {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 10000;
  bottom: 110px;
  right: 60px;
  background-color: #eee;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
.pagetop a {
  display: block;
  width: 60px;
  height: 60px;
}
.pagetop ::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(-45deg);
  margin: 0 auto;
  position: relative;
  top: 20px;
  right: 1px;
}
.pagetop ::after {
  content: "";
  display: block;
  width: 2px;
  height: 13px;
  border-right: solid 2px #000;
  margin: 0 auto;
  position: relative;
  top: 10px;
  right: 2px;
}
.pagetop a {
  text-decoration: none;
  color: #666;
  padding: 5px 10px 5px 15px;
}
.pagetop a:link, .pagetop a:hover, .pagetop a:visited, .pagetop a:active {
  text-decoration: none;
  color: #666;
  padding: 5px 10px 5px 15px;
}

._contactVisible {
  display: none;
}

.body.contact .footer article.contact .inner {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.body.contact .footer article.contact .inner h2 {
  text-align: center !important;
  width: 100%;
  position: static;
}
.body.contact .footer article.contact .inner h2 ._contactVisible {
  display: inline-block;
}
.body.contact .footer article.contact .inner .contact--tel {
  width: 1080px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.body.contact .footer article.contact .inner .contact--tel > div {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.body.contact .footer article.contact .inner .contact--tel > div:nth-child(2) {
  padding: 0 0 0 90px;
}
.body.contact .footer article.contact .inner .contact--tel .pc.contact {
  display: block !important;
  margin: 0;
  padding: 0;
}
.body.contact .footer article.contact .inner .btn {
  display: none;
}

.body.contact .footer._en article.contact {
  display: none;
}

.body.contact .footer._en .footer-contents {
  padding-top: 80px;
}

/*
Top
----------------------------------*/
#top-page {
  /*========Common========*/
  /*========KeyVisual========*/
  /* progress bar */
  /*========News========*/
  /*========solutions========*/
  /*========About us========*/
  /*========Location========*/
}
#top-page .container,
#top-page .content {
  width: 100%;
}
#top-page h2 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 3px;
  padding: 0;
  background: none;
  text-align: left;
}
#top-page .keyvisual {
  height: 480px;
  background-color: #eee;
  padding: 60px 0 0 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#top-page .keyvisual::after {
  content: "";
  position: absolute;
  z-index: -10;
  bottom: 0;
  left: 30%;
  width: 100%;
  height: 72px;
  /*
  background: linear-gradient(-160deg, #0071be 20%, #103174 75%);
  background: -webkit-linear-gradient(250deg, #0071be 20%, #103174 75%);
  */
  background-image: url(../images/bg_page-title.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
  visibility: visible;
}
#top-page .keyvisual .slider-wrapper {
  width: 1080px;
  position: relative;
  right: 110px;
  overflow: visible;
  margin: 0 auto;
}
#top-page .keyvisual .slider {
  width: 100vw;
  height: 350px;
  position: relative;
  overflow: visible;
  left: 0px;
}
#top-page .keyvisual .slick-list {
  overflow: visible !important;
  width: 1000px;
}
#top-page .keyvisual .slide {
  width: 100%;
  height: 350px;
  overflow: hidden;
  background: #ccc;
}
#top-page .keyvisual .slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  font-family: "object-fit: cover; object-position: center;";
}
#top-page .keyvisual .slide a img:hover {
  opacity: 1;
}
#top-page .keyvisual .slide:not(.slick-current) {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
#top-page .keyvisual #slick-kv::after {
  content: "";
  visibility: visible;
  width: 270px;
  height: 80px;
  background-color: #eee;
  position: absolute;
  z-index: -1;
  left: 50px;
  bottom: -65px;
}
#top-page .keyvisual #slick-kv .slick-dots li {
  width: 40px;
  height: 5px;
  background: #ccc;
}
#top-page .keyvisual .slide-btn {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50px;
  bottom: -70px;
  border: 1px solid #103174;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#top-page .keyvisual .slide-btn.prev::before {
  right: 16px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#top-page .keyvisual .slide-btn.prev::after {
  right: 13px;
}
#top-page .keyvisual .slide-btn.next {
  left: 110px;
}
#top-page .keyvisual .slide-btn::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #103174;
  border-right: solid 2px #103174;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#top-page .keyvisual .slide-btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  border-top: solid 2px #103174;
  position: absolute;
  top: 48%;
  right: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: visible;
}
#top-page .keyvisual .slide-btn:hover {
  background-color: #103174;
}
#top-page .keyvisual .slide-btn:hover::before {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}
#top-page .keyvisual .slide-btn:hover::after {
  border-top: solid 2px #fff;
}
#top-page .keyvisual .slick-counter {
  position: absolute;
  left: 1180px;
  color: #fff;
  padding: 15px 0 0 0;
  white-space: nowrap;
}
#top-page .keyvisual .slick-counter .current {
  padding: 0 2px 0 6px;
  width: 17px;
  display: inline-block;
}
#top-page .keyvisual .slick-counter .total {
  margin: 0 0 0 2px;
}
#top-page .slider-progress {
  width: 900px;
  height: 5px;
  background: #ccc;
  position: relative;
  bottom: 5px;
  left: 50px;
}
#top-page .slider-progress .progress {
  width: 0%;
  height: 5px;
  background: #103174;
}
#top-page .news-area {
  padding: 80px 0;
  background-color: #eee;
  border-top: 1px solid #fff;
}
#top-page .news-area .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#top-page .news-area .news-title {
  width: 260px;
  text-align: left;
}
#top-page .news-area .news-title h2 {
  text-align: center;
  line-height: 1;
}
#top-page .news-area .news-title a {
  position: relative;
  text-align: center;
  display: block;
  margin: 30px 0 0 35px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#top-page .news-area .news-title a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  position: absolute;
  top: 15px;
  left: 55px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#top-page .news-area .news-title a::after {
  content: "";
  display: block;
  width: 12px;
  height: 2px;
  border-top: solid 2px #000;
  position: absolute;
  top: 14px;
  left: 52px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#top-page .news-area .news-title a:hover {
  color: #103174;
}
#top-page .news-area .news-title a:hover::before {
  border-top: solid 2px #103174;
  border-right: solid 2px #103174;
  left: 60px;
}
#top-page .news-area .news-title a:hover::after {
  border-top: solid 2px #103174;
  left: 57px;
}
#top-page .news-area .news-contents {
  width: 940px;
}
#top-page .news-area .news-contents dl {
  margin: 0 0 30px 0;
}
#top-page .news-area .news-contents dl:last-child {
  margin: 0;
}
#top-page .solutions {
  width: 100%;
  padding: 130px 0 180px 0;
  background-color: #eee;
  position: relative;
  /*--/solutions-area--*/
}
#top-page .solutions .solutions-txt {
  position: relative;
  top: 140px;
  left: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  margin: 0;
}
#top-page .solutions .solutions-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1140px;
  margin: 0;
  position: relative;
  z-index: 100;
}
#top-page .solutions .solutions-area .solutions-box {
  width: 570px;
  height: 300px;
  position: relative;
}
#top-page .solutions .solutions-area .solutions-box a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#top-page .solutions .solutions-area .solutions-box a::after {
  content: none;
}
#top-page .solutions .solutions-area .solutions-box a:hover img {
  opacity: 1;
}
#top-page .solutions .solutions-area .solutions-box a:hover > div::after {
  background-color: rgba(16, 49, 116, 0.85);
}
#top-page .solutions .solutions-area .solutions-box a > div {
  overflow: hidden;
}
#top-page .solutions .solutions-area .solutions-box a > div img, #top-page .solutions .solutions-area .solutions-box a > div::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#top-page .solutions .solutions-area .solutions-box a > div::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 49, 116, 0);
  display: block;
  visibility: visible;
}
#top-page .solutions .solutions-area .solutions-box .solutions-title {
  position: absolute;
  z-index: 10;
  bottom: 80px;
}
#top-page .solutions .solutions-area .solutions-box:nth-of-type(1) .solutions-title {
  left: 210px;
}
#top-page .solutions .solutions-area .solutions-box:nth-of-type(2) .solutions-title {
  left: 150px;
}
#top-page .solutions .solutions-area .solutions-box:nth-of-type(3) .solutions-title {
  left: 160px;
}
#top-page .solutions .solutions-area .solutions-box:nth-of-type(4) .solutions-title {
  left: 95px;
  bottom: 55px;
}
#top-page .solutions::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 0;
  width: 87%;
  height: 780px;
  /*
  background: linear-gradient(-160deg, #0071be 60%, #103174 125%);
  background: -webkit-linear-gradient(250deg, #0071be 60%, #103174 125%);
  */
  background-color: #080a44;
  display: block;
  visibility: visible;
}
#top-page #about-us.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
#top-page .about-us {
  width: 100%;
  height: 1070px;
  /*height: 1170px;*/
  background-color: #eee;
  padding: 50px 0 0 0;
  /*--/.what-is--*/
  /*--/.business-summary--*/
}
#top-page .about-us .what-is {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#top-page .about-us .what-is > div {
  width: 50%;
}
#top-page .about-us .what-is .about-img {
  padding: 60px 0 0 100px;
  text-align: center;
}
#top-page .about-us .what-is .about-img img {
  width: 378px;
}
#top-page .about-us .what-is .about-img p {
  font-style: italic;
  font-weight: 500;
  text-align: center;
  margin: 10px 0 0 0;
}
#top-page .about-us .what-is .no1 {
  color: #103174;
  font-size: 24px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5;
  margin: 20px 0 0 0;
}
#top-page .about-us .what-is .sub {
  font-size: 20px;
  font-weight: 500;
  margin: 30px 0 0 0;
}
#top-page .about-us .what-is ul.asterisk {
  list-style: none;
  padding-left: 1.2em;
  margin: 15px 0 0 0;
  text-align: left;
}
#top-page .about-us .what-is ul.asterisk li {
  list-style: none;
  text-indent: -1.2em;
}
#top-page .about-us .what-is ul.asterisk li::before {
  content: "*";
  margin-right: 5px;
}
#top-page .about-us h3 {
  font-size: 26px;
  font-weight: 500;
  padding: 0;
  margin: 0;
  text-align: left;
}
#top-page .about-us .inner:nth-child(2) {
  padding: 45px 0 0 0;
}
#top-page .about-us .business-summary {
  margin: 40px 0 55px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#top-page .about-us .business-summary .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#top-page .about-us .business-summary .box div:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#top-page .about-us .business-summary .box:nth-child(2) {
  margin: 0 auto;
}
#top-page .about-us .business-summary .box img {
  width: 160px;
}
#top-page .about-us .business-summary .box p {
  text-align: center;
  margin: 0;
  line-height: 1.6;
}
#top-page .about-us .business-summary .box p.name {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
  margin: 30px 0 20px 0;
}
#top-page .location {
  width: 100%;
  /*  height: 820px;*/
  /*-- /inner --*/
}
#top-page .location .inner {
  /*  height: 885px;*/
  /*-- /location--link --*/
}
#top-page .location .inner::before {
  content: "";
  width: 786px;
  /*  height: 761px;*/
  position: absolute;
  top: -85px;
  left: 160px;
  z-index: -10;
  /*  background-image: url(../top/images/img_location.png);
    background-repeat: no-repeat;
    background-size: 100%;*/
}
#top-page .location .inner h2 {
  padding: 75px 0 0 55px;
  margin: 0;
  text-align: left;
}
#top-page .location .inner .location--link {
  position: absolute;
  /*-- /a --*/
}
#top-page .location .inner .location--link a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#top-page .location .inner .location--link a:hover img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  opacity: 1;
}
#top-page .location .inner .location--link a:hover p {
  color: #0d3c80;
}
#top-page .location .inner .location--link a .location--img {
  overflow: hidden;
}
#top-page .location .inner .location--link a .location--img img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#top-page .location .inner .location--link a p {
  margin: 0;
  line-height: 1;
  padding: 10px 0 0 0;
}
#top-page .location .inner .location--link a p span {
  line-height: 1.4;
  letter-spacing: 0.5px;
}
#top-page .location .inner .location--link a p .lt-main {
  font-size: 20px;
  font-weight: 500;
}
#top-page .location .inner .location--link a p .lt-sub {
  font-size: 16px;
  font-weight: 500;
}
#top-page .location .inner .location--link a p .lt-min {
  font-size: 16px;
}
#top-page .location .inner .location--link.location-01 {
  top: 135px;
  left: 840px;
}
#top-page .location .inner .location--link.location-01 div {
  width: 300px;
}
#top-page .location .inner .location--link.location-01 .location--txt {
  text-align: center;
}
#top-page .location .inner .location--link.location-02 {
  top: 330px;
  left: 840px;
}
#top-page .location .inner .location--link.location-02 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#top-page .location .inner .location--link.location-02 div {
  width: 100px;
}
#top-page .location .inner .location--link.location-02 .location--txt {
  padding: 20px 0 0 20px;
  text-align: left;
}
#top-page .location .inner .location--link.location-03 {
  top: 485px;
  left: 840px;
}
#top-page .location .inner .location--link.location-03 div {
  width: 300px;
}
#top-page .location .inner .location--link.location-03 .location--txt {
  text-align: left;
}
#top-page .location .inner .location--link.location-04 {
  top: 560px;
  left: 125px;
}
#top-page .location .inner .location--link.location-04 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#top-page .location .inner .location--link.location-04 div {
  width: 180px;
}
#top-page .location .inner .location--link.location-04 .location--txt {
  padding: 20px 20px 0 0;
  text-align: right;
}
#top-page .location .inner .location--link.location-04 .location--txt .lt-sub {
  line-height: 1;
}
#top-page .location .inner .location--link.location-05 {
  top: 95px;
  left: 390px;
}
#top-page .location .inner .location--link.location-05 div {
  width: 150px;
}
#top-page .location .inner .location--link.location-05 .location--txt {
  text-align: center;
}
#top-page .location .inner .location--link.location-05 .location--txt .lt-sub {
  line-height: 1;
}
#top-page .location .inner .location--link.location-05 .location--txt .lt-min {
  line-height: 2;
}
#top-page .location .inner .location--link.location-06 {
  top: 225px;
  left: 65px;
}
#top-page .location .inner .location--link.location-06 div {
  width: 200px;
}
#top-page .location .inner .location--link.location-06 .location--txt {
  text-align: center;
}
#top-page .location .inner .location--link.location-06 .location--txt .lt-sub {
  line-height: 1;
}
#top-page .location .inner .location--link.location-06 .location--txt .lt-min {
  line-height: 2;
}
#top-page .location .inner .location--link a[target=_blank]::after {
  position: absolute;
  right: 5px;
}
#top-page .location .inner .location--link.location-02 a[target=_blank]::after {
  left: 75px;
}
#top-page .location .inner .btn-area {
  /* position: absolute;
   bottom: 80px;*/
  padding: 40px 0;
}
#top-page .location .inner .btn-area a {
  margin-top: -5px;
}

/*
CMS
----------------------------------*/
/* ---------------------------------------------
 acms.css初期化
------------------------------------------------ */
#adminBox {
  margin-bottom: 0 !important;
  position: relative;
  z-index: 100000;
  top: 80px;
}

.acms-entry .entry-container {
  margin-left: 10px;
  margin-right: 10px;
}
.acms-entry .entry-container2 {
  padding-left: 10px;
  padding-right: 10px;
}
.acms-entry .entry-container iframe {
  max-width: 100%;
  margin-top: 20px;
}
.acms-entry blockquote {
  /*margin-top: 20px !important;*/
}
.acms-entry .acms-inner {
  width: 1080px;
  margin: 0 auto;
}

[class*=column-gf-map-] {
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ファイル配置（おまかせ） */
/* ファイル配置（左） */
.column-gf-file-left {
  text-align: left;
}

/* ファイル配置（右） */
.column-gf-file-right {
  text-align: right;
}

/* ファイル配置（中央） */
.column-gf-file-center {
  text-align: center;
}

/* 地図配置（おまかせ） */
.column-gf-map-auto {
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}

/* 地図配置（左） */
.column-gf-map-left {
  float: left;
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}

/* 地図配置（右） */
.column-gf-map-right {
  float: right;
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}

/* 地図配置（中央） */
.column-gf-map-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
  /*macie¥*/
  overflow: hidden;
  /*macie*/
}

/* YouTube配置 (おまかせ) */
/* YouTube配置 (左) */
.column-gf-youtube-left, .column-gf-video-left {
  display: inline;
  float: left;
}

/* YouTube配置 (右) */
.column-gf-youtube-right, .column-gf-video-right {
  display: inline;
  float: right;
}

/* YouTube配置 (中央) */
.column-gf-youtube-center, .column-gf-video-center {
  margin-left: auto;
  margin-right: auto;
}

.acms-entry [class*=column-gf-youtube-], .acms-entry [class*=column-gf-video-] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

div.a-table-editable:after {
  display: none;
}

.entryFormColumnTable {
  table-layout: fixed;
}

/* ------ social icon -------------------------- */
.social-icon ul {
  margin: 20px auto;
  text-align: center;
}
.social-icon ul li {
  display: inline-block;
}
.social-icon ul li a {
  display: block;
  width: 60px;
  height: 60px;
  text-indent: -99999px;
  font-size: 50%;
  border-radius: 50%;
}

@media screen and (min-width: 750px) {
  .facebook:hover {
    background: url(../images/svg/facebook.svg) center center no-repeat;
    background-size: 100%;
    background-color: #3b5998 !important;
  }
}
.facebook {
  background: url(../images/svg/facebookClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff !important;
  border: 1px solid #3b5998;
}

@media screen and (min-width: 750px) {
  .twitter:hover {
    background: url(../images/svg/twitter.svg) center center no-repeat;
    background-size: 100%;
    background-color: #00aced !important;
  }
}
.twitter {
  background: url(../images/svg/twitterClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff !important;
  border: 1px solid #00aced;
}

@media screen and (min-width: 750px) {
  .line:hover {
    background: url(../images/svg/line.svg) center center no-repeat;
    background-size: 100%;
    background-color: #2cbf13 !important;
  }
}
.line {
  background: url(../images/svg/lineClick.svg) center center no-repeat;
  background-size: 100%;
  background-color: #ffffff !important;
  border: 1px solid #2cbf13;
}

/* ------ 変なところ調整 -------------------------- */
.acms-entry .entry-container {
  clear: both;
}

.entry-container iframe {
  width: 100%;
}

.acms-form-group {
  margin-bottom: 0 !important;
}

.acms-entry [class*=column-image] {
  margin-top: 20px;
}

.column-image-auto > a {
  pointer-events: none;
}

.column-table- {
  margin-bottom: 30px;
}

/* Form
----------------------------------*/
#form {
  /* CSS Document */
  /* input area */
  /* icon */
  /* base */
  /* 任意,必須アイコン */
  /* 入力例 */
  /* メールアドレス入力文 */
  /* --- エラー -- */
  /* フォームボタン */
  /* flow */
  /* privacy agreement */
  /* button */
  /*
  .btn-area {
    margin: 30px 0;
  }

  button {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    display: inline-block;
    min-width: 300px;
    height: 46px;
    font-size: 114%;
    line-height: 46px;
    background: #003388;
    color: #fff;
    border: none;
    border-radius: 23px;
    text-decoration: none;
    text-align: center;
    position: relative;

    &.btn-02 {
      background: #777;
    }

    &:hover, &:active {
      background: #5785d3;
    }

    &:after {
      content: '';
      display: block;
      width: 6px;
      height: 6px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      position: absolute;
      top: 50%;
      right: 20px;
      margin-top: -4px;
      transform: rotate(45deg);
    }

    &.btn-02:after {
      border-top: solid 2px #fff;
      border-right: none;
      border-left: solid 2px #fff;
      left: 20px;
      transform: rotate(-45deg);
    }
  }
  */
}
#form div.center input {
  margin-top: 15px;
}
#form .contactDisc {
  margin: 40px 0 0;
}
#form .contactDisc p {
  margin: 20px 0 0;
  text-align: center;
}
#form .contactDisc--title {
  font-size: 26px;
  font-weight: bold;
}
#form input[type=text], #form input[type=email] {
  border: none;
  background-color: #fafafa;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
}
#form textarea {
  border: none;
  background-color: #fafafa;
  padding: 10px;
  font-size: 16px;
  border-radius: 5px;
  max-width: 580px;
}
#form .require, #form .norequire {
  float: right;
  display: inline-block;
  font-size: 78%;
  padding: 0 5px;
  color: #fff;
  border-radius: 5px;
}
#form .require {
  background: #666;
}
#form .norequire {
  background: #ccc;
}
#form .acms-admin-form-radio {
  line-height: 2;
}
#form table th {
  width: 38%;
  text-align: left;
}
#form table dl {
  margin: 0 0 10px;
}
#form table dl:last-child {
  margin: 0;
}
#form .radioFlex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#form th:before {
  content: "Any";
  display: block;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
  color: #fff;
  width: 60px;
  height: 20px;
  line-height: 2;
  border-radius: 2px;
  margin: 9px 40px 0 0;
  background: #9a9a9a;
  float: right;
}
#form th.required:before {
  content: "Required";
  background: #c8000d;
}
#form .content .example {
  font-size: 78%;
  color: #666;
  margin: 3px;
  padding: 0;
}
#form .content .email-text {
  font-size: 85%;
  margin: 10px 0 5px;
}
#form .content .error {
  font-size: 85%;
  color: #dd0000;
  padding: 0 0 0 15px;
  background: url(../images/form/icon_information.png) no-repeat 0 0.2em;
  margin: 5px 0;
}
#form .content table table p.error {
  font-size: 91%;
}
#form input::-webkit-input-placeholder {
  color: #aaa;
}
#form input::-moz-placeholder {
  color: #aaa;
}
#form input:-ms-input-placeholder {
  color: #aaa;
}
#form input::-ms-input-placeholder {
  color: #aaa;
}
#form input::placeholder {
  color: #aaa;
}
#form input.error, #form textarea.error {
  border: 1px solid #ee9899;
}
#form p.error {
  color: #c8000d;
}
#form .form-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0;
}
#form .form-button form {
  padding: 0 10px;
}
#form .flow {
  margin: 40px 0 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#form .flow li {
  float: left;
  width: 33.3%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-left: none;
  position: relative;
  overflow: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#form .flow li:after {
  content: "";
  display: none;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent #0d3c80;
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -20px;
  z-index: 1;
}
#form .flow.step02 li.flow02:after {
  display: block;
}
#form .flow.step01 li.flow01 {
  background: #0d3c80;
  color: #fff;
}
#form .flow.step01 li.flow02 {
  background: #e0e0e0;
  color: #aaa;
}
#form .flow.step01 li.flow02:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 10px;
  border-color: transparent transparent transparent #e0e0e0;
  position: absolute;
  top: 50%;
  right: -10px;
  margin-top: -20px;
  z-index: 1;
}
#form .flow.step01 li.flow03 {
  background: #efefef;
  color: #aaa;
}
#form .flow.step01 li.flow01:after {
  display: block;
}
#form .flow.step02 li.flow01 {
  background: #efefef;
  color: #aaa;
}
#form .flow.step02 li.flow01::after {
  display: block;
  border-color: transparent transparent transparent #efefef;
}
#form .flow.step02 li.flow02 {
  background: #0d3c80;
  color: #fff;
}
#form .flow.step02 li.flow03 {
  background: #e0e0e0;
  color: #aaa;
}
#form .flow.step03 li.flow01 {
  background: #e0e0e0;
  color: #aaa;
}
#form .flow.step03 li.flow01::after {
  display: block;
  border-color: transparent transparent transparent #e0e0e0;
}
#form .flow.step03 li.flow02 {
  background: #efefef;
  color: #aaa;
}
#form .flow.step03 li.flow02::after {
  display: block;
  border-color: transparent transparent transparent #efefef;
}
#form .flow.step03 li.flow03 {
  background: #0d3c80;
  color: #fff;
}
#form .agreement {
  text-align: left;
  margin-bottom: 30px;
  width: 570px;
  margin: 40px auto 0;
}
#form .agreement p {
  font-size: 14px;
  line-height: 1.6;
  margin: 20px 0 0;
}
#form .agreement p.agreement--title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
}
#form .agreement label {
  display: block;
  margin: 0 auto;
  background: #f3f5f9;
  padding: 15px 20px;
  cursor: pointer;
  width: 90%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
#form .agreement label input {
  vertical-align: middle;
  margin: -1px 4px 0 0;
}
#form button.btn {
  padding: 0;
}
#form button.btn.white:hover {
  color: #fff;
}
#form button.btn.white a {
  padding: 20px 0 0 0;
}

/*---------------------------------
jpのみ
----------------------------------*/
.JP {
  /*---------------------------------
  トップページ
  ----------------------------------*/
  /*---------------------------------
  共通
  ----------------------------------*/
  /*---------------------------------
  フッタ　CTA
  ----------------------------------*/
  /*---------------------------------
  Location
  ----------------------------------*/
  /*---------------------------------
  お問い合わせフォーム
  ----------------------------------*/
}
.JP #top-page .location .inner .location--link a p .lt-main {
  font-size: 18px;
  font-weight: bold;
}
.JP #top-page .location .inner .location--link .location--txt .lt-sub {
  font-weight: bold;
  line-height: 1.2;
}
.JP #top-page .location .inner h2 {
  font-size: 24px;
}
.JP #top-page .location .inner .location--link.location-04 {
  left: 201px;
}
.JP #top-page .location .inner .location--link.location-04 .location--txt {
  padding: 7px 20px 0 0;
}
.JP #top-page .location .inner .location--link.location-05 a[target=_blank]::after {
  right: 15px;
}
.JP button.btn a,
.JP div.btn a {
  font-weight: bold;
}
.JP .footer .contact:not(.entry-contact) h2 {
  width: auto;
  font-size: 24px !important;
  margin-left: 70px;
  right: 0;
  padding: 5px 0 0 !important;
}
.JP .footer .contact:not(.entry-contact) .inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.JP .footer .contact:not(.entry-contact) .inner div {
  width: 100%;
}
.JP .footer .contact:not(.entry-contact) .inner div::after {
  content: none;
}
.JP .footer .contact:not(.entry-contact) .inner p a {
  font-size: 36px;
  position: relative;
}
.JP .footer .contact:not(.entry-contact) .inner p a::before {
  position: absolute;
  top: 14px;
  left: -25px;
  content: "";
  display: inline-block;
  background-image: url(../images/icon_phone.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 22px;
  visibility: visible;
}
.JP .footer .contact:not(.entry-contact) .inner .btn {
  height: 145px;
  padding: 65px 0 0 30px;
  text-align: left;
}
.JP .footer .contact:not(.entry-contact) .inner .contact--tel {
  width: 580px;
  display: block;
}
.JP .footer .contact:not(.entry-contact) .inner .contact--tel > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.JP .footer .contact:not(.entry-contact) .inner .contact--tel > div:nth-child(1) p:nth-child(2) {
  letter-spacing: 0.8px;
}
.JP .footer .contact:not(.entry-contact) .inner .contact--tel > div p:nth-child(1) {
  line-height: 1.6;
}
.JP .footer address .company {
  margin: 0 0 10px 0;
}
.JP .location--map > div .location--link.location-05 div {
  margin: 0 auto;
}
.JP .location--map > div .location--link.location-05 a[target=_blank]::after {
  right: 15px;
}
.JP #form th {
  font-weight: bold;
}
.JP #form th:before {
  content: "任意";
  font-size: 12px;
  line-height: 1.6;
}
.JP #form th.required:before {
  content: "必須";
}
.JP #form .acms-admin-form-radio {
  font-weight: bold;
}

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

PCのみ（960px～）

----------------------------------*/
@media print, screen and (min-width: 960px) {
  a[href^="tel:"] {
    pointer-events: none;
    font-weight: normal;
    color: inherit;
    text-decoration: none !important;
  }
  /*-- ここまで --*/
}/*# sourceMappingURL=style.css.map */