@charset "UTF-8";
/* 機能とパーツごとに分けたscssファイルをcssファイルにコンパイル */
/* function
------------------------------------------------ */
/* setting
------------------------------------------------ */
/* スマホ：~519px
　 タブレット：520px~959px
　 パソコン：960px~ */
html {
  /* ルートのフォントサイズを10pxに設定 */
  font-size: 62.5%;
}

body {
  /* フォントの基本サイズを16pxに設定（基準幅1000px） */
  font-size: clamp(1rem, 1.6vw, 1.6rem);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #231815;
  text-align: justify;
  line-height: 1.7;
}
@media screen and (max-width: 519px) {
  body {
    /* フォントの基本サイズを16pxに設定（基準幅375px） */
    font-size: clamp(1rem, 4.26vw, 1.6rem);
  }
}

/* foundation
------------------------------------------------ */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

a:focus, button:focus, input:focus, select:focus, textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

body {
  background-color: #fdf7f4;
  overflow-x: hidden;
  /* 印刷禁止 */
}

.drawer--open {
  overflow: hidden;
}

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

button:hover {
  opacity: 0.8;
}

img {
  font-size: 0;
  vertical-align: bottom;
  max-width: 100%;
  /* PCの右クリック禁止 */
  /* SPの長押し禁止 */
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.br-pc {
  display: block;
}
@media screen and (max-width: 959px) {
  .br-pc {
    display: none;
  }
}

.br-tab {
  display: none;
}
@media screen and (max-width: 959px) {
  .br-tab {
    display: block;
  }
}

.br-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .br-sp {
    display: block;
  }
}

.nonbr-tab {
  display: block;
}
@media screen and (max-width: 959px) {
  .nonbr-tab {
    display: none;
  }
}

.nonbr-sp {
  display: block;
}
@media screen and (max-width: 519px) {
  .nonbr-sp {
    display: none;
  }
}

.link-disable {
  pointer-events: none;
  background-color: #aaa !important;
}

@media screen and (max-width: 519px) {
  .sptop {
    overflow: hidden;
  }
}

.space-sp {
  display: none;
}
@media screen and (max-width: 519px) {
  .space-sp {
    display: inline-block;
  }
}

.anchor {
  margin-top: -10rem;
  padding-top: 10rem;
}
@media screen and (max-width: 519px) {
  .anchor {
    margin-top: -2rem;
    padding-top: 2rem;
  }
}

/* =========================================================
  Variables
========================================================= */
:root {
  --orange:#e86b59;
  --orange-dark:#d85b49;
  --teal:#0aa6a6;
  --teal-dark:#078c8c;
  --bg:#f6f1ef;
  --text:#222;
  --muted:#666;
  --line:#d9d9d9;
  --yellow:#ffd200;
  --radius:18px;
  --shadow:0 10px 18px rgba(0,0,0,.10);
  --max:1200px;
}

/* layout
------------------------------------------------ */
.l-inner {
  margin: 0 auto;
  padding: 0 min(2rem, 2vw);
  max-width: calc(100rem + min(2rem, 2vw) * 2);
  width: 100%;
  height: auto;
}

@media screen and (max-width: 519px) {
  .l-inner--sp0 {
    padding: 0;
  }
}

.l-main {
  padding-bottom: min(5rem, 5vw);
}

/* component
------------------------------------------------ */
.c-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media screen and (max-width: 519px) {
  .c-header {
    display: block;
  }
}

.c-header__logo {
  margin-top: min(1rem, 0.9vw);
  width: min(43.5rem, 37.8vw);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 519px) {
  .c-header__logo {
    width: 77vw;
  }
}

.c-header__logo--scroll {
  width: 23vw;
}
@media screen and (max-width: 519px) {
  .c-header__logo--scroll {
    width: 77vw;
  }
}

