@charset "utf-8";
figure {
  position: relative;
}
sup {
  font-size: 10px;
}
.mvCap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 6px;
  color: #fff;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 5;
}

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

 mainVisual

--------------------------------------------------------------- */
.mainVisual {
  padding-top: 160px;
	width: 100%;
	color: #fff;
	position: relative;
}
.mv {
  position: relative;
	height: 240px;
	width: 100%;
	text-align: center;
}
.mv::before {
  content: '';
  position: absolute;
  background-image: url(../images/access/bg_01.png);
  background-position: center ;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
	height: 240px;
	width: 100%;
	text-align: center;
}
.mainVisual .cell {
	position: absolute;
  width: 100%;
	top: 42%;
  left: 50%;
  transform: translateX(-50%);
}
.mainVisual .title {
	font-size: 50px;
  font-weight: bold;
	letter-spacing: 0.1em;
  color: #0051a7;
}
.mainVisual .en {
	font-size: 30px;
	letter-spacing: 0.2em;
  margin-bottom: 16px;
  color: #000;
}
@media only screen and (max-width:980px) {
  .mainVisual {
    padding-top: 80px;
  }
}
@media only screen and (max-width:768px) {
  .mv {
    height: 170px;
  }
  .mainVisual .cell {
    top: 40%;
  }
  .mainVisual .title {
    font-size: 24px;
  }
  .mainVisual .en {
    font-size: 20px;
  }
}

.inner {
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  margin:auto;
}

.flex {
  display: flex;
}

.row-reverse {
  flex-direction: row-reverse;
}

small {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}


/* ========================================
top_area
===========================================*/
.top_area {
  padding: 80px 0;
  background: rgb(0,156,184);
  background: linear-gradient(124deg, rgba(0,156,184,1) 0%, rgba(0,92,255,1) 100%);
}

.top_area .inner {
  max-width: 1330px;
}

.top_area_title {
  font-size: 40px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}

.box {
  margin-top: 40px;
  padding: 80px 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  outline: 1px solid #0051a7;
  outline-offset: -8px;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
}

.box_title {
  position: relative;
  display: inline-block;
  font-size: clamp(2.2rem, 0.829rem + 1.786vw, 3.4rem);
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #0051a7;
  padding-bottom: 16px;
  text-align: center;
  font-weight: bold;
}

.box_title::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0066ff;
}

