@charset "UTF-8";
:root {
  --black: 0,0,0;
  --white: 255,255,255;
  --orange: 247,139,13;
  --orange02: 242,97,0;
  --orange03: 247,169,13;
  --gray: #ffffff40;
  --gray02: 216,216,216;
  --gray03: 242,238,238;
  --gray04: 145,157,172;
  --gray05: 46,50,51;
  --gray06: 187,187,187;
  --yellow: 255,245,207;
  --border: rgba(var(--gray02));
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, a, 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, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  font-size: 62.5%;
  word-break: break-all;
}

body {
  -webkit-text-size-adjust: 100%;
}

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

h1, h2, h3, h4, h5, h6 {
  word-break: break-word;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

ul:not([class]),
ol:not([class]) {
  padding-left: 1.25em;
}

ul[class],
ol[class] {
  list-style: none;
}

span {
  font-weight: inherit;
}

blockquote, q {
  quotes: none;
}

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

a {
  color: inherit;
}
@media all and (min-width: 768px) {
  a:hover {
    text-decoration: none;
  }
}

a[class] {
  text-decoration: none;
  font-weight : bold;
}

ins {
  background-color: #ff9;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

address {
  font-style: normal;
}

sup {
  vertical-align: text-top;
  font-size: 0.75em;
}

sub {
  vertical-align: text-bottom;
  font-size: 0.75em;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid rgb(var(--border));
  margin: 1em 0;
  padding: 0;
}

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

iframe {
  max-width: 100%;
}

/* form
================================================== */
input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
  display: block;
  width: 100%;
  max-width: 100%;
  font-family: inherit;
  outline: none;
  border: 1px solid;
  border-radius: 0;
  background: none;
}
@media all and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel], textarea, button, select, option {
    font-size: 1.6rem;
  }
}

input[type=text], input[type=email], input[type=tel], textarea, button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input[type=radio], input[type=checkbox] {
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

select {
  color: inherit;
}

textarea {
  resize: vertical;
}

button {
  color: inherit;
  font-weight: normal;
  cursor: pointer;
}

/* 02_base
================================================ */
body {
  min-width: 320px;
  font-family: "Noto Sans JP", "�q���M�m�p�S ProN W3", Meiryo, sans-serif;
  color: rgb(var(--black));
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
  padding-top: 60px;
}
@media all and (min-width: 768px) {
  body {
    min-width: var(--contents_width_with_padding);
    font-size: 1.6rem;
    padding-top: 120px;
  }
#spFixed{
  display : none!important;
}
}

body#home {
  padding-top: 0;
}

.l-wrapper {
  position: relative;
}

@media all and (min-width: 768px) {
  .l-container.is-col2 {
    display: grid;
    grid-template-columns: var(--sidebar_width) auto;
    gap: 0 20px;
    width: var(--contents_width);
    margin: 0 auto;
  }
  .l-container.is-col2 .l-contents {
    flex: 1;
  }
  .l-container.is-col2 .l-sidebar {
    order: -1;
    flex-basis: var(--sidebar_width);
  }
}

/* sp <--> tb <--> pc
-------------------------------------- */
.u-media-query {
  display: none;
  font-family: "sp";
}
@media all and (min-width: 768px) {
  .u-media-query {
    font-family: "tb";
  }
}
@media all and (min-width: 1160px) {
  .u-media-query {
    font-family: "pc";
  }
}