.c-header__search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1rem, 0.9vw);
  margin: min(3.4rem, 3vw) min(9.1rem, 7.9vw) 0 0;
}
@media screen and (max-width: 959px) {
  .c-header__search-box {
    margin-right: 5.5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-header__search-box {
    gap: 0.7rem;
    margin: min(2.5rem, 6.7vw) min(2rem, 5.3vw) 0;
  }
}

.c-header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 519px) {
  .c-header__search {
    width: 60%;
  }
}
.c-header__search input {
  width: min(19rem, 16.5vw);
  padding: 0.3rem 0.6rem;
  background-color: #fff;
  border: solid 2px #d2d6d1;
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
@media screen and (max-width: 519px) {
  .c-header__search input {
    width: 75%;
  }
}
.c-header__search input:focus {
  outline: none;
}
.c-header__search button {
  padding: 0 1.3rem;
  font-size: clamp(1rem, 1.2vw, 1.33rem);
  background-color: #fff;
  border: solid 2px #d2d6d1;
  border-left: none;
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
@media screen and (max-width: 519px) {
  .c-header__search button {
    padding: 0;
    width: 25%;
    font-size: clamp(1rem, 3.5vw, 1.3rem);
  }
}

.c-header__lang {
  position: relative;
  padding: 0.35rem 3rem 0.4rem 3rem;
  width: min(17rem, 14.8vw);
  color: #231815;
  background-color: #fff;
  border: solid 2px #d2d6d1;
  border-radius: 0.5rem;
  background-image: url(../images/common/icon_lang.png);
  background-size: 95% auto;
  background-position: center;
}
@media screen and (max-width: 519px) {
  .c-header__lang {
    padding: min(0.32rem, 0.9vw) min(3rem, 8vw) min(0.34rem, 0.9vw) min(2.8rem, 7.5vw);
    width: 40%;
    background-size: 94% auto;
  }
}
.c-header__lang:focus {
  outline: none;
}

.c-header__hamburger {
  position: fixed;
  top: min(3.1rem, 2.7vw);
  right: min(2.2rem, 1.9vw);
  z-index: 100;
  width: min(4.3rem, 3.7vw);
  height: min(4rem, 3.5vw);
  border: solid 2px white;
  border-radius: 0.5rem;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  -webkit-filter: drop-shadow(0 0 2px rgba(68, 68, 68, 0.563));
          filter: drop-shadow(0 0 2px rgba(68, 68, 68, 0.563));
}
@media screen and (max-width: 959px) {
  .c-header__hamburger {
    aspect-ratio: 43/40;
    width: 3.5rem;
    height: auto;
  }
}
@media screen and (max-width: 519px) {
  .c-header__hamburger {
    top: 2rem;
    right: 1.7rem;
    aspect-ratio: 43/40;
    width: 4rem;
    height: auto;
  }
}

.c-header__hamburger-border {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 75%;
  height: 0.3rem;
  background-color: white;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
}
@media screen and (max-width: 959px) {
  .c-header__hamburger-border {
    height: 0.2rem;
  }
}
@media screen and (max-width: 519px) {
  .c-header__hamburger-border {
    height: 0.2rem;
  }
}

.c-header__hamburger-border--top {
  top: min(0.9rem, 0.8vw);
}
@media screen and (max-width: 959px) {
  .c-header__hamburger-border--top {
    top: 0.7rem;
  }
}
@media screen and (max-width: 519px) {
  .c-header__hamburger-border--top {
    top: 0.9rem;
  }
}

.c-header__hamburger-border--bottom {
  top: auto;
  bottom: min(0.6rem, 0.5vw);
}
@media screen and (max-width: 959px) {
  .c-header__hamburger-border--bottom {
    bottom: 0.5rem;
  }
}
@media screen and (max-width: 519px) {
  .c-header__hamburger-border--bottom {
    bottom: 0.7rem;
  }
}

.c-header__hamburger--open {
  right: calc(min(33rem, 27.5vw) + min(2.2rem, 1.9vw));
}
@media screen and (max-width: 519px) {
  .c-header__hamburger--open {
    right: 1.7rem;
  }
}
.c-header__hamburger--open .c-header__hamburger-border--top {
  top: calc(50% - 7.5px + 7.5px);
  top: calc(50% - min(0.75rem, 1.875vw) + min(0.75rem, 1.875vw));
  -webkit-transform: translate(-50%, 0) rotate(-225deg);
          transform: translate(-50%, 0) rotate(-225deg);
}
.c-header__hamburger--open .c-header__hamburger-border--middle {
  opacity: 0;
}
.c-header__hamburger--open .c-header__hamburger-border--bottom {
  top: calc(50% + 7.5px - 7.5px);
  top: calc(50% + min(0.75rem, 1.875vw) - min(0.75rem, 1.875vw));
  -webkit-transform: translate(-50%, 0) rotate(225deg);
          transform: translate(-50%, 0) rotate(225deg);
}

.c-header__drawer-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 40;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.7s ease 0;
  transition: all 0.7s ease 0;
}
@media screen and (max-width: 519px) {
  .c-header__drawer-modal {
    display: none;
  }
}

.c-header__drawer-modal--open {
  opacity: 1;
  visibility: visible;
}

.c-header__drawer {
  position: fixed;
  top: 0;
  right: min(-33rem, -27.5vw);
  z-index: 40;
  padding: min(3rem, 2.6vw);
  width: min(33rem, 27.5vw);
  height: 100vh;
  height: 100lvh;
  color: white;
  text-align: center;
  background-color: #dc5342;
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  overflow: hidden scroll;
}
@media screen and (max-width: 519px) {
  .c-header__drawer {
    left: 0;
    right: auto;
    padding: min(3rem, 8vw) min(1rem, 2.67vw);
    width: 100vw;
    opacity: 0;
    visibility: hidden;
  }
}
.c-header__drawer::-webkit-scrollbar {
  width: 0.5rem;
  width: min(0.5rem, 1.25vw);
}
.c-header__drawer::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.1);
}
.c-header__drawer::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}

