/** ----------------------------------------------
 * 
 * style.scss
 * 
 */
/** ----------------------------------------------
 * #
 * # reset css :
 * # https://code.google.com/archive/p/html5resetcss/downloads
 */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/** ----------------------------------------------
 * #
 * # form : based chrome user agent stylesheet
 * #
 */
input {
  font-family: inherit;
  text-rendering: auto;
  color: fieldtext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  -webkit-rtl-ordering: logical;
  cursor: text;
  background-color: field;
  margin: 0em;
  padding: 1px 0px;
  border-width: 2px;
  border-style: inset;
  border-color: rgb(118, 118, 118);
  border-image: initial;
  padding-block: 1px;
  padding-inline: 2px;
}
input:disabled {
  cursor: default;
  background-color: rgba(239, 239, 239, 0.3);
  border-color: rgba(118, 118, 118, 0.3);
  color: rgb(84, 84, 84);
}

input[type=submit i] {
  appearance: auto;
  user-select: none;
  align-items: flex-start;
  text-align: center;
  cursor: default;
  box-sizing: border-box;
  background-color: buttonface;
  color: buttontext;
  white-space: pre;
  padding-block: 1px;
  padding-inline: 6px;
  border-width: 2px;
  border-style: outset;
  border-color: buttonborder;
  border-image: initial;
}

input[type=text i] {
  padding-block: 1px;
  padding-inline: 2px;
}

input[type=number i] {
  padding-block: 1px;
  padding-inline: 2px;
}

input[type=radio i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  padding: initial;
  border: initial;
}

input[type=checkbox i] {
  background-color: initial;
  cursor: default;
  appearance: auto;
  box-sizing: border-box;
  margin: 3px 3px 3px 4px;
  padding: initial;
  border: initial;
}

input:not([type=image i], [type=range i], [type=checkbox i], [type=radio i]) {
  overflow-clip-margin: 0px !important;
  overflow: clip !important;
}

input:not([type=image i]) {
  box-sizing: border-box;
}

button {
  appearance: auto;
  text-rendering: auto;
  color: buttontext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  cursor: default;
  box-sizing: border-box;
  background-color: buttonface;
  margin: 0em;
  padding-block: 1px;
  padding-inline: 6px;
  border-width: 2px;
  border-style: outset;
  border-color: buttonborder;
  border-image: initial;
}
button:disabled {
  background-color: rgba(239, 239, 239, 0.3);
  color: rgba(16, 16, 16, 0.3);
  border-color: rgba(118, 118, 118, 0.3);
}
button:active {
  border-style: inset;
}

textarea {
  text-rendering: auto;
  color: fieldtext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  -webkit-rtl-ordering: logical;
  resize: -internal-textarea-auto;
  cursor: text;
  overflow-wrap: break-word;
  background-color: field;
  column-count: initial !important;
  box-sizing: border-box;
  margin: 0em;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(118, 118, 118);
  border-image: initial;
  padding: 2px;
  white-space: pre-wrap;
}

select {
  text-rendering: auto;
  color: fieldtext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: start;
  appearance: auto;
  box-sizing: border-box;
  align-items: center;
  -webkit-rtl-ordering: logical;
  background-color: field;
  cursor: default;
  margin: 0em;
  white-space: pre;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(118, 118, 118);
  border-image: initial;
  border-radius: 0px;
}

.strong {
  font-weight: bold;
}

select:not(:-internal-list-box) {
  overflow: visible !important;
}

/** ----------------------------------------------
 * #
 * #
 * #
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: YakuHanJPs, sans-serif;
  background: var(--col-bg-white);
  color: var(--col-font-black);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
}
body main {
  flex: 1 1 auto;
}

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

a img {
  max-width: 100%;
}

img {
  width: 100%;
  vertical-align: bottom;
}

input, select, button, textarea {
  appearance: none !important;
  -webkit-appearance: none !important;
}

a {
  word-break: break-all;
}

a[role=button],
select,
button,
textarea,
input[type=file],
input[type=text],
input[type=radio],
input[type=checkbox],
input {
  border-color: rgb(192, 192, 192);
  border-radius: 3px;
}

a[role=button],
input[type=submit],
button {
  background-color: rgb(239, 239, 239);
}

input[type=radio],
input[type=checkbox] {
  background-color: rgb(255, 255, 255);
}

input[type=checkbox] {
  border-width: 2px;
  border-style: solid;
  width: 1.75em;
  height: 1.75em;
  position: relative;
}
input[type=checkbox]:checked {
  background: rgb(0, 117, 255);
  border-color: rgb(0, 117, 255);
}
input[type=checkbox]:checked::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.25em;
  height: 0.75em;
  border-right: 0.25em solid rgb(255, 255, 255);
  border-bottom: 0.25em solid rgb(255, 255, 255);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
}
input[type=checkbox]:checked:disabled {
  background: rgb(192, 192, 192);
  border-color: rgba(118, 118, 118, 0.3);
}

input[type=radio] {
  border-width: 2px;
  border-style: solid;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  position: relative;
}
input[type=radio]:checked {
  border-color: rgb(0, 117, 255);
}
input[type=radio]:checked::before {
  position: absolute;
  content: "";
  display: block;
  background: rgb(0, 117, 255);
  width: 1.5em;
  height: 1.5em;
  clip-path: circle(30%);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

label {
  padding: 0.25em 0.75em 0.25em 0.5em;
}

a[role=button] {
  text-rendering: auto;
  color: buttontext;
  letter-spacing: normal;
  word-spacing: normal;
  line-height: normal;
  text-transform: none;
  text-indent: 0px;
  text-shadow: none;
  display: inline-block;
  text-align: center;
  align-items: flex-start;
  box-sizing: border-box;
  background-color: buttonface;
  margin: 0em;
  padding-block: 1px;
  padding-inline: 6px;
  border-width: 2px;
  border-style: outset;
  border-image: initial;
}

a[role=button],
button {
  padding: 0.25em 0.5em;
}

/** =============================================
* #
* # javascript
* #
*/
/** ----------------------------------------------
* sp
*/
@media (max-width: 767.99px) {
  ::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }
  .is-pc {
    display: none !important;
  }
  button {
    font-size: 1.125em;
  }
}
/** ----------------------------------------------
* pc
*/
@media (min-width: 768px) {
  [role=link]:hover,
  [role=button]:hover,
  a:hover {
    opacity: 0.5;
    transition: all 0.25s;
  }
  .is-sp {
    display: none !important;
  }
  [role=button],
  [role=tab] {
    cursor: pointer;
  }
}
/** ----------------------------------------------
* #
* # import
* #
*/
/** ----------------------------------------------
 * 
 * _archive.scss : archive, tax
 * 
 */
.tax main,
.archive main {
  padding: 0 2rem;
  padding-top: 10%;
}
.tax main .marea1 ul.lst1 > li,
.archive main .marea1 ul.lst1 > li {
  display: flex;
  gap: 0.5em;
}
.tax main .marea1 ul.lst1 > li:nth-child(n+2),
.archive main .marea1 ul.lst1 > li:nth-child(n+2) {
  margin-top: 5%;
}
.tax main .marea1 .p-time1 span,
.archive main .marea1 .p-time1 span {
  font-size: var(--font-size-s);
}
.tax main .marea1 ul.p-terms1,
.archive main .marea1 ul.p-terms1 {
  display: flex;
  gap: 0.5em;
}
.tax main .marea1 .p-title1,
.archive main .marea1 .p-title1 {
  margin-top: 10%;
}

/** ----------------------------------------------
 * 
 * _footer.scss
 * 
 */
footer {
  /** ----------------------------------------------
  * sp
  */
  /** ----------------------------------------------
  * pc
  */
}
footer .styl1 {
  background: var(--base-color-font);
}
footer .styl1 .ln1 {
  text-align: center;
  padding: 0.5rem 1rem;
}
footer .styl1 .ln1 a {
  color: white;
  text-decoration: none;
}
footer .styl2 {
  background: var(--theme-color4);
  margin-top: -12vh;
}
footer .styl2 .inner1 {
  padding: 8rem 0 2rem;
}
footer .styl2 .e1 {
  display: flex;
  align-items: center;
}
footer .styl2 .e1 .title1 {
  margin-left: 1em;
  flex: 0 0 auto;
}
footer .styl2 .e1 .title1 span {
  color: var(--theme-color6);
}
footer .styl2 .w1 {
  margin-top: 1.5rem;
}
footer .styl2 .image1 {
  flex: 0 0 5rem;
}
footer .styl2 .reditor1 {
  color: var(--theme-color6);
}
footer .styl2 .reditor1 .disable a {
  color: var(--base-color-font);
  text-decoration: none;
}
footer .styl2 ul.lst1 {
  background: var(--theme-color4);
  display: flex;
  gap: 1em;
  justify-content: flex-end;
}
footer .styl2 ul.lst1 a {
  display: block;
  font-size: 2rem;
  color: var(--base-color-font);
  line-height: 1;
}
footer .styl3 .inner1 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
footer .styl3 .title1 {
  text-align: center;
}
footer .styl3 .e1 {
  background: rgba(255, 255, 255, 0.95);
  padding: 2.5em 1em 3em;
  position: relative;
}
footer .styl3 .mtitle1 {
  text-align: center;
}
footer .styl3 .mtitle1 span {
  font-size: 3rem;
  font-family: serif !important;
  color: var(--theme-color1);
  display: inline-block;
  transform: scale(1, 1.5);
}
footer .styl3 .ctitle1 {
  text-align: center;
  margin-top: 0.5em;
}
footer .styl3 .ccopy1 {
  margin-top: 3.5rem;
  text-align: center;
}
footer .styl3 ul.lst1 {
  margin-top: 3.5rem;
}
footer .styl3 .thumb1 {
  margin-top: 1.5rem;
  box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.25);
}
footer .styl3 .ln1 {
  margin-top: 1em;
}
footer .styl3 .ln1 a {
  padding: 0.5em 0;
  border-bottom: 1px solid var(--theme-color2);
  color: var(--theme-color2);
  text-decoration: none;
  display: block;
  text-align: center;
  position: relative;
}
footer .styl3 .ln1 a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
}
footer .styl3 .bnr1 {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
footer .styl3 .bnr1 .image1 {
  flex: 0 0 min(50%, 15rem);
}
footer .styl3 .text1 span {
  font-size: max(1rem, var(--font-size-s));
  font-style: italic;
  color: gray;
}
@media (max-width: 767.99px) {
  footer .styl2 {
    padding-left: var(--body-padding-left-right-sp);
    padding-right: var(--body-padding-left-right-sp);
  }
  footer .styl2 ul.lst1 {
    margin-top: 4.5rem;
  }
  footer .styl3 .inner1 {
    padding: 2rem var(--body-padding-left-right-sp);
  }
  footer .styl3 ul.lst1 li:nth-child(n+2) {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  footer .styl2 {
    padding-left: var(--body-padding-left-right-pc);
    padding-right: var(--body-padding-left-right-pc);
    margin-top: -24vh;
  }
  footer .styl2 .inner1 {
    padding: 12.5rem 0 7rem;
  }
  footer .styl2 .e1 .title1 span {
    font-size: 1.5rem;
  }
  footer .styl2 .w1 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  footer .styl2 .image1 {
    flex: 0 0 auto;
  }
  footer .styl2 .image1 img {
    height: 3.5rem;
    width: auto;
  }
  footer .styl2 .reditor1 {
    margin-top: 2rem;
  }
  footer .styl3 {
    padding-left: var(--body-padding-left-right-pc);
    padding-right: var(--body-padding-left-right-pc);
  }
  footer .styl3 .inner1 {
    padding: calc(var(--body-padding-left-right-pc) * 2) 0;
  }
  footer .styl3 .e1 {
    padding: 7rem 1rem;
  }
  footer .styl3 .mtitle1 span {
    font-size: 5rem;
  }
  footer .styl3 ul.lst1 {
    padding: 0 7vw;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
  }
  footer .styl3 ul.lst1 > li {
    flex: 0 0 calc((100% - 1em) / 2);
  }
  footer .styl3 .bnr1:before {
    content: "";
    display: block;
    height: 2px;
    flex: 1 1 auto;
    background: var(--theme-color1);
  }
  footer .styl3 .bnr1:after {
    content: "";
    display: block;
    height: 2px;
    flex: 0 0 5vw;
    background: var(--theme-color1);
  }
}

/** ----------------------------------------------
 * 
 * _header.scss : header
 * 
 */
:root {
  --header-height-sp: 4.5rem;
  --header-height-pc: 5.5rem;
}

html {
  /** ----------------------------------------------
  * sp
  */
  /** ----------------------------------------------
  * pc
  */
}
@media (max-width: 767.99px) {
  html {
    scroll-padding-top: var(--header-height-sp);
  }
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: var(--header-height-pc);
  }
}

body.--scroll header .area1 .w1 {
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.25s;
}
body.--scroll header .area1 .nav1 a {
  color: #333;
}
body.--scroll header .area1 .nav1 a.styl1 {
  color: white;
}

header {
  position: relative;
  /** ----------------------------------------------
  * Javascript
  */
  /** ----------------------------------------------
  * sp
  */
  /** ----------------------------------------------
  * pc
  */
}
header .fx1 {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
}
header .area1 {
  position: relative;
  z-index: 999;
}
header .area1 .w1 {
  height: var(--header-height-sp);
  padding: var(--body-padding-left-right-sp);
  display: flex;
  align-items: center;
}
header .area1 .w1 .image1 {
  flex: 0 0 auto;
}
header .area1 .w1 .title1 {
  flex: 1 1 auto;
}
header .area1 .w1 .btn1 {
  flex: 0 0 auto;
}
header .area1 .image1 {
  height: 100%;
}
header .area1 .image1 a {
  height: 100%;
}
header .area1 .image1 a img {
  height: 100%;
  width: auto;
}
header .area1 .btn1 {
  margin-left: auto;
  padding: 0.5em;
  height: 2.5rem;
  width: 2.5rem;
  box-sizing: border-box;
  background: #ccc;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.5em;
}
header .area1 .btn1:before, header .area1 .btn1 span, header .area1 .btn1:after {
  content: "";
  display: block;
  height: 0.125em;
  background: white;
}
header .area2 {
  transition: all 0.5s 0s ease;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  background: rgba(51, 51, 51, 0.9);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 998;
  height: 100vh;
  padding: calc(var(--header-height-sp) + (var(--body-padding-left-right-sp)) * 2) var(--body-padding-left-right-sp) calc(var(--body-padding-left-right-sp) * 2);
}
header .area2::-webkit-scrollbar {
  display: none;
}
header .area2 ul.lst1 > li:nth-child(n+2) {
  margin-top: 1em;
}
header .area2 a.ln1 {
  text-decoration: none;
  color: var(--theme-color5);
}
header .area2 a.ln2 {
  text-decoration: none;
  color: white;
  font-size: var(--font-size-s);
  line-height: 2;
}
header .area1 .btn1:not(.js-menu-hidden) {
  position: relative;
}
header .area1 .btn1:not(.js-menu-hidden) > span {
  display: none;
}
header .area1 .btn1:not(.js-menu-hidden)::after, header .area1 .btn1:not(.js-menu-hidden)::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70%;
}
header .area1 .btn1:not(.js-menu-hidden)::before {
  transform: translate(-50%, 50%) rotate(45deg);
}
header .area1 .btn1:not(.js-menu-hidden)::after {
  transform: translate(-50%, 50%) rotate(-45deg);
}
header .area2.js-menu-hidden {
  transform: translate(100%, 0);
}
@media (max-width: 767.99px) {
  header .title1 {
    text-align: center;
  }
}
@media (min-width: 768px) {
  header .area1 .w1 {
    height: var(--header-height-pc);
    padding-left: var(--body-padding-left-right-pc);
    padding-right: var(--body-padding-left-right-pc);
  }
  header .area1 .w1 .image1 {
    flex: 0 0 auto;
  }
  header .area1 .image1 img {
    height: 3.5em;
    width: auto;
  }
  header .area1 .title1 {
    margin-left: 1em;
  }
  header .area1 .title1 span {
    font-size: 1.5rem;
  }
  header .area1 .nav1 {
    font-size: var(--font-size-s);
    display: flex;
    align-items: center;
    gap: 1em;
    margin-left: auto;
  }
  header .area1 .nav1 a {
    text-decoration: none;
    color: var(--base-color-font);
    color: white;
  }
  header .area1 .nav1 a.styl1 {
    display: inline-block;
    padding: 0.5em 1em;
    background: var(--theme-color2);
  }
  header .area1 .btn1 {
    margin-left: 3em;
  }
  header .area2 {
    padding: calc(var(--header-height-pc) + (var(--body-padding-left-right-sp)) * 2) var(--body-padding-left-right-pc) calc(var(--body-padding-left-right-sp) * 2);
  }
}

