@charset "UTF-8";
/**
 * Snow Monkey StyleSheet
 */
.clearfix:after {
  clear: both;
  content: " ";
  display: block;
}

/* Font Size ----- */
.trans.ani-call {
  -webkit-transition: 1s;
  transition: 1s;
}

.trans.ani-call.fadeIn {
  opacity: 1;
}

.trans.ani-call.fadeIn.ani-init {
  opacity: 0;
}

.trans.ani-call.fromTop,
.trans.ani-call.fromLeft,
.trans.ani-call.fromRight,
.trans.ani-call.fromBottom {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.trans.ani-call.ani-init.fromTop {
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.trans.ani-call.ani-init.fromLeft {
  -webkit-transform: translate(-25%, 0);
          transform: translate(-25%, 0);
}

.trans.ani-call.ani-init.fromRight {
  -webkit-transform: translate(25%, 0);
          transform: translate(25%, 0);
}

.trans.ani-call.ani-init.fromBottom {
  -webkit-transform: translate(0, 25%);
          transform: translate(0, 25%);
}

.trans.ani-call.-rapidly.ani-init.fromBottom {
  -webkit-transform: translate(0, 3%);
          transform: translate(0, 3%);
}

.trans.ani-call.step-item {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.trans.ani-call.step-item.step-init {
  opacity: 0;
  -webkit-transform: translate(25%, 0);
          transform: translate(25%, 0);
}

@media screen and (max-width: 767px) {
  .trans:not(.on-xs) {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
  }
}

/* Font Size ----- */
/* Font Size ----- */
.trans.ani-call {
  -webkit-transition: 1s;
  transition: 1s;
}

.trans.ani-call.fadeIn {
  opacity: 1;
}

.trans.ani-call.fadeIn.ani-init {
  opacity: 0;
}

.trans.ani-call.fromTop,
.trans.ani-call.fromLeft,
.trans.ani-call.fromRight,
.trans.ani-call.fromBottom {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.trans.ani-call.ani-init.fromTop {
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.trans.ani-call.ani-init.fromLeft {
  -webkit-transform: translate(-25%, 0);
          transform: translate(-25%, 0);
}

.trans.ani-call.ani-init.fromRight {
  -webkit-transform: translate(25%, 0);
          transform: translate(25%, 0);
}

.trans.ani-call.ani-init.fromBottom {
  -webkit-transform: translate(0, 25%);
          transform: translate(0, 25%);
}

.trans.ani-call.-rapidly.ani-init.fromBottom {
  -webkit-transform: translate(0, 3%);
          transform: translate(0, 3%);
}

.trans.ani-call.step-item {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.trans.ani-call.step-item.step-init {
  opacity: 0;
  -webkit-transform: translate(25%, 0);
          transform: translate(25%, 0);
}

@media screen and (max-width: 767px) {
  .trans:not(.on-xs) {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
  }
}

.animation.-ani-bottom {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.animation.-ani-bottom.-is-active {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: Bottom;
          animation-name: Bottom;
}

.animation.-ani-left {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.animation.-ani-left.-is-active {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: Left;
          animation-name: Left;
}

.animation.-ani-right {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.animation.-ani-right.-is-active {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: Right;
          animation-name: Right;
}

.animation.-ani-fadeIn {
  opacity: 0;
}

.animation.-ani-fadeIn.-is-active {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@media screen and (min-width: 768px) {
  .animation.-ani-succession.-is-active > *.-ani-succession-1 {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-name: roll;
            animation-name: roll;
  }
}

@media screen and (min-width: 768px) {
  .animation.-ani-succession.-is-active > *.-ani-succession-2 {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-name: roll;
            animation-name: roll;
  }
}

@media screen and (min-width: 768px) {
  .animation.-ani-succession.-is-active > *.-ani-succession-3 {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-name: roll;
            animation-name: roll;
  }
}

.animation.-ani-roll.-is-active {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: roll;
          animation-name: roll;
}

.animation.-ani-roll.-is-active .ofi {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: roll_img;
          animation-name: roll_img;
}

.animation.-ani-roll .ofi {
  opacity: 0;
}

.follow-animation.-ani-bottom {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.-is-active .follow-animation.-ani-bottom {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: Bottom;
          animation-name: Bottom;
}

.follow-animation.-ani-left {
  opacity: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.-is-active .follow-animation.-ani-left {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: Left;
          animation-name: Left;
}

.follow-animation.-ani-right {
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.-is-active .follow-animation.-ani-right {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-name: Right;
          animation-name: Right;
}

@-webkit-keyframes Bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes Bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@-webkit-keyframes Left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes Left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes Right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes Right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes roll {
  0% {
    -webkit-transform: rotate(0deg) scaleX(1);
            transform: rotate(0deg) scaleX(1);
  }
  25% {
    -webkit-transform: rotate(0deg) scaleX(0);
            transform: rotate(0deg) scaleX(0);
  }
  50% {
    -webkit-transform: rotate(0deg) scaleX(-1);
            transform: rotate(0deg) scaleX(-1);
  }
  75% {
    -webkit-transform: rotate(0deg) scaleX(0);
            transform: rotate(0deg) scaleX(0);
  }
  100% {
    -webkit-transform: rotate(0deg) scaleX(1);
            transform: rotate(0deg) scaleX(1);
  }
}

@keyframes roll {
  0% {
    -webkit-transform: rotate(0deg) scaleX(1);
            transform: rotate(0deg) scaleX(1);
  }
  25% {
    -webkit-transform: rotate(0deg) scaleX(0);
            transform: rotate(0deg) scaleX(0);
  }
  50% {
    -webkit-transform: rotate(0deg) scaleX(-1);
            transform: rotate(0deg) scaleX(-1);
  }
  75% {
    -webkit-transform: rotate(0deg) scaleX(0);
            transform: rotate(0deg) scaleX(0);
  }
  100% {
    -webkit-transform: rotate(0deg) scaleX(1);
            transform: rotate(0deg) scaleX(1);
  }
}

@-webkit-keyframes roll_img {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes roll_img {
  0% {
    opacity: 0;
  }
  75% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes animate-panel-left {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  49% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}

@keyframes animate-panel-left {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  49% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
}

@-webkit-keyframes animate-panel-right {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  49% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

@keyframes animate-panel-right {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  49% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right top;
            transform-origin: right top;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
}

@-webkit-keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}

@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}

.mask-wrap .mask-block {
  position: relative;
  visibility: hidden;
}

.mask-wrap .mask-block.-bg-blue::after {
  background: #0054DB;
}

.mask-wrap .mask-block::after {
  background: #1A1A1A;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: visible;
  width: 100%;
}

.mask-wrap .mask-block.-left::after {
  left: 0;
}

.mask-wrap .mask-block.-right::after {
  left: 0;
}

.mask-wrap .mask-block.-is-active {
  -webkit-animation-name: animate-content;
          animation-name: animate-content;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mask-wrap .mask-block.-is-active::after {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.mask-wrap .mask-block.-is-active.-left::after {
  -webkit-animation-name: animate-panel-left;
          animation-name: animate-panel-left;
}

.mask-wrap .mask-block.-is-active.-right::after {
  -webkit-animation-name: animate-panel-right;
          animation-name: animate-panel-right;
}

/* Font Size ----- */
.trans.ani-call {
  -webkit-transition: 1s;
  transition: 1s;
}

.trans.ani-call.fadeIn {
  opacity: 1;
}

.trans.ani-call.fadeIn.ani-init {
  opacity: 0;
}

.trans.ani-call.fromTop,
.trans.ani-call.fromLeft,
.trans.ani-call.fromRight,
.trans.ani-call.fromBottom {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.trans.ani-call.ani-init.fromTop {
  -webkit-transform: translate(0, -25%);
          transform: translate(0, -25%);
}

.trans.ani-call.ani-init.fromLeft {
  -webkit-transform: translate(-25%, 0);
          transform: translate(-25%, 0);
}

.trans.ani-call.ani-init.fromRight {
  -webkit-transform: translate(25%, 0);
          transform: translate(25%, 0);
}

.trans.ani-call.ani-init.fromBottom {
  -webkit-transform: translate(0, 25%);
          transform: translate(0, 25%);
}

.trans.ani-call.-rapidly.ani-init.fromBottom {
  -webkit-transform: translate(0, 3%);
          transform: translate(0, 3%);
}

.trans.ani-call.step-item {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.trans.ani-call.step-item.step-init {
  opacity: 0;
  -webkit-transform: translate(25%, 0);
          transform: translate(25%, 0);
}

@media screen and (max-width: 767px) {
  .trans:not(.on-xs) {
    opacity: 1 !important;
    -webkit-transform: translate(0, 0) !important;
            transform: translate(0, 0) !important;
  }
}

.bg-pattern {
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.bg-pattern.-white {
  background-image: url(../img/common/bg-white.png);
}

.bg-pattern.-pale-green {
  background-image: url(../img/common/bg-pale-green.png);
}

.bg-pattern.-green {
  background-image: url(../img/common/bg-green.png);
}

.black {
  color: #1A1A1A;
}

.bg-black {
  background-color: #1A1A1A;
}

.white {
  color: #FFF;
}

.bg-white {
  background-color: #FFF;
}

.orange {
  color: #E75B2C;
}

.bg-orange {
  background-color: #E75B2C;
}

.blue {
  color: #0054DB;
}

.bg-blue {
  background-color: #0054DB;
}

.sky-blue {
  color: #018DEB;
}

.bg-sky-blue {
  background-color: #018DEB;
}

.deep-blue {
  color: #2A74CA;
}

.bg-deep-blue {
  background-color: #2A74CA;
}

.gray {
  color: #E5E8ED;
}

.bg-gray {
  background-color: #E5E8ED;
}

.red {
  color: #9E4646;
}

.bg-red {
  background-color: #9E4646;
}

.ml--5em {
  margin-left: -0.5em;
}

/* font ----- */
.mincho {
  font-family: "A1 Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}

.mincho.-include {
  font-size: 1.05em;
}

.ja {
  font-family: YuGothic,"Yu Gothic","Arial","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ", Meiryo,"ＭＳ ゴシック",sans-serif;
}

.inter {
  font-family: "Inter", sans-serif;
}

.montserrat {
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.ls-100 {
  letter-spacing: 0.1em;
}

.ls-200 {
  letter-spacing: 0.2em;
}

.lh-240 {
  line-height: 2.4;
}

.lh-220 {
  line-height: 2.2;
}

.lh-200 {
  line-height: 2;
}

.lh-150 {
  line-height: 1.5;
}

.ma-auto {
  margin-left: auto;
  margin-right: auto;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-top: auto;
}

/* outline ----- */
.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  /* max-width: 1440px; */
  width: 100%;
}

@media screen and (max-width: 1198px) {
  .wrap {
    padding: 0 30px;
  }
}

@media screen and (max-width: 991px) {
  .wrap {
    padding: 0 5vw;
  }
}

@media screen and (max-width: 767px) {
  .wrap {
    padding: 0 20px;
  }
}

.wrap-right {
  margin: 0 0 0 auto;
  padding: 0 0 0 15px;
  width: calc(((100% - 1140px) / 2) + 1140px);
}

@media screen and (max-width: 1199px) {
  .wrap-right {
    padding: 0 0 0 15px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .wrap-right {
    padding: 0 0 0 20px;
  }
}

.wrap-lg {
  max-width: 1400px;
}

.wrap-mid {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 15px;
  width: 95%;
}

@media screen and (max-width: 416px) {
  .wrap-mid {
    padding: 0 14px;
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .wrap-mid {
    padding: 0 30px;
  }
}

.wrap-min {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 15px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .wrap-min {
    padding: 0 15px;
  }
}

@media screen and (max-width: 1199px) {
  .wrap-min {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .break-wrap-min {
    margin-left: -30px;
    margin-right: -30px;
    width: auto;
  }
}

.wrap-narrow {
  margin: 0 auto;
  width: 90%;
}

@media screen and (max-width: 991px) {
  .wrap-narrow {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .wrap-narrow {
    width: 90%;
  }
}

.side-transparent {
  background-color: #FFF;
  margin: 0 5%;
}

.page-jump {
  margin-top: -90px;
  padding-top: 90px;
}

@media screen and (max-width: 991px) {
  .page-jump {
    margin-top: -80px;
    padding-top: 80px;
  }
}

/* display ----- */
.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.relative {
  position: relative !important;
}

/* link ----- */
.link {
  display: block;
  text-decoration: none;
}

.link:hover {
  display: block;
  text-decoration: none;
}

/* visible hidden ----- */
.visible-desktop {
  display: none;
}

@media screen and (min-width: 1200px) {
  .visible-desktop {
    display: block;
  }
}

.inherit-desktop {
  display: none;
}

@media screen and (min-width: 1200px) {
  .inherit-desktop {
    display: inherit;
  }
}

@media screen and (min-width: 1200px) {
  .hidden-desktop {
    display: none;
  }
}

.visible-pc {
  display: none;
}

@media screen and (min-width: 992px) {
  .visible-pc {
    display: block;
  }
}

.inherit-pc {
  display: none;
}

@media screen and (min-width: 992px) {
  .inherit-pc {
    display: inherit;
  }
}

@media screen and (min-width: 992px) {
  .hidden-pc {
    display: none;
  }
}

.visible-tab {
  display: none;
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .visible-tab {
    display: block;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .hidden-tab {
    display: none;
  }
}

.visible-tab-sp {
  display: none;
}

@media screen and (max-width: 991px) {
  .visible-tab-sp {
    display: block;
  }
}

.inherit-tab-sp {
  display: none;
}

@media screen and (max-width: 991px) {
  .inherit-tab-sp {
    display: inherit;
  }
}

@media screen and (max-width: 991px) {
  .hidden-tab-sp {
    display: none;
  }
}

.visible-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .visible-sp {
    display: block;
  }
}

.inherit-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .inherit-sp {
    display: inherit;
  }
}

@media screen and (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}

.visible-min {
  display: none;
}

@media screen and (max-width: 416px) {
  .visible-min {
    display: block;
  }
}

.inherit-min {
  display: none;
}

@media screen and (max-width: 416px) {
  .inherit-min {
    display: inherit;
  }
}

@media screen and (max-width: 416px) {
  .hidden-min {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .center-sp {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Flex box ----- */
/* Flex box ----- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.jc-space-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jc-space-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.jc-flex-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.jc-flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fd-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.fd-row-rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.fd-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fd-column-rev {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.fw-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.fw-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.fw-wrap-rev {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.ai-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.ai-flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.ai-flex-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.ai-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ai-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.as-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

.as-flex-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.as-flex-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.as-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.as-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.as-auto {
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

/* Text Bring ----- */
.tAc,
.xtAc {
  text-align: center !important;
}

.tAl,
.xtAl {
  text-align: left !important;
}

.tAr,
.xtAr {
  text-align: right !important;
}

/* Font Size ----- */
/* 10px */
[class*="font--3"] {
  font-size: 0.625em;
}

/* 12px */
[class*="font--2"] {
  font-size: 0.75em;
}

/* 14px */
[class*="font--1"] {
  font-size: 0.875em;
}

/* 16px */
[class*="font-0"] {
  font-size: 1em;
}

/* 18px */
[class*="font-1"] {
  font-size: 1.125em;
}

/* 21px */
[class*="font-2"] {
  font-size: 1.3125em;
}

/* 24px */
[class*="font-3"] {
  font-size: 1.5em;
}

/* 30px */
[class*="font-4"] {
  font-size: 1.875em;
}

/* 36px */
[class*="font-5"] {
  font-size: 2.25em;
}

/* 48px */
[class*="font-6"] {
  font-size: 3em;
}

/* Font Weight ----- */
.bold {
  font-weight: bold;
}

.bold-off {
  font-weight: normal;
}

/* Force Imaging ----- */
.space {
  padding-top: 30px;
}

.space-half {
  padding-top: 15px;
}

.space-ptit {
  padding-top: 7px;
}

.pt-0 {
  padding-top: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

@media screen and (min-width: 768px) {
  .space {
    padding-top: 45px;
  }
  .space-half {
    padding-top: 20px;
  }
  .space-ptit {
    padding-top: 10px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  body {
    font-size: 0.875em;
  }
}

@media screen and (min-width: 992px) {
  br.hidden-sm {
    display: inherit !important;
  }
  .space {
    padding-top: 60px;
  }
  .space-half {
    padding-top: 30px;
  }
  .space-ptit {
    padding-top: 15px;
  }
  .breadcrumbs {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1200px) {
  br.hidden-md {
    display: inherit !important;
  }
}

@media screen and (max-width: 1199px) {
  /* 10px */
  [class*="font-"][class*="-xmd--3"] {
    font-size: 0.625em !important;
  }
  /* 12px */
  [class*="font-"][class*="-xmd--2"] {
    font-size: 0.75em !important;
  }
  /* 14px */
  [class*="font-"][class*="-xmd--1"] {
    font-size: 0.875em !important;
  }
  /* 16px */
  [class*="font-"][class*="-xmd-0"] {
    font-size: 1em !important;
  }
  /* 18px */
  [class*="font-"][class*="-xmd-1"] {
    font-size: 1.125em !important;
  }
  /* 21px */
  [class*="font-"][class*="-xmd-2"] {
    font-size: 1.3125em !important;
  }
  /* 24px */
  [class*="font-"][class*="-xmd-3"] {
    font-size: 1.5em !important;
  }
  /* 30px */
  [class*="font-"][class*="-xmd-4"] {
    font-size: 1.875em !important;
  }
  /* 36px */
  [class*="font-"][class*="-xmd-5"] {
    font-size: 2.25em !important;
  }
  /* 48px */
  [class*="font-"][class*="-xmd-6"] {
    font-size: 3em !important;
  }
}

@media screen and (max-width: 991px) {
  /* 10px */
  [class*="font-"][class*="-mid--3"] {
    font-size: 0.625em !important;
  }
  /* 12px */
  [class*="font-"][class*="-mid--2"] {
    font-size: 0.75em !important;
  }
  /* 14px */
  [class*="font-"][class*="-mid--1"] {
    font-size: 0.875em !important;
  }
  /* 16px */
  [class*="font-"][class*="-mid-0"] {
    font-size: 1em !important;
  }
  /* 18px */
  [class*="font-"][class*="-mid-1"] {
    font-size: 1.125em !important;
  }
  /* 21px */
  [class*="font-"][class*="-mid-2"] {
    font-size: 1.3125em !important;
  }
  /* 24px */
  [class*="font-"][class*="-mid-3"] {
    font-size: 1.5em !important;
  }
  /* 30px */
  [class*="font-"][class*="-mid-4"] {
    font-size: 1.875em !important;
  }
  /* 36px */
  [class*="font-"][class*="-mid-5"] {
    font-size: 2.25em !important;
  }
  /* 48px */
  [class*="font-"][class*="-mid-6"] {
    font-size: 3em !important;
  }
}

@media screen and (max-width: 767px) {
  /* Font Size ----- */
  /* 12px */
  .font--3 {
    font-size: 0.75em;
  }
  /* 13px */
  .font--2 {
    font-size: 0.815em;
  }
  /* 16px */
  .font-1 {
    font-size: 1.0em;
  }
  /* 18px */
  .font-2 {
    font-size: 1.125em;
  }
  /* 20px */
  .font-3 {
    font-size: 1.25em;
  }
  /* 22px */
  .font-4 {
    font-size: 1.375em;
  }
  /* 24px */
  .font-5 {
    font-size: 1.5em;
  }
  /* 36px */
  .font-6 {
    font-size: 1.875em;
  }
  /* 10px */
  [class*="font-"][class*="-min--3"] {
    font-size: 0.625em !important;
  }
  /* 12px */
  [class*="font-"][class*="-min--2"] {
    font-size: 0.75em !important;
  }
  /* 14px */
  [class*="font-"][class*="-min--1"] {
    font-size: 0.875em !important;
  }
  /* 16px */
  [class*="font-"][class*="-min-0"] {
    font-size: 1em !important;
  }
  /* 18px */
  [class*="font-"][class*="-min-1"] {
    font-size: 1.125em !important;
  }
  /* 21px */
  [class*="font-"][class*="-min-2"] {
    font-size: 1.3125em !important;
  }
  /* 24px */
  [class*="font-"][class*="-min-3"] {
    font-size: 1.5em !important;
  }
  /* 30px */
  [class*="font-"][class*="-min-4"] {
    font-size: 1.875em !important;
  }
  /* 36px */
  [class*="font-"][class*="-min-5"] {
    font-size: 2.25em !important;
  }
  /* 48px */
  [class*="font-"][class*="-min-6"] {
    font-size: 3em !important;
  }
  .tAc,
  .tAr {
    text-align: left !important;
  }
}

.block-box {
  padding-bottom: 45px;
  padding-top: 45px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .block-box {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

@media screen and (min-width: 992px) {
  .block-box {
    padding-bottom: 110px;
    padding-top: 90px;
  }
}

@media screen and (min-width: 1200px) {
  .block-box {
    padding-bottom: 170px;
    padding-top: 110px;
  }
}

/*
**
Template style
*/
/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */
/*==================================================

** functions 
==================================================*/
/*==================================================

** object fit
==================================================*/
.ofi {
  max-width: 100%;
  width: 100%;
}

.ofi.-cover {
  font-family: "object-fit: cover; object-position: center;";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.ofi.-contain {
  font-family: "object-fit: contain; object-position: center;";
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

/*==================================================

** common
==================================================*/
.link:not(.no-huwa) {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.link:not(.no-huwa):hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.link.-e-opacity {
  opacity: 1;
}

.link.-e-opacity:hover {
  opacity: 0.7;
}

.aco-switch {
  cursor: pointer;
}

.aco-switch:not(.active) + .aco-container {
  height: 0 !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.aco-switch.active + .aco-container {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.aco-container {
  display: block;
  overflow-y: hidden;
}

.ttl-block.-with-another {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ttl.-main {
  font-size: 62.5%;
}

@media screen and (max-width: 991px) {
  .ttl.-main {
    font-size: 48%;
  }
}

@media screen and (max-width: 767px) {
  .ttl.-main {
    font-size: 38%;
  }
}

.ttl.-main .ja,
.ttl.-main .en {
  display: inline-block;
}

.ttl.-main .ja {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.6;
}

.ttl.-main .en {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 6.7em;
  font-weight: 300;
  line-height: 1;
  position: relative;
}

.ttl.-main .en::after {
  background-color: #1A1A1A;
  content: "";
  display: inline-block;
  height: 1px;
  margin-left: 30px;
  margin-top: 6px;
  width: 70px;
}

@media screen and (max-width: 991px) {
  .ttl.-main .en::after {
    margin-left: 20px;
    width: 55px;
  }
}

@media screen and (max-width: 767px) {
  .ttl.-main .en::after {
    margin-left: 10px;
    margin-top: 3px;
    width: 40px;
  }
}

.ttl.-main.-bc-white .en::after {
  background-color: #FFF;
}

.ttl.-with-left-line {
  border-left: 3px solid #018DEB;
  line-height: 1;
}

.btn.-main .btn-inner {
  display: inline-block;
  min-width: 195px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.-main .btn-inner::after {
  background-image: url(../img/common/ic-deco_2x.png);
  bottom: 6px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 6px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  width: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.-main .btn-inner:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.-main .btn-inner:hover::after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn.-main .btn-inner .link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
}

.btn.-main .btn-inner .en,
.btn.-main .btn-inner .ja {
  line-height: 1;
}

.btn.-main .btn-inner .en {
  font-size: 20px;
  font-weight: 700;
  margin-right: 7px;
}

.btn.-main .btn-inner .ja {
  font-size: 12px;
  font-weight: bold;
}

.btn.-main.-bg-blue .btn-inner {
  background-color: #0054DB;
}

.btn.-main.-bg-blue .btn-inner:hover {
  background-color: #0f6bff;
}

.btn.-main.-bg-black .btn-inner {
  background-color: #1A1A1A;
}

.btn.-main.-bg-black .btn-inner:hover {
  background-color: #343434;
}

.btn.-main.-bg-orange .btn-inner {
  background-color: #E75B2C;
}

.btn.-main.-bg-orange .btn-inner:hover {
  background-color: #ec7f5a;
}

.btn.-main.-bc-white .btn-inner {
  border: 1px solid #FFF;
}

.btn.-main.-bc-white .btn-inner:hover {
  background-color: #FFF;
}

.btn.-main.-bc-white.-change-blue .btn-inner:hover .link {
  color: #0054DB;
}

.btn.-main.-bc-white.-change-black .btn-inner:hover .link {
  color: #1A1A1A;
}

.btn.-main.-bc-black .btn-inner {
  border: 1px solid #1A1A1A;
}

.btn.-main.-bc-black .btn-inner::after {
  background-image: url(../img/common/ic-deco-black_2x.png);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn.-main.-bc-black .btn-inner:hover {
  background-color: #1A1A1A;
}

.btn.-main.-bc-black .btn-inner:hover::after {
  background-image: url(../img/common/ic-deco_2x.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.btn.-main.-bc-black .btn-inner .link {
  color: #1A1A1A;
}

.btn.-main.-bc-black.-change-white .btn-inner:hover .link {
  color: #FFF;
}

/*==================================================

** header
==================================================*/
.header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 6;
}

.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 99;
}

.header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-logo {
  z-index: 99999;
}

.header-concept {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
  width: 170px;
}

.gnav.-pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .gnav.-pc {
    display: none;
  }
}

.gnav.-pc .menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menuBtn {
  border-radius: 0 !important;
  height: 50px;
  margin-right: 0;
  position: relative;
  width: 50px;
}

@media screen and (min-width: 767px) {
  .menuBtn {
    display: none;
  }
}

.hamburger-line {
  border-bottom: solid 1px #E75B2C;
  display: block;
  left: 15px;
  position: absolute;
  width: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menuBtn:not(.-is-open) .hamburger-line:nth-child(1) {
  top: 18px !important;
}

.menuBtn:not(.-is-open) .hamburger-line:nth-child(2) {
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.menuBtn:not(.-is-open) .hamburger-line:nth-child(3) {
  bottom: 18px !important;
}

.menuBtn.-is-open .hamburger-line {
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.menuBtn.-is-open .hamburger-line:nth-child(1) {
  -webkit-transform: rotate(37deg);
          transform: rotate(37deg);
}

.menuBtn.-is-open .hamburger-line:nth-child(2) {
  -webkit-transform: rotate(-37deg);
          transform: rotate(-37deg);
}

.menuBtn.-is-open .hamburger-line:nth-child(3) {
  display: none;
}

.hamburgerMenu {
  display: none;
  height: calc(100% - 50px);
  left: 0;
  position: absolute;
  top: 50px;
  width: 100%;
  z-index: 4;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .hamburgerMenu:not(.-is-open) {
    display: none;
    display: block;
  }
  .hamburgerMenu.-is-open {
    display: block;
  }
}

.hamburgerMenuOverlay {
  background-color: rgba(26, 26, 26, 0.5);
  height: 100%;
}

.hamburgerMenu-container {
  background-color: #FFF;
}

.hamburgerMenu-container {
  background-color: #0054DB;
  padding: 30px 15px;
  -webkit-transform: translateY(calc(-100% - 60px));
          transform: translateY(calc(-100% - 60px));
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hamburgerMenu.-is-open .hamburgerMenu-container {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header-inner {
  background-color: #FFF;
  height: 72px;
}

@media screen and (max-width: 991px) {
  .header-inner {
    height: 50px;
  }
}

.header-logo {
  height: 126px;
  left: 0;
  position: relative;
  top: 0;
  width: 440px;
}

@media screen and (max-width: 1399px) {
  .header-logo {
    height: 98px;
    width: 340px;
  }
}

@media screen and (max-width: 991px) {
  .header-logo {
    height: 72px;
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .header-logo {
    margin-left: -16px;
  }
}

.header-logo .link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.header-logo .ofi {
  width: 100%;
}

.header-concept {
  width: 170px;
}

@media screen and (max-width: 1399px) {
  .header-concept {
    width: 140px;
  }
}

@media screen and (max-width: 1199px) {
  .header-concept {
    display: none;
  }
}

.gnav.-pc {
  position: relative;
  z-index: 99999;
}

@media screen and (max-width: 991px) {
  .gnav.-pc {
    margin-left: -30px;
  }
}

.gnav.-pc .menu-list .aco-wrap {
  height: 100%;
  position: relative;
}

.gnav.-pc .menu-list .aco-wrap .aco-container {
  background-color: #FFF;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 225px;
}

.gnav.-pc .menu-list .aco-wrap .aco-contents {
  position: relative;
}

.gnav.-pc .menu-list .aco-wrap .aco-menu {
  padding: 10px;
  position: absolute;
  width: 100%;
}

.gnav.-pc .menu-list .aco-wrap .aco-menu .link {
  font-size: 15px;
  padding: 15px 20px;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .gnav.-pc .menu-list .aco-wrap .aco-menu .link {
    padding: 10px 20px;
  }
}

@media screen and (max-width: 991px) {
  .gnav.-pc .menu-list .aco-wrap .aco-menu .link {
    padding: 5px 20px;
  }
}

.gnav.-pc .menu-list .aco-wrap .aco-menu .link::after {
  border: 1px solid;
  border-color: #1A1A1A #1A1A1A transparent transparent;
  content: "";
  height: 4px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gnav.-pc .menu-list .aco-wrap .aco-menu .link:hover {
  color: #E75B2C;
}

.gnav.-pc .menu-list .aco-wrap .aco-menu .link:hover::after {
  border-color: #E75B2C #E75B2C transparent transparent;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.gnav.-pc .menu-list .link:not(.aco-link) {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1A1A1A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 16px;
  font-weight: bold;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  padding: 0 24px;
  position: relative;
  position: relative;
}

@media screen and (max-width: 1399px) {
  .gnav.-pc .menu-list .link:not(.aco-link) {
    font-size: 14px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 1199px) {
  .gnav.-pc .menu-list .link:not(.aco-link) {
    padding: 0 16px;
  }
}

@media screen and (max-width: 991px) {
  .gnav.-pc .menu-list .link:not(.aco-link) {
    padding: 0 10px;
  }
}

.gnav.-pc .menu-list .link:not(.aco-link)::after {
  background-color: orange;
  bottom: -10px;
  content: "";
  display: block;
  height: 4px;
  left: 50%;
  margin-top: 2px;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-100%);
          transform: translateX(-50%) translateY(-100%);
  width: calc(100% - 40px);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 1199px) {
  .gnav.-pc .menu-list .link:not(.aco-link)::after {
    width: calc(100% - 30px);
  }
}

.gnav.-pc .menu-list .link:not(.aco-link):hover::after {
  bottom: -4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.gnav.-sp .menu-list .list-child + .list-child {
  position: relative;
}

.gnav.-sp .menu-list .list-child + .list-child::before {
  background-image: linear-gradient(to right, #FFF, #FFF 1px, transparent 2px, transparent 6px);
  background-repeat: repeat-x;
  background-size: 6px 1px;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.gnav.-sp .menu-list .link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 8px 0;
  position: relative;
}

.header-contact .link {
  background-color: #0054DB;
  color: #FFF;
  font-size: 17px;
  height: 147px;
  overflow: hidden;
  position: relative;
  width: 147px;
  font-family: "Montserrat", sans-serif;
}

@media screen and (max-width: 1399px) {
  .header-contact .link {
    font-size: 14px;
    height: 110px;
    width: 110px;
  }
}

@media screen and (max-width: 991px) {
  .header-contact .link {
    font-size: 12px;
    height: 90px;
    width: 90px;
  }
}

.header-contact .link::before, .header-contact .link::after {
  content: "";
  display: block;
  position: absolute;
}

.header-contact .link::before {
  background-color: #E75B2C;
  height: 200%;
  left: 65%;
  top: 56%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 200%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header-contact .link::after {
  background-image: url(../img/common/ic-deco_2x.png);
  bottom: 6px;
  height: 10px;
  right: 6px;
  width: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1399px) {
  .header-contact .link::after {
    bottom: 4px;
    height: 8px;
    right: 4px;
    width: 8px;
  }
}

@media screen and (max-width: 991px) {
  .header-contact .link::after {
    bottom: 3px;
    height: 6px;
    right: 3px;
    width: 6px;
  }
}

.header-contact .link:hover::before {
  left: -15%;
  top: -44%;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.header-contact .txt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
  z-index: 3;
}

/*==================================================

** crumbs
==================================================*/
#breadcrumbs {
  padding-bottom: 14px;
  padding-top: 7px;
}

#breadcrumbs .wrap-min {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 15px !important;
}

#breadcrumbs .wrap-min span {
  font-size: 12px;
  font-weight: bold;
  line-height: 210%;
  margin-right: 15px;
  margin-top: 7px;
}

@media screen and (max-width: 767px) {
  #breadcrumbs .wrap-min span {
    font-size: 12px;
    margin-right: 10px;
  }
}

#breadcrumbs .wrap-min span + span {
  padding-left: 22px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #breadcrumbs .wrap-min span + span {
    padding-left: 18px;
  }
}

#breadcrumbs .wrap-min span + span::before {
  border: 1px solid;
  border-color: #1A1A1A #1A1A1A transparent transparent;
  content: "";
  display: inline-block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
}

@media screen and (max-width: 767px) {
  #breadcrumbs .wrap-min span + span::before {
    font-size: 10px;
  }
}

#breadcrumbs .wrap-min span a {
  font-size: 12px;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#breadcrumbs .wrap-min span a span {
  line-height: 210%;
  margin-right: 0;
}

#breadcrumbs .wrap-min span a:hover {
  color: #E75B2C;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

/*==================================================

** footer
==================================================*/
.footer {
  border-bottom: 7px solid #E75B2C;
  border-top: 1px solid #20207A;
  position: relative;
}

@media screen and (max-width: 767px) {
  .footer {
    border-bottom: 4px solid #E75B2C;
  }
}

.footer::before, .footer::after {
  content: "";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footer::before, .footer::after {
    height: 4px;
  }
}

.footer::before {
  background-color: #0054DB;
  bottom: 0;
}

.footer::after {
  background-color: #018DEB;
  bottom: 7px;
}

@media screen and (max-width: 767px) {
  .footer::after {
    bottom: 4px;
  }
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 100px 0;
}

@media screen and (max-width: 991px) {
  .footer-inner {
    padding: 70px 0;
  }
}

@media screen and (max-width: 767px) {
  .footer-inner {
    padding: 40px 0 30px;
  }
}

.footer-logo {
  padding-bottom: 70px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .footer-logo {
    padding-bottom: 30px;
  }
}

.footer-logo .ofi {
  width: 310px;
}

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

.sitemap-list {
  margin: -4% -10px;
  margin-top: -14px;
}

@media screen and (max-width: 767px) {
  .sitemap-list {
    margin: 0;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .sitemap-list + .sitemap-list {
    border-top: 1px solid #E5E8ED;
  }
}

@media screen and (max-width: 767px) {
  .sitemap-list > .list-child + .list-child {
    border-top: 1px solid #E5E8ED;
  }
}

.sitemap-list > .list-child > .link {
  font-size: 16px;
  padding: 4% 10px;
}

@media screen and (max-width: 767px) {
  .sitemap-list > .list-child > .link {
    padding: 5px 0;
  }
}

.sitemap-list > .list-child > .link:hover {
  color: #E75B2C;
}

.sitemap-list > .list-child > .link.n_link:hover {
  color: #1A1A1A;
}

.sitemap-anchor-list {
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .sitemap-anchor-list {
    padding: 0;
  }
}

.sitemap-anchor-list > .list-child > .link {
  font-size: 13px;
  padding: 5px 5px 5px 16px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .sitemap-anchor-list > .list-child > .link {
    padding: 2px 0 2px 16px;
  }
}

.sitemap-anchor-list > .list-child > .link:hover {
  color: #018DEB;
}

.sitemap-anchor-list > .list-child > .link:hover::before {
  border-color: #018DEB #018DEB transparent transparent;
}

.sitemap-anchor-list > .list-child > .link::before {
  border: 1px solid;
  border-color: #1A1A1A #1A1A1A transparent transparent;
  content: "";
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 5px;
}

@media screen and (max-width: 767px) {
  .sitemap-anchor-list > .list-child > .link::before {
    height: 4px;
    width: 4px;
  }
}

.address-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px -5% -5%;
}

@media screen and (max-width: 767px) {
  .address-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px -5% -5%;
  }
}

.address-box {
  padding: 5%;
}

.address-box .ttl {
  font-size: 16px;
  font-weight: bold;
}

.address-box .ttl + .txt {
  margin-top: 12px;
}

.address-box .txt {
  font-size: 13px;
}

.address-box .txt + .txt {
  margin-top: 4px;
}

.address-box .txt > .link:hover {
  color: #E75B2C;
}

.address-box .btn {
  margin-top: 16px;
}

.address-box .btn .btn-inner .en {
  font-size: 16px;
  font-weight: 500;
}

.address-box .btn .btn-inner .link {
  padding: 10px 20px;
}

.footer-left {
  width: calc(100% / 12 * 6);
}

@media screen and (max-width: 1199px) {
  .footer-left {
    width: calc(100% / 12 * 7);
  }
}

@media screen and (max-width: 991px) {
  .footer-left {
    width: calc(100% / 12 * 8.5);
  }
}

@media screen and (max-width: 767px) {
  .footer-left {
    width: 100%;
  }
}

.footer-right {
  max-width: calc(100% / 12 * 4);
  width: 328px;
}

@media screen and (max-width: 991px) {
  .footer-right {
    max-width: calc(100% / 12 * 3);
  }
}

@media screen and (max-width: 767px) {
  .footer-right {
    margin-top: 50px;
    max-width: 100%;
    width: 100%;
  }
}

.copy {
  font-size: 13px;
  padding: 20px;
  text-align: center;
  font-family: "Amiri", serif;
}

/*==================================================

** fv 
==================================================*/
.fv,
.pagettl {
  margin-top: 72px;
}

@media screen and (max-width: 991px) {
  .fv,
  .pagettl {
    margin-top: 50px;
  }
}

.fv .imgbox {
  overflow: hidden;
  padding-top: 47.9%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .fv .imgbox {
    padding-top: 139%;
  }
}

.fv .imgbox .ofi {
  font-family: "object-fit: cover; object-position: center;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

/*==================================================

** pagettl
==================================================*/
.pagettl {
  background: #018DEB;
  padding: 80px 0 85px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .pagettl {
    padding: 60px 0 70px;
  }
}

@media screen and (max-width: 767px) {
  .pagettl {
    padding: 40px 0;
  }
  .pagettl .wrap-min .ttl-block .ttl .main {
    font-size: 30px !important;
  }
}

.pagettl.bg-black {
  background-color: #1A1A1A !important;
}

.pagettl .wrap-min .ttl-block {
  text-align: center;
}

.pagettl .wrap-min .ttl-block .ttl {
  color: #FFF;
  display: inline-block;
  text-align: left;
}

.pagettl .wrap-min .ttl-block .ttl .mini {
  font-size: 1.5em;
  letter-spacing: 1px;
}

.pagettl .wrap-min .ttl-block .ttl .main {
  font-size: 6.6em;
  font-family: "Inter", sans-serif;
}

.pagettl .wrap-min .ttl-block .ttl .main::after {
  content: none;
}

/*==================================================

** top
==================================================*/
.t-news-block {
  position: relative;
}

.t-news-contents-outer {
  margin-top: 120px;
}

@media screen and (max-width: 991px) {
  .t-news-contents-outer {
    margin-top: 100px;
  }
}

.t-news-contents {
  background-color: #E5E8ED;
  border-bottom: 7px solid #E75B2C;
  position: relative;
}

@media screen and (max-width: 767px) {
  .t-news-contents {
    border-bottom: 4px solid #E75B2C;
  }
}

.t-news-contents::before, .t-news-contents::after {
  content: "";
  display: block;
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .t-news-contents::before, .t-news-contents::after {
    height: 4px;
  }
}

.t-news-contents::before {
  background-color: #0054DB;
  bottom: 0;
}

.t-news-contents::after {
  background-color: #018DEB;
  bottom: 7px;
}

@media screen and (max-width: 767px) {
  .t-news-contents::after {
    bottom: 4px;
  }
}

.t-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1.5%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .t-news-list {
    margin: -6.5%;
  }
}

@media screen and (max-width: 991px) {
  .t-news-list.information-list .list-child {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .t-news-list.information-list .list-child {
    padding: 6.5%;
    width: 100%;
  }
}

.t-news-list:not(.information-list) {
  top: -47px;
}

@media screen and (max-width: 1199px) {
  .t-news-list:not(.information-list) {
    top: -45px;
  }
}

@media screen and (max-width: 991px) {
  .t-news-list:not(.information-list) {
    top: -30px;
  }
}

@media screen and (max-width: 767px) {
  .t-news-list:not(.information-list) {
    top: -43px;
  }
}

.t-news-list .list-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.5%;
  width: calc(100% / 3);
}

@media screen and (max-width: 767px) {
  .t-news-list .list-child {
    padding: 6.5%;
    width: 100%;
  }
}

.t-news-list .link {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .t-news-list .link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.t-news-list .link:hover .imgbox .ofi {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.t-news-list .link:hover .txtbox:after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.t-news-list .imgbox {
  overflow: hidden;
  padding-top: 67.977528%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .t-news-list .imgbox {
    padding-top: 37.977528%;
    width: calc(100% / 12 * 7);
  }
}

.t-news-list .imgbox .ofi {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.t-news-list .txtbox {
  background-color: #1A1A1A;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10% 10% 20%;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .t-news-list .txtbox {
    padding: 6%;
    width: calc(100% / 12 * 3);
  }
}

.t-news-list .txtbox::after {
  background-image: url(../img/common/ic-deco_2x.png);
  bottom: 16px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 16px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  width: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .t-news-list .txtbox::after {
    bottom: 10px;
    right: 10px;
  }
}

.t-news-list .ttl {
  color: #FFF;
  font-size: 15px;
  line-height: 2;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .t-news-list .ttl {
    font-size: 14px;
    margin-top: 10px;
  }
}

.time {
  color: #AAA;
  font-size: 16px;
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  .time {
    font-size: 14px;
  }
}

.date-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 62.5%;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 991px) {
  .date-box {
    font-size: 55.5%;
  }
}

@media screen and (max-width: 767px) {
  .date-box {
    font-size: 43.5%;
  }
}

.date-box .year,
.date-box .month-day {
  font-weight: 300;
  line-height: 1;
}

.date-box .year {
  font-size: 15px;
  font-size: 1.5em;
  margin-right: 6px;
  text-orientation: sideways;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
}

.date-box .month-day {
  font-size: 47px;
  font-size: 4.7em;
}

.cat {
  background-color: #0054DB;
  color: #FFF;
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  min-width: 102px;
  padding: 5px 10px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cat {
    font-size: 10px;
    min-width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .android .cat {
    padding: 7px 10px 4px;
  }
}

.mission-block .imgbox {
  width: 704px;
}

@media screen and (max-width: 1199px) {
  .mission-block .imgbox {
    width: 540px;
  }
}

@media screen and (max-width: 991px) {
  .mission-block .imgbox {
    width: 420px;
  }
}

@media screen and (max-width: 767px) {
  .mission-block .imgbox {
    margin-top: 20px;
    width: 90%;
  }
}

.mission-block .txtbox .ttl {
  font-size: 28px;
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  .mission-block .txtbox .ttl {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  .mission-block .txtbox .ttl {
    font-size: 18px;
  }
}

.mission-block .txtbox .txt {
  font-size: 16px;
  line-height: 2.6;
}

@media screen and (max-width: 991px) {
  .mission-block .txtbox .txt {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .mission-block .txtbox .txt {
    line-height: 2;
  }
}

.t-service-block {
  background-image: url(../img/top/service-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.t-service-box {
  margin-top: 100px;
  max-width: 1804px;
  overflow: hidden;
  width: 94%;
}

@media screen and (max-width: 1199px) {
  .t-service-box {
    margin-top: 80px;
  }
}

@media screen and (max-width: 991px) {
  .t-service-box {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .t-service-box {
    margin-top: 30px;
  }
}

.t-service-box .link.-entire {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.t-service-box .link.-entire:hover .txtbox {
  background-color: #0054DB;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.t-service-box .link.-entire:hover .btn .btn-inner {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.t-service-box .link.-entire:hover .btn .btn-inner::after {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.t-service-box .txtbox {
  background-color: #1A1A1A;
  color: #FFF;
  position: relative;
  width: calc(100% / 12 * 3.7);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .t-service-box .txtbox {
    width: calc(100% / 12 * 5);
  }
}

@media screen and (max-width: 767px) {
  .t-service-box .txtbox {
    width: calc(100% / 12 * 6);
  }
}

.t-service-box .txtbox::before {
  content: "";
  position: absolute;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .t-service-box .txtbox::before {
    width: 180px;
  }
}

@media screen and (max-width: 767px) {
  .t-service-box .txtbox::before {
    width: 40px;
  }
}

.t-service-box .txtbox .ttl,
.t-service-box .txtbox .txt,
.t-service-box .txtbox .btn {
  position: relative;
  z-index: 2;
}

.t-service-box .txtbox .ttl {
  font-size: 2.8vw;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1920px) {
  .t-service-box .txtbox .ttl {
    font-size: 54px;
  }
}

@media screen and (max-width: 767px) {
  .t-service-box .txtbox .ttl {
    font-size: 18px;
  }
}

.t-service-box .txtbox .txt {
  font-size: 16px;
  line-height: 2.6;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .t-service-box .txtbox .txt {
    display: none;
  }
}

.t-service-box .txtbox .btn {
  padding-top: 50px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .t-service-box .txtbox .btn {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .t-service-box .txtbox .btn {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .t-service-box .txtbox .btn .btn-inner {
    min-width: 150px;
  }
  .t-service-box .txtbox .btn .btn-inner .link {
    padding: 10px 15px;
  }
  .t-service-box .txtbox .btn .btn-inner .en {
    font-size: 16px;
    margin-right: 5px;
  }
  .t-service-box .txtbox .btn .btn-inner .ja {
    font-size: 10px;
  }
}

.t-service-box .imgbox {
  position: relative;
  width: calc(100% / 12 * 8.3);
}

@media screen and (max-width: 991px) {
  .t-service-box .imgbox {
    width: calc(100% / 12 * 7);
  }
}

@media screen and (max-width: 767px) {
  .t-service-box .imgbox {
    width: calc(100% / 12 * 6);
  }
}

.t-service-box .imgbox .ofi {
  font-family: "object-fit: cover; object-position: center right;";
  height: 100%;
  -o-object-position: center right;
     object-position: center right;
}

.t-service-box .imgbox .txt-deco {
  bottom: 16px;
  color: #FFF;
  font-size: 3.45vw;
  font-weight: 300;
  position: absolute;
  font-family: "Inter", sans-serif;
}

@media screen and (min-width: 1920px) {
  .t-service-box .imgbox .txt-deco {
    font-size: 66px;
  }
}

@media screen and (max-width: 991px) {
  .t-service-box .imgbox .txt-deco {
    bottom: 6px;
  }
}

.t-service-box:not(.-rev) {
  margin-left: auto;
}

.t-service-box:not(.-rev) .link.-entire:hover .txtbox::before {
  border-left: 250px solid #0054DB;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 991px) {
  .t-service-box:not(.-rev) .link.-entire:hover .txtbox::before {
    border-left: 170px solid #0054DB;
  }
}

.t-service-box:not(.-rev) .txtbox {
  padding: 5% 1.5% 5% 5%;
}

@media screen and (min-width: 1920px) {
  .t-service-box:not(.-rev) .txtbox {
    padding: 90px 27px 80px 70px;
  }
}

@media screen and (max-width: 991px) {
  .t-service-box:not(.-rev) .txtbox {
    padding: 5% 3% 5% 5%;
  }
}

@media screen and (max-width: 767px) {
  .t-service-box:not(.-rev) .txtbox {
    padding: 8% 2% 8% 5%;
  }
}

.t-service-box:not(.-rev) .txtbox::before {
  border-left: 250px solid #1A1A1A;
  border-top: 680px solid transparent;
  bottom: 0;
  height: 100%;
  position: absolute;
  right: 1px;
  -webkit-transform: translateX(100%) rotateX(180deg);
          transform: translateX(100%) rotateX(180deg);
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .t-service-box:not(.-rev) .txtbox::before {
    border-left: 170px solid #1A1A1A;
  }
}

.t-service-box:not(.-rev) .txtbox > .txt {
  margin-right: -25%;
}

@media screen and (max-width: 991px) {
  .t-service-box:not(.-rev) .txtbox > .txt {
    margin-right: -10%;
  }
}

.t-service-box:not(.-rev) .imgbox .txt-deco {
  right: 25px;
}

@media screen and (max-width: 991px) {
  .t-service-box:not(.-rev) .imgbox .txt-deco {
    right: 12px;
  }
}

.t-service-box.-rev .link.-entire {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.t-service-box.-rev .link.-entire:hover .txtbox::before {
  border-right: 250px solid #0054DB;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 991px) {
  .t-service-box.-rev .link.-entire:hover .txtbox::before {
    border-right: 170px solid #0054DB;
  }
}

.t-service-box.-rev .txtbox {
  padding: 5% 5% 5% 1.5%;
}

@media screen and (min-width: 1920px) {
  .t-service-box.-rev .txtbox {
    padding: 90px 70px 80px 27px;
  }
}

@media screen and (max-width: 991px) {
  .t-service-box.-rev .txtbox {
    padding: 5% 5% 5% 3%;
  }
}

@media screen and (max-width: 767px) {
  .t-service-box.-rev .txtbox {
    padding: 8% 5% 8% 2%;
  }
}

.t-service-box.-rev .txtbox::before {
  border-right: 250px solid #1A1A1A;
  border-top: 680px solid transparent;
  height: 100%;
  left: 1px;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  /* background: linear-gradient(to top left, $color-txt 50%, rgba(255,255,255,0) 50.5%) no-repeat top left/100% 100%;
        right: 100%; */
  width: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 991px) {
  .t-service-box.-rev .txtbox::before {
    border-right: 170px solid #1A1A1A;
  }
}

.t-service-box.-rev .imgbox .txt-deco {
  left: 25px;
}

@media screen and (max-width: 991px) {
  .t-service-box.-rev .imgbox .txt-deco {
    left: 12px;
  }
}

.t-recruit-block .imgbox {
  margin-top: 40px;
}

.t-recruit-block .txtbox {
  margin-top: -55px;
}

@media screen and (max-width: 991px) {
  .t-recruit-block .txtbox {
    margin-top: -30px;
  }
}

@media screen and (max-width: 767px) {
  .t-recruit-block .txtbox {
    margin-top: -20px;
  }
}

.t-recruit-block .ttl {
  color: #018DEB;
  font-size: 108px;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .t-recruit-block .ttl {
    font-size: 80px;
  }
}

@media screen and (max-width: 767px) {
  .t-recruit-block .ttl {
    font-size: 60px;
  }
}

.t-recruit-block .txt {
  font-size: 16px;
  line-height: 2.6;
  margin-top: 30px;
  max-width: 790px;
}

@media screen and (max-width: 767px) {
  .t-recruit-block .txt {
    font-size: 14px;
    line-height: 2;
    margin-top: 10px;
  }
}

.t-recruit-block .btn {
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .t-recruit-block .btn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .t-recruit-block .btn {
    margin-top: 20px;
  }
}

.t-recruit-block .btn .btn-inner {
  width: 220px;
}

.t-company-info-block-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -5% -1.5%;
}

.t-company-info-box {
  padding: 5% 1.5%;
}

.t-company-info-box.-outline, .t-company-info-box.-group {
  width: calc(100% / 2);
}

.t-company-info-box.-outline .imgbox, .t-company-info-box.-group .imgbox {
  padding-top: 66.6%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.t-company-info-box.-outline .imgbox > *, .t-company-info-box.-group .imgbox > * {
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.t-company-info-box .txtbox {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .t-company-info-box .txtbox {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .t-company-info-box .txtbox {
    margin-top: 12px;
  }
}

.t-company-info-box .txtbox .ttl {
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .t-company-info-box .txtbox .ttl {
    font-size: 16px;
    padding-left: 7px;
  }
}

.t-company-info-box.-outline .imgbox {
  background-image: url(../img/top/outline-img.jpg);
}

.t-company-info-box.-outline .imgbox .txt {
  color: #FFF;
  font-size: 58px;
  font-weight: 300;
}

@media screen and (max-width: 1199px) {
  .t-company-info-box.-outline .imgbox .txt {
    font-size: 5vw;
  }
}

.t-company-info-box.-group .imgbox {
  background-image: url(../img/top/group-img.jpg);
}

.t-company-info-box.-group .imgbox .ofi {
  width: 440px;
}

@media screen and (max-width: 1199px) {
  .t-company-info-box.-group .imgbox .ofi {
    width: 35vw;
  }
}

.t-company-info-box.-sponsor {
  width: 100%;
}

.t-company-info-box .link:hover {
  opacity: 0.7;
}

/*==================================================

** company_links
==================================================*/
.company_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 175px auto 150px;
}

@media screen and (max-width: 991px) {
  .company_links__content .company_links__content__filter p .en_ttl {
    font-size: 50px;
  }
}

@media screen and (max-width: 767px) {
  .company_links {
    margin: 90px auto;
  }
  .company_links__content {
    height: auto;
    margin-bottom: 7px;
    max-width: inherit;
    width: 49%;
  }
  .company_links__content a {
    padding-top: 66.6%;
  }
  .company_links__content .company_links__content__filter p.jp_ttl {
    font-size: 11px;
  }
  .company_links__content .company_links__content__filter p .en_ttl {
    font-size: 20px;
    line-height: 1.2;
  }
}

.company_links__content {
  background: url(../img/common/company_links01.jpg) no-repeat center/cover;
  height: auto;
  margin-bottom: 4px;
  max-width: 568px;
  position: relative;
  width: 49.82456%;
}

.company_links__content.mission {
  background-image: url(../img/common/company_links02.jpg);
}

.company_links__content.service {
  background-image: url(../img/common/company_links03.jpg);
}

.company_links__content.group {
  background-image: url(../img/common/company_links04.jpg);
}

.company_links__content a {
  background-color: rgba(77, 77, 77, 0.9);
  display: block;
  height: 0;
  mix-blend-mode: multiply;
  padding-top: 41.54929%;
  position: relative;
  text-decoration: none;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.company_links__content a.current, .company_links__content a:hover {
  background-color: rgba(1, 141, 235, 0.9);
}

.company_links__content .company_links__content__filter {
  left: 12.32394%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.company_links__content .company_links__content__filter p {
  color: #FFF;
}

.company_links__content .company_links__content__filter p.jp_ttl {
  font-size: 15px;
}

.company_links__content .company_links__content__filter p .en_ttl {
  display: block;
  font-size: 66px;
  font-weight: 300;
  line-height: 1;
  font-family: "Inter", sans-serif;
}

/*==================================================

** service
==================================================*/
@media screen and (max-width: 1199px) {
  #service .service_content01 .t-service-box {
    padding: 0 30px;
  }
  #service .service_content01 .t-service-box .mask-block .txtbox .txtbox_inner .mini_ttl {
    font-size: 18px;
  }
  #service .service_content01 .t-service-box .mask-block .txtbox .txtbox_inner .ttl {
    font-size: 45px;
  }
}

@media screen and (max-width: 991px) {
  #service .service_top {
    padding-bottom: 150px;
  }
  #service .service_top .wrap-min .service_img {
    width: 70%;
  }
  #service .service_content01 .t-service-box .mask-block .txtbox .txtbox_inner .mini_ttl {
    font-size: 15px;
  }
  #service .service_content01 .t-service-box .mask-block .txtbox .txtbox_inner .ttl {
    font-size: 40px;
  }
}

@media screen and (max-width: 767px) {
  #service .service_top {
    padding: 50px 0 100px;
  }
  #service .service_top .wrap-min .service_img {
    margin-top: 40px;
    width: 80%;
  }
  #service .service_content01 {
    margin: 70px 0 25px;
  }
  #service .service_content01 .t-service-box {
    padding: 0 15px;
  }
  #service .service_content01 .t-service-box .mask-block .txtbox .txtbox_inner .mini_ttl {
    font-size: 11px;
  }
  #service .service_content01 .t-service-box .mask-block .txtbox .txtbox_inner .ttl {
    font-size: 18px;
  }
  #service .service_content02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    margin: 0 0 30px;
  }
  #service .service_content02 .txtbox {
    margin-top: 25px;
    padding-right: 0;
    width: 100%;
  }
  #service .service_content02 .txtbox .ttl {
    font-size: 16px;
    letter-spacing: 0;
    padding-left: 10px;
  }
  #service .service_content02 .txtbox .ttl::before {
    width: 3px;
  }
  #service .service_content02 .txtbox .txt {
    font-size: 14px;
    line-height: 2;
  }
  #service .service_content02 .imgbox {
    max-width: inherit;
    width: 100%;
  }
  #service .service_content02 .send_button .btn-inner .link {
    font-size: 14px;
  }
}

#service .service_top {
  background: url(../img/company/service_bg.jpg) no-repeat center/cover;
  color: #1A1A1A;
  margin-bottom: 55px;
  padding: 60px 0 250px;
}

#service .service_top .wrap-min .service_img {
  margin: 60px auto 0;
  max-width: 688px;
}

#service .service_content01 {
  margin: 145px 0 35px;
}

#service .service_content01 .t-service-box {
  margin: 0 auto;
  max-width: 1170px;
  padding: 0 15px;
  width: 100%;
}

#service .service_content01 .t-service-box .mask-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#service .service_content01 .t-service-box .mask-block .txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#service .service_content01 .t-service-box .mask-block .txtbox .txtbox_inner {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#service .service_content01 .t-service-box .mask-block .txtbox .txtbox_inner .mini_ttl {
  font-size: 22px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
}

#service .service_content01 .t-service-box .mask-block .txtbox .txtbox_inner .ttl {
  font-size: 56px;
  line-height: 1.3;
}

#service .service_content02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
}

#service .service_content02 .txtbox {
  padding-right: 4.82456%;
  width: 65.61403%;
}

#service .service_content02 .txtbox .ttl {
  color: #1A1A1A;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-left: 17px;
  position: relative;
}

#service .service_content02 .txtbox .ttl::before {
  background: #018DEB;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 8px;
}

#service .service_content02 .txtbox .txt {
  line-height: 2.7;
}

#service .service_content02 .imgbox {
  max-width: 392px;
  width: 34.38596%;
}

#service .service_content02 .send_button {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#service .service_content02 .send_button .btn-inner {
  min-width: 232px;
}

#service .service_content02 .send_button .btn-inner .link {
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11px 20px;
}

#service .service_content02.full .txtbox {
  width: 100%;
}

/*==================================================

** mission
==================================================*/
@media screen and (max-width: 991px) {
  #mission .mission_wrap .mission_content01 {
    margin-top: 60px;
  }
  #mission .mission_wrap .mission_content01 .ttl_style01 {
    font-size: 22px;
    margin-bottom: 45px;
  }
  #mission .mission_wrap .txtbox .ttl {
    font-size: 22px;
  }
  #mission .mission_wrap .txtbox .txt {
    line-height: 2.6;
  }
  #mission .mission_wrap .syakun li {
    font-size: 18px;
    margin-bottom: 12px;
  }
  #mission .mission_wrap .mission_content02 {
    margin-top: 130px;
  }
  #mission .mission_wrap .mission_content02 .inner_txt .txtbox .name {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) {
  #mission .mission_wrap {
    margin-top: 50px;
  }
  #mission .mission_wrap .mission_content01 {
    margin-top: 40px;
  }
  #mission .mission_wrap .mission_content01 .ttl_style01 {
    font-size: 18px;
    margin-bottom: 35px;
    padding-top: 12px;
  }
  #mission .mission_wrap .client_first {
    margin: 0 0 30px;
    width: 80%;
  }
  #mission .mission_wrap .txtbox .ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #mission .mission_wrap .txtbox .txt {
    font-size: 14px;
    line-height: 2;
  }
  #mission .mission_wrap .syakun {
    margin-left: 2.4em;
  }
  #mission .mission_wrap .syakun li {
    font-size: 16px;
    letter-spacing: 1px;
    padding-left: 0;
  }
  #mission .mission_wrap .mission_content02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    margin-top: 90px;
  }
  #mission .mission_wrap .mission_content02 .inner_txt {
    padding-right: 0;
    width: 100%;
  }
  #mission .mission_wrap .mission_content02 .inner_txt .txtbox .name {
    margin-top: 15px;
  }
  #mission .mission_wrap .mission_content02 .inner_img {
    margin: 0 auto 40px;
    max-width: inherit;
    width: 60%;
  }
}

