@charset "utf-8";

/*------------------------------------------*/
/* section
/*------------------------------------------*/

.section-normal,
.section-wide {
  position: relative;
  width: calc(100% - 40px);
  margin: 0 auto;
  z-index: 5;
}

.section-margin {
  margin-top: 80px;
}

.section-margin-narrow {
  margin-top: 40px;
}

.section-margin-wide {
  margin-top: 100px;
}

@media screen and (min-width: 768px), print {

  .section-normal,
  .section-wide {
    width: calc(100% - 80px);
  }
}

@media screen and (min-width: 834px), print {

  .section-normal,
  .section-wide {
    width: calc(100% - 120px);
  }

  .section-margin {
    margin-top: 100px;
  }

  .section-margin-narrow {
    margin-top: 80px;
  }

  .section-margin-wide {
    margin-top: 120px;
  }
}

@media screen and (min-width: 1024px), print {
  .section-margin {
    margin-top: 160px;
  }

  .section-margin-narrow {
    margin-top: 100px;
  }

  .section-margin-wide {
    margin-top: 180px;
  }
}

@media screen and (min-width: 1240px), print {
  .section-normal {
    width: 1100px;
  }
}

@media screen and (min-width: 1320px), print {
  .section-wide {
    width: 1200px;
  }
}


/*------------------------------------------*/
/* back translucent
/*------------------------------------------*/

.back-translucent,
.back-translucent-2 {
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 40px 20px;
  z-index: 5;
}

.back-translucent-2 {
  background: rgba(196, 153, 194, 0.3);
  border-style: solid;
  border-color: white;
  border-width: 4px;
}

@media screen and (min-width: 768px), print {

  .back-translucent,
  .back-translucent-2 {
    padding: 40px;
  }
}

@media screen and (min-width: 834px), print {

  .back-translucent,
  .back-translucent-2 {
    border-width: 6px;
    padding: 60px;
  }
}


/*------------------------------------------*/
/* テキスト
/*------------------------------------------*/
.text-default {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 1.8rem;
}

