@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Zen+Kaku+Gothic+New:wght@400;500;700;900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

em {
  font-style: normal;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

:root {
  font-size: 16px;
  scroll-padding: 9.009009009%;
}

@media screen and (max-width: 768px) {
  :root {
    scroll-padding: 7.4764555201%;
  }
}
* {
  box-sizing: border-box;
}

html, body {
  position: relative;
  width: 100%;
}

body {
  position: relative;
  width: 100%;
  color: #3C3C4A;
  font-size: 100%;
  height: 100vw;
  background-color: #F6F6F6;
}

body[data-loaded=true] {
  height: auto;
  overflow: auto;
}

img {
  max-width: 100%;
  height: auto;
}

main {
  position: relative;
  width: 100%;
}

body {
  font-family: "Poppins", "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #3C3C4A;
  font-weight: 500;
}

a {
  text-decoration: none;
  color: #222;
}

img {
  vertical-align: bottom;
}

main {
  position: relative;
  width: 100%;
  background-color: #F6F6F6;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width:769px) {
  .inner {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width:768px) {
  .inner {
    padding-left: 5.2083333333vw;
    padding-right: 5.2083333333vw;
  }
}

@media screen and (min-width: 769px) and (max-width: 1080px) {
  main {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:769px) {
  .u-sm-max {
    display: none !important;
  }
}

@media screen and (max-width:1079px) {
  .u-md-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1080px) {
  .u-md-max {
    display: none !important;
  }
}

@media screen and (max-width:1199px) {
  .u-lg-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1200px) {
  .u-lg-max {
    display: none !important;
  }
}

.c-ttl01 {
  font-weight: 700;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  margin: 0 auto;
  line-height: 1.48;
}
@media print, screen and (min-width:769px) {
  .c-ttl01 {
    font-size: 40px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width:768px) {
  .c-ttl01 {
    font-size: 4.5572916667vw;
    padding-bottom: 2.6041666667vw;
  }
}
.c-ttl01::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(177, 214, 210) 0%, rgb(236, 200, 158) 50%, rgb(242, 169, 159) 100%);
  width: 100%;
  height: 6px;
  border-radius: 100px;
}

.c-ttl02 {
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
  background: linear-gradient(90deg, rgb(235, 173, 105) 0%, rgb(235, 126, 109) 100%);
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .c-ttl02 {
    font-size: 28px;
    margin: 0 auto 40px;
    padding: 8px 40px;
  }
}
@media screen and (max-width:768px) {
  .c-ttl02 {
    font-size: 3.6458333333vw;
    margin: 0 auto 5.2083333333vw;
    padding: 1.0416666667vw 5.2083333333vw;
  }
}
.c-ttl02::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #EBAD69;
  -webkit-mask-image: url(../images/icon_triangle.png);
          mask-image: url(../images/icon_triangle.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  height: 100%;
  top: 0;
}
@media print, screen and (min-width:769px) {
  .c-ttl02::before {
    width: 16px;
    left: -16px;
  }
}
@media screen and (max-width:768px) {
  .c-ttl02::before {
    width: 2.0833333333vw;
    left: -2.0833333333vw;
  }
}
.c-ttl02::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #EB7E6D;
  -webkit-mask-image: url(../images/icon_triangle.png);
          mask-image: url(../images/icon_triangle.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  transform: scale(-1, 1);
  height: 100%;
  top: 0;
}
@media print, screen and (min-width:769px) {
  .c-ttl02::after {
    width: 16px;
    right: -16px;
  }
}
@media screen and (max-width:768px) {
  .c-ttl02::after {
    width: 2.0833333333vw;
    right: -2.0833333333vw;
  }
}

.c-ttl03 {
  color: #fff;
  background-color: #3C3C4A;
  font-weight: 700;
  border-radius: 100px;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width:769px) {
  .c-ttl03 {
    font-size: 20px;
    margin: 0 auto 40px;
    padding: 10px 20px;
  }
}
@media screen and (max-width:768px) {
  .c-ttl03 {
    font-size: 4.1666666667vw;
    margin: 0 auto 7.8125vw;
    padding: 2.0833333333vw 3.125vw;
  }
}

.c-ttl04 {
  font-weight: 700;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .c-ttl04 {
    font-size: 48px;
    margin-bottom: 48px;
    padding: 0 46px;
  }
}
@media screen and (max-width:768px) {
  .c-ttl04 {
    font-size: 6.25vw;
    margin-bottom: 6.25vw;
    padding: 0 6.25vw;
  }
}
.c-ttl04::before, .c-ttl04::after {
  position: absolute;
  top: -3px;
  width: 10px;
  height: 100%;
  content: "";
  border-top: solid 3px;
  border-bottom: solid 3px;
}
.c-ttl04::before {
  border-left: solid 3px;
  left: 0;
}
.c-ttl04::after {
  border-right: solid 3px;
  right: 0;
}

.c-btn01 a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #3C3C4A;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .c-btn01 a {
    font-size: 20px;
    border-radius: 8px;
    width: 600px;
    height: 80px;
  }
}
@media print, screen and (min-width:1080px) {
  .c-btn01 a {
    transition: all 0.3s;
  }
  .c-btn01 a:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  .c-btn01 a {
    line-height: 1.5;
    font-size: 3.6458333333vw;
    border-radius: 2.0833333333vw;
    width: 100%;
    height: 15.625vw;
    text-align: center;
  }
}
.c-btn01 a::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.226' height='24' viewBox='0 0 13.226 24'%3E%3Cpath id='arrow_back_ios_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24' d='M42.777-847.508l-9.3,9.3a1.463,1.463,0,0,0-.459,1.107,1.577,1.577,0,0,0,.49,1.107,1.518,1.518,0,0,0,1.107.475,1.518,1.518,0,0,0,1.107-.475l9.745-9.714a2.529,2.529,0,0,0,.57-.854,2.54,2.54,0,0,0,.19-.949,2.539,2.539,0,0,0-.19-.949,2.528,2.528,0,0,0-.57-.854l-9.745-9.745a1.481,1.481,0,0,0-1.123-.459,1.593,1.593,0,0,0-1.123.49A1.518,1.518,0,0,0,33-857.918a1.518,1.518,0,0,0,.475,1.107Z' transform='translate(-33 859.516)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .c-btn01 a::after {
    width: 13px;
    height: 24px;
    right: 30px;
  }
}
@media screen and (max-width:768px) {
  .c-btn01 a::after {
    width: 1.6927083333vw;
    height: 3.125vw;
    right: 3.90625vw;
  }
}

.hamburger-menu {
  border-radius: 50%;
  background: #3C3C4A;
  border: 2px solid #fff;
  position: fixed;
  cursor: pointer;
  z-index: 9999;
}
@media print, screen and (min-width:769px) {
  .hamburger-menu {
    width: 80px;
    height: 80px;
    top: 40px;
    right: 40px;
  }
}
@media screen and (max-width:768px) {
  .hamburger-menu {
    width: 15.625vw;
    height: 15.625vw;
    top: 3.90625vw;
    right: 3.90625vw;
  }
}
.hamburger-menu__bar {
  display: inline-block;
  width: 37%;
  height: 4px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
@media screen and (max-width:768px) {
  .hamburger-menu__bar {
    width: 46%;
  }
}
@media print, screen and (min-width:769px) {
  .hamburger-menu__bar:first-child {
    top: 26px;
  }
}
@media screen and (max-width:768px) {
  .hamburger-menu__bar:first-child {
    top: 3.90625vw;
  }
}
@media print, screen and (min-width:769px) {
  .hamburger-menu__bar:nth-child(2) {
    top: 36px;
  }
}
@media screen and (max-width:768px) {
  .hamburger-menu__bar:nth-child(2) {
    top: 6.5104166667vw;
  }
}
@media print, screen and (min-width:769px) {
  .hamburger-menu__bar:last-child {
    top: 46px;
  }
}
@media screen and (max-width:768px) {
  .hamburger-menu__bar:last-child {
    top: 9.1145833333vw;
  }
}
.hamburger-menu--open {
  background: #fff;
}
.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
  background: #3C3C4A;
}
.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}
.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.navigation {
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  background: #3C3C4A;
  height: 100vh;
  z-index: 999;
  transform: translateX(100%);
  transition: transform 0.5s ease;
}
@media print, screen and (min-width:769px) {
  .navigation {
    width: 400px;
    border-radius: 16px 0 0 16px;
    padding: 200px 50px 0;
  }
}
@media screen and (max-width:768px) {
  .navigation {
    width: 100vw;
    padding: 26.0416666667vw 5.2083333333vw 0;
  }
}
.navigation.open {
  transform: translateX(0);
}
.navigation a {
  color: #fff;
  display: block;
}
@media print, screen and (min-width:769px) {
  .navigation a {
    font-size: 20px;
    padding: 30px 0;
  }
}
@media print, screen and (min-width:1080px) {
  .navigation a {
    transition: all 0.3s;
  }
  .navigation a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  .navigation a {
    font-size: 3.90625vw;
    padding: 6.5104166667vw 0;
  }
}
.navigation__list-item {
  border-bottom: 1px solid #fff;
}
@media print, screen and (min-width:769px) {
  .navigation .sub {
    margin: -16px 0 30px;
  }
}
@media screen and (max-width:768px) {
  .navigation .sub {
    margin: -3.90625vw 0 2.6041666667vw;
  }
}
@media print, screen and (min-width:769px) {
  .navigation .sub > li {
    margin-left: 20px;
  }
}
@media screen and (max-width:768px) {
  .navigation .sub > li {
    margin-left: 2.6041666667vw;
  }
}
.navigation .sub a {
  line-height: 1.5;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .navigation .sub a {
    font-size: 20px;
    padding: 10px 20px;
  }
}
@media screen and (max-width:768px) {
  .navigation .sub a {
    font-size: 3.3854166667vw;
    padding: 2.6041666667vw;
  }
}
.navigation .sub a::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.226' height='24' viewBox='0 0 13.226 24'%3E%3Cpath id='arrow_back_ios_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24' d='M42.777-847.508l-9.3,9.3a1.463,1.463,0,0,0-.459,1.107,1.577,1.577,0,0,0,.49,1.107,1.518,1.518,0,0,0,1.107.475,1.518,1.518,0,0,0,1.107-.475l9.745-9.714a2.529,2.529,0,0,0,.57-.854,2.54,2.54,0,0,0,.19-.949,2.539,2.539,0,0,0-.19-.949,2.528,2.528,0,0,0-.57-.854l-9.745-9.745a1.481,1.481,0,0,0-1.123-.459,1.593,1.593,0,0,0-1.123.49A1.518,1.518,0,0,0,33-857.918a1.518,1.518,0,0,0,.475,1.107Z' transform='translate(-33 859.516)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
}
@media print, screen and (min-width:769px) {
  .navigation .sub a::after {
    width: 10px;
    height: 21px;
    top: 16px;
  }
}
@media screen and (max-width:768px) {
  .navigation .sub a::after {
    width: 1.6927083333vw;
    height: 3.125vw;
    top: 3.3854166667vw;
  }
}