#mission .mission_wrap {
  margin-top: 65px;
}

#mission .mission_wrap .mission_content01 {
  margin-top: 65px;
}

#mission .mission_wrap .mission_content01 .ttl_style01 {
  border-bottom: solid 1px #E5E8ED;
  border-top: solid 2px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 50px;
  padding: 15px 0 12px;
}

#mission .mission_wrap .client_first {
  margin: 50px 0 40px;
  max-width: 456px;
}

#mission .mission_wrap .txtbox .ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

#mission .mission_wrap .txtbox .txt {
  line-height: 2.7;
}

#mission .mission_wrap .syakun {
  margin-left: 3em;
}

#mission .mission_wrap .syakun li {
  font-size: 21px;
  letter-spacing: 2px;
  list-style: "一、";
  margin-bottom: 15px;
  padding-left: 10px;
}

#mission .mission_wrap .mission_content02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 155px;
}

#mission .mission_wrap .mission_content02 .inner_txt .ttl {
  margin-bottom: 25px;
}

#mission .mission_wrap .mission_content02 .inner_txt .txtbox .name {
  margin-top: 35px;
  text-align: right;
}

#mission .mission_wrap .mission_content02 .inner_txt .txtbox .name .bold {
  font-size: 18px;
}

#mission .mission_wrap .mission_content02 .inner_img {
  max-width: 356px;
  width: 31.22807%;
}

