/*!
 * ress.css • v3.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
hr {
  overflow: visible;
  height: 0;
}
details,
main {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden] {
  display: none;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
pre {
  font-size: 1em;
}
b,
strong {
  font-weight: bolder;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
[disabled] {
  cursor: default;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: bold;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
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 {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
  max-width: 100%;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
@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;
}
body {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  line-height: 2.0625;
  color: #433f3f;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  -webkit-font-smoothing: antialiased;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
button {
  outline: none;
}
ul {
  list-style: none;
}
input,
input:focus,
textarea,
textarea:focus {
  border-radius: 0;
  outline: none;
}
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (min-width: 751px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.l-header {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 1100;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 959px) {
  .l-header {
    height: 40px;
  }
}
.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 959px) {
  .navigation {
    height: 40px;
  }
}
.navigation__logo {
  width: 100%;
  height: auto;
  margin-left: 36.6px;
}
.navigation__logo a {
  display: block;
  width: 192px;
  height: 28px;
  background-image: url(/wp-content/themes/indigital/images/indigital-logo.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 959px) {
  .navigation__logo {
    width: 120px;
    height: auto;
    margin-left: 26px;
  }
  .navigation__logo a {
    width: 120px;
    height: 18px;
  }
}
.navigation__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  .navigation__menu {
    display: none;
  }
}
.menu-itemsL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .menu-itemsL {
    display: none;
  }
}
.menu-itemsL__single {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.125rem;
  margin-right: 28px;
  white-space: nowrap;
  font-size: 0.9rem;
}
.menu-itemsL__single:not(.noHover):hover a {
  color: #ff5013;
}
.menu-itemsL__multi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 1.125rem;
  margin-right: 28px;
  margin-left: -12px;
  padding-left: 12px;
  white-space: nowrap;
  font-size: 0.9rem;
}
.menu-itemsL__multi:not(.noHover):hover > a {
  color: #ff5013;
}
.menu-itemsL__multi:not(.noHover):hover .multi-second {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 519px) {
  .menu-itemsL .open {
    color: #433f3f;
    visibility: visible;
    opacity: 1;
  }
  .menu-itemsL .active > a {
    color: #ff5013;
  }
}
.multi-second {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: normal;
  color: #433f3f;
  position: absolute;
  top: 1.125rem;
  left: 0;
  width: 320px;
  padding: 12px 22px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.multi-second li {
  text-indent: -1em;
  width: 100%;
  padding-left: 1em;
  list-style-position: inside;
}
.multi-second li::before {
  content: "-";
  margin-right: 0.6em;
}
.multi-second li:not(.noHover):hover {
  color: #ff5013;
}
.multi-second a {
  display: inline;
}
.menu-itemsR {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.125rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .menu-itemsR {
    font-size: 0.875rem;
  }
}
.menu-itemsR__contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 192px;
  height: 100px;
  background: #433f3f;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.menu-itemsR__contact::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 100px solid transparent;
  border-left: 95px solid #fff;
}

.menu-itemsR__contact.-jp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 100px;
  background: #ff5013;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.menu-itemsR__contact.-jp::before {
  content: "";
  display: none;
}
.menu-itemsR__contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 192px;
  height: 100px;
  padding: 0 30px 0 90px;
  color: #fff;
  z-index: 1200;
}
.menu-itemsR__contact:not(.noHover):hover {
  background: #ff5013;
}

.menu-itemsR__contact.-jp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 100px;
  padding: 0;
  color: #fff;
  z-index: 1200;
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.menu-itemsR__contact.-jp:not(.noHover):hover {
  background: #433f3f;
}
.menu-itemsR__download {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 220px;
  height: 100px;
  background: #433f3f;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.menu-itemsR__download::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 100px solid transparent;
  border-left: 95px solid #fff;
}
.menu-itemsR__download a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 220px;
  height: 100px;
  padding: 0;
  color: #fff;
  z-index: 1200;
  font-size: 14px;
  padding: 0 10px 0 70px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.menu-itemsR__download:not(.noHover):hover {
  background: #ff5013;
}
.menu-itemsR__language-jp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 100px;
  margin-right: 0;
  background: #d2dee5;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
.menu-itemsR__language-jp a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 100px;
}
.menu-itemsR__language-jp a:not(.noHover):hover {
  color: #ff5013;
}
.isScroll {
  height: 70px;
}
@media screen and (max-width: 959px) {
  .isScroll {
    height: 40px;
  }
}
.isScroll .navigation__logo a {
  width: 155px;
  height: 23px;
}
@media screen and (max-width: 959px) {
  .isScroll .navigation__logo a {
    width: 120px;
    height: 18px;
  }
}
.isScroll .menu-itemsR__contact {
  height: 70px;
}
.isScroll .menu-itemsR__contact a {
  height: 70px;
}

.isScroll .menu-itemsR__download {
  height: 70px;
}
.isScroll .menu-itemsR__download a {
  height: 70px;
}
.isScroll .menu-itemsR__language-jp {
  height: 70px;
}
.isScroll .menu-itemsR__language-jp a {
  height: 70px;
}
.subPage {
  height: 70px;
}
@media screen and (max-width: 959px) {
  .subPage {
    height: 40px;
  }
}
.subPage .navigation__logo a {
  width: 155px;
  height: 23px;
}
@media screen and (max-width: 959px) {
  .subPage .navigation__logo a {
    width: 120px;
    height: 18px;
  }
}
.subPage .menu-itemsR__contact {
  height: 70px;
}
.subPage .menu-itemsR__contact a {
  height: 70px;
}

.subPage .menu-itemsR__download {
  height: 70px;
}
.subPage .menu-itemsR__download a {
  height: 70px;
}
.subPage .menu-itemsR__language-jp {
  height: 70px;
}
.subPage .menu-itemsR__language-jp a {
  height: 70px;
}
.sectionBlock {
  overflow: hidden;
}
.sectionBlock-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8%;
}

.pageTitle.-top {
  margin-top: 120px;
}

.pageTitle__heading {
  margin-bottom: 7.5%;
  line-height: 1.5;
  color: #ff5013;
  text-align: center;
}

.pageTitle__heading h2 {
  margin-bottom: -1%;
  font-family: "Rajdhani", sans-serif;
  font-size: 3.75rem;
  font-weight: 500;
}

.pageTitle__heading p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
}

@media screen and (max-width: 519px) {
  .pageTitle__heading {
    margin-bottom: 10%;
  }
}

@media screen and (max-width: 959px) {
  .pageTitle__heading p {
    font-size: 0.75rem;
  }
}
@media screen and (max-width: 519px) {
  .sectionBlock-title {
    margin-bottom: 14%;
  }
}
.sectionBlock-title__en {
  font-family: "Rajdhani", sans-serif;
  font-weight: 500;
  font-size: 5.625rem;
  line-height: 1;
  color: #ff5013;
}
@media screen and (max-width: 959px) {
  .sectionBlock-title__en {
    font-size: 3rem;
  }
}
.sectionBlock-title__jp {
  font-size: 1rem;
  font-weight: 600;
  color: #ff5013;
}
@media screen and (max-width: 959px) {
  .sectionBlock-title__jp {
    font-size: 0.75rem;
  }
}
.sectionBlock-title__description {
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin-top: 4%;
}
@media screen and (max-width: 959px) {
  .sectionBlock-title__description {
    font-size: 0.875rem;
  }
}
.sectionBlock-title__text {
  font-size: 1rem;
  font-weight: 500;
}
.sectionBlock-title--left {
  display: block;
  width: 50%;
}
@media screen and (max-width: 519px) {
  .sectionBlock-title--left {
    width: 100%;
  }
}
.sectionBlock-title--left .sectionBlock-title__en {
  color: #fff;
}
.sectionBlock-title--left .sectionBlock-title__jp {
  color: #fff;
}
.sectionBlock-title--left .sectionBlock-title__text {
  color: #fff;
  margin-top: 8%;
}
@media screen and (max-width: 959px) {
  .sectionBlock-title--left .sectionBlock-title__text {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #433f3f;
}
.contact__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  width: 83%;
  max-width: 1200px;
  margin: 6% auto;
  overflow: hidden;
}
@media screen and (max-width: 519px) {
  .contact__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 15% 7%;
  }
}
.contact__wrapper > div:last-child {
  width: 50%;
  margin: 0 0 0 4%;
}
@media screen and (max-width: 519px) {
  .contact__wrapper > div:last-child {
    width: 100%;
    margin: 15% 0 0;
  }
}
.formBox {
  width: 100%;
  margin: 0 auto;
}
.formBox__item,
.formBox__item--radio,
.formBox__item--message {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 4%;
}
@media screen and (max-width: 959px) {
  .formBox__item,
  .formBox__item--radio,
  .formBox__item--message {
    font-size: 0.875rem;
    margin-bottom: 8%;
  }
}
.formBox__item label,
.formBox__item--radio label,
.formBox__item--message label {
  line-height: 1;
  margin: 3% 0;
}

.formBox__item > br,
.formBox__item--radio > br,
.formBox__item--message > br {
  display: none;
}
.formBox__item input,
.formBox__item--radio input,
.formBox__item--message input {
  width: 100%;
  height: 44px;
  padding: 10px;
  background: #fff;
}
.formBox__item textarea,
.formBox__item--radio textarea,
.formBox__item--message textarea {
  width: 100%;
  height: 160px;
  padding: 10px;
  background: #fff;
  resize: none;
}
@media screen and (max-width: 959px) {
  .formBox__item textarea,
  .formBox__item--radio textarea,
  .formBox__item--message textarea {
    font-size: 0.875rem;
    height: 120px;
    padding: 3px 6px;
  }
}
@media screen and (max-width: 959px) {
  .formBox__item--radio {
    font-size: 0.875rem;
  }
}
.formBox__item--radio > p:first-child {
  line-height: 1;
  margin: 3% 0;
}
.formBox__item--message {
  margin-bottom: 5%;
}
.formBox__item--submit {
  font-weight: 600;
  font-size: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 67px;
  margin-top: 3%;
  border: 2px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 959px) {
  .formBox__item--submit {
    font-size: 1.125rem;
    height: 40px;
    border: 1px solid #fff;
  }
}
.formBox__item--submit:not(.noHover):hover {
  color: #433f3f;
  background: #fff;
}
.wpcf7-list-item {
  margin-left: 0;
}
.formBox-itemRadio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (max-width: 519px) {
  .formBox-itemRadio {
    margin-bottom: 3%;
  }
}
.formBox-itemRadio .wpcf7-list-item {
  width: 46%;
  margin-right: 4%;
}
@media screen and (max-width: 519px) {
  .formBox-itemRadio .wpcf7-list-item {
    width: 100%;
    margin-right: 0;
  }
}
.formBox-itemRadio .wpcf7-list-item-label {
  line-height: 1.5;
  position: relative;
  display: inline;
  margin-bottom: 0;
  padding-left: 20px;
  white-space: nowrap;
  cursor: pointer;
}
.formBox-itemRadio .wpcf7-list-item-label::before,
.formBox-itemRadio .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  border-radius: 50%;
}
.formBox-itemRadio .wpcf7-list-item-label::before {
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #8e8c8c;
  background: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.formBox-itemRadio .wpcf7-list-item-label::after {
  top: 50%;
  left: 2px;
  width: 10px;
  height: 10px;
  background: #8e8c8c;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
.formBox-itemRadio input[type="radio"] {
  display: none;
}
.formBox-itemRadio input[type="radio"]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.l-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ededed;
  overflow: hidden;
  flex-wrap: wrap;
}
.l-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  margin: 4% 8%;
  overflow: hidden;
}
@media screen and (max-width: 519px) {
  .l-footer__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: auto;
    margin: 7% 7%;
  }
}
.mail_box{
	position: fixed;
	right: 35px;
	bottom: 14%;
	width: 120px;
	height: 80px;
	line-height: 0;
	background-image: url(/wp-content/themes/indigital/images/mail_btn.svg);
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
	-webkit-transition: width 0.5s;
	transition: width 0.5s;
	z-index: 99;
}
.mail_box.en{
	background-image: url(/wp-content/themes/indigital/images/mail_btn_en.svg);
}
.mail_box.fadeIn {
  opacity: 1;
}
.mail_box:hover {
  background-image: url(/wp-content/themes/indigital/images/mail_btn_color.svg);
}
.mail_box.en:hover {
  background-image: url(/wp-content/themes/indigital/images/mail_btn_color_en.svg);
}
.l-footer__backToTop {
  position: fixed;
  right: 35px;
  bottom: 4%;
  width: 57px;
  height: 57px;
  line-height: 0;
  background-image: url(/wp-content/themes/indigital/images/backtotop.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  z-index: 99;
}
.l-footer__backToTop:not(.noHover):hover {
  background-image: url(/wp-content/themes/indigital/images/backtotop-hover.svg);
}
.l-footer__backToTop.fadeIn {
  opacity: 1;
}
@media screen and (max-width: 519px) {
  .l-footer__backToTop {
    width: 40px;
    height: 40px;
    right: 5%;
    bottom: 3%;
  }
	.mail_box{
		position: fixed;
		width: 75px;
		height: 50px;
		right: 5%;
		bottom: 10%;
	}
}
.information {
  width: 18%;
  min-width: 260px;
}
.information a {
  line-height: 0;
  width: 92%;
  margin-bottom: 10%;
}
.information img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 959px) {
  .information a {
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 519px) {
  .information {
    width: 100%;
    margin-bottom: 15%;
  }
  .information a {
    margin-bottom: 7%;
  }
  .information img {
    width: 120px;
  }
}
.information__adress {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 35%;
}
@media screen and (max-width: 959px) {
  .information__adress {
    margin-bottom: 28%;
  }
}
@media screen and (max-width: 519px) {
  .information__adress {
    margin-bottom: 0;
  }
}
.information__copyright {
  font-family: "Open Sans", sans-serif;
  font-size: 0.75rem;
}
.footerMenu {
  width: 26%;
  min-width: 380px;
}
@media screen and (max-width: 959px) {
  .footerMenu {
    min-width: auto;
  }
}
@media screen and (max-width: 519px) {
  .footerMenu {
    width: 100%;
    min-width: auto;
  }
}
@media screen and (max-width: 519px) {
  .footerMenu-list {
    margin-bottom: 10%;
  }
}
.footerMenu-list__item,
.footerMenu-list__item--service,
.footerMenu-list__item--privacyPolicy {
  font-family: "Rajdhani", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 20px;
}

.footerMenu-list__item.-jp{
  font-size: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.footerMenu-list__item:last-child,
.footerMenu-list__item--service:last-child,
.footerMenu-list__item--privacyPolicy:last-child {
  margin-bottom: 0;
}
.footerMenu-list__item:not(.noHover):hover,
.footerMenu-list__item--service > a:not(.noHover):hover,
.footerMenu-list__item--privacyPolicy:not(.noHover):hover {
  color: #ff5013;
}
.footerMenu-list__item a,
.footerMenu-list__item--service a,
.footerMenu-list__item--privacyPolicy a {
  display: block;
}
@media screen and (max-width: 959px) {
  .footerMenu-list__item,
  .footerMenu-list__item--service,
  .footerMenu-list__item--privacyPolicy {
    font-size: 1rem;
    margin-bottom: 7%;
  }
}
/*
.footerMenu-list__item--service {
  pointer-events: none;
}

.footerMenu-list__item--service:not(.noHover):hover {
  color: #ff5013;
}
*/
.footerMenu-list__item--privacyPolicy {
  font-weight: 500;
  font-size: 1rem;
}
.footerMenu-list__item-second {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  margin-top: 2%;
}
.footerMenu-list__item-second li {
  text-indent: -1em;
  display: inline-block;
  margin: 0 0 3%;
  padding-left: 1em;
  color: #433f3f;
  pointer-events: auto;
}
.footerMenu-list__item-second li:not(.noHover):hover {
  color: #ff5013;
}
.footerMenu-list__item-second li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 519px) {
  .footerMenu-list__item-second li {
    margin: 2% 0 3%;
  }
}
.footerMenu-list__item-second li::before {
  content: "-";
  margin-right: 0.6em;
}
.footerMenu-list__item-second a {
  display: inline-block;
  margin-left: 1em;
  white-space: nowrap;
}
li.current {
  color: #cbcbcb;
}
/*
li.current:not(.noHover):hover {
  color: #cbcbcb;
}
li.current:not(.noHover):hover .multi-second .current {
  color: #cbcbcb;
}
*/
a.anchor {
  position: relative;
  display: block;
  margin-top: -70px;
  padding-top: 70px;
  visibility: hidden;
}
@media screen and (max-width: 959px) {
  a.anchor {
    margin-top: -40px;
    padding-top: 40px;
  }
}
#navBtn {
  display: none;
}
@media screen and (max-width: 959px) {
  #navBtn {
    position: fixed;
    top: 17px;
    right: 26px;
    display: block;
    width: 24px;
    height: 6px;
    z-index: 2000;
  }
  #navBtn::before,
  #navBtn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 24px;
    height: 1px;
    background: #433f3f;
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  #navBtn::before {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  #navBtn.open::before,
  #navBtn.open::after {
    background: #fff;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
  #navBtn.open::after {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
  }
}
.spNav {
  position: fixed;
  top: 0;
  right: 0;
  width: 93%;
  max-width: 350px;
  height: 100vh;
  background: #433f3f;
  font-family: "Rajdhani", sans-serif;
  font-size: 1.25rem;
  color: #fff;
  -webkit-transform: translateX(350px);
  transform: translateX(350px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: 2000;
}
.spNav.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.spNav__language {
  position: absolute;
  top: 78px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 54px;
  height: 42px;
  font-weight: 600;
  text-align: center;
  color: #433f3f;
  background: #d2dee5;
}
.spNav__wrapper {
  max-width: 349px;
  padding: 86px 26px 0;
}
.spNav__list {
  font-weight: 600;
  line-height: 1.25;
  margin-bottom: 60px;
}
.spNav__list > li {
  margin-bottom: 24px;
  font-size: 1rem;
}

.spNav__list > li.-jp{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
  font-size: 1rem;
}
.spNav__list li:last-child {
  font-weight: 500;
  font-size: 0.875rem;
}
.spNav__list--second {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
}
.spNav__list--second li {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}
.spNav__list--second li::before {
  content: "-";
  margin-right: 0.2em;
}

.spNav__list--second a {
  display: inline;
}
.spNav__contact {
  font-weight: 600;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #ff5013;
}

.spNav__contact.-jp {
  font-size: 1rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 600;
}

.spNav__contact+.spNav__contact{
  margin-top: 20px;
}

.spNav__download {
  font-weight: 600;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  background: #ff5013;
}
.errorPage {
  padding-top: 70px;
}
.errorPage__wrapper {
  text-align: center;
  color: #433f3f;
  width: 100%;
  max-width: 1440px;
  margin: 5% auto;
  overflow: hidden;
}
@media screen and (max-width: 519px) {
  .errorPage__wrapper {
    width: auto;
    max-width: 100%;
    margin: 0 7%;
  }
}
.errorPage__wrapper h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 2.5rem;
  color: #8e8c8c;
  margin-bottom: 3%;
}
@media screen and (max-width: 959px) {
  .errorPage__wrapper h3 {
    font-size: 1.75rem;
  }
}
.errorPage__wrapper div {
  margin-bottom: 5%;
}
.errorPage__wrapper .mainText {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1%;
}
@media screen and (max-width: 959px) {
  .errorPage__wrapper .mainText {
    font-size: 1rem;
  }
}
.errorPage__wrapper .subText {
  font-size: 1rem;
  margin-bottom: 2%;
}
@media screen and (max-width: 959px) {
  .errorPage__wrapper .subText {
    font-size: 0.875rem;
  }
}
.errorPage__wrapper a {
  font-size: 1rem;
  text-decoration: underline;
  display: inline;
}
@media screen and (max-width: 959px) {
  .errorPage__wrapper a {
    font-size: 0.875rem;
  }
}
.errorPage__wrapper a:hover {
  color: #ff5013;
}
.errorPage__wrapper .sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .errorPage__wrapper .sp {
    display: block;
  }
}
.wp-block-image img {
  width: 100%;
  height: auto;
}

.anchorMultiBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 3% 0;
}

.anchorMultiBtn a + a {
  margin-left: 4%;
}

.anchorMultiBtn.-single .btnDesign-down {
  width: 48%;
}
@media screen and (max-width: 519px) {
  .anchorMultiBtn {
    margin: 7% 0;
  }

  .anchorMultiBtn a + a {
    margin-left: 0;
  }

  .anchorMultiBtn.-single .btnDesign-down {
    width: 100%;
  }

  .sectionBlock-content--reverse + .anchorMultiBtn.-single {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
  }
}


.p-footerBnr__wrapper{
  width: 100%;
  padding: 6% 8% 9% 8%;
  background: #433F3F;
}

.l-footer__inner{
  width: 100%;
  max-width: 1440px;
}

.p-footerBnr__link img{
  width: 100%;
  height: auto;
}

@media screen and (min-width: 520px) {
.p-footerBnr__link.-contact::before,
.p-footerBnr__link.-download::before{
  opacity: 0;
  transition: 0.3s;
  content: '';
  z-index: 2;
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-footerBnr__link.-contact:hover::before{
  content: '';
  background: url(../images/contact-bnr_on.webp) no-repeat center bottom/cover;
  opacity: 1;
}

.p-footerBnr__link.-download:hover::before{
  content: '';
  background: url(../images/download-bnr_on.webp) no-repeat center bottom/cover;
  z-index: 2;
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

}

@media screen and (min-width: 520px) {
  .l-footer__inner{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap:8%;
    margin-inline: auto;
  }

  .p-footerBnr__link{
    display: block;
    width: 46%;
    line-height: 0;
    position: relative;
  }
}

@media screen and (max-width: 519px) {

  .p-footerBnr__wrapper{
    padding: 7% 8% 11% 8%;
  }

  .l-footer__inner{
    display: flex;
    flex-direction: column;
    gap:20px 0;
  }

  
}