@charset "UTF-8";
body {
  font-size: 16px;
  color: #1a1a1a;
  line-height: 2;
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

p,
a,
dt,
dd,
li,
th,
td {
  line-height: 2;
}

a {
  color: #1a1a1a;
}
a:hover {
  color: #1a1a1a;
}

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

* {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: 0.03em;
}

::before,
::after {
  display: inline-block;
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
}
img.pdf_icon {
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

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

*:not(input):not(select):not(button):not(textarea):not(label):focus {
  outline: none;
}

select {
  height: 30px;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0 20px 0 5px;
  line-height: 1;
}

button,
input,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 4px 6px;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
}

input:not([type=checkbox]):not([type=radio]),
textarea,
button {
  -webkit-appearance: none;
}

input {
  padding: 0 6px;
}

input:focus,
textarea:focus {
  outline: none;
}

input[type=button],
input[type=submit] {
  background-color: transparent;
  border: none;
}

button {
  overflow: visible;
  background-color: transparent;
  border-radius: 0;
  border: none;
}

button,
select {
  text-transform: none;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: none;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

input[type=text],
select,
textarea {
  font-size: 100%;
}

input[type=text]:focus,
textarea:focus {
  transition: 0.2s;
}

input[type=text]:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

textarea {
  overflow: auto;
  resize: vertical;
}

label {
  display: inline-block;
}

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

td,
th {
  padding: 0;
  text-align: left;
  vertical-align: top;
}

ol {
  list-style-position: inside;
}

li {
  list-style-type: none;
}

address {
  font-style: normal;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p,
table,
thead,
tbody,
tfoot,
address {
  margin: 0;
  padding: 0;
}

input,
textarea,
table,
thead,
tbody,
tfoot,
address {
  text-align: left;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
form,
p {
  text-align: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;
  font-weight: normal;
}

figure {
  margin: 0;
}

.breadcrumb li {
  /**/
}

.button01 {
  /**/
}

.button02 {
  /**/
}

.pager li {
  /**/
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 100px;
  position: absolute;
  top: 90px;
  width: 100%;
  z-index: 1002;
  transition: all 0.3s ease;
}
.site-header .logo {
  position: relative;
}
.site-header .logo a {
  display: block;
}
.site-header .logo a svg {
  display: block;
  width: 180px;
  height: auto;
}
.site-header .logo a svg path {
  fill: #fff;
}
.site-header .logo a svg.original-color path {
  fill: initial;
}
.site-header .wrap {
  display: flex;
  align-items: center;
  position: fixed;
  right: 100px;
}
.site-header .main-nav ul {
  display: flex;
  background: #EDF1F6;
  padding: 15px 30px;
  border-radius: 1000px;
}
.site-header .main-nav li {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.site-header .main-nav li a {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
.site-header .main-nav li:last-child {
  margin-right: 0;
}
.site-header .main-nav li .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #7A84BF;
  border-radius: 50%;
  margin-right: 8px;
}
.site-header .contact-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 55px;
  background: #f7f5f2;
  color: #F0770E;
  border-radius: 10px;
  padding: 20px 15px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  margin-left: 40px;
  border: none;
  z-index: 1;
  overflow: hidden;
  transition: background 0.2s, color 0.2s;
}
.site-header .contact-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 2px;
  background: linear-gradient(135deg, #EBAD10 0%, #F0770E 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: 1;
}
.site-header .contact-btn .mail-icon img {
  width: 20px;
  height: 16px;
  margin-right: 12px;
  vertical-align: middle;
}
.site-header .contact-btn:hover {
  background: linear-gradient(135deg, #EBAD10 0%, #F0770E 100%);
  color: #fff;
}
.site-header .contact-btn:hover .mail-icon img {
  filter: brightness(0) invert(1);
}

@media (min-width: 769px) {
  .mobile-menu-toggle {
    display: none !important;
  }
  .mobile-menu {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .site-header {
    padding: 0 20px;
    top: 15px;
    position: absolute;
  }
  .site-header .logo a svg {
    width: 100px;
  }
  .site-header .wrap {
    display: none;
  }
  .site-header .mobile-menu-toggle {
    display: block;
    width: 30px;
    height: 30px;
    position: fixed;
    top: 15px;
    right: 20px;
    cursor: pointer;
    z-index: 1001;
  }
  .site-header .mobile-menu-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
  }
  .site-header .mobile-menu-toggle span:nth-child(1) {
    top: 0;
  }
  .site-header .mobile-menu-toggle span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .site-header .mobile-menu-toggle span:nth-child(3) {
    bottom: 0;
  }
  .site-header .mobile-menu-toggle.scrolled span {
    background: #333;
  }
  .site-header .mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
  }
  .site-header .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .site-header .mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg);
    bottom: 50%;
  }
  .mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(237, 241, 246, 0.9);
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu.active {
    display: flex;
  }
  .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
  }
  .mobile-menu ul li {
    margin-bottom: 30px;
  }
  .mobile-menu ul li a {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu ul li a .dot {
    width: 10px;
    height: 10px;
    background: #3B7CC0;
    border-radius: 50%;
    margin-right: 10px;
  }
}
footer {
  background: #EDF0F5;
  padding: 60px 100px 30px;
}
footer .footer-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
footer .footer-wrap .logo svg {
  width: 130px;
}
footer .main-nav ul {
  display: flex;
  background: #fff;
  padding: 15px 30px;
  border-radius: 1000px;
}
footer .main-nav li {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
footer .main-nav li a {
  color: #1A1A1A;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}
footer .main-nav li:last-child {
  margin-right: 0;
}
footer .main-nav li .dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #7A84BF;
  border-radius: 50%;
  margin-right: 8px;
}
footer .sns-link-wrap {
  display: flex;
}
footer .sns-link-wrap .ttl {
  color: #333333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.4px;
  margin-bottom: 10px;
  margin-right: 10px;
}
footer .sns-link-wrap .sns-link {
  margin-right: 50px;
  display: flex;
}
footer .sns-link-wrap .sns-link .link {
  display: flex;
}
footer .sns-link-wrap .sns-link li {
  margin-bottom: 10px;
}
footer .sns-link-wrap .sns-link li a {
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  display: flex;
  align-items: center;
  text-decoration: none;
}
footer .sns-link-wrap .sns-link li a svg {
  margin-right: 10px;
}

@media (max-width: 768px) {
  footer {
    padding: 40px 20px;
    margin-bottom: 59px;
  }
  footer .footer-wrap {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
  footer .footer-wrap .logo {
    text-align: center;
  }
  footer .footer-wrap .logo a img {
    width: 140px;
  }
  footer .footer-wrap .wrap {
    display: none;
  }
  footer .sns-link-wrap {
    flex-direction: column;
    gap: 0px;
    align-items: center;
  }
  footer .sns-link-wrap .sns-link {
    margin-right: 0;
  }
  footer .sns-link-wrap .sns-link .ttl {
    font-size: 14px;
    margin-bottom: 15px;
  }
  footer .sns-link-wrap .sns-link li {
    margin-bottom: 15px;
  }
  footer .sns-link-wrap .sns-link li a {
    font-size: 14px;
  }
}
@media (max-width: 375px) {
  footer {
    padding: 30px 15px;
  }
  footer .footer-wrap .logo a img {
    width: 120px;
  }
  footer .sns-link-wrap .sns-link .ttl {
    font-size: 14px;
  }
  footer .sns-link-wrap .sns-link li a {
    font-size: 13px;
  }
}
.copy {
  text-align: center;
  margin-top: 20px;
  font-size: 10px;
}

.news-list li {
  /**/
}

.slide-menu {
  /**/
}

.fixed-banner {
  position: fixed;
  bottom: 30px;
  right: 0px;
  z-index: 1000;
  transition: all 0.3s ease;
}
.fixed-banner a {
  display: block;
  text-decoration: none;
}
.fixed-banner img {
  height: auto;
}
.fixed-banner .line-fix-banner {
  position: fixed;
  bottom: 280px;
  right: 0px;
  z-index: 1001;
}
@media (max-width: 768px) {
  .fixed-banner {
    display: none;
  }
}

.footer-fix-banner {
  display: none;
}
@media (max-width: 768px) {
  .footer-fix-banner {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
  }
}
.footer-fix-banner a {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}
.footer-fix-banner a.line {
  background: #00B900;
}
.footer-fix-banner a.line img {
  width: 94px;
}
.footer-fix-banner a.contact-fix {
  background: var(--Linear, linear-gradient(92deg, #4174B1 0%, #28CDCD 100%));
}
.footer-fix-banner a.contact-fix img {
  width: 127px;
}

.fv .visual {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  overflow-x: hidden;
  margin-bottom: 55px;
}
.fv .visual video.fv {
  z-index: 1;
  border-radius: 20px;
  height: calc(100vh - 100px);
  width: calc(100vw - 100px);
  object-fit: cover;
  position: absolute;
}
.fv .visual video.fv {
  display: none;
}
.fv .visual video.fv[src*="video01.mp4"] {
  display: block !important;
}
.fv .visual video.fv[src*="video01_sp.mp4"] {
  display: none !important;
}
.fv .visual .content {
  position: absolute;
  z-index: 4;
  bottom: 170px;
}
.fv .visual .content .txt {
  width: 827px;
  margin-bottom: 30px;
}
.fv .visual .content .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv .visual .content .btn01 {
  width: 338px;
  height: 70px;
  background: #3B7CC0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 10px;
  margin: 0 20px;
}
.fv .visual .content .btn01 .icon {
  width: 22px;
  line-height: 22px;
  margin-right: 10px;
}
.fv .visual .content .btn01 .icon img {
  width: 100%;
  height: 100%;
}
.fv .visual .content .btn02 {
  width: 338px;
  height: 70px;
  background: #00B900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 10px;
  margin: 0 20px;
}
.fv .visual .content .btn02 .icon {
  width: 22px;
  line-height: 22px;
  margin-right: 10px;
}
.fv .visual .content .btn02 .icon img {
  width: 100%;
  height: 100%;
}

.container {
  width: 1080px;
  margin: 0 auto;
}

.about {
  position: relative;
  margin-bottom: 154px;
}
.about::before {
  width: 100%;
  height: 200px;
  content: "";
  position: absolute;
  background: #F3F4F5;
  bottom: -74px;
}
.about h2 {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
.about h2 span {
  color: #333;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.about .about-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
}
.about .about-wrap .left {
  width: 470px;
}
.about .about-wrap .right {
  width: 560px;
}
.about .about-wrap .right .tag {
  background: #3B7CC0;
  font-family: "Noto Sans JP";
  font-size: 16px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 40px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.about .about-wrap .right .ttl {
  font-size: 21px;
  line-height: 2;
  color: #3B7CC0;
  font-weight: 700;
  margin-bottom: 20px;
}
.about .about-wrap .right .read {
  font-size: 16px;
}

.cta {
  background: url(../../../images/bg.png) no-repeat center/cover;
  padding: 60px 0;
  margin-bottom: 83px;
}
.cta h2 {
  color: #F1EEEA;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 2.2px;
  margin-bottom: 20px;
}
.cta .read {
  color: #F1EEEA;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.8px;
  margin-bottom: 35px;
}
.cta .wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cta .btn01 {
  width: 338px;
  height: 70px;
  background: #3B7CC0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 10px;
  margin: 0 20px;
}
.cta .btn01 .icon {
  width: 22px;
  line-height: 22px;
  margin-right: 10px;
}
.cta .btn01 .icon img {
  width: 100%;
  height: 100%;
}
.cta .btn02 {
  width: 338px;
  height: 70px;
  background: #00B900;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 10px;
  margin: 0 20px;
}
.cta .btn02 .icon {
  width: 22px;
  line-height: 22px;
  margin-right: 10px;
}
.cta .btn02 .icon img {
  width: 100%;
  height: 100%;
}

.curriculum {
  margin-bottom: 70px;
}
.curriculum h2 {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
  margin-bottom: 60px;
}
.curriculum h2 span {
  color: #333;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.curriculum .flex-wrap {
  display: flex;
  justify-content: space-between;
}
.curriculum .flex-wrap .left {
  width: 520px;
  background: #F8F8F8;
  padding: 30px;
  border-radius: 20px;
}
.curriculum .flex-wrap .left:before {
  content: "基礎カリキュラム";
  display: block;
  width: 357px;
  line-height: 50px;
  background: #3B7CC0;
  border-radius: 9px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: -53px auto;
}
.curriculum .flex-wrap .left .h-read {
  margin-top: 84px;
  text-align: center;
  color: #333;
  font-size: 17px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
}
.curriculum .flex-wrap .left .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.curriculum .flex-wrap .left .wrap .thumb {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}
.curriculum .flex-wrap .left .wrap .content {
  width: 340px;
}
.curriculum .flex-wrap .left .wrap .content .ttl {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.6px;
}
.curriculum .flex-wrap .left .wrap .content .read {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.4px;
}
.curriculum .flex-wrap .left .small-list {
  margin-bottom: 20px;
}
.curriculum .flex-wrap .left .small-list:last-of-type {
  margin-bottom: 0;
}
.curriculum .flex-wrap .left .small-list .ttl {
  display: flex;
  align-items: center;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.6px;
  margin-bottom: 5px;
}
.curriculum .flex-wrap .left .small-list .ttl img {
  margin-right: 10px;
}
.curriculum .flex-wrap .left .small-list .read {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.4px;
}
.curriculum .flex-wrap .right {
  width: 520px;
  background: #F8F8F8;
  border-radius: 20px;
  padding: 30px;
}
.curriculum .flex-wrap .right:before {
  content: "実践課題・サポート";
  display: block;
  width: 357px;
  line-height: 50px;
  background: var(--Linear, linear-gradient(92deg, #4174B1 0%, #28CDCD 100%));
  border-radius: 9px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  margin: -53px auto;
}
.curriculum .flex-wrap .right .h-read {
  margin-top: 84px;
  text-align: center;
  color: #333;
  font-size: 17px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
}
.curriculum .flex-wrap .right .read {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.curriculum .flex-wrap .right .sub-ttl {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  /* 32px */
  letter-spacing: 1.6px;
  display: flex;
  align-items: center;
}
.curriculum .flex-wrap .right .sub-ttl::before {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--Linear, linear-gradient(92deg, #4174B1 0%, #28CDCD 100%));
  border-radius: 50%;
  margin-right: 5px;
}
.curriculum .flex-wrap .right .list > li {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #EBEBEB;
  margin-bottom: 20px;
  padding: 15px 20px;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 25.2px */
  letter-spacing: 1.4px;
}
.curriculum .flex-wrap .right .list > li span {
  color: #3B7CC0;
  font-family: "Josefin Sans";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 1.2px;
  margin-right: 10px;
  margin-top: 4px;
}
.curriculum .flex-wrap .right .list > li.sub {
  flex-direction: column;
  align-items: flex-start;
}
.curriculum .flex-wrap .right .list > li.sub ul li {
  display: flex;
  align-items: center;
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 25.2px */
  letter-spacing: 1.4px;
}
.curriculum .flex-wrap .right .list > li.sub ul li svg {
  margin-right: 10px;
}

.skill {
  margin-bottom: 110px;
}
.skill h2 {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
  margin-bottom: 50px;
}
.skill h2 span {
  color: #333;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.skill .skill-list {
  display: flex;
  justify-content: space-between;
}
.skill .skill-list > li {
  background: #F3F3F5;
  width: 340px;
  padding: 50px 30px;
  position: relative;
  border-radius: 10px;
}
.skill .skill-list > li .number {
  color: #3B7CC0;
  font-family: "Josefin Sans";
  font-size: 80px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 80px */
  letter-spacing: 4px;
  position: absolute;
  left: -20px;
  top: -25px;
}
.skill .skill-list > li .content .main-ttl {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.8px;
  margin-bottom: 10px;
}
.skill .skill-list > li .content .sub-ttl {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  margin-bottom: 30px;
}
.skill .skill-list > li .content .section {
  margin-bottom: 30px;
}
.skill .skill-list > li .content .section:last-of-type {
  margin-bottom: 0;
}
.skill .skill-list > li .content .section .section-ttl {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.skill .skill-list > li .content .section .section-ttl::before {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--Linear, linear-gradient(92deg, #4174B1 0%, #28CDCD 100%));
  border-radius: 50%;
  margin-right: 5px;
}
.skill .skill-list > li .content .section .section-text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 1.4px;
  margin-bottom: 20px;
}
.skill .skill-list > li .content .section .section-list li {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1.4px;
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-bottom: 10px;
}
.skill .skill-list > li .content .section .section-list li svg {
  margin-right: 5px;
}
.skill .skill-list > li .content .section .section-list li:last-child {
  margin-bottom: 0;
}

.voice {
  overflow: hidden;
  margin-bottom: 100px;
}
.voice h2 {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
.voice h2 span {
  color: #333;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.voice .voice-swiper {
  width: 100%;
  margin: 0 auto;
}
.voice .voice-swiper .swiper-slide {
  width: 340px;
  margin-right: 30px;
}
.voice .voice-swiper .swiper-slide:last-child {
  margin-right: 0;
}
.voice .voice-swiper .swiper-slide .card {
  background: #F8F8F8;
  padding: 30px;
  border-radius: 10px;
  height: 100%;
}
.voice .voice-swiper .swiper-slide .card .profile {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.voice .voice-swiper .swiper-slide .card .profile .avatar img {
  width: 100px;
  height: 100px;
}
.voice .voice-swiper .swiper-slide .card .profile .info {
  margin-left: 20px;
}
.voice .voice-swiper .swiper-slide .card .profile .info .plan {
  color: #F1EEEA;
  font-family: "Noto Sans JP";
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.6px;
  background: #3B7CC0;
  border-radius: 200px;
  padding: 5px 8px;
}
.voice .voice-swiper .swiper-slide .card .profile .info .plan.premium {
  background: linear-gradient(135deg, #FF6B6B 0%, #FF8E53 100%);
}
.voice .voice-swiper .swiper-slide .card .profile .info .name {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  margin-top: 9px;
}
.voice .voice-swiper .swiper-slide .card .middle .before {
  margin-bottom: 20px;
}
.voice .voice-swiper .swiper-slide .card .middle .before .tag {
  color: #333;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  width: 60px;
  line-height: 20px;
  background: #C4C4C4;
  border-radius: 100px;
  display: block;
  padding-top: 4px;
  margin-bottom: 5px;
}
.voice .voice-swiper .swiper-slide .card .middle .before .text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.7px;
}
.voice .voice-swiper .swiper-slide .card .middle .after {
  margin-bottom: 20px;
}
.voice .voice-swiper .swiper-slide .card .middle .after .tag {
  color: #fff;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  width: 60px;
  line-height: 20px;
  background: #3B7CC0;
  border-radius: 100px;
  display: block;
  padding-top: 4px;
  margin-bottom: 5px;
}
.voice .voice-swiper .swiper-slide .card .middle .after .text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.7px;
  margin-bottom: 20px;
}
.voice .voice-swiper .swiper-slide .card .middle .after .last-text {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.9px;
}
.voice .voice-swiper .swiper-slide .card .bottom .btn {
  color: #3B7CC0;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.8px;
  border-radius: 40px;
  background: #DCE0F0;
  display: block;
  text-decoration: none;
}
.voice .swiper-pagination {
  position: relative;
  margin-top: 30px;
  text-align: center;
}
.voice .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 1;
  margin: 0 5px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.voice .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3B7CC0;
  transform: scale(1.2);
}

.read-more-1 {
  position: relative;
}
.read-more-1 .ttl {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 42px */
  letter-spacing: 1.4px;
  margin-bottom: 20px;
}

.read-more-1 .read {
  position: relative;
  max-height: 350px;
  /* 開く前に見せたい高さを指定 */
  margin-bottom: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}

.read-more-1 input {
  display: none;
}

.read-more-1 .read-less-label {
  display: none;
  bottom: -40px;
}

.read-more-1:has(:checked) .read {
  max-height: 100%;
}

.read-more-1 .read::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60px;
  background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, hsla(0, 0%, 100%, 0.9) 50%, hsla(0, 0%, 100%, 0.9) 0, #fff);
  content: "";
}

.read-more-1:has(:checked) .read::after {
  content: none;
}

.read-more-1 label {
  display: flex;
  align-items: center;
  gap: 0 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #3B7CC0;
  font-size: 16px;
  font-weight: 700;
}

.read-more-1 label:hover {
  color: #c7511f;
  text-decoration: underline;
  cursor: pointer;
}

.read-more-1:has(:checked) label {
  display: none;
}

.read-more-1 label::after {
  display: inline-block;
  width: 10px;
  height: 5px;
  background-color: #b6bdc3;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

.greetings {
  margin-bottom: 100px;
}
.greetings h2 {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
.greetings h2 span {
  color: #333;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.greetings .greetings-wrap {
  display: flex;
  justify-content: space-between;
}
.greetings .greetings-wrap .left {
  width: 568px;
}
.greetings .greetings-wrap .right {
  width: 433px;
}
.greetings .read-more-buttons {
  margin-top: 20px;
  text-align: center;
}
.greetings .read-more-buttons button {
  background: #3B7CC0;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.greetings .read-more-buttons button:hover {
  background: #2d5f9a;
}
.greetings .read-more-buttons button.read-less-btn {
  background: #666;
}
.greetings .read-more-buttons button.read-less-btn:hover {
  background: #555;
}

.works {
  margin-bottom: 100px;
}
.works h3 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
.works h3 span {
  color: #333;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  display: block;
}
.works .works-list {
  display: flex;
  justify-content: space-between;
}
.works .works-list li {
  width: 520px;
  background: #F8F8F8;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}
.works .works-list li .thumb {
  width: 147px;
}
.works .works-list li .thumb img {
  width: 100%;
}
.works .works-list li .content {
  width: 293px;
}
.works .works-list li .content .ttl {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.works .works-list li .content .read {
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  /* 27px */
  letter-spacing: 0.75px;
}

.works-wrap {
  background: #EDF1F6;
  padding: 100px 0;
}
.works-wrap .works-slider {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}
.works-wrap .works-slider .slider-track {
  display: flex;
  animation: scroll 30s linear infinite;
  width: 4396px;
  /* 7 items × 2 for seamless loop + margins */
  will-change: transform;
}
.works-wrap .works-slider .slider-track .slide-item {
  width: 284px;
  flex-shrink: 0;
  margin-right: 30px;
}
.works-wrap .works-slider .slider-track .slide-item:last-child {
  margin-right: 0;
}
.works-wrap .works-slider .slider-track img {
  width: 284px;
  height: 284px;
  object-fit: cover;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.works-wrap .works-slider .slider-track .content {
  margin-top: 27px;
}
.works-wrap .works-slider .slider-track .content .head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.works-wrap .works-slider .slider-track .content .head .ttl {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 36px */
  letter-spacing: 0.9px;
}
.works-wrap .works-slider .slider-track .content .head .data {
  color: #9B9B9B;
  font-family: "Josefin Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.7px;
}
.works-wrap .works-slider .slider-track .content .name {
  color: #929292;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  /* 28px */
  letter-spacing: 0.7px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2198px);
    /* Move by the width of 7 items + their margins */
  }
}

.works-wrap h4 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.works-wrap h4::before {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--Linear, linear-gradient(92deg, #4174B1 0%, #28CDCD 100%));
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}

.other-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.other-list li {
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  width: 340px;
}
.other-list li .ttl {
  color: #333;
  font-family: "Noto Sans CJK JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.8px;
}
.other-list li .read {
  color: #929292;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 200%;
  /* 28px */
  letter-spacing: 0.7px;
}

.flow {
  margin-bottom: 100px;
}
.flow h2 {
  color: #333;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
.flow h2 span {
  color: #333;
  text-align: center;
  font-family: "Josefin Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.flow .flow-list {
  display: flex;
  justify-content: space-between;
}
.flow .flow-list li {
  width: 350px;
}
.flow .flow-list li img {
  width: 100%;
}

.faq {
  margin-bottom: 100px;
}
.faq .container {
  display: flex;
  justify-content: space-between;
}
.faq h2 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.3px;
}
.faq h2 span {
  color: #537895;
  font-family: "Josefin Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.faq .faq-wrap {
  display: flex;
  justify-content: center;
  width: 677px;
}
.faq .faq-wrap .accordion-container {
  width: 885px;
  max-width: 100%;
}
.faq .accordion-title {
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  padding: 20px 80px 20px 20px;
  position: relative;
  border-top: 1px solid #ddd;
  letter-spacing: 0.1em;
  color: #333;
  transition: all 0.3s ease;
}
.faq .accordion-title:hover {
  background: #f8f8f8;
}
.faq .accordion-title:before {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  height: 2px;
  width: 40px;
  background: #3B7CC0;
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}
.faq .accordion-title:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 25px;
  height: 2px;
  width: 40px;
  background: #3B7CC0;
  transition: all 0.3s ease-in-out;
}
.faq .accordion-title.open {
  background: #f8f8f8;
}
.faq .accordion-title.open:before {
  transform: rotate(180deg);
}
.faq .accordion-title.open:after {
  opacity: 0;
}
.faq .accordion-text {
  display: none;
  padding: 20px 0 20px 0;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #333;
  border-top: 1px solid #eee;
}
.faq .accordion-text a {
  text-decoration: underline;
  color: #3B7CC0;
}

.works-wrap h4 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.4px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.works-wrap h4::before {
  content: "";
  width: 16px;
  height: 16px;
  background: var(--Linear, linear-gradient(92deg, #4174B1 0%, #28CDCD 100%));
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}

.contact {
  margin-bottom: 100px;
}
.contact .container {
  display: flex;
  justify-content: space-between;
}
.contact .container .left h2 {
  color: #333;
  font-family: "Noto Sans JP";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.3px;
}
.contact .container .left h2 span {
  color: #537895;
  font-family: "Josefin Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.contact .container .right {
  width: 650px;
}
.contact .container .right .ttl {
  color: #525E6D;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-bottom: 5px;
}
.contact .container .right .ttl span {
  color: #FF161A;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}
.contact .container .right input[type=text],
.contact .container .right input[type=email],
.contact .container .right input[type=tel],
.contact .container .right select {
  border-radius: 5px;
  background: #F8F8F8;
  border: none;
  width: 100%;
  height: 50px;
  margin-bottom: 30px;
  padding: 0 15px;
}
.contact .container .right textarea {
  border-radius: 5px;
  background: #F8F8F8;
  border: none;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px;
}
.contact .container .right input[type=submit] {
  color: #fff;
  text-align: center;
  /* Noto Sans JP/Bold/16 */
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  border-radius: 6px;
  background: linear-gradient(96deg, #4175B2 0%, #259091 100%);
  padding: 14px 50px;
}
.contact .container .right .center-box {
  display: flex;
  justify-content: center;
}
.contact .container .right .wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 5px;
  margin-top: 10px;
}
.contact .container .right .wpcf7-form label {
  color: #525E6D;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
  margin-bottom: 5px;
  display: block;
}
.contact .container .right .wpcf7-form label span {
  color: #FF161A;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.6px;
}
.contact .container .right .wpcf7-form .wpcf7-text,
.contact .container .right .wpcf7-form .wpcf7-email,
.contact .container .right .wpcf7-form .wpcf7-tel,
.contact .container .right .wpcf7-form .wpcf7-select,
.contact .container .right .wpcf7-form .wpcf7-textarea {
  border-radius: 5px;
  background: #F8F8F8;
  border: none;
  width: 100%;
  padding: 0 15px;
  font-family: "Noto Sans JP";
  font-size: 14px;
  color: #333;
}
.contact .container .right .wpcf7-form .wpcf7-text::placeholder,
.contact .container .right .wpcf7-form .wpcf7-email::placeholder,
.contact .container .right .wpcf7-form .wpcf7-tel::placeholder,
.contact .container .right .wpcf7-form .wpcf7-select::placeholder,
.contact .container .right .wpcf7-form .wpcf7-textarea::placeholder {
  color: #999;
}
.contact .container .right .wpcf7-form .wpcf7-text,
.contact .container .right .wpcf7-form .wpcf7-email,
.contact .container .right .wpcf7-form .wpcf7-tel,
.contact .container .right .wpcf7-form .wpcf7-select {
  height: 50px;
  margin-bottom: 0px;
}
.contact .container .right .wpcf7-form .wpcf7-textarea {
  margin-bottom: 20px;
  padding: 15px;
  min-height: 120px;
  resize: vertical;
}
.contact .container .right .wpcf7-form .wpcf7-submit {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  border-radius: 6px;
  background: linear-gradient(96deg, #4175B2 0%, #259091 100%);
  padding: 14px 50px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.contact .container .right .wpcf7-form .wpcf7-submit:hover {
  opacity: 0.8;
}
.contact .container .right .wpcf7-form .wpcf7-spinner {
  display: none;
}
.contact .container .right .wpcf7-form .wpcf7-response-output {
  margin: 0;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
}

@media (max-width: 768px) {
  .voice .container {
    padding: 0;
  }
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .fv .visual {
    height: 100vh;
    margin-bottom: 30px;
  }
  .fv .visual video.fv {
    height: 100vh;
    width: 100vw;
    border-radius: 0;
  }
  .fv .visual video.fv[src*="video01.mp4"] {
    display: none !important;
  }
  .fv .visual video.fv[src*="video01_sp.mp4"] {
    display: block !important;
  }
  .fv .visual .content {
    bottom: 100px;
    padding: 0 20px;
  }
  .fv .visual .content .txt {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 20px;
    content: url("../../../images/txt_sp.png");
  }
  .fv .visual .content .btn01,
  .fv .visual .content .btn02 {
    height: 50px;
    font-size: 14px;
  }
  .fv .visual .content .wrap {
    flex-direction: column;
    gap: 15px;
    padding: 0 20px;
  }
  .fv .visual .content .btn01,
  .fv .visual .content .btn02 {
    width: 100%;
    height: 60px;
    font-size: 16px;
    margin: 0;
  }
  .about {
    margin-bottom: 120px;
  }
  .about h2 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .about .about-wrap {
    flex-direction: column;
    gap: 30px;
  }
  .about .about-wrap .left,
  .about .about-wrap .right {
    width: 100%;
  }
  .about .about-wrap .right .tag {
    font-size: 14px;
    padding: 8px 16px;
  }
  .about .about-wrap .right .ttl {
    font-size: 18px;
  }
  .about .about-wrap .right .read {
    font-size: 14px;
  }
  .cta {
    padding: 40px 0;
    margin-bottom: 50px;
  }
  .cta h2 {
    font-size: 18px;
    letter-spacing: 1.5px;
  }
  .cta .read {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .cta .wrap {
    flex-direction: column;
    gap: 15px;
  }
  .cta .btn01,
  .cta .btn02 {
    width: 100%;
    height: 60px;
    font-size: 16px;
    margin: 0;
  }
  .curriculum {
    margin-bottom: 50px;
  }
  .curriculum h2 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 40px;
  }
  .curriculum .flex-wrap {
    flex-direction: column;
    gap: 30px;
  }
  .curriculum .flex-wrap .left {
    margin-bottom: 30px;
  }
  .curriculum .flex-wrap .left,
  .curriculum .flex-wrap .right {
    width: 100%;
    padding: 20px;
  }
  .curriculum .flex-wrap .left:before,
  .curriculum .flex-wrap .right:before {
    width: 280px;
    font-size: 16px;
    margin: -43px auto;
  }
  .curriculum .flex-wrap .left .h-read,
  .curriculum .flex-wrap .right .h-read {
    margin-top: 60px;
    font-size: 15px;
  }
  .curriculum .flex-wrap .left .wrap,
  .curriculum .flex-wrap .right .wrap {
    gap: 15px;
    margin-bottom: 20px;
  }
  .curriculum .flex-wrap .left .wrap .thumb,
  .curriculum .flex-wrap .right .wrap .thumb {
    width: 80px;
    height: 80px;
  }
  .curriculum .flex-wrap .left .wrap .content,
  .curriculum .flex-wrap .right .wrap .content {
    width: 100%;
  }
  .curriculum .flex-wrap .left .wrap .content .ttl,
  .curriculum .flex-wrap .right .wrap .content .ttl {
    font-size: 14px;
  }
  .curriculum .flex-wrap .left .small-list .ttl,
  .curriculum .flex-wrap .right .small-list .ttl {
    font-size: 14px;
  }
  .skill {
    margin-bottom: 70px;
  }
  .skill h2 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .skill .skill-list {
    flex-direction: column;
    gap: 20px;
  }
  .skill .skill-list > li {
    width: 100%;
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .skill .skill-list > li .number {
    font-size: 60px;
    left: -15px;
    top: -20px;
  }
  .skill .skill-list > li .content .main-ttl {
    font-size: 16px;
  }
  .skill .skill-list > li .content .sub-ttl {
    font-size: 14px;
  }
  .voice {
    margin-bottom: 70px;
  }
  .voice h2 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .voice .voice-swiper .swiper-slide {
    margin-right: 0;
  }
  .voice .voice-swiper .swiper-slide .card {
    padding: 40px 20px 20px 20px;
  }
  .voice .voice-swiper .swiper-slide .card .profile .avatar img {
    width: 80px;
    height: 80px;
  }
  .voice .voice-swiper .swiper-slide .card .profile .info {
    margin-left: 15px;
  }
  .voice .voice-swiper .swiper-slide .card .profile .info .name {
    font-size: 18px;
  }
  .voice .voice-swiper .swiper-slide .card .middle .before .text,
  .voice .voice-swiper .swiper-slide .card .middle .after .text {
    font-size: 13px;
  }
  .voice .voice-swiper .swiper-slide .card .middle .before .last-text,
  .voice .voice-swiper .swiper-slide .card .middle .after .last-text {
    font-size: 16px;
  }
  .greetings {
    margin-bottom: 70px;
  }
  .greetings h2 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .greetings .greetings-wrap {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .greetings .greetings-wrap .left,
  .greetings .greetings-wrap .right {
    width: 100%;
  }
  .greetings .greetings-wrap .left .read-more-1 .ttl {
    font-size: 22px;
  }
  .greetings .greetings-wrap .left .read-more-1 .read {
    font-size: 14px;
  }
  .works {
    margin-bottom: 70px;
  }
  .works h3 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .works .works-list {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }
  .works .works-list li {
    width: 100%;
    gap: 20px;
    margin-bottom: 20px;
  }
  .works .works-list li .thumb {
    width: 80px;
    text-align: center;
  }
  .works .works-list li .content {
    width: 100%;
  }
  .works .works-list li .content .ttl {
    font-size: 18px;
  }
  .works .works-list li .content .read {
    font-size: 14px;
  }
  .works-wrap {
    padding: 50px 0;
  }
  .works-wrap h4 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .works-wrap .works-slider .slider-track {
    width: 3080px;
    animation: scroll 20s linear infinite;
    will-change: transform;
  }
  .works-wrap .works-slider .slider-track .slide-item {
    width: 200px;
    margin-right: 20px;
  }
  .works-wrap .works-slider .slider-track .slide-item .content .head {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .works-wrap .works-slider .slider-track .slide-item .content .ttl {
    font-size: 13px;
  }
  .works-wrap .works-slider .slider-track .slide-item .content p {
    font-size: 12px;
  }
  .works-wrap .works-slider .slider-track img {
    width: 200px;
    height: 200px;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-1540px);
    }
  }
  .other-list {
    flex-direction: column;
    gap: 20px;
  }
  .other-list li {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
  .flow {
    margin-bottom: 70px;
  }
  .flow h2 {
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
  .flow .flow-list {
    flex-direction: column;
    gap: 20px;
  }
  .flow .flow-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .faq {
    margin-bottom: 70px;
  }
  .faq .container {
    flex-direction: column;
    gap: 30px;
  }
  .faq h2 {
    font-size: 24px;
    letter-spacing: 1.5px;
  }
  .faq .faq-wrap {
    width: 100%;
  }
  .faq .faq-wrap .accordion-container {
    width: 100%;
  }
  .faq .accordion-title {
    font-size: 14px;
    padding: 15px 60px 15px 15px;
  }
  .faq .accordion-title:before, .faq .accordion-title:after {
    width: 30px;
    right: 15px;
  }
  .faq .accordion-text {
    font-size: 13px;
    padding: 15px 0;
  }
  .contact {
    margin-bottom: 70px;
  }
  .contact .container {
    flex-direction: column;
    gap: 30px;
  }
  .contact .left h2 {
    font-size: 18px !important;
    letter-spacing: 1.5px !important;
  }
  .contact .right {
    width: 100% !important;
  }
  .contact .right .ttl {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .contact .right input[type=text],
  .contact .right input[type=email],
  .contact .right input[type=tel],
  .contact .right select {
    height: 45px;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .contact .right textarea {
    font-size: 14px;
    min-height: 100px;
    margin-bottom: 25px;
  }
  .contact .right input[type=submit] {
    width: 100%;
    font-size: 14px;
    padding: 12px 25px;
    height: 50px;
  }
}

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