@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap");
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
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; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

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

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

:root {
  --font_base:16px/1.7 "Zen Kaku Gothic New", "YakuHanJP", "Hiragino Sans", "Meiryo", sans-serif;
}

:root {
  --default-black: #00051d;
  --default-white: #fff;
  --default-blue: #2d287f;
  --base-gray-default: #F4F6F8;
  --base-gray-dark:#6C6C6C;
}

a[href^=https],
a[href^="mailto:"] {
  word-break: break-all;
}

body {
  box-sizing: border-box;
}

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

a {
  color: var(--default-blue);
  text-decoration: none;
  transition: all 0.5s;
}

@media all and (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

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

#section-News {
  padding: 40px 0 160px;
  background-color: #EBEBEB;
}
@media screen and (max-width: 767px) {
  #section-News {
    padding: 70px 0 40px;
  }
}
#section-News ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
#section-News ul li {
  width: calc(33.3333333333% - 18px);
  margin-right: 26px;
  margin-bottom: 35px;
  background: var(--default-white);
  position: relative;
}
@media screen and (max-width: 767px) {
  #section-News ul li {
    width: calc(50% - 5px);
    margin-right: 9px;
    margin-bottom: 9px;
  }
  #section-News ul li:nth-child(2n) {
    margin-right: 0;
  }
  #section-News ul li:nth-child(3n) {
    margin-right: 9px !important;
  }
  #section-News ul li:nth-child(6n) {
    margin-right: 0 !important;
  }
}
#section-News ul li:nth-child(3n) {
  margin-right: 0;
}
#section-News ul li .card {
  display: block;
  padding: 15px 15px 0 15px;
  color: #000;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #section-News ul li .card {
    padding: 12px 9px 0 9px;
  }
}
#section-News ul li .card .new {
  content: "";
  position: absolute;
  top: 0;
  left: 6px;
  width: 47px;
  height: 52px;
  background: url(../../img/ico_new.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  #section-News ul li .card .new {
    width: 42px;
    height: 47px;
  }
}
#section-News ul li .card__img {
  margin-bottom: 20px;
}
#section-News ul li .card__img img {
  vertical-align: bottom;
}
#section-News ul li .card__title {
  padding-bottom: 15px;
  border-bottom: 1px dotted #CECECE;
}
@media screen and (max-width: 767px) {
  #section-News ul li .card__title {
    padding-bottom: 9px;
  }
}
#section-News ul li .card__title-date {
  margin-bottom: 5px;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #section-News ul li .card__title-date {
    font-size: 0.6875rem;
  }
}
#section-News ul li .card__title-date .tag {
  display: inline-block;
  margin-left: 8px;
  padding: 0.1rem 0.2rem;
  background: #CECECE;
  font-size: 0.625rem;
}
@media screen and (max-width: 767px) {
  #section-News ul li .card__title-date .tag {
    margin-left: 5px;
    padding: 0.1rem;
  }
}
#section-News ul li .card__title h3 {
  font-size: 1.125rem;
  line-height: 1.7rem;
  letter-spacing: 0.01rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #section-News ul li .card__title h3 {
    font-size: 1rem;
    line-height: 1.4rem;
  }
}
#section-News ul li .card__desc {
  padding: 14px 5px;
  font-size: 0.875rem;
  letter-spacing: 0.03rem;
}

#header {
  position: fixed;
  z-index: 1000;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1080px;
}
@media screen and (max-width: 1099px) {
  #header {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    padding: 0 10px;
    width: 100%;
    top: 10px;
  }
}
#header .header-outer {
  padding: 15px 20px;
  background: #FFF;
  border-radius: 10px;
  box-shadow: 0 4px 8px 4px rgba(51, 51, 51, 0.05);
}
@media screen and (max-width: 1099px) {
  #header .header-outer {
    padding: 15px 10px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-outer {
    padding: 10px;
  }
}
#header .header-outer .header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* ハンバーガーボタン クリック */
}
#header .header-outer .header-wrapper .header__logo {
  display: block;
  padding-left: 46px;
  color: #00051D;
  text-align: center;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 1099px) {
  #header .header-outer .header-wrapper .header__logo {
    padding-left: 42px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-outer .header-wrapper .header__logo {
    padding-left: 36px;
  }
}
#header .header-outer .header-wrapper .header__logo__main {
  font-size: 1.1875rem;
  line-height: 1.75rem;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 1099px) {
  #header .header-outer .header-wrapper .header__logo__main {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #header .header-outer .header-wrapper .header__logo__main {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
#header .header-outer .header-wrapper .header__logo__main .header__logo__sub {
  display: block;
  color: var(--default-blue);
  font-size: 0.625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 0.875rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1099px) {
  #header .header-outer .header-wrapper .header__logo__main .header__logo__sub {
    font-size: 0.5rem;
    line-height: 0.75rem;
  }
}
@media screen and (max-width: 767px) {
  #header .header-outer .header-wrapper .header__logo__main .header__logo__sub {
    font-size: 0.4375rem;
    line-height: 0.75rem;
  }
}
#header .header-outer .header-wrapper .header__logo::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../common/logo.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -4px;
  left: -4px;
}
@media screen and (max-width: 1099px) {
  #header .header-outer .header-wrapper .header__logo::before {
    width: 45px;
    height: 45px;
    top: -4px;
    left: -3px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-outer .header-wrapper .header__logo::before {
    width: 39px;
    height: 39px;
    top: -2px;
    left: -3px;
  }
}
@media screen and (max-width: 767px) {
  #header .header-outer .header-wrapper .header__nav {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
  }
}
#header .header-outer .header-wrapper .header__nav ul {
  display: flex;
  gap: 0 48px;
  list-style: none;
}
@media screen and (max-width: 1099px) {
  #header .header-outer .header-wrapper .header__nav ul {
    gap: 0 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 870px) {
  #header .header-outer .header-wrapper .header__nav ul {
    gap: 0 20px;
  }
}
#header .header-outer .header-wrapper .header__nav ul li a {
  display: block;
  color: var(--default-black);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) and (max-width: 870px) {
  #header .header-outer .header-wrapper .header__nav ul li a {
    font-size: 0.8125rem;
  }
}
#header .header-outer .header-wrapper .header__nav ul li a:hover {
  color: #CE4AC1;
}
#header .header-outer .header-wrapper .header__nav.open {
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: -10px;
  left: 0;
  z-index: 100;
  background: #2D287F;
  opacity: 0.93;
  transition: all 0.3s;
}
#header .header-outer .header-wrapper .header__nav.open ul {
  display: block;
  padding: 95px 20px 0 20px;
}
#header .header-outer .header-wrapper .header__nav.open ul li {
  margin-bottom: 24px;
}
#header .header-outer .header-wrapper .header__nav.open ul li a {
  display: block;
  padding-bottom: 24px;
  border-bottom: 1px solid #FFF;
  color: #FFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  #header .header-outer .header-wrapper .header__nav.open ul li a {
    font-size: 0.9375rem;
  }
}
#header .header-outer .header-wrapper .header__nav.open ul li a::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../common/ico_arrow04.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 5px;
  right: 0;
}
#header .header-outer .header-wrapper .nav-btn {
  display: none;
}
@media screen and (max-width: 767px) {
  #header .header-outer .header-wrapper .nav-btn {
    display: block;
    width: 22px;
    height: 20px;
    position: relative;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  #header .header-outer .header-wrapper .nav-btn span {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #header .header-outer .header-wrapper .nav-btn span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #000;
    position: relative;
    transition: ease 0.4s;
    display: block;
  }
  #header .header-outer .header-wrapper .nav-btn span:nth-of-type(1) {
    top: 0;
  }
  #header .header-outer .header-wrapper .nav-btn span:nth-of-type(2) {
    margin-top: 7px;
  }
  #header .header-outer .header-wrapper .nav-btn span:nth-of-type(3) {
    margin-top: 7px;
  }
}
#header .header-outer .header-wrapper .nav-btn.open span {
  background-color: #fff;
}
#header .header-outer .header-wrapper .nav-btn.open span:nth-of-type(1) {
  transform: translateY(8px) rotate(-45deg);
}
#header .header-outer .header-wrapper .nav-btn.open span:nth-of-type(2) {
  display: none;
}
#header .header-outer .header-wrapper .nav-btn.open span:nth-of-type(3) {
  transform: translateY(0px) rotate(45deg);
}

