@charset "UTF-8";
/*!
 * ress.css • v2.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  box-sizing: border-box;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  tab-size: 4;
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  /* Show the overflow in Edge and IE */
  height: 0;
  overflow: visible;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

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

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

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

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

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

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* 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 {
  padding: 0;
  border-style: none;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

/* 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 {
  /* 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 */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge 18- 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 */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  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([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

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

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

/* _color */
/* _size */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

html {
  font-family: "Noto Sans JP", sans-serif;
  /* 16px x 0.625 = 10px(=1rem) */
  font-size: 62.5% !important;
  font-weight: 300;
}

body {
  color: #333333;
  font-size: 1.4rem;
  line-height: 2.6rem;
}

@media (min-width: 961px) {
  body {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}

img {
  display: block;
  max-width: 100%;
  /*height: 100%;*/
}

ul, ol {
  padding-left: 20px;
}

.ul, .ol {
  list-style: none;
}

.text__left {
  text-align: left;
}

.text__center {
  text-align: center;
}

.text__right {
  text-align: right;
}

[class^="visible__"] {
  display: none;
}

@media (max-width: 640px) {
  .visible__sp__block {
    display: block;
  }
  .visible__sp__iblock {
    display: inline-block;
  }
}

@media (max-width: 960px) and (min-width: 641px) {
  .visible__tab__block {
    display: block;
  }
  .visible__tab__iblock {
    display: inline-block;
  }
}

@media (min-width: 961px) {
  .visible__pc__block {
    display: block;
  }
  .visible__pc__iblock {
    display: inline-block;
  }
}

.mgn-b0 {
  margin-bottom: 0px;
}

.mgn-b5 {
  margin-bottom: 5px;
}

.mgn-b10 {
  margin-bottom: 10px;
}

.mgn-b15 {
  margin-bottom: 15px;
}

.mgn-b20 {
  margin-bottom: 20px;
}

.mgn-b25 {
  margin-bottom: 25px;
}

.mgn-b30 {
  margin-bottom: 30px;
}

.mgn-b35 {
  margin-bottom: 35px;
}

.mgn-b40 {
  margin-bottom: 40px;
}

.mgn-b45 {
  margin-bottom: 45px;
}

.mgn-b50 {
  margin-bottom: 50px;
}

.mgn-b55 {
  margin-bottom: 55px;
}

.mgn-b60 {
  margin-bottom: 60px;
}

.mgn-b65 {
  margin-bottom: 65px;
}

.mgn-b70 {
  margin-bottom: 70px;
}

.mgn-b75 {
  margin-bottom: 75px;
}

.mgn-b80 {
  margin-bottom: 80px;
}

.mgn-b85 {
  margin-bottom: 85px;
}

.mgn-b90 {
  margin-bottom: 90px;
}

.mgn-b95 {
  margin-bottom: 95px;
}

.mgn-b100 {
  margin-bottom: 100px;
}

.mgn-b105 {
  margin-bottom: 105px;
}

.mgn-b110 {
  margin-bottom: 110px;
}

.mgn-b115 {
  margin-bottom: 115px;
}

.mgn-b120 {
  margin-bottom: 120px;
}

.mgn-b125 {
  margin-bottom: 125px;
}

.mgn-b130 {
  margin-bottom: 130px;
}

.mgn-b135 {
  margin-bottom: 135px;
}

.mgn-b140 {
  margin-bottom: 140px;
}

.mgn-b145 {
  margin-bottom: 145px;
}

.mgn-b150 {
  margin-bottom: 150px;
}

.pdg-b0 {
  padding-bottom: 0px;
}

.pdg-b5 {
  padding-bottom: 5px;
}

.pdg-b10 {
  padding-bottom: 10px;
}

.pdg-b15 {
  padding-bottom: 15px;
}

.pdg-b20 {
  padding-bottom: 20px;
}

.pdg-b25 {
  padding-bottom: 25px;
}

.pdg-b30 {
  padding-bottom: 30px;
}

.pdg-b35 {
  padding-bottom: 35px;
}

.pdg-b40 {
  padding-bottom: 40px;
}

.pdg-b45 {
  padding-bottom: 45px;
}

.pdg-b50 {
  padding-bottom: 50px;
}

.pdg-b55 {
  padding-bottom: 55px;
}

.pdg-b60 {
  padding-bottom: 60px;
}

.pdg-b65 {
  padding-bottom: 65px;
}

.pdg-b70 {
  padding-bottom: 70px;
}

.pdg-b75 {
  padding-bottom: 75px;
}

.pdg-b80 {
  padding-bottom: 80px;
}

.pdg-b85 {
  padding-bottom: 85px;
}

.pdg-b90 {
  padding-bottom: 90px;
}

.pdg-b95 {
  padding-bottom: 95px;
}

.pdg-b100 {
  padding-bottom: 100px;
}

.pdg-b105 {
  padding-bottom: 105px;
}

.pdg-b110 {
  padding-bottom: 110px;
}

.pdg-b115 {
  padding-bottom: 115px;
}

.pdg-b120 {
  padding-bottom: 120px;
}

.pdg-b125 {
  padding-bottom: 125px;
}

.pdg-b130 {
  padding-bottom: 130px;
}

.pdg-b135 {
  padding-bottom: 135px;
}

.pdg-b140 {
  padding-bottom: 140px;
}

.pdg-b145 {
  padding-bottom: 145px;
}

.pdg-b150 {
  padding-bottom: 150px;
}

.scroll__in__view {
  visibility: hidden;
}

.fade__down {
  -webkit-animation: fade__down 1s ease 0s both 1 normal;
  visibility: visible !important;
          animation: fade__down 1s ease 0s both 1 normal;
}

@-webkit-keyframes fade__down {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade__down {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.fade__left {
  -webkit-animation: fade__left 1s ease 0s both 1 normal;
  visibility: visible !important;
          animation: fade__left 1s ease 0s both 1 normal;
}

@-webkit-keyframes fade__left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade__left {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.fade__right {
  -webkit-animation: fade__right 1s ease 0s both 1 normal;
  visibility: visible !important;
          animation: fade__right 1s ease 0s both 1 normal;
}

@-webkit-keyframes fade__right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade__right {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.fade__up {
  -webkit-animation: fade__up 1s ease 0s both 1 normal;
  visibility: visible !important;
          animation: fade__up 1s ease 0s both 1 normal;
}

@-webkit-keyframes fade__up {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fade__up {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.fade__in {
  -webkit-animation: fade__in  1s ease 0s both 1 normal;
  visibility: visible !important;
          animation: fade__in  1s ease 0s both 1 normal;
}

@-webkit-keyframes fade__in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade__in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.slide__width {
  -webkit-animation: slide__width  1s ease 0s both 1 normal;
  visibility: visible !important;
          animation: slide__width  1s ease 0s both 1 normal;
}

@-webkit-keyframes slide__width {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes slide__width {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.slide__width__unset {
  -webkit-animation: slide__width__unset  1s ease 0s both 1 normal;
  visibility: visible !important;
          animation: slide__width__unset  1s ease 0s both 1 normal;
}

@-webkit-keyframes slide__width__unset {
  from {
    width: 0;
  }
  to {
  }
}

@keyframes slide__width__unset {
  from {
    width: 0;
  }
  to {
  }
}

.slide__height__unset {
  -webkit-animation: slide__height__unset  1s ease 0s both 1 normal;
  visibility: visible !important;
          animation: slide__height__unset  1s ease 0s both 1 normal;
}

@-webkit-keyframes slide__height__unset {
  from {
    height: 0;
  }
  to {
  }
}

@keyframes slide__height__unset {
  from {
    height: 0;
  }
  to {
  }
}

.anime__delay__0 {
  -webkit-animation-delay: 0s !important;
          animation-delay: 0s !important;
}

.anime__delay__1 {
  -webkit-animation-delay: 0.1s !important;
          animation-delay: 0.1s !important;
}

.anime__delay__2 {
  -webkit-animation-delay: 0.2s !important;
          animation-delay: 0.2s !important;
}

.anime__delay__3 {
  -webkit-animation-delay: 0.3s !important;
          animation-delay: 0.3s !important;
}

.anime__delay__4 {
  -webkit-animation-delay: 0.4s !important;
          animation-delay: 0.4s !important;
}

.anime__delay__5 {
  -webkit-animation-delay: 0.5s !important;
          animation-delay: 0.5s !important;
}

.anime__delay__6 {
  -webkit-animation-delay: 0.6s !important;
          animation-delay: 0.6s !important;
}

.anime__delay__7 {
  -webkit-animation-delay: 0.7s !important;
          animation-delay: 0.7s !important;
}

.anime__delay__8 {
  -webkit-animation-delay: 0.8s !important;
          animation-delay: 0.8s !important;
}

.anime__delay__9 {
  -webkit-animation-delay: 0.9s !important;
          animation-delay: 0.9s !important;
}

.anime__delay__10 {
  -webkit-animation-delay: 1s !important;
          animation-delay: 1s !important;
}

.anime__delay__11 {
  -webkit-animation-delay: 1.1s !important;
          animation-delay: 1.1s !important;
}

.anime__delay__12 {
  -webkit-animation-delay: 1.2s !important;
          animation-delay: 1.2s !important;
}

.anime__delay__13 {
  -webkit-animation-delay: 1.3s !important;
          animation-delay: 1.3s !important;
}

.anime__delay__14 {
  -webkit-animation-delay: 1.4s !important;
          animation-delay: 1.4s !important;
}

.anime__delay__15 {
  -webkit-animation-delay: 1.5s !important;
          animation-delay: 1.5s !important;
}

.anime__delay__16 {
  -webkit-animation-delay: 1.6s !important;
          animation-delay: 1.6s !important;
}

.anime__delay__17 {
  -webkit-animation-delay: 1.7s !important;
          animation-delay: 1.7s !important;
}

.anime__delay__18 {
  -webkit-animation-delay: 1.8s !important;
          animation-delay: 1.8s !important;
}

.anime__delay__19 {
  -webkit-animation-delay: 1.9s !important;
          animation-delay: 1.9s !important;
}

.anime__delay__20 {
  -webkit-animation-delay: 2s !important;
          animation-delay: 2s !important;
}

.anime__delay__21 {
  -webkit-animation-delay: 2.1s !important;
          animation-delay: 2.1s !important;
}

.anime__delay__22 {
  -webkit-animation-delay: 2.2s !important;
          animation-delay: 2.2s !important;
}

.anime__delay__23 {
  -webkit-animation-delay: 2.3s !important;
          animation-delay: 2.3s !important;
}

.anime__delay__24 {
  -webkit-animation-delay: 2.4s !important;
          animation-delay: 2.4s !important;
}

.anime__delay__25 {
  -webkit-animation-delay: 2.5s !important;
          animation-delay: 2.5s !important;
}

.anime__delay__26 {
  -webkit-animation-delay: 2.6s !important;
          animation-delay: 2.6s !important;
}

.anime__delay__27 {
  -webkit-animation-delay: 2.7s !important;
          animation-delay: 2.7s !important;
}

.anime__delay__28 {
  -webkit-animation-delay: 2.8s !important;
          animation-delay: 2.8s !important;
}

.anime__delay__29 {
  -webkit-animation-delay: 2.9s !important;
          animation-delay: 2.9s !important;
}

.anime__delay__30 {
  -webkit-animation-delay: 3s !important;
          animation-delay: 3s !important;
}

.anime__duration__0 {
  -webkit-animation-duration: 0s !important;
          animation-duration: 0s !important;
}

.anime__duration__5 {
  -webkit-animation-duration: 0.5s !important;
          animation-duration: 0.5s !important;
}

.anime__duration__10 {
  -webkit-animation-duration: 1s !important;
          animation-duration: 1s !important;
}

.anime__duration__15 {
  -webkit-animation-duration: 1.5s !important;
          animation-duration: 1.5s !important;
}

.anime__duration__20 {
  -webkit-animation-duration: 2s !important;
          animation-duration: 2s !important;
}

.anime__duration__25 {
  -webkit-animation-duration: 2.5s !important;
          animation-duration: 2.5s !important;
}

.anime__duration__30 {
  -webkit-animation-duration: 3s !important;
          animation-duration: 3s !important;
}

.anime__duration__35 {
  -webkit-animation-duration: 3.5s !important;
          animation-duration: 3.5s !important;
}

.anime__duration__40 {
  -webkit-animation-duration: 4s !important;
          animation-duration: 4s !important;
}

.anime__duration__45 {
  -webkit-animation-duration: 4.5s !important;
          animation-duration: 4.5s !important;
}

.anime__duration__50 {
  -webkit-animation-duration: 5s !important;
          animation-duration: 5s !important;
}

.anime__duration__55 {
  -webkit-animation-duration: 5.5s !important;
          animation-duration: 5.5s !important;
}

.anime__duration__60 {
  -webkit-animation-duration: 6s !important;
          animation-duration: 6s !important;
}

.anime__duration__65 {
  -webkit-animation-duration: 6.5s !important;
          animation-duration: 6.5s !important;
}

.anime__duration__70 {
  -webkit-animation-duration: 7s !important;
          animation-duration: 7s !important;
}

.anime__duration__75 {
  -webkit-animation-duration: 7.5s !important;
          animation-duration: 7.5s !important;
}

.anime__duration__80 {
  -webkit-animation-duration: 8s !important;
          animation-duration: 8s !important;
}

.anime__duration__85 {
  -webkit-animation-duration: 8.5s !important;
          animation-duration: 8.5s !important;
}

.anime__duration__90 {
  -webkit-animation-duration: 9s !important;
          animation-duration: 9s !important;
}

.anime__duration__95 {
  -webkit-animation-duration: 9.5s !important;
          animation-duration: 9.5s !important;
}

.anime__duration__100 {
  -webkit-animation-duration: 10s !important;
          animation-duration: 10s !important;
}

.anime__duration__105 {
  -webkit-animation-duration: 10.5s !important;
          animation-duration: 10.5s !important;
}

.anime__duration__110 {
  -webkit-animation-duration: 11s !important;
          animation-duration: 11s !important;
}

.anime__duration__115 {
  -webkit-animation-duration: 11.5s !important;
          animation-duration: 11.5s !important;
}

.anime__duration__120 {
  -webkit-animation-duration: 12s !important;
          animation-duration: 12s !important;
}

.anime__duration__125 {
  -webkit-animation-duration: 12.5s !important;
          animation-duration: 12.5s !important;
}

.anime__duration__130 {
  -webkit-animation-duration: 13s !important;
          animation-duration: 13s !important;
}

.anime__duration__135 {
  -webkit-animation-duration: 13.5s !important;
          animation-duration: 13.5s !important;
}

.anime__duration__140 {
  -webkit-animation-duration: 14s !important;
          animation-duration: 14s !important;
}

.anime__duration__145 {
  -webkit-animation-duration: 14.5s !important;
          animation-duration: 14.5s !important;
}

.anime__duration__150 {
  -webkit-animation-duration: 15s !important;
          animation-duration: 15s !important;
}

.anime__duration__155 {
  -webkit-animation-duration: 15.5s !important;
          animation-duration: 15.5s !important;
}

.anime__duration__160 {
  -webkit-animation-duration: 16s !important;
          animation-duration: 16s !important;
}

.anime__duration__165 {
  -webkit-animation-duration: 16.5s !important;
          animation-duration: 16.5s !important;
}

.anime__duration__170 {
  -webkit-animation-duration: 17s !important;
          animation-duration: 17s !important;
}

.anime__duration__175 {
  -webkit-animation-duration: 17.5s !important;
          animation-duration: 17.5s !important;
}

.anime__duration__180 {
  -webkit-animation-duration: 18s !important;
          animation-duration: 18s !important;
}

.anime__duration__185 {
  -webkit-animation-duration: 18.5s !important;
          animation-duration: 18.5s !important;
}

.anime__duration__190 {
  -webkit-animation-duration: 19s !important;
          animation-duration: 19s !important;
}

.anime__duration__195 {
  -webkit-animation-duration: 19.5s !important;
          animation-duration: 19.5s !important;
}

.anime__duration__200 {
  -webkit-animation-duration: 20s !important;
          animation-duration: 20s !important;
}

.anime__duration__205 {
  -webkit-animation-duration: 20.5s !important;
          animation-duration: 20.5s !important;
}

.anime__duration__210 {
  -webkit-animation-duration: 21s !important;
          animation-duration: 21s !important;
}

.anime__duration__215 {
  -webkit-animation-duration: 21.5s !important;
          animation-duration: 21.5s !important;
}

.anime__duration__220 {
  -webkit-animation-duration: 22s !important;
          animation-duration: 22s !important;
}

.anime__duration__225 {
  -webkit-animation-duration: 22.5s !important;
          animation-duration: 22.5s !important;
}

.anime__duration__230 {
  -webkit-animation-duration: 23s !important;
          animation-duration: 23s !important;
}

.anime__duration__235 {
  -webkit-animation-duration: 23.5s !important;
          animation-duration: 23.5s !important;
}

.anime__duration__240 {
  -webkit-animation-duration: 24s !important;
          animation-duration: 24s !important;
}

.anime__duration__245 {
  -webkit-animation-duration: 24.5s !important;
          animation-duration: 24.5s !important;
}

.anime__duration__250 {
  -webkit-animation-duration: 25s !important;
          animation-duration: 25s !important;
}

.anime__duration__255 {
  -webkit-animation-duration: 25.5s !important;
          animation-duration: 25.5s !important;
}

.anime__duration__260 {
  -webkit-animation-duration: 26s !important;
          animation-duration: 26s !important;
}

.anime__duration__265 {
  -webkit-animation-duration: 26.5s !important;
          animation-duration: 26.5s !important;
}

.anime__duration__270 {
  -webkit-animation-duration: 27s !important;
          animation-duration: 27s !important;
}

.anime__duration__275 {
  -webkit-animation-duration: 27.5s !important;
          animation-duration: 27.5s !important;
}

.anime__duration__280 {
  -webkit-animation-duration: 28s !important;
          animation-duration: 28s !important;
}

.anime__duration__285 {
  -webkit-animation-duration: 28.5s !important;
          animation-duration: 28.5s !important;
}

.anime__duration__290 {
  -webkit-animation-duration: 29s !important;
          animation-duration: 29s !important;
}

.anime__duration__295 {
  -webkit-animation-duration: 29.5s !important;
          animation-duration: 29.5s !important;
}

.anime__duration__300 {
  -webkit-animation-duration: 30s !important;
          animation-duration: 30s !important;
}

@media (max-width: 960px) {
  .main__container {
    padding: 0 10px;
  }
}

@media (min-width: 961px) {
  .main__container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
  }
}

a {
  color: #333333;
}

a:hover {
  text-decoration: underline;
}

a.no__underline {
  text-decoration: none;
}

a.no__underline:hover {
  text-decoration: none;
}

a.hover__anime {
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

a.hover__anime:before {
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 0;
  height: 2px;
  background: #009999;
  content: "";
  opacity: 0.7;
  transition: all .3s;
}

@media (min-width: 961px) {
  a.hover__anime:hover:before {
    left: 0;
    width: 100%;
  }
}

a.hover__anime.is__current:before {
  left: 0;
  width: 100%;
}

/*

form

 */
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
textarea {
  width: 100%;
  padding: 5px 10px;
  border: 1px solid #cccccc;
  outline: none;
  background-color: #FFFFFF;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='number']:focus,
textarea:focus {
  border: 1px solid #009999 !important;
}

input[type='text']:focus + .entry__form__description,
input[type='email']:focus + .entry__form__description,
input[type='password']:focus + .entry__form__description,
input[type='number']:focus + .entry__form__description,
textarea:focus + .entry__form__description {
  color: #009999;
}

input[type='text']::-webkit-input-placeholder {
  color: #d3d3d3;
}

input[type='text']:-ms-input-placeholder {
  color: #d3d3d3;
}

input[type='text']::-ms-input-placeholder {
  color: #d3d3d3;
}

input[type='email']::-webkit-input-placeholder {
  color: #d3d3d3;
}

input[type='email']:-ms-input-placeholder {
  color: #d3d3d3;
}

input[type='email']::-ms-input-placeholder {
  color: #d3d3d3;
}

input[type='password']::-webkit-input-placeholder {
  color: #d3d3d3;
}

input[type='password']:-ms-input-placeholder {
  color: #d3d3d3;
}

input[type='password']::-ms-input-placeholder {
  color: #d3d3d3;
}

textarea::-webkit-input-placeholder {
  color: #d3d3d3;
}

textarea:-ms-input-placeholder {
  color: #d3d3d3;
}

textarea::-ms-input-placeholder {
  color: #d3d3d3;
}

.entry__form__description {
  margin-bottom: 5px;
}

.entry__form__error {
  margin-bottom: 5px;
  color: red;
}

.entry__form__row {
  margin-bottom: 15px;
}

@media (min-width: 961px) {
  .entry__form__row {
    margin-bottom: 30px;
  }
}

.form__column__reverse {
  -webkit-flex: 1 0 0;
  -webkit-flex-direction: column-reverse;
  display: -webkit-flex;
  display: flex;
          flex: 1 0;
          flex-direction: column-reverse;
}

.checkbox {
  display: inline-block;
}

.checkbox input {
  display: none;
}

.checkbox .checkbox__text {
  -webkit-flex: 1 0 0;
  -webkit-align-items: center;
  display: -webkit-flex;
  display: flex;
  position: relative;
          flex: 1 0;
          align-items: center;
  padding-left: 22px;
  cursor: pointer;
}

.checkbox .checkbox__text:before {
  -webkit-transform: translate(0%, -50%);
  display: inline-block;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-right: 5px;
          transform: translate(0%, -50%);
  border: 1px solid #cccccc;
  background-color: #FFFFFF;
  vertical-align: middle;
  content: "";
}

.checkbox > input:checked + .checkbox__text:after {
  -webkit-transform: translate(0%, -50%) rotate(40deg);
  display: inline-block;
  z-index: 20;
  position: absolute;
  top: 40%;
  left: 4px;
  width: 10px;
  height: 14px;
          transform: translate(0%, -50%) rotate(40deg);
  border-right: 2px solid #009999;
  border-bottom: 2px solid #009999;
  content: "";
}

.radio {
  display: inline-block;
}

.radio input {
  display: none;
}

.radio .radio__text {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

.radio .radio__text:before {
  -webkit-transform: translate(0%, -50%);
  display: inline-block;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
          transform: translate(0%, -50%);
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #FFFFFF;
  vertical-align: middle;
  content: "";
}

.radio + .radio {
  margin-left: 15px;
}

.radio > input:checked + .radio__text {
  color: #009999;
}

.radio > input:checked + .radio__text:after {
  -webkit-transform: translate(0%, -50%);
  display: inline-block;
  z-index: 20;
  position: absolute;
  top: 50%;
  left: 3px;
  width: 10px;
  height: 10px;
          transform: translate(0%, -50%);
  border-radius: 50%;
  background-color: #009999;
  content: "";
}

/*

button

 */
.button {
  width: 100%;
  max-width: 380px;
  padding: 10px 5px;
  background-color: #009999;
  color: #FFFFFF;
  font-size: 1.8rem;
  text-align: center;
}

/*

tab

 */
.tab {
  letter-spacing: -.4em;
}

.tab > [class^="tgl__tab__button"] {
  display: inline-block;
  width: 50%;
  padding: 15px 10px;
  color: #999999;
  letter-spacing: normal;
  text-align: center;
}

.tab .tab__body {
  padding-top: 15px;
  border-top: 2px solid #99cccc;
  letter-spacing: normal;
}

.tab .tab__body .tab__change__content {
  display: none;
}

.tab .tab__button__toggle:checked + [class^="tgl__tab__button"] {
  background-color: #009999;
  color: #FFFFFF;
}

.tab #tab_button01:checked ~ .tab__body .tgl__tab__content01 {
  display: block;
}

.tab #tab_button02:checked ~ .tab__body .tgl__tab__content02 {
  display: block;
}

/*

content__item

 */
dl.content__item {
  -webkit-flex: 1 0 0;
  display: -webkit-flex;
  display: flex;
          flex: 1 0;
}

dl.content__item dt, dl.content__item dd {
  padding: 14px;
}

@media (min-width: 961px) {
  dl.content__item dt, dl.content__item dd {
    padding: 35px;
  }
}

dl.content__item dt {
  width: 30%;
  border-bottom: 1px solid #FFFFFF;
  background-color: #cce5e5;
  font-weight: 400;
  text-align: center;
}

dl.content__item dd {
  width: 70%;
  border-right: 1px solid #cce5e5;
  border-bottom: 1px solid #cce5e5;
}

dl.content__item.first__item dt, dl.content__item.first__item dd {
  border-top: 1px solid #cce5e5;
}

dl.content__item.last__item dt, dl.content__item.last__item dd {
  border-bottom: 1px solid #cce5e5;
}

/*

catch__group

 */
.catch__group {
  position: relative;
  margin-bottom: 100px;
  padding-top: 20px;
}

@media (min-width: 961px) {
  .catch__group {
    max-width: 1230px;
    margin: 0 auto;
    padding: 20px 65px 0;
  }
}

.catch__group .catch__title,
.catch__group .catch__caption {
  z-index: 20;
  position: relative;
}

@media (min-width: 961px) {
  .catch__group .catch__caption {
    width: 55%;
  }
}

.catch__group .catch__group__line__vertical,
.catch__group .catch__group__line__horizontal {
  display: inline-block;
  z-index: 10;
  position: absolute;
  background-color: rgba(153, 204, 204, 0.5);
  content: "";
}

@media (max-width: 960px) {
  .catch__group .catch__group__line__vertical {
    top: 0;
    width: 44px;
    height: 65%;
  }
}

@media (max-width: 960px) and (min-width: 641px) {
  .catch__group .catch__group__line__vertical {
    height: 65%;
  }
}

@media (min-width: 961px) {
  .catch__group .catch__group__line__vertical {
    top: 0;
    width: 65px;
    height: 65%;
  }
}

@media (max-width: 960px) {
  .catch__group .catch__group__line__horizontal {
    top: 20px;
    width: 80%;
    height: 44px;
  }
}

@media (min-width: 961px) {
  .catch__group .catch__group__line__horizontal {
    top: calc(50% - (85px / 2));
    width: 50%;
    height: 85px;
  }
}

.catch__group .catch__title {
  font-weight: 400;
}

@media (max-width: 960px) {
  .catch__group .catch__title {
    font-size: 1.5rem;
    line-height: 4.4rem;
  }
}

@media (min-width: 961px) {
  .catch__group .catch__title {
    position: absolute;
    top: calc(50% - (85px / 2));
    font-size: 3rem;
    line-height: 85px;
  }
}

.catch__group .catch__detail {
  z-index: 30;
  max-width: 75%;
  background: #FFFFFF;
}

@media (max-width: 960px) {
  .catch__group .catch__detail {
    position: relative;
    width: 100%;
    margin: -40px auto;
    padding: 20px;
  }
}

@media (min-width: 961px) {
  .catch__group .catch__detail {
    position: absolute;
    width: 55%;
    min-height: 215px;
    padding: 45px 55px;
  }
}

.catch__group .catch__caption__frame {
  position: relative;
}

.catch__group [class^="catch__group__image"] {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

@media (max-width: 640px) {
  .catch__group [class^="catch__group__image"] {
    padding-top: 65%;
  }
}

@media (max-width: 960px) and (min-width: 641px) {
  .catch__group [class^="catch__group__image"] {
    padding-top: 45%;
  }
}

@media (min-width: 961px) {
  .catch__group [class^="catch__group__image"] {
    padding-top: 65%;
  }
}

.catch__group .catch__group__dummy__image {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
}

@media (max-width: 960px) {
  .catch__group.catch__group__style__left .catch__group__line__vertical {
    left: 20px;
  }
}

@media (min-width: 961px) {
  .catch__group.catch__group__style__left .catch__group__line__vertical {
    left: calc(45% - (65px / 2));
  }
}

.catch__group.catch__group__style__left .catch__group__line__horizontal {
  left: 0;
}

@media (max-width: 960px) {
  .catch__group.catch__group__style__left .catch__title {
    padding-left: 86px;
  }
}

@media (min-width: 961px) {
  .catch__group.catch__group__style__left .catch__title {
    right: 60%;
  }
}

@media (max-width: 960px) {
  .catch__group.catch__group__style__left .catch__caption {
    padding-left: 36px;
  }
}

@media (min-width: 961px) {
  .catch__group.catch__group__style__left .catch__caption {
    margin-left: auto;
  }
}

@media (max-width: 960px) {
  .catch__group.catch__group__style__left .catch__detail {
    box-shadow: 10px 10px 0 -2px #c1c1c1;
  }
}

@media (min-width: 961px) {
  .catch__group.catch__group__style__left .catch__detail {
    top: calc(50% + (85px / 2));
    box-shadow: -10px 10px 0 -2px #c1c1c1;
  }
}

@media (max-width: 960px) {
  .catch__group.catch__group__style__right .catch__group__line__vertical {
    right: 20px;
  }
}

@media (min-width: 961px) {
  .catch__group.catch__group__style__right .catch__group__line__vertical {
    right: calc(45% - (65px / 2));
  }
}

.catch__group.catch__group__style__right .catch__group__line__horizontal {
  right: 0;
}

.catch__group.catch__group__style__right .catch__title {
  text-align: right;
}

@media (max-width: 960px) {
  .catch__group.catch__group__style__right .catch__title {
    padding-right: 86px;
  }
}

@media (min-width: 961px) {
  .catch__group.catch__group__style__right .catch__title {
    left: 60%;
  }
}

@media (max-width: 960px) {
  .catch__group.catch__group__style__right .catch__caption {
    padding-right: 36px;
  }
}

@media (max-width: 960px) {
  .catch__group.catch__group__style__right .catch__detail {
    box-shadow: -10px 10px 0 -2px #c1c1c1;
  }
}

@media (min-width: 961px) {
  .catch__group.catch__group__style__right .catch__detail {
    top: calc(50% + (85px / 2));
    right: 65px;
    box-shadow: 10px 10px 0 -2px #c1c1c1;
  }
}

/*

section

 */
.section__area {
  background-color: #FFFFFF;
}

@media (max-width: 960px) {
  .section__title__wrap {
    padding-top: 80px;
  }
}

@media (min-width: 961px) {
  .section__title__wrap {
    padding-top: 180px;
  }
}

.section__title__wrap .section__title {
  margin-bottom: 35px;
  font-weight: 400;
  text-align: center;
}

@media (max-width: 960px) {
  .section__title__wrap .section__title {
    font-size: 2.4rem;
  }
}

@media (min-width: 961px) {
  .section__title__wrap .section__title {
    font-size: 3.6rem;
  }
}

.section__title__wrap .section__title__summary {
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 960px) {
  .section__title__wrap .section__title__summary {
    font-size: 1.4rem;
  }
}

@media (min-width: 961px) {
  .section__title__wrap .section__title__summary {
    font-size: 1.8rem;
  }
}

.section__content {
  padding-bottom: 60px;
}

/**
slider__content
 */
.slider__content {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.slider__content .slider__input {
  display: none;
}

.slider__content .slider {
  position: relative;
  width: 100%;
  height: 100%;
}

.slider__content .slider li {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all 2s ease;
}

.slider__content #slider__slide__1:checked ~ .slider li.slider__slide__1,
.slider__content #slider__slide__2:checked ~ .slider li.slider__slide__2 {
  z-index: 2;
  opacity: 1;
}

.slider__content .slider__arrow__prev,
.slider__content .slider__arrow__next {
  z-index: 300;
  position: absolute;
  top: 50%;
  left: 0;
}

.slider__content .slider__arrow__prev > label,
.slider__content .slider__arrow__next > label {
  z-index: -1;
  position: absolute;
  width: 5vw;
  height: 5vw;
  margin-top: -2.5vw;
  background-position: center;
  background-size: 100% auto;
  opacity: 0;
  transition: all 0.5s ease;
}

.slider__content #slider__slide__1:checked ~ .slider__arrow__prev > label.slider__slide__2,
.slider__content #slider__slide__1:checked ~ .slider__arrow__next > label.slider__slide__2,
.slider__content #slider__slide__2:checked ~ .slider__arrow__prev > label.slider__slide__1,
.slider__content #slider__slide__2:checked ~ .slider__arrow__next > label.slider__slide__1 {
  z-index: 1;
}

.slider__contenthover .slider__arrow__prev,
.slider__contenthover .slider__arrow__next,
.slider__contenthover .slider__dot {
  opacity: 1;
}

.slider__content .slider__dot {
  z-index: 300;
  position: relative;
  margin-top: -4vw;
  font-size: 0;
  text-align: center;
  opacity: 0;
}

.slider__content .slider__dot > label {
  display: inline-block;
  position: relative;
  width: 1vw;
  height: 1vw;
  margin: 1vw 0.5vw;
  border-radius: 50%;
  background-color: #FFF;
}

.slider__content #slider__slide__1:checked ~ .slider__dot > label.slider__slide__1,
.slider__content #slider__slide__2:checked ~ .slider__dot > label.slider__slide__2 {
  background-color: #009999;
}

.slider__content .slider__dot > label:hover {
  background-color: #009999 !important;
}

@-webkit-keyframes slide {
  0%, 100% {
    opacity: 0;
  }
  3.33333%, 30% {
    z-index: 2;
    opacity: 1;
  }
  36.66667%, 99% {
    z-index: 2;
    opacity: 0;
  }
}

@keyframes slide {
  0%, 100% {
    opacity: 0;
  }
  3.33333%, 30% {
    z-index: 2;
    opacity: 1;
  }
  36.66667%, 99% {
    z-index: 2;
    opacity: 0;
  }
}

#slider__autoplay:checked ~ .slider li {
  transition: none;
}

#slider__autoplay:checked ~ .slider li.slider__slide__1 {
  -webkit-animation: slide 24s infinite 0s linear;
          animation: slide 24s infinite 0s linear;
}

#slider__autoplay:checked ~ .slider li.slider__slide__2 {
  -webkit-animation: slide 24s infinite 8s linear;
          animation: slide 24s infinite 8s linear;
}

#slider__autoplay:checked ~ .slider li.slider__slide__3 {
  -webkit-animation: slide 24s infinite 16s linear;
          animation: slide 24s infinite 16s linear;
}

@-webkit-keyframes arrow {
  0%, 30% {
    z-index: 1;
  }
  36.66667%, 100% {
    z-index: -1;
  }
}

@keyframes arrow {
  0%, 30% {
    z-index: 1;
  }
  36.66667%, 100% {
    z-index: -1;
  }
}

#slider__autoplay:checked ~ .slider__arrow__prev > label.slider__slide__3,
#slider__autoplay:checked ~ .slider__arrow__next > label.slider__slide__2 {
  -webkit-animation: arrow 24s infinite 0s linear;
          animation: arrow 24s infinite 0s linear;
}

#slider__autoplay:checked ~ .slider__arrow__prev > label.slider__slide__1,
#slider__autoplay:checked ~ .slider__arrow__next > label.slider__slide__3 {
  -webkit-animation: arrow 24s infinite 8s linear;
          animation: arrow 24s infinite 8s linear;
}

#slider__autoplay:checked ~ .slider__arrow__prev > label.slider__slide__2,
#slider__autoplay:checked ~ .slider__arrow__next > label.slider__slide__1 {
  -webkit-animation: arrow 24s infinite 16s linear;
          animation: arrow 24s infinite 16s linear;
}

@-webkit-keyframes dot {
  0%, 30% {
    background-color: #009999;
  }
  36.66667%, 100% {
    background: #FFFFFF;
  }
}

@keyframes dot {
  0%, 30% {
    background-color: #009999;
  }
  36.66667%, 100% {
    background: #FFFFFF;
  }
}

#slider__autoplay:checked ~ .slider__dot > label.slider__slide__1 {
  -webkit-animation: dot 24s infinite 0s linear;
          animation: dot 24s infinite 0s linear;
}

#slider__autoplay:checked ~ .slider__dot > label.slider__slide__1 {
  -webkit-animation: dot 24s infinite 8s linear;
          animation: dot 24s infinite 8s linear;
}

#slider__autoplay:checked ~ .slider__dot > label.slider__slide__1 {
  -webkit-animation: dot 24s infinite 16s linear;
          animation: dot 24s infinite 16s linear;
}

.header__wrap {
  position: relative;
  padding-top: 100vh;
}

.header__wrap header {
  position: absolute;
  top: 100vh;
  width: 100%;
  background-color: #FFFFFF;
}

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

.header__wrap header nav {
  overflow: hidden;
  box-shadow: 0px 5px 10px 0px rgba(158, 158, 158, 0.4);
}

.header__wrap header nav ul {
  -webkit-flex: 1 0 auto;
  -webkit-justify-content: space-around;
  -webkit-align-items: center;
  display: -webkit-flex;
  display: flex;
          flex: 1 0 auto;
          align-items: center;
          justify-content: space-around;
  margin: 0 -16px;
}

@media (max-width: 960px) {
  .header__wrap header nav ul {
    padding: 8px 5px;
  }
}

@media (min-width: 961px) {
  .header__wrap header nav ul {
    padding: 20px 5px;
  }
}

.header__wrap header nav li {
  padding: 0 10px;
}

@media (max-width: 360px) {
  .header__wrap header nav li {
    padding: 0 8px !important;
  }
}

@media (min-width: 961px) {
  .header__wrap header nav li {
    padding: 0 15px;
  }
}

.header__wrap header nav li a {
  padding: 5px 0;
  color: #4f4f4f;
  font-weight: 400;
  text-decoration: none;
}

@media (max-width: 360px) {
  .header__wrap header nav li a {
    font-size: 1.1rem !important;
  }
}

@media (max-width: 960px) {
  .header__wrap header nav li a {
    font-size: 1.4rem;
  }
}

@media (min-width: 961px) {
  .header__wrap header nav li a {
    font-size: 1.6rem;
  }
}

@media (min-width: 961px) {
  .header__wrap header .nav__logo__area {
    margin-right: auto;
  }
}

.header__wrap header .logo svg {
  fill: #4f4f4f;
}

@media (min-width: 961px) {
  .header__wrap header .logo svg {
    width: 50px;
    height: 50px;
  }
}

.header__wrap header .logo span {
  display: none;
  color: #4f4f4f;
}

@media (min-width: 961px) {
  .header__wrap header .logo span {
    display: inline-block;
    font-size: 2.6rem;
  }
}

.header__wrap header .logo:hover svg {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  transition: -webkit-transform 1.5s ease-out;
  transition: transform 1.5s ease-out;
  transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
}

footer {
  background-color: #cce5e5;
}

footer .copyright {
  padding: 10px 0;
  font-size: 1.4rem;
  text-align: center;
}

.scroll__icon__anime {
  -webkit-transform: translate(-50%, 0);
  z-index: 10;
  position: absolute;
  left: 50%;
  width: 28px;
  height: 50px;
          transform: translate(-50%, 0);
  border: 2px solid #FFFFFF;
  border-radius: 14px;
}

@media (max-width: 960px) {
  .scroll__icon__anime {
    bottom: 80px;
  }
}

@media (min-width: 961px) {
  .scroll__icon__anime {
    bottom: 60px;
  }
}

.scroll__icon__anime:before {
  -webkit-animation: scroll__icon__anime 2s ease 0s both infinite normal;
  display: inline-block;
  z-index: 10;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FFFFFF;
          animation: scroll__icon__anime 2s ease 0s both infinite normal;
  content: "";
}

@-webkit-keyframes scroll__icon__anime {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 28px);
            transform: translate(0, 28px);
    opacity: 0;
  }
}

