@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* 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,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  border: none;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

a {
  text-decoration: none;
}

a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-weight: 500;
  color: #231815;
  cursor: pointer;
}

a:hover {
  opacity: 0.8;
}

a:hover img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

a.line {
  position: relative;
}

a.line:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 50%;
  height: 0.3rem;
  background: #fff;
  bottom: -0.6rem;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}

@media screen and (max-width: 767px) {
  a.line:after {
    -webkit-transform: none;
    transform: none;
    height: 0;
  }
}

a.line:hover {
  opacity: 1;
}

a.line:hover:after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media screen and (max-width: 767px) {
  a.line:hover:after {
    -webkit-transform: none;
    transform: none;
  }
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width:767.9px) and (max-width:1920.1px) {
  .sp {
    display: none !important;
  }
}

.pc-br {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc-br {
    display: none !important;
  }
}

.sp-br {
  display: block;
}

@media screen and (min-width:767.9px) and (max-width:1920.1px) {
  .sp-br {
    display: none !important;
  }
}

.arrow {
  position: relative;
  z-index: 999;
  display: inline-block;
  width: 100%;
  height: 1rem;
}

@media screen and (max-width: 767px) {
  .arrow {
    height: 8px;
  }
}

.arrow.point {
  background-color: #FDD000;
}

.arrow.main {
  background-color: #00A0E9;
}

.arrow.black {
  background-color: #231815;
}

.arrow:before,
.arrow:after {
  content: "";
  position: absolute;
  left: 0;
  width: 3rem;
  height: 1rem;
  top: calc(50% - 0.25rem);
  -webkit-transform-origin: 2px 50%;
  transform-origin: 2px 50%;
}

@media screen and (max-width: 767px) {

  .arrow:before,
  .arrow:after {
    width: 24px;
    height: 8px;
    top: 0;
  }
}

.arrow:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -0.2rem;
  left: -0.2rem;
}

@media screen and (max-width: 767px) {
  .arrow:before {
    top: -1px;
    left: -5px;
  }
}

.arrow:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0.2rem;
  left: -0.2rem;
}

@media screen and (max-width: 767px) {
  .arrow:after {
    top: 1px;
    left: -5px;
  }
}

.arrow.point:before,
.arrow.point:after {
  background-color: #FDD000;
}

.arrow.main:before,
.arrow.main:after {
  background-color: #00A0E9;
}

.arrow.black:before,
.arrow.black:after {
  background-color: #231815;
}

html {
  scroll-padding-top: 0;
  scroll-behavior: smooth;
  font-size: 1.1vw;
}

@media screen and (min-width:767.9px) and (max-width:1920.1px) {
  html {
    font-size: min(1.1111111111vw, 24px);
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: clamp(0.8rem, 0.85rem + 0.625vw, 1rem);
  }
}

body {
  font-family: "M PLUS 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #231815;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  ::i-block-chrome,
  body {
    -webkit-font-feature-settings: "pkna";
    font-feature-settings: "pkna";
  }
}

a {
  font-weight: 500;
  color: #231815;
}

ol li,
ul li {
  list-style: none;
}

img {
  width: 100%;
  vertical-align: bottom;
}

main {
  width: 100%;
  margin: auto;
  overflow: hidden;
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  main {
    margin-top: 50px;
  }
}

header {
  position: fixed;
  z-index: 900;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  header {
    top: 0;
  }
}

header .header-wrap {
  width: 100%;
  height: 5rem;
  padding: 0;
  position: relative;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  header .header-wrap {
    width: 100%;
    height: 50px;
  }
}

header .header-wrap>.inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

header .header-wrap>.inner .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 75%;
  margin-left: 5rem;
}