#mission .mission_wrap .mission_content02 .inner_img img {
  width: 100%;
}

/*==================================================

** outline
==================================================*/
@media screen and (max-width: 1199px) {
  #outline .outline_wrap .table_box .table01 tr th {
    width: 22%;
  }
}

@media screen and (max-width: 991px) {
  #outline .outline_wrap .table_box .table01 tr th {
    padding: 15px;
    width: 27%;
  }
  #outline .outline_wrap .table_box .table01 tr td {
    padding: 15px;
  }
}

@media screen and (max-width: 767px) {
  #outline .sp-visible {
    display: block;
  }
  #outline .outline_wrap {
    padding-bottom: 70px;
  }
  #outline .outline_wrap .table_box {
    display: block;
    margin-top: 40px;
  }
  #outline .outline_wrap .table_box .table01 {
    width: 100%;
  }
  #outline .outline_wrap .table_box .table01:first-child tr:last-child {
    border-bottom: none;
  }
  #outline .outline_wrap .table_box .table01 tr th {
    line-height: 2;
    padding: 15px;
    width: 27%;
  }
  #outline .outline_wrap .table_box .table01 tr td {
    line-height: 2;
    padding: 15px;
  }
  #outline .access .txtbox .txt {
    font-size: 14px;
  }
  #outline .access .map {
    margin-top: 40px;
  }
  #outline .access .map iframe {
    height: 300px;
  }
}

