@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


.hihyouji {
	display: none;
}

/* Font=========================== */

.ja {
	font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.ja-b {
	font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.en {
	font-family: "Alan Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* common======================= */

@media screen and (min-width: 960px) {
	.wide90{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 90%;
}
	.wide80{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 80%;
  min-width: 950px;
}
	.wide70{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 70%;
		min-width: 1000px;
}
}

@media screen and (max-width: 960px){
	.wide90{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 90%;
}
	.wide80{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 95%;
}
	.wide70{
	position: relative;
	top: 0;
	right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
	width: 95%;
}
}

.no-kaigyou {
	white-space: nowrap;
}


/* マージン======================= */

.m-left {
	margin-left: auto;
}

.m-right {
	margin-right: auto;
}

.m-center {
	margin: 0 auto;
}

/*コンテンツ下余白なし*/
#content {
padding-top: 0;
margin-bottom: 0px;
}
.w-beforeFooter{
	margin: 0;
}

/* テーブル========================= */

.c_table td{
	line-height: 1.8;
	padding: 15px 0;
}

/* 見出し========================== */



.sec-title {
  display: flex;
  align-items: center;
  max-width: 1400px;
  margin: 5rem auto 1rem;
  gap: 1rem;
}

.sec-title h2 {
  font-size: 1.5rem;
}
.sec-title::after {
  content: "";
  flex: 1;
  height: 1px;
  background: #fdda48;
}

@media screen and (max-width: 480px) { 
  .sec-title::after {
  background: none;
}
}

/* ボタン========================= */

a.c_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	white-space: nowrap;
	height: 3.5rem;
	max-width: 300px;
	padding: 0 4rem;
	border: 1px solid #f4f4f4;
	border-radius: 100px;
	background-size: 400%;
	color: #fff;
	letter-spacing: 0.2rem;
	transition: border-color 0.5s ease;
}
a.c_btn:hover::before {
  transform: scaleX(1);
}
a.c_btn:hover {
	color: #fff;
}
a.c_btn span {
  position: relative;
  z-index: 1;
}
a.c_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: 0 50%;
  width: 100%;
  height: inherit;
  border-radius: inherit;
  background: linear-gradient(
    82.3deg,
    rgba(30, 130, 175, 1) 10.8%,
    rgba(10, 91, 135, 1)94.3%
  );
  transition: all 0.475s;
}

.top-sec2-item a.c_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	white-space: nowrap;
	height: 3.5rem;
	max-width: 300px;
	padding: 0 4rem;
	border: 1px solid #333;
	border-radius: 100px;
	background-size: 400%;
	color: #333;
	letter-spacing: 0.2rem;
	transition: all 0.5s ease;
}

.top-sec2-item a.c_btn:hover {
	color: #fff;
	border: 1px solid #065f8e;
}

.btn-area a.c_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	white-space: nowrap;
	height: 3.5rem;
	max-width: 300px;
	padding: 0 4rem;
	border: 1px solid #065f8e;
	border-radius: 100px;
	background-size: 400%;
	color: #065f8e;
	letter-spacing: 0.2rem;
	transition: all 0.5s ease;
}

.btn-area a.c_btn:hover {
	color: #fff;
	border: 1px solid #065f8e;
}


/* ヘッダー=========================== */

.c-gnav>.menu-item>a .ttl {
	font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
	color: #6e4f22;
font-size: clamp(0.85rem, 1vw, 1rem);
letter-spacing: .1rem;
}

.l-header .c-gnav>li>a:after {
	background: #065f8e;
}

@media screen and (max-width:767px) {
.l-header {
  padding: 10px 10px;
}
	.c-listMenu a {
		font-weight: bold;
		letter-spacing: 0.1em;
		padding: 1.2em 1em 1.2em 1.5em;
	}
}

@media screen and (max-width:480px) {
	.recruit-bg {
	border-radius: 50px 0 50px 0;
}
	.swell-block-linkList.-border .swell-block-linkList__item {
	padding: 8px 0;
}
}


/* メインビジュアル================= */

.p-mainVisual {
	position: relative;
	z-index: 0;
}

.p-mainVisual::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 50vw;
	height: 50vh;
	background-color: #f7df04;
	border-radius: 0 0 0 80px;
}