.c-header__drawer--open {
  right: 0;
}
@media screen and (max-width: 519px) {
  .c-header__drawer--open {
    right: auto;
    opacity: 1;
    visibility: visible;
  }
}

.c-header__drawer-menus {
  font-size: 1.357em;
  font-weight: 600;
}
@media screen and (max-width: 519px) {
  .c-header__drawer-menus {
    font-size: 1.5em;
  }
}

.c-header__drawer-menu {
  display: block;
  margin-top: min(2rem, 1.66vw);
}
@media screen and (max-width: 519px) {
  .c-header__drawer-menu {
    margin-top: min(2rem, 5.33vw);
  }
}
.c-header__drawer-menu:first-child {
  margin-top: 0;
}

.c-head02 {
  margin: min(4rem, 3.33vw) auto 0;
  padding: 0 min(1rem, 0.83vw) min(0.5rem, 0.42vw);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: min(40rem, 33.33vw);
  color: #dc5342;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
  letter-spacing: min(0.7rem, 0.58vw);
  border-bottom: solid min(0.6rem, 0.5vw) #dc5342;
}
@media screen and (max-width: 519px) {
  .c-head02 {
    font-size: 1.5em;
    width: 70%;
    border-width: 0.3rem;
    letter-spacing: 0.5rem;
  }
}

.c-footer {
  padding: min(4rem, 3.33vw) 0 min(3rem, 2.5vw);
}
@media screen and (max-width: 519px) {
  .c-footer {
    padding: min(1.7rem, 4.53vw) min(1rem, 2.67vw);
  }
}

.c-footer__content {
  position: relative;
  font-weight: 500;
}

.c-footer__name {
  font-size: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 519px) {
  .c-footer__name {
    font-size: 1.4em;
  }
}

.c-footer__address {
  margin-top: min(1rem, 0.83vw);
  font-size: 0.9em;
}
@media screen and (max-width: 519px) {
  .c-footer__address {
    font-size: 0.85em;
  }
}

.c-footer__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: min(1.7rem, 1.42vw);
  line-height: 1.1;
}
@media screen and (max-width: 519px) {
  .c-footer__menus {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: min(1.5rem, 4vw) 0;
    margin-top: min(1.5rem, 4vw);
  }
}
.c-footer__menus a {
  padding: 0 min(0.7rem, 0.6vw);
  border-left: solid 1.5px #231815;
}
@media screen and (max-width: 519px) {
  .c-footer__menus a {
    padding: 0 min(0.5rem, 1.33vw);
  }
}
@media screen and (max-width: 519px) {
  .c-footer__menus a:nth-child(3) {
    border-right: solid 1.5px #231815;
  }
}
.c-footer__menus a:last-child {
  border-right: solid 1.5px #231815;
}

.c-footer__copyright {
  margin-top: min(4rem, 3.33vw);
  font-size: clamp(1rem, 1vw, 1.2rem);
}
@media screen and (max-width: 519px) {
  .c-footer__copyright {
    margin-top: min(2rem, 5.33vw);
    font-size: 9px;
  }
}

.c-footer__top {
  position: absolute;
  bottom: 0;
  right: 0;
  width: min(4.7rem, 4.1vw);
}
@media screen and (max-width: 519px) {
  .c-footer__top {
    display: block;
    position: initial;
    margin: min(2rem, 5.33vw) auto 0;
    width: min(4rem, 10.67vw);
  }
}

