@charset "utf-8";
/* CSS Document */

/* 初期設定 */

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDPGothic:wght@400;700&display=swap");

body {
  margin: 0;
}

.l-main,
.l-main * {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #403e3d;
  font-style: normal;
  line-height: 1.8125em;
  box-sizing: border-box;
  list-style: none;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  text-align: justify;
}

.l-main {
  overflow: visible !important;
}

.l-main.\--wide {
  padding: 0 !important;
  border-radius: 0 !important;
}

.l-main strong {
  font-weight: 700;
}

.l-main img {
  vertical-align: bottom;
}

.l-main table {
  border-collapse: collapse;
}

.l-contents {
  background: url(../images/main_bg.png) no-repeat center top 100px;
}

.l-main.\--wide {
  background: transparent !important;
}

.wrap {
  margin-inline: auto;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.hero {
  text-align: center;
  position: relative;
  width: 100%;
}

.pr {
  width: 100%;
  text-align: right;
  margin-bottom: 40px;
  padding-right: 10px;
}

.credit {
  width: 100%;
  font-size: 12px;
  text-align: center;
  padding: 20px 0 50px;
  letter-spacing: 0.09em;
}
.disc {
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  border-top: 1px solid #0041be;
  border-bottom: 1px solid #0041be;
  padding: 30px 0;
  max-width: 1000px;
  width: 100%;
  letter-spacing: 0.1em;
}

.disc sup {
  font-size: 10px;
}

.disc__small {
  font-size: 12px;
}

.h2Title {
  margin-top: 50px;
  margin-bottom: 40px;
  font-size: 41px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2em;
  position: relative;
  width: 100%;
  max-width: 900px;
  color: #00b87d;
}

.txt {
  width: 900px;
  margin: 0 auto 90px;
}
.txt2 {
  width: 900px;
  margin: 0 auto 10px;
  letter-spacing: 0.05em;
}
.l-main sup {
  font-size: 10px;
}
.txt__bold {
  font-size: inherit;
  font-weight: 700;
}

.twoColumn {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 950px;
  margin: 0 auto 70px;
}

.twoColumn__txt {
  width: 530px;
}

.img_01 {
  display: block;
}
.img_02 {
  display: block;
}
.img_03 {
  display: block;
  margin-bottom: 70px;
}
.img_04 {
  display: block;
  margin-top: 70px;
}
.img_05 {
  display: block;
}

.aside__support {
  font-size: 12px;
  margin: 10px auto 50px;
  width: 1000px;
}

.aside__type {
  width: 1160px;
  margin: 20px auto 30px;
  font-size: 12px;
}

.btn {
  background-color: #fff7d6;
  padding: 55px 0;
  text-align: center;
}

.offer {
  width: 100%;
  margin: 70px auto 50px;
  font-family: "BIZ UDPGothic", sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.offer__link {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.fixBtn {
  position: fixed;
  top: 20%;
  right: 0;
}

.fixBtn:hover {
  opacity: 0.8;
}

.element__01 {
  position: relative;
}
.element__01::after {
  content: url(../images/element_01.png);
  display: block;
  position: absolute;
  right: -167px;
  top: -72px;
}
.element__02 {
  position: relative;
}
.element__02::after {
  content: url(../images/element_02.png);
  display: block;
  position: absolute;
  left: -167px;
  top: -32px;
}
.element__03 {
  position: relative;
}
.element__03::after {
  content: url(../images/element_03.png);
  display: block;
  position: absolute;
  right: -167px;
  top: 120px;
}
.element__04 {
  position: relative;
}
.element__04::after {
  content: url(../images/element_04.png);
  display: block;
  position: absolute;
  left: -167px;
  top: 72px;
}
.element__05 {
  position: relative;
}
.element__05::after {
  content: url(../images/element_05.png);
  display: block;
  position: absolute;
  right: -231px;
  top: -70px;
}
