@charset "UTF-8";
/* CSS Document */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* 上記css改変ver 2020 */
/* ============================================ */
/* リセット */
/* ============================================ */
* {
  box-sizing: border-box;
}
::before, ::after {
  box-sizing: inherit;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; /* iOSの向き変更後のフォントサイズ調整 */
  -webkit-tap-highlight-color: transparent; /* iOSリンクの灰色*/
  font-size: 62.5%;
  word-wrap: break-word;
}
body, p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}
main {
  display: block;
}
/* リセット-見出し */
/* ============================================ */
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}
/* リセット-テキスト関連 */
/* ============================================ */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover {
  transition: .3s;
  text-decoration-color: transparent;
}
abbr[title] {
  border-bottom: none; /* Chromeの下枠削除 */
  text-decoration: underline; /* テキスト装飾を追加 */
  text-decoration: underline dotted; /* テキスト装飾を追加 */
}
strong {
  font-weight: bold;
}
code, kbd, samp {
  font-family: monospace, monospace; /* ブラウザでフォントサイズの継承とスケーリングを修正 */
  font-size: inherit; /* ブラウザで奇数の `em`フォントサイズを修正 */
}
small {
  font-size: 85%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* リセット-リスト */
/* ============================================ */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dd {
  margin-left: 0;
}
/* リセット-フォーム */
/* ============================================ */
button, input, optgroup, select, textarea {
  -webkit-appearance: auto;
  appearance: auto;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}
::placeholder {
  color: #aaa;
}
:-ms-input-placeholder {
  color: #aaa;
}
::-ms-input-placeholder {
  color: #aaa;
}
/* ラジオとチェックボックスの外観をリセットして、iOSでの外観を維持 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}
/** Edgeでオーバーフローを表示. */
button, input {
  overflow: visible;
}
/* Edge, Firefox, and のテキスト変換の継承を削除 */
button, select {
  text-transform: none;
}
/* iOSおよびSafariのクリッカブルタイプの設定 */
button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}
button[disabled], [type="button"][disabled], [type="reset"][disabled], [type="submit"][disabled] {
  cursor: default;
}
/* Firefox：内側の境界線とパディングを削除 */
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/* フォーカススタイルを復元 */
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/* フォーカススタイルを復元 */
select::-ms-expand {
  display: none;
}
/* パディングリセット */
option {
  padding: 0;
}
/* 非表示にリセット */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}
legend {
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE. */
  display: table; /* Edgeでのテキストの折り返し修正 */
  max-width: 100%; /* Edgeでのテキストの折り返し修正 */
  padding: 0; /*  `fieldset`要素をゼロにしたときに引っ掛からないように */
  white-space: normal; /* Edgeでのテキストの折り返し修正 */
}
/* Chrome、Firefox、Operaで正しい垂直方向の配置 */
progress {
  vertical-align: baseline;
}
/* Chromeの増分ボタンと減分ボタンのカーソルスタイルを修正 */
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px; /* Safariのアウトラインスタイルを修正 */
}
/* macOSのChromeとSafariの内側のパディングを削除 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button; /* iOSおよびSafariのクリッカブルタイプの設定 */
  font: inherit; /* Safariでフォントのプロパティを「継承」に変更 */
}
label[for] {
  cursor: pointer;
}
/* リセット-テーブル */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
th, td {
  padding: 0;
  font-weight: normal;
}
caption {
  text-align: left;
}
hr {
  box-sizing: content-box; /* Firefoxで正しいボックスサイズ */
  height: 0; /* Firefoxで正しいボックスサイズ */
  overflow: visible; /* Edgeでオーバーフロー */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}
address {
  font-style: inherit;
}
img {
  border-style: none;
  vertical-align: bottom;
}
a:hover img {
  transition: .3s;
}
embed, object, iframe {
  border: 0;
  vertical-align: bottom;
}
/* Edge、Firefoxで正しいディスプレイを追加 */
details {
  display: block;
}
summary {
  display: list-item;
}
/*　リセットcss終了　*/
/* ============================================ */

