@charset "UTF-8";
/*-------------------------------------------------------------------
リセット
/*-------------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  background: transparent;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  letter-spacing: 0.03em;
}

body {
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  line-height: 1.6;
  width: 100%;
}

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

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  vertical-align: baseline;
}

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

mark {
  background-color: #ffff99;
  color: #000000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

li {
  list-style: none;
}

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

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

input,
select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  line-height: 1;
  outline: none;
  padding: 0;
}

*,
*:before,
*:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
}

/*-------------------------------------------------------------------
common
/*-------------------------------------------------------------------*/
body {
  overflow-x: hidden;
  color: #383b3c;
  background-color: #f9912c;
  font-family: "Noto Sans JP", sans-serif;
}

.sp {
  display: none;
}

.tab {
  display: none;
}

.sp_inline {
  display: none;
}

.pc_inline {
  display: inline;
}

.inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    max-width: 100%;
  }
}

img {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .imgalpha {
    cursor: pointer;
    transition: all 0.2s;
  }
  .imgalpha:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .tab {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  img {
    height: auto;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp_inline {
    display: inline;
  }
  .pc_inline {
    display: none;
  }
}
.wrap {
  opacity: 0;
  background-color: #fff;
}

.main {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .main {
    margin-top: 16.1333333333vw;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
.main {
    display: block;
  } /* IE11 */
}
/*-------------------------------------------------------------------
animation ttl
/*-------------------------------------------------------------------*/
.animation_txtBtm {
  display: inline-block;
  overflow: hidden;
}

.animation_ttl > span {
  overflow: hidden;
  display: block;
}
.animation_ttl > span span {
  display: inline-block;
}

.animation_ttlEn > span {
  overflow: hidden;
  display: block;
}
.animation_ttlEn > span span {
  display: inline-block;
}

/*-------------------------------------------------------------------
animation img
/*-------------------------------------------------------------------*/
.a-img {
  position: relative;
  overflow: hidden;
}
.a-img img {
  opacity: 0;
  width: 100%;
  transform: scale(1.1);
}
.a-img span {
  display: block;
  position: absolute;
  top: 0;
  z-index: 3;
  width: 0;
  height: 100%;
  opacity: 1;
  background: #fcb879;
  transition: 1.8s cubic-bezier(0.36, 0.14, 0, 1);
  transform: translateX(0%) skewX(0deg);
}

/*-------------------------------------------------------------------
section ttl
/*-------------------------------------------------------------------*/
.sec_ttlWrap {
  text-align: center;
  line-height: 1;
}
.sec_ttlWrap .sec_ttl {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .sec_ttlWrap .sec_ttl {
    margin-bottom: 4.4vw;
    font-size: 6.1333333333vw;
  }
}
.sec_ttlWrap .sec_ttlEn {
  font-size: 13px;
  font-weight: 500;
  color: #fa8e26;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .sec_ttlWrap .sec_ttlEn {
    font-size: 2.6666666667vw;
  }
}

/*-------------------------------------------------------------------
lower-headline
/*-------------------------------------------------------------------*/
.lower-headline {
  align-items: center;
  background-image: url(/assets/images/common/lower-headline_bg01_pc.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .lower-headline {
    background-image: url(/assets/images/common/lower-headline_bg01_sp.png);
    background-size: 100% auto;
  }
}
.lower-headline .inner {
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 5px;
  height: 240px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .lower-headline .inner {
    padding-top: 0;
    height: 26.6666666667vw;
  }
}
.lower-headline .lower-headline_ttl {
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .lower-headline .lower-headline_ttl {
    margin-bottom: 2.6666666667vw;
    font-size: 6.6666666667vw;
  }
}
.lower-headline .lower-headline_ttlEn {
  margin-left: 2px;
  font-size: 20px;
  letter-spacing: 0.075em;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .lower-headline .lower-headline_ttlEn {
    margin-left: 0;
    font-size: 2.6666666667vw;
  }
}
.lower-headline .lower-headline_img {
  position: absolute;
}

/*-------------------------------------------------------------------
breadcrumbs
/*-------------------------------------------------------------------*/
.breadcrumbs {
  border-top: 1px solid #f2f2f4;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs ol {
  display: flex;
  font-size: 12px;
  letter-spacing: 0.075em;
  line-height: 1;
}
.breadcrumbs ol li + li {
  position: relative;
  margin-left: 28px;
}
.breadcrumbs ol li + li::before {
  position: absolute;
  content: ">";
  margin-left: -18px;
}

/*-------------------------------------------------------------------
ボタン
/*-------------------------------------------------------------------*/
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border-style: solid;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .btn {
    transition: all 0.2s;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  z-index: 200;
}
header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}
@media screen and (max-width: 768px) {
  header .inner {
    height: 16vw;
  }
}
header .header_logo {
  width: 161px;
}
@media screen and (max-width: 768px) {
  header .header_logo {
    line-height: 1;
    width: 31.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  header .header_txt {
    position: absolute;
    top: 4vw;
    right: 20vw;
  }
  header .header_txt a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21.3333333333vw;
    height: 8vw;
    background-color: #f25b32;
    border-radius: 0.6666666667vw;
    font-size: 3.4666666667vw;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: #fff;
  }
}
header .header_navBtn {
  display: none;
}
@media screen and (max-width: 768px) {
  header .header_navBtn {
    display: block;
    position: fixed;
    top: 5.4666666667vw;
    right: 5.3333333333vw;
    width: 9.3333333333vw;
    height: 5.2vw;
    z-index: 101;
    transition-delay: 0.2s;
  }
  header .header_navBtn span {
    position: absolute;
    left: 0;
    display: block;
    background-color: #f25b32;
    width: 100%;
    height: 0.4vw;
    transition: all 0.4s;
    transition-delay: 0.2s;
    transform-origin: center;
  }
  header .header_navBtn span:first-child {
    top: 0;
  }
  header .header_navBtn span:nth-child(2) {
    top: 2.4vw;
  }
  header .header_navBtn span:last-child {
    top: 4.8vw;
  }
}
@media screen and (max-width: 768px) {
  header.open .header_navBtn {
    width: 10.6666666667vw;
    right: 5.3333333333vw;
  }
  header.open .header_navBtn span {
    background-color: #fff;
  }
  header.open .header_navBtn span:first-child {
    top: 2.2666666667vw;
    transform: rotate(-45deg);
  }
  header.open .header_navBtn span:nth-child(2) {
    opacity: 0;
  }
  header.open .header_navBtn span:last-child {
    top: 2.2666666667vw;
    transform: rotate(45deg);
  }
}
@media screen and (min-width: 768px) {
  header .header_nav {
    display: block !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 768px) {
  header .header_nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    opacity: 0;
  }
}
header .header_navList {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  header .header_navList {
    position: absolute;
    display: block;
    right: -100vw;
    padding-top: 16vw;
    padding-bottom: 10.6666666667vw;
    width: 89.3333333333vw;
    height: 100%;
    background: #f67e34;
    background: linear-gradient(0deg, #f67e34 0%, #f25c32 100%);
  }
}
header .header_navListItem {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  header .header_navListItem {
    font-size: 4vw;
    color: #fff;
    border-top: 1px solid #f3ad69;
  }
}
header .header_navListItem:not(.recruit) a {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 23px;
}
@media screen and (max-width: 768px) {
  header .header_navListItem:not(.recruit) a {
    position: relative;
    height: 15.8666666667vw;
    padding: 0 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  header .header_navListItem:not(.-recruit) a::before {
    position: absolute;
    top: 50%;
    right: 6.4vw;
    content: "";
    display: block;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(-45deg);
  }
}
header .header_navListItem.-recruit a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  height: 40px;
  background-color: #f25b32;
  border: 1px solid #f25b32;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  header .header_navListItem.-recruit a {
    margin-top: 4vw;
    margin-right: auto;
    margin-left: auto;
    width: 78.6666666667vw;
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
    background-color: #fff;
    color: #f34b1e;
  }
}
@media screen and (min-width: 768px) {
  header .header_navListItem a {
    transition: all 0.2s;
  }
  header .header_navListItem.active:not(.recruit) a,
header .header_navListItem a:hover {
    color: #f25b32;
  }
  header .header_navListItem.-recruit a:hover {
    background-color: #fff;
  }
}

.contact {
  overflow: hidden;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #f9912c;
  background: linear-gradient(0deg, #f9912c 0%, #f77a2b 100%);
}
@media screen and (max-width: 768px) {
  .contact {
    padding-top: 10.6666666667vw;
    padding-bottom: 9.7333333333vw;
  }
}
.contact .contact_ttl {
  margin-bottom: 36px;
  text-align: center;
  color: #fff;
  font-size: 40px;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .contact .contact_ttl {
    margin-bottom: 5.2vw;
    font-size: 5.3333333333vw;
  }
}
.contact .contact_btn {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  height: 70px;
  border-color: #fff;
  border-width: 1px;
  background-color: #fff;
  font-size: 18px;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #ed7400;
}
@media screen and (max-width: 768px) {
  .contact .contact_btn {
    width: 78.6666666667vw;
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .contact .contact_btn:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.contact .sec_decoTxt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 17px;
  bottom: -17px;
  font-size: 260px;
  line-height: 1;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .contact .sec_decoTxt {
    bottom: -1.3333333333vw;
    margin-left: 0;
    font-size: 20vw;
  }
}

footer {
  padding-top: 38px;
  padding-bottom: 42px;
}
@media screen and (max-width: 768px) {
  footer {
    padding-top: 8.2666666667vw;
    padding-bottom: 5.3333333333vw;
  }
}
footer .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  footer .inner {
    display: block;
  }
}
footer .footer_logo {
  width: 162px;
}
@media screen and (max-width: 768px) {
  footer .footer_logo {
    margin-right: auto;
    margin-bottom: 8vw;
    margin-left: auto;
    width: 37.3333333333vw;
  }
}
footer .footer_rightWrap {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  footer .footer_rightWrap {
    display: block;
  }
}
footer .footer_navOtherList {
  display: flex;
  justify-content: end;
}
@media screen and (max-width: 768px) {
  footer .footer_navOtherList {
    justify-content: center;
    margin-bottom: 8.1333333333vw;
  }
}
footer .footer_navOtherListItem {
  font-size: 13px;
  line-height: 1;
  color: #666;
  letter-spacing: 0;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  footer .footer_navOtherListItem {
    font-size: 3.2vw;
  }
}
footer .footer_navOtherListItem + .footer_navOtherListItem {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  footer .footer_navOtherListItem + .footer_navOtherListItem {
    margin-left: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px) {
  footer .footer_navOtherListItem a:hover {
    text-decoration: underline;
  }
}
footer .footer_copyright {
  margin-left: 70px;
  border-top: 1px solid #fff;
  font-size: 13px;
  line-height: 1;
  color: #666;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  footer .footer_copyright {
    text-align: center;
    margin-left: 0;
    font-size: 2.9333333333vw;
  }
}

.top {
  /*-------------------------------------------------------------------
  mv
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  join
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  details
  /*-------------------------------------------------------------------*/
}
.top #mv {
  position: relative;
  z-index: 2;
  background-color: #fa8e26;
  background-image: url(/assets/images/top/mv_bg01_pc.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .top #mv {
    background-image: url(/assets/images/top/mv_bg01_sp.jpg);
    background-size: 100% auto;
  }
}
.top #mv .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 843px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .top #mv .inner {
    height: 60.2142857143vw;
    padding-right: 1.4285714286vw;
    padding-left: 1.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .top #mv .inner {
    justify-content: center;
    align-items: flex-start;
    height: 104.5333333333vw;
  }
}
.top #mv .mv_txtWrap {
  position: relative;
  margin-top: 80px;
  z-index: 2;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .top #mv .mv_txtWrap {
    margin-top: 5.7142857143vw;
  }
}
@media screen and (max-width: 768px) {
  .top #mv .mv_txtWrap {
    margin-top: 4.8vw;
    margin-left: 1.3333333333vw;
  }
}
.top #mv .mv_txt {
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 1.57;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .top #mv .mv_txt {
    margin-bottom: 1.4285714286vw;
    font-size: 3.8571428571vw;
  }
}
@media screen and (max-width: 768px) {
  .top #mv .mv_txt {
    margin-bottom: 2.6666666667vw;
    font-size: 7.2vw;
  }
}
.top #mv .mv_txtEn {
  font-size: 20px;
  line-height: 2;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .top #mv .mv_txtEn {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 768px) {
  .top #mv .mv_txtEn {
    font-size: 2.6666666667vw;
  }
}
.top #mv .mv_img {
  position: absolute;
  right: 5px;
  bottom: -37px;
  max-width: 932px;
  width: 100%;
  opacity: 0;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .top #mv .mv_img {
    right: -1.0714285714vw;
    bottom: -2.6428571429vw;
    max-width: 66.5714285714vw;
  }
}
@media screen and (max-width: 768px) {
  .top #mv .mv_img {
    right: 8.9333333333vw;
    bottom: -7.2vw;
    max-width: 79.0666666667vw;
  }
}
.top #mv .bgCover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #fa8e26;
}
.top #join {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f67e34;
  background: linear-gradient(0deg, #f67e34 0%, #f25c32 100%);
}
@media screen and (max-width: 768px) {
  .top #join {
    padding-top: 9.0666666667vw;
    padding-bottom: 25.7333333333vw;
    overflow: hidden;
  }
}
.top #join .sec_decoTxt {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  margin-left: 17px;
  bottom: -17px;
  font-size: 260px;
  line-height: 1;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
  letter-spacing: 0.16em;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .top #join .sec_decoTxt {
    bottom: -1.3333333333vw;
    margin-left: 0;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
    font-weight: 700;
    font-size: 20vw;
  }
}
.top #join .inner {
  position: relative;
  z-index: 1;
}
.top #join .join_head {
  margin-bottom: 50px;
  text-align: center;
  color: #fff;
  font-size: 42px;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .top #join .join_head {
    line-height: 1.54;
  }
}
@media screen and (max-width: 768px) {
  .top #join .join_head {
    margin-bottom: 0.8vw;
    font-size: 5.8666666667vw;
    letter-spacing: 0.075em;
    line-height: 1.54;
    font-feature-settings: inherit;
  }
}
.top #join .join_txt {
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 2;
  text-align: center;
  color: #222222;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top #join .join_txt {
    margin-bottom: 5.0666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.92;
  }
}
.top #join .join_btn {
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  height: 70px;
  border-color: #fff;
  border-width: 1px;
  background-color: #fff;
  font-size: 18px;
  letter-spacing: 0.06em;
  font-weight: 700;
  color: #f34b1e;
}
@media screen and (max-width: 768px) {
  .top #join .join_btn {
    width: 78.6666666667vw;
    height: 13.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .top #join .join_btn:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.2);
  }
}
.top #join .join_img {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 0;
  width: 1252px;
}
.top #join .join_img img {
  width: 100%;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .top #join .join_img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top #join .join_img {
    width: 100%;
  }
}
.top .details {
  padding-top: 240px;
  padding-bottom: 240px;
}
@media screen and (max-width: 768px) {
  .top .details {
    padding-top: 23.4666666667vw;
    padding-bottom: 24vw;
  }
}
.top .details .inner {
  position: relative;
}
.top .details .detailsSec_cnt {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .top .details .detailsSec_cnt {
    display: block;
  }
}
.top .details .detailsSec_cnt .detailsSec_imgWrap {
  width: 57.1428571429%;
}
@media screen and (max-width: 768px) {
  .top .details .detailsSec_cnt .detailsSec_imgWrap {
    margin-bottom: 6.4vw;
    width: 100%;
    height: auto !important;
  }
}
.top .details .detailsSec_cnt .detailsSec_imgWrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top .details .detailsSec_cnt .detailsSec_txtWrap {
  width: 35.3571428571%;
}
@media screen and (max-width: 768px) {
  .top .details .detailsSec_cnt .detailsSec_txtWrap {
    width: 100%;
  }
}
.top .details .detailsSec_cnt .detailsSec_ttl {
  margin-bottom: 13px;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .top .details .detailsSec_cnt .detailsSec_ttl {
    margin-bottom: 2.6666666667vw;
    font-size: 6.6666666667vw;
    text-align: center;
  }
}
.top .details .detailsSec_cnt .detailsSec_ttlEn {
  margin-bottom: 30px;
  font-size: 13px;
  color: #fa8e26;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .top .details .detailsSec_cnt .detailsSec_ttlEn {
    margin-bottom: 8vw;
    font-size: 2.6666666667vw;
    text-align: center;
  }
}
.top .details .detailsSec_cnt .detailsSec_txt {
  margin-bottom: 50px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .top .details .detailsSec_cnt .detailsSec_txt {
    margin-right: 4.6666666667vw;
    margin-left: 5.3333333333vw;
    margin-bottom: 6.4vw;
    font-size: 3.4666666667vw;
    line-height: 1.92;
  }
}
.top .details .detailsSec_cnt .detailsSec_btn {
  width: 220px;
  height: 50px;
  color: #f34b1e;
  border-width: 1px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .top .details .detailsSec_cnt .detailsSec_btn {
    width: auto;
    height: 10.8vw;
    margin-right: 5.3333333333vw;
    margin-left: 5.3333333333vw;
    margin-bottom: 8vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .top .details .detailsSec_cnt .detailsSec_btn:hover {
    color: #fff;
    background-color: #f34b1e;
  }
}
.top .details .detailsSec_cnt.reverse {
  flex-direction: row-reverse;
}
.top .details .detailsSec_illust {
  position: absolute;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .top .details .detailsSec_illust {
    position: relative;
  }
}
.top .details #service {
  margin-bottom: 240px;
}
@media screen and (max-width: 768px) {
  .top .details #service {
    margin-bottom: 24vw;
  }
}
.top .details #service .detailsSec_imgWrap {
  height: 484px;
}
.top .details #service .detailsSec_illust.-illust01 {
  width: 367px;
  bottom: -208px;
  right: -116px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .top .details #service .detailsSec_illust.-illust01 {
    width: 26.2142857143%;
    right: -4.7142857143%;
  }
}
@media screen and (max-width: 768px) {
  .top .details #service .detailsSec_illust.-illust01 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 48.1333333333vw;
    bottom: inherit;
    right: inherit;
  }
}
.top .details #service .detailsSec_illust.-illust02 {
  width: 186px;
  top: -96px;
  right: 40px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .top .details #service .detailsSec_illust.-illust02 {
    width: 13.2857142857%;
    right: -2.8571428571%;
  }
}
.top .details #company .detailsSec_imgWrap {
  height: 547px;
}
.top .details #company .detailsSec_illust.-illust01 {
  width: 423px;
  bottom: -216px;
  left: 133px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .top .details #company .detailsSec_illust.-illust01 {
    width: 30.2142857143%;
    left: 9.5%;
  }
}
@media screen and (max-width: 768px) {
  .top .details #company .detailsSec_illust.-illust01 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 65.2vw;
    bottom: inherit;
    left: inherit;
  }
}
.top .details #company .detailsSec_illust.-illust02 {
  width: 133px;
  top: -51px;
  left: 351px;
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .top .details #company .detailsSec_illust.-illust02 {
    width: 9.5%;
    left: 25.0714285714%;
  }
}

