@charset "UTF-8";


/** -----------------------------------------------
悩み中
------------------------------------------------**/
.shape_left,
.shape_right{
	position: absolute;
	width: clamp(200px, 35vw, 500px);
	z-index: 900;
	z-index: 4;
}

.shape_left {
    left: -60px;
    bottom: -50px;
}

.left2{
	left: -60px;
    bottom: 50px;
}

.left3{
	left: -100px;
    bottom: 30px;
}

.shape_right{
    right: -50px;
    top: -20px;
}

.right2{
	right: -70px;
    top: 10px;
}

.right3{
	right: -90px;
    top: -20px;
}


/** -----------------------------------------------
	共通
------------------------------------------------**/
body {
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
	color: #464646;
	font-family: "Noto Sans JP", メイリオ,sans-serif;
	font-weight: 300;
	overflow-x: hidden;
}

.section_inner-wrap{
	width: 1000px;
    max-width: none;
    margin: 0 auto;
}

.mv_maincopy,
.vision_descriptions,
.c-title, 
ul.gnav-pc li a,
.gnav-sp a,
.button   {
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 500;
}

img{
	max-width : 100%;
}

/* =================
	bg_wave
================= */

.bg_wave {
    position: absolute;
    bottom: 0px;         /* 配置 */
    left: 0;            /* 左端に合わせる */
    width: 100%;        /* 横幅いっぱいに広げる */
	z-index: 1;
	pointer-events: none;
}

.bg_wave--top{
	top: 0;
}

/** -----------------------------------
   共通
-------------------------------------**/
#mainvisual,#vision,#gallery,#service,#interview,#career,#welfare{
	position: relative;
}

/** -----------------------------------
   共通見出し
-------------------------------------**/
.c-heading_primary{
	margin-bottom: 40px;
}

.c-heading_primary_sub {
	display: flex;
	align-items: center;
	gap: 4px;
	font-family: "Barlow", sans-serif;
	font-size: 14px;
	letter-spacing: 0%;
	font-weight: 400;
	color: #464646;
	margin-bottom: 8px;
}

.c-heading_primary_sub::before {
	content: "";
	width: 8px;
	height: 2px;
	border-radius: 20px;
	background: #424E69
}

.c-heading_primary_main{
	font-family: "Zen Maru Gothic", sans-serif;
	font-size: 36px;
	line-height: 1.06;
	font-weight: 400;
	color: #464646;
}


/** -----------------------------------
    ボタン
-------------------------------------**/
.button_wrap{
	display:flex;
    justify-content:center;
    margin-top:70px;
}

.button{
	display:flex;
	justify-content: space-between;
	align-items:center;
	height: 50px;
    padding:0 16px 0 48px;
	background-color: #424E69;
	color: #FFFFFF;
	border-radius: 50px;
	text-decoration: none;
	font-size: 18px;
	letter-spacing: 0.04em;
	font-weight: 700;
	text-align: center;
}

.button svg{
    width:20px;
    height:20px;
    flex-shrink:0;
	margin-left: 32px;
    transition: transform .3s ease;
}

.button:hover svg{
	transform: translateX(4px);
}

.button:hover{
    opacity:.8;
}



/* =================================
	header
================================= */
 #header{
	background-color: #FFFFFF;
	width: 100%;
	height: 70px;
	display: flex;
	padding: 10px 10px ;
	position: fixed;
	top: 0;
	z-index: 5;
	justify-content: space-between;
}

  .header_logo{
	display: flex;
	align-items: center;
	width: 237px;
	flex-shrink:0;
}

 .header_logo a{
	display: flex;
}

  .gnav-pc-wrap{
	align-items: center;
	display: flex;
	margin-left:auto;
}

.gnav-sp-wrap{
    display:none;
}

 .header_logo_img{
	width: 100%;
}

 .gnav-pc-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap:24px;
	padding: 0;
	margin: 0;
	list-style: none;
}

 ul.gnav-pc li a  {
	display: inline-block;
	padding-left: 20px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	color: #464646;
	white-space: nowrap;
	
}

 ul.gnav-pc li {
	display: inline;
	margin-right:0px
	flex-wrap:nowrap;
	white-space:nowrap;
}

ul.gnav-pc li a:hover {
	color: #F08658;
	opacity: 0.8;
}

