@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: normal;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Noto Sans JP";
  font-weight: bold;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2");
}
/* css-wipe */
* {
  box-sizing: border-box;
}

/* webkit specific styles */
input[type=color]::-webkit-color-swatch {
  border: none;
}

input[type=color]::-webkit-color-swatch-wrapper {
  padding: 0;
}

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  background: transparent;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

input:focus {
  outline: none;
}

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

input,
select {
  -webkit-appearance: none;
  appearance: none;
}

body {
  color: #231815;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.25;
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  display: block;
  height: auto;
  width: 100%;
}

.w_container, .w_container2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .w_container, .w_container2 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.w_container2 {
  max-width: 964px;
}

main {
  overflow-x: hidden;
}

.header {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .header {
    padding-bottom: 8px;
    padding-top: 8px;
  }
}
.header_inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .header_logo {
    width: 146px;
  }
}
.header_nav ul {
  align-items: center;
  color: #fff;
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .header_nav ul {
    gap: 4px;
  }
}
.header_nav ul > li {
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  min-width: 137px;
  padding: 12px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .header_nav ul > li {
    font-size: 13px;
    min-width: 84px;
  }
}
.header_nav ul > li:nth-of-type(1) {
  background-color: #1B9F39;
}

.header_nav ul > li:nth-of-type(2) {
  background-color: #E84709;
}

.fv {
  aspect-ratio: 1366/558;
  position: relative;
  z-index: 1;
}

.fv > *:not(.fv_img) {
  position: absolute;
  z-index: 2;
}

.fv > *:not(.fv_img) > * {
  position: absolute;
}

.fv_img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fv_catch {
  color: #fb4b07;
  z-index: 5 !important;
}

.fv_catch > * {
  font-weight: bold;
  white-space: nowrap;
}

.fv_catch .fv_catch1 {
  -webkit-text-stroke: 1px #fff;
  text-stroke: 1px #fff;
  font-size: 4.39vw;
  left: 11.57vw;
  top: 12.81vw;
}

@media screen and (max-width: 767px) {
  .fv_catch .fv_catch1 {
    font-size: 9.87vw;
    left: 2.67vw;
    top: 38.67vw;
  }
}
.fv_catch .fv_catch2 {
  background-color: #fff;
  display: -ms-grid;
  display: grid;
  font-size: 6.37vw;
  left: 11.57vw;
  padding: min(5px, 0.37vw) min(5px, 0.37vw) min(10px, 0.73vw);
  top: 19.99vw;
}

@media screen and (max-width: 767px) {
  .fv_catch .fv_catch2 {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 13.87vw;
    left: 0vw;
    padding: 0 5px 5px;
    top: 53.6vw;
  }
}
.fv_catch .fv_catch3 {
  background-color: #fff;
  font-size: 6.37vw;
  left: 11.57vw;
  padding: min(5px, 0.37vw) min(5px, 0.37vw) min(10px, 0.73vw);
  top: 29.87vw;
}

@media screen and (max-width: 767px) {
  .fv_catch .fv_catch3 {
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 13.87vw;
    left: 0vw;
    padding: 0 5px 5px;
    top: 76.53vw;
  }
}
.fv_subCatch {
  color: #fff;
  font-size: 1.98vw;
  font-weight: bold;
  right: 12.59vw;
  top: 27.89vw;
  white-space: nowrap;
  z-index: 5 !important;
}

@media screen and (max-width: 767px) {
  .fv_subCatch {
    font-size: 5.33vw;
    right: 0vw;
    top: 107.2vw;
  }
}
.fv_subCatch > * {
  font-weight: bold;
  white-space: nowrap;
}

.fv_subCatch2 {
  color: #fb4b07;
  z-index: 5 !important;
}

.fv_subCatch2 > * {
  font-weight: bold;
  white-space: nowrap;
}

.fv_subCatch2 .fv_subCatch2_1 {
  font-size: 1.96vw;
  left: 64.57vw;
  top: 34.5vw;
}

@media screen and (max-width: 767px) {
  .fv_subCatch2 .fv_subCatch2_1 {
    font-size: 5.33vw;
    left: 42.8vw;
    top: 124.67vw;
  }
}
.fv_subCatch2 .fv_subCatch2_2 {
  color: #fb4b07;
  font-size: 4.96vw;
  left: 66.17vw;
  top: 31.5vw;
}

@media screen and (max-width: 767px) {
  .fv_subCatch2 .fv_subCatch2_2 {
    font-size: 12.96vw;
    left: 45.17vw;
    top: 116.8vw;
  }
}
.fv_subCatch2 .fv_subCatch2_3 {
  font-size: 1.96vw;
  left: 82.87vw;
  top: 34.5vw;
}