.lower-service {
  /*-------------------------------------------------------------------
  lower-headline
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  details
  /*-------------------------------------------------------------------*/
}
.lower-service .lower-headline .lower-headline_img {
  top: -31px;
  right: 69px;
}
@media screen and (max-width: 768px) {
  .lower-service .lower-headline .lower-headline_img {
    width: 38.2666666667vw;
    top: -3.0666666667vw;
    right: 5.6vw;
  }
}
.lower-service .details {
  padding-top: 195px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .lower-service .details {
    padding-top: 20.8vw;
    padding-bottom: 25.7333333333vw;
  }
}
.lower-service .details .inner {
  position: relative;
}
.lower-service .details #advantages {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .lower-service .details #advantages {
    margin-bottom: 26.6666666667vw;
  }
}
.lower-service .details #advantages .sec_ttlWrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lower-service .details #advantages .sec_ttlWrap {
    margin-bottom: 10.6666666667vw;
  }
}
.lower-service .details #advantages .advantages_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lower-service .details #advantages .advantages_list {
    display: block;
  }
}
.lower-service .details #advantages .advantages_listItem {
  padding-bottom: 33px;
  background-color: #fff;
  width: 400px;
  border-radius: 5px;
  box-shadow: 0px 0px 40px 10px rgba(134, 101, 79, 0.1);
}
@media screen and (max-width: 768px) {
  .lower-service .details #advantages .advantages_listItem {
    padding-bottom: 33px;
    width: 100%;
  }
}
.lower-service .details #advantages .advantages_listItem + .advantages_listItem {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .lower-service .details #advantages .advantages_listItem + .advantages_listItem {
    margin-top: 8vw;
    margin-left: 0;
  }
}
.lower-service .details #advantages .advantages_listImg {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lower-service .details #advantages .advantages_listImg {
    display: block;
  }
}
.lower-service .details #advantages .advantages_listHead {
  margin-bottom: 33px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #f25b32;
  line-height: 1.33;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .lower-service .details #advantages .advantages_listHead {
    margin-bottom: 3.8666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1;
  }
}
.lower-service .details #advantages .advantages_listItem:first-child .advantages_listHead {
  letter-spacing: 0;
}
.lower-service .details #advantages .advantages_listTxt {
  margin-right: 10%;
  margin-left: 10%;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .lower-service .details #advantages .advantages_listTxt {
    margin-right: 8vw;
    margin-left: 8vw;
    font-size: 3.4666666667vw;
    line-height: 1.92;
  }
}
.lower-service .details #introduction .sec_ttlWrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lower-service .details #introduction .sec_ttlWrap {
    margin-bottom: 10.6666666667vw;
  }
}
.lower-service .details #introduction .introduction_listItem {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lower-service .details #introduction .introduction_listItem {
    display: block;
  }
}
.lower-service .details #introduction .introduction_listItem + .introduction_listItem {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .lower-service .details #introduction .introduction_listItem + .introduction_listItem {
    margin-top: 23.0666666667vw;
  }
}
.lower-service .details #introduction .introduction_listImg {
  max-width: 750px;
  width: calc(100% - 450px - 60px);
  height: 340px;
}
@media screen and (max-width: 768px) {
  .lower-service .details #introduction .introduction_listImg {
    margin-bottom: 8.1333333333vw;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.lower-service .details #introduction .introduction_listImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .lower-service .details #introduction .introduction_listImg img {
    height: auto;
    -o-object-fit: none;
       object-fit: none;
  }
}
.lower-service .details #introduction .introduction_listTxtBox {
  width: 450px;
  position: relative;
  z-index: 5;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
