@charset "UTF-8";
/*
Theme Name: Bricks International
パス：ルート相対パス
*/
* {
  box-sizing: border-box;
  font-size: 16px;
  margin: 0;
  padding: 0;
  color: #4b4848;
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", serif;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  color: #8e8e8e;
  font-size: inherit;
}
a.underline {
  text-decoration: underline;
}

ul {
  list-style: none;
  padding-left: 0;
}

.centerMode {
  text-align: center;
}

.mb8 {
  margin-bottom: 8px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb40 {
  margin-bottom: 40px;
}

.mY30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mbCut {
  margin-bottom: 0 !important;
}

.mbHerf {
  margin-bottom: 90px !important;
}

.lastMargin {
  margin-bottom: 50px !important;
}

.imgBox {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .imgBox {
    display: block;
  }
}
@media (max-width: 768px) {
  .imgBox.two img {
    width: 50%;
  }
}
.imgBox img {
  -o-object-fit: cover;
     object-fit: cover;
}

.tRed {
  color: red;
}

.tBold {
  font-weight: bold;
}

.moreLink {
  font-size: initial;
}

.grid {
  width: 1480px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
  background-color: transparent;
}
@media screen and (max-width: 1480px) {
  .grid {
    width: 100%;
    margin: 0 auto;
  }
}
.grid.freeGrid {
  width: 100%;
  margin: 0 auto;
}
.grid.innerGrid {
  padding-left: 180px;
  padding-right: 180px;
}
@media (max-width: 1080px) {
  .grid.innerGrid {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

.section {
  padding-top: 180px;
  padding-bottom: 180px;
}
@media screen and (max-width: 1480px) {
  .section {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1080px) {
  .section {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 768px) {
  .section {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 5%;
    padding-bottom: 5%;
  }
}
@media (max-width: 500px) {
  .section {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
.section.noPadding {
  padding-top: 0px;
  padding-bottom: 0px;
}

h1 {
  font-size: 32px;
  line-height: 1.3;
  color: #4b4848;
  background-color: transparent;
}
@media (max-width: 500px) {
  h1 {
    font-size: 24px;
  }
}
h1.iconSet {
  padding-left: 60px;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}
h1 span {
  display: block;
  font-size: 14px;
}
h1.center {
  text-align: center;
}

h2 {
  font-size: 55px;
  line-height: 1.7;
  font-weight: 900;
  color: #4b4848;
  background-color: transparent;
}
@media (max-width: 500px) {
  h2 {
    font-size: 20px;
  }
}
h2.iconSet {
  padding-left: 60px;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}
h2.center {
  text-align: center;
}
h2.white {
  color: white;
}
h2.white span {
  color: white;
}
h2 span {
  display: block;
  font-size: 14px;
}

h3 {
  font-size: 34px;
  line-height: 1.7;
  color: #4b4848;
  background-color: transparent;
}
@media (max-width: 500px) {
  h3 {
    font-size: 18px;
  }
}
h3.iconSet {
  padding-left: 60px;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}
h3.center {
  text-align: center;
}
h3 span {
  display: block;
  font-size: 14px;
}

@media (max-width: 500px) {
  .pankuzu {
    font-size: 10px;
  }
  .pankuzu span {
    font-size: 10px;
  }
}

.columnBox {
  margin-bottom: 180px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .columnBox {
    display: block;
  }
}
.columnBox li {
  width: 50%;
}
.columnBox li img {
  width: 100%;
}
.columnBox li img.freeWidth {
  width: auto;
}
.columnBox.styleThree li {
  width: 33%;
}
.columnBox.reverse {
  flex-direction: row-reverse;
}
.columnBox.style4-6 li:first-child {
  width: 40%;
}
.columnBox.style4-6 li:last-child {
  width: 60%;
}
.columnBox.mbCut {
  margin-bottom: 0;
}

.noColumn {
  display: block !important;
}

.imgContent {
  text-align: center;
  margin-bottom: 70px;
}
.imgContent img {
  width: 100%;
}
.imgContent.normal {
  text-align: left;
}
.imgContent.reverse {
  text-align: right;
}
@media (max-width: 1080px) {
  .imgContent {
    font-size: 2vw;
  }
}
@media (max-width: 768px) {
  .imgContent {
    font-size: 3vw;
  }
}
@media (max-width: 500px) {
  .imgContent {
    font-size: 4vw;
  }
}

.excep_border {
  border: 1px black solid;
}

.positionFree {
  position: relative;
}
.positionFree .positionFreeChild {
  position: absolute;
}

.pcView {
  display: none;
}
@media screen and (max-width: 1480px) {
  .pcView {
    display: block;
  }
}
@media (max-width: 768px) {
  .pcView {
    display: none;
  }
}

.spView {
  display: block;
}
@media screen and (max-width: 1480px) {
  .spView {
    display: none;
  }
}

.iconViewSun {
  display: none;
}
@media (max-width: 768px) {
  .iconViewSun {
    display: block;
  }
}

.iconViewShadow {
  display: block;
}
@media (max-width: 768px) {
  .iconViewShadow {
    display: none;
  }
}

.normalBtn {
  width: 250px;
  margin: 0 auto;
  font-weight: bold;
  border-radius: 15px;
  line-height: 1;
  border: none;
  text-align: center;
  background-color: #9ac1f1;
  color: #ffffff;
}
.normalBtn a {
  font-size: 20px;
  display: block;
  width: 100%;
  color: white;
  padding: 15px 0px 15px 0px;
}
.normalBtn a:hover {
  opacity: 0.7;
}

.normalBtn_blue {
  width: 250px;
  margin: 0 auto;
  font-weight: bold;
  border-radius: 15px;
  line-height: 1;
  border: none;
  text-align: center;
  background-color: #4370c3;
  color: #ffffff;
}
.normalBtn_blue a {
  font-size: 20px;
  display: block;
  width: 100%;
  color: white;
  padding: 15px 0px 15px 0px;
}
.normalBtn_blue a:hover {
  opacity: 0.7;
}
.normalBtn_blue .smalltext {
  color: #ffffff;
  font-size: 16px;
  display: block;
  padding-top: 10px;
}

.normalBtnNonLink {
  width: 250px;
  margin: 0 auto;
  font-weight: bold;
  border-radius: 15px;
  line-height: 1;
  border: none;
  text-align: center;
  font-size: 20px;
  padding: 10px 15px 10px 15px;
  color: white;
  background-color: #4370c3;
}
.normalBtnNonLink:hover {
  opacity: 0.7;
}
@media (max-width: 1080px) {
  .normalBtnNonLink {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .normalBtnNonLink {
    width: 30%;
  }
}
@media (max-width: 500px) {
  .normalBtnNonLink {
    width: 65%;
  }
}
.normalBtnNonLink.skyblue {
  background-color: #9ac1f1;
  color: #ffffff;
}

.buttonArea {
  justify-content: center;
}
.buttonArea .formButton {
  font-size: 24px;
  font-weight: bold;
  padding: 15px;
  border-radius: 15px;
  line-height: 1;
  border: 0;
  cursor: pointer;
  background-color: #4370c3;
  color: #ffffff;
  width: 250px;
  margin-right: 150px;
}
.buttonArea .formButton.skyblue {
  background-color: #9ac1f1;
  color: #ffffff;
}
.buttonArea .formButton:last-child {
  margin-right: 0;
}
.buttonArea .formButton.aLink {
  text-align: center;
}
.buttonArea .formButton .normalBtn_blue {
  display: inline-block;
}
.buttonArea .formMiniButton {
  font-size: 20px;
  font-weight: bold;
  padding: 6px 30px;
  border-radius: 15px;
  line-height: 1.7;
  text-align: center;
  border: 0;
  cursor: pointer;
  background-color: #4370c3;
  color: #ffffff;
  width: auto;
  margin-right: 150px;
}
@media (max-width: 500px) {
  .buttonArea .formMiniButton {
    font-size: 16px;
  }
}
.buttonArea .formMiniButton.skyblue {
  background-color: #9ac1f1;
  color: #ffffff;
}
.buttonArea .formMiniButton:last-child {
  margin-right: 0;
}
.buttonArea .formMiniButton.aLink {
  text-align: center;
}
.buttonArea.leftStyle {
  justify-content: flex-start;
}
.buttonArea.leftStyle .formButtonLink {
  width: 250px;
  margin: 0 auto;
  font-weight: bold;
  border-radius: 15px;
  line-height: 1;
  border: none;
  text-align: center;
}
.buttonArea.leftStyle .formButtonLink a {
  font-size: 20px;
  display: block;
  width: 100%;
  color: white;
  padding: 15px 0px 15px 0px;
}
.buttonArea.leftStyle .formButtonLink a:hover {
  opacity: 0.7;
}

.btnA250 {
  margin: 0 auto;
  border: none;
  text-align: center;
  width: 250px;
  background-color: #9ac1f1;
  color: #ffffff;
}
.btnA250 a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 30px;
  border-radius: 15px;
  line-height: 1.7;
  text-align: center;
  border: 0;
  cursor: pointer;
  width: 100%;
}
.btnA250 a:hover {
  opacity: 0.7;
}
.btnA250 a .smalltext {
  font-size: 16px;
  display: block;
  padding-top: 10px;
}

.btnA300 {
  margin: 0 auto;
  border: none;
  text-align: center;
  width: 300px;
  background-color: #9ac1f1;
  color: #ffffff;
}
.btnA300 a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 30px;
  border-radius: 15px;
  line-height: 1.7;
  text-align: center;
  border: 0;
  cursor: pointer;
  width: 100%;
}
.btnA300 a:hover {
  opacity: 0.7;
}
.btnA300 a .smalltext {
  font-size: 16px;
  display: block;
  padding-top: 10px;
}

.btnA500 {
  margin: 0 auto;
  border: none;
  text-align: center;
  width: 500px;
  background-color: #9ac1f1;
  color: #ffffff;
}
.btnA500 a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 30px;
  border-radius: 15px;
  line-height: 1.7;
  text-align: center;
  border: 0;
  cursor: pointer;
  width: 100%;
}
.btnA500 a:hover {
  opacity: 0.7;
}
.btnA500 a .smalltext {
  font-size: 16px;
  display: block;
  padding-top: 10px;
}

.btnIB250 {
  font-size: 20px;
  font-weight: bold;
  padding: 6px 30px;
  border-radius: 15px;
  line-height: 1.7;
  text-align: center;
  border: 0;
  cursor: pointer;
  border: 0;
  cursor: pointer;
  width: 250px;
  background-color: #9ac1f1;
  color: #ffffff;
}

.btnSimpleA250 {
  margin: 0 auto;
  border: none;
  text-align: center;
  width: 250px;
  background-color: #9ac1f1;
  color: #ffffff;
  font-size: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.btnSimpleA250 a {
  font-weight: bold;
  border-radius: 15px;
  line-height: 1.7;
  text-align: center;
  display: block;
  width: 100%;
}
.btnSimpleA250 a:hover {
  opacity: 0.7;
}
.btnSimpleA250 a .smalltext {
  font-size: 16px;
  display: block;
  padding-top: 10px;
}

.btnSimpleIB250 {
  font-weight: bold;
  border-radius: 15px;
  line-height: 1.7;
  text-align: center;
  border: 0;
  cursor: pointer;
  width: 250px;
  background-color: #9ac1f1;
  color: #ffffff;
  font-size: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.btnArea {
  justify-content: center;
}

.checkedBtn {
  display: inline-block;
  position: relative;
}
.checkedBtn input {
  opacity: 0;
  position: absolute;
  left: 0;
}
.checkedBtn input:focus + label {
  box-shadow: 0 0 4px #4370c3;
}
.checkedBtn input:checked + label {
  background: #4370c3;
  color: #fff;
  background-image: url("/img/checked.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left 15px center;
}
.checkedBtn label {
  padding: 10px 20px 10px 60px;
  border-radius: 20px;
  background: #9ac1f1;
  color: #ffffff;
  display: inline-block;
  cursor: pointer;
  transition: 0.5s;
  background-image: url("/img/option.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left 15px center;
}
.checkedBtn label:hover {
  background: #4370c3;
  color: #fff;
  background-image: url("/img/checked.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: left 15px center;
}

.grid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1080px) {
  .grid {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

header {
  padding-top: 40px;
  padding-bottom: 40px;
}
header .logo {
  width: 320px;
}
@media (max-width: 768px) {
  header .logo {
    margin: 0 auto;
  }
}
header .logo img {
  width: 100%;
}
header .navi {
  display: flex;
}
@media (max-width: 768px) {
  header .navi {
    display: block;
  }
}
@media (max-width: 768px) {
  header .navi {
    display: flex;
    justify-content: space-between;
    margin-top: 4vw;
    margin-bottom: 3vw;
  }
}
header .navi li {
  width: auto;
  margin-right: 17px;
  margin-left: 17px;
}
@media (max-width: 768px) {
  header .navi li {
    margin-right: 1vw;
    margin-left: 1vw;
  }
  header .navi li a {
    text-align: center;
  }
  header .navi li a img {
    width: 60%;
  }
}
header .navi li:first-child {
  margin-left: 0;
}
header .navi li:last-child {
  margin-right: 0;
}

.eye {
  height: 85vh;
  background-image: url("img/eye.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1080px) {
  .eye {
    background-size: auto;
  }
}
@media (max-width: 1080px) {
  .eye {
    background-position: bottom right;
  }
}
.eye .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 768px) {
  .eye .grid {
    display: block;
  }
}
.eye .grid .bottom {
  height: 400px;
}
.eye .grid h1 {
  text-align: center;
  font-size: 60px;
  font-family: "Hiragino Mincho ProN";
}
@media (max-width: 1080px) {
  .eye .grid h1 {
    font-size: 5vw;
  }
}
.eye .grid .navi {
  margin: 0 auto;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .eye .grid .navi {
    display: block;
  }
}
.eye .grid .navi li {
  font-size: 40px;
  font-family: "Hiragino Sans";
  margin-right: 30px;
  margin-left: 30px;
}
@media (max-width: 1080px) {
  .eye .grid .navi li {
    margin-right: 1.8vw;
    margin-left: 1.8vw;
  }
}
.eye .grid .navi li.logo {
  width: 33%;
}
@media screen and (max-width: 1480px) {
  .eye .grid .navi li.logo {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .eye .grid .navi li.logo {
    margin: 0 auto;
    width: 70%;
  }
}
@media (max-width: 500px) {
  .eye .grid .navi li.logo {
    margin: 0 auto;
    width: 90%;
  }
}
.eye .grid .navi li.logo img {
  width: 100%;
}
@media screen and (max-width: 1480px) {
  .eye .grid .navi li.icon {
    width: 7%;
  }
  .eye .grid .navi li.icon img {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .eye .grid .navi li.icon {
    width: 18%;
  }
}

.section.info {
  background-image: url("img/sectionInfoBg.png"), url("img/sectionLogoLeft.png");
  background-position: center center, left -18vw center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, auto;
}
@media (max-width: 1080px) {
  .section.info {
    background-position: center center, left -30vw center;
  }
}
@media (max-width: 768px) {
  .section.info {
    background-position: center center, left -35vw center;
    background-size: cover, contain;
  }
}
.section.message {
  background-image: url("img/sectionMessageBg.png"), url("img/sectionLogoRight.png");
  background-position: center center, right -18vw center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, auto;
}
@media (max-width: 1080px) {
  .section.message {
    background-position: center center, right -30vw center;
  }
}
@media (max-width: 768px) {
  .section.message {
    background-position: center center, right -40vw center;
    background-size: cover, contain;
  }
}
.section.corporation {
  background-image: url("img/sectionCorporationBg.png"), url("img/sectionLogoLeft.png");
  background-position: center center, left -18vw center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, auto;
}
@media (max-width: 1080px) {
  .section.corporation {
    background-position: center center, left -30vw center;
  }
}
@media (max-width: 768px) {
  .section.corporation {
    background-position: center center, left -35vw center;
    background-size: cover, contain;
  }
}
.section.access {
  background-image: url("img/sectionAccessBg.png"), url("img/sectionLogoRight.png");
  background-position: center center, right -18vw center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, auto;
}
@media (max-width: 1080px) {
  .section.access {
    background-position: center center, right -30vw center;
  }
}
@media (max-width: 768px) {
  .section.access {
    background-position: center center, right -40vw center;
    background-size: cover, contain;
  }
}
.section.news {
  background-image: url("img/sectionNewsBg.png"), url("img/sectionLogoLeft.png");
  background-position: center center, left -18vw center;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, auto;
}
@media (max-width: 1080px) {
  .section.news {
    background-position: center center, left -30vw center;
  }
}
@media (max-width: 768px) {
  .section.news {
    background-position: center center, left -35vw center;
    background-size: cover, contain;
  }
}
.section .columnBox {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 0;
}
.section .columnBox.txtWhite li:first-child {
  display: flex;
  align-items: center;
  color: white;
  font-size: 70px;
}
@media (max-width: 768px) {
  .section .columnBox.txtWhite li:first-child {
    display: block;
  }
}
@media screen and (max-width: 1480px) {
  .section .columnBox.txtWhite li:first-child {
    font-size: 5vw;
  }
}
@media (max-width: 768px) {
  .section .columnBox.txtWhite li:first-child {
    font-size: 6vw;
  }
}
@media (max-width: 500px) {
  .section .columnBox.txtWhite li:first-child {
    font-size: 7vw;
  }
}
.section .columnBox.txtWhite li:last-child {
  color: #4b4848;
  text-align: right;
  line-height: 2.5;
  font-size: 27px;
}
@media screen and (max-width: 1480px) {
  .section .columnBox.txtWhite li:last-child {
    font-size: 1.9vw;
  }
}
@media (max-width: 768px) {
  .section .columnBox.txtWhite li:last-child {
    font-size: 2.6vw;
  }
}
@media (max-width: 500px) {
  .section .columnBox.txtWhite li:last-child {
    font-size: 3vw;
  }
}
.section .columnBox.reverse li:first-child {
  text-align: right;
  flex-direction: row-reverse;
}
.section .columnBox.reverse li:last-child {
  text-align: left;
}
.section .columnBox .daihyo {
  font-size: 40px;
  font-weight: bold;
  color: #4b4848;
  margin-top: 30px;
}
@media screen and (max-width: 1480px) {
  .section .columnBox .daihyo {
    font-size: 2.9vw;
  }
}
@media (max-width: 768px) {
  .section .columnBox .daihyo {
    font-size: 3.6vw;
  }
}
@media (max-width: 500px) {
  .section .columnBox .daihyo {
    font-size: 4vw;
  }
}
@media (max-width: 768px) {
  .section .columnBox li {
    width: 100% !important;
  }
  .section .columnBox li:last-child {
    text-align: left !important;
  }
}
.section .corpList {
  display: flex;
  text-align: left;
}
@media (max-width: 768px) {
  .section .corpList {
    display: block;
  }
}
@media (max-width: 768px) {
  .section .corpList {
    display: flex;
  }
}
.section .corpList dt {
  width: 30%;
  font-size: 27px;
}
@media screen and (max-width: 1480px) {
  .section .corpList dt {
    font-size: 1.9vw;
  }
}
@media (max-width: 768px) {
  .section .corpList dt {
    font-size: 2.6vw;
    color: white;
  }
}
@media (max-width: 500px) {
  .section .corpList dt {
    font-size: 3vw;
  }
}
.section .corpList dd {
  width: 70%;
  font-size: 27px;
  font-weight: normal;
}
@media screen and (max-width: 1480px) {
  .section .corpList dd {
    font-size: 1.9vw;
  }
}
@media (max-width: 768px) {
  .section .corpList dd {
    font-size: 2.6vw;
    color: white;
  }
}
@media (max-width: 500px) {
  .section .corpList dd {
    font-size: 3vw;
  }
}
.section .imgContent {
  margin-bottom: 0;
}
.section .accessList {
  line-height: 1.7 !important;
}
.section .newsList {
  display: flex;
  text-align: left;
}
@media (max-width: 768px) {
  .section .newsList {
    display: block;
  }
}
@media (max-width: 768px) {
  .section .newsList {
    display: flex;
  }
}
.section .newsList dt {
  width: 35%;
  font-size: 27px;
}
@media screen and (max-width: 1480px) {
  .section .newsList dt {
    font-size: 1.9vw;
  }
}
@media (max-width: 768px) {
  .section .newsList dt {
    font-size: 2.6vw;
  }
}
@media (max-width: 500px) {
  .section .newsList dt {
    font-size: 3vw;
  }
}
.section .newsList dd {
  width: 65%;
  font-size: 27px;
}
@media screen and (max-width: 1480px) {
  .section .newsList dd {
    font-size: 1.9vw;
  }
}
@media (max-width: 768px) {
  .section .newsList dd {
    font-size: 2.6vw;
  }
}
@media (max-width: 500px) {
  .section .newsList dd {
    font-size: 3vw;
  }
}

footer {
  background-image: url("img/footerBg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 50px;
}
footer .logo {
  width: 320px;
}
@media (max-width: 768px) {
  footer .logo {
    margin: 0 auto;
  }
}
footer .logo img {
  width: 100%;
}
footer .navi {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 768px) {
  footer .navi {
    display: block;
  }
}
@media (max-width: 768px) {
  footer .navi {
    display: flex;
    justify-content: space-between;
  }
}
footer .navi li {
  margin-right: 50px;
  margin-left: 50px;
}
footer .navi li a {
  display: block;
  text-align: center;
  width: 8vw;
  padding-top: 40px;
}
@media (max-width: 768px) {
  footer .navi li a {
    width: auto;
    padding-top: 30px;
  }
}
footer .navi li a.news {
  background-image: url("img/news.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 50%;
}
@media (max-width: 768px) {
  footer .navi li a.news {
    background-position: top 1.2vw center;
  }
}
footer .navi li a.information {
  background-image: url("img/information.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 50%;
}
footer .navi li a.message {
  background-image: url("img/message.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 50%;
}
footer .navi li a.access {
  background-image: url("img/access.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 50%;
}
@media (max-width: 768px) {
  footer .navi li a.access {
    background-position: top 0.5vw center;
  }
}
footer .navi li a.corporation {
  background-image: url("img/corporation.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 50%;
}
@media (max-width: 768px) {
  footer .navi li {
    margin-right: 2vw;
    margin-left: 2vw;
  }
}
footer .navi li:first-child {
  margin-left: 0;
}
footer .navi li:last-child {
  margin-right: 0;
}
footer .copyright {
  text-align: center;
  font-size: 12px;
  color: #4b4848;
  margin-top: 40px;
}
/*# sourceMappingURL=style.css.map */