@charset "UTF-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* themeColor
-----------------------------*/
.grad_03 {
  background: linear-gradient(90deg, rgba(0, 112, 200, 0.1) 0%, rgba(0, 112, 200, 0.15) 100%);
}

.max-width {
  max-width: 1440px;
}

.container_padding {
  padding-left: 20px;
  padding-right: 20px;
}

@media all and (max-width : 990px) {
  .inner_padding {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

/*
.clearfix:after {
	content: "";
	display: block;
	clear: both;
} 
.clearfix:before {
	content: "";
	display: block;
	clear: both;
} 
.clearfix {
	display: block;
}
*/
.mt0 {
  margin-top: 0;
}
.mt20 {
  margin-top: 20px;
}
.mt40 {
  margin-top: 22px;
}

.pl0 {
  padding-left: 0 !important;
}

.tac {
  text-align: center;
}

.cont_padding {
  padding: 0 20px;
}

.sp-only {
  display: none;
}
@media all and (max-width : 767px) {
  .sp-only {
    display: block !important;
  }
}

.pc-only {
  display: none;
}
@media all and (min-width: 768px) {
  .pc-only {
    display: block !important;
  }
}

.fz14 {
  font-size: 14px !important;
}

.lh0 {
  line-height: 0 !important;
}

.bold {
  font-weight: 700;
}

.ttl_h1 {
  line-height: 2.2rem;
}
@media all and (max-width : 767px) {
  .ttl_h1 {
    -webkit-text-stroke: 8px #ffffff;
    text-stroke: 8px #ffffff;
    paint-order: stroke;
  }
}
.ttl_h2 {
  font-size: 34px;
  line-height: 1.4166666667;
}
@media all and (max-width : 767px) {
  .ttl_h2 {
    font-size: 42px;
  }
}
.ttl_h3 {
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
}
@media all and (max-width : 767px) {
  .ttl_h3 {
    font-size: 37px;
  }
}
.ttl.inner__strengths--ttl {
  font-size: 24px;
  line-height: 1.5008333333;
  text-align: center;
}

.inner__business--ttl {
  font-size: 24px;
}
@media all and (max-width : 767px) {
  .inner__business--ttl {
    font-size: 37px;
  }
}
.inner__business--txt {
  padding-top: 27px;
}
.inner__business--read {
  font-size: 22px;
  line-height: 1.6363636364;
}
@media all and (max-width : 767px) {
  .inner__business--read {
    font-size: 32px;
  }
}

.list-item_06 .inner__business--txt {
  font-size: 18px;
}
@media all and (max-width : 767px) {
  .list-item_06 .inner__business--txt {
    font-size: 18px;
  }
}

.inner__contact--txt {
  font-size: 18px;
  text-align: center;
  line-height: 1.6672222222;
}
@media all and (max-width : 767px) {
  .inner__contact--txt {
    font-size: 18px;
  }
}

.inner__footer--address * {
  font-size: 14px;
}
@media all and (max-width : 767px) {
  .inner__footer--address * {
    font-size: 22px;
  }
}

.copyright * {
  font-size: 14px;
  line-height: 0.9;
}
@media all and (max-width : 767px) {
  .copyright * {
    font-size: 22px;
  }
}

.head__nav--bx li a {
  color: #31312f;
}
@media all and (max-width : 767px) {
  .head__nav--bx li a {
    color: #ffffff;
  }
}

.head.mini .head__nav--bx li a {
  color: #ffffff;
}

.head__nav--mail a {
  font-size: 16px;
}
@media all and (max-width : 767px) {
  .head__nav--mail a {
    font-size: 29px;
  }
}

.menu--list__footer .menu__item * {
  color: #31312f;
}

.btn {
  color: #ffffff;
}
.btn__box {
  text-align: center;
}
.btn_txt {
  line-height: 1;
}

.flex-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.flex-nowrap {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.flex_default {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.flex_left {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
.flex_lefttop {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.flex_center {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
.flex_between {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.flex_center {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
}
.flex_center-bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex_justify {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.flex_centerStart {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex_leftBottom {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.flex_spaceCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: space-around;
  align-content: space-around;
}
.flex_spaceLeft {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.flex_gnavi {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.flex_leftCenter {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.flex_leftTopWrp {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: center;
  align-content: center;
}
.flex_centerTopWrapTOP {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.flex_leftBaseWrapStre {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  align-content: center;
}
.flex_spaStreWrapStre {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  align-content: stretch;
}

img {
  image-rendering: -webkit-optimize-contrast;
  height: auto;
}

.img_shadow {
  position: relative;
  line-height: 0;
  display: inline-block;
}
.img_shadow::before {
  content: "";
  width: 100%;
  height: 97.5%;
  position: absolute;
  top: 56.5%;
  left: 58%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #0d3d7d;
  z-index: -1;
}

.hover, a {
  transition-property: opacity;
  transition-duration: 0.5s;
}
.hover:hover, a:hover {
  opacity: 0.7;
}

a {
  color: #31312f;
}
a.link_win {
  background-image: image-set(url(img/icon-window.png) 1x, url(img/icon-window.webp) 2x);
  background-image: -webkit-image-set(url(img/icon-window.png) 1x, url(img/icon-window.webp) 2x);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center right 4px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: auto;
  min-height: 16px;
  margin: 0 auto;
  padding-right: 20px;
}

.btn {
  padding: 19px 41px 19px;
  border-radius: 45px;
  background-color: #28a745;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.btn__box {
  display: block;
}
.btn_txt {
  display: inline-block;
  padding-right: 18px;
  position: relative;
}
.btn_txt::before {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  background-image: url(../images/top/icon-arrow_r@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.btn-link_blank {
  position: relative;
}
.btn-link_blank::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(../images/top/icon-link_blank@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  position: absolute;
  top: 52%;
  right: -18%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

picture {
  margin: 0 auto;
}

.col_list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  max-width: 1190px;
  margin: 0 auto;
}
.col_list.inner__news--list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}

/*
  ----------------
	module:main
  ----------------
*/
/* デザイン変更に伴う、追加処理用CSS
  ----------------
	page - top
  ----------------
*/
.head__nav {
  width: 36rem;
  margin-right: 13rem !important;
}

.head.mini .head__nav {
  margin-right: 16rem !important;
}

.head__logo img {
  width: 10.6rem;
  margin-left: 27px;
  margin-top: -3px;
}

.head__nav--mail a {
  background-color: #0070c8;
  border-color: #0070c8;
  border-radius: 0 0 12px 12px;
  width: 8.5rem !important;
  min-width: 120px;
  height: 2.7rem !important;
  margin-right: 3.7rem;
  padding-top: 17px;
}

.head .head__nav--bx li::before {
  content: " ";
}
@media all and (max-width : 767px) {
  .head .head__nav--bx li::before {
    content: none;
  }
}

.head.mini .head__nav--bx li::before {
  content: "|";
}
@media all and (max-width : 767px) {
  .head.mini .head__nav--bx li::before {
    content: none;
  }
}

.top__kv--inner {
  position: relative;
  display: block;
  background-image: url(../images/top/img-top_kv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 48% -16px;
  width: 100%;
  height: 1000px;
}
@media all and (max-width : 767px) {
  .top__kv--inner {
    height: 160vw;
  }
}
.top__kv--pic {
  position: absolute;
  display: block;
  width: 95%;
  max-width: 1140px;
  height: 384px;
  top: 42.5%;
  left: 51.5%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
@media all and (max-width : 767px) {
  .top__kv--pic {
    top: 28%;
    height: auto;
    width: 65%;
    left: 37%;
  }
}
.top__kv--txt {
  position: absolute;
  width: 95%;
  max-width: 1140px;
  top: 39.2%;
  left: 51.8%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  padding-top: 150px;
}
@media all and (max-width : 767px) {
  .top__kv--txt {
    top: 39%;
    width: 73%;
    left: 41%;
  }
}
.top__ttl--h2 {
  color: #ffffff;
  text-align: center;
}
.top__txt--read {
  text-align: center;
  padding-top: 40px;
}
.top__wrapp--mas {
  position: static;
}
.top__wrapp--business {
  border: none;
  color: #ffffff;
  position: relative;
  margin-top: -269px;
}
@media all and (max-width : 767px) {
  .top__wrapp--business {
    margin-top: -200px;
    background-color: #0070c8;
  }
}
@media all and (max-width : 500px) {
  .top__wrapp--business {
    margin-top: -140px;
  }
}
.top__wrapp--business .inner__business--container {
  background-color: #0070c8;
  padding-bottom: 140px;
}
.top__wrapp--business .inner__business--ttl {
  padding-top: 32px;
  text-align: center;
}
.top__wrapp--business .inner__business--txt {
  padding-top: 18px;
}
.top__wrapp--business .inner__business--list {
  margin-top: 8px;
}
.top__wrapp--business .inner__business--item {
  max-width: 346px;
  margin: 0 auto;
  padding-top: 66px;
  margin-left: 25px;
  margin-right: 25px;
  text-align: center;
}
@media all and (max-width : 767px) {
  .top__wrapp--business .inner__business--item {
    max-width: none;
    width: 100%;
  }
}
.top__wrapp--business .inner__business--read {
  padding-top: 25px;
}
.top__wrapp--business .list-item_06 .inner__business--box {
  position: relative;
  min-height: 440px;
}
.top__wrapp--business .list-item_06 .inner__business--txt {
  padding-top: 82px;
  padding-left: 43px;
  padding-right: 43px;
}
.top__wrapp--business .list-item_06 .img_webp {
  display: block;
  position: absolute;
  bottom: 3px;
  left: 48%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top__wrapp--strengths {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #0070c8;
}
.top__wrapp--strengths .inner__strengths {
  background-color: #ffffff;
  max-width: 1140px;
  margin: 0 auto;
  border-radius: 12px;
  padding: 56px 37px 72px;
  position: relative;
}
@media all and (max-width : 767px) {
  .top__wrapp--strengths .inner__strengths {
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media all and (max-width : 500px) {
  .top__wrapp--strengths .inner__strengths {
    margin-left: 0;
    margin-right: 0;
  }
}
.top__wrapp--strengths .inner__strengths::before {
  content: "";
  display: block;
  width: 143px;
  height: 144px;
  position: absolute;
  top: -91px;
  right: 34px;
  background-image: url(../images/top/icon-illust_04@2x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.top__wrapp--strengths .inner__strengths--box {
  background-color: #e8f2fa;
  border-radius: 12px;
  padding: 38px 47px 49px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 79px;
}
.top__wrapp--strengths .inner__strengths--h2 {
  text-align: center;
}
.top__wrapp--strengths .inner__strengths--ttl {
  text-align: center;
}
.top__wrapp--strengths .inner__strengths--txt {
  margin-top: 34px;
}
.top__wrapp--strengths .inner__strengths--list01 .ttl p {
  display: none;
}
.top__wrapp--strengths .inner__strengths--list01 .col_item {
  max-width: 300px;
  margin: 0 auto;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
}
@media all and (max-width : 767px) {
  .top__wrapp--strengths .inner__strengths--list01 .col_item {
    max-width: none;
    width: 100%;
  }
}
.top__wrapp--strengths .inner__strengths--list02 .col_item {
  padding-top: 79px;
  position: relative;
  width: 100%;
  max-width: 200px;
}
@media all and (max-width : 767px) {
  .top__wrapp--strengths .inner__strengths--list02 .col_item {
    max-width: none;
  }
}
.top__wrapp--strengths .inner__strengths--list02 .col_item::before {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top__wrapp--strengths .inner__strengths--list02 .col_item p {
  text-align: center;
}
.top__wrapp--strengths .inner__strengths--list02 .list-item_01::before {
  background-image: url(../images/top/icon-circle_01@2x.png);
}
.top__wrapp--strengths .inner__strengths--list02 .list-item_02::before {
  background-image: url(../images/top/icon-circle_02@2x.png);
}
.top__wrapp--strengths .inner__strengths--list02 .list-item_03::before {
  background-image: url(../images/top/icon-circle_03@2x.png);
}
@media all and (max-width : 767px) {
  .top__wrapp--strengths .inner__strengths--img01 {
    width: 530px;
  }
}
.top__wrapp--strengths .inner__strengths--img02 {
  margin-left: -20px;
}
@media all and (max-width : 767px) {
  .top__wrapp--strengths .inner__strengths--img02 {
    width: 432px;
  }
}
@media all and (max-width : 767px) {
  .top__wrapp--strengths .inner__strengths--img03 {
    width: 498px;
  }
}
.top__wrapp--strengths .inner__strengths .col_item {
  margin-top: 30px;
}
.top__wrapp--news {
  background-color: #0070c8;
  padding-top: 136px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}
.top__wrapp--news .inner__news {
  background-color: #ffffff;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 50px;
  border-radius: 12px 0 0 12px;
  position: relative;
}
@media all and (max-width : 767px) {
  .top__wrapp--news .inner__news {
    max-width: none;
    margin-left: 25px;
    margin-right: 25px;
    border-radius: 12px;
    padding-right: 50px;
  }
}
@media all and (max-width : 500px) {
  .top__wrapp--news .inner__news {
    margin-left: 0;
    margin-right: 0;
  }
}
.top__wrapp--news .inner__news::before {
  content: "";
  display: block;
  width: 108px;
  height: 82px;
  position: absolute;
  top: -57px;
  left: 7px;
  background-image: url(../images/top/icon-illust_03@2x.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  z-index: 1;
}
.top__wrapp--news .inner__news--box {
  background-color: #ffffff;
  padding-top: 50px;
  margin-right: calc(50% - 50vw);
  padding-bottom: 25px;
}
@media all and (max-width : 767px) {
  .top__wrapp--news .inner__news--box {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
  }
}
.top__wrapp--news .inner__news--listbox, .top__wrapp--news .inner__news .display-posts-listing {
  margin-left: 193px;
  padding-right: 70px;
  width: 828px;
}
@media all and (max-width : 767px) {
  .top__wrapp--news .inner__news--listbox, .top__wrapp--news .inner__news .display-posts-listing {
    margin-left: 0;
    width: auto;
    padding-right: 0;
    margin-top: 40px;
  }
}
.top__wrapp--news .inner__news--list, .top__wrapp--news .inner__news .listing-item {
  padding-bottom: 22px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 18px;
}
@media all and (max-width : 500px) {
  .top__wrapp--news .inner__news--list, .top__wrapp--news .inner__news .listing-item {
    display: block;
    padding-bottom: 28px;
  }
}
.top__wrapp--news .inner__news .listing-item {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width : 767px) {
  .top__wrapp--news .inner__news .listing-item {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.top__wrapp--news .inner__news .listing-item .title {
  -webkit-order: 1;
  order: 1;
}
.top__wrapp--news .inner__news .listing-item .date {
  display: block;
  width: 128px;
  text-align: left;
}
.top__wrapp--news .inner__news--item time {
  display: block;
  width: 128px;
  text-align: left;
}
@media all and (max-width : 767px) {
  .top__wrapp--news .inner__news--ttl {
    width: 33%;
  }
}
@media all and (max-width : 500px) {
  .top__wrapp--news .inner__news--ttl {
    width: 100%;
  }
}
@media all and (max-width : 767px) {
  .top__wrapp--news .inner__news--txt {
    width: 77%;
  }
}
@media all and (max-width : 500px) {
  .top__wrapp--news .inner__news--txt {
    width: 100%;
  }
}
.top__wrapp--contact {
  background-color: #0070c8;
  color: #ffffff;
  position: relative;
  padding-top: 100px;
  margin-bottom: 110px;
  position: relative;
  padding-top: 90px;
}
@media all and (max-width : 767px) {
  .top__wrapp--contact {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.top__wrapp--contact::after {
  content: "";
  display: block;
  width: 100%;
  height: 205px;
  position: absolute;
  bottom: -110px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-image: url(../images/top/img-bg_footer@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  z-index: 0;
  background-color: #ffffff;
}
.top__wrapp--contact .inner__contact {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 8px;
}
.top__wrapp--contact .inner__contact--txt {
  padding-top: 16px;
}
.top__wrapp--contact .btn__box {
  padding-top: 41px;
}

footer {
  background-color: #ffffff;
}

footer {
  padding-left: 20px;
  padding-right: 20px;
}
footer .footer__wrapp {
  display: block;
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 0;
  padding-top: 97px;
}
footer .inner__footer .logo {
  width: 169px;
}
footer .inner__footer--list-main {
  width: 50%;
}
@media all and (max-width : 767px) {
  footer .inner__footer--list-main {
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
footer .inner__footer--address {
  padding-top: 30px;
}
footer .inner__footer--address .col_list {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
footer .col_list {
  margin-bottom: 12px;
}
footer .col_item-main02 {
  padding-left: 226px;
  margin-top: -9px;
}
@media all and (max-width : 767px) {
  footer .col_item-main02 {
    padding-left: 0;
  }
}
footer .col_item-address01 {
  width: 51%;
  padding-right: 50px;
}
@media all and (max-width : 767px) {
  footer .col_item-address01 {
    width: 100%;
  }
}
footer .col_item-address02 {
  width: 49%;
}
@media all and (max-width : 767px) {
  footer .col_item-address02 {
    width: 100%;
    padding-top: 40px;
  }
}
footer .col_item-addressDt {
  width: 24%;
}
@media all and (max-width : 767px) {
  footer .col_item-addressDt {
    max-width: 76px;
  }
}
footer .col_item-addressDd {
  width: 76%;
}
@media all and (max-width : 767px) {
  footer .col_item-menu {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 50px;
  }
  footer .col_item-menu02 {
    margin-left: 50px;
  }
}
footer .col_item-menu .menu__item:not(:first-child) {
  padding-top: 18px;
}
footer .copyright {
  padding-top: 0px;
  padding-bottom: 30px;
}
@media all and (max-width : 767px) {
  footer .copyright {
    padding-left: 25px;
    padding-right: 25px;
  }
}
footer .copyright p {
  display: inline-block;
}
footer .copyright p.footer__copyRight {
  padding-right: 50px;
  line-height: 0;
  padding-top: 20px;
}/*# sourceMappingURL=addstyle.css.map */