@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
/****************************************************
 * Stylesheet
 ****************************************************/
/*A Modern CSS Reset*******************/
*, *::before, *::after {
  box-sizing: border-box;
}

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, h5, h6, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

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

article > * + * {
  margin-top: 1em;
}

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

img:not([alt]) {
  filter: blur(10px);
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/*common*/
html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
}
@media screen and (min-width: 668px) and (max-width: 959px) {
  html {
    font-size: 9px;
  }
}
@media screen and (max-width: 667px) {
  html {
    font-size: 8px;
  }
}

body {
  font-size: 1.6rem;
  cursor: url("/img/common/cursor01.cur)"), auto;
}

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

.cur_white {
  cursor: url("/img/common/cursor02.cur)"), auto;
}

@media screen and (max-width: 959px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 667px) {
  .pc_tb {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .tb {
    display: none !important;
  }
}
@media screen and (max-width: 667px) {
  .tb {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .tb_sp {
    display: none !important;
  }
}

@media screen and (min-width: 668px) {
  .sp {
    display: none !important;
  }
}

.inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 50px;
}
@media screen and (max-width: 959px) {
  .inner {
    padding: 0 20px;
  }
}

.scrollInDisp {
  opacity: 0;
}
.scrollInDisp.animated {
  -webkit-animation: fadeInUp 0.8s ease-out 0.1s forwards;
  animation: fadeInUp 0.8s ease-out 0.1s forwards;
}

.sec_bg01 {
  background-color: #F8F8F8 !important;
}

.sec_bg02 {
  background-color: #F0F0F0 !important;
}

.btn01 a {
  width: 250px;
  padding: 10px 40px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #000000;
  display: inline-block;
  background-image: url("/img/common/btn_arrow01.png");
  -webkit-background-size: 10px;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  .btn01 a {
    width: 200px;
  }
}
.btn01 a:hover {
  -webkit-animation: flash_black 1.3s ease;
  animation: flash_black 1.3s ease;
}

.btn02 a {
  width: 250px;
  padding: 10px 40px;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #000000;
  display: inline-block;
  background-image: url("/img/common/btn_arrow01.png");
  -webkit-background-size: 10px;
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
  border-radius: 99999px;
}
@media screen and (max-width: 959px) {
  .btn02 a {
    width: 200px;
  }
}
.btn02 a:hover {
  -webkit-animation: flash_black 1.3s ease;
  animation: flash_black 1.3s ease;
}

/*レイアウト/テンプレート*/
.container {
  width: 100%;
  position: relative;
}
.container > noscript {
  display: none;
}

#header {
  width: 100%;
  padding: 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
  transition: all 0.3s;
}
#header:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 959px) {
  #header {
    padding: 20px !important;
  }
}
#header.scroll {
  padding: 20px 50px;
  background-color: rgba(255, 255, 255, 0.8);
}
#header .logo {
  float: left;
}
#header .logo a {
  width: 160px;
  height: 24px;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("/img/common/logo01.svg");
}

#gNav {
  float: right;
}
@media screen and (max-width: 959px) {
  #gNav {
    float: none;
  }
}
@media screen and (max-width: 959px) {
  #gNav .menu_btn {
    width: 44px;
    height: 44px;
    background-color: #000000;
    border-radius: 50%;
    position: fixed;
    top: 10px;
    right: 20px;
    z-index: 999;
  }
  #gNav .menu_btn span {
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 13px;
    left: 10px;
    transition: all 0.5s;
  }
  #gNav .menu_btn span:before {
    width: 19px;
    height: 2px;
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 8px;
    right: 0;
    transition: all 0.5s;
  }
  #gNav .menu_btn span:after {
    width: 15px;
    height: 2px;
    content: '';
    background-color: #ffffff;
    position: absolute;
    top: 16px;
    right: 0;
    transition: all 0.5s;
  }
  #gNav .menu_btn.open span {
    transform: rotate(-45deg);
    top: 20px;
  }
  #gNav .menu_btn.open span:before {
    opacity: 0;
  }
  #gNav .menu_btn.open span:after {
    width: 100%;
    transform: rotate(90deg);
    top: 0;
  }
}
@media screen and (max-width: 959px) {
  #gNav nav {
    width: 100%;
    height: 100%;
    padding: 100px 0;
    background-color: rgba(255, 255, 255, 0.98);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
  }
}
#gNav nav ul {
  margin: 0;
  padding: 0;
  letter-spacing: -0.4em;
}
#gNav nav ul > * {
  display: inline-block;
  letter-spacing: normal;
}
#gNav nav ul li {
  margin-left: 1.5em;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  overflow: hidden;
}
#gNav nav ul li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 959px) {
  #gNav nav ul li {
    margin: 0 0 3em 0 !important;
    font-size: 2rem;
    text-align: center;
    display: block;
  }
  #gNav nav ul li:last-child {
    margin-bottom: 0;
  }
}
#gNav nav ul li a {
  color: #000000;
  text-decoration: none;
  position: relative;
  z-index: 1;
}
#gNav nav ul li a:before {
  width: 0;
  height: 4px;
  content: '';
  background: -webkit-linear-gradient(left, #FEC413 0%, #FF9F64 100%);
  background: linear-gradient(to right, #FEC413 0%, #FF9F64 100%);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  transition: width 0.3s;
}
#gNav nav ul li a:hover:before {
  width: 100%;
}