.c-btn {
  display: block;
  margin: 0 auto;
  padding: min(1.5rem, 1.5vw) min(1rem, 1vw);
  color: white !important;
  text-decoration: none !important;
  font-size: clamp(1rem, 2vw, 2rem);
  font-weight: 500;
  text-align: center;
  -ms-flex-line-pack: center;
      align-content: center;
  letter-spacing: 1px;
  background-color: #00acaa;
  border: solid min(0.2rem, 0.2vw) white;
  border-radius: 10rem;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.199);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.199);
}
@media screen and (max-width: 519px) {
  .c-btn {
    font-size: 1.1em;
  }
}

.c-btn--rimit {
  margin-bottom: min(1.5rem, 1.5vw);
  padding: min(1.9rem, 1.9vw) min(1rem, 1vw);
  max-width: min(70rem, 70vw);
  background-color: #dc5342;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 519px) {
  .c-btn--rimit {
    max-width: none;
  }
}

.c-btn--system {
  max-width: min(50rem, 50vw);
  border-width: min(0.5rem, 0.5vw);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 519px) {
  .c-btn--system {
    max-width: none;
  }
}

.c-section {
  overflow: hidden;
  margin-top: min(2.5rem, 2.5vw);
  background: #fff;
  border: solid 1px #00acaa;
  border-radius: min(1.5rem, 1.5vw);
}
@media screen and (max-width: 519px) {
  .c-section {
    margin-top: min(2rem, 5.33vw);
  }
}

.c-section--accordion {
  border-color: #dc5342;
}

.c-section__summary {
  list-style: none;
  cursor: pointer;
}
.c-section__summary:hover {
  opacity: 0.8;
}

.c-section__head {
  padding: min(1rem, 1vw) min(2.5rem, 2.5vw);
  color: white;
  font-size: 1.6em;
  letter-spacing: min(0.5rem, 0.5vw);
  background-color: #00acaa;
}
@media screen and (max-width: 519px) {
  .c-section__head {
    font-size: 1.4em;
  }
}
.c-section__head::before {
  content: "◆";
  margin-right: min(1rem, 1vw);
  color: white;
}

.c-section__head--summary {
  background-color: #dc5342;
}
.c-section__head--summary::before {
  content: "▶";
}

.c-section__head--maru::before {
  content: "○";
}

.c-section[open] .c-section__head::before {
  content: "▼";
}

.c-section__body {
  padding: min(4rem, 4vw);
  font-size: clamp(1rem, 1.8vw, 1.8rem);
}
@media screen and (max-width: 519px) {
  .c-section__body {
    font-size: 1em;
  }
}
.c-section__body h3 {
  margin-top: min(4rem, 4vw);
  padding-bottom: min(2rem, 2vw);
  color: #00acaa;
  letter-spacing: min(0.2rem, 0.2vw);
}
.c-section__body a {
  color: #285ba8;
  text-decoration: underline;
}

.c-section__wrapper {
  margin: min(2rem, 2vw) auto 0;
  padding: min(2rem, 2vw) min(3rem, 3vw);
  max-width: 80rem;
  background-color: #fffbf4;
  border: solid 1px #dc5342;
}

.c-table {
  margin: 0 auto;
  line-height: 1.3;
}
@media screen and (max-width: 519px) {
  .c-table {
    font-size: clamp(1rem, 4vw, 1.5rem);
  }
}
.c-table table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fffbf4;
}
.c-table th, .c-table td {
  padding: min(0.8rem, 0.8vw);
  vertical-align: top;
  border: solid 1px #dc5342;
}
.c-table th {
  font-weight: inherit;
  text-align: center;
}
.c-table td:nth-child(3) {
  min-width: min(15rem, 15vw);
}
.c-table td:nth-child(4), .c-table td:nth-child(5), .c-table td:nth-child(6) {
  text-align: center;
}
.c-table td:nth-child(5), .c-table td:nth-child(6) {
  max-width: min(29rem, 29vw);
}
.c-table td a {
  color: #285ba8;
  text-decoration: underline;
}

.c-table--80 {
  max-width: 80rem;
}

.c-table--middle th {
  vertical-align: middle;
}

.c-list {
  list-style: none;
}

