@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap');

html, body, div, span, p, a, img, small, ul, li, footer {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  -webkit-text-size-adjust: none;
}

.l-gpFooter {
  display: block;
  min-width: 1140px;
  color: #222;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
  .l-gpFooter {
    display: none;
  }
}

.l-gpFooter a {
  color: inherit;
  text-decoration: none;
}

.l-gpFooter a:link, .l-gpFooter a:visited {
  color: inherit;
  text-decoration: none;
}

.l-gpFooter__cg {
  background: #f8f8f8;
}

.l-gpFooter__cg__in {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  padding: 45px 0;
}

.l-gpFooter__cg__in2 {
  display: table;
  width: 100%;
}

.l-gpFooter__cg__c {
  display: table-cell;
  vertical-align: bottom;
}

.l-gpFooter__cg__lg > a {
  display: block;
  width: 258px;
  height: 50px;
  background: url(/images/logo_footer02.png) no-repeat;
  background-size: contain;
}

.l-gpFooter__cg__t {
  margin: 30px 0 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.l-gpFooter__cg__ls {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  text-align: right;
}

.l-gpFooter__cg__ls > ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  text-align: left;
  vertical-align: top;
}

.l-gpFooter__cg__ls > ul > li {
  margin-top: 11px;
}

.l-gpFooter__cg__ls > ul > li > a {
  -webkit-transition: color 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
  position: relative;
  padding-left: 18px;
  color: inherit;
  text-decoration: none;
}

.l-gpFooter__cg__ls > ul > li > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  box-sizing: border-box;
  border-top: 2px solid #3073bb;
  border-right: 2px solid #3073bb;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-gpFooter__cg__ls > ul > li > a:hover,
.l-gpFooter__cg__ls > ul > li > a:active {
  color: #3073bb;
}

.l-gpFooter__cg__ls > ul > li:first-child {
  margin-top: 0;
}

.l-gpFooter__cg__sm {
  position: absolute;
  right: 0;
  bottom: 45px;
  margin: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.l-gpFooter__cg__sm > a {
  -webkit-transition: color 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
  position: relative;
  padding-right: 15px;
}

.l-gpFooter__cg__sm > a::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  box-sizing: border-box;
  border-top: 2px solid #3073bb;
  border-right: 2px solid #3073bb;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-gpFooter__cg__sm > a:hover,
.l-gpFooter__cg__sm > a:active {
  color: #3073bb;
}

.l-gpFooter__og {
  background: #fff;
}

.l-gpFooter__og__in {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  padding: 40px 0;
}

.l-gpFooter__og__ll {
  display: table;
  width: 100%;
}

.l-gpFooter__og__ll__c {
  display: table-cell;
  vertical-align: middle;
}

.l-gpFooter__og__lg > a {
  display: block;
  width: 240px;
  height: 23.5px;
  background: url(/img/common/logo_footer.gif) no-repeat;
  background-size: contain;
}

.l-gpFooter__og__ls {
  margin: 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: right;
}

.l-gpFooter__og__ls:first-child{
  margin-bottom: 1rem;
}


.l-gpFooter__og__ls > li {
  display: inline-block;
  margin-left: 20px;
  vertical-align: top;
}

.l-gpFooter__og__ls > li > a {
  -webkit-transition: color 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: color 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
  display: inline-block;
  vertical-align: top;
}

.l-gpFooter__og__ls > li > a > span {
  display: inline-block;
  position: relative;
  width: 7.5px;
  height: 5.5px;
  margin-left: 7px;
  background: #3073bb;
  vertical-align: 15%;
}

.l-gpFooter__og__ls > li > a > span::before, .l-gpFooter__og__ls > li > a > span::after {
  content: "";
  display: block;
  position: absolute;
  background: #3073bb;
}

.l-gpFooter__og__ls > li > a > span::before {
  left: -2.5px;
  top: 2px;
  width: 1px;
  height: 6px;
}

.l-gpFooter__og__ls > li > a > span::after {
  left: -2.5px;
  top: 7px;
  width: 8px;
  height: 1px;
}

.l-gpFooter__og__ls > li > a:hover,
.l-gpFooter__og__ls > li > a:active {
  color: #3073bb;
}

.l-gpFooter__og__ls > li:first-child {
  margin-left: 0;
}

.l-gpFooter__og__cj {
  margin-top: 20px;
}

.l-gpFooter__og__cp {
  margin: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  line-height: 1.4;
}

.l-gpFooter__og__cp > small {
  font-size: 100%;
}

.l-gsFooter {
  display: block;
  padding-top: 20px;
  color: #222;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  .l-gsFooter {
    display: none;
  }
}

.l-gsFooter a {
  color: inherit;
  text-decoration: none;
}

.l-gsFooter a:link, .l-gsFooter a:visited {
  color: inherit;
  text-decoration: none;
}

.l-gsFooter__cg {
  padding: 42px 0 50px;
  background: #f8f8f8;
}

.l-gsFooter__cg__ls > li > a {
  display: block;
  position: relative;
  padding: 8px 0;
  color: inherit;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.l-gsFooter__cg__ls > li > a::before {
  content: "";
  display: block;
  position: absolute;
  right: 18px;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  box-sizing: border-box;
  border-top: 2px solid #3073bb;
  border-right: 2px solid #3073bb;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-gsFooter__cg__lg {
  margin-top: 45px;
}

.l-gsFooter__cg__lg > a {
  display: block;
  width: 258px;
  height: 50px;
  margin: 0 auto;
  background: url(/images/logo_footer02.png) no-repeat;
  background-size: contain;
}

.l-gsFooter__cg__t {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.75;
  text-align: center;
}

.l-gsFooter__og {
  padding: 27px 0 50px;
  background: #fff;
}

.l-gsFooter__og__ls > li > a {
  display: block;
  padding: 8px 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  text-decoration: none;
}

.l-gsFooter__og__ls > li > a > span {
  display: inline-block;
  position: relative;
  width: 7.5px;
  height: 5.5px;
  margin-left: 7px;
  background: #3073bb;
  vertical-align: 15%;
}

.l-gsFooter__og__ls > li > a > span::before, .l-gsFooter__og__ls > li > a > span::after {
  content: "";
  display: block;
  position: absolute;
  background: #3073bb;
}

.l-gsFooter__og__ls > li > a > span::before {
  left: -2.5px;
  top: 2px;
  width: 1px;
  height: 6px;
}

.l-gsFooter__og__ls > li > a > span::after {
  left: -2.5px;
  top: 7px;
  width: 8px;
  height: 1px;
}

.l-gsFooter__og__lg {
  margin-top: 30px;
}

.l-gsFooter__og__lg > a {
  display: block;
  width: 230px;
  height: 23.5px;
  margin: 0 auto;
  background: url(/img/common/logo_footer.gif) no-repeat;
  background-size: contain;
}

.l-gsFooter__og__cp {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.l-gsFooter__rt > a {
  display: block;
  position: relative;
  height: 50px;
  background: #3073bb;
}

.l-gsFooter__rt > a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -4px 0 0 -8px;
  box-sizing: border-box;
  border-top: 3.5px solid #fff;
  border-right: 3.5px solid #fff;
  -webkit-transform: rotate(315deg);
      -ms-transform: rotate(315deg);
          transform: rotate(315deg);
}
