@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  padding: 0;
}

strong {
  font-weight: bold;
}

a {
  color: #565F64;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
ul,
ol,
li {
  list-style: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
.special-right {
  display: none;
}

.district {
  text-align: left;
}
@media screen and (min-width: 769px) {
  .district {
    padding: 0 0 10.980966325vw 0;
  }
}
@media screen and (max-width: 768px) {
  .district {
    padding: 0 0 16vw 0;
  }
}
.district img {
  width: 100%;
  height: auto !important;
}
.district * {
  box-sizing: border-box;
}
.district a {
  height: auto !important;
}
@media screen and (min-width: 769px) {
  .district .-comingsoon {
    height: 2.2693997072vw;
  }
}
@media screen and (max-width: 768px) {
  .district .-comingsoon {
    height: 5.3333333333vw;
  }
}
.district .-comingsoon img {
  width: auto;
  height: 100% !important;
}
.district .-section {
  position: relative;
}
.district .-section_gray {
  background-image: url(../img/bg.jpg);
}
@media screen and (min-width: 769px) {
  .district .-section_gray {
    background-size: 200px 200px;
  }
}
.district .-section-inner {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .district .-section-inner {
    width: 70.7174231332vw;
    padding: 5.8565153734vw 0;
  }
}
@media screen and (max-width: 768px) {
  .district .-section-inner {
    width: 89.3333333333vw;
    padding: 13.3333333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  .district .-section-col {
    width: 30.6734992679vw;
  }
}
@media screen and (min-width: 769px) {
  .district .-section-header-label {
    height: 1.756954612vw;
    margin: 0 0 1.4641288433vw 0;
  }
}
@media screen and (max-width: 768px) {
  .district .-section-header-label {
    height: 4vw;
    margin: 0 0 3.4666666667vw 0;
  }
}
.district .-section-header-label img {
  width: auto;
  height: 100% !important;
}
@media screen and (min-width: 769px) {
  .district .-section-header-title {
    padding: 0 0 2.196193265vw 0;
    margin: 0 0 3.3674963397vw 0;
    border-bottom: #000 solid 0.5856515373vw;
  }
}
@media screen and (max-width: 768px) {
  .district .-section-header-title {
    padding: 0 0 5.0666666667vw 0;
    margin: 0 0 8vw 0;
    border-bottom: #000 solid 1.3333333333vw;
  }
}
.district .-section-header-title-text {
  display: block;
}
@media screen and (min-width: 769px) {
  .district .-section-content-copy {
    font-size: 1.1713030747vw;
    line-height: 2.1875;
    margin: 0 0 2.9282576867vw 0;
  }
}
@media screen and (max-width: 768px) {
  .district .-section-content-copy {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
    margin: 0 0 8vw 0;
  }
}
@media screen and (min-width: 769px) {
  .district .-section-content-copy-item {
    margin: 0 0 1.6105417277vw 0;
  }
}
.district .-section-btn_viewmore {
  display: block;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 0;
}
@media screen and (min-width: 769px) {
  .district .-section-btn_viewmore {
    border: 0.2928257687vw solid #000;
    padding: 1.4641288433vw 1.317715959vw;
    width: 21.9619326501vw;
  }
}
@media screen and (max-width: 768px) {
  .district .-section-btn_viewmore {
    border: 0.8vw solid #000;
    padding: 4.5333333333vw 4.5333333333vw 4.5333333333vw 4vw;
    width: 64vw;
  }
}
.district .-section-btn_viewmore:hover .-section-btn_viewmore-arrow {
  transform: translateX(10px);
}
@media screen and (min-width: 769px) {
  .district .-section-btn_viewmore-text {
    width: 11.7130307467vw;
  }
}
@media screen and (max-width: 768px) {
  .district .-section-btn_viewmore-text {
    width: 32.8vw;
  }
}
.district .-section-btn_viewmore-arrow {
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .district .-section-btn_viewmore-arrow {
    width: 5.0512445095vw;
  }
}
@media screen and (max-width: 768px) {
  .district .-section-btn_viewmore-arrow {
    width: 14.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .district .-section-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 50vw;
    padding: 5.8565153734vw 0 0 0;
    z-index: 10;
  }
}
@media screen and (max-width: 768px) {
  .district .-section-img {
    width: 89.3333333333vw;
    margin: 0 0 5.3333333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  .district .intro {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .district .intro-about {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .district .intro-about {
    padding: 9.3333333333vw 0 9.3333333333vw 0;
  }
}
@media screen and (min-width: 769px) {
  .district .intro-about-copy {
    width: 27.2327964861vw;
  }
}
@media screen and (max-width: 768px) {
  .district .intro-about-copy {
    width: 72vw;
    margin: 0 auto;
  }
}
.district .intro-nav {
  background-image: url(../img/bg_green.svg);
  background-repeat: repeat-y;
  background-size: 100% auto;
}
@media screen and (min-width: 769px) {
  .district .intro-nav {
    width: 50%;
    padding: 6.4421669107vw 0 4.9048316252vw 0;
  }
}
@media screen and (max-width: 768px) {
  .district .intro-nav {
    padding: 8vw 0;
  }
}
@media screen and (min-width: 769px) {
  .district .intro-nav-list {
    width: 49.3411420205vw;
  }
}
@media screen and (max-width: 768px) {
  .district .intro-nav-list {
    width: 89.3333333333vw;
    margin: 0 auto;
  }
}
.district .intro-nav-list-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  overflow: hidden;
  position: relative;
    line-height: 1.0;
}
@media screen and (min-width: 769px) {
  .district .intro-nav-list-link {
    padding: 2.196193265vw 1.6105417277vw 2.196193265vw 3.953147877vw;
    margin: 0 0 0.7320644217vw;
    transform: translateX(-2.196193265vw);
    border: 4px solid #000;
  }
}
@media screen and (max-width: 768px) {
  .district .intro-nav-list-link {
    padding: 4vw 2.6666666667vw 4vw 7.2vw;
    margin: 0 0 1.8666666667vw 0;
    border: 3px solid #000;
  }
}
.district .intro-nav-list-link:last-child {
  margin: 0;
}
.district .intro-nav-list-link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #ccc;
  transition: 0.3s;
  z-index: 1;
}
.district .intro-nav-list-link_inactive::after {
  background-color: rgba(0, 20, 13, 0.4);
  left: 0;
}
.district .intro-nav-list-link:hover .intro-nav-list-arrow {
  transform: translateX(10px);
}
@media screen and (max-width: 768px) {
    .district .intro-nav-list-link:hover .intro-nav-list-arrow {
      transform: translateX(6px);
    }
}
.district .intro-nav-list-link_inactive:hover .intro-nav-list-arrow {
  transform: translateX(0);
}
.district .intro-nav-list-text {
  position: relative;
  z-index: 10;
}
.district .intro-nav-list-text img {
  width: auto;
}
@media screen and (min-width: 769px) {
  .district .intro-nav-list-text img {
    height: 6.0761346999vw !important;
  }
  .district .intro-nav-list-text.intro-nav-list-text_height2 img{
      height: 7.17423vw !important;
  }
}
@media screen and (max-width: 768px) {
  .district .intro-nav-list-text img {
    height: 11.2vw !important;
  }
  .district .intro-nav-list-text.intro-nav-list-text_height2 img{
      height: 13.02vw!important;
  }
}
.district .intro-nav-list-arrow {
  position: relative;
  z-index: 10;
  transition: 0.3s;
}
@media screen and (min-width: 769px) {
  .district .intro-nav-list-arrow {
    width: 7.027818448vw;
  }
}
@media screen and (max-width: 768px) {
  .district .intro-nav-list-arrow {
    width: 13.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .district .special-header-title-text {
    width: 17.1303074671vw;
  }
}
@media screen and (max-width: 768px) {
  .district .special-header-title-text {
    width: 40.5333333333vw;
  }
}
.district .interview-header-title-text {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .district .interview-header-title-text {
    width: 72.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .district .guidance::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 11.420204978vw;
    height: 100%;
    background-color: #fff;
    z-index: 1;
  }
}
@media screen and (min-width: 769px) {
  .district .guidance-header-title-text {
    width: 26.5007320644vw;
  }
}
@media screen and (max-width: 768px) {
  .district .guidance-header-title-text {
    width: 62.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .district .application-header-title-text {
    width: 24.5241581259vw;
  }
}
@media screen and (max-width: 768px) {
  .district .application-header-title-text {
    width: 57.8666666667vw;
  }
}
.district .bnr-outline {
  position: fixed;
  left: 0;
  z-index: 30;
}
@media screen and (min-width: 769px) {
  .district .bnr-outline {
    width: 6.149341142vw;
    bottom: 0.7320644217vw;
  }
}
@media screen and (max-width: 768px) {
  .district .bnr-outline {
    bottom: 0;
    width: 100%;
  }
}

/* 動画 */
.movie .movie-header-title-text{
  width: 14vw;
}
.movie-inner{
    margin: 0 auto;
}
.movie-col{
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 56.25%;
}
.movie-col iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
    .movie .movie-header-title-text {
        /*width: 69.8666666666vw;*/
        width: 32vw;
    }
}
/*yotube*/
.movie-thumb ul {
	margin: 20px -5px;
}
.movie-thumb li {
	padding: 0 5px;
}
.movie-thumb li a {
	display: block;
	color: rgba(255,255,255,1.0);
	text-decoration: none;
	cursor: pointer;
}
@media screen and (max-width:768px) {
  .movie-thumb .slick-track {
    transform: unset !important;
  }
  .movie-thumb li {
    width: calc(100% / 3) !important;
    margin-bottom: 10px;
  }
}

/* Slick Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
	transition: 0.2s all;
}
.slick-prev:before, .slick-next:before {
	/*font-family: 'slick';*/
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	content: '';
}

/*.slick-slide{
  opacity: .5;
  transition: all .5s;
}
.slick-current{
  opacity: 1;
}*/
.slick-slide:not(.slick-current) {
  opacity: .5;
}
