@charset "UTF-8";
/*
Theme Name: its-new-way
Theme URI: https://www.redeg.jp/themes/its-new-way
Description: For redeg theme (2021/10/03)
Author: Hajime Oshima (Redeg llc)
Author URI: https://www.redeg.jp/
Version: 1.1
Text Domain: Ja, en_US
License:
License URI:
*/

/* html, body { height: 100%;}
 
body > footer {
  position: sticky;
  top: 100vh;
} */

body{
  background-color: #f9f9f9;
}

a {
  color: #696969;
}

input.icon-search {
  width: 30px;
  background-color: transparent;
  padding: 10px 0;
  border: 0;
  font-family: FontAwesome;
  font-size: 12pt;
  color: #696969;
}

.is-top {
  /* background-color: #2d5099; */
  /* background-color: #d1dfee; */
  /* background: -webkit-gradient(linear, left top, left bottom, from(#2d5099), to(#a3c2e1));
  background: linear-gradient(to bottom, #2d5099, #a3c2e1); */
  font-color: #fff;
}

.headerimage-is-top {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.75) 100%), url('https://www.redeg.jp/wp-content/themes/its-new-way/images/redeg_top.png');
  background-position: center center;
  background-repeat: no-repeat;
  /* max-width: 100%; */
  height: 99vh;
}

.headerimage-is-404 {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.75) 100%), url('https://www.redeg.jp/wp-content/themes/its-new-way/images/redeg_404.png');
  background-position: center center;
  background-repeat: no-repeat;
  /* max-width: 100%; */
  height: 99vh;
}

.headerimage-is-about {
  background-image: linear-gradient(rgba(105, 105, 105, 0.5) 0%, rgba(105, 105, 105, 0.6) 0%, rgba(0, 0, 0, 0.75) 100%), url('https://www.redeg.jp/wp-content/themes/its-new-way/images/redeg_about.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  /* max-width: 100%; */
  height: 40vh;
}

.background-is-light {
  background-color: #f8f8f8;
}

/* @media only screen and (max-width: 425px) {
  header h1 img, header .header-logo img {
    display: none;
  }
} */

header .hero .hero-head {
  /* background: rgba(29, 66, 148, 0); */
  /* background-color: #708090; */
  background-color: #f8f8f8;
  color: #696969;
  border-bottom: 1px solid #ddd;
}

header .hero .hero-head .navbar-item img {
  max-height:100%;
}

header .hero .hero-head a.navbar-item:hover {
  /* background-color: #ede5e5; */
  background-color: rgba(215, 210, 210, 0.7);
}

header .hero .title {
  margin: 0;
}

/* @media only screen and (max-width: 425px) {
  header .hero .title {
    margin-left: -36px;
  }
} */

header .hero .title strong {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}

header .hero .hero-body .front-page-title {
  font-size: 2em;
  font-weight: 700;
  line-height: 2.25;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  header .hero .hero-body .front-page-title {
    font-size: 1.5em;
  }
}

@media only screen and (min-width: 426px) and (max-width: 960px) {
  header .hero .hero-body .front-page-title {
    font-size: 1.2em;
    line-height: 1.65;
    margin-bottom: 80px;
  }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
  header .hero .hero-body .front-page-title {
    font-size: 1.2em;
    text-align: center;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  header .hero .hero-body .front-page-title {
    font-size: 1em;
    text-align: center;
  }
}

@media only screen and (max-width: 320px) {
  header .hero .hero-body .front-page-title {
    font-size: 0.9em;
    text-align: center;
  }
}

@media only screen and (min-width: 701px) and (max-width: 1200px) {
  header .hero .hero-foot img {
    /* max-width: 70%; */
  }
}

@media only screen and (min-width: 425px) and (max-width: 700px) {
  header .hero .hero-foot img {
    /* max-width: 80%; */
  }
}

header .hero .hero-foot .columns {
  font-size: 2em;
  text-align: right;
  margin-top: 30%;
  padding-right: 25px;
  margin-right: 0;
}

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  header .hero .hero-foot .columns {
    margin-top: 30%;
  }
}

@media only screen and (min-width: 961px) and (max-width: 1024px) {
  header .hero .hero-foot .columns {
    margin-top: 20%;
    padding-right: 10px;
    font-size: 1.5em;
  }
}

@media only screen and (min-width: 769px) and (max-width: 960px) {
  header .hero .hero-foot .columns {
    margin-top: 20%;
    margin-bottom: 80px;
    padding-right: 30px;
    font-size: 1.1em;
    line-height: 1.65;
  }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
  header .hero .hero-foot .columns {
    margin-top: 15%;
    margin-bottom: 80px;
    padding-right: 0;
    font-size: 1.1em;
    line-height: 1.65;
  }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
  header .hero .hero-foot .columns {
    margin-top: 10%;
    padding-right: 0;
    font-size: 1em;
    text-align: center;
  }
}

@media only screen and (min-width: 321px) and (max-width: 375px) {
  header .hero .hero-foot .columns {
    margin-top: 10%;
    padding-right: 0;
    font-size: 1em;
    text-align: center;
  }
}

@media only screen and (max-width: 320px) {
  header .hero .hero-foot .columns {
    margin-top: 10%;
    padding-right: 0;
    font-size: 1em;
    text-align: center;
  }
}

header .navbar-burger {
  height: auto;
  color:#000;
}

@media only screen and (max-width: 960px) {
  header .navbar-menu {
    padding: 1rem 0;
  }
}

header input#s {
  /* background: rgba(255, 255, 255, 0.7); */
  /* background: rgba(215, 215, 215, 0.7); */
  background: rgba(215, 210, 210, 0.7);
  border: none;
  border-radius: 20px;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: -3px;
  font: 1.075rem sans-serif;
}

