@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
.bg01.PageBody {
  background-color: white;
}
.bg02.PageBody {
  background-color: #f6f5f6;
}

.TopCaseSet, .PageBody .Inner .PageBodyCol {
  margin-bottom: 60px;
  box-sizing: border-box;
}
.TopCaseSet:last-child, .PageBody .Inner .PageBodyCol:last-child {
  margin-bottom: 0;
}

.PageHeader .PageHeaderInner, .PageBody .InnerNews{
  max-width: 800px;
  padding: 0 32px;
  margin: 0 auto 60px;
}

.PageHeader .PageHeaderInner, .PageBody .Inner {
  max-width: 1000px;
  padding: 0 32px;
  margin: 0 auto 60px;
}
.PageHeader .PageHeaderInner:last-child, .PageBody .Inner:last-child {
  margin-bottom: 0;
}
.PageHeader .narrow.PageHeaderInner, .PageBody .narrow.Inner {
  max-width: 800px;
}
@media (max-width: 739px) {
  .PageHeader .PageHeaderInner, .PageBody .Inner {
    padding: 0 16px;
  }
}

.PageBody .TopInner {
  max-width: 1216px;
  padding: 0 8px;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 739px) {
  .PageBody .TopInner {
    padding: 0 40px;
  }
}

.FooterLinkColumn p.more a,
p.more a{
  display: block;
  padding: 16px 0;
  border: 1px solid #676767;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1px;
  font-family: "Roboto", sans-serif;
  color: #676767;
  text-decoration: none;
  position: relative;
  text-align: center;
  -webkit-transition: color 0.35s ease;
  transition: color 0.35s ease;
  z-index: 2;
}
.white p.more a,
p.more .white a {
  color: #fff;
  border-color: #fff;
}

.white .FooterLinkColumn p.more a, .FooterLinkColumn p.more .white a {
  color: white;
  border-color: white;
}
.FooterLinkColumn p.more a span:before,
p.more a span:before{
  content: "+";
  margin-right: 4px;
}
.FooterLinkColumn p.more a:after,
p.more a:after{
  background: #676767;
  width: 0%;
  height: 100%;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  transition: width 0.35s ease;
}
.white .FooterLinkColumn p.more a:after, .FooterLinkColumn p.more .white a:after {
  background-color: white;
}
.FooterLinkColumn p.more a:hover:after {
  width: 100%;
}
.FooterLinkColumn p.more a:hover {
  color: white;
}
.white .FooterLinkColumn p.more a:hover, .FooterLinkColumn p.more .white a:hover {
  color: #676767;
}

input[type=submit] {
  display: block;
  padding: 16px 0;
  border: 1px solid #3894ce;
  background: #3894ce;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1px;
  color: white;
  text-decoration: none;
  position: relative;
  text-align: center;
  transition: color 0.35s ease;
  z-index: 2;
}
input[type=submit]:hover {
  color: #3894ce;
  background: white;
}

* {
  outline: 0;
}

body {
  line-height: 1;
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  padding: 0;
}

input, select {
  vertical-align: middle;
}

a {
  border: 0;
  outline: 0;
}

a {
  -webkit-tap-highlight-color: transparent;
}

img {
  border: 0;
  outline: 0;
}

@font-face {
  font-family: "ico_ex";
  src: url("../fonts/iconex.eot?4l0ac5");
  src: url("../fonts/iconex.eot?4l0ac5#iefix") format("embedded-opentype"), url("../fonts/iconex.ttf?4l0ac5") format("truetype"), url("../fonts/iconex.woff?4l0ac5") format("woff"), url("../fonts/iconex.svg?4l0ac5#ico_sn") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  color: #676767;
  font-size: 18px;
  line-height: 1.5;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  line-break: strict;
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", -apple-system, BlinkMacSystemFont, sans-serif;
  }
}
@media (max-width: 739px) {
  body {
    font-size: 14px;
  }
}

a:link, a:visited {
  color: #676767;
  text-decoration: none;
  transition: opacity 0.35s ease;
  transition: background 0.35s ease;
  transition: color 0.35s ease;
}

a:hover, a:visited:hover {
  color: rgba(103, 103, 103, 0.7);
}

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

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

#wrap {
  width: 100%;
  padding-top: 80px;
}
@media (max-width: 739px) {
  #wrap {
    padding-top: 56px;
  }
}
@media (max-width: 739px) {
  .Home #wrap {
    padding-top: 0;
  }
}

