@charset "UTF-8";

/*--------------------------------------------------*/
/*common*/
/*--------------------------------------------------*/

html {
  scroll-behavior: smooth;
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: normal;
	width: 100%;
  color: #3D3D3D;
  background-color: #F7F5F3;
  position: relative;
}
@media screen and (max-width:767px){
	body {
		overflow-x: hidden;
	}
}
.c-wrap {
	width: 100%;
	background-color: #F7F5F3;
	container-type: inline-size;
	container-name: wrap-host;
  min-height: calc(100vh - 572px);
}
@media screen and (max-width:767px){
	.c-wrap {
		min-height: calc(100vh - 964px);
	}
}
.u-forSp {
	display: none;
}

@container wrap-host (max-width: 767px) {

	.u-forSp {
		display: block;
	}

	.u-forPc {
		display: none;
	}
}


.c-breadcrumbs {
	width: 95%;
	max-width: 700px;
	margin: 0 auto;
	padding: 0 0 11px;
	font-size: 1.2rem;
  line-height: 1.6;
  position: relative;
    z-index: 8;
}

.c-breadcrumbs ul {
	display: flex;
	flex-wrap: wrap;
}

.c-breadcrumbs ul li {
	margin-right: 20px;
	position: relative;
	color: #3D3D3D;
}

.c-breadcrumbs ul li::after {
	content: '>';
	position: absolute;
	color: #707070;
	right: -15px;
}

.c-breadcrumbs ul li:last-of-type:after {
	content: none;
}

.c-breadcrumbs ul li a {
	color: #707070;
	text-decoration: none;
}

@container wrap-host (max-width: 767px) {
	.c-breadcrumbs {
		width: 92%;
	}
}
@container wrap-host (max-width: 375px) {
	.c-breadcrumbs {
		max-width: 344px;
	}
}


.c-pagetop a {
  display: inline-block;
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  background-color: #B3B3B3;
  border-radius: 50%;
  z-index: 100;
  transition: all 0.3s;
}
.c-pagetop.c-pagetop--hidden a {
  opacity: 0;
  pointer-events: none;
}
.c-pagetop a::before,
.c-pagetop a::after {
  content: '';
  position: absolute;
  top: calc(50% - 2px);
  left: calc(50% - 9px);
  width: 12px;
  height: 3px;
  border-radius: 5px;
  background-color: #fff;
  transform: rotate(135deg);
}
.c-pagetop a::after {
  left: calc(50% - 2px);
  transform: rotate(-135deg);
}
@media screen and (max-width:767px){
	.c-pagetop a {
		right: 10px;
  bottom: 10px;
  width: 32px;
  height: 32px;
	}
}

.c-section {
	width: 100%;
	container-type: inline-size;
	container-name: section-host;
	position: relative;
}
.c-section-inner {
	width: 95%;
	max-width: 764px;
	margin: auto;
	position: relative;
	z-index: 5;
}
.c-block {
	width: 100%;
	background-color: #fff;
	border-radius: 16px;
	padding: 32px;
	margin-bottom: 120px;
}

.c-area {
	width: 100%;
	max-width: 700px;
	margin: auto;
	margin-bottom: 120px;
}
.c-section.c-section--white01 + .c-section .c-section-inner > *:first-child,
.c-section.c-section--white02 + .c-section .c-section-inner > *:first-child,
.c-section.c-section--white03 + .c-section .c-section-inner > *:first-child {
	margin-top: 120px;
} 
.c-section.c-section--white01 .c-section-inner > *:first-child {
	margin-top: 80px;
} 
.c-section.c-section--white01 .c-section-inner > .c-area:last-child {
	
	margin-bottom: 120px;
} 
.c-section.c-section--white02 .c-section-inner > *:first-child {
	margin-top: 80px;
}
.c-section.c-section--white03 .c-section-inner > *:first-child {
	margin-top: 120px;
} 
.c-section--center {
	text-align: center;
}


.c-section.c-section--white01 {
	background-color: #fff;
	/* padding: 80px 0 120px; */
	min-height: 300px;
}

.c-section.c-section--white01::before,
.c-section.c-section--white01::after {
	content: '';
	position: absolute;
	width: 675px;
	height: 300px;
	left: 0;
	top: 0;
	background: url(/common/img/bg_section_01_pc.png) no-repeat;
	background-size: contain;
	transform: rotate(180deg);
	z-index: 1;
}

.c-section.c-section--white01::after {
	top: auto;
	left: auto;
	right: 0;
	bottom: 0;
	transform: rotate(0);
}

.c-section.c-section--white02 {
	background-color: #fff;
	/* padding: 120px 0; */
	min-height: 306px;
}

