@charset "utf-8";
figure {
  position: relative;
}
sup {
  font-size: 10px;
}
@media only screen and (max-width: 991px) {
  /* .pcView {
    display: none !important;
  } */
}
.main_bg {
  background-image: url(../images/access/bg_01.png);
}
.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;
}
.cap_br {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px;
  color: #000;
  font-size: 10px;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: right;
  z-index: 5;
}

.safety {
  padding-top: 180px;
  position: relative;
}
.safety::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -2;
  background-image: url(../images/access/bg_01.png);
  background-position: center top;
  width: 100%;
  height: 100%;
}

.safety_bg {
  position: relative;
}
.safety_bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url(../images/access/decoration01.svg);
  background-repeat: repeat-x;
  background-position: center top;
  background-size: contain;
  width: 100%;
  height:80px;
  z-index: 3;
}
.safety_bg::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(250, 195, 161,1) 0%, rgba(255,255,255,0) 100%);
  z-index: 2;
}

.safety_inner {
  max-width: 1330px;
  padding-left: 15px;
  padding-right: 15px;
  margin:auto;
}

.section_title {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  font-size: 38px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #984a00;
  z-index: 10;
  font-weight: bold;
}

.section_title span {
  font-size: 30px;
  letter-spacing: 0.025em;
  font-weight: bold;
}

@media only screen and (max-width:980px) {
  .safety {
    padding-top: 80px;
  }
  .safety_bg::before {
    background-size: cover;
    height:20px;
  }
  .safety_bg::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(250, 195, 161,1) 0%, rgba(255,255,255,0) 100%);
    z-index: 2;
  }

  .section_title {
    font-size: 26px;
  }

  .section_title span {
    font-size: 18px;
    letter-spacing: 0.025em;
    font-weight: bold;
  }
}

/* title_area
-----------------------------------------  */
.title_area {
  padding-top: 120px;
  padding-bottom: 100px;
}
.title_area .title {
  position: relative;
  z-index: 5;
  max-width: 548px;
  margin: 0 auto;
}

