@charset "UTF-8";
#experience3,
#experience4,
#experience5,
#experience8 {
  opacity: 0.1;
}

.attention {
  border: #E20000 1px solid;
  width: 80%;
  max-width: 1024px;
  min-width: 300px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.attention p {
  padding: 30px;
  text-align: center;
}

.column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.column.reverse {
  flex-direction: row-reverse;
}
.column .content_box {
  width: 100%;
}
.section_title.no_border {
  color: white;
  background-color: #918FB7;
  font-size: 2rem;
  padding: 12px;
  line-height: 1.2;
  background: linear-gradient(90deg, #918FB7 50%, #CCCDF4 50%);
}
.section_title.no_border:after {
  display: none;
}
.time {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
.time:after {
  display: block;
  content: "";
  width: 80px;
  height: 3px;
  margin-top: 30px;
  background-color: #B5B4D1;
}
.column .text,
.box_text {
  line-height: 1.8;
}
.box_text + .box_text {
  margin-top: 27px;
}
.box_text.red {
  color: #E20000;
  font-weight: bold;
  margin-bottom: -14px;
}
.box_title {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 2.7rem;
  margin-bottom: 20px;
  padding: 31px 0;
  position: relative;
}
.box_title:after {
  display: block;
  content: "";
  width: 100vw;
  height: 89px;
  position: absolute;
  top: 0;
  right: -73px;
  background-color:#918FB7;
  z-index: -1;
}
.box_title .time:after {
  display: none;
  content: none;
}
.tab {
  display: none !important;
}

.time-list ul {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.time-list li {
  font-size: 2rem;
  line-height: 40px;
  margin-bottom: 25px;
  padding-left: 25px;
  position: relative;
}
.time-list li .heading {
  color: #a63e4b;
  font-size: 2.2rem;
  font-weight: bold;
}

.time-list li .text {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-left: 25px;
  margin-top: 8px;
  overflow-wrap: break-word;
}

.text-caution{
  padding-left: 25px;
}
.text-check{
  padding-left: 0px;
  /* margin: 0 0 0 40px; */
  background: #ebebeb;
  padding: 25px;
  width: 100%;
}
.text-check li{
  margin-left: 1.5rem;
  text-indent: -1.3rem;
}





@media screen and (min-width: 1201px) {
  .column .text,
  .box_text {
    /* white-space: nowrap; */
  }
  .time-list li .text {
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .tab {
    display: block !important;
  }
  .tab_hide {
    display: none !important;
  }
  .box_title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .column .content_box,
  .column .image {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
  }
  .column .content_box {
    margin-bottom: 20px;
  }
  .section_title.no_border {
    /* margin-bottom: 0;
    padding-bottom: 0; */
  }
  .time {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .time:after {
    margin-top: 20px;
  }
  .box_text + .box_text {
    margin-top: 10px;
  }
  .box_title {
    color: #fff;
    font-size: 1.8rem;
    padding: 16px 0;
  }
  .box_title:after {
    width: 100vw;
    height: 50px;
    right: -25px;
    left: -25px;
  }
  .box_text.red {
    margin-bottom: 0;
  }
  .time-list li {
    font-size: 1.2rem;
    line-height: 30px;
    padding-left: 0px;
  }
  .time-list li .heading {
    font-size: 1.8rem;
  }
}


#experience1 {
  margin-top: 96px;
}
#experience1,
#experience2,
#experience3,
#experience4,
#experience6 {
  margin-bottom: 50px;
}
#experience5 {
  margin-bottom: 147px
}
#experience6,
.experience7 {
  margin-bottom: 160px;
}
#experience8 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #experience1 {
    margin-top: 30px;
  }
  #experience1,
  #experience2,
  #experience3,
  #experience4,
  #experience5,
  #experience6,
  .experience7,
  #experience8 { 
    margin-bottom: 50px;
  }
}


#experience1 .column .content_box {
  /* width: 392px; */
  width: 100%;
}

#experience2 .column + .column,
.experience7 .column + .column {
  margin-top: 95px;
}
#experience2 .column.reverse .image,
.experience7 .column.reverse .image {
  max-width: calc(100% - 455px);
  padding: 0;
}
#experience2 .column.reverse .content_box,
.experience7 .column.reverse .content_box {
  width: 455px;
}
.experience7 .box_title {
  padding: 17px 0 18px;
}
@media all and (min-width: 768px) {
  #experience2 .column.reverse {
    margin-top: 45px;
  }
  #experience2 .column.reverse .box_title,
  #experience2 .column.reverse .box_text,
  .experience7 .column.reverse .box_title,
  .experience7 .column.reverse .box_text {
    padding-left: 39px;
  }
  #experience2 .column.reverse .box_title:after,
  .experience7 .column.reverse .box_title:after  {
    right: auto;
    left: -1px;
  }
  .experience7 .column:first-of-type {
    margin-top: 40px;
  }
  .experience7 .box_title span {
    display: inline-block;
    margin: 12px 0 0;
  }
  #experience5 .column .content_box {
    width: 375px;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px) {
  .column .image {
    width: calc(100% - 360px);
  }
  #experience1 .column .image, 
  #experience5 .column .image {
    width: calc(100% - 395px);
  }
  #experience2 .column.reverse .content_box, .experience7 .column.reverse .content_box,
  #experience2 .column .content_box,.experience7 .column .content_box {
    width: 300px;
    max-width: 300px;
  }
  #experience2 .column.reverse .image, .experience7 .column.reverse .image,
  #experience2 .column .image, .experience7 .column .image {
    width: calc(100% - 300px);
    max-width: calc(100% - 300px);
  }
  #experience8 .column .image img {
    width: 100%;
  }
  #experience2 .column.reverse .box_title, #experience2 .column.reverse .box_text, .experience7 .column.reverse .box_title, .experience7 .column.reverse .box_text {
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #experience2 .column + .column,
  .experience7 .column + .column {
    margin-top: 50px;
  }
  .experience7 .box_title {
    padding: 7px 0 !important;
  }
  #experience2 .column.reverse .box_title, #experience2 .column.reverse .box_text, .experience7 .column.reverse .box_title, .experience7 .column.reverse .box_text {
    padding-left: 0;
  }
}


/* backgorund */
.section {
  position: relative;
}
/* .section:after {
  display: block;
  content: "";
  width: 100%;
  height: auto;
  position: absolute;
  background-color: #E4E4F4;
  z-index: -1;
} */
#experience1:after {
  top: 340px;
  bottom: 13.65461%;
}
#experience3:after {
  top: 248px;
  bottom: 8.76865%;
}
#experience4:after {
  top: 302px;
  bottom: 6.54044%;
}
#experience5:after {
  top: 245px;
  bottom: 11.47541%;
}
#experience6:after {
  top: 281px;
  bottom: 10.265487%;
}
@media all and (min-width: 768px) and (max-width: 1024px) {
  #experience1,
  #experience3,
  #experience4,
  #experience5,
  #experience6 {
    overflow: visible;
  }
  #experience1:after,
  #experience3:after,
  #experience4:after,
  #experience5:after,
  #experience6:after {
    bottom: -100px;
  }
}