@charset "UTF-8";


@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
/* reset //////////////////////////////////// */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ul,
ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

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

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

/* common layout //////////////////////////////////// */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  color: #333;
  font-family: YakuHanJP, Noto Sans JP, sans-serif;
  font-size: 1.6rem;
  line-height: 2.0;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  color: #333;
}

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

@media screen and (min-width: 768px) {
  .pc__none {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .sp__none {
    display: none !important;
  }
}

.site-inner {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px;
}

@media screen and (min-width: 768px) {
  .site-inner {
    padding: 0 1.5rem;
  }
  .site-inner.-s {
    max-width: 980px;
  }
  .site-inner.-m {
    max-width: 980px;
  }
}

@media screen and (max-width: 767px) {
  .site-inner {
    padding: 0 2.0rem;
  }
  .site-inner .site-inner {
    padding: 0;
  }
}

.ui-ta__left {
  text-align: left;
}

.ui-ta__center {
  text-align: center;
}

.ui-ta__right {
  text-align: right;
}

.ui-center {
  display: table;
  margin: 0 auto;
}

.ui-fs__xs {
  font-size: 1.2rem;
}

.ui-fs__s {
  font-size: 1.3rem;
}

.ui-fs__m {
  font-size: 1.6rem;
}

.ui-fs__l {
  font-size: 1.8rem;
}

.ui-fs__xl {
  font-size: 2.0rem;
}

.ui-fs__xxl {
  font-size: 2.4rem;
}

.ui-none-border__t {
  border-top: none !important;
}

@media screen and (max-width: 767px) {
  .ui-fs__xs {
    font-size: 1.0rem;
  }
  .ui-fs__s {
    font-size: 1.2rem;
  }
  .ui-fs__m {
    font-size: 1.4rem;
  }
  .ui-fs__l {
    font-size: 1.6rem;
  }
  .ui-fs__xl {
    font-size: 1.8rem;
  }
  .ui-fs__xxl {
    font-size: 2.0rem;
  }
}

.ui-fw__bold {
  font-weight: bold;
}

.ui-link__btn {
  text-align: center;
  font-size: 1.8rem;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.ui-link__btn a {
  display: block;
  text-decoration: none;
  background: #FFB027;
  color: #fff;
  padding: 3.0rem 0;
  text-align: center;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .ui-link__btn a {
    width: 42rem;
  }
}

.ui-link__btn a::after {
  content: "";
  background: url(/common/images/ui_btn_arrow_01.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.5rem;
  height: 100%;
  width: 3.0rem;
}

@media screen and (max-width: 767px) {
  .ui-link__btn a {
    padding: 2.0rem 0;
  }
  .ui-link__btn a::after {
    right: 1.5rem;
    width: 2.0rem;
  }
}

@media screen and (min-width: 768px) {
  .ui-link__btn.-small a {
    padding: 1.5rem 3.0rem;
    width: auto;
    font-size: 1.3rem;
  }
  .ui-link__btn.-small a::after {
    width: 2.0rem;
    right: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .ui-link__btn {
    font-size: 1.6rem;
  }
}

.ui-link__btn__02 {
  text-align: center;
}

.ui-link__btn__02 a {
  position: relative;
  display: block;
  margin: auto;
  text-decoration: none;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  background: #FFB027;
  font-size: 2.0rem;
  padding: 2.0rem 0;
}

@media screen and (min-width: 768px) {
  .ui-link__btn__02 a {
    width: 460px;
  }
}

@media screen and (max-width: 767px) {
  .ui-link__btn__02 a {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
}

.ui-link__btn__02 a::after {
  content: "";
  cursor: pointer;
  background: url(/common/images/ui_btn_arrow_01.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.5rem;
  height: 100%;
  width: 3.0rem;
}

@media screen and (max-width: 767px) {
  .ui-link__btn__02 a::after {
    width: 2.0rem;
    right: 1.5rem;
  }
}

.ui-link__btn__03 {
  text-align: center;
}

.ui-link__btn__03 a {
  position: relative;
  display: block;
  margin: auto;
  text-decoration: none;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  background: #FFB027;
  font-size: 2.0rem;
  padding: 2.0rem 0;
}

@media screen and (max-width: 767px) {
  .ui-link__btn__03 a {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
}

.ui-mg__0 {
  margin: 0rem !important;
}

.ui-pd__0 {
  padding: 0rem !important;
}

.ui-mt__0 {
  margin-top: 0rem !important;
}

.ui-pt__0 {
  padding-top: 0rem !important;
}

.ui-mr__0 {
  margin-right: 0rem !important;
}

.ui-pr__0 {
  padding-right: 0rem !important;
}

.ui-mb__0 {
  margin-bottom: 0rem !important;
}

.ui-pb__0 {
  padding-bottom: 0rem !important;
}

.ui-ml__0 {
  margin-left: 0rem !important;
}

.ui-pl__0 {
  padding-left: 0rem !important;
}

.ui-mg__5 {
  margin: 0.5rem !important;
}

.ui-pd__5 {
  padding: 0.5rem !important;
}

.ui-mt__5 {
  margin-top: 0.5rem !important;
}

.ui-pt__5 {
  padding-top: 0.5rem !important;
}

.ui-mr__5 {
  margin-right: 0.5rem !important;
}

.ui-pr__5 {
  padding-right: 0.5rem !important;
}

.ui-mb__5 {
  margin-bottom: 0.5rem !important;
}

.ui-pb__5 {
  padding-bottom: 0.5rem !important;
}

.ui-ml__5 {
  margin-left: 0.5rem !important;
}

.ui-pl__5 {
  padding-left: 0.5rem !important;
}

.ui-mg__10 {
  margin: 1rem !important;
}

.ui-pd__10 {
  padding: 1rem !important;
}

.ui-mt__10 {
  margin-top: 1rem !important;
}

.ui-pt__10 {
  padding-top: 1rem !important;
}

.ui-mr__10 {
  margin-right: 1rem !important;
}

.ui-pr__10 {
  padding-right: 1rem !important;
}

.ui-mb__10 {
  margin-bottom: 1rem !important;
}

.ui-pb__10 {
  padding-bottom: 1rem !important;
}

.ui-ml__10 {
  margin-left: 1rem !important;
}

.ui-pl__10 {
  padding-left: 1rem !important;
}

.ui-mg__15 {
  margin: 1.5rem !important;
}

.ui-pd__15 {
  padding: 1.5rem !important;
}

.ui-mt__15 {
  margin-top: 1.5rem !important;
}

.ui-pt__15 {
  padding-top: 1.5rem !important;
}

.ui-mr__15 {
  margin-right: 1.5rem !important;
}

.ui-pr__15 {
  padding-right: 1.5rem !important;
}

.ui-mb__15 {
  margin-bottom: 1.5rem !important;
}

.ui-pb__15 {
  padding-bottom: 1.5rem !important;
}

.ui-ml__15 {
  margin-left: 1.5rem !important;
}

.ui-pl__15 {
  padding-left: 1.5rem !important;
}

.ui-mg__20 {
  margin: 2rem !important;
}

.ui-pd__20 {
  padding: 2rem !important;
}

.ui-mt__20 {
  margin-top: 2rem !important;
}

.ui-pt__20 {
  padding-top: 2rem !important;
}

.ui-mr__20 {
  margin-right: 2rem !important;
}

.ui-pr__20 {
  padding-right: 2rem !important;
}

.ui-mb__20 {
  margin-bottom: 2rem !important;
}

.ui-pb__20 {
  padding-bottom: 2rem !important;
}

.ui-ml__20 {
  margin-left: 2rem !important;
}

.ui-pl__20 {
  padding-left: 2rem !important;
}

.ui-mg__25 {
  margin: 2.5rem !important;
}

.ui-pd__25 {
  padding: 2.5rem !important;
}

.ui-mt__25 {
  margin-top: 2.5rem !important;
}

.ui-pt__25 {
  padding-top: 2.5rem !important;
}

.ui-mr__25 {
  margin-right: 2.5rem !important;
}

.ui-pr__25 {
  padding-right: 2.5rem !important;
}

.ui-mb__25 {
  margin-bottom: 2.5rem !important;
}

.ui-pb__25 {
  padding-bottom: 2.5rem !important;
}

.ui-ml__25 {
  margin-left: 2.5rem !important;
}

.ui-pl__25 {
  padding-left: 2.5rem !important;
}

.ui-mg__30 {
  margin: 3rem !important;
}

.ui-pd__30 {
  padding: 3rem !important;
}

.ui-mt__30 {
  margin-top: 3rem !important;
}

.ui-pt__30 {
  padding-top: 3rem !important;
}

.ui-mr__30 {
  margin-right: 3rem !important;
}

.ui-pr__30 {
  padding-right: 3rem !important;
}

.ui-mb__30 {
  margin-bottom: 3rem !important;
}

.ui-pb__30 {
  padding-bottom: 3rem !important;
}

.ui-ml__30 {
  margin-left: 3rem !important;
}

.ui-pl__30 {
  padding-left: 3rem !important;
}

.ui-mg__35 {
  margin: 3.5rem !important;
}

.ui-pd__35 {
  padding: 3.5rem !important;
}

.ui-mt__35 {
  margin-top: 3.5rem !important;
}

.ui-pt__35 {
  padding-top: 3.5rem !important;
}

.ui-mr__35 {
  margin-right: 3.5rem !important;
}

.ui-pr__35 {
  padding-right: 3.5rem !important;
}

.ui-mb__35 {
  margin-bottom: 3.5rem !important;
}

.ui-pb__35 {
  padding-bottom: 3.5rem !important;
}

.ui-ml__35 {
  margin-left: 3.5rem !important;
}

.ui-pl__35 {
  padding-left: 3.5rem !important;
}

.ui-mg__40 {
  margin: 4rem !important;
}

.ui-pd__40 {
  padding: 4rem !important;
}

.ui-mt__40 {
  margin-top: 4rem !important;
}

.ui-pt__40 {
  padding-top: 4rem !important;
}

.ui-mr__40 {
  margin-right: 4rem !important;
}

.ui-pr__40 {
  padding-right: 4rem !important;
}

.ui-mb__40 {
  margin-bottom: 4rem !important;
}

.ui-pb__40 {
  padding-bottom: 4rem !important;
}

.ui-ml__40 {
  margin-left: 4rem !important;
}

.ui-pl__40 {
  padding-left: 4rem !important;
}

.ui-mg__45 {
  margin: 4.5rem !important;
}

.ui-pd__45 {
  padding: 4.5rem !important;
}

.ui-mt__45 {
  margin-top: 4.5rem !important;
}

.ui-pt__45 {
  padding-top: 4.5rem !important;
}

.ui-mr__45 {
  margin-right: 4.5rem !important;
}

.ui-pr__45 {
  padding-right: 4.5rem !important;
}

.ui-mb__45 {
  margin-bottom: 4.5rem !important;
}

.ui-pb__45 {
  padding-bottom: 4.5rem !important;
}

.ui-ml__45 {
  margin-left: 4.5rem !important;
}

.ui-pl__45 {
  padding-left: 4.5rem !important;
}

.ui-mg__50 {
  margin: 5rem !important;
}

.ui-pd__50 {
  padding: 5rem !important;
}

.ui-mt__50 {
  margin-top: 5rem !important;
}

.ui-pt__50 {
  padding-top: 5rem !important;
}

.ui-mr__50 {
  margin-right: 5rem !important;
}

.ui-pr__50 {
  padding-right: 5rem !important;
}

.ui-mb__50 {
  margin-bottom: 5rem !important;
}

.ui-pb__50 {
  padding-bottom: 5rem !important;
}

.ui-ml__50 {
  margin-left: 5rem !important;
}

.ui-pl__50 {
  padding-left: 5rem !important;
}

@media screen and (min-width: 768px) {
  .ui-hover {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 0;
    -webkit-transition: background-color .5s,color .5s;
    transition: background-color .5s,color .5s;
    pointer-events: auto;
  }
  .ui-hover:after, .ui-hover:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .ui-hover:before {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFD15D;
    z-index: -1;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
  .ui-hover:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
  }
  .ui-hover:hover {
    background-color: #FFD15D;
    -webkit-transition: background-color .5s,color .5s;
    transition: background-color .5s,color .5s;
  }
  .ui-hover:hover:before {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
}

.sec-ttl__gr, .sec-ttl__02 .sec-ttl__gr-02, .sec-ttl__03 .sec-ttl__gr-03, .sec-ttl__04 .sec-ttl__gr-04 {
  display: block;
  color: #FFB027;
  font-weight: bold;
}

.sec-wrapper {
  padding: 5.0rem 0;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .sec-wrapper {
    padding: 5.0rem 0;
  }
}

.sec-wrapper.-green {
  background: #e4f2e5;
}

.sec-wrapper.-gray {
  background: #f5f5f5;
}

.sec-wrapper__02 {
  padding: 5.0rem 0;
}

.sec-wrapper__02 + .sec-wrapper__02 {
  border-top: 1px solid #ddd;
}

.sec-ttl + .sec-wrapper__02 {
  padding-top: 0;
}

.sec-wrapper__02:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .sec-wrapper__02 {
    padding: 3.0rem 0;
  }
}

/* .sec-ttl {
  text-align: center;
  font-size: 5.0rem;
  margin-bottom: 3.0rem;
}

@media screen and (max-width: 767px) {
  .sec-ttl {
    font-size: 3.5rem;
  }
} */

.sec-ttl {
  text-align: center;
  font-size: 5.0rem;
  margin-bottom: 3.0rem;
  /* color: #FFB027; */
  color: #333333;
}

@media screen and (max-width: 767px) {
  .sec-ttl {
    font-size: 3.5rem;
  }
}

.sec-ttl sub {
  display: block;
  color: #FFB027;
  font-size: 40%;
}

.sec-ttl__02 {
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 3.0rem;
  position: relative;
  color: #2c402d;
  margin-bottom: 5.0rem;
}

.sec-ttl__02::after {
  content: "";
  display: block;
  background: #FFB027;
  width: 2.5rem;
  height: 2px;
  margin: 1.5rem auto 0;
}

@media screen and (max-width: 767px) {
  .sec-ttl__02 {
    font-size: 2.4rem;
    margin-bottom: 3.0rem;
  }
}

.sec-ttl__03 {
  font-size: 2.6rem;
  margin-bottom: 3.0rem;
  position: relative;
  margin-bottom: 3.0rem;
  border-bottom: 2px solid #ddd;
  padding-bottom: 0.3em;
}

.sec-ttl__03::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 2.0rem;
  height: 2px;
  background: #2c402d;
}

@media screen and (max-width: 767px) {
  .sec-ttl__03 {
    font-size: 2.0rem;
  }
}

.sec-ttl__04 {
  text-align: center;
  margin-bottom: 3.0rem;
  position: relative;
}

.sec-ttl__04 .sec-ttl__sub {
  font-size: 1.8rem;
  display: block;
}

.sec-ttl__04::after {
  content: "";
  display: block;
  background: #FFB027;
  width: 2.5rem;
  height: 0.25rem;
  margin: 1.5rem auto 0;
}

@media screen and (max-width: 767px) {
  .sec-ttl__04 {
    font-size: 2.4rem;
  }
}

.sec-list__item a {
  display: block;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .sec-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -1.0rem -3.0rem;
  }
  .sec-list__item {
    padding: 1.0rem 3.0rem;
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .sec-list__item + .sec-list__item {
    margin-top: 1.5rem;
  }
}

.sec-list__box {
  max-width: 980px;
  margin: auto;
}

.sec-list__ttl, .sec-list__sub-ttl {
  text-align: center;
  color: #fff;
  padding: 0.5em 0;
  display: block;
}

.sec-list__ttl {
  font-size: 2.4rem;
  color: #FFB027;
  border: 1px solid #FFB027;
}

@media screen and (max-width: 767px) {
  .sec-list__ttl {
    font-size: 1.8rem;
  }
}

.sec-list__sub-ttl {
  font-size: 1.8rem;
  background: #FFB027;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .sec-list__sub-ttl {
    font-size: 1.6rem;
  }
}

.sec-list__txt {
  padding: 1.0rem;
}

.sec-step__item:not(.-desc) {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .sec-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 -2.0rem;
  }
  .sec-step__item {
    width: calc((100% - 80px) / 3);
    margin-bottom: 2.0rem;
    position: relative;
  }
  .sec-step__item.-desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 2.0rem;
  }
  .sec-step__item:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -4.0rem;
    top: 0;
    width: 4.0rem;
    height: 100%;
    background: url(/common/images/ui_step_arrow.svg) no-repeat center 35%;
  }
  .sec-step__item:nth-child(3)::after {
    content: "";
    position: absolute;
    right: -4.0rem;
    top: 0;
    width: 4.0rem;
    height: 100%;
    background: url(/common/images/ui_step_arrow.svg) no-repeat center 35%;
  }
  .sec-step__item:nth-child(4)::before, .sec-step__item:last-child::before {
    background: none;
  }
}

@media screen and (max-width: 767px) {
  .sec-step__item + .sec-step__item {
    margin-top: 2.0rem;
  }
}

.sec-step__box {
  padding: 2.0rem;
}

.sec-step__num {
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 0.3em 0;
  display: block;
  background: #FFB027;
}

.sec-step__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 1.0rem;
  color: #2c402d;
}

@media screen and (max-width: 767px) {
  .sec-step__ttl {
    font-size: 1.8rem;
  }
}

.-desc .sec-step__ttl {
  font-size: 1.8rem;
}

.sec-step__txt {
  font-size: 1.3rem;
}

.sec-image__box {
  padding: 5.0rem 1.5rem;
  background: #ddd;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .sec-image__box {
    padding: 1.5rem;
  }
}

