@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
/* ress.css • v2.0.4 MIT License github.com/filipelinhares/ress */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

ul, li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  /* -moz-appearance: none; */
  /* -webkit-appearance: none; */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* Original */
/* Original */
/* Original */
/* Original */
/* Original */
/* Original */
html {
  box-sizing: border-box;
  font-size: 62.5%;
}
@media print, screen and (min-width: 744px) {
  html {
    font-size: clamp(9px, 0.5376vw, 11px);
  }
}
@media screen and (max-width: 743px) {
  html {
    font-size: clamp(9px, 2.56vw, 12px);
  }
}
html *,
html *:before,
html *:after {
  box-sizing: inherit;
}

body {
  color: #2f2f2f;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 743px) {
  body {
    line-height: 1.83;
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 744px) {
  body {
    line-height: 2;
    font-size: 1.8rem;
    min-width: 144rem;
  }
}
body:lang(en) {
  font-family: "Noto Sans", sans-serif;
  letter-spacing: 0.03em;
}

@media (prefers-color-scheme: dark) {
  body {
    background: #fff;
    color: #2f2f2f;
  }
}
img {
  vertical-align: top;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 743px) {
  img {
    width: 100%;
  }
}

a {
  color: #007cc4;
  text-decoration: underline;
}
a:visited {
  color: #007cc4;
}
@media (hover: hover) {
  a:hover {
    text-decoration: none;
  }
}

@media print, screen and (min-width: 744px) {
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
    color: inherit;
  }
}

button {
  outline: none;
}

:root :where(mark) {
  background: #ffc1c1;
  color: inherit;
}

:focus-visible {
  outline: 3px solid #007cc4;
}

:-moz-focusring {
  outline: 3px solid #007cc4;
}

::selection {
  background: #ddd;
}

::-moz-selection {
  background: #ddd;
}

em {
  font-style: normal;
}

body {
  scrollbar-color: #007cc4 #ECECEC;
}

::-webkit-scrollbar {
  width: 10px; /* 右のスクロールバーの幅 */
  height: 10px; /* 下のスクロールバーの幅 */
}

/* スクロールバーの背景 */
::-webkit-scrollbar-track-piece {
  background-color: #ECECEC;
}

/* スクロールバーのつまみ */
::-webkit-scrollbar-thumb {
  /* 透明度やグラデーションも設定できる */
  background-color: #007cc4;
  /* ボーダーは余白のために使うとよい */
  border: 2px solid transparent;
  border-radius: 30px;
  background-clip: content-box;
}

.c-headingStyle1 {
  position: relative;
  margin: 0 0 5rem;
}
@media screen and (max-width: 743px) {
  .c-headingStyle1 {
    margin: 0 0 3rem;
  }
}
.c-headingStyle1__main {
  display: block;
  font-family: "Crimson Text", sans-serif;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 743px) {
  .c-headingStyle1__main {
    font-size: 3em;
  }
}
.c-headingStyle1__sub {
  display: block;
  position: relative;
  margin: 0.7rem 0 0 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 743px) {
  .c-headingStyle1__sub {
    margin-top: 0;
    font-size: 1.4rem;
  }
}
.c-headingStyle1 a {
  color: #2f2f2f;
  text-decoration: none;
}

.c-headingStyle2 {
  position: relative;
  margin: 7rem 0 7rem;
  color: #2f2f2f;
  padding-left: 1.5em;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 743px) {
  .c-headingStyle2 {
    margin: 4rem 0 4rem;
    font-size: 1.6rem;
  }
}
.c-headingStyle2::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.32em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  border-radius: 50%;
  background: #007cc4;
}
.c-headingStyle2:nth-child(1) {
  margin-top: 0;
}
.c-headingStyle2:lang(en) {
  font-weight: 600;
}

.c-headingStyle3 {
  margin: 6rem 0 6rem;
  padding: 1.4em 2.6em;
  line-height: 1.5;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  border-radius: 6rem;
  background-image: linear-gradient(90deg, #007cc4, #33c1e1);
}
@media screen and (max-width: 743px) {
  .c-headingStyle3 {
    margin: 4rem -1rem 4rem;
    padding: 1em 2em;
    font-size: 1.5rem;
  }
}
.c-headingStyle3:nth-child(1) {
  margin-top: 0;
}

.c-headingStyle4 {
  position: relative;
  line-height: 1.5;
  text-align: left;
  font-weight: 700;
  border-left: solid 3px #007cc4;
  padding: 0.6em 0 0.6em 1.3em;
}
@media screen and (max-width: 743px) {
  .c-headingStyle4 {
    font-size: 1.8rem;
    margin: 3rem 0 1.5rem;
    border-width: 3px;
  }
}
@media print, screen and (min-width: 744px) {
  .c-headingStyle4 {
    font-size: 2.6rem;
    margin: 6rem 0 3rem;
  }
}
.c-headingStyle4:nth-child(1) {
  margin-top: 0;
}

.c-headingStyle5 {
  position: relative;
  font-weight: 700;
  line-height: 1.67;
}
@media screen and (max-width: 743px) {
  .c-headingStyle5 {
    font-size: 1.6rem;
    margin: 3.5rem 0 0.6rem;
    border-width: 3px;
  }
}
@media print, screen and (min-width: 744px) {
  .c-headingStyle5 {
    font-size: 2rem;
    margin: 4rem 0 1rem;
  }
}
.c-headingStyle5:nth-child(1) {
  margin-top: 0;
}

.c-headingStyle6 {
  position: relative;
  font-weight: 700;
  line-height: 1.5;
  background: #eef3f6;
}
@media screen and (max-width: 743px) {
  .c-headingStyle6 {
    padding: 1.2rem 1.8rem;
    margin: 3.5rem 0 1.6rem;
  }
}
@media print, screen and (min-width: 744px) {
  .c-headingStyle6 {
    padding: 1.5rem 2.4rem;
    margin: 4rem 0 2rem;
  }
}
.c-headingStyle6:nth-child(1) {
  margin-top: 0;
}

.c-headingStyle3 + .c-headingStyle6 {
  margin-top: 0;
}

.c-btnStyle1, .c-btnStyle1--border {
  position: relative;
  display: inline-block;
  min-width: 23rem;
  line-height: 1.3;
  margin: 0;
  padding: 1.8rem 4.5rem 1.8rem 3rem;
  border: solid 1px #007cc4;
  border-radius: 10rem;
  background: #007cc4;
  text-decoration: none !important;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  color: #fff !important;
  z-index: 1;
  transition: 0.2s;
}
@media screen and (max-width: 743px) {
  .c-btnStyle1, .c-btnStyle1--border {
    min-width: 20rem;
    font-size: 1.4rem;
    padding: 1.8rem 4.5rem 1.8rem 3rem;
  }
}
.c-btnStyle1::before, .c-btnStyle1--border::before {
  content: "";
  display: block;
  position: absolute;
  top: -5.2rem;
  bottom: 0;
  left: -1.6rem;
  margin: auto;
  width: 1.6rem;
  height: 1.6rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #007cc4;
  transform: scale(0);
  transition: 0.2s;
}
@media (hover: hover) {
  .c-btnStyle1:hover, .c-btnStyle1--border:hover {
    transform: translate(0.8rem, 0);
  }
  .c-btnStyle1:hover::before, .c-btnStyle1--border:hover::before {
    transform: scale(1);
  }
}
.c-btnStyle1::after, .c-btnStyle1--border::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2rem;
  margin: auto;
  width: 2.7rem;
  height: 2.7rem;
  background: #fff url(../images/common/ico_arrow.svg) no-repeat 55% center;
  background-size: 45%;
  border-radius: 50%;
}
.c-btnStyle1[target=_blank] > span, [target=_blank].c-btnStyle1--border > span {
  padding-right: 1.3em;
}
.c-btnStyle1[target=_blank] > span::before, [target=_blank].c-btnStyle1--border > span::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1em;
  height: 1em;
  background: url(../images/common/ico_blank_wh.svg) no-repeat center center;
  background-size: contain;
  border: none;
  transform: rotate(0);
}
.c-btnStyle1[data-btn=inactive], [data-btn=inactive].c-btnStyle1--border {
  background-color: #aaa;
  pointer-events: none;
  border-color: #aaa;
}

.c-btnStyle1--border {
  border: solid 1px rgba(255, 255, 255, 0.5);
}
.c-btnStyle1--border::before {
  background-color: rgba(255, 255, 255, 0.7);
}

.c-ulStyle1, .c-singleBody ul {
  margin: 1.5em 0 2em;
}
.c-ulStyle1 li, .c-singleBody ul li {
  position: relative;
  padding-left: 1.5em;
  line-height: 1.75;
}
.c-ulStyle1 li:not(:last-child), .c-singleBody ul li:not(:last-child) {
  margin-bottom: 0.3em;
}
.c-ulStyle1 li::before, .c-singleBody ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0.3em;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #007cc4;
}
[class*=c-tableStyle] td .c-ulStyle1:first-child, [class*=c-tableStyle] td .c-singleBody ul:first-child, .c-singleBody [class*=c-tableStyle] td ul:first-child {
  margin-top: 0;
}
[class*=c-tableStyle] td .c-ulStyle1:last-child, [class*=c-tableStyle] td .c-singleBody ul:last-child, .c-singleBody [class*=c-tableStyle] td ul:last-child {
  margin-bottom: 0;
}

.c-olStyle1, .c-singleBody ol {
  padding-left: 1.3em;
  margin: 1.5em 0 2em;
}
.c-olStyle1 li, .c-singleBody ol li {
  list-style-type: decimal;
  margin-bottom: 0.3em;
}

.c-olStyle--free {
  padding-left: 1.6em;
  margin: 1.5em 0 2em;
}
.c-olStyle--free li {
  list-style-type: none;
  margin-bottom: 0.3em;
  text-indent: -1.6em;
}
.c-olStyle--free li p {
  text-indent: 0;
}

.c-text {
  margin-bottom: 1.875em;
  line-height: 1.875;
}

@media print, screen and (min-width: 744px) {
  .c-textLead {
    margin-bottom: 5rem;
    font-size: 2rem;
    text-align: center;
    line-height: 2.3;
  }
}
@media screen and (max-width: 743px) {
  .c-textLead {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    text-align: left;
    line-height: 2;
  }
}

