@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

* {
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
*:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 0.625vw;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  font-family: "Poppins", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Sans-Serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #595757;
  background: url(/assets/images/bg/ftr_bg03.svg) no-repeat;
  background-size: 160rem;
  background-position: center bottom -45rem;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}
body.th {
  font-family: "Prompt", Sans-Serif;
}

a,
button {
  text-decoration: none;
  color: #000;
  outline: none;
}
@media screen and (min-width: 769px), print {
  a,
  button {
    transition: 0.3s ease;
  }
  a:hover,
  button:hover {
    opacity: 0.5 !important;
  }
  a path,
  a img,
  a p,
  button path,
  button img,
  button p {
    transition: 0.3s ease;
  }
}

img,
svg,
video {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  display: inline-block;
  image-rendering: -webkit-optimize-contrast;
}

table {
  border-collapse: collapse;
  max-width: 100%;
  width: 100%;
}
table th,
table td {
  vertical-align: top;
}

input::-ms-clear {
  display: none;
}

ul,
ol {
  list-style-position: inside;
  list-style: none;
}

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

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

button:focus {
  outline: none;
}

.l-ftr {
  position: relative;
  overflow-x: hidden;
}
.l-ftr__bg01 {
  position: absolute;
  top: 0;
  left: 3rem;
  z-index: -1;
}
.l-ftr__bg01 img {
  width: 21.4rem;
}
@media screen and (max-width: 768px) {
  .l-ftr__bg01 img {
    width: 7rem;
  }
}
.l-ftr__bg02 {
  position: absolute;
  top: 0;
  right: -4rem;
  z-index: -1;
}
.l-ftr__bg02 img {
  width: 39.9rem;
}
@media screen and (max-width: 768px) {
  .l-ftr__bg02 img {
    width: 17rem;
  }
}
.l-ftr-upper {
  padding: 12rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .l-ftr-upper {
    padding: 6rem 0 8rem;
  }
}
.l-ftr-upper .c-inner {
  position: relative;
}
.l-ftr-upper__box {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-ftr-upper__box {
    display: block;
  }
}
.l-ftr-upper__logo {
  margin-right: 10rem;
}
@media screen and (max-width: 768px) {
  .l-ftr-upper__logo {
    margin-right: 0;
    margin-bottom: 2rem;
    text-align: center;
  }
}
.l-ftr-upper__logo img {
  width: 35rem;
}
@media screen and (max-width: 768px) {
  .l-ftr-upper__logo img {
    width: 24rem;
    margin-left: 0;
  }
}
.l-ftr-upper__text {
  display: block;
}
.l-ftr-upper__text .infoArea {
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .l-ftr-upper__text .infoArea {
    text-align: center;
  }
}
.l-ftr-upper__text .infoArea .tel {
  font-size: 4.5rem;
  font-weight: bold;
  color: #595757;
}
@media screen and (max-width: 768px) {
  .l-ftr-upper__text .infoArea .tel {
    font-size: 3rem;
  }
}
.l-ftr-upper__text .infoArea .infoText {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .l-ftr-upper__text .infoArea .infoText {
    margin-top: 8px;
  }
}
.l-ftr-upper__text .infoArea .infoText .time {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.6;
  margin-left: -1.6rem;
}
@media screen and (max-width: 768px) {
  .l-ftr-upper__text .infoArea .infoText .time {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.l-ftr-upper__text .infoArea .infoText .caution {
  display: block;
  font-size: 2rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .l-ftr-upper__text .infoArea .infoText .caution {
    font-size: 1.6rem;
  }
}
.l-ftr-upper__text .snsArea {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .l-ftr-upper__text .snsArea {
    margin-top: 2rem;
  }
}
.l-ftr-upper__text .snsArea .snsItem {
  width: 5.6rem;
}
.l-ftr-upper__text .snsArea .snsItem + .snsItem {
  margin-left: 2.2rem;
}
.l-ftr-upper__cap {
  position: absolute;
  bottom: -3rem;
  font-size: 1.5rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .l-ftr-upper__cap {
    bottom: -5.5rem;
    font-size: 1.4rem;
  }
}
.th .l-ftr-upper__cap {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .th .l-ftr-upper__cap {
    font-size: 1.4rem;
  }
}
.l-ftr-lower {
  background-color: #595757;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .l-ftr-lower {
    padding: 2rem 0;
    flex-direction: column-reverse;
  }
}
.l-ftr-lower__copy {
  font-size: 1.5rem;
  color: #F5F5F5;
}
.l-ftr-lower__link {
  font-size: 1.5rem;
  color: #F5F5F5;
  margin-left: 14rem;
}
@media screen and (max-width: 768px) {
  .l-ftr-lower__link {
    margin-left: 0;
    margin-bottom: 2rem;
  }
}

.l-hdr {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  box-shadow: 5px 5px 10px 0 #777777;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .l-hdr .c-inner {
    width: 100%;
  }
}
.l-hdr-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 0;
}
@media screen and (max-width: 768px) {
  .l-hdr-box {
    padding: 1rem 0;
  }
}
.l-hdr-box__wrap {
  align-items: center;
}
@media screen and (min-width: 769px), print {
  .l-hdr-box__wrap {
    display: flex !important;
  }
}
@media screen and (max-width: 768px) {
  .l-hdr-box__wrap {
    display: none;
    position: fixed;
    z-index: 99;
    top: 6.7rem;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    box-shadow: 5px 5px 10px -5px #777777;
    padding: 2rem 0;
    overflow: auto;
  }
}
.l-hdr-box__logo {
  margin-right: 4rem;
}
.l-hdr-box__logo img {
  width: 31.9rem;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__logo img {
    width: 20.9rem;
    margin-left: 1rem;
  }
}
.l-hdr-box__menu ul {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__menu ul {
    display: block;
    margin: 4rem 0 5rem;
  }
}
.l-hdr-box__menu ul li .navLink {
  font-size: 1.45rem;
  font-weight: 500;
  white-space: nowrap;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__menu ul li .navLink {
    font-size: 2rem;
    display: flex;
    justify-content: center;
  }
}
.jp .l-hdr-box__menu ul li .navLink {
  font-size: 1.8rem;
}
.l-hdr-box__menu ul li .navLink:hover {
  font-weight: 600;
  font-size: 1.6rem;
  transition: 0.5s;
}
.jp .l-hdr-box__menu ul li .navLink:hover {
  font-size: 2.2rem;
}
.l-hdr-box__menu ul li + li {
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__menu ul li + li {
    margin-top: 4rem;
    margin-left: 0;
  }
}
.jp .l-hdr-box__menu ul li + li {
  margin-left: 4rem;
}
@media screen and (max-width: 768px) {
  .jp .l-hdr-box__menu ul li + li {
    margin-left: 0;
  }
}
.l-hdr-box__btns {
  display: flex;
  margin-left: 3rem;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__btns {
    flex-direction: column-reverse;
    align-items: center;
    margin-left: 0;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.l-hdr-box__btns .btnItem {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5rem;
  border-radius: 3rem;
  text-align: center;
}
.l-hdr-box__btns .btnItem.js-secondBtn {
  width: 11rem;
  box-shadow: 5px 5px 13px -5px #777777;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__btns .btnItem.js-secondBtn {
    width: 20rem;
  }
}
.l-hdr-box__btns .btnItem.js-secondBtn04, .l-hdr-box__btns .btnItem.js-secondBtn05 {
  width: 13rem;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__btns .btnItem.js-secondBtn04, .l-hdr-box__btns .btnItem.js-secondBtn05 {
    width: 20rem;
  }
}
.l-hdr-box__btns .btnItem.js-secondBtn04 {
  background-color: #FA804C;
}
.jp .l-hdr-box__btns .btnItem.js-secondBtn04 {
  width: 10rem;
}
.th .l-hdr-box__btns .btnItem.js-secondBtn04 {
  width: 11rem;
}
@media screen and (max-width: 768px) {
  .jp .l-hdr-box__btns .btnItem.js-secondBtn04, .th .l-hdr-box__btns .btnItem.js-secondBtn04 {
    width: 20rem;
  }
}
.l-hdr-box__btns .btnItem.js-secondBtn05 {
  background-color: #25c4a2;
}
.jp .l-hdr-box__btns .btnItem.js-secondBtn05 {
  width: 16rem;
}
.th .l-hdr-box__btns .btnItem.js-secondBtn05 {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .jp .l-hdr-box__btns .btnItem.js-secondBtn05, .th .l-hdr-box__btns .btnItem.js-secondBtn05 {
    width: 20rem;
  }
}
.l-hdr-box__btns .btnItem + .btnItem {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__btns .btnItem + .btnItem {
    margin-left: 0;
    margin-bottom: 3rem;
  }
}
.l-hdr-box__btns .btnItem .langListBtn {
  display: flex;
  align-items: center;
}
.l-hdr-box__btns .btnItem .langListBtn .icon {
  width: 2rem;
}
.l-hdr-box__btns .btnItem .langListBtn .lang {
  margin: 0 0.9rem;
}
.l-hdr-box__btns .btnItem .langListBtn .arrow {
  width: 1.4rem;
}
.l-hdr-box__btns .btnItem .secondList {
  display: none;
  position: absolute;
  top: 6.5rem;
  background-color: #fff;
  width: 11rem;
  box-shadow: 5px 5px 13px -5px #777777;
  border-radius: 2rem;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__btns .btnItem .secondList {
    width: 20rem;
  }
}
.l-hdr-box__btns .btnItem .secondList li + li {
  border-top: 1px solid #595757;
}
.l-hdr-box__btns .btnItem .secondList li .secondListItem {
  display: block;
  padding: 1.5rem 0;
  text-align: center;
}
.l-hdr-box__btns .btnItem .secondList li .secondListItem .lang {
  font-size: 1.8rem;
}
.l-hdr-box__btns .btnItem .secondList li .secondListItem .icon-lang {
  margin-left: -0.7rem;
  margin-right: 0.8rem;
}
.l-hdr-box__btns .btnItem .loginBtn {
  display: flex;
  align-items: center;
  color: #F5F5F5;
  line-height: 1.2;
}
.jp .l-hdr-box__btns .btnItem .loginBtn {
  font-weight: 600;
}
.l-hdr-box__btns .btnItem .secondList04,
.l-hdr-box__btns .btnItem .secondList05 {
  display: none;
  position: absolute;
  top: 6.5rem;
  background-color: #fff;
  width: 13rem;
  box-shadow: 5px 5px 13px -5px #777777;
  border-radius: 2rem;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__btns .btnItem .secondList04,
  .l-hdr-box__btns .btnItem .secondList05 {
    width: 20rem;
  }
}
.l-hdr-box__btns .btnItem .secondList04 li + li,
.l-hdr-box__btns .btnItem .secondList05 li + li {
  border-top: 1px solid #595757;
}
.l-hdr-box__btns .btnItem .secondList04 li .secondListItem04 {
  display: block;
  padding: 1.5rem 0;
  text-align: center;
}
.l-hdr-box__btns .btnItem .secondList04 li .secondListItem04 .login {
  font-size: 1.8rem;
}
.jp .l-hdr-box__btns .btnItem .secondList05 {
  width: 16rem;
}
.th .l-hdr-box__btns .btnItem .secondList05 {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .jp .l-hdr-box__btns .btnItem .secondList05, .th .l-hdr-box__btns .btnItem .secondList05 {
    width: 20rem;
  }
}
.l-hdr-box__btns .btnItem .secondList05 li .secondListItem05 {
  display: block;
  padding: 1.5rem 0;
  text-align: center;
}
.l-hdr-box__btns .btnItem .secondList05 li .secondListItem05 .login {
  font-size: 1.8rem;
  line-height: 1.2;
}
.jp .l-hdr-box__btns .btnItem .secondList05 li .secondListItem05 .login {
  font-weight: 600;
}
.l-hdr-box__btns .btnItem--contact {
  background-color: #25c4a2;
  color: #F5F5F5;
  width: 18rem;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__btns .btnItem--contact {
    margin-left: 0;
  }
}
.l-hdr-box__spMenu {
  display: none;
}
@media screen and (max-width: 768px) {
  .l-hdr-box__spMenu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 5rem;
    height: 5rem;
    background-color: #fff;
    margin-left: 10px;
    flex-shrink: 0;
  }
  .l-hdr-box__spMenu .bar {
    position: relative;
    display: flex;
    justify-content: center;
    height: 18px;
    margin-top: 5px;
    flex-direction: column;
  }
  .l-hdr-box__spMenu .bar span {
    position: absolute;
    background-color: #595757;
    width: 26px;
    height: 2px;
    left: 50%;
    transition: 0.4s ease;
    transform: translateX(-50%);
    z-index: 100;
  }
  .l-hdr-box__spMenu .bar span.first {
    top: 0;
  }
  .l-hdr-box__spMenu .bar span.second {
    opacity: 1;
  }
  .l-hdr-box__spMenu .bar span.third {
    bottom: 0;
  }
  .l-hdr-box__spMenu.is-active .bar span.first {
    transform: rotate(-45deg);
    transform-origin: center;
    left: -15px;
    top: 8px;
  }
  .l-hdr-box__spMenu.is-active .bar span.second {
    opacity: 0;
  }
  .l-hdr-box__spMenu.is-active .bar span.third {
    bottom: 8px;
    transform: rotate(45deg);
    transform-origin: center;
    left: -15px;
  }
}

.l-main {
  overflow: hidden;
}

.c-breadcrumb {
  margin-top: 2.3rem;
}
@media screen and (max-width: 768px) {
  .c-breadcrumb {
    margin-top: 1rem;
  }
}
.c-breadcrumb__wrap {
  display: flex;
  align-items: center;
}
.c-breadcrumb__homeLink {
  margin-right: 0.8rem;
}
.c-breadcrumb__homeLink img {
  width: 2.5rem;
}
.c-breadcrumb-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-breadcrumb-list__item + li::before {
  content: "　/";
  font-size: 1.2rem;
}
.c-breadcrumb-list__item .linkItem {
  display: inline-block;
  letter-spacing: 0.17em;
  font-size: 1.2rem;
}

/*
  基本的にa,buttonタグにつける
  中央寄せなどは親要素で設定
*/
.c-btnA {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25rem;
  height: 6rem;
  border-radius: 50vw;
  background-color: #57B5B5;
  color: #F5F5F5;
  font-size: 1.8rem;
  box-shadow: 5px 5px 23px -5px #57B5B5;
}
.jp .c-btnA {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-btnA {
    width: 24rem;
    height: 5rem;
    margin: 0 auto;
  }
}
.c-btnA--w {
  background-color: #fff;
  color: #595757;
  box-shadow: 5px 5px 7px 0 rgba(0, 0, 0, 0.35);
}

.c-btnB {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28rem;
  height: 6rem;
  border-radius: 3rem;
  color: #595757;
  background-color: #fff;
  box-shadow: 5px 5px 7px 0 rgba(0, 0, 0, 0.35);
}
.jp .c-btnB {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-btnB {
    width: 26rem;
    height: 5rem;
  }
}
.c-btnB__text {
  font-size: 1.8rem;
}
.c-btnB__arrow {
  width: 1.3rem;
  margin-left: 2rem;
}

.c-btnC {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 17.5rem;
  height: 4.6rem;
  color: #57B5B5;
  border-radius: 20px;
  background-color: #E3F9F4;
  position: absolute;
  left: 16rem;
  padding-right: 1rem;
}
@media screen and (max-width: 768px) {
  .c-btnC {
    width: 16rem;
    height: 3rem;
    left: 0;
    padding-right: 0;
    padding-left: 2rem;
  }
}
.c-btnC::after {
  content: "";
  width: 4.6rem;
  height: 4.6rem;
  position: absolute;
  top: 0;
  right: -1.5rem;
  background: url(/assets/images/icon_pagination.svg) no-repeat;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .c-btnC::after {
    width: 3rem;
    height: 3rem;
    top: 0;
    left: 0;
  }
}
.c-btnC__text {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-btnC__text {
    font-size: 1.5rem;
  }
}

.c-btnArea {
  position: relative;
  width: 25rem;
}
.c-btnArea__secondList {
  display: none;
  position: absolute;
  top: 7rem;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: #fff;
  box-shadow: 5px 5px 13px -5px #777777;
  border-radius: 2rem;
  padding: 1.5rem;
}
.c-btnArea__secondList li {
  display: flex;
  justify-content: center;
}
.c-btnArea__secondList li + li {
  margin-top: 1.5rem !important;
}
.c-btnArea__secondList li .secondListItem {
  color: #595757;
}

/*
  基本的にa,buttonタグにつける
  中央寄せなどは親要素で設定
*/
.c-form-manga {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .c-form-manga {
    margin-top: 2.5rem;
  }
}
.c-form-manga form {
  padding: 0 5rem;
}
@media screen and (max-width: 768px) {
  .c-form-manga form {
    padding: 0;
  }
}
.c-form-manga .form-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 0;
}
@media screen and (max-width: 768px) {
  .c-form-manga .form-table {
    display: block;
  }
}
.c-form-manga .form-table dl {
  display: flex;
  align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 768px) {
  .c-form-manga .form-table dl {
    display: block;
  }
  .c-form-manga .form-table dl + dl {
    margin-top: 2rem;
  }
}
.c-form-manga .form-table dl dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  width: 17rem;
}
.en .c-form-manga .form-table dl dt {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .c-form-manga .form-table dl dt {
    width: 100%;
    font-size: 1.6rem;
  }
  .en .c-form-manga .form-table dl dt {
    font-size: 1.6rem;
  }
}
.c-form-manga .form-table dl dt .must {
  color: #f00;
}
.c-form-manga .form-table dl dd {
  width: 60%;
  flex-shrink: 0;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-form-manga .form-table dl dd {
    width: 100%;
    margin-left: 0;
    font-size: 1.6rem;
    margin-top: 0.3rem;
  }
}
.c-form-manga .form-table dl dd input[type=text],
.c-form-manga .form-table dl dd select {
  width: 100%;
  border: 1px solid #595757;
  font-size: 2rem;
  background-color: #fff;
  font-weight: bold;
  border-radius: 1rem;
  padding: 1rem 1em;
  height: 4.3rem;
}
@media screen and (max-width: 768px) {
  .c-form-manga .form-table dl dd input[type=text],
  .c-form-manga .form-table dl dd select {
    font-size: 1.6rem;
    height: 4rem;
  }
}
.c-form-manga .form-table dl dd input[type=radio] {
  transform: scale(1.4);
}
@media screen and (max-width: 768px) {
  .c-form-manga .form-table dl dd input[type=radio] {
    transform: scale(1.2);
  }
}
.c-form-manga .form-table dl dd select.number {
  width: 70%;
}
.c-form-manga .form-table dl dd .radioBtn {
  display: flex;
  flex-wrap: wrap;
}
.c-form-manga .form-table dl dd .radioBtn label {
  line-height: 1.8;
  margin-right: 2rem;
}
.c-form-manga .form-table dl dd .radioBtn label input {
  margin-right: 0.5rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  .c-form-manga .form-table dl dd .radioBtn {
    display: flex;
    flex-direction: column;
  }
  .c-form-manga .form-table dl dd .radioBtn label + label {
    margin-top: 1rem;
  }
}
.c-form-manga .form-table dl dd .radioBtn input {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
}
.c-form-manga .form-table dl dd .radioBtn input + input {
  margin-left: 5rem;
}
@media screen and (max-width: 768px) {
  .c-form-manga .form-table dl dd .radioBtn input + input {
    margin-left: 0;
  }
}
.c-form-manga .form-table dl dd .error {
  color: #f00;
}
.c-form-manga .form-table.message {
  display: block;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .c-form-manga .form-table.message {
    margin-top: 2rem;
  }
}
.c-form-manga .form-table.message dl {
  justify-content: center;
}
.c-form-manga .form-table.message dl.messageArea {
  align-items: flex-start;
}
.c-form-manga .form-table.message dl dt {
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .c-form-manga .form-table.message dl dt {
    padding-top: 0;
  }
}
.c-form-manga .form-table.message dl dd {
  width: unset;
}
.c-form-manga .form-table.message dl dd textarea {
  width: 100%;
  border: 1px solid #595757;
  font-size: 2rem;
  line-height: 1.4;
  background-color: #fff;
  font-weight: bold;
  border-radius: 1rem;
  padding: 1rem 1em;
}
@media screen and (max-width: 768px) {
  .c-form-manga .form-table.message dl dd textarea {
    font-size: 1.6rem;
  }
}
.c-form-manga .form-table.message dl.agreeArea {
  margin-top: 1rem;
  display: grid;
  gap: 0;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-form-manga .form-table.message dl.agreeArea {
    margin-top: 2rem;
  }
}
.c-form-manga .form-table.message dl.agreeArea dd + dd {
  margin-top: 1rem;
}
.c-form-manga .form-table.message dl.agreeArea dd .check {
  padding-left: 2rem;
}
.c-form-manga .form-table.message dl.agreeArea dd .check .mwform-checkbox-field.horizontal-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .c-form-manga .form-table.message dl.agreeArea dd .check .mwform-checkbox-field.horizontal-item {
    padding-bottom: 0.7rem;
  }
}
.c-form-manga .form-table.message dl.agreeArea dd .check label input {
  margin-bottom: 0.2rem;
  margin-right: 0.5rem;
}
.c-form-manga .form-table.message dl.agreeArea dd .check label .mwform-checkbox-field-text {
  display: none;
}
.c-form-manga .form-table.message dl.agreeArea dd .check .mwform-checkbox-field-text {
  margin-left: 1rem;
}
.c-form-manga .form-table.message dl.agreeArea dd .check .mwform-checkbox-field-text a {
  color: #57B5B5;
  text-decoration: underline;
}
.c-form-manga .form-table.message dl .btn {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .c-form-manga .form-table.message dl .btn {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
  }
}
.c-form-manga .mw_wp_form_confirm .form-table {
  display: block;
  padding: 0 3rem;
}
.c-form-manga .mw_wp_form_confirm .form-table dl + dl {
  margin-top: 4rem;
}
.c-form-manga .mw_wp_form_confirm .form-table.message dl {
  justify-content: flex-start;
}
.c-form-manga .mw_wp_form_confirm .form-table.message dl dt {
  padding: 0;
}
.c-form-manga .mw_wp_form_confirm .form-table.message .agreeArea {
  margin-top: 4rem;
}
.c-form-manga .mw_wp_form_confirm .form-table.message .agreeArea dd .check .mwform-checkbox-field-text {
  display: none;
}
.c-form-manga .mw_wp_form_confirm .form-table.message .btn {
  display: flex;
}
.c-form-manga .mw_wp_form_confirm .form-table.message .btn div + div {
  margin-left: 3rem;
}

