*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  font-size: 100%;
  vertical-align: baseline;
}
:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}
body {
  background-color: #fff;
  line-height: 1;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
}
:where(a) {
  text-underline-offset: 0.2ex;
}
strong {
  font-weight: normal;
}
sup {
  font-size: small;
  vertical-align: top;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-color: #fff;
  vertical-align: middle;
}
select::-ms-expand {
  display: none;
}
:focus {
  outline: none;
}
::-webkit-input-placeholder {
  color: #939393;
}
::-moz-placeholder {
  color: #939393;
}
:-ms-input-placeholder {
  color: #939393;
}
::-ms-input-placeholder {
  color: #939393;
}
::placeholder {
  color: #939393;
}
::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button {
  padding: 0;
  border: none;
  background: none;
}
:where(input, button, textarea, select) {
  color: inherit;
  font: inherit;
}
:where(textarea) {
  resize: vertical;
  resize: block;
}
@font-face {
  src: url("../font/genjyuugothic-x/GenJyuuGothicX-Regular.ttf")
    format("truetype");
  font-family: "GenJyuuGothicX-Regular";
  font-display: swap;
}
@font-face {
  src: url("../font/genjyuugothic-x/GenJyuuGothicX-Medium.ttf")
    format("truetype");
  font-family: "GenJyuuGothicX-Medium";
  font-display: swap;
}
@font-face {
  src: url("../font/genjyuugothic-x/GenJyuuGothicX-Bold.ttf") format("truetype");
  font-family: "GenJyuuGothicX-Bold";
  font-display: swap;
}
@font-face {
  src: url("../font/Roboto/Roboto-Regular.ttf") format("truetype");
  font-family: "Roboto-Regular";
  font-display: swap;
}
html {
  height: 100%;
  scroll-padding-top: 100px;
}
body {
  position: relative;
  height: 100%;
  height: 100dvh;
}
body,
input,
select,
textarea {
  width: 100%;
  color: #262626;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.875;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.body-wrap {
  position: relative;
  overflow-x: hidden;
}
body:not(.home) .body-wrap {
  padding: 100px 0 0 0;
}
body.fixed {
  position: fixed;
  width: 100%;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}
