@charset "UTF-8";
/* Reset margin, padding, border
* *********************************** */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

/* スマホ切り替え * *********************************** */
/* Typography * *********************************** */
html {
  font-size: 0.694447vw;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 1.33333vw;
  }
}

body {
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", serif;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    -webkit-font-smoothing: auto;
  }
}

* {
  font-family: inherit;
  font-size: inherit;
}

a,
a:visited {
  color: inherit;
}

/* Layout * *********************************** */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

* {
  box-sizing: border-box;
}

/* Elements * *********************************** */
a {
  text-decoration: none;
  cursor: pointer;
}

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

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

img,
video {
  display: block;
}

img {
  border-style: none;
  display: block;
}

label, input[type=checkbox] {
  cursor: pointer;
}

button {
  cursor: pointer;
}

a {
  cursor: pointer;
}

br.sp {
  display: none;
  line-height: initial;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  br.sp {
    display: block;
    line-height: initial;
  }
}

br.pc {
  display: block;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  br.pc {
    display: none;
  }
}

.show_pc {
  display: block;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .show_pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .show_pc {
    display: block;
  }
}

.show_sp {
  display: none;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .show_sp {
    display: block;
  }
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .show_sp {
    display: none;
  }
}

.no-wrap {
  white-space: nowrap;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .pt18 {
    padding-top: 2.4vw;
  }
}
.mgt10 {
  margin-top: 10px;
}

.mgt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 0.6vw;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .mb28 {
    margin-bottom: 3.7vw;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .mr13 {
    margin-right: 1.7vw;
  }
}
.mr70 {
  margin-right: 4.9vw;
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .mr70 {
    margin-right: 0;
  }
}
.bold {
  font-weight: bold;
}

.text-left {
  text-align: left;
}

/*display flex*/
.flex {
  display: flex;
}

.column {
  flex-direction: column;
}

.justify-right {
  justify-content: flex-end;
}

/* Zen丸ゴシック */
/* m-plusゴシック */
/*Baloo*/
/*mochiy-pop*/
/*rocknroll*/
/*Noto sans JP*/
/*Poppins*/
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  background-color: #fff;
}

main {
  background-color: #F1F7E7;
}

/*ホバー*/
.follow-btn {
  transition: 0.3s;
}

.follow-btn:hover {
  opacity: 1;
  transform: translateY(3px);
  box-shadow: 0 0 0 0 rgba(4, 0, 0, 0.15);
}

.sink {
  transition: 0.3s;
}

.sink:hover {
  transform: translateY(3px);
  box-shadow: 0 0 0 0 rgba(4, 0, 0, 0.15);
  transition: 0.3s;
}
.sink:hover a {
  opacity: 0.8;
}

.brightness {
  filter: brightness(1);
  transition: 0.3s;
}

.brightness:hover {
  filter: brightness(0.8);
  transition: 0.3s;
}
.brightness:hover a {
  opacity: 0.8;
}

/*背景*/
.bg-white {
  background-color: #fff;
}

.bg-gradient {
  clip-path: polygon(0 0, 100% 0, 100% 94%, 50% 100%, 0 94%);
  background: linear-gradient(180deg, #ffffff, #fcfefc, #fafdf9, #f8fcf5, #f6fbf2, #f4faee, #f2f8eb, #f1f7e7);
  width: 86.1vw;
  margin: 0 auto;
  padding-bottom: 9.5vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .bg-gradient {
    clip-path: polygon(0 0, 100% 0, 100% 97%, 50% 100%, 0 97%);
    width: 100%;
    padding-bottom: 16.5vw;
    margin-top: 2.4vw;
    margin-bottom: 4.3vw;
  }
}

.header {
  background-color: #fff;
  padding: 1vw 3.5vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .header {
    padding-top: 2.1vw;
    padding-bottom: 2.1vw;
    padding-left: 3.5vw;
  }
}
.header__logo {
  width: 7.5vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .header__logo {
    width: 21.1vw;
  }
}

.fv {
  position: relative;
  width: 100%;
  height: 48vw;
  padding-top: 6vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv {
    height: 137vw;
    margin-bottom: 6.9vw;
  }
}
.fv__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 53.5vw;
  height: 46vw;
  border-bottom-left-radius: 50%;
  background-color: #F1F7E7;
  background-image: url(../assets/images/fv/fv-img.jpg);
  background-size: 81vw;
  background-position: top -4.5vw right -10.3vw;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv__img {
    width: 89.3vw;
    height: 67.1vw;
    background-position: top -6vw right -7vw;
    background-size: 132vw;
  }
}
.fv__container {
  position: absolute;
  z-index: 1;
  top: 6vw;
  left: 16vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv__container {
    top: 59vw;
    left: 11vw;
  }
}
.fv__container--guide {
  background-color: #FFE329;
  border: 1px solid #00477F;
  border-radius: 1.6vw;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.6vw 3.9vw;
  margin-bottom: 1.5vw;
}
.fv__container--guide span {
  font-size: 1.4vw;
  font-weight: 600;
  color: #00477F;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv__container--guide span {
    font-size: 2.6vw;
  }
}
.fv__container h2 {
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.4;
  color: #00477F;
  margin-bottom: 1.9vw;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv__container h2 {
    font-size: 7.7vw;
  }
}
.fv__container p {
  font-size: 1.1vw;
  font-weight: 600;
  color: #00477F;
  line-height: 1.9;
  margin-bottom: 3.2vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv__container p {
    font-size: 2.8vw;
    letter-spacing: 0.4vw;
    width: 47.6vw;
  }
}
.fv__container--btn {
  background-color: #00477F;
  border: 4px solid #8BC249;
  border-radius: 0.8vw;
  box-shadow: 3px 3px 3px rgba(4, 0, 0, 0.15);
  width: 24.3vw;
  height: 4.8vw;
  padding: 0;
  margin-left: 1vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv__container--btn {
    width: 43.1vw;
    height: 9.9vw;
    margin-left: 0;
  }
}
.fv__container--btn a {
  padding: 1.5vw 4.4vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv__container--btn a {
    padding: 3vw 3.4vw;
  }
}
.fv__container--btn a span {
  font-size: 1.5vw;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv__container--btn a span {
    font-size: 3.2vw;
    letter-spacing: 1px;
  }
}

