@charset "utf-8";

/* ============================================================ */
/* contents */
/* ============================================================ */
.l-contents {
	width: 100%;
	position: relative;
	z-index: 1;
	padding: 0;
}

.l-contents__inner {
	padding: 0 16px;
}

.pre {
	overflow: auto;
  word-wrap: break-word;
	width: 100%;
}

/* ============================================================ */
/* アンカーリンク */
/* ============================================================ */
.e-anker-link {
	padding: 0 16px;
	position: relative;
	z-index: 10;
}

.e-anker-link__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}

.e-anker-link__item {

}

.e-anker-link__item .e-btn-arrow {
	width: 180px;
	height: 45px;
	font-size: 1.5rem;
}

/* ============================================================ */
/* テキストスタイル */
/* ============================================================ */
.txt_center ,
.txt_center_sp {
	text-align: center;
}

.txt_right ,
.txt_right_sp {
	text-align: right;
}

.txt_left ,
.txt_left_sp {
	text-align: left;
}


.txt_hide {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  height: 0;
  width: 0;
}


/* ============================================================ */
/* c-contents-ttl */
/* ============================================================ */
.c-contents-ttl {
  padding: 80px 16px 0;
  margin-bottom: 40px;
  position: relative;
}

.c-contents-ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  translate: 0 -50%;
  width: 320px;
  height: 480px;
  background: url(../../img/common/bg_triangle_aqua.svg) no-repeat center / contain;
}

.c-contents-ttl::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 8.33%;
  top: 140px;
  width: 160px;
  height: 240px;
  background: url(../../img/common/bg_triangle_purple.svg) no-repeat center / contain;
}

.c-contents-ttl .e-h1 {
  line-height: 1;
}

.c-contents-ttl .e-h1 .__en {
  margin-bottom: 24px;
  display: block;
}

/* ============================================================ */
/* h1 */
/* ============================================================ */
.e-h1 {
  letter-spacing: 0.05em;
  color: var(--black);
}

.e-h1 .__en {
  font-family: "Murecho", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  position: relative;
  padding-left: 40px;
}

