@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  word-break: break-all;
  scroll-behavior: smooth;
}

address {
  font-style: normal;
}

body {
  overflow-x: hidden;
  color: #000;
  font-size: 16px;
  font-family: "Noto Sans Jp", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: 0.02em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: url("../img/common/bg.jpg") center/contain repeat;
}
@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
  }
}

a[href^="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 600px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
abbr,
dfn,
blockquote,
q,
cite,
code,
pre,
ol,
ul,
li,
dl,
dt,
dd,
div,
section,
article,
main,
aside,
nav,
header,
hgroup,
footer,
img,
figure,
figcaption,
address,
time,
audio,
video,
canvas,
iframe,
details,
summary,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}

a {
  outline: none;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (hover: hover) {
  a:where(:-webkit-any-link, :enabled, summary):hover {
    opacity: 0.5;
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: none;
}

code,
kbd,
pre,
samp {
  font-size: inherit;
  font-family: monospace, sans-serif;
}

ul,
ol {
  list-style: none;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

th,
td {
  padding: 4px 6px;
  vertical-align: top;
  text-align: left;
}

blockquote,
q {
  quotes: none;
}

blockquote::after,
blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

form {
  margin: 0;
  padding: 0;
}

form button {
  display: inline-block;
  margin: 0;
  padding: 0.6em 2em;
  width: auto;
  border: none;
  border-radius: 0;
  background-color: #2281b8;
  background-image: none;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
}

form button:hover,
form button:focus {
  outline: none;
}

form button:hover {
  opacity: 0.6;
}

form button ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input,
textarea {
  padding: 0.40625rem 1rem;
  width: 100%;
  border: 1px solid #e2e2e2;
  border-radius: 0.25rem;
  background-image: none;
  background-color: #F5F5F5;
  font-size: 1em;
  font-family: inherit;
  -webkit-appearance: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
input::placeholder,
textarea::placeholder {
  color: #848484;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
@media screen and (max-width: 600px) {
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-size: 0.875rem;
  }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-size: 0.875rem;
  }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-size: 0.875rem;
  }
  input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    font-size: 0.875rem;
  }
  input::placeholder,
  textarea::placeholder {
    font-size: 0.875rem;
  }
}

textarea:hover,
textarea:focus {
  outline: none;
}

textarea:focus {
  outline: none;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

textarea ::-moz-focus-inner {
  padding: 0;
  border: none;
}

input::-webkit-input-placeholder {
  color: #848484;
}

input::-moz-placeholder {
  color: #848484;
}

input::-ms-input-placeholder {
  color: #848484;
}

input:-ms-input-placeholder {
  color: #848484;
}

input::placeholder {
  color: #848484;
}

input:focus {
  outline: none;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=submit],
input[type=button] {
  display: inline-block;
  margin: 0;
  padding: 0.6em 2em;
  width: auto;
  border: none;
  border-radius: 0;
  background-color: #2281b8;
  background-image: none;
  -webkit-box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0.0625em 0.0625em 0.1875em 0 rgba(0, 0, 0, 0.16);
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-appearance: none;
}

input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus {
  outline: none;
}

input[type=submit]:hover,
input[type=button]:hover {
  opacity: 0.6;
}

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

input[type=radio] {
  display: none;
}

input[type=radio] + span {
  position: relative;
  display: inline-block;
  margin: 0 16px 0 0;
  padding: 0 0 0 30px;
  cursor: pointer;
}

input[type=radio] + span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 26px;
  height: 26px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  background: #fff;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

input[type=radio] + span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
}

input[type=radio]:checked + span::after {
  position: absolute;
  top: 50%;
  left: 8px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e2e2e2;
  content: "";
  opacity: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

select {
  padding: 0.625rem 2.4375rem 0.625rem 0.75rem;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  background-image: url(../img/common/select-arrow.svg);
  background-position: right 11px top 55%;
  background-size: 13px;
  background-repeat: no-repeat;
  background-color: #F5F5F5;
  color: #1D1D1D;
  font-size: 1em;
  font-family: inherit;
  cursor: pointer;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
}

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

select:focus {
  outline: none;
  border-color: #e2e2e2;
  -webkit-box-shadow: none;
          box-shadow: none;
}

option {
  color: #1D1D1D;
}

@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NotoSansJP-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans Jp";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.ttf") format("truetype");
}
.p-editorContents {
  margin-top: 5rem;
}
@media screen and (max-width: 600px) {
  .p-editorContents {
    margin-top: 2.5rem;
  }
}
.p-editorContents h2.wp-block-heading {
  font-size: 1.5rem;
  font-weight: 700;
}
.p-editorContents h3.wp-block-heading {
  font-size: 1.25rem;
  font-weight: 700;
  position: relative;
}
.p-editorContents * + * {
  margin-top: 16px;
}
.p-editorContents * + h2.wp-block-heading {
  margin-top: 96px;
}
.p-editorContents * + h3.wp-block-heading {
  margin-top: 56px;
}
.p-editorContents * + p {
  margin-top: 16px;
}
.p-editorContents * + .wp-block-image {
  margin-top: 32px;
}
.p-editorContents ul,
.p-editorContents ol {
  padding-left: 32px;
}
.p-editorContents * + ul,
.p-editorContents * + ol {
  margin-top: 32px;
}
.p-editorContents ul {
  list-style: disc;
}
.p-editorContents ol {
  list-style: trad-chinese-informal;
}
.p-editorContents li {
  position: relative;
}
.p-editorContents * + li {
  margin-top: 16px;
}
.p-editorContents * + .wp-block-table {
  margin-top: 16px;
}
.p-editorContents figcaption {
  font-size: 0.75rem;
  color: #787878;
  margin-top: 16px;
}
.p-editorContents .wp-block-table table th {
  border: unset;
  padding: 24px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 21%;
}
.p-editorContents .wp-block-table table td {
  border: unset;
  padding: 24px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 79%;
}

