@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
*/
body{
    color: #464646!important;
}

h1.wp-block-post-title {
	margin-top: 0px;
	color: rgba(35,35,35,1.00);
	font-size: 50px;
}

.wp-site-blocks{
  margin-block-start: 0rem;
  margin-block-end: 0;
}

h1{
	color: rgba(106,106,106,1.00);
}
.text1{
	font-size: 40px;
	color: rgba(106,106,106,1.00);
}
.pagetitle{
padding-top: 10px;
}
.pankuzu{
    margin-left: 0px;
}
.pankuzu h2{
    font-size: 14px!important;
}
.pagetitle a{
  display: inline;
  font-size: 35px!important;
}


/*==============================
        アニメーション用CSS
================================*/

/*リンクボタンアニメーション（拡大縮小の繰り返し）*/

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}

.link-button {
  animation: pulse 2s infinite;
}



/* スライドアニメーション用のクラス */

@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 5;
    transform: translateY(0);
  }
}


@keyframes slide-in-right {
  0% {
    opacity: 0;
    transform: translateX(200px); /* ←ここがX方向に変わる */
  }
  100% {
    opacity: 5;
    transform: translateX(0);
  }
}

@keyframes slide-in-left {
  0% {
    opacity: 0;
    transform: translateX(-200px); /* ←左にずらしてスタート */
  }
  100% {
    opacity: 5;
    transform: translateX(0);
  }
}

/* 初期状態で非表示に設定 */
.block-slide-up, .block-slide-in-right, .block-slide-in-left {
  opacity: 0;
  transition: opacity 0.2s ease; /* なめらかに表示 */
}


/* アニメーション実行時に追加されるクラス */
.is-animated {
  animation: var(--animation) 1.0s ease-out forwards;
}

.block-slide-up {
  --animation: slide-up;
}

.block-slide-in-right {
  --animation: slide-in-right;
}

.block-slide-in-left {
  --animation: slide-in-left;
}

/*----------*/

.block-slide-up {
  max-width: none !important;
}


/*================================*/




/*テンプレート余白修正*/


.wp-block-column{
    padding-top: 0px!important;
    padding-left: 0px!important;
    
}/*カラムの設定 raight の設定は0にしないでみると*/



.has-global-padding{
    padding: 0px!important;
}
.wp-site-blocks{
      margin-block-start: 0!important;
  margin-block-end: 0!important;
}
:where(.wp-site-blocks) > * {
  margin-block-start: 0!important;
  margin-block-end: 0!important;
}
.has-global-padding > .alignfull{
    margin: auto;
}


/*固定ページ会員*/

.kaiin-right{
    padding: 0 0 0 0;
}
.kaiin-left{
    padding: 0 20px 0 0;
}

.newinfo li h2 a{
    font-size: 12px!important;
}
h1.titleblue_parts{
  font-size: 20px!important;
    color: #FFFFFF;
}
.titleblue_parts a{
  font-size: 20px!important;
    color: #FFFFFF;
}

h1.titleblue_parts a{
  font-size: 20px!important;
    color: #FFFFFF;
}

/*　固定ページのは見出しのクリアー　*/
.wp-site-blocks{
    overflow: hidden;
}

.bloc-960{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 960px!important;
}





/*サイドメニュー設定*/
.sidebar{
    width: 100%;
    margin-left: 0px;
}

.sidebar ul li{
  white-space: nowrap;     /* 折り返し禁止 */
  overflow: hidden;        /* はみ出した部分を非表示 */
  text-overflow: ellipsis; /* 省略記号「…」を表示（任意） */
}
        /*インライン*/
        .wp-block-list li{
          margin-top: 0!important;
        }




/*テーブル設定*/
.gyo td,.gyo th{
	padding: 5px 20px;
}

.gyo th{
	background: rgba(238,238,238,1.00);
}

.komoku th{
	background: rgba(140,139,131,1.00);
	font-size: 20px;
	color: #FFFFFF;
}




/*Googleマップの設定*/
.gmap{
	  filter: grayscale(0.7);
}






.clear{
    clear: both;
}



/*.is-layout-constrained > * {
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
*/
.h2.wp-block-heading{
    margin: 0!important;
}

