@charset "utf-8";

html{
  font-size: 100%;
}

body{
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 16px;
}

img{
  max-width: 100%;
}

a{
  text-decoration: none;
}

li{
  list-style: none;
}

a[href^="tel"]{
  color: inherit;
}



.product-content p{
  margin-bottom: 30px;
}

.sp-br{
  display: none;
}

.line{
  text-decoration-line: underline;
  text-decoration-color: #F5A623;
  text-decoration-thickness: 5px;
  text-underline-offset: -5px;
  text-decoration-skip-ink: none;
}

.wrapper{
  max-width: 930px;
  margin: 0 auto;
  padding: 0 15px;
}

.sec-title{
  font-size: 36px;
  margin-bottom: 57px;
  text-align: center;
}

.title-type01{
  color: #fff;
}

.title-type02{
  color: #fff;
  margin-bottom: 129px;
}

.title-type03{
  text-align: left;
}

#pagetop{
  position: fixed;
  bottom: 50px;
  right: 30px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

#pagetop.fixed{
  opacity: 1;
  visibility: visible;
}

.pagetop-btn{
  width: 50px;
  height: 50px;
  background-color: #c2c2c2;
  display: block;
  border-radius: 50%;
  padding: 20px 0;
}

.pagetop-arrow{
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(-45deg);
  margin: 0 auto;
}

#header{
  height: 80px;
  background-color: #fff;
  z-index: 10;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
}

.header-inner{
  height: 100%;
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.site-logo{
  margin-right: 30px;
}

.site-logo img{
  width: 136px;
}

.h-right{
  display: flex;
  align-items: center;
}

.nav-list{
  display: flex;
}

.nav-list li{
  font-weight: 700;
  margin-right: 30px;
  transition: 0.3s;
}

.nav-list li:hover{
  opacity: 0.7;
}

.nav-list li a{
  color: #1B224C;
}

.h-left{
  display: flex;
}

.tel{
  text-align: right;
  margin-right: 23px;
  margin-top: 10px;
}

.tel span{
  font-weight: 700;
  color: #1B224C;
}

.tel .time{
  font-size: 12px;
}

.h-btn{
  width: 142px;
  height: 50px;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  transition: 0.3s;
}

.h-btn:hover{
  opacity: 0.7;
}

.h-btn a{
  display: inline-block;
  width: 100%;
  color: #fff;
}

.document-btn{
  background-color: #F5A623;
  margin-right: 10px;
}

.contact-btn{
  background-color: #1B224C;
}

#toggle{
  display: none;
}

#sp-nav{
  visibility: hidden;
  position: fixed;
  left: -250px;
  top: 0;
  z-index: 20;
  transition: 0.3s;
}

#sp-nav.active{
  visibility: visible;
  left: 0;
}

.sp-nav-inner{
  background-color: #1B224C;
  width: 250px;
  height: 100vh;
  color: #fff;
  padding-top: 100px;
  text-align: center;
}

.sp-nav-list a{
  color: #fff;
}

.sp-nav-list li{
  margin-bottom: 25px;
  font-weight: 700;
  transition: 0.3s;
}
.sp-nav-list li:hover{
  opacity: 0.7;
}

.sp-nav-list li:last-child{
  margin-bottom: 40px;
}

.sp-tel span{
  color: #fff;
}

.sp-nav-logo{
  background-color: #fff;
  width: 150px;
  text-align: center;
  line-height: 1px;
  height: 45px;
  margin: 0 auto 40px auto;
}

.sp-nav-logo a{
  /* width: 100%; */
  display: inline-block;
  padding: 10px;
}

#mask{
  visibility: hidden;
  opacity: 0;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
  transition: 0.5s;
}

#mask.active{
  visibility: visible;
  opacity: 0.7;
}

#fv{
  background: url(./img/fv.jpg) no-repeat center / cover;
  width: 100%;
  padding-top: 100px;
  padding-bottom: 82px;
  margin-top: 80px;
}

.fv-inner{
  text-align: center;
  color: #fff;
}

.fv-inner a{
  color: #fff;
}

.main-copy{
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 25px;
}

.sub-copy{
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 37px;
}

