@charset "UTF-8";

@font-face {
	font-family: 'Futura';
	src: url(../font/FuturaBookBT.ttf);
}

@font-face {
	font-family: 'Gen_normal';
	src: url(../font/SourceHanSans-Normal.otf);
}

@font-face {
	font-family: 'Gen_bold';
	src: url(../font/SourceHanSans-Bold.otf);
}

.nav-item {
	margin-right: 30px;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 1.8 !important;
  font-family: 'Gen_normal', 'メイリオ', 'Meiryo', "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "游ゴシック", "Yu Gothic", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif !important;
  color: #3B4043 !important;
}

html {
  overflow-y: scroll;
  font-size: 12pt;
  letter-spacing: 2px;
}

h1 {
  font-size: 2.0rem !important;
}

h2 {
  font-size: 1.8rem !important;
}

h3 {
  font-size: 1.5rem !important;
}

h4 {
  font-size: 1.2rem !important;
}

h5 {
  font-size: 1.0rem !important;
}

h6 {
  font-size: 0.9rem !important;
}

p {
  margin-bottom: 0.6rem !important;
}

.futura {
  font-family: 'Futura', sans-serif !important;
}

.gen_normal {
  font-family: 'Gen_normal', sans-serif !important;
}

.gen_bold {
  font-family: 'Gen_bold', sans-serif !important;
}

.main_bg_color {
  background-color: #3B5AA7;
}

.bg_color1 {
  background-color: rgba(59, 90, 167, 0.1);
}

.text_color1 {
  color: #3B5AA7;
}

.text_color2 {
  color: #BFBABA;
}

.main_bg_color a {
  color: #ffffff !important;
}

.font_06rem {
  font-size: 0.6rem;
}

.font_07rem {
  font-size: 0.7rem;
}

.font_08rem {
  font-size: 0.8rem;
}

.font_09rem {
  font-size: 0.9rem;
}

.font_11rem {
  font-size: 1.1rem;
}

.font_12rem {
  font-size: 1.2rem;
}

.font_13rem {
  font-size: 1.3rem;
}

.font_14rem {
  font-size: 1.4rem;
}

.font_15rem {
  font-size: 1.5rem;
}

.font_16rem {
  font-size: 1.6rem;
}

.font_17rem {
  font-size: 1.7rem;
}

.font_18rem {
  font-size: 1.8rem;
}

.font_19rem {
  font-size: 1.9rem;
}

.font_20rem {
  font-size: 2.0rem;
}

.font_25rem {
  font-size: 2.5rem;
}

.font_30rem {
  font-size: 3.0rem;
}

.font_35rem {
  font-size: 3.5rem;
}

.letter_18 {
  letter-spacing: 1.8px;
}
.letter_08 {
  letter-spacing: 0.8px;
}

.letter0 {
  letter-spacing: 0px;
}

.line_h0 {
  line-height: 0;
}

.line_h08 {
  line-height: 0.8;
}

.line_h12 {
  line-height: 1.2;
}

.line_h15 {
  line-height: 1.5;
}

.line_h18 {
  line-height: 1.8;
}

.line_h20 {
  line-height: 2.0;
}

.line_h25 {
  line-height: 2.5;
}

.a-color-white a {
  color: white;
}

.a-color-white a:hover {
  color: white;
}

.a-color-black a {
  color: #3B4043;
}

.a-color-black a:hover {
  color: #3B4043;
  text-decoration: unset;
}

.a-color-black:hover {
  opacity: 0.8;
}

.a-color-gray a {
  color: #BFBABA;
}

.a-color-gray a:hover {
  color: #3B4043;
  text-decoration: unset;
}

.a-color-blue a {
  color: #3B5AA7;
}

.a-color-blue a:hover {
  color: #3B5AA7;
  text-decoration: unset;
}

ul {
  padding-inline-start: 20px;
}

.categories_title, .archives_title, .tags_title {
  font-weight: 700;
  font-size: 1.3rem;
}

