#selecter .map .HTMLBlock {
  height: 100%;
}

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  margin-bottom: 89px;
}
#mainimg #mainslider img {
  height: 100vh;
  min-height: 850px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg #mainslider::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 16, 16, 0.37);
}
#mainimg .catch {
  position: absolute;
  left: calc((100% - 1180px) / 2);
  top: 50%;
  transform: translateY(-50%);
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W8);
  font-weight: 800;
  font-size: 70px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #fff;
  padding-top: 100px;
  padding-right: 10px;
}
#mainimg .catch span {
  display: block;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W5);
  font-weight: 500;
  font-size: 60px;
  letter-spacing: 0.08em;
  margin-bottom: 45px;
}
#mainimg .catch small {
  display: block;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W5);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0.08em;
}
#mainimg .scroll {
  position: absolute;
  left: 6.125%;
  bottom: 0;
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #fff;
  writing-mode: vertical-rl;
  -moz-column-gap: 7px;
       column-gap: 7px;
  cursor: pointer;
}
#mainimg .scroll::after {
  content: "";
  width: 1px;
  height: 200px;
  background-color: #fff;
}
@media (max-width: 1500px) {
  #mainimg .scroll::after {
    height: 150px;
  }
}
@media (max-width: 1217px) {
  #mainimg .catch {
    left: 10px;
  }
}
@media (max-width: 999px) {
  #mainimg {
    margin-bottom: 80px;
  }
  #mainimg #mainslider img {
    height: auto;
    min-height: 550px;
  }
  #mainimg .catch {
    padding-top: 0;
    font-size: 50px;
  }
  #mainimg .catch span {
    font-size: 40px;
    margin-bottom: 30px;
  }
  #mainimg .catch small {
    font-size: 16px;
  }
  #mainimg .scroll {
    font-size: 16px;
  }
  #mainimg .scroll::after {
    height: 100px;
  }
}
@media (max-width: 767px) {
  #mainimg {
    margin-bottom: 70px;
  }
  #mainimg #mainslider img {
    min-height: 420px;
  }
  #mainimg .catch {
    font-size: 40px;
  }
  #mainimg .catch span {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #mainimg .catch small {
    font-size: 14px;
  }
  #mainimg .scroll {
    font-size: 14px;
  }
  #mainimg .scroll::after {
    height: 50px;
  }
}
@media (max-width: 500px) {
  #mainimg .catch {
    font-size: 26px;
  }
  #mainimg .catch span {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

/* ----------------------------------------------
worries
------------------------------------------------- */
#worries .contents {
  margin-left: calc((100% - 1180px) / 2);
  display: flex;
  overflow-x: clip;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