@media screen and (max-width: 767px) {
  header .header-wrap>.inner .logo {
    width: auto;
    margin-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

header .header-wrap>.inner .logo h1 {
  width: 15rem;
}

@media screen and (max-width: 767px) {
  header .header-wrap>.inner .logo h1 {
    width: 80%;
    max-width: 180px;
  }
}

header .header-wrap>.inner .logo h1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  header .header-wrap>.inner .logo h1 a {
    max-width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

header .header-wrap>.inner .logo h1 a img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

header .header-wrap>.inner .h-btn {
  width: 12rem;
  height: 100%;
  text-align: center;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  header .header-wrap>.inner .h-btn {
    width: 35%;
    max-width: 180px;
    margin: 0 0 0 auto;
  }
}

header .header-wrap>.inner .h-btn a {
  color: #414D57;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FDD000;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  header .header-wrap>.inner .h-btn a {
    font-size: 1rem;
  }
}

@media screen and (min-width:767.9px) and (max-width:1920.1px) {
  header .header-wrap>.inner .h-btn a:hover {
    background-color: #fff;
    border: 0.3rem solid #FDD000;
    color: #FDD000;
  }
}

header .header-wrap>.inner .h-btn a span.en {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  header .header-wrap>.inner .h-btn a span.en {
    font-size: 1.3rem;
  }
}

header .header-wrap>.inner .h-btn a span.jp {
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  header .header-wrap>.inner .h-btn a span.jp {
    font-size: 0.6rem;
  }
}

header .header-wrap>.inner .burger {
  width: 6rem;
  height: 100%;
  aspect-ratio: 1/1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #717071;
}

@media screen and (max-width: 767px) {
  header .header-wrap>.inner .burger {
    width: 10%;
    height: 50px;
    width: 50px;
  }
}

header .header-wrap>.inner .burger .burger-btn {
  cursor: pointer;
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 20%;
}

@media screen and (max-width: 767px) {
  header .header-wrap>.inner .burger .burger-btn {
    padding: 10px;
  }
}

header .header-wrap>.inner .burger .burger-btn span {
  width: 100%;
  height: 0.3rem;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  margin: auto;
}

header .header-wrap>.inner .burger .burger-btn.active {
  position: relative;
}

header .header-wrap>.inner .burger .burger-btn.active span {
  position: absolute;
  width: 70%;
}

header .header-wrap>.inner .burger .burger-btn.active span:nth-of-type(1) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

header .header-wrap>.inner .burger .burger-btn.active span:nth-of-type(2) {
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
}

header .header-wrap>.inner .burger .burger-btn.active span:nth-of-type(3) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.burger-menu {
  position: fixed;
  right: 0;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  right: -100%;
  width: 30%;
  height: 70vh;
  z-index: 800;
}

@media screen and (max-width: 767px) {
  .burger-menu {
    width: 100%;
    height: 50vh;
  }
}

.burger-menu.active {
  z-index: 800;
  right: 0;
}

.burger-menu ul.burger-menu-list {
  width: 100%;
  height: 100%;
  margin: auto;
  overflow: auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 0;
  background-color: #00A0E9;
  height: 100%;
}

.burger-menu ul.burger-menu-list li {
  width: 100%;
  height: auto;
  font-size: 1.3rem;
  position: relative;
  min-width: auto;
  color: #fff;
  text-align: center;
  padding: 1rem 3rem 1rem;
}

@media screen and (max-width: 767px) {
  .burger-menu ul.burger-menu-list li {
    font-size: 1rem;
  }
}

.burger-menu ul.burger-menu-list li>a {
  font-weight: 700;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
}

.burger-menu ul.burger-menu-list li.btn>a {
  color: #414D57;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background-color: #FDD000;
  border: 0.2rem solid #FDD000;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  font-weight: 900;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0.5rem;
}

@media screen and (max-width: 767px) {
  .burger-menu ul.burger-menu-list li.btn>a {
    font-size: 1rem;
  }
}

@media screen and (min-width:767.9px) and (max-width:1920.1px) {
  .burger-menu ul.burger-menu-list li.btn>a:hover {
    background-color: #fff;
    border: 0.2rem solid #FDD000;
    color: #FDD000;
    opacity: 1;
  }
}

footer {
  width: 100%;
  text-align: center;
}

footer p.copy {
  color: #717071;
  font-size: 0.8rem;
  padding: 0.5rem;
}

#page main .page-contents {
  padding: 5% 0;
}

@media screen and (max-width: 767px) {
  #page main .page-contents {
    padding: 15% 5%;
  }
}

