@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */


/*
 * 構築時CSS（外観カスタマイズの追加CSSから転記）
 */

/* スライダー */
.swiper-slide-inner {
  display: flex !important;
}

.swiper-slide-image {
  width: 60%;
}

.elementor-image-carousel-caption {
  width: 40%;
  background-color: #1B2381;
  color: #fff;
  font-family: "Yu Mincho", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 22px;
}

.elementor-image-carousel-caption {
  position: relative;
  z-index: 0;
}

.elementor-image-carousel-caption::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;

  transform: skewx(-10deg);
  transform-origin: top right;

  z-index: -1;
  width: 100%;
  height: 100%;
  background: #1B2381;
}

.slider-btn {
  font-size: 16px;
  color: #fff !important;
  border: 1px solid #fff;
  padding: 7px 50px;
}

.slider-btn:hover {
  padding: 5px 45px;
  transition: .5;
  opacity: 1;
}

p {
  margin-bottom: 0;
}

/* TOP */

/* TS修正 */
/*.smart-menu{
	display:none;
}*/

.aioseo-breadcrumbs a, .aioseo-breadcrumbs {
  color: #fff;
  font-size: 13px;
}

.s {
  border-radius: 30px !important;
}

.searchsubmit {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  background-color: #1B2381 !important;
}

#search-3 {
  margin-left: 30px;
}

.sub-menu li a:hover {
  background-color: #1B2381 !important;
  color: #fff !important;
}

#onlynavul {
  width: 80%;
  display: flex !important;
  justify-content: space-around;
}

#onlynav ul li a, #nav ul li a {
  font-weight: 400 !important;
  display: flex !important;
}

.deg-under {
  display: block;
  transform: rotate(90deg);
  margin-left: 5px;
}

::selection {
  background: #305D84;
  color: #fff;
}

.btn-small {
  font-weight: 300;
  font-size: 13px;
}

.btn a {
  width: 100% !important;
  height: 280px;
}

.btn-land a {
  width: 100% !important;
  height: 200px;
}

.btn a:hover {
  opacity: 1;
}

.btn .elementor-button-wrapper a, .btn-land .elementor-button-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');

div, span, p, a {
  font-family: 'Noto Sans JP', sans-serif !important;
}

#header-top {
  position: fixed !important;
  z-index: 99999;
}


/* フッター */
.footer-btn a {
  width: 100% !important;
}

a:hover {
  opacity: 1;
}

.footer-menu-wrap {
  width: 100% !important;
}

.footer-menu {
  width: 30% !important;
  float: left !important;
  color: #fff;
}

.footer-menu li a {
  color: #fff;
  font-size: 14px;
  line-height: 2;
}

.footer-menu li a:hover {
  border-bottom: 1px solid #fff;
}

.footer-menu ul {
  line-height: 1.2;
  margin-left: 7px;
  border-left: 1px solid #fff;
  padding-left: 10px;
}

.footer-menu a {
  color: #fff;
}

.footer-menu p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.footer-under .elementor-container {
  max-width: 100% !important;
}


/* ニュース */
.widget_post_list .meta .post_list_title {
  font-size: 1em;
  font-weight: bold;
}

.single_thumbnail {
  display: none;
}

.post_list_title {
  margin-top: 10px;
  font-size: 105% !important;
}