/** ----------------------------------------------
* #
* # var
* #
*/
:root {
  /** --------------------------------------------
  * # color palette
  */
  --base-color-bg-white: radial-gradient(snow, ghostwhite);
  --base-color-bg-gray: rgba(#ccc, .125);
  --base-color-font: #333;
  --base-color-border: rgba(#ccc, .25);
  /** ------------------------------------------
  * # font
  */
  --font-size-xs: 0.8em;
  --font-size-s: 0.85em;
  --font-size-m: 1.125em;
  --font-size-l: 1.25em;
  --font-size-xl: 1.5em;
  --font-size-input: 1.125em;
  /** ------------------------------------------
  * # margin, padding
  */
  --body-padding-left-right-sp: 1rem;
  --body-padding-left-right-pc: 5vw;
}

/** ----------------------------------------------
 * 
 * _page.scss
 * 
 */
body {
  line-height: 1.6;
  letter-spacing: 0.1em;
  background: var(--theme-color3);
  /** ----------------------------------------------
   * Javascript
   */
  /** ----------------------------------------------
   * lib : slick
   */
  /** ----------------------------------------------
  * sp
  */
  /** ----------------------------------------------
  * pc
  */
}
body .g_styl1 .inner1 {
  position: relative;
}
body .g_styl1 .inner1 .e1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body .g_styl1 .inner1 ul.lst1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
body .g_styl1 .image1 {
  position: relative;
}
body .g_styl1 .image1::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.125);
}
body .g_styl1 .image1 img {
  height: 100%;
  object-fit: cover;
}
body .g_styl1 .e1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
body .g_styl1 .w1 {
  width: 100%;
  text-align: center;
  position: relative;
}
body .g_styl1 .w1 .stitle1 {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: 100%;
}
body .g_styl1 .mtitle1 > span {
  opacity: 0.75;
  font-size: 3rem;
  transform: scale(1, 1.5);
}
body .g_styl1 .mtitle1 span {
  display: inline-block;
  line-height: 1;
  color: var(--theme-color1);
}
body .g_styl1 .stitle1 span {
  color: white;
  text-shadow: 2px 2px 3px rgba(51, 51, 51, 0.5);
}
body .g_styl1 ul.lst1 {
  padding: var(--body-padding-left-right-sp);
  display: flex;
  gap: 0.5em;
}
body .g_styl1 ul.lst1 a {
  display: block;
  text-decoration: none;
}
body .g_styl1 ul.lst1 a span {
  font-size: var(--font-size-xs);
  color: white;
}
body .g_styl1 ul.lst1 > li:nth-child(n+2) a {
  padding-left: 1em;
  position: relative;
}
body .g_styl1 ul.lst1 > li:nth-child(n+2) a::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -40%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid white;
  border-right: 0;
}
@media (max-width: 767px) {
  body .g_styl1 .image1 {
    aspect-ratio: 4/3;
  }
}
@media (min-width: 768px) {
  body .g_styl1 .image1 {
    height: 80vh;
  }
  body .g_styl1 .mtitle1 span {
    font-size: 6rem;
  }
  body .g_styl1 .stitle1 span {
    font-size: 2.5rem;
  }
  body .g_styl1 ul.lst1 {
    padding: var(--body-padding-left-right-pc);
  }
  body .g_styl1 ul.lst1 a span {
    font-size: var(--font-size-s);
  }
}

/** ----------------------------------------------
 * 
 * _single.scss : .s-news main
 * 
 */
.s-news main #news h2.title1 {
  margin-top: 10%;
}
.s-news main #news .b1 {
  margin-top: 5%;
}
.s-news main #news .text1 span {
  font-size: var(--font-size-s);
}
.s-news main #news .content1 {
  margin-top: 5%;
}

/** ----------------------------------------------
 * 
 * _tpl-404.scss
 * 
 */
.p-404 main {
  /** ----------------------------------------------
  * sp
  */
  /** ----------------------------------------------
  * pc
  */
}
.p-404 main .g_styl1 .inner1 .e1 {
  background: rgba(255, 255, 255, 0.95);
}
.p-404 main .g_styl1 .image1 {
  aspect-ratio: 4/3;
}
.p-404 main .g_styl1 .stitle1 span {
  color: black;
  text-shadow: 2px 2px 3px white;
}
.p-404 main .g_styl1 ul.lst1 > li:nth-child(n+2) a::before {
  border-left: 6px solid black;
}
.p-404 main .g_styl1 ul.lst1 a span {
  color: black;
}
.p-404 main .styl3 .inner1 {
  padding: 3.5rem var(--body-padding-left-right-sp);
}
@media (min-width: 768px) {
  .p-404 main .g_styl1 .image1 {
    height: 80vh;
  }
  .p-404 main .styl3 .inner1 {
    padding-left: var(--body-padding-left-right-pc);
    padding-right: var(--body-padding-left-right-pc);
  }
}

/** ----------------------------------------------
 * 
 * _tpl-benefit.scss
 * 
 */