ol.c-list--kakko li {
  counter-increment: num;
  position: relative;
  padding-left: min(4.5rem, 4.5vw);
}
@media screen and (max-width: 519px) {
  ol.c-list--kakko li {
    padding-left: min(4rem, 10.6vw);
  }
}
ol.c-list--kakko li::before {
  content: "（" counter(num, decimal) "）";
  position: absolute;
  left: 0;
}

ol.c-list--kana li {
  counter-increment: kana;
  position: relative;
  padding-left: min(5.5rem, 5.5vw);
}
@media screen and (max-width: 519px) {
  ol.c-list--kana li {
    padding-left: min(5rem, 13.3vw);
  }
}
ol.c-list--kana li::before {
  content: "（" counter(kana, katakana) "）";
  position: absolute;
  left: 0;
}

ol.c-list--maru {
  counter-reset: none;
}
ol.c-list--maru li {
  counter-increment: none;
  position: relative;
  padding-left: min(2.5rem, 2.5vw);
}
@media screen and (max-width: 519px) {
  ol.c-list--maru li {
    padding-left: min(2rem, 5.3vw);
  }
}
ol.c-list--maru li::before {
  content: "①";
  position: absolute;
  left: 0;
}
ol.c-list--maru li:nth-child(2)::before {
  content: "②";
}
ol.c-list--maru li:nth-child(3)::before {
  content: "③";
}
ol.c-list--maru li:nth-child(4)::before {
  content: "④";
}
ol.c-list--maru li:nth-child(5)::before {
  content: "⑤";
}
ol.c-list--maru li:nth-child(6)::before {
  content: "⑥";
}
ol.c-list--maru li:nth-child(7)::before {
  content: "⑦";
}

ol.c-list--asta li {
  counter-increment: num;
  position: relative;
  padding-left: min(3.5rem, 3.5vw);
}
@media screen and (max-width: 519px) {
  ol.c-list--asta li {
    padding-left: min(3rem, 8vw);
  }
}
ol.c-list--asta li::before {
  content: "※" counter(num, decimal);
  position: absolute;
  left: 0;
}

/* project
------------------------------------------------ */
/* Header / hero */
.p-hero {
  padding: min(2rem, 2vw) 0 min(2.5rem, 2.5vw);
  background: #eb6950;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 519px) {
  .p-hero {
    padding: min(2rem, 5.33vw) 0;
  }
}

.p-hero__kicker {
  font-size: 1.1em;
  text-align: center;
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.4));
}

.p-hero__title {
  position: relative;
  margin: 0 auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.8em;
}
@media screen and (max-width: 519px) {
  .p-hero__title {
    font-size: 1.8em;
  }
}
.p-hero__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: min(1rem, 1vw);
  background: #fff000;
}
.p-hero__title span {
  -webkit-filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.4));
}

.p-hero__lead {
  position: relative;
  margin: min(2rem, 2vw) auto 0;
  padding: min(1rem, 1vw);
  width: 100%;
  color: #231815;
  text-align: center;
  font-weight: 600;
  border-radius: min(1rem, 1vw);
  background-color: #fff;
}
@media screen and (max-width: 519px) {
  .p-hero__lead {
    padding: min(1rem, 2.67vw) min(3rem, 8vw);
  }
}

.p-hero__woman {
  position: absolute;
  bottom: 0;
  left: min(0.5rem, 0.5vw);
  width: auto;
  height: 143%;
}
@media screen and (max-width: 519px) {
  .p-hero__woman {
    height: min(5rem, 13.33vw);
  }
}

.p-hero__man {
  position: absolute;
  bottom: 0;
  right: min(1.3rem, 1.3vw);
  width: auto;
  height: 143%;
}
@media screen and (max-width: 519px) {
  .p-hero__man {
    height: min(5rem, 13.33vw);
  }
}

.p-hero__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(1rem, 1vw);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: min(2rem, 2vw);
}
@media screen and (max-width: 519px) {
  .p-hero__nav {
    gap: min(1rem, 2.67vw);
    margin-top: min(1rem, 2.67vw);
  }
}

.p-hero__btn {
  width: calc(25% - 0.75rem);
}
@media screen and (max-width: 519px) {
  .p-hero__btn {
    width: calc(50% - min(1rem, 2.67vw) / 2);
  }
}

.p-news {
  padding: min(2rem, 2vw);
}

.p-news__list {
  list-style: none;
}