#footer {
  padding: 50px 0;
  color: #ffffff;
  background-color: #000000;
}
@media screen and (max-width: 667px) {
  #footer {
    padding: 30px 0;
  }
}
#footer .logo {
  width: 160px;
  height: 24px;
  margin-bottom: 40px;
  display: block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("/img/common/logo02.svg");
}
@media screen and (max-width: 667px) {
  #footer .logo {
    margin-bottom: 20px;
  }
}
#footer .footer_bottom:after {
  content: "";
  display: block;
  clear: both;
}
#footer .footer_bottom .copyright {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  float: left;
}
@media screen and (max-width: 667px) {
  #footer .footer_bottom .copyright {
    float: none;
  }
}
#footer .footer_bottom .link {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  float: right;
}
@media screen and (max-width: 667px) {
  #footer .footer_bottom .link {
    margin-bottom: 20px;
    float: none;
  }
}
#footer .footer_bottom .link li {
  display: inline-block;
}
@media screen and (max-width: 667px) {
  #footer .footer_bottom .link li {
    display: block;
  }
}
#footer .footer_bottom .link li + li {
  margin-left: 3em;
}
@media screen and (max-width: 667px) {
  #footer .footer_bottom .link li + li {
    margin: 0.5em 0 0 0;
  }
}
#footer .footer_bottom .link a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s;
}
#footer .footer_bottom .link a:hover {
  color: #999999;
}

/*コンテンツ　TOP*/
#index #header {
  opacity: 0;
}
#index #header.scroll .logo {
  width: auto;
}
#index #header .logo {
  width: 0;
  overflow: hidden;
}
#index section, #index #footer {
  position: relative;
  z-index: 100;
}
#index #top_only .top_start {
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
}
#index #top_only .top_start video {
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index #top_only .top_mv_mov {
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#index #top_only .top_mv_mov video {
  width: 100vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index #top_only.loading .top_mv_mov {
  opacity: 0;
}
#index .top_mv {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#index .top_mv .mv_content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
#index .top_mv .mv_content > .inner {
  height: 100%;
  position: relative;
}
#index .top_mv h1 {
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
#index .top_mv .news {
  width: 100%;
  padding: 50px 0;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 959px) {
  #index .top_mv .news {
    padding: 20px 0;
  }
}
#index .top_mv .news .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 667px) {
  #index .top_mv .news .inner {
    display: block;
  }
}
#index .top_mv .news .inner .news_text {
  margin-right: 1em;
}
@media screen and (max-width: 667px) {
  #index .top_mv .news .inner .news_text {
    margin-right: 0;
  }
}
#index .top_mv .news .inner .news_text .date {
  margin-right: 1em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  display: inline-block;
}
@media screen and (max-width: 667px) {
  #index .top_mv .news .inner .news_text .date {
    margin: 0 0 0.5em 0;
    display: block;
  }
}
#index .top_mv .news .inner .news_text a {
  color: #000000;
  text-decoration: none;
  display: inline-block;
}
#index .top_mv .news .inner .news_text a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 667px) {
  #index .top_mv .news .inner .btn01 {
    margin-top: 1.5em;
    text-align: center;
  }
}
#index .top_fix_logo {
  width: 85vw;
  max-width: 1400px;
  opacity: 0;
  position: fixed;
  bottom: -2%;
  right: -2%;
  z-index: 1;
}
@media screen and (max-width: 667px) {
  #index .top_fix_logo {
    width: 130%;
  }
}
#index .top_sec01 {
  padding: 140px 0;
  color: #ffffff;
  background-color: rgba(52, 52, 52, 0.9);
}
@media screen and (max-width: 667px) {
  #index .top_sec01 {
    padding: 70px 0;
  }
}
#index .top_sec01 .subTtl span {
  font-size: 1.4rem;
  display: block;
}
#index .top_sec01 .subTtl span:before {
  width: 50px;
  height: 1px;
  margin-right: 1em;
  content: '';
  background-color: #ffffff;
  display: inline-block;
  vertical-align: 0.25em;
}
#index .top_sec01 .subTtl h2 {
  margin: 1.5em 0;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.8;
}
#index .top_sec01 p {
  max-width: 800px;
  margin-bottom: 80px;
}
@media screen and (max-width: 667px) {
  #index .top_sec01 p {
    margin-bottom: 40px;
  }
}
#index .top_sec01 .link a {
  padding: 0.25em;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 1;
}
#index .top_sec01 .link a:before {
  width: 0;
  height: 100%;
  content: '';
  background: -webkit-linear-gradient(left, #064ceb 0%, #47a7fa 100%);
  background: linear-gradient(to right, #064ceb 0%, #47a7fa 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: width 0.3s;
}
#index .top_sec01 .link a:after {
  width: 100%;
  height: 4px;
  content: '';
  background: -webkit-linear-gradient(left, #064ceb 0%, #47a7fa 100%);
  background: linear-gradient(to right, #064ceb 0%, #47a7fa 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
#index .top_sec01 .link a span {
  margin-left: 1em;
  font-size: 1.4rem;
  display: inline-block;
}
#index .top_sec01 .link a:hover:before {
  width: 100%;
}
#index .top_sec02 {
  padding: 140px 0;
}
@media screen and (max-width: 667px) {
  #index .top_sec02 {
    padding: 70px 0;
  }
}
#index .top_sec02 .subTtl {
  margin-bottom: 80px;
}
@media screen and (max-width: 667px) {
  #index .top_sec02 .subTtl {
    margin-bottom: 40px;
  }
}
#index .top_sec02 .subTtl h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.8;
}
#index .top_sec02 .link a {
  padding: 0.25em;
  font-family: 'Montserrat', sans-serif;
  color: #000000;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 668px) {
  #index .top_sec02 .link a {
    margin-right: 80px;
  }
}
@media screen and (max-width: 667px) {
  #index .top_sec02 .link a {
    margin-bottom: 1.5em;
  }
  #index .top_sec02 .link a:last-child {
    margin-bottom: 0;
  }
}
#index .top_sec02 .link a:before {
  width: 0;
  height: 100%;
  content: '';
  background: -webkit-linear-gradient(left, #FEC413 0%, #FF9F64 100%);
  background: linear-gradient(to right, #FEC413 0%, #FF9F64 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: width 0.3s;
}
#index .top_sec02 .link a:after {
  width: 100%;
  height: 4px;
  content: '';
  background: -webkit-linear-gradient(left, #FEC413 0%, #FF9F64 100%);
  background: linear-gradient(to right, #FEC413 0%, #FF9F64 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
#index .top_sec02 .link a span {
  margin-left: 1em;
  font-size: 1.4rem;
  display: inline-block;
}
#index .top_sec02 .link a:hover:before {
  width: 100%;
}
#index .top_sec03 {
  padding: 140px 0;
  color: #ffffff;
  background-image: url("/img/top/top_sec3_bg.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
@media screen and (max-width: 667px) {
  #index .top_sec03 {
    padding: 70px 0;
  }
}
#index .top_sec03 .subTtl {
  margin-bottom: 50px;
}
@media screen and (max-width: 667px) {
  #index .top_sec03 .subTtl {
    margin-bottom: 30px;
  }
}
#index .top_sec03 .subTtl h2 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
}
#index .top_sec03 .btn {
  text-align: center;
}
#index .top_sec03 .btn a {
  width: 308px;
  padding: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  border: solid 1px #ffffff;
}
@media screen and (max-width: 667px) {
  #index .top_sec03 .btn a {
    width: 250px;
    padding: 15px 10px;
  }
}
#index .top_sec03 .btn a:hover {
  -webkit-animation: flash_clear 1.3s ease;
  animation: flash_clear 1.3s ease;
}

