@charset "UTF-8";
/*--------------------
 Component
--------------------*/
/*----- contents -----*/
.contents {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 45px 10px 100px;
}
.contents .contInr {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
}
.contents .contInr .mainCont {
  max-width: 740px;
  width: 100%;
  overflow: hidden;
  padding-left: 40px;
}
section + section {
  margin-top: 60px;
}
/*--------------------
 title
--------------------*/
/*----- bigTtl -----*/
#bigTtlArea {
  width: 100%;
  min-height: 320px;
  padding: 25% 0 0 0;
  margin: 0 auto;
  position: relative;
}
#bigTtlArea .ttlBox {
  min-width: 428px;
  width: 40%;
  min-height: 344px;
  height: 40vh;
  position: absolute;
  top: 0;
  left: 0%;
}
#bigTtlArea .ttlBox .enTtl{
  display: block;
}
#bigTtlArea .ttlBoxInr {
  position:absolute;
  min-width: 428px;
  width: 100%;
  top: -445px;
  left: -700px;
  height: 500px;
  transition: all 0.6s;
  background: transparent;
  transition-delay: 0.2s;
}
#bigTtlArea.active .ttlBoxInr {
  top: -21.2%;
  left: 0px;
  z-index: 10;
}
#bigTtlArea .ttlBoxInr .boxser{
  width: 80%;
  min-width: 400px;
  min-height: 310px;
  height: 21vw;
  transform: rotate(45deg);
  background: #0061c1;
  transition-delay: 0.2s;
}
#bigTtlArea .pageNameBox {
  opacity: 0;
  transform: scale(0.95);
  transition-delay: 0.4s;
}
#bigTtlArea.active .pageNameBox {
  opacity: 0;
  animation: none;
}
#bigTtlArea .pageNameBox {
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: 101;
  min-width: 290px;
  width: 67%;
  min-height: 290px;
  height: 20vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#bigTtlArea.active .pageNameBox{
  opacity: 1;
  transform: scale(1);
  transition: 1s all;
  transition-delay: 0.8s;
}
#bigTtlArea .pageName {
  display: block;
  width: 290px;
  color: #fff;
  text-align: center;
  display: block;
  transform: rotate(-45deg);
}
#bigTtlArea .ttl{
  display: inline-block;
  font-size: 2.4rem;
  border-bottom: 2px solid;
  letter-spacing: 0.4rem;
}

#bigTtlArea .bigTtlImg {
  display: block;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  text-align: left;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#bigTtlArea .bigTtlImg.active {
  opacity: 1;
}
#bigTtlArea .bigTtlImg .capture {
  margin: 0 auto;
}
#bigTtlArea .bigTtlImg .capture img{
  min-width: 1200px;
  width: 100%;
  height: auto;
  min-height: 280px;
  margin: 0 auto;
}

