@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@200;400;700&display=swap");
/* reset.dev • v5.0.2 */
html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

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

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

* {
  margin: 0;
  padding: 0;
}

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

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

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

a {
  background-color: transparent;
}

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

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

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

iframe {
  border-style: none;
}

input {
  border-radius: 0;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

[disabled] {
  cursor: default;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

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

[aria-controls] {
  cursor: pointer;
}

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

:root {
  --c-main: #eace67;
  --c-main-d: #bfa14c;
  --c-sub: #d3e0fd;
  --c-sub-l: #f2f8ff;
  --c-red: #f21f0c;
  --c-yellow: #fde03a;
  --c-green: #5ded68;
  --c-visited: #7337ab;
  --c-black: #111;
  --c-gray-d: #333;
  --c-gray-md: #777;
  --c-gray: #bbb;
  --c-gray-ml: #eee;
  --c-gray-l: #fafafa;
  --c-white: #fff;
  --f-sans: "Noto Sans JP", "游ゴシック体", "Yu Gothic", "YuGothic", "メイリオ", "Meiryo", sans-serif;
  --f-serif: "Noto Serif JP", "游明朝体", "Yu Mincho", "YuMincho", serif;
  --w-content: 960px;
  --w-wide: 1160px;
  --w-narrow: 720px;
}

/*---- ベース ----*/
@media (max-width: 767px) {
  body::-webkit-scrollbar {
    display: none;
  }
}

* {
  letter-spacing: inherit;
  font-family: inherit;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 768px) {
  br.sm {
    display: none;
  }
}
@media (max-width: 767px) {
  br.pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .pconly {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .smonly {
    display: none !important;
  }
}
h1, h2, h3, h4, h5, h6, p {
  margin-bottom: 1rem;
}

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

strong,
b {
  font-weight: bold;
}

iframe {
  display: block;
}

th,
td {
  padding: 5px;
}

input,
textarea,
button,
select {
  font-family: inherit;
}

select,
textarea,
[type=url],
[type=text],
[type=date],
[type=tel],
[type=password],
[type=email],
[type=number] {
  padding: 5px;
}
select::-moz-placeholder, textarea::-moz-placeholder, [type=url]::-moz-placeholder, [type=text]::-moz-placeholder, [type=date]::-moz-placeholder, [type=tel]::-moz-placeholder, [type=password]::-moz-placeholder, [type=email]::-moz-placeholder, [type=number]::-moz-placeholder {
  color: #888;
}
select::placeholder,
textarea::placeholder,
[type=url]::placeholder,
[type=text]::placeholder,
[type=date]::placeholder,
[type=tel]::placeholder,
[type=password]::placeholder,
[type=email]::placeholder,
[type=number]::placeholder {
  color: #888;
}

textarea,
[type=url],
[type=text],
[type=tel],
[type=password],
[type=email] {
  width: 100%;
}

body {
  font: 400 1rem/1.6 var(--f-serif);
  color: var(--c-gray-d);
  font-size: 1.125rem;
}

/*---- セクション ----*/
.l_inner {
  margin: 0 auto;
  max-width: var(--w-content);
  width: 94%;
}
.l_inner.wide {
  max-width: var(--w-wide);
}
.l_inner.full {
  max-width: unset;
}
@media (min-width: 768px) {
  .l_inner.full {
    width: 100%;
  }
}
.l_inner.narrow {
  max-width: var(--w-narrow);
}

.l_content {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--w-content);
}

.l_wide {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--w-wide);
}

.l_narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--w-narrow);
}

body {
  padding-top: 60px;
}
@media (min-width: 768px) {
  body {
    padding-top: 80px;
  }
}

.l_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: all 0.3s;
  background-color: var(--c-white);
}
.l_header.is_scroll {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.l_header .l_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  position: relative;
  padding: 5px 0;
  min-height: 60px;
}
@media (min-width: 768px) {
  .l_header .l_inner {
    min-height: 80px;
  }
}