.p-mainVisual::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 45vw;
	height: 30vh;
	background-color: #f7df04;
	border-radius: 0 50px 0 0;
	z-index: 0;
}

.yellow-bg {
	position: relative;
}

.yellow-square {
	position: absolute;
	top: 0px;
	left: 0;
	width: 45vw;
	height: 25vh;
	background: #f7df04;
	border-radius: 0 0 50px 0;
	z-index: 1;
}

.sub-copy-box {
	position: relative;
}

.sub-copy {
	position: absolute;
	top: -80px;
	right: 10%;
	z-index: 1;
}

.p-mainVisual__inner{
	position: relative;
	padding: 100px 5% 80px;
	z-index: 1;
}

.p-mainVisual__inner img {
	position: relative;
	border: 10px solid #fff;
}

.main-copy-box {
	position: relative;
	top: 50px;
	left: 15%;
	display: inline-block;
}

.main-copy {
  font-size: clamp(1.5rem, 3vw, 2rem);
	letter-spacing: 0.3rem;
	writing-mode: vertical-rl;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  font-style: normal;
	color: #fff;
}


/* スクロールダウン */

.p-mainVisual__scroll {
	color: #333!important;
	}

@media screen and (max-width:786px){
	.p-mainVisual__inner{
	padding: 80px 5%;
}
	.main-copy {
  position: relative;
		top: -80px;
}
	.sub-copy {
	position: absolute;
	top: -78px;
	right: 7%;
		font-size: 13px;
	z-index: 1;
}
	.yellow-square {
	position: absolute;
	top: 0px;
	left: 0;
	width: 45vw;
	height: 20vh;
	background: #fdda48;
	border-radius: 0 0 50px 0;
	z-index: 1;
}
}


/* トップページ======================== */

/* section1 */
.top-about {
	position: relative;
}

.top-nayami-item {
	width: 80%;
	margin: 0 auto;
}

.top-nayami-img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 38%;
	min-width: 350px;
}

.top-about-item {
	width: 70%;
	margin: 0 auto;
}

.top-about-text {
	position: relative;
	top: -50px;
	left: -20px;
	font-size: clamp(1.8rem, 3.4vw, 3.4rem);
	font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
	line-height: 1.4;
	color: #065f8e;
}

.top-about-table {
	background-color: #fcfbf7;
	padding: 3rem;
	border-radius: 20px;
	font-size: clamp(1rem, 1.5vw, 1.5rem);
}


@media screen and (max-width:786px){
	.top-about-text {
	top: -20px;
}
}


/* section2 */

.top-sec2-outer {
	background: #fcef95;
	border-radius: 50px 0 0 50px;
	width: 95vw;
	height: 100%;
	margin-left: auto; 
  margin-right: 0;
}

.top-sec2-item {
	width: 80%;
	max-width: 1800px;
	min-width: 900px;
	margin: 0 auto;
	padding: 5rem;
	line-height: 2;
}

@media screen and (max-width:786px){
	.top-sec2-outer {
	border-radius: 50px 0 0 50px;
	width: 93vw;
	height: 100%;
	margin-left: auto; 
  margin-right: 0;
}
	.top-sec2-item {
	width: 90%;
	max-width: 90;
	min-width: 400px;
	margin: 0 auto;
	padding: 4rem 4rem 4rem 2.5rem;
	line-height: 2;
}
}


@media screen and (max-width:480px){
	.top-sec2-outer {
	width: 100vw;
}
	.top-sec2-item {
	width: 90%;
	min-width: 415px;
}
}


/* section3 */

.image-wrapper {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
	z-index: 0;
}

.image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
  display: block;
	position: relative;
	z-index: 0;
}

.image-wrapper:hover img {
  transform: scale(1.1);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  pointer-events: none;
}

.top-contents-item {
	position: relative;
}

.top-contents-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 1.5rem;
  pointer-events: none; 
}

.top-contents-text h3 {
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 0.8;
  margin: 0;
}

span.sub {
	font-size: 1rem;
}

.title-with-arrow {
  display: flex;
  align-items: center;
  justify-content: space-between; /* 必要に応じてleftに変更 */
}