.headernotop,.main-content{
    widows: 100%;
    max-width: 960px;
    margin: auto;
}

/*.has-global-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}*/

/*.wp-site-blocks {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}*/


/*:where(.wp-site-blocks) > * {
  margin-block-start: 0 !important;
  margin-block-end: 0;
}*/

.sidebar li a {
  background: url(images/arrow.png) no-repeat;
  margin: 10px;
  padding: 0 0 0 15px;
}
.threequarter {
  width: 74.20212765957446%;
float: left;
  min-height: 1px;
}
.quarter {
    width: 22.606382978723403%;
  margin-left: 0;
  margin-left: 3.1914893617021276%;
float: right;
  min-height: 1px;
}


/* --------------------------------
             ランディングページ 
-----------------------------------*/



.top-naho{
margin-top: 87px!important;
position: relative;
background-color: #F1F2F6;
z-index: 1;
}

.top-logo{
    position: absolute;
    top: 20px;
    left: 5%; 
    z-index: 10;
}

.top-logo img{
    width: 400px;
}

.top-name{
    position: absolute;
    top: 500px;
    right: 5%;
    font-size: 40px;
    font-weight: 600;
    color: #F6B24F;
    z-index: 10;
}

.hero-copy-1{
    margin-top:-120px;
    color: #FFFFFF;
    font-size: 30px;
    font-weight: 600;
    line-height: 35px;
    text-align: center;
    background-color: rgba(249,178,78,0.85);
    padding: 40px 0px!important;
    max-width: none!important;
}

/*-------------------------------*/


.hero-copy-2{
    font-weight: 600;
    max-width: none!important;
    text-align: center;
    font-size: 20px;
}

.hero-copy-2 h2{
    font-size: 50px;
    font-weight: 600;
    max-width: none!important;
}



.concept-1{
    line-height: 40px;
    background-image: url("images/concept-1-bc.jpg");
    padding-top: 150px!important;
    padding-bottom: 150px!important;
    padding: 0px 20px;
    font-size: 20px;
}

/*top-img-1000 vk_block-margin-0--margin-top*/

@media screen and (max-width: 830px) {
  .top-name{ 
    position:absolute;
    top: 200px;
    right: 5%;
    font-size: 20px;
    }
    .naho img{
        margin-top: 50px;
    }
    .hero-copy-2 h2{
        font-size: 45px;
        padding: 0 20px;
    }

}
@media screen and (max-width: 780px) {
    .top-img-1000 img{
        magin-top:30px!important;
    }
    .top-logo img{
    width: 200px;
    }
    .top-logo{
    top:10px;
}
    .hero-copy-1{
    margin-top:0px;
    font-size: 20px;
    padding: 20px 10px!important;
    }
    .concept-1{
    padding-top: 80px!important;
    padding-bottom: 80px!important;
    }
}

@media screen and (max-width: 576px) {
    .hero-copy-2 h2{font-size: 30px;}
}


.concept-1 .catch{
    line-height: 50px;
    font-size: 40px;
    font-weight: 600;
    padding: 0 20px;
}

@media screen and (max-width: 576px) {
    .concept-1 .catch{font-size: 30px;}
}

/*-----------------------------*/

.concept-2{
    line-height: 40px;
    margin-top: -150px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    font-size: 20px;
    width: 100%;
    max-width: none!important;
}
@media screen and (max-width: 830px) {
    .concept-2{
    margin-top: -20px!important;
    }
}
.img-4{
    position: relative;
    z-index: 20;
}
.img-5{
    position: relative;
    z-index: 10;
}

.concept-2 .img-5 img{
    margin-top: -80px;
    margin-left: -80px;
}


.concept-3{
    line-height: 40px;
    margin-top: 100px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    font-size: 20px;
    width: 100%;
    max-width: none!important;
}

.concept-3 h2{
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
    color: #68C0D1;
    text-shadow: 2px 2px 3px rgba(139,139,139,0.53);
}

@media screen and (max-width: 576px) {
    
    .concept-3 h2{font-size: 30px;}
}
.concept-3 h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 55px;
    
}


