@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=BIZ+UDMincho&family=Bebas+Neue&family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Montserrat:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@500;700&family=M+PLUS+1:wght@100..900&family=Teko:wght@300..700&display=swap");
html {
  -ms-text-size-adjust: 100% !important;
  -webkit-text-size-adjust: 100% !important;
  font-size: 62.5% !important;
  background: none !important;
}

a,
address,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
caption,
center,
cite,
code,
dd,
details,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
input,
label,
li,
main,
mark,
menu,
nav,
ol,
p,
pre,
q,
s,
section,
select,
small,
span,
strong,
summary,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
u,
ul,
video {
  margin: 0;
  padding: 0;
  font-size: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  font: inherit;
  margin: 0;
}

button,
input,
select {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

[disabled] {
  cursor: default;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

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

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

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

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

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

input,
textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  border-radius: 5px;
  display: block;
}
input:focus,
textarea:focus {
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #888;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #888;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #888;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #888;
}
input::placeholder,
textarea::placeholder {
  color: #888;
}

input[type=text], input[type=password], input[type=date], input[type=datetime], input[type=email], input[type=number], input[type=search], input[type=tel], input[type=time], input[type=url] {
  font-family: inherit;
  color: #000;
  display: block;
  padding: 0 1em;
  border-radius: 0;
  font-size: inherit;
  margin: 0;
  height: 60px;
  width: 100%;
  -webkit-appearance: none;
}
input[type=text]:focus, input[type=password]:focus, input[type=date]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=number]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=time]:focus, input[type=url]:focus, input[type=checkbox]:focus {
  outline-color: #438832;
}
input[type=text][disabled], input[type=password][disabled], input[type=date][disabled], input[type=datetime][disabled], input[type=email][disabled], input[type=number][disabled], input[type=search][disabled], input[type=tel][disabled], input[type=time][disabled], input[type=url][disabled], input[type=checkbox][disabled] {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}
input[type=checkbox], input[type=radio] {
  display: inline;
}
input[type=button], input[type=submit] {
  -webkit-appearance: none;
  width: 400px;
  max-width: 100%;
  padding: 1.5em;
  margin: 1em auto auto auto;
  line-height: 1;
  border-radius: 0;
  border: none;
  background: #004798;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}
input[type=button]:hover, input[type=submit]:hover {
  opacity: 0.8;
}

textarea {
  height: auto;
  padding: 20px;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  font-family: inherit;
  display: block;
  width: 100%;
  min-height: 8em;
  border-radius: 0;
  margin-top: 0.5em;
}
textarea:focus {
  background: #fafafa;
  outline-color: #438832;
}
textarea[disabled] {
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}
textarea.low {
  height: 5em;
  min-height: 5em;
}

select {
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0 20px;
  cursor: pointer;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  font-family: inherit;
  border: 0px;
  border-radius: 0px;
}

.any,
.required {
  display: inline-block;
  margin: 0 0.75em 0.5em 0.25em;
  padding: 0.25em 0.5em;
  line-height: 1;
  font-size: 0.8em;
  font-weight: normal;
  position: relative;
  color: #fff;
}

.any {
  background-color: #aaa;
}

.required {
  background-color: #cb0000;
}

.mwform-radio-field {
  display: block;
  margin-left: 0 !important;
}
.mwform-radio-field label {
  margin: 0.5em 0;
  margin-right: 2rem;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .mwform-radio-field label {
    margin-right: 1rem;
  }
}
.mwform-radio-field label input[type=radio] {
  position: absolute;
  opacity: 0;
}
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
  position: relative;
  padding-left: 2rem;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .mwform-radio-field label input[type=radio] + .mwform-radio-field-text {
    padding-left: 2.5rem;
  }
}
.mwform-radio-field label input[type=radio] + .mwform-radio-field-text:before {
  content: "";
  background: #eeeeee;
  border-radius: 100%;
  border: 1px solid #eeeeee;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mwform-radio-field label input[type=radio]:checked + .mwform-radio-field-text:before {
  background-color: #5b6d60;
  -webkit-box-shadow: inset 0 0 0 3px #fff;
          box-shadow: inset 0 0 0 3px #fff;
}
.mwform-radio-field label input[type=radio]:focus + .mwform-radio-field-text:before {
  border: 1px solid #ccc;
}
.mwform-radio-field label input[type=radio]:disabled + .mwform-radio-field-text:before {
  -webkit-box-shadow: inset 0 0 0 4px #fff;
          box-shadow: inset 0 0 0 4px #fff;
  border: #ccc;
  background: #ccc;
}
.mwform-radio-field label input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

.error {
  color: #cc3300;
  width: 100%;
  font-size: 1.4rem;
  margin-top: 1rem;
  display: block;
  line-height: initial;
}

.formControl {
  width: 100%;
  padding: 1rem;
}

.formControlL {
  width: 100%;
  padding: 1rem;
}

.wpcf7-list-item {
  margin: 0 1em 0 0 !important;
}

.wpcf7-spinner {
  display: block;
  margin: auto;
}