body {
  font-size: calc(1.5rem + ((1vw - (768 / 100 * 0.1rem)) * 100 * (18 - 15) / (1200 - 768))); /* 15〜18px */
  font-family: 'Helvetica Neue', Arial, 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  font-weight: 400;
  color: var(--black);
  background-color: #FFFAF6;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}
header {
  width: 100%;
  background: rgba(255, 250, 246, 0.5);
  backdrop-filter: blur(20px);
  position: absolute;
}
main {
  line-height: 1.8;
  color: var(--black);
  overflow: hidden;
  padding-bottom: 10rem !important;
}
main a {
  text-underline-offset: 4px;
}
img {
  width: 100%;
  height: auto;
}
main table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 1.5;
}
main th, main td {
  padding: .5em;
  border: 1px solid var(--black);
  text-align: left;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
@media print, screen and (min-width: 1200px) {
  body {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
  main {
  padding-bottom: 4rem !important;
  }
}

/* ヘッダー */
/* ============================================ */
.title-site > a {
  display: flex;
  align-items: center;
  font-family: "ZenKakuGothicAntique";
  font-weight: 600;
  white-space: nowrap;
  transition: .2s;
}
.title-site > a:hover {
  opacity: .7;
  transition: .2s;
}
.title-site > a > span {
  font-size: 1.33em; /* 24px */
  margin: 0 3px;
}
.title-site > a > img {
  max-width: 62px;
  margin-right: 1.7rem;
}
/* active時 */
.active .title-site > a {
  font-size: 1.6rem;
}
.active .title-site > a > img {
  max-width: 5rem;
}
@media (min-width: 960px) and (max-width: 1200px) {
  .title-site > a {
    font-size: calc(1.3rem + ((1vw - (960 / 100 * 0.1rem)) * 100 * (18 - 13) / (1200 - 960))); /* 13〜18px */
  }
  .title-site > a > img {
    max-width: calc(4.5rem + ((1vw - (960 / 100 * 0.1rem)) * 100 * (62 - 45) / (1200 - 960)));; /* 45〜62px */
  }
  /* active時 */
  .active .title-site > a {
    font-size: calc(1.3rem + ((1vw - (960 / 100 * 0.1rem)) * 100 * (16 - 13) / (1200 - 960))); /* 13〜16px */
  }
  .active .title-site > a > img {
    max-width: calc(4.5rem + ((1vw - (960 / 100 * 0.1rem)) * 100 * (50 - 45) / (1200 - 960)));; /* 45〜50px */
  }
}
@media screen and (max-width: 959px) {
.title-site > a, .active .title-site > a {
  font-size: 1.1rem;
}
.title-site > a > span {
  font-size: 1.4rem;
  margin: 0 2px;
}
.title-site > a > img, .active .title-site > a > img {
  max-width: 32px;
  margin-right: .5rem;
}
}
/* PC-header */
/* ============================================ */
@media print, screen and (min-width: 960px) {
  width: calc(100% - 4vw - 4vw);
}
@media print, screen and (min-width: 960px) {
  header {
    height: 10rem;
    transition: all 0.6s ease;
    top: 0;
    z-index: 100;
  }
  header.active {
    height: 6rem;
    position: fixed;
    top: 0;
  }
  header.active + main { /*header固定時のtop: -6rem;の位置補正*/
    padding-top: 6rem;
  }
  .header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    height: 100%;
    width: calc(100% - 2rem - 2rem);
    max-width: var(--con-l);
  }
  .title-site {
    margin-right: 1em;
  }

  .btn-g-nav {
    display: none;
  }
  /* PC-メニュー表示 
----------------------------------------*/
  .wrap-g-nav {
    width: 80%;
    height: 100%;
    display: flex;
    transition: all 0.3s ease;
  }
  .wrap-g-nav nav {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
  }
  .wrap-g-nav nav.active {
    width: 100%;
    right: 0;
  }
  .g-nav, .lang-nav {
    display: flex;
    transition: all 0.3s ease;
    font-weight: bold;
  }
  body > header.active .lang-nav {
    display: none;
  }
  .g-nav > li, .lang-nav > li {
    padding-left: 3em;
  }
  .g-nav a {
    transition: .3s;
  }
  .g-nav a:hover {
    color: var(--main-color);
    text-shadow: 0px 0px 10px rgba(123, 0, 31, 0.5);
    transition: .3s;
  }
  .lang-nav > li {
    font-size: 1.4rem;
    padding-bottom: 1em;
  }
  .g-nav_link.g-sub-nav {
    vertical-align: baseline;
  }
  .g-nav_link.g-sub-nav span::after {
    content: "\e905";
    font-family: 'iconset';
    vertical-align: middle;
    font-size: .75em;
    display: inline;
    margin-left: .75em;
    transition: all 0.3s ease;
  }
  .g-nav_link.g-sub-nav.active span::after {
    content: "\e904";
  }
  .wrap-g-sub-nav {
    background: var(--gray-e);
    position: fixed;
    top: 12rem;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    z-index: inherit;
  }
  header.active .wrap-g-sub-nav {
    top: 6rem;
  }
  .wrap-g-sub-nav.active {
    height: auto;
  }
  .wrap-g-sub-nav > * {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.3s ease;
    max-width: var(--con-l);
  }
  .wrap-g-sub-nav.active > * {
    padding: 3em 0;
    height: auto;
    visibility: visible;
    transition: all 0.3s ease;
  }
  .wrap-g-nav .g-sub-nav_list {
    max-width: var(--con-m);
    width: calc(100% - 2em);
    margin: 0 auto;
  }
  .wrap-g-nav .g-sub-nav_list li {
    width: 30%;
    padding: .75em .5em .25em;
  }
  .wrap-g-nav .g-sub-nav_list li:not(:nth-child(3n)) {
    margin-right: 5%;
  }
  .wrap-g-nav .g-sub-nav_list li:last-child a {
    border-bottom: none;
  }
}
@media (min-width: 960px) and (max-width: 1200px) {
  .g-nav {
    font-size: calc(1.5rem + ((1vw - (960 / 100 * 0.1rem)) * 100 * (18 - 15) / (1200 - 960)));
  }
  /* active時 */
  .active .g-nav {
    font-size: calc(1.4rem + ((1vw - (960 / 100 * 0.1rem)) * 100 * (16 - 14) / (1200 - 960)));
  }
}
/* SP-header */
/* ============================================ */
@media screen and (max-width: 959px) {
  body > header {
    height: 50px;
    z-index: 10000;
    position: fixed;
  }
  body > header .pc-only {
    display: none;
  }
  main {
    padding-top: 0;
  }
  .header-inner {
    align-items: center;
    display: flex;
    margin: 0 auto;
    height: 100%;
    width: calc(100% - 1em - 1em);
  }
  .sitename {
    max-width: 120px;
  }
  /* SP-ハンバーガーメニュー 
----------------------------------------*/
  .btn-g-nav {
    background: var(--black);
    width: 50px;
    height: 50px;
    display: block;
    margin-left: auto;
    position: fixed;
    right: 0;
    top: 0;
    padding: 12px;
    cursor: pointer;
    z-index: 100;
    transition: all 0.3s ease;
  }
/*
  .btn-g-nav:hover {
    background-color: var(--main-color);
  }
*/
  .btn-g-nav.active {
    background : var(--main-color);
    border-radius: 0 0 0 15px;
    transition: all 0.3s ease;
  }
  .btn-g-nav.active .btn-g-nav_line {
    background-color: transparent;
  }
  .btn-g-nav.active .btn-g-nav_line::before {
    top: 0;
    transform: rotate(45deg);
  }
  .btn-g-nav.active .btn-g-nav_line::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .btn-g-nav_line {
    display: block;
    height: 1px;
    position: absolute;
    top: 18px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    background-color: var(--white);
    transition: all 0.3s ease;
  }
  .btn-g-nav_line:before, .btn-g-nav_line:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    background-color: var(--white);
    transition: inherit;
  }
  .btn-g-nav_line:before {
    top: -8px;
  }
  .btn-g-nav_line:after {
    top: 8px;
  }
  .btn-g-nav_text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  }
  .btn-g-nav_text::before {
    content: 'MENU';
    color: var(--white);
    position: absolute;
    width: 50px;
    right: 0;
    bottom: .5em;
    font-size: 1rem;
    text-align: center;
  }
  /* SP-メニュー表示 
----------------------------------------*/
  .wrap-g-nav nav {
    background: var(--base-color);
    position: fixed;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    width: 0;
    height: 100vh;
    top: 0;
    right: -100%;
    transition: all 0.3s ease;
  }
  .wrap-g-nav nav.active {
    width: 100%;
    height: 100vh;
    right: 0;
    overflow-y: auto;
  }
  .g-nav, .lang-nav {
    max-width: 480px;
    width: calc(100% - 4em);
    margin: 0 auto;
    text-align: center;
    margin: 6rem auto;
  }
  .g-nav > li a {
    display: block;
    padding: 1.2em .5em;
    position: relative;
    color: var(--black);
    font-weight: 500;
    transition: .3s;
  }
  .g-nav > li a:hover {
    color: var(--main-color);
    text-shadow: 0px 0px 10px rgba(123, 0, 31, 0.5);
    transition: .3s;
  }
  .lang-nav {
    display: flex;
    justify-content: center;
    margin-top: 2em;
  }
  .g-nav_link.g-sub-nav {
    position: relative;
    width: 100%;
  }
  .g-nav_link.g-sub-nav::after {
    content: '';
    display: block;
    height: 1em;
    position: absolute;
    top: 50%;
    right: calc(9px + .5em);
    width: 2px;
    background-color: var(--black);
    transform: translateY(-50%);
    transition: transform 0.3s;
  }
  .g-nav_link.g-sub-nav::before {
    content: '';
    display: block;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 1em;
    background-color: var(--black);
    transform: translateY(-50%);
  }
  .g-nav_link.active::after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .g-nav_link.g-sub-nav span {
    display: block;
    padding: 1em .5em;
    border-bottom: 1px solid var(--gray-c);
    position: relative;
  }
  .g-nav_link.g-sub-nav.active span {
    border-bottom: none;
  }
  .wrap-g-sub-nav {
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .wrap-g-sub-nav.active {
    height: auto;
    visibility: visible;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--gray-c);
  }
  .wrap-g-nav .g-sub-nav_list {
    margin-bottom: .5em;
  }
  .wrap-g-nav .g-sub-nav_list li a {
    border-top: 2px dotted var(--gray-c);
    border-bottom: none;
    padding: .5em;
  }
  .wrap-g-nav .g-sub-nav_list li:last-child a {}
  .wrap-sub-nav {
    display: block;
    padding: 2em;
    max-width: 240px;
    margin: 0 auto;
  }
}
/* フッター領域 */
/* ============================================ */
footer {
  background-color: #FFE9E6;
  padding: 2rem 0;
}
.footer-nav_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.footer-logo > a {
  display: flex;
  font-size: 0.78em; /* 14px */
  align-items: center;
  font-family: "ZenKakuGothicAntique";
  font-weight: 600;
  white-space: nowrap;
  transition: .2s;
}
.footer-logo > a:hover {
  opacity: .7;
  transition: .2s;
}
.footer-logo > a > span {
  font-size: 1.29em; /* 18px */
  margin: 0 3px;
}
.footer-logo > a > img {
  max-width: 50px;
  margin-right: 1.43rem;
}
.footer-nav {
  display: flex;
  font-size: 1.4rem;
  font-weight: 500;
  gap: 4rem;
  gap: calc(3rem + ((1vw - (768 / 100 * 0.1rem)) * 100 * (40 - 30) / (1200 - 768))); /* 30〜40px */
}
.footer-nav  a {
  transition: .3s;
}
.footer-nav a:hover {
  color: var(--main-color);
  text-shadow: 0px 0px 10px rgba(123, 0, 31, 0.5);
  transition: .3s;
}
footer .copy {  
  color: var(--main-color);
  font-size: 1.2rem;
  padding-top: 3rem;
  text-align: center;
}
@media print, screen and (min-width: 1200px) {
.footer-nav {
  gap: 4rem;
}
}
@media screen and (max-width: 767px) {
.footer-nav_inner {
  align-items: flex-start;
  padding-bottom: 1em;
}
.footer-logo > a {
  font-size: 1.1rem;
}
.footer-logo > a > img {
  max-width: 35px;
  margin-right: .5rem;  
}
.footer-logo > a > span {
  font-size: 1.4rem;
}
.footer-nav {
  flex-direction: column;
  align-items: end;
  font-size: 1.3rem;
  gap: 1rem;
  margin-top: 1rem;
}
footer .copy {  
  font-size: 1rem;
  padding: 2rem 5rem 0 0;
}
}
/* コンテンツ領域 */
/* ============================================ */
main p:not(:last-child), main table:not(:last-child), main ul:not(:last-child), main ol:not(:last-child), main dl:not(:last-child), main iframe:not(:last-child), main figure:not(:last-child), main picture:not(:last-child) {
  margin-bottom: 1em;
}
.con-inner {
  width: calc(100% - 2rem - 2rem);
  max-width: var(--con-m);
  margin-left: auto;
  margin-right: auto;
}
*:has(.heading-3):not(:last-child) {
  padding-bottom: 4rem;
}
*:has(.heading-2):not(:last-child) {
  padding-bottom: 8rem;
}
*:has(.heading-1):not(:last-child) {
  padding-bottom: 18rem;
}

