@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

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

*, :after, :before {
  font-family: inherit;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: inherit;
  border: 0 solid;
  overflow-wrap: break-word;
} /* ------------------------------------------------
 	color     
  ---------------------------------------------- */
:root {
  --bg-color: #fff;
  --primary-color: #FFCC5A;
  --var-color-accent: #a72126;
  --var-color-text: #000;
  --var-color-text-sub: #333;
  --link-color: #000;
  --var-color-white: #fff;
  --var-color-dark-gray: #999;
  --var-color-gray: #f3f3f3;
  --var-color-border: #cbcbcb;
  --var-color-orange: #c77e1f;
  --var-color-blue: #4577a5;
  --var-color-green: #70976a;
  --var-color-light-green: #dee5d8;
  --var-color-beige: #f6f4eb;
  --var-color-gold: #cc9900;
  --var-color-red: #e20b20;
}

@keyframes showAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* ------------------------------------------------
 	base     
  ---------------------------------------------- */
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", "Helvetica", "Yu Gothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  color: var(--var-color-text);
  background: var(--bg-color);
  font-size: 12px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.2857142857vw;
    line-height: 1.71;
  }
}
@media screen and (min-width: 1200px) {
  body {
    font-size: 18px;
  }
}

a {
  color: var(--link-color);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

img {
  -webkit-touch-callout: none;
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
}

.link_phone {
  text-decoration: none;
  cursor: default;
}
.link_phone:hover {
  text-decoration: none;
}

.is-sp {
  display: block;
}
@media screen and (min-width: 1200px) {
  .is-sp {
    display: none !important;
  }
}

.is-hidden-sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .is-hidden-sp {
    display: inline;
  }
}

@media screen and (min-width: 768px) {
  .is-hidden-pc {
    display: none;
  }
}

.is-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .is-pc {
    display: block !important;
  }
}

.is-sp-only {
  display: block;
}
@media screen and (min-width: 768px) {
  .is-sp-only {
    display: none !important;
  }
}

/* header
-------------------------*/
.l-header {
  background-color: var(--var-color-white);
  height: 50px;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding-top: 3.1428571429vw;
    height: 21.4285714286vw;
    max-height: 300px;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .l-header {
    padding-top: 44px;
  }
}

.header_logo {
  display: block;
  width: 291px;
}
@media screen and (min-width: 768px) {
  .header_logo {
    margin-left: 10px;
    width: 36.4285714286vw;
    max-width: 510px;
  }
}
@media screen and (min-width: 1200px) {
  .header_logo {
    margin-left: 70px;
  }
}

.l-wrapper {
  width: 100%;
  overflow: hidden;
}

.l-container {
  max-width: 1130px;
  padding: 0 10px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 1200px) {
  .l-container {
    padding: 0;
  }
}

.l-main {
  position: relative;
}

/* ------------------------------------------------
 	footer    
  ---------------------------------------------- */
