@charset "utf-8";
/*----------------------------------------------
	.class name
---------------------------------------------*/
/*----------------------------------------------
	.c_nav_type01
---------------------------------------------*/
.c_nav_type01 {
  list-style: none;
  align-self: center;
}
.c_nav_type01 a, .c_nav_type01 span {
  font-size: 1.6rem;
  color: #333;
  text-decoration: none;
  text-align: left;
  position: relative;
  font-size: clamp(1.3rem, 1.0vw, 1.6rem);
}
.c_nav_type01 ul {
  display: flex;
  list-style: none;
  flex-wrap: nowrap;
}
.c_nav_type01 ul li {
  margin-right: 30px;
}
.c_nav_type01 a:hover, .c_nav_type01 a.active {
  /*background: url(../images/nav_active_arrow.png) 91% 50% no-repeat, url(../images/nav_active.png);*/
  font-weight: bold;
}
/*----------------------------------------------
	.c_nav_type02
---------------------------------------------*/
.c_nav_type02 {
  margin: 0 auto 20px auto;
}
.c_nav_type02 ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c_nav_type02 a {
  display: block;
  padding: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
}
.c_nav_type02 a:hover, .c_nav_type02 a.active {
  font-weight: bold;
}
.c_nav_type02 a:hover, .c_nav_type02 a.active {
  font-weight: bold;
}
/*----------------------------------------------
	.c_footer_title
---------------------------------------------*/
.c_footer_title {
  font-size: 5.6rem;
  font-family: "Yu Mincho", "YuMincho";
  font-weight: bold;
  margin: 100px 0 60px 0;
}
.c_footer_title span {
  font-family: "Yu Mincho", "YuMincho";
}
/*----------------------------------------------
	.c_footer_text
---------------------------------------------*/
.c_footer_text {
  line-height: 3.7rem;
  font-size: 2.0rem;
}
/*----------------------------------------------
  	.c_ttl_type01
  ---------------------------------------------*/