.p-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(1.3rem, 1.3vw);
  padding: min(1rem, 1vw) min(1.5rem, 1.5vw);
  font-size: clamp(1rem, 1.6vw, 1.6rem);
  font-weight: 600;
  border-bottom: dotted 1px #00acaa;
}
@media screen and (max-width: 519px) {
  .p-news__item {
    display: block;
    font-size: 1em;
  }
}
.p-news__item:first-child {
  padding-top: 0;
}

.p-news__date {
  color: #00acaa;
  letter-spacing: min(0.3rem, 0.3vw);
}
@media screen and (max-width: 519px) {
  .p-news__date {
    display: block;
  }
}

.p-flow__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(3rem, 3vw);
}
@media screen and (max-width: 519px) {
  .p-flow__cards {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-flow__card {
  width: calc(25% - min(9rem, 9vw) / 4);
  font-size: 0.9em;
  line-height: 1.5;
  border: solid 1px #dc5342;
}
@media screen and (max-width: 519px) {
  .p-flow__card {
    width: 100%;
  }
}
.p-flow__card:last-child .p-flow__step::after {
  display: none;
}

.p-flow__step {
  position: relative;
  padding: min(1rem, 1vw);
  color: white;
  font-weight: 500;
  text-align: center;
  background-color: #dc5342;
}
.p-flow__step::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -9%;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
  aspect-ratio: 1;
  width: min(1.5rem, 1.5vw);
  height: auto;
  border-top: solid 1px #dc5342;
  border-right: solid 1px #dc5342;
}
@media screen and (max-width: 519px) {
  .p-flow__step::after {
    display: none;
  }
}

.p-flow__body {
  padding: min(3rem, 3vw) min(1rem, 1vw) min(1rem, 1vw);
}
@media screen and (max-width: 519px) {
  .p-flow__body {
    padding: min(1rem, 2.67vw);
  }
}

.p-flow__icon {
  display: block;
  margin: 0 auto;
  width: auto;
  height: min(8rem, 8vw);
}
@media screen and (max-width: 519px) {
  .p-flow__icon {
    height: min(6rem, 16vw);
  }
}

.p-flow__info {
  margin-top: min(3rem, 3vw);
  line-height: 1.3;
}

.p-flow__cautions {
  margin-top: min(2rem, 2vw);
}
@media screen and (max-width: 519px) {
  .p-flow__cautions {
    margin-top: min(2rem, 5.3vw);
  }
}
.p-flow__cautions ol li {
  counter-increment: num;
  position: relative;
  padding-left: min(3.5rem, 3.5vw);
}
@media screen and (max-width: 519px) {
  .p-flow__cautions ol li {
    padding-left: min(3rem, 8vw);
  }
}
.p-flow__cautions ol li::before {
  content: "※" counter(num, decimal);
  position: absolute;
  left: 0;
}

.p-contact {
  padding: min(2rem, 2vw) min(5rem, 5vw);
  font-size: 0.97em;
  font-weight: bold;
}
@media screen and (max-width: 519px) {
  .p-contact {
    padding: min(2rem, 5.3vw);
  }
}
.p-contact span {
  font-size: 1.2em;
}

.p-qa__info {
  font-size: 1.1em;
  text-align: center;
}
@media screen and (max-width: 519px) {
  .p-qa__info {
    text-align: justify;
  }
}

.p-qa__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(0.5rem, 0.5vw);
}
@media screen and (max-width: 519px) {
  .p-qa__tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: min(1rem, 2.66vw);
  }
}

