@charset "UTF-8";
@font-face {
  font-family: "Bahnschrift";
  src: url(../fonts/bahnschrift.ttf);
}
#company .contents .left .btn a, #news .left .btn a, #massage .right .btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.5s ease-out;
  width: 290px;
  height: 70px;
  position: relative;
  z-index: 1;
  /* background:url(../images/arow.png)no-repeat center right 30px; */
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  padding-right: 27px;
}
#company .contents .left .btn a:hover, #news .left .btn a:hover, #massage .right .btn a:hover {
  opacity: 0.6;
}
#company .contents .left .btn a span, #news .left .btn a span, #massage .right .btn a span {
  position: absolute;
  right: 54px;
  width: 12px;
  height: 13px;
  background: url(../images/arow.png) no-repeat center/cover;
}
#company .contents .left .btn a::before, #news .left .btn a::before, #massage .right .btn a::before, #company .contents .left .btn a::after, #news .left .btn a::after, #massage .right .btn a::after {
  content: "";
  position: absolute;
  transform: skew(-18deg);
  width: 93%;
  height: 100%;
  z-index: -1;
}
#company .contents .left .btn a::before, #news .left .btn a::before, #massage .right .btn a::before {
  right: 6px;
  bottom: -10px;
  background-color: #6a8aaf;
}
#company .contents .left .btn a::after, #news .left .btn a::after, #massage .right .btn a::after {
  top: 0;
  left: 5px;
  background-color: #01418e;
}
@media (max-width: 999px) {
  #company .contents .left .btn a, #news .left .btn a, #massage .right .btn a {
    width: 260px;
    height: 60px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  #company .contents .left .btn a, #news .left .btn a, #massage .right .btn a {
    width: 240px;
    height: 55px;
    padding-right: 20px;
  }
}

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

/* ----------------------------------------------
mainimg
------------------------------------------------- */
#mainimg {
  position: relative;
  overflow-y: clip;
}
#mainimg #mainslider img {
  width: 100%;
  height: calc(100vh - 100px);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
#mainimg #mainslider::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 123, 186, 0.49);
}
#mainimg .catch {
  position: absolute;
  z-index: 1;
  right: 10.9375%; /*175px*/
  top: -2%;
  /* top: 50%;
  transform: translateY(-50%); */
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 109.3px;
  line-height: 1.3698993596;
  color: #fff;
  text-shadow: 0 0 24px rgba(0, 123, 186, 0.94);
}
#mainimg .catch p {
  writing-mode: vertical-rl;
  text-align: end;
  display: flex;
  flex-direction: column;
}
#mainimg .catch p span:last-child {
  margin-bottom: -80px;
}
#mainimg .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#mainimg .bottom .title,
#mainimg .bottom .text {
  padding-left: 2.9375%;
}
#mainimg .bottom .title {
  font-family: "Bahnschrift";
  font-weight: 700;
  font-size: 4.4vw; /*70.12px*/
  line-height: 1;
  color: rgba(0, 0, 0, 0.78);
  margin-bottom: -0.9375vw;
}
#mainimg .bottom .text {
  background-color: rgba(0, 0, 0, 0.78);
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.89vw; /*30px*/
  line-height: 1.5333333333;
  letter-spacing: 0.1em;
  color: #fff;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (max-width: 1599px) {
  #mainimg .catch {
    font-size: 6.8vw;
  }
  #mainimg .catch p span:last-child {
    margin-bottom: -5vw;
  }
}
@media (max-width: 999px) {
  #mainimg #mainslider img {
    height: auto;
  }
  #mainimg .bottom .text {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #mainimg .bottom .text br {
    display: none;
  }
}
@media (max-width: 767px) {
  #mainimg .catch {
    font-size: 46px;
    right: 10px;
  }
  #mainimg .bottom .title {
    font-size: 30px;
    margin-bottom: -7px;
  }
  #mainimg .bottom .text {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 400px) {
  #mainimg .catch {
    font-size: 40px;
  }
  #mainimg .bottom .title {
    font-size: 20px;
    margin-bottom: -5px;
  }
  #mainimg .bottom .text {
    font-size: 14px;
  }
}