#worries .contents .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 10px 0;
}
#worries .contents .left h2 {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W5);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #101010;
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 45px;
}
#worries .contents .left h2 small {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
#worries .contents .left h2 small span {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W4);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
}
#worries .contents .left h2 small span::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #101010;
  margin: 0 19px;
}
@media (max-width: 999px) {
  #worries .contents .left h2 {
    font-size: 30px;
  }
  #worries .contents .left h2 small {
    font-size: 16px;
  }
  #worries .contents .left h2 small span {
    font-size: 14px;
  }
  #worries .contents .left h2 small span::before {
    margin: 0 10px;
    height: 15px;
  }
}
@media (max-width: 767px) {
  #worries .contents .left h2 {
    font-size: 24px;
  }
  #worries .contents .left h2 small {
    font-size: 14px;
    flex-direction: column;
    align-items: unset;
    row-gap: 5px;
    margin-bottom: 10px;
  }
  #worries .contents .left h2 small span::before {
    display: none;
  }
}
#worries .contents .left h2 small {
  margin-bottom: 24px;
}
#worries .contents .left .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 2.2222222222;
  letter-spacing: 0.08em;
  color: #101010;
  margin-bottom: 74px;
}
#worries .contents .left .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W4);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
  font-size: 18px;
  padding: 0 18px 10px;
  border-bottom: 1px solid #101010;
}
#worries .contents .left .btn a:hover {
  opacity: 0.6;
}
#worries .contents .left .btn a::after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  aspect-ratio: 24/6;
  background-image: url(../images/arow.webp);
}
@media (max-width: 999px) {
  #worries .contents .left .btn a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #worries .contents .left .btn a {
    font-size: 14px;
    padding: 0 10px 5px;
  }
  #worries .contents .left .btn a::after {
    width: 20px;
  }
}
#worries .contents .image {
  width: 63.0215827338%;
}
#worries .contents .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 800px;
}
@media (max-width: 1217px) {
  #worries .contents {
    margin-left: 10px;
  }
}
@media (max-width: 999px) {
  #worries .contents {
    flex-direction: column;
    /* align-items: center; */
    row-gap: 30px;
    padding-right: 10px;
  }
  #worries .contents .left {
    order: 1;
    padding: 0;
  }
  #worries .contents .left h2 {
    margin-bottom: 30px;
  }
  #worries .contents .left h2 small {
    margin-bottom: 15px;
  }
  #worries .contents .left .text {
    font-size: 16px;
    margin-bottom: 50px;
  }
  #worries .contents .image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  #worries .contents .left h2 {
    margin-bottom: 20px;
  }
  #worries .contents .left h2 small {
    margin-bottom: 10px;
  }
  #worries .contents .left .text {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

/* ----------------------------------------------
sections
------------------------------------------------- */
#sections {
  background-color: #fafafa;
  margin-top: -103px;
  padding-top: 204px;
  padding-bottom: 108px;
}
#sections .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 2.9661016949%;
}
#sections .contents article {
  width: 31.3559322034%;
}
#sections .contents article h2 {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W5);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #101010;
  font-size: 24px;
  text-align: center;
  margin-bottom: 33px;
}
@media (max-width: 999px) {
  #sections .contents article h2 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  #sections .contents article h2 {
    font-size: 18px;
  }
}
#sections .contents article .image {
  aspect-ratio: 370/470;
  position: relative;
  margin-bottom: 20px;
}
#sections .contents article .image a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#sections .contents article .image a:hover {
  opacity: 0.6;
}
#sections .contents article .image a .btn {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W4);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
  font-size: 14px;
  padding: 10px 26px;
  background-color: #fff;
  max-width: calc(100% - 10px);
  position: absolute;
  bottom: 0;
  right: 0;
}
#sections .contents article .image a .btn:hover {
  opacity: 0.6;
}
#sections .contents article .image a .btn::after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 21px;
  aspect-ratio: 21/6;
  background-image: url(../images/arow2.webp);
}
@media (max-width: 767px) {
  #sections .contents article .image a .btn {
    font-size: 12px;
    padding: 10px 15px;
  }
  #sections .contents article .image a .btn::after {
    width: 15px;
  }
}
#sections .contents article .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sections .contents article .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0.08em;
  color: #101010;
}
@media (max-width: 1599px) {
  #sections .contents article .text br {
    display: none;
  }
}
@media (max-width: 999px) {
  #sections {
    margin-top: -60px;
    padding-top: 150px;
    padding-bottom: 90px;
  }
  #sections .contents article h2 {
    margin-bottom: 20px;
  }
  #sections .contents article .image {
    margin-bottom: 10px;
  }
  #sections .contents article .text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #sections {
    margin-top: -20px;
    padding-top: 100px;
    padding-bottom: 80px;
  }
  #sections .contents {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
  #sections .contents article {
    width: 47%;
  }
  #sections .contents article h2 {
    margin-bottom: 15px;
  }
  #sections .contents article:nth-child(1) {
    width: 100%;
  }
}

