/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: unset;
  line-height: 1;
  font-size: 16px;
  /* font-family: 'noto-sans-cjk-jp', sans-serif; */
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  font-style: normal;
  color: #1C1C1C;
  font-feature-settings: "palt";
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
}

span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

input,
textarea {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
  max-width: 100%;
}

img {
  width: 100%;
}

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

ul {
  list-style: none;
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
input,
select {
  vertical-align: middle;
}

html {
  overflow: auto;
}

body {
  overflow: hidden;
}

img, a {
  -webkit-user-drag: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

body {
  background-color: #fff9ec;
}

#mv {
  padding-top: 138px;
  box-sizing: border-box;
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 60px;
}
#mv .bg_01 {
  position: absolute;
  left: 0;
  max-width: 271px;
  min-width: 180px;
  width: 19%;
  top: 138px;
}
#mv .bg_02 {
  position: absolute;
  max-width: 248px;
  right: -25px;
  bottom: -66px;
}
#mv .mv_wrapper {
  display: flex;
}
#mv .mv_wrapper > div {
  max-width: 711px;
  width: 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#mv .mv_wrapper .mv_image_01 {
  max-width: 812px;
  position: absolute;
  left: 46%;
  right: -16px;
  flex: 1;
}
#mv .mv_wrapper .mv_image_02 {
  max-width: 574px;
  width: 87%;
}
#mv .mv_wrapper .mv_image_03 {
  margin-top: -6%;
  padding-left: 30px;
}

#concerns {
  padding: 126px 0;
  background-image: url(../image/bg.webp);
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
#concerns figure {
  position: absolute;
}
#concerns figure.voice_float_01 {
  max-width: 326px;
  width: 100%;
  z-index: 10;
  top: 50px;
  left: 0px;
}
#concerns figure.voice_float_02 {
  max-width: 357px;
  width: 100%;
  z-index: 10;
  bottom: -21px;
  right: -76px;
  z-index: 1;
}
#concerns .wrapper {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 2rem 3.5rem;
  background-color: white;
  border-radius: 20px;
  box-sizing: border-box;
}
#concerns h1 {
  color: #E8373D;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 2rem;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 30;
}
#concerns h1 br {
  display: none;
}
#concerns h1::before {
  content: "\\ ";
  position: relative;
}
#concerns h1::after {
  content: " /";
  position: relative;
}
#concerns ul {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  position: relative;
}
#concerns ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 33px 16px;
  background-color: #fff9ec;
  border-radius: 8px;
  max-width: 540px;
  position: relative;
  z-index: 30;
  width: 100%;
}
#concerns ul li p {
  font-size: 1.5rem;
  font-weight: bold;
}
#concerns ul li p span {
  color: #5589d0;
}

#learning {
  background-image: url(../image/bg.webp);
  background-color: #fff;
}
#learning h1 {
  font-size: 48px;
  text-align: center;
  font-weight: bold;
  line-height: 82px;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}
#learning h1 span {
  font-weight: inherit;
}
#learning h1 span:nth-of-type(2) {
  font-size: 56px;
  color: #E8373D;
  line-height: 67px;
}
#learning h1 span:nth-of-type(3) {
  line-height: 48px;
  font-size: 40px;
}
#learning ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(300px, 1fr));
}
#learning ul li {
  padding: 7%;
  box-sizing: border-box;
}
#learning ul li p {
  text-align: center;
  color: #fff;
}
#learning ul li p.title {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
#learning ul li p.cont {
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
#learning ul li:nth-of-type(1) {
  background-image: linear-gradient(to bottom, #e8373d, #ffc1c3);
}
#learning ul li:nth-of-type(2) {
  background-image: linear-gradient(to bottom, #f88818, #ffebbf);
}
#learning ul li:nth-of-type(3) {
  background-image: linear-gradient(to bottom, #18a3a9, #c1fcff);
}

#why {
  background-image: url(../image/bg.webp);
  background-color: #fff;
  padding: 140px 0;
}
#why h1 {
  text-align: center;
  line-height: 60px;
  letter-spacing: 0.4em;
  margin-bottom: 70px;
}
#why h1 span {
  font-weight: bold;
  letter-spacing: inherit;
}
#why h1 span:nth-of-type(1) {
  font-size: 3rem;
}
#why h1 span:nth-of-type(2) {
  font-size: 3.5rem;
  color: #E8373D;
}
#why h1 span:nth-of-type(3) {
  font-size: 2.5rem;
}
#why .why_lead_blue {
  color: white;
  font-size: 24px;
  border-radius: 28px;
  background-color: #002f6f;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding: 14px 0;
  margin-bottom: 3rem;
}
#why .why_lead_red {
  font-size: 32px;
  color: white;
  background-color: #d63c3c;
  border-radius: 35px;
  max-width: 760px;
  width: 90%;
  text-align: center;
  padding: 9px 0 14px;
  margin: 0 auto 48px;
  position: relative;
  z-index: 1;
  letter-spacing: 0.04em;
  font-weight: bold;
}
#why .why_reason_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-bottom: 100px;
}
#why .why_reason_01 div {
  background-color: #e7f1f8;
  padding: 24px;
  padding-bottom: 56px;
  max-width: 600px;
  width: 100%;
  border-radius: 16px;
}
#why .why_reason_01 div .label {
  display: inline-block;
  border-radius: 0 40px 40px 0;
  background-color: white;
  padding: 14px 24px 14px 16px;
  margin-left: -24px;
  font-size: 24px;
  color: #012f6f;
  font-weight: bold;
  margin-bottom: 30px;
}
#why .why_reason_01 div ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#why .why_reason_01 div ul p {
  font-size: 24px;
  font-weight: bold;
}
#why .why_reason_02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  position: relative;
}
#why .why_reason_02 .why_bg_01 {
  position: absolute;
  width: 300px;
  left: -41px;
  top: -262px;
  z-index: 0;
}
#why .why_reason_02 div {
  background-color: white;
  padding: 24px 0 56px;
  max-width: 600px;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
#why .why_reason_02 div figure {
  position: absolute;
  width: 140px;
  right: 24px;
  bottom: 0;
}
#why .why_reason_02 div .label {
  display: inline-block;
  border-radius: 0 40px 40px 0;
  background-color: white;
  padding: 7px 24px 7px 16px;
  line-height: 1.4;
  font-size: 24px;
  color: white;
  font-weight: bold;
  margin-bottom: 30px;
}
#why .why_reason_02 div ul {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
#why .why_reason_02 div ul p {
  font-size: 24px;
  position: relative;
  font-weight: bold;
  margin-left: 48.5px;
}
#why .why_reason_02 div.gray .label {
  background-color: #686d8b;
}
#why .why_reason_02 div.gray ul p::before {
  content: "";
  position: absolute;
  background-image: url(../image/why_cross.png);
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 3px;
  bottom: 0;
  margin: auto 0;
  left: -31px;
}
#why .why_reason_02 div.orange .label {
  background-color: #f27f3c;
}
#why .why_reason_02 div.orange ul p::before {
  content: "";
  position: absolute;
  background-image: url(../image/why_circle.png);
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  top: 3px;
  bottom: 0;
  margin: auto 0;
  left: -31px;
}