#page main .page-contents .wrap h1 {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  color: #231815;
}

@media screen and (max-width: 767px) {
  #page main .page-contents .wrap h1 {
    font-size: 1.6rem;
  }
}

#page main .page-contents .wrap .txt p {
  text-align: center;
  font-weight: 700;
}

#page main .page-contents .wrap .txt p.en {
  color: #00A0E9;
  font-weight: 900;
}

#page main .page-contents .wrap .txt p.lead {
  font-size: 1.3rem;
  margin: 4% auto;
}

@media screen and (max-width: 767px) {
  #page main .page-contents .wrap .txt p.lead {
    font-size: 1rem;
    margin: 6% auto;
  }
}

#page main .page-contents .wrap .txt p.lead span:before {
  content: "@";
}

#page main .page-contents .wrap .txt p.note {
  position: relative;
  padding: 0 0 0 1.2rem;
  font-size: 0.9rem;
  text-align: left;
  font-weight: 500;
  width: 60%;
  margin: auto;
}

@media screen and (max-width: 767px) {
  #page main .page-contents .wrap .txt p.note {
    width: 100%;
    font-size: 0.97rem;
  }
}

#page main .page-contents .wrap .txt p.note:before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}

@-webkit-keyframes fade-load-in {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes fade-load-in {
  0% {
    opacity: 0.8;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes fade-load-in-txt {
  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
}

@keyframes fade-load-in-txt {
  50% {
    opacity: 0.8;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
}

.fade-in {
  -webkit-transform: translate3d(0, 25px, 0);
  transform: translate3d(0, 25px, 0);
  -webkit-transition: 1s;
  transition: 1s;
}

.fade-in.anime {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@-webkit-keyframes arrow-down {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@keyframes arrow-down {

  0%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

#top main #mv {
  width: 100%;
}

#top main #mv>.wrap {
  background-color: #00A0E9;
  padding: 6% 20%;
  position: relative;
}

@media screen and (max-width: 767px) {
  #top main #mv>.wrap {
    padding: 10% 0;
  }
}

#top main #mv>.wrap .contents {
  color: #fff;
  text-align: center;
  margin: auto;
}

#top main #mv>.wrap .contents a.btn {
  width: 80%;
  display: block;
  margin: 3% auto 0;
}

@media screen and (max-width: 767px) {
  #top main #mv>.wrap .contents a.btn {
    width: 90%;
  }
}

#top main #intro {
  width: 100%;
}

#top main #intro>.wrap {
  padding: 6% 20% 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  #top main #intro>.wrap {
    padding: 10% 5% 0;
  }
}

#top main #intro>.wrap .contents {
  text-align: center;
  margin: auto;
  margin: auto;
}

#top main #intro>.wrap .contents img.avatar {
  width: 80%;
  margin: 3% auto 0;
}

#top main #point {
  width: 100%;
}

#top main #point>.wrap {
  padding: 6% 0;
  position: relative;
  background-color: #00A0E9;
}

@media screen and (max-width: 767px) {
  #top main #point>.wrap {
    padding: 15% 0;
  }
}

#top main #point>.wrap .contents {
  text-align: center;
  margin: auto;
}

#top main #point>.wrap .contents h2 {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #top main #point>.wrap .contents h2 {
    text-align: right;
  }
}

#top main #point>.wrap .contents h2 img {
  width: 60%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #top main #point>.wrap .contents h2 img {
    margin: 0 0;
    width: 90%;
  }
}