.fv-document-btn{
  background-color: #F5A623;
  max-width: 260px;
  height: 60px;
  border-radius: 31px;
  margin: 0 auto;
  line-height: 60px;
  margin-bottom: 22px;
  transition: 0.3s;
}

.fv-document-btn:hover{
  opacity: 0.7;
}

.fv-document-btn a{
  display: inline-block;
  width: 100%;
}

.fv-contact-btn{
  border-bottom: 1px solid #fff;
  transition: 0.3s;
}
.fv-contact-btn:hover{
  opacity: 0.7;
}

#intro{
  background-color: #1B224C;
  margin-bottom: 63px;
}

.intro-inner{
  padding-top: 63px;
  padding-bottom: 54px;
}

.intro-list{
  color: #fff;
  display: flex;
  justify-content: center;
  margin-bottom: 76px;
}

.intro-list li{
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  margin-right: 30px;
}

.intro-list li:last-child{
  margin-right: 0;
}

.intro-box{
  background-color: #FFFFFF;
  padding: 12px 16px;
  text-align: center;
}

.intro-box-inner{
  border: 5px solid #1B224C;
  padding: 18px 10px 30px;
}

.box-title{
  font-weight: 700;
  font-size: 36px;
  line-height: 54px;
  margin-bottom: 24px;
}

.box-text{
  font-size: 18px;
}

.sec01-wrap{
  display: flex;
  margin-bottom: 52px;
}

.sec01-wrap:nth-last-child(2){
  margin-bottom: 93px;
}

.sec01-text{
  width: 56%;
  margin-right: 50px;
}

.reverse-text{
  margin-left: 52px;
}

.feature{
  background-color: #F5A623;
  width: 91px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}

.sec01-wrap-title{
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 700;
}

.sec01-img img{
  max-width: 350px;
}

.plan{
  background: url(./img/price.jpg) no-repeat center / cover;
  height: 217px;
  color: #fff;
  padding-top: 61px;
  padding-bottom: 53px;
  text-align: center;
  margin-bottom: 39px;
}

.plan-title{
  font-size: 26px;
  margin-bottom: 27px;
  font-weight: 700;
}

.plan-btn{
  display: inline-block;
  width: 200px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
}

#case{
  background-color: #1B224C;
  padding-top: 63px;
  padding-bottom: 60px;
  margin-bottom: 63px;
}

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

.case-list li{
  width: 31%;
  color: #fff;
}

.case-text{
  margin-bottom: 12px;
}

.case-img{
  text-align: center;
  background-color: #fff;
  height: 171px;
  object-fit: cover;
  margin-bottom: 16px;
}

.case-img img{
  height: 100%;
}

.job-name{
  width: 100%;
  display: flex;
  height: 32px;
  line-height: 32px;
  margin-bottom: 10px;
}

.job-name .job{
  color: #1B224C;
  background-color: #fff;
  margin-right: 8px;
  width: 35%;
  padding-left: 10px;
}

.job-name .name{
  color: #1B224C;
  background-color: #fff;
  width: 65%;
  padding-left: 10px;
}

.result{
  color: #1B224C;
  background-color: #fff;
  padding-left: 10px;
  height: 32px;
  line-height: 32px;
}

#flow{
  margin-bottom: 59px;
}

.flow-list li{
  display: flex;
  margin-bottom: 8px;
}

.flow-list li .number{
  background-color: #F5A623;
  color: #fff;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
}

.flow-text{
  width: 100%;
  display: flex;
  height: 64px;
  background-color: #F8F8F8;
  padding: 20px;
}

.flow-title{
  font-size: 18px;
  margin-right: 10px;
  width: 25%;
  font-weight: 700;
}

.flow-detail{
  border-left: 1px solid #C3C3C3;
  padding-left: 50px;
  width: 75%;
}

#qa{
  margin-bottom: 90px;
}

.qa-list{
  border-top: 1px solid #1B224C;
  border-bottom: 1px solid #1B224C;
}

.qa-list dt{
  padding: 21px 0;
  border-top: 1px solid #1B224C;
  position: relative;
}

.qa-list dt::after,
.qa-list dt::before{
  content: "";
  background-color: #1B224C;
  width: 25px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: 20px;
  transition: 0.3s;
}

.qa-list dt::after{
  transform: rotate(90deg);
}

