@charset "UTF-8";
/* //////////////////////////////////////
- reset
////////////////////////////////////// */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&family=Sen:wght@400..800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

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

ul,
ol {
  list-style: none;
  list-style-position: inside;
}

blockquote,
q {
  quotes: none;
}

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

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  outline: none;
}

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

input,
textarea {
  border-radius: 0;
  border: 0;
  outline: none;
}

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

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
input[type=search],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

:root {
  --cBase: #5d5d5d;
  --cBase-rgb: 93, 93, 93;
  --cWhite: #ffffff;
  --cWhite-rgb: 255, 255, 255;
  --cPurple: #c2a4eb;
  --cPurpleShadow: #A485CE;
  --cPurple-rgb: 194, 164, 235;
  --cYellow: #e8d530;
  --cYellowShadow: #D0BE20;
  --cYellow-rgb: 232, 213, 48;
  --cOrange: #e9b424;
  --cOrangeShadow: #CBA12F;
  --cOrange-rgb: 233, 180, 36;
  --cPink: #ef98a2;
  --cPinkShadow: #D17782;
  --cPink-rgb: 239, 152, 162;
  --cGreen: #98d688;
  --cGreenShadow: #7BBE6B;
  --cGreen-rgb: 152, 214, 136;
  --cBeige: #d5b581;
  --cBeigeShadow: #B29361;
  --cBeige-rgb: 213, 181, 129;
  --cSkyBlue: #68bedf;
  --cSkyBlueShadow: #5499B4;
  --cSkyBlue-rgb: 104, 190, 223;
  --cDarkBlue: #499DD1;
  --cDarkBlueShadow: #387AA3;
  --cDarkBlue-rgb: 73, 157, 209;
  --cDarkOlive: #817879;
  --cDarkOliveShadow: #67585A;
  --cDarkOlive-rgb: 129, 120, 121;
  --cLightGray: #bec2c3;
  --cLightGrayShadow: #9EA3A3;
  --cLightGray-rgb: 190, 194, 195;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  color: var(--cBase);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.76;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.jost {
  font-family: "Jost", sans-serif;
  font-weight: 600;
}

.sen {
  font-family: "Sen", sans-serif;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

.text-left {
  text-align: left;
}

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

.text-right {
  text-align: right;
}

.font-bold {
  font-weight: bold;
}

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

.text-alert {
  color: #F73C3B;
}

@media (hover: hover) {
  .taptel {
    pointer-events: none;
  }
}

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

.pcib {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .pcib {
    display: none !important;
  }
}

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

.spib {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .spib {
    display: inline-block !important;
  }
}

.pc_none {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: inline-block !important;
  }
}

.sp_none {
  display: inline-block !important;
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.mb64 {
  margin-bottom: 64px !important;
}

.mb72 {
  margin-bottom: 72px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 768px) {
  .mb8sp {
    margin-bottom: 8px !important;
  }
  .mb16sp {
    margin-bottom: 16px !important;
  }
  .mb24sp {
    margin-bottom: 24px !important;
  }
  .mb32sp {
    margin-bottom: 32px !important;
  }
  .mb40sp {
    margin-bottom: 40px !important;
  }
  .mb48sp {
    margin-bottom: 48px !important;
  }
  .mb56sp {
    margin-bottom: 56px !important;
  }
  .mb64sp {
    margin-bottom: 64px !important;
  }
  .mb72sp {
    margin-bottom: 72px !important;
  }
  .mb80sp {
    margin-bottom: 80px !important;
  }
}
.tracking-tight {
  letter-spacing: -0.05em !important;
}

.tracking-tighter {
  letter-spacing: -0.1em !important;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.cf:before {
  content: "";
  display: block;
  clear: both;
}

.cf {
  display: block;
}

.nav__inner {
  position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 999;
}

.fixed_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .fixed_header {
    padding: 16px;
  }
}
.fixed_header h1 {
  width: clamp(9.5rem, 5.713rem + 16.16vw, 15.125rem);
}
.fixed_header h1 img {
  width: 100%;
}
.fixed_header .btn_menu {
  width: clamp(5rem, 4.158rem + 3.59vw, 6.25rem);
  cursor: pointer;
}
.fixed_header .btn_menu img {
  width: 100%;
}
.fixed_header .btn_menu .close_img {
  display: none;
}
.fixed_header .btn_menu.active {
  background-color: #fff;
}
.fixed_header .btn_menu.active .menu_img {
  display: none;
}
.fixed_header .btn_menu.active .close_img {
  display: block;
}

.header_nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  opacity: 0;
  height: 100svh;
  overflow-y: scroll;
  padding: 160px 40px 40px;
  background-color: #fff;
  transition: 0.5s;
  z-index: -1;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.header_nav::-webkit-scrollbar {
  display: none;
}
.header_nav.active {
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .header_nav {
    padding-top: 96px;
  }
}
.header_nav ul {
  opacity: 0;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1.1fr 0.9fr;
  grid-template-rows: repeat(5, 1fr);
  max-width: 1210px;
  margin: 0 auto;
  padding-bottom: 80px;
  transition: 0.2s;
}
.header_nav ul.active {
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .header_nav ul {
    display: block;
  }
}
.header_nav ul li {
  position: relative;
}
.header_nav ul li a {
  display: flex;
  align-items: flex-start;
  padding: 4px 0;
  margin-bottom: 28px;
  font-size: clamp(0.938rem, -0.178rem + 2.32vw, 1.563rem);
  font-weight: 500;
  line-height: 1.4;
  transition: color 0.2s;
}
@media screen and (max-width: 768px) {
  .header_nav ul li a {
    margin-bottom: 36px;
  }
}
.header_nav ul li a span {
  flex-shrink: 0;
  display: inline-block;
  padding-inline: clamp(0.938rem, -0.729rem + 4.76vw, 2.188rem);
  margin-top: 8px;
  font-size: 11px;
  font-family: "jost", sans-serif;
  font-weight: 800;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .header_nav ul li a span {
    margin-top: 4px;
  }
}
.header_nav ul li::before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0px;
  width: 10px;
  height: 36px;
  background-color: var(--cBase);
}
@media screen and (max-width: 768px) {
  .header_nav ul li::before {
    top: -2px;
  }
}

.header_nav ul li:has(.part1):hover {
  color: var(--cPurple);
}
.header_nav ul li:has(.part1)::before {
  background-color: var(--cPurple);
}
.header_nav ul li:has(.part2):hover {
  color: var(--cYellow);
}
.header_nav ul li:has(.part2)::before {
  background-color: var(--cYellow);
}
.header_nav ul li:has(.part3):hover {
  color: var(--cOrange);
}
.header_nav ul li:has(.part3)::before {
  background-color: var(--cOrange);
}
.header_nav ul li:has(.part3):hover {
  color: var(--cOrange);
}
.header_nav ul li:has(.part3)::before {
  background-color: var(--cOrange);
}
.header_nav ul li:has(.part4):hover {
  color: var(--cPink);
}
.header_nav ul li:has(.part4)::before {
  background-color: var(--cPink);
}
.header_nav ul li:has(.part5):hover {
  color: var(--cGreen);
}
.header_nav ul li:has(.part5)::before {
  background-color: var(--cGreen);
}
.header_nav ul li:has(.part6):hover {
  color: var(--cBeige);
}
.header_nav ul li:has(.part6)::before {
  background-color: var(--cBeige);
}
.header_nav ul li:has(.part7):hover {
  color: var(--cSkyBlue);
}
.header_nav ul li:has(.part7)::before {
  background-color: var(--cSkyBlue);
}
.header_nav ul li:has(.part8):hover {
  color: var(--cDarkBlue);
}
.header_nav ul li:has(.part8)::before {
  background-color: var(--cDarkBlue);
}
.header_nav ul li:has(.part9):hover {
  color: var(--cDarkOlive);
}
.header_nav ul li:has(.part9)::before {
  background-color: var(--cDarkOlive);
}
.header_nav ul li:has(.part10):hover {
  color: var(--cLightGray);
}
.header_nav ul li:has(.part10)::before {
  background-color: var(--cLightGray);
}

footer .footer__inner {
  max-width: 1000px;
  padding: 120px 20px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer .footer__inner {
    width: 54vw;
    min-width: 267px;
  }
}
footer .footer__inner h3 {
  width: clamp(9.438rem, 4.009rem + 23.16vw, 17.5rem);
  margin: 0 auto 32px;
}
footer .footer__inner h3 img {
  width: 100%;
}
footer .footer__inner .campus_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .footer__inner .campus_area .campus {
  flex: 0 1 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer .footer__inner .campus_area .campus {
    flex: 0 1 100%;
    flex-wrap: wrap;
  }
}
footer .footer__inner .campus_area .campus .text_area {
  flex: 0 1 55%;
}
@media screen and (max-width: 768px) {
  footer .footer__inner .campus_area .campus .text_area {
    flex: 0 1 100%;
  }
}
footer .footer__inner .campus_area .campus .text_area p {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  footer .footer__inner .campus_area .campus .text_area p {
    font-size: 14px;
    text-align: center;
  }
}
footer .footer__inner .campus_area .campus .text_area dl {
  display: flex;
  font-size: 14px;
}
footer .footer__inner .campus_area .campus img {
  display: inline-block;
  padding-top: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  footer .footer__inner .campus_area .campus img {
    flex: 0 1 100%;
  }
}
footer .footer__inner .campus_area .campus:first-child {
  padding-right: 32px;
  border-right: 1px solid var(--cBase);
}
@media screen and (max-width: 768px) {
  footer .footer__inner .campus_area .campus:first-child {
    padding-right: 0;
    padding-bottom: 32px;
    border-right: none;
    border-bottom: 1px solid var(--cBase);
  }
}
footer .footer__inner .campus_area .campus:last-child {
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  footer .footer__inner .campus_area .campus:last-child {
    padding-left: 0;
    padding-top: 32px;
  }
}

.pageheading {
  padding: 158px 8px 184px;
}
@media screen and (max-width: 768px) {
  .pageheading {
    padding: 100px 8px 102px;
  }
}
.pageheading h1 {
  font-size: clamp(1.375rem, 0.344rem + 5.16vw, 3.438rem);
  text-align: center;
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
}
.pageheading h1 span {
  display: block;
  margin-bottom: 4px;
  font-size: clamp(0.75rem, 0.531rem + 1.09vw, 1.188rem);
  font-weight: bold;
}

.main_container {
  margin-top: -56px;
  background-color: #f4f4f4;
  border-radius: 56px;
  background-color: #f4f4f4;
  background-image: url(../../img/common/mainbg.jpg);
  background-repeat: repeat-y;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .main_container {
    margin-top: -28px;
    border-radius: 28px;
  }
}

.main_container__inner {
  max-width: 972px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
}

.main_container_heading01 {
  margin: 0 auto;
  padding: 160px 0 64px;
}
@media screen and (max-width: 768px) {
  .main_container_heading01 {
    padding: 56px 0 28px;
  }
}

.main_container__inner .chara {
  width: 285px;
  text-align: right;
  position: absolute;
  bottom: 0;
  right: -20%;
}
.main_container__inner .chara img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main_container__inner .chara {
    width: 131px;
    right: 0%;
  }
}