.attachment-post-thumbnail {
  width: 100%;
  aspect-ratio: 332/187;
  -o-object-fit: cover;
  object-fit: cover;
  height: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-pagePostTitle {
  font-size: 2rem;
  font-weight: 700;
}

.wp-block-gallery {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
}
@media screen and (max-width: 600px) {
  .wp-block-gallery {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

.wp-block-gallery {
  width: 100% !important;
}
.wp-block-gallery .wp-block-image {
  aspect-ratio: 1/1;
  width: 100% !important;
}

.l-inner--1100 {
  width: 1100px;
  max-width: 100%;
}

.l-inner {
  margin: 0 auto;
  max-width: 90%;
}

body:has(#wpadminbar) .l-header {
  top: 2rem;
}

.l-footer__border {
  margin-top: 0.5rem;
  padding: 0.25rem;
  border: solid 1px #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.l-pageLayout {
  margin: clamp(3rem, 2.5145631068rem + 2.071197411vw, 5rem) 0;
}

.l-pageSection:nth-child(n+2) {
  margin-top: clamp(2.25rem, 1.8252427184rem + 1.8122977346vw, 4rem);
}

.c-pageHead {
  background-color: #f3f4f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 12.5rem;
}

.c-pageHead--txt {
  margin: auto;
  font-size: clamp(1.5rem, 1.3786407767rem + 0.5177993528vw, 2rem);
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  font-weight: 700;
}

.c-pageHead {
  background-image: url(../img/common/bg-pageHead.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: clamp(10rem, 7.572815534rem + 10.355987055vw, 20rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}
.c-pageHead:after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.6);
}

.c-pageHead--inner {
  margin: auto;
  text-align: center;
  color: var(--main-color);
  position: relative;
  z-index: 2;
}

.c-pageHead--ja {
  font-size: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
  line-height: 2;
  font-weight: 700;
}

.c-pageHead--en {
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  line-height: 1.5;
}

.c-pagination {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 5.375rem auto 0;
}
.c-pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.c-pagination .nav-links .current {
  font-weight: 600;
}

.c-pageNationDetail {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(3rem, 2.7572815534rem + 1.0355987055vw, 4rem) auto 0;
}

.post-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0rem;
}

.toArchive {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0rem auto 0;
}

.c-btn--main {
  background-color: #ffa200;
  padding: clamp(0.375rem, 0.2839805825rem + 0.3883495146vw, 0.75rem);
  color: #fff;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  font-size: clamp(1rem, 0.9696601942rem + 0.1294498382vw, 1.125rem);
  margin: clamp(1.5rem, 1.317961165rem + 0.7766990291vw, 2.25rem) auto 0;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media (hover: hover) {
  .c-btn--main:where(:-webkit-any-link, :enabled, summary):hover {
    -webkit-box-shadow: unset;
            box-shadow: unset;
    opacity: 1;
  }
}

.c-btn-list--mypage {
  margin-top: clamp(1.5rem, 1.1359223301rem + 1.5533980583vw, 3rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.5rem, 0.4393203883rem + 0.2588996764vw, 0.75rem);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-btn-link--mypage {
  padding: clamp(0.375rem, 0.2839805825rem + 0.3883495146vw, 0.75rem) clamp(0.5rem, 0.3786407767rem + 0.5177993528vw, 1rem);
  color: #fff;
  background-color: #3e3e3e;
  width: clamp(10rem, 8.786407767rem + 5.1779935275vw, 15rem);
  max-width: 100%;
  display: block;
  text-align: center;
}

.c-pageBottom-btnWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(0.75rem, 0.567961165rem + 0.7766990291vw, 1.5rem) clamp(0.5rem, 0.3786407767rem + 0.5177993528vw, 1rem);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: clamp(2.25rem, 1.8252427184rem + 1.8122977346vw, 4rem);
}

.c-pageBottom-btn {
  padding: clamp(0.5rem, 0.4393203883rem + 0.2588996764vw, 0.75rem);
  color: #fff;
  width: clamp(12.5rem, 11.8932038835rem + 2.5889967638vw, 15rem);
  max-width: 100%;
  text-align: center;
  font-size: clamp(0.9375rem, 0.9071601942rem + 0.1294498382vw, 1.0625rem);
  border-radius: 1.5rem;
  width: clamp(12.5rem, 11.8932038835rem + 2.5889967638vw, 15rem);
  max-width: 100%;
}
.c-pageBottom-btn.main {
  background-color: #ffa200;
}
.c-pageBottom-btn.secondary {
  background-color: #3e3e3e;
}

.c-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: clamp(0.75rem, 0.3859223301rem + 1.5533980583vw, 2.25rem);
}
.c-form__row:nth-child(n+2) {
  margin-top: clamp(1.5rem, 1.317961165rem + 0.7766990291vw, 2.25rem);
}
@media screen and (max-width: 768px) {
  .c-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-form__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-form__label {
    margin-right: auto;
    padding-top: 0;
  }
}
@media screen and (max-width: 480px) {
  .c-form__label {
    width: 100%;
  }
}

.c-form__badge {
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: clamp(0.75rem, 0.7196601942rem + 0.1294498382vw, 0.875rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-form__badge--required {
  background-color: #E98E2F;
  color: #fff;
}

.c-form__privacy {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: clamp(1.5rem, 1.1359223301rem + 1.5533980583vw, 3rem) auto 0;
}

.c-form__privacy--inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 1rem auto 0;
}

.c-form__privacyWrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.c-form__privacyLink {
  border-bottom: solid #000 1px;
  border-color: inherit;
}

.c-form__inputWrap {
  width: 100%;
}

.form-check {
  line-height: 1.5;
}

input:disabled {
  background-color: #f0f0f0;
}

.c-sectionTitle {
  font-size: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
  font-weight: 500;
}

.c-sectionTitle4 {
  font-size: clamp(1.125rem, 1.0946601942rem + 0.1294498382vw, 1.25rem);
  font-weight: 500;
}

.c-contentCard__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 0.6966019417rem + 1.2944983819vw, 2.25rem);
}
@media screen and (max-width: 768px) {
  .c-contentCard__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 600px) {
  .c-contentCard__list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-contentCard__listItem {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 8px;
  overflow: hidden;
}

.c-contentCard__imgFrame {
  overflow: hidden;
}

.c-contentCard__img {
  width: 100%;
  aspect-ratio: 343/192;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 600px) {
  .c-contentCard__img {
    max-height: 12.5rem;
  }
}

.c-contentCard__link {
  display: block;
}
.c-contentCard__link:hover {
  opacity: 1;
}
.c-contentCard__link:hover .c-contentCard__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 600px) {
  .c-contentCard__link:hover .c-contentCard__img {
    -webkit-transform: unset;
            transform: unset;
  }
}
.c-contentCard__link:hover .c-contentCard__btn {
  opacity: 0.7;
}
@media screen and (max-width: 600px) {
  .c-contentCard__link:hover .c-contentCard__btn {
    opacity: 1;
  }
}

.c-contentCard__txtWrap {
  margin-top: clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
  padding: clamp(0.5rem, 0.3786407767rem + 0.5177993528vw, 1rem) clamp(0.375rem, 0.2839805825rem + 0.3883495146vw, 0.75rem);
}

.c-contentCard__contentTitle {
  font-size: clamp(1rem, 0.9393203883rem + 0.2588996764vw, 1.25rem);
  font-weight: 500;
}

.c-contentCard__btn {
  background-color: #ffa200;
  padding: clamp(0.5rem, 0.3786407767rem + 0.5177993528vw, 1rem);
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin: 0.75rem auto;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.c-pageIntroduction__txt {
  font-weight: 500;
}

.c-tableWrap {
  overflow-x: scroll;
}

.c-table {
  border: solid 1px #000;
  width: 50rem;
  min-width: 37.5rem;
  margin: 2.25rem auto 0;
  border-collapse: collapse;
  overflow-x: scroll;
}
@media screen and (max-width: 600px) {
  .c-table {
    width: 37.5rem;
  }
}

.c-table th,
.c-table td {
  border: solid 1px #000;
}

.c-table--btn {
  padding: 0.25rem;
  color: #fff;
  width: 100%;
  max-width: 100%;
  text-align: center;
  border-radius: 0.5rem;
}
.c-table--btn.main {
  background-color: #ffa200;
}
.c-table--btn.disabled {
  background-color: #eee;
}

html {
  font-size: 16px;
}

body {
  color: #37443f;
  font-family: Noto Sans JP;
}

small {
  font-size: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

.text-break-620 {
  display: none;
}

/*---:hoverアクション----*/
.left ul li a:hover,
.header-login:hover,
.header-sign-in:hover,
.nav-menu ul li a:hover,
.news-btn-wrap a:hover,
.news-wrap ul li a:hover,
.company-btn-wrap a:hover,
.company-item2-ul li a:hover,
.footer-item1 a:hover {
  color: #407bf0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* --header--- */
.header-pc-container {
  width: 100%;
}

.header-pc-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9px 43px 9px;
}

.header-left-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-left-item img {
  min-width: 139px;
}

.header-right-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  font-family: Hiragino Kaku Gothic StdN;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
}

.left ul li {
  position: relative;
}

.left ul li:not(:last-child):after {
  content: "";
  position: absolute;
  background-color: #37443f;
  width: 1px;
  height: 1.1rem;
  top: 2px;
  right: -24px;
}

.left ul li a {
  color: #37443f;
}

.right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-login {
  width: 11.25rem;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #ffa200;
  text-decoration: none;
  font-size: 0.9355rem;
  font-family: Hiragino Kaku Gothic StdN;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  line-height: 43px;
}
.header-login.login :before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 14px;
  margin: -4px 10px 0 0;
  background: url("../img/header-icon.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.header-sign-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  width: 11.25rem;
  max-width: 100%;
  background: #3e3e3e;
  text-decoration: none;
  font-size: 0.9355rem;
  font-family: Hiragino Kaku Gothic StdN;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  line-height: 43px;
}

.header-sign-in:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 14px;
  margin: -4px 7px 0 0;
  background: url("../img/logout.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/*ハンバーガーメニュー*/
.header-1200-container {
  position: sticky;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
}

.header-1200-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 10px 4px;
}

.header-1200-left-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hamburger {
  width: 60px;
  height: 57px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer;
  z-index: 999;
}

.hamburger .bar {
  width: 40px;
  height: 3px;
  background-color: #333;
  border-radius: 2px;
  display: block;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.hamburger .bar-top {
  -webkit-transform: translate(0, -20px);
          transform: translate(0, -20px);
}

.hamburger .bar-middle {
  -webkit-transform: translate(0, -8px);
          transform: translate(0, -8px);
}

.hamburger .bar-bottom {
  -webkit-transform: translate(0, 4px);
          transform: translate(0, 4px);
}

.menu-span {
  position: absolute;
  font-size: 0.875rem;
  font-weight: bold;
  -webkit-transform: translate(0, 22px);
          transform: translate(0, 22px);
}

.checkbox:checked ~ .hamburger .bar-middle {
  opacity: 0;
}

.checkbox:checked ~ .hamburger .bar-top {
  -webkit-transform: translate(0, 0) rotate(45deg);
          transform: translate(0, 0) rotate(45deg);
}

.checkbox:checked ~ .hamburger .bar-bottom {
  -webkit-transform: translate(0, 0) rotate(-45deg);
          transform: translate(0, 0) rotate(-45deg);
}

.checkbox {
  display: none;
}

.nav-menu {
  position: fixed;
  width: 280px;
  height: 100%;
  background-color: rgba(39, 38, 38, 0.8);
  color: #fff;
  top: 0;
  right: -100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.nav-menu ul {
  margin-top: 70px;
}

.nav-menu li {
  margin-bottom: 20px;
}

.nav-menu a {
  display: block;
  text-align: center;
  font-size: 18px;
}

.hum-btn {
  margin: 0 auto;
  width: 90%;
  margin-bottom: 10px;
}

.checkbox:checked ~ .nav-menu {
  right: 0;
}

/*---main-view-container-----*/
.main-view-container {
  width: 100%;
  max-height: 400px;
  aspect-ratio: 1920/400;
  background-image: url("../img/main-view-pic.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-view-container img {
  width: 33%;
}

/*------contents-container-----*/
.contents-container {
  width: 100%;
}

.contents-inner {
  max-width: 1200px;
  width: 100%;
  padding: 3.6% 0;
  margin: 0 auto;
  text-align: center;
}

.contents-title {
  font-size: 2.25rem;
}

.contents-flex-wrap {
  padding-top: 6%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  gap: 2.5%;
}

.contents-flex-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 34.5%;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1607843137);
}

.contents-flex-item img {
  max-width: 380px;
  width: 100%;
}

.contents-flex-item-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 2.9% 0;
}

.contents-flex-item-text-wrap p {
  font-size: 28px;
  font-weight: bold;
}

.contents-flex-item-text1 {
  font-size: 23px;
  font-weight: bold;
}

.contents-text {
  padding-top: 4.75%;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.7;
}

.contents-logo-wrap {
  padding-top: 5.25%;
}

.contents-logo-wrap img {
  min-width: 250px;
  width: 53%;
  margin: 0 auto;
}

/*--------news-container------*/
.news-container {
  width: 100%;
  background-color: #f3f4f7;
}

.news-inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 3.7% 0;
}

.news-title {
  text-align: center;
  letter-spacing: -0.1em;
}

.news-title p {
  font-family: Roboto;
  font-weight: bold;
  font-size: 20px;
  color: #ffa200;
}

.news-title h2 {
  font-weight: bold;
  font-size: 36px;
}

.news-day {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.news-wrap {
  padding-top: 6.2%;
}

.news-wrap ul li:not(:first-child) {
  margin-top: 3%;
}

.news-text-a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  border-bottom: 1px solid #b9beb9;
  padding-bottom: 3.2%;
  font-size: 1.125rem;
}

.news-cat {
  font-weight: 600;
}

.news-btn-wrap {
  padding-top: 5.6%;
  margin: 0 auto;
  text-align: center;
}

.news-btn {
  padding: 18px 122px;
  display: inline-block;
  color: #ffffff;
  background-color: #3e3e3e;
  font-size: 18px;
  font-weight: bold;
  border-radius: 3px;
  text-align: center;
  position: relative;
}

.news-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 27px;
  background: url("../img/black-arrow.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/*-----flow-container---*/
.flow-container {
  width: 100%;
}

.flow-inner {
  width: 100%;
  max-width: 1300px;
  padding: 6.25% 0 7.3%;
  margin: 0 auto;
  text-align: center;
}

.flow-title {
  letter-spacing: -0.1em;
}

.flow-title p {
  font-family: Roboto;
  font-weight: bold;
  font-size: 20px;
  color: #ffa200;
}

.flow-title h2 {
  font-weight: bold;
  font-size: 36px;
}

.flow-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8.9%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1019607843);
  width: 100%;
}