@keyframes scroll__icon__anime {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 28px);
            transform: translate(0, 28px);
    opacity: 0;
  }
}

.logo {
  -webkit-flex: 1 0 auto;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  display: -webkit-flex;
  display: flex;
          flex: 1 0 auto;
          align-items: center;
          justify-content: center;
  color: #FFFFFF;
}

.logo svg {
  width: 30px;
  height: 30px;
}

.logo span {
  padding-left: 10px;
  font-size: 2rem;
  font-weight: 300;
  line-height: 30px;
}

.main__visual {
  z-index: -1;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main__visual:before {
  display: inline-block;
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
}

.main__visual .leaf__left,
.main__visual .leaf__right {
  display: none;
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main__visual .leaf__left:before, .main__visual .leaf__left:after,
.main__visual .leaf__right:before,
.main__visual .leaf__right:after {
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  opacity: 0.7;
}

.main__visual .leaf__left:before {
  top: 0;
  left: 0;
  background-image: url("../img/leaf01.png");
  background-position: left 0 top 20%;
}

@media (max-width: 960px) {
  .main__visual .leaf__left:before {
    max-width: 54px;
  }
}

@media (min-width: 961px) {
  .main__visual .leaf__left:before {
    max-width: 82px;
  }
}

.main__visual .leaf__left:after {
  top: 0;
  left: 0;
  background-image: url("../img/leaf03.png");
  background-position: right 0 bottom 5%;
}

@media (max-width: 960px) {
  .main__visual .leaf__left:after {
    max-width: 70px;
  }
}

@media (min-width: 961px) {
  .main__visual .leaf__left:after {
    max-width: 160px;
  }
}

.main__visual .leaf__right:before {
  top: 0;
  right: 0;
  background-image: url("../img/leaf02.png");
  background-position: right 0 top 20%;
}

@media (max-width: 960px) {
  .main__visual .leaf__right:before {
    max-width: 85px;
  }
}

@media (min-width: 961px) {
  .main__visual .leaf__right:before {
    max-width: 106px;
  }
}

.main__visual .leaf__right:after {
  top: 0;
  right: 0;
  background-image: url("../img/leaf04.png");
  background-position: right 0 bottom 5%;
}

@media (max-width: 960px) {
  .main__visual .leaf__right:after {
    max-width: 125px;
  }
}

@media (min-width: 961px) {
  .main__visual .leaf__right:after {
    max-width: 200px;
  }
}

.main__visual .main__visual__content {
  -webkit-transform: translate(-50%, -50%);
  z-index: 30;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
          transform: translate(-50%, -50%);
  text-align: center;
}

.main__visual .main__visual__content .content__title {
  margin-top: 20px;
  color: #FFFFFF;
  font-family: 'Cinzel', serif;
  font-weight: 400;
}

@media (max-width: 960px) {
  .main__visual .main__visual__content .content__title {
    font-size: 3.6rem;
    line-height: 4rem;
  }
}

@media (min-width: 961px) {
  .main__visual .main__visual__content .content__title {
    font-size: 7.2rem;
    line-height: 7.6rem;
  }
}

@media (min-width: 961px) {
  .main__visual .logo svg {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 961px) {
  .main__visual .logo span {
    font-size: 3rem;
  }
}

@media (max-width: 960px) and (min-width: 641px) {
  .section__content {
    max-width: 640px;
    margin: 0 auto;
  }
}

@media (min-width: 961px) {
  .info .section__title__wrap {
    margin-bottom: 75px;
  }
}

.entry {
  background-color: #f5f5f5;
}

.entry input[type='text'],
.entry input[type='email'],
.entry input[type='password'],
.entry input[type='number'],
.entry textarea {
  border: 1px solid #f5f5f5;
}

@media (min-width: 961px) {
  .entry .section__content form {
    max-width: 750px;
    margin: 0 auto;
  }
}

.catch__group .catch__group__image01 {
  background-image: url("../img/img01.png");
}

.catch__group .catch__group__image02 {
  background-image: url("../img/img02.png");
}

@media (min-width: 961px) {
  .catch__group.catch__group__business__detail {
    margin-bottom: 160px;
  }
}

@media (min-width: 961px) {
  .catch__group.catch__group__member {
    margin-bottom: 160px;
  }
}

@media (max-width: 960px) {
  .catch__group.catch__group__access .access__map,
  .catch__group.catch__group__access .catch__group__dummy__image {
    padding-top: 65%;
  }
}

@media (min-width: 961px) {
  .catch__group.catch__group__access .access__map,
  .catch__group.catch__group__access .catch__group__dummy__image {
    padding-top: 450px;
  }
}

.catch__group.catch__group__access .access__map {
  position: relative;
  width: 100%;
}

.catch__group.catch__group__access .access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 961px) {
  .catch__group.catch__group__access .catch__title {
    top: 35px;
    right: unset;
    left: 123px;
  }
}

@media (max-width: 960px) {
  .catch__group.catch__group__access .catch__caption {
    width: 100%;
  }
}

@media (min-width: 961px) {
  .catch__group.catch__group__access .catch__caption {
    width: 100%;
    padding-top: 100px;
  }
}

@media (min-width: 961px) {
  .catch__group.catch__group__access .catch__group__line__vertical {
    left: calc(65px / 2);
  }
}

@media (min-width: 961px) {
  .catch__group.catch__group__access .catch__group__line__horizontal {
    top: 35px;
  }
}

@media (min-width: 961px) {
  .catch__group.catch__group__access .catch__detail {
    z-index: 15;
    top: 0;
    right: 0;
    min-height: unset;
    padding: 35px 40px;
    border: none;
    box-shadow: unset;
  }
}