a.button--header{
	font-size: 20px;
	letter-spacing: 0.16em;
	margin-left: 0;
	text-align: center;
	padding: 0 32px;
}

.hamburger{
    display:none;
}


/** -----------------------------------
    メインビジュアル
-------------------------------------**/
#mainvisual {
    width: 100vw;          
	min-height: 700px;
    height: min(64vw, 920px);    
	margin-top: 70px;       
    box-sizing: border-box;
    color: #FFFFFF;
	background-image: url("../../images/bg_kv-PC.jpg");
    background-repeat: no-repeat;   
    background-size: cover;     /* ★枠に合わせて写真を綺麗にフィットさせる */
    background-position: center;/* ★中央合わせ */
    overflow: hidden;
}

.mv_copy-wrap{
	position: absolute;
	top: 10%;
	left:clamp(40px,11vw,158px);
	transform:translateY(-50%);
	display: flex;
  	flex-direction: column; /* 縦並びにする */
  	gap: 16px;

}


.mv_maincopy{
	font-size: 70px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: -1.5px;
}

.small_text{
	font-size: 0.75em;
}

.mv_subcopy {
  	display: flex;
  	align-items: center; /* 上下中央揃え */
  	gap: 1rem; /* 線とテキストの間隔 */
  	font-size: 16px;
  	letter-spacing: 0px;
 	line-height: 0.8;
  	font-weight: 400;
}



/* 左側の線 */
.mv_subcopy::before {
  content: "";
  width: 112px; /* 線の長さ */
  height: 1px; /* 線の太さ */
  background-color: #FFFFFF; /* 線の色 */
  flex-shrink: 0; /* 画面が狭くなっても線を縮めない */
}

.visually-hidden{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* =================
	vision
================= */
#vision{
	background-color: #e5b2ae33;
	padding: 158px 0px 220px;
}

.vision_inner{
	display: flex;
    gap:60px;
    align-items:center;
}


.vision_descriptions{
	width: 60%; 
  	font-size: 18px;
	line-height: 2;
  	letter-spacing: 1.5px;
	letter-spacing: 0.2em;
  	font-weight: 500;
	gap: 30px;
	color: #464646;

}

.img_vision1 {
    max-width:40%;
 
}

.vision_descriptions p {
	margin-top: 60px;
}

.vision_descriptions p:first-child{
    margin-top: 0;
}


.button_wrap--right{
	display: flex;
    justify-content:flex-end;
}

/* =================
	gallery
================= */
#gallery{
    width: 100%;
	background-color: #e5b2ae33;
    padding-top:40px;
    padding-bottom:410px;
	overflow: visible;
}

.slider{
    width: 100%;
	max-width:100%;
	overflow:hidden;

}

.slider_track{
    display: flex;
    gap: 10px;
	width: max-content;
	animation: slide 30s linear infinite;
}
@keyframes slide{
    from{
        transform: translateX(0);
    }

   to{
      transform: translateX(calc(-50% - 5px));
    }
}

.slider_track img{
    width: 346px;
    height: auto;
    object-fit: cover;
    flex-shrink: 0;
	border-radius: 20px;
}

/* =================================
	service
================================= */
#service{
	background-color: #FBF3EE;
	padding: 150px 0 320px 0;
}

.p-service_list{
	margin-top: 70px;
}

.p-service_item {
    display: flex;
	align-items: center;
	margin: 50px 0;
	column-gap: 50px;
	border-top: 1px solid #4646464D;
	padding-top: 50px;
}

.p-contents{
	display:flex;
    flex-direction:column;

}

.c-title{
	font-family: ;
	font-size: 28px;
	font-weight: 500;
}

.c-text{
	font-size: 18px;
	line-height: 1.8;
	font-weight: 400;
	opacity: 0.7;
	margin-top: 30px;
}

.c-frame{
	width: 320px;
    flex-shrink: 0;
}

.c-frame img{
    display:block;
    width:100%;
    border-radius:20px;
}


/* =================================
	interview
================================= */
#interview{
	background-color: #FFFFFF;
	padding: 140px 0 112px 0;
}

.interviews{
	margin-top: 70px;
}

.p-interview-card_list{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 119px;
	list-style:none;
    margin-top: 70px;
    padding:0;
	color: #464646;
}

.p-interview-card_item{
	max-width: 440px; 
}

.p-interview-card_link{
	color: inherit;
	display: block;
    text-decoration: none;
}

