/** ----------------------------------------------
 * 
 * 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;
  }
  /* template variable */
  :root .--tmpl-width-sp-90 {
    width: 90%;
  }
  :root .--tmpl-width-sp-80 {
    width: 80%;
  }
  :root .--tmpl-width-sp-70 {
    width: 70%;
  }
  :root .--tmpl-width-sp-60 {
    width: 60%;
  }
  :root .--tmpl-width-sp-50 {
    width: 50%;
  }
  :root .--tmpl-width-sp-40 {
    width: 40%;
  }
  :root .--tmpl-width-sp-30 {
    width: 30%;
  }
  :root .--tmpl-width-sp-20 {
    width: 20%;
  }
  :root .--tmpl-width-sp-10 {
    width: 10%;
  }
  :root p:has(.--tmpl-width-sp-90),
  :root p:has(.--tmpl-width-sp-80),
  :root p:has(.--tmpl-width-sp-70),
  :root p:has(.--tmpl-width-sp-60),
  :root p:has(.--tmpl-width-sp-50),
  :root p:has(.--tmpl-width-sp-40),
  :root p:has(.--tmpl-width-sp-30),
  :root p:has(.--tmpl-width-sp-20),
  :root p:has(.--tmpl-width-sp-10) {
    text-align: center;
  }
}
/** ----------------------------------------------
* pc
*/
@media (min-width: 768px) {
  input[type=submit]:hover,
  [role=link]:hover,
  [role=button]:hover,
  a:hover {
    opacity: 0.5;
    transition: all 0.25s;
  }
  .is-sp {
    display: none !important;
  }
  input[type=submit],
  [role=button],
  [role=tab] {
    cursor: pointer;
  }
  /* template variable */
  :root .--tmpl-width-pc-90 {
    width: 90%;
  }
  :root .--tmpl-width-pc-80 {
    width: 80%;
  }
  :root .--tmpl-width-pc-70 {
    width: 70%;
  }
  :root .--tmpl-width-pc-60 {
    width: 60%;
  }
  :root .--tmpl-width-pc-50 {
    width: 50%;
  }
  :root .--tmpl-width-pc-40 {
    width: 40%;
  }
  :root .--tmpl-width-pc-30 {
    width: 30%;
  }
  :root .--tmpl-width-pc-20 {
    width: 20%;
  }
  :root .--tmpl-width-pc-10 {
    width: 10%;
  }
  :root p:has(.--tmpl-width-pc-90) {
    text-align: center;
  }
  :root p:has(.--tmpl-width-pc-80) {
    text-align: center;
  }
  :root p:has(.--tmpl-width-pc-70) {
    text-align: center;
  }
  :root p:has(.--tmpl-width-pc-60) {
    text-align: center;
  }
  :root p:has(.--tmpl-width-pc-50) {
    text-align: center;
  }
  :root p:has(.--tmpl-width-pc-40) {
    text-align: center;
  }
  :root p:has(.--tmpl-width-pc-30) {
    text-align: center;
  }
  :root p:has(.--tmpl-width-pc-20) {
    text-align: center;
  }
  :root p:has(.--tmpl-width-pc-10) {
    text-align: center;
  }
}
/** ----------------------------------------------
* #
* # import
* #
*/
/** ----------------------------------------------
 * 
 * _footer.scss
 * 
 */
html {
  /** sp --------------------------------------------
   **
   */
  /** pc --------------------------------------------
   **
  */
}
@media (max-width: 767.99px) {
  html body.js-page-bottom footer .styl2 {
    position: static;
  }
}
footer {
  /** sp -----------------------------------------
   **
   */
  /** ----------------------------------------------
  * pc
  */
}
footer .styl1 {
  background: var(--theme-color1);
}
footer .styl1 .ln1 {
  text-align: center;
  padding: 0.5rem 1rem;
}
footer .styl1 .ln1 a {
  color: white;
  text-decoration: none;
}
footer .styl3 a {
  display: block;
  color: var(--theme-color1);
}
footer .styl3 .inr1 {
  padding: 3.5rem var(--body-padding-left-right-sp);
}
footer .styl3 .e3 {
  display: flex;
}
footer .styl3 ul.lst1 > li {
  display: flex;
}
footer .styl3 ul.lst1 > li .icon1 {
  flex: 0 0 5.5rem;
  width: 5.5rem;
}
footer .styl3 ul.lst1 > li .reditor1,
footer .styl3 ul.lst1 > li .reditor2 {
  flex: 1 0 auto;
}
footer .styl3 ul.lst1 .icon1 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--theme-color1);
  border-top: none;
  border-bottom: none;
}
footer .styl3 ul.lst1 .icon1 span {
  font-size: 2rem;
  color: var(--theme-color1);
}
footer .styl3 ul.lst1 .reditor1 {
  margin-left: var(--body-padding-left-right-sp);
  color: var(--theme-color1);
}
footer .styl3 ul.lst1 .reditor1 .text1 {
  font-size: 1.5rem;
}
footer .styl3 ul.lst1 .reditor2 {
  margin-left: var(--body-padding-left-right-sp);
  color: var(--theme-color1);
}
footer .styl3 ul.lst1 .reditor2 .btn1 {
  margin-top: 0.25em;
}
footer .styl3 ul.lst1 .reditor2 .btn1 a {
  display: inline-block;
  border: 1px solid var(--theme-color1);
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: var(--theme-color1);
  border-radius: var(--radius-xs);
}
footer .styl3 ul.lst2 {
  margin-top: 1em;
}
footer .styl3 .stitle1 span {
  font-size: 1.5rem;
  color: var(--theme-color1);
}
footer .styl3 .stitle1 span br {
  display: none;
}
footer .styl3 .mtitle1 span {
  color: var(--theme-color1);
}
footer .styl3-2 a {
  position: relative;
}
footer .styl3-2 a .e5 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .styl3-2 .e5 {
  background: rgba(255, 255, 255, 0.25);
  color: skyblue;
}
footer .styl4 {
  padding-top: 3rem;
}
footer .styl4 .inr1 {
  background: var(--theme-color1);
  padding: 0 var(--body-padding-left-right-sp) 2.5rem;
}
footer .styl4 .e1 {
  display: inline-block;
  background: var(--theme-color1);
  padding: 1rem 3rem;
  border-radius: 100vh;
}
footer .styl4 .e2 {
  text-align: center;
  transform: translate(0, -50%);
}
footer .styl4 .e3 {
  position: relative;
}
footer .styl4 .e3 .reditor3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
footer .styl4 ul.lst1 {
  margin-top: -1.5rem;
}
footer .styl4 ul.lst1 a {
  text-decoration: none;
  color: white;
}
footer .styl4 ul.lst1 .title1 {
  margin-top: 2rem;
}
footer .styl4 ul.slst1 {
  margin-top: 1.5em;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em;
}
footer .styl4 ul.slst1 > li {
  background: white;
  color: var(--theme-color1);
  padding: 0 0.5em;
  border-radius: var(--radius-xs);
}
footer .styl4 .mtitle1 span {
  color: white;
}
footer .styl4 .stitle1 span {
  color: white;
  font-size: 1.5rem;
}
footer .styl4 .image1 img {
  border-radius: var(--radius-m);
  aspect-ratio: 1/1;
  object-fit: cover;
}
footer .styl4 .reditor3 {
  background: rgba(51, 51, 51, 0.5);
  backdrop-filter: blur(3px);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: var(--font-size-m);
}
footer .styl5 {
  background: var(--theme-color1);
}
footer .styl5 .inr1 {
  padding: var(--body-padding-left-right-sp) var(--body-padding-left-right-sp) 4rem;
}
footer .styl5 ul.lst1 {
  display: flex;
  gap: 1em;
}
footer .styl5 ul.lst1 a {
  color: white;
  font-size: 1.5rem;
}
footer .styl5 ul.lst2 a {
  display: block;
  color: white;
  text-decoration: none;
}
footer .styl5 ul.lst2 a br {
  display: none;
}
footer .styl5 .e1 {
  display: flex;
  align-items: center;
}
footer .styl5 .e1 .image1 {
  flex: 0 0 auto;
  width: auto;
}
footer .styl5 .e2 {
  margin-left: 1rem;
}
footer .styl5 .image1 {
  background: white;
  padding: 0.25em 0.5em;
}
footer .styl5 .image1 img {
  height: 1.5em;
  width: auto;
}
footer .styl5 .title1 span {
  color: white;
}
@media (max-width: 767.99px) {
  footer .styl2 {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 997;
    width: 100%;
  }
  footer .styl2 a {
    position: relative;
    display: block;
  }
  footer .styl2 a .e2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(75deg, rgba(255, 255, 255, 0.95) 50%, rgba(255, 255, 255, 0.75) 70%, transparent);
    text-shadow: 2px 2px 3px white;
  }
  footer .styl2 .e2 {
    padding: var(--body-padding-left-right-sp);
  }
  footer .styl2 .e3 {
    display: flex;
    gap: 1em;
  }
  footer .styl2 .image1 img {
    aspect-ratio: 375/85;
    height: 100%;
    object-fit: cover;
  }
  footer .styl2 .mtitle1 span {
    color: var(--theme-color1);
    font-size: var(--font-size-m);
  }
  footer .styl2 .stitle1 span {
    color: var(--theme-color1);
    font-size: var(--font-size-m);
  }
  footer .styl2 .ccopy1 span {
    font-size: 10px;
    color: var(--theme-color1);
  }
  footer .styl3 .e1 {
    text-align: center;
  }
  footer .styl3 ul.lst1 {
    margin-top: 2rem;
  }
  footer .styl3 ul.lst1 > li:nth-child(n+2) {
    margin-top: 1.5rem;
  }
  footer .styl3 ul.lst1 .reditor1,
  footer .styl3 ul.lst1 .reditor2 {
    font-size: var(--font-size-s);
  }
  footer .styl3 ul.lst2 > li:nth-child(n+2) {
    margin-top: 1em;
  }
  footer .styl3 .btn2 {
    background: rgba(0, 0, 255, 0.5);
  }
  footer .styl4 ul.lst1 > li:nth-child(n+2) {
    margin-top: 3em;
  }
  footer .styl4 ul.slst1 > li span {
    font-size: var(--font-size-s);
  }
  footer .styl5 ul.lst2 {
    margin-top: 3rem;
  }
  footer .styl5 ul.lst2 > li {
    text-align: center;
    border-top: 1px solid white;
  }
  footer .styl5 ul.lst2 > li:last-child {
    border-bottom: 1px solid white;
  }
  footer .styl5 ul.lst2 a {
    padding: 1.5rem 0;
  }
}
@media (min-width: 768px) {
  footer .styl1 {
    border-top: 1px solid white;
  }
  footer .styl3 .inr1 {
    padding: var(--body-padding-left-right-pc) var(--body-padding-left-right-pc) 9.5rem;
    max-width: 1400px;
    margin: 0 auto;
  }
  footer .styl3 .e4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
  }
  footer .styl3 .e4 .e1 {
    flex: 0 0 auto;
  }
  footer .styl3 .e4 ul.lst1 {
    flex: 0 0 auto;
  }
  footer .styl3 ul.lst1 {
    display: flex;
    gap: 1rem;
  }
  footer .styl3 ul.lst1 > li {
    flex: 1 1 auto;
  }
  footer .styl3 ul.lst1 .reditor1,
  footer .styl3 ul.lst1 .reditor2 {
    line-height: 1.5;
    margin-left: 2rem;
  }
  footer .styl3 ul.lst1 .reditor1 .text1,
  footer .styl3 ul.lst1 .reditor2 .text1 {
    font-size: 2rem;
  }
  footer .styl3 ul.lst1 .reditor2 .btn1 {
    margin-top: 1em;
  }
  footer .styl3 ul.lst2 {
    gap: 1em;
    display: flex;
  }
  footer .styl3 .stitle1 br {
    display: none;
  }
  footer .styl3 .stitle1 span {
    font-size: 2rem;
  }
  footer .styl4 {
    padding-top: 4rem;
  }
  footer .styl4 .inr1 {
    padding: 0 0 var(--body-padding-left-right-pc);
  }
  footer .styl4 .e2 {
    padding: 0 var(--body-padding-left-right-pc);
    max-width: 1400px;
    margin: 0 auto;
  }
  footer .styl4 .e1 {
    width: 50%;
  }
  footer .styl4 ul.lst1 {
    padding: 0 var(--body-padding-left-right-pc);
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: var(--body-padding-left-right-pc) 2em;
  }
  footer .styl4 ul.lst1 > li {
    flex: 0 0 calc((100% - 2em) / 2);
  }
  footer .styl4 ul.lst1 .title1 {
    margin-top: 2em;
  }
  footer .styl4 ul.lst1 .title1 span {
    font-size: var(--font-size-m);
  }
  footer .styl4 ul.slst1 > li {
    padding: 0 1em;
  }
  footer .styl4 .mtitle1 {
    margin-top: 1em;
  }
  footer .styl4 .stitle1 span {
    font-size: 2rem;
  }
  footer .styl5 .inr1 {
    padding: 1.5rem var(--body-padding-left-right-pc) 9rem;
    display: flex;
    gap: var(--body-padding-left-right-pc);
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1400px;
    margin: 0 auto;
  }
  footer .styl5 .inr1 .lst2 {
    flex: 0 0 50%;
  }
  footer .styl5 .lst2 {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
  }
}