.clearfix:before {
  display: block;
  clear: both;
  content: "";
}
a {
  -webkit-transition: all 0.3s;
  color: #262626;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.7;
}
a.v-underline {
  text-decoration: underline;
}
a.v-underline:hover {
  text-decoration: none;
}
input {
  border: none;
}
.wrap {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.wrap > *:last-child {
  margin-bottom: 0;
}
.wrap-l {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.wrap-l > *:last-child {
  margin-bottom: 0;
}
.wrap-ml-01 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.wrap-ml-01 > *:last-child {
  margin-bottom: 0;
}
.wrap-ml-02 {
  max-width: 930px;
  margin-right: auto;
  margin-left: auto;
}
.wrap-ml-02 > *:last-child {
  margin-bottom: 0;
}
.wrap-m {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}
.wrap-s {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
.wrap-in {
  padding: 0 30px;
}
.e-content-body > section:first-child > *:first-child {
  margin-top: 0;
}
section > *:last-child {
  margin-bottom: 0;
}
.main-home,
.main-special {
  padding: 0 0 200px 0;
}
.main {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  padding: 0 0 200px 0;
  gap: 0 20px;
}
.main-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 40px 0 0 0;
}
.main-content .e-content-header .m-heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  height: 180px;
  padding: 0 0 0 20px;
  font-size: 36px;
  line-height: 1.4;
}
.main-content .e-content-header .m-heading::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#ff5800),
    color-stop(25%, #ff5800),
    color-stop(25%, #d1d1d1),
    to(#d1d1d1)
  );
  background: linear-gradient(
    90deg,
    #ff5800 0%,
    #ff5800 25%,
    #d1d1d1 25%,
    #d1d1d1 100%
  );
  content: "";
}
.main-content .e-content-body {
  padding: 50px 0 0;
}
.main-content .e-content-body > *:first-child {
  margin-top: 0;
}
.main-content .e-content-body .news-01 {
  margin-bottom: 100px;
}
.breadcrumbs-block {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 0 0 20px 0;
  gap: 0 40px;
  border-bottom: 1px solid #d1d1d1;
}
.breadcrumbs-block .s-breadcrumbs {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #888;
}
.breadcrumbs-block .s-breadcrumbs a {
  color: #888;
}
.breadcrumbs-block .s-breadcrumbs .arrow {
  margin: 0 10px;
}
.breadcrumbs-block .s-breadcrumbs .current-item {
  color: #262626;
  font-weight: 500;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.breadcrumbs-block .s-print {
  font-weight: 500;
  font-size: 15px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.breadcrumbs-block .s-print a {
  padding: 0 0 0 20px;
  background-image: url(../img/icon-print-01.svg);
  white-space: nowrap;
}
.main-navi {
  -webkit-filter: drop-shadow(2px 2px 2px rgba(5, 21, 39, 0.1));
  position: relative;
  top: -100px;
  width: 330px;
  min-height: 320px;
  padding: 38px 48px 38px 40px;
  border-radius: 10px;
  background-color: #fff;
  filter: drop-shadow(2px 2px 2px rgba(5, 21, 39, 0.1));
}
.main-navi .e-title {
  margin: 0 0 15px 0;
  padding: 0 0 0 12px;
  background-image: url(../img/arrow-right-01.svg);
  background-position: left top 9px;
  font-size: 20px;
  line-height: 1.4;
}
.main-navi .e-navi {
  padding: 0 0 0 15px;
}
.main-navi .e-navi li {
  padding: 0 0 0 12px;
  background-image: url(../img/arrow-right-01.svg);
  background-position: left top 7px;
  line-height: 1.4;
}
.main-navi .e-navi li + li {
  margin: 15px 0 0 0;
}
.main-navi .e-navi li a {
  color: #888;
}
.main-navi .e-navi li.current a,
.main-navi .e-navi li.current_page_item a {
  color: #ff5a29;
  font-family: "GenJyuuGothicX-Medium";
}
.main-navi.v-kv-none {
  top: 40px;
}
.page-kv {
  text-align: center;
}
.page-kv img {
  width: auto;
  max-height: 480px;
}
.page-kv .img-about {
  -o-object-fit: cover;
  width: 100%;
  object-fit: cover;
}
.heading-02 {
  margin: 100px 0 30px 0;
  padding: 15px 0 15px 24px;
  border-left: 4px solid #ff7933;
}
.heading-02 > * {
  font-weight: 500;
  font-size: 26px;
  line-height: 1.4;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.heading-02.v-02 {
  margin: 20px 0;
  padding: 0;
  border-left: none;
  font-size: 28px;
  line-height: 1.5;
}
.heading-02 + * {
  margin-top: 0 !important;
}
.heading-03 {
  margin: 90px 0 20px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #d3d3d3;
}
.heading-03 > * {
  position: relative;
  padding: 0 0 0 14px;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.heading-03 > *::before,
.heading-03 > *::after {
  display: block;
  position: absolute;
  left: 0;
  width: 4px;
  height: 50%;
  content: "";
}
.heading-03 > *::before {
  top: 0;
  background-color: #ff7933;
}
.heading-03 > *::after {
  bottom: 0;
  background-color: #ffe6e0;
}
.heading-03 + * {
  margin-top: 0 !important;
}
.heading-03.is-orange {
  margin: 0 0 16px;
  border-bottom: none;
}
.heading-03.is-orange > * {
  padding: 0;
  color: #ff7933;
  font-weight: 500;
  font-size: 22px;
}
.heading-03.is-orange > *::before,
.heading-03.is-orange > *::after {
  display: none;
}
.heading-04 {
  margin: 60px 0 20px 0;
  padding: 0 0 0 10px;
  border-left: 4px solid #ffe6e0;
}
.heading-04 > * {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.heading-04 + * {
  margin-top: 0 !important;
}
.heading-05 {
  margin: 40px 0 20px 0;
}
.heading-05 > * {
  color: #ff7933;
  font-weight: 500;
  font-size: 20px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.heading-05 + * {
  margin-top: 0 !important;
}
.heading-06 {
  margin: 20px 0;
}
.heading-06 > * {
  font-weight: 500;
  font-size: 20px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.heading-06 + * {
  margin-top: 0 !important;
}
.heading-07 {
  position: relative;
  margin: 20px 0 10px 0;
  padding: 0 0 0 20px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.heading-07 + * {
  margin-top: 0 !important;
}
.heading-07::before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 8px;
  height: 3px;
  background-color: #ff7933;
  content: "";
}
.relative-01 {
  position: relative;
}
.column2-01 {
  margin: 40px 0;
}
.column2-01 .l-inner {
  margin: -20px 0 0 -30px;
}
.column2-01 .l-inner::before {
  display: block;
  clear: both;
  content: "";
}
.column2-01 .l-inner::after {
  display: block;
  clear: both;
  content: "";
}
.column2-01 .l-inner > * {
  display: block;
  width: calc((100% - 60px) / 2);
  margin: 20px 0 0 30px !important;
  float: left;
}
.column2-01 .l-inner > * img {
  width: 100%;
}
.column3-01 {
  margin: 40px 0;
}
.column3-01 .l-inner {
  margin: -30px 0 0 -40px;
}
.column3-01 .l-inner::before {
  display: block;
  clear: both;
  content: "";
}
.column3-01 .l-inner::after {
  display: block;
  clear: both;
  content: "";
}
.column3-01 .l-inner > * {
  display: block;
  width: calc((100% - 120px) / 3);
  margin: 30px 0 0 40px !important;
  float: left;
}
.column4-01 {
  margin: 40px 0;
}
.column4-01 .l-inner {
  margin: -23px 0 0 -23px;
}
.column4-01 .l-inner::before {
  display: block;
  clear: both;
  content: "";
}
.column4-01 .l-inner::after {
  display: block;
  clear: both;
  content: "";
}
.column4-01 .l-inner > * {
  display: block;
  width: calc((100% - 92px) / 4);
  margin: 23px 0 0 23px !important;
  float: left;
}
.column6-01 {
  margin: 40px 0;
}
.column6-01 .l-inner {
  margin: -10px 0 0 -10px;
}
.column6-01 .l-inner::before {
  display: block;
  clear: both;
  content: "";
}
.column6-01 .l-inner::after {
  display: block;
  clear: both;
  content: "";
}
.column6-01 .l-inner > * {
  display: block;
  width: calc((100% - 60px) / 6);
  margin: 10px 0 0 10px !important;
  float: left;
}
.column6-01 .l-inner .fs-small {
  line-height: 1.4;
}
.link-list-01 {
  margin: 20px 0;
}
.link-list-01 ul {
  margin: -30px 0 0 -30px;
}
.link-list-01 ul::after {
  display: block;
  clear: both;
  content: "";
}
.link-list-01 ul li {
  width: calc((100% - 90px) / 3);
  margin: 30px 0 0 30px;
  float: left;
  text-align: center;
}
.link-list-01 ul li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 140px;
  border: 1px solid #ff5800;
  border-radius: 5px;
  color: #ff5800;
  font-size: 20px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.link-list-01 ul li a:hover {
  border: 1px solid #ff5800;
  background-color: #ff5800;
  color: #fff;
  opacity: 1;
}
.link-list-01 ul li a span {
  display: block;
  font-size: 16px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.link-arrow-wrap {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.link-arrow-wrap .link-arrow {
  margin: 0;
  white-space: nowrap;
}
.link-arrow {
  margin: 20px 0;
}
.link-arrow a {
  color: #ff7933;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.link-arrow::before {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  margin: 0 7px 0 0;
  background-image: url(../img/arrow-square-01.svg);
  background-size: 20px auto;
  content: "";
}
.link-arrow.v-list {
  margin: 10px 0;
}
.link-arrow.v-gradient::before {
  background-image: url(../img/arrow-square-06.svg);
}
.link-square {
  margin: 20px 0;
}
.link-square a {
  display: block;
  width: 280px;
  padding: 12px;
  border: 1px solid #ff7933;
  color: #ff7933;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.link-square a::before {
  display: inline-block;
  position: relative;
  width: 9px;
  height: 14px;
  margin: 0 7px 0 0;
  background-image: url(../img/arrow-right-03.svg);
  background-size: 9px auto;
  content: "";
}
.link-square.v-half a {
  width: 50%;
}
.link-square.v-noline {
  margin: 16px 0 0;
}
.link-square.v-noline a {
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
}
.link-external {
  margin: 20px 0;
}
.link-external a {
  color: #ff7933;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.link-external::after {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
  background-image: url(../img/icon-external-link-01.svg);
  background-size: 20px auto;
  content: "";
  vertical-align: text-top;
}
.link-pdf {
  margin: 20px 0;
}
.link-pdf a {
  color: #ff7933;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.link-pdf::before {
  display: inline-block;
  width: 30px;
  height: 40px;
  margin: -2px 10px 0 0;
  background-image: url(../img/icon-pdf-01.svg);
  background-size: 30px auto;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
.link-doc {
  margin: 20px 0;
}
.link-doc a {
  color: #ff7933;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.link-doc::before {
  display: inline-block;
  width: 30px;
  height: 40px;
  margin: -2px 10px 0 0;
  background-image: url(../img/icon-doc-01.svg);
  background-size: 30px auto;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
.link-xls {
  margin: 20px 0;
}
.link-xls a {
  color: #ff7933;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.link-xls::before {
  display: inline-block;
  width: 30px;
  height: 40px;
  margin: -2px 10px 0 0;
  background-image: url(../img/icon-xls-01.svg);
  background-size: 30px auto;
  background-repeat: no-repeat;
  content: "";
  vertical-align: middle;
}
.link-underline {
  text-decoration: underline;
}
figure {
  margin: 20px 0 !important;
}
figure figcaption {
  margin: 10px 0 0 0;
  line-height: 1.5;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
figure img + img {
  margin: 20px 0 0 0;
}
figure.v-center {
  text-align: center;
}
figure.v-right {
  text-align: right;
}
.img-box-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
  gap: 0 30px;
}
.img-box-01 + .img-box-01 {
  padding: 40px 0 0 0;
}
.img-box-01 .e-img {
  width: 420px;
  margin: 0 !important;
}
.img-box-01 .e-img img {
  width: 100%;
}
.img-box-01 .e-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.img-box-01 .e-text > *:first-child {
  margin-top: 0;
}
.img-box-01 .e-text > *:last-child {
  margin-bottom: 0;
}
.img-box-01.v-small .e-img {
  width: 320px;
}
.img-box-01.v-mini {
  gap: 0 50px;
}
.img-box-01.v-mini .e-img {
  width: 280px;
}
.img-box-01.v-block {
  display: block;
}
.img-box-01.v-block .e-img {
  width: 100%;
  text-align: center;
}
.img-box-01.v-block .e-img img {
  width: auto;
}
.img-box-01.v-block .e-text {
  margin: 10px 0 0 0;
}
.img-box-01.v-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.img-box-01.v-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.box-01 {
  margin: 20px 0;
  padding: 30px;
  background-color: #fdece8;
}
.box-01 > *:first-child {
  margin-top: 0;
}
.box-01 > *:last-child {
  margin-bottom: 0;
}
.box-01.is-blue {
  background-color: #e7ecf0;
}
.box-01.is-gray {
  background-color: #f8f7f5;
}
.link-box-01 {
  position: relative;
  max-width: 780px;
  margin: 40px auto;
  margin-bottom: 30px !important;
  padding: 25px 25px 45px;
  border-radius: 5px;
  background-color: #ecf2ea;
  font-weight: 500;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.link-box-01 > *:first-child {
  margin-top: 0;
}
.link-box-01 > *:last-child {
  margin-bottom: 0;
}
.link-box-01 .btn-01 {
  margin: 0;
}
.link-box-01 .btn-01 a {
  -webkit-transform: translateX(-50%) translateY(50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  max-width: 340px;
  transform: translateX(-50%) translateY(50%);
}
.box-line {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid #cecece;
}
.box-line figure {
  margin-top: auto !important;
  margin-bottom: 0 !important;
}
.box-line strong {
  font-weight: bold;
}
ul {
  margin: 20px 0;
}
ul li {
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.ul-01 {
  margin: 20px 0;
}
.ul-01 > li {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 1.5;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.ul-01 > li::before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 3px;
  background-color: #ff7933;
  content: "";
}
.ul-01 > li + li {
  margin: 5px 0 0 0;
}
.ul-01 > li ul {
  margin: 0;
}
.ul-02 {
  margin: 20px 0;
}
.ul-02 > li {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 1.5;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.ul-02 > li::before {
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 13px;
  height: 9px;
  background-image: url(../img/icon-check-01.svg);
  background-size: 13px auto;
  content: "";
}
.ul-02 > li + li {
  margin: 5px 0 0 0;
}
.ul-03 {
  margin: 20px 0;
}
.ul-03 > li {
  line-height: 1.5;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.ul-03 > li + li {
  margin: 8px 0 0 0;
}
.ul-03 > li span {
  display: inline-block;
  padding: 5px 7px;
  background-color: #ffe6e0;
}
.ul-04 {
  margin: 20px 0;
}
.ul-04 > li {
  position: relative;
  padding: 0 0 0 20px;
  line-height: 1.5;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.ul-04 > li::before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 100px;
  background-color: #262626;
  content: "";
}
.ul-04 > li + li {
  margin: 5px 0 0 0;
}
.ul-05 {
  margin: 20px 0;
}
.ul-05 > li {
  padding-left: 1em;
  line-height: 1.5;
  text-indent: -1em;
}
.ul-05 > li + li {
  margin: 5px 0 0 0;
}
.ul-06 {
  margin: 20px 0;
}
.ul-06 > li {
  margin: 10px 0;
  line-height: 1.5;
}
.ul-06 > li::before {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
  margin: 0 7px 0 0;
  background-image: url(../img/arrow-square-03.svg);
  background-size: 20px auto;
  content: "";
}
.ol-01 {
  margin: 20px 0;
  counter-reset: item;
}
.ol-01 > li {
  position: relative;
  padding: 0 0 0 30px;
  line-height: 1.5;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.ol-01 > li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(item) ".";
  color: #ff7933;
  counter-increment: item;
}
.ol-01 > li + li {
  margin: 5px 0 0 0;
}
.dl-01 {
  margin: 20px 0;
  line-height: 1.5;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.dl-01 > dt {
  font-weight: 500;
  font-size: 28px;
}
.dl-01 > dd {
  font-size: 22px;
}
.dl-01.is-orange dt {
  color: #ff7933;
}
.dl-01.is-blue dt {
  color: #264678;
}
.dl-02 {
  margin: 20px 0;
}
.dl-02 > dt {
  font-weight: 500;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.dl-02 > dd {
  margin: 10px 0 0 0;
}
.dl-02.is-orange dt {
  color: #ff7933;
}
.dl-02.is-blue dt {
  color: #264678;
}
.dl-03 {
  margin: 20px 0;
}
.dl-03 > dt {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.dl-03 > dd {
  margin: 10px 0 0 0;
}
.dl-03.is-orange dt {
  color: #ff7933;
}
.dl-03.is-blue dt {
  color: #264678;
}
.dl-img-01 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.dl-img-01 > dt {
  width: 230px;
  padding: 0 0 0 50px;
  font-size: 18px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.dl-img-01 > dd {
  width: 200px;
}
.dl-img-01 > dd + dd {
  margin: 0 0 0 20px;
}
.dl-step-01 {
  margin: 30px 0;
}
.dl-step-01 > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0;
}
.dl-step-01 > dl > dt {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 40px;
  margin: 0 30px 0 0;
  border-radius: 5px;
  background-color: #ff7933;
  color: #fff;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.dl-step-01 > dl > dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.dl-step-01 > dl > dd .e-text {
  margin-top: 0;
  color: #ff7933;
  font-size: 18px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.list-column3-01 {
  margin: 20px 0;
}
.list-column3-01:after {
  display: block;
  clear: both;
  content: "";
}
.list-column3-01:before {
  display: block;
  clear: both;
  content: "";
}
.list-column3-01 li {
  width: 33.3333333333%;
  margin: 10px 0 0 0 !important;
  float: left;
}
.list-faq-01 > dl + dl {
  margin: 60px 0 0 0;
}
.list-faq-01 > dl .e-question {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0 60px 0 0;
  background-image: url(../img/icon-plus-01.svg);
  background-position: right top 7px;
  cursor: pointer;
}
.list-faq-01 > dl .e-question.v-show {
  background-image: url(../img/icon-minus-01.svg);
}
.list-faq-01 > dl .e-question::before {
  width: 50px;
  content: "Q";
  color: #d50000;
  font-size: 28px;
}
.list-faq-01 > dl .e-question .m-question-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 30px;
  border-left: 1px solid #d9e3f2;
  font-size: 18px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.list-faq-01 > dl .e-answer {
  display: none;
  margin: 40px 0 0 0;
}
.list-faq-01 > dl .e-answer .l-inner {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.list-faq-01 > dl .e-answer .l-inner::before {
  width: 50px;
  content: "A";
  color: #264678;
  font-size: 28px;
}
.list-faq-01 > dl .e-answer .l-inner .m-answer-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 30px;
  border-left: 1px solid #d9e3f2;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.list-faq-01 > dl .e-answer .l-inner .m-answer-content > *:first-child {
  margin-top: 0;
}
.list-faq-01 > dl .e-answer .l-inner .m-answer-content > *:last-child {
  margin-bottom: 0;
}
.list-faq-01 > dl .e-answer .l-inner .m-answer-content a {
  color: #ff7933;
  text-decoration: underline;
}
.list-faq-01 > dl .e-answer .l-inner .m-answer-content a:hover {
  text-decoration: none;
}
.table-wrap {
  max-width: 930px;
  margin: 40px 0;
  overflow-x: auto;
}
.table-01 {
  width: 100%;
  border-top: 1px solid #cbcbcb;
  border-left: 1px solid #cbcbcb;
  border-radius: 2px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  table-layout: fixed;
}
.table-01 caption {
  margin: 0 0 10px 0;
  line-height: 1.5;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.table-01 thead tr th,
.table-01 tfoot tr th {
  padding: 15px 20px;
  border-right: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  background-color: #ff7933;
  color: #fff;
  vertical-align: middle;
  white-space: nowrap;
}
.table-01 thead tr th:first-child,
.table-01 tfoot tr th:first-child {
  width: 160px;
}
.table-01 thead tr th.v-center,
.table-01 tfoot tr th.v-center {
  text-align: center;
}
.table-01 thead tr th {
  line-height: 1.3;
}
.table-01 tbody tr {
  border-top: 1px solid #cbcbcb;
}
.table-01 tbody tr:first-child {
  border: none;
}
.table-01 tbody tr th {
  width: 160px;
  padding: 15px 20px;
  border-right: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  background-color: #ffe6e0;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}
.table-01 tbody tr th.v-center {
  text-align: center;
}
.table-01 tbody tr td {
  padding: 15px 20px;
  border-right: 1px solid #cbcbcb;
  border-bottom: 1px solid #cbcbcb;
  vertical-align: middle;
}
.table-01 tbody tr td a {
  text-decoration: underline;
}
.table-01 tbody tr td a:hover {
  text-decoration: none;
}
.table-01 tbody tr td > * + * {
  margin: 20px 0 0 0;
}
.table-01 tbody tr td > *:first-child {
  margin-top: 0;
}
.table-01 tbody tr td > *:last-child {
  margin-bottom: 0;
}
.table-01 tbody tr td.v-nowrap {
  white-space: nowrap;
}
.table-01 tbody tr td.v-padding-none {
  padding: 0 20px;
}
.table-01 tbody tr td.v-padding-min {
  padding: 15px 10px;
}
.table-01 tbody tr td.v-center {
  text-align: center;
}
.table-01 tbody tr td.v-right {
  text-align: right;
}
.table-01 tbody tr td.v-left {
  text-align: left;
}
.table-01.v-wrap-normal thead tr th {
  white-space: normal;
}
.table-01.v-wrap-normal thead tr th.v-nowrap {
  white-space: nowrap;
}
.table-01.v-wrap-normal tbody tr th {
  line-height: 1.5;
  white-space: normal;
}
.table-01.v-wrap-normal tbody tr th.v-nowrap {
  white-space: nowrap;
}
.table-01.v-free {
  table-layout: auto;
}
.table-01.v-free thead tr th:first-child,
.table-01.v-free thead tr td:first-child {
  width: auto;
}
.table-01.v-free thead tr th.w-05,
.table-01.v-free thead tr td.w-05 {
  width: 5%;
}
.table-01.v-free thead tr th.w-10,
.table-01.v-free thead tr td.w-10 {
  width: 10%;
}
.table-01.v-free thead tr th.w-15,
.table-01.v-free thead tr td.w-15 {
  width: 15%;
}
.table-01.v-free thead tr th.w-20,
.table-01.v-free thead tr td.w-20 {
  width: 20%;
}
.table-01.v-free thead tr th.w-25,
.table-01.v-free thead tr td.w-25 {
  width: 25%;
}
.table-01.v-free thead tr th.w-30,
.table-01.v-free thead tr td.w-30 {
  width: 30%;
}
.table-01.v-free thead tr th.w-35,
.table-01.v-free thead tr td.w-35 {
  width: 35%;
}
.table-01.v-free thead tr th.w-40,
.table-01.v-free thead tr td.w-40 {
  width: 40%;
}
.table-01.v-free thead tr th.w-45,
.table-01.v-free thead tr td.w-45 {
  width: 45%;
}
.table-01.v-free thead tr th.w-50,
.table-01.v-free thead tr td.w-50 {
  width: 50%;
}
.table-01.v-free thead tr th.w-55,
.table-01.v-free thead tr td.w-55 {
  width: 55%;
}
.table-01.v-free thead tr th.w-60,
.table-01.v-free thead tr td.w-60 {
  width: 60%;
}
.table-01.v-free thead tr th.w-65,
.table-01.v-free thead tr td.w-65 {
  width: 65%;
}
.table-01.v-free thead tr th.w-70,
.table-01.v-free thead tr td.w-70 {
  width: 70%;
}
.table-01.v-free thead tr th.w-75,
.table-01.v-free thead tr td.w-75 {
  width: 75%;
}
.table-01.v-free thead tr th.w-80,
.table-01.v-free thead tr td.w-80 {
  width: 80%;
}
.table-01.v-free thead tr th.w-85,
.table-01.v-free thead tr td.w-85 {
  width: 85%;
}
.table-01.v-free thead tr th.w-90,
.table-01.v-free thead tr td.w-90 {
  width: 90%;
}
.table-01.v-free thead tr th.w-95,
.table-01.v-free thead tr td.w-95 {
  width: 95%;
}
.table-01.v-free thead tr th.w-100,
.table-01.v-free thead tr td.w-100 {
  width: 100%;
}
.table-01.v-free tbody tr th,
.table-01.v-free tbody tr td {
  width: auto;
}
.table-01.v-free tbody tr th.w-05,
.table-01.v-free tbody tr td.w-05 {
  width: 5%;
}
.table-01.v-free tbody tr th.w-10,
.table-01.v-free tbody tr td.w-10 {
  width: 10%;
}
.table-01.v-free tbody tr th.w-15,
.table-01.v-free tbody tr td.w-15 {
  width: 15%;
}
.table-01.v-free tbody tr th.w-20,
.table-01.v-free tbody tr td.w-20 {
  width: 20%;
}
.table-01.v-free tbody tr th.w-25,
.table-01.v-free tbody tr td.w-25 {
  width: 25%;
}
.table-01.v-free tbody tr th.w-30,
.table-01.v-free tbody tr td.w-30 {
  width: 30%;
}
.table-01.v-free tbody tr th.w-35,
.table-01.v-free tbody tr td.w-35 {
  width: 35%;
}
.table-01.v-free tbody tr th.w-40,
.table-01.v-free tbody tr td.w-40 {
  width: 40%;
}
.table-01.v-free tbody tr th.w-45,
.table-01.v-free tbody tr td.w-45 {
  width: 45%;
}
.table-01.v-free tbody tr th.w-50,
.table-01.v-free tbody tr td.w-50 {
  width: 50%;
}
.table-01.v-free tbody tr th.w-55,
.table-01.v-free tbody tr td.w-55 {
  width: 55%;
}
.table-01.v-free tbody tr th.w-60,
.table-01.v-free tbody tr td.w-60 {
  width: 60%;
}
.table-01.v-free tbody tr th.w-65,
.table-01.v-free tbody tr td.w-65 {
  width: 65%;
}
.table-01.v-free tbody tr th.w-70,
.table-01.v-free tbody tr td.w-70 {
  width: 70%;
}
.table-01.v-free tbody tr th.w-75,
.table-01.v-free tbody tr td.w-75 {
  width: 75%;
}
.table-01.v-free tbody tr th.w-80,
.table-01.v-free tbody tr td.w-80 {
  width: 80%;
}
.table-01.v-free tbody tr th.w-85,
.table-01.v-free tbody tr td.w-85 {
  width: 85%;
}
.table-01.v-free tbody tr th.w-90,
.table-01.v-free tbody tr td.w-90 {
  width: 90%;
}
.table-01.v-free tbody tr th.w-95,
.table-01.v-free tbody tr td.w-95 {
  width: 95%;
}
.table-01.v-free tbody tr th.w-100,
.table-01.v-free tbody tr td.w-100 {
  width: 100%;
}
.table-01.v-center thead th {
  text-align: center;
}
.table-01.v-center tbody th,
.table-01.v-center tbody td {
  text-align: center;
}
.table-01.v-td-center tbody td {
  text-align: center;
}
.table-01.v-form .required {
  color: #d50000;
}
.table-01.v-form .required::after {
  margin: 0 0 0 5px;
  content: "※";
}
.table-01.v-cell-padding-min thead th,
.table-01.v-cell-padding-min thead td,
.table-01.v-cell-padding-min tbody th,
.table-01.v-cell-padding-min tbody td {
  padding: 10px 5px;
}
.table-01 .vertical-rl {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-align: left;
  writing-mode: vertical-rl;
}
.table-01.no-border {
  border-left: none;
}
.table-01.no-border tbody tr th,
.table-01.no-border tbody tr td {
  border: none;
  border-bottom: 1px solid #cbcbcb;
}
.table-02 {
  width: 100%;
  border-top: 1px solid #d1d1d1;
  border-left: 1px solid #d1d1d1;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  text-align: center;
  table-layout: fixed;
}
.table-02 thead th {
  padding: 15px 0;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  background-color: #ffe6e0;
}
.table-02 thead th.v-white {
  background-color: #fff;
}
.table-02 tbody tr th {
  padding: 15px 0;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  vertical-align: middle;
}
.table-02 tbody tr th.e-time-zone {
  width: 70px;
  background-color: #edf1f7;
}
.table-02 tbody tr td {
  padding: 15px 0;
  border-right: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  vertical-align: middle;
}
.table-02 tbody tr td.v-nowrap {
  white-space: nowrap;
}
.table-02 tbody tr:nth-child(4n + 3) td {
  background-color: #fafafa;
}
.table-02 tbody tr:nth-child(4n + 4) td {
  background-color: #fafafa;
}
.table-02.v-free {
  table-layout: auto;
}
.table-03 {
  width: 100%;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  table-layout: fixed;
}
.table-03 thead th {
  padding: 15px 36px;
  background-color: #ffe6e0;
  text-align: left;
}
.table-03 thead th.v-white {
  background-color: #fff;
}
.table-03 tbody tr th {
  padding: 15px 36px;
  border-bottom: 1px solid #d1d1d1;
  text-align: left;
  vertical-align: middle;
}
.table-03 tbody tr td {
  padding: 15px 36px 15px 0;
  border-bottom: 1px solid #d1d1d1;
  vertical-align: middle;
}
.table-03 tbody tr td.v-nowrap {
  white-space: nowrap;
}
.table-03 tbody tr:last-child th,
.table-03 tbody tr:last-child td {
  border-bottom: none;
}
.table-03.v-free {
  table-layout: auto;
}
.table-03.v-center thead th {
  padding-left: 0;
  text-align: center;
}
.table-03.v-center tbody th {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.table-03.v-center tbody td {
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
.btn-wrap-01 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
}
.btn-wrap-01 .btn-01 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}
.btn-wrap-01 .btn-01 a,
.btn-wrap-01 .btn-01 input {
  width: 100%;
}
.btn-01 {
  margin: 40px 0;
}
.btn-01 a,
.btn-01 input {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 60px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #ff7933;
  color: #fff;
  font-size: 20px;
  line-height: 1.25;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  text-decoration: none !important;
  cursor: pointer;
}
.btn-01 a::before,
.btn-01 input::before {
  display: inline-block;
  width: 9px;
  height: 14px;
  margin: 0 8px 0 0;
  background-image: url(../img/arrow-right-04.svg);
  background-size: 9px auto;
  background-repeat: no-repeat;
  content: "";
}
.btn-01 a div,
.btn-01 input div {
  display: inline-block;
}
.btn-01.v-w-free a,
.btn-01.v-w-free input {
  width: 100%;
}
.btn-01.v-top-small {
  margin: 20px 0 0 0;
}
.btn-01.v-text-small a,
.btn-01.v-text-small input {
  font-size: 16px;
}
.btn-01.v-text-small a span.small,
.btn-01.v-text-small input span.small {
  font-size: 14px;
}
.btn-01.v-external-link a::before,
.btn-01.v-external-link input::before {
  display: none;
}
.btn-01.v-external-link a::after,
.btn-01.v-external-link input::after {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 0 0 0 8px;
  background-image: url(../img/icon-external-link-02.svg);
  background-size: 18px auto;
  background-repeat: no-repeat;
  content: "";
  vertical-align: bottom;
}
.btn-01.v-left a,
.btn-01.v-left input {
  margin: 0;
}
.navi-01 {
  margin: 30px 0;
}
.navi-01 ul {
  margin: -20px 0 0 -10px;
}
.navi-01 ul:before {
  display: block;
  clear: both;
  content: "";
}
.navi-01 ul::after {
  display: block;
  clear: both;
  content: "";
}
.navi-01 ul li {
  margin: 20px 0 0 10px;
  float: left;
}
.navi-01 ul li a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 0 15px;
  border: 1px solid #707070;
  border-radius: 100px;
  line-height: 1;
  text-align: center;
}
.navi-02 {
  margin: 30px 0;
}
.navi-02 ul {
  margin: -20px 0 0 -10px;
}
.navi-02 ul:before {
  display: block;
  clear: both;
  content: "";
}
.navi-02 ul::after {
  display: block;
  clear: both;
  content: "";
}
.navi-02 ul li {
  width: calc((100% - 60px) / 6);
  margin: 20px 0 0 10px;
  float: left;
}
.navi-02 ul li a,
.navi-02 ul li .navi-btn {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 42px;
  border: 1px solid #707070;
  border-radius: 100px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
.navi-02 ul li.e-small {
  font-size: 14px;
}
.navi-02 ul li.current a,
.navi-02 ul li.current .navi-btn {
  border: none;
  background-color: #e3e9ee;
}
.navi-02.v-02 ul li {
  width: calc((100% - 40px) / 4);
}
.navi-03 {
  margin: 30px 0;
  padding: 15px 50px;
  border-radius: 5px;
  background-color: #ffe6e0;
}
.navi-03 ul {
  margin: -10px 0 0 -53px;
}
.navi-03 ul:before {
  display: block;
  clear: both;
  content: "";
}
.navi-03 ul::after {
  display: block;
  clear: both;
  content: "";
}
.navi-03 ul li {
  margin: 10px 0 0 53px;
  float: left;
}
.navi-03 ul li a {
  color: #262626;
  font-size: 15px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.navi-03 ul li a::before {
  display: inline-block;
  width: 10px;
  height: 7px;
  margin: 0 6px 0 0;
  background-image: url(../img/arrow-bottom-01.svg);
  background-position: center center;
  content: "";
  vertical-align: middle;
}
.navi-05 {
  margin: 30px 0;
}
.navi-05 ul {
  margin: -15px 0 0 -10px;
}
.navi-05 ul:before {
  display: block;
  clear: both;
  content: "";
}
.navi-05 ul::after {
  display: block;
  clear: both;
  content: "";
}
.navi-05 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0 0 15px;
  padding: 0 0 0 15px;
  float: left;
  border-left: 1px solid #bfbfbf;
  font-size: 15px;
  line-height: 1.3;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.navi-05 ul li::before {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 7px 0 0;
  background-image: url(../img/arrow-square-01.svg);
  background-size: 20px auto;
  background-repeat: no-repeat;
  content: "";
}
.navi-05 ul li a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  display: inline-block;
  flex: 1;
}
.navi-05 ul li a::after {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0 0 0;
  border-radius: 100px;
  content: "";
}
.navi-05 ul li.current a::after {
  background-color: #ff5a29;
}
.navi-05.v-large ul {
  margin: -15px 0 0 -20px;
}
.navi-05.v-large ul li {
  margin: 15px 0 0 20px;
}
.navi-05.v-arrow-bottom ul li::before {
  width: 8px;
  height: 5px;
  margin: 7px 7px 0 0;
  background-image: url(../img/arrow-bottom-01.svg);
  background-size: 8px auto;
}
.navi-05.v-arrow-bottom ul li a {
  color: #ff5a29;
}
.navi-06 {
  margin: 0 0 50px 0;
}
.navi-06 ul {
  margin: -15px 0 0 -15px;
}
.navi-06 ul:after {
  display: block;
  clear: both;
  content: "";
}
.navi-06 ul:before {
  display: block;
  clear: both;
  content: "";
}
.navi-06 ul > li {
  width: calc((100% - 60px) / 4);
  margin: 15px 0 0 15px;
  float: left;
}
.navi-06 ul > li > a,
.navi-06 ul > li > span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  border: 1px solid #f06458;
  border-radius: 5px;
  background-color: #ff7933;
  color: #fff;
  line-height: 1.3;
  text-align: center;
}
.navi-06 ul > li > a:hover,
.navi-06 ul > li > span:hover {
  background-color: #fff;
  color: #ff5a29;
  opacity: 1;
}
.navi-06 ul > li > a span,
.navi-06 ul > li > span span {
  display: block;
  font-size: 13px;
}
.navi-06 ul > li > span {
  border: none;
  background-color: #edf1f7;
  color: #262626;
}
.navi-06 ul > li > span:hover {
  background-color: #edf1f7;
  color: #262626;
}
.navi-06 ul > li.v-current a {
  background-color: #fff;
  color: #ff5a29;
  opacity: 1;
}
.news-01 {
  border-top: 1px solid #eaeaea;
}
.news-01 > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px;
  gap: 0 48px;
  border-bottom: 1px solid #eaeaea;
}
.news-01 > dl dt {
  min-width: 186px;
}
.news-01 > dl dt .e-cate {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 132px;
  min-height: 24px;
  margin-right: 24px;
  padding: 3px 6px;
  border-radius: 2px;
  background-color: rgba(255, 112, 51, 0.8);
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  text-align: center;
}
.news-01 > dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.news-01 > div {
  padding: 10px 0;
  border-bottom: 1px solid #eaeaea;
}
.news-01.v-cate-none dl dt {
  min-width: 100px;
}
.pagenation-block {
  margin: 80px 0 0 0;
  padding: 20px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
}
.pagenation-block .pagenation {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.pagenation-block .pagenation .prev-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
}
.pagenation-block .pagenation .prev-box .first::after {
  display: inline-block;
  margin: 0 15px;
  content: "|";
  color: #d1d1d1;
}
.pagenation-block .pagenation .prev-box .first a {
  padding: 0 0 0 28px;
  background-image: url(../img/arrow-square-02.svg);
  background-position: left center;
}
.pagenation-block .pagenation .number-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
.pagenation-block .pagenation .number-box .number a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid #ff5a29;
  border-radius: 2px;
  color: #ff5a29;
}
.pagenation-block .pagenation .number-box .number.current {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  background-color: #ff5a29;
  color: #fff;
}
.pagenation-block .pagenation .next-box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  width: 150px;
}
.pagenation-block .pagenation .next-box .last::before {
  display: inline-block;
  margin: 0 15px;
  content: "|";
  color: #d1d1d1;
}
.pagenation-block .pagenation .next-box .last a {
  padding: 0 28px 0 0;
  background-image: url(../img/arrow-square-01.svg);
  background-position: right center;
}
.pagenation-block .pagenation .post-prev a {
  padding: 0 0 0 28px;
  background-image: url(../img/arrow-square-02.svg);
  background-position: left center;
}
.pagenation-block .pagenation .post-next {
  margin-left: auto;
}
.pagenation-block .pagenation .post-next a {
  padding: 0 28px 0 0;
  background-image: url(../img/arrow-square-01.svg);
  background-position: right center;
}
.inquiry-01 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  max-width: 780px;
  margin: 40px auto;
  padding: 25px 0;
  border-radius: 5px;
  background-color: #d9e3f2;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.inquiry-01 .e-heading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px;
  font-size: 20px;
  line-height: 1.5;
}
.inquiry-01 .e-heading > * {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.inquiry-01 .e-heading > a {
  margin: 0;
  color: #264678;
  font-size: 20px;
}
.inquiry-01 .e-inquiry {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 50px 0 50px;
  border-left: 1px solid #c3b48a;
  font-size: 18px;
  line-height: 1.5;
}
.inquiry-01 .e-inquiry > dl {
  white-space: nowrap;
}
.inquiry-01 .e-inquiry dd .inquiry-heading {
  vertical-align: middle;
}
.inquiry-01 .e-inquiry dd a {
  display: inline-block;
  margin: 0 0 0 10px;
  color: #264678;
  font-size: 28px;
  vertical-align: middle;
}
.inquiry-01 .e-inquiry .m-text {
  font-size: 14px;
}
.inquiry-01.v-small .e-heading {
  padding: 0 30px;
  font-size: 18px;
}
.inquiry-01.v-small .e-inquiry {
  padding: 0 30px;
}
.inquiry-01.v-100 {
  max-width: 100%;
}
.map-01 {
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.map-01 iframe {
  width: 100%;
  height: 460px;
}
.map-02 {
  width: 100%;
  height: 460px;
  overflow: hidden;
}
.map-02 iframe {
  width: 100%;
  height: 860px;
  margin-top: -200px;
}
.youtube {
  max-width: 560px;
  margin: 40px auto;
}
.youtube .l-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube .l-inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.inview-up {
  -webkit-transform: translateY(30px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transform: translateY(30px);
  opacity: 0;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
.inview-up.is-inview {
  -webkit-transform: translateY(0);
  -webkit-transition-delay: 0.7s;
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.7s;
}
.box-credo {
  position: relative;
  max-width: 480px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding: 24px 32px;
  border-radius: 6px;
  background-color: #fdece8;
}
.box-credo + .box-credo {
  margin-top: 50px;
  padding: 50px 62px;
}
.box-credo dt {
  -webkit-transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.box-credo dd {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
}
.box-credo-word {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.08em;
  text-align: center;
}
.box-credo-list {
  counter-reset: item;
}
.box-credo-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 1.5;
}
.box-credo-list > li::before {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  content: counter(item) ".";
  counter-increment: item;
}
.box-credo-list > li + li {
  margin: 30px 0 0 0;
}
.ul-dailyflow li {
  position: relative;
  padding-bottom: 32px;
  padding-left: 20px;
}
.ul-dailyflow li + li {
  margin-top: 0;
}
.ul-dailyflow li::before {
  display: block;
  position: absolute;
  top: 5px;
  left: 34px;
  width: 5px;
  height: 100%;
  background-color: #ffe6e0;
  content: "";
}
.ul-dailyflow li:last-child {
  padding-bottom: 0;
}
.ul-dailyflow li:last-child::before {
  display: none;
}
.ul-dailyflow-label {
  -ms-grid-columns: auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -ms-grid;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-top: 0;
  gap: 26px;
  font-weight: 600;
  font-size: 20px;
}
.ul-dailyflow-label::before {
  display: block;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #ffe6e0;
  content: "";
}
.ul-dailyflow .img-box-01 {
  margin-top: 24px;
  margin-bottom: 0;
  padding-left: 60px;
}
.ul-dailyflow.is-welfare {
  max-width: 492px;
  margin-right: auto;
  margin-left: auto;
}
.ul-dailyflow.is-welfare li {
  padding-left: 0;
}
.ul-dailyflow.is-welfare li::before {
  display: none;
}
.ul-dailyflow.is-welfare li .img-box-01.v-small .e-img {
  width: auto;
  max-width: 320px;
}
.ul-dailyflow.is-welfare li .img-box-01.v-small .e-img img {
  width: auto;
}
.ul-dailyflow.is-welfare li:nth-child(4) .img-box-01.v-small .e-img {
  max-width: 372px;
}
.ul-dailyflow.is-welfare li:last-child .ul-dailyflow-label {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  border-radius: 25px;
  background-color: #e6f0e6;
}
.ul-dailyflow.is-welfare .ul-dailyflow-label {
  -ms-grid-columns: auto 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -ms-grid;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-top: 0;
  gap: 24px;
  font-weight: 600;
  font-size: 20px;
}
.ul-dailyflow.is-welfare .ul-dailyflow-label::before {
  display: none;
}
.ul-dailyflow.is-welfare .ul-dailyflow-label span {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 40px;
  border: 1px solid #25a07f;
  border-radius: 25px;
  color: #25a07f;
}
.catchcopy.text-large {
  font-size: 28px;
}
.catchcopy.text-medium {
  font-size: 22px;
}
.catchcopy.text-normal {
  font-size: 16px;
}
.catchcopy.is-orange {
  color: #ff7933;
}
.catchcopy.is-blue {
  color: #264678;
}
.wp-block-column > * {
  margin-top: 0;
}
.wp-block-column .wp-block:nth-of-type(1) .acf-block-preview > * {
  margin-top: 0;
}
.g-header {
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 0 0 30px;
  background-color: #fff;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.1));
}
.g-header > .l-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
.g-header > .l-inner .e-navi {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 20px 0 0;
  border-right: 1px solid #e2e2e2;
}
.g-header > .l-inner .e-navi .m-setting {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.g-header > .l-inner .e-navi .m-setting .l-logo-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 0 12px;
}
.g-header > .l-inner .e-navi .m-setting .l-logo-wrap .s-logo {
  width: 32px;
}
.g-header > .l-inner .e-navi .m-setting .l-link-wrap {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.g-header > .l-inner .e-navi .m-setting .l-link-wrap .s-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  gap: 0 15px;
  font-size: 14px;
  line-height: 1;
}
.g-header > .l-inner .e-navi .m-setting .l-link-wrap .s-font-size {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  gap: 0 15px;
  border-left: 1px solid #e2e2e2;
  font-size: 14px;
  line-height: 1;
}
.g-header > .l-inner .e-navi .m-setting .l-link-wrap .s-font-size dd {
  cursor: pointer;
}
.g-header > .l-inner .e-navi .m-setting .l-link-wrap .s-font-size dd.active {
  padding: 10px;
  border-radius: 2px;
  background-color: rgba(255, 88, 0, 0.8);
  color: #fff;
}
.g-header > .l-inner .e-navi .m-setting .l-link-wrap .s-search {
  margin: 0 0 0 20px;
}
.g-header > .l-inner .e-navi .m-setting .l-link-wrap .s-search form {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 10px;
}
.g-header
  > .l-inner
  .e-navi
  .m-setting
  .l-link-wrap
  .s-search
  form
  .search-box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
}
.g-header
  > .l-inner
  .e-navi
  .m-setting
  .l-link-wrap
  .s-search
  form
  .search-box
  .l-inner {
  -webkit-transition: all 0.7s;
  position: relative;
  width: 0;
  transition: all 0.7s;
}
.g-header
  > .l-inner
  .e-navi
  .m-setting
  .l-link-wrap
  .s-search
  form
  .search-box
  .l-inner
  input[type="text"] {
  -webkit-transition: all 0.7s;
  width: inherit;
  width: 0;
  padding: 5px 0 5px 0;
  border: none;
  border-radius: 100px;
  background-color: #ffe6e0;
  font-size: 14px;
  line-height: 1;
  transition: all 0.7s;
}
.g-header
  > .l-inner
  .e-navi
  .m-setting
  .l-link-wrap
  .s-search
  form
  .search-box
  .l-inner
  .search-submit {
  -webkit-transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 50px;
  padding: 0;
  transform: translateY(-50%);
  border-radius: 100px;
  background-color: #ff5800;
  color: #fff;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease-in;
}
.g-header
  > .l-inner
  .e-navi
  .m-setting
  .l-link-wrap
  .s-search
  form
  .search-box
  .l-inner.v-show {
  width: 100%;
}
.g-header
  > .l-inner
  .e-navi
  .m-setting
  .l-link-wrap
  .s-search
  form
  .search-box
  .l-inner.v-show
  input[type="text"] {
  width: 280px;
  padding: 5px 65px 5px 15px;
}
.g-header
  > .l-inner
  .e-navi
  .m-setting
  .l-link-wrap
  .s-search
  form
  .search-box
  .l-inner.v-show
  .search-submit {
  opacity: 1;
}
.g-header
  > .l-inner
  .e-navi
  .m-setting
  .l-link-wrap
  .s-search
  form
  .search-btn {
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-search-01.svg);
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.g-header > .l-inner .e-navi .m-navi {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  border-top: 1px solid #d8d8d8;
}
.g-header > .l-inner .e-navi .m-navi .e-title {
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.g-header > .l-inner .e-navi .m-navi ul {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end;
  margin: 0;
  gap: 0 34px;
  font-weight: 500;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.g-header > .l-inner .e-menu {
  width: 110px;
}
.g-header > .l-inner .e-menu .m-button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  cursor: pointer;
}
.g-header > .l-inner .e-menu .m-button span {
  width: 38px;
  height: 2px;
  background-color: #ff5800;
}
.g-header > .l-inner .e-menu .m-button span + span {
  margin: 15px 0 0 0;
}
body.home .g-header {
  background: none;
  color: #fff;
}
body.home .g-header a {
  color: #fff !important;
}
body.home .g-header .l-inner .e-navi .m-setting .s-font-size dd.active {
  border: 1px solid #fff;
  background-color: #fff;
  color: #ff5800;
}
body.home
  .g-header
  .l-inner
  .e-navi
  .m-setting
  .s-search
  form
  input[type="text"] {
  border: 1px solid #fff;
  background-color: #fff !important;
}
body.home .g-header .l-inner .e-navi .m-setting .s-search form .search-btn {
  background-image: url(../img/icon-search-02.svg);
}
body.home .g-header .l-inner .e-menu .m-button span {
  background-color: #fff;
}
body.home .g-header.is-scroll {
  background-color: #fff;
  color: #262626;
}
body.home .g-header.is-scroll a {
  color: #262626 !important;
}
body.home
  .g-header.is-scroll
  .l-inner
  .e-navi
  .m-setting
  .s-font-size
  dd.active {
  border: 1px solid rgba(255, 255, 255, 0);
  background-color: rgba(255, 88, 0, 0.8);
  color: #fff;
}
body.home
  .g-header.is-scroll
  .l-inner
  .e-navi
  .m-setting
  .s-search
  form
  input[type="text"] {
  background-color: #ffe6e0 !important;
}
body.home
  .g-header.is-scroll
  .l-inner
  .e-navi
  .m-setting
  .s-search
  form
  .search-btn {
  background-image: url(../img/icon-search-01.svg);
}
body.home .g-header.is-scroll .l-inner .e-menu .m-button span {
  background-color: #262626;
}
.menu-block {
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-transition: opacity 0.5s;
  visibility: hidden;
  z-index: 1001;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 30px 30px 50px;
  overflow-y: scroll;
  background-color: #fff;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  opacity: 0;
  transition: opacity 0.5s;
}
.menu-block.v-show {
  visibility: inherit;
  opacity: 1;
}
.menu-block .e-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-block .e-header .e-title {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 0 18px;
}
.menu-block .e-header .e-title .m-text {
  font-weight: 700;
  font-size: 26px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.menu-block .e-header .e-title .m-text a {
  color: #262626;
}
.menu-block .e-header .e-close {
  cursor: pointer;
}
.menu-block .menu-navi-block {
  max-width: 1200px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
}
.menu-block .menu-navi-block > .l-inner {
  margin: -40px 0 0 -60px;
}
.menu-block .menu-navi-block > .l-inner > div {
  width: calc((100% - 180px) / 3);
  margin: 40px 0 0 60px;
  float: left;
}
.menu-block .menu-navi-block .l-inner-02 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  gap: 0 60px;
}
.menu-block .menu-navi-block .l-inner-02 > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.menu-block .menu-navi-block .e-heading {
  border-bottom: 1px solid #cbcbcb;
}
.menu-block .menu-navi-block .e-heading.v-top {
  margin-top: 60px;
}
.menu-block .menu-navi-block .e-heading a {
  display: block;
  position: relative;
  padding: 0 0 10px 30px;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.menu-block .menu-navi-block .e-heading a::before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: #ff5800;
  content: "";
}
.menu-block .menu-navi-block .e-list {
  padding: 0 0 0 30px;
  font-weight: 500;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.menu-block .menu-navi-block .e-list li {
  margin: 15px 0 0 0;
}
.menu-block .e-link {
  display: none;
}
.menu-block .e-search {
  display: none;
}
.menu-block .e-tel {
  display: none;
}
.menu-block .e-info {
  display: none;
}
.g-footer {
  max-width: 1220px;
  margin: 0 auto;
}
.g-footer .l-inner-01 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.g-footer .l-inner-01 .e-title {
  font-weight: 500;
  font-size: 22px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.g-footer .l-inner-01 .e-link {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 25px;
}
.g-footer .l-inner-02 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 10px;
  gap: 0 30px;
  border-top: 1px solid #cbcbcb;
}
.g-footer .l-inner-02 .e-logo {
  width: 223px;
  text-align: center;
}
.g-footer .l-inner-02 .e-logo a {
  display: block;
}
.g-footer .l-inner-02 .e-logo a .m-logo img {
  width: 65px;
}
.g-footer .l-inner-02 .e-logo a .m-text {
  margin: 15px 0 0 0;
  font-weight: 500;
  font-size: 24px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.g-footer .l-inner-02 .e-navi {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 20px 0 40px 40px;
  border-left: 1px solid #d8d8d8;
}
.g-footer .l-inner-02 .e-navi .m-navi-01 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  justify-content: space-between;
}
.g-footer .l-inner-02 .e-navi .m-navi-01 .s-heading {
  font-weight: 500;
  font-size: 20px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.g-footer .l-inner-02 .e-navi .m-navi-01 .s-list {
  margin: 20px 0 0 0;
}
.g-footer .l-inner-02 .e-navi .m-navi-01 .s-list a {
  color: #888;
}
.g-footer .l-inner-02 .e-navi .m-navi-01 .s-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  gap: 0 30px;
}
.g-footer .l-inner-02 .e-navi .m-navi-02 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 60px 0 0 0;
}
.g-footer .l-inner-02 .e-navi .m-navi-02 .s-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
}
.g-footer .l-inner-02 .e-navi .m-navi-02 .s-list a {
  color: #888;
}
.g-footer .l-inner-02 .e-navi .m-navi-02 .s-copy {
  margin: 0;
  color: #888;
  font-size: 13px;
}
.pc-fixed-navi {
  z-index: 1000;
  position: fixed;
  right: 0;
  bottom: 50px;
  width: 100%;
  padding: 0;
  color: #fff;
  text-align: right;
  pointer-events: none;
}
.pc-fixed-navi > .l-inner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.pc-fixed-navi > .l-inner a {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  display: block;
  flex: 0 1 100%;
  width: 100%;
  max-width: 145px;
  padding: 4px 10px;
  border-radius: 2px 0 0 2px;
  background-color: #ff7933;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  text-align: center;
  pointer-events: all;
}
.pc-fixed-navi > .l-inner a + a {
  margin-top: 10px;
}
.pc-fixed-navi > .l-inner span {
  margin: 0 10px;
}
.pc-fixed-navi.is-fixed {
  bottom: 90px !important;
}
.sp-fixed-navi {
  display: none;
}
.post-header .e-info {
  font-weight: 500;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.post-header .e-info .m-cate::before {
  display: inline-block;
  margin: 0 20px;
  content: "|";
  color: #707070;
}
.post-header .e-info.v-02 {
  text-align: right;
}
.post-header .e-title {
  margin: 30px 0 0 0;
  padding: 15px 0 15px 24px;
  border-left: 4px solid #ff5a29;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.4;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.post-body {
  padding: 0 20px;
  word-break: break-all;
}
.sidebar,
.navi-04 {
  margin: 0 0 50px 0;
}
.sidebar .widgettitle,
.navi-04 .widgettitle {
  display: none;
}
.sidebar ul.menu,
.sidebar ul,
.navi-04 ul.menu,
.navi-04 ul {
  margin: -8px 0 0 -8px;
}
.sidebar ul.menu:after,
.sidebar ul:after,
.navi-04 ul.menu:after,
.navi-04 ul:after {
  display: block;
  clear: both;
  content: "";
}
.sidebar ul.menu:before,
.sidebar ul:before,
.navi-04 ul.menu:before,
.navi-04 ul:before {
  display: block;
  clear: both;
  content: "";
}
.sidebar ul.menu > li,
.sidebar ul > li,
.navi-04 ul.menu > li,
.navi-04 ul > li {
  width: calc((100% - 40px) / 5);
  margin: 8px 0 0 8px;
  float: left;
}
.sidebar ul.menu > li a,
.sidebar ul > li a,
.navi-04 ul.menu > li a,
.navi-04 ul > li a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #f06458;
  border-radius: 5px;
  background-color: #ff7933;
  color: #fff;
  line-height: 1.05;
  text-align: center;
}
.sidebar ul.menu > li a:hover,
.sidebar ul > li a:hover,
.navi-04 ul.menu > li a:hover,
.navi-04 ul > li a:hover {
  background-color: #fff;
  color: #ff7933;
  opacity: 1;
}
.sidebar ul.menu > li.current-menu-item a,
.sidebar ul.menu > li.v-current a,
.sidebar ul > li.current-menu-item a,
.sidebar ul > li.v-current a,
.navi-04 ul.menu > li.current-menu-item a,
.navi-04 ul.menu > li.v-current a,
.navi-04 ul > li.current-menu-item a,
.navi-04 ul > li.v-current a {
  background-color: #fff;
  color: #ff7933;
  opacity: 1;
}
.post-module > *:first-child {
  margin-top: 0;
}
.post-module > *:last-child {
  margin-bottom: 0;
}
.post-module h1 {
  margin: 100px 0 30px 0;
  padding: 15px 0 15px 24px;
  border-left: 4px solid #ff5a29;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.4;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.post-module h2 {
  margin: 90px 0 20px 0;
  padding: 0 0 0 10px;
  border-left: 4px solid #ff5a29;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.post-module h2::after {
  display: block;
  height: 1px;
  margin: 10px 0 0 0;
  background-color: #d3d3d3;
  content: "";
}
.post-module h3 {
  margin: 60px 0 20px 0;
  padding: 0 0 0 10px;
  border-left: 4px solid #99adcb;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.post-module h4 {
  margin: 40px 0 20px 0;
  padding: 0 0 0 5px;
  border-bottom: 1px solid #d3d3d3;
  color: #ff5a29;
  font-weight: 500;
  font-size: 20px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.post-module h5 {
  margin: 20px 0;
  font-weight: 500;
  font-size: 20px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.post-module h6 {
  position: relative;
  margin: 20px 0 10px 0;
  padding: 0 0 0 20px;
  font-weight: 500;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.post-module h6::before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 8px;
  height: 3px;
  background-color: #223d6d;
  content: "";
}
.post-module h1 + *,
.post-module h2 + *,
.post-module h3 + *,
.post-module h4 + *,
.post-module h5 + *,
.post-module h6 + * {
  margin-top: 0 !important;
}
.post-module a {
  color: #ff5a29;
  text-decoration: underline;
}
.post-module a:hover {
  text-decoration: none;
}
.job-archives {
  padding: 8px 20px;
}
.job-archives .is-urgent::after {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  padding: 2px;
  border-radius: 2px;
  background-color: #d50000;
  content: "急募";
  color: #fff;
  font-weight: 700;
  font-size: 10px;
  line-height: 1.25;
  vertical-align: 2px;
}
.search-list {
  margin-top: 60px;
}
.search-list .e-title {
  margin: 0 0 15px 0;
  padding: 0 0 5px 0;
  border-bottom: 1px solid #cbcbcb;
}
.search-list .e-title a {
  color: #ff7933;
  font-weight: 700;
  font-size: 20px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.search-list .e-content {
  font-size: 18px;
}
.search-list .e-link {
  margin: 5px 0 0 0;
}
.search-list .e-link a {
  font-weight: 700;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.contact-table-01 .l-column {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 20px;
}
.contact-table-01 .l-column > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}
.contact-table-01 .e-tel {
  font-weight: 500;
  font-size: 18px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  white-space: nowrap;
}
.contact-table-01 .e-tel a {
  display: inline-block;
  margin: 0 0 0 10px;
  color: #ff7933;
  font-size: 32px;
  text-decoration: none;
  vertical-align: sub;
}
.contact-tel-wrap-01 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 40px 0 0 0;
}
.contact-tel-wrap-01 > dl {
  padding: 0 60px 0 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.4;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.contact-tel-wrap-01 > dl a.e-tel {
  display: inline-block;
  margin: 0 0 0 10px;
  color: #ff7933;
  font-size: 32px;
  text-decoration: none;
  vertical-align: sub;
}
.contact-tel-wrap-01 > dl:nth-child(2) {
  padding: 0 0 0 60px;
  border-left: 1px solid #8ea3c4;
}
.greeting-keyblock {
  min-height: 620px;
  padding: 45px 72px;
  background: url(../img/about/bg-about-greeting_pc.jpg) center no-repeat;
  background-size: cover;
}
.greeting-keyblock__ttl {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.4615384615;
}
.greeting-keyblock__txt {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 2.1875;
}
.greeting-img {
  max-width: 223px;
  padding-left: 28px;
}
.greeting-img figure {
  margin: 0 auto !important;
}
.greeting-img .chairman-sign {
  width: 223px;
  height: 84px;
  margin-top: 0;
}
.greeting-block {
  max-width: 100%;
}
.greeting-list {
  padding-left: 16px;
  counter-reset: num;
}
.greeting-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.greeting-item + .greeting-item {
  margin-top: 30px;
}
.greeting-item::before {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex: 0 0 auto;
  padding-right: 26px;
  content: counter(num);
  color: #ff7033;
  font-size: 20px;
  line-height: 1;
  counter-increment: num;
}
.greeting-listblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  padding-left: 26px;
  gap: 40px;
  border-left: 1px solid #888;
}
.greeting-ttl {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  flex: 0 0 auto;
  align-self: center;
  min-width: 140px;
  font-size: 20px;
  line-height: 1.5;
}
.greeting-txt {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0;
  font-size: 18px;
  line-height: 1.6666666667;
}
.philosophy-swiper .swiper-wrapper {
  max-width: 870px;
}
.philosophy-swiper .swiper-slide {
  max-width: 260px;
}
.philosophy-swiper .philosophy-arr {
  width: 60px;
  height: 60px;
}
.philosophy-swiper .philosophy-arr:after {
  width: 100%;
  height: 100%;
  background: url(../img/arrow-circle-01.svg) center no-repeat;
  background-size: contain;
  font-size: 0;
}
.philosophy-swiper .philosophy-arr.swiper-button-next {
  right: 0;
}
.philosophy-swiper .philosophy-arr.swiper-button-prev {
  -webkit-transform: scale(-1, 1);
  left: 0;
  transform: scale(-1, 1);
}
.philosophy-item__ttl {
  font-weight: 500;
  font-size: 18px;
}
.philosophy-item__txt {
  margin: 5px 0 0;
  font-weight: 400;
}
.philosophy-item__txt + .philosophy-item__txt {
  margin-top: 10px;
}
.vision-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  max-width: 860px;
  margin: 0 auto;
  padding-top: 70px;
  gap: 60px;
  counter-reset: vision;
}
.vision-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 400px;
  position: relative;
  flex: 0 1 400px;
  padding: 50px 30px 48px;
  border-radius: 10px;
}
.vision-item::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 0;
  left: 40px;
  transform: translateY(-50%);
  content: counter(vision);
  font-weight: 400;
  font-size: 48px;
  line-height: 1;
  font-family: "Roboto-Regular";
  counter-increment: vision;
}
.vision-item:nth-of-type(1) {
  background-color: #f8f6ec;
}
.vision-item:nth-of-type(2) {
  background-color: #faf0ea;
}
.vision-sublist {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.vision-subitem {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  min-height: 120px;
  padding: 24px 16px 21px 26px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.vision-ttl {
  color: #ff7033;
  font-weight: 400;
  font-size: 30px;
  line-height: 1;
  font-family: "Roboto-Regular";
}
.vision-ttl b {
  position: relative;
  color: #262626;
}
.vision-ttl b::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #262626;
  content: "";
}
.vision-txt {
  margin: 6px 0 0;
  color: #262626;
  font-size: 20px;
  line-height: 2;
}
.home-kv-01 {
  position: relative;
  height: 780px;
  overflow: hidden;
}
.home-kv-01 .l-inner .e-kv {
  position: relative;
}
.home-kv-01 .l-inner .e-kv > dd {
  position: absolute;
  right: 100px;
  bottom: 70px;
  color: #fff;
  line-height: 1.4;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
    "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.12em;
  text-align: right;
}
.home-kv-01 .l-inner .e-kv > dd .s-text-01 {
  font-size: 50px;
}
.home-kv-01 .l-inner .e-kv > dd .s-text-02 {
  margin: 10px 0 0 0;
  font-size: 26px;
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.home-kv-01 .l-inner .e-kv.swiper-slide-active .swiper-img,
.home-kv-01 .l-inner .e-kv.swiper-slide-duplicate-active .swiper-img,
.home-kv-01 .l-inner .e-kv.swiper-slide-prev .swiper-img {
  height: 100%;
}
.home-kv-01 .l-inner .e-kv.swiper-slide-active .swiper-img img,
.home-kv-01 .l-inner .e-kv.swiper-slide-duplicate-active .swiper-img img,
.home-kv-01 .l-inner .e-kv.swiper-slide-prev .swiper-img img {
  -webkit-animation: zoomUp 7s linear 0s normal both;
  animation: zoomUp 7s linear 0s normal both;
}
.home-kv-01 .l-inner .e-kv.swiper-slide img {
  -o-object-fit: cover;
  -o-object-position: center center;
  width: 100%;
  max-width: inherit;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.home-kv-01 .e-important {
  z-index: 100;
  position: absolute;
  bottom: 70px;
  left: 100px;
}
.home-kv-01 .e-important .l-inner {
  position: relative;
  border-radius: 4px;
  background-color: #fff;
}
.home-kv-01 .e-important .l-inner .m-btn {
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 70px;
  border-radius: 4px;
  background-color: #f13800;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  cursor: pointer;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.home-kv-01 .e-important .l-inner .m-icon {
  position: absolute;
  top: -20px;
  left: -20px;
}
.home-kv-01 .important-modal {
  -webkit-box-sizing: border-box;
  -webkit-transform: translateX(-50%);
  box-sizing: border-box;
  display: none;
  z-index: 10000;
  position: absolute;
  top: 110px;
  left: 50%;
  width: 84%;
  max-width: 1180px;
  max-height: 500px;
  padding: 40px 80px;
  overflow-y: auto;
  transform: translateX(-50%);
  border: 3px solid #f13800;
  border-radius: 5px;
  background-color: #fff;
}
.home-kv-01 .important-modal.v-show {
  display: block;
}
.home-kv-01 .important-modal .e-heading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  color: #f13800;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.home-kv-01 .important-modal .e-content {
  margin: 20px 0 0 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  word-break: break-all;
}
.home-kv-01 .important-modal .e-content a {
  color: #264678;
}
.home-kv-01 .important-modal .e-content > *:last-child {
  margin-bottom: 0;
}
.home-kv-01 .important-modal .e-btn {
  margin: 20px 0 0 0;
}
.home-kv-01 .important-modal .e-btn a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 70px;
  margin: 0 auto;
  border-radius: 3px;
  background-color: #f13800;
  color: #fff;
  font-weight: 500;
  font-size: 22px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.home-kv-01 .important-modal .e-close {
  position: absolute;
  top: 45px;
  right: 45px;
  cursor: pointer;
}
.home-wrap-l {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}
.home-wrap-s {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.home-heading-01 {
  margin: 0 0 60px 0;
}
.home-heading-01 .e-heading {
  font-weight: 400;
  font-size: 24px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  text-align: center;
}
.home-heading-02 {
  margin: 0 0 60px 0;
}
.home-heading-02 .e-heading {
  font-weight: 500;
  font-size: 28px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  text-align: center;
}
.home-section-01 {
  padding: 60px 20px 60px;
}
.home-section-01 .link-arrow {
  margin-top: 34px;
  margin-bottom: 0;
}
.home-tab-news {
  margin: 0 0 18px 0;
}
.home-tab-news ul {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  margin: 0;
  gap: 0 12px;
}
.home-tab-news ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.home-tab-news ul li span {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 40px;
  border: 1px solid #ffb037;
  border-radius: 5px;
  background-color: #fff;
  color: #ff9a00;
  font-weight: 500;
  line-height: 1.3;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
  cursor: pointer;
}
.home-tab-news ul li span:hover {
  opacity: 1;
}
.home-tab-news ul li span.v-small {
  font-size: 12px;
}
.home-tab-news ul li.current span,
.home-tab-news ul li:hover span {
  border: none;
  background: linear-gradient(170deg, #fac33a 0%, #fa9258 100%);
  color: #fff;
}
.home-tab-news ul li.current span::before,
.home-tab-news ul li:hover span::before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid rgba(0, 0, 0, 0);
  border-top: 7px solid #faac48;
  content: "";
}
/* .home-tab-news-box {
  display: none;
} */
.home-tab-news-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
}
.home-tab-news-subtitle {
  margin-top: 21px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 16px;
}
.home-tab-news-joblist {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  margin: 0;
  gap: 20px;
}
.home-tab-news-joblist .link-square {
  margin: 0;
}
.home-tab-news-joblist .link-square a {
  width: 100%;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  background-color: #fff3f0;
}
.home-section-02 {
  padding: 120px 20px 150px;
  background: url(../img/home/bg-credo.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.home-section-02 .credo-heading {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 0.26em;
}
.home-section-02 .credo-txt {
  font-weight: 400;
  font-size: 24px;
  line-height: 2.5;
  letter-spacing: 0.15em;
}
.home-section-02 .credo-link-arrow {
  margin-top: 65px;
  font-weight: 400;
  font-size: 18px;
}
.home-section-02 .credo-link-arrow a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  gap: 0 10px;
  color: #fff;
}
.home-section-02 .credo-link-arrow a::after {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  width: 43px;
  height: 18px;
  background-image: url(../img/arrow-square-07.svg);
  background-size: contain;
  content: "";
}
.home-section-03 {
  padding: 80px 20px 0;
}
.home-worklist {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(auto, 360px));
  justify-content: center;
  margin: 0;
  gap: 30px;
}
.home-workitem:last-child {
  -ms-grid-columns: (1fr) [2];
  -ms-grid-column-span: 3;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column: span 3;
  gap: 30px;
}
.home-workitem:last-child .home-workpic {
  position: relative;
}
.home-workitem:last-child .home-workpic img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.home-workitem:last-child .home-workname {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  background: linear-gradient(
    163.835deg,
    rgba(250, 146, 88, 0.87) 0%,
    rgba(250, 195, 58, 0.87) 100%
  );
}
.home-workitem:last-child .home-workname::before {
  display: none;
}
.home-worklink {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.home-worklink::after {
  -webkit-transform-origin: left bottom;
  -webkit-transition: all 0.3s;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 160px;
  height: 50px;
  transform-origin: left bottom;
  border-top-right-radius: 5px;
  content: "";
  transition: all 0.3s;
}
.home-worklink.is-doctor::after {
  background: linear-gradient(
    -16.645deg,
    rgba(103, 157, 244, 0.5) 0%,
    rgba(6, 92, 195, 0.5) 100%
  );
}
.home-worklink.is-senkoui::after {
  background: linear-gradient(
    -16.645deg,
    rgba(54, 212, 232, 0.5) 0%,
    rgba(75, 122, 229, 0.5) 100%
  );
}
.home-worklink.is-syoki::after {
  background: linear-gradient(
    -16.645deg,
    rgba(20, 196, 183, 0.5) 0%,
    rgba(43, 199, 255, 0.5) 100%
  );
}
.home-worklink.is-nurse::after {
  background: linear-gradient(
    -16.645deg,
    rgba(250, 161, 58, 0.5) 0%,
    rgba(253, 80, 120, 0.5) 100%
  );
}
.home-worklink.is-pharmacist::after {
  background: linear-gradient(
    -16.645deg,
    rgba(255, 164, 160, 0.5) 0%,
    rgba(182, 106, 237, 0.5) 100%
  );
}
.home-worklink.is-careworker::after {
  background: linear-gradient(
    -16.645deg,
    rgba(255, 121, 193, 0.5) 0%,
    rgba(255, 176, 55, 0.5) 100%
  );
}
.home-worklink:hover::after {
  width: 100%;
  height: 100%;
}
.home-worklink:hover .home-workname {
  background-color: #fff;
  color: #ff7933;
}
.home-worklink:hover .home-workname::before {
  background-image: url(../img/arrow-right-03.svg);
}
.home-workpic {
  margin: 0 !important;
}
.home-workpic img {
  width: 100%;
  height: auto;
}
.home-workname {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: background-color 0.3s, color 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  width: 160px;
  height: 50px;
  margin: 0;
  padding: 20px;
  gap: 10px;
  border-top-right-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  transition: background-color 0.3s, color 0.3s;
}
.home-workname::before {
  display: inline-block;
  width: 5px;
  height: 10px;
  background-image: url(../img/arrow-right-04.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
.home-worketc {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.home-workmenu {
  -ms-grid-columns: 1fr 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0;
  padding: 20px 40px;
  gap: 20px;
}
.home-workmenu li {
  margin: 0;
}
.home-workmenu .link-square a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.125;
}
.home-workmenu .link-square a::before {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0;
}
.home-section-04 {
  position: relative;
  margin: 120px 0 0 0;
  padding-right: 120px;
  padding-left: 120px;
}
.home-section-04::after {
  display: block;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 100px);
  height: 100%;
  border-radius: 10px 0 0 10px;
  background: linear-gradient(-18.748deg, #f8c759 0%, #ff7933 100%);
  content: "";
  opacity: 0.18;
}
.home-section-04 .home-wrap-s {
  padding: 64px 0;
}
.home-tourlist {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -ms-grid;
  display: grid;
  z-index: 1;
  position: relative;
  grid-template-columns: repeat(auto-fit, minmax(auto, 220px));
  justify-content: center;
  margin: 0;
  gap: 40px;
}
.home-tourlink {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  height: 200px;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  color: #fff;
  text-align: center;
}
.home-tourlink::after {
  -webkit-transition: opacity 0.3s;
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(-59.047deg, #fab443 0%, #faa24c 100%);
  content: "";
  transition: opacity 0.3s;
}
.home-tourlink:hover {
  color: #ff7033;
}
.home-tourlink:hover::after {
  opacity: 0;
}
.home-tourimg {
  -webkit-transform: translateX(-50%) translateY(-44px);
  z-index: 2;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-44px);
}
.home-tourtxt {
  z-index: 2;
  position: relative;
  text-align: center;
}
.home-tourlabel {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
}
.home-toursublabel {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
.home-section-05 {
  padding: 120px 20px 0;
}
.home-section-05 .img-box-01 .e-subttl {
  font-weight: 500;
  font-size: 18px;
}
.home-section-05 .img-box-01 .e-img {
  width: 378px;
}
.home-section-05 .img-box-01 .e-img img {
  border-radius: 5px;
}
.home-section-05 .link-square a {
  display: inline;
}
.home-inquiry-01 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 160px auto 0;
  padding: 20px 70px;
  gap: 0 70px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
}
.home-inquiry-01 .e-tel {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.home-inquiry-01 .e-tel .m-text-01 {
  font-size: 20px;
}
.home-inquiry-01 .e-tel .m-text-02 {
  margin: 0 8px;
  font-size: 36px;
}
.home-inquiry-01 .e-tel .m-text-02 a {
  color: #ff7033;
}
.home-inquiry-01 .e-info dl {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 158px;
  padding: 15px 0;
  font-weight: 500;
  font-size: 20px;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.home-inquiry-01 .e-info dl dt {
  width: 120px;
  padding: 0 0 0 23px;
  border-right: 1px solid #bcbcbc;
}
.home-inquiry-01 .e-info dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 20px;
}
.home-inquiry-01 .e-info dl dd span {
  padding: 0 0 0 15px;
  font-size: 24px;
}
.home-inquiry-01 .e-info dl dd span.home-inquiry-separate {
  padding: 0 8px;
  font-size: 20px;
}
.home-inquiry-01 .e-info dl dd.m-link {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.home-inquiry-01 .e-info dl dd.m-link .link-arrow {
  margin: 0;
  font-size: 16px;
}
.txt-left {
  text-align: left !important;
}
.txt-right {
  text-align: right !important;
}
.txt-center {
  text-align: center !important;
}
.txt-justify {
  text-align: justify !important;
}
.vertical-top {
  vertical-align: top !important;
}
.vertical-middle {
  vertical-align: middle !important;
}
.vertical-bottom {
  vertical-align: bottom !important;
}
.vertical-baseline {
  vertical-align: baseline !important;
}
.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.oblique {
  font-style: oblique;
}
.underline {
  text-decoration: underline;
}
.underline-02 {
  padding-bottom: 15px;
  border-bottom: 1px solid #888;
}
.line-through {
  text-decoration: line-through;
}
.nowrap {
  white-space: nowrap;
}
.fs-big {
  font-size: 1.125em !important;
}
.fs-26 {
  font-size: 26px;
}
.fs-18 {
  font-size: 18px;
}
.fs-small {
  font-size: 0.875em !important;
}
.fs-small-02 {
  font-size: 0.75em !important;
}
.fs-small-03 {
  font-size: 0.625em !important;
}
.txt-center-left {
  text-align: center !important;
}
.txt-left-center {
  text-align: left !important;
}
.txt-right-left {
  text-align: right !important;
}
.clear-line-h {
  line-height: 1;
}
p {
  margin: 20px 0;
}
strong {
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
em {
  background-color: #ffe6e0;
  font-style: normal;
}
.text-red {
  color: #d50000;
}
.text-base {
  color: #262626 !important;
}
.text-blue {
  color: #264678;
}
.bg-col-green {
  background-color: #ecf2ea;
}
.text-large {
  margin: 20px 0;
  font-size: 28px;
  line-height: 1.5;
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.text-medium {
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.text-normal {
  font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.h-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex.h-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.flex.v-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex.gap30 {
  gap: 30px;
}
.flex.gap2per {
  gap: 2%;
}
.mtb-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mt--10 {
  margin-top: -10px !important;
}
.mt--20 {
  margin-top: -20px !important;
}
.mt--30 {
  margin-top: -30px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.mt-120 {
  margin-top: 120px !important;
}
.mt-100 {
  margin-top: 100px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mb-120 {
  margin-bottom: 120px !important;
}
.mb-100 {
  margin-bottom: 100px !important;
}
.mb-80 {
  margin-bottom: 80px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.pt-120 {
  padding-top: 120px !important;
}
.pt-100 {
  padding-top: 100px !important;
}
.pt-80 {
  padding-top: 80px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pb-120 {
  padding-bottom: 120px !important;
}
.pb-100 {
  padding-bottom: 100px !important;
}
.pb-80 {
  padding-bottom: 80px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.mt-0-sp {
  margin-top: 0px !important;
}
.hidden {
  display: none;
}
.width-auto {
  width: auto !important;
}
.job-search__column {
  padding: 0 20px;
}
.job-search__subcolumn {
  -webkit-box-ordinal-group: var(--sort-pc);
  -ms-flex-order: var(--sort-pc);
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  display: none;
  grid-column: 1/4;
  order: var(--sort-pc);
  width: 100%;
  max-width: 890px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  background-color: #ffe6e0;
  opacity: 0;
}
.job-search__subcolumn.is-current {
  -webkit-animation: subColumnfadeIn 0.3s ease-out forwards;
  display: block;
  animation: subColumnfadeIn 0.3s ease-out forwards;
}
.job-search__subcolumn .heading-06 {
  margin-top: 0;
}
.job-search__subcolumn .form-list,
.job-search__subcolumn .form-sublist {
  margin: 0;
  padding-bottom: 0;
}
@-webkit-keyframes subColumnfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes subColumnfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.form-list {
  -ms-grid-columns: (1fr) [3];
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 0;
  padding-bottom: 28px;
  gap: 20px;
}
.form-sublist {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-bottom: 28px;
  gap: 20px;
}
.form-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  -webkit-box-ordinal-group: var(--sort-pc);
  -ms-flex-order: var(--sort-pc);
  position: relative;
  flex: 0 1 auto;
  order: var(--sort-pc);
}
.form-item.is-subcolumn::after {
  -webkit-transform: translateX(-50%);
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  transform: translateX(-50%);
  border-width: 0 11px 28px 11px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffe6e0 rgba(0, 0, 0, 0);
  content: "";
}
.form-item label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  cursor: pointer;
}
.form-item input[type="checkbox"],
.form-item input[type="radio"] {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border: 1px solid #707070;
}
.form-item input[type="checkbox"]::before,
.form-item input[type="radio"]::before {
  -webkit-transition: opacity 0.3s ease-out;
  -webkit-transform: translateX(50%) translateY(50%);
  display: block;
  width: 10px;
  height: 10px;
  transform: translateX(50%) translateY(50%);
  background-color: #ff5a2a;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.form-item input[type="checkbox"]:checked,
.form-item input[type="radio"]:checked {
  border: 1px solid #ff5a2a;
}
.form-item input[type="checkbox"]:checked::before,
.form-item input[type="radio"]:checked::before {
  opacity: 1;
}
.form-item input[type="radio"] {
  border-radius: 50%;
}
.form-item input[type="radio"]::before {
  border-radius: 50%;
}
.mailform-set {
  margin: 30px 0;
}
.mailform-set .input-text {
  width: 100%;
  padding: 16px 18px 14px;
  border: 1px solid #d3d3d3;
  font-size: 16px;
}
.mailform-set .input-text::-webkit-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-text::-moz-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-text:-ms-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-text::-ms-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-text::placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-select {
  width: auto;
  padding: 16px 18px 14px;
  border: 1px solid #d3d3d3;
  font-size: 16px;
}
.mailform-set .input-select::-webkit-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-select::-moz-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-select:-ms-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-select::-ms-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-select::placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-zip {
  width: 100%;
  max-width: 200px;
  padding: 16px 18px 14px;
  border: 1px solid #d3d3d3;
  font-size: 16px;
}
.mailform-set .input-zip::-webkit-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-zip::-moz-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-zip:-ms-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-zip::-ms-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-zip::placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-year {
  width: 100%;
  max-width: 200px;
  padding: 16px 18px 14px;
  border: 1px solid #d3d3d3;
  font-size: 16px;
}
.mailform-set .input-year::-webkit-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-year::-moz-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-year:-ms-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-year::-ms-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-year::placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-age {
  width: 100%;
  max-width: 100px;
  padding: 16px 18px 14px;
  border: 1px solid #d3d3d3;
  font-size: 16px;
}
.mailform-set .input-age::-webkit-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-age::-moz-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-age:-ms-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-age::-ms-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-age::placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-choice {
  width: 100%;
  max-width: 200px;
  padding: 16px 18px 14px;
  border: 1px solid #d3d3d3;
  font-size: 16px;
}
.mailform-set .input-choice::-webkit-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-choice::-moz-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-choice:-ms-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-choice::-ms-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-choice::placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-tel {
  width: 100%;
  max-width: 200px;
  padding: 16px 18px 14px;
  border: 1px solid #d3d3d3;
  font-size: 16px;
}
.mailform-set .input-tel::-webkit-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-tel::-moz-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-tel:-ms-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-tel::-ms-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-tel::placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .mailform-file {
  -ms-flex-line-pack: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-content: center;
  align-items: flex-end;
}
.mailform-set .mailform-file .trigger {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  height: 64px;
  padding: 16px 20px 14px;
  background-color: #ff7933;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.mailform-set .mailform-file br {
  display: none;
}
.mailform-set .mailform-fileinput {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 340px;
  flex: 0 1 340px;
  overflow: hidden;
}
.mailform-set .input-file {
  width: auto;
  height: 64px;
  padding: 16px 18px 14px;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  color-scheme: light;
  font-size: 16px;
}
.mailform-set .input-textarea {
  width: 100%;
  min-height: 180px;
  padding: 16px 18px 14px;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  font-size: 16px;
}
.mailform-set .input-textarea::-webkit-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-textarea::-moz-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-textarea:-ms-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-textarea::-ms-input-placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-set .input-textarea::placeholder {
  color: #888;
  font-weight: 500;
  font-size: 20px;
}
.mailform-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.mailform-label label {
  font-weight: 500;
  font-size: 20px;
}
.mailform-label .most {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
  padding: 4px 8px;
  border: 1px solid #fc2d2d;
  color: #fc2d2d;
  font-size: 16px;
  line-height: 1;
}
.mailform-body.is-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 4px;
}
.mailform-body + .mailform-body {
  margin-top: 10px;
}
#error_message.alert {
  margin-top: 0;
  font-weight: 700;
  font-size: 18px;
}
.alert {
  margin-top: 4px;
  color: #d50000;
  font-size: 14px;
}
@media screen and (max-width: 1380px) {
  .pc-fixed-navi {
    bottom: 20px;
    max-width: 1380px;
  }
  .pc-fixed-navi.is-fixed {
    bottom: 20px !important;
  }
}
@media screen and (max-width: 1320px) {
  .wrap-l {
    padding: 0 20px 120px;
  }
  .wrap-ml-02 {
    padding: 0 20px 120px;
  }
}
@media screen and (max-width: 1260px) {
  .home-tourlist {
    -ms-grid-columns: (minmax(auto, 220px)) [2];
    grid-template-columns: repeat(2, minmax(auto, 220px));
  }
}
@media screen and (max-width: 1240px) {
  .wrap-ml-01 {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1140px) {
  .wrap {
    padding: 0 20px 120px;
  }
}
@media screen and (max-width: 1121px) {
  .ul-dailyflow .img-box-01 {
    display: block;
    padding-left: 40px;
  }
  .ul-dailyflow .img-box-01 .e-img {
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
  }
  .ul-dailyflow.is-welfare .img-box-01 {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  body:not(.home) .body-wrap {
    padding: 65px 0 0 0;
  }
  .main-home,
  .main-special {
    padding: 0 0 100px 0;
  }
  .main {
    display: block;
    padding: 0 0 100px 0;
  }
  .main-content {
    padding: 0;
  }
  .main-content .e-content-header .m-heading {
    display: block;
    height: auto;
    margin: 0 20px;
    padding: 20px 0 20px 10px;
    font-size: 24px;
  }
  .main-content .e-content-body {
    padding: 40px 20px 0;
  }
  .main-content .e-content-body .news-01 {
    margin-bottom: 70px;
  }
  .breadcrumbs-block {
    display: block;
    padding: 0;
    border-bottom: none;
  }
  .breadcrumbs-block .s-breadcrumbs {
    padding: 10px 20px;
    background-color: #ffe6e0;
    color: #bfbfbf;
    font-size: 13px;
  }
  .breadcrumbs-block .s-breadcrumbs a {
    color: #bfbfbf;
  }
  .breadcrumbs-block .s-breadcrumbs .arrow {
    margin: 0 7px;
  }
  .breadcrumbs-block .s-breadcrumbs .current-item {
    font-weight: 400;
    font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
      Meiryo, sans-serif;
  }
  .breadcrumbs-block .s-print {
    margin: 0 20px;
    padding: 10px 0;
    border-bottom: 1px solid #d1d1d1;
    font-size: 13px;
    text-align: right;
  }
  .breadcrumbs-block .s-print a {
    padding: 0 0 0 20px;
    background-size: auto 16px;
  }
  .main-navi {
    -webkit-filter: none;
    top: 20px;
    width: 100%;
    min-height: auto;
    padding: 38px 20px 0;
    border-top: 1px solid #cbcbcb;
    border-radius: 0;
    filter: none;
  }
  .page-kv {
    height: 140px;
  }
  .page-kv img {
    -o-object-fit: cover;
    height: 100%;
    object-fit: cover;
  }
  .heading-02 {
    margin: 70px 0 30px 0;
    padding: 5px 0 5px 15px;
  }
  .heading-02 > * {
    font-size: 20px;
  }
  .heading-02.v-02 {
    margin: 15px 0;
    font-size: 22px;
  }
  .heading-03 {
    margin: 60px 0 20px 0;
  }
  .heading-03 > * {
    font-size: 18px;
  }
  .heading-03 > *::before,
  .heading-03 > *::after {
    width: 2px;
  }
  .heading-03.is-orange {
    margin: 0 0 10px;
  }
  .heading-03.is-orange > * {
    font-size: 20px;
  }
  .heading-04 {
    margin: 40px 0 20px 0;
    border-left: 2px solid #99adcb;
    font-size: 18px;
    line-height: 1.4;
  }
  .heading-04 > * {
    font-size: 18px;
  }
  .heading-05 {
    margin: 30px 0 20px 0;
  }
  .heading-05 > * {
    font-size: 18px;
  }
  .heading-06 > * {
    font-size: 18px;
  }
  .column2-01 {
    margin: 30px 0;
  }
  .column2-01 .l-inner {
    margin: -15px 0 0 0;
  }
  .column2-01 .l-inner > * {
    width: 100%;
    margin: 15px 0 0 0 !important;
    float: none;
  }
  .column3-01 {
    margin: 30px 0;
  }
  .column3-01 .l-inner {
    margin: -15px 0 0 0;
  }
  .column3-01 .l-inner > * {
    width: 100%;
    margin: 15px 0 0 0 !important;
    float: none;
  }
  .column4-01 {
    margin: 30px 0;
  }
  .column4-01 .l-inner {
    margin: -15px 0 0 0;
  }
  .column4-01 .l-inner > * {
    width: 100%;
    margin: 15px 0 0 0 !important;
    float: none;
  }
  .column6-01 {
    margin: 30px 0;
  }
  .column6-01 .l-inner {
    margin: -15px 0 0 -20px;
  }
  .column6-01 .l-inner > * {
    width: calc((100% - 40px) / 2);
    margin: 15px 0 0 20px !important;
  }
  .link-list-01 {
    margin: 15px 0;
  }
  .link-list-01 ul {
    margin: -20px 0 0 0;
  }
  .link-list-01 ul li {
    width: 100%;
    margin: 20px 0 0 0;
    float: none;
  }
  .link-list-01 ul li a {
    height: 70px;
    line-height: 1.5;
  }
  .link-square {
    margin: 15px 0;
  }
  .link-square a {
    width: 100%;
    padding: 8px 12px;
  }
  .link-square.v-half a {
    width: 100%;
  }
  figure {
    margin: 15px 0 !important;
  }
  figure figcaption {
    margin: 5px 0 0 0;
    font-size: 14px;
  }
  figure img + img {
    margin: 15px 0 0 0;
  }
  .img-box-01 {
    display: -ms-grid;
    display: grid;
    margin: 20px 0;
  }
  .img-box-01 + .img-box-01 {
    padding: 20px 0 0 0;
    border-top: 1px solid #d3d3d3;
  }
  .img-box-01 .e-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .img-box-01 .e-text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    order: 2;
    margin: 15px 0 0 0;
  }
  .img-box-01.v-small .e-img {
    width: 100%;
  }
  .img-box-01.v-mini .e-img {
    width: 100%;
  }
  .box-01 {
    margin: 15px 0;
    padding: 20px;
  }
  .link-box-01 {
    margin-bottom: 25px !important;
  }
  .link-box-01 .btn-01 a {
    width: 80%;
  }
  .box-line {
    padding: 20px;
  }
  ul {
    margin: 15px 0;
  }
  .ul-01 {
    margin: 15px 0;
  }
  .ul-02 {
    margin: 15px 0;
  }
  .ul-03 {
    margin: 15px 0;
  }
  .ul-04 {
    margin: 15px 0;
  }
  .ul-05 {
    margin: 15px 0;
  }
  .ul-06 {
    margin: 15px 0;
  }
  .ol-01 {
    margin: 15px 0;
  }
  .dl-01 {
    margin: 15px 0;
  }
  .dl-01 > dt {
    font-size: 22px;
  }
  .dl-01 > dd {
    font-size: 18px;
  }
  .dl-02 {
    margin: 15px 0;
  }
  .dl-02 > dd {
    margin: 5px 0 0 0;
  }
  .dl-03 {
    margin: 15px 0;
  }
  .dl-03 > dt {
    font-size: 18px;
  }
  .dl-03 > dd {
    margin: 5px 0 0 0;
  }
  .dl-img-01 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  .dl-img-01 > dt {
    width: 100%;
    padding: 0;
    font-size: 16px;
  }
  .dl-img-01 > dd {
    width: calc((100% - 10px) / 2);
  }
  .dl-img-01 > dd + dd {
    margin: 0;
  }
  .dl-step-01 {
    margin: 20px 0;
  }
  .dl-step-01 > dl {
    display: block;
    margin: 15px 0;
  }
  .dl-step-01 > dl > dt {
    height: 30px;
    margin: 0;
    border-radius: 3px;
  }
  .dl-step-01 > dl > dd {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
  }
  .dl-step-01 > dl > dd .e-text {
    margin-top: 5px;
    font-size: 16px;
    line-height: 1.5;
  }
  .list-column3-01 {
    margin: 15px 0;
  }
  .list-column3-01 li {
    width: 100%;
    float: none;
  }
  .list-faq-01 > dl + dl {
    margin: 40px 0 0 0;
  }
  .list-faq-01 > dl .e-question {
    padding: 0 40px 0 0;
    background-position: right top 7px;
    background-size: 25px auto;
  }
  .list-faq-01 > dl .e-question::before {
    width: 40px;
    font-size: 22px;
  }
  .list-faq-01 > dl .e-question .m-question-content {
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 1.5;
  }
  .list-faq-01 > dl .e-answer {
    margin: 20px 0 0 0;
  }
  .list-faq-01 > dl .e-answer .l-inner::before {
    width: 40px;
    font-size: 22px;
  }
  .list-faq-01 > dl .e-answer .l-inner .m-answer-content {
    padding: 0 0 0 20px;
    line-height: 1.5;
  }
  .list-faq-01 > dl .e-answer .l-inner .m-answer-content a {
    color: #ff7933;
    text-decoration: underline;
  }
  .list-faq-01 > dl .e-answer .l-inner .m-answer-content a:hover {
    text-decoration: none;
  }
  .table-wrap {
    width: 100%;
    max-width: inherit;
    margin: 30px 0;
  }
  .table-wrap.table-overflow::before {
    display: block;
    margin: 0 0 5px 0;
    content: "※横にスクロールしてご覧いただけます。";
    font-size: 12px;
  }
  .table-01 {
    width: auto;
    min-width: 100%;
  }
  .table-01 tbody tr th {
    max-width: 50%;
    vertical-align: top;
    white-space: nowrap !important;
  }
  .table-02 {
    width: auto;
    min-width: 100%;
  }
  .table-02 thead tr th {
    padding: 10px;
    white-space: nowrap;
  }
  .table-02 tbody tr th,
  .table-02 tbody tr td {
    padding: 10px;
    white-space: nowrap;
  }
  .table-03 {
    width: auto;
    min-width: 100%;
  }
  .table-03 thead tr th {
    padding: 10px 16px;
    white-space: nowrap;
  }
  .table-03 tbody tr th,
  .table-03 tbody tr td {
    padding: 10px 16px;
    white-space: nowrap;
  }
  .btn-wrap-01 {
    display: block;
  }
  .btn-wrap-01 .btn-01 {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .btn-wrap-01 .btn-01 + .btn-01 {
    margin: 20px 0 0 0;
  }
  .btn-01 {
    margin: 30px 0;
  }
  .btn-01 a,
  .btn-01 input {
    width: 100%;
    height: 50px;
    font-size: 18px;
  }
  .btn-01.v-top-small {
    margin: 15px 0 0 0;
  }
  .btn-01.v-text-small a,
  .btn-01.v-text-small input {
    font-size: 18px;
  }
  .btn-01.v-text-small a span.small,
  .btn-01.v-text-small input span.small {
    font-size: 18px;
  }
  .navi-01 {
    margin: 20px 0;
  }
  .navi-01 ul {
    margin: -10px 0 0 -10px;
  }
  .navi-01 ul li {
    margin: 10px 0 0 10px;
  }
  .navi-01 ul li a {
    height: 36px;
    font-size: 14px;
  }
  .navi-02 {
    margin: 15px 0;
  }
  .navi-02 ul {
    margin: -10px 0 0 -10px;
  }
  .navi-02 ul li {
    width: calc((100% - 20px) / 2);
    margin: 10px 0 0 10px;
  }
  .navi-02 ul li a,
  .navi-02 ul li .navi-btn {
    height: 36px;
    font-size: 14px;
  }
  .navi-02 ul li.e-small {
    font-size: 12px;
  }
  .navi-02.v-02 ul li {
    width: calc((100% - 20px) / 2);
  }
  .navi-03 {
    margin: 20px 0;
    padding: 15px 15px;
  }
  .navi-03 ul {
    margin: -10px 0 0 -35px;
  }
  .navi-03 ul li {
    margin: 10px 0 0 35px;
  }
  .navi-05 {
    margin: 20px 0;
  }
  .navi-06 {
    margin: 0 0 30px 0;
  }
  .navi-06 ul {
    margin: -10px 0 0 -10px;
  }
  .navi-06 ul > li {
    width: calc((100% - 20px) / 2);
    margin: 10px 0 0 10px;
  }
  .navi-06 ul > li > a,
  .navi-06 ul > li > span {
    height: 60px;
    padding: 0;
    font-size: 14px;
  }
  .navi-06 ul > li > a span,
  .navi-06 ul > li > span span {
    display: block;
    margin: 5px 0 0 0;
    font-size: 10px;
  }
  .news-01 dl {
    display: block;
    padding: 14px 10px;
  }
  .news-01 dl dt {
    width: 100%;
  }
  .news-01 dl dt .e-cate {
    margin-right: 12px;
  }
  .news-01 dl dd {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .pagenation-block {
    margin: 60px 0 0;
    padding: 10px;
  }
  .pagenation-block .pagenation .number-box {
    display: none;
  }
  .inquiry-01 {
    display: block;
    margin: 50px auto 0;
    padding: 20px;
  }
  .inquiry-01 .e-heading {
    padding: 0;
    font-size: 20px;
    text-align: center;
  }
  .inquiry-01 .e-inquiry {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #c3b48a;
    border-left: none;
    text-align: center;
  }
  .inquiry-01 .e-inquiry.v-sp-left {
    text-align: left;
  }
  .inquiry-01 .e-btn {
    margin: 10px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #c3b48a;
    border-left: none;
  }
  .map-01 iframe {
    height: 300px;
  }
  .map-02 {
    height: 300px;
  }
  .map-02 iframe {
    margin-top: -290px;
  }
  .box-credo {
    margin-top: 40px;
    padding: 16px 24px;
  }
  .box-credo + .box-credo {
    margin-top: 32px;
    padding: 32px 30px;
  }
  .ul-dailyflow li::before {
    left: 11px;
    width: 3px;
  }
  .ul-dailyflow li {
    padding-left: 0px;
  }
  .ul-dailyflow-label {
    gap: 16px;
    font-size: 18px;
  }
  .ul-dailyflow-label::before {
    width: 24px;
    height: 24px;
  }
  .ul-dailyflow.is-welfare .ul-dailyflow-label {
    gap: 16px;
    font-size: 18px;
  }
  .catchcopy.text-large {
    font-size: 22px;
  }
  .catchcopy.text-medium {
    font-size: 18px;
  }
  .catchcopy.text-normal {
    font-size: 16px;
  }
  .g-header {
    height: 65px;
    padding: 0 0 0 20px;
    gap: 0;
  }
  .g-header > .l-inner .e-navi {
    border-right: none;
  }
  .g-header > .l-inner .e-navi .m-setting {
    display: block;
  }
  .g-header > .l-inner .e-navi .m-setting .l-logo-wrap {
    gap: 0 6px;
  }
  .g-header > .l-inner .e-navi .m-setting .l-logo-wrap .s-logo {
    width: 20px;
  }
  .g-header > .l-inner .e-navi .m-setting .l-logo-wrap .s-logo img {
    vertical-align: middle;
  }
  .g-header > .l-inner .e-navi .m-setting .l-logo-wrap .s-text {
    font-size: 15px;
  }
  .g-header > .l-inner .e-navi .m-setting .l-link-wrap {
    display: none;
  }
  .g-header > .l-inner .e-navi .m-navi {
    display: block;
    margin: 3px 0 0 0;
    padding: 0;
    border-top: none;
  }
  .g-header > .l-inner .e-navi .m-navi .e-title {
    font-size: 22px;
  }
  .g-header > .l-inner .e-navi .m-navi ul {
    display: none;
  }
  .g-header > .l-inner .e-menu {
    width: 85px;
  }
  .g-header > .l-inner .e-menu .m-button {
    height: 65px;
  }
  .g-header > .l-inner .e-menu .m-button span {
    width: 28px;
  }
  .g-header > .l-inner .e-menu .m-button span + span {
    margin: 12px 0 0 0;
  }
  .menu-block {
    -webkit-transform: translateY(0) translateX(100%);
    -webkit-transition: -webkit-transform 0.5s;
    height: 100%;
    padding: 10px 10px 15px;
    overflow-y: scroll;
    transform: translateY(0) translateX(100%);
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
  }
  .menu-block.v-show {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .menu-block .e-header .e-title {
    gap: 0 8px;
  }
  .menu-block .e-header .e-title .m-logo img {
    width: 34px;
  }
  .menu-block .e-header .e-title .m-text {
    font-size: 22px;
  }
  .menu-block .e-header .e-close {
    width: 22px;
    margin-right: 18px;
  }
  .menu-block .menu-navi-block {
    margin-top: 10px;
  }
  .menu-block .menu-navi-block > .l-inner {
    margin: 0;
    padding: 0 20px;
  }
  .menu-block .menu-navi-block > .l-inner > div {
    width: 100%;
    margin: 0;
    float: none;
  }
  .menu-block .menu-navi-block .l-inner-02 {
    display: block;
    padding: 0 20px;
  }
  .menu-block .menu-navi-block .l-inner-02 > div {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .menu-block .menu-navi-block .e-heading.v-top {
    margin-top: 0;
  }
  .menu-block .menu-navi-block .e-heading a {
    padding: 25px 0 25px 10px;
    background-image: url(../img/arrow-right-02.svg);
    background-position: right 15px center;
    font-size: 18px;
  }
  .menu-block .menu-navi-block .e-heading a::before {
    display: none;
  }
  .menu-block .menu-navi-block .e-heading a:not([href]) {
    background-image: none;
  }
  .menu-block .menu-navi-block .e-heading.sub-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu-block .menu-navi-block .e-heading.sub-menu a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .menu-block .menu-navi-block .e-heading.sub-menu .sub-menu-btn {
    display: block;
    width: 46px;
    height: 46px;
    border-left: 1px solid #c9c9c9;
    background-image: url(../img/icon-plus-02.svg);
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
  }
  .menu-block .menu-navi-block .e-heading.sub-menu .sub-menu-btn.v-show {
    background-image: url(../img/icon-plus-03.svg);
  }
  .menu-block .menu-navi-block .e-list {
    display: none;
    margin: 0;
    padding: 5px 0 5px 15px;
    background-color: #ffe6e0;
  }
  .menu-block .menu-navi-block .e-list li {
    margin: 0;
  }
  .menu-block .menu-navi-block .e-list li a {
    display: block;
    padding: 5px 0 5px 18px;
    background-image: url(../img/arrow-right-02.svg);
    background-position: left center;
  }
  .menu-block .e-link {
    display: block;
    padding: 0 30px;
    font-size: 15px;
  }
  .menu-block .e-link li + li {
    margin: 10px 0 0 0;
  }
  .menu-block .e-search {
    display: block;
    position: relative;
    margin: 20px 0 0 0;
    padding: 0 20px;
  }
  .menu-block .e-search input[type="text"] {
    width: 100%;
    padding: 10px 15px;
    border-radius: 100px;
    background-color: #fdece8;
    line-height: 1;
  }
  .menu-block .e-search .search-submit {
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 35px;
    width: 50px;
    padding: 0;
    transform: translateY(-50%);
    border-radius: 100px;
    background-color: #ff5800;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
  .menu-block .e-tel {
    display: block;
    margin: 20px 0 0 0;
    padding: 0 20px;
    font-weight: 500;
    font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
      Meiryo, sans-serif;
  }
  .menu-block .e-tel span {
    margin: 0 7px;
    color: #ff5800;
    font-size: 26px;
  }
  .menu-block .e-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0 0 0;
    padding: 0 20px;
    font-size: 14px;
  }
  .menu-block .e-info + .e-info {
    margin: 10px 0 0 0;
  }
  .menu-block .e-info dt {
    width: 70px;
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    border-right: 1px solid #d3d3d3;
  }
  .g-footer .l-inner-01 {
    display: none;
  }
  .g-footer .l-inner-02 {
    display: block;
    margin: 0;
    padding: 0 20px 80px;
    border-top: none;
  }
  .g-footer .l-inner-02 .e-logo {
    width: 100%;
  }
  .g-footer .l-inner-02 .e-logo a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    gap: 0 12px;
  }
  .g-footer .l-inner-02 .e-logo a .m-logo img {
    width: 40px;
  }
  .g-footer .l-inner-02 .e-logo a .m-text {
    margin: 0;
    font-size: 20px;
  }
  .g-footer .l-inner-02 .e-navi {
    margin: 20px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 1px solid #d8d8d8;
    border-left: none;
  }
  .g-footer .l-inner-02 .e-navi .m-navi-01 {
    display: block;
  }
  .g-footer .l-inner-02 .e-navi .m-navi-01 .s-heading {
    margin: 20px 0 0 0;
    font-size: 16px;
  }
  .g-footer .l-inner-02 .e-navi .m-navi-01 .s-list {
    margin: 5px 0 0 0;
    font-size: 14px;
  }
  .g-footer .l-inner-02 .e-navi .m-navi-01 .s-sns {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 40px 0 0 0;
    gap: 0 20px;
  }
  .g-footer .l-inner-02 .e-navi .m-navi-02 {
    display: block;
    margin: 20px 0 0 0;
  }
  .g-footer .l-inner-02 .e-navi .m-navi-02 .s-list {
    display: block;
    font-size: 12px;
  }
  .g-footer .l-inner-02 .e-navi .m-navi-02 .s-list a {
    color: #888;
  }
  .g-footer .l-inner-02 .e-navi .m-navi-02 .s-copy {
    margin: 20px 0 0 0;
    padding: 10px 0 0 0;
    border-top: 1px solid #cbcbcb;
    color: #888;
    font-size: 12px;
    text-align: center;
  }
  .pc-fixed-navi {
    display: none;
  }
  .sp-fixed-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 100;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
  }
  .sp-fixed-navi > * {
    height: 60px;
  }
  .sp-fixed-navi > * a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-weight: 700;
    font-family: "GenJyuuGothicX", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
      Meiryo, sans-serif;
  }
  .sp-fixed-navi .e-faq,
  .sp-fixed-navi .e-inquiry {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .sp-fixed-navi .e-faq a,
  .sp-fixed-navi .e-inquiry a {
    background-color: #ff7933;
    color: #fff;
  }
  .sp-fixed-navi .e-inquiry {
    margin: 0 0 0 1px;
  }
  .sp-fixed-navi .e-pagetop {
    width: 80px;
  }
  .sp-fixed-navi .e-pagetop a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 2px solid #ff7933;
    background-color: #fff;
    color: #ff7933;
    font-size: 13px;
  }
  .post-header .e-info .m-cate::before {
    margin: 0 10px;
  }
  .post-header .e-title {
    margin: 20px 0 0 0;
    padding: 5px 0 5px 15px;
    border-left: 2px solid #ff5a29;
    font-size: 20px;
  }
  .post-body {
    padding: 0;
  }
  .sidebar,
  .navi-04 {
    margin: 0 0 30px 0;
  }
  .sidebar ul.menu > li,
  .sidebar ul > li,
  .navi-04 ul.menu > li,
  .navi-04 ul > li {
    width: calc((100% - 20px) / 2);
    margin: 10px 0 0 10px;
  }
  .post-module h1 {
    margin: 70px 0 30px 0;
    padding: 5px 0 5px 15px;
    font-size: 20px;
  }
  .post-module h2 {
    margin: 60px 0 20px 0;
    border-left: 2px solid #ff5a29;
    font-size: 18px;
  }
  .post-module h3 {
    margin: 40px 0 20px 0;
    border-left: 2px solid #99adcb;
    font-size: 18px;
    line-height: 1.4;
  }
  .post-module h4 {
    margin: 30px 0 20px 0;
    font-size: 18px;
  }
  .post-module h5 {
    font-size: 18px;
  }
  .job-archives {
    padding: 0;
  }
  .search-list {
    margin-top: 40px;
    padding: 0 20px;
  }
  .search-list .e-content {
    font-size: 16px;
    line-height: 1.5;
  }
  .search-list .e-link a {
    word-break: break-all;
  }
  .contact-table-01 tbody tr th,
  .contact-table-01 tbody tr td {
    display: block;
    width: 100%;
  }
  .contact-table-01 tbody tr th {
    max-width: 100%;
  }
  .contact-table-01 tbody tr td {
    white-space: normal;
  }
  .contact-table-01 .l-column {
    display: block;
    text-align: center;
  }
  .contact-table-01 .l-column > * {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }
  .contact-table-01 .l-column > * + * {
    margin: 20px 0 0 0;
  }
  .contact-table-01 .e-tel {
    text-align: center;
  }
  .contact-tel-wrap-01 {
    display: block;
  }
  .contact-tel-wrap-01 > dl {
    padding: 0;
  }
  .contact-tel-wrap-01 > dl:nth-child(2) {
    margin: 20px 0 0 0;
    padding: 0;
    padding: 20px 0 0 0;
    border-top: 1px solid #8ea3c4;
    border-left: none;
  }
  .greeting-keyblock {
    min-height: 543px;
    padding: 35px 30px;
    border-radius: 5px;
    background: url(../img/about/bg-about-greeting_sp.jpg) center no-repeat;
    background-size: cover;
  }
  .greeting-keyblock__ttl {
    color: #fff;
    font-size: 22px;
    line-height: 1.5454545455;
  }
  .greeting-keyblock__txt {
    margin: 24px 0 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.625;
  }
  .greeting-img {
    max-width: 100%;
    padding-left: 0;
  }
  .greeting-img figure {
    max-width: 217px;
  }
  .greeting-listblock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .greeting-ttl {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 18px;
  }
  .greeting-txt {
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 16px;
  }
  .vision-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
  }
  .vision-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    width: 100%;
    padding: 40px 20px 36px;
  }
  .vision-item::before {
    left: 20px;
    font-size: 40px;
  }
  .vision-subitem {
    min-height: 100px;
  }
  .vision-ttl {
    font-size: 24px;
  }
  .vision-txt {
    font-size: 16px;
  }
  .home-kv-01 {
    aspect-ratio: 375/480;
    height: auto;
    min-height: 480px;
  }
  .home-kv-01 .l-inner .e-kv > dd {
    right: 10px;
    bottom: 40px;
    left: 10px;
  }
  .home-kv-01 .l-inner .e-kv > dd .s-text-01 {
    font-size: 24px;
  }
  .home-kv-01 .l-inner .e-kv > dd .s-text-02 {
    margin: 5px 0 0 0;
    font-size: 12px;
  }
  .home-kv-01 .e-important {
    right: 20px;
    bottom: 10px;
    left: auto;
  }
  .home-kv-01 .e-important .l-inner {
    border-radius: 3px;
  }
  .home-kv-01 .e-important .l-inner .m-btn {
    width: 155px;
    height: 45px;
    border-radius: 3px;
    font-size: 16px;
  }
  .home-kv-01 .e-important .l-inner .m-icon {
    top: -14px;
    left: -12px;
    width: 28px;
  }
  .home-kv-01 .important-modal {
    top: 75px;
    max-height: 240px;
    padding: 20px 20px;
    border: 2px solid #f13800;
  }
  .home-kv-01 .important-modal .e-heading {
    padding: 0 20px 0 0;
    gap: 0 5px;
    font-size: 18px;
  }
  .home-kv-01 .important-modal .e-heading img {
    width: 24px;
  }
  .home-kv-01 .important-modal .e-content {
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 1.4;
  }
  .home-kv-01 .important-modal .e-btn a {
    width: 160px;
    height: 40px;
    font-size: 16px;
  }
  .home-kv-01 .important-modal .e-close {
    top: 15px;
    right: 15px;
    width: 14px;
  }
  .home-heading-01 {
    margin: 0 0 40px 0;
  }
  .home-section-01 {
    padding: 40px 20px;
  }
  .home-tab-news ul li {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .home-tab-news ul li span {
    width: 100%;
  }
  .home-section-02 {
    padding: 60px 20px 80px;
    background: url(../img/home/bg-credo-sp.jpg) center no-repeat;
    background-size: cover;
  }
  .home-section-02 .credo-heading {
    margin-bottom: 16px;
    font-size: 40px;
  }
  .home-section-02 .credo-txt {
    font-size: 20px;
  }
  .home-section-02 .credo-link-arrow {
    margin-top: 42px;
  }
  .home-section-03 {
    padding: 60px 20px;
  }
  .home-worklist {
    -ms-grid-columns: (minmax(auto, 360px)) [2];
    grid-template-columns: repeat(2, minmax(auto, 360px));
    gap: 20px;
  }
  .home-workitem:last-child {
    -ms-grid-columns: 1fr;
    -ms-grid-column-span: 2;
    grid-template-columns: 1fr;
    grid-column: span 2;
    gap: 20px;
  }
  .home-workmenu {
    padding: 20px 30px;
  }
  .home-section-04 {
    margin: 60px 0;
    padding-right: 60px;
    padding-left: 60px;
  }
  .home-section-04::after {
    width: calc(100% - 50px);
  }
  .home-tourlist {
    grid-template-columns: repeat(auto-fit, minmax(auto, 220px));
    gap: 60px;
  }
  .home-section-05 {
    padding: 60px 20px 0;
  }
  .home-section-05 .img-box-01 .e-img {
    width: 100%;
  }
  .home-inquiry-01 {
    display: block;
    margin: 60px 20px 0;
    padding: 20px 10px 6px;
  }
  .home-inquiry-01 .e-tel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .home-inquiry-01 .e-tel .m-text-02 {
    font-size: 28px;
  }
  .home-inquiry-01 .e-info dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 18px;
  }
  .home-inquiry-01 .e-info dl dt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #bcbcbc;
  }
  .home-inquiry-01 .e-info dl dd {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 10px;
    padding: 0;
    text-align: center;
  }
  .home-inquiry-01 .e-info dl dd span {
    padding: 0 0 0 15px;
  }
  .home-inquiry-01 .e-info dl dd .home-inquiry-separate {
    display: none;
  }
  .fs-big {
    font-size: 16px !important;
  }
  .txt-center-left {
    text-align: left !important;
  }
  .txt-left-center {
    text-align: center !important;
  }
  .txt-right-left {
    text-align: left !important;
  }
  p {
    margin: 15px 0;
  }
  .text-large {
    margin: 15px 0;
    font-size: 22px;
  }
  .sp-block {
    display: block !important;
  }
  .mt-120 {
    margin-top: 60px !important;
  }
  .mt-100 {
    margin-top: 50px !important;
  }
  .mt-80 {
    margin-top: 40px !important;
  }
  .mt-60 {
    margin-top: 30px !important;
  }
  .mt-40 {
    margin-top: 20px !important;
  }
  .mt-30 {
    margin-top: 16px !important;
  }
  .mt-20 {
    margin-top: 10px !important;
  }
  .mt-10 {
    margin-top: 10px !important;
  }
  .mb-120 {
    margin-bottom: 60px !important;
  }
  .mb-100 {
    margin-bottom: 50px !important;
  }
  .mb-80 {
    margin-bottom: 40px !important;
  }
  .mb-60 {
    margin-bottom: 30px !important;
  }
  .mb-40 {
    margin-bottom: 20px !important;
  }
  .mb-20 {
    margin-bottom: 10px !important;
  }
  .pt-120 {
    padding-top: 60px !important;
  }
  .pt-100 {
    padding-top: 50px !important;
  }
  .pt-80 {
    padding-top: 40px !important;
  }
  .pt-60 {
    padding-top: 30px !important;
  }
  .pt-40 {
    padding-top: 20px !important;
  }
  .pt-20 {
    padding-top: 10px !important;
  }
  .pb-120 {
    padding-bottom: 60px !important;
  }
  .pb-100 {
    padding-bottom: 50px !important;
  }
  .pb-80 {
    padding-bottom: 40px !important;
  }
  .pb-60 {
    padding-bottom: 30px !important;
  }
  .pb-40 {
    padding-bottom: 20px !important;
  }
  .pb-20 {
    padding-bottom: 10px !important;
  }
  .only-pc {
    display: none !important;
  }
  .job-search__column {
    padding: 0;
  }
  .job-search__subcolumn {
    -webkit-box-ordinal-group: var(--sort-sp);
    -ms-flex-order: var(--sort-sp);
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    order: var(--sort-sp);
  }
  .form-list {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
  .form-item {
    -webkit-box-ordinal-group: var(--sort-sp);
    -ms-flex-order: var(--sort-sp);
    order: var(--sort-sp);
  }
  .form-item.is-subcolumn::after {
    -webkit-transform: translateX(0);
    left: 5px;
    transform: translateX(0);
  }
  .mailform-set .input-year {
    max-width: 120px;
  }
  .mailform-body.is-flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 576px) {
  .home-worklist {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .home-workitem:last-child {
    -ms-grid-columns: 1fr;
    -ms-grid-column-span: 1;
    grid-template-columns: 1fr;
    grid-column: span 1;
    gap: 16px;
  }
  .home-workmenu {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .home-section-04 {
    padding-right: 40px;
    padding-left: 40px;
  }
  .home-section-04::after {
    width: calc(100% - 20px);
  }
  .job-search__subcolumn {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    order: 0;
  }
  .form-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .form-item {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}
@media screen and (max-width: 567px) {
  .table-01 {
    width: 930px;
  }
}
@media screen and (min-width: 768px) {
  .only-sp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.post-password-form input#pwbox-3247 {
  width: 80%;
  border: 1px solid #d3d3d3;
}
@media screen and (max-width: 494px) {
  .post-password-form input#pwbox-3247 {
    height: 50px;
    width: 100%;
  }
}
.post-password-form input[type="submit"] {
  display: block;
  width: 20%;
  height: 50px;
  margin: 40px auto 0;
  border-radius: 5px;
  background-color: #ff7933;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 494px) {
  .post-password-form input[type="submit"] {
    width: 60%;
  }
}
.post-password-form input[type="submit"]:hover {
  cursor: pointer;
}
.post-password-form input#pwbox-3186 {
  width: 80%;
  border: 1px solid #d3d3d3;
}
@media screen and (max-width: 494px) {
  .post-password-form input#pwbox-3186 {
    height: 50px;
    width: 100%;
  }
}
.post-password-form input#pwbox-2803 {
  width: 80%;
  border: 1px solid #d3d3d3;
}
@media screen and (max-width: 494px) {
  .post-password-form input#pwbox-2803 {
    height: 50px;
    width: 100%;
  }
}
.post-password-form input[type="submit"] {
  display: block;
  width: 20%;
  height: 50px;
  margin: 40px auto 0;
  border-radius: 5px;
  background-color: #ff7933;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 494px) {
  .post-password-form input[type="submit"] {
    width: 60%;
  }
}
.post-password-form input[type="submit"]:hover {
  cursor: pointer;
}
.post-password-form input#pwbox-3235 {
  width: 80%;
  border: 1px solid #d3d3d3;
}
@media screen and (max-width: 494px) {
  .post-password-form input#pwbox-3235 {
    height: 50px;
    width: 100%;
  }
}
.post-password-form input[type="submit"] {
  display: block;
  width: 20%;
  height: 50px;
  margin: 40px auto 0;
  border-radius: 5px;
  background-color: #ff7933;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 494px) {
  .post-password-form input[type="submit"] {
    width: 60%;
  }
}
.post-password-form input[type="submit"]:hover {
  cursor: pointer;
}
.post-password-form input#pwbox-3237 {
  width: 80%;
  border: 1px solid #d3d3d3;
}
@media screen and (max-width: 494px) {
  .post-password-form input#pwbox-3237 {
    height: 50px;
    width: 100%;
  }
}
.post-password-form input[type="submit"] {
  display: block;
  width: 20%;
  height: 50px;
  margin: 40px auto 0;
  border-radius: 5px;
  background-color: #ff7933;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 494px) {
  .post-password-form input[type="submit"] {
    width: 60%;
  }
}
.post-password-form input[type="submit"]:hover {
  cursor: pointer;
}
.post-password-form input#pwbox-3239 {
  width: 80%;
  border: 1px solid #d3d3d3;
}
@media screen and (max-width: 494px) {
  .post-password-form input#pwbox-3239 {
    height: 50px;
    width: 100%;
  }
}
.post-password-form input[type="submit"] {
  display: block;
  width: 20%;
  height: 50px;
  margin: 40px auto 0;
  border-radius: 5px;
  background-color: #ff7933;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 494px) {
  .post-password-form input[type="submit"] {
    width: 60%;
  }
}
.post-password-form input[type="submit"]:hover {
  cursor: pointer;
}
.post-password-form input#pwbox-3241 {
  width: 80%;
  border: 1px solid #d3d3d3;
}
@media screen and (max-width: 494px) {
  .post-password-form input#pwbox-3241 {
    height: 50px;
    width: 100%;
  }
}
.post-password-form input[type="submit"] {
  display: block;
  width: 20%;
  height: 50px;
  margin: 40px auto 0;
  border-radius: 5px;
  background-color: #ff7933;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 494px) {
  .post-password-form input[type="submit"] {
    width: 60%;
  }
}
.post-password-form input[type="submit"]:hover {
  cursor: pointer;
}
.post-password-form input#pwbox-3243 {
  width: 80%;
  border: 1px solid #d3d3d3;
}
@media screen and (max-width: 494px) {
  .post-password-form input#pwbox-3243 {
    height: 50px;
    width: 100%;
  }
}
.post-password-form input[type="submit"] {
  display: block;
  width: 20%;
  height: 50px;
  margin: 40px auto 0;
  border-radius: 5px;
  background-color: #ff7933;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 494px) {
  .post-password-form input[type="submit"] {
    width: 60%;
  }
}
.post-password-form input[type="submit"]:hover {
  cursor: pointer;
}
.post-password-form input#pwbox-3245 {
  width: 80%;
  border: 1px solid #d3d3d3;
}
@media screen and (max-width: 494px) {
  .post-password-form input#pwbox-3245 {
    height: 50px;
    width: 100%;
  }
}
.post-password-form input[type="submit"] {
  display: block;
  width: 20%;
  height: 50px;
  margin: 40px auto 0;
  border-radius: 5px;
  background-color: #ff7933;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 494px) {
  .post-password-form input[type="submit"] {
    width: 60%;
  }
}
.post-password-form input[type="submit"]:hover {
  cursor: pointer;
}
.post-password-form input#pwbox-3247 {
  width: 80%;
  border: 1px solid #d3d3d3;
}
@media screen and (max-width: 494px) {
  .post-password-form input#pwbox-3247 {
    height: 50px;
    width: 100%;
  }
}
.post-password-form input[type="submit"] {
  display: block;
  width: 20%;
  height: 50px;
  margin: 40px auto 0;
  border-radius: 5px;
  background-color: #ff7933;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 494px) {
  .post-password-form input[type="submit"] {
    width: 60%;
  }
}
.post-password-form input[type="submit"]:hover {
  cursor: pointer;
}
.post-password-form input#pwbox-3249 {
  width: 80%;
  border: 1px solid #d3d3d3;
}
@media screen and (max-width: 494px) {
  .post-password-form input#pwbox-3249 {
    height: 50px;
    width: 100%;
  }
}
.post-password-form input[type="submit"] {
  display: block;
  width: 20%;
  height: 50px;
  margin: 40px auto 0;
  border-radius: 5px;
  background-color: #ff7933;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 494px) {
  .post-password-form input[type="submit"] {
    width: 60%;
  }
}
.post-password-form input[type="submit"]:hover {
  cursor: pointer;
}
/*# sourceMappingURL=style.css.map */
