@charset "utf-8";

@media only screen and (min-width: 968px) {
  body#top .sp {
    display: none;
  }
}
@media only screen and (max-width: 967px) {
  body#top .pc {
    display: none;
  }
}


@media only screen and (max-width: 967px) {

  .accordion p {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 50px;
  }
  ul#globalnav-s {
    top: 50px;
  }

  #header .logo img {
    height: 32px;
  }
  .menu-trigger {
    background-color: #004DBD;
    width: 50px;
    height: 50px;
  }
  .menu-trigger span {
    background: #FFFFFF !important;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 16px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 24px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 16px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-40deg);
    -moz-transform: translateY(8.0px) rotate(-40deg);
    -o-transform: translateY(8.0px) rotate(-40deg);
    -ms-transform: translateY(8.0px) rotate(-40deg);
    transform: translateY(8px) rotate(-40deg);
  }
  .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(40deg);
    -moz-transform: translateY(-8.0px) rotate(40deg);
    -o-transform: translateY(-8.0px) rotate(40deg);
    -ms-transform: translateY(-8.0px) rotate(40deg);
    transform: translateY(-8px) rotate(40deg);
  }
}


#header {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
#header .row > div {
  padding-right: 0;
}
#header #globalnav {
  display: flex;
  justify-content: end;
  align-items: center;
  margin-top: 0;
}
#header #globalnav li {
}
#header #globalnav li a {
  color: #424242 !important;
  font-size: 15px;
  font-weight: 600;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
}
#header #globalnav li a:hover {
  border-radius: 0;
  background-color: #004DBD !important;
}
#header #globalnav li:last-child a {
  color: #FFFFFF !important;
  background-color: #004DBD;
  width: 200px;
}

#header #globalnav li .tabBox {
  background-color: #004DBD !important;
  height: auto;
  padding: 20px 0;
}
#header #globalnav li .tabBox .tit-s1 {
  margin-top: 10px;
}
#header #globalnav li .tabBox .lis-s1 {
  margin-top: 0;
}
#header #globalnav li .tabBox .lis-s1 li {
  margin: 10px 0;
}
#header #globalnav li .tabBox .lis-s1 li a {
  height: auto;
}
#header #globalnav li a.contact {
  position: relative;
  padding-left: 60px;
}
#header #globalnav li a.contact::before {
  content: "";
  background-image: url(../images/new/icon_mail.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  position: absolute;
  left: 40px;
}

@media only screen and (max-width: 1300px) {
  #header #globalnav li a {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1200px) {
  #header #globalnav li a {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 967px) {

  #header {
    height: 50px;
    min-height: 50px;
  }

  #header #globalnav {
    display: none;
  }

}



/* top */
body#top #header-img.home {
  overflow: hidden;
  height: auto;
  position: static;
  padding-top: 100px;
}
body#top #header-img.home .slider {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
body#top #header-img.home .slider img {
  max-width: 100%;
}
@media only screen and (max-width: 967px) {
  body#top #header-img.home {
    padding-top: 50px;
  }
}


body#top .slick-dots {
  bottom: 10px;
}
body#top .slick-dots li {
  width: 30px;
  height: 4px;
}
body#top .slick-dots li button {
  width: 30px;
  height: 4px;
}
body#top .slick-dots li button:before {
  font-family: '';
  width: 30px;
  height: 4px;
  content: '';
  opacity: 1;
  background: #FFFFFF;
}
body#top .slick-dots li.slick-active button:before {
  opacity: 1;
  background: #004DBD;
}


body#top > .video {
  position: absolute;
  top: 30vw;
  right: 14vw;
  width: 24%;
}
body#top > .video video {
  max-width: 380px;
  width: 100%;
}
@media only screen and (max-width: 967px) {
  body#top #header-img.home {
    padding-top: 50px;
  }
  body#top > .video {
    margin: 25px auto 0;
    position: static;
    width: 80%;
  }
  body#top > .video video {
    max-width: 100%;
    width: 100%;
  }
}