#Loading {
  width: 100%;
  height: 100%;
  background: #fff;
  position: fixed;
  z-index: 1000;
  display: block;
}
#Loading span {
  font-size: 1px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3894ce;
  position: relative;
  animation: load3 1.5s infinite linear;
  transform: translateZ(0);
}
#Loading span:before {
  width: 50%;
  height: 50%;
  background: #fff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: -1px;
  left: -1px;
  content: "";
}
#Loading span:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.PageBody {
  padding: 80px 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: white;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: hidden;
}
@media (max-width: 739px) {
  .PageBody {
    padding: 36px 0;
  }
}
.PageBody.white {
  color: white;
}
.PageBody.pt0 {
  padding-top: 0;
}
.PageBody.pb0 {
#  padding-bottom: 0;
}
.PageBody .Inner {
  display: flex;
  flex-direction: column;
}
.PageBody .Inner .PageBodyCol {
  width: 100%;
}
.PageBody .Inner.col2 {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.PageBody .Inner.col2 .PageBodyCol {
  width: calc(50% - 40px);
  margin-bottom: 0;
  margin-top: 72px;
}
.PageBody .Inner.col2 .PageBodyCol:nth-of-type(-n+2) {
  margin-top: 0;
}
@media (max-width: 739px) {
  .PageBody .Inner.col2 .PageBodyCol {
    width: 100%;
    flex-direction: column;
  }
  .PageBody .Inner.col2 .PageBodyCol:nth-of-type(-n+2) {
    margin-top: 72px;
  }
  .PageBody .Inner.col2 .PageBodyCol:nth-of-type(-n+1) {
    margin-top: 0;
  }
}
.PageBody .Inner.col3 {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.PageBody .Inner.col3 .PageBodyCol {
  width: calc(33% - 40px);
  margin-bottom: 0;
  margin-top: 72px;
}
.PageBody .Inner.col3 .PageBodyCol:nth-of-type(-n+3) {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .PageBody .Inner.col3 .PageBodyCol {
    width: calc(50% - 40px);
    flex-direction: column;
  }
  .PageBody .Inner.col3 .PageBodyCol:nth-of-type(-n+3) {
    margin-top: 72px;
  }
  .PageBody .Inner.col3 .PageBodyCol:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
@media (max-width: 739px) {
  .PageBody .Inner.col3 .PageBodyCol {
    width: 100%;
    flex-direction: column;
  }
  .PageBody .Inner.col3 .PageBodyCol:nth-of-type(-n+2) {
    margin-top: 72px;
  }
  .PageBody .Inner.col3 .PageBodyCol:nth-of-type(-n+1) {
    margin-top: 0;
  }
}
.PageBody .Inner.col3:after {
  width: calc(33% - 40px);
  content: "";
  display: block;
}
.PageBody .Inner.col4 {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.PageBody .Inner.col4 .PageBodyCol {
  width: calc(25% - 40px);
  margin-bottom: 0;
  margin-top: 72px;
}
.PageBody .Inner.col4 .PageBodyCol:nth-of-type(-n+4) {
  margin-top: 0;
}
@media (max-width: 1024px) {
  .PageBody .Inner.col4 .PageBodyCol {
    width: calc(50% - 40px);
    flex-direction: column;
  }
  .PageBody .Inner.col4 .PageBodyCol:nth-of-type(-n+4) {
    margin-top: 72px;
  }
  .PageBody .Inner.col4 .PageBodyCol:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
@media (max-width: 739px) {
  .PageBody .Inner.col4 .PageBodyCol {
    width: 100%;
    flex-direction: column;
  }
  .PageBody .Inner.col4 .PageBodyCol:nth-of-type(-n+2) {
    margin-top: 72px;
  }
  .PageBody .Inner.col4 .PageBodyCol:nth-of-type(-n+1) {
    margin-top: 0;
  }
}
.PageBody .Inner.col4:before {
  width: calc(25% - 40px);
  content: "";
  display: block;
  order: 1;
}
.PageBody .Inner.col4:after {
  width: calc(25% - 40px);
  content: "";
  display: block;
}
.PageBody .TopInner {
  display: flex;
  flex-direction: column;
}

.inv {
  position: relative;
}
.inv .pin {
  width: 1px;
  height: calc(100% - 400px);
  display: block;
  top: 200px;
  left: 50%;
  position: absolute;
  z-index: -1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  margin: 0;
  padding: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
#Header {
  width: 100%;
  background-color: white;
  position: fixed;
  z-index: 10;
  transition: all 0.35s ease;
}

.hamburger {
  display: none;
  width: 20px;
  height: 17px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
  z-index: 21;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
}
@media (max-width: 739px) {
  .hamburger {
    display: block;
  }
}
.hamburger span {
  background: #676767;
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 1;
  transition: all 0.35s ease;
}
.hamburger span:nth-of-type(1) {
  top: 0;
}
.hamburger span:nth-of-type(2) {
  top: 8px;
  width: 75%;
}
.hamburger span:nth-of-type(3) {
  bottom: 0;
  width: 50%;
}
.hamburger.close span:nth-of-type(1) {
  background: white;
  transform: translateY(8px) rotate(-45deg);
}
.hamburger.close span:nth-of-type(2) {
  background: white;
  opacity: 0;
}
.hamburger.close span:nth-of-type(3) {
  background: white;
  transform: translateY(-8px) rotate(45deg);
  width: 100%;
}

.HeaderInner {
  max-width: 1000px;
  padding: 0 32px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  transition: all 0.35s ease;
  top: 0;
}
@media (max-width: 739px) {
  .HeaderInner {
    padding: 0 16px;
    height: 56px;
  }
}

.HeaderLogo {
  width: 100%;
  max-width: 200px;
#  width: 153px;
#  height: 40px;
  display: block;
}
@media (max-width: 739px) {
  .HeaderLogo {
    width: 122px;
    height: 32px;
    z-index: 21;
  }
}
.HeaderLogo a {
  text-indent: -10000px;
  width: 153px;
  height: 100%;
  display: block;
  background-image: url(../img/logo.png);
  background-size: contain;
  transition: opacity 0.35s ease;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 739px) {
  .HeaderLogo a {
    width: 122px;
    height: 32px;
    background-size: contain;
  }
}
#Header.home .HeaderLogo a {
  background-image: url(../img/logo.png);
}
@media (max-width: 739px) {
  #Header.home .HeaderLogo a {
    background-image: url(../img/logo.png);
  }
}
.HeaderLogo a:hover {
  opacity: 0.7;
}

.HeaderNavi {
  width: calc(100% - 340px);
}
@media (max-width: 1024px) {
  .HeaderNavi {
    width: calc(100% - 170px);
  }
}
@media (max-width: 739px) {
  .HeaderNavi {
    width: 40%;
    background: #cecece;
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 64px;
    transition: transform 0.35s ease;
    box-sizing: border-box;
    z-index: 20;
    height: 100%;
    transform: translateX(100%);
  }
  .HeaderNavi.active {
    transform: translateX(0%);
  }
}
.HeaderNavi ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 1024px) {
  .HeaderNavi ul {
    justify-content: flex-end;
  }
}
@media (max-width: 739px) {
  .HeaderNavi ul {
    height: 100%;
    overflow-y: scroll;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.HeaderNavi ul li {
  margin-left: 40px;
}
.HeaderNavi ul li:first-child {
  margin-left: 0;
}
.HeaderNavi ul li:last-child {
  margin-right: 0;
}
@media (max-width: 739px) {
  .HeaderNavi ul li {
    width: 100%;
    margin: 0 !important;
    border-bottom: 1px solid white;
  }
  .HeaderNavi ul li:first-child {
    border-top: 1px solid white;
  }
}
.HeaderNavi ul li a {
  font-family: "Roboto", sans-serif;
  color: #676767;
  font-size: 20px;
  transition: opacity 0.35s ease;
  display: block;
}
.HeaderNavi ul li a:after {
  width: 100%;
  height: 1px;
  background: #cecece;
  content: "";
  display: block;
  margin-top: 4px;
}
@media (max-width: 739px) {
  .HeaderNavi ul li a:after {
    content: none;
  }
}
.HeaderNavi ul li a:hover {
  opacity: 0.7;
  color: #676767;
}
#Header.home .HeaderNavi ul li a {
  color: #676767;
}
#Header.home .HeaderNavi ul li a:after {
  background: #cecece;
}
#Header.home .HeaderNavi ul li a:hover {
  color: #676767;
}
@media (max-width: 739px) {
  .HeaderNavi ul li a {
    padding: 12px 20px;
    display: block;
    color: #676767;
    font-size: 14px;
  }
  .HeaderNavi ul li a:hover {
    opacity: 1;
  }
}

#Footer {
  background: white;
  padding: 20px 0 68px;
}
@media (max-width: 739px) {
  #Footer {
    padding: 12px 0 24px;
  }
}

.FooterInner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  transition: all 0.35s ease;
}
@media (max-width: 1024px) {
  .FooterInner {
    padding: 0 16px;
  }
}

