<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.contents_main {
  font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8rem;
}

.section a:hover{
  text-decoration: underline;
}
.section-outer{
  background-image: url(../images/bg-images01.png), url(../images/bg-images02.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top left 100px, top right 5%;
  background-size: auto, auto;
  background-color: #d9f3ff;
  /*
  background: url(../images/bg-images01.png) no-repeat top left 100px / auto, url(../images/bg-images02.png) no-repeat top right 5% / auto, #d9f3ff; */
  padding-top: 240px;
}
.section__inner{
  max-width: 1236px;
  margin: auto;
  padding: 0 10px;
  box-sizing: content-box;
	text-align: center;
}


.section-sdgs{
	position: relative;
  padding: 100px 0 150px;
  background: #fffc00;
}
.section-sdgs::before{
	content: "";
	position: absolute;
	left: 0;
	top: -150px;
	width: 100%;
	height: 190px;
	background-image: url(../images/bg-sdgs--top__.png), url(../images/bg-sdgs--top--wave.png);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom center, bottom center;
  background-size: auto, 100% 190px;
}
.sdgs__heading{
  position: relative;
  color: #0081ff;
  font-size: 5.6rem;
  font-weight: 800;
}
.sdgs__heading::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 9px;
  background: url(../images/picture-triangle.png) repeat top left / auto 9px;
}
.sdgs__logo--jtb_cruise {
  position: absolute;
  left: 0;
  right: 0;
  top: -40px;
  margin: auto;
  background: #ffffff;
  padding: 10px 30px;
}
.sdgs__heading {
  position: relative;
  display: inline-block;
  font-weight: 800;
  margin-bottom: 40px;
  padding-bottom: 30px;
  font-size: 5.6rem;
  color: #0081ff;
}
.sdgs__body{
  position: relative;
  margin-bottom: 50px;
}
.image-sdgs img{
  width: 100%;
}
.sdgs__image_wrap--character {
  position: absolute;
  left: 5px;
  top: -50px;
  width: 175px;
  font-size: 1.4rem;
}
.sdgs__image--character{
  /* width: calc( 175 / 1236 * 100% ); */
  margin-bottom: 10px;
}
.sdgs__logo--sdgs{
  position: absolute;
  right: 0;
  top: -10px;
  width: auto;
}
@media (min-width: 769px) and (max-width: 1425px) {
  .section-outer{
    background-position: top left 3%, top left 101%;
  }
}
@media (min-width: 769px) and (max-width: 1235px) {
  .section-outer{
    padding-top: 19.5vw;
    /* background-position: top left 3%, top left 101%; */
    background-size: 15%, 23%;
  }
  .section-sdgs::before{
    background-size: 68vw, 140% 190px;
    background-position: bottom 27% center, bottom center;
  }
  .sdgs__image_wrap--character {
    top: -3vw;
    font-size: 1.2rem;
  }
  .sdgs__image--character {
    width: 15vw;
  }
  .sdgs__logo--jtb_cruise{
    width: 35vw;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .sdgs__heading{
    padding-bottom: 20px;
    font-size: 5.2rem;
  }
  .sdgs__image_wrap--character {
    top: -3.5vw;
    font-size: 1.2rem;
  }
  .sdgs__image--character {
    width: 14vw;
  }
}
@media (min-width: 769px) and (max-width: 834px) {
  .sdgs__heading{
    font-size: 5.2rem;
  }
  .sdgs__image_wrap--character {
    top: -4vw;
    font-size: 1.2rem;
  }
}


@media (max-width: 768px) {
  .contents_main {
    font-size: 3.8vw;
  }
  .section-outer{
    padding-top: 26vw;
    background-position: top left 3%, top right -6%;
    background-size: 16%, 25%;
  }
  .section-sdgs {
    margin-top: -1vw;
    padding: 7vw 0 18vw;
  }
  .section-sdgs::before {
    top: -18vw;
    width: 100%;
    height: 18vw;
    background-size: 75%, 200% 18vw;
  }
  .sdgs__logo--jtb_cruise {
    width: 34vw;
    top: -8vw;
    padding: 1vw;
  }
  .sdgs__heading {
    width: 83.1vw;
    margin-bottom: 15vw;
    padding-bottom: 3vw;
    font-size: 5.95vw;
  }
  .sdgs__image_wrap--character {
    width: 22vw;
    left: 0;
    top: -12vw;
    font-size: 2.7vw;
    line-height: 1.25;
  }
  .sdgs__image--character {
    width: 100%;
  }
  .sdgs__logo--sdgs {
    width: 28vw;
    right: 2vw;
    top: -9vw;
  }
}


.section-infection_control{
  padding: 150px 0 100px;
  background-color: #ffffff;
}
.section-infection_control .section__inner{
  text-align: left;
}
.infection_control__heading{
  display: flex;
  align-items: center;
  height: 100px;
  margin-bottom: 80px;
  padding-left: 75px;
  background: url(../images/bg-heading.jpg) no-repeat top left / auto;
  font-weight: bold;
  font-size: 2.6rem;
  color: #0d335d;
}
.section-infection_control .notes{
  margin-bottom: 30px;;
}
.infection_control__body{
  max-width: 1130px;
  margin: auto;
}
.table_wrap{
  margin-top: 80px;
}
.table_wrap table{
  width: 100%;
}
.table_wrap th{
  text-align: center;
  background-color: #326298;
  color: #ffffff;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.1rem;
}
.table_wrap .company, .official_site{
  width: 50%;
}
.table_wrap th, td{
  padding: 10px;
  border: 1px solid #333399;
}
@media screen and (max-width: 896px) {
  .infection_control__heading{
    padding-left: 7vw;
    font-size: 3vw;
  }
}
@media (max-width: 768px) {
  .section-infection_control {
    padding-top: 18vw;
  }
  .infection_control__heading {
    height: 22vw;
    margin-bottom: 13vw;
    padding-left: 15vw;
    font-size: 4.7vw;
    line-height: 1.4;
    background-size: auto 100%;
  }
  .table_wrap{
    margin-top: 13vw
  }
  .table_wrap th{
    font-size: 4vw;

}
</pre></body></html>