@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;
}
@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);
}
.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;
  }
}
@media screen and (max-width: 768px) {
  .district .intro-nav-list-text img {
    height: 11.2vw !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%;
  }
}


/*STORY CSS*/
.slick-next {
	right: 24px!important;
}
.slick-prev {
	left: 24px!important;
	z-index: 10;
}
.story .headLine01 {
	width: 30%;
	margin: 0 auto;
}
.story .mv {
	margin: 50px auto;
}
.story .mv ul {
	display: flex;
	flex-wrap: nowrap;
}
.story .mv ul li {
	width: 50%;
}
.story .content {
	max-width: 966px;
	margin: 0 auto;
}
.story .anchorList {
	
}
.story .anchorList ul {
	display: flex;
  flex-wrap: wrap;
}
.story .anchorList li {
	margin-right: 8px;
}
.story .anchorList .list a {
	width: 100px;
	height: 100px!important;
	background-size: 100px;
	display: block;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.story .anchorList .list01 a {
  background: url("../../assets/img/story/list01_on.jpg") no-repeat;
	background-size: 100px;
}
.story .anchorList .list a:hover img {
	opacity: 0;
}
.story .anchorList .list02 a {
	background: url("../../assets/img/story/list02_on.jpg") no-repeat;
	background-size: 100px;
}
.story .anchorList .list03 a {
	background: url("../../assets/img/story/list03_on.jpg") no-repeat;
	background-size: 100px;
}
.story .anchorList .list04 a {
	background: url("../../assets/img/story/list04_on.jpg") no-repeat;
	background-size: 100px;
}
.story .anchorList .list05 a {
	background: url("../../assets/img/story/list05_on.jpg") no-repeat;
	background-size: 100px;
}
.story .anchorList .list06 a {
	background: url("../../assets/img/story/list06_on.jpg") no-repeat;
	background-size: 100px;
}
.story .anchorList .list07 a {
	background: url("../../assets/img/story/list07_on.jpg") no-repeat;
	background-size: 100px;
}
.story .anchorList .list08 a {
	background: url("../../assets/img/story/list08_on.jpg") no-repeat;
	background-size: 100px;
}

.story .anchorList .list09 a {
	background: url("../../assets/img/story/list09_on.jpg") no-repeat;
	background-size: 100px;
}
.story .anchorList li:last-child {
	margin-right: 0;
}

@media screen and (max-width: 768px) {
  .story .anchorList ul {
    margin: 0 5%;
  }
  
  .story .anchorList ul li {
    width: 30%;
    margin-bottom: 5%;
    margin-right: 5%;
  }
  .story .anchorList .list a{
    width: 100% !important;
    height: auto !important;
	  background-size: contain;
  }
  
  .story .anchorList ul li:nth-child(3n){
    margin-right: 0%;
  }
}
.story .story_content {
	margin: 70px auto 100px;
	max-width: 966px;
}
.story .story_content .headLine02 {
	margin-bottom: -5px;
}
.story .story_content .headLine02 img {
	width: auto;
}
.story .story_content .storyBox {
	border: 1px solid #00140D;
	padding: 20px;
	background-color: #fff;
	position: relative;
}
.story .story_content .storyBox .flex01 {
	display: flex;
	justify-content: space-evenly;
	margin-top: 50px;
}
.story .story_content .storyBox .flex02 {
	display: flex;
	flex-direction: column;
}
.story .story_content .storyBox .flex02 li {
	margin-bottom: 12px;
}
.story .story_content .storyBox .flex02 li:last-child {
	margin-top: 40px;
}
.story .story_content .storyBox .flex02 li img {
	width: auto;
}
.story .story_content .storyBox .flex01 .txtBox {
	font-size: 18px;
	line-height: 2.2;
	width: 40%;
}
.story .bg_green {
	background-color: #F4F7F4;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding: 40px 0;
}
.profile .profile_title{
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: bold;
  color: #1DAC3F;
}

.profile {
  width: 800px;
  border: solid 1px #000;
  margin: 50px auto;
  padding: 15px;
  font-size: 18px;
  text-align: left;
  line-height: 1.2;
}

.profile .name{
  font-size: 25px;
  display: block;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.story .headLine01 {
		width: 80%;
	}
	.story .mv ul {
		justify-content: space-between;
	}
	.story .mv ul li {
		width: 49%;
	}
	.story .story_content {
		width: 90%;
	}
	.story .story_content .headLine02 {
		margin-bottom: -2px;
	}
	.story .story_content .headLine02 img {
		width: 60%;
	}
	.story .story_content .storyBox {
		padding: 15px;
	}
	.story .story_content .storyBox .flex01 {
		flex-direction: column;
	}
	.story .story_content .storyBox .flex02 li:last-child {
		margin-top: 20px;
	}
	.story .story_content .storyBox .flex02 li:first-child img {
		width: 20%;
	}
	.story .story_content .storyBox .flex02 li:nth-child(2) img {
		width: 80%;
	}
	.story .story_content .storyBox .flex02 li img {
		width: 100%;
	}
	.story .story_content .storyBox .flex01 .txtBox {
		font-size: 14px;
		line-height: 2;
		width: 100%;
	}
  
  .profile .profile_title{
    font-size: 25px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #1DAC3F;
  }

  .profile {
    width: auto;
    border: solid 1px #000;
    margin: 50px auto;
    padding: 15px;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
  }

  .profile .name{
    font-size: 20px;
    display: block;
    margin-bottom: 15px;
  }
}

.topmenu {
  position: fixed;
  bottom:10px;
  right: 10px;
  z-index: 999;
}

.topmenu img{
  width: 100px;
}

@media screen and (max-width: 768px) {
  .topmenu img{
    width: 75px;
  }
}