#top main #point>.wrap .contents h2>.arrow {
  width: 90%;
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  #top main #point>.wrap .contents h2>.arrow {
    width: 95%;
    bottom: -5px;
  }
}

#top main #point>.wrap .contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 6%;
  padding: 0 15%;
}

@media screen and (max-width: 767px) {
  #top main #point>.wrap .contents ul {
    padding: 0 5%;
    margin-top: 12%;
  }
}

#top main #point>.wrap .contents ul li {
  width: 100%;
}

#top main #point>.wrap .contents ul li+li {
  margin-top: 6%;
}

#top main #flow {
  width: 100%;
}

#top main #flow>.wrap {
  padding: 6% 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  #top main #flow>.wrap {
    padding: 15% 0;
  }
}

#top main #flow>.wrap .contents h2 {
  position: relative;
  z-index: 1;
  padding: 0 0 3%;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #top main #flow>.wrap .contents h2 {
    padding: 0 0 6%;
  }
}

#top main #flow>.wrap .contents h2 img {
  width: 30%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #top main #flow>.wrap .contents h2 img {
    width: 60%;
  }
}

#top main #flow>.wrap .contents h2>.arrow {
  width: 90%;
  position: absolute;
  z-index: 2;
  bottom: -3%;
  right: 0;
}

@media screen and (max-width: 767px) {
  #top main #flow>.wrap .contents h2>.arrow {
    width: 95%;
    bottom: -5px;
  }
}

#top main #flow>.wrap .contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6%;
  padding: 0 15%;
}

@media screen and (max-width: 767px) {
  #top main #flow>.wrap .contents ul {
    padding: 0 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

#top main #flow>.wrap .contents ul li {
  width: 46%;
  position: relative;
  margin-top: 2%;
}

@media screen and (max-width: 767px) {
  #top main #flow>.wrap .contents ul li {
    width: 100%;
    margin: 4% auto 8%;
  }
}

#top main #flow>.wrap .contents ul li:before,
#top main #flow>.wrap .contents ul li:after {
  content: "";
  position: absolute;
  right: -12%;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 0.5rem;
  border-radius: 9999px;
  background-color: #00A0E9;
  -webkit-transform-origin: calc(100% - 0.25rem) 50%;
  transform-origin: calc(100% - 0.25rem) 50%;
}

@media screen and (max-width: 767px) {

  #top main #flow>.wrap .contents ul li:before,
  #top main #flow>.wrap .contents ul li:after {
    bottom: -23%;
    left: 0;
    right: 0;
    top: auto;
    margin: 0 auto;
    width: 4px;
    height: 15px;
    -webkit-transform-origin: 50% calc(100% - 2px);
    transform-origin: 50% calc(100% - 2px);
  }
}

#top main #flow>.wrap .contents ul li:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#top main #flow>.wrap .contents ul li:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#top main #flow>.wrap .contents ul li:last-child:before,
#top main #flow>.wrap .contents ul li:last-child:after {
  display: none;
}

#top main #flow>.wrap .contents a.btn {
  width: 50%;
  display: block;
  margin: 6% auto 0;
}

@media screen and (max-width: 767px) {
  #top main #flow>.wrap .contents a.btn {
    width: 90%;
    margin: auto;
  }
}

#top main #special {
  width: 100%;
}

#top main #special>.wrap {
  padding: 6% 0 0;
  position: relative;
  background-color: #FDD000;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #top main #special>.wrap {
    padding: 15% 0 0;
  }
}

#top main #special>.wrap .contents h2 {
  position: relative;
  z-index: 1;
  padding: 0 0 3%;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #top main #special>.wrap .contents h2 {
    padding: 0 0 6%;
  }
}

#top main #special>.wrap .contents h2 img {
  width: 30%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #top main #special>.wrap .contents h2 img {
    width: 60%;
  }
}

