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,
button {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

html {
  line-height: 1;
}

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

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

a {
  text-decoration: none;
  color: inherit;
}

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

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

input,
button {
  appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}
input:focus,
button:focus {
  outline: none;
}
input:focus-visible,
button:focus-visible {
  outline: none;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
  line-height: 1;
  color: #333;
  font-size: 10px;
  overflow-x: hidden;
}
@media screen and (max-width: 978px) {
  body {
    font-size: 1.3333333333vw;
  }
}
@media screen and (max-width: 978px) {
  body .pc-on {
    display: none;
  }
}
@media screen and (min-width: 979px) {
  body .sp-on {
    display: none;
  }
}
body {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.inner {
  padding: 0 3.6em;
}

h2 {
  font-size: 4.8em;
  text-align: center;
  font-weight: bold;
}

header {
  background-color: #203435;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.8em 2em;
}
header h1 {
  width: 26em;
}
header h1 img {
  width: 100%;
}
header a {
  width: 27.6em;
  transition: opacity 0.3s ease;
}
header a:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
header a img {
  width: 100%;
}

.mv {
  position: relative;
}
.mv .bg img {
  width: 100%;
}
.mv .text {
  position: absolute;
  top: 11.2em;
  right: 3.6em;
  width: 40.8em;
}
.mv .text img {
  width: 100%;
}

.banpaku {
  background-color: #E30012;
  color: #0067B3;
  padding: 0.5769230769em 1.3461538462em;
  font-size: 2.5em;
  line-height: 1.4;
}

.nayami {
  background: #000 url(../images/bg01.png) no-repeat left top/contain;
  padding: 5.2em 0;
  position: relative;
}
.nayami::before {
  content: "";
  width: 16.4em;
  height: 8.2em;
  position: absolute;
  bottom: -5em;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/nayami.svg) no-repeat left top/contain;
}
.nayami h2 {
  color: rgba(255, 255, 255, 0.5);
}
.nayami ul {
  margin-top: 3em;
  margin-left: 16em;
}
.nayami ul li {
  color: #fff;
  font-size: 2.4em;
  line-height: 1.2;
  margin-bottom: 1.25em;
  position: relative;
  padding-left: 1.0416666667em;
}
.nayami ul li:last-child {
  margin-bottom: 0;
}
.nayami ul li::before {
  content: "";
  width: 0.3333333333em;
  height: 0.3333333333em;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  left: 0.4166666667em;
  top: 50%;
  transform: translateY(-50%);
}

.suport {
  position: relative;
  height: 32em;
}
.suport .bg {
  width: 31.8em;
  position: absolute;
  bottom: 0;
  left: 0;
}
.suport .bg img {
  width: 100%;
}
.suport p {
  width: 60em;
  position: absolute;
  bottom: 3em;
  right: 4em;
}
.suport p img {
  width: 100%;
}

.strong {
  background-color: #B81D4B;
  padding: 6.8em 0 7em;
}
.strong h2 {
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.strong .read {
  font-size: 2.8em;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  margin-top: 0.7142857143em;
}
.strong ol {
  margin-top: 4em;
}
.strong ol li {
  margin-bottom: 5em;
}
.strong ol li:last-child {
  margin-bottom: 0;
}
.strong ol li .point {
  display: flex;
  align-items: center;
}
.strong ol li .point .left {
  width: 15em;
  height: 15em;
  border-radius: 50%;
  border: 0.4em solid #AB9460;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.strong ol li .point .left img {
  width: 10em;
}
.strong ol li .point .right {
  border: 0.4em solid #AB9460;
  background-color: #fff;
  height: 15em;
  width: 61.2em;
  border-radius: 0 calc(infinity * 1px) calc(infinity * 1px) 0;
  margin-left: -9.3em;
  display: flex;
  align-items: center;
}
.strong ol li .point .right h3 {
  font-size: 3.8em;
  color: #B81D4B;
  font-weight: bolder;
  line-height: 1.2;
  padding-left: 2.6315789474em;
}
.strong ol li p {
  font-size: 2.8em;
  color: #fff;
  line-height: 1.5;
  margin-top: 0.5714285714em;
}

.cource {
  background-color: #203435;
  padding: 4.6em 0 4em;
}
.cource .courceWrap {
  border: 0.6em solid #AB9460;
  background-color: #fff;
  padding: 1.6em 1em;
}
.cource .courceBox {
  border: 1px solid #AB9460;
  padding: 4em 2em;
}
.cource .courceBox h2 {
  width: 11.3333333333em;
  display: block;
  margin-inline: auto;
}
.cource .courceBox h2 img {
  width: 100%;
}
.cource .courceBox ul {
  margin-top: 4.8em;
}
.cource .courceBox ul li {
  border: 1px solid #AB9460;
  border-radius: 1em;
  margin-top: 2em;
}
.cource .courceBox ul li h3 {
  background-color: #AB9460;
  font-size: 3.6em;
  text-align: center;
  line-height: 1.3;
  color: #fff;
  padding: 0.5555555556em;
  border-radius: 0.2777777778em 0.2777777778em 0 0;
  position: relative;
  cursor: pointer;
}
.cource .courceBox ul li h3::before {
  content: "";
  width: 1em;
  height: 0.9722222222em;
  position: absolute;
  top: 50%;
  right: 0.6111111111em;
  transform: translateY(-50%) rotate(180deg);
  background: url(../images/arrow.svg) no-repeat left top/contain;
}
.cource .courceBox ul li h3 span {
  font-size: 0.7777777778em;
}
.cource .courceBox ul li h3.active::before {
  transform: translateY(-50%) rotate(0deg);
}
.cource .courceBox ul li div {
  display: none;
}
.cource .courceBox ul li img {
  padding: 3em;
  width: 100%;
}
.cource .courceBox ul li h4 {
  font-size: 3.2em;
  font-weight: bold;
  line-height: 1.3;
  color: #B81D4B;
  padding: 0 0.9375em;
}
.cource .courceBox ul li p {
  font-size: 2.6em;
  line-height: 1.5;
  padding: 0 1.1538461538em 1.5384615385em 1.1538461538em;
  margin-top: 0.4615384615em;
}
.cource .cv {
  width: 62.6em;
  margin: 4em auto 0;
  transition: opacity 0.3s ease;
}
.cource .cv:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.cource .cv img {
  width: 100%;
}
.cource .cv a {
  display: block;
}

.voice {
  background-color: #B81D4B;
  padding: 5em 0 8em;
}
.voice h2 {
  width: 6.1666666667em;
  margin: 0 auto;
}
.voice h2 img {
  width: 100%;
}
.voice ul {
  background-color: #fff;
  margin-top: -3em;
  padding: 3em;
}
.voice ul li {
  background: url(../images/bg02.png) repeat left top/contain;
  padding: 3em 2em;
  margin-bottom: 4em;
}
.voice ul li h3 {
  font-size: 3em;
  font-weight: bold;
  text-align: center;
}
.voice ul li p {
  margin-top: 0.3846153846em;
  font-size: 2.6em;
  line-height: 1.5;
  text-align: justify;
}
.voice ul li .voiceBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 4em;
}
.voice ul li .voiceBox p {
  font-size: 2.2em;
}
.voice ul li .voiceBox img {
  width: 15em;
}
.voice ul li:nth-child(3) .voiceBox {
  margin-top: 6em;
}
.voice ul li:last-child .voiceBox {
  flex-wrap: wrap;
  margin-top: 3em;
  padding: 0;
}
.voice ul li:last-child .voiceBox img {
  width: 100%;
  order: 1;
}
.voice ul li:last-child .voiceBox p {
  order: 2;
  margin-top: 1.3636363636em;
}

.team {
  background-color: #203435;
  padding: 5.2em 0 6.8em;
}
.team h2 {
  width: 9.4166666667em;
  margin-inline: auto;
}
.team h3 {
  font-size: 4.8em;
  font-weight: bolder;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  margin-top: 1.375em;
}
.team ul {
  margin-top: 5.6em;
}
.team ul li {
  display: flex;
  align-items: center;
  gap: 4em;
  justify-content: center;
  margin-bottom: 2em;
}
.team ul li:last-child {
  margin-bottom: 0;
}
.team ul li img {
  width: 31.4em;
}
.team ul li p {
  font-size: 3.6em;
  line-height: 1.3;
  color: #fff;
}

.about {
  background-color: #F1F0EC;
  padding: 6.8em 0 3em;
}
.about h2 {
  color: #AB9460;
}
.about .aboutWrap {
  background-color: #AB9460;
  color: #fff;
  padding: 3em;
  margin-top: 6em;
}
.about .aboutWrap h3 {
  font-size: 2.8em;
  line-height: 1.2;
  text-align: center;
}
.about .aboutWrap .aboutBox {
  display: flex;
  gap: 2em;
  align-items: flex-start;
  margin-top: 2em;
}
.about .aboutWrap .aboutBox .left {
  width: 28em;
  flex-shrink: 0;
}
.about .aboutWrap .aboutBox .left img {
  width: 100%;
}
.about .aboutWrap .aboutBox .left p {
  font-size: 2em;
  line-height: 1.5;
  margin-top: 0.5em;
  text-align: center;
}
.about .aboutWrap .aboutBox .right {
  font-size: 2.4em;
  line-height: 1.5;
  text-align: justify;
}

footer {
  background-color: #F1F0EC;
  padding: 0 0 2.6em;
}
footer img {
  width: 100%;
}
footer .company {
  font-size: 3.6em;
  text-align: center;
  margin-top: 0.7222222222em;
}
footer .company span {
  font-size: 0.8888888889em;
}
footer .detail {
  font-size: 2.4em;
  line-height: 1.5;
  margin-top: 1.25em;
  padding-left: 0.7083333333em;
}
footer .detail span {
  font-weight: bold;
}
footer .detail a {
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
footer .detail a:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
footer .privacy {
  display: block;
  text-align: center;
  text-decoration: underline;
  font-size: 2.4em;
  line-height: 1.5;
  margin-top: 0.5em;
  transition: opacity 0.3s ease;
}
footer .privacy:hover {
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
footer small {
  display: block;
  text-align: center;
  font-size: 2em;
  margin-top: 2em;
}/*# sourceMappingURL=style.css.map */