.c-form-freetrial .form-table .flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
}
.c-form-freetrial .form-table h3 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 2rem 0;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table h3 {
    font-size: 2.3rem;
    margin: 2rem 0 1rem;
  }
}
.c-form-freetrial .form-table p {
  color: #232323;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table p {
    font-size: 1.4rem;
  }
}
.c-form-freetrial .form-table a {
  color: #57B5B5;
  font-size: 2rem;
  line-height: 2;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table a {
    font-size: 1.4rem;
  }
}
.c-form-freetrial .form-table .step01 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table .step01 {
    margin-bottom: 2rem;
  }
}
.c-form-freetrial .form-table .step01 .txt-q {
  color: #f00;
}
.c-form-freetrial .form-table .step01 .txt-a {
  font-style: italic;
}
.c-form-freetrial .form-table .step02 {
  margin: 8rem 0 4rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table .step02 {
    margin: 6rem 0 2rem;
  }
}
.c-form-freetrial .form-table .step03 {
  margin: 8rem 0 3rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table .step03 {
    margin: 6rem 0 2rem;
  }
}
.c-form-freetrial .form-table .link {
  margin: 2rem 0 6rem;
}
.c-form-freetrial .form-table .link a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
.c-form-freetrial .form-table dl {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl {
    display: block;
  }
}
.c-form-freetrial .form-table dl + dl {
  margin-top: 4.7rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl + dl {
    margin-top: 2rem;
  }
}
.c-form-freetrial .form-table dl.mt-s {
  margin-top: 2.7rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl.mt-s {
    margin-top: 2rem;
  }
}
.c-form-freetrial .form-table dl dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
  width: 31.8rem;
  padding-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl dt {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
  }
}
.c-form-freetrial .form-table dl dt .must {
  color: #f00;
}
.c-form-freetrial .form-table dl.mt-s dt {
  padding-top: 1.5rem;
}
.c-form-freetrial .form-table dl input[type=text]::-moz-placeholder {
  color: #aaa;
}
.c-form-freetrial .form-table dl input[type=text]::placeholder {
  color: #aaa;
}
.c-form-freetrial .form-table dl input[type=text]::-webkit-input-placeholder {
  color: #aaa;
}
.c-form-freetrial .form-table dl input[type=text]::-moz-placeholder {
  color: #aaa;
}
.c-form-freetrial .form-table dl input[type=text]::-ms-input-placeholder {
  color: #aaa;
}
.c-form-freetrial .form-table dl dd {
  width: 55.6rem;
  flex-shrink: 0;
  margin-left: 9.2rem;
  font-size: 2rem;
}
.c-form-freetrial .form-table dl dd .error {
  color: red;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl dd {
    width: 100%;
    margin-left: 0;
    font-size: 1.4rem;
    margin-top: 0.3rem;
  }
}
.c-form-freetrial .form-table dl dd input[type=text],
.c-form-freetrial .form-table dl dd textarea,
.c-form-freetrial .form-table dl dd select {
  width: 100%;
  border: 1px solid #595757;
  font-size: 1.6rem;
  background-color: #fff;
  font-weight: bold;
  border-radius: 1rem;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl dd input[type=text],
  .c-form-freetrial .form-table dl dd textarea,
  .c-form-freetrial .form-table dl dd select {
    font-size: 1.4rem;
  }
}
.c-form-freetrial .form-table dl dd input[type=text],
.c-form-freetrial .form-table dl dd select {
  height: 4.3rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl dd input[type=text],
  .c-form-freetrial .form-table dl dd select {
    height: 3.5rem;
  }
}
.c-form-freetrial .form-table dl dd textarea {
  line-height: 1.4;
}
.c-form-freetrial .form-table dl dd select {
  width: 72%;
}
.c-form-freetrial .form-table dl dd select.non {
  color: #aaa;
}
.c-form-freetrial .form-table dl dd input[type=radio] {
  transform: scale(1.4);
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl dd input[type=radio] {
    transform: scale(1.2);
  }
}
.c-form-freetrial .form-table dl dd .radioBtn,
.c-form-freetrial .form-table dl dd .checkBox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.c-form-freetrial .form-table dl dd .radioBtn label,
.c-form-freetrial .form-table dl dd .checkBox label {
  line-height: 2.5;
  margin-right: 2rem;
}
.c-form-freetrial .form-table dl dd .radioBtn label input,
.c-form-freetrial .form-table dl dd .checkBox label input {
  margin-right: 0.5rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl dd .radioBtn label + label,
  .c-form-freetrial .form-table dl dd .checkBox label + label {
    margin-top: 1rem;
  }
}
.c-form-freetrial .form-table dl dd .radioBtn input,
.c-form-freetrial .form-table dl dd .checkBox input {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
}
.c-form-freetrial .form-table dl dd .radioBtn input + input,
.c-form-freetrial .form-table dl dd .checkBox input + input {
  margin-left: 5rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl dd .radioBtn input + input,
  .c-form-freetrial .form-table dl dd .checkBox input + input {
    margin-left: 0;
  }
}
.c-form-freetrial .form-table dl dd .checkBox .other-input {
  width: 87%;
}
.c-form-freetrial .form-table dl dd .checkBox .other-input textarea {
  padding-top: 0.4rem;
  height: 6rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl dd .checkBox .other-input textarea {
    height: 5rem;
  }
}
.c-form-freetrial .form-table dl dd .check {
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl dd .check {
    padding-left: 0;
  }
}
.c-form-freetrial .form-table dl dd .check .mwform-checkbox-field.horizontal-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl dd .check .mwform-checkbox-field.horizontal-item {
    align-items: flex-start;
  }
}
.c-form-freetrial .form-table dl dd .check label input {
  margin-bottom: 0.2rem;
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl dd .check label input {
    margin-top: 0.3rem;
  }
}
.c-form-freetrial .form-table dl dd .check label .mwform-checkbox-field-text {
  display: none;
}
.page-confirm .c-form-freetrial .form-table dl dd .check .mwform-checkbox-field.horizontal-item {
  line-height: 1.6;
}
.c-form-freetrial .form-table dl dd .check .mwform-checkbox-field-text {
  margin-left: 1rem;
  line-height: 2;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl dd .check .mwform-checkbox-field-text {
    display: block;
    line-height: 1.5;
  }
}
.c-form-freetrial .form-table dl dd .check .mwform-checkbox-field-text strong {
  color: #f00;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl dd .check .mwform-checkbox-field-text a {
    line-height: 1.5;
  }
}
.en .c-form-freetrial .form-table dl dd .check .mwform-checkbox-field-text a {
  margin-left: 7px;
}
.page-confirm .c-form-freetrial .form-table dl dd .check .mwform-checkbox-field-text {
  display: none;
}
.c-form-freetrial .form-table dl.clockin-trial {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl.clockin-trial {
    margin-top: 2rem;
  }
}
.c-form-freetrial .form-table dl.clockin-trial dt {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl.clockin-trial dt {
    padding-top: 1.5rem;
  }
}
.c-form-freetrial .form-table dl.clockin-trial dd {
  width: 65rem;
  margin-right: -9.2rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl.clockin-trial dd {
    width: unset;
    margin-right: unset;
  }
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl.clockin-trial dd .radioBtn {
    flex-direction: column;
  }
}
.c-form-freetrial .form-table dl.clockin-trial dd .mwform-radio-field {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl.clockin-trial dd .mwform-radio-field {
    width: 100%;
  }
}
.c-form-freetrial .form-table dl.clockin-trial dd .mwform-radio-field label {
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl.clockin-trial dd .mwform-radio-field label .thumbnail {
    width: 70%;
    margin: auto;
  }
}
.c-form-freetrial .form-table dl.clockin-trial dd .mwform-radio-field label .mwform-radio-field-text {
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl.clockin-trial dd .mwform-radio-field label .mwform-radio-field-text {
    font-size: 14px;
    margin-right: 0;
  }
}
.c-form-freetrial .form-table dl.payroll .flex {
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl.payroll .flex {
    gap: 1rem;
  }
}
.c-form-freetrial .form-table dl.payroll .flex .datepicker {
  width: 35%;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl.payroll .flex .datepicker {
    width: 38%;
  }
}
.c-form-freetrial .form-table dl.emplo-appro {
  margin: 2rem -13rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl.emplo-appro {
    margin: 2rem 0;
    overflow-x: scroll;
  }
}
.c-form-freetrial .form-table dl.emplo-appro table {
  max-width: 1100px;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl.emplo-appro table {
    width: 95rem;
  }
}
.c-form-freetrial .form-table dl.emplo-appro table tr th,
.c-form-freetrial .form-table dl.emplo-appro table tr td {
  text-align: center;
  vertical-align: middle;
  width: 1rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl.emplo-appro table tr th,
  .c-form-freetrial .form-table dl.emplo-appro table tr td {
    font-size: 1.4rem;
    width: 1rem;
  }
}
.c-form-freetrial .form-table dl.emplo-appro table tr th {
  padding: 2.5rem 1rem 0;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl.emplo-appro table tr th {
    padding: 1.5rem 0.5rem 0;
  }
}
.c-form-freetrial .form-table dl.emplo-appro table tr th:nth-child(2) {
  width: 11rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl.emplo-appro table tr th:nth-child(2) {
    width: 8rem;
  }
  .th .c-form-freetrial .form-table dl.emplo-appro table tr th:nth-child(2) {
    width: 6rem;
  }
}
.c-form-freetrial .form-table dl.emplo-appro table tr th:nth-child(3) {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl.emplo-appro table tr th:nth-child(3) {
    width: 10rem;
  }
}
.c-form-freetrial .form-table dl.emplo-appro table tr th:nth-child(4) {
  width: 10rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl.emplo-appro table tr th:nth-child(4) {
    width: 8rem;
  }
}
.th .c-form-freetrial .form-table dl.emplo-appro table tr th:nth-child(5) {
  width: 9rem;
}
@media screen and (max-width: 768px) {
  .th .c-form-freetrial .form-table dl.emplo-appro table tr th:nth-child(5) {
    width: 6rem;
  }
}
.c-form-freetrial .form-table dl.emplo-appro table tr th:nth-child(6) {
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl.emplo-appro table tr th:nth-child(6) {
    width: 12rem;
  }
}
.c-form-freetrial .form-table dl.emplo-appro table tr th:nth-child(7) {
  width: 13rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl.emplo-appro table tr th:nth-child(7) {
    width: 11rem;
  }
}
.c-form-freetrial .form-table dl.emplo-appro table tr th span {
  display: block;
  color: #aaa;
  margin-top: 0.7rem;
}
.c-form-freetrial .form-table dl.emplo-appro table tr td {
  padding: 1.5rem 0.5rem 0;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl.emplo-appro table tr td {
    padding: 1rem 0.5rem 0;
  }
}
.c-form-freetrial .form-table dl.emplo-appro table tr td input[type=text] {
  width: 100%;
  border: 1px solid #595757;
  font-size: 1.6rem;
  background-color: #fff;
  font-weight: bold;
  border-radius: 1rem;
  padding: 1rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl.emplo-appro table tr td input[type=text] {
    font-size: 1.4rem;
  }
}
.c-form-freetrial .form-table dl.skipStep {
  display: block;
}
.c-form-freetrial .form-table dl.skipStep dd {
  width: auto;
}
.c-form-freetrial .form-table dl.agreeArea {
  display: block;
  margin-top: 8rem;
}
.c-form-freetrial .form-table dl.agreeArea dd {
  margin-left: 22rem;
  width: 66.6rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl.agreeArea dd {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl.agreeArea {
    margin-top: 4rem;
  }
}
.c-form-freetrial .form-table dl .btn {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table dl .btn {
    display: flex;
    justify-content: center;
    margin-top: 6rem;
    gap: 0;
  }
}
.c-form-freetrial .form-table .security {
  margin-top: 5rem;
  padding-left: 24rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table .security {
    margin-top: 2rem;
    padding-left: 0;
  }
}
.c-form-freetrial .form-table .security .flex {
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .c-form-freetrial .form-table .security .flex {
    gap: 0;
  }
}
.c-form-freetrial .mw_wp_form_input .form-table .for-confirm {
  display: none;
}
.c-form-freetrial .mw_wp_form_confirm .form-table .step01,
.c-form-freetrial .mw_wp_form_confirm .form-table .step02,
.c-form-freetrial .mw_wp_form_confirm .form-table .step03,
.c-form-freetrial .mw_wp_form_confirm .form-table .link,
.c-form-freetrial .mw_wp_form_confirm .form-table .security {
  display: none;
}
.c-form-freetrial .mw_wp_form_confirm .form-table .for-confirm {
  margin: 8rem 0 4rem;
}
.c-form-freetrial .mw_wp_form_confirm .form-table .for-confirm:first-of-type {
  margin: 0 0 4rem;
}
.c-form-freetrial .mw_wp_form_confirm .form-table dl {
  align-items: center;
}
.c-form-freetrial .mw_wp_form_confirm .form-table dl dt {
  padding-top: 0;
}
.c-form-freetrial .mw_wp_form_confirm .form-table dl.mt-s {
  margin-top: 4.7rem;
}
.c-form-freetrial .mw_wp_form_confirm .form-table dl.mt-s dt {
  padding-top: 0;
}
.c-form-freetrial .mw_wp_form_confirm .form-table dl.clockin-trial dt {
  padding-top: 0;
}
.c-form-freetrial .mw_wp_form_confirm .form-table dl dd .checkBox .other-input {
  width: unset;
  padding-top: 0;
}
.c-form-freetrial .mw_wp_form_confirm .form-table dl.clockin-trial {
  margin-top: 4.7rem;
}
.c-form-freetrial .mw_wp_form_confirm .form-table dl.payroll .flex .datepicker {
  width: unset;
}
.c-form-freetrial .mw_wp_form_confirm .form-table dl.emplo-appro table tr th span {
  display: none;
}

#cat-free-trial #ui-datepicker-div select.ui-datepicker-year {
  display: none;
}

.mb5 {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .mb5 {
    margin-bottom: 3px;
  }
}

.mt5 {
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .mt5 {
    margin-top: 3px;
  }
}

.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .mb10 {
    margin-bottom: 6px;
  }
}

.mt10 {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .mt10 {
    margin-top: 6px;
  }
}

.mb15 {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .mb15 {
    margin-bottom: 9px;
  }
}