/** ----------------------------------------------
 * 
 * _header.scss : header
 * 
 */
:root {
  --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);
  }
  html body.--scroll header .styl1 .w1 {
    background: rgba(255, 255, 255, 0.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 1rem var(--body-padding-left-right-pc);
    box-shadow: 0 1px 3px rgba(204, 204, 204, 0.25);
  }
}

header {
  /** sp --------------------------------------------
   **
   */
  /** pc --------------------------------------------
   **
   */
}
header .styl1 .inr1 {
  padding: var(--body-padding-left-right-sp);
}
header .styl1 .w1 {
  display: flex;
  align-items: center;
}
header .styl1 .w1 a.ln2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 0.75rem;
  text-decoration: none;
  color: var(--base-color-font);
}
header .styl1 .w1 .image1 {
  flex: 0 0 auto;
  width: auto;
}
header .styl1 .w1 .image1 img {
  height: 1.5rem;
  width: auto;
}
header .styl1 .w1 .e1 {
  flex: 0 0 auto;
  width: auto;
}
header .styl1 .e1 h1.mtitle1 span {
  font-weight: normal;
}
header .styl1 .e1 .stitle1 {
  line-height: 1;
  padding-left: 0.125em;
}
header .styl1 .e1 .stitle1 span {
  font-size: 10px;
}
header .styl1 .btn1.js-menu-hidden .text1 .--open {
  display: none;
}
header .styl1 .btn1.js-menu-hidden .text1 .--hidden {
  display: inline;
}
header .styl1 .btn1 .text1 {
  margin-top: 0.375rem;
  color: white;
  text-align: center;
  font-size: var(--font-size-s);
}
header .styl1 .btn1 .text1 .--hidden {
  display: none;
}
@media (max-width: 767.99px) {
  header .styl1 .icon1 {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 0.375rem;
  }
  header .styl1 .icon1 > span, header .styl1 .icon1::before, header .styl1 .icon1::after {
    content: "";
    display: block;
    height: 2px;
    background: white;
  }
  header .styl1 .btn1 {
    background: var(--theme-color1);
    border: 1px solid white;
    border-top: none;
    border-right: none;
    width: 5rem;
    padding: calc(var(--body-padding-left-right-sp) * 2) var(--body-padding-left-right-sp);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    border-radius: 0 0 0 var(--radius-xs);
  }
  header .styl1 nav.navi2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 998;
    background: rgba(255, 255, 255, 0.95);
    padding: var(--body-padding-left-right-sp);
    overflow: auto;
    height: 100%;
    width: 100%;
    transition: all 0.5s 0s ease;
  }
  header .styl1 nav.navi2 a {
    text-decoration: none;
    color: var(--base-color-font);
  }
  header .styl1 nav.navi2.js-menu-hidden {
    transform: translate(0, -100%);
  }
  header .styl1 .navi-w1 {
    display: flex;
    align-items: center;
  }
  header .styl1 .navi-w1 .navi-image1 {
    flex: 0 0 auto;
    width: auto;
  }
  header .styl1 .navi-w1 .navi-image1 img {
    height: 3rem;
    width: auto;
  }
  header .styl1 .navi-e1 {
    margin-left: 1rem;
    color: var(--base-color-font);
  }
  header .styl1 .navi-stitle1 {
    line-height: 1;
    padding-left: 0.125em;
  }
  header .styl1 .navi-stitle1 span {
    font-size: 10px;
  }
  header .styl1 ul.lst2 {
    margin-top: 2.5rem;
  }
  header .styl1 ul.lst2 > li {
    border-bottom: 1px solid var(--base-color-font);
  }
  header .styl1 ul.lst2 > li a {
    display: flex;
    gap: 1em;
    padding: 2em 1em 2em 0;
  }
  header .styl1 .navi-mtitle2 span {
    color: var(--theme-color1);
  }
  header .styl1 .navi-stitle2 span br {
    display: none;
  }
}
@media (min-width: 768px) {
  header {
    height: var(--header-height-sp);
  }
  header .styl1 .inr1 {
    padding: 1rem var(--body-padding-left-right-pc);
  }
  header .styl1 .w1 .navi1 {
    flex: 1 1 auto;
  }
  header .styl1 .w1 .image1 img {
    height: 2rem;
  }
  header .styl1 .e1 h1.mtitle1 span {
    font-size: var(--font-size-l);
  }
  header .styl1 .e1 .stitle1 span {
    font-size: var(--font-size-xs);
  }
  header .styl1 .e2 h1.mtitle1 {
    margin-top: 1em;
  }
  header .styl1 .e2 h1.mtitle1 span {
    font-size: var(--font-size-m);
  }
  header .styl1 .e2 .stitle1 {
    margin-top: 2em;
  }
  header .styl1 .navi1 {
    padding-right: 10rem;
    margin-left: 3rem;
  }
  header .styl1 .navi1 ul.lst1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1em;
  }
  header .styl1 .navi1 a {
    text-decoration: none;
    color: black;
  }
  header .styl1 .navi1 .stitle1 {
    color: var(--theme-color1);
  }
  header .styl1 .navi1 .stitle1 span {
    font-size: var(--font-size-xs);
  }
  header .styl1 .ln1 {
    position: fixed;
    top: 0;
    right: 0;
    padding: 2.5rem;
    background: var(--theme-color1);
    z-index: 999;
    border: 1px solid white;
    border-top: none;
    border-right: none;
    border-radius: 0 0 0 var(--radius-s);
  }
  header .styl1 .ln1 a {
    text-decoration: none;
    color: white;
  }
  header .styl1 .ln1 .mtitle1 {
    text-align: center;
  }
  header .styl1 .ln1 .mtitle1 span {
    font-size: var(--font-size-xs);
  }
  header .styl1 .ln1 .stitle1 {
    text-align: center;
  }
}

/** ----------------------------------------------
* #
* # var
* #
*/
:root {
  /** --------------------------------------------
  * # color palette
  */
  --base-color-bg-white: radial-gradient(snow, ghostwhite);
  --base-color-bg-gray: radial-gradient(rgba(204, 204, 204, 0), rgba(204, 204, 204, .125) 80%, rgba(204, 204, 204, .25));
  --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;
  --radius-xs: 3px;
  --radius-s: 6px;
  --radius-m: 12px;
  --radius-l: 24px;
  /** ------------------------------------------
  * # 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(--base-color-bg-white);
  /** wordpress -----------------------------------
   **
   */
  /*
  .wp-caption,
  [class*='wp-image'] {
    display: block;
    max-width: 100% !important;
    margin-top: 1.5em;
    text-align: center;
  }

  .wp-caption-text {
    margin-top: 0;
  }
  */
  /** lib : slick ----------------------------------
   **
   */
  /** sp --------------------------------------------
   **
   */
  /** pc --------------------------------------------
   *+
   */
}
body .g_styl1 .inr1 {
  padding-left: var(--body-padding-left-right-sp);
}
body .g_styl1 .e1 {
  background: var(--base-color-bg-white);
  padding: 1em 1em 0 0.5em;
}
body .g_styl1 .e3 {
  position: relative;
}
body .g_styl1 .e3 .e1 {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 50%);
  border-radius: 0 100vh 100vh 0;
  margin-right: var(--body-padding-left-right-sp);
}
body .g_styl1 .image1 img {
  aspect-ratio: 4/3;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: var(--radius-l) 0 0 var(--radius-l);
}
body .g_styl1 .mtitle1 span {
  font-size: 1.5rem;
}
body .g_styl1 .mtitle1 span br {
  display: none;
}
body .g_styl1 .stitle1 span {
  color: var(--theme-color1);
}
body .aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
body .alignright {
  float: right;
  margin-bottom: 1.5em;
  margin-left: 1.5em;
}
body .alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}
@media (max-width: 767.99px) {
  body .tpl-pc-w25-sp-w50 {
    width: 50%;
  }
  body .g_styl1 .e1 {
    min-width: 70%;
    padding-right: var(--body-padding-left-right-sp);
  }
}
@media (min-width: 768px) {
  body .tpl-pc-w25-sp-w50 {
    width: 25%;
  }
  body .g_styl1 .inr1 {
    padding-left: var(--body-padding-left-right-pc);
  }
  body .g_styl1 .image1 img {
    height: 70vh;
  }
  body .g_styl1 .e1 {
    min-width: 30%;
    padding-right: var(--body-padding-left-right-pc);
  }
  body .g_styl1 .e3 {
    padding-left: 5rem;
  }
  body .g_styl1 .mtitle1 span {
    font-size: 2.5rem;
  }
  body .g_styl1 .stitle1 {
    margin-top: 0.5rem;
  }
}

/** ----------------------------------------------
 * 
 * _tpl-404.scss
 * 
 */
.page-404 main {
  /** ----------------------------------------------
  * sp
  */
  /** ----------------------------------------------
  * pc
  */
}
.page-404 main .styl1 .inr1 {
  padding: 12.5% var(--body-padding-left-right-sp);
}
.page-404 main .styl1 .e1 {
  text-align: center;
}
.page-404 main .styl1 .mtitle1 span {
  font-size: 3rem;
}
.page-404 main .styl1 .stitle1 span {
  font-size: var(--font-size-l);
}
.page-404 main .styl1 .text1 {
  text-align: center;
  margin-top: 5%;
}
@media (min-width: 768px) {
  .page-404 main .styl1 .inr1 {
    padding: 1rem var(--body-padding-left-right-pc);
  }
  .page-404 main .styl1 .mtitle1 span {
    font-size: 5rem;
  }
  .page-404 main .styl1 .text1 {
    margin-top: 2%;
  }
}

/** ----------------------------------------------
 * 
 * _tpl-benefit.scss : benefit
 * 
 */