/* service */
body#top #service {
  display: block;
  margin-top: 80px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdjYJh69S8ABX8C86vI9mAAAAAASUVORK5CYII=);
  background-position: 100% 250px;
  background-repeat: no-repeat;
  background-size: 92%;
  padding-bottom: 100px;
}
body#top #service .title {
  width: 71.25%;
  margin: 0 auto;
}
body#top #service .title h2 {
  font-size: 44px;
  font-weight: 600;
  text-align: left;
  color: #424242;
}
body#top #service .title p {
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  color: #004DBD;
}

body#top #service ul {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
body#top #service ul li {
  width: 35.625%;
}
body#top #service ul li a {
  display: block;
  position: relative;
  overflow: hidden;
}
body#top #service ul li a h3 {
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 70px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
body#top #service ul li a h3::after {
  content: "";
  display: block;
  width: 26px;
  height: 7px;
  background-image: url(../images/new/icon_arrow.svg);
  background-size: 26px 7px;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
}
body#top #service ul li:nth-child(4) a h3 {
  max-width: 300px;
  width: 100%;
  position: absolute;
  left: calc(50% - 150px);
  bottom: 60px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #004DBD;
  background-color: #FFFFFF;
  border: 1px solid #004DBD;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
}
body#top #service ul li:nth-child(4) a h3::after {
  content: "";
  display: block;
  width: 26px;
  height: 7px;
  background-image: url(../images/new/icon_arrow_o.svg);
  background-size: 26px 7px;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
}
body#top #service ul li a .image {
}
body#top #service ul li a img {
  width: 100%;
}

body#top #service ul li a .hover {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  transition: all 400ms;
}
body#top #service ul li a .hover h4 {
  margin-top: 44px;
  font-size: 20px;
  font-weight: 600;
}
body#top #service ul li a .hover p {
  margin-top: 44px;
  font-size: 17px;
  font-weight: 600;
  line-height: calc(40 / 17);
}
body#top #service ul li a .hover::after {
  content: "";
  display: block;
  width: 26px;
  height: 7px;
  background-image: url(../images/new/icon_arrow.svg);
  background-size: 26px 7px;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  bottom: 32px;
}
@media only screen and (min-width: 968px) {
  body#top #service ul li a:hover .normal {
    opacity: 0;
  }
  body#top #service ul li a:hover .hover {
    opacity: 1;
    background-color: rgba(0, 75, 190, 0.7);
    width: 100%;
    height: 100%;
    color: #FFFFFF !important;

    position: absolute;
    top: 0%;
    left: 0;
    transition: all 400ms;
  }
}
@media only screen and (max-width: 967px) {
  body#top #service {
    display: block;
    margin-top: 45px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAAXNSR0IArs4c6QAAAA1JREFUGFdjYJh69S8ABX8C86vI9mAAAAAASUVORK5CYII=);
    background-position: center 32vw;
    background-repeat: no-repeat;
    background-size: 300%;
    padding-bottom: 50px;
  }
  body#top #service .inner {
    width: 90%;
    margin: 0 auto;
  }
  body#top #service .title {
    width: 100%;
    margin: 0 auto;
  }
  body#top #service .title h2 {
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    color: #424242;
  }
  body#top #service .title p {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #004DBD;
  }
  
  body#top #service ul {
    margin-top: 27px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  body#top #service ul li {
    width: 100%;
  }
  body#top #service ul li a {
    display: block;
    position: relative;
  }
  body#top #service ul li a h3 {
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body#top #service ul li a h3::after {
    content: "";
    display: block;
    width: 20px;
    height: 6px;
    background-image: url(../images/new/icon_arrow.svg);
    background-size: 20px 6px;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
  }
  body#top #service ul li:nth-child(4) a h3 {
    max-width: 300px;
    width: 100%;
    position: absolute;
    left: calc(50% - 150px);
    bottom: 30px;
    height: 45px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #004DBD;
    background-color: #FFFFFF;
    border: 1px solid #004DBD;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  body#top #service ul li:nth-child(4) a h3::after {
    content: "";
    display: block;
    width: 20px;
    height: 6px;
    background-image: url(../images/new/icon_arrow_o.svg);
    background-size: 20px 6px;
    background-repeat: no-repeat;
    position: absolute;
    right: 16px;
  }
  body#top #service ul li a .image {
  }
  body#top #service ul li a img {
    width: 100%;
  }
  
  body#top #service ul li a .hover {
    position: absolute;
    top: 0;
    opacity: 0;
  }
}