/* 注意書き */
.notes {
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-bold {
  font-weight: bold;
}

/*------------------------------------------*/
/* container
/*------------------------------------------*/

.container {
  text-align: left;
}

.container p {
  text-align: justify;
  text-justify: inter-ideograph;
  line-height: 2;
  margin-bottom: 1.5em;
}

.container img {
  max-width: 100%;
  border-radius: 10px;
}

/* 動画 --------------------------------*/
.youtube-wrap,
.embed-youtube {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 10px;
  overflow: hidden;
}

.youtube-wrap iframe,
.embed-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/*------------------------------------------*/
/* 色
/*------------------------------------------*/

.has-white-color {
  color: white;
}

.has-dark-blue-color {
  color: var(--color-main);
}

.has-blue-color {
  color: var(--color-back);
}

.has-light-blue-color {
  color: var(--color-news-border);
}

.has-red-color {
  color: var(--color-red);
}
.has-pink-color {
  color: var(--color-pink);
}


/*------------------------------------------*/
/* リンク
/*------------------------------------------*/

.container a:not([href="#"]),
.link-main,
.container a[href^="http"],
.container a[target="_blank"],
.link-blank {
  color: var(--color-main);
  font-weight: bold;
}

.container a[href^="http"]::after,
.container a[target="_blank"]::after,
.link-blank::after {
  content: '';
  display: inline-block;
  background: url('../../img/common/link_blank.svg') no-repeat;
  background-size: 100%;
  aspect-ratio: 14/13;
  width: 14px;
  height: auto;
  margin-left: 3px;
  margin-right: 3px;
}

.container a[href$=".pdf"]::after,
.ljnk-pdf::after {
  background-image: url('../../img/common/link_pdf.svg');
  aspect-ratio: 17/20;
  width: 17px;
}


/*------------------------------------------*/
/* ボタン wrap
/*------------------------------------------*/

.btn-type-wrap {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}

.btn-type-wrap.left {
  text-align: left;
}

.btn-type-wrap.center {
  text-align: center;
}

.btn-type-wrap.right {
  text-align: right;
}

@media screen and (min-width: 834px), print {
  .btn-type-wrap {
    margin-top: 80px;
  }
}


/*****************************************
*
* WPパーツ
*
******************************************/


/*------------------------------------------*/
/* ボタン デフォルト
/*------------------------------------------*/

.wp-block-button,
.is-style-btn-default {
  margin-top: 3em;
  margin-bottom: 3em;
}

.wp-block-button .wp-block-button__link,
.wp-block-button a.wp-block-button__link,
.is-style-btn-default .wp-block-button__link,
.is-style-btn-default a.wp-block-button__link,
.btn-type-square {
  position: relative;
  display: inline-block;
  background: var(--color-main);
  border-style: solid;
  border-width: 2px;
  border-color: var(--color-main);
  border-radius: 60px;
  min-width: 260px;
  max-width: 100%;
  text-align: left;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 20px 50px 20px 30px;
  transition: all .3s ease;
}

.btn-type-square.white {
  background: white;
  border-color: white;
  color: var(--color-main);
}

.btn-type-square.green {
  background: var(--color-green);
  border-color: var(--color-green);
}

.wp-block-button .wp-block-button__link::after,
.wp-block-button a.wp-block-button__link::after,
.is-style-btn-default .wp-block-button__link::after,
.is-style-btn-default a.wp-block-button__link::after,
.btn-type-square::after {
  content: '';
  display: inline-block;
  background-image: url('../../img/common/arrow/arrow_white.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  aspect-ratio: 28/24;
  width: 14px;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  transition: all .3s ease;
}

.btn-type-square.white::after {
  background-image: url('../../img/common/arrow/arrow.svg');
}

@media screen and (min-width: 576px), print {

  .wp-block-button .wp-block-button__link,
  .wp-block-button a.wp-block-button__link,
  .is-style-btn-default .wp-block-button__link,
  .is-style-btn-default a.wp-block-button__link,
  .btn-type-square {
    min-width: 320px;
  }
}

@media screen and (min-width: 834px), print {

  .wp-block-button .wp-block-button__link,
  .wp-block-button a.wp-block-button__link,
  .is-style-btn-default .wp-block-button__link,
  .is-style-btn-default a.wp-block-button__link,
  .btn-type-square {
    min-width: 500px;
    font-size: 1.3rem;
    padding: 30px 80px 30px 40px;
  }

  .wp-block-button .wp-block-button__link::after,
  .wp-block-button a.wp-block-button__link::after,
  .is-style-btn-default .wp-block-button__link::after,
  .is-style-btn-default a.wp-block-button__link::after,
  .btn-type-square::after {
    width: 28px;
  }
}

.wp-block-button a[target="_blank"].wp-block-button__link::after,
.is-style-btn-default a[target="_blank"].wp-block-button__link::after,
.btn-type-square.blank::after {
  background-image: url('../../img/common/link_blank_white.svg');
  aspect-ratio: 1/1;
  width: 18px;
}

.wp-block-button a[href$=".pdf"].wp-block-button__link::after,
.is-style-btn-default a[href$=".pdf"].wp-block-button__link::after,
.btn-type-square.pdf::after {
  background-image: url('../../img/common/link_pdf.svg');
  aspect-ratio: 17/20;
  width: 17px;
}

.wp-block-button .wp-block-button__link:visited,
.wp-block-button a.wp-block-button__link:visited,
.is-style-btn-default .wp-block-button__link:visited,
.is-style-btn-default a.wp-block-button__link:visited,
.btn-type-square:visited {
  color: white;
}

.btn-type-square.white:visited {
  color: var(--color-main);
}

.wp-block-button .wp-block-button__link:hover,
.wp-block-button a.wp-block-button__link:hover,
.is-style-btn-default .wp-block-button__link:hover,
.is-style-btn-default a.wp-block-button__link:hover,
.btn-type-square:hover {
  text-decoration: none;
  background: transparent;
  color: var(--color-main);
}

.btn-type-square.white:hover {
  color: white;
}

.btn-type-square.green:hover {
  color: var(--color-green);
}

.wp-block-button .wp-block-button__link:hover::after,
.wp-block-button a.wp-block-button__link:hover::after,
.is-style-btn-default .wp-block-button__link:hover::after,
.is-style-btn-default a.wp-block-button__link:hover::after,
.btn-type-square:hover::after {
  background-image: url('../../img/common/arrow/arrow.svg');
}

.btn-type-square.white:hover::after {
  background-image: url('../../img/common/arrow/arrow_white.svg');
}

.btn-type-square.green:hover::after {
  background-image: url('../../img/common/arrow/arrow_green.svg');
}


/*------------------------------------------*/
/* リンク無効
/*------------------------------------------*/

a.disabled-link {
  /* クリックを無効化 */
  pointer-events: none;
  /* カーソルを通常に */
  cursor: default;
  /* 親要素の文字色を継承 */
  color: inherit;
  /* 下線を消す */
  text-decoration: none;
}

a.disabled-link:hover,
a.disabled-link:focus,
a.disabled-link:active {
  /* hover なども無効 */
  color: inherit;
  text-decoration: none;
}

a.disabled-link.btn-type-square {
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

a.disabled-link.btn-type-square::after {
  content: none;
}


/*------------------------------------------*/
/* リスト 黒丸
/*------------------------------------------*/

.is-style-list-default,
.list-type-circle-black {
  margin-bottom: 1em;
}

.is-style-list-default li,
.list-type-circle-black li {
  position: relative;
  text-align: left;
  line-height: 1.6;
  padding-left: 0.7em;
}

.is-style-list-default li::before,
.list-type-circle-black li::before {
  content: '';
  display: inline-block;
  background: var(--color-text);
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 0.7em;
  left: 0;
}

.is-style-list-default li+li,
.list-type-circle-black li+li {
  margin-top: 0.5em;
}

/*------------------------------------------*/
/* リスト 色丸
/*------------------------------------------*/

.is-style-list-circle,
.list-type-circle {
  margin-bottom: 1em;
}

.is-style-list-circle li,
.list-type-circle li {
  position: relative;
  text-align: left;
  padding-left: 15px;
}

.is-style-list-circle li::before,
.list-type-circle li::before {
  content: '';
  display: inline-block;
  background: var(--color-main);
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0.7em;
  left: 0;
}

.is-style-list-circle li+li,
.list-type-circle li+li {
  margin-top: 0.5em;
}

/*------------------------------------------*/
/* リスト 注意書き
/*------------------------------------------*/

.is-style-list-notion {
  padding-left: 0 !important;
  margin-bottom: 1em;
}

.is-style-list-notion li {
  position: relative;
  text-align: left;
  line-height: 1.6;
  padding-left: 1.5em;
}

.is-style-list-notion li::before {
  content: '※';
  display: block;
  background: transparent;
  width: auto;
  height: auto;
  position: absolute;
  top: 0em;
  left: 0;
}

.is-style-list-notion li+li {
  margin-top: 0.5em;
}


/*------------------------------------------*/
/* 表 thの背景有
/*------------------------------------------*/

.is-style-table-default,
.table-type-default table {
  margin-top: 3em;
  margin-bottom: 3em;
}

.is-style-table-default table,
.table-type-default table {
  border-collapse: collapse;
  width: 100%;
}

.is-style-table-default table th,
.is-style-table-default table td,
.table-type-default table th,
.table-type-default table td {
  background: transparent;
  border: 0;
  border: 1px solid var(--color-back);
  font-size: 1rem;
  padding: 10px;
}

.is-style-table-default table th,
.table-type-default table th {
  background: var(--color-main);
  color: white;
  font-weight: bold;
}

@media screen and (max-width: 767px) {

  .is-style-table-default,
  .table-type-default {
    overflow-x: auto;
  }

  .is-style-table-default table,
  .table-type-default table {
    min-width: 600px;
  }

  .is-style-table-default table th,
  .is-style-table-default table td,
  .table-type-default table th,
  .table-type-default table td {
    font-size: 0.9rem;
  }
}

.container .is-style-table-default table th>p:last-child,
.container .is-style-table-default table td>p:last-child,
.container .table-type-default table th>p:last-child,
.container .table-type-default table td>p:last-child,
.container .is-style-table-default table th>ul:last-child,
.container .is-style-table-default table td>ul:last-child,
.container .table-type-default table th>ul:last-child,
.container .table-type-default table td>ul:last-child {
  margin-bottom: 0;
}

/*------------------------------------------*/
/* 表 下線
/*------------------------------------------*/

.is-style-table-underline,
.table-type-underline {
  margin-top: 3em;
  margin-bottom: 3em;
}

.is-style-table-underline table,
.table-type-underline table {
  border-collapse: collapse;
  width: 100%;
}

.is-style-table-underline table th,
.is-style-table-underline table td,
.table-type-underline th,
.table-type-underline td {
  background: transparent;
  border: 0;
  border-bottom: solid 1px var(--color-back);
  font-size: 1rem;
  padding: 20px 0;
}

.is-style-table-underline table th,
.table-type-underline table th {
  font-weight: bold;
}

@media screen and (max-width: 767px) {

  .is-style-table-underline table tr,
  .is-style-table-underline table th,
  .is-style-table-underline table td,
  .table-type-underline table tr,
  .table-type-underline table th,
  .table-type-underline table td {
    display: block;
    width: auto;
  }

  .is-style-table-underline table th,
  .is-style-table-underline table td,
  .table-type-underline table th,
  .table-type-underline table td {
    font-size: 0.9rem;
    border-bottom: 1px solid var(--color-back);
    padding: 10px 0;
  }

  .is-style-table-underline table th,
  .table-type-underline table th {
    border-bottom: 1px dotted var(--color-back);
  }
}

.container .is-style-table-underline table th>p:last-child,
.container .is-style-table-underline table td>p:last-child,
.container .table-type-underline table th>p:last-child,
.container .table-type-underline table td>p:last-child,
.container .is-style-table-underline table th>ul:last-child,
.container .is-style-table-underline table td>ul:last-child,
.container .table-type-underline table th>ul:last-child,
.container .table-type-underline table td>ul:last-child {
  margin-bottom: 0;
}


/*------------------------------------------*/
/* H2
/*------------------------------------------*/

.container h2,
.heading-secondary {
  position: relative;
  text-align: left;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  padding-left: 1em;
  margin-top: 3em;
  margin-bottom: 2em;
}

.container h2::before,
.heading-secondary::before {
  content: '';
  display: inline-block;
  background: var(--color-back);
  border-radius: 4px;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 834px), print {

  .container h2,
  .heading-secondary {
    font-size: 2.4rem;
  }
}


/*------------------------------------------*/
/* H3
/*------------------------------------------*/

.container h3,
.heading-tertiary {
  text-align: left;
  background: var(--color-back);
  border-radius: 6px;
  width: 100%;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px;
  margin-top: 3em;
  margin-bottom: 2em;
}

@media screen and (min-width: 834px), print {

  .container h3,
  .heading-tertiary {
    font-size: 2rem;
  }
}


/*------------------------------------------*/
/* H4
/*------------------------------------------*/

.container h4,
.heading-quaternary {
  position: relative;
  text-align: left;
  width: 100%;
  font-size: 1.1rem;
  font-weight: 500;
  padding-bottom: 10px;
  margin-top: 3em;
  margin-bottom: 2em;
}

.container h4::before,
.heading-quaternary::before {
  content: '';
  display: inline-block;
  background: var(--color-back);
  border-radius: 2px;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 834px), print {

  .container h4,
  .heading-quaternary {
    font-size: 1.6rem;
  }
}

/*------------------------------------------*/
/* H5
/*------------------------------------------*/

.container h5,
.heading-quinary {
  position: relative;
  text-align: left;
  border-bottom: dashed 2px var(--color-back);
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  padding-bottom: 10px;
  margin-top: 3em;
  margin-bottom: 2em;
}

@media screen and (min-width: 834px), print {

  .container h5,
  .heading-quinary {
    font-size: 1.4rem;
  }
}