@charset "UTF-8";
/*!
 * ress.css v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -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 */
}

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;
}

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

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

[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;
}

[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;
  color: inherit;
}

/* 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;
}

/* 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 */
}

/* # =================================================================
   # 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;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* 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] {
  cursor: default;
}

* {
  letter-spacing: 0.05rem;
}

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

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a:focus {
  text-decoration: none;
  color: #333;
  transition: all 0.2s;
}
a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
}

html {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}
@media screen and (max-width: 520px) {
  html {
    font-size: 14px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}

.outfit {
  font-family: "Outfit", sans-serif;
}

.sticky {
  position: sticky;
  top: -100vh;
}
@media screen and (max-width: 1024px) {
  .sticky {
    top: -160vh;
  }
}
@media screen and (max-width: 820px), print {
  .sticky {
    top: -80vh;
  }
}
@media screen and (max-width: 520px) {
  .sticky {
    top: -150vh;
  }
}
@media screen and (max-height: 820px) {
  .sticky {
    top: -200vh;
  }
}
@media print {
  .sticky {
    position: relative;
    z-index: 1 !important;
    top: 0 !important;
  }
}

@media screen and (min-width: 1025px) {
  .spc__show {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .spc__hide {
    display: none !important;
  }
}

@media screen and (max-width: 820px), print {
  .ipad__hide {
    display: none !important;
  }
}
@media print {
  .ipad__hide {
    display: none;
  }
}

@media screen and (min-width: 821px) {
  .ipad__show {
    display: none !important;
  }
}

@media screen and (max-width: 520px) {
  .smp__hide {
    display: none !important;
  }
}

@media screen and (min-width: 521px) {
  .smp__show {
    display: none !important;
  }
}
@media print {
  .smp__show {
    display: none !important;
  }
}

@media print {
  .print_none {
    display: none !important;
  }
}

.print_only {
  display: none;
}
@media print {
  .print_only {
    display: block;
  }
}

@media screen and (min-width: 1446px) {
  .w1445__show {
    display: none !important;
  }
}

@media screen and (max-width: 1445px) {
  .w1445__hide {
    display: none !important;
  }
}

.fs0 {
  font-size: 0;
}

.fs-S {
  font-size: 14px;
}

.fs-M {
  font-size: 18px;
}
@media screen and (max-width: 820px), print {
  .fs-M {
    font-size: 16px;
  }
}

.fs-L {
  font-size: 22px;
}
@media screen and (max-width: 820px), print {
  .fs-L {
    font-size: 18px;
  }
}

.flex {
  display: flex;
}

@media screen and (max-width: 820px), print {
  .flexColumn {
    flex-direction: column;
  }
}

@media screen and (max-width: 820px), print {
  .flexreColumn {
    flex-direction: column-reverse;
  }
}

.alignStart {
  align-items: flex-start;
}

.alignEnd {
  align-items: flex-end;
}

.alignCenter {
  align-items: center;
}

.alignbaseline {
  align-items: baseline;
}

.justBetween {
  justify-content: space-between;
}

.justCenter {
  justify-content: center;
}

.justStart {
  justify-content: flex-start;
}

.justEnd {
  justify-content: flex-end;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

.textCenter {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.wrap-1000 {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}

.wrap-1400 {
  max-width: 1400px;
  margin: 0 auto;
  width: 90%;
}

.col-2 {
  width: 47%;
}

.col-3 {
  width: 30%;
}

.col-4 {
  width: 23%;
}

.w-100 {
  width: 100%;
}

:root {
  --headerHeight: 130px;
  --sectionTop: 80px;
  --sectionBottom: 110px;
}
@media screen and (max-width: 1250px) {
  :root {
    --headerHeight: 60px;
  }
}
@media screen and (max-width: 820px), print {
  :root {
    --sectionTop: 40px;
    --sectionBottom: 60px;
  }
}
@media print {
  :root {
    --headerHeight: 60px;
  }
}

.margin {
  margin-top: var(--sectionTop);
  margin-bottom: var(--sectionBottom);
}

.padding {
  padding-top: var(--sectionTop);
  padding-bottom: var(--sectionBottom);
}

.mb-S {
  margin-bottom: 25px;
}

.mb-M {
  margin-bottom: 30px;
}

.mb-L {
  margin-bottom: 40px;
}

main,
.second {
  padding-top: var(--headerHeight);
}
@media print {
  main,
  .second {
    padding-top: 0;
  }
}

#pankuzu {
  margin: 15px 0;
}
#pankuzu ul {
  scrollbar-width: thin;
  scrollbar-color: #cdcdcd;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: auto;
  white-space: nowrap;
}
#pankuzu li {
  display: inline-block;
  font-size: 12px;
}
#pankuzu li + li {
  margin-left: 10px;
}
#pankuzu li a {
  color: #d3376b;
  border-bottom: 1px solid #d3376b;
}

#page_header {
  text-align: center;
  padding: 80px 0;
  border-bottom: 1px solid #d3376b;
}
@media screen and (max-width: 1250px) {
  #page_header {
    padding: 40px 0;
  }
}
@media screen and (max-width: 520px) {
  #page_header {
    padding: 20px 0;
  }
}
@media print {
  #page_header {
    padding: 40px 0;
  }
}
#page_header .wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1250px) {
  #page_header .wrapper {
    justify-content: left;
    flex-wrap: wrap;
  }
}
@media print {
  #page_header .wrapper {
    padding-top: 80px;
  }
}
#page_header h1 {
  color: #d3376b;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  padding-left: 100px;
}
@media screen and (max-width: 1250px) {
  #page_header h1 {
    padding-left: 5px;
    padding-top: 5px;
  }
}
@media screen and (max-width: 520px) {
  #page_header h1 {
    font-size: 12px;
    padding-left: 2px;
    padding-top: 7px;
  }
}
#page_header h1 span {
  position: relative;
  background-color: #fff;
  display: block;
  padding-right: 30px;
}
#page_header h1 span::after {
  position: absolute;
  content: "";
  border: 1px solid #d3376b;
  width: 220px;
  height: 1px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
}
@media screen and (max-width: 1250px) {
  #page_header h1 span::after {
    display: none;
  }
}
#page_header .en {
  color: #d3376b;
  font-size: 80px;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 1250px) {
  #page_header .en {
    font-size: 60px;
    text-align: left;
    width: 100%;
  }
  #page_header .en span {
    position: relative;
    background-color: #fff;
    padding-right: 10px;
  }
  #page_header .en span::after {
    position: absolute;
    content: "";
    border: 1px solid #d3376b;
    width: 220px;
    height: 1px;
    bottom: 25px;
    z-index: -1;
  }
}
@media screen and (max-width: 820px), print {
  #page_header .en {
    font-size: 40px;
  }
  #page_header .en span::after {
    width: 120px;
    bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  #page_header .en {
    font-size: 27px;
  }
  #page_header .en span {
    padding-right: 25px;
  }
  #page_header .en span::after {
    width: 80px;
    bottom: 5px;
  }
}

.secTitleArea {
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  .secTitleArea {
    margin-bottom: 20px;
  }
}

.secsubTitle {
  font-size: 70px;
  font-weight: 400;
  line-height: 1;
  color: #d3376b;
}
@media screen and (max-width: 820px), print {
  .secsubTitle {
    font-size: 50px;
  }
}
@media screen and (max-width: 520px) {
  .secsubTitle {
    font-size: 40px;
  }
}

.secTitle {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 520px) {
  .secTitle {
    font-size: 16px;
    margin-top: 5px;
  }
}
.secTitle::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #00b7b7;
  border-radius: 50%;
  background-color: #00b7b7;
  position: absolute;
  top: 58%;
  left: 5px;
  transform: translate(0, -50%);
}

.secText {
  color: #666;
  margin-bottom: 30px;
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  .secText {
    margin-bottom: 20px;
  }
}

.secWhite .secsubTitle {
  color: #fff;
}
.secWhite .secTitle {
  color: #fff;
}

.Bg02 {
  background-image: url(../images/common/bg02@2x.png);
  background-size: 72px;
  background-repeat: repeat;
  background-position: left;
  background-color: #d3376b;
  padding: 60px 0 35px;
}
@media screen and (max-width: 820px), print {
  .Bg02 {
    padding: 45px 0 25px;
  }
}
@media screen and (max-width: 520px) {
  .Bg02 {
    padding: 30px 0 15px;
  }
}

.Bg03 {
  background-image: url(../images/common/bg02@2x.png);
  background-size: 72px;
  background-repeat: repeat;
  background-position: left;
  background-color: #fff8fc;
  padding: 190px 0;
  border-radius: 40px 40px 0 0;
  box-shadow: 0px -8px 10px rgba(155, 155, 155, 0.2);
}
@media screen and (max-width: 1024px) {
  .Bg03 {
    padding: 130px 0;
  }
}
@media screen and (max-width: 820px), print {
  .Bg03 {
    padding: 90px 0;
  }
}
@media screen and (max-width: 520px) {
  .Bg03 {
    padding: 60px 0;
    border-radius: 30px 30px 0 0;
  }
}

.brownBg {
  background-color: #f7f2ed;
}

.blueBg {
  background-color: #d3376b;
}

.button01 {
  background-color: #d3376b;
  border: 1px solid #d3376b;
  border-radius: 40px;
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 20px;
  position: relative;
  text-align: center;
  transition: 0.3s;
  width: 340px;
}
@media screen and (max-width: 520px) {
  .button01 {
    font-size: 16px;
    padding: 15px 0;
    max-width: 100%;
    width: 100%;
    max-width: 360px;
  }
}
.button01.__center {
  margin: 0 auto;
}
@media screen and (max-width: 820px), print {
  .button01.__left {
    margin: 0 auto;
  }
}
.button01::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
}
.button01::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 27px;
  left: auto;
  transform: rotate(135deg);
  z-index: 1;
  margin-top: -2px;
}
.button01:hover {
  background-color: #fff;
  color: #d3376b;
  opacity: 1;
}
.button01:hover::after {
  border: 1px solid #d3376b;
}
.button01:hover::before {
  border-top: solid 1px #d3376b;
  border-left: solid 1px #d3376b;
}

.button02 {
  background-color: #fff;
  border: 1px solid #d3376b;
  border-radius: 40px;
  color: #d3376b;
  display: block;
  font-size: 18px;
  padding: 20px;
  position: relative;
  text-align: center;
  transition: 0.3s;
  width: 340px;
}
@media screen and (max-width: 520px) {
  .button02 {
    font-size: 16px;
    padding: 15px 0;
    max-width: 100%;
    width: 100%;
    max-width: 360px;
  }
}
.button02.__center {
  margin: 0 auto;
}
@media screen and (max-width: 820px), print {
  .button02.__left {
    margin: 0 auto;
  }
}
.button02::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #d3376b;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
}
.button02::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #d3376b;
  border-left: solid 1px #d3376b;
  position: absolute;
  top: 50%;
  right: 27px;
  left: auto;
  transform: rotate(135deg);
  z-index: 1;
  margin-top: -2px;
}
.button02:hover {
  background-color: #d3376b;
  border: 1px solid #fff;
  color: #fff;
  opacity: 1;
}
.button02:hover::after {
  border: 1px solid #fff;
}
.button02:hover::before {
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
}

.leftMenu {
  background-color: #fff;
  border: 1px solid #d3376b;
  border-radius: 0 10px 10px 0;
  position: fixed;
  bottom: 120px;
  left: 0;
  padding: 0 20px;
  width: 100%;
  max-width: 260px;
  z-index: 999;
}
@media screen and (max-width: 1700px) {
  .leftMenu {
    width: 200px;
  }
}
@media screen and (max-width: 1590px) {
  .leftMenu {
    width: 10%;
  }
}
@media print {
  .leftMenu {
    display: none;
  }
}
.leftMenu .sp1700show {
  display: none;
}
@media screen and (max-width: 1700px) {
  .leftMenu .sp1700show {
    display: block;
  }
}
.leftMenu .header__item .header__link {
  border-bottom: 1px solid #e6e6e6;
  font-weight: 500;
  position: relative;
  transition: all 0.2s ease-in-out;
  display: block;
  opacity: 0.5;
  padding: 15px 20px;
  line-height: 1.5;
}
@media screen and (max-width: 1700px) {
  .leftMenu .header__item .header__link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1590px) {
  .leftMenu .header__item .header__link {
    font-size: 0.8vw;
    padding: 1vw 1.3vw;
  }
}
.leftMenu .header__item .header__link.is-active {
  opacity: 1;
}
.leftMenu .header__item .header__link::before {
  position: absolute;
  content: "";
  background-color: #d3376b;
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
}
.leftMenu .header__item .header__link::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arw@2x.png);
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  width: 18px;
  height: 18px;
}

/*========= ナビゲーションのためのCSS ===============*/
#g-nav {
  /*ナビゲーションの縦スクロール*/
  /*ナビゲーション*/
}
#g-nav.panelactive #g-nav-list {
  display: block;
}
#g-nav.panelactive #g-nav-list ul {
  opacity: 1;
}
#g-nav #g-nav-list {
  display: none; /*はじめは表示なし*/
  /*ナビの数が増えた場合縦スクロール*/
  z-index: 999;
}
#g-nav .scroll-contents {
  overflow-y: scroll;
  -ms-overflow-style: none;
  position: fixed;
  width: 260px;
  height: 290px;
  bottom: 130px;
  left: 30px;
  z-index: 999;
  animation-name: gnaviAnime;
  animation-duration: 0.8s;
  animation-delay: 0.1s; /*0.2 秒遅らせて出現*/
  animation-fill-mode: both;
}
@media screen and (max-width: 1024px) {
  #g-nav .scroll-contents {
    bottom: 180px;
    height: 290px;
  }
}
@media screen and (max-width: 520px) {
  #g-nav .scroll-contents {
    right: 20px;
    bottom: 235px;
    height: 270px;
  }
}
@media screen and (max-width: 400px) {
  #g-nav .scroll-contents {
    bottom: 210px;
  }
}
#g-nav .scroll-contents::-webkit-scrollbar {
  -webkit-appearance: none;
  display: none;
}
#g-nav .scroll-contents .simplebar-scrollbar::before {
  background: #333;
  border-radius: 4px;
  width: 4px;
  margin-left: 2px;
  margin-top: 2px;
}
#g-nav .scroll-contents .simplebar-scrollbar.simplebar-visible::before {
  opacity: 1;
}
#g-nav .scroll-contents .simplebar-track {
  background-color: #fff;
}
#g-nav ul {
  opacity: 0; /*はじめは透過0*/
}
#g-nav ul li {
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 500;
  padding: 10px 0 5px;
  margin-right: 15px;
}
@media screen and (max-width: 520px) {
  #g-nav ul li {
    padding: 5px 0 5px;
  }
}
#g-nav ul li a {
  position: relative;
  padding: 0 20px 15px;
  border-bottom: 1px solid #e6e6e6;
  display: block;
}
@media screen and (max-width: 520px) {
  #g-nav ul li a {
    padding: 0 20px 10px;
  }
}
#g-nav ul li a::before {
  position: absolute;
  content: "";
  background-color: #d3376b;
  width: 10px;
  height: 10px;
  left: 0;
  top: 7px;
  border-radius: 50%;
}
#g-nav ul li a::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/arw@2x.png);
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  width: 18px;
  height: 18px;
}
#g-nav ul li:last-of-type a {
  border-bottom: none;
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*========= ボタンのためのCSS ===============*/
.openbtn1 {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 999; /*ボタンを最前面に*/
  cursor: pointer;
  width: 80px;
  height: 80px;
  background-color: #d3376b;
  border-radius: 50%;
  border: 2px solid #fff;
}
@media screen and (max-width: 1024px) {
  .openbtn1 {
    bottom: 90px;
  }
}
@media screen and (max-width: 520px) {
  .openbtn1 {
    width: 60px;
    height: 60px;
    bottom: 180px;
    left: 10px;
  }
}
@media screen and (max-width: 400px) {
  .openbtn1 {
    bottom: 160px;
    width: 60px;
    height: 60px;
    left: 10px;
  }
}
@media print {
  .openbtn1 {
    display: none;
  }
}
.openbtn1::before {
  white-space: nowrap;
  content: "目次";
  display: inline;
  position: absolute;
  top: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 520px) {
  .openbtn1::before {
    top: 30px;
    font-size: 13px;
  }
}
.openbtn1 span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  height: 2px;
  background-color: #fff;
  width: 45%;
  transform: translate(-50%, 0);
}
.openbtn1 span:nth-of-type(1) {
  top: 19px;
}
@media screen and (max-width: 520px) {
  .openbtn1 span:nth-of-type(1) {
    top: 12px;
  }
}
.openbtn1 span:nth-of-type(2) {
  top: 27px;
}
@media screen and (max-width: 520px) {
  .openbtn1 span:nth-of-type(2) {
    top: 19px;
  }
}
.openbtn1 span:nth-of-type(3) {
  top: 35px;
}
@media screen and (max-width: 520px) {
  .openbtn1 span:nth-of-type(3) {
    top: 26px;
  }
}
.openbtn1.active {
  background-color: transparent;
}
.openbtn1.active::before {
  z-index: 999;
  white-space: nowrap;
  content: "目次";
  display: inline;
  position: absolute;
  top: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 520px) {
  .openbtn1.active::before {
    top: 30px;
    font-size: 13px;
  }
}
.openbtn1.active .openbtn2 {
  background-color: #fff;
  position: absolute;
  width: 690px;
  height: 1000px;
  top: -360px;
  left: -400px;
  z-index: 998;
  animation-name: gnaviAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@media screen and (max-width: 1024px) {
  .openbtn1.active .openbtn2 {
    height: 425px;
    top: -325px;
    width: 680px;
  }
}
@media screen and (max-width: 520px) {
  .openbtn1.active .openbtn2 {
    height: 360px;
    top: -285px;
    width: 695px;
  }
}
.openbtn1.active span {
  background-color: #333;
  z-index: 999;
}
.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 28px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
@media screen and (max-width: 520px) {
  .openbtn1.active span:nth-of-type(1) {
    left: 21px;
    top: 13px;
  }
}
.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  left: 28px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
@media screen and (max-width: 520px) {
  .openbtn1.active span:nth-of-type(3) {
    left: 21px;
    top: 25px;
  }
}

#grayBg.active {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 998;
  top: 0;
}

/* contactButton */
#contactButton .contactBg {
  background-image: url(../images/common/bg02@2x.png);
  background-size: 72px;
  background-repeat: repeat;
  background-position: left;
  background-color: #00b7b7;
  padding: 80px 0;
}
@media screen and (max-width: 520px) {
  #contactButton .contactBg {
    padding: 60px 0 80px;
  }
}
#contactButton .contactBg .contactArea {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 50px 60px;
  position: relative;
}
@media screen and (max-width: 820px), print {
  #contactButton .contactBg .contactArea {
    border-radius: 10px;
    padding: 35px 25px 40px;
  }
}
#contactButton .contactBg .contactArea::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/cbItem01@2x.png);
  background-size: contain;
  width: 10.94vw;
  height: 13.02vw;
  left: -5.99vw;
  bottom: 0.52vw;
}
@media screen and (max-width: 1400px) {
  #contactButton .contactBg .contactArea::before {
    left: -3.99vw;
  }
}
@media screen and (max-width: 1300px) {
  #contactButton .contactBg .contactArea::before {
    bottom: unset;
    top: -30px;
  }
}
@media screen and (max-width: 1200px) {
  #contactButton .contactBg .contactArea::before {
    width: 170px;
    height: 200px;
    left: -35px;
    top: 150px;
  }
}
@media screen and (max-width: 820px), print {
  #contactButton .contactBg .contactArea::before {
    width: 170px;
    height: 200px;
    left: -35px;
    top: 150px;
  }
}
@media screen and (max-width: 720px) {
  #contactButton .contactBg .contactArea::before {
    width: 100px;
    height: 120px;
    left: -15px;
    top: unset;
    bottom: -80px;
  }
}
#contactButton .contactBg .contactArea::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/cbItem02@2x.png);
  background-size: contain;
  width: 8.59vw;
  height: 8.07vw;
  right: -1.82vw;
  top: -1.04vw;
}
@media screen and (max-width: 1200px) {
  #contactButton .contactBg .contactArea::after {
    width: 125px;
    height: 125px;
    right: -25px;
    top: -40px;
  }
}
@media screen and (max-width: 820px), print {
  #contactButton .contactBg .contactArea::after {
    width: 125px;
    height: 125px;
    right: -25px;
    top: -40px;
  }
}
@media screen and (max-width: 720px) {
  #contactButton .contactBg .contactArea::after {
    width: 75px;
    height: 75px;
    right: -15px;
    top: -40px;
  }
}
#contactButton .contactBg .contactArea .mokeiitem {
  position: absolute;
  width: 9.69vw;
  height: 9.84vw;
  right: -4.65vw;
  bottom: -2.08vw;
}
@media screen and (max-width: 1400px) {
  #contactButton .contactBg .contactArea .mokeiitem {
    right: -2.65vw;
  }
}
@media screen and (max-width: 1200px) {
  #contactButton .contactBg .contactArea .mokeiitem {
    width: 126px;
    height: 129px;
  }
}
@media screen and (max-width: 820px), print {
  #contactButton .contactBg .contactArea .mokeiitem {
    bottom: -4.08vw;
    width: 126px;
    height: 129px;
  }
}
@media screen and (max-width: 720px) {
  #contactButton .contactBg .contactArea .mokeiitem {
    width: 96px;
    height: 99px;
    bottom: -60px;
  }
}
#contactButton .contactBg .contactArea .contactTitle {
  font-size: 30px;
  line-height: 33px;
  margin-bottom: 60px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 820px), print {
  #contactButton .contactBg .contactArea .contactTitle {
    font-size: 24px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 630px) {
  #contactButton .contactBg .contactArea .contactTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  #contactButton .contactBg .contactArea .contactTitle {
    font-size: 22px;
    max-width: 300px;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 520px) {
  #contactButton .contactBg .contactArea .contactTitle .left {
    position: absolute;
    left: -10px;
    top: 20%;
    font-size: 60px;
    font-weight: 300;
  }
}
@media screen and (max-width: 520px) {
  #contactButton .contactBg .contactArea .contactTitle .right {
    position: absolute;
    right: -10px;
    top: 20%;
    font-size: 60px;
    font-weight: 300;
  }
}
@media screen and (max-width: 1200px) {
  #contactButton .contactBg .contactArea .buttonFlex {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 820px), print {
  #contactButton .contactBg .contactArea .buttonFlex {
    flex-direction: column;
    align-items: center;
  }
}
#contactButton .contactBg .contactArea .buttonFlex .button00 {
  border-radius: 60px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 500;
  padding: 25px;
  position: relative;
  text-align: center;
  transition: 0.3s;
  max-width: 487px;
  width: 100%;
}
@media screen and (max-width: 820px), print {
  #contactButton .contactBg .contactArea .buttonFlex .button00 {
    max-width: 420px;
  }
}
@media screen and (max-width: 750px) {
  #contactButton .contactBg .contactArea .buttonFlex .button00 {
    max-width: 350px;
  }
}
@media screen and (max-width: 520px) {
  #contactButton .contactBg .contactArea .buttonFlex .button00 {
    font-size: 16px;
    padding: 15px 0;
    max-width: 100%;
    width: 100%;
  }
}
#contactButton .contactBg .contactArea .buttonFlex .button00::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -8px;
}
#contactButton .contactBg .contactArea .buttonFlex .button00::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #fff;
  border-left: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 27px;
  left: auto;
  transform: rotate(135deg);
  z-index: 1;
  margin-top: -2px;
}
#contactButton .contactBg .contactArea .buttonFlex .button00.blue {
  background-color: #00b7b7;
  border: 1px solid #00b7b7;
}
#contactButton .contactBg .contactArea .buttonFlex .button00.blue .buttonBaloon {
  border: 1px solid #00b7b7;
}
#contactButton .contactBg .contactArea .buttonFlex .button00.blue .buttonBaloon::after {
  border-top: 10px solid #00b7b7;
}
#contactButton .contactBg .contactArea .buttonFlex .button00.blue:hover {
  background-color: #fff;
  color: #00b7b7;
  opacity: 1;
}
#contactButton .contactBg .contactArea .buttonFlex .button00.blue:hover::after {
  border: 1px solid #00b7b7;
}
#contactButton .contactBg .contactArea .buttonFlex .button00.blue:hover::before {
  border-top: solid 1px #00b7b7;
  border-left: solid 1px #00b7b7;
}
#contactButton .contactBg .contactArea .buttonFlex .button00.red {
  background-color: #d3376b;
  border: 1px solid #d3376b;
}
#contactButton .contactBg .contactArea .buttonFlex .button00.red .buttonBaloon {
  border: 1px solid #d3376b;
}
#contactButton .contactBg .contactArea .buttonFlex .button00.red .buttonBaloon::after {
  border-top: 10px solid #d3376b;
}
#contactButton .contactBg .contactArea .buttonFlex .button00.red:hover {
  background-color: #fff;
  color: #d3376b;
  opacity: 1;
}
#contactButton .contactBg .contactArea .buttonFlex .button00.red:hover::after {
  border: 1px solid #d3376b;
}
#contactButton .contactBg .contactArea .buttonFlex .button00.red:hover::before {
  border-top: solid 1px #d3376b;
  border-left: solid 1px #d3376b;
}
#contactButton .contactBg .contactArea .buttonFlex .button00 .buttonBaloon {
  position: absolute;
  background-color: #fff;
  border-radius: 30px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  padding: 0 22px 4px;
  top: -23px;
  left: 50%;
  transform: translate(-50%, 0);
  width: max-content;
}
@media screen and (max-width: 520px) {
  #contactButton .contactBg .contactArea .buttonFlex .button00 .buttonBaloon {
    font-size: 14px;
    top: -28px;
  }
}
#contactButton .contactBg .contactArea .buttonFlex .button00 .buttonBaloon .big {
  color: #d3376b;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  #contactButton .contactBg .contactArea .buttonFlex .button00 .buttonBaloon .big {
    font-size: 22px;
  }
}
#contactButton .contactBg .contactArea .buttonFlex .button00 .buttonBaloon .big2 {
  color: #d3376b;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  #contactButton .contactBg .contactArea .buttonFlex .button00 .buttonBaloon .big2 {
    font-size: 18px;
  }
}
#contactButton .contactBg .contactArea .buttonFlex .button00 .buttonBaloon::before {
  position: absolute;
  content: "";
  bottom: -11px;
  left: 50%;
  border: 4px solid transparent;
  border-top: 8px solid #fff;
  z-index: 2;
  transform: translate(-50%, 0);
}
#contactButton .contactBg .contactArea .buttonFlex .button00 .buttonBaloon::after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 50%;
  border: 5px solid transparent;
  z-index: 1;
  transform: translate(-50%, 0);
}
#contactButton .contactBg .contactArea .buttonFlex .button00 + .button00 {
  margin-left: 40px;
}
@media screen and (max-width: 1200px) {
  #contactButton .contactBg .contactArea .buttonFlex .button00 + .button00 {
    margin-left: 0;
    margin-top: 50px;
  }
}
@media screen and (max-width: 820px), print {
  #contactButton .contactBg .contactArea .buttonFlex .button00 + .button00 {
    margin-left: 0;
    margin-top: 50px;
  }
}
#contactButton .contactBg .contactArea .buttonFlex .button00 .buttonBaloon2 {
  padding: 4px 22px;
}

.editor h1 {
  font-size: 200%;
}

.editor h2 {
  font-size: 150%;
}

.editor h3 {
  font-size: 120%;
}

.editor h4 {
  font-size: 100%;
}

.editor h5 {
  font-size: 80%;
}

.editor h6 {
  font-size: 70%;
}

.editor p {
  display: block;
  margin: 1em 0;
}

.editor strong {
  font-weight: bold;
}

.editor b {
  font-weight: bold;
}

.editor em {
  font-style: italic;
}

.editor blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/* img */
.editor .aligncenter {
  display: block;
  margin: 0 auto;
}

.editor .alignright {
  float: right;
}

.editor .alignleft {
  float: left;
}

.editor img[class*=wp-image-],
.editor img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

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

.gallery {
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}

.gallery br {
  display: none;
}

.gallery-item {
  float: left;
  margin-bottom: 0 !important;
}

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

.gallery-icon img {
  height: auto;
  margin-bottom: 10px !important;
}

.gallery-caption {
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  width: 48%;
  margin: 0 1%;
}

.gallery-columns-3 .gallery-item {
  width: 31.33333%;
  margin: 0 1%;
}

.gallery-columns-4 .gallery-item {
  width: 23%;
  margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
  width: 18%;
  margin: 0 1%;
}

@media screen and (max-width: 640px) {
  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}
#page404 h1 {
  padding-left: 0;
}
@media screen and (max-width: 1024px) {
  #page404 .outfit span::after {
    bottom: 22px;
  }
}
@media screen and (max-width: 520px) {
  #page404 .outfit span::after {
    bottom: 15px;
  }
}
#page404 h2 {
  font-weight: 500;
}
@media print {
  #page404 .spc__show span {
    visibility: hidden;
  }
}

/* header */
@media print {
  header {
    zoom: 60%;
  }
}

