@charset "utf-8";

/*******************************
 共通CSS
*******************************/
button {
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
	font: inherit;
	color: inherit;
}

a {
	color: var(--color-text) !important;
}
.sec {
	padding: 60px 0;
}
.sec-head {
	margin-bottom: 30px;
}
.sec-lead {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-serif);
  text-align: center;
  margin: 10px 0 0;
}
.orange-bg {
	background-color: var(--color-bg-orange);
}
.orange-bg .common-en {
  color: var(--color-white);
}
.gradation-bg {
  background: linear-gradient(to bottom, #FFF 50%, #F2CE8F 100%);
}
.cnt-1120 {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
	.sec {
		padding: 30px 0;
	}
  .cnt-1120 {
    padding: 0 15px;
  }
  .sec-lead {
    font-size: 16px;
  }
}
/*******************************
 KV
*******************************/
.sec.kv-sec {
	padding: 100px 0 0;
	position: relative;
}
@media screen and (max-width: 1260px) {
	.sec.kv-sec {
		padding: 0;
	}
}
.kv-img {
	width: 75vw;
	margin-left: auto;
	margin-bottom: 20px;
}
.kv-txt {
	position: absolute;
	top: 50%;
	left: 40px;
	transform: translateY(-50%);
}
.kv-catch {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.kv-catch p {
	width: fit-content;
	padding: 0 20px;
	font-size: clamp(21px, 3.2vw, 42px);
	font-weight: bold;
	font-family: var(--font-serif);
	color: var(--color-white);
	background-color: var(--color-text);
}
h1.head-ttl {
	font-size: 16px;
	font-family: var(--font-serif);
	text-align: center;
}
@media screen and (max-width: 767px) {
	.kv-img {
		width: 100%;
		margin: 0;
	}
	.kv-txt {
		position: relative;
		top: -30px;
		left: 50%;
		transform: translateX(-50%);
	}
	.kv-catch {
		gap: 5px;
	}
	.kv-catch p {
		padding: 5px 15px;
	}
}
/*******************************
 lead
*******************************/
.lead-sec {
	background: #fff;
}
.lead-sec--inner {
	display: flex;
	justify-content: flex-end;
	position: relative;
}
.lead-sec--img {
	width: 62.5vw;
	max-width: 1100px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.lead-sec--body {
	width: 52vw;
	margin-top: 50px;
	padding: 30px;
	background-color: #fff;
	z-index: 2;
}
.lead-sec--ttl {
	font-size: 24px;
	font-weight: bold;
	font-family: var(--font-serif);
	margin-bottom: 15px;
}
.lead-sec--desc {
	margin-bottom: 15px;
}
.graph-ttl {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
}
.chart-wrap {
  width: 100%;
  max-width: 465px;
  aspect-ratio: 465 / 300;
  margin: 0 auto;
  position: relative;
}
.chart-wrap::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(/career/img/img_arrow.png);
  aspect-ratio: 867 / 482;
  max-width: 465px;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .chart-wrap {
    max-width: 100%;
    min-height: 250px;
  }
  .chart-wrap::before {
    max-width: 100%;
  }
}
.chart-wrap canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
.graph-notes {
  text-align: left;
  width: 100%;
  max-width: 465px;
  margin: 0 auto;
  padding: 10px 0 0 30px;
}
@media screen and (max-width: 767px) {
  .graph-notes {
    max-width: 100%;
    font-size: 14px;
  }
}
@media (max-width: 1000px) {
	.lead-sec--inner {
		flex-direction: column;
		align-items: center;
	}
	.lead-sec--img {
		width: 100%;
		position: relative;
	}
	.lead-sec--body {
		width: calc(100% - 30px);
		margin-top: -40px;
		padding: 0;
	}
	.lead-sec--ttl {
		padding: 20px 30px 0;
	}
	.lead-sec--desc {
		padding: 0 15px;
    margin-bottom: 30px;
	}
	.lead-sec--graph figure{
		max-width: 100%;
	}
}
@media screen and (max-width: 767px) {
	.lead-sec--ttl,
	.graph-ttl {
		font-size: 18px;
	}
}
/*******************************
 こだわり
*******************************/
.comit-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 42px;
}
.comit-item {
  max-width: 345px;
	background-color: var(--color-white);
  padding: 30px 0;
}

.comit-item--ttl {
  font-size: 18px;
  font-family: var(--font-serif);
  color: var(--color-brown);
  text-align: center;
  padding-bottom: 20px;
}
.comit-item--desc {
  padding: 20px 30px 0;
}

@media screen and (max-width: 767px) {
  .comit-list {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .comit-item {
    max-width: 690px;
    padding: 20px 0;
  }
  .comit-item--ttl {
    padding-bottom: 15px;
  }
  .comit-item--desc {
    padding: 15px 30px 0;
  }
}
/*******************************
 環境
*******************************/
.env-list {
  grid-gap: 40px;
  margin-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.env-card {
  background-color: #EEE;
  padding: 30px 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  max-width: 345px;
}
.env-card--num {
  font-size: 18px;
  color: #9A9A9A;
  font-weight: 600;
  margin: 0 0 5px 10px;
}
.env-card--ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  font-family: var(--font-serif);
  text-align: center;
  min-height: 75px;
}
img.env-card--img {
  max-width: 285px;
  margin: 0 auto 15px;
}
.column-label {
  max-width: 230px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--color-white);
  font-weight: bold;
  font-family: var(--font-serif);
  background-color: var(--color-brown);
  border-radius: 10px 10px 0 0;
}
.column-content {
  padding: 50px 40px;
  border-radius: 0 10px 10px 10px;
  text-align: center;
}
.column-ttl,
.column-ttl span {
  font-size: 30px;
  font-weight: bold;
  font-family: var(--font-serif);
}
.column-ttl {
  display: inline-block;
  padding: 0 50px 5px 50px;
  margin-bottom: 20px;
  border-bottom: 3px solid var(--color-brown);
  position: relative;
}
.column-ttl::before,
.column-ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 30px;
  height: 2px;
  background-color: var(--color-text);
}
.column-ttl::before {
  left: 20px;
  transform: translateY(-50%) rotate(55deg);
}
.column-ttl::after {
  right: 20px;
  transform: translateY(-50%) rotate(-55deg);
}
.column-txt {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  font-family: var(--font-serif);
  margin-bottom: 30px;
}
.column-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.column-item {
  width: 100%;
  max-width: 320px;
  background-color: var(--color-white);
  border-radius: 10px;
  padding: 30px 0;
  text-align: center;
}
.column-item--time {
  width: calc(100% - 30px);
  font-size: 23px;
  font-weight: bold;
  font-family: var(--font-serif);
  padding: 10px 15px;
  margin: 0 auto 30px;
  text-align: center;
  border: 2px solid var(--color-brown);
  border-radius: 999px;
  position: relative;
}
.column-item--time::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15px 12.5px 0 12.5px;
  border-color: var(--color-brown) transparent transparent;
  translate: -50% 100%;
}
.column-item--time::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 11.9px 9.9px 0 9.9px;
  border-color: var(--color-white) transparent transparent;
  translate: -50% 100%;
}
.column-item--txt {
  text-align: left;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .env-column {
    margin: 0 15px;
  }
  .column-list {
    gap: 20px;
  }
  .column-label {
    margin: auto;
  }
  .column-content {
    padding: 30px 15px;
    border-radius: 0;
  }
  .column-ttl,
  .column-ttl span {
    font-size: 21px;
  }
  .column-ttl {
    display: block;
    padding: 0 20px 5px 20px;
    line-height: 1.4;
  }
  .column-ttl::before,
  .column-ttl::after {
    width: 40px;
  }
  .column-ttl::before {
    left: calc(50% - 165px);
    transform: translateY(-50%) rotate(65deg);
  }
  .column-ttl::after {
    right: calc(50% - 165px);
    transform: translateY(-50%) rotate(-65deg);
  }
  .column-item {
    max-width: 100%;
  }
  .column-txt {
    font-size: 16px;
    text-align: left;
  }
  .column-item--time {
    font-size: 24px;
    padding: 10px 5px;
  }
  .env-sec .cnt-1120 {
    padding: 0;
  }
  .env-card {
		margin: 0 12px;
    padding: 15px 0px;
	}
  .env-card--ttl {
    font-size: 18px;
    min-height: 92px;
  }
  img.env-card--img {
    max-width: 245px;
    margin: 0 auto 20px;
  }
  .env-card--text {
    padding: 0 20px;
    text-align: justify;
  }
  .env-list {
    margin-bottom: 85px;
  }
  .env-list .slick-track {
    display: flex;
  }
  .env-list .slick-slide {
    max-width: none;
    height: auto;
  }
  .slide-dots {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .slide-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background-color: #EEE;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color .5s ease;
  }
  .slide-dots li.slick-active button{
    background-color: var(--color-brown);
  }
}
/*******************************
 キャリアパス
*******************************/
.career-dec {
  font-size: 18px;
  font-weight: 600;
  font-family: var(--font-serif);
  text-align: center;
  margin-bottom: 40px;
}
.career-graph img {
  width: 1120px;
  max-width: none;
}
@media screen and (max-width: 1145px) {
  .career-graph {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-right: -10px;
    position: relative;
  }
  .career-graph::before {
    content: "";
    background: url(/lp_common/lp_common_img/scroll-hint.png) no-repeat center / contain;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 139px;
    height: 110px;
    pointer-events: none;
    z-index: 2;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .career-graph img  {
    margin-bottom: 20px;
  }
  .career-graph.is-active::before {
    animation: Scrollhint-fade 1.5s ease-in-out;
    animation-iteration-count: 2;
  }
  @keyframes Scrollhint-fade {
    0% {
      transform: translate(-50%, -50%);
    }
    70% {
      opacity: 1;
    }
    100% {
      transform: translate(calc(-50% + 50px), -50%);
      opacity: 0;
    }
  }
    /* 一度でもスクロールしたら非表示 */
  .career-graph.is-active.is-scrolled::before {
    opacity: 0;
    transition: opacity 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .career-graph {
    margin-right: -15px;
  }
}
.pickup {
  width: 100%;
  max-width: 840px;
  margin: 30px auto 80px;
  display: flex;
  align-items: center;
  gap: 15px;
  background-color: var(--color-white);
  border-radius: 20px;
  border: 2px solid var(--color-brown);
  padding: 30px;
}
.pickup-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
.pickup-head *{
  font-weight: bold;
  font-family: var(--font-serif);
}
.pickup-label {
  font-size: 26px;
  color: var(--color-brown);
}
.pickup-type {
  width: 100%;
  font-size: 18px;
  text-align: center;
  background-color: var(--color-bg-orange);
  border-radius: 20px;
  padding: 5px;
  margin-bottom: 10px;
}
.pickup-ttl {
  font-size: 24px;
  text-align: center;
}
.pickup-desc {
  width: calc(50% - 10px);
}
.eg-ttl {
  font-size: 30px;
  font-weight: bold;
  font-family: var(--font-serif);
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 1139px) {
  .eg-ttl {
    font-size: 26px;
    margin-bottom: 70px;
  }
}
.eg-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(530px, 1fr));
  grid-gap: 100px 60px;
}
.eg-item {
  padding: 90px 20px 40px;
  background-color: var(--color-white);
  border-radius: 10px;
  border: 2px solid var(--color-brown);
  position: relative;
  z-index: 1;
}
.eg-item--icon {
  max-width: 120px;
  border-radius: 50%;
  border: 2px solid var(--color-brown);
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.eg-item--path {
  display: flex;
  justify-content: center;
  gap: 35px;
  align-items: center;
  margin-bottom: 30px;
}
.eg-item--type {
  font-size: 18px;
  font-weight: bold;
  font-family: var(--font-serif);
  position: relative;
}
.eg-item--type:not(:last-of-type)::before {
  content: "";
  background: url(/career/img/arrow_gray.png) no-repeat center / contain;
  width: 18px;
  aspect-ratio: 3 / 2;
  position: absolute;
  top: calc(50% + 2px);
  left: calc(100% + 10px);
  transform: translateY(-50%);
  color: #A0A0A0;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .career .sec-head {
    margin-bottom: 15px;
  }
  .career-dec {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px;
  }
  .career-graph img {
    width: 880px;
  }
  .pickup {
    flex-direction: column;
    padding: 20px;
    margin: 30px auto 40px;
  }
  .pickup-label {
    font-size: 24px;
  }
  .pickup-type {
    margin-bottom: 5px;
  }
  .pickup-ttl {
    font-size: 20px;
  }
  .pickup-head,
  .pickup-desc {
    width: 100%;
  }
  .eg-list {
    grid-template-columns: 1fr;
    grid-gap: 80px;
  }
  .eg-item {
    padding: 50px 20px 30px;
  }
  .eg-item--icon {
    max-width: 90px;
  }
  .eg-item--path {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
  }
  .eg-item--type {
    font-size: 22px;
  }
  .eg-item--type:not(:last-of-type)::before {
    top: calc(100% + 16px);
    left: calc(50% - 10px);
    transform: translateY(-50%) rotate(90deg);
  }
}
/*******************************
 インタビュー
*******************************/
.c-sr_only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