.arrow-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #083b72;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

.image-wrapper:hover ~ .top-contents-text .arrow-circle {
  transform: scale(1.2);
}

.arrow-icon {
  display: inline-block;
  color: #fff;
  transition: all 0.5s ease;
}

/* 画像ホバー時に矢印が右にスライド */
.image-wrapper:hover ~ .top-contents-text .arrow-icon {
  transform: translateX(5px);
}


/* section4 */

.grade_shoping{
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, 20%);
  background: #f7df04;
  background-size: 40px 40px;
  width: 110%;
  height: 60%;
	z-index: -1;
}


/* ページ共通========================= */

.contents-header {
	height: 500px;
	border-radius: 50px 50px 0 0;
}

@media screen and (max-width: 768px) { 
  .contents-header {
	height: 300px;
	border-radius: 50px 50px 0 0;
}
}


/* 業務内容=========================== */

.flow-item {
	background: #fcf8e0;
	padding: 2rem;
	border-radius: 10px 50px 10px 10px;
}

.flow-item-box {
	background: #fff;
	padding: 1rem;
	border-radius: 10px;
}


/* ご入居の皆様へ==================== */

.customer-item {
	background: #fcf8e0;
	padding: 2rem;
	border-radius: 50px 10px 10px 10px;
}


/*お問い合わせページ==================*/
.CF7_contact{
	width:100%;
}

/*入力欄*/
.CF7_contact input, .CF7_contact textarea {
	width:100%;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
	margin-top:10px;
	margin-bottom:25px
}

.CF7_honbun{
	width:100%;
}

/*入力欄*/
.CF7_honbun input, .CF7_honbun textarea {
	width:100%;
	background-color: #fff;
	border-radius: 3px;
	border: 1px solid #d8d8d8;
	margin-top:10px;
	margin-bottom:25px
}

/*タイトル左ライン*/
.title_contact{
   position:relative;
}

span.wpcf7-list-item {
  margin-top: 20px;
  margin-bottom: 20px
}

.title_contact::before{
   content:"";
   display:inline-block;
   width:3px;
   height:30px;
   background-color:#6e4f22;
   position:absolute;
}

/*「必須」文字*/
.CF7_req{
	font-size:.8em;
	padding: 5px;
	background: #dc143c;
	color: #fff;
	border-radius: 3px;
}

/*個人情報*/
.title01 {
	font-size:18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#6e4f22;
	border:0;
	color:#fff;
	font-weight:bold;
	padding-right:50px;
	padding-left:50px;
	letter-spacing: 5px;
}

.CF7_btn{
	text-align:center;
	margin-top:30px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

.scroll2 {
    overflow: scroll;  /* 常にスクロールバーを表示 */
    height: 250px;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    padding: 10px;

    &::-webkit-scrollbar {
        width: 10px;
        height: 0;
    }

    &::-webkit-scrollbar-track {
        border-radius: 0px;
        height: 100%;
        background-color: #eeeeee;
    }

    &::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background-color: #c0c0c0;
    }
}


/* フッター========================== */

@media screen and (min-width: 960px){
	#footer .l-container {
	max-width: 1400px;
}
}

#footer .l-container {
	padding: 50px 5% 10px;
}

.l-footer__widgetArea {
	font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  font-style: normal;
	letter-spacing: 0.05rem;
}

.c-listMenu a {
	border-bottom: 0.8px solid #065f8e;
}

@media not all and (max-width: 960px) {
    #nav_menu-2, #nav_menu-3 {
	margin: 50px 0 0 0;
}
}

@media not all and (min-width: 960px) {
    .w-footer__box + .w-footer__box {
        margin-top: 0;
    }
}
	@media not all and (min-width: 960px) {
    .w-footer__box {
        padding: 0 0px;
    }
}

@media screen and (max-width: 768px) { 
  .widget_nav_menu {
   display: none;
  }
}

/*ぱんクズリスト非表示*/
#breadcrumb {
 display: none;
}

/*reCAPTCHA全面表示*/
.grecaptcha-badge {
	z-index: 1; 
}

/* 「トップへ戻るボタン」の位置調整 */ 
.p-fixBtnWrap { 
	bottom: 85px;
	right: 10px
}