.fv-2 {
  position: relative;
  text-align: center;
  width: 69.4vw;
  margin: 0 auto;
  margin-top: 6.9vw;
  padding-bottom: 4.2vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv-2 {
    width: 83.7vw;
    padding-bottom: 8.4vw;
  }
}
.fv-2 .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv-2 .flex {
    flex-direction: column;
  }
}
.fv-2 h2 {
  font-size: 2.6vw;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  color: #00477F;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv-2 h2 {
    font-size: 5.1vw;
  }
}
.fv-2 h2 span {
  padding: 0 5px;
  padding-bottom: 4px;
  line-height: 2;
  background: radial-gradient(circle at calc(100% - 2.5px) calc(100% - 2.5px), #FFE329 2.5px, transparent 2.5px), radial-gradient(circle at 2.5px calc(100% - 2.5px), #FFE329 2.5px, transparent 2.5px), linear-gradient(to bottom, #F1F7E7 calc(100% - 5px), transparent calc(100% - 14px)), linear-gradient(to right, transparent 2.5px, #FFE329 2.5px, #FFE329 calc(100% - 2.5px), transparent calc(100% - 2.5px));
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.fv-2__img {
  position: relative;
}
.fv-2__img--bg {
  position: absolute;
  top: 3vw;
  left: -4vw;
  z-index: -1;
  background-color: #fff;
  border-radius: 50%;
  width: 27vw;
  height: 27vw;
}
.fv-2__img img {
  width: 24vw;
  margin-top: 1vw;
  margin-left: -6vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv-2__img img {
    position: absolute;
    bottom: -49vw;
    right: -2vw;
    width: 45.4vw;
  }
}
.fv-2__container {
  display: flex;
  flex-direction: column;
}
.fv-2__container:not(:last-of-type) {
  margin-bottom: 2.1vw;
}
.fv-2__item {
  text-align: left;
  margin-bottom: 4.7vw;
}
.fv-2__item span {
  font-size: 1.1vw;
  font-weight: 600;
  color: #FFE329;
  background-color: #00477F;
  border-radius: 0.3vw;
  padding: 0.6vw 1.3vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv-2__item span {
    font-size: 2.6vw;
    border-radius: 0.7vw;
    padding: 0.6vw 3.1vw;
  }
}
.fv-2__item p {
  font-size: 1.3vw;
  line-height: 1.4;
  letter-spacing: 2.1px;
  color: #00477F;
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(4, 0, 0, 0.15);
  border-radius: 0.3vw;
  width: 18vw;
  min-height: 8.6vw;
  padding: 1.4vw 1.9vw;
  margin-top: 1vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv-2__item p {
    font-size: 3.1vw;
    width: 54.5vw;
    padding: 3.2vw;
  }
}
.fv-2__item:not(:last-of-type) {
  margin-bottom: 2.1vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .fv-2__item:not(:last-of-type) {
    margin-bottom: 4.6vw;
  }
}
.fv-2--btn {
  position: absolute;
  bottom: 3.9vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  background-color: #00477F;
  border: 6px solid #8BC249;
  border-radius: 0.8vw;
  box-shadow: 3px 3px 3px rgba(4, 0, 0, 0.15);
  width: 43.6vw;
  height: 6.9vw;
  padding: 0;
}
.fv-2--btn a {
  padding: 2.5vw 13vw;
}
.fv-2--btn a span {
  font-size: 1.7vw;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  white-space: nowrap;
}

.problem {
  position: relative;
  text-align: center;
  padding-top: 6vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .problem {
    padding-top: 9.3vw;
  }
}
.problem h2 {
  position: absolute;
  top: 1.5vw;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Poppins", sans-serif;
  font-size: 5.2vw;
  font-weight: 600;
  color: #595757;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .problem h2 {
    font-size: 10vw;
  }
}
.problem__container {
  background-color: #F5F5F5;
  box-shadow: 3px 3px 3px rgba(4, 0, 0, 0.15);
  width: 79.2vw;
  margin: 0 auto;
  padding: 4.9vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .problem__container {
    width: 86.7vw;
    padding: 8.1vw 6.8vw;
  }
}
.problem__container--heading {
  font-size: 1.6vw;
  color: #595757;
  line-height: 1.74;
  margin-bottom: 2.9vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .problem__container--heading {
    font-size: 3.1vw;
    margin-bottom: 6vw;
  }
}
.problem__container--heading span {
  padding: 0 5px;
  padding-bottom: 4px;
  line-height: 2;
  background: radial-gradient(circle at calc(100% - 2.5px) calc(100% - 2.5px), #FFE329 2.5px, transparent 2.5px), radial-gradient(circle at 2.5px calc(100% - 2.5px), #FFE329 2.5px, transparent 2.5px), linear-gradient(to bottom, #F5F5F5 calc(100% - 5px), transparent calc(100% - 14px)), linear-gradient(to right, transparent 2.5px, #FFE329 2.5px, #FFE329 calc(100% - 2.5px), transparent calc(100% - 2.5px));
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.problem__container .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .problem__container .flex {
    flex-wrap: wrap;
  }
}
.problem__container .problem__item {
  width: 15.6vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .problem__container .problem__item {
    width: 34.1vw;
  }
}
.problem__container .problem__item--img {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-color: 0.3vw;
  height: 18.4vw;
  padding: 1vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .problem__container .problem__item--img {
    height: 34.1vw;
    padding: 3.3vw;
    margin-bottom: 2.1vw;
  }
}
.problem__container .problem__item--img--heading {
  background-color: #595757;
  width: 10vw;
  padding: 0 2vw;
  border-radius: 2vw;
  margin-bottom: 2.1vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .problem__container .problem__item--img--heading {
    width: 18.1vw;
    border-radius: 4vw;
  }
}
.problem__container .problem__item--img--heading p {
  font-family: "Poppins", sans-serif;
  font-size: 1vw;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .problem__container .problem__item--img--heading p {
    font-size: 2.1vw;
  }
}
.problem__container .problem__item--img--heading p span {
  font-weight: 700;
  color: #FFE329;
}
.problem__container .problem__item--img--illust {
  width: 13.3vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .problem__container .problem__item--img--illust {
    width: 29.1vw;
  }
}
.problem__container .problem__item--img--heading04 {
  background-color: #595757;
  width: 10vw;
  padding: 0 2vw;
  border-radius: 2vw;
  margin-bottom: 1.3vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .problem__container .problem__item--img--heading04 {
    width: 18.1vw;
    border-radius: 4vw;
  }
}
.problem__container .problem__item--img--heading04 p {
  font-family: "Poppins", sans-serif;
  font-size: 1vw;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .problem__container .problem__item--img--heading04 p {
    font-size: 2.1vw;
  }
}
.problem__container .problem__item--img--heading04 p span {
  font-weight: 700;
  color: #FFE329;
}
.problem__container .problem__item--img--illust03 {
  width: 11.7vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .problem__container .problem__item--img--illust03 {
    width: 22.6vw;
  }
}
.problem__container .problem__item--text {
  width: 13.9vw;
  font-size: 1vw;
  line-height: 1.53;
  color: #595757;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .problem__container .problem__item--text {
    width: 28vw;
    font-size: 2.3vw;
  }
}

.arrow01 {
  width: 2.1vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .arrow01 {
    width: 4vw;
  }
}

.arrow02 {
  width: 2.1vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .arrow02 {
    width: 4vw;
    margin: 6vw auto;
  }
}

.solution {
  position: relative;
  text-align: center;
  padding-top: 4vw;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .solution {
    padding-top: 4.3vw;
  }
}
.solution h2 {
  position: absolute;
  top: -0.5vw;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Poppins", sans-serif;
  font-size: 5.2vw;
  font-weight: 600;
  color: #00477F;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .solution h2 {
    top: -3.5vw;
    font-size: 10vw;
  }
}
.solution__container {
  background-color: #F1F7E7;
  box-shadow: 3px 3px 3px rgba(4, 0, 0, 0.15);
  width: 79.2vw;
  margin: 0 auto;
  padding: 4.9vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .solution__container {
    border-radius: 2vw;
    box-shadow: none;
    width: 86.7vw;
    padding: 8.1vw 6.8vw;
  }
}
.solution__container--heading {
  font-size: 1.6vw;
  font-weight: 600;
  color: #00477F;
  line-height: 1.74;
  margin-bottom: 2.9vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .solution__container--heading {
    font-size: 3.1vw;
    margin-bottom: 6vw;
  }
}
.solution__container--heading span {
  padding: 0 5px;
  padding-bottom: 4px;
  line-height: 2;
  background: radial-gradient(circle at calc(100% - 2.5px) calc(100% - 2.5px), #FFE329 2.5px, transparent 2.5px), radial-gradient(circle at 2.5px calc(100% - 2.5px), #FFE329 2.5px, transparent 2.5px), linear-gradient(to bottom, #F1F7E7 calc(100% - 5px), transparent calc(100% - 14px)), linear-gradient(to right, transparent 2.5px, #FFE329 2.5px, #FFE329 calc(100% - 2.5px), transparent calc(100% - 2.5px));
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.solution__container .flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.3vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .solution__container .flex {
    flex-wrap: wrap;
  }
}
.solution__container .solution__item {
  width: 15.6vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .solution__container .solution__item {
    width: 34.1vw;
  }
}
.solution__container .solution__item--img {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border-color: 0.3vw;
  height: 18.4vw;
  padding: 1vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .solution__container .solution__item--img {
    height: 34.1vw;
    padding: 3.3vw;
    margin-bottom: 2.1vw;
  }
}
.solution__container .solution__item--img--heading {
  background-color: #00477F;
  width: 10vw;
  padding: 0 2vw;
  border-radius: 2vw;
  margin-bottom: 2.1vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .solution__container .solution__item--img--heading {
    width: 18.1vw;
    border-radius: 4vw;
  }
}
.solution__container .solution__item--img--heading p {
  font-family: "Poppins", sans-serif;
  font-size: 1vw;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .solution__container .solution__item--img--heading p {
    font-size: 2.1vw;
  }
}
.solution__container .solution__item--img--heading p span {
  font-weight: 700;
  color: #FFE329;
}
.solution__container .solution__item--img--illust {
  width: 13.3vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .solution__container .solution__item--img--illust {
    width: 29.1vw;
  }
}
.solution__container .solution__item--img--heading04 {
  background-color: #00477F;
  width: 10vw;
  padding: 0 2vw;
  border-radius: 2vw;
  margin-bottom: 1.3vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .solution__container .solution__item--img--heading04 {
    width: 18.1vw;
    border-radius: 4vw;
  }
}
.solution__container .solution__item--img--heading04 p {
  font-family: "Poppins", sans-serif;
  font-size: 1vw;
  font-weight: 600;
  color: #fff;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .solution__container .solution__item--img--heading04 p {
    font-size: 2.1vw;
  }
}
.solution__container .solution__item--img--heading04 p span {
  font-weight: 700;
  color: #FFE329;
}
.solution__container .solution__item--img--illust04 {
  width: 13.7vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .solution__container .solution__item--img--illust04 {
    width: 25.6vw;
  }
}
.solution__container .solution__item--img--illust03 {
  width: 11.7vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .solution__container .solution__item--img--illust03 {
    width: 22.6vw;
  }
}
.solution__container .solution__item--text {
  width: 13.9vw;
  font-size: 1vw;
  line-height: 1.53;
  color: #00477F;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .solution__container .solution__item--text {
    width: 28vw;
    font-size: 2.3vw;
  }
}
.solution__container--text {
  font-size: 2.4vw;
  font-weight: 600;
  color: #00477F;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .solution__container--text {
    width: 100%;
    font-size: 4.7vw;
    line-height: 1.6;
  }
}
.solution__container--text span {
  padding: 0 5px;
  padding-bottom: 4px;
  line-height: 2;
  background: radial-gradient(circle at calc(100% - 2.5px) calc(100% - 2.5px), #FFE329 2.5px, transparent 2.5px), radial-gradient(circle at 2.5px calc(100% - 2.5px), #FFE329 2.5px, transparent 2.5px), linear-gradient(to bottom, #F1F7E7 calc(100% - 5px), transparent calc(100% - 14px)), linear-gradient(to right, transparent 2.5px, #FFE329 2.5px, #FFE329 calc(100% - 2.5px), transparent calc(100% - 2.5px));
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.guide-line {
  background-color: #fff;
  border-radius: 0.3vw;
  width: 69.4vw;
  margin: 0 auto;
  margin-bottom: 5.5vw;
  padding: 1.7vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .guide-line {
    width: 86.7vw;
    padding: 6.5vw 3.3vw 3.6vw 3.3vw;
  }
}
.guide-line__heading {
  display: flex;
  align-items: center;
  color: #00477F;
  margin-bottom: 1.3vw;
  padding: 0 1.5vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .guide-line__heading {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 3.1vw;
    padding: 0;
  }
}
.guide-line__heading h2 {
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  margin-right: 1.9vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .guide-line__heading h2 {
    font-size: 3.3vw;
    margin: 0 auto;
    margin-bottom: 4.3vw;
  }
}
.guide-line__heading p {
  font-size: 1vw;
  line-height: 2;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .guide-line__heading p {
    font-size: 2.7vw;
  }
}
.guide-line h3 {
  text-align: center;
  font-size: 1vw;
  font-weight: 600;
  background-color: #C39D98;
  border-radius: 1.4vw;
  color: #fff;
  padding: 0.8vw auto;
  margin-bottom: 1.2vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .guide-line h3 {
    font-size: 2.7vw;
    border-radius: 3.3vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
.guide-line__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #00477F;
  margin-bottom: 0.3vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .guide-line__container {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0.8vw;
  }
}
.guide-line__container--circle {
  position: relative;
  text-align: center;
  border: 1px solid #00477F;
  border-radius: 50%;
  width: 8.3vw;
  height: 8.3vw;
  margin-right: 1vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .guide-line__container--circle {
    width: 18.7vw;
    height: 18.7vw;
  }
}
.guide-line__container--circle span {
  position: absolute;
  top: 1.3vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.3vw;
  font-weight: 600;
  line-height: 1.44;
  white-space: nowrap;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .guide-line__container--circle span {
    top: 3vw;
    font-size: 2.9vw;
  }
}
.guide-line__container--percentage {
  position: relative;
  margin-right: 1.3vw;
}
.guide-line__container--percentage--small {
  position: absolute;
  top: 0.5vw;
  left: 0;
  font-size: 1vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .guide-line__container--percentage--small {
    font-size: 2.6vw;
  }
}
.guide-line__container--percentage--text {
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  font-size: 8.8vw;
  font-weight: 600;
  line-height: 1;
  margin-top: 1.8vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .guide-line__container--percentage--text {
    font-size: 19.7vw;
    margin-top: 3.8vw;
  }
}
.guide-line__container--percentage--text .small01 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-size: 8.1vw;
  font-weight: 700;
  line-height: 1;
  margin: 0 -0.4vw;
  margin-top: -1.5vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .guide-line__container--percentage--text .small01 {
    margin: 2vw -1vw;
    margin-top: -1.5vw;
    font-size: 21vw;
  }
}
.guide-line__container--percentage--text .small02 {
  font-size: 5.3vw;
  font-weight: 700;
  line-height: 1;
  margin-top: 2.4vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .guide-line__container--percentage--text .small02 {
    font-size: 11.7vw;
  }
}
.guide-line__container--item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F7F0EF;
  border-radius: 0.3vw;
  width: 17.3vw;
  padding: 1vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .guide-line__container--item {
    width: 39.1vw;
    height: 24vw;
    padding: 1.5vw;
    padding-top: 2.3vw;
  }
}
.guide-line__container--item--text01 {
  display: flex;
  align-items: flex-end;
  background-size: 10px 2px;
  background-image: linear-gradient(to right, #9FA0A0 6px, transparent 6px);
  background-repeat: repeat-x;
  background-position: bottom;
  margin-bottom: 1vw;
  padding-bottom: 1vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .guide-line__container--item--text01 {
    margin-bottom: 2.8vw;
    padding-bottom: 2.1vw;
  }
}
.guide-line__container--item--text01--border {
  border-radius: 2vw;
  background-color: #00477F;
  color: #fff;
  font-size: 1.1vw;
  padding: 0 0.8vw;
  margin-right: 0.5vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .guide-line__container--item--text01--border {
    border-radius: 2.5vw;
    font-size: 2.8vw;
    padding: 0 2.1vw;
  }
}
.guide-line__container--item--text01 p {
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .guide-line__container--item--text01 p {
    font-size: 2.8vw;
  }
}
.guide-line__container--item--text01 p span {
  font-family: "Poppins", sans-serif;
  font-size: 2.4vw;
  font-weight: 600;
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .guide-line__container--item--text01 p span {
    font-size: 5.6vw;
  }
}
.guide-line__container--item--text02 {
  font-size: 1.3vw;
  line-height: 0.8;
  font-weight: 600;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .guide-line__container--item--text02 {
    font-size: 3.2vw;
  }
}
.guide-line__container--item--text02 .big01 {
  font-size: 1.9vw;
  line-height: 1.6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .guide-line__container--item--text02 .big01 {
    font-size: 4.5vw;
  }
}
.guide-line__container--item--text02 .small01 {
  font-size: 1.1vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .guide-line__container--item--text02 .small01 {
    font-size: 2.8vw;
  }
}
.guide-line__annotation {
  text-align: left;
  font-size: 0.9vw;
  margin-left: 30.8vw;
  color: #231815;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .guide-line__annotation {
    text-align: center;
    font-size: 2vw;
    margin-left: 0;
  }
}

.service {
  display: flex;
  justify-content: flex-end;
  width: 69.4vw;
  margin: 0 auto;
  color: #00477F;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .service {
    flex-direction: column;
    justify-content: center;
  }
}
.service__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*step*/
}
.service__container .service__heading {
  position: relative;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  width: 33.7vw;
  height: 33.7vw;
  margin-top: 2.5vw;
  margin-bottom: 2.5vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .service__container .service__heading {
    background-color: transparent;
    width: 61.9vw;
    margin-bottom: 0;
  }
}
.service__container .service__heading h2 {
  font-family: "Poppins", sans-serif;
  position: absolute;
  top: 5vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 4.2vw;
  font-weight: 600;
  letter-spacing: -3px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .service__container .service__heading h2 {
    top: -1vw;
    font-size: 8vw;
  }
}
.service__container .service__heading p {
  position: absolute;
  top: 13vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.4vw;
  white-space: nowrap;
  top: 14vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .service__container .service__heading p {
    font-size: 2.9vw;
    white-space: wrap;
    width: 100%;
  }
}
.service__container .service__btn-text {
  font-size: 2.1vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .service__container .service__btn-text {
    font-size: 4.3vw;
    margin-top: 4.8vw;
  }
}
.service__container .service__btn {
  background-color: #00477F;
  border: 4px solid #8BC249;
  border-radius: 0.8vw;
  box-shadow: 3px 3px 3px rgba(4, 0, 0, 0.15);
  width: 31.7vw;
  height: 6.9vw;
  padding: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .service__container .service__btn {
    width: 64.7vw;
    height: 13.3vw;
  }
}
.service__container .service__btn a {
  padding: 2.5vw 8.4vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .service__container .service__btn a {
    padding: 5vw 15.4vw;
  }
}
.service__container .service__btn a span {
  font-size: 1.5vw;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .service__container .service__btn a span {
    font-size: 3.3vw;
  }
}
.service__container .service__step--bg-white {
  background-color: #fff;
  clip-path: polygon(0 1%, 100% 1%, 100% 93%, 50% 100%, 0% 93%);
}
.service__container .service__step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 86%, 50% 100%, 0 86%);
  background-color: #00477F;
  color: #fff;
  text-align: center;
  width: 27.6vw;
  padding-top: 2.7vw;
  padding-bottom: 4vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .service__container .service__step {
    width: 60vw;
    padding-top: 5.6vw;
    padding-bottom: 8vw;
  }
}
.service__container .service__step--number {
  font-size: 1.2vw;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .service__container .service__step--number {
    font-size: 2.5vw;
    margin-bottom: 4.1vw;
  }
}
.service__container .service__step--heading {
  font-size: 1.7vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .service__container .service__step--heading {
    font-size: 3.7vw;
    margin-bottom: 3.3vw;
  }
}
.service__container .service__step--text01 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  border: 1px solid #00477F;
  background-color: #fff;
  color: #00477F;
  font-size: 1.3vw;
  border-radius: 1.25vw;
  width: 18.1vw;
  height: 2.2vw;
  margin-bottom: 0.8vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .service__container .service__step--text01 {
    width: 39.1vw;
    height: 4.8vw;
    border-radius: 2.7vw;
    font-size: 2.7vw;
  }
}
.service__container .service__step--text02 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  border: 1px solid #00477F;
  background-color: #fff;
  color: #00477F;
  font-size: 1.3vw;
  border-radius: 1.25vw;
  width: 18.1vw;
  height: 2.2vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .service__container .service__step--text02 {
    width: 39.1vw;
    height: 4.8vw;
    border-radius: 2.7vw;
    font-size: 2.7vw;
  }
}
.service__container .service__step02 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  clip-path: polygon(0 1%, 50% 14%, 100% 1%, 100% 86%, 50% 100%, 0% 86%);
  background-color: #8BC249;
  color: #fff;
  text-align: center;
  width: 27.6vw;
  padding-top: 4.7vw;
  padding-bottom: 4vw;
  margin-top: -2.6vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .service__container .service__step02 {
    width: 60vw;
    padding-top: 8.6vw;
    padding-bottom: 7vw;
    margin-top: -5.2vw;
  }
}
.service__container .service__step02--number {
  font-size: 1.2vw;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .service__container .service__step02--number {
    font-size: 2.5vw;
  }
}
.service__container .service__step02--heading {
  font-size: 1.7vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .service__container .service__step02--heading {
    font-size: 3.7vw;
  }
}
.service__container .service__step02--text01 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  border: 1px solid #00477F;
  background-color: #fff;
  color: #00477F;
  font-size: 1.1vw;
  border-radius: 1.25vw;
  width: 18.1vw;
  height: 2.2vw;
  margin-bottom: 0.8vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .service__container .service__step02--text01 {
    width: 39.1vw;
    height: 4.8vw;
    border-radius: 2.7vw;
    font-size: 2.4vw;
  }
}
.service__container .service__step02--text02 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  border: 1px solid #00477F;
  background-color: #fff;
  color: #00477F;
  font-size: 1.1vw;
  border-radius: 1.25vw;
  width: 18.1vw;
  height: 2.2vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .service__container .service__step02--text02 {
    width: 39.1vw;
    height: 4.8vw;
    border-radius: 2.7vw;
    font-size: 2.4vw;
  }
}
.service__container .service__step03 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  clip-path: polygon(0 1%, 50% 17%, 100% 1%, 100% 86%, 50% 100%, 0% 86%);
  background-color: #FFE329;
  color: #00477F;
  text-align: center;
  width: 27.6vw;
  padding-top: 4.7vw;
  padding-bottom: 4vw;
  margin-top: -2.8vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .service__container .service__step03 {
    width: 60vw;
    padding-top: 9vw;
    padding-bottom: 8vw;
    margin-top: -5.5vw;
  }
}
.service__container .service__step03--number {
  font-size: 1.2vw;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .service__container .service__step03--number {
    font-size: 2.5vw;
  }
}
.service__container .service__step03--heading {
  font-size: 1.7vw;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 2px;
  margin-bottom: 1.5vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .service__container .service__step03--heading {
    font-size: 3.7vw;
  }
}
.service__container .service__step03--text01 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  border: 1px solid #00477F;
  background-color: #fff;
  color: #00477F;
  font-size: 1.1vw;
  border-radius: 1.25vw;
  width: 18.1vw;
  height: 2.2vw;
  margin-bottom: 0.8vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .service__container .service__step03--text01 {
    width: 39.1vw;
    height: 4.8vw;
    border-radius: 2.7vw;
    font-size: 2.4vw;
  }
}