/* ----------------------------------------------
massage
------------------------------------------------- */
#massage {
  background: url(../images/massage-bg.jpg) no-repeat center/cover;
  padding-top: 183px;
  display: flex;
}
#massage .left {
  display: flex;
  width: 30.6875%;
}
#massage .left img {
  margin-top: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#massage .right {
  order: 1;
  flex: 1;
  margin-left: 5.1875%;
  padding-bottom: 121px;
}
#massage .right h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  padding-bottom: 18px;
}
#massage .right h2::before, #massage .right h2::after {
  content: "";
  position: absolute;
  height: 3px;
  bottom: 0;
}
#massage .right h2::before {
  width: 14px;
  background-color: #222222;
}
#massage .right h2::after {
  width: calc(100% - 17px);
  background-color: #01418e;
}
#massage .right h2::before {
  left: 0;
}
#massage .right h2::after {
  right: 0;
}
#massage .right h2 small {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #01418e;
  margin-bottom: 3px;
}
@media (max-width: 999px) {
  #massage .right h2 {
    font-size: 32px;
    padding-bottom: 15px;
  }
  #massage .right h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #massage .right h2 {
    font-size: 28px;
    padding-bottom: 10px;
  }
  #massage .right h2::before, #massage .right h2::after {
    height: 2px;
  }
  #massage .right h2::before {
    width: 10px;
  }
  #massage .right h2::after {
    width: calc(100% - 13px);
  }
  #massage .right h2 small {
    font-size: 16px;
  }
}
#massage .right h2 {
  margin-bottom: 42px;
}
#massage .right .contents {
  padding-right: calc((100vw - 1180px) / 2);
}
#massage .right .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: justify;
  margin-bottom: 145px;
}
#massage .right .btn a {
  margin-left: auto;
}
@media (max-width: 1217px) {
  #massage .right .contents {
    padding-right: 10px;
  }
}
@media (max-width: 999px) {
  #massage {
    padding-top: 130px;
  }
  #massage .left {
    min-width: 280px;
  }
  #massage .right {
    padding-bottom: 80px;
  }
  #massage .right h2 {
    margin-bottom: 30px;
  }
  #massage .right .text {
    font-size: 16px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  #massage {
    display: block;
    padding-top: 90px;
  }
  #massage .left {
    min-width: unset;
    width: 100%;
    max-width: 260px;
  }
  #massage .right {
    padding-bottom: 40px;
    margin-left: 10px;
  }
  #massage .right h2 {
    margin-bottom: 20px;
  }
  #massage .right .text {
    font-size: 14px;
    margin-bottom: 50px;
  }
}

/* ----------------------------------------------
product-sdgs
------------------------------------------------- */
#product-sdgs {
  background: url(../images/product-sdgs-bg.jpg) no-repeat center/cover;
  padding: 140px 0 130px;
  margin-bottom: 111px;
}
#product-sdgs .contents {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  overflow-x: clip;
}
#product-sdgs article {
  width: 47.4576271186%;
  position: relative;
}
#product-sdgs article a {
  text-decoration: none;
}
#product-sdgs article a:hover .bg::after {
  opacity: 0;
}
#product-sdgs article a::after {
  content: "詳しく見る";
  position: absolute;
  width: 100%;
  height: 50px;
  bottom: 0;
  background: url(../images/arow.png) no-repeat center right 20px #01418e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
}
#product-sdgs article a span {
  display: block;
}
#product-sdgs article .bg {
  position: relative;
  padding-top: 85.7142857143%;
}
#product-sdgs article .bg img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#product-sdgs article .bg::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(24, 24, 24, 0.57);
  transition: all 0.5s ease-out;
}
#product-sdgs article .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
#product-sdgs article .content .icon {
  margin-bottom: 30px;
}
#product-sdgs article .content .heading {
  font-family: "noto-sans-cjk-jp", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 30px;
  line-height: 1.1333333333;
  letter-spacing: 0.1em;
  color: #fff;
}
#product-sdgs article .content .heading small {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 15px;
}
#product-sdgs article:nth-child(even) {
  margin-left: auto;
}
@media (max-width: 999px) {
  #product-sdgs {
    padding: 100px 0 90px;
    margin-bottom: 90px;
  }
  #product-sdgs article a::after {
    height: 45px;
  }
  #product-sdgs article .content .icon {
    margin-bottom: 20px;
  }
  #product-sdgs article .content .heading {
    font-size: 24px;
  }
  #product-sdgs article .content .heading small {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #product-sdgs {
    padding: 70px 0;
    margin-bottom: 80px;
  }
  #product-sdgs .contents {
    display: block;
  }
  #product-sdgs article {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  #product-sdgs article a::after {
    height: 40px;
    font-size: 12px;
  }
  #product-sdgs article .content .icon {
    margin-bottom: 10px;
    max-width: 38px;
  }
  #product-sdgs article .content .heading {
    font-size: 20px;
  }
  #product-sdgs article .content .heading small {
    font-size: 14px;
  }
  #product-sdgs article:not(:last-child) {
    margin-bottom: 30px;
  }
}