.categories li, .archives li {
  list-style-type: none;
}

.categories li:before, .archives li:before {
	content: '';
	width: 4px;
	height: 4px;
	display: inline-block;
	border-radius: 100%;
	background: #3B4043;
	position: relative;
	left: -10px;
  top: -3px;
}

.categories a, .archives a, .tags a, .my_sidebar ul a {
  font-size: 1.0rem;
  color: #3B4043;
}

.categories a:hover, .archives a:hover, .tags a:hover, .my_sidebar ul a:hover {
  color: #3B4043;
  text-decoration: unset;
}

.col-m-1 {
  max-width: 8% !important;
  margin: 1%;
}

.col-m-2 {
  max-width: 13% !important;
  margin: 1%;
}

.col-m-3 {
  max-width: 22% !important;
  margin: 1%;
}

.col-m-4 {
  max-width: 30% !important;
  margin: 1%;
}

.col-m-5 {
  max-width: 30% !important;
  margin: 1%;
}

.col-m-6 {
  max-width: 48% !important;
  margin: 1%;
}

.top_img {
  cursor: pointer;
}

@media (min-width: 992px) {
  .categories_title, .archives_title, .tags_title {
    font-size: 1.0rem;
  }

  .categories a, .archives a, .tags a, .my_sidebar ul a {
    font-size: 0.8rem;
  }

  .col-lg-m-1 {
    max-width: 8% !important;
    margin: 1%;
  }
  
  .col-lg-m-2 {
    max-width: 13% !important;
    margin: 1%;
  }
  
  .col-lg-m-3 {
    max-width: 22% !important;
    margin: 1%;
  }
  
  .col-lg-m-4 {
    max-width: 31% !important;
    margin: 1%;
  }
  
  .col-lg-m-5 {
    max-width: 31% !important;
    margin: 1%;
  }
  
  .col-lg-m-6 {
    max-width: 45% !important;
    margin: 1%;
  }
}

/* main contents */
.contentsWrap {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  margin: 0 auto;
  text-align: center;
}

.contentsWrap:before,
.contentsWrap:after {
  display: table;
  content: "";
  line-height: 0;
}

.contentsWrap:after {
  clear: both;
}

label {
  cursor: pointer;
}

fieldset {
  border: none;
}

.head {
  border-bottom: 2px solid #FFF;
  /* position: fixed;
  top:0;
  height: 95px;
  z-index: 100;
  width: 100%;
  background-color: #fff; */
}

.header_catch img {
  width: 100%;
  max-height: 640px;
  object-fit: cover;
}
.main_contents {
  /* position: relative; */
  margin-top: 100px;
  /* margin-bottom: 80px; */
  /* background-color: #FFF; */
}

.hr1 {
  width: 60px;
  height: 2px;
  background-color: #000;
}

.category_border {
  border: 1px solid #BFBABA;
}

.top-scroll-aera {
  background-color: #EFEFEF;
  opacity: 0.92;
}

.category_icon {
  background-color: #707070;
  border-radius: 3px;
}

.tag_box {
  background-color: #3B5AA7;
  border-radius: 5px;
  color: white;
  padding: 1px 8px;
}

.contact_box {
  background-color: #3B5AA7;
  border-radius: 5px;
  color: white;
  padding: 6px 45px;
}

.side_tag_box {
  border: 1px solid #727171;
  border-radius: 5px;
  /* color: white; */
  padding: 3px 6px;
}

.search_input {
  border: 1px solid #3B5AA7;
  border-radius: 5px;
}

.wp-block-image img {
  height: auto !important;
}

.border1 {
  border: 1px solid #BFBABA;
}

.border_bottom {
  border-bottom: 2px solid #3B5AA7;
}

.border_dash_bottom {
  border-bottom: 1px dashed #C0BABA;
}

.align-sele-center {
  align-self: center;
}

.blog_side {
  width: 100%;
}

#navbarNavDropdown {
  align-self: baseline;
}