.value-point {
  position: relative;
  text-align: center;
  padding-top: 4vw;
}
.value-point h2 {
  position: absolute;
  top: -0.5vw;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Poppins", sans-serif;
  font-size: 5.2vw;
  font-weight: 600;
  color: #00477F;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point h2 {
    top: -3vw;
    font-size: 8vw;
  }
}
.value-point__container {
  background-color: #FFF9D7;
  width: 100%;
  margin: 0 auto;
  padding: 4.9vw;
  padding-bottom: 6.3vw;
}
.value-point__container--heading {
  font-size: 1.6vw;
  font-weight: 600;
  color: #00477F;
  line-height: 1.74;
  margin-bottom: 2.9vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point__container--heading {
    font-size: 3.3vw;
  }
}
.value-point__item {
  display: flex;
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(4, 0, 0, 0.15);
  border-radius: 0.3vw;
  width: 55.6vw;
  margin: 0 auto;
  padding: 2.1vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point__item {
    width: 86.7vw;
    padding: 2.7vw;
  }
}
.value-point__item--number {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 1.5vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point__item--number {
    margin-right: 3.2vw;
  }
}
.value-point__item--number--circle {
  width: 5.6vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point__item--number--circle {
    width: 10.7vw;
  }
}
.value-point__item--number p {
  position: absolute;
  top: 1.2vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 1.4;
  color: #00477F;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point__item--number p {
    top: 2.2vw;
    font-size: 2.4vw;
  }
}
.value-point__item--detail {
  text-align: left;
  color: #00477F;
}
.value-point__item--detail--title {
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 2.2vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point__item--detail--title {
    font-size: 2.9vw;
  }
}
.value-point__item--detail--text {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point__item--detail--text {
    justify-content: normal;
  }
}
.value-point__item--detail--text p {
  font-size: 1vw;
  font-weight: 500;
  line-height: 2;
  width: 22.2vw;
  margin-right: 3.3vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point__item--detail--text p {
    font-size: 2.4vw;
    width: 28vw;
    margin-right: 5.6vw;
    line-height: 1.78;
  }
}
.value-point__item--detail--text--illust01 {
  width: 14.6vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point__item--detail--text--illust01 {
    width: 30.1vw;
  }
}
.value-point__item--detail--text--illust02 {
  width: 13.8vw;
  margin-top: -8vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point__item--detail--text--illust02 {
    width: 31.1vw;
  }
}
.value-point__item:not(:last-of-type) {
  margin-bottom: 1.3vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point__item:not(:last-of-type) {
    margin-bottom: 2.7vw;
  }
}
.value-point .value-point__container02 {
  display: flex;
  width: 55.6vw;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point .value-point__container02 {
    flex-direction: column;
    width: 86.7vw;
  }
}
.value-point__item02 {
  display: flex;
  justify-content: center;
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(4, 0, 0, 0.15);
  border-radius: 0.3vw;
  width: 27.1vw;
  padding: 2.1vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point__item02 {
    width: 100%;
  }
}
.value-point__item02--number {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 1.5vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point__item02--number {
    margin-right: 3.2vw;
  }
}
.value-point__item02--number--circle {
  width: 5.6vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point__item02--number--circle {
    width: 10.7vw;
  }
}
.value-point__item02--number p {
  position: absolute;
  top: 1.2vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.1vw;
  font-weight: 600;
  line-height: 1.4;
  color: #00477F;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point__item02--number p {
    top: 2.2vw;
    font-size: 2.4vw;
  }
}
.value-point__item02--detail {
  text-align: left;
  color: #00477F;
  width: 15.5vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point__item02--detail {
    width: 100%;
  }
}
.value-point__item02--detail--title {
  font-size: 1.4vw;
  font-weight: 600;
  line-height: 1.75;
  margin-bottom: 2.2vw;
  white-space: nowrap;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point__item02--detail--title {
    font-size: 2.9vw;
  }
}
.value-point__item02--detail--text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point__item02--detail--text {
    flex-direction: row;
  }
}
.value-point__item02--detail--text p {
  font-size: 1vw;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 1.6vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point__item02--detail--text p {
    font-size: 2.4vw;
    width: 28vw;
    margin-right: 5.6vw;
  }
}
.value-point__item02--detail--text--illust03 {
  width: 16.25vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point__item02--detail--text--illust03 {
    width: 34.5vw;
  }
}
.value-point__item02--detail--text--illust04 {
  width: 21.8vw;
  margin-top: 5.7vw;
  margin-left: -7vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point__item02--detail--text--illust04 {
    width: 32.3vw;
    margin-top: -5.3vw;
    margin-left: 0vw;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .value-point__item02:not(:last-of-type) {
    margin-bottom: 2.7vw;
  }
}

.case {
  color: #00477F;
  background-color: #F1F7E7;
  padding-top: 5.2vw;
  padding-bottom: 3.3vw;
  margin-top: 0.3vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .case {
    padding-bottom: 5.2vw;
  }
}
.case__bg-white {
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(4, 0, 0, 0.15);
  border-radius: 3.5vw;
  width: 69.4vw;
  margin: 0 auto;
  padding: 4.7vw 4.2vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .case__bg-white {
    width: 86.7vw;
    padding: 6.9vw 6.7vw;
  }
}
.case__heading {
  position: relative;
  text-align: center;
  margin-bottom: 3vw;
}
.case__heading--img {
  position: absolute;
  top: -1vw;
  left: 0;
  width: 11.8vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .case__heading--img {
    display: none;
  }
}
.case__heading h2 {
  font-family: "Poppins", sans-serif;
  font-size: 5.2vw;
  font-weight: 600;
  margin-bottom: 1vw;
  line-height: 1;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .case__heading h2 {
    font-size: 8vw;
  }
}
.case__heading p {
  font-size: 1.7vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .case__heading p {
    font-size: 3.3vw;
  }
}
.case__container {
  width: 59.3vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .case__container {
    width: 73.3vw;
  }
}
.case__container--item {
  display: flex;
  font-weight: 600;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .case__container--item {
    flex-direction: column;
    align-items: center;
  }
}
.case__container--item--img01 {
  width: 28.8vw;
  margin-bottom: 4.5vw;
  margin-right: 3.4vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .case__container--item--img01 {
    width: 60vw;
    margin-right: 0;
  }
}
.case__container--item--name {
  font-size: 1.2vw;
  font-weight: 600;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .case__container--item--name {
    font-size: 2.7vw;
  }
}
.case__container--item--title {
  font-size: 1.7vw;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1.8vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .case__container--item--title {
    font-size: 3.9vw;
  }
}
.case__container--item--title span {
  display: inline-block;
  background-color: #00477F;
  width: 27.1vw;
  margin-top: 1vw;
  padding-left: 1vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .case__container--item--title span {
    width: 60vw;
  }
}
.case__container--item--text {
  font-size: 1.3vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .case__container--item--text {
    font-size: 3.1vw;
    margin-bottom: 9.3vw;
  }
}
.case__container--item--box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 19.4vw;
  border-right: 1px solid #B1BDD6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .case__container--item--box {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #B1BDD6;
  }
}
.case__container--item--box--number {
  background-color: #FFE329;
  border-radius: 2.4vw;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.2vw 2.5vw;
  margin-bottom: 1.8vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .case__container--item--box--number {
    border-radius: 4.1vw;
    font-size: 3.5vw;
    padding: 0.9vw 7.1vw;
    margin-top: 7.2vw;
  }
}
.case__container--item--box--text {
  font-size: 1.2vw;
  line-height: 1.4;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .case__container--item--box--text {
    font-size: 3.5vw;
    margin-bottom: 7.2vw;
  }
}
.case__container--item--box:first-of-type {
  border-left: 1px solid #B1BDD6;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .case__container--item--box:first-of-type {
    border-left: none;
    border-top: 1px solid #B1BDD6;
  }
}
.case__container h4 {
  font-size: 1.6vw;
  font-weight: 600;
  text-align: center;
  margin-bottom: 4vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .case__container h4 {
    font-size: 4vw;
    line-height: 1.67;
  }
}