#advantage {
  padding: 0 0 120px;
  background-image: url(../image/bg.webp);
  background-color: #fff;
  background-position: top center;
  position: relative;
}
#advantage .advantage_bg_01 {
  position: absolute;
  width: 280px;
  right: -90px;
  top: 180px;
}
#advantage h1 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.2em;
  line-height: 82px;
  margin-bottom: 4rem;
  position: relative;
  z-index: 1;
}
#advantage h1 span {
  font-size: 56px;
}
#advantage h1 span.red {
  color: #E8373D;
}
#advantage h1 span.black {
  font-size: 40px;
}
#advantage .banner {
  max-width: 650px;
  margin: 0 auto;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  padding: 9px 24px 9px 24px;
  display: flex;
  justify-content: center;
  border-radius: 35px;
  margin-bottom: 55px;
  background-color: white;
  position: relative;
  z-index: 1;
}
#advantage .banner br {
  display: none;
}
#advantage .banner p {
  color: #d63d3c;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.35;
}
#advantage ul {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-around;
}
#advantage ul li {
  max-width: 380px;
  width: 100%;
  padding: 92px 20px 28px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  background-color: #fff;
  position: relative;
}
#advantage ul li span {
  display: flex;
  align-items: center;
  position: absolute;
  color: #fff;
  font-weight: bold;
  border-radius: 0 40px 40px 0;
  top: 24px;
  left: 0;
  gap: 6px;
  padding: 8px 15px 8px 10px;
  box-sizing: border-box;
}
#advantage ul li span .books {
  width: 21px;
}
#advantage ul li:nth-of-type(1) span {
  background-color: #f6953a;
}
#advantage ul li:nth-of-type(2) span {
  background-color: #f76f8f;
}
#advantage ul li:nth-of-type(3) span {
  background-color: #3eccbe;
}
#advantage ul li .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 21px;
}
#advantage ul li figure {
  max-width: 169px;
  width: 100%;
  margin: 0 auto;
}
#advantage ul li .cont {
  padding-top: 2rem;
  line-height: 2rem;
  letter-spacing: 0.04em;
}

.bg_space {
  background-image: url(../image/bg.webp);
  background-color: #fff;
  padding: 60px 0;
}

#course {
  padding-top: 140px;
  background-color: #fff9ec;
  padding: 140px 16px 0;
  position: relative;
}
#course .course_bg_01 {
  position: absolute;
  width: 300px;
  top: 36px;
  left: -30px;
}
#course .course_bg_02 {
  position: absolute;
  width: 380px;
  top: -45px;
  right: -65px;
}
#course h1 {
  font-weight: bold;
  font-size: 56px;
  padding-bottom: 32px;
  margin-bottom: 82px;
}
#course h1 .sub {
  font-size: 40px;
  line-height: 3rem;
  letter-spacing: 0.06em;
  line-height: 96px;
}
#course h1 .red {
  color: #E8373D;
  font-size: 80px;
  line-height: 3rem;
  letter-spacing: 0.06em;
}
#course > h2 {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 60px;
}
#course ul {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 0 0rem 100px;
  gap: 80px;
}
#course ul li {
  max-width: 580px;
  width: 50%;
  border-radius: 24px;
  background-color: #fff;
  padding: 24px 30px;
  box-sizing: border-box;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}
#course ul li figure {
  width: 100%;
  margin: 0 auto;
}
#course .sub {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #101010;
  text-align: center;
  padding: 20px 0 18px;
}
#course .sub br {
  display: none;
}
#course .title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  padding-bottom: 18px;
}
#course .focus {
  color: #fff;
  max-width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 14px;
  padding: 4px 0;
  box-sizing: border-box;
  font-size: 14px;
  margin: 0 auto;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 16px;
}
#course .cont {
  line-height: 40px;
  margin-bottom: 2rem;
  letter-spacing: 0.04em;
}
#course .button_wrap {
  display: flex;
  justify-content: center;
}
#course .button {
  border: 1px solid #e8373d;
  color: #e8373d;
  display: inline-block;
  background-color: #fff;
  max-width: 240px;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  border-radius: 21px;
  transition: all 0.5s;
}
#course .button:hover {
  background-color: #e8373d;
  color: #fff;
}
#course .junior .title {
  color: #3d9228;
}
#course .junior .title br {
  display: none;
}
#course .junior .focus {
  background-color: #e8373d;
}
#course .stan .title {
  color: #d63c3c;
}
#course .stan .focus {
  background-color: #f6953a;
}
#course .dotpro {
  background-color: #fff;
  padding: 60px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
#course .dotpro .wrap {
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
#course .dotpro h3 {
  color: #E8373D;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 48px;
}
#course .dotpro h3 br {
  display: none;
}
#course .dotpro .cont {
  max-width: 584px;
  width: 70%;
}
#course .dotpro .budge {
  font-size: 14px;
  color: #fff;
  background-color: #E8373D;
  border-radius: 14px;
  height: 28px;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
#course .dotpro .title {
  font-size: 28px;
  letter-spacing: 0.04em;
  font-weight: bold;
  text-align: start;
  padding-bottom: 24px;
}
#course .dotpro .text {
  font-size: 16px;
  line-height: 40px;
}
#course .dotpro .bold {
  font-weight: bold;
  padding-bottom: 24px;
}
#course .dotpro .image {
  border: 7px solid #17a3a9;
  align-self: stretch;
  border-radius: 8px;
}
#course .dotpro .image .title {
  background-color: #17a3a9;
  padding-bottom: unset;
}
#course .dotpro .image .title p {
  color: #fff;
  font-size: 2rem;
  line-height: 2em;
  text-align: center;
}
#course .dotpro .image .image_cont {
  background-color: #fff;
  padding: 35px 30px 14px;
}
#course .dotpro .image .image_cont figure {
  max-width: 514px;
  width: 100%;
}
#course .dotpro .image .image_cont figure figcaption {
  padding-top: 15px;
  color: #777777;
}
#course .example {
  position: relative;
  max-width: 1240px;
  margin: 94px auto 0 auto;
  background-color: #fff;
  padding: 0 2rem 2rem;
  border-radius: 1rem;
}
#course .example h2 {
  color: #f88819;
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  top: -0.5em;
  letter-spacing: 0.04em;
}
#course .example .cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
#course .example .text {
  max-width: 540px;
}
#course .example .text > p {
  color: #101010;
  line-height: 40px;
}
#course .example .text > div {
  display: flex;
  align-items: center;
  gap: 23px;
  margin-bottom: 24px;
}
#course .example .text > div .budge {
  background-color: #e8373d;
  color: #fff;
  max-width: 128px;
  text-align: center;
  border-radius: 14px;
  font-weight: bold;
  padding: 4.5px 0;
  font-size: 14px;
  margin-bottom: 15px;
}
#course .example .text > div p {
  font-weight: bold;
}
#course .example .text > div .name {
  margin-bottom: 30px;
  font-size: 24px;
}
#course .example .text > div .name span {
  font-size: 16px;
}
#course .example .text > div .title_head {
  color: #e8373d;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-bottom: 20px;
}
#course .example .text > div .title_cont {
  font-size: 24px;
}
#course .example .text figure {
  width: 200px;
}
#course .example .example_image {
  max-width: 560px;
  width: 100%;
}