.p-interview-card_image{
    position: relative;
	overflow: hidden;
	border-radius: 20px;
}

.p-member_img{
	display: block;
	width:100%;
    height:auto;
	transform: scale(1);
    transform-origin: center 35%;
    transition: none;
}

.p-interview-card_arrow{
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
}

.p-interview-card_divison{
	margin-top: 20px;
	align-items: center;
	width: 184px;
	height: 29px;
	background-color: #FAF0EF;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	border-radius: 50px;
}

.bg_orrange{
	background-color: #FBF3EE;
}

.bg_blue{
	background-color: #E0EEF0;
}

.p-interview-card_title{
	margin-top: 10px;
	font-size: 26px;
	font-weight: 400;
	line-height: 1.4;
}

.p-interview-card_tags{
	margin-top: 10px;
	display: flex;
	flex-wrap:wrap;
	gap: 18px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	color: #4646464D;
}

.p-interview-card_name{
	margin-top: 5px;
	font-weight: 400;
}
.p-interview-card_link:hover .p-member_img{
    transform: scale(1.05);
    transition: transform 0.5s ease-out;
}

/* =================================
	career
================================= */
#career{
	background-color: #FBF3EE;
	padding: 277px 0 394px 0;
}

.p-career_wrap{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
	list-style:none;
    padding:0;
	color: #464646;
	justify-items: center; 
	margin-top: 80px;
}


.p-career_link {
  	position: relative;
  	display: flex;
  	justify-content: center;
  	align-items: center;
	width: 100%;
	height: 50px;
	border-radius: 30px;
  	text-decoration: none;
  	color: #464646;
	font-weight:600;
	background-color: #FFFFFF;
}

.p-career_item {
  	width: 300px;
}

.p-career_icon {
  	position: absolute;
  	right: 12px;
 	display: flex;
  	justify-content: center;
  	align-items: center;
	width: 30px;
 	height: 30px;
	border-radius: 50%;
  	background: #F8EDED;
}


/* =================================
   welfare
================================= */
#welfare{
	background-color: #FFFFFF;
	padding: 87px 0 137px 0;
}

.p-welfare_contents{
    display:grid;
    grid-template-columns: 300px 1fr;
    gap:110px;
    align-items:center;
	max-width: 840px;
	margin: 120px auto 0;
}

.p-welfare_img{
	max-width: 300px;
	width:100%;
}


.p-welfare_wrap{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:40px 20px;
    list-style:none;
    padding:0;
	margin: 0;
	font-weight:600;
}


.p-welfare_inner {
	display: flex;
	flex-direction: column;
    align-items: center;          
}


.p-welfare_inner img{
	width: 80px;      /* ★アイコンサイズを固定 */
	height: auto;
	object-fit: contain;
	margin: 0 auto 12px;
}

.p-welfare_cta{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 80px;
}

.p-welfare_button-top{
    position: relative;
    display: inline-block;
    margin-bottom: 4px;

}

.button--middle{
	min-width: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
}



/* =================================
	entry
================================= */
#entry{
	background-image: url(../../images/bg_entry.png) ;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	padding: 137px 0 137px 0;
	text-align: center;

}

.entry_massage{
	margin-bottom: 40px;
	color: #FFFFFF;
}

.entry_text{
	font-weight: 500;
	line-height: 1;
	color: #FFFFFF;
}

.p-entry_buttons{
    display:flex;
    justify-content:center;
	gap: 106px;
    margin-top:80px;
}

.button--large{
	justify-content:center;
	max-width: 294px;
	height: 100px;
    padding:0 80px;
	border-radius: 120px;
	font-size: 24px;
	font-weight: 400;
}

.button--outline{
	background-color: transparent;
	border: solid 2px;
	border-color: #424E69;
	color: #424E69;
}


/* =================================
	footer
================================= */
#footer{
	background-color: #FFFFFF;
	margin: 24px 120;
}

.footer_inner {
	max-width:1200px;
    margin: 0 auto;
    display:flex;
    justify-content:space-between;
    align-items:center;
	color: #464646;
	font-size: 12px;
}

/* 左エリア（ロゴ ＋ ナビゲーション） */
.footer_left {
	display: flex;
	align-items: center;
	gap: 24px; /* ロゴとリンク群の間隔 */
}