.markerUnder {
  padding: 0 5px;
  padding-bottom: 4px;
  padding-top: -4px;
  line-height: 2;
  background: radial-gradient(circle at calc(100% - 2.5px) calc(100% - 2.5px), #FFE329 2.5px, transparent 2.5px), radial-gradient(circle at 2.5px calc(100% - 2.5px), #FFE329 2.5px, transparent 2.5px), linear-gradient(to bottom, #fff calc(100% - 5px), transparent calc(100% - 14px)), linear-gradient(to right, transparent 2.5px, #FFE329 2.5px, #FFE329 calc(100% - 2.5px), transparent calc(100% - 2.5px));
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.cv {
  padding-top: 3.1vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cv {
    padding: 6.8vw 0;
  }
}
.cv__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cv__container p {
  font-size: 2.4vw;
  font-weight: 600;
  color: #00477F;
  margin-bottom: 2.2vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cv__container p {
    font-size: 4.7vw;
  }
}
.cv__container--btn {
  background-color: #00477F;
  border: 4px solid #8BC249;
  border-radius: 0.8vw;
  box-shadow: 3px 3px 3px rgba(4, 0, 0, 0.15);
  width: 48.6vw;
  height: 6.9vw;
  padding: 0;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cv__container--btn {
    width: 86.7vw;
    height: 13.3vw;
  }
}
.cv__container--btn a {
  padding: 2.5vw 16.4vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cv__container--btn a {
    padding: 5.4vw 23.4vw;
  }
}
.cv__container--btn a span {
  font-size: 1.5vw;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .cv__container--btn a span {
    font-size: 4vw;
  }
}

.fixed {
  position: fixed;
  z-index: 999;
  bottom: 3vw;
  right: 3vw;
}

.follow-btn {
  position: relative;
  background-color: #B4D343;
  border: 1px solid #F1F7E7;
  box-shadow: 6px 6px 6px rgba(3, 0, 0, 0.2);
  border-radius: 50%;
  border: 5px solid #F1F7E7;
  box-sizing: border-box;
  width: 13.2vw;
  height: 13.2vw;
  text-align: center;
  line-height: 1.31;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .follow-btn {
    border: 3px solid #F1F7E7;
    width: 31.5vw;
    height: 31.5vw;
  }
}
.follow-btn a {
  width: 13.2vw;
  height: 13.2vw;
  line-height: 1.31;
}
.follow-btn a span {
  position: absolute;
  bottom: 1vw;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.1vw;
  font-weight: 600;
  color: #00477F;
  line-height: 1.31;
  width: 8.2vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .follow-btn a span {
    bottom: 2vw;
    font-size: 2.5vw;
    width: 18.7vw;
  }
}
.follow-btn__container {
  position: absolute;
  top: -4vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  margin-left: 0.2vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .follow-btn__container {
    top: -12vw;
    margin-left: 2.8vw;
  }
}
.follow-btn__illust01 {
  width: 1.7vw;
  margin-right: 1vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .follow-btn__illust01 {
    width: 4.1vw;
  }
}
.follow-btn__illust02 {
  width: 5.8vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .follow-btn__illust02 {
    width: 15.5vw;
  }
}
.follow-btn__illust03 {
  width: 4.6vw;
  margin-left: -1.5vw;
}
@media screen and (max-width: 768px) and (orientation: portrait) {
  .follow-btn__illust03 {
    width: 12.1vw;
  }
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .follow-btn.is-hidden {
    display: none;
  }
}

#main-footer {
  padding: 17px 0 12px;
  color: #fefefe;
  background-color: #2f2f2f;
}

@media screen and (max-width: 768px) {
  #main-footer {
    margin-top: 0;
    padding: 0;
  }
}
#str-footer {
  position: relative;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "MS Pゴシック", sans-serif;
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: normal;
  text-align: left;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

