@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Noto+Sans+JP:wght@400;500;600;700&display=swap");
html {
  font-size: 62.5%;
}

/*Font
--------------------------------------------*/
.is-main {
  color: #1e6afd;
}

.is-accent {
  color: #fbaa00;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

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

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx-rr {
  flex-direction: row-reverse;
}

.flx-strt {
  justify-content: start;
}

.flx-btw {
  justify-content: space-between;
}

.flx-ard {
  justify-content: space-around;
}

.flx-end {
  justify-content: flex-end;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-strt {
  align-items: flex-start;
}

.flx-alitem-strch {
  align-items: stretch;
}

.flx-alitem-c {
  align-items: center;
}

.flx-alitem-end {
  align-items: flex-end;
}

.flx-alitem-base {
  align-items: baseline;
}

.flx-alcont-strt {
  align-content: flex-start;
}

.flx-alcont-strch {
  align-content: stretch;
}

.flx-alcont-end {
  align-content: flex-end;
}

.flx-alcont-c {
  align-content: center;
}

.flx-alcont-s-btw {
  align-content: space-between;
}

.flx-alcont-s-ard {
  align-content: space-around;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #1b2530;
  font-weight: 500;
  word-break: break-word;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.64px;
    box-sizing: border-box;
    min-width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.6px;
  }
}

a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #contents-u {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.inbox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .inbox {
    width: 1080px;
  }
}
@media screen and (max-width: 767px) {
  .inbox {
    width: 90%;
  }
}

.middlebox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .middlebox {
    width: 1180px;
  }
}
@media screen and (max-width: 767px) {
  .middlebox {
    width: 90%;
  }
}