.e-h1 .__en::before,
.e-h1 .__en::after {
  content: "";
  height: 4px;
  width: 16px;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

.e-h1 .__en::before {
  left: 0;
  background: linear-gradient(92deg, #66EBF4 1.52%, rgba(102, 235, 244, 0.00) 100%), var(--blue);
}

.e-h1 .__en::after {
  left: 16px;
  background-color: var(--blue);
}

.e-h1 .__jp {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  display: block;
	line-height: 1.4;
}

/* 白色 */
.e-h1._white_ {
  color: var(--white);
}
.e-h1._white_ .__en {
  padding-left: 24px;
}

.e-h1._white_ .__en::before {
  display: none;
}
.e-h1._white_ .__en::after {
  background-color: var(--blue3);
  left: 0;
}


/*----- h2 -----*/
.e-h2 {
  transition: all 0.3s ease;
}

.e-h2 .__en {
  font-size: 2.4rem;
  font-weight: 700;
  font-family: "Murecho", sans-serif;
  position: relative;
  padding-left: 8px;
	transition: all 
	0.3s ease;
}

.e-h2 .__en::before {
  content: "";
  width: calc(var(--pl-percent)  * 1vw);
  height: 4px;
  position: absolute;
  top: 50%;
  left: 0;
  translate: -100% -50%;
  background: linear-gradient(92deg, var(--aqua) 1.52%, rgba(102, 235, 244, 0.00) 100%), var(--blue);
  clip-path: inset(0 100% 0 0);
  transition: inherit;
}

.e-h2 .__en .__txt {
  clip-path: inset(0 100% 0 0);
  transition: inherit;
  transition-delay: 0.4s;
}

.e-h2.js-scroll-action:has(.__jp) .__en .__txt {
  clip-path: inset(0 0 0 0);
  opacity: 0;
}

.e-h2 .__jp {
  font-size: 2.8rem;
  font-weight: 700;
  display: block;
  padding-left: 8px;
  margin-top: -4px;
	opacity: 0;
  transition: inherit;
  transition-delay: 0.8s;
}


/* 表示アニメーション */
.e-h2._scroll-in_ .__en .__txt {
  clip-path: inset(0 0 0 0);
}

.e-h2._scroll-in_ .__en::before {
  clip-path: inset(0 0 0 0);
}

/* 表示アニメーション */
.e-h2._scroll-in_:has(.__jp) .__en .__txt {
  opacity: 1;
}

.e-h2._scroll-in_ .__jp {
  opacity: 1;
}

/* 短いタイトル */
.e-h2._short_ .__en::before {
  width: 16px;
  background: var(--blue);
  clip-path: none;
}
/*----- h3 -----*/
.e-h3 {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 2;
	padding-left: 24px;
	position: relative;
}

.e-h3  .__txt::before {
  content: "";
  position: absolute;
  top: 0.9em;
  left: 0;
  width: 16px;
  height: 4px;
  background-color: var(--blue);
}


/*----- h4 -----*/
.e-h4 {}

/*----- h5 -----*/
.e-h5 {}

/*----- h6 -----*/
.e-h6 {}


/* ============================================================ */
/* インデントスタイル */
/* ============================================================ */
.m-indent {
	display: table;
}

.m-indent__item {
	display: table-cell;
	white-space: nowrap;
}

.m-indent._space_ .__item {
	padding-right: 1em;
}


/* ============================================================ */
/* flexスタイル */
/* ============================================================ */
.u-al-fc,
.u-al-fc_sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.u-al-fc > * {
	flex: 0 0 auto;
}

.u-al-fr {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.u-al-fl ,
.u-al-fl-sp {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.u-al-fb,
.u-al-fb_sp {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.u-al-fa {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

._sp-cr_ {
	flex-direction: column-reverse;
}

._sp-c_ {
	flex-direction: column;
}

._sp-fs_ {
	align-items: flex-start;
}

._sp-fe_ {
	align-items: flex-end;
}

._sp-jc-sb_ {
	justify-content: space-between;
}

._flex1_ {
	flex: 1;
	width: auto;
}

._order1_ {
	order: 1;
}

._order2_ {
	order: 2;
}


/* ============================================================ */
/* table */
/* ============================================================ */
.m-table {
	width: 100%;
	font-size: 1.6rem;
	line-height: 1.8;
	word-break: break-all;
	word-wrap: break-word;
	border-collapse: collapse;
	border-spacing: 0;
	font-weight: 400;
}

.m-table._border_ th,
.m-table._border_ td {
	background-clip: padding-box;
	text-align: left;
	vertical-align: middle;
	padding: 20px;
}

.m-table._pop_ th,
.m-table._pop_ td {
	padding: 20px 0 10px;
	border-bottom: 2px solid var(--line-gray);
}

.m-table._border_ td {
	border-bottom: 1px solid var(--line-gray);
}

.m-table._border_ th {
	font-weight: 700;
}

.m-table._pop_ th {
	font-family: "Dela Gothic One", sans-serif;
  font-weight: 400;
	color: var(--brown);
}

.m-table tr:first-child th,
.m-table tr:first-child td {
	padding-top: 0;
}

.m-table._no-border_ th,
.m-table._no-border_ td {
	border-bottom: none;
	padding: 0 0 20px;
}

.m-table ._al-l_ {
	text-align: left;
}

.m-table ._al-r_ {
	text-align: right;
}

.m-table ._al-c_ {
	text-align: center;
}

.m-table ._va-m_ {
	vertical-align: middle;
}

.m-table ._nowrap_ {
	white-space: nowrap;
}

.m-table ._flex_ {
	display: flex;
	align-items: center;
}

.m-table ._justify_ ,
.m-table ._justify-sp_ {
	text-align: justify;
	text-align-last: justify;
}

/* sp-column1 */
.m-table._sp-col1_ {
	display: block;
}

.m-table._sp-col1_ thead,
.m-table._sp-col1_ tbody ,
.m-table._sp-col1_ th,
.m-table._sp-col1_ td ,
.m-table._sp-col1_ tr {
	display: block;
}

.m-table._sp-col1_ td {
	border-bottom: 1px solid var(--line-gray);
	padding: 5px 10px 20px;
}

.m-table._sp-col1_ th {
	font-weight: 700;
	padding: 20px 10px 5px;
}

.m-table._sp-col1_ tr:first-child th {
	border-top: none;
	padding-top: 0;
}

/* table--wide */
.m-table--wide {
	border: none;
	display: block;
}

.m-table--wide th,
.m-table--wide td {
	display: block;
	padding: 5px 8px;
	border-bottom-width: 0;
	border-right-width: 0;
	text-align: center;
}

.m-table--wide th {
	width: auto;
	text-align: left;
}

.m-table--wide thead {
	display: block;
	float: left;
	overflow-x: scroll;
}

.m-table--wide tbody {
	display: block;
	width: auto;
	overflow-x: auto;
	white-space: nowrap;
}

.m-table--wide tbody tr {
	display: inline-block;
	margin: 0 -3px;
}

.m-table--wide tbody tr:last-child th,
.m-table--wide tbody tr:last-child td {
	border-right-width: 1px;
}

.m-table--wide thead th:last-child,
.m-table--wide tbody td:last-child {
	border-bottom-width: 1px;
}

/* table--list */
.m-table--list {
	border: none;
	border-bottom: 1px solid #D3E2D5;
}

.m-table--list tr {
	display: block;
	margin: 0 0 20px;
}

.m-table--list th {
	display: block;
	border: none;
	border-bottom: 1px solid #D3E2D5;
	border-top: 1px solid #D3E2D5;
}

.m-table--list td {
	display: list-item;
	margin: 0 0 0 20px;
	padding: 5px 0 0;
	border: none;
	background: none;
}

.m-table--list td:first-of-type {
	padding: 10px 0 0;
}


/* ============================================================ */
/* labelスタイル */
/* ============================================================ */
.e-label {
	display: inline-block;
	text-align: center;
	padding: 3px 0;
	min-width: 124px;
	box-sizing: border-box;
	font-size: 1.2rem;
	font-weight: 600;
	border: solid 1px var(--blue);
}

.e-label._required_ {
	min-width: auto;
	color: var(--white);
  background-color: var(--red);
	border-color: var(--red);
  border-radius: 4px;
	font-weight: 300;
	padding: 0 3px;
}


/* ============================================================ */
/* accordion */
/* ============================================================ */
.accordion ,
.accordion-sp {
	cursor: pointer;
	position: relative;
	color: var(--black);
	display: flex;
	justify-content: space-between;
	align-items: center;
	border: 1px solid var(--line-gray1);
	padding: 10px 20px;
	border-radius: 4px;
	transition: all .3s;
	line-height: 1.5;
}

.accordion._active_ ,
.accordion-sp._active_ {
	border: 1px solid var(--line-gray1);
	border-bottom: none;
	border-radius: 4px 4px 0 0;
}

.accordion__hide {
	display: none;
	border: 1px solid var(--line-gray1);
	border-top: none;
	border-radius: 0 0 4px 4px;
	padding: 10px 20px 20px;
}

.accordion .__txt ,
.accordion-sp .__txt {
	font-size: 1.6rem;
	font-weight: 500;
}

.accordion .__ico ,
.accordion-sp .__ico {
	line-height: 1.0;
	color: var(--green);
	font-size: 1.4rem;
	margin: 0 0 0 10px;
}

.accordion._active_ .__ico ,
.accordion-sp._active_ .__ico {
	transform: rotate(180deg);
}

/* ============================================================ */
/* アイコン */
/* ============================================================ */
.e-icon {
  line-height: 1;
}
.e-icon::before {
  content: "";
  display: inline-block;
  mask: no-repeat center / contain;
  line-height: 1;
  background-color: var(--white);
  transition: all 0.3s ease;
}

.e-icon._arrow_::before {
  mask-image: url(../../img/common/ico_arrow.svg);
  width: 24px;
  height: 26px;
}

.e-icon._phone_::before {
  mask-image: url(../../img/common/ico_phone.svg);
  width: 25px;
  height: 35px;
}

.e-icon._mail_::before {
  mask-image: url(../../img/common/ico_mail.svg);
  width: 30px;
  height: 24px;
}

.e-icon._mail_._large_::before {
  mask-image: url(../../img/common/ico_mail.svg);
  width: 25px;
  height: 20px;
}

.e-icon._black_::before {
  background-color: var(--black2);
}

/* ============================================================ */
/* btn */
/* ============================================================ */
.e-btn {
  transition: all 0.4s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  width: max-content;
  padding: 0 24px;
  height: 48px;
  color: var(--white);
  font-family: "Murecho", sans-serif;
  border: solid 1px transparent;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: var(--white);
  column-gap: 12px;
}

.e-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.4s ease;
  background: linear-gradient(90deg, var(--aqua) 1.52%, rgba(102, 235, 244, 0.00) 100%), var(--blue);
}

.e-btn .__txt {
  position: relative;
}

.e-btn .__ico {
  position: relative;
  rotate: -135deg;
}

.e-btn .__ico._arrow_::before {
  width: 12px;
  height: 13px;
}

/* 逆向き */
.e-btn._back_ {
  flex-direction: row-reverse;
}

.e-btn._back_ .__ico {
  rotate: 135deg;
}

/* 背景色なし */
.e-btn._no-bg_ {
  border: none;
  color: var(--blue);
  padding: 0;
}

.e-btn._no-bg_::before {
  display: none;
}

.e-btn._no-bg_ .__ico::before {
  background-color: var(--blue);
}

/* 白色 */
.e-btn._white_ {
  color: var(--blue);
  border: solid 1px var(--blue);
}

.e-btn._white_::before {
  opacity: 0;
  clip-path: none;
  transition: opacity 0.4s ease;
}

.e-btn._white_ .__ico::before {
  background-color: var(--blue);
}

/* ============================================================ */
/* btn radius */
/* ============================================================ */
.e-btn-radius {
  transition: all 0.4s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
 
  height: 60px;
  color: var(--white);
  border: solid 1px transparent;
  font-size: 2rem;
  font-weight: 700;
  background-color: var(--white);
  column-gap: 16px;
  border-radius: 40px;
  overflow: hidden;
}

.e-btn-radius::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  clip-path: inset(0 0 0 0);
  transition: clip-path 0.4s ease;
  background: linear-gradient(90deg, var(--aqua) 1.52%, rgba(102, 235, 244, 0.00) 100%), var(--blue);
}

.e-btn-radius .__txt {
  position: relative;
}

.e-btn-radius .__ico {
  width: 14px;
  height: 14px;
  display: inline-block;
  border-right: solid 2px var(--white);
  border-bottom: solid 2px var(--white);
  rotate: 45deg;
  transition: all 0.4s ease;
}

/* ============================================================ */
/* パンくずリスト */
/* ============================================================ */
.c-breadcrumb {
  display: none;
}

/* ============================================================ */
/* page top */
/* ============================================================ */
.c-pagetop {
  display: none;
}
/* ============================================================ */
/* news list */
/* ============================================================ */
.c-news__item {
  border-bottom: solid 2px var(--blue3);
}
.c-news__item:not(:last-child) {
  margin-bottom: 21px;
}

.c-news__link {
  padding-bottom: 9px;
  display: block;
}

.c-news__date {
  color: var(--gray);
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 6px;
  display: block;
  font-family: "Murecho", sans-serif;
}

.c-news__ttl {
  color: var(--black);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2;
  transition: color 0.4s ease;
}

/* ============================================================ */
/* iframeスタイル */
/* ============================================================ */
.e-iframe {
	position: relative;
	padding-bottom: 89%;
	height: 0;
	overflow: hidden;
}

.e-iframe > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.e-iframe > object,
.e-iframe > embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ============================================================ */
/* listスタイル */
/* ============================================================ */
.e-list {
}

.e-list__item {
  margin: 0 0;
}

.e-list__item:last-of-type {
  margin: 0;
}

/* list-circle */
.e-list._list-circle_ {
}

.e-list._list-circle_ .e-list__item {
  position: relative;
  padding-left: 1.2em;
}

.e-list._list-circle_ .e-list__item:not(:last-child) {
  margin-bottom: 5px;
}

.e-list._list-circle_ .e-list__item::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  display: inline-block;
  background: var(--gray);
  width: 1em;
  height: 1em;
  border-radius: 50%;
  line-height: 1;
}

/* list-number */
.e-list._list-number_ {
  counter-reset: number 0;
}

.e-list._list-number_ .e-list__item {
  counter-increment: number;
  position: relative;
  padding-left: 20px;
}

.e-list._list-number_ .e-list__item::before {
  content: counter(number) ". ";
  position: absolute;
  top: 4px;
  left: 0;
  line-height: 1.2;
}

/* ============================================================ */
/* boxスタイル */
/* ============================================================ */
.m-box {
	padding: 20px;
}

.m-box._white_ {
	background: var(--white);
}

.m-box._outline_ {
	border: 1px solid rgba(71, 71, 71, 0.5);
}

.m-box._gray_ {
	background: var(--gray);
}

.m-box._radius_ {
	border-radius: 4px;
}

.m-box._error_ {
	background: rgba(209,45,38,0.1);
	color: var(--red);
	font-weight: 600;
}

.m-box._error_ .icon-error {
	font-size: 2.0rem;
	margin: 0 10px 0 0;
	line-height: 1.0;
}

/* ============================================================ */
/* pager */
/* ============================================================ */
.e-pager {
}

.e-pager__list {
  display: flex;
  align-items: center;
  column-gap: 12px;
  justify-content: center;
}

.e-pager__item {
  display: block;
}

.e-pager__numbers {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--gray);
  transition: all 0.3s ease;
  font-family: "Murecho", sans-serif;
  width: 30px;
  text-align: center;
  display: inline-block;
  position: relative;
  line-height: inherit;
}

.e-pager__item.current .e-pager__numbers::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--blue);
}