.c-section.c-section--white02::before,
.c-section.c-section--white02::after {
	content: '';
	position: absolute;
	width: 450px;
	height: 306px;
	left: 0;
	top: 0;
	background: url(/common/img/bg_section_02_pc.png) no-repeat;
	background-size: contain;
	transform: rotate(180deg);
	z-index: 1;
}

.c-section.c-section--white02::after {
	top: auto;
	left: auto;
	right: 0;
	bottom: -1px;
	transform: rotate(0);
}

.c-section.c-section--white03 {
	background-color: #fff;
	padding: 120px 0;
	min-height: 306px;
	margin-bottom: 100px;
}

.c-section.c-section--white03::before,
.c-section.c-section--white03::after {
	content: '';
	position: absolute;
	width: 100%;
	height: auto;
	aspect-ratio: 3840 / 736;
	left: 0;
	top: -120px;
	background: url(/common/img/bg_section_03_pc.png) no-repeat;
	background-size: 100% 100%;
	transform: rotate(0);
	z-index: 1;
}

.c-section.c-section--white03::after {
	top: auto;
	left: auto;
	right: 0;
	bottom: -120px;
	transform: rotate(180deg);
}

@container wrap-host (max-width: 1750px) {
	.c-section.c-section--white03::before {
		top: -100px;
	}
	.c-section.c-section--white03::after {
		bottom: -100px;
	}
}
@container wrap-host (max-width: 1340px) {
	.c-section.c-section--white03::before {
		top: -90px;
	}
	.c-section.c-section--white03::after {
		bottom: -90px;
	}
}
@container wrap-host (max-width: 1170px) {
	.c-section.c-section--white03::before {
		top: -80px;
	}
	.c-section.c-section--white03::after {
		bottom: -80px;
	}
}
@container wrap-host (max-width: 980px) {
	.c-section.c-section--white03::before {
		top: -65px;
	}
	.c-section.c-section--white03::after {
		bottom: -65px;
	}
}


@container wrap-host (max-width: 767px) {
	.c-section-inner {
		width: 92%;
	}
	.c-section.c-section--white01,
	.c-section.c-section--white02 {
		padding: 80px 0;
	}
	.c-section.c-section--white01 {
		padding: 80px 0 120px;
		min-height: 168px;
	}
	.c-section.c-section--white01 .c-section-inner > *:first-child,
	.c-section.c-section--white02 .c-section-inner > *:first-child {
	margin-top: 0;
} 
.c-section.c-section--white01 .c-section-inner > .c-area:last-child,
.c-section.c-section--white01 .c-section-inner > .c-area:last-child {
	
	margin-bottom: 0;
} 
	.c-section.c-section--white02 {
		min-height: 138px;
	}
	.c-section.c-section--white03 {
		padding-top: 0;
	}
	.c-section.c-section--white02 .c-area:last-child {
		margin-bottom: 40px;
	}
	.c-section.c-section--white01::before,
	.c-section.c-section--white01::after {
		width: 378px;
		height: 168px;
		background: url(/common/img/bg_section_01_sp.png) no-repeat;
		background-size: contain;
	}
	.c-section.c-section--white02::before,
	.c-section.c-section--white02::after {
		width: 200px;
		height: 138px;
		background: url(/common/img/bg_section_02_sp.png) no-repeat;
		background-size: contain;
	}
	.c-section.c-section--white03::before,
	.c-section.c-section--white03::after {
		aspect-ratio: 125 / 24;
		background: url(/common/img/bg_section_03_sp.png) no-repeat;
		background-size: contain;
	}
	.c-section.c-section--white03::before {
		top: -50px;
	}
	.c-section.c-section--white03::after {
		bottom: -50px;
	}
}
@container wrap-host (max-width: 590px) {
	.c-section.c-section--white03::before {
		top: -35px;
	}
	.c-section.c-section--white03::after {
		bottom: -35px;
	}
}
@container wrap-host (max-width: 520px) {
	.c-section.c-section--white03::before {
		top: -30px;
	}
	.c-section.c-section--white03::after {
		bottom: -30px;
	}
}






.c-block.c-notice {
	padding: 16px;
	margin-bottom: 40px;
}
.c-notice a {
	display: inline-block;
	width: 100%;
	font-size: 1.4rem;
	line-height: 1.6rem;
	color: #3D3D3D;
	font-weight: 700;
	padding: 0 32px 0 0;
	text-decoration: none;
	position: relative;
}
/*.c-notice a::before {
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 18px;
    height: 18px;
    background: url(/common/img/icon_caution.svg) no-repeat;
	background-size: contain;
  }*/
.c-notice a::after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    width: 10px;
    height: 10px;
    border: 2px solid #CC0000;
    border-bottom: none;
    border-right: none;
    transform: rotate(135deg);
    background-color: transparent;
  }