#str-footer a,
#str-footer a:visited {
  color: #532f91;
  text-decoration: none;
}

#str-footer a[href]:hover,
#str-footer a[href]:active,
#str-footer a[href]:focus {
  color: #532f91;
  text-decoration: underline;
}

#str-footer p {
  margin: 0 0 14px;
}

#str-footer a img {
  border-width: 0;
}

#str-footer button {
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "メイリオ", "MS Pゴシック", sans-serif;
  font-size: 12px;
}

#main-footer {
  margin-top: 60px;
  padding: 17px 0 12px;
  color: #fefefe;
  background-color: #2f2f2f;
}

@media screen and (max-width: 768px) {
  #main-footer {
    margin-top: 0;
    padding: 0;
  }
}
#footer-01 {
  color: #fefefe;
  background-color: #1d1d1d;
}

#footer-02 {
  padding: 14px 0 3px;
  color: #fff;
  background-color: #2f2f2f;
}

#main-footer > .inner,
#footer-01 > .inner,
#footer-02 > .inner {
  width: 1000px;
  margin: 0 auto;
}

#main-footer > .inner,
#footer-01 > .inner,
#footer-02 > .inner {
  width: calc(100% - 20px);
  max-width: 1000px;
  padding-right: 10px;
  padding-left: 10px;
}

