@charset "UTF-8";
/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * 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: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/*! minireset.css v0.0.3 | MIT License | github.com/jgthms/minireset.css */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

img,
embed,
iframe,
object,
audio,
video {
  height: auto;
  max-width: 100%;
}

iframe {
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
  text-align: left;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family: 'Noto Sans JP', "Avenir", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "ヒラギノ角ゴシック", YuGothic, "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0;
  margin: 0 auto;
  position: relative;
  word-wrap: break-word;
  font-size: 62.5%;
  /** 10px */
  /* フォントレンダリング設定: 1x解像度ではsubpixel、2x以上の解像度ではgrayscale */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  overflow-x: hidden;
  color: #212121;
}

ul,
li {
  margin: 0;
  padding: 0;
}

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

a:hover {
  opacity: 0.8;
}

input {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

.br-pc::before {
  content: "\A";
  white-space: pre;
}

.br::before {
  content: "\A";
  white-space: pre;
}

.fadein {
  opacity: 0;
  -webkit-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}

.fadein.on {
  opacity: 1;
}

br.sp-only {
  display: none;
}

br.pc-only {
  display: initial;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #ffffff;
  border-top: 4px solid #eb5c01;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  font-size: 1.4rem;
  padding-right: 154px;
  letter-spacing: .15rem;
}

.header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-menu__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  min-height: 70px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.header-menu__link:hover {
  color: #eb5c01;
}

.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  min-height: 70px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.header-btn {
  color: #ffffff;
  background: #eb5c01;
  text-align: center;
  padding: 15px 20px;
  position: absolute;
  right: 0;
  letter-spacing: .25rem;
  cursor: pointer;
}

.menu-trigger {
  position: relative;
  top: -90px;
}

.header-sp-toggle {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: none;
  cursor: pointer;
}

.header-sp-toggle__in {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-sp-toggle__in span {
  display: block;
  width: 100%;
  height: 2px;
  background: #eb5c01;
}

.footer {
  font-size: 1.2rem;
  background: #eeeeee;
  padding: 50px 0;
}

.footer__in {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px;
}

.footer-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-link__main {
  font-weight: bold;
  border-right: 1px solid #000;
  padding-right: 30px;
}

.footer-link__main a {
  display: inline-block;
  margin: 0 15px;
}

.footer-link__sub {
  padding-left: 30px;
}

.btn-message {
  position: fixed;
  right: 0;
  bottom: 30px;
  z-index: 10;
  -webkit-box-shadow: 0px 15px 21.36px 2.64px rgba(54, 54, 54, 0.14);
          box-shadow: 0px 15px 21.36px 2.64px rgba(54, 54, 54, 0.14);
  background: #eb5c01;
  color: #fff;
  text-align: center;
  padding: 15px 25px;
  cursor: pointer;
}

.modal-message-open {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

main {
  letter-spacing: .15em;
  font-size: 1.4rem;
  line-height: 1.5;
}

.kv {
  width: 100%;
  height: 0;
  padding-top: 62.5%;
  background: url(../img/bg_kv.png) no-repeat center center/cover;
  position: relative;
  margin-top: 70px;
}

.kv-txt {
  position: absolute;
  top: 33.33333%;
  left: 47.5%;
  width: 24.0625%;
}

.kv-txt-main {
  width: 100%;
  height: 0;
  padding-top: 32.79221%;
  background: url(../img/txt_kv.png) no-repeat center center/cover;
}

.kv-txt-sub__en {
  font-family: 'Ubuntu', sans-serif;
  font-style: italic;
  line-height: 1.5;
  text-align: center;
  font-size: 1.09375vw;
  margin: 20px 0 15px;
}

.kv-txt-sub__en--orange {
  color: #eb5c01;
}

.kv-txt-sub__en--green {
  color: #29643c;
}

.kv-txt-sub__ja {
  text-align: center;
  font-size: 1.40625vw;
}

.lead {
  padding: 10% 0 28%;
  background: url(../img/bg_sec01.png) no-repeat center bottom/contain;
}

.lead__txt {
  text-align: center;
  font-size: 2rem;
  line-height: 2;
  letter-spacing: .1em;
}

.lead__txt--bold {
  font-weight: bold;
}

.sec-lead {
  text-align: center;
  margin-bottom: 80px;
}

.sec-lead--sec06 {
  margin-bottom: 30px;
}

.sec-lead__txt {
  line-height: 2.2;
  font-size: 1.8rem;
}

.sec-lead__txt--notice {
  font-size: 1.2rem;
  margin-top: 10px;
}

.sec-lead-ttl__main {
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: .3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 10px;
}

.sec-lead-ttl__sub {
  font-size: 1.8rem;
  font-family: 'Ubuntu', sans-serif;
  font-style: italic;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #eb5c01;
}

.sec-lead-ttl__sub::after {
  content: '';
  width: 30px;
  height: 4px;
  background: #686868;
  display: block;
  margin: 30px auto;
}

.sec01 {
  padding: 100px 0;
}

.sec01-figure {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 950px;
  margin: 0 auto;
}

.sec01-figure-box {
  -webkit-box-shadow: 0px 15px 21.36px 2.64px rgba(54, 54, 54, 0.14);
          box-shadow: 0px 15px 21.36px 2.64px rgba(54, 54, 54, 0.14);
  padding: 30px 20px 20px;
  background: #fff;
  position: relative;
  border-radius: 2%;
}

.sec01-figure-box__figure {
  position: relative;
  z-index: 1;
  background: #fff;
}

.sec01-figure-box__bg {
  position: absolute;
  z-index: -1;
  left: -10px;
  top: 10px;
  width: 100%;
  height: 100%;
  border-radius: 2%;
}

.sec01-figure-box__bg--01 {
  background: #ff8832;
}

.sec01-figure-box__bg--02 {
  background: #91d19e;
}

.sec02 {
  background: #f7f7f7;
  padding: 100px 0;
}

.sec02__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 1000px;
  margin: 0 auto;
}

.sec02-box {
  width: 300px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
  -webkit-box-shadow: 0px 15px 21.36px 2.64px rgba(54, 54, 54, 0.14);
          box-shadow: 0px 15px 21.36px 2.64px rgba(54, 54, 54, 0.14);
  padding: 20px 0 70px;
  position: relative;
}

.sec02-box__in {
  text-align: center;
}

.sec02-box__ttl {
  line-height: 1.5;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sec02-box__ttl--xlarge {
  font-size: 7rem;
  letter-spacing: -1rem;
  line-height: 0.8;
}

.sec02-box__ttl--big {
  font-size: 3rem;
}

.sec02-box__ttl--medium {
  font-size: 2.4rem;
}

.sec02-box__icon {
  margin: 10px 0;
}

.sec02-box__icon img {
  width: 42%;
}

.sec02-box__icon--02 {
  padding-left: 15px;
}

.sec02-box__icon--03 img {
  width: 70%;
}

.sec02-box__link {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 7px 40px 7px 30px;
  border-radius: 30px;
  border: 2px solid #000;
  cursor: pointer;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

_:-ms-lang(x)::-ms-backdrop, .sec02-box__link {
  width: 180px;
  line-height: 1;
  padding: 12px 40px 7px 30px;
}

.sec02-box__link:hover {
  color: #fff;
  background: #ff8832;
  border: 2px solid #ff8832;
}

.sec02-box__link:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.sec02-box__link::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  display: block;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 20px;
  top: 45%;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.sec03 {
  padding: 100px 0;
}

.sec03__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.sec03__in--top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 100px;
}

.sec03__in--bottom {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.sec03-box {
  text-align: center;
  position: relative;
  max-width: 300px;
}

.sec03-box::before {
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sec03-box--02, .sec03-box--04 {
  position: relative;
  top: 80px;
}

.sec03-box--01:before {
  background: url(../img/sec04_icon_01.png) no-repeat center center/cover;
  width: 214px;
  height: 220px;
}

.sec03-box--02:before {
  background: url(../img/sec04_icon_02.png) no-repeat center center/cover;
  width: 191px;
  height: 194px;
}

.sec03-box--03:before {
  background: url(../img/sec04_icon_03.png) no-repeat center center/cover;
  width: 208px;
  height: 156px;
}

.sec03-box--04 {
  right: -30px;
}

.sec03-box--04:before {
  background: url(../img/sec04_icon_04.png) no-repeat center center/cover;
  width: 261px;
  height: 177px;
}

.sec03-box--05:before {
  background: url(../img/sec04_icon_05.png) no-repeat center center/cover;
  width: 210px;
  height: 202px;
}

.sec03-box--06:before {
  background: url(../img/sec04_icon_06.png) no-repeat center center/cover;
  width: 254px;
  height: 179px;
}

.sec03-box__ttl {
  font-weight: bold;
  font-size: 2.4rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .2rem;
}

.sec03-box__ttl--big {
  font-size: 2.8rem;
}

.sec03-box__txt {
  letter-spacing: 0.1rem;
}

.sec03-box__txt--big {
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sec03-box__txt--small {
  font-size: 1.2rem;
}

.sec04 {
  background: #f7f7f7;
  padding: 100px 0;
}

.sec04-prof {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 830px;
  margin: 0 auto 80px;
}

.sec04-prof--01 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.sec04-prof__photo {
  position: relative;
  z-index: 0;
}

.sec04-prof__photo--01 {
  left: -30px;
}

.sec04-prof__photo--02 {
  right: -30px;
}

.sec04-prof-txt {
  background: #fff;
  padding: 40px 60px;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0px 15px 21.36px 2.64px rgba(54, 54, 54, 0.14);
          box-shadow: 0px 15px 21.36px 2.64px rgba(54, 54, 54, 0.14);
  text-align: center;
  bottom: 40px;
}

.sec04-prof-txt::before, .sec04-prof-txt:after {
  content: '';
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 2px;
  position: absolute;
}

.sec04-prof-txt::before {
  width: 30px;
  height: 30px;
  background: #ff8832;
  right: 3px;
  top: -13px;
}

.sec04-prof-txt::after {
  width: 20px;
  height: 20px;
  background: #91d19e;
  right: -10px;
  top: 20px;
}

.sec04-prof-txt--01 {
  left: 30px;
}

.sec04-prof-txt--02 {
  right: 30px;
}

.sec04-prof-txt__ttl {
  font-size: 4rem;
  font-family: 'Ubuntu', sans-serif;
  font-style: italic;
  letter-spacing: .35rem;
}

.sec04-cont {
  width: 800px;
  margin: 0 auto 90px;
  padding: 50px 70px 25px;
  border: solid 4px #fff;
  border-radius: 2%;
  position: relative;
}

.sec04-cont__ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .3rem;
  z-index: 1;
  background: #f7f7f7;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sec04-cont__ttl::before {
  font-size: 6rem;
  opacity: 0.5;
  font-family: 'Ubuntu', sans-serif;
  font-style: italic;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 500;
  z-index: 1;
}

.sec04-cont__ttl span {
  display: inline-block;
  padding: 0 80px;
  position: relative;
  z-index: 1;
}

.sec04-cont__ttl--point::before {
  content: 'Point';
  color: #fd803a;
  background: -webkit-linear-gradient(0deg, #fd803a, #e6e571);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec04-cont__ttl--passion::before {
  content: 'Passion';
  color: #ade0bd;
  background: -webkit-linear-gradient(0deg, #ade0bd, #e6e571);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec04-cont__txt {
  line-height: 2;
}

.sec04-schedule {
  background: #fff;
  -webkit-box-shadow: 0px 15px 21.36px 2.64px rgba(54, 54, 54, 0.14);
          box-shadow: 0px 15px 21.36px 2.64px rgba(54, 54, 54, 0.14);
  border-radius: 2%;
  width: 800px;
  margin: 0 auto 90px;
}

.sec04-schedule__ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec04-schedule__ttl::before {
  content: 'Schedule';
  font-size: 6rem;
  opacity: 0.5;
  font-family: 'Ubuntu', sans-serif;
  font-style: italic;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 500;
  color: #fd803a;
  background: -webkit-linear-gradient(0deg, #fd803a, #b8f0c9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sec04-schedule__ttl span {
  display: inline-block;
  padding: 0 80px;
  position: relative;
  z-index: 1;
}

.sec04-schedule__figure {
  text-align: center;
  padding: 50px 30px 50px 0;
}

.sec05 {
  padding: 100px 0;
}

.sec05-main__img {
  text-align: center;
}

.sec06 {
  padding: 70px 0;
  background-image: -webkit-linear-gradient(-36deg, #fac364 0%, #caf8c5 100%);
  background-image: -ms-linear-gradient(-36deg, #fac364 0%, #caf8c5 100%);
}

.sec06-main {
  background: #fff;
  width: 1000px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 15px 21.36px 2.64px rgba(54, 54, 54, 0.14);
          box-shadow: 0px 15px 21.36px 2.64px rgba(54, 54, 54, 0.14);
  text-align: center;
  padding: 60px;
}

.sec06-main__ttl {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 1.8rem;
}

.sec06-main__txt {
  width: 80%;
  margin: 0 auto 20px;
}

.sec07 {
  padding: 100px 0;
}

.sec07-box {
  width: 750px;
  margin: 0 auto 80px;
}

.sec07-box__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-left: 80px;
  margin-bottom: 50px;
}

.sec07-box__ttl::before {
  content: 'Q.';
  font-size: 6rem;
  font-family: 'Ubuntu', sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  color: #eb5c01;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.sec07-box__answer {
  line-height: 2;
  position: relative;
  padding-left: 80px;
}

.sec07-box__answer::before {
  content: 'A.';
  font-size: 6rem;
  font-family: 'Ubuntu', sans-serif;
  font-style: italic;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  color: #29643c;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.modal-message {
  background: rgba(54, 54, 54, 0.6);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}

.modal-message__in {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 50px;
  background: #fff;
  overflow-y: scroll;
  height: 90%;
  position: relative;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-message-close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

.modal-message-ttl {
  text-align: center;
  margin-bottom: 25px;
}

.modal-message-ttl__main {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: .3rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 10px;
}

.modal-message-ttl__sub {
  font-size: 1.8rem;
  font-family: 'Ubuntu', sans-serif;
  font-style: italic;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #eb5c01;
}

.modal-message-img {
  margin-bottom: 50px;
  text-align: center;
}

.modal-message-img img {
  width: 50%;
}

.modal-message-box {
  width: 600px;
  margin: 0 auto 50px;
}

.modal-message-box__ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: .3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: 0px;
}

.modal-message-box__ttl--01:before {
  content: 'About';
  color: #fd803a;
  background: -webkit-linear-gradient(0deg, #fd803a, #e6e571);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal-message-box__ttl--02:before {
  content: 'Environment';
  color: #ade0bd;
  background: -webkit-linear-gradient(0deg, #ade0bd, #e6e571);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal-message-box__ttl--03:before {
  content: 'System';
  color: #fd803a;
  background: -webkit-linear-gradient(0deg, #fd803a, #e6e571);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.modal-message-box__ttl::before {
  font-size: 4rem;
  opacity: 0.5;
  font-family: 'Ubuntu', sans-serif;
  font-style: italic;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 500;
  letter-spacing: .9rem;
}

.modal-message-box__ttl span {
  display: inline-block;
  padding: 0 80px;
  position: relative;
  z-index: 1;
}

.modal-attraction {
  background: rgba(54, 54, 54, 0.6);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
}

.modal-attraction__in {
  width: 800px;
  margin: 0 auto;
  padding: 80px 0;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.modal-attraction__ttl {
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 20px;
}

.modal-attraction__img {
  text-align: center;
  margin-bottom: 20px;
}

.modal-attraction__img img {
  width: 40%;
  max-width: 150px;
}

.modal-attraction__img--02 {
  padding-left: 15px;
}

.modal-attraction__img--03 img {
  width: 40%;
  max-width: 250px;
}

.modal-attraction__txt {
  line-height: 2;
  margin: 0 auto;
  text-align: center;
  width: 70%;
}

.modal-attraction-close {
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .br-sp::before {
    content: "\A";
    white-space: pre;
  }
  .br-pc::before {
    content: "";
    white-space: normal;
  }
  br.sp-only {
    display: initial;
  }
  br.pc-only {
    display: none;
  }
  .header {
    height: 60px;
  }
  .header-menu {
    display: block;
    position: fixed;
    width: 40vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    top: 0;
    right: 0;
    border-top: 4px solid #eb5c01;
    padding-top: 60px;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .header-menu.is-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .header-menu__link {
    font-size: 1.2rem;
    padding: 0 15px;
    min-height: 50px;
  }
  .header-logo {
    position: absolute;
    top: -4px;
    left: 0;
    min-height: 60px;
  }
  .header-logo img {
    height: 30px;
  }
  .header-btn {
    font-size: 1.1rem;
    padding: 0 10px;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    right: 70px;
    top: -2px;
  }
  .header-sp-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .footer {
    padding: 30px 0;
  }
  .footer__in {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 30px;
  }
  .footer-link {
    display: block;
  }
  .footer-link__main {
    padding-right: 0px;
    border: none;
  }
  .footer-link__main a {
    display: block;
    margin: 0 0 10px;
  }
  .footer-link__sub {
    padding-left: 0px;
  }
  main {
    font-size: 1.2rem;
    letter-spacing: 0.11rem;
  }
  .kv {
    margin-top: 60px;
    padding-top: 133.33333%;
    background: url(../img/bg_kv_sp.png) no-repeat center center/cover;
  }
  .kv-txt {
    top: 41%;
    left: 29.33333%;
    width: 46.66667%;
  }
  .kv-txt-sub__en {
    font-size: 1.2rem;
    margin: 10px 0 8px;
  }
  .kv-txt-sub__ja {
    font-size: 1.3rem;
  }
  .lead {
    padding: 20% 0 40%;
  }
  .lead__txt {
    font-size: 1.3rem;
    padding: 0 10px;
  }
  .sec-lead {
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .sec-lead--sec06 {
    margin-bottom: 15px;
  }
  .sec-lead__txt {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .sec-lead__txt--notice {
    font-size: 1rem;
  }
  .sec-lead-ttl__main {
    font-size: 1.8rem;
  }
  .sec-lead-ttl__sub {
    font-size: 1.4rem;
  }
  .sec-lead-ttl__sub::after {
    margin: 15px auto;
  }
  .sec01 {
    padding: 40px 0;
  }
  .sec01-figure {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sec01-figure-box {
    width: 80%;
    margin: 0 auto 20px;
  }
  .sec02 {
    padding: 40px 0;
  }
  .sec02__in {
    width: 90%;
  }
  .sec02-box {
    width: 90%;
    margin: 0 auto 30px;
  }
  .sec02-box__ttl--xlarge {
    font-size: 4rem;
    letter-spacing: 0;
  }
  .sec02-box__ttl--big {
    font-size: 2.4rem;
  }
  .sec02-box__ttl--medium {
    font-size: 1.8rem;
  }
  .sec02-box__link {
    width: 150px;
  }
  .sec03 {
    padding: 40px 0;
  }
  .sec03__in {
    width: 90%;
    padding: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .sec03__in--top {
    margin-bottom: 0;
  }
  .sec03-box {
    width: 50%;
    margin-bottom: 30px;
  }
  .sec03-box--02, .sec03-box--04 {
    top: 0;
  }
  .sec03-box--01:before {
    width: 107px;
    height: 110px;
  }
  .sec03-box--02:before {
    width: 95.5px;
    height: 97px;
  }
  .sec03-box--03:before {
    width: 104px;
    height: 78px;
  }
  .sec03-box--04 {
    right: 0;
  }
  .sec03-box--04:before {
    width: 130.5px;
    height: 88.5px;
  }
  .sec03-box--05:before {
    width: 105px;
    height: 101px;
  }
  .sec03-box--06:before {
    width: 127px;
    height: 89.5px;
  }
  .sec03-box__ttl {
    letter-spacing: 0.05rem;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .sec03-box__ttl--big {
    font-size: 1.6rem;
  }
  .sec03-box__txt {
    padding: 0 10px;
  }
  .sec03-box__txt--big {
    font-size: 1.4rem;
  }
  .sec04 {
    padding: 40px 0;
  }
  .sec04-prof {
    width: 90%;
    display: block;
    margin: 0 auto 20px;
  }
  .sec04-prof__photo {
    width: 80%;
    margin: 0 auto;
  }
  .sec04-prof__photo--01 {
    left: 0;
  }
  .sec04-prof__photo--02 {
    right: 0;
  }
  .sec04-prof-txt {
    padding: 10px 25px;
    width: 50%;
  }
  .sec04-prof-txt::before {
    width: 15px;
    height: 15px;
    right: 3px;
    top: -7px;
  }
  .sec04-prof-txt::after {
    width: 10px;
    height: 10px;
    right: -5px;
    top: 10px;
  }
  .sec04-prof-txt--01 {
    left: 0;
  }
  .sec04-prof-txt--02 {
    right: 0;
  }
  .sec04-prof-txt__ttl {
    font-size: 2rem;
  }
  .sec04-cont {
    width: 90%;
    padding: 30px 20px;
    margin: 0 auto 40px;
  }
  .sec04-cont__ttl {
    font-size: 1.6rem;
  }
  .sec04-cont__ttl::before {
    font-size: 4rem;
  }
  .sec04-cont__ttl span {
    padding: 0;
  }
  .sec04-schedule {
    width: 90%;
    margin: 0 auto 70px;
  }
  .sec04-schedule__ttl {
    font-size: 1.6rem;
  }
  .sec04-schedule__ttl::before {
    font-size: 4rem;
  }
  .sec04-schedule__figure {
    padding: 30px 40px 30px 10px;
  }
  .sec05 {
    padding: 40px 0;
  }
  .sec06-main {
    width: 90%;
    padding: 30px 0px;
  }
  .sec06-main__ttl {
    font-size: 1.4rem;
  }
  .sec06-main__txt {
    width: 90%;
  }
  .sec07 {
    padding: 40px 0;
  }
  .sec07-box {
    width: 90%;
    margin: 0 auto 30px;
  }
  .sec07-box__ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-left: 60px;
  }
  .sec07-box__ttl::before {
    font-size: 4rem;
  }
  .sec07-box__answer {
    padding-left: 60px;
  }
  .sec07-box__answer::before {
    font-size: 4rem;
  }
  .modal-message__in {
    width: 95%;
    padding: 80px 20px 30px;
  }
  .modal-message-ttl {
    margin-bottom: 10px;
  }
  .modal-message-ttl__main {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
  .modal-message-img {
    margin-bottom: 50px;
  }
  .modal-message-img img {
    width: 100%;
  }
  .modal-message-box {
    width: 100%;
  }
  .modal-message-box__ttl::before {
    font-size: 3rem;
    letter-spacing: .5rem;
  }
  .modal-attraction__in {
    width: 90%;
    padding: 80px 15px 40px;
  }
  .modal-attraction__ttl {
    font-size: 1.8rem;
  }
  .modal-attraction__img--01 img {
    width: 30%;
  }
  .modal-attraction__img--03 img {
    width: 50%;
  }
  .modal-attraction__img--05 img {
    width: 30%;
  }
  .modal-attraction__img--06 img {
    width: 30%;
  }
  .modal-attraction__txt {
    width: 90%;
  }
}

/*# sourceMappingURL=style.css.map */
