@charset "utf-8";

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

  COMMON

----------------------------------------------------- */
css/* =============================
   Journal Header
   ============================= */
.journal-header {
    padding: 60px 0 40px;
}

.journal-header__title {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 32px;
}

.journal-header__title span {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-left: 12px;
    vertical-align: middle;
    color: #a50134;
}

/* =============================
   Journal Tabs
   ============================= */
.journal-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 0;
    margin-bottom: 48px;
}

.journal-tabs__item {
    position: relative;
    display: inline-block;
    padding: 12px 24px;
    font-size: 0.95rem;
    color: #666;
    text-decoration: none;
    letter-spacing: 0.05em;
    transition: color 0.2s ease;
}

.journal-tabs__item::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #a50134;
    transform: scaleX(0);
    transition: transform 0.2s ease;
}

.journal-tabs__item:hover {
    color: #a50134;
}

.journal-tabs__item:hover::after {
    transform: scaleX(1);
}

.journal-tabs__item.is-active {
    color: #a50134;
    font-weight: 600;
}

.journal-tabs__item.is-active::after {
    transform: scaleX(1);
}

.journal-tabs__en {
    font-size: 0.8rem;
    color: inherit;
    margin-left: 4px;
    opacity: 0.8;
}

/* =============================
   Magazine Intro
   ============================= */
.magazine-read {
    margin-bottom: 48px;
}

.magazine-read p {
    font-size: 0.95rem;
    line-height: 2;
    color: #444;
}

/* =============================
   SP
   ============================= */
@media (max-width: 768px) {
    .journal-header {
        padding: 40px 0 24px;
    }

    .journal-header__title {
        font-size: 1.6rem;
    }

    .journal-tabs__item {
        padding: 10px 16px;
        font-size: 0.85rem;
    }

    .magazine-read p {
        font-size: 0.875rem;
    }
}

.magazine-thumbnail {
    position: relative;
}

.magazine-cat {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 1;
    background: #fff;
    color: #a50134;
	border: #a50134 1px solid;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
	line-height: 1;
	border-radius: 40px;
    padding: 6px 10px;
    pointer-events: none;
}

.magazine-read {
	text-align: left;
	margin-bottom: 30px;
}

.staff-box-inner {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-bottom: 60px;
}

.staff-box-inner .img {
	max-width: 40%;
}

.staff-box-inner .text {
	width: calc(100% - 45%);
}

.staff-box-inner .img p {
	margin-top: 15px!important;
}

.staff-box-inner .text dd {
	margin-bottom: 20px;
}


.recruit-page {
	text-align: left;
	font-size: 16px;
}

.message-box {
	display: flex;
	gap:40px;
}



.privacyPage {
	text-align:left;
	padding-bottom:50px;
}

.privacyPage h3 {
	margin-top:60px;
	border-left:3px #c00045 solid;
	padding-left:10px;
	margin-bottom:10px;
	font-weight:bold;
	font-size:18px;
}

.privacyPage p {
	margin-bottom:15px;
}


.recbanner {
  width: 90%;
  margin: 0 auto 20px auto;
  max-width: 300px;
}

.recbanner img {
  border: 1px solid #ddd;
}

.pageContainer{
	    padding: 125px 0 0px;
}

.pageMainVisual{
	padding: 120px 0px;
	background-image: url("../images/page/pagevis.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	margin: 0 auto 30px;
}

.pageMainVisual .inner{
	position: relative;
}

.pageMainVisual h1{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%) translateX(0%);   
 -webkit- transform: translateY(-50%) translateX(0%);
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #FFFFFF;
	font-size: 48px;
  font-weight: normal;
  
}

.pageMainVisual h1 span{
	font-size: 21px;
	vertical-align: middle;
	margin: 0 0 0 40px;
}

.pageTitle2{
	padding: 25px 40px;
	text-align: left;
	font-size: 36px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: relative;
	margin: 0 0 40px;
}


.pageTitle2 span{
	margin: 0 0 0 30px;
	font-size: 16px;
	vertical-align: middle;
	line-height: 1;
}

.pageTitle2::before{
	content: "";
	height: 100%;
	width: 4px;
	background-color: #CCCCCC;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(0deg, rgba(128,0,31,1) 0%, rgba(195,0,71,1) 75%, rgba(195,0,66,1) 100%);
}

.pageTitle3{
	padding: 15px 20px;
	text-align: left;
	display: block;
	font-size: 22px;
	position: relative;
		background: linear-gradient(0deg, rgba(128,0,31,1) 0%, rgba(195,0,71,1) 75%, rgba(195,0,66,1) 100%);
	color: #FFFFFF;
	margin: 0 auto 20px;
}