#Footer .l-footer .pagetop_button {
  display: block;
  width: 65px;
  height: 65px;
  position: fixed;
  z-index: 1;
  bottom: 40px;
  right: 30px;
  transition: all 0.5s;
}
#Footer .l-footer .pagetop_button:hover {
  transform: translateY(-5px);
}
@media screen and (max-width: 767px) {
  #Footer .l-footer .pagetop_button {
    width: 47px;
    height: 47px;
    bottom: 40px;
    right: 10px !important;
  }
}
#Footer .l-footer .footer__logo {
  padding: 50px 0;
  background: #F6F5FA;
  text-align: center;
}
#Footer .l-footer .footer__logo .logo {
  display: inline-block;
  padding-left: 45px;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.2rem;
  letter-spacing: 0.015em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #Footer .l-footer .footer__logo .logo {
    margin-right: 15px;
  }
}
#Footer .l-footer .footer__logo .logo::before {
  content: "";
  display: inline-block;
  background: url(../common/logo.png) no-repeat;
  background-size: contain;
  width: 45px;
  height: 45px;
  position: absolute;
  top: -5px;
  left: 0;
}
#Footer .l-footer .footer__logo .logo .logo_sub {
  color: var(--default-blue);
  font-size: 0.625rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.06em;
}
#Footer .l-footer .copyright {
  padding: 10px 0;
  background: var(--default-blue);
  text-align: center;
  color: #FFF;
  font-size: 0.75rem;
}

body {
  font: var(--font_base);
  color: var(--default-black);
  background: #fff;
  counter-reset: number 0; /* number のカウンタを 0 にセット */
}

html, body {
  height: 100%;
}

body > footer {
  position: sticky;
  top: 100vh;
}