.FooterCopy .logo {
  width: 153px;
  height: 40px;
  display: block;
  background-image: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 739px) {
  .FooterCopy .logo {
    width: 92px;
    height: 24px;
  }
}
.FooterCopy .logo span {
  display: none;
}
.FooterCopy .copy {
  color: #676767;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  margin-top: 8px;
}

.FooterPageTop a {
  color: #676767;
  transition: opacity 0.35s ease;
  font-size: 11px;
  font-family: "Roboto", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 739px) {
  .FooterPageTop a {
    font-size: 10px;
  }
}
.FooterPageTop a:before {
  font-family: "ico_ex";
  content: "";
  font-size: 36px;
  display: block;
  line-height: 1;
}
@media (max-width: 739px) {
  .FooterPageTop a:before {
    font-size: 24px;
  }
}
.FooterPageTop a:hover {
  color: white;
  opacity: 0.7;
}

.MainVisual {
  width: 100%;
  height: 675px;
  display: block;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 739px) {
  .MainVisual {
    height: 100vh;
    min-height: 400px;
  }
}
.MainVisual .MainVisualInner {
  min-width: 100%;
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
@media (max-width: 739px) {
  .MainVisual .MainVisualInner {
    justify-content: center;
  }
}
.MainVisual .MainVisualInner .MVLogo {
  width: 500px;
  opacity: 0;
  margin-top: 200px;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.2));
  transition: all 0.5s linear;
  transform: translateX(-20px) translateY(-20px);
}
.MainVisual .MainVisualInner .MVLogo.load {
  opacity: 1;
  transform: translateX(-20px) translateY(0);
}
.MainVisual .MainVisualInner .MVLogo img {
  width: 100%;
}
@media (max-width: 739px) {
  .MainVisual .MainVisualInner .MVLogo {
    width: 240px;
    margin-top: 0;
  }
}
.MainVisual .MainVisualInner .MVCopy {
  font-size: 18px;
  color: white;
  font-weight: 700;
  text-align: center;
  margin: 36px 0 60px;
  opacity: 0;
  filter: drop-shadow(0 2px 5px rgba(0, 0, 0, 0.6));
  transition: all 0.5s linear;
  transform: translateY(-20px);
}
.MainVisual .MainVisualInner .MVCopy.load {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 739px) {
  .MainVisual .MainVisualInner .MVCopy {
    font-size: 13px;
    padding: 0 12%;
    margin-top: 20px;
  }
  .MainVisual .MainVisualInner .MVCopy br {
    display: none;
  }
}
.MainVisual .MVScroll {
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 1s ease;
}
.MainVisual .MVScroll.load {
  opacity: 1;
}
.MainVisual .MVScroll a {
  text-decoration: none;
  color: white;
  font-weight: 700;
  transition: opacity 0.35s ease;
  font-family: "Roboto", sans-serif;
  display: block;
  text-align: center;
}
.MainVisual .MVScroll a:hover {
  opacity: 0.7;
}
.MainVisual .MVScroll a:after {
  content: "";
  font-family: "ico_ex";
  display: block;
  text-align: center;
  font-size: 40px;
  line-height: 1;
}

.BgHeader {
  padding: 0;
  margin-top: -80px;
  margin-bottom: 80px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
  height: 550px;
}
@media (max-width: 739px) {
  .BgHeader {
    margin-top: -36px;
    margin-bottom: 28px;
    height: auto;
  }
}
.BgHeader .BgHeaderBak {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 550px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 739px) {
  .BgHeader .BgHeaderBak {
    height: 148px;
    position: static;
  }
}
.BgHeader .BgHeaderTitle {
  font-weight: 700;
  line-height: 1;
  color: white;
  padding: 160px 0 8px;
  margin-bottom: 16px;
  border-bottom: white 1px solid;
  font-size: 24px;
  max-width: 760px;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 739px) {
  .BgHeader .BgHeaderTitle {
    padding: 28px 0 4px;
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 1.2;
    color: black;
    border-color: black;
  }
}
.BgHeader .BgHeaderTitle span {
  font-size: 62px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  margin-right: 40px;
}
@media (max-width: 739px) {
  .BgHeader .BgHeaderTitle span {
    font-size: 24px;
    margin-right: 8px;
    line-height: 1;
  }
}
.BgHeader p {
  max-width: 760px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 739px) {
  .BgHeader p {
    color: gray;
    font-size: 12px;
  }
}

