@charset "utf-8";
:root {
  --kanxashi: #3a7bd5;
}
/* 汎用CSS */
.container-fluid .row {
  margin-bottom: 50px;
}
.container-fluid .row:first-child{
    margin-bottom: 0;
}
.w-1024 {
    max-width: 1024px;
}
.w-1000 {
    max-width: 1000px;
}
.pd-5p {
    padding-left: 5%;
    padding-right: 5%;
}

.page-item.page-link span {
  color: #000 !important;
  padding: 5px 12px 7px !important;
}

#row-common {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.box-tel {
  min-width: 50%;
  background-color: white;
  border : 1px solid;
  border-color: #A1A7B7;
  border-radius: 10px;
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  max-width: 800px;
}
.box-tel > h4 {
  font-size: 1.5em;
}
.box-tel > p {
  font-size: 2.5em;
}

#allbox{
  position:relative;
  margin: 0 auto;
}

#page-title {
  font-family: 游ゴシック体, YuGothic, sans-serif;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
.page-title-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 16px;
/*  outline: solid 1px #000;*/
}
.page-title-wrap:after {
  content: "";
  border-top: 2px solid #000;
  display: block;
  width: 200px;
  max-width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.page-label {
    font-size: 26px;
    font-weight: bold;
    letter-spacing : 0.22rem;
    margin-bottom: 0px;
}
.eng-label {
    font-family: "bebas-neue-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    color: #ccc;
    letter-spacing : 0.62rem;
}

.breadcrumb {
  width: 100%;
  margin: 0;
  font-size: 14px;
  margin-top: 20px;
  background-color: #fff;
  text-align: left;
  font-weight: normal;
  background-color: transparent;
}
.breadcrumb-wrap.nop .breadcrumb{
    padding-left: 0;
}

/* header関連のCSS nav対応 */
/*
  navの一つ上の領域を設け、そちらで左右余白を調整する
*/
#header {
  background-color: #3a7bd5;
  border-color: #3a7bd5;
  padding: 0 0 0 15px;
  width: 100%;
  z-index: 255;
}
@media all and (max-width: 910px) {
  #header {
    padding: 0 0 0 15px;
  }
}
/*
  navに適用する内容。
  #header nav とすることでCSSの適用順位が上がる
  border-radius:0; で角丸の解除
*/
#header nav{
/*  font-family:'游ゴシック体';*/
  background-color: #3a7bd5;
  border-color: #3a7bd5;
  border-radius: 0;
  margin: 0;
}

/* header内のリンクの色。:hoverを付けるとマウスを載せた時の色 */
#header nav a {
  color: #ffffff;
}
#header nav a:hover {
  color: #252556;
  text-decoration: none;
}

/*
  header左の会社名。
  display:table-cell+heightの指定+vertical-align:middleで上下中央寄せ
*/
#header nav .header-title {
  height: 50px;
  display: flex;
  align-items: center;
}
#header nav .header-title img {
  display: block;
  width: 100px;
  margin-right: 10px;
}
/*
 header左のロゴマーク
 header内でしか使わないので階層深く書いておいて、
 他に影響が出ないように
*/
#header nav .header-title .logo{
  background-image: url(../img/rogo_white.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 10px;
  width: 20px;
  height: 15px;
  display: inline-block;
}

/* 画面を縮めた際に出てくるtoggle */
#header nav .navbar-toggle {
  background-color: transparent;
}
#header nav .navbar-toggle:hover {
  background-color: #252556;
}
#header nav .navbar-toggle .icon-bar {
  background-color: white;
}

/* footer関連 */
/*
 全体的な余白はここで調整する
*/
#footer {
  position:relative;
  background: #2E3141;
  padding: 105px 10% 5px;
  color: rgba(255, 255, 255, 0.65);
}
@media (max-width: 576px) {
  #footer {
    padding-bottom: 140px;
  }
}

