:root{
  --color-primary:#E83046;
  --color-primary2:#FCEFF1;
  --color-primary3:#E16776;
  --color-yellow1:#F6EBAD;
  --color-yellow2:#F9F4D9;
  --color-yellow-line:#E2D771;
  
  --color-gray1:#888;
  --color-gray2:#E1E1E1;
  --color-gray3:#F6F6F6;
  --color-gray4:#595959;
  --color-blue:#D9EDF9;
  --color-blue2:#0F92D9;
  --color-orange:#FF4B2B;
  --color-orange2:#FFF0ED;
  --max1:1300px;
  --max2:1050px;
  --max3:900px;
  --max4:800px;
}
html{
  font-size: 0.625rem!important;
}
body{
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%; 
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
  letter-spacing: .05em;
  font-feature-settings: "palt";
  background-color:#FFF;
  color:#000;

}
.min{
  font-family: source-han-serif-japanese, serif;
  font-weight: 600!important;
  font-style: normal;
  letter-spacing: 0.06em;
}
/*全体*/
main.main, div.sidebar{
  padding: 0;
}
.medium{
  font-weight: 500;
}
.bold{
  font-weight: 700 !important;
}
a{
  color: #000;
}
a:hover {
  color:var(--color-primary);
}
.btn:hover, .ranking-item-link-buttons a:hover, .btn-wrap>a:hover {
  filter: opacity(.5);
}
.inner,.inner_tb_pc,.inner_pc{
  width: 90%;
  margin: auto;
  max-width: var(--max1);
}
.max1{
  max-width: var(--max1);
}
.icon{
  display: inline-block;
  vertical-align: middle;
}
.tb,.sp,.sp_tb{
  display: none;
}
.red{
  color: var(--color-primary);
}
.underline{
  text-decoration: underline;
}

/*パーツ*/
.btn{
  border-radius: 100px;
  border:2px solid var(--color-primary);
  background-color: #FFF;
  color: var(--color-primary);
  display: inline-block;
  padding:15px 80px;
  font-size:2rem;
  white-space:nowrap;
  line-height: 1.3;
}
.btn:hover{
  color: var(--color-primary);
}
.btn.big{
  font-size:2.6rem;
  padding: 25px 100px;
}
.btn.small{
  padding: 10px 80px;
}
.btn.red{
  background-color: var(--color-primary);
  color: #FFF;
}
.btn.pink{
  background-color: var(--color-primary2);
}
.btn.yellow{
  background-color: var(--color-yellow2);
  border:2px solid var(--color-yellow2);
  color: #000;
}
.btn.blue{
  border:2px solid var(--color-blue2);
  background-color: var(--color-blue2);
  color: #FFF;
}
.btn.gray{
  background-color: #BEBEBE;
  border:2px solid #BEBEBE;
  color: #FFF;
  pointer-events: none;
}
.btn.orange{
  background-color: var(--color-orange);
  border:2px solid var(--color-orange);
  color: #FFF;
}
.btn.disabled{
  filter: opacity(.5);
  pointer-events: none;
}
.btn.disabled:hover{
}
.btn .small{
  font-size: 1.8rem;
}
.btn .normal {
  font-weight: normal;
}
.btn.shadow{
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.18);
}
.arrow{
  position: relative;
}
.arrow:before{
  width:16px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate3d(0,-50%,0px);
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/cmn/arrow_r.svg);
}
.arrow.red:before,
.arrow.orange:before,
.arrow.blue:before{
  background-image: url(../img/cmn/arrow_w.svg);
}
.arrow.circle:before{
  background-image: url(../img/cmn/arrow_circle_r.svg);
  width:32px;
  height: 32px;
}
.arrow.circle.red:before{
  background-image: url(../img/cmn/arrow_circle_w.svg);
}
.arrow.back:before{
  transform: translate3d(0,-50%,0px) rotate(-180deg);
}
.arrow.right:before{
  right:0;
  left: auto;
}
.arrow.yellow:before{
  background-image: url(../img/cmn/arrow_b.svg);
}
.line.yellow{
  background: linear-gradient(transparent 75%,var(--color-yellow-line) 55%);
}