.mt15 {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .mt15 {
    margin-top: 9px;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .mb20 {
    margin-bottom: 12px;
  }
}

.mt20 {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .mt20 {
    margin-top: 12px;
  }
}

.mb25 {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .mb25 {
    margin-bottom: 15px;
  }
}

.mt25 {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .mt25 {
    margin-top: 15px;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .mb30 {
    margin-bottom: 18px;
  }
}

.mt30 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .mt30 {
    margin-top: 18px;
  }
}

.mb35 {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .mb35 {
    margin-bottom: 21px;
  }
}

.mt35 {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .mt35 {
    margin-top: 21px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .mb40 {
    margin-bottom: 24px;
  }
}

.mt40 {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .mt40 {
    margin-top: 24px;
  }
}

.mb45 {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .mb45 {
    margin-bottom: 27px;
  }
}

.mt45 {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .mt45 {
    margin-top: 27px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mt50 {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .mt50 {
    margin-top: 30px;
  }
}

.mb55 {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .mb55 {
    margin-bottom: 33px;
  }
}

.mt55 {
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .mt55 {
    margin-top: 33px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 36px;
  }
}

.mt60 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .mt60 {
    margin-top: 36px;
  }
}

.mb65 {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .mb65 {
    margin-bottom: 39px;
  }
}

.mt65 {
  margin-top: 65px;
}
@media screen and (max-width: 768px) {
  .mt65 {
    margin-top: 39px;
  }
}

.mb70 {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .mb70 {
    margin-bottom: 42px;
  }
}

.mt70 {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .mt70 {
    margin-top: 42px;
  }
}

.mb75 {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .mb75 {
    margin-bottom: 45px;
  }
}

.mt75 {
  margin-top: 75px;
}
@media screen and (max-width: 768px) {
  .mt75 {
    margin-top: 45px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .mb80 {
    margin-bottom: 48px;
  }
}

.mt80 {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .mt80 {
    margin-top: 48px;
  }
}

.mb85 {
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .mb85 {
    margin-bottom: 51px;
  }
}

.mt85 {
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .mt85 {
    margin-top: 51px;
  }
}

.mb90 {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .mb90 {
    margin-bottom: 54px;
  }
}

.mt90 {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .mt90 {
    margin-top: 54px;
  }
}

.mb95 {
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .mb95 {
    margin-bottom: 57px;
  }
}

.mt95 {
  margin-top: 95px;
}
@media screen and (max-width: 768px) {
  .mt95 {
    margin-top: 57px;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .mb100 {
    margin-bottom: 60px;
  }
}

.mt100 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .mt100 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 768px) {
  .mb60 {
    margin-bottom: 30px;
  }
  .mb40 {
    margin-bottom: 25px;
  }
}
.c-pankuzu {
  background-color: #e6f2f8;
  padding: 12px 0;
}
@media screen and (max-width: 768px) {
  .c-pankuzu {
    display: none;
  }
}
.c-pankuzu ul {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  width: 100%;
  overflow: hidden;
}
.c-pankuzu ul li {
  display: inline;
}
.c-pankuzu ul li + li:before {
  margin: 0 3px;
  color: black;
  content: ">";
}
.c-pankuzu ul li a, .c-pankuzu ul li span {
  font-size: 16px;
}
.c-titA {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.c-titA__text {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  .c-titA__text {
    font-size: 2.8rem;
    line-height: 1.2;
    margin-bottom: 0;
  }
}
.c-titA__arrow {
  width: 0.8rem;
}
@media screen and (max-width: 768px) {
  .c-titA__arrow {
    width: 0.6rem;
  }
}
.c-titA--w .c-titA__text {
  color: #F5F5F5;
}
.c-titA--b .c-titA__text {
  color: #57B5B5;
}

.c-titB {
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .c-titB {
    font-size: 2.8rem;
  }
}

.c-titC {
  font-size: 3.1rem;
  font-weight: bold;
  letter-spacing: -0.75px;
  color: #57B5B5;
}
@media screen and (max-width: 768px) {
  .c-titC {
    font-size: 2.4rem;
  }
}
.jp .c-titC {
  font-size: 2.6rem;
}
.c-titC:after {
  content: "";
  display: block;
  width: 70px;
  height: 8px;
  position: relative;
  bottom: 16px;
  left: 50%;
  background: url(/assets/images/icon_philosophy.svg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .c-titC:after {
    left: 33%;
  }
}

.c-titPop {
  font-size: 3.1rem;
  font-weight: bold;
  letter-spacing: -0.75px;
  color: #595757;
}
@media screen and (max-width: 768px) {
  .c-titPop {
    font-size: 2.4rem;
  }
}
.c-titPop:after {
  content: "";
  display: block;
  width: 285px;
  height: 6px;
  position: relative;
  bottom: -10px;
  left: 0;
  background: url(/assets/images/icon_popupline.svg) no-repeat;
  background-size: cover;
}

.c-inner {
  max-width: 110rem;
  width: calc(100% - 4rem);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .c-inner {
    width: calc(100% - 6rem);
  }
}
.c-inner--800 {
  max-width: 80rem;
}
@media screen and (max-width: 1024px) {
  .c-inner--800 {
    max-width: 110rem;
  }
}
.c-inner--900 {
  max-width: 90rem;
}
.c-inner--1000 {
  max-width: 100rem;
}
.c-inner--1300 {
  max-width: 130rem;
}
.c-inner--1470 {
  max-width: 147rem;
}
.c-inner--1520 {
  max-width: 152rem;
}

@media screen and (min-width: 1025px), print {
  .c-tab {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .c-tab_none {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .c-sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .c-pc {
    display: none !important;
  }
}
.c-ofi {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.c-anchor {
  margin-top: -12rem;
  padding-top: 12rem;
}
.c-wysywig {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.7777777778;
}
@media screen and (max-width: 768px) {
  .c-wysywig {
    font-size: 1.4rem;
  }
}
.c-wysywig *:first-child {
  margin-top: 0 !important;
}
.c-wysywig *:last-child {
  margin-bottom: 0 !important;
}
.c-wysywig h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 2.8rem;
  color: #595757;
}
@media screen and (max-width: 768px) {
  .c-wysywig h1 {
    font-size: 2.6rem;
  }
}
.c-wysywig h2 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  .c-wysywig h2 {
    font-size: 2.4rem;
  }
}
.c-wysywig h3,
.c-wysywig h4,
.c-wysywig h5,
.c-wysywig h6 {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
}
.c-wysywig h1 + h1,
.c-wysywig h1 + h2,
.c-wysywig h2 + h1,
.c-wysywig h2 + h2,
.c-wysywig p + h1,
.c-wysywig p + h2,
.c-wysywig pre + h1,
.c-wysywig pre + h2,
.c-wysywig ul + h1,
.c-wysywig ul + h2,
.c-wysywig ol + h1,
.c-wysywig ol + h2,
.c-wysywig blockquote + h1,
.c-wysywig blockquote + h2,
.c-wysywig table + h1,
.c-wysywig table + h2 {
  margin-top: 6.6rem;
}
@media screen and (max-width: 768px) {
  .c-wysywig h1 + h1,
  .c-wysywig h1 + h2,
  .c-wysywig h2 + h1,
  .c-wysywig h2 + h2,
  .c-wysywig p + h1,
  .c-wysywig p + h2,
  .c-wysywig pre + h1,
  .c-wysywig pre + h2,
  .c-wysywig ul + h1,
  .c-wysywig ul + h2,
  .c-wysywig ol + h1,
  .c-wysywig ol + h2,
  .c-wysywig blockquote + h1,
  .c-wysywig blockquote + h2,
  .c-wysywig table + h1,
  .c-wysywig table + h2 {
    margin-top: 3rem;
  }
}
.c-wysywig p {
  line-height: 1.9;
  margin-bottom: 2rem;
}
.jp .c-wysywig p {
  color: #000000;
}
.c-wysywig pre {
  margin-bottom: 2rem;
}
.c-wysywig ul {
  margin-bottom: 2rem;
}
.c-wysywig ul li {
  margin-left: 2.5rem;
  list-style: circle;
}
.c-wysywig ol {
  margin-bottom: 2rem;
}
.c-wysywig ol li {
  margin-left: 2.5rem;
  list-style: decimal;
}
.c-wysywig table {
  margin-bottom: 2rem;
}
.c-wysywig table tr th,
.c-wysywig table tr td {
  text-align: center;
  vertical-align: middle;
}
.c-wysywig table tr th {
  background: #D2D2D2;
}
.c-wysywig a {
  text-decoration: none;
}
.c-wysywig hr {
  margin: 50px 0;
}
.c-wysywig img {
  display: block;
  height: auto;
  margin: 5rem 0;
}
.c-wysywig blockquote {
  border: 1px solid #ddd;
  margin-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 2.3rem;
  padding-bottom: 2.1rem;
}
.c-wysywig blockquote > p {
  margin-bottom: 0;
}
.c-wysywig .aligncenter {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.c-wysywig .alignright {
  margin-left: auto;
}
.c-wysywig .alignleft {
  margin-right: auto;
}

#blog .p-mv {
  position: relative;
  margin-top: -14rem;
}
@media screen and (max-width: 768px) {
  #blog .p-mv {
    margin-top: 0;
    height: 16rem;
  }
}
#blog .p-mv__image img {
  width: 160rem;
}
@media screen and (max-width: 768px) {
  #blog .p-mv__image img {
    width: 42.8rem;
    height: 16rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#blog .p-mv__title {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #blog .p-mv__title {
    top: 50%;
    font-size: 3rem;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }
}
#blog .p-blog.single {
  padding: 12rem 0 20rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #blog .p-blog.single {
    padding: 6rem 0 8rem;
  }
}
#blog .p-blog.archive {
  padding: 12rem 0 8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #blog .p-blog.archive {
    padding: 3rem 0 2rem;
  }
}
#blog .p-blog__bg {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #blog .p-blog__bg {
    width: 30%;
  }
  #blog .p-blog__bg img {
    width: 30%;
  }
}
#blog .p-blog__bg--01 {
  top: 15.9rem;
  left: 8rem;
}
#blog .p-blog__bg--02 {
  top: 17rem;
  right: 4rem;
}
#blog .p-blog__bg--03 {
  top: 68rem;
  left: 7.6rem;
}
#blog .p-blog__bg--04 {
  top: 93rem;
  right: 7.6rem;
}
#blog .p-blog__bg--05 {
  top: 157rem;
  left: 4.8rem;
}
#blog .p-blog-contents__titleArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
#blog .p-blog-contents__titleArea .date {
  font-size: 1.4rem;
}
#blog .p-blog-contents__banner {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  #blog .p-blog-contents__banner {
    margin-top: 4rem;
  }
}
#blog .p-blog-contents__pagination {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  #blog .p-blog-contents__pagination {
    margin-top: 6rem;
  }
}
#blog .p-blog-contents__pagination .btnArea {
  display: flex;
  justify-content: center;
  align-items: center;
}
#blog .p-blog-contents__pagination .btnArea__pager img {
  width: 4.6rem;
}
#blog .p-blog-contents__pagination .btnArea__pager--next img {
  transform: rotateY(180deg);
}
#blog .p-blog-contents__pagination .btnArea__listLink {
  color: #595757;
  font-size: 1.8rem;
  margin-right: 4.6rem;
  margin-left: 4.6rem;
}
#blog .p-blog-archive li {
  display: flex;
  align-items: center;
}
#blog .p-blog-archive li + li {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  #blog .p-blog-archive li {
    justify-content: flex-start;
    margin-left: 0;
    gap: 30px;
  }
  #blog .p-blog-archive li + li {
    margin-top: 3rem;
  }
}
#blog .p-blog-archive li .date {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #blog .p-blog-archive li .date {
    width: 75px;
    font-size: 1.6rem;
  }
}
#blog .p-blog-archive li .date::after {
  left: 0;
  bottom: -0.5rem;
  content: "";
  width: 5rem;
  height: 3px;
  background-color: #595757;
  display: block;
}
#blog .p-blog-archive li .title {
  margin-left: 6rem;
  font-size: 2.2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #blog .p-blog-archive li .title {
    font-size: 1.4rem;
    margin-left: 0;
    margin-top: 1rem;
  }
}
#blog .p-blog-archive li .title a:hover {
  text-decoration: underline;
}
#blog .p-blog-archive__pagination {
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  #blog .p-blog-archive__pagination {
    margin-top: 7rem;
  }
}

.wp-pagenavi {
  text-align: center;
  height: auto;
  margin-top: 8rem;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .current, .wp-pagenavi .larger, .wp-pagenavi .smaller, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  align-self: center;
  border: 1px solid #57B5B5 !important;
  line-height: 0;
  padding: 1.6rem 1.9rem;
  margin: 0 0.7rem;
  color: #57B5B5 !important;
}

#staffinterview .p-mv {
  position: relative;
  margin-top: -14rem;
}
@media screen and (max-width: 768px) {
  #staffinterview .p-mv {
    margin-top: 0;
  }
}
#staffinterview .p-mv__image img {
  width: 160rem;
}
@media screen and (max-width: 768px) {
  #staffinterview .p-mv__image img {
    width: 42.8rem;
  }
}
#staffinterview .p-mv__title {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #staffinterview .p-mv__title {
    top: 50%;
    bottom: auto;
    font-size: 3rem;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}
#staffinterview .p-staffinterview__title {
  margin-bottom: 8.4rem;
}
#staffinterview .p-staffinterview.single {
  padding: 12rem 0 20rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #staffinterview .p-staffinterview.single {
    padding: 6rem 0 8rem;
  }
}
#staffinterview .p-staffinterview.archive {
  padding: 12rem 0 8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #staffinterview .p-staffinterview.archive {
    padding: 6rem 0 2rem;
  }
}
#staffinterview .p-staffinterview.archive .c-inner {
  max-width: 1100px;
}
@media screen and (max-width: 1379px) {
  #staffinterview .p-staffinterview.archive .c-inner {
    max-width: 110rem;
  }
}
#staffinterview .p-staffinterview__bg {
  position: absolute;
  z-index: -1;
}
#staffinterview .p-staffinterview__bg--01 {
  top: 15.9rem;
  left: 8rem;
}
#staffinterview .p-staffinterview__bg--02 {
  top: 17rem;
  right: 4rem;
}
#staffinterview .p-staffinterview__bg--03 {
  top: 68rem;
  left: 7.6rem;
}
#staffinterview .p-staffinterview__bg--04 {
  top: 93rem;
  right: 7.6rem;
}
#staffinterview .p-staffinterview__bg--05 {
  top: 157rem;
  left: 4.8rem;
}
#staffinterview .p-staffinterview-single .titleArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}
#staffinterview .p-staffinterview-single .titleArea .date {
  font-size: 1.4rem;
}
#staffinterview .p-staffinterview-single .picArea {
  background: #20A99B;
  border-radius: 40px;
  aspect-ratio: 800/450;
  margin: 0;
}
#staffinterview .p-staffinterview-single .picArea img {
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  #staffinterview .p-staffinterview-single .picArea img {
    aspect-ratio: 1/1;
  }
}
#staffinterview .p-staffinterview-single figure {
  width: 100%;
  margin: 7rem 0;
}
@media screen and (max-width: 768px) {
  #staffinterview .p-staffinterview-single figure {
    margin: 4rem 0;
  }
}
#staffinterview .p-staffinterview-single figure img {
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 800/450;
  width: 100%;
}
#staffinterview .p-staffinterview-single .contentsText {
  padding-top: 3rem;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #staffinterview .p-staffinterview-single .contentsText {
    font-size: 1.4rem;
  }
}
#staffinterview .p-staffinterview-single .contentsText .c-titA {
  justify-content: left;
  flex-direction: unset;
}
#staffinterview .p-staffinterview-single .contentsText .c-titA__text {
  margin-bottom: 2rem;
}
#staffinterview .p-staffinterview-single .contentsText .title {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 4rem !important;
}
#staffinterview .p-staffinterview-single__pagination {
  margin-top: 23rem;
}
@media screen and (max-width: 768px) {
  #staffinterview .p-staffinterview-single__pagination {
    margin-top: 10rem;
  }
}
#staffinterview .p-staffinterview-single__pagination .btnArea {
  display: flex;
  justify-content: center;
  align-items: center;
}
#staffinterview .p-staffinterview-single__pagination .btnArea__pager img {
  width: 4.6rem;
}
#staffinterview .p-staffinterview-single__pagination .btnArea__pager--next img {
  transform: rotateY(180deg);
}
#staffinterview .p-staffinterview-single__pagination .btnArea__listLink {
  color: #595757;
  font-size: 1.8rem;
  margin-right: 4.6rem;
  margin-left: 4.6rem;
}
#staffinterview .p-staffinterview-archive .Flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1379px) {
  #staffinterview .p-staffinterview-archive .Flex {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5rem 5rem;
    justify-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  #staffinterview .p-staffinterview-archive .Flex {
    display: block;
  }
}
#staffinterview .p-staffinterview-archive li {
  max-width: 300px;
  width: 31%;
}
@media screen and (max-width: 1379px) {
  #staffinterview .p-staffinterview-archive li {
    width: unset;
  }
}
@media screen and (max-width: 768px) {
  #staffinterview .p-staffinterview-archive li {
    max-width: unset;
    width: 100%;
  }
}
#staffinterview .p-staffinterview-archive li + li {
  margin-left: 5rem;
}
@media screen and (max-width: 1379px) {
  #staffinterview .p-staffinterview-archive li + li {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  #staffinterview .p-staffinterview-archive li + li {
    margin-left: 0;
    margin-top: 2rem;
  }
}
#staffinterview .p-staffinterview-archive li:nth-child(4n) {
  margin-left: 0;
}
#staffinterview .p-staffinterview-archive li:nth-child(n+4) {
  margin-top: 4rem;
}
@media screen and (max-width: 1379px) {
  #staffinterview .p-staffinterview-archive li:nth-child(n+4) {
    margin-top: 0;
  }
}
#staffinterview .p-staffinterview-archive li figure {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 6px solid #65CCBD;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #staffinterview .p-staffinterview-archive li figure {
    background: #fff;
  }
}
#staffinterview .p-staffinterview-archive li figure img {
  max-width: 270px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  #staffinterview .p-staffinterview-archive li figure img {
    max-width: calc(100% - 0.75rem);
  }
}
#staffinterview .p-staffinterview-archive li .contentsText {
  padding-top: 3rem;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #staffinterview .p-staffinterview-archive li .contentsText {
    font-size: 1.4rem;
  }
}
#staffinterview .p-staffinterview-archive li .contentsText .c-titA {
  justify-content: center;
  flex-direction: unset;
}
#staffinterview .p-staffinterview-archive li .contentsText .c-titA__text {
  margin-bottom: 2rem;
}
#staffinterview .p-staffinterview-archive li .contentsText .title {
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
}
#staffinterview .p-staffinterview-archive li .contentsText .text {
  font-weight: normal;
}
#staffinterview .p-staffinterview-archive li .btnArea {
  position: relative;
  margin: 4rem;
}
@media screen and (max-width: 768px) {
  #staffinterview .p-staffinterview-archive li .btnArea {
    margin-top: 2rem;
  }
}
#staffinterview .p-staffinterview-archive li .btnArea .c-btnA {
  width: 175px;
  height: 46px;
  border-radius: 23px;
  margin: 0 auto;
}
#staffinterview .p-staffinterview-archive__pagination {
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  #staffinterview .p-staffinterview-archive__pagination {
    margin-top: 7rem;
  }
}
#staffinterview .p-staffinterview-archive__backtoTop {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}

.wp-pagenavi {
  text-align: center;
  height: auto;
  margin-top: 8rem;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .current, .wp-pagenavi .larger, .wp-pagenavi .smaller, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  align-self: center;
  border: 1px solid #57B5B5 !important;
  line-height: 0;
  padding: 1.6rem 1.9rem;
  margin: 0 0.7rem;
  color: #57B5B5 !important;
}

#seminar .p-mv {
  position: relative;
  margin-top: -14rem;
}
@media screen and (max-width: 768px) {
  #seminar .p-mv {
    margin-top: 0;
    height: 16rem;
  }
}
#seminar .p-mv__image img {
  width: 160rem;
}
@media screen and (max-width: 768px) {
  #seminar .p-mv__image img {
    width: 42.8rem;
    height: 16rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
#seminar .p-mv__title {
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #seminar .p-mv__title {
    top: 50%;
    font-size: 3rem;
  }
}
.page-single #seminar .p-mv__title span {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .page-single #seminar .p-mv__title {
    width: 85%;
    font-size: 2.5rem;
  }
  .page-single #seminar .p-mv__title span {
    font-size: 1.3rem;
    margin-top: 4px;
  }
}
#seminar .p-seminar.single {
  padding-top: 8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #seminar .p-seminar.single {
    padding-top: 4rem;
  }
}
#seminar .p-seminar.archive {
  padding: 12rem 0 8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #seminar .p-seminar.archive {
    padding: 6rem 0 2rem;
  }
}
#seminar .p-seminar__bg {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #seminar .p-seminar__bg {
    width: 30%;
  }
  #seminar .p-seminar__bg img {
    width: 30%;
  }
}
#seminar .p-seminar__bg--01 {
  top: 15.9rem;
  left: 8rem;
}
#seminar .p-seminar__bg--02 {
  top: 17rem;
  right: 4rem;
}
#seminar .p-seminar__bg--03 {
  top: 68rem;
  left: 7.6rem;
}
#seminar .p-seminar__bg--04 {
  top: 93rem;
  right: 7.6rem;
}
#seminar .p-seminar__bg--05 {
  top: 157rem;
  left: 4.8rem;
}
#seminar .p-seminar-contents__titleArea .date {
  font-size: 1.4rem;
}
#seminar .p-seminar-contents__titleArea img {
  width: 100%;
  margin-top: 2rem;
}
#seminar .p-seminar-contents.c-wysywig h2 {
  text-align: center;
  color: #fff;
  background: #1d9e48;
  padding: 15px 0;
  border-radius: 10px;
  margin: 12rem 0 6rem;
}
@media screen and (max-width: 768px) {
  #seminar .p-seminar-contents.c-wysywig h2 {
    font-size: 2rem;
    margin: 3rem 0;
    padding: 7px 0;
  }
  #seminar .p-seminar-contents.c-wysywig h2:nth-of-type(2) {
    margin: 8rem 0 3rem;
  }
}
#seminar .p-seminar-contents.c-wysywig h3 {
  display: flex;
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 20px;
}
#seminar .p-seminar-contents.c-wysywig h3::before, #seminar .p-seminar-contents.c-wysywig h3::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #A6A6A6;
  min-width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-top: 20px;
}
#seminar .p-seminar-contents.c-wysywig h3::before {
  margin-right: 20px;
}
#seminar .p-seminar-contents.c-wysywig h3::after {
  margin-left: 20px;
}
#seminar .p-seminar-contents.c-wysywig h3:not(:first-of-type) {
  margin-top: 4rem;
}
#seminar .p-seminar-contents.c-wysywig h4 {
  font-size: 1.7rem;
  border-bottom: 1px solid #1d9e48;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #seminar .p-seminar-contents.c-wysywig h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  #seminar .p-seminar-contents.c-wysywig .tableArea {
    overflow-x: scroll;
  }
}
#seminar .p-seminar-contents.c-wysywig .tableArea tr th, #seminar .p-seminar-contents.c-wysywig .tableArea tr td {
  border: 1px solid #1d9e48;
  padding: 10px 15px;
}
#seminar .p-seminar-contents.c-wysywig .tableArea tr th {
  width: 145px;
  font-weight: 600;
  background: unset;
}
@media screen and (max-width: 768px) {
  #seminar .p-seminar-contents.c-wysywig .tableArea tr th {
    min-width: 112px;
    width: unset;
  }
}
#seminar .p-seminar-contents.c-wysywig .tableArea tr td {
  font-size: 15px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #seminar .p-seminar-contents.c-wysywig .tableArea tr td {
    min-width: 310px;
    font-size: 13px;
    line-height: 1.6;
  }
}
#seminar .p-seminar-contents.c-wysywig .btnArea {
  display: flex;
  justify-content: center;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  #seminar .p-seminar-contents.c-wysywig .btnArea {
    margin-top: 5rem;
  }
}
#seminar .p-seminar-contents.c-wysywig .btnArea a {
  width: 30rem;
}
#seminar .p-seminar-contents.c-wysywig .btnArea a.orange {
  background: #F18800;
}
#seminar .p-seminar-contents.c-wysywig .contactArea {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  #seminar .p-seminar-contents.c-wysywig .contactArea {
    margin-top: 5rem;
  }
}
#seminar .p-seminar-contents.c-wysywig .contactArea h5 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #seminar .p-seminar-contents.c-wysywig .contactArea h5 {
    font-size: 1.7rem;
  }
}
#seminar .p-seminar-contents.c-wysywig .contactArea p {
  color: #595757;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #seminar .p-seminar-contents.c-wysywig .contactArea p {
    font-size: 14px;
  }
}
#seminar .p-seminar-contents.c-wysywig .contactArea p span {
  display: block;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: -4px;
}
@media screen and (max-width: 768px) {
  #seminar .p-seminar-contents.c-wysywig .contactArea p span {
    font-size: 15px;
    margin-bottom: -2px;
  }
}
#seminar .p-seminar-contents.c-wysywig .contactArea p a {
  color: #1d9e48;
  text-decoration: underline;
  text-underline-offset: 2px;
}
#seminar .p-seminar-contents.c-wysywig .wp-block-columns p {
  font-size: 15px;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  #seminar .p-seminar-contents.c-wysywig .wp-block-columns p {
    font-size: 13px;
    line-height: 1.6;
  }
}
#seminar .p-seminar-contents__pagination {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  #seminar .p-seminar-contents__pagination {
    margin-top: 5rem;
  }
}
#seminar .p-seminar-contents__pagination .btnArea {
  display: flex;
  justify-content: center;
  align-items: center;
}
#seminar .p-seminar-contents__pagination .btnArea__pager img {
  width: 4.6rem;
}
#seminar .p-seminar-contents__pagination .btnArea__pager--next img {
  transform: rotateY(180deg);
}
#seminar .p-seminar-contents__pagination .btnArea__listLink {
  color: #595757;
  font-size: 1.8rem;
  margin-right: 4.6rem;
  margin-left: 4.6rem;
}
#seminar .p-seminar-archive li {
  display: flex;
  align-items: center;
}
#seminar .p-seminar-archive li + li {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  #seminar .p-seminar-archive li {
    justify-content: flex-start;
    margin-left: 0;
    gap: 30px;
  }
  #seminar .p-seminar-archive li + li {
    margin-top: 3rem;
  }
}
#seminar .p-seminar-archive li .date {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #seminar .p-seminar-archive li .date {
    width: 75px;
    font-size: 1.6rem;
  }
}
#seminar .p-seminar-archive li .date::after {
  left: 0;
  bottom: -0.5rem;
  content: "";
  width: 5rem;
  height: 3px;
  background-color: #595757;
  display: block;
}
#seminar .p-seminar-archive li .title {
  margin-left: 6rem;
  font-size: 2.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #seminar .p-seminar-archive li .title {
    font-size: 1.4rem;
    margin-left: 0;
    margin-top: 1rem;
  }
}
#seminar .p-seminar-archive li .title a:hover {
  text-decoration: underline;
}
#seminar .p-seminar-archive__pagination {
  margin-top: 16rem;
}
@media screen and (max-width: 768px) {
  #seminar .p-seminar-archive__pagination {
    margin-top: 7rem;
  }
}