@media screen and (max-width: 768px) {
  .lower-service .details #introduction .introduction_listTxtBox {
    width: auto;
  }
}
.lower-service .details #introduction .introduction_listHead {
  margin-bottom: 32px;
  font-size: 34px;
  color: #f25b32;
  font-weight: 700;
  line-height: 1.59;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .lower-service .details #introduction .introduction_listHead {
    margin-bottom: 7.2vw;
    font-size: 5.3333333333vw;
    line-height: 1;
    text-align: center;
  }
}
.lower-service .details #introduction .introduction_listTxt {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .lower-service .details #introduction .introduction_listTxt {
    font-size: 3.4666666667vw;
    line-height: 1.54;
  }
}
.lower-service .details #introduction .introduction_illust {
  position: absolute;
}
.lower-service .details #introduction .introduction_listItem:nth-child(odd) .introduction_listTxtBox {
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .lower-service .details #introduction .introduction_listItem:nth-child(odd) .introduction_listTxtBox {
    margin-right: 5.3333333333vw;
    margin-left: 5.3333333333vw;
  }
}
.lower-service .details #introduction .introduction_listItem:nth-child(even) {
  flex-direction: row-reverse;
}
.lower-service .details #introduction .introduction_listItem:nth-child(even) .introduction_listTxtBox {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .lower-service .details #introduction .introduction_listItem:nth-child(even) .introduction_listTxtBox {
    margin-right: 5.3333333333vw;
    margin-left: 5.3333333333vw;
  }
}
.lower-service .details #introduction .introduction_listItem.item01 .introduction_illust {
  top: -38px;
  right: -17px;
}
@media screen and (min-width: 768px) {
  .lower-service .details #introduction .introduction_listItem.item02 .introduction_listTxtBox {
    width: 420px;
  }
}
.lower-service .details #introduction .introduction_listItem.item02 .introduction_illust {
  top: -39px;
  left: -32px;
}
.lower-service .details #introduction .introduction_listItem.item03 .introduction_illust {
  top: -29px;
  right: 37px;
}
@media screen and (min-width: 768px) {
  .lower-service .details #introduction .introduction_listItem.item04 .introduction_listTxtBox {
    width: 420px;
  }
}
.lower-service .details #introduction .introduction_listItem.item04 .introduction_illust {
  top: 1px;
  left: -22px;
}
.lower-service .details #introduction .introduction_listItem.item05 .introduction_illust {
  top: 0px;
  right: 156px;
}

.lower-recruit {
  /*-------------------------------------------------------------------
  lower-headline
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  details
  /*-------------------------------------------------------------------*/
}
.lower-recruit .lower-headline .lower-headline_img {
  top: 11px;
  right: 61px;
}
@media screen and (max-width: 768px) {
  .lower-recruit .lower-headline .lower-headline_img {
    width: 35.2vw;
    top: 6vw;
    right: 7.3333333333vw;
  }
}
.lower-recruit .details {
  padding-top: 208px;
}
@media screen and (max-width: 768px) {
  .lower-recruit .details {
    padding-top: 24.9333333333vw;
  }
}
.lower-recruit .details .inner {
  position: relative;
}
.lower-recruit #join .sec_ttlWrap {
  margin-bottom: 66px;
}
@media screen and (max-width: 768px) {
  .lower-recruit #join .sec_ttlWrap {
    margin-bottom: 9.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .lower-recruit #join .sec_ttl {
    margin-bottom: 2.6666666667vw;
    line-height: 1.39;
  }
}
.lower-recruit #join .join_txtCatch {
  margin-bottom: 30px;
  font-size: 40px;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .lower-recruit #join .join_txtCatch {
    margin-bottom: 4vw;
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.lower-recruit #join .join_txt {
  margin-bottom: 120px;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.67;
}
@media screen and (max-width: 768px) {
  .lower-recruit #join .join_txt {
    margin-bottom: 11.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.92;
  }
}
.lower-recruit #join .join_appealWrap {
  overflow: hidden;
  display: flex;
}
@media screen and (max-width: 768px) {
  .lower-recruit #join .join_appealWrap {
    display: block;
  }
}
.lower-recruit #join .join_appeal {
  overflow: hidden;
  padding-top: 78px;
  padding-bottom: 78px;
  padding-right: 3%;
  padding-left: 8.33%;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .lower-recruit #join .join_appeal {
    width: 100%;
    padding-top: 18.6666666667vw;
    padding-bottom: 16.6666666667vw;
    padding-right: 15.3333333333vw;
    padding-left: 15.3333333333vw;
  }
}
.lower-recruit #join .join_appeal.appeal01 {
  background-image: url(../images/recruit/join_appealBg01_pc.jpg);
}
@media screen and (max-width: 768px) {
  .lower-recruit #join .join_appeal.appeal01 {
    background-image: url(../images/recruit/join_appealBg01_sp.jpg);
  }
}
.lower-recruit #join .join_appeal.appeal02 {
  background-image: url(../images/recruit/join_appealBg02_pc.jpg);
}
@media screen and (max-width: 768px) {
  .lower-recruit #join .join_appeal.appeal02 {
    background-image: url(../images/recruit/join_appealBg02_sp.jpg);
  }
}
.lower-recruit #join .join_appealHead {
  margin-bottom: 43px;
  font-size: 40px;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lower-recruit #join .join_appealHead {
    margin-bottom: 7.7333333333vw;
    font-size: 8vw;
    text-align: center;
  }
}
.lower-recruit #join .join_appealTxt {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lower-recruit #join .join_appealTxt {
    font-size: 3.4666666667vw;
    line-height: 1.92;
  }
}
.lower-recruit .bg-y {
  background-color: #fffcf5;
}
.lower-recruit .nav {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .lower-recruit .nav {
    padding-top: 10.6666666667vw;
  }
}
.lower-recruit .nav .nav_list {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1160px;
}
@media screen and (max-width: 768px) {
  .lower-recruit .nav .nav_list {
    flex-wrap: wrap;
    padding-right: 0;
    padding-left: 0;
    max-width: 78.6666666667vw;
  }
}
.lower-recruit .nav .nav_listItem {
  max-width: 240px;
  width: 21.43%;
}
@media screen and (max-width: 768px) {
  .lower-recruit .nav .nav_listItem {
    max-width: 37.3333333333vw;
    width: 37.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .lower-recruit .nav .nav_listItem:nth-child(n+3) {
    margin-top: 4vw;
  }
}
.lower-recruit .nav .nav_listItem a {
  position: relative;
  display: block;
  padding-top: 16px;
  padding-bottom: 29px;
  height: 63px;
  background-color: #fff;
  font-size: 20px;
  line-height: 1;
  color: #666;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #999999;
}
@media screen and (min-width: 768px) {
  .lower-recruit .nav .nav_listItem a {
    transition: all 0.4s;
  }
  .lower-recruit .nav .nav_listItem a:hover {
    border: 1px solid #f25b32;
    color: #f25b32;
  }
}
@media screen and (max-width: 1440px) and (min-width: 768px) {
  .lower-recruit .nav .nav_listItem a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .lower-recruit .nav .nav_listItem a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0.5333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.43;
    height: 24vw;
  }
}
.lower-recruit .nav .nav_listItem a::before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #999999 transparent transparent transparent;
  bottom: 10px;
  left: 50%;
  margin-left: -6px;
}
@media screen and (min-width: 768px) {
  .lower-recruit .nav .nav_listItem a::before {
    transition: all 0.4s;
  }
}
@media screen and (max-width: 768px) {
  .lower-recruit .nav .nav_listItem a::before {
    border-width: 2.1333333333vw 1.2vw 0 1.2vw;
    bottom: 2.9333333333vw;
    margin-left: -1.2vw;
  }
}
@media screen and (min-width: 768px) {
  .lower-recruit .nav .nav_listItem a:hover::before {
    border-color: #f25b32 transparent transparent transparent;
  }
}
.lower-recruit #character {
  overflow: hidden;
  padding-top: 148px;
  background-image: url(../images/recruit/character_bg01_pc.jpg);
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 768px) {
  .lower-recruit #character {
    padding-top: 18.6666666667vw;
    background-image: url(../images/recruit/character_bg01_sp.jpg);
    background-size: auto 22.6666666667vw;
  }
}
.lower-recruit #character .inner {
  padding-bottom: 270px;
}
@media screen and (max-width: 768px) {
  .lower-recruit #character .inner {
    padding-bottom: 27.7333333333vw;
  }
}
.lower-recruit #character .sec_ttlWrap {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .lower-recruit #character .sec_ttlWrap {
    margin-bottom: 9.3333333333vw;
  }
}
.lower-recruit #character .character_txt {
  margin-bottom: 40px;
  font-size: 30px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.67;
}
@media screen and (max-width: 768px) {
  .lower-recruit #character .character_txt {
    margin-bottom: 9.3333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.5;
  }
}
.lower-recruit #character .character_txtSub {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  font-size: 15px;
  line-height: 2.4;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .lower-recruit #character .character_txtSub {
    max-width: 100%;
    font-size: 3.4666666667vw;
    line-height: 1.92;
  }
}
.lower-recruit #character .character_img {
  position: absolute;
  left: 50%;
  margin-left: -400px;
  max-width: 800px;
  width: 100%;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .lower-recruit #character .character_img {
    left: 0;
    margin-left: 0;
    max-width: 100%;
  }
}
.lower-recruit #interview {
  padding-top: 199px;
}
@media screen and (max-width: 768px) {
  .lower-recruit #interview {
    padding-top: 26.4vw;
  }
}
.lower-recruit #interview .sec_ttlWrap {
  margin-bottom: 82px;
}
@media screen and (max-width: 768px) {
  .lower-recruit #interview .sec_ttlWrap {
    margin-bottom: 11.4666666667vw;
  }
}
.lower-recruit #interview .interview_box {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0px 0px 40px 10px rgba(134, 101, 79, 0.1);
}
@media screen and (max-width: 768px) {
  .lower-recruit #interview .interview_box {
    max-width: 100%;
    box-shadow: 0px 0px 5.3333333333vw 1.3333333333vw rgba(134, 101, 79, 0.1);
  }
}
.lower-recruit #interview .interview_box + .interview_box {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .lower-recruit #interview .interview_box + .interview_box {
    margin-top: 8vw;
  }
}
.lower-recruit #interview .interview_boxHeadWrap {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 8%;
  border-radius: 5px;
  background-repeat: repeat-x;
  box-shadow: 0 0 0 0 #f25b32;
  transition: box-shadow 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .lower-recruit #interview .interview_boxHeadWrap {
    padding-right: 13.3333333333vw;
    padding-left: 7.6vw;
    background-size: auto 21.3333333333vw;
  }
}
.lower-recruit #interview .interview_boxHeadWrap.active {
  background-image: url(../images/recruit/interview_boxBg01_pc.jpg);
}
.lower-recruit #interview .interview_boxHeadWrap:not(.active):hover {
  box-shadow: 0 0 0 1px #f25b32;
}
.lower-recruit #interview .interview_boxHeadWrap::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 44px;
  display: block;
  margin-top: -6px;
  width: 11px;
  height: 11px;
  transition: transform 0.4s;
  transform: rotate(45deg);
  border-right: 3px solid #f34b1e;
  border-bottom: 3px solid #f34b1e;
}
@media screen and (max-width: 768px) {
  .lower-recruit #interview .interview_boxHeadWrap::before {
    right: 5.3333333333vw;
    margin-top: -3%;
    width: 2.9333333333vw;
    height: 2.9333333333vw;
    border-right: 0.5333333333vw solid #f34b1e;
    border-bottom: 0.5333333333vw solid #f34b1e;
  }
}
.lower-recruit #interview .interview_boxHeadWrap.active::before {
  transform: rotate(-135deg);
}
.lower-recruit #interview .boxHead_ttlWrap {
  margin-left: 6%;
}
@media screen and (max-width: 768px) {
  .lower-recruit #interview .boxHead_ttlWrap {
    margin-left: 0;
    padding-top: 6.6666666667vw;
    padding-bottom: 6.2666666667vw;
  }
}
.lower-recruit #interview .boxHead_ttl {
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 1.42;
  font-weight: 700;
  color: #f34b1e;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .lower-recruit #interview .boxHead_ttl {
    margin-bottom: 2vw;
    font-size: 4vw;
    line-height: 1.67;
  }
}
.lower-recruit #interview .boxHead_txt {
  margin-left: 3px;
  font-size: 15px;
  line-height: 2;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .lower-recruit #interview .boxHead_txt {
    margin-left: 0.4vw;
    font-size: 3.4666666667vw;
    line-height: 1.92;
    font-weight: 400;
  }
}
.lower-recruit #interview .interview_boxBodyWrap {
  display: none;
  border-top: 1px solid #d3d3d3;
  margin-right: 3.33%;
  margin-left: 3.33%;
  padding-top: 61px;
  padding-right: 1.67%;
  padding-bottom: 80px;
  padding-left: 1.67%;
}
@media screen and (max-width: 768px) {
  .lower-recruit #interview .interview_boxBodyWrap {
    margin-right: 5.3333333333vw;
    margin-left: 5.3333333333vw;
    padding-top: 8vw;
    padding-right: 2.6666666667vw;
    padding-bottom: 10.6666666667vw;
    padding-left: 2.6666666667vw;
  }
}
.lower-recruit #interview .boxBody {
  display: flex;
  justify-content: space-between;
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .lower-recruit #interview .boxBody {
    display: block;
    padding-bottom: 9.8666666667vw;
  }
}
.lower-recruit #interview .boxBody_rightWrap {
  width: 486px;
}
@media screen and (max-width: 768px) {
  .lower-recruit #interview .boxBody_rightWrap {
    width: 100%;
  }
}
.lower-recruit #interview .boxBody_img {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .lower-recruit #interview .boxBody_img {
    margin-bottom: 7.4666666667vw;
  }
}
.lower-recruit #interview .boxBody_detailsTtl {
  font-size: 20px;
  line-height: 2;
  color: #f34b1e;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .lower-recruit #interview .boxBody_detailsTtl {
    margin-bottom: 3.7333333333vw;
    font-size: 4vw;
    line-height: 1;
  }
}
.lower-recruit #interview .boxBody_detailsTxt {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .lower-recruit #interview .boxBody_detailsTxt {
    font-size: 3.4666666667vw;
    line-height: 1.92;
  }
}
.lower-recruit #interview .boxBody_detailsTxt + .boxBody_detailsTtl {
  margin-top: 43px;
}
@media screen and (max-width: 768px) {
  .lower-recruit #interview .boxBody_detailsTxt + .boxBody_detailsTtl {
    margin-top: 8.9333333333vw;
  }
}
.lower-recruit #interview .boxBody_leftWrap {
  margin-top: -10px;
  width: 490px;
}
@media screen and (max-width: 768px) {
  .lower-recruit #interview .boxBody_leftWrap {
    margin-top: 8.9333333333vw;
    width: 100%;
  }
}
.lower-recruit #interview .schedule_list {
  margin-top: 10px;
  margin-left: 5px;
  padding-left: 20px;
  border-left: 2px solid #ccc;
}
@media screen and (max-width: 768px) {
  .lower-recruit #interview .schedule_list {
    margin-top: 4vw;
    margin-left: 1.3333333333vw;
    padding-left: 4vw;
  }
}
.lower-recruit #interview .schedule_listItem {
  position: relative;
}
.lower-recruit #interview .schedule_listItem + .schedule_listItem {
  margin-top: 37px;
}
@media screen and (max-width: 768px) {
  .lower-recruit #interview .schedule_listItem + .schedule_listItem {
    margin-top: 5.3333333333vw;
  }
}
.lower-recruit #interview .schedule_listItem::before {
  content: "";
  position: absolute;
  left: -29px;
  top: 0px;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 3px solid #f89535;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .lower-recruit #interview .schedule_listItem::before {
    left: -6.1333333333vw;
    width: 3.4666666667vw;
    height: 3.4666666667vw;
  }
}
.lower-recruit #interview .schedule_listItemTime {
  margin-bottom: 7px;
  font-size: 15px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lower-recruit #interview .schedule_listItemTime {
    margin-bottom: 0.8vw;
    font-size: 3.2vw;
  }
}
.lower-recruit #interview .schedule_listItemTxt {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .lower-recruit #interview .schedule_listItemTxt {
    margin-right: 0.6666666667vw;
    font-size: 3.2vw;
    line-height: 1.5;
  }
}
.lower-recruit #interview .interview_btnClose {
  margin-left: auto;
  margin-right: auto;
  width: 220px;
  height: 50px;
  color: #f34b1e;
  border-width: 1px;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .lower-recruit #interview .interview_btnClose {
    margin-right: -2.6666666667vw;
    margin-left: -2.6666666667vw;
    width: auto;
    height: 10.6666666667vw;
    font-size: 3.7333333333vw;
  }
}
.lower-recruit #interview .interview_btnClose:hover {
  color: #fff;
  background-color: #f34b1e;
}
.lower-recruit #requirement {
  padding-top: 160px;
}
@media screen and (max-width: 768px) {
  .lower-recruit #requirement {
    padding-top: 26.4vw;
  }
}
.lower-recruit #requirement .sec_ttlWrap {
  margin-bottom: 78px;
}
@media screen and (max-width: 768px) {
  .lower-recruit #requirement .sec_ttlWrap {
    margin-bottom: 10.4vw;
  }
}
.lower-recruit #requirement .requirement_details {
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  border-top: 1px solid #d3d0cb;
  max-width: 1000px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lower-recruit #requirement .requirement_details {
    margin-bottom: 8vw;
    max-width: 100%;
  }
}
.lower-recruit #requirement .requirement_details tr {
  border-bottom: 1px solid #d3d0cb;
}
@media screen and (max-width: 768px) {
  .lower-recruit #requirement .requirement_details tr {
    display: block;
  }
}
.lower-recruit #requirement .requirement_detailsHead {
  padding-top: 23px;
  padding-right: 20px;
  padding-bottom: 23px;
  padding-left: 40px;
  width: 160px;
  text-align: left;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .lower-recruit #requirement .requirement_detailsHead {
    display: block;
    padding-top: 5.6vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 0vw;
    padding-left: 5.3333333333vw;
    width: 100%;
    font-size: 3.4666666667vw;
    line-height: 1.92;
  }
}
.lower-recruit #requirement .requirement_detailsBody {
  padding-top: 23px;
  padding-right: 20px;
  padding-bottom: 23px;
  width: calc(100% - 160px);
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .lower-recruit #requirement .requirement_detailsBody {
    padding-top: 0;
    padding-right: 5.3333333333vw;
    padding-bottom: 3.7333333333vw;
    padding-left: 5.3333333333vw;
    width: 100%;
    font-size: 3.4666666667vw;
    line-height: 1.92;
  }
}
.lower-recruit #requirement .requirement_detailsBody li {
  margin-left: 1em;
  text-indent: -1em;
}
.lower-recruit #requirement .requirement_btn {
  width: 400px;
  height: 70px;
  margin: 0 auto;
  border: 1px solid #f34b1e;
  border-radius: 5px;
  color: #f34b1e;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
  background-color: #fff;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .lower-recruit #requirement .requirement_btn {
    width: 78.6666666667vw;
    height: 13.3333333333vw;
    border: 0.2666666667vw solid #f34b1e;
    border-radius: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .lower-recruit #requirement .requirement_btn {
    transition: all 0.2s;
  }
  .lower-recruit #requirement .requirement_btn:hover {
    color: #fff;
    background-color: #f34b1e;
  }
}
.lower-recruit #flow {
  padding-top: 208px;
  padding-bottom: 239px;
}
@media screen and (max-width: 768px) {
  .lower-recruit #flow {
    padding-top: 26.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}
