@charset "utf-8";
@media screen and (min-width: 600px) {
  .ddf-header {
    zoom: 80%;
    /* 既存パーツを80%に調整 */
  }
}

/* @media screen and (min-width: 600px) {
  .all-wrapper{
    min-width: 940px;
  }
} */
/* フォントサイズの基準を設定 */
.header-cont {
  /* font-family: YuGothic, "Yu Gothic", "游ゴシック体", YuGothicM, "メイリオ",
  Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
  sans-serif, Helvetica, Arial; */
  font-size: 15px; /* 基準フォントサイズを設定 */
  letter-spacing: 0;
  line-height: 1;
}
.header-cont.sp {
  display: block !important;
}

@media (min-width: 640px) {
  .uk-hidden\@s {
    display: none !important;
  }
}
.header-phone-button {
  display: none;
}

.mini-header {
  font-size: calc(15px * 0.8);
  font-size: 16px;
  letter-spacing: 0;
  /* 基準フォントサイズを設定 */
  width: 100%;
  /* height: 51px; */
  height: calc(53.6px / 0.8);
  background: linear-gradient(to right, #38ace0, #124489);
  padding: 0.5em 0;
}

i.fa-angle-right {
  font-family: "Font Awesome 6 Free";
  /* or 'Font Awesome 5 Free' */
  font-weight: 900;
  /* for solid style */
}

.mini-header img {
  width: 20em; /* remからemに変更 */
  /* 追記 */
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

.mini-header-link {
  color: #fff;
  font-size: 0.9em; /* remからemに変更 */
  /* 追記 */
  font-weight: normal;
  /* font-family: YuGothic, "Yu Gothic", "游ゴシック体", YuGothicM, "メイリオ",
    Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック",
    sans-serif, Helvetica, Arial; */
}

.mini-header-inner {
  display: flex;
  justify-content: flex-end;
  gap: 2em; /* remからemに変更 */
  align-items: center;
  width: 90%;
  margin: auto;
  height: 100%;
}

.product-header {
  position: sticky;
  top: 0;
  height: 85px;
  width: 100%;
  background-color: #000000;
  z-index: 10;
}

.p-header-inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.3em; /* remからemに変更 */
  height: 100%;
  width: 85%;
  margin: auto;
}

.p-header-inner img {
  width: 5.2em; /* remからemに変更 */
}

.p-header-inner .txt {
  font-size: 1.1em; /* remからemに変更 */
  color: #fff;
  letter-spacing: 0.2em; /* remからemに変更 */
}

/*	サブヘッダーcss*/
.sub-header,
.main-header {
  background-color: #fff;
}

.subh-inner {
  border-bottom: 2px solid #1a1a1a;
}

.subh-inner,
.main-inner {
  width: 82%;
  margin: auto;
}

.subh-content-inner,
.mainh-content-inner {
  width: 70%;
  margin: auto;
}

.subh-content-inner {
  padding: 1em 0; /* remからemに変更 */
  padding: 16px 0;
}

.subheader-logo {
  width: 35vw;
  font-size: 45px;
  line-height: 1.2;
  margin-bottom: 0;
}
.subheader-logo a {
  height: 56px;
  display: block;
}
.subheader-logo img {
  /* height: auto; */
}

.drawer-viewport {
  display: none;
}

aside#ddf_to_top {
  /*    z-index: -10000!important;*/
}

.footer-menu-sp ul {
  padding-left: 0;
}

.contact-inner {
  display: flex;
  /*    width: 47%;*/
  justify-content: space-between;
  align-items: center;
}

/*
ul.to-inner{
display: none;
}
*/
ul.to-inner {
  height: 0;
  overflow: hidden;
  transition: height 0.2s ease-out;
  border-top: #eee 1px dashed;
}

/*	メインヘッダー*/

.main-header {
  position: sticky;
  top: 0;
  box-shadow: 0 0px 2px #c8c8c8;
  z-index: 1001;
  border-bottom: #1facd4 solid 5px;
}

.main-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  /*		height: 4.8vw;*/
}

/*
.mainh-content-inner{
  height: 50px;
}
*/