.p-benefit main {
  /** ----------------------------------------------
  * sp
  */
  /** ----------------------------------------------
  * pc
  */
}
.p-benefit main .styl3 {
  padding-top: 1rem;
}
.p-benefit main .styl3 .e1 {
  padding: 5.5em 2em 3em;
  background: white;
  position: relative;
}
.p-benefit main .styl3 .e1 .mtitle1 {
  position: absolute;
  top: 5rem;
  right: 1rem;
}
.p-benefit main .styl3 .mtitle1 span {
  font-size: 3rem;
  color: var(--theme-color1);
  font-family: serif !important;
  display: inline-block;
  transform: scale(1, 1.5);
}
.p-benefit main .styl3 .image1 {
  position: relative;
  z-index: 1;
  box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.125);
}
.p-benefit main .styl3 .image1 img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.p-benefit main .styl3 .ccopy1 {
  white-space: pre-line;
  position: relative;
}
.p-benefit main .styl3 .ccopy1 span {
  font-size: var(--font-size-l);
}
.p-benefit main .styl3 .reditor1 {
  margin-top: 1em;
  padding-top: 1.5em;
  position: relative;
}
.p-benefit main .styl3 .reditor1::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 2.5rem;
  background: var(--theme-color4);
}
.p-benefit main .styl3 .reditor1 p {
  margin-top: 1em;
}
.p-benefit main .styl3 .reditor1 ul {
  padding-left: 1.5rem;
}
.p-benefit main .styl4 {
  margin-top: 3rem;
}
.p-benefit main .styl4 .inner1 {
  background: var(--base-color-bg-white);
  padding: 3.5rem 0;
}
.p-benefit main .styl4 .image1 {
  text-align: center;
}
.p-benefit main .styl4 .image1 img {
  width: 50%;
}
.p-benefit main .styl4 .title1 {
  text-align: center;
}
.p-benefit main .styl4 .mtitle1 {
  text-align: center;
}
.p-benefit main .styl4 .mtitle1 span {
  font-size: 3rem;
  color: var(--theme-color1);
  font-family: serif !important;
  display: inline-block;
  transform: scale(1, 1.5);
}
.p-benefit main .styl4 .stitle1 {
  text-align: center;
  margin-top: 0.5rem;
}
.p-benefit main .styl4 .gal1 {
  margin-top: 3rem;
  overflow: hidden;
}
.p-benefit main .styl4 .gal1 p {
  margin: 0.5em;
  border: 1px solid rgba(204, 204, 204, 0.25);
  padding: 2rem 1rem;
  aspect-ratio: 1/1;
  box-shadow: 1px 1px 3px rgba(204, 204, 204, 0.25);
}
.p-benefit main .styl6 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-benefit main .styl6 .inner1 {
  padding: 2rem 1rem;
}
.p-benefit main .styl6 .title1 {
  text-align: center;
}
.p-benefit main .styl6 .e1 {
  background: rgba(255, 255, 255, 0.95);
  padding: 2.5em 1em 3em;
}
.p-benefit main .styl6 .mtitle1 {
  text-align: center;
}
.p-benefit main .styl6 .mtitle1 span {
  font-size: 2.5rem;
  font-family: serif !important;
  color: var(--theme-color4);
  display: inline-block;
  transform: scale(1, 1.5);
}
.p-benefit main .styl6 .ctitle1 {
  text-align: center;
  position: relative;
  margin-top: 0.5em;
}
.p-benefit main .styl6 ul.lst1 > li:nth-child(n+2) {
  margin-top: 2rem;
}
.p-benefit main .styl6 .reditor1 p {
  margin-top: 1rem;
}
.p-benefit main .styl7 {
  padding-top: 1.5rem;
}
.p-benefit main .styl7 .e1 {
  padding: 5.5em 2em 3em;
  position: relative;
  background: white;
}
.p-benefit main .styl7 .e1 .mtitle1 {
  position: absolute;
  top: 5rem;
  right: 1rem;
}
.p-benefit main .styl7 .mtitle1 span {
  font-size: 3rem;
  color: var(--theme-color1);
  font-family: serif !important;
  display: inline-block;
  transform: scale(1, 1.5);
}
.p-benefit main .styl7 .image1 {
  position: relative;
  z-index: 1;
}
.p-benefit main .styl7 .image1 img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.p-benefit main .styl7 .ccopy1 {
  white-space: pre-line;
  position: relative;
}
.p-benefit main .styl7 .ccopy1 span {
  font-size: var(--font-size-l);
}
.p-benefit main .styl7 .reditor1 {
  margin-top: 1em;
  padding-top: 1.5em;
  position: relative;
}
.p-benefit main .styl7 .reditor1::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 2.5rem;
  background: var(--theme-color4);
}
.p-benefit main .styl7 .reditor1 p {
  margin-top: 1em;
}
.p-benefit main .styl7 .reditor1 ul {
  padding-left: 1.5rem;
}
@media (max-width: 767.99px) {
  .p-benefit main .styl3 {
    padding-left: var(--body-padding-left-right-sp);
    padding-right: var(--body-padding-left-right-sp);
  }
  .p-benefit main .styl3 .e1 {
    margin: -3em calc(var(--body-padding-left-right-sp) * -1) 0;
  }
  .p-benefit main .styl6 .inner1 {
    padding: 2rem 1rem;
  }
  .p-benefit main .styl6 .stitle1 span {
    font-size: var(--font-size-s);
  }
  .p-benefit main .styl7 {
    padding-left: var(--body-padding-left-right-sp);
    padding-right: var(--body-padding-left-right-sp);
  }
  .p-benefit main .styl7 .e1 {
    margin: -3em calc(var(--body-padding-left-right-sp) * -1) 0;
  }
}
@media (min-width: 768px) {
  .p-benefit main .styl3 {
    padding-top: 10rem;
  }
  .p-benefit main .styl3 .w1 {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .p-benefit main .styl3 .w1 .image1 {
    flex: 0 0 50%;
  }
  .p-benefit main .styl3 .w1 .e1 {
    flex: 1 1 50%;
  }
  .p-benefit main .styl3 .image1 {
    margin: 5rem 0 0 -5rem;
  }
  .p-benefit main .styl3 .e1 {
    padding: 5.5rem 7rem 5.5rem var(--body-padding-left-right-pc);
  }
  .p-benefit main .styl3 .e1 .mtitle1 {
    top: 0;
    left: 7rem;
    transform: translate(0, -50%);
  }
  .p-benefit main .styl3 .mtitle1 span {
    font-size: 5rem;
  }
  .p-benefit main .styl3 .ccopy1 span {
    font-size: 2em;
  }
  .p-benefit main .styl3 .reditor1 {
    margin-top: 2.5em;
    padding-top: 3.5em;
  }
  .p-benefit main .styl3 .ln1 {
    margin-top: 4rem;
  }
  .p-benefit main .styl4 .inner1 {
    padding-left: var(--body-padding-left-right-pc);
    padding-right: var(--body-padding-left-right-pc);
  }
  .p-benefit main .styl4 .mtitle1 span {
    font-size: 5rem;
  }
  .p-benefit main .styl4 .gal1 {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
  }
  .p-benefit main .styl4 .gal1 p {
    flex: 0 0 calc((100% - 5em) / 3);
  }
  .p-benefit main .styl6 {
    padding-left: var(--body-padding-left-right-pc);
    padding-right: var(--body-padding-left-right-pc);
  }
  .p-benefit main .styl6 .inner1 {
    padding: calc(var(--body-padding-left-right-pc) * 2) 0;
  }
  .p-benefit main .styl6 .e1 {
    padding: 7rem 1rem;
  }
  .p-benefit main .styl6 .mtitle1 span {
    font-size: 5rem;
  }
  .p-benefit main .styl6 .reditor1 {
    margin: 3.5rem auto 0;
    width: 30rem;
  }
  .p-benefit main .styl7 {
    padding-top: 10rem;
  }
  .p-benefit main .styl7 .w1 {
    display: flex;
    align-items: flex-start;
  }
  .p-benefit main .styl7 .w1 .image1 {
    flex: 0 0 50%;
  }
  .p-benefit main .styl7 .w1 .e1 {
    flex: 1 1 50%;
  }
  .p-benefit main .styl7 .image1 {
    margin: 5rem -5rem 0 0;
    position: relative;
    z-index: 1;
  }
  .p-benefit main .styl7 .e1 {
    padding: 5.5rem var(--body-padding-left-right-pc) 5.5rem 8rem;
  }
  .p-benefit main .styl7 .e1 .mtitle1 {
    top: 0;
    left: 7rem;
    transform: translate(0, -50%);
  }
  .p-benefit main .styl7 .mtitle1 {
    left: 7rem;
  }
  .p-benefit main .styl7 .mtitle1 span {
    font-size: 5rem;
  }
  .p-benefit main .styl7 .ccopy1 span {
    font-size: 2em;
  }
  .p-benefit main .styl7 .reditor1 {
    margin-top: 2.5em;
    padding-top: 3.5em;
  }
  .p-benefit main .styl7 .ln1 {
    margin-top: 4rem;
  }
}

/** ----------------------------------------------
 * 
 * _tpl-business.scss
 * 
 */
.p-business main {
  /** ----------------------------------------------
  * content
  */
  /** ----------------------------------------------
  * sp
  */
  /** ----------------------------------------------
  * pc
  */
}
.p-business main .styl4 {
  background: var(--base-color-bg-white);
}
.p-business main .styl4 .inner1 {
  padding: 3rem var(--body-padding-left-right-sp);
}
.p-business main .styl4 ul.lst2 > li:nth-child(n+2) {
  margin-top: 3rem;
}
.p-business main .styl4 .reditor1 h3 {
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  font-size: var(--font-size-xl);
  color: var(--theme-color4);
  position: relative;
}
.p-business main .styl4 .reditor1 h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 2.5rem;
  background: var(--theme-color4);
}
.p-business main .styl4 .reditor1 h4 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--theme-color4);
  color: var(--theme-color4);
  margin-bottom: 1em;
  font-size: var(--font-size-m);
}
.p-business main .styl4 .reditor1 table tr {
  padding: 1em;
  display: flex;
  height: auto !important;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.p-business main .styl4 .reditor1 table tr:last-child {
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.p-business main .styl4 .reditor1 table tr > td {
  height: auto !important;
}
.p-business main .styl4 .reditor1 table tr > td:first-child {
  color: var(--theme-color4);
  font-weight: bold;
}
.p-business main .styl4 .reditor1 a {
  text-decoration: none;
  color: var(--base-color-font);
}
.p-business main .styl4 .reditor1 ul.gal1 {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
.p-business main .styl4 .reditor1 ul.gal1 > li {
  flex: 0 0 calc((100% - 1em) / 2);
}
.p-business main .styl4 .reditor1 ul.gal2 {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}
@media (max-width: 767.99px) {
  .p-business main .styl4 table tr {
    flex-wrap: wrap;
  }
  .p-business main .styl4 table tr > td {
    flex: 1 1 100%;
    width: auto !important;
  }
  .p-business main .styl4 ul.gal2 {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .p-business main .styl4 .inner1 {
    padding-left: var(--body-padding-left-right-pc);
    padding-right: var(--body-padding-left-right-pc);
  }
  .p-business main .styl4 ul.lst2 {
    max-width: 1000px;
    margin: 0 auto;
  }
  .p-business main .styl4 .reditor1 table tr > td:first-child {
    width: 11.5em !important;
  }
  .p-business main .styl4 .reditor1 table tr > td:last-child {
    width: 100% !important;
  }
  .p-business main .styl4 .reditor1 ul.gal1 {
    justify-content: center;
  }
  .p-business main .styl4 .reditor1 ul.gal1 > li {
    flex: 0 0 calc((100% - 3em) / 4);
  }
  .p-business main .styl4 .reditor1 ul.gal2 {
    justify-content: center;
    align-items: flex-end;
  }
  .p-business main .styl4 .reditor1 ul.gal2 > li {
    flex: 0 0 calc((100% - 2em) / 3);
  }
}

/** ----------------------------------------------
 * 
 * _tpl-company.scss
 * 
 */
.p-company main {
  /** ----------------------------------------------
  * content
  */
  /** ----------------------------------------------
  * sp
  */
  /** ----------------------------------------------
  * pc
  */
}
.p-company main .styl3 {
  background: var(--base-color-bg-white);
  padding: 3rem var(--body-padding-left-right-sp);
}
.p-company main .styl3 .e3 {
  margin-top: 1em;
  padding-top: 1.5em;
  position: relative;
}
.p-company main .styl3 .e3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 2.5rem;
  background: var(--theme-color4);
}
.p-company main .styl3 .mtitle1 span {
  font-size: 3rem;
  color: var(--theme-color1);
  font-family: serif !important;
  display: inline-block;
  transform: scale(1, 1.5);
}
.p-company main .styl3 .ctitle1 span {
  font-size: var(--font-size-l);
}
.p-company main .styl3 .reditor1 {
  margin-top: 2em;
}
.p-company main .styl3 .reditor1 p {
  margin-top: 1em;
}
.p-company main .styl4 {
  background: var(--theme-color3);
  padding: 3rem var(--body-padding-left-right-sp);
}
.p-company main .styl4 .e3 {
  margin-top: 1em;
  padding-top: 1.5em;
  position: relative;
}
.p-company main .styl4 .e3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 2.5rem;
  background: var(--theme-color4);
}
.p-company main .styl4 .mtitle1 span {
  font-size: 3rem;
  color: var(--theme-color1);
  font-family: serif !important;
  display: inline-block;
  transform: scale(1, 1.5);
}
.p-company main .styl4 .ctitle1 span {
  font-size: var(--font-size-l);
}
.p-company main .styl4 .reditor1 {
  white-space: pre-line;
  margin-top: 2em;
}
.p-company main .styl4 .reditor1 h3 {
  background: var(--theme-color1);
  padding: 1em;
}
.p-company main .styl4 .reditor1 p {
  margin-top: 1em;
}
.p-company main .styl4 .reditor1 p:has(img) {
  text-align: center;
}
.p-company main .styl4 .reditor1 img {
  width: 23rem;
}
@media (min-width: 768px) {
  .p-company main .styl3 {
    padding: 7rem var(--body-padding-left-right-pc);
  }
  .p-company main .styl3 .inner1 {
    max-width: 1000px;
    margin: 0 auto;
  }
  .p-company main .styl3 .e2 {
    margin-left: auto;
    max-width: calc(768px - var(--body-padding-left-right-pc) * 2);
  }
  .p-company main .styl3 .e3 {
    margin-top: 2.5rem;
    padding-top: 3.5rem;
  }
  .p-company main .styl3 .mtitle1 span {
    font-size: 5rem;
  }
  .p-company main .styl3 .ctitle1 span {
    font-size: 2rem;
  }
  .p-company main .styl4 {
    padding: 7rem var(--body-padding-left-right-pc);
  }
  .p-company main .styl4 .inner1 {
    max-width: 1000px;
    margin: 0 auto;
  }
  .p-company main .styl4 .e2 {
    margin-left: auto;
    max-width: calc(768px - var(--body-padding-left-right-pc) * 2);
  }
  .p-company main .styl4 .e3 {
    margin-top: 2.5rem;
    padding-top: 3.5rem;
  }
  .p-company main .styl4 .mtitle1 span {
    font-size: 5rem;
  }
  .p-company main .styl4 .ctitle1 span {
    font-size: 2rem;
  }
}

/** ----------------------------------------------
 * 
 * _tpl-contact.scss
 * 
 */
.p-contact main {
  /** ----------------------------------------------
  * content
  */
  /** ----------------------------------------------
  * sp
  */
  /** ----------------------------------------------
  * pc
  */
}
.p-contact main .g_styl1 .inner1 .e1 {
  background: var(--theme-color3);
}
.p-contact main .g_styl1 .stitle1 span {
  color: black;
  text-shadow: 2px 2px 3px white;
}
.p-contact main .g_styl1 ul.lst1 > li:nth-child(n+2) a::before {
  border-left: 6px solid black;
}
.p-contact main .g_styl1 ul.lst1 a span {
  color: black;
}
.p-contact main .styl3 {
  background: var(--base-color-bg-white);
}
.p-contact main .styl3 .inner1 {
  padding: 2rem var(--body-padding-left-right-sp);
}
.p-contact main .styl3 a {
  color: var(--base-color-font);
  text-decoration: none;
}
.p-contact main .styl3 .title1 span {
  font-size: var(--font-size-m);
}
.p-contact main .styl3 .reditor1 iframe {
  width: 100%;
}
.p-contact main .styl3 .reditor1 p {
  margin-top: 1em;
}
.p-contact main .styl4 {
  padding: 3rem var(--body-padding-left-right-sp);
}
.p-contact main .styl4 .mtitle1 {
  text-align: center;
}
.p-contact main .styl4 .mtitle1 span {
  font-size: 3rem;
  color: var(--theme-color1);
  font-family: serif !important;
  display: inline-block;
  transform: scale(1, 1.5);
}
.p-contact main .styl4 .ctitle1 {
  text-align: center;
  margin-top: 0.5rem;
}
.p-contact main .styl4 .w1 {
  background: var(--base-color-bg-white);
  padding: 2em 1em;
  margin-top: 2em;
}
.p-contact main .styl4 .reditor1 p {
  margin-top: 1em;
}
.p-contact main .styl4 .cf7 {
  margin-top: 3em;
}
.p-contact main .styl4 .cf7 label.lbl1 {
  display: block;
  padding: 0;
  padding: 1em 1em 1.5em;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.p-contact main .styl4 .cf7 label.lbl1 + br {
  display: none;
}
.p-contact main .styl4 .cf7 textarea,
.p-contact main .styl4 .cf7 input:not([type=radio]) {
  width: 100%;
  padding: 0.75em 1em;
  font-size: 1rem;
}
.p-contact main .styl4 .cf7 textarea {
  height: 12em;
}
.p-contact main .styl4 .cf7 input {
  border-width: 1px;
  border-style: solid;
}
.p-contact main .styl4 .cf7 span.rbtns1 {
  display: block;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
  padding: 1em 1em 1.5em;
}
.p-contact main .styl4 .cf7 span.rbtns1 + br {
  display: none;
}
.p-contact main .styl4 .cf7 span.rlst1 {
  margin-top: 0.5em;
  display: flex;
  flex-direction: column;
}
.p-contact main .styl4 .cf7 span.rlst1 label {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.p-contact main .styl4 .cf7 .texta1 {
  width: 100%;
  display: inline-block;
}
.p-contact main .styl4 .cf7 .text1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-contact main .styl4 .cf7 .text1 span {
  font-weight: bold;
}
.p-contact main .styl4 .cf7 .text2 {
  width: 100%;
  display: inline-block;
}
.p-contact main .styl4 .cf7 .text3 {
  padding: 0.25em 0.5em;
  background: #ee1d25;
  border-radius: 3px;
  color: white;
  font-size: var(--font-size-xs);
}
.p-contact main .styl4 .cf7 .ctitle1 {
  border-bottom: none;
}
.p-contact main .styl4 .cf7 .ln1 {
  display: inline-block;
  margin-top: 1em;
}
.p-contact main .styl4 .cf7 .ln1 a {
  color: var(--base-color-black1);
}
.p-contact main .styl4 .cf7 .btn1 {
  line-height: 1;
  display: block;
}
.p-contact main .styl4 .cf7 .btn1 input {
  background: var(--theme-color2);
  border: none;
  font-weight: bold;
  height: auto;
  color: white;
  padding: 1.25em 1em;
}
@media (max-width: 767.99px) {
  .p-contact main .styl3 .inner1 {
    padding-left: var(--body-padding-left-right-pc);
    padding-right: var(--body-padding-left-right-pc);
  }
  .p-contact main .styl4 .texta1 {
    margin-top: 0.5em;
  }
  .p-contact main .styl4 .text1 {
    margin-top: 1.25em;
  }
  .p-contact main .styl4 .text2 {
    margin-top: 0.5em;
  }
}
@media (min-width: 768px) {
  .p-contact main .styl3 .inner1 {
    padding-left: var(--body-padding-left-right-pc);
    padding-right: var(--body-padding-left-right-pc);
    max-width: 1000px;
    margin: 0 auto;
  }
  .p-contact main .styl4 {
    padding: 7rem var(--body-padding-left-right-pc);
  }
  .p-contact main .styl4 .inner1 {
    max-width: 1000px;
    margin: 0 auto;
  }
  .p-contact main .styl4 .mtitle1 span {
    font-size: 5rem;
  }
  .p-contact main .styl4 .w1 {
    margin-top: 4em;
    padding: 7em;
  }
  .p-contact main .styl4 .cf7 span.rbtns1 {
    display: flex;
  }
  .p-contact main .styl4 .cf7 span.rlst1 {
    margin-left: 1em;
  }
  .p-contact main .styl4 .cf7 label.lbl1 {
    display: flex;
  }
  .p-contact main .styl4 .cf7 label.lbl1:has([type=submit]) {
    justify-content: center;
    padding: 2em 1em 1.5em;
  }
  .p-contact main .styl4 .cf7 .texta1 {
    margin: 0.5em 0 0 2em;
  }
  .p-contact main .styl4 .cf7 .text1 {
    flex: 0 0 15em;
  }
  .p-contact main .styl4 .cf7 .text2 {
    margin-left: 2em;
  }
}

/** ----------------------------------------------
 * 
 * _tpl-internship_child.scss
 * 
 */
.p-y2024 main,
.p-y2023 main {
  /** ----------------------------------------------
  * sp
  */
  /** ----------------------------------------------
  * pc
  */
}
.p-y2024 main #cont23 .reditor10 h3,
.p-y2023 main #cont23 .reditor10 h3 {
  margin-top: 10%;
  font-size: var(--font-size-m);
  border-left: 0.375em solid var(--theme-color1);
  padding: 0.5em 1em;
  background: rgba(204, 204, 204, 0.125);
}
.p-y2024 main #cont23 .reditor10 h4,
.p-y2023 main #cont23 .reditor10 h4 {
  background: var(--theme-color3);
  padding: 1em;
}
.p-y2024 main #cont23 .reditor10 ul.lst1,
.p-y2023 main #cont23 .reditor10 ul.lst1 {
  padding-left: 1.5rem;
}
.p-y2024 main #cont23 .reditor10 ul.lst1 li:nth-child(n+2),
.p-y2023 main #cont23 .reditor10 ul.lst1 li:nth-child(n+2) {
  margin-top: 1em;
}
.p-y2024 main #cont23 .reditor10 ol.lst1,
.p-y2023 main #cont23 .reditor10 ol.lst1 {
  padding-left: 1.5rem;
  list-style-type: decimal;
}
.p-y2024 main #cont23 .reditor10 ol.lst1 li:nth-child(n+2),
.p-y2023 main #cont23 .reditor10 ol.lst1 li:nth-child(n+2) {
  margin-top: 1em;
}
.p-y2024 main #cont23 .reditor10 table.tbl1 tr,
.p-y2023 main #cont23 .reditor10 table.tbl1 tr {
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
}
.p-y2024 main #cont23 .reditor10 table.tbl1 td:nth-child(2),
.p-y2023 main #cont23 .reditor10 table.tbl1 td:nth-child(2) {
  padding: 1em;
}
.p-y2024 main #cont23 .reditor10 table.tbl3 tr,
.p-y2023 main #cont23 .reditor10 table.tbl3 tr {
  display: flex;
  gap: 1em;
}
.p-y2024 main #cont23 .reditor10 table.tbl3 tr:nth-child(n+2),
.p-y2023 main #cont23 .reditor10 table.tbl3 tr:nth-child(n+2) {
  margin-top: 5%;
}
.p-y2024 main #cont23 .reditor10 table.tbl3 td:has(img),
.p-y2023 main #cont23 .reditor10 table.tbl3 td:has(img) {
  width: 20% !important;
  flex: 0 0 20%;
  text-align: center;
  font-size: 10px;
}
.p-y2024 main #cont23 .reditor10 table.tbl3 td:not(:has(img)),
.p-y2023 main #cont23 .reditor10 table.tbl3 td:not(:has(img)) {
  flex: 1 1 auto;
  background: rgba(204, 204, 204, 0.125);
  border: 2px solid rgba(204, 204, 204, 0.25);
  padding: 0.5em 1em;
  border-radius: 6px;
}
.p-y2024 main #cont23 .reditor10 table.tbl4 td,
.p-y2023 main #cont23 .reditor10 table.tbl4 td {
  padding: 0.25em;
}
.p-y2024 main #cont23 .reditor10 a.ln1,
.p-y2023 main #cont23 .reditor10 a.ln1 {
  border-radius: 100vh;
  padding: 0.5em 2em 0.5em 1.5em;
  display: block;
  background: var(--theme-color2);
  color: var(--base-color-white1);
  font-weight: bold;
  position: relative;
}
.p-y2024 main #cont23 .reditor10 a.ln1::after,
.p-y2023 main #cont23 .reditor10 a.ln1::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
}
@media (max-width: 767px) {
  .p-y2024 main #cont23 .reditor10 table.tbl1 td,
  .p-y2023 main #cont23 .reditor10 table.tbl1 td {
    margin: 0 auto;
  }
  .p-y2024 main #cont23 .reditor10 table.tbl1 td:not(:has(img)),
  .p-y2023 main #cont23 .reditor10 table.tbl1 td:not(:has(img)) {
    width: 100% !important;
  }
  .p-y2024 main #cont23 .reditor10 table.tbl1 td:nth-child(n+2),
  .p-y2023 main #cont23 .reditor10 table.tbl1 td:nth-child(n+2) {
    margin-top: 0.5em;
  }
}
@media (min-width: 768px) {
  .p-y2024 main #cont23 .reditor10 table.tbl1 td:nth-child(2),
  .p-y2023 main #cont23 .reditor10 table.tbl1 td:nth-child(2) {
    padding: 2em;
  }
  .p-y2024 main #cont23 .reditor10 table.tbl3 td:has(img),
  .p-y2023 main #cont23 .reditor10 table.tbl3 td:has(img) {
    font-size: var(--font-size-xs);
  }
}