@media only screen and (max-width:768px) {
  .title_area {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .title_area .title {
    max-width: 240px;
  }
}

/* lead_area
-----------------------------------------  */
.lead_area {
  position: relative;
  padding-top: 80px;
  padding-bottom: 30px;
}
.lead_area .safety_inner {
  max-width: 1030px;
  padding-left: 15px;
  padding-right: 15px;
  margin:auto;
}

.lead_area::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image: url(../images/safety/safety_bg01.png);
  background-repeat: no-repeat;
  background-position:center  ;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.contents_bottom {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.lead_area_box {
  position: relative;
  margin: 0 auto 100px;
  padding:40px 60px;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  z-index: 2;
}
.lead_area_box::before {
  content: "";
  position: absolute;
  border-radius: 10px;
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  z-index: -1;
  border: 1px solid #c21500;
  border-image: linear-gradient(to right, #933e00 0%,#e8af00 50%, #df8a15 100%);
  border-image-slice: 1;
}
.icon_box,
.icon_box2 {
  position: relative;
} 
.icon_box::before {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  top: 12px;
  left: 12px;
  width: 40px;
  z-index: 100;
}
.icon_box::after {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  transform: rotate(90deg);
  z-index: 100;
}
.icon_box2::before {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 40px;
  transform: rotate(-90deg);
  z-index: 100;
}
.icon_box2::after {
  content: url(../images/common/icon_info.svg);
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 40px;
  transform: rotate(180deg);
  z-index: 100;
}
.lead_title {
  position: relative;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.09em;
  line-height: 1.4;
  color: #1a1a1a;
  font-weight: 600;
  padding-bottom: 20px;
}
.lead_text {
  font-size: 18px;
  color: #1a1a1a;
  letter-spacing: 0.1em;
  text-align: center;
}


@media only screen and (max-width:768px) {
  .section_title {
    font-size: 24px;
  }
  .lead_area {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .lead_area_box {
    margin: 0 auto 0px;
    padding:40px 20px;
  }
  .lead_area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background-image: url(../images/safety/safety_bg01_sp.png);
    background-repeat: no-repeat;
    background-position:center top ;
    background-size: cover;
    width: 100%;
    height: 100%;
  }
  .contents_bottom {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .commit::after {
    content: none;
  }
  .contents_bottom_box {
    position: relative;
    margin: 0 auto ;
    padding:20px 30px 60px;
  }
  .icon_box::before {
    content: url(../images/common/icon_info.svg);
    position: absolute;
    top: 12px;
    left: 12px;
    width: 40px;
    z-index: 100;
  }
  .contents_bottom_title {
    font-size: 24px;
    padding-bottom: 10px;
  }

  .contents_bottom_title::after {
    content: '';
    position: absolute;
    width: 130px;
    height: 2px;
    background: linear-gradient(to right, #933e00 0%,#e8af00 50%, #df8a15 100%) ;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .lead_title {
    font-size: 24px;
  }
  .lead_text {
    font-size: 16px;
    text-align: left;
  }
}

.commit_box {
  position: relative;
  padding: 40px 60px 80px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}


/* safety_contents
-----------------------------------------  */
.safety_contents {
  padding-top: 80px;
}

.safety_contents_item {
  margin-top: 60px;
  width: 100%;
}

.safety_contents_item .lead_area_box {
  margin: 0 auto 100px;
  padding:70px 80px;
}

.title_wrap {
  display: flex;
  align-items: center;
}

.safety_contents_title {
  font-size: 24px;
  display: inline-block;
  margin-right: 20px;
  padding:14px 22px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  border-radius: 6px;
  color: #fff;
  background-color: #b75216;
}

.safety_contents_title.radius {
  border-radius: 50px;
  padding:10px 20px;
  font-size: 20px;
}

.contents_body {
  margin-top: 30px;
}

.contents_text {
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #1a1a1a;
  line-height: 2;
}

.contents_flex {
  display: flex;
  justify-content: space-between;
  gap: 44px;
}

.contents_flex_text {
  width: 50%;
}

.contents_flex_imgwrap {
  width: 50%;
  display: flex;
  gap: 20px;
}

.contents_box_title {
  text-align: center;
  display: flex;
  align-items: center;
}

.contents_box_title01 {
  font-size: 32px;
  letter-spacing: 0.1em;
  color: #984a00;
  padding:20px 30px;
  background-color: #fbeddd;
  margin-right: 30px;
}

.contents_box_title02 {
  font-size: 36px;
  letter-spacing: 0.05em;
}

.contents_box_flex {
  margin-top: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.contents_box_flex .contents_text {
  line-height: 1.8;
  margin-top: 20px;
  letter-spacing: 0.08em;
}

.contents_flex_item:first-child {
  width: 22%;
  margin-right: 30px;
}

.contents_flex_item:nth-child(2) {
  width: 70%;
}

.contents_flex_item .img_flexwrap {
  display: flex;
  gap: 10px;
}

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

  .safety_contents_item .lead_area_box {
    margin: 0 auto 100px;
    padding:70px 40px;
  }

  .contents_box_title01 {
    width: 220px;
    font-size: 28px;
    letter-spacing: 0.1em;
    padding:10px 10px;
    margin-right: 20px;
    line-height: 1.2;
  }

  .contents_box_title02 {
    font-size: 30px;
    line-height: 1.4;
  }


  .safety_contents_title.radius {
    border-radius: 50px;
    padding:10px 10px;
    font-size: 20px;
    width: 230px;
    text-align: center;
  }
}

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

  .safety_contents_item {
    margin-top: 60px;
    width: 100%;
  }

  .safety_contents_item .lead_area_box {
    margin: 0 auto 60px;
    padding:30px 30px 50px;
  }

  .title_wrap {
    display: block;
  }

  .safety_contents_title {
    font-size: 15px;
    margin-right: 0px;
    padding:10px 6px;
    text-align: center;
  }

  .title_img {
    width: 80%;
    margin-top: 16px;
  }

  .safety_contents_title.radius {
    border-radius: 50px;
    padding:10px 20px;
    font-size: 20px;
  }

  .contents_body {
    margin-top: 30px;
  }

  .contents_text {
    font-size: 14px;
    line-height: 1.6;
  }

  .contents_flex {
    display: block;
  }

  .contents_flex_text {
    width: 100%;
  }

  .contents_flex_imgwrap {
    width: 100%;
    display: block;
    margin-top: 20px;
  }

  .contents_flex_img {
    margin-top: 16px;
  }

  .contents_box_title {
    display: block;
  }


.contents_box_title01 {
  display: block;
  font-size: 24px;
  letter-spacing: 0.1em;
  padding:10px 10px;
  width: 90%;
  margin: 10px auto;
}

  .contents_box_title02 {
    font-size: 20px;
    text-align: center;
    line-height: 1.4;
  }

  .contents_box_flex {
    margin-top: 30px;
    display: block;
  }

  .contents_box_flex .contents_text {
    line-height: 1.8;
    margin-top: 20px;
    letter-spacing: 0.08em;
  }

  .contents_flex_item:first-child {
    width: 100%;
    margin-right: 0px;
  }

  .contents_flex_item:nth-child(2) {
    width: 100%;
  }

  .contents_flex_item .img_flexwrap {
    display: grid;
    margin-top: 20px;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;
  }
}


/* development_area
-----------------------------------------  */
.development {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}

.development::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 200px;
  top: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(250, 195, 161,0.6) 0%, rgba(255,255,255,0) 100%);
  z-index: 1;
}

.development_contents {
  margin-top: 60px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}

.development_text {
  width: 35%;
}

.development_img {
  width: 62%;
}

@media only screen and (max-width:768px) {
  .development {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .development::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 200px;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(250, 195, 161,0.6) 0%, rgba(255,255,255,0) 100%);
    z-index: 1;
  }

  .development_contents {
    margin-top: 60px;
    display: block;
  }

  .development_text {
    width: 100%;
    margin-top: 20px;
  }

  .development_img {
    width: 100%;
  }
}