.lower-recruit #flow .sec_ttlWrap {
  margin-bottom: 124px;
}
@media screen and (max-width: 768px) {
  .lower-recruit #flow .sec_ttlWrap {
    margin-bottom: 10.6666666667vw;
  }
}
.lower-recruit #flow .flow_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .lower-recruit #flow .flow_list {
    display: block;
    max-width: 100%;
  }
}
.lower-recruit #flow .flow_listItem {
  position: relative;
  border-radius: 5px;
  box-shadow: 0px 0px 40px 10px rgba(134, 101, 79, 0.1);
}
@media screen and (max-width: 768px) {
  .lower-recruit #flow .flow_listItem {
    box-shadow: 0px 0px 5.3333333333vw 1.3333333333vw rgba(134, 101, 79, 0.1);
  }
}
.lower-recruit #flow .flow_listItemTxt {
  position: absolute;
  bottom: 0;
  margin-bottom: 16.67%;
  width: 100%;
  line-height: 1;
  font-size: 18px;
  color: #f34b1e;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .lower-recruit #flow .flow_listItemTxt {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    margin-left: 58.6666666667vw;
    width: auto;
    height: 100%;
    font-size: 3.4666666667vw;
  }
}
.lower-recruit #flow .flow_listItemArrow {
  max-width: 37px;
}
@media screen and (max-width: 768px) {
  .lower-recruit #flow .flow_listItemArrow {
    margin-top: 4vw;
    margin-bottom: 4vw;
    margin-right: auto;
    margin-left: auto;
    max-width: 1.8666666667vw;
  }
}