/*---矢印風境界線----*/
.flow-item2::before,
.flow-item3::before,
.flow-item4::before,
.flow-item5::before {
  content: "";
  position: absolute;
  background-color: #dedede;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 23% 50%, 0 100%);
          clip-path: polygon(0 0, 23% 50%, 0 100%);
}

.flow-item2::after,
.flow-item3::after,
.flow-item4::after,
.flow-item5::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  left: -0.7%;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 23% 50%, 0 100%);
          clip-path: polygon(0 0, 23% 50%, 0 100%);
}

.flow-pic {
  display: inline-block;
  max-width: 199px;
  max-height: 139px;
  width: 79%;
}

.flow-pic2 {
  display: inline-block;
  max-width: 160px;
  max-height: 156px;
  width: 61.5%;
}

.step {
  display: inline-block;
  max-width: 64px;
  max-height: 64px;
  width: 24.6%;
  position: absolute;
  margin-top: -12.3%;
}

/*--flow-item1---*/
.flow-item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 18.5%;
      flex-basis: 18.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.step1 {
  display: inline-block;
  max-width: 64px;
  max-height: 64px;
  width: 24.6%;
  position: absolute;
  margin-top: -12.3%;
}

.flow-pic-wrap1 {
  position: absolute;
  width: 100%;
  margin-top: 24.1%;
  left: 7.5%;
  text-align: left;
}

