@charset "UTF-8";

/* CSS Document */
/*------------------------------------------------------------------------------------------------------------------------------------------*/

/* ie only */
@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .bg01,.bg02,.bg03 {
    display: none;
  }
}

/* 0-559px sp-tablet版*/
.y-line {
  z-index: 0;
  position: absolute;
  left: 84px;
  top: -28px;
  width: 0;
  height: 251px;
  content: '';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: #EFEF3C;
  opacity: 0.6;
}

.y-line02 {
  z-index: 0;
  position: absolute;
  right: 84px;
  top: -28px;
  width: 0;
  height: 251px;
  content: '';
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-width: 0 0 0 4px;
  border-style: solid;
  border-color: #EFEF3C;
  opacity: 0.6;
}

.company-page .y-line, .company-page .y-line02 {
  height: 174px;
}

.company-page .y-line {
  left: 58px;
}

.company-page .y-line02 {
  right: 58px;
}


/*--------------------
top-animation
---------------------*/

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

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


/* loading-anime */

.ft04 {
  opacity: 0;
  /* ここを追加 */
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  /* アニメーション時間 */
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  /* 変化開始の時間 */
  -webkit-animation-name: fadein-top;
  animation-name: fadein-top;
  /* アニメーション名 */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  /* アニメーションの繰り返し（無限）*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*これで値を保持して表示したままを保つ*/
}

.ft05 {
  opacity: 0;
  /* ここを追加 */
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  /* アニメーション時間 */
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  /* 変化開始の時間 */
  -webkit-animation-name: fadein-top;
  animation-name: fadein-top;
  /* アニメーション名 */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  /* アニメーションの繰り返し（無限）*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*これで値を保持して表示したままを保つ*/
}

.ft06 {
  opacity: 0;
  /* ここを追加 */
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  /* アニメーション時間 */
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  /* 変化開始の時間 */
  -webkit-animation-name: fadein-top;
  animation-name: fadein-top;
  /* アニメーション名 */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  /* アニメーションの繰り返し（無限）*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*これで値を保持して表示したままを保つ*/
}


/* fv-anime */

.fv-logo {
  opacity: 0;
  /* ここを追加 */
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  /* アニメーション時間 */
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
  /* 変化開始の時間 */
  -webkit-animation-name: fadein-top;
  animation-name: fadein-top;
  /* アニメーション名 */
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  /* アニメーションの繰り返し（無限）*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  /*これで値を保持して表示したままを保つ*/
}