#footer-01 .inner {
  height: 100%;
  min-height: 70px;
  display: table;
}

@media screen and (max-width: 768px) {
  #footer-01 .inner {
    padding: 10px 0px 0px 0px;
    margin: 0px;
    display: contents;
  }
}
/*--------------------------------------------------
    Footer Area
--------------------------------------------------*/
#footer-01 .link-legal {
  width: 695px;
  height: 100%;
  margin: 0;
  padding: 0;
  display: table-cell;
  font-size: 14px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #footer-01 .link-legal {
    width: 99%;
    height: auto;
    display: block;
    padding: 15px 0px;
    font-size: 12px;
    line-height: 2.17;
    text-align: center;
    margin: 0px;
  }
}
#footer-01 .link-legal li {
  /* margin-right: 41px; */
  margin-right: 20px;
  display: inline-block;
  list-style: none;
}

@media screen and (max-width: 768px) {
  #footer-01 .link-legal li {
    margin: 0 13px;
  }
}
#footer-01 .link-legal a,
#footer-01 .link-legal a:visited,
#footer-01 .link-legal a:hover,
#footer-01 .link-legal a:active,
#footer-01 .link-legal a:focus {
  color: #fefefe;
}

#footer-01 .link-support {
  display: none;
}

@media screen and (max-width: 768px) {
  #footer-01 .link-support {
    width: 100%;
    margin: 0 -10px 12px;
    padding: 0;
    display: block;
    font-size: 12px;
    text-align: center;
  }
  #footer-01 .link-support li {
    margin: 0 13px;
    padding: 0;
    display: inline-block;
    list-style: none;
  }
  #footer-01 .link-support .search {
    display: none;
  }
  #footer-01 .link-support li a {
    color: #fff;
  }
  #footer-01 .link-support a:visited {
    color: #fff;
  }
  #footer-01 .link-support li a:hover,
  #footer-01 .link-support li a:active,
  #footer-01 .link-support li a:focus {
    color: #fff;
  }
  #footer-01 .link-support li .icon {
    margin: 0;
    position: static;
  }
  #footer-01 .link-support li .icon:before {
    display: inline-block;
    content: "";
    vertical-align: baseline;
  }
  #footer-01 .link-support .global .icon:before {
    width: 16px;
    height: 16px;
    margin: 0 5px -2px 0;
    background: url(https://www.riso.co.jp/common/renew_files/images/icon_global.png) no-repeat 0 0;
  }
  #footer-01 .link-support .language .icon:before {
    width: 19px;
    height: 17px;
    margin: 0 7px -4px 0;
    background: url(https://www.riso.co.jp/common/renew_files/images/icon_language.png) no-repeat 0 0;
  }
}
#footer-01 .link-youtube {
  width: 305px;
  height: 100%;
  display: table-cell;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #footer-01 .link-youtube {
    width: calc(100% + 20px);
    margin: 0 -10px;
    display: block;
    font-size: 12px;
    font-weight: bold;
  }
}
#footer-01 .link-youtube a {
  width: 305px;
  height: 100%;
  display: block;
  color: #fefefe;
  background-color: #000;
}