/* ----------------------------------------------
news
------------------------------------------------- */
#news .inner {
  padding-right: calc((100% - 1180px) / 2);
  display: flex;
  overflow-x: clip;
}
#news .left {
  padding-top: 23px;
}
#news .left h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #181818;
  position: relative;
  padding-bottom: 18px;
}
#news .left h2::before, #news .left h2::after {
  content: "";
  position: absolute;
  height: 3px;
  bottom: 0;
}
#news .left h2::before {
  width: 14px;
  background-color: #222222;
}
#news .left h2::after {
  width: calc(100% - 17px);
  background-color: #01418e;
}
#news .left h2::before {
  right: 0;
}
#news .left h2::after {
  left: 0;
}
#news .left h2 small {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #01418e;
  margin-bottom: 3px;
}
@media (max-width: 999px) {
  #news .left h2 {
    font-size: 32px;
    padding-bottom: 15px;
  }
  #news .left h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #news .left h2 {
    font-size: 28px;
    padding-bottom: 10px;
  }
  #news .left h2::before, #news .left h2::after {
    height: 2px;
  }
  #news .left h2::before {
    width: 10px;
  }
  #news .left h2::after {
    width: calc(100% - 13px);
  }
  #news .left h2 small {
    font-size: 16px;
  }
}
#news .left h2,
#news .left .btn {
  padding-left: calc((100vw - 1180px) / 2);
}
#news .left h2 {
  margin-bottom: 80px;
}
#news .left .btn {
  margin-left: 17px;
  padding-right: 5px;
}
#news .contents {
  flex: 1;
  margin-left: 6.3309352518%;
}
@media (max-width: 1217px) {
  #news .inner {
    padding-right: 10px;
  }
  #news .left h2,
#news .left .btn {
    padding-left: 10px;
  }
  #news .left .btn {
    margin-left: 5px;
    padding-right: 0;
  }
}
@media (max-width: 999px) {
  #news {
    margin-bottom: 90px;
  }
  #news .left {
    padding-top: 15px;
  }
  #news .left h2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  #news {
    margin-bottom: 80px;
  }
  #news .inner {
    display: block;
  }
  #news .left {
    margin-bottom: 40px;
    padding-top: 0;
  }
  #news .left h2 {
    margin-bottom: 20px;
  }
  #news .contents {
    margin-left: unset;
    padding-left: 10px;
  }
}