.qa-list dt.open::before{
  opacity: 0;
}

.qa-list dt.open::after{
  transform: rotate(0deg);
}

.qa-list dt:first-child{
  border-top: none;
}

.qa-list dd{
  background-color: #F8F8F8;
  height: 0px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: 0.3s;
}

.qa-list dd.open{
  margin-bottom: 15px;
  padding: 20px;
  visibility: visible;
  height: auto;
  opacity: 1;
}


#blog-news{
  margin-bottom: 119px;
}

.blog-news-inner{
  display: flex;
  justify-content: space-between;
}

.blog{
  width: 50%;
}

.blog-list li{
  display: flex;
  margin-bottom: 31px;
  transition: 0.3s;
}

.blog-list li:hover{
  opacity: 0.7;
}

.blog-img{
  position: relative;
  margin-right: 20px;
  height: 100%;
}

.blog-img img{
  max-width: 150px;
  height: 110px;
  object-fit: cover;
  vertical-align: bottom;
}

.category-wrap{
  position: absolute;
  top: 0;
  color: #fff;
  font-size: 12px;
  width: 78px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  background-color: #1B224C;
}

.content{
  display: flex;
  flex-direction: column;
}

.blog-title{
  color: #1B224C;
  text-decoration: underline;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.content .date{
  margin-top: auto;
  font-size: 12px;
}

.news{
  width: 45%;
}

.news-list li{
  margin-bottom: 47px;
  transition: 0.3s;
}

.news-list li:hover{
  opacity: 0.7;
}

.news-list li a{
  color: #1B224C;
  text-decoration: underline;
}

.news-date{
  font-size: 12px;
  margin-bottom: 13px;
}

.document-request{
  margin-bottom: 24px;
}

.document-request-inner{
  background: url(./img/cta.png) no-repeat center / cover;
  height: 259px;
  text-align: center;
  padding-top: 60px;
  margin-bottom: 19px;
}

.document-request-inner a{
  color: #fff;
}

.request-copy{
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 13px;
}

.tel-request{
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.tel-request p{
  margin-right: 20px;
  font-weight: 700;
}

.request-number{
  line-height: 36px;
  font-size: 36px;
  color: #1B224C;
}

.tel-request p:last-child{
  font-weight: 500;
  margin-right: 0;
}

.footer-inner{
  background-color: #1B224C;
  color: #fff;
  padding-top: 46px;
  padding-bottom: 69px;
}

.footer-wrap{
  display: flex;
  justify-content: space-between;
}

.footer-list{
  display: flex;
}

.footer-list li{
  border-right: 1px solid #fff;
  padding-right: 21px;
  margin-right: 21px;
  transition: 0.3s;
}

.footer-list li:hover{
  opacity: 0.7;
}

.footer-list li:last-child{
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.footer-list li a{
  color: #fff;
}

.footer-right{
  text-align: right;
}

.footer-logo{
  background-color: #fff;
  width: 197px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  margin-bottom: 27px;
}

.footer-logo img{
  width: 159px;
  vertical-align: middle;
}

.footer-tel{
  color: #fff;
  margin-bottom: 13px;
}

.copyright{
  font-size: 12px;
  text-align: right;
  padding-top: 11px;
  padding-bottom: 11px;
}

/* ページネーション */
.nav-links{
  display:flex;
  justify-content: center;
}

.pnavi{
  margin-bottom:45px;
  text-align: center;
}
.pagination .page-numbers{
  display:inline-block;
  margin-right:20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color:#333;
  border: 1px solid #1B224C;
  background:#fff;
  font-weight: 700;
}
.pagination .current{
  width: 50px;
  height: 50px;
  line-height: 50px;
  background:#1B224C;
  color:#fff;
}

.pagination .prev,
.pagination .next{
  display: none;
  background:transparent;
  box-shadow:none;
  color:#69a4db;
  border: none;
}
.pagination .dots{
  background:transparent;
  border: none;
  font-weight: 700;
}


/* 下層ページ共通 */

#page-fv{
  margin-top: 80px;
  padding-top: 90px;
  height: 221px;
}

.page-fv-copy{
  font-size: 32px;
}

.breadcrumb{
  background-color: #F8F8F8;
  margin-bottom: 58px;
}

.single-breadcrumb{
  margin-top: 80px;
}

.breadcrumb-list{
  max-width: 930px;
  margin: 0 auto;
  padding: 11px 15px;
}

.breadcrumb-list span{
  font-size: 12px;
}

.breadcrumb-list span:first-child{
  padding-right: 5px;
}

.breadcrumb-list span:not(:first-child){
  padding-left: 5px;
}

.breadcrumb-list span a{
  color: #1B224C;
}

/* コース・料金ページ */
.fee-fv{
  background: url(./img/plan.png) no-repeat center / cover;
}

#fee{
  margin-bottom: 90px;
}

.cost{
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}

.cost-content{
  background-color: #1B224C;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  width: 280px;
  padding: 34px 0;
  text-align: center;
}

.cost-plus{
  position: relative;
  margin-left: 37px;
  margin-right: 37px;
}

.cost-plus::before{
  content: "";
  width: 26px;
  height: 2.5px;
  position: absolute;
  background-color: #1B224C;
  top: 50%;
  transform: translate(-50% , -50%);
}

.cost-plus::after{
  content: "";
  width: 2.5px;
  height: 26px;
  position: absolute;
  background-color: #1B224C;
  top: 50%;
  transform: translate(-50% , -50%);
}

#fee-table{
  margin-bottom: 35px;
}