@media all and (min-width: 768px) {
  .section-inner__s {
    max-width: 960px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1099px) {
  .section-inner__s {
    max-width: inherit;
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-inner__s {
    max-width: inherit;
    margin: 0 15px;
  }
}

@media all and (min-width: 768px) {
  .section-inner__m {
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1099px) {
  .section-inner__m {
    max-width: inherit;
    margin: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-inner__m {
    max-width: inherit;
    margin: 0 15px;
  }
}

.c-title_h1 {
  padding: 40px 0;
  line-height: 1.3;
  text-align: center;
  display: none;
}
@media screen and (max-width: 767px) {
  .c-title_h1 {
    font-size: 1.625rem;
  }
}
@media all and (min-width: 768px) {
  .c-title_h1 {
    font-size: 2.1875rem;
  }
}

.c-title_h2 {
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title_h2 {
    font-size: 1.625rem;
    margin-bottom: 30px;
  }
}
@media all and (min-width: 768px) {
  .c-title_h2 {
    font-size: 2.0625rem;
    margin-bottom: 40px;
  }
}
.c-title_h2 span {
  padding: 0 60px;
  position: relative;
}
.c-title_h2 span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 35px;
  height: 1px;
  background: #000;
}
.c-title_h2 span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 35px;
  height: 1px;
  background: #000;
}

.text_center,
.text_center_Pc,
.text_center_Sp {
  text-align: center;
}

.c-btn,
.c-btn a {
  text-decoration: none;
  cursor: pointer;
}

.c-btn_primary {
  display: block;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mb10 {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .mt10_Sp {
    margin-top: 10px;
  }
  .mt15_Sp {
    margin-top: 15px;
  }
  .mt20_Sp {
    margin-top: 20px;
  }
  .mt30_Sp {
    margin-top: 30px;
  }
  .mt40_Sp {
    margin-top: 40px;
  }
  .mt50_Sp {
    margin-top: 50px;
  }
}
@media all and (min-width: 768px) {
  .mt10_Pc {
    margin-top: 10px;
  }
  .mt15_Pc {
    margin-top: 15px;
  }
  .mt20_Pc {
    margin-top: 20px;
  }
  .mt30_Pc {
    margin-top: 30px;
  }
  .mt40_Pc {
    margin-top: 40px;
  }
  .mt50_Pc {
    margin-top: 50px;
  }
}
.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .mb10_Sp {
    margin-bottom: 10px;
  }
  .mb15_Sp {
    margin-bottom: 15px;
  }
  .mb20_Sp {
    margin-bottom: 20px;
  }
  .mb30_Sp {
    margin-bottom: 30px;
  }
  .mb40_Sp {
    margin-bottom: 40px;
  }
  .mb50_Sp {
    margin-bottom: 50px;
  }
}
@media all and (min-width: 768px) {
  .mb10_Pc {
    margin-bottom: 10px;
  }
  .mb15_Pc {
    margin-bottom: 15px;
  }
  .mb20_Pc {
    margin-bottom: 20px;
  }
  .mb30_Pc {
    margin-bottom: 30px;
  }
  .mb40_Pc {
    margin-bottom: 40px;
  }
  .mb50_Pc {
    margin-bottom: 50px;
  }
}
.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .mr10_Sp {
    margin-right: 10px;
  }
  .mr15_Sp {
    margin-right: 15px;
  }
  .mr20_Sp {
    margin-right: 20px;
  }
  .mr30_Sp {
    margin-right: 30px;
  }
  .mr40_Sp {
    margin-right: 40px;
  }
  .mr50_Sp {
    margin-right: 50px;
  }
}
@media all and (min-width: 768px) {
  .mr10_Pc {
    margin-right: 10px;
  }
  .mr15_Pc {
    margin-right: 15px;
  }
  .mr20_Pc {
    margin-right: 20px;
  }
  .mr30_Pc {
    margin-right: 30px;
  }
  .mr40_Pc {
    margin-right: 40px;
  }
  .mr50_Pc {
    margin-right: 50px;
  }
}
.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .ml10_Sp {
    margin-left: 10px;
  }
  .ml15_Sp {
    margin-left: 15px;
  }
  .ml20_Sp {
    margin-left: 20px;
  }
  .ml30_Sp {
    margin-left: 30px;
  }
  .ml40_Sp {
    margin-left: 40px;
  }
  .ml50_Sp {
    margin-left: 50px;
  }
}
@media all and (min-width: 768px) {
  .ml10_Pc {
    margin-left: 10px;
  }
  .ml15_Pc {
    margin-left: 15px;
  }
  .ml20_Pc {
    margin-left: 20px;
  }
  .ml30_Pc {
    margin-left: 30px;
  }
  .ml40_Pc {
    margin-left: 40px;
  }
  .ml50_Pc {
    margin-left: 50px;
  }
}
.w50 {
  width: 50px;
}

.w80 {
  width: 80px;
}

.w100 {
  width: 100px;
}

.w120 {
  width: 120px;
}

.w150 {
  width: 150px;
}

.w160 {
  width: 160px;
}

.w180 {
  width: 180px;
}

.w200 {
  width: 200px;
}

.w220 {
  width: 220px;
}

.w250 {
  width: 250px !important;
}

.w300 {
  width: 300px;
}

.w350 {
  width: 350px;
}

.w30per {
  width: 30%;
}

.w50per {
  width: 50%;
}

.w60per {
  width: 60%;
}

.w70per {
  width: 70%;
}

.w80per {
  width: 80%;
}

.w100per {
  width: 100%;
}