.TopServiceList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 739px) {
  .TopServiceList {
    flex-direction: column;
  }
}
.TopServiceList .TopServiceListInner {
  width: calc(25% - 36px);
  display: flex;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .TopServiceList .TopServiceListInner {
    width: calc(50% - 36px);
    margin-top: 36px;
  }
  .TopServiceList .TopServiceListInner:nth-of-type(-n+2) {
    margin-top: 0;
  }
}
@media (max-width: 739px) {
  .TopServiceList .TopServiceListInner {
    width: 100%;
    margin-top: 28px;
    flex-direction: row;
    justify-content: space-between;
  }
  .TopServiceList .TopServiceListInner:nth-of-type(-n+2) {
    margin-top: 28px;
  }
  .TopServiceList .TopServiceListInner:nth-of-type(-n+1) {
    margin-top: 0;
  }
}
.TopServiceList .TopServiceListInner .TopServiceListInnerIcon {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media (max-width: 739px) {
  .TopServiceList .TopServiceListInner .TopServiceListInnerIcon {
    width: 30%;
    align-items: flex-start;
  }
}
.TopServiceList .TopServiceListInner .TopServiceListInnerIcon p {
  width: 100%;
}
.TopServiceList .TopServiceListInner .TopServiceListInnerIcon p img {
  width: 100%;
}
.TopServiceList .TopServiceListInner .TopServiceListInnerTxt {
  margin-top: 16px;
}
@media (max-width: 739px) {
  .TopServiceList .TopServiceListInner .TopServiceListInnerTxt {
    width: 66%;
    margin: 0;
  }
}
@media (max-width: 739px) {
  .TopServiceList .TopServiceListInner .TopServiceListInnerTxt p {
    font-size: 13px;
  }
}
.TopServiceList .TopServiceListInner .TopServiceListInnerTxt .label {
  height: 2.4em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 739px) {
  .TopServiceList .TopServiceListInner .TopServiceListInnerTxt .label {
    height: auto;
    text-align: left;
    font-size: 16px;
    margin-bottom: 4px;
  }
  .TopServiceList .TopServiceListInner .TopServiceListInnerTxt .label br {
    display: none;
  }
}

.TopTitleA {
  font-weight: 700;
  line-height: 1;
  color: black;
  padding: 0 0 8px;
  margin-bottom: 28px;
  border-bottom: black 1px solid;
  font-size: 24px;
  display: flex;
  align-items: baseline;
}
@media (max-width: 739px) {
  .TopTitleA {
    padding: 28px 0 4px;
    margin-bottom: 36px;
    font-size: 12px;
    line-height: 1.2;
  }
}
.TopTitleA span {
  font-size: 40px;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  margin-right: 40px;
}
@media (max-width: 739px) {
  .TopTitleA span {
    font-size: 24px;
    margin-right: 8px;
    line-height: 1;
  }
}

.TopSlideSet {
  padding: 0 60px;
}
@media (max-width: 739px) {
  .TopSlideSet {
    padding: 0 40px;
  }
}
.TopSlideSet .TopSlideA {
  position: relative;
}
.TopSlideSet .TopSlideA .slick-arrow {
  font-family: "ico_ex";
  background: none;
  border: 0;
  outline: 0;
  position: absolute;
  color: white;
  font-size: 28px;
  width: 58px;
  height: 70px;
  background: #5b5b5b;
  cursor: pointer;
  top: 50%;
  z-index: 10;
  margin-top: -35px;
  transition: opacity 0.35s ease;
}
.TopSlideSet .TopSlideA .slick-arrow:hover {
  opacity: 0.7;
}
@media (max-width: 739px) {
  .TopSlideSet .TopSlideA .slick-arrow {
    font-size: 12px;
    margin-top: -12px;
    width: 24px;
    height: 24px;
  }
}
.TopSlideSet .TopSlideA .slick-prev {
  left: -60px;
}
@media (max-width: 739px) {
  .TopSlideSet .TopSlideA .slick-prev {
    left: -8px;
  }
}
.TopSlideSet .TopSlideA .slick-next {
  right: -60px;
}
@media (max-width: 739px) {
  .TopSlideSet .TopSlideA .slick-next {
    right: -8px;
  }
}
@media (max-width: 739px) {
  .TopSlideSet .TopSlideA .slick-list {
    overflow: visible;
  }
}
.TopSlideSet .TopSlideA .TopSlideCol {
  padding: 0 30px;
}
@media (max-width: 739px) {
  .TopSlideSet .TopSlideA .TopSlideCol {
    padding: 0 20px;
    opacity: 0.5;
    transition: opacity 0.5s ease;
  }
  .TopSlideSet .TopSlideA .TopSlideCol.slick-current {
    opacity: 1;
  }
}
.TopSlideSet .TopSlideA .TopSlideCol a {
  display: block;
  transition: opacity 0.35s ease;
}
.TopSlideSet .TopSlideA .TopSlideCol a:hover {
  opacity: 0.7;
}
.TopSlideSet .TopSlideA .thumb {
  filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.4));
}
.TopSlideSet .TopSlideA .thumb img {
  width: 100%;
}
.TopSlideSet .TopSlideA .name {
  font-size: 14px;
  color: #676767;
  margin-top: 20px;
}
@media (max-width: 739px) {
  .TopSlideSet .TopSlideA .name {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.TopCaseSet {
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 739px) {
  .TopCaseSet {
    padding: 0 40px;
    flex-direction: column;
  }
}
.TopCaseSet .TopCaseCol {
  width: calc(50% - 24px);
}
.TopCaseSet .TopCaseCol a {
  display: block;
  transition: opacity 0.35s ease;
}
.TopCaseSet .TopCaseCol a:hover {
  opacity: 0.7;
}
@media (max-width: 739px) {
  .TopCaseSet .TopCaseCol {
    width: 100%;
    margin-top: 40px;
  }
  .TopCaseSet .TopCaseCol:first-child {
    margin-top: 0;
  }
}
.TopCaseSet .TopCaseCol .thumb img {
  width: 100%;
  filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.4));
}
.TopCaseSet .TopCaseCol .title {
  margin-top: 20px;
  font-weight: 500;
  font-weight: 700;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  color: #676767;
}
.TopCaseSet .TopCaseCol .title:after {
  content: "";
  width: 80%;
  height: 1px;
  background: #b3b3b3;
  display: block;
}
.TopCaseSet .TopCaseCol .url {
  margin-top: 4px;
  font-size: 12px;
  text-align: center;
  color: #676767;
}
.TopCaseSet .TopCaseCol .solution {
  margin: 8px 0 0 0;
  padding: 0;
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.TopCaseSet .TopCaseCol .solution li {
  margin: 0 4px;
  padding: 4px 8px;
  border-radius: 10px;
  line-height: 1;
  font-weight: 700;
  background: #002a3f;
  color: white;
  font-family: "Roboto", sans-serif;
}

.TopCaseMore {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.TopCaseMore p.more {
  width: 460px;
}
@media (max-width: 739px) {
  .TopCaseMore p.more {
    width: 66%;
  }
}
.TopCaseMore p.more a {
  display: flex;
  width: 100%;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #676767;
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 700;
  border: 2px solid #676767;
  position: relative;
}
@media (max-width: 739px) {
  .TopCaseMore p.more a {
    font-size: 16px;
  }
}
.TopCaseMore p.more a:after {
  background: #676767;
  width: 0%;
  height: 100%;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  transition: width 0.35s ease;
}
.TopCaseMore p.more a:hover:after {
  width: 100%;
}
.TopCaseMore p.more a:hover {
  color: white;
}

.TopContact .ContactHeader {
  width: 100%;
  height: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9cacb7;
  cursor: pointer;
  transition: opacity 0.35s ease;
  -webkit-user-select: none;
  user-select: none;
}
.TopContact .ContactHeader:hover {
  opacity: 0.7;
}
@media (max-width: 739px) {
  .TopContact .ContactHeader:hover {
    opacity: 1;
  }
}
@media (max-width: 739px) {
  .TopContact .ContactHeader {
    height: 60px;
  }
}
.TopContact .ContactHeader span {
  color: white;
  font-weight: 700;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-right: 100px;
  line-height: 1;
  letter-spacing: 1;
}
@media (max-width: 739px) {
  .TopContact .ContactHeader span {
    font-size: 20px;
    padding-right: 40px;
  }
}
.TopContact .ContactHeader span:after {
  content: "";
  width: 24px;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  transition: all 0.35s ease;
}
@media (max-width: 739px) {
  .TopContact .ContactHeader span:after {
    width: 18px;
  }
}
.TopContact .ContactHeader span:before {
  content: "";
  height: 24px;
  width: 2px;
  background: white;
  position: absolute;
  top: 50%;
  right: 11.5px;
  margin-top: -12px;
  transition: all 0.35s ease;
}
@media (max-width: 739px) {
  .TopContact .ContactHeader span:before {
    height: 18px;
    margin-top: -9px;
    right: 8.5px;
  }
}
.TopContact .ContactHeader.active span:before {
  transform: rotate(90deg);
}
.TopContact .ContactHeader.active span:after {
  opacity: 0;
  transform: rotate(90deg);
}
.TopContact .ContactBody {
  padding: 80px 0;
  background-color: #ede8de;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: hidden;
  display: none;
}
@media (max-width: 739px) {
  .TopContact .ContactBody {
    padding: 36px 0;
  }
}
.TopContact .ContactBody .Inner {
  max-width: 780px;
  padding: 0 32px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 739px) {
  .TopContact .ContactBody .Inner {
    padding: 0 16px;
  }
}
.TopContact .ContactDesc {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 48px;
  color: #676767;
}
@media (max-width: 739px) {
  .TopContact .ContactDesc {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.TopContact .ContactFrm {
  width: 100%;
}
.TopContact .ContactPrivacy {
  background: #f6f5f6;
  padding: 16px;
  border: #676767 1px solid;
  color: gray;
  height: 180px;
  overflow-y: scroll;
}
.TopContact .ContactPrivacy h3 {
  font-size: 12px;
  font-weight: 700;
  color: gray;
  margin-bottom: 0.5em;
}
.TopContact .ContactPrivacy p {
  font-size: 12px;
  margin-bottom: 1.5em;
  color: gray;
}
.TopContact .ContactPrivacy ol {
  counter-reset: olnum;
  font-size: 12px;
  margin-bottom: 1.5em;
}
.TopContact .ContactPrivacy ol > li {
  position: relative;
  padding-left: 1.5em;
  color: gray;
}
.TopContact .ContactPrivacy ol > li:before {
  counter-increment: olnum;
  content: counter(olnum) ".";
  color: gray;
  position: absolute;
  left: 0;
}
.TopContact .ContactPrivacy ol > li > ol {
  counter-reset: olnum2;
  margin: 0;
}
.TopContact .ContactPrivacy ol > li > ol > li {
  padding-left: 2.5em;
}
.TopContact .ContactPrivacy ol > li > ol > li:before {
  counter-increment: olnum2;
  content: "（" counter(olnum2) "）";
}
.TopContact .ContactPrivacy ol > li > ol > li > ol {
  counter-reset: olnum3;
  margin: 0;
}
.TopContact .ContactPrivacy ol > li > ol > li > ol > li {
  padding-left: 1.5em;
}
.TopContact .ContactPrivacy ol > li > ol > li > ol > li:before {
  counter-increment: olnum3;
  content: counter(olnum3, lower-roman) ".";
}
.TopContact .ContactMsg p {
  color: #676767;
  margin-bottom: 1em;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 739px) {
  .TopContact .ContactMsg p {
    font-size: 14px;
  }
}
.TopContact .ContactBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #676767;
}
.TopContact .ContactBtn a {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 44px;
  color: black;
  font-weight: 700;
  transition: opacity 0.35s ease;
  background: #c3c0bb;
  opacity: 0.2;
}
.TopContact .ContactBtn a.active {
  opacity: 1;
}
.TopContact .ContactBtn a.active:hover {
  opacity: 0.7;
}
@media (max-width: 739px) {
  .TopContact .ContactBtn p {
    font-size: 14px;
  }
}










.Contact .ContactHeader {
  width: 100%;
  height: 136px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #9cacb7;
  cursor: pointer;
  transition: opacity 0.35s ease;
  -webkit-user-select: none;
  user-select: none;
}
.Contact .ContactHeader:hover {
  opacity: 0.7;
}
@media (max-width: 739px) {
  .Contact .ContactHeader:hover {
    opacity: 1;
  }
}
@media (max-width: 739px) {
  .Contact .ContactHeader {
    height: 60px;
  }
}
.Contact .ContactHeader span {
  color: white;
  font-weight: 700;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  position: relative;
  padding-right: 100px;
  line-height: 1;
  letter-spacing: 1;
}
@media (max-width: 739px) {
  .Contact .ContactHeader span {
    font-size: 20px;
    padding-right: 40px;
  }
}
.Contact .ContactHeader span:after {
  content: "";
  width: 24px;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  transition: all 0.35s ease;
}
@media (max-width: 739px) {
  .Contact .ContactHeader span:after {
    width: 18px;
  }
}
.Contact .ContactHeader span:before {
  content: "";
  height: 24px;
  width: 2px;
  background: white;
  position: absolute;
  top: 50%;
  right: 11.5px;
  margin-top: -12px;
  transition: all 0.35s ease;
}
@media (max-width: 739px) {
  .Contact .ContactHeader span:before {
    height: 18px;
    margin-top: -9px;
    right: 8.5px;
  }
}
.Contact .ContactHeader.active span:before {
  transform: rotate(90deg);
}
.Contact .ContactHeader.active span:after {
  opacity: 0;
  transform: rotate(90deg);
}
.Contact .ContactBody {
  padding: 80px 0;
  background-color: #ede8de;
  position: relative;
  z-index: 1;
}
@media (max-width: 739px) {
  .Contact .ContactBody {
    padding: 36px 0;
  }
}
.Contact .ContactBody .Inner {
  max-width: 780px;
  padding: 0 32px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 739px) {
  .Contact .ContactBody .Inner {
    padding: 0 16px;
  }
}
.Contact .ContactDesc {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 48px;
  color: #676767;
}
@media (max-width: 739px) {
  .Contact .ContactDesc {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.Contact .ContactFrm {
  width: 100%;
}
.Contact .ContactPrivacy {
  background: #f6f5f6;
  padding: 16px;
  border: #676767 1px solid;
  color: gray;
  height: 180px;
  overflow-y: scroll;
}
.Contact .ContactPrivacy h3 {
  font-size: 12px;
  font-weight: 700;
  color: gray;
  margin-bottom: 0.5em;
}
.Contact .ContactPrivacy p {
  font-size: 12px;
  margin-bottom: 1.5em;
  color: gray;
}
.Contact .ContactPrivacy ol {
  counter-reset: olnum;
  font-size: 12px;
  margin-bottom: 1.5em;
}
.Contact .ContactPrivacy ol > li {
  position: relative;
  padding-left: 1.5em;
  color: gray;
}
.Contact .ContactPrivacy ol > li:before {
  counter-increment: olnum;
  content: counter(olnum) ".";
  color: gray;
  position: absolute;
  left: 0;
}
.Contact .ContactPrivacy ol > li > ol {
  counter-reset: olnum2;
  margin: 0;
}
.Contact .ContactPrivacy ol > li > ol > li {
  padding-left: 2.5em;
}
.Contact .ContactPrivacy ol > li > ol > li:before {
  counter-increment: olnum2;
  content: "（" counter(olnum2) "）";
}
.Contact .ContactPrivacy ol > li > ol > li > ol {
  counter-reset: olnum3;
  margin: 0;
}
.Contact .ContactPrivacy ol > li > ol > li > ol > li {
  padding-left: 1.5em;
}
.Contact .ContactPrivacy ol > li > ol > li > ol > li:before {
  counter-increment: olnum3;
  content: counter(olnum3, lower-roman) ".";
}
.Contact .ContactMsg p {
  color: #676767;
  margin-bottom: 1em;
  font-size: 18px;
  text-align: center;
}
@media (max-width: 739px) {
  .Contact .ContactMsg p {
    font-size: 14px;
  }
}
.Contact .ContactBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #676767;
}
.Contact .ContactBtn a {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 44px;
  color: black;
  font-weight: 700;
  transition: opacity 0.35s ease;
  background: #c3c0bb;
  opacity: 0.2;
}
.Contact .ContactBtn a.active {
  opacity: 1;
}
.Contact .ContactBtn a.active:hover {
  opacity: 0.7;
}
@media (max-width: 739px) {
  .Contact .ContactBtn p {
    font-size: 14px;
  }
}















.TopCompany {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.TopCompany .TopCompanyHeader {
  width: 100%;
}
.TopCompany .TopCompanyHeader .TopCompanyHeaderTitle {
  font-size: 20px;
  font-weight: 700;
  color: gray;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #676767;
}
.TopCompany .TopCompanyHeader .TopCompanyHeaderAddr {
  font-weight: 700;
  color: gray;
}
.TopCompany .TopCompanyInfo {
  width: calc(50% - 40px);
  padding: 0 16px;
  box-sizing: border-box;
}
@media (max-width: 739px) {
  .TopCompany .TopCompanyInfo {
    width: 100%;
  }
}
.TopCompany .TopCompanyInfo .TopCompanyTbl {
  width: 100%;
  border-collapse: separate;
  display: table;
  margin-top: 12px;
  margin-bottom: 32px;
}
.TopCompany .TopCompanyInfo .TopCompanyTbl:last-child {
  margin-bottom: 0;
}
.TopCompany .TopCompanyInfo .TopCompanyTbl .TblBody {
  display: table-row;
}
.TopCompany .TopCompanyInfo .TopCompanyTbl .TblBody .TblInner {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
}
.TopCompany .TopCompanyInfo .TopCompanyTbl .TblBody .TblInner p {
  margin-bottom: 0;
}
.TopCompany .TopCompanyInfo .TopCompanyTbl .TblBody .th {
  text-align: left;
  font-size: 13px;
  white-space: nowrap;
  padding-right: 12px;
}
.TopCompany .TopCompanyInfo .TopCompanyTbl .TblBody .td {
  font-size: 13px;
}
.TopCompany .TopCompanyInfo .TopCompanyPartner dt, .TopCompany .TopCompanyInfo .TopCompanyPartner dd {
  padding: 0;
  margin: 0;
  color: gray;
  font-size: 13px;
}
.TopCompany .TopCompanyInfo .TopCompanyPartner dt {
  font-weight: 700;
}
.TopCompany .TopCompanyMap {
  width: 50%;
}
@media (max-width: 739px) {
  .TopCompany .TopCompanyMap {
    width: 100%;
  }
}
.TopCompany .TopCompanyMap .TopCompanyMapArea {
  width: 100%;
  height: 340px;
}

.GMInfoWindow p {
  font-size: 12px;
}
.GMInfoWindow p.logo {
  display: block;
  width: 77px;
  height: 20px;
  background-image: url(../img/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 4px;
}
.GMInfoWindow p.logo span {
  display: none;
}

.FooterLink {
  width: 100%;
  background-color: white;
  border-top: #b3b3b3 1px solid;
}
.Home .FooterLink {
  border-top: 0;
}

.FooterLinkInner {
  max-width: 1016px;
  margin: 0 auto;
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  box-sizing: border-box;
}
@media (max-width: 739px) {
  .FooterLinkInner {
    padding: 0;
    flex-direction: column;
  }
}

.FooterLinkColumn {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 88px 6%;
  box-sizing: border-box;
  border-right: #b3b3b3 1px solid;
}
@media (max-width: 739px) {
  .FooterLinkColumn {
    width: 100%;
    padding: 60px 40px;
    border-right: 0;
    border-bottom: #b3b3b3 1px solid;
  }
}
.FooterLinkColumn:last-child {
  border: 0;
}
.FooterLinkColumn .label {
  color: #c3c0bb;
  font-size: 32px;
  font-weight: normal;
  font-family: "Saira Semi Condensed", sans-serif;
  letter-spacing: 2px;
  text-align: center;
}
.FooterLinkColumn .label:after {
  content: "";
  width: 1px;
  height: 24px;
  background: #3894ce;
  display: block;
  margin: 28px auto 0;
}
.FooterLinkColumn p.desc {
  margin-top: 32px;
  font-size: 14px;
}
.FooterLinkColumn p.more {
  margin-top: 60px;
  width: 220px;
}
@media (max-width: 1024px) {
  .FooterLinkColumn p.more {
    width: 100%;
  }
}
.PageHeader {
  padding: 28px 0;
  background-position: center center;
  background-size: 1000px auto;
  background-repeat: no-repeat;
  position: relative;
  background-image: url(../img/pageheaderbak.svg);
  z-index: 1;
  background-color: #c3c0bb;
}
@media (max-width: 739px) {
  .PageHeader {
    background-size: 140vw auto;
  }
}
.PageHeader .PageHeaderInner {
  display: flex;
  flex-direction: column;
}
.PageHeader .PageHeaderTitle {
  color: white;
  font-size: 48px;
  font-weight: normal;
  font-family: "Saira Semi Condensed", sans-serif;
  letter-spacing: 2px;
  text-align: center;
  text-shadow: 1px 1px 4px #c3c0bb;
}
.PageHeader .PageHeaderSubTitle {
  color: white;
  font-weight: normal;
  letter-spacing: 2px;
  text-align: center;
}

.Tbl {
  width: 100%;
  border-collapse: separate;
  display: table;
  margin-bottom: 32px;
}
.Tbl:last-child {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .Tbl {
    display: block;
  }
}
.Tbl .TblBody {
  display: table-row;
}
@media (max-width: 739px) {
  .Tbl .TblBody {
    display: block;
    margin-bottom: 8px;
  }
  .Tbl .TblBody:last-child {
    margin-bottom: 0;
  }
}
.Tbl .TblBody .TblInner {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
}
.Tbl .TblBody .TblInner p, .Tbl .TblBody .TblInner ul, .Tbl .TblBody .TblInner ol {
  width: 100%;
  margin-bottom: 1.5em;
}
.Tbl .TblBody .TblInner p:last-child, .Tbl .TblBody .TblInner ul:last-child, .Tbl .TblBody .TblInner ol:last-child {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .Tbl .TblBody .TblInner {
    display: block;
  }
}
.Tbl .TblBody .th {
  text-align: left;
  font-weight: bold;
}
.Tbl .TblBody .th p {
  margin-bottom: 0;
}
.Tbl.TblA .TblBody .TblInner {
  padding: 24px 16px;
}
.Tbl.TblA .TblBody .TblInner:nth-of-type(1) {
  width: 200px;
  border-bottom: 1px solid #b3b3b3;
}
@media (max-width: 739px) {
  .Tbl.TblA .TblBody .TblInner:nth-of-type(1) {
    width: 100%;
    padding: 24px 0 12px;
    border: 0;
  }
}
.Tbl.TblA .TblBody .TblInner:nth-of-type(2) {
  width: calc(100% - 200px);
  border-bottom: 1px solid #b3b3b3;
}
@media (max-width: 739px) {
  .Tbl.TblA .TblBody .TblInner:nth-of-type(2) {
    width: 100%;
    padding: 0 0 24px;
  }
}
.Tbl.TblA .TblBody:last-child .TblInner {
  border: 0;
}
.Tbl.TblB .TblBody .TblInner {
  padding: 24px 16px;
}
.Tbl.TblB .TblBody .TblInner:nth-of-type(1) {
  width: 200px;
  border-bottom: 1px solid #b3b3b3;
}
@media (max-width: 739px) {
  .Tbl.TblB .TblBody .TblInner:nth-of-type(1) {
    width: 100%;
    padding: 24px 0 12px;
    border: 0;
  }
}
.Tbl.TblB .TblBody .TblInner:nth-of-type(2) {
  width: calc(100% - 200px);
  border-bottom: 1px solid #b3b3b3;
}
@media (max-width: 739px) {
  .Tbl.TblB .TblBody .TblInner:nth-of-type(2) {
    width: 100%;
    padding: 0 0 24px;
  }
}

.Btn {
  margin-bottom: 32px;
  padding-top: 32px;
}
.Btn:last-child {
  margin-bottom: 0;
}

.ImgTxt {
  display: flex;
  margin-bottom: 32px;
}
.ImgTxt:last-child {
  margin-bottom: 0;
}
.ImgTxt p, .ImgTxt ol, .ImgTxt ul {
  margin-bottom: 1.5em;
}
.ImgTxt p:last-child, .ImgTxt ol:last-child, .ImgTxt ul:last-child {
  margin-bottom: 0;
}
.ImgTxt .ImgArea {
  display: flex;
}
.ImgTxt .ImgArea.center {
  justify-content: center;
}
.ImgTxt .ImgArea.right {
  justify-content: flex-end;
}
.ImgTxt .ImgArea .Imgs img {
  max-width: 100%;
}
.ImgTxt .ImgArea .Imgs .caption {
  margin-top: -1.2em;
  font-size: 14px;
  text-align: center;
}
.ImgTxt.imgTop {
  flex-direction: column;
}
.ImgTxt.imgTop .ImgArea {
  margin-bottom: 24px;
}
.ImgTxt.imgBottom {
  flex-direction: column;
}
.ImgTxt.imgBottom .ImgArea {
  margin-top: 24px;
}
.ImgTxt.imgLeft {
  justify-content: space-between;
  flex-direction: row;
}
@media (max-width: 739px) {
  .ImgTxt.imgLeft {
    flex-direction: column;
  }
  .ImgTxt.imgLeft .TxtArea {
    margin-top: 24px;
  }
}
.ImgTxt.imgRight {
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 739px) {
  .ImgTxt.imgRight {
    flex-direction: column;
  }
  .ImgTxt.imgRight .TxtArea {
    margin-top: 24px;
  }
}
.ImgTxt.img50 .ImgArea {
  width: calc(50% - 20px);
}
@media (max-width: 739px) {
  .ImgTxt.img50 .ImgArea {
    width: 100%;
  }
}
.ImgTxt.img50 .TxtArea {
#  width: calc(50% - 20px);
}
@media (max-width: 739px) {
  .ImgTxt.img50 .TxtArea {
    width: 100%;
  }
}
.ImgTxt.img40 .ImgArea {
  width: calc(40% - 20px);
}
@media (max-width: 739px) {
  .ImgTxt.img40 .ImgArea {
    width: 100%;
  }
}
.ImgTxt.img40 .TxtArea {
  width: calc(60% - 20px);
}
@media (max-width: 739px) {
  .ImgTxt.img40 .TxtArea {
    width: 100%;
  }
}
.ImgTxt.img30 .ImgArea {
  width: calc(30% - 20px);
}
@media (max-width: 739px) {
  .ImgTxt.img30 .ImgArea {
    width: 100%;
  }
}
.ImgTxt.img30 .TxtArea {
  width: calc(70% - 20px);
}
@media (max-width: 739px) {
  .ImgTxt.img30 .TxtArea {
    width: 100%;
  }
}
.ImgTxt.valignCenter {
  align-items: center;
}

.uList li {
  margin-top: 12px;
  position: relative;
  padding-left: 1.5em;
}
.uList li:first-child {
  margin-top: 0;
}
.uList li:before {
  content: "・";
  color: gray;
  position: absolute;
  left: 2px;
}

.pList li {
  margin-top: 12px;
  position: relative;
  padding-left: 1.5em;
}
.pList li:first-child {
  margin-top: 0;
}
.pList li:before {
  content: "";
  font-family: "Icon";
  color: #3894ce;
  position: absolute;
  left: 2px;
}

.oList {
  counter-reset: olnum;
}
.oList li {
  margin-top: 12px;
  position: relative;
  padding-left: 1.5em;
}
.oList li:first-child {
  margin-top: 0;
}
.oList li:before {
  counter-increment: olnum;
  content: counter(olnum) ".";
  color: gray;
  position: absolute;
  left: 0;
}

p.more {
max-width: 400px;
margin-left: auto;
margin-right: auto
}
@media (max-width: 739px) {
p.more {
width: 100%
}
}

.PageBodyTitleA {
  color: #c3c0bb;
  font-size: 40px;
  font-weight: normal;
  font-family: "Saira Semi Condensed", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 36px;
  text-align: center;
}
.PageBodyTitleA:after {
  content: "";
  width: 1px;
  height: 24px;
  background: #3894ce;
  display: block;
  margin: 36px auto 0;
}

.PageBodyTitleB {
  color: #c3c0bb;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 36px;
  text-align: center;
}
.PageBodyTitleB:after {
  content: "";
  width: 1px;
  height: 24px;
  background: #3894ce;
  display: block;
  margin: 36px auto 0;
}

.PageBodyTitleC {
  color: #c3c0bb;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 36px;
}
.PageBodyTitleC:after {
  content: "";
  width: 40px;
  height: 2px;
  background: #3894ce;
  display: block;
  margin: 12px 0 0;
}
.PageBodyTitleC.center {
  text-align: center;
}
.PageBodyTitleC.center:after {
  margin: 12px auto 0;
}

.PageBodyTitleD {
  color: #3894ce;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: #b3b3b3 1px solid;
}
.PageBodyTitleD.center {
  text-align: center;
}
.PageBodyTitleD.center:after {
  margin: 12px auto 0;
}

.FormTbl {
  width: 80%;
  border-collapse: separate;
  display: table;
  margin: 0 auto 32px;
}
.FormTbl:last-child {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .FormTbl {
    display: block;
    width: 100%;
  }
}
.FormTbl .TblBody {
  display: table-row;
}
@media (max-width: 739px) {
  .FormTbl .TblBody {
    display: block;
    margin-bottom: 8px;
  }
  .FormTbl .TblBody:last-child {
    margin-bottom: 0;
  }
}
.FormTbl .TblBody .TblInner {
  display: table-cell;
  vertical-align: top;
  box-sizing: border-box;
  padding-bottom: 24px;
}
.FormTbl .TblBody .TblInner p, .FormTbl .TblBody .TblInner ul, .FormTbl .TblBody .TblInner ol {
  width: 100%;
  margin-bottom: 24px;
}
@media (max-width: 739px) {
  .FormTbl .TblBody .TblInner p, .FormTbl .TblBody .TblInner ul, .FormTbl .TblBody .TblInner ol {
    margin-bottom: 12px;
  }
}
.FormTbl .TblBody .TblInner p:last-child, .FormTbl .TblBody .TblInner ul:last-child, .FormTbl .TblBody .TblInner ol:last-child {
  margin-bottom: 0;
}
@media (max-width: 739px) {
  .FormTbl .TblBody .TblInner {
    display: block;
  }
}
.FormTbl .TblBody .th {
  text-align: right;
  font-weight: bold;
  padding-right: 36px;
  color: black;
  width: 28%;
}
.FormTbl .TblBody .th p {
  margin-bottom: 0;
  padding: 8px 0;
}
@media (max-width: 739px) {
  .FormTbl .TblBody .th {
    width: 100%;
    padding-right: 0;
    text-align: left;
    padding-bottom: 0px;
  }
}
.FormTbl .TblBody .td {
  width: 64%;
}
@media (max-width: 739px) {
  .FormTbl .TblBody .td {
    width: 100%;
  }
}
@media (max-width: 739px) {
  .FormTbl .TblBody .td {
    padding-bottom: 12px;
  }
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  font-size: 16px;
}

input[type=radio], input[type=checkbox] {
  display: none;
}

input[type=text], input[type=tel], input[type=email], input[type=url] {
  border: 1px solid rgba(51, 51, 51, 0.4);
  background: white;
  padding: 8px;
  border-radius: 4px;
}
input[type=text]:focus, input[type=tel]:focus, input[type=email]:focus, input[type=url]:focus {
  border: 1px solid #333333;
}
input[type=text]:placeholder, input[type=tel]:placeholder, input[type=email]:placeholder, input[type=url]:placeholder {
  color: gray;
}

.inputtxt1 {
  width: 100%;
}

.inputtxt2 {
  width: 3em;
}

.inputtxt3 {
  width: 4em;
}

.inputlabel {
  width: 80px;
  display: inline-block;
}
@media (max-width: 739px) {
  .inputlabel {
    width: 100%;
  }
}

.inputtxt_label {
  width: calc(100% - 80px);
  border: 1px solid rgba(51, 51, 51, 0.4);
  padding: 8px;
}
@media (max-width: 739px) {
  .inputtxt_label {
    width: 100%;
  }
}
.inputtxt_label:focus {
  border: 1px solid #333333;
}

textarea {
  width: 100%;
  height: 30vh;
  border: 1px solid rgba(51, 51, 51, 0.4);
  background: white;
  padding: 8px;
}
textarea:focus {
  border: 1px solid #333333;
}
textarea:placeholder {
  color: gray;
}

input[type=submit] {
  display: block;
  width: 200px;
  margin: 0 auto;
  font-size: 1.125rem;
  font-weight: bold;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
}

.ZipSearchBtn {
  background: #9d9a95;
  color: white;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: bold;
  margin-left: 8px;
  cursor: pointer;
  transition: opacity 0.35s ease;
}
.ZipSearchBtn:hover {
  opacity: 0.7;
}
@media (max-width: 739px) {
  .ZipSearchBtn {
    padding: 8px;
  }
}

.ContactCheck {
  margin: 8px 0 60px;
}
.ContactCheck label span {
  padding-left: 22px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  color: #676767;
}
.ContactCheck label span:before {
  content: "";
  font-family: "ico_ex";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  font-size: 10px;
  line-height: 1;
  box-sizing: border-box;
  border: #676767 1px solid;
  border-radius: 2px;
}
.ContactCheck .privacycheck:checked + span:before {
  content: "";
  color: white;
  background: #676767;
}

.error {
  border-color: #dc281e !important;
  color: #dc281e;
  display: inline-block;
}

.require {
  border-color: #dc281e !important;
  color: #dc281e;
  margin: 0 8px;
}

/*2020/4/2追加*/
.TopNewsArea ul li{
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.TopNewsArea ul li:last-child{
  border-bottom: none;
}
.TopNewsArea ul li dl{
  display: flex;
}
.TopNewsArea ul li dl dt{
  width: clac(100% - 200px);
}
.TopNewsArea ul li dl dd{

}
@media (max-width: 739px) {
  .TopNewsArea {

  }
}


/*2020.06.18 seminar_form */
.RadioWrap {
  margin-bottom: 0 !important; }
  .RadioWrap label span {
    padding-left: 24px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #676767; }
    .RadioWrap label span:before {
      content: "";
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 2px;
      left: 0;
      width: 18px;
      height: 18px;
      font-size: 10px;
      line-height: 1;
      box-sizing: border-box;
      border: #676767 1px solid;
      border-radius: 9px; }
  .RadioWrap input:checked + span:after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 6px;
    left: 4px;
    width: 10px;
    height: 10px;
    font-size: 10px;
    line-height: 1;
    box-sizing: border-box;
    background: #676767;
    border-radius: 5px; }

.CheckBoxWrap {
  margin-bottom: 0 !important; }
  .CheckBoxWrap label span {
    padding-left: 24px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #676767; }
    .CheckBoxWrap label span:before {
      content: "";
      font-family: "ico_ex";
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 2px;
      left: 0;
      width: 18px;
      height: 18px;
      font-size: 10px;
      line-height: 1;
      box-sizing: border-box;
      border: #676767 1px solid;
      border-radius: 2px; }
  .CheckBoxWrap input:checked + span:before {
    content: "\ea10";
    color: white;
    background: #676767; }

		.require {
		  font-size : 14px; }

.rightTxt{
  text-align: right;
}