.wrap-bread {
  font-size: .8em;
  line-height: 1.5;
  margin-top: 10rem;
  padding: 1em 2vw;
  display: flex;
  justify-content: center;
}
.wrap-bread ul {
  max-width: var(--con-l);
  width: 100%;
  display: inline-block;
}
.wrap-bread ul li {
  position: relative;
  display: inline;
}
.wrap-bread ul li:not(:last-child)::after {
  content: ' / ';
  display: inline-block;
  margin: 0 .75em;
}
.wrap-bread ul li a {
  border-bottom: 1px solid rgba(51, 51, 51, 0);
  font-weight: bold;
}
.wrap-bread ul li a:hover {
  border-bottom: 1px solid rgba(51, 51, 51, 1);
}
@media screen and (min-width: 960px) {
*:has(.heading-1):not(:last-child) {
  padding-bottom: 15rem;
}
}
@media screen and (max-width: 767px) {
  .con-inner {
    width: calc(100% - 1em - 1em);
  }
  *:has(.heading-3):not(:last-child) {
    padding-bottom: 3rem;
  }
  *:has(.heading-2):not(:last-child) {
    padding-bottom: 8rem;
    padding-bottom: 6rem;
  }
  *:has(.heading-1):not(:last-child) {
    padding-bottom: 12rem;
    padding-bottom: 10rem;
  }
  .wrap-bread {
    margin-top: 8rem;
  }
}