@media only screen and (max-width: 1000px) {
  [data-accordion-dual-button] {
    --accordion-dual-button-gradation-display: block;
    position: relative;
  }
	[data-accordion-dual-button] {
		--accordion-dual-button-default-height: 240px !important;
	}
  [data-accordion-dual-button-detail] {
    height: var(--accordion-dual-button-default-height);
    overflow: hidden;
    position: relative;
    transition: height 0.3s;
  }
  /* OPEN */
  .is-open [data-accordion-dual-button-detail]::before {
    content: none;
  }
  [data-accordion-dual-button-detail].animating {
    transition: height 0.6s ease;
  }

  [data-accordion-dual-button-trigger][aria-expanded="false"] {
    display: grid !important;
    visibility: visible!important;
  }

  .is-open [data-accordion-dual-button-trigger][aria-expanded="false"] {
    visibility: hidden!important;
  }

  [data-accordion-dual-button-trigger][aria-expanded="true"] {
    visibility: hidden!important;
  }
  .is-open [data-accordion-dual-button-trigger][aria-expanded="true"] {
    display: grid !important;
    visibility: visible!important;
  }
}
@media screen and (max-width: 767px) {
  [data-accordion-dual-button] {
		--accordion-dual-button-default-height: 540px !important;
	}
}