/* ----------------------------------------------
company
------------------------------------------------- */
#company {
  margin-bottom: 183px;
}
#company a {
  text-decoration: none;
  transition: all 0.5s ease-out;
}
#company a:hover {
  opacity: 0.6;
}
#company .main {
  position: relative;
}
#company .main .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-bottom: 48px;
}
#company .main .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#company .inner {
  max-width: 1180px;
  width: calc(100% - 20px);
  margin-left: auto;
  margin-right: auto;
  margin-top: -90px;
  background-color: #fff;
  padding: 74px 5.1875% 0px 4.875%;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#company h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #181818;
  position: relative;
  padding-bottom: 18px;
}
#company h2::before, #company h2::after {
  content: "";
  position: absolute;
  height: 3px;
  bottom: 0;
}
#company h2::before {
  width: 14px;
  background-color: #222222;
}
#company h2::after {
  width: calc(100% - 17px);
  background-color: #01418e;
}
#company h2::before {
  left: 0;
}
#company h2::after {
  right: 0;
}
#company h2 small {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #01418e;
  margin-bottom: 3px;
}
@media (max-width: 999px) {
  #company h2 {
    font-size: 32px;
    padding-bottom: 15px;
  }
  #company h2 small {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #company h2 {
    font-size: 28px;
    padding-bottom: 10px;
  }
  #company h2::before, #company h2::after {
    height: 2px;
  }
  #company h2::before {
    width: 10px;
  }
  #company h2::after {
    width: calc(100% - 13px);
  }
  #company h2 small {
    font-size: 16px;
  }
}
#company h2 {
  padding-bottom: 21px;
  margin-bottom: 84px;
}
#company .contents {
  display: flex;
  overflow-x: clip;
}
#company .contents .left {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #181818;
  flex: 1;
  padding-bottom: 14px;
}
#company .contents .left .btn {
  margin-top: 44px;
  padding-left: 5px;
}
#company .contents .sdgs {
  width: 54.9558390579%;
  background: url(../images/sdgs-bg.jpg) no-repeat center/cover;
  position: relative;
  margin-left: 10px;
  margin-top: 9px;
  display: flex;
  align-items: center;
}
#company .contents .sdgs:not(.a) {
  padding-left: 6.7857142857%;
  padding-bottom: 10px;
}
#company .contents .sdgs:not(.a)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 24, 24, 0.57);
}
#company .contents .sdgs a {
  display: flex;
  align-items: center;
  /* margin-left: calc($sdgs-p * -1);
  width: calc(100% + $sdgs-p); */
  width: 100%;
  height: 100%;
  padding-left: 6.7857142857%;
  padding-bottom: 10px;
}
#company .contents .sdgs a:hover {
  opacity: 1;
}
#company .contents .sdgs a:hover::before {
  opacity: 0;
}
#company .contents .sdgs a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(24, 24, 24, 0.57);
  transition: all 0.5s ease-out;
}
#company .contents .sdgs a::after {
  content: "詳しく見る";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 180px;
  height: 50px;
  background: url(../images/arow.png) no-repeat center right 17px #01418e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
}
#company .contents .sdgs .heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.1333333333;
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  /* top: 50%;
  transform: translateY(-50%); */
}
#company .contents .sdgs .heading small {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8888888889;
  letter-spacing: 0.1em;
  display: block;
  margin-bottom: 12px;
}
@media (max-width: 999px) {
  #company {
    margin-bottom: 140px;
  }
  #company .main .logo {
    padding-bottom: unset;
  }
  #company .main .image img {
    min-height: 290px;
  }
  #company .inner {
    padding-top: 50px;
    margin-top: -70px;
  }
  #company h2 {
    margin-bottom: 60px;
  }
  #company .contents {
    display: block;
  }
  #company .contents .left {
    font-size: 17px;
    margin-bottom: 40px;
  }
  #company .contents .left .btn {
    padding-left: 0;
    margin-top: 30px;
  }
  #company .contents .sdgs {
    width: 100%;
    max-width: 560px;
    min-height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
  #company .contents .sdgs:not(.a) {
    padding-bottom: 0;
  }
  #company .contents .sdgs a {
    padding-bottom: 0;
  }
  #company .contents .sdgs a::after {
    width: 160px;
    height: 45px;
  }
  #company .contents .sdgs .heading {
    font-size: 24px;
  }
  #company .contents .sdgs .heading small {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  #company {
    margin-bottom: 100px;
  }
  #company .main .logo {
    min-width: 160px;
  }
  #company .main .image img {
    min-height: 200px;
  }
  #company .inner {
    padding-top: 40px;
    margin-top: -50px;
  }
  #company h2 {
    margin-bottom: 40px;
  }
  #company .contents .left {
    font-size: 14px;
    margin-bottom: 30px;
  }
  #company .contents .left .btn {
    padding-left: 0;
    margin-top: 20px;
  }
  #company .contents .sdgs {
    max-width: 400px;
    min-height: 140px;
  }
  #company .contents .sdgs a::after {
    width: 140px;
    height: 40px;
    font-size: 12px;
  }
  #company .contents .sdgs .heading {
    font-size: 20px;
  }
  #company .contents .sdgs .heading small {
    font-size: 14px;
  }
}

/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/* ----------------------------------------------

------------------------------------------------- */
/*# sourceMappingURL=index.css.map */