#outline .sp-visible {
  display: none;
}

#outline .outline_wrap {
  background: #F4F5F7;
  margin-bottom: 70px;
  padding: 60px 0 110px;
}

#outline .outline_wrap .table_box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 60px;
}

#outline .outline_wrap .table_box .table01 {
  width: 48%;
}

#outline .outline_wrap .table_box .table01 tr {
  border-top: solid 1px #CBCBCB;
}

#outline .outline_wrap .table_box .table01 tr:last-child {
  border-bottom: solid 1px #CBCBCB;
}

#outline .outline_wrap .table_box .table01 tr th {
  background: #018DEB;
  color: #FFF;
  font-size: 14px;
  line-height: 2.4;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  width: 21%;
}

#outline .outline_wrap .table_box .table01 tr td {
  background: #FFF;
  font-size: 14px;
  line-height: 2.4;
  padding: 20px;
  vertical-align: top;
}

#outline .outline_wrap .table_box .table01 tr td a {
  text-decoration: underline;
}

#outline .access .txtbox {
  margin-top: 20px;
}

#outline .access .map {
  margin-top: 50px;
}

#outline .access .map iframe {
  height: 554px;
}

/*==================================================

** contact
==================================================*/
#contact-block {
  background: #F4F5F7;
}

@media screen and (max-width: 991px) {
  #contact-block .address_block .wrap {
    padding: 100px 20px;
  }
  #contact-block .address_block .address_box .box01 {
    margin: 0 10px;
  }
  #contact-block .address_block .address_box .box01 .ttl {
    font-size: 18px;
    padding: 0 10px 0 0;
  }
  #contact-block .address_block .address_box .box01 .ttl .mini {
    font-size: 13px;
  }
  #contact-block .address_block .address_box .box01 .address {
    padding: 0 15px;
  }
  #contact-block .address_block .address_box .box01 .address .txt01 {
    font-size: 15px;
  }
  #contact-block .address_block .address_box .box01 .address .tel {
    font-size: 28px;
  }
  #contact-block .form-table tr th {
    padding: 20px 10px 20px 0;
  }
  #contact-block .form-table tr td {
    padding: 20px 10px;
  }
  #contact-block .form-table tr td .box .address-control label {
    width: 100px;
  }
  #contact-block input,
  #contact-block select,
  #contact-block textarea {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  #contact-block .sp-visible {
    display: block;
  }
  #contact-block .address_block .wrap {
    padding: 60px 20px;
  }
  #contact-block .address_block .address_box {
    display: block;
    padding: 0;
  }
  #contact-block .address_block .address_box .box01 {
    padding: 20px 0;
  }
  #contact-block .address_block .address_box .box01:first-child {
    border-bottom: solid 1px #FFF;
  }
  #contact-block .address_block .address_box .box01 .ttl {
    font-size: 16px;
    line-height: 1.2;
  }
  #contact-block .address_block .address_box .box01 .ttl .mini {
    font-size: 12px;
  }
  #contact-block .address_block .address_box .box01 .address {
    padding: 0 0 0 15px;
  }
  #contact-block .address_block .address_box .box01 .address .txt01 {
    font-size: 14px;
    letter-spacing: 0;
  }
  #contact-block .address_block .address_box .box01 .address .tel01 {
    font-size: 25px;
  }
  #contact-block .address_block .address_box .box01 .address .txt02 {
    font-size: 12px;
    letter-spacing: 0;
  }
  #contact-block .success {
    font-size: 16px;
  }
  #contact-block .comp_txt {
    font-size: 14px;
  }
  #contact-block .alert,
  #contact-block .warning {
    font-size: 14px;
  }
  #contact-block #step-image {
    margin-bottom: 40px;
  }
  #contact-block #step-image .step-1,
  #contact-block #step-image .step-2,
  #contact-block #step-image .step-3 {
    font-size: 12px !important;
    letter-spacing: 0;
    line-height: 1;
    padding: 6px 5px 10px;
    text-align: center;
  }
  #contact-block #step-image .step-1 span,
  #contact-block #step-image .step-2 span,
  #contact-block #step-image .step-3 span {
    font-size: 11px;
    padding: 0;
  }
  #contact-block #step-image .step-1 .visible-xs,
  #contact-block #step-image .step-2 .visible-xs,
  #contact-block #step-image .step-3 .visible-xs {
    display: block;
  }
  #contact-block .form-table tr {
    display: block;
    padding: 0;
  }
  #contact-block .form-table tr th {
    border-right: none;
    display: block;
    font-size: 14px;
    padding: 15px 0;
    width: 100%;
  }
  #contact-block .form-table tr td {
    border-top: dotted 1px #A5A5A5;
    display: block;
    font-size: 14px;
    padding: 20px 0;
    width: 100%;
  }
  #contact-block .form-table tr td .box .address-control:last-child label {
    width: 100%;
  }
  #contact-block .form-table tr td #your_address_pref {
    max-width: inherit;
  }
  #contact-block .form-table tr#tr-your_koumoku td, #contact-block .form-table tr#tr-your_kubun td {
    padding: 20px 0;
  }
  #contact-block input,
  #contact-block select {
    height: 40px;
  }
  #contact-block .send_button .btn-inner .link {
    font-size: 14px;
  }
  #contact-block .send_button .back {
    margin: 15px 0 0;
  }
}