.navbar-nav li {
  /* position: relative; */
}
header .navbar-nav li a:hover {
  /* position: absolute; */
  text-decoration: none;
  border-bottom: 1px solid white;
  /* width: 80%; */
  padding-bottom: 5px;
  content: '';
  /* position: absolute; */
  /* left: 50%; */
  /* bottom: -15px;線の上下位置 */
  /* display: inline-block; */
  /* width: 60%;線の長さ */
  /* height: 2px;線の太さ */
  /* -webkit-transform: translateX(-50%); */
  /* transform: translateX(-50%);位置調整 */
  /* background-color: white;線の色 */
  /* border-radius: 2px;線の丸み */
}

ul[class=sub-menu] {
  padding: 0;
}

header .header_none {
  display: none;
}

header ul[class=sub-menu] {
  display: none;
}

#searchSubmit {
  height: 30px ;
}

#searchSubmit img {
  margin-bottom: 8px;
}

/* Footer */

footer {
}

footer .footer_none {
  display: none;
}

.footer_sub_menu ul[class=sub-menu] {
  font-size: 1.0rem !important;
}

.footer_sub_menu ul[class=sub-menu] li {
  margin: 10px 2px;
}

.foot {
  background-color: #F0EDED;
  color: #3B5AA7;
  letter-spacing: 0.5px;
}

footer ul[class=sub-menu] {
  font-size: 0.8rem;
  list-style-type: none;
}

.footer_row li {
  margin: 12px 0px;
}

footer ul[class=sub-menu] li {
  margin: 5px 2px;
}

.sns_list div {
  margin: 2px 6px;
}

#sp_head_search {
  display: none;
}
@media (min-width: 992px) {

  header .navbar-nav li a+.sub-menu {
    position: absolute;
    background-color: white;
    color: #3B5AA7;
    list-style: none;
    z-index: 100;
    opacity: 0.9;
    top: 106px;
    padding: 15px 0;
  }

  header .navbar-nav li a+.sub-menu a {
    color: #3B4043 !important;
  }

  .wp-block-columns .wp-block-column:first-child {
    max-width: 40%;
  }
  .blog_side {
    max-width: 300px;
  }

  .footer_row {
    flex-direction: row !important;
  }

  .footer_row li {
    margin: 0 30px;
  }
}

.navbar-toggler {
  border: none !important;
}
/*  */
@media screen and (min-width: 992px) {
  /* Header */
  .menu {
    float: right;
    margin-top: 30px;
  }
  .menu a {
    color: white;
    text-decoration: none;
    padding: 0 10px;
  }
}

@media screen and (min-width: 1200px) {
  /* Header */
  .menu {
    float: right;
    margin-top: 30px;
  }
  .menu a {
    color: white;
    text-decoration: none;
    padding: 0 20px;
  }
}

.font_24_40 {
  font-size: 40px;
}

.mar_t_40_100 {
  margin-top: 100px;
}

.div_line {
  height: 30px;
  margin-top: 70px;
  margin-bottom: 70px;
  background-color: #F0EDED;
  margin-left: -15px;
  margin-right: -15px;
}

.mar_x_n15 {
  margin-left: -15px;
  margin-right: -15px;
}

.mar_l_1b {
  margin-left: 30% !important;
}

.mar_l_2b {
  margin-left: 22% !important;
}

.mar_l_3b {
  margin-left: 15% !important;
}

