*, *:before, *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
}
a {
  text-decoration: none;
  font-size: inherit;
  color: #231815;
  transition: all 0.5s;
}
/*a:hover{
  transition-duration: 0.5s;
  opacity: 0.5;
}*/
p{
  margin: 1% 0;
}
ul, ol, dl {
  list-style: none;
}
html {
  font-size: 62.5%;
}
input[type=date],
input[type=submit]{
  -webkit-appearance: none;
  appearance: none;
}
input,
textarea{
  padding: 15px 20px;
  width: 100%;
  border: #ddd 1px solid;
  border-radius: 5px;
}
input[type=radio],
input[type=checkbox]{
  width: auto;
  padding: 0;
}
span.wpcf7-list-item{
  display: block;
}
img {
  max-width: 100%;
  height: auto;
  border:0;
}
body {
	font-family: "NotoSerifJP Medium";
  color: #292929;
  background: #fff;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: bold;
  background: linear-gradient(151deg,rgba(207, 236, 255, 1) 0%, rgba(108, 188, 245, 1) 100%);
}
h1{
  font-size: 40px;
  font-weight: bold;
}
h3{
  font-size: 20px;
}
span{
  font-size: inherit;
  font-weight: inherit;
}
button{
  background: none;
}

.pc-only{
  display: block;
}
.sp-only{
  display: none!important;
}
@media screen and (max-width: 768px){
  input,
  textarea{
    padding: 10px;
  }
  .pc-only{
    display: none!important;
  }
  .sp-only{
    display: block!important;
  }  
}

.common {
  margin:0px auto;
  padding: 20px 0;
  width: 90%;
  word-break: break-all;
  position: relative;
  z-index: 1;
}

main{
  transition: all 1s;
  overflow: hidden;
  width:100%;
  max-width:480px;
  margin:0px auto;
  background: #fff;
}

@media screen and (max-width: 1045px){
}
@media screen and (max-width: 768px){
  main{
    width: 100%;
    border-left: unset;
  }
  .common{
    width:90%;
  }
}

@media screen and (max-width: 1024px) and (min-width: 769px){
  h1{
    font-size: 28px;
    font-size:2.8rem;
  }
  h2{
    font-size:20px;
    font-size:2rem;
  }
}

@media screen and (max-width: 768px){
  *, *:before, *:after {
    font-size: 14px;
    font-size: 1.4rem;
  }
  h1{
    font-size:35px;
    font-size:3.5rem;
  }
  h2{
    font-size:28px;
    font-size:2.8rem;
  }
  /* 共通 */
  .table dt{
    padding: 5%; 
    width: 45%;   
  }
  .table dd{
    padding: 5%;
  }
}