/** ----------------------------------------------
 * 
 * _tpl-recruit_child.scss
 * 
 */
.page-recruit_child main {
  /** ----------------------------------------------
  * sp
  */
  /** ----------------------------------------------
  * pc
  */
}
.page-recruit_child main .g_styl1 .inner1 .e1 {
  background: rgba(255, 255, 255, 0.95);
}
.page-recruit_child main .g_styl1 .stitle1 span {
  color: black;
  text-shadow: 2px 2px 3px white;
}
.page-recruit_child main .g_styl1 ul.lst1 > li:nth-child(n+2) a::before {
  border-left: 6px solid black;
}
.page-recruit_child main .g_styl1 ul.lst1 a span {
  color: black;
}
.page-recruit_child main .styl6 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-recruit_child main .styl6 .inner1 {
  padding: 2rem 1rem;
}
.page-recruit_child main .styl6 .title1 {
  text-align: center;
}
.page-recruit_child main .styl6 .e1 {
  background: rgba(255, 255, 255, 0.95);
  padding: 2.5em 1em 3em;
}
.page-recruit_child main .styl6 .mtitle1 {
  text-align: center;
}
.page-recruit_child main .styl6 .mtitle1 span {
  font-size: 3rem;
  font-family: serif !important;
  color: var(--theme-color1);
  display: inline-block;
  transform: scale(1, 1.5);
}
.page-recruit_child main .styl6 .ctitle1 {
  text-align: center;
  margin-top: 0.5em;
}
.page-recruit_child main .styl6 .reditor1 {
  margin-top: 3rem;
}
.page-recruit_child main .styl6 .reditor1 p {
  margin-top: 1rem;
}
.page-recruit_child main .styl7 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-recruit_child main .styl7 .inner1 {
  padding: 2rem 1rem;
}
.page-recruit_child main .styl7 .e1 {
  background: rgba(255, 255, 255, 0.95);
  padding: 2.5em 1em 3em;
}
.page-recruit_child main .styl7 .mtitle1 {
  text-align: center;
}
.page-recruit_child main .styl7 .mtitle1 span {
  font-size: 3rem;
  font-family: serif !important;
  color: var(--theme-color1);
  display: inline-block;
  transform: scale(1, 1.5);
}
.page-recruit_child main .styl7 .ctitle1 {
  text-align: center;
  margin-top: 0.5em;
  position: relative;
}
.page-recruit_child main .styl7 ul.lst1 {
  margin-top: 3rem;
}
.page-recruit_child main .styl7 .reditor1 {
  margin: 2.5% 0 0 1em;
  padding: 2.5% 0 5% 1em;
  border-left: 2px solid rgba(204, 204, 204, 0.5);
}
.page-recruit_child main .styl7 .reditor1 p {
  margin-top: 1rem;
}
.page-recruit_child main .styl8 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-recruit_child main .styl8 .inner1 {
  padding: 2rem 1rem;
}
.page-recruit_child main .styl8 .e1 {
  background: rgba(255, 255, 255, 0.95);
  padding: 2.5em 1em 3em;
}
.page-recruit_child main .styl8 .mtitle1 {
  text-align: center;
}
.page-recruit_child main .styl8 .mtitle1 span {
  font-size: 3rem;
  font-family: serif !important;
  color: var(--theme-color1);
  display: inline-block;
  transform: scale(1, 1.5);
}
.page-recruit_child main .styl8 .ctitle1 {
  text-align: center;
  margin-top: 0.5em;
}
.page-recruit_child main .styl8 .ccopy1 {
  text-align: center;
  margin-top: 2em;
}
.page-recruit_child main .styl8 ul.lst1 {
  margin-top: 3rem;
}
.page-recruit_child main .styl8 .thumb1 {
  margin-top: 1.5rem;
  box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.25);
}
.page-recruit_child main .styl8 .ln1 {
  margin-top: 1em;
}
.page-recruit_child main .styl8 .ln1 a {
  padding: 0.5em 0;
  border-bottom: 1px solid var(--theme-color2);
  color: var(--theme-color2);
  text-decoration: none;
  display: block;
  text-align: center;
  position: relative;
}
.page-recruit_child main .styl8 .ln1 a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
}
.page-recruit_child main .styl8 .bnr1 {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
}
.page-recruit_child main .styl8 .bnr1 .image1 {
  flex: 0 0 min(50%, 15rem);
}
.page-recruit_child main .styl8 .text1 span {
  font-size: max(1rem, var(--font-size-s));
  font-style: italic;
  color: gray;
}
@media (max-width: 767.99px) {
  .page-recruit_child main .styl1 .image1 img {
    aspect-ratio: 4/3;
  }
  .page-recruit_child main .styl6 .inner1 {
    padding: 2rem 1rem;
  }
  .page-recruit_child main .styl6 .stitle1 span {
    font-size: var(--font-size-s);
  }
  .page-recruit_child main .styl7 .inner1 {
    padding: 2rem 1rem;
  }
  .page-recruit_child main .styl7 .stitle1 span {
    font-size: var(--font-size-s);
  }
  .page-recruit_child main .styl8 .inner1 {
    padding: 2rem 1rem;
  }
  .page-recruit_child main .styl8 .stitle1 span {
    font-size: var(--font-size-s);
  }
}
@media (min-width: 768px) {
  .page-recruit_child main .styl1 .image1 img {
    height: 70vh;
  }
  .page-recruit_child main .styl6 {
    padding-left: var(--body-padding-left-right-pc);
    padding-right: var(--body-padding-left-right-pc);
  }
  .page-recruit_child main .styl6 .inner1 {
    padding: calc(var(--body-padding-left-right-pc) * 2) 0;
  }
  .page-recruit_child main .styl6 .e1 {
    padding: 7rem 1rem;
  }
  .page-recruit_child main .styl6 .mtitle1 span {
    font-size: 4.5rem;
  }
  .page-recruit_child main .styl6 .reditor1 {
    margin: 3.5rem auto 0;
    width: 30rem;
  }
  .page-recruit_child main .styl7 {
    padding-left: var(--body-padding-left-right-pc);
    padding-right: var(--body-padding-left-right-pc);
  }
  .page-recruit_child main .styl7 .inner1 {
    padding: calc(var(--body-padding-left-right-pc) * 2) 0;
  }
  .page-recruit_child main .styl7 .e1 {
    padding: 7rem 1rem;
  }
  .page-recruit_child main .styl7 .mtitle1 span {
    font-size: 5rem;
  }
  .page-recruit_child main .styl7 ul.lst1 {
    margin: 3.5rem auto 0;
    width: 30rem;
  }
  .page-recruit_child main .styl8 {
    padding-left: var(--body-padding-left-right-pc);
    padding-right: var(--body-padding-left-right-pc);
  }
  .page-recruit_child main .styl8 .inner1 {
    padding: calc(var(--body-padding-left-right-pc) * 2) 0;
  }
  .page-recruit_child main .styl8 .e1 {
    padding: 7rem 1rem;
  }
  .page-recruit_child main .styl8 .mtitle1 span {
    font-size: 5rem;
  }
  .page-recruit_child main .styl8 ul.lst1 {
    padding: 0 7vw;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
  }
  .page-recruit_child main .styl8 ul.lst1 > li {
    flex: 0 0 calc((100% - 1em) / 2);
  }
  .page-recruit_child main .styl8 .bnr1:before {
    content: "";
    display: block;
    height: 2px;
    flex: 1 1 auto;
    background: var(--theme-color1);
  }
  .page-recruit_child main .styl8 .bnr1:after {
    content: "";
    display: block;
    height: 2px;
    flex: 0 0 5vw;
    background: var(--theme-color1);
  }
}