@container section-host (max-width: 767px) {
	.c-block {
		padding: 16px;
		margin-bottom: 80px;
	}
	.c-notice {
		text-align: left;
	}

}
.c-imgblock--center {
	text-align: center;
}


.c-infolist__item {
	width: 100%;
	margin-bottom: 32px;
}
.c-infolist__item:last-of-type {
	margin-bottom: 0;
}
.c-infolist__label {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
}
.c-infolist__category {
	width: 120px;
	height: 30px;
	box-sizing: border-box;
	padding: 8px 0 10px;
	font-size: 1.2rem;
	border: 1px solid #CC0000;
	border-radius: 4px;
	text-align: center;
	margin-right: 16px;
}
[data-infoitem="newsreleasetopics"] .c-infolist__category {
	width: 160px;
  padding-left: 5px;
}
[data-infoitem="notice"] .c-infolist__category {
	color: #707070;
	border-color: #707070;
}
[data-infoitem="newsrelease"] .c-infolist__category,
[data-infoitem="newsreleasetopics"] .c-infolist__category {
	color: #CC0000;
}
[data-infoitem="important"] .c-infolist__category {
	color: #fff;
	background-color: #CC0000;
}
.c-infolist__date {
	font-size: 1.4rem;
	color: #707070;
}
.c-infolist__link {
	position: relative;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	color: #3D3D3D;
	font-size: 1.6rem;
  line-height: 1.6;
	text-decoration: none;
	padding: 0 24px 16px 0;
	border-bottom: 1px dashed #E0DEDC;
}
  .c-infolist__link::before {
    content: '';
    position: absolute;
    top: calc(50% - 14px);
    right: 10px;
    width: 10px;
    height: 10px;
    border: 2px solid #CC0000;
    border-bottom: none;
    border-right: none;
    transform: rotate(135deg);
    background-color: transparent;
  }
@container section-host (max-width: 767px) {
	.c-infolist__item {
		margin-bottom: 24px;
	}
	.c-block:has(.c-infolist__list) {
		padding: 24px 16px;
	}

}
.c-accordion__content {
	display: none;
}
.c-accordion__content.acc-open {
	display: block;
}





/*--------------------------------------------------*/
/*parts*/
/*--------------------------------------------------*/


/*パーツの設定記載用*/
.parts {
	padding: 2rem 0;
}
.parts p.setvalue {
	margin-bottom: 1rem;
	padding: 0.5rem;
	background: #3d3d3d;
	font-size: 14PX;
	color: #f7f5f3;
}

/*h1*/
.c-pagetitle_h1 {
	margin: auto;
	margin-bottom: 40px;
	padding: 16px;
	width: 100%;
	background: #f7f5f3;
	max-width: 700px;
}
.c-pagetitle_h1 span {
	position: relative;
    display: block;
	margin-right: 1rem;
    margin-bottom: 1em;
    padding-left: 5.5rem;
    color: #c00;
    font-size: 12px;
    font-weight: 700;
	line-height: 1.4;
}
.c-pagetitle_h1 span::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 50px;
	height: 2px;
	border-radius: 5px;
	background: #c00;
	transform: translateY(-50%);
}
.c-pagetitle_h1 h1 {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
}


/*h2*/
.c-pagetitle_h2 {
	position: relative;
	margin-bottom: 40px;
	padding: 1rem;
	text-align: center;
}
.c-pagetitle_h2 h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
}
.c-pagetitle_h2::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 50%;
	width: 50px;
	height: 3px;
	border-radius: 5px;
	background: #c00;
	transform: translateX(-50%);
}

/*h3*/
.c-pagetitle_h3 {
	margin-bottom: 24px;
	padding: 16px;
	border-radius: 8px;
	background: #f0eeec;
}
.c-pagetitle_h3 h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}

/*h4*/
.c-pagetitle_h4 {
	position: relative;
	margin-bottom: 1rem;
	padding: 1rem 0;
}
.c-pagetitle_h4 h4 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
}
.c-pagetitle_h4::after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 25px;
	height: 3px;
	border-radius: 5px;
	background: #c00;
	transform: translateY(-50%);
}

/*h5*/
.c-pagetitle_h5 {
	position: relative;
	margin-bottom: 1rem;
	padding: 1.6rem 0;
	border-bottom: 1px solid #e0dedc;
  margin-bottom: 24px;
}
.c-pagetitle_h5 h5 {
	margin-left: 1rem;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}
.c-pagetitle_h5::after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 3px;
	height: calc(100% - 3.2rem);
	border-radius: 5px;
	background: #c00;
	transform: translateY(-50%);
}