.l-footer {
  position: relative;
  padding: 15px 0 20px;
  background-color: var(--var-color-red);
}
@media screen and (min-width: 768px) {
  .l-footer .l-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.footer_page-top {
  position: absolute;
  width: 43px;
  top: -48px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .footer_page-top {
    display: none;
  }
}

.footer_logo {
  display: block;
  max-width: 300px;
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .footer_logo {
    max-width: 288px;
    margin: 0;
  }
}

.footer_body {
  text-align: center;
  color: var(--var-color-white);
}
@media screen and (min-width: 768px) {
  .footer_body {
    text-align: right;
  }
}

.footer_headline {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 5px;
}

.footer_desc {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .footer_desc {
    font-size: 1.1428571429vw;
  }
}
@media screen and (min-width: 1200px) {
  .footer_desc {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .footer_copyright {
    font-size: 12px;
  }
}

/* gnav
-------------------------*/
.gnav {
  background-color: var(--var-color-gray);
}
@media screen and (min-width: 768px) {
  .gnav {
    position: absolute;
    top: 0;
    left: 0;
    width: 66.7857142857vw;
    max-width: 935px;
    background-color: var(--var-color-white);
    z-index: 80;
  }
}

.gnav_list {
  display: flex;
}

.gnav_item {
  position: relative;
  width: 25%;
}
.gnav_item a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 9px 0 17px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .gnav_item a {
    padding: 1.2142857143vw 0 3.1428571429vw;
    max-height: 197px;
  }
}
.gnav_item a:hover {
  text-decoration: none;
}
.gnav_item a::after {
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 9px;
  height: 5px;
  transform: translateX(-50%);
  background-image: url(/theme/daigakuin/img/img_lp-ac2023/icon_arrow-bottom.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  content: "";
}
@media screen and (min-width: 768px) {
  .gnav_item a::after {
    width: 1.2857142857vw;
    height: 0.7142857143vw;
    bottom: 1.4285714286vw;
  }
}
@media screen and (min-width: 1200px) {
  .gnav_item a::after {
    width: 18px;
    height: 10px;
    bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .gnav_item a {
    transition: opacity 300ms;
  }
  .gnav_item a:hover {
    opacity: 0.7;
  }
}
.gnav_item img {
  width: auto;
  height: 12px;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .gnav_item img {
    height: 1.6428571429vw;
    max-height: 23px;
  }
}
.gnav_item::after {
  position: absolute;
  top: 8px;
  right: 0;
  width: 1px;
  height: calc(100% - 16px);
  background-color: var(--var-color-border);
  content: "";
}
@media screen and (min-width: 768px) {
  .gnav_item::after {
    top: 28px;
    height: calc(100% - 56px);
  }
}
.gnav_item:last-child::after {
  display: none;
}

.gnav_desc {
  display: flex;
  align-items: center;
  height: 36px;
  text-align: center;
  font-family: YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 2.9333333333vw;
  line-height: 1.13;
  font-feature-settings: "palt";
  white-space: nowrap;
}
@media screen and (min-width: 320px) {
  .gnav_desc {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .gnav_desc {
    height: 8.5714285714vw;
    max-height: 120px;
    font-size: 1.5714285714vw;
    line-height: 1.36;
  }
}
@media screen and (min-width: 1200px) {
  .gnav_desc {
    font-size: 22px;
  }
}

.gnav_balloon {
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--var-color-red);
  color: var(--var-color-white);
  font-size: 10px;
  width: 75px;
  height: 18px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  font-weight: bold;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .gnav_balloon {
    width: 10.7142857143vw;
    height: 2.5714285714vw;
    max-width: 150px;
    max-height: 36px;
    font-size: 1.4285714286vw;
    top: -3.2142857143vw;
    border-radius: 1.4285714286vw;
  }
}
@media screen and (min-width: 1200px) {
  .gnav_balloon {
    top: -45px;
    font-size: 20px;
    border-radius: 20px;
  }
}
.gnav_balloon::after {
  position: absolute;
  bottom: -4px;
  width: 6px;
  height: 4px;
  background-color: var(--var-color-red);
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .gnav_balloon::after {
    bottom: -0.6428571429vw;
    width: 1vw;
    height: 0.6428571429vw;
    max-width: 14px;
    max-height: 9px;
  }
}
@media screen and (min-width: 1200px) {
  .gnav_balloon::after {
    height: 9px;
    bottom: -9px;
  }
}

.main-visual {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.main-visual .l-container {
  position: relative;
}
@media screen and (min-width: 768px) {
  .main-visual {
    height: 50vw;
    max-height: 700px;
  }
}

@media screen and (min-width: 768px) {
  .mv_bg {
    width: 100%;
  }
  .mv_bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.mv_catch {
  position: absolute;
  top: 2.1333333333vw;
  right: 60px;
  width: 22.4vw;
}
@media screen and (min-width: 320px) {
  .mv_catch {
    top: 8px;
    with: 78px;
  }
}
@media screen and (min-width: 768px) {
  .mv_catch {
    top: -17.1428571429vw;
    right: 9.2857142857vw;
    width: 18.9285714286vw;
  }
}
@media screen and (min-width: 1200px) {
  .mv_catch {
    top: -240px;
    right: 130px;
    width: 265px;
  }
}

.feature {
  position: relative;
  padding-top: 30px;
  padding-bottom: 40px;
  background-color: var(--var-color-white);
}
@media screen and (min-width: 768px) {
  .feature {
    padding-top: 70px;
    padding-bottom: 80px;
  }
}

.feature_headline {
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  line-height: 1.18;
  margin-bottom: 27px;
  color: var(--var-color-text-sub);
}
@media screen and (min-width: 768px) {
  .feature_headline {
    margin-bottom: 35px;
    font-size: 3.4285714286vw;
  }
}
@media screen and (min-width: 1200px) {
  .feature_headline {
    margin-bottom: 55px;
    font-size: 48px;
  }
}
.feature_headline strong {
  color: var(--var-color-accent);
}
.feature_headline img {
  width: auto;
  height: 27px;
  margin-bottom: 14px;
}
@media screen and (min-width: 1200px) {
  .feature_headline img {
    margin-bottom: 25px;
    height: 54px;
  }
}
.feature_headline span {
  background: top left/1em 0.5em repeat-x radial-gradient(circle, #333 0.12em, rgba(0, 0, 0, 0) 0.12em);
  padding-top: 0.6em;
}
@media screen and (min-width: 768px) {
  .feature_headline span {
    background: top left/1em 0.5em repeat-x radial-gradient(circle, #333 0.15em, rgba(0, 0, 0, 0) 0.15em);
  }
}

.feature_desc {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .feature_desc {
    font-size: 1.4285714286vw;
  }
}
@media screen and (min-width: 1200px) {
  .feature_desc {
    font-size: 20px;
  }
}

.is-desc-small {
  font-size: 10px;
}

.is-desc-accent {
  color: var(--var-color-accent);
}

.feature_figure {
  margin: 0 auto 20px;
}
@media screen and (min-width: 768px) {
  .feature_figure {
    margin: 0 auto 40px;
  }
}

.feature_figcaption {
  margin-bottom: 4px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .feature_figcaption {
    font-size: 1.7142857143vw;
  }
}
@media screen and (min-width: 1200px) {
  .feature_figcaption {
    font-size: 24px;
  }
}
.feature_figcaption span {
  font-size: 9px;
}
@media screen and (min-width: 768px) {
  .feature_figcaption span {
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1200px) {
  .feature_figcaption span {
    font-size: 18px;
  }
}

.is-figure-01 {
  max-width: 225px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .is-figure-01 {
    width: 37.8571428571vw;
    max-width: 530px;
    margin: 0;
  }
}

.is-figure-02 {
  max-width: 351px;
}
@media screen and (min-width: 768px) {
  .is-figure-02 {
    width: 71.1428571429vw;
    max-width: 996px;
  }
}

.is-figure-03 {
  max-width: 354px;
}
@media screen and (min-width: 768px) {
  .is-figure-03 {
    width: 57.1428571429vw;
    max-width: 800px;
  }
}

.is-feature-01 .feature_img {
  position: absolute;
  top: 10px;
  right: 5px;
  width: 130px;
  height: 79px;
}
@media screen and (min-width: 768px) {
  .is-feature-01 .feature_img {
    position: relative;
    width: 27.3571428571vw;
    height: 16.5714285714vw;
    top: 0;
    right: auto;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .is-feature-01 .feature_img {
    width: 383px;
    height: 232px;
  }
}

.is-feature-02 {
  background: url(/theme/daigakuin/img/img_lp-ac2023/bg_pattern_02.png) repeat;
}
@media screen and (min-width: 768px) {
  .is-feature-02 .l-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .is-feature-02 .feature_headline {
    text-align: left;
  }
  .is-feature-02 .feature_headline img {
    margin: 0 auto 10px 0;
  }
  .is-feature-02 .feature_column-body {
    width: 37.8571428571vw;
    margin-right: 45px;
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 1200px) {
  .is-feature-02 .l-container {
    justify-content: space-between;
  }
  .is-feature-02 .feature_column-body {
    width: 530px;
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .is-feature-02 .feature_desc {
    width: 34.6428571429vw;
    max-width: 485px;
  }
}
@media screen and (min-width: 768px) {
  .is-feature-02 .is-desc-small {
    display: block;
    font-size: 1.1428571429vw;
  }
}
@media screen and (min-width: 1200px) {
  .is-feature-02 .is-desc-small {
    font-size: 16px;
  }
}

.is-feature-03 .l-container {
  position: relative;
}
.is-feature-03 .feature_img {
  position: absolute;
  top: -10px;
  right: 26px;
  width: 48px;
}
@media screen and (min-width: 768px) {
  .is-feature-03 .feature_img {
    top: 74px;
    right: 22px;
    width: 6.7857142857vw;
    height: 16.7857142857vw;
    max-width: 95px;
    max-height: 235px;
  }
}
@media screen and (min-width: 768px) {
  .is-feature-03 .feature_desc {
    text-align: center;
  }
  .is-feature-03 .is-desc-accent {
    font-size: 1.7142857143vw;
    font-weight: bold;
  }
}
@media screen and (min-width: 1200px) {
  .is-feature-03 .is-desc-accent {
    font-size: 24px;
  }
}

.is-feature-04 {
  background-color: var(--var-color-beige);
}
@media screen and (min-width: 768px) {
  .is-feature-04 .l-container {
    position: relative;
  }
}
.is-feature-04 .feature_img {
  display: none;
}
@media screen and (min-width: 768px) {
  .is-feature-04 .feature_img {
    position: absolute;
    top: -0.3571428571vw;
    left: 20px;
    display: block;
    width: 17.4285714286vw;
    height: 11.2857142857vw;
    max-width: 244px;
    max-height: 158px;
  }
}
@media screen and (min-width: 1200px) {
  .is-feature-04 .feature_img {
    top: -5px;
    left: -55px;
  }
}

.feature-link {
  background-image: url(/theme/daigakuin/img/img_lp-ac2023/bg_feature-link_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .feature-link {
    height: 14.2857142857vw;
    max-height: 200px;
    display: flex;
    align-items: center;
    background-image: url(/theme/daigakuin/img/img_lp-ac2023/bg_feature-link_pc.png);
  }
  .feature-link .l-container {
    display: flex;
    justify-content: center;
    gap: 60px;
    align-items: center;
  }
}

.feature-link_desc {
  color: var(--var-color-white);
  text-shadow: -4.33px -2.5px 3px rgba(153, 153, 153, 0.8);
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .feature-link_desc {
    font-size: 1.5714285714vw;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .feature-link_desc {
    font-size: 22px;
  }
}

.nurture {
  display: flex;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .nurture {
    display: block;
  }
}

.nurture_body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .nurture_body {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .nurture_body {
    gap: 70px;
  }
}

.nurture_list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 65px;
  margin-right: 7px;
}
@media screen and (min-width: 768px) {
  .nurture_list {
    flex-direction: row;
    width: 100%;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.nurture_list li {
  width: 65px;
  height: 58px;
  padding: 3px;
  background-image: url(/theme/daigakuin/img/img_lp-ac2023/bg_pattern_01.png);
  background-repeat: repeat;
}
@media screen and (min-width: 768px) {
  .nurture_list li {
    width: 100%;
    padding: 5px;
  }
}
.nurture_list span {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: var(--var-color-white);
  text-align: center;
  font-feature-settings: "palt";
}

.nurture_description {
  margin-right: 12px;
  font-weight: 500;
  color: var(--var-color-white);
  background-color: var(--var-color-accent);
  writing-mode: vertical-rl;
  text-align: center;
  font-weight: bold;
  padding: 4px;
}
@media screen and (min-width: 768px) {
  .nurture_description {
    writing-mode: horizontal-tb;
    margin-bottom: 55px;
    font-size: 1.5714285714vw;
  }
}
@media screen and (min-width: 1200px) {
  .nurture_description {
    font-size: 22px;
  }
}

.nurture_box {
  position: relative;
  background-color: var(--var-color-beige);
  text-align: center;
  padding: 0 12px 12px;
}
@media screen and (min-width: 768px) {
  .nurture_box {
    padding: 0 26px 26px;
    max-width: 330px;
    display: flex;
    flex-direction: column;
  }
}
.nurture_box::before {
  position: absolute;
  top: 10px;
  left: -12px;
  width: 10px;
  height: 11px;
  background-color: var(--var-color-accent);
  content: "";
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (min-width: 768px) {
  .nurture_box::before {
    clip-path: none;
    top: -55px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 55px;
    background-color: transparent;
  }
}
@media screen and (min-width: 768px) {
  .nurture_box {
    width: 100%;
  }
}

.nurture_headline {
  position: relative;
  padding-top: 5px;
  padding-bottom: 8px;
  font-size: 18px;
  text-align: center;
  color: var(--var-color-white);
  font-weight: bold;
  margin: 0 -12px 5px;
}
@media screen and (min-width: 768px) {
  .nurture_headline {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    flex-direction: column;
    line-height: 1.2;
    font-size: 2.5714285714vw;
    margin: 0 -26px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .nurture_headline {
    font-size: 36px;
  }
}
.nurture_headline span {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .nurture_headline span {
    display: block;
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1200px) {
  .nurture_headline span {
    font-size: 18px;
  }
}
.nurture_headline::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 50%;
  height: 16px;
  content: "";
  background-color: var(--var-color-beige);
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.nurture_headline::after {
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 50%;
  height: 16px;
  content: "";
  background-color: var(--var-color-beige);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.nurture_headline-sub {
  display: inline-block;
  position: relative;
  padding-left: 37px;
  font-weight: bold;
  margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
  .nurture_headline-sub {
    font-size: 1.5714285714vw;
    line-height: 1.1;
    text-align: left;
    margin-bottom: 16px;
    padding-left: 4.5714285714vw;
  }
}
@media screen and (min-width: 1200px) {
  .nurture_headline-sub {
    font-size: 22px;
    padding-left: 64px;
    white-space: nowrap;
  }
}
.nurture_headline-sub::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
  left: 0;
}
.nurture_headline-sub .is-color-accent {
  color: var(--var-color-accent);
}

.nurture_note {
  margin-bottom: 4px;
  font-size: 10px;
  line-height: 1.2;
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  .nurture_note {
    margin-bottom: 10px;
    font-size: 1.2857142857vw;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1200px) {
  .nurture_note {
    font-size: 18px;
    white-space: nowrap;
  }
}

.nurture_desc {
  font-weight: bold;
  padding: 4px 4px;
  font-size: 10px;
  background-color: var(--var-color-white);
  font-feature-settings: "palt";
  text-align: left;
}
@media screen and (min-width: 768px) {
  .nurture_desc {
    padding: 10px;
    margin-top: auto;
    font-size: 1.2857142857vw;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1200px) {
  .nurture_desc {
    padding: 15px 10px;
    font-size: 18px;
  }
}

.is-nurture-box-01 .nurture_headline-sub::before {
  top: -7px;
  width: 25px;
  height: 26px;
  background-image: url(/theme/daigakuin/img/img_lp-ac2023/icon_01.svg);
}
@media screen and (min-width: 768px) {
  .is-nurture-box-01 .nurture_headline-sub::before {
    width: 3.5vw;
    height: 3.7142857143vw;
  }
}
@media screen and (min-width: 1200px) {
  .is-nurture-box-01 .nurture_headline-sub::before {
    width: 49px;
    height: 52px;
  }
}
.is-nurture-box-01 .nurture_headline {
  background-color: var(--var-color-orange);
}
.is-nurture-box-01 em {
  font-style: normal;
  color: var(--var-color-orange);
}
@media screen and (min-width: 768px) {
  .is-nurture-box-01::before {
    background-image: url(/theme/daigakuin/img/img_lp-ac2023/icon_box_01.png);
  }
}

.is-nurture-box-02 .nurture_headline-sub::before {
  top: -5px;
  width: 26px;
  height: 26px;
  background-image: url(/theme/daigakuin/img/img_lp-ac2023/icon_02.svg);
}
@media screen and (min-width: 768px) {
  .is-nurture-box-02 .nurture_headline-sub::before {
    width: 3.7142857143vw;
    height: 3.7142857143vw;
  }
}
@media screen and (min-width: 1200px) {
  .is-nurture-box-02 .nurture_headline-sub::before {
    width: 52px;
    height: 52px;
  }
}
.is-nurture-box-02 .nurture_headline {
  background-color: var(--var-color-blue);
}
.is-nurture-box-02 em {
  font-style: normal;
  color: var(--var-color-blue);
}
@media screen and (min-width: 768px) {
  .is-nurture-box-02::before {
    background-image: url(/theme/daigakuin/img/img_lp-ac2023/icon_box_02.png);
  }
}

.is-nurture-box-03 .nurture_headline-sub::before {
  top: -3px;
  width: 26px;
  height: 24px;
  background-image: url(/theme/daigakuin/img/img_lp-ac2023/icon_03.svg);
}
@media screen and (min-width: 768px) {
  .is-nurture-box-03 .nurture_headline-sub::before {
    width: 3.7142857143vw;
    height: 3.4285714286vw;
  }
}
@media screen and (min-width: 1200px) {
  .is-nurture-box-03 .nurture_headline-sub::before {
    width: 52px;
    height: 48px;
  }
}
.is-nurture-box-03 .nurture_headline {
  background-color: var(--var-color-green);
}
.is-nurture-box-03 em {
  font-style: normal;
  color: var(--var-color-green);
}
@media screen and (min-width: 768px) {
  .is-nurture-box-03::before {
    background-image: url(/theme/daigakuin/img/img_lp-ac2023/icon_box_03.png);
  }
}

.timetable {
  padding: 20px 10px 10px;
  background-color: var(--var-color-beige);
}
@media screen and (min-width: 768px) {
  .timetable {
    width: 100%;
    margin-right: 4.5714285714vw;
    margin-left: 4.5714285714vw;
    padding: 3.5714285714vw 3.5714285714vw;
  }
}
@media screen and (min-width: 1200px) {
  .timetable {
    margin-right: 64px;
    margin-left: 64px;
    padding: 50px 50px;
  }
}

.timetable_headline {
  text-align: center;
  font-size: 15px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .timetable_headline {
    font-size: 2.1428571429vw;
  }
}
@media screen and (min-width: 1200px) {
  .timetable_headline {
    font-size: 30px;
  }
}

.timetable_table {
  margin-bottom: 10px;
  width: 100%;
  border-top: 1px solid var(--var-color-border);
  border-right: 1px solid var(--var-color-border);
}
@media screen and (min-width: 768px) {
  .timetable_table {
    font-size: 1.4285714286vw;
  }
}
@media screen and (min-width: 1200px) {
  .timetable_table {
    font-size: 20px;
  }
}
.timetable_table thead th {
  padding: 1px 2px;
  background-color: var(--var-color-dark-gray);
  color: var(--var-color-white);
  border-left: 1px solid var(--var-color-border);
  border-bottom: 1px solid var(--var-color-border);
}
@media screen and (min-width: 768px) {
  .timetable_table thead th {
    padding: 5px 5px;
  }
}
.timetable_table thead th[colspan],
.timetable_table thead th[rowspan] {
  color: var(--var-color-text-sub);
  background-color: var(--var-color-gray);
}
.timetable_table tbody th {
  padding: 2px;
  text-align: center;
  background-color: var(--var-color-white);
  border-left: 1px solid var(--var-color-border);
  border-bottom: 1px solid var(--var-color-border);
}
@media screen and (min-width: 768px) {
  .timetable_table tbody th {
    width: 21.4285714286vw;
    padding: 5px;
  }
}
@media screen and (min-width: 1200px) {
  .timetable_table tbody th {
    width: 300px;
  }
}
.timetable_table tbody th span {
  display: block;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .timetable_table tbody th span {
    display: inline;
    margin-left: 25px;
    font-size: 1.4285714286vw;
  }
}
@media screen and (min-width: 1200px) {
  .timetable_table tbody th span {
    font-size: 20px;
  }
}
.timetable_table tbody td {
  background-color: var(--var-color-light-green);
  font-weight: 600;
  border-left: 1px solid var(--var-color-border);
  border-bottom: 1px solid var(--var-color-border);
  text-align: center;
}
.timetable_table tbody td:empty {
  background-color: var(--var-color-white);
}
.timetable_table tbody td:empty::after {
  content: "ー";
}
.timetable_table tbody td span {
  font-size: 8px;
}
@media screen and (min-width: 768px) {
  .timetable_table tbody td span {
    font-size: 1.1428571429vw;
  }
}
@media screen and (min-width: 1200px) {
  .timetable_table tbody td span {
    font-size: 16px;
  }
}
.timetable_table tbody .is-asterisk {
  background-color: var(--var-color-white);
}
.timetable_table .is-bottom-border th, .timetable_table .is-bottom-border td {
  border-bottom: 3px double var(--var-color-border);
}
@media screen and (min-width: 768px) {
  .timetable_table .is-bottom-border th, .timetable_table .is-bottom-border td {
    border-bottom: 1px solid var(--var-color-border);
  }
}

.timetable_note {
  font-size: 8px;
}
@media screen and (min-width: 768px) {
  .timetable_note {
    font-size: 1.1428571429vw;
  }
}
@media screen and (min-width: 1200px) {
  .timetable_note {
    font-size: 16px;
  }
}

.card-wrap {
  display: flex;
  gap: 10px;
}
@media screen and (min-width: 1200px) {
  .card-wrap {
    gap: 30px;
  }
}

.card {
  padding: 10px;
  width: 100%;
  background: url(/theme/daigakuin/img/img_lp-ac2023/bg_pattern_03.png) repeat;
}
@media screen and (min-width: 768px) {
  .card {
    padding: 20px;
  }
}

.card_inner {
  height: 100%;
  padding: 15px 2px;
  background-color: var(--var-color-white);
}
@media screen and (min-width: 768px) {
  .card_inner {
    padding: 20px;
  }
}

.card_headline {
  font-size: 3.2vw;
  margin-bottom: 5px;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (min-width: 320px) {
  .card_headline {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .card_headline {
    margin-bottom: 10px;
    font-size: 1.7142857143vw;
  }
}
@media screen and (min-width: 1200px) {
  .card_headline {
    font-size: 24px;
  }
}

.card_icon {
  display: block;
  margin: 0 auto 5px;
  width: 33px;
}
@media screen and (min-width: 768px) {
  .card_icon {
    width: 4.6428571429vw;
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 1200px) {
  .card_icon {
    width: 65px;
    margin: 0 auto 25px;
  }
}

.card_desc {
  font-size: 4.4vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.15;
  font-feature-settings: "palt";
}
@media screen and (min-width: 320px) {
  .card_desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .card_desc {
    font-size: 2.3571428571vw;
  }
}
@media screen and (min-width: 1200px) {
  .card_desc {
    font-size: 33px;
  }
}
.card_desc .is-desc-small {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .card_desc .is-desc-small {
    font-size: 2.3571428571vw;
  }
}
@media screen and (min-width: 1200px) {
  .card_desc .is-desc-small {
    font-size: 33px;
  }
}

.is-desc-gold {
  font-size: 5.0666666667vw;
  color: var(--var-color-gold);
}
@media screen and (min-width: 320px) {
  .is-desc-gold {
    font-size: 19px;
  }
}
@media screen and (min-width: 768px) {
  .is-desc-gold {
    font-size: 3vw;
  }
}
@media screen and (min-width: 1200px) {
  .is-desc-gold {
    font-size: 42px;
  }
}

.is-desc-emphasis {
  background: top left/1em 0.5em repeat-x radial-gradient(circle, #333 0.12em, rgba(0, 0, 0, 0) 0.12em);
  padding-top: 0.6em;
}
@media screen and (min-width: 768px) {
  .is-desc-emphasis {
    background: top left/1em 0.5em repeat-x radial-gradient(circle, #333 0.15em, rgba(0, 0, 0, 0) 0.15em);
  }
}

.is-desc-line {
  background: linear-gradient(transparent 70%, #ffff99 70%);
}
@media screen and (min-width: 768px) {
  .is-desc-line {
    background: transparent;
  }
}

.column {
  margin-bottom: 29px;
}
@media screen and (min-width: 768px) {
  .column {
    display: flex;
    gap: 36px;
    margin-bottom: 66px;
  }
  .column:nth-child(even) .column_headline {
    text-align: right;
  }
}
.column:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .is-column-pc-reverse {
    flex-direction: row-reverse;
  }
}

.column_img {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .column_img {
    width: 50vw;
    flex-shrink: 0;
    max-width: 700px;
    margin: 0;
  }
}

.column_headline {
  font-size: 18px;
  color: var(--var-color-accent);
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .column_headline {
    font-size: 2.5714285714vw;
  }
}
@media screen and (min-width: 1200px) {
  .column_headline {
    font-size: 36px;
  }
}

.column_headline-sub {
  font-size: 15px;
  color: var(--var-color-accent);
  font-weight: bold;
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .column_headline-sub {
    font-size: 2.1428571429vw;
  }
}
@media screen and (min-width: 1200px) {
  .column_headline-sub {
    font-size: 30px;
  }
}

.is-headline-small {
  font-size: 12px;
  color: var(--var-color-text);
}
@media screen and (min-width: 768px) {
  .is-headline-small {
    display: block;
    font-size: 1.7142857143vw;
  }
}
@media screen and (min-width: 1200px) {
  .is-headline-small {
    font-size: 24px;
  }
}

.is-headline-accent {
  color: var(--var-color-accent);
}

.column_desc em {
  font-style: normal;
  color: var(--var-color-accent);
  font-weight: 600;
}

.column_block + .column_block {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .column_block + .column_block {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .column_block {
    width: 100%;
  }
}

.is-desc-headline {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .is-desc-headline {
    font-size: 1.5714285714vw;
  }
}
@media screen and (min-width: 1200px) {
  .is-desc-headline {
    font-size: 22px;
  }
}

.contact {
  padding-top: 30px;
  padding-bottom: 65px;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-top: 60px;
  }
}

.contact_headline {
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .contact_headline {
    font-size: 2.5714285714vw;
  }
}
@media screen and (min-width: 1200px) {
  .contact_headline {
    font-size: 36px;
  }
}
.contact_headline img {
  width: 130px;
  margin: 0 auto 10px;
}

.contact_list {
  margin: 0 -10px;
  border-top: 1px solid var(--var-color-border);
}
@media screen and (min-width: 768px) {
  .contact_list {
    display: flex;
    border-top: none;
    margin: 0 0 45px;
  }
}

.contact_item {
  display: flex;
  padding: 10px 10px;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid var(--var-color-border);
}
@media screen and (min-width: 768px) {
  .contact_item {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-left: 1px solid var(--var-color-border);
    border-bottom: none;
  }
  .contact_item:first-child {
    border-left: none;
  }
}

.contact_headline-sub {
  font-size: 15px;
  font-weight: bold;
  color: var(--var-color-text-sub);
}
@media screen and (min-width: 768px) {
  .contact_headline-sub {
    margin-bottom: 10px;
    font-size: 1.7142857143vw;
  }
}
@media screen and (min-width: 1200px) {
  .contact_headline-sub {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.contact_icon {
  width: 50px;
  margin-right: 12px;
}
@media screen and (min-width: 768px) {
  .contact_icon {
    width: 7.1428571429vw;
    max-width: 100px;
    margin: 0 auto 10px;
  }
}
@media screen and (min-width: 1200px) {
  .contact_icon {
    margin: 0 auto 20px;
  }
}

.contact_btn {
  display: block;
  margin-left: auto;
  font-weight: bold;
  text-align: center;
  width: 150px;
  padding: 11px 0;
  color: var(--var-color-white);
  border-radius: 5px;
  cursor: pointer;
  font-feature-settings: "palt";
}
.contact_btn:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .contact_btn {
    margin: 0 auto;
    width: 100%;
    max-width: 300px;
    transition: opacity 300ms;
    font-size: 1.1428571429vw;
    letter-spacing: 0.05em;
  }
  .contact_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1200px) {
  .contact_btn {
    font-size: 16px;
  }
}

.is-btn-office {
  background-color: var(--var-color-red);
}

.is-btn-request {
  background-image: -moz-linear-gradient(0deg, rgb(226, 11, 32) 0%, rgb(137, 27, 32) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(226, 11, 32) 0%, rgb(137, 27, 32) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(226, 11, 32) 0%, rgb(137, 27, 32) 100%);
}

.is-btn-twitter {
  /*background-color: #1d9bf0;*/
  background-color: #000;
}

.btn-request {
  position: fixed;
  top: 50px;
  right: 0;
  display: block;
  width: 40px;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .btn-request {
    top: 300px;
    width: 60px;
    transition: opacity 300ms;
  }
  .btn-request:hover {
    opacity: 0.7;
  }
}

.btn-link {
  display: block;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
}
.btn-link:hover {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .btn-link {
    width: 26.4285714286vw;
    max-width: 370px;
    font-size: 1.4285714286vw;
    transition: opacity 300ms;
  }
  .btn-link:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1200px) {
  .btn-link {
    font-size: 20px;
  }
}
.btn-link span {
  position: relative;
  padding: 8px 0;
  display: block;
  border: 1px solid var(--var-color-accent);
}
@media screen and (min-width: 768px) {
  .btn-link span {
    padding: 12px;
  }
}
.btn-link span::after {
  position: absolute;
  top: 50%;
  right: 19px;
  transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 9px;
  background-image: url(/theme/daigakuin/img/img_lp-ac2023/icon_arrow_right.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .btn-link span::after {
    width: 8px;
    height: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .btn-link span::after {
    right: 23px;
    width: 10px;
    height: 18px;
  }
}

.form {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .form {
    width: 58.2142857143vw;
    max-width: 815px;
    margin: 0 auto 0;
    box-shadow: 2px 2px 8px rgba(153, 153, 153, 0.5);
    padding: 45px 45px 50px;
  }
}

.form_headline {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: var(--var-color-text-sub);
}
@media screen and (min-width: 768px) {
  .form_headline {
    margin-bottom: 20px;
    font-size: 2.1428571429vw;
  }
}
@media screen and (min-width: 1200px) {
  .form_headline {
    font-size: 30px;
  }
}

.form-unit {
  max-width: 300px;
  margin: 0 auto 15px;
}
@media screen and (min-width: 768px) {
  .form-unit {
    max-width: 600px;
    margin: 0 auto 25px;
  }
}
.form-unit label {
  display: block;
  font-size: 9px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .form-unit label {
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1200px) {
  .form-unit label {
    font-size: 18px;
  }
}

.form-control,
.bs-mail-form-auth-captcha [name=auth_captcha] {
  border: 1px solid var(--var-color-border);
  border-radius: 5px;
  width: 100%;
  margin: 0 auto;
  padding: 2px 10px;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .form-control,
  .bs-mail-form-auth-captcha [name=auth_captcha] {
    font-size: 18px;
    padding: 9px 10px;
  }
}

textarea.form-control {
  height: 100px;
}

.bs-mail-form-auth-captcha {
  text-align: center;
}

.form_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-image: -moz-linear-gradient(0deg, rgb(226, 11, 32) 0%, rgb(137, 27, 32) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(226, 11, 32) 0%, rgb(137, 27, 32) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(226, 11, 32) 0%, rgb(137, 27, 32) 100%);
  border-radius: 5px;
  border: none;
  box-shadow: none;
  font-size: 15px;
  color: var(--var-color-white);
  font-weight: 600;
  height: 50px;
  gap: 20px;
  max-width: 200px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .form_btn {
    letter-spacing: 1em;
  }
}
.form_btn img {
  width: 24px;
}

#MailForm .required {
  color: #FFF;
  font-size: 10px;
  background-color: #C30;
  padding: 3px 4px;
  font-weight: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  white-space: nowrap;
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: middle;
}
#MailForm .contents-head {
  display: none;
}
#MailForm .section + .section {
  margin-top: 20px;
}
#MailForm label {
  font-size: 9px;
}
@media screen and (min-width: 768px) {
  #MailForm label {
    font-size: 1.2857142857vw;
  }
}
@media screen and (min-width: 1200px) {
  #MailForm label {
    font-size: 18px;
  }
}
#MailForm table {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  #MailForm table {
    max-width: 600px;
    margin: 0 auto 25px;
  }
}
#MailForm table tr {
  margin-bottom: 15px;
  display: block;
}
@media screen and (min-width: 768px) {
  #MailForm table tr {
    margin-bottom: 25px;
  }
}
#MailForm table th {
  text-align: left;
  font-weight: normal;
  margin-bottom: 5px;
  width: 100%;
}
#MailForm table th,
#MailForm table td {
  display: block;
}
#MailForm [name=resetdata] {
  display: none;
}
#MailForm .submit {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
#MailForm .form-submit {
  width: 100%;
  background-image: -moz-linear-gradient(0deg, rgb(226, 11, 32) 0%, rgb(137, 27, 32) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(226, 11, 32) 0%, rgb(137, 27, 32) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(226, 11, 32) 0%, rgb(137, 27, 32) 100%);
  border-radius: 5px;
  border: none;
  box-shadow: none;
  font-size: 15px;
  color: var(--var-color-white);
  font-weight: 600;
  height: 50px;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  #MailForm .form-submit {
    letter-spacing: 1em;
  }
}
#MailForm #BtnMessageBack {
  background: #fff;
  color: rgb(226, 11, 32);
  border: solid 1px rgb(226, 11, 32);
}

/* top
-------------------------*/