.lead_txt {
  font-size: 18px;
}
.lead_txt + p {
  padding-top: 20px
}
.lead_txt + .ttlLv1 {
  margin-top: 45px;
}
.ttlLv1 {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 10px 0;
  font-size: 2.8rem;
  border-bottom: 2px solid #e0e2e3;
}
.ttlLv1 .ttlLv1Txt {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.ttlLv1::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 3em;
  height: 2px;
  background: #0061c1;
}
.ttlLv2 {
  position: relative;
  margin-bottom: 20px;
  padding: 60px 0 6px 0;
  font-size: 24px;
}
.ttlLv2::before {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background: #0061c1;
  display: inline-block;
}
.ttlLv3 {
  margin-bottom: 10px;
  padding-top: 60px;
  font-size: 20px;
}
.subPage_ttlLv1 {
  margin: 10px 0 40px;
  font-size: 3.2rem;
  position: relative;
  padding-left: 40px;
}
.subPage_ttlLv1::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #0061c1;
  left: 5px;
  top: calc(50% - 12px);
  position: absolute;
  transform: rotate(-45deg);
}
.subPage_ttlLv2 {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 10px 0;
  font-size: 2.8rem;
  border-bottom: 2px solid #e0e2e3;
}
.subPage_ttlLv2::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 3em;
  height: 2px;
  background: #0061c1;
}
.subPage_ttlLv3 {
  position: relative;
  margin: 40px 0 24px 0;
  padding-bottom: 6px;
  font-size: 2.4rem;
}
.subPage_ttlLv3::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2em;
  height: 2px;
  border-bottom: 2px solid #0061c1;
}
.subPage_ttlLv4 {
  margin-bottom: 10px;
  padding-top: 60px;
  font-size: 2rem;
}
/*----- breadCrumbs -----*/
.breadCrumbs {
  width: 100%;
  margin: 77px auto 0;
  padding: 10px 0;
  font-size: 1.2rem;
  border-bottom: 1px solid #dce4f0;
  background: #fff;
  position: relative;
  z-index: 200;
}
.breadCrumbsInr {
  width: 1000px;
  margin: 0 auto;
}
.breadCrumbs li {
  display: inline-block;
}
.breadCrumbs li::after {
  content: "＞";
  display: inline-block;
  top: 50%;
  right: 1em;
}
.breadCrumbs li:last-child {
  margin-right: 0;
}
.breadCrumbs li:last-child::after {
  display: none;
}
.breadCrumbs li a {
  padding-right: 5px;
}
.breadCrumbs li a:hover {
  text-decoration: underline;
}
/*----- localNav -----*/
.localNav {
  flex-shrink: 0;
  flex-basis: 240px;
}
.localNav .localNavList {
  border-top: 1px solid #e3edef;
  border-bottom: 1px solid #e3edef;
}
.localNav .localNavList li {
  position: relative;
  border-bottom: 1px solid #e3edef;
  background: #fafbfd;
  -moz-transition: all 0.5s ;
  -webkit-transition: all 0.5s ;
  transition: all 0.5s ;
}
.localNav .localNavList li a {
  display: flex;
  align-items: center;
  padding: 14px 10px 12px;
  font-size: 16px;
}
.localNav .localNavList li a::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-right: 1px solid #0061c1;
  border-bottom: 1px solid #0061c1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.localNav .localNavList li a[target="_blank"]::before {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background: url(/common/img/icon_other_bl.png) no-repeat center right;
  border: none;
  transform: none;
}
.localNav .localNavList li a:hover {
  text-decoration: none;
}
.localNav .localNavList li a .localNavInr {
  padding-left: 14px;
}
.localNav .localNavList li a[target="_blank"] .localNavInr {
  padding-left: 12px;
}
.localNav .localNavList li.second {
  background: #0061c1;
  font-size: 20px;
  color: #fff;
}
.localNav .localNavList li.second:hover {
  background: #0061c1;
}
.localNav .localNavList li.second a {
  color: #fff;
  font-size: 2rem;
}
.localNav .localNavList li.second a::before {
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s linear;
  transition: all .2s linear;
}
.localNav .localNavList li.second a .localNavInr {
  display: inline-block;
  vertical-align: middle;
  padding-left: 14px;
}
.localNav .localNavList li:hover,
.localNav .localNavList li.third.active {
  background: #ebf0f7;
}
.localNav .localNavList li.third a {
  color: #505050;
}
.localNav .localNavList li:hover.third a,
.localNav .localNavList li.third.active a {
  color: #0061c1;
}
.localNav .localNavList li.third.layer a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.localNav .localNavList li.fourth a {
  width: 90%;
  margin: 0 0 0 auto;
  color: #505050;
}
.localNav .localNavList li.fourth.active a {
  color: #0061c1  ;
}
.localNav .localNavList li.fourth.active a::after {
  display: none;
}
.localNav .localNavList li:last-child {
  border-bottom: none;
}
/*----- anchorLink -----*/
.anchorBtn {
  position: relative;
  min-width: 200px;
  display: inline-block;
  padding: 10px 30px 7px 10px;
  border: 2px solid #0061c1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.anchorBtn .inr {
  display: block;
  letter-spacing: normal;
  color: #0061c1;
  text-align: center;
  font-weight: bold;
}
.anchorBtn:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0.8em;
  height: 0.8em;
  margin-top: -0.6em;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.anchorBtn:hover {
  text-decoration: none;
  background: #f3f4f6;
}
/*----- anchorList -----*/
.anchorList {
  letter-spacing: -0.4em;
}
.anchorList li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 24px;
}
.anchorList li:last-child {
  margin-right: 0;
}
/*----- txtLink -----*/
.txtLink {
  display: inline-block;
  color: #0061c1;
}
.txtLink:before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin: -0.6em 0.5em 0 0;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.txtLink:hover {
  color: #0061c1;
  text-decoration: underline;
}
.txtLink:last-child {
  margin-right: 0;
}
.txtLink.pdf {
  padding-left: 30px;
  background: url(/common/img/icon_pdf.png) no-repeat center left;
}
.txtLink.pdf:before {
  display: none;
}
.txtLink.other {
  padding-right: 18px;
  background: url("/common/img/icon_other_bl.png") no-repeat center right;
}
.txtLink.other:before {
  display: none;
}
/*----- linkBtn -----*/
.linkBtn {
  position: relative;
  display: inline-block;
  min-width: 200px;
  margin-right: 9px;
  overflow: hidden;
  font-weight: bold;
  color: #0061c1;
  -webkit-transition: all 0.2s linear;
  transition: all .2s linear;
}
.linkBtn:hover {
  background: #f3f4f6;
  transition: transform .3s;
}
.linkBtn .inr {
  display: block;
  letter-spacing: normal;
  border: 2px solid #0061c1;
  padding: 10px 50px 7px;
  text-align: center;
}
.linkBtn .inr::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -1em;
  width: 2.1em;
  height: 2.1em;
  border-right: 2px solid #0061c1;
  border-bottom: 2px solid #0061c1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s linear;
  transition: all .2s linear;
}
.linkBtn:hover {
  text-decoration: none;
}
.linkBtn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.linkBtn:hover .inr::after {
  background: #0061c1;
}
/*----- linkBtn point -----*/
.linkBtn.point:hover {
  background: #fff3f2;
}
.linkBtn.point .inr {
  border: 2px solid #ee514a;
  color: #ee514a;
}
.linkBtn.point .inr::after {
  border-color: #ee514a;
}
.linkBtn.point:hover .inr::after {
  background: #ee514a;
}
.linkBtnList li {
  margin-top: 10px;
}
/*----- List -----*/
.txtList li {
  text-indent: -1em;
  padding-left: 1em;
}
.txtList li::before {
  content: "\025cf";
  color: #0061c1;
}
.txtList > li + li {
  margin-top: 0.5em;
}
/*-- numList --*/
.numList {
  list-style: decimal outside none;
  padding-left: 3em;
}
.numList > li + li {
  margin-top: 0.5em;
}