@media all and (min-width: 768px) {
  .w50_Pc {
    width: 50px;
  }
  .w80_Pc {
    width: 80px;
  }
  .w100_Pc {
    width: 100px;
  }
  .w120_Pc {
    width: 120px;
  }
  .w150_Pc {
    width: 150px;
  }
  .w160_Pc {
    width: 160px;
  }
  .w180_Pc {
    width: 180px;
  }
  .w200_Pc {
    width: 200px;
  }
  .w220_Pc {
    width: 220px;
  }
  .w250_Pc {
    width: 250px;
  }
  .w300_Pc {
    width: 300px;
  }
  .w350_Pc {
    width: 350px;
  }
  .w400_Pc {
    width: 400px;
  }
  .w430_Pc {
    width: 430px;
  }
  .w450_Pc {
    width: 450px;
  }
  .w500_Pc {
    width: 500px;
  }
  .w850_Pc {
    width: 850px;
  }
  .w900_Pc {
    width: 900px;
  }
  .w30per_Pc {
    width: 30%;
  }
  .w50per_Pc {
    width: 50%;
  }
  .w60per_Pc {
    width: 60%;
  }
  .w70per_Pc {
    width: 70%;
  }
  .w80per_Pc {
    width: 80%;
  }
  .w100per_Pc {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .w50_Sp {
    width: 50px;
  }
  .w80_Sp {
    width: 80px;
  }
  .w100_Sp {
    width: 100px;
  }
  .w120_Sp {
    width: 120px;
  }
  .w150_Sp {
    width: 150px;
  }
  .w160_Sp {
    width: 160px;
  }
  .w180_Sp {
    width: 180px;
  }
  .w200_Sp {
    width: 200px;
  }
  .w220_Sp {
    width: 220px;
  }
  .w250_Sp {
    width: 250px;
  }
  .w300_Sp {
    width: 300px;
  }
  .w350_Sp {
    width: 350px;
  }
  .w400_Sp {
    width: 400px;
  }
  .w450_Sp {
    width: 450px;
  }
  .w500_Sp {
    width: 500px;
  }
  .w30per_Sp {
    width: 30%;
  }
  .w50per_Sp {
    width: 50%;
  }
  .w60per_Sp {
    width: 60%;
  }
  .w70per_Sp {
    width: 70%;
  }
  .w80per_Sp {
    width: 80%;
  }
  .w100per_Sp {
    width: 100%;
  }
}
.color_red_default {
  color: var(--default-red);
}

.color_brown_default {
  color: var(--default-brown);
}

.foS10 {
  font-size: 0.625rem;
  line-height: 1.4;
}

.foS11 {
  font-size: 0.6875rem;
  line-height: 1.4;
}

.foS12 {
  font-size: 0.75rem;
  line-height: 1.4;
}

.foS13 {
  font-size: 0.8125rem;
  line-height: 1.6;
}

.foS14 {
  font-size: 0.875rem;
  line-height: 1.6;
}

.foS15 {
  font-size: 0.9375rem;
}

.foM16 {
  font-size: 1rem;
}

.foL17 {
  font-size: 1.0625rem;
}

.foL18 {
  font-size: 1.125rem;
}

.foL19 {
  font-size: 1.1875rem;
  line-height: 1.6;
}

.foL20 {
  font-size: 1.25rem;
  line-height: 1.6;
}

.foL21 {
  font-size: 1.3125rem;
  line-height: 1.6;
}

.foL22 {
  font-size: 1.375rem;
  line-height: 1.5;
}

.foL24 {
  font-size: 1.5rem;
  line-height: 1.5;
}

.foL26 {
  font-size: 1.625rem;
  line-height: 1.5;
}

.foL28 {
  font-size: 1.75rem;
  line-height: 1.5;
}

.foL30 {
  font-size: 1.875rem;
  line-height: 1.5;
}

.foL32 {
  font-size: 2rem;
  line-height: 1.4;
}

.foL34 {
  font-size: 2.125rem;
  line-height: 1.4;
}

.foL36 {
  font-size: 2.25rem;
  line-height: 1.4;
}

.foL38 {
  font-size: 2.375rem;
  line-height: 1.4;
}

.foL40 {
  font-size: 2.5rem;
  line-height: 1.4;
}

.foL44 {
  font-size: 2.75rem;
  line-height: 1.4;
}

.foL48 {
  font-size: 3rem;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .foS10_Sp {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Sp {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Sp {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Sp {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Sp {
    font-size: 0.875rem;
    line-height: 1.6;
  }
  .foS15_Sp {
    font-size: 0.9375rem;
  }
  .foM16_Sp {
    font-size: 1rem;
  }
  .foL17_Sp {
    font-size: 1.0625rem;
  }
  .foL18_Sp {
    font-size: 1.125rem;
  }
  .foL19_Sp {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Sp {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Sp {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Sp {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Sp {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Sp {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Sp {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Sp {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Sp {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Sp {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Sp {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Sp {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Sp {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Sp {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Sp {
    font-size: 3rem;
    line-height: 1.4;
  }
}
@media all and (min-width: 768px) {
  .foS10_Pc {
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .foS11_Pc {
    font-size: 0.6875rem;
    line-height: 1.4;
  }
  .foS12_Pc {
    font-size: 0.75rem;
    line-height: 1.4;
  }
  .foS13_Pc {
    font-size: 0.8125rem;
    line-height: 1.4;
  }
  .foS14_Pc {
    font-size: 0.875rem;
    line-height: 1.5;
  }
  .foS15_Pc {
    font-size: 0.9375rem;
  }
  .foM16_Pc {
    font-size: 1rem;
  }
  .foL17_Pc {
    font-size: 1.0625rem;
  }
  .foL18_Pc {
    font-size: 1.125rem;
  }
  .foL19_Pc {
    font-size: 1.1875rem;
    line-height: 1.6;
  }
  .foL20_Pc {
    font-size: 1.25rem;
    line-height: 1.6;
  }
  .foL21_Pc {
    font-size: 1.3125rem;
    line-height: 1.6;
  }
  .foL22_Pc {
    font-size: 1.375rem;
    line-height: 1.5;
  }
  .foL24_Pc {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .foL26_Pc {
    font-size: 1.625rem;
    line-height: 1.5;
  }
  .foL28_Pc {
    font-size: 1.75rem;
    line-height: 1.5;
  }
  .foL30_Pc {
    font-size: 1.875rem;
    line-height: 1.5;
  }
  .foL32_Pc {
    font-size: 2rem;
    line-height: 1.4;
  }
  .foL34_Pc {
    font-size: 2.125rem;
    line-height: 1.4;
  }
  .foL36_Pc {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .foL38_Pc {
    font-size: 2.375rem;
    line-height: 1.4;
  }
  .foL40_Pc {
    font-size: 2.5rem;
    line-height: 1.4;
  }
  .foL44_Pc {
    font-size: 2.75rem;
    line-height: 1.4;
  }
  .foL48_Pc {
    font-size: 3rem;
    line-height: 1.4;
  }
}
.asterisk-16 {
  padding-left: 1rem;
}

.asterisk-16::before {
  content: "※";
  margin-left: -1rem;
}

.asterisk-15 {
  padding-left: 0.9375rem;
}

.asterisk-15::before {
  content: "※";
  margin-left: -0.9375rem;
}

.asterisk-14 {
  padding-left: 0.875rem;
}

.asterisk-14::before {
  content: "※";
  margin-left: -0.875rem;
}

.h2_title01 {
  color: var(--default-blue);
  text-align: center;
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .h2_title01 {
    font-size: 1.875rem;
  }
}
.h2_title01 span {
  color: #D4D2FA;
  font-size: 1rem;
  font-family: "Mukta", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.Topmv {
  padding: 0 15px;
  background: transparent linear-gradient(180deg, #EBEAFD 0%, #D6D3FC 100%) 0% 0% no-repeat padding-box;
  position: relative;
}
@media screen and (max-width: 1099px) {
  .Topmv {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .Topmv {
    padding: 0 10px;
  }
}
.Topmv::before {
  content: "";
  display: block;
  width: 65%;
  height: 105%;
  border-radius: 0 0 0 50px;
  opacity: 0.23;
  background: url(../img/bg_TopMV.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .Topmv::before {
    width: 88%;
    height: 105%;
    background-size: cover;
  }
}
.Topmv .mv-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 150px 0 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .Topmv .mv-wrapper {
    padding: 90px 0 20px;
  }
}
.Topmv .mv-wrapper .mv-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1099px) {
  .Topmv .mv-wrapper .mv-area {
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  .Topmv .mv-wrapper .mv-area {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.Topmv .mv-wrapper .mv-area .mv__message {
  max-width: 562px;
  width: 52%;
}
@media screen and (max-width: 767px) {
  .Topmv .mv-wrapper .mv-area .mv__message {
    max-width: 500px;
    width: 94.36%;
  }
}
.Topmv .mv-wrapper .mv-area .mv__message__main {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .Topmv .mv-wrapper .mv-area .mv__message__main {
    margin-bottom: 20px;
  }
}
.Topmv .mv-wrapper .mv-area .mv__message__main img {
  width: 100%;
}
.Topmv .mv-wrapper .mv-area .mv__message__sub {
  padding-top: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--default-blue);
  position: relative;
}
@media screen and (max-width: 767px) {
  .Topmv .mv-wrapper .mv-area .mv__message__sub {
    padding-top: 15px;
    font-size: 0.9375rem;
  }
}
.Topmv .mv-wrapper .mv-area .mv__message__sub::before {
  content: "";
  display: inline-block;
  width: 60%;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 0;
}
.Topmv .mv-wrapper .mv-area .mv__img {
  width: 45%;
  max-width: 490px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .Topmv .mv-wrapper .mv-area .mv__img {
    max-width: 500px;
    width: 92%;
    margin: 0 auto 24px;
  }
}
.Topmv .mv-wrapper .mv-area .mv__img img {
  width: 100%;
}

#TopMessage {
  padding: 85px 0 100px;
}
@media screen and (max-width: 767px) {
  #TopMessage {
    padding: 70px 0 90px;
  }
}
#TopMessage .Message-block {
  margin-top: 36px;
}
#TopMessage .Message-block .Message__main {
  margin-bottom: 10px;
  line-height: 2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #TopMessage .Message-block .Message__main {
    margin-bottom: 20px;
  }
}
#TopMessage .Message-block .Message__sub {
  text-align: right;
  letter-spacing: 0.04em;
}

#TopBusinessContent {
  padding-bottom: 75px;
  position: relative;
  padding-top: 70px;
  margin-top: -70px;
}
#TopBusinessContent::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 285px);
  background: transparent linear-gradient(180deg, #F4F4FF 0%, #E6E3FF 100%) 0% 0% no-repeat padding-box;
  border-radius: 0 15px 15px 0;
  top: 285px;
  right: calc(50% - 540px);
  z-index: -1;
}
@media screen and (max-width: 1099px) {
  #TopBusinessContent::before {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #TopBusinessContent::before {
    width: calc(100% - 10px);
    height: calc(100% - 210px);
    top: 210px;
    left: 0;
  }
}
#TopBusinessContent .BusinessContent-block {
  margin-top: 65px;
}
@media screen and (max-width: 767px) {
  #TopBusinessContent .BusinessContent-block {
    margin-top: 40px;
  }
}
#TopBusinessContent .BusinessContent-block .BusinessContent__img {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #TopBusinessContent .BusinessContent-block .BusinessContent__img {
    width: 90%;
    margin: 0 auto 36px;
  }
}
#TopBusinessContent .BusinessContent-block .BusinessContent__title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  color: var(--default-blue);
  font-size: 1.4375rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  #TopBusinessContent .BusinessContent-block .BusinessContent__title {
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-size: 1.3125rem;
  }
}
#TopBusinessContent .BusinessContent-block .BusinessContent__title::before {
  content: "";
  display: inline-block;
  width: 12%;
  height: 1px;
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  #TopBusinessContent .BusinessContent-block .BusinessContent__title::before {
    width: 40%;
  }
}
#TopBusinessContent .BusinessContent-block .BusinessContent__detail {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #TopBusinessContent .BusinessContent-block .BusinessContent__detail {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#TopBusinessContent .BusinessContent-block .BusinessContent__detail .detail-sentence {
  margin-right: 40px;
  font-size: 1.0625rem;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  #TopBusinessContent .BusinessContent-block .BusinessContent__detail .detail-sentence {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
#TopBusinessContent .BusinessContent-block .BusinessContent__detail .info {
  min-width: 290px;
  margin-top: 10px;
  padding: 35px 25px 25px 25px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  position: relative;
}
@media screen and (max-width: 767px) {
  #TopBusinessContent .BusinessContent-block .BusinessContent__detail .info {
    max-width: 290px;
  }
}
#TopBusinessContent .BusinessContent-block .BusinessContent__detail .info__title {
  font-family: "Mukta", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  color: #B3B0ED;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#TopBusinessContent .BusinessContent-block .BusinessContent__detail .info__detail {
  margin-bottom: 20px;
  font-size: 0.9375rem;
  line-height: 2rem;
}
#TopBusinessContent .BusinessContent-block .BusinessContent__detail .info__button {
  display: block;
  padding: 14px 40px;
  background: #FFF;
  border-radius: 40px;
  color: var(--default-blue);
  font-size: 0.875rem;
  letter-spacing: -0.04em;
  text-align: center;
  position: relative;
  transition: all 0.5s;
}
#TopBusinessContent .BusinessContent-block .BusinessContent__detail .info__button:hover {
  box-shadow: 2px 4px 8px rgba(45, 40, 127, 0.2);
}
#TopBusinessContent .BusinessContent-block .BusinessContent__detail .info__button:hover::before {
  right: 21px;
}
#TopBusinessContent .BusinessContent-block .BusinessContent__detail .info__button::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(../common/ico_arrow02.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  transition: all 0.5s;
}
#TopBusinessContent .BusinessContent-block01 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #TopBusinessContent .BusinessContent-block01 {
    margin-bottom: 70px;
  }
}
#TopBusinessContent .BusinessContent-block02 .detail-sentence {
  margin-right: 0 !important;
}
@media screen and (max-width: 767px) {
  #TopBusinessContent .BusinessContent-block02 .detail-sentence {
    margin-bottom: 0 !important;
  }
}