.c_logo {
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  background: linear-gradient(180deg, #b18824, #f0de7d);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.c_logo span {
  display: block;
  font-size: 12px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .c_logo {
    font-size: 1.875rem;
  }
}

@media (max-width: 767px) {
  .l_nav {
    z-index: 110;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 400px;
    height: 100%;
    overflow-y: auto;
    transition: all 0.5s;
    background-color: var(--c-sub-l);
    transform: translateX(100%);
    opacity: 0;
    padding: 80px 1rem 60px;
  }
  .l_nav.open {
    transform: translateX(0);
    opacity: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 768px) {
  .l_nav_menu {
    text-align: right;
  }
  .l_nav_menu li {
    display: inline-block;
  }
}
.l_nav_menu a {
  padding: 0.5rem;
  text-align: left;
  position: relative;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .l_nav_menu a {
    display: block;
    padding-right: 1em;
    border-bottom: 1px solid var(--c-gray);
  }
  .l_nav_menu a::after {
    font-size: 0.8em;
    content: ">";
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%);
    transition: all 0.3s;
  }
}
.l_nav_menu a:hover {
  color: var(--c-main);
}
.l_nav_menu a:hover::after {
  color: var(--c-main);
  right: 0;
}
.l_nav_btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  z-index: 150;
  width: 30px;
  height: 20px;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  border: none;
}
@media (min-width: 768px) {
  .l_nav_btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .l_nav_btn {
    display: inline-block;
    vertical-align: middle;
  }
}
.l_nav_btn::before, .l_nav_btn::after,
.l_nav_btn span {
  display: inline-block;
  position: absolute;
  content: "";
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: var(--c-black);
  transition: all 0.5s;
  transform: translate(-50%, -50%);
}
.l_nav_btn span {
  top: 50%;
}
.l_nav_btn::before {
  top: 0%;
}
.l_nav_btn::after {
  top: 100%;
}
.l_nav_btn.open span {
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}
.l_nav_btn.open::before {
  transform: translate(-50%, -50%) rotate(135deg);
  top: 50%;
}
.l_nav_btn.open::after {
  transform: translate(-50%, -50%) rotate(-135deg);
  top: 50%;
}
.l_nav_bg {
  display: none;
  position: fixed;
  z-index: 99;
  width: 100%;
  height: 0;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
}
@media (max-width: 767px) {
  .l_nav_bg.open {
    display: block;
    height: 100vh;
    opacity: 1;
  }
}

.l_footer_nav {
  padding: 1rem 0;
  background-color: var(--c-sub);
}

.c_menu_footer {
  text-align: center;
}
@media (max-width: 767px) {
  .c_menu_footer {
    display: contents;
  }
}
.c_menu_footer > li {
  display: inline-block;
  margin: 0.5rem 0;
}
.c_menu_footer > li:not(:first-of-type) {
  margin-inline-start: 0.5em;
  position: relative;
}
@media (min-width: 768px) {
  .c_menu_footer > li:not(:first-of-type)::before {
    margin-inline-end: 0.5em;
    content: "";
    display: inline-block;
    width: 1px;
    height: 1em;
    background-color: currentColor;
  }
}
.c_menu_footer a:hover, .c_menu_footer a:focus-within {
  text-decoration: underline;
}

.l_footer {
  padding: 3rem 0;
}

.l_copyright {
  font-size: 1rem;
  background-color: var(--c-gray-md);
  padding: 1.5rem 0;
  text-align: center;
}

.l_section {
  padding: 3rem 0;
  position: relative;
  background: transparent no-repeat center/cover;
}

/*---- 見出し系 ----*/
.t_strong {
  font-size: 2rem;
  line-height: 1.4;
  color: var(--c-main);
  font-weight: bold;
}

.t_maker {
  background-image: linear-gradient(transparent 60%, rgba(253, 224, 58, 0.3) 60%);
}

.t_title {
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 5px;
  text-align: center;
  margin-bottom: 3rem;
  background-color: var(--c-main-d);
  color: var(--c-white);
}
@media (min-width: 768px) {
  .t_title {
    font-size: 2.5rem;
  }
}

.t_sectitle {
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  margin-bottom: 2rem;
  padding: 5px 0;
}
@media (min-width: 768px) {
  .t_sectitle {
    font-size: 2rem;
  }
}
.t_sectitle::after {
  content: "";
  position: absolute;
  display: inline-block;
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  background-color: currentColor;
  height: 3px;
  width: 100px;
}

.t_lead {
  margin-bottom: 2rem;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .t_lead {
    text-align: center;
  }
}