/* テキスト */
/* ============================================ */
.heading-page {
  padding: .25em 0;
  font-size: 4rem;
  margin-bottom: 1em;
  text-align: center;
}
.heading-1 {
  font-size: calc(2.2rem + ((1vw - (768 / 100 * 0.1rem)) * 100 * (36 - 22) / (1200 - 768))); /* 24〜36px */
  font-weight: bold;
  font-family: 'ShipporiMinchoB1';
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2.78em; /* 100px */
}
.heading-1 .sub-ttl {
  font-size: .67em;
  font-family: 'Noto Sans JP';
  font-weight: 500;
}
.heading-1 .en-ttl {
  font-size: .5em;
  font-family: "Roboto Flex";
  color: var(--pink);
  font-weight: 700;
}
.heading-1_img-l {
  position: relative;
}
.heading-1_img-l::before {
  content: url("../img/ttl_img01.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  z-index: -1;
}
.heading-1_img-m {
  position: relative;
}
.heading-1_img-m::before {
  content: url("../img/ttl_img02.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  z-index: -1;
}
.heading-2 {
  font-size: 3.2rem;
  font-size: calc(2rem + ((1vw - (768 / 100 * 0.1rem)) * 100 * (26 - 20) / (1200 - 768))); /* 20〜26px */
  font-weight: 500;
  color: var(--pink);
  border-bottom: 2px solid var(--pink);
  line-height: 1.4;
  padding-bottom: 1.2rem;
  margin-bottom: 1em;
}
.heading-3 {
  font-size: 1.22em; /* 22px */
  font-weight: 600;
  color: #7B001F;
  color: var(--main-color);
  margin-bottom: .5rem; 
}
.heading-4 {
  font-size: 1em;
  font-weight: 600;
  color: var(--pink);
  color: #fff;
  padding: .3em 2rem;
  background-color: #ffe9e6;
  border-radius: 1.5em;
  text-align: center;
  background-image: linear-gradient(135deg, rgba(222, 50, 97, 1), rgba(255, 145, 98, 1));
  margin-bottom: 1rem;
}
.heading-5 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: .5em;
}
.heading-6 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: .5em;
}
.text-bold {
  font-weight: bold;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
/*自動字詰め*/
.font-filling {
  font-feature-settings: "palt";
  letter-spacing: .05em;
}
.font-s, figcaption {
  font-size: .85em;
}
@media screen and (min-width: 1200px) {
.heading-1 {
  font-size: 3.6rem;
}
.heading-2 {
  font-size: 2.8rem;
}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
  .heading-1_img-l::before, .heading-1_img-m::before {
    transform: translate(-50%, -50%) scale(0.4);
  }
}
@media screen and (max-width: 767px) {
  .heading-page {
    font-size: 2.8rem;
  }
  .heading-1 {
    font-size: 2.2rem;
  }
  .heading-1_img-l::before {
    transform: translate(-50%, -50%) scale(0.3);
  }
  .heading-1_img-m::before {
    transform: translate(-50%, -50%) scale(0.35);
  }
  .heading-2 {
    font-size: 2rem;
  }
  .heading-3 {
    font-size: 1.8rem;
  }
  .heading-4 {
    padding: 4px 2rem;
  }
  .heading-5 {
    font-size: 1.8rem;
  }
  .heading-6 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 420px) {
  .heading-1 {
    margin-bottom: 4.2rem;
  }
  .heading-1_img-m::before {
    transform: translate(-50%, -50%) scale(0.25);
  }
}
/*　リンク　*/
/* ============================================ */
/*　アイコンフォント　*/
@font-face {
  font-family: 'iconset';
  src:
    url('../fonts/iconset.ttf') format('truetype'), url('../fonts/iconset.woff') format('woff'), url('../fonts/iconset.svg') format('svg');
  font-weight: normal !important;
  font-style: normal;
  font-display: block;
}
[class^="icon-"]::after, [class*=" icon-"]::after, main a[target="_blank"]::after, main a[href*=".pdf"]::after, main a[href*=".xlsx"]::after, main a[href*=".docx"]::after, [class^="icon-"]::before, [class*=" icon-"]::before, main a[href^="#anc-"]::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconset' !important;
  vertical-align: middle;
  speak: never;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  text-decoration: none !important;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*別窓*/
/*main a[target="_blank"]::after, */
.icon-blank::after {
  content: "\e900";
  font-size: 1em;
  margin-left: .25em;
  margin-right: .25em;
  display: inline-block;
}
/*ファイル*/
/*
main a[href*=".xlsx"]::after, main a[href*=".docx"]::after, main a[href*=".pdf"]::after, .icon-file::after {
  content: "\e909";
  font-size: 1em;
  margin-left: .25em;
  margin-right: .25em;
  display: inline-block;
}
*/
/*ページトップ*/
.icon-pagetop::after {
  content: "\e901";
  font-size: 1em;
  margin-left: .25em;
  margin-right: .25em;
  display: inline-block;
}
/*ページリンク*/
.icon-page::after {
  content: "\e902";
  font-size: .75em;
  margin-left: .5em;
  margin-right: .25em;
  display: inline-block;
}
/*ダウンロード*/
.icon-download::after {
  content: "\e903";
  font-size: 1em;
  margin-left: .25em;
  margin-right: .25em;
  display: inline-block;
}
.icon-up::after {
  content: "\e904";
  font-size: .75em;
  margin-left: .25em;
  margin-right: .25em;
  display: inline-block;
}
/*アンカーリンク*/
main a[href^="#anc-"]::after, .icon-down::after {
  content: "\e905";
  font-size: .75em;
  margin-left: .25em;
  margin-right: .25em;
  display: inline-block;
}
/*言語*/
.icon-language::before {
  content: "\e906";
  font-size: 1em;
  margin-left: .25em;
  margin-right: .25em;
  display: inline-block;
}
/*ログイン*/
.icon-login::before {
  content: "\e907";
  font-size: 1em;
  margin-left: .25em;
  margin-right: .25em;
  display: inline-block;
}
/*検索*/
.icon-search::before {
  content: "\e908";
  font-size: 1em;
  margin-left: .25em;
  margin-right: .25em;
  display: inline-block;
}
.link-text {
  text-decoration: underline;
  position: relative;
}
.link-text:hover {
  text-decoration: none;
}

/* リスト */
/* ============================================ */
main ul, main ol {
  line-height: 1.6;
}
ol {
  counter-reset: item;
}
ol.list-num > li {
  counter-increment: item;
  position: relative;
  padding-left: 1.5em;
}
ol.list-num > li:before {
  position: absolute;
  left: 0;
  content: counter(item);
}
ol.list-brackets > li {
  counter-increment: item;
  position: relative;
  padding-left: 2.25em;
}
ol.list-brackets > li:before {
  position: absolute;
  left: -.5em;
  content: "（"counter(item) "）";
}
ol.list-notes-num > li {
  counter-increment: item;
  position: relative;
  padding-left: 2.5em;
}
ol.list-notes-num > li:before {
  position: absolute;
  left: 0;
  content: "※"counter(item) " ";
}
.list-notes > li {
  position: relative;
  padding-left: 1.5em;
}
.list-notes > li::before {
  content: '※';
  position: absolute;
  top: 0;
  left: 0;
}
.list-dot > li {
  position: relative;
  padding-left: 1em;
}
.list-dot > li::before {
  content: '';
  border-radius: 50%;
  width: .6em;
  height: .6em;
  display: inline-block;
  background: var(--gray-6);
  position: absolute;
  top: .4em;
  left: .15em;
}
.box_inner .list-dot > li::before {
  background: var(--main-color);
  top: .45em;
}
.list-anc {
  display: flex;
  flex-wrap: wrap;
  gap: .5em 2em;
  margin-bottom: 4rem;
}
ol.list-num > li:not(:last-child), ol.list-brackets > li:not(:last-child), ol.list-notes-num > li:not(:last-child), .list-notes > li:not(:last-child), .list-dot > li:not(:last-child) {
  margin-bottom: .25em;
}

/* ページトップボタン */
/* ============================================ */
.btn-pagetop {
  position: fixed;
  bottom: 0 !important;
  right: 0;
  display: none;
  z-index: 100;
}
.link-pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: var(--black);
  transition: all 0.3s ease;
}
.link-pagetop:hover {
  background: var(--main-color);
  border-radius: 15px 15px 0 0;
  transition: all 0.3s ease;
}
.link-pagetop:after {
  position: absolute;
  content: '';
  top: calc(50% - .25em);
  left: calc(50% - .5em);
  display: block;
  width: 1em;
  height: 1em;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .link-pagetop {
    width: 50px;
    height: 50px;
  }
}
/* PC・SPの表示・非表示　 */
@media print, screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

