.sub_image_sets {
display: grid;
    gap: 20px;
}

.sub_image {
  height: 145px;
  object-fit: cover;
  width: 230px;
}

.sub_image_include {
    display: inline-flex;
    /* flex-direction: column; */
    gap: 20px;
    width: 49%;
    height: 310px;
}

.comment_text {
  color: #2b2b2b;
  font-size: 12px;
  font-weight: 300;
  margin: 2rem 0 4rem;
}

.explain_text {
  color: #2b2b2b;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.5rem;
}

.main_image {
  height: 310px;
  object-fit: cover;
  width: 48%;
}

.en_title {
  color: #2b2b2b;
  font-family: "Urbanist", Helvetica;
  font-size: 26px;
  font-weight: 300;
  letter-spacing: 3.90px;
}

.jp_title {
  color: #988575;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1.80px;
  line-height: normal;
  margin-top: 15px;
  margin-bottom: 25px;
}

.explain_point {
  color: #ffffff;
  font-family: "Urbanist", Helvetica;
  font-size: 14px;
  font-weight: 400;
  background-color: #6B6967;
  padding: 0.5rem 2rem;
  width: fit-content;
  margin-bottom: 1rem;
}

.explain_wrap{
  display: flex;
}

.image_wrap {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
  width: 1074px;
   margin-bottom: 4rem;
}

.section_point {
  margin-top: 100px;
  text-align: left;
}

.explain_part_text{
  width: 55%;
}

.explain_part_point{
  width: 45%;
}

.section_access {
  display: flex;
  gap: 64px;
  padding-top: 100px;
  margin-top:100px;
  border-top:1px solid #e9e9e9;
}

.access_images {
  display: flex;
  gap: 15px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.access_images img{
  max-width: 200px;
  object-fit: cover;
  height: 130px;
}

.en_main_title {
  color: #2b2b2b;
  font-family: "Urbanist", Helvetica;
  font-size: 34px;
  font-weight: 200;
  letter-spacing: 2.70px;
  line-height: 50px;
}

.main_title_sub {
  color: #988575;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.60px;
  line-height: normal;
  margin-top: 20px;
  min-height: 23px;
  min-width: 250px;
}

.renewal_wrap{
  max-width: 1080px;
  text-align: center;
  margin: auto;
}

.section_access_info{
  text-align: left;
}

.en_main_title_sub{
  font-size: 18px;
  display: block;
}

.explain_button{
  background-color: #6B6967;
  display: block;
  margin: 3rem 0;
  padding: 2rem 4rem;
  color: #fff;
  width: fit-content;
}

@media screen and (max-width: 968px){
	.sub_image_include {
    display: contents;
	}
	
  .explain_wrap {
    display: grid;
    gap: 30px;
    width: fit-content;
}
.explain_part_text {
  width: 100%;
}

.explain_part_point {
  width: 100%;
}

.renewal_wrap {
  margin: 0rem 5rem;
  text-align: center;
}

.image_wrap {
  display: grid;
  gap: 20px 20px;
  width: 100%;
}
.section_access {
  flex-wrap: wrap-reverse;
}
.sub_image {
  height: 180px;
  object-fit: cover;
  width: 48%;
}
.jp_title {
  color: #988575;
  font-size: 16px;
}
.explain_text {
  color: #2b2b2b;
  font-size: 13px;
  font-weight: 300;
  line-height: 4rem;
}
.access_images {
  display: grid;
}
.access_images img {
  max-width: none;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.explain_point {
  padding: 1.5rem 4rem;
}
.sub_image_sets {
  display: flex;
  justify-content: space-between;
}
.main_image {
  width: 100%;
}
.explain_button {
  margin: 5rem auto;
  font-size: 16px;
}
}