/*段落*/
.c-text {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 24px;
}
.c-subtext {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 24px;
}
.c-annotationtext {
	font-size: 12px;
	line-height: 1.6;
	margin-bottom: 24px;
}
.c-annotationtext.c-annotationtext--mt {
  margin-top: 24px;
}
.c-annotationtext.c-annotationtext--m0 {
  margin-top: 0;
  margin-bottom: 0;
}
.c-text--right {
  text-align: right;
}
.c-text--center {
  text-align: center;
}
/*ボタン*/
.c-btn-area {
	container: layout inline-size;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	flex-direction: row;
}
.c-btn-area .c-btn {
    display: block;
	box-sizing: border-box;
	margin: 1rem;
    padding: 2rem;
	min-width: 280px;
	border:none;
    border-radius: 5rem;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
}
.c-btn-area .c-btn.c-btn__row2 {
    padding-block: 0.925rem;
}
.c-btn-area .c-btn.c-btn__primary01 {
	position: relative;
    background: #c00;
    color: #fff;
}
.c-btn-area .c-btn.c-btn__primary02 {
	position: relative;
    padding-block: 1.5rem;
    border-radius: 5rem;
    background: #c00;
    color: #fff;
}
.c-btn-area .c-btn.c-btn__normal {
	position: relative;
	border: 1px solid #e0dedc;
    background: #fcfcfc;
    color: #4d4639;
}
.c-btn-area .c-btn.c-btn__normal .c-linkicon--external,
.c-btn-area .c-btn.c-btn__normal .c-linkicon--pdf {
  position: absolute;
    top: calc(50% - 8px);
    right: 1.4rem;
}
/*.c-btn-area .c-btn.c-btn__normal[target="_blank"]::after {
    content: "";
	position: absolute;
    top: 50%;
    right: 1.4rem;
    display: block;
    width: 1.4rem;
    height: 1.4rem;
    margin-left: 0.5rem;
    background: url(/common/img/icon_external.svg) no-repeat;
    background-size: contain;
	transform: translateY(-50%);
} */
@container wrap-host (max-width: 340px) {
  .c-btn-area .c-btn {
    min-width: 230px;
    font-size: 1.4rem;
  }
}
/*テキストリンク*/
.c-textlink {
	position: relative;
	display: block;
    margin-bottom: 1rem;
    font-size: 16px;
}
.c-textlink a {
	/* color: #3d3d3d;
	text-decoration: none; */
  color: #006dc5;
	text-decoration: underline;
	line-height: 1.5;
}
a.c-textlink__inline  {
	color: #006dc5;
	text-decoration: underline;
}
.c-linkicon--external,
.c-linkicon--pdf {
  display: inline-block;
  width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.5rem;
}
.c-linkicon--pdf {
      transform: translateY(2px);
}
.c-linkicon--external img,
.c-linkicon--pdf img {
width: 100%;
    vertical-align: baseline;
}
/*.c-textlink a[target="_blank"]::after,
a[target="_blank"].c-textlink__inline::after {
    content: "";
    display: inline-block;
    width: 1.6rem;  
    height: 1.6rem;
    margin-left: 0.5rem;
    background: url(/common/img/icon_external.svg) no-repeat;
    background-size: contain;
}
.c-textlink a[href$=".pdf"]::after,
a[href$=".pdf"].c-textlink__inline::after {
    content: "";
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.5rem;
    background: url(/common/img/icon_pdf.svg) no-repeat;
    background-size: contain;
	transform: translateY(2px);
} */



/*アイコン付きリンク*/
.c-icon__btn--container {
	container-type: inline-size;
	display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}
.c-icon__btn--item {
	position: relative;
    margin: 1.6rem 0;
    width: 100%;
    height: 98px;
    background: #fff;
    border-radius: 8px;
    line-height: 1.6;
}
.c-icon__btn--item a {
	position: absolute;
    display: block;
    top: 0;
    left: 50%;
    margin: auto;
    padding: 2rem 4rem;
    width: 100%;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 700;
	color: #3d3d3d;
    transform: translate(-50%, -5%);
}
.c-icon__btn--item a::before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
	margin-left: 1rem;
    margin-top: 1.8rem;
    width: 3rem;
    height: 3rem;
    background: url(/common/img/icon_link_info.svg) no-repeat;
}
.c-icon__btn--item a::after {
	position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 2.4rem;
    height: 2.4rem;
    background: url(/common/img/icon_link_arrow_left.svg) no-repeat;
    transform: translate(-50%, 160%);}