@media screen and (max-width: 768px) {
  #footer-01 .link-youtube a {
    width: 100%;
    height: auto;
  }
}
#footer-01 .link-youtube a:visited {
  color: #fefefe;
}

#footer-01 .link-youtube a .icon {
  margin: 18px 0;
  position: static;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  #footer-01 .link-youtube a .icon {
    margin: 11px 0 10px;
  }
}
#footer-01 .link-youtube a .icon:after {
  width: 35px;
  height: 35px;
  margin: -1px 0 0 14px;
  display: inline-block;
  background: url(https://www.riso.co.jp/common/renew_files/images/icon_youtube.png) no-repeat 0 0;
  content: "";
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #footer-01 .link-youtube a .icon:after {
    width: 26px;
    height: 26px;
    margin-left: 12px;
    background-size: contain;
  }
}
#footer-01 .link-youtube a:hover,
#footer-01 .link-youtube a:active,
#footer-01 .link-youtube a:focus {
  opacity: 0.6;
  color: #fff;
  text-decoration: none;
}

#footer-02 .copyright {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.5px;
  letter-spacing: normal;
}

@media screen and (max-width: 768px) {
  #footer-02 .copyright {
    font-size: 9px;
  }
}
#footer-01 .link-sns {
  display: flex !important;
  justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
  align-items: center !important;
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  background-color: #000;
  width: 435px;
  height: 70px;
  padding: 0px;
  margin: 0px;
}