#contact-block .sp-visible {
  display: none;
}

#contact-block .address_block {
  background: url(../img/contact_bg.jpg) no-repeat center/cover;
}

#contact-block .address_block .wrap {
  padding: 150px 20px;
}

#contact-block .address_block .address_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #FFF;
  border-top: solid 1px #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 35px 0;
}

#contact-block .address_block .address_box .box01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 20px;
}

#contact-block .address_block .address_box .box01 .ttl {
  font-size: 21px;
  font-weight: bold;
  padding: 0 20px;
  text-align: center;
  word-break: keep-all;
}

#contact-block .address_block .address_box .box01 .ttl .mini {
  display: block;
  font-size: 14px;
  font-weight: normal;
}

#contact-block .address_block .address_box .box01 .address {
  border-left: solid 1px #FFF;
  font-size: 14px;
  font-weight: bold;
  padding: 0 20px;
}

#contact-block .address_block .address_box .box01 .address .txt01 {
  font-size: 16px;
}

#contact-block .address_block .address_box .box01 .address .tel {
  font-size: 38px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  font-family: "Inter", sans-serif;
}

#contact-block .wrap {
  max-width: 945px;
  padding-top: 0;
}

#contact-block .success {
  border-color: #1A1A1A;
  color: #1A1A1A;
  margin-bottom: 30px;
}