/* レイアウト */
.content{
  padding-top: 0px;
  margin-top:0;
}
.content-in{
}
.layout{
  display:flex;
  justify-content: space-between;
}
.layout-left{
  width:68%;
}
.layout-right{
  width:26%;
}


/* レイアウト HTKYMテスト */
/*.seminar .layout{
  justify-content: center;
}
.seminar .layout-right{
  display: none;
}
.seminar .layout-left{
  width: 80%;
}
.seminar-page .layout{
  justify-content: center;
}
.seminar-page .layout-right{
  display: none;
}
.seminar-page .layout-left{
  width: 80%;
}*/




.main{
  padding: 0;
  border-radius: 0;
  border: none;
}
.page-content{
  padding: 100px 0;
}
.page-content.border{
  border-top: 1px solid #000;
}
.page-content2{
  padding: 60px 0;
}
.page-content3{
  padding: 100px 0 50px 0;
}
.ls_ttl{letter-spacing: 0.1em;}
.mg_t0{margin-top: 0 !important;}
.mg_t-30{margin-top: -30px !important;}
.mg_t30{margin-top: 30px !important;}
.mg_t50{margin-top: 50px !important;}
.mg_t100{margin-top: 100px !important;}
.mg_b0{margin-bottom: 0 !important;}
.mg_b10{margin-bottom: 10px !important;}
.mg_t10{margin-top: 10px !important;}
.mg_t20{margin-top: 20px !important;}
.pd_b0{padding-bottom: 0 !important;}


/*ページ共通*/
.cmn-head{
  text-align: center;
}
.cmn-head-subttl{
  font-size:2rem;
  display: inline-block;
  border-bottom: 1px solid #000;
}
.cmn-head-ttl{
  font-size:4.8rem;
  letter-spacing: .5rem;
}
.cmn-head-para{
  font-size:1.8rem;
}
.cmn-ttl{
  text-align: center;
  font-size: 4rem;
}
.pset{
  font-feature-settings: normal !important;
  letter-spacing: .015em !important;
}
.anchor{
  margin-top: -100px;
  padding-top: 100px;
}