.lower-company {
  /*-------------------------------------------------------------------
  lower-headline
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  details
  /*-------------------------------------------------------------------*/
}
.lower-company .in_bl {
  display: inline-block;
}
.lower-company .bg_beige {
  background-color: #fffcf5;
  overflow: hidden;
  padding-bottom: 200px;
  padding-top: 116px;
}
@media screen and (max-width: 768px) {
  .lower-company .bg_beige {
    padding-bottom: 25.7333333333vw;
    padding-top: 15.4666666667vw;
  }
}
.lower-company .lower-headline .lower-headline_img {
  top: 39px;
  right: 39px;
}
@media screen and (max-width: 768px) {
  .lower-company .lower-headline .lower-headline_img {
    width: 39.8666666667vw;
    top: 5.6vw;
    right: 4.5333333333vw;
  }
}
.lower-company .details {
  padding-top: 195px;
  /*-------------------------------------------------------------------
  philosophy
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  company
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  company
  /*-------------------------------------------------------------------*/
}
@media screen and (max-width: 768px) {
  .lower-company .details {
    padding-top: 20.8vw;
  }
}
.lower-company .details .inner {
  position: relative;
}
.lower-company .details #greeting {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .lower-company .details #greeting {
    margin-bottom: 26.6666666667vw;
  }
}
.lower-company .details #greeting .sec_ttlWrap {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .lower-company .details #greeting .sec_ttlWrap {
    margin-bottom: 8vw;
  }
}
.lower-company .details #greeting .greeting_topTtl {
  font-size: 40px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lower-company .details #greeting .greeting_topTtl {
    font-size: 5.3333333333vw;
    margin-bottom: 4vw;
  }
}
.lower-company .details #greeting .greeting_topCatch {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.66;
  text-align: center;
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .lower-company .details #greeting .greeting_topCatch {
    font-size: 3.4666666667vw;
    margin-bottom: 10vw;
  }
}
.lower-company .details #greeting .greeting_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lower-company .details #greeting .greeting_box {
    display: block;
  }
}
.lower-company .details #greeting .greeting_box .greeting_boxTxt {
  line-height: 2.35;
  font-size: 17px;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .lower-company .details #greeting .greeting_box .greeting_boxTxt {
    font-size: 4vw;
    margin-bottom: 5.3333333333vw;
    line-height: 1.86;
  }
}
.lower-company .details #greeting .greeting_box .greeting_boxImg {
  width: 36%;
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  .lower-company .details #greeting .greeting_box .greeting_boxImg {
    width: 78.6666666667vw;
    margin-right: 0;
    margin-bottom: 9%;
    margin-left: auto;
    margin-right: auto;
  }
}
.lower-company .details #greeting .greeting_box .greeting_txtBox {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .lower-company .details #greeting .greeting_box .greeting_txtBox {
    width: 78.6666666667vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.lower-company .details #philosophy .sec_ttlWrap {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .lower-company .details #philosophy .sec_ttlWrap {
    margin-bottom: 9.3333333333vw;
  }
}
.lower-company .details #philosophy .philosophy_box {
  margin-bottom: 30px;
}
.lower-company .details #philosophy .philosophy_box.top {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .lower-company .details #philosophy .philosophy_box.top {
    margin-bottom: 13.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .lower-company .details #philosophy .philosophy_box {
    margin-bottom: 4vw;
  }
}
.lower-company .details #philosophy .philosophy_boxTtl {
  display: table;
  margin: 0 auto 40px;
  padding: 0 10px;
  font-size: 30px;
  font-weight: 600;
  border-bottom: 1px solid #f25b32;
  color: #f25b32;
}
@media screen and (max-width: 768px) {
  .lower-company .details #philosophy .philosophy_boxTtl {
    font-size: 5.3333333333vw;
    margin: 0 auto 5.3333333333vw;
    padding: 0 1.3333333333vw;
  }
}
.lower-company .details #philosophy .philosophy_companyPhilosophy .philosophy_companyPhilosophyEn {
  font-size: 48px;
  color: #222222;
  font-weight: 600;
  display: block;
  text-align: center;
  position: relative;
}
.lower-company .details #philosophy .philosophy_companyPhilosophy .philosophy_companyPhilosophyEn::after, .lower-company .details #philosophy .philosophy_companyPhilosophy .philosophy_companyPhilosophyEn::before {
  width: 192px;
  height: 192px;
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  transition: opacity 1.2s;
}
@media screen and (max-width: 768px) {
  .lower-company .details #philosophy .philosophy_companyPhilosophy .philosophy_companyPhilosophyEn::after, .lower-company .details #philosophy .philosophy_companyPhilosophy .philosophy_companyPhilosophyEn::before {
    display: none;
  }
}
.lower-company .details #philosophy .philosophy_companyPhilosophy .philosophy_companyPhilosophyEn.active::after, .lower-company .details #philosophy .philosophy_companyPhilosophy .philosophy_companyPhilosophyEn.active::before {
  opacity: 1;
}
.lower-company .details #philosophy .philosophy_companyPhilosophy .philosophy_companyPhilosophyEn::after {
  transition-delay: 0.6s;
  background-image: url(/assets/images/company/philosophy_bgImg01_pc.png);
  left: -50px;
  bottom: -150px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lower-company .details #philosophy .philosophy_companyPhilosophy .philosophy_companyPhilosophyEn::after {
    left: 0;
  }
}
.lower-company .details #philosophy .philosophy_companyPhilosophy .philosophy_companyPhilosophyEn::before {
  transition-delay: 0.8s;
  background-image: url(/assets/images/company/philosophy_bgImg02_pc.png);
  right: -50px;
  top: -150px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lower-company .details #philosophy .philosophy_companyPhilosophy .philosophy_companyPhilosophyEn::before {
    right: 0;
  }
}
.lower-company .details #philosophy .philosophy_companyPhilosophy .philosophy_companyPhilosophyEn .txtHead {
  color: #f25b32;
}
@media screen and (max-width: 768px) {
  .lower-company .details #philosophy .philosophy_companyPhilosophy .philosophy_companyPhilosophyEn {
    font-size: 5.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
.lower-company .details #philosophy .philosophy_companyPhilosophy .philosophy_companyPhilosophyJa {
  font-size: 20px;
  text-align: center;
  margin: 3px auto 0;
  display: table;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .lower-company .details #philosophy .philosophy_companyPhilosophy .philosophy_companyPhilosophyJa {
    font-size: 3.4666666667vw;
    margin-top: 0.4vw;
  }
}
.lower-company .details #philosophy .philosophy_actGuideline {
  font-size: 40px;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .lower-company .details #philosophy .philosophy_actGuideline {
    font-size: 6.1333333333vw;
    margin-bottom: 7.3333333333vw;
  }
}
.lower-company .details #philosophy .philosophy_actGuidelineListWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lower-company .details #philosophy .philosophy_actGuidelineListWrap {
    display: block;
    margin-bottom: 18.6666666667vw;
  }
}
.lower-company .details #philosophy .philosophy_actGuidelineListWrap .philosophy_actGuidelineList {
  width: 29%;
  max-width: 400px;
  margin-bottom: 50px;
  padding: 35px 20px 45px;
  box-shadow: 0px 0px 40px 10px rgba(134, 101, 79, 0.1);
  border-radius: 5px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .lower-company .details #philosophy .philosophy_actGuidelineListWrap .philosophy_actGuidelineList {
    width: 32%;
  }
  .lower-company .details #philosophy .philosophy_actGuidelineListWrap .philosophy_actGuidelineList .philosophy_actGuidelineListTtl {
    font-size: 26px;
  }
  .lower-company .details #philosophy .philosophy_actGuidelineListWrap .philosophy_actGuidelineList .philosophy_actGuidelineListTxt br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .lower-company .details #philosophy .philosophy_actGuidelineListWrap .philosophy_actGuidelineList {
    width: 100%;
    max-width: 100%;
    margin-bottom: 8vw;
    padding: 4.6666666667vw 2.6666666667vw 6vw;
    box-shadow: 0px 0px 4vw 2.4vw rgba(134, 101, 79, 0.1);
  }
}
.lower-company .details #philosophy .philosophy_actGuidelineListWrap .philosophy_actGuidelineListNum {
  font-size: 30px;
  font-weight: 600;
  color: #f25b32;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .lower-company .details #philosophy .philosophy_actGuidelineListWrap .philosophy_actGuidelineListNum {
    font-size: 5.3333333333vw;
    margin-bottom: 3.3333333333vw;
  }
}
.lower-company .details #philosophy .philosophy_actGuidelineListWrap .philosophy_actGuidelineListTtl {
  font-size: 30px;
  line-height: 1.66;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .lower-company .details #philosophy .philosophy_actGuidelineListWrap .philosophy_actGuidelineListTtl {
    line-height: 1.75;
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.lower-company .details #philosophy .philosophy_actGuidelineListWrap .philosophy_actGuidelineListTxt {
  font-size: 15px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower-company .details #philosophy .philosophy_actGuidelineListWrap .philosophy_actGuidelineListTxt {
    font-size: 3.4666666667vw;
    line-height: 1.92;
  }
}
.lower-company .details #company {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .lower-company .details #company {
    margin-bottom: 26.6666666667vw;
  }
}
.lower-company .details #company .company_listBox .company_listWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .lower-company .details #company .company_listBox .company_listWrap {
    display: block;
    width: 100%;
    margin-top: 13.3333333333vw;
  }
}
.lower-company .details #company .company_listBox .company_listWrap .company_list {
  width: 46%;
  border-bottom: 1px solid #d3d0cb;
}
@media screen and (max-width: 768px) {
  .lower-company .details #company .company_listBox .company_listWrap .company_list {
    width: 100%;
  }
}
.lower-company .details #company .company_listBox .company_listWrap .company_list:first-child {
  border-top: 1px solid #d3d0cb;
}
@media screen and (min-width: 768px) {
  .lower-company .details #company .company_listBox .company_listWrap .company_list:nth-child(2) {
    border-top: 1px solid #d3d0cb;
  }
}
.lower-company .details #company .company_listBox .company_listWrap .company_list dl {
  display: flex;
}
@media screen and (max-width: 768px) {
  .lower-company .details #company .company_listBox .company_listWrap .company_list dl {
    display: block;
  }
}
.lower-company .details #company .company_listBox .company_listWrap .company_list .company_listTtl,
.lower-company .details #company .company_listBox .company_listWrap .company_list .company_listCont {
  font-size: 15px;
  padding: 25px 0;
}
@media screen and (max-width: 768px) {
  .lower-company .details #company .company_listBox .company_listWrap .company_list .company_listTtl,
.lower-company .details #company .company_listBox .company_listWrap .company_list .company_listCont {
    display: block;
    font-size: 3.4666666667vw;
    padding: 4vw 0;
    padding-left: 5.3333333333vw;
    line-height: 1.92;
  }
}
.lower-company .details #company .company_listBox .company_listWrap .company_list .company_listTtl {
  font-weight: 600;
  width: 156px;
  padding-left: 40px;
}
@media screen and (max-width: 768px) {
  .lower-company .details #company .company_listBox .company_listWrap .company_list .company_listTtl {
    width: 100%;
    padding-left: 0;
    padding-bottom: 0;
    padding-left: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .lower-company .details #company .company_listBox .company_listWrap .company_list .company_listCont {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .lower-company .details #company .company_listBox .company_listWrap.bottom {
    margin-top: 0;
  }
  .lower-company .details #company .company_listBox .company_listWrap.bottom .company_list:first-child {
    border-top: none;
  }
}
.lower-company .details #access .sec_ttlWrap {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .lower-company .details #access .sec_ttlWrap {
    margin-bottom: 9.3333333333vw;
  }
}
.lower-company .details #access .access_txt {
  font-size: 15px;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .lower-company .details #access .access_txt {
    font-size: 3.4666666667vw;
    margin-bottom: 5.3333333333vw;
    text-align: left;
  }
}
.lower-company .details #access .access_cont {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 43%;
}
@media screen and (max-width: 768px) {
  .lower-company .details #access .access_cont {
    padding-top: 89.8666666667vw;
  }
}
.lower-company .details #access .access_cont iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lower-privacy {
  /*-------------------------------------------------------------------
  lower-headline
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  details
  /*-------------------------------------------------------------------*/
}
@media screen and (max-width: 768px) {
  .lower-privacy .lower-headline .lower-headline_ttl {
    line-height: 1.2;
    font-size: 5.8666666667vw;
  }
}
.lower-privacy .lower-headline .lower-headline_img {
  top: 39px;
  right: 39px;
}
@media screen and (max-width: 768px) {
  .lower-privacy .lower-headline .lower-headline_img {
    width: 39.8666666667vw;
    top: 5.6vw;
    right: 4.5333333333vw;
  }
}
.lower-privacy .details {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .lower-privacy .details {
    padding-top: 18.1333333333vw;
    padding-bottom: 25.7333333333vw;
  }
}
.lower-privacy .details .inner {
  position: relative;
}
.lower-privacy .details .top_txt {
  margin-bottom: 40px;
  line-height: 1.75;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lower-privacy .details .top_txt {
    margin-bottom: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.lower-privacy .details .privacy_txtWrap {
  max-width: 1000px;
  margin: 0 auto;
}
.lower-privacy .details .privacy_txtBoxTtl {
  margin-bottom: 10px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .lower-privacy .details .privacy_txtBoxTtl {
    margin-bottom: 1.3333333333vw;
    font-size: 4.5333333333vw;
  }
}
.lower-privacy .details .privacy_txtList {
  border: 1px solid #d3d0cb;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lower-privacy .details .privacy_txtList {
    margin-bottom: 2.6666666667vw;
  }
}
.lower-privacy .details .privacy_txtListTtl,
.lower-privacy .details .privacy_txtListCont {
  line-height: 1.75;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lower-privacy .details .privacy_txtListTtl,
.lower-privacy .details .privacy_txtListCont {
    font-size: 3.4666666667vw;
  }
}
.lower-privacy .details .privacy_txtListTtl a,
.lower-privacy .details .privacy_txtListCont a {
  text-decoration: underline;
  color: #268de5;
}
.lower-privacy .details .privacy_txtListTtl a:hover,
.lower-privacy .details .privacy_txtListCont a:hover {
  text-decoration: none;
}
.lower-privacy .details .privacy_txtListTtl {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lower-privacy .details .privacy_txtListTtl {
    font-size: 4.5333333333vw;
  }
}
.lower-privacy .details .signature {
  display: flex;
  justify-content: end;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lower-privacy .details .signature {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

.lower-security {
  /*-------------------------------------------------------------------
  lower-headline
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  details
  /*-------------------------------------------------------------------*/
}
@media screen and (max-width: 768px) {
  .lower-security .lower-headline .lower-headline_ttl {
    line-height: 1.2;
    font-size: 5.8666666667vw;
  }
}
.lower-security .lower-headline .lower-headline_img {
  top: 39px;
  right: 39px;
}
@media screen and (max-width: 768px) {
  .lower-security .lower-headline .lower-headline_img {
    width: 39.8666666667vw;
    top: 5.6vw;
    right: 4.5333333333vw;
  }
}
.lower-security .details {
  padding-top: 200px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .lower-security .details {
    padding-top: 18.1333333333vw;
    padding-bottom: 25.7333333333vw;
  }
}
.lower-security .details .inner {
  position: relative;
}
.lower-security .details .top_txt {
  margin-bottom: 40px;
  line-height: 1.75;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lower-security .details .top_txt {
    margin-bottom: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.lower-security .details .security_txtWrap {
  max-width: 1000px;
  margin: 0 auto;
}
.lower-security .details .security_txtBoxTtl {
  margin-bottom: 10px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .lower-security .details .security_txtBoxTtl {
    margin-bottom: 1.3333333333vw;
    font-size: 4.5333333333vw;
  }
}
.lower-security .details .security_txtList {
  border: 1px solid #d3d0cb;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .lower-security .details .security_txtList {
    margin-bottom: 2.6666666667vw;
  }
}
.lower-security .details .security_txtListTtl,
.lower-security .details .security_txtListCont {
  line-height: 1.75;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lower-security .details .security_txtListTtl,
.lower-security .details .security_txtListCont {
    font-size: 3.4666666667vw;
  }
}
.lower-security .details .security_txtListTtl {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .lower-security .details .security_txtListTtl {
    font-size: 4.5333333333vw;
  }
}
.lower-security .details .signature {
  display: flex;
  justify-content: end;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .lower-security .details .signature {
    margin-top: 5.3333333333vw;
    font-size: 3.4666666667vw;
  }
}

.lower-entry {
  /*-------------------------------------------------------------------
  lower-headline
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  details
  /*-------------------------------------------------------------------*/
}
.lower-entry .lower-headline .lower-headline_img {
  top: 14px;
  right: 48px;
}
@media screen and (max-width: 768px) {
  .lower-entry .lower-headline .lower-headline_img {
    width: 35.0666666667vw;
    top: 6.1333333333vw;
    right: 3.7333333333vw;
  }
}
.lower-entry .lower-headline .lower-headline_ttl {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .lower-entry .lower-headline .lower-headline_ttl {
    letter-spacing: -0.04em;
  }
}
.lower-entry .details {
  padding-top: 188px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .lower-entry .details {
    padding-top: 24vw;
    padding-bottom: 0;
  }
}
.lower-entry .details .inner {
  max-width: 1240px;
}
@media screen and (max-width: 768px) {
  .lower-entry .details .inner {
    max-width: 100%;
    padding: 0;
  }
}
.lower-entry .details input,
.lower-entry .details button,
.lower-entry .details select,
.lower-entry .details textarea {
  border: none;
  border-radius: 0;
  outline: none;
  font: inherit;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.lower-entry .details textarea {
  resize: vertical;
}
.lower-entry .details input[type=checkbox],
.lower-entry .details input[type=radio] {
  display: none;
}
.lower-entry .details input[type=submit],
.lower-entry .details input[type=button],
.lower-entry .details label,
.lower-entry .details button,
.lower-entry .details select {
  cursor: pointer;
}
.lower-entry .details select::-ms-expand {
  display: none;
}
.lower-entry .details #entry .entry_message {
  margin-bottom: 68px;
  color: #222;
  line-height: 1.67;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .entry_message {
    margin-bottom: 11.2vw;
    line-height: 2;
    font-size: 4vw;
  }
}
@media screen and (max-width: 860px) {
  .lower-entry .details #entry .entry_message .sp {
    display: block;
  }
}
.lower-entry .details #entry .entry_form {
  padding: 94px 100px 100px;
  color: #333;
  background-color: #fffcf5;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .entry_form {
    padding: 11.6vw 10.6666666667vw 13.3333333333vw;
  }
}
.lower-entry .details #entry .form_listWrap {
  max-width: 100%;
  width: 100%;
  text-align: left;
}
.lower-entry .details #entry .form_listWrap tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .form_listWrap tbody {
    display: block;
  }
}
.lower-entry .details #entry .form_listWrap .entry_ttl {
  line-height: 2;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .form_listWrap .entry_ttl {
    line-height: 1.76;
    font-size: 3.4666666667vw;
  }
}
.lower-entry .details #entry .form_listWrap .entry_txt {
  line-height: 1.625;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .form_listWrap .entry_txt {
    line-height: 1;
    font-size: 3.4666666667vw;
  }
}
.lower-entry .details #entry .form_listWrap .required_ico {
  margin-left: 10px;
  padding: 0 13px 2px 11px;
  color: #fff;
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
  background-color: #f00;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .form_listWrap .required_ico {
    display: inline-block;
    margin-left: 2.4vw;
    padding: 0.2666666667vw 2vw 0.4vw;
    font-size: 3.2vw;
  }
}
.lower-entry .details #entry .form_listWrap .form_list {
  display: block;
  width: 100%;
  margin-bottom: 51px;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .form_listWrap .form_list {
    margin-bottom: 9.3333333333vw;
  }
}
.lower-entry .details #entry .form_listWrap .form_list:last-child {
  margin-bottom: 0;
}
.lower-entry .details #entry .form_listWrap .form_list th,
.lower-entry .details #entry .form_listWrap .form_list td {
  display: block;
  width: 100%;
}
.lower-entry .details #entry .form_listWrap .form_list th {
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .form_listWrap .form_list th {
    margin-bottom: 1.3333333333vw;
  }
}
.lower-entry .details #entry .form_listWrap .width_medium {
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .form_listWrap .width_medium {
    max-width: 100%;
  }
}
.lower-entry .details #entry .form_listWrap input[type=text],
.lower-entry .details #entry .form_listWrap select,
.lower-entry .details #entry .form_listWrap textarea {
  width: 100%;
  padding: 9px 14px;
  border: 1px solid #d3d0cb;
  border-radius: 5px;
  font-size: 15px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .form_listWrap input[type=text],