.c-textTagline {
  font-weight: 800;
  margin-bottom: 0.8em;
}
@media print, screen and (min-width: 744px) {
  .c-textTagline {
    font-size: 5.8rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 743px) {
  .c-textTagline {
    font-size: 2.6rem;
    line-height: 1.4;
  }
}

.c-textLink {
  position: relative;
  margin: 0;
  padding-right: 0.8em;
  margin-right: 0.5rem;
}
.c-textLink::after {
  content: "";
  position: absolute;
  bottom: 0.4em;
  right: 0;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #007cc4;
  border-right: 1px solid #007cc4;
  transform: rotate(45deg);
}
.c-textLink[target=_blank] {
  padding-right: 0;
}
.c-textLink[target=_blank]::after {
  content: "";
  position: relative;
  top: inherit;
  bottom: inherit;
  right: inherit;
  display: inline-block;
  vertical-align: super;
  margin-left: 3px;
  width: 0.7em;
  height: 0.7em;
  background: url(../images/common/ico_blank.svg) no-repeat center center;
  background-size: contain;
  border: none;
  transform: none;
  transform: translateY(4px);
}
.c-textLink[href*=".pdf"] {
  padding-right: 0;
}
.c-textLink[href*=".pdf"]::after {
  content: "";
  position: relative;
  top: inherit;
  bottom: inherit;
  right: inherit;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  width: 25px;
  height: 25px;
  background-image: url("../images/common/ico_file_pdf.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  transform: none;
}
.c-textLink.u-color--white {
  color: #fff;
}
.c-textLink.u-color--white::after {
  border-color: #fff;
}

.c-textMarker {
  font-style: normal;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 0%, transparent 65%, #33c1e1 65%, #33c1e1 100%) repeat scroll 0 0;
}

@media screen and (max-width: 743px) {
  .c-table__slideWrapper {
    padding-right: 2rem;
    margin-right: -2rem;
    width: calc(100% + 2rem);
    overflow: auto;
  }
}

.c-tableStyle1, .c-tableStyle2 {
  line-height: 1.5;
  width: 100%;
  border-collapse: collapse;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 743px) {
  .c-tableStyle1, .c-tableStyle2 {
    margin: 2rem 0 4rem;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 744px) {
  .c-tableStyle1, .c-tableStyle2 {
    margin: 3rem 0 6rem;
    font-size: 1.7rem;
  }
}
.c-tableStyle1 caption, .c-tableStyle2 caption {
  text-align: left;
  font-weight: 600;
  padding-bottom: 0.6rem;
}
.c-tableStyle1 th, .c-tableStyle2 th,
.c-tableStyle1 td,
.c-tableStyle2 td {
  border: solid 1px #dfdfdf;
  background: #FFF;
  text-align: left;
  vertical-align: middle;
  font-weight: normal;
}
@media screen and (max-width: 743px) {
  .c-tableStyle1 th, .c-tableStyle2 th,
.c-tableStyle1 td,
.c-tableStyle2 td {
    padding: 1.5rem 1.5rem;
  }
}
@media print, screen and (min-width: 744px) {
  .c-tableStyle1 th, .c-tableStyle2 th,
.c-tableStyle1 td,
.c-tableStyle2 td {
    padding: 2.5rem 2.5rem;
  }
}
.c-tableStyle1 th, .c-tableStyle2 th {
  background: #007cc4;
  text-align: center;
  font-weight: 500;
  line-height: 1.33;
  color: #fff;
}
@media screen and (max-width: 743px) {
  .c-tableStyle1 th, .c-tableStyle2 th {
    width: 20vw !important;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.3rem;
  }
}
@media print, screen and (min-width: 744px) {
  .c-tableStyle1 th, .c-tableStyle2 th {
    width: 20rem;
  }
}
@media screen and (max-width: 743px) {
  .c-tableStyle1[data-responsive=true], [data-responsive=true].c-tableStyle2 {
    border-bottom: solid 1px #dfdfdf;
  }
  .c-tableStyle1[data-responsive=true] thead, [data-responsive=true].c-tableStyle2 thead {
    display: none;
  }
  .c-tableStyle1[data-responsive=true] th, [data-responsive=true].c-tableStyle2 th,
.c-tableStyle1[data-responsive=true] td,
[data-responsive=true].c-tableStyle2 td {
    display: block;
    width: 100% !important;
    border: none;
    text-align: left;
    border-right: solid 1px #dfdfdf;
    border-left: solid 1px #dfdfdf;
    padding: 1.2rem 1.5rem;
  }
}
@media print, screen and (min-width: 744px) {
  .c-tableStyle1[data-headerfix=true] thead, [data-headerfix=true].c-tableStyle2 thead {
    position: sticky;
    top: 110px;
    left: 0;
    z-index: 1;
  }
  .c-tableStyle1[data-headerfix=true] thead th, [data-headerfix=true].c-tableStyle2 thead th, .c-tableStyle1[data-headerfix=true] thead td, [data-headerfix=true].c-tableStyle2 thead td {
    border-top: none;
    border-bottom: none;
  }
}
@media screen and (max-width: 1680px) and (min-width: 744px) {
  .c-tableStyle1[data-headerfix=true] thead, [data-headerfix=true].c-tableStyle2 thead {
    position: sticky;
    top: 90px;
  }
}

.c-tableStyle2 th {
  background: #eef3f6;
  color: #2f2f2f;
}
.c-tableStyle2 thead td, .c-tableStyle2 thead th {
  background: #007cc4;
  color: #fff;
  text-align: center;
  padding: 1.5rem;
  line-height: 1.3;
}
@media print, screen and (min-width: 744px) {
  .c-tableStyle2 thead td, .c-tableStyle2 thead th {
    white-space: nowrap;
  }
}
@media screen and (max-width: 743px) {
  .c-tableStyle2[data-responsive=true] {
    border: solid 1px #dfdfdf;
    border-top: none;
  }
  .c-tableStyle2[data-responsive=true] th,
.c-tableStyle2[data-responsive=true] td {
    width: 100% !important;
    border: none;
  }
  .c-tableStyle2[data-responsive=true] tbody th {
    border-top: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
    font-size: 1.5rem;
  }
  .c-tableStyle2[data-responsive=true] tbody td + td {
    border-top: dashed 1px #dfdfdf;
  }
}

.c-form {
  text-align: left;
}
.c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form input[type=password],
.c-form select,
.c-form textarea {
  margin-bottom: 1rem;
  padding: 1.8rem 1.6rem;
  border-radius: 5px;
  width: 100%;
  outline: none;
  font-size: 1.4rem;
  background: #f6f6f6;
  vertical-align: top;
  border: solid 1px #d6d6d6;
}
@media print, screen and (min-width: 744px) {
  .c-form input[type=text],
.c-form input[type=email],
.c-form input[type=tel],
.c-form input[type=password],
.c-form select,
.c-form textarea {
    padding: 16px 20px;
    font-size: 16px;
  }
}
.c-form input[type=text]:focus,
.c-form input[type=email]:focus,
.c-form input[type=tel]:focus,
.c-form input[type=password]:focus,
.c-form select:focus,
.c-form textarea:focus {
  background: #fff;
  border: solid 1px #007cc4;
}
.c-form input[type=submit],
.c-form input[type=button] {
  outline: none;
}
.c-form input::placeholder,
.c-form textarea::placeholder {
  color: #8E8E8E;
}
@media screen and (max-width: 743px) {
  .c-form textarea {
    height: 300px;
  }
}
.c-form select {
  position: relative;
  width: 100%;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #2f2f2f;
}
.c-form select::-ms-expand {
  display: none;
}
.c-form select option:disabled {
  display: none;
}
.c-form p {
  margin: 0 0 1.5em;
}

.c-form__field {
  position: relative;
  display: flex;
}
@media print, screen and (min-width: 744px) {
  .c-form__field {
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 743px) {
  .c-form__field {
    flex-direction: column;
    margin-bottom: 1.5rem;
  }
}
@media print, screen and (min-width: 744px) {
  .c-form__field_title {
    width: 20rem;
    flex-shrink: 0;
    padding-top: 1.8rem;
  }
}
@media screen and (max-width: 743px) {
  .c-form__field_title {
    margin-bottom: 0.6rem;
  }
}
.c-form__field_title_main {
  position: relative;
  line-height: 1.75;
  font-weight: 600;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 744px) {
  .c-form__field_title_main {
    display: block;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 743px) {
  .c-form__field_title_main {
    font-size: 1.5rem;
  }
}
.c-form__field_title_sub {
  position: relative;
  line-height: 1.75;
  font-weight: 400;
  letter-spacing: 0.03em;
  color: #777;
}
@media print, screen and (min-width: 744px) {
  .c-form__field_title_sub {
    display: block;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 743px) {
  .c-form__field_title_sub {
    display: inline-block;
    margin-left: 0.2rem;
    font-size: 1.2rem;
  }
}
@media print, screen and (min-width: 744px) {
  .c-form__field_body {
    width: calc(100% - 20rem);
  }
}

.c-form__must::after {
  content: "*";
  display: inline-block;
  font-weight: 700;
  color: #ee0000;
  margin-left: 0.3rem;
}
@media screen and (max-width: 743px) {
  .c-form__must::after {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 744px) {
  .c-form__must::after {
    font-size: 2rem;
  }
}

.c-form__select {
  position: relative;
}
.c-form__select:before {
  content: "";
  position: absolute;
  top: -0.6em;
  bottom: 0;
  margin: auto;
  right: 1.3em;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  z-index: 10;
}
.c-form__select select {
  color: #8E8E93;
}
.c-form__select select.selected {
  color: #2f2f2f;
}

.c-form__inputbtn {
  padding: 1.5rem 0 1.5rem;
  line-height: 1.4;
  letter-spacing: 0;
}
@media screen and (max-width: 743px) {
  .c-form__inputbtn {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 744px) {
  .c-form__inputbtn {
    font-size: 1.6rem;
  }
}
.c-form__inputbtn label {
  cursor: pointer;
}
.c-form__inputbtn input[type=radio],
.c-form__inputbtn input[type=checkbox] {
  display: none;
}
.c-form__inputbtn input[type=radio] + span,
.c-form__inputbtn input[type=checkbox] + span {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  padding-right: 1rem;
  margin-bottom: 2rem;
}
.c-form__inputbtn input[type=radio] + span::before,
.c-form__inputbtn input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #2f2f2f;
  border-radius: 50%;
  background: #fff;
}
@media print, screen and (min-width: 744px) {
  .c-form__inputbtn input[type=radio] + span::before,
.c-form__inputbtn input[type=checkbox] + span::before {
    top: 3px;
  }
}
.c-form__inputbtn input[type=radio]:checked + span::before {
  border: solid 1px #007cc4;
}
.c-form__inputbtn input[type=radio]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #007cc4;
}
@media print, screen and (min-width: 744px) {
  .c-form__inputbtn input[type=radio]:checked + span::after {
    top: 7px;
  }
}
.c-form__inputbtn input[type=checkbox]:checked + span::before {
  border: solid 1px #007cc4;
  background: #007cc4;
}
.c-form__inputbtn input[type=checkbox]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  bottom: 0;
  left: 6px;
  margin: auto;
  width: 6px;
  height: 11px;
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
@media print, screen and (min-width: 744px) {
  .c-form__inputbtn input[type=checkbox]:checked + span::after {
    top: 0px;
  }
}
.c-form__inputbtn .wpcf7-list-item {
  margin-left: 0 !important;
}

.c-form__file {
  padding-bottom: 1em;
}
@media screen and (max-width: 743px) {
  .c-form__file {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 744px) {
  .c-form__file {
    font-size: 14px;
  }
}

.c-form__privacy {
  margin: 4rem 0 0;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .c-form__privacy {
    font-size: 1.7rem;
  }
}
.c-form__privacy a {
  text-decoration: underline;
}
.c-form__privacy_sub {
  font-size: 1.3rem;
  color: #777;
  margin-top: -3rem;
  padding-right: 2.4rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 743px) {
  .c-form__privacy_sub {
    margin-top: -2.5rem;
    font-size: 1.2rem;
  }
}

.c-form__submit {
  text-align: center;
  margin-top: 3rem;
}
.c-form__submit label {
  display: inline-block;
  position: relative;
  margin: 0;
}
.c-form__submit label.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.c-form__submit label input {
  display: inline-block;
  padding: 1.4em 3.33em 1.4em;
  position: relative;
  text-align: center;
  line-height: 1.3;
  margin: 0;
  background-color: #007cc4;
  border-radius: 60px;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  transition: 0.1s linear;
}
@media screen and (max-width: 743px) {
  .c-form__submit label input {
    width: 60vw;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 744px) {
  .c-form__submit label input {
    width: 32rem;
    font-size: 2.2rem;
  }
}
@media (hover: hover) {
  .c-form__submit label input:hover {
    background-color: #008cde;
  }
}

.c-formPassword {
  position: relative;
}
.c-formPassword_eye {
  display: block;
  position: absolute;
  top: 1.8rem;
  right: 1.5rem;
  width: 2.8rem;
  height: 2.8rem;
  cursor: pointer;
}
@media screen and (max-width: 743px) {
  .c-formPassword_eye {
    top: 1.4rem;
  }
}
.c-formPassword .ico-eye {
  background: url(../images/common/ico_eye.svg) no-repeat center center;
  background-size: contain;
  opacity: 1;
}
.c-formPassword .ico-eye-slash {
  background: url(../images/common/ico_eye-slash.svg) no-repeat center center;
  background-size: contain;
  opacity: 0.6;
}

.wpcf7-spinner {
  margin: 0 -30px 0 6px;
}

.wpcf7-not-valid-tip {
  font-size: 0.75em !important;
  line-height: 1.2;
  margin: -0.5em 0 1.5em;
}

input[type=text]:read-only {
  background: #fffad9;
  outline: inherit;
}

.wpcf7-form.init .wpcf7-not-valid-tip {
  display: none !important;
}

.grecaptcha-badge {
  z-index: 50;
}

.cf-turnstile {
  margin: 0 0 2rem;
}
@media print, screen and (min-width: 744px) {
  .cf-turnstile {
    margin-top: -4rem;
  }
}

.c-pagetitle {
  position: relative;
  width: 100%;
  background-color: #eef3f6;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 744px) {
  .c-pagetitle {
    height: 40rem;
    margin-bottom: 10rem;
    padding-top: 7rem;
  }
}
@media screen and (max-width: 743px) {
  .c-pagetitle {
    height: 30rem;
    margin-bottom: 6rem;
    padding-top: 5rem;
  }
}

.c-pagetitle__txt {
  position: relative;
}
.c-pagetitle__txt_en {
  display: block;
  font-size: 8.4rem;
  font-weight: 400;
  line-height: 0.9;
  font-family: "Crimson Text", sans-serif;
  text-transform: capitalize;
  letter-spacing: 0;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 743px) {
  .c-pagetitle__txt_en {
    font-size: 4rem;
  }
}
.c-pagetitle__txt_ja {
  display: block;
  position: relative;
  margin-top: 0.3rem;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 743px) {
  .c-pagetitle__txt_ja {
    font-size: 1.3rem;
    margin-top: 0;
  }
}

.c-pagetitle__logo {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .c-pagetitle__logo_heritage {
    height: 12.6rem;
    width: auto;
  }
}
@media screen and (max-width: 743px) {
  .c-pagetitle__logo_heritage {
    width: 60vw;
    height: auto;
  }
}

@media screen and (max-width: 743px) {
  .c-section {
    margin: 0 0 120px;
  }
}
@media print, screen and (min-width: 744px) {
  .c-section {
    margin: 0 0 120px;
  }
}

.pagination {
  text-align: center;
  margin: 30px 0 20px;
  font-size: 0;
  line-height: 1.2;
}
@media print, screen and (min-width: 744px) {
  .pagination {
    margin: 40px 0;
  }
}
.pagination a,
.pagination span {
  position: relative;
  display: inline-block;
  background: #eee;
  border-radius: 4px;
  margin: 0 2px 5px 2px;
  padding: 9px 10px 10px;
  font-size: 1.4rem;
  text-decoration: none;
  color: #1e1e1e;
  vertical-align: top;
}
@media print, screen and (min-width: 744px) {
  .pagination a,
.pagination span {
    padding: 9px 12px 11px;
    font-size: 1.6rem;
  }
}
.pagination a.current,
.pagination span.current {
  background: #2f2f2f;
  border-color: #2f2f2f;
  color: #fff;
}
@media print, screen and (min-width: 744px) {
  .pagination a:hover {
    background: #2f2f2f;
    border-color: #2f2f2f;
    color: #fff;
  }
  .pagination a:hover::after {
    border-color: #fff;
  }
}
.pagination .page-prev::after,
.pagination .page-next::after {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  right: 13px;
  margin: auto;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  transform: rotate(45deg);
}
@media print, screen and (min-width: 744px) {
  .pagination .page-prev::after,
.pagination .page-next::after {
    right: 10px;
  }
}
.pagination .page-next {
  padding-right: 25px;
}
.pagination .page-prev {
  padding-left: 25px;
}
.pagination .page-prev::after {
  right: inherit;
  left: 13px;
  transform: rotate(225deg);
}
@media print, screen and (min-width: 744px) {
  .pagination .page-prev::after {
    left: 10px;
  }
}

@media print, screen and (min-width: 744px) {
  .c-naviAnchor {
    margin: -3rem auto 8rem;
    max-width: 130rem;
  }
}
@media screen and (max-width: 743px) {
  .c-naviAnchor {
    margin: -2rem 0 4rem;
  }
}
.c-naviAnchor__list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 744px) {
  .c-naviAnchor__list {
    gap: 1rem;
  }
}
@media screen and (max-width: 743px) {
  .c-naviAnchor__list {
    margin: 0;
    flex-direction: column;
    border: 1px solid rgba(0, 124, 196, 0.3);
    border-radius: 1.6rem;
    padding: 1.6rem 2.2rem;
  }
}
.c-naviAnchor__list li {
  line-height: 1.3;
}
@media print, screen and (min-width: 744px) {
  .c-naviAnchor__list li {
    width: calc((100% - 2rem) / 3);
  }
}
@media screen and (max-width: 743px) {
  .c-naviAnchor__list li {
    width: 100%;
  }
  .c-naviAnchor__list li:not(:last-child) {
    border-bottom: 1px solid rgba(0, 124, 196, 0.3);
  }
}
.c-naviAnchor__list li a {
  position: relative;
  display: block;
  width: 100%;
  color: #007cc4 !important;
  text-decoration: none;
  transition: 0.1s linear;
}
@media print, screen and (min-width: 744px) {
  .c-naviAnchor__list li a {
    text-align: center;
    font-size: 1.5rem;
    border: 1px solid #007cc4;
    border-radius: 6rem;
    padding: 1.5em 2.5em 1.5em 3.5em;
  }
}
@media screen and (max-width: 743px) {
  .c-naviAnchor__list li a {
    font-size: 1.3rem;
    padding: 0.7em 0 0.7em 2.4rem;
  }
}
@media (hover: hover) {
  .c-naviAnchor__list li a:hover {
    background: #eef3f6;
  }
}
.c-naviAnchor__list li a::after {
  content: "";
  position: absolute;
  top: 0.1em;
  bottom: 0;
  left: 1.8em;
  margin: auto;
  width: 1em;
  height: 1em;
  background: url(../images/common/ico_arrow.svg) no-repeat center;
  background-size: contain;
  transform: rotate(90deg);
}
@media screen and (max-width: 743px) {
  .c-naviAnchor__list li a::after {
    left: 0.2rem;
  }
}

.c-naviAnchor2 {
  background: #eef3f6;
}
@media print, screen and (min-width: 744px) {
  .c-naviAnchor2 {
    margin: 0 auto 8rem;
    padding: 3rem 5rem;
  }
}
@media screen and (max-width: 743px) {
  .c-naviAnchor2 {
    margin: 0 0 6rem;
    padding: 3rem 3rem;
  }
}
.c-naviAnchor2__list {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 744px) {
  .c-naviAnchor2__list {
    gap: 2rem 2.5rem;
  }
}
@media screen and (max-width: 743px) {
  .c-naviAnchor2__list {
    gap: 1.2rem 1.5rem;
  }
}
.c-naviAnchor2__list li {
  line-height: 1.3;
}
@media screen and (max-width: 743px) {
  .c-naviAnchor2__list li {
    position: relative;
    width: 100%;
  }
}
.c-naviAnchor2__list li a {
  position: relative;
  display: inline-block;
  color: #007cc4 !important;
  padding-left: 1em;
}
.c-naviAnchor2__list li a::after {
  content: "";
  position: absolute;
  top: -0.2em;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 2px solid #007cc4;
  border-right: 2px solid #007cc4;
  transform: rotate(45deg);
}

.c-singleBody h1 {
  font-size: 4.4rem;
  margin: 2.6em 0 1.2em;
  line-height: 1.5;
}
@media screen and (max-width: 743px) {
  .c-singleBody h1 {
    font-size: 2.2rem;
  }
}
.c-singleBody h2 {
  font-size: 3.6rem;
  margin: 2.6em 0 1.2em;
  line-height: 1.5;
}
@media screen and (max-width: 743px) {
  .c-singleBody h2 {
    font-size: 2.4rem;
  }
}
.c-singleBody h3 {
  font-size: 3rem;
  margin: 2.6em 0 1.2em;
  line-height: 1.5;
}
@media screen and (max-width: 743px) {
  .c-singleBody h3 {
    font-size: 2rem;
  }
}
.c-singleBody h4 {
  font-size: 2.4rem;
  margin: 2.6em 0 1.2em;
  line-height: 1.5;
}
@media screen and (max-width: 743px) {
  .c-singleBody h4 {
    font-size: 1.8rem;
  }
}
.c-singleBody p {
  margin: 2em 0 2em;
}
.c-singleBody ul {
  margin: 2em 0 2em;
}
.c-singleBody ol {
  margin: 2em 0 2em;
}
.c-singleBody .wp-block-image {
  margin: 2em 0 2em;
}
.c-singleBody img {
  position: relative;
}
.c-singleBody .wp-block-image.is-style-rounded img,
.c-singleBody .wp-block-image .is-style-rounded img {
  border-radius: 2.4rem;
}
@media screen and (max-width: 743px) {
  .c-singleBody .wp-block-image.is-style-rounded img,
.c-singleBody .wp-block-image .is-style-rounded img {
    border-radius: 1.2rem;
  }
}

.c-singleEyecatch {
  text-align: center;
  margin-bottom: 6rem;
}
@media print, screen and (min-width: 744px) {
  .c-singleEyecatch {
    margin-bottom: 8rem;
  }
}
.c-singleEyecatch img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.c-singleNavi {
  position: relative;
  margin-top: 10rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 743px) {
  .c-singleNavi {
    margin: 6rem 0 0;
  }
}
.c-singleNavi__btn {
  min-width: 8rem;
}
.c-singleNavi__btn_prev, .c-singleNavi__btn_next {
  position: relative;
  padding: 0 0 0 1.2em;
  line-height: 1.5;
  color: #2f2f2f !important;
  border-radius: 20rem;
  font-size: 1.6rem;
  text-decoration: none;
  transition: 0.1s linear;
}
@media screen and (max-width: 743px) {
  .c-singleNavi__btn_prev, .c-singleNavi__btn_next {
    font-size: 1.3rem;
  }
}
.c-singleNavi__btn_prev::before, .c-singleNavi__btn_next::before {
  content: "";
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #007cc4;
  border-right: 2px solid #007cc4;
  transform: rotate(225deg);
}
@media (hover: hover) {
  .c-singleNavi__btn_prev:hover, .c-singleNavi__btn_next:hover {
    text-decoration: underline;
  }
}
.c-singleNavi__btn_next {
  padding-left: 0;
  padding: 0 1em 0 0;
  text-align: right;
}
.c-singleNavi__btn_next::before {
  left: inherit;
  right: 0;
  transform: rotate(45deg);
}
.c-singleNavi__btn_back {
  padding: 1em 5rem 1em 5rem;
  line-height: 1.5;
  color: #2f2f2f !important;
  background: #f0f0f0;
  border-radius: 20rem;
  font-size: 1.6rem;
  text-decoration: none;
  transition: 0.1s linear;
}
@media screen and (max-width: 743px) {
  .c-singleNavi__btn_back {
    font-size: 1.3rem;
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
}
@media (hover: hover) {
  .c-singleNavi__btn_back:hover {
    background: #007cc4;
    color: #fff !important;
  }
}

@media print, screen and (min-width: 744px) {
  .u-show--sp {
    display: none !important;
  }
}

@media screen and (max-width: 743px) {
  .u-show--pc {
    display: none !important;
  }
}

.u-hide {
  display: none;
}

.u-floatL {
  float: left;
}

.u-floatR {
  float: right;
}

.u-clear::after {
  content: "";
  display: block;
  clear: both;
}

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

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

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

.u-align--justify {
  text-align: justify;
}

.u-triming1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.u-triming2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.u-triming3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.u-bgColor--base {
  background-color: #007cc4;
}

.u-bgColor--gray {
  background-color: #eef3f6;
}

.u-noimage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 100%;
  height: 100%;
}
.u-noimage::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0.6rem;
}
.u-noimage img {
  width: 32% !important;
  height: auto !important;
}

.u-dummyBlock {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1020px;
  height: 16rem;
  background: #eee;
  font-size: 1.7rem;
  margin: 0 auto 4rem;
}
@media print, screen and (min-width: 744px) {
  .u-dummyBlock {
    height: 40rem;
  }
}

.u-noticeProduction {
  background: #eee;
  padding: 3rem 6rem;
  margin: -5rem 0 8rem;
  line-height: 1.5;
}
@media screen and (max-width: 743px) {
  .u-noticeProduction {
    padding: 2rem 2rem;
    margin: -3rem 0 4rem;
    font-size: 1.4rem;
  }
}

.u-cookieBtn {
  min-width: auto;
  padding: 0.7em 1.5em 0.6em !important;
  border: none;
  font-size: 1.6rem;
}
@media screen and (max-width: 743px) {
  .u-cookieBtn {
    font-size: 1.4rem;
  }
}
.u-cookieBtn::after {
  display: none;
}

.u-cookieLink {
  color: #fff !important;
  text-decoration: underline;
}

@media screen and (max-width: 743px) {
  .cookie-notice-container {
    padding: 1.5rem 1.5rem 1rem 1.5rem;
  }
}

.cn-close-icon {
  opacity: 0.7 !important;
}
@media screen and (max-width: 743px) {
  .cn-close-icon {
    top: inherit !important;
    bottom: 2.4rem;
  }
}

.cn-close-icon:after,
.cn-close-icon:before {
  background-color: #fff !important;
}

.u-loader {
  width: 100vw;
  height: 100vh;
  transition: 1s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.u-loader.loaded {
  display: none;
}
.no-js .u-loader {
  display: none;
}

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

.u-font--sup {
  vertical-align: super;
  font-size: 0.5em;
}

.u-font--italic {
  font-style: italic;
}

.u-font--small {
  font-size: 0.85em;
  display: inline-block;
  line-height: inherit;
}

.u-font--large {
  font-size: 1.2em;
}

.u-font--en {
  font-family: "Crimson Text", sans-serif;
}

.u-font--en2 {
  font-family: "Quicksand", sans-serif;
}

.u-color--red {
  color: #E50000;
}

.u-color--white {
  color: #fff;
}

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

.u-loadlazy.hide {
  opacity: 0;
}

.u-loadlazy.show {
  transition: opacity 0.3s linear;
  opacity: 1 !important;
}

.u-showLoading {
  position: relative;
}

.u-showLoading:has(.u-loadlazy)::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  margin: auto;
  opacity: 0.5;
  background: url("../images/common/loading.svg") no-repeat center center/contain;
}
@media print, screen and (min-width: 744px) {
  .u-showLoading:has(.u-loadlazy)::before {
    width: 4rem;
    height: 4rem;
  }
}

.u-showLoading:has(.u-loadlazy.show)::before {
  display: none;
}

.u-mt0 {
  margin-top: 0rem;
}

.u-mt1 {
  margin-top: 1rem;
}

.u-mt2 {
  margin-top: 2rem;
}

.u-mt3 {
  margin-top: 3rem;
}

.u-mt4 {
  margin-top: 4rem;
}

.u-mt5 {
  margin-top: 5rem;
}

.u-mt6 {
  margin-top: 6rem;
}

.u-mt7 {
  margin-top: 7rem;
}

.u-mt8 {
  margin-top: 8rem;
}

.u-mt9 {
  margin-top: 9rem;
}

.u-mt10 {
  margin-top: 10rem;
}

.u-mt11 {
  margin-top: 11rem;
}

.u-mt12 {
  margin-top: 12rem;
}

.u-mt13 {
  margin-top: 13rem;
}

.u-mt14 {
  margin-top: 14rem;
}

.u-mt15 {
  margin-top: 15rem;
}

.u-mt16 {
  margin-top: 16rem;
}

.u-mt17 {
  margin-top: 17rem;
}

.u-mt18 {
  margin-top: 18rem;
}

.u-mt19 {
  margin-top: 19rem;
}

.u-mt20 {
  margin-top: 20rem;
}

.u-mb0 {
  margin-bottom: 0rem;
}

.u-mb1 {
  margin-bottom: 1rem;
}

.u-mb2 {
  margin-bottom: 2rem;
}

.u-mb3 {
  margin-bottom: 3rem;
}

.u-mb4 {
  margin-bottom: 4rem;
}

.u-mb5 {
  margin-bottom: 5rem;
}

.u-mb6 {
  margin-bottom: 6rem;
}

.u-mb7 {
  margin-bottom: 7rem;
}

.u-mb8 {
  margin-bottom: 8rem;
}

.u-mb9 {
  margin-bottom: 9rem;
}

.u-mb10 {
  margin-bottom: 10rem;
}

.u-mb11 {
  margin-bottom: 11rem;
}

.u-mb12 {
  margin-bottom: 12rem;
}

.u-mb13 {
  margin-bottom: 13rem;
}

.u-mb14 {
  margin-bottom: 14rem;
}

.u-mb15 {
  margin-bottom: 15rem;
}

.u-mb16 {
  margin-bottom: 16rem;
}

.u-mb17 {
  margin-bottom: 17rem;
}

.u-mb18 {
  margin-bottom: 18rem;
}

.u-mb19 {
  margin-bottom: 19rem;
}

.u-mb20 {
  margin-bottom: 20rem;
}

.u-ml0 {
  margin-left: 0rem;
}

.u-ml1 {
  margin-left: 1rem;
}

.u-ml2 {
  margin-left: 2rem;
}

.u-ml3 {
  margin-left: 3rem;
}

.u-ml4 {
  margin-left: 4rem;
}

.u-ml5 {
  margin-left: 5rem;
}

.u-ml6 {
  margin-left: 6rem;
}

.u-ml7 {
  margin-left: 7rem;
}

.u-ml8 {
  margin-left: 8rem;
}

.u-ml9 {
  margin-left: 9rem;
}

.u-ml10 {
  margin-left: 10rem;
}

.u-ml11 {
  margin-left: 11rem;
}

.u-ml12 {
  margin-left: 12rem;
}

.u-ml13 {
  margin-left: 13rem;
}

.u-ml14 {
  margin-left: 14rem;
}

.u-ml15 {
  margin-left: 15rem;
}

.u-ml16 {
  margin-left: 16rem;
}

.u-ml17 {
  margin-left: 17rem;
}

.u-ml18 {
  margin-left: 18rem;
}

.u-ml19 {
  margin-left: 19rem;
}

.u-ml20 {
  margin-left: 20rem;
}

.u-mr0 {
  margin-right: 0rem;
}

.u-mr1 {
  margin-right: 1rem;
}

.u-mr2 {
  margin-right: 2rem;
}

.u-mr3 {
  margin-right: 3rem;
}

.u-mr4 {
  margin-right: 4rem;
}

.u-mr5 {
  margin-right: 5rem;
}

.u-mr6 {
  margin-right: 6rem;
}

.u-mr7 {
  margin-right: 7rem;
}

.u-mr8 {
  margin-right: 8rem;
}

.u-mr9 {
  margin-right: 9rem;
}

.u-mr10 {
  margin-right: 10rem;
}

.u-mr11 {
  margin-right: 11rem;
}

.u-mr12 {
  margin-right: 12rem;
}

.u-mr13 {
  margin-right: 13rem;
}

.u-mr14 {
  margin-right: 14rem;
}

.u-mr15 {
  margin-right: 15rem;
}

.u-mr16 {
  margin-right: 16rem;
}

.u-mr17 {
  margin-right: 17rem;
}

.u-mr18 {
  margin-right: 18rem;
}

.u-mr19 {
  margin-right: 19rem;
}

.u-mr20 {
  margin-right: 20rem;
}

.u-mt0em {
  margin-top: 0em;
}

.u-mt1em {
  margin-top: 1em;
}

.u-mt2em {
  margin-top: 2em;
}

.u-mt3em {
  margin-top: 3em;
}

.u-mt4em {
  margin-top: 4em;
}

.u-mt5em {
  margin-top: 5em;
}

.u-mt6em {
  margin-top: 6em;
}

.u-mt7em {
  margin-top: 7em;
}

.u-mt8em {
  margin-top: 8em;
}

.u-mt9em {
  margin-top: 9em;
}

.u-mt10em {
  margin-top: 10em;
}

.u-mb0em {
  margin-bottom: 0em;
}

.u-mb1em {
  margin-bottom: 1em;
}

.u-mb2em {
  margin-bottom: 2em;
}

.u-mb3em {
  margin-bottom: 3em;
}

.u-mb4em {
  margin-bottom: 4em;
}

.u-mb5em {
  margin-bottom: 5em;
}

.u-mb6em {
  margin-bottom: 6em;
}

.u-mb7em {
  margin-bottom: 7em;
}

.u-mb8em {
  margin-bottom: 8em;
}

.u-mb9em {
  margin-bottom: 9em;
}

.u-mb10em {
  margin-bottom: 10em;
}

@media screen and (max-width: 743px) {
  .u-spmlr-10vw {
    margin-left: -10vw;
    margin-right: -10vw;
  }
}
@media screen and (max-width: 743px) {
  .l-contents {
    padding-top: 0;
    min-height: calc(100vh - 14rem);
    max-width: 100vw;
    overflow-x: clip;
    margin-bottom: 10rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-contents {
    padding-top: 0;
    min-height: calc(92vh - 16rem);
    overflow-x: clip;
    margin-bottom: 16rem;
  }
}
@media screen and (max-width: 1680px) and (min-width: 744px) {
  .l-contents {
    padding-top: 0;
  }
}
body.home .l-contents {
  margin-bottom: 0;
}

.l-container, .l-container--narrow, .l-container--wide {
  position: relative;
  padding: 0 2rem;
  margin: 0 auto;
  text-align: left;
}
@media print, screen and (min-width: 744px) {
  .l-container, .l-container--narrow, .l-container--wide {
    min-width: 108rem;
    max-width: 144rem;
    padding: 0 6rem;
  }
}

@media print, screen and (min-width: 744px) {
  .l-container--wide {
    max-width: 162rem;
  }
}

@media print, screen and (min-width: 744px) {
  .l-container--narrow {
    max-width: 108rem;
  }
}

.l-header {
  z-index: 100;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 744px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 3rem;
    height: 130px;
    min-width: 140rem;
    width: calc(100% - 6rem);
    border-radius: 0 0 5rem 5rem;
    transition: background 0.3s, box-shadow 0.3s;
  }
}
@media screen and (max-width: 743px) {
  .l-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
  }
}
@media print, screen and (min-width: 744px) {
  .logged-in.admin-bar .l-header {
    top: 32px;
  }
}
.l-headerTitle {
  z-index: 100;
}
@media print, screen and (min-width: 744px) {
  .l-headerTitle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5rem;
    height: 57px;
    margin: auto;
    transition: 0.3s;
  }
  .l-headerTitle__logo {
    height: 57px;
    width: auto;
    transition: 0.3s;
  }
}
@media screen and (max-width: 743px) {
  .l-headerTitle {
    position: absolute;
    top: 1.6rem;
    bottom: 0;
    left: 1.1rem;
    margin: auto;
  }
  .l-headerTitle__logo {
    height: 3.6rem;
    width: auto;
  }
}
.l-headerTitle a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.l-headerTitle__text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  color: #2f2f2f !important;
  margin-left: 11px;
}
@media screen and (max-width: 743px) {
  .l-headerTitle__text {
    font-size: 1rem;
    letter-spacing: 0.02em;
    margin-left: 1rem;
  }
}
.l-headerTitle__text:lang(en) {
  font-weight: 400;
  font-family: "Noto Serif", serif;
  letter-spacing: 0;
}
@media screen and (max-width: 743px) {
  .l-headerTitle__text:lang(en) {
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 744px) {
  .l-headerNavi {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6rem;
    height: 54px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    transition: 0.3s;
  }
}
@media screen and (max-width: 743px) {
  .l-headerNavi {
    display: none;
  }
}

.l-headerNavi__link {
  display: flex;
  height: 100%;
  align-items: center;
}
.l-headerNavi__link li {
  position: relative;
  margin-left: 4.2rem;
}
.l-headerNavi__link li a {
  position: relative;
  padding: 20px 0;
  color: #2f2f2f;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}
.l-headerNavi__link li a::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.5em;
  bottom: 0;
  left: -1.1em;
  margin: auto;
  width: 1.1rem;
  height: 1.1rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #33c1e1;
  transform: scale(0);
  transition: 0.2s;
}
@media (hover: hover) {
  .l-headerNavi__link li a:hover {
    transform: translate(0.8rem, 0);
  }
  .l-headerNavi__link li a:hover::before {
    transform: scale(1);
  }
}

.l-headerLang {
  display: flex;
  align-items: center;
  margin-left: 4.6rem;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
.l-headerLang:lang(en) {
  margin-left: 8rem;
}
.l-headerLang li:first-child {
  border-right: solid 1px #8aa5b0;
}
.l-headerLang a {
  display: block;
  position: relative;
  padding: 0.2rem 2rem;
  font-size: 1.8rem;
  line-height: 1.1;
  text-decoration: none;
  color: #2f2f2f;
  transition: 0.1s linear;
}
.l-headerLang a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.3rem;
  height: 2px;
  width: 2.2rem;
  margin: auto;
  background: #007cc4;
  transform: scaleX(0);
  transform-origin: right;
}
@media (hover: hover) {
  .l-headerLang a:hover {
    color: #007cc4;
  }
}
.l-headerLang a.is_active {
  pointer-events: none;
}
.l-headerLang a.is_active::after {
  transform: scaleX(1);
}

@media print, screen and (min-width: 744px) {
  .is_scroll .l-header {
    background: #fff !important;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25) !important;
  }
  .is_scroll .l-header .l-headerTitle {
    top: 0;
  }
}

@media screen and (max-width: 1680px) and (min-width: 744px) {
  .l-header {
    height: 110px;
  }
  .l-headerTitle {
    transform-origin: left;
    transform: scale(0.9);
  }
  .l-headerNavi {
    transform-origin: right;
  }
}
.l-drawerBtn {
  display: block;
  position: fixed;
  width: 50px;
  height: 50px;
  right: 8px;
  top: 8px;
  z-index: 220;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.2s linear;
}
.is_scroll .l-drawerBtn {
  background: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.24);
  transform: scale(1.1);
  transform-origin: right top;
}
@media print, screen and (min-width: 744px) {
  .l-drawerBtn {
    display: none;
  }
}
.l-drawerBtn span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 26px;
  height: 2px;
  background: #007cc4;
}
@media print, screen and (min-width: 744px) {
  .l-drawerBtn span {
    width: 20px;
  }
}
.l-drawerBtn span::before, .l-drawerBtn span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  background: #007cc4;
  transition: 0.2s;
}
.l-drawerBtn span::before {
  top: -7px;
}
@media print, screen and (min-width: 744px) {
  .l-drawerBtn span::before {
    top: -8px;
  }
}
.l-drawerBtn span::after {
  bottom: -7px;
}
@media print, screen and (min-width: 744px) {
  .l-drawerBtn span::after {
    bottom: -8px;
  }
}
.is_menu_open .l-drawerBtn {
  background: transparent;
}
.is_menu_open .l-drawerBtn span {
  height: 0;
  background: white;
}
.is_menu_open .l-drawerBtn span::before, .is_menu_open .l-drawerBtn span::after {
  top: 0;
  bottom: 0;
  margin: auto;
}
.is_menu_open .l-drawerBtn span::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is_menu_open .l-drawerBtn span::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-drawerWindow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  margin: 0;
  z-index: 200;
  overflow-y: scroll;
  background-color: rgba(238, 243, 246, 0.8);
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  display: none;
}