#contact-block .comp_txt {
  text-align: center;
}

#contact-block .ttl.-main {
  margin: 80px 0 30px;
}

#contact-block #step-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 70px;
}

#contact-block #step-image .step-1,
#contact-block #step-image .step-2,
#contact-block #step-image .step-3 {
  background: #FFF;
  color: #808080;
  font-size: 16px;
  font-weight: bold;
  margin-right: 3px;
  max-width: 313px;
  padding: 6px 20px;
  position: relative;
  width: 33.12169%;
}

#contact-block #step-image .step-1 span,
#contact-block #step-image .step-2 span,
#contact-block #step-image .step-3 span {
  font-size: 13px;
  padding-right: 1em;
  font-family: "Inter", sans-serif;
}

#contact-block #step-image .step-1 .visible-xs,
#contact-block #step-image .step-2 .visible-xs,
#contact-block #step-image .step-3 .visible-xs {
  display: none;
}

#contact-block #step-image .step-1.active,
#contact-block #step-image .step-2.active,
#contact-block #step-image .step-3.active {
  background: #018DEB;
  color: #FFF;
}

#contact-block #step-image .step-1.active::before,
#contact-block #step-image .step-2.active::before,
#contact-block #step-image .step-3.active::before {
  border-bottom: 8px solid transparent;
  border-left: 8px solid #018DEB;
  border-top: 8px solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  z-index: 1;
}

#contact-block #step-image .step-3 {
  margin-right: 0;
}

#contact-block #step-image .step-3.active::before {
  content: none;
}

#contact-block .form-table {
  width: 100%;
}

#contact-block .form-table tr {
  border-bottom: solid 1px #A5A5A5;
  padding: 20px 20px 20px 0;
}

#contact-block .form-table tr:first-child {
  border-top: solid 1px #A5A5A5;
}

#contact-block .form-table tr th {
  border-right: solid 1px #A5A5A5;
  color: #1A1A1A;
  letter-spacing: 0;
  padding: 20px;
  vertical-align: top;
  width: 27%;
}

#contact-block .form-table tr th .box {
  font-weight: bold;
  text-align: left;
}

#contact-block .form-table tr td {
  color: #1A1A1A;
  letter-spacing: 0;
  padding: 10px;
  width: 73%;
}

#contact-block .form-table tr td .zip-btn {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#contact-block .form-table tr td .zip-btn:hover {
  background: #0054DB;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#contact-block .form-table tr td #your_address_zip1,
#contact-block .form-table tr td #your_address_zip2 {
  max-width: 180px;
  width: 100%;
}

#contact-block .form-table tr td #your_address_pref {
  max-width: 180px;
  width: 100%;
}

#contact-block .form-table tr td #your_address {
  width: 100%;
}

#contact-block .form-table tr td .box .address-control:last-child label {
  width: 81.9291%;
}

#contact-block .form-table tr#tr-your_koumoku td, #contact-block .form-table tr#tr-your_kubun td {
  padding: 20px;
}

#contact-block .alert,
#contact-block .warning {
  color: #E75B2C;
}

#contact-block .need {
  background: #018DEB;
  color: #FFF;
  font-size: 10px;
  margin-left: 10px;
  padding: 3px 5px;
  position: relative;
  top: -2px;
}

#contact-block input,
#contact-block select {
  border: none;
  height: 46px;
  padding: 3px 10px;
}

#contact-block input[type="radio"] {
  position: relative;
  top: 2px;
}

#contact-block select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../img/common/select_arrow.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 12px auto;
  padding-right: 32px;
}

#contact-block select::-ms-expand {
  display: none;
}

#contact-block .full {
  width: 100%;
}

#contact-block textarea {
  border: none;
  max-width: inherit;
  overflow-x: hidden;
  padding: 3px 10px;
  width: 100%;
}

#contact-block .form-guide.mb {
  margin-bottom: 70px;
}

#contact-block .send_button .btn-inner {
  max-width: 232px;
  width: 100%;
}

#contact-block .send_button .btn-inner .link {
  font-size: 16px;
  font-weight: bold;
  height: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#contact-block .send_button .back {
  background: #FFF;
  margin-left: 10px;
}

#contact-block .send_button .back .to_back {
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
}

#contact-block .send_button .back::after {
  background-image: url(../img/common/ic-deco-black_2x.png);
}

#contact-block .send_button .back:hover {
  background: #1A1A1A;
}

#contact-block .send_button .back:hover .to_back {
  color: #FFF;
}

#contact-block .send_button .back:hover::after {
  background-image: url(../img/common/ic-deco_2x.png);
}

#top .btn.-main.-bc-white .btn-inner:hover {
  background-color: transparent;
}

/*==================================================

** group
==================================================*/
@media screen and (max-width: 991px) {
  #group .group_wrap .group_content01 {
    margin-top: 60px;
  }
  #group .group_wrap .group_content01 .ttl_style01 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #group .group_wrap .txtbox .ttl {
    font-size: 22px;
  }
  #group .group_wrap .txtbox .txt {
    line-height: 2.6;
  }
}

@media screen and (max-width: 767px) {
  #group .group_wrap {
    margin-top: 50px;
  }
  #group .group_wrap .group_content01 {
    margin-top: 40px;
  }
  #group .group_wrap .group_content01 .ttl_style01 {
    font-size: 18px;
    margin-bottom: 16px;
    padding-top: 12px;
  }
  #group .group_wrap .txtbox .ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #group .group_wrap .txtbox .txt {
    font-size: 14px;
    line-height: 2;
  }
}

#group .group_wrap {
  margin-top: 65px;
}

#group .group_wrap .group_content01 {
  border-top: solid 2px;
  margin-top: 65px;
}

#group .group_wrap .group_content01 .ttl_style01 {
  border-bottom: solid 1px #E5E8ED;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 30px;
  padding: 0 0 12px;
}

#group .group_wrap .client_first {
  margin: 50px 0 40px;
  max-width: 456px;
}

#group .group_wrap .txtbox .ttl {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

#group .group_wrap .txtbox .txt {
  line-height: 2.7;
}

.group-content-inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 65px;
}

@media screen and (max-width: 767px) {
  .group-content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
}

.group-content-inner .imgbox {
  border: 1px solid #CBCBCB;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 295px;
}