#header {
  background-color: #fff;
  position: fixed;
  width: 100%;
  z-index: 1000;
  border-bottom: 1px solid #ccc;
}
@media print {
  #header {
    position: absolute;
  }
}
#header .printOnly {
  display: none;
}
@media print {
  #header .printOnly {
    display: block;
  }
}
#header .header-inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0 0 0 25px;
  height: 130px;
}
@media screen and (max-width: 1700px) {
  #header .header-inner {
    font-size: 14px;
    padding: 0 0 0 10px;
  }
}
@media screen and (max-width: 1400px) {
  #header .header-inner {
    height: 60px;
    padding: 0 0 0 10px;
  }
}
#header .header-inner .logo {
  display: block;
  font-size: 0;
  padding: 20px 0;
}
@media screen and (max-width: 1700px) {
  #header .header-inner .logo {
    width: 290px;
  }
}
@media screen and (max-width: 1500px) {
  #header .header-inner .logo {
    width: 240px;
  }
}
#header .header-inner .subNav {
  text-align: right;
  margin-bottom: 10px;
}
@media print {
  #header .header-inner .subNav {
    display: none !important;
  }
}
#header .header-inner .subNav a {
  margin-right: 25px;
  font-size: 14px;
  position: relative;
}
#header .header-inner .subNav a::after {
  position: absolute;
  content: "";
  border: 1px solid #ccc;
  width: 1px;
  height: 15px;
  right: -16px;
  top: 55%;
  transform: translate(0, -50%);
}
#header .header-inner .subNav a:last-child::after {
  display: none;
}
@media print {
  #header .header-inner #gNav {
    display: none !important;
  }
}
#header .header-inner #gNav li {
  position: relative;
}
@media screen and (max-width: 1400px) {
  #header .header-inner #gNav li::before {
    border-top: 1.5px solid #d3376b;
    border-right: 1.5px solid #d3376b;
    content: "";
    height: 12px;
    position: absolute;
    right: 16px;
    top: 46%;
    transform: translate(0, -50%) rotate(45deg);
    width: 12px;
    margin-top: 2px;
  }
}
#header .header-inner #gNav .hover-menu {
  position: absolute;
  display: none;
}
#header .header-inner #gNav .hover-menu .top-padding {
  padding-top: 8px;
}
#header .header-inner #gNav .hover-menu .hover-inner {
  border-radius: 5px;
  background: #fff8fc;
  box-shadow: 2px 2px 4px #d1d1d1;
  margin-top: 50px;
  margin-left: -13px;
  padding: 15px 15px 5px 15px;
  width: 260px;
}
@media screen and (max-width: 1700px) {
  #header .header-inner #gNav .hover-menu .hover-inner {
    margin-left: -43px;
  }
}
#header .header-inner #gNav .hover-menu .hover-inner.sub-inner {
  width: 290px;
  margin-left: -60px;
}
#header .header-inner #gNav .hover-menu .hover-inner div a span::after {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #d3376b;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
}
#header .header-inner #gNav .hover-menu .hover-inner div a span::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #d3376b;
  border-left: solid 1px #d3376b;
  position: absolute;
  top: 50%;
  right: 7px;
  left: auto;
  margin-top: -7px;
  transform: rotate(135deg);
  z-index: 1;
}
#header .header-inner #gNav .hover-menu .hover-inner div:last-of-type a {
  padding-bottom: 5px;
}
#header .header-inner #gNav .hover-menu .hover-inner div:last-of-type a span {
  border-bottom: none;
}
#header .header-inner #gNav .hover-menu .hover-inner a {
  display: block;
  position: relative;
}
#header .header-inner #gNav .hover-menu .hover-inner a::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #d3376b;
  border-radius: 50%;
  background-color: #d3376b;
  position: absolute;
  top: 38%;
  left: 7px;
  transform: translate(0, -50%);
}
#header .header-inner #gNav .hover-menu .hover-inner a span {
  display: block;
  text-align: center;
  padding-bottom: 8px;
  text-align: left;
  padding-left: 25px;
  border-bottom: 1px solid #ccc;
}
#header .header-inner #gNav .hover-menu .hover-inner a span::before {
  margin-top: -4px;
}
#header .header-inner #gNav .hover-menu .hover-inner a + a span {
  border-top: none;
}
#header .header-inner #gNav .hover-menu .bottom {
  margin-bottom: 10px;
}
@media screen and (max-width: 1400px) {
  #header .header-inner #gNav .acd-ttl {
    cursor: pointer;
    padding: 15px 30px 15px 5px;
    position: relative;
  }
  #header .header-inner #gNav .acd-ttl::after {
    position: absolute;
    content: "";
    background-image: url(../images/common/plus@2x.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 19px;
    height: 28px;
    right: 10px;
    bottom: 11px;
  }
}
@media screen and (max-width: 1400px) and (max-width: 520px) {
  #header .header-inner #gNav .acd-ttl::after {
    bottom: 7px;
    width: 16px;
    height: 25px;
  }
}
@media screen and (max-width: 520px) {
  #header .header-inner #gNav .acd-ttl {
    padding: 10px 30px 10px 5px;
  }
}
#header .header-inner #gNav .acd-ttl.open::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/minus@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 28px;
  right: 10px;
  bottom: 3px;
}
@media screen and (max-width: 520px) {
  #header .header-inner #gNav .acd-ttl.open::after {
    bottom: 0;
    width: 16px;
    height: 25px;
  }
}
#header .header-inner #gNav .acd-ttl.open + .acd-inner {
  max-height: 1000px;
  opacity: 1;
  visibility: visible;
}
#header .header-inner #gNav .acd-ttl.open + .acd-inner ul {
  margin-bottom: 20px;
}
@media screen and (max-width: 1400px) {
  #header .header-inner #gNav .acd-inner {
    max-height: 0;
    opacity: 0;
    transition: 0.5s;
    visibility: hidden;
  }
}
#header .header-inner #gNav .acd-inner ul {
  padding: 0;
  margin: 0;
}
#header .header-inner #gNav .acd-inner ul li {
  border: none;
}
@media screen and (max-width: 1400px) {
  #header .header-inner #gNav .acd-inner ul li {
    background: #fff;
    width: 100%;
    margin-left: 15px;
    margin-bottom: 7px;
  }
  #header .header-inner #gNav .acd-inner ul li:last-of-type {
    margin-bottom: 0;
  }
  #header .header-inner #gNav .acd-inner ul li::before {
    display: none;
  }
}
#header .header-inner #gNav .acd-inner ul li a {
  padding: 0;
}
#header .header-inner #gNav .acd-inner ul li a span {
  position: relative;
}
#header .header-inner #gNav .acd-inner ul li a span::before {
  content: "";
  background-color: #d3376b;
  border: none;
  width: 12px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 12px;
}
@media screen and (max-width: 520px) {
  #header .header-inner #gNav .acd-inner ul li a span::before {
    width: 5px;
  }
}
#header .header-inner #gNav .acd-inner ul li .Bnone {
  border: none;
}
#header .header-inner #gNav .headBtn {
  background-color: #00b7b7;
  border: 1px solid #00b7b7;
  border-radius: 3px;
  color: #fff;
  padding: 10px;
  width: 214px;
  text-align: center;
}
#header .header-inner #gNav .headBtn01 span {
  position: relative;
  padding-left: 33px;
}
#header .header-inner #gNav .headBtn01 span::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/item01@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 23px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 520px) {
  #header .header-inner #gNav .headBtn01 span::after {
    bottom: 0;
  }
}
#header .header-inner #gNav .headBtn01:hover {
  background-color: #fff;
  color: #00b7b7;
}
#header .header-inner #gNav .headBtn01:hover span::after {
  background-image: url(../images/common/item03@2x.png);
}
@media screen and (max-width: 1500px) {
  #header .header-inner #gNav .headBtn02 {
    width: 144px;
  }
}
#header .header-inner #gNav .headBtn02 span {
  position: relative;
  padding-left: 25px;
}
#header .header-inner #gNav .headBtn02 span::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/item02@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 22px;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 520px) {
  #header .header-inner #gNav .headBtn02 span::after {
    bottom: 0;
  }
}
#header .header-inner #gNav .headBtn02:hover {
  background-color: #fff;
  color: #00b7b7;
}
#header .header-inner #gNav .headBtn02:hover span::after {
  background-image: url(../images/common/item04@2x.png);
}
#header .header-inner #gNav .corporation .bottom-border::before {
  border-bottom: 1.5px solid #d3376b;
  border-right: 1.5px solid #d3376b;
  content: "";
  height: 10px;
  position: absolute;
  right: 0;
  top: 40%;
  transform: translate(0, -50%) rotate(45deg);
  width: 10px;
  margin-top: 2px;
}
#header .header-inner #gNav .corporation span {
  position: relative;
  border-bottom: none;
  padding-right: 20px;
}
#header .header-inner #gNav .corporation:hover .hover-menu {
  display: block;
  visibility: visible;
}
#header .header-inner #gNav .spc__contact {
  text-align: center;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: 3px 3px 10px rgba(180, 180, 180, 0.4);
  border-radius: 5px;
  border-top: none;
}
#header .header-inner #gNav .spc__contact .heade-contact {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}
#header .header-inner #gNav .spc__contact .heade-contact .tel-header {
  font-size: 35px;
  padding: 0px 5px 0 25px;
}
#header .header-inner #gNav .spc__contact .heade-contact .tel-header::before {
  width: 25px;
  height: 28px;
}
#header .header-inner #gNav .spc__contact .heade-contact .reception {
  font-size: 16px;
  font-weight: normal;
}
#header .header-inner #gNav .heade-contact {
  font-size: 12px;
  color: #333;
  width: 220px;
  text-align: center;
}
#header .header-inner #gNav .heade-contact .tel-header {
  font-size: 24px;
  vertical-align: middle;
  display: inline-block;
  padding: 0px 5px 0 15px;
  position: relative;
  margin-top: -3px;
}
#header .header-inner #gNav .heade-contact .tel-header::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/icon2@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 14px;
  height: 19px;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  margin-top: 2px;
}
#header .header-inner #gNav .heade-contact .reception {
  font-size: 14px;
  color: #494949;
}
#header .header-inner #gNav .heade-contact a {
  padding: 0;
  color: #333;
}
@media screen and (max-width: 1400px) {
  #header .header-inner #gNav {
    background: #fff8fc;
    display: none;
    left: 0;
    height: 94vh;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 60px;
    width: 100%;
  }
}
#header .header-inner #gNav ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  #header .header-inner #gNav ul {
    flex-direction: column;
    padding: 0 30px 30px;
    width: 90%;
    max-width: 540px;
    background-color: #fff;
    margin: 20px auto 30px;
  }
}
@media screen and (max-width: 520px) {
  #header .header-inner #gNav ul {
    padding: 5px 20px 20px;
  }
}
#header .header-inner #gNav ul li {
  margin-right: 25px;
}
@media screen and (max-width: 1560px) {
  #header .header-inner #gNav ul li {
    margin-right: 14px;
  }
}
@media screen and (max-width: 1400px) {
  #header .header-inner #gNav ul li {
    margin-right: 0;
    font-size: 18px;
    width: 100%;
    border-top: 1px solid #ccc;
  }
  #header .header-inner #gNav ul li:first-child {
    border-top: none;
  }
}
@media screen and (max-width: 820px), print {
  #header .header-inner #gNav ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  #header .header-inner #gNav ul li {
    font-size: 14px;
  }
}
#header .header-inner #gNav ul li a {
  display: block;
  padding: 5px 0;
}
@media screen and (max-width: 1400px) {
  #header .header-inner #gNav ul li a {
    padding: 15px 30px 15px 5px;
  }
}
@media screen and (max-width: 520px) {
  #header .header-inner #gNav ul li a {
    padding: 10px 30px 10px 5px;
  }
}
@media screen and (max-width: 1400px) {
  #header .header-inner #gNav ul li a span {
    position: relative;
    padding-left: 25px;
  }
  #header .header-inner #gNav ul li a span::before {
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    content: "";
    height: 10px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%) rotate(45deg);
    width: 10px;
  }
}
@media screen and (max-width: 520px) {
  #header .header-inner #gNav ul li a span {
    padding-left: 10px;
    display: inline-block;
  }
}
#header .header-inner #gNav ul .bordernone {
  font-size: 14px;
}
@media screen and (max-width: 520px) {
  #header .header-inner #gNav ul .bordernone {
    font-size: 12px;
  }
}
#header .header-inner #gNav ul .bordernone::before {
  display: none;
}
#header .header-inner #gNav ul .bordernone a {
  padding: 15px 5px 0;
}
#header .header-inner #gNav ul .bordernone02 {
  border: unset;
}
#header .header-inner #gNav ul .bordernone02 a {
  padding: 5px 5px 0;
}
@media print {
  #header .header-inner .rightArea {
    display: none;
  }
}
@media print {
  #header .header-inner .rightArea .spc__show {
    display: block !important;
  }
}
@media screen and (max-width: 1400px) {
  #header .header-inner .sp_nav-btn {
    transition: 0.3s;
  }
  #header .header-inner .icon-animation {
    background-color: #00b7b7;
    width: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
  }
  #header .header-inner .icon-animation span {
    width: 30px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    left: 55%;
    top: 50%;
    margin-left: -17px;
    margin-top: -8px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #header .header-inner .icon-animation .middle {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  #header .header-inner .icon-animation .top {
    -webkit-transform: translateY(-11px);
    -ms-transform: translateY(-11px);
    transform: translateY(-11px);
  }
  #header .header-inner .icon-animation .bottom {
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px);
  }
  #header .header-inner .icon-animation:before {
    content: "MENU";
    display: block;
    position: absolute;
    left: 50%;
    letter-spacing: 0;
    bottom: 2px;
    color: #fff;
    font-size: 12px;
    width: 50px;
    transform: translate(-50%, 0);
  }
  #header .header-inner .icon-animation button {
    background-color: #6b6b6b;
    border: none;
  }
  #header .header-inner .is-open .middle {
    background: transparent;
  }
  #header .header-inner .is-open .top {
    -webkit-transform: rotate(-30deg) translateY(0px);
    -ms-transform: rotate(-30deg) translateY(0px);
    transform: rotate(-30deg) translateY(0px);
  }
  #header .header-inner .is-open .bottom {
    -webkit-transform: rotate(30deg) translateY(0px);
    -ms-transform: rotate(30deg) translateY(0px);
    transform: rotate(30deg) translateY(0px);
  }
  #header .header-inner .is-open.icon-animation:before {
    content: "CLOSE";
    left: 50%;
    width: 46px;
  }
}
#header .spc__show02 {
  display: none;
}
@media screen and (max-width: 1670px) {
  #header .spc__show02 {
    display: block;
  }
}
#header .arw-none::before {
  display: none;
}

.btn2Area {
  display: flex !important;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  max-width: 540px;
  justify-content: space-between;
}
.btn2Area .headBtn {
  width: calc(50% - 10px) !important;
  display: block;
}
@media screen and (max-width: 1024px) {
  .btn2Area .headBtn {
    padding-top: 35px !important;
  }
}
@media screen and (max-width: 1024px) {
  .btn2Area .headBtn span {
    padding-left: 0 !important;
  }
  .btn2Area .headBtn span::after {
    left: 50% !important;
    bottom: unset !important;
    top: -12px !important;
    transform: translate(-50%, -50%);
  }
}

.rightBtnArea {
  align-items: center;
  position: fixed;
  z-index: 99;
  cursor: pointer;
  transition: 0.5s ease-out;
  bottom: 23%;
  right: -260px;
}
@media print {
  .rightBtnArea {
    display: none;
  }
}
.rightBtnArea:hover {
  right: 0;
}

.bottomBtnArea {
  position: fixed;
  bottom: 0;
  background-color: #fff;
  padding: 15px 0;
  justify-content: center;
  width: 100%;
  z-index: 32;
}
@media print {
  .bottomBtnArea {
    display: none;
  }
}
.bottomBtnArea .headBtn {
  background-color: #00b7b7;
  border: 1px solid #00b7b7;
  border-radius: 40px;
  color: #fff;
  padding: 10px;
  width: 320px;
  text-align: center;
  margin: 0 10px;
}
@media screen and (max-width: 820px), print {
  .bottomBtnArea .headBtn {
    width: 240px;
  }
}
@media screen and (max-width: 520px) {
  .bottomBtnArea .headBtn {
    width: 214px;
    margin: 0 5px;
    font-size: 12px;
  }
}
.bottomBtnArea .headBtn01 span {
  position: relative;
  padding-left: 33px;
}
.bottomBtnArea .headBtn01 span::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/item01@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 23px;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 520px) {
  .bottomBtnArea .headBtn01 span::after {
    bottom: -2px;
  }
}
.bottomBtnArea .headBtn01:hover {
  background-color: #fff;
  color: #00b7b7;
}
.bottomBtnArea .headBtn01:hover span::after {
  background-image: url(../images/common/item03@2x.png);
}
.bottomBtnArea .headBtn02 span {
  position: relative;
  padding-left: 25px;
}
.bottomBtnArea .headBtn02 span::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/item02@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 22px;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 520px) {
  .bottomBtnArea .headBtn02 span::after {
    bottom: -2px;
  }
}
.bottomBtnArea .headBtn02:hover {
  background-color: #fff;
  color: #00b7b7;
}
.bottomBtnArea .headBtn02:hover span::after {
  background-image: url(../images/common/item04@2x.png);
}

.link-area {
  position: fixed;
  bottom: 1%;
  z-index: 99;
  right: 5px;
}
@media screen and (max-width: 1024px) {
  .link-area {
    right: unset;
    left: 50%;
    bottom: 80px;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 520px) {
  .link-area {
    width: 90%;
  }
}
@media print {
  .link-area {
    display: none !important;
  }
}
.link-area .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .link-area .close {
    right: unset;
    left: 0px;
    top: -5px;
  }
}

.hidden {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.link-area > div {
  width: 200px;
  position: relative;
  right: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 1024px) {
  .link-area > div {
    width: 100%;
    right: unset;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

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

@media screen and (max-width: 1400px) {
  .spc__hide02 {
    display: none !important;
  }
}

@media print {
  footer {
    zoom: 60%;
  }
}

#footLink {
  z-index: 4;
  position: relative;
}
#footLink .Bg {
  background-image: url(../images/common/bg@2x.jpg);
  background-size: 50px;
  background-repeat: repeat;
  background-position: left;
  padding: 60px 0 35px;
}
@media screen and (max-width: 820px), print {
  #footLink .Bg {
    padding: 45px 0 25px;
  }
}
@media screen and (max-width: 520px) {
  #footLink .Bg {
    padding: 30px 0 15px;
  }
}
#footLink .linkArea {
  flex-wrap: wrap;
}
#footLink .linkArea .linkBtn {
  width: calc(33% - 15px);
  font-size: 0;
  margin-bottom: 25px;
}
#footLink .linkArea .linkBtn img {
  box-shadow: 2px 2px 3px rgba(102, 102, 102, 0.3);
  font-size: 0;
}
@media screen and (max-width: 820px), print {
  #footLink .linkArea .linkBtn {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 520px) {
  #footLink .linkArea .linkBtn {
    width: calc(50% - 5px);
    margin-bottom: 15px;
  }
}

.shareBorder {
  border-bottom: 1px solid #d3376b;
}

.shareArea {
  padding: 50px 0;
}
@media screen and (max-width: 1024px) {
  .shareArea {
    padding: 40px 0 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 820px), print {
  .shareArea {
    flex-wrap: wrap;
    max-width: 550px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 520px) {
  .shareArea {
    padding: 30px 0 10px;
  }
}
.shareArea .shareBtn {
  width: calc(25% - 20px);
  font-size: 0;
  text-align: center;
  transition: 0.2s;
}
@media screen and (max-width: 820px), print {
  .shareArea .shareBtn {
    width: calc(50% - 10px);
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 520px) {
  .shareArea .shareBtn {
    width: calc(50% - 5px);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 820px), print {
  .shareArea .shareBtn img {
    width: 100%;
  }
}
.shareArea .shareBtn:hover {
  opacity: 0.7;
  transition: 0.2s;
}

/*  footer  */
#footer .footerMain {
  width: 90%;
  padding: 120px 0 80px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  #footer .footerMain {
    padding: 60px 0 0;
  }
}
@media print {
  #footer .footerMain {
    padding: 60px 0 0;
  }
}
#footer .flexbox {
  margin: 0 auto 45px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
}
@media screen and (max-width: 1200px) {
  #footer .flexbox {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 820px), print {
  #footer .flexbox {
    align-items: center;
  }
}
@media print {
  #footer .flexbox {
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 30px;
  }
}
#footer .flexbox .button02 {
  width: 280px;
  padding: 16px;
  font-size: 16px;
}
@media screen and (max-width: 1200px) {
  #footer .flexbox .button02 {
    margin-top: 25px;
  }
}
#footer .flexbox .button02 span {
  position: relative;
  padding-left: 33px;
}
#footer .flexbox .button02 span::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/mapicon01@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 19px;
  height: 28px;
  left: 0;
  bottom: -2px;
}
@media screen and (max-width: 520px) {
  #footer .flexbox .button02 span::after {
    bottom: 0;
  }
}
#footer .flexbox .button02:hover {
  background-color: #d3376b;
  color: #fff;
}
#footer .flexbox .button02:hover span::after {
  background-image: url(../images/common/mapicon02@2x.png);
}
#footer .flexbox .button02::before {
  display: none;
}
#footer .flexbox .button02::after {
  display: none;
}
#footer .flexbox .button02:hover::before {
  display: none;
}
#footer .flexbox .button02:hover::after {
  display: none;
}
#footer .flexbox .button02 span {
  position: relative;
}
#footer .flexbox .logoArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 50px;
}
@media screen and (max-width: 820px), print {
  #footer .flexbox .logoArea {
    flex-direction: column;
    margin-right: 0;
    text-align: center;
  }
}
#footer .flexbox .logoArea .logo {
  display: block;
  font-size: 0;
  width: 340px;
}
@media screen and (max-width: 820px), print {
  #footer .flexbox .logoArea .logo {
    width: 225px;
  }
}
@media print {
  #footer .flexbox .logoArea .logo .spc__hide {
    display: none;
  }
}
#footer .flexbox .add {
  display: block;
  margin-left: 30px;
}
@media screen and (max-width: 820px), print {
  #footer .flexbox .add {
    margin-left: 0;
    margin-top: 10px;
  }
}
@media screen and (max-width: 520px) {
  #footer .flexbox .add {
    font-size: 13px;
  }
}
@media print {
  #footer .flexbox .add {
    margin-bottom: 30px;
  }
}
#footer .pageLinkFlex {
  display: flex;
}
#footer .pageLinkFlex .mainlink {
  margin-right: 60px;
}
#footer .pageLink {
  max-width: 1200px;
  margin: 0 auto;
  padding: 45px 0 35px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 1024px) {
  #footer .pageLink {
    padding: 30px 0 40px;
  }
}
@media print {
  #footer .pageLink {
    padding: 30px 0 40px;
  }
}
#footer .pageLink ul {
  display: flex;
  flex-wrap: wrap;
}
#footer .pageLink ul li {
  border-right: 1px solid #ccc;
  padding-right: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #footer .pageLink ul li {
    position: relative;
    border-right: none;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 20px;
  }
  #footer .pageLink ul li::after {
    content: "";
    border: 1px solid #ccc;
    width: 10px;
    height: 2px;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate(0, -50%);
    width: 10px;
  }
}
#footer .pageLink ul li:last-of-type {
  padding-right: 0;
  border-right: none;
}
#footer .pageLink .mainlink {
  font-size: 20px;
  margin-bottom: 20px;
}
#footer .pageLink .mainlink a {
  position: relative;
  padding-right: 10px;
}
#footer .pageLink .mainlink a::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-top: solid 1px #d3376b;
  border-right: solid 1px #d3376b;
  right: 0px;
  top: 50%;
  transform: rotate(45deg) translate(0, -50%);
}
#footer .solo .mainlink {
  margin-bottom: 15px;
}
#footer .last {
  padding: 35px 0;
}
#footer .last ul {
  margin-bottom: 25px;
  font-weight: 400;
}
#footer .last .bnrArea p {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  #footer .last .bnrArea p {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
#footer .last a {
  font-size: 14px;
}
#footer .last .bnrItem {
  display: flex;
}
@media screen and (max-width: 520px) {
  #footer .last .bnrItem {
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
#footer .last .bnrItem a {
  margin-right: 20px;
}
@media screen and (max-width: 520px) {
  #footer .last .bnrItem a {
    width: calc(50% - 3px);
    margin-right: 0;
  }
}
#footer .copyright {
  font-size: 12px;
  text-align: center;
  background-color: #d3376b;
  padding: 7px;
  color: #fff;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #footer .copyright {
    margin-bottom: 78px;
  }
}
@media screen and (max-width: 520px) {
  #footer .copyright {
    font-size: 10px;
  }
}

/** top 共通 ***********************************************************/
#top {
  background-image: url(../images/common/bg@2x.jpg);
  background-size: 50px;
  background-repeat: repeat;
  background-position: left;
  padding: 130px 0 65px;
}
@media screen and (max-width: 1250px) {
  #top {
    padding-top: 60px;
  }
}
@media screen and (max-width: 820px), print {
  #top {
    padding: 45px 0 20px;
  }
}
@media screen and (max-width: 520px) {
  #top {
    padding: 30px 0 15px;
  }
}
@media print {
  #top {
    zoom: 60%;
  }
}
#top .sticky {
  position: sticky;
  top: -20vw;
}
@media screen and (max-width: 1024px) {
  #top .sticky {
    top: -20vh;
  }
}
@media screen and (max-width: 820px), print {
  #top .sticky {
    top: -25vh;
  }
}
@media screen and (max-width: 520px) {
  #top .sticky {
    top: -70vh;
  }
}
@media print {
  #top .sticky {
    position: relative;
    z-index: 1 !important;
    top: 0 !important;
  }
}
#top .sticky2 {
  position: sticky;
  top: -20vw;
}
@media screen and (max-width: 1024px) {
  #top .sticky2 {
    top: -20vh;
  }
}
@media screen and (max-width: 820px), print {
  #top .sticky2 {
    top: -10vh;
  }
}
@media screen and (max-width: 520px) {
  #top .sticky2 {
    top: -30vh;
  }
}
@media print {
  #top .sticky2 {
    position: relative;
    z-index: 1 !important;
    top: 0 !important;
  }
}

/** topFv ***********************************************************/
.topFvBox {
  transform: translate(0, -50%);
  top: 180px;
  right: 60px;
  position: absolute;
}
@media screen and (max-width: 1200px) {
  .topFvBox {
    top: 120px;
    right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .topFvBox {
    top: 90px;
  }
}
@media screen and (max-width: 820px), print {
  .topFvBox {
    top: 150px;
    right: unset;
    left: 30px;
  }
}
@media screen and (max-width: 520px) {
  .topFvBox {
    top: 110px;
    left: 20px;
  }
}
.topFvBox .topFvTitle {
  font-size: clamp(12px, 4vw, 48px);
  font-weight: 500;
  margin-bottom: -30px;
}
@media screen and (max-width: 1024px) {
  .topFvBox .topFvTitle {
    font-size: clamp(12px, 3vw, 48px);
  }
}
@media screen and (max-width: 820px), print {
  .topFvBox .topFvTitle {
    font-size: clamp(12px, 5vw, 48px);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 520px) {
  .topFvBox .topFvTitle {
    font-size: 25px;
  }
}
.topFvBox .topFvTitle span {
  background-color: #d3376b;
  display: inline-block;
  color: #fff;
  padding: 10px 0 10px 25px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px), print {
  .topFvBox .topFvTitle span {
    line-height: 1.2;
  }
}
@media screen and (max-width: 520px) {
  .topFvBox .topFvTitle span {
    margin-bottom: 10px;
    padding: 10px 0 10px 15px;
  }
}

#topFv {
  position: relative;
}
#topFv .floatBnr {
  position: absolute;
  bottom: 30px;
  right: 30px;
  max-width: 376px;
}
@media screen and (max-width: 1500px) {
  #topFv .floatBnr {
    bottom: -10px;
    right: 10px;
  }
}
@media screen and (max-width: 1400px) {
  #topFv .floatBnr img {
    width: 300px;
  }
}
@media screen and (max-width: 900px) {
  #topFv .floatBnr img {
    width: 250px;
  }
}
@media screen and (max-width: 820px), print {
  #topFv .floatBnr img {
    width: 300px;
    bottom: 10px;
  }
}

/** topEs ***********************************************************/
#topEs .EsFlex {
  flex-wrap: wrap;
}
#topEs .EsItem {
  border-radius: 10px;
  width: calc(33% - 15px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  #topEs .EsItem {
    width: calc(50% - 15px);
    margin-top: 30px;
  }
}
@media screen and (max-width: 820px), print {
  #topEs .EsItem {
    width: calc(50% - 15px);
    margin-top: 30px;
  }
}
@media screen and (max-width: 660px) {
  #topEs .EsItem {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
  }
}
@media screen and (max-width: 520px) {
  #topEs .EsItem {
    border-radius: 6px;
  }
}
@media screen and (max-width: 1024px) {
  #topEs .dummy {
    margin-top: 0;
  }
}
@media screen and (max-width: 820px), print {
  #topEs .dummy {
    margin-top: 0;
  }
}
#topEs .thumb {
  background-position: center;
  background-size: cover;
  padding-top: 70.48%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 660px) {
  #topEs .thumb {
    padding-top: unset;
    height: 100%;
  }
}
@media screen and (max-width: 660px) {
  #topEs .thumb {
    width: 100%;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
}
@media screen and (max-width: 520px) {
  #topEs .thumb {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
  }
}
#topEs .thumb_area {
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media screen and (max-width: 660px) {
  #topEs .thumb_area {
    width: 100%;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
  }
}
@media screen and (max-width: 520px) {
  #topEs .thumb_area {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    max-width: 140px;
  }
}
#topEs .no-image {
  background-image: url(../images/top/no-image@2x.jpg);
}
#topEs .event-textArea {
  padding: 25px;
}
@media screen and (max-width: 660px) {
  #topEs .event-textArea {
    width: 100%;
    padding: 16px;
    max-width: 200px;
  }
}
@media screen and (max-width: 520px) {
  #topEs .event-textArea {
    max-width: 100%;
  }
}
#topEs .event-title {
  background-color: #fff;
  color: #d3376b;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 10px;
  line-height: 1.2;
}
@media screen and (max-width: 1150px) {
  #topEs .event-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 660px) {
  #topEs .event-title {
    font-size: 17px;
    padding: 3px 5px;
  }
}
@media screen and (max-width: 520px) {
  #topEs .event-title {
    font-size: 18px;
  }
}
#topEs .event-date {
  color: #fff;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 660px) {
  #topEs .event-date {
    margin-bottom: 10px;
  }
}
#topEs .event-date .event-year {
  font-size: 27px;
}
@media screen and (max-width: 660px) {
  #topEs .event-date .event-year {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  #topEs .event-date .event-year {
    font-size: 13px;
  }
}
#topEs .event-date .event-month-day {
  font-size: 60px;
  line-height: 1;
  padding-right: 10px;
}
@media screen and (max-width: 660px) {
  #topEs .event-date .event-month-day {
    font-size: 40px;
  }
}
@media screen and (max-width: 520px) {
  #topEs .event-date .event-month-day {
    font-size: 30px;
  }
}
#topEs .event-date .event-weekday {
  font-size: 22px;
  background-color: #fff;
  color: #d3376b;
  border-radius: 50%;
  padding: 1px 7px 0;
  position: absolute;
  bottom: 8px;
}
@media screen and (max-width: 660px) {
  #topEs .event-date .event-weekday {
    font-size: 13px;
    padding: 0px 3px 0 4px;
    margin-left: -5px;
  }
}
@media screen and (max-width: 520px) {
  #topEs .event-date .event-weekday {
    bottom: 3px;
  }
}
#topEs .event-text {
  color: #fff;
  display: block;
  letter-spacing: -0.01em;
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  #topEs .event-text {
    font-size: 13px;
  }
}
#topEs .red {
  background-color: #d3376b;
}
#topEs .green {
  background-color: #00b7b7;
}
#topEs .green .event-title {
  color: #00b7b7;
}
#topEs .green .event-weekday {
  color: #00b7b7;
}
#topEs .purple {
  background-color: #8255bc;
}
#topEs .purple .event-title {
  color: #8255bc;
}
#topEs .purple .event-weekday {
  color: #8255bc;
}

/** NewsArea ***********************************************************/
#topNews .category__list {
  width: calc(100% - 110px) !important;
}
@media screen and (max-width: 520px) {
  #topNews .category__list {
    width: 100% !important;
    margin-top: 10px;
  }
}
#topNews #NewsArea {
  position: relative;
  z-index: 1;
}
#topNews #NewsArea .no-text {
  margin-bottom: 30px;
}
#topNews #NewsArea ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 55px;
}
@media screen and (max-width: 520px) {
  #topNews #NewsArea ul {
    margin-bottom: 25px;
  }
}
#topNews #NewsArea .newsList {
  width: calc(50% - 20px);
}
@media screen and (max-width: 1050px) {
  #topNews #NewsArea .newsList .newsListItem {
    min-height: 160px;
  }
}
@media screen and (max-width: 820px), print {
  #topNews #NewsArea .newsList .newsListItem {
    min-height: unset;
  }
}
@media screen and (max-width: 820px), print {
  #topNews #NewsArea .newsList {
    width: 100%;
  }
}
#topNews #NewsArea .newsList .newsinner {
  width: calc(100% - 125px);
}
#topNews #NewsArea .newsList .thumb_area {
  width: 100px;
}
#topNews #NewsArea .newsList .newsItemHead {
  flex-wrap: wrap;
}
@media screen and (max-width: 820px), print {
  #topNews #NewsArea .newsList .newsItemHead {
    display: flex;
    flex-direction: unset;
    align-items: center;
  }
}
#topNews #NewsArea .newsList a {
  padding: 20px;
  border: unset;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 820px), print {
  #topNews #NewsArea .newsList a {
    border-top: unset;
  }
}
#topNews #NewsArea .newsList a::before {
  display: none;
}
#topNews #NewsArea .newsList:first-of-type {
  border-top: unset !important;
}
@media screen and (max-width: 820px), print {
  #topNews #NewsArea .newsList:first-of-type {
    border-top: 1px solid #ccc !important;
  }
}
#topNews #NewsArea .newsList:nth-child(3n) a {
  border-top: unset;
}
#topNews #NewsArea .newsList:nth-child(4n) a {
  border-top: unset;
}
#topNews #NewsArea .newsList .newsItemTitle {
  font-size: 18px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 行数を2行に制限 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em; /* 2行分の高さ（1.5em × 2） */
}
@media screen and (max-width: 520px) {
  #topNews #NewsArea .newsList .newsItemTitle {
    font-size: 16px;
  }
}

