@charset "UTF-8";
/* =====================================================
sass使用/cssを直接編集しない
======================================================== */
/* =====================================================
reset
======================================================== */
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 {
  display: block;
}

nav ul {
  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, img {
  vertical-align: middle;
}

/* =====================================================
module
======================================================== */
/* clearfix */
.cf {
  zoom: 1;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.marker {
  color: #ff9900;
}

.red {
  color: #ff0000;
}

.bold {
  font-weight: bold;
}

/*==================================================
★body
====================================================*/
body {
  width: 100%;
  background-color: #ffffff;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1rem;
  color: #000000;
}

a {
  color: #000000;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

.marker {
  color: #ff9900;
}

/*==================================================
★header
====================================================*/
header.logobx {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1000;
}

header.logobx h1, header.logobx .hdlogo {
  width: 270px;
}

header.logobx .pcnav {
  display: none;
}

/*==================================================
★firstview
====================================================*/
.firstview {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transition: all 3s 0s ease;
  z-index: 10;
}

.firstview.hide {
  opacity: 0;
}

.firstview .video {
  width: 100%;
  position: fixed;
  height: 100%;
}

.firstview .video video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.firstview .video _:lang(x) + _:-webkit-full-screen-document, .firstview .video video {
  position: relative;
  top: 0;
  left: 0;
  transform: translateX(0);
}

.firstview .copy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 10;
  width: 95%;
  max-width: 1200px;
  animation: flick 0.8s 0s 1 forwards;
}

.firstview .copy::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 1px;
  background-color: #ffffff;
  animation: wscale 1s 0s 1 forwards;
  transform-origin: 0 0 0;
}

.firstview .scroll {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  width: 80px;
  opacity: 0.3;
}

/*==================================================
★topstage
====================================================*/
#topstagebg {
  background: url("../img/bg.jpg") left bottom no-repeat;
  background-size: cover;
  position: fixed;
  z-index: 3;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}

#topstage, #stage {
  position: relative;
  z-index: 200;
  width: 100%;
}

#topstage .topcomp, #stage .topcomp {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 35% 0 10% 0;
  margin-top: 8rem;
}

#topstage .topcomp .copy01, #stage .topcomp .copy01 {
  display: none;
}

#topstage .topcomp .copy02, #stage .topcomp .copy02 {
  display: none;
}

#topstage .topcomp .copy03, #stage .topcomp .copy03 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#topstage .topcomp .txt, #stage .topcomp .txt {
  color: #ffffff;
  font-size: 18px;
  line-height: 2;
  margin-left: 10%;
  margin-right: 10%;
}

#topstage .topcomp .txt p, #stage .topcomp .txt p {
  margin-top: 2rem;
}

#topstage .topcomp .txt p.but, #stage .topcomp .txt p.but {
  border: solid 1px #ffffff;
  margin-bottom: 3rem;
}

#topstage .topcomp .txt p.but a, #stage .topcomp .txt p.but a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: calc(100% -30px);
  padding: 15px;
  text-align: center;
  font-weight: bold;
}

#topstage .topservice, #stage .topservice {
  color: #ffffff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#topstage .topservice h2, #stage .topservice h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-top: 6rem;
  margin-bottom: 3rem;
}

#topstage .topservice .info, #stage .topservice .info {
  line-height: 1.75;
  margin-bottom: 3rem;
}

#topstage .topservice .butbx p a, #stage .topservice .butbx p a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: calc(100% - 30px);
  padding: 30px 15px;
  font-size: 14px;
  text-align: center;
  border: solid 1px #ffffff;
  font-weight: bold;
}

#topstage .topservice .butbx p a.but01, #stage .topservice .butbx p a.but01 {
  background: url(../img/topservice01.jpg) center center no-repeat;
  background-size: cover;
}

#topstage .topnews, #stage .topnews {
  color: #ffffff;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9rem;
}

#topstage .topnews h2, #stage .topnews h2 {
  font-size: 30px;
  text-align: right;
  position: relative;
  margin-bottom: 3rem;
}

#topstage .topnews h2::before, #stage .topnews h2::before {
  content: "";
  position: absolute;
  display: block;
  top: 20px;
  left: 0;
  width: calc(100% - 120px);
  border-bottom: double 3px #ffffff;
}

#topstage .topnews .newsbx, #stage .topnews .newsbx {
  line-height: 1.75;
}

#topstage .topnews .newsbx h3, #stage .topnews .newsbx h3 {
  font-size: 20px;
  font-weight: normal;
}

#topstage .topnews .newsbx .txt, #stage .topnews .newsbx .txt {
  margin-top: 2rem;
  margin-bottom: 3rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 20px;
}

#topstage .topnews .newsbx .txt p, #stage .topnews .newsbx .txt p {
  margin-bottom: 1rem;
}