/* @media only screen and (max-width: 1200px) { */
@media only screen and (max-width: 1023px) {
  #navMenu {
    /* background-color: #f8f8f8; */
    background: rgba(240, 240, 240, 0.9);
    width: 100%;
    position: absolute;
  }
}

@media only screen and (max-width: 700px) {
  #navMenu {
    /* background-color: #f8f8f8; */
    background: rgba(240, 240, 240, 0.9);
    width: 100%;
    position: absolute;
  }
}

@media only screen and (max-width: 769px) {
  .mobile-display-none {
    display: none;
  }
}

#scroll-button-link {
  color: #fff;
}

@media only screen and (max-width: 769px) {
  #scroll-button-link {
    display: none;
  }
}

#categoryHeader {
  margin-right: 0;
  margin-left: 0;
}

.category-header {
  border-bottom: 1px solid #ddd;
}

.category-header h1 {
  font-size: 20px;
}

.category-header .container {
  padding: 15px 0px;
}

@media only screen and (max-width: 1200px) {
  .category-header .container {
    padding-right: 0.9rem;
    padding-left: 0.9rem;
  }
}

.product-header {
  background: rgba(255, 255, 255, 0.9);
  padding-top: 12px;
  padding-bottom: 20px;
}

.product-header .container h1 {
  /* padding: 12px 0 15px 0; */
  padding: 55px 0 28px 0;
}

#entry {
  margin-left: 0;
  margin-right: 0;
}

.section.is-white {
  background-color: #fff;
}
.section.is-f5f5f5 {
  background-color: #f5f5f5;
}

.section.is-services {
  /* background: linear-gradient(to bottom, #1d4294, #a3c2e1); */
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.75) 100%);
}

section .inner-section {
  padding: 3rem 0;
}

.card .card-image a figure.image picture img:hover {
  /* opacity:0.7; */
}

.content h1.is-redegred{
  color:#bf0008;
}

.hover-effect {
  background: #fff;
  overflow: hidden;
  transition: 0.2s;
}

.hover-effect a img {
  display: block;
  width: 100%;
  transition: 0.2s;
}

.hover-effect a:hover img {
  opacity: 0.7;
  /* transform: scale(1.1, 1.1); */
}

/* page top button */

.pagetop {
	display: block;
	margin: 50px 0 0 0;
	text-align: right;
	font-size: 14px;
	clear: both;
}

.pagetop a {
	color: #999;
}

