@charset "UTF-8";
.blue {
  color: #00116D;
}

.white {
  color: #FFF;
}

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

html {
  overflow-y: scroll;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

ul,
ol {
  padding: 0;
  list-style: none;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  vertical-align: middle;
  max-width: 100%;
}

img,
svg,
video,
canvas {
  height: auto;
}

audio {
  width: 100%;
}

svg {
  overflow: hidden;
}

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

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

.follower {
  z-index: 10000;
}

.follower-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 70px;
  background: #A2C9F5;
  z-index: 10000;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .follower-inner {
    flex-wrap: wrap;
    gap: 5px;
    padding: 10px 0;
    height: 90px;
  }
}

.follower-tel {
  display: flex;
  align-items: center;
  gap: 10px;
}

.follower-tel-txt {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
.follower-tel-txt small {
  font-size: 10px;
  font-weight: 700;
}

.follower-tel-num a {
  padding: 0 0 0 30px;
  background: url("../img/ic_tel.webp") no-repeat left 7px;
  font-size: 24px;
  font-weight: 700;
  color: #333;
}
@media screen and (min-width: 769px) {
  .follower-tel-num a {
    pointer-events: none;
  }
}

.follower-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 10px 1px 50px;
  width: 320px;
  height: 50px;
  border-radius: 40px;
  font-size: 17px;
  font-weight: 700;
  background: #E91F70;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .follower-btn a {
    height: 40px;
  }
}
.follower-btn a::before {
  content: '';
  position: absolute;
  margin: 0 0 0 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #050126 url("../img/ic_arrow.webp") no-repeat center center;
  background-size: 13px;
  animation-name: btn-move-out;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@keyframes btn-move-out {
  0% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}
.follower-btn a:hover {
  opacity: 1;
  background: #050126;
  color: #FFF;
}
.follower-btn a:hover::before {
  margin: 0 0 0 14px;
  background: url("../img/ic_arrow_l.webp") no-repeat center center;
  background-size: 21px;
  animation-name: btn-move-in;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@keyframes btn-move-in {
  0% {
    left: 0;
  }
  100% {
    left: 5px;
  }
}
.main-visual {
  height: 480px;
  background: url(../img/kv_bg.webp) no-repeat center top;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .main-visual {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .main-visual {
    height: auto;
    background: url(../img/kv_bg_sp.webp) no-repeat left top;
    background-size: cover;
  }
}

.main-visual-inner {
  margin: 0 auto;
  padding: 130px 0 20px;
  width: 1190px;
  height: 480px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .main-visual-inner {
    padding: 86px 20px 20px;
    width: 100%;
    max-width: 1000px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-inner {
    padding: 86px 20px 20px;
    width: 100%;
    height: auto;
  }
}

.main-visual-box {
  display: grid;
  grid-template-areas: "txtbox img" "btn img";
  position: relative;
  left: 60px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .main-visual-box {
    left: 15px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-box {
    grid-template-areas: "txtbox" "img" "btn";
    justify-items: center;
    left: 0;
  }
}

.main-visual-txtbox {
  grid-area: txtbox;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .main-visual-txtbox {
    text-align: center;
    margin: 0 0 15px;
  }
}

.main-visual-txtbox-ttl {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .main-visual-txtbox-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-txtbox-ttl {
    margin: 0 0 10px;
    font-size: 16px;
  }
}

.main-visual-txtbox-maintxt {
  margin: 0 0 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #050126;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .main-visual-txtbox-maintxt {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-txtbox-maintxt {
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 1.2;
  }
}
.main-visual-txtbox-maintxt span {
  font-size: 54px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .main-visual-txtbox-maintxt span {
    font-size: 4.0vw;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-txtbox-maintxt span {
    font-size: 36px;
  }
}
.main-visual-txtbox-maintxt em {
  font-feature-settings: "palt";
  letter-spacing: 5%;
  white-space: nowrap;
  color: #E91F70;
}

.main-visual-txtbox-subtxt {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -7%;
  color: #050126;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .main-visual-txtbox-subtxt {
    font-size: 2.7vw;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-txtbox-subtxt {
    font-size: 20px;
    line-height: 1.2;
  }
}

.main-visual-btn {
  grid-area: btn;
}
.main-visual-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 10px 1px 50px;
  width: 250px;
  height: 50px;
  border-radius: 40px;
  font-size: 17px;
  font-weight: 700;
  background: #E91F70;
  color: #FFF;
}
.main-visual-btn a::before {
  content: '';
  position: absolute;
  margin: 0 0 0 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #050126 url("../img/ic_arrow.webp") no-repeat center center;
  background-size: 13px;
  animation-name: btn-move-out;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@keyframes btn-move-out {
  0% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}
.main-visual-btn a:hover {
  opacity: 1;
  background: #050126;
  color: #FFF;
}
.main-visual-btn a:hover::before {
  margin: 0 0 0 14px;
  background: url("../img/ic_arrow_l.webp") no-repeat center center;
  background-size: 21px;
  animation-name: btn-move-in;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@keyframes btn-move-in {
  0% {
    left: 0;
  }
  100% {
    left: 5px;
  }
}
.main-visual-img {
  grid-area: img;
  position: relative;
  top: -30px;
  right: 70px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .main-visual-img {
    right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .main-visual-img {
    top: 0;
    right: -15%;
    margin: 0 0 20px;
    width: 70%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .main-visual-img img {
    max-width: 500px;
    width: 90%;
  }
}

.case {
  padding: 8px 0;
}
.case-logo {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .case-logo {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .case-logo-item {
    margin: 0 5px;
  }
}
.case-logo-item img {
  background: #fff;
  border: 1px solid #B9B9B9;
}
@media screen and (max-width: 768px) {
  .case__bg {
    padding: 50px 0 45px;
  }
  .case__ttl {
    font-size: 20px;
    text-align: left;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .case__txt {
    font-size: 16px;
    text-align: left;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .case .inner ul {
    margin-bottom: 15px;
  }
  .case .inner ul li {
    margin: 0 5px;
  }
}

.case-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.case-list ul {
  height: 40px;
  overflow: hidden;
}
.case-list ul li {
  margin: 0 8px;
  width: 120px !important;
}
.case-list ul li img {
  width: 120px;
  height: 40px;
}

.case-list-logo {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .case-list-logo {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 768px) {
  .case-list-logo-item {
    margin: 0 5px;
  }
}
.case-list-logo-item img {
  background: #fff;
  border: 1px solid #B9B9B9;
}

.about {
  background: #F3ECE9;
}
@media screen and (max-width: 768px) {
  .about .mod-txt {
    text-align: center;
    margin: 0 0 10px;
  }
}

.about-txt ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.about-txt ul li {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .about-txt ul li {
    font-size: 14px;
  }
}

.problem-list ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .problem-list ul {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .problem-list ul {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.problem-list ul::before {
  content: '';
  width: 61px;
  height: 224px;
  background: url(../img/il_problem_man.webp) no-repeat 0 0;
}
@media screen and (max-width: 768px) {
  .problem-list ul::before {
    content: none;
  }
}
.problem-list ul::after {
  content: '';
  width: 55px;
  height: 214px;
  background: url(../img/il_problem_woman.webp) no-repeat 0 0;
}
@media screen and (max-width: 768px) {
  .problem-list ul::after {
    content: none;
  }
}
.problem-list ul li {
  width: 260px;
  height: 200px;
}
.problem-list ul li:nth-child(1) {
  background: url(../img/bg_problem_01.webp) no-repeat center center;
}
.problem-list ul li:nth-child(2) {
  background: url(../img/bg_problem_02.webp) no-repeat center center;
}
.problem-list ul li:nth-child(3) {
  background: url(../img/bg_problem_03.webp) no-repeat center center;
}

.problem-list-ttl {
  display: inline-block;
  margin: 0 0 10px;
  padding: 4px 20px 5px;
  border-radius: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  background: #0C2650;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .problem-list-ttl {
    font-size: 18px;
  }
}

.problem-list-txt {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .problem-list-txt {
    font-size: 14px;
  }
}
.problem-list-txt span {
  font-weight: 700;
}

.point {
  background: #1B46B9;
}
.point .mod-inner {
  position: relative;
  top: -50px;
}
@media screen and (max-width: 768px) {
  .point .mod-inner {
    top: -30px;
  }
}

.point-arrow {
  position: relative;
  height: 50px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .point-arrow {
    height: 30px;
  }
}
.point-arrow:before {
  content: ' ';
  display: block;
  position: absolute;
  right: 50%;
  width: 50%;
  height: 50px;
  border-radius: 0 50px 0 0;
  background: #1B46B9;
}
@media screen and (max-width: 768px) {
  .point-arrow:before {
    height: 30px;
  }
}
.point-arrow:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 50%;
  width: 50%;
  height: 50px;
  border-radius: 50px 0 0 0;
  background: #1B46B9;
}
@media screen and (max-width: 768px) {
  .point-arrow:after {
    height: 30px;
  }
}

.point-ttl {
  text-align: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .point-ttl {
    margin: 0 0 20px;
  }
}
.point-ttl p {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.7;
  word-wrap: break-word;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .point-ttl p {
    font-size: 18px;
  }
}
.point-ttl p span {
  font-weight: 700;
  color: #FFFF00;
}
.point-ttl p::before {
  position: absolute;
  content: url(../img/il_sunburst_left.svg);
  top: -50px;
  left: -80px;
}
@media screen and (max-width: 768px) {
  .point-ttl p::before {
    top: -40px;
    left: -30px;
  }
}
.point-ttl p::after {
  position: absolute;
  content: url(../img/il_sunburst_right.svg);
  top: -50px;
  right: -80px;
}
@media screen and (max-width: 768px) {
  .point-ttl p::after {
    top: -40px;
    right: -30px;
  }
}

.point-list ul {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .point-list ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
.point-list ul li {
  width: 330px;
}
@media screen and (max-width: 768px) {
  .point-list ul li {
    width: 100%;
    max-width: 420px;
  }
}

.point-list-img {
  border-radius: 8px 8px 0 0;
}

.point-list-bottom {
  padding: 20px;
  min-height: 280px;
  border-radius: 0 0 8px 8px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .point-list-bottom {
    min-height: auto;
  }
}

.point-list-ttl {
  text-align: center;
  margin: 0 0 15px;
}
.point-list-ttl em {
  font-size: 16px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
  letter-spacing: 3%;
  color: #8E8E8E;
}
.point-list-ttl p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.point-list-ttl p span {
  font-weight: 700;
  color: #1B46B9;
}

.point-list-txt {
  font-size: 14px;
  line-height: 1.6;
}

.step-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.clcontent {
  background: url(../img/bg_content.webp) no-repeat center top;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: overlay;
}
.clcontent .clcontent-img {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .clcontent .clcontent-img {
    margin: 0 0 15px;
  }
}
.clcontent .clcontent-txt {
  text-align: center;
  margin: 0 0 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .clcontent .clcontent-txt {
    margin: 0 0 30px;
    font-size: 18px;
  }
}
.clcontent .clcontent-box {
  padding: 60px 50px;
  border-radius: 20px;
  background: #F3ECE9;
}
@media screen and (max-width: 768px) {
  .clcontent .clcontent-box {
    padding: 30px 20px;
  }
}
.clcontent .clcontent-box-txt {
  text-align: center;
  margin: 0 0 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .clcontent .clcontent-box-txt {
    font-size: 15px;
  }
}
.clcontent .clcontent-box-txt span {
  font-size: 18px;
  font-weight: 700;
  color: #1B46B9;
}
@media screen and (max-width: 768px) {
  .clcontent .clcontent-box-txt span {
    font-size: 16px;
  }
}
.clcontent .clcontent-box-txt.clcontent-box-txt__min {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .clcontent .clcontent-box-txt.clcontent-box-txt__min {
    font-size: 14px;
  }
}
.clcontent .clcontent-box-ttl {
  text-align: center;
  margin: 0 0 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .clcontent .clcontent-box-ttl {
    font-size: 18px;
  }
}
.clcontent .clcontent-table {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 0 20px;
}
.clcontent .clcontent-table-item.category {
  padding: 0;
  background: none;
}
.clcontent .clcontent-table-item.category .clcontent-table-item-list {
  border: none;
}
@media screen and (max-width: 768px) {
  .clcontent .clcontent-table-item.category .clcontent-table-item-list {
    width: 65px;
  }
}
.clcontent .clcontent-table-item.category .clcontent-table-item-list li {
  background: #0C2650;
}
.clcontent .clcontent-table-item.category .clcontent-table-item-list li:first-child {
  border-radius: 12px 0 0 0;
}
.clcontent .clcontent-table-item.category .clcontent-table-item-list li:last-child {
  border-bottom: none;
  border-radius: 0 0 0 12px;
}
.clcontent .clcontent-table-item.category .clcontent-table-item-list li p {
  line-height: 1.5;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .clcontent .clcontent-table-item.category .clcontent-table-item-list li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .clcontent .clcontent-table-item:nth-child(2) .clcontent-table-item-ttl {
    width: 153px;
  }
}
@media screen and (max-width: 768px) {
  .clcontent .clcontent-table-item:nth-child(2) .clcontent-table-item-list {
    width: 155px;
  }
}
@media screen and (max-width: 768px) {
  .clcontent .clcontent-table-item:nth-child(3) .clcontent-table-item-ttl {
    width: 98px;
  }
}
@media screen and (max-width: 768px) {
  .clcontent .clcontent-table-item:nth-child(3) .clcontent-table-item-list {
    width: 100px;
  }
}
@media screen and (max-width: 768px) {
  .clcontent .clcontent-table-item:nth-child(4) .clcontent-table-item-ttl {
    width: 198px;
  }
}
@media screen and (max-width: 768px) {
  .clcontent .clcontent-table-item:nth-child(4) .clcontent-table-item-list {
    width: 200px;
  }
}
.clcontent .clcontent-table-item:nth-child(5) .clcontent-table-item-ttl {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .clcontent .clcontent-table-item:nth-child(5) .clcontent-table-item-ttl {
    width: 300px;
  }
}
.clcontent .clcontent-table-item:nth-child(5) .clcontent-table-item-list {
  border-right: none;
}
@media screen and (max-width: 768px) {
  .clcontent .clcontent-table-item:nth-child(5) .clcontent-table-item-list {
    width: 300px;
  }
}
.clcontent .clcontent-table-item-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 2px 0 0;
  padding: 15px 10px;
  height: 90px;
  border-radius: 12px 12px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2%;
  background: #A2C9F5;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .clcontent .clcontent-table-item-ttl {
    height: 80px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .clcontent .clcontent-table-item-ttl {
    height: 70px;
    font-size: 12px;
  }
}
.clcontent .clcontent-table-item-list {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  border-right: solid 2px #F3ECE9;
}
.clcontent .clcontent-table-item-list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px 10px;
  height: 150px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .clcontent .clcontent-table-item-list li {
    height: 120px;
  }
}
.clcontent .clcontent-table-item-list li:not(:last-child) {
  border-bottom: solid 2px #F3ECE9;
}
.clcontent .clcontent-table-item-list li p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 5%;
}
@media screen and (max-width: 768px) {
  .clcontent .clcontent-table-item-list li p {
    font-size: 12px;
  }
}

.clcontent-box-btn {
  display: flex;
  justify-content: center;
  margin: -20px 0 0;
}
.clcontent-box-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 10px 1px 50px;
  width: 430px;
  height: 50px;
  border-radius: 40px;
  border: solid 1px #050126;
  font-size: 17px;
  font-weight: 700;
  background: #E91F70;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .clcontent-box-btn a {
    width: 100%;
    max-width: 360px;
    font-size: 16px;
  }
}
.clcontent-box-btn a::before {
  content: '';
  position: absolute;
  margin: 0 0 0 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #050126 url("../img/ic_arrow.webp") no-repeat center center;
  background-size: 13px;
  animation-name: btn-move-out;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@keyframes btn-move-out {
  0% {
    left: 5px;
  }
  100% {
    left: 0;
  }
}
.clcontent-box-btn a:hover {
  opacity: 1;
  background: #050126;
  color: #FFF;
}
.clcontent-box-btn a:hover::before {
  margin: 0 0 0 14px;
  background: url("../img/ic_arrow_l.webp") no-repeat center center;
  background-size: 21px;
  animation-name: btn-move-in;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@keyframes btn-move-in {
  0% {
    left: 0;
  }
  100% {
    left: 5px;
  }
}
.price-list {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}
.price-list ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.price-list ul li {
  position: relative;
}
.price-list ul li::before {
  content: '';
  position: absolute;
  top: 4px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: url(../img/ic_check_blue.webp) no-repeat center center;
}
.price-list ul li p {
  padding: 0 0 0 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

.price-box ul {
  display: flex;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .price-box ul {
    flex-wrap: wrap;
  }
}
.price-box ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  width: 370px;
  height: 150px;
  border-radius: 20px;
  background: rgba(233, 31, 112, 0.2);
}
.price-box ul li:last-child {
  width: 490px;
}
@media screen and (max-width: 768px) {
  .price-box ul li:last-child {
    width: 370px;
  }
}
.price-box ul li dl {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .price-box ul li dl {
    gap: 20px;
  }
}
.price-box ul li dl dt p {
  padding: 9px 15px 10px;
  font-size: 16px;
  font-weight: 500;
  background: #FFF;
}
.price-box ul li dl dd .price-box-subtxt {
  text-align: center;
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .price-box ul li dl dd .price-box-subtxt {
    font-size: 14px;
  }
}
.price-box ul li dl dd .price-box-subtxt span {
  font-weight: 700;
  color: #1B46B9;
}
.price-box ul li dl dd .price-box-subtxt em {
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .price-box ul li dl dd .price-box-subtxt em {
    font-size: 12px;
  }
}
.price-box ul li dl dd .price-box-maintxt {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 5%;
}
@media screen and (max-width: 768px) {
  .price-box ul li dl dd .price-box-maintxt {
    font-size: 18px;
  }
}
.price-box ul li dl dd .price-box-maintxt span {
  font-size: 48px;
  font-weight: 700;
  color: #E91F70;
}
@media screen and (max-width: 768px) {
  .price-box ul li dl dd .price-box-maintxt span {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .price-box ul li dl dd img {
    padding: 0 14px;
  }
}

.flow {
  background: #F3ECE9;
}
.flow .mod-ttl {
  margin: 0 0 10px;
}

.flow-txt {
  text-align: center;
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 4%;
}
.flow-txt span {
  font-weight: 700;
  color: #1B46B9;
}
.flow-txt span em {
  font-size: 32px;
  font-family: "Roboto", sans-serif;
}

.flow-list ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .flow-list ul {
    flex-direction: column;
    margin: 0 auto;
    width: 290px;
  }
}
.flow-list ul li {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .flow-list ul li {
    flex-direction: row;
    align-items: center;
  }
}
.flow-list ul li:last-child {
  display: none;
}
@media screen and (max-width: 768px) {
  .flow-list ul li:nth-child(even) {
    margin: 0 0 10px;
    height: 20px;
  }
}

.flow-list-circle {
  position: relative;
}

.flow-list-ttl {
  position: absolute;
  top: 25px;
  left: 70px;
  right: 70px;
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #1B46B9;
}
@media screen and (max-width: 768px) {
  .flow-list-ttl {
    top: 12px;
    left: 36px;
    right: 36px;
    font-size: 14px;
  }
}
.flow-list-ttl span {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .flow-list-ttl span {
    font-size: 16px;
  }
}

.flow-list-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .flow-list-img {
    width: 120px;
    height: 120px;
  }
}

.flow-list-txt {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .flow-list-txt {
    text-align: left;
    font-size: 20px;
  }
}

.flow-list-arrow {
  display: inline-block;
  position: relative;
  top: 99px;
  width: 110px;
  height: 2px;
  margin: 0 10px 0 0;
  border-radius: 9999px;
  background: #1B46B9;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .flow-list-arrow {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .flow-list-arrow {
    top: 0;
    left: 50px;
    margin: 0;
    width: 20px;
    transform: rotate(90deg);
  }
}
.flow-list-arrow::before, .flow-list-arrow::after {
  content: '';
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 14px;
  height: 2px;
  border-radius: 9999px;
  background: #1B46B9;
  transform-origin: calc(100% - 1px) 50%;
}
.flow-list-arrow::before {
  transform: rotate(45deg);
}
.flow-list-arrow::after {
  transform: rotate(-45deg);
}

.qa .mod-inner {
  max-width: 800px;
}
.qa .mod-ttl {
  margin: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .qa .mod-ttl {
    margin: 0;
  }
}

.qa-list {
  display: flex;
  flex-wrap: wrap;
}
.qa-list details {
  width: 100%;
}
.qa-list details:not(:last-child) {
  border-bottom: solid 1px #DDD;
}
.qa-list details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 20px 25px 20px 15px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .qa-list details summary {
    padding: 20px 0;
  }
}
.qa-list details summary::-webkit-details-marker {
  display: none;
}
.qa-list details summary::after {
  content: '';
  width: 11px;
  height: 11px;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  transform: translateY(-25%) rotate(45deg);
  transition: transform .3s;
}
.qa-list details summary span {
  padding: 0 10px 0 34px;
  text-indent: -34px;
  width: calc(100% - 20px);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 4%;
}
.qa-list details summary span::before {
  content: 'Q';
  position: relative;
  top: 1px;
  margin: 0 15px 0 0;
  font-size: 24px;
  line-height: 0;
  color: #1B46B9;
}
.qa-list details[open] summary::after {
  transform: rotate(225deg);
}
.qa-list details[open] p {
  transform: none;
  opacity: 1;
}
.qa-list details p {
  display: flex;
  transform: translateY(-10px);
  opacity: 0;
  padding: 0 25px 20px 18px;
  transition: transform .5s, opacity .5s;
}
@media screen and (max-width: 768px) {
  .qa-list details p {
    padding: 0 0 20px;
  }
}
.qa-list details p span {
  padding: 0 30px;
  text-indent: -30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 4%;
}
.qa-list details p span::before {
  content: 'A';
  position: relative;
  top: 4px;
  margin: 0 15px 0 0;
  font-size: 24px;
  line-height: 0;
}

.contact {
  background: #F3ECE9;
}

/* お申し込みフォーム */
.applicationform-course {
  padding: 50px 30px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .applicationform-course {
    padding: 20px 15px;
  }
}

.applicationform-course-toptxt {
  margin: 0 auto 30px;
  width: 720px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #1242AE;
}
@media screen and (max-width: 768px) {
  .applicationform-course-toptxt {
    width: 100%;
  }
}
.applicationform-course-toptxt.applicationform-course-toptxt__center {
  text-align: center;
  color: #000;
}

.applicationform-course-txt {
  text-align: center;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.applicationform-course-txt a {
  text-decoration: underline;
}
.applicationform-course-txt a:hover {
  text-decoration: none;
}

.applicationform-course-table table {
  margin: 0 auto 30px;
  width: 540px;
}
@media screen and (max-width: 768px) {
  .applicationform-course-table table {
    width: 100%;
    max-width: 500px;
  }
}
.applicationform-course-table table tr.applicationform-course-table-checkbox span {
  padding: 0 5px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .applicationform-course-table table tr.applicationform-course-table-checkbox td {
    margin: 0 0 20px;
  }
}
.applicationform-course-table table tr.applicationform-course-table-checkbox td.error {
  margin: 0;
}
.applicationform-course-table table tr th,
.applicationform-course-table table tr td {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}
.applicationform-course-table table tr th {
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .applicationform-course-table table tr th {
    margin: 0 0 5px;
  }
}
.applicationform-course-table table tr th span.required-txt, .applicationform-course-table table tr th span.any-txt {
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}
.applicationform-course-table table tr th span.required-txt {
  color: #E91F70;
}
.applicationform-course-table table tr th span.any-txt {
  color: #666;
}
.applicationform-course-table table tr th span.small {
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  .applicationform-course-table table tr th span.small {
    font-size: 12px;
  }
}
.applicationform-course-table table tr th span.ex-txt {
  font-size: 12px;
  color: #666;
}
.applicationform-course-table table tr th em {
  margin: 10px 0 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}
.applicationform-course-table table tr td {
  margin: 0 0 20px;
}
.applicationform-course-table table tr td select {
  margin: 0 0 0 15px;
  padding: 5px 10px;
  width: 260px;
  border: solid 1px #B7ADA9;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .applicationform-course-table table tr td select {
    margin: 0 0 5px 15px;
    width: calc(100% - 15px);
    max-width: 400px;
  }
}
.applicationform-course-table table tr td select.ticket-type {
  display: none;
}
.applicationform-course-table table tr td select.ticket-type.active {
  display: block;
}
.applicationform-course-table table tr td input[type="checkbox"] {
  position: relative;
  top: 4px;
  width: 18px;
  height: 18px;
}
.applicationform-course-table table tr td input[type="text"] {
  padding: 5px 10px;
  width: 100%;
  border: solid 1px #B7ADA9;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.8;
}
.applicationform-course-table table tr td input[type="text"].middle {
  width: 400px;
}
@media screen and (max-width: 768px) {
  .applicationform-course-table table tr td input[type="text"].middle {
    width: 100%;
    max-width: 400px;
  }
}
.applicationform-course-table table tr td input[type="text"].short {
  width: 250px;
}
.applicationform-course-table table tr td input[type="text"].veryshort {
  width: 100px;
}
.applicationform-course-table table tr td textarea {
  padding: 5px 10px 10px;
  width: 100%;
  border: solid 1px #B7ADA9;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}
.applicationform-course-table table tr td p {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: #666;
}
@media screen and (max-width: 768px) {
  .applicationform-course-table table tr td em {
    display: none;
  }
}
.applicationform-course-table table tr td.addressbox {
  margin: 0;
}
.applicationform-course-table table tr td.addressbox input:not(:last-child) {
  margin: 0 0 10px;
}
.applicationform-course-table table tr td.addressbox.error {
  margin: 0;
}
.applicationform-course-table table tr td.addressbox.error:last-child {
  margin: 0 0 20px;
}
.applicationform-course-table table tr td.error {
  display: block;
  margin: 0 0 20px;
  padding: 10px 10px 10px 15px;
  background: #FFEBF1;
}
.applicationform-course-table table tr td.error input {
  background: #FFEBF1;
}
.applicationform-course-table table tr td.entered {
  padding: 7px 20px 8px;
  border-radius: 4px;
  font-weight: 400;
  font-weight: normal;
  background: #EDEDED;
  color: #666;
}
.applicationform-course-table table tr td .applicationform-course-table-inner {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .applicationform-course-table table tr td .applicationform-course-table-inner {
    padding: 0 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .applicationform-course-table table tr td .applicationform-course-table-inner span {
    padding: 0;
  }
}
.applicationform-course-table table tr td .alert {
  margin: 0 0 0 10px;
  font-weight: bold;
  color: #DC3232;
}
.applicationform-course-table table tr td .errortxt {
  display: none;
  margin: 5px 0 0;
  font-size: 14px;
  color: #DC3232;
}
.applicationform-course-table.applicationform-course-table__top {
  margin: 0 0 30px;
  border-bottom: dotted 3px #4ebdff;
}
.applicationform-course-table.applicationform-course-table__top table {
  margin: 0 auto 20px;
}
.applicationform-course-table.applicationform-course-table__top table tr td {
  margin: 0 0 20px;
}
.applicationform-course-table.applicationform-course-table__top table tr td ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 0;
  margin: 0 0 0 30px;
}
.applicationform-course-table.applicationform-course-table__top table tr td ul li:last-child {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .applicationform-course-table.applicationform-course-table__top table tr td ul li {
    width: 100%;
  }
}
.applicationform-course-table.applicationform-course-table__top table tr td label {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.applicationform-course-table.applicationform-course-table__top table tr td select {
  margin: 0;
}
.applicationform-course-table.applicationform-course-table__top table tr td input[type="checkbox"] {
  margin: 0 10px 0 0;
}
.applicationform-course-table.applicationform-course-table__top table tr td .required-seminar-bottom input[type="text"] {
  width: calc(100% - 125px);
}
@media screen and (max-width: 768px) {
  .applicationform-course-table.applicationform-course-table__top table tr td .required-seminar-bottom input[type="text"] {
    margin: 5px 0 0;
    width: calc(100% - 15px);
  }
}
.applicationform-course-table.applicationform-course-table__top table tr td.error {
  margin: 0;
}
.applicationform-course-table.applicationform-course-table__top table tr td.error select {
  background: #FFEBF1;
}

.applicationform-course-table-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 30px;
}
.applicationform-course-table-list ul li label {
  font-size: 14px;
  line-height: 1.8;
}
.applicationform-course-table-list ul li label input {
  margin: 0 10px 0 0;
}
.applicationform-course-table-list ul li p {
  display: inline-block;
  font-size: 13px;
  font-weight: normal;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .applicationform-course-table-list ul li p {
    margin: 0 0 0 20px;
  }
}
.applicationform-course-table-list ul li p a {
  text-decoration: underline;
  font-weight: bold;
}
.applicationform-course-table-list ul li p a:hover {
  text-decoration: none;
}
.applicationform-course-table-list.applicationform-course-table-list__column ul {
  flex-direction: column;
  gap: 5px;
}

.applicationform-course-table-extxt {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.2;
}
.applicationform-course-table-extxt span {
  color: #FF004E;
}

.applicationform-extxtlist {
  margin: 0 auto 30px;
  width: 540px;
}
@media screen and (max-width: 768px) {
  .applicationform-extxtlist {
    margin: 0 0 30px;
    width: 100%;
  }
}
.applicationform-extxtlist ul li {
  padding: 0 0 0 1em;
  text-indent: -1.4em;
  font-size: 13px;
  line-height: 1.4;
}
.applicationform-extxtlist ul li::before {
  content: "※";
  padding: 0 5px 0 0;
}

.applicationform-course-noticetxt {
  margin: 0 auto 30px;
  width: 720px;
}
@media screen and (max-width: 768px) {
  .applicationform-course-noticetxt {
    width: 100%;
    max-width: 500px;
  }
}
.applicationform-course-noticetxt ul li {
  padding: 0 0 0 17px;
  font-size: 14px;
  line-height: 1.4;
  text-indent: -17px;
}
@media screen and (max-width: 768px) {
  .applicationform-course-noticetxt ul li {
    font-size: 13px;
  }
}
.applicationform-course-noticetxt ul li:not(:last-child) {
  margin: 0 0 5px;
}

.applicationform-course-check {
  display: flex;
  justify-content: center;
  margin: 0 auto 40px;
  padding: 7px 10px 8px;
  width: 100%;
  max-width: 540px;
  background: #EDEDED;
}
.applicationform-course-check p {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .applicationform-course-check p {
    width: calc(100% - 28px);
  }
}
.applicationform-course-check a {
  text-decoration: underline;
  color: #000;
}
.applicationform-course-check a:hover {
  text-decoration: none;
}
.applicationform-course-check label {
  display: flex;
  align-items: center;
}
.applicationform-course-check label input[type="checkbox"] {
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
}
.applicationform-course-check.error {
  flex-wrap: wrap;
  background: #FFEBF1;
}
.applicationform-course-check .required-txt {
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  color: #E91F70;
}
.applicationform-course-check .errortxt {
  display: none;
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: bold;
  color: #DC3232;
}

.required-postal button[type="button"] {
  transition: opacity 0.15s linear;
  position: relative;
  top: -2px;
  padding: 3px 5px 0;
  width: 120px;
  height: 35px;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  cursor: pointer;
  outline: none;
  background: #25AEEA;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .required-postal button[type="button"] {
    margin: 10px 0 0;
  }
}
.required-postal button:hover {
  opacity: 0.75;
}

.applicationform-course-btnbox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .applicationform-course-btnbox {
    gap: 20px;
  }
}
.applicationform-course-btnbox.-thanks {
  justify-content: center;
  margin: 70px 0 0;
}
@media screen and (max-width: 768px) {
  .applicationform-course-btnbox.-thanks {
    margin: 8% 0 0;
  }
}
.applicationform-course-btnbox input {
  transition: opacity 0.15s linear;
  height: 44px;
  border: none;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  cursor: pointer;
  outline: none;
  color: #FFF;
}
.applicationform-course-btnbox input:hover {
  opacity: 0.75;
}
.applicationform-course-btnbox input[type="reset"] {
  width: 100%;
  max-width: 150px;
  border: solid 1px #C4C4C4;
  font-size: 16px;
  font-weight: normal;
  background: #E5E5E5;
  color: #666;
}
.applicationform-course-btnbox input[type="button"], .applicationform-course-btnbox input[type="submit"] {
  width: 100%;
  max-width: 320px;
  background: #25AEEA;
}
@media screen and (max-width: 768px) {
  .applicationform-course-btnbox.applicationform-course-btnbox__ptn2 {
    justify-content: space-around;
  }
}
.applicationform-course-btnbox.applicationform-course-btnbox__ptn2 input {
  position: relative;
  border-radius: 8px;
  box-shadow: 0 3px 0 #770338;
  background: #C23C79 !important;
}
.applicationform-course-btnbox.applicationform-course-btnbox__ptn2 input:hover {
  top: 3px;
  box-shadow: none;
  opacity: 1;
}
.applicationform-course-btnbox.applicationform-course-btnbox__ptn2 input[type="reset"] {
  box-shadow: 0 3px 0 #AAA;
  background: #E5E5E5 !important;
}
.applicationform-course-btnbox.applicationform-course-btnbox__ptn2 input[type="reset"]:hover {
  top: 3px;
  box-shadow: none;
}

.contact-confirm,
.contact-thanks {
  margin: 80px 0 0;
  background: #F3ECE9;
}
@media screen and (max-width: 768px) {
  .contact-confirm,
  .contact-thanks {
    margin: 56px 0 0;
  }
}

.applicationform-course-top {
  margin: 0 0 30px;
}

.applicationform-course-top-title {
  text-align: center;
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
}

.applicationform-course-top-text {
  text-align: center;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  color: #ff0000;
}

.applicationform-course__confirm .applicationform-course-table table tr th {
  margin: 0;
}
.applicationform-course__confirm .applicationform-course-table table tr td {
  margin: 0 0 20px 10px;
  font-weight: normal;
}
.applicationform-course__confirm .applicationform-course-table table tr td.middle {
  width: 500px;
}
@media screen and (max-width: 768px) {
  .applicationform-course__confirm .applicationform-course-table table tr td.middle {
    width: calc(100% - 15px);
  }
}
.applicationform-course__confirm .applicationform-course-table table tr td.short {
  width: 250px;
}
.applicationform-course__confirm .applicationform-course-table table tr td.veryshort {
  width: 100px;
}
.applicationform-course__confirm .applicationform-course-table table tr td.list ul {
  display: flex;
  flex-wrap: wrap;
}
.applicationform-course__confirm .applicationform-course-table table tr td.list ul li {
  font-size: 14px;
  line-height: 1.8;
}
.applicationform-course__confirm .applicationform-course-table table tr td.list ul li:not(:last-child)::after {
  content: ',';
  padding: 0 8px 0 2px;
}
.applicationform-course__confirm .applicationform-course-table table tr td.list2 p {
  margin: 0 0 10px;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .applicationform-course__confirm .applicationform-course-table table tr td.list2 p {
    padding: 0 0 0 20px;
    text-indent: -20px;
  }
}
.applicationform-course__confirm .applicationform-course-table table tr td.list2 p::before {
  content: "○";
}
.applicationform-course__confirm .applicationform-course-table .applicationform-course-btnbox input[type="button"] {
  width: 100%;
  max-width: 150px;
  height: 44px;
  border-radius: 5px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.6;
  background: #F0F0F0;
  color: #000;
}
@media screen and (max-width: 768px) {
  .applicationform-course__confirm .applicationform-course-table .applicationform-course-btnbox input[type="button"] {
    max-width: 100px;
  }
}
.applicationform-course__confirm .applicationform-course-table .applicationform-course-btnbox.applicationform-course-btnbox__ptn2 input[type="button"] {
  box-shadow: 0 3px 0 #AAA;
  background: #E5E5E5 !important;
}
.applicationform-course__confirm .applicationform-course-table .applicationform-course-btnbox.applicationform-course-btnbox__ptn2 input[type="button"]:hover {
  top: 3px;
  box-shadow: none;
}

.applicationform-course__thanks .applicationform-course-txtbox {
  margin: 0 0 50px;
}
.applicationform-course__thanks .applicationform-course-txtbox-main {
  text-align: center;
  margin: 0 50px 30px;
  padding: 0 0 30px;
  border-bottom: dashed 2px #666;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .applicationform-course__thanks .applicationform-course-txtbox-main {
    text-align: left;
    margin: 0 0 30px;
    font-size: 16px;
  }
}
.applicationform-course__thanks .applicationform-course-txtbox-address {
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .applicationform-course__thanks .applicationform-course-txtbox-address {
    font-size: 14px;
  }
}
.applicationform-course__thanks .applicationform-course-btnbox {
  justify-content: center;
}

/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: landing.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

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

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

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

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
  /*
  @include pc() {
      min-width: 1260px;
  }
  */
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  /* color: color(1); */
  color: #333;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 1;
  }

  .pc-only {
    display: none;
  }
}
.right-nav {
  position: fixed;
  bottom: 100px;
  right: 15px;
  z-index: 10000;
}
.right-nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1.5px #1B46B9;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  background: #FFF;
}
.right-nav a img {
  width: 20px;
  height: 22px;
}

@media screen and (min-width: 769px) {
  #drawernav {
    display: none;
  }
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  z-index: 10000;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #header {
    background: #FFF;
  }
}
@media screen and (max-width: 768px) {
  #header .header-list {
    display: none;
  }
}