.tab {
  display: flex;
  flex-direction: column;
}
.tab input[type=radio] {
  display: none;
}
.tab .tab_area {
  display: flex;
  flex-wrap: wrap;
}
.tab .tab_area label {
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: block;
  background-color: #f0f0f0;
  padding: 5px 20px;
  border-radius: 17px;
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  .tab .tab_area label {
    padding: 5px 10px;
  }
}
.tab .tab_panel {
  display: none;
  animation: fadeIn 0.3s ease-in-out;
}
.tab #tab1:checked ~ #panel1,
.tab #tab2:checked ~ #panel2,
.tab #tab3:checked ~ #panel3,
.tab #tab4:checked ~ #panel4,
.tab #tab5:checked ~ #panel5,
.tab #tab6:checked ~ #panel6 {
  display: block;
}
.tab #tab1:checked ~ .catecontent .tab1_label,
.tab #tab2:checked ~ .catecontent .tab2_label,
.tab #tab3:checked ~ .catecontent .tab3_label,
.tab #tab4:checked ~ .catecontent .tab4_label,
.tab #tab5:checked ~ .catecontent .tab5_label,
.tab #tab6:checked ~ .catecontent .tab6_label {
  background-color: #00b7b7;
  color: #fff;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/** pickup ***********************************************************/
#topPickup {
  position: relative;
  z-index: 2;
}
#topPickup .pickupBg {
  padding: 120px 0 190px;
  background-color: #fff8fc;
  border-radius: 40px 40px 0 0;
  box-shadow: 0px -8px 10px rgba(155, 155, 155, 0.2);
}
@media screen and (max-width: 1024px) {
  #topPickup .pickupBg {
    border-top: unset;
    padding: 90px 0 130px;
  }
}
@media screen and (max-width: 820px), print {
  #topPickup .pickupBg {
    border-top: unset;
    padding: 60px 0 130px;
  }
}
@media screen and (max-width: 520px) {
  #topPickup .pickupBg {
    padding: 45px 0 90px;
    border-radius: 30px 30px 0 0;
  }
}
#topPickup .gallery-slide li {
  padding: 0 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #topPickup .gallery-slide li {
    margin-bottom: 15px;
  }
}
#topPickup .gallery-slide img {
  box-shadow: 2px 5px 5px rgba(155, 155, 155, 0.2);
  width: 100%;
}
#topPickup .gallery-slide p {
  text-align: end;
  padding-right: 90px;
  padding-top: 20px;
  font-size: 16px;
}
@media screen and (max-width: 520px) {
  #topPickup .gallery-slide p {
    font-size: 16px;
  }
}
#topPickup .gallery-slide p span {
  position: relative;
}
#topPickup .gallery-slide p span::after {
  position: absolute;
  content: "";
  border: 1px solid #ccc;
  width: 70px;
  height: 1px;
  top: 50%;
  transform: translate(0, -50%);
  z-index: -1;
  margin-left: 15px;
}
#topPickup .slick-dots {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  #topPickup .slick-dots {
    bottom: -70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #topPickup .slick-dots {
    bottom: -50px;
  }
}
#topPickup .slick-dots li {
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  #topPickup .slick-dots li {
    padding: 0 5px;
  }
}
#topPickup .slick-dots li button {
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 7px;
  height: 7px;
  padding: 5px;
  cursor: pointer;
  color: #ccc;
  border: 0;
  outline: none;
  background: #ccc;
}
#topPickup .slick-dots .slick-active button {
  color: #00b7b7;
  background: #00b7b7;
}
#topPickup .recruit-sub {
  font-size: 16px;
}
#topPickup .slick-list {
  position: relative;
}
#topPickup .slick-prev {
  position: absolute;
  top: 100%;
  right: calc(100% - 46.9vw);
  font-size: 0;
  transform: translate(-50%, -50%);
  z-index: 999;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  #topPickup .slick-prev {
    right: calc(100% - 43.9vw);
  }
}
@media screen and (max-width: 520px) {
  #topPickup .slick-prev {
    right: calc(100% - 37.9vw);
    margin-top: 0;
  }
}
#topPickup .slick-prev::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/arw_sn@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
  height: 40px;
  opacity: 1;
}
#topPickup .slick-next {
  position: absolute;
  top: 100%;
  left: calc(100% - 48.4vw);
  font-size: 0;
  margin-top: 10px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  #topPickup .slick-next {
    left: calc(100% - 46.9vw);
  }
}
@media screen and (max-width: 520px) {
  #topPickup .slick-next {
    left: calc(100% - 45vw);
    margin-top: 0;
  }
}
#topPickup .slick-next::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/arw_sp@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 40px;
  height: 40px;
  opacity: 1;
}

#topCount {
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 520px) {
  #topCount {
    margin-top: -20px;
    padding-top: 20px;
  }
}
#topCount .Bg02 {
  padding: 190px 0 210px;
  border-radius: 40px 40px 0 0;
  box-shadow: 0px -8px 10px rgba(155, 155, 155, 0.2);
}
@media screen and (max-width: 1024px) {
  #topCount .Bg02 {
    padding: 130px 0;
  }
}
@media screen and (max-width: 820px), print {
  #topCount .Bg02 {
    padding: 90px 0;
  }
}
@media screen and (max-width: 520px) {
  #topCount .Bg02 {
    padding: 60px 0;
    border-radius: 30px 30px 0 0;
  }
}
#topCount .CountImgFlex {
  padding-bottom: 25px;
  align-items: center;
}
@media screen and (max-width: 1150px) {
  #topCount .CountImgFlex {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 820px), print {
  #topCount .CountImgFlex {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
}
#topCount .CountImgFlex .CountTitle {
  font-weight: 500;
}
#topCount .CountImgFlex .CountTitle .big {
  font-weight: bold;
}
#topCount .CountImgFlex .CountTextarea {
  width: 700px;
  padding-right: 60px;
  padding-left: 60px;
}
@media screen and (max-width: 1150px) {
  #topCount .CountImgFlex .CountTextarea {
    width: unset;
  }
}
@media screen and (max-width: 820px), print {
  #topCount .CountImgFlex .CountTextarea {
    width: unset;
    padding-left: 30px;
  }
}
@media screen and (max-width: 520px) {
  #topCount .CountImgFlex .CountTextarea {
    padding-right: 0;
  }
}
#topCount .CountImgFlex .CountImg {
  margin-bottom: 30px;
}
@media screen and (max-width: 1400px) {
  #topCount .CountImgFlex .CountImg {
    max-width: 400px;
  }
}
@media screen and (max-width: 1250px) {
  #topCount .CountImgFlex .CountImg {
    max-width: 300px;
  }
}
@media screen and (max-width: 1150px) {
  #topCount .CountImgFlex .CountImg {
    margin-top: 15px;
    max-width: unset;
  }
}
@media screen and (max-width: 1024px) {
  #topCount .CountImgFlex .CountImg {
    width: 90%;
    text-align: center;
  }
}
@media screen and (max-width: 820px), print {
  #topCount .CountImgFlex .CountImg {
    margin-top: 15px;
    max-width: unset;
  }
}
@media screen and (max-width: 820px), print {
  #topCount .CountImgFlex .CountText {
    margin-bottom: 20px;
  }
}
#topCount .CountTitle {
  color: #fff;
  position: relative;
  line-height: 1;
  margin-bottom: 40px;
  font-size: 80px;
}
@media screen and (max-width: 1400px) {
  #topCount .CountTitle {
    font-size: 60px;
  }
}
@media screen and (max-width: 520px) {
  #topCount .CountTitle {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
#topCount .CountTitle .big {
  font-size: 95px;
}
@media screen and (max-width: 1024px) {
  #topCount .CountTitle .big {
    font-size: 80px;
  }
}
@media screen and (max-width: 520px) {
  #topCount .CountTitle .big {
    font-size: 50px;
  }
}
#topCount .CountTitle .middle {
  font-size: 65px;
}
@media screen and (max-width: 520px) {
  #topCount .CountTitle .middle {
    font-size: 40px;
  }
}
#topCount .CountTitle .middle02 {
  font-size: 95px;
}
@media screen and (max-width: 520px) {
  #topCount .CountTitle .middle02 {
    font-size: 50px;
  }
}
#topCount .CountTitle .fs70 {
  font-size: 62px;
}
@media screen and (max-width: 520px) {
  #topCount .CountTitle .fs70 {
    font-size: 35px;
  }
}
#topCount .CountTitle .small {
  font-size: 40px;
}
@media screen and (max-width: 520px) {
  #topCount .CountTitle .small {
    font-size: 32px;
  }
}
#topCount .CountTitle::after {
  position: absolute;
  content: "#";
  font-size: 105px;
  left: -60px;
  top: 0;
}
@media screen and (max-width: 1024px) {
  #topCount .CountTitle::after {
    font-size: 80px;
  }
}
@media screen and (max-width: 820px), print {
  #topCount .CountTitle::after {
    left: -50px;
  }
}
@media screen and (max-width: 520px) {
  #topCount .CountTitle::after {
    font-size: 50px;
    left: -33px;
  }
}
#topCount .CountText {
  color: #fff;
  font-weight: 400;
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 1024px) {
  #topCount .CountText {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 520px) {
  #topCount .CountText {
    font-size: 16px;
  }
}
#topCount .CountBoxarea {
  display: flex;
  margin-bottom: 20px;
}
#topCount .CountBoxarea p {
  display: inline-block;
  padding: 7px 20px 10px;
  background-color: #fff;
  color: #d3376b;
  margin-right: 20px;
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  #topCount .CountBoxarea p {
    margin-right: 10px;
    padding: 5px;
    font-size: 15px;
  }
}
#topCount .CountFlex div {
  width: calc(50% - 10px);
}
#topCount .CountTitleonly {
  margin-top: 130px;
  padding-left: 60px;
}
@media screen and (max-width: 820px), print {
  #topCount .CountTitleonly {
    margin-top: 100px;
    padding-left: 30px;
  }
}
@media screen and (max-width: 520px) {
  #topCount .CountTitleonly {
    margin-top: 70px;
  }
}
#topCount .CountTitleonly::after {
  left: 0;
}
@media screen and (max-width: 820px), print {
  #topCount .CountTitleonly::after {
    left: -20px;
  }
}
@media screen and (max-width: 520px) {
  #topCount .CountTitleonly::after {
    left: -5px;
  }
}
#topCount .CountFlex02 {
  padding-left: 60px;
  margin-bottom: 50px;
  align-items: end;
  margin-top: -50px;
}
@media screen and (max-width: 1024px) {
  #topCount .CountFlex02 {
    flex-direction: column;
    margin-bottom: 30px;
    margin-top: -30px;
  }
}
@media screen and (max-width: 820px), print {
  #topCount .CountFlex02 {
    flex-direction: column;
    margin-bottom: 30px;
    padding-left: 30px;
  }
}
#topCount .CountFlex02 .CountText {
  width: calc(100% - 590px);
}
@media screen and (max-width: 1600px) {
  #topCount .CountFlex02 .CountText {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 1400px) {
  #topCount .CountFlex02 .CountText {
    width: calc(100% - 440px);
  }
}
@media screen and (max-width: 1024px) {
  #topCount .CountFlex02 .CountText {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 820px), print {
  #topCount .CountFlex02 .CountText {
    width: 100%;
  }
}
#topCount .CountNoArea {
  align-items: end;
}
@media screen and (max-width: 1024px) {
  #topCount .CountNoArea {
    width: unset;
    margin: 0 auto 30px 0;
  }
}
@media screen and (max-width: 820px), print {
  #topCount .CountNoArea {
    width: unset;
    margin: 0 auto 30px 0;
  }
}
@media screen and (max-width: 520px) {
  #topCount .CountNoArea {
    text-align: start;
  }
}
#topCount .CountNoText {
  color: #fff;
  font-size: 2.604vw;
  line-height: 1;
  padding-bottom: 14px;
  font-weight: bold;
}
@media screen and (max-width: 820px), print {
  #topCount .CountNoText {
    font-size: 30px;
  }
}
@media screen and (max-width: 520px) {
  #topCount .CountNoText {
    margin-top: -20px;
    font-size: 4.604vw;
  }
}
#topCount .CountNoText span {
  font-size: 5.208vw;
}
@media screen and (max-width: 1024px) {
  #topCount .CountNoText span {
    font-size: 7.208vw;
  }
}
@media screen and (max-width: 820px), print {
  #topCount .CountNoText span {
    font-size: 63px;
  }
}
#topCount .CountNumber span {
  font-size: 15.625vw;
  line-height: 1;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 1921px) {
  #topCount .CountNumber span {
    font-size: 300px;
  }
}
@media screen and (max-width: 1400px) {
  #topCount .CountNumber span {
    font-size: 250px;
  }
}
@media screen and (max-width: 820px), print {
  #topCount .CountNumber span {
    font-size: 250px;
  }
}
@media screen and (max-width: 540px) {
  #topCount .CountNumber span {
    font-size: 160px;
  }
}
#topCount .CountNumber .per {
  position: relative;
  bottom: -37px;
}
@media screen and (max-width: 520px) {
  #topCount .CountNumber .per {
    bottom: -24px;
  }
}
@media screen and (max-width: 520px) {
  #topCount .CountNumber .per img {
    width: 55px;
  }
}
#topCount .CountFlex03 {
  margin-top: 100px;
}
@media screen and (max-width: 1250px) {
  #topCount .CountFlex03 {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) {
  #topCount .CountFlex03 {
    margin-top: 55px;
  }
}
#topCount .CountFlex03 .CountTitle {
  line-height: 1.3;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 520px) {
  #topCount .CountFlex03 .CountTitle {
    margin-bottom: 50px;
  }
}
#topCount .CountFlex03 .CountTitle::after {
  position: absolute;
  content: "#";
  font-size: 80px;
}
@media screen and (max-width: 1250px) {
  #topCount .CountFlex03 .CountTitle::after {
    left: -60px;
    top: -15px;
  }
}
@media screen and (max-width: 820px), print {
  #topCount .CountFlex03 .CountTitle::after {
    left: -52px;
    font-size: 80px;
  }
}
@media screen and (max-width: 520px) {
  #topCount .CountFlex03 .CountTitle::after {
    font-size: 50px;
    left: -35px;
    top: -7px;
  }
}
#topCount .CountFlex03 .CountNumber span {
  letter-spacing: -0.06em;
  font-size: 13.854vw;
}
@media screen and (min-width: 1920px) {
  #topCount .CountFlex03 .CountNumber span {
    font-size: 266px;
  }
}
@media screen and (max-width: 1250px) {
  #topCount .CountFlex03 .CountNumber span {
    font-size: 266px;
  }
}
@media screen and (max-width: 820px), print {
  #topCount .CountFlex03 .CountNumber span {
    font-size: 266px;
  }
}
@media screen and (max-width: 540px) {
  #topCount .CountFlex03 .CountNumber span {
    font-size: 160px;
  }
}
#topCount .CountBlockFlex {
  align-items: center;
  text-align: left;
  margin-top: -60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1150px) {
  #topCount .CountBlockFlex {
    margin-right: 40px;
  }
}
@media screen and (max-width: 820px), print {
  #topCount .CountBlockFlex {
    width: 100%;
  }
}
#topCount .CountBlockFlex .left {
  font-size: 36px;
  width: 36px;
  color: #fff;
  line-height: 1;
  margin-top: 30px;
  margin-right: 15px;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  #topCount .CountBlockFlex .left {
    font-size: 23px;
    width: 23px;
    margin-top: 32px;
    margin-right: 15px;
    margin-left: 0;
  }
}
#topCount .CountBlockFlex .CountNumber {
  letter-spacing: -0.05em;
}
#topCount .CountBlock {
  width: calc(51% - 45px);
  padding-left: 60px;
}
@media screen and (max-width: 1250px) {
  #topCount .CountBlock {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 820px), print {
  #topCount .CountBlock {
    padding-left: 30px;
  }
}
@media screen and (max-width: 520px) {
  #topCount .CountBlock {
    margin-top: 10px;
  }
}
#topCount .CountBlock02 {
  margin-top: 60px;
  margin-left: 60px;
}
@media screen and (max-width: 820px), print {
  #topCount .CountBlock02 {
    margin-top: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 520px) {
  #topCount .CountBlock02 {
    margin-top: 0;
  }
}
@media screen and (max-width: 520px) {
  #topCount .CountBlock02 .CountBlockFlex {
    margin-top: -30px;
    margin-bottom: 0px;
  }
}
#topCount .CountBlock02 .CountTitle::after {
  position: absolute;
  content: "#";
  font-size: 80px;
}
@media screen and (max-width: 1400px) {
  #topCount .CountBlock02 .CountTitle::after {
    font-size: 60px;
    left: -40px;
  }
}
@media screen and (max-width: 1024px) {
  #topCount .CountBlock02 .CountTitle::after {
    font-size: 80px;
    left: -55px;
    top: -15px;
  }
}
@media screen and (max-width: 520px) {
  #topCount .CountBlock02 .CountTitle::after {
    font-size: 45px;
    left: -30px;
    top: -5px;
  }
}
#topCount .CountBlock02 .CountNumber span {
  font-size: 13.854vw;
}
@media screen and (min-width: 1920px) {
  #topCount .CountBlock02 .CountNumber span {
    font-size: 266px;
  }
}
@media screen and (max-width: 1250px) {
  #topCount .CountBlock02 .CountNumber span {
    font-size: 266px;
  }
}
@media screen and (max-width: 820px), print {
  #topCount .CountBlock02 .CountNumber span {
    font-size: 266px;
  }
}
@media screen and (max-width: 660px) {
  #topCount .CountBlock02 .CountNumber span {
    font-size: 160px;
  }
}
#topCount .CountBlock02 .CountText {
  width: calc(100% - 450px);
}
@media screen and (max-width: 1250px) {
  #topCount .CountBlock02 .CountText {
    width: 100%;
  }
}
#topCount .CountBlockFlex02 {
  margin-bottom: 45px;
}
@media screen and (max-width: 1250px) {
  #topCount .CountBlockFlex02 {
    flex-direction: column;
  }
}
@media screen and (max-width: 660px) {
  #topCount .CountBlockFlex02 {
    margin-bottom: 25px;
  }
}
#topCount .CountBlockFlex02 .leftArea {
  padding-right: 60px;
}
#topCount .CountBlockFlex02 .CountText {
  margin-top: 20px;
}
@media screen and (max-width: 1350px) {
  #topCount .CountFlex04 {
    flex-direction: column;
  }
}
@media screen and (max-width: 520px) {
  #topCount .CountFlex04 {
    margin-top: 0;
  }
}
@media screen and (max-width: 1350px) {
  #topCount .CountFlex04 .CountBlock {
    width: 100%;
    margin-bottom: 45px;
  }
}
#topCount .CountFlex04 .CountTitle02 {
  font-size: 80px;
  letter-spacing: 0.01em;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #topCount .CountFlex04 .CountTitle02 {
    font-size: 72px;
  }
}
@media screen and (max-width: 520px) {
  #topCount .CountFlex04 .CountTitle02 {
    font-size: 36px;
  }
  #topCount .CountFlex04 .CountTitle02 .small {
    font-size: 27px;
  }
}
#topCount .CountFlex04 .CountTitle02::after {
  position: absolute;
  content: "#";
  font-size: 80px;
  left: -60px;
  top: -4px;
}
@media screen and (max-width: 820px), print {
  #topCount .CountFlex04 .CountTitle02::after {
    left: -52px;
  }
}
@media screen and (max-width: 520px) {
  #topCount .CountFlex04 .CountTitle02::after {
    left: -35px;
    font-size: 50px;
    top: 0px;
  }
}
#topCount .CountFlex04 .CountBlock03 .CountTitle02 {
  margin-bottom: 39px;
}
@media screen and (max-width: 520px) {
  #topCount .CountFlex04 .CountBlock03 .CountTitle02 {
    margin-bottom: 22px;
  }
}
#topCount .CountFlex04 .CountBlock03 .CountTitle02::after {
  top: -16px;
}

/** topStudy ***********************************************************/
#topStudy {
  position: relative;
  z-index: 3;
  background-image: url(../images/common/bg@2x.jpg);
  background-size: 50px;
  background-repeat: repeat;
  background-position: left;
  padding: 120px 0 140px;
}
@media screen and (max-width: 820px), print {
  #topStudy {
    padding: 90px 0 120px;
  }
}
@media screen and (max-width: 520px) {
  #topStudy {
    padding: 60px 0 70px;
  }
}
#topStudy .studyWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
@media screen and (max-width: 520px) {
  #topStudy .studyWrap {
    margin-bottom: 0;
  }
}
#topStudy .studyWrap .studyWrapInner {
  margin: 0 0 25px;
  padding: 25px 8px 30px;
  background-color: #d3376b;
  text-align: center;
  width: calc(33% - 13px);
  position: relative;
}
@media screen and (max-width: 1024px) {
  #topStudy .studyWrap .studyWrapInner {
    padding: 25px 21px 40px;
  }
}
@media screen and (max-width: 820px), print {
  #topStudy .studyWrap .studyWrapInner {
    margin: 0 0 28px;
    padding: 25px 21px 40px;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 520px) {
  #topStudy .studyWrap .studyWrapInner {
    width: 100%;
  }
}
#topStudy .studyWrap .studyWrapInner::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/arrow_wh@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  right: 10px;
  bottom: 10px;
}
#topStudy .studyWrap .studyWrapInner h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 600;
  margin: -5px 0 12px;
}
@media screen and (max-width: 820px), print {
  #topStudy .studyWrap .studyWrapInner h4 {
    font-size: 22px;
  }
}
#topStudy .studyWrap .studyWrapInner p {
  color: #fff;
  max-width: 240px;
  font-weight: 400;
  margin: 0 auto;
  text-align: left;
}
@media screen and (max-width: 820px), print {
  #topStudy .studyWrap .studyWrapInner p {
    max-width: 500px;
  }
}
@media screen and (max-width: 520px) {
  #topStudy .studyWrap .studyWrapInner p {
    max-width: 90%;
  }
}
#topStudy .studyWrap .studyWrapInner .arrowWrap {
  display: flex;
  justify-content: flex-end;
  padding: 12px 8px 0 0;
  width: 100%;
}
#topStudy .studyWrap .studyWrapInner a {
  display: block;
}
#topStudy .button02 {
  margin: 0 auto;
}

#topCL {
  position: relative;
  z-index: 3;
  background-image: url(../images/common/bg@2x.jpg);
  background-size: 50px;
  background-repeat: repeat;
  background-position: left;
}
#topCL .box02 {
  padding: 30px 0 0;
  position: relative;
}
#topCL .box02 .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
#topCL .box02 .scroll-infinity__wrap .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: max-content;
  animation: infinity-scroll-left 80s linear infinite;
}
#topCL .box02 .scroll-infinity__wrap .scroll-infinity__item {
  flex-shrink: 0;
  width: 100vw;
}
@media screen and (max-width: 1800px) {
  #topCL .box02 .scroll-infinity__wrap .scroll-infinity__item {
    width: 110vw;
  }
}
@media screen and (max-width: 1600px) {
  #topCL .box02 .scroll-infinity__wrap .scroll-infinity__item {
    width: 120vw;
  }
}
@media screen and (max-width: 1400px) {
  #topCL .box02 .scroll-infinity__wrap .scroll-infinity__item {
    width: 140vw;
  }
}
@media screen and (max-width: 1200px) {
  #topCL .box02 .scroll-infinity__wrap .scroll-infinity__item {
    width: 160vw;
  }
}
@media screen and (max-width: 1024px) {
  #topCL .box02 .scroll-infinity__wrap .scroll-infinity__item {
    width: 100vw;
  }
}
@media screen and (max-width: 820px), print {
  #topCL .box02 .scroll-infinity__wrap .scroll-infinity__item {
    width: 130vw;
  }
}
@media screen and (max-width: 520px) {
  #topCL .box02 .scroll-infinity__wrap .scroll-infinity__item {
    width: 220vw;
  }
}
#topCL .box02 .scroll-infinity__wrap .scroll-infinity__item > img {
  width: 100%;
  display: block;
}
#topCL .detailbox {
  width: calc(100% - 390px);
  height: 100%;
  max-width: 1200px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #topCL .detailbox {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}
@media print {
  #topCL .detailbox {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
}
#topCL .detailbox .detail {
  width: 600px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-image: url(../images/common/bg02@2x.png);
  background-size: 72px;
  background-repeat: repeat;
  background-position: left;
  background-color: #d3376b;
  padding: 120px 60px;
}
@media screen and (max-width: 1600px) {
  #topCL .detailbox .detail {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 1024px) {
  #topCL .detailbox .detail {
    padding: 60px 60px 120px;
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 820px), print {
  #topCL .detailbox .detail {
    padding: 60px 60px 120px;
    position: relative;
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #topCL .detailbox .detail {
    padding: 30px 30px 120px;
  }
}
#topCL .detailbox .detail::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/eol@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 519px;
  height: 118px;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  #topCL .detailbox .detail::after {
    right: 5px;
    bottom: 5px;
  }
}
@media screen and (max-width: 600px) {
  #topCL .detailbox .detail::after {
    width: 319px;
    height: 88px;
  }
}
#topCL .detailbox .detail .secText {
  color: #fff;
  line-height: 2;
}
#topCL .detailbox .detail .arrow {
  display: block;
  height: 30px;
  position: absolute;
  top: 0;
  right: -19px;
}
@media screen and (max-width: 1024px) {
  #topCL .detailbox .detail .arrow {
    display: none;
  }
}
#topCL .detailbox .subTitle {
  color: #fff;
  position: relative;
  font-size: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #topCL .detailbox .subTitle {
    font-size: 30px;
  }
}
#topCL .detailbox .subTitle span {
  color: #fff;
  font-size: 33px;
}
@media screen and (max-width: 600px) {
  #topCL .detailbox .subTitle span {
    font-size: 23px;
  }
}
#topCL .detailbox .button02 {
  margin: 55px auto 0;
}
@media screen and (max-width: 1024px) {
  #topCL .detailbox .button02 {
    margin: 45px auto 0;
  }
}
@media screen and (max-width: 820px), print {
  #topCL .detailbox .button02 {
    margin: 30px auto 0;
  }
}

#topSNS {
  position: relative;
  z-index: 3;
  padding: 100px 0 120px;
  background-image: url(../images/common/bg@2x.jpg);
  background-size: 50px;
  background-repeat: repeat;
  background-position: left;
}
@media screen and (max-width: 820px), print {
  #topSNS {
    padding: 100px 0 70px;
  }
}
@media screen and (max-width: 520px) {
  #topSNS {
    padding: 60px 0 60px;
  }
}
#topSNS::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/bg02@2x.png);
  background-size: 72px;
  background-repeat: repeat;
  background-position: left;
  background-color: #d3376b;
  width: 100%;
  height: 300px;
  bottom: 0;
}
@media screen and (max-width: 520px) {
  #topSNS::before {
    height: 730px;
  }
}
#topSNS .wrapper {
  position: relative;
  z-index: 2;
}
#topSNS .flex-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 520px) {
  #topSNS .flex-box {
    flex-direction: column;
  }
}
#topSNS .flex-box .snsArea {
  width: 47%;
}
@media screen and (max-width: 520px) {
  #topSNS .flex-box .snsArea {
    width: 100%;
  }
}
#topSNS .flex-box .snsArea .area_ttl {
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
#topSNS .flex-box .snsArea .area_ttl span {
  font-size: 34px;
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  #topSNS .flex-box .snsArea .area_ttl .outfit02 {
    color: #fff;
  }
}
@media screen and (max-width: 520px) {
  #topSNS .insta-area {
    margin-bottom: 30px;
  }
}
#topSNS .btn {
  text-align: center;
}
#topSNS .button03 {
  color: #fff;
  display: inline-block;
  margin-top: 30px;
}
#topSNS .button03 span {
  position: relative;
  border-bottom: 1px solid #fff;
  padding-right: 20px;
}
#topSNS .button03 span:after {
  background-image: url(../images/top/dl01@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  display: block;
  height: 18px;
  transition: all 0.2s;
  width: 18px;
  right: -1px;
  top: 50%;
  transform: translate(0, -50%);
}

.instaArea {
  padding: 0 10px;
  background-color: #fff;
  position: relative;
}

.fbArea {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
/** news ***********************************************************/
#NewsArea .bg,
#news_detail .bg {
  background-image: url(../images/common/dottoBg@2x.png);
  background-size: 22px;
  background-repeat: repeat;
  background-position: left;
  padding: 70px 0 120px;
}
@media screen and (max-width: 820px), print {
  #NewsArea .bg,
  #news_detail .bg {
    padding: 35px 0 60px;
  }
}
#NewsArea .newsList:first-of-type,
#news_detail .newsList:first-of-type {
  border-top: 1px solid #bcbcbc;
}
#NewsArea .newsListItem,
#news_detail .newsListItem {
  border-bottom: 1px solid #bcbcbc;
  padding: 20px 70px 20px 20px;
  background-color: #fff;
  display: block;
  position: relative;
}
@media screen and (max-width: 520px) {
  #NewsArea .newsListItem,
  #news_detail .newsListItem {
    padding: 15px 40px 15px 10px;
  }
}
#NewsArea .newsListItem::before,
#news_detail .newsListItem::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/arw@2x.png);
  background-size: contain;
  right: 30px;
  top: 50%;
  transform: translate(0, -50%);
  width: 30px;
  height: 32px;
  transition: all 0.2s;
}
@media screen and (max-width: 520px) {
  #NewsArea .newsListItem::before,
  #news_detail .newsListItem::before {
    width: 23px;
    height: 25px;
    right: 15px;
  }
}
#NewsArea .newsListItem:hover,
#news_detail .newsListItem:hover {
  background-color: #fff8fc;
  opacity: 1;
}
#NewsArea .newsListItem:hover::before,
#news_detail .newsListItem:hover::before {
  right: 20px;
}
@media screen and (max-width: 520px) {
  #NewsArea .newsListItem:hover::before,
  #news_detail .newsListItem:hover::before {
    right: 10px;
  }
}
#NewsArea .thumb_area,
#news_detail .thumb_area {
  width: 140px;
  font-size: 0;
  overflow: hidden;
}
@media screen and (max-width: 520px) {
  #NewsArea .thumb_area,
  #news_detail .thumb_area {
    width: 100px;
  }
}
#NewsArea .thumb_area .thumb,
#news_detail .thumb_area .thumb {
  background-position: center;
  background-size: cover;
  padding-top: 100%;
  transition: all 0.5s;
}
#NewsArea .thumb_area .no-image,
#news_detail .thumb_area .no-image {
  background-image: url(../images/news/no-image@2x.jpg);
}
#NewsArea .newsinner,
#news_detail .newsinner {
  width: calc(100% - 160px);
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  #NewsArea .newsinner,
  #news_detail .newsinner {
    width: calc(100% - 115px);
  }
}
@media screen and (max-width: 520px) {
  #NewsArea .newsItemHead,
  #news_detail .newsItemHead {
    flex-wrap: wrap;
  }
}
#NewsArea .newsItemTime,
#news_detail .newsItemTime {
  font-size: 14px;
  margin-right: 15px;
}
@media screen and (max-width: 520px) {
  #NewsArea .newsItemTime,
  #news_detail .newsItemTime {
    margin-right: 10px;
  }
}
#NewsArea .newsItemCategory,
#news_detail .newsItemCategory {
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  border-radius: 14px;
  text-align: center;
  padding: 2px 10px;
}
@media screen and (max-width: 520px) {
  #NewsArea .newsItemCategory,
  #news_detail .newsItemCategory {
    font-size: 12px;
    padding: 2px 5px;
  }
}
#NewsArea .newsItemTitle,
#news_detail .newsItemTitle {
  font-size: 22px;
  margin-top: 10px;
  margin-bottom: 5px;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1.5em;
}
@media screen and (max-width: 520px) {
  #NewsArea .newsItemTitle,
  #news_detail .newsItemTitle {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0;
  }
}
#NewsArea .newsItemText,
#news_detail .newsItemText {
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 行数を2行に制限 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em; /* 2行分の高さ（1.5em × 2） */
}