/* カンパニー */
dl {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

.pages__table__tr {
  display: flex;
  font-size: 14px;
}

.pages__table__th, .pages__table__td {
  padding: calc(28px / 2) 0;
}

.pages__table__th {
  font-weight: bold;
  width: 30%;
  border-bottom: 3px solid #000;
}

dt {
  display: block;
  font-size: 100%;
  font-weight: bold;
  color: #000;
}

.pages__table__th, .pages__table__td {
  padding: calc(28px / 2) 0;
}

.pages__table__td {
  padding-left: calc(28px / 2);
  width: 70%;
  border-bottom: 1px solid #000;
}

.siro {
  color: #000;
}

li {
  list-style: none;
}

ul {
  padding: 0;
}

dd {
  display: block;
  color: #000;
  margin-inline-start: 0px !important;
  padding: 15px !important;
}

.pages__table {
  padding: 0px !important;
  margin: 0;
}


/* 会社沿革 */

.history .pages__table__tr {
  display: flex;
  font-size: 13.5px;
}

.history .pages__table__th {
  font-weight: bold;
  width: 20%;
  border-bottom: 1px solid #fff;
  background-color: #1B2381;
}

.history dt {
  display: block;
  font-size: 100%;
  font-weight: bold;
  color: #fff;
  padding-left: 10px !important;
}

.history .pages__table__td {
  padding-left: calc(28px / 2);
  width: 80%;
  border-bottom: 1px solid #fff;
  background-color: rgb(247, 247, 247);
}


/* Q&A */
.elementor-accordion-item {
  border-radius: 10px;
  margin-bottom: 15px;
  box-shadow: 1px 1px 5px #ccc;
}

.elementor-accordion .elementor-accordion-item {
  border: 0px solid #d4d4d4 !important;
}


/* お問い合わせ */
.wpcf7 label, .wpcf7 input, .wpcf7 select {
  width: 100% !important;
  height: 50px;
}

.wpcf7-textarea {
  width: 100% !important;
  margin-bottom: 30px;
}

.wpcf7 input {
  margin-bottom: 20px;
}

.wpcf7 label {
  color: #000 !important;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 20px;
  font-weight: 400;
}

.wpcf7-form {
  width: 70% !important;
  margin: 0 auto !important;
}

input[type="text"], input[type="email"], input[type="tel"], textarea, select[multiple] {
  border: 1px solid #ccc;
}

.wpcf7-submit {
  background-color: #1B2381 !important;
  color: #fff !important;
  border-radius: 30px !important;
  border: solid 1px #1B2381 !important;
  padding: 0 !important;
}


/* スマホ */
@media only screen and (max-width: 768px) {

  /* スライダー */
  .swiper-slide-inner {
    flex-direction: column;
  }

  .swiper-slide-image {
    width: 100%;
  }

  .elementor-image-carousel-caption {
    width: 100%;
    font-size: 18px;
    padding: 30px;
    0;
  }

  .elementor-image-carousel-caption::after {
    transform: skewy(5deg);
  }

  .slider-btn {
    font-size: 14px;
  }

  /* フッター */
  .footer-menu {
    width: 50% !important;
    margin-top: 20px;
  }

  .footer-menu li a {
    color: #fff;
    font-size: 13px;
    line-height: 2.2;
  }

  .footer-menu p {
    color: #fff;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 5px;
  }

  .footer-under .elementor-container {
    max-width: 95% !important;
  }

  /* NEWS */
  ul.diver_widget_post_grid li {
    width: 100%;
  }

  /* カンパニー */
  .pages__table__tr {
    font-size: 13px;
  }

  dt {
    display: block;
    font-size: 95%;
  }

  /* 会社沿革 */

  .history .pages__table__tr {
    font-size: 13px;
  }

  .history .pages__table__th {
    width: 30%;
  }

  .history dt {
    padding-left: 5px !important;
  }

  .history .pages__table__td {
    width: 70%;
  }


  /* お問い合わせ */
  .wpcf7-form {
    width: 100% !important;
    margin: 0 auto !important;
  }


  /* トップ */
  .aioseo-breadcrumbs a, .aioseo-breadcrumbs {
    font-size: 12px;
  }

  #logo img {
    padding: 0.8em 0;
    margin: 0;
  }

    /* #logo, .logo {
    padding-left: 0px;
} */
#logo img {
  padding: .8em 0;
}

.header-wrap {
  position: fixed !important;
}

#nav_fixed {
  display: none !important;
}

.elementor, #main-wrap {
  margin-top: 55px !important;
}

.elementor-393 {
  margin-top: 0px !important;
}
}

/*reCAPTCHA*/

.grecaptcha-badge {
  visibility: hidden;
}




/* TS改修-メディアクエリ調整内容 */

/* 問い合わせフォーム */
.privacy-check {
  margin-left: auto;
  margin-right: auto;
}

.privacy-check-h3 {
  border-bottom: 1px solid #ccc;
  padding: .3rem 0;
}

.privacypolicy-box {
  font-size: .85rem;
  background: #fff;
  padding: 1em;
}

.contact-info {
  margin-top: .5rem;
}

.wpcf7-list-item {
  width: 100%;
  margin-top: 1.5rem;
}

.wpcf7 input[type=checkbox] {
  width: 1.2rem !important;
  height: 1.2rem !important;
  margin-top: 0;
  margin-bottom: 0.2rem;
}

.wpcf7 .acceptance-privacy label {
  margin-bottom: 0 !important;
  height: 2rem !important;
}

