@charset "utf-8";

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

.l-contents__inner {
  max-width: 1408px;
  margin: 0 auto;
  padding: 0 64px;
}

.l-contents__inner._small_ {
  max-width: 1088px;
  padding: 0 64px;
}

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

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

.txt_right {
  text-align: right;
}

.txt_left {
  text-align: left;
}

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

/* ============================================================ */
/* c-contents-ttl */
/* ============================================================ */
.c-contents-ttl {
  padding-top: 180px;
  padding: 180px 64px 0;
  margin-bottom: 120px;
  position: relative;
}

.c-contents-ttl::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  translate: 0 -50%;
  width: 800px;
  height: 1200px;
  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: 320px;
  height: 480px;
  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: 2.8rem;
  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: 7.2rem;
  display: block;
}
@media screen and (max-width: 1080px) {
  .e-h1 .__jp {
    font-size: 6rem;
  }
}

/* 白色 */
.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.8rem;
  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: 3.2rem;
  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.4rem;
  font-weight: 700;
  line-height: 2;
  padding-left: 24px;
  position: relative;
}

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


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

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

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

/* ============================================================ */
/* line-height */
/* ============================================================ */
.lh100 {
  line-height: 1;
}

.lh200 {
  line-height: 2;
}

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

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

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

/* ============================================================ */
/* flexスタイル */
/* ============================================================ */
.u-al-fc {
  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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

._no-wrap_ {
  flex-wrap: nowrap;
}

.u-al-fl2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

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

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

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

/* ============================================================ */
/* table */
/* ============================================================ */
.m-table {
  font-size: 1.6rem;
  line-height: 1.8;
  width: 100%;
  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;
}

.m-table._border_ th,
.m-table._border_ td {
  padding: 35px 0;
}

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

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

.m-table._border_ th {
  border-bottom: 1px solid var(--orange);
  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 40px;
}

/* ============================================================ */
/* labelスタイル */
/* ============================================================ */
.e-label {
  display: inline-block;
  text-align: center;
  padding: 3px 0;
  box-sizing: border-box;
  font-size: 1.3rem;
}

.e-label._required_ {
  min-width: auto;
  color: var(--white);
  background-color: var(--red);
  border-radius: 2px;
  font-weight: 300;
  line-height: 1.6;
  padding: 0 6px;
}

/* ============================================================ */
/* 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: 15px 25px;
  border-radius: 4px;
  transition: all 0.3s;
}

.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: 0 25px 25px;
}

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

.accordion .__ico,
.accordion-sp .__ico {
  line-height: 1;
  color: var(--green);
}

.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._arrow_._top_::before {
  rotate: 180deg;
}

.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: 20px;
  height: 16px;
}

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

/* ブルー */
.e-icon._blue_::before {
  background-color: var(--blue);
}

/* ブラック */
.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:hover {
  color: var(--blue);
  border: solid 1px var(--aqua);
}

.e-btn:hover::before {
  clip-path: inset(0 0 0 100%);
}

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

.e-btn._no-bg_:hover {
  border: none;
}

/* 白色 */
.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);
}

.e-btn._white_:hover {
  color: var(--white);
  border-color: transparent;
}

.e-btn._white_:hover::before {
  opacity: 1;
}

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

/* ============================================================ */
/* btn radius */
/* ============================================================ */
.e-btn-radius {
  transition: all 0.4s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 460px;
  height: 80px;
  color: var(--white);
  border: solid 1px transparent;
  font-size: 2.4rem;
  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;
}

/* ホバー */
.e-btn-radius:hover {
  color: var(--blue);
  border: solid 1px var(--aqua);
  column-gap: 48px;
}

.e-btn-radius:hover::before {
  clip-path: inset(0 0 0 100%);
}

.e-btn-radius:hover .__ico {
  border-color: var(--blue);
}


/* ============================================================ */
/* パンくずリスト */
/* ============================================================ */
.c-breadcrumb {
  margin-top: 32px;
}

.c-breadcrumb__list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.c-breadcrumb__item {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  font-weight: 700;
  flex-shrink: 0;
}
.c-breadcrumb__item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 16px;
  background-color: var(--blue);
  height: 2px;
  margin: 0 8px;
}

.c-breadcrumb__item a {
  opacity: 1;
  transition: opacity 0.3s ease;
  color: var(--black);
  text-decoration: underline;
}

.c-breadcrumb__item:has(span) {
  max-width: 300px;
}

.c-breadcrumb__item span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.c-breadcrumb__item a:hover {
  opacity: 0.5;
}

/* ============================================================ */
/* page top */
/* ============================================================ */
.c-pagetop {
  position: fixed;
  z-index: 8000;
  right: 40px;
  bottom: 40px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  appearance: none;
  background: transparent;
  cursor: pointer;
  opacity: 1;
  transition: opacity 0.3s ease;
}

.c-pagetop .__txt {
  color: var(--blue);
  font-size: 1.8rem;
  font-weight: 500;
}

.c-pagetop .__ico::before {
  width: 15px;
  height: 14px;
}

.c-pagetop._deactive_ {
  pointer-events: none;
  opacity: 0.5;
}

/* ============================================================ */
/* news list */
/* ============================================================ */
.c-news__item {
  border-bottom: solid 2px var(--blue3);
}
.c-news__item:not(:last-child) {
  margin-bottom: 42px;
}

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

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

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

.c-news__item:hover .c-news__ttl {
  color: var(--blue);
}

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

.e-iframe > iframe {
  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;
}

/* ============================================================ */
/* 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 {
  
}

.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:hover {
  color: var(--blue);
}


/* ============================================================ */
/* columnスタイル */
/* ============================================================ */
.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: -20px;
  margin-right: -20px;
}

.column2 > * {
  margin-left: 20px;
  margin-right: 20px;
  width: calc(50% - 40px);
}

.column3 {
  margin-left: -22.5px;
  margin-right: -22.5px;
}

@media only screen and (min-width: 768px) and (max-width: 1110px) {
  .column3 {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.column3 > * {
  margin-left: 22.5px;
  margin-right: 22.5px;
  width: calc((100% - 135px) / 3);
}

@media only screen and (min-width: 768px) and (max-width: 1110px) {
  .column3 > * {
    margin-left: 15px;
    margin-right: 15px;
    width: calc((100% - 90px) / 3);
  }
}

.column4 {
  margin-left: -20px;
  margin-right: -20px;
}

.column4 > * {
  margin-left: 20px;
  margin-right: 20px;
  width: calc(25% - 40px);
}

.column5 {
  margin-left: -5px;
  margin-right: -5px;
}

.column5 > * {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(20% - 10.2px);
}

.column6 {
  margin-left: -5px;
  margin-right: -5px;
}

.column6 > * {
  margin-left: 5px;
  margin-right: 5px;
  width: calc(16.66667% - 10.16667px);
}

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

.flex-column > * {
  flex: 0 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: 320px;
  height: 480px;
  background: url(../../img/common/bg_triangle_purple.svg) no-repeat center / contain;
}

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

/* 青色 */
.e-bg-triangle._blue_::before {
  width: 800px;
  height: 1200px;
  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 120px;
}

.c-not-found {
  margin-bottom: 200px;
}
/* ============================================================ */
/* 予備 */
/* ============================================================ */