#topstage .topnews .newsbx .txt p:last-child, #stage .topnews .newsbx .txt p:last-child {
  margin-bottom: 0;
}

/*20231027追加 more*/
#topstage .topnews .txt a, #stage .topnews .txt a {
  color: #ffffff;
}
/**/

#topstage .topnews .history, #stage .topnews .history {
  text-align: right;
}

#topstage .topnews .history a, #stage .topnews .history a {
  color: #ffffff;
}

#topstage footer, #stage footer {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 9rem;
}

#topstage footer .footnav, #stage footer .footnav {
  color: #ffffff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  padding-bottom: 30px;
  margin-bottom: 60px;
}

#topstage footer .footnav a, #stage footer .footnav a {
  color: #ffffff;
}

#topstage footer .logoaddr, #stage footer .logoaddr {
  color: #ffffff;
  line-height: 1.75;
}

#topstage footer .logoaddr .logo, #stage footer .logoaddr .logo {
  margin-bottom: 3rem;
}

#topstage footer .logoaddr .addr dl, #stage footer .logoaddr .addr dl {
  margin-bottom: 2rem;
}

#topstage footer .logoaddr .addr dl dt, #stage footer .logoaddr .addr dl dt {
  font-weight: bold;
  font-size: 20px;
}

#topstage footer #cor, #stage footer #cor {
  color: #ffffff;
  line-height: 1.75;
  margin-bottom: 3rem;
}

/*==================================================
★pagetop
====================================================*/
.pagetop {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 5000;
}

.pagetop a {
  display: block;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  text-decoration: none;
}

/*==================================================
★media 499
====================================================*/
/*==================================================
★media 769
====================================================*/
@media only screen and (min-width: 769px) {
  /* topstage */
  #topstage .topcomp, #stage .topcomp {
    padding: 230px 0 100px 0;
    max-width: 1100px;
  }
  #topstage .topcomp .copy03, #stage .topcomp .copy03 {
    display: none;
  }
  #topstage .topcomp .copy01, #stage .topcomp .copy01 {
    position: absolute;
    top: 0;
    left: 0;
    width: 600px;
    display: block;
  }
  #topstage .topcomp .copy02, #stage .topcomp .copy02 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    display: block;
  }
  #topstage .topcomp .txt, #stage .topcomp .txt {
    margin-left: 20%;
    margin-right: 20%;
  }
  #topstage .topservice, #stage .topservice {
    max-width: 1000px;
  }
  #topstage .topservice h2, #stage .topservice h2 {
    font-size: 60px;
    margin-top: 9rem;
    margin-bottom: 6rem;
  }
  #topstage .topservice .info, #stage .topservice .info {
    font-size: 18px;
  }
  #topstage .topservice .butbx p a, #stage .topservice .butbx p a {
    font-size: 20px;
    padding: 60px 15px;
  }
  #topstage .topnews h2, #stage .topnews h2 {
    font-size: 50px;
  }
  #topstage .topnews h2::before, #stage .topnews h2::before {
    top: 40px;
    width: calc(100% - 200px);
  }
  #topstage .topnews .newsbx, #stage .topnews .newsbx {
    display: flex;
    justify-content: space-between;
  }
  #topstage .topnews .newsbx .title, #stage .topnews .newsbx .title {
    width: 40%;
  }
  #topstage .topnews .newsbx .txt, #stage .topnews .newsbx .txt {
    width: 57%;
  }
  #topstage footer .logoaddr .addr, #stage footer .logoaddr .addr {
    display: flex;
    justify-content: space-between;
  }
  #topstage footer .logoaddr .addr dl, #stage footer .logoaddr .addr dl {
    width: 32%;
  }
  #topstage footer #cor, #stage footer #cor {
    text-align: right;
  }
}

/*==================================================
★media 1239
====================================================*/
@media only screen and (min-width: 1239px) {
  header.topnav {
    display: none;
  }
  header.logobx .pcnav {
    display: block;
    position: fixed;
    z-index: 1000;
    width: 700px;
    top: 35px;
    right: 60px;
  }
  header.logobx .pcnav ul {
    display: flex;
    justify-content: space-between;
  }
  header.logobx .pcnav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    text-align: center;
    width: 116px;
    display: block;
  }
  header.logobx .pcnav ul li a .ja {
    display: none;
  }
  header.logobx .pcnav ul li a:hover .ja {
    display: block;
  }
  header.logobx .pcnav ul li a:hover .en {
    display: none;
    font-family: "Oswald", sans-serif;
  }
  header.logobx .pcnav::before {
    content: "";
    position: fixed;
    display: block;
    width: 20px;
    border-top: solid 20px transparent;
    border-right: solid 20px #ffffff;
    border-bottom: solid 20px transparent;
    z-index: 90;
    top: 20px;
    right: 0;
    opacity: 0.3;
  }
  /* ★topstage-pc */
  #topstage .topservice .butbx p a {
    font-size: 40px;
    padding: 90px 15px;
  }
}