/* ----------------------------------------------
works
------------------------------------------------- */
#works {
  background: url(../images/works-bg.webp) repeat;
  padding-top: 104px;
  padding-bottom: 110px;
  margin-bottom: 108px;
}
#works .head {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: end;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 58px;
  overflow-x: clip;
}
#works .head h2 {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W5);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #101010;
  font-size: 40px;
  line-height: 1.25;
}
#works .head h2 small {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
#works .head h2 small span {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W4);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
}
#works .head h2 small span::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #101010;
  margin: 0 19px;
}
@media (max-width: 999px) {
  #works .head h2 {
    font-size: 30px;
  }
  #works .head h2 small {
    font-size: 16px;
  }
  #works .head h2 small span {
    font-size: 14px;
  }
  #works .head h2 small span::before {
    margin: 0 10px;
    height: 15px;
  }
}
@media (max-width: 767px) {
  #works .head h2 {
    font-size: 24px;
  }
  #works .head h2 small {
    font-size: 14px;
    flex-direction: column;
    align-items: unset;
    row-gap: 5px;
    margin-bottom: 10px;
  }
  #works .head h2 small span::before {
    display: none;
  }
}
#works .head .btn {
  margin-left: auto;
}
#works .head .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W4);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
  font-size: 18px;
  padding: 0 18px 10px;
  border-bottom: 1px solid #101010;
}
#works .head .btn a:hover {
  opacity: 0.6;
}
#works .head .btn a::after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  aspect-ratio: 24/6;
  background-image: url(../images/arow.webp);
}
@media (max-width: 999px) {
  #works .head .btn a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #works .head .btn a {
    font-size: 14px;
    padding: 0 10px 5px;
  }
  #works .head .btn a::after {
    width: 20px;
  }
}
@media (max-width: 999px) {
  #works {
    padding: 90px 0;
    margin-bottom: 90px;
  }
  #works .head {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  #works {
    padding: 80px 0;
    margin-bottom: 80px;
  }
  #works .head {
    margin-bottom: 30px;
    flex-direction: column;
    align-items: unset;
    row-gap: 20px;
  }
  #works .head .btn {
    margin-left: unset;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news .inner {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  -moz-column-gap: 5%;
       column-gap: 5%;
  overflow-x: clip;
}
#news .head h2 {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W5);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #101010;
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 52px;
}
#news .head h2 small {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
#news .head h2 small span {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W4);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
}
#news .head h2 small span::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #101010;
  margin: 0 19px;
}
@media (max-width: 999px) {
  #news .head h2 {
    font-size: 30px;
  }
  #news .head h2 small {
    font-size: 16px;
  }
  #news .head h2 small span {
    font-size: 14px;
  }
  #news .head h2 small span::before {
    margin: 0 10px;
    height: 15px;
  }
}
@media (max-width: 767px) {
  #news .head h2 {
    font-size: 24px;
  }
  #news .head h2 small {
    font-size: 14px;
    flex-direction: column;
    align-items: unset;
    row-gap: 5px;
    margin-bottom: 10px;
  }
  #news .head h2 small span::before {
    display: none;
  }
}
#news .head .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W4);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
  font-size: 18px;
  padding: 0 18px 10px;
  border-bottom: 1px solid #101010;
}
#news .head .btn a:hover {
  opacity: 0.6;
}
#news .head .btn a::after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  aspect-ratio: 24/6;
  background-image: url(../images/arow.webp);
}
@media (max-width: 999px) {
  #news .head .btn a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #news .head .btn a {
    font-size: 14px;
    padding: 0 10px 5px;
  }
  #news .head .btn a::after {
    width: 20px;
  }
}
#news .contents {
  flex: 1;
}
@media (max-width: 999px) {
  #news .head h2 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #news .inner {
    flex-direction: column;
    row-gap: 30px;
  }
  #news .head h2 {
    margin-bottom: 20px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  position: relative;
}
#company::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 352px);
  background: url(../images/company-bg.webp) repeat;
  z-index: -1;
}
#company .mainimage {
  margin-right: 100px;
}
#company .mainimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 670px;
}
#company .contents {
  margin-left: 200px;
  display: flex;
  background: url(../images/company-bg.webp) repeat;
  position: relative;
  margin-top: -146px;
  /* padding: 86px perCalc(100,1600) 132px perCalc(90,1600); */
  padding: 86px 100px 132px 5.625%;
  -moz-column-gap: 10px;
       column-gap: 10px;
  overflow-x: clip;
}
#company .contents .left {
  flex: 1;
  padding-bottom: 59px;
}
#company .contents .left h2 {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W5);
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #101010;
  font-size: 40px;
  line-height: 1.25;
  margin-bottom: 47px;
}
#company .contents .left h2 small {
  display: flex;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
}
#company .contents .left h2 small span {
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W4);
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.08em;
  display: flex;
  align-items: center;
}
#company .contents .left h2 small span::before {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #101010;
  margin: 0 19px;
}
@media (max-width: 999px) {
  #company .contents .left h2 {
    font-size: 30px;
  }
  #company .contents .left h2 small {
    font-size: 16px;
  }
  #company .contents .left h2 small span {
    font-size: 14px;
  }
  #company .contents .left h2 small span::before {
    margin: 0 10px;
    height: 15px;
  }
}
@media (max-width: 767px) {
  #company .contents .left h2 {
    font-size: 24px;
  }
  #company .contents .left h2 small {
    font-size: 14px;
    flex-direction: column;
    align-items: unset;
    row-gap: 5px;
    margin-bottom: 10px;
  }
  #company .contents .left h2 small span::before {
    display: none;
  }
}
#company .contents .left .data {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.08em;
  color: #101010;
  margin-bottom: 45px;
}
#company .contents .left .data a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  color: #101010;
  font-weight: 500;
}
#company .contents .left .data a:hover {
  opacity: 0.6;
}
#company .contents .left .btn a {
  text-decoration: none;
  transition: all 0.5s ease-out;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  src: local(HiraginoSans-W4);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #101010;
  font-size: 18px;
  padding: 0 18px 10px;
  border-bottom: 1px solid #101010;
}
#company .contents .left .btn a:hover {
  opacity: 0.6;
}
#company .contents .left .btn a::after {
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  width: 24px;
  aspect-ratio: 24/6;
  background-image: url(../images/arow.webp);
}
@media (max-width: 999px) {
  #company .contents .left .btn a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #company .contents .left .btn a {
    font-size: 14px;
    padding: 0 10px 5px;
  }
  #company .contents .left .btn a::after {
    width: 20px;
  }
}
#company .contents .map {
  width: 64.958677686%;
}
#company .contents .map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1599px) {
  #company::before {
    height: calc(100% - 22vw);
  }
}
@media (min-width: 1501px) {
  #company .s1500 {
    display: none;
  }
}
@media (max-width: 1500px) {
  #company .mainimage {
    margin-right: 50px;
  }
  #company .contents {
    margin-left: 100px;
    padding-right: 50px;
  }
}
@media (max-width: 1200px) {
  #company .mainimage {
    margin-right: 10px;
  }
  #company .contents {
    margin-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 999px) {
  #company .contents {
    margin-top: -90px;
    /* padding: 50px 30px 100px; */
    padding: 50px 10px 100px;
  }
  #company .contents .left {
    padding-bottom: 40px;
  }
  #company .contents .left h2 {
    margin-bottom: 30px;
  }
  #company .contents .left .data {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #company::before {
    height: calc(100% - 80px);
  }
  #company .mainimage img {
    min-height: 180px;
  }
  #company .contents {
    margin-top: -60px;
    padding: 30px 10px 80px;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
  }
  #company .contents .left {
    padding-bottom: 0px;
  }
  #company .contents .left h2 {
    margin-bottom: 20px;
  }
  #company .contents .left .data {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #company .contents .map {
    width: 100%;
    height: 180px;
  }
}/*# sourceMappingURL=index.css.map */