.businessTitle3{
    font-size: 24px;
    margin: 0 0 30px;
    padding: 15px 20px;
    line-height: 1;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: bold;
    background-color: #a50134;
    color: #FFFFFF;
}

.businessTitle4{
	font-size: 24px;
	margin: 0 0 10px;
	padding: 0 0 10px;
	display: block;
	border-bottom: 1px solid #a50134;
	   font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	line-height: 1;
}

.pageTitle05{
	font-size: 24px;
	margin: 0 0 15px 0;
	padding: 0 0 0 10px;
  border-left: 3px solid #a50134;
  display: block;

	   font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif; 
}

.businessTitle5 {
  font-weight: bold;
  font-size: 18px;
  color: #a50134;
  margin-bottom: 0;
}

.breadcrumbs {
  text-align: left;
  font-size: 12px;
  margin-bottom: 50px;
}

.wpcf7-list-item {
  display: block;
}


.corporateListH {
  text-align: left;
  margin-bottom: 10px;
  font-weight: bold;
  color: #ac0239;
  font-size: 20px;
}

@media screen and (max-width:1030px){

.pageContainer {
    padding: 80px 0 0px;
}	

	
}


@media screen and (max-width:767px){
	.staff-box {
		padding-top: 15px;
	}
	.staff-box-inner {
    flex-direction: column;
		gap:10px;
}
	
	.staff-box-inner {
    margin-bottom: 40px;
}
	
	.staff-box-inner .img {
	max-width: 100%;
}

.staff-box-inner .text {
	width: 100%;
}
	
	.pageTitle3 {
    padding: 14px 13px;
    font-size: 18px;
}

.breadcrumbs {

  margin-bottom: 20px;
}

}
	
/*about*/
.aboutSection{
	margin-bottom:100px;
}

.aboutSection02{
background: linear-gradient(145deg, rgba(128,0,31,1) 0%, rgba(195,0,71,1) 75%, rgba(195,0,66,1) 100%);
	padding: 170px 0px;
	margin:0 auto 120px;
	position: relative;
}

.pageProverb{
	position: absolute;
	right: 5%;
	top: 5%;
	    width: 40%;
}

.listCate02 {
  text-align: right;
  margin-bottom: 20px;
}

.aboutSection02 p{
	margin: 0 0 50px;
	display: block;
}

.aboutSection02 p:last-child{
	margin: 0;
}

.aboutSection02 .pageTitle2{
color: #FFFFFF;
	padding: 0px;
  letter-spacing: 0.1em;
}

.aboutSection02 .pageTitle2::before{
	content: none;
}

.aboutSection02 p{
	text-align: left;
	color: #FFFFFF;
}