form input.width30 {
  width: 30%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width40 {
  width: 40%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width50 {
  width: 50%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width60 {
  width: 60%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width70 {
  width: 70%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width80 {
  width: 80%;
  display: inline-block;
  margin-bottom: 1em;
}
form input.width90 {
  width: 90%;
  display: inline-block;
  margin-bottom: 1em;
}
form table p {
  margin-bottom: 0;
}
form table .small {
  margin-top: 1em;
  display: inline-block;
  line-height: 1.5;
}

.screen-reader-response {
  display: none;
}

.wpcf7-response-output {
  text-align: center;
  max-width: 800px;
  margin: auto !important;
}

.wpcf7-not-valid-tip {
  color: #cb0000;
  border: 1px solid;
  display: inline-block;
  padding: 0.5em;
  line-height: 1;
  margin-top: 0.5em;
}

.wpcf7cp-btns {
  text-align: center;
}

#wpcf7cpcnf table p {
  margin: 0;
}
#wpcf7cpcnf table tr td {
  padding: 1em !important;
}

.wpcf7cp-cfm-edit-btn {
  -webkit-appearance: none;
  width: 400px;
  max-width: 100%;
  padding: 1.5em;
  margin: auto;
  line-height: 1;
  border-radius: 0;
  border: none;
  font-size: 1.2em;
  background: #eee;
  color: #888;
}

.wpcf7cp-cfm-submit-btn {
  -webkit-appearance: none;
  width: 400px;
  max-width: 100%;
  padding: 1.5em;
  margin: auto;
  line-height: 1;
  border-radius: 0;
  border: none;
  font-size: 1.2em;
  background: #000;
  color: #fff;
}

/*==================================================================================================
	ヘッダー
==================================================================================================*/
header {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1000;
  padding: 1em;
}
header .area_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  background: #FFF;
  padding: 1em;
  border-radius: 0.5em;
  padding-right: 5em;
}
header .sec_logo {
  width: 24%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75em;
}
header .sec_logo a {
  display: block;
  width: 100%;
  line-height: 0;
}
@media screen and (max-width: 1240px) {
  header .sec_logo {
    width: 40%;
    min-width: 260px;
    padding: 0.2em;
  }
}
@media screen and (max-width: 560px) {
  header .sec_logo {
    width: 95%;
    max-width: 260px;
    min-width: 0;
  }
}
header .sec_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
header .sec_nav .global_menu {
  text-align: center;
  line-height: 1.5;
  font-size: 90%;
}
header .sec_nav .global_menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .sec_nav .global_menu > ul .menu > a {
  display: block;
  padding: 0.7em 0.7em 1.2em;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
header .sec_nav .global_menu > ul .menu > a:after {
  content: "";
  width: 0.5em;
  height: 1em;
  background: url("../img/common/icon-arrow.svg") no-repeat center center/contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -0.25em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
header .sec_nav .global_menu > ul .menu > a:hover {
  opacity: 0.8;
}
header .sec_nav .global_menu > ul .menu:hover .child_menu {
  visibility: visible;
  opacity: 1;
}
header .sec_nav .global_menu > ul .menu .child_menu {
  visibility: hidden;
  opacity: 0;
  width: calc(100vw - 30px);
  position: absolute;
  top: 60%;
  left: 15px;
  padding: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0 auto;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: #172222;
}
header .sec_nav .global_menu > ul .menu .child_menu li {
  margin: 0 20px 5px 0;
  min-width: 150px;
}
header .sec_nav .global_menu > ul .menu .child_menu li a {
  color: #fff;
  padding: 0.5em 2em 0.5em 0.5em;
  border-bottom: 1px solid #fff;
  display: block;
  text-align: left;
  position: relative;
  text-decoration: none;
}
header .sec_nav .global_menu > ul .menu .child_menu li a:after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: url("../img/common/icon-arrow.svg") no-repeat center center/contain;
  position: absolute;
  right: 0.5em;
  top: 50%;
  margin-top: -0.25em;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(292deg) brightness(113%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(292deg) brightness(113%) contrast(101%);
}
header .sec_nav .global_menu > ul .menu .child_menu li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1240px) {
  header .sec_nav .global_menu {
    display: none;
  }
}
header .sec_nav #hanburger {
  display: none;
}
header .sec_nav #hanburger:checked ~ .sp_menu {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
header .sec_nav .menu_button {
  width: 3.5em;
  height: 3.5em;
  position: absolute;
  top: 50%;
  right: 1em;
  z-index: 10;
  margin-top: -1.8em;
  cursor: pointer;
}
header .sec_nav .menu_button:before {
  content: "";
  display: block;
  background: url("../img/common/icon-humburger.svg") no-repeat center center/100% auto;
  width: 35px;
  height: 35px;
  position: absolute;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 560px) {
  header .sec_nav .menu_button {
    width: 3em;
    height: 3em;
    margin-top: -1.5em;
  }
  header .sec_nav .menu_button:before {
    width: 2.2em;
    height: 2.2em;
  }
}
header .sec_nav .cv_btn {
  position: relative;
}
header .sec_nav .cv_btn__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3em;
  padding: 1em 1.5em;
  background-color: #172222;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 1;
  font-size: 90%;
  line-height: 1;
  cursor: pointer;
}
header .sec_nav .cv_btn__btn img {
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(292deg) brightness(113%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(292deg) brightness(113%) contrast(101%);
}
header .sec_nav .cv_btn__btn:hover {
  background: rgb(43.5789473684, 64.4210526316, 64.4210526316);
}
header .sec_nav .cv_btn .cv_inner {
  display: none;
  position: absolute;
  background: #fff;
  padding-top: 30px;
  top: 30px;
  border-radius: 0 0 10px 10px;
}
header .sec_nav .cv_btn .cv_inner li {
  border-bottom: 1px solid #f6f6f6;
}
header .sec_nav .cv_btn .cv_inner li a {
  display: block;
  padding: 1em;
  font-size: 80%;
  letter-spacing: 0;
  text-decoration: none;
}
header .sec_nav .cv_btn .cv_inner li a:hover {
  background: #f4f4f4;
}
@media screen and (max-width: 560px) {
  header .sec_nav .cv_btn {
    display: none;
  }
}
header .sp_menu {
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: clamp(4em, 15vw, 100px) clamp(1em, 3vw, 30px);
  background: #fff;
  overflow-y: scroll;
}
header .sp_menu > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em 0;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  header .sp_menu > ul {
    gap: 0;
  }
}
header .sp_menu > ul > li {
  width: calc(25% - 20px);
  margin: 10px;
}
@media screen and (max-width: 860px) {
  header .sp_menu > ul > li {
    width: calc(33.333% - 20px);
  }
}
@media screen and (max-width: 767px) {
  header .sp_menu > ul > li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 480px) {
  header .sp_menu > ul > li {
    width: 100%;
  }
}
header .sp_menu > ul > li.subject {
  width: calc(33.333% - 20px);
  margin: 10px;
}
header .sp_menu > ul > li.subject .txt {
  margin-top: 1em;
}
header .sp_menu > ul > li.subject .txt a {
  display: block;
  padding: 0.6em 0;
  position: relative;
  line-height: 1.4;
  text-decoration: none;
}
header .sp_menu > ul > li.subject .txt .main {
  margin-bottom: 0.5em;
}
header .sp_menu > ul > li.subject .txt .main a {
  padding: 1em 0;
  font-weight: bold;
  border-bottom: 1px solid rgba(18, 51, 64, 0.3);
  padding-left: 1.5em;
  position: relative;
  line-height: 1.4;
}
header .sp_menu > ul > li.subject .txt .main a:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url("../img/common/icon-arrow-circle.svg") no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.5em;
}
header .sp_menu > ul > li.subject .txt .main.-illustration a:before {
  -webkit-filter: invert(47%) sepia(37%) saturate(5360%) hue-rotate(340deg) brightness(96%) contrast(90%);
          filter: invert(47%) sepia(37%) saturate(5360%) hue-rotate(340deg) brightness(96%) contrast(90%);
}
header .sp_menu > ul > li.subject .txt .main.-beauty a:before {
  -webkit-filter: invert(95%) sepia(16%) saturate(3396%) hue-rotate(281deg) brightness(91%) contrast(111%);
          filter: invert(95%) sepia(16%) saturate(3396%) hue-rotate(281deg) brightness(91%) contrast(111%);
}
header .sp_menu > ul > li.subject .txt .main.-hair a:before {
  -webkit-filter: invert(83%) sepia(36%) saturate(2624%) hue-rotate(173deg) brightness(93%) contrast(95%);
          filter: invert(83%) sepia(36%) saturate(2624%) hue-rotate(173deg) brightness(93%) contrast(95%);
}
@media screen and (max-width: 767px) {
  header .sp_menu > ul > li.subject {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: clamp(1em, 3vw, 2em);
  }
  header .sp_menu > ul > li.subject .img {
    width: 35%;
    padding-top: 1em;
  }
  header .sp_menu > ul > li.subject .txt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
header .sp_menu > ul > li a {
  display: block;
  text-decoration: none;
}
header .sp_menu > ul > li a.plus {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 0.8em 0.2em;
}
header .sp_menu > ul > li a.plus:after {
  content: "＋";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1;
}
header .sp_menu > ul > li .child_menu {
  display: none;
  margin-top: 1em;
}
header .sp_menu > ul > li .child_menu a {
  display: block;
  padding: 0.5em;
  font-size: 90%;
  color: #555;
}

/*==================================================================================================
	フッター
==================================================================================================*/
/*サブページCVボタン*/
.sec-sub-footer {
  min-height: 15vw;
  margin-top: 4em;
  text-align: center;
  padding-bottom: 10vw;
}
@media screen and (max-width: 860px) {
  .sec-sub-footer {
    min-height: 30vw;
    margin-top: 2em;
    background-size: auto calc(100% - 4em);
  }
}
.sec-sub-footer .btn {
  text-decoration: none;
  position: relative;
  max-width: 500px;
  width: 100%;
  display: inline-block;
  padding: 1.5em 3em 1.5em 1.5em;
  text-align: center;
  border: none;
  border-radius: 200px;
  line-height: 1.5;
  color: #fff;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  overflow: hidden;
}
.sec-sub-footer .btn:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.8em;
  height: 0.8em;
  background-image: url(../img/common/arrow_white_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.sec-sub-footer > div {
  line-height: 0;
}
.sec-sub-footer .opencampus {
  position: relative;
  display: block;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto 1.5em auto;
}
.sec-sub-footer .opencampus a.btn {
  width: 100%;
  max-width: 100%;
  margin: auto;
  padding: 1em;
  background-color: #ff006e;
  font-size: clamp(1.8rem, 3.6vw, 3.6rem);
  line-height: 1.2;
}
.sec-sub-footer .opencampus .img {
  z-index: 1;
  position: absolute;
  left: -6em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  line-height: 0;
  width: 12em;
  height: 12em;
}
@media screen and (max-width: 860px) {
  .sec-sub-footer .opencampus .img {
    width: 7em;
    height: 7em;
    left: -1em;
  }
}
.sec-sub-footer .opencampus .img img {
  border: 0.5em solid #ff006e;
  border-radius: 200px;
}
.sec-sub-footer .opencampus .en {
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 0.2em;
}
.sec-sub-footer .opencampus .jp {
  font-style: italic;
}
.sec-sub-footer .inquiry a.btn {
  padding: 1em;
  margin: auto;
  display: block;
  font-size: clamp(1.8rem, 3.6vw, 3.6rem);
  width: 750px;
  max-width: 100%;
  line-height: 1.2;
  font-style: italic;
  display: block;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
}

.foot-banner {
  padding: clamp(3em, 10vw, 5em) 0;
  border-bottom: #172222 1px solid;
  background: #f4f4f4;
}
.foot-banner .banner-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  justify-content: center;
  gap: 1.5em 3%;
}
.foot-banner .banner-list li {
  width: 31.3333333333%;
  max-width: 400px;
}
.foot-banner .banner-list li a {
  display: block;
  width: 100%;
  line-height: 0;
}
.foot-banner .banner-list li a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .foot-banner .banner-list li {
    width: 47%;
  }
}
@media screen and (max-width: 480px) {
  .foot-banner .banner-list li {
    width: 100%;
  }
}