.gradient {
  margin: 0 -15px;
  /* background: linear-gradient(100deg, transparent 22%, #3b5aa7 0%); */
  background: linear-gradient(97deg, transparent 22%, #3b5aa7 0%);
}

.gradient1 {
  margin: 0 -15px;
  background: linear-gradient(100deg, transparent 25%, #3b5aa7 0%);
}

.gradient2 {
  margin: 0 -15px;
  background: linear-gradient(100deg, transparent 17%, #3b5aa7 0%);
}

.gradient3 {
  margin: 0 -15px;
  background: linear-gradient(100deg, transparent 10%, #3b5aa7 0%);
}

.h_150 {
  height: 150px;
}

.radio .wpcf7-list-item {
  width: 100%;
  text-align: left;
}

input[type=checkbox] {
  transform: scale(1.5);
}

input[type=radio] {
  transform: scale(1.5);
}

.btn_color_blue {
  background-color: #3B5AA7;
  border: 1px solid #3B5AA7;
  color: white;
  border-radius: 5px;
  width: 290px;
  height: 58px;
}

.info_btn {
  background-color: #3B5AA7;
  border: 1px solid #3B5AA7;
  color: white;
  border-radius: 5px;
  width: 290px;
  height: 58px;
}

input[type="button"], input[type="submit"], button {
  background-color: #3B5AA7;
  border: 1px solid #3B5AA7;
  color: white;
  border-radius: 5px;
}

.wpulike-heart .wp_ulike_general_class {
  box-shadow: none !important;
}

.rank_box {
  background-color: #3B5AA7;
  opacity: 0.75;
  width: 75px;
  color: white;
  font-weight: 600;
  font-size: 1.2rem;
  text-align: center;
  position: absolute;
  top: 0;
  height: 100%;
}

.rank_box_in {
  position: relative;
  top: 20%;
}

.wpulike {
  padding: 0 !important;
}

.top_img {
  width: 70%;
}

.scroll_box_all {
  cursor: pointer;
}

.scroll_circle {
  position: relative;
  margin-top:-85px;
  margin-left:11px;
  /* transition: all 1s; */
}

.scroll_box {
  width: 40px;
  height: 85px;
  border: 2px solid #FFF;
  border-radius: 20px;
}

.arrow-bottom {
  position: relative;
  border-left: 2px solid #FFF;
  height: 70px;
  left: 18px;
  top: -2px;
}
.arrow-bottom::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) rotate(135deg);
}

.company_top_img {
  top: calc(30vh - 100px);
}

#rinen+div {
  right: 120px;
  margin-top: -50px;
}

#bg_company {
  background-image: url(https://kajimuki.sakura.ne.jp/wp/wp-content/uploads/2020/12/32ec40eeada6341b62e5a8900682ba02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -250px;
  margin-top: -200px;
  padding-top: 200px;
  margin-left: -15px;
}
#akasho {
  right: 60px;
  margin-top: -70px;
}

div[class^=scroll_menu_] {
  cursor: pointer;
}

div[class^=scroll_menu_]:hover {
  /* background-color: #3B5AA7; */
  color: #3B5AA7 !important;
}

div[class^=scroll_menu_]:after {
  margin-left: 6px;
  content: attr(data-content);
  color: #3B5AA7;
}

.info_block:after {
  /* content: '>'; */
}

input[id=s] {
  height: 34px;
  border: none;
}

#top-scroll-aera-close {
  position: absolute;
  right: 0;
  top: -46px;
}

#MySuggest {
  position: absolute;
  /* margin-top: -20px; */
  display: none;
}

