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,
caption,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1.4;
  letter-spacing: 0.04em;
  font-weight: 400;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body * {
  box-sizing: border-box;
}

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

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  color: #333;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

/* 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;
}

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

input,
select {
  vertical-align: middle;
}

main {
  display: block;
}

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

body {
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 20px;
  margin: 0;
  letter-spacing: 0.08em;
  font-feature-settings: "palt" on;
  text-align: justify;
}

.adlp-btn {
  transition: filter 0.3s;
}

.adlp-btn:hover {
  filter: brightness(110%);
  transition: filter 0.3s;
}

@media screen and (min-width: 768px) {
  .sp:not(:root) {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc:not(:root) {
    display: none !important;
  }
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .adlp-outer {
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}

.green {
  color: #10D375;
}

.orange {
  color: #EC7031;
}

figure {
  margin: 0;
}

img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .adlp-wrapper {
    width: 1920px;
    margin: 0 auto;
  }
}

.bold {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .dot-text {
    padding-top: 0.4em;
    background-position: top left -2px;
    background-repeat: repeat-x;
    background-size: 1.3em 0.6em;
    background-image: radial-gradient(0.1em 0.1em at center center, #EB5505, #EB5505 100%, transparent);
  }
}

.adlp-header .adlp-header_inner {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 920px;
  margin: auto;
}

.adlp-header .adlp-header_logo {
  flex: 0 0 212px;
}

.adlp-header .header_tel {
  color: var(--main-1, #2A64C8);
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .adlp-header .header_tel {
    pointer-events: none;
  }
}

.adlp-header .header_telText {
  color: var(--txt, #333);
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 767px) {
  .adlp-header {
    overflow: hidden;
  }

  .adlp-header .adlp-header_inner {
    height: 13.3333333333vw;
    max-width: 122.6666666667vw;
    padding: 0 8vw;
  }

  .adlp-header .adlp-header_logo {
    flex: 0 0 34.6666666667vw;
  }

  .adlp-header .adlp-header_tel {
    line-height: 1;
  }

  .adlp-header .header_tel {
    font-size: 3.7333333333vw;
  }

  .adlp-header .header_telText {
    font-size: 2.6666666667vw;
    line-height: 130%;
  }
}

.adlp-footer {
  overflow: hidden;
  padding: 40px 0;
}

.adlp-footer .adlp-footer_logo {
  width: 234px;
  margin: auto;
}

.adlp-footer .adlp-footer_list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 35px 0 0;
}

.adlp-footer .adlp-footer_item {
  padding: 0 30px;
  position: relative;
}

.adlp-footer .adlp-footer_item::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #333333;
  width: 1px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  right: -1px;
}

.adlp-footer .adlp-footer_item:last-child::after {
  content: none;
}

.adlp-footer .adlp-footer_link {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.adlp-footer .adlp-footer_copy {
  color: var(--txt, #333);
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
  margin: 25px 0 0;
}

@media screen and (max-width: 767px) {
  .adlp-footer {
    padding: 8vw 0;
  }

  .adlp-footer .adlp-footer_logo {
    width: 48.6666666667vw;
  }

  .adlp-footer .adlp-footer_list {
    flex-direction: column;
    margin: 6.6666666667vw 0 0;
    gap: 4vw;
  }

  .adlp-footer .adlp-footer_item {
    line-height: 1;
    padding: 0 4vw;
  }

  .adlp-footer .adlp-footer_item::after {
    content: none;
    width: 0.1333333333vw;
    height: 2.6666666667vw;
    right: -0.1333333333vw;
  }

  .adlp-footer .adlp-footer_link {
    font-size: 2.9333333333vw;
  }

  .adlp-footer .adlp-footer_copy {
    font-size: 2.6666666667vw;
    margin: 8vw 0 0;
  }
}

.fv {
  /* first visual background-image */
  background-image: url("../img/pc/fv.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 757px;
}

.fv .fv_outer {
  width: 1000px;
  margin: auto;
  padding: 30px 0 0;
}

.fv .fv_title1 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
  display: block;
  position: relative;
  background-image: linear-gradient(90deg, #06053E 0%, #1E4389 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 0 20px;
}

.fv .fv_title1 .large {
  font-size: 26px;
}