.foot-information {
  padding: clamp(3em, 10vw, 5em) 0;
  background: #f4f4f4;
}
.foot-information .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(3em, 5vw, 5em);
}
.foot-information__left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.foot-information__left .map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  margin-bottom: 2em;
}
.foot-information__left .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.foot-information__left .logo {
  margin-bottom: 1em;
}
.foot-information__left p {
  line-height: 1.6;
}
.foot-information__left .btnWtap {
  margin-top: 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}
.foot-information__left .btnWtap .btn {
  background: #172222;
  color: #FFF;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3em;
  padding: 1em 1.5em;
  line-height: 1;
  border-radius: 4em;
  font-family: "Montserrat", sans-serif;
  font-size: 140%;
  min-width: 14em;
}
.foot-information__left .btnWtap .btn img {
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(292deg) brightness(113%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(292deg) brightness(113%) contrast(101%);
}
.foot-information__left .btnWtap .btn:hover {
  background: rgb(43.5789473684, 64.4210526316, 64.4210526316);
}
.foot-information__right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.foot-information__right .banner-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}
.foot-information__right .banner-list a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .foot-information .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .foot-information__left .logo {
    text-align: center;
  }
  .foot-information__left .logo img {
    max-width: 440px;
    width: 100%;
  }
  .foot-information__left p {
    text-align: center;
  }
  .foot-information__left .btnWtap {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .foot-information__left .btnWtap .btn {
    font-size: 120%;
  }
  .foot-information__right {
    padding: 0 0.5em;
  }
}