.catecontent {
  align-items: baseline;
}
@media screen and (max-width: 520px) {
  .catecontent {
    flex-direction: column;
  }
}

.catettl {
  border-right: 1px solid #ccc;
  padding-right: 20px;
  margin-right: 25px;
  font-weight: 400;
  width: 90px;
}
@media screen and (max-width: 520px) {
  .catettl {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}

.category__list {
  margin-bottom: 20px;
  flex-wrap: wrap;
  width: calc(88% - 90px);
}
@media screen and (max-width: 520px) {
  .category__list {
    width: 100%;
    margin-top: 10px;
  }
}
.category__list li {
  margin-right: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  .category__list li {
    margin-right: 10px;
  }
}
.category__list li a {
  display: block;
  background-color: #f0f0f0;
  padding: 5px 15px;
  border-radius: 17px;
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  .category__list li a {
    padding: 5px 10px;
  }
}
.category__list li.choice a {
  background-color: #00b7b7;
  color: #fff;
}

.big_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 35px;
  margin-top: 10px;
  position: relative;
}
.big_ttl::before {
  position: absolute;
  content: "";
  background-color: #00b7b7;
  width: 20px;
  height: 2px;
  left: 50%;
  bottom: -10px;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 520px) {
  .big_ttl {
    font-size: 24px;
  }
}

.pagination {
  margin: 60px auto 0;
}
@media screen and (max-width: 820px), print {
  .pagination {
    margin: 30px auto 0;
  }
}
.pagination .inner {
  display: flex;
  justify-content: center;
}
.pagination .inner span,
.pagination .inner a {
  background-color: #fff;
  line-height: 27px;
  width: 30px;
  height: 30px;
  border: 1px solid #d3376b;
  color: #d3376b;
  margin: 0 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
}
.pagination .inner .current {
  background-color: #d3376b;
  color: #fff;
}
.pagination .inner .pn-prev,
.pagination .inner .pn-next {
  position: relative;
}
.pagination .inner .pn-prev::after,
.pagination .inner .pn-next::after {
  border-top: 1px solid #d3376b;
  border-right: 1px solid #d3376b;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  top: 11px;
  transition: all 0.2s;
  width: 8px;
}
.pagination .inner .pn-prev.opa,
.pagination .inner .pn-next.opa {
  opacity: 0.3;
}
.pagination .inner .pn-next::after {
  transform: rotate(45deg);
  right: 11px;
}
.pagination .inner .pn-prev::after {
  transform: rotate(225deg);
  left: 11px;
}

/** newsDetail ***********************************************************/
#news_detail .bg {
  padding: 70px 0 140px;
}
@media screen and (max-width: 820px), print {
  #news_detail .bg {
    padding: 35px 0 70px;
  }
}
#news_detail .whbg {
  background-color: #fff;
  box-shadow: 0 0 7px rgba(158, 158, 158, 0.2);
  padding: 60px;
}
@media screen and (max-width: 820px), print {
  #news_detail .whbg {
    padding: 30px;
  }
}
@media screen and (max-width: 520px) {
  #news_detail .whbg {
    padding: 20px;
  }
}
@media screen and (max-width: 520px) {
  #news_detail .thumb_area {
    width: 90px;
  }
}
#news_detail .newsinner {
  width: calc(100% - 170px);
}
@media screen and (max-width: 520px) {
  #news_detail .newsinner {
    width: calc(100% - 110px);
  }
}
#news_detail .newsItemHead {
  margin-bottom: 10px;
}
#news_detail .newsItemTitle {
  font-size: 22px;
}
@media screen and (max-width: 520px) {
  #news_detail .newsItemTitle {
    font-size: 18px;
  }
}
#news_detail .editor {
  margin-top: 25px;
}
@media screen and (max-width: 520px) {
  #news_detail .editor {
    margin-top: 15px;
  }
}
#news_detail .editor p {
  font-weight: 400;
}

.addtoany_header {
  margin: 0;
  margin-right: 30px !important;
  padding-right: 25px;
  margin-bottom: 0 !important;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 520px) {
  .addtoany_header {
    margin-right: 15px !important;
    padding-right: 10px;
    width: 90px;
  }
}

.addtoany_content {
  align-items: center;
  display: flex;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  justify-content: center;
  padding: 20px;
  margin-top: 35px !important;
  margin-bottom: 50px;
}
@media screen and (max-width: 520px) {
  .addtoany_content {
    padding: 15px 10px !important;
    margin-top: 20px !important;
  }
}

.addtoany_list a,
.widget .addtoany_list a {
  padding: 0;
}
.addtoany_list a + a,
.widget .addtoany_list a + a {
  margin-left: 40px !important;
}
@media screen and (max-width: 520px) {
  .addtoany_list a + a,
  .widget .addtoany_list a + a {
    margin-left: 10px !important;
  }
}

.sin_btns {
  margin-top: 30px;
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  .sin_btns {
    margin-top: 15px;
    font-size: 16px;
  }
}

.sin_back {
  text-align: center;
  margin: 0 auto;
}

.sin_pre,
.sin_nex {
  position: relative;
}
.sin_pre::before,
.sin_nex::before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  top: 50%;
  height: 8px;
  width: 8px;
}

.sin_pre {
  padding-left: 15px;
}
.sin_pre::before {
  left: 0;
  transform: translate(0, -50%) rotate(135deg);
}

.sin_nex {
  padding-right: 15px;
}
.sin_nex::before {
  right: 0;
  transform: translate(0, -50%) rotate(-45deg);
}

#contact .openArea,
#contact .aoArea,
#contact .sigotoArea {
  display: none;
}
@media screen and (max-width: 520px) {
  #contact .textLeft__smp {
    text-align: left;
  }
}
#contact #contactBox {
  background-image: url(../images/common/dottoBg@2x.png);
  background-size: 22px;
  background-repeat: repeat;
  background-position: left;
  padding: 70px 0 120px;
}
@media screen and (max-width: 820px), print {
  #contact #contactBox {
    padding: 35px 0 60px;
  }
}
#contact .telArea {
  max-width: 680px;
  margin: 0 auto 90px;
  background-color: #fff8fc;
  padding: 30px 20px 40px;
}
@media screen and (max-width: 820px), print {
  #contact .telArea {
    margin: 0 auto 45px;
  }
}
@media screen and (max-width: 520px) {
  #contact .telArea {
    padding: 15px 15px 20px;
  }
}
#contact .telArea .telTitle {
  font-size: 22px;
  margin-bottom: 5px;
}
@media screen and (max-width: 520px) {
  #contact .telArea .telTitle {
    font-size: 18px;
  }
}
#contact .telArea .telText .icpnItem {
  position: relative;
  display: inline-block;
  padding-left: 60px;
}
@media screen and (max-width: 520px) {
  #contact .telArea .telText .icpnItem {
    padding-left: 40px;
  }
}
#contact .telArea .telText .icpnItem::before {
  position: absolute;
  content: "";
  background-image: url(../images/contact/telicon@2x.png);
  background-size: contain;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 520px) {
  #contact .telArea .telText .icpnItem::before {
    width: 34px;
    height: 34px;
    bottom: 14px;
  }
}
#contact .telArea .telText .number {
  color: #d3376b;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 520px) {
  #contact .telArea .telText .number {
    font-size: 32px;
  }
}
#contact .telArea .telText .number a {
  color: #d3376b;
}
#contact .telArea .telText .uketuke {
  font-size: 14px;
  color: #666;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  #contact .telArea .telText .uketuke {
    font-size: 12px;
  }
}
#contact .step-area {
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 820px), print {
  #contact .step-area {
    margin: 0 auto 15px;
    width: 90%;
  }
}
@media screen and (max-width: 520px) {
  #contact .step-area {
    max-width: 260px;
  }
}
#contact .table-area {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding-bottom: 60px;
}
@media screen and (max-width: 520px) {
  #contact .table-area {
    padding-bottom: 30px;
  }
}
#contact .table-area dl {
  border-bottom: 1px solid #ccc;
  padding: 30px 20px;
}
@media print {
  #contact .table-area dl {
    flex-direction: column;
  }
}
@media screen and (max-width: 820px), print {
  #contact .table-area dl {
    flex-direction: column;
  }
}
@media screen and (max-width: 520px) {
  #contact .table-area dl {
    padding: 15px 10px;
  }
}
#contact .table-area dl.dlTop {
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 820px), print {
  #contact .table-area dl .dtFlex {
    align-items: center;
  }
}
#contact .table-area dl dt {
  width: 320px;
  font-size: 18px;
}
@media print {
  #contact .table-area dl dt {
    margin-bottom: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 820px), print {
  #contact .table-area dl dt {
    margin-bottom: 10px;
    width: 100%;
    justify-content: start;
    font-size: 16px;
  }
}
#contact .table-area dl dd {
  width: calc(100% - 350px);
  font-size: 18px;
}
@media print {
  #contact .table-area dl dd {
    width: 100%;
  }
}
@media screen and (max-width: 820px), print {
  #contact .table-area dl dd {
    width: 100%;
    border-left: none;
    padding-left: 0;
    font-size: 16px;
  }
}
#contact .table-area dl dd .textArea__form,
#contact .table-area dl dd .textBox__form {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 8px 10px;
  font-size: 18px;
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 820px), print {
  #contact .table-area dl dd .textArea__form,
  #contact .table-area dl dd .textBox__form {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  #contact .table-area dl dd .textArea__form,
  #contact .table-area dl dd .textBox__form {
    height: 45px;
  }
}
#contact .table-area dl dd .textArea__form.small,
#contact .table-area dl dd .textBox__form.small {
  max-width: 600px;
}
#contact .table-area dl dd .textBox__form {
  height: 250px;
}
@media screen and (max-width: 520px) {
  #contact .table-area dl dd .textBox__form {
    height: 200px;
  }
}
#contact .table-area dl dd .textArea__form2 {
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 8px 10px;
  font-size: 18px;
  margin-bottom: 20px;
  max-width: 340px;
  width: 100%;
  height: 60px;
  margin-left: 10px;
}
@media screen and (max-width: 820px), print {
  #contact .table-area dl dd .textArea__form2 {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  #contact .table-area dl dd .textArea__form2 {
    max-width: 170px;
    height: 45px;
  }
}
#contact .table-area dl dd #mail_box {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  pointer-events: none;
  font-size: 18px;
  padding: 8px 15px;
  width: 100%;
}
@media screen and (max-width: 820px), print {
  #contact .table-area dl dd #mail_box {
    font-size: 16px;
  }
}
#contact .table-area dl dd .mail_box-title {
  margin: 30px 0 10px;
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  #contact .table-area dl dd .mail_box-title {
    letter-spacing: 0.03rem;
    margin: 15px 0 5px;
  }
}
#contact .table-area dl dd .noteText {
  font-size: 14px;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 520px) {
  #contact .table-area dl dd .noteText {
    font-size: 12px;
  }
}
#contact .table-area dl dd .parent .radio-field-text::before {
  background-color: #fcf0f0;
}
#contact .sigotoArea .sigotobtn {
  margin-top: 15px;
}
@media screen and (max-width: 520px) {
  #contact .sigotoArea .sigotobtn {
    margin-top: 5px;
  }
}
#contact .kubunArea p,
#contact .syokugyo p {
  margin-right: 25px;
}
@media screen and (max-width: 520px) {
  #contact .kubunArea p,
  #contact .syokugyo p {
    margin-right: 10px;
  }
}
#contact .kubunArea p:last-of-type,
#contact .syokugyo p:last-of-type {
  margin-right: 0;
}
#contact .syokugyo {
  padding: 30px 20px 0 !important;
}
@media screen and (max-width: 520px) {
  #contact .syokugyo {
    padding: 15px 10px 5px !important;
  }
}
#contact .syokugyo p {
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #contact .syokugyo p {
    margin-bottom: 10px;
  }
}
#contact .privacy_area .privacyTitle {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: normal;
}
@media screen and (max-width: 520px) {
  #contact .privacy_area .privacyTitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
#contact .privacy_area .privacy_inner {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
@media print {
  #contact .privacy_area .privacy_inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 820px), print {
  #contact .privacy_area .privacy_inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 520px) {
  #contact .privacy_area .privacy_inner {
    font-size: 14px;
    justify-content: center;
    margin-bottom: 20px;
  }
}
#contact .privacy_area .privacy_inner + .error {
  text-align: center;
  width: 100%;
}
#contact .privacy_area .privacy_inner label {
  margin-right: 15px;
  margin-bottom: 5px;
}
#contact label {
  position: relative;
}
#contact label:first-child .radio-field-text {
  margin-top: 0px;
}
#contact .type_area label + label {
  margin-top: 10px;
}
@media screen and (max-width: 520px) {
  #contact .type_area label + label {
    margin-top: 5px;
  }
}
#contact .radioBox label {
  display: block;
}
#contact .checkbox-field-text,
#contact .radio-field-text {
  cursor: pointer;
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 520px) {
  #contact .checkbox-field-text,
  #contact .radio-field-text {
    padding-left: 30px;
  }
}
#contact input[type=checkbox]:checked + .checkbox-field-text::after,
#contact input[type=radio]:checked + .radio-field-text::after {
  opacity: 1;
}
#contact input[type=radio],
#contact input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  top: 20px;
  left: 15px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#contact .checkbox-field-text::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  border: 1px solid #ccc;
  background-color: #fff;
}
#contact .checkbox-field-text::after {
  content: "";
  display: block;
  width: 8px;
  height: 15px;
  position: absolute;
  top: 43%;
  left: 5px;
  transform: rotate(42deg) skewY(13deg) translateY(-46%);
  transform-origin: center right;
  border-right: 1px solid #d3376b;
  border-bottom: 1px solid #d3376b;
  border-radius: 0;
  background-color: transparent;
  opacity: 0;
}
#contact .radio-field-text {
  margin-top: 10px;
}
#contact .radio-field-text::before {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 520px) {
  #contact .radio-field-text::before {
    width: 20px;
    height: 20px;
  }
}
#contact .radio-field-text::after {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #d3376b;
  position: absolute;
  top: 50%;
  left: 9px;
  transform: translateY(-50%);
  opacity: 0;
}
@media screen and (max-width: 520px) {
  #contact .radio-field-text::after {
    width: 12px;
    height: 12px;
  }
}
#contact .privacyBox {
  margin-top: 55px;
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  #contact .privacyBox {
    margin-top: 25px;
  }
  #contact .privacyBox p {
    letter-spacing: -0.01rem;
  }
}
#contact .privacyBox .privacyBox__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  #contact .privacyBox .privacyBox__title + p {
    font-size: 15px;
  }
}
#contact .privacyBox a {
  color: #d3376b;
  border-bottom: 1px solid #d3376b;
}
#contact .syokugyo .radioArea {
  flex-wrap: wrap;
}
#contact .privacy_area {
  margin: 20px 0 50px;
  font-weight: 400;
}
@media screen and (max-width: 520px) {
  #contact .privacy_area {
    margin: 10px 0 25px;
  }
}
#contact .privacy_area .privacy_Text {
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  #contact .privacy_area .privacy_Text {
    margin-bottom: 20px;
  }
}
#contact .privacy_area .privacy_inner {
  display: flex;
  justify-content: center;
}
@media print {
  #contact .privacy_area .privacy_inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 820px), print {
  #contact .privacy_area .privacy_inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 520px) {
  #contact .privacy_area .privacy_inner {
    font-size: 14px;
    justify-content: center;
  }
}
#contact .privacy_area .privacy_inner + .error {
  text-align: center;
  width: 100%;
}
#contact .form_confirm .table-area {
  border-bottom: none;
  border-top: 1px solid #ccc;
}
#contact .form_confirm .back-btn,
#contact .form_confirm .submit-btn {
  max-width: 340px;
  width: 100%;
}
@media screen and (max-width: 520px) {
  #contact .form_confirm .back-btn,
  #contact .form_confirm .submit-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
#contact .form_confirm .button01 {
  width: 100%;
}
#contact .contactText {
  margin-bottom: 60px;
}
@media screen and (max-width: 820px), print {
  #contact .contactText {
    margin-bottom: 30px;
  }
}
#contact .compTitle {
  color: #d3376b;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 520px) {
  #contact .compTitle {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
#contact .compText {
  line-height: 1.8;
  font-weight: 400;
  margin-bottom: 40px;
}

.form_complete .step-area {
  margin: 0 auto 10px;
}

.chapteText span {
  margin-left: 10px;
}

.required {
  background-color: #d3376b;
  color: #fff;
  text-align: center;
  padding: 2px 14px;
  font-size: 16px;
}
@media screen and (max-width: 820px), print {
  .required {
    margin-left: 1em;
  }
}
@media screen and (max-width: 520px) {
  .required {
    font-size: 14px;
    padding: 2px 10px;
  }
}

.radioInput,
.checkInput {
  display: none;
}

.cofirm-btn-wrap {
  margin-top: 40px;
}
@media screen and (max-width: 520px) {
  .cofirm-btn-wrap {
    flex-direction: column;
  }
}
.cofirm-btn-wrap .back-btn .button01 {
  background-color: #999;
  border: 1px solid #999;
}
.cofirm-btn-wrap .back-btn .button01::before {
  right: auto;
  left: 27px;
  transform: rotate(-45deg);
}
.cofirm-btn-wrap .back-btn .button01::after {
  right: auto;
  left: 20px;
}
.cofirm-btn-wrap .back-btn .button01 span {
  padding-right: 0;
  padding-left: 20px;
}
.cofirm-btn-wrap .back-btn .button01 span::after {
  transform: translate(0, -50%) rotate(180deg);
  left: 0;
}
.cofirm-btn-wrap .back-btn .button01:hover {
  background-color: #fff;
  color: #999;
  opacity: 1;
}
.cofirm-btn-wrap .back-btn .button01:hover::before {
  border-top: solid 1px #999;
  border-left: solid 1px #999;
  right: auto;
  left: 27px;
}
.cofirm-btn-wrap .back-btn .button01:hover::after {
  border: 1px solid #999;
}
.cofirm-btn-wrap .back-btn .button01:hover span:after {
  background-image: url(../images/common/arw03.svg);
  transition: all 0.2s;
}
.cofirm-btn-wrap .submit-btn {
  margin-left: 30px;
}
@media screen and (max-width: 520px) {
  .cofirm-btn-wrap .submit-btn {
    margin-left: 0;
    margin-top: 20px;
  }
}

#exam_details #exam_details_1,
#exam_details #exam_details_4,
#exam_details #exam_details_5,
#exam_details #exam_details_6 {
  visibility: hidden;
  padding-top: 90px;
  margin-top: -90px;
}
@media screen and (max-width: 1024px) {
  #exam_details #exam_details_1,
  #exam_details #exam_details_4,
  #exam_details #exam_details_5,
  #exam_details #exam_details_6 {
    padding-top: 10px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_details #exam_details_1,
  #exam_details #exam_details_4,
  #exam_details #exam_details_5,
  #exam_details #exam_details_6 {
    padding-top: 25px;
    margin-top: -25px;
  }
}
#exam_details #exam_details_2,
#exam_details #exam_details_3 {
  padding-top: 200px;
  margin-top: -200px;
}
@media screen and (max-width: 1024px) {
  #exam_details #exam_details_2,
  #exam_details #exam_details_3 {
    padding-top: 120px;
    margin-top: -120px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_details #exam_details_2,
  #exam_details #exam_details_3 {
    padding-top: 80px;
    margin-top: -80px;
  }
}
#exam_details .headText {
  color: #666;
  font-weight: 400;
  line-height: 1.8;
}
#exam_details dl {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
  background-color: #fff;
}
@media screen and (max-width: 520px) {
  #exam_details dl {
    flex-direction: column;
    padding: 10px;
  }
}
#exam_details dl:first-of-type {
  border-top: 1px solid #ccc;
}
#exam_details dl dt {
  width: 220px;
  padding: 5px 0;
  font-size: 18px;
}
@media screen and (max-width: 820px), print {
  #exam_details dl dt {
    width: 200px;
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  #exam_details dl dt {
    width: 100%;
    font-size: 16px;
    padding: 0;
  }
}
#exam_details dl dd {
  width: calc(100% - 220px);
  border-left: 1px solid #ccc;
  padding: 5px 0 5px 20px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 820px), print {
  #exam_details dl dd {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 520px) {
  #exam_details dl dd {
    width: 100%;
    border-left: none;
    padding: 0;
  }
}
#exam_details .bg {
  background-image: url(../images/common/dottoBg@2x.png);
  background-size: 22px;
  background-repeat: repeat;
  background-position: left;
  background-color: #fff;
}
#exam_details #admission {
  z-index: -1;
  top: -100vh;
}
@media screen and (max-width: 1024px) {
  #exam_details #admission {
    top: -160vh;
  }
}
@media screen and (max-width: 820px), print {
  #exam_details #admission {
    top: -80vh;
  }
}
@media screen and (max-width: 520px) {
  #exam_details #admission {
    top: -150vh;
  }
}
@media screen and (max-height: 820px) {
  #exam_details #admission {
    top: -200vh;
  }
}
#exam_details #admission .bg {
  padding: 110px 0 270px;
}
@media screen and (max-width: 820px), print {
  #exam_details #admission .bg {
    padding: 55px 0 135px;
  }
}
#exam_details #admission .headText {
  margin-bottom: 40px;
}
@media screen and (max-width: 820px), print {
  #exam_details #admission .headText {
    margin-bottom: 20px;
  }
}
#exam_details #admission .yokouArea .subTitle {
  font-weight: bold;
  color: #d3376b;
  font-size: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px), print {
  #exam_details #admission .yokouArea .subTitle {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  #exam_details #admission .yokouArea .subTitle {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
#exam_details #admission .list li {
  padding-left: 1rem;
  text-indent: -1rem;
}
@media screen and (max-width: 1024px) {
  #exam_details #admission .list li {
    letter-spacing: 0.03em;
  }
}
#exam_details #entrance .bgpink {
  border-radius: 60px 60px 0 0;
  background-color: #d3376b;
  background-image: url(../images/common/bg02@2x.png);
  background-position: left;
  background-repeat: repeat;
  background-size: 74px 73px;
  padding: 125px 0;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 820px), print {
  #exam_details #entrance .bgpink {
    padding: 65px 0;
    border-radius: 30px 30px 0 0;
  }
}
#exam_details #entrance .secTitleArea {
  color: #fff;
}
#exam_details #entrance .secTitleArea .secsubTitle {
  color: #fff;
}
#exam_details #entrance .headText {
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 820px), print {
  #exam_details #entrance .headText {
    margin-bottom: 15px;
  }
}
#exam_details #entrance .subTitle {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 50px;
}
@media screen and (max-width: 820px), print {
  #exam_details #entrance .subTitle {
    font-size: 30px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 520px) {
  #exam_details #entrance .subTitle {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
  }
}
#exam_details #entrance .entranceItem {
  background-color: #fff;
  border-radius: 10px;
  padding: 40px;
}
@media screen and (max-width: 520px) {
  #exam_details #entrance .entranceItem {
    padding: 22px;
  }
}
#exam_details #entrance .entranceItem .Title {
  color: #d3376b;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 5px;
}
@media screen and (max-width: 520px) {
  #exam_details #entrance .entranceItem .Title {
    font-size: 18px;
  }
}
#exam_details #entrance .entranceItem .Text {
  font-weight: 400;
}
#exam_details #entrance .entranceItem .mbtext {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  #exam_details #entrance .entranceItem .mbtext {
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 820px), print {
  #exam_details #entrance .entranceItem .mbtext {
    margin-bottom: 15px;
  }
}
#exam_details #entrance .entranceItem .mbtext span {
  font-size: 13px;
}
@media screen and (max-width: 520px) {
  #exam_details #entrance .entranceItem .mbtext span {
    text-indent: -0.9rem;
    padding-left: 0.9rem;
    display: inline-block;
    letter-spacing: -0.02em;
  }
}
#exam_details #entrance .entranceItem .kaisai {
  font-weight: 500;
  font-size: 20px;
  margin-top: 25px;
}
@media screen and (max-width: 820px), print {
  #exam_details #entrance .entranceItem .kaisai {
    margin-top: 15px;
  }
}
@media screen and (max-width: 520px) {
  #exam_details #entrance .entranceItem .kaisai {
    font-size: 16px;
  }
}
#exam_details #entrance .entranceItem .dayArea .year {
  background-color: #00b7b7;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  padding: 2px 15px;
  padding: 0 10px;
  margin: 30px 0 25px;
}
@media screen and (max-width: 820px), print {
  #exam_details #entrance .entranceItem .dayArea .year {
    margin: 20px 0;
  }
}
#exam_details #entrance .entranceItem .dayArea ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  padding-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #exam_details #entrance .entranceItem .dayArea ul {
    padding-bottom: 10px;
  }
}
#exam_details #entrance .entranceItem .dayArea ul li {
  width: calc(33% - 10px);
  background-color: #d3376b;
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  padding: 13px 5px 15px;
  text-indent: 0.5em;
}
@media screen and (max-width: 600px) {
  #exam_details #entrance .entranceItem .dayArea ul li {
    padding: 8px 5px 11px;
    width: calc(50% - 10px);
    text-indent: 0.3em;
  }
}
#exam_details #entrance .entranceItem .dayArea ul li span {
  background-color: #fff;
  border-radius: 50%;
  color: #d3376b;
  font-size: 11px;
  padding: 1px 2px 1px 3px;
  position: relative;
  margin-left: 10px;
  top: -5px;
}
#exam_details #entrance .entranceItem .dayArea ul .past {
  background-color: #b3b3b3;
}
#exam_details #entrance .entranceItem .dayArea ul .past span {
  color: #b3b3b3;
}
#exam_details #entrance .entranceItem .dayArea ul .dummy {
  visibility: hidden;
  padding: 0;
  margin: 0;
}
#exam_details #entrance .entranceItem ul li {
  text-indent: -1.4rem;
  padding-left: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}
#exam_details #entrance .entranceItem ul li span {
  color: #d3376b;
  margin-right: 5px;
}
#exam_details #entrance .entranceItem + .entranceItem {
  margin-top: 30px;
}
#exam_details #entrance .flowArea {
  margin-top: 90px;
}
@media screen and (max-width: 820px), print {
  #exam_details #entrance .flowArea {
    margin-top: 45px;
  }
}
#exam_details #entrance .flowArea .flowTitle {
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px), print {
  #exam_details #entrance .flowArea .flowTitle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #exam_details #entrance .flowArea .flowTitle {
    font-size: 20px;
    font-weight: 500;
  }
}
#exam_details #entrance .flowArea .flowcontent {
  background-color: #fff;
}
#exam_details #entrance .flowArea .flowcontent .number {
  color: #d3376b;
  font-weight: bold;
  font-size: 54px;
  background-color: #fff8fc;
  padding: 25px 20px 20px 45px;
  width: 170px;
  line-height: 1;
}
@media screen and (max-width: 820px), print {
  #exam_details #entrance .flowArea .flowcontent .number {
    font-size: 48px;
    width: 120px;
    padding: 20px 25px;
  }
}
@media screen and (max-width: 520px) {
  #exam_details #entrance .flowArea .flowcontent .number {
    font-size: 30px;
    width: 80px;
    padding: 20px 15px;
  }
}
#exam_details #entrance .flowArea .flowcontent .number span {
  font-size: 40px;
}
@media screen and (max-width: 820px), print {
  #exam_details #entrance .flowArea .flowcontent .number span {
    font-size: 32px;
  }
}
@media screen and (max-width: 520px) {
  #exam_details #entrance .flowArea .flowcontent .number span {
    font-size: 28px;
  }
}
#exam_details #entrance .flowArea .flowcontent .flowinner {
  width: calc(100% - 170px);
  padding: 25px 60px 25px 25px;
}
@media screen and (max-width: 820px), print {
  #exam_details #entrance .flowArea .flowcontent .flowinner {
    width: calc(100% - 120px);
    padding: 20px 30px 20px 25px;
  }
}
@media screen and (max-width: 520px) {
  #exam_details #entrance .flowArea .flowcontent .flowinner {
    width: calc(100% - 90px);
    padding: 20px 20px 20px 15px;
  }
}
#exam_details #entrance .flowArea .flowcontent .flowinner .Title {
  color: #d3376b;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 520px) {
  #exam_details #entrance .flowArea .flowcontent .flowinner .Title {
    font-size: 18px;
    letter-spacing: 0;
  }
}
#exam_details #entrance .flowArea .flowcontent .flowinner .Text {
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  #exam_details #entrance .flowArea .flowcontent .flowinner .Text {
    letter-spacing: 0.1em;
  }
}
#exam_details #entrance .flowArea .flowcontent .flowinner .Text span {
  font-size: 13px;
  text-indent: -0.9rem;
  padding-left: 0.9rem;
  display: inline-block;
}
#exam_details #entrance .flowArea .flowcontent .flowinner ul li {
  font-weight: 400;
  padding-left: 0.8rem;
  text-indent: -0.8rem;
  line-height: 1.8;
}
#exam_details #entrance .flowArea .flowcontent .flowinner ul li span {
  font-size: 13px;
  text-indent: -1rem;
  padding-left: 1rem;
  display: inline-block;
}
#exam_details #entrance .flowArea .flowcontent + .flowcontent {
  margin-top: 5px;
}
#exam_details #entrance .bg {
  padding: 0 0 115px;
}
@media screen and (max-width: 820px), print {
  #exam_details #entrance .bg {
    padding: 0 0 60px;
  }
}
#exam_details #entrance .suisenBox .subTitle {
  color: #d3376b;
  margin-bottom: 45px;
}
@media screen and (max-width: 820px), print {
  #exam_details #entrance .suisenBox .subTitle {
    margin-bottom: 20px;
  }
}
#exam_details #entrance .suisenBox .suisenItem .Title {
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #exam_details #entrance .suisenBox .suisenItem .Title {
    margin-bottom: 15px;
  }
}
#exam_details #entrance .suisenBox .suisenItem .Title span {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  background-color: #d3376b;
  padding: 3px 15px;
}
@media screen and (max-width: 820px), print {
  #exam_details #entrance .suisenBox .suisenItem .Title span {
    font-size: 22px;
  }
}
@media screen and (max-width: 520px) {
  #exam_details #entrance .suisenBox .suisenItem .Title span {
    font-size: 18px;
    padding: 2px 10px;
  }
}
#exam_details #entrance .suisenBox .suisenItem .suisendl .bosyuttl {
  color: #d3376b;
}
#exam_details #entrance .suisenBox .suisenItem .suisendl ul li {
  padding-left: 0.9rem;
  text-indent: -0.9rem;
  line-height: 1.8;
}
#exam_details #entrance .suisenBox .suisenItem .suisendl ul li span {
  font-size: 13px;
  padding-left: 0.9rem;
  text-indent: -0.9rem;
  display: inline-block;
  letter-spacing: -0.01em;
}
#exam_details #entrance .suisenBox .suisenItem .suisendl .Text {
  line-height: 1.8;
}
#exam_details #entrance .suisenBox .suisenItem .suisendl .Text span {
  font-size: 13px;
}
#exam_details #entrance .suisenBox .suisenItem .suisendl .mb15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 520px) {
  #exam_details #entrance .suisenBox .suisenItem .suisendl .mb15 {
    margin-bottom: 5px;
  }
}
#exam_details #entrance .suisenBox .suisenItem + .suisenItem {
  margin-top: 60px;
}
@media screen and (max-width: 520px) {
  #exam_details #entrance .suisenBox .suisenItem + .suisenItem {
    margin-top: 40px;
  }
}
#exam_details #entrance .suisenBox.mtbox {
  margin-top: 105px;
}
@media screen and (max-width: 820px), print {
  #exam_details #entrance .suisenBox.mtbox {
    margin-top: 55px;
  }
}
#exam_details #entrance .noteText {
  background-color: #f2f2f2;
  padding: 15px 20px 15px 2.2rem;
  font-size: 13px;
  font-weight: 400;
  margin-top: 40px;
  text-indent: -0.9rem;
}
@media screen and (max-width: 820px), print {
  #exam_details #entrance .noteText {
    margin-top: 20px;
  }
}
#exam_details #Application {
  background-color: #fff;
}
#exam_details #Application .bg {
  padding-bottom: 120px;
}
@media screen and (max-width: 820px), print {
  #exam_details #Application .bg {
    padding-bottom: 60px;
  }
}
#exam_details #Application .dlbtn {
  max-width: 800px;
  width: 100%;
  display: block;
  background-color: #d3376b;
  padding: 35px;
  color: #fff;
  position: relative;
  margin: 55px auto 0;
}
@media screen and (max-width: 820px), print {
  #exam_details #Application .dlbtn {
    margin: 25px auto 0;
  }
}
@media screen and (max-width: 520px) {
  #exam_details #Application .dlbtn {
    padding: 20px 35px;
  }
}
#exam_details #Application .dlbtn::before {
  position: absolute;
  content: "";
  right: 5px;
  bottom: -12px;
  border-left: 35px solid #fff;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  transform: rotate(45deg);
}
@media screen and (max-width: 520px) {
  #exam_details #Application .dlbtn::before {
    bottom: -7px;
    border-left: 20px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
}
#exam_details #Application .dlbtn .Title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 5px;
}
@media screen and (max-width: 820px), print {
  #exam_details #Application .dlbtn .Title {
    font-size: 26px;
  }
}
@media screen and (max-width: 520px) {
  #exam_details #Application .dlbtn .Title {
    font-size: 22px;
  }
}
#exam_details #Application .dlbtn .note {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px), print {
  #exam_details #Application .dlbtn .note {
    margin-bottom: 15px;
  }
}
#exam_details #Application .dlbtn .Text span {
  border-bottom: 1px solid #fff;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  padding-right: 25px;
  padding-bottom: 5px;
}
@media screen and (max-width: 520px) {
  #exam_details #Application .dlbtn .Text span {
    font-size: 16px;
    display: inline-block;
  }
}
#exam_details #Application .dlbtn .Text span::before {
  position: absolute;
  content: "";
  background-color: #d3376b;
  background-image: url(../images/common/pdficon@2x.png);
  background-size: contain;
  width: 18px;
  height: 19px;
  right: 0;
  top: 40%;
  transform: translate(0, -50%);
}