@media screen and (max-width: 767px) {
  .fv_subCatch2 .fv_subCatch2_3 {
    font-size: 5.33vw;
    left: 88.8vw;
    top: 124.67vw;
  }
}
.fv_group1 {
  height: 10.03vw;
  left: 10.47vw;
  top: 1.61vw;
  width: 28.18vw;
}

@media screen and (max-width: 767px) {
  .fv_group1 {
    font-size: 5.33vw;
    height: 22.4vw;
    left: 2.67vw;
    top: 7.47vw;
    width: 61.33vw;
  }
}
.fv_group1 img {
  height: 100%;
  width: 100%;
}

.fv_underline {
  height: 6.3vw;
  left: 9.74vw;
  top: 13.91vw;
  width: 25.4vw;
}

@media screen and (max-width: 767px) {
  .fv_underline {
    height: 14.67vw;
    left: 0vw;
    top: 40.53vw;
    width: 56.53vw;
  }
}
.fv_underline img {
  height: 100%;
  width: 100%;
}

.fv_rect03 {
  height: 3.88vw;
  right: 10.47vw;
  top: 27.38vw;
  width: 25.77vw;
}

@media screen and (max-width: 767px) {
  .fv_rect03 {
    height: 8.27vw;
    right: -2.67vw;
    top: 106.67vw;
    width: 63.2vw;
  }
}
.fv_rect03 img {
  height: 100%;
  width: 100%;
}

.fv_rect04 {
  bottom: 1.46vw;
  height: 7.47vw;
  right: 10.4vw;
  width: 25.84vw;
}

@media screen and (max-width: 767px) {
  .fv_rect04 {
    height: 19.47vw;
    right: -2.67vw;
    top: 116.8vw;
    width: 63.2vw;
  }
}
.fv_rect04 img {
  height: 100%;
  width: 100%;
}

.coupon {
  padding-bottom: 65px;
  padding-top: 65px;
}