.box_text {
  font-size: clamp(1.6rem, 0.574rem + 1.337vw, 2.5rem);
  text-align: center;
  margin-top: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media only screen and (max-width:900px) {
  .box {
    margin-top: 40px;
    padding: 40px 22px;
  }
}

@media only screen and (max-width:768px) {
  .top_area {
    padding: 40px 0;
  }

  .top_area_title {
    font-size: 25px;
  }

  .box {
    margin-top: 30px;
  }

  .box_title {
    font-size: 22px;
    padding-bottom: 16px;
  }

  .box_text {
    font-size: 18px;
    margin-top: 16px;
    letter-spacing: 0.05em;
    text-align: left;
  }
}


/* ========================================
hospital
===========================================*/
.hospital {
  padding: 80px 0;
}

.title_img {

}

.hospital .flex {
  justify-content: space-between;
}

.hospital .flex:nth-child(2) {
  margin-top: clamp(2rem, -2.647rem + 6.042vw, 4rem);
}

.hospital_title {
  font-size: clamp(1.6rem, -1.188rem + 3.625vw, 2.8rem);
  letter-spacing: 0.05em;
  line-height: calc(50/28);
}

.hospital_img {
  width: 60%;
}

.hospital_text {
  width: 38%;
  font-size: clamp(1.4rem, 0.471rem + 1.208vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: calc(35/18)
}

.hospital_box_text {
  padding: 10px 12px;
  margin-top: 30px;
  border: 1px solid #a1a1a1;
  font-size: clamp(1.1rem, -0.232rem + 1.732vw, 1.5rem);
  letter-spacing: 0.05em;
  line-height: calc(28/16);
}

@media only screen and (max-width:768px) {
  .hospital {
    padding: 40px 0;
    overflow-x: hidden;
  }

  .title_img {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .hospital .flex {
    display: block;
  }

  .hospital .flex:nth-child(2) {
    margin-top: 20px;
  }

  .hospital_title {
    margin-top: 16px;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: calc(38/20);
    text-align: center;
  }

  .hospital_img {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }


  .hospital_text {
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-top: 20px;
  }

  .hospital_box_text {
    padding: 10px 16px;
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: calc(28/16);
  }
}


/* ========================================
medical
===========================================*/
.medical {
  position: relative;
  background-color: #e4eeff;
  padding: 100px 0;
}

.medical::before {
  content: '';
  position: absolute;
  background-image: url(../images/safety/medical_bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 234px;
}

.medical_item + .medical_item {
  margin-top: 60px;
}

.medical_item_wrap {
  margin-top: 40px;
  margin-left: 40px;
}

.medical_item_text {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: calc(35/18);
  text-indent: -24px;
}

.medical_item_text::before {
  content: '●';
  margin-right: 2px;
}

.medical_btn_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.medical_btn {
  width: 32%;
  font-size: 26px;
  padding: 14px 0;
  text-align: center;
  background-color: #fff;
  border: 3px solid #8c9bff;
  border-radius: 50px;
}

.medical .cap {
  font-size: 16px;
  margin-top: 30px;
}

@media only screen and (max-width:768px) {
  .medical {
    padding: 50px 0;
  }

  .medical::before {
    content: '';
    position: absolute;
    background-image: url(../images/safety/medical_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 234px;
  }

  .medical_item + .medical_item {
    margin-top: 60px;
  }

  .medical_item_title {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .medical_item_wrap {
    margin-top: 30px;
    margin-left: 26px;
  }

  .medical_item_text {
    font-size: 16px;
    letter-spacing: 0.025em;
    line-height: calc(34/16);
    text-indent: -20px;
  }

  .medical_btn_wrap {
    display: block;
    margin-top: 20px;
  }

  .medical_btn {
    width: 100%;
    max-width: 280px;
    font-size: 22px;
    padding: 14px 0;
    margin-left: auto;
    margin-right: auto;
  }

  .medical_btn + .medical_btn {
    margin-top: 14px;
  }

  .medical .cap {
    font-size: 12px;
    margin-top: 30px;
    line-height: 1.5;
  }
}

/* ========================================
bottom_area
===========================================*/
.emergency {
  position: relative;
  padding: 100px 0;
}

.emergency::before {
  content: '';
  position: absolute;
  background-image: url(../images/safety/emergency_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
  top: 35%;
  width: 100%;
  height: 700px;
}

.emergency .inner {
  max-width: 1330px;
}

.system_box {
  position: relative;
}

.system_title {
  font-size: 26px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  padding: 26px 10px;
  border-radius: 20px 20px 0 0;
  background-color: #0051a7;
}

.system_title span {
  font-size: 30px;
  letter-spacing: 0.05em;
}

.system_text {
  background-color: #e4eeff;
  padding: 40px 50px;
  border-radius: 0 0 20px 20px;
}

.system_text p {
  font-size: 18px;
  line-height: calc(35/18);
  letter-spacing: 0.1em;
}

.bottom_box {
  position: relative;
  margin-top: 40px;
  padding: 60px 60px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  outline: 1px solid #0051a7;
  outline-offset: -8px;
  border-radius: 20px;
  background-color: #fff;
}

.bottom_box_title {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #1a1a1a;
  text-align: left;
}

.bottom_box_title span {
  position: relative;
  display: inline-block;
  font-size: 38px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #fff;
  text-align: center;
  padding: 8px 20px;
  background: rgb(0,156,184);
  background: linear-gradient(124deg, rgba(0,156,184,1) 0%, rgba(0,92,255,1) 100%);
  margin-right: 40px;
}

.bottom_box_text {
  font-size: 18px;
  text-align: left;
  margin-top: 16px;
  line-height: calc(35/18);
  letter-spacing: 0.1em;
}

.bottom_wrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 18px;
}

.bottom_flex_item:nth-child(1) {
  width: 24.13%;
}

.bottom_flex_item:nth-child(2),
.bottom_flex_item:nth-child(3) {
  width: 35.618%;
}

.in_flex_wrap {
  display: flex;
  gap: 6px;
}

.bottom_flex_title {
  text-align: center;
  font-size: 23px;
  margin-bottom: 12px;
  padding: 16px 10px;
  letter-spacing: 0.05em;
  color: #0051a7;
  background-color: #e4eeff;
}

.bottom_flex_text {
  text-align: center;
  margin-top: 15px;
  font-size: 15px;
  line-height: calc(24/16);
  letter-spacing: 0.05em;
}

@media only screen and (max-width:900px) {

  .system_title {
    font-size: 20px;
  }

  .system_title span {
    font-size: 26px;
  }

  .bottom_box_title {
    display: block;
    font-size: 28px;
    line-height: 2;
    text-align: center;
  }

  .bottom_box_title span {
    display: block;
    width: 80%;
    font-size: 28px;
    text-align: center;
    padding: 8px 20px;
    margin: 0 auto 20px;
  }

  .bottom_flex_title {
    font-size: 20px;
  }
}

@media only screen and (max-width:768px) {
  .emergency {
    padding: 50px 0;
  }

  .emergency::before {
    background-image: url(../images/safety/emergency_bg_sp.png);
    background-position: center ;
    top: 25%;
    height: 300px;
  }

  .system_title {
    font-size: 18px;
    letter-spacing: 0.05em;
    padding: 26px 10px;
    line-height: 1.5;
  }

  .system_title span {
    display: block;
    font-size: 22px;
    padding-top: 6px;
    letter-spacing: 0.05em;
    line-height: 1.1;
  }

  .system_text {
    padding: 26px 20px;
  }

  .system_text p {
    font-size: 18px;
    line-height: calc(35/18);
    letter-spacing: 0.05em;
  }

  .bottom_box {
    margin-top: 40px;
    padding: 40px 24px;
  }

  .bottom_box_title {
    display: block;
    font-size: 25px;
    line-height: 1.6;
    text-align: center;
  }

  .bottom_box_title span {
    display: block;
    width: 80%;
    font-size: 25px;
    line-height: 1.6;
    text-align: center;
    padding: 6px 20px;
    margin: 0 auto 20px;
  }

  .bottom_box_text {
    line-height: calc(35/18);
    letter-spacing: 0.05em;
  }

  .bottom_wrap {
    margin-top: 20px;
    display: block;
    gap: 18px;
  }

  .bottom_flex_item:nth-child(1),
  .bottom_flex_item:nth-child(2),
  .bottom_flex_item:nth-child(3) {
    width: 100%;
  }

  .bottom_flex_item {
    margin-top: 30px;
  }

  .in_flex_wrap {
    display: flex;
    gap: 6px;
  }

  .bottom_flex_title {
    text-align: center;
    font-size: 23px;
    margin-bottom: 12px;
    padding: 16px 10px;
    letter-spacing: 0.05em;
    color: #0051a7;
    background-color: #e4eeff;
  }

  .bottom_flex_text {
    text-align: center;
    margin-top: 18px;
    font-size: 15px;
    line-height: calc(24/16);
    letter-spacing: 0.05em;
  }
}