.p-qa__tab {
  padding: min(1rem, 1vw) min(0.7rem, 1vw);
  width: calc(20% - min(2rem, 2vw) / 5);
  min-height: 4.8rem;
  font-size: 0.9em;
  line-height: 1.3;
  background-color: rgba(0, 172, 170, 0.4901960784);
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  border: solid min(0.3rem, 0.3vw) white;
  border-radius: min(0.5rem, 0.5vw);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 519px) {
  .p-qa__tab {
    width: calc(50% - max(1rem, 2.66vw) / 2);
    border: solid min(0.3rem, 0.8vw) white;
    border-radius: min(0.5rem, 1.33vw);
  }
}
.p-qa__tab.is-active {
  color: white;
  font-weight: 500;
  background-color: #00acaa;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}
@media screen and (max-width: 519px) {
  .p-qa__tab.is-active {
    -webkit-transform: none;
            transform: none;
  }
}
.p-qa__tab:hover {
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}
@media screen and (max-width: 519px) {
  .p-qa__tab:hover {
    -webkit-transform: none;
            transform: none;
  }
}

.p-qa__tab--blue {
  background-color: rgba(0, 88, 171, 0.4);
}
.p-qa__tab--blue.is-active {
  background-color: #0058AB;
}

.p-qa__tab--purple {
  background-color: rgba(169, 0, 172, 0.4);
}
.p-qa__tab--purple.is-active {
  background-color: #AA00AC;
}

.p-qa__tab--orange {
  background-color: rgba(171, 83, 0, 0.508);
}
.p-qa__tab--orange.is-active {
  background-color: #AB5300;
}

.p-qa__tab--red {
  background-color: rgba(220, 84, 66, 0.512);
}
.p-qa__tab--red.is-active {
  background-color: #dc5342;
}

.p-qa__tab--gray {
  background-color: rgba(169, 169, 169, 0.51);
}
.p-qa__tab--gray.is-active {
  background-color: #8c8c8c;
}

.p-qa__contents {
  margin-top: min(1rem, 1vw);
}
@media screen and (max-width: 519px) {
  .p-qa__contents {
    margin-top: min(1rem, 2.66vw);
  }
}

.p-qa__panel {
  display: none;
}
.p-qa__panel.is-active {
  display: block;
}
.p-qa__panel dt, .p-qa__panel dd {
  padding: min(0.9rem, 0.9vw) min(1rem, 1vw);
  background-color: rgba(0, 172, 169, 0.1764705882);
}
@media screen and (max-width: 519px) {
  .p-qa__panel dt, .p-qa__panel dd {
    padding: min(1rem, 2.67vw);
  }
}
.p-qa__panel dt span, .p-qa__panel dd span {
  margin-right: min(1rem, 1vw);
  font-weight: 500;
}
@media screen and (max-width: 519px) {
  .p-qa__panel dt span, .p-qa__panel dd span {
    margin-right: min(1rem, 2.67vw);
  }
}
.p-qa__panel dt {
  border-top: solid 1px #00acaa;
}
.p-qa__panel dd {
  background-color: #fff;
}

.p-qa__panel--blue dt {
  background-color: rgba(0, 88, 171, 0.2);
  border-top-color: rgb(0, 88, 171);
}

.p-qa__panel--purple dt {
  background-color: rgba(169, 0, 172, 0.2);
  border-top-color: rgb(169, 0, 172);
}

.p-qa__panel--orange dt {
  background-color: rgba(171, 83, 0, 0.2);
  border-top-color: rgb(171, 83, 0);
}

.p-qa__panel--red dt {
  background-color: rgba(220, 84, 66, 0.2);
  border-top-color: rgb(220, 84, 66);
}

.p-qa__panel--gray dt {
  background-color: rgba(169, 169, 169, 0.51);
  border-top-color: #8c8c8c;
}

.p-qa__pdf {
  display: block;
  margin: min(2rem, 2vw) auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 519px) {
  .p-qa__pdf {
    margin-top: min(2rem, 5.3vw);
  }
}

.p-connection {
  background-color: rgb(208, 232, 255);
}

.p-connection__head {
  background-color: rgb(43, 143, 240);
}

.p-connection__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  list-style: none;
}
.p-connection__list li::after {
  content: "・";
  font-weight: bold;
}
.p-connection__list li:last-child::after {
  display: none;
}
@media screen and (max-width: 519px) {
  .p-connection__list li a {
    font-size: 1.1em;
  }
}
.p-connection__list li a::after {
  content: "";
  display: inline-block;
  aspect-ratio: 1;
  width: 2rem;
  height: auto;
  vertical-align: middle;
  --svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M22 3h7v7m-1.5-5.5L20 12m-3-7H8a3 3 0 0 0-3 3v16a3 3 0 0 0 3 3h16a3 3 0 0 0 3-3v-9'/%3E%3C/svg%3E");
  background-color: currentColor;
  -webkit-mask-image: var(--svg);
  mask-image: var(--svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.p-connection__caution {
  margin-top: 3rem;
  font-size: 0.9em;
}

/* utility
------------------------------------------------ */
.u-emphasis {
  color: red;
  font-weight: bold;
  font-style: normal;
}

/* external
------------------------------------------------ *//*# sourceMappingURL=style.css.map */