@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500;600;900&family=Poppins:wght@500&family=Zen+Kaku+Gothic+Antique:wght@300;400&family=Zen+Kaku+Gothic+New:wght@400;700&display=swap");
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

img {
  width: 100%;
  height: auto;
}

.btn {
  border-radius: 29px;
  padding: 13px 20px;
  display: inline-block;
  line-height: 1;
  font-size: 18px;
}

a {
  color: #ffffff;
  transition: 0.5s;
}
a:hover {
  opacity: 0.8;
  transition: 0.5s;
}

.textright {
  text-align: right;
}

html {
  scroll-behavior: smooth;
}

.relative {
  position: relative;
}

.mt1 {
  margin-top: 1em !important;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt50 {
  margin-top: 65px;
}

.mt65 {
  margin-top: 65px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}

.mr30_n {
  margin-right: -30px;
}

@media screen and (max-width: 576px) {
  .ml20_n_sm {
    margin-right: -20px;
  }
}

.pr20 {
  padding-right: 20px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-clip: border-box;
  line-height: 1;
}

*:focus {
  outline: none;
}

.hidden {
  display: none !important;
}

.no-link {
  cursor: default;
  filter: none !important;
  pointer-events: none;
}

.hover {
  filter: none !important;
}

ul {
  list-style: none;
}

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

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
table td,
table th {
  padding: 0;
  margin: 0;
}

.center {
  text-align: center;
}

.aligncenter {
  align-items: center;
}

.font-large {
  font-size: 150%;
}

.text-aling-right {
  text-align: right !important;
}

.inline {
  display: inline-block;
  line-height: inherit;
}

body {
  color: #000000;
  padding: 0;
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  line-height: 1.5em;
}

.wrap {
  width: 100%;
  overflow: hidden;
}

#entre_index .header {
  display: block;
  width: 100%;
  height: 100vh;
}
#entre_index .main {
  background-color: #ffffff;
}

.headtitle {
  text-indent: -9999px;
}

.container_vi {
  display: block;
  left: auto;
  max-width: 720px;
  padding: 330px 0 0;
  width: 100%;
  aspect-ratio: 720/400;
  margin: auto;
  background-image: url("../img/img_kv2x.jpg");
  background-size: cover;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 576px) {
  .container_vi {
    aspect-ratio: inherit;
    height: 300px;
    border-radius: 0;
    background-image: url("../img/img_kv.jpg");
    background-position: center;
  }
}

.vi_lead .maintitle {
  margin-top: -65px;
}
@media screen and (max-width: 576px) {
  .vi_lead .maintitle {
    margin-top: -40px;
  }
}

.container {
  max-width: 720px;
  padding: 20px;
  width: 100%;
  margin: auto;
}

p {
  line-height: 1.467;
  margin-bottom: 1em;
}

.apploval {
  background-color: #000000;
  color: #ffffff;
  font: 16px/28px Zen Kaku Gothic Antique;
}

div.fixbgimg {
  box-sizing: border-box;
  color: #fff;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 360px;
  width: 100%;
  padding: 5%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

.parallax-bg {
  background-image: url("../img/img_kv_pcbg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 30%;
}
@media screen and (max-width: 768px) {
  .parallax-bg {
    background-image: none;
  }
}

#entre_index header {
  z-index: 3;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
}

footer {
  background-color: #e2e2e2;
  width: 100%;
}

/* スライドメニューのスタイル */
#slide-menu {
  position: fixed;
  top: 0;
  right: -363px;
  width: 363px;
  height: 100%;
  background-color: #fff;
  padding: 25px 20px;
  box-sizing: border-box;
  transition: right 0.3s ease-in-out;
}
@media screen and (max-width: 576px) {
  #slide-menu {
    right: -268px;
    width: 268px;
  }
}

#slide-menu.show {
  right: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137); /* アクティブ時に影を表示する */
}

/* スライドメニュー内のリンクのスタイル */
#slide-menu a {
  display: block;
  color: #000;
  font: bold 14px/20px Zen Kaku Gothic New;
  margin: 10px 0;
  text-decoration: none;
  display: block;
  width: 100%;
  background-image: url(../img/slide_arrow.png);
  background-repeat: no-repeat;
  background-position: right center;
}

