@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, dl, dt, dd, ul, ol, li {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

/* =======================================
 base style
======================================= */
body {
  background: #EEEEEE;
  line-height: 1;
  margin: auto;
  max-width: 2000px;
}

img {
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.main-wrapper {
  background: url("../img/main_bg.jpg") no-repeat top center fixed;
  background-size: 2000px 1515px;
  margin: 0 auto;
}

@media only screen and (max-width: 750px) {
  .main-wrapper {
    overflow: hidden;
  }
}
.contents {
  width: 750px;
  margin: 0 auto;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

section {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;
}

.flex-align {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.fv {
  background: url("../img/fv_bg.jpg?240424") no-repeat top center, #fff;
  background-size: 750px auto;
  min-width: 750px;
  margin: 0 auto;
  height: 1290px;
  position: relative;
}
.fv_txt01 {
  position: absolute;
  top: 180px;
  left: 28px;
}
.fv_txt01 img {
  width: 684px;
}
.fv_txt02 {
  position: absolute;
  top: 711px;
  left: 48px;
}
.fv_txt02 img {
  width: 335px;
}
.fv_txt03 {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  position: absolute;
  top: 1031px;
  left: 443px;
  color: #4d4d4d;
  font-size: 20px;
  line-height: 40px;
}
.fv_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
  position: absolute;
  top: 1112px;
  left: 39px;
}
.fv_list01 li {
  width: 162px;
  height: 68px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.fv_list01 li:nth-of-type(1) {
  background-color: #e73817;
}
.fv_list01 li:nth-of-type(2) {
  background-color: #004097;
}
.fv_list01 p {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  font-size: 24px;
  line-height: 27px;
}

.cv01 {
  background: url("../img/cv01_bg.jpg") no-repeat top center, #fff;
  background-size: 750px auto;
  min-width: 750px;
  margin: 0 auto;
  height: 722px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 6px;
}
.cv01_txt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.cv01_txt01 h1 {
  position: relative;
  top: -7px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: center;
  color: #e73817;
  font-size: 60px;
  letter-spacing: 2px;
}
.cv01_txt01::before, .cv01_txt01::after {
  content: "";
  display: inline-block;
  background-image: url("../img/cv01_ele01.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 68px;
}
.cv01_txt01::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.cv01_txt02 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: 39px;
  font-weight: 500;
  padding-top: 12px;
  letter-spacing: 1px;
}
.cv01_ele02 {
  width: 462px;
  padding: 30px 0;
}
.cv01_btn01 {
  display: inline-block;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 530px;
  height: 100px;
  border-radius: 100px;
  margin: 0 0 50px;
}
.cv01_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  margin: 0 0 39px;
}
.cv01_list01 li {
  width: 306px;
}
.cv01_btn04 {
  display: inline-block;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 530px;
  height: 140px;
  border-radius: 100px;
}

.info {
  background: url("../img/info_bg.jpg") repeat-y top center;
  background-size: 750px auto;
  min-width: 750px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info_ele01 {
  position: absolute;
  top: 0;
  width: 750px;
}
.info_txt01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 198px 0 47px;
}
.info_txt01 h1 {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: center;
  color: #fee300;
  font-size: 62px;
  line-height: 92px;
  letter-spacing: 2px;
}
.info_txt01::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: inline-block;
  background-image: url("../img/info_ele02.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 571px;
  height: 94px;
}
.info_txt02 {
  display: inline-block;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  line-height: 60px;
  letter-spacing: 1px;
}
.info_txt02 b {
  color: #000000;
  background-color: #ffe200;
  padding: 0 3px;
}
.info_in {
  background-color: #fff;
  border: 4px solid #000000;
  border-radius: 36px;
  width: 642px;
  margin: 86px 0 30px;
}
.info_in-tit {
  position: relative;
  background-color: #ffe200;
  border-top-left-radius: 33px;
  border-top-right-radius: 33px;
}
.info_in-tit p {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-weight: 500;
  font-size: 43px;
  line-height: 83px;
  letter-spacing: 1px;
}
.info_in-tit p b {
  font-weight: 900;
  font-size: 115%;
  color: #e73817;
}
.info_in-tit::after {
  position: absolute;
  top: -74px;
  left: -13px;
  content: "";
  display: inline-block;
  background-image: url("../img/info_ele03.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 96px;
  height: 117px;
}
.info_in-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e6e6e6;
  padding: 60px 0 67px;
}
.info_in-before .info_in-txt01 {
  position: relative;
  text-align: center;
}
.info_in-before .info_in-txt01 h2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  width: 348px;
  height: 68px;
  font-size: 39px;
  line-height: 68px;
}
.info_in-before .info_in-txt01::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  background-image: url("../img/info_ele04.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 348px;
  height: 68px;
}
.info_in-before .info_in-ele05 {
  width: 596px;
  margin-top: 63px;
}
.info_in-before .info_in-txt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 42px;
}
.info_in-before .info_in-txt02 h2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #353535;
  font-size: 28px;
}
.info_in-before .info_in-txt02 h2 b {
  font-size: 180%;
}
.info_in-before .info_in-txt02 p {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333333;
  font-size: 28px;
  position: relative;
  top: 11px;
}
.info_in-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 0 67px;
}
.info_in-after .info_in-txt01 {
  position: relative;
  text-align: center;
}
.info_in-after .info_in-txt01 h2 {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  background-color: #e5581a;
  width: 348px;
  height: 68px;
  border-radius: 100px;
  font-size: 39px;
  line-height: 68px;
}
.info_in-after .info_in-txt01::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  background-image: url("../img/info_ele04.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 348px;
  height: 68px;
}
.info_in-after .info_in-ele06 {
  width: 596px;
  margin-top: 63px;
}
.info_in-after .info_in-txt02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 42px;
  background-position: left -100% center;
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(255, 255, 255, 0)), color-stop(30%, rgb(255, 236, 77)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 70%, rgb(255, 236, 77) 30%);
}
.info_in-after .info_in-txt02 h2 {
  position: relative;
  top: -15px;
  font-family: "Noto Sans JP", sans-serif;
  color: #e73817;
  font-size: 45px;
  font-weight: 900;
}
.info_in-after .info_in-txt02 img {
  position: relative;
  top: -10px;
  width: 174px;
}
.info_ex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 45px;
}
.info_ex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.info_ex-tit {
  position: relative;
  text-align: center;
}
.info_ex-tit p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000000;
  width: 170px;
  height: 40px;
  border-radius: 100px;
  font-size: 28px;
  line-height: 39px;
}
.info_ex-tit::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  background-image: url("../img/info_ele08.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 170px;
  height: 40px;
}
.info_ex-img {
  width: 200px;
}
.info_ex-in {
  background-color: #ffec4d;
  width: 180px;
  height: 180px;
  border-radius: 180px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
}
.info_ex-in::after {
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  content: "";
  display: inline-block;
  background-image: url("../img/info_ele09.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 52px;
  height: 52px;
}
.info_ex-num {
  width: 134px;
}
.info_ex-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #e73817;
  font-size: 32px;
}
.info_appear {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333333;
  text-align: center;
  font-size: 28px;
  line-height: 60px;
}
.info_to {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 50px 0 58px;
}
.info_to::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: -31px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16px 32px 16px;
  border-color: transparent transparent #e73817 transparent;
}
.info_to-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e73817;
  width: 548px;
  height: 125px;
  border-radius: 12px;
  gap: 10px;
}
.info_to-txt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.info_to-txt01 p {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  text-align: center;
  color: #ffffff;
  font-size: 28px;
  line-height: 27px;
}
.info_to-txt01::after {
  position: relative;
  left: -2px;
  bottom: -8px;
  margin-left: auto;
  margin-right: auto;
  content: "";
  display: inline-block;
  background-image: url("../img/info_ele10.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 202px;
  height: 4px;
}
.info_to-txt02 {
  width: 138px;
}
.info_to-txt03 p {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: 900;
  color: #ffec4d;
  font-size: 32px;
  line-height: 36px;
}

.point {
  background: url("../img/point_bg.jpg?240424") no-repeat top center, #fff;
  background-size: 750px 1360px, auto;
  min-width: 750px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 93px;
}
.point_logo {
  padding: 108px 0 180px;
}
.point_logo img {
  width: 381px;
}
.point_txt01 h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #000;
  font-size: 48px;
  letter-spacing: 1px;
  position: relative;
}
.point_txt01 h1::after {
  position: absolute;
  top: -20px;
  left: 21px;
  content: "";
  display: inline-block;
  background-image: url("../img/point_ele02.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 547px;
  height: 10px;
}
.point_txt02 {
  width: 488px;
  height: 72px;
  background-color: #e73817;
  border-radius: 100px;
  margin-top: 39px;
}
.point_txt02 h1 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #fff;
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 68px;
}
.point_txt03 {
  margin: 23px 0 490px;
}
.point_txt03 img {
  width: 573px;
}
.point_ctx {
  background: url("../img/point_bg02.jpg") repeat-y top center;
  background-size: 642px auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 642px;
  border: 4px solid #000;
  border-radius: 30px;
}
.point_ctx--02, .point_ctx--03 {
  margin-top: 100px;
}
.point_c-num {
  text-align: center;
  position: absolute;
  top: -40px;
}
.point_c-num h1 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  width: 418px;
  height: 82px;
  border-radius: 100px;
  font-size: 48px;
  line-height: 78px;
  background-color: #fff;
  font-weight: 900;
}
.point_c-num::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  background-image: url("../img/point_ele03.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 418px;
  height: 82px;
}
.point_c-tit h1 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  font-size: 53px;
  line-height: 78px;
  font-weight: 900;
}
.point_c-tit--01 {
  padding: 80px 0 440px;
}
.point_c-tit--02 {
  padding: 80px 0 380px;
}
.point_c-tit--03 {
  padding: 80px 0 540px;
}
.point_c-img {
  position: absolute;
}
.point_c-img--01 {
  width: 658px;
  top: 250px;
  left: 24px;
}
.point_c-img--02 {
  width: 875px;
  top: 328px;
  left: -60px;
}
.point_c-img--03 {
  width: 738px;
  top: 360px;
  left: -80px;
}
.point_c-txt {
  margin-bottom: 50px;
}
.point_c-txt p {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333333;
  font-size: 28px;
  line-height: 60px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.point_c-txt p span {
  background-color: #fff;
}
.point_c-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 43px;
  margin-bottom: 50px;
}
.point_c-list li {
  background-color: #e73817;
  width: 260px;
  height: 180px;
  border-radius: 16px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.point_c-list li::after {
  position: absolute;
  top: -20px;
  right: -16px;
  margin-left: auto;
  margin-right: auto;
  content: "";
  display: inline-block;
  background-image: url("../img/point_ele04.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 52px;
  height: 52px;
}
.point_c-list li p {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  font-size: 28px;
  line-height: 46px;
  letter-spacing: 1px;
}
.point_c-list li p span {
  text-decoration: underline;
  text-underline-offset: 8px;
}
.point_c-ex {
  background: url("../img/point_bg03.png") no-repeat top center;
  background-size: 588px 586px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 588px;
  height: 586px;
  top: -36px;
  padding-top: 120px;
}
.point_c-ex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85px;
}
.point_c-ex-txt01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 85px;
  gap: 9px;
}
.point_c-ex-txt01 p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  color: #000000;
  font-size: 28px;
  width: 175px;
}
.point_c-ex-txt01::after {
  position: relative;
  content: "";
  display: inline-block;
  background-image: url("../img/point_ele05.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 42px;
}
.point_c-ex-txt02 {
  position: relative;
  width: 251px;
}
.point_c-ex-txt02 img {
  width: 251px;
}
.point_c-txt02 {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  top: -128px;
  font-size: 30px;
}
.point_c-txt03 {
  position: absolute;
  width: 774px;
  left: -27px;
  bottom: 131px;
}
.point_c-txt03 img {
  width: 774px;
}
.point_c-txt04 {
  position: relative;
  padding: 333px 0 28px 174px;
}
.point_c-txt04 p {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333333;
  font-size: 22px;
  line-height: 40px;
}

.cv02 {
  background: url("../img/cv02_bg.jpg") no-repeat top center, #fff;
  background-size: 750px auto;
  min-width: 750px;
  margin: 0 auto;
  height: 843px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cv02_txt01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding-top: 86px;
}
.cv02_txt01 h1 {
  position: relative;
  top: -7px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-align: center;
  color: #fff;
  font-size: 60px;
  letter-spacing: 2px;
}
.cv02_txt01::before, .cv02_txt01::after {
  content: "";
  display: inline-block;
  background-image: url("../img/cv02_ele01.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 68px;
}
.cv02_txt01::after {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.cv02_txt02 {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-size: 39px;
  font-weight: 500;
  padding-top: 12px;
  letter-spacing: 1px;
}
.cv02_ele02 {
  width: 462px;
  padding: 30px 0;
}
.cv02_btn01 {
  display: inline-block;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 530px;
  height: 100px;
  border-radius: 100px;
  margin: 0 0 50px;
}
.cv02_list01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  margin: 0 0 39px;
}
.cv02_list01 li {
  width: 306px;
}
.cv02_btn04 {
  display: inline-block;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  width: 530px;
  height: 140px;
  border-radius: 100px;
}/*# sourceMappingURL=styles.css.map */