.pagetop a:hover,
.pagetopNews a:hover {
	color: #000;
}

.pagetopMark {
	padding: 10px;
	font-size: 24px;
  margin-left: 10px;
	color: #fff;
	background-color: #b5b5b5;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.pagetopMark:hover {
	background-color: #696969;
}

/* sitemap box */
.footer {
  padding: 0;
  /* margin-top: 10px; */
}

@media only screen and (max-width: 960px) {
  .footer .toggleMark {
    margin-top: 5px;
  }
}

.footer .breadcrumb {
  background-color: #fcfcfc;
  border-top: 1px solid #ddd;
  border-bottom: 1px dashed #ddd;
  color: #000;
  display: block;
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  word-break: break-all;
}

.footer .breadcrumb:not(:last-child) {
  margin-bottom: 0;
}

.footer .breadcrumb .breadcrumbs {
  padding-left: 5px;
}

@media only screen and (max-width: 769px) {
  .footer .breadcrumb .breadcrumbs {
    padding-left: 0px;
    text-align: center;
  }
}

.footer .level:not(:last-child) {
  margin-bottom: 0;
}

.footer .sitemap {
  background-color: #fcfcfc;
  color: #000;
  display: block;
  font-size: 16px;
  padding-top: 18px;
  padding-bottom: 18px;
}

@media only screen and (max-width: 769px) {
  .footer .sitemap {
    padding-top: 0;
  }
}

@media only screen and (max-width: 769px) {
  .footer .sitemap .level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}