#TopMember {
  padding: 95px 0 70px;
}
@media screen and (max-width: 767px) {
  #TopMember {
    padding: 65px 0 30px;
  }
}
#TopMember .Member-block {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #TopMember .Member-block {
    padding: 0 15px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 560px) and (max-width: 767px) {
  #TopMember .Member-block {
    padding: 0 60px;
  }
}
#TopMember .Member-block__list {
  width: 20%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #TopMember .Member-block__list {
    width: calc(50% - 25px);
    margin-right: 50px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #TopMember .Member-block__list:nth-child(2n) {
    margin-right: 0;
  }
}
#TopMember .Member-block__list p {
  padding-bottom: 16px;
  font-size: 0.9375rem;
  position: relative;
}
@media screen and (max-width: 1099px) {
  #TopMember .Member-block__list p {
    font-size: 0.875rem;
  }
}
#TopMember .Member-block__list p::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 5px;
  background: #d4d2fa;
  border-radius: 5px;
  bottom: 8px;
  left: 50%;
  transform: translateX(-50%);
}
#TopMember .Member-block__list h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5rem;
}
@media screen and (max-width: 1099px) {
  #TopMember .Member-block__list h3 {
    font-size: 1.1875rem;
  }
}
#TopMember .Member-block__list h3 span {
  font-size: 1rem;
}
@media screen and (max-width: 1099px) {
  #TopMember .Member-block__list h3 span {
    font-size: 0.875rem;
  }
}