@media screen and (max-width: 991px) {
  #MySuggest {
    position: unset;
  }
  #top-scroll-aera-close {
    position: fixed;
    right: 10px;
    top: 0px;
    padding: 20px;
    background-color: #FFF;
  }

  .sns_list div {
    margin: 2px 6px;
  }

  #sp_head_search {
    display: none;
  }

  #sp_head_search input {
    /* height: 36px; */
    width: 100%;
  }

  header #navbarNavDropdown ul .sub-menu {
    margin-top: 0 !important;
    margin-left: 30px;
  }

  header .navbar-nav li a:hover {
    border: none;
  }
  .header_catch img {
    max-height: 300px;
  }

  .scroll_circle {
    margin-top:-66px;
    margin-left:6px;
  }

  .info_btn {
    width: 180px;
    height: 36px;
  }

  #bg_company {
    background: none;
    margin-top: 0px;
    padding-top: 0px;
    margin-left: 0px;
  }

  #akasho {
    right: 30px;
    margin-top: -40px;
  }
  #akasho img {
    width: 33px;
  }

  #rinen+div {
    right: 10px;
    margin-top: -60px;
    width: 80px;
  }

  .arrow-bottom {
    height: 56px;
    left: 13px;
    top: -5px;
  }
  .arrow-bottom::before {
    bottom: 0;
    left: -1px;
  }

  .company_top_img {
    top: 18%;
  }

  .scroll_box {
    width: 27px;
    height: 66px;
    border: 2px solid #FFF;
    border-radius: 20px;
  }

  .w-sp-100 {
    width: 100%;
  }

  .main_contents {
    margin-top: 20px;
  }

  .top_img {
    width: 50%;
  }

  .wpulike-heart .wp_ulike_general_class {
    padding: 0 !important;
  }

  .wpulike-heart .count-box {
    padding: 0 0 1px 0 !important;
    font-size: 11px !important;
  }

  .wpulike-heart .wp_ulike_put_image:after {
    width: 15px !important;
    height: 15px !important;
  }
  
  .letter_sp_1 {
    letter-spacing: 1px;
  }
  .rank_box {
    width: 35px;
    font-size: 1.0rem;
  }

  .rank_box_in {
    line-height: 1.5;
    top: 5%;
  }

  .rank_box_in img {
    width: 22px !important;
  }

  .font_24_40 {
    font-size: 24px;
  }

  .mar_t_40_100 {
    margin-top: 40px;
  }

  .div_line {
    height: 25px;
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .gradient, .gradient1, .gradient2, .gradient3 {
    background: #3b5aa7;
  }
  .mar_l_1b, .mar_l_2b, .mar_l_3b {
    margin-left: -15px !important;
  }

  header ._plus::before {
    content: '+';
    position: absolute;
    left: 40px;
    color: white;
    font-size: 1.3rem;
    margin-top: 2px;
  }

  header ._minus::before {
    content: '-';
    position: absolute;
    left: 41px;
    color: white;
    font-size: 1.3rem;
    margin-top: 2px;
  }

  /* Header */
  .show {
    display: block !important;
  }
  .navbar-toggler {
    /* position: relative; */
    height: 38px;
  }

  .navbar-toggler-icon {
    background-image: none !important;
    height: 2px !important;
  }

  .navbar-toggler span {
    display: block;
    /* position: absolute; */
    /* width: 25px; */
    /* left: 16px; */
    border-top: solid 2px white;
    transition: .3s;
  }

  .navbar-toggler span:nth-child(1) {
    padding-top: 8px;
    margin-top: 8px;
  }
  .navbar-toggler span:nth-child(2) {
    padding-bottom: 8px;
  }
  .navbar-toggler span:nth-child(3) {
    width: 60%;
  }
  #navbarNavDropdown {
    position: fixed;
    top: 0;
    left: 0;
    background: #3B5AA7;
    /* color: #fff; */
    text-align: center;
    /* transform: translateX(100%); */
    /* transition: all 0.6s; */
    width: 100%;
    height: 100vh;
    z-index: 999;
    display: none;
  }
  #navbarNavDropdown ul {
    background: #3B5AA7;
    margin-top: 80px;
    padding: 0;
    width: 100%;
    z-index: 999;
  }
  #navbarNavDropdown ul[class=sub-menu] li::before {
    content: '-';
    position: absolute;
    left: 70px;
    color: white;
    font-size: 1.3rem;
    margin-top: 2px;
  }
  #navbarNavDropdown ul li {
    font-size: 16px;
    list-style-type: none;
    text-align: left;
    padding: 0;
    width: 100%;
    z-index: 999;
  }
  #navbarNavDropdown ul li a {
    display: block;
    color: #fff;
    padding: 0.5rem 20px 0.5rem 70px;
  }

  .navbar-toggler[aria-expanded=true] {
    padding: 10px;
  }

  /* 最初のspanをマイナス45度に */
  .navbar-toggler[aria-expanded=true] span:nth-child(1) {
    /* border-top: solid 2px white !important; */
    background-image: url('https://kajimuki.co.jp/wp-content/themes/kajimuki/images/icon/close.png') !important;
    border: none;
    position: relative;
    z-index: 1000;
    padding: 20px;
    margin-top: 0px;
    font-size: 1.5rem;
    /* -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); */
  }
  /* 2番目と3番目のspanを45度に */
  .navbar-toggler[aria-expanded=true] span:nth-child(2) {
    display: none;
    /* border-top: solid 2px white !important;
    position: relative;
    z-index: 1000;
    padding-bottom: 0;
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); */
  }
  .navbar-toggler[aria-expanded=true] span:nth-child(3) {
    display: none;
  }
}