/* about */
body#top #about {
  display: block;
  margin-top: 60px;
  background-image: url(../images/new/about.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  //height: 28vw;
  position: relative;
  padding-top: 5.5vw;
  padding-left: calc(50% - 35.7%);
  padding-right: calc(50% - 35.7%);
}
body#top #about .inner {
  width: 500px;
  background-color: #FFFFFF;
  //position: absolute;
  //top: 5.5vw;
  //left: calc(50% - 35.7%);
  padding: 40px 30px 60px;
}
body#top #about a {
  display: block;
  text-decoration: none;
}
@media only screen and (min-width: 968px) {
  body#top #about a:hover {
    background-color: #004DBD;
  }
  body#top #about a:hover h2 ,
  body#top #about a:hover p {
    color: #FFFFFF !important;
  }
  body#top #about a:hover .more {
    color: #004DBD !important;
    background-color: #FFFFFF;
  }
  body#top #about a:hover .more::after {
    background-image: url(../images/new/icon_arrow_o.svg);
  }
}
body#top #about .title {
}
body#top #about .title h2 {
  font-size: 44px;
  font-weight: 600;
  color: #424242;
}
body#top #about .title p {
  font-size: 15px;
  font-weight: 600;
  color: #004DBD;
}
body#top #about .desc {
  margin-top: 36px;
  color: #424242;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
  line-height: calc(32 /15);
}
body#top #about .more {
  margin: 80px auto 0;
  color: #FFFFFF !important;
  background-color: #004DBD;
  font-size: 15px;
  font-weight: 600;
  width: 68%;
  height: 3.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
body#top #about .more::after {
  content: "";
  background-image: url(../images/new/icon_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 26px;
  height: 7px;
  position: absolute;
  right: 16px;
}
body#top #about a.group {
  margin: 60px auto 0;
  width: 500px;
  height: 90px;
  background-image: url(../images/new/group.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFFFFF !important;
  font-size: 17px;
  font-weight: 600;
}
@media only screen and (max-width: 967px) {
  body#top #about {
    display: block;
    margin-top: 60px;
    background-image: url(../images/new/sp/about.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  body#top #about .inner {
    margin: 0 auto;
    width: 80%;
    background-color: #FFFFFF;
    padding: 32px 15px 40px;
  }
  body#top #about .title {
  }
  body#top #about .title h2 {
    font-size: 26px;
    font-weight: 600;
    color: #424242;
  }
  body#top #about .title p {
    font-size: 12px;
    font-weight: 600;
    color: #004DBD;
  }
  body#top #about .desc {
    margin-top: 26px;
    color: #424242;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    line-height: calc(30 /14);
  }
  body#top #about .more {
    margin: 30px auto 0;
    color: #FFFFFF !important;
    background-color: #004DBD;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  body#top #about .more::after {
    content: "";
    background-image: url(../images/new/icon_arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 6px;
    position: absolute;
    right: 16px;
  }
  body#top #about a.group {
    margin: 30px auto 0;
    width: 90%;
    height: 60px;
    background-image: url(../images/new/group.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF !important;
    font-size: 15px;
    font-weight: 600;
  }
}


/* news */
body#top #news {
  margin-top: 100px;
  margin-right: 8.125%;
  background-color: #F4F4F4;
  padding: 90px 6%;
  display: flex;
  justify-content: space-between;
}