.l-drawerBody {
  position: relative;
  z-index: 210;
}
@media screen and (max-width: 743px) {
  .l-drawerBody {
    padding: 9rem 2rem 3rem;
  }
}
.l-drawerBody__wrapper {
  height: 100%;
  padding-bottom: 5vw;
}

.l-drawer__title {
  margin: 0 auto 3rem;
  width: 64vw;
}
@media screen and (max-width: 743px) {
  .l-drawer__title_logo {
    width: 100%;
    height: auto;
  }
}
.l-drawer__title a {
  text-decoration: none;
}
@media screen and (max-width: 743px) {
  .l-drawer__title_text {
    display: block;
    margin-top: 1rem;
    padding-left: 0.8rem;
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.06em;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    color: #2f2f2f !important;
  }
  .l-drawer__title_text br {
    display: none;
  }
}

.l-drawer__navi {
  margin: 0 3rem 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 3.2rem;
  padding: 6.5rem 4rem 4rem;
  background: rgba(255, 255, 255, 0.7);
}
.l-drawer__navi li {
  position: relative;
  margin-bottom: 3.2rem;
}
.l-drawer__navi li a {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  color: #2f2f2f;
  white-space: nowrap;
}

.l-drawer__lang {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}
.l-drawer__lang li:first-child {
  border-right: solid 1px #8aa5b0;
}
.l-drawer__lang a {
  display: block;
  position: relative;
  padding: 0.2rem 2rem;
  font-size: 1.8rem;
  line-height: 1.1;
  text-decoration: none;
  color: #2f2f2f;
}
.l-drawer__lang a.is_active::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.3rem;
  height: 2px;
  width: 2.3rem;
  margin: auto;
  background: #007cc4;
}