.top_title {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.top_title::after {
  content: "";
  background: url(../image/underline.png);
  width: 180px;
  height: 9px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.top_title p {
  font-size: 25px;
  letter-spacing: 0.13em;
  line-height: 30px;
  color: #1c1c1c;
}

.top_title h1 {
  font-weight: bold;
  color: #e8373d;
  font-size: 55px;
  letter-spacing: 0.06em;
  padding-bottom: 44px;
}

.top_title h1 .no_3 {
  font-weight: bold;
  font-size: 95px;
  color: inherit;
  letter-spacing: 0.15em;
  position: relative;
  top: 5px;
  left: 5px;
}

.top_title .title_text {
  font-weight: bold;
  color: #e8373d;
  font-size: 55px;
  letter-spacing: 0.06em;
  padding-bottom: 30px;
}

#top_voice {
  position: relative;
  background: #fff9ec;
  padding: 122px 0 142px 0;
}

.modal_open {
  cursor: pointer;
}

.modal_close {
  cursor: pointer;
}

.slick-arrow {
  cursor: pointer;
}

.modal_content {
  width: 100vw;
  height: 100%;
  padding: 0 18px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.modal_content .modal_mask {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.87);
  z-index: -1;
  width: 100vw;
  height: 120%;
}

.modal_item {
  position: relative;
  padding: 45px 53px 24px 46px;
  max-width: 1030px;
  width: 100%;
  background-color: #17a3a9;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.modal_item .left {
  max-width: 264px;
  width: 100%;
}

.modal_item .left .name {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 3.3px;
  margin-top: 11px;
  text-align: center;
  line-height: 36px;
  position: relative;
  left: 2px;
}

.modal_item .left .case {
  font-size: 17px;
  text-align: center;
  color: #fff;
  letter-spacing: 2px;
  line-height: 25px;
  margin-top: 2px;
  position: relative;
  left: -2px;
}

.modal_item .right {
  max-width: 617px;
  width: 100%;
}

.modal_item .right.first {
  display: flex;
  align-items: center;
}

.modal_item .right p {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.16em;
  line-height: 34px;
  padding-bottom: 18px;
  position: relative;
  top: -4px;
}

.modal_item a {
  position: absolute;
  border-radius: 24px;
  border: 2px solid #fdfa0d;
  width: 167px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  letter-spacing: 3px;
  color: #fdfa0d;
  margin-right: 20px;
  margin-bottom: 4px;
  right: 0;
  bottom: 20px;
}

.modal_item a::after {
  content: "";
  background: url(../image/modal_cross.svg);
  width: 14px;
  height: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 11px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}

#top_voice .flow_09 {
  position: absolute;
  width: 271px;
  top: -32px;
  left: -23px;
}

#top_voice .flow_10 {
  position: absolute;
  top: -121px;
  width: 380px;
  right: -79px;
}

#top_voice .top_title {
  margin-bottom: 60px;
}

#top_voice .top_title p {
  font-size: 25px;
  letter-spacing: 0.18em;
  line-height: 30px;
  color: #1c1c1c;
}

#top_voice .top_title h1 {
  font-size: 62px;
  padding-top: 11px;
}

#top_voice .voice_p {
  max-width: 1015px;
  width: 100%;
  font-size: 17px;
  letter-spacing: 2.5px;
  line-height: 38px;
  text-align: left;
  margin: 0 auto 47px auto;
}

#top_voice .voice_slick {
  position: relative;
}

#top_voice .voice_slick img {
  width: 100%;
  max-height: 287px;
  -o-object-fit: contain;
     object-fit: contain;
}

#top_voice .voice_slick li .slick_margin {
  width: 720px;
  margin: 0 40px;
  position: relative;
}

#top_voice .voice_slick li .slick_margin .left {
  width: 300px;
  box-sizing: border-box;
  border: 7px solid #17a3a9;
  background: #fff;
}

#top_voice .voice_slick li .slick_margin .right {
  max-width: 492px;
  box-sizing: border-box;
  width: 100%;
  background: #17a3a9;
  position: absolute;
  right: 0;
  top: 28px;
}

#top_voice .voice_slick li .slick_margin .right div {
  padding: 32px 28px 25px;
}

#top_voice .voice_slick li .slick_margin .right div h2 {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 1.4px;
  line-height: 26px;
  padding-bottom: 12px;
}

#top_voice .voice_slick li .slick_margin .right div p {
  color: #fff;
  padding-bottom: 9px;
  letter-spacing: 2px;
  line-height: 34px;
}

#top_voice .voice_slick li .slick_margin .right div a {
  width: 154px;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 34px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fdfa0d;
  border-radius: 18px;
  border: 2px solid #fdfa0d;
  position: relative;
  margin-left: auto;
  margin-right: 9px;
}

#top_voice .voice_slick li .slick_margin .right div a::after {
  content: "";
  background: url(../image/modal_arrow.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 9px;
  height: 16px;
  position: absolute;
  width: 6px;
  height: 11px;
  position: absolute;
  right: 7px;
}

#top_voice .voice_slick .slide-arrow {
  width: 57px;
  position: absolute;
  z-index: 10;
  top: 10px;
  bottom: 0;
  margin: auto 0;
}

#top_voice .voice_slick .prev-arrow {
  left: 80px;
}

#top_voice .voice_slick .next-arrow {
  right: 80px;
}

#guide {
  background: url(../image/bg.webp);
  background-color: #fff;
  padding: 126px 0 132px 0;
  position: relative;
}

#guide .top_title h1 {
  font-size: 59px;
}

#guide .flow_11 {
  position: absolute;
  top: 28px;
  left: -123px;
}

#guide .flow_12 {
  position: absolute;
  top: 29px;
  right: -47px;
}

#guide .top_title {
  margin-bottom: 60px;
}

#guide .content {
  border: 7px solid #17a3a9;
  max-width: 1268px;
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background: #fff;
}

#guide .content .left {
  max-width: 467px;
  width: 100%;
  padding-left: 30px;
  margin-top: 7.9%;
}