body#top #news .left {
  width: 34%;
  padding-left: 10%;
}
body#top #news .right {
  width: 63%;
}

body#top #news .title {
  width: 100%;
  margin: 0 auto;
}
body#top #news .title h2 {
  font-size: 44px;
  font-weight: 600;
  text-align: left;
  color: #424242;
}
body#top #news .title p {
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  color: #004DBD;
}
body#top #news .more.pc {
  width: 100%;
  height: 4vw;
  margin-top: 50px;
  border: 1px solid #004DBD;
  color: #004DBD !important;
  background-color: #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
body#top #news .more.pc:after {
  content: "";
  background-image: url(../images/new/icon_arrow_o.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 26px;
  height: 7px;
  position: absolute;
  right: 16px;
}

body#top #news ul {

}
body#top #news ul li {
  border-bottom: 1px solid #E2E2E2;
}
body#top #news ul li:nth-child(1) {
  border-top: 1px solid #E2E2E2;
}
body#top #news ul li a {
  display: flex;
  color: #424242 !important;
  text-align: left;
  height: 70px;
  position: relative;
}
body#top #news ul li a::after {
  content: "";
  background-image: url(../images/new/icon_arrow_o.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 26px;
  height: 7px;
  position: absolute;
  right: 16px;
  top: calc(50% - 3px);
}
body#top #news ul li a .date {
  width: 20%;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}
body#top #news ul li a .title {
  width: 80%;
  display: flex;
  align-items: center;
  margin: 0;
  font-size: 15px;
  font-weight: 300;
}
@media only screen and (max-width: 967px) {
  body#top #news {
    margin-top: 50px;
    margin-right: 0;
    background-color: #F4F4F4;
    padding: 45px 5%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  
  body#top #news .left {
    width: 100%;
    padding-left: 0;
  }
  body#top #news .right {
    width: 100%;
  }
  
  body#top #news .title {
    width: 100%;
    margin: 0 auto;
  }
  body#top #news .title h2 {
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    color: #424242;
  }
  body#top #news .title p {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    color: #004DBD;
  }
  body#top #news .more.pc {
    display: none;
  }
  body#top #news .more.pc:after {
    display: none;
  }
  body#top #news .more.sp {
    display: none;
    width: 80%;
    height: 45px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #004DBD;
    color: #004DBD !important;
    background-color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  body#top #news .more.sp:after {
    content: "";
    background-image: url(../images/new/icon_arrow_o.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 6px;
    position: absolute;
    right: 16px;
  }
  
  body#top #news ul {
  
  }
  body#top #news ul li {
    border-bottom: 1px solid #E2E2E2;
  }
  body#top #news ul li:nth-child(1) {
    border-top: 1px solid #E2E2E2;
  }
  body#top #news ul li a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #424242 !important;
    text-align: left;
    height: 80px;
    position: relative;
  }
  body#top #news ul li a::after {
    content: "";
    background-image: url(../images/new/icon_arrow_o.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 6px;
    position: absolute;
    right: 10px;
    top: calc(50% - 3px);
  }
  body#top #news ul li a .date {
    width: 20%;
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
  }
  body#top #news ul li a .title {
    width: 80%;
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 14px;
    font-weight: 300;
  }
}