.l-breadcrumbs {
  position: relative;
  line-height: 1.75;
  border-top: solid 1rem #eef3f6;
}
@media print, screen and (min-width: 744px) {
  .l-breadcrumbs {
    padding: 2rem 0;
    margin: 0 auto 7rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 743px) {
  .l-breadcrumbs {
    padding: 1.5rem 0;
    font-size: 1.1rem;
    margin: 0 0 4rem;
  }
}
.c-pagetitle + .l-breadcrumbs {
  border-top: none;
}
@media print, screen and (min-width: 744px) {
  .c-pagetitle + .l-breadcrumbs {
    margin-top: -11rem;
  }
}
@media screen and (max-width: 743px) {
  .c-pagetitle + .l-breadcrumbs {
    margin-top: -5rem;
  }
}
.l-breadcrumbs ul, .l-breadcrumbs li {
  display: inline-block;
}
.l-breadcrumbs a {
  position: relative;
  display: inline-block;
  padding-right: 1.8em;
  color: #2f2f2f;
  text-decoration: none;
  color: #999;
  transition: 0.1s;
}
@media (hover: hover) {
  .l-breadcrumbs a:hover {
    color: #2f2f2f;
  }
}
.l-breadcrumbs a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.1em;
  bottom: 0;
  right: 0.7rem;
  margin: auto;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #999;
}