/*ページ内リンク*/
.c-anchor__container {
	container-type: inline-size;
	display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
}
.c-anchor__wrap--item {
	position: relative;
	margin: 1rem;
	width: 44%;
    height: 55px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
}
.c-anchor__wrap--item a {
	position: relative;
    display: block;
    margin: auto;
    padding: 2rem 0;
    top: 0;
    left: 50%;
    position: absolute;
    width: 100%;
	color: #3d3d3d;
	font-size: 1.6rem;
	text-decoration: none;
    transform: translate(-50%, -5%);
}
.c-anchor__wrap--item a::after {
	position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 1rem;
    height: 1rem;
    background: url(/common/img/icon_link_arrow_under.svg) no-repeat;
    background-size: contain;
    transform: translate(0, -50%);
}
.c-anchor__wrap--item.link-item {
	border: 1px solid #e0dedc;
	border-radius: 50px;
	font-weight: 700;
}
.c-anchor__wrap--item.link-item a::after {
	content: none;
}

/*リストマーク*/
.c-list__disc {
	margin-left: 1.6rem;
}
.c-list__disc li {
	list-style: disc;
}
.c-list__circle {
	margin-left: 1.6rem;
}
.c-list__circle li {
	list-style: circle;
}

/*DLリスト*/
dl {
	display: flex;
	flex-wrap: wrap;
}
dt {
	width: 16rem;
}
dd {
	width: calc(100% - 16rem);
}

/*リンクアイテム ＞アイコン*/
.c-link__item--arrow {
	margin-bottom: 4rem;
}

.c-link__item--arrow ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c-link__item--arrow li {
	display: flex;
    align-items: center;
	margin-bottom: 1.6rem;
    width: 100%;
	min-height: 68px;
    border-bottom: 1px dashed #e0dedc;
    font-size: 1.6rem;
    color: #3d3d3d;
}
.c-link__item--arrow li a {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 2rem;
	width: 100%;
    min-height: 68px;
    font-size: 1.6rem;
    text-decoration: none;
	color: #3d3d3d;
}
.c-link__item--arrow li a::after {
	position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 2.4rem;
    height: 2.4rem;
    background: url(/common/img/icon_link_arrow_left.svg) no-repeat;
    background-size: contain;
    transform: translate(0%, -100%);
}

/*リンクアイテム PDFアイコン*/
.c-link__item--pdf {
	margin-bottom: 4rem;
}

.c-link__item--pdf ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c-link__item--pdf li {
    margin-bottom: 1.6rem;
	width: 100%;
	border-bottom: 1px dashed #e0dedc;
}
.c-link__item--pdf li a {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 2rem;
    min-height: 68px;
    font-size: 1.6rem;
}
/*.c-link__item--pdf li a[href$=".pdf"] span::after {
	position: absolute;
    content: "";
    display: inline-block;
    width: 1.6rem;
    height: 1.6rem;
    margin-left: 0.5rem;
    background: url(/common/img/icon_pdf.svg) no-repeat;
    background-size: contain;
	transform: translateY(2px);
} */

/*関連リンク*/
.c-link__related ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.c-link__related li {
    margin-bottom: 1.6rem;
	width: 100%;
	border-bottom: 1px dashed #e0dedc;
}
.c-link__related li a {
    position: relative;
    display: flex;
    align-items: center;
    padding-right: 40px;
    min-height: 68px;
	color: #000;
    font-size: 1.6rem;
    line-height: 1.6;
    text-decoration: none;
}
.c-link__related li a::after {
	position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 2.4rem;
    height: 2.4rem;
    background: url(/common/img/icon_link_arrow_left.svg) no-repeat;
    background-size: contain;
    transform: translate(0%, -50%);
}
.c-link__related li a .c-linkicon--external,
.c-link__related li a .c-linkicon--pdf {
  position: absolute;
    top: calc(50% - 1px);
    right: 24px;
    transform: translateY(-50%);
}
/*
.c-link__related li a[target="_blank"]::before {
	content: "";
	position: absolute;
    top: calc(50% + 6px);
    right: 24px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(/common/img/icon_external.svg) no-repeat;
    background-size: contain;
	transform: translateY(-50%);
}*/

@container wrap-host (min-width: 768px) {
  .c-pagetitle_h1 {
    padding: 24px 0;
    margin-bottom: 40px;
  }
.c-pagetitle_h1 h1 {
		font-size: 40px;
	}
  .c-pagetitle_h2 h2 {
		font-size: 32px;
	}
	.c-pagetitle_h3 h3 {
		font-size: 24px;
	}
	.c-pagetitle_h4 h4 {
		font-size: 20px;
	}
	.c-btn-area {
		flex-direction: column;
	}
	.c-anchor__wrap--item {
		width: 30%;
	}
	.c-icon__btn--item {
		width: 48%;
	}

	.c-link__related li {
		width: 48%;
	}
}
@container (min-width: 500px) {
  
	
	
}