/* customer */
body#top #customer {
  display: block;
  margin-top: 0;
  background-image: url(../images/new/customer.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 5.5vw;
  padding-left: calc(50% - 35.7%);
  padding-right: calc(50% - 35.7%);
}
body#top #customer .inner {
  width: 500px;
  background-color: #FFFFFF;
  padding: 40px 30px 60px;
  margin-left: auto;
}
body#top #customer a {
  display: block;
  text-decoration: none;
}
@media only screen and (min-width: 968px) {
  body#top #customer a:hover {
    background-color: #004DBD;
  }
  body#top #customer a:hover h2 ,
  body#top #customer a:hover p {
    color: #FFFFFF !important;
  }
  body#top #customer a:hover .more {
    color: #004DBD !important;
    background-color: #FFFFFF;
  }
  body#top #customer a:hover .more::after {
    background-image: url(../images/new/icon_arrow_o.svg);
  }
}
body#top #customer .title {
}
body#top #customer .title h2 {
  font-size: 44px;
  font-weight: 600;
  color: #424242;
}
body#top #customer .title p {
  font-size: 15px;
  font-weight: 600;
  color: #004DBD;
}
body#top #customer .desc {
  margin-top: 36px;
  color: #424242;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  line-height: calc(32 /15);
}
body#top #customer .more {
  margin: 80px auto 0;
  color: #FFFFFF !important;
  background-color: #004DBD;
  font-size: 15px;
  font-weight: 600;
  width: 68%;
  height: 3.7vw;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
body#top #customer .more::after {
  content: "";
  background-image: url(../images/new/icon_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 26px;
  height: 7px;
  position: absolute;
  right: 16px;
}
@media only screen and (max-width: 967px) {
  body#top #customer {
    display: block;
    margin-top: 0;
    background-image: url(../images/new/sp/customer.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
  body#top #customer .inner {
    margin: 0 auto;
    width: 80%;
    background-color: #FFFFFF;
    padding: 32px 15px 40px;
  }
  body#top #customer .title {
  }
  body#top #customer .title h2 {
    font-size: 26px;
    font-weight: 600;
    color: #424242;
  }
  body#top #customer .title p {
    font-size: 12px;
    font-weight: 600;
    color: #004DBD;
  }
  body#top #customer .desc {
    margin-top: 26px;
    color: #424242;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    line-height: calc(32 /15);
  }
  body#top #customer .more {
    margin: 30px auto 0;
    color: #FFFFFF !important;
    background-color: #004DBD;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  body#top #customer .more::after {
    content: "";
    background-image: url(../images/new/icon_arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 6px;
    position: absolute;
    right: 16px;
  }
}


/* contact */
section#contact {
  display: block;
  margin-top: 100px;
  height: 432px;
  background-image: url(../images/new/contact.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 78px;
}
section#contact .inner {
  width: 100%;
}
section#contact .title {
}
section#contact .title h2 {
  font-size: 44px;
  font-weight: 600;
  color: #FFFFFF;
}
section#contact .title p {
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
}
section#contact .desc {
  margin-top: 46px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  line-height: calc(32 /15);
}
section#contact a.more {
  width: 300px;
  height: 60px;
  margin: 48px auto 0;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
  font-size: 15px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
section#contact a.more::after {
  content: "";
  background-image: url(../images/new/icon_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 26px;
  height: 7px;
  position: absolute;
  right: 16px;
}
@media only screen and (max-width: 967px) {
  section#contact {
    display: block;
    margin-top: 50px;
    height: 99vw;
    background-image: url(../images/new/sp/contact.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 45px;
  }
  section#contact .inner {
    margin: 0 auto;
    width: 90%;
  }
  section#contact .title {
  }
  section#contact .title h2 {
    font-size: 26px;
    font-weight: 600;
    color: #FFFFFF;
  }
  section#contact .title p {
    font-size: 12px;
    font-weight: 600;
    color: #FFFFFF;
  }
  section#contact .desc {
    margin-top: 26px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: calc(32 /15);
  }
  section#contact a.more {
    width: 100%;
    height: 50px;
    margin: 48px auto 0;
    color: #FFFFFF !important;
    border: 1px solid #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  section#contact a.more::after {
    content: "";
    background-image: url(../images/new/icon_arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 20px;
    height: 6px;
    position: absolute;
    right: 16px;
  }
}