#exam_guide {
  /** guideFeat ***********************************************************/
  /** guideClass ***********************************************************/
  /** guideCurri ***********************************************************/
  /** guideOC ***********************************************************/
  /** campuslife ***********************************************************/
  /** voice ***********************************************************/
  /** guideYear ***********************************************************/
  /** guideEmploy ***********************************************************/
  /** guidePB ***********************************************************/
}
@media print {
  #exam_guide {
    zoom: 55%;
    padding-top: 90px;
  }
}
#exam_guide #exam_guide_2,
#exam_guide #exam_guide_4,
#exam_guide #exam_guide_6 {
  padding-top: 50px;
  margin-top: -50px;
  visibility: hidden;
}
#exam_guide #exam_guide_5 {
  padding-top: 80px;
  margin-top: -80px;
  visibility: hidden;
}
#exam_guide #exam_guide_7 {
  padding-top: 170px;
  margin-top: -170px;
  visibility: hidden;
}
#exam_guide #guideVoice,
#exam_guide #othersub {
  padding-top: 170px;
  margin-top: -170px;
  visibility: hidden;
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideVoice,
  #exam_guide #othersub {
    padding-top: 110px;
    margin-top: -110px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideVoice,
  #exam_guide #othersub {
    padding-top: 70px;
    margin-top: -70px;
  }
}
#exam_guide .sticky {
  position: sticky;
  top: 0;
}
@media screen and (max-width: 1024px) {
  #exam_guide .sticky {
    top: -20vh;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide .sticky {
    top: -10vh;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide .sticky {
    top: -30vh;
  }
}
@media print {
  #exam_guide .sticky {
    position: relative;
    z-index: 1 !important;
    top: 0 !important;
  }
}
#exam_guide .secTitle02 {
  color: #d3376b;
  position: relative;
  line-height: 1.2;
  margin-bottom: 40px;
  font-size: 60px;
  padding-left: 60px;
}
@media screen and (max-width: 520px) {
  #exam_guide .secTitle02 {
    font-size: 40px;
    margin-bottom: 20px;
    padding-left: 30px;
  }
}
#exam_guide .secTitle02 .big {
  font-size: 4.6875vw;
}
@media screen and (min-width: 1920px) {
  #exam_guide .secTitle02 .big {
    font-size: 90px;
  }
}
@media screen and (max-width: 1024px) {
  #exam_guide .secTitle02 .big {
    font-size: 80px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide .secTitle02 .big {
    font-size: 80px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide .secTitle02 .big {
    font-size: 34px;
  }
}
#exam_guide .secTitle02 .small {
  font-weight: 500;
  font-size: 40px;
}
@media screen and (max-width: 520px) {
  #exam_guide .secTitle02 .small {
    font-size: 24px;
  }
}
#exam_guide .secTitle02::after {
  position: absolute;
  content: "#";
  font-size: 4.6875vw;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1920px) {
  #exam_guide .secTitle02::after {
    font-size: 90px;
  }
}
@media screen and (max-width: 1024px) {
  #exam_guide .secTitle02::after {
    font-size: 80px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide .secTitle02::after {
    font-size: 80px;
    left: 0;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide .secTitle02::after {
    font-size: 40px;
    top: 1px;
  }
}
#exam_guide .secTitle03 {
  padding-top: 20px;
}
#exam_guide .secTitle03 span {
  color: #d3376b;
  font-size: 36px;
  position: relative;
}
@media screen and (max-width: 520px) {
  #exam_guide .secTitle03 span {
    font-size: 28px;
  }
}
#exam_guide .secTitle03 span::after {
  position: absolute;
  content: "";
  background-image: url(../images/guide/textitem01@2x.png);
  background-size: contain;
  right: -30px;
  top: -20px;
  width: 33px;
  height: 35px;
}
@media screen and (max-width: 520px) {
  #exam_guide .secTitle03 span::after {
    right: -25px;
    top: -15px;
    width: 28px;
    height: 30px;
  }
}
@media screen and (max-width: 600px) {
  #exam_guide .small03 span {
    font-size: 22px;
  }
  #exam_guide .small03 span::after {
    right: -22px;
    top: -15px;
    width: 24px;
    height: 25px;
  }
}
#exam_guide .secText {
  line-height: 1.8;
  margin-bottom: 50px;
}
@media screen and (max-width: 600px) {
  #exam_guide .secText {
    margin-bottom: 30px;
  }
}
#exam_guide #guideFeat .wrapper {
  max-width: 1400px;
}
#exam_guide #guideFeat .Bg02 {
  padding: 190px 0;
  border-radius: 40px 40px 0 0;
  box-shadow: 0px -8px 10px rgba(155, 155, 155, 0.2);
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideFeat .Bg02 {
    padding: 130px 0;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideFeat .Bg02 {
    padding: 90px 0;
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideFeat .Bg02 {
    padding: 60px 0;
    border-radius: 20px 20px 0 0;
  }
}
#exam_guide #guideFeat .FeatImgFlex {
  padding: 20px 0 40px;
  align-items: center;
}
@media screen and (max-width: 1150px) {
  #exam_guide #guideFeat .FeatImgFlex {
    flex-direction: column;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideFeat .FeatImgFlex {
    flex-direction: column;
    padding-bottom: 0;
  }
}
#exam_guide #guideFeat .FeatImgFlex .FeatTextarea {
  padding-left: 120px;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideFeat .FeatImgFlex .FeatTextarea {
    padding-left: 30px;
  }
}
#exam_guide #guideFeat .FeatImgFlex .FeatImg {
  margin-bottom: 30px;
  width: calc(100% - 500px);
}
@media screen and (max-width: 1150px) {
  #exam_guide #guideFeat .FeatImgFlex .FeatImg {
    margin-top: 15px;
    width: unset;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideFeat .FeatImgFlex .FeatImg {
    margin-top: 15px;
    max-width: unset;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideFeat .FeatImgFlex .FeatText {
    margin-bottom: 20px;
  }
}
#exam_guide #guideFeat .FeatTitle {
  color: #fff;
  position: relative;
  line-height: 1;
  margin-bottom: 40px;
  font-size: 60px;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideFeat .FeatTitle {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
#exam_guide #guideFeat .FeatTitle .big {
  font-size: 4.6875vw;
}
@media screen and (min-width: 1920px) {
  #exam_guide #guideFeat .FeatTitle .big {
    font-size: 90px;
  }
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideFeat .FeatTitle .big {
    font-size: 80px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideFeat .FeatTitle .big {
    font-size: 80px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideFeat .FeatTitle .big {
    font-size: 38px;
  }
}
#exam_guide #guideFeat .FeatTitle .small {
  font-weight: 500;
  font-size: 40px;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideFeat .FeatTitle .small {
    font-size: 24px;
  }
}
#exam_guide #guideFeat .FeatTitle::after {
  position: absolute;
  content: "#";
  font-size: 4.6875vw;
  left: -60px;
  top: 0;
}
@media screen and (min-width: 1920px) {
  #exam_guide #guideFeat .FeatTitle::after {
    font-size: 90px;
  }
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideFeat .FeatTitle::after {
    font-size: 80px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideFeat .FeatTitle::after {
    font-size: 80px;
    left: -50px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideFeat .FeatTitle::after {
    font-size: 40px;
    left: -29px;
  }
}
#exam_guide #guideFeat .FeatText {
  color: #fff;
  font-weight: 400;
  line-height: 2;
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideFeat .FeatText {
    font-size: 16px;
  }
}
#exam_guide #guideFeat h4 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideFeat h4 {
    font-size: 29px;
  }
}
#exam_guide #guideFeat h4 span {
  font-size: 80px;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideFeat h4 span {
    font-size: 55px;
  }
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideFeat .FeatFlex02 {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideFeat .FeatFlex02 {
    flex-wrap: wrap;
  }
}
#exam_guide #guideFeat .FeatFlex02 .FeatFlexItem {
  background-color: #fff;
  width: calc(33.3333333333% - 1px);
  padding: 45px 40px 60px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideFeat .FeatFlex02 .FeatFlexItem {
    width: calc(50% - 1px);
    margin-top: 2px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideFeat .FeatFlex02 .FeatFlexItem {
    width: calc(50% - 1px);
    margin-top: 2px;
    padding: 25px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideFeat .FeatFlex02 .FeatFlexItem {
    width: 100%;
    padding: 25px 20px 30px;
  }
}
#exam_guide #guideFeat .FeatFlex02 .FeatFlexImg {
  margin: 0 auto 30px;
  font-size: 0;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideFeat .FeatFlex02 .FeatFlexImg {
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideFeat .FeatFlex02 .FeatFlexImg img {
    width: 100%;
  }
}
#exam_guide #guideFeat .FeatFlex02 .FeatFlexTitle {
  color: #d3376b;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideFeat .FeatFlex02 .FeatFlexTitle {
    font-size: 26px;
  }
}
#exam_guide #guideFeat .FeatFlex02 .FeatFlexTitle span {
  font-size: 50px;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideFeat .FeatFlex02 .FeatFlexTitle span {
    font-size: 40px;
  }
}
#exam_guide #guideFeat .FeatFlex02 .FeatFlexTitle01 {
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideFeat .FeatFlex02 .FeatFlexTitle01 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideFeat .FeatFlex02 .FeatFlexTitle01 {
    margin-bottom: 15px;
  }
}
#exam_guide #guideFeat .FeatFlex02 .FeatFlexTitle02 {
  margin-top: -5px;
  margin-bottom: 25px;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideFeat .FeatFlex02 .FeatFlexTitle02 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideFeat .FeatFlex02 .FeatFlexTitle02 {
    margin-bottom: 15px;
  }
}
#exam_guide #guideFeat .FeatFlex02 .FeatFlexTitle03 {
  padding-top: 5px;
  margin-bottom: 25px;
  line-height: 1.5;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideFeat .FeatFlex02 .FeatFlexTitle03 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideFeat .FeatFlex02 .FeatFlexTitle03 {
    padding-top: 0;
    margin-bottom: 15px;
  }
}
#exam_guide #guideFeat .FeatFlex02 .FeatFlexText {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideFeat .FeatFlex02 .FeatFlexText {
    font-size: 16px;
  }
}
#exam_guide #guideFeat .FeatFlex02 .FeatFlexNumber {
  color: #d3376b;
  opacity: 20%;
  position: absolute;
  font-size: 7.2917vw;
  line-height: 1;
  right: -6px;
  bottom: -6px;
  font-weight: bold;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideFeat .FeatFlex02 .FeatFlexNumber {
    font-size: 94px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideFeat .FeatFlex02 .FeatFlexNumber {
    font-size: 74px;
  }
}
#exam_guide #guideClass {
  padding: 130px 0 30px;
  background-image: url(../images/common/bg@2x.jpg);
  background-size: 50px;
  background-repeat: repeat;
  background-position: left;
  top: -300vh;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideClass {
    top: -360vh;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideClass {
    top: -270vh;
    padding: 90px 0 30px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideClass {
    top: -320vh;
    padding: 60px 0 30px;
  }
}
#exam_guide #guideClass .classImgArea {
  margin-bottom: 70px;
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideClass .classImgArea {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideClass .classImgArea {
    margin-bottom: 70px;
  }
}
#exam_guide #guideClass .FvBox {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translate(0, -50%);
  width: 570px;
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideClass .FvBox {
    width: 100%;
    position: relative;
    right: 0;
    top: 120px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideClass .FvBox {
    width: 100%;
    position: relative;
    right: 0;
    top: 120px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideClass .FvBox {
    top: 190px;
  }
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideClass .FvBox .FvTitleArea {
    max-width: 610px;
    margin-bottom: 10px;
  }
}
@media print {
  #exam_guide #guideClass .FvBox .FvTitleArea {
    max-width: 510px;
    margin-bottom: 10px;
  }
}
#exam_guide #guideClass .FvBox .FvTitle {
  font-size: 32px;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideClass .FvBox .FvTitle {
    font-size: 22px;
  }
}
#exam_guide #guideClass .FvBox .FvTitle.is-active::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background-color: #d3376b;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
#exam_guide #guideClass .FvBox .FvTitle + .FvTitle {
  margin-top: 10px;
}
#exam_guide #guideClass .FvBox .FvTitle + .FvText {
  margin-top: 10px;
  font-weight: 400;
}
#exam_guide #guideClass .FvBox .FvTitle span {
  color: #fff;
  padding: 0 10px;
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideClass .FvBox .FvTitle span {
    font-size: 21px;
    padding: 5px 10px;
  }
}
#exam_guide #guideClass .FvBox .FvText {
  line-height: 1.8;
  margin-bottom: 20px;
  margin-top: 10px;
  font-weight: 400;
}
#exam_guide #guideClass .FvBox .Fvpink {
  background-color: #ffebf3;
  color: #d3376b;
}
#exam_guide #guideClass .FvBox .Fvpink div {
  max-width: 180px;
  padding-top: 15px;
}
#exam_guide #guideClass .FvBox .Fvpink p {
  font-weight: 500;
  padding: 5px 20px 15px;
}
#exam_guide #guideClass .FvBox02 {
  left: 40px;
  right: unset;
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideClass .FvBox02 {
    left: 0 !important;
  }
}
#exam_guide #guideClass .class-slide {
  overflow: visible;
  margin-top: 30px;
  margin-bottom: 160px;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideClass .class-slide {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideClass .class-slide {
    margin-bottom: 90px;
  }
}
#exam_guide #guideClass .class-slide li {
  padding: 0 15px;
  margin-bottom: 40px;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideClass .class-slide li {
    padding: 0 10px;
    margin-bottom: 15px;
  }
}
#exam_guide #guideClass .class-slide li .box {
  box-shadow: 2px 5px 5px rgba(155, 155, 155, 0.2);
  border-radius: 10px;
}
#exam_guide #guideClass .class-slide li .box .slideimg {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
#exam_guide #guideClass .class-slide li .box .slideimg img {
  width: 100%;
}
#exam_guide #guideClass .class-slide li .box .textArea {
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  padding: 25px;
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideClass .class-slide li .box .textArea {
    padding: 15px;
  }
}
#exam_guide #guideClass .class-slide li .box .textArea .slideTitle {
  background-color: #d3376b;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  padding: 0 10px;
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideClass .class-slide li .box .textArea .slideTitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideClass .class-slide li .box .textArea .slideTitle {
    font-size: 18px;
    padding: 0 10px;
  }
}
#exam_guide #guideClass .class-slide li .box .textArea .slideText {
  padding-top: 10px;
  min-height: 60px;
  font-weight: 400;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideClass .class-slide li .box .textArea .slideText {
    min-height: 85px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideClass .class-slide li .box .textArea .slideText {
    min-height: 60px;
  }
}
#exam_guide #guideClass .class-slide .slick-list {
  position: relative;
  padding-right: 110px;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideClass .class-slide .slick-list {
    padding-right: 60px;
  }
}
#exam_guide #guideClass .class-slide .slick-prev {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 0;
  transform: translate(-50%, -50%);
  z-index: 999;
  margin-top: 10px;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideClass .class-slide .slick-prev {
    margin-top: 0;
  }
}
#exam_guide #guideClass .class-slide .slick-prev::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/arw_sn@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 60px;
  height: 60px;
  opacity: 1;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideClass .class-slide .slick-prev::before {
    width: 40px;
    height: 40px;
  }
}
#exam_guide #guideClass .class-slide .slick-next {
  position: absolute;
  top: 100%;
  left: 80px;
  font-size: 0;
  margin-top: 10px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideClass .class-slide .slick-next {
    left: 60px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideClass .class-slide .slick-next {
    margin-top: 0;
  }
}
#exam_guide #guideClass .class-slide .slick-next::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/arw_sp@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 60px;
  height: 60px;
  opacity: 1;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideClass .class-slide .slick-next::before {
    width: 40px;
    height: 40px;
  }
}
#exam_guide #cbArea01 {
  z-index: 2;
}
@media screen and (max-width: 520px) {
  #exam_guide #cbArea01 .contactBg {
    padding: 60px 0 130px;
  }
}
#exam_guide #guideCurri {
  position: relative;
  z-index: 4;
}
#exam_guide #guideCurri .secText {
  margin-bottom: 45px;
  line-height: 2;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideCurri .secText {
    margin-bottom: 30px;
  }
}
#exam_guide #guideCurri .Bg03 {
  padding: 170px 0 130px;
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideCurri .Bg03 {
    padding: 130px 0;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideCurri .Bg03 {
    padding: 90px 0;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideCurri .Bg03 {
    padding: 60px 0;
  }
}
#exam_guide #guideCurri .custom-nav-buttons {
  justify-content: center;
}
#exam_guide #guideCurri .custom-nav-buttons button {
  background-color: #fff;
  border: 1px solid #d3376b;
  border-radius: 5px;
  color: #d3376b;
  padding: 8px 12px;
  margin: 0 4px;
  cursor: pointer;
  transition: background-color 0.3s;
  max-width: 278px;
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideCurri .custom-nav-buttons button {
    max-width: 148px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideCurri .custom-nav-buttons button {
    max-width: unset;
  }
}
#exam_guide #guideCurri .custom-nav-buttons button.active {
  background-color: #d3376b;
  color: #fff;
}
#exam_guide #guideCurri .custom-nav-button01 {
  padding-top: 50px;
}
#exam_guide #guideCurri .custom-nav-button01 button {
  width: 32%;
  margin: 0 10px 20px;
}
#exam_guide #guideCurri .custom-nav-button02 {
  padding-bottom: 40px;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideCurri .custom-nav-button02 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#exam_guide #guideCurri .custom-nav-button02 button {
  width: 24%;
  margin: 0 10px;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideCurri .custom-nav-button02 button {
    width: calc(50% - 10px);
    margin: 15px 0 0;
  }
}
#exam_guide #guideCurri .curri-slide {
  margin-bottom: 40px;
}
#exam_guide #guideCurri .curri-slide li {
  padding: 0 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideCurri .curri-slide li {
    padding: 0 20px;
    margin-bottom: 15px;
  }
}
#exam_guide #guideCurri .curri-slide li .slideFlex {
  background-color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 2px 5px 5px rgba(155, 155, 155, 0.2);
  padding: 35px;
  max-height: 400px;
}
@media screen and (max-width: 1400px) {
  #exam_guide #guideCurri .curri-slide li .slideFlex {
    max-height: 290px;
  }
}
@media screen and (max-width: 1260px) {
  #exam_guide #guideCurri .curri-slide li .slideFlex {
    flex-direction: column-reverse;
    min-height: unset;
    max-height: unset;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideCurri .curri-slide li .slideFlex {
    padding: 15px;
  }
}
#exam_guide #guideCurri .curri-slide li .slideFlex .slideTitle {
  background-color: #d3376b;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideCurri .curri-slide li .slideFlex .slideTitle {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