.page-benefit main {
  /** sp --------------------------------------------
   **
   */
  /** pc --------------------------------------------
   **
   */
}
.page-benefit main .styl2 {
  margin-top: 4.5rem;
}
.page-benefit main .styl2 .inr1 {
  padding: var(--body-padding-left-right-sp);
}
.page-benefit main .styl2 .e1 {
  min-height: 6rem;
  background: var(--theme-color3);
  border-radius: var(--radius-m);
  position: relative;
}
.page-benefit main .styl2 .e1 .text1 {
  position: absolute;
  top: -1px;
  left: -1px;
}
.page-benefit main .styl2 .text1 {
  background: var(--base-color-bg-white);
  padding: 1em;
  border-radius: 0 0 var(--radius-m) 0;
}
.page-benefit main .styl2 .text1 span {
  color: var(--theme-color1);
}
.page-benefit main .styl2 .title1 {
  margin-top: 1.5rem;
  text-align: center;
}
.page-benefit main .styl2 .title1 span {
  font-size: var(--font-size-m);
  color: var(--theme-color1);
  display: inline-block;
  text-align: left;
}
.page-benefit main .styl2 .image1 img {
  aspect-ratio: 16/9;
  object-fit: cover;
  border-radius: var(--radius-m);
}
.page-benefit main .styl2 .reditor1 {
  margin-top: 1rem;
  line-height: 2;
  white-space: pre-wrap;
}
.page-benefit main .styl2 .reditor1 ul {
  padding-left: 2em;
}
.page-benefit main .styl2 .reditor1 p:has(img) {
  margin-top: 0.5em;
}
.page-benefit main .styl2 .reditor1 p img {
  border-radius: var(--radius-m);
}
.page-benefit main .styl3 {
  padding: var(--body-padding-left-right-sp);
}
.page-benefit main .styl3 .inr1 {
  background: var(--base-color-bg-gray);
  border-radius: var(--radius-s);
  padding: 3rem var(--body-padding-left-right-sp);
}
.page-benefit main .styl3 .ctitle1 {
  text-align: center;
}
.page-benefit main .styl3 .ctitle1 span {
  font-size: var(--font-size-xl);
  color: var(--theme-color1);
}
.page-benefit main .styl3 .mtitle1 {
  text-align: center;
}
.page-benefit main .styl3 .mtitle1 span {
  color: var(--theme-color1);
}
.page-benefit main .styl3 .reditor1 {
  margin-top: 2rem;
  line-height: 2;
}
.page-benefit main .styl3 .reditor1 h4 {
  font-weight: normal;
  color: var(--theme-color1);
}
.page-benefit main .styl3 .reditor1 p img {
  border-radius: var(--radius-s);
}
.page-benefit main .styl4 {
  background: var(--theme-color3);
}
.page-benefit main .styl4 .inr1 {
  padding: 2.5rem var(--body-padding-left-right-sp);
}
.page-benefit main .styl4 .ctitle1 span {
  font-size: var(--font-size-xl);
  color: var(--theme-color1);
}
.page-benefit main .styl4 .mtitle1 {
  margin-top: 0.5em;
}
.page-benefit main .styl4 .mtitle1 span {
  color: var(--theme-color1);
}
.page-benefit main .styl4 .reditor1 {
  margin-top: 3rem;
}
.page-benefit main .styl4 .reditor1 table tr {
  display: grid;
  grid-template-areas: "ga1" "ga2" "ga3";
}
.page-benefit main .styl4 .reditor1 table tr td:nth-child(1) {
  grid-area: ga1;
}
.page-benefit main .styl4 .reditor1 table tr td:nth-child(2) {
  grid-area: ga2;
}
.page-benefit main .styl4 .reditor1 table tr td:nth-child(3) {
  grid-area: ga3;
}
.page-benefit main .styl4 .reditor1 table td {
  width: 100% !important;
}
.page-benefit main .styl4 .reditor1 table td:nth-child(1) img {
  border-radius: var(--radius-s);
}
.page-benefit main .styl4 .reditor1 table td:nth-child(2) {
  padding-left: var(--body-padding-left-right-sp);
  transform: translate(0, -50%);
}
.page-benefit main .styl4 .reditor1 table td:nth-child(2) img {
  width: 4rem;
  aspect-ratio: 1/1;
  object-fit: cover;
  border: 2px solid white;
  border-radius: 50%;
}
.page-benefit main .styl4 .reditor1 table td:nth-child(3) {
  margin-top: -1rem;
}
.page-benefit main .styl4 .reditor1 h4 {
  font-size: var(--font-size-l);
  font-weight: normal;
  color: var(--theme-color1);
}
@media (max-width: 767.99px) {
  .page-benefit main .styl2 ul.lst1 > li:nth-child(n+2) {
    margin-top: 2rem;
  }
  .page-benefit main .styl4 .ctitle1 {
    text-align: center;
  }
  .page-benefit main .styl4 .mtitle1 {
    text-align: center;
  }
  .page-benefit main .styl4 .reditor1 table tr:nth-child(n+2) {
    margin-top: 3rem;
  }
}
@media (min-width: 768px) {
  .page-benefit main .styl2 .inr1 {
    padding: var(--body-padding-left-right-pc);
  }
  .page-benefit main .styl2 ul.lst1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 4rem;
  }
  .page-benefit main .styl2 ul.lst1 > li {
    flex: 0 0 calc((100% - 4rem) / 2);
    border: 1px solid rgba(204, 204, 204, 0.5);
    border-radius: var(--radius-m);
    padding: 1rem 2.5rem;
  }
  .page-benefit main .styl2 ul.lst1 > li:has(.image1) {
    border: none;
    border-radius: none;
    padding: 0;
  }
  .page-benefit main .styl3 {
    padding: var(--body-padding-left-right-pc);
  }
  .page-benefit main .styl3 .inr1 {
    padding: 6rem 13rem;
  }
  .page-benefit main .styl3 .ctitle1 span {
    font-size: 2rem;
  }
  .page-benefit main .styl3 .mtitle1 {
    margin-top: 1rem;
  }
  .page-benefit main .styl4 .inr1 {
    padding: 4rem var(--body-padding-left-right-pc);
  }
  .page-benefit main .styl4 .ctitle1 span {
    font-size: 3rem;
  }
  .page-benefit main .styl4 .reditor1 {
    margin-top: 4rem;
  }
  .page-benefit main .styl4 .reditor1 table tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 2em;
  }
  .page-benefit main .styl4 .reditor1 table tbody tr {
    flex: 0 0 calc((100% - 4em) / 3);
  }
  .page-benefit main .styl4 .reditor1 table td:nth-child(1) img {
    aspect-ratio: 4/3;
    object-fit: contain;
    object-position: top center;
    background: white;
  }
}

/** ----------------------------------------------
 * 
 * _tpl-business.scss : business
 * 
 */