footer .link {
  background-color: #F2F2F2;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .link ul {
  display: flex;
  text-align: left;
}
footer .link ul li {
  /*margin: 0 20px;*/
  margin: 0 30px;
  padding-left: 1em;
}
footer .link ul li:nth-child(4) {
  margin-left: 0;
}
footer .link ul li a {
  color: #424242 !important;
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 0.8rem;
}
footer .link ul li a:first-child {
  font-weight: bold;
}
footer .link ul li b {
  display: block;
  margin-left: -2rem;
  margin-bottom: 0.8rem;
}
footer .link ul li a::before {
  display: block;
  content: "";
  position: absolute;
  top: calc(50% - 6px);
  left: -1em;
  width: 8px;
  height: 8px;
  border-right: 2px solid #004DBD;
  border-bottom: 2px solid #004DBD;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

footer .address {
  padding: 38px 0;
}
footer .address .inner {
  width: 780px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .address .logo {
  width: 330px;
}
footer .address .logo img {
  width: 100%;
}
footer .address .info {
  width: 400px;
}
footer .address .info dl {
  display: flex;
  flex-wrap: wrap;
}
footer .address .info dl dt ,
footer .address .info dl dd {
  font-size: 15px;
  font-weight: 300;
}

footer .address .info dl.tokyo dd ,
footer .address .info dl.gunma dd {
  margin-left: 1em;
}
footer .address .info > div {
  display: flex;
}
footer .address .info > div dl {
  margin-right: 1em;
}

footer .copy {
  height: 50px;
  color: #FFFFFF;
  background-color: #004DBD;
  font-size: 13px;
  font-weight: 300;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 967px) {
  footer .link {
    display: none;
  }

  footer .address {
    padding: 30px 0 20px;
  }
  footer .address .inner {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  footer .address .logo {
    margin: 0 auto;
    width: 50%;
  }
  footer .address .logo img {
    width: 100%;
  }
  footer .address .info {
    margin-top: 18px;
    width: 100%;
  }
  footer .address .info dl {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: start;
  }
  footer .address .info dl dt ,
  footer .address .info dl dd {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
  }
  
  footer .address .info dl.tokyo dd ,
  footer .address .info dl.gunma dd {
    margin-left: 0;
  }
  footer .address .info > div {
    display: block;
  }
  footer .address .info > div dl {
    margin-right: 0;
    display: flex;
    flex-direction: row;
  }
  
  footer .copy {
    height: 50px;
    color: #FFFFFF;
    background-color: #004DBD;
    font-size: 13px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/***** add ******/
.anchor {
  display: block;
  padding-top: 100px!important;
  margin-top: -100px!important;
}

.service .circles {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom: 5px;
	color: #333333;
	font-size: 15px;
	border-bottom: 1px dotted rgba(0, 75, 190, 1);
	text-align: left;
}
.service .circles:after,
.service .circles:before {
	content: "";
	position: absolute;
	border-radius: 50%;
}
.service .circles:before {
  left: 0.2em;
  width: 17px;
  height: 17px;
  background: rgba(1, 147, 232, 0.5);
  top: 40%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.service .circles:after {
  top: 1.1em;
  left: 0.7em;
  width: 14px;
  height: 14px;
  background: rgba(124, 222, 249, 0.3);
}

/* お問い合わせボタン（sarsページ等） */
a.btn-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 300px;
  height: 60px;
  margin: 24px 0;
  background-color: #1757C2;
  color: #FFFFFF !important;
  border: 1px solid #1757C2;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}
a.btn-contact::after {
  content: "";
  background-image: url(../images/new/icon_arrow.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 26px;
  height: 7px;
  position: absolute;
  right: 16px;
}
a.btn-contact:hover {
  background-color: #FFFFFF;
  color: #1757C2 !important;
  border: 1px solid #1757C2;
}
a.btn-contact:hover::after {
  background-image: url(../images/new/icon_arrow_o.svg);
}
@media only screen and (max-width: 967px) {
  a.btn-contact {
    width: 100%;
    height: 50px;
    font-size: 14px;
  }
  a.btn-contact::after {
    width: 20px;
    height: 6px;
  }
}