@media screen and (max-width: 767px) {
  .coupon {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
.coupon_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 718px;
}

@media screen and (max-width: 767px) {
  .coupon_img {
    width: 80vw;
  }
}
.coupon_img img {
  height: auto;
  width: 100%;
}

.onayami {
  background-color: #1746A2;
  padding-bottom: 44px;
  padding-top: 34px;
}

@media screen and (max-width: 767px) {
  .onayami {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.onayami h2 {
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6666666667;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .onayami h2 {
    font-size: 24px;
    line-height: 1.5833333333;
  }
}
.onayami_cont {
  -ms-grid-columns: 19.537037037% 4.6296296296% 1fr 4.6296296296% 22.1296296296%;
  align-items: center;
  background-color: #fff;
  border-radius: 7px;
  display: -ms-grid;
  display: grid;
  gap: 4.6296296296%;
  grid-template-columns: 19.537037037% 1fr 22.1296296296%;
  margin-top: 30px;
  padding: 35px 4.6296296296%;
}

@media screen and (max-width: 767px) {
  .onayami_cont {
    -ms-grid-columns: 1fr 13.33vw 1fr;
    -webkit-column-gap: 13.33vw;
    column-gap: 13.33vw;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 20px;
    padding: 20px 2.13vw;
    row-gap: 26px;
  }
}
.onayami_list {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-column-align: center;
  grid-column: 2/3;
  grid-row: 1;
  justify-self: center;
}

@media screen and (max-width: 767px) {
  .onayami_list {
    grid-column: 1/-1;
  }
}
.onayami_list li {
  background: url(../img/check.webp) left 0px top 7px no-repeat;
  background-size: 1.5em auto;
  line-height: 2.6em;
  padding-left: 1.8em;
}

@media screen and (max-width: 767px) {
  .onayami_list li {
    background: url(../img/check.webp) left 0px top 1px no-repeat;
    background-size: 1em auto;
    line-height: 1.25;
    padding-left: 1.4em;
  }

  .onayami_list li + li {
    margin-top: 0.5em;
  }
}
.onayami_img1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: 1/2;
  grid-row: 1;
}

@media screen and (max-width: 767px) {
  .onayami_img1 {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    grid-column: 1;
    grid-row: 2;
    justify-self: flex-end;
    width: 29.33vw;
  }
}
.onayami_img2 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  grid-column: 3/4;
  grid-row: 1;
}

@media screen and (max-width: 767px) {
  .onayami_img2 {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    grid-column: 2;
    grid-row: 2;
    justify-self: flex-start;
    width: 32.8vw;
  }
}
.tsuzuki {
  padding-bottom: min(20px, 1.46vw);
  padding-top: min(35px, 2.56vw);
  position: relative;
}

@media screen and (max-width: 767px) {
  .tsuzuki {
    padding: 0;
  }
}
.tsuzuki_txt {
  -webkit-transform: translateX(-50%);
  font-size: clamp(20px, 2.6041666667vw, 30px);
  font-weight: bold;
  left: 50%;
  line-height: 1.6666666667;
  position: absolute;
  text-align: center;
  top: min(110px, 8.78vw);
  transform: translateX(-50%);
  width: -webkit-max-content;
  width: max-content;
}

@media screen and (max-width: 767px) {
  .tsuzuki_txt {
    font-size: clamp(20px, 5.3333333333vw, 30px);
    line-height: 1.5;
    top: 6.67vw;
  }
}
.sec01 {
  background-color: #FFF7E9;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 25px;
  }
}
.sec_ttl {
  align-items: center;
  background: url(../img/sec01_ttl.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  font-size: 36px;
  font-weight: bold;
  height: 117px;
  justify-content: center;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sec_ttl {
    background: url(../img/sec01_ttl_sp.webp);
    background-size: 100% 100%;
    font-size: 24px;
    height: 88px;
    justify-content: flex-start;
    line-height: 1.17;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding: 12px 0;
    padding-left: 8.27vw;
    text-align: left;
    width: 100vw !important;
  }
}
.sec01_desc {
  font-size: 20px;
  line-height: 1.3;
  margin-top: 1.3em;
}

@media screen and (max-width: 767px) {
  .sec01_desc {
    font-size: 16px;
    line-height: 1.25;
  }
}
.sec01_cardCont {
  -ms-grid-columns: 1fr 2.49vw 1fr;
  display: -ms-grid;
  display: grid;
  gap: 2.49vw;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .sec01_cardCont {
    -ms-grid-columns: 1fr;
    gap: 18px;
    grid-template-columns: 1fr;
  }
}
.sec01_card {
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
  padding: 27px 20px 20px;
}

@media screen and (max-width: 767px) {
  .sec01_card {
    padding: 15px 7px;
  }
}
.sec01_card_ttl {
  align-items: center;
  border-bottom: 5px solid #1746A2;
  display: flex;
  gap: 4px;
  padding-bottom: 2px;
}

.sec01_card_ttl > span:nth-of-type(1) {
  aspect-ratio: 1;
  background-color: #1746A2;
  color: #fff;
  display: -ms-grid;
  display: grid;
  flex: 0 0 45px;
  font-size: 26px;
  font-weight: bold;
  place-items: center;
}

@media screen and (max-width: 767px) {
  .sec01_card_ttl > span:nth-of-type(1) {
    flex: 0 0 40px;
    font-size: 20px;
  }
}
.sec01_card_ttl > span:nth-of-type(2) {
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sec01_card_ttl > span:nth-of-type(2) {
    font-size: 20px;
  }
}
.sec01_card_txt {
  font-size: 16px;
  margin-top: 10px;
}

.sec01_card_strong {
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .sec01_card_strong {
    font-size: 18px;
  }
}
span.inlineBlock {
  display: block;
}

span.marker {
  background: linear-gradient(transparent 80%, #ff6 80%);
  color: #e84709;
}

.sec01_card--01 .sec01_card01_img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px;
  width: 84.1975308642%;
}

@media screen and (max-width: 767px) {
  .sec01_card--01 .sec01_card01_img {
    margin-top: 20px;
    width: 78.4vw;
  }
}
.sec01_card--02 .sec01_card_strong {
  margin-left: 0.6em;
}

.sec01_card--02 .sec01_card01_img {
  margin-left: auto;
  margin-right: 20px;
  margin-top: -30px;
  width: 39.5061728395%;
}

@media screen and (max-width: 767px) {
  .sec01_card--02 .sec01_card01_img {
    width: 32vw;
  }
}
.sec01_card--03 {
  position: relative;
}

.sec01_card--03 .sec01_card_strong {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .sec01_card--03 .sec01_card_strong {
    bottom: 5.33vw;
    left: 5.87vw;
    position: absolute;
  }
}
.sec01_card--03 .sec01_card01_img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 37px;
  width: 32.8395061728%;
}

@media screen and (max-width: 767px) {
  .sec01_card--03 .sec01_card01_img {
    margin-left: auto;
    margin-right: 10px;
    margin-top: 24px;
  }
}
.sec01_card--04 .sec01_card_strong {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sec01_card--04 .sec01_card01_img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  width: 90.8641975309%;
}

.tsuzuki--2 {
  background-color: #FFF7E9;
  padding-bottom: 45px;
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .tsuzuki--2 {
    padding-bottom: 30px;
  }
}
.tsuzuki--2 .tsuzuki_txt {
  top: min(53px, 4.39vw);
}