.wp-pagenavi {
  text-align: center;
  height: auto;
  margin-top: 8rem;
}
.wp-pagenavi .pages {
  display: none;
}
.wp-pagenavi .current, .wp-pagenavi .larger, .wp-pagenavi .smaller, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
  align-self: center;
  border: 1px solid #57B5B5 !important;
  line-height: 0;
  padding: 1.6rem 1.9rem;
  margin: 0 0.7rem;
  color: #57B5B5 !important;
}

#top .p-sec01 {
  position: relative;
  height: 52vw;
  overflow: hidden;
  background: url(/assets/images/bg/top_bg01n2.png) no-repeat;
  background-size: cover;
  aspect-ratio: 1440/749;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  #top .p-sec01 {
    aspect-ratio: unset;
    margin-top: unset;
    height: 83vw;
    overflow-x: hidden;
    top: 30px;
  }
}
#top .p-sec01 .youtube {
  position: relative;
  width: 77%;
  padding-top: 43.3%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top .p-sec01 .youtube {
    width: 100%;
    margin: unset;
  }
}
#top .p-sec01 .youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec01 .youtube iframe {
    width: 100%;
    height: 56vw;
    left: 50%;
    transform: translateX(-50%);
  }
}
#top .p-sec01__btnArea {
  margin-top: 5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top .p-sec01__btnArea {
    padding-top: 3rem;
  }
}
#top .p-sec01__btnArea .c-btnA {
  width: 60rem;
  height: 6.8rem;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec01__btnArea .c-btnA {
    width: 28rem;
    height: 5rem;
    font-size: 1.8rem;
  }
}
#top .p-sec02 {
  position: relative;
  padding: 6rem 0 12rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec02 {
    padding: 4rem 0 4rem;
  }
}
#top .p-sec02__title {
  font-size: 5rem;
  font-weight: bold;
  color: #57B5B5;
  text-align: center;
  margin-bottom: 6rem;
  line-height: 1.4;
  padding: 0 100px;
}
@media screen and (max-width: 768px) {
  #top .p-sec02__title {
    font-size: 3rem;
    margin-bottom: 3rem;
    line-height: 1.4;
    padding: 0;
  }
}
#top .p-sec02-box {
  display: flex;
  justify-content: center;
  padding-left: 8.6rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-box {
    display: block;
    padding-left: 0;
  }
}
#top .p-sec02-box__textArea {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-box__textArea {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
#top .p-sec02-box__imageArea {
  margin-left: 4.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-box__imageArea {
    margin-left: 0;
    margin-top: 2rem;
  }
}
#top .p-sec02-box__imageArea img {
  width: 63.5rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-box__imageArea img {
    width: 30rem;
  }
}
#top .p-sec02-kingArea__titleArea {
  position: relative;
}
#top .p-sec02-kingArea__titleArea .kingAreaBg02 {
  position: absolute;
  top: -6.2rem;
  left: -21.3rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-kingArea__titleArea .kingAreaBg02 {
    top: -3rem;
    left: -10rem;
  }
}
#top .p-sec02-kingArea__titleArea .kingAreaBg02 img {
  width: 22.2rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-kingArea__titleArea .kingAreaBg02 img {
    width: 11rem;
  }
}
#top .p-sec02-kingArea__titleArea .kingAreaBg03 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
#top .p-sec02-kingArea__titleArea .kingAreaBg03 img {
  width: 18.4rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-kingArea__titleArea .kingAreaBg03 img {
    width: 9.2rem;
  }
}
#top .p-sec02-kingArea__titleArea .kingAreaBg04 {
  position: absolute;
  left: 0;
  top: 36.4rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-kingArea__titleArea .kingAreaBg04 {
    top: 18rem;
  }
}
#top .p-sec02-kingArea__titleArea .kingAreaBg04 img {
  width: 3.7rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-kingArea__titleArea .kingAreaBg04 img {
    width: 1.7rem;
  }
}
#top .p-sec02-kingArea__titleArea .title {
  font-size: 8rem;
  font-weight: bold;
  text-align: center;
  color: #57B5B5;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-kingArea__titleArea .title {
    font-size: 4rem;
  }
}
.th #top .p-sec02-kingArea__titleArea .block, .en #top .p-sec02-kingArea__titleArea .block {
  text-align: center;
}
#top .p-sec02-kingArea__titleArea .semiTitle {
  display: block;
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.th #top .p-sec02-kingArea__titleArea .semiTitle {
  display: inline-block;
  font-size: 3.5rem;
}
.en #top .p-sec02-kingArea__titleArea .semiTitle {
  display: inline-block;
  font-size: 2.3rem;
}
.jp #top .p-sec02-kingArea__titleArea .semiTitle {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-kingArea__titleArea .semiTitle {
    font-size: 2rem;
  }
  .th #top .p-sec02-kingArea__titleArea .semiTitle, .en #top .p-sec02-kingArea__titleArea .semiTitle {
    font-size: 2rem;
  }
  .jp #top .p-sec02-kingArea__titleArea .semiTitle {
    margin-top: 2rem;
  }
}
#top .p-sec02-kingArea__titleArea .semiTitle span.indent {
  display: block;
  text-align: left;
}
.th #top .p-sec02-kingArea__titleArea .semiTitle span.indent {
  text-indent: -3.5rem;
  padding-left: 3.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .th #top .p-sec02-kingArea__titleArea .semiTitle span.indent {
    text-indent: -2rem;
    padding-left: 2rem;
  }
}
.en #top .p-sec02-kingArea__titleArea .semiTitle span.indent {
  text-indent: -2.3rem;
  padding-left: 2.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .en #top .p-sec02-kingArea__titleArea .semiTitle span.indent {
    text-indent: -2rem;
    padding-left: 2rem;
  }
}
.th #top .p-sec02-kingArea__titleArea .semiTitle span.indent + span.indent {
  padding-top: 1rem;
}
.en #top .p-sec02-kingArea__titleArea .semiTitle span.indent + span.indent {
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .en #top .p-sec02-kingArea__titleArea .semiTitle span.indent + span.indent {
    padding-top: 1rem;
  }
}
#top .p-sec02-kingArea__titleArea .semiTitle span.indent small {
  font-size: 70%;
}
#top .p-sec02-kingArea__titleArea .text {
  margin-top: 4rem;
  font-size: 1.8rem;
  text-align: center;
  line-height: 2;
  padding: 0 200px;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-kingArea__titleArea .text {
    font-size: 1.4rem;
    margin-top: 2rem;
    padding: 0;
  }
}
#top .p-sec02-kingArea__box {
  position: relative;
  display: flex;
  margin-left: 16rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-kingArea__box {
    margin-left: 0;
    margin-top: 0;
    text-align: center;
  }
}
#top .p-sec02-kingArea__box .kingAreaBg05 {
  position: absolute;
  top: 7.6rem;
  left: -26.7rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-kingArea__box .kingAreaBg05 {
    top: 3.8rem;
    left: -10rem;
    z-index: -1;
  }
}
#top .p-sec02-kingArea__box .kingAreaBg06 {
  position: absolute;
  top: -11.4rem;
  right: -7.7rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-kingArea__box .kingAreaBg06 {
    z-index: -1;
    top: -6rem;
    right: -10rem;
  }
}
#top .p-sec02-kingArea__box .boxItem .itemTitle {
  font-size: 3rem;
  font-weight: bold;
  color: #57B5B5;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-kingArea__box .boxItem .itemTitle {
    font-size: 2rem;
  }
}
#top .p-sec02-kingArea__box .boxItem .itemImage {
  width: 40.4rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-kingArea__box .boxItem .itemImage {
    width: 25rem;
  }
}
#top .p-sec02-kingArea__box .boxItem .itemList {
  display: block;
  text-align: center;
}
#top .p-sec02-kingArea__box .boxItem .itemList ul {
  display: inline-block;
}
#top .p-sec02-kingArea__box .boxItem .itemList ul li {
  margin-top: 2.3rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-kingArea__box .boxItem .itemList ul li {
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
#top .p-sec02-kingArea__box .boxItem--01 {
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-kingArea__box .boxItem--01 .itemList ul li {
    padding-left: 1.5rem;
    text-indent: -1.5rem;
  }
}
#top .p-sec02-kingArea__box .boxItem--02 {
  margin-left: -4rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-kingArea__box .boxItem--02 {
    margin-left: -3rem;
  }
}
#top .p-sec02-kingArea__box .boxItem--02 .itemTitle {
  padding-left: 9rem;
}
#top .p-sec02-kingArea__box .boxItem--02 .itemImage {
  width: 68rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-kingArea__box .boxItem--02 .itemImage {
    width: 30rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-sec02-kingArea__box .boxItem--02 .itemList ul {
    padding-top: 3.5rem;
  }
  .th #top .p-sec02-kingArea__box .boxItem--02 .itemList ul {
    padding-top: 1rem;
  }
  .jp #top .p-sec02-kingArea__box .boxItem--02 .itemList ul {
    padding-top: 4rem;
  }
}
#top .p-sec02-kingArea__box .boxItem--02 .itemList ul li {
  padding-left: 9rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-kingArea__box .boxItem--02 .itemList ul li {
    padding-left: 6rem;
    text-indent: -1.5rem;
  }
}
#top .p-sec02-kingArea__box-text {
  margin-top: 2.5rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .p-sec02-kingArea__box-text {
    margin-top: 1rem;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-sec03 {
    padding: 2rem 0;
  }
}
#top .p-sec03-box {
  position: relative;
  background: url(/assets/images/bg/top_sec03_bg01.svg) no-repeat;
  background-size: 130rem;
  border-radius: 4rem;
  padding: 5rem 10rem 5rem 10rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec03-box {
    background-size: 130rem;
    padding: 2rem 2rem;
  }
}
#top .p-sec03-box__title {
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec03-box__title {
    margin-bottom: 3rem;
    font-size: 3rem;
    line-height: 1.4;
  }
}
#top .p-sec03-box__dot {
  position: absolute;
  top: 5rem;
  left: 21.1rem;
  width: 4.9rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec03-box__dot {
    left: 2rem;
    width: 2.5rem;
  }
}
#top .p-sec03-box__wrap {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #top .p-sec03-box__wrap {
    flex-direction: column;
  }
}
#top .p-sec03-box__cat {
  display: flex;
  flex-direction: column;
  margin-top: -2.7rem;
  margin-left: -7rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec03-box__cat {
    margin-right: 0;
    margin-left: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 2rem;
  }
}
#top .p-sec03-box__cat a {
  position: relative;
  z-index: 4;
  width: 40rem;
  height: 10rem;
  border-radius: 3rem;
  color: #F5F5F5;
  display: flex;
  align-items: center;
  padding-left: 3rem;
  background-color: #33a5a5;
}
@media screen and (max-width: 768px) {
  #top .p-sec03-box__cat a {
    width: 14rem;
    height: 6rem;
    border-radius: 1.5rem;
    padding-left: 1rem;
  }
  .en #top .p-sec03-box__cat a {
    height: 7.5rem;
  }
}
#top .p-sec03-box__cat a.is-active {
  background-color: #F5F5F5;
  color: #595757;
  box-shadow: 5px 5px 13px -5px #777777;
}
#top .p-sec03-box__cat a.is-active svg .cls-1 {
  fill: #33a5a5;
}
#top .p-sec03-box__cat a.is-active .btnArrow {
  display: block;
}
#top .p-sec03-box__cat a + a {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec03-box__cat a + a {
    margin-top: 0;
  }
}
#top .p-sec03-box__cat a svg {
  width: 2.9rem;
  height: 2.9rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec03-box__cat a svg {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
  }
}
#top .p-sec03-box__cat a .btnArrow {
  display: none;
  position: absolute;
  z-index: 5;
  right: 3.5rem;
  bottom: -1.8rem;
}
#top .p-sec03-box__cat a .btnTitle {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 1.5rem;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  #top .p-sec03-box__cat a .btnTitle {
    font-size: 1.2rem;
    margin-left: 0.5rem;
  }
  .en #top .p-sec03-box__cat a .btnTitle {
    font-size: 1.1rem;
  }
}
#top .p-sec03-box .swiper {
  width: 100%;
}
#top .p-sec03-box__contents .contentsImage img {
  width: 77rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec03-box__contents .contentsImage img {
    width: 30rem;
  }
}
#top .p-sec03-box__contents .contentsText {
  margin-top: 4.8rem;
  color: #F5F5F5;
  width: 65rem;
  background-image: linear-gradient(to right, #64c4bc 0%, #64c6bc 100%);
}
@media screen and (max-width: 768px) {
  #top .p-sec03-box__contents .contentsText {
    width: 30rem;
    margin-top: 3rem;
  }
}
#top .p-sec03-box__contents .contentsText .title {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top .p-sec03-box__contents .contentsText .title {
    font-size: 2rem;
  }
}
#top .p-sec03-box__contents .contentsText .text {
  font-size: 1.8rem;
  line-height: 2;
}
.jp #top .p-sec03-box__contents .contentsText .text {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #top .p-sec03-box__contents .contentsText .text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
#top .p-sec04 {
  padding: 13.3rem 0 14.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .p-sec04 {
    padding: 6rem 0 7rem;
  }
}
#top .p-sec04__bg01 {
  position: absolute;
  top: 6.2rem;
  left: -18.4rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec04__bg01 {
    left: -10rem;
    z-index: -1;
  }
}
#top .p-sec04__bg01 img {
  width: 52.3rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec04__bg01 img {
    width: 25rem;
  }
}
#top .p-sec04__bg02 {
  position: absolute;
  top: 8.7rem;
  right: 30.9rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec04__bg02 {
    right: 0;
    z-index: -1;
  }
}
#top .p-sec04__bg02 img {
  width: 17.2rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec04__bg02 img {
    width: 10rem;
  }
}
#top .p-sec04__bg03 {
  position: absolute;
  z-index: -1;
  bottom: -11.8rem;
  right: -14.2rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec04__bg03 {
    bottom: 5rem;
    right: -10rem;
  }
}
#top .p-sec04__bg03 img {
  width: 54.4rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec04__bg03 img {
    width: 27rem;
  }
}
#top .p-sec04__title {
  margin-bottom: 3rem;
}
#top .p-sec04-contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 10px;
}
@media screen and (max-width: 768px) {
  #top .p-sec04-contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
#top .p-sec04-contents__item {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec04-contents__item {
    margin-top: 0;
  }
}
#top .p-sec04-contents__item .itemImage img {
  width: 100%;
}
#top .p-sec04-contents__item .itemTitle {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec04-contents__item .itemTitle {
    font-size: 1.4rem;
    margin-top: 1.4rem;
  }
}
#top .p-sec04__btnArea {
  margin-top: 9.5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top .p-sec04__btnArea {
    margin-top: 5rem;
  }
}
#top .p-sec05 {
  padding: 12rem 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec05 {
    padding: 4rem 0;
  }
}
#top .p-sec05-box {
  background: url(/assets/images/bg/top_sec03_bg01.svg) no-repeat;
  background-size: 136rem;
  border-radius: 4rem;
  padding: 5.7rem 10rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec05-box {
    padding: 3rem 2rem;
    border-radius: 3rem;
    background: #57B5B5;
  }
}
@media screen and (max-width: 768px) {
  #top .p-sec05-box__title {
    font-size: 3rem;
    line-height: 1.4;
  }
}
#top .p-sec05-box__text {
  color: #F5F5F5;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin-top: 3.6rem;
}
.jp #top .p-sec05-box__text {
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #top .p-sec05-box__text {
    font-size: 1.4rem;
    margin-top: 3rem;
  }
}
#top .p-sec05-box__contents {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2rem;
  gap: 3rem 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec05-box__contents {
    display: block;
    margin-top: 0;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #top .p-sec05-box__contents .contentsItem {
    margin-top: 2rem;
  }
}
#top .p-sec05-box__contents .contentsItem .itemImage img {
  width: 36.6rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec05-box__contents .contentsItem .itemImage img {
    width: 25rem;
  }
}
#top .p-sec05-box__contents .contentsItem .itemTitle {
  font-weight: bold;
  text-align: center;
  color: #F5F5F5;
}
#top .p-sec05-box__contents .contentsItem .itemTitle .main {
  font-size: 2rem;
  line-height: 1.5;
}
.en #top .p-sec05-box__contents .contentsItem .itemTitle .main {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec05-box__contents .contentsItem .itemTitle .main {
    font-size: 1.8rem;
  }
}
#top .p-sec05-box__contents .contentsItem .itemTitle .sub {
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec05-box__contents .contentsItem .itemTitle .sub {
    font-size: 1.6rem;
  }
}
#top .popupWindow {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
}
#top .popupWindow .bg {
  background-color: rgba(17, 17, 17, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998 !important;
}
#top .popupWindow.js-modal {
  display: none;
}
#top .popupWindow-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999 !important;
  background-color: #F5F5F5;
  width: 110rem;
  height: 63.5rem;
  padding: 9.3rem 4rem 7.5rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  #top .popupWindow-box {
    display: block;
    padding: 4rem 2rem 4rem;
    overflow-y: scroll;
    width: calc(100% - 50px);
    height: calc(80% - 50px);
  }
}
#top .popupWindow-box__closeBtn {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media screen and (max-width: 768px) {
  #top .popupWindow-box__closeBtn {
    top: 1rem;
    right: 1rem;
  }
  #top .popupWindow-box__closeBtn img {
    width: 2rem;
  }
}
#top .popupWindow-box__imageArea {
  flex-shrink: 0;
}
#top .popupWindow-box__imageArea .mainImage {
  width: 48.5rem;
  height: 30rem;
}
@media screen and (max-width: 768px) {
  #top .popupWindow-box__imageArea .mainImage {
    width: 100%;
    height: 18.5rem;
  }
}
#top .popupWindow-box__imageArea .mainImage figure {
  margin: 0 0 3em;
}
#top .popupWindow-box__imageArea .mainImage img {
  width: 100%;
  aspect-ratio: 485/300;
}
#top .popupWindow-box__imageArea .subImages {
  display: flex;
  margin-top: 1.6rem;
  gap: 1.6rem;
}
#top .popupWindow-box__imageArea .subImages li {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #top .popupWindow-box__imageArea .subImages li {
    max-width: 30%;
  }
}
#top .popupWindow-box__imageArea .subImages li img {
  width: 8rem;
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  #top .popupWindow-box__imageArea .subImages li img {
    width: 100%;
    height: unset;
    aspect-ratio: 1/1;
  }
}
#top .popupWindow-box__imageArea.item01 .subImages {
  margin-top: 0;
  justify-content: center;
}
#top .popupWindow-box__imageArea.item02 {
  display: flex;
}
@media screen and (max-width: 768px) {
  #top .popupWindow-box__imageArea.item02 {
    display: block;
  }
}
#top .popupWindow-box__imageArea.item02 .mainImage {
  width: 35.5rem;
  height: unset;
}
@media screen and (max-width: 768px) {
  #top .popupWindow-box__imageArea.item02 .mainImage {
    width: 100%;
    height: 40rem;
  }
}
#top .popupWindow-box__imageArea.item02 .mainImage img {
  aspect-ratio: unset;
}
#top .popupWindow-box__imageArea.item02 .subImages {
  display: block;
}
@media screen and (max-width: 768px) {
  #top .popupWindow-box__imageArea.item02 .subImages {
    display: flex;
  }
}
#top .popupWindow-box__imageArea.item02 .subImages li {
  width: 7rem;
  height: 7rem;
  border: 1px solid #212121;
}
#top .popupWindow-box__imageArea.item02 .subImages li img {
  width: 100%;
  height: 100%;
}
#top .popupWindow-box__imageArea.item02 .subImages li + li {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #top .popupWindow-box__imageArea.item02 .subImages li + li {
    margin-left: 10px;
    margin-top: 0;
  }
}
#top .popupWindow-box__imageArea.item02 .subImages li.current {
  border: 1px solid red;
}
@media screen and (max-width: 768px) {
  #top .popupWindow-box__imageArea.item03 .mainImage {
    height: 100%;
  }
}
#top .popupWindow-box__imageArea.item03 .mainImage img {
  aspect-ratio: unset;
}
#top .popupWindow-box__textArea {
  margin-left: 6rem;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  #top .popupWindow-box__textArea {
    margin-left: 0;
    margin-top: 3rem;
  }
}
#top .popupWindow-box__textArea .title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #top .popupWindow-box__textArea .title {
    margin-bottom: 2rem;
  }
}
#top .popupWindow-box__textArea .title img {
  width: 34.8rem;
}
@media screen and (max-width: 768px) {
  #top .popupWindow-box__textArea .title img {
    width: 100%;
  }
}
#top .popupWindow-box__textArea .text {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top .popupWindow-box__textArea .text {
    font-size: 1.6rem;
    text-align: left;
  }
}
#top .popupWindow-box__textArea .youtube {
  position: relative;
  width: 28vw;
  margin: 2rem 0;
}
#top .popupWindow-box__textArea .youtube.item01 {
  padding-top: 49.6%;
}
@media screen and (max-width: 768px) {
  #top .popupWindow-box__textArea .youtube.item01 {
    padding-top: 52.5%;
  }
}
#top .popupWindow-box__textArea .youtube.item02 {
  padding-top: 47.2%;
}
@media screen and (max-width: 768px) {
  #top .popupWindow-box__textArea .youtube.item02 {
    padding-top: 56.2%;
  }
}
#top .popupWindow-box__textArea .youtube.item03 {
  padding-top: 53.6%;
}
@media screen and (max-width: 768px) {
  #top .popupWindow-box__textArea .youtube.item03 {
    padding-top: 57%;
  }
}
#top .popupWindow-box__textArea .youtube.item04 {
  padding-top: 53.15%;
}
@media screen and (max-width: 768px) {
  #top .popupWindow-box__textArea .youtube.item04 {
    padding-top: 56.4%;
  }
}
@media screen and (max-width: 768px) {
  #top .popupWindow-box__textArea .youtube {
    width: 100%;
    margin: 2rem 0 1.5rem;
  }
}
#top .popupWindow-box__textArea .youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec07 {
    padding: 2rem 0;
  }
}
#top .p-sec07-box {
  background-color: #e9f4ee;
  border-radius: 4rem;
  padding: 6rem 10rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec07-box {
    border-radius: 3rem;
    padding: 3rem 2rem 5rem;
  }
}
#top .p-sec07-box__title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec07-box__title {
    font-size: 3rem;
    line-height: 1.4;
  }
}
#top .p-sec07-box__contents {
  display: flex;
}
@media screen and (max-width: 768px) {
  #top .p-sec07-box__contents {
    flex-direction: column;
    align-items: center;
  }
}
#top .p-sec07-box__contents .contentsImage {
  flex-shrink: 0;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec07-box__contents .contentsImage {
    margin-right: 0;
  }
}
#top .p-sec07-box__contents .contentsImage img {
  width: 47.5rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec07-box__contents .contentsImage img {
    width: 24rem;
  }
}
#top .p-sec07-box__contents .contentsText {
  padding-top: 3rem;
}
#top .p-sec07-box__contents .contentsText .title {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
  color: #57B5B5;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec07-box__contents .contentsText .title {
    font-size: 2.5rem;
  }
}
#top .p-sec07-box__contents .contentsText .text {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top .p-sec07-box__contents .contentsText .text {
    font-size: 1.4rem;
  }
}
#top .p-sec07-box__images {
  display: flex;
  justify-content: space-between;
  margin-top: 6.4rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec07-box__images {
    flex-direction: column;
    align-items: center;
  }
}
#top .p-sec07-box__images .contentsItem {
  width: 30rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec07-box__images .contentsItem {
    width: 24rem;
  }
  #top .p-sec07-box__images .contentsItem + .contentsItem {
    margin-top: 7rem;
  }
}
#top .p-sec07-box__images .contentsItem .itemImage {
  position: relative;
  text-align: center;
}
#top .p-sec07-box__images .contentsItem .itemImage::after {
  position: absolute;
  top: 50%;
  right: -6rem;
  transform: translateY(-50%);
  content: "";
  background: url(/assets/images/top_sec07_arrow.svg) no-repeat;
  width: 3.4rem;
  height: 6rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec07-box__images .contentsItem .itemImage::after {
    width: 3rem;
    height: 5rem;
    top: -5rem;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
#top .p-sec07-box__images .contentsItem .itemImage img {
  width: 27rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec07-box__images .contentsItem .itemImage img {
    width: 24rem;
  }
}
#top .p-sec07-box__images .contentsItem .imageTitle {
  font-size: 3.2rem;
  font-weight: bold;
  color: #57B5B5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .p-sec07-box__images .contentsItem .imageTitle {
    font-size: 2.4rem;
  }
}
#top .p-sec07-box__images .contentsItem .itemText {
  margin-top: 2.4rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top .p-sec07-box__images .contentsItem .itemText {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-sec07-box__images .contentsItem:first-child .itemImage::after {
    display: none;
  }
}
#top .p-sec07-box__images .contentsItem:last-child .itemImage::after {
  display: none;
}
@media screen and (max-width: 768px) {
  #top .p-sec07-box__images .contentsItem:last-child .itemImage::after {
    display: block;
  }
}
#top .p-sec08 {
  position: relative;
  padding: 15.7rem 0 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec08 {
    padding: 4rem 0;
  }
}
.jp #top .p-sec08 {
  padding: 12.4rem 0 0;
}
@media screen and (max-width: 768px) {
  .jp #top .p-sec08 {
    padding: 4rem 0;
  }
}
#top .p-sec08__bg01 {
  position: absolute;
  top: 6.6rem;
  left: -23rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec08__bg01 {
    top: 4rem;
    left: -10rem;
  }
}
#top .p-sec08__bg01 img {
  width: 42.6rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec08__bg01 img {
    width: 20rem;
  }
}
#top .p-sec08__bg02 {
  position: absolute;
  bottom: 0;
  right: -10rem;
}
#top .p-sec08__bg02 img {
  width: 38.6rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec08__bg02 img {
    width: 19rem;
  }
}
#top .p-sec08__title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec08__title {
    margin-bottom: 3rem;
    font-size: 3rem;
    line-height: 1.4;
  }
}
#top .p-sec08__text {
  color: #232323;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin: 3.6rem 0 5rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec08__text {
    font-size: 1.4rem;
    margin: 3.6rem 0 0;
  }
}
#top .p-sec08-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec08-box {
    display: block;
  }
}
#top .p-sec08-box__item {
  display: flex;
}
@media screen and (max-width: 768px) {
  #top .p-sec08-box__item {
    display: block;
  }
  #top .p-sec08-box__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