/*

 デザイン用CSS

 */
 .intv {
  overflow: hidden;
 }
.intv-head {
  padding-top: 50px;
  position: relative;
}
.intv-kv {
  width: 100vw;
  max-width: 56.4vw;
  margin-left: calc(50% - 50vw);
  position: relative;
  z-index: 1;
}
.intv-fav {
  width: 22vw;
  max-width: 285px;
  min-height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  border: 2px solid var(--color-brown);
  position: absolute;
  top: -50px;
  left: 40px;
  background-color: var(--color-white);
  z-index: 2;
}
.intv-fav::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 75%;
  border-style: solid;
  border-width: 18px 0 0 25px;
  border-color: var(--color-brown) transparent transparent;
  transform: skew(8deg);
  translate: -50% 100%;
}
.intv-fav::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 75%;
  border-style: solid;
  border-width: 14.1px 0 0 19.3px;
  border-color: #ffffff transparent transparent;
  translate: calc(-50% + 0.7px) 100%;
  transform: skew(8deg);
}
.intv-fav p {
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: bold;
  font-family: var(--font-serif);
  text-align: center;
  line-height: 1.4;
}
.intv-story {
  width: 100%;
  max-width: 520px;
  background-color: var(--color-bg-orange);
  padding: 50px 30px 30px;
  position: absolute;
  bottom: -40px;
  right: 0;
  z-index: 2;
}
.intv-story--type {
  width: 100%;
  max-width: 290px;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 0;
  background-color: var(--color-brown);
  color: var(--color-white);
  font-size: 20px;
  font-weight: bold;
  font-family: var(--font-serif);
}
.intv-story--desc {
  color: var(--color-white);
  font-weight: 500;
}
.intv-story--name {
  font-size: 18px;
  margin-bottom: 20px;
}
.intv-inner section:first-of-type .intv-content {
  margin-bottom: 70px;
}
.intv-inner section:nth-of-type(2) .intv-content {
  margin-bottom: 130px;
}
.intv-flex{
	display: flex;
  justify-content: space-between;
}
.intv-flex.even {
	flex-direction: row-reverse;
}
.intv-ttl {
  font-size: 26px;
  font-family: var(--font-serif);
  margin-bottom: 20px;
}
.intv-ttl span {
  font-size: 26px;
  font-family: var(--font-serif);
}
.intv-content--img {
  width: 100vw;
  max-width: 48vw;
}
.intv-flex:not(.even) .intv-content--img {
  margin-right: calc(50% - 50vw);
}
.intv-flex.even .intv-content--img {
  margin-left: calc(50% - 50vw);
}
.intv-txt {
  width: calc(50% - 15px);
}
.intv-content--message {
  text-align: center;
}
.intv-content--message .intv-ttl {
  display: inline-block;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 2px solid var(--color-brown);
}
.intv-content--message p {
  text-align: left;
}
.c-acnt_accordion.is-open::before {
  display: none;
}
.c-acnt_accDetail .intv-inner {
	padding: 150px 0 60px;
}
.c-acnt_accBtn {
	width: 100%;
	max-width: 320px;
	min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
	color: var(--color-text);
  background-color: var(--color-white);
  border: 1px solid #CEB29A;
	font-weight: bold;
  font-family: var(--font-serif);
	position: absolute;
	bottom: 50px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	text-align: center;
	z-index: 2;
}
.c-acnt_accBtnLabel,
.c-acnt_accBtnLabel_close {
  font-family: var(--font-serif);
}
.c-acnt_accBtn::before,
.c-acnt_accBtn::after {
  content: "";
  width: 16px;
  height: 1px;
  background-color: var(--color-text);
	position: absolute;
  top: 50%;
  transform: translateY(-50%);
	right: 24px;
}
.c-acnt_accBtn::after {
  transform: translateY(-50%) rotate(90deg);
}
/* アコーディオン開いた後 */
.c-acnt_accBtn[aria-expanded="true"]::after {
  display: none;
}
.c-acnt_accordion.is-open {
	position: relative;
}
.c-acnt_accDetail.animating {
	transition: height 0.6s ease;
}
@media only screen and (min-width: 1001px) {
	.c-acnt_accBtn {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .intv-sec {
    padding: 70px 0 0;
  }
  .intv-head {
    padding: 60px 0 100px;
  }
  .intv-kv {
    width: calc(100% + 20px);
    max-width: none;
    margin: 0 -10px;
  }
  .intv-story {
    max-width: 760px;
    padding: 30px 10px 15px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }
  .intv-story--type {
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    width: 100%;
    max-width: 210px;
    min-height: 40px;
  }
  .intv-story--name {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
  }
  .intv-flex,
  .intv-flex.even {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .intv-inner section:first-of-type .intv-content {
    margin-bottom: 30px;
  }
  .intv-inner section:nth-of-type(2) .intv-content {
    margin-bottom: 45px;
  }
  .intv-content--img {
    width: 100%;
    max-width: 100%;
    margin: 0!important;
  }
  .intv-txt {
    width: 100%;
  }
  .intv-fav {
    width: 100%;
    max-width: 220px;
    min-height: 70px;
  }
  .c-acnt_accDetail .intv-inner {
    padding: 60px 0 150px;
  }
  .c-acnt_accordion::before {
    background-image: linear-gradient(transparent, #ffffff 30% 100%);
    content: "";
    width: calc(100% + 20px);
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    display: var(--accordion-dual-button-gradation-display);
  }
}
@media screen and (max-width: 767px) {
  .intv-sec {
    padding: 35px 0 0;
  }
  .intv-kv {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
  .intv-fav {
    top: -60px;
    left: 15px;
  }
  .intv-fav::before,
  .intv-fav::after {
    left: 50%;
  }
  .intv-fav::before {
    border-width: 13px 0 0 18px;
    translate: -50% 100%;
    transform: skew(0deg);
    transform-origin: top;
  }
  .intv-fav::after {
    border-width: 9.1px 0 0 12.6px;
    translate: calc(-50% + 0.7px) 100%;
    transform: skew(0deg);
    transform-origin: top;
  }
  .intv-ttl {
    font-size: 18px;
    text-align: center;
  }
  .intv-content--message .intv-ttl {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .c-acnt_accDetail .intv-inner {
    padding: 30px 0 115px;
  }
  .c-acnt_accordion::before {
    width: calc(100% + 30px);
  }
}
@media screen and (max-width: 500px) {
  .intv-head {
    padding: 60px 0 200px;
  }
}
/*******************************
 other手前のリンクボタン
*******************************/
.other-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background-color: var(--color-grey);
  padding: 0 40px;
  min-height: 90px;
}
.other-cta .other-list li {
  width: 100%;
  max-width: 340px;  
}
.other-cta .other-list a.btn {
  display: flex;
  height: 60px;
  font-size: 16px;
  line-height: 1.3;
  padding: 0px 27px 0px 16px;
  letter-spacing: .02em;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.other-cta .other-list a.btn::after {
  line-height: 0;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px
}
@media screen and (max-width: 767px) {
  .other-cta {
    padding: 6px 20px 10px;
  }
  .other-cta .other-list {
    width: 100%;
    max-width: 100%;
    gap: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .other-cta .other-list a.btn {
    border-radius: 50px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  }
  .other-cta .other-list a.btn::after {
    display: block!important;
  }
  .other-list a.btn span {
    display: block;
  }
  .other-cta .other-list a.btn .btn-min--txt {
    font-size: 16px;
  }
  .other-list a.btn span:not(.btn-min--txt) {
    font-size: 18px;
  }
  .other-cta .other-list a.btn::after {
    font-size: 35px;
  }
}
/*******************************
 フロートボタン
*******************************/
.fixed-cta .cta-list {
  justify-content: center;
}
.fixed-cta .cta-list li {
  width: 100%;
  max-width: 340px;
}
.fixed-cta .cta-list a.btn {
  height: 60px;
}
.fixed-cta .cta-list a.btn .btn-min--txt {
  font-size: 15px;
}
.fixed-cta .cta-list a.btn::after {
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .fixed-cta .cta-list li {
      width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .fixed-cta .cta-list a.btn {
    border-radius: 50px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  }
  .fixed-cta .cta-list a.btn::after {
    display: block!important;
  }
  .cta-list a.btn span {
    display: block;
  }
  .fixed-cta .cta-list a.btn .btn-min--txt {
    font-size: 16px;
  }
  .cta-list a.btn span:not(.btn-min--txt) {
    font-size: 18px;
  }
  .fixed-cta .cta-list a.btn::after {
    font-size: 35px;
  }
}