/*----------------------------------------------
    .c_ttl_type02
---------------------------------------------*/
.c_ttl_type02 {
  font-size: 4.0rem;
  font-family: "Yu Mincho", "YuMincho";
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.c_ttl_type02::before, .c_ttl_type02::after {
  background-color: #C00000;
  content: "";
  height: 2px;
  width: 50px;
  border-radius: 5px;
}
.c_ttl_type02::before {
  margin-right: 40px;
}
.c_ttl_type02::after {
  margin-left: 40px;
}
.c_ttl_type02.is_white {
  color: #fff;
}
.c_ttl_type02.is_white::before, .c_ttl_type02.is_white::after {
  background-color: #fff;
}
.c_ttl_type02_02 {
  font-size: 4.0rem;
  font-family: "Yu Mincho", "YuMincho";
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}
.c_ttl_type02_02::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  transform: translateX(33%);
  width: 60%;
  height: 60%;
  background: url("../images/img_h2.png") no-repeat center;
  background-size: contain;
}
.c_ttl_type02_inner {
  font-weight: bold;
  font-size: 4.0rem;
  font-family: "Yu Mincho", "YuMincho";
  color: #C00000;
  text-align: center;
  margin: 0 auto 60px;
}
/*----------------------------------------------
    .c_ttl_type03
---------------------------------------------*/
.c_ttl_type03 {
  font-size: 2.4rem;
  font-weight: bold;
  color: #333;
  padding: 5px 15px;
  position: relative;
  border-left: 3px solid #D60000;
  margin-bottom: 40px;
}
/*----------------------------------------------
	.c_btn_type01
---------------------------------------------*/
.c_btn_type01.is_header {
  display: inline-block;
  /*  padding:  13px 51px 10px 30px;*/
  text-decoration: none !important;
  color: #fff !important;
  font-weight: bold;
  position: relative;
  background: linear-gradient(270deg, #c00000, #c92d00, #d14500, #d95900, #e16c00, #e87e00, #ef900c, #f5a11a);
  border-radius: 30px;
  font-size: clamp(1.0rem, 0.9vw, 1.6rem);
  padding:
    clamp(10px, 1vw, 14px) clamp(50px, 3vw, 51px) clamp(10px, 1vw, 14px) clamp(12px, 2vw, 30px);
  display: inline-flex;
  align-items: center;
}
.c_btn_type01.is_header::after {
  content: "";
  position: absolute;
  background: url("../images/icon_mail.png") no-repeat;
  background-size: 100%;
  /*
  width: 20px;
  height: 20px;
*/
  width: clamp(15px, 0.9vw, 20px);
  height: clamp(15px, 0.9vw, 20px);
  top: 50%;
  right: clamp(16px, 2vw, 25px);
  transform: translateY(-50%);
}
.c_btn_type01.is_header {
  align-self: center;
}
.c_btn_type01.is_footer {
  display: inline-block;
  padding: 23px 132px 25px 52px;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: bold;
  position: relative;
  background: linear-gradient(270deg, #c00000, #c92d00, #d14500, #d95900, #e16c00, #e87e00, #ef900c, #f5a11a);
  border-radius: 60px;
  font-size: 3.4rem;
}
.c_btn_type01.is_footer::after {
  content: "";
  position: absolute;
  background: url("../images/icon_mail.png") no-repeat;
  background-size: 100%;
  width: 50px;
  height: 50px;
  top: 26px;
  right: 55px;
}
.c_btn_type01.is_poster {
  display: inline-block;
  padding: 23px 100px 25px 42px;
  text-decoration: none !important;
  color: #fff !important;
  font-weight: bold;
  position: relative;
  background: linear-gradient(270deg, #c00000, #c92d00, #d14500, #d95900, #e16c00, #e87e00, #ef900c, #f5a11a);
  border-radius: 60px;
  font-size: 2.6rem;
  width: 360px;
}
.c_btn_type01.is_poster::after {
  content: "";
  position: absolute;
  background: url("../images/icon_mail.png") no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
  top: 24px;
  right: 45px;
}
a.c_btn_type01:hover {
  opacity: .8;
}

/* FOR COLORED LIST TYPE */
/*----------------------------------------------
	.c_list_type01
---------------------------------------------*/
.c_list_type01 {
  vertical-align: top;
}

.c_list_type01 li {
  list-style: none;
  position: relative;
	padding-left: .8em;
	padding-bottom: 10px;
}

.c_list_type01 li:last-of-type{
  padding-bottom:0;
}
.c_list_type01.is_decimal li {
  padding-left: 1.8em;
}

.c_list_type01 li::before {
  color: #ffd14e;
  position: absolute;
  display: inline-block;
  width: 10px;
  vertical-align: middle;
  top: 8px;
  left: 0;
}

.c_list_type01.is_square li::before {
  content: "";
	width: 8px;
	height: 8px;
	background: #ffd14e;
}

.c_list_type01.is_disc li::before {
  content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #ffd14e;
	top: 8px;
}

.c_list_type01.is_triangle li::before {
  content: "";
	width: 0;
  height: 0;
  border: solid 5px transparent;
  border-left: solid 7px #ffd14e;
	top: 6px;
}

.c_list_type01.is_diamond li::before {
	content: "";
  width: 6px;
  height: 6px;
  background: #ffd14e;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
	top: 8px;
}

.c_list_type01.is_decimal,
.c_list_type01.is_decimal li > ul.is_decimal{
  counter-reset: is_decimal_counter;
}
.c_list_type01.is_decimal li::before {
  counter-increment: is_decimal_counter;
  content: counter(is_decimal_counter) ".";
  font-weight: bold;
  text-align: right;
  width: 25px;
  margin-right: 5px;
  color: #418ac5;
  vertical-align: unset;
  top: 0;
}

/*----------------------------------------------
	.c_btn_type02
---------------------------------------------*/
.c_btn_type02 {
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho";
  color: #754904;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.c_btn_type02::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #754904;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.c_btn_type02::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 7px;
  bottom: 0;
  margin: auto;
  transition: color 0.3s ease, transform 0.3s ease;
}
.c_btn_type02 {
  transition: color 0.3s ease;
}
.c_btn_type02::before {
  transition: background 0.3s ease;
}
.c_btn_type02:hover {
  color: #EE862B;
}
.c_btn_type02:hover::before {
  background: #EE862B;
}
/*----------------------------------------------
	.c_box_type01
---------------------------------------------*/
.c_box_type01 {
  background: #FFF6F6;
  border: 2px solid #C00000;
  border-radius: 10px;
  color: #C00000;
  text-align: center;
  padding: 40px 0;
}
.c_box_type01_header {
  font-size: 2.4rem;
  font-family: "Yu Mincho", "YuMincho";
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.c_box_type01_header::before, .c_box_type01_header::after {
  content: "";
  background-color: #C00000;
  height: 2px;
  width: 45px;
}
.c_box_type01_header::before {
  margin-right: 5px;
  transform: rotate(60deg);
}
.c_box_type01_header::after {
  margin-left: 5px;
  transform: rotate(-60deg);
}
.c_box_type01_header span {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 4.0rem;
  font-family: "Yu Mincho", "YuMincho";
  font-weight: bold;
}
.c_box_type01_text {
  color: #333;
  line-height: 1.7;
}

/*----------------------------------------------
	.c_box_type02
---------------------------------------------*/
.c_box_type02{
  padding: 15px;
  background: #fff4e5;
  border: 2px solid #fe9b21;
}

.c_box_type02_header {
  font-weight: bold;
  color: #fe9b21;
  font-size: 1.6rem;
}

/*----------------------------------------------
	.c_box_type03
---------------------------------------------*/
.c_box_type03{
  padding: 15px;
  background:#FFFFFF;
  border: 2px solid #DDDDDD;
}

.c_box_type03 a {
  color:#c32633;
}

.c_box_type03 a:hover{
	opacity: .8;
}

.c_box_type03 .c_privacy_agree .c_required{
	margin-right:10px;
	padding:3px 6px 4px;
	font-size: 1.2rem;
	color: #FFFFFF;
	background-color: #F00000;
	border-radius: 5px;
}


/*----------------------------------------------
.c_anchor_icon
---------------------------------------------*/
a.c_anchor_icon {
  display: inline-block;
  padding: 1px 20px 1px 0;
}
a.c_anchor_icon.is_inline {
  display: inline;
}
a[href^="http://"].c_anchor_icon, a[href^="https://"].c_anchor_icon {
  background: url(../images/icon_external.png) no-repeat right center;
}
a[href$=".xls"].c_anchor_icon, a[href$=".xlsx"].c_anchor_icon {
  background: url(../images/icon_excel.png) no-repeat right center;
}
a[href$=".doc"].c_anchor_icon, a[href$=".docx"].c_anchor_icon {
  background: url(../images/icon_word.png) no-repeat right center;
}
a[href$=".ppt"].c_anchor_icon, a[href$=".pptx"].c_anchor_icon {
  background: url(../images/icon_powerpoint.png) no-repeat right center;
}
a[href$=".pdf"].c_anchor_icon {
  background: url(../images/icon_pdf.png) no-repeat right center;
}
/*----------------------------------------------
.c_nav_icon
メニューの外部リンク用アイコン
---------------------------------------------*/
a.c_nav_icon {
  background: url("../images/icon_external_nav.png") no-repeat right 5px center;
  display: inline-block;
  padding: 3px 30px 3px 5px;
}
a.c_nav_icon:hover, a.c_nav_icon.is_hover {
  background: url("../images/icon_external_nav_o.png") no-repeat right 5px center, #ccc;
  color: #333;
}
/*----------------------------------------------
.c_card_area
---------------------------------------------*/
.c_card_area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.c_card {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #CCC;
}
.c_card_img img {
  width: 100%;
  height: auto;
}
.c_card_body {
  padding: 40px 20px;
  text-align: center;
}
.c_card_title {
  font-size: 2.0rem;
  font-weight: bold;
  color: #c00000;
  margin-bottom: 15px;
}
.c_card_text {
  font-size: 1.rem;
  color: #333;
}
/*----------------------------------------------
.c_about_item_01
---------------------------------------------*/
.c_about_item_01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 60px;
}
.c_about_item_01 img {
  width: 100%;
  height: auto;
}
.c_about_item_02 {
  text-align: center;
}
.c_about_item_02 img {
  width: 50%;
}
.c_about_text {
  font-size: 2.4rem;
  font-weight: bold;
  color: #754904;
  margin-bottom: 120px;
  position: relative;
  display: inline-block;
}
.c_about_text::before, .c_about_text::after {
  content: "";
  position: absolute;
  top: 90px;
  left: calc(50% - 2px);
  width: 4px;
  height: 70px;
  border-radius: 9999px;
  background-color: #754904;
  transform-origin: 50% calc(100% - 2px);
}
.c_about_text::before {
  transform: rotate(50deg);
}
.c_about_text::after {
  transform: rotate(-50deg);
}
/*----------------------------------------------
.c_concerns_area
---------------------------------------------*/
.c_concerns_area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.c_concerns_area img {
  width: 100%;
  height: auto;
}
/*----------------------------------------------
.c_flow プロセス
---------------------------------------------*/
.c_flow-container {
  position: relative;
  isolation: isolate;
}
.c_flow-container::before {
  content: '';
  position: absolute;
  left: 19px;
  top: 100px;
  bottom: 0;
  width: 2px;
  height: 1040px;
  background: #e8763a;
  z-index: 2;
  margin-left: 30px;
}
@media only screen and (max-width: 1014px) {
  .c_flow-container::before {
    height: 1080px;
  }
}
@media only screen and (max-width: 910px) {
  .c_flow-container::before {
    height: 1120px;
  }
}
@media only screen and (max-width:840px) {
  .c_flow-container::before {
    height: 1160px;
  }
}
.c_flow-item {
  /*  margin-bottom: 30px;*/
  position: relative;
}
.c_step-number {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background-color: #e8763a;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  z-index: 3;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-left: 30px;
  top: 70px;
}
.c_step-card {
  background: #fff;
  border-radius: 12px;
  padding: 0 50px 30px 101px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border: 1.5px solid #f0e8d8;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
  z-index: 1;
}
.c_step-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: #e8763a;
  margin: 30px 0 17px 0;
  letter-spacing: 0.02em;
}
.c_step-desc {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
}
.c_flow-connector {
  display: flex;
  justify-content: flex-start;
  padding-left: 22px;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}
.c_flow-connector svg {
  width: 6px;
  height: 20px;
  display: block;
}
/*----------------------------------------------
.c_interview　社長インタビュー
---------------------------------------------*/
.c_interview_container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.c_interview_container > a {
  flex: 1;
  min-width: 0;
  text-decoration: none;
}
.c_interview_container > a:hover .c_interview_card {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.c_interview_card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #E3DACC;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.is_picture-box {
  width: 100%;
  overflow: hidden;
}
.is_picture-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.c_interview_item {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 15px 30px 30px;
  color: #754904;
  background: #E3DACC;
}
.c_interview_item .u_ALright {
  margin-top: auto;
}
.c_interview_item p.is_company {
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho";
}
.c_interview_item p.is_name {
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho";
  margin-bottom: 20px;
}
.c_interview_item p.is_name span {
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Yu Mincho", "YuMincho";
}
.c_interview_item p.is_text {
  margin-bottom: 25px;
}
/*
a > .c_interview_card {
  display: block;
  text-decoration: none;
}
*/
a:hover > .c_interview_card {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}
.carousel_outer {
  display: none;
}
/*----------------------------------------------
.c_question　FQA
---------------------------------------------*/
.c_accordion {
  margin-inline: auto;
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.c_accordion-title {
  color: #fff;
  cursor: pointer;
  padding: 10px 20px 10px 40px;
  position: relative;
  font-weight: bold;
}
.c_accordion-title::before {
  position: absolute;
  content: "Q";
  color: #fff;
  width: 30px;
  height: 30px;
  background: #3B82F6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 8px;
}
.c_accordion-content {
  display: none;
  padding: 20px 30px 0 40px;
  border-top: solid 1px #DDDDDD;
  position: relative;
  margin-top: 20px;
}
.c_accordion-content p {
  line-height: 1.8;
}
.c_accordion-content::before {
  position: absolute;
  content: "A";
  font-weight: bold;
  color: #fff;
  width: 30px;
  height: 30px;
  background: #E35B31;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 20px;
}
/* 矢印 */
.c_accordion-title {
  position: relative;
  color: #333;
}
.c_accordion-title::after {
  border-right: solid 2px #333;
  border-top: solid 2px #333;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
}
.c_accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.l_fqa_area .c_accordion:last-of-type {
  margin-bottom: 0;
}
.c_text {
  line-height: 1.8;
  text-align: center;
}
/*----------------------------------------------
.c_profile_box
---------------------------------------------*/
.c_profile_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: end;
  margin-bottom: -100px;
}
.c_profile_box img {
  width: 100%;
  border-radius: 10px;
}
.c_profile_text {
  width: 100%;
}
.c_profile_text .is_company {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Yu Mincho", "YuMincho";
  margin-bottom: 10px;
}
.c_profile_text .is_name {
  font-weight: bold;
  font-size: 2.0rem;
  font-family: "Yu Mincho", "YuMincho";
  margin-bottom: 40px;
}
.c_profile_text .is_name span {
  font-weight: bold;
  font-size: 3.2rem;
  font-family: "Yu Mincho", "YuMincho";
}
.c_profile_text .is_text {
  font-size: 1.8rem;
  line-height: 1.8;
}
.c_profile_box.is_02 .c_profile_text {
  order: 1; /* テキストを右に */
}
.c_profile_box.is_02 img {
  order: 2; /* 画像を左に */
}
/*----------------------------------------------
.c_interview_box
---------------------------------------------*/
.c_interview_box::after {
  content: "";
  display: block;
  clear: both;
}
.c_interview_box:not(:last-child) {
  margin-bottom: 100px;
}
.c_interview_title {
  display: flex;
  position: relative;
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 30px;
  padding-left: 86px;
  align-items: center;
}
.c_interview_title::before {
  content: "";
  position: absolute;
  width: 66px;
  height: 64px;
  left: 0;
}
.c_interview_title.is_q1::before {
  background: url("../images/icon_q1.png");
  background-size: 100%;
}
.c_interview_title.is_q2::before {
  background: url("../images/icon_q2.png");
  background-size: 100%;
}
.c_interview_title.is_q3::before {
  background: url("../images/icon_q3.png");
  background-size: 100%;
}
.c_interview_title.is_q4::before {
  background: url("../images/icon_q4.png");
  background-size: 100%;
}
.c_interview_title.is_q5::before {
  background: url("../images/icon_q5.png");
  background-size: 100%;
}
.c_interview_title.is_q6::before {
  background: url("../images/icon_q6.png");
  background-size: 100%;
}
.c_interview_text {
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 2px #C00000;
  font-size: 1.6rem;
}
.c_interview_text p:not(:last-child) {
  margin-bottom: 20px;
}
.c_interview_text.is_02, .c_interview_text.is_03 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.c_interview_text.is_02 img, .c_interview_text.is_03 img {
  width: 100%;
  height: auto;
}
/*----------------------------------------------
.c_table_profile
---------------------------------------------*/
.c_table_profile {
  margin-bottom: 40px;
}
.c_table_profile th {
  font-weight: bold;
  font-size: 2.0rem;
  font-family: "Yu Mincho", "YuMincho";
  padding-right: 30px;
}
.c_table_profile td {
  font-weight: bold;
  font-size: 3.2rem;
  font-family: "Yu Mincho", "YuMincho";
}
/*----------------------------------------------
.c_table_interview
---------------------------------------------*/
.c_table_interview:not(:last-child) {
  margin-bottom: 40px;
}
.c_table_interview th {
  color: #BF6000;
  width: 3.5em;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
}