#top .p-sec08-box__item .itemImage {
  flex-shrink: 0;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec08-box__item .itemImage {
    margin-right: 0;
  }
}
#top .p-sec08-box__item .itemImage img {
  width: 24.6rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec08-box__item .itemImage img {
    width: 100%;
  }
}
#top .p-sec08-box__item .itemText .title {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top .p-sec08-box__item .itemText .title {
    font-size: 2rem;
  }
}
#top .p-sec08-box__item .itemText .text span, #top .p-sec08-box__item .itemText .text a {
  display: block;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top .p-sec08-box__item .itemText .text span, #top .p-sec08-box__item .itemText .text a {
    word-break: break-all;
  }
}
#top .p-sec08-box__item .itemText .text .name {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec08-box__item .itemText .text .name {
    font-size: 1.4rem;
  }
}
#top .p-sec08-box__item .itemText .text .tel {
  font-size: 1.8rem;
  color: #595757;
}
@media screen and (max-width: 768px) {
  #top .p-sec08-box__item .itemText .text .tel {
    font-size: 1.2rem;
    line-height: 1.7;
  }
}
#top .p-sec08-box__item .itemText .text .mail {
  font-size: 1.8rem;
  line-height: 2;
  color: #595757;
}
@media screen and (max-width: 768px) {
  #top .p-sec08-box__item .itemText .text .mail {
    font-size: 1.2rem;
  }
}
#top .p-sec09 {
  padding: 0 0 20rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .p-sec09 {
    padding: 0 0 10rem;
  }
}
#top .p-sec09__bg01 {
  position: absolute;
  bottom: 17rem;
  left: -15rem;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec09__bg01 {
    top: 62rem;
    left: -10rem;
  }
}
#top .p-sec09__bg01 img {
  width: 39rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec09__bg01 img {
    width: 20rem;
  }
}
#top .p-sec09__bg02 {
  position: absolute;
  bottom: 4.4rem;
  right: 8rem;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec09__bg02 {
    bottom: 3rem;
    right: 4rem;
  }
}
#top .p-sec09__bg02 img {
  width: 14.9rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec09__bg02 img {
    width: 8rem;
  }
}
#top .p-sec09__title {
  margin: 15rem 0 3rem;
}
.jp #top .p-sec09__title {
  margin: 0 0 3rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec09__title {
    margin: 10rem 0 3rem;
    font-size: 3rem;
    line-height: 1.4;
  }
  .jp #top .p-sec09__title {
    margin: 0 0 3rem;
  }
}
#top .p-sec09-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 20px;
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec09-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    background: unset;
    gap: 10px;
  }
}
#top .p-sec09-box__item {
  width: 25%;
}
@media screen and (max-width: 768px) {
  #top .p-sec09-box__item {
    width: 100%;
  }
}
#top .p-sec09-box__item img {
  border-radius: 20px;
}
#top .p-sec10 {
  background: url(/assets/images/bg/top_sec11_bg01@2x.png) no-repeat;
  background-size: 265rem;
  overflow: hidden;
  padding-top: 10rem;
  padding-bottom: 10rem;
  position: relative;
  margin-top: 12rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec10 {
    background-size: auto;
    margin-top: 3rem;
    padding-top: 4rem;
    padding-bottom: 6rem;
  }
}
#top .p-sec10__bg01 {
  position: absolute;
  top: 5.7rem;
  left: 36.4rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec10__bg01 {
    left: 5rem;
  }
}
#top .p-sec10__bg01 img {
  width: 14.2rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec10__bg01 img {
    width: 8rem;
  }
}
#top .p-sec10__bg02 {
  position: absolute;
  top: 9rem;
  right: 22rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec10__bg02 {
    right: 11rem;
  }
}
#top .p-sec10__bg02 img {
  width: 7.4rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec10__bg02 img {
    width: 5rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-sec10__title {
    font-size: 3rem;
    line-height: 1.4;
  }
}
#top .p-sec10-box {
  position: relative;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec10-box {
    margin-top: 3rem;
  }
}
#top .p-sec10-box .swiper {
  overflow: visible;
}
#top .p-sec10-box .swiper-slide {
  overflow: visible;
  width: 35rem !important;
  margin-left: 4rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec10-box .swiper-slide {
    width: 100% !important;
    margin-left: 1rem;
  }
}
#top .p-sec10-box .swiper-pagination {
  bottom: -9.2rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec10-box .swiper-pagination {
    bottom: -4.8rem;
  }
}
#top .p-sec10-box .swiper-pagination-bullet {
  width: 1.5rem;
  height: 1.5rem;
  background-color: #fff;
  border: 1px solid #57b5b5;
  opacity: 1;
}
#top .p-sec10-box .swiper-pagination-bullet-active {
  background-color: #57b5b5;
}
#top .p-sec10-box__item {
  width: 35rem;
  box-shadow: 10px 10px 10px 0 rgba(0, 0, 0, 0.25);
  border-radius: 3rem;
  padding: 3.5rem;
  background-color: #F5F5F5;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #top .p-sec10-box__item {
    padding: 2rem;
  }
}
#top .p-sec10-box__item .itemImage img {
  width: 27.5rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec10-box__item .itemImage img {
    width: 100%;
  }
}
#top .p-sec10-box__item .itemText {
  margin-top: 2.2rem;
}
#top .p-sec10-box__item .itemText .itemTitle {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec10-box__item .itemText .itemTitle {
    font-size: 2rem;
  }
}
#top .p-sec10-box__item .itemText .text {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #top .p-sec10-box__item .itemText .text {
    font-size: 1.4rem;
  }
}
#top .popupWindow03 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
}
#top .popupWindow03 .bg {
  background-color: rgba(17, 17, 17, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998 !important;
}
#top .popupWindow03.js-modal03 {
  display: none;
}
#top .popupWindow03.js-modal03.is-active {
  display: block;
}
#top .popupWindow03-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999 !important;
  background-color: #F5F5F5;
  width: 110rem;
  height: 92%;
  padding: 6.3rem 4rem 4.5rem;
  display: block;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  #top .popupWindow03-box {
    padding: 4rem 2rem 3rem;
    overflow-y: scroll;
    width: calc(100% - 50px);
    height: calc(90% - 50px);
  }
}
#top .popupWindow03-box__closeBtn {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media screen and (max-width: 768px) {
  #top .popupWindow03-box__closeBtn {
    top: 1rem;
    right: 1rem;
  }
  #top .popupWindow03-box__closeBtn img {
    width: 2rem;
  }
}
#top .popupWindow03-box__textArea {
  margin-left: 6rem;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  #top .popupWindow03-box__textArea {
    margin-left: 0;
    margin-bottom: 1rem;
  }
}
#top .popupWindow03-box__textArea .title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #top .popupWindow03-box__textArea .title {
    line-height: 1.4;
    margin-bottom: 2rem;
  }
  #top .popupWindow03-box__textArea .title .c-titPop {
    font-size: 2rem;
  }
}
#top .popupWindow03-box__textArea .text {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top .popupWindow03-box__textArea .text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
#top .popupWindow03-box .youtube {
  position: relative;
  padding-top: 56.5%;
  width: 64vw;
  margin: 2rem 0 3rem;
}
@media screen and (max-width: 768px) {
  #top .popupWindow03-box .youtube {
    width: 100%;
    padding-top: 56.4%;
    margin: 0 0 1.5rem;
  }
}
#top .popupWindow03-box .youtube iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
}
#top .popupWindow03-box__imgArea {
  width: 65%;
  margin: 2rem auto;
}
@media screen and (max-width: 768px) {
  #top .popupWindow03-box__imgArea {
    width: 100%;
  }
}
#top .popupWindow03-box__btnArea {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  #top .popupWindow03-box__btnArea {
    margin-top: 3rem;
  }
}
#top .p-sec11 {
  padding: 15.7rem 0 12.1rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .p-sec11 {
    padding: 4rem 0 6rem;
  }
}
#top .p-sec11__bg01 {
  position: absolute;
  z-index: -1;
  top: -7rem;
  left: 5.5rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec11__bg01 {
    left: -4rem;
  }
}
#top .p-sec11__bg01 img {
  width: 50.6rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec11__bg01 img {
    width: 25rem;
  }
}
#top .p-sec11__bg02 {
  position: absolute;
  bottom: -4rem;
  right: -3.4rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #top .p-sec11__bg02 {
    bottom: -2rem;
    right: -2rem;
  }
}
#top .p-sec11__bg02 img {
  width: 39rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec11__bg02 img {
    width: 20rem;
  }
}
#top .p-sec11 .c-titB {
  white-space: nowrap;
}
#top .p-sec11-contents {
  display: flex;
}
@media screen and (max-width: 768px) {
  #top .p-sec11-contents {
    display: block;
  }
}
#top .p-sec11-contents__listArea {
  margin-left: 13rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec11-contents__listArea {
    margin-left: 0;
    margin-top: 4rem;
  }
}
#top .p-sec11 ul li + li {
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec11 ul li + li {
    margin-top: 3rem;
  }
}
#top .p-sec11 ul li .listItem {
  display: flex;
  color: #595757;
}
@media screen and (max-width: 768px) {
  #top .p-sec11 ul li .listItem {
    display: block;
  }
}
#top .p-sec11 ul li .listItem .date {
  position: relative;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top .p-sec11 ul li .listItem .date {
    font-size: 2rem;
  }
}
#top .p-sec11 ul li .listItem .date::after {
  left: 0;
  bottom: -0.5rem;
  content: "";
  width: 5rem;
  height: 3px;
  background-color: #595757;
  display: block;
}
#top .p-sec11 ul li .listItem .title {
  margin-left: 6rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top .p-sec11 ul li .listItem .title {
    font-size: 1.4rem;
    margin-left: 0;
    margin-top: 1rem;
  }
}
#top .p-sec11-btnArea {
  display: flex;
  justify-content: center;
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec11-btnArea {
    margin-top: 4rem;
  }
}
#top .p-sec11.seminar, #top .p-sec11.faq {
  padding: 3.6rem 0 12.1rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec11.seminar, #top .p-sec11.faq {
    padding: 4rem 0 6rem;
  }
}
#top .p-sec11.faq .p-sec11-btnArea {
  flex-direction: column;
}
#top .p-sec11.faq .p-sec11-btnArea__btn {
  margin: auto;
}
#top .p-sec11.faq .p-sec11-btnArea ul.js-accordion-toggle {
  display: none;
  margin-top: 6rem;
  padding-left: 21rem;
}
#top .p-sec12 {
  background-color: #e9f4ee;
  padding: 10rem 0 11.5rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec12 {
    padding: 6rem 0;
  }
}
#top .p-sec12-company .c-titB {
  margin-bottom: 4.7rem;
}
#top .p-sec12-company__box {
  display: flex;
}
@media screen and (max-width: 768px) {
  #top .p-sec12-company__box {
    flex-direction: column;
  }
}
#top .p-sec12-company__map {
  margin-right: 3.4rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec12-company__map {
    margin-right: 0;
  }
}
#top .p-sec12-company__map iframe {
  width: 55.1rem;
  height: 35.2rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec12-company__map iframe {
    width: 100%;
    height: 20rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-sec12-company__textArea {
    margin-top: 2rem;
  }
}
#top .p-sec12-company__textArea .infoTitle {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec12-company__textArea .infoTitle {
    font-size: 2rem;
    line-height: 1.5;
  }
}
#top .p-sec12-company__textArea ul li {
  display: flex;
}
@media screen and (max-width: 768px) {
  #top .p-sec12-company__textArea ul li {
    display: block;
  }
}
#top .p-sec12-company__textArea ul li + li {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec12-company__textArea ul li + li {
    margin-top: 1.5rem;
  }
}
#top .p-sec12-company__textArea ul li .title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  width: 14rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec12-company__textArea ul li .title {
    font-size: 1.6rem;
    width: 100%;
  }
}
#top .p-sec12-company__textArea ul li .info {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #top .p-sec12-company__textArea ul li .info {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
#top .p-sec12-company__textArea ul li .info a {
  color: #595757;
}
#top .p-sec12-philosophy {
  margin-top: 11rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec12-philosophy {
    margin-top: 8rem;
  }
}
#top .p-sec12-philosophy .c-titB {
  margin-bottom: 4.7rem;
}
#top .p-sec12-philosophy__list .listItem {
  display: flex;
}
@media screen and (max-width: 768px) {
  #top .p-sec12-philosophy__list .listItem {
    display: block;
  }
}
#top .p-sec12-philosophy__list .listItem:first-child {
  align-items: center;
}
#top .p-sec12-philosophy__list .listItem + .listItem {
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec12-philosophy__list .listItem + .listItem {
    margin-top: 4rem;
  }
}
#top .p-sec12-philosophy__list .listItem .title {
  width: 26.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec12-philosophy__list .listItem .title {
    width: 100%;
  }
}
#top .p-sec12-philosophy__list .listItem .title img {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec12-philosophy__list .listItem .title img {
    width: 18rem;
  }
}
#top .p-sec12-philosophy__list .listItem .contents {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec12-philosophy__list .listItem .contents {
    font-size: 1.4rem;
    line-height: 2;
  }
}
#top .p-sec12-philosophy__list .listItem .contents--02 {
  font-size: 2.2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top .p-sec12-philosophy__list .listItem .contents--02 {
    font-size: 1.4rem;
  }
}
#top .p-sec12-philosophy__list .listItem .contents--02 .visionList {
  font-size: 2.2rem;
  margin-top: 2.4rem;
  background-color: #57b5b5;
  color: #F5F5F5;
  padding: 1.5rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec12-philosophy__list .listItem .contents--02 .visionList {
    font-size: 1.4rem;
  }
}
#top .p-sec12-philosophy__list .listItem .contents--02 .visionList li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #top .p-sec12-philosophy__list .listItem .contents--02 .visionList li {
    text-indent: -1em;
    padding-left: 1em;
  }
  #top .p-sec12-philosophy__list .listItem .contents--02 .visionList li + li {
    margin-top: 0.5rem;
  }
}
#top .p-sec12-philosophy__list .listItem .contents--03 .contentsList .contentsListItem + .contentsListItem {
  margin-top: 1.8rem;
}
#top .p-sec12-philosophy__list .listItem .contents--03 .contentsList .contentsListItem .title {
  font-size: 3rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #top .p-sec12-philosophy__list .listItem .contents--03 .contentsList .contentsListItem .title {
    font-size: 2.2rem;
    white-space: normal;
  }
}
#top .p-sec12-philosophy__list .listItem .contents--03 .contentsList .contentsListItem .text {
  margin-top: 1.5rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top .p-sec12-philosophy__list .listItem .contents--03 .contentsList .contentsListItem .text {
    font-size: 1.4rem;
    margin-top: 0.5rem;
  }
}
#top .p-sec13 {
  padding: 12rem 0 6rem;
  position: relative;
  background: url(/assets/images/bg/top_sec13_bg03.svg) no-repeat;
  background-size: 160rem;
  background-position: center 70rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec13 {
    padding: 4rem 0;
  }
}
#top .p-sec13__bg01 {
  position: absolute;
  top: 12rem;
  left: 9.2rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #top .p-sec13__bg01 {
    top: 13rem;
    left: 1rem;
  }
}
#top .p-sec13__bg01 img {
  width: 41rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec13__bg01 img {
    width: 20rem;
  }
}
#top .p-sec13__bg02 {
  position: absolute;
  top: 12rem;
  right: 9.6rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #top .p-sec13__bg02 {
    top: 2rem;
    right: 2rem;
  }
}
#top .p-sec13__bg02 img {
  width: 40.4rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec13__bg02 img {
    width: 20rem;
  }
}
#top .p-sec13__title {
  margin-bottom: 8.4rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec13__title {
    margin-bottom: 3rem;
    font-size: 3rem;
    line-height: 1.4;
  }
}
#top .p-sec13__tempo .title {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  flex-shrink: 0;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec13__tempo .title {
    width: 100%;
    font-size: 2.4rem;
    margin-bottom: 4rem;
  }
}
#top .p-sec13__tempo .contents {
  display: flex;
  justify-content: center;
}
#top .p-sec13__tempo .contents .c-btnArea {
  width: unset;
}
#top .p-sec13-box {
  padding-bottom: 6.3rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec13-box {
    padding-bottom: 0;
  }
}
#top .p-sec13-box + .p-sec13-box {
  padding: 6.3rem 2.3rem 6.3rem 0;
  border-top: 1px solid #595757;
}
#top .p-sec13-box__list li {
  display: flex;
}
@media screen and (max-width: 768px) {
  #top .p-sec13-box__list li {
    display: block;
  }
}
#top .p-sec13-box__list li + li {
  margin-top: 8.8rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec13-box__list li + li {
    margin-top: 4rem;
  }
}
#top .p-sec13-box__list li .title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
  width: 29rem;
  margin-right: 8rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec13-box__list li .title {
    text-align: left;
    width: 100%;
  }
}
#top .p-sec13-box__list li .contents {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top .p-sec13-box__list li .contents {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
#top .p-sec13-box__list li .contents .contentsBox {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #top .p-sec13-box__list li .contents .contentsBox {
    display: block;
  }
}
#top .p-sec13-box__list li .contents .contentsBox .text {
  font-size: 1.8rem;
  font-weight: bold;
  margin-right: 3rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec13-box__list li .contents .contentsBox .text {
    font-size: 1.6rem;
    margin-right: 0;
    margin-top: 1rem;
    margin-bottom: 2rem;
  }
}
#top .p-sec13-box__list .recruitDetail {
  margin-top: 8.8rem;
  display: none;
}
#top .p-sec13-box__btnArea {
  margin-top: 12rem;
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec13-box__btnArea {
    margin-top: 8rem;
  }
}
#top .p-sec13-box__designer {
  margin-top: 12rem;
  padding: 6.3rem 2.3rem 6.3rem 0;
  border-top: 1px solid #595757;
  border-bottom: 1px solid #595757;
  display: flex;
}
@media screen and (max-width: 768px) {
  #top .p-sec13-box__designer {
    margin-top: 8rem;
    padding: 2rem;
    display: block;
  }
}
#top .p-sec13-box__designer .title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
  width: 29rem;
  margin-right: 8rem;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec13-box__designer .title {
    font-size: 2rem;
    width: 100%;
    text-align: left;
    margin-right: 0;
  }
}
#top .p-sec13-box__designer .contents {
  display: flex;
}
@media screen and (max-width: 768px) {
  #top .p-sec13-box__designer .contents {
    display: block;
  }
}
#top .p-sec13-box__designer .contents .text {
  font-size: 1.8rem;
  line-height: 2;
  margin-right: 6rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec13-box__designer .contents .text {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  #top .p-sec13-box__designer .contents .c-btnB {
    margin-left: 0;
    margin-top: 2rem;
  }
}
#top .p-sec14 {
  padding: 15rem 0 10rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .p-sec14 {
    padding: 4rem 0 8rem;
  }
}
.jp #top .p-sec14 {
  padding: 10rem 0;
}
#top .p-sec14__bg01 {
  position: absolute;
  top: 8.6rem;
  left: -17.2rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #top .p-sec14__bg01 {
    left: -10rem;
  }
}
#top .p-sec14__bg01 img {
  width: 44.6rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec14__bg01 img {
    width: 22rem;
  }
}
#top .p-sec14__bg02 {
  position: absolute;
  top: 16rem;
  right: 10.8rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec14__bg02 {
    right: 2rem;
  }
}
#top .p-sec14__bg02 img {
  width: 13.8rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec14__bg02 img {
    width: 10rem;
  }
}
#top .p-sec14__bg03 {
  position: absolute;
  bottom: 14.8rem;
  right: 2rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #top .p-sec14__bg03 {
    right: -2rem;
    bottom: 7rem;
  }
}
#top .p-sec14__bg03 img {
  width: 31.7rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec14__bg03 img {
    width: 15rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-sec14__title {
    font-size: 3rem;
    line-height: 1.4;
  }
}
#top .p-sec14-box {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec14-box {
    margin-top: 3rem;
  }
}
#top .p-sec14-box__title {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .p-sec14-box__title {
    font-size: 2.4rem;
  }
  .jp #top .p-sec14-box__title {
    font-size: 2.2rem;
  }
}
#top .p-sec14-box__tel {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 2rem;
  color: #595757;
  text-align: center;
  display: block;
}
@media screen and (max-width: 768px) {
  #top .p-sec14-box__tel {
    font-size: 3rem;
  }
}
#top .p-sec15 {
  padding: 12rem 0 4rem;
  position: relative;
  background: url(/assets/images/bg/top_sec13_bg03.svg) no-repeat;
  background-size: 160rem;
  background-position: center 70rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec15 {
    padding: 6rem 0 4rem;
  }
}
#top .p-sec15__bg01 {
  position: absolute;
  top: 12rem;
  left: 9.2rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #top .p-sec15__bg01 {
    top: 13rem;
    left: 1rem;
  }
}
#top .p-sec15__bg01 img {
  width: 41rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec15__bg01 img {
    width: 20rem;
  }
}
#top .p-sec15__bg02 {
  position: absolute;
  top: 12rem;
  right: 9.6rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #top .p-sec15__bg02 {
    top: 2rem;
    right: 2rem;
  }
}
#top .p-sec15__bg02 img {
  width: 40.4rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec15__bg02 img {
    width: 20rem;
  }
}
#top .p-sec15__title {
  margin-bottom: 8.4rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec15__title {
    margin-bottom: 3rem;
    font-size: 3rem;
    line-height: 1.4;
  }
}
#top .p-sec15-box {
  padding-bottom: 6.3rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec15-box {
    padding-bottom: 0;
  }
}
#top .p-sec15-box__block .Flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top .p-sec15-box__block .Flex {
    flex-direction: column-reverse;
  }
}
#top .p-sec15-box__block .Flex dd + dd {
  margin-left: 14rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec15-box__block .Flex dd + dd {
    margin-left: 0;
  }
}
#top .p-sec15-box__block .Text__box {
  width: 45rem;
  height: auto;
  border-radius: 40px;
  box-shadow: 5px 5px 7px 0 rgba(0, 0, 0, 0.35);
  padding: 2rem 5rem 7rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec15-box__block .Text__box {
    width: 100%;
    padding: 2rem 2rem 5rem;
  }
}
#top .p-sec15-box__block .Text__box .contentsText {
  padding-top: 3rem;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top .p-sec15-box__block .Text__box .contentsText {
    font-size: 1.4rem;
  }
}
#top .p-sec15-box__block .Text__box .contentsText .c-titA {
  justify-content: left;
  flex-direction: unset;
}
#top .p-sec15-box__block .Text__box .contentsText .c-titA__text {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec15-box__block .Text__box .contentsText .c-titA__text {
    margin-bottom: 0;
  }
}
#top .p-sec15-box__block .Text__box .contentsText .title {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
#top .p-sec15-box__block .Text__box .contentsText .text {
  font-weight: normal;
}
#top .p-sec15-box__block .Figure__box figure {
  width: 45rem;
  height: 60rem;
  border-radius: 40px;
  background-color: #89CBCB;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .p-sec15-box__block .Figure__box figure {
    width: 100%;
    height: unset;
    aspect-ratio: 1/1;
  }
}
#top .p-sec15-box__block .Figure__box figure img {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  display: flex;
  padding-top: 3rem;
}
#top .p-sec15-box__btnArea {
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec15-box__btnArea {
    margin-top: 1rem;
  }
}
#top .p-sec16 {
  padding: 10rem 0 6rem;
  position: relative;
  background: url(/assets/images/bg/top_sec13_bg03.svg) no-repeat;
  background-size: 160rem;
  background-position: center 70rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec16 {
    padding: 4rem 0;
  }
}
#top .p-sec16__title {
  margin-bottom: 8.4rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec16__title {
    margin-bottom: 3rem;
    font-size: 3rem;
    line-height: 1.4;
  }
}
#top .p-sec16-box {
  padding-bottom: 6.3rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec16-box {
    padding-bottom: 4rem;
  }
}
#top .p-sec16-box__lists li + li {
  margin-top: 7rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec16-box__lists li + li {
    margin-top: 4rem;
  }
}
#top .p-sec16-box__lists li:nth-child(3n+1) .Figure__box figure {
  background-color: #89CBCB;
}
#top .p-sec16-box__lists li:nth-child(3n+2) .Figure__box figure {
  background-color: #20A99B;
}
#top .p-sec16-box__lists li:nth-child(3n) .Figure__box figure {
  background-color: #CFF3CB;
}
#top .p-sec16-box__lists li:nth-child(2n+1) .Flex {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #top .p-sec16-box__lists li:nth-child(2n+1) .Flex {
    flex-direction: column-reverse;
  }
}
#top .p-sec16-box__lists li:nth-child(2n+1) .Flex dd + dd {
  margin-right: 14rem;
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec16-box__lists li:nth-child(2n+1) .Flex dd + dd {
    margin-right: 0;
  }
}
#top .p-sec16-box__lists li:nth-child(2n+1) .Flex .p-sec16-box__btnArea {
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec16-box__lists li:nth-child(2n+1) .Flex .p-sec16-box__btnArea {
    margin-left: 0;
  }
}
#top .p-sec16-box__lists li:nth-child(2n+1) .p-sec16-box__btnArea .c-btnC {
  left: 0;
  right: 16rem;
  padding-right: 0;
  padding-left: 1rem;
}
#top .p-sec16-box__lists li:nth-child(2n+1) .p-sec16-box__btnArea .c-btnC::after {
  right: 0;
  left: -1.5rem;
  transform: rotate(0deg);
}
@media screen and (max-width: 768px) {
  #top .p-sec16-box__lists li:nth-child(2n+1) .p-sec16-box__btnArea .c-btnC::after {
    transform: rotate(180deg);
    left: 0;
  }
}
#top .p-sec16-box__block .Flex {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top .p-sec16-box__block .Flex {
    flex-direction: column-reverse;
  }
}
#top .p-sec16-box__block .Flex dd + dd {
  margin-left: 14rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec16-box__block .Flex dd + dd {
    margin-left: 0;
  }
}
#top .p-sec16-box__block .Text__box {
  width: 45rem;
  height: auto;
  border-radius: 40px;
  box-shadow: 5px 5px 7px 0 rgba(0, 0, 0, 0.35);
  padding: 2rem 5rem 7rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #top .p-sec16-box__block .Text__box {
    width: 100%;
    padding: 2rem 2rem 5rem;
  }
}
#top .p-sec16-box__block .Text__box .contentsText {
  padding-top: 3rem;
  font-size: 2rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top .p-sec16-box__block .Text__box .contentsText {
    font-size: 1.4rem;
  }
}
#top .p-sec16-box__block .Text__box .contentsText .c-titA {
  justify-content: left;
  flex-direction: unset;
}
#top .p-sec16-box__block .Text__box .contentsText .c-titA__text {
  margin-bottom: 2rem;
}
#top .p-sec16-box__block .Text__box .contentsText .title {
  font-weight: bold;
  margin-bottom: 1.5rem;
}
#top .p-sec16-box__block .Text__box .contentsText .text {
  font-weight: normal;
}
#top .p-sec16-box__block .Figure__box figure {
  width: 45rem;
  height: 60rem;
  border-radius: 40px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #top .p-sec16-box__block .Figure__box figure {
    width: 100%;
    height: unset;
    aspect-ratio: 1/1;
  }
}
#top .p-sec16-box__block .Figure__box figure img {
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
  display: flex;
  padding-top: 3rem;
}
#top .p-sec16-box__btnArea {
  position: relative;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec16-box__btnArea {
    margin: 0;
    margin-top: 1rem;
  }
}
#top .p-sec16 .contents {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec16 .contents {
    margin-top: 0;
  }
}
#top .p-sec17 {
  position: relative;
  padding: 10rem 0 0;
}
@media screen and (max-width: 768px) {
  #top .p-sec17 {
    padding: 5rem 0 4rem;
  }
}
#top .p-sec17__bg01 {
  position: absolute;
  top: 6.6rem;
  left: -23rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec17__bg01 {
    top: 4rem;
    left: -10rem;
  }
}
#top .p-sec17__bg01 img {
  width: 42.6rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec17__bg01 img {
    width: 20rem;
  }
}
#top .p-sec17__bg02 {
  position: absolute;
  bottom: 0;
  right: -10rem;
}
#top .p-sec17__bg02 img {
  width: 38.6rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec17__bg02 img {
    width: 19rem;
  }
}
#top .p-sec17__title {
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec17__title {
    margin-bottom: 3rem;
    font-size: 3rem;
    line-height: 1.4;
  }
}
#top .p-sec17__text {
  color: #232323;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin: 3.6rem 0 5rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec17__text {
    font-size: 1.4rem;
  }
}
#top .p-sec17__image {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #top .p-sec17__image {
    width: 100%;
  }
}
#top .p-sec17__btnArea {
  margin-top: 5.5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top .p-sec17__btnArea {
    margin-top: 4rem;
  }
}
#top .popupWindow04 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
}
#top .popupWindow04 .bg {
  background-color: rgba(17, 17, 17, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998 !important;
}
#top .popupWindow04.js-modal04 {
  display: none;
}
#top .popupWindow04-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999 !important;
  background-color: #F5F5F5;
  width: 110rem;
  height: 63.5rem;
  padding: 9.3rem 4rem 7.5rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  #top .popupWindow04-box {
    display: block;
    padding: 4rem 2rem 4rem;
    overflow-y: scroll;
    width: calc(100% - 50px);
    height: calc(80% - 50px);
  }
}
#top .popupWindow04-box__closeBtn {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media screen and (max-width: 768px) {
  #top .popupWindow04-box__closeBtn {
    top: 1rem;
    right: 1rem;
  }
  #top .popupWindow04-box__closeBtn img {
    width: 2rem;
  }
}
#top .popupWindow04-box__imageArea {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
#top .popupWindow04-box__imageArea .mainImage {
  width: 48.5rem;
  height: 39rem;
}
@media screen and (max-width: 768px) {
  #top .popupWindow04-box__imageArea .mainImage {
    width: 100%;
    height: 100%;
  }
}
#top .popupWindow04-box__imageArea .mainImage figure {
  margin: 0 0 3em;
}
#top .popupWindow04-box__imageArea .mainImage img {
  width: 100%;
}
#top .popupWindow04-box__textArea {
  margin-left: 6rem;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  #top .popupWindow04-box__textArea {
    margin-left: 0;
    margin-top: 3rem;
  }
}
#top .popupWindow04-box__textArea .title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #top .popupWindow04-box__textArea .title {
    margin-bottom: 2rem;
  }
}
#top .popupWindow04-box__textArea .title img {
  width: 34.8rem;
}
@media screen and (max-width: 768px) {
  #top .popupWindow04-box__textArea .title img {
    width: 100%;
  }
}
#top .popupWindow04-box__textArea .text {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top .popupWindow04-box__textArea .text {
    font-size: 1.6rem;
    text-align: left;
  }
}
#top .popupWindow04-box__textArea .text a {
  text-decoration: underline;
}
#top .p-sec18 {
  padding-top: 10rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec18 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  #top .p-sec18__title {
    font-size: 3rem;
    line-height: 1.4;
  }
}
#top .p-sec18-mangaArea {
  margin: 5rem 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #top .p-sec18-mangaArea {
    margin: 3rem 0 0;
  }
}
#top .p-sec18-mangaArea-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec18-mangaArea-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
#top .p-sec18-mangaArea-box .Item {
  animation: MvFade 0.9s 2.5s both;
}
#top .p-sec18-mangaArea-box .Item .itemImage img {
  border-radius: 50%;
}
#top .p-sec18-mangaArea-box .Item .itemText {
  text-align: center;
  margin: 1rem 0;
}
#top .p-sec18-mangaArea-box .Item.not-yet {
  background: #cccccc;
  border: 2px solid #212121;
  border-radius: 50%;
  width: 100%;
  aspect-ratio: 1/1;
  cursor: auto;
}
#top .p-sec18-mangaArea-box .Item.not-yet .itemText {
  font-size: 1.8rem;
  line-height: 1.5;
  text-decoration: underline;
}
#top .p-sec18-mangaArea-box button.not-yet:hover {
  opacity: 1 !important;
}
#top .popupWindow05 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
}
#top .popupWindow05 .bg {
  background-color: rgba(17, 17, 17, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998 !important;
}
#top .popupWindow05.js-modal05 {
  display: none;
}
#top .popupWindow05-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999 !important;
  background-color: #F5F5F5;
  padding: 4rem 4rem 5rem;
  width: 90%;
  height: 95%;
  display: block;
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  #top .popupWindow05-box {
    padding: 4rem 2rem 4rem;
    overflow-y: scroll;
    width: calc(100% - 50px);
    height: calc(90% - 50px);
  }
}
#top .popupWindow05-box__closeBtn {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media screen and (max-width: 768px) {
  #top .popupWindow05-box__closeBtn {
    top: 1rem;
    right: 1rem;
  }
  #top .popupWindow05-box__closeBtn img {
    width: 2rem;
  }
}
#top .popupWindow05-box__titArea {
  margin-left: 6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  #top .popupWindow05-box__titArea {
    margin-left: 0;
    margin-bottom: 3rem;
  }
}
#top .popupWindow05-box .continue {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
#top .popupWindow05-box__imageArea {
  display: flex;
  gap: 7rem;
  width: 100%;
  overflow-x: auto;
  margin: 1rem 0 3rem;
}
@media screen and (max-width: 768px) {
  #top .popupWindow05-box__imageArea {
    gap: 3rem;
    margin: 0 0 3rem;
  }
}
#top .popupWindow05-box__imageArea .image {
  min-width: 37rem;
}
@media screen and (max-width: 768px) {
  #top .popupWindow05-box__imageArea .image {
    min-width: 100%;
  }
}
#top .popupWindow05-box__textArea .text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .popupWindow05-box__textArea .text {
    font-size: 1.6rem;
  }
}
#top .p-sec19 {
  padding: 8rem 0 12rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top .p-sec19 {
    padding: 8rem 0 4rem;
  }
}
#top .p-sec19__banner {
  display: block;
  width: 60rem;
  margin: 0 auto;
  padding-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec19__banner {
    width: 90%;
    padding-bottom: 4rem;
  }
}
#top .p-sec19__banner img {
  width: 100%;
}
#top .p-sec19__bg01 {
  position: absolute;
  top: 56rem;
  left: 20rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec19__bg01 {
    top: -5rem;
    left: -8rem;
  }
}
#top .p-sec19__bg01 img {
  width: 49.1rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec19__bg01 img {
    width: 25rem;
  }
}
#top .p-sec19__bg02 {
  position: absolute;
  top: 0;
  left: 7rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #top .p-sec19__bg02 {
    left: 2rem;
  }
}
#top .p-sec19__bg02 img {
  width: 30.6rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec19__bg02 img {
    width: 15rem;
  }
}
#top .p-sec19__bg03 {
  position: absolute;
  top: 10rem;
  right: 8rem;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #top .p-sec19__bg03 {
    top: 4rem;
    right: 2rem;
  }
}
#top .p-sec19__bg03 img {
  width: 20.4rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec19__bg03 img {
    width: 10.2rem;
  }
}
#top .p-sec19__title {
  font-size: 5rem;
  font-weight: bold;
  color: #57B5B5;
  text-align: center;
  margin-bottom: 7.8rem;
  line-height: 1.4;
  padding: 0 100px;
}
@media screen and (max-width: 768px) {
  #top .p-sec19__title {
    font-size: 3rem;
    margin-bottom: 4rem;
    padding: 0;
  }
}
#top .p-sec19-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #top .p-sec19-box {
    display: block;
  }
}
#top .p-sec19-box__textArea {
  flex-shrink: 0;
  position: relative;
  z-index: 5;
  max-width: 550px;
}
#top .p-sec19-box__textArea .titleText {
  font-size: 4.6rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top .p-sec19-box__textArea .titleText {
    font-size: 2.5rem;
  }
}
.jp #top .p-sec19-box__textArea .titleText {
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .jp #top .p-sec19-box__textArea .titleText {
    font-size: 3rem;
  }
}
#top .p-sec19-box__textArea .text {
  margin-top: 3rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top .p-sec19-box__textArea .text {
    font-size: 1.4rem;
  }
}
.en #top .p-sec19-box__textArea .text, .th #top .p-sec19-box__textArea .text {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .en #top .p-sec19-box__textArea .text, .th #top .p-sec19-box__textArea .text {
    font-size: 2rem;
  }
}
#top .p-sec19-box__textArea .text span.indent {
  display: block;
}
#top .p-sec19-box__textArea .text span.indent + span.indent {
  padding-top: 0.5rem;
}
#top .p-sec19-box__textArea .text span.indent span.checkmark::before {
  content: "";
  display: inline-block;
  height: 0.9rem;
  width: 8rem;
  border-bottom: 0.4rem solid #57B5B5;
  border-left: 0.8rem solid #57B5B5;
  transform: rotate(-45deg) perspective(40px) rotateY(60deg);
  transform-origin: 0 50%;
  margin-right: -5.5rem;
}
#top .p-sec19-box__priceArea {
  margin-left: 3.5rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #top .p-sec19-box__priceArea {
    margin-left: 0;
    margin-top: 6rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #top .p-sec19-box__priceArea__title {
    font-size: 3rem;
    line-height: 1.4;
  }
}
#top .p-sec19-box__priceArea-textArea {
  margin-top: 2rem;
}
#top .p-sec19-box__priceArea-textArea__title {
  font-size: 5.8rem;
  font-weight: bold;
  color: #57B5B5;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .p-sec19-box__priceArea-textArea__title {
    font-size: 3rem;
    line-height: 1.4;
  }
}
#top .p-sec19-box__priceArea-textArea__numArea {
  margin-top: 2.2rem;
  text-align: center;
}
#top .p-sec19-box__priceArea-textArea__numArea .num {
  color: #f86f5f;
  font-size: 9rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #top .p-sec19-box__priceArea-textArea__numArea .num {
    font-size: 4.5rem;
  }
}
#top .p-sec19-box__priceArea-textArea__numArea .measure {
  color: #f86f5f;
  font-size: 4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #top .p-sec19-box__priceArea-textArea__numArea .measure {
    font-size: 2rem;
  }
}
#top .p-sec19-box__priceArea-textArea__numArea .deno {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec19-box__priceArea-textArea__numArea .deno {
    font-size: 1.8rem;
  }
}
#top .p-sec19-box__priceArea-textArea__text {
  margin-top: 3.6rem;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #top .p-sec19-box__priceArea-textArea__text {
    font-size: 1.4rem;
    margin-top: 2rem;
  }
}
.en #top .p-sec19-box__priceArea-textArea__text, .th #top .p-sec19-box__priceArea-textArea__text {
  margin-top: 3.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .en #top .p-sec19-box__priceArea-textArea__text, .th #top .p-sec19-box__priceArea-textArea__text {
    margin-top: 2rem;
  }
}
#top .p-sec19-box__priceArea-textArea__image {
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec19-box__priceArea-textArea__image {
    margin-top: 3rem;
  }
}
#top .p-sec19-box__priceArea-textArea__image img {
  width: 90rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec19-box__priceArea-textArea__image img {
    width: 100%;
  }
}
#top .p-sec19-box__priceArea-textArea .promotion {
  text-align: center;
  margin-bottom: -2rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec19-box__priceArea-textArea .promotion {
    margin-bottom: -1rem;
  }
}
#top .p-sec19-box__priceArea-textArea .promotion .boxItem {
  background-image: linear-gradient(90deg, rgb(250, 128, 76) 50%, rgb(246, 171, 142));
  color: #fff;
  padding: 2rem 3rem;
  margin: 2rem 0 1.2rem;
  border-radius: 3rem;
}
#top .p-sec19-box__priceArea-textArea .promotion .boxItem .tit {
  font-size: 2.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #top .p-sec19-box__priceArea-textArea .promotion .boxItem .tit {
    font-size: 2.5rem;
  }
}
#top .p-sec19-box__priceArea-textArea .promotion .boxItem .txt {
  font-size: 2rem;
  line-height: 1.5;
  padding-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec19-box__priceArea-textArea .promotion .boxItem .txt {
    font-size: 1.6rem;
  }
}
#top .p-sec19-box__priceArea-textArea .promotion .boxItem .txt span {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #top .p-sec19-box__priceArea-textArea .promotion .boxItem .txt span {
    font-size: 2rem;
  }
}
#top .p-sec19-box__priceArea-textArea .promotion .caption {
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  #top .p-sec19-box__priceArea-textArea .promotion .caption {
    font-size: 1.4rem;
  }
}
#top .p-sec19-box__priceArea__btnArea {
  margin-top: 5.5rem;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #top .p-sec19-box__priceArea__btnArea {
    margin-top: 4rem;
  }
}
#top .popupWindow02 {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
}
#top .popupWindow02 .bg {
  background-color: rgba(17, 17, 17, 0.6);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998 !important;
}
#top .popupWindow02.js-modal02 {
  display: none;
}
#top .popupWindow02-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999 !important;
  background-color: #F5F5F5;
  width: 110rem;
  height: 70.5rem;
  padding: 6.3rem 4rem 7.5rem;
  display: flex;
}
@media screen and (max-width: 768px) {
  #top .popupWindow02-box {
    display: block;
    padding: 4rem 2rem 4rem;
    overflow-y: scroll;
    width: calc(100% - 50px);
    height: calc(80% - 50px);
  }
}
#top .popupWindow02-box__closeBtn {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media screen and (max-width: 768px) {
  #top .popupWindow02-box__closeBtn {
    top: 1rem;
    right: 1rem;
  }
  #top .popupWindow02-box__closeBtn img {
    width: 2rem;
  }
}
#top .popupWindow02-box__textArea {
  margin-left: 6rem;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  #top .popupWindow02-box__textArea {
    margin-left: 0;
    margin-top: 3rem;
  }
}
#top .popupWindow02-box__textArea .title {
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  #top .popupWindow02-box__textArea .title {
    margin-bottom: 2rem;
  }
}
#top .popupWindow02-box__textArea .table {
  margin: 6rem 0 3rem;
  width: 96%;
}
@media screen and (max-width: 768px) {
  #top .popupWindow02-box__textArea .table {
    width: 100%;
  }
}
#top .popupWindow02-box__textArea .table th, #top .popupWindow02-box__textArea .table td {
  border: 1px solid lightslategrey;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  #top .popupWindow02-box__textArea .table th, #top .popupWindow02-box__textArea .table td {
    padding: 1.6rem;
  }
}
#top .popupWindow02-box__textArea .table th {
  font-size: 2.5rem;
  vertical-align: middle !important;
}
@media screen and (max-width: 768px) {
  #top .popupWindow02-box__textArea .table th {
    font-size: 1.6rem;
  }
}
#top .popupWindow02-box__textArea .table td {
  text-align: center;
  font-weight: 600;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #top .popupWindow02-box__textArea .table td {
    font-size: 1.6rem;
  }
}
#top .popupWindow02-box__textArea .table td figure {
  display: flex;
  margin: 0 auto;
  width: 6rem;
}
@media screen and (max-width: 768px) {
  #top .popupWindow02-box__textArea .table td figure {
    width: 3rem;
  }
}
#top .popupWindow02-box__textArea .text {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #top .popupWindow02-box__textArea .text {
    font-size: 1.4rem;
    text-align: left;
  }
}
#top .linkBadge {
  position: fixed;
  z-index: 99;
  bottom: 2rem;
  right: 2rem;
  animation: linkBadge 1.5s 1.8s both;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  #top .linkBadge {
    bottom: 4rem;
    right: 1.5rem;
    flex-direction: column;
    gap: 0;
  }
}
#top .linkBadge .badge {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.jp #top .linkBadge .badge:first-child p {
  bottom: 7rem;
  right: 4.3rem;
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .jp #top .linkBadge .badge:first-child p {
    font-size: 1.6rem;
    bottom: 3.8rem;
    right: 2rem;
    line-height: 1.2;
  }
}
.jp #top .linkBadge .badge:first-child p span {
  display: block;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .jp #top .linkBadge .badge:first-child p span {
    font-size: 1rem;
    display: block;
    letter-spacing: -0.3px;
  }
}
.en #top .linkBadge .badge:first-child, .th #top .linkBadge .badge:first-child {
  display: none;
}
#top .linkBadge .badge img {
  width: 22.3rem;
}
@media screen and (max-width: 768px) {
  #top .linkBadge .badge img {
    width: 12rem;
  }
}
#top .linkBadge .badge p {
  position: absolute;
  bottom: 6.5rem;
  right: 4rem;
  font-size: 3.1rem;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  width: 15rem;
}
.jp #top .linkBadge .badge p {
  font-family: "Hiragino Kaku Gothic Pro", Sans-Serif;
  bottom: 4.9rem;
  right: 5.4rem;
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0;
  width: unset;
}
@media screen and (max-width: 768px) {
  .jp #top .linkBadge .badge p {
    font-size: 1.2rem;
    bottom: 2.6rem;
    right: 2.6rem;
    line-height: 1.45;
  }
}
@media screen and (max-width: 768px) {
  #top .linkBadge .badge p {
    bottom: 3.8rem;
    right: -1.2rem;
    font-size: 1.8rem;
    letter-spacing: 1px;
    line-height: 1.3;
  }
}