@media all and (-ms-high-contrast: none) {
  #index .top_fix_logo {
    height: 56.25vw;
    min-height: 787px;
    background-image: url("/img/top/top_ie_bg.png");
    -webkit-background-size: cover;
    background-size: cover;
    background-position: right bottom;
  }
  #index .top_fix_logo svg {
    display: none !important;
  }
  #index .top_sec03 {
    background-attachment: scroll;
    -webkit-background-size: cover;
    background-size: cover;
  }
}
/*コンテンツ　下層*/
#contents {
  padding-top: 130px;
}
@media screen and (max-width: 667px) {
  #contents {
    padding-top: 64px;
  }
}
#contents #main > section {
  padding: 140px 0;
}
@media screen and (max-width: 667px) {
  #contents #main > section {
    padding: 70px 0;
  }
}
#contents #main p {
  line-height: 2;
}
#contents #main .col_right {
  overflow: hidden;
}
#contents #main .col_right > section {
  margin-bottom: 100px;
}
@media screen and (max-width: 667px) {
  #contents #main .col_right > section {
    margin-bottom: 50px;
  }
}
#contents #main .col_right > section:last-child {
  margin-bottom: 0;
}
#contents .row {
  display: flex;
}
@media screen and (max-width: 667px) {
  #contents .row {
    display: block;
  }
}
#contents .row .col_left {
  width: 38%;
}
@media screen and (max-width: 667px) {
  #contents .row .col_left {
    width: 100%;
    margin-bottom: 40px;
  }
}
#contents .row .col_right {
  width: 62%;
}
@media screen and (max-width: 667px) {
  #contents .row .col_right {
    width: 100%;
  }
}
#contents .titleBlock {
  opacity: 0;
}
#contents .titleBlock .titleText {
  letter-spacing: -0.4em;
  overflow: hidden;
}
#contents .titleBlock .titleText > * {
  display: inline-block;
  letter-spacing: normal;
}
#contents .titleBlock .titleText span {
  opacity: 0;
}
#contents .titleBlock .note {
  opacity: 0;
  transition: opacity 1.5s;
}
#contents .titleBlock.animated {
  opacity: 1;
}
#contents .titleBlock.animated .titleText span {
  -webkit-animation: fadeInUp 0.3s ease-out forwards;
  animation: fadeInUp 0.3s ease-out forwards;
}
#contents .titleBlock.animated .titleText span:nth-child(1) {
  -webkit-animation-delay: 0.025s;
  animation-delay: 0.025s;
}
#contents .titleBlock.animated .titleText span:nth-child(2) {
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}
#contents .titleBlock.animated .titleText span:nth-child(3) {
  -webkit-animation-delay: 0.075s;
  animation-delay: 0.075s;
}
#contents .titleBlock.animated .titleText span:nth-child(4) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
#contents .titleBlock.animated .titleText span:nth-child(5) {
  -webkit-animation-delay: 0.125s;
  animation-delay: 0.125s;
}
#contents .titleBlock.animated .titleText span:nth-child(6) {
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}
#contents .titleBlock.animated .titleText span:nth-child(7) {
  -webkit-animation-delay: 0.175s;
  animation-delay: 0.175s;
}
#contents .titleBlock.animated .titleText span:nth-child(8) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
#contents .titleBlock.animated .titleText span:nth-child(9) {
  -webkit-animation-delay: 0.225s;
  animation-delay: 0.225s;
}
#contents .titleBlock.animated .titleText span:nth-child(10) {
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}
#contents .titleBlock.animated .titleText span:nth-child(11) {
  -webkit-animation-delay: 0.275s;
  animation-delay: 0.275s;
}
#contents .titleBlock.animated .titleText span:nth-child(12) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
#contents .titleBlock.animated .titleText span:nth-child(13) {
  -webkit-animation-delay: 0.325s;
  animation-delay: 0.325s;
}
#contents .titleBlock.animated .titleText span:nth-child(14) {
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}
#contents .titleBlock.animated .titleText span:nth-child(15) {
  -webkit-animation-delay: 0.375s;
  animation-delay: 0.375s;
}
#contents .titleBlock.animated .titleText span:nth-child(16) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
#contents .titleBlock.animated .titleText span:nth-child(17) {
  -webkit-animation-delay: 0.425s;
  animation-delay: 0.425s;
}
#contents .titleBlock.animated .titleText span:nth-child(18) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}
#contents .titleBlock.animated .titleText span:nth-child(19) {
  -webkit-animation-delay: 0.475s;
  animation-delay: 0.475s;
}
#contents .titleBlock.animated .titleText span:nth-child(20) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
#contents .titleBlock.animated .titleText span:nth-child(21) {
  -webkit-animation-delay: 0.525s;
  animation-delay: 0.525s;
}
#contents .titleBlock.animated .titleText span:nth-child(22) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}
#contents .titleBlock.animated .titleText span:nth-child(23) {
  -webkit-animation-delay: 0.575s;
  animation-delay: 0.575s;
}
#contents .titleBlock.animated .titleText span:nth-child(24) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#contents .titleBlock.animated .titleText span:nth-child(25) {
  -webkit-animation-delay: 0.625s;
  animation-delay: 0.625s;
}
#contents .titleBlock.animated .titleText span:nth-child(26) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}
#contents .titleBlock.animated .titleText span:nth-child(27) {
  -webkit-animation-delay: 0.675s;
  animation-delay: 0.675s;
}
#contents .titleBlock.animated .titleText span:nth-child(28) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}
#contents .titleBlock.animated .titleText span:nth-child(29) {
  -webkit-animation-delay: 0.725s;
  animation-delay: 0.725s;
}
#contents .titleBlock.animated .titleText span:nth-child(30) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}
#contents .titleBlock.animated .note {
  opacity: 1;
}
#contents .breadcrumb {
  margin-bottom: 80px;
  letter-spacing: -0.4em;
}
#contents .breadcrumb > * {
  display: inline-block;
  letter-spacing: normal;
}
@media screen and (max-width: 667px) {
  #contents .breadcrumb {
    margin-bottom: 40px;
  }
}
#contents .breadcrumb > * {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #000000;
}
#contents .breadcrumb > a {
  color: #999999;
  text-decoration: none;
  transition: color 0.3s;
}
#contents .breadcrumb > a:after {
  width: 7px;
  height: 13px;
  margin: 0 1em;
  content: '';
  background-image: url("/img/common/pankuzu_separation.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: -0.15em;
}
#contents .breadcrumb > a:hover {
  color: #000000;
}
#contents .pageTitle {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
#contents .pageTitle .titleBlock {
  width: 40%;
}
@media screen and (max-width: 667px) {
  #contents .pageTitle .titleBlock {
    width: 50%;
  }
}
#contents .pageTitle .titleBlock .titleText {
  font-family: 'Montserrat', sans-serif;
  font-size: 8rem;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (min-width: 668px) and (max-width: 959px) {
  #contents .pageTitle .titleBlock .titleText {
    font-size: 6rem;
  }
}
@media screen and (max-width: 667px) {
  #contents .pageTitle .titleBlock .titleText {
    font-size: 3.6rem;
  }
}
#contents .pageTitle .icatch {
  width: calc(60% + 50px);
  height: 455px;
  margin-right: -50px;
  overflow: hidden;
  opacity: 0;
}
#contents .pageTitle .icatch.animated {
  -webkit-animation: fadeInRight 0.8s ease-out forwards;
  animation: fadeInRight 0.8s ease-out forwards;
}
@media screen and (min-width: 668px) and (max-width: 959px) {
  #contents .pageTitle .icatch {
    width: calc(60% + 20px);
    height: 350px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 667px) {
  #contents .pageTitle .icatch {
    width: calc(50% + 20px);
    height: 180px;
    margin-right: -20px;
  }
}
#contents .pageTitle .icatch img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#contents .sectionTitle .titleBlock {
  padding-right: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}
