@import url('https://use.fontawesome.com/releases/v5.0.11/css/all.css');

:root {
  --main-color: #0068b7;
  --sub-color: #4599d8;
  --text-color: #222;
  --check-color: #fc6b6c;

  --grad-blue: linear-gradient(225deg, #0068b7, #29bdfd 70%, #1bb3e8 100%);
  --grad-contact: linear-gradient(225deg, #ff934c, #fc686f 100%);

  --lightblue-bg: #edf8ff;
  --ruler: 16px;
}
* {
  box-sizing: border-box;
}
.wf-notosansjapanese {
  font-family: "Noto Sans JP";
}

html {
  margin-top: 0 !important;
  scroll-behavior: smooth;
}

body {
  font-family: 'Noto Sans JP','Noto Serif JP', serif, "游明朝体", YuMincho, "游明朝", "Yu Mincho";
  font-feature-settings: "pwid";
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
  overflow-x:hidden;
}

body.open {
  overflow: hidden
}
.ta-r { text-align: right; }

h1 {
  font-size:32px;
  line-height:1.6;
}

h2{
  font-size:28px;
  line-height:1.6;
}

h3{
  font-size:26px;
  line-height:1.6;
}

h4 {
  font-size:22px;
  line-height:1.4;
}

h5 {
  font-size:18px;
  line-height:1.4;
}

h6 {
  font-size:16px;
  line-height:1.4;
}

span {
  display: inline-block;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}
a {
  text-decoration: none;
  color: var(--text-color);
  display: inline-block;
  cursor: pointer;
}
a:hover {
    opacity: 0.7;
}
.sp {
  display: block;
}

.pc {
  display: none;
}

main {
  line-height: 1.5;
}
.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}
.Flex,
.Flex--BtwCenter,
.Flex--alCenter,
.Flex--alEnd,
.Flex--alStart,
.Flex--allCenter,
.Flex--column,
.Flex--justArd,
.Flex--justBtw,
.Flex--justCenter,
.Flex--justEnd,
.Flex--rev,
.Flex--switch,
.Flex--switchRev,
.Flex--wrap {
  display: -webkit-box;
  display: flex
}

.Flex--justBtw {
  -webkit-box-pack: justify;
  /* justify-content: space-between; */
  justify-content: space-evenly;
}
.Flex--switch {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column
}
.Flex--switchTab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.Flex--switch > div {
  /* width: 48%; */
}

.Btn {
  border-radius: 30px;
  /* max-width: 280px; */
  width: 280px;
  text-align: center;
  font-size: 16px;
  padding: 0.9em 0;
  min-width: auto;
  /* width: 100%; */
  color: #fff !important;
  text-decoration: none !important;

  position: relative;
  overflow: hidden;
  z-index: 0;
  vertical-align: bottom;
}

.Btn::after{
  content: '\f061';
  font-family: Font Awesome\ 5 Free;
  position: absolute;
  top: 50%;
  right: 0.5em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 600;
  font-size: 1rem;
}

.contact-btn {
  background: var(--grad-contact);
}

.dl-btn {
  background: var(--main-color);
}

.site {
  position: relative;
}


/* 
header
*/
.SiteHeader.is-scroll {
  background: #fff;
}
.SiteHeaderFixed,
.SiteHeaderFixed * {
    box-sizing: border-box;
}
.SiteHeaderFixed {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  width: 100%;
  z-index: 100;
  /* box-shadow: 0 0 5px rgba(51, 51, 51, .1) */
  /* background: #f6f6f6; */
  margin: 0;
  padding: 0; 
}

.is-thin.SiteHeaderFixed {
  /* box-shadow: 0 0 20px rgba(51, 51, 51, .2);
  background: #fff; */
}

.SiteHeader {
  padding: 4px 0;
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  margin: auto;
  left: 50%;
  top: 10px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  
}
.SiteHeader .Wrap {
  width: 94%;
  max-width: 700px;
  margin: auto;
  background: #fff;
  box-shadow: 1px 2px 8px rgb(59 57 73 / 20%), -11px -5px 25px rgb(255 255 255 / 50%);
  border-radius: 100px;
}
.hd {
  width: 100%;
  max-width: 1200px;
  margin: auto;
      justify-content: space-around;
    justify-items: center;
    align-items: center;
    padding: 0.5em 1em;
}
.SiteHeader__logo{
  display: block;
  /* width: 200px; */
  height: auto;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 auto 0 0;
}
.SiteHeader__logo img {
  height: 30px;
    object-fit: contain;
    width: auto;
}
.is-thin .SiteHeader,
.is-thin .SiteHeader--blog {
  padding: 5px 0
}

.is-thin .SiteHeader__logo,
.is-thin .SiteHeader__logo--blog {
  width: 175px
}
.Gnav {
  position: relative;
  z-index: 99;
  /* background: #fff */
}

.Gnav__body {
  display: -webkit-box;
  display: flex;
  font-size: 16px;
  padding: 0 1em;
  align-items: center;
}

.Gnav__body li {
  -webkit-box-flex: 1;
  flex-grow: 1;
  text-align: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.Gnav__body li:last-child {
  position: relative
}

.Gnav__body a {
  padding: .7em .5em;
  display: block;
  position: relative
}

.Gnav__body a:hover::before {
  opacity: 1
}
.Gnav__body .item:nth-of-type(4) a {
  color: #fff;
  background: var(--main-color);
  border-radius: 20px;
  padding: 0.5em 1.5em;
  margin: 0 0.5em 0;
  width: 144px;
}
.Gnav__body .item:last-child a {
  color: #fff;
  background: var(--grad-contact);
  border-radius: 20px;
  padding: 0.5em 1.5em;
  margin: 0;
}

.Gnav__body .normal-sub .fas {
  font-size: 10px;
  color: var(--main-color);
  -webkit-transform: translateX(1.5em);
  transform: translateX(1.5em)
}

.Gnav__subMenuOuter {
  display: none;
  width: 100%;
  background: #fff;
  padding: 20px 150px;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 100%;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  border-top: 1px solid #ccc
}

.Gnav__subMenuBody {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px
}



.Gnav__thumb {
  position: relative
}

.Gnav__thumb::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(34, 34, 34, .2);
  -webkit-transition: .3s;
  transition: .3s
}


.Gnav__subTxt {
  font-size: 1.4rem;
  position: relative;
  display: inline-block;
  padding-left: 1em;
  margin-top: .5em;
  line-height: 1.5
}

.Gnav__subTxt::before {
  content: '\f0da';
  font-family: Font Awesome\ 5 Free;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 900;
  color: var(--main-color)
}

.is-thin .Gnav__body {
  font-size: 16px;
}


.is-thin .Gnav__body a {
  /* padding: 0.7em 0.5em */
}

.is-thin .Gnav__body a.menu-contact {
  /* padding: 0.2em 1em 0.2em 0.6em; */
}

.GnavSp {
  display: none
}
.SiteHeader__Navtrigger {
  display: none
}
.open .GnavSp  .BoxCta__dl .dl-btn {
  width: 100%;
}
/*
footer
*/
.SiteFooter__inner {
  background: #fff;
  padding: 50px 14px;
}
.SiteFooter__inner .Wrap {
  padding: unset;
  margin-right: 0;
  margin-left: 0;
  margin: auto;
}
.SiteFooter .Flex--switch > div {
  width: unset;
}
.SiteFooter__company {
  padding-right: 0px;
  padding-left: 0;
  width: 100%;
  border-bottom: 2px dotted var(--main-color);
  margin-bottom: 2em;
  padding-bottom: 2em;
}

.SiteFooter__companyInner,
.SiteFooter__companyInner--blog {
  padding: 0;
}

.SiteFooter__companyInner {
  display: block !important;
}

.SiteFooter__companyInner>div {
  /* width: 45%; */
  width: 100%;
  margin: 0 auto;
}
.SiteFooter__logo {
  text-align: left;
  width: 100%;
}
.SiteFooter__logo img {
  width: 220px;
}
.SiteFooter__address {
  margin: 2em 0;
  font-size: 16px;
  line-height: 1.7;
}

.SiteFooter__navArea {
  padding-left: 0px;
  padding-right: 0;
  line-height: 1.7;
}

.SiteFooter .Btn--cta {
  /* margin-bottom: 1em; */
  /* max-width: 350px; */
}

.SiteFooter__navTitle,
.SiteFooter__navTitle--blog,
.SiteFooter__gnav a,
.SiteFooter__gnav--blog a,
.SiteFooter__gnav--lastTop a {
  color: #151515;
}
ul.menu-footer-menu-1 {
  margin: 0;
}
.SiteFooter ul {
  line-height: 2;
}
.SiteFooter__copy_area .Wrap {
  padding: 0 14px;
  border-top: 2px solid var(--main-color);
  width: 94%;
  margin: auto;
}
.SiteFooter__copyRight {
  text-align: center;
}

/* other */
.btn-area {
  text-align: right;
  margin-top:50px;
}
.btn-area .btn-n{
  background: var(--grad-blue);
  /* width: 100%; */
}

/* pagetop */
.BtnPageTop {
  position: fixed;
  bottom: 30px;
  right: 20px;
  z-index: 98;
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background: var(--sub-color);
  color: #fff;
}
/* breadcrumb */
.breadcrumbs {
  border-top: 1px solid var(--sub-color);
  margin: 0;
  padding: 0;
  background: var(--sub-color);
  flex: 1;
  width: 100%;
  height: 45px;
  line-height: 43px;
}
.breadcrumbs .wrap {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.breadcrumbs ul {
  display: flex;

/* display: block;
  padding: 0 5%;
  height: 53px;
  width: 100%; */
  overflow: hidden;
  -ms-overflow-x: auto;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  padding-right: 0;
  padding-left: 1em;
  margin: unset;
}
.breadcrumbs ul li {
  padding-right:0.5em;
  display: inline;
  margin: unset;
  color: #fff;
}
.breadcrumbs ul li  a {
  color: #fff;
}

@media screen and (max-width:960px) {
  .SiteHeader__Navtrigger {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    cursor: pointer;
    /* margin-right: 0.5em;
    margin-left: 0.5em; */
    z-index: 9999;
    background: var(--grad-blue);
    border-radius: 25px;
  }

  .SiteHeader__Navtrigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    position: absolute;
    left: 25%;
    width: 50%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px
  }

  .SiteHeader__Navtrigger span:nth-of-type(1) {
    top: 13px
  }

  .SiteHeader__Navtrigger span:nth-of-type(2) {
    top: 23px
  }

  .SiteHeader__Navtrigger span:nth-of-type(3) {
    top: 33px
  }

  .open .SiteHeader__Navtrigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg)
  }

  .open .SiteHeader__Navtrigger span:nth-of-type(2) {
    opacity: 0
  }

  .open .SiteHeader__Navtrigger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg)
  }
  .Gnav {
    display: none
  }
  .GnavSp {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    margin: auto;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: rgba(255, 255, 255, .98);
    padding: 100px 0 100px
  }

  .GnavSp__body {
    margin-bottom: 5em
  }

  .GnavSp__body ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #dedede;
    padding: unset;
  }

  .GnavSp__body li {
    width: 100%;
    border-bottom: 1px solid #dedede
  }

  .GnavSp__body li:nth-child(odd) {
    border-right: 1px solid #dedede
  }

  .GnavSp__body li a {
    color: #242424;
    font-size: 16px;
    padding: 1.5em .6em 1.5em 3em;
    display: block;
    position: relative
  }

  .GnavSp__body li a::before {
    content: '\f054';
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    font-size: 1.3rem;
    color: #2c6bb4;
    position: absolute;
    top: 50%;
    left: 1em;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .GnavSp__body li a:hover {
    color: var(--em-color)
  }
  .open .GnavSp {
    display: block;
    opacity: 1;
    visibility: visible;
    animation-duration: .5s;
    animation-name: fade-in;
    -moz-animation-duration: .5s;
    -moz-animation-name: fade-in;
    -webkit-animation-duration: .5s;
    -webkit-animation-name: fade-in;
  }

  .open .GnavSp li {
    opacity: 1;
    /* -webkit-animation: fadeInRight .5s ease forwards;
    animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
    animation-delay: .35s; */
    position: relative
  }
  .open .GnavSp .BoxCta__mail,
  .open .GnavSp .BoxCta__dl {
    width: 300px;
  }
  .BoxCta__contents {
        width: 300px;
    margin: auto;
  }
  .open .BoxCta__mailBtn {
    background: var(--grad-contact);
    color: #fff;
    border-radius: 30px;
    text-align: center;
  }

}
@media screen and (min-width: 560px) {
  .Flex--switch {
    flex-direction: unset;
  }
}
@media screen and (min-width: 768px) {
  h1 {
  font-size:40px;
  line-height:1.4;
}

  h2{
    font-size:36px;
    line-height:1.4;
  }

  h3{
    font-size:30px;
    line-height:1.2;
  }

  h4 {
    font-size:24px;
    line-height:1.2;
  }

  h5 {
    font-size:20px;
    line-height:1.2;
  }

  h6 {
    font-size:18px;
    line-height:1.2;
  }
  p {
    font-size: 16px;
  }
.sp {
  display: none;
}

.pc {
  display: block;
}
  .Flex--switch > div {
    width: 100%;
  }
  /** 
  header
  */
  .SiteHeader {
    width: 100%;
    }
    .SiteHeader .Wrap {
      background: #fff;
      box-shadow: 1px 2px 8px rgb(59 57 73 / 20%), -11px -5px 25px rgb(255 255 255 / 50%);
      border-radius: 100px;
      max-width: 1200px;
      width: 99%;
      margin-right: auto;
      margin-left: auto;
      /* padding: 0.5em 1em; */
    }
    .SiteHeader__logo img {
      height: 38px;
    }
    .Gnav__body {
      margin: 0;
    }

  /*
  Footer
  */
  .SiteFooter__inner .Wrap {
    margin-right: unset;
    margin-left: unset;
    margin: auto;
  }
  .SiteFooter .Flex--switchTab{
    flex-direction: unset;
  }
  .SiteFooter__inner {
    padding: 50px 30px;
  }

  .SiteFooter__company {
    /* padding-right: 40px; */
    width: 30%;
    border-bottom: unset;
    margin-bottom: unset;
    padding-bottom: unset;
  }

  .SiteFooter__companyInner {
    display: block !important;
  }

  .SiteFooter__companyInner>div {
    width: 100%;
  }
  .SiteFooter__logo img {
  width: 85%;
  max-width: 180px;
}


}
@media screen and (min-width: 961px) and (max-width: 1010px) {
  #ct .dl .text-c {
    padding-bottom: 2em;
  }
}

@media screen and (max-width: 768px) {
    
  /* 1. メニュー全体エリアの表示を強制 */
  .SiteFooter__navArea {
    display: block !important; /* 非表示設定を上書きして表示 */
    width: 100%;
    margin-top: 20px; /* 必要に応じて上部の余白を追加 */
  }
  
  /* 2. 個別メニューコンテナの表示を強制 (もし隠されていた場合) */
  .SiteFooter__nav01,
  .SiteFooter__nav02 {
    display: block !important;
    width: 100%;
    margin-bottom: 20px; /* メニュー間の余白調整 */
  }
  
  /* 3. メニューリスト（ul）自体の表示と高さを調整 */
  .SiteFooter__gnav {
    display: block !important;
    height: auto !important; /* 高さの制限を解除 */
    overflow: visible !important; /* 隠れているコンテンツを表示 */
  }
}