@keyframes linkBadge {
  0% {
    transform: scale(0);
  }
  60% {
    transform: scale(1.1);
  }
  80% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.anime {
  opacity: 0;
  transition: 1.5s;
  transform: translateY(50px);
  position: relative;
}
.anime.on {
  opacity: 1;
  transform: translateY(0px);
}

.anime01 {
  opacity: 0;
  transition: 2s;
  transform: translateY(0px);
}
.anime01.on {
  opacity: 1;
  transform: translateY(0px);
}

.anime02 {
  opacity: 0;
  transition: 1.3s;
  transform: translateY(100px);
  position: relative;
}
.anime02 img {
  transform: scaleZ(0.1);
}
.anime02.on {
  opacity: 1;
  transform: translateY(0px);
}
.anime02.on img {
  transform: scaleZ(0.1);
}

#privacy .p-mv {
  position: relative;
  margin-top: -14rem;
}
@media screen and (max-width: 768px) {
  #privacy .p-mv {
    margin-top: 0;
  }
}
#privacy .p-mv__image img {
  width: 160rem;
}
@media screen and (max-width: 768px) {
  #privacy .p-mv__image img {
    width: 42.8rem;
  }
}
#privacy .p-mv__title {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #privacy .p-mv__title {
    top: 50%;
    bottom: auto;
    font-size: 3rem;
    transform: translate(-50%, -50%);
  }
}
#privacy .p-privacy {
  padding: 12rem 0 20rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #privacy .p-privacy {
    padding: 6rem 0 8rem;
  }
}
#privacy .p-privacy__bg {
  position: absolute;
  z-index: -1;
}
#privacy .p-privacy__bg--01 {
  top: 15.9rem;
  left: 8rem;
}
#privacy .p-privacy__bg--02 {
  top: 17rem;
  right: 4rem;
}
#privacy .p-privacy__bg--03 {
  top: 68rem;
  left: 7.6rem;
}
#privacy .p-privacy__bg--04 {
  top: 93rem;
  right: 7.6rem;
}
#privacy .p-privacy__bg--05 {
  top: 157rem;
  left: 4.8rem;
}
#privacy .p-privacy-contents__text-sign {
  margin-top: 6.6rem;
  text-align: left;
  font-size: 1.8rem;
}
#privacy .p-privacy-contents__text-sign span {
  font-size: 2rem;
  font-weight: bold;
}
#privacy .p-privacy-contents__text-sign a {
  border-bottom-style: none;
}
#privacy .p-privacy-contents__text-date {
  text-align: right;
}