@media screen and (max-width: 667px) {
  #contents .sectionTitle .titleBlock {
    padding-right: 0;
    position: static;
  }
}
#contents .sectionTitle .titleBlock .titleText {
  font-family: 'Montserrat', sans-serif;
  font-size: 6.2rem;
  font-weight: 600;
  line-height: 1.25;
}
@media screen and (min-width: 668px) and (max-width: 959px) {
  #contents .sectionTitle .titleBlock .titleText {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 667px) {
  #contents .sectionTitle .titleBlock .titleText {
    font-size: 3rem;
  }
}
#contents .sectionTitle .titleBlock .note {
  max-width: 315px;
  margin-top: 30px;
  overflow: hidden;
  text-align: right;
}
@media screen and (max-width: 667px) {
  #contents .sectionTitle .titleBlock .note {
    max-width: none;
    margin-top: 10px;
  }
}
#contents .sectionTitle .titleBlock .note span {
  padding-left: 1em;
  display: inline-block;
  position: relative;
}
#contents .sectionTitle .titleBlock .note span:before {
  width: 999999em;
  height: 1px;
  content: '';
  background-color: #999999;
  position: absolute;
  top: 50%;
  right: 100%;
}
#contents .subTtl01 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 667px) {
  #contents .subTtl01 {
    font-size: 2.8rem;
  }
}
#contents .subTtl02 {
  padding-left: 38px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 667px) {
  #contents .subTtl02 {
    padding-left: 35px;
    font-size: 2.8rem;
  }
}
#contents .subTtl02:before {
  width: 28px;
  height: 27px;
  margin: 0 10px 0 -38px;
  content: '';
  background-image: url("/img/common/subTtl02_icon.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: 0;
}
@media screen and (max-width: 667px) {
  #contents .subTtl02:before {
    width: 25px;
    height: 24px;
    margin: 0 10px 0 -35px;
  }
}
#contents .subTtl03 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 667px) {
  #contents .subTtl03 {
    font-size: 2.0rem;
  }
}
#contents .sec1 {
  margin-top: -70px;
}
@media screen and (max-width: 667px) {
  #contents .sec1 {
    margin-top: -35px;
  }
}