#slide-menu li {
  border-bottom: solid 1px #d3d3d3;
  position: relative;
}

/* スライドメニューを開くためのボタンのスタイル */
#open-menu {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 10px;
  background-color: #fff;
  color: #5b40ef;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
}
#open-menu img {
  width: 20px;
  height: 20px;
}

/* スライドメニューを閉じるためのボタンのスタイル */
#close-menu {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  padding: 10px;
  background-color: #fff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
#close-menu img {
  width: 30px;
  height: 30px;
}

.menutitle {
  font: 900 16px/54px Barlow;
  letter-spacing: 3.49px;
  color: #5b40ef;
}

/* スライドメニューが開いた時に表示するボタンのスタイル */
#slide-menu.show {
  right: 0;
}

/* スライドメニューが開いた時に表示するスライドメニューを閉じるボタンのスタイル */
#slide-menu.show + #close-menu {
  display: block;
}

.full-text {
  display: none;
  animation-name: slideInDown; /* アニメーションの名前 */
  animation-duration: 0.8s; /* アニメーションの時間 */
}

.read-more,
.read-less {
  cursor: pointer;
}

@keyframes slideInDown {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.flexbox {
  display: flex;
}
@media screen and (max-width: 576px) {
  .flexbox {
    display: block;
  }
  .flexbox div {
    flex-basis: 100%;
  }
}

.maintitle {
  width: 100%;
  max-width: 538px;
  height: auto;
}

.headlead {
  font: bold 28px/60px Zen Kaku Gothic New;
}
@media screen and (max-width: 576px) {
  .headlead {
    font: bold 18px/38px Zen Kaku Gothic New;
  }
}

.sublead {
  font: normal normal bold 24px/42px Zen Kaku Gothic New;
}
@media screen and (max-width: 576px) {
  .sublead {
    font: normal normal bold 18px/32px Zen Kaku Gothic New;
  }
}

.imgblock {
  background-color: #f0f0f0;
  border-radius: 10px;
}
.imgblock img {
  border-radius: 10px;
}

.article_flex img {
  border-radius: 10px;
}

@media screen and (max-width: 576px) {
  .img_expand_40px_sm {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    border-radius: 0;
  }
  .img_expand_40px_sm img {
    border-radius: 0px;
  }
  .mt20_sm {
    margin-top: 20px;
  }
}
.en_subtitle {
  color: #5b40ef;
  font: bold 20px/50px Poppins;
}

.en_title {
  font: bold 16px/50px Poppins;
  color: #5b40ef;
}

.deco_entxt {
  color: #e0dbff;
  font: 900 40px/67px Barlow;
  display: inline-block;
  position: absolute;
  top: -30px;
  left: -20px;
  z-index: -1;
  letter-spacing: 5px;
}

.apploval .deco_entxt {
  color: #5b40ef;
}

.headline {
  font: bold 28px/32px Zen Kaku Gothic New;
  position: relative;
  margin: 4em 0 1em 0;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .headline {
    margin: 50px 0 20px;
  }
}

.fc_gray {
  color: #5c5c5c;
}

.fc_yellow {
  color: #fff500;
}

.mainlead {
  font: bold 16px/28px Zen Kaku Gothic New;
  position: relative;
}

.headline_mid {
  font: bold 22px/36px Zen Kaku Gothic New;
  position: relative;
}
@media screen and (max-width: 576px) {
  .headline_mid {
    font: bold 20px/32px Zen Kaku Gothic New;
  }
}

.headline_lrg {
  font: bold 26px/40px Zen Kaku Gothic New;
}
@media screen and (max-width: 576px) {
  .headline_lrg {
    font: bold 20px/32px Zen Kaku Gothic New;
    text-align: center;
  }
}

.headline_sm {
  font: bold 14px/50px Poppins;
  color: #5b40ef;
}

.blocktitle {
  font: bold 24px/38px Zen Kaku Gothic New;
  margin: 8px 0 20px;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .blocktitle {
    font: bold 20px/32px Zen Kaku Gothic New;
  }
}

.strong {
  font: bold 18px/32px Zen Kaku Gothic New;
}

.bg_gradient {
  background: transparent linear-gradient(65deg, #e0dbff 0%, #ddf6ff 100%) 0% 0% no-repeat padding-box;
  position: relative;
}

.textbox p,
.textbox dd {
  font: 16px/32px Zen Kaku Gothic Antique;
  margin-bottom: 1em;
}
.textbox p.fs_18 {
  font: 18px/32px Zen Kaku Gothic New;
}

p.fs_14 {
  font: bold 14px/26px Zen Kaku Gothic Antique;
}

.headline_sm {
  font: bold 14px/32px Zen Kaku Gothic Antique;
}

.btn_gradient_b {
  background: transparent linear-gradient(232deg, #028aef 0%, #5b40ef 100%) 0% 0% no-repeat padding-box;
}

.btn_flat {
  background: #e8e8e8 0% 0% no-repeat padding-box;
  border: 2px solid #5b40ef;
  color: #000;
}

.btn_flat_b {
  background: #5b40ef 0% 0% no-repeat padding-box;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 20px;
  line-height: 1;
  font: bold 13px/13px;
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 576px) {
  .btn_flat_b {
    margin-bottom: 10px;
  }
}

.btn_alw_below {
  width: 15px;
  height: auto;
}

.btn_rightblock {
  display: flex;
  margin: 0 0 0 auto;
}

.vi_mid {
  max-width: 458px;
  margin: auto;
  display: block;
}

.pict_arrow {
  width: 8px;
  height: 47px;
  display: block;
  position: absolute;
  margin-left: 50%;
  bottom: -20px;
}

.accordion_btn {
  display: block;
  text-align: right;
  margin: 25px 0;
}
@media screen and (max-width: 576px) {
  .accordion_btn {
    font: 16px/29px;
  }
}
.accordion_btn img {
  width: 25px;
  height: auto;
  margin-left: 10px;
}
.accordion_btn .read-less img {
  transform: scaleY(-1);
}
.accordion_btn a {
  color: #000000;
}

#vi {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 0 20px 20px;
}

.article_flex {
  margin: 10px 0 50px;
  justify-content: space-around;
}
.article_flex > div {
  flex-basis: 48.611%;
}
@media screen and (max-width: 576px) {
  .article_flex > div {
    flex-basis: 100%;
  }
}
.article_flex .list {
  background-color: #5b40ef;
  border-radius: 10px;
  padding: 15px 24px 25px;
  color: #ffffff;
  font: 700 16px/28px Zen Kaku Gothic New;
}
@media screen and (max-width: 576px) {
  .article_flex .list {
    padding: 10px 12px 25px;
  }
}
.article_flex .list ul {
  padding: 0;
  margin: 0;
}
.article_flex .list li {
  margin: 5px 0;
  text-indent: -15px;
  padding-left: 25px;
}
@media screen and (max-width: 576px) {
  .article_flex .list li {
    margin: 3px 0;
  }
}
.article_flex .list li span {
  display: inline-block;
  width: 15px;
  text-align: center;
  font: 24px/36px Barlow;
}
.article_flex .rightblock_sm_pl img {
  border-radius: 10px;
}
@media screen and (min-width: 576px) {
  .article_flex .rightblock_sm_pl {
    padding-left: 30px;
  }
}

.instructor {
  display: grid;
  grid-template-columns: 60% 40%;
}
@media screen and (max-width: 576px) {
  .instructor {
    grid-auto-flow: column dense;
    grid-template-columns: 100%;
    margin: 0 15px;
  }
}
.instructor .textbox {
  padding-right: 10px;
}
@media screen and (max-width: 576px) {
  .instructor .textbox {
    grid-row: 2;
    grid-column: 1;
  }
}
.instructor .textbox .imst_img {
  flex-basis: inherit;
}
@media screen and (max-width: 576px) {
  .instructor .textbox .imst_img {
    grid-row: 1;
    grid-column: 1;
  }
}

.comment {
  border: solid 1px #d5d5d5;
  padding: 10px;
  margin: 0 -20px;
}
@media screen and (max-width: 576px) {
  .comment {
    margin: 0 0px;
  }
}

@media screen and (min-width: 576px) {
  .flexbox_lrg {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.point {
  display: inline-block;
  background-color: #5b40ef;
  border-radius: 5px;
  color: #ffffff;
  padding: 7px 13px;
  line-height: 1;
  font: bold 16px/16px Poppins;
  margin-bottom: 10px;
}

.keyword {
  display: inline-flex;
  align-items: flex-end;
  border: solid 1px #5b40ef;
  border-radius: 5px;
  margin-top: 70px;
}
@media screen and (max-width: 576px) {
  .keyword {
    margin-top: 30px;
  }
}
.keyword dt {
  color: #5b40ef;
  border-radius: 4px 0 0 4px;
  font: bold 14px/50px Poppins;
  line-height: 1;
  padding: 5px 11px;
  font-weight: bold;
}
.keyword dd {
  color: #ffffff;
  background-color: #5b40ef;
  border-radius: 0 4px 4px 0;
  font: 16px/32px Zen Kaku Gothic New;
  padding: 4px 11px 4px;
  line-height: 1;
}

.container.wswd_lead {
  padding: 65px 20px 72px;
}

.container.message_lead {
  padding: 120px 20px 162px;
}

.subject {
  border-radius: 10px;
  padding: 15px 20px 10px;
  width: 100%;
}
.subject .subject_inner {
  font: bold 16px/20px Zen Kaku Gothic New;
}
.subject .subject_inner .subject_title {
  background-color: #fff;
  color: #5b40ef;
  padding: 4px 6px;
  border-radius: 2px;
  display: inline-block;
  margin-bottom: 10px;
}

.titleblock {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 720px;
  height: 177px;
  background: url(../img/title_bg.svg) no-repeat left top;
  background-position: 0 0;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .titleblock {
    height: 125px;
  }
}
.titleblock .headtitle {
  width: 246px;
  height: auto;
  margin: 20px 18px;
}
@media screen and (max-width: 576px) {
  .titleblock .headtitle {
    width: 176px;
  }
}

.slogan {
  font: 24px/64px Zen Antique;
  color: #5b40ef;
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin: 30px 0 50px;
}
@media screen and (max-width: 576px) {
  .slogan {
    margin: 20px 0 10px;
  }
}
.slogan .line {
  height: 1px;
  border-bottom: solid 1px #5b40ef;
  flex-basis: 80%;
  margin-right: 20px;
}

.schooleimage {
  max-width: 500px;
  height: auto;
  display: block;
  margin-left: auto;
  width: 100%;
  margin-bottom: 30px;
}
.schooleimage img {
  border-radius: 10px;
}
@media screen and (max-width: 576px) {
  .schooleimage {
    max-width: 250px;
    height: auto;
    margin-bottom: -30px;
  }
}

.fixblock {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}
.fixblock .btn {
  padding: 13px 26px;
  margin-left: 10px;
  font: bold 18px/32px Zen Kaku Gothic Antique;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
}
@media screen and (max-width: 576px) {
  .fixblock {
    display: none;
  }
}

.arrow_below {
  width: 12px;
  height: auto;
  display: block;
  margin: 30px auto;
}

.apploval_headline_1 {
  display: block;
  font: bold 24px/45px Zen Kaku Gothic Antique;
  background: url(../img/border_first.svg) repeat-x center;
  margin: 50px 0 20px;
}
@media screen and (max-width: 576px) {
  .apploval_headline_1 {
    font: bold 20px/32px Zen Kaku Gothic Antique;
  }
}
.apploval_headline_1 div {
  background-color: #5b40ef;
  line-height: 1;
  display: inline-block;
  padding: 8px 14px;
  border-radius: 4px;
}

.apploval_headline_2 {
  display: block;
  font: bold 26px/45px Zen Kaku Gothic Antique;
  background: url(../img/border.svg) repeat-x center;
  margin: 5px 0 10px;
}
.apploval_headline_2 div {
  background-color: #028aef;
  line-height: 1;
  display: inline-block;
  padding: 15px 52px;
  border-radius: 4px;
}

.apploval_headline_3 {
  display: block;
  font: bold 14px/45px Zen Kaku Gothic Antique;
  margin-top: 86px;
  background: url(../img/border_white.svg) repeat-x center;
}
@media screen and (max-width: 576px) {
  .apploval_headline_3 {
    font: bold 20px/32px Zen Kaku Gothic Antique;
  }
}
.apploval_headline_3 div {
  background-color: #000000;
  line-height: 1;
  display: inline-block;
  padding: 15px 10px;
}

.font_barlow {
  font: 20px/25px Barlow;
}

.priceblock {
  display: flex;
  flex-wrap: wrap;
  background-color: #292929;
  border-radius: 10px;
  align-items: flex-end;
  justify-content: center;
  padding: 18px 20px 26px;
}
.priceblock dl.praicebox_wrap {
  display: inline-flex;
  align-items: flex-end;
}
@media screen and (max-width: 576px) {
  .priceblock dl.praicebox_wrap {
    flex-basis: 100%;
    justify-content: space-between;
  }
}
@media screen and (min-width: 576px) {
  .priceblock dl.praicebox_wrap + dl {
    margin-left: 30px;
  }
}
.priceblock dt {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 5px;
  margin-bottom: 22px;
}
.priceblock dt.blue {
  background-color: #028aef;
}
.priceblock dt.keycolor {
  background-color: #5b40ef;
}
.priceblock dd {
  display: inline-block;
  text-align: right;
  margin-left: 10px;
}
@media screen and (max-width: 576px) {
  .priceblock dd {
    margin-bottom: 5px;
  }
}
.priceblock dd.price_mid {
  font: 600 50px/50px Barlow;
}
.priceblock dd.price_sm {
  font: 600 30px/30px Barlow;
}
.priceblock dd span.ft_sm {
  font: 13px/19px Zen Kaku Gothic New;
  font-weight: normal;
}

.moniter_block {
  display: block;
  background: #0b304b;
  border: 2px solid #028aef;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.moniter_block img {
  width: 191px;
  height: auto;
}

.apploval2023 {
  justify-content: space-between;
}
.apploval2023 .flexinner {
  background: #292441 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  flex-basis: 332px;
  margin-bottom: 10px;
}
.apploval2023 .flexinner p {
  font: bold 14px/25px Zen Kaku Gothic Antique;
}
.apploval2023 .flexinner img {
  width: 191px;
  height: auto;
}

.submitbtn_block {
  text-align: center;
}
.submitbtn_block a {
  display: inline-block;
  padding: 26px 95px;
  border-radius: 72px;
  font: bold 20px/32px Zen Kaku Gothic Antique;
  margin: 30px auto;
}
@media screen and (max-width: 576px) {
  .submitbtn_block a {
    font: bold 20px/32px Zen Kaku Gothic Antique;
    padding: 25px 0;
    width: 100%;
  }
}

.btn_briefing {
  background: #e8e8e8;
  border: 2px solid #5b40ef;
  border-radius: 72px;
  display: inline-block;
  padding: 25px 85px;
  margin: 50px auto 115px;
  color: #000;
  font: bold 20px/32px Zen Kaku Gothic Antique;
}
@media screen and (max-width: 576px) {
  .btn_briefing {
    padding: 25px 0;
    width: 100%;
  }
}

.btn_linefriend {
  background: #00cc1f;
  border-radius: 72px;
  display: inline-block;
  padding: 25px 74px;
  margin-bottom: 50px;
  font: bold 20px/32px Zen Kaku Gothic Antique;
}
.btn_mail {
  background: #F85F55;
  border-radius: 72px;
  display: inline-block;
  padding: 25px 74px;
  margin-bottom: 50px;
  font: bold 20px/32px Zen Kaku Gothic Antique;
}

@media screen and (max-width: 576px) {
  .btn_linefriend {
    padding: 25px 0;
    width: 100%;
  }
/*
  .btn_mail {
    padding: 25px 0;
    width: 100%;
  }
*/
}

.entry_text {
  width: 100%;
  max-width: 490px;
  display: inline-block;
  text-align: left;
}

.btn_mypage {
  background: #292441;
  border-radius: 72px;
  display: inline-block;
  padding: 17px 73px;
  margin: 40px auto 60px;
  font: bold 20px/32px Zen Kaku Gothic Antique;
}
@media screen and (max-width: 576px) {
  .btn_mypage {
    padding: 25px 0;
    width: 100%;
  }
}

.title_mypage {
  font: bold 28px/32px Zen Kaku Gothic New;
  margin: 50px 0 25px;
}

footer {
  padding: 50px 0;
  background-color: #f0f0f0;
}
footer .footerlogo {
  width: 190px;
  height: auto;
  margin-right: 44px;
}
footer .flexbox {
  align-items: center;
}
footer address {
  font-style: normal;
  font: bold 16px/28px Zen Kaku Gothic Antique;
}

.priceimg {
  width: 191px;
  height: auto;
}

#mw_wp_form_mw-wp-form-20 {
  width: 100%;
}

.application_form .wrap,
.confirm_form .wrap {
  display: flex;
  flex-direction: column;
}
.application_form main .container,
.confirm_form main .container {
  max-width: 560px;
  width: 100%;
  padding-bottom: 0px;
}
.application_form header,
.confirm_form header {
  height: 270px;
  display: block;
  width: 100%;
  position: relative;
}
.application_form header .entrytitle,
.confirm_form header .entrytitle {
  margin: 110px auto 37px;
  font: bold 38px/32px Zen Kaku Gothic New;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .application_form header .entrytitle,
  .confirm_form header .entrytitle {
    font: normal normal bold 28px/32px Zen Kaku Gothic New;
  }
}
.application_form header .flow,
.confirm_form header .flow {
  display: inline-flex;
  justify-content: space-between;
  max-width: 350px;
  width: 100%;
  background: url(../img/border_gray.svg) repeat-x center;
}
.application_form header .flow li,
.confirm_form header .flow li {
  background-color: #f0f0f0;
  padding: 10px 24px;
  width: 92px;
  border-radius: 4px;
  color: #aaa;
  font: bold 16px/16px Zen Kaku Gothic New;
}
.application_form header .flow li.active,
.confirm_form header .flow li.active {
  background-color: #5b40ef;
  color: #ffffff;
}
.application_form main,
.confirm_form main {
  width: 100%;
  background: #eaeaea;
}
.application_form main p,
.confirm_form main p {
  margin-bottom: 0;
}
.application_form main .formtitle,
.confirm_form main .formtitle {
  font: bold 28px/32px Zen Kaku Gothic New;
  text-align: center;
  margin: 32px auto;
}
.application_form main em,
.confirm_form main em {
  color: #fff;
  font: 12px/12px Zen Kaku Gothic New;
  background-color: #5b40ef;
  border-radius: 4px;
  padding: 1px 5px;
  margin: 0px 8px;
}
.application_form .form dd,
.confirm_form .form dd {
  display: flex;
  margin-bottom: 1em;
}
.application_form .confirm-none,
.confirm_form .confirm-none {
  font: normal normal bold 16px/32px Zen Kaku Gothic New;
}
.application_form .input_single input,
.application_form .input_single textarea,
.application_form .input_double input,
.application_form .input_double textarea,
.confirm_form .input_single input,
.confirm_form .input_single textarea,
.confirm_form .input_double input,
.confirm_form .input_double textarea {
  padding: 12px;
  font: 16px/16px Zen Kaku Gothic New;
  border: solid 1px #ccc;
  margin: 5px 0 20px;
  border-radius: 4px;
  box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
}
.application_form .input_single textarea,
.application_form .input_double textarea,
.confirm_form .input_single textarea,
.confirm_form .input_double textarea {
  height: 200px;
}
.application_form input::-webkit-input-placeholder,
.application_form input:-moz-placeholder,
.application_form input::-moz-placeholder,
.application_form input:-ms-input-placeholder,
.confirm_form input::-webkit-input-placeholder,
.confirm_form input:-moz-placeholder,
.confirm_form input::-moz-placeholder,
.confirm_form input:-ms-input-placeholder {
  color: #aaa;
}
.application_form .zip .input_single input,
.confirm_form .zip .input_single input {
  width: 188px;
}
.application_form .input_single input,
.confirm_form .input_single input {
  width: 80%;
}
.application_form .input_double input,
.confirm_form .input_double input {
  width: 170px;
  margin-right: 5px;
}
.application_form .input_single input:focus,
.application_form .input_single textarea:focus,
.application_form .input_double input:focus,
.application_form .input_double textarea:focus,
.confirm_form .input_single input:focus,
.confirm_form .input_single textarea:focus,
.confirm_form .input_double input:focus,
.confirm_form .input_double textarea:focus {
  border: solid 1px #5b40ef;
}
.application_form .input_radio.input_double input,
.confirm_form .input_radio.input_double input {
  width: 30px;
}
.application_form label,
.confirm_form label {
  display: inline-block;
}
.application_form select,
.confirm_form select {
  border: 0;
  padding: 10px 10px;
  font: normal normal normal 16px/16px Zen Kaku Gothic New;
  border: solid 1px #ccc;
  margin: 3px 8px 20px 0;
  border-radius: 4px;
}
@keyframes radio-select {
  0% {
    transform: scale(0, 0);
  }
  65% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.application_form .submit-wrap,
.confirm_form .submit-wrap {
  text-align: center;
  background-color: #ffffff;
  margin: 0 calc(50% - 50vw);
  padding: 50px calc(50vw - 50%) 100px;
}
@media screen and (max-width: 576px) {
  .application_form .submit-wrap,
  .confirm_form .submit-wrap {
    padding: 20px;
  }
}
.application_form .submit-wrap input,
.confirm_form .submit-wrap input {
  display: inline-block;
  padding: 26px 95px;
  margin: 30px auto;
  position: relative;
  border: none;
  border-radius: 72px;
  background-color: #5b40ef;
  color: #ffffff;
  cursor: pointer;
  font: bold 20px/32px Zen Kaku Gothic Antique;
}
.application_form .submit-wrap input:hover,
.confirm_form .submit-wrap input:hover {
  opacity: 0.8;
}
@media screen and (max-width: 576px) {
  .application_form .submit-wrap input,
  .confirm_form .submit-wrap input {
    font: bold 20px/32px Zen Kaku Gothic Antique;
    padding: 25px 0;
    width: 100%;
  }
}
.application_form .submit-wrap .backbutton_wrap a.btn,
.confirm_form .submit-wrap .backbutton_wrap a.btn {
  display: inline-block;
  padding: 20px 45px;
  margin: 30px auto 10px;
  position: relative;
  border: none;
  border-radius: 72px;
  background-color: #e2e2e2;
  color: #000;
  cursor: pointer;
  font: bold 20px/32px Zen Kaku Gothic Antique;
}

.application_form .form dt {
  font: normal normal bold 16px/32px Zen Kaku Gothic New;
}

.confirm_form .form dt {
  font: normal normal normal 16px/32px Zen Kaku Gothic New;
}
.confirm_form .form dd {
  font: normal normal bold 16px/32px Zen Kaku Gothic New;
}
.confirm_form .confirm-none {
  font-weight: normal;
}

.alarttext {
  text-align: left;
  color: #e51a1a;
  max-width: 400px;
  width: 100%;
  margin: 20px auto;
}

main.bg_gradient {
  background: transparent linear-gradient(65deg, #e0dbff 0%, #ddf6ff 100%) 0% 0% no-repeat padding-box;
  padding: 20px 20px 60px;
}
main.bg_gradient p {
  font: normal normal normal 16px/32px Zen Kaku Gothic New;
}

.endtitle {
  text-align: left;
  color: #5b40ef;
  margin: 20px auto 30px 0;
  font: normal normal bold 28px/32px Zen Kaku Gothic New;
}/*# sourceMappingURL=style.css.map */