@media screen and (max-width: 767px) {
  .tsuzuki--2 .tsuzuki_txt {
    line-height: 1.3;
    top: clamp(1.5625rem, -2.0249rem + 15.3061vw, 5.3125rem);
  }
}
.tsuzuki--2 .mt_large {
  display: block;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .tsuzuki--2 .mt_large {
    margin-top: 1.33vw;
  }
}
.tsuzuki_txt2 {
  font-size: 36px;
  font-weight: bold;
  line-height: 2.14;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .tsuzuki_txt2 {
    font-size: 22px;
    line-height: 1.91;
    margin-top: 40px;
  }
}
.tsuzuki_txt2 .df {
  align-items: center;
  display: flex;
  justify-content: center;
}

.tsuzuki_txt2 .df img {
  flex: 0 0 209px;
  width: 209px;
}

@media screen and (max-width: 767px) {
  .tsuzuki_txt2 .df img {
    flex: 0 0 125px;
    width: 125px;
  }
}
span.red {
  color: #e84709;
  font-weight: bold;
}

.tsuzuki2_img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 415px;
}

@media screen and (max-width: 767px) {
  .tsuzuki2_img {
    width: 61.33vw;
  }
}
.trialBtn {
  padding-bottom: 65px;
  padding-top: 65px;
}

@media screen and (max-width: 767px) {
  .trialBtn {
    padding-bottom: 35px;
    padding-top: 35px;
  }
}
.btn_square {
  align-items: center;
  background-color: #1B9F39;
  border-radius: 18px;
  box-shadow: 0 5px 0 0 #0d4b1b;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  gap: 15px;
  justify-content: center;
  line-height: 1.67;
  margin-left: auto;
  margin-right: auto;
  padding: 22px 0;
  width: 320px;
}

@media screen and (max-width: 767px) {
  .btn_square {
    font-size: 20px;
    gap: 8px;
    line-height: 1.5;
    padding: 12px 0;
    width: 263px;
  }
}
.btn_square > p:nth-of-type(1) {
  text-align: center;
}

.btn_square--red {
  background-color: #e84709;
  box-shadow: 0 5px 0 0 #8d2b06;
}

.sec02 {
  background-color: #FFF7E9;
  padding-bottom: 47px;
}

@media screen and (max-width: 767px) {
  .sec02 {
    overflow-x: hidden;
    padding-bottom: 25px;
  }
}
.sec02_goukakusya {
  align-items: center;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  gap: 0px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .sec02_goukakusya {
    flex-direction: column;
    font-size: 14px;
    margin-top: 5px;
    position: relative;
  }
}
.sec02_goukakusya > span:nth-of-type(1) {
  text-align: center;
}

.sec02_goukakusya > span:nth-of-type(1) .large {
  font-size: 26px;
}

@media screen and (max-width: 767px) {
  .sec02_goukakusya > span:nth-of-type(1) .large {
    font-size: 18px;
  }
}
.sec02_goukakusya > span:nth-of-type(2) {
  font-size: 26px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .sec02_goukakusya > span:nth-of-type(2) {
    font-size: 18px;
    margin-left: 0;
  }
}
.sec02_goukakusya > span:nth-of-type(2) .large {
  font-size: 53px;
}

@media screen and (max-width: 767px) {
  .sec02_goukakusya > span:nth-of-type(2) .large {
    font-size: 38px;
  }
}
.sec02_goukakusya::before {
  content: url(../img/emblem01.webp);
}