.c-definitino dl {
    display: flex;
    flex-wrap: wrap;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 32px;
}
.c-definitino dt {
    width: 25%;
    background-color: #F0EEEC;
    padding: 16px;
    border: 1px solid #E0DEDC;
    border-bottom: none;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.c-definitino dt:last-of-type {
    border-bottom: 1px solid #E0DEDC;
}
.c-definitino dd {
    width: 75%;
    padding: 16px;
    background-color: #fff;
    border: 1px solid #E0DEDC;
    border-left: none;
    border-bottom: none;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
}
.c-definitino dd:last-of-type {
    border-bottom: 1px solid #E0DEDC;
}
.c-definitino dd *:last-child {
  margin-bottom: 0;
}
@container wrap-host (max-width: 767px) {
    .c-definitino dt {
        width: 100%;
    }
    .c-definitino dd {
        width: 100%;
        border-left: 1px solid #F0EEEC;
    }
    .c-definitino dt:last-of-type {
        border-bottom: none;
    }
}

.c-utility__adobeinfo {
    display: flex;
    margin-top: 40px;
    border-top: 1px solid #E0DFDD;
    padding-top: 16px;
}

.c-utility__adobeinfo-img {
    margin-right: 10px;
    max-width: 120px;
}

.c-utility__adobeinfo-text a {
    color: #006dc5;
}
@container wrap-host (max-width: 767px) {
    .c-utility__adobeinfo {
        flex-wrap: wrap;
    }
    .c-utility__adobeinfo-text {
        width: 100%;
        margin-top: 10px;
    }
}
.c-utility__subblock {
  background-color: #F0EEEC;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 24px;
}
.c-utility__subblock *:last-child {
  margin-bottom: 0;
}
.c-utility__list {
  margin-bottom: 24px;
}
.c-utility__list li {
    list-style: disc;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-left: 26px;
}
.c-text:has(+ .c-utility__list) {
  margin-bottom: 0;
}
.c-text:has(+ .c-utility__list.c-utility__list--mt) {
  margin-bottom: 24px;
}

.c-utility__linklist {
  margin-bottom: 24px;
}
.c-utility__linklist ul li{
  list-style: disc;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-top: 8px;
    margin-left: 26px;
}
.c-utility__linklist-title {
    font-size: 16px;
    line-height: 1.6;
}



.l-main {
  padding-top: 72px;
}
@media screen and (max-width:767px){
	.l-main {
		padding-top: 64px;
	}
}

/*--------------------------------------------------*/
/*header*/
/*--------------------------------------------------*/

.l-header {
  width: 100%;
  background-color: #f7f5f3;
  container-type: inline-size;
  container-name: header-host;
  position: fixed;
  top: 0;
      z-index: 10;
      transform: translateY(-72px);
      transition: all 0.3s;
}
.l-header.l-header--fixed {
transform: translateY(0);
}

.l-header__inner {
  background-color: #f7f5f3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
      width: 100%;
  max-width: 764px;
  margin: 0 auto;
}

.l-header__logo {
  width: 320px;
  
}

.l-header__btn {
  display: none;
}
.l-nav {
  width: calc(100% - 320px);
}
.l-nav__list {
  display: flex;
  align-items: center;
      justify-content: flex-end;
  gap: 24px;
}

.l-nav__item {
  position: relative;
}

.l-nav__trigger {
  anchor-name: --nav-anchor;
}

.l-nav__trigger,
.l-nav__item a {
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 700;
  height: 100%;
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #3d3d3d;
  background-color: #f7f5f3;
  text-decoration: none;
}

.l-nav__item.is-open .l-nav__trigger {
  color: #cc0033;
  text-decoration: underline;
  text-decoration-color: #cc0033;
}
.l-nav__item.has-dropdown {
  position: relative;
  padding-right: 16px;
  transition: all 0.5s;
}
.l-nav__item::after,
.l-nav__item.has-dropdown::after {
  content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -3px;
    left: 0;
    background-color: #cc0033;
    transition: all 0.3s;
}
.l-nav__item.has-dropdown::after {
  bottom: -1px;
}
.l-nav__item:hover::after,
.l-nav__item.has-dropdown:hover::after {

    width: 100%;

}
.l-nav__item:has(.is-open)::after  {
  width: 100%;
}
.l-nav__trigger::after {
      content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    width: 8px;
    height: 8px;
    border: 2px solid #CC0000;
    border-bottom: none;
    border-right: none;
    transform: rotate(225deg);
    background-color: transparent;
}
.l-nav__trigger:has(+ .is-open)::after {
  transform: rotate(45deg);
  top: calc(50% - 2px);
}
.l-nav__dropdown {
  display: none;
  position: absolute;
  top: calc(anchor(--nav-anchor bottom) + 24px);
  left: calc(anchor(--nav-anchor left) - 24px);
  width: 186px;
  padding: 24px 32px 24px 24px;
  border-radius: 0 0 8px 8px;
  background: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 100;
}

.l-nav__item.is-open .l-nav__dropdown {
  display: block;
}

.l-nav__dropdown li+li {
  padding-top: 24px;
}

.l-nav__dropdown a {
  color: #3d3d3d;
  background-color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  gap: 10px;
  align-items: center;
}



.l-nav__dropdown a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #cc0033;
  display: block;
  flex: 0 0 auto;
}