.site_logo {
  position: absolute;
  top: 0;
  background-color: #fff;
  display: block;
}
@media print, screen and (min-width:769px) {
  .site_logo {
    left: 40px;
    border-radius: 0 0 8px 8px;
    width: 300px;
    padding: 20px;
  }
}
@media screen and (max-width:768px) {
  .site_logo {
    left: 3.90625vw;
    border-radius: 0 0 2.0833333333vw 2.0833333333vw;
    width: 52.0833333333vw;
    padding: 2.6041666667vw;
  }
}

.mv {
  position: relative;
  z-index: 3;
  background: url(../images/mv_bg.png) no-repeat center/cover;
}
@media print, screen and (min-width:769px) {
  .mv {
    max-height: 800px;
  }
}
@media screen and (max-width:768px) {
  .mv {
    background: url(../images/mv_bg_sp.png) no-repeat center/cover;
    height: 179.1666666667vw;
  }
}
.mv__img {
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .mv__img {
    width: 95%;
    max-width: 1522px;
    padding: 150px 0 60px;
  }
}
@media screen and (max-width:768px) {
  .mv__img {
    width: 100%;
    padding: 15.625vw 2.6041666667vw 1.953125vw;
  }
}

.intro {
  background: #F8F8F8 url(../images/intro_bg.png) no-repeat top center/100% auto;
}
@media print, screen and (min-width:769px) {
  .intro {
    padding: 100px 0 130px;
  }
}
@media screen and (max-width:768px) {
  .intro {
    padding: 13.0208333333vw 0 16.9270833333vw;
  }
}
.intro__copy {
  color: #EC6A01;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.05em;
}
@media print, screen and (min-width:769px) {
  .intro__copy {
    font-size: 72px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width:768px) {
  .intro__copy {
    font-size: 9.375vw;
    margin-bottom: 6.5104166667vw;
  }
}
.intro__ttl {
  background: linear-gradient(90deg, rgb(254, 166, 131) 0%, rgb(249, 128, 79) 100%);
  color: #fff;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media print, screen and (min-width:769px) {
  .intro__ttl {
    font-size: 32px;
    margin-bottom: 50px;
    padding: 10px 24px;
  }
}
@media screen and (max-width:768px) {
  .intro__ttl {
    font-size: 4.1666666667vw;
    margin-bottom: 3.2552083333vw;
    padding: 1.3020833333vw 3.125vw;
  }
}
.intro__txt {
  font-weight: 500;
  text-align: center;
  line-height: 2.2;
}
@media print, screen and (min-width:769px) {
  .intro__txt {
    font-size: 24px;
  }
}
@media screen and (max-width:768px) {
  .intro__txt {
    font-size: 3.90625vw;
  }
}
.intro__txt span {
  position: relative;
  text-align: center;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.intro__txt span::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #F8B62B;
  left: 0;
}
@media print, screen and (min-width:769px) {
  .intro__txt span::after {
    bottom: 4px;
  }
}
@media screen and (max-width:768px) {
  .intro__txt span::after {
    bottom: 0.5208333333vw;
  }
}
@media print, screen and (min-width:769px) {
  .intro__txt + .intro__txt {
    margin-top: 60px;
  }
}
@media screen and (max-width:768px) {
  .intro__txt + .intro__txt {
    margin-top: 7.8125vw;
  }
}
.intro__image {
  max-width: 640px;
}
@media print, screen and (min-width:769px) {
  .intro__image {
    margin: 90px auto 120px;
  }
}
@media screen and (max-width:768px) {
  .intro__image {
    margin: 5.859375vw auto 13.0208333333vw;
  }
}
.intro-point {
  background: #fff;
  position: relative;
  text-align: center;
  box-shadow: 6px 6px 0px 0px rgba(248, 182, 43, 0.4);
}
@media print, screen and (min-width:769px) {
  .intro-point {
    border-radius: 16px;
    padding: 50px;
  }
}
@media screen and (max-width:768px) {
  .intro-point {
    border-radius: 1.0416666667vw;
    padding: 3.2552083333vw;
  }
}
.intro-point::before {
  content: "";
  background: url(../images/intro_point.svg) no-repeat top center/100%;
  display: block;
  position: absolute;
}
@media print, screen and (min-width:769px) {
  .intro-point::before {
    width: 240px;
    height: 116px;
    left: 20px;
    top: -50px;
  }
}
@media screen and (max-width:768px) {
  .intro-point::before {
    width: 31.25vw;
    height: 15.1041666667vw;
    left: 2.6041666667vw;
    top: -6.5104166667vw;
  }
}
.intro-point__ttl {
  font-weight: 700;
}
@media print, screen and (min-width:769px) {
  .intro-point__ttl {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:768px) {
  .intro-point__ttl {
    font-size: 4.6875vw;
    margin-top: 2.6041666667vw;
    margin-bottom: 5.2083333333vw;
    line-height: 1.6;
  }
}
.intro-point__list {
  display: flex;
  justify-content: center;
  font-weight: 900;
  color: #fff;
}
@media print, screen and (min-width:769px) {
  .intro-point__list {
    -moz-column-gap: 16px;
         column-gap: 16px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:768px) {
  .intro-point__list {
    flex-direction: column;
    row-gap: 2.6041666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
.intro-point__list span {
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width:769px) {
  .intro-point__list span {
    width: 240px;
    height: 60px;
    font-size: 24px;
  }
}
@media screen and (max-width:768px) {
  .intro-point__list span {
    width: 100%;
    height: 7.8125vw;
    font-size: 3.90625vw;
  }
}
.intro-point__list span.media {
  background: #E5CF8F;
}
.intro-point__list span.business {
  background: #A5CDCB;
}
.intro-point__list span.it {
  background: #BFD871;
}
.intro-point__txt {
  font-weight: 500;
  line-height: 2;
}
@media print, screen and (min-width:769px) {
  .intro-point__txt {
    font-size: 24px;
  }
}
@media screen and (max-width:768px) {
  .intro-point__txt {
    font-size: 3.6458333333vw;
  }
}

.pickup {
  background: linear-gradient(144deg, rgb(235, 173, 105) 0%, rgb(235, 126, 109) 100%);
  position: relative;
}
@media print, screen and (min-width:769px) {
  .pickup {
    padding: 65px 0 100px;
  }
}
@media screen and (max-width:768px) {
  .pickup {
    padding: 10.4166666667vw 2.6041666667vw 13.0208333333vw;
  }
}
.pickup::before {
  content: "";
  display: block;
  background: url(../images/pickup_bg.svg) no-repeat top center/100%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
@media print, screen and (min-width:769px) {
  .pickup::before {
    width: 100%;
    height: 100%;
    top: 70px;
  }
}
@media screen and (max-width:768px) {
  .pickup::before {
    width: 100%;
    height: 100%;
    top: 9.1145833333vw;
  }
}
.pickup__ttl {
  color: #fff;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width:769px) {
  .pickup__ttl {
    margin: 0 auto 60px;
    font-size: 48px;
    padding: 0 50px;
  }
}
@media screen and (max-width:768px) {
  .pickup__ttl {
    margin: 0 auto 6.5104166667vw;
    font-size: 6.25vw;
    padding: 0 3.90625vw;
  }
}
.pickup__ttl::before, .pickup__ttl::after {
  position: absolute;
  top: -3px;
  width: 10px;
  height: 100%;
  content: "";
  border-top: solid 3px;
  border-bottom: solid 3px;
}
.pickup__ttl::before {
  border-left: solid 3px;
  left: 0;
}
.pickup__ttl::after {
  border-right: solid 3px;
  right: 0;
}
.pickup__wrap {
  background: rgba(255, 255, 255, 0.8);
  padding: 60px 40px 40px;
}
@media print, screen and (min-width:769px) {
  .pickup__wrap {
    border-radius: 20px;
    padding: 60px 40px 40px;
  }
}
@media screen and (max-width:768px) {
  .pickup__wrap {
    border-radius: 2.6041666667vw;
    padding: 5.2083333333vw 2.6041666667vw;
  }
}
.pickup__txt {
  text-align: center;
  font-weight: 500;
  line-height: 2;
}
@media print, screen and (min-width:769px) {
  .pickup__txt {
    font-size: 24px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width:768px) {
  .pickup__txt {
    font-size: 3.125vw;
    margin-bottom: 7.8125vw;
  }
}
.pickup__list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width:769px) {
  .pickup__list {
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 40px;
  }
}
@media screen and (max-width:768px) {
  .pickup__list {
    flex-direction: column;
    row-gap: 2.6041666667vw;
  }
}
.pickup__list > li {
  background: #fff;
  border: 1px solid #EC6A01;
}
@media print, screen and (min-width:769px) {
  .pickup__list > li {
    width: calc(50% - 20px);
    border-radius: 16px;
    padding: 30px;
  }
}
@media screen and (max-width:768px) {
  .pickup__list > li {
    width: 100%;
    border-radius: 2.0833333333vw;
    padding: 5.2083333333vw;
  }
}
.pickup__name {
  font-weight: 700;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .pickup__name {
    font-size: 32px;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .pickup__name {
    font-size: 4.6875vw;
    margin-bottom: 3.90625vw;
  }
}
.pickup__name::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, rgb(177, 214, 210) 0%, rgb(236, 200, 158) 50%, rgb(242, 169, 159) 100%);
  width: 100%;
  height: 6px;
  border-radius: 100px;
}
@media print, screen and (min-width:769px) {
  .pickup__name::after {
    height: 6px;
  }
}
@media screen and (max-width:768px) {
  .pickup__name::after {
    height: 0.78125vw;
  }
}
.pickup__detail {
  font-weight: 500;
  line-height: 1.6111111111;
}
@media print, screen and (min-width:769px) {
  .pickup__detail {
    font-size: 18px;
  }
}
@media screen and (max-width:768px) {
  .pickup__detail {
    font-size: 3.90625vw;
  }
}

.cta {
  background: linear-gradient(130deg, rgb(235, 173, 105) 0%, rgb(235, 126, 109) 100%);
}
@media print, screen and (min-width:769px) {
  .cta {
    padding: 40px;
  }
}
@media screen and (max-width:768px) {
  .cta {
    padding: 3.90625vw;
  }
}
.cta__inner {
  background-color: #fff;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media print, screen and (min-width:769px) {
  .cta__inner {
    max-width: 1100px;
    border-radius: 16px;
    padding: 40px 50px;
  }
}
@media screen and (max-width:768px) {
  .cta__inner {
    flex-direction: column;
    text-align: center;
    border-radius: 1.3020833333vw;
    padding: 2.6041666667vw;
  }
}
.cta__txt {
  font-weight: 700;
  line-height: 1.4642857143;
}
@media print, screen and (min-width:769px) {
  .cta__txt {
    font-size: 28px;
  }
}
@media screen and (max-width:768px) {
  .cta__txt {
    font-size: 4.1666666667vw;
    margin-bottom: 2.6041666667vw;
  }
}
.cta__txt span {
  color: #EC6A01;
}
.cta__btn a {
  background-color: #06C755;
  color: #fff;
  font-weight: 700;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width:769px) {
  .cta__btn a {
    font-size: 24px;
    width: 400px;
    height: 80px;
    border-radius: 10px;
  }
}
@media print, screen and (min-width:1080px) {
  .cta__btn a {
    transition: all 0.3s;
  }
  .cta__btn a:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  .cta__btn a {
    font-size: 5.2083333333vw;
    width: 78.125vw;
    height: 15.625vw;
    border-radius: 2.0833333333vw;
  }
}
.cta__btn-icon {
  position: absolute;
}
@media print, screen and (min-width:769px) {
  .cta__btn-icon {
    width: 60px;
    height: 60px;
    left: 20px;
    top: 10px;
  }
}
@media screen and (max-width:768px) {
  .cta__btn-icon {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    left: 2.6041666667vw;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

.cta02 {
  background: linear-gradient(130deg, rgb(235, 173, 105) 0%, rgb(235, 126, 109) 100%);
}
@media print, screen and (min-width:769px) {
  .cta02 {
    padding: 40px;
  }
}
@media screen and (max-width:768px) {
  .cta02 {
    padding: 5.2083333333vw;
  }
}
.cta02__inner {
  background-color: #fff;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .cta02__inner {
    max-width: 1100px;
    border-radius: 16px;
    padding: 40px 50px;
  }
}
@media screen and (max-width:768px) {
  .cta02__inner {
    border-radius: 2.0833333333vw;
    padding: 5.2083333333vw 6.5104166667vw;
  }
}
.cta02__txt {
  font-weight: 700;
  line-height: 1.4642857143;
  text-align: center;
}
@media print, screen and (min-width:769px) {
  .cta02__txt {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  .cta02__txt {
    font-size: 4.6875vw;
    margin-bottom: 2.6041666667vw;
  }
}
.cta02__list {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .cta02__list {
    -moz-column-gap: 2%;
         column-gap: 2%;
  }
}
@media screen and (max-width:768px) {
  .cta02__list {
    flex-direction: column;
    row-gap: 2.6041666667vw;
  }
}
@media print, screen and (min-width:769px) {
  .cta02__list li {
    width: 32%;
  }
}
.cta02__btn a {
  background-color: #EC6A01;
  color: #fff;
  font-weight: 700;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width:769px) {
  .cta02__btn a {
    font-size: 22px;
    width: 100%;
    height: 70px;
    border-radius: 10px;
  }
}
@media print, screen and (min-width:1080px) {
  .cta02__btn a {
    transition: all 0.3s;
  }
  .cta02__btn a:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  .cta02__btn a {
    font-size: 4.1666666667vw;
    height: 13.0208333333vw;
    border-radius: 1.3020833333vw;
  }
}

.feature {
  /* feature01 */
  /* feature02 */
  /* feature03 */
}
@media print, screen and (min-width:769px) {
  .feature {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width:768px) {
  .feature {
    padding: 13.0208333333vw 0 15.625vw;
  }
}
.feature__ttl {
  font-weight: 700;
  text-align: center;
}
@media print, screen and (min-width:769px) {
  .feature__ttl {
    font-size: 56px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width:768px) {
  .feature__ttl {
    font-size: 7.2916666667vw;
    margin-bottom: 9.1145833333vw;
  }
}
.feature__ttl span {
  color: #fff;
  display: block;
  background: linear-gradient(90deg, rgb(177, 214, 210) 0%, rgb(236, 200, 158) 50%, rgb(242, 169, 159) 100%);
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .feature__ttl span {
    font-size: 48px;
    margin-bottom: 20px;
    padding: 10px 20px;
  }
}
@media screen and (max-width:768px) {
  .feature__ttl span {
    font-size: 6.25vw;
    margin-bottom: 2.6041666667vw;
    padding: 1.3020833333vw 2.6041666667vw;
  }
}
.feature__ttl em {
  font-weight: 500;
}
@media print, screen and (min-width:769px) {
  .feature__ttl em {
    font-size: 88px;
  }
}
@media screen and (max-width:768px) {
  .feature__ttl em {
    font-size: 11.4583333333vw;
  }
}
.feature__txt {
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
}
@media print, screen and (min-width:769px) {
  .feature__txt {
    font-size: 20px;
    margin: 30px auto 60px;
  }
}
@media screen and (max-width:768px) {
  .feature__txt {
    text-align: left;
    font-size: 3.3854166667vw;
    margin: 3.90625vw auto 7.8125vw;
  }
}
.feature__txt02 {
  text-align: center;
  line-height: 1.6111111111;
}
@media print, screen and (min-width:769px) {
  .feature__txt02 {
    font-size: 18px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width:768px) {
  .feature__txt02 {
    text-align: left;
    font-size: 3.125vw;
    margin-bottom: 10.4166666667vw;
  }
}
.feature__nav {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .feature__nav {
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-bottom: 120px;
  }
}
@media screen and (max-width:768px) {
  .feature__nav {
    flex-direction: column;
    margin-bottom: 15.625vw;
    row-gap: 5.2083333333vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature__nav > li {
    width: calc(33.33% - 15px);
  }
}
@media screen and (max-width:768px) {
  .feature__nav > li {
    width: 100%;
  }
}
.feature__nav a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  height: 100%;
}
@media print, screen and (min-width:769px) {
  .feature__nav a {
    border-radius: 16px;
    padding: 32px 20px 68px;
  }
}
@media print, screen and (min-width:1080px) {
  .feature__nav a {
    transition: all 0.3s;
  }
  .feature__nav a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  .feature__nav a {
    border-radius: 2.0833333333vw;
    padding: 7.8125vw 2.6041666667vw 8.8541666667vw;
  }
}
.feature__nav a::before {
  content: "";
  background: #F8B62B;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .feature__nav a::before {
    height: 36px;
    border-radius: 0 0 16px 16px;
  }
}
@media screen and (max-width:768px) {
  .feature__nav a::before {
    height: 4.6875vw;
    border-radius: 0 0 2.0833333333vw 2.0833333333vw;
  }
}
.feature__nav a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .feature__nav a::after {
    border-width: 10px 11px 0 11px;
    bottom: 12px;
  }
}
@media screen and (max-width:768px) {
  .feature__nav a::after {
    border-width: 1.3020833333vw 1.4322916667vw 0 1.4322916667vw;
    bottom: 1.5625vw;
  }
}
.feature__nav .num {
  position: absolute;
}
@media print, screen and (min-width:769px) {
  .feature__nav .num {
    top: -22px;
    left: 18px;
  }
}
@media screen and (max-width:768px) {
  .feature__nav .num {
    top: -2.8645833333vw;
    left: 2.34375vw;
  }
}
.feature__nav .txt {
  font-weight: 700;
  text-align: center;
  line-height: 1.4583333333;
}
@media print, screen and (min-width:769px) {
  .feature__nav .txt {
    font-size: 24px;
  }
}
@media screen and (max-width:768px) {
  .feature__nav .txt {
    font-size: 5.2083333333vw;
  }
}
.feature__nav em {
  font-weight: 700;
  line-height: 1.4583333333;
  color: #EC6A01;
}
@media print, screen and (min-width:769px) {
  .feature__nav em {
    font-size: 24px;
  }
}
@media screen and (max-width:768px) {
  .feature__nav em {
    font-size: 5.2083333333vw;
  }
}
.feature__wrap {
  background: #fff;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature__wrap {
    border-radius: 16px;
    padding: 64px 40px;
  }
}
@media screen and (max-width:768px) {
  .feature__wrap {
    border-radius: 2.0833333333vw;
    padding: 8.3333333333vw 5.2083333333vw;
  }
}
.feature__wrap.feature01::before {
  content: "";
  background: url(../images/feature01_txt.svg) no-repeat top center/100%;
  position: absolute;
}
@media print, screen and (min-width:769px) {
  .feature__wrap.feature01::before {
    width: 240px;
    height: 80px;
    top: -30px;
    left: -40px;
  }
}
@media screen and (max-width:768px) {
  .feature__wrap.feature01::before {
    width: 31.25vw;
    height: 10.4166666667vw;
    top: -3.90625vw;
    left: -3.90625vw;
  }
}
.feature__wrap.feature02::before {
  content: "";
  background: url(../images/feature02_txt.svg) no-repeat top center/100%;
  position: absolute;
}
@media print, screen and (min-width:769px) {
  .feature__wrap.feature02::before {
    width: 240px;
    height: 80px;
    top: -30px;
    left: -40px;
  }
}
@media screen and (max-width:768px) {
  .feature__wrap.feature02::before {
    width: 31.25vw;
    height: 10.4166666667vw;
    top: -3.90625vw;
    left: -3.90625vw;
  }
}
.feature__wrap.feature03::before {
  content: "";
  background: url(../images/feature03_txt.svg) no-repeat top center/100%;
  position: absolute;
}
@media print, screen and (min-width:769px) {
  .feature__wrap.feature03::before {
    width: 240px;
    height: 80px;
    top: -30px;
    left: -40px;
  }
}
@media screen and (max-width:768px) {
  .feature__wrap.feature03::before {
    width: 31.25vw;
    height: 10.4166666667vw;
    top: -3.90625vw;
    left: -3.90625vw;
  }
}
.feature__ttl01 {
  font-weight: 700;
  text-align: center;
  line-height: 1.44;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media print, screen and (min-width:769px) {
  .feature__ttl01 {
    font-size: 50px;
    padding: 0 40px;
  }
}
@media screen and (max-width:768px) {
  .feature__ttl01 {
    font-size: 5.9895833333vw;
    padding: 0 5.2083333333vw;
  }
}
.feature__ttl01 span {
  display: block;
  color: #EC6A01;
}
.feature__ttl01::before, .feature__ttl01::after {
  position: absolute;
  top: -3px;
  width: 10px;
  height: 100%;
  content: "";
  border-top: solid 3px #C2E3DA;
  border-bottom: solid 3px #C2E3DA;
}
.feature__ttl01::before {
  border-left: solid 3px #C2E3DA;
  left: 0;
}
.feature__ttl01::after {
  border-right: solid 3px #C2E3DA;
  right: 0;
}
@media print, screen and (min-width:769px) {
  .feature01 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width:768px) {
  .feature01 {
    margin-bottom: 10.4166666667vw;
  }
}
.feature01__box01 {
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature01__box01 {
    border-radius: 16px;
    margin-top: 70px;
    padding: 20px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box01 {
    border-radius: 2.0833333333vw;
    margin-top: 9.1145833333vw;
    padding: 2.6041666667vw;
  }
}
.feature01__box01 > .ttl {
  font-weight: 700;
  position: absolute;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width:769px) {
  .feature01__box01 > .ttl {
    font-size: 32px;
    top: -25px;
    padding: 8px 16px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box01 > .ttl {
    font-size: 4.1666666667vw;
    top: -3.2552083333vw;
    padding: 1.0416666667vw 2.0833333333vw;
  }
}
.feature01__box01 .txt {
  font-weight: 500;
  line-height: 1.6111111111;
}
@media print, screen and (min-width:769px) {
  .feature01__box01 .txt {
    font-size: 18px;
    margin: 30px 0 48px;
    padding: 0 480px 0 20px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box01 .txt {
    font-size: 3.3854166667vw;
    margin: 3.90625vw 0 6.25vw;
    padding: 0 2.6041666667vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature01__box01 .img {
    position: absolute;
    top: -40px;
    right: 36px;
    width: 300px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box01 .img {
    width: 80%;
    margin: 0 auto 10.4166666667vw;
  }
}
.feature01__box01.box01 {
  background-color: #FAF6E9;
}
.feature01__box01.box01 > .ttl {
  background-color: #E5CF8F;
}
.feature01__box01.box01 .list > li {
  border: 2px solid #E5CF8F;
}
.feature01__box01.box02 {
  background-color: #EDF5F5;
}
.feature01__box01.box02 > .ttl {
  background-color: #A5CDCB;
}
.feature01__box01.box02 .list > li {
  border: 2px solid #C2E3DA;
}
.feature01__box01.box03 {
  background-color: #F2F7E2;
}
.feature01__box01.box03 > .ttl {
  background-color: #BFD871;
}
.feature01__box01.box03 .list > li {
  border: 2px solid #BFD871;
}
.feature01__pickup {
  background-color: #fff;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature01__pickup {
    padding: 0 40px 40px;
    border-radius: 16px;
  }
}
@media screen and (max-width:768px) {
  .feature01__pickup {
    padding: 0 5.2083333333vw 5.2083333333vw;
    border-radius: 2.0833333333vw;
  }
}
.feature01__pickup .ttl {
  color: #EC6A01;
  font-weight: 700;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width:769px) {
  .feature01__pickup .ttl {
    font-size: 24px;
    top: -12px;
  }
}
@media screen and (max-width:768px) {
  .feature01__pickup .ttl {
    font-size: 4.1666666667vw;
    top: -1.8229166667vw;
  }
}
.feature01__pickup .list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width:769px) {
  .feature01__pickup .list {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width:768px) {
  .feature01__pickup .list {
    -moz-column-gap: 1.3020833333vw;
         column-gap: 1.3020833333vw;
    row-gap: 2.6041666667vw;
    margin-top: 2.6041666667vw;
  }
}
.feature01__pickup .list > li {
  text-align: center;
  font-weight: 500;
  border-radius: 100px;
}
@media print, screen and (min-width:769px) {
  .feature01__pickup .list > li {
    width: calc(33.3333333333% - 14px);
    font-size: 24px;
    padding: 10px;
  }
}
@media screen and (max-width:768px) {
  .feature01__pickup .list > li {
    font-size: 3.6458333333vw;
    padding: 1.3020833333vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature01__box02 {
    margin: 90px auto 0;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02 {
    margin: 11.71875vw auto 0;
  }
}
@media print, screen and (min-width:769px) {
  .feature01__box02 .c-ttl01 {
    margin-bottom: 75px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02 .c-ttl01 {
    margin-bottom: 10.4166666667vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature01__box02 .c-btn01 {
    margin-bottom: 100px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02 .c-btn01 {
    margin-bottom: 13.0208333333vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature01__box02-ttl {
    margin: 0 0 30px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02-ttl {
    margin: 0 0 3.90625vw;
  }
}
.feature01__box02 .media {
  background-color: #FAF6E9;
}
.feature01__box02 .media dt {
  color: #BE9E30;
}
.feature01__box02 .media dd li::before {
  background: #BE9E30;
}
.feature01__box02 .business {
  background-color: #EDF5F5;
}
.feature01__box02 .business dt {
  color: #64B0AC;
}
.feature01__box02 .business dd li::before {
  background: #64B0AC;
}
.feature01__box02 .it {
  background-color: #F2F7E2;
}
.feature01__box02 .it dt {
  color: #A1BB50;
}
.feature01__box02 .it dd li::before {
  background: #A1BB50;
}
.feature01__box02 .life {
  background-color: #F9EBE5;
}
.feature01__box02 .life dt {
  color: #DB7C55;
}
.feature01__box02 .life dd li::before {
  background: #DB7C55;
}
.feature01__box02 .cross {
  position: relative;
}
.feature01__box02 .cross::after {
  content: "";
  background: url(../images/icon_x.svg) no-repeat top center/100%;
  position: absolute;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .feature01__box02 .cross::after {
    width: 30px;
    height: 30px;
    right: -55px;
    top: 0;
    bottom: 0;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02 .cross::after {
    width: 3.90625vw;
    height: 3.90625vw;
    bottom: -7.2916666667vw;
    right: 0;
    left: 0;
  }
}
@media print, screen and (min-width:769px) {
  .feature01__box02 dl {
    border-radius: 16px;
    margin-bottom: 80px;
    padding: 20px 20px 30px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02 dl {
    border-radius: 2.0833333333vw;
    margin-bottom: 10.4166666667vw;
    padding: 3.90625vw;
  }
}
.feature01__box02 dt {
  text-align: center;
  font-weight: 700;
}
@media print, screen and (min-width:769px) {
  .feature01__box02 dt {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02 dt {
    margin-bottom: 2.6041666667vw;
    font-size: 3.6458333333vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature01__box02 dt span {
    font-size: 26px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02 dt span {
    font-size: 4.1666666667vw;
  }
}
.feature01__box02 dd li {
  font-weight: 500;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature01__box02 dd li {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02 dd li {
    font-size: 3.3854166667vw;
    margin-bottom: 1.3020833333vw;
  }
}
.feature01__box02 dd li::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background: #000;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature01__box02 dd li::before {
    width: 10px;
    height: 10px;
    margin-right: 6px;
    top: -2px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02 dd li::before {
    width: 1.5625vw;
    height: 1.5625vw;
    margin-right: 0.78125vw;
    top: -0.5208333333vw;
  }
}
.feature01__box02-01 {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-01 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02-01 {
    flex-direction: column;
  }
}
.feature01__box02-01 .media {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-01 .media {
    max-width: 520px;
  }
}
.feature01__box02-01 .business {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-01 .business {
    max-width: 520px;
  }
}
.feature01__box02-02 {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-02 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02-02 {
    flex-direction: column;
  }
}
.feature01__box02-02 .media {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-02 .media {
    max-width: 320px;
  }
}
.feature01__box02-02 .business {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-02 .business {
    max-width: 403px;
  }
}
.feature01__box02-02 .business ul {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-02 .business ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
.feature01__box02-02 .it {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-02 .it {
    max-width: 238px;
  }
}
.feature01__box02-03 {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-03 {
    -moz-column-gap: 80px;
         column-gap: 80px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box02-03 {
    flex-direction: column;
  }
}
.feature01__box02-03 .media {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-03 .media {
    max-width: 343px;
  }
}
.feature01__box02-03 .business {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-03 .business {
    max-width: 297px;
  }
}
.feature01__box02-03 .life {
  width: 100%;
}
@media print, screen and (min-width:769px) {
  .feature01__box02-03 .life {
    max-width: 320px;
  }
}
.feature01__box03 {
  background: linear-gradient(130deg, rgb(225, 244, 252) 0%, rgb(242, 243, 235) 100%);
}
@media print, screen and (min-width:769px) {
  .feature01__box03 {
    margin-left: -40px;
    margin-right: -40px;
    margin-bottom: -65px;
    border-radius: 0 0 16px 16px;
    padding: 40px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box03 {
    margin-left: -5.2083333333vw;
    margin-right: -5.2083333333vw;
    margin-bottom: -8.4635416667vw;
    border-radius: 0 0 2.0833333333vw 2.0833333333vw;
    padding: 5.2083333333vw;
  }
}
.feature01__box03-inner {
  background-color: #fff;
}
@media print, screen and (min-width:769px) {
  .feature01__box03-inner {
    border-radius: 16px;
    padding: 40px 80px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box03-inner {
    border-radius: 2.0833333333vw;
    padding: 5.2083333333vw;
  }
}
.feature01__box03-txt {
  font-weight: 500;
  text-align: center;
  line-height: 1.45;
}
@media print, screen and (min-width:769px) {
  .feature01__box03-txt {
    font-size: 20px;
    margin: 40px auto;
  }
}
@media screen and (max-width:768px) {
  .feature01__box03-txt {
    font-size: 3.3854166667vw;
    margin: 5.2083333333vw auto;
  }
}
@media print, screen and (min-width:769px) {
  .feature01__box03-image {
    margin-bottom: 65px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box03-image {
    margin-bottom: 13.0208333333vw;
  }
}
.feature01__box03-needs {
  background-color: #F9F9F9;
  position: relative;
  text-align: center;
  font-weight: 500;
  line-height: 1.45;
}
@media print, screen and (min-width:769px) {
  .feature01__box03-needs {
    border-radius: 16px;
    padding: 0 40px 40px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box03-needs {
    border-radius: 2.0833333333vw;
    padding: 0 5.2083333333vw 5.2083333333vw;
  }
}
.feature01__box03-needs .ttl {
  color: #fff;
  font-weight: 700;
  background: #97D1C1;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature01__box03-needs .ttl {
    font-size: 24px;
    padding: 6px 20px;
    top: -25px;
  }
}
@media screen and (max-width:768px) {
  .feature01__box03-needs .ttl {
    font-size: 3.6458333333vw;
    padding: 0.78125vw 2.6041666667vw;
    top: -3.2552083333vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature02 {
    margin: 120px auto;
  }
}
@media screen and (max-width:768px) {
  .feature02 {
    margin: 15.625vw auto;
  }
}
.feature02__box {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .feature02__box {
    -moz-column-gap: 4%;
         column-gap: 4%;
    margin-bottom: 80px;
  }
}
@media screen and (max-width:768px) {
  .feature02__box {
    flex-direction: column;
    margin-bottom: 10.4166666667vw;
    row-gap: 5.2083333333vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature02__image {
    width: 49%;
  }
}
@media print, screen and (min-width:769px) {
  .feature02__body {
    width: 47%;
  }
}
.feature02__body .ttl {
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
  background-color: #F8B62B;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature02__body .ttl {
    font-size: 24px;
    margin-left: 16px;
    margin-bottom: 20px;
    padding: 8px 40px;
  }
}
@media screen and (max-width:768px) {
  .feature02__body .ttl {
    font-size: 4.1666666667vw;
    margin-left: 2.0833333333vw;
    margin-bottom: 3.90625vw;
    padding: 1.3020833333vw 1.3020833333vw;
  }
}
.feature02__body .ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #F8B62B;
  -webkit-mask-image: url(../images/icon_triangle.png);
          mask-image: url(../images/icon_triangle.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  top: 0;
  height: 100%;
}
@media print, screen and (min-width:769px) {
  .feature02__body .ttl::before {
    width: 16px;
    left: -16px;
  }
}
@media screen and (max-width:768px) {
  .feature02__body .ttl::before {
    width: 2.0833333333vw;
    left: -2.0833333333vw;
  }
}
.feature02__body .ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #F8B62B;
  -webkit-mask-image: url(../images/icon_triangle.png);
          mask-image: url(../images/icon_triangle.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  transform: scale(-1, 1);
  top: 0;
  height: 100%;
}
@media print, screen and (min-width:769px) {
  .feature02__body .ttl::after {
    width: 16px;
    right: -16px;
  }
}
@media screen and (max-width:768px) {
  .feature02__body .ttl::after {
    width: 2.0833333333vw;
    right: -2.0833333333vw;
  }
}
.feature02__body .subttl {
  font-weight: 700;
  line-height: 1.3928571429;
}
@media print, screen and (min-width:769px) {
  .feature02__body .subttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  .feature02__body .subttl {
    font-size: 4.6875vw;
    margin-bottom: 2.6041666667vw;
  }
}
.feature02__body .txt {
  line-height: 1.6111111111;
}
@media print, screen and (min-width:769px) {
  .feature02__body .txt {
    font-size: 18px;
  }
}
@media screen and (max-width:768px) {
  .feature02__body .txt {
    font-size: 3.6458333333vw;
  }
}
.feature02__box02 {
  background-color: #F9F9F9;
}
@media print, screen and (min-width:769px) {
  .feature02__box02 {
    border-radius: 16px;
    margin-bottom: 80px;
    padding: 0 40px 40px;
  }
}
@media screen and (max-width:768px) {
  .feature02__box02 {
    border-radius: 2.0833333333vw;
    margin-bottom: 10.4166666667vw;
    padding: 0 5.2083333333vw 5.2083333333vw;
  }
}
.feature02__box02 .ttl {
  color: #fff;
  font-weight: 700;
  border-radius: 100px;
  background-color: #3F3F40;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature02__box02 .ttl {
    font-size: 20px;
    padding: 6px 20px;
    top: -14px;
  }
}
@media screen and (max-width:768px) {
  .feature02__box02 .ttl {
    font-size: 3.3854166667vw;
    padding: 1.3020833333vw 2.6041666667vw;
    top: -2.0833333333vw;
  }
}
.feature02__box02 .list {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
}
@media print, screen and (min-width:769px) {
  .feature02__box02 .list {
    -moz-column-gap: 40px;
         column-gap: 40px;
    row-gap: 16px;
    margin-top: 10px;
    padding-right: 200px;
  }
}
@media screen and (max-width:768px) {
  .feature02__box02 .list {
    -moz-column-gap: 5.2083333333vw;
         column-gap: 5.2083333333vw;
    row-gap: 3.3854166667vw;
    margin-top: 1.3020833333vw;
  }
}
.feature02__box02 .list li {
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature02__box02 .list li {
    font-size: 20px;
    padding-left: 16px;
  }
}
@media screen and (max-width:768px) {
  .feature02__box02 .list li {
    font-size: 3.3854166667vw;
    padding-left: 2.6041666667vw;
  }
}
.feature02__box02 .list li::before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: #F8B62B;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .feature02__box02 .list li::before {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width:768px) {
  .feature02__box02 .list li::before {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
.feature02__career {
  background: linear-gradient(130deg, rgb(235, 173, 105) 0%, rgb(235, 126, 109) 100%);
}
@media print, screen and (min-width:769px) {
  .feature02__career {
    margin: 0 -40px -65px -40px;
    padding: 40px;
    border-radius: 0 0 16px 16px;
  }
}
@media screen and (max-width:768px) {
  .feature02__career {
    margin: 0 -5.2083333333vw -8.4635416667vw -5.2083333333vw;
    padding: 5.2083333333vw;
    border-radius: 0 0 2.0833333333vw 2.0833333333vw;
  }
}
.feature02__career-inner {
  background: #fff;
}
@media print, screen and (min-width:769px) {
  .feature02__career-inner {
    border-radius: 16px;
    padding: 60px 40px 40px;
  }
}
@media screen and (max-width:768px) {
  .feature02__career-inner {
    border-radius: 2.0833333333vw;
    padding: 7.8125vw 5.2083333333vw 5.2083333333vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature02__career .c-ttl01 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width:768px) {
  .feature02__career .c-ttl01 {
    margin-bottom: 7.8125vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature02__career-list {
    margin-bottom: 80px;
  }
}
@media screen and (max-width:768px) {
  .feature02__career-list {
    margin-bottom: 10.4166666667vw;
  }
}
.feature02__career-list li {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .feature02__career-list li {
    -moz-column-gap: 4%;
         column-gap: 4%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:768px) {
  .feature02__career-list li {
    flex-direction: column;
    row-gap: 3.90625vw;
    margin-bottom: 10.4166666667vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature02__career-list .image {
    width: 22%;
  }
}
@media screen and (max-width:768px) {
  .feature02__career-list .image {
    width: 70%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width:769px) {
  .feature02__career-list .body {
    width: 75%;
  }
}
.feature02__career-list .ttl {
  color: #fff;
  text-align: center;
  line-height: 1.3;
  font-weight: 700;
  background-color: #F8B62B;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature02__career-list .ttl {
    font-size: 24px;
    margin-left: 16px;
    margin-bottom: 20px;
    padding: 8px 40px;
  }
}
@media screen and (max-width:768px) {
  .feature02__career-list .ttl {
    font-size: 4.1666666667vw;
    margin-left: 2.0833333333vw;
    margin-bottom: 3.90625vw;
    padding: 1.3020833333vw 2.6041666667vw;
  }
}
.feature02__career-list .ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #F8B62B;
  -webkit-mask-image: url(../images/icon_triangle.png);
          mask-image: url(../images/icon_triangle.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  height: 100%;
  top: 0;
}
@media print, screen and (min-width:769px) {
  .feature02__career-list .ttl::before {
    width: 16px;
    left: -16px;
  }
}
@media screen and (max-width:768px) {
  .feature02__career-list .ttl::before {
    width: 2.0833333333vw;
    left: -2.0833333333vw;
  }
}
.feature02__career-list .ttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  background-color: #F8B62B;
  -webkit-mask-image: url(../images/icon_triangle.png);
          mask-image: url(../images/icon_triangle.png);
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  transform: scale(-1, 1);
  height: 100%;
  top: 0;
}
@media print, screen and (min-width:769px) {
  .feature02__career-list .ttl::after {
    width: 16px;
    right: -16px;
  }
}
@media screen and (max-width:768px) {
  .feature02__career-list .ttl::after {
    width: 2.0833333333vw;
    right: -2.0833333333vw;
  }
}
.feature02__career-list .subttl {
  font-weight: 700;
  line-height: 1.3928571429;
}
@media print, screen and (min-width:769px) {
  .feature02__career-list .subttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  .feature02__career-list .subttl {
    font-size: 5.2083333333vw;
    margin-bottom: 2.6041666667vw;
  }
}
.feature02__career-list .subttl span {
  color: #EC6A01;
}
.feature02__career-list .txt {
  font-weight: 500;
  line-height: 1.6111111111;
}
@media print, screen and (min-width:769px) {
  .feature02__career-list .txt {
    font-size: 18px;
  }
}
@media screen and (max-width:768px) {
  .feature02__career-list .txt {
    font-size: 3.3854166667vw;
  }
}
.feature02__career-txt {
  line-height: 1.6111111111;
}
@media print, screen and (min-width:769px) {
  .feature02__career-txt {
    text-align: center;
    font-size: 18px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width:768px) {
  .feature02__career-txt {
    font-size: 3.3854166667vw;
    margin-bottom: 6.5104166667vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature03 .c-ttl01 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width:768px) {
  .feature03 .c-ttl01 {
    margin-bottom: 7.8125vw;
  }
}
.feature03__box01 {
  text-align: center;
}
@media print, screen and (min-width:769px) {
  .feature03__box01 {
    border-radius: 16px;
    margin-bottom: 80px;
    padding: 0 40px 40px;
  }
}
@media screen and (max-width:768px) {
  .feature03__box01 {
    border-radius: 2.0833333333vw;
    margin-bottom: 10.4166666667vw;
    padding: 0 5.2083333333vw 5.2083333333vw;
  }
}
.feature03__box01 .c-ttl03 {
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature03__box01 .c-ttl03 {
    top: -15px;
  }
}
@media screen and (max-width:768px) {
  .feature03__box01 .c-ttl03 {
    top: -1.953125vw;
  }
}
.feature03__box01 img {
  max-width: 764px;
}
@media screen and (max-width:768px) {
  .feature03__box01 img {
    width: 100%;
  }
}
@media print, screen and (min-width:769px) {
  .feature03__box02 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width:768px) {
  .feature03__box02 {
    margin-bottom: 10.4166666667vw;
  }
}
.feature03__list {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .feature03__list {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width:768px) {
  .feature03__list {
    flex-direction: column;
    margin-bottom: 10.4166666667vw;
    row-gap: 7.8125vw;
  }
}
.feature03__list li {
  background-color: #FFF6E3;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media print, screen and (min-width:769px) {
  .feature03__list li {
    width: 25%;
    border-radius: 16px;
    padding: 0 10px 20px;
  }
}
@media screen and (max-width:768px) {
  .feature03__list li {
    border-radius: 2.0833333333vw;
    padding: 0 2.6041666667vw 2.6041666667vw;
  }
}
.feature03__list li .num {
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature03__list li .num {
    top: -20px;
    min-height: 42px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .feature03__list li .num {
    top: -2.6041666667vw;
    min-height: 5.46875vw;
    margin-bottom: 1.3020833333vw;
  }
}
.feature03__list li .ttl {
  color: #EC6A01;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  border-bottom: 2px dotted #EC6A01;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media print, screen and (min-width:769px) {
  .feature03__list li .ttl {
    font-size: 20px;
    min-height: 120px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  .feature03__list li .ttl {
    font-size: 4.4270833333vw;
    margin-bottom: 2.6041666667vw;
    padding: 0 2.6041666667vw 2.6041666667vw;
  }
}
.feature03__list li .txt {
  line-height: 1.625;
  display: flex;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
}
@media print, screen and (min-width:769px) {
  .feature03__list li .txt {
    font-size: 16px;
    padding: 0 10px;
  }
}
@media screen and (max-width:768px) {
  .feature03__list li .txt {
    font-size: 3.3854166667vw;
    padding: 0 2.6041666667vw;
  }
}
.feature03__list02 li {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .feature03__list02 li {
    -moz-column-gap: 5%;
         column-gap: 5%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:768px) {
  .feature03__list02 li {
    flex-direction: column;
    row-gap: 3.90625vw;
    margin-bottom: 7.8125vw;
  }
}
@media print, screen and (min-width:769px) {
  .feature03__list02 .image {
    width: 30%;
  }
}
@media print, screen and (min-width:769px) {
  .feature03__list02 .body {
    width: 65%;
  }
}
.feature03__list02 .ttl {
  font-weight: 700;
  line-height: 1.3928571429;
}
@media print, screen and (min-width:769px) {
  .feature03__list02 .ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  .feature03__list02 .ttl {
    font-size: 4.1666666667vw;
    margin-bottom: 2.6041666667vw;
  }
}
.feature03__list02 .txt {
  font-weight: 500;
  line-height: 1.6111111111;
}
@media print, screen and (min-width:769px) {
  .feature03__list02 .txt {
    font-size: 18px;
  }
}
@media screen and (max-width:768px) {
  .feature03__list02 .txt {
    font-size: 3.3854166667vw;
  }
}
.feature03__box04 {
  background-color: #FCF0ED;
}
@media print, screen and (min-width:769px) {
  .feature03__box04 {
    border-radius: 16px;
    margin-bottom: 100px;
    padding: 0 40px 10px;
  }
}
@media screen and (max-width:768px) {
  .feature03__box04 {
    border-radius: 2.0833333333vw;
    margin-bottom: 13.0208333333vw;
    padding: 0 5.2083333333vw 2.6041666667vw;
  }
}
.feature03__box04 .c-ttl03 {
  margin-left: 0;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature03__box04 .c-ttl03 {
    margin-bottom: 0;
    top: -20px;
  }
}
@media screen and (max-width:768px) {
  .feature03__box04 .c-ttl03 {
    margin-bottom: 0;
    top: -2.6041666667vw;
  }
}
.feature03__box05 {
  background-color: #FCF1EE;
}
@media print, screen and (min-width:769px) {
  .feature03__box05 {
    margin: 0 -40px 80px;
    padding: 40px;
  }
}
@media screen and (max-width:768px) {
  .feature03__box05 {
    margin: 0 -5.2083333333vw 10.4166666667vw;
    padding: 5.2083333333vw;
  }
}
.feature03__box05-inner {
  background: #fff;
}
@media print, screen and (min-width:769px) {
  .feature03__box05-inner {
    border-radius: 16px;
    padding: 60px 40px 40px;
  }
}
@media screen and (max-width:768px) {
  .feature03__box05-inner {
    border-radius: 2.0833333333vw;
    padding: 7.8125vw 5.2083333333vw 5.2083333333vw;
  }
}
.feature03__box06 {
  background-color: #F6F6F6;
}
@media print, screen and (min-width:769px) {
  .feature03__box06 {
    border-radius: 16px;
    padding: 0 40px 10px;
  }
}
@media screen and (max-width:768px) {
  .feature03__box06 {
    border-radius: 2.0833333333vw;
    padding: 0 5.2083333333vw 1.3020833333vw;
  }
}
.feature03__box06 .c-ttl03 {
  margin-left: 0;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .feature03__box06 .c-ttl03 {
    margin-bottom: 0;
    top: -20px;
  }
}
@media screen and (max-width:768px) {
  .feature03__box06 .c-ttl03 {
    margin-bottom: 0;
    top: -2.6041666667vw;
  }
}

.message {
  background: linear-gradient(130deg, rgb(225, 244, 252) 0%, rgb(242, 243, 235) 100%);
  position: relative;
}
@media print, screen and (min-width:769px) {
  .message {
    padding: 100px 0;
  }
}
@media screen and (max-width:768px) {
  .message {
    padding: 13.0208333333vw 0;
  }
}
.message::before {
  content: "";
  background: url(../images/message_bg.svg) no-repeat top center/100%;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width:769px) {
  .message::before {
    top: 90px;
  }
}
@media screen and (max-width:768px) {
  .message::before {
    top: 13.0208333333vw;
  }
}
.message__ttl {
  font-weight: 700;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width:769px) {
  .message__ttl {
    font-size: 50px;
    margin: 0 auto 90px;
  }
}
@media screen and (max-width:768px) {
  .message__ttl {
    font-size: 6.5104166667vw;
    margin: 0 auto 11.71875vw;
  }
}
.message__ttl::before {
  content: "";
  background: url(../images/message_txt.svg) no-repeat top center/100%;
  display: inline-block;
  position: absolute;
  z-index: -1;
}
@media print, screen and (min-width:769px) {
  .message__ttl::before {
    width: 234px;
    height: 80px;
    left: -140px;
    top: -40px;
  }
}
@media screen and (max-width:768px) {
  .message__ttl::before {
    width: 30.46875vw;
    height: 10.4166666667vw;
    left: -18.2291666667vw;
    top: -5.2083333333vw;
  }
}
.message__box01 {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .message__box01 {
    -moz-column-gap: 6%;
         column-gap: 6%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width:768px) {
  .message__box01 {
    flex-direction: column-reverse;
    row-gap: 5.2083333333vw;
    margin-bottom: 10.4166666667vw;
  }
}
@media print, screen and (min-width:769px) {
  .message__box01 .image {
    width: 34%;
  }
}
.message__box01 .image span {
  display: block;
  font-weight: 700;
}
@media print, screen and (min-width:769px) {
  .message__box01 .image span {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width:768px) {
  .message__box01 .image span {
    font-size: 3.3854166667vw;
    margin-top: 2.6041666667vw;
  }
}
@media print, screen and (min-width:769px) {
  .message__box01 .body {
    width: 60%;
  }
}
.message__box01 .ttl {
  color: #64B0AC;
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width:769px) {
  .message__box01 .ttl {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:768px) {
  .message__box01 .ttl {
    font-size: 5.2083333333vw;
    margin-bottom: 5.2083333333vw;
    line-height: 1.4;
  }
}
.message__box01 .txt {
  line-height: 2;
}
@media print, screen and (min-width:769px) {
  .message__box01 .txt {
    font-size: 20px;
  }
}
@media screen and (max-width:768px) {
  .message__box01 .txt {
    font-size: 3.3854166667vw;
  }
}
.message__box02 {
  background: #fff;
  box-shadow: 6px 6px 0px 0px rgb(194, 227, 218);
}
@media print, screen and (min-width:769px) {
  .message__box02 {
    border-radius: 16px;
    margin-bottom: 100px;
    padding: 0 40px 40px;
  }
}
@media screen and (max-width:768px) {
  .message__box02 {
    border-radius: 2.0833333333vw;
    margin-bottom: 13.0208333333vw;
    padding: 0 5.2083333333vw 5.2083333333vw;
  }
}
.message__box02 > .ttl {
  background: #97D1C1;
  color: #fff;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .message__box02 > .ttl {
    font-size: 24px;
    padding: 8px 20px;
    top: -20px;
  }
}
@media screen and (max-width:768px) {
  .message__box02 > .ttl {
    font-size: 4.6875vw;
    padding: 1.3020833333vw 2.6041666667vw;
    top: -3.90625vw;
  }
}
.message__wrap {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width:769px) {
  .message__wrap {
    -moz-column-gap: 6%;
         column-gap: 6%;
  }
}
@media screen and (max-width:768px) {
  .message__wrap {
    flex-direction: column;
    row-gap: 5.2083333333vw;
  }
}
@media print, screen and (min-width:769px) {
  .message__wrap .image {
    width: 44%;
  }
}
@media print, screen and (min-width:769px) {
  .message__wrap .body {
    width: 50%;
  }
}
.message__wrap .ttl {
  color: #64B0AC;
  font-weight: 700;
}
@media print, screen and (min-width:769px) {
  .message__wrap .ttl {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width:768px) {
  .message__wrap .ttl {
    font-size: 5.2083333333vw;
    margin-bottom: 3.90625vw;
  }
}
.message__wrap .txt {
  line-height: 2;
}
@media print, screen and (min-width:769px) {
  .message__wrap .txt {
    font-size: 20px;
  }
}
@media screen and (max-width:768px) {
  .message__wrap .txt {
    font-size: 3.3854166667vw;
  }
}

@media print, screen and (min-width:769px) {
  .news {
    padding: 80px 0;
  }
}
@media screen and (max-width:768px) {
  .news {
    padding: 10.4166666667vw 0;
  }
}
.news .inner {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .news .inner {
    -moz-column-gap: 4%;
         column-gap: 4%;
  }
}
@media screen and (max-width:768px) {
  .news .inner {
    flex-direction: column;
    row-gap: 5.2083333333vw;
  }
}
.news__ttl {
  font-weight: 700;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (min-width:769px) {
  .news__ttl {
    width: 30%;
    font-size: 38px;
    margin: 70px auto 90px;
  }
}
@media screen and (max-width:768px) {
  .news__ttl {
    font-size: 5.9895833333vw;
    margin: 9.1145833333vw auto 5.2083333333vw;
  }
}
.news__ttl::before {
  content: "";
  background: url(../images/news_txt.svg) no-repeat top center/100%;
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: -1;
}
@media print, screen and (min-width:769px) {
  .news__ttl::before {
    width: 240px;
    height: 120px;
    top: -60px;
  }
}
@media screen and (max-width:768px) {
  .news__ttl::before {
    width: 31.25vw;
    height: 15.625vw;
    top: -10.4166666667vw;
  }
}
.news__body {
  background: #fff;
}
@media print, screen and (min-width:769px) {
  .news__body {
    width: 66%;
    border-radius: 16px;
    padding: 30px 40px;
  }
}
@media screen and (max-width:768px) {
  .news__body {
    border-radius: 2.0833333333vw;
    padding: 3.90625vw 5.2083333333vw;
  }
}
.news__list li:not(:last-child) {
  border-bottom: 2px dotted #F8B62B;
}
.news__list a {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .news__list a {
    padding: 20px 0;
  }
}
@media screen and (max-width:768px) {
  .news__list a {
    padding: 2.6041666667vw 0;
  }
}
.news__list a::after {
  content: "";
  display: block;
  background-color: #F8B62B;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.226' height='24' viewBox='0 0 13.226 24'%3E%3Cpath id='arrow_back_ios_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24' d='M42.777-847.508l-9.3,9.3a1.463,1.463,0,0,0-.459,1.107,1.577,1.577,0,0,0,.49,1.107,1.518,1.518,0,0,0,1.107.475,1.518,1.518,0,0,0,1.107-.475l9.745-9.714a2.529,2.529,0,0,0,.57-.854,2.54,2.54,0,0,0,.19-.949,2.539,2.539,0,0,0-.19-.949,2.528,2.528,0,0,0-.57-.854l-9.745-9.745a1.481,1.481,0,0,0-1.123-.459,1.593,1.593,0,0,0-1.123.49A1.518,1.518,0,0,0,33-857.918a1.518,1.518,0,0,0,.475,1.107Z' transform='translate(-33 859.516)' fill='%23fff'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.226' height='24' viewBox='0 0 13.226 24'%3E%3Cpath id='arrow_back_ios_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24' d='M42.777-847.508l-9.3,9.3a1.463,1.463,0,0,0-.459,1.107,1.577,1.577,0,0,0,.49,1.107,1.518,1.518,0,0,0,1.107.475,1.518,1.518,0,0,0,1.107-.475l9.745-9.714a2.529,2.529,0,0,0,.57-.854,2.54,2.54,0,0,0,.19-.949,2.539,2.539,0,0,0-.19-.949,2.528,2.528,0,0,0-.57-.854l-9.745-9.745a1.481,1.481,0,0,0-1.123-.459,1.593,1.593,0,0,0-1.123.49A1.518,1.518,0,0,0,33-857.918a1.518,1.518,0,0,0,.475,1.107Z' transform='translate(-33 859.516)' fill='%23fff'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}
@media print, screen and (min-width:769px) {
  .news__list a::after {
    width: 13px;
    height: 24px;
  }
}
@media screen and (max-width:768px) {
  .news__list a::after {
    width: 1.6927083333vw;
    height: 3.125vw;
  }
}
.news__list .date {
  color: #EC6A01;
}
@media print, screen and (min-width:769px) {
  .news__list .date {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .news__list .date {
    font-size: 3.3854166667vw;
    margin-bottom: 2.6041666667vw;
  }
}
.news__list .ttl {
  line-height: 1.4;
}
@media print, screen and (min-width:769px) {
  .news__list .ttl {
    font-size: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:768px) {
  .news__list .ttl {
    font-size: 3.6458333333vw;
    margin-right: 3.90625vw;
  }
}

.btnArea {
  background: #fff;
}
@media print, screen and (min-width:769px) {
  .btnArea {
    padding: 60px 0;
  }
}
@media screen and (max-width:768px) {
  .btnArea {
    padding: 7.8125vw 0;
  }
}
.btnArea .btn__oc a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(90deg, rgb(151, 220, 201) 0%, rgb(125, 201, 197) 100%);
  text-align: center;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1.4166666667;
}
@media print, screen and (min-width:769px) {
  .btnArea .btn__oc a {
    font-size: 24px;
    border-radius: 8px;
    width: 700px;
    height: 100px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width:1080px) {
  .btnArea .btn__oc a {
    transition: all 0.3s;
  }
  .btnArea .btn__oc a:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  .btnArea .btn__oc a {
    font-size: 3.90625vw;
    border-radius: 2.0833333333vw;
    width: 90%;
    height: 18.2291666667vw;
    margin-bottom: 2.6041666667vw;
  }
}
.btnArea .btn__oc a::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.226' height='24' viewBox='0 0 13.226 24'%3E%3Cpath id='arrow_back_ios_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24' d='M42.777-847.508l-9.3,9.3a1.463,1.463,0,0,0-.459,1.107,1.577,1.577,0,0,0,.49,1.107,1.518,1.518,0,0,0,1.107.475,1.518,1.518,0,0,0,1.107-.475l9.745-9.714a2.529,2.529,0,0,0,.57-.854,2.54,2.54,0,0,0,.19-.949,2.539,2.539,0,0,0-.19-.949,2.528,2.528,0,0,0-.57-.854l-9.745-9.745a1.481,1.481,0,0,0-1.123-.459,1.593,1.593,0,0,0-1.123.49A1.518,1.518,0,0,0,33-857.918a1.518,1.518,0,0,0,.475,1.107Z' transform='translate(-33 859.516)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .btnArea .btn__oc a::after {
    width: 13px;
    height: 24px;
    right: 30px;
  }
}
@media screen and (max-width:768px) {
  .btnArea .btn__oc a::after {
    width: 1.6927083333vw;
    height: 3.125vw;
    right: 3.90625vw;
  }
}
.btnArea .btn__list {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media print, screen and (min-width:769px) {
  .btnArea .btn__list {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width:768px) {
  .btnArea .btn__list {
    flex-direction: column;
    width: 90%;
    row-gap: 2.6041666667vw;
  }
}
.btnArea .btn__list a {
  position: relative;
  display: flex;
  align-items: center;
  color: #64B0AC;
  border: 2px solid #64B0AC;
  font-weight: 700;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1.3;
}
@media print, screen and (min-width:769px) {
  .btnArea .btn__list a {
    font-size: 20px;
    border-radius: 8px;
    width: 332px;
    height: 80px;
    padding-left: 20px;
  }
}
@media print, screen and (min-width:1080px) {
  .btnArea .btn__list a {
    transition: all 0.3s;
  }
  .btnArea .btn__list a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  .btnArea .btn__list a {
    font-size: 3.90625vw;
    border-radius: 2.0833333333vw;
    width: 100%;
    height: 15.625vw;
    padding-left: 2.6041666667vw;
  }
}
.btnArea .btn__list a::after {
  content: "";
  display: block;
  background: #64B0AC;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.226' height='24' viewBox='0 0 13.226 24'%3E%3Cpath id='arrow_back_ios_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24' d='M42.777-847.508l-9.3,9.3a1.463,1.463,0,0,0-.459,1.107,1.577,1.577,0,0,0,.49,1.107,1.518,1.518,0,0,0,1.107.475,1.518,1.518,0,0,0,1.107-.475l9.745-9.714a2.529,2.529,0,0,0,.57-.854,2.54,2.54,0,0,0,.19-.949,2.539,2.539,0,0,0-.19-.949,2.528,2.528,0,0,0-.57-.854l-9.745-9.745a1.481,1.481,0,0,0-1.123-.459,1.593,1.593,0,0,0-1.123.49A1.518,1.518,0,0,0,33-857.918a1.518,1.518,0,0,0,.475,1.107Z' transform='translate(-33 859.516)' fill='%23fff'/%3E%3C/svg%3E%0A");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13.226' height='24' viewBox='0 0 13.226 24'%3E%3Cpath id='arrow_back_ios_24dp_1F1F1F_FILL0_wght400_GRAD0_opsz24' d='M42.777-847.508l-9.3,9.3a1.463,1.463,0,0,0-.459,1.107,1.577,1.577,0,0,0,.49,1.107,1.518,1.518,0,0,0,1.107.475,1.518,1.518,0,0,0,1.107-.475l9.745-9.714a2.529,2.529,0,0,0,.57-.854,2.54,2.54,0,0,0,.19-.949,2.539,2.539,0,0,0-.19-.949,2.528,2.528,0,0,0-.57-.854l-9.745-9.745a1.481,1.481,0,0,0-1.123-.459,1.593,1.593,0,0,0-1.123.49A1.518,1.518,0,0,0,33-857.918a1.518,1.518,0,0,0,.475,1.107Z' transform='translate(-33 859.516)' fill='%23fff'/%3E%3C/svg%3E%0A");
  -webkit-mask-size: 100%;
          mask-size: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width:769px) {
  .btnArea .btn__list a::after {
    width: 13px;
    height: 24px;
    right: 30px;
  }
}
@media screen and (max-width:768px) {
  .btnArea .btn__list a::after {
    width: 1.6927083333vw;
    height: 3.125vw;
    right: 3.90625vw;
  }
}

.l-footer {
  background: #fff;
}
@media print, screen and (min-width:769px) {
  .l-footer {
    padding: 40px 0;
  }
}
@media screen and (max-width:768px) {
  .l-footer {
    padding: 5.2083333333vw 0 15.625vw;
  }
}
.l-footer .inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:768px) {
  .l-footer .inner {
    flex-direction: column;
    align-items: center;
  }
}
@media print, screen and (min-width:769px) {
  .l-footer .footer__logo {
    width: 400px;
  }
}
@media screen and (max-width:768px) {
  .l-footer .footer__logo {
    width: 90%;
  }
}
@media print, screen and (min-width:769px) {
  .l-footer .footer__access {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (max-width:768px) {
  .l-footer .footer__access {
    font-size: 3.3854166667vw;
    margin-top: 3.90625vw;
  }
}
.l-footer .footer__copy {
  text-align: center;
}
@media print, screen and (min-width:769px) {
  .l-footer .footer__copy {
    font-size: 14px;
    padding: 30px 0 0;
  }
}
@media screen and (max-width:768px) {
  .l-footer .footer__copy {
    font-size: 2.9947916667vw;
    padding: 3.90625vw 0;
  }
}
.l-footer .footer__sns {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .l-footer .footer__sns {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media screen and (max-width:768px) {
  .l-footer .footer__sns {
    margin: 10.4166666667vw 0 7.8125vw;
    -moz-column-gap: 5.2083333333vw;
         column-gap: 5.2083333333vw;
  }
}
.l-footer .footer__sns img {
  width: auto;
}
@media print, screen and (min-width:769px) {
  .l-footer .footer__sns img {
    height: 40px;
  }
}
@media screen and (max-width:768px) {
  .l-footer .footer__sns img {
    height: 7.8125vw;
  }
}

.page-ttl {
  background: #F6F6F6 url(../images/page-ttl_bg.png) no-repeat top center/cover;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
@media print, screen and (min-width:769px) {
  .page-ttl {
    width: calc(100% - 40px);
    margin-top: 20px;
    border-radius: 20px;
    min-height: 460px;
    font-size: 50px;
  }
}
@media screen and (max-width:768px) {
  .page-ttl {
    width: 95%;
    text-align: center;
    margin-top: 2.6041666667vw;
    border-radius: 2.6041666667vw;
    min-height: 72.9166666667vw;
    font-size: 6.5104166667vw;
  }
}

.breadcrumb {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media print, screen and (min-width:769px) {
  .breadcrumb {
    margin-top: 40px;
  }
}
@media screen and (max-width:768px) {
  .breadcrumb {
    margin-top: 5.2083333333vw;
  }
}
.breadcrumb__list {
  display: flex;
}
@media print, screen and (min-width:769px) {
  .breadcrumb__list {
    font-size: 16px;
  }
}
@media screen and (max-width:768px) {
  .breadcrumb__list {
    font-size: 3.125vw;
    align-items: center;
  }
}
.breadcrumb__list a {
  color: #EC6A01;
}
@media print, screen and (min-width:1080px) {
  .breadcrumb__list a {
    transition: all 0.3s;
  }
  .breadcrumb__list a:hover {
    text-decoration: underline;
    transition: all 0.3s;
  }
}
.breadcrumb__list > li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  font-size: 16px;
  position: relative;
}
@media print, screen and (min-width:769px) {
  .breadcrumb__list > li:not(:last-child)::after {
    padding: 0 16px;
  }
}
@media screen and (max-width:768px) {
  .breadcrumb__list > li:not(:last-child)::after {
    font-size: 3.125vw;
    padding: 0 2.0833333333vw;
  }
}

@media print, screen and (min-width:769px) {
  .curriculum {
    padding-top: 70px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width:768px) {
  .curriculum {
    padding: 10.4166666667vw 0 15.625vw;
  }
}
@media print, screen and (min-width:769px) {
  .curriculum .c-ttl04 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width:768px) {
  .curriculum .c-ttl04 {
    margin-bottom: 10.4166666667vw;
  }
}
.curriculum .c-ttl04::before {
  border-top: solid 3px #C2E3DA;
  border-bottom: solid 3px #C2E3DA;
  border-left: solid 3px #C2E3DA;
}
.curriculum .c-ttl04::after {
  border-top: solid 3px #C2E3DA;
  border-bottom: solid 3px #C2E3DA;
  border-right: solid 3px #C2E3DA;
}
.curriculum__txt {
  line-height: 2;
  text-align: center;
}
@media print, screen and (min-width:769px) {
  .curriculum__txt {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:768px) {
  .curriculum__txt {
    font-size: 3.6458333333vw;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width:768px) {
  .curriculum__table {
    margin-right: -3.90625vw;
  }
}
@media screen and (max-width:768px) {
  .curriculum__table-inner {
    overflow-x: scroll;
    margin-bottom: 5.2083333333vw;
  }
}
@media screen and (max-width:768px) {
  .curriculum__table-inner img {
    min-width: 700px;
  }
}

.fee {
  background: linear-gradient(130deg, rgb(225, 244, 252) 0%, rgb(242, 243, 235) 100%);
}
@media print, screen and (min-width:769px) {
  .fee {
    padding: 100px 0;
  }
}
@media screen and (max-width:768px) {
  .fee {
    padding: 13.0208333333vw 0;
  }
}
@media print, screen and (min-width:769px) {
  .fee .c-ttl04 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width:768px) {
  .fee .c-ttl04 {
    margin-bottom: 10.4166666667vw;
  }
}
.fee .c-ttl04::before {
  border-top: solid 3px #F8B62B;
  border-bottom: solid 3px #F8B62B;
  border-left: solid 3px #F8B62B;
}
.fee .c-ttl04::after {
  border-top: solid 3px #F8B62B;
  border-bottom: solid 3px #F8B62B;
  border-right: solid 3px #F8B62B;
}
@media print, screen and (min-width:769px) {
  .fee__list {
    margin-bottom: 40px;
  }
}
@media screen and (max-width:768px) {
  .fee__list {
    margin-bottom: 5.2083333333vw;
  }
}
.fee__list .ttl {
  font-weight: 700;
}
@media print, screen and (min-width:769px) {
  .fee__list .ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  .fee__list .ttl {
    font-size: 4.6875vw;
    margin-bottom: 2.6041666667vw;
  }
}
.fee__list .txt {
  line-height: 1.5;
}
@media print, screen and (min-width:769px) {
  .fee__list .txt {
    font-size: 18px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:768px) {
  .fee__list .txt {
    font-size: 3.3854166667vw;
    margin-bottom: 5.2083333333vw;
  }
}
.fee__list .image {
  margin: 0 auto;
}
@media print, screen and (min-width:769px) {
  .fee__list .image {
    max-width: 1120px;
  }
}
@media print, screen and (min-width:769px) {
  .fee__list li + li {
    margin-top: 80px;
  }
}
@media screen and (max-width:768px) {
  .fee__list li + li {
    margin-top: 13.0208333333vw;
  }
}
.fee__note li {
  position: relative;
  line-height: 1.4;
}
@media print, screen and (min-width:769px) {
  .fee__note li {
    padding-left: 20px;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .fee__note li {
    padding-left: 3.6458333333vw;
    font-size: 3.6458333333vw;
    margin-bottom: 1.3020833333vw;
  }
}
.fee__note li::before {
  content: "※";
  position: absolute;
  left: 0;
}

.faq {
  background: #F8B62B;
}
@media print, screen and (min-width:769px) {
  .faq {
    padding: 100px 0;
  }
}
@media screen and (max-width:768px) {
  .faq {
    padding: 13.0208333333vw 0;
  }
}
.faq .c-ttl04 {
  color: #fff;
}
@media print, screen and (min-width:769px) {
  .faq .c-ttl04 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width:768px) {
  .faq .c-ttl04 {
    margin-bottom: 10.4166666667vw;
  }
}
.faq__wrap {
  background: #fff;
}
@media print, screen and (min-width:769px) {
  .faq__wrap {
    border-radius: 16px;
    padding: 30px 40px;
  }
}
@media screen and (max-width:768px) {
  .faq__wrap {
    border-radius: 2.0833333333vw;
    padding: 3.90625vw 3.90625vw;
  }
}
.faq dl:not(:last-child) {
  border-bottom: 2px dotted #EC6A01;
}
.faq dl dt {
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width:769px) {
  .faq dl dt {
    margin-top: 20px;
    font-size: 22px;
  }
}
@media screen and (max-width:768px) {
  .faq dl dt {
    margin-top: 2.6041666667vw;
    font-size: 4.1666666667vw;
  }
}
.faq dl dt span {
  color: #EC6A01;
  font-weight: 700;
  display: inline-block;
}
@media print, screen and (min-width:769px) {
  .faq dl dt span {
    font-size: 26px;
    margin-right: 6px;
  }
}
@media screen and (max-width:768px) {
  .faq dl dt span {
    margin-right: 1.3020833333vw;
    font-size: 4.6875vw;
  }
}
.faq dl dd {
  font-weight: 400;
  line-height: 1.6;
}
@media print, screen and (min-width:769px) {
  .faq dl dd {
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width:768px) {
  .faq dl dd {
    margin-top: 2.6041666667vw;
    padding-bottom: 2.6041666667vw;
  }
}

.float_line {
  position: fixed;
  text-align: center;
  z-index: 998;
}
@media print, screen and (min-width:769px) {
  .float_line {
    right: 0;
    top: 200px;
  }
}
@media screen and (max-width:768px) {
  .float_line {
    bottom: 0;
    left: 0;
  }
}
.float_line a {
  color: #fff;
  background: #06C755;
  display: block;
}
@media print, screen and (min-width:769px) {
  .float_line a {
    height: 180px;
    width: 60px;
    padding-top: 10px;
    border-radius: 8px 0 0 8px;
  }
}
@media print, screen and (min-width:1080px) {
  .float_line a {
    transition: all 0.3s;
  }
  .float_line a:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  .float_line a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50vw;
    height: 13.0208333333vw;
  }
}
.float_line-icon {
  display: block;
}
@media print, screen and (min-width:769px) {
  .float_line-icon {
    margin-bottom: 10px;
  }
}
@media screen and (max-width:768px) {
  .float_line-icon {
    margin-right: 2.6041666667vw;
  }
}
@media print, screen and (min-width:769px) {
  .float_line-icon img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width:768px) {
  .float_line-icon img {
    width: 7.8125vw;
    height: 7.8125vw;
  }
}
.float_line-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
@media print, screen and (min-width:769px) {
  .float_line-txt {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media screen and (max-width:768px) {
  .float_line-txt {
    font-size: 3.3854166667vw;
  }
}

.float_online {
  position: fixed;
  text-align: center;
  z-index: 998;
}
@media print, screen and (min-width:769px) {
  .float_online {
    right: 0;
    top: 400px;
  }
}
@media screen and (max-width:768px) {
  .float_online {
    bottom: 0;
    right: 0;
  }
}
.float_online a {
  color: #fff;
  background: linear-gradient(130deg, rgb(235, 173, 105) 0%, rgb(235, 126, 109) 100%);
  display: block;
}
@media print, screen and (min-width:769px) {
  .float_online a {
    height: 200px;
    width: 60px;
    padding-top: 20px;
    border-radius: 8px 0 0 8px;
  }
}
@media print, screen and (min-width:1080px) {
  .float_online a {
    transition: all 0.3s;
  }
  .float_online a:hover {
    opacity: 0.8;
    transition: all 0.3s;
  }
}
@media screen and (max-width:768px) {
  .float_online a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50vw;
    height: 13.0208333333vw;
  }
}
.float_online-txt {
  font-weight: 700;
}
@media print, screen and (min-width:769px) {
  .float_online-txt {
    writing-mode: vertical-rl;
    text-orientation: upright;
  }
}
@media screen and (max-width:768px) {
  .float_online-txt {
    font-size: 3.3854166667vw;
  }
}