.main-header ul {
  display: flex;
  justify-content: flex-start;
  padding: 0;
  margin: 0;
  /* height: ; */
}

.main-header ul li {
  /*	  padding-right: 10px;*/
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 10px 0;
  line-height: 1.5;
}

.main-header ul li.dropdown {
  height: 100%;
}

.main-header ul li:last-child .hov-link {
  border-right: none;
}

.main-header ul li .hov-link {
  white-space: nowrap;
  font-size: 1.5vw;
  font-weight: bold;
  line-height: 2;
  border-right: 1px solid black;
  padding: 0rem 2vw;
  letter-spacing: 0.7px;
}

.main-header ul li .hov-link:hover {
  color: #1facd4;
  transition: 0.3s;
}

.h-mail-btn {
  border-radius: 4px;
  color: #fff;
  padding: 0rem 1.5rem;
  font-size: 1.8vw;
  font-weight: bold;
  background-color: #1facd4;
  height: 100%;
  display: flex;
  align-items: center;
  height: 60px;
  margin-left: 30px;
}

.h-mail-btn img {
  width: 2vw !important;
  height: auto;
  margin-right: 8px;
}

.sub-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.sub-flex2 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

/*	電話cta部分*/
.tel-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tel-right {
  display: flex;
  flex-direction: column;
}

.tel-flex .icon-wrapper {
  width: 4.5vw;
}
.tel-flex .icon-wrapper img {
  height: auto;
}

.tel-right .num-txt {
  font-size: 3vw;
  line-height: 1;
  font-weight: bold;
}

.tel-right .txt {
  font-size: 1.2vw;
  letter-spacing: 0.75vw;
  padding-top: 4px;
}

/*追加css	*/

.main-header .parent {
  position: relative;
  /*		height: 4.8vw;*/
}

/*
.dropdown-content{
  display: none;
}
*/

.dropdown .dropdown-content {
  position: absolute;
  width: 100%;
  background-color: #f5f5f5;
  /*		top: 4.8vw;*/
  left: 0;
  max-height: 0;
  overflow: hidden;
  /*		transition: .3s;		*/
  z-index: 1000;
}

.dropdown.is-active .dropdown-content {
  max-height: 1000px;
  transition: max-height 0.3s ease-in-out;
}

.dropdown .drop-inner ul {
  opacity: 0;
  margin-top: 0.9rem;
}

.dropdown.is-active .drop-inner ul {
  margin-top: 0;
  opacity: 1;
  transition: 0.5s;
}

.drop-inner a {
  border-right: none !important;
}

.drop-inner {
  padding: 3rem 2rem;
  width: 80%;
  margin: auto;
}

.drop-inner .list-flex {
  display: flex;
  justify-content: space-between;
}

.drop-inner .list-flex.strt {
  justify-content: center;
  gap: 5rem;
}

.drop-inner ul {
  display: flex;
  flex-direction: column;
  flex-basis: 27%;
  gap: 1.2rem;
}

.drop-inner ul li {
  padding: 0;
}

.drop-inner .list-ttl {
  font-size: 1.8vw;
  font-weight: bold;
  border-bottom: 1px solid #1a1a1a;
  padding-bottom: 0.8rem;
  margin-bottom: 0.5rem;
}

.drop-inner .list-link {
  font-size: 1.5vw;
}

.drop-inner .list-link:hover {
  color: #1facd4;
  transition: 0.3s;
}

/*
.drop-inner .list-link::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  color: #1a1a1a;
  margin-right: 1rem;
}		
*/
.drop-inner .list-link:hover::before {
  color: #1facd4;
  margin-right: 1.2rem;
  transition: 0.3s;
}

.dropdown-content .single ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  /*		justify-content:flex-start;		*/
  justify-content: space-between;
  gap: 5rem;
}

.dropdown-content .single-center ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5rem;
}

.single {
  margin: 0 auto;
}

.dropdown-content .single ul li {
  /*		flex-basis: 20%;*/
  width: 22%;
}