@media screen and (max-width: 767px) {
  .sec02_goukakusya::before {
    -webkit-transform: translateY(-50%);
    left: -55px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.sec02_goukakusya::after {
  content: url(../img/emblem02.webp);
}

@media screen and (max-width: 767px) {
  .sec02_goukakusya::after {
    -webkit-transform: translateY(-50%);
    position: absolute;
    right: -55px;
    top: 50%;
    transform: translateY(-50%);
  }
}
.sec02_setsumei {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.8666666667;
  margin-top: 59px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec02_setsumei {
    background-color: #fb9208;
    font-size: 20px;
    line-height: 1.3;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-top: 15px;
    position: relative;
    width: 100vw !important;
  }

  .sec02_setsumei::after {
    -webkit-transform: translatex(50%);
    border-left: calc(50vw - 10px) solid transparent;
    border-right: calc(50vw - 10px) solid transparent;
    border-top: 30px solid #fb9208;
    box-sizing: border-box;
    content: "";
    position: absolute;
    right: 50%;
    top: 100%;
    transform: translatex(50%);
  }
}
.sec02_setsumei .inlineBlock {
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sec02_setsumei .marker {
  background: linear-gradient(transparent 80%, #fb9208 80%);
  color: #231815;
}

@media screen and (max-width: 767px) {
  .sec02_setsumei .marker {
    color: #fff;
  }
}
.reasonCard {
  -ms-grid-columns: 495px 1fr;
  -ms-grid-rows: 115px auto;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
  display: -ms-grid;
  display: grid;
  grid-template-columns: 495px 1fr;
  grid-template-rows: 115px auto;
  margin-top: 70px;
  position: relative;
}
.reasonCard > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.reasonCard > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.reasonCard > *:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}
.reasonCard > *:nth-child(4) {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
}

@media screen and (max-width: 767px) {
  .reasonCard {
    -ms-grid-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    margin-top: 80px;
  }
  .reasonCard > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.reasonCard + .reasonCard {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .reasonCard + .reasonCard {
    margin-top: 40px;
  }
}
.reasonCard_num {
  -webkit-transform: rotate(-5deg);
  background-color: #fb9208;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  left: -30px;
  padding: 3px;
  position: absolute;
  text-align: center;
  top: -30px;
  transform: rotate(-5deg);
  width: 135px;
}

@media screen and (max-width: 767px) {
  .reasonCard_num {
    font-size: 20px;
    left: -10px;
    padding: 2px;
    top: -20px;
    width: 95px;
  }
}
.reasonCard_ttl {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  background-color: #fad4a2;
  display: -ms-grid;
  display: grid;
  font-size: 30px;
  font-weight: bold;
  grid-column: 1/2;
  grid-row: 1/2;
  place-items: center;
}

@media screen and (max-width: 767px) {
  .reasonCard_ttl {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    border-radius: 7px 7px 0 0;
    font-size: 20px;
    grid-column: 1;
    grid-row: 1;
    height: 70px;
  }
}
.reasonCard_txt {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-row-align: center;
  align-self: center;
  grid-column: 1/2;
  grid-row: 2/3;
  padding: 27px;
}

.reasonCard_txt .bold {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .reasonCard_txt {
    -ms-grid-column: 1;
    -ms-grid-row: 2;
    grid-column: 1;
    grid-row: 2;
    padding: 10px;
  }
}
.reasonCard_txt .marker {
  color: #231815;
  font-weight: bold;
}

.reasonCard_img {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-row-align: center;
  align-self: center;
  grid-column: 2/3;
  grid-row: 1/3;
}

@media screen and (max-width: 767px) {
  .reasonCard_img {
    -ms-grid-column: 1;
    -ms-grid-row: 3;
    grid-column: 1;
    grid-row: 3;
    padding: 10px !important;
  }
}
.reasonCard--01 .reasonCard_img {
  padding: 37px 14.4288577154% 20px 15.4308617234%;
}

.reasonCard--02 .reasonCard_img {
  padding: 37px 4.6092184369% 26px 6.2124248497%;
}

.reasonCard--03 .reasonCard_img {
  padding: 37px 14.4288577154% 20px 15.4308617234%;
}

.reasonCard--04 .reasonCard_img {
  padding: 37px 9.2184368737% 26px 8.8176352705%;
}

.sec03 {
  padding-bottom: 67px;
}

@media screen and (max-width: 767px) {
  .sec03 {
    padding-bottom: 25px;
  }
}
.sec03_cont {
  align-items: center;
  display: flex;
  gap: 11.3636363636%;
  justify-content: space-between;
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  .sec03_cont {
    flex-direction: column;
    gap: 30px;
    margin-top: 12px;
  }
}
.sec03_txt {
  flex: 0 0 46.4285714286%;
}

@media screen and (max-width: 767px) {
  .sec03_txt {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 767px) {
  .sec03_img {
    width: 76vw;
  }
}
.movie {
  background-color: #fad4a2;
  padding-bottom: 50px;
  padding-top: 90px;
}

@media screen and (max-width: 767px) {
  .movie {
    padding-bottom: 30px;
    padding-top: 55px;
  }
}
.movie h2 {
  color: #e84709;
  font-size: 30px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .movie h2 {
    font-size: 20px;
  }
}
.movie h2 .label {
  -webkit-transform: rotate(-5deg);
  background-color: #e84709;
  color: #fff;
  left: -3.5em;
  padding: 5px;
  position: absolute;
  top: -1.5em;
  transform: rotate(-5deg);
}

@media screen and (max-width: 767px) {
  .movie h2 .label {
    left: -1em;
    top: -1.7em;
  }
}
.movie .movie_cont {
  aspect-ratio: 580/326;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  max-width: 580px;
}

.movie .movie_cont iframe {
  height: 100%;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .movie .movie_cont {
    width: 69.87vw;
  }
}
.message {
  padding-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .message {
    padding-bottom: 35px;
  }
}
.message_card {
  border: solid 3px #fad4a2;
  border-radius: 7px;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .message_card {
    border-width: 5px;
  }
}
.message_card--02 {
  border-color: #fb9208;
  margin-top: 19px;
}

.message_card_ttl {
  align-items: center;
  background-color: #fad4a2;
  display: flex;
  flex-direction: column;
  font-size: 30px;
  font-weight: bold;
  height: 85px;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .message_card_ttl {
    font-size: 20px;
  }
}
.message_card_ttl .small {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

.message_card--02 .message_card_ttl {
  background-color: #fb9208;
}

.message_card_body {
  padding: 25px 40px;
}

@media screen and (max-width: 767px) {
  .message_card_body {
    padding: 13px 10px;
  }
}
.message_card--01 .message_card_body {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .message_card--01 .message_card_body {
    flex-direction: column;
    gap: 13px;
  }
}
.message_card_teacharCont {
  display: flex;
  flex: 0 0 32.5829383886%;
  flex-direction: column;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .message_card_teacharCont {
    align-items: center;
    flex-direction: row;
    gap: 5px;
  }
}
.message_card_teachar_profile {
  align-items: center;
  display: flex;
}

@media screen and (max-width: 767px) {
  .message_card_teachar_profile {
    flex: 1;
    flex-direction: column;
  }
}
.message_card_teachar_img {
  flex: 0 0 106px;
}

@media screen and (max-width: 767px) {
  .message_card_teachar_img {
    flex: 0 0 20.53vw;
    width: 20.53vw;
  }
}
.message_card_teachar_desc {
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .message_card_teachar_desc {
    white-space: nowrap;
  }
}
.message_card_teachar_desc .bold {
  display: block;
  font-weight: bold;
}

.message_card_teachar_txt {
  color: #e84709;
  font-size: 24px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .message_card_teachar_txt {
    flex: 0 0 55.3571428571%;
    font-size: 17px;
    white-space: nowrap;
  }
}
.message_card_fukidashi {
  color: #fb9208;
  font-size: 26px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .message_card_fukidashi {
    font-size: 18px;
  }
}
.message_card_fukidashi::before {
  -webkit-transform: rotate(-15deg);
  background: #fb9208;
  content: "";
  height: 130%;
  left: -0.5em;
  position: absolute;
  top: -0.3em;
  transform: rotate(-15deg);
  width: 6px;
}

@media screen and (max-width: 767px) {
  .message_card_fukidashi::before {
    left: -0.9em;
    width: 5px;
  }
}
.message_card_fukidashi::after {
  -webkit-transform: rotate(15deg);
  background: #fb9208;
  content: "";
  height: 130%;
  position: absolute;
  right: -0.5em;
  top: -0.3em;
  transform: rotate(15deg);
  width: 6px;
}

@media screen and (max-width: 767px) {
  .message_card_fukidashi::after {
    right: -0.9em;
    width: 5px;
  }
}
.message_card_voice {
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  max-width: 717px;
}

@media screen and (max-width: 767px) {
  .message_card_txt {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    display: -webkit-box;
    overflow: hidden;
  }

  .message_card_txt.is_active {
    display: block;
  }

  .message_card_txt.is_active + .message_continue {
    visibility: hidden;
  }
}
.message_continue {
  background: unset;
  border: none;
  color: #231815;
  font-size: 16px;
  margin-left: 0;
  margin-right: auto;
  padding: 0;
  text-decoration: underline;
}

.voice_inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 712px;
}

.voice_ttlCont {
  align-items: center;
  display: flex;
  gap: 13px;
  justify-content: flex-start;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 44px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .voice_ttlCont {
    gap: 3px;
    margin-top: 20px;
  }
}
.voice_ttlCont figure {
  width: 64px;
}

@media screen and (max-width: 767px) {
  .voice_ttlCont figure {
    width: 40px;
  }
}
.voice_ttlCont p {
  border-bottom: 4px solid #e84709;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .voice_ttlCont p {
    border-bottom: 3px solid #e84709;
    font-size: 14px;
  }
}
.voice_catch {
  color: #e84709;
  font-size: 24px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .voice_catch {
    font-size: 16px;
  }
}
.voice_movie {
  aspect-ratio: 582/328;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  max-width: 582px;
}

@media screen and (max-width: 767px) {
  .voice_movie {
    margin-top: 14px;
    width: 67.2vw;
  }
}
.voice_movie iframe {
  height: 100%;
  width: 100%;
}

.voice_catchCont {
  align-items: center;
  display: flex;
  gap: 30px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .voice_catchCont {
    gap: 14px;
  }
}
.voice_catchImg {
  flex: 0 0 119px;
}

@media screen and (max-width: 767px) {
  .voice_catchImg {
    flex: 0 0 16.53vw;
  }
}
.voice_mainTxt {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .voice_mainTxt {
    margin-top: 14px;
  }
}
.voice_inner hr {
  border: 2px dashed;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .voice_inner hr {
    border: 1px dashed;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
    width: 78.67vw;
  }
}
.message .coupon_img {
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .message .coupon_img {
    margin-top: 35px;
  }
}
.trial {
  background-color: #f8f5ec;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .trial {
    padding-top: 15px;
  }
}
.trial_ttl {
  color: #e84709;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .trial_ttl {
    font-size: 20px;
  }
}
.trial_txt {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  max-width: 716px;
}

.trial_cardCont {
  -ms-grid-columns: 1fr 3.73vw 1fr;
  display: -ms-grid;
  display: grid;
  gap: 3.73vw;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .trial_cardCont {
    -ms-grid-columns: 1fr;
    gap: 18px;
    grid-template-columns: 1fr;
    margin-top: 15px;
  }
}
.trial_card {
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  flex: 1;
  padding: 0 15px 15px;
}

@media screen and (max-width: 767px) {
  .trial_card {
    padding: 0 10px 10px;
  }
}
.trial_card_ttlCont {
  align-items: flex-start;
  display: flex;
  gap: 20px;
  justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .trial_card_ttlCont {
    gap: 13px;
  }
}
.trial_card_ttlImg {
  flex: 0 0 47px;
}

@media screen and (max-width: 767px) {
  .trial_card_ttlImg {
    flex: 0 0 35px;
  }
}
.trial_card_ttl {
  color: #fb9208;
  font-size: 20px;
  font-weight: bold;
  padding-top: 14px;
}

@media screen and (max-width: 767px) {
  .trial_card_ttl {
    font-size: 16px;
    padding-top: 10px;
  }
}
.trial_card--01 .trial_card_bodyCont {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .trial_card--01 .trial_card_bodyCont {
    margin-top: 15px;
  }
}
.trial_card--01 .trial_card_bodyCont .trial_card_body_txt {
  flex: 0 0 47.6070528967%;
}

@media screen and (max-width: 767px) {
  .trial_card--01 .trial_card_bodyCont .trial_card_body_txt {
    flex: 0 0 50.1474926254%;
    font-size: 13px;
  }
}
.trial_card--01 .trial_card_bodyCont .trial_card_body_txt .small {
  display: block;
  font-size: 11px;
  margin-top: 0.3em;
}

@media screen and (max-width: 767px) {
  .trial_card--01 .trial_card_bodyCont .trial_card_body_txt .small {
    font-size: 10px;
  }
}
.trial_card--02 .trial_card_bodyCont {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .trial_card--02 .trial_card_bodyCont .trial_card_body_txt {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .trial_card--02 .trial_card_bodyCont .trial_card_body_img {
    margin-top: 10px;
  }
}
.registframe {
  height: 750px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .registframe {
    height: 850px;
  }
}
.buy {
  overflow-x: hidden;
  padding-bottom: 40px;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .buy {
    padding-bottom: 32px;
    padding-top: 20px;
  }
}
.buy .buy_inner {
  max-width: 718px;
}

.buy_btn {
  background-color: #e84709;
  color: #fff;
  display: -ms-grid;
  display: grid;
  font-size: 30px;
  height: 92px;
  place-items: center;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .buy_btn {
    font-size: 20px;
    height: 73px;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    width: 100vw !important;
  }
}
.buy_cont {
  background-color: #FFF7E9;
  border: 1px solid #231815;
  border-radius: 7px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  max-width: 526px;
  padding: 7px;
}

@media screen and (max-width: 767px) {
  .buy_cont {
    margin-top: 23px;
    padding: 4px;
    width: 81.6vw;
  }
}
.buy_cont_ttlCont {
  background-color: #fad4a2;
  border-radius: 7px 7px 0 0;
  display: -ms-grid;
  display: grid;
  padding: 7px 39px;
  place-items: center;
}

@media screen and (max-width: 767px) {
  .buy_cont_ttlCont {
    padding: 7px;
  }
}
.buy_cont_ttlCont h2 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .buy_cont_ttlCont h2 {
    font-size: min(30px, 5.33vw);
    padding-bottom: 1.07vw;
    padding-right: 1em;
  }
}
.buy_cont_ttlCont > * {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
}

.buy_cont_txt1 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 13px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .buy_cont_txt1 {
    font-size: 18px;
    margin-top: 7px;
  }
}
.buy_cont_txt2 {
  border-bottom: 1px solid #13344b;
  border-top: 1px solid #13344b;
  color: #e84709;
  font-size: 28px;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;
  padding: 4.5px 1em 9.5px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .buy_cont_txt2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 5px;
    padding: 2.5px 1em 5.5px;
  }
}
.buy_cont_txt2 .middle {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .buy_cont_txt2 .middle {
    font-size: 13px;
  }
}
.buy_cont_txt2 .small {
  display: block;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .buy_cont_txt2 .small {
    font-size: 13px;
  }
}
.buy_cont_txt3 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 17px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .buy_cont_txt3 {
    font-size: 13px;
    margin-top: 5px;
  }
}
.buy_cont_txt4 {
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .buy_cont_txt4 {
    font-size: 12px;
  }
}
.buy .btn_square--red {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .buy .btn_square--red {
    margin-top: 30px;
  }
}
.buy_txt1 {
  font-size: 22px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .buy_txt1 {
    font-size: 18px;
    margin-top: 30px;
  }
}
.buy_txt1::before {
  -webkit-transform: rotate(-25deg);
  background: #231815;
  content: "";
  height: 130%;
  left: -0.5em;
  position: absolute;
  top: 0;
  transform: rotate(-25deg);
  width: 1px;
}