.acceptance-privacy-box {
  margin-bottom: 2rem;
}

.acceptance-privacy-box .acceptance-privacy-annotations {
  font-size: .85rem;
  padding-left: 1rem;
  margin-bottom: .5rem;
}

.acceptance-privacy-box .acceptance-privacy-link {
  display: inline-block;
  font-size: .85rem;
  padding-left: 1rem;
}

.acceptance-privacy-box .acceptance-privacy-link a {
  color: #6495ED !important;
}



/* TOP */
@media (min-width: 959px) {
  .smart-menu {
    display: none;
  }
}

@media (max-width: 958px) {
  .nav_inleft.widget_text {
    display: none;
  }

  .nav_inleft.widget_search {
    display: none;
  }

  .widget_text.nav_inleft.widget_custom_html {
    display: block;
  }

  /* ドロワー */
  .drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    height: 100%;
    padding: 30px 0 0 0;
    background: #fff;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
  }


  .drawer-menu a {
    color: #fff !important;
  }

  /* チェックボックスオンの時 */
  .elementor {
      {
      display: table;
      width: 100%;
      height: 100vh;
      padding: 0;
      margin: 0;
      background: #f6bc60;
      box-shadow: 0 0 50px 0 rgb(0 0 0 / 80%);
      -webkit-transition-property: all;
      transition-property: all;
      -webkit-transition-delay: .3s;
      transition-delay: .3s;
      -webkit-transition-duration: .5s;
      transition-duration: .5s;
    }
  }

  .check:checked~.drawer-menu {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
  }

  .check:checked~.menu-btn .bar.top {
    width: 50px;
    right: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #1B2381;
  }

  .check:checked~.menu-btn .bar.bottom {
    width: 50px;
    top: 35px;
    right: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #1B2381;
  }

  .check:checked~.menu-btn .menu-btn__text {
    visibility: hidden;
    opacity: 0;
  }

  .check:checked~.menu-btn .bar.middle {
    opacity: 0;
  }

  /* チェックボックスを非表示 */
  .check {
    display: none;
  }

  /* メニューボタン(label) */
  .menu-btn {
    position: fixed;
    display: block;
    top: 0px;
    right: 0px;
    display: block;
    width: 65px !important;
    height: 55px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 3;
    margin: 0;
  }

  .menu-btn span {
    margin-top: 15px;
  }

  /* コンテンツの閉じる。普段は非表示(label)*/
  .close-menu {
    position: fixed;
    top: 0;
    right: 300px;
    width: 100%;
    height: 100vh;
    visibility: hidden;
    opacity: 0;
  }

  /* チェックボックスオンの時 */
  .check:checked~.close-menu {
    visibility: visible;
    opacity: 1;
    z-index: 3;
  }

  .bar {
    position: absolute;
    top: 0;
    right: 15px;
    display: block;
    width: 35px;
    height: 2px;
    background: #1B2381;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }

  .bar.middle {
    top: 12.5px;
    opacity: 1;
  }

  .bar.bottom {
    top: 25px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }

  .drawer-menu li {
    text-align: left;
  }

  .drawer-menu li a {
    display: block;
    line-height: 2.5;
    font-size: 14px;
    color: #000 !important;
    -webkit-transition: all .8s;
    transition: all .8s;
    font-weight: nomal;
    padding-left: 30px;
  }

  .drawer-menu ul li {}

  .drawer-menu ul li a {
    padding-left: 10px;
    line-height: 2;
  }

  .drawer-menu ul {
    border-left: 1px solid #000;
    margin-left: 35px;
  }

  .drawer-menu p {
    font-size: 14px;
    margin-left: 30px;
    margin-top: 7px;
  }

  .p2 {
    margin-top: 15px !important;
  }

  .drawer-menu li a:hover {
    color: #1B2381 !important;
  }
}

/* タブレットサイズでもハンバーガーメニューを表示 */
@media (min-width:769px) and (max-width: 957px) {
  .header-wrap {
    position: fixed !important;
  }

  #nav_fixed.fixed {
    display: none !important;
  }

  .elementor.elementor-2 {
    margin-top: 65px;
  }
}


/* TS改修-メディアクエリ調整内容 */

/* フォーム同意確認 */
.privacy-check-h3 {
  text-align: center;
}

.acceptance-privacy-box {
  border: 2px solid #0f2ba8;
  border-radius: 8px;
  margin: 2rem;
  text-align: center;
  padding: 1.5rem;
}