#exam_guide #guideCurri .curri-slide li .slideFlex .slideText {
  line-height: 1.8;
  font-weight: 400;
  color: #666;
  min-height: 115px;
}
@media screen and (max-width: 1260px) {
  #exam_guide #guideCurri .curri-slide li .slideFlex .slideText {
    min-height: 85px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideCurri .curri-slide li .slideFlex .slideText {
    letter-spacing: 0.15em;
    min-height: 120px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideCurri .curri-slide li .slideFlex .slideText {
    min-height: 105px;
    letter-spacing: 0;
  }
}
#exam_guide #guideCurri .curri-slide li .slideTextarea {
  max-width: 427px;
  width: 100%;
}
#exam_guide #guideCurri .curri-slide li .slideImg {
  max-width: 573px;
  width: 100%;
  padding-left: 40px;
}
@media screen and (max-width: 1400px) {
  #exam_guide #guideCurri .curri-slide li .slideImg {
    max-width: 403px;
  }
}
@media screen and (max-width: 1260px) {
  #exam_guide #guideCurri .curri-slide li .slideImg {
    max-width: 100%;
    height: unset;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideCurri .curri-slide li .slideImg {
    margin-bottom: 20px;
  }
}
#exam_guide #guideCurri .slick-list {
  position: relative;
}
#exam_guide #guideCurri .slick-prev {
  position: absolute;
  top: 40%;
  left: 21.5%;
  font-size: 0;
  transform: translate(-50%, -50%);
  z-index: 9;
  margin-top: 10px;
}
@media screen and (max-width: 1500px) {
  #exam_guide #guideCurri .slick-prev {
    left: 20%;
  }
}
@media screen and (max-width: 1260px) {
  #exam_guide #guideCurri .slick-prev {
    left: 19%;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideCurri .slick-prev {
    left: 18%;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideCurri .slick-prev {
    left: 4%;
  }
}
@media screen and (max-width: 375px) {
  #exam_guide #guideCurri .slick-prev {
    left: 3.5%;
  }
}
#exam_guide #guideCurri .slick-prev::before {
  content: "";
  position: absolute;
  background-image: url(../images/guide/arw_sn@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 60px;
  height: 60px;
  opacity: 1;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideCurri .slick-prev::before {
    width: 45px;
    height: 45px;
  }
}
#exam_guide #guideCurri .slick-next {
  position: absolute;
  top: 40%;
  right: 24%;
  font-size: 0;
  margin-top: 10px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1260px) {
  #exam_guide #guideCurri .slick-next {
    right: 24.5%;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideCurri .slick-next {
    right: 14%;
  }
}
@media screen and (max-width: 380px) {
  #exam_guide #guideCurri .slick-next {
    right: 13.5%;
  }
}
#exam_guide #guideCurri .slick-next::before {
  content: "";
  position: absolute;
  background-image: url(../images/guide/arw_sp@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 60px;
  height: 60px;
  opacity: 1;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideCurri .slick-next::before {
    width: 45px;
    height: 45px;
  }
}
#exam_guide #guideCurri .tabs {
  display: flex;
  flex-direction: column;
  padding: 30px 0 50px;
}
#exam_guide #guideCurri .tabs input[type=radio] {
  display: none;
}
#exam_guide #guideCurri .tabs label {
  background: #b3b3b3;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  width: 313px;
  margin: 0 15px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideCurri .tabs label {
    font-size: 14px;
    margin: 0 5px;
    width: 103px;
    padding: 10px 5px;
  }
}
#exam_guide #guideCurri .tabs #tab1:checked ~ .tabFlex label[for=tab1],
#exam_guide #guideCurri .tabs #tab2:checked ~ .tabFlex label[for=tab2],
#exam_guide #guideCurri .tabs #tab3:checked ~ .tabFlex label[for=tab3] {
  background: #d3376b;
  transition: 0.2s;
}
#exam_guide #guideCurri .tabs .content {
  background-color: #fff;
  display: none;
  padding: 50px;
  border-top: 2px solid #d3376b;
  border-bottom: 2px solid #d3376b;
  transition: 0.2s;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideCurri .tabs .content {
    padding: 25px 15px;
  }
}
#exam_guide #guideCurri .tabs .content .Item {
  border-top: 1px solid #ccc;
}
#exam_guide #guideCurri .tabs .content .Item:last-child {
  border-bottom: 1px solid #ccc;
}
#exam_guide #guideCurri .tabs .content .flexItem {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideCurri .tabs .content .flexItem {
    padding: 10px;
  }
}
#exam_guide #guideCurri .tabs .content .flexItem .title {
  font-size: 18px;
  font-weight: 500;
  width: 187px;
  padding: 5px 0;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideCurri .tabs .content .flexItem .title {
    width: 87px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideCurri .tabs .content .flexItem .title {
    font-size: 16px;
    width: 100px;
  }
}
#exam_guide #guideCurri .tabs .content .flexItem .text {
  width: calc(100% - 187px);
  padding: 5px 0 5px 20px;
  border-left: 1px solid #ccc;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideCurri .tabs .content .flexItem .text {
    width: calc(100% - 87px);
    padding: 5px 0 5px 13px;
  }
}
#exam_guide #guideCurri .tabs #tab1:checked ~ #content1,
#exam_guide #guideCurri .tabs #tab2:checked ~ #content2,
#exam_guide #guideCurri .tabs #tab3:checked ~ #content3 {
  display: block;
}
#exam_guide #guideCurri .whiteArea {
  margin: 30px 0 90px;
  background-color: #fff;
  padding: 40px;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideCurri .whiteArea {
    margin: 15px 0 60px;
    padding: 25px;
  }
}
#exam_guide #guideCurri .whiteArea .pinkTitle {
  font-size: 24px;
  background-color: #d3376b;
  display: inline-block;
  color: #fff;
  padding: 2px 10px;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideCurri .whiteArea .pinkTitle {
    padding: 5px 10px;
  }
}
#exam_guide #guideCurri .whiteArea .text {
  margin-top: 20px;
  line-height: 2;
  font-weight: 400;
}
#exam_guide #guideCurri .doubleArea {
  margin-top: 50px;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideCurri .doubleArea {
    flex-direction: column;
    margin-top: 10px;
  }
}
#exam_guide #guideCurri .doubleArea .Item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 600px) {
  #exam_guide #guideCurri .doubleArea .Item {
    width: 100%;
    margin-top: 30px;
  }
}
#exam_guide #guideCurri .doubleArea .Item p {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideCurri .doubleArea .Item p {
    font-size: 14px;
  }
}
#exam_guide #guideCurri .doubleArea .Item .name {
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideCurri .doubleArea .Item .name {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideCurri .doubleArea .Item .name {
    font-size: 14px;
  }
}
#exam_guide #guideCurri .doubleArea .Item .pinkTitleArea {
  margin-top: -70px;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideCurri .doubleArea .Item .pinkTitleArea {
    margin-top: -40px;
  }
}
#exam_guide #guideCurri .doubleArea .Item .pinkTitle {
  font-size: 24px;
  margin: 0 0 10px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideCurri .doubleArea .Item .pinkTitle {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
#exam_guide #guideCurri .doubleArea .Item .pinkTitle.is-active::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background-color: #d3376b;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
#exam_guide #guideCurri .doubleArea .Item .pinkTitle span {
  color: #fff;
  font-weight: 500;
  padding: 0 10px;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideCurri .doubleArea .Item .pinkTitle span {
    margin-bottom: 10px;
    padding: 5px 10px;
  }
}
#exam_guide #guideOC {
  background-image: url(../images/common/bg02@2x.png);
  background-size: 72px;
  background-repeat: repeat;
  background-position: left;
  background-color: #00b7b7;
  z-index: 4;
  position: relative;
}
#exam_guide #guideOC .Bg02 {
  padding: 190px 0 130px;
  border-radius: 60px 60px 0 0;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .Bg02 {
    padding: 90px 0;
    border-radius: 30px 30px 0 0;
    margin-top: -1px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideOC .Bg02 {
    padding: 60px 0;
  }
}
#exam_guide #guideOC .whiteTextArea {
  text-align: center;
  position: relative;
}
#exam_guide #guideOC .whiteTextArea .whiteText {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  line-height: 2;
  padding: 80px 0 70px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1350px) {
  #exam_guide #guideOC .whiteTextArea .whiteText {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideOC .whiteTextArea .whiteText {
    padding: 140px 0 140px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .whiteTextArea .whiteText {
    padding: 170px 0 140px;
    font-size: 25px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideOC .whiteTextArea .whiteText {
    padding: 170px 0 240px;
    font-size: 22px;
  }
}
#exam_guide #guideOC .whiteTextArea .leftImg {
  position: absolute;
  width: 27.29vw;
  height: 24.84vw;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1600px) {
  #exam_guide #guideOC .whiteTextArea .leftImg {
    width: 22.29vw;
  }
}
@media screen and (max-width: 1350px) {
  #exam_guide #guideOC .whiteTextArea .leftImg {
    width: 18.29vw;
    height: 20.84vw;
  }
}
@media screen and (max-width: 1150px) {
  #exam_guide #guideOC .whiteTextArea .leftImg {
    top: 20%;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .whiteTextArea .leftImg {
    width: 200px;
    height: 200px;
    top: 15%;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideOC .whiteTextArea .leftImg {
    width: 180px;
    height: 180px;
    top: 12%;
  }
}
@media print {
  #exam_guide #guideOC .whiteTextArea .leftImg {
    width: 300px;
    height: 300px;
    top: 30%;
  }
}
#exam_guide #guideOC .whiteTextArea .rightImg {
  position: absolute;
  width: 26.67vw;
  height: 22.86vw;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 1600px) {
  #exam_guide #guideOC .whiteTextArea .rightImg {
    width: 22.29vw;
  }
}
@media screen and (max-width: 1350px) {
  #exam_guide #guideOC .whiteTextArea .rightImg {
    width: 18.67vw;
    height: 18.86vw;
  }
}
@media screen and (max-width: 1150px) {
  #exam_guide #guideOC .whiteTextArea .rightImg {
    top: 70%;
  }
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideOC .whiteTextArea .rightImg {
    top: 80%;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .whiteTextArea .rightImg {
    width: 200px;
    height: 200px;
    top: 90%;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideOC .whiteTextArea .rightImg {
    width: 200px;
    height: 200px;
    top: 77%;
  }
}
@media print {
  #exam_guide #guideOC .whiteTextArea .rightImg {
    width: 300px;
    height: 300px;
    top: 70%;
  }
}
#exam_guide #guideOC .whiteTextArea .whiteArw {
  padding-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideOC .whiteTextArea .whiteArw {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .whiteTextArea .whiteArw {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideOC .whiteTextArea .whiteArw {
    padding-bottom: 0;
    margin: 0 auto;
    width: 70px;
  }
}
#exam_guide #guideOC .bnrArea {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
#exam_guide #guideOC .bnrArea .bnr {
  background-image: url(../images/guide/ocBnr@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1000px;
  height: 314px;
  display: inline-block;
  transition: all 0.2s;
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideOC .bnrArea .bnr {
    width: 100%;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .bnrArea .bnr {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideOC .bnrArea .bnr {
    background-image: url(../images/guide/ocBnr_sp@2x.png);
  }
}
#exam_guide #guideOC .bnrArea .bnr:hover {
  opacity: 1;
  background-image: url(../images/guide/ocBnr02@2x.png);
}
@media screen and (max-width: 520px) {
  #exam_guide #guideOC .bnrArea .bnr:hover {
    background-image: url(../images/guide/ocBnr02_sp@2x.png);
  }
}
#exam_guide #guideOC .scroll-infinity {
  margin-top: -70px;
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .scroll-infinity {
    margin-bottom: 60px;
  }
}
#exam_guide #guideOC .scroll-infinity .scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
#exam_guide #guideOC .scroll-infinity .scroll-infinity__wrap .scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: max-content;
  animation: infinity-scroll-left 80s linear infinite;
}
#exam_guide #guideOC .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
  flex-shrink: 0;
  width: 100vw;
}
@media screen and (max-width: 1800px) {
  #exam_guide #guideOC .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 110vw;
  }
}
@media screen and (max-width: 1600px) {
  #exam_guide #guideOC .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 120vw;
  }
}
@media screen and (max-width: 1400px) {
  #exam_guide #guideOC .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 140vw;
  }
}
@media screen and (max-width: 1200px) {
  #exam_guide #guideOC .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 160vw;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 130vw;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideOC .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item {
    width: 220vw;
  }
}
#exam_guide #guideOC .scroll-infinity .scroll-infinity__wrap .scroll-infinity__item > img {
  width: 100%;
  display: block;
}
#exam_guide #guideOC .gifArea {
  margin: 0 auto 60px;
  text-align: center;
  position: relative;
  width: 425px;
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideOC .gifArea {
    width: 325px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .gifArea {
    width: 275px;
  }
}
@media screen and (max-width: 600px) {
  #exam_guide #guideOC .gifArea {
    width: 190px;
    margin: 0 auto 40px;
  }
}
#exam_guide #guideOC .gifArea::before {
  position: absolute;
  content: "";
  background-image: url(../images/guide/oc03@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 258px;
  height: 186px;
  left: -260px;
  bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideOC .gifArea::before {
    width: 188px;
    height: 136px;
    left: -180px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .gifArea::before {
    width: 138px;
    height: 106px;
    left: -130px;
  }
}
@media screen and (max-width: 600px) {
  #exam_guide #guideOC .gifArea::before {
    width: 88px;
    height: 66px;
    left: -80px;
  }
}
#exam_guide #guideOC .gifArea::after {
  position: absolute;
  content: "";
  background-image: url(../images/guide/oc04@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 201px;
  height: 183px;
  right: -240px;
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideOC .gifArea::after {
    width: 161px;
    height: 143px;
    right: -180px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .gifArea::after {
    width: 131px;
    height: 113px;
    right: -140px;
  }
}
@media screen and (max-width: 600px) {
  #exam_guide #guideOC .gifArea::after {
    width: 81px;
    height: 73px;
    right: -80px;
  }
}
#exam_guide #guideOC .imgFlex {
  position: relative;
}
#exam_guide #guideOC .imgFlex .textArea {
  background-color: #fff;
  position: absolute;
  width: 742px;
  padding: 50px;
  box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideOC .imgFlex .textArea {
    width: 582px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .imgFlex .textArea {
    padding: 30px;
    width: 482px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideOC .imgFlex .textArea {
    padding: 20px;
    width: 100%;
    position: relative;
  }
}
#exam_guide #guideOC .imgFlex .textArea .pinkTitle {
  font-size: 36px;
  margin: 0 0 10px;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .imgFlex .textArea .pinkTitle {
    font-size: 32px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideOC .imgFlex .textArea .pinkTitle {
    font-size: 19px;
    margin: 0;
  }
}
#exam_guide #guideOC .imgFlex .textArea .pinkTitle span {
  background-color: #d3376b;
  display: inline-block;
  color: #fff;
  padding: 0 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideOC .imgFlex .textArea .pinkTitle span {
    margin-bottom: 10px;
    padding: 5px 10px;
  }
}
#exam_guide #guideOC .imgFlex .textArea .text {
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .imgFlex .textArea .text {
    letter-spacing: -0.03em;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideOC .imgFlex .textArea .text {
    font-size: 14px;
    letter-spacing: 0;
  }
}
#exam_guide #guideOC .flex01 {
  margin-bottom: 170px;
}
@media screen and (max-width: 1200px) {
  #exam_guide #guideOC .flex01 {
    margin-bottom: 360px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .flex01 {
    margin-bottom: 380px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideOC .flex01 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1200px) {
  #exam_guide #guideOC .flex01 .imgArea {
    padding-right: 200px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .flex01 .imgArea {
    padding-right: 160px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideOC .flex01 .imgArea {
    padding-right: 90px;
  }
}
#exam_guide #guideOC .flex01 .textArea {
  right: 0;
  bottom: -70px;
}
@media screen and (max-width: 1200px) {
  #exam_guide #guideOC .flex01 .textArea {
    bottom: -250px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .flex01 .textArea {
    bottom: -290px;
    width: 482px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideOC .flex01 .textArea {
    bottom: 25px;
    width: 90%;
    margin: 0 0 0 auto;
  }
}
#exam_guide #guideOC .flex01 .textArea::after {
  position: absolute;
  content: "";
  background-image: url(../images/guide/oc06@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 177px;
  height: 195px;
  right: 30px;
  top: -194px;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .flex01 .textArea::after {
    width: 127px;
    height: 155px;
    right: 10px;
    top: -140px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideOC .flex01 .textArea::after {
    width: 97px;
    height: 105px;
    right: 0;
    top: -105px;
  }
}
#exam_guide #guideOC .flex02 {
  margin-bottom: 210px;
}
@media screen and (max-width: 1200px) {
  #exam_guide #guideOC .flex02 {
    margin-bottom: 400px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .flex02 {
    margin-bottom: 420px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideOC .flex02 {
    margin-bottom: 60px;
  }
}
#exam_guide #guideOC .flex02 .imgArea {
  text-align: end;
}
@media screen and (max-width: 1200px) {
  #exam_guide #guideOC .flex02 .imgArea {
    padding-left: 200px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .flex02 .imgArea {
    padding-left: 160px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideOC .flex02 .imgArea {
    padding-left: 90px;
  }
}
#exam_guide #guideOC .flex02 .textArea {
  left: 0;
  bottom: -100px;
}
@media screen and (max-width: 1200px) {
  #exam_guide #guideOC .flex02 .textArea {
    bottom: -280px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .flex02 .textArea {
    bottom: -290px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideOC .flex02 .textArea {
    bottom: 25px;
    width: 85%;
  }
}
#exam_guide #guideOC .flex02 .textArea::after {
  position: absolute;
  content: "";
  background-image: url(../images/guide/oc08@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 177px;
  height: 195px;
  left: 30px;
  top: -195px;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .flex02 .textArea::after {
    width: 127px;
    height: 155px;
    left: 10px;
    top: -149px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideOC .flex02 .textArea::after {
    width: 177px;
    height: 105px;
    top: -105px;
  }
}
#exam_guide #guideOC .organizeArea {
  background-color: #fff;
  padding: 70px 90px;
  margin-bottom: 120px;
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideOC .organizeArea {
    padding: 40px 60px;
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .organizeArea {
    padding: 40px 30px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  #exam_guide #guideOC .organizeArea {
    padding: 20px;
    margin-bottom: 45px;
  }
}
#exam_guide #guideOC .organizeArea .title {
  color: #d3376b;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .organizeArea .title {
    font-size: 34px;
  }
}
@media screen and (max-width: 600px) {
  #exam_guide #guideOC .organizeArea .title {
    font-size: 28px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideOC .organizeArea .title {
    font-size: 24px;
  }
}
#exam_guide #guideOC .organizeArea .time {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideOC .organizeArea .time {
    font-size: 20px;
  }
}
#exam_guide #guideOC .organizeArea .dayArea .year {
  background-color: #00b7b7;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  padding: 2px 15px;
  padding: 0 10px;
  margin: 0 0 25px;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideOC .organizeArea .dayArea .year {
    margin: 0 0 15px;
  }
}
#exam_guide #guideOC .organizeArea .dayArea ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideOC .organizeArea .dayArea ul {
    padding-bottom: 10px;
  }
}
#exam_guide #guideOC .organizeArea .dayArea ul li {
  width: calc(25% - 10px);
  background-color: #d3376b;
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  padding: 13px 5px 15px;
  text-indent: 0.5em;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideOC .organizeArea .dayArea ul li {
    padding: 8px 5px 11px;
    width: calc(50% - 10px);
    text-indent: 0.3em;
  }
}
#exam_guide #guideOC .organizeArea .dayArea ul li span {
  background-color: #fff;
  border-radius: 50%;
  color: #d3376b;
  font-size: 11px;
  padding: 1px 2px 1px 3px;
  position: relative;
  margin-left: 10px;
  top: -5px;
}
#exam_guide #guideOC .organizeArea .dayArea ul .past {
  background-color: #b3b3b3;
}
#exam_guide #guideOC .organizeArea .dayArea ul .past span {
  color: #b3b3b3;
}
#exam_guide #guideOC .organizeArea .dayArea ul .dummy {
  visibility: hidden;
  padding: 0;
  margin: 0;
}
#exam_guide #guideOC .noc {
  padding: 70px 90px 50px;
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideOC .noc {
    padding: 40px 60px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideOC .noc {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 600px) {
  #exam_guide #guideOC .noc {
    padding: 20px;
  }
}
#exam_guide #guideOC .joinArea {
  background-color: #fff3fb;
  color: #d3376b;
  font-size: 24px;
  font-weight: 500;
  padding: 15px;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideOC .joinArea {
    font-size: 20px;
    padding: 10px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideOC .joinArea {
    font-size: 16px;
  }
}
#exam_guide #guideOC .whiteTitle {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideOC .whiteTitle {
    font-size: 28px;
  }
}
#exam_guide #guideOC .whiteText {
  font-weight: 400;
  color: #fff;
}
#exam_guide #guideOC .whitesubText {
  color: #fff;
  font-weight: 400;
  margin-top: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideOC .whitesubText {
    margin-top: 10px;
  }
}
#exam_guide #guideOC .contentArea {
  background-color: #fff;
  margin: 30px 0 0;
  transition: 0.2s;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideOC .contentArea {
    margin: 20px 0 0;
  }
}
#exam_guide #guideOC .contentArea .flexItem {
  display: flex;
  align-items: center;
  border-bottom: 5px solid #d3376b;
}
@media screen and (max-width: 800px) {
  #exam_guide #guideOC .contentArea .flexItem {
    background-color: #fff8fc;
  }
}
#exam_guide #guideOC .contentArea .flexItem .time {
  background-color: #fff8fc;
  color: #d3376b;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 20px;
  width: 140px;
  text-align: center;
}
@media screen and (max-width: 1110px) {
  #exam_guide #guideOC .contentArea .flexItem .time {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 600px) {
  #exam_guide #guideOC .contentArea .flexItem .time {
    font-size: 24px;
    padding: 10px;
    width: 100px;
  }
}
#exam_guide #guideOC .contentArea .flexItem .textArea {
  width: calc(100% - 80px);
  padding: 0 20px;
  background-color: #fff;
}
@media screen and (max-width: 800px) {
  #exam_guide #guideOC .contentArea .flexItem .textArea {
    padding: 20px;
  }
}
@media screen and (max-width: 600px) {
  #exam_guide #guideOC .contentArea .flexItem .textArea {
    width: calc(100% - 100px);
  }
}
#exam_guide #guideOC .contentArea .flexItem .textArea .title {
  color: #d3376b;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideOC .contentArea .flexItem .textArea .title {
    font-size: 18px;
  }
}
#exam_guide #guideOC .contentArea .flexItem .textArea .text {
  color: #666;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideOC .contentArea .flexItem .textArea .text {
    font-size: 14px;
  }
}
#exam_guide .dotsBg {
  background-image: url(../images/common/dottoBg@2x.png);
  background-size: 22px;
  background-repeat: repeat;
  background-position: left;
  background-color: #fff;
}
#exam_guide #campuslife {
  z-index: 4;
  position: relative;
  margin-top: -1px;
}
#exam_guide #campuslife .dotsBg {
  padding: 110px 0 60px;
}
@media screen and (max-width: 820px), print {
  #exam_guide #campuslife .dotsBg {
    padding: 50px 0 30px;
  }
}
#exam_guide #campuslife .lifeTitle {
  font-size: 66px;
  font-weight: bold;
  margin-bottom: 40px;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
@media screen and (max-width: 1050px) {
  #exam_guide #campuslife .lifeTitle {
    font-size: 6vw;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #campuslife .lifeTitle {
    margin-bottom: 20px;
  }
}
@media print {
  #exam_guide #campuslife .lifeTitle {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
#exam_guide #campuslife .lifeTitle.active {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  transition: 0.5s ease;
}
#exam_guide #campuslife .lifeTitle .big {
  font-size: 100px;
}
@media screen and (max-width: 1050px) {
  #exam_guide #campuslife .lifeTitle .big {
    font-size: 9vw;
  }
}
@media print {
  #exam_guide #campuslife .lifeTitle .big {
    font-size: 100px;
  }
}
#exam_guide #campuslife .lifeTitle .big.slash {
  margin-right: 40px;
}
@media screen and (max-width: 1050px) {
  #exam_guide #campuslife .lifeTitle .big.slash {
    margin-right: 4vw;
  }
}
@media print {
  #exam_guide #campuslife .lifeTitle .big.slash {
    margin-right: 20px;
  }
}
#exam_guide #campuslife .lifeTitle .big.slash02 {
  margin-left: 40px;
}
@media screen and (max-width: 1050px) {
  #exam_guide #campuslife .lifeTitle .big.slash02 {
    margin-left: 4vw;
  }
}
@media print {
  #exam_guide #campuslife .lifeTitle .big.slash02 {
    margin-left: 20px;
  }
}
#exam_guide #campuslife .lifeTitle .green {
  color: #00b7b7;
}
#exam_guide #campuslife .lifeTitle .pink {
  color: #d3376b;
}
#exam_guide #campuslife .lifeText {
  font-size: 30px;
  font-weight: 500;
  line-height: 67px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1050px) {
  #exam_guide #campuslife .lifeText {
    font-size: 2.6vw;
    line-height: 5vw;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #campuslife .lifeText {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #campuslife .lifeText {
    font-size: 4.5vw;
    line-height: 8vw;
  }
}
@media print {
  #exam_guide #campuslife .lifeText {
    font-size: 2.6vw;
    line-height: 5vw;
  }
}
#exam_guide #campuslife .lifeImage {
  position: relative;
  display: inline-block;
  -webkit-transform: none;
  transform: none;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  opacity: 0;
}
@media print {
  #exam_guide #campuslife .lifeImage {
    opacity: 1;
    rotate: 0deg;
  }
}
#exam_guide #campuslife .imgPop {
  opacity: 0;
  scale: 1.1;
}
@media print {
  #exam_guide #campuslife .imgPop {
    opacity: 1;
    scale: 1;
  }
}
#exam_guide #campuslife .imgPop.active {
  opacity: 1;
  scale: 1;
  transition: 0.7s ease 0s;
}
#exam_guide #campuslife .lifeImageArea01,
#exam_guide #campuslife .lifeImageArea03 {
  position: relative;
  overflow-x: clip;
}
#exam_guide #campuslife .lifeImageArea01 .life01,
#exam_guide #campuslife .lifeImageArea03 .life01 {
  width: 50.78125%;
  top: 0;
  left: 4.7vw;
  rotate: 10deg;
}
@media screen and (max-width: 520px) {
  #exam_guide #campuslife .lifeImageArea01 .life01,
  #exam_guide #campuslife .lifeImageArea03 .life01 {
    width: 89.7%;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
#exam_guide #campuslife .lifeImageArea01 .life01.active,
#exam_guide #campuslife .lifeImageArea03 .life01.active {
  opacity: 1;
  rotate: 0deg;
  transition: 0.4s cubic-bezier(0.25, 0.25, 0.4, 1.65) 0s;
}
#exam_guide #campuslife .lifeImageArea01 .life01 .life03,
#exam_guide #campuslife .lifeImageArea03 .life01 .life03 {
  position: absolute;
  bottom: -11.5vw;
  left: 6vw;
  width: 9vw;
}
@media screen and (max-width: 520px) {
  #exam_guide #campuslife .lifeImageArea01 .life01 .life03,
  #exam_guide #campuslife .lifeImageArea03 .life01 .life03 {
    width: 17.6vw;
    bottom: -32vw;
    left: 1vw;
  }
}
#exam_guide #campuslife .lifeImageArea01 .life02,
#exam_guide #campuslife .lifeImageArea03 .life02 {
  width: 48%;
  right: 4.7vw;
  rotate: -7deg;
}
@media screen and (max-width: 520px) {
  #exam_guide #campuslife .lifeImageArea01 .life02,
  #exam_guide #campuslife .lifeImageArea03 .life02 {
    position: absolute;
    width: 71.9vw;
    right: 1.5vw;
    bottom: 0;
  }
}
#exam_guide #campuslife .lifeImageArea01 .life02.active,
#exam_guide #campuslife .lifeImageArea03 .life02.active {
  opacity: 1;
  rotate: 0deg;
  transition: 0.4s cubic-bezier(0.25, 0.25, 0.4, 1.65) 0s;
}
#exam_guide #campuslife .lifeImageArea01 .life02 .life04,
#exam_guide #campuslife .lifeImageArea03 .life02 .life04 {
  position: absolute;
  bottom: -5.2vw;
  right: 0;
  width: 12.5vw;
}
#exam_guide #campuslife .lifeImageArea01 .life06,
#exam_guide #campuslife .lifeImageArea03 .life06 {
  width: 26.3%;
  left: -5px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
@media screen and (max-width: 520px) {
  #exam_guide #campuslife .lifeImageArea01 .life06,
  #exam_guide #campuslife .lifeImageArea03 .life06 {
    width: 45.5vw;
    left: 5vw;
  }
}
@media print {
  #exam_guide #campuslife .lifeImageArea01 .life06,
  #exam_guide #campuslife .lifeImageArea03 .life06 {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
#exam_guide #campuslife .lifeImageArea01 .life06.active,
#exam_guide #campuslife .lifeImageArea03 .life06.active {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  transition: 0.5s ease;
}
#exam_guide #campuslife .lifeImageArea01 .life07,
#exam_guide #campuslife .lifeImageArea03 .life07 {
  width: 30%;
  left: -10px;
}
@media screen and (max-width: 520px) {
  #exam_guide #campuslife .lifeImageArea01 .life07,
  #exam_guide #campuslife .lifeImageArea03 .life07 {
    width: 52.8vw;
    left: -8.4vw;
  }
}
#exam_guide #campuslife .lifeImageArea01 .life08,
#exam_guide #campuslife .lifeImageArea03 .life08 {
  width: 48.2%;
  position: absolute;
  rotate: -7deg;
}
@media screen and (max-width: 520px) {
  #exam_guide #campuslife .lifeImageArea01 .life08,
  #exam_guide #campuslife .lifeImageArea03 .life08 {
    position: relative;
    width: 79.3vw;
    left: 54%;
    transform: translate(-50%, 0);
    margin-top: 10px;
    z-index: 2;
  }
}
#exam_guide #campuslife .lifeImageArea01 .life08.active,
#exam_guide #campuslife .lifeImageArea03 .life08.active {
  opacity: 1;
  rotate: 0deg;
  transition: 0.4s cubic-bezier(0.25, 0.25, 0.4, 1.65) 0s;
}
#exam_guide #campuslife .lifeImageArea01 .life08 .life09,
#exam_guide #campuslife .lifeImageArea03 .life08 .life09 {
  position: absolute;
  right: 4.7vw;
  top: -8.3vw;
  width: 30.3vw;
}
@media screen and (max-width: 520px) {
  #exam_guide #campuslife .lifeImageArea01 .life08 .life09,
  #exam_guide #campuslife .lifeImageArea03 .life08 .life09 {
    width: 40.8vw;
    right: 3.8vw;
  }
}
#exam_guide #campuslife .lifeImageArea01 .life10,
#exam_guide #campuslife .lifeImageArea03 .life10 {
  width: 43.2%;
  left: -30px;
  rotate: 10deg;
}
@media screen and (max-width: 520px) {
  #exam_guide #campuslife .lifeImageArea01 .life10,
  #exam_guide #campuslife .lifeImageArea03 .life10 {
    width: 70.3vw;
    left: 5vw;
    margin-top: -16vw;
  }
}
#exam_guide #campuslife .lifeImageArea01 .life10.active,
#exam_guide #campuslife .lifeImageArea03 .life10.active {
  opacity: 1;
  rotate: 0deg;
  transition: 0.4s cubic-bezier(0.25, 0.25, 0.4, 1.65) 0s;
}
#exam_guide #campuslife .lifeImageArea01 .life11,
#exam_guide #campuslife .lifeImageArea03 .life11 {
  width: 27.4%;
  left: -2.6vw;
  top: -5.2vw;
}
@media screen and (max-width: 520px) {
  #exam_guide #campuslife .lifeImageArea01 .life11,
  #exam_guide #campuslife .lifeImageArea03 .life11 {
    width: 41.7vw;
    position: absolute;
    bottom: 0;
    right: 5vw;
    left: auto;
    top: auto;
  }
}
#exam_guide #campuslife .lifeImageArea01 .life12,
#exam_guide #campuslife .lifeImageArea03 .life12 {
  width: 26%;
  top: -3.9vw;
}
@media screen and (max-width: 520px) {
  #exam_guide #campuslife .lifeImageArea01 .life12,
  #exam_guide #campuslife .lifeImageArea03 .life12 {
    width: 33.2vw;
    position: absolute;
    bottom: 0;
    left: 14vw;
    top: auto;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #campuslife .lifeImageArea01 {
    padding-bottom: 21.4vw;
  }
}
#exam_guide #campuslife .lifeImageArea02 {
  width: 50.5vw;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  #exam_guide #campuslife .lifeImageArea02 {
    width: 80.5vw;
  }
  #exam_guide #campuslife .lifeImageArea02 .life04 {
    position: absolute;
    bottom: 1.4vw;
    right: -4.4vw;
    width: 16.3vw;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #campuslife .lifeImageArea03 {
    padding-bottom: 17.4vw;
  }
}
#exam_guide #voice {
  z-index: 5;
  position: relative;
  margin-top: -1px;
}
#exam_guide #voice .dotsBg {
  padding-bottom: 110px;
}
@media screen and (max-width: 820px), print {
  #exam_guide #voice .dotsBg {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #voice .secTitle03 {
    margin-bottom: 30px;
  }
}
#exam_guide #voice .voiceBox + .voiceBox {
  margin-top: 80px;
}
@media screen and (max-width: 820px), print {
  #exam_guide #voice .voiceBox + .voiceBox {
    margin-top: 60px;
  }
}
#exam_guide #voice .voiceBox .voiceMain {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px), print {
  #exam_guide #voice .voiceBox .voiceMain {
    margin-bottom: 20px;
  }
}
#exam_guide #voice .voiceBox .voiceMain::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/bg03@2x.png);
  background-size: 72px;
  background-repeat: repeat;
  height: 82.8%;
  width: 100%;
  z-index: -1;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 820px), print {
  #exam_guide #voice .voiceBox .voiceMain::before {
    height: 100%;
  }
}
#exam_guide #voice .voiceBox .voiceMain .voiceArea {
  width: 85.8%;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  #exam_guide #voice .voiceBox .voiceMain .voiceArea {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #voice .voiceBox .voiceMain .voiceArea {
    flex-direction: column;
    padding: 0 30px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #voice .voiceBox .voiceMain .voiceArea {
    padding: 0 20px;
  }
}
@media print {
  #exam_guide #voice .voiceBox .voiceMain .voiceArea {
    width: 100%;
  }
}
#exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceTitleArea {
  width: 630px;
  margin-top: 60px;
}
@media screen and (max-width: 1250px) {
  #exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceTitleArea {
    width: 550px;
  }
}
@media screen and (max-width: 1024px) {
  #exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceTitleArea {
    width: 48vw;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceTitleArea {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceTitleArea {
    margin-top: 20px;
  }
}
#exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceTitleArea.is-active .bg-wrap::before {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  background-color: #d3376b;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
#exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceTitleArea .voiceTitle {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  #exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceTitleArea .voiceTitle {
    margin-bottom: 15px;
  }
}
@media print {
  #exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceTitleArea .voiceTitle {
    max-width: 610px;
    margin-bottom: 15px;
  }
}
#exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceTitleArea .bg-wrap {
  position: relative;
  display: inline-block;
}
@media print {
  #exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceTitleArea .bg-wrap::before {
    opacity: 1;
    transform: scaleX(1) translateX(0);
    background-color: #d3376b;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform-origin: left center;
  }
}
#exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceTitleArea .bg-wrap + .bg-wrap {
  margin-top: 7px;
}
@media screen and (max-width: 520px) {
  #exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceTitleArea .bg-wrap + .bg-wrap {
    margin-top: 4px;
  }
}
#exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceTitleArea .inn {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  #exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceTitleArea .inn {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  #exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceTitleArea .inn {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceTitleArea .inn {
    width: 100%;
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceTitleArea .inn {
    padding: 2px 5px;
    font-size: 4.5vw;
  }
}
#exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceTitleArea .voiceName span {
  background-color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 10px;
}
@media screen and (max-width: 1024px) {
  #exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceTitleArea .voiceName span {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceTitleArea .voiceName span {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceTitleArea .voiceName span {
    font-size: 3.3vw;
    padding: 2px 5px;
  }
}
#exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceTitleArea .voiceName + .voiceName {
  margin-top: 7px;
}
#exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceImage {
  width: calc(100% - 630px);
  margin-top: auto;
}
@media screen and (max-width: 1250px) {
  #exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceImage {
    width: calc(100% - 550px);
  }
}
@media screen and (max-width: 1024px) {
  #exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceImage {
    width: calc(100% - 48vw);
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceImage {
    width: 50%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceImage {
    width: 70%;
  }
}
#exam_guide #voice .voiceBox .voiceMain .voiceArea .voiceImage img {
  vertical-align: bottom;
}
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #voice .voiceBox .voiceFlex {
    flex-direction: column;
  }
}
#exam_guide #voice .voiceBox .voiceFlex .voiceLeft {
  width: 45.5%;
}
@media screen and (max-width: 820px), print {
  #exam_guide #voice .voiceBox .voiceFlex .voiceLeft {
    width: 100%;
    margin-bottom: 20px;
  }
}
#exam_guide #voice .voiceBox .voiceFlex .voiceLeft .voiceTitle02 {
  color: #d3376b;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  #exam_guide #voice .voiceBox .voiceFlex .voiceLeft .voiceTitle02 {
    font-size: 18px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #voice .voiceBox .voiceFlex .voiceLeft .voiceTitle02 {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #voice .voiceBox .voiceFlex .voiceLeft .voiceTitle02 {
    font-size: 20px;
  }
}
#exam_guide #voice .voiceBox .voiceFlex .voiceLeft .voiceText {
  line-height: 33px;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1024px) {
  #exam_guide #voice .voiceBox .voiceFlex .voiceLeft .voiceText {
    line-height: 26px;
    font-size: 14px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #voice .voiceBox .voiceFlex .voiceLeft .voiceText {
    line-height: 22px;
  }
}
#exam_guide #voice .voiceBox .voiceFlex .voiceRight {
  width: 48%;
}
@media screen and (max-width: 820px), print {
  #exam_guide #voice .voiceBox .voiceFlex .voiceRight {
    width: 100%;
  }
}
#exam_guide #guideYear {
  margin-top: -1px;
  background-image: url(../images/common/bg@2x.jpg);
  background-size: 50px;
  background-repeat: repeat;
  background-position: left;
  position: relative;
  z-index: 4;
  padding: 1px 0 130px;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideYear {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideYear {
    padding-bottom: 60px;
  }
}
#exam_guide #guideYear::before {
  content: "";
  position: absolute;
  background-image: url(../images/common/bg02@2x.png);
  background-size: 72px;
  background-repeat: repeat;
  background-position: left;
  background-color: #d3376b;
  width: 100%;
  height: 300px;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideYear::before {
    height: 730px;
  }
}
#exam_guide #guideYear .pinkText {
  font-size: 30px;
  font-weight: bold;
  color: #d3376b;
}
#exam_guide #guideYear .tabs02 {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideYear .tabs02 {
    font-size: 20px;
  }
}
#exam_guide #guideYear .tabs02 input[type=radio] {
  display: none;
}
#exam_guide #guideYear .tabs02 label {
  background: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
  cursor: pointer;
  width: 526px;
  margin: 0 10px;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 15px;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideYear .tabs02 label {
    font-size: 20px;
    padding: 5px;
    padding-bottom: 10px;
  }
}
#exam_guide #guideYear .tabs02 label span {
  font-size: 36px;
  padding: 0 5px;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideYear .tabs02 label span {
    font-size: 32px;
  }
}
#exam_guide #guideYear .tabs02 .pink {
  border: 1px solid #d3376b;
  color: #d3376b;
  border-bottom: none;
  font-weight: 500;
}
#exam_guide #guideYear .tabs02 .green {
  border: 1px solid #00b7b7;
  color: #00b7b7;
  border-bottom: none;
  font-weight: 500;
}
#exam_guide #guideYear .tabs02 #tab4:checked ~ .tabFlex label[for=tab4] {
  background: #d3376b;
  color: #fff;
  transition: 0.2s;
  font-weight: 500;
}
#exam_guide #guideYear .tabs02 #tab5:checked ~ .tabFlex label[for=tab5] {
  background: #00b7b7;
  color: #fff;
  transition: 0.2s;
  font-weight: 500;
}
#exam_guide #guideYear .tabs02 .content {
  background-color: #fff;
  display: none;
  padding: 50px 0 0;
  border-top: 2px solid #d3376b;
  transition: 0.2s;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideYear .tabs02 .content {
    padding: 20px 0 0;
  }
}
#exam_guide #guideYear .tabs02 .content .subjectArea {
  border: 1px solid #fff;
}
#exam_guide #guideYear .tabs02 .content .Item {
  background-color: #fff8fc;
}
#exam_guide #guideYear .tabs02 .content .flexItem {
  border: 2px solid #fff;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideYear .tabs02 .content .flexItem {
    align-items: stretch;
  }
}
#exam_guide #guideYear .tabs02 .content .flexItem .title {
  background-color: #d3376b;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 20px;
  width: 140px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideYear .tabs02 .content .flexItem .title {
    font-size: 20px;
    width: 100px;
    padding: 10px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideYear .tabs02 .content .flexItem .title {
    width: 70px;
  }
}
#exam_guide #guideYear .tabs02 .content .flexItem .text {
  color: #d3376b;
  font-size: 18px;
  font-weight: 500;
  width: calc(100% - 140px);
  padding: 5px 20px;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideYear .tabs02 .content .flexItem .text {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 5px 10px;
    width: calc(100% - 100px);
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideYear .tabs02 .content .flexItem .text {
    font-size: 14px;
  }
}
#exam_guide #guideYear .tabs02 .greenArea .Item {
  background-color: #f0fbfc;
}
#exam_guide #guideYear .tabs02 .greenArea .flexItem .title {
  background-color: #00b7b7;
}
#exam_guide #guideYear .tabs02 .greenArea .flexItem .text {
  color: #00b7b7;
}
#exam_guide #guideYear .tabs02 #tab4:checked ~ #content4,
#exam_guide #guideYear .tabs02 #tab5:checked ~ #content5 {
  display: block;
}
#exam_guide #guideEmploy {
  padding: 130px 0 1px;
  margin-top: -11px;
  z-index: 4;
  margin-top: -1px;
  position: relative;
  background-image: url(../images/common/bg@2x.jpg);
  background-size: 50px;
  background-repeat: repeat;
  background-position: left;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideEmploy {
    padding: 90px 0 1px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideEmploy {
    padding: 60px 0 1px;
  }
}
#exam_guide #guideEmploy .EmployImgFlex {
  align-items: center;
  padding-top: 20px;
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideEmploy .EmployImgFlex {
    flex-direction: column;
    align-items: start;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideEmploy .EmployImgFlex {
    flex-direction: column;
  }
}
#exam_guide #guideEmploy .EmployImgFlex .EmployTextarea {
  padding-left: 60px;
  padding-right: 80px;
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideEmploy .EmployImgFlex .EmployTextarea {
    padding-right: 0;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideEmploy .EmployImgFlex .EmployTextarea {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideEmploy .EmployImgFlex .EmployTextarea {
    padding-left: 20px;
  }
}
#exam_guide #guideEmploy .EmployImgFlex .EmployTextarea .EmployTitle {
  color: #d3376b;
  position: relative;
  line-height: 1.2;
  margin-bottom: 40px;
  font-size: 60px;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideEmploy .EmployImgFlex .EmployTextarea .EmployTitle {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
#exam_guide #guideEmploy .EmployImgFlex .EmployTextarea .EmployTitle .big {
  font-size: 4.6875vw;
}
@media screen and (min-width: 1920px) {
  #exam_guide #guideEmploy .EmployImgFlex .EmployTextarea .EmployTitle .big {
    font-size: 90px;
  }
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideEmploy .EmployImgFlex .EmployTextarea .EmployTitle .big {
    font-size: 80px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideEmploy .EmployImgFlex .EmployTextarea .EmployTitle .big {
    font-size: 80px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideEmploy .EmployImgFlex .EmployTextarea .EmployTitle .big {
    font-size: 44px;
  }
}
#exam_guide #guideEmploy .EmployImgFlex .EmployTextarea .EmployTitle .small {
  font-weight: 500;
  font-size: 40px;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideEmploy .EmployImgFlex .EmployTextarea .EmployTitle .small {
    font-size: 28px;
  }
}
#exam_guide #guideEmploy .EmployImgFlex .EmployTextarea .EmployTitle::after {
  position: absolute;
  content: "#";
  font-size: 4.6875vw;
  left: -60px;
  top: 0;
}
@media screen and (min-width: 1920px) {
  #exam_guide #guideEmploy .EmployImgFlex .EmployTextarea .EmployTitle::after {
    font-size: 90px;
  }
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideEmploy .EmployImgFlex .EmployTextarea .EmployTitle::after {
    font-size: 80px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideEmploy .EmployImgFlex .EmployTextarea .EmployTitle::after {
    font-size: 80px;
    left: -50px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideEmploy .EmployImgFlex .EmployTextarea .EmployTitle::after {
    font-size: 44px;
    left: -30px;
  }
}
#exam_guide #guideEmploy .EmployImgFlex .EmployText {
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideEmploy .EmployImgFlex .EmployText {
    margin-bottom: 20px;
  }
}
#exam_guide #guideEmploy .EmployImgFlex .EmployImg {
  width: calc(100% - 500px);
}
@media screen and (max-width: 1024px) {
  #exam_guide #guideEmploy .EmployImgFlex .EmployImg {
    width: unset;
    margin: 15px auto 30px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideEmploy .EmployImgFlex .EmployImg {
    margin-top: 15px;
    margin-bottom: 30px;
    max-width: unset;
    text-align: center;
  }
}
@media print {
  #exam_guide #guideEmploy .EmployImgFlex .EmployImg02 {
    display: none;
  }
}
#exam_guide #guideEmploy .pinkText {
  color: #d3376b;
  font-size: 40px;
  font-weight: bold;
  padding: 90px 0 30px;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideEmploy .pinkText {
    padding: 30px 0;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideEmploy .pinkText {
    font-size: 30px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideEmploy .employFlex {
    flex-direction: column;
  }
}
#exam_guide #guideEmploy .employFlex .item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideEmploy .employFlex .item {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideEmploy .employFlex .item {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideEmploy .employFlex .item .Img img {
    width: 100%;
  }
}
#exam_guide #guideEmploy .employFlex .item .title {
  font-size: 32px;
  margin: 20px 0 10px;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideEmploy .employFlex .item .title {
    font-size: 24px;
    margin: 10px 0;
  }
}
#exam_guide #guideEmploy .employFlex .item .title span {
  background-color: #d3376b;
  display: inline-block;
  color: #fff;
  padding: 0 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  #exam_guide #guideEmploy .employFlex .item .title span {
    margin-bottom: 10px;
    padding: 5px 10px;
  }
}
#exam_guide #guideEmploy .employFlex .item .text {
  font-size: 18px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideEmploy .employFlex .item .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideEmploy .employFlex .item .text {
    font-size: 14px;
  }
}
#exam_guide #guideEmploy .greenArea {
  border: 3px solid #00b7b7;
  background-color: #fff;
  max-width: 1000px;
  margin: 110px auto 75px;
  padding: 20px 35px;
  position: relative;
}
@media screen and (max-width: 900px) {
  #exam_guide #guideEmploy .greenArea {
    padding: 45px 35px 20px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideEmploy .greenArea {
    margin-top: 60px;
    padding: 45px 15px 20px;
  }
}
#exam_guide #guideEmploy .greenArea .greenAreaImg {
  position: absolute;
  width: 190px;
  height: 190px;
  left: -30px;
  top: -80px;
}
@media screen and (max-width: 1100px) {
  #exam_guide #guideEmploy .greenArea .greenAreaImg {
    width: 160px;
    height: 160px;
    top: -100px;
  }
}
@media screen and (max-width: 900px) {
  #exam_guide #guideEmploy .greenArea .greenAreaImg {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width: 600px) {
  #exam_guide #guideEmploy .greenArea .greenAreaImg {
    width: 120px;
    height: 120px;
    left: -10px;
    top: -80px;
  }
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideEmploy .greenArea .flex {
    flex-direction: column;
  }
}
#exam_guide #guideEmploy .greenArea .title {
  color: #d3376b;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideEmploy .greenArea .title {
    font-size: 26px;
  }
}
#exam_guide #guideEmploy .greenArea .title span {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  #exam_guide #guideEmploy .greenArea .title span {
    font-size: 20px;
  }
}
#exam_guide #guideEmploy .greenArea .Img {
  width: 400px;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideEmploy .greenArea .Img {
    width: 100%;
    text-align: center;
  }
}
#exam_guide #guideEmploy .greenArea .text {
  font-size: 18px;
  font-weight: 400;
  width: calc(100% - 440px);
  line-height: 2;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideEmploy .greenArea .text {
    width: 100%;
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  #exam_guide #guideEmploy .greenArea .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideEmploy .greenArea .text {
    font-size: 14px;
  }
}
#exam_guide #guideEmploy .location-list {
  background-color: #fff;
  border-top: 1px solid #ccc;
  display: flex;
  gap: 1rem;
  padding: 10px 15px;
}
#exam_guide #guideEmploy .location-list dt {
  font-size: 18px;
  width: 140px;
  padding-bottom: 0.3rem;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideEmploy .location-list dt {
    width: 60px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideEmploy .location-list dt {
    width: 45px;
    font-size: 16px;
  }
}
#exam_guide #guideEmploy .location-list dd {
  border-left: 1px solid #ccc;
  font-weight: 400;
  padding-left: 15px;
  line-height: 1.8;
  margin: 0;
  letter-spacing: 0.02em;
  width: calc(100% - 140px);
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideEmploy .location-list dd {
    width: calc(100% - 60px);
    letter-spacing: 0;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideEmploy .location-list dd {
    width: calc(100% - 45px);
  }
}
#exam_guide #guideEmploy .location-list .mt10 {
  padding-top: 3px;
}
#exam_guide #guideEmploy .location-list01 {
  margin-top: 25px;
}
#exam_guide #guideEmploy .location-list02 {
  margin-bottom: 120px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guideEmploy .location-list02 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guideEmploy .location-list02 {
    margin-bottom: 45px;
  }
}
#exam_guide #guidePB {
  z-index: 4;
  position: relative;
  margin-top: -1px;
  background-image: url(../images/common/bg@2x.jpg);
  background-size: 50px;
  background-repeat: repeat;
  background-position: left;
  padding: 1px 0 130px;
}
@media screen and (max-width: 820px), print {
  #exam_guide #guidePB {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 520px) {
  #exam_guide #guidePB {
    padding-bottom: 60px;
  }
}
#exam_guide #guidePB .pinkBtn {
  background-color: #d3376b;
  border: 1px solid #d3376b;
  box-shadow: 1px 1px 7px rgba(155, 155, 155, 0.2);
  color: #fff;
  display: block;
  max-width: 800px;
  margin: 50px auto 0;
  padding: 30px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #exam_guide #guidePB .pinkBtn {
    margin: 30px auto 0;
    padding: 20px;
  }
}
#exam_guide #guidePB .pinkBtn::after {
  position: absolute;
  content: "";
  background-image: url(../images/guide/employ06@2x.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 600px) {
  #exam_guide #guidePB .pinkBtn::after {
    width: 30px;
    height: 30px;
  }
}
#exam_guide #guidePB .pinkBtn .title {
  font-size: 30px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #exam_guide #guidePB .pinkBtn .title {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 5px;
  }
}
#exam_guide #guidePB .pinkBtn .subtext {
  font-size: 13px;
  font-weight: 400;
}
#exam_guide #guidePB .pinkBtn .text {
  display: inline-block;
  margin-top: 25px;
}
@media screen and (max-width: 600px) {
  #exam_guide #guidePB .pinkBtn .text {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
#exam_guide #guidePB .pinkBtn .text span {
  font-size: 18px;
  position: relative;
  border-bottom: 1px solid #fff;
  padding-right: 20px;
}
@media screen and (max-width: 600px) {
  #exam_guide #guidePB .pinkBtn .text span {
    font-size: 16px;
  }
}
#exam_guide #guidePB .pinkBtn .text span:after {
  background-image: url(../images/guide/dl01@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  content: "";
  display: block;
  height: 18px;
  transition: all 0.2s;
  width: 18px;
  right: -1px;
  top: 50%;
  transform: translate(0, -50%);
}
#exam_guide #guidePB .pinkBtn:hover {
  opacity: 1;
  background-color: #fff;
  color: #d3376b;
}
#exam_guide #guidePB .pinkBtn:hover::after {
  background-image: url(../images/guide/employ07@2x.png);
}
#exam_guide #guidePB .pinkBtn:hover .text span {
  border-bottom: 1px solid #d3376b;
}
#exam_guide #guidePB .pinkBtn:hover .text span:after {
  background-image: url(../images/guide/dl02@2x.png);
}
#exam_guide #cbArea02 {
  position: relative;
  z-index: 3;
}

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
#privacy {
  font-weight: 400;
}
#privacy #privacyContents {
  padding: 80px 0 110px;
}
@media screen and (max-width: 820px), print {
  #privacy #privacyContents {
    padding: 40px 0 50px;
  }
}
#privacy #privacyContents .wrapper {
  max-width: 800px;
}
#privacy #privacyContents .privacyText {
  margin-bottom: 30px;
}
@media screen and (max-width: 820px), print {
  #privacy #privacyContents .privacyText {
    margin-bottom: 15px;
  }
}
#privacy #privacyContents .privacyItem + .privacyItem {
  margin-top: 30px;
}
#privacy #privacyContents .privacyItem + .privacyItem p + p {
  margin-top: 20px;
}
@media screen and (max-width: 820px), print {
  #privacy #privacyContents .privacyItem + .privacyItem p + p {
    margin-top: 10px;
  }
}
#privacy #privacyContents .privacyItem .privacyTitle {
  color: #d3376b;
  background-color: #fff8fc;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 520px) {
  #privacy #privacyContents .privacyItem .privacyTitle {
    font-size: 18px;
    padding: 5px 10px;
  }
}
#privacy #privacyContents .privacyItem ul {
  padding-left: 1em;
}
#privacy #privacyContents .privacyItem ul li {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
#privacy #privacyContents .privacyItem ul li span {
  color: #d3376b;
}