.e-pager__item.current .e-pager__numbers {
  color: var(--blue);
  pointer-events: none;
}

.e-pager__link {
  min-width: auto;
	width: 48px;
	height: 48px;
}

.e-pager__item:has(.prev) {
  margin-right: auto;
}

.e-pager__item:has(.next) {
  margin-left: auto;
}

.e-pager__link.deactive {
opacity: 0.5;
pointer-events: none;
}

.e-pager__link .__txt{
display: none;
}


/* --------------------------------------------------- */
/* カラム制御 */
/* --------------------------------------------------- */

/* 複数カラム
/* --------------------------------------------------- */
.column {
	display: flex;
	flex-wrap: wrap;
}

.column >* {
	margin-bottom: 15px;
}

.column > * * {
	max-width: 100%;
}

.column > * img {
	outline: 1px solid transparent;
}

.column1 > *,
.column > * img:not([class*=wd-a]) {
	width: 100%;
}

.column2 {
	margin-left: -1.5%;
	margin-right: -1.5%;
}

.column2 > * {
	margin-left: 1.5%;
	margin-right: 1.5%;
	width: 47%;
}

.column3 ,
.column6 {
	margin-left: -1%;
	margin-right: -1%;
}

.column3 > * ,
.column6 > * {
	margin-left: 1%;
	margin-right: 1%;
	width: 31%;
}