.footer_right {
	margin-top:auto;
	align-self:flex-end;
}

.footer_logo img{
    width:170px;
    height:auto;
    display:block;
}

/* ナビゲーション */
.footer_nav {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
  	flex-direction: column; /* 縦並び */
  	gap: 10px; /* リンク同士の間隔 */
}

.footer_nav a {
	display: inline-block;
	text-decoration: underline; 
	color: #464646;
	transition: opacity 0.4s ease;
}

.footer_nav a:hover {
	opacity: 0.7;
}

/* 右エリア（コピーライト） */
.footer_copy {
	margin-top:100px;
	text-align:center;
}


/** -----------------------------------------------
  PC :  画面の横幅が641px以上  768以下
------------------------------------------------**/
@media screen and (max-width: 768px) {

.pc-only{
	display: block;
}

.sp-only{
	display: none;
}

/* ==========================
   Header
========================== */
#header{
	display: flex;
	justify-content:space-between;
    align-items:center;
    height:70px;
    padding:0 16px;
}

.header_logo{
    width:170px;
}

/* PCナビを非表示 */
.gnav-pc-wrap{
    display:none;
}

/* ハンバーガー */
.hamburger{
    width:40px;
    height:40px;
    position:relative;
    display:flex;
    justify-content:center;
    align-items:center;
    background:#41577B;
    border:none;
    border-radius:8px;
    cursor:pointer;
    padding:0;
}


.hamburger span{
    position:absolute;
    width:16px;
    height:1px;
    background:#fff;
    transition:.3s;
}

.gnav-sp-wrap {
    display: none;
}


.gnav-sp-wrap.is-open{
    display:block;
    position:fixed;
    top:70px;
    left:0;
    width:100%;
    background:#fff;
    z-index:999;
    padding:24px 0;
}

.gnav-sp{
    list-style:none;
    margin-top:40px;
    padding:0;
}

.gnav-sp a{
    display:block;
    padding:10px 16px 10px 40px;
	text-align: center;
    text-decoration:none;
    color:#464646;
	font-size: 18px;
	font-weight: 500;
}

a.gnav_sp_link{
    display:flex;
	justify-content:flex-start;
    align-items:center;
    gap:10px;
}

.gnav_sp_link::before{
    content:"";
    width:8px;
    height:2px;
    background:#424E69;
}

a.button--SP{
	margin: 48px auto;
	text-align: center;
	width: 198px;
	padding: 0 48px;
}

.hamburger span:nth-child(1){
    transform:translateY(-5px);
}

.hamburger span:nth-child(2){
    transform:translateY(0);
}

.hamburger span:nth-child(3){
    transform:translateY(5px);
}

.hamburger.active span:nth-child(1){
    transform:rotate(45deg);
}

.hamburger.active span:nth-child(2){
    opacity:0;
}

.hamburger.active span:nth-child(3){
    transform:rotate(-45deg);
}

/** -----------------------------------------------
  Smartphone :  画面の横幅が640pxまで
------------------------------------------------**/

/* 共通のインナー幅設定 */
.section_inner-wrap {
	width: calc(100% - 40px);
	max-width: 550px;
    margin: 0 auto;
}

body {
	font-size: 14px;
	line-height: 1.8;
}

/* PCナビゲーションをスマホで非表示 */
.gnav-pc-wrap  {
    display: none;
}

/* 共通見出し */
.c-heading_primary{
    margin-bottom:14px;
}

.c-heading_primary_main{
    font-size:24px;
    line-height:1.5;
}

.c-heading_primary_sub {
	font-size: 10px;
	letter-spacing: 0%;
	line-height: 1;
	margin-bottom: 4px;
}

/* ボタン */
.button{
    min-width:208px;
    height:50px;
    padding:0 8px 0 24px;
    font-size:16px;
    justify-content:center;
    gap:12px;
}

.button_wrap{
	margin-top: 48px;
}

.button svg{
    margin-left:0;
}

.pc-only{
	display: none;
}

.sp-only{
	display: block;
}

.shape_left,.shape_right {
	width: opacity: 0.6;
}

.shape_left {
    left: -30px;
}

.left2{
	left: -50px;
	bottom: 0px;
}

.left3{
	left: -30px;
    bottom: -30px;
}

.shape_right{
    right: -50px;
    top: -20px;
}

.right2{
	right: -30px;
}

.right3{
	right: -20px;
}