/*フォント
=======================================================*/
@font-face {
	font-family: "NotoSansJP Medium";
	src: url("../font/NotoSansJP-Medium.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "NotoSansJP Bold";
	src: url("../font/NotoSansJP-Bold.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "NotoSansJP Black";
	src: url("../font/NotoSansJP-Black.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "NotoSerifJP Medium";
	src: url("../font/NotoSerifJP-Medium.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "NotoSerifJP Bold";
	src: url("../font/NotoSerifJP-Bold.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "NotoSerifJP Regular";
	src: url("../font/NotoSerifJP-Regular.ttf");
	font-weight: 500;
}

/*タイトル
=======================================================*/
.blue-ttl,
.gold-ttl,
.pink-ttl{
  margin-top: 20px;
  text-align: center;
}
.gold-ttl {
  line-height: 1.0;
  margin-top: 5px !important;
}

.blue-ttl span{
  background: linear-gradient(90deg,rgba(3, 40, 147, 1) 0%, rgba(18, 152, 249, 1) 50%, rgba(3, 40, 147, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "NotoSerifJP Bold";
  text-align: center;
}
.gold-ttl span{
  background: linear-gradient(90deg,rgba(181, 142, 43, 1) 0%, rgba(217, 185, 43, 1) 25%, rgba(214, 194, 43, 1) 45%, rgba(222, 185, 62, 1) 80%, rgba(156, 119, 0, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "NotoSerifJP Bold";
  text-align: center;
}
.pink-ttl span{
  background: linear-gradient(95deg,rgba(255, 135, 215, 1) 0%, rgba(227, 29, 161, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "NotoSerifJP Bold";
  text-align: center;
}

@media screen and (max-width: 768px){

}
@media screen and (max-width: 480px){

}

/*文字大きさ
=======================================================*/
.fs-20{
  font-size: 20px;
}
.fs-25{
  font-size: 25px;
}
.fs-30{
  font-size: 30px;
  line-height: 1.3;
}
.fs-40{
  font-size: 40px;
  line-height: 1.3;
}
.fs-50{
  font-size: 50px;
  line-height: 1.3;
}
.fs-70{
  font-size: 70px;
  line-height: 1.3;
}
.fs-80{
  font-size: 80px;
  line-height: 0.5;
}

.fs-italic{
  font-style: italic;
  letter-spacing: 5px;
}

.gold-ttl .fs-50{
  font-size: 50px;
  line-height: 1.0;
}
.gold-ttl .fs-70{
  font-size: 70px;
  line-height: 1.0;
}

@media screen and (max-width: 480px){
  .fs-40{
  font-size: 9vw;
  }
}

/*カラー
=======================================================*/
.fc-y{
  color:#FFFF00;
}
.fc-r{
  color:#BB070D;
}

.blue-bg{
  background: linear-gradient(90deg,rgba(3, 40, 147, 1) 0%, rgba(18, 152, 249, 1) 50%, rgba(3, 40, 147, 1) 100%);
  color: #fff;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  font-size: 25px;
  padding: 0 20px;
  margin-top: 20px;
  line-height: 1.7;
  position: relative;
}
.blue-bg-deco1{
  position: absolute;
  bottom:-8px;
  width: 30px;
  left: -8px;
  object-fit: contain;
}
.blue-bg-deco2{
  position: absolute;
  top: -18px;
  right: -18px;
  width: 45px;
}
.pink-bg{
  background: linear-gradient(90deg,rgba(233, 91, 129, 1) 0%, rgba(255, 181, 207, 1) 50%, rgba(201, 22, 70, 1) 100%);
  color: #fff;
  text-align: center;
  width: fit-content;
  margin: 0 auto;
  font-size: 25px;
  padding: 0 20px;
  margin-top: 20px;
  line-height: 1.7;
  position: relative;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  .blue-bg,
  .pink-bg{
    font-size: 22px;
  }
}

/*位置
=======================================================*/
.tac{
  text-align: center!important;
  margin: 0 auto;
}

/*共通アニメーション
=======================================================*/

/* スクロールありで下から上 */
.fadein1 {
  opacity : 0;
  transform: translateY(50px);
  transition: all 1.5s;
}
/* スクロールありで右から左 */
.fadein2 {
  opacity : 0;
  transform: translateX(-50px);
  transition: all 2s;
}
/* スクロールありで左から右 */
.fadein3 {
  opacity : 0;
  transform: translateX(50px);
  transition: all 2s;
}
/* スクロールありで上から下 */
.fadein4 {
  opacity : 0;
  transform: translateY(-50px);
  transition: all 1.5s;
}
/* スクロールなし下から上でフェードイン */
.no-fadein1 {
  animation-duration: 2s;
  animation-name: fadein1;
}
/* スクロールなしで上から下フェードイン */
.no-fadein2 {
  animation-duration: 2s;
  animation-name: no-fadein2;
}

@keyframes fadein1 {
  0% {
    opacity: 0;/* 透明 */
    transform: translateY(50px);
  }
  100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);
  }
}
@keyframes no-fadein2 {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}


/* ======================================
   Header
====================================== */
.lp-header{
    background:#fff;
    padding-bottom: 0px;
}
.lp-header__inner{
    width:100%;
    max-width:480px;
    margin:0 auto;
    background:#fff;
}

/* ロゴエリア */
.lp-header__top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  position:fixed;
  top:0;
  left:50%;
  transform:translateX(-50%);
  width:100%;
  max-width:480px;
  padding:5px 10px;
  box-sizing:border-box;
  background:#fff;
  z-index:999;
}
.lp-header__top img{
    display:block;
    width: 70%;
    height:auto;
}

/* ボタンエリア */
.lp-header__buttons{
    display:flex;
    justify-content:center;
    gap:10px;
    padding-top: 70px;
    padding-bottom: 5px;
}
.lp-header__button{
    display:block;
    flex:1;
}
.lp-header__button img{
    display:block;
    width:100%;
    height:auto;
}

/*ボタン
=======================================================*/
.btn-normal-wrap{
  display: flex;
  flex-direction: column;
  gap: 5px;
}
a.btn-normal{
  background: linear-gradient(180deg,rgba(18, 152, 249, 1) 0%, rgba(67, 176, 255, 1) 50%, rgba(3, 40, 147, 1) 100%);
  color:#fff;
  border-radius: 100px;
  margin: 0 auto;
  font-size: 14px;
  display: block;
  text-align: center;
  font-family: "NotoSansJP Bold";
  width: 280px;
  padding: 10px;
  line-height: 1.5;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
a.btn-normal-tel{
  display: flex;
  justify-content: center;
}
img.btn-normal-tel-img{
  display: block;
  width: 35px;
  object-fit: contain;
  margin-right: 5px;
}
.btn-normal-tel-txt{
  font-size: 11px;
  font-family: "NotoSansJP Bold";
  line-height: 1.3;
}
.btn-normal-tel-txt span{
  display: block;
  font-size: 22px;
  font-family: "NotoSerifJP Bold";
}

@media screen and (max-width: 768px){
  a.btn-normal{
    width: 100%;
  }
}

/*Mv
=======================================================*/
.mv{
  position: relative;
  overflow:hidden;
}
.mv img{
  display: block;
  margin-top:-27px;
}
.mv::after{
  content: "";
  background: linear-gradient(180deg,rgba(220, 235, 254, 1) 0%, rgba(255, 255, 255, 1) 100%);
  width: 100%;
  height: 30px;
  display: block;
  position: absolute;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
}


/*レッドダイヤモンド
=======================================================*/
.reddiamond{
  position: relative;
}.reddiamond::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/reddiamond-bg.png") no-repeat top center;
  background-size: cover;
  opacity: 0.5;
  z-index: 0;
}
.reddiamond > *{
  position: relative;
  z-index: 1;
}
img.reddiamond-img1{
  display: block;
  margin: 0 auto;
  width: 80%;
}
img.reddiamond-img2{
  display: block;
  margin: 0 auto;
}
.authorize-wrap{
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 20px;
}
.authorize-box{
  width: fit-content;
  display: flex;
  border: 1px solid #616161;
  padding: 5px;
  align-items: center;
  gap: 5px;
}
.authorize-img{
  object-fit: contain;
  height: 30px;
}
.authorize-box-txt{
  color: #616161;
  font-size: 10px;
  line-height: 1.4;
  font-family: "NotoSansJP Medium";
}
.reddiamond-bg{
  position: absolute;
  bottom: 0;
}
.gold-ttl {
  line-height: 1.0;
  margin-top: 5px !important;
}
.reddiamond-img3{
  object-fit: contain;
}
img.info-img{
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  .authorize-box-txt{
    font-size: 2vw;
  }
}

/*部分矯正から全体矯正まで対応
=======================================================*/
.partall{
  position: relative;
}
.partall::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/reddiamond-bg.png") no-repeat top center;
  background-size: cover;
  opacity: 0.5;
  z-index: 0;
}
.partall > *{
  position: relative;
  z-index: 1;
}
h2.partall-ttl{
  background: #ffe9f6;
  font-size: 27px;
  line-height: 1.5em;
  text-align: center;
  width: fit-content;
  padding: 0 15px;
  margin: 0 auto;
}
.partall-box{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}
.partall-box-ttl{
  text-align: center;
  position: relative;
  font-size: 22px;
  width: 60%;
}
.partall-ttl-img{
  position: absolute;
  z-index: -1;
  top: -70%;
  width: 200px;
  left: 30%;
  object-fit: contain;
}
img.partall-box{
  width: 40%;
  object-fit: contain;
}
.pink-medal{
  display: flex;
  gap: 10px;
  color:#fff;
}
.pink-medal2{
  gap: 5px;
  margin: -20px 0px 0;
}
.pink-medal .pink-medal-box{
  background:url(../img/medal02.png) no-repeat;
  background-size: contain;
  aspect-ratio: 1 / 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  font-family: "NotoSerifJP Bold";
}
.pink-medal .pink-medal-box-L{
  font-size: 29px;
}
.pink-medal2 .pink-medal-box{
  width: calc(100% / 3);
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  h2.partall-ttl{
    font-size: 5.5vw;
  }
  .partall-box-ttl{
    line-height: 1.5;
    font-size: 20px;
  }
  .partall-ttl-img{
    width: 150px;
    left: 40%;
  }
  .pink-medal .pink-medal-box{
    font-size: 12px;
  }
  .pink-medal .pink-medal-box-L{
    font-size: 22px;
  }
}

/*指導医
=======================================================*/
.attending{
  background: url(../img/bg14.png) no-repeat;
  background-size: cover;
}
.attending-ttl{
  line-height: 1.4;
}
span.attending-ttl-sub{
  font-size: 22px;
}
span.attending-ttl-main{
  font-size: 37px;
  display: block;
}
img.attending-img{
  display: block;
  margin-top: 20px;
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  h2.solve-ttl{
    font-size: 25px;
  }
  span.attending-ttl-sub {
    font-size: 4.5vw;
  }
  span.attending-ttl-main{
    font-size: 8vw;
  }
}

/*矯正プラン
=======================================================*/
/* plan from here */
.plan{
  background: url(/wp-content/themes/nihonbasihonin_lp/img/bg9.png) no-repeat;
  background-size: cover;
  background-position: top;
}
.plan-ttl{
  display: flex;
  align-items: center;
}
.plan-ttl h2{
  width: 60%;
  text-align: left;
  font-size: 30px;
  line-height: 1.3;
  margin-top: 0;
}
img.plan-ttl-img{
  object-fit: contain;
  width: 40%;
}
.plan-monthly{
  color: rgba(201, 22, 70, 1);
  font-size: 22px;
  text-align: center;
  line-height: 42px;
}
.plan-monthly span{
  font-size: 16px;
}
.plan-fee{
  margin-top: 0;
  margin-bottom: 10px;
  text-align: justify;
}
.plan-fee-box{
  display: flex;
  width: 100%;
  box-shadow: 0px 0px 4pX rgba(0, 0, 0, 0.25);
  margin-bottom: 10px;
}
.plan-fee .plan-fee-box:last-child{
  margin-bottom: 0;
}
.plan-fee-box-ttl{
  background: linear-gradient(90deg,rgba(233, 91, 129, 1) 0%, rgba(255, 181, 207, 1) 50%, rgba(201, 22, 70, 1) 100%);
  color:#fff;
  width: 42%;
  font-family: "NotoSansJP Bold";
  text-align: center;
  line-height: 1.5;
  padding-top: 3%;
  padding-bottom: 3%;
  font-size: 13px;
  display: flex;
  justify-content: center;  
  align-items: center;
}
.plan-fee-box-ttl-short{
  background: linear-gradient(90deg,rgba(233, 91, 129, 1) 0%, rgba(255, 181, 207, 1) 50%, rgba(201, 22, 70, 1) 100%);
  color:#fff;
  width: 42%;
  font-family: "NotoSansJP Bold";
  text-align: center;
  line-height: 1.5;
  padding-top: 4.4%;
  padding-bottom: 4.4%;
  font-size: 13px;
  display: flex;
  justify-content: center;  
  align-items: center;
}
.plan-fee-box-txt{
  background: #fff;
  width: 58%;
  padding-left: 7%;
  text-align: justify;
  display: flex;              /* 追加 */
  align-items: center;        /* 追加：上下中央 */
}
.plan-fee-box-txt-short{
  background: #fff;
  width: 58%;
  padding-left: 7%;
  text-align: justify;
  display: flex;              /* 追加 */
  align-items: center;        /* 追加：上下中央 */
}
span.plan-fee-box-txt-unit{
  font-size: 13px;
}
span.plan-fee-box-txt-tax{
  font-size: 10px;
  padding-top: 5%;
}
span.plan-fee-box-txt-main{
  /*
  background: linear-gradient(90deg,rgba(233, 91, 129, 1) 0%, rgba(255, 181, 207, 1) 50%, rgba(201, 22, 70, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  */
  color: rgba(201, 22, 70, 1);
  font-family: "NotoSerifJP Bold";
  text-align: center;
  font-size: 30px;
  line-height: 1.3;
  padding-left: 10px;
}
span.plan-fee-box-txt-main-unit{
  font-size: 20px;
}
.plan-fee-box-txt-letter-space-01{
  letter-spacing: normal;
}
.plan-fee-box-txt-letter-space-02{
  letter-spacing: normal;
}
.plan-fee-box-txt-letter-space-03{
  letter-spacing: normal;
}
.plan-fee-box-txt-letter-space-04{
  letter-spacing: 0.02em;
}
.plan-fee-box-txt-letter-space-05{
  letter-spacing: normal;
}
.plan-fee-note-right{
  text-align: right;
  font-size: 10px;
}
.plan-fee-note-left{
  font-size: 11px;
  line-height: 1.5;
}
/* plan end */
/* credit from here */
.credit-box{
  box-shadow: 0px 0px 4pX rgba(0, 0, 0, 0.25);
  background: #fff;
  padding: 10px;
  margin-top: 20px;
}
.credit-box-ttl{
  margin-top: 0;
  font-size: 22px;
}
.credit-txt{
  text-align: center;
  margin-top: 10px;
  font-size: 11px;
}
.credit-box-img{
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
}
.loan{
  margin-top: 20px;
}
.loan-box{
  box-shadow: 0px 0px 4pX rgba(0, 0, 0, 0.25);
  border-radius: 10px 0 10px 0;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  margin-bottom: 10px;
}
.loan-box:last-child{
  margin-bottom: 0;
}
img.loan-box-img{
  object-fit: contain;
  width: 30%;
}
.loan-box-txt{
  width: 70%;
}
.loan-box-txt-ttl{
  background: #E9577E;
  color:#fff;
  width: fit-content;
  padding: 0 10px;
  font-size: 20px;
  line-height: 1.5;
  font-family: "NotoSerifJP Bold";
}
.loan-box-txt-main{
  color: #E9577E;
  font-size: 20px;
  font-family: "NotoSerifJP Bold";
  line-height: 1.5;
}
.loan-box-txt-main span{
  font-size: 25px;
}
.loan-box-txt-note{
  font-size: 13px;
}
ul.loan-box-txt-list{
  display: flex;
  margin-top: 10px;
}
ul.loan-box-txt-list li{
  display: flex;
  align-items: center;
  margin-right: 10px;
  margin-bottom: -10px;
}
ul.loan-box-txt-list li::before{
  content: "";
  background: url(/wp-content/themes/nihonbasihonin_lp/img/check03-p.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 18px;
  background-position: center;
  margin-right: 7px;
}
ul.loan-box-txt-list li span{
  color: #E9577E;
  font-family: "NotoSerifJP Bold";
  font-size: 18px;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  .plan-ttl h2{
    font-size: 23px;
  }
  .plan-fee-box-ttl{
    font-size: 3vw;
  }
  .plan-fee-box-txt{
    font-size: 16px;
  }
  span.plan-fee-box-txt-unit{
    font-size: 12px;
  }
  span.plan-fee-box-txt-tax{
    font-size: 8px;
  }
  span.plan-fee-box-txt-main{
    font-size: 21px;
  }
  span.plan-fee-box-txt-main-unit{
    font-size: 17px;
  }
  .credit-box-ttl{
    font-size: 20px;
  }
  .credit-txt{
    font-size: 2.2vw;
  }
  .loan-box-txt-ttl{
    padding: 0 5px;
    font-size: 4.3vw;
  }
  .loan-box-txt-main{
    font-size: 17px;
  }
  .loan-box-txt-main span{
    font-size: 23px;
  }
  ul.loan-box-txt-list li span{
    font-size: 16px;
  }
  ul.loan-box-txt-list li::before{
    margin-right: 5px;
  }
}


/*相談
=======================================================*/
.consult-wrap{
  background: url(../img/bg10.png) no-repeat;
  background-size: cover;
}
.consult-list{
  display: flex;
  justify-content: center;
  gap: 5px;
}
.consult-list-box{
  background: #616161;
  padding: 10px;
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.consult-list-box-txt{
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
}
img.consult-list-img{
  display: block;
  object-fit: contain;
  margin-top: 5px;
  height: 50px;
}
.consult-txt{
  margin-top: 20px;
}
.consult-txt-top{
  text-align: center;
  font-size: 15px;
}
.consult-txt-bottom{
  text-align: center;
  border-bottom: 1px solid #616161;
  width: fit-content;
  margin: 0 auto;
  font-size: 23px;
  font-family: "NotoSerifJP Bold";
  position: relative;
  margin-bottom: 30px;
}
.consult-txt-bottom::after{
  content: "";
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 18px solid #616161;
  position: absolute;
  bottom: -18px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.consult-txt-img{
  display: block;
  object-fit: contain;
}
.actual{
  background: #616161;
  margin-top: -20px;
  position: relative;
}
.actual::after{
  content: "";
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #616161;
  height: 30px;
  width: 100%;
  position: absolute;
  bottom:-29px;
}
.actual-ttl{
  color: #fff;
  text-align: center;
  padding-top: 15px;
  line-height: 1.5;
}
.actual-ttl span{
  display: block;
  font-size: 22px;
  font-family: "NotoSerifJP Bold";
}
img.actual-img{
  display: block;
  object-fit: contain;
}
.teach{
  margin-top: 30px;
  background: url(../img/bg11.png) no-repeat;
  background-size: cover;
  position: relative;
}
.teach::after{
  content: "";
  background: url(../img/bg2.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  display: block;
  transform: scale(1, -1);
}
.teach-wrap{
  position: relative;
  display: flex;
  align-items: center;
}
.teach-box{
  margin-left: 5%;
}
.teach-ttl{
  white-space: nowrap;
}
span.teach-ttl-sub{
  background: linear-gradient(95deg,rgba(255, 135, 215, 1) 0%, rgba(18, 152, 249, 1) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "NotoSerifJP Bold";
  display: block;
  font-size: 25px;
}
span.teach-ttl-main{
  background: linear-gradient(95deg,rgba(3, 40, 147, 1) 0%, rgba(18, 152, 249, 1) 36%, rgba(255, 135, 215, 1) 76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "NotoSerifJP Bold";
  display: block;
  font-size: 45px;
  line-height: 1;
}
.teach-txt{
  margin-top: 30px;
  font-family: "NotoSerifJP Bold";
}
.teach-txt span{
  color: #F893A1;
  font-size: 23px;
  line-height: 1.3;
}
img.teach-img{
  width: 40%;
  object-fit: contain;
}
.teach-bottom{
  text-align: center;
}
.teach-bottom-sub{
  font-family: "NotoSerifJP Bold";
  font-size: 20px;
}
.teach-bottom-main{
  font-size: 19px;
}
.teach-bottom-main span{
  color: #D50004;
  font-family: "NotoSerifJP Bold";
  font-size: 25px;
  line-height: 1.5;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  .consult-list-box{
    width: 29%;
  }
  .consult-list-box-txt{
    font-size: 11px;
  }
  .consult-txt-top{
    font-size: 12px;
  }
  .consult-txt-bottom{
    font-size: 20px;
  }
  span.teach-ttl-sub{
    font-size: 20px;
  }
  span.teach-ttl-main{
    font-size: 33px;
  }
  .teach-txt{
    font-size: 12px;
  }
  .teach-txt span{
    font-size: 18px;
  }
  .teach-bottom-sub{
    font-size: 17px;
  }
  .teach-bottom-main {
    font-size: 17px;
  }
  .teach-bottom-main span{
    font-size: 22px;
  }
}


/*活動実績
=======================================================*/
.activity{
  background: #FFF9FD;
  position: relative;
}
.activity::before{
  content: "";
  background:url(../img/bg2.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: block;
}
.activity::after{
  content: "";
  background:url(../img/bg2.png) no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  display: block;
  transform: scale(1, -1);
  z-index: 0;
}
.activity-ttl{
  position: relative;
  padding: 0 10px 10px;
}
.activity-ttl::before,
.activity-ttl::after{
  position: absolute;
  bottom: 0;
  content: '';
  width: 12px;
  height: 70%;
  display: inline-block;
}
.activity-ttl::before {
  border-left: solid 2px #A3A1A0;
  border-top: solid 2px #A3A1A0;
  border-bottom: solid 2px #A3A1A0;
  left: 0;
}
.activity-ttl::after {
  content: '';
  border-top: solid 2px #A3A1A0;
  border-right: solid 2px #A3A1A0;
  border-bottom: solid 2px #A3A1A0;
  right: 0;
}
.activity-ttl img{
  display: block;
  margin: 0 auto;
  width: 35%;
  object-fit: contain;
}
.activity h2{
  margin-top: 10px;
  text-align: center;
}
.activity h2 span{
  display: block;
	font-family: "NotoSerifJP Bold";
  font-size: 21px;
  line-height: 1.3;
}
.bottom-line{
  width: 2px;
  height: 40px;
  background:#A3A1A0;
  display: block;
  margin: 10px auto 0;
}
.activity-intro{
  margin-bottom: 20px;
}
img.activity-intro-img{
  display: block;
  width: 100%;
  object-fit: contain;
}
.activity-intro-txt{
  background: #fff;
  width: 90%;
  margin: -20px auto 0;
  z-index: 1;
  position: relative;
  padding: 10px;
  font-size: 14px;
  line-height: 1.6;
}
.activity01-img{
  width: 100%;
  object-fit: contain;
  display: block;
}
.activityhistory h3{
  text-align: center;
  font-size: 20px;
}
.activityhistory h3 span{
  font-size: 15px;
}
.activityhistory-wrap{
  margin-top: 20px;
  background: #fff;
  padding: 20px 10px;
}
.activityhistory-box{
  display: flex;
  margin-bottom: 10px;
}
.activityhistory-box:last-child{
  margin-bottom: 0;
}
.activityhistory-box::before{
  content: "";
  background:url(../img/check01.png) no-repeat;
  background-size: contain;
  width: 50px;
  height: 30px;
}
.activityhistory-box span{
  width: 100%;
  line-height: 1.6;
  font-size: 14px;
}
.activity-detail-wrap{
  padding: 20px 0 30px;
  z-index: 1;
  position: relative;
}
.activity-detail-box{
  position: relative;
}
.activity-detail-txt{
  background: #fff;
  position: absolute;
  padding: 15px;
  text-align: center;
  top: 10px;
  z-index: 0;
  width: 44%;
}
.activity-detail-txt::after{
  content: "";
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 30px solid transparent;
  border-top: 40px solid #fff;
  display: block;
  position: absolute;
  right: 5px;
  transform: rotate(-50deg);
  bottom: -19px;
  z-index: -1;
}
.activity-detail-txt-reverse{
  right: 0;
}
.activity-detail-txt-reverse::after{
  content: "";
  border-left: 30px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #fff;
  transform: rotate(50deg);
  right: auto;
  left: 5px;
}
.activity-detail-img{
  display: block;
  width: 70%;
  margin-left: auto;
  object-fit: contain;
}
.activity-detail-img-reverse{
  margin-left: 0;
}
.activity-award-img{
  display: block;
  width: 100%;
  object-fit: contain;
}
.activity-award-txt{
  text-align: center;
}
.enrollment-box{
  width: 90%;
  margin: 10px auto;
}
h3.enrollment-ttl{
	font-family: "NotoSerifJP Bold";
  font-size: 25px;
}
h3.enrollment-ttl span.enrollment-ttl-top{
  display: block;
}
h3.enrollment-ttl span.enrollment-ttl-bottom{
  text-align: right;
  display: block;
  line-height: 1;
}
h3.enrollment-ttl span.enrollment-ttl-bottom span.enrollment-ttl-bottom-num{
  font-size: 35px;
}
.enrollment-txt{
  margin: 20px 0;
  font-size: 14px;
}
img.enrollment-img{
  display: block;
}
.enrollment-txt-note{
  text-align: center;
  font-size: 10px;
}
.guid{
  margin: 20px 0;
  z-index: 1;
  position: relative;
}
h3.guid-ttl{
  text-align: center;
  font-family: "NotoSerifJP Bold";
  font-size: 23px;
  line-height: 1.5;
}
.guid-txt{
  width: 90%;
  margin: 20px auto;
}
.guide-wrap{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.guid-box{
  width: calc(100% / 2);
  margin-bottom: 10px;
}
img.guid-box-img{
  display: block;
  object-fit: contain;
}
.guid-box-txt{
  text-align: center;
  font-size: 12px;
}
.abroad-wrap{
  margin-top: 20px;
}
.abroad-ttl{
  text-align: center;
  font-family: "NotoSerifJP Bold";
  font-size: 23px;
}
.abroad-txt{
  width: 90%;
  margin: 20px auto 0;
}
.abroad-detail{
  margin-top: 20px;
  padding-bottom: 20px;
}
.abroad-detail-ttl{
  background: #fff;
  width: fit-content;
  font-family: "NotoSerifJP Bold";
  font-size: 22px;
  padding: 5px 10px;
  line-height: 1.5;
}
img.abroad-detail-img{
  display: block;
  width: 80%;
  margin: 20px auto 0;
}
.abroad-detail-txt{
  width: 90%;
  margin: 20px auto 0;
  line-height: 1.5;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  .activity h2{
    font-size: 13px;
  }
  .activity h2 span{
    font-size: 16px;
  }
  .activity-intro-txt{
    font-size: 12px;
  }
  .activity-detail-txt{
    font-size: 12px;
  }
  .guid-box-txt{
    font-size: 11px;
  }
  .abroad-detail-ttl{
    font-size: 18px;
  }
  .abroad-detail-txt{
    font-size: 13px;
  }
  h3.enrollment-ttl{
    font-size: 19px;
  }
}


/*安心
=======================================================*/
.features-ttl{
  line-height: 1.3;
  margin: 20px 0 20px;
}
span.pink-ttl-sub{
  display: block;
  font-size: 26px
}
span.pink-ttl-main{
  font-size: 40px;
}
span.pink-ttl-main-S{
  font-size: 30px;
}
.features-box{
  background: url(../img/bg12.png) no-repeat;
  background-size: cover;
  padding: 10px 0 20px;
  border-bottom: 5px solid #FFA4E1;
}
.features-box:last-child{
  border-bottom: unset;
}
h3.features-box-ttl{
  display: flex;
  gap:10px;
  width: 90%;
  margin: 0 auto;
  align-items: center;
  line-height: 1.3;
}
h3.features-box-ttl span.features-box-ttl-num{
  color:#FF87D7;
  font-size: 60px;
  font-family: "NotoSerifJP Bold";
}
h3.features-box-ttl span.features-box-ttl-main{
  margin-top: 10px;
  line-height: 1.5;
}
h3.features-box-ttl span.features-box-ttl-main-S{
  font-size: 15px;
  display: block;
}
img.features-box-img{
  width: 100%;
  object-fit: contain;
  display: block;
  margin-top: 10px;
}
img.features-box-img-S{
  width: 80%;
  margin: 10px auto 20px;
}
img.features-box-img-SS{
  width: 60%;
  margin: 10px auto 20px;
}
.features-box-txt{
  width: 90%;
  margin: 10px auto 0;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  line-height: 1.5;
  position: relative;
}
.features-box-txt-ttl{
  color:#fff;
  text-shadow:1px 1px 0 #FF00AA, -1px -1px 0 #FF00AA,
            -1px 1px 0 #FF00AA, 1px -1px 0 #FF00AA,
            0px 1px 0 #FF00AA,  0-1px 0 #FF00AA,
            -1px 0 0 #FF00AA, 1px 0 0 #FF00AA;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  white-space: nowrap;
  font-size: 18px;
}
.features-box-txt-ttl span{
  font-size: 13px;
}
ul.features-box-txt-list{
  margin: 10px auto 0;
  width: fit-content;
}
ul.features-box-txt-list li{
  display: flex;
  align-items: center;
  line-height: 1.3;
}
ul.features-box-txt-list li::before{
  content: "";
  width: 10px;
  height: 10px;
  background: #FF87D7;
  border-radius: 50px;
  margin-right: 5px;
  margin-top: 5px;
}
ul.features-box-txt-list li .features-box-txt-list-sub{
  font-size: 13px;
}
ul.features-box-txt-list li .features-box-txt-list-main{
  font-size: 15px;
}
ul.features-box-txt-list li .features-box-txt-list-main-L{
  font-size: 20px;
}
.features-box-txt-banner{
  background: linear-gradient(95deg, rgba(255, 196, 235, 1) 0%, rgba(255, 135, 215, 1) 100%);
  color: #fff;
  margin-right: -10px;
  margin-left: -10px;
  text-align: center;
  margin-top: 10px;
  font-family: "NotoSerifJP Bold";
}
span.features-box-txt-banner-M{
  font-size: 22px;
}
span.features-box-txt-banner-L{
  font-size: 27px;
}
.features-box-txt-note{
  text-align: center;
  margin-top: 10px;
}
.features-box-note{
  font-size: 10px;
  width: 90%;
  margin: 10px auto 0;
}
.environment-ttl{
  text-align: left;
  width: 90%;
  margin: 20px auto 0;
}
.environment-ttl span{
  text-align: left;
  font-size: 24px;
  line-height: 1.5;
}


@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  h3.features-box-ttl span.features-box-ttl-main-S{
    font-size: 12px;
  }
  .environment-ttl span{
    font-size: 5.1vw;
  }
}


/*最新技術を使った精密診断
=======================================================*/
img.diagnosis-top-img1{
  display: block;
  object-fit: contain;
  width: 100%;
}
.diagnosis-bottom{
  background:#F7E3E5;
}
.diagnosis-link-wrap{
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
img.diagnosis-link-img{
  display: block;
  width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 4px 4px rgba(0,0,0,0.4));
}
.diagnosis-link-txt-note{
	font-family: "NotoSansJP Medium";
  text-align: center;
  color:#3B3535;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  .diagnosis-link-txt-note{
    font-size: 3.5vw;
  }
}




/*流れ
=======================================================*/
.flow-ttl span{
  font-size: 35px;
  line-height: 1.3;
}
.flow-wrap{
  margin-top: 30px;
}
.flow-box{
  background: #E6F5FF;
  position: relative;
  margin-top: 40px;
}
.flow-box::after{
  content: "";
  width: 1px;
  height: 100%;
  background: #FF87D7;
  display: block;
  position: absolute;
  z-index: 0;
  bottom: -10px;
  left: 6%;
}
.flow-box:last-child:after{
  content: "";
  height: 40%;
  top: -10px;
  left: 6%;
}
.flow-box:last-child::before{
  content: "";
  background: url(../img/deco3.png) no-repeat;
  background-size: cover;
  width: 1px;
  height: 30px;
  display: block;
  position: absolute;
  top: 39%;
  left: 6%;
}
.flow-box-ttl{
  display: flex;
  align-items: center;
  position: absolute;
  top: -30px;
}
.flow-box-ttl-num{
  background: #FF87D7;
  color: #fff;
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 13px;
  z-index: 1;
  padding-top: 4px;
}
.flow-box-ttl-num span{
  display: block;
  line-height: 0.5;
  font-size: 25px;
}
.flow-box-ttl-txt{
  font-size: 22px;
  margin-left: 10px;
}
.flow-box-detail{
  padding: 30px 10px 10px 40px;
}
.flow-box-detail-txt{
  position: relative;
  font-size: 13px;
}
.flow-box-detail-ttl{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.flow-box-detail-ttl::before {
  content: "";
  background: #000;
  width: 1px;
  height: 20px;
  display: block;
  transform: rotate(-30deg);
}
.flow-box-detail-ttl::after {
  content: "";
  background: #000;
  width: 1px;
  height: 20px;
  display: block;
  transform: rotate(30deg);
}
ul.flow-box-detail-list{
  margin: 20px 0 20px;
}
ul.flow-box-detail-list li{
  display: flex;
  align-items: center;
  font-size: 13px;
}
ul.flow-box-detail-list li::before{
  content: "";
  background: url(../img/check04.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
img.flow-box-detail-list-img{
  position: absolute;
  right: -5%;
  bottom: -10px;
  width: 30%;
}
img.flow-box-detail-img{
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  object-fit: contain;
}
ul.flow-box-detail-list-circle{
  margin: 10px 0 10px;
}
ul.flow-box-detail-list-circle li{
  display: flex;
  align-items: center;
  font-size: 13px;
}
ul.flow-box-detail-list-circle li::before{
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: #1298F9;
  border-radius: 50px;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  ul.flow-box-detail-list li{
    font-size: 11px;
  }
  ul.flow-box-detail-list li::before{
    width: 15px;
    height: 14px;
  }
  .flow-box-detail-txt{
    font-size: 12px;
  }
  ul.flow-box-detail-list-circle li{
    font-size: 11px;
  }
}

/*院内紹介
=======================================================*/
.hospital{
  background: url(../img/bg13.png) no-repeat;
  background-size: cover;
}
.hospital-ttl{
  font-size: 30px;
}
.hospital-slick{
  margin: 30px auto 0;
  max-width: 90%;
  width: 100%;
}
.hospital-slick img{
  width: 100%;
  height: 260px;
  object-fit: contain;
}
.slider.slick-initialized.slick-slider{
  padding-bottom: 3px;
}
.thumbnail .slick-track {
  transform: unset !important;
  width: 100% !important;
}
.thumbnail-img {
  opacity: 0.3;
  transition: opacity .3s linear;
  width: calc(100% / 4 - 6px) !important;
  height: 60px;
  margin: 3px;
}
.thumbnail-img img{
  height: 60px;
  object-fit: contain;
}
.thumbnail .slick-current {
  opacity: 1;
  outline: 5px solid rgba(18,152,249,0.4);
  outline-offset: -5px;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  .hospital-slick img{
    height: 205px;
  }
  .thumbnail-img{
    height: 50px;
  }
  .thumbnail-img img{
    height: 50px;
  }
}

/*よくあるご質問
=======================================================*/
.faq-ttl{
  position: relative;
}
.faq-ttl span.faq-ttl-main{
  font-size: 30px;
}
.faq-ttl span.faq-ttl-sub{
  font-size: 50px;
  position: absolute;
  opacity: 0.3;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}
.faq-wrap{
  margin-top: 30px;
}
.faq-box{
  margin-bottom: 10px;
}
.faq-box:last-child{
  margin-bottom: 0;
}
.faq-box-q{
  display: flex;
  background: #E6F5FF;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
}
.faq-box-q-num{
  font-size: 32px;
  background: #fff;
  line-height: 1;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-bottom: 6px;
}
.faq-box-q-num span{
  background: linear-gradient(90deg,rgba(3, 40, 147, 1) 0%, rgba(18, 152, 249, 1) 50%, rgba(3, 40, 147, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 2;
}
.faq-box-q-txt{
  width: 90%;
  font-size: 13px;
  line-height: 1.5;
}
img.faq-box-arrow{
  object-fit: contain;
  object-position: center;
  width: 15px;
  transition: transform .3s ease-in-out, top .3s ease-in-out;
}
.faq-box-q.open img.faq-box-arrow{
  transform: rotate(-180deg);
}
.faq-box-a{
  display: none;
}
.faq-box-a-detail{
  display: flex;
  background: #fff;
  padding: 10px;
}
.faq-box-a-num{
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 5px;
}
.faq-box-a-num span{
  background: linear-gradient(90deg, rgba(3, 40, 147, 1) 0%, rgba(18, 152, 249, 1) 50%, rgba(3, 40, 147, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  font-size: 70px;
  opacity: 0.2;
  margin-top: 15px;
}
.faq-box-a-txt{
  width: 90%;
  font-size: 13px;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
}

/*グループ
=======================================================*/
.group{
  background: url(../img/group01.png) no-repeat;
  background-position: top;
  background-size: 100%;
}
.group-ttl{
  font-size: 25px;
  line-height: 1.5;
}
.group-wrap{
  margin-top: 30px;
}
.group-box{
  margin-bottom: 10px;
}
.group-box:last-child{
  margin-bottom: 0;
}
.group-box-ttl{
  background: #378ED5;
  color: #fff;
  position: relative;
}
.group-box-ttl-txt{
  text-align: center;
  font-size: 20px;
}
img.group-box-ttl-arrow{
  object-fit: contain;
  object-position: center;
  width: 15px;
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.group-box-ttl.open img.group-box-ttl-arrow{
  transform: rotate(-180deg);
  top: 40%;
}
.group-box-detail{
  display: none;
  padding-top: 10px;
}
img.group-box-detail-img{
  display: block;
  width: 100%;
  object-fit: contain;
}
.group-box-detail-add{
  margin-top: 10px;
  font-size: 14px;
}
.group-box-detail-map{
  margin-right: -6%;
  margin-left: -6%;
  margin-top: 10px;
}
.group-box-detail-map iframe{
  width: 100%;
  height: 260px;
}
.group-box-detail-access{
  display: flex;
  align-items: baseline;
}
.group-box-detail-access-ttl{
  font-size: 19px;
  margin-right: 10px;
}
.group-box-detail-access-txt{
  font-size: 14px;
}
.group-box-detail-hours{
  margin-top: 10px;
}
.group-box-detail-hours-ttl{
  font-size: 19px;
}
table.group-box-detail-hours-table{
  width: 100%;
  border-spacing: 0;
}
table.group-box-detail-hours-table th,
table.group-box-detail-hours-table td{
  border-bottom: 1px solid #000;
}
table.group-box-detail-hours-table th.group-box-detail-hours-table-time{
  text-align: left;
  padding: 5px 0;
}
table.group-box-detail-hours-table td{
  text-align: center;
}
.group-box-detail-hours-note{
  font-size: 12px;
}
.group-box-detail-web{
  display: flex;
  align-items: baseline;
  margin-top: 10px;
}
.group-box-detail-web-ttl{
  font-size: 19px;
  margin-right: 10px;
}
.group-box-detail-web-link a{
  font-size: 14px;
  text-decoration: underline;
}

@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
  .group-box-detail-hours-note{
    font-size: 10px;
  }
}


/*お問い合わせ
=======================================================*/
.contact-wrap{
  display: flex;
  position: relative;
  padding-top: 10px;
  margin-top: 5px;
}
.contact-top-txt{
  color: #E9577E;
  text-align: center;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  z-index: 1;
  position: relative;
  font-family: "NotoSansJP Black";
  margin-top: 5px;
}
.contact-top-txt::before{
  content: "";
  background: #E9577E;
  width: 1px;
  height: 40px;
  display: block;
  transform: rotate(-30deg);
}
.contact-top-txt::after{
  content: "";
  background: #E9577E;
  width: 1px;
  height: 40px;
  display: block;
  transform: rotate(30deg);
}
.contact-campaign{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background: #FFF9C0;
  clip-path: polygon(0 0, 100% 0, 95% 50%, 100% 100%, 0 100%, 5% 50%);
  z-index: 1;
  padding: 0 25px;
  font-size: 12px;
  color:#504E4E;
  white-space: pre;
  font-family: "NotoSansJP Bold";
}

/*固定
=======================================================*/
.f-fixed{
  position: fixed;
  bottom: 0;
  z-index: 10;
  right: 0;
  width: 100%;
}
img.f-fixed-btn-img{
  object-fit: contain;
  display: block;
  width: 35px;
  height: 40px;
  margin: 10px auto 0;
}
a.f-fixed-btn{
  background: #E9577E;
  width: calc(100% / 3);
  position: relative;
  height: 70px;
}
a.f-fixed-btn::after{
  content: "";
  width: 1px;
  height: 60%;
  background: #fff;
  z-index: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
a.f-fixed-btn:last-child::after{
  content: unset;
}
.f-fixed-txt{
  font-family: "Oswald Bold";
  font-size: 25px;
  line-height: 1.3;
  z-index: 1;
  display: block;
  color:#fff;
  font-size: 13px;
  text-align: center;
  text-shadow: 1px 1px 2px #808080;
}

@media screen and (max-width: 768px){

}

/*footer
=======================================================*/
footer{
  width: 480px;
  margin: 0 auto;
  background: #fff;
  padding-top: 30px;
  margin-bottom: 30px;
  border-top: 5px solid #616161;
  position: relative;
}
footer::after{
  content: "";
  background: #616161;
  position: absolute;
  width: 100%;
  height: 3px;
  top: 4px;
}
img.f-logo{
  width: 90%;
  object-fit: contain;
  display: block;
  margin: 0 auto;
}
#copyright {
  padding: 5px 0;
  background: #fff;
}
p#copyright{
  margin:0;
  text-align: center;
}
#copyright small{
  font-size: 10px;
  color: #000;
}

@media screen and (max-width: 768px){
  footer{
    width: 100%;
  }
  p#copyright{
    padding: 0;
  }
  #copyright small{
    font-size: 2.1vw;
  }
}