@media (max-width: 600px) {
  .drawer-viewport {
    display: block;
  }

  .header-phone-button {
    display: block;
  }

  .mini-header img {
    width: 14em; /* remからemに変更 */
  }

  .mini-header-inner {
    gap: 1em; /* remからemに変更 */
  }

  .subh-inner,
  .main-inner {
    width: 100%;
  }

  .sub-flex {
    width: 100%;
  }

  .subheader-logo {
    width: 35vw;
  }

  .subheader-logo img {
    height: auto;
  }

  .tel-flex {
    display: none;
  }

  .main-header {
    display: none;
  }

  .main-header ul {
    flex-direction: column;
    width: 100%;
  }

  #main {
    padding-top: 0;
  }

  .main-header ul li {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    justify-content: space-between;
    /*			background: #1FACD4;*/
    background: rgb(31, 172, 212, 0.8);
    color: #fff;
  }

  .main-header ul li .hov-link {
    border-right: 0;
    line-height: 40px;
  }

  .main-header ul li:last-child .hov-link {
    border-bottom: 0;
  }

  .subh-content-inner.sub-flex {
    width: 90%;
    position: relative;
    justify-content: space-between;
  }

  .tel-flex.uk-visible@s {
    margin-left: 1.5rem;
  }
  .uk-visible\@s {
    display: none !important;
  }
  .h-mail-btn {
    display: none;
  }

  .main-header ul li.dropdown::after {
    content: " +";
    padding-right: 30px;
  }

  .main-header ul li.dropdown.open::after {
    content: " -";
    padding-right: 30px;
  }

  .dropdown .dropdown-content {
    display: none;
  }

  .dropdown.show .dropdown-content {
    display: block;
    width: 90%;
    background: #fff;
  }

  .drop-inner .list-flex {
    flex-direction: column;
  }

  .drop-inner .list-link {
    justify-content: flex-start;
    font-size: 0.9rem;
  }

  .drop-inner .list-link {
    justify-content: flex-start;
    border-bottom: 0;
    padding: 5px 0;
  }

  .drop-inner {
    padding: 1em; /* remからemに変更 */
  }

  .main-header ul li ul li {
    background: #fff;
    color: #555;
  }

  .drop-inner .list-ttl {
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .site-wrapper {
    background-color: #fff;
  }

  .hamburger {
    width: 50px;
    height: 100%;
    display: block;
    cursor: pointer;
    text-align: center;
    position: relative;
  }

  .hamburger span {
    display: block;
    position: absolute;
    width: 60%;
    height: 2.8px;
    left: 16px;
    background: #1facd4;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-radius: 70px;
  }

  .hamburger span:nth-child(1) {
    top: -10px;
    left: 13px;
  }

  .hamburger span:nth-child(2) {
    top: -1px;
    left: 13px;
  }

  .hamburger span:nth-child(3) {
    top: 8px;
    left: 13px;
  }

  .hamburger.active span:nth-child(1) {
    top: 1px;
    left: 13px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 1px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  .hamburger.active span:nth-child(3) {
    top: 1px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  .hamburger.active {
  }

  .header-radius.sp {
    transition: 0.5s;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 4000;
    box-shadow: 0 7px 25px 0 rgb(0 0 0 / 10%);

    /*
  position: fixed;
    width: 100%;
*/
  }

  .js-fade {
    transition: all 200ms;
    opacity: 1;
    visibility: visible;
    /* transform: translate(0px, 0px); */
  }

  .all-wrapper {
    left: 0;
    position: relative;
    transition: 0.5s;
    background-color: #fff;
  }

  .all-wrapper.active {
    left: -275px;
    transition: 0.5s;
    /*		overflow: hidden;*/
  }

  .header-radius.sp.active {
    left: -550px;
    transition: 0.5s;
  }

  .drawer-viewport {
    position: fixed;
    top: 0;
    right: 0;
    width: 275px;
    height: 100%;
    min-height: 100vh;
    transform: translateX(275px);
    z-index: 30000;
  }

  .drawer-container {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    transform: matrix(1, 0, 0, 1, 0, 0);
    transition: 0.5s;
  }

  .drawer1 {
    width: 270px;
    background: #ffffff;
    z-index: 30000;
  }

  .drawer2 {
    width: 272px;
    background: #f7f7f7;
    z-index: 29999;
  }

  .drawer-container.active {
    transform: matrix(1, 0, 0, 1, -275, 0);
    filter: drop-shadow(0px 0px 8px black);
    transition: 0.5s;
    overflow-y: scroll;
  }

  .drawer-container.more {
    transform: matrix(1, 0, 0, 1, -550, 0) !important;
  }

  .drawer-img {
    width: 50%;
    padding: 1em; /* remからemに変更 */
  }

  .drawer-img img {
    width: 100%;
  }

  .menu-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1em 0 1.5em; /* remからemに変更 */
    color: #000;
  }

  body.active {
    overflow: hidden;
  }

  .footer-menu-sp {
    height: 100vh;
    overflow-y: auto;
  }

  .footer-menu-sp.drawer {
    width: auto;
  }

  .menu-sp:last-child {
    border-bottom: 1px dashed #333;
  }

  .menu-sp {
    border-top: 1px dashed #333;
    color: #000;
    display: block;
    margin-bottom: 1px;
    padding: 20px 10px 20px 33px;
    position: relative;
  }

  .menu-sp a {
    color: #333;
  }

  .menu-sp-1 {
    border-top: 1px dashed #333;
    color: #000;
    display: block;
    margin-bottom: 1px;
    padding: 20px 10px 20px 33px;
    position: relative;
  }

  .menu-sp-1 a {
    color: #333;
  }

  .to-more-info:after {
    /* background: #00479d; */
    /* box-sizing: border-box; */
    content: "\f067";
    display: block;
    font-family: "Font Awesome 5 Pro";
    height: 44px;
    /* padding: 10px 20px; */
    position: absolute;
    right: 48px;
    top: 20px;
  }

  /*
.more-info:after {
  content: '\f054';
  display: block;
  font-family: "Font Awesome 5 Pro";
  height: 44px;
  position: absolute;
  right: 48px;
  top: 20px;
}
*/
  .menu-sp:after {
    /*
  content: '\f054';
  display: block;
  font-family: "Font Awesome 5 Pro";
  height: 44px;
  position: absolute;
  right: 48px;
  top: 20px;
*/
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 35px;
    width: 9px;
    height: 9px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
  }

  .menu-sp-ttl:after {
    content: "";
  }

  li.more-info.menu-sp.to {
    border: 0;
    font-size: 0.9rem;
    padding: 20px 10px 20px 45px;
  }

  .prev-btn {
    color: #333;
    font-size: 0.7em; /* remからemに変更 */
    padding: 0.5em 1.3em; /* remからemに変更 */
  }

  .prev-btn:before {
    content: "←";
  }

  /*	サブリスト*/
  .sublist {
    display: none;
  }

  .sublist.appear {
    display: block;
  }

  /*	グロナビ下線*/
  .uLine {
    text-decoration: none;
    color: #f46400;
  }

  .uLine:hover {
    text-decoration: none;
  }

  .uLine-text {
    position: relative;
  }

  .uLine-text:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0.3rem;
    width: 0%;
    height: 2px;
    background: #fff;
    transition: all 0.3s;
  }

  .uLine:hover .uLine-text:after {
    width: 100%;
  }

  .menu-title h1 {
    margin-top: 0;
    margin-bottom: 2px;
  }

  .menu-title p {
    margin-bottom: 0;
    line-height: 1.3;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
  }

  .menu-title span {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .contact-inner {
    justify-content: flex-end;
  }

  .mini-header {
    display: none;
  }

  li.menu-sp.menu-sp-ttl {
    color: #fff;
    /*	    background: #1a274e;*/
    background: #333;
    margin-bottom: 0;
    padding: 20px 10px 20px 20px;
    font-size: 1rem;
    font-weight: bold;
  }

  .sublist .menu-sp {
    font-size: 0.9rem;
  }
}
.link-icon {
  height: 25px;
  width: 25px;
  margin-bottom: 4px;
  vertical-align: middle;
}