#contents .about .sec1 p {
  max-width: 840px;
}
#contents .about .sec2 .name {
  width: 232px;
  height: 31px;
  margin: 2em 0 0 auto;
  background-image: url("/img/about/name.png");
  -webkit-background-size: cover;
  background-size: cover;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}

#contents .company .sec2 table {
  width: 100%;
  border-collapse: collapse;
}
#contents .company .sec2 table tr th {
  width: 30%;
  padding: 30px 0;
  text-align: left;
  vertical-align: top;
  border-bottom: solid 1px #999999;
}
@media screen and (max-width: 667px) {
  #contents .company .sec2 table tr th {
    padding: 15px 0;
  }
}
#contents .company .sec2 table tr td {
  padding: 30px 0;
  vertical-align: top;
  border-bottom: solid 1px #999999;
  position: relative;
}
@media screen and (max-width: 667px) {
  #contents .company .sec2 table tr td {
    padding: 15px 0;
  }
}
#contents .company .sec2 table tr td:after {
  width: 22px;
  height: 3px;
  content: '';
  background-color: #070203;
  position: absolute;
  bottom: -1px;
  right: 0;
}
#contents .company .sec2 table tr td .yakuin li span {
  width: 120px;
  margin-right: 0.5em;
  display: inline-block;
}
#contents .company .sec3 .member {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 959px) {
  #contents .company .sec3 .member {
    display: block;
  }
}
#contents .company .sec3 .member li {
  width: 46%;
  margin: 0 8% 8% 0;
}
#contents .company .sec3 .member li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 959px) {
  #contents .company .sec3 .member li {
    width: 360px;
    max-width: 100%;
    margin: 0 auto 20px auto !important;
  }
}
#contents .company .sec3 .member li .img {
  width: 100%;
  height: 25vw;
  max-height: 360px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 959px) {
  #contents .company .sec3 .member li .img {
    height: 360px;
    margin-bottom: 15px;
  }
}
#contents .company .sec3 .member li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#contents .company .sec3 .member li .img img:nth-child(1) {
  transition: opacity 0.3s;
  z-index: 1;
}
#contents .company .sec3 .member li .text {
  display: flex;
}
@media screen and (max-width: 667px) {
  #contents .company .sec3 .member li .text {
    display: block;
  }
}
#contents .company .sec3 .member li .text .name {
  width: 50%;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (min-width: 1440px) {
  #contents .company .sec3 .member li .text .name {
    font-size: 3rem;
  }
}
@media screen and (max-width: 667px) {
  #contents .company .sec3 .member li .text .name {
    width: 100%;
    margin-bottom: 10px;
  }
}
#contents .company .sec3 .member li .text .name .furigana {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 1440px) {
  #contents .company .sec3 .member li .text .name .furigana {
    font-size: 1.6rem;
  }
}
#contents .company .sec3 .member li .text .name .positionName {
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
}
@media screen and (min-width: 1440px) {
  #contents .company .sec3 .member li .text .name .positionName {
    font-size: 1.6rem;
  }
}
#contents .company .sec3 .member li .text .sns {
  width: 50%;
  letter-spacing: -0.4em;
  text-align: right;
}
#contents .company .sec3 .member li .text .sns > * {
  display: inline-block;
  letter-spacing: normal;
}
@media screen and (max-width: 667px) {
  #contents .company .sec3 .member li .text .sns {
    width: 100%;
    text-align: left;
  }
}
#contents .company .sec3 .member li .text .sns a {
  width: 38px;
  height: 38px;
  margin: 0 6px 6px 0;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ffffff;
  transition: background-color 0.3s;
}
@media screen and (min-width: 1440px) {
  #contents .company .sec3 .member li .text .sns a {
    width: 43px;
    height: 43px;
    margin: 0 10px 10px 0;
  }
}
#contents .company .sec3 .member li .text .sns a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s;
}
#contents .company .sec3 .member li .text .sns a:hover {
  background-color: #999999;
}
#contents .company .sec3 .member li .text .sns a:hover img {
  opacity: 0.6;
}
#contents .company .sec3 .member li:hover .img img:nth-child(1) {
  opacity: 0;
}