/*==================================================
★IE
====================================================*/
/*==================================================
★keyframe
====================================================*/
@keyframes wscale {
  0% {
    transform: scaleX(0) translateX(-50%) translateY(-50%);
  }
  100% {
    transform: scaleX(1) translateX(-50%) translateY(-50%);
  }
}

@keyframes flick {
  0% {
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  15% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*==================================================
★stage
====================================================*/
#stage {
  position: relative;
  z-index: 200;
  width: 100%;
  color: #ffffff;
}

#stage article {
  padding-top: 140px;
  overflow: hidden;
}

#stage article h1 {
  line-height: 1.5;
  margin-bottom: 60px;
}

#stage article h1 .ja {
  font-size: 16px;
  display: block;
  text-align: center;
  font-weight: normal;
}

#stage article h1 .en {
  font-size: 40px;
  display: block;
  text-align: center;
  font-family: "Oswald", sans-serif;
}

#stage article section {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.75;
}

#stage article section h2 {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
  font-size: 18px;
}

#stage article section h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  border-top: solid 10px transparent;
  border-left: solid 20px #ffffff;
  border-bottom: solid 10px transparent;
  z-index: 90;
  top: 7px;
  left: 0;
  opacity: 0.3;
}

#stage article section .colmn {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}
/*20231027追加 more*/
#stage article section .colmn a {
  color: #ffffff;
}
/**/


/*==================================================
★company
====================================================*/
.company .greeting .colmn .copy {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}

.company .greeting .colmn .txt p {
  margin-top: 2rem;
}

.company .greeting .colmn .txt p.name {
  text-align: right;
}

.company .outline .colmn {
  margin-bottom: 0;
}

.company .outline .colmn dl dt {
  border-bottom: solid 1px #ffffff;
}

.company .outline .colmn dl dd {
  margin-bottom: 1rem;
}

.company .outline .colmn dl dd ul {
  margin-left: 20px;
}

.company .outline .colmn dl dd .note {
  text-align: right;
}

.company .outline .colmn .unyu a {
  color: #ffffff;
}

.company .outline .pho {
  margin-bottom: 120px;
}

.company .outline .pho img {
  width: 120%;
}

.company .history dl dt {
  border-bottom: solid 1px #ffffff;
}

.company .history dl dd {
  margin-bottom: 1rem;
}

.company .map iframe {
  width: 100%;
}

/*==================================================
★service
====================================================*/
.service section .colmn a {
  color: #ffffff;
}

.service section .colmn .pho {
  margin-bottom: 2rem;
}

.service section .colmn .pho img {
  max-width: 100%;
}

.service section .colmn.phobx p img {
  max-width: 100%;
}

.service section .colmn.toi {
  border: solid 1px #ffffff;
  padding: 3%;
  width: 84% !important;
}

.service section .colmn.toi a {
  color: #ffffff;
}

.service section .colmn.toi a.tel {
  font-family: "Oswald", sans-serif;
  font-size: 30px;
}

/*==================================================
★recruit
====================================================*/
.recruit section .colmn .pho {
  margin-bottom: 2rem;
}

.recruit section .colmn .pho img {
  max-width: 100%;
}

/*==================================================
★news
====================================================*/
article.news section .title h2 {
  margin-bottom: 0 !important;
}

article.news section .title .date {
  margin-left: 30px;
}

article.news section .colmn {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  margin-top: 2rem;
}

article.news section .colmn p {
  margin-bottom: 1rem;
}

article.news section .colmn p:last-child {
  margin-bottom: 0;
}

/*==================================================
★contact
====================================================*/
.contact a {
  color: #ffffff;
}

.contact .tel .colmn .guide {
  margin-bottom: 2rem;
}

.contact .tel .colmn .telnum {
  text-align: center;
}

.contact .tel .colmn .telnum a {
  font-size: 24px;
  font-family: "Oswald", sans-serif;
}

.contact .mail .colmn .guide {
  margin-bottom: 2rem;
}

.contact .mail .colmn form dl dt {
  margin-top: 1rem;
  margin-bottom: 0.5em;
}

.contact .mail .colmn form dl dd .txbx {
  width: 96%;
  font-size: 16px;
  border: solid 1px #ffffff;
  padding: 5px;
}

.contact .mail .colmn form dl dd select {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  font-size: 16px;
  padding: 5px;
}

.contact .mail .colmn form dl dd select option {
  background-color: #ffffff;
}