@media screen and (max-width: 991px) {
  .group-content-inner .imgbox {
    width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .group-content-inner .imgbox {
    margin: 0 auto;
  }
}

@media screen and (max-width: 576px) {
  .group-content-inner .imgbox {
    width: 100%;
  }
}

.group-content-inner .group-info-box:not(.-no-logo) {
  width: calc(100% - 295px);
}

@media screen and (max-width: 991px) {
  .group-content-inner .group-info-box:not(.-no-logo) {
    width: calc(100% - 250px);
  }
}

@media screen and (max-width: 767px) {
  .group-content-inner .group-info-box:not(.-no-logo) {
    width: 100%;
  }
}

@media screen and (min-width: 767px) {
  .group-content-inner .group-info-box:not(.-no-logo) {
    padding-left: 5%;
  }
}

.group-content-inner .group-info-box.-no-logo {
  width: 100%;
}

.group-content-inner .imgbox-inner {
  overflow: hidden;
  padding-top: 65.6%;
  position: relative;
}

.group-content-inner .imgbox-inner .ofi {
  font-family: "object-fit: cover; object-position: center;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

.group-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .group-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.group-info + .group-info {
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .group-info + .group-info {
    margin-top: 14px;
  }
}

.group-info .item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: bold;
  width: 122px;
}

.group-info .item,
.group-info .info {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .group-info .item,
  .group-info .info {
    font-size: 14px;
  }
}

.group-site-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.group-site-link:hover {
  color: #018DEB;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

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

@media screen and (max-width: 767px) {
  .with-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.with-sidebar .main-column {
  overflow: hidden;
  width: 76%;
}

@media screen and (max-width: 767px) {
  .with-sidebar .main-column {
    width: 100%;
  }
}

.with-sidebar .sidebar {
  width: 19%;
}

@media screen and (max-width: 767px) {
  .with-sidebar .sidebar {
    margin-top: 70px;
    width: 100%;
  }
}

.imgbox + .single-body {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .imgbox + .single-body {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .imgbox + .single-body {
    margin-top: 22px;
  }
}

.ttl + .single-body {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .ttl + .single-body {
    margin-top: 10px;
  }
}

.single-body h1,
.single-body h2 {
  line-height: 1.6;
}

.single-body h1 {
  font-size: 22px;
}

@media screen and (max-width: 991px) {
  .single-body h1 {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .single-body h1 {
    font-size: 18px;
  }
}

.single-body h2 {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .single-body h2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .single-body h2 {
    font-size: 14px;
  }
}

.single-body hr {
  color: #CFD0D0;
  margin: 20px 0;
}

@media screen and (max-width: 991px) {
  .single-body hr {
    margin: 16px 0;
  }
}

@media screen and (max-width: 767px) {
  .single-body hr {
    margin: 10px 0;
  }
}

.single-body p {
  font-size: 16px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .single-body p {
    font-size: 14px;
    margin-top: 6px;
  }
}

.single-body * + h1 {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .single-body * + h1 {
    margin-top: 16px;
  }
}

@media screen and (max-width: 767px) {
  .single-body * + h1 {
    margin-top: 12px;
  }
}

.single-body * + h2 {
  margin-top: 16px;
}

@media screen and (max-width: 991px) {
  .single-body * + h2 {
    margin-top: 12px;
  }
}

@media screen and (max-width: 767px) {
  .single-body * + h2 {
    margin-top: 10px;
  }
}

.single-body img {
  height: auto;
  max-width: 100%;
}

.single-body img.alignright {
  display: block;
  margin: 0 0 0 auto !important;
}

.single-body img.alignleft {
  display: block;
  margin: 0 auto 0 0 !important;
}

.single-body img.aligncenter {
  display: block;
  margin: 0 auto !important;
}

.widget_title {
  border-bottom: 2px solid #E75B2C;
  color: #1A1A1A;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 0 10px;
  position: relative;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .widget_title {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .widget_title {
    padding: 4px 0 8px;
  }
}

.widget_title::before, .widget_title::after {
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.widget_title::before {
  background-color: #018DEB;
  bottom: 2px;
}

.widget_title::after {
  background-color: #0054DB;
  bottom: 0;
}

.sidebar_editable + .sidebar_editable {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .sidebar_editable + .sidebar_editable {
    margin-top: 20px;
  }
}

.sidebar_editable li {
  font-size: 16px;
}

.sidebar_editable li + li {
  border-top: 1px dotted #888989;
}

.sidebar_editable li a {
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 14px 0;
  padding-left: 24px;
  position: relative;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sidebar_editable li a::before {
  background-color: #0054DB;
  content: "";
  height: 5px;
  left: 10px;
  position: absolute;
  top: 26px;
  width: 5px;
}

.sidebar_editable li a:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.sidebar_editable li a:hover::before {
  background-color: #E75B2C;
}

.archive-wrap .ttl,
.single-wrap .ttl {
  font-size: 24px;
  letter-spacing: 0.1em;
  margin-top: 8px;
}

@media screen and (max-width: 991px) {
  .archive-wrap .ttl,
  .single-wrap .ttl {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .archive-wrap .ttl,
  .single-wrap .ttl {
    font-size: 18px;
  }
}

.archive-wrap .information-list .ttl,
.single-wrap .information-list .ttl {
  font-size: 15px;
}

@media screen and (max-width: 991px) {
  .archive-wrap .information-list .ttl,
  .single-wrap .information-list .ttl {
    font-size: 14px;
  }
}

.archive-wrap .txt,
.single-wrap .txt {
  font-size: 16px;
  line-height: 2.2;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 991px) {
  .archive-wrap .txt,
  .single-wrap .txt {
    font-size: 14px;
  }
}

.single-wrap .ttl {
  border-bottom: 1px solid #0054DB;
  padding-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .single-wrap .ttl {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .single-wrap .ttl {
    padding-bottom: 10px;
  }
}

.single-wrap .imgbox {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .single-wrap .imgbox {
    margin-top: 10px;
  }
}

.single-wrap .news-info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.info-contents {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -1.5%;
  padding-top: 6px;
}

.info-contents .imgbox {
  width: calc(100% / 10 * 2.5);
}

.info-contents .eyecatch {
  overflow: hidden;
  padding-top: 66.6%;
  position: relative;
}

.info-contents .eyecatch .ofi {
  font-family: "object-fit: cover; object-position: center;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .info-contents .txt {
    margin-top: 6px;
  }
}

.info-contents .txt.-with-img {
  width: calc(100% / 10 * 7.5);
}

@media screen and (max-width: 767px) {
  .info-contents .txt.-with-img {
    width: 100%;
  }
}

.info-contents .imgbox,
.info-contents .txt {
  padding: 1.5%;
}

@media screen and (max-width: 767px) {
  .info-contents .imgbox,
  .info-contents .txt {
    width: 100%;
  }
}

.wp-pagenavi {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 40px;
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0;
  padding: 0;
}

.wp-pagenavi a + a,
.wp-pagenavi a + span,
.wp-pagenavi span + a,
.wp-pagenavi span + span {
  margin-left: 10px !important;
}

.wp-pagenavi .pages,
.wp-pagenavi .extend {
  display: none;
}

.wp-pagenavi .page,
.wp-pagenavi .current {
  display: inline-block;
  font-size: 15px;
  height: 31px;
  line-height: 31px;
  text-align: center;
  width: 31px;
}

.wp-pagenavi .current {
  background-color: #0054DB;
  color: #FFF;
}

.wp-pagenavi .page {
  background-color: #F4F4EF;
  color: #1A1A1A;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.wp-pagenavi .page:hover {
  background-color: rgba(0, 84, 219, 0.45);
  color: #FFF;
}

.wp-pagenavi .page:active, .wp-pagenavi .page:visited {
  background-color: #F4F4EF;
  color: #1A1A1A;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
  border: none;
  display: block;
  height: 33px;
  line-height: 53px;
  position: relative;
  text-decoration: none;
}

.wp-pagenavi .first::before,
.wp-pagenavi .last::before {
  border: 2px solid;
  border-color: #0054DB #0054DB transparent transparent;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 5px;
}

.wp-pagenavi .first:hover, .wp-pagenavi .first:active,
.wp-pagenavi .last:hover,
.wp-pagenavi .last:active {
  color: #0054DB;
  text-decoration: none;
}

.wp-pagenavi .first {
  padding-left: 24px;
}

.wp-pagenavi .first::before {
  border: 1px solid;
  border-color: transparent transparent #0054DB #0054DB;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 4px;
}

.wp-pagenavi .last {
  padding-right: 24px;
}

.wp-pagenavi .last::before {
  right: 0;
}

.single-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px -1.5% -1.5%;
}

@media screen and (max-width: 767px) {
  .single-navigation {
    margin: 30px -1.5% -1.5%;
  }
}

.single-navigation .btn-outer {
  padding: 1.5%;
  width: 200px;
}

.single-navigation .btn-outer.-prev a,
.single-navigation .btn-outer.-prev span {
  position: relative;
}

.single-navigation .btn-outer.-prev a::before,
.single-navigation .btn-outer.-prev span::before {
  border: 1px solid;
  content: "";
  height: 4px;
  left: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 4px;
}

.single-navigation .btn-outer.-prev a::before {
  border-color: transparent transparent #FFF #FFF;
}

.single-navigation .btn-outer.-prev span::before {
  border-color: transparent transparent #1A1A1A #1A1A1A;
}

.single-navigation .btn-outer.-next a,
.single-navigation .btn-outer.-next span {
  position: relative;
}

.single-navigation .btn-outer.-next a::before,
.single-navigation .btn-outer.-next span::before {
  border: 1px solid;
  content: "";
  height: 4px;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(100%) rotate(45deg);
          transform: translateY(-50%) translateX(100%) rotate(45deg);
  width: 4px;
}

.single-navigation .btn-outer.-next a::before {
  border-color: #FFF #FFF transparent transparent;
}

.single-navigation .btn-outer.-next span::before {
  border-color: #1A1A1A #1A1A1A transparent transparent;
}

@media screen and (max-width: 767px) {
  .single-navigation .btn-outer.-prev, .single-navigation .btn-outer.-next {
    width: calc(100% / 2);
  }
}

@media screen and (max-width: 991px) {
  .single-navigation .btn-outer.-back {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: relative;
    width: calc(182px * 2 + 6%);
  }
  .single-navigation .btn-outer.-back::before {
    border: 1px solid;
    border-color: #FFF #FFF transparent transparent;
    content: "";
    height: 4px;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(100%) rotate(45deg);
            transform: translateY(-50%) translateX(100%) rotate(45deg);
    width: 4px;
  }
}

@media screen and (max-width: 767px) {
  .single-navigation .btn-outer.-back {
    width: 100%;
  }
}

.single-navigation .btn-outer > a,
.single-navigation .btn-outer span {
  display: block;
  font-size: 16px;
  padding: 14px 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .single-navigation .btn-outer > a,
  .single-navigation .btn-outer span {
    font-size: 14px;
  }
}

.single-navigation .btn-outer a {
  background-color: #0054DB;
  color: #FFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-navigation .btn-outer a:hover {
  background-color: #018DEB;
}

.single-navigation .btn-outer span {
  background-color: #F4F4EF;
  color: #1A1A1A;
}

.main-swiper,
.sub-swiper {
  position: relative;
}

.main-swiper .slide-imgbox,
.sub-swiper .slide-imgbox {
  overflow: hidden;
  padding-top: 66.6%;
  position: relative;
}

.main-swiper .slide-imgbox .ofi,
.sub-swiper .slide-imgbox .ofi {
  font-family: "object-fit: cover; object-position: center;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

.sub-swiper .swiper-button-prev,
.sub-swiper .swiper-button-next {
  background-size: 20px;
  margin-top: 0;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
}

@media screen and (max-width: 991px) {
  .sub-swiper .swiper-button-prev,
  .sub-swiper .swiper-button-next {
    background-size: 15px;
    width: 15px;
  }
}

@media screen and (max-width: 767px) {
  .sub-swiper .swiper-button-prev,
  .sub-swiper .swiper-button-next {
    background-size: 7px;
    width: 7px;
  }
}

/*==================================================

** sponsored
==================================================*/
.sponsored-block {
  position: relative;
}

.sponsored-bg-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.sponsored-bg-box .imgbox {
  overflow: hidden;
  padding-top: 25.7%;
  position: relative;
  width: calc(100% / 2);
}

@media screen and (max-width: 767px) {
  .sponsored-bg-box .imgbox {
    /*  width: 100%;
      padding-top: 41.7%; */
  }
}

.sponsored-bg-box .imgbox .ofi {
  font-family: "object-fit: cover; object-position: center;";
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

.sponsored-txtbox {
  padding: 4.6% 5.2%;
  z-index: 1;
}

@media screen and (min-width: 767px) {
  .sponsored-txtbox {
    background-color: #FFF;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .sponsored-txtbox {
    padding: 7% 2%;
    width: 100%;
  }
}

.sponsored-txtbox .txt {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 1199px) {
  .sponsored-txtbox .txt {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .sponsored-txtbox .txt {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .sponsored-txtbox .txt {
    font-size: 16px;
  }
}

.sponsored-contents-wrap {
  margin: 0 auto;
  max-width: 80%;
  padding-left: 15px;
  padding-right: 15px;
  width: 982px;
}

.sponsored-contents-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .sponsored-contents-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.sponsored-contents-item .ttl,
.sponsored-contents-item .txt {
  color: #FFF;
}

.sponsored-contents-item .ttl {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sponsored-contents-item .ttl {
    font-size: 16px;
  }
}

.sponsored-contents-item .txt {
  font-size: 16px;
  line-height: 2.6;
  margin-top: 12px;
}

@media screen and (max-width: 991px) {
  .sponsored-contents-item .txt {
    line-height: 2.2;
  }
}

@media screen and (max-width: 767px) {
  .sponsored-contents-item .txt {
    font-size: 14px;
    line-height: 2;
    margin-top: 6px;
  }
}

.sponsored-contents-item .txtbox {
  margin-top: -6px;
  width: calc(100% - 294px - 7%);
}

@media screen and (max-width: 991px) {
  .sponsored-contents-item .txtbox {
    width: calc(100% - 200px - 7%);
  }
}

@media screen and (max-width: 767px) {
  .sponsored-contents-item .txtbox {
    margin-top: 20px;
  }
}

.sponsored-contents-item .imgbox {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 294px;
}

@media screen and (max-width: 991px) {
  .sponsored-contents-item .imgbox {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .sponsored-contents-item .imgbox {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}

@media screen and (max-width: 767px) {
  .sponsored-contents-item .txtbox,
  .sponsored-contents-item .imgbox {
    width: 100%;
  }
}

/*
#front-page-top-content {
  margin: 0 calc(50% - 50vw);
  width: 100vw;

  .alignfull {
    &.size-full {
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      img {
        max-height: 550px;
        object-fit: cover;
      }
    }
  }
}
*/
.post-type-archive-works .c-entry__content.p-entry-content,
.tax-classification .c-entry__content.p-entry-content {
  display: none;
}

.post-type-archive-works #snow-monkey-archive-content-body .c-entry__content.p-entry-content,
.tax-classification #snow-monkey-archive-content-body .c-entry__content.p-entry-content {
  display: block;
}

.main-column.toppage-works .t-news-list .list-child {
  width: calc((100% / 4) - 5px);
}

.main-column.toppage-works.works-archive .t-news-list .list-child {
  width: calc((100% / 3) - 5px);
}

a {
  color: inherit;
}

ol,
ul {
  list-style: none;
  padding: 0;
}

body.home .btn.-main.-bc-white .btn-inner:hover {
  background-color: transparent;
}

.l-contents .pagettl {
  margin-top: 0 !important;
}

header.c-entry__header {
  display: none;
}

.l-body--right-sidebar aside.l-contents__sidebar {
  width: 19% !important;
}

.l-body--right-sidebar main.l-contents__main {
  width: 76% !important;
}

aside.l-contents__sidebar {
  font-family: YuGothic,"Yu Gothic","Arial","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ", Meiryo,"ＭＳ ゴシック",sans-serif;
}

aside.l-contents__sidebar .c-widget__title {
  border-bottom: 2px solid #E75B2C;
  color: #1A1A1A;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 6px 0 10px;
  position: relative;
  text-align: center;
  width: 100%;
}

aside.l-contents__sidebar .c-widget__title::before {
  background-color: #018DEB;
  bottom: 2px;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

aside.l-contents__sidebar .c-widget__title::after {
  background-color: #0054DB;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

aside.l-contents__sidebar li + li {
  border-top: 1px dotted #888989;
  margin-top: 0 !important;
}

aside.l-contents__sidebar a {
  background-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  display: block;
  padding: 14px 0;
  padding-left: 0;
  padding-left: 24px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

aside.l-contents__sidebar a::before {
  background-color: #0054DB;
  content: "";
  height: 5px;
  left: 10px;
  position: absolute;
  top: 26px;
  width: 5px;
}

aside.l-contents__sidebar a:hover {
  text-decoration: none;
}

aside.l-contents__sidebar a:hover::before {
  background-color: #E75B2C;
}

body.tax-classification .p-archive {
  display: none;
}

body.tax-classification .c-pagination {
  display: none;
}

body .c-page-header {
  display: none;
}

.p-archive ul.c-entries--rich-media {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-archive ul.c-entries--rich-media li.c-entries__item {
  background-color: #CCC;
  background-color: #000;
  margin: 0 0 1rem 0;
  max-width: 31% !important;
  padding: 0;
  position: relative;
  width: 31%;
}

.p-archive ul.c-entries--rich-media li.c-entries__item a.link::after {
  background-image: url(../img/common/ic-deco_2x.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 16px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 16px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 10px;
}

.p-archive ul.c-entries--rich-media li.c-entries__item a.link:hover::after {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.p-archive ul.c-entries--rich-media li.c-entries__item a.link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.p-archive ul.c-entries--rich-media li.c-entries__item a.link .c-entry-summary__figure {
  margin-bottom: 0;
  max-height: 180px;
}

.p-archive ul.c-entries--rich-media li.c-entries__item a.link img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.p-archive ul.c-entries--rich-media li.c-entries__item a.link .txtbox.works {
  background-color: #000;
  padding: 2rem 1rem 3rem 1rem !important;
}

.p-archive ul.c-entries--rich-media li.c-entries__item a.link .ttl {
  background-color: #000;
  color: #FFF;
  font-size: 15px;
  line-height: 2;
  margin-top: 16px;
}

.ttl_style01 {
  border-bottom: solid 1px #E5E8ED !important;
  border-top: solid 2px !important;
  color: #595757;
  font-family: YuGothic,"Yu Gothic","Arial","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ", Meiryo,"ＭＳ ゴシック",sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  letter-spacing: 0.05em;
  margin-bottom: 50px !important;
  padding: 15px 0 12px !important;
  word-wrap: break-word;
}

.ttl {
  color: #595757;
  font-family: YuGothic,"Yu Gothic","Arial","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ", Meiryo,"ＭＳ ゴシック",sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 10px !important;
  word-wrap: break-word;
}

body:not(.home) .c-entry__content.p-entry-content p {
  font-family: YuGothic,"Yu Gothic","Arial","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ", Meiryo,"ＭＳ ゴシック",sans-serif;
  line-height: 2;
}

.table01 {
  /* width: 48%; */
}

.table01 td:nth-of-type(1) {
  background: #018DEB;
  color: #FFF;
  font-size: 14px;
  line-height: 2.4;
  padding: 20px;
  text-align: left;
  vertical-align: top;
  width: 21%;
}

.table01 td:nth-of-type(2) {
  background: #FFF;
  font-size: 14px;
  line-height: 2.4;
  padding: 20px;
  vertical-align: top;
}

.p-breadcrumbs-wrapper {
  margin-top: 1rem;
}

.l-contents__inner:last-child {
  margin-bottom: 0;
  margin-top: 1rem;
  padding-bottom: 1rem;
}

.syakun {
  margin-left: 3em !important;
}

.syakun li {
  font-size: 21px;
  letter-spacing: 2px;
  line-height: 1.8;
  list-style: "一、";
  margin-bottom: 15px;
  padding-left: 10px;
}

#service .service_content01 .t-service-box .mask-block .txtbox .txtbox_inner .ttl {
  color: #FFF;
  font-size: 56px;
  line-height: 1.3;
}

body.sponsored .pagettl {
  background: #000;
}

.t-service-block .ttl,
.address_box .ttl {
  color: #FFF;
}

.news-info .cat {
  margin-right: 1rem;
}

body[class*="contact"] #step-image .step-1.active,
body[class*="contact"] #step-image .step-2.active,
body[class*="contact"] #step-image .step-3.active {
  background: #018DEB;
  color: #FFF;
}

body[class*="contact"] #step-image .step-1,
body[class*="contact"] #step-image .step-2,
body[class*="contact"] #step-image .step-3 {
  background: #FFF;
  color: #808080;
  font-size: 16px;
  font-weight: bold;
  margin-right: 3px;
  max-width: 313px;
  padding: 6px 20px;
  position: relative;
  width: 32%;
}

body[class*="contact"] #step-image .step-1.active::before,
body[class*="contact"] #step-image .step-2.active::before {
  border-bottom: 8px  solid transparent;
  border-left: 8px  solid #018DEB;
  border-top: 8px  solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -8px;
  top: 34%;
  width: 0;
  z-index: 1;
}

body[class*="contact"] #step-image .step-1 .visible-xs,
body[class*="contact"] #step-image .step-2 .visible-xs,
body[class*="contact"] #step-image .step-3 .visible-xs {
  display: none;
}

body[class*="contact"] #step-image span {
  font-family: "Inter", sans-seri;
  font-size: 13px;
  padding-right: 1em;
}

form[data-screen*="input"] #step-image .step-1.position01,
form[data-screen*="invalid"] #step-image .step-1.position01,
form[data-screen*="confirm"] #step-image .step-2.position02,
form[data-screen*="complete"] #step-image .step-3.position03 {
  background: #018DEB;
  color: #FFF;
}

form #step-image .step-1.position01,
form #step-image .step-2.position02,
form #step-image .step-3.position03 {
  background: #FFF;
  color: #808080;
  font-size: 16px;
  font-weight: bold;
  margin-right: 3px;
  max-width: 313px;
  padding: 6px 20px;
  position: relative;
  width: 32%;
}

form[data-screen*="input"] #step-image .step-1.position01::before,
form[data-screen*="invalid"] #step-image .step-1.position01::before,
form[data-screen*="confirm"] #step-image .step-2.position02::before {
  border-bottom: 8px  solid transparent;
  border-left: 8px  solid #018DEB;
  border-top: 8px  solid transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  right: -8px;
  top: 34%;
  width: 0;
  z-index: 1;
}

form[data-screen*="input"] #step-image .step-1.position01 .visible-xs,
form[data-screen*="invalid"] #step-image .step-1.position01 .visible-xs,
form[data-screen*="confirm"] #step-image .step-2.position02 .visible-xs,
form[data-screen*="complete"] #step-image .step-3.position03 .visible-xs {
  display: none;
}

form[data-screen*="input"] #step-image span {
  font-family: "Inter", sans-seri;
  font-size: 13px;
  padding-right: 1em;
}

.form-guide_input,
.form-guide_confirm {
  display: none !important;
}

form[data-screen*="input"] .form-guide_input,
form[data-screen*="confirm"] .form-guide_confirm {
  display: block !important;
}

.form-guide_input,
.form-guide_confirm {
  border: none !important;
}

.form-guide_tracker {
  border-top: none !important;
  padding-bottom: 3rem;
}

body[class*="contact"] .l-contents__inner {
  padding-bottom: 0;
}

body[class*="contact"] .smf-item {
  border-bottom: 1px #A1A1A1  solid;
  border-left: 1px #F4F5F7 solid;
  border-right: 1px #F4F5F7 solid;
  border-top: 1px #A1A1A1  solid;
}

body[class*="contact"] .smf-item__col.smf-item__col--label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: initial;
  border-color: #A1A1A1;
  border-left: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

body[class*="contact"] .smf-item__description {
  background: #018DEB;
  border-color: #A1A1A1;
  color: #FFF;
  display: inline-block;
  font-size: 11px;
  margin-left: 10px;
  padding: 3px 5px;
  position: relative;
  top: -2px;
}

body[class*="contact"] .smf-item__col.smf-item__col--controls {
  border-color: #A1A1A1;
  border-right: none !important;
}

body[class*="contact"] .smf-text-control__control,
body[class*="contact"] .smf-textarea-control__control {
  border: none !important;
  width: 100%;
}

body[class*="contact"] .smf-item__col {
  padding: 20px;
}

body[class*="contact"] .contact_body {
  max-width: 915px;
}

.reverse-address .smf-placeholder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.smf-placeholder .smf-control-description {
  background: #E4E7EC;
  color: #1A1A1A;
  display: inline-block;
  line-height: 1.0em;
  margin-right: 7px;
  margin-top: 0;
  min-width: 110px;
  padding: 15px 0;
  text-align: center;
  width: 16.98972%;
}

.smf-placeholder[data-name="pref"],
.smf-placeholder[data-name="cityaddress"] {
  margin-top: 10px;
}

body[class*="contact"] .caution_text {
  border-bottom: none;
  font-size: 0.85rem;
}

body.policy h2,
body.policy h3,
body.policy h4,
body.policy h5,
body.policy h6 {
  border-bottom: solid 2px #0054DB;
  font-size: 1.3125em;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 15px;
  margin-top: 60px;
  padding-bottom: 7px;
  padding-left: 10px;
}

body.policy .space-ptit {
  margin-top: 0;
}

body.policy .c-entry__content.p-entry-content p {
  line-height: 1.8 !important;
}

.address_block {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
}

.contact .wp-block-snow-monkey-blocks-section {
  padding-top: 0;
}

body[class*="contact"] .caution_text {
  border-bottom: none;
  font-size: 0.85rem;
}

.smf-action button.smf-button-control__control {
  background-color: #0054DB !important;
  background-image: none;
  color: white !important;
}

.smf-action button.smf-button-control__control::after {
  background-image: url(../img/common/ic-deco_2x.png) !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 6px;
  content: "";
  display: block;
  height: 10px;
  position: absolute;
  right: 6px;
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 10px;
}

.smf-action button.smf-button-control__control:hover::after {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

.smf-action button.smf-button-control__control:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

body.category-news .p-archive, body.archive.category .p-archive, body.post-type-archive-works .p-archive {
  display: none;
}

.wrap-min + .wrap-min {
  margin-top: 2rem;
}

.l-header {
  overflow: visible;
}

.yamada_area .smb-section__body {
  margin-left: auto;
  margin-right: auto;
  max-width: 952px;
}

.single-works .l-contents__inner {
  margin-top: 3rem;
}

.single-works .l-contents__inner main {
  margin-bottom: 3rem;
}

.reverse-address .smf-placeholder {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.smf-control-description {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.smf-text-control {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.smf-error-messages {
  margin-left: 1rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.smf-action button.smf-button-control__control[data-action="back"] {
  background-color: white !important;
  border: 1px solid #1A1A1A !important;
  color: #1A1A1A !important;
}

.smf-action button.smf-button-control__control[data-action="back"]::after {
  background-image: url(../img/common/ic-deco-black_2x.png) !important;
}

body.contact .success {
  border-bottom: solid 1px #1A1A1A;
  color: #1A1A1A;
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  text-align: center;
}

body.contact .comp_txt {
  text-align: center;
}

body.contact .sp-visible {
  display: none;
}

body.contact .send_button {
  text-align: center;
}

@media screen and (max-width: 767px) {
  body.contact .success {
    border-color: #1A1A1A;
    color: #1A1A1A;
    font-size: 16px;
    margin-bottom: 30px;
    padding-bottom: 10px;
    text-align: center;
  }
  body.contact .comp_txt {
    font-size: 14px;
    text-align: center;
  }
  body.contact .sp-visible {
    display: block;
  }
}

body.home .block-box,
body.archive .block-box {
  padding-top: 0;
}

body.home .ttl,
body.archive .ttl {
  font-weight: normal !important;
}

@media screen and (max-width: 991px) and (max-width: 767px) {
  .main-column.toppage-works.works-archive .t-news-list,
  .main-column.toppage-works .t-news-list {
    display: block;
    margin-left: 1rem;
    margin-right: 1rem;
    padding-top: 1rem;
  }
  .main-column.toppage-works.works-archive .t-news-list .list-child,
  .main-column.toppage-works .t-news-list .list-child {
    padding: 1rem 6.5%;
    width: 100%;
  }
}

.t-company-info-block {
  margin-top: 1rem;
}

@media screen and (max-width: 1023px) {
  .l-body--right-sidebar main.l-contents__main {
    width: 100% !important;
  }
  .l-body--right-sidebar aside.l-contents__sidebar {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  #service .service_content01 {
    margin: 85px 0 35px;
  }
  #service .service_content01 .t-service-box .mask-block .txtbox .txtbox_inner .mini_ttl,
  #service .service_content02 .t-service-box .mask-block .txtbox .txtbox_inner .mini_ttl {
    font-size: 11px;
  }
  #service .service_content01 .t-service-box .mask-block .txtbox .txtbox_inner .ttl,
  #service .service_content02 .t-service-box .mask-block .txtbox .txtbox_inner .ttl {
    font-size: 18px;
  }
  #service .service_content01 .txtbox,
  #service .service_content02 .txtbox {
    width: 100%;
  }
  #service .service_content01 .txtbox h4.ttl,
  #service .service_content02 .txtbox h4.ttl {
    font-size: 16px;
  }
  #service .service_content01 .txtbox p.txt,
  #service .service_content02 .txtbox p.txt {
    line-height: 2;
  }
  #service .service_content01 .imgbox,
  #service .service_content02 .imgbox {
    max-width: 100%;
    width: 100%;
  }
  .company_links__content .company_links__content__filter p.jp_ttl {
    font-size: 11px;
  }
  .company_links__content .company_links__content__filter p.jp_ttl .en_ttl {
    font-size: 20px;
  }
  .company_links__content a {
    padding-top: 66%;
  }
  .smb-section--wide {
    min-height: auto;
  }
  .service_topimage {
    text-align: center;
  }
  .service_topimage img {
    max-width: 85%;
  }
  .p-breadcrumbs-wrapper {
    margin-top: 10px;
  }
  .p-breadcrumbs-wrapper + .l-contents__inner {
    margin-top: 10px;
  }
  .send_button {
    text-align: center;
  }
  .syakun li {
    font-size: 16px;
  }
  .mission .l-contents__body {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .mission p {
    font-size: 14px;
    line-height: 2 !important;
  }
  [data-has-sidebar=false] .c-entry__content {
    margin-left: calc(50% - 48vw);
    margin-right: calc(50% - 48vw);
  }
  .yamada_area .smb-section__body {
    max-width: 85%;
  }
  .yamada_area .smb-section__body p {
    line-height: 2 !important;
  }
}

@media screen and (max-width: 1199px) {
  .wrap-min {
    padding: 0 15px;
  }
}

body.archive.date .p-archive ul.c-entries--rich-media {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}

body.archive.date .p-archive ul.c-entries--rich-media li {
  margin: 13px;
}

body {
  font-family: YuGothic,"Yu Gothic","Arial","Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3","メイリオ", Meiryo,"ＭＳ ゴシック",sans-serif !important;
}

@media screen and (max-width: 767px) {
  .company_links {
    display: block;
  }
  .company_links .company_links__content {
    max-height: 160px;
    max-width: 100%;
    width: 100%;
  }
  .company_links .company_links__content a {
    padding-top: 160px;
  }
}

.p-footer-cta .c-container {
  padding: 0 !important;
  text-align: center;
}

.p-footer-cta .c-container::after {
  color: #FFF;
  content: "岡山市北区野田5丁目3-1 FAX：086-242-2346";
  display: block;
  padding: 0.5rem;
}

.p-footer-cta .c-row__col--1-2 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 65%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  white-space: nowrap;
  width: 65%;
}

.p-footer-cta .c-row__col--1-2 a::before {
  content: "\f0e0";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  font-weight: 900;
}

.p-footer-cta .c-row__col--1-2:first-child {
  max-width: 35%;
  white-space: nowrap;
  width: 35%;
}

.p-footer-cta .c-row__col--1-2:first-child a::before {
  content: "\f095";
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  font-weight: 900;
}

.p-footer-cta .c-row__col--1-2 .c-btn {
  border-radius: 0;
  font-size: 0.8rem;
  padding-bottom: 5px;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5px;
}

@media screen and (min-width: 767px) {
  .p-footer-cta {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  #contact-block .address_block .wrap {
    padding: 20px;
  }
  #contact-block .address_block .address_box {
    border-bottom: none;
    border-top: none;
    display: block;
    padding: 0;
  }
  #contact-block .address_block .address_box .box01 {
    margin-left: 0;
    margin-right: 0;
  }
  #contact-block .address_block .address_box .box01 .ttl {
    padding-left: 0;
  }
  #contact-block .address_block .address_box .box01 .address {
    padding-right: 0;
  }
  #contact-block .address_block .address_box .box01 .address .tel {
    font-size: 34px;
  }
  #contact-block .address_block .address_box .box01 .address .txt02 {
    font-size: 18px;
  }
  /*
  #contact-block .address_block .address_box .box01 .address {
    border-left: none;
    border-top: solid 1px #FFF;
  }

  #contact-block .address_block .address_box .box01 {
    display: block;
  }
  #contact-block .address_block .address_box .box01 .ttl .mini {
    display: inline-block;
  }
  */
}
/*# sourceMappingURL=style.css.map */