.page-business main {
  /** SP --------------------------------------------
   **
   */
  /** PC --------------------------------------------
   **
   */
}
.page-business main .styl2 .inr1 {
  padding: var(--body-padding-left-right-sp);
}
.page-business main .styl2 .reditor1 h3 {
  font-size: var(--font-size-xl);
  font-weight: normal;
  color: var(--theme-color1);
}
.page-business main .styl2 .reditor1 h4 {
  font-weight: normal;
  padding-bottom: 0.25em;
  border-bottom: 1px solid var(--theme-color1);
  display: inline-block;
  color: var(--theme-color1);
}
.page-business main .styl2 .reditor1 table.tbl1 tr {
  padding: 1.25em 1em;
  display: flex;
  height: auto !important;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.page-business main .styl2 .reditor1 table.tbl1 tr > td {
  height: auto !important;
}
.page-business main .styl2 .reditor1 table.tbl1 tr > td:first-child {
  color: var(--theme-color1);
}
.page-business main .styl2 .reditor1 table.tbl2 tr {
  padding: 0 1em;
  display: flex;
  height: auto !important;
}
.page-business main .styl2 .reditor1 table.tbl2 tr > td {
  height: auto !important;
}
.page-business main .styl2 .reditor1 table.tbl2 tr > td:first-child {
  color: var(--theme-color1);
}
.page-business main .styl2 .reditor1 table.tbl2 tr > td:last-child {
  margin-top: 1rem;
}
.page-business main .styl2 .reditor1 a {
  text-decoration: none;
  color: var(--base-color-font);
}
.page-business main .styl2 ul.lst1 li:nth-child(n+2) .reditor1 {
  margin-top: 1.5rem;
  border-top: 2px dotted var(--theme-color1);
  padding-top: 3rem;
}
@media (max-width: 767.99px) {
  .page-business main .styl2 {
    margin-top: 5rem;
  }
  .page-business main .styl2 .reditor1 {
    line-height: 2;
  }
  .page-business main .styl2 .reditor1 h3 {
    text-align: center;
  }
  .page-business main .styl2 .reditor1 table.tbl1 {
    margin-top: 2.5rem;
  }
  .page-business main .styl2 .reditor1 table.tbl1 tr {
    flex-wrap: wrap;
  }
  .page-business main .styl2 .reditor1 table.tbl1 tr > td {
    flex: 1 1 100%;
    width: auto !important;
  }
  .page-business main .styl2 .reditor1 table.tbl2 {
    margin-top: 1rem;
  }
  .page-business main .styl2 .reditor1 table.tbl2 tr {
    flex-wrap: wrap;
  }
  .page-business main .styl2 .reditor1 table.tbl2 tr:nth-child(n+2) {
    margin-top: 3rem;
  }
  .page-business main .styl2 .reditor1 table.tbl2 tr > td {
    flex: 1 1 100%;
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .page-business main .styl2 {
    margin-top: 6rem;
  }
  .page-business main .styl2 .inr1 {
    padding: var(--body-padding-left-right-pc);
  }
  .page-business main .styl2 > ul.lst1 {
    padding-left: 5rem;
  }
  .page-business main .styl2 .reditor1 {
    display: flex;
  }
  .page-business main .styl2 .reditor1 h3 {
    flex: 0 0 14rem;
    font-size: 2rem;
  }
  .page-business main .styl2 .reditor1 table tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .page-business main .styl2 .reditor1 table tr {
    flex-direction: column;
    flex: 0 0 calc((100% - 2rem) / 2);
  }
  .page-business main .styl2 .reditor1 table tr > td {
    width: auto !important;
  }
}

/** ----------------------------------------------
 * 
 * _tpl-company.scss : company
 * 
 */
.page-company main {
  /** sp --------------------------------------------
   **
   */
  /** pc --------------------------------------------
   **
   */
}
.page-company main .styl2 {
  margin-top: 10rem;
}
.page-company main .styl2 .inr1 {
  padding: var(--body-padding-left-right-sp);
}
.page-company main .styl2 .e2 {
  background: var(--theme-color1);
}
.page-company main .styl2 .icon1 {
  margin-bottom: 1rem;
  text-align: center;
}
.page-company main .styl2 .icon1 img {
  width: 7rem;
}
.page-company main .styl2 .mtitle1 {
  text-align: center;
  margin-top: 0.5rem;
}
.page-company main .styl2 .mtitle1 span {
  color: white;
}
.page-company main .styl2 .ctitle1 {
  text-align: center;
}
.page-company main .styl2 .ctitle1 span {
  font-size: var(--font-size-xl);
  color: white;
}
.page-company main .styl2 .image1 img {
  border-radius: var(--radius-m);
}
.page-company main .styl2 .reditor1 {
  line-height: 2.5;
  background: var(--base-color-bg-white);
  padding-top: 2rem;
}
.page-company main .styl2 .reditor1 table tr {
  display: flex;
  flex-wrap: wrap;
}
.page-company main .styl2 .reditor1 table tr:nth-child(n+2) {
  margin-top: 5rem;
}
.page-company main .styl2 .reditor1 table tr > td {
  width: auto !important;
}
.page-company main .styl2 .reditor1 table tr > td:first-child p {
  line-height: 1.5;
  margin-top: 0.5em;
}
.page-company main .styl2 .reditor1 table tr > td:last-child {
  white-space: pre-wrap;
  display: flex;
  flex-direction: column;
}
.page-company main .styl2 .reditor1 h4 {
  font-weight: normal;
  font-size: var(--font-size-l);
  line-height: 1.5;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--theme-color1);
  display: inline-block;
  margin: 0 auto 1em 0;
  color: var(--theme-color1);
}
.page-company main .styl2 .reditor1 img {
  border-radius: var(--radius-m);
}
.page-company main .styl2 .reditor2 {
  margin-top: 2rem;
}
.page-company main .styl2 .reditor2 table tbody {
  background: var(--base-color-bg-white);
  color: var(--base-color-font);
  border-radius: var(--radius-s);
  padding: 2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-company main .styl2 .reditor2 table tbody tr:nth-child(3) {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding-top: 1rem;
}
.page-company main .styl3 {
  background: var(--theme-color1);
}
.page-company main .styl3 .ctitle1 {
  text-align: center;
}
.page-company main .styl3 .ctitle1 span {
  font-size: var(--font-size-l);
  color: white;
}
.page-company main .styl3 .mtitle1 {
  text-align: center;
}
.page-company main .styl3 .mtitle1 span {
  color: white;
}
.page-company main .styl3 .reditor1 {
  margin-top: 2.5rem;
}
.page-company main .styl3 .reditor1 table tbody {
  display: flex;
  gap: 1rem;
}
.page-company main .styl3 .reditor1 table tr {
  background: var(--base-color-bg-white);
  border-radius: var(--radius-s);
}
.page-company main .styl3 .reditor1 table h3 {
  font-weight: normal;
  text-align: center;
  font-size: var(--font-size-l);
  color: var(--theme-color1);
  margin-bottom: 0.5rem;
}
.page-company main .styl3 .reditor1 img {
  border-radius: var(--radius-s);
}
@media (max-width: 767.99px) {
  .page-company main .styl2 .e1 {
    margin-top: 2.5rem;
  }
  .page-company main .styl2 .e2 {
    margin: 0 calc(var(--body-padding-left-right-sp) * -1);
    padding: var(--body-padding-left-right-sp) var(--body-padding-left-right-sp) 3rem;
  }
  .page-company main .styl2 .image1 {
    margin-top: -5rem;
  }
  .page-company main .styl2 .reditor1 table tr > td {
    flex: 1 1 100%;
  }
  .page-company main .styl2 .reditor1 table tr > td:first-child:has(*) {
    margin-bottom: 2.5rem;
  }
  .page-company main .styl3 .inr1 {
    padding: 3rem var(--body-padding-left-right-sp);
  }
  .page-company main .styl3 table tbody {
    flex-direction: column;
  }
  .page-company main .styl3 table tr:nth-child(n+2) {
    margin-top: 1rem;
  }
  .page-company main .styl3 table td {
    padding: 3rem 2rem;
  }
}
@media (min-width: 768px) {
  .page-company main .styl2 {
    margin-top: 12rem;
  }
  .page-company main .styl2 .inr1 {
    padding: 0 var(--body-padding-left-right-pc) var(--body-padding-left-right-pc);
  }
  .page-company main .styl2 .e1 {
    padding: var(--body-padding-left-right-pc) var(--body-padding-left-right-pc) 0 0;
  }
  .page-company main .styl2 .e2 {
    display: flex;
    flex-direction: row-reverse;
    margin: 0 calc(var(--body-padding-left-right-pc) * -1);
    padding: 0 var(--body-padding-left-right-pc) var(--body-padding-left-right-pc);
  }
  .page-company main .styl2 .e2 .image1 {
    margin-top: calc(var(--body-padding-left-right-pc) * -1);
    flex: 0 0 640px;
  }
  .page-company main .styl2 .e2 .e1 {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .page-company main .styl2 .icon1 img {
    width: 8rem;
  }
  .page-company main .styl2 .ctitle1 span {
    font-size: 2rem;
  }
  .page-company main .styl2 .reditor1 {
    max-width: 1000px;
    margin: 0 auto;
    padding: 4.5rem 0 0;
  }
  .page-company main .styl2 .reditor1 table tr > td:first-child {
    flex: 0 1 auto;
    max-width: 60%;
  }
  .page-company main .styl2 .reditor1 table tr > td:first-child:has(*) {
    padding-right: var(--body-padding-left-right-pc);
  }
  .page-company main .styl2 .reditor1 table tr > td:last-child {
    flex: 1 1 40%;
  }
  .page-company main .styl2 .reditor2 table tbody {
    padding: 2rem;
  }
  .page-company main .styl3 .inr1 {
    padding: 3rem 0 6rem;
  }
  .page-company main .styl3 .ctitle1 span {
    font-size: 2rem;
  }
  .page-company main .styl3 .reditor1 table tbody {
    gap: 1px;
    flex-wrap: wrap;
  }
  .page-company main .styl3 .reditor1 table tbody tr {
    width: calc((100% - 2px) / 3);
    padding: 3rem 0 6rem;
  }
  .page-company main .styl3 .reditor1 table tbody td {
    padding: 3rem 2rem;
  }
  .page-company main .styl3 .reditor1 p {
    margin-top: 1em;
  }
}

/** ----------------------------------------------
 * 
 * _tpl-contact.scss : contact
 * 
 */
.page-contact main {
  /** SP --------------------------------------------
   **
   */
  /** PC --------------------------------------------
   **
   */
}
.page-contact main .styl2 {
  margin-top: 4.5rem;
}
.page-contact main .styl2 .inr1 {
  padding: 3rem var(--body-padding-left-right-sp);
}
.page-contact main .styl2 .reditor1 table tr {
  padding: 1.25em 1em;
  display: flex;
  height: auto !important;
  border-top: 1px solid rgba(204, 204, 204, 0.5);
}
.page-contact main .styl2 .reditor1 table tr > td {
  height: auto !important;
}
.page-contact main .styl2 .reditor1 table tr > td:first-child {
  color: var(--theme-color1);
}
.page-contact main .styl2 .reditor1 table tr > td:last-child {
  margin-top: 0.5em;
}
.page-contact main .styl2 .reditor1 iframe {
  width: 100%;
}
.page-contact main .styl2 .reditor1 a {
  color: var(--theme-color1);
}
.page-contact main .styl2 .reditor1 ul.lst1 {
  display: flex;
  gap: 1em;
}
.page-contact main .styl2 .reditor1 ul.lst1 > li {
  flex: 0 0 2em;
}
.page-contact main .styl3 {
  padding-left: var(--body-padding-left-right-sp);
  padding-right: var(--body-padding-left-right-sp);
}
.page-contact main .styl3 .inr1 {
  padding-top: 3rem;
  border-top: 1px dotted var(--theme-color1);
}
.page-contact main .styl3 .ctitle1 {
  text-align: center;
}
.page-contact main .styl3 .ctitle1 span {
  font-size: var(--font-size-xl);
  color: var(--theme-color1);
}
.page-contact main .styl3 .mtitle1 {
  margin-top: 0.5em;
}
.page-contact main .styl3 .mtitle1 span {
  color: var(--theme-color1);
}
.page-contact main .styl3 .reditor1 {
  line-height: 2;
}
.page-contact main .styl3 .cf7 {
  line-height: 2;
  margin-top: 2rem;
}
.page-contact main .styl3 .cf7 label.lbl1 {
  display: block;
  padding: 0;
}
.page-contact main .styl3 .cf7 label.lbl1 + br {
  display: none;
}
.page-contact main .styl3 .cf7 textarea,
.page-contact main .styl3 .cf7 input:not([type=radio]) {
  width: 100%;
  padding: 1rem;
  font-size: 1rem;
  border-radius: var(--radius-xs);
}
.page-contact main .styl3 .cf7 textarea {
  height: 12em;
  border-width: 2px;
  border-style: solid;
  border-color: var(--theme-color1);
  margin-top: 0.5rem;
}
.page-contact main .styl3 .cf7 input {
  border-width: 2px;
  border-style: solid;
  border-color: var(--theme-color1);
}
.page-contact main .styl3 .cf7 input[type=radio]:checked::before {
  background: var(--theme-color1);
}
.page-contact main .styl3 .cf7 span.rbtns1 {
  display: block;
}
.page-contact main .styl3 .cf7 span.rbtns1 + br {
  display: none;
}
.page-contact main .styl3 .cf7 span.rlst1 {
  margin-top: 0.5em;
  margin-left: -1.5em;
  display: flex;
  flex-direction: column;
}
.page-contact main .styl3 .cf7 span.rlst1 label {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.page-contact main .styl3 .cf7 .texta1 {
  width: 100%;
  display: inline-block;
}
.page-contact main .styl3 .cf7 .text1 {
  display: flex;
  align-items: center;
  gap: 1em;
}
.page-contact main .styl3 .cf7 .text2 {
  width: 100%;
  display: inline-block;
  margin-top: 0.5em;
}
.page-contact main .styl3 .cf7 .text3 {
  padding: 0 0.5em;
  background: var(--theme-color1);
  border-radius: 3px;
  color: white;
  font-size: var(--font-size-xs);
}
.page-contact main .styl3 .cf7 .ctitle1 {
  border-bottom: none;
}
.page-contact main .styl3 .cf7 .ln1 {
  display: inline-block;
  margin-top: 1em;
}
.page-contact main .styl3 .cf7 .ln1 a {
  color: var(--base-color-black1);
}
.page-contact main .styl3 .cf7 label.lbl1:has([type=submit]) {
  line-height: 1;
  display: block;
  margin-top: 2.5rem;
}
.page-contact main .styl3 .cf7 label.lbl1:has([type=submit]) input {
  background: var(--theme-color1);
  border: none;
  height: auto;
  color: white;
  padding: 1.25em 1em;
  font-size: var(--font-size-l);
}
@media (max-width: 767.99px) {
  .page-contact main .styl2 .reditor1 table {
    margin-top: 2.5rem;
  }
  .page-contact main .styl2 .reditor1 table tr {
    flex-wrap: wrap;
  }
  .page-contact main .styl2 .reditor1 table tr > td {
    flex: 1 1 100%;
    width: auto !important;
  }
  .page-contact main .styl3 .mtitle1 {
    text-align: center;
  }
  .page-contact main .styl3 .reditor1 {
    margin-top: 2rem;
  }
  .page-contact main .styl3 .cf7 p > * {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .page-contact main .styl2 .inr1 {
    padding: var(--body-padding-left-right-pc);
  }
  .page-contact main .styl2 .reditor1 table tbody {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .page-contact main .styl2 .reditor1 table tr {
    flex-direction: column;
    flex: 0 0 calc((100% - 2rem) / 2);
  }
  .page-contact main .styl2 .reditor1 table tr > td {
    width: auto !important;
  }
  .page-contact main .styl3 {
    padding: 4.5rem var(--body-padding-left-right-pc);
  }
  .page-contact main .styl3 form > p {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .page-contact main .styl3 form > p > * {
    flex: 0 0 calc((100% - 2rem) / 2);
  }
  .page-contact main .styl3 .e1 {
    display: flex;
  }
  .page-contact main .styl3 .e1 .e2 {
    flex: 0 0 auto;
  }
  .page-contact main .styl3 .ctitle1 span {
    font-size: 2rem;
  }
  .page-contact main .styl3 .mtitle1 {
    margin-top: 1rem;
  }
  .page-contact main .styl3 .reditor1 {
    margin-left: var(--body-padding-left-right-pc);
  }
  .page-contact main .styl3 .cf7 {
    margin-top: 4.5rem;
  }
  .page-contact main .styl3 .cf7 textarea {
    height: 18.5em;
    padding: 2rem;
  }
  .page-contact main .styl3 .cf7 input:not([type=radio]) {
    padding: 1.5rem;
  }
  .page-contact main .styl3 .cf7 label.lbl1:has([type=submit]) {
    margin: 0.5rem auto 0;
    flex: 0 0 50%;
    text-align: center;
  }
  .page-contact main .styl3 .cf7 .texta1 {
    margin-top: 0.5em;
  }
  .page-contact main .styl3 .cf7 .text1 {
    flex: 0 0 15em;
  }
  .page-contact main .styl3 .cf7 .text2 {
    margin-top: 1em;
  }
}

/** ----------------------------------------------
 * 
 * _tpl-recruit_child.scss : recruit_child
 * 
 */
.page-recruit_child main {
  /** SP --------------------------------------------
   **
   */
  /** PC --------------------------------------------
   **
   */
}
.page-recruit_child main .styl2 {
  margin-top: 6rem;
  padding: var(--body-padding-left-right-sp);
}
.page-recruit_child main .styl2 .inr1 {
  background: var(--base-color-bg-gray);
  padding: 3rem var(--body-padding-left-right-sp);
  border-radius: var(--radius-s);
}
.page-recruit_child main .styl2 .ctitle1 {
  text-align: center;
}
.page-recruit_child main .styl2 .ctitle1 span {
  font-size: var(--font-size-xl);
  color: var(--theme-color1);
}
.page-recruit_child main .styl2 .mtitle1 {
  text-align: center;
}
.page-recruit_child main .styl2 .mtitle1 span {
  color: var(--theme-color1);
}
.page-recruit_child main .styl2 .reditor1 {
  margin-top: 2rem;
  line-height: 2;
  white-space: pre-wrap;
}
.page-recruit_child main .styl2 .reditor1 p img {
  border-radius: var(--radius-s);
}
.page-recruit_child main .styl3 {
  margin-top: 1rem;
  padding: var(--body-padding-left-right-sp);
}
.page-recruit_child main .styl3 .inr1 {
  background: var(--base-color-bg-gray);
  padding: 3rem var(--body-padding-left-right-sp);
}
.page-recruit_child main .styl3 .ctitle1 {
  text-align: center;
}
.page-recruit_child main .styl3 .ctitle1 span {
  font-size: var(--font-size-xl);
  color: var(--theme-color1);
}
.page-recruit_child main .styl3 .mtitle1 {
  text-align: center;
}
.page-recruit_child main .styl3 .mtitle1 span {
  color: var(--theme-color1);
}
.page-recruit_child main .styl3 ul.lst1 {
  margin-top: 3rem;
}
.page-recruit_child main .styl3 .title1 {
  line-height: 1.5;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--theme-color1);
  display: inline-block;
  color: var(--theme-color1);
}
.page-recruit_child main .styl3 .title1 span {
  color: var(--theme-color1);
}
.page-recruit_child main .styl3 .reditor1 {
  margin-top: 2rem;
  line-height: 2;
  white-space: pre-wrap;
  margin: 1em 0 0 1em;
  padding: 1em 0 1em 1em;
  border-left: 2px solid rgba(204, 204, 204, 0.5);
}
.page-recruit_child main .styl3 .reditor1 p img {
  border-radius: var(--radius-s);
}
.page-recruit_child main .styl4 {
  background: var(--theme-color3);
}
.page-recruit_child main .styl4 a {
  text-decoration: none;
  color: var(--theme-color1);
}
.page-recruit_child main .styl4 .inr1 {
  padding: 3rem var(--body-padding-left-right-sp);
}
.page-recruit_child main .styl4 .e1 {
  position: relative;
}
.page-recruit_child main .styl4 .e1 .reditor3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-recruit_child main .styl4 .ctitle1 {
  text-align: center;
}
.page-recruit_child main .styl4 .ctitle1 span {
  font-size: var(--font-size-xl);
  color: var(--theme-color1);
}
.page-recruit_child main .styl4 .mtitle1 {
  text-align: center;
}
.page-recruit_child main .styl4 .mtitle1 span {
  color: var(--theme-color1);
}
.page-recruit_child main .styl4 .ccopy1 {
  text-align: center;
  margin-top: 2rem;
}
.page-recruit_child main .styl4 ul.lst1 {
  margin-top: 2rem;
}
.page-recruit_child main .styl4 ul.lst1 > li {
  background: var(--base-color-bg-white);
  padding: 3rem;
  border: 1px dotted var(--theme-color1);
  border-radius: var(--radius-s);
}
.page-recruit_child main .styl4 .text1 {
  font-weight: normal;
  text-align: center;
}
.page-recruit_child main .styl4 .text1 span {
  font-size: var(--font-size-m);
  color: var(--theme-color1);
}
.page-recruit_child main .styl4 .text3 {
  line-height: 2;
  margin-top: 1.5rem;
}
.page-recruit_child main .styl4 .text3 span {
  display: inline-block;
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--base-color-font);
  font-size: var(--font-size-m);
  color: var(--base-color-font);
}
.page-recruit_child main .styl4 .thumb1 {
  margin-top: 1.5rem;
}
.page-recruit_child main .styl4 .thumb1 img {
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: var(--radius-m);
}
.page-recruit_child main .styl4 .reditor3 {
  background: rgba(51, 51, 51, 0.5);
  backdrop-filter: blur(3px);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-recruit_child main .styl4 .btn1 {
  text-align: center;
  padding: 1.5rem;
  margin-top: 3rem;
  background: var(--theme-color1);
  color: white;
  border-radius: var(--radius-s);
}
.page-recruit_child main .styl4 .icon1 {
  margin-right: 0.5em;
}
@media (max-width: 767.99px) {
  .page-recruit_child main .styl2 ul.lst1:nth-child(n+2) {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .page-recruit_child main .styl2 {
    padding: var(--body-padding-left-right-pc);
  }
  .page-recruit_child main .styl2 .inr1 {
    padding: 6rem 13rem;
  }
  .page-recruit_child main .styl2 .ctitle1 span {
    font-size: 2rem;
  }
  .page-recruit_child main .styl2 .mtitle1 {
    margin-top: 1rem;
  }
  .page-recruit_child main .styl3 {
    padding: var(--body-padding-left-right-pc);
  }
  .page-recruit_child main .styl3 .inr1 {
    padding: 6rem 13rem;
  }
  .page-recruit_child main .styl3 .ctitle1 span {
    font-size: 2rem;
  }
  .page-recruit_child main .styl3 .mtitle1 {
    margin-top: 1rem;
  }
  .page-recruit_child main .styl3 .title1 {
    margin-top: 1rem;
  }
  .page-recruit_child main .styl3 .title1 span {
    font-size: var(--font-size-l);
  }
  .page-recruit_child main .styl3 .reditor1 {
    padding: 3rem 0 3rem 3rem;
  }
  .page-recruit_child main .styl4 .inr1 {
    padding: 4.5rem var(--body-padding-left-right-pc);
  }
  .page-recruit_child main .styl4 .ctitle1 span {
    font-size: 2rem;
  }
  .page-recruit_child main .styl4 .mtitle1 {
    margin-top: 1rem;
  }
  .page-recruit_child main .styl4 ul.lst1 {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5rem;
  }
  .page-recruit_child main .styl4 ul.lst1 > li {
    width: 50%;
    padding: 3rem 2.5rem;
  }
  .page-recruit_child main .styl4 .ccopy1 span {
    font-size: var(--font-size-m);
  }
  .page-recruit_child main .styl4 .thumb1 img {
    aspect-ratio: 16/9;
  }
  .page-recruit_child main .styl4 .text1 span {
    font-size: var(--font-size-l);
  }
  .page-recruit_child main .styl4 .text3 span {
    font-size: var(--font-size-l);
  }
  .page-recruit_child main .styl4 .btn1 {
    margin-top: 5rem;
  }
  .page-recruit_child main .styl4 .btn1 span {
    font-size: var(--font-size-l);
  }
}

/** ----------------------------------------------
 * 
 * _tpl-recruit.scss : recruit
 * 
 */
.page-recruit main {
  /** SP --------------------------------------------
   **
   */
  /** PC --------------------------------------------
   **
   */
}
.page-recruit main .styl2 {
  margin-top: 4.5rem;
}
.page-recruit main .styl2 .inr1 {
  padding: 3rem var(--body-padding-left-right-sp);
}
.page-recruit main .styl2 a {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: var(--theme-color1);
}
.page-recruit main .styl2 img {
  aspect-ratio: 4/5;
  object-fit: cover;
  border-radius: var(--radius-m);
}
.page-recruit main .styl2 .e1 {
  position: relative;
}
.page-recruit main .styl2 .e1 .reditor3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.page-recruit main .styl2 .stitle1 {
  margin-top: 2rem;
}
.page-recruit main .styl2 .stitle1 span {
  font-size: var(--font-size-l);
}
.page-recruit main .styl2 .reditor1 {
  margin: 1rem 0 2rem;
  line-height: 2;
}
.page-recruit main .styl2 .reditor1 .slst1 {
  color: var(--base-color-font);
}
.page-recruit main .styl2 .reditor3 {
  background: rgba(51, 51, 51, 0.5);
  backdrop-filter: blur(3px);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: var(--font-size-m);
}
.page-recruit main .styl2 .btn1 {
  text-align: center;
  padding: 1rem;
  margin-top: auto;
  border: 2px solid var(--theme-color1);
  border-radius: var(--radius-s);
}
.page-recruit main .styl2 .icon1 {
  margin-right: 0.5em;
}
@media (max-width: 767.99px) {
  .page-recruit main .styl2 ul.lst1 > li:nth-child(n+2) {
    margin-top: 4rem;
  }
}
@media (min-width: 768px) {
  .page-recruit main .styl2 {
    margin-top: 4.5rem;
  }
  .page-recruit main .styl2 .inr1 {
    padding: var(--body-padding-left-right-pc);
  }
  .page-recruit main .styl2 ul.lst1 {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
  }
  .page-recruit main .styl2 ul.lst1 > li {
    flex: 0 0 calc((100% - 6em) / 3);
  }
  .page-recruit main .styl2 .stitle1 span {
    font-size: var(--font-size-xl);
  }
}

/** ----------------------------------------------
 * 
 * _tpl-top.scss
 * 
 */
.page-top main {
  /** sp --------------------------------------------
   **
   */
  /** pc --------------------------------------------
   *+
   */
}
.page-top main .styl1 .inr1 {
  padding-left: var(--body-padding-left-right-sp);
}
.page-top main .styl1 div.gal1 {
  height: calc(100vh - (185px + 10vh));
  position: relative;
}
.page-top main .styl1 div.gal1 .image1 {
  background: white;
  border-radius: var(--radius-l) 0 0 var(--radius-l);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-top main .styl1 div.gal1 .image1 a {
  display: block;
  height: 100%;
}
.page-top main .styl1 div.gal1 .image1 img {
  border: 1px solid rgba(204, 204, 204, 0.5);
  border-right: none;
  border-radius: var(--radius-l) 0 0 var(--radius-l);
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.page-top main .styl1 .e3 {
  position: relative;
}
.page-top main .styl1 .e3 .e1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.page-top main .styl1 .mtitle1 span {
  white-space: pre-wrap;
  font-size: 1.5rem;
  line-height: 2;
  background: var(--base-color-bg-white);
  color: var(--theme-color1);
}
.page-top main .styl1 .image1 {
  height: 100%;
}
.page-top main .styl3 .inr1 {
  padding: var(--body-padding-left-right-sp) var(--body-padding-left-right-sp) 2rem;
  color: white;
}
.page-top main .styl3 .image1 img {
  aspect-ratio: 1/1;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-m);
}
.page-top main .styl3 .e1 {
  background-size: 50vw;
  background-position: top right;
  background-repeat: no-repeat;
  background-blend-mode: lighten;
}
.page-top main .styl3 .e3 {
  text-align: center;
  position: relative;
}
.page-top main .styl3 .e3 .image2 {
  position: absolute;
  top: 0;
  right: 0;
}
.page-top main .styl3 .mtitle1 span {
  font-size: var(--font-size-s);
}
.page-top main .styl3 .stitle1 span {
  font-size: 1.5rem;
}
.page-top main .styl3 .image2 {
  opacity: 0.5;
}
.page-top main .styl3 .text1 {
  margin-top: 2em;
  text-align: center;
}
.page-top main .styl3 .text1 span {
  font-size: var(--font-size-l);
  background: white;
  line-height: 2;
  color: var(--theme-color1);
  white-space: pre-wrap;
}
.page-top main .styl3 .text2 {
  margin-top: 1em;
}
.page-top main .styl3 .text2 span {
  white-space: pre-wrap;
  line-height: 2;
}
.page-top main .styl3 .btn1 {
  margin-top: 2rem;
}
.page-top main .styl3 .btn1 a {
  background: white;
  display: block;
  text-align: center;
  padding: 1.5rem 1rem;
  text-decoration: none;
  border-radius: var(--radius-s);
}
.page-top main .styl3 .btn1 span {
  font-size: var(--font-size-m);
  color: var(--theme-color1);
}
.page-top main .styl3 .icon1 {
  margin-right: 0.5em;
}
.page-top main .styl4 .inr1 {
  background: var(--base-color-bg-white);
  padding: var(--body-padding-left-right-sp) var(--body-padding-left-right-sp) 3rem;
}
.page-top main .styl4 .e3 {
  margin-top: 2em;
}
.page-top main .styl4 .e4 {
  margin-top: 2em;
  text-align: center;
}
.page-top main .styl4 .image1 img {
  aspect-ratio: 1/1;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-m);
}
.page-top main .styl4 .mtitle1 span {
  font-size: var(--font-size-s);
  color: var(--theme-color1);
}
.page-top main .styl4 .stitle1 span {
  font-size: 1.5rem;
  color: var(--theme-color1);
}
.page-top main .styl4 .text1 {
  text-align: center;
}
.page-top main .styl4 .text1 span {
  background: var(--theme-color1);
  line-height: 2;
  color: white;
  font-size: var(--font-size-l);
  white-space: pre-wrap;
}
.page-top main .styl4 .text2 {
  margin-top: 1em;
}
.page-top main .styl4 .text2 span {
  white-space: pre-wrap;
  line-height: 2;
}
.page-top main .styl4 .btn1 {
  margin-top: 3rem;
}
.page-top main .styl4 .btn1 a {
  display: block;
  text-align: center;
  padding: 1.5rem 1rem;
  border: 2px solid var(--theme-color1);
  text-decoration: none;
  border-radius: var(--radius-s);
}
.page-top main .styl4 .btn1 span {
  font-size: var(--font-size-m);
  color: var(--theme-color1);
}
.page-top main .styl4 .icon1 {
  margin-right: 0.5em;
}
.page-top main .styl5 {
  padding: var(--body-padding-left-right-sp);
}
.page-top main .styl5 .inr1 {
  padding: 2rem var(--body-padding-left-right-sp) 3rem;
  background: var(--theme-color3);
}
.page-top main .styl5 .mtitle1 {
  text-align: center;
}
.page-top main .styl5 .mtitle1 span {
  font-size: 1.5rem;
  color: var(--theme-color1);
}
.page-top main .styl5 .stitle1 {
  text-align: center;
}
.page-top main .styl5 .stitle1 span {
  color: var(--theme-color1);
}
.page-top main .styl5 .image1 {
  margin-top: 2.5rem;
}
.page-top main .styl5 .image1 img {
  aspect-ratio: 4/3;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-m);
}
.page-top main .styl5 .text1 {
  margin-top: 1.5em;
  text-align: center;
  line-height: 2;
}
.page-top main .styl5 .text1 span {
  background: var(--theme-color1);
  font-size: var(--font-size-l);
  color: white;
  line-height: 2;
  white-space: pre-wrap;
}
.page-top main .styl5 .text2 {
  margin-top: 1em;
  line-height: 2;
}
.page-top main .styl5 .text2 span {
  color: var(--theme-color1);
  white-space: pre-wrap;
}
.page-top main .styl5 .btn1 {
  margin-top: 2rem;
}
.page-top main .styl5 .btn1 a {
  display: block;
  text-align: center;
  padding: 1.5rem 1rem;
  text-decoration: none;
  color: var(--theme-color1);
  border: 2px solid var(--theme-color1);
  border-radius: var(--radius-s);
}
.page-top main .styl5 .btn1 span {
  font-size: var(--font-size-m);
}
.page-top main .styl5 .icon1 {
  margin-right: 0.5em;
}
.page-top main .styl6 {
  background: var(--theme-color3);
}
.page-top main .styl6 .inr1 {
  padding: 0 var(--body-padding-left-right-sp) 3rem;
}
.page-top main .styl6 .e2 {
  display: inline-block;
  background: var(--theme-color3);
  padding: 1rem 3rem;
  border-radius: 100vh;
}
.page-top main .styl6 .stitle1 span {
  font-size: 1.5rem;
  color: var(--theme-color1);
}
.page-top main .styl6 .mtitle1 span {
  color: var(--theme-color1);
}
.page-top main .styl6 .text1 > span {
  background: var(--theme-color1);
  font-size: var(--font-size-l);
  line-height: 2;
  white-space: pre-wrap;
  color: white;
}
.page-top main .styl6 .text2 {
  margin-top: 1em;
}
.page-top main .styl6 .text2 span {
  line-height: 2;
  white-space: pre-wrap;
}
.page-top main .styl6 .btn1 a {
  display: block;
  text-align: center;
  padding: 1.5rem 1rem;
  text-decoration: none;
  color: var(--theme-color1);
  border: 2px solid var(--theme-color1);
  border-radius: var(--radius-s);
}
.page-top main .styl6 .icon1 {
  margin-right: 0.5em;
}
.page-top main .styl7 {
  background: rgba(128, 0, 128, 0.1);
}
.page-top main .styl7 .inr1 {
  padding: var(--body-padding-left-right-sp);
}
.page-top main .styl7 .e2 {
  display: flex;
  justify-content: space-between;
}
.page-top main .styl8 {
  background: rgba(255, 192, 203, 0.1);
}
.page-top main .styl8 .inr1 {
  padding: var(--body-padding-left-right-sp);
}
.page-top main .styl8 .e1 {
  text-align: center;
}
.page-top main .styl8 ul.lst1 > li {
  display: flex;
}
.page-top main .styl8 ul.lst1 > li .image1 {
  flex: 0 0 5rem;
}
.page-top main .styl9 {
  background: var(--theme-color3);
  margin-top: 4rem;
}
.page-top main .styl9 a {
  color: var(--theme-color1);
}
.page-top main .styl9 .p1 {
  background: var(--base-color-bg-white);
  margin-top: 3em;
  padding: 2rem 1.5rem;
  border: 2px solid var(--theme-color1);
  border-radius: var(--radius-m);
}
.page-top main .styl9 .mtitle1 span {
  font-size: 1.5rem;
  color: var(--theme-color1);
}
.page-top main .styl9 .stitle1 span {
  font-size: var(--font-size-s);
  color: var(--theme-color1);
}
.page-top main .styl9 .title2 {
  text-align: center;
}
.page-top main .styl9 .title2 span {
  color: var(--theme-color1);
  font-size: var(--font-size-xl);
}
.page-top main .styl9 .text1 {
  text-align: center;
}
.page-top main .styl9 .text1 span {
  font-size: var(--font-size-s);
}
.page-top main .styl9 .text2 {
  text-align: center;
  margin-top: 1.5rem;
}
.page-top main .styl9 .text2 span {
  display: inline-block;
  background: var(--theme-color1);
  padding: 0.125em 1em;
  border: 1px solid var(--theme-color1);
  font-size: var(--font-size-s);
  color: white;
}
.page-top main .styl9 .post-content1 {
  margin-top: 2.5rem;
  line-height: 2;
}
.page-top main .styl10 {
  background: var(--base-color-bg-white);
}
.page-top main .styl10 a {
  text-decoration: none;
  color: var(--base-color-font);
}
.page-top main .styl10 .inr1 {
  padding: 3rem var(--body-padding-left-right-sp) 2.5rem;
}
.page-top main .styl10 .inr2 {
  overflow: hidden;
  padding-bottom: 4rem;
}
.page-top main .styl10 .stitle1 {
  text-align: center;
}
.page-top main .styl10 .stitle1 span {
  color: var(--theme-color1);
}
.page-top main .styl10 .mtitle1 {
  text-align: center;
}
.page-top main .styl10 .mtitle1 span {
  display: inline-block;
  transform: scale(1, 1.25);
  font-size: 3.5rem;
  color: var(--theme-color1);
}
.page-top main .styl10 div.gal1.--not-slide {
  display: flex;
  gap: 1rem 0;
  padding: 1rem;
}
.page-top main .styl10 div.gal1 .item1 {
  margin: 0.5rem;
  box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.125);
  border-radius: var(--radius-m);
  background: white;
}
.page-top main .styl10 .e1 {
  background: var(--base-color-bg-white);
  padding: 0.75em 1em 0;
  line-height: 1;
  width: 80%;
  transform: translate(0, calc((50% + 0.5em) * -1));
  border-radius: 0 100vh 0 0;
}
.page-top main .styl10 .image1 img {
  border-radius: var(--radius-m) var(--radius-m) 0 0;
}
.page-top main .styl10 .title1 {
  margin-top: 0.25em;
}
.page-top main .styl10 .title1 span {
  color: var(--theme-color1);
  font-size: var(--font-size-s);
}
.page-top main .styl10 .title2 span {
  color: var(--theme-color1);
  font-size: var(--font-size-m);
}
.page-top main .styl11 {
  background: var(--base-color-bg-white);
}
.page-top main .styl11 a {
  text-decoration: none;
  color: var(--base-color-font);
  position: relative;
}
.page-top main .styl11 a .e2,
.page-top main .styl11 a .e1 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-top main .styl11 .inr1 {
  padding: 3rem var(--body-padding-left-right-sp) 2.5rem;
}
.page-top main .styl11 .inr2 {
  overflow: hidden;
  padding-bottom: 4rem;
}
.page-top main .styl11 .stitle1 {
  text-align: center;
}
.page-top main .styl11 .stitle1 span {
  color: var(--theme-color1);
}
.page-top main .styl11 .mtitle1 {
  text-align: center;
}
.page-top main .styl11 .mtitle1 span {
  display: inline-block;
  transform: scale(1, 1.25);
  font-size: 3.5rem;
  color: var(--theme-color1);
}
.page-top main .styl11 div.gal1 .item1 {
  margin: 0.5rem;
  box-shadow: 1px 1px 3px rgba(51, 51, 51, 0.125);
  border-radius: var(--radius-m);
  background: white;
}
.page-top main .styl11 ul.lst1 {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5em 1em;
}
.page-top main .styl11 ul.lst1 > li span {
  display: inline-block;
  padding: 0.125em 1em;
  font-size: var(--font-size-xs);
  color: var(--theme-color1);
  border: 1px solid var(--theme-color1);
  border-radius: var(--radius-xs);
}
.page-top main .styl11 .e1,
.page-top main .styl11 .e2 {
  padding: 1rem 1rem 2rem;
}
.page-top main .styl11 .image1 img {
  border-radius: var(--radius-m);
  aspect-ratio: 3/4;
  object-fit: cover;
}
.page-top main .styl11 .title1 span {
  background: var(--theme-color1);
  color: white;
  font-size: var(--font-size-m);
}
.page-top main .styl11 .title2,
.page-top main .styl11 .title3 {
  margin-top: 0.25em;
}
.page-top main .styl11 .title2 span,
.page-top main .styl11 .title3 span {
  background: white;
  color: var(--theme-color1);
}
@media (max-width: 767.99px) {
  .page-top main .styl1 .mtitle1 {
    transform: translate(0, -50%);
  }
  .page-top main .styl3 .inr1 {
    background: var(--theme-color1);
  }
  .page-top main .styl3 .e1 {
    margin-top: 2em;
  }
  .page-top main .styl5 .stitle1 span {
    font-size: var(--font-size-s);
  }
  .page-top main .styl6 .e1 {
    text-align: center;
    transform: translate(0, -50%);
  }
  .page-top main .styl6 .e4 {
    margin-top: -3rem;
  }
  .page-top main .styl6 .image1 {
    margin: 0 calc(var(--body-padding-left-right-sp) * -1);
  }
  .page-top main .styl6 .text1 {
    text-align: center;
  }
  .page-top main .styl6 .btn1 {
    margin-top: 3rem;
  }
  .page-top main .styl7 ul.lst1 > li:nth-child(n+2) {
    margin-top: 1em;
  }
  .page-top main .styl8 ul.lst1 > li:nth-child(n+2) {
    margin-top: 1rem;
  }
  .page-top main .styl9 .inr1 {
    padding: 3rem var(--body-padding-left-right-sp) 4rem;
  }
  .page-top main .styl9 .mtitle1 {
    text-align: center;
  }
  .page-top main .styl9 .stitle1 {
    text-align: center;
  }
  .page-top main .styl10 div.gal1.--not-slide {
    flex-direction: column;
  }
  .page-top main .styl11 .title3 span,
  .page-top main .styl11 .title2 span {
    font-size: var(--font-size-s);
  }
}
@media (min-width: 768px) {
  .page-top main .styl1 .inr1 {
    padding-left: var(--body-padding-left-right-pc);
  }
  .page-top main .styl1 .e1 {
    transform: translate(0, -50%);
  }
  .page-top main .styl1 .e3 {
    padding-left: 5rem;
  }
  .page-top main .styl1 div.gal1 {
    height: calc(100vh - 170px);
  }
  .page-top main .styl1 .mtitle1 span {
    font-size: 2.5rem;
  }
  .page-top main .styl3 .inr1 {
    padding: var(--body-padding-left-right-pc);
    max-width: 1400px;
    margin: 0 auto;
  }
  .page-top main .styl3 .e1 {
    background-color: var(--theme-color1);
    padding: var(--body-padding-left-right-pc);
    margin-left: calc(var(--body-padding-left-right-pc) * -2);
    border-radius: var(--radius-m);
    background-size: 40%;
    background-position: top 2rem right 2rem;
  }
  .page-top main .styl3 .e2 {
    display: flex;
    align-items: center;
  }
  .page-top main .styl3 .e2 .image1 {
    flex: 0 0 55%;
  }
  .page-top main .styl3 .e2 .e1 {
    flex: 1 1 auto;
  }
  .page-top main .styl3 .stitle1 span {
    font-size: 2rem;
  }
  .page-top main .styl3 .image1 img {
    border-radius: var(--radius-s);
  }
  .page-top main .styl3 .btn1 {
    margin-top: 3rem;
  }
  .page-top main .styl4 .inr1 {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--body-padding-left-right-pc) 0;
  }
  .page-top main .styl4 .e1 {
    background: var(--base-color-bg-white);
  }
  .page-top main .styl4 .e2 {
    display: flex;
    flex-direction: row-reverse;
  }
  .page-top main .styl4 .e2 .image1 {
    flex: 0 0 55%;
  }
  .page-top main .styl4 .e2 .e1 {
    flex: 1 1 auto;
  }
  .page-top main .styl4 .e3 {
    padding: 0 var(--body-padding-left-right-pc);
  }
  .page-top main .styl4 .stitle1 span {
    font-size: 2rem;
  }
  .page-top main .styl5 {
    padding: var(--body-padding-left-right-pc);
  }
  .page-top main .styl5 .inr1 {
    padding: var(--body-padding-left-right-pc);
    max-width: 1400px;
    margin: 0 auto;
  }
  .page-top main .styl5 .mtitle1 span {
    font-size: 2.5rem;
  }
  .page-top main .styl5 .stitle1 {
    margin-top: 1em;
  }
  .page-top main .styl5 .text1 {
    margin-top: 4.5em;
  }
  .page-top main .styl5 .text1 span {
    font-size: var(--font-size-xl);
  }
  .page-top main .styl5 .text2 {
    margin-top: 2em;
    text-align: center;
  }
  .page-top main .styl5 .text2 span {
    font-size: var(--font-size-m);
  }
  .page-top main .styl5 .btn1 {
    margin: 5rem auto 0;
    max-width: 540px;
  }
  .page-top main .styl5 .btn1 span {
    font-size: var(--font-size-l);
  }
  .page-top main .styl6 .inr1 {
    padding: var(--body-padding-left-right-pc);
    max-width: 1400px;
    margin: 0 auto;
  }
  .page-top main .styl6 .e2 {
    display: flex;
    align-items: center;
    gap: 1em;
    padding: 2rem 8rem 2rem 0;
  }
  .page-top main .styl6 .e3 {
    background: var(--theme-color3);
    padding-right: var(--body-padding-left-right-pc);
    border-radius: 0 100vh 0 0;
  }
  .page-top main .styl6 .e5 {
    background: var(--theme-color3);
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: -4em;
  }
  .page-top main .styl6 .e5 .e3 {
    flex: 0 0 60%;
  }
  .page-top main .styl6 .e5 .btn1 {
    flex: 1 1 auto;
  }
  .page-top main .styl6 .mtitle1 {
    display: flex;
    align-items: center;
  }
  .page-top main .styl6 .mtitle1::before {
    content: "";
    display: block;
    height: 1px;
    width: 4.5em;
    border-top: 1px solid var(--theme-color1);
    margin-right: 1.5em;
  }
  .page-top main .styl6 .stitle1 span {
    font-size: 2rem;
  }
  .page-top main .styl6 .image1 img {
    border-radius: var(--font-size-m);
  }
  .page-top main .styl6 .btn1 {
    background-color: white;
  }
  .page-top main .styl7 .inr1 {
    padding: var(--body-padding-left-right-pc);
    max-width: 1400px;
    margin: 0 auto;
  }
  .page-top main .styl7 ul.lst1 {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
  }
  .page-top main .styl7 ul.lst1 li {
    flex: 0 0 calc((100% - 2em) / 3);
  }
  .page-top main .styl8 .inr1 {
    max-width: 1400px;
    margin: 0 auto;
    padding: var(--body-padding-left-right-pc);
    display: flex;
    justify-content: space-between;
  }
  .page-top main .styl8 .inr1 .e1 {
    flex: 0 0 auto;
  }
  .page-top main .styl8 .inr1 ul.lst1 {
    flex: 1 1 auto;
  }
  .page-top main .styl8 ul.lst1 {
    display: flex;
  }
  .page-top main .styl9 .inr1 {
    padding: var(--body-padding-left-right-pc);
    max-width: 1400px;
    margin: 0 auto;
  }
  .page-top main .styl9 .p1 {
    margin-top: 3.5em;
    width: 50%;
  }
  .page-top main .styl9 .mtitle1 span {
    font-size: 2rem;
  }
  .page-top main .styl10 div.gal1 {
    padding-left: 2rem;
  }
  .page-top main .styl10 div.gal1.--not-slide {
    padding-left: 0;
    justify-content: center;
  }
  .page-top main .styl10 div.gal1 div.item1 {
    margin: 1rem;
    width: 25vw;
  }
  .page-top main .styl10 .e2 {
    padding: 2rem;
  }
  .page-top main .styl10 .title1 br {
    display: none;
  }
  .page-top main .styl11 div.gal1 {
    padding-left: 2rem;
  }
  .page-top main .styl11 div.gal1 div.item1 {
    margin: 1rem;
    width: 40vw;
  }
  .page-top main .styl11 .e1,
  .page-top main .styl11 .e2 {
    padding: 2rem;
  }
  .page-top main .styl11 .title1 span {
    font-size: var(--font-size-xl);
  }
}

/** ----------------------------------------------
 * 
 * _tpl-us.scss : us
 * 
 */
.page-us main {
  /** SP --------------------------------------------
   **
   */
  /** PC --------------------------------------------
   **
   */
}
.page-us main .styl2 {
  margin-top: 4.5rem;
}
.page-us main .styl2 .inr1 {
  padding: var(--body-padding-left-right-sp);
}
.page-us main .styl2 .gal1 .item1 a {
  display: block;
  text-decoration: none;
  color: var(--theme-color1);
  position: relative;
}
.page-us main .styl2 .gal1 .item1 a .title2 {
  position: absolute;
  top: var(--body-padding-left-right-sp);
  left: var(--body-padding-left-right-sp);
}
.page-us main .styl2 .gal1 .item1 .image1 img {
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: var(--radius-m);
}
.page-us main .styl2 .gal1 .item1 .title1 {
  display: inline-flex;
  max-width: 90%;
  padding: 0.5em 1em;
  background: var(--theme-color1);
  transform: translate(-1px, -50%);
  border-radius: 0 var(--radius-s) var(--radius-s) 0;
}
.page-us main .styl2 .gal1 .item1 .title1 span {
  font-size: var(--font-size-l);
  color: white;
}
.page-us main .styl2 .gal1 .item1 .title2 {
  padding: 0.125em 0.5em;
  background: rgba(255, 255, 255, 0.5);
}
.page-us main .styl2 .gal1 .item1 .title2 span {
  font-size: var(--font-size-s);
  color: var(--theme-color1);
}
.page-us main .styl2 .gal2 .item1 {
  margin-top: 4rem;
}
.page-us main .styl2 .gal2 .image1 img {
  border-radius: var(--radius-m);
}
.page-us main .styl2 .gal2 .ga1 .title1 {
  text-align: center;
}
.page-us main .styl2 .gal2 .ga1 .title1 span {
  font-size: var(--font-size-xl);
  color: var(--theme-color1);
  display: inline-block;
}
.page-us main .styl2 .gal2 .ga1 .title2 {
  text-align: center;
}
.page-us main .styl2 .gal2 .ga1 .title2 span {
  color: var(--theme-color1);
}
.page-us main .styl2 .gal2 .ga1 .title3 {
  text-align: center;
}
.page-us main .styl2 .gal2 .ga1 .title3 span {
  color: var(--theme-color1);
}
.page-us main .styl2 .gal2 .ga3 {
  background: var(--theme-color3);
}
.page-us main .styl2 .gal2 .ga3 ul.lst1 {
  margin-top: 2rem;
}
.page-us main .styl2 .gal2 .ga3 ul.lst1 > li:nth-child(n+2) {
  margin-top: 3rem;
}
.page-us main .styl2 .gal2 .ga3 h4 {
  display: inline-block;
  font-size: var(--font-size-m);
  border-bottom: 1px solid var(--theme-color1);
  padding-bottom: 0.125em;
  color: var(--theme-color1);
  font-weight: normal;
}
.page-us main .styl2 .gal2 .ga3 .e2,
.page-us main .styl2 .gal2 .ga3 .e1 {
  background: var(--theme-color3);
}
.page-us main .styl2 .gal2 .ga3 .e1 {
  margin-top: 1rem;
}
.page-us main .styl2 .gal2 .ga3 .texta1 {
  background: white;
  line-height: 2;
  padding: 1rem;
  border-radius: var(--radius-s);
}
.page-us main .styl2 .gal2 .ga3 .icon1 {
  float: right;
  border: 0.5em solid var(--theme-color3);
  border-top: none;
  border-right: none;
  border-radius: 0 var(--radius-m) 0 var(--radius-m);
  margin: 0 0 0.25em 0.25em;
  width: min(25%, 5rem);
  overflow: hidden;
}
.page-us main .styl2 .gal2 .ga3 .icon1 img {
  border-radius: 0 var(--radius-m) 0 var(--radius-m);
}
.page-us main .styl2 .gal2 .ga3 .text1 {
  margin-bottom: 1rem;
}
.page-us main .styl2 .gal2 .ga3 .reditor1 {
  line-height: 2;
  background: white;
  border-radius: var(--radius-s);
}
.page-us main .styl2 .gal2 .ga3 .reditor1 p {
  padding: 1rem;
}
.page-us main .styl2 .gal2 .ga3 .reditor1 img {
  border-radius: var(--radius-m);
}
.page-us main .styl2 .gal2 .ga3 .reditor2 {
  line-height: 2;
}
.page-us main .styl2 .gal2 .ga3 .reditor2 h4:not(:first-child) {
  margin-top: 3rem;
}
.page-us main .styl2 .gal2 .ga3 .reditor2 p {
  background: white;
  padding: 1rem;
  border-radius: var(--radius-s);
}
.page-us main .styl2 .gal2 .ga3 .reditor2 p img {
  border-radius: var(--radius-m);
}
.page-us main .styl2 .gal2 .ga3 .reditor2 h4 + p {
  margin-top: var(--body-padding-left-right-sp);
}
.page-us main .styl3 .inr1 {
  padding: 3rem var(--body-padding-left-right-sp);
}
.page-us main .styl3 .ctitle1 {
  text-align: center;
}
.page-us main .styl3 .ctitle1 span {
  font-size: var(--font-size-xl);
}
.page-us main .styl3 .mtitle1 {
  text-align: center;
}
.page-us main .styl3 .reditor1 {
  margin-top: 2rem;
  line-height: 2;
}
.page-us main .styl3 .reditor1 table tbody {
  display: flex;
  gap: 1em;
}
.page-us main .styl3 .reditor1 table tr {
  border-radius: var(--radius-s);
  border: 1px dotted var(--theme-color1);
}
.page-us main .styl3 .reditor1 table tr td {
  padding: 2.5rem;
  position: relative;
}
.page-us main .styl3 .reditor1 table tr td::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  font-size: 8rem;
  line-height: 1;
  font-weight: normal;
  color: var(--theme-color3);
  opacity: 0.75;
  transform: translate(-20%, -20%);
  font-style: italic;
}
.page-us main .styl3 .reditor1 table tr td h3 {
  position: relative;
}
.page-us main .styl3 .reditor1 h3 {
  font-size: var(--font-size-l);
  border-bottom: 1px solid var(--theme-color1);
  padding-bottom: 0.125em;
  color: var(--theme-color1);
  font-weight: normal;
}
.page-us main .styl3 .reditor1 p {
  margin-top: 1rem;
}
.page-us main .styl3 .reditor1 p img {
  border-radius: var(--radius-s);
}
@media (max-width: 767.99px) {
  .page-us main .styl2 .gal1 .item1:nth-child(n+2) {
    margin-top: 1em;
  }
  .page-us main .styl2 .gal2 .ga1 {
    margin-top: 2rem;
  }
  .page-us main .styl2 .gal2 .ga3 {
    margin-top: 2rem;
    margin-left: calc(var(--body-padding-left-right-sp) * -1);
    margin-right: calc(var(--body-padding-left-right-sp) * -1);
    padding: 1rem;
  }
  .page-us main .styl2 .gal2 .ga3 .e2,
  .page-us main .styl2 .gal2 .ga3 .e1 {
    margin-left: calc(var(--body-padding-left-right-sp) * -1);
    margin-right: calc(var(--body-padding-left-right-sp) * -1);
    padding: var(--body-padding-left-right-sp);
  }
  .page-us main .styl3 table tbody {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .page-us main .styl2 .inr1 {
    padding: var(--body-padding-left-right-pc);
  }
  .page-us main .styl2 .gal1 {
    display: flex;
    flex-wrap: wrap;
    gap: 3em;
  }
  .page-us main .styl2 .gal1.--less-than-3 {
    justify-content: center;
  }
  .page-us main .styl2 .gal1 .item1 {
    flex: 0 0 calc((100% - 6em) / 3);
    width: calc((100% - 6em) / 3);
  }
  .page-us main .styl2 .gal2 .item1 {
    background: var(--theme-color3);
    margin-left: calc(var(--body-padding-left-right-pc) * -1);
    margin-right: calc(var(--body-padding-left-right-pc) * -1);
    padding: var(--body-padding-left-right-pc);
  }
  .page-us main .styl2 .gal2 .grid1 {
    display: grid;
    grid-template-areas: "ga2 ga3 ga1";
    grid-template-columns: 30% 1fr 5rem;
  }
  .page-us main .styl2 .gal2 .grid1 .ga1 {
    grid-area: ga1;
  }
  .page-us main .styl2 .gal2 .grid1 .ga2 {
    grid-area: ga2;
  }
  .page-us main .styl2 .gal2 .grid1 .ga3 {
    grid-area: ga3;
  }
  .page-us main .styl2 .gal2 .ga1 {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
  }
  .page-us main .styl2 .gal2 .ga1 .title3 span,
  .page-us main .styl2 .gal2 .ga1 .title2 span,
  .page-us main .styl2 .gal2 .ga1 .title1 span {
    writing-mode: vertical-rl;
    letter-spacing: 0.125em;
  }
  .page-us main .styl2 .gal2 .ga1 .title3 br,
  .page-us main .styl2 .gal2 .ga1 .title2 br,
  .page-us main .styl2 .gal2 .ga1 .title1 br {
    display: none;
  }
  .page-us main .styl2 .gal2 .ga1 .title1 span {
    font-size: 2rem;
  }
  .page-us main .styl2 .gal2 .ga1 .title2,
  .page-us main .styl2 .gal2 .ga1 .title3 {
    margin-top: var(--body-padding-left-right-pc);
  }
  .page-us main .styl2 .gal2 .ga1 .title2 span,
  .page-us main .styl2 .gal2 .ga1 .title3 span {
    font-size: var(--font-size-l);
  }
  .page-us main .styl2 .gal2 .ga3 {
    padding: 0 var(--body-padding-left-right-pc) var(--body-padding-left-right-pc);
  }
  .page-us main .styl2 .gal2 .ga3 ul.lst2 > li:nth-child(n+2) {
    margin-top: 3rem;
  }
  .page-us main .styl3 .inr1 {
    padding: var(--body-padding-left-right-pc);
  }
  .page-us main .styl3 .ctitle1 span {
    font-size: 3rem;
  }
  .page-us main .styl3 .mtitle1 {
    margin-top: 1rem;
  }
  .page-us main .styl3 .reditor1 {
    margin-top: 4rem;
  }
  .page-us main .styl3 .reditor1 table tbody {
    flex-wrap: wrap;
    gap: 2em;
  }
  .page-us main .styl3 .reditor1 table tr {
    flex: 0 0 calc((100% - 2em) / 2);
    width: calc((100% - 2em) / 2);
  }
}

/** ----------------------------------------------
 * 
 * _tpl-business.scss : work
 * 
 */
.page-work main {
  /** sp --------------------------------------------
   **
   */
  /** pc --------------------------------------------
   **
   */
}
.page-work main .styl2 {
  margin-top: 5rem;
}
.page-work main .styl2 .inr1 {
  padding: var(--body-padding-left-right-sp);
}
.page-work main .styl2 ul.lst1 > li {
  padding-bottom: 5em;
}
.page-work main .styl2 ul.lst1 > li:nth-child(even) {
  background: var(--theme-color3);
}
.page-work main .styl2 .e1 {
  border: 2px solid var(--theme-color1);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--base-color-bg-white);
  border-radius: var(--radius-s);
}
.page-work main .styl2 .mtitle1 {
  margin-top: 1em;
}
.page-work main .styl2 .mtitle1 span {
  color: var(--theme-color1);
  font-size: var(--font-size-xl);
  line-height: 2;
}
.page-work main .styl2 .stitle1 span {
  color: var(--theme-color1);
  border-bottom: 1px solid var(--theme-color1);
}
.page-work main .styl2 .image1 {
  margin-top: 2rem;
}
.page-work main .styl2 .image1 img {
  border-radius: var(--radius-m);
}
.page-work main .styl2 .ccopy1 {
  margin-top: 3em;
  text-align: center;
}
.page-work main .styl2 .ccopy1 span {
  display: inline-block;
  font-size: var(--font-size-l);
  border-bottom: 1px solid var(--theme-color1);
  padding-bottom: 0.125em;
  color: var(--theme-color1);
}
.page-work main .styl2 .reditor1 {
  margin-top: 1.5em;
  line-height: 2;
  white-space: pre-wrap;
  display: flex;
  flex-direction: column;
}
.page-work main .styl2 .reditor1 ul {
  margin-left: 1.5rem;
  display: flex;
  flex-direction: column;
}
.page-work main .styl2 .reditor1 p img {
  border-radius: var(--radius-m);
}
.page-work main .styl2 .reditor1 table tbody {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-work main .styl2 .reditor1 table tbody tr {
  display: flex;
  flex-direction: column;
}
.page-work main .styl2 .reditor1 table tbody tr:nth-child(2) {
  border-top: 1px solid rgba(204, 204, 204, 0.75);
  padding-top: 1rem;
}
.page-work main .styl2 .btn1 a {
  background: var(--base-color-bg-white);
  display: block;
  padding: 0.75em 1em;
  text-align: center;
  border: 2px solid var(--theme-color1);
  color: var(--theme-color1);
  text-decoration: none;
  border-radius: var(--radius-xs);
}
.page-work main .styl2 .icon1 {
  margin-right: 0.5em;
}
.page-work main .styl3 .inr1 {
  padding: var(--body-padding-left-right-sp);
}
.page-work main .styl3 .e1 {
  border: 2px solid var(--theme-color3);
  padding: 2rem;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--theme-color1);
  border-radius: var(--radius-s);
}
.page-work main .styl3 .e3 {
  border: 2px solid var(--theme-color3);
  padding: 2rem;
  aspect-ratio: 1/1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: var(--base-color-bg-white);
}
.page-work main .styl3 .mtitle1 span {
  color: white;
}
.page-work main .styl3 .stitle1 {
  margin-top: 1em;
}
.page-work main .styl3 .stitle1 span {
  color: white;
  font-size: var(--font-size-l);
  line-height: 2;
}
.page-work main .styl3 .w1 {
  overflow: auto;
}
.page-work main .styl3 .gal1 {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 5em;
}
.page-work main .styl3 .gal1 img {
  aspect-ratio: 3/4;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius-m);
}
.page-work main .styl3 .gal1 a {
  display: block;
  text-decoration: none;
  color: var(--theme-color1);
}
.page-work main .styl3 .gal1 .item1 {
  flex: 0 0 65vw;
}
.page-work main .styl3 .gal1 .e2 {
  background: var(--base-color-bg-white);
  padding-top: 0.75em;
  line-height: 1;
  width: 80%;
  transform: translate(0, calc((50% + 0.5em) * -1));
  border-radius: 0 100vh 0 0;
}
.page-work main .styl3 .gal1 .title1 {
  margin-top: 0.25em;
}
.page-work main .styl3 .gal1 .title1 span {
  font-size: var(--font-size-s);
}
.page-work main .styl3 .gal1 .title2 span {
  font-size: var(--font-size-m);
}
.page-work main .styl3 .gal2 .item1:nth-child(n+2) {
  margin-top: 3em;
}
.page-work main .styl3 .image2 {
  margin-top: 5em;
}
.page-work main .styl3 .reditor1 {
  line-height: 2;
}
.page-work main .styl3 .reditor1 table tr {
  display: flex;
  flex-wrap: wrap;
  height: auto !important;
}
.page-work main .styl3 .reditor1 table ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page-work main .styl3 .reditor1 h4 {
  border: 2px solid var(--theme-color3);
  padding: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--base-color-bg-white);
  font-weight: normal;
  background: var(--theme-color1);
  color: white;
  border-radius: var(--radius-s);
}
.page-work main .styl3 .reditor1 h5 {
  font-size: var(--font-size-l);
  display: inline-block;
  border-bottom: 1px solid var(--theme-color1);
  color: var(--theme-color1);
  font-weight: normal;
  line-height: 1.5;
  padding-bottom: 0.5em;
}
.page-work main .styl3 .reditor1 ul {
  padding-left: calc(var(--body-padding-left-right-sp) * 2);
}
.page-work main .styl3 .reditor1 p {
  margin-top: 1rem;
}
.page-work main .styl3 .reditor1 img {
  border-radius: var(--radius-m);
}
.page-work main .styl4 {
  margin-top: 1rem;
  padding: var(--body-padding-left-right-sp);
}
.page-work main .styl4 table tbody {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.page-work main .styl4 table tr {
  width: 100%;
}
.page-work main .styl4 table td {
  white-space: pre-wrap;
  display: block;
}
.page-work main .styl4 table td.data1 {
  background: white;
  border-radius: var(--radius-m);
  padding: 2rem;
}
.page-work main .styl4 table td.data1 p {
  text-align: left;
}
.page-work main .styl4 table h4 {
  font-size: var(--font-size-m);
  font-weight: normal;
  padding-bottom: 0.375em;
  border-bottom: 1px solid var(--theme-color1);
  display: inline-block;
  color: var(--theme-color1);
}
.page-work main .styl4 .inr1 {
  background: var(--base-color-bg-gray);
  padding: 3rem var(--body-padding-left-right-sp);
}
.page-work main .styl4 .ctitle1 {
  text-align: center;
}
.page-work main .styl4 .ctitle1 span {
  font-size: var(--font-size-xl);
  color: var(--theme-color1);
}
.page-work main .styl4 .mtitle1 {
  text-align: center;
}
.page-work main .styl4 .mtitle1 span {
  color: var(--theme-color1);
}
.page-work main .styl4 ul.lst1 {
  margin-top: 3rem;
}
.page-work main .styl5 .inr1 {
  padding: 3rem var(--body-padding-left-right-sp);
  background: var(--base-color-bg-gray);
}
.page-work main .styl5 .ctitle1 {
  text-align: center;
}
.page-work main .styl5 .ctitle1 span {
  font-size: var(--font-size-xl);
  color: var(--theme-color1);
}
.page-work main .styl5 .mtitle1 {
  text-align: center;
}
.page-work main .styl5 .mtitle1 span {
  color: var(--theme-color1);
}
.page-work main .styl5 div.tabs1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 6rem;
}
.page-work main .styl5 label.tab1 {
  order: -1;
  flex: 0 0;
}
.page-work main .styl5 label.tab1 > input {
  display: none;
}
.page-work main .styl5 label.tab1 + div {
  display: none;
}
.page-work main .styl5 label.tab1 {
  flex-basis: 100%;
  width: 100%;
  opacity: 0.5;
  border: 1px solid rgba(204, 204, 204, 0.75);
  padding: 0.5rem 1rem;
  text-decoration: underline;
}
.page-work main .styl5 label.tab1:has(:checked) {
  background: var(--theme-color3);
  opacity: 1;
  text-decoration: none;
}
.page-work main .styl5 label.tab1:has(:checked) + div {
  display: flex;
  flex-wrap: wrap;
  overflow: auto;
}
.page-work main .styl5 .tcont1 {
  padding-top: 2rem;
  width: 100%;
}
.page-work main .styl5 .reditor3 table tr {
  position: relative;
  padding: 2rem 1rem 1rem 2rem;
  display: grid;
  grid-template-rows: auto auto auto 1fr;
  grid-template-areas: "ga1" "ga3" "ga2" "ga4";
}
.page-work main .styl5 .reditor3 table tr::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1rem;
  height: 100%;
  display: block;
  background: linear-gradient(to bottom, var(--theme-color1), var(--theme-color3));
}
.page-work main .styl5 .reditor3 table tr::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-top: 0.5rem solid var(--theme-color3);
  border-bottom: 0;
  display: block;
}
.page-work main .styl5 .reditor3 table tr:nth-child(odd) {
  background: var(--theme-color3);
}
.page-work main .styl5 .reditor3 table tr:nth-child(1)::after {
  content: none;
}
.page-work main .styl5 .reditor3 table tr > td:nth-child(1) {
  grid-area: ga1;
}
.page-work main .styl5 .reditor3 table tr > td:nth-child(2) {
  grid-area: ga2;
}
.page-work main .styl5 .reditor3 table tr > td:nth-child(3) {
  grid-area: ga3;
}
.page-work main .styl5 .reditor3 table tr > td:nth-child(4) {
  grid-area: ga4;
}
.page-work main .styl5 .reditor3 table td {
  width: auto !important;
  background: white;
}
.page-work main .styl5 .reditor3 table td:nth-child(1) {
  background: linear-gradient(183deg, transparent 65%, var(--theme-color4) 65%);
  width: max-content !important;
  padding: 0 1rem;
  font-style: italic;
}
.page-work main .styl5 .reditor3 table td:nth-child(2) {
  text-align: center;
  padding: 1rem 1rem 0;
  text-decoration: underline;
}
.page-work main .styl5 .reditor3 table td:nth-child(3) {
  margin-top: 1rem;
}
.page-work main .styl5 .reditor3 table td:nth-child(4) {
  padding: 1rem;
}
@media (max-width: 767.99px) {
  .page-work main .styl2 ul.lst1 > li:nth-child(n+2) {
    margin-top: 1em;
  }
  .page-work main .styl2 ul.lst1 > li:nth-child(even) {
    margin: 0 calc(var(--body-padding-left-right-sp) * -1);
    padding: var(--body-padding-left-right-sp) var(--body-padding-left-right-sp) 6.5rem;
  }
  .page-work main .styl3 .inr1 {
    overflow: auto;
  }
  .page-work main .styl3 .gal1 {
    margin-right: calc(var(--body-padding-left-right-sp) * -1);
    width: 210vw;
  }
  .page-work main .styl3 .gal1.--less-than-4 {
    width: max-content;
  }
  .page-work main .styl3 .gal2 .item1 {
    align-items: flex-start;
  }
  .page-work main .styl3 .gal2 .item1:nth-child(even) {
    background: var(--theme-color3);
    margin-left: calc(var(--body-padding-left-right-sp) * -1);
    margin-right: calc(var(--body-padding-left-right-sp) * -1);
    padding: var(--body-padding-left-right-sp) var(--body-padding-left-right-sp) 6.5rem;
  }
  .page-work main .styl3 .reditor1 h5 {
    margin-top: 1em;
  }
  .page-work main .styl3 .reditor1 table tr td {
    flex: 1 1 100%;
    width: auto !important;
  }
  .page-work main .styl3 .reditor1 table tr td:last-child {
    margin-top: 3em;
  }
  .page-work main .styl4 table tr {
    text-align: center;
  }
  .page-work main .styl4 table h4 {
    margin: 0 auto;
  }
  .page-work main .styl5 label.tab1 {
    border-left: 0.5rem solid rgba(204, 204, 204, 0.75);
  }
  .page-work main .styl5 label.tab1:has(:checked) {
    border-left: 0.5rem solid var(--theme-color1);
  }
  .page-work main .styl5 .reditor3 table td:nth-child(1) {
    position: relative;
    left: -1rem;
  }
}
@media (min-width: 768px) {
  .page-work main .styl2 .inr1 {
    padding: var(--body-padding-left-right-pc);
  }
  .page-work main .styl2 ul.lst1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
  }
  .page-work main .styl2 ul.lst1 > li {
    flex: 0 0 33.3333333333%;
    display: flex;
    flex-direction: column;
    padding: 1rem;
  }
  .page-work main .styl2 ul.lst1 > li .e2 {
    flex: 1 1 auto;
  }
  .page-work main .styl2 .e2 {
    padding: 1rem;
    display: flex;
    flex-direction: column;
  }
  .page-work main .styl2 .e2 .reditor1 {
    flex: 1 1 auto;
  }
  .page-work main .styl2 .reditor1 tbody tr:nth-child(5) {
    margin-top: 2rem;
  }
  .page-work main .styl3 .inr1 {
    padding: var(--body-padding-left-right-pc);
  }
  .page-work main .styl3 .e1 {
    aspect-ratio: 16/1;
  }
  .page-work main .styl3 .gal1.--less-than-4 {
    justify-content: center;
  }
  .page-work main .styl3 .gal1 .item1 {
    flex: 0 0 calc((100% - 3em) / 4);
    width: calc((100% - 3em) / 4);
  }
  .page-work main .styl3 .gal2 {
    margin-top: 12rem;
  }
  .page-work main .styl3 .reditor1 h5:not(:first-child) {
    margin-top: 2em;
  }
  .page-work main .styl3 .reditor1 table tr td:first-child {
    flex: 0 0 40%;
  }
  .page-work main .styl3 .reditor1 table tr td:last-child {
    padding: 1rem 0 3rem 3rem;
    flex: 0 0 60%;
  }
  .page-work main .styl4 {
    padding: var(--body-padding-left-right-pc);
  }
  .page-work main .styl4 h4 {
    margin-right: auto;
  }
  .page-work main .styl4 .inr1 {
    padding: 6rem 13rem;
  }
  .page-work main .styl5 .inr1 {
    padding: 6rem var(--body-padding-left-right-pc);
  }
  .page-work main .styl5 div.tabs1 {
    gap: 0 1rem;
  }
  .page-work main .styl5 label.tab1 {
    flex-basis: calc((100% - 2rem) / 3);
    width: calc((100% - 2rem) / 3);
    min-width: max-content;
    border: 2px solid rgba(204, 204, 204, 0.75);
    border-top: 0.5em solid rgba(204, 204, 204, 0.75);
    border-radius: var(--radius-m) var(--radius-m) 0 0;
    position: relative;
    bottom: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
  }
  .page-work main .styl5 label.tab1:has(:checked) {
    border-top: 0.5em solid var(--theme-color1);
    border-bottom-color: var(--theme-color3);
  }
  .page-work main .styl5 .tcont1 {
    border-top: 2px solid #ccc;
  }
  .page-work main .styl5 .reditor3 table tbody {
    display: flex;
    flex-wrap: wrap;
  }
  .page-work main .styl5 .reditor3 table tbody > tr {
    flex: 0 0 25%;
    width: 25%;
  }
  .page-work main .styl5 .reditor3 table tr {
    padding: 3rem 1rem 1rem;
  }
  .page-work main .styl5 .reditor3 table tr::before {
    top: 1rem;
    left: 0;
    width: 100%;
    height: 1rem;
    background: linear-gradient(to right, var(--theme-color1), var(--theme-color3));
  }
  .page-work main .styl5 .reditor3 table tr::after {
    top: 1rem;
    left: 0;
    width: 0;
    height: 0;
    border-top: 0.5rem solid transparent;
    border-bottom: 0.5rem solid transparent;
    border-left: 0.5rem solid var(--theme-color3);
    border-right: 0;
  }
  .page-work main .styl5 .reditor3 table tr:nth-child(1)::after {
    content: none;
  }
}