

@import url('https://fonts.googleapis.com/css2?family=Marcellus&family=Zen+Old+Mincho:wght@400;700&display=swap');



h1,h2,h3,h4,h5,p,li,a,div,html,body{margin:0;padding:0;box-sizing: border-box;font-weight: normal;font-size: 1rem;}
html{min-width:320px;font-size:4vw;}
body{font-family:"Zen Old Mincho", serif;line-height:1.6;background:#fff;}
a{text-decoration:none;color:#333}
a:hover{opacity:0.6}
.pchb{display:block}
.sphb{display:none}
.pchl{display:inline}
.sphl{display:none}
.ovh{overflow:hidden}
.txl{text-align:left}
.txr{text-align:right}
img{max-width:100%;height: auto;}
ul,li{list-style:none;margin:0;padding:0}
*{transition-duration: 0.5s;transition-property:all;}
.grecaptcha-badge { visibility: hidden; }
.inner{
	width:84%;
	margin:0 auto;
}

.blurBg{
	position: relative;
	z-index: 0;
	overflow: hidden;
  }

.blurBg:before{
	content: '';
	background: inherit;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
	position: absolute;
	top: -5px;
	left: -5px;
	right: -5px;
	bottom: -5px;
	z-index: -1;
  }



  .common-title{
	background-image: url(img/common-bg-min.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;
	padding:4rem 0;
}

.common-title .inner{
	text-align: center;
}
.common-title .title{
	text-align: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    border-top: 4px double #fff;
    padding-top: 0.25em;
}

.common-title .icon {
    width: 3.5rem;
    height: auto;
    margin-bottom: 1rem;
}

.common-title .title-en {
    height: 3rem;
    width: auto;
    display: block;
    margin: auto auto 0.2rem auto;
}




/* fv  */
.fv-area *{
	transition-duration: 0s;
    transition-property: all;
}
.fv-area{
	background-color: #6A4D35;
	position: relative;
}
.fv-area .back{
	background-image: url(img/fv-sp-min.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	height:100vh;
	position: relative;
}

.fv-area .text{
	width: 32vh;
	position: absolute;
	top: 5rem;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
  }
  .fv-area .catchcopy {
	position: relative; 
	left: 1vh; 
	margin-bottom: 1vh;
}
  .fv-area .logomark {
	width: 8rem;
	background: #E54D03;
	padding: 0.75rem 1.5rem;
	line-height: 0;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
  }
  .fv-area .pagecopy{
	margin-bottom: -0.5rem;
}
  .fv-area .text{
	color:#fff;
  }
  .fv-area .area-copy{
	font-size:2vh;
  }



/* concept*/

  .concept-area{
	background: #E1DCD8;
	padding: 21rem 0 4rem;
	position: relative;
	overflow: hidden;
}
  .concept-area .title{
	font-size: 1.3rem;
    color: #E54D03;
    font-weight: bold;
    line-height: 2;
	margin-bottom: 2rem;
}
  .concept-area .text-area{
	z-index: 2;
	position: relative;
  }
  .concept-area .text-area .text-lead{
	line-height: 2;
	color: #333;
  }
  .concept-area .text-area .text-lead .paragraph{
	display: block;
    margin-bottom: 1rem;
  }

  .concept-area .image-1{
	position: absolute;
	z-index: 0;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
  transform: rotate(-10deg);
  top: 3rem;
  left: -3rem;
  width: 30rem;
  height: auto;
  }
.concept-area .image-2{
	position: absolute;
	z-index: 0;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
  box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.3);
  transform: rotate(7deg);
  top: 16rem;
  right: -1.5rem;
  width: 10rem;
  height: auto;
  }
  .concept-area .image-3{
	position: absolute;
	z-index: 0;
	opacity: 0.1;
	bottom: -6rem;
  left: -3rem;
  width: 28rem;
  mix-blend-mode: multiply;
  }





  /* osusume */

.osusume-area{
	background-image: url(img/osusume-back-min.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;
	padding: 2rem 0 2.5rem 0;
}

.osusume-area .title{
	font-size: 1.6rem;
	font-weight: bold;
	padding-bottom:1rem;
	border-bottom: 4px double #fff;
	color:#fff;
	text-align: center;
}
.osusume-area .list-wrap{
	margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}
.osusume-area .list-wrap .list{
	color: #fff;
	font-weight: bold;
	position: relative;
	font-size: 1.1rem;
	width:100%;
}
.osusume-area .list-wrap .list img{
	height: 1.5em;
	width: auto;
	top: 0.3em;
    position: relative;
	margin-right: 0.5rem;
}




/* ３つの特徴　*/

.about-three{
	background: #E1DCD8;
	padding:4rem 0;
}
.right-slide,.left-slide{
    background: #fff;
    padding: 5rem 1.5rem 1.5rem;
    position: relative;
    border-radius: 0.3rem;
    margin-bottom: 1.5rem;
    color: #333;
}

.about-three .gray-tag{
    background: #333;
    position: absolute;
    top: 1.3rem;
    left: 0;
    padding: 0.45rem 0.6rem 0rem 1.5rem;
    width: 30%;
}
.about-three .sub-title{
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 1rem;
}
.about-three .swiper-a3{
    margin-bottom: 1rem;
	overflow: hidden;
}


.swiper-button-next:after, 
.swiper-rtl .swiper-button-prev:after {
    content: '' !important;
    width: 1.4rem;
    height: 1.4rem;
    background: url(img/btn-next-min.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    right: -0.5rem;
    position: absolute;
    top: 0%;
}
.swiper-button-prev:after, 
.swiper-rtl .swiper-button-next:after {
    content: '' !important;
    width: 1.4rem;
    height: 1.4rem;
	background: url(img/btn-prev-min.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left: -0.5rem;
    position: absolute;
    top: 0%;
}


/* about cosmo home　*/

.about-cosmo-home{
	background-image: url(img/about-cosmo-back-min.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;
	padding:2rem 0;
}
.about-cosmo-home .inner{
	border-radius: 0.5rem;
	background: rgba(255,255,255,0.9);
	padding: 1.5rem;
}

.about-cosmo-home .title{
	font-size:1.2rem;
	border-bottom:1px solid #333;
	padding-bottom: 1rem;
	margin-bottom:1rem;
	font-weight: bold;
}

.about-cosmo-home .text{
	
}
.about-cosmo-home .text .paragraph{
	margin-bottom:1rem;
	display: block;
}



/* plan-area */

.plan-area{
	background: #E1DCD8;
	padding:2rem 0 4rem 0;
}

.plan-area .inner{
	width:100%
}
.plan-area .plan-wrap .list{
    position: relative;
    height: 16rem;
    margin-bottom: 0rem;
}
.plan-area .plan-wrap .list::before {
    content: "";
    position: absolute;
    background: white;
    height: 9rem;
    width: 100%;
    top: 3.5rem;
}

.plan-area .plan-wrap .t1f::after,
.plan-area .plan-wrap .t2f::after,
.plan-area .plan-wrap .t3f::after
{
    content: "";
    background-image: url(img/plan-text-1f-min.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
	width: 5rem;
    height: 5rem;
    position: absolute;
    top: 6rem;
    left: 1rem;
}
.plan-area .plan-wrap .t2f::after{ 
	background-image: url(img/plan-text-2f-min.png);
}
.plan-area .plan-wrap .t3f::after{
	background-image: url(img/plan-text-3f-min.png);
}



.plan-area .plan-wrap .list .plan-img {
    height: 16rem;
    width: auto;
    position: absolute;
    top: 0;
    z-index: 2;
    mix-blend-mode: multiply;
    right: 1rem;
	cursor: pointer;
}
.plan-area .plan-wrap .list .zoom-icon{
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: 3rem;
    position: absolute;
    bottom: 0rem;
    right: 2rem;
}



/* cta-area */
.cta-area{
	background-image: url(img/cta-back-min.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;
	padding:2rem 0;
	margin-bottom: -2px;
}

.cta-area .title{
    width: 80%;
    margin: 0 auto 1rem auto;
    display: block;
}

.cta-area .model-btn,
.cta-area .doc-btn{
	cursor:pointer;
	background:#fff;
	border-radius: 2rem;
	color:#E54D03;
	padding: 1rem;
	margin-bottom:1rem;
	font-size: 1.2rem;
	position: relative;
}

.cta-area .model-btn::after, .cta-area .doc-btn::after {
    content: "";
    right: 1.3rem;
    width: 0.5rem;
    height: 0.5rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 1.75rem;
}
.cta-area .doc-btn::after {
	border-top: 2px solid #E54D03;
    border-right: 2px solid #E54D03;
}

.cta-area .model-btn{
	color:#fff;
	background:#E54D03;
}



.cta-area .model-btn .icon, .cta-area .doc-btn .icon {
    height: auto;
    width: 1.3em;
    margin-right: 0.5em;
    margin-left: 1em;
	position: relative;
	top: 0.15em;
}

.cta-area .model-btn{

}

.cta-area .model-btn:hover, 
.cta-area .doc-btn:hover{
	opacity: 0.5;
}



/*cp-area*/
.cp-area{
	background: #E1DCD8;
	padding:4rem 0;
	overflow: hidden;
}


.cp-area .swiper-slide{
	background:#fff;
	border-radius: 0.25rem;
	height: auto;
	padding: 1rem;
}
.cp-area .swiper-slide img{
	display: block;
    margin: auto auto 0.5rem auto;
}
.cp-area .swiper-slide-item{
	height: 100%;
}

.cp-area .swiper2 {
	margin-bottom: 2rem;
	position: relative;
	padding-top: 3rem;
}

.cp-area .swiper2::before{
	content: "";
    background-image: url(img/cp-1f-min.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size:contain;
	width: 100%;
	padding:2rem 0;
	position: absolute;
    top: -1.5rem;
    width: 100%;
    height: 2rem;
}

.cp-area .swiper2.t2f::before{
    background-image: url(img/cp-2f-min.png);
}

.cp-area .swiper2.t3f::before{
    background-image: url(img/cp-3f-min.png);
}


.cp-area .swiper2 .lead {
	font-size: 0.92rem;
}





/*mh-info-area*/
.mh-info-area{
	background-image: url(img/info-back-sp-min.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size:cover;
	width: 100%;
	position: relative;
	padding:2rem 0;
	overflow: hidden;
}

.mh-info-area .inner{
	border-radius: 0.5rem;
	background: rgba(255,255,255,0.9);
	padding: 1.5rem;
	position: relative;
}
.mh-info-area .title-area .title {
    font-size: 1.3rem;
    font-weight: bold;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px #333 solid;
}
.mh-info-area .title-area .en-title{
		width: 65%;	
}
.mh-info-area .title-area .image {
		position: absolute;
		top: 0.5rem;
		right: -3.5rem;
		width: 11rem;
		height: auto;
}
.mh-info-area .text .paragraph{
	padding: 1rem 0;
    font-size: 0.9rem;
    line-height: 1.7;
}
.mh-info-area .text .paragraph:nth-child(1){

	border-bottom: 1px dotted #333;
	padding-top: 0;
}





/*promise-area*/
.promise-area{
	background: #E1DCD8;
	padding:4rem 0;
}

.promise-area .title {
    width: 70%;
    margin: auto auto 3rem auto;
}
.promise-area .flexbox{
	display:flex;
	flex-wrap:wrap;
	gap:2rem;
}
.promise-area .flexbox .list{
	width:100%;
	position: relative;
	
}
.promise-area .flexbox .list .image {
    position: absolute;
    right: 0;
    top: 1rem;
    width: 37%;
    height: auto;
}
.promise-area .flexbox .list .sub-title {
    width: 60%;
    color: #E54D03;
    font-weight: bold;
    font-size: 1rem;
	margin-bottom: 1rem;
}
.promise-area .flexbox .list .lead-text{
	width:60%;
	font-size: 0.8rem;
}

.promise-area .flexbox .list .sub-title.right,
.promise-area .flexbox .list .lead-text.right{
margin-left:40%;
}
.promise-area .flexbox .list .image.right {
    right:auto;
	left:0;
}



/*form-area*/
.form-area{
	background: #E1DCD8;
	padding:4rem 0;
	overflow: hidden;
}
.form-area .lead-text{
	margin-bottom: 3rem;
}

.form-area .flex-box{
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    gap: 4%;
	margin-bottom: 3rem;
}
.form-area .flex-box .btn,
.form-area .flex-box .btn.no-active:hover{
	width:48%;
	height:auto;
	opacity: 1;
	cursor: pointer;
}
.form-area .flex-box .btn.no-active{
	opacity: 0.5;
}
.form-area .form-wrap .no-active{
	display:none;
}
.form-area .form-wrap .form-q{
	margin-bottom:1.5rem;
}
.form-area .form-wrap .q-title{
	position: relative;
	margin-bottom: 0.5rem;
}
.form-area .form-wrap input,
.form-area .form-wrap textarea {
    font-size: 1rem;
    padding: 1em 0.7em;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    border: none;
	border-radius: 0.25rem;
	line-height: 1.6;
}
.form-area .form-wrap .q-title .must{
    background: #333;
    padding: 0.2em 1em;
    font-size: 0.8rem;
    color: #fff;
    border-radius: 0.25rem;
    position: absolute;
    right: 0;
    top: 0;
}
.form-area .form-wrap .pp-area{
    overflow: auto;
    height: 10rem;
    background: #fff;
    padding: 1rem;
    font-size: 0.9rem;
}
.form-area .form-wrap .pp-area .pp-topic{
	margin: 1rem 0;
  display: block;
}
.form-area .form-wrap .wpcf7-checkbox input{
    width: 1rem;
    margin-right: 0.5rem;
}
.form-area .form-wrap .wpcf7-checkbox label{
    padding: 1rem;
    text-align: center;
    border: 1px solid #333;
    width: 100%;
    display: block;
    box-sizing: border-box;
	border-radius: 0.25rem;
}
.form-area .form-wrap  .form-btn-wrap{
	margin:3rem auto 5rem auto;
}
.form-area .form-wrap .doc-banner{
	margin: 0 -2rem 3rem -2rem;
}
.form-area input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #E54D03;
    color: #fff;
    font-family: "Zen Old Mincho", serif;
    font-size: 1.3rem;
    font-weight: bold;
}
.form-area input[type="submit"]:hover{
	opacity: 0.5;
}
.form-area .reca-info{
	font-size:0.8rem;
}
.form-area .wpcf7-not-valid-tip{
    color: red;
    font-size: 1rem;
    margin-top: 0.2rem;
    display: block;
}

.form-area .wpcf7-select{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: block;
	width: 100%;
	margin: 0;
	padding: 1rem;
	font-size: 1rem;
	background: #fff;
	border: none;
	box-sizing: border-box;
	border-radius: 0.25rem;
  }

input.wpcf7-not-valid, textarea.wpcf7-not-valid {
    background-color: #fff8dc; /* 薄い黄色 */
    transition: background-color 0.3s ease;
}

/* 通常時の背景色 */
input, textarea {
    background-color: #ffffff; /* 白色 */
    transition: background-color 0.3s ease;
}




.form-area .wpcf7-list-item {
	margin:0;
	display: block;
}



/* カレンダー全体のスタイル */
.ui-datepicker {
    font-size: 14px;
    width: 80%; /* デフォルト幅は画面の80% */
    max-width: 500px; /* 幅が641px以上の場合、最大500pxに制限 */
    background: #f0f0f0; /* 薄いグレーの背景 */
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto; /* 中央に配置 */
    border-radius: 8px; /* 角を丸くする */
	display: none;
}

/* カレンダーのヘッダー部分 */
.ui-datepicker-header {
    display: flex;
    justify-content: space-between; /* ボタンと年月を左右に分ける */
    align-items: center;
    background: transparent; /* 背景色を透明に */
    color: #333; /* テキスト色 */
    border: none; /* ボーダーを削除 */
    padding: 10px 0;
    text-align: center;
}

/* 「前」ボタン */
.ui-datepicker-prev {
    order: 1; /* 「前」を左側に配置 */
    cursor: pointer;
    font-size: 16px;
    padding: 5px 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
}

/* 年月部分 */
.ui-datepicker-title {
    order: 2; /* 「年月」を中央に配置 */
    font-size: 16px;
    font-weight: bold;
    flex-grow: 1;
    text-align: center;
    color: #000; /* 年月の色を濃い黒に */
}

/* 「次」ボタン */
.ui-datepicker-next {
    order: 3; /* 「次」を右側に配置 */
    cursor: pointer;
    font-size: 16px;
    padding: 5px 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
}

/* カレンダーの日付部分 */
.ui-datepicker-calendar {
    width: 100%; /* 幅を100%に設定 */
    border-collapse: collapse; /* セル間の隙間を削除 */
}

/* カレンダーの日付セル */
.ui-datepicker-calendar td {
    text-align: center;
    padding: 5px 0; /* 縦幅調整 */
    width: 14.28%; /* 横幅均等 */
    border: 1px solid #ccc;
    cursor: pointer;
    background: #fff; /* 選択可能な日付の背景を白色に */
}

/* 曜日のスタイル */
.ui-datepicker-calendar th {
    font-size: 14px;
    padding: 5px 0;
    text-align: center;
}

/* 日曜日は赤文字 */
.ui-datepicker-calendar th:nth-child(1),
.ui-datepicker-calendar td:nth-child(1) a {
    color: red;
}

/* 土曜日は青文字 */
.ui-datepicker-calendar th:nth-child(7),
.ui-datepicker-calendar td:nth-child(7) a {
    color: blue;
}

/* 選択不可の日付セル */
.ui-datepicker .ui-datepicker-unselectable.ui-state-disabled {
    background: rgba(0, 0, 0, 0.1); /* 半透明で表示 */
    color: #999; /* 濃いグレー */
    cursor: not-allowed; /* 選べないカーソル */
    pointer-events: none; /* クリックを無効化 */
}

/* 選択された日付のスタイル */
.ui-datepicker .ui-datepicker-current-day:has(.ui-state-active) {
    background: #007bff !important; /* 選択時の背景色 */
    color: #fff !important; /* 選択時の文字色 */
    border-radius: 4px;
}

/* カレンダーの幅が641px以上の場合 */
@media (min-width: 641px) {
    .ui-datepicker {
        width: 500px; /* 固定幅 */
    }
	.ui-datepicker-calendar td {
		text-align: center;
		padding: 10px 0;
	}
}



/* 時間アリ版
.xdsoft_calendar th:nth-child(7) { 
    color: blue!important;; 
}

// 土曜日の日付を青色に
.xdsoft_calendar td:nth-child(7) .xdsoft_date ,
.xdsoft_calendar .xdsoft_day_of_week6 {
    color: blue !important;
}


// 日曜日の曜日を赤色に
.xdsoft_calendar th:nth-child(1) { 
    color: red!important;; 
}

// 日曜日の日付を赤色に
.xdsoft_calendar td:nth-child(1) .xdsoft_date,
.xdsoft_calendar .xdsoft_day_of_week0{
    color: red !important;
}
*/




/* qa-area */
.qa-area{
	background: #E1DCD8;
	padding:4rem 0;
}
.qa-area .title-area {
    text-align: center;
    margin-bottom: 1.5rem;
}
.qa-area .title-area img {
    height: 3.5rem;
}
.qa-area .title-area .title {
    border-top: 4px double #333;
    padding-top: 1rem;
    font-weight: bold;
    font-size: 1.6rem;
}
.qa-area .qa-wrap{
	display: flex;
	flex-wrap: wrap;
	gap:1rem;
}
.qa-area .qa-wrap .list {
    padding: 1rem;
    border: 1px solid #333;
	border-radius: 0.25rem;
	cursor: pointer;
	width: 100%;
}
.qa-area .qa-wrap .list .question {
	padding: 1rem 1rem 1rem 1.8rem;
    background-image: url(img/qa-icon-q-min.png);
	background-position: top 0.8rem left;
    background-repeat: no-repeat;
    background-size: 1.3rem;
	position: relative;
	
}
.qa-area .qa-wrap .list .question::before {
    content: "+";
    position: absolute;
    top: 1rem;
    right: -0.1rem;
    font-size: 1rem;
}
.qa-area .qa-wrap .list .question.open::before {
    content: "";
    height: 1px;
    width: 0.5rem;
    background: #333;
    top: 1.8rem;
    right: 0.2rem;
}
.qa-area .qa-wrap .list .answer{
	border-top: 1px solid #333;
	padding: 1rem 1rem 1rem 1.8rem;
    background-image: url(img/qa-icon-a-min.png);
	background-position: top 0.8rem left;
    background-repeat: no-repeat;
    background-size: 1.3rem;
	display: none;
	transition-duration: 0s;
}



/*other-area*/
.other-area{
	background: #E1DCD8;
	padding: 4rem 0 8rem;
}
.other-area .flex-box{
	display: flex;
	flex-wrap: wrap;
	gap:3rem;
}
.youtube-wrap,
.works-wrap {
    text-align: center;
	width:100%;
}
.youtube-wrap .title-en,
.works-wrap .title-en {
    height: 3.5rem;
}
.youtube-wrap .title,
.works-wrap .title {
    border-top: 4px double #333;
    padding-top: 1rem;
    font-weight: bold;
    font-size: 1.6rem;
	margin-bottom: 1.5rem;
}
.youtube-wrap iframe{
	width:100%;
	height: 12rem;
}
.swiper-all-4{
	position: relative;
}
.swiper-works {
	overflow:hidden;
}
.swiper-all-4 .swiper-button-prev:after {
	left: -1.5rem;
    top: 1rem;
}
.swiper-all-4 .swiper-button-next:after  {
    right: -1.5rem;
    top: 1rem;
}





/* footer */
#footer{
	background: #E54D03;
	padding: 3rem 3rem 8rem 3rem;
	text-align: center;
	color:#fff;
}

#footer img{
    width: 180px;
    height: auto;
    max-width: 50%;
}

/*float-menu*/
.float-menu{
	position: fixed;
	bottom: 0;
	left:0;
	background: #E54D03;
	padding: 0.5rem;
  width: 100%;
  display: flex;
  z-index: 3;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
overflow-x:hidden;
opacity: 0; 
    visibility: hidden; 
    transition: opacity 0.5s ease, visibility 0.5s ease;
	z-index: 20;
}

.float-menu .tel-btn{
	width:25%;
	height: auto;
	border-right:1px solid #fff;
	line-height: 1;
	padding-right: 0.5rem;
}
.float-menu .scroll-btn {
    position: relative;
    color: #fff;
    padding-left: 1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
	padding-right: 2rem;
}
.float-menu .model-image {
    position: fixed;
	width: 5rem;
    right: -0.5rem;
    bottom: 0.5rem;
}
#float-menu.visible {
    opacity: 1; 
    visibility: visible; 
}





/* animation*/
.fade-in {
	opacity: 0;
  }
  .fade-in.inview {
	animation-name: fade-in;
	animation-duration: 0.5s;
	animation-timing-function: ease-in-out;
	animation-delay: 0.4s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
  }
  @keyframes fade-in {
	0% {
	  transform: translateY(40px);
	  opacity: 0;
	}
	100% {
	  transform: translateY(0px);
	  opacity: 1;
	}
  }


  .fade-in-multiply {
	opacity: 0;
	mix-blend-mode: multiply; /* 乗算指定 */
  }
  .fade-in-multiply.inview {
	animation-name: fade-in-multiply;
	animation-duration: 0.5s;
	animation-timing-function: ease-in-out;
	animation-delay: 0.4s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
  }
  @keyframes fade-in-multiply {
	0% {
	  transform: translateY(40px);
	  opacity: 0;
	}
	100% {
	  transform: translateY(0px);
	  opacity: 1;
	}
  }

.fade-in-tilted-1 {
  opacity: 0;
  transform: rotate(-10deg); /* 初期状態で傾ける */
}
.fade-in-tilted-1.inview {
  animation-name: fade-in-tilted-1;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0.4s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@keyframes fade-in-tilted-1 {
  0% {
    transform: translateY(40px) rotate(-10deg); /* 傾いたまま下から始まる */
    opacity: 0;
  }
  100% {
    transform: translateY(0px) rotate(-10deg); /* 元の位置に戻す */
    opacity: 1;
  }
}



.fade-in-tilted-2 {
	opacity: 0;
	transform: rotate(7deg); /* 初期状態で傾ける */
  }
  .fade-in-tilted-2.inview {
	animation-name: fade-in-tilted-2;
	animation-duration: 0.5s;
	animation-timing-function: ease-in-out;
	animation-delay: 0.4s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
  }
  @keyframes fade-in-tilted-2 {
	0% {
	  transform: translateY(40px) rotate(7deg); /* 傾いたまま下から始まる */
	  opacity: 0;
	}
	100% {
	  transform: translateY(0px) rotate(7deg); /* 元の位置に戻す */
	  opacity: 1;
	}
  }


/* モーダルのスタイル */
.modal {
	opacity: 0; /* 初期状態で完全透明 */
	visibility: hidden; /* 見えなくする */
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	display: flex; /* フレックスボックスで中央揃え */
	justify-content: center;
	align-items: center;
	z-index: 1000;
	transition: opacity 0.3s ease, visibility 0s linear 0.3s; /* スムーズな表示 */
  }
  
  .modal.visible {
	opacity: 1; /* 不透明にする */
	visibility: visible; /* 見えるようにする */
	transition: opacity 0.3s ease, visibility 0s linear 0s; /* 即座に表示 */
  }
  
  .modal img {
	max-width: 90%; /* 画面幅の90%まで */
	max-height: 90%; /* 画面高さの90%まで */
	width: auto; /* 元画像の幅を保つ */
	height: auto; /* 元画像の高さを保つ */
  }









/*PCレイアウト*/

@media screen and (min-width: 641px) {
.pchl{display:none}
.sphl{display:inline}
.pchb{display:none}
.sphb{display:block}
html{font-size:16px}
body{min-width: 1440px;}

.inner{
	width:1000px;
	margin:0 auto;
}
.common-title{
	padding: 5rem 0;
	background-image: url(img/common-bg-pc-min.jpg);
}
.common-title .inner{
	width:400px;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    width: 2rem;
    height: 2rem;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    width: 2rem;
    height: 2rem;
}


/*fv*/
.fv-area {
	overflow: hidden;
}
.fv-area .back {
	background-image: url(img/fv-pc-min.jpg);
	position: relative;
	width:1440px;
	height:798px;
	margin: auto;
}


.fv-area .logomark {
    width: 10rem;
    background: none;
    padding: 0 0 1rem;
    line-height: 0;
    text-align: center;
    position: absolute;
	top: 4rem;
	left: 3rem;
    right: auto;
    margin: auto;
    border-bottom: 2px solid #E54D03;
}
.fv-area .text {
	width: 28rem;
	position: absolute;
	top: 12rem;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: auto;
}
.fv-area .pagecopy {
	margin-bottom: -1rem;
	left: 1rem;
	position: relative;
	width: 15rem;
}
.fv-area .area-copy {
	width: 60%;
	text-align: left;
	left: 2rem;
	position: relative;
	top: 1rem;
	font-size: 1.5rem;
}
.fv-area .catchcopy {
    position: relative;
    left: 1rem;
    margin-bottom: 1.5rem;
    width: 90%;
}
/* set
.fv-area .logomark {
    width: 19vh;
    background: none;
    padding: 0 0 3vh;
    line-height: 0;
    text-align: center;
    position: absolute;
    top: 8vh;
    left: 5vh;
    right: auto;
    margin: auto;
    border-bottom: 2px solid #E54D03;
}
.fv-area .text {
    width: 50vh;
    position: absolute;
    top: 22vh;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: auto;
}
.fv-area .pagecopy {
    margin-bottom: -1vh;
    left: 3vh;
    position: relative;
    width: 24vh;
}
.fv-area .area-copy {
	width: 30vh;
	text-align: left;
	left: 4vh;
	position: relative;
	top: 1vh;
}
	*/

/*concept*/
.concept-area {
	padding: 5rem 0 5rem;
}
.concept-area .inner{
	position: relative;
}
.concept-area .text-area{
	width:440px;
	margin-left:50px;
}
.concept-area .image-1 {
	top: 0rem;
	left: auto;
	right: -2rem;
	z-index: 2;
}
.concept-area .image-2 {
	right: -3.5rem;
	width: 14rem;
	z-index: 2;
}
.concept-area .image-3 {
	bottom: -15rem;
	left: auto;
	right: 3rem;
	width: 38rem;
	z-index: 1;
}
.concept-area .title {
	font-size:1.5rem;
}


/*osusume*/
.osusume-area {
	padding: 3rem 0;
	background-image: url(img/osusume-back-pc-min.jpg);
}
.osusume-area .inner{
	width:800px;
}
.osusume-area .flex-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.osusume-area .title {
	display: flex;
	align-items: center;
	border: none;
	border-right: 1px solid #fff;
	padding: 0 3rem 0 0;
	font-size: 2rem;
}
.osusume-area .list-wrap{
	width: 50%;
	margin: 0;
}
.osusume-area .list-wrap .list{
	font-size: 1.5rem;
	}


/* three point*/
.right-slide, .left-slide {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	padding: 5rem 0rem 1.5rem;
	padding: 1.5rem 0rem 1.5rem;
}
.about-three .textarea{
	width: 36%;
        margin: 6rem 0 0 2.5rem;
}
.about-three .swiper-all-1,
.about-three .swiper-all-2,
.about-three .swiper-all-3{
	width: 55%;
	position: relative;
}
.about-three .gray-tag{
	padding: 0.5rem 1rem 0rem 2.5rem;
	width: 15%;
}
.about-three .gray-tag img{
    height: 2.5rem;
}
.about-three .swiper-a3 {
    margin: 0;
}
.about-three .swiper-button-prev:after, 
.about-three .swiper-rtl .swiper-button-next:after {
    left:-2rem;
}
.about-three .swiper-button-next:after, 
.about-three .swiper-rtl .swiper-button-prev:after {
    right:-2rem;
}


.about-three .left-slide  .gray-tag{
	padding: 0.5rem 2.5rem 0rem 1rem;
	width: 15%;
	left:auto;
	right:0;
}
.about-three .left-slide .textarea{
	margin: 6rem 2.5rem 0 0 ;
}
.about-three .sub-title {
    font-size: 1.5rem;
}


/*abh area*/
.about-cosmo-home{
	background-image: url(img/abh-back-pc-min.jpg);
}
.about-cosmo-home .flex-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about-cosmo-home .text {
    width: 68%;
}
.about-cosmo-home .inner {
    padding: 2.5rem;
}
.about-cosmo-home .title {
    display: flex;
    align-items: center;
	border: none;
    border-right: 1px solid #333;
    padding-right: 2rem;
    width: 27%;
    font-size: 1.45rem;
}


/*plan*/
.plan-area .inner{
	width: 1000px;
}
.plan-area .plan-wrap {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	justify-content: space-between;
}
.plan-area .plan-wrap .list {
    height: 26rem;
    width: 33%;
}
.plan-area .plan-wrap .list::before {
    content: "";
    position: absolute;
    background: white;
    height: 100%;
    width: 50%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
}
.plan-area .plan-wrap .list .plan-img {
	height: auto;
	width: 90%;
    top: 6rem;
    right: 0;
    left: 0;
    margin: auto;
}
.plan-area .plan-wrap .list .zoom-icon{
	bottom: 3rem;
}
.plan-area .plan-wrap .t1f::after, 
.plan-area .plan-wrap .t2f::after, 
.plan-area .plan-wrap .t3f::after {
	width: 5.5rem;
    height: 5.5rem;
	top: 2rem;
    left: 0;
    right: 0;
    margin: auto;
}
.plan-area {
    padding: 5rem 0 5rem 0;
}

/*cta-area*/
.cta-area {
	padding: 2rem 0;
	background-image: url(img/cta-back-pc-min.jpg);
	
}
.cta-area .inner{
	padding: 4rem 0;
	width:760px;
}
.cta-area .flex-box{
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.cta-area .flex-box{
	display:flex;
	flex-wrap: wrap;
}
.cta-area .model-btn, 
.cta-area .doc-btn {
	width: 48%;
}
.cta-area .title {
    width: 50%;
    margin: 0 auto 2rem auto;
}



/*cp area*/
.cp-area{
	padding: 6rem 0 5rem 0;
}
.cp-area .swiper2 {
    margin-bottom: 3rem;
}

.cp-area .swiper-button-prev:after, 
.cp-area .swiper-rtl .swiper-button-next:after {
	left: 428px;
}
.cp-area .swiper-button-next:after, 
.cp-area .swiper-rtl .swiper-button-prev:after {
	right: 428px;
}



/*info*/
.mh-info-area{
	background-image: url(img/info-back-pc-min.jpg);
}
.mh-info-area .pc-flex-box{
	display:flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: space-between;
	padding: 1rem;
}
.mh-info-area .pc-flex-box .title-area {
	width: 35%;
	border-right: 1px solid #333;
	padding-right: 2rem;
}
.mh-info-area .pc-flex-box .text{
	display:flex;
	flex-wrap: wrap;
	gap: 2%;
	width: 60%;
	justify-content: space-between;
} 
.mh-info-area .pc-flex-box .text .paragraph{
	width: 47%;
	border-bottom: none;
	padding: 0;
} 
.mh-info-area .title-area .title {
	border-bottom: none;
	font-size: 1.5rem;
	margin-bottom: 0;
	padding-bottom: 0;
}
.mh-info-area .title-area .image {
	position: absolute;
	top: auto;
	right: auto;
	width: 11rem;
	height: auto;
	left: 14.5rem;
	bottom: -1rem;
}
.mh-info-area .title-area .en-title {
    width: 90%;
}



/*primise*/
.promise-area{
	padding: 5rem 0;
}
.promise-area .flexbox {
    gap: 4%;
    justify-content: space-between;
	width: 800px;
	margin: auto;
}
.promise-area .flexbox .list {
    width: 47%;
    position: relative;
}
.promise-area .flexbox .list .image {
    position: absolute;
    right: 0;
    top: 0rem;
    height: 55px;
    width: auto;
}
.promise-area .flexbox .list .lead-text {
    width: 100%;
    font-size: 0.8rem;
}
.promise-area .flexbox .list .sub-title.right, 
.promise-area .flexbox .list .lead-text.right {
    margin-left: 0%;
}
.promise-area .flexbox .list .image.right {
	right: 0;
	left: auto;
	height: 80px;
	top: -1rem;
}
.promise-area .title {
    width: 280px;
}

/*form area*/
.form-area{
	padding: 5rem 0;
}
.form-area .inner{
	width:600px;
}
.form-area .lead-text {
    text-align: center;
}
.form-area .form-wrap .doc-banner {
    margin: 0 0 3rem 0rem;
}
/*qa area*/
.qa-area .inner{
	width:600px;
}


/*other area*/
.other-area {
    padding: 4rem 0 15rem;
}
.other-area .flex-box {
    gap: 2%;
    justify-content: space-between;
}
.youtube-wrap, .works-wrap {
    text-align: center;
    width: 48%;
}
.youtube-wrap iframe {
    height: 315px;
}

/*float menu*/

.float-menu {
	width: 420px;
	left:auto;
	right:0px;
}
.float-menu .model-image {
    width: 5rem;
    right: 0px;
    bottom: 0.5rem;
}
.float-menu .scroll-btn {
	padding-right: 4rem;
}

}


@media screen and (max-height: 789px) {
	@media screen and (min-width: 1440px) {
	.fv-area .back {
        background-image: url(img/fv-pc-min.jpg);
        position: relative;
    width: 200vh;
        height: 100vh;
	}
	.fv-area .text {
        width: 62vh;
		top: 19vh;
	}
    .fv-area .logomark {
        width: 18vh;
        left: 5vh;
        top: 6vh;
        padding: 0 0 3vh 0;
    }
	.fv-area .catchcopy img{
		width:100%;
		height:auto;
	}
	.fv-area .pagecopy {
		width: 34vh;
		left: 3vh;
	}
	.fv-area .pagecopy img{
		width: 100%;
	}
	.fv-area .area-copy {
		font-size: 3vh;
		left: 3vh;
	}
}
}


@media screen and (min-width: 1440px) {
.cp-area .swiper-button-prev:after, 
.cp-area .swiper-rtl .swiper-button-next:after {
	left: 30vw;
}
.cp-area .swiper-button-next:after, 
.cp-area .swiper-rtl .swiper-button-prev:after {
	right: 30vw;
}
}

@media screen and (min-width: 1921px) {
	.cp-area .swiper-button-prev:after, 
	.cp-area .swiper-rtl .swiper-button-next:after {
		left: 36.5vw
	}
	.cp-area .swiper-button-next:after, 
	.cp-area .swiper-rtl .swiper-button-prev:after {
		right:  36.5vw
	}

/* set縦長
@media screen and (min-width: 1440px) {
	@media (max-aspect-ratio: 3/1) { 
		body{
			width:200vh;
		}
		.fv-area {
			width:200vh;
			height:100vh;
		}
	.fv-area .back {
		background-image: url(img/fv-pc-min.jpg);
		position: relative;
		width:190vh;
		height:100vh;
		margin: auto;
	}
	.fv-area .text {
        width: 30%;
	}
	.fv-area .logomark {
		width: 10%;
	}
	.fv-area .catchcopy img{
		width:100%;
		height:auto;
	}
	.fv-area .pagecopy {
		width: 60%;
	}
	.fv-area .pagecopy img{
		width: 100%;
	}
	.fv-area .area-copy {
		font-size: 3vh;
	}

}
*/


/* set横長 
	@media (min-aspect-ratio: 3/1) { 
		body{
			width: 100%;
		}
		.fv-area {
			width: 100%;
			height:100vh;
		}
	.fv-area .back {
		background-image: url(img/fv-pc-min.jpg);
		position: relative;
		width:190vh;
		height:100vh;
		margin: auto;
	}
	.fv-area .text {
        width: 60vh;
	}
	.fv-area .logomark {
        width: 23vh;
	}
	.fv-area .catchcopy img{
		width:100%;
		height:auto;
	}
	.fv-area .pagecopy {
		width: 27vh;
	}
	.fv-area .area-copy {
		font-size: 3vh;
	}
}
}

*/


@media screen and (max-width: 320px) {
html{font-size:14px}
}