.lower-entry .details #entry .form_listWrap select,
.lower-entry .details #entry .form_listWrap textarea {
    padding: 2vw 2.6666666667vw 2.2666666667vw;
    border: 0.2666666667vw solid #d3d0cb;
    border-radius: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.lower-entry .details #entry .form_listWrap select {
  background-image: url(/assets/images/entry/arrow_bottom.png);
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-size: 11px 8px;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .form_listWrap select {
    background-position: right 2.6666666667vw center;
    background-size: 2vw 1.4666666667vw;
  }
}
.lower-entry .details #entry .form_listWrap label {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .form_listWrap label {
    font-size: 3.4666666667vw;
  }
}
.lower-entry .details #entry .form_listWrap .tr_birthday select {
  max-width: 80px;
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .form_listWrap .tr_birthday select {
    max-width: 16vw;
    margin-right: 1.7333333333vw;
  }
}
.lower-entry .details #entry .form_listWrap .tr_birthday select.wide {
  max-width: 120px;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .form_listWrap .tr_birthday select.wide {
    max-width: 20vw;
  }
}
.lower-entry .details #entry .form_listWrap .tr_birthday .entry_txt {
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .form_listWrap .tr_birthday .entry_txt {
    margin-right: 4vw;
  }
}
.lower-entry .details #entry .form_listWrap .tr_birthday .entry_txt.txt_day {
  margin-right: 0;
}
.lower-entry .details #entry .form_listWrap .tr_postalCode,
.lower-entry .details #entry .form_listWrap .tr_prefectures {
  max-width: 180px;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .form_listWrap .tr_postalCode,
.lower-entry .details #entry .form_listWrap .tr_prefectures {
    max-width: 100%;
  }
}
.lower-entry .details #entry .form_listWrap .tr_prefectures {
  margin-left: -8px;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .form_listWrap .tr_prefectures {
    margin-left: 0;
  }
}
.lower-entry .details #entry .form_listWrap .tr_career textarea,
.lower-entry .details #entry .form_listWrap .tr_pr textarea {
  min-height: 275px;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .form_listWrap .tr_career textarea,
.lower-entry .details #entry .form_listWrap .tr_pr textarea {
    min-height: 68vw;
  }
}
.lower-entry .details #entry .form_listWrap .form_ccupationList {
  display: inline-block;
  position: relative;
  margin-right: 53px;
  line-height: 1.625;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .form_listWrap .form_ccupationList {
    display: block;
    margin-right: 0;
    margin-bottom: 3.8666666667vw;
    line-height: 1;
    font-size: 3.4666666667vw;
  }
  .lower-entry .details #entry .form_listWrap .form_ccupationList:last-child {
    margin-bottom: 0;
  }
}
.lower-entry .details #entry .form_listWrap .form_ccupationList .check {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 4px;
  left: 0;
  border: 1px solid #cfcfce;
  border-radius: 50%;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .form_listWrap .form_ccupationList .check {
    width: 4.6666666667vw;
    height: 4.6666666667vw;
    top: 0;
    border: 0.2666666667vw solid #cfcfce;
  }
}
.lower-entry .details #entry .form_listWrap .form_ccupationList .check::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  opacity: 0;
  background: #f25b32;
  transition: opacity 0.4s;
  content: "";
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .form_listWrap .form_ccupationList .check::after {
    width: 2.8vw;
    height: 2.8vw;
    top: 0.6666666667vw;
    left: 0.6666666667vw;
  }
}
.lower-entry .details #entry .form_listWrap .form_ccupationList .check + span {
  padding-left: 32px;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .form_listWrap .form_ccupationList .check + span {
    padding-left: 6vw;
  }
}
.lower-entry .details #entry .form_listWrap .form_ccupationList input:checked + .check::after {
  opacity: 1;
}
.lower-entry .details #entry .form_listWrap .form_ccupationList input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.lower-entry .details #entry .submission_area {
  text-align: center;
}
.lower-entry .details #entry .agree_txt {
  display: flex;
  flex-wrap: wrap;
  margin-top: 71px;
  margin-bottom: 62px;
  line-height: 1.625;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .agree_txt {
    margin-top: 9.8666666667vw;
    margin-bottom: 9.8666666667vw;
    line-height: 1.38;
    font-size: 3.4666666667vw;
    align-items: flex-start;
  }
}
.lower-entry .details #entry .agree_txt span:not(.error_txt) {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .agree_txt span:not(.error_txt) {
    display: block;
    padding-left: 2.6666666667vw;
    text-align: left;
  }
}
.lower-entry .details #entry .agree_txt .error_txt {
  display: block;
  width: 100%;
  color: #f00;
  line-height: 2;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .agree_txt .error_txt {
    line-height: 1.76;
    font-size: 3.4666666667vw;
  }
}
.lower-entry .details #entry .agree_txt a {
  color: #268de5;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .lower-entry .details #entry .agree_txt a:hover {
    text-decoration: none;
  }
}
.lower-entry .details #entry .agree_txt .agree_check {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(/assets/images/entry/icon_check.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  cursor: pointer;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .agree_txt .agree_check {
    width: 5.2vw;
    height: 5.2vw;
  }
}
.lower-entry .details #entry .agree_txt .agree_check:checked {
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .agree_txt .agree_check + label {
    width: calc(100% - 8vw);
  }
}
.lower-entry .details #entry .submit_btn,
.lower-entry .details #entry .backTop_btn {
  display: flex;
  width: 400px;
  height: 70px;
  margin: 0 auto;
  border: 1px solid #f34b1e;
  border-radius: 5px;
  color: #f34b1e;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .submit_btn,
.lower-entry .details #entry .backTop_btn {
    width: 78.6666666667vw;
    height: 13.3333333333vw;
    border: 0.2666666667vw solid #f34b1e;
    border-radius: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .lower-entry .details #entry .submit_btn,
.lower-entry .details #entry .backTop_btn {
    transition: all 0.2s;
  }
  .lower-entry .details #entry .submit_btn:hover,