#footer .footer-webcam-bottum {
  position: absolute;
  top: -30px;
  right: 80px;
  z-index: 0;
  background: #2E3141;
  padding: 10px 20px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

@media (max-width: 768px) {
  #footer .footer-webcam-bottum {
    right: 20px;
  }
}


#footer h5 {
  padding-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
}

#footer a {
  color: rgba(255, 255, 255, 0.65);
}
#footer a:hover {
  color: rgba(255, 255, 255, 0.95);
}
#footer .footer-box {
  margin-bottom: 20px;
}
#footer ul li {
  margin-bottom: 10px;
}
.movie{
  display: flex !important;
  flex-flow: row;
  justify-content: flex-start;
}
.icon-2{
  padding-left: 10px;
}
.icon-3{
  padding-left: 5px;
}
#copyright {
  text-align: center;
  margin-bottom: 0;
  margin-top: 50px;
  padding-bottom: 20px;
}


#form-info {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 800px;
  margin: 20px auto;
}

form {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.need{
  color: #ffffff;
  background-color: #dc3545;
  border-radius: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 10px;
}
.form-group{
  padding-top: 20px;
}
.btn-submit {
  position: relative;
  border: solid #3a7bd5 2px;
  background: #3a7bd5;
  color: #fff;
  width: 220px;
  padding: 12px 0;
  border-radius: 4px;
  margin: 0 auto;
  display: block;
}
.btn-submit:hover,
.btn-submit:focus {
  border: solid #3a7bd5 2px;
  background: #fff !important;
  color: #3a7bd5;
}
.btn-submit:focus {
  outline: none !important;
}
.btn-submit:after {
  font-family: "FontAwesome";
  content: "\f054";
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}



/*白黒効果*/
.toGray{
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  transition:0.5s;
  transition:0.5s;
}

.toGray:hover{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

/* 共通で使う色 */
.category.notice {
  color:#ffffff;
  background-color: #3a7bd5;
}
.category.press-release {
  color:#ffffff;
  background-color: #ba2c75;
}
.category.pablicity {
  background-color: #3a7bd5;
}
.pule-1.seminar {
  color:#ffffff;
  background-color: #777777;
}
.category.seminar {
  color:#ffffff;
  background-color: #777777;
}
.category.cuchicomi,
.category.cuticomi-cloud {
  color: #fff;
  background-color: #159b82;
}
.category.kanxashi,
.category.kanxashi-cloud {
  color:#ffffff;
  background-color: #ed028c;
}
.category.xenigata {
  color:#ffffff;
  background-color: #213077;
}
.category.shaseen {
  color:black;
  background-color: #bababa;
}
.category.kanxashi-wedding {
  color:#ffffff;
  background-color: #1bb3b0;
}
.category.cloudpms {
  color:#ffffff;
  background-color: #389BBB;
}
.category.showby {
  color:#ffffff;
  background-color: #2590BA;
}
.category.go {
  color:#ffffff;
  background-color: #D28832;
}
.category.bansou {
  color:#ffffff;
  background-color: #ec9f35;
}
.category.wakixashi {
  color:#ffffff;
  background-color: #753383;
}
.category.needstour {
  color:#ffffff;
  background-color: #e93a6a;
}
.category.ulalaka {
  color:#ffffff;
  background-color: #000;
}
.clients-box{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
}
.clients-box p.client{
    font-size: 14px;
    display:list-item;
    list-style-type: none;
    list-style-position: inside;
    padding: 0 0 0 24px;
    margin: 10px 0;
}
.clients-box p.client:before {
	content: '';
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #3E7DD2;
	position: absolute;
        top: 17px;
        left: 20px;
}
.emsg-box{
    text-align: right;
}
.emsg{
    margin: 30px 0 0 0;
    font-size: 14px;
    display: inline-block;
    text-align: right;

}

ol.policy-list {
    padding:0 0 1rem 0;
    margin:0;
    line-height: 1.8;
    font-size:  16px;
}

ol.policy-list {
    padding:0 0 1rem 0;
    margin:0;
    line-height: 1.8;
    font-size:  16px;
}

ol.policy-list li{
    margin-bottom: 1rem;
    list-style-type:none;
    list-style-position: inside;
    text-indent: -1em;
    padding-left: 1em;
    counter-increment: cnt;
  }

ol.policy-list li:before{
  display: marker;
  content: counter(cnt) ". ";
}

.policy-top {
    margin-bottom: 3rem;
}

.btn-kanxashi {
  background: #3a7bd5;
  color: #fff;
  border: solid #3a7bd5 2px;
  background: #3a7bd5;
  font-size: 1.6rem;
  width: 300px;
  padding: 12px 0;
  max-width: 100%;
}

.btn-kanxashi:hover,
.btn-kanxashi:focus {
  border: solid #3a7bd5 2px;
  background: #fff !important;
  color: #3a7bd5;
}
.btn-kanxashi:focus {
  outline: none !important;
}

/* お問い合わせフォームボタン */
.btn-inquiry {
  background-color: #BA272D;
  border-color: #BA272D;
  color: white;
  padding: 20px 26px;
  font-size: 28px;
  line-height: 1.3333333;
  border-radius: 6px;
  width: 400px;
  max-width: 100%;
}
.btn-inquiry:hover,
.btn-inquiry:focus {
  background-color: #fff;
  color: #BA272D !important;
  border-color: #BA272D;
  color: white;
}


.btn-transition {
  padding-left: 2rem;
  cursor: pointer;
  position: relative;
  font-weight: bold;
  padding-right: calc(10px + 1rem) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 8px;
  margin: 0 auto;
}

.btn-transition:after {
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  right: 14px;
  font-size: 1.8rem;
  content: "\f105";
}

  .nav.navbar-nav.navbar-right li a{
    padding: 15px 10px;
  }



/*
<?php if($post->post_type === "product" || $post->post_type === "news" || $post->post_type === "event" || $post->post_name === "company" || $post->post_name === "recruit"): ?>
<style>
  .breadcrumb {
    padding-left: 0;
  }
</style>
<?php endif; ?>
*/

/*****Footer******/

.privacy-text {
  margin: 0;
  padding: 0;
}
.boutton-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.logo-kanxashi_logo_small {
  max-width: 132px;
}
.logo-airtrip_group {
  max-width: 163px;
}
.logo-tw100_small {
  max-width: 56px;
}
.logo-sdgs_small {
  max-width: 156px;
}
.logo-iso27001_small {
  max-width: 342px;
}

.footer-logo-space {
  margin-top: 30px;
  margin-bottom: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 0 10px;
}
.footer-logo-space {
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo-image {
  margin: 0 1rem;
  width: 100%;
}
.first-wrap,
.second-wrap,
.third-wrap {
  display: inline;
}
@media (max-width: 991px) {
  .first-wrap,
  .second-wrap {
    display: flex;
    justify-content: center;
  }
  .logo-image {
    margin-bottom: 4.4rem;
  }
  .third-wrap {
  }
  .first-wrap {
  }
  .second-wrap {
    flex-wrap: wrap;
  }
}
@media (max-width: 648px) {

}

/*
.footer-logo-space {
  margin-top: 30px;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-logo-space img {
  display: block;
  margin: 0 26px;
  max-height: 70px;
}
.logo-space-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
}
.footer-logo-sdgs {
  max-width: 70%;
}
.footer-logo-tw {
  max-width: 30%;
}
@media (max-width: 768px) {
  .footer-logo-space {
    display: block;
  }
  .footer-logo-space img {
    margin: 0;
  }

  .logo-space-wrap {
    justify-content: space-between;
  }
  .logo-space-wrap {
    max-width: 280px;
    margin: 0 auto;
  }

  .footer-logo-isms {
    max-width: 100%;
    width: 280px;
    margin: 26px auto 0 !important;
    max-height: auto !important;
  }

}
*/


.footer-wrap {
  padding-top: 30px;
  background: #f9f9f9;
}
@media (max-width: 576px) {
  .boutton-box {
    justify-content: center;
    flex-wrap: wrap;
  }
  .privacy-text {
    margin: 0 0 1rem 0;
    padding: 0;
  }
  .footer-logo-space img {
    max-height: auto;
  }
}

.svg-paly {
  fill:#fff;filter: drop-shadow(0px 0px 18px rgba(0,0,0,0.6));
  enable-background:new 0 0 30.051 30.051;
}
.wd500 {
  max-width: 500px;
}

.br5 {
  border-radius:5px
}

.mb2 {
  margin-bottom: 2rem
}
.mt0 {
  margin-bottom: 0rem
}
.mb50px {
  margin-bottom:50px
}
.mb10px {
  margin-bottom: 10px;
}

.btn-white,
.btn-blue {
  border-radius: 0;
  padding: 16px 0 14px;
  width: 260px;
  max-width: 100%;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  border-width: 1px;
  border-style: solid;
  margin: 0 auto;
  transition: .4s;
}


.btn-white {
  background: #fff;
  color: var(--kanxashi);
  border-color: white;
}
.btn-blue {
  background: var(--kanxashi);
  color: #fff;
  border-color: white;
}
.btn-blue:hover,.btn-blue:focus {
  background: #fff;
  color: var(--kanxashi);
  border-color: var(--kanxashi);
}
.btn-white:hover,.btn-white:focus {
  background: var(--kanxashi);
  color: #fff;
}
.btn-blue:hover,
.btn-white:hover {
  transition: .4s;
}
.icon-btn-right {
  position: relative;
}
.icon-btn-right:after {
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  right: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}
.icon-btn-right:after {
  content: "\f105";
}
/*
.btn-blue:focus {
    color: #fff;
    text-decoration: none;
    outline: none;
}
.btn-white:focus {
    color: var(--kanxashi);
    text-decoration: none;
    outline: none;
}
*/

.btn-main {
  
}

/* プレスキット・素材ダウンロードページ */
.presskit-wrap {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1080px;
  box-sizing: content-box;
}

.row-presskit {
  max-width: 1080px;
  margin: 0 auto;
  box-sizing: content-box;
}

.presskit-description li {
  list-style: none;
  margin-bottom: 0.6rem;
}

.presskit-description-list {
  padding-left: 0;
}

.presskit-terms-body {
  margin: 40px 0 120px;
  padding: 40px 30px;
  height: 400px;
  overflow-y: scroll;
  border: 1px solid #ccc;
}
.presskit-terms-text {
  margin-bottom: 20px;
}

.presskit-terms-title-h2 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}
.presskit-terms-title-h3 {
  font-size: 20px;
  font-weight: bold;
}
.presskit-terms-description {
  margin-bottom: 45px;
}
.presskit-terms-list {
  padding-left: 15px;
}
.sentence-list {
  color: #333;
  line-height: 2;
  /*margin-top:  2rem;*/
}
.sentence-list dt {
  font-size: 20px;
  margin-bottom: .8rem;
}
.sentence-list dd {
  margin-bottom: 2.4rem;
  line-height: 1.6;
}
.number-list-ol {
  margin-bottom: 30px !important;
  padding-left: 2rem;
  margin-top:1rem
}
.presskit-download {
  padding: 40px 0 60px;
  background-color: #eeeff3;
}
.presskit-download-title-h2 {
  padding-bottom: 10px;
  margin-top: 15px;
  margin-bottom: 30px;
  color: #3a7bd5;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 3px solid #cacbcd;
}
.presskit-download-title-h3 {
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #979797;
}
.presskit-download-title-h3 small {
  font-size: 14px;
  font-weight: bold;
}
.presskit-download-description {
  margin-bottom: 45px;
}
.presskit-content-box {
  background-color: #fff;
  padding: 30px 40px;
}
.presskit-content-box:not(:nth-of-type(1)) {
  margin-top: 40px;
}
.presskit-logo-description {
  line-height: 1.6;
}
.presskit-logo-description ul {
  padding: 0;
}
.presskit-logo-description li {
  list-style: none;
}
.presskit-logo-boxes {
  display: flex;
  justify-content: space-between;
}
.presskit-logo-box:nth-of-type(1) {
  flex-basis: calc(100% - 400px);
}
.presskit-logo-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  width: 100%;
  height: 250px;
  border: 1px solid #ccc;
}
.presskit-logo-img img {
  width: 195px;
  padding: 0 0px;
}
.presskit-logo-button:first-child {
  margin-bottom: 20px;
}
.presskit .download-link {
  cursor: pointer;
  position: relative;
  font-weight: bold;
  padding-right: calc(10px + 1rem) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 8px;
  margin: 0 auto;
  background: #3a7bd5;
  color: #fff;
  border: solid #3a7bd5 1px;
  font-size: 1.4rem;
  width: 350px;
  padding: 12px 0;
  padding-left: 2rem;
  max-width: 100%;
}
.presskit-company-description {
  line-height: 1.6;
}
.presskit .download-link:hover {
  border: solid #3a7bd5 1px;
  background: #fff !important;
  color: #3a7bd5;
  text-decoration: none;
}
.presskit .download-link::after {
  position: absolute;
  right: 10px;
  content: '\f019';
  font-family: "FontAwesome";
  font-size: 1.25rem;
}
@media screen and (max-width: 768px) {
  .presskit-logo-boxes {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .presskit-logo-box:nth-of-type(1) {
    flex-basis: 100%;
  }
  .presskit-logo-box:nth-of-type(2) {
    width: 100%;
    margin-top: 30px;
  }
}

.footer-box {
  margin-bottom: 0px !important;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.footer-box h5 {
  width: 100%;
  height: 20px;
}
.b1 {
}
.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}
.line-flex {
  display: flex;
  flex-flow: column;
  justify-content:space-between;
  height: calc(100% - 20px - 20px);
}
#copyright {
  margin-top: 105px;
}
@media (max-width: 768px) {
  .line-flex {
    height: 430px;
  }
}
.footer-box .list-unstyled {
  margin-bottom: 0px !important;
}
#header {
  padding: 0 15px;
  position: relative;
  z-index: 100000;
}
.navbar-toggle {
  margin-right: 0;
}
.page-top {
  background: var(--kanxashi);
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 100px;
  right: 30px;
  z-index: 1000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  animation-name: fadeIn;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

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

.page-top:after {
    content: "\f106";
    color: #fff;
    font-family: "FontAwesome";
    font-size: 3.2rem;
    margin-top: -5px;
}
.page-top:hover {
  opacity: .7;
}
.page-top:hover,.page-top:focus {
  text-decoration: none;
}
.footer-links-wrap {
    border-top: solid 1px #ccc;border-bottom: solid 1px #ccc;margin-top: 6rem; padding: 4rem 0;
}
.footer-links-wrap h5 {
  text-align: center;
  margin-bottom: 2rem;
}
.footer-links-wrap .links-list {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -2rem;
}
.footer-links-wrap .links-list li {
    padding: 0;
    list-style-type: none;
    margin: 0 1rem 3rem !important;
}
#copyright {
  margin-top: 6rem;
}
@media (max-width: 576px) {
  .footer-links-wrap .links-list {
    display: block;
  }
  .footer-links-wrap .links-list li {
      padding: 0;
      list-style-type: none;
      margin: 0 1rem 1rem !important;
  }
  #footer {
    padding-bottom: 2rem;
  }

  .page-top {
    width: 40px;
    height: 40px;
    bottom: 80px;
    right: 10px;
    z-index: 254 !important;
  }
  .page-top:after {
      font-size: 2.8rem;
      margin-top: -2px;
  }
}