#guide .content .left .item {
  display: flex;
  margin-bottom: 32px;
}

#guide .content .left .item .items_02 {
  letter-spacing: 0.12em;
}

#guide .content .left .item .items_03 {
  letter-spacing: unset;
}

#guide .content .left .item .items_04 {
  letter-spacing: unset;
}

#guide .content .left .item:nth-last-child(1) {
  margin-bottom: unset;
}

#guide .content .left .item p {
  letter-spacing: 0.06em;
  line-height: 22px;
}

#guide .content .left .item p:nth-child(1) {
  color: #17a3a9;
  font-weight: bold;
  font-size: 17px;
  width: 91px;
  margin-right: 20px;
}

#guide .content .right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

#guide .content .right iframe {
  height: 429px;
  max-width: 739px;
  width: 100%;
}

#faq {
  padding: 121px 0 146px 0;
  background: #fff9ec;
  position: relative;
}

#faq .flow_13 {
  position: absolute;
  top: 24px;
  left: -41px;
}

#faq .flow_14 {
  position: absolute;
  top: -73px;
  right: -61px;
}

#faq .top_title {
  margin-bottom: 58px;
}

#faq .top_title h1 {
  letter-spacing: 6px;
  position: relative;
  left: 9px;
  font-size: 61px;
}

#faq .top_title::after {
  bottom: 2px;
}

#faq dl {
  max-width: 1210px;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}

#faq dl:nth-last-child(1) .content {
  margin-bottom: 0;
}

#faq dl .content {
  margin-bottom: 20px;
}

#faq dl .content dt {
  cursor: pointer;
  background: #17a3a9;
  height: 74px;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 60px;
}

#faq dl .content dt .icon {
  width: 41px;
  height: 41px;
  margin-right: 15px;
  padding-left: 20px;
  box-sizing: unset;
}

#faq dl .content dt p {
  font-size: 25px;
  color: #fff;
  letter-spacing: 3.2px;
  line-height: 1.3em;
}

#faq dl .content dt .arrow {
  position: absolute;
  right: 20px;
}

#faq dl .content dd .flex_cont {
  padding: 11px 13px 22px 13px;
  box-sizing: border-box;
  display: flex;
  background: #fff;
  border: 7px solid #17a3a9;
  border-top: unset;
  display: flex;
  align-items: center;
  align-items: flex-start;
  overflow: hidden;
  width: 100%;
}

#faq dl .content dd .flex_cont .icon {
  width: 41px;
  height: 41px;
  padding-top: 6px;
  margin-right: 15px;
}

#faq dl .content dd .flex_cont p {
  max-width: 1042px;
  width: 100%;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 34px;
  padding-top: 3px;
}

#faq dl .content dd {
  display: none;
}

header .sp_head {
  display: none;
}
header .sp_head_content {
  display: none;
}
header .pc_head {
  position: fixed;
  z-index: 100;
  display: flex;
  width: 100vw;
  background: rgb(255, 255, 255);
  flex-direction: column;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
}
header .pc_head .top {
  padding-bottom: 22px;
  display: flex;
  justify-content: space-between;
}
header .pc_head .top .left {
  display: flex;
  padding-left: 1%;
}
header .pc_head .top .left div {
  width: 241px;
  padding-left: 9px;
}
header .pc_head .top .left a {
  transition: 0.3s;
  padding-right: 8px;
  width: 249px;
}
header .pc_head .top .left a:nth-child(1) {
  margin-top: 10px;
}
header .pc_head .top .left a img {
  position: unset !important;
  width: 100% !important;
  height: auto !important;
}
header .pc_head .top .left a:hover {
  transition: 0.3s;
  opacity: 0.7;
}
header .pc_head .top .pc_head_a {
  display: flex;
}
header .pc_head .top .right {
  width: 335px;
  height: 73px;
  background: #e8373d;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  box-sizing: border-box;
  border: 3px solid #e8373d;
  box-shadow: -4px 5px 8px 0px rgba(0, 0, 0, 0.24);
  z-index: 0;
}
header .pc_head .top .right:hover {
  background: #fff;
  border: 3px solid #e8373d;
  transition: 0.3s;
  box-sizing: border-box;
}
header .pc_head .top .right:hover p {
  color: #e8373d;
}
header .pc_head .top .right:hover::before {
  background-image: url(../image/red_plane.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
header .pc_head .top .right:hover::after {
  transition: 0.3s;
  background-size: 0 0, cover;
}
header .pc_head .top .right::before {
  content: "";
  position: absolute;
  background-image: url(../image/contact_plane.svg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 36px;
  height: 30px;
  left: 27px;
  top: 19px;
}
header .pc_head .top .right::after {
  content: "";
  width: 9px;
  height: 15px;
  background: url(../image/contact_arrow.svg), url(../image/red_arrow.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 12px;
  transition: 0.3s;
  background-size: cover, 0 0;
}
header .pc_head .top .right p {
  color: #fff;
  letter-spacing: 0.1em;
  line-height: 26px;
  font-size: 22px;
  padding-left: 33px;
}
header .pc_head .top .line {
  border: 3px solid #22c755;
  background-color: #22c755;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 73px;
  box-sizing: border-box;
  box-shadow: -4px 5px 8px rgba(0, 0, 0, 0.24);
  transition: all 0.3s;
  gap: 10px;
  position: relative;
  z-index: 1;
}
header .pc_head .top .line:hover {
  background-color: #fff;
}
header .pc_head .top .line:hover p {
  color: #22c755;
}
header .pc_head .top .line p {
  text-align: center;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.5em;
  transition: all 0.3s;
}
header .pc_head .top .line figure {
  width: 47px;
  height: 47px;
}
header .pc_head nav {
  width: 100%;
}
header .pc_head nav ul {
  max-width: 885px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
header .pc_head nav ul li {
  padding-bottom: 10px;
  position: relative;
}
header .pc_head nav ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  transition: 0.3s;
  height: 3px;
  background: #f8b217;
}
header .pc_head nav ul li:hover::after {
  width: 100%;
  transition: 0.3s;
}
header .pc_head nav ul li a {
  letter-spacing: 1.6px;
  line-height: 19px;
}
header .pc_head nav ul li a span {
  font-size: 11px;
}
header .pc_head nav ul li a.pa_01 {
  padding-right: 7px;
}
header .pc_head nav ul li a.pa_02 {
  letter-spacing: 1.8px;
}
header .pc_head nav ul .nav_02 {
  margin-left: 4px;
}
header .pc_head nav ul .nav_02 a {
  letter-spacing: 2.1px;
}
header .pc_head nav ul .nav_03 a {
  letter-spacing: 1.1px;
}
header .page_space {
  height: 133px;
  width: 100vw;
}

footer {
  padding-top: 44px;
  background-color: #fff;
}
footer .content {
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 40px;
}
footer .content .footer_logo {
  max-width: 261px;
  width: 100%;
  transition: 0.3s;
}
footer .content .footer_logo:hover {
  transition: 0.3s;
  opacity: 0.7;
}
footer .content .footer_left {
  position: relative;
  top: -3px;
}
footer .content .footer_left a {
  margin-left: 38px;
  letter-spacing: 1.5px;
  transition: 0.3s;
  border-bottom: 1px solid;
  color: #1c1c1c;
}
footer .content .footer_left a:hover {
  opacity: 0.7;
  transition: 0.3s;
}
footer .bottom {
  background: #0018b8;
  padding: 17px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .bottom small {
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
}

.footer_link {
  display: none;
}
.footer_link a img {
  width: 100% !important;
  height: auto !important;
  position: unset !important;
}

#cta_link .bg {
  position: relative;
  width: 100vw;
}

#cta_link .bg .cta_btn {
  position: absolute;
  width: 471px;
  right: 0;
  left: 0;
  bottom: 41px;
  margin: 0 auto;
  transition: 0.3s;
}

#cta_link .bg .cta_btn:hover {
  transition: 0.3s;
  bottom: 35px;
  opacity: 0.7;
}

#banner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
}

#banner a {
  display: block;
  position: relative;
  z-index: 2;
}