/* -----------------------
   Vision
----------------------- */
#vision{
    padding:100px 0;
}

.vision_inner{
    flex-direction:column;
    gap:32px;
}

.img_vision1{
    max-width:240px;
}

.vision_descriptions{
    width:100%;
    font-size:16px;
	font-weight: 400;
    line-height:2;
}

.vision_descriptions p{
    margin-top:24px;
}

.button_wrap--right{
    justify-content:center;
}

/* -----------------------
   Gallery
----------------------- */

#gallery{
    padding:100px 0 200px;
}

.slider_track img{
    width:182px;
    height:137px;
}

/* -----------------------
   Service
----------------------- */
#service{
    padding:100px 0;
}

.p-service_item{
    flex-direction:column;
	margin: 32px 0;
	padding-top: 20px;
    gap:16px;
}

.c-frame{
    width:100%;
}

.c-title{
    font-size:20px;
}

.c-text{
    font-size:14px;
    line-height:2;
	margin-top: 8px;
}

/* -----------------------
   Interview
----------------------- */
#interview{
    padding:80px 0;
}

.p-interview-card_list{
    grid-template-columns:1fr;
    gap:40px;
	padding: 0 20px;
}

.p-interview-card_item{
    max-width:none;
}


.p-member_img{
	width:100%;
}

.p-interview-card_arrow{
    right: 12px;
    bottom: 12px;

}

.p-interview-card_divison{
	margin-top: 16px;
	width: 130px;
	height: 22px;
	font-size: 10px;
	line-height: 22px;
}

.p-interview-card_title{
	margin-top: 10px;
	font-size: 18px;
}

.p-interview-card_tags{
	font-size: 10px;
}

.p-interview-card_name{
	margin-top: 0;
	font-size: 14px;
}

/* -----------------------
   Career
----------------------- */
#career{
    padding:120px 0;
}

.p-career_wrap{
    grid-template-columns: 1fr;
	gap: 12px;
	margin-top: 32px;
}

.p-career_icon{
	right: 4px;
}

.p-career_item{
    width:100%;
}

.p-career_link {
    width: min(90%, 320px);
    height: 44px;
    margin: 0 auto;
}
}

/* -----------------------
   Welfare
----------------------- */
.p-welfare_contents{
    grid-template-columns:1fr;
    gap:32px;
    margin-top:32px;
}

.p-welfare_wrap{
	order:1;
    gap:16px;
}

.p-welfare_inner img{
    width:64px;              
    height:auto;
}

.p-welfare_img{
    order:2;                    /* 画像はアイコンの後ろ */
	margin: 0 auto;
}

.p-welfare_cta{
    margin-top: 48px;
}

/* -----------------------
   Entry
----------------------- */
#entry{
    padding:100px 0;
	background-size:cover;
    background-position:center;
}

.entry_massage{
	font-size: 33px;
}

.p-entry_buttons{
    flex-direction:column;
    align-items:center;
	margin-top: 52px;
	gap:24px;
}

.button--large{
    width:294px;
    height:100px;
    font-size:18px;
    padding:0;
}

/* -----------------------
   Footer
----------------------- */
.footer_inner{
    flex-direction:column;
    gap:40px;
	margin-left: 16px;
    align-items:flex-start;
}

.footer_left{
    flex-direction:column;
    align-items:flex-start;
	gap:10px;
}

.footer_right{
    align-self:flex-end;
}

.footer_copy{
    margin-top:0;
}


/** -----------------------------------------------
  Smartphone :  画面の横幅が641pxまで
------------------------------------------------**/
@media screen and (max-width:641px){

/* -----------------------
   メインビジュアル
----------------------- */
#mainvisual {
    min-height: 0;                                          /* PC用700px制限を解除 */
    height: 160vw;                                          /* SP用の縦横比に合わせて調整 */
    background-image: url("../../images/bg_kv-SP.jpg"); /* ★SP用画像に差し替え */
}


.mv_copy-wrap{
    top:3%;
    left:10%;
    transform:none;
    gap:16px;
}

.mv_maincopy{
    font-size:48px;
    line: height 1.16em;
}

.small_text{
	font-size: 40px;
}
.mv_subcopy{
    font-size:10px;
}

.mv_subcopy::before{
    width:70px;
	height: 0.5px;
}

.sp_copy {
	display: block;
}