#contents .business .anchor_link {
  padding-top: 50px;
  text-align: center;
  background-color: #ffffff;
  letter-spacing: -0.4em;
}
#contents .business .anchor_link > * {
  display: inline-block;
  letter-spacing: normal;
}
@media screen and (max-width: 667px) {
  #contents .business .anchor_link {
    padding-top: 25px;
  }
}
#contents .business .anchor_link a {
  margin: 0 2em;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-decoration: none;
  color: #000000;
  position: relative;
  transition: color 0.3s;
}
#contents .business .anchor_link a:after {
  width: 0100%;
  height: 2px;
  content: '';
  background: -webkit-linear-gradient(left, #FEC413 0%, #FF9F64 100%);
  background: linear-gradient(to right, #FEC413 0%, #FF9F64 100%);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}
#contents .business .anchor_link a:hover {
  color: #999999;
}
#contents .business .anchor_link a:hover:after {
  opacity: 1;
}
#contents .business .sec2 .advertisement {
  width: 100%;
  margin-top: 80px;
  display: table;
  border-collapse: collapse;
}
@media screen and (max-width: 667px) {
  #contents .business .sec2 .advertisement {
    margin-top: 40px;
  }
}
#contents .business .sec2 .advertisement li {
  display: table-row;
}
#contents .business .sec2 .advertisement li > * {
  padding: 30px 20px;
  vertical-align: middle;
  border-bottom: solid 1px #999999;
  display: table-cell;
}
@media screen and (max-width: 667px) {
  #contents .business .sec2 .advertisement li > * {
    padding: 15px;
  }
}
#contents .business .sec2 .advertisement li > *:first-child {
  min-width: 80px;
}
#contents .business .sec2 .advertisement li > *:last-child {
  position: relative;
}
#contents .business .sec2 .advertisement li > *:last-child:after {
  width: 22px;
  height: 3px;
  content: '';
  background-color: #070203;
  position: absolute;
  bottom: -1px;
  right: 0;
}
#contents .business .sec2 .advertisement li:first-child > * {
  border-top: solid 1px #999999;
}
#contents .business .sec2 .advertisement li:first-child > *:last-child {
  position: relative;
}
#contents .business .sec2 .advertisement li:first-child > *:last-child:before {
  width: 22px;
  height: 3px;
  content: '';
  background-color: #070203;
  position: absolute;
  bottom: 100%;
  right: 0;
}
#contents .business .sec2 .interview {
  width: 100%;
  margin-top: 80px;
  padding: 50px;
  text-align: center;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 667px) {
  #contents .business .sec2 .interview {
    margin-top: 40px;
    padding: 25px;
  }
}
#contents .business .sec2 .interview:before {
  width: 100%;
  height: 100%;
  content: '';
  background-image: url("/img/business/pic_business01.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s;
}
#contents .business .sec2 .interview:after {
  width: 100%;
  height: 100%;
  content: '';
  background-color: #070203;
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s;
}
#contents .business .sec2 .interview:hover:before {
  transform: scale(1.1, 1.1);
}
#contents .business .sec2 .interview:hover:after {
  opacity: 0;
}
#contents .business .sec2 .interview > * {
  position: relative;
  z-index: 1;
}
#contents .business .sec2 .interview p {
  margin-bottom: 50px;
}
@media screen and (max-width: 667px) {
  #contents .business .sec2 .interview p {
    margin-bottom: 25px;
  }
}
#contents .business .sec3 .figure {
  margin-top: 80px;
}
@media screen and (max-width: 667px) {
  #contents .business .sec3 .figure {
    margin-top: 40px;
  }
}
#contents .business .sec3 .works li {
  text-align: center;
  border-bottom: solid 1px #999999;
  position: relative;
}
#contents .business .sec3 .works li:after {
  width: 22px;
  height: 3px;
  content: '';
  background-color: #070203;
  position: absolute;
  bottom: -1px;
  right: 0;
}
#contents .business .sec3 .works li a {
  padding: 60px 30px;
  text-decoration: none;
  display: block;
  transition: background-color 0.5s;
}
@media screen and (max-width: 959px) {
  #contents .business .sec3 .works li a {
    padding: 30px 15px;
  }
}
#contents .business .sec3 .works li a:hover {
  background-color: #F0F0F0;
}
#contents .business .sec3 .works li a .img {
  margin-bottom: 30px;
}
#contents .business .sec3 .works li a .img img {
  margin: 0 auto;
}
#contents .business .sec3 .works li a .text {
  color: #000000;
}
#contents .business .sec3 .works li a .text .client_name {
  font-size: 2rem;
  font-weight: 700;
}
#contents .business .sec3 .works li a .text .request_type {
  font-size: 1.4rem;
}
#contents .business .sec3 .works li a .text .attribute {
  font-size: 1.4rem;
}
#contents .business .sec4 .bnr {
  display: flex;
  flex-wrap: wrap;
}
#contents .business .sec4 .bnr li {
  width: 50%;
}
@media screen and (max-width: 667px) {
  #contents .business .sec4 .bnr li {
    width: 100%;
  }
}
#contents .business .sec4 .bnr li a {
  padding: 30px;
  color: #000000;
  text-decoration: none;
  display: block;
  transition: background-color 0.5s;
}
@media screen and (max-width: 959px) {
  #contents .business .sec4 .bnr li a {
    padding: 15px;
  }
}
#contents .business .sec4 .bnr li a:hover {
  background-color: #F0F0F0;
}
#contents .business .sec4 .bnr li a .img {
  margin-bottom: 20px;
}
#contents .business .sec4 .bnr li a .img img {
  margin: 0 auto;
}
#contents .business .sec4 .bnr li a .text {
  text-align: right;
}
#contents .business .sec4 .bnr li a .text:after {
  width: 13px;
  height: 13px;
  margin-left: 10px;
  content: '';
  background-image: url("/img/common/icon_arrow01.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: 0;
}