.support_img {
  display: block;
  margin: 0 auto;
  width: clamp(7.313rem, -2.264rem + 47.88vw, 20.75rem);
}

.howto_img {
  display: block;
  margin: 0 auto;
  width: clamp(8.813rem, 1.852rem + 29.7vw, 24.125rem);
}

.check_img {
  display: block;
  margin: 0 auto;
  width: clamp(5.313rem, -19.137rem + 69.86vw, 14.438rem);
}

.btn01 {
  display: inline-flex;
  align-items: center;
  padding: 1.2em 1.4em;
  margin-bottom: 7px;
  border-radius: 10px;
  background-color: var(--cBase);
  transition: 0.2s;
  --box-shadow-color: #000;
  box-shadow: 7px 7px 0 var(--box-shadow-color);
  transition: box-shadow 0.3s, translate 0.3s;
}
@media screen and (max-width: 768px) {
  .btn01 {
    padding: 0.8em 0.8em;
  }
}
.btn01:hover {
  translate: 7px 7px;
  box-shadow: none;
  opacity: 1;
}
.btn01 > span {
  padding: 0 0.4em;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .btn01 > span {
    font-size: 15px;
  }
}
.btn01 > span > b {
  display: block;
  font-size: 15px;
}
.btn01--font-large {
  box-shadow: 10px 10px 0 var(--box-shadow-color);
}
.btn01--font-large > span {
  font-size: 38px;
  letter-spacing: 0.05em;
  line-height: 1.57;
}
@media screen and (max-width: 768px) {
  .btn01--font-large > span {
    font-size: 18px;
  }
}
.btn01--font-large > span > b {
  margin-top: 12px;
  font-size: 21px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .btn01--font-large > span > b {
    font-size: 13px;
  }
}
.btn01--radius-hard {
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .btn01--radius-hard {
    border-radius: 10px;
  }
}
.btn01--cYellow {
  background-color: var(--cYellow);
  --box-shadow-color: var(--cYellowShadow);
}
.btn01--cPurple {
  background-color: var(--cPurple);
  --box-shadow-color: var(--cPurpleShadow);
}
.btn01--cOrange {
  background-color: var(--cOrange);
  --box-shadow-color: var(--cOrangeShadow);
}
.btn01--cPink {
  background-color: var(--cPink);
  --box-shadow-color: var(--cPinkShadow);
}
.btn01--cGreen {
  background-color: var(--cGreen);
  --box-shadow-color: var(--cGreenShadow);
}
.btn01--cBeige {
  background-color: var(--cBeige);
  --box-shadow-color: var(--cBeigeShadow);
}
.btn01--cSkyBlue {
  background-color: var(--cSkyBlue);
  --box-shadow-color: var(--cSkyBlueShadow);
}
.btn01--cDarkBlue {
  background-color: var(--cDarkBlue);
  --box-shadow-color: var(--cDarkBlueShadow);
}
.btn01--cDarkOlive {
  background-color: var(--cDarkOlive);
  --box-shadow-color: var(--cDarkOliveShadow);
}
.btn01--cLightGray {
  background-color: var(--cLightGray);
  --box-shadow-color: var(--cLightGrayShadow);
}
.btn01--arrow_right::after {
  content: "";
  display: inline-block;
  width: 42px;
  height: 12px;
  margin-bottom: 4px;
  -webkit-mask-image: url("../../img/common/arrow_onside_right.svg");
  mask-image: url("../../img/common/arrow_onside_right.svg");
  background-color: #fff;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .btn01--arrow_right::after {
    width: 20px;
    height: 8px;
    -webkit-mask-image: url("../../img/common/arrow_onside_right_sp.svg");
    mask-image: url("../../img/common/arrow_onside_right_sp.svg");
    margin-bottom: 2px;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.5s ease, transform 0.6s ease;
}

.fadein.show {
  opacity: 1;
  transform: translateY(0);
}

/*検索*/
@media screen and (max-width: 768px) {
  #headerNav form {
    margin-bottom: 50px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #headerNav form input[type=text] {
    width: 84.2%;
  }
}

.form {
  display: flex;
  align-items: center;
  gap: 0px 20px;
}

form {
  border: solid 1px #707070;
  background: white;
}
form input[type=textbox] {
  height: 50px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  form input[type=textbox] {
    width: 84.2%;
  }
}
form input[type=image] {
  width: 50px; /* 幅を指定 */
  height: 50px; /* 高さを自動調整 */
}/*# sourceMappingURL=style.css.map */