@charset "UTF-8";
/*
Theme Name:kumano_tec
*/
@media screen and (max-width: 1249px) {
  .pc_only {
    display: none; }

  .sp_only {
    display: block; } }
@media screen and (min-width: 480px) {
  .pc_only {
    display: block; }

  .sp_only {
    display: none; } }
body {
  font-size: 16px;
  color: #101010;
  font-family: "游明朝", YuMincho, 'Yu Mincho', serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 3px;
  margin: 0; }
  body img,
  body svg {
    width: 100%;
    height: auto; }
  body a {
    color: #101010;
    text-decoration: none; }
    body a:hover {
      color: #17229E;
      transition: 0.5s;
      text-decoration: none;
      opacity: 0.5; }
  body p {
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 3px; }
  @media screen and (max-width: 959px) {
    body {
      font-size: 14px; } }

.yu-gothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif; }

.fff {
  color: #fff; }
  .fff-bg {
    background-color: #fff; }

.display__pc {
  display: block; }
  @media screen and (max-width: 959px) {
    .display__pc {
      display: none; } }
.display__sp {
  display: none; }
  @media screen and (max-width: 959px) {
    .display__sp {
      display: block; } }
.display__flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between; }

.color__main {
  color: #17229E; }
  .color__main-bg {
    background-color: #17229E; }

.back-img__01 {
  background-image: url(images/footer-company.png);
  background-size: cover;
  background-repeat: no-repeat; }

.text__center {
  text-align: center; }
.text__sm {
  font-size: 14px; }
  @media screen and (max-width: 959px) {
    .text__sm {
      font-size: 12px; } }
.text__md {
  font-size: 26px; }

.bold-300 {
  font-weight: 300; }
.bold-400 {
  font-weight: 400; }
.bold-500 {
  font-weight: 600; }
.bold-600 {
  font-weight: 600; }

.mb__common {
  margin-bottom: 10%; }

.page__item {
  padding: 100px 0; }
  @media screen and (max-width: 959px) {
    .page__item {
      padding: 40px 0px; } }
  .page__item-company-info {
    padding: 0 0; }
    @media screen and (max-width: 959px) {
      .page__item-company-info {
        padding: 0px 0px; } }
.page__wrap {
  width: 1480px;
  margin: auto; }
  @media screen and (max-width: 1249px) {
    .page__wrap {
      width: calc(100% - 180px);
      padding: 0 20px; } }
  @media screen and (max-width: 959px) {
    .page__wrap {
      width: calc(100% - 48px);
      padding: 0 12px; } }
  @media screen and (max-width: 479px) {
    .page__wrap {
      width: calc(100% - 12px);
      padding: 0 6px; } }
.page__wrap-all {
  margin: auto; }
  @media screen and (max-width: 1249px) {
    .page__wrap-all {
      width: calc(100% - 0px);
      padding: 0 0px; } }
  @media screen and (max-width: 959px) {
    .page__wrap-all {
      width: calc(100% - 48px);
      padding: 0 12px; } }
  @media screen and (max-width: 479px) {
    .page__wrap-all {
      width: calc(100% - 12px);
      padding: 0 6px; } }
.page__wrap-back {
  margin: auto; }
  @media screen and (max-width: 1249px) {
    .page__wrap-back {
      width: calc(100% - 0px);
      padding: 0 0px; } }
  @media screen and (max-width: 959px) {
    .page__wrap-back {
      width: calc(100% - 0px);
      padding: 0 0px; } }
  @media screen and (max-width: 479px) {
    .page__wrap-back {
      width: calc(100% - 0px);
      padding: 0 0px; } }

.ham {
  display: none;
  position: relative;
  width: 54.8px;
  height: 54.8px;
  border-radius: 3px;
  z-index: 2; }
  .ham span {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    width: 30px;
    height: 2px;
    margin: auto;
    background: #000; }
    .ham span:nth-child(1) {
      top: 13px; }
    .ham span:nth-child(2) {
      top: 24px; }
    .ham span:nth-child(3) {
      top: 35px; }
  @media screen and (max-width: 1249px) {
    .ham {
      display: block; } }
  .ham-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #fff;
    color: #000;
    z-index: -1; }
    .ham-menu__wrap {
      position: absolute;
      top: 270px;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; }
      @media screen and (min-width: 1250px) {
        .ham-menu__wrap {
          top: 320px; } }
    .ham-menu__list {
      width: 90%;
      margin: auto; }
      .ham-menu__list p {
        text-align: center;
        background-color: #fff;
        padding: 10px 0; }
        .ham-menu__list p:not(:last-child) {
          margin-bottom: 1em; }

.ham-main {
  display: none;
  position: relative;
  width: 52.8px;
  height: 54.8px;
  z-index: 2;
  background-color: #fff; }
  .ham-main span {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    width: 30px;
    height: 3px;
    margin: auto;
    border-radius: 2px; }
    .ham-main span:nth-child(1) {
      top: 13px;
      background: #17229E; }
    .ham-main span:nth-child(2) {
      top: 24px;
      background: #17229E; }
    .ham-main span:nth-child(3) {
      top: 35px;
      background: #17229E; }
  @media screen and (max-width: 1249px) {
    .ham-main {
      display: block; } }
  .ham-main-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    color: #000;
    z-index: -1; }
    .ham-main-menu__wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 40%; }
      .ham-main-menu__wrap p {
        text-align: center;
        font-size: 24px;
        margin-bottom: 1em; }
        @media screen and (max-width: 479px) {
          .ham-main-menu__wrap p {
            font-size: 3rem; } }

.ham-b span {
  transition: 0.5s; }
  .ham-b span:nth-child(1) {
    transform: rotate(45deg);
    top: 24px;
    background-color: #17229E; }
  .ham-b span:nth-child(2) {
    display: none; }
  .ham-b span:nth-child(3) {
    transform: rotate(-45deg);
    top: 24px;
    background-color: #17229E; }

.position-fixed {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  width: 100%; }

.hamBlock {
  transition: all 0.5s;
  z-index: 9999; }
  @media screen and (max-width: 1249px) {
    .hamBlock {
      display: flex;
      flex-wrap: wrap;
      height: 54.8px; }
      .hamBlock > div:nth-child(1) {
        width: calc(100% - 54.8px);
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        height: 100%; }
      .hamBlock > div:nth-child(2) {
        flex: 1; } }

.hide {
  transform: translateY(-100%); }

.on {
  transform: translateY(0%); }

.fixed {
  position: fixed;
  width: 100%;
  height: 100%; }

.hamBlock__logo a:hover {
  opacity: 1.0; }

.ham-logoBlock {
  display: none; }
  @media screen and (max-width: 1249px) {
    .ham-logoBlock {
      display: block; }
      .ham-logoBlock__wrap {
        display: flex;
        flex-wrap: wrap;
        align-items: center; }
      .ham-logoBlock__logo {
        max-width: 30px;
        margin-right: 10px; }
      .ham-logoBlock__type {
        max-width: 250px; } }

.satei__areaTitle {
  text-align: center; }
  .satei__areaTitle h4 {
    display: inline-block;
    padding: 5px 40px;
    background-color: #004ea2;
    color: #fff;
    border-radius: 30px; }
.satei__areaBlock {
  margin-bottom: 30px; }
.satei__area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 20px; }
  .satei__area p {
    font-size: 20px;
    font-weight: 600; }
.satei span {
  color: #004ea2; }
.satei__headingBlock {
  text-align: center;
  margin-bottom: 40px; }
  .satei__headingBlock h1 {
    font-size: 24px;
    margin-bottom: 10px; }
  .satei__headingBlock p {
    font-size: 18px; }
.satei__heading {
  margin-bottom: 20px; }
.satei__title {
  max-width: 750px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px; }
.satei__point {
  max-width: 700px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px; }
.satei__freeSatei {
  max-width: 400px;
  width: 100%;
  margin: auto;
  margin-bottom: 30px; }
.satei__dis {
  text-align: center;
  margin-bottom: 30px; }
.satei__banner {
  max-width: 700px;
  width: 100%;
  margin: auto;
  margin-bottom: 20px; }

.satei-form {
  max-width: 1000px;
  margin: auto; }
  .satei-form__box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #c2c2c2; }
    @media screen and (max-width: 959px) {
      .satei-form__box {
        display: block; } }
    .satei-form__box:nth-of-type(1) {
      border-top: 1px solid #c2c2c2;
      padding-top: 50px; }
    .satei-form__box:not(:last-child) {
      margin-bottom: 50px; }
    .satei-form__box-line {
      display: inline-block;
      margin: 0 10px; }
    .satei-form__box-form {
      flex: 1; }
    .satei-form__box-flex {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .satei-form__box-flex-j-center {
        justify-content: center; }
    .satei-form__box-item {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      max-width: 350px;
      width: 100%; }
      @media screen and (max-width: 959px) {
        .satei-form__box-item {
          margin-bottom: 20px; } }
    .satei-form__box-label {
      color: #fff;
      padding: 5px 0;
      text-align: center;
      margin-right: 10px;
      display: block;
      width: 60px; }
      @media screen and (max-width: 959px) {
        .satei-form__box-label {
          padding: 5px 10px;
          max-width: 300px;
          width: initial; } }
    .satei-form__box-required {
      background-color: #ff003b; }
    .satei-form__box-any {
      background-color: #00b4ff; }
    @media screen and (max-width: 959px) {
      .satei-form__box-blank {
        display: none; } }
  .satei-form__input {
    padding: 10px 10px;
    border: 1px solid #c2c2c2; }
  .satei-form__textarea {
    padding: 10px 10px;
    border: 1px solid #c2c2c2; }
  .satei-form .w-100 {
    width: 100%; }
  .satei-form .flex-1 {
    flex: 1; }
  .satei-form .w-xl {
    max-width: 400px;
    width: 100%; }
  .satei-form .w-lg {
    max-width: 250px;
    width: 100%; }
  .satei-form .w-md {
    max-width: 150px;
    width: 100%; }
  .satei-form .w-sm {
    max-width: 100px;
    width: 100%; }
  .satei-form__box-ex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 50px;
    border-bottom: 1px solid #c2c2c2;
    align-items: flex-start; }
    @media screen and (max-width: 959px) {
      .satei-form__box-ex {
        display: block; } }
    .satei-form__box-ex:nth-of-type(1) {
      border-top: 1px solid #c2c2c2;
      padding-top: 50px; }
    .satei-form__box-ex:not(:last-child) {
      margin-bottom: 50px; }
    .satei-form__box-ex-line {
      display: inline-block;
      margin: 0 10px; }
    .satei-form__box-ex-form {
      flex: 1; }
    .satei-form__box-ex-flex {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .satei-form__box-ex-flex-j-center {
        justify-content: center; }
    .satei-form__box-ex-item {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      max-width: 350px;
      width: 100%; }
      @media screen and (max-width: 959px) {
        .satei-form__box-ex-item {
          margin-bottom: 20px; } }
    .satei-form__box-ex-label {
      color: #fff;
      padding: 5px 0;
      text-align: center;
      margin-right: 10px;
      display: block;
      width: 60px; }
      @media screen and (max-width: 959px) {
        .satei-form__box-ex-label {
          padding: 5px 10px;
          max-width: 300px;
          width: initial; } }
    .satei-form__box-ex-required {
      background-color: #ff003b; }
    .satei-form__box-ex-any {
      background-color: #00b4ff; }
    @media screen and (max-width: 959px) {
      .satei-form__box-ex-blank {
        display: none; } }
  .satei-form__box-textBlock {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #c2c2c2; }
  .satei-form__title {
    background-color: #e9e9e9;
    padding: 40px 0;
    text-align: center; }
  .satei-form__text {
    padding: 40px 0;
    text-align: center; }
  .satei-form input:focus {
    border: solid 1px #ff003b;
    box-sizing: border-box; }
  .satei-form .privacy__link {
    text-decoration: underline;
    color: #00b4ff; }
  .satei-form .mb-md {
    margin-bottom: 30px; }
  .satei-form .mb-sm {
    margin-bottom: 10px; }
  .satei-form .font-left p {
    margin-right: 5px; }
  .satei-form .radio02 {
    display: block;
    margin-bottom: 10px; }
  .satei-form__privacyBox {
    margin-bottom: 20px; }
  .satei-form__privacy {
    background-color: #e9e9e9;
    padding: 30px 0;
    border-radius: 50px;
    max-width: 400px;
    margin: auto; }
    .satei-form__privacy p:nth-of-type(2) {
      margin-left: 5px; }
  .satei-form__submit input {
    background-color: #ff7002;
    padding: 30px 0;
    border-radius: 50px;
    max-width: 400px;
    width: 100%;
    margin: auto;
    color: #fff;
    text-align: center; }
  .satei-form .wpcf7-spinner {
    display: none; }

.wpcf7-form-control-wrap {
  display: block; }
  .wpcf7-form-control-wrap span.wpcf7-list-item {
    position: relative;
    flex-basis: 50%;
    width: 100%;
    margin: 0 !important; }
    .wpcf7-form-control-wrap span.wpcf7-list-item.first {
      margin: 0 !important; }
  .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item:not(:last-child) {
    margin-bottom: 20px !important; }
  .wpcf7-form-control-wrap .wpcf7-list-item-label {
    color: #333;
    cursor: pointer; }
  .wpcf7-form-control-wrap input[type="radio"] {
    position: absolute;
    opacity: 0; }
  .wpcf7-form-control-wrap .wpcf7-list-item-label:before {
    content: '';
    background: #c2c2c2;
    border-radius: 100%;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 14px;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease; }
  .wpcf7-form-control-wrap input[type="radio"]:checked + .wpcf7-list-item-label:before {
    background-color: #ff003b;
    box-shadow: inset 0 0 0 3px #fff; }
  .wpcf7-form-control-wrap .wpcf7-free-text {
    background-color: #e9e9e9;
    padding: 5px 10px;
    margin-left: 5px; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  opacity: 0; }
  .header__block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    letter-spacing: 0px;
    background-color: #fff;
    height: 80px; }
    @media screen and (max-width: 1249px) {
      .header__block {
        display: none; } }
  .header__logo {
    max-width: 200px;
    width: 100%;
    margin-right: 25px; }
    @media screen and (max-width: 959px) {
      .header__logo {
        max-width: 600px; } }
  .header nav {
    height: 100%; }
  .header__ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0px 30px;
    height: 100%; }
  .header__list {
    text-align: center; }
    .header__list span:nth-of-type(1) {
      font-size: 15px;
      display: block; }
    .header__list span:nth-of-type(2) {
      font-size: 12px; }

.header-active {
  -webkit-animation-name: elm;
          animation-name: elm;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
  -webkit-animation-duration: 1.0s;
          animation-duration: 1.0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  opacity: 1; }

.logoBlock__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px; }
.logoBlock__logo {
  max-width: 50px;
  margin-right: 10px; }
  .logoBlock__logo-footer {
    max-width: 70px;
    margin-right: 10px; }
    @media screen and (max-width: 959px) {
      .logoBlock__logo-footer {
        max-width: 30px; } }
.logoBlock__type {
  max-width: 300px; }
  .logoBlock__type-footer {
    max-width: 300px; }
    @media screen and (max-width: 959px) {
      .logoBlock__type-footer {
        max-width: 200px; } }

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

@keyframes elm {
  0% {
    opacity: 0;
    transform: translate(0, -100px); }
  100% {
    opacity: 1;
    transform: translate(0, 0px); } }
.footer {
  padding: 20px 0 50px 0;
  background-color: #041336; }
  .footer .copy-right {
    font-size: 12px; }
  .footer__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px; }
    @media screen and (max-width: 959px) {
      .footer__box {
        justify-content: center; } }

.curtain-block {
  position: absolute;
  bottom: 100px;
  left: 100px;
  display: block; }
  .curtain-block-inner:nth-of-type(1) {
    margin-bottom: 50px; }
  .curtain-block-inner:nth-of-type(2) {
    margin-left: 100px; }
  @media screen and (max-width: 959px) {
    .curtain-block {
      bottom: initial;
      top: 50%;
      left: 0%; }
      .curtain-block-inner:nth-of-type(1) {
        margin-bottom: 20px; }
      .curtain-block-inner:nth-of-type(2) {
        margin-left: 0px; } }

.curtain {
  position: relative;
  display: inline-block;
  font-size: 30px; }

/* span要素 最初は非表示 */
.curtain01 span {
  transition: all 0s 1s ease;
  opacity: 0;
  padding: 0rem 2.0rem;
  background-color: #fff;
  display: inline-block;
  border-bottom: 4px solid #17229E;
  font-size: 55px;
  font-weight: 600; }
  @media screen and (max-width: 959px) {
    .curtain01 span {
      font-size: 30px; } }

.curtain02 span {
  transition: all 0s 1.8s ease;
  opacity: 0;
  padding: 0rem 0rem 0rem 2.0rem;
  background-color: #fff;
  display: inline-block;
  border-bottom: 4px solid #17229E;
  font-size: 55px;
  font-weight: 600; }
  @media screen and (max-width: 959px) {
    .curtain02 span {
      font-size: 30px; } }

/* .curtainに.activeがついたらspanを表示（この場合は1s後に表示させる） */
.curtain.active span {
  opacity: 1;
  background-color: #fff; }

/* .curtainに擬似要素を追加して、transformで横幅を0にしておく scaleY(0)
		あと、position→left:0 でスタート位置を左にしておく
*/
.curtain:after {
  display: inline;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scaleY(0);
  background-color: #17229E; }

/* .curtainに.activeがついたら擬似要素のアニメーションを開始させる */
.curtain01.active:after {
  -webkit-animation: curtainEffect 1s ease-in-out 0.5s 1 normal both running;
          animation: curtainEffect 1s ease-in-out 0.5s 1 normal both running; }

.curtain02.active:after {
  -webkit-animation: curtainEffect 1.5s ease-in-out 1.0s 1 normal both running;
          animation: curtainEffect 1.5s ease-in-out 1.0s 1 normal both running; }

/* アニメーションname duration 変化の度合い delay 回数 再生方向 アニメーションの開始前、終了後のスタイル アニメーションの再生・停止*/
@-webkit-keyframes curtainEffect {
  0% {
    transform-origin: top center;
    transform: scaleY(0); }
  49.999% {
    transform-origin: top center;
    transform: scaleY(1); }
  50% {
    transform-origin: bottom center;
    transform: scaleY(1); }
  100% {
    transform-origin: bottom center;
    transform: scaleY(0); } }
@keyframes curtainEffect {
  0% {
    transform-origin: top center;
    transform: scaleY(0); }
  49.999% {
    transform-origin: top center;
    transform: scaleY(1); }
  50% {
    transform-origin: bottom center;
    transform: scaleY(1); }
  100% {
    transform-origin: bottom center;
    transform: scaleY(0); } }
.fadein {
  opacity: 0;
  transition-duration: 1.5s;
  transform: translate(0, 50px); }

.scroll-in {
  opacity: 1;
  transform: translate(0, 0px); }

.fade_group div,
.fade_group2 div {
  content: '';
  position: fixed;
  bottom: -100vh;
  left: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none; }

.fade_group div {
  z-index: 9999;
  transition: .6s; }

.fade_group2 div {
  z-index: 9998;
  transition: .8s; }

.fade_group div:nth-of-type(1) {
  background: #fff;
  transition-delay: .3s; }

.fade_group2 div:nth-of-type(1) {
  background: linear-gradient(left, #212EC6 0%, #11196F 100%);
  background: linear-gradient(to right, #212EC6 0%, #11196F 100%);
  transition-delay: .2s; }

.fade_group2 div:nth-of-type(2) {
  background: linear-gradient(left, #212EC6 0%, #11196F 100%);
  background: linear-gradient(to right, #212EC6 0%, #11196F 100%);
  transition-delay: .3s; }

body.fo .fade_group div {
  bottom: 0; }

body.fo .fade_group2 div {
  bottom: 100vh; }

h1, h2, h3, h4, h5, h6 {
  line-height: 2.2rem; }

.roboto {
  font-family: roboto, sans-serif;
  font-weight: 700;
  font-style: normal; }

.heading {
  margin-bottom: 5%;
  text-align: center; }
  .heading__sub {
    display: inline-block;
    max-width: 500px;
    width: 100%;
    padding: 2px 20px;
    background: linear-gradient(left, #212EC6 0%, #11196F 100%);
    background: linear-gradient(to right, #212EC6 0%, #11196F 100%);
    margin-bottom: 10px; }
    .heading__sub span {
      letter-spacing: 24px;
      margin-right: -24px; }
  .heading h1 {
    font-size: 30px; }
    @media screen and (max-width: 959px) {
      .heading h1 {
        font-size: 26px; } }

.tel-info__block {
  height: 100%;
  background-color: #17229E;
  text-align: right; }
  .tel-info__block-ham {
    text-align: center; }
  .tel-info__block-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
    padding: 0 20px; }
  .tel-info__block a {
    padding: 0 20px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
    .tel-info__block a:hover {
      color: #fff; }
.tel-info__icon {
  max-width: 15px;
  margin-right: 5px; }
  .tel-info__icon img {
    vertical-align: middle; }
.tel-info__number {
  font-size: 27px;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .tel-info__number-ham {
    font-size: 27px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
.tel-info__dis {
  font-size: 12px; }

@media screen and (max-width: 959px) {
  .column-2 h2 {
    font-size: 24px; } }
.column-2__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 959px) {
    .column-2__box {
      display: block; } }
  .column-2__box:not(:last-child) {
    margin-bottom: 10%; }
  .column-2__box-r {
    flex-direction: row-reverse; }
  .column-2__box-img {
    width: 55%;
    position: relative; }
    @media screen and (max-width: 959px) {
      .column-2__box-img {
        width: 100%;
        margin-bottom: 50px; } }
    .column-2__box-img::after {
      content: "";
      position: absolute;
      z-index: -1;
      background: linear-gradient(left, #212EC6 0%, #11196F 100%);
      background: linear-gradient(to right, #212EC6 0%, #11196F 100%);
      width: 103%;
      height: 100%;
      bottom: -20px;
      left: -3%; }
    .column-2__box-img-r::after {
      content: "";
      position: absolute;
      z-index: -1;
      background: linear-gradient(left, #212EC6 0%, #11196F 100%);
      background: linear-gradient(to right, #212EC6 0%, #11196F 100%);
      width: 103%;
      height: 100%;
      bottom: -20px;
      left: initial;
      right: -3%; }
  .column-2__box-textBlock {
    width: 45%;
    padding: 15% 3% 2% 6%; }
    @media screen and (max-width: 959px) {
      .column-2__box-textBlock {
        width: 100%; } }
    .column-2__box-textBlock-inner {
      position: relative; }
    .column-2__box-textBlock-r {
      width: 45%;
      padding: 15% 6% 2% 3%; }
      @media screen and (max-width: 959px) {
        .column-2__box-textBlock-r {
          width: 100%; } }
  .column-2__box-title {
    position: absolute;
    top: -70px;
    left: -5%;
    background: linear-gradient(left, #212EC6 0%, #11196F 100%);
    background: linear-gradient(to right, #212EC6 0%, #11196F 100%);
    display: inline-block;
    padding: 10px 50px;
    font-size: 26px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px 10px; }
    @media screen and (max-width: 959px) {
      .column-2__box-title {
        padding: 10px 10px; } }
    .column-2__box-title span {
      font-size: 12px; }
    .column-2__box-title-r {
      position: absolute;
      top: -70px;
      right: -5%;
      background: linear-gradient(left, #212EC6 0%, #11196F 100%);
      background: linear-gradient(to right, #212EC6 0%, #11196F 100%);
      display: inline-block;
      padding: 10px 50px;
      font-size: 26px;
      display: inline-flex;
      flex-wrap: wrap;
      align-items: flex-end;
      gap: 10px 10px; }
      @media screen and (max-width: 959px) {
        .column-2__box-title-r {
          padding: 10px 10px; } }
      .column-2__box-title-r span {
        font-size: 12px; }
  .column-2__box-text-right {
    text-align: right; }

.button__p-t {
  padding-top: 20px; }
.button__wrap {
  text-align: center;
  position: relative; }
  .button__wrap::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 10px 10px;
    border-color: transparent transparent #17229E transparent;
    bottom: 2px;
    right: 2px; }
  .button__wrap-entry {
    background-color: #17229E;
    max-width: 500px;
    margin: auto; }
    .button__wrap-entry::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 15px 15px;
      border-color: transparent transparent #FFF transparent;
      bottom: 4px;
      right: 4px; }
    .button__wrap-entry a {
      display: block;
      padding: 20px 10px; }
      .button__wrap-entry a:hover {
        color: #fff; }
  .button__wrap-s {
    background-color: #17229E; }
    .button__wrap-s::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 15px 15px;
      border-color: transparent transparent #FFF transparent;
      bottom: 4px;
      right: 4px; }
    .button__wrap-s a {
      display: block;
      padding: 20px 10px; }
      .button__wrap-s a:hover {
        color: #fff; }
  .button__wrap-w {
    border: 1px solid #17229E;
    max-width: 200px; }
    .button__wrap-w a {
      display: block;
      padding: 10px 10px; }
.button__right {
  margin-left: auto; }

.company-info__box {
  padding: 50px 50px; }
  @media screen and (max-width: 959px) {
    .company-info__box {
      padding: 30px; } }
  .company-info__box-inner {
    background-color: #fff;
    max-width: 500px;
    width: 100%; }
  .company-info__box-title {
    font-size: 26px;
    margin-bottom: 15px; }
  .company-info__box-textBlock {
    padding: 30px 30px; }
  .company-info__box-telBlock {
    font-size: 32px;
    text-align: center; }
    @media screen and (max-width: 959px) {
      .company-info__box-telBlock {
        font-size: 24px; } }
    .company-info__box-telBlock span {
      font-size: 22px; }

.main-visual__wrap {
  margin: auto;
  position: relative; }
.main-visual .swiper-container {
  z-index: 0 !important; }
.main-visual .swiper-wrapper .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 800px;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media screen and (max-width: 959px) {
    .main-visual .swiper-wrapper .swiper-slide {
      height: 500px; } }

.top__wrap {
  background-image: url(images/top.png);
  background-repeat: no-repeat;
  background-size: cover; }
.top__block {
  max-width: 1480px;
  margin: auto; }
  @media screen and (max-width: 1249px) {
    .top__block {
      width: calc(100% - 180px);
      padding: 0 20px; } }
  @media screen and (max-width: 959px) {
    .top__block {
      width: calc(100% - 48px);
      padding: 0 12px; } }
  @media screen and (max-width: 479px) {
    .top__block {
      width: calc(100% - 12px);
      padding: 0 6px; } }
.top__box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  padding: 170px 8% 70px 8%; }
  @media screen and (max-width: 959px) {
    .top__box {
      padding: 100px 8% 50px 8%; } }
  .top__box h1 {
    font-size: 30px;
    margin-right: 10px;
    letter-spacing: 12px; }
  .top__box span {
    font-size: 14px; }

.column__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .column__box-r {
    flex-direction: row-reverse; }
  .column__box:not(:last-child) {
    margin-bottom: 8%; }
  .column__box-r {
    flex-direction: row-reverse; }
  .column__box-img {
    width: 35%;
    position: relative; }
    @media screen and (max-width: 959px) {
      .column__box-img {
        width: 100%; } }
  .column__box-textBlock {
    width: 65%;
    padding: 5%;
    text-align: center; }
    @media screen and (max-width: 959px) {
      .column__box-textBlock {
        width: 100%; } }
    .column__box-textBlock-inner {
      position: relative; }
  .column__box-title {
    font-size: 26px;
		font-weight: 600;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px 10px;
    letter-spacing: 12px; }
    .column__box-title span {
      font-size: 12px; }
  .column__box-line {
    max-width: 340px;
    width: 100%;
    margin: 10px auto 20px auto;
    height: 3px;
    background: linear-gradient(left, #212EC6 0%, #11196F 100%);
    background: linear-gradient(to right, #212EC6 0%, #11196F 100%); }
  .column__box-text-right {
    text-align: right; }
.column__table {
  max-width: 800px;
  width: 100%;
  margin: auto; }
  .column__table td, .column__table th {
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    border-collapse: collapse; }
  .column__table td {
    padding: 30px 0;
    text-align: center; }
    .column__table td:nth-of-type(1) {
      width: 40%; }
    .column__table td:nth-of-type(2) {
      width: 60%; }
  .column__table th {
    background: #f0e6cc; }

.column-img__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 30px 0; }
  .column-img__box:not(:last-child) {
    margin-bottom: 10%; }
  .column-img__box-img {
    width: 47%;
    padding: 0 3%;
    position: relative; }
.column-img-product__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 30px 0; }
  @media screen and (max-width: 959px) {
    .column-img-product__box {
      gap: 20px 0; } }
  .column-img-product__box:after {
    content: "";
    display: block;
    width: 32%;
    height: 0; }
    @media screen and (max-width: 959px) {
      .column-img-product__box:after {
        width: 48%; } }
  .column-img-product__box:not(:last-child) {
    margin-bottom: 10%; }
  .column-img-product__box-img {
    width: 32%;
    position: relative; }
    @media screen and (max-width: 959px) {
      .column-img-product__box-img {
        width: 48%; } }

.entry__block {
  margin-top: 3%;
  text-align: center; }
.entry__dis {
  margin-bottom: 2%; }
.entry__tel span {
  font-size: 22px; }
.entry__tel a {
  font-size: 32px; }

.contact-form {
	margin: 0 auto;
	margin-bottom: 210px;
	max-width: 540px;
	width: 100%;
}