#footer-01 .link-sns li {
  list-style: none;
}

#footer-01 .link-sns li a {
  color: #fff;
  transition: 0.5s !important;
  margin-top: 0px;
}

#footer-01 .link-sns li a img {
  position: absolute;
}

#footer-01 .link-sns li:nth-of-type(1) a {
  position: relative;
  z-index: 2;
  padding: 15px 40px 15px 33px;
  margin: 0px;
  display: block;
  margin-top: 5px;
}

#footer-01 .link-sns li:nth-of-type(1) a:hover {
  background-color: #666;
  transition: 0.5s;
  text-decoration: none;
  color: #fff;
}

#footer-01 .link-sns li:nth-of-type(5) {
  margin-right: 33px;
}

#footer-01 .twitter-link,
#footer-01 .facebook-link,
#footer-01 .instagram-link {
  width: 35px;
  display: block;
  margin-top: 33px;
}

#footer-01 .youtube-link {
  width: 35px;
  display: block;
  margin-top: 28px;
}

#footer-01 .facebook-link:after {
  content: url(https://www.riso.co.jp/common/renew_files/images/i_facebook.png);
  position: sticky;
  transition: 0.5s;
  opacity: 0;
}

#footer-01 .twitter-link:after {
  content: url(https://www.riso.co.jp/common/renew_files/images/i_twitter.png);
  position: sticky;
  transition: 0.5s;
  opacity: 0;
}

#footer-01 .youtube-link:after {
  content: url(https://www.riso.co.jp/common/renew_files/images/i_youtube.png);
  position: sticky;
  transition: 0.5s;
  opacity: 0;
}

#footer-01 .instagram-link:after {
  content: url(https://www.riso.co.jp/common/renew_files/images/i_instagram.png);
  position: sticky;
  transition: 0.5s;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  #footer-01 .facebook-link:after,
  #footer-01 .twitter-link:after,
  #footer-01 .youtube-link:after,
  #footer-01 .instagram-link:after {
    opacity: 1;
  }
  #footer-01 .youtube-link,
  #footer-01 .twitter-link,
  #footer-01 .facebook-link,
  #footer-01 .instagram-link,
  #footer-01 .youtube-link img,
  #footer-01 .twitter-link img,
  #footer-01 .facebook-link img,
  #footer-01 .instagram-link img {
    width: 30px;
  }
}
#footer-01 .twitter-link:hover:after,
#footer-01 .facebook-link:hover:after,
#footer-01 .youtube-link:hover:after,
#footer-01 .instagram-link:hover:after {
  opacity: 1;
  transition: 0.5s;
}

#footer-01 .link-sns li:nth-of-type(1):before {
  content: "";
  background: url(https://www.riso.co.jp/common/renew_files/images/anc_01.png) no-repeat 3px 0.2em;
  width: 10px;
  height: 20px;
  display: block;
  position: relative;
  top: 52px;
  left: 150px;
  z-index: 3;
}

#footer-01 .link-sns li:nth-of-type(1):after {
  content: "";
  border-right: 1px solid #787878;
  height: 26px;
  display: block;
  position: relative;
  top: -48px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #footer-01 .link-sns {
    width: 100%;
    height: 70px;
    padding: 0px;
    margin: 0px;
  }
  #footer-01 .inner {
    padding: 0px;
    margin: 0px;
  }
  #footer-01 .link-sns li:nth-of-type(1):after {
    top: -39px;
  }
  #footer-01 .link-sns li:nth-of-type(1):before {
    content: "";
    display: none;
  }
  #footer-01 .link-sns li:nth-of-type(1) a {
    padding: 0px 15px 10px 15px;
    /* height: 38px; */
    margin-top: 35px;
  }
  #footer-01 .link-sns li:nth-of-type(5) {
    margin-right: 16px;
  }
  #footer-01 .twitter-link img,
  #footer-01 .facebook-link img,
  #footer-01 .instagram-link img,
  #footer-01 .youtube-link img {
    opacity: 0;
  }
  #footer-01 .twitter-link:hover:after,
  #footer-01 .facebook-link:hover:after,
  #footer-01 .youtube-link:hover:after,
  #footer-01 .instagram-link:hover:after {
    opacity: 1;
  }
  #footer-01 .facebook-link:after {
    content: url(https://www.riso.co.jp/common/renew_files/images/facebook-icon-sp.png);
    position: sticky;
    transition: 0.5s;
  }
  #footer-01 .twitter-link:after {
    content: url(https://www.riso.co.jp/common/renew_files/images/twitter-icon-sp.png);
    position: sticky;
    transition: 0.5s;
  }
  #footer-01 .youtube-link:after {
    content: url(https://www.riso.co.jp/common/renew_files/images/youtube-icon-sp.png);
    position: sticky;
    transition: 0.5s;
  }
  #footer-01 .instagram-link:after {
    content: url(https://www.riso.co.jp/common/renew_files/images/instagram-icon-sp.png);
    position: sticky;
    transition: 0.5s;
  }
  #footer-01 .link-sns li:nth-of-type(1) a {
    font-size: 10px;
  }
}
/* .link-top
---------------------------------------------*/
#main-footer .link-top {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #main-footer .link-top {
    margin: 0 -10px;
    background-color: #fff;
  }
}
#main-footer .link-top a {
  padding-top: 29px;
  position: relative;
  display: inline-block;
  color: #fefefe;
  background: url(https://www.riso.co.jp/common/renew_files/images/anc_11.png) no-repeat center 9px;
}

@media screen and (max-width: 768px) {
  #main-footer .link-top a {
    height: 36px;
    margin: 0;
    padding-top: 0;
    position: relative;
    display: block;
    color: transparent;
    background: #2f2f2f none;
  }
  #main-footer .link-top a:after {
    width: 9px;
    height: 9px;
    margin: -1px 0 0 -4.5px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: "";
    transform: rotate(-135deg);
  }
}
#main-footer .link-top a:visited {
  color: #fefefe;
}

@media screen and (max-width: 768px) {
  #main-footer .link-top a:visited {
    color: transparent;
  }
}
#main-footer .link-top a:hover,
#main-footer .link-top a:active,
#main-footer .link-top a:focus {
  color: #fefefe;
}

@media screen and (max-width: 768px) {
  #main-footer .link-top a:hover,
  #main-footer .link-top a:active,
  #main-footer .link-top a:focus {
    opacity: 0.6;
    color: transparent;
  }
}