@-webkit-keyframes fadein-top {
  from {
    opacity: 0 !important;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadein-top {
  from {
    opacity: 0 !important;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}


/*----------------*/

.fv-box-wrap img {
  width: 100%;
}

.fv-box-center:before {
  content: '';
  position: absolute;
  top: -148px;
  right: -120px;
  display: inline-block;
  width: 450px;
  height: 450px;
  background-image: url(../images/img-fv-sq-sp.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

section {
  margin-top: 70px;
  margin: 0 auto;
}

.top-business {
  margin-top: 40px;
}

.top-business-inner {
  position: relative;
  overflow: hidden;
}

.fv-box-center {
  position: absolute;
  top: 6%;
  left: 10%;
}

.txt-name-en img {
  width: auto;
  height: 15px;
  margin-bottom: 20px;
  display: block;
}

.fv-box .fv-logo {
  margin-bottom: 30px;
  height: auto;
  width: 211px;
}

.pc-header-inner {
  position: absolute;
  z-index: 1;
}


/*--------------------
bg
---------------------*/

.bg01, .bg03 {
  text-align: left;
}

.bg02 {
  text-align: right;
  margin-right: 110px;
}

.bg01::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 640px;
  left: -151px;
  width: 100%;
  height: 100%;
  background-image: url(../images/img-bg-square01.png);
  background-repeat: no-repeat;
}

.company-page .bg01::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: -90px;
  left: -151px;
  width: 100%;
  height: 100%;
  background-image: url(../images/img-bg-square01.png);
  background-repeat: no-repeat;
}

.bg02::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 341px;
  background-image: url(../images/img-bg-square02.png);
  background-repeat: no-repeat;
  width: 300px;
  height: 300px;
  display: inline-block;
  background-size: contain;
}

.bg03::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 253px;
  left: -520px;
  width: 100%;
  height: 100%;
  background-image: url(../images/img-bg-square03.png);
  background-repeat: no-repeat;
}

h2 {
  text-align: center;
  font-size: 23px;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-transform: uppercase;
  margin-bottom: 60px;
}

h2 span {
  font-size: 12px;
  color: #314886;
  display: block;
}

.top-business-inner p, h3, h4 {
  padding: 0 20px 50px 20px;
}

.top-business-inner h3 {
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  padding-bottom: 30px;
  color: #3B6A96;
  font-weight: bold;
  margin-top: 30px;
  line-height: 1.8;
  letter-spacing: 0.2em;
}

.top-business01-right h3 {
  line-height: 1.6;
  letter-spacing: 0.2em;
}

.top-business01, .top-business02 {
  margin-bottom: 60px;
}

.top-business01-left-txt {
  height: 58px;
  width: auto;
}

.top-business02-right {
  text-align: right;
  overflow: hidden;
}

.top-business01-left {
  overflow: hidden;
}

.top-business02-right-txt {
  height: 58px;
  width: auto;
}


/*--------------------
sp-top-top-mainproduct
---------------------*/

.sp-wrapper {
  padding: 0 20px 0 20px;
}

.intro-txt {
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

hr {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #b8b8b8;
  position: relative;
  z-index: 10;
  width: 60%;
}

.company-name {
  font-size: 15px !important;
  line-height: 1.1;
  letter-spacing: 0em;
  display: inline !important;
}

.sp-0 {
  letter-spacing: 0em !important;
  font-size: 22px !important;
  display: inline !important;
}


/*--------------------
sp-top-news
---------------------*/

.news-inner li {
  padding-bottom: 14px;
}

.news-inner dt {
  width: 20.5rem;
}

.top-business01-center .news-btn a {
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  width: 90%;
}

.news-btn a {
  min-width: 160px;
  text-align: left;
  color: #fff;
  padding: 10px 15px;
  display: block;
  letter-spacing: .2em;
  width: 225px;
  margin-top: 0px;
  background-color: #0A1552;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12.5px;
  margin-left: auto;
  margin-right: 10px;
}

.news-btn a span {
  font-weight: normal;
}

.news-btn a:after {
  content: '';
  position: absolute;
  top: 26px;
  right: 23px;
  display: inline-block;
  width: 49px;
  height: 50px;
  background-image: url(../images/img-arrow.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.top-business01-center .news-btn a:after {
  content: none;
}

.top-business01-left .ani-txt {
  margin-bottom: 0px;
  margin-left: 0px;
  position: relative;
  z-index: 0;
  width: 60%;
}

.top-business02-right .ani-txt {
  margin-bottom: 0px;
  margin-right: 0px;
  position: relative;
  z-index: 0;
  width: 60%;
}

.top-business01-center .ani-txt {
  margin-bottom: 0px;
  position: relative;
  z-index: 0;
}


/*--------------------
sp-top-contact_sns
---------------------*/

.contact_sns a {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
}

.contact_sns img {
  padding: 6px;
  padding-bottom: 9px;
  display: block;
  width: 60%;
  margin: 0 auto;
  margin-top: 7px;
}

.contact_sns {
  background-size: cover;
  padding: 4vh 0vh 0 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 10000;
  text-align: center;
}

.contact_sns p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}

.contact_sns a {
  font-size: 15px;
  display: block;
  padding-bottom: 9px;
  font-family: 'Noto Sans JP', sans-serif;
  text-transform: uppercase;
}

.contact_sns .navigation {
  margin-bottom: 30px;
}

.contact_sns .contact a {
  display: inline-block;
}

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

.contact_sns .sns a {
  font-size: 9px;
  font-family: 'Noto Sans JP', sans-serif;
  text-transform: uppercase;
}

.contact_sns .sns-nav {
  margin: 0 auto;
}

.contact_sns p {
  text-align: center;
}


/* footer */
.footer-left {
  text-align: left;
}
.footer-left img {
  margin-bottom: 20px;
}

.footer-left p {
  margin-bottom: 3px;
}

.contact {
  font-weight: 800;
  font-size: 19px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}

.contact span {
  display: block;
  font-size: 12px;
  margin-top: -10px;
  text-align: center;
  letter-spacing: 0.2em;
}

.footer-right-txt {
  text-align: left;
  font-size: 14px !important;
}

.footer-right-txt ul {
  font-size: 13px !important;
}

.footer-right-txt p {
  font-size: 13px !important;
  margin-bottom: 20px;
}

.com-tel {
  border: solid 2px #fff;
  padding: 10px 0 14px;
  margin-top: 15px;
  text-align: center;
}

.com-tel a {
  color: #fff;
  font-weight: bold;
}

.header-nav-sp .com-tel a {
  color: #3B6A96;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: -13px;
}

.com-tel p {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
}

.com-tel span {
  margin-top: -8px;
  display: block;
}

.footer-right, .footer-left {
  padding: 20px 32px 70px;
}


/*------------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 560px) {
  /*560px-960px tablet-pc版*/
  .y-line, .y-line02 {
    height: 361.95px;
    border-width: 0 0 0 6px;
  }
  .top-business-inner {
    position: relative;
    overflow: visible;
  }
  .fv-box-wrap {
    position: relative;
  }
  .fv-box-center {
    position: absolute;
    top: 50%;
    left: 8%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .fv-box-center:before {
    content: none;
  }
  .fv-box .fv-title {
    display: block;
    margin: 0 auto;
    padding-top: 2em;
  }
  .fv-bottom-catch img {
    width: 52%;
    display: block;
    margin: 0 auto;
  }
  .fv-bottom-catch p {
    display: none !important;
  }
  .fv-box-in {
    width: 100%;
    max-width: 366px;
    margin-top: 0px;
  }
  .txt-name-en img {
    width: auto;
    height: 30px;
    margin-bottom: 30px;
    display: block;
  }
  .fv-box .fv-logo {
    margin-bottom: 40px;
    height: auto;
    width: 280px;
  }
  .top-business-inner p, h3, h4 {
    padding: 0 20px 50px 20px;
  }
  .top-business01-center .news-btn a {
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    width: 400px;
  }
  .news-btn a {
    min-width: 160px;
    text-align: left;
    color: #fff;
    padding: 1em 2.4em;
    display: block;
    letter-spacing: .2em;
    width: 280px;
    margin-left: auto;
    margin-right: 10px;
    margin-top: 56px;
    background-color: #0A1552;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
  }
  .news-btn a:after {
    top: 33px;
    right: 25px;
    width: 79px;
    height: 50px;
  }
  .top-business01-left-txt {
    height: 128px;
    width: auto;
  }
  .top-business02-right-txt {
    height: 128px;
    width: auto;
  }
  .pickup_li_1-2 .pickup_li {
    margin: 90px 12% 90px 12%;
  }
  .pickup_li_3-5 .pickup_li {
    margin: 90px 12% 90px 12%;
  }
  hr {
    width: 77%;
  }
  .lower_page {
    position: relative;
    margin-bottom: 80px;
    margin-top: 140px;
  }
  .pickup_li_1-2 .pickup_li_txt {
    margin-top: -51px;
  }
  .news {
    margin-bottom: 100px;
  }
  /* footer */
  .footer-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 30px;
    margin-top: 30px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .footer-flex .footer-left, .footer-flex .footer-right {
    width: 50%;
    padding: 0px 33px;
  }
  .footer-right-wrap {
    width: 100%;
    margin-left: auto;
  }
  .footer-left {
    text-align: left;
  }
  .footer-right {
    border-left: 1px solid #fff;
    padding: 0px;
  }
  .footer-left img {
    margin-bottom: 20px;
  }
  .footer-left p {
    margin-bottom: 3px;
  }
  .contact {
    font-weight: 800;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.3em;
    margin-bottom: 10px;
  }
  .contact span {
    display: block;
    font-size: 13px;
    margin-top: -10px;
    text-align: center;
    letter-spacing: 0.2em;
  }
  .footer-right-txt {
    text-align: left;
    font-size: 14px !important;
  }
  .footer-right-txt p {
    font-size: 13px !important;
    text-align: center;
    white-space: nowrap;
  }
  .com-tel {
    border: solid 2px #fff;
    padding: 10px 0 14px;
    margin-top: 15px;
    text-align: center;
  }
  .com-tel p {
    font-size: 20px;
    text-align: center;
    font-weight: 600;
  }
  .com-tel span {
    margin-top: -8px;
    display: block;
  }
  .bg06::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 1810px;
    width: 800px;
    height: 800px;
    background-image: url(../images/img-bg-square02.png);
    background-repeat: no-repeat;
    left: 907px;
  }
}


/*------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 960px) {
  /*960px以上 pc版*/
  /*--------------------
bg
---------------------*/
  .bg01, .bg03, .bg05 {
    text-align: left;
  }
  .bg02, .bg06 {
    text-align: right;
    margin-right: 110px;
  }
  .bg01::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 580px;
    left: -211px;
    width: 100%;
    height: 100%;
    background-image: url(../images/img-bg-square01.png);
    background-repeat: no-repeat;
  }
  .bg02::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 430px;
    width: 500px;
    height: 500px;
    background-image: url(../images/img-bg-square02.png);
    background-repeat: no-repeat;
  }

  .bg03::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 253px;
    left: -520px;
    width: 100%;
    height: 100%;
    background-image: url(../images/img-bg-square03.png);
    background-repeat: no-repeat;
  }
  .bg05::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 1090px;
    left: -76px;
    width: 100%;
    height: 100%;
    background-image: url(../images/img-bg-square01.png);
    background-repeat: no-repeat;
  }
  .bg06::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 1810px;
    width: 800px;
    height: 800px;
    background-image: url(../images/img-bg-square02.png);
    background-repeat: no-repeat;
    left: 1000px;
  }
  /* business */
  .top-business01-right .news-btn a {
    margin: 0 0 0px 80px;
  }
  .top-business02-left .news-btn a {
    margin: 0 80px 0px 0px;
  }
  .pickup_li div {
    width: 100%;
  }
  .pickup_li_relative {
    width: 100%;
  }
  .top-mainproduct .white-bg, .top-profile .white-bg, .companyprofile .white-bg, .news .white-bg, .lower_page .white-bg {
    position: absolute;
    width: 73%;
  }
  .top-business {
    width: 100% !important;
    max-width: 1000px;
  }
  h2 {
    font-size: 28px;
    margin-bottom: 70px;
  }
  h2 span {
    font-size: 17px;
  }
  .fv-bottom-catch {
    padding: 0px 20px 0 20px;
    margin-bottom: 220px;
  }
  .top-business-inner h3 {
    font-size: 25px;
    padding-bottom: 30px;
    margin-top: 0px;
    line-height: 51px;
  }
  .top-business01-left {
    width: 43%;
    overflow: visible;
  }
  .top-business01-right {
    width: 50%;
  }
  .top-business02-right {
    width: 43%;
    overflow: visible;
  }
  .top-business02-left {
    width: 50%;
  }
  .top-business01-left-image {
    width: 100%;
  }
  .top-business01-left .ani-txt {
    margin-bottom: -50px;
    margin-left: -40px;
    position: relative;
    z-index: 10;
    width: 80%;
  }
  .top-business02-right .ani-txt {
    margin-bottom: -50px;
    margin-right: -40px;
    position: relative;
    z-index: 10;
    width: 80%;
  }
  .top-business01-center .ani-txt {
    margin-bottom: -50px;
    position: relative;
    z-index: 10;
    width: 80%;
  }
  .top-business {
    margin-top: 210px;
  }
  .top-business01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 230px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-business01-center {
    /* max-width: 1100px; */
    margin: 0 auto;
  }

  @media all and (-ms-high-contrast: none) {
    .top-business01-center {
    max-width: 1548px;
    margin: 0 auto;
    }
  }
 
    .top-business02 {
    margin-bottom: 230px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 509px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-business02-right {
    text-align: right;
  }
  .top-business02-left {
  }
  .top-business02-right-image {
    width: 100%;
  }
  .top-business01-right p, .top-business01-right h3 {
    padding: 0 0 50px 80px;
  }
  .top-business01-right h3 {
    line-height: 1.6;
    letter-spacing: 0.2em;
  }
  .top-business02-left p, .top-business02-left h3 {
    padding: 0 80px 50px 0;
  }
  .top-business02-right-txt {
    height: 97px;
    width: auto;
  }
  .top-business01-left-txt {
    height: 97px;
    width: auto;
  }
  .top-business01-left-image {
    margin-bottom: -78px;
  }
  .top-business02-right-image {
    margin-bottom: -78px;
  }
  .footer-right-wrap {
    width: 360px;
    margin-left: auto;
  }
  /*--------------------
pc-top-mainproduct
---------------------*/
  .pickup_li_1-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 90px 0 90px 0;
  }
  .pickup_li_image {
    width: 100%;
  }
  .pickup_li_1-2 .pickup_li {
    margin: 0 12% 0 12%;
  }
  .pickup_li_3-5 .pickup_li {
    margin: 0 8%;
  }
  .pickup_li_3-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 90px 0 90px 0;
  }
  .pickup_li_1-2 .pickup_li_txt {
    width: 246px;
  }
  .pickup_li_3-5 .pickup_li_txt {
    width: 176px;
  }
  /*--------------------
pc-top-representative profile
---------------------*/
  .top-profile-inner {
    width: 50%;
    margin: 0 auto;
  }
  .top-profile-inner img {
    text-align: center;
  }
  .top-profile-inner img {
    width: 70%;
  }
  .top-profile .white-bg {
    height: 104%;
  }
  /*--------------------
pc-top-company profile
---------------------*/
  .companyprofile-inner {
    width: 40%;
    margin: 0 auto;
  }
  .companyprofile .white-bg {
    height: 110%;
  }
  /*--------------------
pc-top-news
---------------------*/
  .news-inner {
    width: 53%;
    margin: 0 auto;
  }
  .news-inner dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .news-btn a.submit-btn a {
    width: 42%;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 70px;
  }
  .g-calendar iframe {
    height: 600px;
  }
  .news-inner dd {
    padding-left: 30px;
  }
  .news .white-bg {
    height: 104%;
  }
  /*--------------------
pc-contact_sns
---------------------*/
  .contact_sns .sns-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
  }
  .contact_sns .contact, .contact_sns .keepintouch {
    width: 50%;
  }
  .contact_sns .keepintouch {
    border-left: solid 1px #707070;
    width: 50%;
  }
  .contact_sns p {
    margin-bottom: 10px;
  }
  .contact_sns {
    padding: 9vh 0 20px 0px;
  }
}


/*------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 1600px) {
  /*1300px以上 pc版*/
  .top-business {
    width: 100% !important;
    max-width: 1300px !important;
  }
}


/*------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (min-width: 2000px) {
  /*1300px以上 pc版*/
  .top-business {
    width: 100% !important;
    max-width: 1600px !important;
  }
}


/*------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 373px) {
  /*373px以下 sp版*/
  .fv-box-center {
    position: absolute;
    top: 3.7%;
    left: 10%;
  }
}


/*------------------------------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 959px) {
  /*373px以下 sp版*/
  .top-business {
    max-width: 650px;
  }
}