.contact .mail .colmn form dl dd textarea {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  font-size: 16px;
  padding: 5px;
  width: 96%;
}

.contact .mail .colmn form .but {
  margin-top: 2rem;
  text-align: center;
}

.contact .mail .colmn form .but input {
  border: solid 1px #ffffff;
  border-radius: 5px;
  font-size: 16px;
  padding: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

/*==================================================
★policy
====================================================*/
.policy .colmn {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

.policy .colmn .finfo {
  margin-bottom: 2rem;
}

.policy .colmn ol {
  margin-left: 25px;
}

.policy .colmn ol li {
  margin-bottom: 1rem;
}

.policy .colmn h3 {
  font-size: 20px;
  margin-top: 3rem;
  margin-bottom: 1rem;
}

.policy .colmn ul {
  margin-left: 25px;
}

.policy .colmn ul li {
  margin-bottom: 1rem;
}

.policy .colmn .name {
  text-align: right;
  margin-top: 3rem;
}

/*==================================================
★anzen
====================================================*/
.anzen .topicpath {
  margin-left: 10%;
  margin-bottom: 3rem;
}

.anzen .topicpath a {
  color: #ffffff;
}

.anzen .colmn .date {
  margin-bottom: 2rem;
}

.anzen .colmn dl dt {
  font-weight: bold;
}

.anzen .colmn dl dd {
  margin-bottom: 2rem;
}

.anzen .colmn dl dd .em {
  font-size: 20px;
}

.anzen .colmn dl dd ul {
  margin-left: 25px;
}

.anzen .colmn dl dd table {
  width: 100%;
  border: solid 1px #ffffff;
}

.anzen .colmn dl dd table td {
  text-align: center;
}

/*==================================================
★media 769
====================================================*/
@media only screen and (min-width: 769px) {
  /* ★stage-tb */
  #stage article h1 .en {
    font-size: 60px;
  }
  #stage article section h2 {
    font-size: 22px;
  }
  #stage article section h2::before {
    top: 11px;
  }
  /* ★company-tb */
  .company .outline .outlinebx .colmn dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 600px;
  }
  .company .outline .outlinebx .colmn dl dt {
    border-bottom: none;
    width: 30%;
    text-align: right;
  }
  .company .outline .outlinebx .colmn dl dd {
    width: 67%;
  }
  .company .history dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 600px;
  }
  .company .history dl dt {
    border-bottom: none;
    width: 30%;
    text-align: right;
  }
  .company .history dl dd {
    width: 67%;
  }
  /* ★news-tb */
  article.news section {
    display: flex;
    justify-content: space-between;
  }
  article.news section .title {
    width: 40%;
  }
  article.news section .colmn {
    width: calc(57% - 40px) !important;
    margin-top: 0;
  }
  /* ★contact-tb */
  .contact .tel .colmn .telnum a {
    font-size: 36px;
  }
  .contact .mail .colmn form .note {
    margin-bottom: 0.5em;
  }
  .contact .mail .colmn form dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contact .mail .colmn form dl dt {
    width: 30%;
    margin-top: 0;
  }
  .contact .mail .colmn form dl dd {
    width: 67%;
    margin-bottom: 2rem;
  }
}

/*==================================================
★media 1239
====================================================*/
@media only screen and (min-width: 1239px) {
  /* ★company-pc */
  .company .greeting .colmn {
    display: flex;
    justify-content: space-between;
  }
  .company .greeting .colmn .copy {
    width: 35%;
  }
  .company .greeting .colmn .copy img {
    width: 180%;
  }
  .company .greeting .colmn .txt {
    width: 62%;
    padding-top: 35%;
  }
  .company .outline .outlinebx {
    display: flex;
    justify-content: space-between;
  }
  .company .outline .outlinebx .colmn {
    width: 40%;
  }
  .company .outline .outlinebx .pho {
    width: 60%;
    padding-top: 20%;
  }
  .company .outline .outlinebx .pho img {
    width: 180%;
  }
  /* ★service-pc */
  .service .colmn {
    display: flex;
    justify-content: space-between;
  }
  .service .colmn .pho {
    width: 50%;
  }
  .service .colmn .txt {
    width: 45%;
  }
  .service .colmn.toi .txt {
    width: 34%;
  }
  .service .colmn.toi .telbx {
    width: 33%;
    text-align: center;
  }
  .service .colmn.toi .mailbx {
    width: 33%;
    text-align: center;
  }
  .service .colmn.toi .mailbx a {
    font-size: 26px;
  }
  /* ★recruit-pc */
  .recruit .colmn {
    display: flex;
    justify-content: space-between;
  }
  .recruit .colmn .pho {
    width: 50%;
  }
  .recruit .colmn .txt {
    width: 45%;
  }
}

/*==================================================
★IE
====================================================*/