#contact .p-contact {
  padding: 12rem 0 20rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #contact .p-contact {
    padding: 6rem 0 8rem;
  }
}
#contact .p-contact__bg {
  position: absolute;
  z-index: -1;
}
#contact .p-contact__bg--01 {
  top: 15.9rem;
  left: 8rem;
}
#contact .p-contact__bg--02 {
  top: 17rem;
  right: 4rem;
}
#contact .p-contact__bg--03 {
  top: 68rem;
  left: 7.6rem;
}
#contact .p-contact__bg--04 {
  top: 93rem;
  right: 7.6rem;
}
#contact .p-contact__bg--05 {
  top: 157rem;
  left: 4.8rem;
}
#contact .p-contact-contents {
  margin-top: 5.5rem;
}
#contact .p-contact-contents .form-table dl {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #contact .p-contact-contents .form-table dl {
    display: block;
  }
}
#contact .p-contact-contents .form-table dl.top {
  align-items: flex-start;
}
#contact .p-contact-contents .form-table dl.top dt {
  padding-top: 1rem;
}
#contact .p-contact-contents .form-table dl.agreeArea {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  #contact .p-contact-contents .form-table dl.agreeArea {
    margin-top: 4rem;
  }
}
#contact .p-contact-contents .form-table dl .btn {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  #contact .p-contact-contents .form-table dl .btn {
    margin-top: 4rem;
    display: flex;
    justify-content: center;
  }
}
#contact .p-contact-contents .form-table dl + dl {
  margin-top: 4.7rem;
}
@media screen and (max-width: 768px) {
  #contact .p-contact-contents .form-table dl + dl {
    margin-top: 2rem;
  }
}
#contact .p-contact-contents .form-table dl dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
  width: 28.8rem;
}
@media screen and (max-width: 768px) {
  #contact .p-contact-contents .form-table dl dt {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
  }
}
#contact .p-contact-contents .form-table dl dt .must {
  color: #f00;
}
#contact .p-contact-contents .form-table dl dd {
  width: 53.6rem;
  flex-shrink: 0;
  margin-left: 9.2rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #contact .p-contact-contents .form-table dl dd {
    width: 100%;
    margin-left: 0;
    font-size: 1.6rem;
    margin-top: 0.3rem;
  }
}
#contact .p-contact-contents .form-table dl dd input[type=text],
#contact .p-contact-contents .form-table dl dd textarea {
  width: 100%;
  border: 1px solid #595757;
  font-size: 2rem;
  background-color: #fff;
  font-weight: bold;
  border-radius: 1rem;
  padding: 1rem 1em;
}
@media screen and (max-width: 768px) {
  #contact .p-contact-contents .form-table dl dd input[type=text],
  #contact .p-contact-contents .form-table dl dd textarea {
    font-size: 1.6rem;
  }
}
#contact .p-contact-contents .form-table dl dd input[type=text] {
  height: 6.3rem;
}
@media screen and (max-width: 768px) {
  #contact .p-contact-contents .form-table dl dd input[type=text] {
    height: 5rem;
  }
}
#contact .p-contact-contents .form-table dl dd input[type=radio] {
  transform: scale(1.4);
}
@media screen and (max-width: 768px) {
  #contact .p-contact-contents .form-table dl dd input[type=radio] {
    transform: scale(1.2);
  }
}
#contact .p-contact-contents .form-table dl dd textarea {
  width: 100%;
  line-height: 1.4;
}
#contact .p-contact-contents .form-table dl dd .radioBtn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
#contact .p-contact-contents .form-table dl dd .radioBtn label {
  line-height: 2.5;
  margin-right: 2rem;
}
#contact .p-contact-contents .form-table dl dd .radioBtn label input {
  margin-right: 0.5rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  #contact .p-contact-contents .form-table dl dd .radioBtn {
    display: flex;
    flex-direction: column;
  }
  #contact .p-contact-contents .form-table dl dd .radioBtn label + label {
    margin-top: 1rem;
  }
}
#contact .p-contact-contents .form-table dl dd .radioBtn input {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
}
#contact .p-contact-contents .form-table dl dd .radioBtn input + input {
  margin-left: 5rem;
}
@media screen and (max-width: 768px) {
  #contact .p-contact-contents .form-table dl dd .radioBtn input + input {
    margin-left: 0;
  }
}
#contact .p-contact-contents .form-table dl dd .check {
  padding-left: 2rem;
}
#contact .p-contact-contents .form-table dl dd .check label input {
  margin-bottom: 0.2rem;
  margin-right: 0.5rem;
}
#contact .p-contact-contents .form-table dl dd .check .mwform-checkbox-field-text {
  display: none;
}
#contact .p-contact-complete {
  color: #232323;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin: 3.6rem 0 5rem;
}
@media screen and (max-width: 768px) {
  #contact .p-contact-complete {
    font-size: 1.4rem;
  }
}
#contact .p-contact-complete-btnArea {
  display: flex;
  justify-content: center;
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  #contact .p-contact-complete-btnArea {
    margin-top: 5rem;
  }
}

#freetrial .p-mv,
#contact .p-mv {
  position: relative;
  margin-top: -14rem;
}
@media screen and (max-width: 768px) {
  #freetrial .p-mv,
  #contact .p-mv {
    margin-top: 0;
  }
}
#freetrial .p-mv__image img,
#contact .p-mv__image img {
  width: 160rem;
}
@media screen and (max-width: 768px) {
  #freetrial .p-mv__image img,
  #contact .p-mv__image img {
    width: 42.8rem;
    height: 16rem;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 25% 50%;
       object-position: 25% 50%;
  }
}
#freetrial .p-mv__title,
#contact .p-mv__title {
  position: absolute;
  bottom: 11.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
