  @charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

body.is-fixed {
  position: fixed;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: 700;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 8/9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chromes increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: 700;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
}

/* =========================================================
    Reset
   ========================================================= */
html,
body {
  padding: 0;
  margin: 0;
}

html *,
body * {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6, p, a, span,
em, img,
small, sup,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, input, button,
table, caption, tbody, tfoot, thead {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

ul, li {
  list-style-type: none;
}

img {
  vertical-align: top;
}

em {
  font-style: normal;
}

/* Slider */
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html {
  font-size: 10px;
}

@media screen {
  html ._tmpPage ._tmpPage ._tmpPage {
    font-size: 10px;
  }
}

body {
  background-color: #fff;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  box-sizing: border-box;
  position: relative;
  color: #000;
  font-display: swap;
}

@media print, screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 1.9;
    min-width: 1188px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

body.is-fixed {
  position: fixed;
  width: 100%;
}

body.is-fixed .parallax-mirror {
  position: absolute !important;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}

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

a {
  color: #000;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  a:hover, a:focus {
    text-decoration: underline;
  }
}

button .fas {
  pointer-events: none;
}

.contents {
  overflow-x: hidden;
  border-bottom: 2px solid #403999;
}

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

@media screen and (max-width: 767px) {
  .is-hiddenSP {
    display: none !important;
  }
}

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

@media screen and (max-width: 767px) {
  .is-showSP {
    display: block !important;
  }
}

.fas {
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .underPageWrap {
    padding: 20px 0 80px;
  }
}

@media print, screen and (min-width: 768px) {
  .bgVio {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .bgVio {
    padding: 20px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .bg2tone {
    padding: 74px 0;
  }
}

@media screen and (max-width: 767px) {
  .bg2tone {
    padding: 28px 0;
  }
}

.bg2tone + .bg2tone {
  padding-top: 0;
}

.bg2tone + .bg2tone div:only-child .btnWrap {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .titleType1Wrap + .bg2tone {
    padding: 30px 0 74px 0;
  }
}

@media screen and (max-width: 767px) {
  .titleType1Wrap + .bg2tone {
    padding: 20px 0 28px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .kvArea + .titleType1Wrap + .underPageWrap {
    margin-top: -40px;
  }
}

@media print, screen and (min-width: 768px) {
  .underPageWrap {
    padding: 0 0 80px;
  }
}

@media screen and (max-width: 767px) {
  .underPageWrap {
    padding: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .underPageWrap .breadcrumb {
    padding: 25px 6% 25px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .bg2tone > [class^="areaWrap"] + [class^="areaWrap"],
  .bg2tone > [class^="areaWrap"] + .bg2tone_in,
  .bg2tone > .bg2tone_in + [class^="areaWrap"],
  .bg2tone > .js-slide + .js-slide,
  .bg2tone > .js-slide + [class^="areaWrap"],
  .bg2tone > [class^="areaWrap"] + .js-slide,
  .bg2tone > .js-slide + .bg2tone_in {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .bg2tone > [class^="areaWrap"] + [class^="areaWrap"],
  .bg2tone > [class^="areaWrap"] + .bg2tone_in,
  .bg2tone > .bg2tone_in + [class^="areaWrap"],
  .bg2tone > .js-slide + .js-slide,
  .bg2tone > .js-slide + [class^="areaWrap"],
  .bg2tone > [class^="areaWrap"] + .js-slide,
  .bg2tone > .js-slide + .bg2tone_in {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .bg2tone .bg2tone_in {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .bg2tone .bg2tone_in {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.areaWrap > *:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .areaWrap .elmWrap {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .areaWrap__sp .elmWrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .areaWrap__left .elmWrap {
    padding-right: 60px;
  }
}

@media screen and (max-width: 767px) {
  .areaWrap__left__sp .elmWrap {
    padding-right: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .areaWrap__right .elmWrap {
    padding-left: 60px;
  }
}

@media screen and (max-width: 767px) {
  .areaWrap__right__sp .elmWrap {
    padding-left: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .section {
    margin-top: 74px;
    margin-bottom: 74px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-top: 28px;
    margin-bottom: 28px;
  }
}

.section.sectionFirst {
  margin-top: 45px;
}

.section:first-child {
  margin-top: 0;
}

.section:last-child {
  margin-bottom: 0;
}

.section:last-child .section:last-child {
  margin-bottom: 0;
}

.section:last-child .section:last-child .section:last-child {
  margin-bottom: 0;
}

.section:last-child .section:last-child .section:last-child .section:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .section .section {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .section .section {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.section .section:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .section .section .section {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .section .section .section {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.section .section .section:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .section .section .section .section {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .section .section .section .section {
    margin-top: 13px;
    margin-bottom: 13px;
  }
}

.section .section .section .section:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .section .row__2__pc .section.rowItem {
    margin-bottom: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .section .row__2__pc .section.rowItem:nth-child(2) {
    margin-top: 0;
  }
}

.section .js-slide[data-direction="title"] + .section,
.section div[class^="titleType"] + .section {
  margin-top: 0;
}

.section .eventsContent,
.section .js-slide:not([data-direction="title"]) {
  margin-bottom: 16px;
}

.section .eventsContent:only-child, .section .eventsContent:last-child,
.section .js-slide:not([data-direction="title"]):only-child,
.section .js-slide:not([data-direction="title"]):last-child {
  margin-bottom: 0;
}

.section > *:first-child {
  margin-top: 0;
}

.section > *:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .date + .section {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .date + .section {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .menuSet .js-accordion .js-accordion-toggle:first-child + .js-accordion-target > .linkList-block {
    margin-top: -30px;
  }
}

@media print, screen and (min-width: 768px) {
  .js-slide[data-direction="title"] + .js-slide[data-direction="up"] > .linkList-block:first-child {
    margin-top: -30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .js-slide[data-direction="title"] + .js-slide[data-direction="up"] > .linkList-block:first-child {
    margin-top: -20px;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .titleType2 {
    margin-top: 74px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .titleType2 {
    margin-top: 28px;
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .titleType2 + .date {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .titleType2 + .date {
    margin-bottom: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .titleType2 + .linkList-block {
    margin-top: -30px;
  }
}

@media screen and (max-width: 767px) {
  .titleType2 + .linkList-block {
    margin-top: -20px;
  }
}

.titleType2 + .linkList-block__irregular {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .titleType2 + *:not(.titleType2):not(.titleType3):not(.titleType4):not(.titleType5) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .titleType2 + *:not(.titleType2):not(.titleType3):not(.titleType4):not(.titleType5) {
    margin-top: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .titleType3 {
    margin-top: 40px;
    margin-bottom: 24px;
  }
}

@media screen and (max-width: 767px) {
  .titleType3 {
    margin-top: 20px;
    margin-bottom: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  .titleType3 + .linkList-block {
    margin-top: -24px;
  }
}

@media screen and (max-width: 767px) {
  .titleType3 + .linkList-block {
    margin-top: -13px;
  }
}

@media print, screen and (min-width: 768px) {
  .titleType3 + *:not(.titleType2):not(.titleType3):not(.titleType4):not(.titleType5) {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .titleType3 + *:not(.titleType2):not(.titleType3):not(.titleType4):not(.titleType5) {
    margin-top: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  .titleType4 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 767px) {
  .titleType4 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .titleType4 + *:not(.titleType2):not(.titleType3):not(.titleType4):not(.titleType5) {
    margin-top: 18px;
  }
}

@media screen and (max-width: 767px) {
  .titleType4 + *:not(.titleType2):not(.titleType3):not(.titleType4):not(.titleType5) {
    margin-top: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .titleType5 {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 767px) {
  .titleType5 {
    margin-bottom: 3px;
  }
}

@media print, screen and (min-width: 768px) {
  .photo + .titleType2En,
  .photo + .titleType2__line,
  .photo + .titleType2 {
    margin-top: 74px;
  }
}

@media screen and (max-width: 767px) {
  .photo + .titleType2En,
  .photo + .titleType2__line,
  .photo + .titleType2 {
    margin-top: 28px;
  }
}

@media print, screen and (min-width: 768px) {
  .photo + .titleType3 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .photo + .titleType3 {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .photo + .titleType4 {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .photo + .titleType4 {
    margin-top: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .photo + .titleType5 {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .photo + .titleType5 {
    margin-top: 13px;
  }
}

@media print, screen and (min-width: 768px) {
  table, p, ul, ol, li, dl, img, .rowBlock, .photo, .Clum2 {
    margin-bottom: 6px;
  }
}

@media screen and (max-width: 767px) {
  table, p, ul, ol, li, dl, img, .rowBlock, .photo, .Clum2 {
    margin-bottom: 3px;
  }
}

table:only-child, table:last-child, p:only-child, p:last-child, ul:only-child, ul:last-child, ol:only-child, ol:last-child, li:only-child, li:last-child, dl:only-child, dl:last-child, img:only-child, img:last-child, .rowBlock:only-child, .rowBlock:last-child, .photo:only-child, .photo:last-child, .Clum2:only-child, .Clum2:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .btnWrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .btnWrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.fadeOver > img {
  margin-bottom: 0;
}

.kvArea,
.pageTopWrap {
  margin-bottom: 0 !important;
}

.kvArea *,
.pageTopWrap * {
  margin-bottom: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .anchorLink,
  .dateLinkList {
    margin: 24px 0;
  }
}

@media screen and (max-width: 767px) {
  .anchorLink,
  .dateLinkList {
    margin: 13px 0;
  }
}

.anchorLink > *,
.dateLinkList > * {
  margin-bottom: 0 !important;
}

@media print, screen and (min-width: 768px) {
  .box,
  .box__frame,
  .box__stripe {
    margin: 24px 0;
  }
}

@media screen and (max-width: 767px) {
  .box,
  .box__frame,
  .box__stripe {
    margin: 13px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .btnWrap,
  .btnWrap__2 {
    margin: 40px auto;
  }
}

@media screen and (max-width: 767px) {
  .btnWrap,
  .btnWrap__2 {
    margin: 20px auto;
  }
}

.mainContent > .text {
  margin: 10px 0;
}

.mainContent > *:first-child {
  margin-top: 0;
}

.mainContent > *:last-child {
  margin-bottom: 0;
}

.labelSet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.labelSet a {
  padding-top: 0;
  padding-bottom: 0;
}

.labelSet .labelElm {
  display: inline-block;
  text-align: center;
  line-height: 1;
  border-radius: 2em;
  background-color: #fff;
  border: 2px solid #e3e3f8;
  color: #403999;
  font-weight: 700;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .labelSet .labelElm {
    font-size: 1.2rem;
    margin-right: 10px;
    padding: 8px 12px;
  }
}

@media screen and (max-width: 767px) {
  .labelSet .labelElm {
    padding: 7px 10px;
    font-size: 1rem;
    margin-right: 5px;
  }
}

.labelSet .labelElm.is-all {
  background-color: #d6d4f3;
  border-color: #d6d4f3;
  color: #403999;
}

.labelSet .labelElm.is-edu {
  background-color: #ed6f90;
  border-color: #ed6f90;
  color: #fff;
}

.labelSet .labelElm.is-grad {
  background-color: #ecba0a;
  border-color: #ecba0a;
  color: #fff;
}

.labelSet .labelElm.is-jr {
  background-color: #00a5a8;
  border-color: #00a5a8;
  color: #fff;
}

.labelSet .labelElm.is-sr {
  background-color: #ef8454;
  border-color: #ef8454;
  color: #fff;
}

.labelSet .labelElm.is-jrsr {
  background-color: #403999;
  border-color: #403999;
  color: #fff;
}

.labelSet .labelElm.is-gr {
  background-color: #cda412;
  border-color: #cda412;
  color: #fff;
}

.labelSet .labelElm.is-staff {
  background-color: #9169af;
  border-color: #9169af;
  color: #fff;
}

.labelSet .labelElm.is-other {
  background-color: #d6d4f3;
  border-color: #d6d4f3;
  color: #403999;
}

.labelSet .labelElm:last-child {
  margin-right: 0;
}

@media print, screen and (min-width: 768px) {
  .labelSet .label {
    width: 150px;
  }
}

@media print, screen and (min-width: 768px) {
  .labelSet .detail {
    width: calc(100% - (150px + 16px));
  }
}

@media screen and (max-width: 767px) {
  .labelSet .detail {
    padding-top: 6px;
  }
}

.labelSet.labelSet__pos {
  position: absolute;
  justify-content: inherit;
  flex-wrap: wrap;
  top: 0;
  left: 0;
}

@media print, screen and (min-width: 768px) {
  .labelSet.labelSet__pos {
    padding: 12px;
  }
}

@media screen and (max-width: 767px) {
  .labelSet.labelSet__pos {
    padding: 5px;
  }
}

.labelSet.labelSet__pos .labelElm {
  min-width: inherit;
}

@media screen and (max-width: 767px) {
  .labelSet.labelSet__pos .labelElm {
    padding: 5px 8px;
  }
}

.dateArea {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media print, screen and (min-width: 768px) {
  .dateArea {
    margin: 30px 0 30px auto;
  }
}

@media screen and (max-width: 767px) {
  .dateArea {
    margin: 20px 0 20px auto;
  }
}

.dateArea .date {
  margin-bottom: 0;
}

.dateArea .date + .labelSet {
  margin-left: 10px;
}

.btnWrap {
  text-align: center;
}

.btnWrap__2 {
  text-align: center;
  display: flex;
  justify-items: center;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .btnWrap__2 {
    width: 50%;
  }
}

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

.btnWrap__2 .btn {
  width: 28.6%;
}

.btnWrap__2 .btn__ppl {
  width: 66%;
}

.btnWrap__2 > *:first-child {
  margin-right: 5.4%;
}

.btn {
  display: inline-block;
  position: relative;
  font-weight: 700;
  background-color: #fff;
  border: 2px solid #403999;
  color: #403999;
  text-decoration: none;
  z-index: 1;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .btn {
    margin: 0 auto;
    width: 50%;
    text-align: center;
    min-height: 56px;
    border-radius: 56px;
  }
}

@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    min-height: 46px;
    border-radius: 46px;
  }
}

.btn .btn_in {
  position: relative;
  width: 100%;
  display: block;
  font-size: 1.6rem;
}

@media print, screen and (min-width: 768px) {
  .btn .btn_in {
    padding: 0.9em 2em 0.9em 1em;
  }
}

@media screen and (max-width: 767px) {
  .btn .btn_in {
    padding: 0.6em 1.2em 0.6em 0.6em;
  }
}

.btn .btn_in::after {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f054";
  color: #403999;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .btn .btn_in::after {
    right: 1em;
  }
}

@media screen and (max-width: 767px) {
  .btn .btn_in::after {
    right: 0.6em;
  }
}

.btn .btn_in.js-qa-toggle::after {
  content: "\f067";
}

.btn .btn_in.js-qa-toggle.is-open::after {
  content: "\f068";
}

.btn.btn_blank .btn_in::after {
  content: "\f35d";
}

@media print, screen and (min-width: 768px) {
  .btn.btn_back .btn_in {
    padding: 0.9em 1em 0.9em 2em;
  }
}

@media screen and (max-width: 767px) {
  .btn.btn_back .btn_in {
    padding: 0.6em 0.6em 0.6em 1.2em;
  }
}

.btn.btn_back .btn_in::after {
  content: "\f053";
  right: inherit;
}

@media print, screen and (min-width: 768px) {
  .btn.btn_back .btn_in::after {
    left: 1em;
  }
}

@media screen and (max-width: 767px) {
  .btn.btn_back .btn_in::after {
    left: 0.6em;
  }
}

.btn.btn__w100p {
  width: 100%;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .btn.btn__w50p {
    margin: 0 auto;
    width: 50%;
    text-align: center;
  }
}

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

.btn.btn__square {
  border-radius: 0;
  min-height: 0;
  width: auto;
  padding: 0 1.4em;
}

@media print, screen and (min-width: 768px) {
  .btn.btn__square::before, .btn.btn__square::after {
    border-radius: 0;
  }
}

.btn.btn__square .btn_in {
  padding-left: 1.5em;
  padding-right: 0;
}

@media print, screen and (min-width: 768px) {
  .btn.btn__square .btn_in {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .btn.btn__square .btn_in {
    font-size: 1.4rem;
  }
}

.btn.btn__square .btn_in::after {
  left: 0;
  right: auto;
}

.btn.btn__square.btn__M .btn_in {
  padding-top: 0.6em;
  padding-bottom: 0.6em;
}

@media print, screen and (min-width: 768px) {
  .btn.btn__square.btn__M .btn_in {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .btn.btn__square.btn__M .btn_in {
    font-size: 1.2rem;
  }
}

.btn.btn__ppl {
  color: #fff;
  border: 2px solid #403999;
  background-color: #403999;
}

.btn.btn__ppl .btn_in::after {
  color: #fff;
}

.btn.btn__ppl__02 {
  color: #fff;
  background-color: #403999;
  border: 2px solid #fff;
}

.btn.btn__ppl__02 .btn_in::after {
  color: #fff;
}

.rowBlock .btn {
  width: 100%;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  a .btn::after,
  .btn::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background-color: rgba(64, 57, 153, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
}

@media print, screen and (min-width: 768px) {
  a .btn.btn__ppl::after, a .btn.btn__ppl__02::after,
  .btn.btn__ppl::after,
  .btn.btn__ppl__02::after {
    background-color: rgba(255, 255, 255, 0.3);
  }
}

a:hover .btn,
.btn:hover,
a:focus .btn,
.btn:focus {
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  a:hover .btn,
  .btn:hover,
  a:focus .btn,
  .btn:focus {
    cursor: pointer;
  }
  a:hover .btn::after,
  .btn:hover::after,
  a:focus .btn::after,
  .btn:focus::after {
    animation: circle .5s;
  }
}

@keyframes circle {
  50% {
    opacity: 1;
  }
  100% {
    width: 100%;
    height: 300px;
  }
}

@media print, screen and (min-width: 768px) {
  .btn:focus {
    text-decoration: underline;
  }
}

.overlay {
  transition: opacity 0.5s 0.1ms;
  opacity: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 0px;
  background: rgba(0, 0, 0, 0.7);
  z-index: -1;
}

.overlay.is-show {
  opacity: 1;
  position: absolute;
  height: 100%;
  z-index: 300;
}

header.header {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  header.header {
    min-height: 122px;
  }
}

@media screen and (max-width: 767px) {
  header.header {
    min-height: 96px;
  }
}

header.header .headerWrap {
  z-index: 500;
  position: fixed;
  width: 100%;
  top: 0;
}

@media print, screen and (min-width: 768px) {
  header.header .headerWrap {
    background-color: #fff;
  }
}

header.header .headerWrap.is-fixed {
  position: fixed;
  top: 0;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  header.header .headerWrap.is-fixed {
    border-bottom: 1px solid #ddd;
  }
}

header.header .headerWrap + * {
  clear: both;
}

header.header .headerTop {
  background-color: #fff;
}

header.header .logoWrap {
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  header.header .logoWrap {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  header.header .logoWrap {
    max-width: 180px;
    padding: 13px 9px;
  }
}

header.header .logoWrap .logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  header.header .logoWrap .logo {
    position: absolute;
    top: 33px;
    left: 30px;
    z-index: 1;
  }
}

header.header .logoWrap .logo img {
  width: auto;
  max-height: 100%;
}

header.header .logoWrap a.logo {
  opacity: 1;
  transition: 0.3s;
}

@media print, screen and (min-width: 768px) {
  header.header .logoWrap a.logo:hover {
    opacity: 0.7;
  }
}

header.header .utility {
  display: flex;
}

@media print, screen and (min-width: 768px) {
  header.header .utility {
    float: right;
    padding: 21px 20px 0 0;
  }
}

@media screen and (max-width: 767px) {
  header.header .utility {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #ddd;
    justify-content: flex-end;
    padding: 2px 9px 8px;
  }
}

header.header .utility .utilityLink {
  display: flex;
  align-items: center;
  margin: 0;
}

@media screen and (max-width: 767px) {
  header.header .utility .utilityLink {
    width: calc(100% - 32px);
  }
}

@media print, screen and (min-width: 768px) {
  header.header .utility .utilityLink li {
    margin: 0 12px 0 0;
    min-width: 130px;
  }
}

@media screen and (max-width: 767px) {
  header.header .utility .utilityLink li {
    margin: 0 5px 0 0;
    min-width: 85px;
    width: calc((100% - 15px) / 3);
  }
}

@media print, screen and (min-width: 768px) {
  header.header .utility .utilityLink li:last-child {
    margin-right: 0;
  }
}

header.header .utility .utilityLink li a {
  background-color: #e3e3f8;
  border-radius: 23px;
  color: #403999;
  font-weight: 700;
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  header.header .utility .utilityLink li a {
    font-size: 1.4rem;
    padding: 3px 23px 3px 49px;
    display: block;
    z-index: 1;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  header.header .utility .utilityLink li a {
    display: block;
    font-size: 1rem;
    padding: 4px 9px 4px 33px;
  }
}

header.header .utility .utilityLink li a::before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  header.header .utility .utilityLink li a::before {
    left: 23px;
  }
}

@media screen and (max-width: 767px) {
  header.header .utility .utilityLink li a::before {
    left: 16%;
  }
}

@media print, screen and (min-width: 768px) {
  header.header .utility .utilityLink li a::after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    display: block;
    content: '';
    width: 1px;
    height: 1px;
    background-color: rgba(64, 57, 153, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
  }
}

@media print, screen and (min-width: 768px) {
  header.header .utility .utilityLink li a:hover {
    text-decoration: none;
  }
  header.header .utility .utilityLink li a:hover::after {
    animation: circle .5s;
  }
}

header.header .utility .utilityLink li.white a {
  background-color: #fff;
  border: 1px solid #403999;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  header.header .utility .utilityLink li.white a {
    padding: 3px 28px;
  }
}

@media screen and (max-width: 767px) {
  header.header .utility .utilityLink li.white a {
    padding: 3px 18px;
  }
}

header.header .utility .utilityLink li.white a::before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "\f054";
  left: inherit;
}

@media print, screen and (min-width: 768px) {
  header.header .utility .utilityLink li.white a::before {
    right: 12px;
  }
}

@media screen and (max-width: 767px) {
  header.header .utility .utilityLink li.white a::before {
    right: 6px;
  }
}

@media screen and (max-width: 767px) {
  header.header .utility .utilityLink li.access a {
    padding: 4px 9px 4px 40%;
  }
}

header.header .utility .utilityLink li.access a::before {
  content: "\f5a0";
}

@media screen and (max-width: 767px) {
  header.header .utility .utilityLink li.access a::before {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  header.header .utility .utilityLink li.material a {
    padding: 4px 9px 4px 35%;
  }
}

header.header .utility .utilityLink li.material a::before {
  content: "\f15c";
}

header.header .utility .searchBlock {
  background-color: #403999;
  overflow: hidden;
  position: relative;
  transition: 0.3s;
}

@media print, screen and (min-width: 768px) {
  header.header .utility .searchBlock {
    border-radius: 22px;
    width: 44px;
    height: 44px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  header.header .utility .searchBlock {
    width: 32px;
    height: 32px;
    border-radius: 16px;
  }
}

header.header .utility .searchBlock button.searchBtn {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #403999;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  header.header .utility .searchBlock button.searchBtn {
    transition: 0.3s;
  }
}

@media print, screen and (min-width: 768px) {
  header.header .utility .searchBlock button.searchBtn:hover {
    background-color: #5f5aa3;
  }
}

header.header .utility .searchBlock button.searchBtn .fas {
  color: #fff;
}

@media screen and (max-width: 767px) {
  header.header .utility .searchBlock button.searchBtn .fas::before {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    content: "\f002";
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  header.header .utility .searchBlock button.searchBtn.is-open .fas::before {
    content: "\f00d";
  }
}

header.header .utility .searchBlock #___gcse_0 * {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.6rem;
  background-color: transparent !important;
}

header.header .utility .searchBlock #___gcse_0 .gsc-search-box-tools .gsc-search-box td.gsc-input {
  padding: 0;
}

header.header .utility .searchBlock #___gcse_0 .gsc-search-box-tools .gsc-search-box td.gsc-input * {
  height: 100%;
}

header.header .utility .searchBlock #___gcse_0 .gsc-search-box-tools .gsc-search-box td.gsc-input input.gsc-input {
  color: #a8a8a8 !important;
  height: auto !important;
}

header.header .utility .searchBlock #___gcse_0 .gsc-search-box-tools .gsc-search-box td.gsc-input input.gsc-input::-webkit-input-placeholder {
  color: #a8a8a8 !important;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: normal;
}

header.header .utility .searchBlock #___gcse_0 .gsc-search-box-tools .gsc-search-box td.gsc-input input.gsc-input::-webkit-input-placeholder {
  padding-top: 0.2em;
}

header.header .utility .searchBlock #___gcse_0 .gsc-search-box-tools .gsc-search-box td.gsc-input input::-webkit-input-placeholder {
  padding-top: 0.2em;
}

header.header .utility .searchBlock #___gcse_0 .gsc-search-button,
header.header .utility .searchBlock #___gcse_0 .gsib_b {
  display: none;
}

header.header .utility .searchBlock #___gcse_0 .gsc-search-box td.gsc-search-button {
  width: 40px;
  height: 40px;
  line-height: 1;
  margin: 0;
  padding: 0;
  outline: none;
}

header.header .utility .searchBlock #___gcse_0 .gsc-search-box td.gsc-search-button button.gsc-search-button {
  display: none;
  width: 100%;
  height: 100%;
  line-height: 1;
}

header.header .utility .searchBlock #___gcse_0 .gsc-search-box td.gsc-search-button button.gsc-search-button svg {
  fill: #403999;
  height: 16px;
  width: 16px;
  vertical-align: middle;
}

header.header .utility .searchBlock #___gcse_0 input::-webkit-input-placeholder {
  padding-top: 0.2em;
}

@media print, screen and (min-width: 768px) {
  header.header .utility.is-searchActive .searchBlock {
    display: flex;
    align-items: center;
    background-color: #fff;
    border: 2px solid #ddd;
    width: 220px;
  }
}

@media print, screen and (min-width: 768px) {
  header.header .utility.is-searchActive .searchBlock button.searchBtn {
    display: none;
  }
}

header.header .utility.is-searchActive .searchBlock .searchElm {
  width: 100%;
  padding: 0 0 0 10px;
}

header.header .utility.is-searchActive .searchBlock #___gcse_0 .gsc-input {
  width: 100%;
}

header.header .utility.is-searchActive .searchBlock #___gcse_0 td.gsc-search-button {
  display: block;
}

header.header .utility.is-searchActive .searchBlock #___gcse_0 .gsc-search-box td.gsc-search-button button.gsc-search-button {
  display: block;
}

header.header .js-toggle .headBtn {
  pointer-events: none;
}

@media print, screen and (min-width: 768px) {
  header.header .globalNavBtn {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  header.header .globalNavBtn {
    position: absolute;
    top: 11px;
    right: 9px;
    width: 14%;
    font-size: 1rem;
    height: 32px;
  }
}

@media screen and (max-width: 767px) {
  header.header .globalNavBtn::before {
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-weight: 900;
    content: "\f0c9";
    font-size: 2rem;
    color: #403999;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 767px) {
  header.header .globalNavBtn span {
    color: #403999;
    display: block;
    line-height: 1;
    margin-top: 23px;
  }
}

@media screen and (max-width: 767px) {
  header.header .globalNavBtn.is-open::before {
    content: "\f00d";
  }
}

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

@media screen and (max-width: 767px) {
  header.header .searchContentWrap .searchContentInr {
    background: #fff;
    padding: 13px 9px;
  }
}

@media screen and (max-width: 767px) {
  header.header .searchContentWrap .searchBtn {
    width: auto;
    height: 100%;
    right: 14px;
    cursor: default;
    background-color: #fff;
    padding-left: 6px;
    position: absolute;
    top: 0;
  }
}

@media screen and (max-width: 767px) {
  header.header .searchContentWrap .searchBtn .fas {
    color: #403999;
  }
}

@media screen and (max-width: 767px) {
  header.header .searchContentWrap .searchContent {
    align-items: center;
    background-color: #fff;
    border: 2px solid #ddd;
    border-radius: 16px;
    display: flex;
    height: 32px;
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  header.header .searchContentWrap .searchContent .searchElm {
    width: 100%;
    padding: 0 30px 0 10px;
  }
  header.header .searchContentWrap .searchContent #___gcse_1 * {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 1.6rem;
    background-color: transparent !important;
  }
  header.header .searchContentWrap .searchContent #___gcse_1 .gsc-search-box-tools .gsc-search-box td.gsc-input {
    padding: 0;
  }
  header.header .searchContentWrap .searchContent #___gcse_1 .gsc-search-box-tools .gsc-search-box td.gsc-input * {
    height: 100%;
  }
  header.header .searchContentWrap .searchContent #___gcse_1 .gsc-search-box-tools .gsc-search-box td.gsc-input input.gsc-input {
    color: #a8a8a8 !important;
  }
  header.header .searchContentWrap .searchContent #___gcse_1 .gsc-search-box-tools .gsc-search-box td.gsc-input input.gsc-input::-webkit-input-placeholder {
    color: #a8a8a8 !important;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    line-height: normal;
    position: relative;
  }
  header.header .searchContentWrap .searchContent #___gcse_1 .gsc-search-box-tools .gsc-search-box td.gsc-input input.gsc-input::-webkit-input-placeholder {
    padding-top: 0.2em;
  }
  header.header .searchContentWrap .searchContent #___gcse_1 .gsc-search-box-tools .gsc-search-box td.gsc-input input::-webkit-input-placeholder {
    padding-top: 0.2em;
  }
  header.header .searchContentWrap .searchContent #___gcse_1 .gsc-search-button,
  header.header .searchContentWrap .searchContent #___gcse_1 .gsib_b {
    display: none;
  }
  header.header .searchContentWrap .searchContent #___gcse_1 .gsc-search-box td.gsc-search-button {
    width: 20px;
    height: 28px;
    line-height: 1;
    margin: 0;
    padding: 0;
    outline: none;
  }
  header.header .searchContentWrap .searchContent #___gcse_1 .gsc-search-box td.gsc-search-button button.gsc-search-button {
    display: none;
    width: 100%;
    height: 100%;
    line-height: 1;
  }
  header.header .searchContentWrap .searchContent #___gcse_1 .gsc-search-box td.gsc-search-button button.gsc-search-button svg {
    fill: #403999;
    height: 14px;
    width: 14px;
    vertical-align: middle;
  }
  header.header .searchContentWrap .searchContent #___gcse_1 input::-webkit-input-placeholder {
    vertical-align: middle;
  }
  header.header .searchContentWrap .searchContent #___gcse_1 input::-webkit-input-placeholder {
    padding-top: 0.2em;
  }
}

@media screen and (max-width: 767px) {
  header.header .searchContentWrap.is-show {
    width: 100%;
    overflow-y: auto;
    height: calc(100vh - 96px);
  }
}

header.header .searchContentWrap.is-show .searchBtn {
  display: none;
}

header.header .searchContentWrap.is-show .searchContent .searchElm {
  padding: 0 10px;
}

header.header .searchContentWrap.is-show .searchContent #___gcse_1 td.gsc-input {
  width: 100%;
}

header.header .searchContentWrap.is-show .searchContent #___gcse_1 .gsc-search-box td.gsc-search-button {
  display: block;
}

header.header .searchContentWrap.is-show .searchContent #___gcse_1 .gsc-search-box td.gsc-search-button button.gsc-search-button {
  display: block;
}

header.header .navContentWrap {
  transition: 0.3s;
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap {
    clear: both;
    padding-right: 34px;
    width: 100%;
    display: flex !important;
    justify-content: flex-end;
  }
}

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

header.header .navContentWrap.is-show {
  width: 100%;
}

@media screen and (max-width: 767px) {
  header.header .navContentWrap.is-show {
    overflow-y: auto;
    height: calc(100vh - 96px);
  }
}

header.header .navContentWrap .menuContent .bnrLink {
  background-color: #403999;
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .bnrLink {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  header.header .navContentWrap .menuContent .bnrLink {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  header.header .navContentWrap .menuContent .bnrLink * {
    margin-bottom: 0;
  }
}

header.header .navContentWrap .menuContent .bnrLink > li {
  border-bottom: 1px solid #1e1684;
  margin-top: 1px;
}

@media screen and (max-width: 767px) {
  header.header .navContentWrap .menuContent .bnrLink > li:first-child {
    margin-top: 0;
  }
}

header.header .navContentWrap .menuContent .bnrLink a {
  position: relative;
  display: flex;
  justify-content: center;
}

header.header .navContentWrap .menuContent .bnrLink a img {
  position: relative;
  width: 100%;
}

header.header .navContentWrap .menuContent .bnrLink a p {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .bnrLink a p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  header.header .navContentWrap .menuContent .bnrLink a p {
    font-size: 1.6rem;
  }
}

header.header .navContentWrap .menuContent .bnrLink a p.material {
  padding-left: 24px;
  width: inherit;
}

header.header .navContentWrap .menuContent .bnrLink a p.material::before {
  content: "\f15c";
  position: absolute;
  left: 0;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
}

header.header .navContentWrap .menuContent .menuLink {
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuLink {
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  header.header .navContentWrap .menuContent .menuLink {
    color: #fff;
    background-color: #403999;
  }
}

header.header .navContentWrap .menuContent .menuLink a {
  color: #000;
}

header.header .navContentWrap .menuContent .menuLink > li {
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuLink > li {
    margin: 0 36px 0 0;
  }
}

@media screen and (max-width: 767px) {
  header.header .navContentWrap .menuContent .menuLink > li {
    margin: 0;
  }
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuLink > li:last-child {
    margin-right: 0;
  }
}

header.header .navContentWrap .menuContent .menuLink > li.is-open {
  border-bottom: 4px solid #403999;
}

@media screen and (max-width: 767px) {
  header.header .navContentWrap .menuContent .menuLink > li > a::after {
    top: calc(50% - 0.5em) !important;
  }
}

@media screen and (max-width: 767px) {
  header.header .navContentWrap .menuContent .menuLink > li.menuLink__link {
    border-top: 2px solid #1e1684;
  }
}

@media screen and (max-width: 767px) {
  header.header .navContentWrap .menuContent .menuLink > li.menuLink__link + * {
    border-top: none;
  }
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuLink__wrap {
    display: flex;
    background-color: #fff;
    padding: 50px 3.3% 60px;
  }
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuLink__img {
    margin-right: 60px;
    max-width: 248px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  header.header .navContentWrap .menuContent .menuLink__img {
    display: none;
  }
}

header.header .navContentWrap .menuContent .menuLink__img img {
  width: 100%;
  height: auto;
}

header.header .navContentWrap .menuContent .menuLink__children {
  font-weight: normal;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuLink__children {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  header.header .navContentWrap .menuContent .menuLink__children {
    font-size: 1.2rem;
  }
}

header.header .navContentWrap .menuContent .menuLink__ttl {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuLink__ttl {
    padding-bottom: 16px;
  }
}

@media screen and (max-width: 767px) {
  header.header .navContentWrap .menuContent .menuLink__ttl {
    display: none;
  }
}

header.header .navContentWrap .menuContent .menuLink__ttl a {
  position: relative;
  display: block;
  transition: opacity 0.3s;
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuLink__ttl a {
    font-weight: 700;
    font-size: 1.8rem;
    padding-left: 20px;
  }
}

header.header .navContentWrap .menuContent .menuLink__ttl a::after {
  position: absolute;
  left: 0;
  color: #403999;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f054";
  top: 0.3em;
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuLink__ttl a::after {
    left: 0;
  }
}

header.header .navContentWrap .menuContent .menuLink__ttl::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #403999;
  background: -moz-linear-gradient(left, #403999 0%, #403999 30%, #d6d4f3 30%, #d6d4f3 100%);
  background: -webkit-linear-gradient(left, #403999 0%, #403999 30%, #d6d4f3 30%, #d6d4f3 100%);
  background: linear-gradient(to right, #403999 0%, #403999 30%, #d6d4f3 30%, #d6d4f3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-base', endColorstr='$color-vio3',GradientType=1 );
}

header.header .navContentWrap .menuContent .menuLink__list {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuLink__list {
    display: flex;
    flex-wrap: wrap;
    padding-top: 16px;
  }
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuLink__list + .menuLink__list {
    padding-top: 0;
  }
}

header.header .navContentWrap .menuContent .menuLink__list li {
  background-color: #fff;
  margin: 0;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuLink__list li {
    width: 33.3%;
  }
}

@media screen and (max-width: 767px) {
  header.header .navContentWrap .menuContent .menuLink__list li {
    border-bottom: 1px solid #1e1684;
  }
}

@media screen and (max-width: 767px) {
  header.header .navContentWrap .menuContent .menuLink__list li::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 30px;
    background-color: #f0efff;
  }
}

header.header .navContentWrap .menuContent .menuLink__list a {
  position: relative;
  display: block;
  transition: opacity 0.3s;
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuLink__list a {
    font-weight: 700;
    font-size: 1.6rem;
    padding: 0 4px 0 14px;
    margin: 8px 0;
  }
}

@media screen and (max-width: 767px) {
  header.header .navContentWrap .menuContent .menuLink__list a {
    padding: 12px 35px 12px 34px;
    background-color: #f0efff;
  }
}

header.header .navContentWrap .menuContent .menuLink__list a::after {
  position: absolute;
  left: 0;
  color: #403999;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f054";
  top: 0.3em;
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuLink__list a::after {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  header.header .navContentWrap .menuContent .menuLink__list a::after {
    left: inherit;
    right: 12px;
    top: calc(0.4em  + 12px);
  }
}

header.header .navContentWrap .menuContent .menuLink__list > li > dl > dt,
header.header .navContentWrap .menuContent .menuLink__list > li > dl dd {
  border-bottom: 1px solid #403999;
}

header.header .navContentWrap .menuContent .menuLink__list > li > dl > dt:last-child,
header.header .navContentWrap .menuContent .menuLink__list > li > dl dd:last-child {
  border-bottom: none;
}

header.header .navContentWrap .menuContent .menuLink .js-globalNav-accordion-toggle,
header.header .navContentWrap .menuContent .menuLink > li > a {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  transition: background-color 0.3s;
  color: #000;
  font-weight: 700;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuLink .js-globalNav-accordion-toggle,
  header.header .navContentWrap .menuContent .menuLink > li > a {
    padding: 14px 24px 13px 4px;
  }
}

@media screen and (max-width: 767px) {
  header.header .navContentWrap .menuContent .menuLink .js-globalNav-accordion-toggle,
  header.header .navContentWrap .menuContent .menuLink > li > a {
    padding: 10px 35px 10px 20px;
    border-bottom: 1px solid #1e1684;
    background-color: #fff;
  }
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuLink .js-globalNav-accordion-toggle:hover, header.header .navContentWrap .menuContent .menuLink .js-globalNav-accordion-toggle:focus,
  header.header .navContentWrap .menuContent .menuLink > li > a:hover,
  header.header .navContentWrap .menuContent .menuLink > li > a:focus {
    border-bottom: 4px solid #403999;
    text-decoration: none;
  }
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuLink .js-globalNav-accordion-toggle {
    border-bottom: 4px solid #fff;
  }
}

header.header .navContentWrap .menuContent .menuLink .js-globalNav-accordion-toggle::after {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #403999;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuLink .js-globalNav-accordion-toggle::after {
    right: 2px;
    content: "\f078";
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  header.header .navContentWrap .menuContent .menuLink .js-globalNav-accordion-toggle::after {
    right: 10px;
    content: "\f067";
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuLink > li > a {
    display: none;
  }
}

header.header .navContentWrap .menuContent .menuLink > li > a::after {
  position: absolute;
  left: 0;
  color: #403999;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f054";
  top: 0.3em;
  left: auto;
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuLink > li > a::after {
    font-size: 1.6rem;
    right: 2px;
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  header.header .navContentWrap .menuContent .menuLink > li > a::after {
    right: 12px;
  }
}

header.header .navContentWrap .menuContent .menuLink .js-globalNav-accordion-target {
  display: none;
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuLink .js-globalNav-accordion-target {
    border-top: 1px solid #ddd;
    position: absolute;
    left: 0;
    top: 122px;
    width: 100%;
    z-index: 1;
  }
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuLink .js-globalNav-accordion.is-open .js-globalNav-accordion-toggle {
    border-bottom: 4px solid #403999;
  }
}

@media screen and (max-width: 767px) {
  header.header .navContentWrap .menuContent .menuLink .js-globalNav-accordion.is-open .js-globalNav-accordion-toggle {
    border-bottom: 1px solid #403999;
  }
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuLink .js-globalNav-accordion.is-open .js-globalNav-accordion-toggle::after {
    content: "\f077";
  }
}

@media screen and (max-width: 767px) {
  header.header .navContentWrap .menuContent .menuLink .js-globalNav-accordion.is-open .js-globalNav-accordion-toggle::after {
    content: "\f068";
  }
}

header.header .navContentWrap .menuContent .menuSubLink {
  display: flex;
  flex-wrap: wrap;
}

header.header .navContentWrap .menuContent .menuSubLink > li {
  background-color: #fff;
  border-bottom: 1px solid #1e1684;
  width: 50%;
  display: flex;
}

header.header .navContentWrap .menuContent .menuSubLink > li:nth-child(odd) {
  border-right: 1px solid #1e1684;
}

header.header .navContentWrap .menuContent .menuSubLink a {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 12px 20px;
  background-color: #403999;
  transition: background-color 0.3s;
}

header.header .navContentWrap .menuContent .menuSubLink a::after {
  position: absolute;
  left: 0;
  color: #403999;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f054";
  top: 0.3em;
  left: auto;
  right: 10px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  header.header .navContentWrap .menuContent .menuSubLink a::after {
    top: calc(50% - 0.5em);
  }
}

@media print, screen and (min-width: 768px) {
  header.header .navContentWrap .menuContent .menuSubLink a:hover, header.header .navContentWrap .menuContent .menuSubLink a:focus {
    background-color: #1e1684;
    text-decoration: none;
  }
}

.pageTopWrap {
  position: fixed;
  bottom: 0;
  line-height: 0;
  margin-bottom: 0;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .pageTopWrap {
    width: 88%;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1188px) {
  .pageTopWrap {
    width: 100%;
    left: 0;
    transform: translateX(0);
  }
}

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

.pageTopWrap .pageTop {
  background-color: #111;
  display: inline-block;
  position: absolute;
  opacity: 0.8;
  transition: 0.3s;
}

@media print, screen and (min-width: 768px) {
  .pageTopWrap .pageTop {
    font-size: 3.0rem;
    width: 64px;
    height: 64px;
    top: -64px;
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .pageTopWrap .pageTop {
    font-size: 2.2rem;
    width: 42px;
    height: 42px;
    top: -84px;
    right: 0;
  }
}

.pageTopWrap .pageTop::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f077";
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .pageTopWrap .pageTop:hover, .pageTopWrap .pageTop:focus {
    opacity: 0.5;
    text-decoration: none;
  }
}

.pageTopWrap.is-stop {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
  .pageTopWrap.is-stop .pageTop {
    top: -42px;
  }
}

@media print, screen and (min-width: 768px) {
  footer.footer {
    margin: 0 auto;
    width: 1050px;
    padding: 35px 0 40px 0;
  }
}

@media screen and (max-width: 767px) {
  footer.footer {
    padding: 15px 0 30px 0;
  }
}

@media print, screen and (min-width: 768px) {
  footer.footer .footer_in {
    display: flex;
    justify-content: space-between;
  }
}

footer.footer .utility {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  footer.footer .utility {
    flex-wrap: wrap;
    justify-content: center;
  }
}

footer.footer .utility > li {
  border-right: 1px solid #ddd;
}

@media print, screen and (min-width: 768px) {
  footer.footer .utility > li {
    padding-right: 12px;
    margin-right: 12px;
    border-right: 1px solid #ddd;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  footer.footer .utility > li {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  footer.footer .utility > li:nth-child(even) {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  footer.footer .utility > li:nth-child(n + 3) {
    margin-top: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  footer.footer .utility > li:last-child {
    padding-right: 0;
    margin-right: 0;
    border: none;
  }
}

@media screen and (max-width: 767px) {
  footer.footer .utility > li:last-child {
    border: none;
  }
}

footer.footer .utility > li > a {
  display: block;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  footer.footer .utility > li > a {
    padding: 5px;
    text-align: center;
  }
}

footer.footer .copyright {
  font-family: "Roboto Condensed";
  line-height: 1;
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  footer.footer .copyright {
    margin-top: 23px;
    text-align: center;
  }
}

#svg-animation .st0 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 20;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  stroke-dasharray: 1500;
  stroke-dashoffset: 1500;
}

#svg-animation {
  max-width: 100%;
  height: auto;
}

.emergencyArea {
  background-color: #ffd200;
  z-index: 500;
  top: 0;
  width: 100%;
}

.emergencyArea .emergencyWrap {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .emergencyArea .emergencyWrap {
    padding: 15px 0;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .emergencyArea .emergencyWrap {
    padding: 10px 0;
    position: relative;
  }
}

.emergencyArea .emergencyWrap .label {
  line-height: 0;
}

@media print, screen and (min-width: 768px) {
  .emergencyArea .emergencyWrap .label {
    width: 150px;
  }
}

.emergencyArea .emergencyWrap .label .labelElm {
  background-color: #111;
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 6px;
  min-width: 125px;
  border-radius: 2em;
}

@media screen and (max-width: 767px) {
  .emergencyArea .emergencyWrap .label .labelElm {
    font-size: 1.2rem;
    min-width: 108px;
  }
}

@media print, screen and (min-width: 768px) {
  .emergencyArea .emergencyWrap .textWrap {
    flex: 1;
    width: calc(100% - 150px);
  }
}

@media screen and (max-width: 767px) {
  .emergencyArea .emergencyWrap .textWrap .js-accordion-target {
    margin-top: 16px;
  }
}

.emergencyArea .emergencyWrap .textWrap .text {
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .emergencyArea .emergencyWrap .textWrap .text + .text {
    margin-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  .emergencyArea .emergencyWrap .textWrap .text + .text {
    margin-top: 12px;
  }
}

.emergencyArea .emergencyWrap .textWrap .date {
  font-size: 1.4rem;
}

@media print, screen and (min-width: 768px) {
  .emergencyArea .emergencyWrap .textWrap .date {
    min-width: 120px;
    margin-top: 2px;
  }
}

@media screen and (max-width: 767px) {
  .emergencyArea .emergencyWrap .textWrap .date {
    font-size: 1.2rem;
    padding-right: 10px;
  }
}

.emergencyArea .emergencyWrap .textWrap .detail {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .emergencyArea .emergencyWrap .textWrap .detail {
    flex: 1;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .emergencyArea .areaWrap__sp {
    margin: 0 10px;
  }
}

.emergencyArea .js-accordion .js-accordion-toggle:not(.noLink) {
  background: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
  height: 100%;
  margin-left: auto;
  padding: 0 20px;
  text-align: center;
  width: 100px;
}

@media screen and (max-width: 767px) {
  .emergencyArea .js-accordion .js-accordion-toggle:not(.noLink) {
    font-size: 1.2rem;
    height: 24px;
    line-height: 24px;
    position: absolute;
    right: 0;
    top: 10px;
  }
}

.emergencyArea .js-accordion .js-accordion-toggle:not(.noLink)::after {
  right: 10px;
}

.emergencyArea .js-accordion .js-accordion-toggle:not(.noLink):focus {
  opacity: 1;
}

.emergencyArea + .header .headerWrap {
  position: absolute;
}

.titleType1Wrap {
  background: linear-gradient(90deg, #f0efff 0%, #f0efff 40%, #e3e2f7 40%, #e3e2f7 100%);
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .titleType1Wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.titleType1Wrap .titleType1 {
  background: #403999;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color-base', endColorstr='#5852a7',GradientType=1 );
  color: #fff;
  font-weight: 700;
  text-align: left;
}

@media print, screen and (min-width: 768px) {
  .titleType1Wrap .titleType1 {
    width: 100%;
    min-height: 86px;
    background: -moz-linear-gradient(-45deg, #403999 0%, #403999 64%, #5852a7 64%, #5852a7 100%);
    background: -webkit-linear-gradient(-45deg, #403999 0%, #403999 64%, #5852a7 64%, #5852a7 100%);
    background: linear-gradient(135deg, #403999 0%, #403999 64%, #5852a7 64%, #5852a7 100%);
  }
}

@media screen and (max-width: 767px) {
  .titleType1Wrap .titleType1 {
    position: relative;
    min-height: 49px;
    background: -moz-linear-gradient(-45deg, #403999 0%, #403999 73%, #5852a7 73%, #5852a7 100%);
    background: -webkit-linear-gradient(-45deg, #403999 0%, #403999 73%, #44434b 73%, #5852a7 100%);
    background: linear-gradient(135deg, #403999 0%, #403999 73%, #5852a7 73%, #5852a7 100%);
  }
}

.titleType1Wrap .title {
  margin: 0 auto;
  display: inline-block;
  text-align: left;
  line-height: 1.7;
}

@media print, screen and (min-width: 768px) {
  .titleType1Wrap .title {
    padding: 17.5px 6.3vw;
  }
}

@media screen and (max-width: 767px) {
  .titleType1Wrap .title {
    padding: 9.5px 14px;
  }
}

.titleType1Wrap .title span {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .titleType1Wrap .title .title-jp {
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .titleType1Wrap .title .title-jp {
    font-size: 1.8rem;
  }
}

.titleType1Wrap .title .title-en {
  color: #9d99da;
  font-family: "Roboto Condensed";
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .titleType1Wrap .title .title-en {
    font-size: 3.8rem;
  }
}

@media screen and (max-width: 767px) {
  .titleType1Wrap .title .title-en {
    font-size: 2.2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .titleType1Wrap .title.is-large {
    padding: 45px 6vw;
  }
}

@media screen and (max-width: 767px) {
  .titleType1Wrap .title.is-large {
    padding: 20px;
  }
}

.titleType1Wrap .title.is-large span {
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  .titleType1Wrap .title.is-large .title-jp {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 767px) {
  .titleType1Wrap .title.is-large .title-jp {
    font-size: 2.2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .titleType1Wrap.is-white {
    border-top: 6px solid #403999;
  }
}

@media screen and (max-width: 767px) {
  .titleType1Wrap.is-white {
    border-top: 7px solid #403999;
  }
}

.titleType1Wrap.is-white .titleType1 {
  background: #fff;
  color: #403999;
}

@media print, screen and (min-width: 768px) {
  .titleType1Wrap.is-white .titleType1 {
    width: 100%;
    min-height: 100px;
    background: -moz-linear-gradient(-45deg, #fff 0%, #fff 64%, #f3f2fb 64%, #f3f2fb 100%);
    background: -webkit-linear-gradient(-45deg, #fff 0%, #fff 64%, #f3f2fb 64%, #f3f2fb 100%);
    background: linear-gradient(135deg, #fff 0%, #fff 64%, #f3f2fb 64%, #f3f2fb 100%);
  }
}

@media screen and (max-width: 767px) {
  .titleType1Wrap.is-white .titleType1 {
    position: relative;
    min-height: 51px;
    background: -moz-linear-gradient(-45deg, #fff 0%, #fff 73%, #f3f2fb 73%, #f3f2fb 100%);
    background: -webkit-linear-gradient(-45deg, #fff 0%, #fff 73%, #f3f2fb 73%, #f3f2fb 100%);
    background: linear-gradient(135deg, #fff 0%, #fff 73%, #f3f2fb 73%, #f3f2fb 100%);
  }
}

@media print, screen and (min-width: 768px) {
  .titleType1Wrap.is-white .title {
    padding: 22px 6.3vw;
  }
}

@media screen and (max-width: 767px) {
  .titleType1Wrap.is-white .title {
    padding: 11px 14px;
  }
}

.titleType1Wrap.is-white .title span {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .titleType1Wrap.is-white .title .title-jp {
    font-size: 3.2rem;
  }
}

.titleType1Wrap.is-short {
  width: inherit;
  position: relative;
}

@media screen and (max-width: 767px) {
  .titleType1Wrap.is-short {
    padding-bottom: 10px;
  }
}

.titleType1Wrap.is-short::after {
  content: "";
  position: absolute;
  background: repeating-linear-gradient(-45deg, #9d99da 0, #9d99da 2px, #fff 2px, #fff 6px);
  top: 0;
  left: 0;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .titleType1Wrap.is-short::after {
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .titleType1Wrap.is-short::after {
    height: 42px;
  }
}

.titleType1Wrap.is-short .titleType1 {
  text-align: center;
  width: inherit;
  background: #403999;
  z-index: 1;
}

@media print, screen and (min-width: 768px) {
  .titleType1Wrap.is-short .titleType1 {
    max-width: 60%;
    min-width: 442px;
  }
}

@media screen and (max-width: 767px) {
  .titleType1Wrap.is-short .titleType1 {
    max-width: 70%;
  }
}

@media print, screen and (min-width: 768px) {
  .titleType1Wrap.is-short .title {
    padding: 22px 6.3vw;
  }
}

.titleType1Wrap.is-short .title span {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .titleType1Wrap.is-short .title .title-jp {
    font-size: 3.2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .titleType1Wrap.is-short + .underPageWrap {
    margin-top: -25px;
  }
}

.kvArea + .titleType1Wrap {
  width: inherit;
}

@media print, screen and (min-width: 768px) {
  .kvArea + .titleType1Wrap {
    padding-right: 6%;
  }
}

.kvArea + .titleType1Wrap .titleType1 {
  text-align: center;
  width: inherit;
  background: #403999;
}

@media print, screen and (min-width: 768px) {
  .kvArea + .titleType1Wrap .titleType1 {
    max-width: 60%;
    min-width: 375px;
    margin-top: -80px;
    z-index: 1;
  }
}

@media screen and (max-width: 767px) {
  .kvArea + .titleType1Wrap .titleType1 {
    max-width: 70%;
    top: -62px;
    margin-bottom: -62px;
  }
}

.titleType2En {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .titleType2En {
    padding: 0 0 0 72px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .titleType2En {
    padding: 0 0 0 45px;
    margin-bottom: 25px;
  }
}

.titleType2En .title {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .titleType2En .title {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    line-height: 1.6;
  }
}

.titleType2En .title-jp {
  display: inline-block;
  font-weight: 700;
  color: #000;
}

@media print, screen and (min-width: 768px) {
  .titleType2En .title-jp {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .titleType2En .title-jp {
    font-size: 2rem;
  }
}

.titleType2 {
  position: relative;
  border-bottom: 3px solid #d6d4f3;
}

.titleType2::before {
  position: absolute;
  content: "";
  height: 3px;
  bottom: -3px;
  left: 0;
  background-color: #403999;
}

@media print, screen and (min-width: 768px) {
  .titleType2::before {
    width: 36%;
  }
}

@media screen and (max-width: 767px) {
  .titleType2::before {
    width: 49%;
  }
}

.titleType2 .title {
  font-family: "Roboto Condensed", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  padding-bottom: calc(0.5em - 3px);
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .titleType2 .title {
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  .titleType2 .title {
    font-size: 2.0rem;
    line-height: 1.6;
  }
}

.titleType2 .title span.text_sizeS {
  padding-left: 1em;
}

.titleLink {
  position: relative;
  display: block;
  padding-left: 1.5em;
}

.titleLink .title > span {
  position: relative;
}

.titleLink .title > span::before {
  position: absolute;
  left: 0;
  color: #403999;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f054";
  top: 0.3em;
  font-size: 0.7em;
}

@media print, screen and (min-width: 768px) {
  .titleLink .title > span::before {
    left: calc(-1.5em + 5px);
  }
}

@media screen and (max-width: 767px) {
  .titleLink .title > span::before {
    left: -1.5em;
  }
}

.titleType3 {
  border-bottom: 1px solid #9d99da;
}

.titleType3 .title {
  padding-bottom: calc(0.5em - 2px);
  font-family: "Roboto Condensed", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .titleType3 .title {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  .titleType3 .title {
    font-size: 1.8rem;
  }
}

.titleType4 {
  border-bottom: 1px solid #ddd;
}

.titleType4 .title {
  padding-bottom: calc(0.5em - 2px);
  font-family: "Roboto Condensed", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.6;
}

@media print, screen and (min-width: 768px) {
  .titleType4 .title {
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 767px) {
  .titleType4 .title {
    font-size: 1.6rem;
  }
}

.titleType5 .title {
  padding-bottom: calc(0.5em - 2px);
  font-family: "Roboto Condensed", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: 700;
  line-height: 1.4;
}

@media print, screen and (min-width: 768px) {
  .titleType5 .title {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .titleType5 .title {
    font-size: 1.4rem;
  }
}

.text_sizeS {
  font-size: 1.2rem !important;
}

@media print, screen and (min-width: 768px) {
  .text_sizeL {
    font-size: 2.2rem !important;
  }
}

@media screen and (max-width: 767px) {
  .text_sizeL {
    font-size: 1.5rem !important;
  }
}

.text__error {
  color: #ff0000 !important;
  font-weight: 700;
  line-height: 1.6;
}

.bold {
  font-weight: 700 !important;
}

.text__normal {
  font-weight: normal;
}

.text_l,
.text_l > li {
  text-align: left !important;
}

.text_r,
.text_r > li {
  text-align: right !important;
}

.text_c,
.text_c > li {
  text-align: center !important;
}

@media print, screen and (min-width: 768px) {
  .text_std {
    margin: 24px 0;
  }
}

@media screen and (max-width: 767px) {
  .text_std {
    margin: 13px 0;
  }
}

.text__cursive {
  font-family: "Dancing Script";
  font-weight: 700;
}

.text__en {
  font-family: "Roboto Condensed";
  font-weight: 700;
}

.text__slant {
  transform: rotate(-8deg);
}

@media screen and (max-width: 767px) {
  .underPage .titleType1Wrap {
    background-color: #e3e2f7;
    background-image: none;
  }
}

@media print, screen and (min-width: 768px) {
  .underPageWrap {
    background: linear-gradient(90deg, #f0efff 0%, #f0efff 40%, #e3e2f7 40%, #e3e2f7 100%);
  }
}

.underPageWrap .underPageWrap-in {
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .underPageWrap .underPageWrap-in {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .underPageWrap .underPageWrap-in {
    flex-direction: column;
  }
}

.underPageWrap .mainContentWrap {
  order: 2;
  word-break: break-all;
}

@media print, screen and (min-width: 768px) {
  .underPageWrap .mainContentWrap {
    width: 100%;
    background-color: #fff;
    padding: 45px 6.35% 45px 80px;
  }
}

@media screen and (max-width: 767px) {
  .underPageWrap .mainContentWrap {
    padding: 30px 14px 40px;
    background: linear-gradient(90deg, #f0efff 0%, #f0efff 40%, #e3e2f7 40%, #e3e2f7 100%);
  }
}

@media screen and (max-width: 767px) {
  .underPageWrap .mainContentWrap .mainContent {
    background-color: #fff;
    padding: 30px 20px;
  }
}

.underPageWrap .localNavWrap {
  order: 1;
  background-color: #f0efff;
}

@media print, screen and (min-width: 768px) {
  .underPageWrap .localNavWrap {
    width: 20%;
  }
}

.underPageWrap .localNavWrap .topCategory {
  font-weight: 700;
  border-bottom: 2px solid #403999;
}

@media print, screen and (min-width: 768px) {
  .underPageWrap .localNavWrap .topCategory {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  .underPageWrap .localNavWrap .topCategory {
    font-size: 1.8rem;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.underPageWrap .localNavWrap .topCategory::after {
  bottom: -2px;
}

.underPageWrap .localNavWrap .topCategory a {
  position: relative;
  padding: 0.5em 0 0.5em 1em;
  display: block;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .underPageWrap .localNavWrap .topCategory a {
    width: calc(100% - 30px);
  }
}

.underPageWrap .localNavWrap .topCategory a::before {
  transition: left 0.3s ease-out;
  position: absolute;
  left: 0;
  color: #403999;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f054";
  top: 0.3em;
  top: 0.7em;
}

@media print, screen and (min-width: 768px) {
  .underPageWrap .localNavWrap .topCategory a:hover, .underPageWrap .localNavWrap .topCategory a:focus {
    text-decoration: none;
  }
  .underPageWrap .localNavWrap .topCategory a:hover::before, .underPageWrap .localNavWrap .topCategory a:focus::before {
    left: 5px;
  }
}

.underPageWrap .localNavWrap .topCategory p {
  padding: 0.5em 0;
}

.underPageWrap .localNavWrap .topCategory span.noLink {
  position: relative;
  padding: 0.5em 0 0.5em 1em;
  display: block;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .underPageWrap .localNavWrap .topCategory span.noLink {
    width: calc(100% - 30px);
  }
}

.underPageWrap .localNavWrap .localNav .linkList-block > li,
.underPageWrap .localNavWrap .localNav .linkList-block > .lineOver {
  border-bottom: #d6d4f3 1px solid;
}

.underPageWrap .localNavWrap .localNav .linkList-block > .is-current {
  border-bottom: 1px solid #403999;
  font-weight: 700;
  color: #403999;
}

.underPageWrap .localNavWrap .localNav .linkList-block > .is-current a {
  color: #403999;
}

@media print, screen and (min-width: 768px) {
  .underPageWrap .localNavWrap .localNav .linkList-block > .is-current span {
    padding-left: 1.5em;
  }
}

@media print, screen and (min-width: 768px) {
  .underPageWrap .localNavWrap .localNav .linkList-block > .is-current span::before {
    left: 5px;
  }
}

.underPageWrap .localNavWrap .localNav .linkList-block span.noLink {
  display: block;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .underPageWrap .localNavWrap .localNav .linkList-block span.noLink {
    padding-left: 1.5em;
    padding-right: 1em;
  }
}

.underPageWrap .localNavWrap .localNav .linkList-block span.noLink::before {
  transition: left 0.3s ease-out;
}

@media print, screen and (min-width: 768px) {
  .underPageWrap .localNavWrap .localNav .linkList-block span.noLink::before {
    left: 5px;
  }
}

.underPageWrap .localNavWrap .localNav .js-accordion dt,
.underPageWrap .localNavWrap .localNav .js-accordion button.js-accordion-toggle.noLink > .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.underPageWrap .localNavWrap .localNav .js-accordion dt a,
.underPageWrap .localNavWrap .localNav .js-accordion dt span.noLink,
.underPageWrap .localNavWrap .localNav .js-accordion dt span.label,
.underPageWrap .localNavWrap .localNav .js-accordion button.js-accordion-toggle.noLink > .wrap a,
.underPageWrap .localNavWrap .localNav .js-accordion button.js-accordion-toggle.noLink > .wrap span.noLink,
.underPageWrap .localNavWrap .localNav .js-accordion button.js-accordion-toggle.noLink > .wrap span.label {
  width: calc(100% - 30px);
}

.underPageWrap .localNavWrap .localNav .js-accordion.is-open {
  border-bottom: none;
}

.underPageWrap .localNavWrap .localNav .js-accordion.is-open dt {
  border-bottom: 1px solid #d6d4f3;
}

.underPageWrap .localNavWrap .localNav .js-accordion .js-accordion {
  border-bottom: none;
}

.underPageWrap .localNavWrap .localNav .js-accordion .js-accordion-toggle:not(.noLink),
.underPageWrap .localNavWrap .localNav .js-accordion .js-accordion-toggle.noLink .accordion-toggle {
  width: 2.7rem;
  height: 2.7rem;
  background-color: #403999;
  color: #fff;
}

.underPageWrap .localNavWrap .localNav .js-accordion .js-accordion-toggle:not(.noLink)::after,
.underPageWrap .localNavWrap .localNav .js-accordion .js-accordion-toggle.noLink .accordion-toggle::after {
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.underPageWrap .localNavWrap .localNav .js-accordion .js-accordion-toggle.noLink {
  display: block;
  width: 100%;
  height: auto;
  text-align: left;
}

.underPageWrap .localNavWrap .localNav .js-accordion .js-accordion-target .linkList-block {
  margin-left: 16px;
}

@media screen and (max-width: 767px) {
  .underPageWrap .localNavWrap .linkList-block li {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.underPageWrap .localNavWrap .linkList-block li a,
.underPageWrap .localNavWrap .linkList-block li span.noLink {
  display: block;
}

@media screen and (max-width: 767px) {
  .underPageWrap .localNavWrap .linkList-block li .linkList-block li {
    padding-left: 0;
    padding-right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .underPageWrap .localNavWrap + .mainContentWrap {
    padding: 45px 6.35% 45px 45px;
    width: calc(80% - 45px);
  }
}

.underPageWrap .js-localNav {
  position: relative;
}

@media screen and (max-width: 767px) {
  .underPageWrap .js-localNav .localNav-toggle {
    position: absolute;
    top: 0.9rem;
    right: 12px;
    width: 2.7rem;
    height: 2.7rem;
    background-color: #403999;
    text-align: center;
    z-index: 10;
  }
  .underPageWrap .js-localNav .localNav-toggle span {
    display: block;
    padding-top: 0.45rem;
    color: #fff;
    font-size: 1.8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .underPageWrap .js-localNav .js-localNav-toggle {
    display: none;
  }
}

.underPageWrap .js-localNav.is-open .js-localNav-toggle .fa-list-ul {
  display: none;
}

.underPageWrap .js-localNav:not(.is-open) .js-localNav-toggle .fa-minus {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .areaWrap {
    width: 88%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .areaWrap__sp {
    margin: 0 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .areaWrap__left {
    width: 94%;
    margin: 0 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .areaWrap__left__sp {
    margin: 0 14px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .areaWrap__right {
    width: 94%;
    margin: 0 0 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .areaWrap__right__sp {
    margin: 0 0 0 14px;
  }
}

.bg2tone {
  overflow: hidden;
  background: linear-gradient(90deg, #f0efff 0%, #f0efff 40%, #e3e2f7 40%, #e3e2f7 100%);
}

.bg2tone .bg2tone_in {
  background-color: #fff;
}

.bgVio {
  overflow: hidden;
  background-color: #f0efff;
}

.bgDotWrap {
  background-size: 100% auto;
  background-position: 0 0;
  background-repeat: repeat-y;
}

@media print, screen and (min-width: 768px) {
  .bgDotWrap {
    background-image: url("/wr_common-v2/images/exam/bg_content.png");
  }
}

@media screen and (max-width: 767px) {
  .bgDotWrap {
    background-image: url("/wr_common-v2/images/exam/bg_content_sp.png");
  }
}

.js-accordion .js-accordion-toggle:not(.noLink),
.js-accordion .js-accordion-toggle.noLink .accordion-toggle,
.js-localNav .js-accordion-toggle:not(.noLink),
.js-localNav .js-accordion-toggle.noLink .accordion-toggle {
  position: relative;
  width: 100%;
  text-align: left;
}

.js-accordion .js-accordion-toggle:not(.noLink)::after,
.js-accordion .js-accordion-toggle.noLink .accordion-toggle::after,
.js-localNav .js-accordion-toggle:not(.noLink)::after,
.js-localNav .js-accordion-toggle.noLink .accordion-toggle::after {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "\f067";
}

@media print, screen and (min-width: 768px) {
  .js-accordion .js-accordion-toggle:not(.noLink)::after,
  .js-accordion .js-accordion-toggle.noLink .accordion-toggle::after,
  .js-localNav .js-accordion-toggle:not(.noLink)::after,
  .js-localNav .js-accordion-toggle.noLink .accordion-toggle::after {
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .js-accordion .js-accordion-toggle:not(.noLink)::after,
  .js-accordion .js-accordion-toggle.noLink .accordion-toggle::after,
  .js-localNav .js-accordion-toggle:not(.noLink)::after,
  .js-localNav .js-accordion-toggle.noLink .accordion-toggle::after {
    right: 14px;
  }
}

.js-accordion .js-accordion-toggle:not(.noLink).btn_in,
.js-accordion .js-accordion-toggle.noLink .accordion-toggle.btn_in,
.js-localNav .js-accordion-toggle:not(.noLink).btn_in,
.js-localNav .js-accordion-toggle.noLink .accordion-toggle.btn_in {
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .js-accordion .js-accordion-toggle:not(.noLink).btn_in:hover, .js-accordion .js-accordion-toggle:not(.noLink).btn_in:focus,
  .js-accordion .js-accordion-toggle.noLink .accordion-toggle.btn_in:hover,
  .js-accordion .js-accordion-toggle.noLink .accordion-toggle.btn_in:focus,
  .js-localNav .js-accordion-toggle:not(.noLink).btn_in:hover,
  .js-localNav .js-accordion-toggle:not(.noLink).btn_in:focus,
  .js-localNav .js-accordion-toggle.noLink .accordion-toggle.btn_in:hover,
  .js-localNav .js-accordion-toggle.noLink .accordion-toggle.btn_in:focus {
    opacity: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .js-accordion .js-accordion-toggle:not(.noLink):hover, .js-accordion .js-accordion-toggle:not(.noLink):focus,
  .js-localNav .js-accordion-toggle:not(.noLink):hover,
  .js-localNav .js-accordion-toggle:not(.noLink):focus {
    opacity: 0.5;
    text-decoration: none;
  }
}

.js-accordion .js-accordion-toggle:not(.noLink).is-open::after,
.js-localNav .js-accordion-toggle:not(.noLink).is-open::after {
  content: "\f068";
}

@media print, screen and (min-width: 768px) {
  .js-accordion .js-accordion-toggle.noLink:hover, .js-accordion .js-accordion-toggle.noLink:focus,
  .js-localNav .js-accordion-toggle.noLink:hover,
  .js-localNav .js-accordion-toggle.noLink:focus {
    opacity: 0.5;
    text-decoration: none;
  }
}

.js-accordion .js-accordion-toggle.noLink.is-open .accordion-toggle::after,
.js-localNav .js-accordion-toggle.noLink.is-open .accordion-toggle::after {
  content: "\f068";
}

.js-accordion .js-accordion-target,
.js-localNav .js-accordion-target {
  display: none;
}

.js-accordion .js-accordion-target.is-open,
.js-localNav .js-accordion-target.is-open {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .js-accordion .js-localNav-target,
  .js-localNav .js-localNav-target {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .js-accordion .js-localNav-target,
  .js-localNav .js-localNav-target {
    display: none;
  }
}

.mainContent a {
  color: #403999;
}

.link,
.link__PDF,
.link__audio,
.link__movie,
.link__zoom,
.link__blank {
  position: relative;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .link,
  .link__PDF,
  .link__audio,
  .link__movie,
  .link__zoom,
  .link__blank {
    padding-left: 1em;
  }
}

@media screen and (max-width: 767px) {
  .link,
  .link__PDF,
  .link__audio,
  .link__movie,
  .link__zoom,
  .link__blank {
    padding-left: 1em;
  }
}

.link::before,
.link__PDF::before,
.link__audio::before,
.link__movie::before,
.link__zoom::before,
.link__blank::before {
  position: absolute;
  left: 0;
  color: #403999;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f054";
  top: 0.3em;
}

.link span.is-important,
.link__PDF span.is-important,
.link__audio span.is-important,
.link__movie span.is-important,
.link__zoom span.is-important,
.link__blank span.is-important {
  background-color: #ff0000;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  border-radius: 4px;
  margin: 0 8px 0 3px;
  text-align: center;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .link span.is-important,
  .link__PDF span.is-important,
  .link__audio span.is-important,
  .link__movie span.is-important,
  .link__zoom span.is-important,
  .link__blank span.is-important {
    font-size: 1.2rem;
    padding: 4px 8px;
  }
}

@media screen and (max-width: 767px) {
  .link span.is-important,
  .link__PDF span.is-important,
  .link__audio span.is-important,
  .link__movie span.is-important,
  .link__zoom span.is-important,
  .link__blank span.is-important {
    font-size: 1rem;
    padding: 2px 6px;
  }
}

.link span.is-lock,
.link__PDF span.is-lock,
.link__audio span.is-lock,
.link__movie span.is-lock,
.link__zoom span.is-lock,
.link__blank span.is-lock {
  background-color: #fff;
  border: 1px solid #403999;
  border-radius: 4px;
  color: #403999;
  font-weight: 700;
  line-height: 1;
  margin: 0 8px 0 3px;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .link span.is-lock,
  .link__PDF span.is-lock,
  .link__audio span.is-lock,
  .link__movie span.is-lock,
  .link__zoom span.is-lock,
  .link__blank span.is-lock {
    font-size: 1.2rem;
    padding: 3px 8px 3px 1.9rem;
  }
}

@media screen and (max-width: 767px) {
  .link span.is-lock,
  .link__PDF span.is-lock,
  .link__audio span.is-lock,
  .link__movie span.is-lock,
  .link__zoom span.is-lock,
  .link__blank span.is-lock {
    font-size: 1rem;
    padding: 2px 5px 2px 1.6rem;
  }
}

.link span.is-lock::before,
.link__PDF span.is-lock::before,
.link__audio span.is-lock::before,
.link__movie span.is-lock::before,
.link__zoom span.is-lock::before,
.link__blank span.is-lock::before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f023";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media print, screen and (min-width: 768px) {
  .link span.is-lock::before,
  .link__PDF span.is-lock::before,
  .link__audio span.is-lock::before,
  .link__movie span.is-lock::before,
  .link__zoom span.is-lock::before,
  .link__blank span.is-lock::before {
    font-size: 1rem;
    left: .6em;
  }
}

@media screen and (max-width: 767px) {
  .link span.is-lock::before,
  .link__PDF span.is-lock::before,
  .link__audio span.is-lock::before,
  .link__movie span.is-lock::before,
  .link__zoom span.is-lock::before,
  .link__blank span.is-lock::before {
    font-size: .9rem;
    left: .5556em;
  }
}

.link span:last-child,
.link__PDF span:last-child,
.link__audio span:last-child,
.link__movie span:last-child,
.link__zoom span:last-child,
.link__blank span:last-child {
  margin-left: 0;
}

.link:hover span,
.link__PDF:hover span,
.link__audio:hover span,
.link__movie:hover span,
.link__zoom:hover span,
.link__blank:hover span {
  text-decoration: none;
}

.link__download {
  position: relative;
  display: inline-block;
  padding: 0 1.4em 0 1em;
}

.link__PDF::after,
.link__audio::after,
.link__movie::after,
.link__zoom::after,
.link__blank::after {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  margin-left: 7px;
  color: #9d99da;
}

.link__PDF::after {
  content: "\f1c1";
  font-weight: normal;
  font-size: 1.2em;
}

.link__audio::after {
  content: "\f1c7";
  font-size: 1.2em;
  font-weight: normal;
}

.link__movie::after {
  content: "\f1c8";
  font-size: 1.2em;
  font-weight: normal;
}

.link__download::after {
  content: "";
  background: url("/ko_chu/common-v2/images/icon_download.svg") no-repeat center right;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

@media print, screen and (min-width: 768px) {
  .link__download::after {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .link__download::after {
    width: 18px;
    height: 18px;
  }
}

.link__blank::after {
  content: "\f35d";
}

.link__zoom::after {
  content: "\f00e";
  color: #9d99da;
}

.link__block {
  border-radius: 4px;
  overflow: hidden;
}

.link__block .photo {
  margin-bottom: 0 !important;
}

.link__block .photo img {
  width: 100%;
  height: auto;
}

.link__block .text {
  color: #403999;
  font-weight: 700;
  text-align: center;
  background-color: #fff;
}

@media print, screen and (min-width: 768px) {
  .link__block .text {
    padding: 18px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .link__block .text {
    padding: 12px;
    font-size: 1.3rem;
  }
}

.linkList > li > a {
  position: relative;
  display: inline-block;
}

.linkList > li > a::before {
  position: absolute;
  left: 0;
  color: #403999;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f054";
  top: 0.3em;
}

.linkList > li > ul {
  padding-left: 1em;
}

.linkList-block {
  position: relative;
  display: block;
}

.linkList-block > li,
.linkList-block > .lineOver {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}

.linkList-block .is-current span,
.linkList-block a {
  position: relative;
  display: block;
  padding: 1em 0 1em 1.5em;
}

.linkList-block .is-current span::before,
.linkList-block a::before {
  position: absolute;
  left: 0;
  color: #403999;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f054";
  top: 0.3em;
  top: 1.4em;
}

.linkList-block span.noLink {
  position: relative;
  display: block;
  padding: 1em 0 1em 1.5em;
}

.linkList-block .noLink .label {
  position: relative;
  display: block;
  padding: 1em;
}

.linkList-block .utility {
  font-size: 0;
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .linkList-block .utility {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .linkList-block .utility {
    margin-bottom: 8px;
  }
}

.linkList-block .utility .label {
  display: inline-block;
  color: #fff;
  line-height: 1;
  border-radius: 2em;
  text-align: center;
  font-weight: 700;
  background-color: #403999;
}

@media print, screen and (min-width: 768px) {
  .linkList-block .utility .label {
    margin-right: 8px;
    padding: 6px 9px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .linkList-block .utility .label {
    margin-right: 5px;
    padding: 7px 10px;
    font-size: 1rem;
  }
}

.linkList-block .utility .label.is-all {
  background-color: #d6d4f3;
  color: #403999;
}

.linkList-block .utility .label.is-edu {
  background-color: #ed6f90;
}

.linkList-block .utility .label.is-grad {
  background-color: #ecba0a;
}

.linkList-block .utility .label.is-jr {
  background-color: #00a5a8;
}

.linkList-block .utility .label.is-sr {
  background-color: #ef8454;
}

.linkList-block .utility .label.is-bor {
  background-color: #fff;
  border: 1px solid #e3e3f8;
  color: #403999;
}

.linkList-block .utility .label.is-jr-thin {
  background-color: #c9eeef;
  border-color: #c9eeef;
  color: #059396;
}

.linkList-block .utility .label.is-sr-thin {
  background-color: #f9d7c7;
  border-color: #f9d7c7;
  color: #e55c1f;
}

.linkList-block .utility .label:last-child {
  margin-right: 0;
}

.linkList-block .utility .date {
  display: inline-block;
  line-height: 1;
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .linkList-block .utility .date {
    font-size: 1.5rem;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .linkList-block .utility .date {
    font-size: 1.3rem;
    margin-right: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .linkList-block .utility + .link {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .linkList-block .utility + .link {
    font-size: 1.4rem;
  }
}

.linkList-block .date {
  color: #403999;
  margin: 6px 0;
}

@media print, screen and (min-width: 768px) {
  .linkList-block .date {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .linkList-block .date {
    font-size: 1.3rem;
  }
}

.linkList-block .text {
  color: #000;
  font-weight: 700;
  margin: 6px 0;
}

@media print, screen and (min-width: 768px) {
  .linkList-block .text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .linkList-block .text {
    font-size: 1.4rem;
  }
}

.linkList-block .detail {
  color: #000;
  line-height: 1.5;
}

@media print, screen and (min-width: 768px) {
  .linkList-block .detail {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .linkList-block .detail {
    font-size: 1.3rem;
  }
}

@media print, screen and (min-width: 768px) {
  .linkList-block.row__2__pc .rowItem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media print, screen and (min-width: 768px) {
  .linkList-block.row__2__pc > li:nth-child(n+3) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .linkList-block.row__2__pc > li:nth-child(n+2) {
    margin-top: 0;
  }
}

.linkList-block.linkList-block__irregular > li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .linkList-block.linkList-block__irregular > li a {
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  .linkList-block.linkList-block__irregular > li a {
    padding: 13px 0;
  }
}

.linkList-block.linkList-block__irregular > li a::before {
  content: none;
}

.linkList-block.linkList-block__irregular > li a:hover, .linkList-block.linkList-block__irregular > li a:focus {
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .linkList-block.linkList-block__irregular > li .photo {
    width: 135px;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .linkList-block.linkList-block__irregular > li .photo {
    width: calc(30% - 16px);
  }
}

@media print, screen and (min-width: 768px) {
  .linkList-block.linkList-block__irregular > li .photo + .detail {
    width: calc(100% - (135px + 16px));
  }
}

@media screen and (max-width: 767px) {
  .linkList-block.linkList-block__irregular > li .photo + .detail {
    width: 70%;
  }
}

.linkList-block.linkList-block__irregular > li:first-child a {
  padding-top: 0;
}

.linkList-block > *:first-child {
  margin-top: 0;
}

.linkList-block > *:last-child {
  margin-bottom: 0;
}

.lineOver {
  position: relative;
}

.lineOver::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #403999;
  transition: width 0.3s ease-out;
}

.lineOver a {
  display: block;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .lineOver a {
    padding-left: 1.5em;
    padding-right: 1em;
  }
}

.lineOver a::before {
  transition: left 0.3s ease-out;
}

@media print, screen and (min-width: 768px) {
  .lineOver a::before {
    left: 5px;
  }
}

@media print, screen and (min-width: 768px) {
  .lineOver:hover::after, .lineOver:focus::after {
    width: 100%;
  }
  .lineOver:hover a, .lineOver:focus a {
    text-decoration: none;
  }
  .lineOver:hover a::before, .lineOver:focus a::before {
    left: 0.8em;
  }
}

.rowBlock {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .rowBlock {
    margin: 50px 0 50px -30px;
  }
}

@media screen and (max-width: 767px) {
  .rowBlock {
    margin: 35px 0 23px;
  }
}

.rowBlock:first-child {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .rowBlock .rowItem {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .rowBlock .rowItem {
    margin-top: 35px;
  }
}

.rowBlock .rowItem:nth-child(-n+2) {
  margin-top: 0;
}

.rowBlock .rowItem .imgWrap {
  text-align: center;
}

.rowBlock .rowItem .imgWrap img {
  max-width: 100%;
}

.rowBlock .rowItem .photo {
  margin-bottom: 12px;
}

.rowBlock .rowItem .photo img {
  max-width: 100%;
}

.rowBlock .rowItem .photo.w100 img {
  width: 100%;
  height: auto;
}

.rowBlock .rowItem .photo.photoRadius {
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .rowBlock .rowItem .photo.photoRadius {
    border-radius: 10px;
  }
}

@media screen and (max-width: 767px) {
  .rowBlock .rowItem .photo.photoRadius {
    border-radius: 4px;
  }
}

@media print, screen and (min-width: 768px) {
  .rowBlock .rowItem .linkList-block .photo.w100 img {
    width: 100%;
    height: 13vw;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1188px) {
  .rowBlock .rowItem .linkList-block .photo.w100 img {
    height: 157px;
  }
}

@media screen and (max-width: 767px) {
  .rowBlock .rowItem .linkList-block .photo.w100 img {
    width: 100%;
    height: 25vw;
  }
}

.rowBlock .rowItem > *:first-child {
  margin-top: 0;
}

.rowBlock .rowItem > *:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .rowBlock.row__2 > .rowItem {
    width: calc(49.9% - 30px);
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .rowBlock.row__2 > .rowItem {
    width: calc(50% - 12px);
    margin-left: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .rowBlock.row__3 {
    margin-left: -30px;
  }
}

@media screen and (max-width: 767px) {
  .rowBlock.row__3 {
    margin-left: -12px;
  }
}

@media print, screen and (min-width: 768px) {
  .rowBlock.row__3 > .rowItem {
    width: calc(33.33% - 30px);
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .rowBlock.row__3 > .rowItem {
    width: calc(50% - 12px);
    margin-left: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .rowBlock.row__3 > .rowItem:nth-child(-n+3) {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .rowBlock.row__4 > .rowItem {
    width: calc(25% - 30px);
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .rowBlock.row__4 > .rowItem {
    width: calc(50% - 12px);
    margin-left: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .rowBlock.row__4 > .rowItem:nth-child(-n+4) {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .rowBlock.row__2__pc {
    margin-left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .rowBlock.row__2__pc > .rowItem {
    width: calc(49.9% - 30px);
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .rowBlock.row__2__pc > .rowItem {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .rowBlock.row__2__pc > .rowItem:nth-child(2) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .rowBlock.row__2__pc > .rowItem .rowItem:nth-child(2) {
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .rowBlock.row__2__sp {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .rowBlock.row__2__sp > .rowItem {
    width: calc(50% - 12px);
    margin-left: 12px;
  }
}

@media print, screen and (min-width: 768px) {
  .rowBlock.row__2__sp > .rowItem {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .rowBlock.row__2__sp > .rowItem:nth-child(2) {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .rowBlock.row__3__pc {
    margin-left: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .rowBlock.row__3__pc > .rowItem {
    width: calc(33.33% - 30px);
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .rowBlock.row__3__pc > .rowItem {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .rowBlock.row__3__pc > .rowItem:nth-child(2) {
    margin-top: 35px;
  }
}

@media screen and (max-width: 767px) {
  .rowBlock.linkList-block.row__2__pc > .rowItem:nth-child(2) {
    margin-top: 0;
  }
}

.anchorLink {
  background-color: #f0efff;
  display: flex;
  flex-wrap: wrap;
  border-radius: 4px;
}

@media print, screen and (min-width: 768px) {
  .anchorLink {
    padding: 0 28px 20px 28px;
  }
}

@media screen and (max-width: 767px) {
  .anchorLink {
    padding: 0 15px 15px 15px;
  }
}

.anchorLink li {
  line-height: 1;
}

@media print, screen and (min-width: 768px) {
  .anchorLink li {
    margin-top: 20px;
    margin-right: 18px;
  }
}

@media screen and (max-width: 767px) {
  .anchorLink li {
    margin-top: 15px;
    margin-right: 15px;
  }
}

.anchorLink li:last-child {
  margin-right: 0;
}

.anchorLink li a {
  padding: 0 18px;
  position: relative;
  display: inline-block;
  padding-left: 1.5em;
}

.anchorLink li a::before {
  position: absolute;
  left: 0;
  color: #403999;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f054";
  top: 0.3em;
  content: "\f078";
  top: 0 !important;
}

@media screen and (max-width: 767px) {
  .menuSet .photo {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .menuSet .menuContent {
    order: 2;
  }
}

@media screen and (max-width: 767px) {
  .menuSet .menuContent {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .menuSet .menuContent:only-child, .menuSet .menuContent:first-child {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .menuSet .menuContent .rowItem {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .areaWrap__left .menuSet .menuContent:only-child {
    padding-left: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .areaWrap__right .menuSet .menuContent:only-child {
    padding-right: 60px;
  }
}

.menuSet.majorBlock {
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .menuSet.majorBlock {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .menuSet.majorBlock {
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
}

@media print, screen and (min-width: 768px) {
  .areaWrap__left .menuSet.majorBlock .photo {
    order: 1;
  }
}

@media print, screen and (min-width: 768px) {
  .areaWrap__left .menuSet.majorBlock .menuContent {
    order: 2;
  }
}

@media print, screen and (min-width: 768px) {
  .menuSet.majorBlock .photo {
    width: 43%;
  }
}

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

.menuSet.majorBlock .photo img {
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .menuSet.majorBlock .menuContent {
    width: calc(57% - 60px);
  }
}

@media screen and (max-width: 767px) {
  .menuSet.majorBlock .menuContent {
    width: 100%;
    margin-top: 28px;
  }
}

@media print, screen and (min-width: 768px) {
  .menuSet.menuSet__row__2, .menuSet.menuSet__row__3 {
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 768px) {
  .areaWrap__left .menuSet.menuSet__row__2, .areaWrap__left .menuSet.menuSet__row__3 {
    padding-left: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .areaWrap__right .menuSet.menuSet__row__2, .areaWrap__right .menuSet.menuSet__row__3 {
    padding-right: 60px;
  }
}

@media print, screen and (min-width: 768px) {
  .menuSet.menuSet__row__2 .menuContent {
    width: calc(50% - (60px / 2 ));
  }
}

@media print, screen and (min-width: 768px) {
  .menuSet.menuSet__row__3 .menuContent {
    width: calc(33% - (60px / 3 ));
  }
}

.titleType1Wrap .breadcrumb {
  margin-top: 24px;
}

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

@media print, screen and (min-width: 768px) {
  .breadcrumb {
    font-size: 1.2rem;
  }
  .breadcrumb ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .breadcrumb ul li {
    margin-bottom: 0;
  }
  .breadcrumb ul li::after {
    content: '>';
    padding: 0 5px;
  }
  .breadcrumb ul li:last-child::after {
    content: none;
    padding: 0;
  }
  .breadcrumb ul li span {
    font-weight: 700;
  }
}

.categoryTopWrap .titleType1Wrap {
  background-image: none;
  background-color: #f0efff;
}

@media print, screen and (min-width: 768px) {
  .categoryTopWrap .titleType1Wrap .titleType1 {
    min-height: 116px;
    margin-top: -58px;
  }
}

@media screen and (max-width: 767px) {
  .categoryTopWrap .titleType1Wrap .titleType1 {
    top: -50px;
    min-height: 100px;
    margin-bottom: -25px;
  }
}

.categoryTopWrap .titleType1Wrap .breadcrumb {
  margin-top: 28px;
}

.categoryTopContent {
  background-color: #f0efff;
}

@media print, screen and (min-width: 768px) {
  .categoryTopContent {
    padding: 40px 0 74px 0;
  }
}

@media screen and (max-width: 767px) {
  .categoryTopContent {
    padding: 0 0 40px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .categoryTopContent a.carouselItem .photo img {
    transition: 0.3s;
  }
}

@media print, screen and (min-width: 768px) {
  .categoryTopContent a.carouselItem:hover .photo img, .categoryTopContent a.carouselItem:focus .photo img {
    opacity: 0.5;
    transform: scale(1.1);
    text-decoration: none;
  }
}

.categoryTopContent .carouselItem {
  display: block;
  position: relative;
  border-right: 1px solid #fff;
  background-color: #403999;
}

.categoryTopContent .carouselItem .itemWrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.categoryTopContent .carouselItem .itemWrap::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #403999 0%, rgba(64, 57, 153, 0) 70%);
  z-index: 1;
}

.categoryTopContent .carouselItem .photoWrap {
  position: absolute;
  width: 100%;
  top: 0;
}

.categoryTopContent .carouselItem .photoWrap .photo {
  background-color: #111;
  overflow: hidden;
  text-align: center;
}

.categoryTopContent .carouselItem .photoWrap .photo img {
  transition: 0.3s linear;
}

.categoryTopContent .carouselItem .label {
  position: absolute;
  display: inline-block;
  color: #403999;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  line-height: 1;
  min-width: 8em;
}

@media print, screen and (min-width: 768px) {
  .categoryTopContent .carouselItem .label {
    border-radius: 20px;
    padding: 6px 10px;
    font-size: 1.4rem;
    top: 20px;
    left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .categoryTopContent .carouselItem .label {
    border-radius: 4px;
    padding: 3px 10px;
    font-size: 0.9rem;
    top: 10px;
    left: 10px;
  }
}

.categoryTopContent .carouselItem .textWrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

@media print, screen and (min-width: 768px) {
  .categoryTopContent .carouselItem .textWrap {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .categoryTopContent .carouselItem .textWrap {
    padding: 10px;
  }
}

.categoryTopContent .carouselItem .title {
  overflow: hidden;
  font-weight: 700;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .categoryTopContent .carouselItem .title {
    max-height: 5.7em;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 767px) {
  .categoryTopContent .carouselItem .title {
    max-height: 7.2em;
    font-size: 1.2rem;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  }
}

.categoryTopContent .carouselItem .date {
  color: #fff;
  font-size: 1.2rem;
}

@media print, screen and (min-width: 768px) {
  .categoryTopContent .carouselItem .date {
    margin-top: 12px;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  }
}

@media screen and (max-width: 767px) {
  .categoryTopContent .carouselItem .date {
    margin-top: 12px;
    text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
  }
}

.captionImg .photo > .text {
  color: #666;
}

@media print, screen and (min-width: 768px) {
  .captionImg .photo > .text {
    font-size: 1.4rem;
    margin-top: 14px;
  }
}

@media screen and (max-width: 767px) {
  .captionImg .photo > .text {
    font-size: 1rem;
    margin-top: 6px;
  }
}

.captionImg .photo {
  line-height: 1.6;
  overflow: hidden;
}

.captionImg .photo + .photo {
  margin-top: 16px;
}

.captionImg .photo img {
  margin-bottom: 0;
}

.captionImg .photo.w100 img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .captionImg .text {
    font-size: 1.6rem;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .captionImg .text {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .captionImg.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 24px 0;
  }
}

@media screen and (max-width: 767px) {
  .captionImg.center {
    margin: 13px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .captionImg.center .photo {
    max-width: 100%;
  }
}

.kvArea {
  position: relative;
  z-index: -1;
  background: repeating-linear-gradient(-45deg, #9d99da 0, #9d99da 2px, #fff 2px, #fff 6px);
}

@media print, screen and (min-width: 768px) {
  .kvArea {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .kvArea {
    padding-bottom: 22px;
  }
}

.kvArea .photo {
  z-index: -1;
  position: relative;
}

.kvArea .photo img {
  width: 100%;
}

.kvArea .copy {
  position: absolute;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .kvArea .copy {
    right: 6%;
    bottom: 10%;
  }
}

@media screen and (max-width: 767px) {
  .kvArea .copy {
    padding-right: 14px;
    right: 0;
    bottom: 44%;
  }
}

.kvArea .copy .copy-en {
  line-height: 1;
  margin-bottom: 0.5em;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}

@media print, screen and (min-width: 768px) {
  .kvArea .copy .copy-en {
    font-size: 7.9rem;
  }
}

@media screen and (max-width: 767px) {
  .kvArea .copy .copy-en {
    font-size: 3.1rem;
  }
}

@media print, screen and (min-width: 768px) {
  .kvArea .copy .copy-en:only-child {
    margin-top: -1.5em;
  }
}

@media screen and (max-width: 767px) {
  .kvArea .copy .copy-en:only-child {
    margin-top: -1em;
  }
}

.kvArea .copy .copy-jp {
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}

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

@media print, screen and (min-width: 768px) {
  .kvArea .copy .copy-jp {
    text-align: right;
    font-weight: 700;
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .kvArea.is-same .photo {
    position: relative;
    padding-bottom: 71.5625%;
    height: 0;
    overflow: hidden;
  }
  .kvArea.is-same .photo img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    max-width: none;
    width: auto;
    height: 100%;
  }
}

.kvArea .photo {
  height: 0;
  background-size: cover;
}

@media print, screen and (min-width: 768px) {
  .kvArea .photo {
    padding-top: 32.34375%;
  }
}

@media screen and (max-width: 767px) {
  .kvArea .photo {
    padding-top: 53%;
    background-position: 50% 0;
  }
}

.kvArea .photo.is-noTop {
  background-position: center 0 !important;
}

.box,
.box__frame,
.box__stripe {
  border-radius: 4px;
}

@media print, screen and (min-width: 768px) {
  .box,
  .box__frame,
  .box__stripe {
    padding: 26px;
  }
}

@media screen and (max-width: 767px) {
  .box,
  .box__frame,
  .box__stripe {
    padding: 14px;
  }
}

@media print, screen and (min-width: 768px) {
  .box .rowBlock .rowItem,
  .box__frame .rowBlock .rowItem,
  .box__stripe .rowBlock .rowItem {
    margin-top: 30px;
  }
}

.box {
  background-color: #f0efff;
}

.box__frame {
  border: 1px solid #ddd;
}

.box__stripe {
  background: repeating-linear-gradient(-45deg, #f0efff 0, #f0efff 2px, #fff 2px, #fff 6px);
}

@media screen and (max-width: 767px) {
  .box__stripe .rowBlock .rowItem {
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .box__stripe .rowBlock .rowItem:nth-child(-n+2) {
    margin-top: 0;
  }
}

.box > *:first-child,
.box__frame > *:first-child,
.box__stripe > *:first-child {
  margin-top: 0;
}

.box > *:last-child,
.box__frame > *:last-child,
.box__stripe > *:last-child {
  margin-bottom: 0;
}

.mainContent table,
.mainContent table.table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
}

@media print, screen and (min-width: 768px) {
  .mainContent table,
  .mainContent table.table {
    margin: 24px 0;
  }
}

@media screen and (max-width: 767px) {
  .mainContent table,
  .mainContent table.table {
    margin: 13px 0;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
  .mainContent table::-webkit-scrollbar,
  .mainContent table.table::-webkit-scrollbar {
    height: 5px;
    width: 5px;
  }
  .mainContent table::-webkit-scrollbar-thumb,
  .mainContent table.table::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 50, 0.5);
    border-radius: 5px;
  }
  .mainContent table::-webkit-scrollbar-track-piece,
  .mainContent table.table::-webkit-scrollbar-track-piece {
    background: #eee;
  }
}

.mainContent table th,
.mainContent table td,
.mainContent table.table th,
.mainContent table.table td {
  border: 1px solid #ddd;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .mainContent table th,
  .mainContent table td,
  .mainContent table.table th,
  .mainContent table.table td {
    padding: 10px 18px;
  }
}

@media screen and (max-width: 767px) {
  .mainContent table th,
  .mainContent table td,
  .mainContent table.table th,
  .mainContent table.table td {
    padding: 10px;
  }
}

.mainContent table th,
.mainContent table.table th {
  text-align: left;
  font-weight: normal;
  background-color: #eee;
  font-weight: 700;
}

.mainContent table td,
.mainContent table.table td {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .mainContent table tbody,
  .mainContent table.table tbody {
    width: 100%;
  }
}

.mainContent table tbody > tr th + td:only-of-type,
.mainContent table.table tbody > tr th + td:only-of-type {
  width: 70%;
}

ul.list,
ol.list,
ol {
  padding-left: 1.5em;
}

ul.list > li + li,
ol.list > li + li,
ol > li + li {
  margin-top: 6px;
}

@media print, screen and (min-width: 768px) {
  ul.list,
  ol.list,
  ol {
    margin: 24px 0;
  }
}

@media screen and (max-width: 767px) {
  ul.list,
  ol.list,
  ol {
    margin: 13px 0;
  }
}

ul.list > li {
  list-style-type: disc;
}

ol.list > li,
ol > li {
  list-style-type: decimal;
}

@media print, screen and (min-width: 768px) {
  ul.notes {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  ul.notes {
    margin-top: 10px;
  }
}

ul.notes li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.3;
}

@media print, screen and (min-width: 768px) {
  ul.notes li {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  ul.notes li {
    font-size: 1.3rem;
  }
}

ul.notes li::before {
  display: block;
  position: absolute;
  content: "※";
  width: 1em;
  top: 0;
  left: 0;
}

ul.notes__red {
  margin: 6px 0;
}

ul.notes__red li {
  position: relative;
  text-indent: -4.2em;
  padding-left: 4.2em;
  color: #ff0000;
}

@media print, screen and (min-width: 768px) {
  ul.notes__red li {
    font-size: 1.6rem;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  ul.notes__red li {
    font-size: 1.4rem;
    line-height: 1.82;
  }
}

.tab .tabParent {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .tab .tabParent {
    margin: 0 -2px 32px 0;
  }
}

@media screen and (max-width: 767px) {
  .tab .tabParent {
    margin: 0 -2px 21px 0;
  }
}

.tab .tabParent > .tabChild {
  display: flex;
  padding: 0 2px 2px 0;
  margin-bottom: 0;
  width: 50%;
}

.tab .tabToggle {
  color: #403999;
  font-weight: 700;
  cursor: pointer;
  background-color: #e3e3f8;
  border-radius: 4px;
  width: 100%;
  opacity: 1;
  transition: 0.3s;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .tab .tabToggle {
    font-size: 1.6rem;
    padding: 14px;
  }
}

@media screen and (max-width: 767px) {
  .tab .tabToggle {
    font-size: 1.3rem;
    padding: 7px 3px;
    line-height: 1.154;
  }
}

@media print, screen and (min-width: 768px) {
  .tab .tabToggle:hover, .tab .tabToggle:focus {
    opacity: 0.7;
  }
}

.tab .tabToggle::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 11px;
  border-style: solid;
  border-color: #403999 transparent transparent transparent;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 0.3s;
}

@media print, screen and (min-width: 768px) {
  .tab .tabToggle::after {
    bottom: -22px;
    border-width: 12px 8px 0 8px;
  }
}

@media screen and (max-width: 767px) {
  .tab .tabToggle::after {
    bottom: -17px;
    border-width: 6px 4px 0 4px;
  }
}

.tab .tabToggle.is-current {
  color: #fff;
  background-color: #403999;
}

.tab .tabToggle.is-current::after {
  opacity: 1;
}

.tab .tabTarget {
  display: none;
}

.tab .tabTarget.is-current {
  display: block;
}

@media print, screen and (min-width: 768px) {
  .irregularityRowBlock {
    margin-bottom: 30px;
  }
  .irregularityRowBlock::before, .irregularityRowBlock::after {
    content: "";
    display: table;
  }
  .irregularityRowBlock:after {
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .irregularityRowBlock {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 12px;
  }
}

.irregularityRowBlock:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .irregularityRowBlock > .rowItem {
    width: calc(49.9% - 30px);
    margin-bottom: 24px;
  }
}

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

.irregularityRowBlock > .rowItem:first-child {
  margin-top: 0;
}

.irregularityRowBlock > .rowItem:last-child {
  margin-bottom: 0;
}

.irregularityRowBlock > .rowItem.left {
  float: left;
}

@media print, screen and (min-width: 768px) {
  .irregularityRowBlock > .rowItem.left {
    width: 50% !important;
  }
}

.irregularityRowBlock > .rowItem.right {
  float: right;
}

@media print, screen and (min-width: 768px) {
  .irregularityRowBlock > .rowItem.right {
    width: calc(49.9% - 30px);
    height: auto;
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .irregularityRowBlock > .rowItem .titleType2,
  .irregularityRowBlock > .rowItem .titleType3 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .irregularityRowBlock > .rowItem {
    margin-bottom: 12px;
  }
}

.irregularityRowBlock > .rowItem:last-child {
  margin-bottom: 0;
}

.irregularityRowBlock > .rowItem > *:first-child {
  margin-top: 0;
}

.irregularityRowBlock > .rowItem > *:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .faq {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .faq {
    margin-bottom: 30px;
  }
}

.faq:last-child {
  margin-bottom: 0;
}

.faq .faqQue,
.faq .faqAns {
  display: flex;
  align-items: baseline;
}

@media print, screen and (min-width: 768px) {
  .faq .faqQue,
  .faq .faqAns {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .faq .faqQue,
  .faq .faqAns {
    margin-bottom: 16px;
  }
}

.faq .faqQue .faqQueIcon,
.faq .faqQue .faqAnsIcon,
.faq .faqAns .faqQueIcon,
.faq .faqAns .faqAnsIcon {
  background-color: #403999;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media print, screen and (min-width: 768px) {
  .faq .faqQue .faqQueIcon,
  .faq .faqQue .faqAnsIcon,
  .faq .faqAns .faqQueIcon,
  .faq .faqAns .faqAnsIcon {
    width: 34px;
    height: 34px;
  }
}

@media screen and (max-width: 767px) {
  .faq .faqQue .faqQueIcon,
  .faq .faqQue .faqAnsIcon,
  .faq .faqAns .faqQueIcon,
  .faq .faqAns .faqAnsIcon {
    width: 24px;
    height: 24px;
  }
}

.faq .faqQue .faqQueIcon p,
.faq .faqQue .faqAnsIcon p,
.faq .faqAns .faqQueIcon p,
.faq .faqAns .faqAnsIcon p {
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  font-family: "Roboto Condensed";
}

@media print, screen and (min-width: 768px) {
  .faq .faqQue .faqQueIcon p,
  .faq .faqQue .faqAnsIcon p,
  .faq .faqAns .faqQueIcon p,
  .faq .faqAns .faqAnsIcon p {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .faq .faqQue .faqQueIcon p,
  .faq .faqQue .faqAnsIcon p,
  .faq .faqAns .faqQueIcon p,
  .faq .faqAns .faqAnsIcon p {
    font-size: 1.4rem;
  }
}

.faq .faqQue .faqAnsIcon,
.faq .faqAns .faqAnsIcon {
  background-color: #fff;
}

.faq .faqQue .faqAnsIcon p,
.faq .faqAns .faqAnsIcon p {
  color: #403999;
}

@media print, screen and (min-width: 768px) {
  .faq .faqQue .faqQueText,
  .faq .faqAns .faqQueText {
    width: calc(100% - 34px);
    padding-left: 12px;
  }
}

@media screen and (max-width: 767px) {
  .faq .faqQue .faqQueText,
  .faq .faqAns .faqQueText {
    width: calc(100% - 24px);
    padding-left: 10px;
  }
}

.faq .faqQue .faqQueText p,
.faq .faqAns .faqQueText p {
  color: #403999;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .faq .faqQue .faqQueText p,
  .faq .faqAns .faqQueText p {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .faq .faqQue .faqQueText p,
  .faq .faqAns .faqQueText p {
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 768px) {
  .faq .faqQue .faqAnsText,
  .faq .faqAns .faqAnsText {
    width: calc(100% - 34px);
    padding-left: 12px;
  }
}

@media screen and (max-width: 767px) {
  .faq .faqQue .faqAnsText,
  .faq .faqAns .faqAnsText {
    width: calc(100% - 24px);
    padding-left: 10px;
  }
}

.faq .faqQue .faqAnsText p,
.faq .faqAns .faqAnsText p {
  color: #000;
}

@media print, screen and (min-width: 768px) {
  .faq .faqQue .faqAnsText p,
  .faq .faqAns .faqAnsText p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .faq .faqQue .faqAnsText p,
  .faq .faqAns .faqAnsText p {
    font-size: 1.4rem;
  }
}

.facilityLabel {
  display: flex;
  align-items: center;
}

.facilityLabel .text {
  min-width: 3em;
  text-align: center;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .facilityLabel .text {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .facilityLabel .text {
    margin-right: 10px;
  }
}

.facilityLabelList:last-child {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .facilityLabelList:last-child {
    margin: 0 -20px -20px 0;
  }
}

@media screen and (max-width: 767px) {
  .facilityLabelList:last-child {
    margin: 0 -5px -6px 0;
  }
}

.facilityLabelList:last-child li {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .facilityLabelList:last-child li {
    padding: 0 20px 20px 0;
    min-width: 100px;
    box-sizing: content-box;
  }
}

@media screen and (max-width: 767px) {
  .facilityLabelList:last-child li {
    width: 50%;
    padding: 0 5px 6px 0;
  }
}

.facilityLabelList:last-child li .labelElm {
  font-weight: 700;
  width: 100%;
  color: #000;
  border-radius: 2em;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .facilityLabelList:last-child li .labelElm {
    font-size: 1.2rem;
    padding: 6px;
  }
}

@media screen and (max-width: 767px) {
  .facilityLabelList:last-child li .labelElm {
    font-size: 1rem;
    padding: 5px;
    min-width: inherit;
  }
}

.facilityLabelList:last-child li .labelElm.is-purple {
  background-color: #d6d4f3;
}

.facilityLabelList:last-child li .labelElm.is-orange {
  background-color: #f1d3b2;
}

.facilityLabelList:last-child li .labelElm.is-blue {
  background-color: #a9dfef;
}

.facilityLabelList:last-child li .labelElm.is-green {
  background-color: #d0e7b0;
}

.facilityList {
  display: flex;
  flex-wrap: wrap;
  counter-reset: sample;
  padding-left: 0;
}

@media print, screen and (min-width: 768px) {
  .facilityList {
    margin: 25px -20px -15px 0;
  }
}

@media screen and (max-width: 767px) {
  .facilityList {
    margin: 25px -8px -12px 0;
  }
}

.facilityList > li {
  list-style-type: none;
  margin: 0;
  text-indent: -26px;
}

@media print, screen and (min-width: 768px) {
  .facilityList > li {
    width: 25%;
    padding: 0 20px 15px 26px;
    line-height: 1.375;
  }
}

@media screen and (max-width: 767px) {
  .facilityList > li {
    width: 50%;
    padding: 0 8px 12px 26px;
    line-height: 1.786;
  }
}

.facilityList > li > a {
  padding-left: 26px;
  position: relative;
}

.facilityList > li > a::before {
  content: counter(data-num);
  display: inline-block;
  margin-right: 6px;
  text-align: center;
  counter-increment: sample;
  content: counter(sample);
  background-color: #403999;
  color: #fff;
  font-weight: 700;
  font-family: "Roboto Condensed";
  border-radius: 50%;
  font-size: 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  text-indent: 0;
  line-height: 1.8;
}

@media print, screen and (min-width: 768px) {
  .facilityList > li > a::before {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .facilityList > li > a::before {
    width: 19px;
    height: 19px;
  }
}

.siteTop .section {
  margin: 0;
}

@media print, screen and (min-width: 768px) {
  .siteTop .section {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .section {
    padding: 40px 0;
  }
}

.siteTop .titleWrap {
  display: flex;
  align-items: center;
}

.siteTop .titleWrap .titleIcon {
  position: relative;
}

.siteTop .titleWrap .titleIcon .num {
  font-family: "Roboto Condensed";
  font-weight: 700;
  color: #d6d4f3;
  line-height: 1;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .siteTop .titleWrap .titleIcon .num {
    font-size: 8.4rem;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .titleWrap .titleIcon .num {
    font-size: 5.5rem;
  }
}

.siteTop .titleWrap .titleIcon .copy {
  position: absolute;
  bottom: 0.5em;
  right: -0.2em;
  font-family: "Dancing Script";
  font-weight: 700;
  color: #403999;
  line-height: 1;
  z-index: 1;
  transform: rotate(-16deg);
}

@media print, screen and (min-width: 768px) {
  .siteTop .titleWrap .titleIcon .copy {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .titleWrap .titleIcon .copy {
    font-size: 1.7rem;
  }
}

.siteTop .firstView {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .siteTop .firstView {
    padding-bottom: 62px;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .firstView {
    padding-bottom: 20px;
  }
}

.siteTop .firstView::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: repeating-linear-gradient(-45deg, #f0efff 0, #f0efff 2px, #fff 2px, #fff 6px);
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .siteTop .firstView::after {
    height: 60.8%;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .firstView::after {
    height: 62.2%;
  }
}

.siteTop .firstView .keyVisualArea {
  overflow: hidden;
}

.siteTop .firstView .keyVisualArea .js-carousel {
  display: block;
}

.siteTop .firstView .keyVisualArea .js-carousel img {
  width: 100%;
}

.siteTop .firstView .keyVisualArea .photo {
  height: 0;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 0;
  float: right;
}

@media print, screen and (min-width: 768px) {
  .siteTop .firstView .keyVisualArea .photo {
    transition: transform 0.5s;
    transform: translateX(0);
    padding-top: 37.5%;
    width: 81.6%;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .firstView .keyVisualArea .photo {
    width: 78.1%;
    padding-top: 62.5%;
    transition: transform 0.5s;
    transform: translateX(0);
  }
}

.siteTop .firstView .keyVisualArea .photo.is-noTop {
  background-position: center 0 !important;
}

.siteTop .firstView .keyVisualArea .copy-en {
  position: absolute;
  color: #403999;
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .siteTop .firstView .keyVisualArea .copy-en {
    font-size: 10.4rem;
    text-shadow: 0px 0px 8px #fff;
    top: 45px;
    left: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .firstView .keyVisualArea .copy-en {
    font-size: 10vw;
    text-shadow: 0px 0px 4px #fff;
    top: 17%;
    left: 14px;
  }
}

.siteTop .firstView .keyVisualArea .copy-jp {
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .siteTop .firstView .keyVisualArea .copy-jp {
    font-size: 2.4rem;
    top: 276px;
    left: 6vw;
    width: 20%;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .firstView .keyVisualArea .copy-jp {
    font-size: 3.8vw;
    top: 45.95%;
    left: 14px;
    width: 40%;
  }
}

.siteTop .firstView .keyVisualArea .copy-jp p {
  background-color: #403999;
  color: #fff;
  font-weight: 700;
  float: left;
}

.siteTop .firstView .keyVisualArea .copy-jp p::before, .siteTop .firstView .keyVisualArea .copy-jp p::after {
  content: "";
  display: table;
}

.siteTop .firstView .keyVisualArea .copy-jp p:after {
  clear: both;
}

@media print, screen and (min-width: 768px) {
  .siteTop .firstView .keyVisualArea .copy-jp p {
    padding: 6px 20px;
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .firstView .keyVisualArea .copy-jp p {
    padding: 4px 5px 4px 8px;
    margin-bottom: 5px;
  }
}

.siteTop .firstView .keyVisualArea .copy-jp p:last-child {
  margin-bottom: 0;
}

.siteTop .firstView .keyVisualArea .copy-jp p span {
  color: #fff700;
}

.siteTop .topicsArea {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .siteTop .topicsArea {
    padding: 84px 0 62px;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .topicsArea {
    padding: 30px 0 40px;
  }
}

.siteTop .topicsArea::before {
  content: "Topics";
  color: #c9c7e5;
  font-family: "Roboto Condensed";
  font-weight: 700;
  opacity: 0.27;
  z-index: -1;
  line-height: 1;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .siteTop .topicsArea::before {
    top: 12px;
    right: 7.5%;
    font-size: 170px;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .topicsArea::before {
    top: 9px;
    right: -55px;
    font-size: 75px;
  }
}

.siteTop .topicsArea::after {
  content: "";
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

@media print, screen and (min-width: 768px) {
  .siteTop .topicsArea::after {
    height: 60%;
    background: url("/ko_chu/common-v2/images/top/bg_topics.png") no-repeat center;
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .topicsArea::after {
    height: 69%;
    background: url("/ko_chu/common-v2/images/top/bg_topics.png") no-repeat center;
    background-size: cover;
  }
}

.siteTop .topicsArea .titleType2En {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .siteTop .topicsArea .titleType2En {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .topicsArea .titleType2En {
    margin-bottom: 25px;
  }
}

.siteTop .topicsArea .titleType2En::before {
  content: "";
  position: absolute;
  height: auto;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("/ko_chu/common-v2/images/top/icon_topics.png") no-repeat 50%;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .siteTop .topicsArea .titleType2En::before {
    width: 53px;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .topicsArea .titleType2En::before {
    width: 32px;
  }
}

.siteTop .topicsArea .linkList-block .text {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .siteTop .topicsArea .rowBlock {
    margin-top: -25px;
  }
}

.siteTop .topicsArea .js-carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

.siteTop .topicsArea .topicsItem {
  position: relative;
}

.siteTop .topicsArea .topicsItem > a {
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .siteTop .topicsArea .topicsItem > a .photo {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .topicsArea .topicsItem > a .photo {
    margin-bottom: 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .siteTop .topicsArea .topicsItem > a .photo.w100 img {
    width: auto;
    height: 13vw;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .topicsArea .topicsItem > a .photo.w100 img {
    width: auto;
    height: 25vw;
  }
}

@media print, screen and (min-width: 768px) and (max-width: 1188px) {
  .siteTop .topicsArea .topicsItem > a .photo.w100 img {
    height: 157px;
  }
}

.siteTop .topicsArea .topicsItem > a .date {
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .siteTop .topicsArea .is-typeDots .slick-initialized .topicsItem > a .photo.w100 img,
  .siteTop .topicsArea .is-typeKv .slick-initialized .topicsItem > a .photo.w100 img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .topicsArea .is-typeDots .slick-initialized .topicsItem > a .photo.w100 img,
  .siteTop .topicsArea .is-typeKv .slick-initialized .topicsItem > a .photo.w100 img {
    width: 100%;
  }
}

.siteTop .topicsArea .is-typeDots .slick-initialized .js-carousel,
.siteTop .topicsArea .is-typeKv .slick-initialized .js-carousel {
  display: block;
  overflow: auto;
}

@media print, screen and (min-width: 768px) {
  .siteTop .topicsArea .is-typeDots .slick-arrow,
  .siteTop .topicsArea .is-typeKv .slick-arrow {
    bottom: auto;
    top: -88px;
  }
}

@media print, screen and (min-width: 768px) {
  .siteTop .topicsArea .is-typeDots .slick-prev,
  .siteTop .topicsArea .is-typeKv .slick-prev {
    left: 310px;
  }
}

@media print, screen and (min-width: 768px) {
  .siteTop .topicsArea .is-typeDots .slick-next,
  .siteTop .topicsArea .is-typeKv .slick-next {
    right: auto;
    left: 357px;
  }
}

.siteTop .topicsArea .btnWrap:last-child {
  margin-bottom: 0;
}

.siteTop .newsArea .titleType2En {
  position: relative;
}

.siteTop .newsArea .titleType2En::before {
  content: "";
  position: absolute;
  height: auto;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("/ko_chu/common-v2/images/top/icon_news.png") no-repeat 50%;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .siteTop .newsArea .titleType2En::before {
    width: 46px;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .newsArea .titleType2En::before {
    width: 28px;
  }
}

@media print, screen and (min-width: 768px) {
  .siteTop .newsArea .tab {
    margin-left: auto;
    margin-right: auto;
    max-width: 1052px;
  }
}

.siteTop .newsArea .tabTarget > .btnWrap:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .siteTop .newsArea .linkList-block .utility .label {
    min-width: inherit;
  }
}

.siteTop .movieArea {
  background-color: #f8f7ff;
  background-image: radial-gradient(#e7e6fa 15%, transparent 18%), radial-gradient(#e7e6fa 15%, transparent 18%);
  background-position: 0 0, 8px 8px;
  background-size: 16px 16px;
  position: relative;
}

.siteTop .movieArea .titleType2En {
  position: relative;
}

.siteTop .movieArea .titleType2En::before {
  content: "";
  position: absolute;
  height: auto;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("/ko_chu/common-v2/images/top/icon_movie.png") no-repeat 50%;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .siteTop .movieArea .titleType2En::before {
    width: 43px;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .movieArea .titleType2En::before {
    width: 27px;
  }
}

@media print, screen and (min-width: 768px) {
  .siteTop .movieArea .is-typeDots .slick-arrow,
  .siteTop .movieArea .is-typeKv .slick-arrow {
    bottom: auto;
    top: -100px;
  }
}

@media print, screen and (min-width: 768px) {
  .siteTop .movieArea .is-typeDots .slick-prev,
  .siteTop .movieArea .is-typeKv .slick-prev {
    left: 334px;
  }
}

@media print, screen and (min-width: 768px) {
  .siteTop .movieArea .is-typeDots .slick-next,
  .siteTop .movieArea .is-typeKv .slick-next {
    right: auto;
    left: 381px;
  }
}

.siteTop .movieArea .movieText {
  background-color: #fff;
  width: 100%;
  border-radius: 0 0 4px 4px;
}

@media print, screen and (min-width: 768px) {
  .siteTop .movieArea .movieText {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .movieArea .movieText {
    padding: 10px;
  }
}

.siteTop .movieArea .movieText .titleWrap {
  justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .siteTop .movieArea .movieText .titleWrap .titleIcon .num {
    font-size: 4.8rem;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .movieArea .movieText .titleWrap .titleIcon .num {
    font-size: 2.8rem;
  }
}

@media print, screen and (min-width: 768px) {
  .siteTop .movieArea .movieText .titleWrap .titleIcon .copy {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .movieArea .movieText .titleWrap .titleIcon .copy {
    font-size: 1.1rem;
  }
}

.siteTop .movieArea .movieText .titleWrap .title {
  color: #403999;
  font-weight: 700;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .siteTop .movieArea .movieText .titleWrap .title {
    font-size: 2.2rem;
    margin-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .movieArea .movieText .titleWrap .title {
    font-size: 1.3rem;
    margin-left: 12px;
  }
}

.siteTop .pointArea {
  padding-bottom: 0;
}

.siteTop .pointArea .titleType2En {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .siteTop .pointArea .titleType2En {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .pointArea .titleType2En {
    margin-bottom: 25px;
  }
}

.siteTop .pointArea .titleType2En::before {
  content: "";
  position: absolute;
  height: auto;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url("/ko_chu/common-v2/images/top/icon_point.png") no-repeat 50%;
  background-size: contain;
}

@media print, screen and (min-width: 768px) {
  .siteTop .pointArea .titleType2En::before {
    width: 49px;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .pointArea .titleType2En::before {
    width: 29px;
  }
}

.siteTop .pointArea .pointContent .pointItem {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .siteTop .pointArea .pointContent .pointItem {
    padding-bottom: 30px;
    margin-bottom: 60px;
  }
  .siteTop .pointArea .pointContent .pointItem::before, .siteTop .pointArea .pointContent .pointItem::after {
    content: "";
    display: table;
  }
  .siteTop .pointArea .pointContent .pointItem:after {
    clear: both;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .pointArea .pointContent .pointItem {
    padding-bottom: 30px;
    margin-bottom: 38px;
  }
}

.siteTop .pointArea .pointContent .pointItem:last-child {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .siteTop .pointArea .pointContent .pointItem .titleWrap,
  .siteTop .pointArea .pointContent .pointItem .text {
    width: 53.2%;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .pointArea .pointContent .pointItem .titleWrap,
  .siteTop .pointArea .pointContent .pointItem .text {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .pointArea .pointContent .pointItem .titleWrap {
    justify-content: center;
    margin-bottom: 16px;
  }
}

.siteTop .pointArea .pointContent .pointItem .titleWrap .title {
  color: #403999;
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .siteTop .pointArea .pointContent .pointItem .titleWrap .title {
    font-size: 3.6rem;
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .pointArea .pointContent .pointItem .titleWrap .title {
    font-size: 2.1rem;
    text-align: center;
    padding-left: 20px;
  }
}

.siteTop .pointArea .pointContent .pointItem .text {
  color: #403999;
  margin-bottom: 0;
}

.siteTop .pointArea .pointContent .pointItem .text::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .siteTop .pointArea .pointContent .pointItem .text::after {
    width: calc(53.2% + 80px);
    height: 64.7%;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .pointArea .pointContent .pointItem .text::after {
    width: 100%;
    height: 73%;
    left: 0;
  }
}

.siteTop .pointArea .pointContent .pointItem .text p {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .siteTop .pointArea .pointContent .pointItem .photo {
    width: 46.8%;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .pointArea .pointContent .pointItem .photo {
    margin-bottom: 12px;
    padding: 0 20px;
  }
}

.siteTop .pointArea .pointContent .pointItem .photo img {
  width: 100%;
  height: auto;
}

@media print, screen and (min-width: 768px) {
  .siteTop .pointArea .pointContent .pointItem:nth-child(odd) .titleWrap {
    float: right;
    padding: 40px 6.1% 70px 5.8%;
  }
}

@media print, screen and (min-width: 768px) {
  .siteTop .pointArea .pointContent .pointItem:nth-child(odd) .photo {
    float: left;
  }
}

@media print, screen and (min-width: 768px) {
  .siteTop .pointArea .pointContent .pointItem:nth-child(odd) .text {
    float: right;
    padding: 0 6.1% 0 5.8%;
  }
}

.siteTop .pointArea .pointContent .pointItem:nth-child(odd) .text::after {
  background-color: #f0efff;
}

@media print, screen and (min-width: 768px) {
  .siteTop .pointArea .pointContent .pointItem:nth-child(odd) .text::after {
    right: 0;
  }
}

@media print, screen and (min-width: 768px) {
  .siteTop .pointArea .pointContent .pointItem:nth-child(even) .titleWrap {
    float: left;
    padding: 40px 5.8% 70px 6.1%;
  }
}

@media print, screen and (min-width: 768px) {
  .siteTop .pointArea .pointContent .pointItem:nth-child(even) .photo {
    float: right;
  }
}

@media print, screen and (min-width: 768px) {
  .siteTop .pointArea .pointContent .pointItem:nth-child(even) .text {
    float: left;
    padding: 0 5.8% 0 6.1%;
  }
}

.siteTop .pointArea .pointContent .pointItem:nth-child(even) .text::after {
  background: repeating-linear-gradient(-45deg, #f0efff 0, #f0efff 2px, #fff 2px, #fff 6px);
}

@media print, screen and (min-width: 768px) {
  .siteTop .pointArea .pointContent .pointItem:nth-child(even) .text::after {
    left: 0;
    margin-right: -80px;
  }
}

@media print, screen and (min-width: 768px) {
  .siteTop .pointArea .pointContent .pointItem .btnWrap {
    margin: 32px 0 0 10px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .pointArea .pointContent .pointItem .btnWrap {
    margin: 15px 0 0;
  }
}

@media print, screen and (min-width: 768px) {
  .siteTop .pointArea .pointContent .pointItem .btnWrap .btn {
    min-height: 52px;
    border-radius: 52px;
    width: inherit;
    min-width: 240px;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .pointArea .pointContent .pointItem .btnWrap .btn {
    width: 86.6%;
  }
}

@media print, screen and (min-width: 768px) {
  .siteTop .pointArea .pointContent .pointItem .btnWrap .btn .btn_in {
    padding: 0.6em 2em 0.6em 1em;
  }
}

.siteTop .pointArea + *::before, .siteTop .pointArea + *::after {
  content: "";
  display: table;
}

.siteTop .pointArea + *:after {
  clear: both;
}

@media print, screen and (min-width: 768px) {
  .siteTop .bannerArea {
    padding: 60px 0;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .bannerArea {
    padding: 25px 0;
  }
}

.siteTop .bannerArea .bannerList {
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .siteTop .bannerArea .bannerList {
    margin: 0 -30px -30px 0;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .bannerArea .bannerList {
    margin: 0 -12px -12px 0;
  }
}

@media print, screen and (min-width: 768px) {
  .siteTop .bannerArea .bannerList .bannerListItem {
    width: 25%;
    padding: 0 30px 30px 0;
  }
}

@media screen and (max-width: 767px) {
  .siteTop .bannerArea .bannerList .bannerListItem {
    width: 50%;
    padding: 0 12px 12px 0;
  }
}

.siteTop .bannerArea .bannerList .bannerListItem a {
  border: 1px solid #ddd;
  width: 100%;
  opacity: 1;
  transition: 0.3s;
  display: block;
}

@media print, screen and (min-width: 768px) {
  .siteTop .bannerArea .bannerList .bannerListItem a:hover {
    opacity: 0.7;
  }
}

.siteTop .bannerArea .bannerList .bannerListItem a img {
  width: 100%;
  height: auto;
}

.carousel .js-carousel {
  display: none;
}

.carousel .js-carousel.slick-initialized {
  display: block;
}

.carousel .slick-track {
  display: flex;
}

.carousel .slick-track .slick-slide {
  float: none;
  height: auto;
}

.carousel .slick-arrow {
  position: relative;
  background-color: #403999;
  border: 1px solid #fff;
  font-size: 0;
  transition: background-color 0.5s;
}

@media print, screen and (min-width: 768px) {
  .carousel .slick-arrow {
    width: 46px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .carousel .slick-arrow {
    width: 28px;
    height: 28px;
  }
}

.carousel .slick-arrow::before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .carousel .slick-arrow::before {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .carousel .slick-arrow::before {
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .carousel .slick-arrow:hover, .carousel .slick-arrow:focus {
    background-color: #9f9ccc;
    text-decoration: none;
  }
}

.carousel .slick-prev::before {
  content: "\f053";
}

.carousel .slick-next::before {
  content: "\f054";
}

.carousel .slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .carousel .slick-dots {
    margin-top: 24px;
  }
}

@media screen and (max-width: 767px) {
  .carousel .slick-dots {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    min-height: 26px;
    width: calc(100% - 60px);
  }
}

.carousel .slick-dots > li {
  margin-bottom: 0;
}

.carousel .slick-dots > li button {
  background-color: #fff;
  border: 1px solid #ddd;
  vertical-align: middle;
  font-size: 0;
  width: 13px;
  height: 13px;
  border-radius: 6px;
  transition: opacity 0.5s;
}

@media print, screen and (min-width: 768px) {
  .carousel .slick-dots > li button {
    margin: 0 8px;
  }
}

@media screen and (max-width: 767px) {
  .carousel .slick-dots > li button {
    margin: 0 8px;
  }
}

@media print, screen and (min-width: 768px) {
  .carousel .slick-dots > li button:hover, .carousel .slick-dots > li button:focus {
    opacity: 0.5;
  }
}

.carousel .slick-dots > li.slick-active button {
  background-color: #403999;
  border: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .areaWrap__right__sp .carousel .slick-dots {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .carousel.areaWrap__right__sp .slick-dots {
    padding-right: 20px;
  }
}

.carousel.is-typeDefault, .carousel.is-typeDots {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .carousel.is-typeDefault, .carousel.is-typeDots {
    margin-left: -1px;
  }
}

.carousel.is-typeDefault .slick-list, .carousel.is-typeDots .slick-list {
  margin-bottom: 10px;
}

@media print, screen and (min-width: 768px) {
  .carousel.is-typeDefault .slick-list, .carousel.is-typeDots .slick-list {
    margin-right: -30px;
  }
}

@media screen and (max-width: 767px) {
  .carousel.is-typeDefault .slick-list, .carousel.is-typeDots .slick-list {
    margin-right: -14px;
  }
}

@media print, screen and (min-width: 768px) {
  .carousel.is-typeDefault .slick-slide, .carousel.is-typeDots .slick-slide {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .carousel.is-typeDefault .slick-slide, .carousel.is-typeDots .slick-slide {
    padding-right: 14px;
  }
}

.carousel.is-typeDefault .slick-dots, .carousel.is-typeDots .slick-dots {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .carousel.is-typeDefault .slick-dots, .carousel.is-typeDots .slick-dots {
    height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .carousel.is-typeDefault .slick-dots, .carousel.is-typeDots .slick-dots {
    height: 28px;
  }
}

.carousel.is-typeDefault .slick-dots li, .carousel.is-typeDots .slick-dots li {
  line-height: 0;
}

.carousel.is-typeDefault .slick-arrow, .carousel.is-typeDots .slick-arrow {
  position: absolute;
  bottom: 0;
}

.carousel.is-typeDefault .slick-arrow.slick-next, .carousel.is-typeDots .slick-arrow.slick-next {
  right: 0;
}

.carousel.is-typeKv {
  float: right;
  margin-bottom: 0;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .carousel.is-typeKv {
    width: 81.6%;
  }
}

@media screen and (max-width: 767px) {
  .carousel.is-typeKv {
    width: 78.1%;
  }
}

.carousel.is-typeKv .slick-slide {
  line-height: 1;
}

.carousel.is-typeKv .slick-dots {
  bottom: 19px;
  margin: 0;
  position: absolute;
}

@media print, screen and (min-width: 768px) {
  .carousel.is-typeKv .slick-dots {
    height: 48px;
    right: 114px;
  }
}

@media screen and (max-width: 767px) {
  .carousel.is-typeKv .slick-dots {
    height: 28px;
    right: -5px;
  }
}

.carousel.is-typeKv .slick-dots li {
  line-height: 0;
}

@media print, screen and (min-width: 768px) {
  .carousel.is-typeH .js-carousel {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .carousel.is-typeH .js-carousel {
    position: relative;
  }
  .carousel.is-typeH .slick-list {
    margin-right: -12px;
  }
  .carousel.is-typeH .slick-slide {
    margin-right: 12px;
    display: flex;
  }
  .carousel.is-typeH .slick-slide > * {
    display: flex;
    width: 100%;
  }
  .carousel.is-typeH .slick-arrow {
    position: absolute;
    bottom: 0;
  }
  .carousel.is-typeH .slick-arrow.slick-next {
    right: 0;
  }
  .carousel.is-typeH .slick-arrow.slick-prev {
    left: 0;
  }
}

.footImg {
  background-repeat: repeat-x;
  animation-name: moveImg;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@media print, screen and (min-width: 768px) {
  .footImg {
    height: 320px;
    animation-duration: 30s;
  }
}

@media screen and (max-width: 767px) {
  .footImg {
    height: 160px;
    background-size: cover;
    animation-duration: 55s;
  }
}

@keyframes moveImg {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1524px 0;
  }
}

.footLoopImgWrap {
  overflow: hidden;
  width: 100%;
}

.footLoopImg {
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .footLoopImg {
    width: 2610px;
    height: 310px;
  }
}

@media screen and (max-width: 767px) {
  .footLoopImg {
    width: 1330px;
    height: 170px;
  }
}

.footLoopImg ul {
  position: relative;
  left: 0;
  display: flex;
}

@media print, screen and (min-width: 768px) {
  .footLoopImg ul {
    width: 1305px;
  }
}

@media screen and (max-width: 767px) {
  .footLoopImg ul {
    width: 665px;
  }
}

.footLoopImg ul:nth-child(1) {
  animation: loop 60s -30s linear infinite;
}

.footLoopImg ul:nth-child(2) {
  animation: loop2 60s linear infinite;
}

.footLoopImg ul li p {
  border-left: 5px solid #403999;
  border-top: 5px solid #403999;
}

.footLoopImg ul img {
  height: auto;
}

.footLoopImg ul .item03 div {
  display: flex;
}

@media screen and (max-width: 767px) {
  .footLoopImg ul .item01 {
    width: 155px;
  }
}

@media screen and (max-width: 767px) {
  .footLoopImg ul .item02 {
    width: 125px;
  }
}

@media screen and (max-width: 767px) {
  .footLoopImg ul .item03 > div:first-child p:first-child {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .footLoopImg ul .item03 > div:first-child p:last-child {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .footLoopImg ul .item03 > div:last-child p:first-child {
    width: 100px;
  }
}

@media screen and (max-width: 767px) {
  .footLoopImg ul .item03 > div:last-child p:last-child {
    width: 160px;
  }
}

@media screen and (max-width: 767px) {
  .footLoopImg ul .item04 {
    width: 125px;
  }
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

.dateLinkList {
  background-color: #f0efff;
  display: flex;
  flex-wrap: wrap;
}

@media print, screen and (min-width: 768px) {
  .dateLinkList {
    padding: 0 28px 20px 28px;
  }
}

@media screen and (max-width: 767px) {
  .dateLinkList {
    padding: 0 15px 15px 15px;
  }
}

@media print, screen and (min-width: 768px) {
  .dateLinkList li {
    margin-top: 20px;
    margin-right: 18px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  .dateLinkList li {
    margin-top: 15px;
    margin-right: 15px;
    line-height: 1.2;
  }
}

.dateLinkList li:last-child {
  border-right: none;
  margin-right: 0;
}

.dateLinkList li a {
  padding: 0 18px;
  position: relative;
  display: inline-block;
  padding-left: 1em;
}

.dateLinkList li a.is-current {
  color: #403999;
  font-weight: 700;
}

.dateLinkList li a::before {
  position: absolute;
  left: 0;
  color: #403999;
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f054";
  top: 0.3em;
  content: "\f054";
  top: 0 !important;
}

.modalContent {
  display: none;
}

@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-inner-wrapper {
    padding: 0;
  }
}

.modaal-wrapper .modaal-close {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0;
  background: #111;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .modaal-wrapper .modaal-close {
    width: 45px;
    height: 45px;
  }
}

@media screen and (max-width: 767px) {
  .modaal-wrapper .modaal-close {
    width: 30px;
    height: 30px;
  }
}

.modaal-wrapper .modaal-close::before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  content: "\f00d";
  color: #fff;
  position: absolute;
  line-height: 0.8;
  width: 12px;
  height: 12px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border-radius: 0;
  transform: inherit;
  transition: inherit;
  background: inherit;
}

.modaal-wrapper .modaal-close::after {
  content: none;
}

.modaal-wrapper .slick-arrow {
  position: absolute;
  margin: auto;
  background-color: #403999;
  color: #fff;
  font-size: 0;
  top: 0;
}

@media print, screen and (min-width: 768px) {
  .modaal-wrapper .slick-arrow {
    width: 36px;
    height: 78px;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .modaal-wrapper .slick-arrow {
    width: 19px;
    height: 40px;
    bottom: 0;
  }
}

.modaal-wrapper .slick-arrow::before {
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  width: 5px;
  height: 5px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  .modaal-wrapper .slick-arrow::before {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .modaal-wrapper .slick-arrow::before {
    font-size: 0.8rem;
  }
}

.modaal-wrapper .slick-arrow.slick-prev {
  left: 0;
}

.modaal-wrapper .slick-arrow.slick-prev::before {
  content: "\f053";
}

.modaal-wrapper .slick-arrow.slick-next {
  right: 0;
}

.modaal-wrapper .slick-arrow.slick-next::before {
  content: "\f054";
}

@media print, screen and (min-width: 768px) {
  .modaal-wrapper .slick-arrow:hover {
    text-decoration: none;
  }
}

.modaal-container {
  width: 88vw;
  max-width: 740px;
}

.modaal-content-container {
  background-color: #f0efff;
}

@media print, screen and (min-width: 768px) {
  .modaal-content-container {
    padding: 50px 70px 35px;
  }
}

@media screen and (max-width: 767px) {
  .modaal-content-container {
    padding: 50px 37px 20px;
  }
}

.modaal-content-container .photo {
  margin-bottom: 15px;
}

@media print, screen and (min-width: 768px) {
  .modaal-content-container .photo {
    height: 399px;
  }
}

@media screen and (max-width: 767px) {
  .modaal-content-container .photo {
    height: 170px;
  }
}

.modaal-content-container .photo img {
  margin: auto;
  width: auto;
  height: 100%;
}

.modaal-content-container .title {
  font-weight: 700;
  margin-bottom: 5px;
  text-align: center;
}

@media print, screen and (min-width: 768px) {
  .modaal-content-container .title {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .modaal-content-container .title {
    font-size: 1.9rem;
  }
}

.modaal-content-container .text {
  margin-bottom: 0;
  line-height: 1.875;
}

@media print, screen and (min-width: 768px) {
  .modaal-content-container .text {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .modaal-content-container .text {
    font-size: 1.4rem;
  }
}

.youtubeBlock {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtubeBlock iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.form {
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .form .table {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .form .table tr {
    display: flex;
    flex-direction: column;
  }
}

@media print, screen and (min-width: 768px) {
  .form .table tr th,
  .form .table tr td {
    padding: 19px 18px;
  }
}

@media screen and (max-width: 767px) {
  .form .table tr th,
  .form .table tr td {
    width: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .form .table tr th {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .form .table tr th {
    border-bottom: none;
  }
}

@media print, screen and (min-width: 768px) {
  .form .table tr td {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .form .table tr td {
    border-top: none;
    border-bottom: none;
  }
}

@media screen and (max-width: 767px) {
  .form .table tr:last-child td {
    border-bottom: 1px solid #ddd;
  }
}

@media screen and (max-width: 767px) {
  .form .table tr th + td:only-of-type {
    width: 100%;
  }
}

.form .formInput {
  background-color: #fff;
}

.form .formInput__text {
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-appearance: none;
}

.form .formInput__text:focus {
  outline: 0;
}

@media print, screen and (min-width: 768px) {
  .form .formInput__text {
    width: 70%;
    padding: 12px 18px;
  }
}

@media screen and (max-width: 767px) {
  .form .formInput__text {
    width: 100%;
    padding: 8px 10px;
  }
}

.form .formInput__select {
  position: relative;
  overflow: hidden;
}

@media print, screen and (min-width: 768px) {
  .form .formInput__select {
    height: 52px;
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .form .formInput__select {
    height: 41px;
  }
}

.form .formInput__select::before, .form .formInput__select::after {
  pointer-events: none;
}

.form .formInput__select::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 1px;
  right: 1px;
  background-color: #000;
  border-radius: 0 4px 4px 0;
}

@media print, screen and (min-width: 768px) {
  .form .formInput__select::before {
    width: 49px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .form .formInput__select::before {
    width: 38px;
    height: 39px;
  }
}

.form .formInput__select::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 900;
  position: absolute;
  margin: auto;
  top: 0.1em;
  bottom: 0;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .form .formInput__select::after {
    font-size: 1.8rem;
    right: 18px;
    width: 15.7px;
    height: 19px;
  }
}

@media screen and (max-width: 767px) {
  .form .formInput__select::after {
    font-size: 1.6rem;
    right: 13px;
    height: 14px;
  }
}

.form .formInput__select > select {
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form .formInput__select > select::-ms-expand {
  display: none;
}

.form .formInput__select > select:focus {
  outline: 0;
}

@media print, screen and (min-width: 768px) {
  .form .formInput__select > select {
    width: 100%;
    height: 52px;
    padding: 10px 60px 10px 10px;
  }
}

@media screen and (max-width: 767px) {
  .form .formInput__select > select {
    width: 100%;
    height: 41px;
    padding: 8px 50px 8px 10px;
  }
}

.form .formInput__select > select > option {
  padding: 50px 50px;
}

.form .formInput__textArea {
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 100%;
  -webkit-appearance: none;
}

.form .formInput__textArea:focus {
  outline: 0;
}

@media print, screen and (min-width: 768px) {
  .form .formInput__textArea {
    padding: 12px 18px;
  }
}

@media screen and (max-width: 767px) {
  .form .formInput__textArea {
    padding: 8px 10px;
  }
}

.form .formInput__tel {
  display: flex;
  align-items: center;
}

.form .formInput__tel input {
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-appearance: none;
}

@media print, screen and (min-width: 768px) {
  .form .formInput__tel input {
    padding: 12px 18px;
    margin: 0 16px;
    width: calc(4em + 16px);
  }
}

@media screen and (max-width: 767px) {
  .form .formInput__tel input {
    padding: 8px 10px;
    margin: 0 6px;
    width: 4.5em;
  }
}

.form .formInput__tel input:first-child {
  margin-left: 0;
}

.form .formInput__tel input:last-child {
  margin-right: 0;
}

@media print, screen and (min-width: 768px) {
  .form .text {
    margin: 12px 0;
  }
}

@media screen and (max-width: 767px) {
  .form .text {
    margin: 7px 0;
  }
}

.form .is-error {
  background-color: #ffefef;
}

@media print, screen and (min-width: 768px) {
  .form .text__error {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .form .text__error {
    margin-top: 6px;
  }
}

.form span {
  background-color: #999;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  padding: 2px 6px;
}

@media print, screen and (min-width: 768px) {
  .form span {
    font-weight: 700;
    font-size: 1.2rem;
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .form span {
    font-size: 1rem;
    margin-left: 9px;
  }
}

.form span.need {
  background-color: #cc0000;
}

.form__bnr {
  display: flex;
  border: 1px solid #ddd;
}

@media print, screen and (min-width: 768px) {
  .form__bnr {
    padding: 10px;
    margin: 60px auto;
    width: 72.7%;
  }
}

@media screen and (max-width: 767px) {
  .form__bnr {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    margin: 40px auto;
    width: 100%;
  }
}

.form__bnr .text {
  color: #555;
}

@media print, screen and (min-width: 768px) {
  .form__bnr .text {
    font-size: 1.1rem;
    margin-bottom: 0;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .form__bnr .text {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

@media print, screen and (min-width: 768px) {
  .form__bnr img {
    width: auto;
    height: 100%;
  }
}

@media print, screen and (min-width: 768px) {
  .searchResultArea {
    margin-left: 6.383%;
  }
}

.searchResultArea .searchBox {
  border: 1px solid #ddd;
}

.searchResultArea .searchBox .gsc-input-box,
.searchResultArea .searchBox table,
.searchResultArea .searchBox tr,
.searchResultArea .searchBox td {
  border: none;
  margin: 0;
  padding: 0;
}

.searchResultArea .searchBox form.gsc-search-box {
  margin: 0;
}

.searchResultArea .searchBox .gsc-search-box-tools .gsc-search-box .gsc-input {
  padding: 0;
}

@media print, screen and (min-width: 768px) {
  .searchResultArea .searchBox .gsib_a {
    padding: 10px 0 10px 20px;
  }
}

@media screen and (max-width: 767px) {
  .searchResultArea .searchBox .gsib_a {
    padding: 5px 0 5px 10px;
  }
}

.searchResultArea .searchBox input.gsc-input::placeholder {
  font-size: 1.6rem;
}

.searchResultArea .searchBox .gsc-search-button-v2 {
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: #111;
}

@media print, screen and (min-width: 768px) {
  .searchResultArea .searchBox .gsc-search-button-v2 {
    transition: 0.3s;
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .searchResultArea .searchBox .gsc-search-button-v2 {
    width: 40px;
    height: 40px;
  }
}

.searchResultArea .searchBox .gsc-search-button-v2:hover, .searchResultArea .searchBox .gsc-search-button-v2:focus {
  opacity: 0.5;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .searchResultArea .searchBox .gsc-search-button-v2 svg {
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 767px) {
  .searchResultArea .searchBox .gsc-search-button-v2 svg {
    width: 18px;
    height: 18px;
  }
}

@media print, screen and (min-width: 768px) {
  .searchResultArea .searchResult {
    margin-top: 74px;
  }
}

@media screen and (max-width: 767px) {
  .searchResultArea .searchResult {
    margin-top: 28px;
  }
}

.searchResultArea .searchResult .gsc-control-cse.gsc-control-cse-ja {
  border: none;
  padding: 0;
}

.searchResultArea .searchResult .gsc-result .gs-title {
  height: auto;
}

.searchResultArea .searchResult .gsc-table-result {
  margin-left: 8px;
}

.searchResultArea .searchResult .gsc-selected-option-container {
  max-width: none;
}

.searchResultArea .searchResult .gcsc-branding-img-noclear {
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  .searchResultArea .searchResult .gsc-cursor-box {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .searchResultArea .searchResult .gsc-cursor-box {
    margin-top: 20px;
  }
}

.searchResultArea .searchResult .gsc-cursor-box .gsc-cursor {
  margin-top: -10px;
}

.searchResultArea .searchResult .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
  border: 1px solid #ddd;
  font-weight: 700;
  display: inline-block;
  margin-top: 10px;
}

@media print, screen and (min-width: 768px) {
  .searchResultArea .searchResult .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
    font-size: 1.6rem;
    transition: 0.3s;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .searchResultArea .searchResult .gsc-cursor-box .gsc-cursor .gsc-cursor-page {
    font-size: 1.2rem;
    padding: 4px;
  }
}

.searchResultArea .searchResult .gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page {
  border-color: #403999;
}

.searchResultArea .searchResult .gsc-cursor-box .gsc-cursor .gsc-cursor-page:hover, .searchResultArea .searchResult .gsc-cursor-box .gsc-cursor .gsc-cursor-page:focus {
  opacity: 0.5;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .searchResultArea .searchResult .gcsc-branding {
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .searchResultArea .searchResult .gcsc-branding > * {
    flex-grow: 0;
  }
}

.searchResultArea .searchFrame {
  border: 4px solid #ddd;
}

@media print, screen and (min-width: 768px) {
  .searchResultArea .searchFrame {
    margin-top: 74px;
  }
}

@media screen and (max-width: 767px) {
  .searchResultArea .searchFrame {
    margin-top: 28px;
  }
}

@media print, screen and (min-width: 768px) {
  .searchResultArea .searchFrame {
    padding: 30px;
  }
}

@media screen and (max-width: 767px) {
  .searchResultArea .searchFrame {
    padding: 30px;
  }
}

.searchResultArea .searchFrame .noteText {
  margin-bottom: 0;
}

@media print, screen and (min-width: 768px) {
  .searchResultArea .searchFrame .noteText {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .searchResultArea .searchFrame .noteText {
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 768px) {
  .searchResultArea .searchFrame .searchBox {
    margin: 10px 0;
  }
}

@media screen and (max-width: 767px) {
  .searchResultArea .searchFrame .searchBox {
    margin: 5px 0;
  }
}

/* 20241218 ヘッダーにSNSアイコン追加 */
.snsWrap {
  display: flex;
  align-items: center;
}
.snsSet {
  display: flex;
  align-items: center;
  justify-content: center;
}
.snsSet img {
  margin-bottom: 0;
  object-fit: contain;
  object-position: center;
  display: block;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 768px) {
  .snsWrap {
    gap: 16px;
    margin-right: 32px;
  }
  .snsSet {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .snsWrap {
    position: absolute;
    top: 11px;
    right: calc(22px + 14%);
    display: flex;
    gap: 20px;
  }
  .snsSet {
    width: 29px;
    height: 29px;
  }
}