#TopEducation {
  padding: 60px 0;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  #TopEducation {
    padding: 50px 0;
  }
}
#TopEducation::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFF2FB;
  border-radius: 15px 0 0 15px;
  top: 0;
  left: calc(50% - 540px);
  z-index: -10;
}
@media screen and (max-width: 1099px) {
  #TopEducation::before {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  #TopEducation::before {
    width: calc(100% - 10px);
    left: 10px;
  }
}
#TopEducation .Education-block {
  margin-top: 50px;
  margin-left: 60px;
  padding-left: 30px;
  display: flex;
  list-style: none;
  gap: 0 90px;
}
@media screen and (max-width: 1099px) {
  #TopEducation .Education-block {
    margin-left: 0;
    margin-left: 60px;
  }
}
@media screen and (max-width: 767px) {
  #TopEducation .Education-block {
    display: block;
    margin-top: 40px;
    margin-left: 0;
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #TopEducation .Education-block .Education {
    margin-bottom: 40px;
  }
}
#TopEducation .Education-block .Education__img {
  max-width: 420px;
  margin-top: -200px;
  position: relative;
  top: 200px;
  left: -30px;
}
@media screen and (max-width: 1099px) {
  #TopEducation .Education-block .Education__img {
    max-width: 360px;
    margin-top: -130px;
    top: 140px;
  }
}
@media screen and (max-width: 767px) {
  #TopEducation .Education-block .Education__img {
    width: 90%;
    max-width: 400px;
    margin-top: -100px;
    top: 100px;
    left: 10px;
  }
}
@media screen and (min-width: 520px) and (max-width: 767px) {
  #TopEducation .Education-block .Education__img {
    left: 0;
    right: 0;
    margin: -100px auto 0;
  }
}
#TopEducation .Education-block .Education__img img {
  vertical-align: bottom;
}
#TopEducation .Education-block .Education__detail {
  padding: 50px 40px;
  background: #FFF;
  border-radius: 10px;
  position: relative;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  #TopEducation .Education-block .Education__detail {
    padding: 50px 50px 35px 40px;
    margin-right: calc(50% - 50vw);
    border-radius: 10px 0 0 10px;
    right: -30px;
  }
}
#TopEducation .Education-block .Education__detail h3 {
  margin-bottom: 36px;
  padding-bottom: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--default-blue);
  position: relative;
}
@media screen and (max-width: 767px) {
  #TopEducation .Education-block .Education__detail h3 {
    margin-bottom: 24px;
  }
}
#TopEducation .Education-block .Education__detail h3::before {
  content: "";
  display: inline-block;
  width: 140px;
  height: 1px;
  background: #CE4AC1;
  position: absolute;
  bottom: 0;
  left: 0;
}
#TopEducation .Education-block .Education__detail p {
  line-height: 2rem;
  letter-spacing: 0.02em;
}

#TopResearch {
  padding: 85px 0 100px;
}
@media screen and (max-width: 767px) {
  #TopResearch {
    padding: 85px 0 70px;
  }
}
#TopResearch .Research-block {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #TopResearch .Research-block {
    margin-top: 36px;
  }
}
#TopResearch .Research-block .Research {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #TopResearch .Research-block .Research {
    flex-direction: column;
    position: relative;
  }
}
#TopResearch .Research-block .Research__img {
  margin-right: 55px;
  min-width: 230px;
  width: 230px;
}
#TopResearch .Research-block .Research__img img {
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  #TopResearch .Research-block .Research__img {
    margin: 0 auto;
    min-width: 230px;
    width: 230px;
    position: relative;
    z-index: -2;
  }
}
#TopResearch .Research-block .Research__detail h3 {
  margin-bottom: 40px;
  padding-left: 100px;
  padding-top: 36px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #TopResearch .Research-block .Research__detail h3 {
    margin-bottom: 36px;
    padding-left: 25px;
    font-size: 1.25rem;
  }
}
#TopResearch .Research-block .Research__detail h3::before {
  content: "";
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 55px;
  background: #F6F5FA;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  #TopResearch .Research-block .Research__detail h3::before {
    top: -50px;
    transform: none;
    left: -15px;
  }
}
#TopResearch .Research-block .Research__detail h3::after {
  content: "0" counter(number); /* 表示形式を指定 */
  counter-increment: number 1; /* number カウンタの増加数をセット */
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 42px;
  z-index: -1;
  font-size: 1.625rem;
  letter-spacing: 0.15em;
  color: var(--default-blue);
}
@media screen and (max-width: 767px) {
  #TopResearch .Research-block .Research__detail h3::after {
    top: -20px;
    transform: none;
    left: 27px;
  }
}
#TopResearch .Research-block .Research__detail p {
  letter-spacing: 0.02em;
  line-height: 2rem;
}