#freetrial .p-mv__title .jp,
#contact .p-mv__title .jp {
  bottom: 8rem;
}
@media screen and (max-width: 768px) {
  #freetrial .p-mv__title,
  #contact .p-mv__title {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 3rem;
    padding: 0 20px;
    transform: none;
  }
  #freetrial .p-mv__title .jp,
  #contact .p-mv__title .jp {
    font-size: 2.4;
    bottom: 0;
  }
}
#freetrial .p-freetrial,
#contact .p-freetrial {
  padding: 6rem 0 10rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #freetrial .p-freetrial,
  #contact .p-freetrial {
    padding: 3rem 0 8rem;
  }
}
#freetrial .p-freetrial__bg,
#contact .p-freetrial__bg {
  position: absolute;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #freetrial .p-freetrial__bg,
  #contact .p-freetrial__bg {
    width: 30%;
  }
  #freetrial .p-freetrial__bg img,
  #contact .p-freetrial__bg img {
    width: 30%;
  }
}
#freetrial .p-freetrial__bg--01,
#contact .p-freetrial__bg--01 {
  top: 15.9rem;
  left: 8rem;
}
#freetrial .p-freetrial__bg--02,
#contact .p-freetrial__bg--02 {
  top: 17rem;
  right: 4rem;
}
#freetrial .p-freetrial__bg--03,
#contact .p-freetrial__bg--03 {
  top: 68rem;
  left: 7.6rem;
}
#freetrial .p-freetrial__bg--04,
#contact .p-freetrial__bg--04 {
  top: 93rem;
  right: 7.6rem;
}
#freetrial .p-freetrial__bg--05,
#contact .p-freetrial__bg--05 {
  top: 157rem;
  left: 4.8rem;
}
#freetrial .p-freetrial-box,
#contact .p-freetrial-box {
  margin-top: 4rem;
}
#freetrial .p-freetrial-box__form,
#contact .p-freetrial-box__form {
  margin-top: 5.5rem;
}
#freetrial .p-freetrial-box__form .form-table dl,
#contact .p-freetrial-box__form .form-table dl {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #freetrial .p-freetrial-box__form .form-table dl,
  #contact .p-freetrial-box__form .form-table dl {
    display: block;
  }
}
#freetrial .p-freetrial-box__form .form-table dl.top,
#contact .p-freetrial-box__form .form-table dl.top {
  align-items: flex-start;
}
#freetrial .p-freetrial-box__form .form-table dl.top dt,
#contact .p-freetrial-box__form .form-table dl.top dt {
  padding-top: 1rem;
}
#freetrial .p-freetrial-box__form .form-table dl.agreeArea,
#contact .p-freetrial-box__form .form-table dl.agreeArea {
  display: block;
  margin-top: 8rem;
}
#freetrial .p-freetrial-box__form .form-table dl.agreeArea dd,
#contact .p-freetrial-box__form .form-table dl.agreeArea dd {
  height: 4rem;
  margin-left: 22rem;
  width: 66.6rem;
}
@media screen and (max-width: 768px) {
  #freetrial .p-freetrial-box__form .form-table dl.agreeArea dd,
  #contact .p-freetrial-box__form .form-table dl.agreeArea dd {
    margin-left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #freetrial .p-freetrial-box__form .form-table dl.agreeArea,
  #contact .p-freetrial-box__form .form-table dl.agreeArea {
    margin-top: 4rem;
  }
}
#freetrial .p-freetrial-box__form .form-table dl .btn,
#contact .p-freetrial-box__form .form-table dl .btn {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  #freetrial .p-freetrial-box__form .form-table dl .btn,
  #contact .p-freetrial-box__form .form-table dl .btn {
    display: flex;
    justify-content: center;
    margin-top: 6rem;
    gap: 0;
  }
}
#freetrial .p-freetrial-box__form .form-table dl + dl,
#contact .p-freetrial-box__form .form-table dl + dl {
  margin-top: 4.7rem;
}
@media screen and (max-width: 768px) {
  #freetrial .p-freetrial-box__form .form-table dl + dl,
  #contact .p-freetrial-box__form .form-table dl + dl {
    margin-top: 2rem;
  }
}
#freetrial .p-freetrial-box__form .form-table dl dt,
#contact .p-freetrial-box__form .form-table dl dt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: right;
  width: 31.8rem;
}
@media screen and (max-width: 768px) {
  #freetrial .p-freetrial-box__form .form-table dl dt,
  #contact .p-freetrial-box__form .form-table dl dt {
    width: 100%;
    text-align: left;
    font-size: 1.6rem;
  }
}
#freetrial .p-freetrial-box__form .form-table dl dt .must,
#contact .p-freetrial-box__form .form-table dl dt .must {
  color: #f00;
}
#freetrial .p-freetrial-box__form .form-table dl dd,
#contact .p-freetrial-box__form .form-table dl dd {
  width: 55.6rem;
  flex-shrink: 0;
  margin-left: 9.2rem;
  font-size: 2rem;
}
#freetrial .p-freetrial-box__form .form-table dl dd .error,
#contact .p-freetrial-box__form .form-table dl dd .error {
  color: red;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #freetrial .p-freetrial-box__form .form-table dl dd,
  #contact .p-freetrial-box__form .form-table dl dd {
    width: 100%;
    margin-left: 0;
    font-size: 1.6rem;
    margin-top: 0.3rem;
  }
}
#freetrial .p-freetrial-box__form .form-table dl dd input[type=text],
#freetrial .p-freetrial-box__form .form-table dl dd textarea,
#freetrial .p-freetrial-box__form .form-table dl dd select,
#contact .p-freetrial-box__form .form-table dl dd input[type=text],
#contact .p-freetrial-box__form .form-table dl dd textarea,
#contact .p-freetrial-box__form .form-table dl dd select {
  width: 100%;
  border: 1px solid #595757;
  font-size: 2rem;
  background-color: #fff;
  font-weight: bold;
  border-radius: 1rem;
  padding: 1rem 1em;
}
@media screen and (max-width: 768px) {
  #freetrial .p-freetrial-box__form .form-table dl dd input[type=text],
  #freetrial .p-freetrial-box__form .form-table dl dd textarea,
  #freetrial .p-freetrial-box__form .form-table dl dd select,
  #contact .p-freetrial-box__form .form-table dl dd input[type=text],
  #contact .p-freetrial-box__form .form-table dl dd textarea,
  #contact .p-freetrial-box__form .form-table dl dd select {
    font-size: 1.6rem;
  }
}
#freetrial .p-freetrial-box__form .form-table dl dd input[type=text],
#contact .p-freetrial-box__form .form-table dl dd input[type=text] {
  height: 6.3rem;
}
@media screen and (max-width: 768px) {
  #freetrial .p-freetrial-box__form .form-table dl dd input[type=text],
  #contact .p-freetrial-box__form .form-table dl dd input[type=text] {
    height: 5rem;
  }
}
#freetrial .p-freetrial-box__form .form-table dl dd textarea,
#contact .p-freetrial-box__form .form-table dl dd textarea {
  line-height: 1.4;
}
#freetrial .p-freetrial-box__form .form-table dl dd select,
#contact .p-freetrial-box__form .form-table dl dd select {
  width: 72%;
}
#freetrial .p-freetrial-box__form .form-table dl dd input[type=radio],
#contact .p-freetrial-box__form .form-table dl dd input[type=radio] {
  transform: scale(1.4);
}
@media screen and (max-width: 768px) {
  #freetrial .p-freetrial-box__form .form-table dl dd input[type=radio],
  #contact .p-freetrial-box__form .form-table dl dd input[type=radio] {
    transform: scale(1.2);
  }
}
#freetrial .p-freetrial-box__form .form-table dl dd .radioBtn,
#contact .p-freetrial-box__form .form-table dl dd .radioBtn {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
#freetrial .p-freetrial-box__form .form-table dl dd .radioBtn label,
#contact .p-freetrial-box__form .form-table dl dd .radioBtn label {
  line-height: 2.5;
  margin-right: 2rem;
}
#freetrial .p-freetrial-box__form .form-table dl dd .radioBtn label input,
#contact .p-freetrial-box__form .form-table dl dd .radioBtn label input {
  margin-right: 0.5rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  #freetrial .p-freetrial-box__form .form-table dl dd .radioBtn,
  #contact .p-freetrial-box__form .form-table dl dd .radioBtn {
    display: flex;
    flex-direction: column;
  }
  #freetrial .p-freetrial-box__form .form-table dl dd .radioBtn label + label,
  #contact .p-freetrial-box__form .form-table dl dd .radioBtn label + label {
    margin-top: 1rem;
  }
}
#freetrial .p-freetrial-box__form .form-table dl dd .radioBtn input,
#contact .p-freetrial-box__form .form-table dl dd .radioBtn input {
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1;
}
#freetrial .p-freetrial-box__form .form-table dl dd .radioBtn input + input,
#contact .p-freetrial-box__form .form-table dl dd .radioBtn input + input {
  margin-left: 5rem;
}
@media screen and (max-width: 768px) {
  #freetrial .p-freetrial-box__form .form-table dl dd .radioBtn input + input,
  #contact .p-freetrial-box__form .form-table dl dd .radioBtn input + input {
    margin-left: 0;
  }
}
#freetrial .p-freetrial-box__form .form-table dl dd .check,
#contact .p-freetrial-box__form .form-table dl dd .check {
  padding-left: 2rem;
}
#freetrial .p-freetrial-box__form .form-table dl dd .check .mwform-checkbox-field.horizontal-item,
#contact .p-freetrial-box__form .form-table dl dd .check .mwform-checkbox-field.horizontal-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#freetrial .p-freetrial-box__form .form-table dl dd .check label input,
#contact .p-freetrial-box__form .form-table dl dd .check label input {
  margin-bottom: 0.2rem;
  margin-right: 0.5rem;
}
#freetrial .p-freetrial-box__form .form-table dl dd .check label .mwform-checkbox-field-text,
#contact .p-freetrial-box__form .form-table dl dd .check label .mwform-checkbox-field-text {
  display: none;
}
#freetrial .p-freetrial-box__form .form-table dl dd .check .mwform-checkbox-field-text,
#contact .p-freetrial-box__form .form-table dl dd .check .mwform-checkbox-field-text {
  margin-left: 1rem;
  line-height: 1.3;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #freetrial .p-freetrial-box__form .form-table dl dd .check .mwform-checkbox-field-text,
  #contact .p-freetrial-box__form .form-table dl dd .check .mwform-checkbox-field-text {
    display: block;
  }
}
#freetrial .p-freetrial-box__form .form-table dl dd .check .mwform-checkbox-field-text a,
#contact .p-freetrial-box__form .form-table dl dd .check .mwform-checkbox-field-text a {
  color: #57B5B5;
  text-decoration: underline;
}
.en #freetrial .p-freetrial-box__form .form-table dl dd .check .mwform-checkbox-field-text a,
.en #contact .p-freetrial-box__form .form-table dl dd .check .mwform-checkbox-field-text a {
  margin-left: 7px;
}
.page-confirm #freetrial .p-freetrial-box__form .form-table dl dd .check .mwform-checkbox-field-text,
.page-confirm #contact .p-freetrial-box__form .form-table dl dd .check .mwform-checkbox-field-text {
  display: none;
}
#freetrial .p-freetrial-complete,
#contact .p-freetrial-complete {
  color: #232323;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
  margin: 3.6rem 0 5rem;
}
@media screen and (max-width: 768px) {
  #freetrial .p-freetrial-complete,
  #contact .p-freetrial-complete {
    font-size: 1.4rem;
  }
}
#freetrial .p-freetrial-complete-btnArea,
#contact .p-freetrial-complete-btnArea {
  display: flex;
  justify-content: center;
  margin-top: 9rem;
}
@media screen and (max-width: 768px) {
  #freetrial .p-freetrial-complete-btnArea,
  #contact .p-freetrial-complete-btnArea {
    margin-top: 5rem;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("/assets/fonts/icomoon.eot?a36x2n");
  src: url("fonts/icomoon.eot?a36x2n#iefix") format("embedded-opentype"), url("/assets/fonts/icomoon.ttf?a36x2n") format("truetype"), url("/assets/fonts/icomoon.woff?a36x2n") format("woff"), url("/assets/fonts/icomoon.svg?a36x2n#icomoon") format("svg");
}
body#cat-tjprannarai {
  font-family: "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", Sans-Serif;
  color: #333;
  background: none;
}

.l-wrap {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 1379px) {
  .l-wrap {
    padding: 0 30px;
  }
}

@media screen and (max-width: 768px) {
  .l-wrap-sp {
    padding: 0 30px;
  }
}

.l-header {
  border-top: 22px solid #1000a8;
  color: #fff;
  position: fixed;
  width: 100%;
  z-index: 2;
  height: 104px;
  transition: 0.8s 0.1s;
  background: #FFF1F2;
  opacity: 0;
  transform: translateY(-120px);
}
.l-header.on {
  opacity: 1;
  transform: translateY(0);
  transition: 0.8s 0.1s;
}
@media screen and (max-width: 1024px) {
  .l-header {
    border-top: none;
    height: 82px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .l-header {
    height: 60px;
  }
}
.l-header-in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 82px;
  max-width: 145rem;
  margin: auto;
  padding: 0 5rem;
}
@media screen and (max-width: 1024px) {
  .l-header-in {
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .l-header-in {
    height: 60px;
    padding: 0;
  }
}
.l-header-logo {
  width: 178px;
}
@media screen and (max-width: 768px) {
  .l-header-logo {
    width: 150px;
  }
}

@media screen and (max-width: 1024px) {
  .l-gnav {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 30px 20px;
    z-index: 98;
    text-align: center;
    display: none;
    animation: GnavFade 0.5s 0.2s both;
  }
  .l-gnav.on {
    display: flex;
    pointer-events: auto;
  }
  @keyframes GnavFade {
    0% {
      opacity: 0;
      transform: translateX(-100px);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
}
.l-gnav-links {
  display: flex;
  justify-content: center;
  width: 100%;
  gap: 3rem;
}
@media screen and (max-width: 1024px) {
  .l-gnav-links {
    flex-direction: column;
    gap: 2rem;
  }
}
.l-gnav-link a {
  color: #000;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .l-gnav-link a {
    display: block;
    padding: 12px 0;
  }
}
@media screen and (max-width: 1024px) {
  .l-gnav-btn {
    cursor: pointer;
    position: fixed;
    left: 5rem;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    width: 50px;
    height: 80px;
    transform: scale(1);
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .l-gnav-btn {
    left: 0;
    width: 60px;
    height: 60px;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 1024px) {
  .l-gnav-btn-lines {
    transition: 0.3s;
  }
  .l-gnav-btn.on .l-gnav-btn-lines {
    transform: rotateY(-180deg);
  }
}
@media screen and (max-width: 1024px) {
  .l-gnav-btn-line {
    height: 3px;
    background: #000;
    width: 30px;
    transition: 0.3s;
  }
  .l-gnav-btn-line:not(:last-child) {
    margin-bottom: 8px;
  }
  .l-gnav-btn.on .l-gnav-btn-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 9px);
  }
  .l-gnav-btn.on .l-gnav-btn-line:nth-child(2) {
    transform: scaleX(0);
  }
  .l-gnav-btn.on .l-gnav-btn-line:nth-child(3) {
    transform: rotate(-45deg) translate(5.4px, -9.6px);
  }
}

.m-mv {
  display: block;
  height: 332px;
  position: relative;
  top: 104px;
}
@media screen and (max-width: 1024px) {
  .m-mv {
    top: 82px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .m-mv {
    top: 60px;
    height: 20vh;
  }
}
.m-mv-img {
  position: relative;
  background: url("/assets/images/tjprannarai/mv01.jpg") no-repeat;
  background-size: cover;
  height: 100%;
}
.m-mv-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(247, 247, 247, 0.32);
}
.m-mv-tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: -moz-max-content;
  width: max-content;
}
.m-mv-tit h1 {
  display: block;
  font-size: 45px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .m-mv-tit h1 {
    font-size: 25px;
    width: 80vw;
  }
}

.m-h {
  background: #1000a8;
  color: #fff;
  padding: 20px 25px;
  position: relative;
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .m-h {
    margin-bottom: 5rem;
    padding: 15px 25px;
  }
}
.m-h::before, .m-h::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1000a8;
  position: absolute;
  left: 0;
}
.m-h::before {
  top: -4px;
}
.m-h::after {
  bottom: -4px;
}
.m-h .label {
  display: block;
  font-size: 22px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .m-h .label {
    line-height: 1.3;
    text-align: center;
  }
}

.m-h02::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.5px;
  background-color: #aeaeae;
  position: relative;
  bottom: 0.7px;
  z-index: -1;
}
.m-h02 .label {
  display: block;
  font-size: 24px;
  font-weight: 600;
  padding: 10px 12px;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1.5px solid #1000a8;
}
@media screen and (max-width: 768px) {
  .m-h02 .label {
    font-size: 20px;
  }
}

.m-btn {
  background: #066aab;
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
  font-size: 17px;
  padding: 1.3rem 1.8rem;
}

section.sec01 {
  padding: 18rem 0 8rem;
}
@media screen and (max-width: 768px) {
  section.sec01 {
    padding: 10rem 0 5rem;
  }
}
section.sec02, section.sec03 {
  padding-bottom: 6rem;
}
section.contact {
  padding-bottom: 17rem;
}
@media screen and (max-width: 768px) {
  section.contact {
    padding-bottom: 8rem;
  }
}

.m-column {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .m-column {
    flex-direction: column-reverse;
  }
}
.m-column-body {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .m-column-body {
    width: 100%;
  }
}
.m-column-body p {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .m-column-body p {
    font-size: 24px;
  }
}
.m-column-body p + p {
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .m-column-body p + p {
    margin-top: 2rem;
  }
}
.m-column-img {
  width: 55%;
  margin-right: -5%;
}
@media screen and (max-width: 768px) {
  .m-column-img {
    width: 85%;
    margin-bottom: 2rem;
  }
}

.m-columns02 {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 5rem 2rem;
}
@media screen and (max-width: 768px) {
  .m-columns02 {
    gap: 3rem;
  }
}
.m-columns02-txt {
  color: #01BF62;
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .m-columns02-txt {
    font-size: 2.5rem;
  }
}
.m-columns02-txt img {
  width: 35rem;
  vertical-align: middle;
  padding-bottom: 1.2rem;
  max-width: 370px;
}
@media screen and (max-width: 768px) {
  .m-columns02-txt img {
    display: block;
    width: 25rem;
    margin: auto;
  }
}

.m-column02 {
  width: 47%;
  display: flex;
  align-items: center;
  min-height: 12.65rem;
  position: relative;
  padding: 2.5rem 3rem 2rem;
  font-size: 16px;
  line-height: 2;
  border: 2px solid #86d67c;
}
@media screen and (max-width: 768px) {
  .m-column02 {
    width: 100%;
    padding: 2rem 2rem 1.5rem;
    font-size: 15px;
    min-height: unset;
  }
}
.point .m-column02 {
  border: 2px solid #84878a;
}
.point .m-column02::before {
  content: "\e907";
  background-color: #84878a;
}
.m-column02::before {
  content: "\ea10";
  position: absolute;
  top: -1px;
  left: 1.5rem;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.5rem;
  height: 4.5rem;
  background-color: #86d67c;
  border: 2px solid #fdfdfd;
  border-radius: 50vw;
  color: #fff;
  font-family: "icomoon";
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .m-column02::before {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.6rem;
  }
}

.m-contact-form {
  padding: 0 2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 768px) {
  .m-contact-form {
    padding: 0;
    margin-top: 3rem;
  }
}
.m-contact-form dl + dl {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .m-contact-form dl + dl {
    margin-top: 1.3rem;
  }
}
.m-contact-form dl dt,
.m-contact-form dl dd {
  padding: 10px 0;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .m-contact-form dl dt,
  .m-contact-form dl dd {
    font-size: 14px;
  }
}
.m-contact-form dl dt {
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 768px) {
  .m-contact-form dl dd {
    padding: 0;
  }
}
.m-contact-form dl dd input[type=text],
.m-contact-form dl dd textarea {
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .m-contact-form dl dd input[type=text],
  .m-contact-form dl dd textarea {
    width: 100%;
    padding: 5px 10px;
  }
}
.m-contact-form dl dd textarea {
  width: 100%;
}
.m-contact-must {
  color: #f00;
  padding: 4px 0;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .m-contact-must {
    font-size: 12px;
  }
}
.m-contact-btns {
  margin-top: 2rem;
}

.l-footer-copyright {
  background-color: #262dbf;
  color: #fff;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  padding: 2rem 0;
}
@media screen and (max-width: 768px) {
  .l-footer-copyright {
    line-height: 1.6;
  }
}

#cat-tjprannarai.page-thanks .l-main {
  height: 100vh;
  positon: relative;
}
#cat-tjprannarai.page-thanks .l-main .l-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}
#cat-tjprannarai.page-thanks .m-thanks {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#cat-tjprannarai.page-thanks .m-thanks-tit {
  font-size: 44px;
  font-weight: 600;
  margin-bottom: 6rem;
}
#cat-tjprannarai.page-thanks .m-thanks-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 6rem;
}
/*# sourceMappingURL=map/style.css.map */