/** ----------------------------------------------
 * 
 * _tpl-recruit.scss
 * 
 */
.p-recruit main {
  /** ----------------------------------------------
  * content
  */
  /** ----------------------------------------------
  * sp
  */
  /** ----------------------------------------------
  * pc
  */
}
.p-recruit main .g_styl1 .inner1 .e1 {
  background: rgba(255, 255, 255, 0.95);
}
.p-recruit main .g_styl1 .stitle1 span {
  color: black;
  text-shadow: 2px 2px 3px white;
}
.p-recruit main .g_styl1 ul.lst1 > li:nth-child(n+2) a::before {
  border-left: 6px solid black;
}
.p-recruit main .g_styl1 ul.lst1 a span {
  color: black;
}
.p-recruit main .styl3 .inner1 {
  padding: 3.5rem var(--body-padding-left-right-sp);
}
.p-recruit main .styl3 ul.lst1 > li {
  background: var(--base-color-bg-white);
  box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.25);
}
.p-recruit main .styl3 .e1 {
  padding: 1.5rem;
}
.p-recruit main .styl3 a {
  color: var(--base-color-font);
  text-decoration: none;
}
.p-recruit main .styl3 .title1 span {
  font-size: var(--font-size-m);
}
.p-recruit main .styl3 .reditor1 {
  margin-top: 1em;
  padding-top: 1.5em;
  position: relative;
}
.p-recruit main .styl3 .reditor1::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 2.5rem;
  background: var(--theme-color4);
}
@media (max-width: 767.99px) {
  .p-recruit main .styl3 .inner1 {
    padding-left: var(--body-padding-left-right-pc);
    padding-right: var(--body-padding-left-right-pc);
  }
  .p-recruit main .styl3 ul.lst1 > li:nth-child(n+2) {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .p-recruit main .styl3 .inner1 {
    padding-left: var(--body-padding-left-right-pc);
    padding-right: var(--body-padding-left-right-pc);
  }
  .p-recruit main .styl3 ul.lst1 {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .p-recruit main .styl3 ul.lst1 > li {
    flex: 0 0 calc((100% - 4rem) / 3);
  }
}

/** ----------------------------------------------
 * 
 * _tpl-top.scss
 * 
 */
.p-top main {
  /** ----------------------------------------------
  * sp
  */
  /** ----------------------------------------------
  * pc
  */
}
.p-top main .styl1 .e1 {
  position: relative;
}
.p-top main .styl1 .e1 .e2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-top main .styl1 ul.gal1 {
  position: relative;
  height: 100vh;
}
.p-top main .styl1 ul.gal1 li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation-name: ani1;
  animation-iteration-count: infinite;
}
.p-top main .styl1 ul.gal1 li a {
  display: block;
}
.p-top main .styl1 ul.gal1 li img {
  height: 100vh;
  object-fit: cover;
}
.p-top main .styl1 .e2 {
  padding: 2rem 1rem 5rem 1rem;
  color: white;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.25), transparent);
  text-shadow: 2px 2px 3px rgba(51, 51, 51, 0.5);
}
.p-top main .styl1 .ccopy1 {
  white-space: pre-line;
  margin-left: -1rem;
}
.p-top main .styl1 .ccopy1 span {
  font-size: var(--font-size-xl);
  display: inline-block;
}
.p-top main .styl1 .ccopy2 {
  white-space: pre-line;
  margin-top: 1.5em;
}
@keyframes ani1 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.p-top main .styl2 {
  background: white;
  padding-top: 1rem;
  padding-left: var(--body-padding-left-right-sp);
  padding-right: var(--body-padding-left-right-sp);
}
.p-top main .styl2 .e1 {
  padding: 3em 1em 3em;
  position: relative;
}
.p-top main .styl2 .e1 .mtitle1 {
  position: absolute;
  top: 0;
  right: 0;
}
.p-top main .styl2 .mtitle1 span {
  font-size: 3rem;
  color: var(--theme-color1);
  display: inline-block;
  transform: scale(1, 1.5);
}
.p-top main .styl2 .image1 {
  padding: 1em;
  border: 1px solid rgba(204, 204, 204, 0.5);
}
.p-top main .styl2 .image1 img {
  aspect-ratio: 1/1;
  object-fit: contain;
}
.p-top main .styl2 .ccopy1 {
  white-space: pre-line;
  position: relative;
}
.p-top main .styl2 .ccopy1 span {
  font-size: var(--font-size-l);
}
.p-top main .styl2 .reditor1 {
  margin-top: 1em;
  padding-top: 1.5em;
  position: relative;
}
.p-top main .styl2 .reditor1::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 2.5rem;
  background: var(--theme-color4);
}
.p-top main .styl2 .reditor1 p:not(:first-child) {
  margin-top: 1em;
}
.p-top main .styl3 {
  padding-top: 1rem;
}
.p-top main .styl3 .e1 {
  padding: 5.5em 2em 3em;
  background: white;
  position: relative;
}
.p-top main .styl3 .e1 .mtitle1 {
  position: absolute;
  top: 5rem;
  right: 1rem;
}
.p-top main .styl3 .mtitle1 span {
  font-size: 3rem;
  color: var(--theme-color5);
  font-family: serif !important;
  display: inline-block;
  transform: scale(1, 1.5);
}
.p-top main .styl3 .image1 {
  position: relative;
  z-index: 1;
  box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.125);
}
.p-top main .styl3 .image1 img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.p-top main .styl3 .ccopy1 {
  white-space: pre-line;
  position: relative;
}
.p-top main .styl3 .ccopy1 span {
  font-size: var(--font-size-l);
}
.p-top main .styl3 .ccopy2 {
  margin-top: 1em;
  padding-top: 1.5em;
  position: relative;
}
.p-top main .styl3 .ccopy2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 2.5rem;
  background: var(--theme-color4);
}
.p-top main .styl3 .thumb1 {
  margin-top: 2em;
}
.p-top main .styl3 ul.lst1 {
  margin-top: 2em;
}
.p-top main .styl3 ul.lst1 > li {
  border-bottom: 1px solid var(--theme-color2);
}
.p-top main .styl3 ul.lst1 a {
  display: flex;
  text-decoration: none;
  justify-content: space-between;
  padding: 0.75em 1em 0.75em 0;
  color: var(--theme-color2);
}
.p-top main .styl3 .ln1 {
  margin-top: 3rem;
  text-align: center;
}
.p-top main .styl3 .ln1 a {
  background: var(--theme-color2);
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 100vh;
  padding: 1em;
  color: white;
  width: 14em;
}
.p-top main .styl3 .ln1 a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  color: white;
}
.p-top main .styl4 {
  margin-top: 3rem;
}
.p-top main .styl4 .inner1 {
  background: var(--base-color-bg-white);
  padding: 3.5rem 0;
}
.p-top main .styl4 .mtitle1 {
  text-align: center;
}
.p-top main .styl4 .mtitle1 span {
  font-size: 3rem;
  color: var(--theme-color1);
  font-family: serif !important;
  display: inline-block;
  transform: scale(1, 1.5);
}
.p-top main .styl4 .stitle1 {
  text-align: center;
  margin-top: 0.5rem;
}
.p-top main .styl4 .gal1 {
  overflow: hidden;
  margin-top: 3.5rem;
}
.p-top main .styl4 .gal1 .item1 {
  background: white;
  box-shadow: 1px 1px 3px rgba(204, 204, 204, 0.25);
  margin: 0 0.5rem 0.5rem;
}
.p-top main .styl4 .gal1 .image2 {
  aspect-ratio: 1/1;
}
.p-top main .styl4 .gal1 .image2 img {
  height: 100%;
  object-fit: cover;
}
.p-top main .styl4 a {
  text-decoration: none;
  color: white;
  display: block;
  position: relative;
}
.p-top main .styl4 a .e1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 1rem 1rem;
  background: linear-gradient(40deg, rgba(51, 51, 51, 0.5) 5%, transparent 40%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.p-top main .styl4 .e1 {
  padding: 2em;
}
.p-top main .styl4 .title2 span {
  font-size: var(--font-size-l);
}
.p-top main .styl5 .image1 {
  text-align: center;
}
.p-top main .styl5 .image1 img {
  width: 50%;
}
.p-top main .styl5 .e1 {
  background: rgba(255, 255, 255, 0.95);
  padding: 2.5em 1em 3em;
}
.p-top main .styl5 .mtitle1 {
  text-align: center;
}
.p-top main .styl5 .mtitle1 span {
  font-size: 3rem;
  color: var(--theme-color1);
  font-family: serif !important;
  display: inline-block;
  transform: scale(1, 1.5);
}
.p-top main .styl5 .stitle1 {
  text-align: center;
  margin-top: 0.5em;
}
.p-top main .styl5 .p1 {
  margin-top: 3.5rem;
  border: 1px solid rgba(204, 204, 204, 0.5);
  padding: 2rem 1rem 6rem;
  background: white;
  box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.125);
}
.p-top main .styl5 .title1 {
  margin-top: 2em;
  text-align: center;
}
.p-top main .styl5 .title1 span {
  font-size: var(--font-size-m);
}
.p-top main .styl5 .post-content1 {
  margin-top: 2em;
}
.p-top main .styl6 {
  padding-top: 3rem;
}
.p-top main .styl6 tr {
  padding: 2em;
  position: relative;
  background: var(--theme-color1);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.5rem 0;
}
.p-top main .styl6 tr::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-top main .styl6 tr:nth-child(1):before {
  background: rgba(255, 255, 255, 0.75);
}
.p-top main .styl6 tr:nth-child(2):before {
  background: rgba(255, 255, 255, 0.5);
}
.p-top main .styl6 tr:nth-child(3):before {
  background: rgba(255, 255, 255, 0.25);
}
.p-top main .styl6 td {
  position: relative;
  z-index: 1;
  text-align: center;
}
.p-top main .styl6 a {
  text-decoration: none;
  color: white;
}
.p-top main .styl6 .mtitle1 {
  font-size: var(--font-size-l);
  text-shadow: 2px 2px 3px rgba(51, 51, 51, 0.5);
}
.p-top main .styl6 .stitle1 {
  font-size: var(--font-size-s);
  text-shadow: 2px 2px 3px rgba(51, 51, 51, 0.5);
}
.p-top main .styl7 {
  padding-top: 1.5rem;
}
.p-top main .styl7 .e1 {
  padding: 5.5em 2em 3em;
  position: relative;
  background: white;
}
.p-top main .styl7 .e1 .mtitle1 {
  position: absolute;
  top: 5rem;
  right: 1rem;
}
.p-top main .styl7 .mtitle1 span {
  font-size: 3rem;
  color: var(--theme-color5);
  font-family: serif !important;
  display: inline-block;
  transform: scale(1, 1.5);
}
.p-top main .styl7 .image1 {
  position: relative;
  z-index: 1;
}
.p-top main .styl7 .image1 img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.p-top main .styl7 .ccopy1 {
  white-space: pre-line;
  position: relative;
}
.p-top main .styl7 .ccopy1 span {
  font-size: var(--font-size-l);
}
.p-top main .styl7 .ccopy2 {
  margin-top: 1em;
  padding-top: 1.5em;
  position: relative;
}
.p-top main .styl7 .ccopy2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 2.5rem;
  background: var(--theme-color4);
}
.p-top main .styl7 .ln1 {
  margin-top: 3rem;
  text-align: center;
}
.p-top main .styl7 .ln1 a {
  background: var(--theme-color2);
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 100vh;
  padding: 1em;
  color: white;
  width: 14em;
}
.p-top main .styl7 .ln1 a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  color: white;
}
.p-top main .styl8 {
  margin-top: 3rem;
}
.p-top main .styl8 .inner1 {
  background: var(--base-color-bg-white);
  padding: 3.5rem 0;
}
.p-top main .styl8 .mtitle1 {
  text-align: center;
}
.p-top main .styl8 .mtitle1 span {
  font-size: 3rem;
  color: var(--theme-color1);
  font-family: serif !important;
  display: inline-block;
  transform: scale(1, 1.5);
}
.p-top main .styl8 .stitle1 {
  text-align: center;
  margin-top: 0.5rem;
}
.p-top main .styl8 .gal1 {
  overflow: hidden;
  margin-top: 3.5rem;
}
.p-top main .styl8 .gal1 .item1 {
  margin: 0 0.5rem 0.5rem;
}
.p-top main .styl8 .gal1 .image1 {
  aspect-ratio: 9/16;
}
.p-top main .styl8 .gal1 .image1 img {
  height: 100%;
  object-fit: cover;
}
.p-top main .styl8 a {
  text-decoration: none;
  color: white;
  display: block;
  position: relative;
}
.p-top main .styl8 a .e1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 3.5rem 1rem;
  background: linear-gradient(60deg, rgba(51, 51, 51, 0.5) 5%, transparent 40%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.p-top main .styl8 .e1 {
  padding: 2em;
}
.p-top main .styl8 .title2 span {
  font-size: var(--font-size-l);
}
@media (max-width: 767.99px) {
  .p-top main .styl2 .e1 {
    margin-top: 2em;
  }
  .p-top main .styl3 {
    padding-left: var(--body-padding-left-right-sp);
    padding-right: var(--body-padding-left-right-sp);
  }
  .p-top main .styl3 .e1 {
    margin: -3em calc(var(--body-padding-left-right-sp) * -1) 0;
  }
  .p-top main .styl3 .ccopy1 {
    margin-top: 1em;
  }
  .p-top main .styl5 .inner1 {
    padding: 2rem 1rem;
  }
  .p-top main .styl7 {
    padding-left: var(--body-padding-left-right-sp);
    padding-right: var(--body-padding-left-right-sp);
  }
  .p-top main .styl7 .e1 {
    margin: -3em calc(var(--body-padding-left-right-sp) * -1) 0;
  }
  .p-top main .styl7 .ccopy1 {
    margin-top: 1em;
  }
}
@media (min-width: 768px) {
  .p-top main .styl1 .e1 .e2 {
    padding-left: var(--body-padding-left-right-pc);
    padding-right: var(--body-padding-left-right-pc);
    padding: 2rem 0 7rem 8rem;
  }
  .p-top main .styl1 .ccopy1 {
    margin-left: -3rem;
  }
  .p-top main .styl1 .ccopy1 span {
    font-size: 2.5em;
  }
  .p-top main .styl1 .ccopy2 {
    line-height: 2;
  }
  .p-top main .styl2 {
    padding: 6.5rem var(--body-padding-left-right-pc);
  }
  .p-top main .styl2 .w1 {
    display: flex;
    align-items: flex-start;
  }
  .p-top main .styl2 .w1 .image1 {
    flex: 0 0 40%;
  }
  .p-top main .styl2 .w1 .e1 {
    flex: 1 1 60%;
  }
  .p-top main .styl2 .e1 {
    padding: 0.5em 0 3em 2.5em;
  }
  .p-top main .styl2 .mtitle1 {
    right: 1rem;
  }
  .p-top main .styl2 .mtitle1 span {
    font-size: 5rem;
  }
  .p-top main .styl2 .ccopy1 span {
    font-size: 2.5em;
  }
  .p-top main .styl2 .reditor1 {
    margin-top: 2.5em;
    padding-top: 3.5em;
  }
  .p-top main .styl3 {
    padding-top: 10rem;
  }
  .p-top main .styl3 .w1 {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .p-top main .styl3 .w1 .image1 {
    flex: 0 0 50%;
  }
  .p-top main .styl3 .w1 .e1 {
    flex: 1 1 50%;
  }
  .p-top main .styl3 .image1 {
    margin: 5rem 0 0 -5rem;
  }
  .p-top main .styl3 .e1 {
    padding: 5.5rem 7rem 5.5rem var(--body-padding-left-right-pc);
  }
  .p-top main .styl3 .e1 .mtitle1 {
    top: 0;
    left: var(--body-padding-left-right-pc);
    transform: translate(0, -50%);
  }
  .p-top main .styl3 .mtitle1 span {
    font-size: 5rem;
  }
  .p-top main .styl3 .ccopy1 span {
    font-size: 2em;
  }
  .p-top main .styl3 .ccopy2 {
    margin-top: 2.5em;
    padding-top: 3.5em;
  }
  .p-top main .styl3 .ln1 {
    margin-top: 4rem;
  }
  .p-top main .styl3 .thumb1 {
    width: 70%;
    margin: 2em auto 0;
  }
  .p-top main .styl4 .inner1 {
    padding-left: var(--body-padding-left-right-pc);
    padding-right: var(--body-padding-left-right-pc);
  }
  .p-top main .styl4 .mtitle1 span {
    font-size: 5rem;
  }
  .p-top main .styl4 .gal1 {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
  }
  .p-top main .styl4 .gal1 .item1 {
    flex: 0 0 calc((100% - 5em) / 3);
  }
  .p-top main .styl5 {
    padding-left: var(--body-padding-left-right-pc);
    padding-right: var(--body-padding-left-right-pc);
  }
  .p-top main .styl5 .inner1 {
    padding: calc(var(--body-padding-left-right-pc) * 2) 0;
  }
  .p-top main .styl5 .e1 {
    padding: 7rem 1rem;
  }
  .p-top main .styl5 .mtitle1 span {
    font-size: 5rem;
  }
  .p-top main .styl5 .e1 {
    padding: 2.5em 7vw 3em;
  }
  .p-top main .styl5 .p1 {
    padding: calc(var(--body-padding-left-right-pc) * 2) var(--body-padding-left-right-pc) calc(var(--body-padding-left-right-pc) * 3);
  }
  .p-top main .styl6 tbody {
    display: flex;
  }
  .p-top main .styl6 tbody tr {
    flex: 0 0 33.3333333333%;
    aspect-ratio: 1/1;
  }
  .p-top main .styl7 {
    padding-top: 10rem;
  }
  .p-top main .styl7 .w1 {
    display: flex;
    align-items: flex-start;
  }
  .p-top main .styl7 .w1 .image1 {
    flex: 0 0 50%;
  }
  .p-top main .styl7 .w1 .e1 {
    flex: 1 1 50%;
  }
  .p-top main .styl7 .image1 {
    margin: 5rem -5rem 0 0;
    position: relative;
    z-index: 1;
  }
  .p-top main .styl7 .e1 {
    padding: 5.5rem var(--body-padding-left-right-pc) 5.5rem 8rem;
  }
  .p-top main .styl7 .e1 .mtitle1 {
    top: 0;
    transform: translate(0, -50%);
  }
  .p-top main .styl7 .mtitle1 span {
    font-size: 5rem;
  }
  .p-top main .styl7 .ccopy1 span {
    font-size: 2em;
  }
  .p-top main .styl7 .ccopy2 {
    margin-top: 2.5em;
    padding-top: 3.5em;
  }
  .p-top main .styl7 .ln1 {
    margin-top: 4rem;
  }
  .p-top main .styl8 .inner1 {
    padding-left: var(--body-padding-left-right-pc);
    padding-right: var(--body-padding-left-right-pc);
  }
  .p-top main .styl8 .mtitle1 span {
    font-size: 5rem;
  }
  .p-top main .styl8 .gal1 {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
  }
  .p-top main .styl8 .gal1 .item1 {
    flex: 0 0 calc((100% - 5em) / 3);
  }
}

/** ----------------------------------------------
 * 
 * _tpl-us.scss
 * 
 */
.p-us main {
  /** ----------------------------------------------
  * sp
  */
  /** ----------------------------------------------
  * pc
  */
}
.p-us main .styl3 {
  padding-top: 1rem;
}
.p-us main .styl3 .e1 {
  padding: 5.5em 2em 3em;
  background: white;
  position: relative;
}
.p-us main .styl3 .e1 .mtitle1 {
  position: absolute;
  top: 5rem;
  right: 1rem;
}
.p-us main .styl3 .mtitle1 span {
  font-size: 3rem;
  color: var(--theme-color1);
  font-family: serif !important;
  display: inline-block;
  transform: scale(1, 1.5);
}
.p-us main .styl3 .image1 {
  position: relative;
  z-index: 1;
  box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.125);
}
.p-us main .styl3 .image1 img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.p-us main .styl3 .ccopy1 {
  white-space: pre-line;
  position: relative;
}
.p-us main .styl3 .ccopy1 span {
  font-size: var(--font-size-l);
}
.p-us main .styl3 .ccopy2 {
  margin-top: 1em;
  padding-top: 1.5em;
  position: relative;
}
.p-us main .styl3 .ccopy2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 2.5rem;
  background: var(--theme-color4);
}
.p-us main .styl3 .ln1 {
  margin-top: 3rem;
  text-align: center;
}
.p-us main .styl3 .ln1 a {
  background: var(--theme-color2);
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 100vh;
  padding: 1em;
  color: white;
  width: 14em;
}
.p-us main .styl3 .ln1 a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  color: white;
}
.p-us main .styl4 .inner1 {
  background: var(--base-color-bg-white);
  padding: 3.5rem 0;
}
.p-us main .styl4 .image1 {
  text-align: center;
}
.p-us main .styl4 .image1 img {
  width: 50%;
}
.p-us main .styl4 .mtitle1 {
  text-align: center;
}
.p-us main .styl4 .mtitle1 span {
  font-size: 3rem;
  color: var(--theme-color1);
  font-family: serif !important;
  display: inline-block;
  transform: scale(1, 1.5);
}
.p-us main .styl4 .stitle1 {
  text-align: center;
  margin-top: 0.5rem;
}
.p-us main .styl4 .gal1 {
  overflow: hidden;
  margin-top: 3.5rem;
}
.p-us main .styl4 .gal1 .item1 {
  background: white;
  box-shadow: 1px 1px 3px rgba(204, 204, 204, 0.25);
  margin: 0 0.5rem 0.5rem;
}
.p-us main .styl4 .gal1 .image2 {
  aspect-ratio: 9/16;
}
.p-us main .styl4 .gal1 .image2 img {
  height: 100%;
  object-fit: cover;
}
.p-us main .styl4 a {
  text-decoration: none;
  color: white;
  display: block;
  position: relative;
}
.p-us main .styl4 a .e1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 3.5rem 1rem;
  background: linear-gradient(60deg, rgba(51, 51, 51, 0.5) 5%, transparent 40%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.p-us main .styl4 .e1 {
  padding: 2em;
}
.p-us main .styl4 .title2 span {
  font-size: var(--font-size-l);
}
.p-us main .styl5 {
  background: var(--base-color-bg-white);
}
.p-us main .styl5 h4 {
  margin-top: 2em;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  color: var(--theme-color4);
  font-size: var(--font-size-m);
  position: relative;
}
.p-us main .styl5 h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 2.5rem;
  background: var(--theme-color4);
}
.p-us main .styl5 .e1 {
  position: relative;
}
.p-us main .styl5 .e1 .e2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 3.5rem 1rem;
  background: linear-gradient(60deg, rgba(51, 51, 51, 0.5) 5%, transparent 40%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.p-us main .styl5 .e2 {
  color: white;
}
.p-us main .styl5 .e3 {
  margin-top: 1rem;
  padding: 0.5em 0.5em 0.5em 0.75em;
  background: rgba(204, 204, 204, 0.125);
  overflow: hidden;
}
.p-us main .styl5 .e3 .icon1 {
  float: right;
}
.p-us main .styl5 .title2 span {
  font-size: var(--font-size-m);
}
.p-us main .styl5 .title3 {
  margin-top: 1rem;
}
.p-us main .styl5 .title3 span {
  font-size: var(--font-size-xs);
}
.p-us main .styl5 .title4 {
  margin-top: 0.25em;
}
.p-us main .styl5 .title4 span {
  font-size: var(--font-size-s);
}
.p-us main .styl5 .texta1 {
  white-space: pre-line;
  margin-top: 1em;
}
.p-us main .styl5 .icon1 {
  margin: 0 0 0.5em 0.5em;
  width: min(20%, 5rem);
}
.p-us main .styl5 .reditor1 p {
  margin-top: 1em;
}
.p-us main .styl6 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-us main .styl6 .title1 {
  text-align: center;
}
.p-us main .styl6 .e1 {
  background: rgba(255, 255, 255, 0.95);
  padding: 2.5em 1em 3em;
}
.p-us main .styl6 .mtitle1 {
  text-align: center;
}
.p-us main .styl6 .mtitle1 span {
  font-size: 3rem;
  font-family: serif !important;
  color: var(--theme-color1);
  display: inline-block;
  transform: scale(1, 1.5);
}
.p-us main .styl6 .ctitle1 {
  text-align: center;
  margin-top: 0.5em;
}
.p-us main .styl6 .reditor1 h3 {
  margin-top: 2em;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  color: var(--theme-color4);
  font-size: var(--font-size-m);
  position: relative;
}
.p-us main .styl6 .reditor1 h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 2.5rem;
  background: var(--theme-color4);
}
.p-us main .styl6 .reditor1 p {
  margin-top: 1rem;
}
.p-us main .styl6 .reditor1 p:has(img) {
  margin-left: auto;
  margin-right: auto;
  width: 85%;
}
.p-us main .styl6 .reditor1 ul {
  padding-left: 1.5em;
}
.p-us main .styl7 {
  padding-top: 1.5rem;
}
.p-us main .styl7 .e1 {
  padding: 5.5em 2em 3em;
  position: relative;
  background: white;
}
.p-us main .styl7 .e1 .mtitle1 {
  position: absolute;
  top: 5rem;
  right: 1rem;
}
.p-us main .styl7 .mtitle1 span {
  font-size: 3rem;
  color: var(--theme-color1);
  font-family: serif !important;
  display: inline-block;
  transform: scale(1, 1.5);
}
.p-us main .styl7 .image1 {
  position: relative;
  z-index: 1;
}
.p-us main .styl7 .image1 img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.p-us main .styl7 .ccopy1 {
  white-space: pre-line;
  position: relative;
}
.p-us main .styl7 .ccopy1 span {
  font-size: var(--font-size-l);
}
.p-us main .styl7 .ccopy2 {
  margin-top: 1em;
  padding-top: 1.5em;
  position: relative;
}
.p-us main .styl7 .ccopy2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 2.5rem;
  background: var(--theme-color4);
}
.p-us main .styl7 .ln1 {
  margin-top: 3rem;
  text-align: center;
}
.p-us main .styl7 .ln1 a {
  background: var(--theme-color2);
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 100vh;
  padding: 1em;
  color: white;
  width: 14em;
}
.p-us main .styl7 .ln1 a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  color: white;
}
@media (max-width: 767.99px) {
  .p-us main .styl3 {
    padding-left: var(--body-padding-left-right-sp);
    padding-right: var(--body-padding-left-right-sp);
  }
  .p-us main .styl3 .e1 {
    margin: -3em calc(var(--body-padding-left-right-sp) * -1) 0;
  }
  .p-us main .styl5 .e1 {
    margin: 0 calc(var(--body-padding-left-right-sp) * -1);
  }
  .p-us main .styl5 ul.lst1 > li {
    padding: 1rem var(--body-padding-left-right-sp) 2rem;
  }
  .p-us main .styl5 .thumb1 img {
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  .p-us main .styl6 .inner1 {
    padding: 2rem 1rem;
  }
  .p-us main .styl7 {
    padding-left: var(--body-padding-left-right-sp);
    padding-right: var(--body-padding-left-right-sp);
  }
  .p-us main .styl7 .e1 {
    margin: -3em calc(var(--body-padding-left-right-sp) * -1) 0;
  }
}
@media (min-width: 768px) {
  .p-us main .styl3 {
    padding-top: 10rem;
  }
  .p-us main .styl3 .w1 {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .p-us main .styl3 .w1 .image1 {
    flex: 0 0 50%;
  }
  .p-us main .styl3 .w1 .e1 {
    flex: 1 1 50%;
  }
  .p-us main .styl3 .image1 {
    margin: 5rem 0 0 -5rem;
  }
  .p-us main .styl3 .e1 {
    padding: 5.5rem 7rem 5.5rem var(--body-padding-left-right-pc);
  }
  .p-us main .styl3 .e1 .mtitle1 {
    top: 0;
    left: 7rem;
    transform: translate(0, -50%);
  }
  .p-us main .styl3 .mtitle1 span {
    font-size: 5rem;
  }
  .p-us main .styl3 .ccopy1 span {
    font-size: 2em;
  }
  .p-us main .styl3 .ccopy2 {
    margin-top: 2.5em;
    padding-top: 3.5em;
  }
  .p-us main .styl3 .ln1 {
    margin-top: 4rem;
  }
  .p-us main .styl4 .inner1 {
    padding-left: var(--body-padding-left-right-pc);
    padding-right: var(--body-padding-left-right-pc);
  }
  .p-us main .styl4 .mtitle1 span {
    font-size: 5rem;
  }
  .p-us main .styl4 .gal1 {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
  }
  .p-us main .styl4 .gal1 .item1 {
    flex: 0 0 calc((100% - 5em) / 3);
  }
  .p-us main .styl5 ul.lst1 > li {
    padding: 2rem var(--body-padding-left-right-pc) 4rem;
  }
  .p-us main .styl5 .e1 .e2 {
    padding: 0 0 3.5rem 3.5rem;
  }
  .p-us main .styl5 .title2 span {
    font-size: 2.5rem;
  }
  .p-us main .styl5 .title3 {
    margin-top: 1.5rem;
  }
  .p-us main .styl5 .title3 span {
    font-size: var(--font-size-s);
  }
  .p-us main .styl5 .title4 span {
    font-size: 2rem;
  }
  .p-us main .styl6 {
    padding-left: var(--body-padding-left-right-pc);
    padding-right: var(--body-padding-left-right-pc);
  }
  .p-us main .styl6 .inner1 {
    padding: calc(var(--body-padding-left-right-pc) * 2) 0;
  }
  .p-us main .styl6 .e1 {
    padding: 7rem 1rem;
  }
  .p-us main .styl6 .mtitle1 span {
    font-size: 4.5rem;
  }
  .p-us main .styl6 .reditor1 {
    margin: 3.5rem auto 0;
    width: 30rem;
  }
  .p-us main .styl7 {
    padding-top: 10rem;
  }
  .p-us main .styl7 .w1 {
    display: flex;
    align-items: flex-start;
  }
  .p-us main .styl7 .w1 .image1 {
    flex: 0 0 50%;
  }
  .p-us main .styl7 .w1 .e1 {
    flex: 1 1 50%;
  }
  .p-us main .styl7 .image1 {
    margin: 5rem -5rem 0 0;
    position: relative;
    z-index: 1;
  }
  .p-us main .styl7 .e1 {
    padding: 5.5rem var(--body-padding-left-right-pc) 5.5rem 8rem;
  }
  .p-us main .styl7 .e1 .mtitle1 {
    top: 0;
    left: 7rem;
    transform: translate(0, -50%);
  }
  .p-us main .styl7 .mtitle1 {
    left: 7rem;
  }
  .p-us main .styl7 .mtitle1 span {
    font-size: 5rem;
  }
  .p-us main .styl7 .ccopy1 span {
    font-size: 2em;
  }
  .p-us main .styl7 .ccopy2 {
    margin-top: 2.5em;
    padding-top: 3.5em;
  }
  .p-us main .styl7 .ln1 {
    margin-top: 4rem;
  }
}

/** ----------------------------------------------
 * 
 * _tpl-work.scss
 * 
 */
.p-work main {
  /** ----------------------------------------------
  * sp
  */
  /** ----------------------------------------------
  * pc
  */
}
.p-work main .styl3 {
  padding-top: 1rem;
}
.p-work main .styl3 .e1 {
  padding: 5.5em 2em 3em;
  background: white;
  position: relative;
}
.p-work main .styl3 .e1 .mtitle1 {
  position: absolute;
  top: 5rem;
  right: 1rem;
}
.p-work main .styl3 .mtitle1 span {
  font-size: 3rem;
  color: var(--theme-color5);
  display: inline-block;
  transform: scale(1, 1.5);
}
.p-work main .styl3 .image1 {
  position: relative;
  z-index: 1;
  box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.125);
}
.p-work main .styl3 .image1 img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.p-work main .styl3 .title1 {
  white-space: pre-line;
  position: relative;
}
.p-work main .styl3 .title1 span {
  font-size: var(--font-size-l);
}
.p-work main .styl3 .e2 {
  margin-top: 1em;
  padding-top: 1.5em;
  position: relative;
}
.p-work main .styl3 .e2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 2.5rem;
  background: var(--theme-color4);
}
.p-work main .styl3 .ccopy2 {
  margin-top: 1em;
}
.p-work main .styl3 .ln1 {
  margin-top: 3rem;
  text-align: center;
}
.p-work main .styl3 .ln1 a {
  background: var(--theme-color2);
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 100vh;
  padding: 1em;
  color: white;
  width: 14em;
}
.p-work main .styl3 .ln1 a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  color: white;
}
.p-work main .styl4 {
  margin-top: 3rem;
}
.p-work main .styl4 .inner1 {
  background: var(--base-color-bg-white);
  padding: 3.5rem 0;
}
.p-work main .styl4 .image1 {
  text-align: center;
}
.p-work main .styl4 .image1 img {
  width: 50%;
}
.p-work main .styl4 .mtitle1 {
  text-align: center;
}
.p-work main .styl4 .mtitle1 span {
  font-size: 3rem;
  color: var(--theme-color1);
  font-family: serif !important;
  display: inline-block;
  transform: scale(1, 1.5);
}
.p-work main .styl4 .stitle1 {
  text-align: center;
  margin-top: 0.5rem;
}
.p-work main .styl4 a {
  text-decoration: none;
  color: white;
  display: block;
  position: relative;
}
.p-work main .styl4 a .e1 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 0 1rem 1rem;
  background: linear-gradient(40deg, rgba(51, 51, 51, 0.5) 5%, transparent 40%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.p-work main .styl4 .gal1 {
  overflow: hidden;
  margin-top: 3rem;
}
.p-work main .styl4 .gal1 .item1 {
  background: white;
  box-shadow: 1px 1px 3px rgba(204, 204, 204, 0.25);
  margin: 0 0.5rem 0.5rem;
}
.p-work main .styl4 .gal1 .image2 {
  aspect-ratio: 1/1;
}
.p-work main .styl4 .gal1 .image2 img {
  height: 100%;
  object-fit: cover;
}
.p-work main .styl4 .e1 {
  padding: 2rem;
}
.p-work main .styl4 .title2 span {
  font-size: var(--font-size-l);
}
.p-work main .styl5 ul.lst1 {
  list-style-type: none;
}
.p-work main .styl5 ul.lst1 > li {
  background: radial-gradient(circle at 50% 100%, white 90%, var(--theme-color3) 90%);
}
.p-work main .styl5 .reditor1 h4 {
  padding-bottom: 1em;
}
.p-work main .styl5 .reditor1 h5 {
  margin-top: 2em;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  color: var(--theme-color4);
  font-size: var(--font-size-m);
  position: relative;
}
.p-work main .styl5 .reditor1 h5::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 2.5rem;
  background: var(--theme-color4);
}
.p-work main .styl5 .reditor1 ul {
  padding-left: 1.5em;
}
.p-work main .styl5 .reditor1 ul > li:nth-child(n+2) {
  margin-top: 1em;
}
.p-work main .styl5 .reditor1 p {
  margin-top: 1em;
}
.p-work main .styl6 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-work main .styl6 .title1 {
  text-align: center;
}
.p-work main .styl6 .e1 {
  background: rgba(255, 255, 255, 0.95);
  padding: 2.5em 1em 3em;
}
.p-work main .styl6 .mtitle1 {
  text-align: center;
}
.p-work main .styl6 .mtitle1 span {
  font-size: 3rem;
  font-family: serif !important;
  color: var(--theme-color1);
  display: inline-block;
  transform: scale(1, 1.5);
}
.p-work main .styl6 .ctitle1 {
  text-align: center;
  margin-top: 0.5em;
}
.p-work main .styl6 ul.lst1 {
  margin-top: 3.5rem;
}
.p-work main .styl6 .reditor1 p {
  margin-top: 1rem;
}
.p-work main .styl6 .reditor1 a span {
  display: inline-block;
  padding: 0.5em 1em;
  font-weight: bold;
  background: var(--theme-color2);
  color: white;
}
.p-work main .styl7 {
  padding-top: 1.5rem;
}
.p-work main .styl7 .e1 {
  padding: 5.5em 2em 3em;
  position: relative;
  background: white;
}
.p-work main .styl7 .e1 .mtitle1 {
  position: absolute;
  top: 5rem;
  right: 1rem;
}
.p-work main .styl7 .mtitle1 span {
  font-size: 3rem;
  color: var(--theme-color5);
  display: inline-block;
  transform: scale(1, 1.5);
}
.p-work main .styl7 .image1 {
  position: relative;
  z-index: 1;
}
.p-work main .styl7 .image1 img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.p-work main .styl7 .title1 {
  white-space: pre-line;
  position: relative;
}
.p-work main .styl7 .title1 span {
  font-size: var(--font-size-l);
}
.p-work main .styl7 .e2 {
  margin-top: 1em;
  padding-top: 1.5em;
  position: relative;
}
.p-work main .styl7 .e2::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  height: 1px;
  width: 2.5rem;
  background: var(--theme-color4);
}
.p-work main .styl7 .ccopy1 {
  position: relative;
}
.p-work main .styl7 .ccopy2 {
  margin-top: 1em;
}
.p-work main .styl7 .ln1 {
  margin-top: 3rem;
  text-align: center;
}
.p-work main .styl7 .ln1 a {
  background: var(--theme-color2);
  text-decoration: none;
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 100vh;
  padding: 1em;
  color: white;
  width: 14em;
}
.p-work main .styl7 .ln1 a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
  color: white;
}
@media (max-width: 767.99px) {
  .p-work main .styl3 {
    padding-left: var(--body-padding-left-right-sp);
    padding-right: var(--body-padding-left-right-sp);
  }
  .p-work main .styl3 .e1 {
    margin: -3em calc(var(--body-padding-left-right-sp) * -1) 0;
  }
  .p-work main .styl5 ul.lst1 > li {
    padding: 1rem var(--body-padding-left-right-sp) 2rem;
    background: radial-gradient(circle at 50% 100%, white 97.5%, var(--theme-color3) 97.5%);
  }
  .p-work main .styl5 .reditor1 p:has(> img) {
    margin: 0 calc(var(--body-padding-left-right-sp) * -1);
  }
  .p-work main .styl6 .inner1 {
    padding: 2rem 1rem;
  }
  .p-work main .styl6 ul.lst1 > li:nth-child(n+2) {
    margin-top: 2rem;
  }
  .p-work main .styl7 {
    padding-left: var(--body-padding-left-right-sp);
    padding-right: var(--body-padding-left-right-sp);
  }
  .p-work main .styl7 .e1 {
    margin: -3em calc(var(--body-padding-left-right-sp) * -1) 0;
  }
}
@media (min-width: 768px) {
  .p-work main .styl3 {
    padding-top: 10rem;
  }
  .p-work main .styl3 .w1 {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
  }
  .p-work main .styl3 .w1 .image1 {
    flex: 0 0 50%;
  }
  .p-work main .styl3 .w1 .e1 {
    flex: 1 1 50%;
  }
  .p-work main .styl3 .image1 {
    margin: 5rem 0 0 -5rem;
  }
  .p-work main .styl3 .e1 {
    padding: 5.5rem 7rem 5.5rem var(--body-padding-left-right-pc);
  }
  .p-work main .styl3 .e1 .mtitle1 {
    top: 0;
    left: 7rem;
    transform: translate(0, -50%);
  }
  .p-work main .styl3 .mtitle1 span {
    font-size: 5rem;
  }
  .p-work main .styl3 .title1 span {
    font-size: 2em;
  }
  .p-work main .styl3 .e2 {
    margin-top: 2.5em;
    padding-top: 3.5em;
  }
  .p-work main .styl3 .ccopy1 span {
    font-size: var(--font-size-l);
  }
  .p-work main .styl3 .ln1 {
    margin-top: 4rem;
  }
  .p-work main .styl4 .inner1 {
    padding-left: var(--body-padding-left-right-pc);
    padding-right: var(--body-padding-left-right-pc);
  }
  .p-work main .styl4 .mtitle1 span {
    font-size: 5rem;
  }
  .p-work main .styl4 .stitle1 {
    margin-top: 3rem;
  }
  .p-work main .styl4 .gal1 {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
  }
  .p-work main .styl4 .gal1 .item1 {
    flex: 0 0 calc((100% - 5em) / 3);
  }
  .p-work main .styl5 ul.lst1 > li {
    padding: 2rem var(--body-padding-left-right-pc) 4rem;
  }
  .p-work main .styl6 {
    padding-left: var(--body-padding-left-right-pc);
    padding-right: var(--body-padding-left-right-pc);
  }
  .p-work main .styl6 .inner1 {
    padding: calc(var(--body-padding-left-right-pc) * 2) 0;
  }
  .p-work main .styl6 .e1 {
    padding: 7rem 1rem;
  }
  .p-work main .styl6 .mtitle1 span {
    font-size: 4.5rem;
  }
  .p-work main .styl6 ul.lst1 {
    padding: 0 7vw;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
  }
  .p-work main .styl6 ul.lst1 > li {
    flex: 0 0 calc((100% - 1em) / 2);
  }
  .p-work main .styl7 {
    padding-top: 10rem;
  }
  .p-work main .styl7 .w1 {
    display: flex;
    align-items: flex-start;
  }
  .p-work main .styl7 .w1 .image1 {
    flex: 0 0 50%;
  }
  .p-work main .styl7 .w1 .e1 {
    flex: 1 1 50%;
  }
  .p-work main .styl7 .image1 {
    margin: 5rem -5rem 0 0;
    position: relative;
    z-index: 1;
  }
  .p-work main .styl7 .e1 {
    padding: 5.5rem var(--body-padding-left-right-pc) 5.5rem 8rem;
  }
  .p-work main .styl7 .e1 .mtitle1 {
    top: 0;
    left: 7rem;
    transform: translate(0, -50%);
  }
  .p-work main .styl7 .mtitle1 {
    left: 7rem;
  }
  .p-work main .styl7 .mtitle1 span {
    font-size: 5rem;
  }
  .p-work main .styl7 .title1 span {
    font-size: 2em;
  }
  .p-work main .styl7 .e2 {
    margin-top: 2.5em;
    padding-top: 3.5em;
  }
  .p-work main .styl7 .ccopy1 span {
    font-size: var(--font-size-l);
  }
  .p-work main .styl7 .ln1 {
    margin-top: 4rem;
  }
}