/*ヘッダー*/
.header-container{
  position: sticky;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
  background-color: #FFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  backface-visibility: hidden;
}
.header-top{
  background-color: var(--color-yellow1);
}
.header-top.bg-blue{
  background-color: var(--color-blue);
}
.header-top.red{
  background-color: var(--color-primary2);
}
.header-top .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  width: 96%;
  height: 45px;
}
.header-top-select-wrapp{
  display: none;
}
.header-top-select{
  display: flex;
  width: 320px;
  border-radius: 200px;
  border: 1px solid #CFCFCF;
  background: #F4F4F4;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25) inset;
  overflow: hidden;
}
.header-top-select-block{
  text-align: center;
  align-items: center;
  width: 50%;
  line-height: 1;
}
.header-top-select-block a{
  display: block;
  padding:8px 10px;
  border-radius: 100px;
}
.header-top-select-block a:hover{
  opacity: .5;
}
.header-top-select-block a.active{
  pointer-events: none;
}
.header-top-select-block a.active.orange{
  background-color: var(--color-orange);
}
.header-top-select-block a.active.blue{
  background-color: var(--color-blue2);
}
.header-top-select-block img{
  height: 18px;
  width: auto;
}
.header-top-right{
  display: flex;
  align-items: center;
  width:calc(50% - 160px);
  justify-content: flex-end;
}
.header-top-copy{
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  width:calc(50% - 160px);
}
.header-top-copy a{
  display: flex;
  line-height: 0;
  align-items: center;
}
.header-top-copy img{
  margin-right:2px;
  width: 70px;
}
.header-top-copy img.home{
  height: 15px;
  width:auto;
}
.header-top-right a{
  text-decoration: none;
  display: block;
}
.header-top-right img{
  margin-right:5px;
  height: 16px;
  margin-bottom: 3px;
}
.header-top-tel{
  display: flex;
  align-items: center;
}
.header-top-tel a{
  font-size:1.5rem;
  margin-right: 5px;
}
.header-top-tel span{
  font-size: 10px;
  letter-spacing: 0.02em;
  color: #000;
}
.header-top-login{
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  margin-left: 25px;
}
.header-main{
  position: relative;
}
.header-main .inner:after{
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 55px;
  background-color: #FFF;
  display: none;
}
.header-main .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  height: 76px;
  width: 100%;
  padding: 0 2%;
  position: relative;
}
.header-main .inner .left{
  display: flex;
  align-items: center;
  height: 100%;
}
.header-main-logo a{
  display: block;
  line-height: 1;
}
.header-main-logo{
  position: relative;
  z-index: 2;
  margin-top: -5px;
}
.header-main-logo img{
  height: 30px;
  width: auto;
}
.header-main-nav-input{
  display: none;
}
.header-main-btn{
  width: 20px;
  height: 16px;
  display: none;
  z-index: 2;
  position: relative;
}
.header-main-btn span{
  display: block;
  width: 21px;
  height: 2px;
  background-color: #000;
  position: absolute;
  left: 0;
  transition:transform .1s linear;
}
.header-main-btn span:nth-child(1){
  top: 0;
  transform-origin: left top;
}
.header-main-btn span:nth-child(2){
  top:7px;
}
.header-main-btn span:nth-child(3){
  bottom: 0;
  transform-origin: left bottom;
}
.header-main-nav-input:checked ~ .header-main-btn span:nth-child(1){
  transform: rotate(45deg);
}
.header-main-nav-input:checked ~ .header-main-btn span:nth-child(3){
  transform: rotate(-45deg);
}
.header-main-nav-input:checked ~ .header-main-btn span:nth-child(2){
  display: none;
}
.header-main-nav{
  width: calc(100% - 130px - 260px);
  padding-left: 20px;
}
.header-main-buttons{
  width: auto;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.header-main-buttons-btn{
  margin-left: 10px;
}
.header-main-buttons-btn:first-child{
  margin-left: 0;
}
.header-main-buttons-btn .btn{
  padding: 5px 12px;
  line-height: 1.2;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  min-width: 100px;
  font-size: 1.4rem;
}
.header-main-buttons-btn .btn img{
  width: 20px;
}
.header-main-menu{
  display: flex;
  font-weight: 500;
  font-size:1.4rem;
}
.header-main-menu-list{
  position: relative;
  margin: 0 20px;
}
.header-main-menu-list.seminer{
  margin-right: 30px;
}
.header-main-menu-list.sep{
  position: relative;
  padding-left: 30px;
  margin-left:0;
}
.header-main-menu-list.sep:before{
  position: absolute;
  width: 1px;
  background-color: #000;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  top: 50%;
  transform: translate3d(0,-50%,0px);
}
.header-main-menu-list > a,
.header-main-menu-list > .sublink{
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
.header-main-menu-list > a svg,
.header-main-menu-list > .sublink svg{
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translate3d(0,-50%,0);
  visibility: hidden;
}
.header-main-menu-list > a:hover svg,
.header-main-menu-list > .sublink:hover svg{
  visibility: visible;
}
.header-main-menu-list > .sublink{
  padding-right: 20px;
}
.header-main-menu-list > .sublink:before{
  display: block;
  position: absolute;
  right:0;
  top: 48%;
  transform: translate3d(0,-50%,0px) rotate(45deg);
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 10px;
  height: 10px;
  content: "";
}
.header-main-menu-list > a.active,
.header-main-menu-list > .sublink.active,
.header-main-menu-list:hover > .sublink{
  color:var(--color-primary);
}
.header-main-menu-list > .sublink.active:before,
.header-main-menu-list:hover > .sublink:before{
  border-right: 2px solid var(--color-primary);
  border-bottom: 2px solid var(--color-primary);
}
.header-main-menu-list > .sublink:hover,
.header-main-menu-list > a:hover{
  color: var(--color-primary);
}
.header-main-menu-list > a.active svg path,
.header-main-menu-list > .sublink.active svg path,
.header-main-menu-list > a:hover svg path,
.header-main-menu-list > .sublink:hover svg path{
  fill:var(--color-primary);
}
.header-main-menu-list > .sublink.active:after,
.header-main-menu-list > a.active:after{
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background-color:var(--color-primary);
  position: absolute;
  left: 0;
  bottom: 0;
}
.header-main-menu-list > a img{
  margin-right: 10px;
  width: 25px;
}
.header-main-menu-list > a.logo{
  position: relative;
  text-align: left;
}
.header-main-menu-list > a.logo img{
  height: 20px;
  width: auto;
}
.header-main-menu-list > a.logo:hover{
  opacity: .5;
}
@media screen and (min-width:1121px) {
.header-main-menu-list > a.logo{
  padding-right: 14px;
}
.header-main-menu-list > a.logo:before{
  position: absolute;
  top:50%;
  right: 0;
  width: 16px;
  height: 16px;
  transform:translate(0,-40%);
  content: "";
  background:url(../img/cmn/arrow_circle_black.svg) no-repeat center center / contain;
}
}
.header-main-submenu{
  font-size: 1.4rem;
  padding:20px;
  background-color: var(--color-yellow2);
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate3d(0,100%,0px);
  width: 260px;

}
.header-main-submenu.blue{
  color: #000;
  background-color: var(--color-blue);
}
.header-main-submenu.red{
  color: #000;
  background-color: var(--color-primary2);
}
.header-main-menu-list:hover .header-main-submenu{
  display: block;
}
.header-main-submenu-list a{
  padding: 5px 0;
  display: block;
}
.header-main-submenu-list a.active{
  color: var(--color-primary);
}
.header-main-submenu.blue .header-main-submenu-list-sep{
  background-color: var(--color-blue);
}
.header-main-submenu.red .header-main-submenu-list-sep{
  background-color: var(--color-primary2);
}
.header-main-submenu-list-sep{
  font-size: 1.2rem;
  margin-top: 5px;
  font-weight: 400;
}
.header-sub-menu{
  font-size: 1.4rem;
  margin: 0 0 0 20px;
  width: max-content;
  display: flex;
  align-items: center;
}
.header-sub-menu>a img{
  width: 20px;
  height: auto;
  margin-right: 5px;
}


/*  フッター  */
.footer{
  padding:80px 0;
  border-top:1px solid #000;
  margin-top: 120px;
}
.footer.top{
  margin-top: 0;
}
.footer-top{
  display: flex;
  justify-content: space-between;
}
.footer-top-block{
  width: 20%;
  position: relative;
}
.footer-top-block:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.footer-top-block a{
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-self: center;
  flex-direction: column;
  text-align: center;
  left: 0;
  top: 0;
  border: 3px solid var(--color-yellow-line);
  border-radius: 50%;
}
.footer-top-block a:hover{
  color: inherit;
  background-color: var(--color-yellow2);
}
.footer-top-block a:before{
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  bottom:5px;
  background-color: var(--color-primary);
  width:50px;
  height: 50px;
  border-radius: 50%;
  background-image: url(../img/cmn/arrow_w.svg);
  background-size:16px auto;
  background-position: center center;
  background-repeat: no-repeat;
}
.footer-top-block-ttl{
  font-size:2.3rem;
  line-height: 1.3;
}
.footer-top-block-text{
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.5;
}
.footer-bottom{
  display: grid;
  grid-template-columns: 1fr 180px;
  margin-top: 150px;
}
.footer-bottom-left{
  display: flex;
}
.footer-bottom-menu{
  padding-right: 50px;
}
.footer-bottom-menu-list{
  font-weight: 500;
}
.footer-bottom-menu-list span{
  font-size:1.3rem;
  color:var(--color-gray1);
  display: block;
  margin-bottom: 10px;
}
.footer-bottom-menu-list span.small{
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.footer-bottom-menu-list a{
  display: block;
  font-size:1.3rem;
  padding:0 0 10px;
}
.footer-bottom-logo{
  float: none;
  position: static;
}
.footer-bottom-logo-image{
  line-height: 0;
}
.footer-bottom-logo li{
  margin-bottom: 20px;
}
.footer-bottom-logo-text{
  font-size:1.2rem;
  margin-top: 10px;
  letter-spacing: 0.04em;
}
.footer-bottom-logo-copy{
  font-size:1rem;
  margin-top: 150px;
  white-space: nowrap;
}
.footer-bottom-logo img.ichini{
  height: 44px;
  width: auto;
}
.footer-bottom-logo img.senkyo{
  height: 30px;
  width: auto;
}
.footer-gotop{
  width:50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1000;
}

/*パンクズ*/
.pankuzu{
  padding: 20px 0;
  color: #5F5F5F;
}
.pankuzu .inner *{
  display: inline;
  font-size: 1.2rem;
  white-space: nowrap;
}
/* sns */
.sns-share-message{
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.sns-share-buttons {
  justify-content: center;
  margin-top:20px;
}
.sns-share-buttons a{
  max-width:100px;
  height: 25px;
  margin:0 10px;
}
.sns-share-buttons a .button-caption{
  font-size: 1.3rem;
  margin-left: 5px;
  font-weight: 500;
}
.sns-follow{
  margin-top: 20px;
}
.sns-follow a{
  width:35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 15px;
}
.sns-follow a span{
  font-size: 2.5rem;
}
.bc-brand-color.sns-share .website-button, .bc-brand-color.sns-follow .website-button{
  background-color:#76C443;
}
@media screen and (max-width:1350px) {
.header-main-logo{
}
.header-main-nav {
  width: calc(100% - 110px - 220px);
  padding-left: 15px;
}
.header-main-menu{
  font-size: 1.3rem;
}
.header-main-menu-list{
  margin:  0 15px;
}
.header-main-menu-list.sep{
  padding-left: 15px;
}
.header-main-buttons{
  width: 310px;
}
.header-main-buttons-btn .btn{
  font-size: 1.2rem;
}
}
@media screen and (max-width:1120px) {
/*ヘッダー*/
.header-container{
  box-shadow: none;
}
.header-top{
  background-color: var(--color-yellow1);
  height: 20px;
}
.header-top .inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  width: 96%;
  height:20px;
}
.header-top-select{
  display: none;
}
.header-top-select-wrapp{
  padding: 20px 0;
  border-bottom: 1px solid #000;
  display: none;
}
.header-main-nav .header-top-select{
  display: flex;
  margin: auto;
  max-width: 300px;
}
.header-top-right{
  display: none;
}
.header-top-copy{
  width: 100%;
  justify-content: center;
}
.header-main .inner{
  height: 54px;
}
.header-main .inner:after{
  display: block;
}
.header-main-btn{
  width: 30px
}
.header-main-logo a{
  display: block;
}
.header-main-logo{
  padding: 0!important;
  border: none!important;
}
.header-main-btn{
  display: block;
}
.header-main-nav{
  display: none;
  position: fixed;
  height:calc(100vh - 54px);
  width: 375px;
  left: 0;
  top: 54px;
  background-color: #FFF;
  padding-left: 0;
  border-right: 1px solid #000;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.header-main-buttons{
  width: 33.333%;
}
.header-main-nav.on{
  display: block;
}
.header-main-nav-inner{
  display: flex;
  justify-content: space-between;
  min-height:calc(100vh - 54px);
}
.header-main-nav-left{
  width:calc(100% - 115px);
}
.header-main-nav-right{
  width:115px;
  background-color: var(--color-yellow1);
}
.header-main-nav-right.bg-blue{
  background-color: var(--color-blue2);
}
.header-main-nav-right.red{
  background-color: var(--color-orange);
}
.header-main-nav-right-inner{
  position: sticky;
  left: 0;
  top: 0;
}
.header-main-menu{
  display:block;
}
.header-main-menu-list{
  margin: 0;
}
.header-main-menu-list.seminer{
  margin-right: 0;
}
.header-main-menu-list.sep{
  position: relative;
  padding-left:0;
  margin-left:0;
}
.header-main-menu-list.sep:before{
  display: none;
}
.header-main-menu-list > a,
.header-main-menu-list > .sublink{
  height:auto;
  display: block;
  padding: 15px 30px;
  border-bottom: 1px solid #000;
}
.header-main-menu-list > .sublink{
  padding: 15px 30px;
  position: relative;
}
.header-main-menu-list > .sublink:before{
  top: 50%;
  right: 25px;
}
.header-main-menu-list > a{
  padding: 15px 30px;
}
.header-main-menu-list > .sublink.active:after,
.header-main-menu-list > a.active:after{
  display: none;
}
.header-main-menu-list > a svg,
.header-main-menu-list > .sublink svg{
  visibility: visible;
  position: static;
  vertical-align: middle;
  margin-left: 10px;
  transform: none;
}
.header-main-menu-list > a img.sp_tb{
  margin-left: 10px;
  width: 25px;
  display: inline-block;
}
.header-main-menu-list > a.pink{
  background-color: var(--color-primary2);
}
.header-main-menu-list > a.blue{
  background-color: var(--color-blue);
}
.header-main-menu-list > a.logo:before{
  display: block;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translate3d(0,-50%,0px) rotate(45deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 10px;
  height: 10px;
  content: "";
}

.header-main-submenu{
  display: block;
  padding:0;
  position: static;
  transform: none;
  width:100%;
  display: none;
}
.header-main-submenu-list a{
  padding: 15px 10px 15px 30px;
  display: block;
  border-bottom: 1px solid #000;
}
.header-main-submenu-list-sep{
  font-size: 1.2rem;
  margin-top:0;
  padding: 15px 30px;
  border-bottom: 1px solid #000;
  background-color: var(--color-yellow2);
  font-weight: 400;
}
.header-main-menu-list:hover .header-main-submenu{
  display:none
}
.header-main-menu-list.on .header-main-submenu{
  display:block;
}
.header-main-links{
  padding: 20px 0;
}
.header-main-links li a{
  padding: 7px 30px;
  font-size: 1.2rem;
  display: block;
}
.header-main-logolist{
  max-width: 100%;
  border-top: 1px solid #000;
  padding: 20px 0;
}
.header-main-logolist li a{
  display: block;
  text-align: center;
  padding: 10px 0;
  width: 160px;
  margin: auto;
}
.header-main-logolist li a span{
  display: block;
  font-size: 1rem;
  margin-top: 5px;
}
.header-main-copy{
  text-align: center;
  font-size: 1.2rem;
  margin-top: 30px;
  padding-bottom: 100px;
}
.header-main-contacts{
  padding: 30px 0 20px 0;
}
.header-main-contacts li{
  width: 100%;
  line-height: 1;
  text-align: center;
  margin-bottom: 20px;
}
.header-main-contacts li a{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 72px;
  height: 72px;
  top: 0;
  left: 0;
  color: #FFF;
  text-align: center;
  font-size: 1.1rem;
  line-height: 1.3;
  border: 2px solid #FFF;
  border-radius: 50%;
  margin: auto;
}
.header-main-contacts li a img{
  display: block;
  width:25px;
  margin-bottom: 5px;
}
.header-main-contacts li span{
  font-size:1rem;
  color: #FFF;
  text-align: center;
  line-height: 1.3;
}
.header-main-nav-right.yellow .header-main-contacts li span{
  color:#000;
}
.header-main-apply{
  text-align: center;
}
.header-main-apply a{
  font-size: 1.1rem;
  color: #FFF;
  padding: 10px 0;
  display: block;
}
.header-main-nav-right.yellow .header-main-apply a{
  color:#000;
}
.header-main-nav-right.yellow .header-main-contacts li a{
  color:#000;
  border-color: #000;
}
.header-main-links,.header-main-logolist,.header-main-copy,.header-main-nav-right{
  display: block;
}
.header-main-menu-list > a img.pc{
  display: none;
}
.footer-top-block{
  width: 23%;
}
}
@media screen and (max-width:980px) {
.pc{
  display: none;
}
.tb{
  display:block;
}
.sp_tb{
  display:block;
}
.inner_pc{
  width: auto;
}
.inner_sp_tb{
  width: 90%;
  margin: auto;
}

/* パーツ */
.btn{
  font-size: 1.8rem;
}
.btn.big{
  font-size:2.4rem;
  padding: 20px 80px;
}
.btn .small {
  font-size: 1.6rem;
}
/*ページ共通*/
.cmn-head{
  padding-top: 20px;
}
.cmn-head-subttl{
  font-size:1.8rem;
}
.cmn-head-ttl{
  font-size:4rem;
}
.cmn-head-para{
  font-size:1.6rem;
}
.cmn-ttl{
  font-size: 3.2rem;
  padding-top: 20px;
}
.anchor{
  margin-top: -75px;
  padding-top:75px;
}

/*レイアウト*/
.page-content{
  padding: 80px 0;
}
.page-content2{
  padding: 60px 0;
}
.page-content3{
  padding: 100px 0 50px 0;
}

/*ヘッダー*/
.header-main-buttons-btn{
  margin-left: 5px;
}
.header-main-buttons-btn .btn{
  height: 42px;
  min-width: 42px;
}
.header-main-logolist{
  padding: 20px 35px;
}
/*  フッター  */
.footer{
  padding:70px 0;
  margin-top: 100px;

}
.footer .inner{
  width: auto;
}
.footer-top{
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}
.footer-top-block{
  width: 23%;
  position: relative;
}
.footer-top-block a{
  border: 3px solid var(--color-yellow-line);
}
.footer-top-block a:before{
  width:35px;
  height: 35px;
  right: 0px;
  bottom:0px;
}
.footer-top-block-ttl{
  font-size:1.7rem;
  line-height: 1.3;
}
.footer-top-block-text{
  font-size: 1.2rem;
  margin-top: 5px;
  line-height: 1.5;
}
.footer-bottom{
  display: block;
  margin-top: 50px;
  padding: 0;
}
.footer-bottom-left{
  display: flex;
  width: 90%;
  margin: auto;
}
.footer-bottom-menu{
  padding-right:50px;
  white-space: nowrap;
}
.footer-bottom-menu-list span{
  font-size:1.2rem;
}
.footer-bottom-menu-list span.small{
  font-size: 1rem;
}
.footer-bottom-menu-list a{
  font-size:1.2rem;
}
.footer-bottom-logo{
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #000;
}
.footer-bottom-logo li{
  text-align: center;
}
.footer-bottom-logo-text{
  font-size:1.1rem;
  margin-top: 10px;
}
.footer-bottom-logo-copy{
  margin-top: 50px;
}
.footer-bottom-logo img.ichini{
  height: 40px;
}
.footer-bottom-logo img.senkyo{
  height: 28px;
}
/*パンクズ*/
.pankuzu{
  padding: 15px 0;
}
.header-sub-menu>a img {
  width: 26px;
  height: 26px;
  margin-right: 0;
}
}


@media screen and (max-width:767px) {
.sp{
  display: block;
}
.tb{
  display: none;
}
.tb_pc{
  display:none;
}
.inner_tb{
  width: auto;
}
.inner_tb_pc{
  width: auto;
}
.inner_sp{
  width: 90%;
  margin: auto;
}

/* パーツ */
.btn{
  font-size: 1.6rem;
  padding: 15px 50px;
}
.btn.big{
  font-size:2rem;
  padding: 15px 50px;
}
.btn .small {
  font-size: 1.2rem;
}
.arrow.circle:before{
  width:24px;
  height:24px;
}
/*ページ共通*/
.cmn-head{
  padding-top: 0;
}
.cmn-head-subttl{
  font-size:1.6rem;
}
.cmn-head-ttl{
  font-size:3.2rem;
}
.cmn-head-para{
  font-size:1.4rem;
}
.cmn-ttl{
  font-size: 2.2rem;
  margin-top: 30px;
}

/*レイアウト*/
.page-content{
  padding: 70px 0;
}
.page-content2{
  padding: 40px 0;
}
.page-content3{
  padding: 70px 0 40px 0;
}

/*ヘッダー*/
.header-main .inner{
  padding: 0 3%;
}
.header-main-nav{
  height:calc(100vh - 54px);
  width: 100%;
  top: 54px;
  border-right:none;
}
.header-main-buttons {
  width: max-content;
}
.header-main-buttons-btn .btn{
  font-size:1rem;
  padding: 5px 6px;
  height: 35px;
  min-width: 35px;
  border-width: 1px;
  letter-spacing: 0.02em;
}
.header-top-copy img{
  width: 67px;
  margin-right: 1px;
}
.header-main-logo img{
  height: 19px;
}
.header-sub-menu {
  font-size: 1.2rem;
  margin: 0 0 0 10px;
}

/*  フッター  */
.footer{
  padding:60px 0;
  margin-top: 80px;
}
.footer-top{
  flex-wrap: wrap;
  max-width: 400px;
}
.footer-top-block{
  width: 48%;
  margin-bottom: 20px;
}
.footer-top-block a:before{
  width:35px;
  height: 35px;
}
.footer-top-block-ttl{
  font-size:1.6rem;
}
.footer-top-block-text{
  font-size: 1.1rem;
}
.footer-bottom{
  display: block;
  margin-top: 50px;
}
.footer-bottom-left{
  flex-wrap: wrap;
}
.footer-bottom-menu{
  padding-right:0px;
  white-space: nowrap;
  margin-bottom: 30px;
  width: 50%;
}
.footer-bottom-menu-list span{
  font-size:1.2rem;
}
.footer-bottom-menu-list span.small{
  font-size: 1rem;
}
.footer-bottom-menu-list a{
  font-size:1.2rem;
}
.footer-bottom-logo{
  margin-top: 30px;
  padding-top: 30px;
}
.footer-bottom-logo-text{
  font-size:1rem;
}
.footer-bottom-logo img.ichini{
  height: 26px;
}
.footer-bottom-logo img.senkyo{
  height: 20px;
}
.footer-gotop{
  width:40px;
  right: 10px;
  bottom: 30px;
}
/*パンクズ*/
.pankuzu{
  padding: 6px 0;
  border-bottom: 1px solid var(--color-gray2);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 30px;
}
.pankuzu .inner{
  white-space: nowrap;
}
.pankuzu .inner *{
  font-size: 1rem;
  /*display: inline-block;*/
}

/* sns */
.sns-share-buttons a {
  margin: 0 5px;
  width: 28%;
}
.sns-follow{
  margin-top: 20px;
}
.sns-follow-buttons{
  justify-content: flex-start;
}
.sns-follow a{
  width:30px;
  height: 30px;
  margin-right: 15px;
}
.sns-follow a span{
  font-size: 2rem;
}
.ss-top .sns-share-buttons a .button-caption, .ss-bottom .sns-share-buttons a .button-caption{
  font-size: 1.1rem;
}
}

/* バイブル　モーダル */
.lity{
  background: rgba(0,0,0,.8);
}
.lity-close{
  top: 20px;
  right: 20px;
}
.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited{
  top: 20px;
  right: 20px;
}
@media screen and (max-width:980px) {
  .lity-close{
    top: 10px;
    right: 10px;
  }
  .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited{
    top: 10px;
    right: 10px;
  }
}

/* page nation*/
.pagination-next a{
  background-color: var(--color-primary2);
  color:var(--color-primary);
  border: none;
  font-weight: bold;
  font-size: 1.8rem;
}
.pagination-next a:hover{
  background-color: var(--color-primary);
  color: #FFF;
}
.pagination > span,
.pagination > a{
  background-color: var(--color-primary2);
  color:var(--color-primary);
  font-weight: bold;
  border: none;
  border-radius: 50%;
  font-size: 1.8rem;
}
.pagination .current{
  background-color: #000;
  color: #FFF;
}
.pagination > a:hover{
  background-color: var(--color-primary);
  color: #FFF;
}
.page-numbers.next,
.page-numbers.prev{
  width: auto;
  padding: 0 30px;
  border-radius: 200px;
}
@media screen and (max-width:767px) {
  .pagination-next{
    margin-top: 0;
  }
  .pagination-next a{
    font-size: 1.6rem;
  }
  .pagination > span,
  .pagination > a{
    font-size: 1.6rem;
  }
  .page-numbers{
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .page-numbers.next,
  .page-numbers.prev{
    padding: 0 20px;
  }
}

.not-found-para{
  text-align: center;
  font-size: 1.6rem;
  margin-top: 80px;
}
@media screen and (max-width:767px) {
  .not-found-para{
    font-size: 1.4rem;
    margin-top: 50px;
  }
}