#top main #special>.wrap .contents h2>.arrow {
  width: 90%;
  position: absolute;
  z-index: 2;
  bottom: -3%;
  right: 0;
}

@media screen and (max-width: 767px) {
  #top main #special>.wrap .contents h2>.arrow {
    width: 95%;
    bottom: -5px;
  }
}

#top main #special>.wrap .contents ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6%;
  padding: 0 15%;
}

@media screen and (max-width: 767px) {
  #top main #special>.wrap .contents ul {
    padding: 0 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 10%;
  }
}

#top main #special>.wrap .contents ul li {
  width: 49%;
  position: relative;
  margin-top: 2%;
}

@media screen and (max-width: 767px) {
  #top main #special>.wrap .contents ul li {
    width: 100%;
  }
}

#top main #special>.wrap .contents ul li:first-child {
  width: 100%;
}

#top main #special img.avatar {
  width: 50%;
  margin: 3% auto 0;
  position: relative;
  z-index: 2;
  bottom: -1.5rem;
}

@media screen and (max-width: 767px) {
  #top main #special img.avatar {
    width: 80%;
    bottom: -0.55rem;
  }
}

#top main #entry {
  width: 100%;
}

#top main #entry>.wrap {
  padding: 10% 20%;
  position: relative;
  z-index: 1;
  background-color: #00A0E9;
}

@media screen and (max-width: 767px) {
  #top main #entry>.wrap {
    padding: 15% 5%;
  }
}

#top main #entry>.wrap .contents {
  text-align: center;
  margin: auto;
}

#top main #entry>.wrap .contents h2 {
  position: relative;
  z-index: 1;
}

#top main #entry>.wrap .contents h2 img {
  width: 100%;
  margin: 0 auto;
}

#top main #entry>.wrap .contents .form {
  margin: 6% auto;
  font-weight: 700;
  color: #fff;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  #top main #entry>.wrap .contents .form {
    font-size: 1rem;
  }
}

#top main #entry>.wrap .contents .form dl {
  margin-bottom: 1.5rem;
}

#top main #entry>.wrap .contents .form dl:last-of-type {
  margin-bottom: 1rem;
}

#top main #entry>.wrap .contents .form dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#top main #entry>.wrap .contents .form dl dt span {
  padding: 0.1rem 0.5rem;
  font-size: 1rem;
  margin: 0 0 0 1rem;
}

@media screen and (max-width: 767px) {
  #top main #entry>.wrap .contents .form dl dt span {
    font-size: 0.7rem;
  }
}

#top main #entry>.wrap .contents .form dl dt span.required {
  background-color: #FDD000;
  color: #231815;
}

#top main #entry>.wrap .contents .form dl dt span.any {
  background-color: #fff;
  color: #00A0E9;
}

#top main #entry>.wrap .contents .form dl dd {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #top main #entry>.wrap .contents .form dl dd {
    margin-top: 2%;
  }
}

#top main #entry>.wrap .contents .form dl dd p.note {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  #top main #entry>.wrap .contents .form dl dd p.note {
    font-size: 0.7rem;
  }
}

#top main #entry>.wrap .contents .form dl dd input {
  width: 100%;
  background-color: #fff;
  padding: 0.5rem 1rem;
  color: #231815;
}

#top main #entry>.wrap .contents .form dl dd input:focus {
  outline: 0.1rem solid #00A0E9;
}

#top main #entry>.wrap .contents .form dl dd input[type=file] {
  background-color: #515151;
  color: #fff;
  font-size: 1rem;
  padding: 1rem;
}

@media screen and (max-width: 767px) {
  #top main #entry>.wrap .contents .form dl dd input[type=file] {
    font-size: 0.7rem;
  }
}