.fv .fv_title1::after {
  content: "";
  display: block;
  position: absolute;
  width: 550px;
  height: 14px;
  background-image: url("../img/pc/fv_bg1.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.fv .fv_title2 {
  background-image: linear-gradient(90deg, #06053E 0%, #1E4389 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  display: block;
  font-size: 68px;
  font-weight: 700;
  line-height: 140%;
  position: relative;
}

.fv .fv_title2 .fv_title2-2 {
  background-image: linear-gradient(90deg, #06053E 0%, #122362 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fv .fv_title2 .line {
  position: relative;
}

.fv .fv_title2 .line::after {
  content: "";
  display: block;
  position: absolute;
  height: 15px;
  width: 100%;
  background-color: #EC7031;
  bottom: 0.06em;
  left: 0;
  z-index: 1;
}

.fv .fv_title2 .line .line_inner {
  background-image: linear-gradient(90deg, #122362 0%, #1E4389 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
}

.fv .fv_image {
  width: 515px;
  margin: 4px auto 0;
}

.fv .fv_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 35px 0 0;
}

.fv .fv_inner1 {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.fv .fv_inner1::before,
.fv .fv_inner1::after {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(90deg, #06053E 0%, #1E4389 100%);
  height: 2px;
  width: 100%;
  left: 0;
}

.fv .fv_inner1::before {
  top: 0;
}

.fv .fv_inner1::after {
  bottom: 0;
}

.fv .fv_text1 {
  background-image: linear-gradient(90deg, #06053E 0%, #1E4389 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
}

.fv .fv_inner2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  flex: 0 0 631px;
}

.fv .fv_inner2-1 {
  position: relative;
  flex: 0 0 306px;
}

.fv .fv_box {
  height: 175px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.fv .fv_box.-orange .fv_boxLead {
  background-color: #EC7031;
}

.fv .fv_box.-orange .fv_boxText {
  font-weight: 700;
}

.fv .fv_box.-orange .fv_boxText:last-child::before {
  margin: 0 auto 7px;
}

.fv .fv_box.-orange .fv_boxInner {
  padding: 5px 0;
}

.fv .fv_boxLead {
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--base-1, #FFF);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  background-color: #333;
}

.fv .fv_boxInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 133px;
  padding: 10px 0;
}

.fv .fv_boxText {
  color: var(--txt, #333);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.fv .fv_boxText:last-child {
  position: relative;
}

.fv .fv_boxText:last-child::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-image: url("../img/common/icon3_black.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
  margin: auto;
}

.fv .fv_boxText .small {
  font-size: 16px;
}

.fv .fv_boxText .large {
  font-size: 32px;
}

.fv .fv_boxFukidashi {
  width: 306px;
  left: 50%;
  transform: translateX(-50%);
  height: 70px;
  position: absolute;
  background-image: url("../img/pc/fv_bg2.svg");
  background-size: 270px 60px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  top: -75px;
}

.fv .fv_noteWrapper {
  width: 1000px;
  margin: 5px auto 0;
}

.fv .fv_note {
  color: var(--txt, #333);
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

@media screen and (max-width: 767px) {
  .fv {
    background-image: url("../img/sp/fv.jpg");
    height: 202.4vw;
  }

  .fv .fv_outer {
    width: 100vw;
    padding: 6.6666666667vw 0 0;
  }

  .fv .fv_title1 {
    font-size: 2.6666666667vw;
    line-height: 200%;
    padding: 0 0 3.6vw;
  }

  .fv .fv_title1 .large {
    font-size: 3.7333333333vw;
  }

  .fv .fv_title1::after {
    width: 84vw;
    height: 2.1333333333vw;
  }

  .fv .fv_title2 {
    font-size: 8.5333333333vw;
  }

  .fv .fv_title2 .line::after {
    height: 2vw;
  }

  .fv .fv_image {
    width: 100vw;
    margin: 2.6666666667vw auto 0;
  }

  .fv .fv_wrapper {
    display: block;
    width: 84vw;
    margin: 4vw auto 0;
  }

  .fv .fv_inner1 {
    height: 12vw;
  }

  .fv .fv_inner1::before,
  .fv .fv_inner1::after {
    height: 0.2666666667vw;
  }

  .fv .fv_text1 {
    font-size: 5.3333333333vw;
  }

  .fv .fv_inner2 {
    margin: 6.4vw 0 0;
    display: block;
    flex: 0 0 84.1333333333vw;
  }

  .fv .fv_inner2-1 {
    flex: 0 0 40.8vw;
  }

  .fv .fv_box {
    height: 31.3333333333vw;
    border-radius: 1.3333333333vw;
  }

  .fv .fv_box.-orange .fv_boxText:last-child::before {
    margin: 0.6666666667vw auto 0.6666666667vw;
  }

  .fv .fv_box.-orange .fv_boxInner {
    padding: 0.6666666667vw 0;
  }

  .fv .fv_boxLead {
    height: 6.5333333333vw;
    font-size: 4.8vw;
  }

  .fv .fv_boxInner {
    height: 24.8vw;
    padding: 1.3333333333vw 0;
  }

  .fv .fv_boxText {
    font-size: 4vw;
  }

  .fv .fv_boxText:last-child::before {
    width: 3.0666666667vw;
    height: 3.0666666667vw;
  }

  .fv .fv_boxText .small {
    font-size: 3.4666666667vw;
  }

  .fv .fv_boxText .large {
    font-size: 5.3333333333vw;
  }

  .fv .fv_boxFukidashi {
    position: static;
    width: 84vw;
    transform: none;
    height: auto;
    padding: 27px 0 12px;
    background-image: url("../img/sp/fv_bg2.svg");
    background-size: 550px 130px;
    background-position: 50% 118%;
    font-size: 4vw;
    top: auto;
  }

  .fv .fv_noteWrapper {
    width: 84vw;
    margin: 2.6666666667vw auto 0;
  }

  .fv .fv_note {
    font-size: 2.6666666667vw;
  }
}

.sec01 .sec01_outer {
  background-image: url("../img/pc/sec01.jpg");
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.sec01 .sec01_img {
  width: 960px;
  margin: auto;
  padding: 30px 0 83px;
}

@media screen and (max-width: 767px) {
  .sec01 .sec01_outer {
    background-image: url("../img/sp/sec01.jpg");
  }

  .sec01 .sec01_img {
    width: 100vw;
    margin: auto;
    padding: 9.3333333333vw 0 14vw;
  }
}

.sec02 .sec02_body {
  background-image: url("../img/pc/sec02.jpg");
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding: 50px 0 110px;
}

.sec02 .sec02_title {
  width: 730px;
  margin: 0 auto 24px;
  height: 107px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../img/pc/sec02_bg1.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  color: var(--base-1, #FFF);
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
  padding: 0 0 20px;
}

.sec02 .sec02_box {
  background-color: #E1F0FE;
  width: 1000px;
  margin: 0 auto 40px;
  padding: 40px 40px 70px;
}

.sec02 .sec02_img {
  width: 920px;
  margin: auto;
  padding: 0;
}

.sec02 .sec02_title2 {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  text-align: center;
  padding: 16px 0;
  color: var(--txt, #333);
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  margin: 0 0 40px;
}

.sec02 .sec02_box2 {
  background-color: #fff;
  margin: 30px 0 0;
}

.sec02 .sec02_title3 {
  background-color: #2A64C8;
  text-align: center;
  color: var(--base-1, #FFF);
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  padding: 5px 0;
}

.sec02 .sec02_list {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 30px;
  gap: 30px;
}

.sec02 .sec02_item {
  flex: 0 0 415px;
}

.sec02 .sec02_itemHead {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec02 .sec02_itemFace {
  flex: 0 0 140px;
}

.sec02 .sec02_itemInner {
  flex: 1 1 auto;
  padding: 20px 0 0 10px;
}

.sec02 .sec02_itemName1 {
  color: var(--main-1, #2A64C8);
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.sec02 .sec02_itemName2 {
  color: var(--txt, #333);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  margin: 4px 0 0;
}

.sec02 .sec02_itemBody {
  margin: 10px 0 0;
}

.sec02 .sec02_itemText {
  color: var(--txt, #333);
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.sec02 .sec02_box3 {
  width: 1000px;
  margin: 60px auto 0;
}

.sec02 .sec02_text1 {
  color: var(--txt, #333);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 170%;
  margin: 28px 0 20px;
}

.sec02 .sec02_text1Main {
  font-size: 32px;
  display: block;
}

.sec02 .sec02_inner {
  width: 1000px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec02 .sec02_img2 {
  flex: 0 0 410px;
}

.sec02 .sec02_inner2 {
  color: var(--txt, #333);
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  padding: 0 0 0 30px;
}

.sec02 .sec02_text2+.sec02_text2 {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .sec02 .sec02_body {
    background-image: url("../img/sp/sec02.jpg");
    padding: 9.3333333333vw 0 12vw;
  }

  .sec02 .sec02_title {
    width: 92vw;
    margin: 0 auto 3.2vw;
    height: 14.2666666667vw;
    background-image: url("../img/pc/sec02_bg1.svg");
    font-size: 5.3333333333vw;
    padding: 0 0 2.6666666667vw;
  }

  .sec02 .sec02_box {
    width: 92vw;
    margin: 0 auto 10vw;
    padding: 5.3333333333vw 4vw 6.6666666667vw;
  }

  .sec02 .sec02_box+.sec02_box {
    margin: 0 auto 8vw;
  }

  .sec02 .sec02_img {
    width: 84vw;
  }

  .sec02 .sec02_title2 {
    border-top: 0.2666666667vw solid #333;
    border-bottom: 0.2666666667vw solid #333;
    padding: 1.8666666667vw 0;
    font-size: 4.8vw;
    margin: 0 0 5.3333333333vw;
  }

  .sec02 .sec02_box2 {
    margin: 7.0666666667vw 0 0;
  }

  .sec02 .sec02_title3 {
    font-size: 4.2666666667vw;
    padding: 0.6666666667vw 0;
  }

  .sec02 .sec02_list {
    flex-direction: column;
    padding: 4vw 4vw 8vw;
    gap: 4vw;
  }

  .sec02 .sec02_item {
    flex: 0 0 auto;
  }

  .sec02 .sec02_itemFace {
    flex: 0 0 18.6666666667vw;
  }

  .sec02 .sec02_itemInner {
    padding: 0 0 0 2.6666666667vw;
  }

  .sec02 .sec02_itemName1 {
    font-size: 4vw;
  }

  .sec02 .sec02_itemName2 {
    font-size: 2.6666666667vw;
    margin: 0;
  }

  .sec02 .sec02_itemBody {
    margin: 1.3333333333vw 0 0;
  }

  .sec02 .sec02_itemText {
    font-size: 3.4666666667vw;
  }

  .sec02 .sec02_box3 {
    width: 92vw;
    margin: 7.3333333333vw auto 0;
  }

  .sec02 .sec02_text1 {
    font-size: 4.2666666667vw;
    margin: 2.9333333333vw 0 2.6666666667vw;
  }

  .sec02 .sec02_text1Main {
    font-size: 4.8vw;
  }

  .sec02 .sec02_inner {
    width: 84vw;
    display: block;
  }

  .sec02 .sec02_img2 {
    flex: 0 0 54.6666666667vw;
    width: 63.4666666667vw;
    margin: auto;
  }

  .sec02 .sec02_inner2 {
    font-size: 3.4666666667vw;
    padding: 0;
    margin: 4vw 0 0;
  }

  .sec02 .sec02_text2+.sec02_text2 {
    margin-top: 1.6em;
  }
}

.sec03 .sec03_outer {
  background-color: #E1F0FE;
  background-image: url("../img/pc/sec03.jpg");
  background-size: contain;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  padding: 40px 0 100px;
}

.sec03 .sec03_text1 {
  color: var(--main-1, #2A64C8);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.sec03 .sec03_box {
  width: 920px;
  margin: 43px auto 0;
  background-color: #fff;
  padding: 30px 0 45px;
}

.sec03 .sec03_text2 {
  color: var(--txt, #333);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  width: fit-content;
  margin: auto;
  position: relative;
  border-bottom: 2px solid #333333;
  padding: 0 0 10px;
}

.sec03 .sec03_img {
  margin: 20px auto 0;
  width: 645px;
}

.sec03 .sec03_text4 {
  text-align: center;
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  margin: 40px 0 0;
}

.sec03 .sec03_text4Sub {
  display: block;
}

.sec03 .sec03_text4Main {
  display: block;
  color: #2A64C8;
  font-size: 48px;
  margin: 20px 0 0;
}

.sec03 .sec03_img2 {
  width: 690px;
  margin: 50px auto 0;
  position: relative;
  z-index: 1;
}

.sec03 .sec03_box2 {
  position: relative;
  z-index: 2;
  background-color: #2A64C8;
  width: 520px;
  margin: -40px auto 0;
  padding: 30px 0 35px;
}

.sec03 .sec03_text5 {
  font-size: 20px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 180%;
}

.sec03 .sec03_text5 .large {
  font-size: 32px;
  font-weight: 700;
}

.sec03 .sec03_text5 .line {
  background: linear-gradient(transparent 90%, #EC7031 90%, #EC7031 100%, transparent 100%);
}

@media screen and (max-width: 767px) {
  .sec03 .sec03_outer {
    background-image: url("../img/sp/sec03.jpg");
    padding: 5.3333333333vw 0 13.3333333333vw;
  }

  .sec03 .sec03_text1 {
    font-size: 4vw;
    margin: auto;
    width: 84vw;
  }

  .sec03 .sec03_box {
    width: 84vw;
    margin: 5.7333333333vw auto 0;
    padding: 6.4vw 4vw 8vw;
  }

  .sec03 .sec03_text2 {
    font-size: 4.8vw;
    border-bottom: 0.2666666667vw solid #333333;
    padding: 0 0 2.4vw;
  }

  .sec03 .sec03_img {
    margin: 4vw auto 0;
    width: 76vw;
  }

  .sec03 .sec03_text4 {
    font-size: 4.8vw;
    margin: 4vw 0 0;
  }

  .sec03 .sec03_text4Main {
    font-size: 6.4vw;
    margin: 2.6666666667vw 0 0;
  }

  .sec03 .sec03_img2 {
    width: 84vw;
    margin: 6.6666666667vw auto 0;
  }

  .sec03 .sec03_box2 {
    width: 68.8vw;
    margin: -5.3333333333vw auto 0;
    padding: 4vw 0 4.6666666667vw;
  }

  .sec03 .sec03_text5 {
    font-size: 4vw;
    line-height: 200%;
  }

  .sec03 .sec03_text5 .large {
    font-size: 4.8vw;
  }
}

.sec04 .sec04_outer {
  background-color: #F4F4F4;
  padding: 75px 0 55px;
}

.sec04 .sec04_box1 {
  width: 920px;
  margin: 0 auto 40px;
  background-color: #fff;
}

.sec04 .sec04_titleWrapper {
  background-color: #2A64C8;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 30px;
}

.sec04 .sec04_titleNum {
  background-color: #fff;
  color: var(--main-1, #2A64C8);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  display: block;
  width: 82px;
  height: 82px;
  flex: 0 0 82px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 0 0.6em;
}

.sec04 .sec04_titleNum1 {
  display: block;
}

.sec04 .sec04_titleNum2 {
  display: block;
  font-size: 44px;
  margin: 0.15em 0 0;
}

.sec04 .sec04_title {
  color: var(--base-1, #FFF);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  padding: 0 0 0 50px;
}

.sec04 .sec04_boxBody {
  padding: 35px 30px;
}

.sec04 .sec04_box2 {
  position: relative;
  border: 2px solid #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 45px 30px;
  margin: 35px 0 0;
}

.sec04 .sec04_box2.-orange {
  border: 2px solid #EC7031;
  margin: 55px 0 0;
}

.sec04 .sec04_box2.-orange .sec04_box2Title {
  background-color: #EC7031;
}

.sec04 .sec04_box2.-orange .sec04_box2-2-1 {
  background-color: #EC7031;
}

.sec04 .sec04_box2.-orange .sec04_box2-2::before {
  background-image: url("../img/common/icon3_orange.svg");
}

.sec04 .sec04_box2Title {
  width: 142px;
  position: absolute;
  height: 66px;
  background-color: #333;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--bg-1, #FFF);
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  left: 50%;
  transform: translateX(-50%);
  top: -33px;
}

.sec04 .sec04_box2-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 360px;
}

.sec04 .sec04_box2-1 .sec04_box2-1-1 {
  flex: 0 0 125px;
}

.sec04 .sec04_box2-1 .sec04_box2-1-2 {
  flex: 1 1 auto;
  color: var(--txt, #333);
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  padding: 0 0 0 15px;
  letter-spacing: 0.04em;
}

.sec04 .sec04_box2-2 {
  flex: 0 0 356px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.sec04 .sec04_box2-2::before {
  content: "";
  display: block;
  position: absolute;
  width: 23px;
  height: 23px;
  top: 45%;
  transform: translateY(-50%);
  left: -50px;
  background-image: url("../img/common/icon3_orange.svg");
  background-image: url("../img/common/icon3_black.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}

.sec04 .sec04_box2-2 .sec04_box2-2-1 {
  flex: 0 0 125px;
  width: 125px;
  height: 125px;
  background-color: #333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--base-1, #FFF);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.sec04 .sec04_box2-2 .sec04_box2-2-2 {
  color: var(--txt, #333);
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  padding: 0 0 0 15px;
}

.sec04 .sec04_box2-2 .sec04_box2-2-2 .sec04_box2-2-2-1 {
  display: block;
}

.sec04 .sec04_box2-2 .sec04_box2-2-2 .sec04_box2-2-2-1 .text2 {
  font-size: 24px;
}

.sec04 .sec04_box2-2 .sec04_box2-2-2 .sec04_box2-2-2-2 {
  display: block;
  font-size: 20px;
  font-weight: 400;
  margin: 0.4em 0 0;
}

.sec04 .sec04_box2-2 .sec04_box2-2-2 .sec04_box2-2-2-3 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.sec04 .sec04_box2-2 .sec04_box2-2-2 .sec04_box2-2-2-3 .text2 {
  font-size: 32px;
}

.sec04 .sec04_box2-2 .sec04_box2-2-2 .sec04_box2-2-2-4 {
  display: block;
  font-size: 24px;
}

.sec04 .sec04_box2-2 .sec04_box2-2-2 .sec04_box2-2-2-5 {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  margin: 0.5em 0 0;
}

.sec04 .sec04_box2-2 .sec04_box2-2-2 .sec04_box2-2-2-5 .text2 {
  margin: 0.3em 0 0;
  display: block;
  font-size: 32px;
}

.sec04 .sec04_box3 {
  border: 2px solid #2A64C8;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 30px;
}

.sec04 .sec04_box3 .sec04_box3-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 1 auto;
}

.sec04 .sec04_box3 .sec04_box3-1 .sec04_box3-1-1 {
  flex: 0 0 142px;
  width: 142px;
  height: 66px;
  background-color: #2A64C8;
  color: var(--base-1, #FFF);
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.sec04 .sec04_box3 .sec04_box3-1 .sec04_box3-1-2 {
  color: var(--txt, #333);
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  padding: 0 0 0 15px;
}

.sec04 .sec04_box3 .sec04_box3-2 {
  flex: 0 0 auto;
  padding: 0 20px;
}

.sec04 .sec04_box3 .sec04_box3-2::after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  margin: 10px auto 0;
  background-image: url("../img/common/icon3_blue.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}

.sec04 .sec04_box3 .sec04_box3-2 .sec04_box3-2-1 {
  color: var(--main-1, #2A64C8);
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}

.sec04 .sec04_box3 .sec04_box3-3 {
  flex: 0 1 auto;
}

.sec04 .sec04_box3 .sec04_box3-3 .sec04_box3-3-1 {
  color: var(--txt, #333);
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.sec04 .sec04_arrowText {
  margin-bottom: 40px;
}

.sec04 .sec04_box4 {
  background-color: #E1F0FE;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

.sec04 .sec04_box4-1 {
  flex: 0 0 385px;
  background-color: #fff;
}

.sec04 .sec04_box4-1 .sec04_box4-1-1 {
  background-color: #EC7031;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 12px;
}

.sec04 .sec04_box4-1 .sec04_box4-1-1 .sec04_box4-1-1-1 {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
}

.sec04 .sec04_box4-1 .sec04_box4-1-1 .sec04_box4-1-1-1 .text1 {
  display: block;
}

.sec04 .sec04_box4-1 .sec04_box4-1-1 .sec04_box4-1-1-1 .text2 {
  display: block;
  line-height: 140%;
  font-size: 24px;
}

.sec04 .sec04_box4-1 .sec04_box4-1-1 .sec04_box4-1-1-2 {
  flex: 0 0 92px;
  margin: 0 0 0 24px;
}

.sec04 .sec04_box4-1 .sec04_box4-1-2 {
  padding: 16px 0 20px;
}

.sec04 .sec04_box4-1 .sec04_box4-1-2 .sec04_box4-1-2-1 {
  color: #EC7031;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  position: relative;
}

.sec04 .sec04_box4-1 .sec04_box4-1-2 .sec04_box4-1-2-1 .large {
  font-size: 32px;
  display: block;
  line-height: 160%;
}

.sec04 .sec04_box4-1 .sec04_box4-1-2 .sec04_box4-1-2-1::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  margin: 0 auto 10px;
  background-image: url("../img/common/icon3_orange.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.sec04 .sec04_box5 {
  display: flex;
  align-items: center;
  margin-bottom: 37px;
}

.sec04 .sec04_box5 .sec04_box5-1 {
  flex: 0 0 165px;
}

.sec04 .sec04_box5 .sec04_box5-2 {
  flex: 1 1 auto;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 200%;
  padding: 0 0 0 20px;
}

.sec04 .sec04_box5 .sec04_box5-2 .sec04_box5-2-2 {
  font-size: 32px;
  display: block;
}

.sec04 .sec04_box6 {
  background-color: #EBF5FA;
}

.sec04 .sec04_box6 .sec04_box6-1 {
  background-color: #2A64C8;
}

.sec04 .sec04_box6 .sec04_box6-1 .sec04_box6-1-1 {
  position: relative;
  text-align: center;
  color: var(--base-1, #FFF);
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  padding: 28px 0 30px;
}

.sec04 .sec04_box6 .sec04_box6-1 .sec04_box6-1-1 .sec04_box6-1-1-1 {
  color: var(--main-1, #2A64C8);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  position: absolute;
  width: fit-content;
  left: 50%;
  transform: translateX(-50%);
  top: -24px;
  height: 48px;
  border: 2px solid #2A64C8;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  background-color: #fff;
  padding: 0 10px;
}

.sec04 .sec04_box6 .sec04_box6-1 .sec04_box6-1-1 .sec04_box6-1-1-2 {
  display: block;
}

.sec04 .sec04_box6 .sec04_box6-1 .sec04_box6-1-1 .sec04_box6-1-1-3 {
  display: block;
  font-size: 24px;
  font-weight: 700;
}

.sec04 .sec04_box6 .sec04_box6-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 30px;
}

.sec04 .sec04_box6 .sec04_box6-2::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 16px 0 16px;
  border-color: #2A64C8 transparent transparent transparent;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}

.sec04 .sec04_box6 .sec04_box6-2 .sec04_box6-2-1 {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  background-color: #EC7031;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--base-1, #FFF);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

.sec04 .sec04_box6 .sec04_box6-2 .sec04_box6-2-2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  padding: 0 0 0 20px;
}

@media screen and (max-width: 767px) {
  .sec04 .sec04_outer {
    padding: 10vw 0 7.3333333333vw;
  }

  .sec04 .sec04_box1 {
    width: 84vw;
    margin: 0 auto 5.3333333333vw;
  }

  .sec04 .sec04_titleWrapper {
    padding: 4.8vw 4vw;
  }

  .sec04 .sec04_titleNum {
    text-align: center;
    font-size: 2.6666666667vw;
    width: 10.9333333333vw;
    height: 10.9333333333vw;
    flex: 0 0 10.9333333333vw;
  }

  .sec04 .sec04_titleNum2 {
    font-size: 5.8666666667vw;
  }

  .sec04 .sec04_title {
    text-align: left;
    font-size: 4.8vw;
    padding: 0 0 0 2.4vw;
  }

  .sec04 .sec04_boxBody {
    padding: 4.6666666667vw 4vw;
  }

  .sec04 .sec04_box2 {
    border: 0.2666666667vw solid #333;
    flex-direction: column;
    padding: 6vw 4vw;
    margin: 4.6666666667vw 0 0;
  }

  .sec04 .sec04_box2.-orange {
    border: 0.2666666667vw solid #EC7031;
    margin: 7.3333333333vw 0 0;
  }

  .sec04 .sec04_box2Title {
    width: 18.9333333333vw;
    height: 8.8vw;
    font-size: 4.8vw;
    top: -4.4vw;
  }

  .sec04 .sec04_box2-1 {
    flex: 0 0 auto;
    width: 100%;
  }

  .sec04 .sec04_box2-1 .sec04_box2-1-1 {
    flex: 0 0 16.6666666667vw;
  }

  .sec04 .sec04_box2-1 .sec04_box2-1-2 {
    font-size: 3.4666666667vw;
    padding: 0 0 0 2vw;
  }

  .sec04 .sec04_box2-2 {
    flex: 0 0 auto;
    width: 100%;
    margin: 8vw 0 0;
  }

  .sec04 .sec04_box2-2::before {
    width: 3.0666666667vw;
    height: 3.0666666667vw;
    left: 50%;
    transform: translateX(-50%);
    top: -5.3333333333vw;
  }

  .sec04 .sec04_box2-2 .sec04_box2-2-1 {
    flex: 0 0 16.6666666667vw;
    width: 16.6666666667vw;
    height: 16.6666666667vw;
    font-size: 4.2666666667vw;
  }

  .sec04 .sec04_box2-2 .sec04_box2-2-2 {
    font-size: 4vw;
    padding: 0 0 0 2vw;
  }

  .sec04 .sec04_box2-2 .sec04_box2-2-2 .sec04_box2-2-2-1 .text2 {
    font-size: 4.2666666667vw;
  }

  .sec04 .sec04_box2-2 .sec04_box2-2-2 .sec04_box2-2-2-2 {
    font-size: 4vw;
  }

  .sec04 .sec04_box2-2 .sec04_box2-2-2 .sec04_box2-2-2-3 {
    font-size: 4.2666666667vw;
  }

  .sec04 .sec04_box2-2 .sec04_box2-2-2 .sec04_box2-2-2-3 .text2 {
    font-size: 4.8vw;
  }

  .sec04 .sec04_box2-2 .sec04_box2-2-2 .sec04_box2-2-2-4 {
    font-size: 4.2666666667vw;
  }

  .sec04 .sec04_box2-2 .sec04_box2-2-2 .sec04_box2-2-2-5 {
    font-size: 3.4666666667vw;
  }

  .sec04 .sec04_box2-2 .sec04_box2-2-2 .sec04_box2-2-2-5 .text2 {
    font-size: 4.8vw;
  }

  .sec04 .sec04_box3 {
    border: 0.2666666667vw solid #2A64C8;
    padding: 5.3333333333vw 4vw;
    flex-wrap: wrap;
  }

  .sec04 .sec04_box3 .sec04_box3-1 {
    flex: 0 0 100%;
    align-items: flex-start;
  }

  .sec04 .sec04_box3 .sec04_box3-1 .sec04_box3-1-1 {
    flex: 0 0 21.3333333333vw;
    width: 21.3333333333vw;
    height: 8.8vw;
    font-size: 4.2666666667vw;
  }

  .sec04 .sec04_box3 .sec04_box3-1 .sec04_box3-1-2 {
    font-size: 3.4666666667vw;
    padding: 0 0 0 2vw;
  }

  .sec04 .sec04_box3 .sec04_box3-2 {
    padding: 0 2.6666666667vw;
  }

  .sec04 .sec04_box3 .sec04_box3-2::after {
    width: 3.0666666667vw;
    height: 3.0666666667vw;
    margin: 1.3333333333vw auto 0;
    transform: none;
  }

  .sec04 .sec04_box3 .sec04_box3-2 .sec04_box3-2-1 {
    font-size: 4vw;
  }

  .sec04 .sec04_box3 .sec04_box3-3 .sec04_box3-3-1 {
    font-size: 3.4666666667vw;
  }

  .sec04 .sec04_arrowText {
    margin-bottom: 5.3333333333vw;
  }

  .sec04 .sec04_box4 {
    padding: 4vw;
    flex-direction: column;
    gap: 4vw;
  }

  .sec04 .sec04_box4-1 {
    flex: 0 0 auto;
    width: 100%;
  }

  .sec04 .sec04_box4-1 .sec04_box4-1-1 {
    padding: 1.6vw 1.6vw;
  }

  .sec04 .sec04_box4-1 .sec04_box4-1-1 .sec04_box4-1-1-1 {
    font-size: 3.4666666667vw;
  }

  .sec04 .sec04_box4-1 .sec04_box4-1-1 .sec04_box4-1-1-1 .text2 {
    font-size: 4.2666666667vw;
  }

  .sec04 .sec04_box4-1 .sec04_box4-1-1 .sec04_box4-1-1-2 {
    flex: 0 0 12.2666666667vw;
    margin: 0 0 0 3.2vw;
  }

  .sec04 .sec04_box4-1 .sec04_box4-1-2 {
    padding: 2.1333333333vw 0 2.6666666667vw;
  }

  .sec04 .sec04_box4-1 .sec04_box4-1-2 .sec04_box4-1-2-1 {
    font-size: 3.4666666667vw;
  }

  .sec04 .sec04_box4-1 .sec04_box4-1-2 .sec04_box4-1-2-1 .large {
    font-size: 4.8vw;
    display: inline-block;
  }

  .sec04 .sec04_box4-1 .sec04_box4-1-2 .sec04_box4-1-2-1::before {
    width: 3.0666666667vw;
    height: 3.0666666667vw;
    margin: 0 auto 1.3333333333vw;
  }

  .sec04 .sec04_box5 {
    margin-bottom: 4.9333333333vw;
  }

  .sec04 .sec04_box5 .sec04_box5-1 {
    flex: 0 0 22vw;
  }

  .sec04 .sec04_box5 .sec04_box5-2 {
    font-size: 4vw;
    padding: 0 0 0 2.6666666667vw;
  }

  .sec04 .sec04_box5 .sec04_box5-2 .sec04_box5-2-2 {
    font-size: 4.8vw;
  }

  .sec04 .sec04_box6 {
    margin: 10.6666666667vw 0 0;
  }

  .sec04 .sec04_box6 .sec04_box6-1 .sec04_box6-1-1 {
    font-size: 4vw;
    padding: 6.6666666667vw 2.6666666667vw 4vw;
  }

  .sec04 .sec04_box6 .sec04_box6-1 .sec04_box6-1-1 .sec04_box6-1-1-1 {
    font-size: 4.2666666667vw;
    top: -4.2666666667vw;
    height: 8.5333333333vw;
    border: 0.2666666667vw solid #2A64C8;
    padding: 0 1.3333333333vw;
  }

  .sec04 .sec04_box6 .sec04_box6-1 .sec04_box6-1-1 .sec04_box6-1-1-3 {
    font-size: 4.2666666667vw;
  }

  .sec04 .sec04_box6 .sec04_box6-2 {
    padding: 6.6666666667vw 0 6.6666666667vw;
  }

  .sec04 .sec04_box6 .sec04_box6-2::before {
    border-width: 2.6666666667vw 2.1333333333vw 0 2.1333333333vw;
  }

  .sec04 .sec04_box6 .sec04_box6-2 .sec04_box6-2-1 {
    width: 16.6666666667vw;
    height: 16.6666666667vw;
    font-size: 4.2666666667vw;
  }

  .sec04 .sec04_box6 .sec04_box6-2 .sec04_box6-2-2 {
    font-size: 4.8vw;
    padding: 0 0 0 2.6666666667vw;
  }
}

.sec05 .sec05_outer {
  padding: 0 0 40px;
}

.sec05 .sec05_section {
  width: 1000px;
  margin: 60px auto 60px;
  background-color: #E1F0FE;
  position: relative;
  padding: 60px 40px 80px;
}

.sec05 .sec05_section::before {
  content: "";
  display: block;
  position: absolute;
  width: 460px;
  height: 100%;
  top: 0;
  background-color: #E1F0FE;
}

.sec05 .sec05_section.-left::before {
  right: 1000px;
}

.sec05 .sec05_section.-right::before {
  left: 1000px;
}

.sec05 .sec05_title1 {
  color: #333;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  border-bottom: 2px solid #333;
  margin: 0 30px;
}

.sec05 .sec05_img1 {
  margin: 30px 30px 0;
}

.sec05 .sec05_box1 {
  margin: 20px 0;
}

.sec05 .sec05_box1+.sec05_box1 {
  margin: 40px 0 0;
}

.sec05 .sec05_title2 {
  height: 260px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  padding: 0 0 0 30px;
}

.sec05 .sec05_title2.-item1 {
  background-image: url("../img/pc/sec05_title2bg1.svg");
}

.sec05 .sec05_title2.-item2 {
  background-image: url("../img/pc/sec05_title2bg2.svg");
}

.sec05 .sec05_title2inner {
  color: var(--base-1, #FFF);
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
}

.sec05 .sec05_title2inner .sec05_title2inner-1 {
  display: block;
  color: var(--base-1, #FFF);
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  position: relative;
  padding: 0 0 13px;
  margin: 0 0 10px;
}

.sec05 .sec05_title2inner .sec05_title2inner-1::after {
  content: "";
  display: block;
  position: absolute;
  height: 2px;
  width: 546px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}

.sec05 .sec05_title2inner .sec05_title2inner-2 {
  display: block;
}

.sec05 .sec05_title2inner .sec05_title2inner-2 .sec05_title2inner-2-1 {
  font-size: 32px;
}

.sec05 .sec05_box1Content {
  background-color: #fff;
  padding: 40px 30px;
}

.sec05 .sec05_text1 {
  color: var(--txt, #333);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  margin: 0 0 27px;
}

.sec05 .sec05_box2 {
  background: #E1F0FE;
  display: flex;
  padding: 30px;
  gap: 30px;
}

.sec05 .sec05_box2Inner {
  flex: 0 0 385px;
  background-color: #fff;
  padding: 0 0 28px;
}

.sec05 .sec05_text2 {
  color: var(--main-1, #2A64C8);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  margin: 16px 30px 0;
}

.sec05 .sec05_text3 {
  border-top: 2px solid #2A64C8;
  margin: 2px 30px 0;
  color: var(--txt, #333);
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  padding: 10px 0 0;
}

.sec05 .sec05_text4 {
  margin: 0 auto 30px;
}

.sec05 .sec05_text5 {
  margin: -20px 0 20px;
}

.sec05 .sec05_box3 {
  display: flex;
  gap: 30px;
}

.sec05 .sec05_box2Inner2 {
  flex: 0 0 415px;
  background-color: #E1F0FE;
}

.sec05 .sec05_text6 {
  background-color: #2A64C8;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 140px;
}

.sec05 .sec05_text6-1 {
  color: var(--base-1, #FFF);
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
}

.sec05 .sec05_text6-1 .sec05_text6-1-2 {
  font-size: 16px;
  display: block;
  line-height: 140%;
}

.sec05 .sec05_text7 {
  color: var(--txt, #333);
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .sec05 .sec05_outer {
    padding: 0 0 5.3333333333vw;
  }

  .sec05 .sec05_section {
    width: 92vw;
    margin: 8vw auto 8vw;
    padding: 8vw 4vw 10.6666666667vw;
  }

  .sec05 .sec05_section::before {
    content: none;
  }

  .sec05 .sec05_section.-left::before {
    right: 133.3333333333vw;
    right: 0;
  }

  .sec05 .sec05_section.-right::before {
    left: 133.3333333333vw;
    left: 0;
  }

  .sec05 .sec05_title1 {
    font-size: 4.8vw;
    border-bottom: 0.2666666667vw solid #333;
    padding: 0 0 1.3333333333vw;
    margin: 0;
  }

  .sec05 .sec05_img1 {
    margin: 4vw 0 0;
  }

  .sec05 .sec05_box1 {
    margin: 0 0;
  }

  .sec05 .sec05_box1+.sec05_box1 {
    margin: 6.6666666667vw 0 0;
  }

  .sec05 .sec05_title2 {
    height: 40.6666666667vw;
    padding: 0 0 0 4vw;
  }

  .sec05 .sec05_title2.-item1 {
    background-image: url("../img/sp/sec05_title2bg1.svg");
  }

  .sec05 .sec05_title2.-item2 {
    background-image: url("../img/sp/sec05_title2bg2.svg");
  }

  .sec05 .sec05_title2inner {
    font-size: 5.3333333333vw;
  }

  .sec05 .sec05_title2inner .sec05_title2inner-1 {
    font-size: 4.2666666667vw;
    padding: 0 0 1.7333333333vw;
    margin: 0 0 1.3333333333vw;
  }

  .sec05 .sec05_title2inner .sec05_title2inner-1::after {
    height: 0.2666666667vw;
    width: 54.4vw;
  }

  .sec05 .sec05_title2inner .sec05_title2inner-2 .sec05_title2inner-2-1 {
    font-size: 4.8vw;
  }

  .sec05 .sec05_box1Content {
    padding: 6.6666666667vw 4vw;
  }

  .sec05 .sec05_text1 {
    font-size: 4vw;
    margin: 0 0 3.6vw;
  }

  .sec05 .sec05_box2 {
    flex-direction: column;
    padding: 4vw;
    gap: 4vw;
  }

  .sec05 .sec05_box2Inner {
    flex: 0 0 auto;
    padding: 0 0 3.7333333333vw;
  }

  .sec05 .sec05_text2 {
    font-size: 4.2666666667vw;
    margin: 2.1333333333vw 4vw 0;
  }

  .sec05 .sec05_text3 {
    border-top: 0.2666666667vw solid #2A64C8;
    margin: 0.2666666667vw 4vw 0;
    font-size: 3.4666666667vw;
    padding: 1.3333333333vw 0 0;
  }

  .sec05 .sec05_text4 {
    margin: 0 auto 4vw;
  }

  .sec05 .sec05_text5 {
    margin: 6.6666666667vw 0 2.6666666667vw;
  }

  .sec05 .sec05_box3 {
    flex-direction: column;
    gap: 4vw;
  }

  .sec05 .sec05_box2Inner2 {
    flex: 0 0 55.3333333333vw;
  }

  .sec05 .sec05_text6 {
    height: 13.3333333333vw;
  }

  .sec05 .sec05_text6-1 {
    font-size: 4.2666666667vw;
  }

  .sec05 .sec05_text6-1 .sec05_text6-1-2 {
    font-size: 2.6666666667vw;
    display: inline;
  }

  .sec05 .sec05_text7 {
    font-size: 3.4666666667vw;
    padding: 4vw;
  }
}

.sec06 {
  background-color: #F4F4F4;
}

.sec06 .sec06_outer {
  width: 920px;
  margin: auto;
  padding: 50px 0 100px;
}

.sec06 .sec06_text1 {
  color: var(--txt, #333);
  text-align: right;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  margin: 5px 0 0;
}

@media screen and (max-width: 767px) {
  .sec06 .sec06_outer {
    width: 92vw;
    padding: 9.3333333333vw 0 13.3333333333vw;
  }

  .sec06 .sec06_text1 {
    font-size: 2.6666666667vw;
    margin: 0.6666666667vw 0 0;
  }
}

.sec07 .sec07_body {
  background-image: url("../img/pc/sec07.jpg");
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
}

.sec07 .sec07_outer {
  width: 920px;
  margin: auto;
  padding: 50px 0 50px;
}

.sec07 .sec07_lead {
  background-color: #2A64C8;
  color: var(--base-1, #FFF);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  padding: 8px 0;
  margin: 0 0 13px;
}

.sec07 .sec07_title {
  color: var(--base-1, #2A64C8);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  margin: 13px 0 30px;
  padding: 0 0 8px;
}

.sec07 .sec07_media {
  display: flex;
  gap: 33px;
  margin: 0 0 28px;
}

.sec07 .sec07_img {
  flex: 0 0 444px;
}

.sec07 .sec07_inner {
  flex: 1 1 auto;
}

.sec07 .sec07_text {
  color: var(--txt, #333);
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  margin: -0.4em 0 1em;
  letter-spacing: 0.08em;
}

.sec07 .sec07_title2 {
  color: var(--main-1, #2A64C8);
  text-align: justify;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  border-bottom: 2px solid #2A64C8;
  margin: 0 0 20px;
}

@media screen and (max-width: 767px) {
  .sec07 .sec07_body {
    background-image: url("../img/sp/sec07.jpg");
  }

  .sec07 .sec07_outer {
    width: 84vw;
    padding: 9.3333333333vw 0 2.6666666667vw;
  }

  .sec07 .sec07_lead {
    font-size: 4vw;
    padding: 1.0666666667vw 0;
    margin: 0 0 1.7333333333vw;
  }

  .sec07 .sec07_title {
    font-size: 4.2666666667vw;
    text-align: left;
    margin: 1.7333333333vw 0 1.0666666667vw;
    padding: 0;
  }

  .sec07 .sec07_media {
    flex-direction: column;
    gap: 2.6666666667vw;
    margin: 0 0 9.3333333333vw;
  }

  .sec07 .sec07_img {
    flex: 0 0 auto;
    width: 100%;
  }

  .sec07 .sec07_text {
    font-size: 3.4666666667vw;
    margin: 0 0 1em;
  }

  .sec07 .sec07_title2 {
    font-size: 4vw;
    border-bottom: 0.2666666667vw solid #2A64C8;
    margin: 0 0 4vw;
    padding: 0 0 1.3333333333vw;
  }
}

.secHead {
  background-image: url("../img/pc/sec_head_bg.jpg");
  background-size: cover;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding: 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 248px;
}

.secHead .secHead_outer {
  width: 920px;
  margin: auto;
}

.secHead .secHead_text1 {
  border-radius: 8px;
  background: var(--base-1, #FFF);
  display: block;
  text-align: center;
  color: #2A64C8;
  font-weight: 700;
  line-height: 140%;
  padding: 30px 0;
}

.secHead .secHead_text1 .secHead_text1-1 {
  display: block;
  line-height: 140%;
  font-size: 32px;
}

.secHead .secHead_text1 .secHead_text1-2 {
  display: block;
  line-height: 140%;
  font-size: 48px;
}

.secHead .secHead_text1 .line {
  background: linear-gradient(transparent 90%, #EC7031 90%, #EC7031 95%, transparent 95%);
}

.secHead .secHead_note {
  color: var(--base-1, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  margin: 10px 0 -10px;
}

.secHead .secHead_text2 {
  color: #FFF;
  text-align: center;
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  padding: 34px 0;
}

.secHead .secHead_text2 .secHead_text2-1 {
  font-size: 56px;
}

.secHead .secHead_text3 {
  padding: 40px 0 30px;
}

.secHead .secHead_text3 .secHead_text3-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 54px;
  background-color: #fff;
  width: 860px;
  margin: auto;
  border-radius: 8px;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  color: #2A64C8;
}

.secHead .secHead_text3 .secHead_text3-2 {
  display: block;
  color: var(--base-1, #FFF);
  font-size: 48px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  margin: 16px 0 0;
}

@media screen and (max-width: 767px) {
  .secHead {
    background-image: url("../img/sp/sec_head_bg.jpg");
    padding: 8.5333333333vw 0;
    min-height: 27.3333333333vw;
  }

  .secHead .secHead_outer {
    width: 100vw;
  }

  .secHead .secHead_text1 {
    width: 84vw;
    margin: auto;
    border-radius: 1.0666666667vw;
    padding: 4.9333333333vw 0;
  }

  .secHead .secHead_text1 .secHead_text1-1 {
    font-size: 4.8vw;
    margin: 0 0 1.3333333333vw;
  }

  .secHead .secHead_text1 .secHead_text1-2 {
    font-size: 6.4vw;
  }

  .secHead .secHead_note {
    font-size: 3.4666666667vw;
    margin: 4vw 8vw -1.3333333333vw;
  }

  .secHead .secHead_text2 {
    font-size: 6.4vw;
    line-height: 160%;
    padding: 0 0;
  }

  .secHead .secHead_text2 .secHead_text2-1 {
    font-size: 7.4666666667vw;
  }

  .secHead .secHead_text2 .secHead_text2-1.secHead_text2-1-2 {
    font-size: 6.4vw;
  }

  .secHead .secHead_text3 {
    padding: 2.6666666667vw 0 0;
  }

  .secHead .secHead_text3 .secHead_text3-1 {
    height: 14.4vw;
    width: 84vw;
    border-radius: 1.0666666667vw;
    font-size: 4.8vw;
  }

  .secHead .secHead_text3 .secHead_text3-2 {
    font-size: 6.4vw;
    margin: 2.1333333333vw 0 0;
  }
}

.cv01 {
  background: linear-gradient(90deg, #1B4A99 0%, #3170DB 100%);
}

.cv01 .cv01_outer {
  width: 1000px;
  margin: auto;
  padding: 40px 0 50px;
}

.cv01 .cv01_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cv01 .cv01_btn {
  flex: 0 0 375px;
}

.cv01 .cv01_btn.cv01_btn1 {
  flex: 0 0 590px;
}

.cv01 .cv01_lead1 {
  text-align: center;
  color: var(--base-1, #FFF);
  text-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.3);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  white-space: nowrap;
  margin: 0 0 15px;
}

.cv01 .cv01_lead2 {
  color: var(--base-1, #FFF);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  white-space: nowrap;
  margin: 0 0 15px;
}

@media screen and (max-width: 767px) {
  .cv01 .cv01_outer {
    width: 100vw;
    padding: 12vw 0 10.6666666667vw;
  }

  .cv01 .cv01_wrapper {
    display: block;
  }

  .cv01 .cv01_btn {
    width: 100%;
    margin: auto;
  }

  .cv01 .cv01_btn.cv01_btn1 {
    margin: 0 0 6.6666666667vw;
    width: 100%;
  }

  .cv01 .cv01_btnWrapper1 {
    width: 84vw;
    margin: auto;
  }

  .cv01 .cv01_btnWrapper2 {
    width: 69.3333333333vw;
    margin: auto;
  }

  .cv01 .cv01_lead1 {
    text-shadow: 0 0 1.8666666667vw 0 rgba(0, 0, 0, 0.3);
    font-size: 4.8vw;
    line-height: 5.3333333333vw;
    margin: 0 0 2vw;
  }

  .cv01 .cv01_lead2 {
    font-size: 4vw;
    line-height: 5.3333333333vw;
    margin: 0 0 2vw;
  }
}

.cv02 {
  background: linear-gradient(90deg, #1B4A99 0%, #3170DB 100%);
}

.cv02 .cv02_outer {
  width: 920px;
  margin: auto;
  padding: 60px 0 80px;
}

.cv02 .cv02_title {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
  padding: 16px 0;
  color: var(--txt, #fff);
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  margin: 0 0 40px;
  color: var(--base-1, #FFF);
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%;
}

.cv02 .cv02_wrapper2 {
  width: 920px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}

.cv02 .cv02_inner2-1 {
  position: relative;
  flex: 0 0 450px;
}

.cv02 .cv02_box {
  height: 220px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.cv02 .cv02_box.-orange .cv02_boxLead {
  background-color: #EC7031;
}

.cv02 .cv02_box.-orange .cv02_boxText {
  font-weight: 700;
}

.cv02 .cv02_box.-orange .cv02_boxText:last-child::before {
  margin: 0 auto 15px;
}

.cv02 .cv02_box.-orange .cv02_boxInner {
  padding: 10px 0 20px;
}

.cv02 .cv02_boxLead {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--base-1, #FFF);
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  background-color: #333;
}

.cv02 .cv02_boxInner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  height: 170px;
  padding: 20px 0;
}

.cv02 .cv02_boxText {
  color: var(--txt, #333);
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.cv02 .cv02_boxText:last-child {
  position: relative;
}

.cv02 .cv02_boxText:last-child::before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-image: url("../img/common/icon3_black.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0 auto 8px;
}

.cv02 .cv02_boxText .small {
  font-size: 16px;
}

.cv02 .cv02_boxText .large {
  font-size: 32px;
}

.cv02 .cv02_wrapper {
  margin: 38px 0 0;
}

.cv02 .cv02_btn {
  width: 460px;
  margin: 30px auto 0;
}

.cv02 .cv02_btn.cv02_btn1 {
  width: 650px;
  margin: 0 auto 0;
}

.cv02 .cv02_lead1 {
  text-align: center;
  color: var(--base-1, #FFF);
  text-shadow: 0px 0px 14px rgba(0, 0, 0, 0.3);
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  white-space: nowrap;
  margin: 0 0 15px;
}

.cv02 .cv02_lead2 {
  color: var(--base-1, #FFF);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
  white-space: nowrap;
  margin: 0 0 5px;
}

@media screen and (max-width: 767px) {
  .cv02 .cv02_outer {
    width: 100vw;
    padding: 8vw 0 10.6666666667vw;
  }

  .cv02 .cv02_title {
    width: 84vw;
    border-top: 0.2666666667vw solid #fff;
    border-bottom: 0.2666666667vw solid #fff;
    padding: 2.1333333333vw 0;
    font-size: 4.2666666667vw;
    margin: 0 auto 5.3333333333vw;
    font-size: 5.3333333333vw;
  }

  .cv02 .cv02_wrapper2 {
    width: 84vw;
    flex-direction: column;
    gap: 4vw;
  }

  .cv02 .cv02_inner2-1 {
    flex: 1 1 auto;
    width: 100%;
  }

  .cv02 .cv02_box {
    height: 31.3333333333vw;
    border-radius: 1.3333333333vw;
  }

  .cv02 .cv02_box.-orange .cv02_boxText {
    font-size: 4vw;
  }

  .cv02 .cv02_box.-orange .cv02_boxText:last-child::before {
    margin: 0 auto 0.6666666667vw;
  }

  .cv02 .cv02_box.-orange .cv02_boxInner {
    padding: 1.3333333333vw 0 1.7333333333vw;
  }

  .cv02 .cv02_boxLead {
    height: 6.5333333333vw;
    font-size: 4.8vw;
  }

  .cv02 .cv02_boxInner {
    height: 24.8vw;
    padding: 1.8666666667vw 0;
  }

  .cv02 .cv02_boxText {
    font-size: 3.4666666667vw;
  }

  .cv02 .cv02_boxText .bold {
    font-size: 4vw;
  }

  .cv02 .cv02_boxText:last-child::before {
    width: 3.0666666667vw;
    height: 3.0666666667vw;
    margin: 0 auto 1.0666666667vw;
  }

  .cv02 .cv02_boxText .small {
    font-size: 3.4666666667vw;
  }

  .cv02 .cv02_boxText .large {
    font-size: 4.2666666667vw;
  }

  .cv02 .cv02_wrapper {
    margin: 5.0666666667vw 0 0;
  }

  .cv02 .cv02_btn {
    width: 100%;
    margin: 4vw auto 0;
  }

  .cv02 .cv02_btn.cv02_btn1 {
    width: 100%;
  }

  .cv02 .cv02_btnWrapper1 {
    margin: 0 auto 0;
    width: 84vw;
  }

  .cv02 .cv02_btnWrapper2 {
    margin: 0 auto 0;
    width: 69.3333333333vw;
  }

  .cv02 .cv02_lead1 {
    text-shadow: 0 0 1.8666666667vw rgba(0, 0, 0, 0.3);
    font-size: 4.8vw;
    line-height: 140%;
    margin: 0 0 2.6666666667vw;
  }

  .cv02 .cv02_lead2 {
    font-size: 4vw;
    line-height: 5.3333333333vw;
    margin: 0 0 2vw;
  }
}

.btn1 {
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #10D375;
  border-radius: 37px;
  position: relative;
}

.btn1.-large {
  height: 86px;
  border-radius: 43px;
}

.btn1::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 20px;
  background-image: url("../img/common/icon2_white.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.btn1 .btn1_inner {
  color: var(--base-1, #FFF);
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

@media screen and (max-width: 767px) {
  .btn1 {
    height: 15.3333333333vw;
    border-radius: 7.7333333333vw;
    font-size: 4.2666666667vw;
  }

  .btn1.-large {
    height: 15.3333333333vw;
    border-radius: 7.7333333333vw;
  }

  .btn1::after {
    width: 2.6666666667vw;
    height: 4vw;
    right: 4vw;
  }

  .btn1 .btn1_inner {
    font-size: 4.2666666667vw;
  }
}

.btn2 {
  height: 72px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 36px;
  position: relative;
}

.btn2.-large {
  height: 65px;
  border-radius: 33px;
}

.btn2::after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 20px;
  background-image: url("../img/common/icon1_blue.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.btn2 .btn2_inner {
  color: var(--main-1, #2A64C8);
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
}

@media screen and (max-width: 767px) {
  .btn2 {
    height: 11.3333333333vw;
    border-radius: 5.7333333333vw;
  }

  .btn2.-large {
    height: 11.3333333333vw;
    border-radius: 5.8666666667vw;
  }

  .btn2::after {
    width: 2.6666666667vw;
    height: 3.2vw;
    right: 2.1333333333vw;
  }

  .btn2 .btn2_inner {
    font-size: 3.4666666667vw;
  }
}

.arrowText {
  width: 180px;
  height: 65px;
  margin-left: auto;
  margin-right: auto;
  background-image: url("../img/pc/arrow_text_bg.svg");
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--base-1, #FFF);
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  padding: 0 0 10px;
}

@media screen and (max-width: 767px) {
  .arrowText {
    width: 24vw;
    height: 8.6666666667vw;
    background-image: url("../img/sp/arrow_text_bg.svg");
    font-size: 4vw;
    padding: 0 0 2vw;
  }
}

/*# sourceMappingURL=style.css.map */

/* float */

.cv01.float {
  position: fixed;
  bottom: 0;
  width: 100%;
  transform: translateY(-60px);
  opacity: 0;
  z-index: 4;
}

.cv01.float .cv01_outer {
  padding: 20px 0 50px;

}

.cv01.float {
  position: fixed;
}

.cv01.float.hide {
  transform: translateY(0px);
  bottom: 0;
  opacity: 0;
  transition: transform 0.6s, opacity 0.6s;
}

.cv01.float.disp {
  bottom: 0;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.6s, opacity 0.6s;

}

@media screen and (max-width: 767px) {
  .cv01.float .cv01_btn.mail {
    display: none;
  }

  .cv01.float {
    height: min-content;
  }

  .cv01.float .cv01_outer {
    padding: 20px 0 0 0;
  }

  .cv01.float.cv01_btn.cv01_btn1 {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .cv01.float {
    height: 180px;
  }
}