#contents .recruit .sec1 .recruit_list li, #contents .recruit .sec2 .recruit_list li {
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 667px) {
  #contents .recruit .sec1 .recruit_list li, #contents .recruit .sec2 .recruit_list li {
    margin-bottom: 40px;
    display: block;
  }
}
#contents .recruit .sec1 .recruit_list li:last-child, #contents .recruit .sec2 .recruit_list li:last-child {
  margin-bottom: 0;
}
#contents .recruit .sec1 .recruit_list li .text, #contents .recruit .sec2 .recruit_list li .text {
  padding-right: 2em;
}
@media screen and (max-width: 667px) {
  #contents .recruit .sec1 .recruit_list li .text, #contents .recruit .sec2 .recruit_list li .text {
    margin-bottom: 20px;
    padding-right: 0;
  }
}
#contents .recruit .sec1 .recruit_list li .text h3, #contents .recruit .sec2 .recruit_list li .text h3 {
  margin-bottom: 0.5em;
  font-size: 3rem;
  font-weight: 700;
}
#contents .recruit .sec1 .recruit_list li .btn01, #contents .recruit .sec2 .recruit_list li .btn01 {
  float: right;
}
@media screen and (max-width: 667px) {
  #contents .recruit .sec1 .recruit_list li .btn01, #contents .recruit .sec2 .recruit_list li .btn01 {
    float: none;
  }
}
#contents .recruit .sec2 .recruit_list {
  margin-top: 80px;
}
@media screen and (max-width: 667px) {
  #contents .recruit .sec2 .recruit_list {
    margin-top: 40px;
  }
}

#contents .sitemap .pageTitle {
  height: 250px;
  display: block;
}
@media screen and (max-width: 667px) {
  #contents .sitemap .pageTitle {
    height: 150px;
  }
}
#contents .sitemap .pageTitle .titleBlock {
  width: auto;
}
#contents .sitemap .sec1 {
  margin-top: 0;
}
#contents .sitemap .sec1 .sitemap_list > li {
  padding: 30px 20px;
  border-bottom: solid 1px #707070;
}
@imclude sp {
  #contents .sitemap .sec1 .sitemap_list > li {
    padding: 15px 10px;
  }
}
#contents .sitemap .sec1 .sitemap_list > li a {
  color: #000000;
  text-decoration: none;
  transition: opacity 0.3s;
}
#contents .sitemap .sec1 .sitemap_list > li a:after {
  width: 13px;
  height: 13px;
  margin-left: 10px;
  content: '';
  background-image: url("/img/common/icon_arrow01.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: 0;
}
#contents .sitemap .sec1 .sitemap_list > li a[target="_blank"]:after {
  background-image: url("/img/common/icon_arrow02.png");
}
#contents .sitemap .sec1 .sitemap_list > li a:hover {
  opacity: 0.6;
}
#contents .sitemap .sec1 .sitemap_list > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#contents .sitemap .sec1 .sitemap_list > li ul li {
  margin-top: 1em;
  text-indent: 2em;
}

#contents .privacy .pageTitle {
  height: 250px;
  display: block;
}
@media screen and (max-width: 667px) {
  #contents .privacy .pageTitle {
    height: 150px;
  }
}
#contents .privacy .pageTitle .titleBlock {
  width: auto;
}
#contents .privacy .sec1 {
  margin-top: 0;
}
#contents .privacy .sec1 .scrollInDisp {
  margin-top: 50px;
}
#contents .privacy .sec1 .scrollInDisp li {
  margin-bottom: 50px;
}