/* width */
/* ============================================ */
.width-100 {
  width: 100%;
}
.width-90 {
  width: 90%;
}
.width-85 {
  width: 85%;
}
.width-80 {
  width: 80%;
}
.width-75 {
  width: 75%;
}
.width-70 {
  width: 70%;
}
.width-65 {
  width: 65%;
}
.width-60 {
  width: 60%;
}
.width-55 {
  width: 55%;
}
.width-50 {
  width: 50%;
}
.width-45 {
  width: 45%;
}
.width-40 {
  width: 40%;
}
.width-35 {
  width: 35%;
}
.width-25 {
  width: 25%;
}
.width-20 {
  width: 20%;
}
.width-15 {
  width: 15%;
}
.width-10 {
  width: 10%;
}
.w-1 {
  width: 1em;
}
.w-2 {
  width: 2em;
}
.w-3 {
  width: 3em;
}
.w-4 {
  width: 4em;
}
.w-5 {
  width: 5em;
}
.w-6 {
  width: 6em;
}
.w-7 {
  width: 7em;
}
.w-8 {
  width: 8em;
}
.w-9 {
  width: 9em;
}
.w-10 {
  width: 10em;
}

/* margin/padding */
/* ============================================ */
.mt-0 {
  margin-top: 0 !important;
}
.mt-05 {
  margin-top: .5em !important;
}
.mt-1 {
  margin-top: 1em !important;
}
.mt-2 {
  margin-top: 2em !important;
}
.mt-3 {
  margin-top: 3em !important;
}
.mt-4 {
  margin-top: 4em !important;
}
.mt-5 {
  margin-top: 5em !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-05 {
  margin-bottom: .5em !important;
}
.mb-1 {
  margin-bottom: 1em !important;
}
.mb-2 {
  margin-bottom: 2em !important;
}
.mb-3 {
  margin-bottom: 3em !important;
}
.mb-4 {
  margin-bottom: 4em !important;
}
.mb-5 {
  margin-bottom: 5em !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.ml-1 {
  margin-left: 1em !important;
}
.ml-2 {
  margin-left: 2em !important;
}
.ml-3 {
  margin-left: 3em !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mr-1 {
  margin-right: 1em !important;
}
.mr-2 {
  margin-right: 2em !important;
}
.mr-3 {
  margin-right: 3em !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-05 {
  padding-top: .5em !important;
}
.pt-1 {
  padding-top: 1em !important;
}
.pt-2 {
  padding-top: 2em !important;
}
.pt-3 {
  padding-top: 3em !important;
}
.pt-4 {
  padding-top: 4em !important;
}
.pt-5 {
  padding-top: 5em !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-05 {
  padding-bottom: .5em !important;
}
.pb-1 {
  padding-bottom: 1em !important;
}
.pb-2 {
  padding-bottom: 2em !important;
}
.pb-3 {
  padding-bottom: 3em !important;
}
.pb-4 {
  padding-bottom: 4em !important;
}
.pb-5 {
  padding-bottom: 5em !important;
}
.pl-0 {
  padding-left: 0 !important;
}
.pl-1 {
  padding-left: 1em !important;
}
.pl-2 {
  padding-left: 2em !important;
}
.pl-3 {
  padding-left: 3em !important;
}
.pr-0 {
  padding-right: 0 !important;
}
.pr-1 {
  padding-right: 1em !important;
}
.pr-2 {
  padding-right: 2em !important;
}
.pr-3 {
  padding-right: 3em !important;
}
/* 変数*/
/* ============================================ */ :root {
  --red: #d00000;
  --red-rgb: 208, 0, 0;
  --blue: #0040d0;
  --blue-rgb: 0, 64, 208;
  --white: #fff;
  --white-rbg: 255, 255, 255;
  --black-rbg: 0, 0, 0;
  --gray-6: #666;
  --gray-9: #999;
  --gray-c: #ccc;
  --gray-e: #eee;
  --con-l: 140rem; /* 1400px */
  --con-m: 120rem;
  --con-s: 100rem;
  --con-xs: 80rem;
  
  
  --black: #404040;
  --pink: #E54D5C;
  --base-color: #FFFAF6;
  --main-color: #7B001F;
}

/* print CSS*/
/* ============================================ */
@media print {
  @page {
    size: A4;
    margin: 10mm;
  }
  html, body {
    height: auto;
  }
  body {
    width: 1500px !important;
    display: inline-block;
    transform: scale(0.72);
    transform-origin: 0 0;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
  }
  header {
    position: relative;
    top: 0;
  }
  .btn-pagetop {
    display: none !important;
  }
}