/*----- table -----*/
.tableTypeA, .tableTypeB {
  width: 100%;
}
.tableTypeA td, .tableTypeA th, .tableTypeB td, .tableTypeB th {
  padding: 14px;
  border: 1px solid #aaaaaa;
  vertical-align: middle;
}
.tableTypeA th, .tableTypeB th {
  background: #eff1f4;
}
.tableTypeA th {
  width: 30%;
}
.tableCaption {
  margin-top: 10px;
}
.tableCaption li {
  text-indent: -1.2em;
  padding-left: 1.2em;
  font-size: 1.2rem;
  color: #aaa;
}
/*----- column -----*/
.imgFullBox > img {
  width: 100%;
  height: auto;
}
.imgFullBox > img + .txt {
  margin-top: 24px;
}
.box2Col_A, .box2Col_B, .box2Col_C {
  display: table;
  width: 100%;
  margin-top: 3rem;
}
.box2Col_A .col, .box2Col_B .col, .box2Col_C .col {
  display: table-cell;
  vertical-align: top;
  padding: 0 12px;
}
.box2Col_A .col:first-child, .box2Col_B .col:first-child, .box2Col_C .col:first-child {
  padding-left: 0;
}
.box2Col_A .col:last-child, .box2Col_B .col:last-child, .box2Col_C .col:last-child {
  padding-right: 0;
}
.box2Col_A .col:first-child {
  width: 31%;
}
.box2Col_B .col:first-child {
  width: 49%;
}
.box2Col_C .col:first-child {
  width: 66.6%;
}
.box3Col {
  margin-top: 30px;
  letter-spacing: -0.4em;
}
.box3Col .col {
  display: inline-block;
  width: -webkit-calc(calc(100% - 80px)/ 3);
  width: calc(calc(100% - 80px)/ 3);
  letter-spacing: normal;
  vertical-align: top;
  margin: 30px 20px 0;
  box-sizing: content-box;
}
*::-ms-backdrop, .box3Col .col {
  width: 30.6%; /* IE11 */
}
.box3Col .col > img {
  width: 100%;
}
.box3Col .col:first-child, .box3Col .col:nth-child(3n+1) {
  margin-left: 0;
}
.box3Col .col:nth-child(3n) {
  margin-right: 0;
}
.box3Col .col .colElm:last-child {
  margin-top: 20px;
}
.mainCont .box3Col .col {
  width: calc(calc(100% - 48px)/ 3);
  margin: 30px 12px 0;
}
*::-ms-backdrop, .mainCont .box3Col .col {
  width: 31%; /* IE11 */
}
.mainCont .box3Col .col:first-child, .mainCont .box3Col .col:nth-child(3n+1) {
  margin-left: 0;
}
.mainCont .box3Col .col:nth-child(3n) {
  margin-right: 0;
}
/*----- googleMap -----*/
.iframeArea .mapBox iframe {
  width: 100%;
  height: 350px;
}
.iframeArea .mapTxt {
  margin-top: 10px;
}
/*----- animation -----*/
.hideme {
  opacity: 0;
}
.hideme.active {
  opacity: 1;
  transition: all ease-in 0.7s;
}
/*----------------------------
SP
----------------------------*/
@media screen and (max-width: 736px) {
  /*----- contents -----*/
  .contents {
    width: 100%;
    padding: 0 20px 60px;
  }
  .contents .contInr {
    display: block;
  }
  .contents .contInr .mainCont {
    width: 100%;
    padding-left: 0;
  }
  /*----- title -----*/
  #bigTtlArea {
    width: 100%;
    height: 198px;
    margin-top: 0;
    min-height: 0;
  }
  #bigTtlArea .ttlBox {
    width: 50%;
    max-width: 200px;
    height: auto;
    min-height: 0;
  }
  #bigTtlArea .ttlBoxInr {
    width: 250px;
    height: 0;
    }
  #bigTtlArea.active .ttlBoxInr {
    width: 250px;
    height: 0;
    top: -20px;
    left: -80px;
    z-index: 10;
  }
  #bigTtlArea .ttlBoxInr .boxser{
    width: 265px;
    height: 133px;
  }
  #bigTtlArea.active .boxser {
    width: 265px;
    height: 133px;
    min-width: 0;
    min-height: 0;
  }
  #bigTtlArea .pageNameBox {
    width: 133.5px;
    height: 133.5px;
    min-width: 0;
    min-height: 0;
  }
  #bigTtlArea .ttl {
    font-size: 2rem;
    letter-spacing: normal;
  }
  #bigTtlArea .ttlBox .enTtl {
    letter-spacing: normal;
  }
  #bigTtlArea .bigTtlImg {
    min-width: 0;
  }
  #bigTtlArea .bigTtlImg .capture {
    height: 150px;
    background: url(/company/img/img_main_company_sp.jpg)no-repeat center;
    background-size: cover;
  }
  #bigTtlArea .bigTtlImg .capture img {
    display: none;
  }
  .lead_txt {
    font-size: 14px;
    padding-bottom: 20px;
  }
  .lead_txt + p {
    padding-top: 0;
  }
  .subPage_ttlLv1 {
    margin-bottom: 6%;
    font-size: 20px;
  }
  .ttlLv1, .subPage_ttlLv2 {
    font-size: 18px;
    line-height: 2;
    padding-bottom: 6px;
  }
  .ttlLv1::before, .subPage_ttlLv2::before {
    width: 18px;
    height: 18px;
    margin-left: 3px;
  }
  .ttlLv2 {
    padding-top: 30px;
    font-size: 16px;
  }
  .ttlLv3 {
    padding-top: 30px;
    font-size: 14px;
  }
  .subPage_ttlLv3{
    padding-bottom: 8px;
    font-size: 16px;
  }
  .subPage_ttlLv4 {
    padding-top: 30px;
    font-size: 14px;
  }
  /*----- breadCrumbs -----*/
  .breadCrumbs {
    display: none;
  }
  /*----- localNav -----*/
  .localNav {
    width: 100%;
    display: block;
    margin-top: 30px;
  }
  .localNav .localNavList li a,
  .localNav .localNavList li.second a,
  .localNav .localNavList li.third a {
    font-size: 1.4rem;
  }
  .linkBtn {
    margin-right: 1%;
    margin-bottom: 10px;
    min-width: 47.8%;
  }
  .linkBtnList li .linkBtn {
    margin: 0;
  }
  /*----- table -----*/
  .tableTypeA table {
    width: 100%;
    min-width: 100%;
  }
  .tableTypeB {
    overflow-x: scroll;
  }
  table {
    min-width: 736px;
  }
  /*----- column -----*/
  .box2Col_A .col, .box2Col_B .col, .box2Col_C .col {
    display: block;
    margin: 0;
  }
  .box2Col_A .col:first-child, .box2Col_B .col:first-child,.box2Col_C .col:first-child{
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0px;
  }
  .box2Col_A .col:last-child, .box2Col_B .col:last-child, .box2Col_C .col:last-child {
    padding-left: 0;
  }
  .box3Col .col {
    width: calc(calc(100% - 22px)/ 2);
    margin-top: 20px;
  }
  .box3Col .col:nth-child(2n) {
    margin: 20px 0 0 0;
  }
  .box3Col .col:nth-child(3n), .box3Col .col:nth-child(2n+1) {
    margin: 20px 20px 0 0px;
  }
  .box3Col .col:nth-child(6n) {
    margin: 20px 0 0 0;
  }
  .box3Col .col .colElm:last-child {
    margin-top: 10px;
  }
  .mainCont .box3Col .col {
    width: calc(calc(100% - 12px)/ 2);
  }
  .mainCont .box3Col .col:nth-child(2n) {
    margin: 20px 0 0 0;
  }
  .mainCont .box3Col .col:nth-child(3n), .mainCont .box3Col .col:nth-child(2n+1) {
    margin: 20px 10px 0 0px;
  }
  .mainCont .box3Col .col:nth-child(6n) {
    margin: 20px 0 0 0;
  }
}