#recruitment {
  font-weight: normal;
}
#recruitment #recruitmentContents {
  padding: 100px 0;
}
@media screen and (max-width: 820px), print {
  #recruitment #recruitmentContents {
    padding: 50px 0;
  }
}
#recruitment #recruitmentContents .recruitmentTitle {
  font-size: 40px;
  font-weight: bold;
  line-height: 58px;
  color: #d3376b;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px), print {
  #recruitment #recruitmentContents .recruitmentTitle {
    font-size: 30px;
    font-weight: bold;
    line-height: 46px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  #recruitment #recruitmentContents .recruitmentTitle {
    font-size: 21px;
    line-height: 30px;
  }
}
#recruitment #recruitmentContents .recruitmentText {
  font-weight: normal;
  line-height: 33px;
}
@media screen and (max-width: 820px), print {
  #recruitment #recruitmentContents .recruitmentText {
    line-height: 2;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 520px) {
  #recruitment #recruitmentContents .recruitmentText {
    text-align: left;
    letter-spacing: 0.05rem;
  }
}
#recruitment #recruitmentContents #Application .dlbtn {
  max-width: 800px;
  width: 100%;
  display: block;
  background-color: #d3376b;
  padding: 35px;
  color: #fff;
  position: relative;
  margin: 40px auto 30px;
}
@media screen and (max-width: 820px), print {
  #recruitment #recruitmentContents #Application .dlbtn {
    margin: 40px auto;
  }
}
@media screen and (max-width: 520px) {
  #recruitment #recruitmentContents #Application .dlbtn {
    margin: 30px auto;
    padding: 20px 35px;
  }
}
#recruitment #recruitmentContents #Application .dlbtn::before {
  position: absolute;
  content: "";
  right: 5px;
  bottom: -12px;
  border-left: 35px solid #fff;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  transform: rotate(45deg);
}
@media screen and (max-width: 520px) {
  #recruitment #recruitmentContents #Application .dlbtn::before {
    bottom: -7px;
    border-left: 20px solid #fff;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
}
#recruitment #recruitmentContents #Application .dlbtn .Title {
  font-weight: bold;
  font-size: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 820px), print {
  #recruitment #recruitmentContents #Application .dlbtn .Title {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 520px) {
  #recruitment #recruitmentContents #Application .dlbtn .Title {
    font-size: 22px;
  }
}
#recruitment #recruitmentContents #Application .dlbtn .note {
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px), print {
  #recruitment #recruitmentContents #Application .dlbtn .note {
    margin-bottom: 15px;
  }
}
#recruitment #recruitmentContents #Application .dlbtn .Text span {
  border-bottom: 1px solid #fff;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  padding-right: 25px;
  padding-bottom: 5px;
}
@media screen and (max-width: 520px) {
  #recruitment #recruitmentContents #Application .dlbtn .Text span {
    font-size: 16px;
    display: inline-block;
  }
}
#recruitment #recruitmentContents #Application .dlbtn .Text span::before {
  position: absolute;
  content: "";
  background-color: #d3376b;
  background-image: url(../images/common/pdficon@2x.png);
  background-size: contain;
  width: 18px;
  height: 19px;
  right: 0;
  top: 40%;
  transform: translate(0, -50%);
}
#recruitment #recruitmentContents .faxArea {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 80px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 10px;
}
@media screen and (max-width: 820px), print {
  #recruitment #recruitmentContents .faxArea {
    margin-bottom: 40px;
  }
}
#recruitment #recruitmentContents .faxArea .faxTitle {
  color: #d3376b;
  font-size: 20px;
}
@media screen and (max-width: 520px) {
  #recruitment #recruitmentContents .faxArea .faxTitle {
    font-size: 18px;
  }
}
#recruitment #recruitmentContents .faxArea .faxNumber {
  font-size: 30px;
  font-weight: bold;
  color: #d3376b;
}
@media screen and (max-width: 520px) {
  #recruitment #recruitmentContents .faxArea .faxNumber {
    font-size: 24px;
  }
}
#recruitment #recruitmentContents .faxArea .faxNumber span {
  font-size: 50px;
  margin-left: 20px;
  font-weight: normal;
}
@media screen and (max-width: 520px) {
  #recruitment #recruitmentContents .faxArea .faxNumber span {
    font-size: 42px;
    margin-left: 10px;
  }
}
#recruitment #recruitmentContents .noteArea .noteItem + .noteItem {
  margin-top: 30px;
}
#recruitment #recruitmentContents .noteArea .noteItem + .noteItem p + p {
  margin-top: 20px;
}
@media screen and (max-width: 820px), print {
  #recruitment #recruitmentContents .noteArea .noteItem + .noteItem p + p {
    margin-top: 10px;
  }
}
#recruitment #recruitmentContents .noteArea .noteItem .noteTitle {
  color: #d3376b;
  background-color: #fff8fc;
  font-size: 20px;
  font-weight: 500;
  padding: 5px 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 520px) {
  #recruitment #recruitmentContents .noteArea .noteItem .noteTitle {
    font-size: 18px;
    padding: 5px 10px;
  }
}
#recruitment #recruitmentContents .noteArea .noteItem ul li {
  text-indent: -1.4em;
  padding-left: 1.4em;
}
#recruitment #recruitmentContents .noteArea .noteItem ul li + li {
  margin-top: 15px;
}
#recruitment #recruitmentContents .noteArea .noteItem ul li span {
  color: #d3376b;
}
#recruitment #recruitmentContents .noteArea .noteItem ul .numberList li + li {
  margin-top: 0;
}

#our_shools #our_shools_1,
#our_shools #our_shools_2,
#our_shools #our_shools_4 {
  visibility: hidden;
  padding-top: 90px;
  margin-top: -90px;
}
@media screen and (max-width: 1024px) {
  #our_shools #our_shools_1,
  #our_shools #our_shools_2,
  #our_shools #our_shools_4 {
    padding-top: 10px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 820px), print {
  #our_shools #our_shools_1,
  #our_shools #our_shools_2,
  #our_shools #our_shools_4 {
    padding-top: 25px;
    margin-top: -25px;
  }
}
#our_shools #our_shools_3,
#our_shools #our_shools_5 {
  visibility: hidden;
  padding-top: 90px;
  margin-top: -90px;
}
@media screen and (max-width: 1024px) {
  #our_shools #our_shools_3,
  #our_shools #our_shools_5 {
    padding-top: 10px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 820px), print {
  #our_shools #our_shools_3,
  #our_shools #our_shools_5 {
    padding-top: 70px;
    margin-top: -70px;
  }
}
#our_shools #greetings {
  z-index: -5;
}
@media screen and (max-width: 1024px) {
  #our_shools #greetings {
    top: -150vh;
  }
}
@media screen and (max-width: 820px), print {
  #our_shools #greetings {
    top: -75vh;
  }
}
@media screen and (max-width: 520px) {
  #our_shools #greetings {
    top: -160vh;
  }
}
@media screen and (max-height: 820px) {
  #our_shools #greetings {
    top: -180vh;
  }
}
#our_shools #greetings .bg {
  background-color: #fff8fc;
  border-radius: 60px 60px 0 0;
  padding: 120px 0 270px;
  box-shadow: 0 -8px 10px rgba(158, 158, 158, 0.2);
}
@media screen and (max-width: 820px), print {
  #our_shools #greetings .bg {
    padding: 60px 0 135px;
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 520px) {
  #our_shools #greetings .bg {
    padding: 60px 0 90px;
  }
}
#our_shools #greetings .aisatuArea {
  margin-bottom: 40px;
  align-items: center;
}
@media screen and (max-width: 820px), print {
  #our_shools #greetings .aisatuArea {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #our_shools #greetings .aisatuArea {
    flex-direction: column;
    margin-bottom: 0;
  }
}
#our_shools #greetings .aisatuArea .aisatuItem {
  width: 312px;
}
@media screen and (max-width: 820px), print {
  #our_shools #greetings .aisatuArea .aisatuItem {
    width: 230px;
  }
}
@media screen and (max-width: 520px) {
  #our_shools #greetings .aisatuArea .aisatuItem {
    margin: 0 auto 10px;
  }
}
#our_shools #greetings .aisatuArea .aisatuItem + .aisatuItem {
  width: calc(100% - 405px);
}
@media screen and (max-width: 1024px) {
  #our_shools #greetings .aisatuArea .aisatuItem + .aisatuItem {
    width: calc(100% - 375px);
  }
}
@media screen and (max-width: 820px), print {
  #our_shools #greetings .aisatuArea .aisatuItem + .aisatuItem {
    width: calc(100% - 270px);
  }
}
@media screen and (max-width: 520px) {
  #our_shools #greetings .aisatuArea .aisatuItem + .aisatuItem {
    width: 100%;
  }
}
#our_shools #greetings .aisatuArea .aisatuItem .aisatuTitle {
  color: #d3376b;
  font-weight: bold;
  font-size: 50px;
  margin-bottom: 30px;
  text-indent: -2.9rem;
  padding-left: 2.9rem;
}
@media screen and (max-width: 1024px) {
  #our_shools #greetings .aisatuArea .aisatuItem .aisatuTitle {
    font-size: 42px;
  }
}
@media screen and (max-width: 820px), print {
  #our_shools #greetings .aisatuArea .aisatuItem .aisatuTitle {
    font-size: 36px;
    text-indent: -2.2rem;
    padding-left: 2.2rem;
  }
}
@media screen and (max-width: 520px) {
  #our_shools #greetings .aisatuArea .aisatuItem .aisatuTitle {
    font-size: 28px;
    margin-bottom: 10px;
    line-height: 1.5;
    text-indent: -2rem;
    padding-left: 2rem;
  }
}
#our_shools #greetings .aisatuArea .aisatuItem .aisatuTitle span {
  font-size: 60px;
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  #our_shools #greetings .aisatuArea .aisatuItem .aisatuTitle span {
    font-size: 52px;
  }
}
@media screen and (max-width: 820px), print {
  #our_shools #greetings .aisatuArea .aisatuItem .aisatuTitle span {
    font-size: 38px;
  }
}
@media screen and (max-width: 520px) {
  #our_shools #greetings .aisatuArea .aisatuItem .aisatuTitle span {
    font-size: 30px;
  }
}
#our_shools #greetings .aisatuArea .aisatuItem .name {
  font-size: 22px;
}
@media screen and (max-width: 820px), print {
  #our_shools #greetings .aisatuArea .aisatuItem .name {
    font-size: 18px;
  }
}
#our_shools #greetings .aisatuText {
  line-height: 2;
  font-weight: 400;
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  #our_shools #greetings .aisatuText {
    font-size: 16px;
  }
}
#our_shools #greetings .aisatuText + .aisatuText {
  margin-top: 20px;
}
@media screen and (max-width: 820px), print {
  #our_shools #greetings .aisatuText + .aisatuText {
    margin-top: 10px;
  }
}
#our_shools #about {
  z-index: -4;
}
@media screen and (max-height: 820px) {
  #our_shools #about {
    top: -170vh;
  }
}
@media screen and (max-height: 520px) {
  #our_shools #about {
    top: -170vh;
  }
}
#our_shools #about .bg {
  background-color: #d3376b;
  background-image: url(../images/common/bg02@2x.png);
  background-position: left;
  background-repeat: repeat;
  background-size: 74px 73px;
  box-shadow: 0 -8px 10px rgba(158, 158, 158, 0.2);
  border-radius: 60px 60px 0 0;
  padding: 120px 0 330px;
}
@media screen and (max-width: 820px), print {
  #our_shools #about .bg {
    padding: 60px 0 185px;
    border-radius: 30px 30px 0 0;
  }
}
#our_shools #about .secTitleArea {
  color: #fff;
}
#our_shools #about .secTitleArea .secsubTitle {
  color: #fff;
}
@media screen and (max-width: 520px) {
  #our_shools #about .aboutArea {
    flex-direction: column;
  }
}
#our_shools #about .aboutArea .aboutItem {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 820px), print {
  #our_shools #about .aboutArea .aboutItem {
    max-width: 280px;
  }
}
@media screen and (max-width: 520px) {
  #our_shools #about .aboutArea .aboutItem {
    margin: 0 auto;
  }
}
#our_shools #about .aboutArea .aboutItem + .aboutItem {
  max-width: 730px;
  margin-top: -30px;
  margin-left: 50px;
}
@media screen and (max-width: 820px), print {
  #our_shools #about .aboutArea .aboutItem + .aboutItem {
    margin-left: 30px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 520px) {
  #our_shools #about .aboutArea .aboutItem + .aboutItem {
    max-width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
}
#our_shools #about .aboutArea .aboutItem .aboutTitle {
  color: #fff;
  font-size: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 820px), print {
  #our_shools #about .aboutArea .aboutItem .aboutTitle {
    font-size: 38px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 520px) {
  #our_shools #about .aboutArea .aboutItem .aboutTitle {
    font-size: 30px;
    line-height: 1.3;
    margin-top: 10px;
  }
}
#our_shools #about .aboutArea .aboutItem .aboutTitle span {
  font-size: 60px;
  margin-right: 10px;
}
@media screen and (max-width: 820px), print {
  #our_shools #about .aboutArea .aboutItem .aboutTitle span {
    font-size: 48px;
  }
}
@media screen and (max-width: 520px) {
  #our_shools #about .aboutArea .aboutItem .aboutTitle span {
    font-size: 32px;
  }
}
#our_shools #about .aboutArea .aboutItem .Text {
  color: #fff;
  font-weight: 400;
  line-height: 2;
  font-size: 18px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 520px) {
  #our_shools #about .aboutArea .aboutItem .Text {
    font-size: 16px;
  }
}
#our_shools #about .aboutArea .aboutItem .aboutList {
  background-color: #fff;
  padding: 20px 30px 25px;
  margin-top: 35px;
}
@media screen and (max-width: 820px), print {
  #our_shools #about .aboutArea .aboutItem .aboutList {
    margin-top: 20px;
  }
}
@media screen and (max-width: 520px) {
  #our_shools #about .aboutArea .aboutItem .aboutList {
    padding: 10px 15px 15px;
  }
}
#our_shools #about .aboutArea .aboutItem .aboutList li + li {
  margin-top: 10px;
}
@media screen and (max-width: 520px) {
  #our_shools #about .aboutArea .aboutItem .aboutList li + li {
    margin-top: 5px;
  }
}
#our_shools #about .aboutArea .aboutItem .aboutList li .listTitle {
  font-size: 22px;
  color: #d3376b;
  font-weight: bold;
}
@media screen and (max-width: 520px) {
  #our_shools #about .aboutArea .aboutItem .aboutList li .listTitle {
    font-size: 18px;
  }
}
#our_shools #about .aboutArea .aboutItem .aboutList li .listTitle span {
  font-size: 24px;
}
@media screen and (max-width: 520px) {
  #our_shools #about .aboutArea .aboutItem .aboutList li .listTitle span {
    font-size: 20px;
  }
}
#our_shools #about .aboutArea .aboutItem .aboutList li .Text {
  font-weight: 400;
  margin-left: 15px;
  color: #333;
}
@media screen and (max-width: 1024px) {
  #our_shools #about .aboutArea .aboutItem .aboutList li .Text {
    letter-spacing: 0;
  }
}
#our_shools #about .aboutArea + .aboutArea {
  margin-top: 90px;
}
@media screen and (max-width: 820px), print {
  #our_shools #about .aboutArea + .aboutArea {
    margin-top: 45px;
  }
}
#our_shools #spcontent {
  z-index: 0;
  margin-top: -60px;
}
@media screen and (max-width: 1024px) {
  #our_shools #spcontent {
    top: -170vh;
  }
}
@media screen and (max-width: 820px), print {
  #our_shools #spcontent {
    top: -130vh;
  }
}
@media screen and (max-width: 520px) {
  #our_shools #spcontent {
    top: -250vh;
  }
}
@media screen and (max-height: 820px) {
  #our_shools #spcontent {
    top: -330vh;
  }
}
@media screen and (max-height: 620px) {
  #our_shools #spcontent {
    top: -200vh;
  }
}
@media print {
  #our_shools #spcontent {
    margin-top: -60px;
  }
}
#our_shools #spcontent .bg {
  background-color: #fff;
  border-radius: 60px 60px 0 0;
  padding: 155px 0 220px;
  box-shadow: 0 -8px 10px rgba(158, 158, 158, 0.2);
}
@media screen and (max-width: 820px), print {
  #our_shools #spcontent .bg {
    border-radius: 30px 30px 0 0;
    padding: 75px 0 110px;
  }
}
#our_shools #spcontent .contentBox {
  flex-wrap: wrap;
  padding-top: 20px;
}
#our_shools #spcontent .contentBox .boxItem {
  width: calc(33.3333333333% - 25px);
  margin-bottom: 50px;
}
@media screen and (max-width: 820px), print {
  #our_shools #spcontent .contentBox .boxItem {
    width: 48%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 520px) {
  #our_shools #spcontent .contentBox .boxItem {
    width: 100%;
  }
}
#our_shools #spcontent .contentBox .boxItem .TextArea {
  background-color: #fff5f9;
  padding: 20px 30px 70px;
  position: relative;
}
@media screen and (max-width: 1295px) {
  #our_shools #spcontent .contentBox .boxItem .TextArea {
    min-height: 270px;
  }
}
@media screen and (max-width: 955px) {
  #our_shools #spcontent .contentBox .boxItem .TextArea {
    min-height: 325px;
  }
}
@media screen and (max-width: 820px), print {
  #our_shools #spcontent .contentBox .boxItem .TextArea {
    min-height: 235px;
  }
}
@media screen and (max-width: 685px) {
  #our_shools #spcontent .contentBox .boxItem .TextArea {
    min-height: 325px;
  }
}
@media screen and (max-width: 520px) {
  #our_shools #spcontent .contentBox .boxItem .TextArea {
    padding: 10px 15px 55px;
    min-height: auto;
  }
}
#our_shools #spcontent .contentBox .boxItem .TextArea::before {
  position: absolute;
  content: "";
  background-image: url(../images/our_shools/arw@2x.png);
  background-size: contain;
  width: 50px;
  height: 50px;
  right: 10px;
  bottom: 10px;
}
@media screen and (max-width: 520px) {
  #our_shools #spcontent .contentBox .boxItem .TextArea::before {
    width: 40px;
    height: 40px;
  }
}
#our_shools #spcontent .contentBox .boxItem .TextArea .Title {
  color: #d3376b;
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #our_shools #spcontent .contentBox .boxItem .TextArea .Title {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 520px) {
  #our_shools #spcontent .contentBox .boxItem .TextArea .Title {
    font-size: 20px;
  }
}
#our_shools #spcontent .contentBox .boxItem .TextArea .Text {
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #our_shools #spcontent .contentBox .boxItem .TextArea .Text {
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 820px), print {
  #our_shools #spcontent .contentBox .boxItem .TextArea .Text {
    letter-spacing: 0;
  }
}
#our_shools #history {
  z-index: 1;
  top: -150vh;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  #our_shools #history {
    top: -240vh;
  }
}
@media screen and (max-width: 820px), print {
  #our_shools #history {
    top: -120vh;
  }
}
@media screen and (max-width: 520px) {
  #our_shools #history {
    top: -210vh;
  }
}
@media screen and (max-height: 820px) {
  #our_shools #history {
    top: -250vh;
  }
}
#our_shools #history .bg {
  background-color: #fff8fc;
  border-radius: 60px 60px 0 0;
  padding: 120px 0 330px;
  box-shadow: 0 -8px 10px rgba(158, 158, 158, 0.2);
}
@media screen and (max-width: 820px), print {
  #our_shools #history .bg {
    padding: 60px 0 185px;
    border-radius: 30px 30px 0 0;
  }
}
#our_shools #history dl {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
  background-color: #fff;
}
@media screen and (max-width: 520px) {
  #our_shools #history dl {
    flex-direction: column;
    padding: 10px;
  }
}
#our_shools #history dl:first-of-type {
  border-top: 1px solid #ccc;
}
#our_shools #history dl dt {
  width: 80px;
  padding: 5px 0;
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  #our_shools #history dl dt {
    width: 100%;
    font-size: 16px;
    padding: 0;
  }
}
#our_shools #history dl dd {
  width: calc(100% - 100px);
  border-left: 1px solid #ccc;
  padding: 5px 0 5px 20px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  #our_shools #history dl dd {
    width: 100%;
    border-left: none;
    padding: 0;
  }
}
#our_shools #history dl dd span {
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px;
  margin-left: 6px;
}
@media screen and (max-width: 520px) {
  #our_shools #history dl dd span {
    font-size: 16px;
    margin-right: 10px;
    margin-left: 0;
  }
}
#our_shools #history dl dd span.ml0 {
  margin-left: 0;
}
#our_shools #history dl dd p {
  text-indent: -3.4rem;
  padding-left: 3.4rem;
}
@media screen and (max-width: 820px), print {
  #our_shools #history dl dd p {
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 520px) {
  #our_shools #history dl dd p {
    text-indent: -2.5rem;
    padding-left: 2.5rem;
    letter-spacing: -0.02em;
    padding-bottom: 7px;
  }
  #our_shools #history dl dd p:last-of-type {
    padding-bottom: 0;
  }
}
#our_shools #access {
  z-index: 2;
  margin-top: -60px;
}
#our_shools #access .bg {
  background-color: #fff;
  border-radius: 60px 60px 0 0;
  box-shadow: 0 -8px 10px rgba(158, 158, 158, 0.2);
  padding: 125px 0 140px;
}
@media screen and (max-width: 820px), print {
  #our_shools #access .bg {
    padding: 60px 0 70px;
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (max-width: 520px) {
  #our_shools #access .mapbox {
    flex-direction: column;
  }
}
#our_shools #access .mapbox .mapItem {
  width: 47%;
}
#our_shools #access .mapbox .mapItem img {
  border: 2px solid #ccc;
  padding: 10px;
}
@media screen and (max-width: 520px) {
  #our_shools #access .mapbox .mapItem {
    width: 100%;
    margin-top: 20px;
  }
}
#our_shools #access .map {
  height: 0;
  overflow: hidden;
  padding-bottom: 68.35%;
  position: relative;
  max-width: 1160px;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px), print {
  #our_shools #access .map {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #our_shools #access .map {
    padding-bottom: 70.35%;
  }
}
#our_shools #access .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  #our_shools #access .accessbox {
    flex-direction: column;
  }
}
#our_shools #access .accessbox .accessItem {
  width: 41%;
}
@media screen and (max-width: 1024px) {
  #our_shools #access .accessbox .accessItem {
    width: 100%;
  }
}
#our_shools #access .accessbox .accessItem img {
  border: 2px solid #ccc;
  padding: 10px;
}
#our_shools #access .accessbox .accessItem + .accessItem {
  width: 54%;
}
@media screen and (max-width: 1024px) {
  #our_shools #access .accessbox .accessItem + .accessItem {
    margin-top: 20px;
    width: 100%;
  }
}
#our_shools #access a {
  border-bottom: 1px solid #d3376b;
  color: #d3376b;
  position: relative;
  padding-right: 20px;
}
#our_shools #access a::before {
  position: absolute;
  content: "";
  background-image: url(../images/our_shools/link@2x.png);
  background-size: contain;
  width: 15px;
  height: 14px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#our_shools #access .accessTitle {
  font-size: 34px;
  border-left: 3px solid #d3376b;
  padding-left: 20px;
  margin: 60px 0 30px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 820px), print {
  #our_shools #access .accessTitle {
    font-size: 28px;
    margin: 30px 0 15px;
  }
}
@media screen and (max-width: 520px) {
  #our_shools #access .accessTitle {
    font-size: 22px;
  }
}
#our_shools #access dl {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
  background-color: #fff;
}
@media screen and (max-width: 520px) {
  #our_shools #access dl {
    flex-direction: column;
    padding: 10px;
  }
}
#our_shools #access dl:first-of-type {
  border-top: 1px solid #ccc;
}
#our_shools #access dl dt {
  width: 150px;
  padding: 5px 0;
  font-size: 18px;
}
@media screen and (max-width: 520px) {
  #our_shools #access dl dt {
    width: 100%;
    font-size: 16px;
    padding: 0;
  }
}
#our_shools #access dl dd {
  width: calc(100% - 150px);
  border-left: 1px solid #ccc;
  padding: 5px 0 5px 20px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  #our_shools #access dl dd {
    width: 100%;
    border-left: none;
    padding: 0;
  }
}
#our_shools #access dl dd span {
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px;
}