@media only screen and (max-width: 769px) {
  .footer .sitemap .level .level-left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 769px) {
  .footer .sitemap .level .level-right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.footer .address {
  background-color: #708090;
  background-color: rgba(95, 90, 90, 0.7);
  color: #fff;
  padding: 25px 20px;
}

@media only screen and (max-width: 1152px) {
  .footer .address {
    font-size: 0.85rem;
  }
}

@media only screen and (max-width: 935px) {
  .footer .address {
    font-size: 0.7rem;
  }
}

@media only screen and (max-width: 769px) {
  .footer .address {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 1024px) {
  .footer .address .level-right {
    text-align: center;
  }
}

.footer .address address {
  font-style: normal;
}

.footer .address address strong {
  color: #fff;
}

.footer .sitemap-menu-child {
  display: none;
}

.breadcrumb a {
  display: inline;
  padding: 0;
  color: #696969;
}

.feed-box ul {
  margin: 30px 0 0 0;
  /* padding: 0; */
  list-style: none;
}

@media only screen and (min-width: 1153px) {
  .feed-box {
    margin-left: 110px;
    margin-right: 110px;
  }
}

.feed-box ul li {
  border-bottom: 1px dashed #ccc;
}

.feed-box ul li:first-child {
  border-top: 1px dashed #ccc;
}

.feed-box-notborder ul li {
  border-bottom: none;
}

.feed-box-notborder ul li:first-child {
  border-top:none;
}

.feed-box ul li a {
  position: relative;
  /* padding: 15px 10px; */
  padding: 15px 10px 15px 0;
  display: block;
  color: #696969;
}

@media only screen and (max-width: 769px) {
  .feed-box ul li a {
    text-align: center;
  }
}

.feed-box ul li a .title {
  width: 370px;
}

.feed-box ul li a:hover {
  /* background: #f6f6f6; */
  color: #363636;
  text-decoration: none;
}

.feed-box ul li + li {
  margin-top: 0;
}

.new-desktop {
  width: 25px;
  padding: 2px 5px;
  margin-left: 5px;
  background-color: #ff0000;
  color: #ffffff;
  font-size: 65%;
  font-family: sans-serif;
  font-weight: bold;
  vertical-align: 3px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

@media only screen and (max-width: 769px) {
  .new-desktop {
    display: none;
  }
}

.new-mobile {
  width: 25px;
  padding: 2px 5px;
  margin-left: 5px;
  background-color: #ff0000;
  color: #ffffff;
  font-size: 65%;
  font-family: sans-serif;
  font-weight: bold;
  vertical-align: 3px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

@media only screen and (min-width: 770px) {
  .new-mobile {
    display: none;
  }
}

.content ul .wp-block-gallery {
  margin-left: 0;
}

.content > *.alignleft {
  float: left;
}

.content > *.alignright {
  float: right;
}

.breadcrumb li + li::before {
  content: '\03e';
  font-size: 12px;
  margin: 0 5px;
}

.breadcrumbs span[property="name"] {
  display: inline-block;
  padding: 0;
  /* margin-top: -3px; */
  vertical-align: middle;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media only screen and (max-width: 769px) {
  .mobile-r:after {
    content: "\A";
    white-space: pre;
  }
}

@media only screen and (max-width: 425px) {
  .mobile-r-front:after {
    content: "\A";
    white-space: pre;
  }
}

@media only screen and (max-width: 769px) {
  .mobile-strong {
    font-weight: 700;
    color: #777;
  }
}

.scroll-button {
  width: 24px;
  margin: 0 auto;
  -webkit-animation: scroll 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
  animation: scroll 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
}

.scroll-button .scroll-animation {
  position: relative;
  display: block;
  left: 100%;
}

.scroll-button .scroll-animation:before {
  content: '';
  width: 24px;
  height: 24px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.scroll-button .scroll-animation:after {
  content: '';
  width: 52px;
  height: 52px;
  margin-left: -26px;
  border: 3px solid #fff;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -20px;
  right: 0;
  bottom: 0;
  left: 50%;
}

@media only screen and (max-width: 769px) {
  /* .scroll-button .scroll-animation:after {
    margin-left: -14px;
  } */
}

@-webkit-keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }
}

@keyframes scroll {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }
}

.search-result-thum {
	width: 307px;
	height: 230px;
}
.back-gray {
	background-color: #e0e0e0;
}

/* ****************************************************************************

	bogo
	(2019.01.09 Hajime Oshima_changed)

**************************************************************************** */
.bogo-language-switcher {
	margin: 0px;
}

.bogo-language-switcher li a {
	color: #fff;
}

.bogo-language-switcher li a:before {
	font-family: FontAwesome;
	content: "\f0ac";
	margin-right: 5px;
}

.bogo-language-switcher .current{
	display: none;
}

/* ****************************************************************************

	ICON
	(2020.06.05 Hajime Oshima_changed)

**************************************************************************** */
.pagetopMark:before {
	font-family: FontAwesome;
  content: "\f077";
}

.toggleMark a:before {
  font-family: FontAwesome;
	font-size: 18px;
	/* color: #005eb6; */
  color: #696969;
	content: "\f0da";
	margin-right: 4px;
}

.toggleMark a.active:before {
  font-family: FontAwesome;
	font-size: 18pX;
	/* color: #005eb6; */
  color: #696969;
	content: "\f0d7";
	margin-right: 4px;
}

/* PDFファイル */
a[href$=".pdf"]:not(.wp-block-button__link):before {
  font-family: FontAwesome;
	content: "\f1c1";
	color: #ff0000;
	margin-right: 10px;
	font-size: 120%;
}

/* ****************************************************************************

	Gutenberg
	(2020.04.01 Hajime Oshima_changed)

**************************************************************************** */

.wp-caption{}
.wp-caption-text{}
.sticky{}
.gallery-caption{}
.bypostauthor{}
.aligncenter{}
.screen-reader-text{}
.wp-block-cover{
  margin-top: -3rem;
}

.alignwide {
  width: 100%;
}
.alignfull {
      left: calc( -12.5% - 120px);
      width: calc( 125% + 240px);
      max-width: calc( 125% + 240px);
    }

.wp-block-separator {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.54rem 0;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots){
  max-width: 100%;
}
.wp-block-column{
  margin-bottom: 20px;
}
.wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* ****************************************************************************

	デザイン無料相談用DateTimePicker
	(2022.02.09 Masashi NAITO_changed)

**************************************************************************** */

.xdsoft_calendar thead tr th:nth-of-type(1){
    color:#ff6666;
}
.xdsoft_calendar thead tr th:nth-of-type(7){
    color:#6666ff;
}