.lower-entry .details #entry .backTop_btn:hover {
    color: #fff;
    background-color: #f34b1e;
  }
}
.lower-entry .details #entry .back_btn {
  display: flex;
  width: 400px;
  height: 70px;
  margin: 0 auto;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
  background-color: #fff;
  color: #c8c8c8;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lower-entry .details #entry .back_btn {
    width: 78.6666666667vw;
    height: 13.3333333333vw;
    border: 0.2666666667vw solid #c8c8c8;
    border-radius: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .lower-entry .details #entry .back_btn {
    transition: all 0.2s;
  }
  .lower-entry .details #entry .back_btn:hover {
    background-color: #c8c8c8;
    color: #fff;
  }
}
.lower-entry .breadcrumbs .inner {
  max-width: 1240px;
}
@media screen and (max-width: 768px) {
  .lower-entry .breadcrumbs .inner {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .lower-entry .details #entry .entry_form {
    padding: 94px 40px 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1035px) {
  .lower-entry .details #entry .form_listWrap .width_medium {
    max-width: 400px;
  }
}
@media screen and (max-width: 950px) {
  .lower-entry .details #entry .form_listWrap .width_medium {
    max-width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .lower-entry .details #entry .form_listWrap tbody {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .lower-entry .details #entry .form_listWrap .form_list {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 950px) {
  .lower-entry .details #entry .form_listWrap .tr_prefectures {
    margin-left: 0;
  }
}
.lower-entry .error_headTxt {
  display: none;
  margin-top: 18px;
  margin-bottom: 70px;
  color: #f00;
  line-height: 2;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower-entry .error_headTxt {
    margin-top: 4.4vw;
    margin-bottom: 9.0666666667vw;
    line-height: 1.92;
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .lower-entry .form_listWrap .form_list.error {
    margin-bottom: 8vw;
  }
}
.lower-entry .form_listWrap .error_txt {
  display: inline-block;
  margin-right: -5em;
  color: #f00;
  line-height: 2;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .lower-entry .form_listWrap .error_txt {
    line-height: 1.76;
    font-size: 3.4666666667vw;
  }
}

.lower-entry.confirm .confirm_message {
  margin-top: 12px;
  margin-bottom: 81px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lower-entry.confirm .confirm_message {
    margin-top: 5.3333333333vw;
    margin-bottom: 9.3333333333vw;
    font-size: 4vw;
    line-height: 1.67;
  }
}
@media screen and (max-width: 768px) {
  .lower-entry.confirm .entry_form {
    margin-right: -5.3333333333vw;
    margin-left: -5.3333333333vw;
  }
}
.lower-entry.confirm .confirm_listWrap {
  width: 100%;
  border-top: 1px solid #d3d0cb;
}
.lower-entry.confirm .confirm_list {
  border-bottom: 1px solid #d3d0cb;
}
@media screen and (max-width: 768px) {
  .lower-entry.confirm .confirm_list {
    display: block;
  }
}
.lower-entry.confirm th {
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 40px;
  width: 250px;
  font-size: 16px;
  line-height: 1.63;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lower-entry.confirm th {
    display: block;
    padding-top: 3.7333333333vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 0;
    padding-left: 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.92;
    width: 100%;
  }
}
.lower-entry.confirm td {
  padding-top: 23px;
  padding-right: 20px;
  padding-bottom: 23px;
  padding-left: 40px;
  width: calc(100% - 250px);
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lower-entry.confirm td {
    display: block;
    padding-top: 0;
    padding-right: 5.3333333333vw;
    padding-bottom: 3.4666666667vw;
    padding-left: 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.92;
    width: 100%;
  }
}
.lower-entry.confirm .submission_area {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .lower-entry.confirm .submission_area {
    display: block;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .lower-entry.confirm .submission_area .back_btn {
    margin-top: 4vw !important;
  }
}

.lower-entry.complete .complete_inner {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1040px;
}
@media screen and (max-width: 768px) {
  .lower-entry.complete .complete_inner {
    margin-top: 2.6666666667vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    max-width: auto;
  }
}
.lower-entry.complete .complete_txtWrap {
  padding-top: 100px;
  padding-bottom: 100px;
  box-shadow: 0px 0px 40px 10px rgba(134, 101, 79, 0.1);
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .lower-entry.complete .complete_txtWrap {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
    box-shadow: 0px 0px 5.3333333333vw 1.3333333333vw rgba(134, 101, 79, 0.1);
  }
}
.lower-entry.complete .complete_head {
  margin-bottom: 53px;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  color: #f25b32;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .lower-entry.complete .complete_head {
    margin-bottom: 6.4vw;
    font-size: 5.3333333333vw;
  }
}
.lower-entry.complete .complete_txt {
  margin-bottom: 73px;
  font-size: 15px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .lower-entry.complete .complete_txt {
    margin-bottom: 9.0666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.92;
  }
}

.lower-contact {
  /*-------------------------------------------------------------------
  lower-headline
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  details
  /*-------------------------------------------------------------------*/
}
.lower-contact .lower-headline .lower-headline_img {
  top: 46px;
  right: 35px;
}
@media screen and (max-width: 768px) {
  .lower-contact .lower-headline .lower-headline_img {
    width: 37.4666666667vw;
    top: 8vw;
    right: 6.4vw;
  }
}
.lower-contact .lower-headline .lower-headline_ttl {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .lower-contact .lower-headline .lower-headline_ttl {
    letter-spacing: -0.04em;
  }
}
.lower-contact .details {
  padding-top: 188px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .lower-contact .details {
    padding-top: 24vw;
    padding-bottom: 0;
  }
}
.lower-contact .details .inner {
  max-width: 1240px;
}
@media screen and (max-width: 768px) {
  .lower-contact .details .inner {
    max-width: 100%;
    padding: 0;
  }
}
.lower-contact .details input,
.lower-contact .details button,
.lower-contact .details select,
.lower-contact .details textarea {
  border: none;
  border-radius: 0;
  outline: none;
  font: inherit;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.lower-contact .details textarea {
  resize: vertical;
}
.lower-contact .details input[type=checkbox],
.lower-contact .details input[type=radio] {
  display: none;
}
.lower-contact .details input[type=submit],
.lower-contact .details input[type=button],
.lower-contact .details label,
.lower-contact .details button,
.lower-contact .details select {
  cursor: pointer;
}
.lower-contact .details select::-ms-expand {
  display: none;
}
.lower-contact .details #form .form_message {
  margin-bottom: 68px;
  color: #222;
  line-height: 1.67;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower-contact .details #form .form_message {
    margin-bottom: 11.2vw;
    line-height: 2;
    font-size: 4vw;
  }
}
@media screen and (max-width: 860px) {
  .lower-contact .details #form .form_message .sp {
    display: block;
  }
}
.lower-contact .details #form .form_wrap {
  padding: 94px 100px 100px;
  color: #333;
  background-color: #fffcf5;
}
@media screen and (max-width: 768px) {
  .lower-contact .details #form .form_wrap {
    padding: 11.6vw 10.6666666667vw 13.3333333333vw;
  }
}
.lower-contact .details #form .form_listWrap {
  max-width: 100%;
  width: 100%;
  text-align: left;
}
.lower-contact .details #form .form_listWrap tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lower-contact .details #form .form_listWrap tbody {
    display: block;
  }
}
.lower-contact .details #form .form_listWrap .form_ttl {
  line-height: 2;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .lower-contact .details #form .form_listWrap .form_ttl {
    line-height: 1.76;
    font-size: 3.4666666667vw;
  }
}
.lower-contact .details #form .form_listWrap .form_txt {
  line-height: 1.625;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lower-contact .details #form .form_listWrap .form_txt {
    line-height: 1;
    font-size: 3.4666666667vw;
  }
}
.lower-contact .details #form .form_listWrap .required_ico {
  margin-left: 10px;
  padding: 0 13px 2px 11px;
  color: #fff;
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
  background-color: #f00;
}
@media screen and (max-width: 768px) {
  .lower-contact .details #form .form_listWrap .required_ico {
    display: inline-block;
    margin-left: 2.4vw;
    padding: 0.2666666667vw 2vw 0.4vw;
    font-size: 3.2vw;
  }
}
.lower-contact .details #form .form_listWrap .form_list {
  display: block;
  width: 100%;
  margin-bottom: 51px;
}
@media screen and (max-width: 768px) {
  .lower-contact .details #form .form_listWrap .form_list {
    margin-bottom: 9.3333333333vw;
  }
}
.lower-contact .details #form .form_listWrap .form_list:last-child {
  margin-bottom: 0;
}
.lower-contact .details #form .form_listWrap .form_list th,
.lower-contact .details #form .form_listWrap .form_list td {
  display: block;
  width: 100%;
}
.lower-contact .details #form .form_listWrap .form_list th {
  margin-bottom: 13px;
}
@media screen and (max-width: 768px) {
  .lower-contact .details #form .form_listWrap .form_list th {
    margin-bottom: 1.3333333333vw;
  }
}
.lower-contact .details #form .form_listWrap .width_medium {
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  .lower-contact .details #form .form_listWrap .width_medium {
    max-width: 100%;
  }
}
.lower-contact .details #form .form_listWrap input[type=text],
.lower-contact .details #form .form_listWrap select,
.lower-contact .details #form .form_listWrap textarea {
  width: 100%;
  padding: 9px 14px;
  border: 1px solid #d3d0cb;
  border-radius: 5px;
  font-size: 15px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .lower-contact .details #form .form_listWrap input[type=text],
.lower-contact .details #form .form_listWrap select,
.lower-contact .details #form .form_listWrap textarea {
    padding: 2vw 2.6666666667vw 2.2666666667vw;
    border: 0.2666666667vw solid #d3d0cb;
    border-radius: 1.3333333333vw;
    font-size: 3.4666666667vw;
  }
}
.lower-contact .details #form .form_listWrap select {
  background-image: url(/assets/images/form/arrow_bottom.png);
  background-repeat: no-repeat;
  background-position: right 13px center;
  background-size: 11px 8px;
}
@media screen and (max-width: 768px) {
  .lower-contact .details #form .form_listWrap select {
    background-position: right 2.6666666667vw center;
    background-size: 2vw 1.4666666667vw;
  }
}
.lower-contact .details #form .form_listWrap label {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .lower-contact .details #form .form_listWrap label {
    font-size: 3.4666666667vw;
  }
}
.lower-contact .details #form .form_listWrap .tr_inquiry textarea {
  min-height: 275px;
}
@media screen and (max-width: 768px) {
  .lower-contact .details #form .form_listWrap .tr_inquiry textarea {
    min-height: 68vw;
  }
}
.lower-contact .details #form .submission_area {
  text-align: center;
}
.lower-contact .details #form .agree_txt {
  display: flex;
  flex-wrap: wrap;
  margin-top: 71px;
  margin-bottom: 62px;
  line-height: 1.625;
  font-size: 16px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lower-contact .details #form .agree_txt {
    margin-top: 9.8666666667vw;
    margin-bottom: 9.8666666667vw;
    line-height: 1.38;
    font-size: 3.4666666667vw;
    align-items: flex-start;
  }
}
.lower-contact .details #form .agree_txt span:not(.error_txt) {
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .lower-contact .details #form .agree_txt span:not(.error_txt) {
    display: block;
    padding-left: 2.6666666667vw;
    text-align: left;
  }
}
.lower-contact .details #form .agree_txt .error_txt {
  display: block;
  width: 100%;
  color: #f00;
  line-height: 2;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .lower-contact .details #form .agree_txt .error_txt {
    line-height: 1.76;
    font-size: 3.4666666667vw;
  }
}
.lower-contact .details #form .agree_txt a {
  color: #268de5;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .lower-contact .details #form .agree_txt a:hover {
    text-decoration: none;
  }
}
.lower-contact .details #form .agree_txt .agree_check {
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(/assets/images/form/icon_check.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  cursor: pointer;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .lower-contact .details #form .agree_txt .agree_check {
    width: 5.2vw;
    height: 5.2vw;
  }
}
.lower-contact .details #form .agree_txt .agree_check:checked {
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .lower-contact .details #form .agree_txt .agree_check + label {
    width: calc(100% - 8vw);
  }
}
.lower-contact .details #form .submit_btn,
.lower-contact .details #form .backTop_btn {
  display: flex;
  width: 400px;
  height: 70px;
  margin: 0 auto;
  border: 1px solid #f34b1e;
  border-radius: 5px;
  color: #f34b1e;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lower-contact .details #form .submit_btn,
