@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
*/

/* 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;
}
}

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

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

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

.m-center {
	margin: 0 auto;
}

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

.c_table td{
	height: 70px;
}

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

.content_title {
	align-items: center; /* 横線を上下中央 */
  display: flex; /* 文字と横線を横並び */
  justify-content: center; /* 文字を中央寄せ */
}

.content_title::before,
.content_title::after{
	background-color: #161e3d; /* 横線の色 */
  content: "";
  height: 1px; /* 横線の高さ */
  width: 100px; /* 横線の長さ */
}

.content_title::before {
  margin-right: 15px; /* 文字との余白 */
}
.content_title::after {
  margin-left: 15px; /* 文字との余白 */
}

.text_blue {
	background: linear-gradient(to right, #004394 ,#161e3d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.font_size {
	font-size: clamp(1.8em, 3vw, 3rem);
}

.font_size2 {
	font-size: clamp(1.2em, 2vw, 2.5rem);
}

@media screen and (max-width: 480px) {
	.content_title::before,
.content_title::after{
  width: 30px; /* 横線の長さ */
}
.font_size,
.font_size2	{
	text-align: center;
}
}

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

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;
	background: #232323;
	background-size: 400%;
	color: #fff;
	letter-spacing: 0.2rem;
}
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(0, 67, 148, 1) 10.8%,
    rgba(22, 30, 61, 1) 94.3%
  );
  transition: all 0.475s;
}

.contact_box_outer 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 #fff;
	background: #232323;
	background-size: 400%;
	color: #fff;
}

.sp_menu_box 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 #fff;
	background: #232323;
	background-size: 400%;
	color: #fff;
}


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

.l-header {
	border-top: 8px solid #161e3d;
}

.c-gnav>.menu-item>a .ttl {
font-size: 15px;
letter-spacing: .1rem;   /*文字の間隔*/
  font-weight: bold;
}

/*ヘッダー電話番号*/
@media (min-width: 960px) {
.w-header__inner p {
line-height: 1.5;
}
}

.header_contact_phone {
font-family: Inter, "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
font-size: 1.4vw;
font-weight: 700;
color: #fff;
	white-space: nowrap;
letter-spacing: 1px;
}
.header_contact_phone span.icon-phone {
font-size: 1.2vw;
vertical-align: baseline;
margin-right: 2px;
}
.header_business_hours {
font-size: 0.7vw;
	color: #fff;
letter-spacing: 2px;
	white-space: nowrap;
text-align: center;
}

.header_phone_bg{
	background: #161e3d;
	padding: 0.5vw 1.2vw;
}

/* メガメニュー */
.my-parent-menu-pc {
  position : unset !important;
}
.my-parent-menu-pc .sub-menu {
  width: calc(100vw - 16px);
  border-top : 7px solid #161e3d;
	background-color: #f7f7f7;
	padding: 5%;
}
.my-parent-menu-pc .sub-menu a {
  padding: 0em;
}
.my-parent-menu-pc .sub-menu a:before {
  display : none;
}
.my-parent-menu-pc .sub-menu a:hover {
  background-color : unset;
}
.my-parent-menu-pc .sub-menu .ttl {
  left: 0 !important;
}

.megamenu_item {
	position: relative;
	overflow: hidden;
	width: 100%;
	box-shadow: 10px 5px 15px #2323;
}

.megamenu_item_text {
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	width: 80%;
	color: #fff;
	background:rgba(0,0,0,0.6);
	padding: 10px;
}
.megamenu_item_text 
.megamenu_title {
	font-size: 1.2rem;
}
.megamenu_item_text p {
	font-size: 0.8rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
}

.megamenu_item img {
	width: 100%;
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}

.megamenu_item :hover img {
	transform: scale(1.1);
}

/* SPメニュー======================= */

/*メニューの内容を消す*/
.p-spMenu__nav{
	display:none;
}
/*メニューのタイトルを消す*/
.c-widget__title.-spmenu{
  display:none;
}

/* 画像ループ======================== */

	@keyframes infinity-scroll-left {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 6);
}
.scroll-infinity__item>img {
  width: 100%;
	padding: 10px;
}


@media screen and (max-width: 768px) {
.scroll-infinity__item {
  width: calc(100vw / 3);
}
}


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

.hero_copy_area {
	position: relative;
}

.hero_copy01 {
	font-size: 5rem;
	font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
	color: #ff8300;
}

.hero_copy02 {
	font-size: 4.2rem;
	font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-style: italic;
	margin-bottom: 0;
	line-height: 0.5;
}

@media screen and (max-width: 768px) {
.hero_copy01 {
	font-size: 5rem;
	font-family: "Great Vibes", cursive;
  font-weight: 400;
  font-style: normal;
	color: #ff8300;
}

.hero_copy02 {
	font-size: 4rem;
}
}
@media screen and (max-width: 480px) {
.hero_copy02 {
	font-size: 2.3rem;
}
}

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