#contents .contact .pageTitle {
  height: 250px;
  display: block;
}
@media screen and (max-width: 667px) {
  #contents .contact .pageTitle {
    height: 150px;
  }
}
#contents .contact .pageTitle .titleBlock {
  width: auto;
}
#contents .contact .sec1 {
  margin-top: 0;
}
#contents .contact .sec1 .conatct_announce p {
  padding-right: 50px;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  max-width: 315px;
}
@media screen and (max-width: 667px) {
  #contents .contact .sec1 .conatct_announce p {
    padding-right: 0;
    position: static;
  }
}
@media screen and (max-width: 667px) {
  #contents .contact .sec1 .conatct_announce p {
    max-width: none;
  }
}
#contents .contact .sec1 .conatct_announce p a {
  text-decoration: none;
  color: #000000;
}
#contents .contact .sec1 .conatct_announce p a:hover {
  text-decoration: underline;
}
#contents .contact .sec1 .form .form_input {
  display: flex;
  flex-wrap: wrap;
}
#contents .contact .sec1 .form .form_input li {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (max-width: 667px) {
  #contents .contact .sec1 .form .form_input li {
    margin-bottom: 20px;
  }
}
#contents .contact .sec1 .form .form_input li:nth-child(1), #contents .contact .sec1 .form .form_input li:nth-child(3) {
  width: 48%;
  margin-right: 4%;
}
#contents .contact .sec1 .form .form_input li:nth-child(2), #contents .contact .sec1 .form .form_input li:nth-child(4) {
  width: 48%;
}
#contents .contact .sec1 .form .form_input li p {
  margin-bottom: 10px;
  font-weight: 700;
}
#contents .contact .sec1 .form .form_input li .required {
  color: #CE1712;
}
#contents .contact .sec1 .form .form_input li input[type="text"], #contents .contact .sec1 .form .form_input li input[type="tel"], #contents .contact .sec1 .form .form_input li input[type="email"] {
  width: 100%;
  padding: 1em;
  border-radius: 6px;
  border: solid 1px #D0DAE5;
  outline: none;
}
#contents .contact .sec1 .form .form_input li textarea {
  width: 100%;
  height: 10em;
  padding: 1em;
  border-radius: 6px;
  border: solid 1px #D0DAE5;
  outline: none;
}
#contents .contact .sec1 .form .form_input li select {
  width: 100%;
  padding: 1em;
  border-radius: 6px;
  background-color: #ffffff;
  border: solid 1px #D0DAE5;
  outline: none;
}
#contents .contact .sec1 .form .privacy_check {
  margin-bottom: 50px;
}
#contents .contact .sec1 .form .privacy_check input {
  display: none;
}
#contents .contact .sec1 .form .privacy_check input + span {
  padding-left: 34px;
  display: block;
  position: relative;
}
#contents .contact .sec1 .form .privacy_check input + span:before {
  width: 24px;
  height: 24px;
  content: '';
  background-color: #ffffff;
  border: solid 1px #D0DAE5;
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
}
#contents .contact .sec1 .form .privacy_check input + span:after {
  width: 20px;
  height: 10px;
  border-left: solid 2px #6687AB;
  border-bottom: solid 2px #6687AB;
  transform: rotate(-45deg);
  position: absolute;
  top: 3px;
  left: 5px;
}
#contents .contact .sec1 .form .privacy_check input:checked + span:after {
  content: '';
}
#contents .contact .sec1 .form .privacy_check a {
  color: #000000;
  text-decoration: none;
}
#contents .contact .sec1 .form .privacy_check a:hover {
  text-decoration: underline;
}
#contents .contact .sec1 .form .submit input[type="submit"] {
  width: 136px;
  height: 50px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  background: none;
  background-color: #FC7959;
  border: none;
  border-radius: 6px;
  transition: opacity 0.3s;
}
#contents .contact .sec1 .form .submit input[type="submit"]:hover {
  opacity: 0.6;
}

#contents .contact-thanks .pageTitle {
  height: 250px;
  display: block;
}
@media screen and (max-width: 667px) {
  #contents .contact-thanks .pageTitle {
    height: 150px;
  }
}
#contents .contact-thanks .pageTitle .titleBlock {
  width: auto;
}
#contents .contact-thanks .sec1 {
  margin-top: 0;
}
#contents .contact-thanks .sec1 .link {
  margin-top: 2em;
}
#contents .contact-thanks .sec1 .link a {
  color: #000000;
  text-decoration: none;
  transition: opacity 0.3s;
}
#contents .contact-thanks .sec1 .link a:after {
  width: 9px;
  height: 17px;
  margin-left: 10px;
  content: '';
  background-image: url("/img/common/icon_arrow03.png");
  -webkit-background-size: cover;
  background-size: cover;
  display: inline-block;
  vertical-align: -0.2em;
}
#contents .contact-thanks .sec1 .link a:hover {
  opacity: 0.6;
}

@media all and (-ms-high-contrast: none) {
  #contents .titleBlock .titleText {
    opacity: 0;
    letter-spacing: normal;
  }
  #contents .titleBlock.animated {
    opacity: 1;
  }
  #contents .titleBlock.animated .titleText {
    -webkit-animation: fadeInUp 0.3s ease-out forwards;
    animation: fadeInUp 0.3s ease-out forwards;
  }
}
/*アニメーション*/
@keyframes flash_black {
  0% {
    background-color: #000000;
  }
  20% {
    background-color: #666666;
  }
  100% {
    background-color: #000000;
  }
}
@keyframes flash_clear {
  0% {
    background-color: transparent;
  }
  20% {
    background-color: rgba(255, 255, 255, 0.4);
  }
  100% {
    background-color: transparent;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