@media screen and (max-width: 767px) {
  .buy_txt1::before {
    height: 100%;
    left: -1em;
  }
}
.buy_txt1::after {
  -webkit-transform: rotate(25deg);
  background: #231815;
  content: "";
  height: 130%;
  position: absolute;
  right: -0.5em;
  top: 0;
  transform: rotate(25deg);
  width: 1px;
}

@media screen and (max-width: 767px) {
  .buy_txt1::after {
    height: 100%;
    right: -0.7em;
  }
}
.buy_txt2 {
  font-size: 18px;
  margin-top: 12px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .buy_txt2 {
    font-size: 16px;
  }
}
.buy_inner2 {
  margin-left: auto;
  margin-right: auto;
  max-width: 530px;
}

.buy_list {
  font-size: 18px;
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  .buy_list {
    font-size: 16px;
    margin-top: 5px;
  }
}
.buy_list li {
  background: url(../img/check.webp) left 0px top 1px no-repeat;
  background-size: 1em auto;
  line-height: 1.3em;
  padding-left: 1.3em;
}

@media screen and (max-width: 767px) {
  .buy_list li {
    background: url(../img/check.webp) left 0px top 0px no-repeat;
    background-size: 1em auto;
    line-height: 1.25;
    line-height: 1.2;
    padding-left: 1.4em;
  }

  .buy_list li + li {
    margin-top: 0.5em;
  }
}
.buy_list2 {
  font-size: 14px;
  list-style-position: outside;
  margin-top: 12px;
  padding-left: 1em;
  position: relative;
  text-indent: -1em;
}