@media print, screen and (min-width: 744px) {
  .l-breadcrumbs + [class*=u-bgColor] {
    margin-top: -7rem;
  }
}
@media screen and (max-width: 743px) {
  .l-breadcrumbs + [class*=u-bgColor] {
    margin-top: -4rem;
  }
}

@media print, screen and (min-width: 744px) {
  .l-breadcrumbs + * > [class*=u-bgColor]:first-of-type {
    margin-top: -7rem;
  }
}
@media screen and (max-width: 743px) {
  .l-breadcrumbs + * > [class*=u-bgColor]:first-of-type {
    margin-top: -4rem;
  }
}

.l-footer {
  background: #eef3f6;
}
@media print, screen and (min-width: 744px) {
  .l-footer {
    padding-top: 3rem;
  }
}
body.page_contact .l-footer {
  background: none;
}

.l-footerContact {
  padding: 7rem 0 15rem;
}
@media screen and (max-width: 743px) {
  .l-footerContact {
    padding: 4rem 0 8rem;
  }
}
body.page_contact .l-footerContact {
  display: none !important;
}

.l-footerContact__banner {
  position: relative;
}
.l-footerContact__banner a {
  display: flex;
  border-radius: 1.6rem;
  background: #fff;
  color: #2f2f2f !important;
  text-decoration: none;
}
@media screen and (max-width: 743px) {
  .l-footerContact__banner a {
    padding: 5rem 2rem 5rem 2.4rem;
    align-items: center;
  }
  .l-footerContact__banner a:lang(en) {
    display: block;
    padding-right: 2.4rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-footerContact__banner a {
    align-items: center;
    justify-content: space-between;
    height: 35rem;
    padding: 0 14rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-footerContact__banner_body {
    display: flex;
    align-items: center;
    width: calc(100% - 30rem);
  }
}
@media screen and (max-width: 743px) {
  .l-footerContact__banner_body {
    padding-bottom: 1rem;
  }
}
.l-footerContact__banner_label {
  font-family: "Crimson Text", sans-serif;
  font-size: 7rem;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}
@media screen and (max-width: 743px) {
  .l-footerContact__banner_label {
    font-size: 4rem;
  }
  .l-footerContact__banner_label:lang(en) {
    display: block;
    margin-bottom: 3rem;
  }
}
.l-footerContact__banner_text {
  font-size: 1.6rem;
  line-height: 1.6;
}
.l-footerContact__banner_text:lang(ja) {
  text-align: justify;
  word-break: break-all;
}
@media print, screen and (min-width: 744px) {
  .l-footerContact__banner_text {
    margin-left: 3rem;
    padding-left: 3rem;
    border-left: solid 1px #dfdfdf;
  }
}
@media screen and (max-width: 743px) {
  .l-footerContact__banner_text {
    font-size: 1.3rem;
  }
  .l-footerContact__banner_text br {
    display: none;
  }
}
.l-footerContact__banner_icon {
  display: block;
  border: solid 1px #dfdfdf;
  background: url(../images/common/ico_mail.svg) no-repeat center;
  background-size: 22%;
  border-radius: 50%;
  flex-shrink: 0;
}
@media print, screen and (min-width: 744px) {
  .l-footerContact__banner_icon {
    width: 25rem;
    height: 25rem;
  }
}
@media screen and (max-width: 743px) {
  .l-footerContact__banner_icon {
    width: 10rem;
    height: 10rem;
    margin-left: 2rem;
  }
  .l-footerContact__banner_icon:lang(en) {
    width: 8rem;
    height: 8rem;
    position: absolute;
    right: 3rem;
    top: 3.5rem;
  }
}

.l-footerMain {
  position: relative;
  overflow-x: hidden;
  background: #35383d;
  color: #fff;
}
@media print, screen and (min-width: 744px) {
  .l-footerMain {
    padding: 16rem 0 16rem;
    margin: -5rem 3rem 0;
    border-radius: 5rem 5rem 0 0;
  }
}
@media screen and (max-width: 743px) {
  .l-footerMain {
    margin-top: -4rem;
    border-radius: 4rem 4rem 0 0;
    padding: 9rem 1rem 9rem;
  }
}
body.page_contact .l-footerMain {
  margin-top: 0 !important;
}
@media screen and (max-width: 743px) {
  .l-footerMain__container {
    padding: 0 4rem;
  }
}
@media print, screen and (min-width: 744px) {
  .l-footerMain__layout {
    display: flex;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 744px) {
  .l-footerMain__title_logo {
    height: 57px;
    width: auto;
    transition: 0.3s;
  }
}
@media screen and (max-width: 743px) {
  .l-footerMain__title_logo {
    height: 4.2rem;
    width: auto;
  }
}
.l-footerMain__title a {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.l-footerMain__title_text {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  color: #fff !important;
  margin-left: 12px;
  white-space: nowrap;
  padding-bottom: 1px;
}
@media screen and (max-width: 743px) {
  .l-footerMain__title_text {
    font-size: 1.1rem;
    letter-spacing: 0.01em;
    margin-left: 0.9rem;
  }
}
.l-footerMain__title_text:lang(en) {
  font-weight: 400;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 743px) {
  .l-footerMain__title_text:lang(en) {
    font-size: 1.2rem;
  }
}

.l-footerMain__address {
  margin-top: 3rem;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 743px) {
  .l-footerMain__address {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}

@media print, screen and (min-width: 744px) {
  .l-footerMain__nav {
    display: flex;
    justify-content: space-between;
    padding-top: 1rem;
  }
}
@media screen and (max-width: 743px) {
  .l-footerMain__nav {
    margin-top: 6rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 744px) {
  .l-footerMain__nav_list {
    margin-left: 9rem;
  }
}
@media screen and (max-width: 743px) {
  .l-footerMain__nav_list {
    width: 50%;
  }
}
.l-footerMain__nav_list li {
  position: relative;
  white-space: nowrap;
  line-height: 1.3;
}
@media print, screen and (min-width: 744px) {
  .l-footerMain__nav_list li {
    margin: 0 0 1.6em;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 743px) {
  .l-footerMain__nav_list li {
    margin: 0 0 1.6em;
    font-size: 1.3rem;
  }
}
.l-footerMain__nav_list li a {
  position: relative;
  display: inline-block;
  padding: 0;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  color: #fff;
  transition: 0.2s;
}
@media screen and (max-width: 743px) {
  .l-footerMain__nav_list li a {
    padding-left: 1.1em;
  }
}
.l-footerMain__nav_list li a::before {
  content: "";
  display: block;
  position: absolute;
  top: -1.5em;
  bottom: 0;
  left: -1.1em;
  margin: auto;
  width: 0.7em;
  height: 0.7em;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #33c1e1;
  transform: scale(0);
  transition: 0.2s;
}
@media screen and (max-width: 743px) {
  .l-footerMain__nav_list li a::before {
    transform: scale(1);
    background: #fff;
    width: 0.4rem;
    height: 0.4rem;
    top: 0.45em;
    bottom: inherit;
    left: 0;
  }
}
@media (hover: hover) {
  .l-footerMain__nav_list li a:hover {
    transform: translate(0.8rem, 0);
  }
  .l-footerMain__nav_list li a:hover::before {
    transform: scale(1);
  }
}
.l-footerMain__nav_list li a[target=_blank] {
  padding-right: 1.6rem;
}
.l-footerMain__nav_list li a[target=_blank]::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0.4em;
  width: 0.7em;
  height: 0.7em;
  background-image: url(../images/common/ico_blank_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

@media print, screen and (min-width: 744px) {
  .l-footerMain__bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 12rem;
  }
}
@media screen and (max-width: 743px) {
  .l-footerMain__bottom {
    display: block;
    margin-top: 6rem;
  }
}

.l-footerMain__bottom_link {
  font-size: 1.5rem;
}
.l-footerMain__bottom_link li {
  position: relative;
  font-size: 13px;
  line-height: 1.2;
}
.l-footerMain__bottom_link li a {
  position: relative;
  display: inline-block;
  color: #fff !important;
}
@media print, screen and (min-width: 744px) {
  .l-footerMain__bottom_link li a:hover {
    text-decoration: none;
  }
}
.l-footerMain__bottom_link li a[target=_blank] {
  padding-right: 1.6rem;
}
.l-footerMain__bottom_link li a[target=_blank]::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0.2em;
  width: 0.8em;
  height: 0.8em;
  background-image: url(../images/common/ico_blank_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.u-icon--ou {
  padding-left: 1.8em;
}
.u-icon--ou::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.3em;
  height: 1.3em;
  background-image: url(../images/common/ico_osaka-u_w.svg);
  background-repeat: no-repeat;
  background-position: center center;
}

.l-footer__copyright {
  line-height: 1.2;
  letter-spacing: 1px;
  font-family: "Crimson Text", sans-serif;
  text-align: center;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 743px) {
  .l-footer__copyright {
    margin-top: 1.5rem;
  }
}
.l-footer__copyright small {
  font-size: 1.4rem;
}
@media screen and (max-width: 743px) {
  .l-footer__copyright small {
    font-size: 1.2rem;
  }
}

.l-footer__pagetop {
  display: none;
}
.l-footer__pagetop span {
  display: block;
  position: relative;
  z-index: 110;
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 1.1rem;
  right: 1.1rem;
  outline: 0;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
}
@media print, screen and (min-width: 744px) {
  .l-footer__pagetop span {
    bottom: 2rem;
    right: 2rem;
    width: 6rem;
    height: 6rem;
  }
}
.l-footer__pagetop span::after {
  content: "";
  position: absolute;
  display: block;
  top: 12%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 24%;
  height: 24%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
body.cookies-not-set .l-footer__pagetop, body.page_contact .l-footer__pagetop, body.page_entry .l-footer__pagetop {
  display: none !important;
}

.p-homeMv {
  position: relative;
}
@media print, screen and (min-width: 744px) {
  .p-homeMv {
    padding: 0 0 10rem;
    height: 90vh;
    max-height: 80vw;
  }
}
@media screen and (max-width: 743px) {
  .p-homeMv {
    padding-top: 50vw;
    height: calc(100vh - 4rem);
    height: calc(100svh - 4rem);
  }
}
@media screen and (max-width: 743px) {
  .p-homeMv:lang(en) {
    padding-top: 60vw;
  }
}
.p-homeMv__container {
  position: relative;
  z-index: 40;
}
@media print, screen and (min-width: 744px) {
  .p-homeMv__container {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    padding: 0;
  }
}

@media print, screen and (min-width: 744px) {
  .p-homeMv__body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14rem 0 0 10rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeMv__body {
    position: relative;
    padding-left: 3rem;
  }
}

.p-homeMv__object {
  position: fixed;
  z-index: 10;
  pointer-events: none;
  opacity: 0;
}
@media print, screen and (min-width: 744px) {
  .p-homeMv__object {
    top: 0;
    left: 13vw;
    width: 70%;
    height: calc(100vh - 10rem);
    max-height: 48vw;
    padding-bottom: 20rem;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 743px) {
  .p-homeMv__object {
    top: 28vw;
    left: 10vw;
    width: 100%;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeMv__object img {
    width: 100%;
    min-width: 80rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeMv__object img {
    min-width: 50rem;
  }
}
.no-js .p-homeMv__object {
  opacity: 1;
  position: absolute;
}

.p-homeMv__copy_tagline {
  font-size: 13.2rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.02em;
  margin-bottom: 0rem;
  font-family: "Crimson Text", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 743px) {
  .p-homeMv__copy_tagline {
    font-size: 5.4rem;
    margin-bottom: 1rem;
    line-height: 1.15;
    white-space: nowrap;
  }
}
.p-homeMv__copy_tagline > span {
  display: inline-block;
}
.p-homeMv__copy_tagline > span:nth-of-type(1) > span:nth-of-type(1) {
  letter-spacing: -0.04em;
}
.p-homeMv__copy_tagline > span:nth-of-type(1) > span:nth-of-type(3), .p-homeMv__copy_tagline > span:nth-of-type(1) > span:nth-of-type(4) {
  letter-spacing: -0.03em;
}
.p-homeMv__copy_tagline > span:nth-of-type(1) > span:nth-of-type(8) {
  letter-spacing: -0.04em;
}
.p-homeMv__copy_tagline > span:nth-of-type(2) > span:nth-of-type(1) {
  letter-spacing: -0.08em;
}
.p-homeMv__copy_tagline > span:nth-of-type(2) > span:nth-of-type(6), .p-homeMv__copy_tagline > span:nth-of-type(2) > span:nth-of-type(7) {
  letter-spacing: -0.04em;
}
.p-homeMv__copy_tagline > span:nth-of-type(2) > span:nth-of-type(10) {
  letter-spacing: -0.07em;
}
.p-homeMv__copy_tagline > span:nth-of-type(2) > span:nth-of-type(14) {
  letter-spacing: -0.03em;
}
.p-homeMv__copy_text {
  opacity: 0;
}
@media print, screen and (min-width: 744px) {
  .p-homeMv__copy_text {
    font-size: 3.6rem;
    margin-left: 0.7rem;
    line-height: 1.75;
  }
}
@media screen and (max-width: 743px) {
  .p-homeMv__copy_text {
    font-size: 2rem;
    letter-spacing: 0.05em;
    white-space: nowrap;
    margin-left: 0.2rem;
    line-height: 1.5;
    font-weight: 500;
  }
}

.p-homeMv__img {
  opacity: 0;
}
.no-js .p-homeMv__img {
  opacity: 1;
}
@media print, screen and (min-width: 744px) {
  .p-homeMv__img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-image: url(../images/home/mv_img.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 14.5vw -13vw;
    width: calc(100% - 14.5vw);
    border-radius: 0 0 0 3.2rem;
    background-size: cover;
  }
  .p-homeMv__img::before, .p-homeMv__img::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    background-image: url(../images/home/mv_img.jpg);
    background-repeat: no-repeat;
    background-position: 14.5vw -13vw;
    background-size: cover;
    background-attachment: fixed;
  }
  .p-homeMv__img::before {
    bottom: -10rem;
    height: 10rem;
    width: 50%;
  }
  .p-homeMv__img::after {
    bottom: -45rem;
    height: 45rem;
    width: calc(50vw - 77.4rem);
    min-width: 8rem;
    border-radius: 0 0 0 3.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeMv__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 0 0 4rem;
    background: none;
    overflow: clip;
    clip-path: inset(0 0 round 0 0 0 3.2rem);
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeMv__img img {
    display: none;
  }
}
@media screen and (max-width: 743px) {
  .p-homeMv__img img {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 110vh;
    object-fit: cover;
    object-position: left top;
  }
}

.p-homeNews {
  position: relative;
}
@media print, screen and (min-width: 744px) {
  .p-homeNews {
    margin-bottom: 14rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeNews {
    margin-bottom: 10rem;
    margin-top: 6rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeNews:lang(en) {
    margin-bottom: 16rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeNews__container {
    padding-top: 12rem;
    padding-right: 12rem;
    min-height: 45rem;
  }
  .p-homeNews__container::before {
    content: "";
    display: block;
    position: absolute;
    right: 4rem;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0 3.2rem 0 0;
    background: #fff;
    z-index: 0;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeNews__layout {
    display: flex;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeNews__header {
    width: 40rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeNews__body {
    width: calc(100% - 40rem);
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeNews__btn {
    position: absolute;
    top: 28rem;
    left: 5rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeNews__btn {
    margin-top: 4rem;
    text-align: center;
  }
}

@media print, screen and (min-width: 744px) {
  .p-homeAbout {
    margin-bottom: 28rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeAbout {
    margin-bottom: 12rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeAbout__layout {
    display: flex;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeAbout__img {
    flex-shrink: 0;
    width: 55.7rem;
    margin-right: 6rem;
  }
}
.p-homeAbout__img img {
  width: 100%;
  height: auto;
  border-radius: 1.2rem;
}
@media screen and (max-width: 743px) {
  .p-homeAbout__img {
    margin-bottom: 3rem;
  }
}
.p-homeAbout__copy {
  font-size: 5.2rem;
  line-height: 1.25;
  margin-bottom: 2rem;
  color: #007cc4;
}
@media screen and (max-width: 743px) {
  .p-homeAbout__copy {
    font-size: 3.2rem;
  }
}
.p-homeAbout__text {
  font-size: 1.7rem;
  line-height: 2.25;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 743px) {
  .p-homeAbout__text {
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-homeAbout__text br {
    display: none;
  }
}
.p-homeAbout__btn {
  margin-top: 5rem;
}
@media screen and (max-width: 743px) {
  .p-homeAbout__btn {
    margin-top: 3.5rem;
    text-align: center;
  }
}

.p-homeFramework {
  background: #007cc4;
  color: #fff;
}
@media print, screen and (min-width: 744px) {
  .p-homeFramework {
    padding: 20rem 0 6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-homeFramework {
    padding: 9rem 0 10rem;
  }
}
.p-homeFramework__heading .c-headingStyle1__main {
  opacity: 0.3;
}
@media print, screen and (min-width: 744px) {
  .p-homeFramework__heading .c-headingStyle1__main {
    font-size: 12rem;
    margin-bottom: -1rem;
    transform: translateX(-0.5rem);
  }
}
@media screen and (max-width: 743px) {
  .p-homeFramework__heading .c-headingStyle1__main {
    font-size: 5.4rem;
    transform: translateX(-0.2rem);
  }
}
.p-homeFramework__layout {
  position: relative;
}
@media print, screen and (min-width: 744px) {
  .p-homeFramework__body {
    width: 80rem;
    margin: 10rem auto 0;
  }
}
@media screen and (max-width: 743px) {
  .p-homeFramework__body {
    margin: 6rem 4rem 0;
  }
}
.p-homeFramework__copy {
  font-size: 5.2rem;
  line-height: 1.25;
  margin-bottom: 2rem;
  color: #fff;
}
@media screen and (max-width: 743px) {
  .p-homeFramework__copy {
    font-size: 2.6rem;
    white-space: nowrap;
  }
}
.p-homeFramework__text {
  font-size: 1.7rem;
  line-height: 2.25;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 743px) {
  .p-homeFramework__text {
    font-size: 1.5rem;
    line-height: 2;
  }
  .p-homeFramework__text br {
    display: none;
  }
}
@media print, screen and (min-width: 744px) {
  .p-homeFramework__figure {
    width: 106.8rem;
    margin: -16rem auto 0;
  }
}
@media screen and (max-width: 743px) {
  .p-homeFramework__figure {
    margin: -6rem -8.5rem 0;
  }
}
.p-homeFramework__btn {
  position: absolute;
  bottom: 11rem;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 743px) {
  .p-homeFramework__btn {
    bottom: 0;
  }
}

.p-homeSphere--2, .p-homeSphere--1 {
  position: fixed;
  pointer-events: none;
  z-index: 5;
  opacity: 0;
}
.p-homeSphere--2 img, .p-homeSphere--1 img {
  width: 100%;
  height: auto;
}

.p-homeSphere--1 {
  top: 15vh;
  left: calc(50vw + 52rem);
  width: 48rem;
}
@media screen and (max-width: 743px) {
  .p-homeSphere--1 {
    top: 7vh;
    left: calc(100vw - 6rem);
    width: 30rem;
  }
}
.p-homeSphere--1 img {
  filter: drop-shadow(60px 60px 50px rgba(0, 0, 0, 0.2));
}
@media screen and (max-width: 743px) {
  .p-homeSphere--1 img {
    filter: drop-shadow(20px 30px 25px rgba(0, 0, 0, 0.2));
  }
}

.p-homeSphere--2 {
  top: 65vh;
  right: calc(50vw + 72rem);
  width: 34.4rem;
}
@media screen and (max-width: 743px) {
  .p-homeSphere--2 {
    top: 75vh;
    right: calc(100vw - 4rem);
    width: 16rem;
  }
}
.p-homeSphere--2 img {
  filter: drop-shadow(40px 40px 20px rgba(0, 0, 0, 0.12));
}
@media screen and (max-width: 743px) {
  .p-homeSphere--2 img {
    filter: drop-shadow(10px 15px 15px rgba(0, 0, 0, 0.12));
  }
}

.p-about__section {
  margin-bottom: 12rem;
}
@media screen and (max-width: 743px) {
  .p-about__section {
    margin-bottom: 8rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-about__section_inner {
    padding: 0 9rem;
  }
}
@media screen and (max-width: 743px) {
  .p-about__section_inner {
    padding: 0 3rem;
  }
}

.p-about__text {
  text-align: justify;
  word-break: break-all;
}

.p-aboutMission__lead {
  font-size: 4.8rem;
  line-height: 1.25;
  margin-bottom: 0.9em;
  color: #007cc4;
}
@media screen and (max-width: 743px) {
  .p-aboutMission__lead {
    font-size: 2.6rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-aboutMessage__layout {
    display: flex;
    flex-direction: row-reverse;
    gap: 8rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-aboutMessage__figure {
    width: 38rem;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutMessage__figure {
    width: 60vw;
    margin: 0 auto 3rem;
  }
}
.p-aboutMessage__figure img {
  box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.16);
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}
.p-aboutMessage__figure figcaption {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 743px) {
  .p-aboutMessage__figure figcaption {
    font-size: 1.3rem;
  }
}
.p-aboutMessage__figure figcaption span {
  font-size: 1.2em;
}

@media print, screen and (min-width: 744px) {
  .p-aboutFramework__figure {
    width: 78.4rem;
    margin: -4rem auto 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutFramework__figure {
    margin: -2rem -4.5rem 2rem;
  }
}
.p-aboutFramework__figure img {
  width: 100%;
  height: auto;
}
.p-aboutFramework__lead {
  font-size: 3.6rem;
  line-height: 1.25;
  margin-bottom: 1.4em;
  color: #007cc4;
}
@media screen and (max-width: 743px) {
  .p-aboutFramework__lead {
    font-size: 2.4rem;
    white-space: nowrap;
  }
}

.p-aboutFramework__themes {
  margin-top: 8rem;
  box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0.16);
  border-radius: 2.4rem;
}
@media screen and (max-width: 743px) {
  .p-aboutFramework__themes {
    border-radius: 1.6rem;
    margin: 4rem -1rem 0;
  }
}
.p-aboutFramework__themes > dt {
  display: block;
  padding: 1.6em;
  text-align: center;
  line-height: 1.4;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  border-radius: 2.4rem 2.4rem 0 0;
  background-image: linear-gradient(90deg, #33c1e1, #007cc4);
}
@media screen and (max-width: 743px) {
  .p-aboutFramework__themes > dt {
    padding: 1.2em;
    font-size: 1.6rem;
    border-radius: 1.6rem 1.6rem 0 0;
  }
}
.p-aboutFramework__themes > dd {
  background: #f0fbfd;
  border-radius: 0 0 1.6rem 2.4rem;
  padding: 5rem 4rem 4rem;
}
@media screen and (max-width: 743px) {
  .p-aboutFramework__themes > dd {
    border-radius: 0 0 1.6rem 1.6rem;
    padding: 3rem 3rem 2rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-aboutFramework__themes_list {
    column-count: 2;
    column-gap: 5rem;
    width: 90rem;
    margin: 0 auto;
  }
}
.p-aboutFramework__themes_list li {
  position: relative;
  font-weight: 600;
  font-size: 1.8rem;
  padding: 0 0 1em 1.67em;
  margin: 0 0 1em;
  border-bottom: solid 1px #33c1e1;
  line-height: 1.4;
}
@media print, screen and (min-width: 744px) {
  .p-aboutFramework__themes_list li {
    white-space: nowrap;
  }
  .p-aboutFramework__themes_list li:nth-last-of-type(1), .p-aboutFramework__themes_list li:nth-last-of-type(4) {
    border-bottom: none;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutFramework__themes_list li {
    font-size: 1.4rem;
    padding: 0 0 1em 1.67em;
  }
  .p-aboutFramework__themes_list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.p-aboutFramework__themes_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 1.1em;
  height: 1.1em;
  background: url("../images/common/ico_check.svg") no-repeat center center;
  background-size: contain;
}

.p-aboutFramework__btn {
  text-align: center;
}
@media print, screen and (min-width: 744px) {
  .p-aboutFramework__btn {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-aboutFramework__btn {
    margin-top: 3rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-researchers__nav_list:lang(en) li a {
    font-size: 1.45rem;
  }
}

.p-researchers__section {
  margin-bottom: 10rem;
}
@media screen and (max-width: 743px) {
  .p-researchers__section {
    margin-bottom: 5rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-researchers__index {
    padding: 0 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 10rem 8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-researchers__index {
    display: flex;
    flex-direction: column;
    padding: 0;
    gap: 6rem;
  }
}

.p-researchers__article {
  display: flex;
}
@media print, screen and (min-width: 744px) {
  .p-researchers__article {
    gap: 3rem;
    width: calc((100% - 8rem) / 2);
  }
}
@media screen and (max-width: 743px) {
  .p-researchers__article {
    gap: 1.6rem;
    width: 100%;
  }
}
.p-researchers__article figure {
  flex-shrink: 0;
}
@media print, screen and (min-width: 744px) {
  .p-researchers__article figure {
    width: 20rem;
    height: 24rem;
  }
}
@media screen and (max-width: 743px) {
  .p-researchers__article figure {
    width: 10rem;
    height: 12rem;
  }
}
.p-researchers__article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 744px) {
  .p-researchers__article figure img {
    border-radius: 1.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-researchers__article figure img {
    border-radius: 0.6rem;
  }
}
.p-researchers__article_body {
  width: 100%;
}
.p-researchers__article header {
  position: relative;
  border-bottom: 1px solid #007cc4;
}
@media print, screen and (min-width: 744px) {
  .p-researchers__article header {
    margin: 0 0 2rem;
    padding: 1rem 0 2rem 3rem;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 743px) {
  .p-researchers__article header {
    margin: 0 0 1.6rem;
    padding: 0.8rem 0 1.3rem 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-researchers__article header:lang(en) {
    flex-direction: column;
    align-items: flex-start;
  }
}
.p-researchers__article header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: #007cc4;
}
@media screen and (max-width: 743px) {
  .p-researchers__article header::before {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.p-researchers__article header h3 {
  font-weight: 600;
  line-height: 1.2;
}
@media print, screen and (min-width: 744px) {
  .p-researchers__article header h3 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-researchers__article header h3 {
    font-size: 1.9rem;
  }
}
.p-researchers__article header h3:lang(en) {
  letter-spacing: 0;
}
@media print, screen and (min-width: 744px) {
  .p-researchers__article header h3:lang(en) {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 743px) {
  .p-researchers__article header h3:lang(en) {
    font-size: 1.7rem;
  }
}
.p-researchers__article header span {
  display: inline-block;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #666;
}
@media print, screen and (min-width: 744px) {
  .p-researchers__article header span {
    font-size: 1.4rem;
    transform: translateY(-0.1rem);
  }
}
@media screen and (max-width: 743px) {
  .p-researchers__article header span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 743px) {
  .p-researchers__article header span:lang(en) {
    font-size: 1.1rem;
  }
}

.p-researchers__article_keywords {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 743px) {
  .p-researchers__article_keywords {
    margin-bottom: 1.6rem;
  }
}
.p-researchers__article_keywords li {
  position: relative;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
}
@media screen and (max-width: 743px) {
  .p-researchers__article_keywords li {
    font-size: 1.4rem;
  }
}
.p-researchers__article_keywords li:lang(en) {
  letter-spacing: 0.01em !important;
}
@media screen and (max-width: 743px) {
  .p-researchers__article_keywords li:lang(en) {
    font-size: 1.3rem;
  }
}
.p-researchers__article_keywords li::before {
  content: "「";
  display: inline-block;
  margin-right: 0.2rem;
  color: #007cc4;
}
.p-researchers__article_keywords li::after {
  content: "」";
  display: inline-block;
  margin-left: 0.2rem;
  color: #007cc4;
}
.p-researchers__article_keywords li:lang(en):before {
  content: '"';
  font-size: 1.2em;
  line-height: 1;
}
.p-researchers__article_keywords li:lang(en):after {
  content: '"';
  font-size: 1.2em;
  line-height: 1;
}
.p-researchers__article_keywords li:not(:last-child) {
  margin-right: 0.4rem;
}

.p-researchers__article_detail > dt {
  position: relative;
  display: block;
  margin-bottom: 0.8rem;
  padding: 0.4em 2em 0.4em 2.5em;
  background: #eef3f6;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  color: #007cc4;
  border-radius: 0.4rem;
}
@media screen and (max-width: 743px) {
  .p-researchers__article_detail > dt {
    font-size: 1.2rem;
  }
}
.p-researchers__article_detail > dt::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 0.8rem;
  margin: auto;
  width: 1.4em;
  height: 1.4em;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-researchers__article_detail > dt[data-icon=research]::before {
  background-image: url("../images/common/ico_research1.svg");
}
.p-researchers__article_detail > dt[data-icon=project]::before {
  background-image: url("../images/common/ico_research2.svg");
}
.p-researchers__article_detail > dt[data-icon=activity]::before {
  width: 1.3em;
  height: 1.3em;
  background-image: url("../images/common/ico_research3.svg");
}
.p-researchers__article_detail > dd {
  font-size: 1.5rem;
  line-height: 1.67;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.p-researchers__article_detail > dd:lang(ja) {
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 743px) {
  .p-researchers__article_detail > dd {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 1.6rem;
  }
}

.p-researchers__article_link {
  position: relative;
  padding-left: 2.8rem;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 743px) {
  .p-researchers__article_link {
    font-size: 1.2rem;
  }
}
.p-researchers__article_link::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.4em;
  height: 1.4em;
  background-image: url("../images/common/ico_link.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.p-researchers__article_link a {
  position: relative;
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
  padding: 0 1.6rem 0 0;
}
.p-researchers__article_link a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0.9em;
  height: 0.9em;
  background-image: url("../images/common/ico_arrow.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(-45deg);
}

.p-newsList__item {
  position: relative;
}
.p-newsList__item:not(:last-child) {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: solid 1px #dfdfdf;
}
@media screen and (max-width: 743px) {
  .p-newsList__item:not(:last-child) {
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}
.p-newsList__item_card, .p-newsList__item_card--link {
  position: relative;
  display: flex;
  line-height: 1.5;
  text-decoration: none;
  color: #2f2f2f !important;
}
.p-newsList__item_card--link .p-newsList__item_body {
  position: relative;
}
@media print, screen and (min-width: 744px) {
  .p-newsList__item_card--link .p-newsList__item_body {
    padding-top: 2rem;
    padding-right: 18rem;
    transition: 0.2s;
  }
  .p-newsList__item_card--link .p-newsList__item_body::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 3rem;
    margin: auto;
    width: 4.8rem;
    height: 4.8rem;
    background: #fff url(../images/common/ico_arrow.svg) no-repeat center center;
    background-size: 1.2rem;
    border: solid 1px #d8d8d8;
    border-radius: 50%;
  }
  .p-newsList__item_card--link .p-newsList__item_body::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.8rem;
    left: -1.7rem;
    width: 1.3rem;
    height: 1.3rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #33c1e1;
    transform: scale(0);
    transition: 0.2s;
  }
}
@media (hover: hover) {
  .p-newsList__item_card--link:hover .p-newsList__item_body {
    transform: translate(0.8rem, 0);
  }
  .p-newsList__item_card--link:hover .p-newsList__item_body::before {
    transform: scale(1);
  }
}
@media print, screen and (min-width: 744px) {
  .p-newsList__item_body {
    width: 100%;
    padding-top: 2rem;
    padding-right: 3rem;
  }
}
.p-newsList__item_thumb {
  width: 19rem;
  height: 14rem;
  flex-shrink: 0;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.12);
  border-radius: 0.6rem;
  overflow: clip;
}
@media print, screen and (min-width: 744px) {
  .p-newsList__item_thumb {
    margin-right: 3.6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-newsList__item_thumb {
    margin-right: 2rem;
    width: 10rem;
    height: 10rem;
  }
}
.p-newsList__item_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 743px) {
  .p-newsList__item_thumb img {
    width: 10rem;
    height: 10rem;
  }
}
.p-newsList__item_date {
  position: relative;
  display: inline-block;
  margin-right: 2.2rem;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #8f8f8f;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 743px) {
  .p-newsList__item_date {
    font-size: 1.4rem;
    margin-right: 1rem;
  }
}
.p-newsList__item_category {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.1;
  color: #007cc4;
  padding: 0.4rem 1.4rem 0.5rem;
  border: solid 1px #007cc4;
  border-radius: 4rem;
  transform: translateY(-0.1rem);
}
@media screen and (max-width: 743px) {
  .p-newsList__item_category {
    font-size: 1.1rem;
  }
}
.p-newsList__item p {
  margin-top: 1rem;
  font-size: 1.7rem;
  line-height: 1.5;
  color: #2f2f2f;
  text-align: justify;
  word-break: break-all;
}
@media screen and (max-width: 743px) {
  .p-newsList__item p {
    margin-top: 0.6rem;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-newsList2 {
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
  }
}
@media screen and (max-width: 743px) {
  .p-newsList2 {
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-newsList2__item {
    width: calc((100% - 6rem) / 2);
  }
}
.p-newsList2__item a {
  display: flex;
  line-height: 1.5;
  text-decoration: none;
  color: #2f2f2f !important;
}
@media (hover: hover) {
  .p-newsList2__item a:hover .p-newsList2__item_body {
    transform: translate(0.8rem, 0);
  }
  .p-newsList2__item a:hover .p-newsList2__item_body::before {
    transform: scale(1);
  }
}
.p-newsList2__item_thumb {
  width: 19rem;
  height: 14rem;
  flex-shrink: 0;
  box-shadow: 0 0 1.2rem rgba(0, 0, 0, 0.12);
  border-radius: 0.6rem;
  overflow: clip;
}
@media print, screen and (min-width: 744px) {
  .p-newsList2__item_thumb {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 743px) {
  .p-newsList2__item_thumb {
    margin-right: 2rem;
    width: 10rem;
    height: 10rem;
  }
}
.p-newsList2__item_thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 743px) {
  .p-newsList2__item_thumb img {
    width: 10rem;
    height: 10rem;
  }
}
.p-newsList2__item_body {
  position: relative;
}
@media print, screen and (min-width: 744px) {
  .p-newsList2__item_body {
    transition: 0.2s;
    padding-top: 0.8rem;
  }
  .p-newsList2__item_body::before {
    content: "";
    display: block;
    position: absolute;
    top: 0rem;
    left: -1.7rem;
    width: 1.3rem;
    height: 1.3rem;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #33c1e1;
    transform: scale(0);
    transition: 0.2s;
  }
}
.p-newsList2__item_date {
  position: relative;
  display: inline-block;
  margin-right: 2.2rem;
  font-size: 1.5rem;
  line-height: 1.1;
  color: #8f8f8f;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 743px) {
  .p-newsList2__item_date {
    font-size: 1.4rem;
    margin-right: 1rem;
  }
}
.p-newsList2__item_category {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.1;
  color: #007cc4;
  padding: 0.4rem 1.4rem 0.5rem;
  border: solid 1px #007cc4;
  border-radius: 4rem;
  transform: translateY(-0.1rem);
}
@media screen and (max-width: 743px) {
  .p-newsList2__item_category {
    font-size: 1.1rem;
  }
}
.p-newsList2__item p {
  margin-top: 1rem;
  font-size: 1.7rem;
  line-height: 1.5;
  color: #2f2f2f;
}
@media screen and (max-width: 743px) {
  .p-newsList2__item p {
    margin-top: 0.6rem;
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width: 744px) {
  .p-newsArticle {
    margin: 0 0rem 12rem;
  }
}
@media screen and (max-width: 743px) {
  .p-newsArticle {
    margin: 0 0 6rem;
  }
}
.p-newsArticle header {
  position: relative;
}
.p-newsArticle__attr {
  display: flex;
  align-items: center;
}
.p-newsArticle__attr_date {
  position: relative;
  display: inline-block;
  margin-right: 2.2rem;
  font-size: 1.7rem;
  line-height: 1.1;
  color: #8f8f8f;
  font-family: "Quicksand", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 743px) {
  .p-newsArticle__attr_date {
    font-size: 1.4rem;
    margin-right: 1rem;
  }
}
.p-newsArticle__attr_category {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1.1;
  color: #007cc4;
  padding: 0.4rem 1.4rem 0.5rem;
  border: solid 1px #007cc4;
  border-radius: 4rem;
  transform: translateY(-0.1rem);
}
@media screen and (max-width: 743px) {
  .p-newsArticle__attr_category {
    font-size: 1.1rem;
  }
}
.p-newsArticle__ttl {
  line-height: 1.5;
}
@media print, screen and (min-width: 744px) {
  .p-newsArticle__ttl {
    font-size: 3.6rem;
    margin-top: 1rem;
    margin-bottom: 5rem;
    padding: 0;
  }
}
@media screen and (max-width: 743px) {
  .p-newsArticle__ttl {
    font-size: 5.7vw;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }
}
.p-newsArticle__thumb {
  position: relative;
  width: 100%;
}
@media print, screen and (min-width: 744px) {
  .p-newsArticle__thumb {
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 743px) {
  .p-newsArticle__thumb {
    margin-bottom: 40px;
  }
}
.p-newsArticle__thumb img {
  border-radius: 1.2rem;
}

.p-contactBox {
  border: 5px solid #eef3f6;
  border-radius: 3.2rem;
}
@media print, screen and (min-width: 744px) {
  .p-contactBox {
    padding: 7rem 7.5rem 10rem;
    margin: 6rem -1rem 0;
  }
}
@media screen and (max-width: 743px) {
  .p-contactBox {
    padding: 5rem 3.5rem 8rem;
    margin-left: -2rem;
    margin-right: -2rem;
    margin-top: 4rem;
  }
}
.p-contactBox__title {
  font-size: 2.3rem;
  font-weight: 600;
  margin-bottom: 7rem;
  padding-bottom: 1.2em;
  line-height: 1.2;
  border-bottom: 5px solid #eef3f6;
}
@media screen and (max-width: 743px) {
  .p-contactBox__title {
    font-size: 1.8rem;
    margin-bottom: 3.5rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-contactBox__form {
    margin: 0 4rem;
  }
}

.p-notfound {
  text-align: left;
  padding: 15rem 3rem 15rem;
}
@media print, screen and (min-width: 744px) {
  .p-notfound {
    text-align: center;
    padding: 22rem 0 20rem;
  }
}
.p-notfound h1 {
  text-align: center;
  font-family: "Crimson Text", sans-serif;
  font-size: 10vw;
  color: #ddd;
  font-weight: bold;
  font-feature-settings: "palt";
}
@media print, screen and (min-width: 744px) {
  .p-notfound h1 {
    font-size: 70px;
  }
}

.p-enSection {
  margin-bottom: 10rem;
}
@media screen and (max-width: 743px) {
  .p-enSection {
    margin-bottom: 8rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-enSection_inner {
    padding: 0 9rem;
  }
}
@media screen and (max-width: 743px) {
  .p-enSection_inner {
    padding: 0 2rem;
  }
}
@media print, screen and (min-width: 744px) {
  .p-enSection__figure {
    width: 78.4rem;
    margin: 3rem auto 0;
  }
}
@media screen and (max-width: 743px) {
  .p-enSection__figure {
    margin: 2rem -3.5rem 1rem;
  }
}
.p-enSection__figure img {
  width: 100%;
  height: auto;
}
.p-enSection__btn {
  text-align: center;
}

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