.column4 {
	margin-left: -1%;
	margin-right: -1%;
}

.column4 > * {
	margin-left: 1%;
	margin-right: 1%;
	width: 23%;
}

.column5 {
	margin-left: -1%;
	margin-right: -1%;
}

.column5 > * {
	margin-left: 1%;
	margin-right: 1%;
	width: 18%;
}

.sp-column1 {
	margin-left: 0;
	margin-right: 0;
}

.sp-column1 > * {
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}

.sp-column2 {
	margin-left: -1.5%;
	margin-right: -1.5%;
}

.sp-column2 > * {
	margin-left: 1.5%;
	margin-right: 1.5%;
	width: 47%;
}

.sp-column3 {
	margin-left: -1%;
	margin-right: -1%;
}

.sp-column3 > * {
	margin-left: 1%;
	margin-right: 1%;
	width: 31%;
}

/* 幅指定カラム
------------------------------------------------------------ */
.flex-column {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex-column > * {
	flex: 0 0 auto;
	width: 100%;
}

.flex-column > *:not(:last-child) {
	margin-bottom: 20px;
}

.flex-column > * img {
	display: block;
	margin: 0 auto;
}

.flex-column > * * {
	max-width: 100%;
}


/* ============================================================ */
/* 三角形 背景 */
/* ============================================================ */
.e-bg-triangle {
  position: relative;
}

.e-bg-triangle::before {
  content: "";
  position: absolute;
  z-index: -10;
}

/* 紫色 */
.e-bg-triangle._purple_::before {
  width: 160px;
  height: 240px;
  background: url(../../img/common/bg_triangle_purple.svg) no-repeat center / contain;
}

/* アクア色 */
.e-bg-triangle._aqua_::before {
  width: 320px;
  height: 480px;
  background: url(../../img/common/bg_triangle_aqua.svg) no-repeat center / contain;
}

/* 青色 */
.e-bg-triangle._blue_::before {
  width: 240px;
  height: 360px;
  background: url(../../img/common/bg_triangle_blue.svg) no-repeat center / contain;
}
/* ============================================================ */
/* 404 not found */
/* ============================================================ */
body.not-found .c-contents-ttl {
  width: max-content;
  margin: 0 auto 60px;
}

.c-not-found {
  margin-bottom: 100px;
}