.footer {
  background: #172222;
  padding: clamp(3em, 10vw, 5em) 0 clamp(6em, 10vw, 10em);
  color: #FFF;
  position: relative;
  overflow: hidden;
}
.footer .footerMenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
}
.footer .footerMenu .footerMenuList {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2em;
}
.footer .footerMenu .footerMenuList:first-child {
  -webkit-box-flex: 1.3;
  -webkit-flex: 1.3;
      -ms-flex: 1.3;
          flex: 1.3;
}
.footer .footerMenu .footerMenuList a {
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
  display: block;
}
.footer .footerMenu .footerMenuList a:hover {
  opacity: 0.8;
}
.footer .footerMenu .footerMenuList > li > a {
  font-size: clamp(100%, 3vw, 110%);
  line-height: 1.4;
  position: relative;
  padding-left: 0.8em;
  display: block;
}
.footer .footerMenu .footerMenuList > li > a:before {
  content: "●";
  font-size: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer .footerMenu .footerMenuList > li.ttl-illustration > a:before {
  color: #ea553a;
}
.footer .footerMenu .footerMenuList > li.ttl-beauty > a:before {
  color: #f59ac9;
}
.footer .footerMenu .footerMenuList > li.ttl-hair > a:before {
  color: #71bce9;
}
.footer .footerMenu .footerMenuList ul {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 1em;
  margin-top: 1.2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.footer .footerMenu .footerMenuList ul li a {
  font-size: 90%;
  color: #cccccc;
}
@media screen and (max-width: 767px) {
  .footer .footerMenu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .copy {
  font-family: "Bebas Neue", "Montserrat", sans-serif;
  position: absolute;
  left: 50%;
  bottom: -0.2em;
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
  line-height: 1;
  color: #FFF;
  opacity: 0.07;
  white-space: nowrap;
  letter-spacing: 0.05em;
  font-size: clamp(3.2rem, 5.3vw, 100px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer .copy {
    font-size: clamp(3.2rem, 9.3vw, 100px);
  }
}

/*==================================================================================================
	共通 Common
==================================================================================================*/
.telLink {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
}
.telLink _:-ms-fullscreen,
.telLink :root .selector {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .telLink {
    pointer-events: auto;
    letter-spacing: 0.02em;
  }
}

.spShow {
  display: none;
}
@media screen and (max-width: 767px) {
  .spShow {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .pcShow {
    display: none;
  }
}

.indentText {
  text-indent: -1em;
  padding-left: 1em;
}

.smallText {
  font-size: 70%;
}

.bigText {
  font-size: 112%;
}

.yellowMarker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #ffff00));
  background: -webkit-linear-gradient(transparent 60%, #ffff00 0%);
  background: linear-gradient(transparent 60%, #ffff00 0%);
}

.grayMarker {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(0%, #c8cdd4));
  background: -webkit-linear-gradient(transparent 60%, #c8cdd4 0%);
  background: linear-gradient(transparent 60%, #c8cdd4 0%);
}

.-strong {
  font-weight: bold;
}

.-blue {
  color: #71bce9;
}

.-yellow {
  color: #ffff00;
}

.-white {
  color: #FFF;
}

.-center {
  text-align: center;
}

.-right {
  text-align: right;
}

.-left {
  text-align: left;
}

.-en {
  font-family: "Montserrat", sans-serif;
}

.-num {
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 560px) {
  .-spLeft {
    text-align: left;
  }
}

@media screen and (max-width: 560px) {
  .-spNoBr br {
    display: none;
  }
}

.-displayNone {
  display: none !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mtSmall {
  margin-top: clamp(30px, 6vw, 50px) !important;
}

.mtMedium {
  margin-top: clamp(3em, 8vw, 5em) !important;
}

.mtBig {
  margin-top: clamp(5em, 12vw, 7em) !important;
}

/*---------------------------------------------------------------------
コンテナ
---------------------------------------------------------------------*/
.lContainer {
  position: relative;
}

.mContainer {
  padding: 6em 0;
}
.mContainer.-bgBeige {
  background: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .mContainer {
    padding: 5em 0;
  }
}
@media screen and (max-width: 480px) {
  .mContainer {
    padding: 4em 0;
  }
}
.mContainer .sContainer {
  margin-top: 6em;
}
.mContainer .sContainer:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .mContainer .sContainer {
    margin-top: 4em;
  }
}
@media screen and (max-width: 480px) {
  .mContainer .sContainer {
    margin-top: 3.5em;
  }
}

/*---------------------------------------------------------------------
パンくずリスト
---------------------------------------------------------------------*/
/*---------------------------------------------------------------------
見出し
---------------------------------------------------------------------*/
.topLabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
  padding-bottom: 2em;
  margin-bottom: 1.5em;
  position: relative;
  color: #123340;
}
.topLabel:after {
  content: "";
  width: 7.5em;
  height: 1px;
  background: #123340;
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateY(0) translateX(-50%);
          transform: translateY(0) translateX(-50%);
}
.topLabel .en {
  font-size: clamp(1.6rem, 3vw, 137.5%);
  font-family: "Montserrat", sans-serif;
  line-height: 1;
}
.topLabel .jp {
  font-size: clamp(2.4rem, 7.5vw, 350%);
  line-height: 1.2;
  font-weight: 700;
}
.topLabel.-left {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.topLabel.-left:after {
  left: 0;
  -webkit-transform: none;
          transform: none;
}

/*---------------------------------------------------------------------
ボタン
---------------------------------------------------------------------*/
.btnArea {
  margin-top: 2em;
}
.btnArea .basicBtn {
  background: #123340;
  color: #FFF;
  text-align: left;
  padding: 1.4em 4.4em 1.4em 2em;
  border-radius: 5em;
  position: relative;
  text-decoration: none;
  line-height: 1.6;
  display: block;
  max-width: 375px;
}
.btnArea .basicBtn:hover {
  background: rgb(29.1951219512, 82.7195121951, 103.8048780488);
}
.btnArea .basicBtn:after {
  content: "";
  width: 3.1em;
  height: 3.1em;
  background: url("../img/common/icon-arrow-circle.svg") no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(292deg) brightness(113%) contrast(101%);
          filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(292deg) brightness(113%) contrast(101%);
  position: absolute;
  right: 1em;
  top: 50%;
  margin-top: -1.55em;
}
.btnArea .basicBtn.-center {
  margin-left: auto;
  margin-right: auto;
}
.btnArea .basicBtn.-pink {
  background: #EF6589;
}
.btnArea .basicBtn.-pink:hover {
  background: rgb(243.8, 147.2, 172.4);
}
.btnArea .basicBtn.-brown {
  background: #956671;
}
.btnArea .basicBtn.-brown:hover {
  background: rgb(170.4741035857, 131.5258964143, 140.6414342629);
}
.btnArea .basicBtn.-black {
  background: #172222;
  color: #FFF;
}
.btnArea .basicBtn.-black:after {
  background-image: url("../img/common/icon-arrow-circle-white.svg");
  -webkit-filter: none;
          filter: none;
  width: 2em;
}
.btnArea .basicBtn.-black:hover {
  opacity: 0.8;
}
.btnArea .basicBtn.-white {
  background: #FFF;
  border: 2px solid #172222;
  color: #172222;
  font-weight: bold;
  position: relative;
}
.btnArea .basicBtn.-white:before {
  content: "";
  background: #172222;
  border-radius: 50em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 2px;
  left: 2px;
  border: 2px solid #172222;
  z-index: -1;
}
.btnArea .basicBtn.-white:after {
  background-image: url("../img/common/icon-arrow-circle-red.svg");
  -webkit-filter: none;
          filter: none;
}
.btnArea .basicBtn.-white.cur, .btnArea .basicBtn.-white:hover {
  top: 2px;
  left: 2px;
  background: #ea553a;
  color: #FFF;
}
.btnArea .basicBtn.-white.cur:before, .btnArea .basicBtn.-white:hover:before {
  top: 0;
  left: 0;
}
.btnArea .basicBtn.-hair {
  background: #172222;
  color: #FFF;
  text-align: left;
  font-weight: bold;
}
.btnArea .basicBtn.-hair:after {
  background-image: url("../img/common/icon-arrow-white.svg");
  -webkit-filter: none;
          filter: none;
  width: 0.5em;
  right: 1.5em;
}
.btnArea .basicBtn.-hair:hover {
  opacity: 0.8;
}
.btnArea .basicBtn.-hair2 {
  background: #172222;
  color: #FFF;
  text-align: left;
  font-weight: bold;
}
.btnArea .basicBtn.-hair2:after {
  background-image: url("../img/common/icon-arrow-circle-white2.svg");
  -webkit-filter: none;
          filter: none;
}
.btnArea .basicBtn.-hair2:hover {
  opacity: 0.8;
}

/*==================================================================================================
	フォーム共通
==================================================================================================*/
section.form .area_form {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: max(30px, 3vw);
  padding-right: max(20px, 3vw);
  padding-left: max(20px, 3vw);
  font-size: 0.88em;
}
@media screen and (min-width: 861px) {
  section.form .area_form {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: clamp(100px, 66vw, 1000px);
  }
}
section.form .area_form h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  margin-bottom: 1em;
  padding: 0.75em 0;
  border-width: 1px 0;
  border-style: solid;
  font-size: clamp(1.75em, 3vw, 2.5em);
  font-weight: bold;
  line-height: 1.2;
}
section.form .area_form h2::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free", "Font Awesome 5";
  font-weight: 900;
}
section.form .area_form .sub_title {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
section.form .area_form h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  margin-top: 2em;
  margin-bottom: 1.25em;
  font-size: clamp(1.5em, 2.5vw, 1.875em) !important;
  font-weight: bold;
  line-height: 1.3;
}
section.form .area_form h3::after {
  content: "";
  display: block;
  width: 75px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#00b3f0), color-stop(50%, #ff006e), to(#fb8d3b));
  background: -webkit-linear-gradient(left, #00b3f0 0%, #ff006e 50%, #fb8d3b 100%);
  background: linear-gradient(to right, #00b3f0 0%, #ff006e 50%, #fb8d3b 100%);
}
@media screen and (max-width: 860px) {
  section.form .area_form h3::after {
    height: 2px;
  }
}
section.form .area_form .block_info {
  background-color: #fafafa;
  margin-top: 1.5em;
  padding: 2em 2em;
}
section.form .area_form table {
  width: 100%;
}
section.form .area_form table thead th {
  background-color: #172222;
  color: #FFF;
  padding: 0.75em 1em;
}
section.form .area_form table thead th + th {
  border-left: 1px solid #fff;
}
section.form .area_form table thead tr:not(:first-child) th {
  border-left: 1px solid #fff;
}
section.form .area_form table tbody th,
section.form .area_form table tbody td {
  border: 1px solid #e3e3e3;
}
section.form .area_form table tbody th {
  min-width: auto;
  width: 200px;
  padding: 1.5em 4em 1.5em 1em;
  white-space: wrap;
}
@media screen and (max-width: 800px) {
  section.form .area_form table tbody th {
    width: 100%;
  }
}
section.form .area_form table tbody th .notice {
  background: #ff006e;
}
section.form .area_form table tbody td {
  width: auto;
  padding: 1.5em 1em;
}
section.form .area_form table tbody td label {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-right: 1em;
  padding: 0 !important;
}
section.form .area_form table tbody td .display_input {
  margin-top: 6px;
}
section.form .area_form table tbody td br + input {
  margin-top: 10px;
}
section.form .area_form table tbody td.time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  min-height: 100%;
}
section.form .area_form table tbody td.naiyou {
  padding: 0;
}
section.form .area_form table tbody td.naiyou .column {
  padding: 20px;
}
section.form .area_form table tbody td.naiyou .column > .bold:first-child {
  background-color: #fafafa;
  margin-right: -20px;
  margin-left: -20px;
  margin-top: -20px;
  padding: 20px;
}
section.form .area_form table tbody td.naiyou .accbox {
  margin-bottom: 15px;
}
section.form .area_form table tbody td.naiyou .accshow a[id] {
  display: inherit;
}
section.form .area_form table tbody td.naiyou .accshow label {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  display: block !important;
}
section.form .area_form table tbody td.naiyou .accshow label input {
  margin-top: 5px;
}
section.form .area_form table tbody:only-child th {
  background-color: #172222;
  color: #FFF;
}
section.form .area_form .submit input {
  background: #ff006e;
  display: inline-block;
  padding: 1.5em;
}
section.form .area_form .submit input:hover {
  background: #ff006e;
  opacity: 0.7;
}
@media screen and (max-width: 1080px) {
  section.form .area_form .pconly {
    display: none;
  }
}
@media screen and (min-width: 1081px) {
  section.form .area_form .sponly {
    display: none;
  }
}
section.form .area_form .mb10 {
  margin-bottom: 10px;
}
section.form .area_form .bold {
  margin-bottom: 5px;
}
section.form .area_form .pamphlet .title img {
  max-width: clamp(200px, 80vw, 370px);
}
section.form .area_form .pamphlet .comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
  margin-top: 1.25em;
  margin-bottom: 1em;
  font-size: clamp(1.5em, 2.5vw, 1.875em) !important;
  font-weight: bold;
  line-height: 1.3;
}
section.form .area_form .pamphlet .comment span {
  background: none;
}
section.form .area_form .pamphlet .comment::after {
  content: "";
  display: block;
  width: 75px;
  height: 4px;
  background: -webkit-gradient(linear, left top, right top, from(#00b3f0), color-stop(50%, #ff006e), to(#fb8d3b));
  background: -webkit-linear-gradient(left, #00b3f0 0%, #ff006e 50%, #fb8d3b 100%);
  background: linear-gradient(to right, #00b3f0 0%, #ff006e 50%, #fb8d3b 100%);
}
@media screen and (max-width: 860px) {
  section.form .area_form .pamphlet .comment::after {
    height: 2px;
  }
}
section.form .area_form .pamphlet .comment + ul {
  margin-bottom: 3em;
}
section.form .area_form input[type=text], section.form .area_form input[type=password], section.form .area_form input[type=date], section.form .area_form input[type=datetime], section.form .area_form input[type=email], section.form .area_form input[type=number], section.form .area_form input[type=search], section.form .area_form input[type=tel], section.form .area_form input[type=time], section.form .area_form input[type=url], section.form .area_form select {
  display: inline;
  width: auto;
  height: auto;
  border: 1px solid #999;
}
section.form .area_form a {
  text-decoration: none;
}

/*==================================================================================================
	サイト基礎
==================================================================================================*/
#body_wrap {
  z-index: auto;
}

body {
  color: #172222;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(1.3rem, 2vw, 1.6rem);
  line-height: 2;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}
body.noScrolled {
  overflow: hidden;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-weight: 500;
}
body a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #172222;
  text-decoration: underline;
}
body a:hover {
  text-decoration: none;
}
body img {
  height: auto;
}
body .inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  body .inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  body .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
body .innerS {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  body .innerS {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  body .innerS {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
body .innerSs {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  body .innerSs {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  body .innerSs {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
body .innerL {
  width: 100%;
  max-width: 96%;
  margin: 0 auto;
}
@media screen and (max-width: 1500px) {
  body .innerL {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media screen and (max-width: 767px) {
  body .innerL {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}

.preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

.wrap {
  overflow-x: hidden;
  position: relative;
}

.area_main {
  padding-top: 9em !important;
  background-image: url(../img/common/bg-paper2.png) !important;
}
@media screen and (max-width: 860px) {
  .area_main {
    padding-top: 7em !important;
  }
}

.main .area_main h1 {
  text-shadow: none !important;
}

.contents .block_title h3::after,
.contents .block_teacher h3::after,
.teacher .block_title h3::after,
.teacher .block_teacher h3::after,
.contents .aisatsu p.sub_title::before,
.teacher .aisatsu p.sub_title::before,
.contents .kyoiku p.sub_title::before, .teacher .kyoiku p.sub_title::before,
.contents .support p.sub_title::before, .teacher .support p.sub_title::before,
.contents .yusyu > div p.sub_title::before, .teacher .yusyu > div p.sub_title::before,
.contents .voice p.sub_title::before, .teacher .voice p.sub_title::before,
.contents-design-gp .oubo01 dl dt::before,
.contents-design-gp .bosyu h4::before,
.contents-design-gp .yugu h3::after {
  background: #4d6868 !important;
}

.main-container a {
  text-decoration: none;
}

.contents-design-gp img {
  width: 100%;
}

.sec-opencampus-main {
  padding-top: 8em !important;
}
@media screen and (max-width: 860px) {
  .sec-opencampus-main {
    padding-top: 6em !important;
  }
}

.sec-forstudents-wrap {
  padding-top: 8em !important;
}
@media screen and (max-width: 860px) {
  .sec-forstudents-wrap {
    padding-top: 6em !important;
  }
}

.sec-points .link a {
  color: #FFF;
  text-decoration: none;
}

/*---------------------------------------------------------------------
flexbox
---------------------------------------------------------------------*/
.flexWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1em 2%;
}
@media screen and (max-width: 767px) {
  .flexWrap {
    gap: 1em 4%;
  }
}
.flexWrap.-col2 > * {
  width: 49%;
}
@media screen and (max-width: 767px) {
  .flexWrap.-col2 > * {
    width: 48%;
  }
}
.flexWrap.-col3 > * {
  width: 32%;
}
@media screen and (max-width: 767px) {
  .flexWrap.-col3 > * {
    width: 48%;
  }
}
.flexWrap.-col4 > * {
  width: 23.5%;
}
@media screen and (max-width: 767px) {
  .flexWrap.-col4 > * {
    width: 48%;
  }
}
.flexWrap.-col5 > * {
  width: 18.4%;
}
@media screen and (max-width: 767px) {
  .flexWrap.-col5 > * {
    width: 30.6666666667%;
  }
}
.flexWrap.-col6 > * {
  width: 15%;
}
@media screen and (max-width: 767px) {
  .flexWrap.-col6 > * {
    width: 30.6666666667%;
  }
}

/*---------------------------------------------------------------------
見出し
---------------------------------------------------------------------*/
.blackLabel {
  margin: 0 auto 2em auto;
  padding: 0.3em 1em;
  display: inline-block;
  text-align: center;
  background-color: #172222;
  color: #f4f4f4;
}
.blackLabel .en {
  display: inline-block;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
}
.blackLabel .txt {
  display: block;
  width: 100%;
  padding-top: 0.1em;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.3;
}

.simpleLabel {
  margin: 0 auto 2em auto;
  padding: 0.3em 1em;
  display: block;
  text-align: center;
}
.simpleLabel .en {
  display: inline-block;
  font-size: 3em;
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
.simpleLabel .txt {
  display: block;
  width: 100%;
  font-weight: bold;
  line-height: 1.3;
}

.stepLabel {
  display: block;
  text-align: center;
  font-size: clamp(1.6em, 3vw, 4.8rem);
  margin: 1em auto 2em auto;
}
.stepLabel .img img {
  height: 5em;
}
.stepLabel .txt {
  display: block;
  margin-top: -3em;
  font-weight: bold;
  line-height: 1.3;
}

.lineLabel {
  display: block;
  font-size: clamp(1.5em, 2.5vw, 3.7rem);
  font-weight: bold;
  line-height: 1.5;
}
.lineLabel span {
  display: inline;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 179, 240, 0.2)), color-stop(50%, rgba(255, 0, 110, 0.2)), to(rgba(251, 141, 59, 0.2)));
  background-image: -webkit-linear-gradient(left, rgba(0, 179, 240, 0.2) 0%, rgba(255, 0, 110, 0.2) 50%, rgba(251, 141, 59, 0.2) 100%);
  background-image: linear-gradient(90deg, rgba(0, 179, 240, 0.2) 0%, rgba(255, 0, 110, 0.2) 50%, rgba(251, 141, 59, 0.2) 100%);
  background-repeat: no-repeat;
  background-size: 100% 40%;
  background-position: bottom;
}

.balloonLabel {
  position: relative;
  margin: 0 auto 2em auto;
  padding: 0.5em 1em;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 179, 240)), color-stop(50%, rgb(255, 0, 110)), to(rgb(251, 141, 59)));
  background: -webkit-linear-gradient(left, rgb(0, 179, 240) 0%, rgb(255, 0, 110) 50%, rgb(251, 141, 59) 100%);
  background: linear-gradient(90deg, rgb(0, 179, 240) 0%, rgb(255, 0, 110) 50%, rgb(251, 141, 59) 100%);
  color: #FFF;
  font-weight: bold;
  font-size: clamp(1.3em, 2.5vw, 3.4rem);
  line-height: 1.8;
}
.balloonLabel::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.75em;
  border: 0.75em solid transparent;
  border-top: 0.75em solid #ff006e;
}
.balloonLabel span {
  display: block;
  font-size: 1.5em;
  line-height: 1;
}

/*---------------------------------------------------------------------
ボタン
---------------------------------------------------------------------*/
.btn {
  position: relative;
  max-width: 500px;
  width: 100%;
  display: inline-block;
  padding: 1.5em 3em 1.5em 1.5em;
  text-align: center;
  border: none;
  border-radius: 200px;
  line-height: 1.5;
  color: #f4f4f4;
  background: #172222;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: bold;
  overflow: hidden;
}
.btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.8em;
  height: 0.8em;
  background-image: url(../img/common/arrow_white_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.btn::after {
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  opacity: 1;
}
.btn:hover::after {
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 179, 240)), color-stop(50%, rgb(255, 0, 110)), to(rgb(251, 141, 59)));
  background: -webkit-linear-gradient(left, rgb(0, 179, 240) 0%, rgb(255, 0, 110) 50%, rgb(251, 141, 59) 100%);
  background: linear-gradient(90deg, rgb(0, 179, 240) 0%, rgb(255, 0, 110) 50%, rgb(251, 141, 59) 100%);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.4;
}