html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

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

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 600;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  max-width: 100%;
  color: inherit;
  white-space: normal;
  border: 0;
}

::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  -webkit-appearance: button;
}

img {
  border-style: none;
}

svg:not([fill]) {
  fill: currentColor;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::-moz-selection {
  color: #000;
  text-shadow: none;
  background-color: #b3d4fc;
}

::selection {
  color: #000;
  text-shadow: none;
  background-color: #b3d4fc;
}

li {
  list-style: none;
}

input[type=text] {
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

input[type=text]:focus {
  outline: 0;
}

/* common
----------------------- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  line-height: inherit;
}

body {
  font-size: 1.6rem;
  font-family: "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1;
  color: #333;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

#wrapper {
  padding-top: 148px;
  padding-top: 90px;
  overflow: hidden;
}
@media screen and (max-width: 1000px) {
  #wrapper {
    padding-top: 0;
  }
}

.pcObj {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pcObj {
    display: none !important;
  }
}

.tabObj {
  display: none !important;
}
@media screen and (max-width: 1000px) {
  .tabObj {
    display: block !important;
  }
}

.spObj {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .spObj {
    display: block !important;
  }
}

@media screen and (min-width: 1001px) {
  body {
    overflow: visible !important;
  }
}

button:not(:disabled):not([aria-disabled=true]) {
  cursor: pointer;
}

.disclosure__details {
  overflow: hidden;
  -webkit-transition: height 0.5s;
  -o-transition: height 0.5s;
  transition: height 0.5s;
}

.disclosure__details[aria-hidden=true] {
  height: 0;
  visibility: hidden;
  -webkit-transition: height 0.5s, visibility 0.5s 0.5s;
  -o-transition: height 0.5s, visibility 0.5s 0.5s;
  transition: height 0.5s, visibility 0.5s 0.5s;
}

.scroll-effect[data-observe] {
  opacity: 0;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.scroll-effect[data-observe].animated {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 148px;
  height: 90px;
  background-color: #fff;
}
@media screen and (max-width: 1000px) {
  .c-header {
    position: relative;
    height: auto;
  }
}

.c-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1100px;
  padding: 25px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .c-header__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    padding-bottom: 45px;
  }
}

.c-header__logo {
  position: absolute;
  top: 16px;
  left: 50%;
  z-index: 0;
  max-width: 1100px;
  width: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1000px) {
  .c-header__logo {
    position: static;
    width: calc( 100% - 90px);
    max-width: 285px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    text-align: center;
    padding: 8px calc(27.5px / 2) 5px;
  }
}
.c-header__logo img {
  width: 362px;
}
@media screen and (max-width: 1000px) {
  .c-header__logo img {
    width: 254px;
  }
}
@media screen and (min-width: 768px) {
  .c-header__logo a {
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .c-header__logo a:hover {
    opacity: 0.65;
  }
}

@media screen and (max-width: 1000px) {
  .c-header__fixed {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }
}

.c-header__sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .c-header__sub {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px 57px 8px 10px;
    padding: 6px 15px 7px;
    background-color: #f2f2f2;
  }
}

.c-header__menubtnEl {
  display: none;
}
@media screen and (max-width: 1000px) {
  .c-header__menubtnEl {
    position: absolute;
    width: 47px;
    height: 100%;
    top: 0;
    right: 0;
  }
  .c-header__menubtnEl img {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .c-header__menubtnEl::before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: calc(64 / 90 * 100%);
    background-color: #ccc;
    content: "";
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) {
  .c-header__menubtn {
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (max-width: 1000px) {
  .c-header__menubtn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (min-width: 768px) {
  .c-header__menubtn:hover {
    opacity: 0.65;
  }
}

@media screen and (max-width: 1000px) {
  .c-header__menubtn--open {
    width: 26px;
  }
}

@media screen and (max-width: 1000px) {
  .c-header__menubtn--close {
    width: 20px;
    margin-top: 1px;
  }
}

.c-header .c-header__menubtn--open {
  display: none;
}

.c-header[area-hidden=true] .c-header__menubtn--open {
  display: block;
}

.c-header .c-header__menubtn--close {
  display: block;
}

.c-header[area-hidden=true] .c-header__menubtn--close {
  display: none;
}

.c-header__btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 220px;
}
@media screen and (min-width: 768px) {
  .c-header__btn {
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
@media screen and (max-width: 1000px) {
  .c-header__btn {
    width: 150px;
    width: 167.5px;
  }
}
.c-header__btn + .c-header__btn {
  margin-left: 12px;
}
.c-header__btn img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-header__btn:hover {
    opacity: 0.65;
  }
}

.c-header__menu {
  width: 100%;
  margin: 25px auto 0;
  display: none;
}
@media screen and (max-width: 1000px) {
  .c-header__menu {
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 2;
    width: 100%;
    margin: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    -webkit-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
  }
  .c-header__menu.is-show {
    visibility: visible;
    opacity: 1;
  }
}

.c-header__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .c-header__group {
    position: relative;
    z-index: 2;
    display: block;
    padding: 0 10px;
    background-color: #f2f2f2;
  }
}

.c-header__link {
  position: relative;
  width: calc(100% / 5);
  padding: 0 12px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .c-header__link {
    width: 100%;
    padding: 14px 0;
    text-align: left;
  }
}
.c-header__link::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 12px;
  content: "";
  background-image: url("/takuhai/assets/images/common/header_dot.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .c-header__link::before {
    left: calc(29 / 710 * 100%);
    height: 15.5px;
    background-image: url("/takuhai/assets/images/common/header_dot_sp.png");
  }
}
.c-header__link a {
  display: block;
  width: 100%;
  color: #333;
  padding: 2px;
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .c-header__link a {
    -webkit-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
  }
}
@media screen and (max-width: 1000px) {
  .c-header__link a {
    padding: 9px;
    padding-left: calc(66 / 710 * 100%);
  }
}
@media screen and (max-width: 1000px) {
  .c-header__link + .c-header__link {
    border-top: 1px solid #ccc;
  }
}

.c-header__link:last-child::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 12px;
  content: "";
  background-image: url("/takuhai/assets/images/common/header_dot.png");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .c-header__link:last-child::after {
    content: none;
  }
}

@media screen and (min-width: 768px) {
  .c-header__link a:hover {
    background-color: #ffffce;
  }
}

.c-header__link.current a {
  background-color: #ffffce;
}

.c-header__fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .c-header__fixed {
    display: block;
  }
  .c-header__fixed.is-fixed {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
  }
}

.c-header__overlay {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1000px) {
  .c-header__overlay {
    -webkit-transition: 0.4s ease-out;
    -o-transition: 0.4s ease-out;
    transition: 0.4s ease-out;
    -webkit-transition-property: opacity, visibility;
    -o-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
  }
}

@media screen and (max-width: 1000px) {
  .c-header__menu.is-show .c-header__overlay {
    opacity: 1;
    visibility: visible;
  }
}

@media screen and (max-width: 1000px) {
  .c-header__menu.is-show .c-header__fixed.is-fixed .c-header__overlay {
    top: 0;
  }
}

.c-header__backtop {
  position: relative;
  margin-left: 15px;
}
@media screen and (max-width: 1000px) {
  .c-header__backtop {
    width: 90px;
    margin-left: 0;
  }
}
.c-header__backtop::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 42px;
  content: "";
  background-color: #ccc;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .c-header__backtop::before {
    height: 31px;
  }
}
.c-header__backtop a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 0 14px;
}
@media screen and (max-width: 1000px) {
  .c-header__backtop a {
    padding-left: 12px;
  }
}
@media screen and (min-width: 768px) {
  .c-header__backtop a {
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}
.c-header__backtop img {
  width: 103px;
}
@media screen and (max-width: 1000px) {
  .c-header__backtop img {
    width: 68px;
  }
}

@media screen and (min-width: 768px) {
  .c-header__backtop a:hover {
    opacity: 0.65;
  }
}

.c-footer {
  position: relative;
  background-color: #f2f2f2;
}

.c-footer__container {
  max-width: 1100px;
  padding: 45px 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .c-footer__container {
    width: 100%;
    padding: 0 15px 26px;
  }
}

.c-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1000px) {
  .c-footer__nav {
    display: block;
  }
}

.c-footer__item {
  font-size: 1.6rem;
}
@media screen and (max-width: 1000px) {
  .c-footer__item {
    width: 100%;
    font-size: 1.5rem;
    border-bottom: 1px solid #ccc;
  }
}
.c-footer__item + .c-footer__item {
  margin-left: 50px;
}
@media screen and (max-width: 1000px) {
  .c-footer__item + .c-footer__item {
    margin-left: 0;
  }
}

@media screen and (max-width: 1000px) {
  .c-footer__items:last-child .c-footer__item {
    border: none;
  }
}

.c-footer__item a {
  color: #808080;
}
@media screen and (min-width: 768px) {
  .c-footer__item a {
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
}

@media screen and (min-width: 768px) {
  .c-footer__item a:hover {
    opacity: 0.65;
  }
}

.c-footer__item {
  position: relative;
  padding-left: 16px;
}
@media screen and (max-width: 1000px) {
  .c-footer__item {
    display: inline-block;
    padding: 18.5px 16px;
  }
}
.c-footer__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 9999px;
  content: "";
  background-color: #808080;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1000px) {
  .c-footer__item::before {
    width: 14px;
    height: 14px;
  }
}

.c-footer__item a {
  position: relative;
  font-weight: 600;
}

.c-footer__item a[target=_blank] {
  padding-right: 18px;
}

.c-footer__item a[target=_blank]::after {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  width: 14px;
  height: 14px;
  content: "";
  background-image: url("/takuhai/assets/images/common/icon_window.svg");
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-footer__item a[target=_blank]::after {
    right: -8px;
    width: 13px;
    height: 13px;
  }
}

.c-footer__copyright {
  margin-top: 50px;
  text-align: center;
  color: #808080;
  font-size: 1.3rem;
}
@media screen and (max-width: 1000px) {
  .c-footer__copyright {
    margin-top: 30px;
    font-size: 1.2rem;
  }
}

#js-pagetop-fit {
  position: relative;
}

.c-pagetop {
  position: fixed;
  right: 30px;
  bottom: 10px;
  z-index: 100;
  display: block;
  width: 51px;
  height: 62px;
  visibility: visible;
  opacity: 1;
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: visibility, opacity;
  -o-transition-property: visibility, opacity;
  transition-property: visibility, opacity;
}
@media screen and (max-width: 1000px) {
  .c-pagetop {
    right: 15px;
    width: 28px;
    height: 34px;
  }
}
.c-pagetop img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-pagetop:hover {
    opacity: 0.65;
  }
}

.c-pagetop[aria-fit=true] {
  position: absolute;
  top: -37px;
  bottom: auto;
}
@media screen and (max-width: 1000px) {
  .c-pagetop[aria-fit=true] {
    top: -18px;
  }
}

.c-pagetop[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
}