.l-nav__item--top {
  display: none;
}

.l-nav__sublist {
  display: none;
}


@container header-host (max-width: 767px) {
  
  .l-header__inner {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0;
    padding: 11px 16px 0 6px;
    height: auto;
            position: relative;
        z-index: 20;
        max-height: 64px;
  }

  .l-header__logo {
    width: calc(100% - 84px);
    max-height: 53px;

  }
  .l-header__logo {
    max-width: 224px;
    aspect-ratio: 22487/ 3098;
  }

  .l-header__btn {
    display: block;
    width: 44px;
    height: 44px;
    margin-bottom: 8px;
    position: relative;
  }

  .l-header__btn::before,
  .l-header__btn span::before,
  .l-header__btn::after {
    content: '';
    position: absolute;
    background-color: #cc0033;
    height: 2px;
    border-radius: 5px;
    top: 12px;
    left: 9px;
    width: 30px;
    transition: all 0.3s;
  }

  .l-header__btn span::before {
    top: 21px;
    width: 14px;
  }

  .l-header__btn::after {
    top: 30px;
    width: 22px;
  }

  .l-header__btn:has(+ .is-open--sp)::before {
    top: 20px;
    transform: rotate(45deg);
  }

  .l-header__btn:has(+ .is-open--sp) span::before {
    width: 0;
  }

  .l-header__btn:has(+ .is-open--sp)::after {
    width: 30px;
    top: 20px;
    transform: rotate(-45deg);
  }

  .l-nav {
    position: absolute;
    box-sizing: border-box;
    width: 92%;
    height: calc(100vh - 64px);
    max-width: 344px;
    top: 63px;
    right: 0;
    z-index: 50;
    background-color: #f7f5f3;
    transition: all 0.5s;
    transform: translateX(400px);

  }

  .l-nav__trigger,
  .l-nav__item a {
    width: 100%;
    display: inline-block;
    position: relative;
    font-size: 1.6rem;
    text-align: left;
    padding: 16px 32px 16px 0;
    border-bottom: 1px solid #E0DEDC;
  }
  .l-nav__item.has-dropdown {

  padding-right: 0;
}
.l-nav__item:has(.is-open){
  border-bottom: none;
}

  .l-nav__trigger::before {
     content: '';
    position: absolute;
    top: calc(50% + 2px);
    right: 10px;
    width: 10px;
    height: 2px;
    background-color:  #CC0000;
  }
  .l-nav__trigger::after {
     content: '';
    position: absolute;
    top: calc(50% - 2px);
    right: 14px;
    width: 2px;
    height: 10px;
    background-color:  #CC0000;
    transform: rotate(0);
  }
  .l-nav__trigger:has(+ .is-open)::after{
    content: none;
  }
  .l-nav__trigger:has(+ .is-open) {
    border-bottom: none;
  }
  .l-nav.is-open--sp {
    transform: translateX(0);
    padding: 16px 16px 16px 24px;
  }
  .l-nav a,
  .l-nav button {
    display: none;
  }
  .l-nav.is-open--sp a,
  .l-nav.is-open--sp button {
    display: block;
  }

  .l-nav__list {
    flex-wrap: wrap;
    margin-bottom: 32px;
    gap: 0;
  }

  .l-nav__item {
    width: 100%;
    white-space: nowrap;
  }

  .l-nav__dropdown {
    box-shadow: none;
    padding: 0;
  }


  .l-nav__dropdown li a {
    color: #3D3D3D;
    background-color: #f7f5f3;
    padding: 17px 24px 17px 8px;
    border-bottom: 1px dashed #E0DEDC;
    position: relative;
  }
  .l-nav__dropdown li:last-of-type a {
    border-bottom: 1px solid #E0DEDC;
  }
  .l-nav__dropdown li+li {
    padding-top: 0;
  }

  .l-nav__dropdown a::before {
    content: none;
  }

  .l-nav__item a::before,
  .l-nav__dropdown li a::before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    width: 10px;
    height: 10px;
    border: 2px solid #CC0000;
    border-bottom: none;
    border-right: none;
    transform: rotate(135deg);
    background-color: transparent;
    border-radius: 0;
  }
  .l-nav__item:hover::after,
  .l-nav__item.has-dropdown:hover::after,
  .l-nav__item:has(.is-open)::after {
    width: 0;
  }

  .l-nav__item--top {
    display: block;
  }

  .l-nav__sublist li {
    width: calc(50% - 12px);
    margin-right: 24px;
    margin-bottom: 24px;
  }

  .l-nav__sublist li a {
    color: #3D3D3D;
    font-size: 1.2rem;
    text-decoration: none;
  }

  .l-nav__sublist li:nth-of-type(2n) {
    margin-right: 0;
  }

  .l-nav__sublist {
    display: flex;
    flex-wrap: wrap;
    white-space: nowrap;
  }

  .is-open--sp .l-nav__sublist {
    white-space: normal;
  }

  .l-nav__dropdown {
    position: relative;
    width: 100%;
    background-color: #f7f5f3;

  }

  .l-nav__overray {
    display: none;
  }

  .l-header__inner:has(.is-open--sp) + .l-nav__overray {
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100vh - 64px);
    background-color: #3d3d3d;
    opacity: 0.5;
    z-index: 15;
        left: 0;
        top: 64px;
  }

}