/* チャット */
#dsb-chat a.dsb-chat-open-btn.dsb-chat-type-text {
  position: fixed;
  right: 0;
  bottom: 180px;
  background-image: url('https://kajimuki.co.jp/wp-content/uploads/2020/12/0001-1.jpg') !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #3B5AA7 !important;
  border-radius: 15px 0 0 15px;
  color: white !important;
  padding: 0 !important;
  width: 60px;
  height: 60px;

  text-indent:100%;
  white-space:nowrap;
  overflow:hidden;
}

@media screen and (max-width: 991px) {
  #dsb-chat a.dsb-chat-open-btn.dsb-chat-type-text {
    width: 50px;
    height: 50px;
    bottom: 120px;
  }
}

.saboxplugin-wrap .saboxplugin-gravatar {
  padding: 0 !important;
}

.saboxplugin-wrap .saboxplugin-gravatar img {
  max-width: 80px !important;
}

.mw-280 {
  max-width: 280px;
}

#popular_searches-4 ul li a, #recent_searches-2 ul li a {
  color: #3B4043;
}

#popular_searches-4 ul li a:hover, #recent_searches-2 ul li a:hover {
  color: #3B4043;
  text-decoration: none;
}

#popular_searches-4 ul, #recent_searches-2 ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  padding-inline-start: 0;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

#popular_searches-4 ul li, #recent_searches-2 ul li  {
  border: 1px solid #727171;
  border-radius: 5px;
  /* color: white; */
  padding: 0px 6px 2px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 1200px) {
  .margin-fix {
    width: calc(100% - 5px);
    margin-left: -3px;
  }
}
@media screen and (min-width: 992px) {
  .margin-fix {
    width: calc(100% + 1px);
    margin-left: -5px;
  }
}
@media screen and (max-width: 991px) {
  .margin-fix {
    width: calc(100% + 18px);
    margin-left: -9px;
  }
}
@media screen and (max-width: 601px) {
  .margin-fix {
    width: calc(100% + 22px);
    margin-left: -11px;
  }
}
@media screen and (max-width: 991px) {
  #popular_searches-4 ul li, #recent_searches-2 ul li {
    margin-bottom: 1rem;
  }
}

.article_btn {
  /* position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%); */
}

.border_h_dot {
  border-left: 2px dotted;
}

.w100-container {
  max-width: calc(100vw - 15px);
  width: calc(100vw - 15px);
  margin: 0 -30px;
}
.butterfly {
  right: 10px;
}
@media screen and (min-width: 576px) {
  .w100-container {
    margin-left: calc(((540px - 100vw) / 2) - 8px);
    margin-right: 0px;
  }
  .butterfly {
    right: 60px;
  }
}

@media screen and (min-width: 768px) {
  .w100-container {
    margin-left: calc(((720px - 100vw) / 2) - 8px);
    margin-right: 0px;
  }
  .butterfly {
    right: 100px;
  }
}

@media screen and (min-width: 992px) {
  .w100-container {
    margin-left: calc(((960px - 100vw) / 2) - 8px);
    margin-right: 0px;
  }
  .butterfly {
    right: 100px;
  }
}

@media screen and (min-width: 1200px) {
  .w100-container {
    margin-left: calc(((1140px - 100vw) / 2) - 8px);
    margin-right: 0px;
  }
  .butterfly {
    right: 200px;
  }
}