/*---- コンポーネント----*/
.c_box_line {
  background-color: var(--c-sub-l);
  padding: 1.875rem;
  border: 2px solid var(--c-gray-md);
  position: relative;
}
.c_box_line > *:last-child {
  margin-bottom: 0;
}
.c_box_line::before, .c_box_line::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 60px;
  height: 60px;
  border: 2px solid var(--c-gray-md);
}
.c_box_line::before {
  border-width: 2px 0 0 2px;
  top: 10px;
  left: 10px;
}
.c_box_line::after {
  border-width: 0 2px 2px 0;
  bottom: 10px;
  right: 10px;
}

.c_box_gradient {
  background: linear-gradient(#f2f8ff, #d3e0fd);
  padding: 1.25rem 1.75rem;
  font-size: 1.5rem;
  margin-top: 3rem;
}

@keyframes arrow-up {
  0% {
    background-position: -50px 100px;
  }
  70% {
    background-position: left center;
  }
  100% {
    background-position: left center;
  }
}
.c_list_results {
  display: grid;
  gap: 1.25rem;
  line-height: 1.4;
  font-size: 1.25rem;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .c_list_results {
    font-size: 1.75rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c_list_results > li {
  border: 2px solid var(--c-gray-md);
  color: var(--c-white);
  max-width: 480px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
}
.c_list_results .title {
  background-color: var(--c-white);
  text-align: center;
  color: var(--c-red);
  padding: 10px 5px;
  margin: 0;
}
.c_list_results .content {
  color: var(--c-white);
  text-align: center;
  padding: 1rem 5px;
  position: relative;
  flex: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 120px;
}
@media (min-width: 768px) {
  .c_list_results .content {
    padding: 2rem 5px;
    min-height: 180px;
  }
}
.c_list_results .content > *:last-child {
  margin-bottom: 0;
}
.c_list_results .content strong {
  font-size: 1.25em;
}
.c_list_results .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.c_list_service {
  counter-reset: count;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c_list_service {
    max-width: 800px;
  }
  .c_list_service > li {
    width: 80%;
  }
  .c_list_service > li:nth-of-type(odd) {
    margin-right: auto;
  }
  .c_list_service > li:nth-of-type(even) {
    margin-left: auto;
  }
}
.c_list_service > li {
  border: 2px solid var(--c-main);
  background-color: var(--c-gray-l);
  margin-bottom: 1.5rem;
  padding: 1.25rem;
  counter-increment: count;
}
.c_list_service .title {
  vertical-align: middle;
  margin-bottom: 0;
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .c_list_service .title {
    font-size: 1.5rem;
  }
}
.c_list_service .title::before {
  content: counter(count);
  display: inline-flex;
  padding: 2px;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 2.5rem;
  min-width: 2.5rem;
  font-size: 1.5rem;
  line-height: 1.2;
  margin-right: 1rem;
  background: var(--c-main-d) linear-gradient(#E8923A, #fdda78);
}
@media (min-width: 768px) {
  .c_list_service .title::before {
    font-size: 1.875rem;
    min-height: 3rem;
    min-width: 3rem;
  }
}
.c_list_service [data-acc-label] {
  padding-right: 1.5em;
  position: relative;
}
.c_list_service [data-acc-label]::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c_list_service .content {
  margin-top: 1rem;
}
.c_list_service .content > *:last-child {
  margin-bottom: 0;
}

[data-acc-label] {
  cursor: pointer;
}
[data-acc-label]::after {
  font-weight: bold;
  content: "＋";
}
[data-acc-label].is_open::after {
  content: "−";
}

[data-acc-content] {
  display: none;
}

.c_imgtext .img {
  margin-bottom: 1rem;
  text-align: center;
}
.c_imgtext .text {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.c_imgtext .text > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .c_imgtext {
    display: flex;
    gap: 1.25rem;
  }
  .c_imgtext .img {
    flex: 0 1 400px;
  }
  .c_imgtext .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .c_imgtext .text {
    flex: 1 1 540px;
    align-self: center;
  }
}

.c_box_scroll {
  height: 120px;
  padding: 5px 1rem;
  font-size: 1rem;
  max-height: 360px;
  min-height: 80px;
  overflow-y: auto;
  border: 1px solid var(--c-gray-md);
  background-color: var(--c-gray-ml);
  resize: vertical;
}
.c_box_scroll > * {
  margin-bottom: 1em;
}
.c_box_scroll.big {
  height: 240px;
}

.c_dl_form dt {
  font-size: 1.25rem;
}
.c_dl_form dt::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: var(--c-main);
  border-radius: 50%;
  margin-right: 5px;
}
.c_dl_form dd {
  margin-bottom: 1rem;
}

.c_check {
  font-size: 1.125rem;
  line-height: 1.6;
  padding-left: 1em;
  position: relative;
  text-indent: -1em;
}
.c_check input {
  margin-right: 5px;
}
.c_check label {
  cursor: pointer;
}

.c_btn {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 1.25rem;
  max-width: 280px;
  padding: 0.7em;
  margin: 0 auto 1rem;
  color: var(--c-white);
  background: var(--c-main-d) linear-gradient(#E8923A, #fdda78);
  border-radius: 100px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}
.c_btn:hover, .c_btn:focus-within {
  opacity: 0.7;
}
.c_btn.big {
  max-width: 480px;
  font-size: 1.5rem;
  padding: 1em 0.7em;
}

.c_list_dot {
  max-width: var(--w-narrow);
  margin: 0 auto 1rem;
  border: 1px solid var(--c-gray-md);
  padding: 1.25rem;
  font-size: 1.25rem;
}
.c_list_dot > li {
  padding-left: 2em;
  text-indent: -1em;
}
.c_list_dot > li:not(:last-of-type) {
  margin-bottom: 2rem;
}
.c_list_dot > li::before {
  content: "■";
  display: inline-block;
  margin-right: 1em;
  color: var(--c-main);
}

/*---- project ----*/
/*---- 共通セクション ---*/
.p_sec_recruit {
  background: var(--c-gray-d) url("../images/common/bg_news@2x.jpg") no-repeat center/cover;
  color: var(--c-white);
  padding: 2rem 0;
  text-align: center;
}
.p_sec_recruit .title {
  font-size: 1.25rem;
  color: var(--c-main);
  margin-bottom: 0;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .p_sec_recruit .title {
    font-size: 2.5rem;
  }
}
.p_sec_recruit p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p_sec_recruit p {
    font-size: 1.25rem;
  }
}
.p_sec_recruit .cation {
  background-color: var(--c-white);
  color: var(--c-red);
  display: inline-block;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .p_sec_recruit .cation {
    font-size: 2rem;
  }
}

.p_form {
  max-width: 620px;
  margin: 0 auto;
}
.p_form select,
.p_form textarea,
.p_form [type=url],
.p_form [type=text],
.p_form [type=date],
.p_form [type=tel],
.p_form [type=password],
.p_form [type=email],
.p_form [type=number] {
  padding: 8px;
  background-color: #fff;
  border: 1px solid #000;
}
.p_form select:focus,
.p_form textarea:focus,
.p_form [type=url]:focus,
.p_form [type=text]:focus,
.p_form [type=date]:focus,
.p_form [type=tel]:focus,
.p_form [type=password]:focus,
.p_form [type=email]:focus,
.p_form [type=number]:focus {
  background-color: var(--c-sub-l);
}

/*---- page ---*/
.p_top_mv {
  position: relative;
}
.p_top_mv .l_inner {
  max-width: 1440px;
  padding: 40px 0;
  min-height: 300px;
}
@media (min-width: 768px) {
  .p_top_mv .l_inner {
    padding: 40px;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
.p_top_mv .maincopy {
  font-size: min(60px, 6.6vw);
  color: var(--c-white);
  text-shadow: 2px 2px 4px var(--c-black);
  margin-bottom: 2.5rem;
  line-height: 1.2;
}
.p_top_mv .maincopy::first-letter {
  color: var(--c-main);
  font-size: 1.25em;
}
.p_top_mv .copy {
  color: var(--c-yellow);
  text-shadow: 2px 2px 4px var(--c-black);
  font-size: 1.125rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p_top_mv .copy {
    margin-bottom: 0;
    margin-left: auto;
    width: -moz-max-content;
    width: max-content;
    font-size: min(32px, 2.7vw);
  }
}
.p_top_mv .bottom {
  color: var(--c-yellow);
  text-shadow: 2px 2px 4px var(--c-black);
  font-weight: bold;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p_top_mv .bottom {
    text-align: center;
    font-size: min(24px, 2.7vw);
  }
}
.p_top_mv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.p_top_info {
  padding: 2rem 0;
}

.p_top_wave {
  background: var(--c-gray-d) url("../images/common/bg_news@2x.jpg") no-repeat center/cover;
  color: var(--c-white);
  padding: 2rem 0;
}
.p_top_wave .title {
  text-align: center;
  font-size: 1.25rem;
  color: var(--c-main);
  margin-bottom: 0;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p_top_wave .title {
    font-size: 2rem;
  }
}
.p_top_wave .text {
  max-width: 800px;
  margin: 0 auto;
}
.p_top_wave p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p_top_wave p {
    font-size: 1.25rem;
  }
}
.p_top_wave .cation {
  background-color: var(--c-white);
  color: var(--c-red);
  display: inline-block;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .p_top_wave .cation {
    font-size: 2rem;
  }
}

.p_wavemaster_mv {
  position: relative;
}
.p_wavemaster_mv .l_inner {
  max-width: 1440px;
  padding: 30px 0;
  min-height: 300px;
}
@media (min-width: 768px) {
  .p_wavemaster_mv .l_inner {
    padding: 40px;
    min-height: 480px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.p_wavemaster_mv .maincopy {
  font-size: 2.5rem;
  color: var(--c-main);
  text-shadow: 2px 2px 4px var(--c-black);
  line-height: 1.2;
  text-align: center;
  margin: 0 0 10px;
}
@media (min-width: 768px) {
  .p_wavemaster_mv .maincopy {
    font-size: min(72px, 7.2vw);
  }
}
.p_wavemaster_mv .copy {
  color: var(--c-yellow);
  text-shadow: 2px 2px 4px var(--c-black);
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 2rem;
}
@media (min-width: 768px) {
  .p_wavemaster_mv .copy {
    font-size: 1.5rem;
  }
}
.p_wavemaster_mv .text {
  color: var(--c-white);
  margin: 1rem 0 0;
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  .p_wavemaster_mv .text {
    font-size: 1rem;
    margin: 1.25rem 0 0;
    text-align: center;
  }
}
.p_wavemaster_mv .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.p_wavemaster_cta {
  background: var(--c-gray-d) url("../images/common/bg_news@2x.jpg") no-repeat center/cover;
  color: var(--c-white);
  padding: 2rem 0;
}
.p_wavemaster_cta .title {
  text-align: center;
  font-size: 1.25rem;
  color: var(--c-main);
  margin-bottom: 0;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .p_wavemaster_cta .title {
    font-size: 2.5rem;
  }
}
.p_wavemaster_cta .text {
  max-width: 800px;
  margin: 0 auto;
}
.p_wavemaster_cta p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .p_wavemaster_cta p {
    font-size: 1.25rem;
  }
}
.p_wavemaster_cta .cation {
  background-color: var(--c-white);
  color: var(--c-red);
  display: inline-block;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .p_wavemaster_cta .cation {
    font-size: 2rem;
  }
}

.p_content .l_inner > *:first-child {
  margin-top: 0;
}
.p_content p a {
  text-decoration: underline;
}
.p_content p a:visited {
  color: var(--c-visited);
}
.p_content h1:not([class]) {
  font-size: 1.5rem;
  font-weight: bold;
}
.p_content h2:not([class]) {
  font-size: 1.5rem;
  font-weight: bold;
  border-left: 3px solid currentColor;
  padding: 0 10px;
  margin-top: 2rem;
}
.p_content h3:not([class]) {
  font-size: 1.25em;
  font-weight: bold;
  border-bottom: 2px solid var(--c-main);
}
.p_content h4:not([class]) {
  font-size: 1.25em;
}
.p_content h5:not([class]) {
  padding: 0 0.5rem;
  font-size: 1em;
  background-color: var(--c-gray);
}
.p_content h6:not([class]) {
  font-weight: bold;
  font-size: 1em;
}
.p_content ol:not([class]),
.p_content ul:not([class]) {
  padding: 0;
  margin: 0 0 1em;
  list-style: revert;
  list-style-position: outside;
  margin-left: 1em;
}
.p_content ol:not([class]) li,
.p_content ul:not([class]) li {
  margin-bottom: 1em;
}
.p_content ol:not([class]) ol,
.p_content ol:not([class]) ul,
.p_content ul:not([class]) ol,
.p_content ul:not([class]) ul {
  margin-left: 1em;
}
.p_content ol:not([class]) ol {
  list-style-type: none;
  list-style-position: inside;
}
.p_content ol:not([class]) ol > li {
  counter-increment: cnt;
}
.p_content ol:not([class]) ol > li:before {
  display: inline;
  content: "(" counter(cnt) ") ";
}
.p_content dl:not([class]) {
  max-width: 720px;
  margin: 0 auto 1rem;
}
.p_content dl:not([class]) dt,
.p_content dl:not([class]) dd {
  margin: 0 0 5px;
}
.p_content dl:not([class]) dt {
  border-bottom: 3px solid var(--c-main);
  font-size: 1.25rem;
}
@media (max-width: 767px) {
  .p_content dl:not([class]) dd {
    margin-bottom: 1em;
    margin-left: 1em;
  }
}
@media (min-width: 768px) {
  .p_content dl:not([class]) {
    display: grid;
    grid-template-columns: 180px 1fr;
  }
  .p_content dl:not([class]) dt,
  .p_content dl:not([class]) dd {
    padding: 10px;
  }
  .p_content dl:not([class]) dd {
    border-bottom: 3px solid var(--c-gray);
  }
}
.p_content blockquote {
  padding: 1rem;
  margin: 1rem auto;
  background-color: var(--c-gray-l);
}
.p_content blockquote *:last-child {
  margin-bottom: 0;
}
.p_content table img {
  margin: 0;
}
.p_content table p {
  margin-top: 0.5rem;
}

.u_ac {
  text-align: center;
}

.u_ar {
  text-align: right;
}

.u_al {
  text-align: left;
}

/*---- utility ---*/
@media (max-width: 767px) {
  .u_table_wrap {
    overflow-x: auto;
    padding: 0.5rem;
    box-shadow: 0 0 5px inset rgba(0, 0, 0, 0.2);
    margin: 1rem 0;
  }
  .u_table_wrap table {
    width: -moz-max-content;
    width: max-content;
    margin: 0.5rem 0;
  }
}

.u_bold {
  font-weight: bold;
}

.u_tc_red {
  color: var(--c-red);
}

.u_tc_black {
  color: var(--c-black);
}

.u_tc_gray {
  color: var(--c-gray);
}

.u_tc_white {
  color: var(--c-white);
}

.u_tc_main {
  color: var(--c-main);
}

.u_tc_sub {
  color: var(--c-sub);
}

.u_bg_main {
  background-color: var(--c-main-l);
}

.u_bg_sub {
  background-color: var(--c-sub-l);
}

.u_bg_gray {
  background-color: var(--c-gray-l);
}

.u_fontsize0 {
  font-size: 0rem;
}

.u_my0 {
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.u_mx0 {
  margin-left: 0rem;
  margin-right: 0rem;
}

.u_mb0 {
  margin-bottom: 0rem;
}

.u_mt0 {
  margin-top: 0rem;
}

.u_ml0 {
  margin-left: 0rem;
}

.u_mr0 {
  margin-right: 0rem;
}

.u_fontsize1 {
  font-size: 0.5rem;
}

.u_my1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.u_mx1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.u_mb1 {
  margin-bottom: 1rem;
}

.u_mt1 {
  margin-top: 1rem;
}

.u_ml1 {
  margin-left: 1rem;
}

.u_mr1 {
  margin-right: 1rem;
}

.u_fontsize2 {
  font-size: 1rem;
}

.u_my2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.u_mx2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.u_mb2 {
  margin-bottom: 2rem;
}

.u_mt2 {
  margin-top: 2rem;
}

.u_ml2 {
  margin-left: 2rem;
}

.u_mr2 {
  margin-right: 2rem;
}

.u_fontsize3 {
  font-size: 1.5rem;
}

.u_my3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.u_mx3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.u_mb3 {
  margin-bottom: 3rem;
}

.u_mt3 {
  margin-top: 3rem;
}

.u_ml3 {
  margin-left: 3rem;
}

.u_mr3 {
  margin-right: 3rem;
}

.u_fontsize4 {
  font-size: 2rem;
}

.u_my4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.u_mx4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.u_mb4 {
  margin-bottom: 4rem;
}

.u_mt4 {
  margin-top: 4rem;
}

.u_ml4 {
  margin-left: 4rem;
}

.u_mr4 {
  margin-right: 4rem;
}

.u_fontsize5 {
  font-size: 2.5rem;
}

.u_my5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.u_mx5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.u_mb5 {
  margin-bottom: 5rem;
}

.u_mt5 {
  margin-top: 5rem;
}

.u_ml5 {
  margin-left: 5rem;
}

.u_mr5 {
  margin-right: 5rem;
}