@media all and (max-width: 1159px) {
  .u-view-pc {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .u-view-tb {
    display: none !important;
  }
}
@media all and (min-width: 1160px) {
  .u-view-tb {
    display: none !important;
  }
}

@media all and (min-width: 768px) {
  .u-view-sp {
    display: none !important;
  }
}

@media all and (min-width: 1160px) {
  .u-view-under-tb {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .u-view-upper-tb {
    display: none !important;
  }
}

/* overflow
-------------------------------------- */
.u-overflow-wrap {
  overflow: auto;
}
.u-overflow-wrap .u-overflow-sec {
  overflow: hidden;
}
@media all and (min-width: 768px) {
  .u-overflow-wrap .u-overflow-sec {
    min-width: var(--contents_width_with_padding);
  }
}

/* font
-------------------------------------- */
.u-font-en {
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
}

/* text
-------------------------------------- */
.u-uppercase {
  text-transform: uppercase;
}

.u-bold {
  font-weight: 700;
}

.u-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* link
-------------------------------------- */
a.u-alpha {
  display: block;
  text-decoration: none;
}
@media all and (min-width: 768px) {
  a.u-alpha {
    transition: all 0.3s ease;
  }
  a.u-alpha:hover {
    opacity: 0.7;
  }
}

a.u-zoom {
  display: block;
  text-decoration: none;
}
a.u-zoom .u-zoom__img {
  display: block;
}
a.u-zoom .u-zoom__img-wrap {
  display: block;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  a.u-zoom .u-zoom__img {
    transition: all 0.3s ease;
  }
  a.u-zoom:hover .u-zoom__img {
    transform: scale(1.1);
  }
}

/* layout
-------------------------------------- */
.u-inner {
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
@media all and (min-width: 768px) {
  .u-inner {
    width: 100%;
    max-width: var(--contents_width);
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .u-inner.is-over {
    max-width: 1500px;
  }
}

/*  .c-archive01
================================================== */
.c-archive01__item {
  border-style: solid;
  border-width: 1px 0 0;
}
.c-archive01__item:last-child {
  border-width: 1px 0;
}
.c-archive01__item-in {
  display: block;
  padding: 10px 0;
}
.c-archive01__item-meta {
  display: flex;
  flex-wrap: wrap;
}
.c-archive01__item-date {
  margin: 0 10px 0 0;
  padding: 5px 0;
}
.c-archive01__item-cat {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 -5px -5px 0;
}
.c-archive01__item-cat-item {
  margin: 0 5px 5px 0;
  padding: 5px 10px;
  background: rgb(var(--black));
  color: #fff;
}
.c-archive01__item-head {
  overflow: hidden;
  display: -webkit-box;
  max-height: 1.8em;
  line-height: 1.8;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  margin-top: 5px;
}
@media all and (min-width: 768px) {
  .c-archive01__item {
    display: block;
  }
  .c-archive01__item-head {
    max-height: 3.6em;
    -webkit-line-clamp: 2;
  }
}

/* .c-bg-gray
================================================== */
.c-bg-gray {
  background-color: rgb(var(--gray02));
}

/* .c-bg-gray02
================================================== */
.c-bg-gray02 {
  background-color: rgb(var(--gray03));
}

/* .c-bg-orange
================================================== */
.c-bg-orange {
  background-color: rgb(var(--orange));
}

/* .c-btn01
================================================== */
.c-btn01 {
  width: 250px;
  height: 60px;
  margin: 0 auto;
}
.c-btn01__link {
  width: 100%;
  height: 100%;
  border: 1px solid rgb(var(--black));
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  background-color: rgb(var(--black));
  color: rgb(var(--white));
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.c-btn01__link::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgb(var(--black));
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
.c-btn01__link::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  vertical-align: middle;
  color: currentColor;
  background: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjQiIGhlaWdodD0iNy4xODEiIHZpZXdCb3g9IjAgMCA0LjQgNy4xODEiPg0KICA8cGF0aCBpZD0iUGF0aF82NjI5MyIgZGF0YS1uYW1lPSJQYXRoIDY2MjkzIiBkPSJNMTA4LjUwOCw4Mi4xMThsLS43MzMuNzE4LDIuOTMzLDIuODcyLTIuOTMzLDIuODcyLjczMy43MTgsMy42NjctMy41OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDcuNzc1IC04Mi4xMTgpIiBmaWxsPSIjZmZmIi8+DQo8L3N2Zz4NCg==");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjQiIGhlaWdodD0iNy4xODEiIHZpZXdCb3g9IjAgMCA0LjQgNy4xODEiPg0KICA8cGF0aCBpZD0iUGF0aF82NjI5MyIgZGF0YS1uYW1lPSJQYXRoIDY2MjkzIiBkPSJNMTA4LjUwOCw4Mi4xMThsLS43MzMuNzE4LDIuOTMzLDIuODcyLTIuOTMzLDIuODcyLjczMy43MTgsMy42NjctMy41OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDcuNzc1IC04Mi4xMTgpIiBmaWxsPSIjZmZmIi8+DQo8L3N2Zz4NCg==");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-position: center right;
  mask-position: center right;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  right: 27px;
  transform: translateY(-50%);
}
@media all and (min-width: 768px) {
  .c-btn01 {
    width: 560px;
    height: 120px;
    margin: 0;
    transition: all 0.3s ease;
  }
  .c-btn01:hover .c-btn01__link {
    background-color: rgb(var(--white));
    color: rgb(var(--black));
  }
  .c-btn01:hover .c-btn01__link::after {
    color: rgb(var(--white));
  }
  .c-btn01__link {
    font-size: 2.6rem;
    border-radius: 60px;
    transition: all 0.3s ease;
  }
  .c-btn01__link::before {
    width: 47px;
    height: 47px;
    right: 28px;
  }
  .c-btn01__link::after {
    width: 10px;
    height: 16px;
    right: 45px;
  }
}

/* .c-btn02
================================================== */
.c-btn02 {
  width: 290px;
  height: 60px;
  margin: 0 auto;
}
.c-btn02__link {
  width: 100%;
  height: 100%;
  border: 2px solid rgb(var(--black));
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  background-color: rgb(var(--white));
  color: rgb(var(--black));
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
.c-btn02__link::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgb(var(--black));
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
.c-btn02__link::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  vertical-align: middle;
  color: currentColor;
  background: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjQiIGhlaWdodD0iNy4xODEiIHZpZXdCb3g9IjAgMCA0LjQgNy4xODEiPg0KICA8cGF0aCBpZD0iUGF0aF82NjI5MyIgZGF0YS1uYW1lPSJQYXRoIDY2MjkzIiBkPSJNMTA4LjUwOCw4Mi4xMThsLS43MzMuNzE4LDIuOTMzLDIuODcyLTIuOTMzLDIuODcyLjczMy43MTgsMy42NjctMy41OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDcuNzc1IC04Mi4xMTgpIiBmaWxsPSIjZmZmIi8+DQo8L3N2Zz4NCg==");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjQiIGhlaWdodD0iNy4xODEiIHZpZXdCb3g9IjAgMCA0LjQgNy4xODEiPg0KICA8cGF0aCBpZD0iUGF0aF82NjI5MyIgZGF0YS1uYW1lPSJQYXRoIDY2MjkzIiBkPSJNMTA4LjUwOCw4Mi4xMThsLS43MzMuNzE4LDIuOTMzLDIuODcyLTIuOTMzLDIuODcyLjczMy43MTgsMy42NjctMy41OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDcuNzc1IC04Mi4xMTgpIiBmaWxsPSIjZmZmIi8+DQo8L3N2Zz4NCg==");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-position: center right;
  mask-position: center right;
  transition: all 0.3s ease;
  color: rgb(var(--white));
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
@media all and (min-width: 768px) {
  .c-btn02 {
    width: 375px;
    height: 70px;
    margin: 0;
    transition: all 0.3s ease;
  }
  .c-btn02:hover .c-btn02__link {
    background-color: rgb(var(--black));
    color: rgb(var(--white));
  }
  .c-btn02:hover .c-btn02__link::before {
    background-color: rgb(var(--white));
  }
  .c-btn02:hover .c-btn02__link::after {
    color: rgb(var(--black));
  }
  .c-btn02__link {
    transition: all 0.3s ease;
    border-width: 1px;
  }
  .c-btn02__link::before {
    width: 30px;
    height: 30px;
    right: 20px;
    transition: all 0.3s ease;
  }
  .c-btn02__link::after {
    width: 6px;
    height: 10px;
    right: 31px;
    transition: all 0.3s ease;
  }
}

/* .c-color-white
================================================== */
.c-color-white {
  color: rgb(var(--white));
}

/* .c-color-orange
================================================== */
.c-color-orange {
  color: rgb(var(--orange));
}

.c-color-orange02 {
  color: rgb(var(--orange02));
}

/* .c-form
================================================== */
/*  flex, talbe
--------------------------------------------------*/
.c-form__inner {
  padding-top: 60px;
  padding-bottom: 60px;
  border-top: 1px solid var(--border);
}
.c-form-breadcrumb {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.c-form-breadcrumb__item {
  width: 33.3333333333%;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  line-height: 1.1;
  color: rgb(var(--white));
  position: relative;
}
.c-form-breadcrumb__item::after {
  content: "";
  border-style: solid;
  border-width: 17.5px 0 17.5px 10px;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  z-index: 1;
}
.c-form-breadcrumb__item.is-input {
  background-color: rgb(var(--orange));
}
.c-form-breadcrumb__item.is-input::after {
  border-color: transparent transparent transparent rgb(var(--orange));
}
.c-form-breadcrumb__item.is-confirm {
  background-color: rgb(var(--orange03));
}
.c-form-breadcrumb__item.is-confirm::after {
  border-color: transparent transparent transparent rgb(var(--orange03));
}
.c-form-breadcrumb__item.is-complete {
  background-color: rgba(var(--orange03), 0.2);
  color: rgb(var(--orange02));
}
.c-form-breadcrumb__item.is-complete::after {
  display: none;
}
.c-form__desc {
  margin-bottom: 25px;
}
.c-form tr {
  border-bottom: 1px solid rgb(var(--gray04));
  padding: 25px 0 30px;
  box-sizing: border-box;
}
.c-form tr:first-child {
  border-top: 1px solid rgb(var(--gray04));
}
.c-form th {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 14px;
  font-weight: 700;
  color: #2e3233;
  text-align: left;
  vertical-align: middle;
}
@media all and (max-width: 767px) {
  .c-form table,
.c-form thead,
.c-form tbody,
.c-form tr,
.c-form td {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .c-form__inner {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .c-form__main {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
  .c-form-breadcrumb {
    margin-bottom: 65px;
  }
  .c-form-breadcrumb__item {
    height: 70px;
  }
  .c-form-breadcrumb__item::after {
    border-width: 35px 0 35px 25px;
    right: -24px;
  }
  .c-form__desc {
    text-align: center;
    margin-bottom: 65px;
  }
  .c-form tr {
    display: flex;
    align-items: center;
    padding: 28px 40px 28px 0;
  }
  .c-form tr.is-aligntop {
    align-items: flex-start;
  }
  .c-form th {
    width: 338px;
    padding-right: 57px;
    padding-bottom: 0;
  }
  .c-form td {
    flex: 1;
  }
}

/*  input parts
--------------------------------------------------*/
/* input,select,textarea,button */
input.c-form-parts,
select.c-form-parts,
textarea.c-form-parts,
button.c-form-parts {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 54px;
  padding: 5px 20px;
  background-color: rgb(var(--white));
  border: 1px solid #2e323320;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input.c-form-parts::-moz-placeholder, select.c-form-parts::-moz-placeholder, textarea.c-form-parts::-moz-placeholder, button.c-form-parts::-moz-placeholder {
  color: rgba(var(--black), 0.7);
}

input.c-form-parts::placeholder,
select.c-form-parts::placeholder,
textarea.c-form-parts::placeholder,
button.c-form-parts::placeholder {
  color: rgba(var(--black), 0.7);
}

@media all and (min-width: 768px) {
  input.c-form-parts,
select.c-form-parts,
textarea.c-form-parts,
button.c-form-parts {
    height: 58px;
  }
}
/* checkbox */
.c-form .c-checkbox {
  display: block;
}
.c-form .c-checkbox.is-agreement input:checked + .c-checkbox__text::after {
  background-color: transparent;
  top: 12px;
  left: 5px;
  width: 10px;
  height: 4px;
  border-color: rgb(var(--orange));
  border-style: solid;
  border-width: 2px 2px 0 0;
  transform: rotate(135deg);
}
.c-form .c-checkbox + .c-checkbox {
  margin-top: 6px;
}
.c-form .c-checkbox label {
  display: block;
  cursor: pointer;
}
.c-form .c-checkbox input {
  display: none;
}
.c-form .c-checkbox input:checked + .c-checkbox__text::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: rgb(var(--orange));
  position: absolute;
  top: 12px;
  left: 6px;
}
.c-form .c-checkbox__text {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  vertical-align: top;
  color: #2e3233;
}
.c-form .c-checkbox__text::before {
  box-sizing: border-box;
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  background: #fff;
}
@media all and (min-width: 768px) {
  .c-form .c-checkbox.is-agreement .c-checkbox__text {
    padding-left: 43px;
  }
  .c-form .c-checkbox.is-agreement .c-checkbox__text::before {
    width: 32px;
    height: 32px;
    top: 1px;
  }
  .c-form .c-checkbox.is-agreement input:checked + .c-checkbox__text::after {
    top: 9px;
    width: 18px;
    height: 7px;
    border-width: 4px 4px 0 0;
  }
  .c-form .c-checkbox + .c-checkbox {
    margin-top: 3px;
  }
}

/* select */
select.c-form-parts {
  padding-right: 24px;
  background: no-repeat right 15px top 50%/13px;
  background-image: url(../image/ico_arrow01.png);
  color: #2e3233;
}
@media all and (min-width: 768px) {
  select.c-form-parts {
    width: 320px;
  }
}

/* textarea */
textarea.c-form-parts {
  height: 224px;
}
@media all and (min-width: 768px) {
  textarea.c-form-parts {
    height: 230px;
  }
}

/* .c-form-label
--------------------------------------------------*/
.c-form-label {
  white-space: nowrap;
  display: inline-block;
  line-height: 1.1;
  font-weight: 400;
  padding: 5px 12px;
  box-sizing: border-box;
  color: rgb(var(--gray04));
  border: 1px solid currentColor;
}
.c-form-label.is-required {
  color: rgb(var(--orange02));
  border: 1px solid rgb(var(--orange02));
}

/* .c-form-postcode
--------------------------------------------------*/
.c-form-postcode {
  display: flex;
}
.c-form-postcode__prefix {
  width: 25px;
  padding-top: 10px;
  color: rgba(var(--black), 0.7);
}
.c-form-postcode__input {
  flex-basis: calc(100% - 26px);
  max-width: 170px;
}
@media all and (min-width: 768px) {
  .c-form-postcode__input {
    max-width: 240px;
  }
}

/* .c-form-address
--------------------------------------------------*/
.c-form-address {
  margin-top: 10px;
}

/* .c-form-note
--------------------------------------------------*/
.c-form-note {
  font-size: 1.2rem;
  color: rgba(var(--gray04), 0.7);
  margin-top: 6px;
}
@media all and (min-width: 768px) {
  .c-form-note {
    font-size: 1.4rem;
    margin-top: 4px;
  }
}

/* .c-form-agreement
--------------------------------------------------*/
.c-form-agreement {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.c-form-agreement__checkbox {
  margin-top: 5px;
}
.c-form-agreement__link {
  text-decoration: underline !important;
}
@media all and (min-width: 768px) {
  .c-form-agreement {
    flex-direction: row;
  }
  .c-form-agreement__checkbox {
    margin-top: 0;
  }
  .c-form-agreement__label {
    margin-right: 25px;
  }
  .c-form-agreement__link:hover {
    text-decoration: none !important;
  }
}

.is-complete .c-form-agreement__label {
  display: none;
}

/*  .c-form-area-btn
--------------------------------------------------*/
.c-form-area-btn {
  margin-top: 40px;
}
@media all and (min-width: 768px) {
  .c-form-area-btn {
    margin-top: 51px;
  }
}

.c-form-btn {
  width: 290px;
  height: 60px;
  border: 2px solid rgb(var(--black));
  border-radius: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  background-color: rgb(var(--white));
  color: rgb(var(--black));
  text-align: center;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.c-form-btn::before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: rgb(var(--black));
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
.c-form-btn::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  vertical-align: middle;
  color: currentColor;
  background: currentColor;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjQiIGhlaWdodD0iNy4xODEiIHZpZXdCb3g9IjAgMCA0LjQgNy4xODEiPg0KICA8cGF0aCBpZD0iUGF0aF82NjI5MyIgZGF0YS1uYW1lPSJQYXRoIDY2MjkzIiBkPSJNMTA4LjUwOCw4Mi4xMThsLS43MzMuNzE4LDIuOTMzLDIuODcyLTIuOTMzLDIuODcyLjczMy43MTgsMy42NjctMy41OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDcuNzc1IC04Mi4xMTgpIiBmaWxsPSIjZmZmIi8+DQo8L3N2Zz4NCg==");
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0LjQiIGhlaWdodD0iNy4xODEiIHZpZXdCb3g9IjAgMCA0LjQgNy4xODEiPg0KICA8cGF0aCBpZD0iUGF0aF82NjI5MyIgZGF0YS1uYW1lPSJQYXRoIDY2MjkzIiBkPSJNMTA4LjUwOCw4Mi4xMThsLS43MzMuNzE4LDIuOTMzLDIuODcyLTIuOTMzLDIuODcyLjczMy43MTgsMy42NjctMy41OVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDcuNzc1IC04Mi4xMTgpIiBmaWxsPSIjZmZmIi8+DQo8L3N2Zz4NCg==");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: auto 100%;
  mask-size: auto 100%;
  -webkit-mask-position: center right;
  mask-position: center right;
  transition: all 0.3s ease;
  color: rgb(var(--white));
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
}
.c-form-btn.btnAdjust {
  background-color: rgb(var(--black));
  color: rgb(var(--white));
  margin-bottom: 10px;
}
.c-form-btn.btnAdjust::before {
  background-color: rgb(var(--white));
}
.c-form-btn.btnAdjust::after {
  color: rgb(var(--black));
}
@media all and (min-width: 768px) {
  .c-form-btn {
    width: 350px;
    height: 70px;
    font-size: 1.6rem;
    transition: all 0.3s ease;
  }
  .c-form-btn::before, .c-form-btn::after {
    transition: all 0.3s ease;
  }
  .c-form-btn:hover {
    background-color: rgb(var(--black));
    color: rgb(var(--white));
  }
  .c-form-btn:hover::before {
    background-color: rgb(var(--white));
  }
  .c-form-btn:hover::after {
    color: rgb(var(--black));
  }
  .c-form-btn:hover.btnAdjust:hover {
    background-color: rgb(var(--white));
    color: rgb(var(--black));
  }
  .c-form-btn:hover.btnAdjust::before {
    background-color: rgb(var(--black));
  }
  .c-form-btn:hover.btnAdjust::after {
    color: rgb(var(--white));
  }
}

/*  .error
--------------------------------------------------*/
#errorMsg p, #errorMsg strong {
  display: block;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}
#errorMsg .error {
  color: rgb(var(--orange02));
}
@media all and (min-width: 768px) {
  #errorMsg p, #errorMsg strong {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0;
  }
}

.c-form__area-input .error {
  color: rgb(var(--orange02));
}

/* .c-head01
================================================== */
.c-head01 {
  text-align: center;
  margin-bottom: 41px;
  position: relative;
}
.c-head01::before {
  content: "";
  width: 1px;
  height: 60px;
  background-color: currentColor;
  position: absolute;
  left: 50%;
  top: -84px;
  transform: translateX(-50%);
}
.c-head01__en {
  font-size: 4.0rem;
  margin-bottom: 7px;
    font-weight : 700;
}
.c-head01__ja {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
}
@media all and (min-width: 768px) {
  .c-head01 {
    margin-bottom: 85px;
  }
  .c-head01::before {
    height: 100px;
    top: -138px;
  }
  .c-head01__en {
    font-size: 10rem;
    margin-bottom: 3px;
    font-weight : 700;
  }
  .c-head01__ja {
    font-size: 2rem;
  }
}
/* 特定のページに適用するスタイル */
.special-page .c-head01::before {
  content: none !important; /* 要素を完全に非表示にする */
}

.special-page .c-head01__en,
.special-page .c-head01__ja {
  position: relative;
  top: -20px; /* 必要に応じて調整 */
  z-index: 1; /* 必要に応じて z-index を追加して他の要素よりも前面に表示 */
}

/* スマートフォン用のメディアクエリ */
@media (max-width: 767px) {
  .special-page .c-head01::before {
    display : none; /* 半分の長さに調整（必要に応じて調整） */
  }
  
  .special-page .c-head01__en,
  .special-page .c-head01__ja {
    top: 10px; /* スマートフォン用の位置調整 */
  }
}

/* .c-ico
================================================== */
.c-ico {
  display: inline-block;
  vertical-align: middle;
}
.c-ico svg {
  transition: all 0.3s ease;
}

/* .c-pager01
===================================*/
.c-pager01 {
  overflow: hidden;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 30px -5px -10px;
}
.c-pager01 li {
  margin: 0 5px 10px;
}
.c-pager01 li a, .c-pager01 li span {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 30px;
  height: 30px;
  line-height: 1;
  border: 1px solid rgb(var(--black));
  text-decoration: none;
}
.c-pager01 li.pages span {
  width: auto;
  border: 0;
}
.c-pager01 li.current span {
  color: #fff;
  background: rgb(var(--black));
}
.c-pager01 li.first, .c-pager01 li.previous {
  margin-right: 15px;
}
.c-pager01 li.first a, .c-pager01 li.last a {
  width: auto;
  border-color: transparent;
  padding-right: 15px;
  padding-left: 15px;
}
.c-pager01 li.next, .c-pager01 li.last {
  margin-left: 15px;
}
.c-pager01 li.extend span {
  border: 0;
}
@media all and (min-width: 768px) {
  .c-pager01 li a:hover {
    text-decoration: none;
    border: 1px solid rgb(var(--black));
    background-color: rgb(var(--black));
    color: #fff;
  }
}

/*  .c-pager02
================================================== */
.c-pager02 {
  position: relative;
  overflow: hidden;
  margin-top: 30px;
  line-height: 1;
}
.c-pager02 a {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 50px;
  padding: 15px;
  border: 1px solid;
  text-decoration: none;
}
.c-pager02__previous, .c-pager02__next {
  width: calc(50% - 10px);
}
.c-pager02__previous {
  float: left;
}
.c-pager02__previous a {
  justify-content: flex-start;
  padding-left: 30px;
}
.c-pager02__next {
  float: right;
}
.c-pager02__next a {
  justify-content: flex-end;
  padding-right: 30px;
}
.c-pager02__all {
  width: 100%;
  clear: both;
  padding-top: 20px;
}
.c-pager02__all a {
  justify-content: center;
}
@media all and (min-width: 768px) {
  .c-pager02 a {
    transition: all 0.3s ease;
  }
  .c-pager02 a:hover {
    background: rgb(var(--black));
    color: #fff;
    border-color: rgb(var(--black));
  }
}

/* .c-single-content
================================================== */
.c-single-content *:first-child {
  margin-top: 0;
}
.c-single-content *:last-child {
  margin-bottom: 0;
}
.c-single-content p {
  margin: 1em 0;
}
.c-single-content a {
  text-decoration: underline;
}
@media all and (min-width: 1160px) {
  .c-single-content a:hover {
    text-decoration: none;
  }
  .c-single-content .alignleft {
    float: left;
  }
  .c-single-content .alignright {
    float: right;
  }
  .c-single-content .aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

/* .l-breadcrumb
================================================ */
.l-breadcrumb-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 20px;
}
.l-breadcrumb-list__item {
  display: inline-block;
  vertical-align: top;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item {
  position: relative;
  margin-left: 6px;
  padding-left: 18px;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item:before {
  content: "";
  width: 8px;
  height: 1px;
  background-color: rgb(var(--gray04));
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.l-breadcrumb-list__txt {
  color: rgb(var(--gray05));
}
@media all and (max-width: 767px) {
  .l-breadcrumb-list {
    white-space: nowrap;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
  }
  .l-breadcrumb-list::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1599px) {
  .l-breadcrumb-list {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* .l-footer
================================================ */
.l-footer {
  position: relative;
  background: url(../image/bg_footer01_sp.png) no-repeat top center/cover;
}
.l-footer__inner {
  padding-top: 71px;
  padding-bottom: 85px;
  box-sizing: border-box;
}
.l-footer__info-logo {
  width: 220px;
  margin: 0 auto 30px;
}
.l-footer__info-cr {
  font-size: 1rem;
  line-height: 1.1;
  color: var(--gray);
  text-align: center;
}
.l-footer-contact {
  position: relative;
  overflow: hidden;
}
.l-footer-contact::before, .l-footer-contact::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.l-footer-contact::before {
  background: url(../image/bg_footer02_sp.png) no-repeat top center/cover;
  z-index: -1;
}
.l-footer-contact::after {
  width: 2360px;
  height: 589px;
  background: url(../image/bg_footer03.png) no-repeat top center/cover;
  z-index: 0;
  -webkit-animation: slide-left 20s linear infinite;
  animation: slide-left 20s linear infinite;
}
.l-footer-contact__inner {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}
.l-footer-contact__info {
  margin-bottom: 33px;
}
.l-footer-contact__head {
  font-size: 3.6rem;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 7px;
  color : #000;
}
.l-footer-contact__head span {
  color: rgb(var(--white));
}
.l-footer-contact__txt {
  font-weight: 700;
  text-align: center;
}
@media all and (min-width: 768px) {
  .l-footer {
    background: url(../image/bg_footer01_pc.png) no-repeat top center/cover;
    margin-top : -5px;
  }
  .l-footer__inner {
    padding: 173px 87px 171px 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .l-footer__info-logo {
    width: 280px;
    margin: 0 0 65px 0;
  }
  .l-footer__info-cr {
    font-size: 1.2rem;
    text-align: left;
  }
  .l-footer__menu-list {
    display: flex;
    align-items: center;
    padding-left: 20px;
  }
  .l-footer__menu-list-item {
    transition: all 0.3s ease;
  }
  .l-footer__menu-list-item + .l-footer__menu-list-item {
    margin-left: 39px;
  }
  .l-footer__menu-list-item:hover {
    opacity: 0.7;
  }
  .l-footer__menu-list-link {
    font-size: clamp(1.6rem, 0.4rem + 1vw, 1.8rem);
    line-height: 1.2222222222;
    color: rgb(var(--white));
  }
  .l-footer-contact::before {
    background: url(../image/bg_footer02_pc.png) no-repeat top center/cover;
  }
  .l-footer-contact::after {
    -webkit-animation: slide-left 30s linear infinite;
    animation: slide-left 30s linear infinite;
  }
  .l-footer-contact__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 202px;
    padding-bottom: 202px;
  }
  .l-footer-contact__info {
    max-width: 660px;
    width: 100%;
    margin-bottom: 0;
    color : #000;
  }
  .l-footer-contact__head {
    font-size: 6rem;
    text-align: left;
  }
  .l-footer-contact__txt {
    font-size: 2.6rem;
    line-height: 1.2307692308;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1599px) {
  .l-footer-contact__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* .l-footer-page-top
================================================ */
.l-footer-page-top {
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.l-footer-page-top__link {
  width: 100%;
  height: 100%;
  position: relative;
}
.l-footer-page-top__link::before {
  content: "";
  width: 8px;
  height: 5px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='13.056' height='8' viewBox='0 0 13.056 8'%3E%3Cpath id='Path_325285' data-name='Path 325285' d='M109.108,82.118l-1.333,1.306,5.333,5.222-5.333,5.223,1.333,1.306,6.667-6.528Z' transform='translate(-82.118 115.774) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media all and (min-width: 768px) {
  .l-footer-page-top {
    width: 100px;
    height: 100px;
    right: 87px;
    bottom: 134px;
  }
  .l-footer-page-top__link::before {
    width: 13px;
    height: 8px;
  }
  .l-footer-page-top__link img {
    transition: all 0.3s ease;
  }
  .l-footer-page-top__link:hover img {
    animation: rotate-center 0.8s reverse ease-out;
  }
}

@-webkit-keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-800px);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-800px);
  }
}
/* .l-header
================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  height: 60px;
  z-index: 2000;
  transition: all 0.3s ease;
background-color: rgba(255, 255, 255, 0.25); /* 背景色の透明度を設定 */
}
.l-header.is-fixed {
  background-color: rgba(255, 255, 255, 0.25); /* 背景色の透明度を設定 */
}
.l-header.is-subpage {
  background-color: rgba(255, 255, 255, 0.25); /* 背景色の透明度を設定 */
}
@media all and (min-width: 768px) {
  .l-header {
    min-width: var(--contents_width_with_padding);
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background-color 0.3s ease;
  }
}
@media (min-width: 768px) and (hover: none) {
  .l-header {
    left: 0 !important;
  }
}

/* .l-header-info
================================================== */
.l-header-info {
  position: relative;
  z-index: 3;
  height: 60px;
  padding: 10px 5px 10px 10px;
  box-sizing: border-box;
}
.l-header-info__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.l-header-info__logo {
  width: 178px;
}
@media all and (min-width: 768px) {
  .l-header-info {
    height: auto;
    padding: 0;
    margin-left: 40px;
  }
  .l-header-info__logo {
    width: 220px;
    padding: 0 15px 0 0;
  }
}

/* .l-nav-btn
================================================== */
.l-nav-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgb(var(--black));
  cursor: pointer;
}
.l-nav-btn__line {
  position: absolute;
  left: 14px;
  width: 22px;
  height: 1px;
  content: "";
  background: rgb(var(--white));
  transition: all 0.3s ease;
}
.l-nav-btn__line:nth-child(1) {
  top: 20px;
}
.l-nav-btn__line:nth-child(2) {
  top: 27px;
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(1) {
  top: 23px;
  transform: rotate(-45deg);
}
.l-nav-btn.is-open .l-nav-btn__line:nth-child(2) {
  top: 23px;
  transform: rotate(45deg);
}

/* .l-nav
================================================ */
.l-nav {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100vh;
  min-width: 320px;
  padding: 146px 0;
  background: rgb(var(--orange));
  box-sizing: border-box;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
@media all and (max-width: 767px) {
  .l-nav {
    overflow: auto;
    transform: translateX(120%);
    transition: all 0.3s ease;
  }
  .l-nav::-webkit-scrollbar {
    display: none;
  }
  .l-nav.is-open {
    transform: translateX(0);
  }
}
@media all and (min-width: 768px) {
  .l-nav {
    position: static;
    width: auto;
    min-width: auto;
    height: auto;
    padding: 0;
    margin-left: auto;
    margin-right: 50px;
    background-color: transparent;
  }
}

/* .l-nav-list
================================================== */
.l-nav-list__item {
  text-align: center;
}
.l-nav-list__item + .l-nav-list__item {
  margin-top: 40px;
}
.l-nav-list__link {
  display: inline-flex;
  font-size: 2rem;
  color: #fff;
  line-height: 1.2;
}
@media all and (min-width: 768px) {
  .l-nav-list {
    display: flex;
    align-items: center;
  }
  .l-nav-list__item {
    transition: all 0.3s ease;
  }
  .l-nav-list__item + .l-nav-list__item {
    margin-top: 0;
    margin-left: 39px;
  }
  .l-nav-list__item.is-contact:hover {
    opacity: 1;
  }
  .l-nav-list__item.is-contact:hover .l-nav-list__link {
    background-color: rgb(var(--white));
    color: rgb(var(--black));
  }
  .l-nav-list__item.is-contact .l-nav-list__link {
    width: 140px;
    height: 40px;
    padding-top: 5px;
    border-radius: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(var(--black));
    color: rgb(var(--white));
    transition: all 0.3s ease;
  }
  .l-nav-list__item:hover {
    opacity: 0.7;
  }
  .l-nav-list__link {
    font-size: 1.5rem;
    color: rgb(var(--black));
  }
}

/* .l-nav-overlay
================================================ */
.l-nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  z-index: 1000;
}
@media all and (min-width: 768px) {
  .l-nav-overlay {
    display: none !important;
  }
}

/* .l-ie-attention
================================================ */
.l-ie-attention {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
  font-weight: 700;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  box-sizing: border-box;
}
.l-ie-attention__txt {
  font-size: 3rem;
  margin-bottom: 18px;
}
.l-ie-attention__note {
  color: #989898;
}
.l-ie-attention__note .l-ie-attention__note-link {
  display: inline-block;
}
.l-ie-attention__note-link {
  font-size: 1.8rem;
  border-bottom: 1px solid;
  position: relative;
  margin-right: 25px;
  display: inline-block;
}
.l-ie-attention__note-link::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 13px;
  width: 11px;
  height: 11px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%20%3Cg%20id%3D%22link%22%20transform%3D%22translate(0.5%200.5)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_23829%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2023829%22%20width%3D%228%22%20height%3D%228%22%20transform%3D%22translate(3)%22%20fill%3D%22none%22%20stroke%3D%22%23989898%22%20stroke-width%3D%221%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_4323%22%20data-name%3D%22%E3%83%91%E3%82%B9%204323%22%20d%3D%22M688%2C718.025h-6v-6%22%20transform%3D%22translate(-682%20-707.025)%22%20fill%3D%22none%22%20stroke%3D%22%23989898%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center/100%;
}

/* .l-main-img HOME
================================================ */
.l-main-img {
  overflow: hidden;
  position: relative;
}
.l-main-img__img-item {
  min-height: 318px;
}
.l-main-img__area-txt {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 56px;
  z-index: 1;
}
.l-main-img-copy__head {
  font-size: 6.5rem;
  line-height: 1;
}
.l-main-img-copy__txt {
  font-weight: 700;
}
.l-main-img__bg {
  margin-top: -10px;
}
.l-main-img__area-txtimg {
  position: absolute;
  left: 0;
  z-index: 0;
  bottom: 260px;
}
.l-main-img__txtimg.is-ja {
  -webkit-animation: marquee 15s linear infinite;
  animation: marquee 15s linear infinite;
}
.l-main-img__txtimg.is-ja img {
  width: 2280px;
  height: 58px;
}
.l-main-img__txtimg.is-en {
  -webkit-animation: marquee 25s linear infinite;
  animation: marquee 25s linear infinite;
}
.l-main-img__txtimg.is-en img {
  width: 2348px;
  height: 151px;
}
.l-main-img__txtimg img {
  max-width: none;
}
@media all and (min-width: 768px) {
  .l-main-img {
    position: relative;
    min-height: auto;
    height: 100vh;
    overflow: hidden;
  }
  .l-main-img__img-item {
    height: 100vh;
    width: 100%;
  }
  .l-main-img__img-item-img {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .l-main-img__img-item-img img, .l-main-img__img-item-img source {
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .l-main-img__area-txt {
    padding: 0 100px;
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
    z-index: 2;
  }
  .l-main-img-copy__head {
    display: inline-block;
    font-size: 13rem;
    margin-bottom: 12px;
    position: relative;
  }
  .l-main-img-copy__head::before, .l-main-img-copy__head::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgb(var(--black));
  }
  .l-main-img-copy__head::before {
    width: 415px;
    position: absolute;
    top: 105px;
    left: 0;
  }
  .l-main-img-copy__head::after {
    position: absolute;
    bottom: 24px;
    left: 0;
  }
  .l-main-img-copy__head span {
    color: rgb(var(--white));
  }
  .l-main-img-copy__txt {
    font-size: 2.7rem;
    line-height: 1.1851851852;
  }
  .l-main-img__bg {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0;
  }
  .l-main-img__bg img, .l-main-img__bg source {
    height: 100vh;
  }
  .l-main-img__area-txtimg {
    bottom: -22px;
  }
  .l-main-img__txtimg.is-ja {
    -webkit-animation: marquee 10s linear infinite;
    animation: marquee 10s linear infinite;
  }
  .l-main-img__txtimg.is-en {
    -webkit-animation: marquee 20s linear infinite;
    animation: marquee 20s linear infinite;
  }
}
@media screen and (min-width: 768px) and (max-width: 1599px) {
  .l-main-img-copy__head {
    font-size: 10rem;
  }
  .l-main-img-copy__head::before {
    width: 320px;
    top: 77px;
  }
  .l-main-img-copy__head::after {
    bottom: 21px;
  }
}
@-webkit-keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-25%);
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-25%);
  }
}
/* .l-sub-img
================================================ */
.l-sub-img {
  position: relative;
}
.l-sub-img.is-corporate .l-sub-img__head {
  text-transform: none;
  line-height: 1.25;
}
.l-sub-img.is-no-mv {
  height: 169px;
  position: relative;
}
.l-sub-img.is-no-mv::before {
  content: "";
  width: 105px;
  height: 101px;
  background: url(../image/bg_mv01.png) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
}
.l-sub-img.is-no-mv .l-sub-img__inner {
  height: 100%;
  padding-top: 48px;
  box-sizing: border-box;
}
.l-sub-img.is-no-mv .l-sub-img__head {
  line-height: 1.3;
  color: rgb(var(--black));
  text-align: center;
}
.l-sub-img__mv img {
  width: 100%;
}
.l-sub-img__info {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.l-sub-img__head {
  font-size: 3.6rem;
  color: rgb(var(--white));
  letter-spacing: 0;
}
.l-sub-img__head span {
  color: rgb(var(--black));
}
@media all and (min-width: 768px) {
  .l-sub-img.is-no-mv {
    height: 329px;
  }
  .l-sub-img.is-no-mv::before {
    width: 240px;
    height: 230px;
  }
  .l-sub-img.is-no-mv .l-sub-img__inner {
    padding-top: 183px;
  }
  .l-sub-img.is-no-mv .l-sub-img__head {
    line-height: 1.1;
    text-align: left;
  }
  .l-sub-img__head {
    font-size: 8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1599px) {
  .l-sub-img__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* .l-sidebar
================================================== */
.js-c-anime-elem[data-anime=fadein-up] {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}
.js-c-anime-elem[data-anime=fadein-up].is-animated {
  opacity: 1;
  transform: translateY(0);
}

.js-c-anime-elem[data-anime=fadein-left] {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s ease;
}
.js-c-anime-elem[data-anime=fadein-left].is-animated {
  opacity: 1;
  transform: translateX(0);
}

.js-c-anime-elem[data-anime=fadein-right] {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.6s ease;
}
.js-c-anime-elem[data-anime=fadein-right].is-animated {
  opacity: 1;
  transform: translateX(0);
}

.js-c-anime-elem[data-anime-delay="0.1"] {
  transition-delay: 0.1s;
}
.js-c-anime-elem[data-anime-delay="0.2"] {
  transition-delay: 0.2s;
}
.js-c-anime-elem[data-anime-delay="0.3"] {
  transition-delay: 0.3s;
}
.js-c-anime-elem[data-anime-delay="0.4"] {
  transition-delay: 0.4s;
}
.js-c-anime-elem[data-anime-delay="0.5"] {
  transition-delay: 0.5s;
}
.js-c-anime-elem[data-anime-delay="0.6"] {
  transition-delay: 0.6s;
}
.js-c-anime-elem[data-anime-delay="0.7"] {
  transition-delay: 0.7s;
}
.js-c-anime-elem[data-anime-delay="0.8"] {
  transition-delay: 0.8s;
}
.js-c-anime-elem[data-anime-delay="0.9"] {
  transition-delay: 0.9s;
}
.js-c-anime-elem[data-anime-delay="1"] {
  transition-delay: 1s;
}
.js-c-anime-elem[data-anime-delay="1.1"] {
  transition-delay: 1.1s;
}
.js-c-anime-elem[data-anime-delay="1.2"] {
  transition-delay: 1.2s;
}
.js-c-anime-elem[data-anime-delay="1.3"] {
  transition-delay: 1.3s;
}
.js-c-anime-elem[data-anime-delay="1.4"] {
  transition-delay: 1.4s;
}
.js-c-anime-elem[data-anime-delay="1.5"] {
  transition-delay: 1.5s;
}
.js-c-anime-elem[data-anime-delay="1.6"] {
  transition-delay: 1.6s;
}
.js-c-anime-elem[data-anime-delay="1.7"] {
  transition-delay: 1.7s;
}
.js-c-anime-elem[data-anime-delay="1.8"] {
  transition-delay: 1.8s;
}
.js-c-anime-elem[data-anime-delay="1.9"] {
  transition-delay: 1.9s;
}
.js-c-anime-elem[data-anime-delay="2"] {
  transition-delay: 2s;
}

.js-c-switch-tab {
  cursor: pointer;
}

.js-c-switch-content {
  display: none;
}
.js-c-switch-content.is-active {
  display: block;
}

.js-c-toggle-trigger {
  cursor: pointer;
}

.js-c-toggle-content {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* .js-home-mv
------------------------------------- */
.js-home-mv .js-home-mv-slider {
  display: none;
}
.js-home-mv .js-home-mv-slider.slick-initialized {
  display: block;
}
.js-home-mv .l-main-img__img-item-img img {
  transition: all 20s ease;
}
.js-home-mv .slide-animation .l-main-img__img-item-img img {
  transform: scale(1.2);
}

/*
	.company-sec
=========================================*/
.company-sec.is-access .company-sec__inner {
  padding-bottom: 59px;
}
.company-sec__inner {
  padding-top: 125px;
  padding-bottom: 70px;
}
.company-sec-list01__item {
  padding-top: 22px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(var(--gray02));
}
.company-sec-list01__item:first-child {
  border-top: 1px solid rgb(var(--gray02));
}
.company-sec-list01__head {
  line-height: 1.5714285714;
  font-weight: 700;
  margin-bottom: 7px;
}
.company-sec-list02__item + .company-sec-list02__item {
  margin-top: 50px;
}
.company-sec-list02__map {
  margin-bottom: 30px;
  height: 0;
  width: 100%;
  padding-bottom: 89.6%;
  position: relative;
}
.company-sec-list02__map iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}
.company-sec-list02__head {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}
.company-sec-list02__info {
  margin-bottom: 35px;
}
@media all and (min-width: 768px) {
  .company-sec.is-access .company-sec__inner {
    padding-top: 219px;
    padding-bottom: 180px;
  }
  .company-sec__inner {
    padding-top: 194px;
    padding-bottom: 124px;
  }
  .company-sec-list01__item {
    display: flex;
    align-items: center;
    padding: 25px 30px;
    box-sizing: border-box;
  }
  .company-sec-list01__item:first-child {
    border-top: none;
    padding-top: 0;
  }
  .company-sec-list01__head {
    width: 230px;
    line-height: 2;
    padding-right: 30px;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .company-sec-list01__txt {
    flex: 1;
  }
  .company-sec-list02__item + .company-sec-list02__item {
    margin-top: 100px;
  }
  .company-sec-list02__map {
    margin-bottom: 45px;
    padding-bottom: 44.5%;
  }
  .company-sec-list02__head {
    font-size: 3rem;
    line-height: 1.6666666667;
    margin-bottom: 25px;
  }
  .company-sec-list02__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .company-sec-list02__info {
    margin-bottom: 0;
    padding-right: 50px;
    box-sizing: border-box;
  }
  .company-sec-list02__btn {
    margin-top: 14px;
  }
}

/*
	.corporate-intro
=========================================*/
.corporate-intro__inner {
  position: relative;
  padding-top: 60px;
  padding-bottom: 65px;
}
.corporate-intro__img {
  position: relative;
  margin-bottom: 40px;
}
.corporate-intro__img-main {
  max-width: 305px;
  width: 100%;
}
.corporate-intro__img-sub {
  position: absolute;
}
.corporate-intro__img-sub.is-01 {
  width: 133px;
  position: absolute;
  bottom: -20px;
  right: 0;
}
.corporate-intro__head {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 27px;
}
.corporate-intro__txt + .corporate-intro__txt {
  margin-top: 30px;
}
.corporate-intro__txtimg {
  width: 100%;
  height: 153px;
  position: absolute;
  right: 0; /* 右寄せに修正 */
  bottom: 0;
}
.corporate-intro__txtimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  padding-top : 60px;
}
@media all and (min-width: 768px) {
  .corporate-intro__inner {
    padding-top: 128px;
    padding-bottom: 334px;
  }
  .corporate-intro__con {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 2;
  }
  .corporate-intro__img {
    margin-bottom: 0;
    position: relative;
  }
  .corporate-intro__img::before {
    content: "";
    width: 797px;
    height: 577px;
    background: url(../img/corporate/bg_intro01.png) no-repeat center/cover;
    position: absolute;
    bottom: -97px;
    left: -610px;
    z-index: -1;
  }
  .corporate-intro__img-main {
    max-width: 710px;
    margin-left: 70px;
  }
  .corporate-intro__img-sub.is-01 {
    width: 305px;
    bottom: -100px;
    right: unset;
    left: -105px;
  }
  .corporate-intro__img-sub.is-02 {
    width: 123px;
    bottom: 205px;
    left: -167px;
  }
  .corporate-intro__info {
    max-width: 590px;
    width: 100%;
    margin-top: 121px;
  }
  .corporate-intro__head {
    font-size: 4rem;
    line-height: 1.65;
    text-align: left;
  }
  .corporate-intro__txt {
    font-size: 1.7rem;
  }
  .corporate-intro__txt + .corporate-intro__txt {
    margin-top: 40px;
  }
.corporate-intro__txtimg {
    max-width: 1189px;
    width: 100%;
    height: 460px;
    position: absolute;
    right: 0;
    bottom: 0;
}
}
@media screen and (min-width: 768px) and (max-width: 1799px) {
  .corporate-intro__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .corporate-intro__img::before {
    left: 0;
  }
  .corporate-intro__img-main {
    margin-left: 0;
  }
  .corporate-intro__img-sub.is-01 {
    left: -40px;
  }
  .corporate-intro__img-sub.is-02 {
    display: none;
  }
  .corporate-intro__info {
    padding-left: 40px;
  }
  .corporate-intro__txtimg {
    right: 0;
  }
}

/*
	.corporate-main
=========================================*/
.corporate-main {
  background: url(../corporate/image/bg_main01_sp.jpg) no-repeat top center/cover;
  overflow: hidden;
}
.corporate-main__inner {
  padding-top: 134px;
  padding-bottom: 86px;
}
.corporate-main-sec {
  position: relative;
  position: relative;
}
.corporate-main-sec.is-sec01 {
  margin-bottom: 44px;
}
.corporate-main-sec.is-sec01 .corporate-main-sec__ico {
  width: 200px;
  height: 167px;
  top: -76px;
  left: -56px;
}
.corporate-main-sec.is-sec02 {
  margin-bottom: 95px;
}
.corporate-main-sec.is-sec02::after {
  position: absolute;
  content: "";
  top: -130px;
  right: -181px;
  width: 486px;
  height: 493px;
  background: url(../img/corporate/img_texture01_sp.png) center center no-repeat;
}
.corporate-main-sec.is-sec02 .corporate-main-sec__ico {
  width: 233px;
  height: 312px;
  top: -77px;
  right: -111px;
}
.corporate-main-sec.is-sec02 .corporate-main-sec__img {
  margin-bottom: -10px;
}
.corporate-main-sec.is-sec03::after {
  position: absolute;
  content: "";
  top: -130px;
  left: -181px;
  width: 548px;
  height: 480px;
  background: url(../img/corporate/img_texture02_sp.png) center center no-repeat;
}
.corporate-main-sec.is-sec03 .corporate-main-sec__ico {
  width: 275px;
  height: 186px;
  top: -87px;
  left: -85px;
}
.corporate-main-sec.is-sec03 .corporate-main-sec__head-txt {
  position: relative;
  padding-left: 54px;
}
.corporate-main-sec.is-sec03 .corporate-main-sec__head-txt::before {
  content: "その1";
  width: 31px;
  height: 31px;
  border-radius: 50%;
  border: 1px solid rgb(var(--white));
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.6rem;
  line-height: 1.1;
  font-weight: 700;
  color: rgb(var(--white));
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}
.corporate-main-sec.is-sec03 .corporate-main-sec__head-txt.is-02::before {
  content: "その2";
}
.corporate-main-sec.is-sec03 .corporate-main-sec__head-txt.is-03::before {
  content: "その3";
}
.corporate-main-sec__ico {
  position: absolute;
}
.corporate-main-sec__ico img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.corporate-main-sec__img {
  margin-bottom: -20px;
}
.corporate-main-sec__head {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
.corporate-main-sec__head-txt {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 10px 24px;
  box-sizing: border-box;
  background-color: rgb(var(--black));
  color: rgb(var(--white));
  font-feature-settings: "palt";
}
.corporate-main-sec__head-txt + .corporate-main-sec__head-txt {
  margin-top: 3px;
}
.corporate-main-sec__txt {
  color: rgb(var(--white));
}
@media all and (min-width: 768px) {
  .corporate-main {
    background: url(../corporate/image/bg_main01_pc.jpg) no-repeat top center/cover;
  }
  .corporate-main__inner {
    padding-top: 273px;
    padding-bottom: 205px;
  }
  .corporate-main-sec.is-sec01 {
    margin-bottom: 180px;
  }
  .corporate-main-sec.is-sec01 .corporate-main-sec__ico {
    width: 593px;
    height: 494px;
    top: -115px;
    left: -80px;
  }
  .corporate-main-sec.is-sec01 .corporate-main-sec__img {
    margin-left: auto;
  }
  .corporate-main-sec.is-sec02 {
    margin-bottom: 180px;
  }
  .corporate-main-sec.is-sec02::after {
    top: -320px;
    width: 1097px;
    height: 877px;
    background-image: url(../img/corporate/img_texture01_pc.png);
  }
  .corporate-main-sec.is-sec02 .corporate-main-sec__ico {
    width: 700px;
    height: 958px;
    top: -538px;
    right: -190px;
  }
  .corporate-main-sec.is-sec02 .corporate-main-sec__img {
    margin-bottom: -86px;
  }
  .corporate-main-sec.is-sec02 .corporate-main-sec__info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .corporate-main-sec.is-sec03 .corporate-main-sec__ico {
    width: 630px;
    height: 748px;
    top: -429px;
    left: -124px;
  }
  .corporate-main-sec.is-sec03 .corporate-main-sec__img {
    margin-left: auto;
  }
  .corporate-main-sec.is-sec03 .corporate-main-sec__head-txt {
    position: relative;
    padding-left: 137px;
  }
  .corporate-main-sec.is-sec03 .corporate-main-sec__head-txt::before {
    width: 78px;
    height: 78px;
    border-width: 2px;
    font-size: 1.8rem;
    left: 37px;
  }
  .corporate-main-sec__img {
    max-width: 1100px;
    width: 100%;
    margin-bottom: -90px;
  }
  .corporate-main-sec__head {
    margin-bottom: 45px;
  }
  .corporate-main-sec__head-txt {
    font-size: 6rem;
    padding: 25px 42px;
  }
  .corporate-main-sec__head-txt + .corporate-main-sec__head-txt {
    margin-top: 14px;
  }
  .corporate-main-sec__txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1799px) {
  .corporate-main {
    padding-left: 40px;
    padding-right: 40px;
  }
  .corporate-main-sec.is-sec02 .corporate-main-sec__img {
    margin-bottom: -70px;
  }
  .corporate-main-sec__img {
    margin-bottom: -70px;
  }
  .corporate-main-sec__head-txt {
    font-size: 5rem;
    padding: 20px 12px;
  }
}

/*
	.corporate-message
=========================================*/
.corporate-message__inner {
  padding-top: 125px;
  padding-bottom: 90px;
}
.corporate-message__img {
  margin-bottom: 26px;
}
.corporate-message__lead {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  text-align: center;
  margin-bottom: 26px;
}
.corporate-message__txt + .corporate-message__txt {
  margin-top: 30px;
}
@media all and (min-width: 768px) {
  .corporate-message__inner {
    padding-top: 208px;
    padding-bottom: 200px;
  }
  .corporate-message__con {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .corporate-message__img {
    max-width: 710px;
    width: 100%;
    margin-bottom: 0;
  }
  .corporate-message__img img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .corporate-message__info {
    max-width: 590px;
    width: 100%;
  }
  .corporate-message__lead {
    font-size: 3rem;
    text-align: left;
    margin-bottom: 35px;
  }
  .corporate-message__txt + .corporate-message__txt {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1599px) {
  .corporate-message__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .corporate-message__img {
    padding-left: 40px;
  }
}

/*
	.corporate-link
=========================================*/
.corporate-link {
  border-top: 1px solid var(--border);
}
.corporate-link__inner {
  padding-top: 60px;
  padding-bottom: 60px;
}
.corporate-link-list__item + .corporate-link-list__item {
  margin-top: 10px;
}
.corporate-link-list__link {
  display: block;
  position: relative;
}
.corporate-link-list__head {
  font-size: 2.4rem;
  font-weight: 700;
  color: rgb(var(--white));
  letter-spacing: 0;
  position: absolute;
  top: calc(50% + 5px);
  left: 24px;
  transform: translateY(-50%);
}
.corporate-link-list__head span {
  display: inline-block;
  color: rgb(var(--black));
}
@media all and (min-width: 768px) {
  .corporate-link__inner {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  .corporate-link-list {
    display: flex;
    align-items: stretch;
  }
  .corporate-link-list__item {
    width: 50%;
  }
  .corporate-link-list__item + .corporate-link-list__item {
    margin-top: 0;
    margin-left: 20px;
  }
  .corporate-link-list__link {
    transition: all 0.3s ease;
  }
  .corporate-link-list__link:hover {
    opacity: 0.7;
  }
  .corporate-link-list__head {
    font-size: 4rem;
    top: calc(50% + 5px);
    left: 40px;
  }
}

/* .error-page404
================================================ */
.error-page404__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.error-page404__btn {
  margin: auto;
}
@media all and (min-width: 768px) {
  .error-page404__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* .home-images-slider
================================================ */
.home-images-slider {
  height: 56px;
  margin: 30px 0;
  box-sizing: border-box;
}
.home-images-slider img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 10px;
}
@media all and (min-width: 768px) {
  .home-images-slider {
    margin: 0;
    height: auto;
    padding-top: 52px;
    padding-bottom: 76px;
    position: relative;
    background: #fff;
  }
  .home-images-slider::after {
    content: "";
    border-style: solid;
    border-width: 0 0 293px 248px;
    border-color: transparent transparent rgb(var(--orange)) transparent;
    position: absolute;
    bottom: -76px;
    right: 0;
    z-index: -1;
  }
  .home-images-slider .slick-list {
    height: 165px;
  }
  .home-images-slider img {
    height: 165px;
    margin: 0 20px;
  }
}

/* .home-driveline
================================================ */
.home-driveline {
  background: url(../image/bg_driveline01_sp.png) no-repeat top center/cover;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top : -15px;
}
.home-driveline::before {
  content: "";
  width: 122px;
  height: 624px;
  background: url(../image/img_driveline04.png) no-repeat center/cover;
  position: absolute;
  top: -4px;
  left: -36px;
  z-index: -1;
}
.home-driveline__inner {
  padding-top: 48px;
  padding-bottom: 90px;
}
.home-driveline__img {
  margin-bottom: 33px;
  overflow: hidden;
}
.home-driveline__img.is-animated img {
  transform: scale(1);
  opacity: 1;
}
.home-driveline__img img {
  transform: scale(1.2);
  opacity: 0;
  transition: transform 2.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.home-driveline__head {
  width: 305px;
  margin-bottom: 23px;
}
.home-driveline__lead {
  box-sizing: border-box;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
.home-driveline__lead-txt {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  transition: -webkit-clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease, -webkit-clip-path 0.8s ease;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  transition-delay: 0.6s;
}
.home-driveline__lead-txt.is-animated {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.home-driveline__lead.is-animated .in {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  background: #fff;
  padding: 10px 10px;
}
.home-driveline__lead::after {
  content: "";
  width: 36px;
  height: 86px;
  background: url(../image/img_driveline03.png) no-repeat center/cover;
  position: absolute;
  top: -65px;
  right: 0;
}
.home-driveline__txt {
  color: rgb(var(--white));
}
.home-driveline__txt + .home-driveline__txt {
  margin-top: 28px;
}
.home-driveline__btn {
  margin-top: 35px;
}
@media all and (min-width: 768px) {
  .home-driveline {
    background: url(../image/bg_driveline01_pc.png) no-repeat top center/cover;
    margin-top : -15px;
  }
  .home-driveline::before {
    width: 183px;
    height: 936px;
    top: unset;
    left: -38px;
    bottom: 15px;
  }
  .home-driveline__inner {
    padding-top: 193px;
    padding-bottom: 168px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .home-driveline__img {
    max-width: 620px;
    width: 100%;
    margin-bottom: 0;
    padding-right: 50px;
  }
  .home-driveline__info {
    max-width: 790px;
    width: 100%;
  }
  .home-driveline__head {
    position: relative;
    max-width: 721px;
    width: 100%;
    margin-top: -57px;
    margin-left: -60px;
    margin-bottom: -13px;
    z-index: 1;
  }
  .home-driveline__lead {
    margin-bottom: 32px;
  }
  .home-driveline__lead-txt {
    font-size: 3rem;
  }
  .home-driveline__lead-txt .in {
    padding: 7px 20px;
  }
  .home-driveline__lead::before {
    background: url(../image/bg_driveline02_pc.png) no-repeat center/cover;
  }
  .home-driveline__lead::after {
    width: 50px;
    height: 121px;
    top: unset;
    right: 19px;
    bottom: -78px;
  }
  .home-driveline__txt {
    font-size: 1.7rem;
  }
  .home-driveline__txt + .home-driveline__txt {
    margin-top: 30px;
  }
  .home-driveline__btn {
    width: 350px;
    margin-top: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1599px) {
  .home-driveline__inner {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
  }
  .home-driveline__lead-txt {
    font-size: 2.1rem;
  }
}

/* .home-service
================================================ */
.home-service {
  position: relative;
  z-index: 1;
}
.home-service__inner {
  padding-top: 125px;
  padding-bottom: 60px;
}
.home-service-list__item + .home-service-list__item {
  margin-top: 25px;
}
.home-service-list__img {
  margin-bottom: 5px;
  overflow: hidden;
}
.home-service-list__img.is-animated img {
  transform: scale(1);
  opacity: 1;
}
.home-service-list__img img {
  transform: scale(1.2);
  opacity: 0;
  transition: transform 2.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.home-service-list__head {
  font-weight: 700;
}
.home-service-list__head span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 400;
  margin-right: 7px;
}
@media all and (min-width: 768px) {
  .home-service {
    position: relative;
  }
  .home-service__inner {
    padding-top: 220px;
    padding-bottom: 200px;
  }
  .home-service__head.is-white {
    color: rgb(var(--white));
  }
  .home-service-list {
    display: flex;
    align-items: flex-start;
  }
  .home-service-list__item + .home-service-list__item {
    margin-top: 0;
    margin-left: 10px;
  }
  .home-service-list__item.is-01 .home-service-list__content {
    background: url(../image/img_service-full01.png) no-repeat center/cover;
  }
  .home-service-list__item.is-02 .home-service-list__content {
    background: url(../image/img_service-full02.png) no-repeat center/cover;
  }
  .home-service-list__item.is-03 .home-service-list__content {
    background: url(../image/img_service-full03.png) no-repeat center/cover;
  }
  .home-service-list__item.is-04 .home-service-list__content {
    background: url(../image/img_service-full04.png) no-repeat center/cover;
  }
  .home-service-list__item:hover .home-service-list__head {
    color: rgb(var(--white));
  }
  .home-service-list__item:hover .home-service-list__bg {
    opacity: 1;
    visibility: visible;
  }
  .home-service-list__item:hover .home-service-list__content {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }
  .home-service-list__img {
    transition: all 0.3s ease;
    margin-bottom: 20px;
  }
  .home-service-list__img.is-hide {
    opacity: 0;
  }
  .home-service-list__head {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    display: flex;
    align-items: flex-start;
  }
  .home-service-list__head span {
    font-size: 1.6rem;
    margin-right: 9px;
    margin-top: -5px;
  }
  .home-service-list__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  .home-service-list__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .home-service-list__bg-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .home-service-list__bg-inner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(28, 27, 27, 0.96);
    position: absolute;
    top: 0;
    left: 0;
  }
  .home-service-list__content {
    max-width: 1500px;
    width: 100%;
    height: 530px;
    background-color: #fff;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 430px;
    transform: translateX(-50%);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    z-index: -2;
  }
  .home-service-list__content-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 120px 160px;
    height: 100%;
    box-sizing: border-box;
    position: relative;
  }
  .home-service-list__content-inner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(39, 39, 39, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .home-service-list__content-number {
    max-width: 410px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    color: rgb(var(--white));
  }
  .home-service-list__content-sym {
    font-size: 4.8rem;
    margin-top: 15px;
    margin-right: 10px;
  }
  .home-service-list__content-num {
    font-size: 26.3rem;
  }
  .home-service-list__content-info {
    max-width: 729px;
    width: 100%;
    color: rgb(var(--white));
  }
  .home-service-list__content-head {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 26px;
  }
  .home-service-list__content-txt {
    margin-bottom: 35px;
  }
  .home-service-list__content-btn {
    width: 350px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .home-service-list__item:hover .home-service-list__content {
    height: 420px;
  }
  .home-service-list__item:hover .home-service-list__content-inner {
    padding: 50px 70px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .home-service-list__item:hover .home-service-list__content {
    height: 510px;
  }
  .home-service-list__item:hover .home-service-list__content-inner {
    height: calc(100% - 239px);
  }
}

/* .home-skillup
================================================ */
.home-skillup {
  position: relative;
  z-index: 2;
  background: rgb(var(--orange)) url(../image/bg_skillup01_sp.png) no-repeat;
  background-size: 100% 1080px;
  background-position: top center;
  background-attachment: scroll;
  padding-bottom: 240px;
background-size: cover;
}
.home-skillup__stage {
  position: relative;
  /* height: 400vh; */ /* これを調整してみてください */
  height: calc(var(--vh, 1vh) * 400);
}
.home-skillup__stage.is-active .home-skillup-nav {
  top: 170px;
}
.home-skillup__stage.is-active .home-skillup-head__wrap {
  top: -50px;
}
.home-skillup__stage.is-active .home-skillup__stage-wrap {
  position: fixed;
}
.home-skillup__stage.is-active .home-skillup__stage-wrap-inner {
  padding-top: 95px;
}
.home-skillup__stage.is-passed .home-skillup__stage-wrap {
  top: 300vh;
  top: calc(var(--vh, 1vh) * 300);
}
.home-skillup__stage-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.home-skillup__stage-wrap-inner {
  position: relative;
  height: 100%;
  padding-top: 225px;
}
.home-skillup-nav {
  position: absolute;
  top: 300px;
  right: 16px;
}
.home-skillup-nav__btn-item {
  display: flex;
  align-items: center;
}
.home-skillup-nav__btn-item + .home-skillup-nav__btn-item {
  margin-top: 10px;
}
.home-skillup-nav__btn-item.is-active .home-skillup-nav__btn-num {
  opacity: 1;
  visibility: visible;
}
.home-skillup-nav__btn-item.is-active .home-skillup-nav__btn-dot {
  background-color: rgb(var(--black));
}
.home-skillup-nav__btn-num {
  flex: 1;
  font-size: 1.2rem;
  color: rgb(var(--black));
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.home-skillup-nav__btn-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-left: 6px;
  background-color: rgb(var(--gray02));
}
.home-skillup-head {
  margin-bottom: 0;
}
.home-skillup-head__wrap {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 125px;
  transform: translateX(-50%);
}
.home-skillup-content {
  position: relative;
  height: 100%;
}
.home-skillup-content__item {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  pointer-events: none;
}
.home-skillup-content__item.is-active {
  pointer-events: auto;
}
.home-skillup-content__item.is-active .home-skillup-content__area-img {
  transition-delay: 0s;
  opacity: 1;
}
.home-skillup-content__item.is-active .home-skillup-content__num {
  opacity: 1;
  visibility: visible;
}
.home-skillup-content__item.is-active .home-skillup-content__area-txt {
  transition: opacity 0.6s ease 0.6s, transform 0.6s ease 0s, bottom 0.6s ease 0.5s;
  opacity: 1;
  transform: translateY(0px);
  bottom: 0;
}
.home-skillup-content__area-img {
  position: relative;
  opacity: 0;
  transition: opacity 0.2s ease;
  box-sizing: border-box;
  max-width: 250px;
  width: 100%;
  height: 219px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-skillup-content__area-img-wrap.is-animated img {
  transform: scale(1);
  opacity: 1;
}
.home-skillup-content__area-img-wrap img {
  height: 190px;
  transform: scale(1.2);
  opacity: 0;
  transition: transform 2.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.home-skillup-content__num {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 4rem;
  letter-spacing: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.home-skillup-content__num-in {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 10px;
}
.home-skillup-content__num-in::before {
  content: "#";
  font-size: 1.3rem;
  position: absolute;
  top: 3px;
  left: 0;
}
.home-skillup-content__num-in::after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: rgb(var(--black));
  position: absolute;
  top: 16px;
  left: 3px;
}
.home-skillup-content__area-txt {
  background: url(../image/bg_skillup02_sp.png) no-repeat center/cover;
  padding: 35px 25px;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease 0s, bottom 0s ease 0.6s;
  transform: translateY(-50px);
  bottom: 0px;
  margin-top: 20px;
}
.home-skillup-content__lbl {
  display: inline-block;
  background-color: rgb(var(--black));
  color: rgb(var(--white));
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  padding: 7px 11px;
  box-sizing: border-box;
  margin-bottom: 5px;
}
.home-skillup-content__head {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6666666667;
  margin-bottom: 26px;
}
.home-skillup-content__txt + .home-skillup-content__txt {
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .home-skillup {
    background: rgb(var(--orange)) url(../image/bg_skillup01_pc.png) no-repeat;
    background-size: 100% 1210px;
    background-position: top center;
    /*background-attachment: fixed;*/
	  background-attachment: scroll;
    padding-bottom: 136px;
  }
  .home-skillup::after {
    content: "";
    border-style: solid;
    border-width: 80px 150px 0 150px;
    border-color: rgb(var(--orange)) transparent transparent transparent;
    position: absolute;
    left: 50%;
    bottom: -79px;
    transform: translateX(-50%);
  }
  .home-skillup__stage.is-active .home-skillup-nav {
    top: 450px;
  }
  .home-skillup__stage.is-active .home-skillup-head__wrap {
    top: -100px;
  }
  .home-skillup__stage.is-active .home-skillup__stage-wrap {
    position: fixed;
    top: calc((100vh - 900px) / 2);
    top: calc((var(--vh, 1vh) * 100 - 900px) / 2);
  }
  .home-skillup__stage.is-active .home-skillup__stage-wrap-inner {
    padding-top: 190px;
  }
  .home-skillup__stage.is-passed .home-skillup-head__wrap {
    top: -100px;
  }
  .home-skillup__stage.is-passed .home-skillup__stage-wrap-inner {
    padding-top: 225px;
  }
  .home-skillup__stage-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 700px;
  }
  .home-skillup__stage-wrap-inner {
    position: relative;
    height: 100%;
    padding-top: 410px;
  }
  .home-skillup-nav {
    position: absolute;
    top: 698px;
    right: -180px;
  }
  .home-skillup-nav__btn-item + .home-skillup-nav__btn-item {
    margin-top: 10px;
  }
  .home-skillup-nav__btn-num {
    font-size: 2rem;
  }
  .home-skillup-nav__btn-dot {
    width: 8px;
    height: 8px;
    margin-left: 12px;
  }
  .home-skillup-head__wrap {
    top: 208px;
  }
  .home-skillup-content__item {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 0;
  }
  .home-skillup-content__area-img {
    max-width: 740px;
    height: 646px;
    margin: 0;
  }
  .home-skillup-content__area-img-wrap img {
    height: 560px;
  }
  .home-skillup-content__num {
    font-size: 12rem;
    transition: all 0.3s ease;
  }
  .home-skillup-content__num-in {
    padding-left: 22px;
  }
  .home-skillup-content__num-in::before {
    font-size: 2.2rem;
    top: 10px;
  }
  .home-skillup-content__num-in::after {
    width: 2px;
    height: 59px;
    top: 35px;
    left: 5px;
  }
  .home-skillup-content__area-txt {
    background: url(../image/bg_skillup02_pc.png) no-repeat center/cover;
    max-width: 750px;
    width: 100%;
    padding: 70px 100px;
    margin-top: 0;
  }
  .home-skillup-content__lbl {
    font-size: 1.4rem;
    padding: 8px 14px;
    margin-bottom: 20px;
  }
  .home-skillup-content__head {
    font-size: 3rem;
    line-height: 1.0666666667;
    margin-bottom: 41px;
  }
  .home-skillup-content__txt + .home-skillup-content__txt {
    margin-top: 33px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .home-skillup-content__area-txt {
    padding: 50px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1899px) {
  .home-skillup {
    padding-left: 40px;
    padding-right: 40px;
    box-sizing: border-box;
  }
  .home-skillup-nav {
    right: -20px;
  }
  .home-skillup__stage.is-active .home-skillup__stage-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .home-skillup__stage {
    height: calc(var(--vh, 1vh) * 450);
  }
  .home-skillup-content {
    padding-top: 200px;
  }
  .home-skillup-content__area-img-wrap img {
    height: 300px;
    margin-top: -90px;
  }
  .home-skillup-content__item {
    top: 120px;
  }
  .home-skillup-content__area-txt {
    padding: 40px;
    max-height: 500px;
  }
  .home-skillup-content__head {
    margin-bottom: 10px;
  }
  .home-skillup-content__txt {
    font-size: 1.5rem;
  }
  .home-skillup-content__txt + .home-skillup-content__txt {
    margin-top: 12px;
  }
}

/* .home-team
================================================ */
.home-team__inner {
  padding-top: 142px;
  padding-bottom: 80px;
}
.home-team__head {
  margin-bottom: 53px;
}
.home-team__head-en {
  line-height: 1.2;
}
.home-team__img {
  position: relative;
  margin-bottom: 48px;
}
.home-team__img-main {
  width: 307px;
  overflow: hidden;
}
.home-team__img-main.is-animated img {
  transform: scale(1);
  opacity: 1;
}
.home-team__img-main img {
  transform: scale(1.2);
  opacity: 0;
  transition: transform 2.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.home-team__img-sub.is-01 {
  width: 132px;
  position: absolute;
  bottom: -20px;
  right: 0;
  overflow: hidden;
}
.home-team__img-sub.is-01.is-animated img {
  transform: scale(1);
  opacity: 1;
}
.home-team__img-sub.is-01 img {
  transform: scale(1.2);
  opacity: 0;
  transition: transform 2.4s cubic-bezier(0.165, 0.84, 0.44, 1), opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.home-team__lead {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 29px;
}
.home-team__btn {
  width: 250px;
  margin-top: 35px;
}
@media all and (min-width: 768px) {
  .home-team {
    overflow: hidden;
    position: relative;
  }
  .home-team__bg {
    width: 1393px;
    position: absolute;
    bottom: -25px;
    left: 26px;
    z-index: -1;
  }
  .home-team__inner {
    padding-top: 255px;
    padding-bottom: 196px;
  }
  .home-team__head {
    margin-bottom: 93px;
  }
  .home-team__con {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .home-team__img {
    max-width: 710px;
    width: 100%;
    margin-right: 70px;
    margin-bottom: 0;
    position: relative;
  }
  .home-team__img::after {
    content: "";
    width: 797px;
    height: 577px;
    background: url(../image/bg_team01.png) no-repeat center/cover;
    position: absolute;
    bottom: -30px;
    right: -470px;
    z-index: -1;
  }
  .home-team__img-main {
    width: 710px;
  }
  .home-team__img-sub.is-01 {
    width: 305px;
    bottom: -40px;
    right: -65px;
  }
  .home-team__img-sub.is-02 {
    width: 124px;
    position: absolute;
    top: 50%;
    right: -220px;
    transform: translateY(-50%);
  }
  .home-team__info {
    max-width: 510px;
    width: 100%;
    margin-top: 44px;
  }
  .home-team__lead {
    font-size: 4rem;
    line-height: 1.65;
    text-align: left;
    margin-bottom: 26px;
  }
  .home-team__btn {
    width: 350px;
    margin-top: 45px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1599px) {
  .home-team__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .home-team__img {
    margin-right: 0;
    padding-left: 100px;
    box-sizing: border-box;
  }
  .home-team__lead {
    font-size: 2.9rem;
  }
}

/* .home-company
================================================ */
.home-company__inner {
  padding-top: 60px;
  padding-bottom: 70px;
}
.home-company__main-in {
  background-color: rgb(var(--white));
  padding: 65px 25px 0 25px;
  box-sizing: border-box;
}
.home-company__info {
  margin-bottom: 37px;
}
.home-company__img img {
  margin-bottom: -16px;
}
@media all and (min-width: 768px) {
  .home-company {
    overflow: hidden;
  }
  .home-company__inner {
    padding-top: 165px;
    padding-bottom: 197px;
  }
  .home-company__main-in {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
    padding: 119px 0;
    background-color: transparent;
    position: relative;
    z-index: 1;
  }
  .home-company__main-in::before {
    content: "";
    width: calc(100% + 620px);
    height: 100%;
    background-color: rgb(var(--white));
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .home-company__info {
    max-width: 543px;
    width: 100%;
    margin-top: 50px;
    margin-left: -50px;
    margin-bottom: 0;
  }
  .home-company__head {
    text-align: left;
    margin-bottom: 45px;
  }
  .home-company__head::before {
    display: none;
  }
  .home-company__head-en {
    font-size: 10rem;
  }
  .home-company__head-ja {
    font-size: 2rem;
  }
  .home-company__img {
    max-width: 557px;
    width: 100%;
    margin-right: -10px;
  }
  .home-company__img img {
    margin: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1799px) {
  .home-company__main {
    padding-left: 40px;
    padding-right: 40px;
  }
  .home-company__main::before {
    width: 100%;
  }
  .home-company__info {
    margin-left: 0;
  }
  .home-company__head-en {
    font-size: 8rem;
  }
  .home-company__img {
    margin-right: 0;
    padding-left: 50px;
  }
}

/*
	.policy-main
=========================================*/
.policy-main__inner {
  border-top: 1px solid var(--border);
  padding-top: 60px;
  padding-bottom: 60px;
}
.policy-main__desc {
  margin-bottom: 43px;
}
.policy-main-list {
  margin-bottom: 40px;
}
.policy-main-list__item + .policy-main-list__item {
  margin-top: 31px;
}
.policy-main-list__head {
  font-weight: 700;
}
.policy-main__sign {
  text-align: right;
}
@media all and (min-width: 768px) {
  .policy-main__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .policy-main__wrap {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
  }
  .policy-main__desc {
    font-size: 1.7rem;
    margin-bottom: 86px;
  }
  .policy-main-list {
    margin-bottom: 89px;
  }
  .policy-main-list__item + .policy-main-list__item {
    margin-top: 45px;
  }
  .policy-main-list__head {
    font-size: 1.7rem;
  }
  .policy-main-list__txt {
    font-size: 1.7rem;
  }
  .policy-main__sign {
    font-size: 1.7rem;
  }
}

/*
	.recruit-intro
=========================================*/
.recruit-intro__inner {
  padding-top: 60px;
  padding-bottom: 77px;
  position: relative;
}
.recruit-intro__header {
  text-align: center;
  margin-bottom: 25px;
}
.recruit-intro__header-en {
  font-size: 1.8rem;
  margin-bottom: 7px;
}
.recruit-intro__header-ja {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
}
.recruit-intro__txtimg {
  width: 343px;
  height: 133px;
  position: absolute;
  right: 15px;
  bottom: -75px;
  z-index: 1;
}
.recruit-intro__txtimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media all and (min-width: 768px) {
  .recruit-intro__inner {
    padding-top: 150px;
    padding-bottom: 270px;
  }
  .recruit-intro__header {
    margin-bottom: 46px;
  }
  .recruit-intro__header-en {
    font-size: 2rem;
    margin-bottom: 25px;
  }
  .recruit-intro__header-ja {
    font-size: 4rem;
    line-height: 1.65;
  }
  .recruit-intro__txt {
    font-size: 1.7rem;
    text-align: center;
  }
  .recruit-intro__txtimg {
    max-width: 1189px;
    width: 100%;
    height: 460px;
    right: -120px;
    bottom: -226px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .recruit-intro__txtimg {
    right: 0;
  }
}

/*
	.recruit-main
=========================================*/
.recruit-main {
  background: url(../image/bg_main01_sp.png) no-repeat top center/cover;
}
.recruit-main__inner {
  padding-top: 134px;
  padding-bottom: 70px;
}
.recruit-main-sec {
  position: relative;
}
.recruit-main-sec + .recruit-main-sec {
  margin-top: 105px;
}
.recruit-main-sec.is-reverse {
  margin-top: 65px;
}
.recruit-main-sec.is-reverse .recruit-main-sec__number {
  top: -35px;
  left: unset;
  right: -10px;
}
.recruit-main-sec.is-reverse .recruit-main-sec__img {
  margin-bottom: -10px;
}
.recruit-main-sec:nth-child(3) .recruit-main-sec__number {
  top: -56px;
}
.recruit-main-sec__img {
  margin-bottom: -20px;
}
.recruit-main-sec__number {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: -45px;
  left: -10px;
}
.recruit-main-sec__number span {
  letter-spacing: 0;
}
.recruit-main-sec__number-txt {
  font-size: 2rem;
  margin-bottom: -2px;
}
.recruit-main-sec__number-num {
  font-size: 8rem;
}
.recruit-main-sec__head {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
.recruit-main-sec__head-txt {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 10px 17px;
  box-sizing: border-box;
  background-color: rgb(var(--black));
  color: rgb(var(--white));
  font-feature-settings: "palt";
}
.recruit-main-sec__head-txt + .recruit-main-sec__head-txt {
  margin-top: 3px;
}
.recruit-main-sec__txt {
  color: rgb(var(--white));
}
@media all and (min-width: 768px) {
  .recruit-main {
    background: url(../image/bg_main01_pc.png) no-repeat top center/cover;
  }
  .recruit-main__inner {
    padding-top: 273px;
    padding-bottom: 455px;
  }
  .recruit-main-sec + .recruit-main-sec {
    margin-top: 425px;
  }
  .recruit-main-sec.is-reverse {
    margin-top: 430px;
  }
  .recruit-main-sec.is-reverse .recruit-main-sec__img {
    margin-right: auto;
    margin-left: 0;
  }
  .recruit-main-sec.is-reverse .recruit-main-sec__info {
    left: unset;
    right: 0;
  }
  .recruit-main-sec.is-reverse .recruit-main-sec__number,
.recruit-main-sec.is-reverse .recruit-main-sec__head {
    align-items: flex-end;
  }
  .recruit-main-sec.is-reverse .recruit-main-sec__txt {
    text-align: right;
  }
  .recruit-main-sec__img {
    max-width: 1100px;
    width: 100%;
    margin-left: auto;
    margin-bottom: 0;
  }
  .recruit-main-sec__info {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    bottom: -280px;
    left: 0;
  }
  .recruit-main-sec__number {
    position: static;
    margin-bottom: 5px;
  }
  .recruit-main-sec__number span {
    letter-spacing: 0;
  }
  .recruit-main-sec__number-txt {
    font-size: 3.4rem;
    margin-bottom: -7px;
  }
  .recruit-main-sec__number-num {
    font-size: 25rem;
  }
  .recruit-main-sec__head {
    margin-bottom: 45px;
  }
  .recruit-main-sec__head-txt {
    font-size: 6rem;
    padding: 25px 48px;
  }
  .recruit-main-sec__head-txt + .recruit-main-sec__head-txt {
    margin-top: 14px;
  }
  .recruit-main-sec__txt {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1799px) {
  .recruit-main {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/*
	.recruit-flow
=========================================*/
.recruit-flow {
  background-color: rgb(var(--gray06));
  padding-bottom: 40px;
}
.recruit-flow__main {
  position: relative;
  z-index: 1;
}
.recruit-flow__main::before {
  content: "";
  width: 1px;
  height: 60px;
  background-color: rgb(var(--black));
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
}
.recruit-flow__main::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(var(--white));
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.recruit-flow__highlight {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: rgb(var(--orange02));
  color: rgb(var(--white));
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5454545455;
  text-align: center;
  position: absolute;
  top: -45px;
  left: 49px;
}
.recruit-flow__inner {
  padding-top: 55px;
  padding-bottom: 50px;
}
.recruit-flow__head {
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
.recruit-flow__head-sub {
  margin-bottom: 7px;
}
.recruit-flow__head-main {
  font-size: 2rem;
  line-height: 1.75;
}
.recruit-flow__txt {
  margin-bottom: 55px;
}
.recruit-flow-list__item {
  display: flex;
  align-items: flex-start;
}
.recruit-flow-list__item:nth-child(2) .recruit-flow-list__wrap {
  padding: 15px 10px 10px 10px;
}
.recruit-flow-list__item:last-child .recruit-flow-list__con {
  padding-bottom: 0;
}
.recruit-flow-list__item:last-child .recruit-flow-list__con::before {
  top: 0;
}
.recruit-flow-list__number {
  width: 50px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.recruit-flow-list__number::before, .recruit-flow-list__number::after {
  content: "";
}
.recruit-flow-list__number::before {
  width: 20px;
  height: 1px;
  background-color: rgb(var(--black));
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}
.recruit-flow-list__number::after {
  width: 5px;
  height: 5px;
  background-color: rgb(var(--black));
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-50%);
}
.recruit-flow-list__number-wrap {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.recruit-flow-list__number-txt {
  font-size: 1.1rem;
}
.recruit-flow-list__number-num {
  font-size: 3rem;
}
.recruit-flow-list__con {
  flex: 1;
  padding-left: 24px;
  padding-bottom: 30px;
  position: relative;
}
.recruit-flow-list__con::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgb(var(--black));
  position: absolute;
  top: 20px;
  left: 0;
}
.recruit-flow-list__head {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.recruit-flow-list__wrap {
  padding: 15px 20px;
  box-sizing: border-box;
  background-color: rgb(var(--yellow));
  margin-top: 25px;
}
.recruit-flow-list__list02-item {
  display: flex;
  align-items: center;
}
.recruit-flow-list__list02-item + .recruit-flow-list__list02-item {
  margin-top: 4px;
}
.recruit-flow-list__list02-num {
  width: 31px;
  font-size: 1.7rem;
  color: rgb(var(--orange02));
}
.recruit-flow-list__list02-txt {
  flex: 1;
  font-size: 1.3rem;
  font-weight: 700;
}
.recruit-flow-list__list03 {
  margin: 0 10px;
}
.recruit-flow-list__list03-item {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 16px;
  font-size: 1.3rem;
}
.recruit-flow-list__list03-item + .recruit-flow-list__list03-item {
  margin-top: 4px;
}
.recruit-flow-list__list03-item::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgb(var(--orange));
  position: absolute;
  top: 9px;
  left: 0;
}
.recruit-flow-list__list04 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 35px 0 -25px -10px;
}
.recruit-flow-list__list04-item {
  width: calc(50% - 10px);
  margin-left: 10px;
  margin-bottom: 25px;
}
.recruit-flow-list__list04-img {
  margin-bottom: 5px;
}
.recruit-flow-list__list04-head {
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
}
.recruit-flow-list__note {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.6153846154;
  background-color: rgb(var(--white));
  text-align: center;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .recruit-flow {
    padding-bottom: 100px;
  }
  .recruit-flow__img {
    margin-bottom: -77px;
  }
  .recruit-flow__main::before {
    height: 100px;
    top: -50px;
  }
  .recruit-flow__main::after {
    max-width: 1340px;
  }
  .recruit-flow__highlight {
    width: 160px;
    height: 160px;
    font-size: 2.1rem;
    line-height: 1.4761904762;
    top: -80px;
    left: calc(50% - 263px);
    transform: translateX(-50%);
  }
  .recruit-flow__inner {
    padding-top: 88px;
    padding-bottom: 100px;
  }
  .recruit-flow__head {
    margin-bottom: 35px;
  }
  .recruit-flow__head-sub {
    font-size: 2.5rem;
    margin-bottom: 11px;
  }
  .recruit-flow__head-main {
    font-size: 4rem;
  }
  .recruit-flow__txt {
    text-align: center;
    margin-bottom: 95px;
  }
  .recruit-flow-list__item:nth-child(2) .recruit-flow-list__wrap {
    padding: 38px 20px 20px 20px;
  }
  .recruit-flow-list__item:last-child .recruit-flow-list__info {
    flex-direction: column;
  }
  .recruit-flow-list__item:last-child .recruit-flow-list__data {
    padding-right: 0;
  }
  .recruit-flow-list__number {
    width: 150px;
    margin-top: -25px;
  }
  .recruit-flow-list__number::before {
    width: 30px;
    right: -15px;
  }
  .recruit-flow-list__number-txt {
    font-size: 1.6rem;
  }
  .recruit-flow-list__number-num {
    font-size: 10rem;
  }
  .recruit-flow-list__con {
    padding-left: 40px;
    padding-bottom: 60px;
  }
  .recruit-flow-list__con::before {
    top: 32px;
  }
  .recruit-flow-list__info {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .recruit-flow-list__head {
    font-size: 3rem;
    margin-bottom: 11px;
  }
  .recruit-flow-list__data {
    flex: 1;
    padding-right: 39px;
  }
  .recruit-flow-list__wrap {
    max-width: 430px;
    width: 100%;
    padding: 35px 50px;
    margin-top: 0;
  }
  .recruit-flow-list__list02-item + .recruit-flow-list__list02-item {
    margin-top: 14px;
  }
  .recruit-flow-list__list02-num {
    width: 44px;
    font-size: 2.4rem;
    transform: translateY(3px);
  }
  .recruit-flow-list__list02-txt {
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
  .recruit-flow-list__list03 {
    margin: 0 30px;
  }
  .recruit-flow-list__list03-item {
    padding-left: 25px;
    font-size: 1.6rem;
  }
  .recruit-flow-list__list03-item + .recruit-flow-list__list03-item {
    margin-top: 9px;
  }
  .recruit-flow-list__list03-item::before {
    width: 10px;
    height: 10px;
    top: 12px;
  }
  .recruit-flow-list__list04 {
    flex-wrap: nowrap;
    margin: 55px 0 0 -15px;
  }
  .recruit-flow-list__list04-item {
    width: calc(25% - 15px);
    margin-left: 15px;
    margin-bottom: 0;
  }
  .recruit-flow-list__list04-img {
    margin-bottom: 10px;
  }
  .recruit-flow-list__list04-head {
    font-size: 1.5rem;
  }
  .recruit-flow-list__note {
    font-size: 1.8rem;
    padding: 30px;
    margin-top: 35px;
  }
}

/*
	.recruit-interview
=========================================*/
.recruit-interview {
  position: relative;
  overflow: hidden;
  padding-top : 100px;
background-image : url(../recruit/image/txt_interview01_pc.png);
	background-repeat : no-repeat;
	background-position : left top;
}
@media screen and (max-width: 767px) {
.recruit-interview {
  position: relative;
  overflow: hidden;
  padding-top : 20px;
	background-image : none;
}
.recruit-interview__inner {
  padding-top: 0px;
  padding-bottom: 145px;
}
.recruit-interview__inner {
  padding-top: 0px;
  padding-bottom: 145px;
}
}

.recruit-interview::after {
  content: "";
  width: 367px;
  height: 266px;
  background: url(../image/bg_blur01.png) no-repeat center/cover;
  position: absolute;
  bottom: -20px;
  right: -85px;
  z-index: -1;
}
.recruit-interview__inner {
  padding-top: 0px;
  padding-bottom: 145px;
}
.recruit-interview__txtimg {
  width: 383px;
  height: 67px;
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
  z-index: -1;
}
.recruit-interview__txtimg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.recruit-interview__img {
  position: relative;
  margin-bottom: 65px;
}
.recruit-interview__img-main {
  width: calc(100% - 29px);
}
.recruit-interview__img-sub {
  position: absolute;
}
.recruit-interview__img-sub.is-01 {
  width: 132px;
  bottom: -20px;
  right: 0;
}
.recruit-interview__head {
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 14px;
}
.recruit-interview__txt {
  text-align: center;
  margin-bottom: 35px;
}
.recruit-interview__btn {
  width: 250px;
}
@media all and (min-width: 768px) {
  .recruit-interview::after {
    width: 797px;
    height: 577px;
    bottom: unset;
    top: 246px;
    right: -190px;
  }
  .recruit-interview__inner {
    padding-top: 200px;
    padding-bottom: 254px;
  }
  .recruit-interview__txtimg {
    width: 1393px;
    height: 245px;
    left: 26px;
    top: unset;
    bottom: 33px;
    transform: none;
  }
  .recruit-interview__img {
    max-width: 710px;
    width: 100%;
    margin-bottom: 0;
    margin-right: -130px;
  }
  .recruit-interview__img-main {
    width: 100%;
  }
  .recruit-interview__img-sub.is-01 {
    width: 305px;
    bottom: -45px;
    right: -66px;
  }
  .recruit-interview__img-sub.is-02 {
    width: 123px;
    position: absolute;
    top: 50%;
    right: -221px;
    transform: translateY(-50%);
  }
  .recruit-interview__info {
    max-width: 361px;
    width: 100%;
    margin-top: 170px;
  }
  .recruit-interview__head {
    font-size: 6rem;
    text-align: left;
    margin-bottom: 35px;
  }
  .recruit-interview__txt {
    text-align: left;
    margin-bottom: 45px;
  }
  .recruit-interview__btn {
    width: 350px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .recruit-interview__inner {
    padding-left: 40px;
    padding-right: 40px;
  }
  .recruit-interview__img {
    padding-left: 40px;
    margin-right: 0;
  }
}

/*
	.recruit-entry
=========================================*/
.recruit-entry__inner {
  padding-bottom: 80px;
}
.recruit-entry-bnr {
  position: relative;
}
.recruit-entry-bnr::after {
  content: "";
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg id='Group_89674' data-name='Group 89674' xmlns='https://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath id='Path_67490' data-name='Path 67490' d='M4,1H7V4H4ZM3,5H8V0H3Z' transform='translate(0)' fill='%23fff'/%3E%3Cpath id='Path_67491' data-name='Path 67491' d='M0,3V8H5V6H4V7H1V4H2V3Z' transform='translate(0 0)' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.recruit-entry-bnr__info {
  position: absolute;
  top: 50%;
  left: 23px;
  transform: translateY(-50%);
}
.recruit-entry-bnr__logo {
  width: 96px;
  margin-bottom: -3px;
}
.recruit-entry-bnr__head {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2777777778;
  color: rgb(var(--white));
}
@media all and (min-width: 768px) {
  .recruit-entry {
    overflow: hidden;
    position: relative;
  }
  .recruit-entry::after {
    content: "";
    width: 797px;
    height: 577px;
    background: url(../image/bg_blur01.png) no-repeat center/cover;
    position: absolute;
    top: -50px;
    left: -170px;
    z-index: -1;
  }
  .recruit-entry__inner {
    padding-bottom: 150px;
  }
  .recruit-entry__head {
    margin-bottom: 78px;
  }
  .recruit-entry-bnr {
    transition: all 0.3s ease;
  }
  .recruit-entry-bnr::after {
    width: 13px;
    height: 13px;
    bottom: 20px;
    right: 20px;
  }
  .recruit-entry-bnr:hover {
    opacity: 0.7;
  }
  .recruit-entry-bnr__info {
    left: 110px;
  }
  .recruit-entry-bnr__logo {
    width: 208px;
    margin-bottom: 5px;
  }
  .recruit-entry-bnr__head {
    font-size: 4rem;
    line-height: 1.25;
  }
}
/*
	.service-intro
=========================================*/
.service-intro__inner {
  padding-top: 60px;
  padding-bottom: 30px;
}
.service-intro__head {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .service-intro__inner {
    padding-top: 120px;
    padding-bottom: 130px;
  }
  .service-intro__head {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 50px;
  }
  .service-intro__txt {
    font-size: 1.7rem;
    text-align: center;
  }
}

/*
.service-sec
=========================================*/
.service-sec {
  overflow: hidden;
  position: relative;
  background-color: rgba(var(--white), 0.96);
}
.service-sec.is-bg {
  background-color: rgba(var(--orange), 0.96);
  color: rgb(var(--white));
}
.service-sec.is-bg .service-sec__head,
.service-sec.is-bg .service-sec__number {
  color: rgb(var(--white));
}
.service-sec__bg {
  width: 960px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
.service-sec__txtimg {
  position: absolute;
  top: 0;
  left: 0;
}
.service-sec__inner {
  padding-top: 55px;
  padding-bottom: 55px;
}
.service-sec__head {
  font-size: 1.8rem;
  font-weight: 700;
  color: rgb(var(--orange02));
  text-align: center;
  margin-bottom: 25px;
}
.service-sec__img {
  margin-bottom: 50px;
  position: relative;
}
.service-sec__number {
  display: flex;
  position: absolute;
  bottom: -45px;
  right: 0;
  color: rgb(var(--orange02));
}
.service-sec__number span {
  display: inline-block;
  line-height: 1;
}
.service-sec__number-sym {
  font-size: 1.6rem;
  margin-top: 4px;
  margin-right: 4px;
}
.service-sec__number-num {
  font-size: 8.7rem;
}
.service-sec__lead {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.service-sec__txt + .service-sec__txt {
  margin-top: 33px;
}
.service-sec-list {
  margin-top: 45px;
}
.service-sec-list__item {
  display: flex;
  align-items: center;
}
.service-sec-list__item + .service-sec-list__item {
  margin-top: 10px;
}
.service-sec-list__ico {
  width: 106px;
  height: 106px;
  margin-right: 20px;
}
.service-sec-list__head {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 700;
}
.service-sec-box {
  position: relative;
  padding: 42px 30px 54px;
  z-index: 1;
  margin-top: 38px;
}
.service-sec-box::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 3px solid rgb(var(--gray03));
  border-radius: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.service-sec-box__head {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.service-sec-box__txt {
  margin-bottom: 35px;
  font-size: 1.6rem;
}
.service-sec-box__lbl {
  background-color: rgb(var(--orange02));
  text-align: center;
  font-weight: 700;
  padding: 4px 0;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.service-sec-box-list__item + .service-sec-box-list__item {
  margin-top: 35px;
}
.service-sec-box-list__ico {
  width: 228px;
  height: 228px;
  border-radius: 50%;
  border: 2px solid rgb(var(--white));
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 11px;
  position: relative;
}
.service-sec-box-list__ico img {
  width: 105px;
  height: 105px;
}
.service-sec-box-list__step {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background-color: rgb(var(--orange02));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 7px;
  box-sizing: border-box;
}
.service-sec-box-list__step-txt {
  font-size: 1.5rem;
  margin-bottom: 1px;
}
.service-sec-box-list__step-num {
  font-size: 3rem;
}
.service-sec-box-list__head {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 11px;
}
.service-sec-box-list__txt {
  text-align: center;
}
@media all and (max-width: 767px) {
  .service-sec.is-sec02 .service-sec__bg {
    left: 0;
    transform: none;
  }
  .service-sec.is-sec02 .service-sec__txtimg {
    width: 616px;
  }
  .service-sec.is-sec03 .service-sec__bg {
    left: 0;
    transform: none;
  }
  .service-sec.is-sec03 .service-sec__txtimg {
    width: 616px;
    left: -30px;
  }
  .service-sec.is-sec04 .service-sec__bg {
    left: unset;
    right: 0;
    transform: none;
  }
  .service-sec.is-sec04 .service-sec__txtimg {
    width: 672px;
  }
}
@media all and (min-width: 768px) {
  .service-sec.is-sec01 .service-sec__head {
    margin-left: 117px;
  }
  .service-sec.is-sec02 .service-sec__inner {
    padding-top: 250px;
    padding-bottom: 148px;
  }
  .service-sec.is-sec03 .service-sec__inner {
    padding-top: 250px;
    padding-bottom: 169px;
  }
  .service-sec.is-sec04 .service-sec__inner {
    padding-top: 250px;
    padding-bottom: 190px;
  }
  .service-sec__bg {
    width: 100%;
  }
  .service-sec__inner {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  .service-sec__txtimg {
    width: 100%;
    left: 0;
  }
  .service-sec__head {
    font-size: 3.2rem;
    text-align: left;
    margin-left: 198px;
    margin-bottom: 30px;
  }
  .service-sec__img {
    margin-left: -195px;
    margin-right: -195px;
    margin-bottom: 63px;
  }
  .service-sec__number {
    top: -177px;
    left: 0;
    bottom: unset;
    right: unset;
  }
  .service-sec__number-sym {
    font-size: 4.8rem;
    margin-top: 14px;
    margin-right: 10px;
  }
  .service-sec__number-num {
    font-size: 26.3rem;
  }
  .service-sec__lead {
    font-size: 3rem;
    margin-bottom: 35px;
  }
  .service-sec__txt + .service-sec__txt {
    margin-top: 45px;
  }
  .service-sec-list {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    -moz-column-gap: 53px;
    column-gap: 53px;
  }
  .service-sec-list__item + .service-sec-list__item {
    margin-top: 0;
    margin-left: 0;
  }
  .service-sec-box {
    padding: 130px 0 150px;
    margin-top: 50px;
  }
  .service-sec-box::before {
    content: "";
    width: calc(100% + 240px);
  }
  .service-sec-box__head {
    font-size: 2.6rem;
    line-height: 1.6538461538;
    margin-bottom: 35px;
  }
  .service-sec-box__txt {
    font-size: 1.6rem;
    margin-bottom: 63px;
  }
  .service-sec-box__lbl {
    font-size: 2.2rem;
    margin-bottom: 60px;
  }
  .service-sec-box-list {
    display: flex;
    align-items: stretch;
  }
  .service-sec-box-list__item {
    width: 33.3333333333%;
    padding: 18px 30px;
    box-sizing: border-box;
  }
  .service-sec-box-list__item + .service-sec-box-list__item {
    margin-top: 0;
    border-left: 1px solid rgb(var(--orange02));
  }
  .service-sec-box-list__ico {
    margin-bottom: 27px;
  }
  .service-sec-box-list__head {
    font-size: 2rem;
  }
  .service-sec-box-list__txt {
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (max-width: 1599px) {
  .service-sec.is-sec01 .service-sec__head {
    margin-left: 317px;
  }
  .service-sec__head {
    margin-left: 398px;
  }
  .service-sec__img {
    margin-left: 0;
    margin-right: 0;
  }
  .service-sec-box {
    padding: 70px 30px;
  }
  .service-sec-box::before {
    width: 100%;
  }
}

/*追加css*/
        .frame_center {
            width: 100%;
        }
.space_l{
	height : 40px;
}
.center{
	text-align : center;
}
.c-tag--brown {
    background: #faf3e3;
    color: #996b00;
	margin : 2px 8px 2px 0px;
	padding : 2px 8px;
	border-radius : 7px;
}
@media all and (min-width: 768px) {
  .l-header-info {
    height: auto;
    padding: 0;
    margin-left: 40px;
    display: flex;
    align-items: center; /* 垂直方向（縦中央）に要素を中央配置 */
  }
  .l-header-info__logo {
    width: 220px;
    padding: 0 15px 0 0;
    display: flex;
    align-items: center; /* 垂直方向（縦中央）に要素を中央配置 */
  }
  .site_logo.pc {
    /* 画像の縦中央配置 */
    display: flex;
    align-items: center;
  }
}
/* PCでのスタイル */
@media all and (min-width: 768px) {
  .l-header-info {
    height: auto;
    padding: 0;
    margin-left: 40px;
    display: flex;
    align-items: center; /* 垂直方向（縦中央）に要素を中央配置 */
  }
  .l-header-info__logo {
    width: 220px;
    padding: 0 15px 0 0;
    display: flex;
    align-items: center; /* 垂直方向（縦中央）に要素を中央配置 */
  }
  .site_logo.pc {
    /* 画像の縦中央配置 */
    display: flex;
    align-items: center;
  }
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.space{
	height : 0px;
}
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width:767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
#fv{
	margin-top : 0px;
	}
.first-view {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.first-view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
}
@media screen and (max-width: 767px) {
#fv{
	margin-top : 0px;
	}
.first-view {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.first-view img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
}

/*リクルートのインタビュー部分*/
/* PCバージョン */
.post-name{
	font-size : 22px;
	color : #333;
	margin-bottom : 15px;
	margin-top : 30px;
}
.post-title {
	font-size:24px;
    line-height: 1.4;
    color: #00a4bb;
    -webkit-transition: 400ms ease-out;
    -moz-transition: 400ms ease-out;
    -o-transition: 400ms ease-out;
    transition: 400ms ease-out;
	font-weight : 700;
	margin-bottom : 15px;
}
.post-space-item {
  width: 1421px;
  margin-left: -15%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; /* 上寄せに設定 */
}

.post-image-wrapper,
.post-content {
  width: 65%;
  padding: 15px;
  height: 100%; /* 高さを合わせる */
}

.post-image-wrapper {
  display: flex; /* 子要素の高さを親要素に合わせるために追加 */
  align-items: center; /* 子要素を縦方向に中央配置 */
  justify-content: center; /* 子要素を横方向に中央配置 */
}

.post-image-wrapper img {
  max-width: 100%;
  max-height: 100%; /* 画像の高さを親要素に合わせる */
}


/* タブレットバージョン */
@media screen and (min-width:769px) and ( max-width:1420px) {
  .post-space-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .post-image-wrapper {
    order: 1; /* 画像を文章の下に移動 */
    margin-bottom: 20px; /* 画像と文章の間にスペースを追加 */
  }

  .post-content {
    order: 2; /* 文章を画像の下に移動 */
  }
.post-space-item {
	width : 100%;
  margin-left : 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-image-wrapper {
  width: auto;
	padding : 15px 0px 0px 0px;
}

.post-content {
  width: auto;
}
.post-name{
	font-size : 22px;
	color : #333;
	margin-bottom : 5px;
	text-align : center;
}
.post-title {
	font-size:22px;
    line-height: 1.4;
    color: #00a4bb;
    -webkit-transition: 400ms ease-out;
    -moz-transition: 400ms ease-out;
    -o-transition: 400ms ease-out;
    transition: 400ms ease-out;
	font-weight : 700;
	margin-bottom : 15px;
}

}
/* スマホバージョン */
@media screen and (max-width: 767px) {
  .post-space-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .post-image-wrapper {
    order: 1; /* 画像を文章の下に移動 */
    margin-bottom: 20px; /* 画像と文章の間にスペースを追加 */
  }

  .post-content {
    order: 2; /* 文章を画像の下に移動 */
  }
.post-space-item {
	width : 100%;
  margin-left : 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background : #f3fcfc;
}

.post-image-wrapper {
  width: auto;
	padding : 10px;
}

.post-content {
  width: auto;
}
.post-name{
	font-size : 22px;
	color : #333;
	margin-bottom : 5px;
	text-align : center;
}
.post-title {
	font-size:22px;
    line-height: 1.4;
    color: #00a4bb;
    -webkit-transition: 400ms ease-out;
    -moz-transition: 400ms ease-out;
    -o-transition: 400ms ease-out;
    transition: 400ms ease-out;
	font-weight : 700;
	margin-bottom : 15px;
}
}
/* スマートフォン用のスタイル */
@media screen and (max-width: 767px) { /* スマートフォンの幅に合わせて調整 */
  #fv .sp {
    position: relative;
    padding-top: calc(100vh - 60px); /* ロゴエリアの高さを差し引いた値を上部パディングとして設定 */
  }
  #fv .sp iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 60px); /* 高さに余白を追加 */
  }
}

.hissu{
	font-size : 13px;
	font-weight : normal;
	border : 1px solid #cc0000;
	margin-left : 10px;
	padding : 2px 10px;
	color : #cc0000;
}

/*
	.contact-sec
=========================================*/
.contact-sec.is-access .contact-sec__inner {
  padding-bottom: 59px;
}
.contact-sec__inner {
  padding-top: 125px;
  padding-bottom: 70px;
}
.contact-sec-list01__item {
  padding-top: 22px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(var(--gray02));
}
.contact-sec-list01__item:first-child {
  border-top: 1px solid rgb(var(--gray02));
}
.contact-sec-list01__head {
  line-height: 1.5714285714;
  font-weight: 700;
  margin-bottom: 7px;
}
.contact-sec-list02__item + .contact-sec-list02__item {
  margin-top: 50px;
}
.contact-sec-list02__map {
  margin-bottom: 30px;
  height: 0;
  width: 100%;
  padding-bottom: 89.6%;
  position: relative;
}
.contact-sec-list02__map iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}
.contact-sec-list02__head {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}
.contact-sec-list02__info {
  margin-bottom: 35px;
}
@media all and (min-width: 768px) {
  .contact-sec.is-access .contact-sec__inner {
    padding-top: 219px;
    padding-bottom: 180px;
  }
  .contact-sec__inner {
    padding-top: 194px;
    padding-bottom: 124px;
  }
  .contact-sec-list01__item {
    display: flex;
    align-items: center;
    padding: 25px 30px;
    box-sizing: border-box;
  }
  .contact-sec-list01__item:first-child {
    border-top: none;
    padding-top: 0;
  }
  .contact-sec-list01__head {
    width: 230px;
    line-height: 2;
    padding-right: 30px;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .contact-sec-list01__txt {
    flex: 1;
  }
  .contact-sec-list02__item + .contact-sec-list02__item {
    margin-top: 100px;
  }
  .contact-sec-list02__map {
    margin-bottom: 45px;
    padding-bottom: 44.5%;
  }
  .contact-sec-list02__head {
    font-size: 3rem;
    line-height: 1.6666666667;
    margin-bottom: 25px;
  }
  .contact-sec-list02__wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .contact-sec-list02__info {
    margin-bottom: 0;
    padding-right: 50px;
    box-sizing: border-box;
  }
  .contact-sec-list02__btn {
    margin-top: 14px;
  }
}
input{
	font-sizse : 18px;
	padding : 8px 10px;
}
.contact-sec-list01__txt input[type="text"] {
    width: 50%;
}
.custom-width input[type="text"] {
    width: 80px;
}
.custom-width .input-with-text {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 767px) { 
.contact-sec-list01__txt input[type="text"] {
    width: auto;
}	
	}

/* 通常のスタイル */
.c-head01::before {
  content: "";
  width: 1px;
  height: 60px;
  background-color: currentColor;
  position: absolute;
  left: 50%;
  top: -84px;
  transform: translateX(-50%);
}

.c-head01__en,
.c-head01__ja {
  font-weight: 700;
}

/* PCとSPの改行切り替え */
@media screen and (min-width: 1025px) {
  .br-pc {
    display: block;
  }

  .br-sp {
    display: none;
  }
}

@media only screen and (max-width:599px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: block;
  }
}

/*グループ院掲載*/
.clear{
	clear : both;
}
.group_box{
	width : 980px;
	margin : 10px auto;
	border : 1px solid #8e8f90;
	border-radius : 10px;
	padding : 30px;
}
.group_jyouhou{
	float : left;
	width : 35%;
}
.group-inmei{
	font-size : 30px;
}
.group-tel{
	font-size : 24px;
}
.group-tel a{
	text-decoration : none;
	color : #1e53b4;
}
.group-address{
	font-size : 18px;
	line-height : 28px;
	margin-top : 10px;
}
.group_photo{
	float : left;
	width : 65%;
}
.group_photo li{
	float : left;
	width : 49.3%;
	margin : 2px;
	text-align : center;
	list-style : none;
}
.g-map{
	width : 100%;
	margin-top : 20px;
}
.jyouhou_space{
	height : 50px;
}
@media screen and (max-width: 800px) { 
.group_box{
	width : auto;
	margin : 10px 15px;
	border : 1px solid #8e8f90;
	border-radius : 10px;
	padding : 15px;
}
.group_jyouhou{
	float : none;
	width : 100%;
	text-align : center;
}
.group-inmei{
	font-size : 30px;
}
.group-tel{
	font-size : 24px;
}
.group-tel a{
	text-decoration : none;
	color : #1e53b4;
}
.group-address{
	font-size : 18px;
	line-height : 28px;
	margin-top : 10px;
	margin-bottom : 20px;
}
.group_photo{
	float : none;
	width : 100%;
}

.group_photo li {
  float: left !important;
  width: 48.6% !important;
  margin: 2px !important;
  text-align: center !important;
  list-style: none !important;
}
.g-map{
	width : 100%;
	margin-top : 20px;
}	
}
@media screen and (max-width: 480px) { 
#spFixed {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.25);
	/* 初期状態で非表示を解除 */
}

#spFixed li {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
}

#spFixed li img {
	width: 100%;
}
}