.sec-tria {
  padding: 0rem 0 5.0rem;
}

@media screen and (max-width: 767px) {
  .sec-tria {
    padding: 0rem;
  }
}

.sec-table {
  max-width: 460px;
  margin: auto;
}

.sec-table table {
  width: 100%;
}

.sec-table table th,
.sec-table table td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 2.0rem;
}

@media screen and (max-width: 767px) {
  .sec-table table th,
  .sec-table table td {
    padding: 1.0rem;
  }
}

.sec-table table th {
  background: #FFB027;
  color: #fff;
}

.sec-table table td {
  background: #fff;
}

.sec-table__02 table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.sec-table__02 table th,
.sec-table__02 table td {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 2.0rem;
}

@media screen and (max-width: 767px) {
  .sec-table__02 table th,
  .sec-table__02 table td {
    padding: 1.0rem;
  }
}

.sec-table__02 table th {
  text-align: left;
  background: #f5f5f5;
  min-width: 10rem;
}

.sec-table__02 table td {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .sec-table__02 table td {
    border-top: none;
  }
}

.sec-table__02.-contact table {
  border: none;
}

@media screen and (min-width: 768px) {
  .sec-table__02.-contact th {
    width: 30%;
    vertical-align: top;
  }
}

@media screen and (max-width: 767px) {
  .sec-table__02.-contact th,
  .sec-table__02.-contact td {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .sec-table__02.-contact tr {
    display: block;
  }
  .sec-table__02.-contact tr + .sec-table__02.-contact tr {
    margin-top: 1.0rem;
  }
}

@media screen and (max-width: 767px) {
  .sec-table__02.-contact tr + tr {
    margin-top: 2.0rem;
  }
}

.sec-table__02.-contact input[type=text],
.sec-table__02.-contact input[type=email],
.sec-table__02.-contact input[type=tel],
.sec-table__02.-contact select,
.sec-table__02.-contact textarea {
  -webkit-appearance: none;
  border: 1px solid #888;
  padding: 1.0rem;
  border-radius: 3px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .sec-table__02.-contact input[type=text],
  .sec-table__02.-contact input[type=email],
  .sec-table__02.-contact input[type=tel],
  .sec-table__02.-contact select,
  .sec-table__02.-contact textarea {
    width: 100%;
  }
}

.sec-table__02.-contact select {
  cursor: pointer;
  position: relative;
}

.sec-table__02.-contact select::-ms-expand {
  display: none;
}

@media screen and (max-width: 767px) {
  .sec-table__02.-job th {
    min-width: 10rem;
  }
}

.sec-page-link {
  border-bottom: 1px solid #ddd;
}

.sec-page-link__list {
  max-width: 800px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 2.0rem;
}

.sec-page-link__item a {
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  padding: 0 2.0rem 0 0;
  line-height: 1.6;
  display: block;
  background: url(/common/images/ui_btn_arrow_03.svg) no-repeat center right;
}

@media screen and (min-width: 768px) {
  .sec-page-link__item a {
    font-size: 1.8rem;
  }
  .sec-page-link__item a:hover {
    text-decoration: underline;
  }
}

.sec__message {
  margin: 0 auto;
  text-align: center;
  font-size: 2.0rem;
}

.sec__message--txt, .sec__message--txt2 {
  font-weight: bold;
  font-size: 2.4rem;
  color: #333333;
}

.sec__message--txtdetail {
  margin-top: 0.8rem;
  font-weight: normal;
  font-size: 1.6rem;
  color: #000000;
  line-height: 2;
}

@media (max-width: 767px) {
  .sec__message--txt {
    font-size: 2.1rem;
  }

  .sec__message--txt2 {
    font-size: 1.8rem;
  }

  .sec__message--txtdetail {
    font-size: 1.4rem;
  }
}


.sec__message span {
  font-size: 3rem;
}

@media screen and (min-width: 768px) {
  .sec__message {
    width: 62%;
  }
}

@media screen and (max-width: 767px) {
  .sec__message {
    width: 100%;
  }
}

/* Form //////////////////////////////////// */
.form__th {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form__ico {
  background: #ddd;
  font-size: 1.3rem;
  width: 6.0rem;
  line-height: 2.2;
  font-weight: normal;
  text-align: center;
  margin-left: 1.0rem;
}

.form__ico.-require {
  color: #fff;
  background: #333;
}

.form__select {
  position: relative;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .form__select.-type {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .form__select {
    width: 100%;
  }
}

.form__select select {
  width: 100%;
  padding-right: 3.5rem;
}

.form__select::after {
  content: "▼";
  position: absolute;
  top: 50%;
  font-size: 1.2rem;
  right: 1.0rem;
  margin-top: -1.0em;
  line-height: 2.0rem;
}

.form__checkbox {
  display: inline-block;
  position: relative;
  padding-left: 2.0rem;
  margin-bottom: 2.3rem;
  cursor: pointer;
  font-weight: bold;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 768px) {
  .form__checkbox {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}

@media screen and (max-width: 767px) {
  .form__checkbox {
    font-size: 1.5rem;
    line-height: 2.2rem;
  }
}

.form__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.form__checkbox input:checked ~ .form__checkbox-icon:after {
  display: block;
}

.form__checkbox-icon {
  position: absolute;
  left: 0;
  height: 1.6rem;
  width: 1.6rem;
  margin: auto;
  background-color: #f5f5f5;
  border-radius: 0.3rem;
  border: 1px solid #7c7c7c;
}

@media screen and (min-width: 768px) {
  .form__checkbox-icon {
    top: 9px;
  }
}

@media screen and (max-width: 767px) {
  .form__checkbox-icon {
    top: 3px;
  }
}

.form__checkbox-icon::after {
  content: "";
  position: absolute;
  display: none;
  left: 0.5rem;
  top: 0.2rem;
  width: 0.4rem;
  height: 0.8rem;
  border: solid #7c7c7c;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px) {
  .form__input.-name input {
    width: 100%;
  }
  .form__input.-email input {
    width: 100%;
  }
  .form__input.-address input {
    width: 100%;
  }
  .form__input.-tel input {
    width: 100%;
  }
  .form__textarea.-contact textarea {
    width: 100%;
  }
}

.form__input {
  position: relative;
}

.form__submit {
  display: block;
  text-decoration: none;
  background: #FFB027;
  color: #fff;
  text-align: center;
  position: relative;
  border-radius: 3px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .form__submit {
    padding: 3rem 0;
    width: 42rem;
  }
}

@media screen and (max-width: 767px) {
  .form__submit {
    padding: 2rem 0;
  }
}

.form__submit::after {
  content: "";
  cursor: pointer;
  background: url(/common/images/ui_btn_arrow_01.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.5rem;
  height: 100%;
  width: 3.0rem;
}

@media screen and (max-width: 767px) {
  .form__submit::after {
    width: 2.0rem;
    right: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .form__submit:hover {
    background-color: #FFD15D;
    -webkit-transition: background-color .5s,color .5s;
    transition: background-color .5s,color .5s;
  }
  .form__submit:hover:before {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
  }
}

.form__submit input[type=button],
.form__submit input[type=submit] {
  cursor: pointer;
  width: 100%;
  display: block;
  -webkit-appearance: none;
  border: none;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  font-size: 2.0rem;
  background: transparent;
}

.form__submit input[type=button]:focus, .form__submit input[type=button]:active,
.form__submit input[type=submit]:focus,
.form__submit input[type=submit]:active {
  border: none;
  outline: 0;
}

@media screen and (max-width: 767px) {
  .form__submit input[type=button],
  .form__submit input[type=submit] {
    font-size: 1.8rem;
    padding: 1.5rem 0;
  }
}

.form__info {
  width: 100%;
  overflow-y: scroll;
  background: #f5f5f5;
  height: 280px;
}

@media screen and (min-width: 768px) {
  .form__info {
    padding: 3.0rem;
  }
}

@media screen and (max-width: 767px) {
  .form__info {
    padding: 1.5rem;
  }
}

.form__textarea {
  position: relative;
}

/* TOP //////////////////////////////////// */
.top-mv {
  background: url(/top/images/mv_bg.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
  padding: 35% 0 0;
}

.top-mv__ttl {
  position: absolute;
  font-weight: normal;
}

.top-mv__ttl {
  top: 32%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.5rem;
}

@media screen and (min-width: 768px) {
  .top-mv {
    color: #000;
  }
}

/* Recruit //////////////////////////////////// */
.recruit-interview {
  max-width: 730px;
  margin: 0 auto;
  vertical-align: top;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .recruit-interview {
    max-width: 100%;
  }
}

.recruit-interview__item {
  text-align: center;
}

.recruit-interview__item + .recruit-interview__item {
  margin-left: 6.5%;
}

@media screen and (min-width: 768px) {
  .recruit-interview__item {
    width: 212px;
  }
}

@media screen and (max-width: 767px) {
  .recruit-interview__item {
    width: 100%;
  }
  .recruit-interview__item + .recruit-interview__item {
    margin-top: 0;
  }
}

.recruit-interview__item a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.recruit-interview__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.0rem;
  border: 1px solid #707070;
  padding: 0.5rem;
  position: relative;
  width: 212px;
  height: 212px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .recruit-interview__image {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .recruit-interview__image {
    display: block;
  }
}

.recruit-interview__image::after {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  border: 1px solid #707070;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .recruit-interview__image::after {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
    height: 95%;
  }
}

.recruit-interview__image::before {
  content: '';
  height: 6px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .recruit-interview__image::before {
    height: 3px;
  }
}

.recruit-interview__image img {
  width: 136px;
  margin-bottom: -1.2rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .recruit-interview__image img {
    max-width: 136px;
    width: auto;
    margin-top: 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  .recruit-interview__image img {
    width: auto;
    height: 120px;
  }
}

.recruit-interview__image.-design img {
  margin-right: -80px;
}

.recruit-interview__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.recruit-interview__position {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .recruit-interview__position {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .recruit-interview__position {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}

.recruit-interview__name {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 768px) {
  .recruit-interview__name {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .recruit-interview__name {
    font-size: 1.6rem;
    line-height: 2.2rem;
  }
}

.recruit-interview__age {
  font-size: 1.3rem;
}

.recruit-interview__btn a {
  position: relative;
  display: block;
  text-decoration: none;
  background: #2c402d;
  color: #fff;
  padding: 1.2em 0;
}

/* Corporate //////////////////////////////////// */
@media screen and (max-width: 767px) {
  .corporate-vision {
    padding: 0rem 2.0rem;
  }
}

@media screen and (max-width: 767px) {
  .corporate-value {
    padding: 0rem 2.0rem;
  }
}

.corporate-identity__list {
  max-width: 1000px;
  margin: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .corporate-identity__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .corporate-identity__item {
    width: 30%;
  }
}

@media screen and (max-width: 767px) {
  .corporate-identity__item + .corporate-identity__item {
    margin-top: 3.0rem;
  }
}

.corporate__ttl {
  text-align: center;
  font-weight: bold;
  font-size: 3.0rem;
  margin-bottom: 1.0rem;
}

@media screen and (max-width: 767px) {
  .corporate__ttl {
    font-size: 2.0rem;
  }
}

.corporate__txt {
  display: table;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .corp-item-image {
    width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .corp-item-image {
    width: 100%;
    margin: 0 auto;
  }
}

.philo-item__title {
  font-size: 3.0rem;
  color: #FFB027;
  line-height: 1.3;
  font-weight: bold;
}

@media (max-width: 767px) {
  .philo-item__title {
    font-size: 2.5rem;
  }
}

@media (max-width: 639px) {
  .philo-item__title {
    font-size: 2.3rem;
  }
}

/* Interview //////////////////////////////////// */
.interview-profile__box {
  margin: auto;
}

@media screen and (min-width: 768px) {
  .interview-profile__box {
    max-width: 980px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.interview-profile__box figure {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .interview-profile__box figure {
    width: 40%;
    margin: 0 auto;
  }
}

.interview-profile__detail {
  border: 3px solid #ddd;
  border-radius: 8px;
  padding: 3.0rem;
  position: relative;
}

@media screen and (min-width: 768px) {
  .interview-profile__detail {
    width: 500px;
    margin-left: 5.0rem;
  }
}

@media screen and (max-width: 767px) {
  .interview-profile__detail {
    padding: 2.0rem;
  }
}

.interview-profile__position {
  position: absolute;
  top: -1.5rem;
  left: 3.0rem;
  background: #FFB027;
  color: #fff;
  display: inline-block;
  padding: 0 0.8rem;
  line-height: 3.0rem;
  font-weight: bold;
  border-radius: 3px;
}

.interview-profile__name {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .interview-profile__name {
    font-size: 2.4rem;
  }
}

.interview-profile__age {
  font-size: 1.6rem;
  margin-bottom: 1.0rem;
}

@media screen and (max-width: 767px) {
  .interview-profile__age {
    font-size: 1.4rem;
  }
}

.interview-profile__txt {
  font-size: 1.3rem;
}

.interview-qa__box {
  max-width: 980px;
  margin: 0 auto;
}

.interview-qa__item + .interview-qa__item {
  margin-top: 5.0rem;
}

.interview-qa__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 0 1.0rem;
}

@media screen and (max-width: 767px) {
  .interview-qa__question {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.interview-qa__num {
  color: #FFB027;
  font-size: 3.6rem;
  position: relative;
  line-height: 1.6;
  margin: 0 1.0rem 0 0;
}

.interview-qa__num::after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  background: #FFB027;
}

@media screen and (max-width: 767px) {
  .interview-qa__num {
    font-size: 2.6rem;
  }
}

.interview-qa__q {
  padding: 0.5rem 0 0;
  font-weight: bold;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .interview-qa__q {
    font-size: 2.0rem;
    line-height: 2.3;
  }
}

.interview-qa__answer {
  padding: 3.0rem;
  border-radius: 8px;
}

@media screen and (max-width: 767px) {
  .interview-qa__answer {
    padding: 1.5rem;
  }
}

.product__box {
  max-width: 950px;
  margin: auto;
  position: relative;
}

.product__caption {
  text-align: center;
  font-weight: bold;
  margin: 0 auto 1.5rem;
  font-size: 1.4rem;
  line-height: 1.6;
}

.product__image {
  text-align: center;
}

/* Bnr //////////////////////////////////// */
.bnr__box {
  max-width: 820px;
}

@media screen and (min-width: 768px) {
  .bnr__box {
    margin: 2.0rem auto 2.8rem;
  }
}

@media screen and (min-width: 768px) {
  .bnr__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

.bnr__item {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .bnr__item {
    max-width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 0 1rem;
  }
}

@media screen and (max-width: 767px) {
  .bnr__item + .bnr__item {
    margin-top: 2rem;
  }
}

.bnr__item a {
  text-decoration: none;
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bnr__item a img {
    width: 100%;
    display: block;
  }
}

.bnr__item span {
  font-weight: bold;
  color: #2d402d;
  display: block;
}

@media screen and (min-width: 768px) {
  .bnr__item span {
    font-size: 1.8rem;
    line-height: 2.2rem;
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 767px) {
  .bnr__item span {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-top: 1rem;
  }
}

/* Swiper */
.swiper-container .swiper-button-prev,
.swiper-container .swiper-button-next {
  background-image: none;
  width: 27px;
  height: 27px;
}

@media screen and (max-width: 767px) {
  .swiper-container .swiper-button-prev,
  .swiper-container .swiper-button-next {
    width: 15px;
    height: 15px;
  }
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  border: solid #FFB027;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 15px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    padding: 10px;
  }
}

.swiper-container .swiper-button-next {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swiper-container .swiper-button-prev {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.swiper-container figure + figure {
  margin-top: 3.0rem;
}

.swiper-arrow .swiper-button-prev,
.swiper-arrow .swiper-button-next {
  background-image: none;
  width: 24px;
  height: 24px;
}

@media screen and (max-width: 767px) {
  .swiper-arrow .swiper-button-prev,
  .swiper-arrow .swiper-button-next {
    width: 15px;
    height: 15px;
  }
}

.swiper-arrow .swiper-button-next,
.swiper-arrow .swiper-button-prev {
  border: solid #FFB027;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 10px;
  position: absolute;
}

.swiper-arrow .swiper-button-next {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.swiper-arrow .swiper-button-prev {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.swiper-arrow figure + figure {
  margin-top: 3.0rem;
}

@media screen and (min-width: 768px) {
  .swiper-arrow .swiper-button-prev, .swiper-arrow .swiper-container-rtl .swiper-button-next {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .swiper-arrow .swiper-button-prev, .swiper-arrow .swiper-container-rtl .swiper-button-next {
    left: -8px;
  }
}

@media screen and (min-width: 768px) {
  .swiper-arrow .swiper-button-next, .swiper-arrow .swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .swiper-arrow .swiper-button-next, .swiper-arrow .swiper-container-rtl .swiper-button-prev {
    right: -8px;
  }
}

/* Form Error //////////////////////////////////// */
.form-error-balloon-block {
  margin-bottom: 12px;
  position: absolute;
  top: -38px;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .form-error-balloon-block {
    top: -50px;
  }
}

.form-error-balloon-block[data-name=agree] {
  top: -45px;
  left: 0px;
}

.form-error-balloon {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 0.5em 0.8em;
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
}

.form__err__msg {
  display: none;
  border: 1px solid #F00000;
  text-align: center;
  padding: 2.0rem;
  margin-bottom: 40px;
  color: #F00000;
  background-color: #FEE5E5;
}

.width-100 {
  width: 100%;
}

.width-90 {
  width: 90%;
}

.width-80 {
  width: 80%;
}

.width-70 {
  width: 70%;
}

.width-60 {
  width: 60%;
}

.width-50 {
  width: 50%;
}

.width-40 {
  width: 40%;
}

.width-30 {
  width: 30%;
}

.width-20 {
  width: 20%;
}

.width-10 {
  width: 10%;
}

.ui_img {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .ui_img {
    width: 70%;
  }
  .ui_img img {
    width: 97%;
  }
}

.ui_int {
  text-align: center;
  position: relative;
  display: block;
  margin: auto;
  text-decoration: none;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  background: #FFB027;
  padding: 1.0rem 0;
}

@media screen and (min-width: 768px) {
  .ui_int {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .ui_int {
    font-size: 1rem;
    padding: 1rem;
  }
}

.service_title p {
  margin: 1.5rem 0 2rem;
  padding: 0.5rem 0;
  color: #FFB027;
  border: 1px solid #FFB027;
  border-width: 3px 0;
}

@media screen and (min-width: 768px) {
  .service_title p {
    font-weight: bold;
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .service_title p {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .ui-eki {
    font-size: 0.7rem;
  }
}

.ui-eki .width-20 {
  width: 32%;
}

/* Link */
ul.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 2%;
}

ul.breadcrumb li {
  padding-left: 15px;
  position: relative;
}

ul.breadcrumb li:after {
  content: "　";
  position: absolute;
  right: -13px;
  top: 40%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #FFB027;
}

ul.breadcrumb li:last-child:after {
  margin-bottom: 0em;
  border: none;
}

ul.breadcrumb a {
  color: #FFB027;
  text-decoration: none;
}

.ui-hover-header:hover {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0.5;
}

/* Header //////////////////////////////////// */
.site-header {
  height: 90px;
  position: relative;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .site-header {
    height: 60px;
  }
}

.site-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.site-header__logo {
  border-top: 5px solid #FFB027;
  padding: 15px 10px 0 25px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .site-header__logo {
    padding: 10px 10px 10px 15px;
  }
  .site-header__logo img {
    width: auto;
    height: 35px;
  }
}

.site-header__logo a {
  display: block;
}

@media screen and (min-width: 768px) {
  .site-nav {
    padding: 0 3.0rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .site-nav__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .site-nav__wrapper {
    border-bottom: 3px solid #FFB027;
    z-index: 999;
    width: 100%;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
  }
  .site-nav__wrapper.-active {
    visibility: visible;
    opacity: 1;
  }
}

.site-nav__item {
  position: relative;
}

.site-nav__item a {
  text-decoration: none;
  color: #333;
  display: block;
  font-weight: bold;
}

.site-nav__item a::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .site-nav__item a {
    padding: 1.5rem 1rem;
    background: #fff;
    border-top: 1px solid #ddd;
    position: relative;
  }
  .site-nav__item a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.0rem;
    height: 100%;
    width: 0.8rem;
    background: url(/common/images/ui_step_arrow.svg) no-repeat center;
    background-size: contain;
  }
}

@media screen and (min-width: 768px) {
  .site-nav__item + .site-nav__item {
    margin-left: 2.8rem;
  }
}

.site-nav__toggle {
  display: none;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin-top: -1.2rem;
  position: absolute;
  width: 3.0rem;
  height: 2.4rem;
}

@media screen and (max-width: 767px) {
  .site-nav__toggle {
    display: block;
  }
  .site-nav__toggle > span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #FFB027;
    border-radius: 3px;
  }
  .site-nav__toggle > span:nth-of-type(1) {
    top: 0;
  }
  .site-nav__toggle > span:nth-of-type(2) {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .site-nav__toggle > span:nth-of-type(3) {
    bottom: 0;
  }
  .site-nav__toggle.-active {
    display: block;
  }
  .site-nav__toggle.-active > span:nth-of-type(1) {
    top: 50%;
    width: 30px;
    -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
    transform: translate3d(0, -50%, 0) rotate(45deg);
  }
  .site-nav__toggle.-active > span:nth-of-type(2) {
    display: none;
  }
  .site-nav__toggle.-active > span:nth-of-type(3) {
    top: 50%;
    width: 30px;
    -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
    transform: translate3d(0, -50%, 0) rotate(-45deg);
  }
}

.site-body:not(.-top) .site-main {
  border-top: 2.5rem solid #FFB027;
}

@media screen and (min-width: 768px) {
  .site-nav__item {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
  }
  .site-nav__item:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    display: block;
    margin-top: 5px;
    right: 0;
    background: transparent;
    -webkit-transition-property: width;
    transition-property: width;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    bottom: 0;
    border-bottom: 1px solid #333;
  }
  .site-nav__item a {
    position: relative;
    display: block;
    pointer-events: auto;
    outline: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .site-nav__item a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
  }
  .site-nav__item:first-child a:after {
    content: "企業情報";
  }
  .site-nav__item:nth-child(2) a:after {
    content: "事業内容";
  }
  .site-nav__item:nth-child(3) a:after {
    content: "採用情報";
  }
  .site-nav__item:last-child a:after {
    content: "お問い合わせ";
  }
  .site-nav__item:hover a {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  .site-nav__item:hover:after, .site-nav__item:focus:after, .site-nav__item:active:after {
    width: 100%;
    left: 0;
    right: auto;
    background: transparent;
  }
}

/* Footer //////////////////////////////////// */
.site-footer {
  width: 100%;
  padding: 2.0rem 0;
  background: #FFB027;
}

.site-copyright {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.0rem;
  letter-spacing: normal;
}

.back-top {
  background: rgba(255, 255, 255, 0.5) url(/common/images/back_top.png) no-repeat center center;
  width: 60px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  border: 1px solid #FFB027;
  border-radius: 8px;
  display: none;
  z-index: 10;
}

/* recruit job //////////////////////////////////// */
.note {
  font-size: 13px;
  color: #777;
}

.sec-table__width table td {
  line-height: 24px;
}

.sec-table__width table th {
  min-width: 18rem;
}

@media screen and (max-width: 767px) {
  .sec-table__width table th {
    min-width: 10rem;
  }
}

.sec-table__width table th, .sec-table__width table td {
  position: relative;
  z-index: 9;
}