.fee-table-list{
  white-space: nowrap;
  display: flex;
  gap: 6px;
  margin-top: 55px;
}

.fee-table-list > li{
  min-width: 220px;
  
  text-align: center;
}

.fee-plan-title{
  width: 100%;
  padding: 15px 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.usually-plan{
  background-color: #1B224C;
}

.suggest-plan{
  line-height: 36px;
  background-color: #F5A623;
}

.suggest-wrap{
  
  margin-top: -44px;
}

.fee-price{
  font-size: 25px;
  margin-bottom: 15px;
  font-weight: 700;
}

.suggest-price{
  color: #F5A623;
}

.fee-note{
  margin-bottom: 46px;
}

.fee-plan-detail{
  border: 1px solid #1B224C;
  border-top: none;
  height: 446px;
  padding: 29px 20px 76px;
}

.plan-contents{
  white-space: normal;
}

.plan-contents li{
  position: relative;
  margin-bottom: 15px;
  padding-left: 20px;
}

.plan-contents li::before{
  content: "";
  display: block;
  border-right: 3px solid #1B224C;
  border-bottom: 3px solid #1B224C;
  width: 8px;
  height: 13px;
  top: 5px;
  left: 3%;
  position: absolute;
  rotate: 45deg;
}

/* ブログページ */
.blog-fv{
  background: url(./img/blog.png) no-repeat center / cover;
}

.blog-link{
  display: flex;
  justify-content: space-between;
  color: #1B224C;
  transition: 0.3s;
}

.blog-link:hover{
  opacity: 0.7;
}

.new-arrival-list{
  margin-bottom: 115px;
}

.new-arrival-list li{
  margin-bottom: 60px;
}

.new-arrival-img{
  width: 26%;
  position: relative;
}

.new-arrival-img img{
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.new-arrival-category{
  position: absolute;
  top: 0;
  background-color: #1B224C;
  color: #fff;
  width: 80px;
  font-size: 12px;
  text-align: center;
  height: 28px;
  line-height: 28px;
}

.new-arrival-text{
  width: 69%;
}

.new-arrival-date{
  margin-bottom: 20px;
}

.page-blog-title{
  font-size: 24px;
  margin-bottom: 20px;
  display: inline-block;
}

/* ブログ詳細ページ */
.container{
  display: flex;
  justify-content: space-between;
}

.sns-list{
  display: flex;
}

.sns-list li{
  margin-right: 5px;
}

.primary{
  width: calc(100% - 269px - 36px);
}

.blog-detail{
  margin-bottom: 60px;
}

.blog-category{
  background-color: #1B224C;
  color: #fff;
  width: 110px;
  height: 31px;
  line-height: 31px;
  font-size: 12px;
  text-align: center;
  margin-bottom: 30px;
}

.product-page-title{
  font-size: 28px;
  margin-bottom: 19px;
}

.product-page-date{
  margin-bottom: 19px;
  text-align: right;
}

.product-page-img{
  width: 100%;
  height: 100%;
  max-height: 370px;
  object-fit: cover;
  margin-bottom: 40px;
}

.product-page-title02{
  font-size: 26px;
  margin-bottom: 30px;
}

.product-page-text{
  margin-bottom: 30px;
}

.product-page-title03{
  font-size: 22px;
  margin-bottom: 30px;
  padding-left: 15px;
  position: relative;
}

.product-page-title03::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 28px;
  transform: translateY(-50%);
  background-color: #1B224C;
}

.product-content h2{
  font-size: 26px;
  margin-bottom: 30px;
}

.product-content h3{
  font-size: 22px;
  margin-bottom: 30px;
}

.product-content figure{
  margin-bottom: 30px;
}

.product-content img{
  max-width: 300px;
}

.product-news-content figure{
  max-width: 400px;
  width: 100%;
}

.product-content a{
  color: #F5A623;
  font-size: 18px;
}

.product-content blockquote{
  width: 100%;
  background-color: #F8F8F8;
  padding: 27px 26px 20px 74px;
  margin-bottom: 30px;
  position: relative;
}

.product-content blockquote p{
  margin-bottom: 0;
}

.product-content blockquote::before{
  content: "“";
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 90px;
  color: #C3C3C3;
}

.product-page-img02{
  width: 100%;
  height: 100%;
  max-height: 335px;
  object-fit: cover;
  margin-bottom: 30px;
}

.product-content ul{
  margin-bottom: 30px;
}

.product-content ul li{
  position: relative;
  padding-left: 28px;
  line-height: 24px;
}

.product-content ul li::before{
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  background-color: #F5A623;
  border-radius: 50%;
  top: 7px;
  left: 4px;
}

.product-content a{
  color: #F5A623;
  font-size: 18px;
  text-decoration: underline;
  font-weight: 500;
}

.recomm{
  margin-bottom: 69px;
}

.recomm-title{
  font-size: 26px;
  margin-bottom: 30px;
}

.recomm-list li{
  margin-bottom: 28px;
}

.recomm-link{
  display: flex;
  color: #1B224C;
  transition: 0.3s;
}

.recomm-link:hover{
  opacity: 0.7;
}

.recomm-img{
  position: relative;
  margin-right: 32px;
}

.recomm-img img{
  width: 210px;
  height: 128px;
  object-fit: cover;
}

.recomm-category{
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  background-color: #1B224C;
  color: #fff;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  text-align: center;
}

.recomm-text{
  width: 55%;
}

.recomm-date{
  margin-bottom: 20px;
}

.recomm-page-title{
  font-size: 18px;
  line-height: 27px;
  text-decoration: underline;
}

.sidebar{
  width: 269px;
}

.sidebar-connection{
  width: 100%;
  margin-bottom: 70px;
}

.sidebar-title{
  background-color: #1B224C;
  color: #fff;
  font-size: 21px;
  width: 100%;
  height: 63px;
  text-align: center;
  line-height: 63px;
  margin-bottom: 30px;
}

.article-link{
  display: flex;
  justify-content: space-between;
  color: #1B224C;
  transition: 0.3s;
}

.article-link:hover{
  opacity: 0.7;
}

.article-list li{
  margin-bottom: 30px;
}

.article-img{
  width: 40%;
}

.article-img img{
  width: 100%;
  height: 70px;
  object-fit: cover;
}

.article-title{
  width: 55%;
  font-size: 12px;
  line-height: 24px;
  text-decoration: underline;
}

.category-list li{
  list-style: inside;
  margin-bottom: 11px;
  transition: 0.3s;
}

.category-list li:hover{
  opacity: 0.7;
}

.category-list li a{
  color: #1B224C;
}

/* お知らせページ */
.news-fv{
  background: url(./img/news.png) no-repeat center / cover;
}

.news-page-list{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 53px;
  border-top: 1px solid #D5D5D5;
}

.news-page-list dt{
  width: 15%;
  border-bottom: 1px solid #D5D5D5;
  padding: 21px 0;
}

.news-page-list dd{
  width: 85%;
  border-bottom: 1px solid #D5D5D5;
  padding: 21px 0;
  text-decoration: underline;
}
.news-page-list dd a:hover{
  opacity: 0.7;
}

.news-page-list dd a{
  color: #1B224C;
}

/* お知らせ詳細ページ */
.news-page{
  margin-bottom: 86px;
}

.news-page-date{
  margin-bottom: 43px;
  text-align: right;
}

.news-page-text{
  margin-bottom: 27px;
}

.news-page-img{
  margin-bottom: 30px;
}

.product-list-wrap{
  max-width: 558px;
}

/* お問い合わせページ */
.contact-fv{
  background: url(./img/cta.png) no-repeat center / cover;
}

.contact-page{
  margin-bottom: 79px;
}

.contact-wrapper{
  max-width: 730px;
  padding: 0 15px;
  margin: 0 auto;
}

.contact-text{
  margin-bottom: 39px;
}

.contact-list{
  margin-bottom: 26px;
}

.form-item{
  margin-bottom: 18px;
}

.form-item:nth-child(4){
  margin-bottom: 22px;
}

.form-item-label{
  margin-bottom: 6px;
}

.form-item input[type="text"],
.form-item input[type="email"],
.form-item input[type="tel"]
{
  width: 100%;
  padding: 16px 20px;
  border: 0.5px solid #1B224C;
  font-size: 12px;
}

.wpcf7-list-item {
  display: block;
  margin-bottom: 10px; 
}

.wpcf7-radio{
  margin-bottom: 10px;
}

.wpcf7-list-item-label{
  vertical-align: middle;
}

.radio-btn input[type="radio"]{
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.form-item textarea{
  width: 100%;
  font-size: 12px;
  height: 240px;
  border: 0.5px solid #1B224C;
  padding: 20px;
}

.privacy-policy{
  text-align: center;
  margin-bottom: 27px;
}

.privacy-policy a{
  color: #F5A623;
  text-decoration: underline;
}

.privacy-policy-check{
  display: flex;
  justify-content: center;
  margin-bottom: 45px;
}

.privacy-policy-check input{
  margin-right: 15px;
  
}

.button-wrap{
  display: block;
  background-color: #1B224C;
  color: #fff;
  width: 200px;
  padding: 17px 0;
  margin: 0 auto;
  border-radius: 5px;
}

/* 送信完了ページ */
.completed-page{
  text-align: center;
  padding-top: 25px;
  margin-bottom: 82px;
}

.completed-inner p{
  margin-bottom: 85px;
}

.home-link{
  color: #1B224C;
  text-decoration: underline;
}


@media(max-width: 1037px){
  .nav{
    display: none;
  }

  #header{
    padding-right: 43px;
  }

  #toggle{
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    top: 20px;
    right: 15px;
    z-index: 30;
  }
  
  #toggle span{
    background-color: #000;
    position: absolute;
    width: 25px;
    height: 3px;
    right: 8px;
    transition: 0.5s;
  }
  
  #toggle span:nth-child(1){
    top: 11px;
  }
  
  #toggle span:nth-child(2){
    top: 18px;
  }
  
  #toggle span:nth-child(3){
    top: 25px;
  }

  #toggle.active span:nth-child(1){
    transform: translateY(7px) rotate(-45deg);
    background-color: #fff;
  }
  
  #toggle.active span:nth-child(2){
    opacity: 0;
  }
  
  #toggle.active span:nth-child(3){
    background-color: #fff;
    transform: translateY(-7px) rotate(45deg);
  }

  .contact-btn{
    margin-right: 15px;
  }
}

