@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDGothic&family=BIZ+UDPGothic&family=BIZ+UDPMincho&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend+Mega:wght@100..900&family=Lexend+Zetta:wght@100..900&family=M+PLUS+1p&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*
font-family: 'Ubuntu Condensed', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 480px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (min-width: 480px) and (max-width: 1310px) {
  html {
    font-size: 52%;
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "BIZ UDPGothic", sans-serif;
  line-height: 1.7;
  color: #263238;
  margin: 0;
  overflow-x: hidden;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  body {
    font-size: 2.25px;
    font-size: 1.44rem;
  }
}

.body {
  position: relative;
}

p {
  margin-top: 19px;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img:hover {
  opacity: 1;
}

a {
  color: rgb(32, 80, 209);
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #426de2;
  text-decoration: none;
}
a:visited {
  color: #193fa5;
}
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media print, screen and (min-width: 480px) {
  a[href^="tel:"] {
    pointer-events: none;
    display: inline-block;
  }
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left));
}
.container .container {
  padding: 0;
}

.narrow-container {
  margin: 0 auto;
  max-width: 800px;
  padding-right: calc(20px + constant(safe-area-inset-right));
  padding-left: calc(20px + constant(safe-area-inset-left));
}
@media screen and (max-width: 859px) {
  .narrow-container {
    margin-right: 2vw;
    margin-left: 2vw;
  }
}

.no-container {
  width: 100vw;
  left: calc(50% - 50vw);
  position: relative;
}

@media screen and (max-width: 859px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 859px) {
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}

@media screen and (max-width: 859px) {
  .col-6 {
    padding-right: 10px;
    padding-left: 10px;
  }
}

/* video */
.video-wrap {
  height: calc(100vh - 66px);
  position: relative;
}

#video-area {
  position: absolute;
  z-index: -1; /*最背面に設定*/
  top: 66px;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#video {
  /*天地中央配置*/
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 68.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

.body-contents {
  position: relative;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 859px) {
  .pc_only {
    display: none;
  }
}
@media print, screen and (min-width: 860px) {
  .sp_only {
    display: none;
  }
}
@media print, screen and (min-width: 860px) {
  main {
    margin-top: -66px;
  }
}
@media screen and (max-width: 859px) {
  main {
    margin-top: -53px;
  }
}

section {
  margin-top: 100px;
}

@media screen and (max-width: 859px) {
  .sp-visual {
    padding-top: 30px;
  }
}

@media screen and (max-width: 859px) {
  .main-wrap {
    display: none;
  }
}

.heading-group {
  text-align: center;
}
.heading-group h2 {
  font-family: "M PLUS 1p";
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: 400;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .heading-group h2 {
    font-size: 2.375px;
    font-size: 1.52rem;
  }
}
@media screen and (max-width: 859px) {
  .heading-group h2 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 859px) and (min-width: 480px) and (max-width: 1200px) {
  .heading-group h2 {
    font-size: 1.5px;
    font-size: 0.96rem;
  }
}
.heading-group .en {
  color: #04A8EE;
  font-family: "Lexend Zetta";
  letter-spacing: -6.8px;
  font-size: 40px;
  font-size: 4rem;
  margin-top: 0;
  line-height: 1;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .heading-group .en {
    font-size: 5px;
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 859px) {
  .heading-group .en {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: -3.4px;
  }
}
@media screen and (max-width: 859px) and (min-width: 480px) and (max-width: 1200px) {
  .heading-group .en {
    font-size: 2.5px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 859px) {
  section.service {
    margin-top: 0;
  }
}
@media screen and (max-width: 859px) {
  section.service .service-list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 859px) {
  section.service .service-item .icon img {
    height: 18.826px;
    width: auto;
  }
}

.link-list {
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media print, screen and (min-width: 860px) {
  .link-list {
    max-width: 740px;
  }
}
@media screen and (max-width: 859px) {
  .link-list {
    gap: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 30px;
  }
}

.link-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.link-item a {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 859px) {
  .link-item a img {
    max-height: 110px;
    width: auto;
  }
}

.news-list {
  margin-top: 70px;
  max-width: 1300px;
  padding: 50px;
  border-radius: 10px;
  background: #F0F0F0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 859px) {
  .news-list {
    padding: 10px;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 30px;
  }
}
@media screen and (max-width: 859px) and (min-width: 480px) and (max-width: 1200px) {
  .news-list {
    font-size: 1.625px;
    font-size: 1.04rem;
  }
}

.news-item {
  margin: 0;
  border-bottom: 1px solid #04A8EE;
  font-family: "M PLUS 1p";
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 859px) {
  .news-item {
    margin-bottom: 10px;
  }
}
.news-item dt {
  width: 9em;
}
@media screen and (max-width: 859px) {
  .news-item dt {
    width: 30%;
  }
}
@media screen and (max-width: 859px) {
  .news-item dd {
    width: 67%;
  }
}
.news-item dd a {
  color: #263238;
  text-decoration: none;
}
.news-item dd a:hover, .news-item dd a:active, .news-item dd a:focus {
  color: #263238;
  text-decoration: none;
}
.news-item dd a:visited {
  color: #263238;
}