.concept-4{
    background-image: url("images/concept-2-bc.jpg");
    padding-top: 150px!important;
    padding-bottom: 150px!important;
    line-height: 40px;
    margin-top: 100px!important;

    font-size: 20px;
    width: 100%;
    max-width: none!important;
}
@media screen and (max-width: 780px) {
    .concept-4{
    padding-top: 80px!important;
    padding-bottom: 80px!important;
    }
}
.concept-4 h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 2px 2px 3px rgba(139,139,139,0.53);
    max-width: none;
}

@media screen and (max-width: 576px) {
    .concept-4 h2{font-size: 30px;}
}

.concept-4 h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 55px;
    
}
@media screen and (max-width: 576px) {
    .concept-4 h3{font-size: 25px;}
}
.concept-5{
    background-image: url("images/concept-3-bc.jpg");
    padding-top: 50px!important;
    padding-bottom: 150px!important;
    line-height: 40px;
    margin-top: 100px!important;

    font-size: 20px;
    width: 100%;
    max-width: none!important;
}

.concept-5 h2{
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
    max-width: none;
}
@media screen and (max-width: 576px) {
    .concept-5 h2{font-size: 30px;}
}

ul.custom-list {
  list-style: none; /* デフォルトのマーカーを消す */
  padding-left: 0;
}

ul.custom-list li {
  position: relative;
  padding-left: 40px; /* 画像分のスペースを確保 */
    font-size: 23px!important;
    font-weight: 600!important; 
}

ul.custom-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px; /* ← ここで上下位置を自由に調整できる！ */
  width: 30px;
  height: 30px;
  background-image: url("images/list-style.png");
  background-size: contain;
  background-repeat: no-repeat;

}

.seika{
    background-color: #B0DFE9;
    padding: 20px 100px!important;
    border: 3px #FFFFFF solid;
    box-shadow: 6px 6px 10px #929090;
    border-radius: 30px;
}

.concept-5 h3{
    font-size: 40px;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 2px 2px 3px rgba(139,139,139,0.53);
    max-width: none;
}
@media screen and (max-width: 576px) {
    .concept-5 h3{font-size: 28px;}
    .seika{padding: 20px 30px!important;}
}


.concept-6{
    line-height: 40px;
    margin-top: 80px!important;
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    font-size: 20px;
    width: 100%;
    max-width: none!important;
}
.concept-6 img{
    max-width: none!important;
    width: auto;
}

.concept-6 h2{
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    text-align: center;
    color: #68C0D1;
    text-shadow: 2px 2px 3px rgba(139,139,139,0.53);
    max-width: none!important;
}

@media screen and (max-width: 576px) {
    .concept-6 h2{font-size: 30px;}
}

.concept-6 h3{
    font-size: 30px;
    font-weight: 700;
    line-height: 55px;
    
}
@media screen and (max-width: 576px) {
    .concept-6 h3{font-size: 28px;}
}
.mokuteki{
    margin-top: -170px;
    background-color: rgba(255,255,255,0.80);
    padding: 50px 50px!important;
    border-radius: 10px;
}


.concept-p{
    padding: 0px 20px!important;
}




/*----------------------------
           旧デザイン調整
------------------------------*/


.heder-menu{

    padding: 20px;
    margin-top: 0px;
}



.page-header {
padding: 40px;
  color: #fff!important;
  background-color: #DDBC5A;
    font-size: 25px;
    font-weight: 600;
}

    /*旧CSS*/

/*お問い合わせ*/



.must, .free {
  color: #FFF;
  border-radius: 3px;
  font-size: 12px;
  margin-right: 10px;
  padding: 2px 10px;
  letter-spacing: 0.2em;
}
.must {
  background: #FF1A00;
}
.free {
  background: #999;
}

input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  font-size: 1rem;
  border: 1px solid var(--vk-color-border-form);
  border-radius: var(--vk-size-radius);
  padding: .8em 1em;
  margin: 0 0 .5rem;
  width: 100%;
  color: var(--vk-color-text-body);
  background-color: #fff;
}

input[type="submit"]:not(:disabled):hover {
  color: #fff;
  cursor: pointer;
  background-color: var(--vk-color-primary-dark);
}
input.wpcf7-submit:hover {
  background-color: #ea8448 !important;
  color: #fff !important;
}