@media screen and (max-width: 767px) {
  .buy_list2 {
    font-size: 12px;
  }
}
.buy_list2 li::before {
  content: "※";
}

.buy_sec01_block02 {
  bottom: -35px;
  position: absolute;
  right: -90px;
  width: 170px;
}

@media screen and (max-width: 767px) {
  .buy_sec01_block02 {
    bottom: -15px;
    right: 0;
    width: 26.67vw;
  }
}
.footer {
  background-color: #E5E8EB;
  font-size: 14px;
  padding-bottom: 10px;
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  .footer {
    font-size: 10px;
    padding-top: 14px;
  }
}
.footer_nav {
  align-items: center;
  display: flex;
  font-weight: bold;
  gap: 30px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .footer_nav {
    flex-direction: column;
    gap: 5px;
  }
}
.copyRight {
  margin-top: 25px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .copyRight {
    margin-top: 10px;
  }
}
.pageTop {
  bottom: 55px;
  height: 51px;
  position: fixed;
  right: 55px;
  width: 51px;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .pageTop {
    height: 35px;
    right: 11px;
    width: 35px;
  }
}
.fixed_nav {
  background-color: rgba(255, 255, 255, 0.85);
  bottom: 0;
  height: 100px;
  left: 0;
  position: fixed;
  transition: visibility 0.3s;
  width: 100%;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .fixed_nav {
    height: 65px;
  }
}
.fixed_nav_inner {
  align-items: center;
  display: flex;
  gap: 40px;
  height: 100%;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .fixed_nav_inner {
    gap: 20px;
  }
}
.btn_round {
  background-color: #1B9F39;
  border-radius: 999px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 18px 0;
  text-align: center;
  width: 246px;
}

@media screen and (max-width: 767px) {
  .btn_round {
    font-size: 13px;
    padding: 12px 0;
    width: 168px;
  }
}
.btn_round--red {
  background-color: #fb4b07;
}

.sm_only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sm_only {
    display: block !important;
  }
}
.md_only {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .md_only {
    display: block !important;
  }
}
.lg_only {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .lg_only {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .mdLg_only {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .smMd_only {
    display: none !important;
  }
}

#sec1b table{
  border-collapse: collapse;
  border: 1px solid #4E8DBF;
  background: #fff;
}
#sec1b table th{
  padding: 15px 30px;
  vertical-align: middle;
  border: 1px solid #4E8DBF;
}
#sec1b table td{
  padding: 15px;
  border: 1px solid #4E8DBF;
}
#sec1b table td:nth-child(2){
  background: #fef4ba;
}
#sec1b table tr:first-of-type th:nth-of-type(2){
  background: #4E8DBF;
}
#sec1b table tr:first-of-type th:nth-of-type(3){
  background: #b1b1b1;
}