.aboutSection p:not(.ceoName){
	text-align: left;
	display: block;
	margin: 0 0 20px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.aboutSection02 p:last-child {
  margin-bottom: 0;
}

.aboutSection .ceoName{
	text-align: right;
}

.aboutSection .ceoName span{
	font-size: 28px;
	margin: 0 0 0 15px;
}

.aboutImgList {
	margin-bottom: 50px;
	display: flex;
	gap:40px;
	justify-content: center;
    align-items: center;
	padding-bottom: 50px;
	border-bottom: 1px solid #ddd;
}

.aboutImgList li{
	
}

.magazineContentInner img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.magazineContentInner p {
  margin-bottom: 20px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.pageLinkArea {
  margin-top:-130px;
  padding-top:130px;
}

@media screen and (max-width:767px){
	.pageLinkArea {
  margin-top:-100px;
  padding-top:100px;
}

.pageMainVisual h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #FFFFFF;
    font-size: 30px;
	    display: block;
    width: 100%;
}	

	.pageMainVisual h1 span {
    font-size: 16px;
    vertical-align: middle;
    margin: 0 auto 0px;
    display: block;
    text-align: center;
}
	
.pageMainVisual {
    padding: 80px 0px;
    margin: 0 auto 10px;
}
	
.aboutSection p:not(.ceoName) {
    margin: 0 0 30px;

}	
	

.aboutSection .ceoName span {
    font-size: 20px;
    margin: 0 0 0 15px;
}	
	
.aboutSection {
    margin-bottom:60px;
}	
	
.pageTitle2 {
    padding: 0 20px;
    text-align: left;
    font-size: 22px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    position: relative;
    margin: 0 0 30px;
}	

.businessTitle3 {
    font-size: 20px;
    margin: 0 0 15px;
    padding: 15px 20px;
    line-height: 1;
}	
	
.pageTitle2 span {
    margin: 5px 0 0 0px;
    font-size: 16px;
    display: block;
}	
	
.pageProverb {
    position: absolute;
    right: 0%;
    top: 0%;
    width: 80%;
}	

.aboutSection02 p {
    margin: 0 0 20px;
    display: block;
}

.aboutSection02 p br {
  display: none;
}
	
.aboutSection02 {
    padding: 40px 0px;
    margin: 0 auto 60px;
}	
	
.aboutImgList li {
    margin: 0 50px 0px 0px;
	width: 40%;
}
	
	.aboutImgList li:last-child{
		margin: 0px;
	}	
	
	.aboutImgList li img{
		width: 100%;
	}	
	
	
}

/*business　outline*/

.businessSection{
	text-align: left;
	margin-bottom:120px;
}



.serviceBox {
	margin: 0 auto 60px;
}


.serviceBox.serviceBox02 .textBox{
	float: none;
	width: 100%;
}

.serviceBox .textBox{
	float: left;
	width: 50%;
}

.serviceBox.noImgBox .textBox{
	width: 100%;
}

.serviceBox .imgBox{
	float: right;
	width: 40%;
}

.serviceBox .textBox span{
    font-weight: bold;
    display: block;
    font-size: 22px;
    margin: 0 auto 10px;
    line-height: 1;
}

.serviceBox .text{
	margin: 0 0 20px;
	    font-size: 18px;
    line-height: 1.8;
}

.serviceBox .text p{
  font-size: 16px;
}



.productList li{
    width: 31%;
    float: left;
    text-align: left;
    padding: 20px;
    background-color: #fff0f3;
	    margin-bottom: 30px;
    margin-right: 25px;
	position: relative;
}

.productList li:nth-child(3n){
	margin-right: 0px;
}

.productList li .img{
	margin-bottom: 15px;
}

.productList li h4{
	font-size: 20px;
	margin-bottom: 12px;
    padding-bottom: 5px;
	   color: #971f37;
    border-bottom: 1px solid #971f37;
}

.productList li p{
	line-height: 24px;
	margin-bottom: 10px;
  font-size: 15px;
}

.productList li span{
	    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
}

.shopBtn a{
  text-align: center;
  display: block;
  width: 100%;
  margin-bottom: 20px;
  background-color: #971f37;
  padding: 10px;
  color: #fff;
  border: 1px solid;
  margin: 0 auto;
  transition: .15s;
}

.serviceBox .shopBtn a{
  width: 50%;
	margin: 0 auto 0 0;
	font-size:14px;
}

.productList  .shopBtn a{
  width: 100%;
	margin: 0 auto;
	font-size:14px;
}

.shopBtn a:hover{
	    background-color: #FFFFFF;
	  color: #971f37;
	text-decoration: none;
}



/* =========================================
   企業理念・タグライン セクション スタイル
   ========================================= */

.philosophy-section {

  position: relative;
  overflow: hidden;

background: linear-gradient(145deg, rgba(128, 0, 31, 1) 0%, rgba(195, 0, 71, 1) 75%, rgba(195, 0, 66, 1) 100%);
    padding:80px 0;
	margin-bottom: 80px;
}

/* セクション共通ラッパー（既存サイトに合わせて調整） */
.philosophy-section .inner {
  
}

/* セクション見出し（既存の h2 スタイルに合わせた構造） */
.philosophy-section .section-heading {
  margin-bottom: 60px;
}

.philosophy-section .section-heading h2 {
  font-size: 1.7rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.08em;
  margin: 0 0 6px;
}

.philosophy-section .section-heading h2 span {
  font-size: 0.85rem;
  font-weight: 400;
  color: #9a8640;
  letter-spacing: 0.15em;
  display: block;
  margin-top: 4px;
  font-family: 'Georgia', serif;
}

/* ── 企業理念ブロック ── */
.philosophy-block {
  margin-bottom: 64px;
	text-align: left;
}

.philosophy-block__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.philosophy-block__label::before,
.philosophy-block__label::after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background: #9a8640;
}

.philosophy-card {
  background: #fff;
  border-radius: 8px;
  padding: 36px 40px;
  position: relative;
}

.philosophy-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.05em;
  margin: 0 0 16px;
  line-height: 1.6;
}

