@charset "UTF-8";
* {
  outline: unset;
  box-sizing: border-box;
  font-feature-settings: "palt";
}

html {
  color: #000;
  background: #FFF;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input,
textarea,
select {
  *font-size: 100%;
  border: none;
  outline: none;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}

table, tbody, thead {
  width: 100%;
}

button {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

* {
  color: #000000;
}

* {
  font-family: "Noto Sans JP", sans-serif;
}

.l_container_lg {
  width: calc(100% - 80px);
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 560px) {
  .l_container_lg {
    width: calc(100% - 40px);
  }
}

.l_footer_inner {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
}
.l_footer_logo {
  display: flex;
  max-width: 170px;
}
@media (max-width: 560px) {
  .l_footer_logo {
    width: 80px;
  }
}
.l_footer_address {
  text-align: center;
  font-size: 17px;
  line-height: 2;
  margin-top: 40px;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .l_footer_address {
    font-size: 15px;
  }
}
@media (max-width: 560px) {
  .l_footer_address {
    font-size: 12px;
    margin-top: 24px;
  }
}
.l_footer_tel {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
}
@media (max-width: 560px) {
  .l_footer_tel {
    gap: 8px;
  }
}
.l_footer_tel .__icon {
  display: flex;
  width: 40px;
  align-items: center;
}
@media (max-width: 560px) {
  .l_footer_tel .__icon {
    width: 25px;
    transform: translateY(-3px);
  }
}
.l_footer_tel .__num {
  font-size: 55px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  padding-bottom: 8px;
}
@media (max-width: 560px) {
  .l_footer_tel .__num {
    font-size: 30px;
  }
}
.l_footer_open-time {
  text-align: center;
  font-size: 18px;
  margin-top: 4px;
}
@media (max-width: 768px) {
  .l_footer_open-time {
    font-size: 15px;
  }
}
@media (max-width: 560px) {
  .l_footer_open-time {
    font-size: 12px;
  }
}

.l_footer-cta {
  display: none;
  width: 100%;
  height: 50px;
  background: url(../img/cta_bg-sp.jpg) center/cover;
  position: fixed;
  bottom: 0;
  left: 0;
}
@media (max-width: 768px) {
  .l_footer-cta {
    display: block;
    z-index: 10000;
  }
}
.l_footer-cta_link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
}
.l_footer-cta_inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.l_footer-cta_tel {
  display: flex;
  gap: 8px;
}
.l_footer-cta_tel .__icon {
  display: flex;
  width: 14px;
}
.l_footer-cta_tel .__text {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
}
.l_footer-cta_open-time {
  font-size: 12px;
  color: #fff;
  font-weight: 600;
}
.l_footer-cta_line {
  width: 1px;
  height: calc(100% - 14px);
  background-color: #fff;
}
.l_footer-cta_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l_footer-cta_form .__text {
  font-size: 14px;
  color: #fff;
}
.l_footer-cta_form .__icon {
  display: flex;
  width: 14px;
}

.m_cta {
  width: 100%;
  height: 260px;
  background: url(../img/cta_bg.jpg) center/cover;
  padding: 36px 0 24px;
}
@media (max-width: 960px) {
  .m_cta {
    height: unset;
  }
}
@media (max-width: 768px) {
  .m_cta {
    display: none;
  }
}
.m_cta.__mv-bottom {
  transform: translateY(-200px);
  margin-bottom: -200px;
}
@media (max-width: 1200px) {
  .m_cta.__mv-bottom {
    transform: translateY(-156px);
    margin-bottom: -156px;
  }
}
@media (max-width: 960px) {
  .m_cta.__mv-bottom {
    transform: translateY(-127px);
    margin-bottom: -127px;
  }
}
.m_cta_text {
  font-size: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .m_cta_text {
    display: none;
  }
}
.m_cta_flex {
  display: flex;
  justify-content: center;
  max-width: 1060px;
  margin: 36px auto 0;
}
.m_cta_flex-inner {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
}
.m_cta_company-name {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.m_cta_company-tel {
  display: inline-flex;
  align-items: center;
  gap: 0 8px;
}
.m_cta_company-tel .__icon {
  display: flex;
  width: 40px;
}
.m_cta_company-tel .__num {
  font-size: 55px;
  color: #fff;
  font-family: "Oswald", sans-serif;
}
.m_cta_time {
  font-size: 18px;
  color: #fff;
}
.m_cta_btn {
  display: flex;
  height: 60px;
  border-radius: 6.5px;
  background-color: #fff;
  max-width: 360px;
  width: 85%;
  position: relative;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
}
.m_cta_btn::before, .m_cta_btn::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 6.5px;
  position: absolute;
  z-index: -1;
}
.m_cta_btn::before {
  background-color: #7cd9ff;
  top: -2.5px;
}
.m_cta_btn::after {
  background: linear-gradient(0deg, rgb(23, 28, 97) 0%, rgb(3, 110, 183) 100%);
  bottom: -2.5px;
}
.m_cta_btn .__text {
  font-size: 18px;
  color: #171c61;
  font-weight: 700;
}
.m_cta_btn .__btn {
  display: flex;
  width: 28px;
  align-items: center;
}
.m_cta_line {
  width: 1px;
  height: 132px;
  background-color: #fff;
  display: block;
}

.m_section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
}
.m_section-title .__en {
  font-size: 55px;
  font-weight: 700;
  color: #292c7f;
  letter-spacing: 0.05em;
  position: relative;
  font-family: "Overpass", sans-serif;
}
@media (max-width: 560px) {
  .m_section-title .__en {
    font-size: 36px;
  }
}
.m_section-title .__en::before {
  content: "";
  width: 250px;
  height: 3px;
  background: linear-gradient(90deg, rgb(23, 28, 97) 0%, rgb(3, 110, 183) 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 560px) {
  .m_section-title .__en::before {
    width: 200px;
  }
}
.m_section-title .__jp {
  font-size: 16px;
  color: #231815;
}
@media (max-width: 560px) {
  .m_section-title .__jp {
    font-size: 14px;
  }
}

.l_main {
  overflow: hidden;
}

.mv {
  width: 100%;
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.mv img {
  min-width: 1920px;
}
@media (max-width: 1200px) {
  .mv img {
    min-width: 1500px;
  }
}
@media (max-width: 960px) {
  .mv img {
    min-width: 1220px;
  }
}
@media (max-width: 768px) {
  .mv img {
    min-width: unset;
  }
}

@media (max-width: 768px) {
  .section01 {
    background-color: #f3f4f9;
  }
}
.section01_title {
  font-size: 50px;
  text-align: center;
  color: #292c7f;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 768px) {
  .section01_title {
    font-size: 40px;
  }
}
@media (max-width: 560px) {
  .section01_title {
    font-size: 25px;
  }
}
.section01_bg-top {
  padding-top: 84px;
  padding-bottom: 45px;
  background: url(../img/section01_bg.jpg) top left/1980px;
}
@media (max-width: 768px) {
  .section01_bg-top {
    background: url(../img/section01_bg-sp.jpg) bottom right/cover;
  }
}
@media (max-width: 560px) {
  .section01_bg-top {
    padding-top: 40px;
  }
}
.section01_flex {
  display: flex;
  margin-top: 56px;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1600px) {
  .section01_flex {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .section01_flex {
    flex-direction: column;
  }
}
@media (max-width: 560px) {
  .section01_flex {
    margin-top: 36px;
  }
}
.section01_flex.__reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .section01_flex.__reverse {
    flex-direction: column;
  }
}
.section01_text-box {
  width: 50%;
  max-width: 480px;
}
@media (max-width: 768px) {
  .section01_text-box {
    width: 100%;
    max-width: unset;
  }
}
.section01_text-title {
  font-size: 28px;
  color: #171c61;
  font-weight: 600;
}
@media (max-width: 768px) {
  .section01_text-title {
    font-size: 24px;
  }
}
@media (max-width: 560px) {
  .section01_text-title {
    font-size: 19px;
  }
}
.section01_text {
  font-size: 18px;
  margin-top: 40px;
  line-height: 1.75;
  text-align: justify;
  text-shadow: 0 0 2px #fff;
}
@media (max-width: 960px) {
  .section01_text {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .section01_text {
    margin-top: 24px;
  }
}
@media (max-width: 560px) {
  .section01_text {
    font-size: 14px;
    margin-top: 16px;
  }
}
.section01_bord-box {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  margin-top: 130px;
}
@media (max-width: 768px) {
  .section01_bord-box {
    justify-content: flex-start;
  }
}
@media (max-width: 560px) {
  .section01_bord-box {
    margin-top: 84px;
    width: 100%;
  }
}
.section01_bord-box.__left {
  justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 560px) {
  .section01_bord-box.__left {
    justify-content: center;
  }
}
.section01_bord {
  position: relative;
  z-index: 1;
}
.section01_bord::before {
  content: "";
  width: 450px;
  height: 450px;
  background: linear-gradient(45deg, rgb(23, 28, 97) 0%, rgb(3, 110, 183) 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  z-index: -1;
}
@media (max-width: 1200px) {
  .section01_bord::before {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 960px) {
  .section01_bord::before {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 560px) {
  .section01_bord::before {
    width: 220px;
    height: 220px;
  }
}
.section01_bord-title {
  font-size: 40px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1200px) {
  .section01_bord-title {
    font-size: 32px;
  }
}
@media (max-width: 960px) {
  .section01_bord-title {
    font-size: 24px;
  }
}
@media (max-width: 560px) {
  .section01_bord-title {
    font-size: 20px;
  }
}
.section01_bord-price {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.section01_bord-price .__num {
  font-size: 236px;
  font-weight: 500;
  color: #fff;
  font-family: "Oswald", sans-serif;
  line-height: 1;
}
@media (max-width: 1200px) {
  .section01_bord-price .__num {
    font-size: 180px;
  }
}
@media (max-width: 960px) {
  .section01_bord-price .__num {
    font-size: 150px;
  }
}
@media (max-width: 560px) {
  .section01_bord-price .__num {
    font-size: 124px;
  }
}
.section01_bord-price .__yen {
  font-size: 106px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  padding-bottom: 16px;
  position: relative;
}
@media (max-width: 1200px) {
  .section01_bord-price .__yen {
    font-size: 80px;
  }
}
@media (max-width: 960px) {
  .section01_bord-price .__yen {
    font-size: 60px;
  }
}
@media (max-width: 560px) {
  .section01_bord-price .__yen {
    font-size: 55px;
  }
}
.section01_bord-price .__yen::before {
  content: "月額";
  font-size: 30px;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 8px;
  transform: translateY(-100%);
  border: 1.5px solid #fff;
  padding: 4px 16px 6px;
}
@media (max-width: 1200px) {
  .section01_bord-price .__yen::before {
    font-size: 24px;
    padding: 4px 10px 6px;
  }
}
@media (max-width: 960px) {
  .section01_bord-price .__yen::before {
    font-size: 18px;
    padding: 4px 10px 6px;
  }
}
@media (max-width: 560px) {
  .section01_bord-price .__yen::before {
    font-size: 15px;
    left: 6px;
  }
}
.section01_bg-bottom {
  padding-top: 40px;
  padding-bottom: 180px;
}
@media (max-width: 560px) {
  .section01_bg-bottom {
    padding-bottom: 80px;
  }
}
.section01_circulation {
  max-width: 1054px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .section01_circulation {
    max-width: 864px;
  }
}
@media (max-width: 960px) {
  .section01_circulation {
    max-width: 690px;
  }
}
.section01_bord-achievements {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section01_bord-achievements .__num {
  font-size: 160px;
  font-weight: 500;
  color: #fff;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  letter-spacing: -0.05em;
  position: relative;
}
@media (max-width: 1600px) {
  .section01_bord-achievements .__num {
    padding-left: 24px;
  }
}
@media (max-width: 1200px) {
  .section01_bord-achievements .__num {
    font-size: 140px;
  }
}
@media (max-width: 960px) {
  .section01_bord-achievements .__num {
    font-size: 100px;
  }
}
@media (max-width: 560px) {
  .section01_bord-achievements .__num {
    font-size: 85px;
  }
}
.section01_bord-achievements .__num::before {
  content: "年間";
  font-size: 30px;
  color: #fff;
  font-weight: 600;
  writing-mode: vertical-lr;
  position: absolute;
  left: -48px;
  bottom: 7px;
  border: 1px solid #fff;
  padding: 16px 4px 16px 8px;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media (max-width: 1200px) {
  .section01_bord-achievements .__num::before {
    font-size: 24px;
    padding: 10px 4px 10px 8px;
  }
}
@media (max-width: 960px) {
  .section01_bord-achievements .__num::before {
    font-size: 18px;
    padding: 6px 4px 6px 8px;
    left: -16px;
  }
}
@media (max-width: 560px) {
  .section01_bord-achievements .__num::before {
    font-size: 15px;
    left: -12px;
    bottom: 4px;
  }
}
.section01_bord-achievements .__text {
  font-size: 70px;
  font-weight: 500;
  color: #fff;
}
@media (max-width: 1200px) {
  .section01_bord-achievements .__text {
    font-size: 48px;
  }
}
@media (max-width: 560px) {
  .section01_bord-achievements .__text {
    font-size: 36px;
  }
}

.section02 {
  padding-top: 72px;
  padding-bottom: 80px;
  background-color: #f3f4f9;
}
.section02_table-body {
  display: flex;
}
@media (max-width: 960px) {
  .section02_table-body {
    max-width: 484px;
    margin: 0 auto;
  }
}
.section02_table-titles {
  width: 168px;
}
@media (max-width: 960px) {
  .section02_table-titles {
    width: 136px;
  }
}
@media (max-width: 560px) {
  .section02_table-titles {
    width: 120px;
  }
}
.section02_table-space {
  height: 128px;
}
.section02_table-list-item {
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #e3e2e2;
  padding: 3px 0;
  font-weight: 500;
}
@media (max-width: 960px) {
  .section02_table-list-item {
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .section02_table-list-item {
    font-size: 13px;
  }
}
.section02_table-list-item.__border-blue {
  border-color: #292c7f;
  font-weight: 400;
}
.section02_table-list-item:last-child {
  border-bottom: none;
}
.section02 .tab-area {
  cursor: pointer;
  /* カーソルポインターに */
  display: none;
  border-bottom: 1px solid #292c7f;
}
@media (max-width: 960px) {
  .section02 .tab-area {
    display: flex;
    justify-content: center;
    gap: 2px;
  }
}
.section02 .tab {
  width: 160px;
  padding: 12px 5px;
  text-align: center;
  border-radius: 6px 6px 0 0;
  font-size: 16px;
  height: 56px;
  background-color: #c9caca;
  color: #fff;
}
@media (max-width: 560px) {
  .section02 .tab {
    height: 40px;
    font-size: 13px;
    padding: 10px 4px;
  }
}
.section02 .tab .__num {
  color: inherit;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  padding-right: 2px;
  font-family: "Oswald", sans-serif;
}
@media (max-width: 560px) {
  .section02 .tab .__num {
    font-size: 22px;
  }
}
.section02 .tab.active {
  background-color: #292c7f;
}
.section02 .panel-area {
  display: flex;
  gap: 0 24px;
  width: calc(100% - 168px);
  padding-left: 3px;
}
@media (max-width: 960px) {
  .section02 .panel-area {
    width: calc(100% - 136px);
  }
}
@media (max-width: 560px) {
  .section02 .panel-area {
    width: calc(100% - 120px);
  }
}
.section02 .panel {
  display: block;
  text-align: center;
  background-color: #fff;
  width: calc(33.33% - 16px);
}
@media (max-width: 960px) {
  .section02 .panel {
    display: none;
    width: 100%;
  }
}
@media (max-width: 960px) {
  .section02 .panel.active {
    display: block;
  }
}
.section02_panel-title {
  font-size: 23px;
  text-align: center;
  color: #292c7f;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 560px) {
  .section02_panel-title {
    font-size: 18px;
  }
}
.section02_panel-plan-name {
  color: #292c7f;
  font-size: 28px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: linear-gradient(90deg, rgb(229, 238, 248) 0%, rgb(237, 218, 234) 100%);
  padding-bottom: 12px;
}
@media (max-width: 1200px) {
  .section02_panel-plan-name {
    font-size: 20px;
  }
}
.section02_panel-plan-name .__num {
  font-size: 56px;
  font-family: "Oswald", sans-serif;
  color: inherit;
  font-weight: 700;
  transform: translateY(11px);
}
@media (max-width: 1200px) {
  .section02_panel-plan-name .__num {
    font-size: 48px;
  }
}
.section02_tax {
  font-size: 14px;
  margin-top: 36px;
}
@media (max-width: 960px) {
  .section02_tax {
    max-width: 484px;
    margin: 36px auto 0;
  }
}

.section03 {
  background-color: #e3e2e2;
  padding-top: 64px;
  padding-bottom: 112px;
}
@media (max-width: 768px) {
  .section03 {
    padding-bottom: 80px;
  }
}
@media (max-width: 560px) {
  .section03 {
    padding-bottom: 56px;
  }
}
@media (max-width: 768px) {
  .section03_title-wrap {
    display: flex;
    justify-content: flex-start;
    margin-left: 44px;
    position: relative;
  }
}
.section03_title-img {
  display: none;
}
@media (max-width: 768px) {
  .section03_title-img {
    width: 250px;
    display: block;
    position: absolute;
    top: -110px;
    left: 150px;
  }
}
@media (max-width: 560px) {
  .section03_title-img {
    left: 80px;
  }
}
.section03_catchcopy {
  text-align: center;
  font-size: 50px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #292c7f;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .section03_catchcopy {
    font-size: 40px;
    text-align: left;
  }
}
@media (max-width: 560px) {
  .section03_catchcopy {
    font-size: 24px;
  }
}
.section03_flex {
  display: flex;
  margin-top: 56px;
  justify-content: space-between;
}
@media (max-width: 560px) {
  .section03_flex {
    margin-top: 36px;
  }
}
.section03_text-box {
  width: 50%;
  max-width: 480px;
}
@media (max-width: 768px) {
  .section03_text-box {
    width: 100%;
    max-width: unset;
  }
}
.section03_text {
  font-size: 18px;
  margin-top: 40px;
  line-height: 1.75;
  text-align: justify;
}
@media (max-width: 768px) {
  .section03_text {
    margin-top: 0;
    font-size: 16px;
  }
}
@media (max-width: 560px) {
  .section03_text {
    font-size: 14px;
  }
}
.section03_flex-img-wrap {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .section03_flex-img-wrap {
    display: none;
  }
}
.section03_flex-img {
  width: 100%;
  position: relative;
}
.section03_flex-img img {
  width: 125%;
  position: absolute;
  top: 35%;
  left: 0;
  transform: translateY(-50%);
}
.section03_ba-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 16px;
  gap: 62px;
}
@media (max-width: 768px) {
  .section03_ba-container {
    flex-direction: column;
    margin-top: 100px;
    align-items: center;
    gap: 24px;
  }
}
.section03_ba {
  max-width: 445px;
  position: relative;
  z-index: 1;
}
.section03_ba::before {
  content: "";
  width: 574px;
  height: 574px;
  background: url(../img/section03_img02.png) center/cover;
  position: absolute;
  bottom: 0;
  left: -410px;
  z-index: -1;
}
@media (max-width: 768px) {
  .section03_ba::before {
    width: 300px;
    height: 300px;
    top: -80px;
    bottom: unset;
    left: -75px;
  }
}
.section03_before-img-wrap {
  max-width: 300px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .section03_before-img-wrap {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 560px) {
  .section03_before-img-wrap {
    width: 80%;
  }
}
.section03_before-img {
  position: relative;
}
.section03_before-img::before {
  content: "Before";
  font-size: 15px;
  color: #fff;
  position: absolute;
  left: 12px;
  bottom: 4px;
  letter-spacing: 0.05em;
}
.section03_before-text {
  margin-top: 6px;
}
@media (max-width: 560px) {
  .section03_before-text {
    font-size: 14px;
  }
}
.section03_after-img-wrap {
  margin-top: 48px;
  position: relative;
}
.section03_after-img-wrap .__arrow {
  width: 62px;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.section03_after-img {
  position: relative;
}
.section03_after-img::before {
  content: "After";
  font-size: 27px;
  font-weight: 600;
  color: #292c7f;
  position: absolute;
  right: 16px;
  bottom: 6px;
}
.section03_profit {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.section03_profit-block {
  width: 294px;
  background-size: 294px;
  background-position: top center;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 16px;
  position: relative;
}
@media (max-width: 768px) {
  .section03_profit-block {
    margin: 0 auto;
  }
}
.section03_profit-block.__bg01 {
  background-image: url(../img/section03_profit-arrow01.png);
}
.section03_profit-block.__bg02 {
  background-image: url(../img/section03_profit-arrow02.png);
}
.section03_profit-block.__bg03 {
  background: linear-gradient(-90deg, rgb(30, 163, 220) 0%, rgb(104, 142, 194) 100%);
  height: 116px;
}
.section03_profit-block-circle {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background-color: #ff8c00;
  position: absolute;
  top: -30px;
  right: -18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 24px 0 30px;
}
.section03_profit-block-circle .__text {
  width: 100%;
  text-align: center;
  font-size: 21px;
  color: inherit;
  line-height: 1;
}
.section03_profit-block-circle .__num {
  font-size: 33px;
  color: inherit;
  line-height: 1;
  font-family: "Oswald", sans-serif;
}
.section03_profit-block-circle .__yen {
  font-size: 20px;
  color: inherit;
  line-height: 1;
  transform: translateY(4px);
}
.section03_profit-block-descript {
  width: 294px;
}
@media (max-width: 768px) {
  .section03_profit-block-descript {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .section03_profit-block-descript {
    font-size: 14px;
  }
}
.section03_profit-block-text {
  color: #fff;
  font-size: 21px;
}
.section03_profit-block-price {
  color: #fff;
  font-size: 23px;
}
.section03_profit-block-price .__num {
  font-size: 47px;
  font-family: "Oswald", sans-serif;
  color: inherit;
  padding-right: 2px;
  line-height: 1;
}

.section04 {
  background-color: #b8c2c8;
  padding-top: 88px;
  padding-bottom: 116px;
}
@media (max-width: 560px) {
  .section04 {
    padding-top: 56px;
    padding-bottom: 80px;
  }
}
.section04_list {
  max-width: 900px;
  margin: 0 auto;
}
.section04_list-item:nth-child(n+2) {
  margin-top: 55px;
}
@media (max-width: 560px) {
  .section04_list-item:nth-child(n+2) {
    margin-top: 32px;
  }
}
.section04_list-question {
  border-top: 1.5px solid #292c7f;
  border-bottom: 1.5px solid #292c7f;
  display: flex;
  gap: 36px;
  padding: 20px 72px 20px 24px;
  align-items: center;
  position: relative;
  cursor: pointer;
}
@media (max-width: 560px) {
  .section04_list-question {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 16px 48px 16px 16px;
  }
}
.section04_list-question::before {
  content: "";
  width: 18px;
  height: 10px;
  background: url(../img/accordion_arrow.png) center/cover;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  right: 30px;
}
@media (max-width: 560px) {
  .section04_list-question::before {
    width: 15px;
    height: 8px;
    right: 16px;
  }
}
.section04_list-question.is-open::before {
  transform: translateY(-50%) rotate(0);
}
.section04_list-icon {
  font-family: "Overpass", sans-serif;
  font-size: 27px;
  font-weight: 700;
}
.section04_list-icon.__question {
  color: #292c7f;
}
.section04_list-icon.__answer {
  color: #b8c2c8;
}
.section04_list-text {
  font-size: 20px;
  color: #292c7f;
  font-weight: 600;
}
@media (max-width: 560px) {
  .section04_list-text {
    font-size: 16px;
  }
}
.section04_list-answer-wrap {
  display: none;
}
.section04_list-answer {
  background-color: #fff;
  padding: 32px 24px;
  display: flex;
  gap: 36px;
  align-items: center;
  min-height: 120px;
}
@media (max-width: 560px) {
  .section04_list-answer {
    padding: 16px 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

.section05_inner {
  padding: 72px 0 80px;
}
.section05_form-wrap form {
  width: 100%;
}
.section05_form-table {
  table-layout: fixed;
  width: 100%;
}
.section05_form-table tr {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .section05_form-table tr {
    flex-wrap: wrap;
  }
}
.section05_form-table th {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 260px;
  padding: 42px 0 16px;
}
@media (max-width: 768px) {
  .section05_form-table th {
    width: 100%;
    padding: 7px 0;
    justify-content: flex-start;
    gap: 8px;
    align-items: center;
  }
}
.section05_form-table th .__require {
  display: flex;
  background: linear-gradient(0deg, rgb(23, 28, 97) 0%, rgb(3, 110, 183) 100%);
  width: 40px;
  height: 20px;
  line-height: 1;
  font-size: 12px;
  color: #fff;
  padding-bottom: 2px;
  align-items: center;
  justify-content: center;
}
.section05_form-table td {
  max-width: 800px;
  width: calc(100% - 280px);
  padding-left: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .section05_form-table td {
    width: 100%;
    padding: 7px 0;
  }
}
.section05_form-border {
  border: 1px solid #292c7f;
  min-height: 74px;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 40px;
}
@media (max-width: 768px) {
  .section05_form-border {
    padding: 8px 16px;
    min-height: 50px;
  }
}
.section05_form-border.__half {
  width: calc(50% - 4px);
}
.section05_form-border .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.section05_form-border input,
.section05_form-border select,
.section05_form-border textarea {
  font-size: 18px;
  width: 100%;
}
@media (max-width: 768px) {
  .section05_form-border input,
  .section05_form-border select,
  .section05_form-border textarea {
    font-size: 16px;
  }
}
.section05_form-border input::-moz-placeholder, .section05_form-border select::-moz-placeholder, .section05_form-border textarea::-moz-placeholder {
  color: #c9caca;
}
.section05_form-border input::placeholder,
.section05_form-border select::placeholder,
.section05_form-border textarea::placeholder {
  color: #c9caca;
}
@media (max-width: 768px) {
  .section05_form-border input::-moz-placeholder, .section05_form-border select::-moz-placeholder, .section05_form-border textarea::-moz-placeholder {
    font-size: 16px;
  }
  .section05_form-border input::placeholder,
  .section05_form-border select::placeholder,
  .section05_form-border textarea::placeholder {
    font-size: 16px;
  }
}
.section05_form-border textarea {
  min-height: 180px;
}
.section05_form-border select {
  background-image: url(../img/select_arrow.png);
  background-position: center right;
  background-size: 18px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  /* ベンダープレフィックス(Google Chrome、Safari用) */
  -moz-appearance: none;
  /* ベンダープレフィックス(Firefox用) */
  appearance: none;
  /* 標準のスタイルを無効にする */
}
.section05_form-border ::-ms-expand {
  /* select要素のデザインを無効にする（IE用） */
  display: none;
}
.section05_form-submit {
  margin: 40px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 60px;
  border-radius: 6.5px;
  background-color: #171c61;
  border-radius: 7px;
  max-width: 360px;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
}
.section05_form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(100%, -50%);
}
.section05_form-submit::before, .section05_form-submit::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 6.5px;
  position: absolute;
  z-index: -1;
}
.section05_form-submit::before {
  background-color: #7cd9ff;
  top: -2.5px;
}
.section05_form-submit::after {
  background: linear-gradient(90deg, rgb(23, 28, 97) 0%, rgb(3, 110, 183) 100%);
  bottom: -2.5px;
}
.section05_form-submit input {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
}

.u_dblock_pc {
  display: block;
}
.u_dblock_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_dblock_tb {
    display: block;
  }
}
.u_dblock_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_dblock_sp {
    display: block;
  }
}

.u_dnone_pc {
  display: none;
}
@media (max-width: 960px) {
  .u_dnone_tb {
    display: none;
  }
}
@media (max-width: 768px) {
  .u_dnone_sp {
    display: none;
  }
}

.u_break_pc {
  display: none;
}
@media (max-width: 1200px) {
  .u_break_pc {
    display: block;
  }
}
.u_break_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}

.u_break_tb {
  display: none;
}
@media (max-width: 960px) {
  .u_break_tb {
    display: block;
  }
}
.u_break_sp {
  display: none;
}
@media (max-width: 768px) {
  .u_break_sp {
    display: block;
  }
}
.u_break_ssp {
  display: none;
}
@media (max-width: 560px) {
  .u_break_ssp {
    display: block;
  }
}

@media (max-width: 960px) {
  .u_break-none_tb {
    display: none;
  }
}
@media (max-width: 768px) {
  .u_break-none_sp {
    display: none;
  }
}
@media (max-width: 560px) {
  .u_break-none_ssp {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */