@charset "UTF-8";

@import url("reset.css");

.logo-Jp {
  font-family: kan415typos-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.logo-En {
  font-family: pacifico, sans-serif;
  font-weight: 400;
  font-style: normal;
}

#container {
  position: relative;
  width: 100%;
  height: auto !important;
  height: 100%;
  min-height: 100%;
}

.wrapper {
  margin: 0 auto;
}

#thanks #container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}

#thanks #container #footer {
  margin-top: auto;
}

#thanks main .wrapper {
  position: relative;
  top: 50%;
  margin: 0 auto;
  padding-top: 500px;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  text-align: center;
}

#thanks main .wrapper h2 {
  font-size: 3rem;
  margin-top: auto;
  margin-bottom: 30px;
  color: #344063;
}

#thanks main p {
  font-size: 2rem;
}

/*****************  Button ******************/

.contact-Btn {
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 0;
  display: inline-block;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff;
  border-radius: 60px;
  -webkit-box-shadow: 0.835px 5.942px 24.36px 4.64px rgba(52, 64, 99, 0.53);
  box-shadow: 0.835px 5.942px 24.36px 4.64px rgba(52, 64, 99, 0.53);
}

.contact-Btn::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 60px;
  background: -webkit-gradient(linear, right top, left top, from(#ff8400), to(#ff448a));
  background: linear-gradient(-90deg, #ff8400 0%, #ff448a 100%);
  background: -ms-linear-gradient(90deg, #ff8400 0%, #ff448a 100%);
}

.contact-Btn::after {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#ff8400), to(#ff448a));
  background: linear-gradient(90deg, #ff8400 0%, #ff448a 100%);
  background: -ms-linear-gradient(-90deg, #ff8400 0%, #ff448a 100%);
}

.contact-Btn:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-Btn:hover::before {
  opacity: 0;
}

#page-Top {
  position: fixed;
  z-index: 20;
  right: 0;
}

#page-Top a {
  font-weight: bold;
  position: relative;
  z-index: 999;
  display: block;
  width: 60px;
  height: 60px;
  padding: 8px 0 0 8px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  text-align: center;
  text-decoration: none;
  border-radius: 30px;
  background-color: #7988b6;
}

#page-Top a::before {
  font-family: 'Font Awesome 5 Free';
  font-size: 2rem;
  position: absolute;
  top: 25%;
  right: 0;
  left: 0;
  margin: auto;
  content: '\f062';
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff;
}

#page-Top a:hover {
  background-color: #344063;
}

#page-Top a:hover::before {
  top: 5%;
}

/*****************  Text ******************/

.under-Line {
  font-size: 120%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #eaff00));
  background: linear-gradient(transparent 60%, #eaff00 40%);
}

.notice-Txt {
  font-size: 90% !important;
  padding-left: 2.5rem;
  text-indent: -1.6rem;
}

.step-Box .notice-Txt {
  padding-right: 10px;
  padding-bottom: 10px;
}

/*****************  Background ******************/

.bg-Grade {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 95, 202, 0.15)), to(rgba(1, 239, 236, 0.15)));
  background: linear-gradient(180deg, rgba(0, 95, 202, 0.15) 0%, rgba(1, 239, 236, 0.15) 100%);
  background: -ms-linear-gradient(180deg, rgba(0, 95, 202, 0.15) 0%, rgba(1, 239, 236, 0.15) 100%);
}

/*****************  Header ******************/

header {
  background: #344063;
}

header nav {
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  background: #344063;
}

header .wrapper {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header h1 {
  color: #fff;
}

header h1 .logo-Jp {
  font-size: 2.2rem;
}

header h1 .logo-En {
  font-size: 2.7rem;
  margin-left: 3px;
}

header p {
  color: #fff;
}

header .contact-Btn {
  margin-left: auto;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.is-Fixed {
  position: fixed;
  z-index: 10;
}

.is-Fixed p {
  display: none;
}

.is-Fixed .wrapper {
  position: static;
}

/*****************  Mainvisual ******************/

.main-Visual {
  width: 100%;
  color: #fff;
  background: linear-gradient(-80deg, rgba(0, 255, 252, 0.5) 30%, rgba(15, 92, 124, 0.8) 100%), url(../images/main_visual.png) no-repeat left top;
  background: -ms-linear-gradient(-80deg, rgba(0, 255, 252, 0.5) 30%, rgba(15, 92, 124, 0.8) 100%), url(../images/main_visual.png) no-repeat left top;
  background-size: cover;
}

.main-Visual .wrapper {
  position: relative;
  top: 50%;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  /* Safari用 */
  transform: translateY(-50%);
  text-align: center;
}

.main-Visual h2,
.main-Visual p {
  text-shadow: 1px 1px 10px rgba(52, 64, 99, 0.6), -1px 1px 10px rgba(52, 64, 99, 0.6), 1px -1px 10px rgba(52, 64, 99, 0.6), -1px -1px 10px rgba(52, 64, 99, 0.6);
}

.main-Visual h2 {
  line-height: 1.2;
}

.main-Visual p {
  line-height: 1.5;
}

/*****************  Title ******************/

.h2-Title {
  text-align: center;
  color: #344063;
}

.h2-Title .logo-En {
  margin-right: 5px;
  margin-left: 3px;
}

/*****************  Box ******************/

.boxx2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.boxx2 img {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.boxx3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.boxx3 img {
  display: block;
  width: 140px;
  margin: 0 auto;
}

.boxx3 .box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
  -webkit-box-shadow: 0.835px 5.942px 24.36px 4.64px rgba(188, 188, 188, 0.53);
  box-shadow: 0.835px 5.942px 24.36px 4.64px rgba(188, 188, 188, 0.53);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.boxx3 .box h3 {
  font-size: 170%;
  font-weight: normal;
  margin: 20px auto;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #eaff00));
  background: linear-gradient(transparent 60%, #eaff00 40%);
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/*****************  Skill ******************/

.course-Info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}

.course-Info dt {
  font-size: 2rem;
  position: relative;
  text-align: center;
  color: #fff;
  background: #344063;
}

.course-Info dt::after {
  position: absolute;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
}

.course-Info dd {
  margin-bottom: 20px;
}

/*****************  Book ******************/

#book .book-Btn {
  margin: 0 auto;
  text-align: center;
}

/*****************  Career ******************/

#career .career-Data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
}

#career .career-Data h3 {
  font-weight: normal;
  position: relative;
  border: 7px solid #d4d3d3;
}

#career .career-Data h3::after {
  position: absolute;
  right: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-top: 20px solid #0092cb;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
}

#career .career-Data h4 {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#0092cb), to(#01efec));
  background: linear-gradient(180deg, #0092cb 0%, #01efec 100%);
  background: -ms-linear-gradient(180deg, #0092cb 0%, #01efec 100%);
}

/*****************  Step ******************/

#step h4 {
  text-align: center;
}

#step h4 span {
  color: #04ecea;
  border-radius: 50px;
  background: #344063;
}

.step-Box {
  position: relative;
  padding-top: 8px;
  background: #fff;
  -webkit-box-shadow: 0.835px 5.942px 24.36px 4.64px rgba(188, 188, 188, 0.53);
  box-shadow: 0.835px 5.942px 24.36px 4.64px rgba(188, 188, 188, 0.53);
}

.step-Box .box img {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 8px;
}

.step-Box h3 {
  position: relative;
  overflow: hidden;
  background: #344063;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.step-Box h3::before {
  font-family: azote, serif;
  font-weight: 400;
  font-style: normal;
  position: absolute;
  top: 0;
  color: #fff;
}

.step-Box h3.step01::before {
  content: 'Step1';
}

.step-Box h3.step02::before {
  content: 'Step2';
}

.step-Box h3.step03::before {
  content: 'Step3';
}

.step-Box h3 span {
  position: relative;
  z-index: 1;
  color: #344063;
  background: #fff;
}

.step-Box h3 span::before {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-right: 30px solid transparent;
  border-bottom: 85px solid #fff;
  border-left: 30px solid transparent;
}

.step-Box h3 span::after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  content: '';
  border-top: 85px solid #fff;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
}

.step-Box.s-Box01::after {
  position: absolute;
  left: 50%;
  content: '';
  border-left: 5px dotted #209ecb;
}

.step-Box.s-Box02::after {
  position: absolute;
  left: 50%;
  content: '';
  border-left: 5px dotted #20bfd6;
}

.step-Box.s-Box03::before {
  position: absolute;
  left: 50%;
  content: '';
  border-left: 5px dotted #04ecea;
}

.step-Box.s-Box03::after {
  position: absolute;
  right: 0;
  margin: auto;
  content: '';
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-top: 5px solid #04ecea;
  border-right: 5px solid #04ecea;
  border-radius: 3px;
}

/*****************  Contact ******************/

#contact h2 + p {
  text-align: center;
}

.contact-Form {
  padding: 30px;
  border: 5px solid #344063;
}

.contact-Form input[type='text'],
.contact-Form textarea {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #aeaeae;
  background: #fff;
}

.contact-Form input[type='text']:focus,
.contact-Form textarea:focus {
  border: 1px solid #aeaeae;
  background: #fff;
  -webkit-box-shadow: 0 0 7px #c1c9df;
  box-shadow: 0 0 7px #c1c9df;
}

.contact-Form input[type='text'].form-control-danger {
  border: 2px solid #f55;
  background: #fae4e4;
}

.contact-Form .form-control-danger > .text-danger {
  display: none;
}

.contact-Form .text-danger {
  margin-top: 10px;
  color: #f55;
}

.contact-Form input[type='file']#file-upload {
  display: none;
}

.contact-Form input[type='text']#filename {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  -webkit-transition: none !important;
  transition: none !important;
  color: #131313;
  border: none;
  background: none;
}

.contact-Form input[type='text']#filename:focus {
  display: none;
}

.contact-Form label.file-btn {
  font-size: 90%;
  display: inline-block;
  padding: 5px 20px;
  cursor: pointer;
  color: #fff;
  background: #5b5b5b;
}

.contact-Form ::-webkit-input-placeholder {
  color: #a8a8a9;
}

.contact-Form :-moz-placeholder {
  color: #a8a8a9;
}

.contact-Form ::-moz-placeholder {
  color: #a8a8a9;
}

.contact-Form :-ms-input-placeholder {
  color: #a8a8a9;
}

.contact-Form select::-ms-expand {
  display: none;
}

.contact-Form .select-Box {
  position: relative;
  display: inline-block;
}

.contact-Form .select-Box::before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 0;
  height: 0;
  margin: auto;
  padding: 0;
  content: '';
  pointer-events: none;
  border-top: 10px solid #344063;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.contact-Form .select-Box select {
  padding: 7px 30px 7px 10px;
  border: 1px solid #aeaeae;
  background: #fff;
}

.contact-Form .select-Box select.formrun-has-error {
  padding: 7px 30px 7px 10px;
  border: 2px solid #f55;
  background: #fae4e4;
}

.contact-Form .birth-text {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}

.contact-Form .form-Txt p.formrun-system-show {
  display: inline-block;
}

.contact-Form input[type='checkbox'] {
  display: none;
  /*checked時の見た目*/
}

.contact-Form input[type='checkbox'] + label {
  display: inline-block;
  cursor: pointer;
  /*通常時の見た目*/
  /*hover時の見た目*/
}

.contact-Form input[type='checkbox'] + label::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  margin-right: 5px;
  content: '\f00c';
  -webkit-transition: .1s;
  transition: .1s;
  text-align: center;
  color: transparent;
  border: 1px solid #aeaeae;
  background-color: #fff;
}

.contact-Form input[type='checkbox'] + label:hover::before {
  background-color: #fff;
}

.contact-Form input[type='checkbox']:checked + label {
  color: #344063;
}

.contact-Form input[type='checkbox']:checked + label::before {
  color: #344063;
  border-color: #344063;
}

.contact-Form .formrun-system-confirm label[data-formrun-hide-if-confirm] {
  display: none;
}

.contact-Form .form-check-input.formrun-has-error::after {
  border: 2px solid #f55;
  background: #fae4e4;
}

.contact-Form .formrun-has-error + label::before {
  border: 2px solid #f55 !important;
  background: #fae4e4 !important;
}