/*--------------------------------------------------*/
/*footer*/
/*--------------------------------------------------*/
.l-footer {
  width: 100%;
  background-color: #EBEAE6;
  container-type: inline-size;
  container-name: footer-host;
}

.l-footer__inner {
  width: 95%;
  max-width: 700px;
  margin: auto;
  padding: 48px 0 16px;
}

.l-footer__link {
  display: flex;
  margin-bottom: 24px;
}

.l-footer__linkblock {
  width: calc((100% - 32px) / 3);
  margin-right: 16px;
}

.l-footer__linkblock:last-of-type {
  margin-right: 0;
}
.l-footer__linkblock .c-linkicon--external {
  width: 12px;
  height: 12px;
}
.l-footer__sublink {
  margin-bottom: 24px;
}

.l-footer__sublink ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.l-footer__sublink ul.l-footer__sublink--spacebetween {
  justify-content: space-between;
}
.l-footer__sublink ul.l-footer__sublink--flexstart {
  justify-content: flex-start;
}
.l-footer__sublink ul.l-footer__sublink--flexstart li {
  margin-right: 24px;
}
.l-footer__sublink ul li:nth-of-type(1),
.l-footer__sublink ul li:nth-of-type(2),
.l-footer__sublink ul li:nth-of-type(3),
.l-footer__sublink ul li:nth-of-type(4) {
  margin-top: 0;
}
.l-footer__copyright {
  text-align: center;
  color: #666666;
  font-size: 1.2rem;
}

.l-footer__title {
  position: relative;
  margin-bottom: 16px;
  padding: 1rem 0;
  font-weight: 700;
  font-size: 1.6rem;
}

.l-footer__title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 16px;
  height: 1px;
  border-radius: 5px;
  background: #c00;
  transform: translateY(-50%);
}

.l-footer__linkblock li p {
  margin-bottom: 16px;
  font-size: 1.4rem;
  line-height: 16px;
}

.l-footer__linkblock a {
  font-size: 1.4rem;
  color: #3D3D3D;
  text-decoration: none;


}

.l-footer__linkblock .c-textlink a:not([href*="example.com"])::after,
.l-footer__linkblock .c-textlink a:not([href^="/"])::after {
  width: 1.2rem;
  height: 1.2rem;
}

.l-footer__sublink a {
  color: #6A6251;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.6;
}

.l-footer__note {
  font-size: 1.2rem;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 40px;
}
@container footer-host (max-width: 767px) {
  .l-footer__inner {
    width: 92%;
    padding: 32px 0 16px;
  }

  .l-footer__link {
    flex-wrap: wrap;
    margin-bottom: 16px;
  }

  .l-footer__linkblock {
    min-width: calc((100% - 24px) / 2);
    margin-right: 24px;
    margin-bottom: 0;
  }

  .l-footer__linkblock:nth-of-type(2n) {
    margin-right: 0;
  }

  .l-footer__linkblock:last-of-type {
    min-width: 100%;
  }
  .l-footer__sublink ul {
    margin-bottom: 0;
  }
  .l-footer__sublink ul li {
    width: calc((100% - 27.5px) / 2);
    margin-right: 27.5px;
    margin-bottom: 24px;
    margin-top: 0;
  }

  .l-footer__sublink ul li:nth-of-type(2n) {
    margin-right: 0;
  }

  .l-footer__note {
    margin-bottom: 56px;
  }
}

