@charset "utf-8";
/* CSS Document */
.mainvisual.max_width,
.lp_contents.max_width {
  overflow: hidden;
}

body {
  color: #151515;
}

p {
  line-height: 1.8;
}

.flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.mainvisual {
  position: relative;
  overflow: hidden;
}

.mainvisual .mainvisual_inner {
  position: relative;
  padding: 40px 0;
}

.mainvisual .mainvisual_inner .image {
  position: absolute;
  top: 15px;
  right: -155px;
}

.mainvisual p {
  font-size: 24px;
  font-weight: 600;
}

.mainvisual h1 {
  font-weight: bold;
  font-size: 42px;
  line-height: 1.3;
  font-feature-settings: "palt";
  padding: 5px 0 20px;
}

.mainvisual h1 .red {
  font-weight: bold;
  color: #ff4141;
}

.mainvisual .tag {
  padding: 7px 37px;
  border-radius: 4px;
  background: #ffa443;
  color: #151515;
  text-align: center;
  font-weight: bold;
  font-size: 21px;
  margin-right: 7px;
}

.mainvisual .tag:nth-child(2) {
  padding: 7px 27px 7px 26px;
}

.mainvisual .tag:last-child {
  padding: 7px 16px;
}

.mainvisual h1 .txt_01 {
  font-weight: bold;
  font-size: 80px;
}

.mainvisual h1 .txt_02 {
  font-weight: bold;
  font-size: 40px;
}

.mainvisual h1 .txt_03 {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 71px;
}

.mainvisual .main_bottom {
  background: #f2f2f2;
  padding: 20px 0;
}

.mainvisual .main_bottom p {
  font-size: 18px;
  font-weight: normal;
}

.mainvisual .main_bottom .mainvisual_inner {
  padding: 0;
}

.lp_contents.section01 .lp_contents_inner {
  position: relative;
}

.lp_contents h2 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 25px;
  text-align: center;
  font-weight: bold;
  font-size: 29px;
  line-height: 1;
}

.lp_contents h2::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  width: 52px;
  height: 4px;
  background: #036a97;
  content: "";
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.lp_contents .top_inner {
  position: relative;
  text-align: center;
  font-size: 18px;
  padding: 40px 0 20px;
}

.lp_contents .top_inner::before {
  background: #c1edf5;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: -100vw;
  width: 200vw;
  height: 100%;
  content: "";
}

.lp_contents.section01 .top_inner::after {
  background: #c1edf5;
  display: block;
  z-index: 0;
  position: absolute;
  left: -100vw;
  width: 200vw;
  height: 100%;
  content: "";
  top: 100%;
  min-width: 1960px;
  height: 52px;
}

.lp_contents.section02 .top_inner::after {
  background: #c1edf5;
  display: block;
  z-index: 0;
  position: absolute;
  left: -100vw;
  width: 200vw;
  height: 100%;
  content: "";
  top: 100%;
  min-width: 1960px;
  height: 100px;
}

.lp_contents .bottom_inner {
  position: relative;
  padding-bottom: 60px;
}

.lp_contents .bottom_inner::before {
  background: #f2f2f2;
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: -100vw;
  width: 200vw;
  height: 100%;
  content: "";
}

.lp_contents.section02 .bottom_inner::before {
  background: linear-gradient(#f2f2f2, #fff);
}

.lp_contents.section01 .bottom_inner .flex_box {
  justify-content: center;
  text-align: center;
  align-items: center;
}

.lp_contents.section01 .bottom_inner .flex_box .flex_item:first-child dt {
  font-size: 18px;
  background: #ffa443;
  border-radius: 20px;
  padding: 5px;
  font-weight: bold;
  margin-bottom: 7px;
}

.lp_contents.section01 .bottom_inner .flex_box .flex_item:nth-child(2) {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 20px;
  border-color: transparent transparent transparent #ff4141;
  margin: 0 5px;
}

.lp_contents.section01 .bottom_inner .flex_box .flex_item:last-child dt {
  font-size: 18px;
  color: #fff;
  background: #ff4141;
  border-radius: 20px;
  padding: 5px;
  font-weight: bold;
  margin-bottom: 7px;
}

.lp_contents.section01 .bottom_inner .flex_box .flex_item dl dd:last-child {
  font-size: 17px;
  margin-top: 10px;
}

.lp_contents.section02 h2 span {
  font-size: 20px;
}

.lp_contents.section02 .bottom_inner {
  margin: 0 auto;
  width: 970px;
  border: 1px solid #d2d2d2;
  padding-bottom: 0;
}

.lp_contents.section02 .bottom_inner .flex_box {
  padding: 30px 60px;
  align-items: center;
}

.lp_contents.section02 .bottom_inner .flex_box dt {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 30px;
}

.lp_contents.section02 .bottom_inner .flex_box dd {
  font-size: 20px;
  line-height: 1.6;
}

.lp_contents.section02 .bottom_inner .flex_box:first-child {
  background: #fff;
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 10px;
}

.lp_contents.section02 .bottom_inner .flex_box:last-child {
  background: #f2f2f2;
}

.lp_contents.section02 .bottom_inner .flex_box:first-child .img {
  margin-right: 50px;
}

#main .lp_contents .other_txt {
  font-size: 18px;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 60px;
}
