*, *: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: #1E1210;
  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: 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("/wp-content/themes/fukuokain_lp/font/NotoSansJP-Medium.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "NotoSansJP Bold";
	src: url("/wp-content/themes/fukuokain_lp/font/NotoSansJP-Bold.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "NotoSansJP Black";
	src: url("/wp-content/themes/fukuokain_lp/font/NotoSansJP-Black.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "NotoSerifJP Medium";
	src: url("/wp-content/themes/fukuokain_lp/font/NotoSerifJP-Medium.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "NotoSerifJP Bold";
	src: url("/wp-content/themes/fukuokain_lp/font/NotoSerifJP-Bold.ttf");
	font-weight: 500;
}
@font-face {
	font-family: "NotoSerifJP Regular";
	src: url("/wp-content/themes/fukuokain_lp/font/NotoSerifJP-Regular.ttf");
	font-weight: 500;
}

/*タイトル
=======================================================*/
.blue-ttl,
.gold-ttl,
.pink-ttl{
  margin-top: 20px;
  text-align: center;
}
.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: 0.5;
}
.fs-80{
  font-size: 80px;
  line-height: 0.5;
}

.fs-italic{
  font-style: italic;
  letter-spacing: 5px;
}

@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{
    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
=======================================================*/

@media screen and (max-width: 1045px){
}
@media screen and (max-width: 768px){
}

/*ボタン
=======================================================*/
.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%;
  }
}

/*お問い合わせ
=======================================================*/
.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;
  }
}