.lower-contact .details #form .backTop_btn {
    width: 78.6666666667vw;
    height: 13.3333333333vw;
    border: 0.2666666667vw solid #f34b1e;
    border-radius: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .lower-contact .details #form .submit_btn,
.lower-contact .details #form .backTop_btn {
    transition: all 0.2s;
  }
  .lower-contact .details #form .submit_btn:hover,
.lower-contact .details #form .backTop_btn:hover {
    color: #fff;
    background-color: #f34b1e;
  }
}
.lower-contact .details #form .back_btn {
  display: flex;
  width: 400px;
  height: 70px;
  margin: 0 auto;
  border: 1px solid #c8c8c8;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
  background-color: #fff;
  color: #c8c8c8;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lower-contact .details #form .back_btn {
    width: 78.6666666667vw;
    height: 13.3333333333vw;
    border: 0.2666666667vw solid #c8c8c8;
    border-radius: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 768px) {
  .lower-contact .details #form .back_btn {
    transition: all 0.2s;
  }
  .lower-contact .details #form .back_btn:hover {
    background-color: #c8c8c8;
    color: #fff;
  }
}
.lower-contact .breadcrumbs .inner {
  max-width: 1240px;
}
@media screen and (max-width: 768px) {
  .lower-contact .breadcrumbs .inner {
    max-width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1150px) {
  .lower-contact .details #form .form_form {
    padding: 94px 40px 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1035px) {
  .lower-contact .details #form .form_listWrap .width_medium {
    max-width: 400px;
  }
}
@media screen and (max-width: 950px) {
  .lower-contact .details #form .form_listWrap .width_medium {
    max-width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .lower-contact .details #form .form_listWrap tbody {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 950px) {
  .lower-contact .details #form .form_listWrap .form_list {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 950px) {
  .lower-contact .details #form .form_listWrap .tr_prefectures {
    margin-left: 0;
  }
}
.lower-contact .error_headTxt {
  display: none;
  margin-top: 18px;
  margin-bottom: 70px;
  color: #f00;
  line-height: 2;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .lower-contact .error_headTxt {
    margin-top: 4.4vw;
    margin-bottom: 9.0666666667vw;
    line-height: 1.92;
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .lower-contact .form_listWrap .form_list.error {
    margin-bottom: 8vw;
  }
}
.lower-contact .form_listWrap .error_txt {
  color: #f00;
  line-height: 2;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .lower-contact .form_listWrap .error_txt {
    line-height: 1.76;
    font-size: 3.4666666667vw;
  }
}

.lower-contact.confirm .confirm_message {
  margin-top: 12px;
  margin-bottom: 81px;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lower-contact.confirm .confirm_message {
    margin-top: 5.3333333333vw;
    margin-bottom: 9.3333333333vw;
    font-size: 4vw;
    line-height: 1.67;
  }
}
@media screen and (max-width: 768px) {
  .lower-contact.confirm .form_form {
    margin-right: -5.3333333333vw;
    margin-left: -5.3333333333vw;
  }
}
.lower-contact.confirm .confirm_listWrap {
  width: 100%;
  border-top: 1px solid #d3d0cb;
}
.lower-contact.confirm .confirm_list {
  border-bottom: 1px solid #d3d0cb;
}
@media screen and (max-width: 768px) {
  .lower-contact.confirm .confirm_list {
    display: block;
  }
}
.lower-contact.confirm th {
  padding-top: 25px;
  padding-right: 20px;
  padding-bottom: 25px;
  padding-left: 40px;
  width: 250px;
  font-size: 16px;
  line-height: 1.63;
  font-weight: 700;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .lower-contact.confirm th {
    display: block;
    padding-top: 3.7333333333vw;
    padding-right: 5.3333333333vw;
    padding-bottom: 0;
    padding-left: 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.92;
    width: 100%;
  }
}
.lower-contact.confirm td {
  padding-top: 23px;
  padding-right: 20px;
  padding-bottom: 23px;
  padding-left: 40px;
  width: calc(100% - 250px);
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .lower-contact.confirm td {
    display: block;
    padding-top: 0;
    padding-right: 5.3333333333vw;
    padding-bottom: 3.4666666667vw;
    padding-left: 5.3333333333vw;
    font-size: 3.4666666667vw;
    line-height: 1.92;
    width: 100%;
  }
}
.lower-contact.confirm .submission_area {
  display: flex;
  flex-direction: row-reverse;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .lower-contact.confirm .submission_area {
    display: block;
    margin-top: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .lower-contact.confirm .submission_area .back_btn {
    margin-top: 4vw !important;
  }
}

.lower-contact.complete .complete_inner {
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1040px;
}
@media screen and (max-width: 768px) {
  .lower-contact.complete .complete_inner {
    margin-top: 2.6666666667vw;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
    max-width: auto;
  }
}
.lower-contact.complete .complete_txtWrap {
  padding-top: 100px;
  padding-bottom: 100px;
  box-shadow: 0px 0px 40px 10px rgba(134, 101, 79, 0.1);
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .lower-contact.complete .complete_txtWrap {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
    box-shadow: 0px 0px 5.3333333333vw 1.3333333333vw rgba(134, 101, 79, 0.1);
  }
}
.lower-contact.complete .complete_head {
  margin-bottom: 53px;
  font-size: 24px;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  color: #f25b32;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .lower-contact.complete .complete_head {
    margin-bottom: 6.4vw;
    font-size: 5.3333333333vw;
    line-height: 1.2;
  }
}
.lower-contact.complete .complete_txt {
  margin-bottom: 73px;
  font-size: 15px;
  text-align: center;
  line-height: 2;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .lower-contact.complete .complete_txt {
    margin-bottom: 9.0666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.92;
  }
}

.lower-sample {
  /*-------------------------------------------------------------------
  lower-headline
  /*-------------------------------------------------------------------*/
  /*-------------------------------------------------------------------
  details
  /*-------------------------------------------------------------------*/
}
.lower-sample .lower-headline .lower-headline_img {
  top: -31px;
  right: 69px;
}
@media screen and (max-width: 768px) {
  .lower-sample .lower-headline .lower-headline_img {
    width: 38.2666666667vw;
    top: 2.9333333333vw;
    right: 4.8vw;
  }
}
.lower-sample .details {
  padding-top: 195px;
  padding-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .lower-sample .details {
    padding-top: 20.8vw;
    padding-bottom: 25.7333333333vw;
  }
}
.lower-sample .details .inner {
  position: relative;
}
.lower-sample .details #advantages {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .lower-sample .details #advantages {
    margin-bottom: 26.6666666667vw;
  }
}
.lower-sample .details #advantages .sec_ttlWrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lower-sample .details #advantages .sec_ttlWrap {
    margin-bottom: 10.6666666667vw;
  }
}
.lower-sample .details #advantages .advantages_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lower-sample .details #advantages .advantages_list {
    display: block;
  }
}
.lower-sample .details #advantages .advantages_listItem {
  padding-bottom: 33px;
  background-color: #fff;
  width: 400px;
  border-radius: 5px;
  box-shadow: 0px 0px 40px 10px rgba(134, 101, 79, 0.1);
}
@media screen and (max-width: 768px) {
  .lower-sample .details #advantages .advantages_listItem {
    padding-bottom: 33px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lower-sample .details #advantages .advantages_listItem + .advantages_listItem {
    margin-top: 8vw;
  }
}
.lower-sample .details #advantages .advantages_listImg {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lower-sample .details #advantages .advantages_listImg {
    display: block;
  }
}
.lower-sample .details #advantages .advantages_listHead {
  margin-bottom: 33px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: #f25b32;
  line-height: 1.33;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .lower-sample .details #advantages .advantages_listHead {
    margin-bottom: 3.8666666667vw;
    font-size: 5.3333333333vw;
    line-height: 1;
  }
}
.lower-sample .details #advantages .advantages_listItem:first-child .advantages_listHead {
  letter-spacing: 0;
}
.lower-sample .details #advantages .advantages_listTxt {
  margin-right: 10%;
  margin-left: 10%;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .lower-sample .details #advantages .advantages_listTxt {
    margin-right: 10.6666666667vw;
    margin-left: 10.6666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.92;
  }
}
.lower-sample .details #introduction .sec_ttlWrap {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .lower-sample .details #introduction .sec_ttlWrap {
    margin-bottom: 10.6666666667vw;
  }
}
.lower-sample .details #introduction .introduction_listItem {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .lower-sample .details #introduction .introduction_listItem {
    display: block;
  }
}
.lower-sample .details #introduction .introduction_listItem + .introduction_listItem {
  margin-top: 160px;
}
@media screen and (max-width: 768px) {
  .lower-sample .details #introduction .introduction_listItem + .introduction_listItem {
    margin-top: 23.0666666667vw;
  }
}
.lower-sample .details #introduction .introduction_listImg {
  max-width: 750px;
  width: calc(100% - 450px - 60px);
  height: 340px;
}
@media screen and (max-width: 768px) {
  .lower-sample .details #introduction .introduction_listImg {
    margin-bottom: 8.1333333333vw;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.lower-sample .details #introduction .introduction_listImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .lower-sample .details #introduction .introduction_listImg img {
    height: auto;
    -o-object-fit: none;
       object-fit: none;
  }
}
.lower-sample .details #introduction .introduction_listTxtBox {
  width: 450px;
}
@media screen and (max-width: 768px) {
  .lower-sample .details #introduction .introduction_listTxtBox {
    width: auto;
  }
}
.lower-sample .details #introduction .introduction_listHead {
  margin-bottom: 32px;
  font-size: 34px;
  color: #f25b32;
  font-weight: 700;
  line-height: 1.59;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 768px) {
  .lower-sample .details #introduction .introduction_listHead {
    margin-bottom: 7.2vw;
    font-size: 5.3333333333vw;
    line-height: 1;
    text-align: center;
  }
}
.lower-sample .details #introduction .introduction_listTxt {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .lower-sample .details #introduction .introduction_listTxt {
    font-size: 3.4666666667vw;
    line-height: 1.54;
  }
}
.lower-sample .details #introduction .introduction_illust {
  position: absolute;
}
.lower-sample .details #introduction .introduction_listItem:nth-child(odd) .introduction_listTxtBox {
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .lower-sample .details #introduction .introduction_listItem:nth-child(odd) .introduction_listTxtBox {
    margin-right: 5.3333333333vw;
    margin-left: 5.3333333333vw;
  }
}
.lower-sample .details #introduction .introduction_listItem:nth-child(even) {
  flex-direction: row-reverse;
}
.lower-sample .details #introduction .introduction_listItem:nth-child(even) .introduction_listTxtBox {
  margin-right: 60px;
}
@media screen and (max-width: 768px) {
  .lower-sample .details #introduction .introduction_listItem:nth-child(even) .introduction_listTxtBox {
    margin-right: 5.3333333333vw;
    margin-left: 5.3333333333vw;
  }
}
.lower-sample .details #introduction .introduction_listItem.item01 .introduction_illust {
  top: -38px;
  right: -17px;
}
@media screen and (min-width: 768px) {
  .lower-sample .details #introduction .introduction_listItem.item02 .introduction_listTxtBox {
    width: 420px;
  }
}
.lower-sample .details #introduction .introduction_listItem.item02 .introduction_illust {
  top: -39px;
  left: -32px;
}
.lower-sample .details #introduction .introduction_listItem.item03 .introduction_illust {
  top: -29px;
  right: 37px;
}
@media screen and (min-width: 768px) {
  .lower-sample .details #introduction .introduction_listItem.item04 .introduction_listTxtBox {
    width: 420px;
  }
}
.lower-sample .details #introduction .introduction_listItem.item04 .introduction_illust {
  top: 1px;
  left: -22px;
}
.lower-sample .details #introduction .introduction_listItem.item05 .introduction_illust {
  top: 0px;
  right: 156px;
}