.philosophy-card__title::before {
  content: '■';
  font-size: 0.65rem;
  color: #a50134;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.philosophy-card__text {
  font-size: 0.95rem;
  line-height: 1.9;
  color: #333;
  margin: 0;
}

/* ── タグラインブロック ── */
.tagline-block {
  margin-bottom: 64px;text-align: left;
}

.tagline-card {
  text-align: center;
  background: #fff;
  border-radius: 8px;
  padding: 44px 40px;
  position: relative;
  overflow: hidden;
}

.tagline-card::before {
  content: '"';
  position: absolute;
  top: -10px;
  left: 20px;
  font-size: 120px;
  color: rgba(212, 175, 55, 0.12);
  font-family: 'Georgia', serif;
  line-height: 1;
  pointer-events: none;
}

.tagline-card__sub {
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: #a50134;
  text-transform: uppercase;
  margin: 0 0 14px;
}

.tagline-card__main {
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.1em;
  margin: 0;
  line-height: 1.6;
}


/* ── ３つの心得ブロック ── */
.principles-block__heading {
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  margin: 0 0 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.principles-block__heading::after {
  content: '';
  flex: 1;
  height: 1px;
  background: linear-gradient(90deg, #d4af37 0%, transparent 100%);
}

.principles-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.principle-item {
  display: flex;
  gap: 20px;
  padding: 28px 30px;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ebe8de;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
	text-align: left;
}

.principle-item:hover {
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  border-color: #d4af37;
}

.principle-item__number {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: linear-gradient(145deg, rgba(128, 0, 31, 1) 0%, rgba(195, 0, 71, 1) 75%, rgba(195, 0, 66, 1) 100%);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.principle-item__body {
  flex: 1;
  min-width: 0;
}

.principle-item__title {
  font-weight: bold;
    font-size: 20px;
    color: #a50134;
  margin: 0 0 10px;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.philosophy-section h2 {
	color: #fff;
}

.principle-item__text {
  font-size: 18px;
  line-height: 1.85;
  color: #333;
  margin: 0;
}

/* レスポンシブ */
@media (max-width: 767px) {
  .philosophy-section {
    padding: 60px 0 80px;
  }

  .philosophy-section .inner {
    padding: 0;
  }

  .philosophy-section .section-heading h2 {
    font-size: 1.35rem;
  }

  .philosophy-card {
    padding: 28px 24px;
  }

  .tagline-card {
    padding: 36px 24px;
  }

  .tagline-card__main {
    font-size: 1.2rem;
  }

  .principle-item {
    padding: 22px 20px;
    gap: 14px;
  }
}



.access-box {
	display: flex;
	justify-content: space-between;
}

.access-box .text {
	width: 47%;
	text-align: left;
}

.access-box .google-map {
	width: 50%;
}



@media screen and (max-width:767px){
	.access-box {
    flex-direction: column;
		gap:25px;
}
	
	.access-box .text {
	width: 100%;
}

.access-box .google-map {
	width: 100%;
}
	
	.productList li {
    width: 100%;
    float: none;
    text-align: left;
    padding: 20px;
    margin-bottom: 20px;
    margin-right: 0px;
    position: relative;
}
	
	.message-box {
   
    flex-direction: column;
}
	
	.message-box .img {
		order: 1;
	}
	
	.message-box .text {
		order: 2;
	}
	
}




@media screen and (max-width:767px){
	.businessSection{

	margin-bottom:40px;
}

.serviceBox {
    margin: 0 auto 30px;
}	

.serviceBox .imgBox {
    float: none;
    width: 100%;
	    margin: 0px auto 20px;
}	
	
.serviceBox .textBox {
    float: none;
    width: 100%;
}

    
    
}

/*Corporate clients*/

.corporateSection{
	margin-bottom:120px;
}

.corporateSection p{
	text-align: left;
    display: block;
    margin: 0 0 60px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.attentionText{
    font-size: 13px;
    font-weight: bold;
    line-height: 1.8;
    margin: 15px auto 0;
}

.corporateBox .corporateList{
	float: left;
	width: 30%;
}

.corporateBox .corporateTextbox{
	float: right;
	width: 65%;
}

.corporateTextbox dl{
	text-align: left;
	margin: 0 auto 50px;
}

.corporateTextbox dt{
	font-weight: bold;
	font-size: 20px;
	margin: 0 auto 20px;
	padding: 0 0 10px;
	line-height: 1;
	border-bottom: 1px solid  #a50134;
}

.corporateTextbox dd{
	font-size: 18px;
	margin: 0 auto 20px;
	line-height: 1.5;
}

.corporateTextbox dd span {
 height:24px;
  width:24px;
  border-radius:50%;
  line-height:24px;
  text-align:center;
  background: linear-gradient(145deg, rgba(128,0,31,1) 0%, rgba(195,0,71,1) 75%, rgba(195,0,66,1) 100%);
	color: #FFFFFF;
  font-size:14px;
  display: block;
  float: left;
  margin-right: 6px;
}

.corporateBox .imgList{
	float: left;
	width: 30%;
}

.corporateBox .imgList li{
	position: relative;
}

.corporateBox .imgList li h3{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	line-height: 1;
		padding: 10px 20px;
	color: #FFFFFF;
	background: linear-gradient(0deg, rgba(128,0,31,1) 0%, rgba(195,0,71,1) 75%, rgba(195,0,66,1) 100%);
}

.corporateList li{
	float: none;
	width: 100%;
	margin: 0 0px 50px 0;
	position: relative;
}

.corporateList li:last-child{
	margin: 0;
}

.corporateList li::before{
    content: "\f078";
    font-family: FontAwesome;
    position: absolute;
    right: 50%;
    bottom: -55px;
    transform: translateY(-50%) translateX(-20%);
    -webkit- transform: translateY(-50%) translateX(-20%);
    font-size: 30px;
    color: #a50134;
}

.corporateList li:last-child::before{
	content: none;
}

.corporateList li h3{
	font-size: 18px;
	line-height: 1;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	position: absolute;
	left:0;
	top: 0;
	padding: 10px 20px;
	color: #FFFFFF;
	background: linear-gradient(0deg, rgba(128,0,31,1) 0%, rgba(195,0,71,1) 75%, rgba(195,0,66,1) 100%);
}

.corporateList li img{
	width: 100%;
}

.corporateList02 .imgList{
	float: left;
	width: 45%;
}


.corporateList02 .imgList li{
	float: left;
	width: 43%;
	width: calc((100% - 50px) / 2);
	position: relative;
}

.corporateList02 .imgList li:first-child{
	margin: 0 50px 0 0;
}

.corporateList02 .imgList li::after{
    content: "\f0da";
    font-family: FontAwesome;
    position: absolute;
    color: #a50134;
    line-height: 1;
    font-size: 30px;
    top: 50%;
    right: -35px;
    transform: translateY(-50%) translateX(-13%);
    -webkit- transform: translateY(-50%) translateX(-13%);
}

.corporateList02 .imgList li:last-child::after{
	content: none;
}

.corporateList02 li:not(.imgList li){
	margin: 0 auto 50px;
	position: relative;
}

.corporateList02 li:last-child{
	margin: 0;
}

.corporateList02 .textBox{
	text-align: left;
	float: right;
	width: 50%;
	position: absolute;
	    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
    -webkit- transform: translateY(-50%) translateX(0%);
}

.corporateList02 .textBox dt{
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 22px;
	border-bottom:1px solid #a50134;
	line-height: 1;
	padding: 0 0 10px;
	margin: 0 0 10px;
	font-weight: bold;
}

.corporateList02 .textBox dd::before{
	content: "・";
}


.corporateList02 .textBox dd{
	padding-left:1em;
	text-indent:-1em;	
	line-height: 1.5;
	margin: 0 0 15px;
	font-size: 16px;
}

.corporateList02 .textBox dd:last-child{
	margin: 0;
}

@media screen and (max-width:767px){
	
	.corporateSection {
    margin-bottom:60px;
}
	
.corporateList li {
float: none;
    width:100%;
    margin: 0 0px 30px 0;
    position: relative;
}	

.corporateList li::before {
    content: none;
}	

.corporateList02 .imgList {
    float: none;
    width: 100%;
	margin: 0 auto 15px;
}

.corporateList02 li:not(.imgList li) {
    margin: 0 auto 80px;
    position: relative;
}	

	
.corporateList02 .textBox {
    float: none;
    width: 100%;
    position:  initial;
    right: 0;
    top: 50%;
    transform:  initial;
    -webkit- transform:  initial;
}	
	
.corporateList02 .textBox dd {
    line-height: 1.9em;
    margin: 0 0 10px;
}	

.corporateList02 .imgList li::after {
    right: -35px;
}	

.corporateList02 .textBox dt {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 24px;
}	
	
.corporateBox .corporateTextbox {
    float: none;
    width: 100%;
	margin: 0 auto 0px;
}	
	
.corporateBox .corporateList {
    float: none;
    width: 100%;
		margin: 0 auto 30px;
}	
	
.corporateBox .imgList {
    float: none;
    width: 100%;
}	
	
.corporateBox .imgList li {
    width: calc((100% - 30px) / 2);
	margin: 0 30px 0 0px;
	float: left;
}	
	
	.corporateBox .imgList li:last-child{
		margin: 0;
	}	
	
.corporateBox .imgList li h3 {
    font-size: 0.5em;
    line-height: 1;
    padding: 5px 10px;
}	
	
	
}

.mb30 {
  margin-bottom: 30px!important;
}

/*Company Information*/

.companyTable{
	width: 100%;
}

.companyTable th{
	width: 20%;
	text-align: center;
	vertical-align: middle;
	background-color: #EEEEEE;
	color: #333333;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
	padding: 15px;
}

.companyTable th span{
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
}

.companyTable td{
	width: 80%;
	padding: 20px 20px;
	text-align: left;
	    line-height: 1.8;
}

.companyTable tr{
	border-top: 1px solid #ccc;
}

.companyTable tr:last-child{
	border-bottom: 1px solid #ccc;
}

.companyTable dt{
	font-size: 16px;
	font-weight: bold;
		margin: 0 auto 10px;
	line-height: 1;
	    line-height: 1.8;

}

.companyTable dd{
	margin: 0 auto 15px;
	
}

.companyTable dd:last-child{
	margin: 0px;
}

.companySection{
	margin-bottom:50px;
}

@media screen and (max-width:767px){
	.companyTable,
  .companyTable tr,
  .companyTable td,
  .companyTable th,
  .companyTable tbody {
    width: 100%;
    display: block;
  }
  
  
	.companyTable th {
   padding: 15px;
}

.companyTable td{
 
    padding: 15px 0 20px 0;
    text-align: left;
}	
	
}

/*partner*/

.partnerSection{
	text-align: left;
	margin-bottom:120px;
}

.partnerContact{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin: 0 auto 30px;
}

@media screen and (max-width:767px){
  .partnerSection{
    margin-bottom:40px;
  }

  .partnerContact{
    text-align: left;
    font-size: 18px;
  }
}

.partnerList{
	margin: 0 auto 60px;
}

.partnerList li{
	position: relative;
	text-align: left;
	padding: 25px 15px;
	background-color: #EEEEEE;
	margin: 0 auto 30px;
}

.partnerList li:last-child{
	margin: 0px;
}

.partnerList li span{
position: absolute;
	left: 3%;
	top: 50%;
	transform: translateY(-50%) translateX(50%);   
 -webkit- transform: translateY(-50%) translateX(50%);
	font-size: 30px;
	line-height: 1;
		font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro","游明朝体", "YuMincho", "游明朝", "Yu Mincho", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #a50134;
	font-weight: bold;
}

.partnerList li p{
float: right;
    width: 93%;
    line-height: 26px;
}

.partnerSection .pageBotann{
	margin: auto;
	display: block;
	text-align: center;
	max-width: 350px;
	padding: 20px 0px;
	border: 1px solid #a50134;
	color:  #a50134;
	transition: all 0.3s ease 0s;
}

.partnerSection .pageBotann:hover{
	text-decoration: none;
	background-color: #a50134;
	color: #FFFFFF;
}

@media screen and (max-width:767px){
.corporateTextbox dd{
	font-size: 16px;

}
	
	.partnerList li span {
    position:  initial;
    left:  initial;
    top:  initial;
    transform:  initial;
    -webkit- transform:  initial;
    font-size: 30px;
    line-height: 1;
display: block;
		text-align: center;
		margin: 0 auto 20px;
}

.partnerList li p {
    float: none;
    width: 100%;
    line-height: 1.8;
}	
	
}

/*contact form*/

.contactSection{
	margin: 0 auto 60px;
	text-align: left;
}

.contactSection p {
  margin-bottom: 25px;
}

.contactForm{
	width: 100%;
	margin: 0 auto 50px;
}

.contactForm tr{
	border-top: 1px solid #ccc;
}

.contactForm tr:last-child{
		border-bottom: 1px solid #ccc;
}

.contactSendBotann::after {
	content: "Send";
  display: inline-block;
	font-size: 11px;
  line-height: 1;
  font-weight: normal;
}

.contactForm th{
	width: 20%;
	text-align: left;
	vertical-align: middle;
	    background: #f8f8f8;
	padding: 0 0px 0 30px;
}

.contactForm th span {
  color: #ff0000;
  font-size: 10px;
}

.contactForm th strong {
  display: block;
  font-size: 11px;
  line-height: 1;
  font-weight: normal;
}

.contactForm td{
	width: 80%;
	padding: 30px 20px;
}

.contactSendBotann{
	    display: block;
    margin: auto;
    width: 40%;
    border-radius: 0px;
    padding: 20px 0px;
    font-size: 18px;
	border: 1px solid #a50134;
	background-color: #FFFFFF;
	transition: all 0.3s ease 0s;
	color:  #a50134;
}

.contactSendBotann:hover{
	text-decoration: none;
		background-color: #a50134;
		color:  #FFF;

}

.contactForm .formName{
	    width: 40%;
	min-width: 300px;
    border-width: 0px;
    background-color: #ccc;
    padding: 10px 15px;
}

.contactForm .telNumber{
		    width: 15%;
	min-width: 120px;
    border-width: 0px;
    background-color: #ccc;
    padding: 10px 15px;
}

.contactForm .mailAddress{
			    width: 40%;
	min-width: 300px;
    border-width: 0px;
    background-color: #ccc;
    padding: 10px 15px;
}

.contactForm .contactText{
	width: 100%;
    border-width: 0px;
    background-color: #ccc;
    padding: 10px 15px;

}

.streetAddress .postNumber{
	width: 20%;
    min-width: 150px;
    border-width: 0px;
    background-color: #ccc;
    padding: 10px 15px;
	margin: 0px 0px 0px 15px;
}

.streetAddress .preFectures{
		width: 10%;
    min-width: 80px;
    border-width: 0px;
    background-color: #ccc;
    padding: 10px 15px;
	margin: 0px 0px 0px 15px;
}

.streetAddress li{
	margin: 0 auto 10px;
}

.streetAddress .streetAddressText{
	display: block;
	width: 100%;
    border-width: 0px;
    background-color: #ccc;
    padding: 10px 15px;
	margin: 0px;
}

@media screen and (min-width:767px) {
  .spBottomLink {
    display: none;
  }
}


.spBottomLink {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

.spBottomLink li {
  width: 50%;
  float: left;
  text-align: center;
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
}

.spBottomLink li a {
  display: block;
  padding: 16px 0;
}

.spBottomLink li:first-child a {
  color: #fff;
  background: linear-gradient(rgba(47,110,180,1) 30%, rgba(45,63,148,1) 100%);
}

.spBottomLink li:last-child a {
  color: #fff;
  background: linear-gradient(0deg, rgba(128,0,31,1) 0%, rgba(195,0,71,1) 75%, rgba(195,0,66,1) 100%);
}

.spBottomLink li:first-child a::before {
	content: "\f095";
	font-family: FontAwesome;
	margin-right: 8px;
}

.spBottomLink li:last-child a::before {
	content: "\f0e0";
	font-family: FontAwesome;
	margin-right: 8px;
}

@media screen and (max-width:767px) {
	
	.contactForm th{
	width: 100%;
		display: block;
		text-align: left;
		padding: 20px 20px; 
		border-bottom: 1px solid #ccc;
}

	.contactForm td{
	width: 100%;
		display: block;
}

.contactSendBotann {
    width: 80%;
}	
	
.contactForm .formName {
    width: 100%;
}	
	
.contactForm .mailAddress {
    width: 100%;
}	

.contactForm .telNumber {
    width: 100%;
}	
	
	
}


.areaList {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 25px 0;
  padding: 0;
}

.areaList li {
  background: #a50134;
  color: #fff;
  font-size: 15px;
  padding: 6px 18px;
  border-radius: 30px;
  letter-spacing: 0.04em;
}

.specialBox {
    background: #fffbfc;
    border: 1px solid #a50134;
    border-radius: 8px;
    padding: 24px 28px;
    margin-top: 20px;
}


.specialBox h4 {
    font-size: 18px;
    font-weight: 700;
    color: #a50134;
    margin: 0 0 10px;
}



.flow-step {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: step;
	margin-bottom: 50px;
}

.flow-step li {
  position: relative;
  margin: 0 0 24px;
  padding: 28px 28px 28px 96px;
  background: #fff;
  border: 1px solid #e4e1d8;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
  font-size: 16px;
  line-height: 2;
  color: #333;
}

.flow-step li:last-child {
  margin-bottom: 0;
}

.flow-step li::before {
  counter-increment: step;
  content: counter(step, decimal-leading-zero);
  position: absolute;
  top: 28px;
  left: 28px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #a50134;
  letter-spacing: 0.04em;
}

.flow-step li::after {
  content: "";
  position: absolute;
  top: 64px;
  left: 40px;
  width: 1px;
  height: calc(100% + 24px);
  background: #d8d4ca;
}

.flow-step li:last-child::after {
  display: none;
}

.flow-step strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 700;
  color: #a50134;
}

.flow-step br {
  display: none;
}

@media (max-width: 767px) {
  .flow-step li {
    padding: 72px 20px 20px;
    font-size: 15px;
    line-height: 1.9;
  }

  .flow-step li::before {
    top: 22px;
    left: 20px;
    font-size: 22px;
  }

  .flow-step li::after {
    display: none;
  }

  .flow-step strong {
    font-size: 18px;
  }
	
	.aboutImgList {
    gap: 10px
	}
	
	.businessTitle5 {
    line-height: 1.5;
    margin-bottom: 10px;
}
}



.faq-section {
  margin: 0 auto;
}

.faq-group + .faq-group {
  margin-top: 72px;
}

.faq-group-title {
  margin: 0 0 24px;
  padding-bottom: 14px;
  border-bottom: 2px solid #a50134;
  font-size: 30px;
  line-height: 1.5;
  font-weight: 700;
  color: #222;
}

.faq-item {
  border-bottom: 1px solid #ddd7db;
}

.faq-item:first-of-type {
  border-top: 1px solid #ddd7db;
}

.faq-question {
  position: relative;
  width: 100%;
  padding: 24px 64px 24px 0;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 700;
  color: #222;
  transition: color 0.3s ease;
}

.faq-question:hover {
  color: #a50134;
}

.faq-question::before,
.faq-question::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  width: 18px;
  height: 2px;
  background: #a50134;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.faq-question::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-item.is-open .faq-question {
  color: #a50134;
}

.faq-item.is-open .faq-question::after {
  transform: translateY(-50%) rotate(0deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s ease;
}

.faq-item.is-open .faq-answer {
  grid-template-rows: 1fr;
}

.faq-answer-inner {
  overflow: hidden;
  padding: 0 24px 0 0;
  font-size: 16px;
  line-height: 2;
  color: #444;
}

.faq-item.is-open .faq-answer-inner {
  padding: 0 24px 24px 0;
}

.faq-answer-inner br + br {
  display: block;
  content: "";
  margin-top: 0.6em;
}

@media (max-width: 767px) {
  .faq-group + .faq-group {
    margin-top: 56px;
  }

  .faq-group-title {
    font-size: 24px;
    margin-bottom: 18px;
    padding-bottom: 12px;
  }

  .faq-question {
    padding: 18px 52px 18px 0;
    font-size: 16px;
    line-height: 1.7;
  }

  .faq-question::before,
  .faq-question::after {
    right: 10px;
    width: 16px;
  }

  .faq-answer-inner {
    font-size: 15px;
    line-height: 1.9;
    padding-right: 0;
  }

  .faq-item.is-open .faq-answer-inner {
    padding: 0 0 18px;
  }
}

.privacy-policy-text p {
	margin-bottom: 0!important;
}

.privacy-policy-text,
.privacy-policy-text02 {
	text-align: center;
}

.privacy-policy-text02 a {
	text-decoration: underline;
}

.magazineContentInner h2 {
    font-size: 22px;
    line-height: 1.5;
    font-weight: 700;
    padding: 0 0 10px 0;
    border-bottom: 3px solid #a50134;
	color: #a50134;
	margin-bottom: 20px;
	margin-top: 60px;
}

.magazineContentInner h3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 700;
    color: #a50134;
	margin-bottom: 20px;
	margin-top: 30px;
}


.magazine-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
	margin-bottom: 50px;
	text-align: left;
}

.magazine-item a h3 {
	color: #a50134;
}

.magazine-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  margin-bottom: 1rem;
	border: 1px solid #a50134;
}

.magazine-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.magazine-title {
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 0.5rem 0;
	color: #a50134;
	text-align: left;
}

p.magazine-excerpt {
    margin-bottom: 20px;
	text-align: left;
	line-height: 1.5;
}


.bt-style02 a {
    border: 1px solid #a50134;
    padding: 13px 0;
    text-align: center;
    display: block;
    font-weight: 500;
    color: #fff;
    position: relative;
    background: #a50134;
    border-radius: 40px;
}

.bt-style02 a:hover {
    color: #a50134;
    background: #fff;
}



@media (max-width: 767px) {

.magazine-grid {
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 50px;
    text-align: left;
}

}