#TopAccessContact {
  padding: 70px 0;
  background: #f1f1ff;
}
@media screen and (max-width: 767px) {
  #TopAccessContact {
    padding: 55px 0 40px;
  }
}
#TopAccessContact .AccessContact-block {
  margin-top: 65px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1099px) {
  #TopAccessContact .AccessContact-block {
    margin-top: 40px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  #TopAccessContact .AccessContact-block {
    margin-top: 30px;
    flex-direction: column;
  }
}
#TopAccessContact .AccessContact-block .AccessContact_map {
  width: 520px;
  height: 320px;
  margin-right: 60px;
}
@media screen and (max-width: 1099px) {
  #TopAccessContact .AccessContact-block .AccessContact_map {
    max-width: 480px;
    max-height: 300px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  #TopAccessContact .AccessContact-block .AccessContact_map {
    width: 100%;
    height: 320px;
    max-width: 520px;
    max-height: 400px;
    margin: 0 auto 40px;
  }
}
#TopAccessContact .AccessContact-block .AccessContact_map iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#TopAccessContact .AccessContact-block .AccessContact_detail .Access {
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  #TopAccessContact .AccessContact-block .AccessContact_detail .Access {
    margin-bottom: 24px;
  }
}
#TopAccessContact .AccessContact-block .AccessContact_detail .Access__title {
  padding-left: 30px;
  font-size: 1.5rem;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 1099px) {
  #TopAccessContact .AccessContact-block .AccessContact_detail .Access__title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  #TopAccessContact .AccessContact-block .AccessContact_detail .Access__title {
    font-size: 1.25rem;
  }
}
#TopAccessContact .AccessContact-block .AccessContact_detail .Access__title::before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 28px;
  background: url(../img/ico_access.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#TopAccessContact .AccessContact-block .AccessContact_detail .Access__detail {
  font-size: 1.125rem;
}
@media screen and (max-width: 1099px) {
  #TopAccessContact .AccessContact-block .AccessContact_detail .Access__detail {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #TopAccessContact .AccessContact-block .AccessContact_detail .Access__detail {
    font-size: 1rem;
  }
}
#TopAccessContact .AccessContact-block .AccessContact_detail .AccessButton {
  display: block;
  margin-bottom: 40px;
  padding: 16px 140px;
  background: #FFF;
  border: 1px solid var(--default-blue);
  border-radius: 40px;
  color: var(--default-blue);
  text-align: center;
  position: relative;
  transition: all 0.5s;
}
@media screen and (max-width: 1099px) {
  #TopAccessContact .AccessContact-block .AccessContact_detail .AccessButton {
    padding: 16px 80px;
  }
}
@media screen and (max-width: 767px) {
  #TopAccessContact .AccessContact-block .AccessContact_detail .AccessButton {
    padding: 16px 100px;
  }
}
#TopAccessContact .AccessContact-block .AccessContact_detail .AccessButton::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(../common/ico_arrow02.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  transition: all 0.5s;
}
#TopAccessContact .AccessContact-block .AccessContact_detail .AccessButton:hover {
  box-shadow: 2px 4px 8px rgba(45, 40, 127, 0.2);
}
#TopAccessContact .AccessContact-block .AccessContact_detail .AccessButton:hover::before {
  right: 21px;
}
#TopAccessContact .AccessContact-block .AccessContact_detail .Contact__title {
  font-size: 1.125rem;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 1099px) {
  #TopAccessContact .AccessContact-block .AccessContact_detail .Contact__title {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #TopAccessContact .AccessContact-block .AccessContact_detail .Contact__title {
    font-size: 1.125rem;
    margin-bottom: 16px;
    text-align: center;
  }
}
#TopAccessContact .AccessContact-block .AccessContact_detail .Contact__title span {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
#TopAccessContact .AccessContact-block .AccessContact_detail .Contact__title span::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 17px;
  background: url(../img/ico_contact.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

#TopLink {
  padding: 75px 0;
}
@media screen and (max-width: 767px) {
  #TopLink {
    padding: 50px 0 65px;
  }
}
#TopLink .Linklist-block {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 48px;
  list-style: none;
}
@media screen and (max-width: 767px) {
  #TopLink .Linklist-block {
    margin-top: 40px;
    gap: 36px 0;
  }
}
#TopLink .Linklist-block .Linklist {
  width: calc(50% - 24px);
}
@media screen and (max-width: 767px) {
  #TopLink .Linklist-block .Linklist {
    width: 100%;
  }
}
#TopLink .Linklist-block .Linklist a {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--default-blue);
  color: var(--default-black);
}
#TopLink .Linklist-block .Linklist a span {
  display: block;
  padding-right: 34px;
  position: relative;
}
#TopLink .Linklist-block .Linklist a span::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../common/ico_arrow01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 12px;
  pointer-events: none;
  transition: all 0.5s;
}
#TopLink .Linklist-block .Linklist a span:hover::before {
  right: 8px;
}

.js-fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: opacity 2s, visibility 2s, transform 2s;
}