.widebox {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .widebox {
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .widebox {
    width: 90%;
  }
}

.c-border-frame {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .c-border-frame {
    box-shadow: 6px 6px 0 rgba(27, 37, 48, 0.15);
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-border-frame {
    box-shadow: 3px 3px 0 rgba(27, 37, 48, 0.15);
  }
}

.border {
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .border-red {
    border: solid 3px #1e6afd;
  }
  .border-org {
    border: solid 3px #fbaa00;
  }
  .border-top-bottom-red {
    border-top: 10px solid #1e6afd;
    border-bottom: 10px solid #1e6afd;
  }
  .border-top-red {
    border-bottom: 10px solid #1e6afd;
  }
  .border-bottom-red {
    border-bottom: 10px solid #1e6afd;
  }
}
@media screen and (max-width: 767px) {
  .border-red {
    border: solid 2px #1e6afd;
  }
  .border-org {
    border: solid 2px #fbaa00;
  }
  .border-top-bottom-red {
    border-top: 5px solid #1e6afd;
    border-bottom: 5px solid #1e6afd;
  }
  .border-top-red {
    border-bottom: 5px solid #1e6afd;
  }
  .border-bottom-red {
    border-bottom: 5px solid #1e6afd;
  }
}

.bg-vage {
  background: #f1f4fb;
}

@media screen and (min-width: 768px) {
  .l-space {
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-space {
    padding: 60px 0;
  }
}

/*メインビジュアル
=========================================================*/
.main-visual {
  position: relative;
  overflow: hidden;
  background: url("../img/top/main-visual.jpg") no-repeat center/cover;
}
.main-visual-inner {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 100;
}
.main-visual-catch {
  display: flex;
  flex-direction: column;
}
.main-visual-catch-row {
  display: flex;
  align-items: flex-end;
}
.main-visual-catch-text {
  color: #1e6afd;
  font-weight: 700;
}
.main-visual-catch-balloon {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  color: #fbaa00;
  font-weight: 700;
  background: url("../img/top/main-visual-balloon.svg") no-repeat center/100%
    100%;
}
.main-visual-catch-line {
  position: relative;
  display: inline-block;
  color: #1e6afd;
  font-weight: 700;
  -webkit-text-stroke: 10px #fff;
  paint-order: stroke fill;
}
.main-visual-catch-line::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background: #1e6afd;
}
.main-visual-trial {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: #fff;
  border-top: 4px solid #1e6afd;
  border-radius: 4px 4px 8px 8px;
  transition: opacity 0.3s;
}
.main-visual-trial:hover {
  opacity: 0.85;
}
.main-visual-trial-img {
  display: block;
  flex-shrink: 0;
}
.main-visual-trial-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  transform: scaleX(-1);
}
.main-visual-trial-body {
  display: flex;
  flex-direction: column;
}
.main-visual-trial-title {
  display: flex;
  align-items: center;
}
.main-visual-trial-title span {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #1e6afd;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
}
.main-visual-trial-link {
  display: flex;
  align-items: center;
}
.main-visual-trial-link .text {
  color: #1b2530;
  font-weight: 600;
}
.main-visual-trial-link .bi {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-shrink: 0;
  background: #fbaa00;
  border-radius: 50%;
  color: #fff;
}
.main-visual-movie {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.main-visual-movie video {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 768px) {
  .main-visual {
    height: 750px;
  }
  .main-visual-inner {
    width: 90%;
    bottom: 80px;
  }
  .main-visual-catch {
    row-gap: 20px;
  }
  .main-visual-catch-row {
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .main-visual-catch-row:last-child {
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
  .main-visual-catch-text {
    font-size: 72px;
    line-height: 101px;
    letter-spacing: 2.88px;
  }
  .main-visual-catch-balloon {
    height: 120px;
    padding: 3px 23px 5px;
    font-size: 80px;
    line-height: 112px;
    letter-spacing: 3.2px;
  }
  .main-visual-catch-line {
    margin: 0 7px;
    height: 111px;
    padding-top: 0;
    font-size: 80px;
    line-height: 111px;
    letter-spacing: 3.2px;
    transform: skewX(-8deg) scaleY(0.99);
  }
  .main-visual-catch-line::after {
    bottom: 7px;
    height: 5px;
  }
  .main-visual-trial {
    -moz-column-gap: 8px;
    column-gap: 8px;
    padding: 20px 12px 12px;
  }
  .main-visual-trial-img {
    width: 120px;
    height: 80px;
  }
  .main-visual-trial-body {
    width: 193px;
    row-gap: 8px;
  }
  .main-visual-trial-title {
    -moz-column-gap: 2px;
    column-gap: 2px;
  }
  .main-visual-trial-title span {
    padding: 0 4px;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.8px;
  }
  .main-visual-trial-link {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
  .main-visual-trial-link .text {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.64px;
  }
  .main-visual-trial-link .bi {
    width: 16px;
    height: 16px;
    font-size: 9px;
  }
}
@media screen and (max-width: 767px) {
  .main-visual {
    aspect-ratio: 16/12;
  }
  .main-visual-inner {
    width: 90%;
    bottom: 30px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
  .main-visual-catch {
    row-gap: 10px;
  }
  .main-visual-catch-row {
    -moz-column-gap: 6px;
    column-gap: 6px;
  }
  .main-visual-catch-row:last-child {
    -moz-column-gap: 2px;
    column-gap: 2px;
  }
  .main-visual-catch-text {
    font-size: 25px;
    line-height: 42px;
    letter-spacing: 1.2px;
  }
  .main-visual-catch-balloon {
    height: 41px;
    padding: 2px 10px 3px;
    font-size: 26px;
    line-height: 36px;
    letter-spacing: 1.36px;
  }
  .main-visual-catch-line {
    margin: 0 4px;
    height: 46px;
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 1.36px;
    -webkit-text-stroke: 5px #fff;
    transform: skewX(-8deg);
  }
  .main-visual-catch-line::after {
    bottom: 3px;
    height: 3px;
  }
  .main-visual-trial {
    -moz-column-gap: 6px;
    column-gap: 6px;
    padding: 14px 8px 8px;
    border-top-width: 3px;
  }
  .main-visual-trial-img {
    width: 72px;
    height: 48px;
  }
  .main-visual-trial-body {
    width: 150px;
    row-gap: 5px;
  }
  .main-visual-trial-title {
    -moz-column-gap: 2px;
    column-gap: 2px;
  }
  .main-visual-trial-title span {
    padding: 0 3px;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0.6px;
  }
  .main-visual-trial-link {
    -moz-column-gap: 6px;
    column-gap: 6px;
  }
  .main-visual-trial-link .text {
    font-size: 13px;
    line-height: 19px;
    letter-spacing: 0.52px;
  }
  .main-visual-trial-link .bi {
    width: 14px;
    height: 14px;
    font-size: 8px;
  }
}

.c-list-item {
  position: relative;
}
.c-list.dotted-list .c-list-item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-list.dotted-list .c-list-item {
    padding-left: 15px;
  }
}

.taxonomy-list {
  display: flex;
  flex-wrap: wrap;
}
.taxonomy-list li {
  border-radius: 3px;
  padding: 2px 4px;
  font-weight: 700;
  border: solid 1px #1b2530;
}
@media screen and (min-width: 768px) {
  .taxonomy-list {
    gap: 15px;
  }
  .taxonomy-list li {
    font-size: 16px;
    padding: 2px 6px;
  }
}
@media screen and (max-width: 767px) {
  .taxonomy-list {
    gap: 5px;
  }
  .taxonomy-list li {
    border-radius: 3px;
    font-size: 11px;
  }
}

.c-sns {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
}

.c-voice-item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #fff;
  border: 2px solid #1e6afd;
}
.c-voice-item::after {
  content: "";
  display: block;
  position: absolute;
  background: url("../img/common/voice-quote.svg") no-repeat center/contain;
  transform: rotate(180deg);
}
.c-voice-item-img {
  flex-shrink: 0;
  overflow: hidden;
}
.c-voice-item-img .com-img {
  width: 100%;
  height: 100%;
}
.c-voice-item-body {
  display: flex;
  flex-direction: column;
}
.c-voice-item-title {
  border-bottom: 1px solid #1e6afd;
  font-weight: 500;
  color: #1b2530;
}
.c-voice-item-text {
  font-weight: 500;
  color: #1b2530;
}
@media screen and (min-width: 768px) {
  .c-voice-item {
    -moz-column-gap: 64px;
    column-gap: 64px;
    padding: 30px;
    border-radius: 16px 16px 16px 0;
  }
  .c-voice-item::after {
    right: 30px;
    bottom: -33px;
    width: 80px;
    height: 72px;
  }
  .c-voice-item-img {
    width: 328px;
    height: 190px;
    border-radius: 12px;
  }
  .c-voice-item-body {
    width: 593px;
    row-gap: 16px;
  }
  .c-voice-item-title {
    padding-bottom: 4px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.4px;
  }
  .c-voice-item-text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
}
@media screen and (max-width: 767px) {
  .c-voice-item {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
    padding: 20px;
    border-radius: 12px 12px 12px 0;
  }
  .c-voice-item::after {
    right: 16px;
    bottom: -20px;
    width: 48px;
    height: 43px;
  }
  .c-voice-item-img {
    width: 100%;
    aspect-ratio: 328/190;
    border-radius: 8px;
  }
  .c-voice-item-body {
    width: 100%;
    row-gap: 12px;
  }
  .c-voice-item-title {
    padding-bottom: 4px;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.34px;
  }
  .c-voice-item-text {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background: #fbaa00;
  border-radius: 30px;
  font-weight: 700;
  transition: opacity 0.3s;
}
.c-button .text,
.c-button .bi {
  color: #fff;
}
.c-button:hover {
  opacity: 0.85;
}
@media screen and (min-width: 768px) {
  .c-button {
    -moz-column-gap: 12px;
    column-gap: 12px;
    padding: 20px 40px;
  }
  .c-button .text {
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 0.3px;
  }
  .c-button .bi {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 14px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-button {
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: 16px 26px;
  }
  .c-button .text {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.28px;
  }
  .c-button .bi {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 9px;
    height: 13px;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0;
  }
}

.c-button-container.text-c {
  text-align: center;
}

.c-tel-number {
  display: inline-flex;
  align-items: center;
}
.c-tel-number .bi {
  color: #1e6afd;
  line-height: 1;
}
.c-tel-number .number {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  color: #1b2530;
}
@media screen and (min-width: 768px) {
  .c-tel-number {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
  .c-tel-number .bi {
    font-size: 30px;
  }
  .c-tel-number .number {
    font-size: 32px;
    line-height: 45px;
    letter-spacing: 0.64px;
  }
}
@media screen and (max-width: 767px) {
  .c-tel-number {
    -moz-column-gap: 6px;
    column-gap: 6px;
  }
  .c-tel-number .bi {
    font-size: 20px;
  }
  .c-tel-number .number {
    font-size: 22px;
    line-height: 31px;
    letter-spacing: 0.44px;
  }
}

.c-label {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  color: #1e6afd;
}
.c-label.is-main {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-label {
    height: 40px;
    padding: 0 7px;
    font-size: 24px;
    line-height: 40px;
    letter-spacing: 0.48px;
  }
  .c-label.is-lg {
    height: 47px;
    padding: 0 6px 0 8px;
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 2px;
    background-position: 0 3px;
    background-size: 100% 44px;
  }
}
@media screen and (max-width: 767px) {
  .c-label {
    height: 30px;
    padding: 0 6px;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.36px;
  }
  .c-label.is-lg {
    height: 36px;
    padding: 0 7px;
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 1.5px;
    background-position: 0 2px;
    background-size: 100% 33px;
  }
}

.c-marker {
  background-image: linear-gradient(
    rgba(251, 170, 0, 0.5),
    rgba(251, 170, 0, 0.5)
  );
  background-repeat: no-repeat;
  background-position: 0 calc(100% - 1px);
}
@media screen and (min-width: 768px) {
  .c-marker {
    background-size: 100% 6px;
  }
}
@media screen and (max-width: 767px) {
  .c-marker {
    background-size: 100% 5px;
  }
}

.c-button-arrow {
  padding-bottom: 5px;
  border-bottom: 1px solid #9d9d9d;
}
@media screen and (min-width: 768px) {
  .c-button-arrow {
    display: inline-flex;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
}
.page-btn {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .page-btn {
    margin-top: 10%;
  }
}
.page-btn a {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .page-btn a {
    font-size: 14px;
  }
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
.page-btn .left {
  left: 0;
}
.page-btn .right {
  right: 0;
}

ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 768px) {
  ul.pagenation {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #1b2530;
}
@media screen and (min-width: 768px) {
  ul.pagenation li a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li a {
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
ul.pagenation li.current {
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  background: #1e6afd;
}
@media screen and (min-width: 768px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

/*サブビジュアル（下層共通）
=========================================================*/
.sub-visual {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.sub-visual-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.sub-visual-sub {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #1e6afd;
  text-align: center;
}
.sub-visual-title {
  font-weight: 700;
  color: #1b2530;
  text-align: center;
}
.sub-visual-illust {
  display: block;
  position: absolute;
}
.sub-visual-illust img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .sub-visual {
    height: 328px;
    background:
      url(../img/common/sv-wave.png) no-repeat center bottom -1px/100%,
      #fff url("../img/common/grid-bg.svg") repeat center;
  }
  .sub-visual-inner {
    width: -moz-fit-content;
    width: fit-content;
    padding: 80px 154px 0;
    row-gap: 8px;
  }
  .sub-visual-sub {
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.48px;
  }
  .sub-visual-title {
    font-size: 44px;
    line-height: 70px;
    letter-spacing: 0.88px;
  }
  .sub-visual-illust {
    right: 0;
    bottom: 0;
    width: 108px;
    height: 117px;
  }
}
@media screen and (max-width: 767px) {
  .sub-visual {
    height: 180px;
    background:
      url(../img/common/sv-wave.png) no-repeat center bottom/100%,
      #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
  .sub-visual-inner {
    width: 100%;
    padding: 36px 60px 0;
    box-sizing: border-box;
    row-gap: 4px;
  }
  .sub-visual-sub {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
  .sub-visual-title {
    font-size: 20px;
    line-height: 38px;
    letter-spacing: 0.48px;
  }
  .sub-visual-illust {
    right: 5%;
    bottom: -6px;
    width: 40px;
    aspect-ratio: 62/67;
  }
}

@media screen and (min-width: 768px) {
  .com-txt p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .com-txt p {
    margin-bottom: 20px;
  }
  .com-txt p br {
    display: none;
  }
}
.com-txt p:last-child {
  margin-bottom: 0;
}

.c-tel {
  line-height: 1;
}

.c-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.c-title .sub {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #1e6afd;
}
.c-title .sub::before {
  content: "";
  display: block;
  flex-shrink: 0;
  background: url("../img/common/icon-title-dot.svg") no-repeat center/contain;
}
.c-title .main {
  font-weight: 700;
  color: #1b2530;
}
.c-title.text-c {
  align-items: center;
}
.c-title.text-c .sub {
  justify-content: center;
}
.c-title.is-white .sub {
  color: #fff;
}
.c-title.is-white .sub::before {
  background-image: url("../img/common/icon-title-dot-white.svg");
}
.c-title.is-white .main {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-title {
    margin-bottom: 64px;
  }
  .c-title .sub {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.4px;
  }
  .c-title .sub::before {
    width: 19px;
    height: 19px;
  }
  .c-title .main {
    font-size: 44px;
    line-height: 70px;
    letter-spacing: 0.88px;
  }
  .c-title.is-sub .main {
    font-size: 36px;
    line-height: 54px;
    letter-spacing: 0.72px;
    font-weight: 600;
  }
  .c-title.text-c .main {
    margin-right: -0.88px;
  }
  .c-title.text-c.is-sub .main {
    margin-right: -0.72px;
  }
}
@media screen and (max-width: 767px) {
  .c-title {
    margin-bottom: 32px;
  }
  .c-title .sub {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
  .c-title .sub::before {
    width: 15px;
    height: 15px;
  }
  .c-title .main {
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 0.52px;
  }
  .c-title.is-sub .main {
    font-size: 23px;
    line-height: 35px;
    letter-spacing: 0.46px;
    font-weight: 600;
  }
  .c-title.text-c .main {
    margin-right: -0.52px;
  }
  .c-title.text-c.is-sub .main {
    margin-right: -0.46px;
  }
}

.title01 {
  font-weight: 700;
  color: #1e6afd;
}
@media screen and (min-width: 768px) {
  .title01 {
    font-size: 28px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .title01 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.title02 {
  font-weight: 700;
  border-bottom: 1px solid #1e6afd;
}
@media screen and (min-width: 768px) {
  .title02 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .title02 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.round-title {
  color: #fff;
}
.round-title .main {
  display: flex;
  justify-content: center;
}
.round-title .icon {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #1e6afd;
  letter-spacing: -2px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  line-height: 1;
}
.round-title .icon:not(:first-child) {
  margin-left: -10px;
}
@media screen and (min-width: 768px) {
  .round-title {
    margin-bottom: 50px;
    font-size: 28px;
  }
  .round-title .icon {
    width: 48px;
    height: 48px;
  }
}
@media screen and (max-width: 767px) {
  .round-title {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .round-title .icon {
    width: 40px;
    height: 40px;
  }
}

@media screen and (min-width: 768px) {
  #bread-clumb {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
    background: #f1f4fb;
  }
  #bread-clumb li {
    position: relative;
    color: #1b2530;
    font-size: 14px;
    float: left;
    margin-right: 20px;
  }
  #bread-clumb li:after {
    content: "|";
    position: absolute;
    display: block;
    right: -12px;
    top: 0;
  }
  #bread-clumb li:last-child {
    margin-right: 0;
  }
  #bread-clumb li:last-child:after {
    display: none;
  }
  #bread-clumb li a {
    color: #1b2530;
    transition: 0.1s all ease-in;
    border-bottom: 1px solid transparent;
  }
  #bread-clumb li a:hover {
    border-bottom: 1px solid #1b2530;
  }
}
@media screen and (max-width: 767px) {
  #bread-clumb {
    display: none;
  }
}

/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
/*ING個別セミナーについて
=========================================================*/
.top-about {
  overflow: hidden;
  background: #fff url("../img/common/grid-bg.svg") repeat center;
}
@media screen and (max-width: 767px) {
  .top-about {
    background: #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
}
.top-about-container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-about-body {
  box-sizing: border-box;
}
.top-about-catch {
  color: #1e6afd;
  font-weight: 700;
  text-align: center;
}
.top-about-text {
  font-weight: 600;
  text-align: center;
}
.top-about-box {
  box-sizing: border-box;
  background: #fff;
  border: 2px solid #1e6afd;
  text-align: center;
}
.top-about-box p {
  font-weight: 600;
}
.top-about-img {
  overflow: hidden;
}
.top-about-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .top-about {
    padding: 100px 0;
  }
  .top-about-container {
    row-gap: 40px;
  }
  .top-about-body {
    width: 845px;
  }
  .top-about-lead {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    margin-bottom: 40px;
  }
  .top-about-catch {
    font-size: 56px;
    line-height: 84px;
    letter-spacing: 1.12px;
  }
  .top-about-text {
    font-size: 20px;
    line-height: 56px;
    letter-spacing: 0.32px;
  }
  .top-about-box {
    padding: 38px 20px;
    border-radius: 16px;
  }
  .top-about-box p {
    font-size: 24px;
    line-height: 48px;
    letter-spacing: 0.48px;
  }
  .top-about-img {
    position: absolute;
    border-radius: 16px;
  }
  .top-about-img01 {
    left: 9px;
    top: 120px;
    width: 200px;
    height: 280px;
    transform: rotate(-3.36deg);
  }
  .top-about-img01 img {
    -o-object-position: 28% center;
    object-position: 28% center;
  }
  .top-about-img02 {
    right: 5px;
    top: 366px;
    width: 261px;
    height: 180px;
    transform: rotate(5.09deg);
  }
  .top-about-img02 img {
    -o-object-position: center bottom;
    object-position: center bottom;
  }
}
@media screen and (max-width: 767px) {
  .top-about {
    padding: 60px 0;
  }
  .top-about-container {
    row-gap: 30px;
  }
  .top-about-lead {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    margin-bottom: 24px;
  }
  .top-about-catch {
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 0.52px;
  }
  .top-about-text {
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.3px;
  }
  .top-about-box {
    padding: 20px;
    border-radius: 12px;
  }
  .top-about-box p {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.32px;
  }
  .top-about-img {
    display: none;
  }
}

/*選ばれる理由
=========================================================*/
.top-reason {
  position: relative;
  overflow: hidden;
  background: #fff url("../img/common/grid-bg.svg") repeat center;
}
@media screen and (max-width: 767px) {
  .top-reason {
    background: #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
}
.top-reason::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(
    151.736deg,
    #90dffd 0%,
    rgba(30, 106, 253, 0.85) 50.081%,
    #90dffd 99.208%
  );
}
.top-reason-container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-reason-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-reason-lead {
  display: flex;
  flex-direction: column;
}
.top-reason-lead-title {
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-reason-lead-title .text {
  color: #fff;
  font-weight: 600;
}
.top-reason-lead-title .c-label {
  background-image: url("../img/top/top-reason-label.svg");
}
.top-reason-lead-text {
  color: #fff;
  font-weight: 500;
  text-align: center;
}
.top-reason-lead-text .c-marker {
  background-image: linear-gradient(
    rgba(251, 170, 0, 0.7),
    rgba(251, 170, 0, 0.7)
  );
}
.top-reason-item {
  position: relative;
  width: 100%;
}
.top-reason-item-num {
  position: absolute;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #b9d4ec;
  white-space: nowrap;
}
.top-reason-item-inner {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: #fff url("../img/common/grid-bg.svg") repeat center;
}
@media screen and (max-width: 767px) {
  .top-reason-item-inner {
    background: #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
}
.top-reason-item-img {
  flex-shrink: 0;
  overflow: hidden;
}
.top-reason-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-reason-item-body {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.top-reason-item-title {
  font-weight: 600;
  color: #1b2530;
}
.top-reason-item-text {
  font-weight: 500;
  color: #1b2530;
}
.top-reason-item.is-reverse .top-reason-item-inner {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .top-reason {
    padding: 100px 0;
  }
  .top-reason::before {
    width: 1800px;
    border-radius: 0 250px 250px 0;
  }
  .top-reason-container {
    row-gap: 80px;
  }
  .top-reason-lead {
    row-gap: 32px;
  }
  .top-reason-lead-title {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
  .top-reason-lead-title .text {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.48px;
  }
  .top-reason-lead-text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .top-reason-item-num {
    top: -56px;
    left: 864px;
    font-size: 80px;
    line-height: 128px;
    letter-spacing: 1.6px;
  }
  .top-reason-item-inner {
    -moz-column-gap: 64px;
    column-gap: 64px;
    padding: 32px;
    border-radius: 16px;
  }
  .top-reason-item-img {
    width: 600px;
    height: 363px;
    border-radius: 12px;
  }
  .top-reason-item-body {
    row-gap: 24px;
  }
  .top-reason-item-title {
    font-size: 36px;
    line-height: 54px;
    letter-spacing: 0.72px;
  }
  .top-reason-item-text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .top-reason-item.is-reverse .top-reason-item-num {
    left: 32px;
  }
}
@media screen and (max-width: 767px) {
  .top-reason {
    padding: 60px 0;
  }
  .top-reason::before {
    width: 98%;
    border-radius: 0 60px 60px 0;
  }
  .top-reason-container {
    row-gap: 50px;
  }
  .top-reason-lead {
    row-gap: 20px;
  }
  .top-reason-lead-title {
    -moz-column-gap: 6px;
    column-gap: 6px;
    flex-wrap: wrap;
  }
  .top-reason-lead-title .text {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.36px;
  }
  .top-reason-lead-text {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .top-reason-item-num {
    top: -34px;
    left: 0;
    font-size: 40px;
    line-height: 64px;
    letter-spacing: 0.8px;
  }
  .top-reason-item-inner {
    flex-direction: column;
    row-gap: 20px;
    padding: 20px;
    border-radius: 12px;
  }
  .top-reason-item-img {
    width: 100%;
    height: 200px;
    border-radius: 8px;
  }
  .top-reason-item-body {
    row-gap: 12px;
  }
  .top-reason-item-title {
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.44px;
  }
  .top-reason-item-text {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .top-reason-item.is-reverse .top-reason-item-inner {
    flex-direction: column;
  }
}

/*指導内容
=========================================================*/
.top-lesson {
  background: #fff url("../img/common/grid-bg.svg") repeat center;
}
@media screen and (max-width: 767px) {
  .top-lesson {
    background: #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
}
.top-lesson-container {
  display: flex;
  flex-direction: column;
}
.top-lesson-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.top-lesson-head-body {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.top-lesson-head-img {
  flex: 1 0 0;
  min-width: 0;
  overflow: hidden;
}
.top-lesson-head-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top-lesson-lead {
  display: flex;
  flex-direction: column;
}
.top-lesson-lead-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.top-lesson-lead-title .text {
  color: #1b2530;
  font-weight: 600;
}
.top-lesson-lead-title .c-label:first-child {
  background-image: url("../img/top/top-lesson-label01.svg");
}
.top-lesson-lead-title .c-label:nth-child(3) {
  background-image: url("../img/top/top-lesson-label02.svg");
}
.top-lesson-lead-text {
  font-weight: 500;
}
.top-lesson-list {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.top-lesson-item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: #f1f4fb;
}
.top-lesson-item::before {
  content: "";
  display: block;
  flex-shrink: 0;
  background: url("../img/top/top-lesson-holes.svg") no-repeat center/contain;
}
.top-lesson-item-inner {
  display: flex;
  flex-direction: column;
}
.top-lesson-item-img {
  position: relative;
  overflow: hidden;
}
.top-lesson-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.top-lesson-item-body {
  display: flex;
  flex-direction: column;
}
.top-lesson-item-title {
  color: #1e6afd;
  font-weight: 600;
}
.top-lesson-item-text {
  font-weight: 500;
}
.top-lesson-item:first-child .top-lesson-item-img img {
  position: absolute;
  left: -20.37%;
  top: 0.11%;
  width: 140.64%;
  height: 174.47%;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .top-lesson {
    padding: 100px 0;
  }
  .top-lesson-container {
    row-gap: 80px;
  }
  .top-lesson-head {
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
  .top-lesson-head-body {
    width: 515px;
  }
  .top-lesson-head-img {
    aspect-ratio: 685/457;
    border-radius: 16px;
  }
  .top-lesson-lead {
    row-gap: 32px;
  }
  .top-lesson-lead-title {
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
  .top-lesson-lead-title .text {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.48px;
  }
  .top-lesson-lead-text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .top-lesson-list {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .top-lesson-item {
    width: 610px;
    -moz-column-gap: 32px;
    column-gap: 32px;
    padding: 32px 24px;
    border-radius: 16px;
  }
  .top-lesson-item::before {
    width: 16px;
    height: 376px;
  }
  .top-lesson-item-inner {
    row-gap: 16px;
  }
  .top-lesson-item-img {
    width: 490px;
    height: 280px;
    border-radius: 16px;
  }
  .top-lesson-item-body {
    width: 300px;
    row-gap: 8px;
  }
  .top-lesson-item-title {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.48px;
  }
  .top-lesson-item-text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
}
@media screen and (max-width: 767px) {
  .top-lesson {
    padding: 60px 0;
  }
  .top-lesson-container {
    row-gap: 50px;
  }
  .top-lesson-head {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px;
  }
  .top-lesson-head-body {
    width: 100%;
  }
  .top-lesson-head-img {
    width: 100%;
    flex: none;
    aspect-ratio: 685/457;
    border-radius: 12px;
  }
  .top-lesson-lead {
    row-gap: 20px;
  }
  .top-lesson-lead-title {
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
  .top-lesson-lead-title .text {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.36px;
  }
  .top-lesson-lead-text {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .top-lesson-list {
    flex-direction: column;
    row-gap: 30px;
  }
  .top-lesson-item {
    width: 100%;
    -moz-column-gap: 16px;
    column-gap: 16px;
    padding: 20px 14px;
    border-radius: 12px;
  }
  .top-lesson-item::before {
    width: 12px;
    align-self: stretch;
    background-size: 100% 100%;
  }
  .top-lesson-item-inner {
    flex: 1 0 0;
    min-width: 0;
    row-gap: 12px;
  }
  .top-lesson-item-img {
    width: 100%;
    aspect-ratio: 490/280;
    border-radius: 12px;
  }
  .top-lesson-item-body {
    width: 100%;
    row-gap: 6px;
  }
  .top-lesson-item-title {
    font-size: 19px;
    line-height: 29px;
    letter-spacing: 0.38px;
  }
  .top-lesson-item-text {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
}

/*はじめての方へ
=========================================================*/
.top-first {
  background: #f1f4fb;
}
.top-first-container {
  display: flex;
  flex-direction: column;
}
.top-first-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.top-first-head-body {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.top-first-head-img {
  flex-shrink: 0;
  overflow: hidden;
}
.top-first-head-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}
.top-first-lead {
  display: flex;
  flex-direction: column;
}
.top-first-lead-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.top-first-lead-title .text {
  color: #1b2530;
  font-weight: 600;
}
.top-first-lead-title .c-label {
  background-image: url("../img/top/top-first-label.svg");
}
.top-first-lead-text {
  font-weight: 500;
}
.top-first-list {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.top-first-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.top-first-item-num {
  box-sizing: border-box;
  background: #1e6afd;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.top-first-item-body {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff url("../img/common/grid-bg.svg") repeat center;
}
@media screen and (max-width: 767px) {
  .top-first-item-body {
    background: #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
}
.top-first-item-title {
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #9d9d9d;
}
.top-first-item-title .bi {
  flex-shrink: 0;
  color: #1e6afd;
  line-height: 1;
}
.top-first-item-title .text {
  color: #1e6afd;
  font-weight: 600;
}
.top-first-item-text {
  width: 100%;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .top-first {
    padding: 100px 0;
  }
  .top-first-container {
    row-gap: 80px;
  }
  .top-first-head {
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
  .top-first-head-body {
    width: 515px;
  }
  .top-first-head-img {
    width: 685px;
    height: 457px;
    border-radius: 16px;
  }
  .top-first-lead {
    row-gap: 32px;
  }
  .top-first-lead-title {
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
  .top-first-lead-title .text {
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.48px;
  }
  .top-first-lead-text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .top-first-list {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .top-first-item {
    width: 400px;
  }
  .top-first-item-num {
    padding: 8px 12px;
    border-radius: 12px 12px 0 0;
    font-size: 16px;
    line-height: 11px;
    letter-spacing: 0.64px;
  }
  .top-first-item-body {
    padding: 32px;
    border-radius: 0 8px 0 8px;
    row-gap: 7px;
  }
  .top-first-item-title {
    -moz-column-gap: 12px;
    column-gap: 12px;
    padding-bottom: 4px;
  }
  .top-first-item-title .bi {
    font-size: 22px;
  }
  .top-first-item-title .text {
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0.48px;
  }
  .top-first-item-text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
}
@media screen and (max-width: 767px) {
  .top-first {
    padding: 60px 0;
  }
  .top-first-container {
    row-gap: 50px;
  }
  .top-first-head {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px;
  }
  .top-first-head-body {
    width: 100%;
  }
  .top-first-head-img {
    width: 100%;
    aspect-ratio: 685/457;
    height: auto;
    border-radius: 12px;
  }
  .top-first-lead {
    row-gap: 20px;
  }
  .top-first-lead-title {
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
  .top-first-lead-title .text {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.36px;
  }
  .top-first-lead-text {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .top-first-list {
    flex-direction: column;
    row-gap: 24px;
  }
  .top-first-item {
    width: 100%;
  }
  .top-first-item-num {
    padding: 7px 12px;
    border-radius: 10px 10px 0 0;
    font-size: 14px;
    line-height: 11px;
    letter-spacing: 0.56px;
  }
  .top-first-item-body {
    padding: 20px;
    border-radius: 0 8px 0 8px;
    row-gap: 6px;
  }
  .top-first-item-title {
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding-bottom: 4px;
  }
  .top-first-item-title .bi {
    font-size: 18px;
  }
  .top-first-item-title .text {
    font-size: 19px;
    line-height: 29px;
    letter-spacing: 0.38px;
  }
  .top-first-item-text {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
}

/*保護者様・生徒様の声
=========================================================*/
.top-voice {
  background: #fff url("../img/common/grid-bg.svg") repeat center;
}
@media screen and (max-width: 767px) {
  .top-voice {
    background: #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
}
.top-voice-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-voice-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.top-voice-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .top-voice {
    padding: 100px 0 60px;
  }
  .top-voice-container {
    row-gap: 80px;
  }
  .top-voice-list {
    row-gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .top-voice {
    padding: 60px 0 40px;
  }
  .top-voice-container {
    row-gap: 50px;
  }
  .top-voice-list {
    row-gap: 50px;
  }
}

/*お役立ち情報
=========================================================*/
.top-column {
  background: #fff url("../img/common/grid-bg.svg") repeat center;
}
@media screen and (max-width: 767px) {
  .top-column {
    background: #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
}
.top-column-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.top-column-head .c-title {
  margin-bottom: 0;
}
.top-column-list {
  display: flex;
  align-items: flex-start;
}
.top-column-list-item a {
  display: block;
  transition: opacity 0.3s;
}
.top-column-list-item a:hover {
  opacity: 0.85;
}
.top-column-list-item-img {
  overflow: hidden;
}
.top-column-list-item-img .com-img {
  width: 100%;
  height: 100%;
}
.top-column-list-item .post-date {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #1b2530;
}
.top-column-list-item-title {
  color: #1e6afd;
  font-weight: 600;
  text-align: justify;
  font-feature-settings: "palt" 1;
  border-bottom: 1px solid #9d9d9d;
}
.top-column-list-item-text p {
  font-weight: 400;
  color: #1b2530;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .top-column {
    padding: 60px 0 100px;
  }
  .top-column-head {
    margin-bottom: 64px;
  }
  .top-column-list {
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .top-column-list-item {
    width: 400px;
  }
  .top-column-list-item-img {
    width: 400px;
    height: 285px;
    border-radius: 6px;
    margin-bottom: 20px;
  }
  .top-column-list-item .post-date {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .top-column-list-item-title {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 2px;
    padding-bottom: 14px;
    margin-bottom: 10px;
  }
  .top-column-list-item-text p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.28px;
  }
}
@media screen and (max-width: 767px) {
  .top-column {
    padding: 40px 0 60px;
  }
  .top-column-head {
    margin-bottom: 32px;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
  }
  .top-column-list {
    flex-direction: column;
    row-gap: 40px;
  }
  .top-column-list-item {
    width: 100%;
  }
  .top-column-list-item-img {
    width: 100%;
    aspect-ratio: 400/285;
    border-radius: 6px;
    margin-bottom: 16px;
  }
  .top-column-list-item .post-date {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 1.5px;
    margin-bottom: 8px;
  }
  .top-column-list-item-title {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 1.5px;
    padding-bottom: 12px;
    margin-bottom: 8px;
  }
  .top-column-list-item-text p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.28px;
  }
}

/*お知らせ
=========================================================*/
.top-news {
  background: #f1f4fb;
}
.top-news-container {
  display: flex;
  justify-content: space-between;
}
.top-news-head {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.top-news-head .c-title {
  margin-bottom: 0;
}
.top-news-list-item {
  border-bottom: 1px solid #9d9d9d;
}
.top-news-list-item a {
  display: block;
  transition: opacity 0.3s;
}
.top-news-list-item a:hover {
  opacity: 0.85;
}
.top-news-list-item .post-date {
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 500;
  color: #1b2530;
}
.top-news-list-item-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-news-list-item-title {
  display: block;
  font-weight: 500;
  color: #1b2530;
  text-align: justify;
}
.top-news-list-item .ic-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  flex-shrink: 0;
  background: #fbaa00;
}
.top-news-list-item .ic-arrow .bi {
  color: #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .top-news {
    padding: 100px 0;
  }
  .top-news-head {
    row-gap: 80px;
  }
  .top-news-list {
    width: 760px;
  }
  .top-news-list-item a {
    padding: 24px 0 23px;
  }
  .top-news-list-item:first-child a {
    padding-top: 0;
  }
  .top-news-list-item .post-date {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.32px;
  }
  .top-news-list-item-title {
    width: 660px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.32px;
  }
  .top-news-list-item .ic-arrow {
    width: 30px;
    height: 30px;
    padding: 8px 10px;
    border-radius: 50%;
  }
  .top-news-list-item .ic-arrow .bi {
    display: block;
    font-size: 14px;
    line-height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    padding: 60px 0;
  }
  .top-news-container {
    flex-direction: column;
    row-gap: 30px;
  }
  .top-news-head {
    row-gap: 24px;
    align-items: flex-start;
  }
  .top-news-list {
    width: 100%;
  }
  .top-news-list-item a {
    padding: 16px 0;
  }
  .top-news-list-item:first-child a {
    padding-top: 0;
  }
  .top-news-list-item .post-date {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.28px;
  }
  .top-news-list-item-body {
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .top-news-list-item-title {
    flex: 1 0 0;
    min-width: 0;
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.3px;
  }
  .top-news-list-item .ic-arrow {
    width: 30px;
    height: 30px;
    padding: 7px 9px;
    border-radius: 50%;
  }
  .top-news-list-item .ic-arrow .bi {
    font-size: 12px;
  }
}

/*個別指導のメリット
=========================================================*/
.about-merit {
  background: #f1f4fb;
}
.about-merit-intro {
  display: flex;
  align-items: center;
}
.about-merit-intro-body {
  position: relative;
  display: flex;
  flex-direction: column;
}
.about-merit-intro-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about-merit-intro-title-row {
  display: flex;
  align-items: center;
}
.about-merit-intro-title .text {
  color: #1b2530;
  font-weight: 600;
}
.about-merit-intro-title .c-label {
  background-image: url("../img/common/label-cloud-374-main.svg");
}
.about-merit-intro-text {
  font-weight: 500;
  color: #1b2530;
}
.about-merit-intro-img {
  flex-shrink: 0;
  overflow: hidden;
}
.about-merit-intro-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-merit-list {
  display: flex;
  flex-direction: column;
}
.about-merit-item {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  background: #fff url("../img/common/grid-bg.svg") repeat center;
}
@media screen and (max-width: 767px) {
  .about-merit-item {
    background: #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
}
.about-merit-item-img {
  flex-shrink: 0;
  overflow: hidden;
}
.about-merit-item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-merit-item-body {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-merit-item-num {
  display: flex;
  align-items: center;
}
.about-merit-item-num .ic {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  background: #fff;
  border: 1px solid #1e6afd;
  border-radius: 16px;
}
.about-merit-item-num .ic img {
  display: block;
}
.about-merit-item-num .text {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #1e6afd;
  border-radius: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #1e6afd;
}
.about-merit-item-content {
  display: flex;
  flex-direction: column;
}
.about-merit-item-title {
  font-weight: 600;
  color: #1b2530;
}
.about-merit-item-text {
  font-weight: 500;
  color: #1b2530;
}
.about-merit-item-text .is-accent {
  color: #f28130;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .about-merit {
    padding: 100px 0;
  }
  .about-merit-intro {
    -moz-column-gap: 60px;
    column-gap: 60px;
    margin-bottom: 64px;
  }
  .about-merit-intro-body {
    row-gap: 24px;
  }
  .about-merit-intro-title {
    row-gap: 8px;
  }
  .about-merit-intro-title-row {
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
  .about-merit-intro-title .text {
    white-space: nowrap;
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 2px;
  }
  .about-merit-intro-text {
    width: 560px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .about-merit-intro-img {
    width: 460px;
    height: 306px;
    border-radius: 12px;
  }
  .about-merit-list {
    row-gap: 40px;
  }
  .about-merit-item {
    -moz-column-gap: 60px;
    column-gap: 60px;
    padding: 40px;
    border-radius: 12px;
  }
  .about-merit-item-img {
    width: 376px;
    height: 221px;
    border-radius: 16px;
  }
  .about-merit-item-body {
    row-gap: 20px;
  }
  .about-merit-item-num .ic {
    margin-right: -28px;
    padding: 6px;
  }
  .about-merit-item-num .ic img {
    width: 14px;
    height: 14px;
  }
  .about-merit-item-num .text {
    padding: 0 16px 0 36px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.32px;
  }
  .about-merit-item-content {
    row-gap: 16px;
  }
  .about-merit-item-title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.4px;
  }
  .about-merit-item-text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
}
@media screen and (max-width: 767px) {
  .about-merit {
    padding: 60px 0;
  }
  .about-merit-intro {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 24px;
    margin-bottom: 40px;
  }
  .about-merit-intro-body {
    row-gap: 16px;
  }
  .about-merit-intro-title {
    width: 100%;
    row-gap: 6px;
  }
  .about-merit-intro-title-row {
    -moz-column-gap: 4px;
    column-gap: 4px;
    flex-wrap: wrap;
  }
  .about-merit-intro-title .text {
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 1.5px;
  }
  .about-merit-intro-text {
    width: 100%;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .about-merit-intro-img {
    width: 100%;
    aspect-ratio: 460/306;
    height: auto;
    border-radius: 12px;
  }
  .about-merit-list {
    row-gap: 24px;
  }
  .about-merit-item {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
    padding: 20px;
    border-radius: 12px;
  }
  .about-merit-item-img {
    width: 100%;
    aspect-ratio: 376/221;
    height: auto;
    border-radius: 12px;
  }
  .about-merit-item-body {
    width: 100%;
    row-gap: 14px;
  }
  .about-merit-item-num .ic {
    margin-right: -24px;
    padding: 5px;
  }
  .about-merit-item-num .ic img {
    width: 13px;
    height: 13px;
  }
  .about-merit-item-num .text {
    padding: 0 14px 0 32px;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
  .about-merit-item-content {
    row-gap: 12px;
  }
  .about-merit-item-title {
    font-size: 19px;
    line-height: 29px;
    letter-spacing: 0.38px;
  }
  .about-merit-item-text {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
}

/*指導ノウハウ（メリットセクション内）
=========================================================*/
.about-knowhow-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.about-knowhow-head-title {
  position: relative;
  display: flex;
  align-items: center;
}
.about-knowhow-head-title .text {
  color: #1b2530;
  font-weight: 600;
}
.about-knowhow-head-title .c-label {
  background-image: url("../img/common/label-cloud-194-main.svg");
}
.about-knowhow-head-text {
  font-weight: 500;
  color: #1b2530;
  text-align: center;
}
.about-knowhow-list {
  display: grid;
}
.about-knowhow-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
  overflow: hidden;
  background: #fff url("../img/common/grid-bg.svg") repeat center;
}
@media screen and (max-width: 767px) {
  .about-knowhow-item {
    background: #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
}
.about-knowhow-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: scaleY(-1);
  background: url("../img/about/knowhow-corner.svg") no-repeat left top/100%
    100%;
}
.about-knowhow-item-num {
  position: absolute;
  left: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.about-knowhow-item-title {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-weight: 600;
  color: #1b2530;
}
.about-knowhow-item-text {
  font-weight: 500;
  color: #1b2530;
}
.about-knowhow-item-illust {
  display: block;
  position: absolute;
}
.about-knowhow-item-illust img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (min-width: 768px) {
  .about-knowhow {
    margin-top: 80px;
  }
  .about-knowhow-head {
    width: 768px;
    row-gap: 32px;
    margin-bottom: 56px;
  }
  .about-knowhow-head-title {
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
  .about-knowhow-head-title .text {
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 2px;
  }
  .about-knowhow-head-text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .about-knowhow-list {
    grid-template-columns: repeat(2, 510px);
    gap: 40px 60px;
  }
  .about-knowhow-item {
    padding: 80px 56px 40px;
    border-radius: 12px;
    row-gap: 32px;
  }
  .about-knowhow-item::before {
    width: 59.5px;
    height: 59.5px;
  }
  .about-knowhow-item-num {
    top: 8px;
    width: 50px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.4px;
  }
  .about-knowhow-item-title {
    width: 209px;
    height: 64px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.4px;
  }
  .about-knowhow-item-text {
    width: 100%;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .about-knowhow-item-illust {
    left: 288px;
    top: 12px;
    width: 222px;
    height: 163px;
  }
}
@media screen and (max-width: 767px) {
  .about-knowhow {
    margin-top: 50px;
  }
  .about-knowhow-head {
    width: 100%;
    row-gap: 20px;
    margin-bottom: 32px;
  }
  .about-knowhow-head-title {
    -moz-column-gap: 4px;
    column-gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-knowhow-head-title .text {
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 1.5px;
  }
  .about-knowhow-head-text {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .about-knowhow-head-text br {
    display: none;
  }
  .about-knowhow-list {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .about-knowhow-item {
    padding: 56px 20px 24px;
    border-radius: 12px;
    row-gap: 16px;
  }
  .about-knowhow-item::before {
    width: 48px;
    height: 48px;
  }
  .about-knowhow-item-num {
    top: 5px;
    width: 40px;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.34px;
  }
  .about-knowhow-item-title {
    width: 60%;
    height: auto;
    font-size: 19px;
    line-height: 29px;
    letter-spacing: 0.38px;
  }
  .about-knowhow-item-text {
    width: 100%;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .about-knowhow-item-illust {
    left: auto;
    right: 10px;
    top: 8px;
    width: 140px;
    height: 103px;
  }
}

/*代表挨拶
=========================================================*/
.about-greeting {
  background: #fff url("../img/common/grid-bg.svg") repeat center;
}
@media screen and (max-width: 767px) {
  .about-greeting {
    background: #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
}
.about-greeting-container {
  display: flex;
  align-items: center;
}
.about-greeting-img {
  flex-shrink: 0;
  overflow: hidden;
}
.about-greeting-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}
.about-greeting-body {
  display: flex;
  flex-direction: column;
}
.about-greeting-title {
  display: flex;
  align-items: center;
}
.about-greeting-title .text {
  color: #1b2530;
  font-weight: 600;
}
.about-greeting-title .c-label {
  background-image: url("../img/common/label-cloud-74-main.svg");
}
.about-greeting-text {
  display: flex;
  flex-direction: column;
}
.about-greeting-text p {
  font-weight: 500;
  color: #1b2530;
}
.about-greeting-name {
  display: flex;
  align-items: flex-end;
  color: #1b2530;
}
.about-greeting-name .name {
  font-weight: 600;
}
.about-greeting-name .role {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .about-greeting {
    padding: 100px 0 60px;
  }
  .about-greeting-container {
    -moz-column-gap: 80px;
    column-gap: 80px;
  }
  .about-greeting-img {
    width: 400px;
    height: 560px;
    border-radius: 12px;
  }
  .about-greeting-body {
    width: 600px;
    row-gap: 24px;
  }
  .about-greeting-title {
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
  .about-greeting-title .text {
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 2px;
  }
  .about-greeting-text {
    row-gap: 16px;
  }
  .about-greeting-text p {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .about-greeting-name {
    -moz-column-gap: 16px;
    column-gap: 16px;
  }
  .about-greeting-name .role {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .about-greeting-name .name {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.72px;
  }
}
@media screen and (max-width: 767px) {
  .about-greeting {
    padding: 60px 0 40px;
  }
  .about-greeting-container {
    flex-direction: column;
    row-gap: 30px;
  }
  .about-greeting-img {
    width: 100%;
    aspect-ratio: 400/560;
    height: auto;
    border-radius: 12px;
  }
  .about-greeting-body {
    width: 100%;
    row-gap: 20px;
  }
  .about-greeting-title {
    -moz-column-gap: 4px;
    column-gap: 4px;
    flex-wrap: wrap;
  }
  .about-greeting-title .text {
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 1.5px;
  }
  .about-greeting-text {
    row-gap: 14px;
  }
  .about-greeting-text p {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .about-greeting-name {
    -moz-column-gap: 12px;
    column-gap: 12px;
    justify-content: flex-end;
  }
  .about-greeting-name .role {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .about-greeting-name .name {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 0.68px;
  }
}

/*生徒へのメッセージ
=========================================================*/
.about-message {
  overflow: hidden;
  background: #fff url("../img/common/grid-bg.svg") repeat center;
}
@media screen and (max-width: 767px) {
  .about-message {
    background: #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
}
.about-message-container {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.about-message-body {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(
    168.428deg,
    #90dffd 0%,
    rgba(30, 106, 253, 0.85) 50.081%,
    #90dffd 99.208%
  );
}
.about-message-en {
  position: absolute;
  left: 564.5px;
  transform: translateX(-50%);
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  opacity: 0.24;
  mix-blend-mode: soft-light;
  white-space: nowrap;
  text-align: center;
  pointer-events: none;
}
.about-message-title {
  position: relative;
  display: flex;
  align-items: center;
}
.about-message-title .text {
  color: #fff;
  font-weight: 600;
}
.about-message-title .c-label {
  background-image: url("../img/common/label-cloud-164.svg");
}
.about-message-text {
  position: relative;
  color: #fff;
  font-weight: 500;
}
.about-message-img {
  align-self: stretch;
  flex-shrink: 0;
}
.about-message-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}
@media screen and (min-width: 768px) {
  .about-message {
    padding: 60px 0 100px;
  }
  .about-message-container {
    width: 1500px;
    border-radius: 0 60px 60px 0;
  }
  .about-message-body {
    padding: 140px 80px 100px 420px;
    row-gap: 24px;
  }
  .about-message-en {
    top: 29px;
    font-size: 104px;
    line-height: 166px;
    letter-spacing: 2.08px;
  }
  .about-message-title {
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
  .about-message-title .text {
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 2px;
  }
  .about-message-text {
    width: 424px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .about-message-img {
    width: 576px;
  }
}
@media screen and (max-width: 767px) {
  .about-message {
    padding: 40px 0 60px;
  }
  .about-message-container {
    width: 95%;
    flex-direction: column-reverse;
    border-radius: 0 24px 24px 0;
  }
  .about-message-body {
    width: 100%;
    padding: 30px 20px 36px;
    row-gap: 16px;
  }
  .about-message-en {
    left: 50%;
    top: 10px;
    font-size: 48px;
    line-height: 77px;
    letter-spacing: 0.96px;
  }
  .about-message-title {
    -moz-column-gap: 4px;
    column-gap: 4px;
    flex-wrap: wrap;
  }
  .about-message-title .text {
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 1.5px;
  }
  .about-message-text {
    width: 100%;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .about-message-img {
    width: 100%;
    align-self: auto;
    aspect-ratio: 596/300;
  }
}

/*一人ひとりの目標に合わせた学習サポート
=========================================================*/
.lesson-support {
  overflow: hidden;
  background: #f1f4fb;
}
.lesson-support-head {
  display: flex;
  align-items: center;
}
.lesson-support-head .c-title {
  flex-shrink: 0;
  margin-bottom: 0;
}
.lesson-support-text {
  flex: 1 0 0;
  min-width: 0;
}
.lesson-support-text p {
  font-weight: 500;
  color: #1b2530;
}
.lesson-support-img {
  margin-left: auto;
  overflow: hidden;
}
.lesson-support-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .lesson-support {
    padding: 100px 0 60px;
  }
  .lesson-support-head {
    -moz-column-gap: 120px;
    column-gap: 120px;
    margin-bottom: 80px;
  }
  .lesson-support-head .c-title {
    width: 476px;
  }
  .lesson-support-head .c-title .main {
    width: 478px;
  }
  .lesson-support-text p {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .lesson-support-img {
    width: 1800px;
    height: 475px;
    border-radius: 60px 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  .lesson-support {
    padding: 60px 0 40px;
  }
  .lesson-support-head {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
    margin-bottom: 40px;
  }
  .lesson-support-head .c-title {
    width: 100%;
  }
  .lesson-support-text p {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .lesson-support-img {
    width: 95%;
    aspect-ratio: 1800/475;
    height: auto;
    border-radius: 24px 0 0 24px;
  }
}

/*テスト対策／志望校に向けた対策
=========================================================*/
.lesson-test {
  background: #f1f4fb;
}
.lesson-test-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lesson-test-head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lesson-test-head-title {
  position: relative;
  display: flex;
  align-items: center;
}
.lesson-test-head-title .text {
  color: #1b2530;
  font-weight: 600;
}
.lesson-test-head-title .c-label {
  background-image: url("../img/common/label-cloud-164-main.svg");
}
.lesson-test-head-text {
  font-weight: 500;
  color: #1b2530;
  text-align: center;
}
.lesson-test-head.is-wide .lesson-test-head-title .c-label {
  background-image: url("../img/common/label-cloud-104-main.svg");
}
.lesson-test-list {
  display: flex;
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .lesson-test {
    padding: 60px 0 100px;
  }
  .lesson-test-block {
    row-gap: 56px;
  }
  .lesson-test-block + .lesson-test-block {
    margin-top: 80px;
  }
  .lesson-test-head {
    width: 670px;
    row-gap: 32px;
  }
  .lesson-test-head.is-wide {
    width: 100%;
  }
  .lesson-test-head-title {
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
  .lesson-test-head-title .text {
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 2px;
  }
  .lesson-test-head-text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
    padding-bottom: 2px;
  }
  .lesson-test-list {
    -moz-column-gap: 28px;
    column-gap: 28px;
  }
}
@media screen and (max-width: 767px) {
  .lesson-test {
    padding: 40px 0 60px;
  }
  .lesson-test-block {
    row-gap: 32px;
  }
  .lesson-test-block + .lesson-test-block {
    margin-top: 50px;
  }
  .lesson-test-head {
    width: 100%;
    row-gap: 20px;
  }
  .lesson-test-head-title {
    -moz-column-gap: 4px;
    column-gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .lesson-test-head-title .text {
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 1.5px;
  }
  .lesson-test-head-text {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .lesson-test-head-text br {
    display: none;
  }
  .lesson-test-list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px 16px;
  }
}

/*STEPカード
=========================================================*/
.lesson-step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lesson-step-num {
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: url("../img/common/step-tab.svg") no-repeat center top;
}
.lesson-step-body {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff url("../img/common/grid-bg.svg") repeat center;
}
@media screen and (max-width: 767px) {
  .lesson-step-body {
    background: #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
}
.lesson-step-icon {
  display: block;
  flex-shrink: 0;
}
.lesson-step-icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.lesson-step-content {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.lesson-step-title {
  font-weight: 600;
  color: #1b2530;
}
.lesson-step-text {
  font-weight: 500;
  color: #1b2530;
}
@media screen and (min-width: 768px) {
  .lesson-step {
    width: 249px;
  }
  .lesson-step-num {
    width: 148px;
    height: 56px;
    margin-bottom: -28px;
    padding-top: 3px;
    background-size: 148px 34px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.4px;
  }
  .lesson-step-body {
    padding: 44px 20px 24px;
    border-radius: 8px;
    row-gap: 24px;
  }
  .lesson-step-icon {
    width: 75px;
    height: 60px;
  }
  .lesson-step-icon.is-icon03 img {
    max-width: none;
    width: 82px;
    height: 60px;
    margin-top: 1px;
  }
  .lesson-step-icon.is-icon06 img {
    width: 68px;
    height: 64px;
    margin: -3px 0 0 8px;
  }
  .lesson-step-icon.is-icon08 img {
    width: 56px;
    height: 73px;
    margin: -8px 0 0 10px;
  }
  .lesson-step-content {
    width: 209px;
    row-gap: 12px;
    position: relative;
    top: 1px;
  }
  .lesson-step-title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.4px;
  }
  .lesson-step-text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
}
@media screen and (max-width: 767px) {
  .lesson-step {
    width: calc(50% - 8px);
  }
  .lesson-step-num {
    width: 120px;
    height: 46px;
    margin-bottom: -23px;
    padding-top: 2px;
    background-size: 120px 28px;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.34px;
  }
  .lesson-step-body {
    padding: 34px 14px 20px;
    border-radius: 8px;
    row-gap: 16px;
  }
  .lesson-step-icon {
    width: 62px;
    height: 50px;
  }
  .lesson-step-icon.is-icon03 img {
    max-width: none;
    width: 68px;
    height: 50px;
    margin-top: 1px;
  }
  .lesson-step-icon.is-icon06 img {
    width: 56px;
    height: 53px;
    margin: -2px 0 0 7px;
  }
  .lesson-step-icon.is-icon08 img {
    width: 46px;
    height: 60px;
    margin: -7px 0 0 8px;
  }
  .lesson-step-content {
    width: 100%;
    row-gap: 8px;
  }
  .lesson-step-title {
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0.34px;
  }
  .lesson-step-text {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.56px;
  }
  .lesson-step-text br {
    display: none;
  }
}

/*コース案内
=========================================================*/
.lesson-course {
  background: #fff url("../img/common/grid-bg.svg") repeat center;
}
@media screen and (max-width: 767px) {
  .lesson-course {
    background: #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
}
.lesson-course-list {
  display: flex;
  flex-direction: column;
}
.lesson-course-item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background: #f1f4fb;
}
.lesson-course-item-box {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.lesson-course-item-img {
  flex-shrink: 0;
  overflow: hidden;
  background: #fff;
}
.lesson-course-item-img .com-img {
  width: 100%;
  height: 100%;
}
.lesson-course-item-content {
  display: flex;
  flex-direction: column;
}
.lesson-course-item-title {
  font-weight: 600;
}
.lesson-course-item-title .title {
  color: #fff;
  vertical-align: top;
  display: inline-block;
  border-radius: 100px;
  padding: 10px 20px;
  box-sizing: border-box;
  background: var(
    --ING-,
    linear-gradient(
      156deg,
      #90dffd 0%,
      rgba(30, 106, 253, 0.85) 50.08%,
      #90dffd 99.21%
    )
  );
}
.lesson-course-item-text {
  font-weight: 500;
  color: #1b2530;
}
.lesson-course-item-price {
  display: flex;
  align-items: center;
  color: #1b2530;
}
.lesson-course-item-price .num {
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.lesson-course-item-price .unit {
  font-weight: 500;
}
.lesson-course-inlist-item {
  border-bottom: 1px solid #9d9d9d;
}
.lesson-course-inlist-item-name {
  color: #1e6afd;
}
.lesson-course-inlist-item-fee {
  font-family: "Lato", sans-serif;
  display: flex;
  font-weight: 700;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .lesson-course {
    padding: 100px 0;
  }
  .lesson-course .c-title {
    margin-bottom: 30px;
  }
  .lesson-course-lead {
    margin-bottom: 65px;
  }
  .lesson-course-list {
    row-gap: 40px;
  }
  .lesson-course-item {
    border-radius: 12px;
    padding: 40px 30px;
    box-sizing: border-box;
    min-height: 301px;
    row-gap: 25px;
  }
  .lesson-course-item-box {
    -moz-column-gap: 60px;
    column-gap: 60px;
    display: grid;
    grid-template-columns: 1fr 450px;
  }
  .lesson-course-item-img {
    width: 450px;
    height: 265px;
    border-radius: 16px;
  }
  .lesson-course-item-content {
    row-gap: 16px;
  }
  .lesson-course-item-title {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.4px;
  }
  .lesson-course-item-text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .lesson-course-inlist-item {
    display: grid;
    grid-template-columns: 650px 1fr;
    padding: 15px 0;
  }
  .lesson-course-inlist-item-name {
    font-size: 20px;
  }
  .lesson-course-inlist-item-fee {
    font-size: 32px;
    line-height: 1;
    text-align: right;
    display: flex;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
  .lesson-course-inlist-item-fee small {
    font-size: 16px;
    position: relative;
    top: -3px;
  }
}
@media screen and (max-width: 767px) {
  .lesson-course {
    padding: 60px 0;
  }
  .lesson-course .c-title {
    margin-bottom: 20px;
  }
  .lesson-course-lead {
    margin-bottom: 35px;
  }
  .lesson-course-list {
    row-gap: 24px;
  }
  .lesson-course-item {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 20px;
    padding: 20px;
    border-radius: 12px;
  }
  .lesson-course-item-box {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    width: 100%;
  }
  .lesson-course-item-img {
    width: 100%;
    aspect-ratio: 376/221;
    height: auto;
    border-radius: 12px;
  }
  .lesson-course-item-content {
    width: 100%;
    row-gap: 12px;
  }
  .lesson-course-item-title {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.36px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .lesson-course-item-text {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.6px;
  }
  .lesson-course-inlist {
    width: 100%;
  }
  .lesson-course-inlist-item {
    display: grid;
    grid-template-columns: 150px 1fr;
    padding: 15px 0;
  }
  .lesson-course-inlist-item-name {
    font-size: 16px;
  }
  .lesson-course-inlist-item-fee {
    font-size: 20px;
    line-height: 1;
    text-align: right;
    display: flex;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
  .lesson-course-inlist-item-fee small {
    font-size: 14px;
    position: relative;
    top: -3px;
  }
}

.caution-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.caution-list-item {
  box-sizing: border-box;
  background: #f1f4fb url(../img/common/bg-rb.png) no-repeat right bottom;
}
.caution-list-item-title {
  display: grid;
  font-weight: 700;
  align-items: center;
  margin-bottom: 15px;
}
.caution-list-item .num {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  aspect-ratio: 1/1;
  font-weight: 700;
  background: url(../img/common/grad-blue.png) no-repeat center/contain;
}
.caution-list-item .title {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .caution {
    padding: 80px 0 40px;
  }
  .caution-list {
    gap: 30px;
  }
  .caution-list-item {
    padding: 20px;
    border-radius: 12px;
  }
  .caution-list-item-title {
    grid-template-columns: 28px 1fr;
    gap: 10px;
  }
  .caution-list-item .num {
    width: 28px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .caution {
    padding: 60px 0 40px;
  }
  .caution-list {
    gap: 30px;
    display: flex;
    flex-direction: column;
  }
  .caution-list-item {
    padding: 20px;
    border-radius: 12px;
  }
  .caution-list-item-title {
    grid-template-columns: 28px 1fr;
    gap: 10px;
  }
  .caution-list-item .num {
    width: 28px;
    font-size: 16px;
  }
}

/*ING個別セミナーが選ばれる理由
=========================================================*/
.reason-education {
  background: #f1f4fb;
}
.reason-education-container {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .reason-education {
    padding: 100px 0;
  }
  .reason-education-container {
    row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .reason-education {
    padding: 60px 0;
  }
  .reason-education-container {
    row-gap: 32px;
  }
}

/*REASONカード
=========================================================*/
.reason-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.reason-card-num {
  box-sizing: border-box;
  flex-shrink: 0;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(
    174.9356deg,
    rgb(144, 223, 253) 0%,
    rgba(30, 106, 253, 0.85) 50.081%,
    rgb(144, 223, 253) 99.208%
  );
}
.reason-card-body {
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  background: #fff url("../img/common/grid-bg.svg") repeat center;
}
@media screen and (max-width: 767px) {
  .reason-card-body {
    background: #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
}
.reason-card-main {
  display: flex;
  align-items: center;
  width: 100%;
}
.reason-card-content {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.reason-card-title {
  display: flex;
  flex-direction: column;
  font-weight: 600;
  color: #1b2530;
}
.reason-card-title-lead {
  display: flex;
  align-items: center;
}
.reason-card:nth-of-type(1) .c-label,
.reason-card:nth-of-type(2) .c-label {
  background-image: url("../img/common/label-cloud-134-main.svg");
}
.reason-card:nth-of-type(3) .c-label {
  background-image: url("../img/common/label-cloud-164-main.svg");
}
.reason-card:nth-of-type(4) .c-label {
  background-image: url("../img/common/label-cloud-194-main.svg");
}
.reason-card-merit {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: #f1f4fb;
}
.reason-card-merit-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #1b2530;
}
.reason-card-merit-title::after {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 32px;
  border-top: 1px solid #1b2530;
}
.reason-card-merit-list {
  display: flex;
  flex-direction: column;
}
.reason-card-merit-list-item {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #1b2530;
}
.reason-card-merit-list-item .bi {
  box-sizing: border-box;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #1e6afd;
  border-radius: 50%;
  color: #1e6afd;
}
.reason-card-img {
  flex: 1 0 0;
  align-self: stretch;
  min-width: 0;
  overflow: hidden;
}
.reason-card-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.reason-card-text {
  font-weight: 500;
  color: #1b2530;
  text-spacing-trim: space-all;
}
.reason-card-text .is-accent {
  color: #f28130;
  font-weight: 700;
}
.reason-card.is-reverse {
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .reason-card-num {
    width: 240px;
    padding: 8px 0;
    border-radius: 20px 20px 0 0;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.4px;
  }
  .reason-card-body {
    padding: 60px;
    border-radius: 0 12px 12px 12px;
    row-gap: 32px;
  }
  .reason-card-main {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .reason-card-content {
    width: 413px;
    row-gap: 28px;
  }
  .reason-card-title {
    row-gap: 8px;
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 2px;
  }
  .reason-card-title-lead {
    -moz-column-gap: 4px;
    column-gap: 4px;
  }
  .reason-card-title-lead .text {
    position: relative;
    top: 1px;
  }
  .reason-card-title-main {
    position: relative;
    top: 1px;
  }
  .reason-card-merit {
    padding: 24px 40px;
    border-radius: 12px;
    row-gap: 12px;
  }
  .reason-card-merit-title {
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.4px;
    position: relative;
    top: 1px;
  }
  .reason-card-merit-title::after {
    position: relative;
    top: -1px;
  }
  .reason-card-merit-list {
    row-gap: 4px;
  }
  .reason-card-merit-list-item {
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .reason-card-merit-list-item .bi {
    width: 22px;
    height: 22px;
    font-size: 16px;
  }
  .reason-card-img {
    border-radius: 16px;
  }
  .reason-card-text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .reason-card:nth-of-type(2) .reason-card-text {
    width: 965px;
  }
  .reason-card.is-reverse .reason-card-num {
    padding: 7px 0;
  }
  .reason-card.is-reverse .reason-card-body {
    border-radius: 12px 0 12px 12px;
  }
}
@media screen and (max-width: 767px) {
  .reason-card-num {
    width: 180px;
    padding: 6px 0;
    border-radius: 14px 14px 0 0;
    font-size: 17px;
    line-height: 27px;
    letter-spacing: 0.34px;
  }
  .reason-card-body {
    padding: 24px 20px;
    border-radius: 0 12px 12px 12px;
    row-gap: 20px;
  }
  .reason-card-main {
    flex-direction: column;
    align-items: stretch;
    row-gap: 20px;
  }
  .reason-card-content {
    width: 100%;
    row-gap: 20px;
  }
  .reason-card-title {
    row-gap: 4px;
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 1.5px;
  }
  .reason-card-title-lead {
    -moz-column-gap: 4px;
    column-gap: 4px;
    flex-wrap: wrap;
  }
  .reason-card-merit {
    padding: 20px 24px;
    border-radius: 12px;
    row-gap: 10px;
  }
  .reason-card-merit-title {
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.34px;
  }
  .reason-card-merit-list {
    row-gap: 4px;
  }
  .reason-card-merit-list-item {
    -moz-column-gap: 8px;
    column-gap: 8px;
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .reason-card-merit-list-item .bi {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }
  .reason-card-img {
    flex: 0 0 auto;
    align-self: auto;
    width: 100%;
    aspect-ratio: 487/348;
    border-radius: 12px;
  }
  .reason-card-text {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .reason-card-text br {
    display: none;
  }
  .reason-card.is-reverse .reason-card-body {
    border-radius: 12px 0 12px 12px;
  }
  .reason-card.is-reverse .reason-card-main {
    flex-direction: column-reverse;
  }
}

/*保護者様・生徒様の声
=========================================================*/
.reason-voice {
  background: #fff url("../img/common/grid-bg.svg") repeat center;
}
@media screen and (max-width: 767px) {
  .reason-voice {
    background: #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
}
.reason-voice-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reason-voice-list {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .reason-voice {
    padding: 100px 0;
  }
  .reason-voice-list {
    row-gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .reason-voice {
    padding: 60px 0;
  }
  .reason-voice-list {
    row-gap: 50px;
  }
}

/*無料体験授業について
=========================================================*/
.first-trial {
  background: #f1f4fb;
}
.first-trial-intro-body {
  display: flex;
  align-items: center;
}
.first-trial-intro-img {
  flex-shrink: 0;
  overflow: hidden;
}
.first-trial-intro-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.first-trial-intro-content {
  display: flex;
  flex-direction: column;
}
.first-trial-intro-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #1b2530;
}
.first-trial-intro-title .c-label {
  background-image: url("../img/common/label-cloud-194-main.svg");
}
.first-trial-intro-text {
  font-weight: 500;
  color: #1b2530;
}
.first-trial-flow-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #1b2530;
}
.first-trial-flow-title .c-label {
  background-image: url("../img/common/label-cloud-134-main.svg");
}
.first-trial-flow-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .first-trial {
    padding: 100px 0 140px;
  }
  .first-trial-intro-body {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .first-trial-intro-img {
    width: 460px;
    height: 306px;
    border-radius: 12px;
  }
  .first-trial-intro-content {
    width: 560px;
    row-gap: 24px;
  }
  .first-trial-intro-title {
    -moz-column-gap: 4px;
    column-gap: 4px;
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 2px;
  }
  .first-trial-intro-text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .first-trial-intro-text .c-marker {
    background-size: 100% 4px;
    background-position: 0 calc(100% - 2px);
  }
  .first-trial-flow {
    margin-top: 80px;
  }
  .first-trial-flow-title {
    -moz-column-gap: 4px;
    column-gap: 4px;
    font-size: 28px;
    line-height: 45px;
    letter-spacing: 2px;
  }
  .first-trial-flow-list {
    margin-top: 56px;
    row-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .first-trial {
    padding: 60px 0 80px;
  }
  .first-trial-intro-body {
    flex-direction: column;
    align-items: stretch;
    row-gap: 20px;
  }
  .first-trial-intro-img {
    width: 100%;
    aspect-ratio: 460/306;
    border-radius: 12px;
  }
  .first-trial-intro-content {
    width: 100%;
    row-gap: 16px;
  }
  .first-trial-intro-title {
    -moz-column-gap: 4px;
    column-gap: 4px;
    flex-wrap: wrap;
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 1.5px;
  }
  .first-trial-intro-text {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .first-trial-intro-text br {
    display: none;
  }
  .first-trial-intro-text .c-marker {
    background-size: 100% 4px;
    background-position: 0 calc(100% - 3px);
  }
  .first-trial-flow {
    margin-top: 50px;
  }
  .first-trial-flow-title {
    -moz-column-gap: 4px;
    column-gap: 4px;
    font-size: 21px;
    line-height: 34px;
    letter-spacing: 1.5px;
  }
  .first-trial-flow-list {
    margin-top: 32px;
    row-gap: 24px;
  }
}

/*無料体験の流れ STEPカード
=========================================================*/
.first-step {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  overflow: hidden;
  border-radius: 12px;
}
.first-step-num {
  box-sizing: border-box;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-image: linear-gradient(
    156.1016deg,
    rgb(144, 223, 253) 0%,
    rgba(30, 106, 253, 0.85) 50.081%,
    rgb(144, 223, 253) 99.208%
  );
}
.first-step-body {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #fff url("../img/common/grid-bg.svg") repeat center;
}
@media screen and (max-width: 767px) {
  .first-step-body {
    background: #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
}
.first-step-content {
  box-sizing: border-box;
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.first-step-title {
  font-weight: 600;
  color: #1e6afd;
}
.first-step-text {
  font-weight: 500;
  color: #1b2530;
}
.first-step-illust {
  display: block;
}
@media screen and (min-width: 768px) {
  .first-step-num {
    width: 170px;
    height: 170px;
    padding: 48px 50px 56px;
    row-gap: 4px;
  }
  .first-step-num .label {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 5.6px;
  }
  .first-step-num .num {
    position: relative;
    top: -2px;
    font-size: 60px;
    line-height: 43px;
    letter-spacing: 1.2px;
  }
  .first-step-body {
    width: 910px;
    height: 170px;
  }
  .first-step-content {
    padding: 32px 24px 32px 40px;
    row-gap: 12px;
  }
  .first-step-title {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0.4px;
  }
  .first-step-text {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .first-step-illust {
    width: 226px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .first-step-num {
    width: 92px;
    height: auto;
    align-self: stretch;
    padding: 20px 10px;
    row-gap: 2px;
  }
  .first-step-num .label {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 3.9px;
  }
  .first-step-num .num {
    font-size: 34px;
    line-height: 26px;
    letter-spacing: 0.68px;
  }
  .first-step-body {
    flex: 1 0 0;
    min-width: 0;
    flex-direction: column;
    align-items: stretch;
  }
  .first-step-content {
    padding: 20px 16px;
    row-gap: 8px;
  }
  .first-step-title {
    font-size: 17px;
    line-height: 28px;
    letter-spacing: 0.34px;
  }
  .first-step-text {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .first-step-text br {
    display: none;
  }
  .first-step-illust {
    width: 100%;
    height: 170px;
    margin: 0 auto 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/*帯画像
=========================================================*/
.first-band {
  background: #f1f4fb;
  overflow: hidden;
}
.first-band-img {
  overflow: hidden;
}
.first-band-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .first-band-img {
    width: 1800px;
    height: 475px;
    border-radius: 0 60px 60px 0;
  }
}
@media screen and (max-width: 767px) {
  .first-band-img {
    width: 95%;
    aspect-ratio: 1800/475;
    height: auto;
    border-radius: 0 24px 24px 0;
  }
}

/*アクセス情報
=========================================================*/
.first-access {
  background: #f1f4fb;
}
.first-access-container {
  display: flex;
  align-items: flex-start;
}
.first-access-map {
  flex-shrink: 0;
  overflow: hidden;
  background: #b8b8b8;
}
.first-access-map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.first-access-list {
  display: flex;
  flex-direction: column;
}
.first-access-list-item {
  display: flex;
}
.first-access-list dt {
  box-sizing: border-box;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #1e6afd;
  font-weight: 500;
  color: #1b2530;
}
.first-access-list dd {
  box-sizing: border-box;
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #9d9d9d;
  font-weight: 500;
  color: #1b2530;
}
@media screen and (min-width: 768px) {
  .first-access {
    padding: 140px 0 100px;
  }
  .first-access-container {
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .first-access-map {
    width: 467px;
    height: 350px;
    border-radius: 16px;
  }
  .first-access-list {
    width: 553px;
    row-gap: 24px;
  }
  .first-access-list dt,
  .first-access-list dd {
    white-space: nowrap;
  }
  .first-access-list dt {
    width: 146px;
    padding: 0 40px 8px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .first-access-list dd {
    padding: 0 20px 8px 40px;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
}
@media screen and (max-width: 767px) {
  .first-access {
    padding: 60px 0;
  }
  .first-access-container {
    flex-direction: column;
    row-gap: 24px;
  }
  .first-access-map {
    width: 100%;
    aspect-ratio: 467/350;
    border-radius: 12px;
  }
  .first-access-list {
    width: 100%;
    row-gap: 16px;
  }
  .first-access-list dt {
    width: 96px;
    padding: 0 8px 6px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.56px;
  }
  .first-access-list dd {
    padding: 0 4px 6px 16px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.56px;
  }
}

/*よくある質問
=========================================================*/
.first-faq {
  background: #fff url("../img/common/grid-bg.svg") repeat center;
}
@media screen and (max-width: 767px) {
  .first-faq {
    background: #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
}
.first-faq-container {
  display: grid;
}
.first-faq-item {
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  background: #f1f4fb;
}
.first-faq-item-icon {
  box-sizing: border-box;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #1e6afd;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
}
.first-faq-item-body {
  flex: 1 0 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
}
.first-faq-item-question {
  font-weight: 600;
  color: #1b2530;
}
.first-faq-item-answer {
  font-weight: 500;
  color: #1b2530;
}
@media screen and (min-width: 768px) {
  .first-faq {
    padding: 100px 0;
  }
  .first-faq .c-title {
    margin-bottom: 80px;
  }
  .first-faq-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
  .first-faq-item {
    padding: 28px;
    border-radius: 12px;
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .first-faq-item-icon {
    width: 27px;
    height: 27px;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.36px;
  }
  .first-faq-item-body {
    row-gap: 8px;
  }
  .first-faq-item-question {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.36px;
  }
  .first-faq-item-answer {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.3px;
  }
}
@media screen and (max-width: 767px) {
  .first-faq {
    padding: 60px 0;
  }
  .first-faq .c-title {
    margin-bottom: 40px;
  }
  .first-faq-container {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .first-faq-item {
    padding: 20px;
    border-radius: 12px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .first-faq-item-icon {
    width: 24px;
    height: 24px;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.32px;
  }
  .first-faq-item-body {
    row-gap: 6px;
  }
  .first-faq-item-question {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.32px;
  }
  .first-faq-item-answer {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.28px;
  }
}

.access {
  background: #f1f4fb;
}
.access .googlemap {
  overflow: hidden;
}
.access .googlemap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .access .googlemap {
    height: 450px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .access .googlemap {
    height: 250px;
    border-radius: 0;
  }
}

/*ページ背景
----------------------------------------------------*/
#contents-u.contact,
#contents-u.complete-page {
  background: #fff url("../img/common/grid-bg.svg") repeat center;
}
@media screen and (max-width: 767px) {
  #contents-u.contact,
  #contents-u.complete-page {
    background: #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #9d9d9d;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #1e6afd;
  border-bottom: 1px solid #1e6afd;
}
.cont-dl .in-dl .required {
  line-height: 1;
  background: #e74c3c;
  color: #fff;
}
.cont-dl .in-dl .optional {
  line-height: 1;
  background: #3498db;
  color: #fff;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type="text"],
.cont-dl .in-dl dd input[type="num"],
.cont-dl .in-dl dd input[type="email"],
.cont-dl .in-dl dd input[type="url"],
.cont-dl .in-dl dd input[type="tel"] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  color: #1b2530;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
@media screen and (min-width: 768px) {
  .cont-dl .in-dl {
    display: grid;
    grid-template-columns: 350px 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 13px;
  }
  .cont-dl .in-dl dt {
    grid-template-rows: auto auto 1fr;
  }
}
@media screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1 / span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #fbaa00;
  background-color: #fbaa00;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .contact-btn ul {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .contact-btn ul li #form-btn {
    cursor: pointer;
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  .contact-recaptcha-wrap {
    margin-top: 60px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.complete-page .c-button-container {
  margin-top: 40px;
}

/*ページ背景
----------------------------------------------------*/
#contents-u.post-page,
#contents-u.s-post {
  background: #fff url("../img/common/grid-bg.svg") repeat center;
}
@media screen and (max-width: 767px) {
  #contents-u.post-page,
  #contents-u.s-post {
    background: #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
}

/*All Post
----------------------------------------------------*/
.post-wrp .post-list-item {
  border-bottom: solid #9d9d9d 1px;
}
.post-wrp .post-list-item a {
  color: #1b2530;
  display: block;
  box-sizing: border-box;
}
.post-wrp .post-list-item .tag-time {
  display: grid;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #1b2530;
}
.post-wrp .post-list-item .post-title {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 20px;
    grid-template-columns: 120px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 150px;
    height: 150px;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 20px;
    width: calc(100% - 150px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 15px;
    grid-template-columns: 100px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 80px;
    height: 80px;
    background: #ccc;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 10px;
    width: calc(100% - 80px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .post-wrp .post-list-item .post-txt {
    font-size: 13px;
    line-height: 1.4;
  }
}

.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #1b2530;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #1b2530;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #1b2530;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

/*Single Post
----------------------------------------------------*/
@media screen and (min-width: 768px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .taxonomy-list {
    margin-bottom: 15px;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #1e6afd;
}
@media screen and (min-width: 768px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 50px;
  }
}
#contents-u.s-post .s-time-tag time {
  color: #1e6afd;
  font-weight: bold;
}

.privacy-page {
  background: #fff url("../img/common/grid-bg.svg") repeat center;
}
@media screen and (max-width: 767px) {
  .privacy-page {
    background: #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
}
.privacy-page .privacy-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .privacy-page .privacy-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .privacy-page .privacy-box {
    margin-bottom: 30px;
  }
}

.site-map {
  background: #fff url("../img/common/grid-bg.svg") repeat center;
}
@media screen and (max-width: 767px) {
  .site-map {
    background: #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
}
.site-map-list > li {
  border-bottom: 1px solid #9d9d9d;
}
.site-map-list > li > a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.1s all ease-in;
  color: #1b2530;
}
.site-map-list > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
  border-radius: 2px;
}
.site-map-list .sitemap-dropdown {
  box-sizing: border-box;
}
.site-map-list .sitemap-dropdown a {
  display: block;
  color: #1b2530;
}
@media screen and (min-width: 768px) {
  .site-map-list a:hover {
    opacity: 0.5;
  }
  .site-map-list > li > a {
    padding: 20px 0 20px 30px;
    font-size: 16px;
  }
  .site-map-list > li > a:before {
    margin-top: -5px;
    border: solid 5px #1e6afd;
  }
  .site-map-list > li .sitemap-dropdown {
    padding-left: 20px;
  }
  .site-map-list > li .sitemap-dropdown a {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .site-map-list > li > a {
    padding: 10px 0 10px 30px;
  }
  .site-map-list > li > a:before {
    margin-top: -5px;
    border: solid 5px #1e6afd;
  }
  .site-map-list > li .sitemap-dropdown {
    padding-left: 20px;
  }
  .site-map-list > li .sitemap-dropdown a {
    padding: 15px 0;
  }
}

#contents-u.notfound {
  background: #fff url("../img/common/grid-bg.svg") repeat center;
}
@media screen and (max-width: 767px) {
  #contents-u.notfound {
    background: #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
}

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #1b2530;
  font-weight: bold;
  border-bottom: 1px solid #1b2530;
  transition: 0.1s all ease-in;
}
.not-found-txt p a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 40%;
    margin-bottom: 8%;
  }
  .drawer-nav {
    text-align: left;
    padding: 15% 10% 10% !important;
    box-sizing: border-box;
    background: #fff;
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #c6beaf;
  }
  .drawer-nav .drawer-menu > li:last-child {
    margin-bottom: 0;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    display: block;
    position: relative;
    box-sizing: border-box;
    font-weight: bold;
  }
  /*Drawer Btn Setting
  =======================================*/
  /* 重なり順は drawer.css の CSS 変数で管理
     （--drawer-z-overlay / --drawer-z-nav / --drawer-z-hamburger） */
  /*Right Position
  -----------------------------------*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
  }
  .drawer--right.drawer-open .drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
  }
  /*Left Position
  -----------------------------------*/
  .drawer--left .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    left: 2.5% !important;
    top: 1%;
  }
  .drawer--left.drawer-open .drawer-hamburger {
    top: 1%;
    left: 2.5% !important;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent !important;
  }
  .drawer-toggle.drawer-hamburger {
    background: #000 !important;
    right: 2.5% !important;
    top: 1%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .drawer-hamburger {
    width: 48px;
    height: 60px;
    box-sizing: border-box;
  }
  .drawer-hamburger-icon {
    margin-top: 0;
    /* 3本線の間隔。上下の線の位置と、×印にするときの移動量の両方を
       drawer.css がこの値から計算するので、top は直接指定しないこと */
    --drawer-bar-gap: 8px;
  }
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    width: 100%;
  }
  .drawer-hamburger-txt {
    text-align: center;
    color: #fff;
    line-height: 1;
    position: relative;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    padding: 2%;
    box-sizing: border-box;
    border-bottom: 1px solid #fff;
  }
  .drawer-dropdown-menu > li:last-child,
  .drawer-dropdown-menu .drawer-dropdown-menu-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .drawer-menu-item {
    position: relative;
  }
  .level1,
  .level2 {
    font-size: 4vw;
    position: relative;
  }
  .level1 li,
  .level1 p,
  .level2 li,
  .level2 p {
    padding: 2% 0 2% 2% !important;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #f2f2f2;
  }
  .level2 {
    background: #ccc;
  }
  .level2 li a {
    padding-left: 5% !important;
    box-sizing: border-box;
  }
  .drawer-current {
    position: absolute;
    right: 5px !important;
    top: 50%;
    width: 10px !important;
    height: 10px !important;
    border: solid transparent 1px !important;
    box-sizing: border-box;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
    transform: rotate(-45deg);
    margin-top: -5px !important;
    /* all ではなく transform だけを動かす（レイアウトを発生させないため） */
    transition: transform 0.2s ease;
  }
  /*current　矢印設定
  ----------------------------------*/
  .drawer-dropdown .drawer-menu-item.current .drawer-current {
    transform: rotate(45deg) !important;
  }
  /*Original Custum Code
  =======================================*/
  /*SNS
  -----------------------------------*/
  .sns-list {
    margin: 10% auto 5%;
  }
  .sns-list li {
    margin-right: 5%;
  }
  .sns-list li:last-child {
    margin-right: 0;
  }
  /*Address
  -----------------------------------*/
  .drawer-address {
    margin: 5% auto;
    text-align: center;
    font-size: 3vw;
  }
  .drawer-address li {
    margin-bottom: 3%;
  }
  .drawer-address li:last-child {
    margin-bottom: 0;
  }
  /*Contact btn
  -----------------------------------*/
  .drawer-mail-btn {
    text-align: center;
    width: 60%;
    display: block;
    background: #000;
    margin: 10% auto;
    padding: 4% 0;
  }
  .drawer-mail-btn span {
    font-size: 3.5vw;
    color: #fff;
    position: relative;
  }
  /*縦スクロール設定
  ---------------------------------------------*/
  /* iScroll を使っていた頃の回避策は不要になりました。
     パネル内のスクロール（overflow-y / overscroll-behavior /
     -webkit-overflow-scrolling）は drawer.css 側で定義しています。 */
}
@media screen and (max-width: 767px) {
  /*---------------------------------------------
   Drawer Default
  ---------------------------------------------*/
  .drawer-logo {
    width: 180px;
    margin-bottom: 8%;
  }
  .drawer-nav {
    padding: 7% 5% 20% !important;
    background: #fff;
  }
  .drawer-nav .drawer-menu {
    background: #fff;
    border-radius: 0;
    padding: 5% 5% 10%;
    box-sizing: border-box;
    box-shadow: 0 0 10px 5px rgba(27, 37, 48, 0.1);
  }
  .drawer-nav .drawer-menu > li {
    border-bottom: 1px solid #9d9d9d;
  }
  .drawer-nav .drawer-menu > li > .drawer-menu-item {
    font-size: 15px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    padding: 20px 5px;
    color: #1b2530;
    line-height: 1.2;
  }
  /*Drawer Btn Setting
  =======================================*/
  /*Right Position
  -----------------------------------*/
  /*close*/
  .drawer--right .drawer-toggle.drawer-hamburger {
    background: #1e6afd !important;
    right: 10px !important;
    top: 10px;
    border-radius: 0;
  }
  /*open*/
  .drawer--right.drawer-open .drawer-hamburger {
    right: 10px !important;
    top: 10px;
  }
  /*Drawer Btn
  -----------------------------------*/
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:after,
  .drawer-hamburger-icon:before {
    background-color: #fff !important;
  }
  /*drawer box*/
  .drawer-hamburger {
    width: 50px;
    height: 50px;
  }
  /*drawer line*/
  .drawer-hamburger-icon {
    /* 線の間隔（top ではなくこの変数で指定する。drawer.css 参照） */
    --drawer-bar-gap: 8px;
  }
  /*drawer box txt*/
  .drawer-hamburger-txt {
    color: #fff;
    font-size: 9px;
    bottom: -15px;
  }
  /*DropDown Menu
  ---------------------------------------------*/
  .drawer-dropdown-menu > li,
  .drawer-dropdown-menu .drawer-dropdown-menu-item {
    line-height: 1.2;
    border-bottom: 1px solid #fff;
  }
  .level1,
  .level2 {
    position: relative;
  }
  .level1 a,
  .level1 p,
  .level2 a,
  .level2 p {
    font-size: 4vw;
  }
  .level1 {
    background: #fff;
  }
  .level2 {
    background: #fff;
  }
  .drawer-current {
    right: 5px !important;
    top: 50%;
    border-bottom: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  /*Original Custum Code
  =======================================*/
  .drawer-info {
    margin-top: 30px;
    display: grid;
    row-gap: 30px;
    justify-content: center;
  }
  .drawer-info-address {
    font-size: 13px;
    text-align: center;
  }
  .drawer-info-detail {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
}
/*ヘッダー
=========================================================*/
.header {
  background: #fff;
}
.header-upper {
  background: #fff;
}
.header-upper-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo a {
  display: block;
}
.header-logo img {
  display: block;
  width: 100%;
}
.header-right {
  display: flex;
  align-items: center;
}
.header-right-info {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .header-upper {
    padding: 24px 0 12px;
  }
  .header-upper-inner {
    height: 61px;
  }
  .header-logo {
    width: 300px;
  }
  .header-right-info {
    -moz-column-gap: 24px;
    column-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .header .widebox {
    width: 100%;
  }
  .header-upper {
    padding: 12px 15px;
  }
  .header-upper-inner {
    height: 44px;
  }
  .header-logo {
    width: 180px;
  }
  .header-right {
    width: 100%;
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    background: #fff;
    box-shadow: 0 -2px 8px rgba(27, 37, 48, 0.12);
  }
  .header-right-info {
    height: 60px;
    width: 100%;
    -moz-column-gap: 0;
    column-gap: 0;
  }
  .header-right-info > a {
    display: flex;
    width: 50%;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .header-right-info .bi {
    font-size: 16px;
  }
  .header-right-info .number {
    font-size: 18px;
  }
  .header-right .c-button {
    border-radius: 0;
  }
}

/*グローバルナビ（青帯）
=========================================================*/
.nav {
  background: #1e6afd;
}
.nav-list {
  display: flex;
  align-items: center;
  background: #1e6afd;
}
.nav-list-item {
  box-sizing: border-box;
  position: relative;
}
.nav-list-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: opacity 0.3s;
}
.nav-list-item a:hover {
  opacity: 0.85;
}
.nav-list-item + .nav-list-item {
  border-left: 1px solid #fff;
}
.nav-list-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .nav {
    padding: 8px 0;
  }
  .nav-list-item {
    width: 256px;
  }
  .nav-list-item a {
    padding: 4px 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 0.32px;
    position: relative;
    top: -1px;
  }
}

@media screen and (min-width: 768px) {
  .dropdown {
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 300px;
    z-index: 10;
  }
  .dropdown-list {
    padding: 10px 15px 10px;
    box-sizing: border-box;
    border-radius: 8px;
    border: solid 1px #f2f2f2;
  }
  .dropdown-item {
    display: block;
    border-bottom: 1px solid #9d9d9d;
  }
  .dropdown-item:last-of-type {
    border-bottom: none;
  }
  .dropdown-item a {
    color: #1b2530;
    padding: 15px 0;
    position: relative;
    display: block;
  }
  .dropdown-item a:hover {
    color: #1e6afd;
  }
  .dropdown-item a .ic-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

/*CTAバナー（コンタクト）
=========================================================*/
.l-cta {
  position: relative;
  background: url("../img/top/l-cta-bg.jpg") no-repeat center/cover;
}
.l-cta::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  background: rgba(27, 37, 48, 0.4);
  mix-blend-mode: multiply;
}
.l-cta .inbox {
  position: relative;
  z-index: 1;
}
.l-cta-container {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff url("../img/common/grid-bg.svg") repeat center;
}
@media screen and (max-width: 767px) {
  .l-cta-container {
    background: #fff url("../img/common/grid-bg.svg") repeat center/15px;
  }
}
.l-cta-head {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l-cta-head .c-title {
  margin-bottom: 0;
}
.l-cta-text {
  text-align: center;
}
.l-cta-text p {
  font-weight: 500;
  color: #1b2530;
}
.l-cta-list {
  display: flex;
  align-items: stretch;
}
.l-cta-list-item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #e8f5ff;
}
.l-cta-list-item-name {
  width: 100%;
  color: #1e6afd;
  font-weight: 700;
  text-align: center;
}
.l-cta-list-item .c-tel {
  display: flex;
  justify-content: center;
  width: 100%;
}
.l-cta-list-item .c-button-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .l-cta {
    padding: 100px 0;
  }
  .l-cta-container {
    padding: 48px 55px;
    border-radius: 16px;
    row-gap: 24px;
  }
  .l-cta-head {
    row-gap: 32px;
  }
  .l-cta-text p {
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.64px;
  }
  .l-cta-list {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .l-cta-list-item {
    width: 450px;
    min-height: 150px;
    padding: 30px;
    border-radius: 16px;
    row-gap: 4px;
  }
  .l-cta-list-item-name {
    font-size: 18px;
    line-height: 29px;
    letter-spacing: 0.72px;
  }
  .l-cta-list-item .c-tel-number {
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .l-cta-list-item .c-tel-number .bi {
    font-size: 20px;
  }
  .l-cta-list-item .c-tel-number .number {
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 0.8px;
  }
  .l-cta-list-item:last-child {
    row-gap: 3px;
  }
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding: 60px 0;
  }
  .l-cta-container {
    padding: 30px 20px;
    border-radius: 12px;
    row-gap: 24px;
  }
  .l-cta-head {
    row-gap: 20px;
  }
  .l-cta-text p {
    font-size: 15px;
    line-height: 27px;
    letter-spacing: 0.6px;
  }
  .l-cta-list {
    flex-direction: column;
    row-gap: 16px;
    width: 100%;
  }
  .l-cta-list-item {
    width: 100%;
    min-height: 0;
    padding: 20px;
    border-radius: 12px;
    row-gap: 6px;
  }
  .l-cta-list-item-name {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.64px;
  }
  .l-cta-list-item .c-tel-number {
    -moz-column-gap: 8px;
    column-gap: 8px;
  }
  .l-cta-list-item .c-tel-number .bi {
    font-size: 18px;
  }
  .l-cta-list-item .c-tel-number .number {
    font-size: 28px;
    line-height: 28px;
    letter-spacing: 0.56px;
  }
}

/*フッター
=========================================================*/
.footer {
  background: #f1f4fb;
}
.footer-heading {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-heading-info {
  display: flex;
  flex-direction: column;
}
.footer-logo a {
  display: block;
}
.footer-logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left center;
  object-position: left center;
}
.footer-address {
  font-style: normal;
  color: #1b2530;
}
.footer-nav-list {
  display: grid;
}
.footer-nav-list a {
  display: block;
  color: #1b2530;
  transition: opacity 0.3s;
}
.footer-nav-list a:hover {
  opacity: 0.7;
}
.footer-nav-level01 {
  display: flex;
  flex-direction: column;
}
.footer-nav-level01-item {
  width: 100%;
  position: relative;
}
.footer-nav-level01-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  background: #1b2530;
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #9d9d9d;
}
.footer-sub-nav {
  display: flex;
  align-items: center;
}
.footer-sub-nav a {
  display: block;
  color: #1b2530;
  transition: opacity 0.3s;
}
.footer-sub-nav a:hover {
  opacity: 0.7;
}
.footer #copyright small {
  display: block;
}
.footer #copyright a {
  color: #1b2530;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 80px 0 40px;
  }
  .footer-heading {
    margin-bottom: 136px;
  }
  .footer-heading-info {
    width: 285px;
    row-gap: 28px;
  }
  .footer-logo {
    width: 285px;
    height: 80px;
  }
  .footer-address {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.28px;
  }
  .footer-nav-list {
    width: 552px;
    grid-template-columns: 123px 180px 153px;
    gap: 32px 48px;
  }
  .footer-nav-list-item a {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.3px;
  }
  .footer-nav-level01 {
    margin-top: 10px;
    row-gap: 10px;
  }
  .footer-nav-level01-item {
    font-size: 12px;
    padding-left: 17px;
  }
  .footer-nav-level01-item:before {
    width: 10px;
  }
  .footer-bottom {
    padding-top: 8px;
  }
  .footer-sub-nav {
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .footer-sub-nav a {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.24px;
  }
  .footer #copyright small {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.24px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 60px 0 100px;
  }
  .footer-heading {
    flex-direction: column;
    row-gap: 40px;
    margin-bottom: 40px;
  }
  .footer-heading-info {
    width: 100%;
    row-gap: 20px;
  }
  .footer-logo {
    width: 220px;
    height: 62px;
  }
  .footer-address {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.28px;
  }
  .footer-nav-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }
  .footer-nav-list-item a {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.28px;
  }
  .footer-nav-level01 {
    margin-top: 10px;
    row-gap: 10px;
  }
  .footer-nav-level01-item {
    font-size: 12px;
    padding-left: 17px;
  }
  .footer-nav-level01-item:before {
    width: 10px;
  }
  .footer-bottom {
    flex-direction: column;
    row-gap: 16px;
    padding-top: 20px;
  }
  .footer-sub-nav {
    order: -1;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .footer-sub-nav a {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.24px;
  }
  .footer #copyright {
    text-align: center;
  }
  .footer #copyright small {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0.24px;
  }
} /*# sourceMappingURL=style.css.map */