#top main #entry>.wrap .contents .form dl dd input[type=file]:before {
  content: "";
  background-image: url(../../img/directrecruit/ico_file.svg);
  background-size: contain;
  background-position: center;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  margin-right: 1rem;
  vertical-align: text-bottom;
}

@media screen and (max-width: 767px) {
  #top main #entry>.wrap .contents .form dl dd input[type=file]:before {
    width: 20px;
    height: 20px;
  }
}

#top main #entry>.wrap .contents .form dl dd select {
  width: 100%;
  background-color: #fff;
  padding: 0.5rem 1rem;
  color: #231815;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
  color: #231815;
}

#top main #entry>.wrap .contents .form dl dd select:focus {
  outline: 0.1rem solid #00A0E9;
}

#top main #entry>.wrap .contents .form dl dd select:invalid {
  color: #00A0E9;
}

#top main #entry>.wrap .contents .form dl dd textarea {
  width: 100%;
  background-color: #fff;
  padding: 0.5rem 1rem;
  height: 10rem;
  color: #231815;
}

#top main #entry>.wrap .contents .form dl dd textarea:focus {
  outline: 0.1rem solid #00A0E9;
}

#top main #entry>.wrap .contents .form p.checkbox {
  text-align: left;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  #top main #entry>.wrap .contents .form p.checkbox {
    font-size: 0.8rem;
  }
}

#top main #entry>.wrap .contents .form p.checkbox input[type=checkbox] {
  width: 1.6rem;
  height: 1.6rem;
  margin: 0 1rem 0 0;
}

@media screen and (max-width: 767px) {
  #top main #entry>.wrap .contents .form p.checkbox input[type=checkbox] {
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
  }
}

#top main #entry>.wrap .contents .form p.checkbox span.wpcf7-list-item.first.last>label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

#top main #entry>.wrap .contents .form p.privacy {
  font-size: 1.6rem;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  #top main #entry>.wrap .contents .form p.privacy {
    font-size: 0.8rem;
  }
}

#top main #entry>.wrap .contents .form p.privacy a {
  color: #fff;
  font-weight: 700;
  padding: 0 0 0.3rem;
  position: relative;
}

#top main #entry>.wrap .contents .form p.privacy a:before {
  content: "";
  border-bottom: 0.2rem solid #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
}

#top main #entry>.wrap .contents .form input.submit {
  background-color: #FDD000;
  color: #231815;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: 80%;
  padding: 1rem;
  margin: 6% auto;
}

@media screen and (max-width: 767px) {
  #top main #entry>.wrap .contents .form input.submit {
    width: 100%;
    margin: 10% auto;
    font-size: 1rem;
  }
}

#top main #entry>.wrap .contents .form .note {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #top main #entry>.wrap .contents .form .note {
    font-size: 0.7rem;
  }
}

#top main #entry>.wrap .contents .form .note+.note {
  margin-top: 1rem;
}

#top main #entry>.wrap .contents .form .note p {
  padding: 0 0 0 1.6rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  #top main #entry>.wrap .contents .form .note p {
    padding: 0 0 0 0.8rem;
  }
}

#top main #entry>.wrap .contents .form .note p:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

#top main #entry>.wrap .contents .form .note p.asterisk:before {
  content: "※";
}

#top main #entry>.wrap .contents .form .wpcf7-response-output {
  background-color: #fff;
  font-size: 1.1rem;
  color: #fff;
  background-color: #BE0000;
  padding: 1rem;
  border: none;
  font-weight: 600;
  margin-bottom: 5%;
}

@media screen and (max-width: 767px) {
  #top main #entry>.wrap .contents .form .wpcf7-response-output {
    font-size: 0.9rem;
  }
}

#top main #entry>.wrap .contents .form span.wpcf7-not-valid-tip {
  color: #fff;
  font-size: 1rem;
  text-align: left;
  font-weight: 700;
  font-family: "M PLUS 1p", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#top main #entry>.wrap .contents .form .wpcf7-list-item {
  margin: 0;
}