.flow-item1-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 93.97%;
  width: 100%;
}

.flow-item1-title {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  z-index: 1;
  padding-left: 5.8%;
}

.flow-item1-text {
  font-weight: 600;
  padding-top: 4.57%;
  padding-bottom: 16.1%;
  padding-left: 9%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
}

/*---flow-item2----*/
.flow-item2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 19.7%;
      flex-basis: 19.7%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.step2 {
  display: inline-block;
  max-width: 64px;
  max-height: 64px;
  width: 24.6%;
  position: absolute;
  margin-top: -12.3%;
  left: 43.64%;
}

.flow-pic-wrap2 {
  position: absolute;
  width: 100%;
  margin-top: 22.65%;
  left: 29%;
  text-align: left;
}

.flow-item2-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 88.23%;
  width: 100%;
}

.flow-item2-title {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  z-index: 1;
  padding-left: 20%;
}

.flow-item2-text {
  font-weight: 600;
  padding-top: 4.3%;
  padding-bottom: 16.1%;
  padding-left: 19%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
}

/*----flow-item3---*/
.flow-item3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 19.7%;
      flex-basis: 19.7%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.step3 {
  display: inline-block;
  max-width: 64px;
  max-height: 64px;
  width: 24.6%;
  position: absolute;
  margin-top: -12.3%;
  left: 44.84%;
}