#banner .banner_slick {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

#banner .banner_slick .slick-list {
  max-width: 1024px;
  margin: 0 auto;
  overflow: visible;
}

#banner .banner_slick li .slick_margin {
  width: 100%;
  max-width: 550px;
  padding: 0 12px;
}

#banner .banner_slick li a {
  transition: all 0.3s;
}

#banner .banner_slick li a:hover {
  opacity: 0.7;
}

#banner .banner_slick .slide-arrow {
  position: absolute;
  width: 70px;
  top: 70px;
  z-index: 99;
}

#banner .banner_slick .slide-arrow.prev-arrow {
  left: 40px;
}

#banner .banner_slick .slide-arrow.next-arrow {
  transform: rotate(180deg);
  right: 40px;
}

@media screen and (max-width: 768px) {
  #banner .banner_slick .slick-list {
    max-width: 600px;
  }
  #banner .banner_slick .slide-arrow {
    top: 44px;
  }
}
@media screen and (max-width: 600px) {
  #banner .banner_slick .slick-list {
    max-width: 375px;
  }
  #banner .banner_slick .slide-arrow {
    width: 50px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  #banner .banner_slick .slide-arrow.prev-arrow {
    left: 0;
  }
  #banner .banner_slick .slide-arrow.next-arrow {
    right: 0;
  }
}
@media screen and (max-width: 1050px) {
  header .page_space {
    height: 88px;
    width: 100vw;
  }
  header .contact_space {
    height: 113px;
  }
  header .sp_head {
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 10px;
    box-sizing: border-box;
  }
  header .sp_head .left {
    display: flex;
  }
  header .sp_head .left a {
    padding-right: 10px;
    width: 241px;
  }
  header .sp_head .right {
    width: 50px;
    height: 50px;
    position: relative;
    background: #e8373d;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .sp_head .right span {
    position: absolute;
    height: 1px;
    width: 80%;
    background: #fff;
  }
  header .sp_head .right span.bar_01 {
    top: 14px;
  }
  header .sp_head .right span.bar_03 {
    bottom: 14px;
  }
  header .sp_head_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    z-index: 9999;
    background: #fff;
    width: 70%;
    right: -100%;
    padding-top: 112px;
    top: 0;
    transition: 0.5s;
  }
  header .sp_head_content .button {
    width: 236px;
    display: inline-block;
    max-width: 256px;
    box-shadow: -4px 5px 8px rgba(0, 0, 0, 0.24);
    margin-bottom: 20px;
  }
  header .sp_head_content .button img {
    vertical-align: middle;
  }
  header .sp_head_content .button .mask_open {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #000;
    opacity: 0.34;
    z-index: 9998;
  }
  header .sp_head_content .button .sp_head_content nav ul li a {
    font-size: 15px;
    display: block;
  }
  header .sp_head_content nav {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 35px;
  }
  header .sp_head_content nav ul li {
    position: relative;
    border-bottom: 1px solid;
    padding-left: 20px;
  }
  header .sp_head_content nav ul li::after {
    position: absolute;
    content: "";
    background: url(../image/sp_arrow.png);
    width: 6px;
    height: 12px;
    background-size: cover;
    background-repeat: no-repeat;
    left: 3px;
  }
  header .sp_head_content nav ul .zure_01 {
    padding-bottom: 15px;
  }
  header .sp_head_content nav ul .zure_01 a {
    letter-spacing: 1.4px;
  }
  header .sp_head_content nav ul .zure_01::after {
    top: -7px;
    bottom: 0;
    margin: auto 0;
  }
  header .sp_head_content nav ul .zure_02 {
    padding: 20px 0 19px 21px;
  }
  header .sp_head_content nav ul .zure_02 a {
    letter-spacing: 2px;
  }
  header .sp_head_content nav ul .zure_02::after {
    top: 8px;
    bottom: 0;
    margin: auto 0;
  }
  header .sp_head_content nav ul .zure_03 {
    padding: 18px 0 18px 20px;
  }
  header .sp_head_content nav ul .zure_03 a {
    letter-spacing: 0.7px;
  }
  header .sp_head_content nav ul .zure_03::after {
    top: 3px;
    bottom: 0;
    margin: auto 0;
  }
  header .sp_head_content nav ul .zure_04 {
    padding: 17px 0 18px 20px;
  }
  header .sp_head_content nav ul .zure_04::after {
    top: 3px;
    bottom: 0;
    margin: auto 0;
  }
  header .sp_head_content nav ul .zure_05 {
    padding: 18px 0;
    padding-left: 20px;
  }
  header .sp_head_content nav ul .zure_05 a {
    letter-spacing: 2px;
  }
  header .sp_head_content nav ul .zure_05::after {
    top: 3px;
    bottom: 0;
    margin: auto 0;
  }
  header .sp_hum {
    position: absolute;
    top: 30px;
    right: 10px;
    width: 50px;
    height: 50px;
    background: #17a3a9;
  }
  header .sp_hum span {
    background: #fff;
    width: 80%;
    height: 1px;
    position: absolute;
  }
  header .sp_hum span.sp_01 {
    top: 25px;
    transform: rotate(45deg);
    left: 5px;
  }
  header .sp_hum span.sp_02 {
    top: 25px;
    transform: rotate(-45deg);
    left: 5px;
  }
  header .pc_head {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  header .sp_head {
    padding: 10px;
  }
  header .sp_head .left .sp_logo {
    padding-right: 0px;
    margin-right: 5px;
    width: 125px;
  }
  header .sp_head .left .sp_dlogo {
    width: 120px;
  }
  header .sp_head .left div {
    width: 120px;
  }
  header .sp_head .right span {
    width: 63%;
  }
  header .page_space {
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  footer .content {
    flex-direction: column;
    align-items: center;
  }
  footer .content .footer_logo {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 800px) {
  footer .content .footer_logo {
    margin-bottom: 3%;
  }
  footer .content .footer_left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: unset;
  }
  footer .content .footer_left a {
    margin: unset;
  }
}
@media screen and (max-width: 650px) {
  footer .content .footer_left {
    flex-wrap: wrap;
  }
  footer .content .footer_left a {
    margin: unset;
    font-size: 12px;
    letter-spacing: 1.2px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 600px) {
  .footer_link {
    z-index: 998;
    display: flex;
    background: #fff;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 72px;
    box-shadow: 0px -5px 12px rgba(0, 0, 0, 0.51);
    justify-content: center;
  }
  .footer_link a {
    padding: 2px;
  }
  .footer_01 {
    width: 153px;
  }
  .footer_02 {
    width: 106.5px;
  }
  .footer_03 {
    width: 100px;
  }
  footer {
    padding-top: 42px;
    padding-bottom: 74px;
  }
  footer .content {
    padding: 0 12px;
    padding-bottom: 17px;
  }
  footer .content .footer_logo {
    max-width: 156px;
    margin-bottom: 23px;
  }
  footer .content .footer_left a {
    margin: 0 8px 16px 8px;
    font-size: 12px;
    letter-spacing: 1.2px;
  }
  footer .bottom {
    padding: 7px 0;
  }
  footer .bottom small {
    font-size: 10px;
  }
}
@media screen and (max-width: 1300px) {
  #cta_link .bg .cta_btn {
    max-width: 360px;
    bottom: 30px;
  }
}
@media screen and (max-width: 1050px) {
  #cta_link .bg .cta_btn {
    max-width: 280px;
    bottom: 8%;
  }
}
@media screen and (max-width: 700px) {
  #cta_link .bg .cta_btn {
    max-width: 200px;
  }
}
@media screen and (max-width: 600px) {
  #cta_link .bg .cta_btn {
    max-width: 248px;
    bottom: 6%;
  }
}
@media screen and (max-width: 800px) {
  #banner a {
    display: block;
    flex-direction: column;
    line-height: 2em;
  }
}
@media screen and (max-width: 700px) {
  #banner a {
    display: block;
    flex-direction: column;
    font-size: 14px;
    line-height: 2em;
  }
}
@media screen and (max-width: 600px) {
  #banner {
    padding-top: 50px;
  }
}
.h_800 {
  display: block;
}

