@charset "UTF-8";

/* special_messageBox1
***************************************************************/
.special_messageBox1 {
  background: #fff;
  margin-top: 80px;
  padding: 14px 75px 60px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .special_inner1 {
    padding-left: 0;
    padding-right: 0;
  }
  .special_btnList1 {
    padding-left: 30px;
    padding-right: 30px;
  }
  .special_messageBox1 {
    margin-top: 26px;
    padding: 48px 0 40px;
  }
}

/* message1
***************************************************************/
.message1_box1 {
  width: 1020px;
  margin: 0 auto;
  padding-left: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.message1_box1_in1 {
  padding-top: 60px;
}
.message1_box1_in2 {
  width: 639.5px;
}
.message1_box1_tit1 {
  padding-bottom: 30px;
  margin-bottom: 35px;
  position: relative;
}
.message1_box1_tit1::after {
  content: "";
  width: 60px;
  height: 3px;
  background-color: #1b7da8;
  position: absolute;
  bottom: 0;
  left: 0;
}
.message1_box1_tit1 .eng {
  color: #1b7da8;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
}
.message1_box1_tit1 .tit {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-top: 12px;
}
.message1_box1_txt1 {
  font-size: 24px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #1b7da8;
}
.message1_box1_txt2 {
  font-size: 18px;
  font-weight: 500;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 10px;
  color: #1b7da8;
}
.message1_box2 {
  padding-top: 10px;
}
.message1_box2_txt1 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: calc(32 / 16);
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .message1_box1 {
    width: 100%;
    padding-left: 0;
    display: block;
  }
  .message1_box1_in1 {
    padding-top: 0;
  }
  .message1_box1_in2 {
    width: 375px;
    margin: 9px auto 0;
  }
  .message1_box1_tit1 {
    padding-bottom: 25px;
    margin-bottom: 20px;
  }
  .message1_box1_tit1::after {
    width: 36px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .message1_box1_tit1 .eng {
    font-size: 30px;
    text-align: center;
  }
  .message1_box1_tit1 .tit {
    font-size: 18px;
    text-align: center;
    margin-top: 5px;
  }
  .message1_box1_txt1 {
    font-size: 20px;
    text-align: center;
  }
  .message1_box1_txt2 {
    font-size: 16px;
    text-align: center;
  }
  .message1_box2 {
    padding-top: 10px;
  }
  .message1_box2_txt1 {
    font-size: 15px;
    text-align: justify;
    letter-spacing: 0;
    padding: 0 54px;
  }
}

/* message2
***************************************************************/
.message2 {
  padding-top: 80px;
}
.message2_tit {
  color: #1b7da8;
  font-size: 45px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.message2_txt {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .message2 {
    padding-top: 50px;
  }
  .message2_tit {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .message2_txt {
    font-size: 14px;
    margin-bottom: 30px;
  }
}

/* tab_list1
***************************************************************/
.tab_list1 {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  gap: 0 5px;
}
.tab_list1_item {
  width: 100%;
  height: 70px;
  cursor: pointer;
  border-radius: 20px 20px 0 0;
  color: #fff;
  background-color: #1b7da8;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}
.tab_list1_item.color2 {
  background-color: #389fcc;
}
.tab_list1_item.color3 {
  background-color: #4cc0e3;
}
.tab_list1_item.color4 {
  background-color: #45a08f;
}
.tab_list1_item.color5 {
  background-color: #4ab7a2;
}
.tab_list1_txt1 {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: calc(21 / 14);
}
.tab_list1_txt2 {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: calc(26 / 22);
}
@media all and (min-width: 681px) {
  .tab_list1_item:hover {
    opacity: 0.7;
  }
}
@media all and (max-width: 680px) {
  .tab_list1 {
    width: 100%;
    gap: 0;
    align-items: end;
  }
  .tab_list1_item {
    height: 65px;
    width: 19%;
    justify-content: end;
    padding-bottom: 10px;
    position: relative;
  }
  .tab_list1_item.is-active {
    width: 24%;
    height: 78px;
  }
  .tab_list1_item::before {
    content: "";
    display: block;
    width: 71%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: 0.3s ease;
  }
  .tab_list1_item.is-active::before {
    opacity: 1;
  }
  .tab_list1_txt1 {
    font-size: 12px;
    line-height: 1;
  }
  .tab_list1_txt1 .num {
    font-size: 15px;
    line-height: 1;
  }
  .tab_list1_txt2 {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1;
    padding-top: 2px;
  }
}

/* tab_list1 active
***************************************************************/
.tab_list1_item.is-active {
  opacity: 1;
  position: relative;
  z-index: 1;
}
.tab_list1_item.is-active::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-color: inherit;
  position: absolute;
  bottom: -6px;
  left: 0;
}

/* tab_contents
***************************************************************/
.tab_contents_item {
  display: none;
}
.tab_contents_item.is-active {
  display: block;
}
.tab_contents {
  width: 1020px;
  margin: 0 auto;
  overflow: clip;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.tab_contents_item {
  width: 100%;
  padding: 60px 0 74px;
  background-color: #1b7da8;
  overflow: visible;
}
.tab_contents_label {
  width: 120px;
  height: 23px;
  margin: 0 auto;
  margin-bottom: 11px;
  border-radius: 100px;
  background-color: #fff;
  color: #1b7da8;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1;
}
.tab_contents_tit1 {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: calc(50 / 34);
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 22px;
}
.tab_contents_tit1::after {
  content: "";
  width: 44px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.tab_contents_tit2 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: calc(27.2 / 18);
  margin-bottom: 11px;
}
.tab_contents_txt1 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: calc(27.2 / 15);
}
/* color2 */
.tab_contents_item.color2 {
  background-color: #389fcc;
}
.color2 .tab_contents_label {
  color: #389fcc;
}
/* color3 */
.tab_contents_item.color3 {
  background-color: #4cc0e3;
}
.color3 .tab_contents_label {
  color: #4cc0e3;
}
/* color4 */
.tab_contents_item.color4 {
  background-color: #45a08f;
}
.color4 .tab_contents_label {
  color: #45a08f;
}
/* color5 */
.tab_contents_item.color5 {
  background-color: #4ab7a2;
}
.color5 .tab_contents_label {
  color: #4ab7a2;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .tab_contents {
    width: 100%;
  }
  .tab_contents_item {
    padding: 64px 0 56px;
  }
  .tab_contents_tit1 {
    font-size: 30px;
    padding-bottom: 16px;
    margin-bottom: 22px;
  }
  .tab_contents_tit2 {
    font-size: 18px;
  }
  .tab_contents_txt1 {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: calc(21 / 14);
  }
}

/* msSlideWrap
***************************************************************/
.msSlideWrap {
  padding-top: 50px;
}
.msSlideWrap .slick-dotted.slick-slider {
  margin-bottom: 0;
}
.msSlide_item {
  width: 530px;
  height: 238px;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
}
.msSlide_item::before {
  content: "";
  width: 132.89px;
  height: 59.64px;
  background: url(../img/special2/message.svg) no-repeat center / contain;
  position: absolute;
  top: 21px;
  right: 150px;
}
.msSlide_item_img {
  width: 279.5px;
  position: absolute;
  z-index: 1;
  bottom: -10px;
  left: -6px;
}
.msSlide_item_txt {
  padding-left: 275px;
  padding-top: 74px;
  padding-right: 30px;
  position: relative;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.02em;
  line-height: calc(23.8 / 14);
}
.msSlide_item_txt .bold {
  font-size: 16px;
  font-weight: 700;
  color: #1b7da8;
}
.color2 .msSlide_item_txt .bold {
  color: #389fcc;
}
.color3 .msSlide_item_txt .bold {
  color: #4cc0e3;
}
.color4 .msSlide_item_txt .bold {
  color: #45a08f;
}
.color5 .msSlide_item_txt .bold {
  color: #4ab7a2;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .msSlideWrap {
    padding-top: 90px;
  }
  .msSlide_item {
    width: 278px;
    height: 384px;
  }
  .msSlide_item::before {
    top: 190px;
    right: auto;
    left: 15px;
  }
  .msSlide_item_img {
    bottom: 169px;
    left: -2px;
  }
  .msSlide_item_txt {
    padding-left: 25px;
    padding-top: 227px;
    padding-right: 25px;
    font-size: 14px;
    letter-spacing: 0;
  }
}

/* msSlide slider
***************************************************************/
.msSlideWrap {
  overflow: visible;
}
.msSlideWrap .slick-list {
  overflow: visible;
}
.msSlide_item {
  margin: 0 12px;
}

/* msSlideNav
***************************************************************/
.msSlideNav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 41px;
  padding-top: 22px;
}
.msSlideNav .slick-prev {
  order: 1;
}
.msSlideNav .slick-dots {
  order: 2;
}
.msSlideNav .slick-next {
  order: 3;
}
.msSlide_arrow {
  position: static !important;
  width: 16px !important;
  height: 32px !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important;
  border: none !important;
  transform: none !important;
  top: auto !important;
  cursor: pointer;
  padding: 0 4px;
  transition: opacity 0.3s;
}
.msSlideNav .slick-prev {
  background-image: url(../img/special2/ico_arrow_l.svg) !important;
}
.msSlideNav .slick-next {
  background-image: url(../img/special2/ico_arrow_r.svg) !important;
}
.msSlide_arrow:hover {
  opacity: 0.7;
}
.msSlide_arrow::before {
  display: none !important;
}
.msSlideNav .slick-dots {
  position: static !important;
  display: flex !important;
  align-items: center;
  gap: 0 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  bottom: auto !important;
  width: auto !important;
}
.msSlideNav .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}
.msSlideNav .slick-dots li button {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  font-size: 0;
  cursor: pointer;
  padding: 0;
  transition: background-color 0.3s;
}
.msSlideNav .slick-dots li button::before {
  display: none !important;
}
.msSlideNav .slick-dots li.slick-active button {
  background-color: #fff;
}
@media all and (max-width: 680px) {
  .msSlideNav {
    gap: 0 26px;
  }
  .msSlide_arrow {
    width: 12px !important;
    height: 24px !important;
  }
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}

/* コンテンツ
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