.contact-Form .check-Txt {
  font-size: 110%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-Form .check-Txt span {
  font-size: 90%;
}

.contact-Form .check-Txt p {
  margin-right: auto;
}

.contact-Form button.btn-primary {
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 0;
  display: block;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  color: #fff;
  border-radius: 60px;
  -webkit-box-shadow: 0.835px 5.942px 24.36px 4.64px rgba(52, 64, 99, 0.53);
  box-shadow: 0.835px 5.942px 24.36px 4.64px rgba(52, 64, 99, 0.53);
}

.contact-Form button.btn-primary::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 60px;
  background: -webkit-gradient(linear, right top, left top, from(#00d2ff), to(#4448ff));
  background: linear-gradient(-90deg, #00d2ff 0%, #4448ff 100%);
  background: -ms-linear-gradient(-90deg, #00d2ff 0%, #4448ff 100%);
}

.contact-Form button.btn-primary::after {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#00d2ff), to(#4448ff));
  background: linear-gradient(90deg, #00d2ff 0%, #4448ff 100%);
  background: -ms-linear-gradient(90deg, #00d2ff 0%, #4448ff 100%);
}

.contact-Form button.btn-primary:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-Form button.btn-primary:hover::before {
  opacity: 0;
}

.contact-Form .btn-secondary {
  font-weight: bold;
  line-height: 1;
  position: relative;
  z-index: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  color: #fff;
  border-radius: 60px;
  -webkit-box-shadow: 0.835px 5.942px 24.36px 4.64px rgba(52, 64, 99, 0.53);
  box-shadow: 0.835px 5.942px 24.36px 4.64px rgba(52, 64, 99, 0.53);
}

.contact-Form .btn-secondary::before {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  border-radius: 60px;
  background: -webkit-gradient(linear, right top, left top, from(#555555), to(#a0a0a0));
  background: linear-gradient(-90deg, #555555 0%, #a0a0a0 100%);
  background: -ms-linear-gradient(-90deg, #555555 0%, #a0a0a0 100%);
}

.contact-Form .btn-secondary::after {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 60px;
  background: -webkit-gradient(linear, left top, right top, from(#555555), to(#a0a0a0));
  background: linear-gradient(90deg, #555555 0%, #a0a0a0 100%);
  background: -ms-linear-gradient(90deg, #555555 0%, #a0a0a0 100%);
}

.contact-Form .btn-secondary:hover {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.contact-Form .btn-secondary:hover::before {
  opacity: 0;
}

.privacy-Txt {
  font-size: 1.4rem;
  overflow: hidden;
  height: 200px;
  padding: 20px 10px 20px 20px;
  border: 1px solid #344063;
  background: #fff;
}

.privacy-Txt h4 {
  color: #00287f;
}

.privacy-Txt p {
  margin-bottom: 20px;
}

.privacy-Txt .notice-Txt {
  font-size: 80% !important;
}

.privacy-Txt .num-List {
  margin-bottom: 20px;
  list-style: none;
  counter-reset: item;
}

.privacy-Txt .num-List li {
  margin-bottom: 5px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.privacy-Txt .num-List li::before {
  font-weight: bold;
  padding-right: .5em;
  content: counter(item) ".";
  counter-increment: item;
  color: #6a799a;
}

.privacy-Txt .num-List02 {
  margin-bottom: 20px;
  list-style: none;
}

.privacy-Txt .num-List02 li {
  margin-bottom: 5px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.privacy-Txt .num-List02 li span {
  font-weight: bold;
  color: #6a799a;
}

.privacy-Txt .txt-List li {
  margin-bottom: 5px;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.privacy-Txt h5 {
  font-size: 1.4rem;
}

.privacy-Txt address {
  padding: 10px;
  background: #ededed;
}

.list-Checkbox li {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 15px;
}

textarea {
  height: 200px;
}

.check-List li {
  margin-bottom: 5px;
}

.radio-Button label {
  line-height: 135%;
  position: relative;
  cursor: pointer;
  text-align: left;
}

.radio-Button input[type=radio] {
  position: relative;
  margin: -3px 2.5rem 0 0;
  cursor: pointer;
}

.radio-Button input[type=radio]::before {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: .4rem;
  width: 1.4rem;
  height: 1.4rem;
  margin: auto;
  content: '';
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75), -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  border-radius: 50%;
  background: #344063;
}

.radio-Button input[type=radio]::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  margin: auto;
  content: '';
  border: 1px solid #aeaeae;
  border-radius: 50%;
  background: #fff;
}

.radio-Button input[type=radio]:checked:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio-Button input[type=radio]:checked:after {
  border: 1px solid #344063;
}

_:-ms-lang(x)::backdrop,
label span {
  margin-left: -25px;
}

/*****************  Footer ******************/

#footer {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #344063;
}

#footer .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#footer .wrapper p {
  color: #fff;
}

#footer .edge-Logo img {
  width: 200px;
}

#footer a.footer-Link {
  display: inline-block;
  margin-right: 20px;
  margin-left: 20px;
  text-decoration: underline;
  color: #fff;
}

#footer a.footer-Link:hover {
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  body {
    min-width: 768px;
  }

  .wrapper {
    width: 768px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .tbpc-Dpnone {
    display: none;
  }

  section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #book .contact-Btn {
    font-size: 2.5rem;
    margin-top: 30px;
    padding: 20px 50px;
  }

  header p {
    font-size: 90%;
    margin-left: 20px;
  }

  header .contact-Btn {
    font-size: 2rem;
    padding: 10px 30px;
  }

  .is-Fixed .contact-Btn {
    font-size: 2.5rem;
    position: absolute;
    top: 5px;
    right: 3%;
    padding: 15px 50px;
  }

  .is-Fixed {
    top: 0;
  }

  .is-Hide {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%);
  }

  .main-Visual {
    height: 500px;
  }

  .main-Visual h2 {
    font-size: 260%;
    margin-bottom: 30px;
  }

  .main-Visual p {
    font-size: 2rem;
    margin-bottom: 30px;
  }

  .main-Visual .contact-Btn {
    font-size: 2.5rem;
    padding: 20px 30px;
  }

  .h2-Title {
    font-size: 240%;
    margin-bottom: 40px;
  }

  .h2-Title .logo-En {
    font-size: 130%;
  }

  .boxx2 .box {
    width: 48%;
  }

  #about .boxx2 p,
  #book .boxx2 p {
    font-size: 2rem;
    line-height: 1.5;
  }

  .boxx3 .box {
    width: 32%;
    padding: 20px;
  }

  #course .boxx3 p {
    font-size: 1.8rem;
    line-height: 1.5;
  }

  .course-Info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .course-Info dt {
    width: 30%;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .course-Info dt::after {
    top: 0;
    right: -17px;
    bottom: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 20px solid #344063;
  }

  .course-Info dd {
    font-size: 1.8rem;
    width: 67%;
    -ms-flex-item-align: center;
    align-self: center;
  }

  #career p {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }

  #career .career-Data {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #career .career-Data .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 32%;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
  }

  #career .career-Data .box:last-of-type {
    margin-right: auto;
    margin-left: 13px;
  }

  #career .career-Data h3 {
    font-size: 1.8rem;
    min-height: 168px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #career .career-Data h3::after {
    bottom: -40px;
  }

  #career .career-Data h4 {
    font-size: 1.8rem;
    min-height: 168px;
    margin-top: 40px;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #step h4 {
    margin: 100px auto 20px;
  }

  #step h4 span {
    font-size: 230%;
    padding: 15px 80px;
  }

  .step-Box {
    margin-bottom: 40px;
  }

  .step-Box .box {
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .step-Box .box .notice-Txt {
    margin-top: 10px;
    padding-left: 15px;
  }

  .step-Box .box .txt-Area {
    width: 65%;
  }

  .step-Box .box figure {
    width: 30%;
    margin-left: auto;
  }

  .step-Box .box img {
    max-width: 340px;
  }

  .step-Box .box p.step-Txt {
    font-size: 1.8rem;
    line-height: 1.8;
    margin-right: auto;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .step-Box h3::before {
    font-size: 240%;
    left: 40px;
  }

  .step-Box h3 span {
    font-size: 2.5rem;
    padding: 15px 100px;
  }

  .step-Box.s-Box01::after {
    padding-bottom: 50px;
  }

  .step-Box.s-Box02::after {
    padding-bottom: 50px;
  }

  .step-Box.s-Box03::before {
    bottom: -50px;
    padding-bottom: 50px;
  }

  .step-Box.s-Box03::after {
    bottom: -60px;
    left: 5px;
    width: 30px;
    height: 30px;
  }

  #contact {
    margin-bottom: 100px;
  }

  #contact h2 + p {
    font-size: 2rem;
    margin-bottom: 60px;
  }

  .list-Checkbox li:nth-child(3),
  .list-Checkbox li:last-child {
    margin-bottom: 0;
  }

  span.require,
  span.any {
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
    margin-left: auto;
    padding: 3px 20px;
    color: #fff;
  }

  span.require {
    margin-left: auto;
    background: #b60000;
  }

  span.any {
    background: #344063;
  }

  .contact-Form dl {
    font-size: 1.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contact-Form dl dt {
    font-weight: bold;
    width: 45%;
    margin-bottom: 25px;
    padding-top: 10px;
    padding-right: 40px;
    color: #344063;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .contact-Form dl dt label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
  }

  .contact-Form dl dt span {
    font-size: 80%;
    white-space: nowrap;
  }

  .contact-Form dl dd {
    width: 55%;
    margin-bottom: 25px;
  }

  .contact-Form input[type='text'],
  .contact-Form textarea {
    padding: 10px;
  }

  .contact-Form button.btn-primary {
    font-size: 2.2rem;
    padding: 25px 100px;
  }

  .privacy-Txt {
    padding: 20px 10px 20px 20px;
  }

  .confirm-Btn {
    margin-top: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btn-secondary {
    font-size: 2.2rem;
    margin-right: 30px;
    padding: 24px 100px;
  }

  p.text-danger,
  .form-confirm-text {
    font-size: 1.6rem;
  }

  .check-List li {
    display: inline-block;
    margin-right: 10px;
  }

  #footer .copy {
    margin-left: auto;
  }
}

@media print, screen and (min-width: 835px) {
  body {
    min-width: 1140px;
  }

  .wrapper {
    width: 1140px;
  }

  section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  #book .contact-Btn {
    font-size: 3.5rem;
    margin-top: 60px;
    padding: 20px 50px;
  }

  header p {
    margin-top: 10px;
    margin-left: 30px;
  }

  .main-Visual {
    height: 730px;
  }

  .main-Visual h2 {
    font-size: 5.1rem;
    margin-bottom: 30px;
  }

  .main-Visual p {
    font-size: 2.2rem;
    margin-bottom: 70px;
  }

  .main-Visual .contact-Btn {
    font-size: 3.5rem;
    padding: 20px 50px;
  }

  .h2-Title {
    margin-bottom: 60px;
  }

  .boxx3 .box {
    padding: 20px;
  }

  #career p {
    font-size: 2rem;
    margin-bottom: 60px;
  }

  #career .career-Data {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  #career .career-Data .box {
    width: 18.5%;
  }

  #career .career-Data .box:last-of-type {
    margin-right: 0;
    margin-left: 0;
  }

  #career .career-Data h4 {
    margin-top: 50px;
  }

  .contact-Form dt {
    width: 32%;
  }

  .contact-Form dd {
    width: 68%;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .sp-Dpnone {
    display: none;
  }

  section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #book .contact-Btn {
    font-size: 2rem;
    margin-top: 30px;
    padding: 20px 30px;
  }

  header p {
    font-size: 80%;
    margin-left: 15px;
  }

  header .contact-Btn {
    margin-top: 5px;
    padding: 15px 20px;
  }

  .is-Fixed {
    z-index: 10;
    bottom: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }

  .is-Fixed h1 {
    display: none;
  }

  .is-Fixed .contact-Btn {
    font-size: 130%;
    margin-right: auto;
  }

  .is-Fixed.is-Hide {
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
  }

  .main-Visual {
    height: 350px;
  }

  .main-Visual h2 {
    font-size: 190%;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .main-Visual p {
    font-size: 110%;
    margin-bottom: 20px;
  }

  .main-Visual .contact-Btn {
    font-size: 2rem;
    padding: 20px 30px;
  }

  .h2-Title {
    font-size: 190%;
    margin-bottom: 30px;
  }

  .h2-Title .logo-En {
    font-size: 130%;
  }

  .boxx2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .boxx2 img {
    margin-bottom: 20px;
  }

  #about .boxx2 p,
  #book .boxx2 p {
    font-size: 1.7rem;
    line-height: 1.5;
  }

  .boxx3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .boxx3 img {
    width: 100px;
  }

  .boxx3 .box {
    margin-bottom: 20px;
    padding: 20px;
  }

  #course .boxx3 p {
    font-size: 1.6rem;
    line-height: 1.5;
  }

  .course-Info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .course-Info dt {
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .course-Info dt::after {
    right: 0;
    bottom: -18px;
    left: 0;
    border-top: 20px solid #344063;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
  }

  .course-Info dd {
    font-size: 1.6rem;
  }

  #career p {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }

  #career .career-Data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #career .career-Data .box {
    margin-bottom: 20px;
  }

  #career .career-Data h3 {
    font-size: 1.7rem;
    padding: 15px;
    text-align: center;
  }

  #career .career-Data h3::after {
    bottom: -30px;
  }

  #career .career-Data h4 {
    font-size: 1.7rem;
    margin-top: 25px;
    padding: 20px;
    text-align: center;
  }

  #step h4 {
    margin: 70px auto 20px;
  }

  #step h4 span {
    font-size: 150%;
    padding: 20px 30px;
  }

  .step-Box {
    margin-bottom: 25px;
  }

  .step-Box .box img {
    max-width: 980px;
  }

  .step-Box .box p.step-Txt {
    font-size: 1.6rem;
    line-height: 1.6;
    padding: 10px;
  }

  .step-Box h3::before {
    font-size: 160%;
    left: 10px;
  }

  .step-Box h3 span {
    font-size: 130%;
    padding: 10px;
  }

  .step-Box.s-Box01::after {
    padding-bottom: 20px;
  }

  .step-Box.s-Box02::after {
    padding-bottom: 20px;
  }

  .step-Box.s-Box03::before {
    bottom: -30px;
    padding-bottom: 30px;
  }

  .step-Box.s-Box03::after {
    bottom: -40px;
    left: 3px;
    width: 25px;
    height: 25px;
  }

  #contact {
    margin-bottom: 50px;
  }

  #contact h2 + p {
    font-size: 1.6rem;
    margin-bottom: 30px;
  }

  .contact-Form .spmT10 {
    margin-top: 10px;
  }

  span.require,
  span.any {
    font-size: 80%;
    display: inline-block;
    margin-left: auto;
    padding: 3px 20px;
    color: #fff;
  }

  span.require {
    margin-left: auto;
    background: #b60000;
  }

  span.any {
    background: #344063;
  }

  .contact-Form {
    padding: 20px;
  }

  .contact-Form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-Form dl dt {
    font-size: 110%;
    font-weight: bold;
    width: 100%;
    margin-bottom: 15px;
    padding-top: 10px;
  }

  .contact-Form dl dt label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
  }

  .contact-Form dl dt span {
    white-space: nowrap;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .contact-Form dl dd {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-Form input[type='text'],
  .contact-Form textarea {
    padding: 10px;
  }

  .contact-Form .confirm-Btn {
    margin-top: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contact-Form button.btn-primary,
  .contact-Form .btn-secondary {
    font-size: 2rem;
    text-align: center;
  }

  .contact-Form .btn-secondary {
    margin-bottom: 20px;
  }

  .privacy-Txt {
    padding: 10px;
  }

  .list-Checkbox li {
    margin-bottom: 10px;
  }

  .check-Txt .require {
    margin-right: 10px;
  }

  .mm10 {
    margin-top: -10px !important;
  }

  .radio-Button li {
    margin-bottom: 10px;
  }

  .radio-Button input[type=radio] {
    margin: -3px 2rem 0 0;
  }

  #footer .copy {
    margin-top: 10px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .contact-Form button.btn-primary,
  .contact-Form .btn-secondary {
    padding: 20px 30px;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  .contact-Form button.btn-primary,
  .contact-Form .btn-secondary {
    padding: 25px 35px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  header p {
    margin-top: 0;
  }

  *::-ms-backdrop,
  nav.is-Fixed {
    padding-bottom: 0;
  }

  *::-ms-backdrop,
  .boxx2 .box:nth-of-type(2) {
    min-width: 0;
    padding-left: 30px;
    word-wrap: break-word;
    -ms-flex: 1;
    flex: 1;
  }

  label span {
    margin-left: -25px;
  }

  .check-Txt {
    margin-right: 30%;
  }
}