.page_head_title {
	position: relative;
}

.page_head_title::before {
	position: absolute;
	top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
	content: "";
    width: 200%;
    height: 200%;
	opacity: 0.3;
    background-image: url('https://www.kurusu.co.jp/wp-content/uploads/2025/05/tie02.png');
    background-position: center;
    background-size: contain;
	background-repeat: no-repeat;
}

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


.top_about_lead p {
	font-size: clamp(1.1rem, 3vw, 3rem);
	-webkit-transform: skew(-20deg);
  transform: skew(-20deg);
  color: #fff;
  background: linear-gradient(to right, #004394 ,#161e3d);
}

.top_about_outer  p {
	line-height: 2;
}

.top_about_outer_img {
	position: relative;
	z-index: 99;
}

.top_about_outer_img img {
  box-shadow: 5px 5px 10px rgba(0,0,0,0.2);
}

.grade{
	position: absolute;
	bottom: -5%;
	right: -15%;
  background-image: linear-gradient(45deg, #c2c5cc 25%, #f7f7f7 25%, #f7f7f7 50%, #c2c5cc 50%, #c2c5cc 75%, #f7f7f7 75%);
  background-size: 40px 40px;
  width: 110%;
  height: 110%;
	z-index: -1;
}
.grade_shoping{
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, 20%);
  background-image: linear-gradient(45deg, #c2c5cc 25%, #f7f7f7 25%, #f7f7f7 50%, #c2c5cc 50%, #c2c5cc 75%, #f7f7f7 75%);
  background-size: 40px 40px;
  width: 110%;
  height: 60%;
	z-index: -1;
}

.top_contents_item {
	position: relative;
	overflow: hidden;
	box-shadow: 10px 5px 15px #2323;
}

.top_contents_item_text {
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	color: #fff;
	background:rgba(0,0,0,0.6);
	padding: 20px;
}
.top_contents_item_text h4 {
	font-size: 2rem;
}
.top_contents_item_text p {
	font-size: 1rem;
	font-weight: bold;
	letter-spacing: 0.2rem;
}

.top_contents_item img {
  height: auto;
  transition: transform .6s ease; /* ゆっくり変化させる */
}

.top_contents_item :hover img {
	transform: scale(1.1);
}


/* オリジナルネクタイ================== */

.original_item {
	background-color: #f7f7f7;
	padding: 20px;
	border: 1px solid #c2c5cc;
	height: 100%;
}

.original_item p{
	padding: 0 1rem;
}

/* フォーマルネクタイ================ */

.grade_formal{
	position: absolute;
	top: 50%;
  left: 50%;
  transform: translate(-50%, 20%);
  background-image: linear-gradient(45deg, #c2c5cc 25%, #f7f7f7 25%, #f7f7f7 50%, #c2c5cc 50%, #c2c5cc 75%, #f7f7f7 75%);
  background-size: 40px 40px;
  width: 110%;
  height: 50%;
	z-index: -1;
}

/* ネクタイについて================== */

.flow_box {
	height: 100%;
	min-height: 280px;
	background-color: #fff;
	box-shadow: 10px 5px 15px #2323;
}

.flow_content {
	min-height: 280px;
	padding: 30px 0 0 40px;
}

/* 会社案内==================== */

.company_map_item {
	position: relative;
	top: -50px;
	background-color: #fff;
	border-radius: 100px;
	width: 20%;
	min-width: 430px;
	height: 70px;
	margin: 0 auto;
	padding: 10px 30px;
	box-shadow: 10px 5px 15px #2323;
	white-space: nowrap;
	line-height: 3;
}

@media screen and (max-width: 480px) {
.company_map_item {
	top: 0px;
	width: 90%;
	min-width: 200px;
}
}

/* お問い合わせ================== */
.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:#ff8300;
   position:absolute;
}

/*「必須」文字*/
.CF7_req{
	font-size:1.2rem;
	padding: 5px;
	color: red;
	border-radius: 3px;
}

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

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#ff8300;
	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;
}

/*個人情報スクロール*/
.scroll {
	border: 1px solid #d8d8d8;
	padding: 20px;
    overflow: hidden;
	height: 250px;
    &:hover {
      overflow: scroll;
      &::-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;
     }
  }
}

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


#footer {
	padding: 50px 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;
    }
}

/* 「トップへ戻るボタン」の位置調整 */ 
.p-fixBtnWrap { 
	bottom: 85px;
	right: 10px
}
		
/*reCAPTCHA全面表示*/
.grecaptcha-badge {
	z-index: 99;
}

/* ぱんくずリスト=============== */

#breadcrumb {
	display: none;
}
		