.flow-pic-wrap3 {
  position: absolute;
  width: 100%;
  margin-top: 22.65%;
  left: 34.68%;
  text-align: left;
}

.flow-item3-text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 88.23%;
  width: 100%;
}

.flow-item3-title {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  z-index: 1;
  padding-left: 24%;
}

.flow-item3-text {
  font-weight: 600;
  padding-top: 4.3%;
  padding-bottom: 16.1%;
  padding-left: 24%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
}

/*----flow-item4---*/
.flow-item4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.step4 {
  display: inline-block;
  max-width: 64px;
  max-height: 64px;
  width: 24.6%;
  position: absolute;
  margin-top: -12.3%;
  left: 45.73%;
}

.flow-pic-wrap4 {
  position: absolute;
  width: 100%;
  margin-top: 22.3%;
  left: 35.73%;
  text-align: left;
}

.flow-item4-text-wrap {
  padding-top: 86.9%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.flow-item4-title {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  z-index: 1;
  padding-left: 26%;
}

.flow-item4-text {
  font-weight: 600;
  padding-top: 4.24%;
  padding-bottom: 16.1%;
  padding-left: 25%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
}

/*----flow-item5---*/
.flow-item5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 22.1%;
      flex-basis: 22.1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.step5 {
  display: inline-block;
  max-width: 64px;
  max-height: 64px;
  width: 24.6%;
  position: absolute;
  margin-top: -12.3%;
  left: 41.06%;
}

.flow-pic-wrap5 {
  position: absolute;
  width: 100%;
  margin-top: 20.19%;
  left: 29.92%;
  text-align: left;
}

.flow-item5-text-wrap {
  padding-top: 78.66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.flow-item5-title {
  font-size: 20px;
  font-weight: 600;
  width: 100%;
  z-index: 1;
  padding-left: 20.3%;
}

.flow-item5-text {
  font-weight: 600;
  padding-top: 3.83%;
  padding-bottom: 16.1%;
  padding-left: 22%;
  padding-right: 2%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 1;
}

/*--flow-logo--*/
.flow-logo-wrap {
  padding-top: 7.7%;
}

.flow-logo-wrap img {
  display: inline-block;
  width: 84.6%;
}

/*-----company-container----*/
.company-container {
  width: 100%;
  background-color: #f3f4f7;
}

.company-inner {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  padding-top: 1.85%;
  padding-bottom: 4.16%;
}

.company-flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.company-item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 26.2%;
}

.company-item1 img {
  display: inline-block;
  max-width: 237px;
  width: 82%;
}

.company-name {
  font-size: 18px;
}

.company-address {
  padding-top: 2%;
}

.company-btn-wrap {
  padding-top: 5.4%;
}

.company-btn {
  display: inline-block;
  padding: 0 44px;
  color: #ffffff;
  font-size: 15px;
  background-color: #3e3e3e;
  line-height: 43px;
}

.company-item2 {
  width: 65.4%;
  position: relative;
}

.company-item2-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5.625%;
}