@media(max-width: 905px){
  /* ブログページ */
  .page-blog-title{
    font-size: 20px;
  }
}

@media(max-width: 855px){
  .case-text{
    font-size: 14px;
  }

  .flow-title{
    font-size: 16px;
  }

  .flow-detail{
    padding-left: 30px;
    font-size: 14px;
  }
}

@media(max-width: 768px){
  .pc-br{
    display: none;
  }

  .sp-br{
    display: block;
  }

  .sec-title{
    font-size: clamp(24px, 5vw, 28px);
    /* font-size: 28px; */
  }

  .title-type02{
    margin-bottom: 80px;
  }

  .title-type03{
    text-align: center;
  }

  .tel{
    display: none;
  }

  .document-btn{
    display: none;
  }

  .contact-btn{
    display: none;
  }

  #fv{
    padding-top: 65px;
    padding-bottom: 70px;
  }

  .main-copy{
    font-size: 36px;
    padding: 0 20px;
    line-height: 36px;
  }

  .sub-copy{
    font-size: 16px;
  }

  .intro-list{
    flex-direction: column;
  }

  .intro-list li{
    margin-bottom: 10px;
    list-style: inside;
    font-size: clamp(12px, 4vw, 16px);
  }

  .box-title{
    font-size: clamp(20px, 5vw, 24px);
    line-height: 36px;
  }

  .box-text{
    font-size: 14px;
  }

  .sec01-wrap{
    flex-direction: column;
  }

  .sec01-wrap-title{
    font-size: 20px;
  }

  .sec01-text{
    width: 100%;
    margin-bottom: 30px;
  }

  .reverse{
    flex-direction: column-reverse;
  }

  .sec01-img{
    width: 100%;
  }

  .sec01-img img{
    max-width: 100%;
  }

  .reverse-text{
    margin-left: 0;
    margin-bottom: 30px;
  }

  .plan-title{
    font-size: 20px;
  }

  .case-list{
    flex-direction: column;
  }

  .case-list li{
    width: 100%;
    margin-bottom: 30px;
  }

  .flow-list li .number{
    height: auto;
    padding: 40px 0;
  }

  .flow-text{
    flex-direction: column;
    height: auto;
    padding: 40px 10px 10px 20px;
  }

  .flow-title{
    width: 100%;
    font-size: 18px;
    margin-bottom: 10px;
  }

  .flow-detail{
    width: 100%;
    border-left: none;
    padding-left: 0;
  }

  .qa-list dt{
    font-size: 14px;
    padding-right: 45px;
  }

  .qa-list dt::after,
  .qa-list dt::before{
    right: 10px;
  }

  .blog-news-inner{
    flex-direction: column;
  }

  .blog{
    width: 100%;
    margin-bottom: 30px;
  }

  .news{
    width: 100%;
  }

  .request-copy{
    font-size: 28px;
  }

  .tel-request{
    flex-direction: column;
    align-items: center;
  }

  .tel-request p{
    margin-bottom: 10px;
  }
  
  .footer-wrap{
    flex-direction: column;
    align-items: center;
  }

  .footer-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 10px;
    margin-bottom: 40px;
  }

  

  .footer-list li:nth-child(2){
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    padding-left: 21px;
  }

  .footer-list li:last-child{
    padding-left: 21px;
  }

  .footer-right{
    display: flex;
  }

  .footer-logo{
    margin-right: 30px;
    width: 150px;
  }
  .footer-logo img{
    width: 120px;
  }

  .footer-tel{
    margin-bottom: 5px;
  }

  /* コース・料金ページ */
  .cost{
    flex-direction: column;
  }

  .cost-content{
    width: 100%;
    padding: 20px 0;
  }

  .cost-plus{
    margin: 37px 0;
  }

  .cost-plus::before{
    left: 50%;
  }
  
  .cost-plus::after{
    left: 50%;

  }

  /* ブログ~ページ */
  .blog-link{
    flex-direction: column;
  }

  .new-arrival-img{
    width: 100%;
    margin-bottom: 20px;
  }

  .new-arrival-img img{
    height: 200px;
  }

  .new-arrival-text{
    width: 100%;
  }

  /* ブログ詳細ページ */
  .container{
    flex-direction: column;
  }

  .primary{
    width: 100%;
  }

  .product-page-img02{
    width: 100%;
  }

  .sidebar{
    width: 100%;
    margin-bottom: 69px;
  }

  .article-link{
    justify-content: unset;
  }

  .article-img{
    width: 210px;
    height: 128px;
    margin-right: 32px;
  }

  .article-img img{
    width: 100%;
    height: 100%;
  }

  .article-title{
    font-size: 16px;
  }

  /* お知らせページ */
  .news-page-list{
    flex-direction: column;
  }

  .news-page-list dt{
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 10px;
  }

  .news-page-list dd{
    width: 100%;
    padding-top: 0;
  }
}

@media(max-width: 438px){
  .box-title{
    font-size: 20px;
    line-height: 26px;
  }

  .box-text{
    font-size: 12px;
  }
}