.header {
  background: #FFF;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  width: 1140px;
  height: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header-inner {
    padding: 0 15px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header-inner {
    padding: 0 15px;
    width: 100%;
    height: 56px;
  }
}

.header-logo {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    margin: 5px 0 0;
    width: 120px;
  }
}

.header-list ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .header-list ul {
    gap: 20px;
  }
}
.header-list ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 6%;
  color: #333;
}

.header__top {
  background: none;
  transition: opacity 0.15s linear;
}

.confirm .header__top,
.thanks .header__top {
  background: #FFF;
}
.confirm .header-inner,
.thanks .header-inner {
  justify-content: center;
}
.confirm .header-list,
.thanks .header-list {
  display: none;
}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
.mod-inner {
  margin: 0 auto;
  padding: 64px 0;
  max-width: 1040px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mod-inner {
    padding: 50px 15px;
  }
}
@media screen and (max-width: 768px) {
  .mod-inner {
    padding: 40px 15px;
  }
}

.mod-ttl {
  text-align: center;
  margin: 0 0 40px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
  word-wrap: break-word;
}
.mod-ttl.white {
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .mod-ttl {
    font-size: 24px;
  }
}
.mod-ttl span.midttl {
  font-size: 24px;
  font-weight: 500;
}
.mod-ttl span.subttl {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.mod-ttl span.gradient {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2%;
  background: linear-gradient(90deg, #218dff 0.61%, #455ee8 35.18%, #774be0 69.32%, #fb3b90 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .mod-ttl span.gradient {
    font-size: 40px;
    line-height: 1.2;
  }
}
.mod-ttl span.gradient em {
  font-size: 30px;
  font-weight: 500;
  background: linear-gradient(90deg, #333333 0%, #333333 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.mod-txt {
  text-align: center;
  margin: 0 0 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 6%;
}
@media screen and (max-width: 768px) {
  .mod-txt {
    font-size: 16px;
  }
}
.mod-txt span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  color: #1B46B9;
}
@media screen and (max-width: 768px) {
  .mod-txt span {
    font-size: 20px;
  }
}

.mb-s {
  margin: 0 0 32px !important;
}
@media screen and (max-width: 768px) {
  .mb-s {
    margin: 0 0 20px !important;
  }
}

.mb-m {
  margin: 0 0 48px !important;
}
@media screen and (max-width: 768px) {
  .mb-m {
    margin: 0 0 30px !important;
  }
}

.mb-l {
  margin: 0 0 60px !important;
}
@media screen and (max-width: 768px) {
  .mb-l {
    margin: 0 0 40px !important;
  }
}

/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
.footer-inner {
  margin: 0 auto;
  padding: 30px 0;
  width: 1040px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer-inner {
    padding: 30px 15px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-inner {
    padding: 30px 15px 70px;
    width: 100%;
  }
}

.footer-logo {
  margin: 0 0 15px;
}
@media screen and (max-width: 768px) {
  .footer-logo {
    text-align: center;
  }
}
.footer-logo img {
  width: 152px;
}

.footer-txtarea dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .footer-txtarea dl {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.footer-txtarea dl dt {
  width: 640px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer-txtarea dl dt {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .footer-txtarea dl dt {
    width: 100%;
  }
}

.footer-lead {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 6%;
}
@media screen and (max-width: 768px) {
  .footer-lead {
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 4%;
  }
}

.footer-list {
  position: relative;
  right: 15px;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .footer-list {
    right: 7px;
  }
}
.footer-list ul {
  display: flex;
  justify-content: flex-end;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .footer-list ul {
    justify-content: center;
  }
}
.footer-list ul li a {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 4%;
  color: #333;
}
.footer-list ul li a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 6px;
  right: -15px;
  width: 10px;
  height: 10px;
  background: url(../img/ic_link.svg) no-repeat 0 0;
  background-size: contain;
  filter: brightness(0) saturate(100%) invert(43%) sepia(0%) saturate(529%) hue-rotate(141deg) brightness(92%) contrast(95%);
}
@media screen and (max-width: 768px) {
  .footer-list ul li a::after {
    top: 3px;
  }
}

.footer-copyright {
  font-size: 11px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.8;
  letter-spacing: 4%;
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
