@charset "UTF-8"; /*! sanitize.css v4.0.0 | CC0 License | github.com/10up/sanitize.css */ article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block
}
audio, canvas, progress, video {
  display: inline-block
}
audio:not([controls]) {
  display: none;
  height: 0
}
[hidden], template {
  display: none
}
*, ::after, ::before {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
::after, ::before {
  text-decoration: inherit;
  vertical-align: inherit
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  font-family: sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}
body, html {
  position: relative;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
body {
  margin: 0
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-size: inherit;
  margin: 0;
  padding: 0
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em
}
hr {
  height: 0;
  overflow: visible
}
nav ol, nav ul {
  list-style: none
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none
}
b, strong {
  font-weight: inherit
}
b, strong {
  font-weight: bolder
}
dfn {
  font-style: italic
}
mark {
  background-color: #ff0;
  color: #000
}
progress {
  vertical-align: baseline
}
small {
  font-size: 83.3333%
}
sub, sup {
  font-size: 83.3333%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}
audio, canvas, iframe, img, svg, video {
  vertical-align: middle
}
img {
  border-style: none
}
svg {
  fill: currentColor
}
svg:not(:root) {
  overflow: hidden
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
:hover {
  outline-width: 0
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1em;
  margin: 0
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button
}
::-moz-focus-inner {
  border-style: none;
  padding: 0
}
:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em
}
legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
textarea {
  overflow: auto;
  resize: vertical
}
[type=checkbox], [type=radio] {
  padding: 0
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
::-webkit-search-cancel-button, ::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
[aria-busy=true] {
  cursor: progress
}
[aria-controls] {
  cursor: pointer
}
[aria-disabled] {
  cursor: default
}
[tabindex], a, area, button, input, label, select, textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation
}
[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute
}
[hidden][aria-hidden=false]:focus {
  clip: auto
}
p {
  margin: 0
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}
.lozad {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0
}
.lozad.fadeIn {
  opacity: 1
}
.fade {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0
}
.fade.fadeIn {
  opacity: 1
}
.animation {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%)
}
.animation.animationOn:nth-child(1) {
  -webkit-animation: popAnimate .5s ease .1s 1 forwards;
  animation: popAnimate .5s ease .1s 1 forwards
}
.animation.animationOn:nth-child(2) {
  -webkit-animation: popAnimate .5s ease .2s 1 forwards;
  animation: popAnimate .5s ease .2s 1 forwards
}
.animation.animationOn:nth-child(3) {
  -webkit-animation: popAnimate .5s ease .3s 1 forwards;
  animation: popAnimate .5s ease .3s 1 forwards
}
.animation.animationOn:nth-child(4) {
  -webkit-animation: popAnimate .5s ease .4s 1 forwards;
  animation: popAnimate .5s ease .4s 1 forwards
}
.animation.animationOn:nth-child(5) {
  -webkit-animation: popAnimate .5s ease .5s 1 forwards;
  animation: popAnimate .5s ease .5s 1 forwards
}
.animation.animationOn:nth-child(6) {
  -webkit-animation: popAnimate .5s ease .6s 1 forwards;
  animation: popAnimate .5s ease .6s 1 forwards
}
.animation.animationOn:nth-child(7) {
  -webkit-animation: popAnimate .5s ease .7s 1 forwards;
  animation: popAnimate .5s ease .7s 1 forwards
}
.animation.animationOn:nth-child(8) {
  -webkit-animation: popAnimate .5s ease .8s 1 forwards;
  animation: popAnimate .5s ease .8s 1 forwards
}
.animation.animationOn:nth-child(9) {
  -webkit-animation: popAnimate .5s ease .9s 1 forwards;
  animation: popAnimate .5s ease .9s 1 forwards
}
.animation.animationOn:nth-child(10) {
  -webkit-animation: popAnimate .5s ease 1s 1 forwards;
  animation: popAnimate .5s ease 1s 1 forwards
}
.animation.animationOn:nth-child(11) {
  -webkit-animation: popAnimate .5s ease 1.1s 1 forwards;
  animation: popAnimate .5s ease 1.1s 1 forwards
}
.animation.animationOn:nth-child(12) {
  -webkit-animation: popAnimate .5s ease 1.2s 1 forwards;
  animation: popAnimate .5s ease 1.2s 1 forwards
}
.animation.animationOn:nth-child(13) {
  -webkit-animation: popAnimate .5s ease 1.3s 1 forwards;
  animation: popAnimate .5s ease 1.3s 1 forwards
}
.animation.animationOn:nth-child(14) {
  -webkit-animation: popAnimate .5s ease 1.4s 1 forwards;
  animation: popAnimate .5s ease 1.4s 1 forwards
}
.animation.animationOn:nth-child(15) {
  -webkit-animation: popAnimate .5s ease 1.5s 1 forwards;
  animation: popAnimate .5s ease 1.5s 1 forwards
}
.animation.animationOn:nth-child(16) {
  -webkit-animation: popAnimate .5s ease 1.6s 1 forwards;
  animation: popAnimate .5s ease 1.6s 1 forwards
}
.animation.animationOn:nth-child(17) {
  -webkit-animation: popAnimate .5s ease 1.7s 1 forwards;
  animation: popAnimate .5s ease 1.7s 1 forwards
}
.animation.animationOn:nth-child(18) {
  -webkit-animation: popAnimate .5s ease 1.8s 1 forwards;
  animation: popAnimate .5s ease 1.8s 1 forwards
}
.animation.animationOn:nth-child(19) {
  -webkit-animation: popAnimate .5s ease 1.9s 1 forwards;
  animation: popAnimate .5s ease 1.9s 1 forwards
}
.animation.animationOn:nth-child(20) {
  -webkit-animation: popAnimate .5s ease 2s 1 forwards;
  animation: popAnimate .5s ease 2s 1 forwards
}
.animation.animationOn:nth-child(21) {
  -webkit-animation: popAnimate .5s ease 2.1s 1 forwards;
  animation: popAnimate .5s ease 2.1s 1 forwards
}
.animation.animationOn:nth-child(22) {
  -webkit-animation: popAnimate .5s ease 2.2s 1 forwards;
  animation: popAnimate .5s ease 2.2s 1 forwards
}
.animation.animationOn:nth-child(23) {
  -webkit-animation: popAnimate .5s ease 2.3s 1 forwards;
  animation: popAnimate .5s ease 2.3s 1 forwards
}
.animation.animationOn:nth-child(24) {
  -webkit-animation: popAnimate .5s ease 2.4s 1 forwards;
  animation: popAnimate .5s ease 2.4s 1 forwards
}
.animation.animationOn:nth-child(25) {
  -webkit-animation: popAnimate .5s ease 2.5s 1 forwards;
  animation: popAnimate .5s ease 2.5s 1 forwards
}
.animation.animationOn:nth-child(26) {
  -webkit-animation: popAnimate .5s ease 2.6s 1 forwards;
  animation: popAnimate .5s ease 2.6s 1 forwards
}
.animation.animationOn:nth-child(27) {
  -webkit-animation: popAnimate .5s ease 2.7s 1 forwards;
  animation: popAnimate .5s ease 2.7s 1 forwards
}
.animation.animationOn:nth-child(28) {
  -webkit-animation: popAnimate .5s ease 2.8s 1 forwards;
  animation: popAnimate .5s ease 2.8s 1 forwards
}
.animation.animationOn:nth-child(29) {
  -webkit-animation: popAnimate .5s ease 2.9s 1 forwards;
  animation: popAnimate .5s ease 2.9s 1 forwards
}
.animation.animationOn:nth-child(30) {
  -webkit-animation: popAnimate .5s ease 3s 1 forwards;
  animation: popAnimate .5s ease 3s 1 forwards
}
.animation.animationOn:nth-child(31) {
  -webkit-animation: popAnimate .5s ease 3.1s 1 forwards;
  animation: popAnimate .5s ease 3.1s 1 forwards
}
.animation.animationOn:nth-child(32) {
  -webkit-animation: popAnimate .5s ease 3.2s 1 forwards;
  animation: popAnimate .5s ease 3.2s 1 forwards
}
.animation.animationOn:nth-child(33) {
  -webkit-animation: popAnimate .5s ease 3.3s 1 forwards;
  animation: popAnimate .5s ease 3.3s 1 forwards
}
.animation.animationOn:nth-child(34) {
  -webkit-animation: popAnimate .5s ease 3.4s 1 forwards;
  animation: popAnimate .5s ease 3.4s 1 forwards
}
.animation.animationOn:nth-child(35) {
  -webkit-animation: popAnimate .5s ease 3.5s 1 forwards;
  animation: popAnimate .5s ease 3.5s 1 forwards
}
.animation.animationOn:nth-child(36) {
  -webkit-animation: popAnimate .5s ease 3.6s 1 forwards;
  animation: popAnimate .5s ease 3.6s 1 forwards
}
.animation.animationOn:nth-child(37) {
  -webkit-animation: popAnimate .5s ease 3.7s 1 forwards;
  animation: popAnimate .5s ease 3.7s 1 forwards
}
.animation.animationOn:nth-child(38) {
  -webkit-animation: popAnimate .5s ease 3.8s 1 forwards;
  animation: popAnimate .5s ease 3.8s 1 forwards
}
.animation.animationOn:nth-child(39) {
  -webkit-animation: popAnimate .5s ease 3.9s 1 forwards;
  animation: popAnimate .5s ease 3.9s 1 forwards
}
.animation.animationOn:nth-child(40) {
  -webkit-animation: popAnimate .5s ease 4s 1 forwards;
  animation: popAnimate .5s ease 4s 1 forwards
}
.animation.animationOn:nth-child(41) {
  -webkit-animation: popAnimate .5s ease 4.1s 1 forwards;
  animation: popAnimate .5s ease 4.1s 1 forwards
}
.animation.animationOn:nth-child(42) {
  -webkit-animation: popAnimate .5s ease 4.2s 1 forwards;
  animation: popAnimate .5s ease 4.2s 1 forwards
}
.animation.animationOn:nth-child(43) {
  -webkit-animation: popAnimate .5s ease 4.3s 1 forwards;
  animation: popAnimate .5s ease 4.3s 1 forwards
}
.animation.animationOn:nth-child(44) {
  -webkit-animation: popAnimate .5s ease 4.4s 1 forwards;
  animation: popAnimate .5s ease 4.4s 1 forwards
}
.animation.animationOn:nth-child(45) {
  -webkit-animation: popAnimate .5s ease 4.5s 1 forwards;
  animation: popAnimate .5s ease 4.5s 1 forwards
}
.animation.animationOn:nth-child(46) {
  -webkit-animation: popAnimate .5s ease 4.6s 1 forwards;
  animation: popAnimate .5s ease 4.6s 1 forwards
}
.animation.animationOn:nth-child(47) {
  -webkit-animation: popAnimate .5s ease 4.7s 1 forwards;
  animation: popAnimate .5s ease 4.7s 1 forwards
}
.animation.animationOn:nth-child(48) {
  -webkit-animation: popAnimate .5s ease 4.8s 1 forwards;
  animation: popAnimate .5s ease 4.8s 1 forwards
}
.animation.animationOn:nth-child(49) {
  -webkit-animation: popAnimate .5s ease 4.9s 1 forwards;
  animation: popAnimate .5s ease 4.9s 1 forwards
}
.animation.animationOn:nth-child(50) {
  -webkit-animation: popAnimate .5s ease 5s 1 forwards;
  animation: popAnimate .5s ease 5s 1 forwards
}
@-webkit-keyframes popAnimate {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
  }
}
@keyframes popAnimate {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible
  }
}
html {
  font-size: 62.5%;
  scroll-padding-top: 80px;
  overflow-x: hidden
}
html.nav-open {
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}
body {
  font-size: 16px;
  font-family: "Noto Sans JP", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: normal
}
body.preload * {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important
}
body.loaded {
  opacity: 1
}
body * {
  word-break: break-all
}
a {
  color: inherit;
  text-decoration: none;
  outline: 0;
  word-break: break-all
}
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden
}
ol, ul {
  list-style: none
}
dd, dl, figure, h1, h2, h3, h4, hr, ol, p, ul {
  margin: 0;
  padding: 0
}
footer, header, main, nav, section {
  display: block
}
p {
  text-align: justify;
  word-break: break-all
}
i {
  font-style: normal
}
a[href^="tel:"] {
  pointer-events: none
}
::-moz-selection {
  background-color: #ccc;
  color: #fff
}
::selection {
  background-color: #ccc;
  color: #fff
}
@font-face {
  font-family: icomoon;
  src: url(fonts/icomoon.eot?azs8xn);
  src: url(fonts/icomoon.eot?azs8xn#iefix) format("embedded-opentype"), url(fonts/icomoon.ttf?azs8xn) format("truetype"), url(fonts/icomoon.woff?azs8xn) format("woff"), url(fonts/icomoon.svg?azs8xn#icomoon) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block
}
[class*=" icon-"], [class^=icon-] {
  font-family: icomoon !important;
  speak: never;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.icon-down-open:before {
  content: "\e800"
}
.icon-left-open:before {
  content: "\e801"
}
.icon-right-open:before {
  content: "\e802"
}
.icon-up-open:before {
  content: "\e803"
}
.icon-phone:before {
  content: "\e804"
}
.icon-location:before {
  content: "\e805"
}
.icon-blank:before {
  content: "\e809"
}
.icon-check:before {
  content: "\e80a"
}
.icon-copy:before {
  content: "\e80b"
}
.icon-home:before {
  content: "\e80c"
}
.icon-line:before {
  content: "\e80d"
}
.icon-list:before {
  content: "\e80e"
}
.icon-triangle:before {
  content: "\e80f"
}
.icon-zoom:before {
  content: "\e810"
}
.icon-reload:before {
  content: "\e811"
}
.icon-back:before {
  content: "\e901"
}
.icon-twitter:before {
  content: "\f099"
}
.icon-angle-left:before {
  content: "\f104"
}
.icon-angle-right:before {
  content: "\f105"
}
.icon-angle-up:before {
  content: "\f106"
}
.icon-angle-down:before {
  content: "\f107"
}
.icon-facebook-squared:before {
  content: "\f308"
}
.fbx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.c-btn__A {
  width: 240px;
  height: 45px;
  border-radius: 999px
}
.c-btn__A.-pink a {
  background: -webkit-gradient(linear, left top, left bottom, from(#f25981), to(#ffa559));
  background: linear-gradient(to bottom, #f25981 0, #ffa559 100%);
  -webkit-box-shadow: 0 5px 0 0 #d74581;
  box-shadow: 0 5px 0 0 #d74581
}
.c-btn__A.-pink a::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffa559), to(#f25981));
  background: linear-gradient(to bottom, #ffa559 0, #f25981 100%)
}
.c-btn__A.-orange a {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5100), to(#ff9d00));
  background: linear-gradient(to bottom, #ff5100 0, #ff9d00 100%);
  -webkit-box-shadow: 0 5px 0 0 #d13d00;
  box-shadow: 0 5px 0 0 #d13d00
}
.c-btn__A.-orange a::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9d00), to(#ff5100));
  background: linear-gradient(to bottom, #ff9d00 0, #ff5100 100%)
}
.c-btn__A.-green a {
  background: -webkit-gradient(linear, left top, left bottom, from(#00caa1), to(#9ce195));
  background: linear-gradient(to bottom, #00caa1 0, #9ce195 100%);
  -webkit-box-shadow: 0 5px 0 0 #00a279;
  box-shadow: 0 5px 0 0 #00a279
}
.c-btn__A.-green a::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#9ce195), to(#00caa1));
  background: linear-gradient(to bottom, #9ce195 0, #00caa1 100%)
}
.c-btn__A.-green02 a {
  background: -webkit-gradient(linear, left top, left bottom, from(#00aba1), to(#52da59));
  background: linear-gradient(to bottom, #00aba1 0, #52da59 100%);
  -webkit-box-shadow: 0 5px 0 0 #008e79;
  box-shadow: 0 5px 0 0 #008e79
}
.c-btn__A.-green02 a::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#52da59), to(#00aba1));
  background: linear-gradient(to bottom, #52da59 0, #00aba1 100%)
}
.c-btn__A.-blue a {
  background: -webkit-gradient(linear, left top, left bottom, from(#1d4dab), to(#43a4e5));
  background: linear-gradient(to bottom, #1d4dab 0, #43a4e5 100%);
  -webkit-box-shadow: 0 5px 0 0 #1d2f6a;
  box-shadow: 0 5px 0 0 #1d2f6a
}
.c-btn__A.-blue a::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#43a4e5), to(#1d4dab));
  background: linear-gradient(to bottom, #43a4e5 0, #1d4dab 100%)
}
.c-btn__A a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 700;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.c-btn__A a span {
  position: relative
}
.c-btn__A a span.clo_yellow {
  color: #fdf100
}
.c-btn__A a .icon {
  position: absolute;
  right: 10px;
  width: 12px;
  height: 12px;
  background: url(../img/home/icon_circle_arrow_yellow.svg) no-repeat center/100% auto
}
.c-btn__A a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 999px;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.c-btn__A a:hover {
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent
}
.c-btn__A a:hover::before {
  opacity: 0
}
.c-ctaBox {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#004c9b), to(#1d2087));
  background: linear-gradient(to bottom, #004c9b 0, #1d2087 100%);
  padding-top: 37px;
  padding-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px
}
.c-ctaBox__shoulder {
  position: absolute;
  width: 78px;
  height: 30px;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.c-ctaBox__shoulder img {
  width: 100%;
  height: auto
}
.c-ctaBox__ttl {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px
}
.c-ctaBox__btnList {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px
}
.c-ctaBox__attention {
  text-align: center;
  font-size: 13px;
  color: #fff;
  margin: 15px 0
}
.c-ctaBox__search {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
  margin-left: auto
}
.c-ctaBox__search .icon-search {
  width: 15px;
  height: 15px;
  background: url(../img/home/icon_search_yellow.svg) no-repeat center/100% auto;
  position: absolute;
  left: -20px;
  top: 2px
}
.c-ctaBox__btnItem {
  height: auto
}
.c-ctaBox__btnItem a {
  height: 45px
}
.c-ctaBox__btnItem.-green02 {
  margin-right: 10px
}
.c-ctaBox__btnItem .txtSmall {
  font-size: 11px;
  color: #fff;
  margin-top: 10px;
  text-align: center
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  background-color: #f7f7f7
}
.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px
}
.header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.header__link-search {
  font-size: 14px;
  font-weight: 700;
  color: #1d2087;
  position: relative;
  margin-right: clamp(10px, -25.5555555556px + .0462962963 * 100vw, 30px)
}
.header__link-search::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/home/icon_search.svg) no-repeat center/100% auto;
  position: absolute;
  left: -16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.header__link .c-btn__A {
  width: clamp(200px, 164.4444444444px + .0462962963 * 100vw, 220px);
  height: 32px
}
.header__link .c-btn__A.-green02 {
  margin-right: 5px
}
.header__link .c-btn__A.-green02 a {
  -webkit-box-shadow: 0 3px 0 0 #008e79;
  box-shadow: 0 3px 0 0 #008e79
}
.header__link .c-btn__A.-orange {
  width: clamp(190px, 136.6666666667px + .0694444444 * 100vw, 220px)
}
.header__link .c-btn__A.-orange a {
  -webkit-box-shadow: 0 3px 0 0 #d13d00;
  box-shadow: 0 3px 0 0 #d13d00
}
.header__link .c-btn__A a .icon {
  width: 7px;
  height: 7px
}
.header__link .c-btn__A a:hover {
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent
}
.header__link-sp {
  display: none
}
.header__link-sp-btn {
  border-radius: 6px;
  width: 48px;
  height: 46px;
  display: block;
  position: relative
}
.header__link-sp-btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  border-radius: 6px;
  top: 2px;
  left: 0
}
.header__link-sp-btn:not(:last-child) {
  margin-right: 3px
}
.header__link-sp-btn a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 6px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
  position: relative;
  color: #fff;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}
.header__link-sp-btn a span {
  position: relative;
  z-index: 3;
  line-height: 1.2
}
.header__link-sp-btn a::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: 0
}
.header__link-sp-btn a:hover {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px)
}
.header__link-sp-btn a:hover::before {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.header__link-sp-btn.-pink::after {
  background: -webkit-gradient(linear, left top, right top, from(#db841c), to(#d74581));
  background: linear-gradient(to right, #db841c 0, #d74581 100%)
}
.header__link-sp-btn.-pink a {
  background: -webkit-gradient(linear, left top, right top, from(#f25981), to(#ffa559));
  background: linear-gradient(to right, #f25981 0, #ffa559 100%)
}
.header__link-sp-btn.-pink a::before {
  background: -webkit-gradient(linear, left top, right top, from(#ffa559), to(#f25981));
  background: linear-gradient(to right, #ffa559 0, #f25981 100%)
}
.header__link-sp-btn.-orange::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9d00), to(#ff5100));
  background: linear-gradient(to bottom, #ff9d00 0, #ff5100 100%)
}
.header__link-sp-btn.-orange a {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5100), to(#ff9d00));
  background: linear-gradient(to bottom, #ff5100 0, #ff9d00 100%)
}
.header__link-sp-btn.-orange a::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9d00), to(#ff5100));
  background: linear-gradient(to bottom, #ff9d00 0, #ff5100 100%)
}
.header__link-sp-btn.-green::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#a8d25d), to(#00a279));
  background: linear-gradient(to bottom, #a8d25d 0, #00a279 100%)
}
.header__link-sp-btn.-green a {
  background: -webkit-gradient(linear, left top, left bottom, from(#00caa1), to(#9ce195));
  background: linear-gradient(to bottom, #00caa1 0, #9ce195 100%)
}
.header__link-sp-btn.-green a::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#9ce195), to(#00caa1));
  background: linear-gradient(to bottom, #9ce195 0, #00caa1 100%)
}
.header__link-sp-btn.-blue::after {
  background: -webkit-gradient(linear, left top, right top, from(#3570e3), to(#57b6f8));
  background: linear-gradient(to right, #3570e3 0, #57b6f8 100%)
}
.header__link-sp-btn.-blue a {
  background: -webkit-gradient(linear, left top, right top, from(#57b6f8), to(#5788e8));
  background: linear-gradient(to right, #57b6f8 0, #5788e8 100%)
}
.header__link-sp-btn.-blue a::before {
  background: -webkit-gradient(linear, left top, right top, from(#5788e8), to(#57b6f8));
  background: linear-gradient(to right, #5788e8 0, #57b6f8 100%)
}
.header__nav {
  width: 100%;
  height: 38px;
  background: #fff
}
.header__nav-list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}
.header__nav-item {
  position: relative
}
.header__nav-item:not(:last-child) {
  margin-right: 25px
}
.header__nav-item:not(:last-child)::before {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #6668ae;
  position: absolute;
  right: -12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}
.header__nav-item a {
  font-size: 14px;
  font-weight: 500;
  color: #1d2087;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center
}
.footer {
  width: 100%;
  position: relative;
  padding: 50px 0 0;
  background-color: #333;
  color: #fff
}
.footer--inner {
  max-width: 960px;
  width: 80vw
}
.footer .copyright {
  font-size: 1rem;
  line-height: 1.5;
  white-space: nowrap;
  line-height: 1;
  letter-spacing: .07em;
  padding: 40px 0 10px;
  text-align: center
}
.pageTopBtn {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border: none;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  padding-top: 15px;
  font-size: 1.1rem;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0 0 60px -16px rgba(0, 0, 0, .72);
  box-shadow: 0 0 60px -16px rgba(0, 0, 0, .72)
}
.pageTopBtn .icon {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 2.5rem;
  color: #ccc;
  position: absolute;
  top: 33%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.pageTopBtn.is-active {
  opacity: 1;
  visibility: visible
}
.pageTopBtn:hover {
  cursor: pointer
}
.wrapper {
  background: #fff
}
.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;"
}
.ofi.center {
  -o-object-position: center;
  object-position: center
}
.ofi.left {
  -o-object-position: left;
  object-position: left
}
.ofi.right {
  -o-object-position: right;
  object-position: right
}
.ofi.top {
  -o-object-position: top;
  object-position: top
}
.ofi.bottom {
  -o-object-position: bottom;
  object-position: bottom
}
.baseW {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto
}
.baseW-md {
  max-width: 950px;
  width: 100%;
  margin-right: auto;
  margin-left: auto
}
.baseW-sm {
  max-width: 750px;
  width: 100%;
  margin-right: auto;
  margin-left: auto
}
.al-r {
  text-align: right !important
}
.al-c {
  text-align: center !important
}
.al-l {
  text-align: left !important
}
.mb5 {
  margin-bottom: 5px !important
}
.mb10 {
  margin-bottom: 10px !important
}
.mb15 {
  margin-bottom: 15px !important
}
.mb20 {
  margin-bottom: 20px !important
}
.mb25 {
  margin-bottom: 25px !important
}
.mb30 {
  margin-bottom: 30px !important
}
.mb35 {
  margin-bottom: 35px !important
}
.mb40 {
  margin-bottom: 40px !important
}
.mb45 {
  margin-bottom: 45px !important
}
.mb50 {
  margin-bottom: 50px !important
}
.mb55 {
  margin-bottom: 55px !important
}
.mb60 {
  margin-bottom: 60px !important
}
.mb65 {
  margin-bottom: 65px !important
}
.mb70 {
  margin-bottom: 70px !important
}
.mb75 {
  margin-bottom: 75px !important
}
.mb80 {
  margin-bottom: 80px !important
}
.mb85 {
  margin-bottom: 85px !important
}
.mb90 {
  margin-bottom: 90px !important
}
.mb95 {
  margin-bottom: 95px !important
}
.mb100 {
  margin-bottom: 100px !important
}
.home {
  padding-top: 100px
}
.home * {
  font-family: "Noto Sans JP", serif !important;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: normal;
  line-height: 1.5
}
.home .mv {
  max-width: 950px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 1
}
.home .mv img {
  border-radius: 11px;
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2)
}
.home .courseNav {
  padding-top: 95px;
  padding-bottom: 50px;
  margin-top: -54px;
  /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 185, 232, 0)), color-stop(45%, rgba(62, 194, 225, 0)), to(#3ec2e1));
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0, rgba(62, 194, 225, 0) 45%, #3ec2e1 100%);*/
	background: -webkit-gradient(linear, left top, left bottom,
  from(rgba(255, 200, 120, 0)),
  color-stop(45%, rgba(255, 150, 60, 0)),
  to(#ff9933)
);
background: linear-gradient(to bottom,
  rgba(255, 200, 120, 0) 0%,
  rgba(255, 150, 60, 0) 45%,
  #ff9933 100%
);
  position: relative
}
.home .courseNav::before {
  content: "";
  width: 1093px;
  height: 251px;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/home/courseNav_bg.png) no-repeat center/100% auto
}
.home .courseNav__inner {
  position: relative
}
.home .courseNav__ttl {
  font-size: 21px;
  font-weight: 700;
  color: #1d2087;
  margin-bottom: 15px;
  text-align: center
}
.home .courseNav__readTxt {
  font-weight: 500;
  text-align: center;
  color: #2e2e2e;
  margin-bottom: 20px
}
.home .courseNav__attention {
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#2bc196), color-stop(50%, #2bc196), color-stop(50%, #02af84), color-stop(50%, #02af84), to(#02af84));
  background: linear-gradient(to bottom, #2bc196 0, #2bc196 50%, #02af84 50%, #02af84 50%, #02af84 100%);
  margin-bottom: 30px
}
.home .courseNav__list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.home .courseNav__item {
  width: calc(33.3333333333% - 5px);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  background-color: #fff;
  border-radius: 8px;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.home .courseNav__item:not(:last-child) {
  margin-right: 10px
}
.home .courseNav__item .img {
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.home .courseNav__item .img img {
  border-radius: 8px 8px 0 0;
  width: 100%
}
.home .courseNav__item .label {
  color: #fff;
  font-size: clamp(15px, 2.3406593407px + .0164835165 * 100vw, 18px);
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(#0064bb), to(#1d2087));
  background: linear-gradient(to right, #0064bb 0, #1d2087 100%);
  padding: 10px 10px 10px 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .4);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .4)
}
.home .courseNav__item .label::before {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#1d2087), to(#0064bb));
  background: linear-gradient(to right, #1d2087 0, #0064bb 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.home .courseNav__item .label .icon {
  position: absolute;
  left: 12px;
  width: 12px;
  height: 12px;
  background: url(../img/home/icon_circle_arrow_orange.svg) no-repeat center/100% auto
}
.home .courseNav__item .label .txtSmall {
  font-size: clamp(10px, -6.8791208791px + .021978022 * 100vw, 14px);
  font-weight: 700;
  margin-left: 10px
}
.home .courseNav__item .list {
  padding: 15px 5px 20px 10px;
  font-size: 13px;
  font-weight: 500;
  color: #2e2e2e
}
.home .courseNav__item .list li {
  position: relative;
  padding-left: 10px;
  letter-spacing: -.1px
}
.home .courseNav__item .list li:not(:last-child) {
  margin-bottom: 5px
}
.home .courseNav__item .list li::before {
  content: "・";
  color: #f26b74;
  position: absolute;
  left: 0;
  top: 0
}
.home .courseNav__item:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px)
}
.home .courseNav__item:hover .img {
  opacity: .8
}
.home .courseNav__item:hover .label::before {
  opacity: 0
}
.home .otherInfoNav {
  padding: 20px 10px 30px;
  background: #1d2087;
  position: relative;
  z-index: 2
}
.home .otherInfoNav__ttl {
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px
}
.home .otherInfoNav__list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.home .otherInfoNav__item {
  width: 154px;
  height: 54px;
  border-radius: 6px
}
.home .otherInfoNav__item:not(:last-child) {
  margin-right: 5px
}
.home .otherInfoNav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 15px;
  font-weight: 500;
  background-color: #b99149;
  position: relative;
  -webkit-box-shadow: 0 4px 0 #966e12;
  box-shadow: 0 4px 0 #966e12;
  border-radius: 6px;
  color: #fff;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: -webkit-transform, -webkit-box-shadow;
  transition-property: transform, box-shadow;
  transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.home .otherInfoNav__item a::before {
  content: "";
  width: 100%;
  height: 12px;
  border-radius: 0 0 6px 6px;
  background-color: #b18434;
  position: absolute;
  bottom: 0
}
.home .otherInfoNav__item a::after {
  content: "";
  width: 13px;
  height: 5px;
  border-top: 5px solid #ffffd5;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  left: 50%;
  bottom: 3px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.home .otherInfoNav__item a:hover {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
  -webkit-box-shadow: 0 0 0 #966e12;
  box-shadow: 0 0 0 #966e12
}
.home .campaign {
  position: relative;
  padding-bottom: 0;
  padding-top: 40px;
  margin-bottom: 88px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3ec2e1), color-stop(37%, rgba(234, 248, 252, .87)), to(rgba(234, 248, 252, 0)));
  background: linear-gradient(to bottom, #3ec2e1 0, rgba(234, 248, 252, .87) 37%, rgba(234, 248, 252, 0) 100%);
  overflow: hidden
}
.home .campaign__parts-cloud {
  width: 1093px;
  height: 251px;
  position: absolute;
  top: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/home/courseNav_bg02.png) no-repeat center/100% auto
}
.home .campaign__ttl {
  position: relative;
  text-align: center;
  font-size: 18px;
  color: #1d2087;
  font-weight: 700;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  line-height: 2
}
.home .campaign__ttl .txtSmall {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: 400
}
.home .campaign__ttl-img {
  width: 320px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  margin-bottom: 20px
}
.home .campaign__ttl-img img {
  width: 100%;
  height: auto
}
.home .campaign__inner {
  max-width: 950px;
  width: 100%;
  margin-right: auto;
  margin-left: auto
}
.home .campaign__listWrap {
  max-width: 750px;
  width: 100%;
  padding: 0 12px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px
}
.home .campaign__listWrap::after, .home .campaign__listWrap::before {
  content: "";
  position: absolute
}
.home .campaign__listWrap .noteNum li {
  counter-increment: num;
  position: relative;
  padding-left: 30px;
  font-size: 13px;
  text-align: left;
  margin-bottom: 15px;
  line-height: 1.6
}
.home .campaign__listWrap .noteNum li::before {
  position: absolute;
  left: 0;
  content: "※"counter(num)
}
.home .campaign__listWrap .note {
  position: relative;
  padding-left: 30px;
  font-size: 13px
}
.home .campaign__listWrap .note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0
}
.home .campaign__listWrap .note.-note1, .home .campaign__listWrap .note.-note2 {
  padding-left: 30px
}
.home .campaign__listWrap .note.-note1::before {
  content: "※1"
}
.home .campaign__listWrap .note.-note2::before {
  content: "※2"
}
.home .campaign__listWrap .note:not(:last-child) {
  margin-bottom: 10px
}
.home .campaign__list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.home .campaign__item {
  width: calc(50% - 6.5px);
  margin-bottom: 15px
}
.home .campaign__item .label {
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#33b2c0), to(#1d3daa));
  background: linear-gradient(to bottom, #33b2c0 0, #1d3daa 100%);
  padding: 3px 5px 4px
}
.home .campaign__item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}
.home .campaign__item .desc {
  font-size: 13px;
  font-weight: 700;
  padding: 0 25px;
  letter-spacing: -.5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%
}
.home .campaign__item .desc p {
  width: 100%;
  text-align: center
}
.home .campaign__item .desc.-txtLeft p {
  text-align: left;
  font-size: 11px
}
.home .campaign__item .desc .sup {
  display: inline-block;
  font-size: 10px;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px)
}
.home .campaign__item.-bgBlue {
  background: -webkit-gradient(linear, left top, right top, from(#e0f4f8), color-stop(40%, #fff), color-stop(50%, #fff), color-stop(60%, #fff), to(#e0f4f8));
  background: linear-gradient(to right, #e0f4f8 0, #fff 40%, #fff 50%, #fff 60%, #e0f4f8 100%)
}
.home .campaign__item.-bgGreen {
  background: -webkit-gradient(linear, left top, right top, from(#e6f4e2), color-stop(40%, #fff), color-stop(50%, #fff), color-stop(60%, #fff), to(#e6f4e2));
  background: linear-gradient(to right, #e6f4e2 0, #fff 40%, #fff 50%, #fff 60%, #e6f4e2 100%)
}
.home .campaign__item.-bgOrange {
  background: -webkit-gradient(linear, left top, right top, from(#fff2e3), color-stop(40%, #fff), color-stop(50%, #fff), color-stop(60%, #fff), to(#fff2e3));
  background: linear-gradient(to right, #fff2e3 0, #fff 40%, #fff 50%, #fff 60%, #fff2e3 100%)
}
.home .campaign__item.-bgPurple {
  background: -webkit-gradient(linear, left top, right top, from(#e8e2ff), color-stop(40%, #fff), color-stop(50%, #fff), color-stop(60%, #fff), to(#e8e2ff));
  background: linear-gradient(to right, #e8e2ff 0, #fff 40%, #fff 50%, #fff 60%, #e8e2ff 100%)
}
.home .testStrength {
  background: #f7f1df;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
  position: relative
}
.home .testStrength__ttl {
  position: absolute;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}
.home .testStrength .campaign__ttl {
  font-size: 20px
}
.home .testStrength__txt {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 20px
}
.home .testStrength .campaign__list {
  margin-bottom: 20px
}
.home .testStrength a {
  width: 600px;
  display: block;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  margin-right: auto;
  margin-left: auto;
  -webkit-transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: -webkit-box-shadow, -webkit-transform;
  transition-property: box-shadow, transform;
  transition-property: box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.home .testStrength a img {
  width: 100%
}
.home .testStrength a:hover {
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
  -webkit-transform: translate(2px, 2px);
  -ms-transform: translate(2px, 2px);
  transform: translate(2px, 2px)
}
.home .achievement {
  margin-bottom: 35px
}
.home .achievement__mv {
  max-width: 950px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 35px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative
}
.home .achievement__mv::before {
  content: "";
  width: 619px;
  height: 345px;
  background: url(../img/home/achievement_mv_parts.png) no-repeat center/100% auto;
  position: absolute;
  left: -94px;
  top: -40px;
  z-index: -1
}
.home .achievement__sec {
  padding-bottom: 50px
}
.home .achievement__sec-ttl {
  width: 750px;
  height: 56px;
  margin-right: auto;
  margin-left: auto;
  background: url(../img/home/achievement_ttl_bg.png) no-repeat center/100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 33px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px
}
.home .achievement__sec-ttl.-alonePc {
  margin-bottom: 0
}
.home .achievement__sec-ttl .label {
  font-size: 18px;
  color: #fff;
  background-color: #3d2d25;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1;
  height: 32px;
  padding: 0 20px 0;
  margin-right: 20px
}
.home .achievement__sec-ttl .label::after, .home .achievement__sec-ttl .label::before {
  content: "";
  width: 15px;
  height: 32px;
  position: absolute
}
.home .achievement__sec-ttl .label::before {
  left: -14px;
  background: url(../img/home/achievement_pref_L.png) no-repeat center/100% auto
}
.home .achievement__sec-ttl .label::after {
  right: -14px;
  background: url(../img/home/achievement_pref_R.png) no-repeat center/100% auto
}
.home .achievement__sec-ttl .txtSmall {
  font-size: 14px;
  text-align: left;
  line-height: 1.3;
  margin-left: 10px
}
.home .achievement__sec-img {
  text-align: center
}
.home .achievement__btmTxt {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
  font-weight: 500;
  color: #9d9d9d
}
.home .voice {
  background-color: #fbe9ed;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px
}
.home .voice__ttl {
  font-size: 26px;
  font-weight: 700;
  color: #ed809b;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px
}
.home .voice__ttl .txtSmall {
  font-size: 16px;
  font-weight: 400
}
.home .voice__inner {
  max-width: 950px;
  width: 100%;
  margin-right: auto;
  margin-left: auto
}
.home .voice__sec-ttl {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  background-color: #ed809b;
  border-radius: 5px;
  padding: 8px 20px;
  text-align: left
}
.home .voice__list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  gap: 0 clamp(20px, -22.1978021978px + .0549450549 * 100vw, 30px)
}
.home .voice__list-item {
  width: 50%;
  background-color: #fff;
  border-radius: 3px;
  padding: clamp(25px, -4.5384615385px + .0384615385 * 100vw, 32px) clamp(20px, -30.6373626374px + .0659340659 * 100vw, 32px)
}
.home .voice__list-item .name, .home .voice__list-item .passSchool {
  font-weight: 700
}
.home .voice__list-item .passSchool {
  color: #ed809b;
  margin-bottom: 5px
}
.home .voice__list-item .name {
  font-size: 14px
}
.home .voice__list-item .sp_moreBtn {
  display: none
}
.home .voice__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.home .voice__header-icon {
  width: clamp(80px, -4.3956043956px + .1098901099 * 100vw, 100px)
}
.home .voice__header-info {
  width: calc(100% - clamp(100px, -5.4945054945px + .1373626374 * 100vw, 125px))
}
.home .voice__header-info .schoolName {
  font-weight: 700;
  color: #ed809b;
  line-height: 1.3;
  letter-spacing: -.5px
}
.home .voice__header-info .schoolName.-lg {
  font-size: clamp(25px, -4.5384615385px + .0384615385 * 100vw, 32px)
}
.home .voice__header-info .schoolName.-md {
  font-size: clamp(20px, -13.7582417582px + .043956044 * 100vw, 28px)
}
.home .voice__header-info .schoolName.-sm {
  font-size: 24px
}
.home .voice__header-info .schoolName .txtSmall {
  font-size: clamp(14px, -2.8791208791px + .021978022 * 100vw, 18px);
  margin-left: 5px
}
.home .voice__header-info .schoolName .-xs {
  font-size: clamp(13px, -16.5384615385px + .0384615385 * 100vw, 20px);
  margin-top: 5px
}
.home .voice__header + .passSchool-alone {
  margin-top: 10px
}
.home .voice__header + .passSchool-alone .name {
  margin-top: 10px
}
.home .voice__txtBox {
  margin-top: 30px
}
.home .voice__txtBox .ttl {
  background-color: #ed809b;
  color: #fff;
  font-size: clamp(18px, 1.1208791209px + .021978022 * 100vw, 22px);
  font-weight: 700;
  padding: 8px 15px;
  position: relative;
  border-radius: 3px;
  letter-spacing: -.3px
}
.home .voice__txtBox .ttl::before {
  content: "";
  width: clamp(58px, -26.3956043956px + .1098901099 * 100vw, 78px);
  height: 79px;
  position: absolute;
  right: 2px;
  top: -50px;
  background: url(../img/home/voice_icon.svg) no-repeat center/100% auto
}
.home .voice__txtBox .txt {
  margin-top: 10px
}
.home .voice__linkBox {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 30px;
  padding: 30px 0 35px
}
.home .voice__linkBox .desc {
  font-size: 18px;
  color: #1a2881;
  font-weight: 700
}
.home .voice__linkBox .c-btn__A a {
  font-size: 14px
}
.home .reason {
  margin-bottom: 60px
}
.home .reason__ttl {
  font-size: 21px;
  font-weight: 700;
  background-color: #1d2087;
  color: #fff;
  -webkit-box-shadow: 0 5px 0 0 #9b9dca;
  box-shadow: 0 5px 0 0 #9b9dca;
  text-align: left;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 10px 0 20px
}
.home .reason__features {
  padding-top: 65px
}
.home .reason__features-sec {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  position: relative;
  margin-top: 40px
}
.home .reason__features-sec:first-child {
  margin-top: 50px
}
.home .reason__features-sec::before {
  content: "";
  width: 100%;
  height: 23px;
  background: url(../img/home/features_sec_shadow.png) no-repeat center top/100% auto;
  position: absolute;
  top: -23px;
  left: 0
}
.home .reason__features-sec > .ttl {
  position: relative;
  border: 1px solid #1d2087 !important;
  min-height: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #1d2087;
  font-weight: 700;
  font-size: 30px;
  padding-left: 80px;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer
}
.home .reason__features-sec > .ttl.is-open {
  border-bottom: 1px solid #d8d1cd !important
}
.home .reason__features-sec > .ttl.is-open .icon-plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg)
}
.home .reason__features-sec > .ttl .numBox {
  width: 45px;
  min-height: 72px;
  background-color: #1d2087;
  position: absolute;
  left: 15px;
  top: -7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 5px
}
.home .reason__features-sec > .ttl .numBox::before {
  content: "";
  width: 9px;
  height: 6px;
  position: absolute;
  top: 0;
  right: -9px;
  background: url(../img/home/features_ttl_parts02.png) no-repeat center/100% auto
}
.home .reason__features-sec > .ttl .numBox::after {
  content: "";
  width: 100%;
  height: 19px;
  background: url(../img/home/features_ttl_parts01.png) no-repeat center bottom/100% auto;
  position: absolute;
  bottom: -17px;
  left: 0
}
.home .reason__features-sec > .ttl .shoulder {
  font-size: 16px;
  color: #b99149;
  display: block
}
.home .reason__features-sec > .ttl .label .sub {
  display: inline-block;
  font-size: 13px;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
  margin-left: 3px
}
.home .reason__features-sec > .ttl .icon-plus {
  position: absolute;
  right: 20px;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background-color: #4876c3
}
.home .reason__features-sec > .ttl .icon-plus::after, .home .reason__features-sec > .ttl .icon-plus::before {
  content: "";
  width: 14px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%
}
.home .reason__features-sec > .ttl .icon-plus::before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}
.home .reason__features-sec > .ttl .icon-plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}
.home .reason__features-sec .detail {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition-property: max-height, opacity;
  transition-property: max-height, opacity;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
  -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  transition-timing-function: cubic-bezier(.59, .14, .47, .995);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  background-color: #f4f2f1;
  margin-top: 1px
}
.home .reason__features-sec .detail-inner {
  padding: 30px 25px
}
.home .reason__features-sec .detail-inner .ttl {
  font-size: 21px;
  font-weight: 700;
  color: #1d2087;
  line-height: 1.5;
  margin-bottom: 10px
}
.home .reason__features-sec .detail-inner .ttl .clo_red {
  color: #e71c47
}
.home .reason__features-sec .detail-inner .descTxt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7
}
.home .reason__features-sec .detail-inner .descTxt .clo_red {
  color: #e71c47
}
.home .reason__features-sec.-point01 .prBox {
  margin-top: 20px
}
.home .reason__features-sec.-point01 .prBox .img {
  margin-right: 30px
}
.home .reason__features-sec.-point01 .prBox .img img {
  border-radius: 6px
}
.home .reason__features-sec.-point01 .prBox .pr .note {
  position: relative;
  padding-left: 13px;
  font-size: 12px;
  text-indent: 0;
  color: #474747;
  line-height: 1.4
}
.home .reason__features-sec.-point01 .prBox .pr .note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: -1px
}
.home .reason__features-sec.-point02 .descWrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.home .reason__features-sec.-point02 .descBox {
  width: calc(100% - 400px)
}
.home .reason__features-sec.-point02 .descBox-sec:first-child {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #cec4c0
}
.home .reason__features-sec.-point03 .detail-inner {
  padding: 30px
}
.home .reason__features-sec.-point03 .descSec {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.home .reason__features-sec.-point03 .descSec:not(:last-child) {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #cec4c0
}
.home .reason__features-sec.-point03 .descSec .descBox {
  width: calc(100% - 215px)
}
.home .reason__features-sec.-point04 .detail-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.home .reason__features-sec.-point04 .labelBox {
  width: calc(100% - 532px)
}
.home .reason__features-sec.-point04 .labelBox .ttl {
  font-size: 20px
}
.home .reason__features-sec.-point04 .labelBox img {
  border-radius: 6px
}
.home .reason__features-sec.-point04 .supportBox {
  width: 485px;
  padding: 20px 20px 20px 30px;
  background: #fff;
  border-radius: 6px;
  font-size: 16px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.home .reason__features-sec.-point04 .supportBox .supportList li {
  position: relative;
  padding-left: 16px;
  font-weight: 500
}
.home .reason__features-sec.-point04 .supportBox .supportList li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #b99149
}
.home .faq {
  padding-bottom: 70px
}
.home .faq .common-ttl {
  font-size: 21px;
  color: #1d2087
}
.home .faq .faq-style01 {
  max-width: 675px;
  margin-right: auto;
  margin-left: auto
}
.home .btmTelBox {
  padding-top: 50px;
  padding-bottom: 50px
}
.home .btmTelBox__readTxt {
  font-size: 21px;
  color: #1d2087;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px
}
.home .btmTelBox__inner {
  padding: 30px 10px;
  background-color: #dfedf9
}
.home .btmTelBox__inner .label {
  font-size: 17px;
  text-align: center;
  color: #57a0de;
  font-weight: 700
}
.home .btmTelBox__inner .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 40px;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-right: auto;
  margin-left: auto;
  font-family: Barlow, serif !important;
  font-weight: 500;
  font-style: normal
}
.home .btmTelBox__inner .tel .icon {
  position: absolute;
  left: -40px;
  width: 29px;
  height: 29px;
  background: url(../img/home/icon_tel.svg) no-repeat center/100% auto
}
.home .btmTelBox__inner .open {
  text-align: center;
  font-size: 14px;
  color: #7f7f7f
}
.home footer {
  background: #45489d;
  color: #fff
}
.home footer .footer-inner {
  width: 980px;
  margin: auto;
  padding: 40px 0 35px
}
.home footer .footer-inner .footer_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap
}
.home footer .footer-inner .footer_l {
  width: 50%;
  padding: 0 10px
}
.home footer .footer-inner .footer_r {
  width: 50%;
  padding: 0 10px
}
.home footer .footer-inner .footer-list {
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  text-align: left
}
.home footer .footer-inner .footer-list ul li {
  display: block
}
.home footer .footer-inner .footer-list ul li a {
  color: #fff !important;
  font-size: 13px
}
.home footer .footer-inner .footer-list ul li::after {
  color: #fff
}
.home footer .footer-inner .footer-list ul li:last-child::after {
  content: none
}
.home footer .copyright {
  color: #fff;
  font-size: 11px;
  text-align: center;
  padding-bottom: 10px
}
.home.winterPage main {
  overflow: hidden
}
@media screen and (min-width:768px) {
  .header__nav-item.is-current a {
    position: relative
  }
  .header__nav-item.is-current a::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -2px;
    background-color: #57a7e8
  }
  .sp_only {
    display: none
  }
}
@media screen and (max-width:1200px) {
  .baseW {
    padding-left: 20px;
    padding-right: 20px
  }
}
@media screen and (max-width:950px) {
  .baseW-md {
    padding-left: 20px;
    padding-right: 20px
  }
  .home .mv {
    padding-left: 20px;
    padding-right: 20px
  }
  .home .reason__features-sec::before {
    top: -2.3157894737vw
  }
  .home footer {
    background: #45489d
  }
  .home footer .footer-inner {
    width: 95%;
    margin: auto;
    padding: 40px 0 35px
  }
  .home footer .footer-inner .footer-list ul li a {
    color: #fff;
    font-size: 16px
  }
  .home footer .footer-inner .footer-list ul li::after {
    color: #fff
  }
  .home footer .footer-inner .footer-list ul li:last-child::after {
    content: none
  }
  .home footer .footer-inner .copyright {
    float: right;
    color: #fff;
    font-size: 11px
  }
}
@media screen and (max-width:900px) {
  .home .voice__header-info .schoolName .-xs {
    display: inline-block
  }
}
@media screen and (max-width:767px) {
  a[href^="tel:"] {
    pointer-events: all
  }
  .c-ctaBox__btnItem.-green02 {
    margin-right: 0;
    margin-bottom: 20px
  }
  .header__inner {
    height: 60px;
    padding-left: 10px !important;
    padding-right: 5px !important
  }
  .header__logo {
    width: clamp(140px, -28.7272727273px + .5272727273 * 100vw, 169px)
  }
  .header__logo img {
    width: 100%
  }
  .header__link {
    display: none
  }
  .header__link-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
  .header__nav {
    background: #bddff0;
    height: 40px
  }
  .header__nav-list {
    padding-left: 5px !important;
    padding-right: 5px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .header__nav-item:not(:last-child) {
    margin-right: 24px
  }
  .header__nav-item a {
    color: #1d2087;
    font-size: clamp(10px, -13.2727272727px + .0727272727 * 100vw, 14px);
    padding: 1px 3px;
    border-radius: 3px
  }
  .header__nav-item a.txtSmall {
    font-size: clamp(10px, -1.6363636364px + .0363636364 * 100vw, 12px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1.1
  }
  .header__nav-item a.txtSmall span {
    font-size: 10px;
    display: block
  }
  .header__nav-item.is-current a {
    background-color: #fff
  }
  .pageTopBtn {
    right: 10px;
    bottom: 10px
  }
  .pc_only {
    display: none
  }
  .baseW {
    max-width: 640px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
  }
  .baseW-md {
    max-width: 640px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
  }
  .baseW-sm {
    max-width: 640px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
  }
  .home .mv {
    width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0
  }
  .home .mv img {
    width: 100%;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
  }
  .home .courseNav {
    padding-top: 60px
  }
  .home .courseNav::before {
    width: 349.5px;
    height: 367px;
    bottom: 27px;
    background: url(../img/home/courseNav_bg_sp.png) no-repeat center/100% auto
  }
  .home .courseNav__inner {
    padding-left: 10px;
    padding-right: 10px
  }
  .home .courseNav__ttl {
    font-size: 18px
  }
  .home .courseNav__attention {
    font-size: 16px;
    margin: 0 calc(50% - 50vw) 20px
  }
  .home .courseNav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .home .courseNav__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px
  }
  .home .courseNav__item {
    width: 100%
  }
  .home .courseNav__item .label {
    font-size: clamp(22px, 4.5454545455px + .0545454545 * 100vw, 25px);
    padding: 10px 10px 10px 40px
  }
  .home .courseNav__item .label .icon {
    width: 18px;
    height: 18px
  }
  .home .courseNav__item .label .txtSmall {
    font-size: clamp(15px, -2.4545454545px + .0545454545 * 100vw, 18px)
  }
  .home .courseNav__item .list {
    font-size: clamp(15px, -2.4545454545px + .0545454545 * 100vw, 18px)
  }
  .home .courseNav__item .list li {
    padding-left: 15px
  }
  .home .otherInfoNav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .home .otherInfoNav__item {
    width: clamp(94px, -22.3636363636px + .3636363636 * 100vw, 114px);
    margin-bottom: 10px
  }
  .home .otherInfoNav__item a {
    font-size: clamp(13px, 1.3636363636px + .0363636364 * 100vw, 15px)
  }
  .home .campaign {
    margin-bottom: 0;
    padding-bottom: 20px
  }
  .home .campaign__parts-cloud {
    top: 10px;
    width: 350px;
    height: 367px;
    -webkit-transform: translateX(-53%);
    -ms-transform: translateX(-53%);
    transform: translateX(-53%);
    background: url(../img/home/courseNav_bg02_sp.png) no-repeat center/100% auto
  }
  .home .campaign__ttl {
    line-height: 1.5
  }
  .home .campaign__ttl .txtSmall {
    margin-top: 10px
  }
  .home .campaign__ttl-img {
    width: 300px
  }
  .home .campaign__ttl {
    font-size: 18px
  }
  .home .campaign__listWrap::after, .home .campaign__listWrap::before {
    display: none
  }
  .home .campaign__item {
    width: 100%
  }
  .home .testStrength {
    margin-top: -1px
  }
  .home .testStrength a {
    max-width: 355px;
    width: 100%;
    margin-right: auto;
    margin-left: auto
  }
  .home .achievement {
    padding-top: 50px
  }
  .home .achievement__mv::before {
    top: -80px;
    left: -54px;
    width: 446px;
    height: 248px
  }
  .home .achievement__mv {
    width: 100%;
    padding: 0 20px
  }
  .home .achievement__mv img {
    width: 100%
  }
  .home .achievement__inner {
    padding-left: 0;
    padding-right: 0
  }
  .home .achievement__sec {
    padding-bottom: 40px
  }
  .home .achievement__sec .nowDay {
    font-size: 15px;
    font-weight: 700;
    color: #777;
    margin-bottom: 10px;
    text-align: center
  }
  .home .achievement__sec-ttl {
    width: 100%;
    background: url(../img/home/achievement_ttl_bg_sp.png) no-repeat center/100% auto;
    font-size: clamp(24px, 6.5454545455px + .0545454545 * 100vw, 27px)
  }
  .home .achievement__sec-ttl.-alone {
    margin-bottom: 0
  }
  .home .achievement__sec-ttl .label {
    font-size: clamp(14px, 2.3636363636px + .0363636364 * 100vw, 16px);
    padding: 0 5px 0
  }
  .home .achievement__sec-ttl .txtSmall {
    display: none
  }
  .home .achievement__sec-img {
    padding-left: 10px;
    padding-right: 10px
  }
  .home .achievement__btmTxt {
    padding-left: 20px;
    padding-right: 20px
  }
  .home .voice {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 50px
  }
  .home .voice__ttl {
    margin-bottom: 30px
  }
  .home .voice__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px 0
  }
  .home .voice__list-item {
    width: 100%;
    padding: 20px 10px
  }
  .home .voice__list-item .sp_moreBtn {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 999px;
    background-color: #fff;
    border: 1px solid #ed809b;
    font-size: 14px;
    font-weight: 500;
    width: 188px;
    height: 46px;
    color: #ed809b;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transition-timing-function: cubic-bezier(.59, .14, .47, .995);
    transition-timing-function: cubic-bezier(.59, .14, .47, .995);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
  }
  .home .voice__list-item .sp_moreBtn.is-active {
    background-color: #ed809b;
    color: #fff
  }
  .home .voice__header {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }
  .home .voice__header-icon {
    width: 100%;
    text-align: center;
    margin-bottom: 15px
  }
  .home .voice__header-icon img {
    width: 100px
  }
  .home .voice__header-info {
    width: 100%
  }
  .home .voice__header-info .schoolName.-lg {
    font-size: clamp(25px, -15.7272727273px + .1272727273 * 100vw, 32px)
  }
  .home .voice__header-info .schoolName.-md {
    font-size: clamp(20px, -26.5454545455px + .1454545455 * 100vw, 28px)
  }
  .home .voice__header-info .schoolName .txtSmall {
    font-size: clamp(14px, -9.2727272727px + .0727272727 * 100vw, 18px)
  }
  .home .voice__header-info .schoolName .-xs {
    font-size: clamp(13px, -27.7272727273px + .1272727273 * 100vw, 20px)
  }
  .home .voice__txtBox .ttl {
    font-size: clamp(18px, -5.2727272727px + .0727272727 * 100vw, 22px)
  }
  .home .voice__txtBox .ttl.-sp-sm {
    font-size: clamp(16px, 4.3636363636px + .0363636364 * 100vw, 18px)
  }
  .home .voice__txtBox .ttl::before {
    width: clamp(58px, -58.3636363636px + .3636363636 * 100vw, 78px)
  }
  .home .voice__txtBox .txt {
    height: 62px;
    overflow: hidden;
    -webkit-transition: height .3s ease;
    transition: height .3s ease
  }
  .home .voice__linkBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
  }
  .home .voice__linkBox .desc {
    letter-spacing: -.3px;
    margin-bottom: 15px;
    font-size: clamp(16px, 4.3636363636px + .0363636364 * 100vw, 18px)
  }
  .home .reason__features {
    padding-left: 0;
    padding-right: 0
  }
  .home .reason__features-sec {
    padding-left: 10px;
    padding-right: 10px
  }
  .home .reason__features-sec::before {
    height: 20px;
    top: -20px;
    background: url(../img/home/features_sec_shadow_sp.png) no-repeat center top/100% auto
  }
  .home .reason__features-sec > .ttl {
    font-size: clamp(23px, -15.4615384615px + .1025641026 * 100vw, 27px);
    padding-right: 35px;
    line-height: 1.3
  }
  .home .reason__features-sec > .ttl .shoulder {
    line-height: 1.4;
    margin-bottom: 5px
  }
  .home .reason__features-sec > .ttl .label .sub {
    font-size: 27px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
  }
  .home .reason__features-sec > .ttl .icon-plus {
    right: 10px;
    width: 20px;
    height: 20px
  }
  .home .reason__features-sec > .ttl .icon-plus::after, .home .reason__features-sec > .ttl .icon-plus::before {
    width: 12px
  }
  .home .reason__features-sec.-point01 .prBox .img {
    width: 100%;
    margin-right: 0
  }
  .home .reason__features-sec.-point01 .prBox .img img {
    width: 100%
  }
  .home .reason__features-sec.-point01 .prBox .pr {
    margin-top: 15px;
    width: 100%
  }
  .home .reason__features-sec.-point01 .prBox .pr img {
    width: 100%
  }
  .home .reason__features-sec.-point01 .prBox .pr .note {
    margin-top: 10px
  }
  .home .reason__features-sec.-point02 .descBox {
    width: 100%
  }
  .home .reason__features-sec.-point02 .imgBox {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto
  }
  .home .reason__features-sec.-point03 .descSec {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .home .reason__features-sec.-point03 .descSec .img {
    margin-bottom: 10px;
    width: 100%
  }
  .home .reason__features-sec.-point03 .descSec .img img {
    width: 100%
  }
  .home .reason__features-sec.-point03 .descSec .descBox {
    width: 100%
  }
  .home .reason__features-sec.-point04 .labelBox {
    width: 100%
  }
  .home .reason__features-sec.-point04 .labelBox .img {
    margin-bottom: 15px
  }
  .home .reason__features-sec.-point04 .supportBox {
    width: 100%;
    padding: 20px
  }
  .home .btmTelBox__inner .tel {
    font-size: clamp(32px, -14.5454545455px + .1454545455 * 100vw, 40px)
  }
  .home .btmTelBox__inner .tel .icon {
    position: static;
    margin-right: 10px
  }
  .home .pagetop {
    display: none
  }
  .home footer {
    background: #45489d
  }
  .home footer .footer-inner {
    width: 95%;
    margin: auto;
    padding: 25px 0 20px
  }
  .home footer .footer-inner .footer_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .home footer .footer-inner .footer_l {
    width: 100%;
    padding: 0 10px
  }
  .home footer .footer-inner .footer_r {
    width: 100%;
    padding: 0 10px
  }
  .home footer .footer-inner .footer-list {
    float: none;
    margin-bottom: 15px;
    text-align: left
  }
  .home footer .footer-inner .footer-list ul li a {
    color: #fff;
    font-size: 10px;
    padding: 0 5px
  }
  .home footer .footer-inner .footer-list ul li::after {
    color: #fff
  }
  .home footer .footer-inner .footer-list ul li:last-child::after {
    content: none
  }
}
@media screen and (max-width:750px) {
  .baseW-sm {
    padding-left: 20px;
    padding-right: 20px
  }
}
@media screen and (max-width:375px) {
  .home footer .copyright {
    font-size: calc(100vw / 375 * 10)
  }
}