.company-item2-ul > li:not(:first-child) {
  padding-left: 5.5%;
}

.company-item2-ul > li > a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: -4px 8px 0 0;
  background-image: url("../img/black-arrow.png");
  background-size: contain;
  vertical-align: middle;
}

.li-first2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.li-first2 ul {
  padding-top: 63%;
  font-size: 14px;
}

.li-first2 ul li:nth-child(3),
.li-first2 ul li:nth-child(4) {
  margin-top: 10.3%;
}

.empty-line {
  border-bottom: 1px solid #b9beb9;
  position: absolute;
  width: 100%;
  height: 1px;
  top: 37%;
  z-index: 999;
}

.empty-line::before,
.empty-line::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 55px;
  height: 0;
  width: 0;
}

.empty-line::before {
  margin-left: -9px;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 9px solid #b9beb9;
  border-top: 0;
}

.empty-line:after {
  bottom: -1.5px;
  margin-left: -9px;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 9px solid #f3f4f7;
  border-top: 0;
}

/*-----footer------*/
footer {
  width: 100%;
  background-color: #3e3e3e;
}

.footer-flex-wrap {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  color: #ffffff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 34px 0;
}

.footer-item1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 41px;
}

.footer-item1-left {
  display: inline-block;
}

.footer-item1-right {
  display: inline-block;
  position: relative;
}

.footer-item1-right::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  border-left: 1px solid #ffffff;
  left: -20.5px;
  top: 3px;
}