.js-fade.inview {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

input[type=email],
input[type=tel],
input[type=text],
input[type=url],
dd textarea {
  width: 100%;
  max-width: 100%;
  padding: 12px 15px;
  border: 1px solid var(--default-gray);
  background: var(--base-gray-default);
}

::placeholder {
  color: var(--default-gray);
}

.form .intro {
  letter-spacing: 0.06em;
}

@media all and (min-width: 768px) {
  .form-Item input[type=text].w250_Pc {
    width: 250px;
  }
}

.form-Item label.block,
.form-Item .label_confirm {
  display: block;
  margin-bottom: 5px;
  color: var(--base-gray-dark);
  font-size: 0.875rem;
}

.form_explanation {
  margin-top: 3px;
  font-size: 0.875rem;
  color: var(--default-gray-brown);
}

.privacyArea {
  margin: 25px auto;
  padding: 10px 20px;
  border: solid 4px var(--base-gray-light);
  letter-spacing: 0.04em;
}
@media all and (min-width: 768px) {
  .privacyArea {
    margin: 25px auto;
  }
}

.privacyArea dl {
  padding: 8px 6px;
  text-align: center;
  background: var(--base-gray-default);
}
@media all and (min-width: 768px) {
  .privacyArea dl {
    padding: 15px 10px 5px;
  }
}

.privacyArea a {
  text-decoration: underline;
}

.form-Item {
  padding: 25px 0;
}
@media all and (min-width: 768px) {
  .form-Item {
    display: grid;
    grid-template-columns: 240px 1fr;
    align-items: start;
  }
}

.form-Item + .form-Item {
  border-top: 1px solid var(--default-gray-light);
}

.form-Item dt {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 500;
  color: #000;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .form-Item dt {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
@media all and (min-width: 768px) {
  .form-Item dt {
    margin-top: 15px;
    padding-right: 10px;
  }
}

.form-Item dd {
  letter-spacing: 0.04em;
}

.label_checkbox input[type=checkbox] {
  display: none;
}

.label_checkbox label {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}

.label_checkbox label::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
  border: 1px solid var(--default-gray);
}

.label_checkbox input[type=checkbox]:checked + label::after {
  position: absolute;
  content: "";
  top: 7px;
  left: 3px;
  width: 20px;
  height: 6px;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.label_checkbox input[type=checkbox]:checked + label::before {
  background: var(--base-pink-default);
  border: solid 1px #FF2E2E;
}

/* 必須&任意マーク */
.form-Item .ico {
  text-align: center;
  font-size: 0.6875rem;
  display: inline-block;
  color: #fff;
  line-height: 1;
  line-height: 1;
  padding: 6px 6px;
  vertical-align: middle;
  text-decoration: none;
  white-space: nowrap;
}
.form-Item .ico.required {
  background-color: var(--default-red);
}
.form-Item .ico.optional {
  color: #333;
  background-color: var(--default-gray-light);
}

.form-Item ul.radio_area {
  margin-left: -25px;
  margin-top: 10px;
}

li.radio {
  list-style: none;
}

.radio {
  position: relative;
  margin: 0 0 0.7rem;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .radio:last-child {
    margin-bottom: 0;
  }
}

.radio input[type=radio] {
  position: absolute;
  opacity: 0;
}

.radio input[type=radio] + .radio-label:before {
  content: "";
  background: var(--base-gray-default);
  border-radius: 100%;
  border: 1px solid var(--default-gray-light);
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: 0.2em;
  margin-right: 0.5em;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.radio input[type=radio]:checked + .radio-label:before {
  background-color: var(--default-blue);
  box-shadow: inset 0 0 0 4px var(--base-gray-default);
}

.radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: var(--default-blue);
}

.radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px var(--base-gray-default);
  border-color: var(--default-gray-light);
  background: var(--default-gray-light);
}

.radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}

/* PCのみ横並びの場合 */
@media all and (min-width: 768px) {
  .radio_area_short {
    display: flex;
  }
}

.select_area {
  position: relative;
  display: inline-block;
  border: 1px solid var(--default-gray);
  vertical-align: middle;
  background: var(--base-gray-default);
}
@media screen and (max-width: 767px) {
  .select_area {
    width: 100%;
  }
}
.select_area::before {
  position: absolute;
  display: inline-block;
  content: "";
  top: 20px;
  right: 16px;
  width: 0;
  height: 0;
  border-width: 9px 6px 0 6px;
  border-style: solid;
  border-color: var(--default-gray) transparent transparent transparent;
  pointer-events: none;
}

.select_area select {
  appearance: none;
  padding: 11px 15px;
  padding-right: 2.5em;
  border: none;
  outline: 0;
  background: var(--base-gray-default);
  text-indent: 0.01px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .select_area select {
    width: 100%;
  }
}

.ajax_err p {
  position: relative;
  margin-top: 8px;
  padding: 8px 15px 8px;
  display: inline-block;
  color: var(--default-red-dark);
  line-height: 1.6;
  font-size: fo(14);
  border-radius: 5px;
  border: solid 1px var(--default-red-dark);
  background: var(--base-pink-default);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media all and (min-width: 768px) {
  .ajax_err p {
    margin-top: 10px;
    padding: 10px 40px 10px;
    font-size: 0.9375rem;
  }
}

.ajax_err p:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--default-red-dark);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p:after {
  content: "";
  position: absolute;
  top: -9px;
  left: 50px;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-bottom: 10px solid var(--base-pink-default);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

.ajax_err p.arw_center:before {
  left: 50%;
  transform: translateX(50%);
}

.ajax_err p.arw_center:after {
  left: 50%;
  transform: translateX(50%);
}

.l-form-btnArea {
  margin: 20px auto 50px;
}

.l-form-actbtn {
  padding: 0;
}
@media all and (min-width: 768px) {
  .l-form-actbtn {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
  }
}
.l-form-actbtn li {
  list-style: none;
}

@media screen and (max-width: 767px) {
  .l-form-actbtn li + li {
    margin-top: 15px;
  }
}
@media all and (min-width: 768px) {
  .l-form-actbtn li + li {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .btn_form {
    width: 100%;
  }
}

.btn_form a {
  display: block;
  padding: 20px;
  text-align: center;
  color: #fff;
  border-radius: 40px;
}
@media all and (min-width: 768px) {
  .btn_form a {
    width: 420px;
  }
}
.btn_form a:hover {
  text-decoration: none;
  background: var(--default-blue);
}

.btn_form.send {
  background: var(--default-black);
  border-radius: 40px;
}
.btn_form.back {
  background: var(--default-gray);
  border-radius: 40px;
}

@media all and (min-width: 768px) {
  .form-address {
    display: flex;
  }
}

#Ready-text {
  margin: 15px auto;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 500;
}

.form-Contents.conlayout {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .form-Contents.conlayout .form-Item dt {
    margin-top: 0 !important;
  }
}/*# sourceMappingURL=style.css.map */