@media print {
  #scholarship .print__hide {
    display: none !important;
  }
}
#scholarship .print__show {
  display: none;
}
@media print {
  #scholarship .print__show {
    display: block !important;
  }
}
#scholarship #scholarship_3,
#scholarship #scholarship_4 {
  visibility: hidden;
  padding-top: 130px;
  margin-top: -130px;
}
@media screen and (max-width: 1024px) {
  #scholarship #scholarship_3,
  #scholarship #scholarship_4 {
    padding-top: 70px;
    margin-top: -70px;
  }
}
@media screen and (max-width: 820px), print {
  #scholarship #scholarship_3,
  #scholarship #scholarship_4 {
    padding-top: 100px;
    margin-top: -100px;
  }
}
#scholarship #scholarship_1,
#scholarship #scholarship_2,
#scholarship #scholarship_5 {
  visibility: hidden;
  padding-top: 90px;
  margin-top: -90px;
}
@media screen and (max-width: 1024px) {
  #scholarship #scholarship_1,
  #scholarship #scholarship_2,
  #scholarship #scholarship_5 {
    padding-top: 10px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 820px), print {
  #scholarship #scholarship_1,
  #scholarship #scholarship_2,
  #scholarship #scholarship_5 {
    padding-top: 40px;
    margin-top: -40px;
  }
}
#scholarship .sticky {
  top: -60vh;
}
@media screen and (max-width: 1024px) {
  #scholarship .sticky {
    top: -130vh;
  }
}
@media screen and (max-width: 820px), print {
  #scholarship .sticky {
    top: -60vh;
  }
}
@media screen and (max-height: 820px) {
  #scholarship .sticky {
    top: -75vh;
  }
}
#scholarship .secTitle {
  font-size: 54px;
  line-height: 1.3;
  color: #d3376b;
  padding-left: 0;
  margin-top: 0;
}
@media screen and (max-width: 820px), print {
  #scholarship .secTitle {
    font-size: 50px;
  }
}
@media screen and (max-width: 520px) {
  #scholarship .secTitle {
    font-size: 32px;
  }
}
#scholarship .secTitle::before {
  content: none;
}
#scholarship .secsubTitle {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  padding-left: 20px;
  margin-top: 35px;
  color: #333;
}
@media screen and (max-width: 820px), print {
  #scholarship .secsubTitle {
    margin-top: 15px;
  }
}
@media screen and (max-width: 520px) {
  #scholarship .secsubTitle {
    font-size: 16px;
  }
}
#scholarship .secsubTitle::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 1px solid #00b7b7;
  border-radius: 50%;
  background-color: #00b7b7;
  position: absolute;
  top: 4px;
  left: 5px;
}
#scholarship .headText {
  color: #666;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 35px;
}
@media screen and (max-width: 820px), print {
  #scholarship .headText {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 520px) {
  #scholarship .headText {
    letter-spacing: 0;
  }
}
#scholarship dl {
  display: flex;
  border-bottom: 1px solid #ccc;
  padding: 10px 20px;
  background-color: #fff;
}
@media screen and (max-width: 520px) {
  #scholarship dl {
    flex-direction: column;
    padding: 10px;
  }
}
#scholarship dl:first-of-type {
  border-top: 1px solid #ccc;
}
#scholarship dl dt {
  width: 150px;
  padding: 5px 0;
  font-size: 18px;
}
@media screen and (max-width: 820px), print {
  #scholarship dl dt {
    font-size: 16px;
  }
}
@media screen and (max-width: 520px) {
  #scholarship dl dt {
    width: 100%;
    padding: 0;
  }
}
#scholarship dl dd {
  width: calc(100% - 150px);
  border-left: 1px solid #ccc;
  padding: 5px 0 5px 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 520px) {
  #scholarship dl dd {
    width: 100%;
    border-left: none;
    padding: 0;
  }
}
#scholarship dl dd span {
  font-size: 14px;
  display: block;
  padding-left: 1rem;
  text-indent: -1rem;
}
#scholarship dl dd li {
  padding-left: 1rem;
  text-indent: -1rem;
}
@media screen and (max-width: 820px), print {
  #scholarship dl dd li {
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 520px) {
  #scholarship dl dd li {
    letter-spacing: -0.02em;
  }
}
#scholarship .bg {
  background-image: url(../images/common/dottoBg@2x.png);
  background-size: 22px;
  background-repeat: repeat;
  background-position: left;
  background-color: #fff;
}
#scholarship #jasso .bg {
  padding: 110px 0 180px;
}
@media screen and (max-width: 820px), print {
  #scholarship #jasso .bg {
    padding: 55px 0 120px;
  }
}
#scholarship #jasso .tableArea {
  margin-bottom: 35px;
}
@media screen and (max-width: 1100px) {
  #scholarship #jasso .tableArea {
    overflow-y: scroll;
  }
}
@media screen and (max-width: 820px), print {
  #scholarship #jasso .tableArea {
    width: 100%;
  }
}
@media print {
  #scholarship #jasso .tableArea {
    overflow-y: initial;
  }
}
#scholarship #jasso table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  border: 1px solid #666;
}
@media screen and (max-width: 1100px) {
  #scholarship #jasso table {
    width: 1300px;
  }
}
@media screen and (max-width: 820px), print {
  #scholarship #jasso table {
    width: 1000px;
  }
}
@media screen and (max-width: 520px) {
  #scholarship #jasso table {
    width: 800px;
  }
}
@media print {
  #scholarship #jasso table {
    width: 100%;
  }
}
#scholarship #jasso table th {
  background-color: #d3376b;
  color: #fff;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  width: 270px;
}
@media screen and (max-width: 520px) {
  #scholarship #jasso table th {
    width: 180px;
  }
}
#scholarship #jasso table th.last {
  border-bottom: 1px solid #666;
}
#scholarship #jasso table td {
  border: 1px solid #666;
  padding: 25px 30px;
}
@media screen and (max-width: 520px) {
  #scholarship #jasso table td {
    padding: 15px;
  }
}
#scholarship #jasso table td.sub-header {
  background-color: #f7d7e2;
  text-align: center;
  width: 200px;
}
@media screen and (max-width: 520px) {
  #scholarship #jasso table td.sub-header {
    width: 150px;
  }
}
#scholarship #jasso table td.jitaku {
  width: 200px;
}
#scholarship #jasso a {
  color: #d3376b;
  border-bottom: 1px solid #d3376b;
  position: relative;
  padding-right: 20px;
}
#scholarship #jasso a::before {
  position: absolute;
  content: "";
  background-image: url(../images/common/linkicon@2x.png);
  background-size: contain;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 15px;
  height: 14px;
}
@media screen and (max-width: 520px) {
  #scholarship #association {
    top: -100vh;
  }
}
@media screen and (max-height: 820px) {
  #scholarship #association {
    top: -120vh;
  }
}
#scholarship #association .bg,
#scholarship #shiken .bg {
  border-radius: 60px 60px 0 0;
  background-color: #d3376b;
  background-image: url(../images/common/bg02@2x.png);
  background-position: left;
  background-repeat: repeat;
  background-size: 74px 73px;
  padding: 120px 0 250px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 820px), print {
  #scholarship #association .bg,
  #scholarship #shiken .bg {
    padding: 65px 0 165px;
    border-radius: 30px 30px 0 0;
  }
}
#scholarship #association .secTitle,
#scholarship #association .secsubTitle,
#scholarship #association .headText,
#scholarship #shiken .secTitle,
#scholarship #shiken .secsubTitle,
#scholarship #shiken .headText {
  color: #fff;
}
#scholarship #techniciansschool {
  top: -80vh;
  margin-top: -60px;
}
@media screen and (max-width: 520px) {
  #scholarship #techniciansschool {
    top: -110vh;
  }
}
@media screen and (max-height: 820px) {
  #scholarship #techniciansschool {
    top: -130vh;
  }
}
#scholarship #techniciansschool .bg {
  background-color: #fff8fc;
  background-image: none;
  border-radius: 60px 60px 0 0;
  padding: 120px 0 240px;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 820px), print {
  #scholarship #techniciansschool .bg {
    padding: 65px 0 160px;
    border-radius: 30px 30px 0 0;
  }
}
#scholarship #techniciansschool li + li {
  margin-top: 10px;
}
#scholarship #wada {
  top: -20vh;
  margin-top: -60px;
}
@media screen and (max-width: 820px), print {
  #scholarship #wada {
    top: -30vh;
  }
}
@media screen and (max-width: 520px) {
  #scholarship #wada {
    top: -45vh;
  }
}
@media screen and (max-height: 820px) {
  #scholarship #wada {
    top: -70vh;
  }
}
#scholarship #wada .bg {
  padding: 120px 0 180px;
  border-radius: 60px 60px 0 0;
  box-shadow: 0 -8px 10px rgba(158, 158, 158, 0.2);
}
@media screen and (max-width: 820px), print {
  #scholarship #wada .bg {
    padding: 65px 0 120px;
    border-radius: 30px 30px 0 0;
  }
}
#scholarship #wada .note {
  font-size: 14px;
}
@media screen and (max-width: 520px) {
  #scholarship #wada .note {
    letter-spacing: 0.02em;
  }
}
#scholarship #shiken .bg {
  padding: 120px 0;
}
@media screen and (max-width: 820px), print {
  #scholarship #shiken .bg {
    padding: 60px 0;
  }
}

@media print {
  #teachers {
    zoom: 55%;
    padding-top: 90px;
  }
}
#teachers .bg {
  background-color: #fff8fc;
  background-image: none;
  border-radius: 60px 60px 0 0;
  padding: 120px 0 90px;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 820px), print {
  #teachers .bg {
    padding: 45px 0 30px;
    border-radius: 30px 30px 0 0;
  }
}
#teachers .secTitle02 {
  color: #d3376b;
  position: relative;
  line-height: 1.2;
  font-size: 60px;
  padding-bottom: 20px;
  padding-left: 60px;
}
@media screen and (max-width: 1024px) {
  #teachers .secTitle02 {
    font-size: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 820px), print {
  #teachers .secTitle02 {
    font-size: 40px;
    padding-left: 35px;
  }
}
@media screen and (max-width: 520px) {
  #teachers .secTitle02 {
    padding-bottom: 0;
    padding-left: 30px;
  }
}
#teachers .secTitle02 .big {
  font-size: 4.6875vw;
}
@media screen and (min-width: 1920px) {
  #teachers .secTitle02 .big {
    font-size: 90px;
  }
}
@media screen and (max-width: 1024px) {
  #teachers .secTitle02 .big {
    font-size: 50px;
  }
}
@media screen and (max-width: 820px), print {
  #teachers .secTitle02 .big {
    font-size: 50px;
  }
}
@media screen and (max-width: 520px) {
  #teachers .secTitle02 .big {
    font-size: 45px;
  }
}
#teachers .secTitle02 .small {
  font-weight: 500;
  font-size: 40px;
}
@media screen and (max-width: 1024px) {
  #teachers .secTitle02 .small {
    font-size: 30px;
  }
}
@media screen and (max-width: 820px), print {
  #teachers .secTitle02 .small {
    font-size: 30px;
  }
}
@media screen and (max-width: 520px) {
  #teachers .secTitle02 .small {
    font-size: 24px;
  }
}
#teachers .secTitle02::after {
  position: absolute;
  content: "#";
  font-size: 4.6875vw;
  left: 0;
  top: 0;
}
@media screen and (min-width: 1920px) {
  #teachers .secTitle02::after {
    font-size: 90px;
  }
}
@media screen and (max-width: 1024px) {
  #teachers .secTitle02::after {
    font-size: 50px;
  }
}
@media screen and (max-width: 820px), print {
  #teachers .secTitle02::after {
    font-size: 50px;
    left: 0;
  }
}
@media screen and (max-width: 520px) {
  #teachers .secTitle02::after {
    font-size: 45px;
    top: 1px;
  }
}
#teachers .teacherItem {
  background-color: #d3376b;
  margin-top: 90px;
  padding: 50px 100px;
}
@media screen and (max-width: 1024px) {
  #teachers .teacherItem {
    padding: 50px 50px 23px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 820px), print {
  #teachers .teacherItem {
    padding: 50px 50px 23px;
    margin-top: 50px;
  }
}
@media screen and (max-width: 520px) {
  #teachers .teacherItem {
    padding: 25px 20px 1px;
  }
}
#teachers .teacherItem .Main {
  position: relative;
  z-index: 1;
  margin-bottom: 40px;
}
@media screen and (max-width: 820px), print {
  #teachers .teacherItem .Main {
    margin-bottom: 20px;
  }
}
#teachers .teacherItem .Main::before {
  position: absolute;
  content: "";
  background-image: url(../images/teacher/bg02@2x.png);
  background-size: 100px;
  background-repeat: repeat;
  background-position: center;
  background-color: #fff;
  height: 90.8%;
  width: 100%;
  z-index: -1;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
  #teachers .teacherItem .Main::before {
    height: 100%;
  }
}
@media screen and (max-width: 820px), print {
  #teachers .teacherItem .Main::before {
    height: 100%;
  }
}
#teachers .teacherItem .whiteArea {
  width: 90.8%;
  margin: 0 auto;
}
@media screen and (max-width: 1250px) {
  #teachers .teacherItem .whiteArea {
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 820px), print {
  #teachers .teacherItem .whiteArea {
    flex-direction: column;
    padding: 0 30px;
  }
}
@media screen and (max-width: 520px) {
  #teachers .teacherItem .whiteArea {
    padding: 0 20px;
  }
}
#teachers .teacherItem .whiteArea .TitleArea {
  width: 460px;
  margin-top: 60px;
}
@media screen and (max-width: 1250px) {
  #teachers .teacherItem .whiteArea .TitleArea {
    width: 370px;
  }
}
@media screen and (max-width: 1024px) {
  #teachers .teacherItem .whiteArea .TitleArea {
    margin-top: 40px;
  }
}
@media screen and (max-width: 820px), print {
  #teachers .teacherItem .whiteArea .TitleArea {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (max-width: 520px) {
  #teachers .teacherItem .whiteArea .TitleArea {
    margin-top: 20px;
  }
}
#teachers .teacherItem .whiteArea .TitleArea .Title {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  #teachers .teacherItem .whiteArea .TitleArea .Title {
    margin-bottom: 15px;
  }
}
@media print {
  #teachers .teacherItem .whiteArea .TitleArea .Title {
    max-width: 610px;
    margin-bottom: 15px;
  }
}
#teachers .teacherItem .whiteArea .TitleArea .bg-wrap {
  position: relative;
  display: inline-block;
}
#teachers .teacherItem .whiteArea .TitleArea .bg-wrap::before {
  opacity: 1;
  transform: scaleX(1) translateX(0);
  background-color: #d3376b;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: left center;
}
#teachers .teacherItem .whiteArea .TitleArea .bg-wrap + .bg-wrap {
  margin-top: 7px;
}
@media screen and (max-width: 520px) {
  #teachers .teacherItem .whiteArea .TitleArea .bg-wrap + .bg-wrap {
    margin-top: 4px;
  }
}
#teachers .teacherItem .whiteArea .TitleArea .bg-wrap02 {
  margin-bottom: 5px;
}
#teachers .teacherItem .whiteArea .TitleArea .inn {
  color: #fff;
  display: inline-block;
  font-size: 30px;
  font-weight: 500;
  padding: 5px 10px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1250px) {
  #teachers .teacherItem .whiteArea .TitleArea .inn {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  #teachers .teacherItem .whiteArea .TitleArea .inn {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 820px), print {
  #teachers .teacherItem .whiteArea .TitleArea .inn {
    width: 100%;
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 520px) {
  #teachers .teacherItem .whiteArea .TitleArea .inn {
    padding: 2px 5px;
    font-size: 4.5vw;
  }
}
#teachers .teacherItem .whiteArea .TitleArea .Name span {
  color: #d3376b;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  #teachers .teacherItem .whiteArea .TitleArea .Name span {
    font-size: 1.7vw;
  }
}
@media screen and (max-width: 820px), print {
  #teachers .teacherItem .whiteArea .TitleArea .Name span {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 520px) {
  #teachers .teacherItem .whiteArea .TitleArea .Name span {
    font-size: 3.3vw;
  }
}
#teachers .teacherItem .whiteArea .TitleArea .Name + .Name {
  margin-top: 7px;
}
#teachers .teacherItem .whiteArea .TitleArea .Name02 {
  font-size: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 820px), print {
  #teachers .teacherItem .whiteArea .TitleArea .Name02 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 520px) {
  #teachers .teacherItem .whiteArea .TitleArea .Name02 {
    font-size: 24px;
  }
}
#teachers .teacherItem .whiteArea .Image {
  width: calc(100% - 470px);
  margin-top: auto;
  margin-right: -20px;
}
@media screen and (max-width: 1250px) {
  #teachers .teacherItem .whiteArea .Image {
    width: calc(100% - 380px);
  }
}
@media screen and (max-width: 1024px) {
  #teachers .teacherItem .whiteArea .Image {
    width: calc(100% - 40vw);
  }
}
@media screen and (max-width: 850px) {
  #teachers .teacherItem .whiteArea .Image {
    width: calc(100% - 40vw);
  }
}
@media screen and (max-width: 820px), print {
  #teachers .teacherItem .whiteArea .Image {
    width: 50%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 520px) {
  #teachers .teacherItem .whiteArea .Image {
    width: 70%;
    margin: 15px auto 0;
  }
}
#teachers .teacherItem .whiteArea .Image img {
  vertical-align: bottom;
}
#teachers .teacherItem02 {
  background-color: #05a5a0;
}
#teachers .whiteTitle {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  #teachers .whiteTitle {
    margin-bottom: 7px;
    padding-bottom: 3px;
  }
}
@media screen and (max-width: 520px) {
  #teachers .whiteTitle {
    font-size: 20px;
  }
}
#teachers .whiteText {
  color: #fff;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 2.2;
}
@media screen and (max-width: 1024px) {
  #teachers .whiteText {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 520px) {
  #teachers .whiteText {
    font-size: 13px;
    letter-spacing: 0.01em;
  }
}

/** top 共通 ***********************************************************/
#member {
  /** NewsArea ***********************************************************/
}
#member .bg {
  background-image: url(../images/common/bg@2x.jpg);
  background-size: 50px;
  background-repeat: repeat;
  background-position: left;
  padding: 130px 0 65px;
}
@media screen and (max-width: 1250px) {
  #member .bg {
    padding-top: 60px;
  }
}
@media screen and (max-width: 820px), print {
  #member .bg {
    padding: 45px 0 20px;
  }
}
@media screen and (max-width: 520px) {
  #member .bg {
    padding: 30px 0 15px;
  }
}
@media print {
  #member .bg {
    zoom: 60%;
  }
}
#member #NewsArea {
  position: relative;
  z-index: 1;
  margin-bottom: 90px;
}
#member #NewsArea .button01::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 26px;
  left: auto;
  transform: rotate(135deg);
  z-index: 1;
  margin-top: -3px;
}
#member #NewsArea .button01:hover::before {
  border-top: solid 1px #d3376b;
  border-right: solid 1px #d3376b;
}
#member #NewsArea .button01_kai::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-bottom: solid 1px #fff;
  border-left: solid 1px #fff;
  position: absolute;
  top: 53%;
  right: 26px;
  left: auto;
  transform: rotate(135deg);
  z-index: 1;
  margin-top: -3px;
}
#member #NewsArea .button01_kai:hover::before {
  border-top: unset !important;
  border-right: unset !important;
  border-bottom: solid 1px #d3376b !important;
  border-left: solid 1px #d3376b !important;
}
#member #NewsArea .no-text {
  margin-bottom: 30px;
}
#member #NewsArea ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
@media screen and (max-width: 520px) {
  #member #NewsArea ul {
    margin-bottom: 25px;
  }
}
#member #NewsArea .newsList {
  width: calc(50% - 20px);
  margin-top: -1px;
}
@media screen and (max-width: 1050px) {
  #member #NewsArea .newsList .newsListItem {
    min-height: 160px;
  }
}
@media screen and (max-width: 820px), print {
  #member #NewsArea .newsList .newsListItem {
    min-height: unset;
  }
}
@media screen and (max-width: 820px), print {
  #member #NewsArea .newsList {
    width: 100%;
  }
}
#member #NewsArea .newsList .newsinner {
  width: calc(100% - 125px);
}
#member #NewsArea .newsList .thumb_area {
  width: 100px;
}
#member #NewsArea .newsList .newsItemHead {
  flex-wrap: wrap;
}
@media screen and (max-width: 820px), print {
  #member #NewsArea .newsList .newsItemHead {
    display: flex;
    flex-direction: unset;
    align-items: center;
  }
}
#member #NewsArea .newsList a {
  padding: 20px;
  border: unset;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
#member #NewsArea .newsList a::before {
  display: none;
}
#member #NewsArea .newsList:first-of-type {
  border-top: unset !important;
}
#member #NewsArea .newsList .newsItemTitle {
  font-size: 18px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 行数を2行に制限 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3em; /* 2行分の高さ（1.5em × 2） */
}
@media screen and (max-width: 520px) {
  #member #NewsArea .newsList .newsItemTitle {
    font-size: 16px;
  }
}
#member #FileArea {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#member .fileItem {
  background-color: #f2f2f2;
  border-radius: 10px;
  display: block;
  font-size: 18px;
  padding: 15px;
  line-height: 1.8;
  width: calc(50% - 20px);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 820px), print {
  #member .fileItem {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  #member .fileItem {
    font-size: 16px;
  }
}
#member .fileItem:nth-child(n+3) {
  margin-top: 10px;
}
@media screen and (max-width: 820px), print {
  #member .fileItem:nth-child(n+3) {
    margin-top: 0;
  }
}
#member .fileItem .fileCate {
  background-color: #fff;
  position: relative;
  padding: 5px 15px 7px 35px;
  border-radius: 30px;
  border: 1px solid #e6e6e6;
  line-height: 1;
  margin-left: 10px;
  font-size: 16px;
  display: inline-block;
  min-width: 85px;
}
#member .fileItem .fileCate::before {
  position: absolute;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 20px;
  top: 56%;
  left: 10px;
  transform: translate(0, -50%);
}
#member .fileItem .fileCate.pdf::before {
  background-image: url(../images/file/pdf.svg);
  width: 18px;
  top: 50%;
}
#member .fileItem .fileCate.word {
  min-width: 92px !important;
}
#member .fileItem .fileCate.word::before {
  background-image: url(../images/file/word.svg);
}
#member .fileItem .fileCate.excel {
  min-width: 100px !important;
}
#member .fileItem .fileCate.excel::before {
  background-image: url(../images/file/excel.svg);
}
#member .fileItem .fileCate.powerpoint {
  min-width: 140px !important;
}
#member .fileItem .fileCate.powerpoint::before {
  background-image: url(../images/file/powerpoint.svg);
}
#member .fileItem:hover {
  background-color: #d3376b;
  color: #fff;
  opacity: 1;
  transition: 0.2s;
}
#member .fileItem:hover .fileCate {
  color: #333;
}

.newsItemTitle02 {
  overflow: unset !important;
  display: unset !important;
}

.sin_btns02 {
  margin-top: 30px !important;
  padding-top: 30px !important;
  border-top: 1px solid #ccc;
}

.logoutArea {
  position: fixed;
  bottom: 25%;
  z-index: 99;
  right: 5px;
}
@media screen and (max-width: 1024px) {
  .logoutArea {
    right: 0;
  }
}
@media print {
  .logoutArea {
    display: none !important;
  }
}

.login_status {
  font-size: 0;
}
.login_status a {
  background-color: #7d7d7d;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-radius: 6px 0 0 6px;
  display: block;
  padding: 20px 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  letter-spacing: -0.01em;
  width: 52px;
}
@media print {
  .login_status a {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .ipod .login_status a, .iphone .login_status a {
    margin-left: 20px;
  }
}

#login #loginArea {
  padding-top: 65px;
  margin-bottom: 100px;
}
@media screen and (max-width: 520px) {
  #login #loginArea {
    padding-top: 30px;
    margin-bottom: 50px;
  }
}
#login legend {
  display: none;
}
#login form {
  font-family: YakuHanJP, "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
}
#login label {
  font-size: 18px;
  margin-bottom: 5px;
}
@media screen and (max-width: 520px) {
  #login label {
    font-size: 16px;
  }
}
#login fieldset {
  margin: 0 !important;
}
#login .button_div #rememberme,
#login .button_div label {
  display: none;
}
#login .div_text {
  margin-top: 5px !important;
  margin-bottom: 25px !important;
}
@media screen and (max-width: 520px) {
  #login .div_text {
    margin-bottom: 15px !important;
  }
}
#login .div_text input {
  height: 60px;
}
@media screen and (max-width: 520px) {
  #login .div_text input {
    height: 50px;
  }
}
#login #wpmem_login,
#login .wpmem_msg {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
#login .wpmem_msg {
  margin: 0 auto 30px;
}
#login .button_div {
  position: relative;
  padding: 0 !important;
  height: 71px;
  font-size: 0;
  max-width: 380px;
  width: 100%;
  margin: 60px auto 0;
}
@media screen and (max-width: 520px) {
  #login .button_div {
    margin: 30px auto 0;
    height: 58px;
  }
}
#login .button_div::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 85px;
  transform: translate(0, -50%);
}
#login .button_div::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #b3b3b3;
  border-right: solid 1px #b3b3b3;
  position: absolute;
  top: 50%;
  left: 91px;
  transform: translate(0, -50%) rotate(45deg);
  z-index: 1;
}
#login .button_div:hover::before {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}
#login .button_div:hover::after {
  background-color: #d3376b;
  border: 1px solid #d3376b;
}
#login .button_div:hover input {
  background-color: #fff;
  color: #d3376b;
  opacity: 1;
}
#login .button_div input {
  background-color: #d3376b;
  border: 2px solid #d3376b;
  border-radius: 7px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
  max-width: 380px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 520px) {
  #login .button_div input {
    font-size: 16px;
    padding: 15px 0;
    max-width: 100%;
    width: 100%;
  }
}
#login .noteArea {
  max-width: 800px;
  margin: 60px auto 0;
  background-color: #fcfae3;
  padding: 35px;
}
@media screen and (max-width: 520px) {
  #login .noteArea {
    padding: 20px;
    margin: 30px auto 0;
  }
}
#login .noteArea li {
  text-indent: -1rem;
  padding-left: 1rem;
}