@media screen and (max-width: 1400px) {
  .header-pc-inner {
    padding: 9px 10px 9px;
  }
  .header-right-item {
    gap: 24px;
  }
  .left ul {
    gap: 24px;
  }
  .left ul li:not(:last-child):after {
    right: -12px;
  }
}
@media screen and (max-width: 1350px) {
  .contents-inner {
    width: 90%;
  }
  .contents-title {
    font-size: clamp(16px, 2.6666666667vw, 36px);
  }
  .contents-flex-item p {
    font-size: clamp(14px, 2.0740740741vw, 28px);
  }
  .contents-flex-item-text1 {
    font-size: clamp(11.5px, 1.7037037037vw, 23px);
  }
  .contents-text {
    font-size: clamp(12px, 1.4814814815vw, 20px);
  }
  .flow-inner {
    width: 90%;
  }
  .flow-item1-title,
  .flow-item2-title,
  .flow-item3-title,
  .flow-item4-title,
  .flow-item5-title {
    font-size: clamp(11.5px, 1.4814814815vw, 20px);
  }
  .flow-item1-text,
  .flow-item2-text,
  .flow-item3-text,
  .flow-item4-text,
  .flow-item5-text {
    font-size: clamp(10.5px, 1.4814814815vw, 16px);
  }
}
@media screen and (max-width: 1199px) {
  .header-pc-container {
    display: none;
  }
  .header-1200-container {
    display: block;
  }
  .company-inner {
    width: 90%;
  }
  .company-name {
    font-size: clamp(13px, 1.5012510425vw, 18px);
  }
  .company-address {
    font-size: clamp(12px, 1.3344453711vw, 16px);
  }
  .company-item2-ul {
    font-size: clamp(12px, 1.3344453711vw, 16px);
  }
  .li-first2 ul {
    font-size: clamp(10px, 1.1676396997vw, 14px);
  }
  .company-item1 img {
    width: 21.9%;
    min-width: 150px;
  }
  .footer-flex-wrap {
    width: 90%;
    font-size: clamp(10px, 1.1676396997vw, 14px);
    padding: 3% 0;
  }
}
@media screen and (min-width: 1200px) {
  .header-1200-container {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .company-flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .company-item1 {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company-address {
    padding-top: 0.5%;
  }
  .company-btn-wrap {
    padding-top: 1.6%;
  }
  .company-btn {
    padding: 0 30px;
    font-size: 12px;
    line-height: 32px;
  }
  .company-item2 {
    width: 100%;
  }
  .company-item2-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 25px;
  }
  .li-first2 ul {
    padding-top: 20px;
  }
  .li-first2 ul li:nth-child(3),
  .li-first2 ul li:nth-child(4) {
    margin-top: 1px;
  }
  .empty-line {
    top: 55px;
  }
  .empty-line::before,
  .empty-line::after {
    left: 45px;
  }
  .company-item2-ul > li:not(:first-child) {
    padding-left: 0%;
    padding-top: 6px;
  }
}
@media screen and (max-width: 950px) {
  .flow-title p {
    font-size: clamp(13px, 2.1052631579vw, 20px);
  }
  .flow-title h2 {
    font-size: clamp(16px, 3.7894736842vw, 36px);
  }
  .news-inner {
    width: 90%;
  }
  .news-title p {
    font-size: clamp(13px, 2.1052631579vw, 20px);
  }
  .news-title h2 {
    font-size: clamp(16px, 3.7894736842vw, 36px);
  }
  .news-text-a {
    font-size: clamp(12px, 2.1052631579vw, 18px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .news-cat {
    padding-top: 2.8%;
  }
}
@media screen and (max-width: 900px) {
  .company-item2-ul > li > a:before {
    width: 13px;
    height: 13px;
    margin: -2px 8px 0 0;
  }
}
@media screen and (max-width: 756px) {
  .contents-flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    max-width: 380px;
    width: 100%;
    padding-top: 0%;
  }
  .contents-flex-item {
    width: 100%;
    margin-top: 6.5%;
  }
  .news-btn {
    font-size: 0.75rem;
    padding: 10px 60px;
  }
  .news-btn:after {
    width: 21.6px;
    height: 18px;
    right: 10px;
  }
  .footer-flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flow-flex-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 8% auto 0;
  }
  .flow-item1,
  .flow-item2,
  .flow-item3,
  .flow-item4,
  .flow-item5 {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .step1 {
    position: static;
    margin-top: 0;
  }
  .step2,
  .step3,
  .step4,
  .step5 {
    position: static;
    margin-top: 30%;
  }
  .step1 {
    margin-top: 3%;
  }
  .flow-pic-wrap1,
  .flow-pic-wrap2,
  .flow-pic-wrap3,
  .flow-pic-wrap4,
  .flow-pic-wrap5 {
    position: static;
    margin-top: 0;
    left: 0;
    text-align: center;
  }
  .flow-item1-text-wrap,
  .flow-item2-text-wrap,
  .flow-item3-text-wrap,
  .flow-item4-text-wrap,
  .flow-item5-text-wrap {
    padding-top: 5%;
  }
  .flow-item1-title,
  .flow-item2-title,
  .flow-item3-title,
  .flow-item4-title,
  .flow-item5-title {
    padding-left: 0;
    font-size: 20px;
  }
  .flow-item1-text,
  .flow-item2-text,
  .flow-item3-text,
  .flow-item4-text,
  .flow-item5-text {
    padding: 4% 0 10% 0;
    font-size: 16px;
  }
  .flow-item2::before,
  .flow-item3::before,
  .flow-item4::before,
  .flow-item5::before {
    -webkit-clip-path: polygon(50% 15%, 0 0, 100% 0);
            clip-path: polygon(50% 15%, 0 0, 100% 0);
  }
  .flow-item2::after,
  .flow-item3::after,
  .flow-item4::after,
  .flow-item5::after {
    -webkit-clip-path: polygon(50% 15%, 0 0, 100% 0);
            clip-path: polygon(50% 15%, 0 0, 100% 0);
    left: 0;
    top: -1%;
  }
}
@media screen and (max-width: 620px) {
  .text-break-620 {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .nav-menu {
    width: 100%;
  }
  .hum-btn {
    width: 280px;
  }
}
@media screen and (max-width: 450px) {
  .contents-title {
    font-size: 11.5px;
  }
}
.p-newsDetail--title {
  font-size: clamp(1.25rem, 1.067961165rem + 0.7766990291vw, 2rem);
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  font-weight: 700;
  padding-bottom: 0.75rem;
  border-bottom: solid 1px #000;
  margin-top: clamp(1.5rem, 1.3786407767rem + 0.5177993528vw, 2rem);
}

.p-newsDetail--content {
  margin-top: clamp(1.5rem, 1.317961165rem + 0.7766990291vw, 2.25rem);
}

.p-news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(0.75rem, 0.6893203883rem + 0.2588996764vw, 1rem);
  margin-top: clamp(1.5rem, 1.317961165rem + 0.7766990291vw, 2.25rem);
}

.p-news__link {
  border-bottom: solid 1px #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  padding: 0.375rem;
}

.p-news__datetime {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-contact__form {
  margin-top: clamp(2.25rem, 1.8252427184rem + 1.8122977346vw, 4rem);
}

.p-contentList__list {
  margin-top: clamp(1.5rem, 1.317961165rem + 0.7766990291vw, 2.25rem);
}

.p-contentShow__movie {
  margin-top: clamp(1.5rem, 1.317961165rem + 0.7766990291vw, 2.25rem);
}

.p-mypage__btn-list {
  width: 50rem;
  max-width: 100%;
  margin: clamp(1.5rem, 1.1359223301rem + 1.5533980583vw, 3rem) auto 0;
}

.p-contentDetail__img {
  width: 40rem;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 1.5rem auto 0;
}

.p-contentDetail__introduction {
  margin-top: 1.5rem;
}

.p-contentApplication-confirm__table {
  border: solid 1px #000;
  width: 50rem;
  max-width: 100%;
  margin: 2.25rem auto 0;
  border-collapse: collapse;
}

.p-contentApplication-confirm__table th,
.p-contentApplication-confirm__table td {
  border: solid 1px #000;
}

.p-chatContainer {
  background-color: #f3f4f7;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  margin-top: clamp(1.5rem, 1.317961165rem + 0.7766990291vw, 2.25rem);
}

.p-chatContainer__head {
  background-color: #eee;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2);
  padding: clamp(0.375rem, 0.2839805825rem + 0.3883495146vw, 0.75rem) clamp(0.5rem, 0.3786407767rem + 0.5177993528vw, 1rem);
  font-weight: 500;
}

.p-chatContainer__content {
  max-width: 100%;
  margin: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem) auto 0;
  padding: 0.75rem 2% 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(1.5rem, 1.317961165rem + 0.7766990291vw, 2.25rem);
  max-height: 80vh;
  overflow-y: scroll;
}
@media screen and (max-width: 600px) {
  .p-chatContainer__content {
    max-height: 60vh;
  }
}

.p-chatContainer__admin {
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-chatContainer__user {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
}

.p-chatContainer__name {
  font-weight: 500;
  font-size: clamp(0.875rem, 0.8598300971rem + 0.0647249191vw, 0.9375rem);
}
.p-chatContainer__name--user {
  text-align: right;
}

.p-chatContainer__cloud {
  padding: clamp(0.5rem, 0.5rem + 0vw, 0.5rem) clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
  color: #fff;
  border-radius: 2.25rem;
  margin-top: 0.375rem;
}
.p-chatContainer__cloud--user {
  background-color: #ffa200;
}
.p-chatContainer__cloud--admin {
  background-color: #3e3e3e;
}

.p-chatContainer__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.25rem;
}
@media screen and (max-width: 600px) {
  .p-chatContainer__lower {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-chatContainer__lower--user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-chatContainer__time {
  font-size: clamp(0.625rem, 0.5946601942rem + 0.1294498382vw, 0.75rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 600px) {
  .p-chatContainer__time--admin {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    margin-right: auto;
  }
}

.p-chatContainer__inputWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.25rem;
  padding: 0.25rem;
}

.p-chatContainer__textarea {
  width: 100%;
  max-width: 100%;
  padding: 0.375rem;
  background-color: #fff;
}

.p-chatContainer__sendButton {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #ffa200;
}

.p-userEdit__form {
  width: 50rem;
  max-width: 100%;
  margin: 2.25rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-userEdit__form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-userEdit__form-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-weight: 500;
}

.p-userEdit__form-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 37.5rem;
  max-width: 100%;
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.u-grid {
  display: grid;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-capitalize {
  text-transform: capitalize;
}

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

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

.u-justify-center.u-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-justify-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.u-text-success {
  color: #28a745;
}

.u-text-danger {
  color: #dc3545;
}

@media screen and (max-width: 600px) {
  .is-pcOnly {
    display: none;
  }
}

.is-spOnly {
  display: none;
}
@media screen and (max-width: 600px) {
  .is-spOnly {
    display: block;
  }
}

.is-fixed {
  overflow: hidden !important;
}