@media screen and (max-width: 1300px) {
  #top_voice .voice_p {
    width: 90%;
  }
  #top_voice {
    padding-top: 128px;
  }
  #guide .content {
    flex-direction: column;
    max-width: 640px;
    padding: 20px;
    box-sizing: border-box;
  }
  #guide .content .left {
    margin-top: unset;
    max-width: unset;
    width: auto;
    padding: 0;
    padding-bottom: 20px;
  }
  #guide .content .right {
    justify-content: center;
    padding: 0;
    width: auto;
  }
}
@media screen and (max-width: 1200px) {
  #top_voice .voice_slick .next-arrow {
    right: 20px;
  }
  #top_voice .voice_slick .prev-arrow {
    left: 20px;
  }
}
@media screen and (max-width: 1050px) {
  #mv {
    padding-top: 120px;
  }
  #mv .bg_01 {
    top: 110px;
  }
  .modal_item a {
    top: 40px;
  }
  #top_voice .voice_slick li .slick_margin .left {
    width: 511px;
  }
  #top_voice .voice_slick li .slick_margin .right {
    max-width: 511px;
    position: unset;
  }
  #top_voice .voice_slick li .slick_margin {
    width: unset;
  }
  .modal_item {
    overflow: scroll;
    -ms-overflow-style: none;
    height: 500px;
    max-width: 617px;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    padding: 40px 20px;
  }
  .modal_item::-webkit-scrollbar {
    display: none;
  }
  .modal_item .left {
    max-width: unset;
    display: flex;
    align-items: center;
    margin-bottom: 3%;
  }
  .modal_item .left .face {
    max-width: 215px;
  }
  .modal_item .left .modal_text {
    margin-left: 7%;
  }
  .modal_item .left .case {
    text-align: left;
    position: unset;
    margin: 0;
  }
  .modal_item .left .name {
    position: unset;
    text-align: left;
    margin: 0;
  }
  .modal_item .right a {
    position: absolute;
    top: 46px;
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  #mv .bg_01 {
    min-width: 100px;
  }
  #concerns ul {
    grid-template-columns: repeat(1, minmax(300px, 1fr));
    place-items: center;
    gap: 24px;
  }
  #concerns figure.voice_float_01 {
    top: 300px;
  }
  #learning ul {
    display: block;
  }
  #learning ul li {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 32px;
  }
  #learning ul li figure {
    max-width: 300px;
  }
  #learning ul li p {
    text-align: left;
  }
  #course ul {
    gap: 24px;
  }
  #course .dotpro .wrap {
    flex-direction: column;
  }
  #course .dotpro .cont {
    max-width: unset;
    width: 100%;
    margin-bottom: unset;
  }
  #course .example .cont {
    flex-direction: column;
  }
  #course .dotpro .image .image_cont figure {
    margin: 0 auto;
  }
  #mv .bg_02 {
    position: absolute;
    max-width: 248px;
    width: 19%;
    right: -25px;
    bottom: -52px;
  }
  #course .course_bg_02 {
    position: absolute;
    width: 277px;
    top: -45px;
    right: -65px;
  }
  #course .course_bg_01 {
    width: 237px;
    top: -55px;
    left: -30px;
  }
}
@media screen and (max-width: 800px) {
  .h_800 {
    display: none;
  }
  #course .course_bg_02,
  #course .course_bg_01 {
    display: none;
  }
  #top_voice .voice_slick li .slick_margin .left {
    width: 400px;
  }
  #top_voice .voice_slick li .slick_margin .right {
    max-width: 400px;
  }
  #guide .content {
    width: 91%;
  }
}
@media screen and (max-width: 820px) {
  #concerns h1 {
    max-width: 450px;
    margin: 0 auto 2rem;
    font-size: 26px;
    line-height: 1.5em;
    letter-spacing: 0.08em;
  }
  #concerns h1 br {
    display: block;
  }
  #concerns h1::before {
    content: "\\ ";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: flex;
    align-items: center;
    font-size: 40px;
    left: 10px;
  }
  #concerns h1::after {
    content: " /";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto 0;
    display: flex;
    align-items: center;
    font-size: 40px;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  #advantage .advantage_bg_01 {
    display: none;
  }
  #why .why_reason_02 .why_bg_01 {
    display: none;
  }
  #mv .mv_wrapper .mv_image_03 {
    margin-top: -5%;
  }
  #concerns figure {
    display: none;
  }
  #course > h2 {
    font-size: 32px;
    margin-bottom: 24px;
  }
  #why .why_reason_01 {
    margin-bottom: 60px;
  }
  #concerns {
    padding: 64px 0;
  }
  #course ul {
    flex-direction: column;
    align-items: center;
    padding: 0 0 80px;
  }
  #course ul li {
    width: 100%;
    padding: 20px 5px;
  }
  #course .cont {
    padding: 0 15px;
  }
  #concerns .wrapper {
    padding: 64px 16px;
  }
  #concerns ul li p {
    font-size: 16px;
  }
  #concerns ul li {
    padding: 24px 8px;
  }
  #learning h1 {
    font-size: 26px;
    letter-spacing: 0.08em;
    line-height: 2em;
  }
  #learning h1 span:nth-of-type(2) {
    font-size: 32px;
    line-height: 1em;
  }
  #learning h1 span:nth-of-type(3) {
    font-size: inherit;
    line-height: 1em;
  }
  #learning ul li {
    flex-direction: column;
  }
  #learning ul li p.title {
    text-align: center;
  }
  #learning ul li p.title {
    font-size: 32px;
    margin-bottom: 1rem;
  }
  #learning ul li {
    padding: 16px;
    gap: 12px;
  }
  #why {
    padding: 54px 20px 0px;
  }
  #why .why_lead_blue {
    font-size: 16px;
    margin: 0 auto 24px;
  }
  #why .why_reason_01 div {
    padding: 16px;
    padding-bottom: 24px;
  }
  #why .why_reason_01 div .label {
    font-size: 16px;
  }
  #why .why_reason_01 div ul p {
    font-size: 16px;
    line-height: 1.5em;
  }
  #why .why_lead_red {
    font-size: 24px;
    margin: 0 auto 24px;
  }
  #why .why_reason_02 div .label {
    font-size: 16px;
  }
  #why .why_reason_02 div ul p {
    font-size: 16px;
  }
  #why .why_reason_02 div.gray ul p::before,
  #why .why_reason_02 div.orange ul p::before {
    width: 16px;
    height: 16px;
    left: -20px;
  }
  #why .why_reason_02 div ul p {
    margin-left: 28px;
  }
  #advantage {
    padding: 80px 16px 64px;
  }
  #advantage h1 {
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 48px;
  }
  #advantage h1 span.red {
    font-size: 28px;
  }
  #advantage h1 span.black {
    font-size: 26px;
  }
  #advantage .banner p {
    font-size: 1rem;
  }
  #advantage .banner {
    max-width: 416px;
    margin-bottom: 24px;
  }
  #course h1 .sub {
    font-size: 24px;
    padding: unset;
    line-height: unset;
  }
  #course {
    padding: 64px 16px 0;
  }
  #course h1 {
    font-size: 24px;
  }
  #course h1 .red {
    font-size: 30px;
  }
  .bg_space {
    padding: 30px 0;
  }
  #why h1 {
    line-height: 50px;
  }
  #why h1 span:nth-of-type(1) {
    font-size: 26px;
    letter-spacing: 0.08em;
    line-height: 1em;
  }
  #why h1 span:nth-of-type(2) {
    font-size: 32px;
    letter-spacing: 0.08em;
    line-height: 1em;
  }
  #why h1 span:nth-of-type(3) {
    line-height: 1em;
    letter-spacing: 0.08em;
    font-size: 26px;
  }
  #course .example .example_image {
    max-width: unset;
  }
}
@media screen and (max-width: 640px) {
  #advantage h1 {
    font-size: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    line-height: 2em;
  }
  #advantage h1 br {
    display: none;
  }
  #advantage h1 span {
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  #course .example .cont {
    padding-top: 2rem;
  }
  #mv .bg_02 {
    display: none;
  }
  #mv .bg_01 {
    top: 70px;
    max-width: 160px;
    width: 38%;
  }
  #mv .mv_wrapper .mv_image_03 {
    padding-left: 0;
  }
  #mv {
    padding-top: 80px;
  }
  #mv .mv_wrapper > div {
    max-width: unset;
    width: 100%;
  }
  #mv .mv_wrapper .mv_image_01 {
    position: relative;
    left: unset;
    right: -16px;
  }
  #mv .mv_image_01 {
    position: unset;
  }
  #mv .mv_image_02 {
    padding-right: 0;
    padding-top: 0;
    margin-left: unset;
    margin: 0 auto;
  }
  #mv .mv_wrapper {
    flex-direction: column;
    padding: 0 16px;
    gap: 32px;
  }
  #mv .mv_image_03 {
    position: unset;
  }
  #course .example .text > div .name {
    line-height: 1.5em;
    font-size: 16px;
    margin-bottom: 16px;
  }
  #course .example .text > div .name span {
    font-size: 12px;
    display: block;
  }
  #course .example .text figure {
    width: 120px;
  }
  #course .example .text > div .title_cont {
    font-size: 18px;
  }
  #course .example h2 {
    font-size: 32px;
  }
  #course .example {
    padding: 0 16px 2rem;
  }
  #course .dotpro .image .title p {
    font-size: 18px;
    line-height: 1.5em;
  }
  #course .dotpro .image .title {
    padding-bottom: 8px;
  }
  #course .dotpro h3 br {
    display: inline-block;
  }
  #course .dotpro {
    padding: 32px 16px;
  }
  #course .dotpro .title {
    font-size: 24px;
  }
  #course .dotpro h3 {
    font-size: 21px;
    line-height: 1.5em;
  }
  #learning h1 {
    line-height: 2em;
  }
  #learning ul li p.title {
    font-size: 24px;
  }
  #why h1 {
    letter-spacing: 0.04em;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    letter-spacing: 0.08em;
    gap: 12px;
  }
  #why h1 br {
    display: none;
  }
  #why .why_lead_red {
    font-size: 17px;
    width: 100%;
  }
  #why .why_reason_02 div figure {
    width: 120px;
    right: 16px;
  }
  #why .why_reason_02 div {
    padding: 24px 0 180px;
  }
  #advantage .banner p {
    text-align: center;
    line-height: 1.5em;
  }
  #advantage .banner br {
    display: inline-block;
  }
  #advantage ul li .title {
    font-size: 18px;
  }
  #course .sub br {
    display: inline-block;
  }
  #course .sub {
    line-height: 1.5em;
  }
  #guide .content .left .item {
    flex-direction: column;
  }
  #guide .content .left .item p:nth-child(1) {
    margin-right: unset;
    margin-bottom: 1em;
  }
  #guide {
    padding: 69px 0 59px 0;
  }
  #guide .top_title h1 {
    font-size: 29px;
    padding-bottom: 0;
  }
  #guide .top_title {
    margin-bottom: 52px;
  }
  #guide .content {
    border: 3px solid #17a3a9;
    width: 335px;
    padding: 10px;
  }
  #guide .content .left .item p {
    font-size: 14px;
  }
  #guide .content .left .item p:nth-child(1) {
    font-size: 14px;
    margin-bottom: 1px;
    letter-spacing: 2px;
  }
  #guide .content .left .item p:nth-child(2) {
    position: relative;
    top: -1px;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.04em;
  }
  #guide .content .left .item {
    margin-bottom: 15px;
  }
  #guide .content .left {
    padding-bottom: 9px;
  }
  #guide .content .right iframe {
    height: 183px;
  }
  .modal_item a {
    top: 20px;
  }
  .modal_item {
    padding: 11px 12px;
  }
  .modal_item .left .face {
    width: 107px;
  }
  .modal_item .right a {
    position: absolute;
    top: 10px;
    right: 12px;
    margin: unset;
    width: 89px;
    height: 26px;
    font-size: 13px;
    letter-spacing: 3px;
  }
  .modal_item {
    padding: 11px 12px;
    justify-content: flex-start;
    height: unset;
    max-height: 400px;
  }
  .modal_item .left .face {
    width: 107px;
  }
  .modal_item a {
    position: absolute;
    top: 10px;
    right: 12px;
    margin: unset;
    width: 89px;
    height: 26px;
    font-size: 13px;
    letter-spacing: 3px;
  }
  .modal_item a::after {
    width: 10px;
    height: 10px;
    right: 7px;
    top: 2px;
  }
  .modal_item .left .case {
    text-align: left;
    position: unset;
    margin: 0;
    font-size: 16px;
    top: -4px;
    position: relative;
    left: 0;
  }
  .modal_item .left .name {
    position: unset;
    text-align: left;
    margin: 0;
    font-size: 19px;
    letter-spacing: 3px;
  }
  .modal_item .left .modal_text {
    position: relative;
    left: 18px;
    top: 18px;
    margin-left: unset;
  }
  .modal_item .left {
    margin-bottom: 20px;
  }
  .modal_item .right p {
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.08em;
  }
  .modal_item .right a::after {
    width: 10px;
    height: 10px;
    right: 3px;
  }
  #top_voice {
    padding: 55px 0 70px 0;
  }
  #top_voice .top_title p {
    font-size: 14px;
    position: relative;
    left: 1px;
  }
  #top_voice .top_title h1 {
    font-size: 30px;
    padding-top: 0;
    position: relative;
    top: -1px;
    left: 1px;
    letter-spacing: 2.4px;
    padding-bottom: unset;
  }
  .top_title::after {
    bottom: -25px;
  }
  #top_voice .top_title {
    margin-bottom: 36px;
  }
  #top_voice .voice_p {
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 23px;
    position: relative;
    left: 1px;
    margin-bottom: 22px;
  }
  #top_voice .voice_slick li .slick_margin .left {
    width: 275px;
    border: 3px solid #17a3a9;
  }
  #top_voice .voice_slick li .slick_margin .right {
    max-width: 275px;
  }
  #top_voice .voice_slick li .slick_margin .left {
    width: 275px;
    border: 3px solid #17a3a9;
    height: 119px;
    overflow: hidden;
  }
  #top_voice .voice_slick li .slick_margin .left img {
    width: 100%;
    height: 113px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  #top_voice .voice_slick li .slick_margin .right div p {
    color: #fff;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.08em;
    position: relative;
    left: 0px;
    top: -1px;
    text-align: justify;
  }
  #top_voice .voice_slick li .slick_margin .right div h2 {
    font-size: 16px;
    letter-spacing: 1.4px;
    line-height: 26px;
    padding-bottom: 5px;
    text-align: center;
  }
  #top_voice .voice_slick li .slick_margin .right div {
    padding: 4px 9px 9px;
  }
  #top_voice .voice_slick li .slick_margin .right div a::after {
    width: 5px;
    height: 9px;
    position: absolute;
    right: 5px;
  }
  #top_voice .voice_slick li .slick_margin .right div a {
    position: relative;
    width: 118px;
    height: 27px;
    margin-right: 12px;
    margin-right: 5px;
    letter-spacing: 2.3px;
    font-size: 14px;
    border: 1px solid #fdfa0d;
    line-height: 7px;
  }
  #top_voice .voice_slick .slide-arrow {
    width: 29px;
    position: absolute;
    z-index: 10;
    top: 0;
    bottom: 14px;
    margin: auto 0;
  }
  #top_voice .voice_slick .next-arrow {
    right: 10px;
  }
  #top_voice .voice_slick .prev-arrow {
    left: 10px;
  }
  #faq dl {
    max-width: 375px;
  }
  #faq dl .content dd .flex_cont p {
    padding: 3px;
  }
  #faq .top_title h1 {
    letter-spacing: 3px;
    position: relative;
    left: 2px;
    font-size: 30px;
    padding-bottom: unset;
  }
  #faq {
    padding-top: 69px;
    padding-bottom: 55px;
  }
  #faq .top_title::after {
    bottom: -25px;
  }
  #faq .top_title {
    margin-bottom: 56px;
  }
  #faq dl .content dt {
    height: 55px;
    padding-right: 39px;
  }
  #faq dl .content dt p {
    font-size: 16px;
    line-height: 1.5em;
    position: relative;
    top: -1px;
    left: 8px;
    letter-spacing: 2px;
    width: 260px;
  }
  #faq dl .content dt .icon {
    width: 25px;
    margin-right: unset;
    padding-left: 10px;
    display: flex;
    align-items: center;
  }
  #faq dl .content dt .arrow {
    position: absolute;
    right: 8px;
    width: 14px;
    top: 15px;
  }
  #faq dl .content dd .flex_cont {
    border: 3px solid #17a3a9;
    padding: 4px 16px 21px 8px;
  }
  #faq dl .content dd .flex_cont:nth-child(1) {
    align-items: flex-start;
  }
  #faq dl .content dd .flex_cont .icon {
    width: 25px;
    padding-top: 6px;
    margin-right: 0;
  }
  #faq dl .content dd .flex_cont p {
    max-width: 1042px;
    width: 100%;
    font-size: 14px;
    line-height: 2em;
    letter-spacing: 0.08em;
    position: relative;
    left: 7px;
    top: 2px;
    text-align: justify;
    width: 270px;
  }
  #faq dl .content {
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 500px) {
  #course .dotpro .bold br {
    display: none;
  }
  #learning h1 br {
    display: none;
  }
  #learning h1 {
    display: flex;
    flex-direction: column;
    line-height: 1em;
    gap: 12px;
  }
}
@media screen and (max-width: 374px) {
  #guide .content {
    width: 97%;
  }
}
.s_500 {
  display: none;
}

.h_500 {
  display: block;
}

@media screen and (max-width: 500px) {
  .h_500 {
    display: none;
  }
  .s_500 {
    display: block !important;
  }
}