@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: #257ac7;
}

.en {
  font-family: "Montserrat", sans-serif;
}

.red {
  color: #ff0000;
}

.bold {
  font-weight: bold;
}

/*==================================================
★body
====================================================*/
body {
  width: 100%;
  background-color: #ffffff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  letter-spacing: 0.1rem;
  color: #262a33;
}

a {
  color: #262a33;
  text-decoration: underline;
  transition: all 1s 0s ease;
}

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

.marker {
  color: #257ac7;
}

/*==================================================
★header
====================================================*/
.logobx {
  position: relative;
  z-index: 2;
}

.logobx h1 {
  position: relative;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 11px;
  height: 49px;
}

.logobx h1 img {
  width: 140px;
}

.logobx .logo {
  position: relative;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 11px;
  height: 49px;
}

.logobx .logo img {
  width: 140px;
}

.logobx .contbut {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
}

.logobx .contbut a {
  display: flex;
  width: 78px;
  height: 80px;
  padding-left: 2px;
  background-color: #257ac7;
  font-size: 10px;
  font-weight: 600;
  text-decoration: none;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  transition: all 1s 0s ease;
}

.logobx .contbut a:hover {
  background-color: rgba(71, 181, 255, 0.8);
}

/*==================================================
★stage
====================================================*/
#stage {
  background: #f8f8f8 url("../img/stage_bg01.png") right top repeat-y;
  padding-top: 100vh;
}

.comname {
  display: none;
}

.icons {
  display: none;
}

/*==================================================
★mainimg
====================================================*/
.mainimg {
  position: absolute;
  width: 100%;
  left: 0;
  top: 110px;
  height: calc(100vh - 120px);
}

.mainimg::before {
  content: "";
  display: block;
  position: absolute;
  top: 33%;
  left: 0;
  width: 70%;
  height: 145vh;
  z-index: 0;
  background-color: #d6dae4;
}

.mainimg .backimg {
  position: relative;
  width: 90%;
  height: 95%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
  overflow: hidden;
}

.mainimg .backimg .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s 0s ease;
  opacity: 0;
}

.mainimg .backimg .slide.show {
  opacity: 1;
}

.mainimg .backimg .slide.hide {
  opacity: 0;
}

.mainimg .backimg .slide.sl01 {
  background: url("../img/jq/topimg01_sp.jpg") center top no-repeat;
  background-size: cover;
}

.mainimg .backimg .slide.sl02 {
  background: url("../img/jq/topimg02_sp.jpg") center top no-repeat;
  background-size: cover;
}

.mainimg .backimg .slide.sl03 {
  background: url("../img/jq/topimg03_sp.jpg") center center no-repeat;
  background-size: cover;
}

.mainimg .backimg .slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 2s 0s ease;
  transform: translateX(-100%);
}

.mainimg .backimg .slide.show::before {
  transform: translateX(100%);
}

.mainimg .backimg .slide.hide::before {
  transform: translateX(-100%);
}

.mainimg svg {
  position: absolute;
  top: -25%;
  left: 3%;
  width: 70%;
  height: 70%;
  z-index: 2;
  display: none;
}

.mainimg svg.show {
  display: block;
}

.mainimg svg.hiede {
  display: none;
}

.toptxt {
  position: absolute;
  width: 70%;
  left: 10%;
  bottom: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 3;
  padding: 5% 5% 55px 5%;
  color: #898f9c;
  font-size: 12px;
}

.toptxt .en {
  line-height: 1.5;
  color: #4e545f;
}

.toptxt .en span.big {
  font-size: 24px;
}

.scroll {
  display: block;
  position: absolute;
  left: 50%;
  bottom: -50px;
  z-index: 100;
}

.scroll .scrlbx {
  display: block;
  width: 1px;
  height: 100px;
  margin: 0;
  background: #898f9c;
  overflow: hidden;
}

.scroll .scrlbx .scrl {
  display: block;
  width: 1px;
  height: 100px;
  margin: 0;
  background-color: #d3d8e4;
  animation: tscroll 3s ease 0s infinite normal;
}

.scroll .cross {
  position: relative;
  display: block;
  left: -20px;
  top: -50px;
  width: 40px;
  height: 1px;
  border-bottom: solid 1px #d3d8e4;
}

.scroll .circle {
  position: absolute;
  display: block;
  left: -20px;
  bottom: 30px;
  width: 40px;
  height: 40px;
  border: solid 1px #898f9c;
  border-radius: 50%;
  animation: tscale 3s ease 0s infinite normal;
}

/*==================================================
★topservice
====================================================*/
.topservice {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.topservice h2 {
  font-size: 30px;
  color: #292e3a;
  margin-left: 5%;
  margin-top: 2rem;
  margin-bottom: 5rem;
}

.topservice h2 span {
  display: inline-block;
  transition: all 1s 0s ease;
  opacity: 0;
  transform: translateX(-300px);
}

.topservice h2::before {
  content: "SERVICE";
  display: block;
  position: absolute;
  top: 10px;
  left: 7%;
  font-size: 100px;
  transition: all 1s 0s ease;
  opacity: 0;
}

.topservice h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  width: 210px;
  height: 30px;
  background-color: white;
  transform: translateX(-300px);
  transition: all 1s 0s ease;
  opacity: 1;
}

.topservice h2.inviewan span {
  opacity: 1;
  transform: translateX(0);
}

.topservice h2.inviewan::after {
  transform: translateX(100%);
  opacity: 0;
}

.topservice h2.inviewan::before {
  opacity: 0.05;
}

.topservice .service {
  margin-left: 5%;
  margin-bottom: calc(10% + 100px);
  position: relative;
}

.topservice .service h3 {
  position: absolute;
  bottom: -100px;
  left: 0;
  color: #ffffff;
  line-height: 1.75;
  font-size: 12px;
  min-width: 300px;
  z-index: 3;
  transition: all 3s 0s ease;
  opacity: 0;
}

.topservice .service h3 a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: calc(100% - 40px);
  padding: 20px;
  background-color: rgba(37, 122, 199, 0.9);
}

.topservice .service h3 a .en {
  font-size: 16px;
}

.topservice .service h3 a .arrow {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: solid 1px #ffffff;
  margin-top: 1rem;
}

.topservice .service h3 a .arrow span.bd {
  display: block;
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 20px;
  border-bottom: solid 1px #ffffff;
  transform: rotateZ(45deg);
  transform-origin: right bottom;
  font-size: 12px;
}

.topservice .service h3 a .arrow span.txt {
  position: relative;
  display: block;
  transition: all 1s 0s ease;
  transform: translateX(0);
}

.topservice .service h3 a:hover span.txt {
  transform: translateX(75%);
}

.topservice .service p {
  margin-left: 5%;
  width: 88%;
  position: relative;
  transition: all 1s 0s ease;
  opacity: 0;
  overflow: hidden;
  box-shadow: 3px 3px 3px #4e545f;
  background-color: #ffffff;
}

.topservice .service p::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
  background-color: white;
  transition: all 1s 0s ease;
  transform: translateX(-100%);
}

.topservice .service p a img {
  max-width: 100%;
  transition: all 1s 0s ease;
  opacity: 1;
}

.topservice .service p a:hover img {
  opacity: 0.7;
}

.topservice .service.inviewan h3 {
  opacity: 1;
}

.topservice .service.inviewan p {
  opacity: 1;
}

.topservice .service.inviewan p::before {
  transform: translateX(105%);
}

/*==================================================
★topcompany
====================================================*/
.topcompany {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.topcompany::before {
  content: "";
  display: block;
  position: absolute;
  top: 150px;
  right: 0;
  width: 70%;
  height: 145vh;
  z-index: 0;
  background-color: #d6dae4;
}

.topcompany h2 {
  font-size: 30px;
  color: #292e3a;
  margin-left: 5%;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.topcompany h2 span {
  display: inline-block;
  transition: all 1s 0s ease;
  opacity: 0;
  transform: translateX(-300px);
}

.topcompany h2::before {
  content: "COMPANY";
  display: block;
  position: absolute;
  top: 50px;
  left: 7%;
  font-size: 100px;
  transition: all 1s 0s ease;
  opacity: 0;
}

.topcompany h2::after {
  content: "";
  display: block;
  position: absolute;
  top: 70px;
  left: 0;
  width: 210px;
  height: 30px;
  background-color: white;
  transform: translateX(-300px);
  transition: all 1s 0s ease;
  opacity: 1;
}

.topcompany h2.inviewan span {
  opacity: 1;
  transform: translateX(0);
}

.topcompany h2.inviewan::after {
  transform: translateX(100%);
  opacity: 0;
}

.topcompany h2.inviewan::before {
  opacity: 0.05;
}

.topcompany .compbx {
  position: relative;
  height: calc(100vw * 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}

.topcompany .compbx .pho {
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100vw * 0.6);
  overflow: hidden;
  transition: all 1s 0s ease;
  opacity: 0;
}

.topcompany .compbx .pho::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
  background-color: white;
  transition: all 1s 0s ease;
  transform: translateX(-100%);
}

.topcompany .compbx .pho img {
  max-width: 100%;
  height: calc(100vw * 0.6);
}

.topcompany .compbx .txt {
  position: relative;
  z-index: 4;
  background-color: rgba(0, 0, 0, 0.7);
  line-height: 1.75;
  padding: 20px;
  width: 80%;
  transition: all 2s 0s ease;
  opacity: 0;
}

.topcompany .compbx .txt a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
}

.topcompany .compbx .txt a .arrow {
  display: block;
  position: relative;
  width: 100%;
  border-bottom: solid 1px #ffffff;
  margin-top: 1rem;
}

.topcompany .compbx .txt a .arrow span.bd {
  display: block;
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 20px;
  border-bottom: solid 1px #ffffff;
  transform: rotateZ(45deg);
  transform-origin: right bottom;
  font-size: 12px;
}

.topcompany .compbx .txt a .arrow span.mtxt {
  position: relative;
  display: block;
  transition: all 1s 0s ease;
  transform: translateX(0);
}

.topcompany .compbx .txt a:hover span.mtxt {
  transform: translateX(83%);
}

.topcompany .compbx.inviewan .pho {
  opacity: 1;
}

.topcompany .compbx.inviewan .pho::before {
  transform: translateX(105%);
}

.topcompany .compbx.inviewan .txt {
  opacity: 1;
}

/*==================================================
★inform
====================================================*/
.inform {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-bottom: 3rem;
}

.inform::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 145vh;
  z-index: 0;
  background-color: #d6dae4;
}

.inform h2 {
  position: relative;
  z-index: 3;
  font-size: 30px;
  color: #292e3a;
  margin-left: 5%;
  margin-top: 7rem;
  margin-bottom: 5rem;
}

.inform h2 span {
  display: inline-block;
  transition: all 1s 0s ease;
  opacity: 0;
  transform: translateX(-300px);
}

.inform h2::before {
  content: "INFORMATION";
  display: block;
  position: absolute;
  top: -30px;
  left: 7%;
  font-size: 100px;
  transition: all 1s 0s ease;
  opacity: 0;
}

.inform h2::after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  width: 210px;
  height: 30px;
  background-color: white;
  transform: translateX(-300px);
  transition: all 1s 0s ease;
  opacity: 1;
}

.inform h2.inviewan span {
  opacity: 1;
  transform: translateX(0);
}

.inform h2.inviewan::after {
  transform: translateX(100%);
  opacity: 0;
}

.inform h2.inviewan::before {
  opacity: 0.05;
}

.inform .info {
  position: relative;
  z-index: 4;
  width: 80%;
  margin: 0 auto 2rem auto;
  line-height: 1.75;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 20px;
  overflow: hidden;
  transition: all 1s 0s ease;
  opacity: 0;
}

.inform .info::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
  background-color: white;
  transition: all 1s 0s ease;
  transform: translateX(-100%);
}

.inform .info .date {
  background-color: #257ac7;
  color: #ffffff;
  padding: 3px 5px 2px 5px;
  width: 90px;
  margin-bottom: 15px;
}

.inform .info .date::after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 120px;
  border-top: solid 15px transparent;
  border-bottom: solid 15px transparent;
  border-left: solid 15px #257ac7;
}

.inform .info .txt {
  margin-left: 15px;
}

.inform .info .txt a {
  color: #4e545f;
  transition: all 1s 0s ease;
}

.inform .info .txt a:hover {
  color: #257ac7;
}

.inform .info.inviewan {
  opacity: 1;
}

.inform .info.inviewan::before {
  transform: translateX(105%);
}

.inform .more {
  position: relative;
  z-index: 5;
}

.inform .more a {
  display: block;
  width: 90%;
  margin: 0 auto;
  background-color: #292e3a;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  position: relative;
}

.inform .more a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #257ac7;
  left: 0;
  bottom: 0;
  transition: all 0.5s 0s ease;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.inform .more a:hover::before {
  transform: scaleY(1);
}

/*==================================================
★footer
====================================================*/
footer {
  background-color: #257ac7;
}

footer .compinfo {
  background-color: #ffffff;
  width: 70%;
  margin: 0 auto;
  padding: 20px;
  color: #257ac7;
  text-align: center;
  line-height: 1.75;
}

footer .compinfo .foot_logo p {
  text-align: center;
}

footer .compinfo .foot_logo p img {
  width: 220px;
}

footer .compinfo p {
  margin-bottom: 1rem;
}

footer .compinfo a {
  color: #257ac7;
}

footer .links {
  color: #ffffff;
  line-height: 1.75;
  width: 70%;
  margin: 30px auto 0 auto;
  min-height: 400px;
}

footer .links div {
  padding-bottom: 2rem;
}

footer .links div h2 {
  margin-bottom: 1rem;
}

footer .links div h2 .marker {
  color: #ffffff;
}

footer .links div ul {
  margin-left: 15px;
}

footer .links div ul li {
  margin-left: 15px;
}

footer .links div ul li a {
  color: #ffffff;
}

footer .links div.foot_sitemap {
  display: none;
}

footer #cor {
  background-color: #ffffff;
  padding: 5px;
  line-height: 1.5;
  color: #257ac7;
  font-size: 12px;
  text-align: center;
}

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

.pagetop a {
  display: block;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  color: #222;
  font-size: 24px;
  text-decoration: none;
  border: solid 1px #257ac7;
}

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

/*==================================================
★media 499
====================================================*/
/*==================================================
★media 769
====================================================*/
@media only screen and (min-width: 769px) {
  .kaig {
    display: none;
  }
  /* ★header-tb */
  .logobx h1 {
    padding-top: 24px;
    padding-bottom: 27px;
  }
  .logobx h1 img {
    width: 180px;
  }
  .logobx .logo {
    padding-top: 24px;
    padding-bottom: 27px;
  }
  .logobx .logo img {
    width: 180px;
  }
  .logobx .contbut a {
    width: 108px;
    height: 100px;
    padding-left: 2px;
    font-size: 10px;
  }
  /* ★stage-tb */
  #stage {
    background: #f8f8f8 url("../img/stage_bg02.png") right top repeat-y;
  }
  .comname {
    display: block;
    position: fixed;
    top: 45vh;
    left: 10px;
    z-index: 10;
  }
  .comname span {
    position: relative;
    display: block;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    z-index: 10;
    padding: 10px 0;
    color: #898f9c;
  }
  .icons {
    display: block;
    position: fixed;
    top: 45vh;
    right: 10px;
    width: 30px;
    z-index: 10;
  }
  .icons li {
    list-style-type: none;
    margin-bottom: 15px;
  }
  .icons li a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .icons li a img {
    max-width: 100%;
  }
  .icons li.yt {
    background-color: #898f9c;
    height: 30px;
    border-radius: 3px;
  }
  .icons li.yt a {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .icons li.yt a img {
    width: 22px;
  }
  /* ★mainimg-tb */
  .mainimg {
    top: 130px;
    height: calc(100vh - 110px);
  }
  .mainimg .backimg {
    width: 80%;
  }
  .mainimg .backimg .slide.sl01 {
    background: url("../img/jq/topimg01.jpg") center top no-repeat;
    background-size: cover;
  }
  .mainimg .backimg .slide.sl02 {
    background: url("../img/jq/topimg02.jpg") center center no-repeat;
    background-size: cover;
  }
  .mainimg svg {
    top: -15%;
    left: 7%;
    width: 50%;
    height: 50%;
  }
  .toptxt {
    width: 60%;
    left: 15%;
    font-size: 14px;
  }
  .toptxt .en {
    font-size: 22px;
  }
  .toptxt .en span.big {
    font-size: 22px;
  }
  /* ★topservice-tb */
  .topservice h2 {
    font-size: 40px;
  }
  .topservice h2::after {
    top: 40px;
    height: 20px;
  }
  .topservice .service {
    margin-left: 10%;
    margin-bottom: 10%;
  }
  .topservice .service h3 {
    bottom: 20px;
  }
  .topservice .service p {
    width: 80%;
  }
  /* ★topcompany-tb */
  .topcompany h2 {
    font-size: 40px;
  }
  .topcompany h2::after {
    top: 80px;
    height: 20px;
  }
  .topcompany .compbx {
    display: block;
    height: calc(80vw * 0.6);
  }
  .topcompany .compbx .pho {
    height: calc(80vw * 0.6);
  }
  .topcompany .compbx .pho img {
    height: calc(80vw * 0.6);
  }
  .topcompany .compbx .txt {
    position: absolute;
    top: 90px;
    right: 0;
    width: 50%;
    max-width: 500px;
    padding-right: 90px;
  }
  /* ★inform-tb */
  .inform h2 {
    font-size: 40px;
  }
  .inform h2::after {
    top: 0;
    height: 20px;
  }
  .inform .infobx {
    display: flex;
    justify-content: space-between;
    max-width: 80%;
    margin: 0 auto;
  }
  .inform .infobx .info {
    width: 24%;
  }
  .inform .infobx .more {
    width: 3%;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    margin-bottom: 2rem;
    margin-left: 2%;
  }
  .inform .infobx .more a {
    padding: 0 5px;
  }
  .inform .infobx .more a::before {
    width: 20%;
    height: 100%;
    transform: scaleX(0) scaleY(1);
    transform-origin: left center;
  }
  .inform .infobx .more a:hover::before {
    transform: scaleX(1);
  }
  /* ★footer-tb */
  footer .compinfo {
    width: 30%;
    float: left;
    margin-left: 5%;
  }
  footer .links {
    width: 45%;
    float: right;
    margin-right: 8%;
  }
}

/*==================================================
★media 1239
====================================================*/
@media only screen and (min-width: 1239px) {
  /* ★header-pc */
  .logobx .contbut a {
    width: 166px;
  }
  /* ★stage-pc */
  #stage {
    background: #f8f8f8 url("../img/stage_bg03.png") right top repeat-y;
  }
  /* ★mainimg-pc */
  .mainimg::before {
    height: 100vh;
  }
  .mainimg .backimg {
    width: 85%;
  }
  .mainimg .backimg .slide.sl03 {
    background: url("../img/jq/topimg03.jpg") center center no-repeat;
    background-size: cover;
  }
  .mainimg svg {
    top: -5%;
    left: 7%;
    width: 30%;
    height: 30%;
  }
  .toptxt {
    font-size: 20px;
  }
  .toptxt .en {
    font-size: 30px;
  }
  .toptxt .en span.big {
    font-size: 30px;
  }
  /* ★topservice-pc */
  .topservice h2 {
    font-size: 50px;
  }
  .topservice h2::after {
    top: 25px;
    height: 25px;
  }
  .topservice .servicebx {
    display: flex;
    margin-left: 7%;
    margin-right: 5%;
    padding-bottom: 100px;
  }
  .topservice .servicebx .service {
    margin-left: 0;
    width: 33%;
  }
  .topservice .servicebx .service h3 {
    bottom: -100px;
  }
  /* ★topcomapny-pc */
  .topcompany h2 {
    font-size: 50px;
  }
  .topcompany h2::after {
    top: 80px;
    height: 25px;
  }
  .topcompany .compbx {
    margin: 0 auto;
    max-width: 90%;
  }
  .topcompany .compbx .pho {
    width: 70%;
    height: calc(70vw * 0.6);
  }
  .topcompany .compbx .pho img {
    height: calc(70vw * 0.6);
  }
  .topcompany .compbx .txt {
    padding: 60px;
  }
  /* ★inform-pc */
  .inform h2 {
    font-size: 50px;
  }
  .inform h2::after {
    top: 0;
    height: 25px;
  }
  /* ★footer-pc */
  footer .compinfo {
    width: 25%;
  }
  footer .links {
    display: flex;
    justify-content: space-between;
    width: 55%;
  }
  footer .links div.linkbx {
    display: flex;
    width: 68%;
    justify-content: space-between;
  }
  footer .links div.linkbx div {
    width: 48%;
  }
  footer .links div.foot_sitemap {
    display: block;
    width: 23%;
  }
}

/*==================================================
★IE
====================================================*/
@media all and (-ms-high-contrast: none) and (min-width: 769px) {
  .inform .infobx .more a::before {
    display: none;
  }
}

@keyframes tscroll {
  0% {
    transform: translate3d(0, -100px, 0);
  }
  60% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes tscale {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  60% {
    transform: scale(1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/*==================================================
★stage
====================================================*/
#page-stage {
  background: #f8f8f8 url("../img/stage_bg01.png") right top repeat-y;
}

#page-stage .contents h1 {
  height: 300px;
  display: flex;
  align-items: center;
}

#page-stage .contents h1 .txt img {
  height: 240px;
}

#page-stage .contents section {
  padding: 60px 0;
  line-height: 1.75;
  position: relative;
  color: #262a33;
}

#page-stage .contents section h2 {
  font-size: 16px;
  margin-left: 5%;
  background-color: #ffffff;
  margin-right: calc(80px + 5%);
}

#page-stage .contents section h2 span.txtwrap {
  display: inline-block;
  background-color: #f8f8f8;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  padding-right: 15px;
}

#page-stage .contents section h2 span.txtwrap span {
  display: inline-block;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 0.5s 0s ease;
}

#page-stage .contents section h2.inviewan span.txtwrap span {
  transform: scaleX(1);
}

#page-stage .contents section .subtitle {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-weight: 700;
  font-size: 60px;
}

#page-stage .contents section:nth-child(even) .subtitle {
  position: absolute;
  top: 120px;
  right: 10px;
  color: #f8f8f8;
}

#page-stage .contents section:nth-child(odd) .subtitle {
  position: absolute;
  top: 120px;
  left: 10px;
  color: #d4dae9;
}

#page-stage .contents section:nth-child(odd) .subtitle span {
  position: relative;
  z-index: 2;
}

#page-stage .contents section:nth-child(odd) .subtitle::before {
  content: "";
  display: block;
  position: absolute;
  top: 100px;
  left: 30px;
  background-color: #ffffff;
  width: 60px;
  height: 300px;
  z-index: 0;
}

#page-stage #company h1 {
  background: url("../img/company/h2.jpg") center center no-repeat;
  background-size: cover;
}

#page-stage #service h1 {
  background: url("../img/service/h2.jpg") center center no-repeat;
  background-size: cover;
}

#page-stage #media h1 {
  background: url("../img/media/h2.jpg") center center no-repeat;
  background-size: cover;
}

#page-stage #info h1 {
  background: url("../img/info/h2.jpg") center bottom no-repeat;
  background-size: cover;
}

#page-stage #links-page h1 {
  background: url("../img/links/h2.jpg") center bottom no-repeat;
  background-size: cover;
}

#page-stage #recruit h1 {
  background: url("../img/recruit/h2.jpg") center center no-repeat;
  background-size: cover;
}

#page-stage #policy h1 {
  background: url("../img/policy/h2.jpg") center bottom no-repeat;
  background-size: cover;
}

#page-stage #contact h1 {
  background: url("../img/contact/h2.jpg") center bottom no-repeat;
  background-size: cover;
}

/*==================================================
★company
====================================================*/
#company .aboutus .about {
  padding-top: 3rem;
  padding-right: calc(80px + 5%);
  padding-left: 5%;
}

#company .aboutus .about h3 {
  position: relative;
  margin-bottom: 1rem;
}

#company .aboutus .about h3::after {
  content: "";
  display: inline-block;
  width: 107%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -7%;
  border-bottom: solid 2px #ffffff;
}

#company .aboutus .about .pho {
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
  transition: all 1s 0s ease;
  opacity: 0;
}

#company .aboutus .about .pho::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
  background-color: white;
  transition: all 1s 0s ease;
  transform: translateX(-100%);
}

#company .aboutus .about .pho img {
  max-width: 100%;
}

#company .aboutus .about .txt {
  transition: all 3s 0s ease;
  opacity: 0;
}

#company .aboutus .about .txt p {
  margin-bottom: 1rem;
}

#company .aboutus .about .txt p:last-child {
  margin-bottom: 0;
}

#company .aboutus .about .txt p.syaze {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#company .aboutus .about.inviewan .pho {
  opacity: 1;
}

#company .aboutus .about.inviewan .pho::before {
  transform: translateX(105%);
}

#company .aboutus .about.inviewan .txt {
  opacity: 1;
}

#company .greeting .greetingbx {
  margin-top: 3rem;
  margin-left: 120px;
  margin-right: 5%;
  transition: all 2s 0s ease;
  transform: translateY(200px);
  opacity: 0;
}

#company .greeting .greetingbx p {
  margin-bottom: 1rem;
}

#company .greeting .greetingbx p.pho {
  text-align: center;
}

#company .greeting .greetingbx p.name {
  text-align: right;
}

#company .greeting.inviewan .greetingbx {
  transform: translateY(0);
  opacity: 1;
}

#company .outline .outlinebx {
  margin-top: 3rem;
  padding-right: calc(80px + 5%);
  padding-left: 5%;
}

#company .outline .outlinebx dl {
  margin-bottom: 2rem;
  overflow: hidden;
}

#company .outline .outlinebx dl dt {
  border-bottom: solid 2px #ffffff;
  font-weight: bold;
  position: relative;
}

#company .outline .outlinebx dl dt::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 10%;
  height: 2px;
  background-color: #257ac7;
  transition: all 0.5s 0s ease;
  transform: translateX(0);
  opacity: 1;
}

#company .outline .outlinebx dl dd {
  transition: all 2s 0s ease;
  opacity: 0;
}

#company .outline .outlinebx dl.inviewan dt::after {
  transform: translateX(1000%);
  opacity: 0;
}

#company .outline .outlinebx dl.inviewan dd {
  opacity: 1;
}

#company .access .mapbx {
  margin-top: 3rem;
  margin-left: 120px;
  margin-right: 5%;
  transition: all 1s 0s ease;
  transform: translateY(200px);
  opacity: 0;
}

#company .access .mapbx p {
  margin-bottom: 1rem;
}

#company .access .mapbx iframe {
  width: 100%;
}

#company .access .mapbx.inviewan {
  transform: translateY(0);
  opacity: 1;
}

/*==================================================
★service
====================================================*/
#service .aboutweb .titlepho {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-right: calc(80px + 5%);
  padding-left: 5%;
  transition: all 3s 0s ease;
  opacity: 0;
}

#service .aboutweb .titlepho img {
  max-width: 100%;
}

#service .aboutweb .titlepho.inviewan {
  opacity: 1;
}

#service .aboutweb .intro {
  transition: all 1s 0s ease;
  opacity: 0;
  transform: translateY(200px);
}

#service .aboutweb .intro h3 {
  padding-right: calc(80px + 10%);
  padding-left: 10%;
  padding-top: 5%;
}

#service .aboutweb .intro h3 .sp {
  display: block;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

#service .aboutweb .intro h3 .pc {
  display: none;
}

#service .aboutweb .intro .copy {
  padding-right: calc(80px + 5%);
  padding-left: 5%;
  margin-top: 5%;
  margin-bottom: -3%;
  position: relative;
  z-index: 5;
}

#service .aboutweb .intro .photxt {
  padding-right: calc(80px + 5%);
  padding-left: 5%;
  margin-bottom: 3rem;
}

#service .aboutweb .intro .photxt .pho img {
  max-width: 100%;
}

#service .aboutweb .intro .photxt .txt {
  margin-top: 5%;
}

#service .aboutweb .intro .photxt .txt p {
  margin-bottom: 1rem;
}

#service .aboutweb .intro.inviewan {
  opacity: 1;
  transform: translateY(0);
}

#service .aboutweb .ftxt {
  padding-right: calc(80px + 5%);
  padding-left: 5%;
  transition: all 1s 0s ease;
  opacity: 0;
  transform: translateY(200px);
}

#service .aboutweb .ftxt p {
  margin-bottom: 1rem;
}

#service .aboutweb .ftxt p.banner {
  text-align: center;
}

#service .aboutweb .ftxt p.banner a {
  border: solid 2px #ff9900;
  display: block;
  width: 100%;
  transition: all 1s 0s ease;
  opacity: 1;
}

#service .aboutweb .ftxt p.banner a img {
  max-width: 100%;
}

#service .aboutweb .ftxt p.banner a:hover {
  opacity: 0.7;
}

#service .aboutweb .ftxt.inviewan {
  opacity: 1;
  transform: translateY(0);
}

#service .aboutweb .webdesign {
  padding-left: 5%;
  margin-top: 10%;
}

#service .aboutweb .webdesign h3 {
  position: relative;
  margin-bottom: 1rem;
}

#service .aboutweb .webdesign h3::after {
  content: "";
  display: inline-block;
  width: calc(102% - 80px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -7%;
  border-bottom: solid 2px #ffffff;
}

#service .aboutweb .webdesign .phobx {
  position: relative;
}

#service .aboutweb .webdesign .phobx p img {
  max-width: 100%;
}

#service .aboutweb .webdesign .phobx .pho {
  position: absolute;
  bottom: -30px;
  right: 30px;
  width: 40%;
  z-index: 2;
  overflow: hidden;
  transition: all 1s 0s ease;
  opacity: 0;
}

#service .aboutweb .webdesign .phobx .pho::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
  background-color: white;
  transition: all 1s 0s ease;
  transform: translateX(-100%);
}

#service .aboutweb .webdesign .phobx .pho2 {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  transition: all 3s 0s ease;
  opacity: 0;
}

#service .aboutweb .webdesign .phobx .more {
  width: calc(60% - 30px);
}

#service .aboutweb .webdesign .phobx .more span.morewrap {
  display: block;
  width: 80%;
  margin: 0 auto;
  padding-top: 25px;
}

#service .aboutweb .webdesign .phobx .more span.morewrap a {
  border: solid 2px #262a33;
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  position: relative;
  transition: all 0.5s 0s ease;
}

#service .aboutweb .webdesign .phobx .more span.morewrap a span {
  position: relative;
  z-index: 5;
  transition: all 0.5s 0s ease;
}

#service .aboutweb .webdesign .phobx .more span.morewrap a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #262a33;
  transition: all 0.5s 0s ease;
  transform: scaleX(0);
  transform-origin: left center;
  z-index: 1;
}

#service .aboutweb .webdesign .phobx .more span.morewrap a:hover span {
  color: #ffffff;
}

#service .aboutweb .webdesign .phobx .more span.morewrap a:hover::before {
  transform: scaleX(1);
}

#service .aboutweb .webdesign .txt {
  margin-top: 60px;
  padding-right: 5%;
  transition: all 1s 0s ease;
  opacity: 0;
  transform: translateY(200px);
}

#service .aboutweb .webdesign .txt p {
  margin-bottom: 1rem;
}

#service .aboutweb .webdesign.inviewan .pho {
  opacity: 1;
}

#service .aboutweb .webdesign.inviewan .pho::before {
  transform: translateX(105%);
}

#service .aboutweb .webdesign.inviewan .phobx .pho2 {
  opacity: 1;
}

#service .aboutweb .webdesign.inviewan .txt {
  opacity: 1;
  transform: translateY(0);
}

#service .aboutec .titlepho {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-right: 5%;
  padding-left: 120px;
  transition: all 3s 0s ease;
  opacity: 0;
}

#service .aboutec .titlepho img {
  max-width: 100%;
}

#service .aboutec .titlepho.inviewan {
  opacity: 1;
}

#service .aboutec .ecsite {
  padding-right: 5%;
  padding-left: 120px;
  margin-top: 10%;
}

#service .aboutec .ecsite h3 {
  border-bottom: solid 2px #ffffff;
  margin-bottom: 1rem;
}

#service .aboutec .ecsite .ecbx .pho {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 1s 0s ease;
  opacity: 0;
}

#service .aboutec .ecsite .ecbx .pho::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
  background-color: white;
  transition: all 1s 0s ease;
  transform: translateX(-100%);
}

#service .aboutec .ecsite .ecbx .pho img {
  max-width: 100%;
}

#service .aboutec .ecsite .ecbx .txt {
  transition: all 2s 0s ease;
  transform: translateY(200px);
  opacity: 0;
}

#service .aboutec .ecsite .ecbx .txt p {
  margin-bottom: 1rem;
}

#service .aboutec .ecsite .ecbx.inviewan .pho {
  opacity: 1;
}

#service .aboutec .ecsite .ecbx.inviewan .pho::before {
  transform: translateX(105%);
}

#service .aboutec .ecsite .ecbx.inviewan .txt {
  transform: translateY(0);
  opacity: 1;
}

#service .aboutsearch .titlepho {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-right: calc(80px + 5%);
  padding-left: 5%;
  transition: all 3s 0s ease;
  opacity: 0;
}

#service .aboutsearch .titlepho img {
  max-width: 100%;
}

#service .aboutsearch .titlepho.inviewan {
  opacity: 1;
}

#service .aboutsearch .searchbx {
  padding-left: 5%;
  padding-right: calc(80px + 5%);
  margin-top: 10%;
}

#service .aboutsearch .searchbx .pho {
  margin-bottom: 1rem;
  transition: all 2s 0s ease;
  opacity: 0;
}

#service .aboutsearch .searchbx .pho img {
  max-width: 100%;
}

#service .aboutsearch .searchbx .txt {
  transition: all 2s 0s ease;
  opacity: 0;
  transform: translateY(200px);
}

#service .aboutsearch .searchbx .txt p {
  margin-bottom: 1rem;
}

#service .aboutsearch .searchbx .txt .banner a {
  display: block;
  width: 100%;
  border: solid 2px #cccccc;
  transition: all 1s 0s ease;
  opacity: 1;
}

#service .aboutsearch .searchbx .txt .banner a img {
  max-width: 100%;
}

#service .aboutsearch .searchbx .txt .banner a:hover {
  opacity: 0.7;
}

#service .aboutsearch .searchbx.inviewan .pho {
  opacity: 1;
}

#service .aboutsearch .searchbx.inviewan .txt {
  transform: translateY(0);
  opacity: 1;
}




/*20250108追加　家事代行*/

/*試し*/
#service .abouthousekeeping .titlepho {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-right: 5%;
  padding-left: 120px;
  transition: all 3s 0s ease;
  opacity: 0;
}

#service .abouthousekeeping .titlepho img {
  max-width: 100%;
}

#service .abouthousekeeping .titlepho.inviewan {
  opacity: 1;
}

#service .abouthousekeeping .hk {
  padding-right: 5%;
  padding-left: 120px;
  margin-top: 10%;
}

#service .abouthousekeeping .hk h3 {
  border-bottom: solid 2px #ffffff;
  margin-bottom: 1rem;
}

#service .abouthousekeeping .hk .hkbx .pho {
  position: relative;
  margin-bottom: 1rem;
  overflow: hidden;
  transition: all 1s 0s ease;
  opacity: 0;
}

#service .abouthousekeeping .hk .hkbx .pho::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
  background-color: white;
  transition: all 1s 0s ease;
  transform: translateX(-100%);
}

#service .abouthousekeeping .hk .hkbx .pho img {
  max-width: 100%;
}

#service .abouthousekeeping .hk .hkbx .txt {
  transition: all 2s 0s ease;
  transform: translateY(200px);
  opacity: 0;
}

#service .abouthousekeeping .hk .hkbx .txt p {
  margin-bottom: 1rem;
}

#service .abouthousekeeping .hk .hkbx.inviewan .pho {
  opacity: 1;
}

#service .abouthousekeeping .hk .hkbx.inviewan .pho::before {
  transform: translateX(105%);
}

#service .abouthousekeeping .hk .hkbx.inviewan .txt {
  transform: translateY(0);
  opacity: 1;
}



/*==================================================
★media
====================================================*/
#media .mediabx {
  padding-right: calc(80px + 5%);
  padding-left: 5%;
}

#media .mediabx dl {
  position: relative;
  margin-top: 3rem;
}

#media .mediabx dl dt {
  position: relative;
  background-color: #262a33;
  color: #ffffff;
  padding: 5%;
  margin-left: 5%;
  width: 80%;
  z-index: 5;
  overflow: hidden;
  transition: all 1s 0s ease;
  opacity: 0;
}

#media .mediabx dl dt::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
  background-color: white;
  transition: all 1s 0s ease;
  transform: translateX(-100%);
}

#media .mediabx dl dt span {
  position: relative;
  display: block;
  background-color: #ffffff;
  color: #262a33;
  padding-left: 5px;
  top: 0;
  left: -5%;
  width: 90px;
}

#media .mediabx dl dt span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 95px;
  border-top: solid 12px transparent;
  border-bottom: solid 12px transparent;
  border-left: solid 12px #ffffff;
}

#media .mediabx dl dt a {
  color: #ffffff;
  transition: all 1s 0s ease;
}

#media .mediabx dl dt a:hover {
  color: #257ac7;
}

#media .mediabx dl dd {
  position: relative;
  padding: 60px 5% 5% 5%;
  top: -30px;
  left: 0;
  background-color: #ffffff;
  z-index: 2;
  border: solid 1px #262a33;
  text-align: center;
  transition: all 2s 0s ease;
  opacity: 0;
}

#media .mediabx dl dd img {
  max-width: 100%;
}

#media .mediabx dl.inviewan dt {
  opacity: 1;
}

#media .mediabx dl.inviewan dt::before {
  transform: translateX(105%);
}

#media .mediabx dl.inviewan dd {
  opacity: 1;
}

/*==================================================
★info
====================================================*/
#info .infobx {
  padding-right: calc(80px + 5%);
  padding-left: 5%;
}

#info .infobx dl {
  position: relative;
  margin-top: 3rem;
  background-color: #ffffff;
  border-right: solid 2px #262a33;
  overflow: hidden;
  transition: all 1s 0s ease;
  opacity: 0;
}

#info .infobx dl::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
  background-color: #262a33;
  transition: all 1s 0s ease;
  transform: translateX(-100%);
}

#info .infobx dl dt {
  position: relative;
  display: inline-block;
  background-color: #262a33;
  color: #ffffff;
  padding-left: 5px;
  top: 15px;
  left: 0;
  width: 90px;
  margin-bottom: 1rem;
}

#info .infobx dl dt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 95px;
  border-top: solid 12px transparent;
  border-bottom: solid 12px transparent;
  border-left: solid 12px #262a33;
}

#info .infobx dl dd {
  padding: 5%;
  margin-left: 5%;
}

#info .infobx dl dd .title {
  display: block;
  margin-left: -6px;
  margin-bottom: 1rem;
  font-weight: bold;
}

#info .infobx dl dd p {
  margin-bottom: 1rem;
}

#info .infobx dl dd p:last-child {
  margin-bottom: 0;
}

#info .infobx dl.inviewan {
  opacity: 1;
}

#info .infobx dl.inviewan::before {
  transform: translateX(105%);
}

/*==================================================
★links-page
====================================================*/
#links-page .linkbx {
  padding-right: calc(80px + 5%);
  padding-left: 5%;
  margin-top: 3rem;
}

#links-page .linkbx h3 {
  position: relative;
  margin-bottom: 1rem;
}

#links-page .linkbx h3::after {
  content: "";
  display: inline-block;
  width: 107%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -7%;
  border-bottom: solid 2px #ffffff;
}

#links-page .linkbx ul {
  margin-left: 25px;
}

#links-page .linkbx ul li {
  transition: all 2s 0s ease;
  opacity: 0;
}

#links-page .linkbx ul li a {
  color: #262a33;
  transition: all 1s 0s ease;
}

#links-page .linkbx ul li a:hover {
  color: #257ac7;
}

#links-page .linkbx ul li.inviewan {
  opacity: 1;
}

/*==================================================
★recruit
====================================================*/
#recruit .recruitbx {
  padding-right: calc(80px + 5%);
  padding-left: 5%;
  margin-top: 3rem;
}

#recruit .recruitbx h3 {
  position: relative;
  margin-bottom: 1rem;
}

#recruit .recruitbx h3::after {
  content: "";
  display: inline-block;
  width: 107%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -7%;
  border-bottom: solid 2px #ffffff;
}

#recruit .recruitbx .recruit-in {
  margin-bottom: 5rem;
}

#recruit .recruitbx .recruit-in.greeting {
  transition: all 2s 0s ease;
  transform: translateY(200px);
  opacity: 0;
}

#recruit .recruitbx .recruit-in.greeting .pho {
  text-align: center;
  margin-bottom: 1rem;
}

#recruit .recruitbx .recruit-in.greeting .pho img {
  max-width: 100%;
}

#recruit .recruitbx .recruit-in.greeting .txt p {
  margin-bottom: 1rem;
}

#recruit .recruitbx .recruit-in.greeting.inviewan {
  transform: translateY(0);
  opacity: 1;
}

#recruit .recruitbx .recruit-in.boshu dl dt {
  background-color: #ffffff;
  padding: 5px;
  position: relative;
  overflow: hidden;
}

#recruit .recruitbx .recruit-in.boshu dl dt::after {
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  background-color: #257ac7;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s 0s ease;
  transform: translateX(0);
}

#recruit .recruitbx .recruit-in.boshu dl dt.inviewan::after {
  transform: translateX(1000%);
}

#recruit .recruitbx .recruit-in.boshu dl dd {
  padding: 5px;
  margin-left: 15px;
  margin-bottom: 1rem;
  transition: all 2s 0s ease;
  opacity: 0;
}

#recruit .recruitbx .recruit-in.boshu dl dd p {
  margin-bottom: 1rem;
}

#recruit .recruitbx .recruit-in.boshu dl dd p:last-child {
  margin-bottom: 0;
}

#recruit .recruitbx .recruit-in.boshu dl dd.inviewan {
  opacity: 1;
}

#recruit .recruitbx .recruit-in.tokucho div .j_img {
  position: relative;
  margin-bottom: 1rem;
  text-align: center;
  overflow: hidden;
  transition: all 1s 0s ease;
  opacity: 0;
}

#recruit .recruitbx .recruit-in.tokucho div .j_img::before {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 2;
  background-color: #ffffff;
  transition: all 1s 0s ease;
  transform: translateX(-100%);
}

#recruit .recruitbx .recruit-in.tokucho div .j_img img {
  max-width: 100%;
}

#recruit .recruitbx .recruit-in.tokucho div .j_txt {
  margin-bottom: 2rem;
  transition: all 2s 0s ease;
  opacity: 0;
}

#recruit .recruitbx .recruit-in.tokucho div.inviewan .j_img {
  opacity: 1;
}

#recruit .recruitbx .recruit-in.tokucho div.inviewan .j_img::before {
  transform: translateX(105%);
}

#recruit .recruitbx .recruit-in.tokucho div.inviewan .j_txt {
  opacity: 1;
}

/*==================================================
★policy
====================================================*/
#policy .policycont {
  padding-right: calc(80px + 5%);
  padding-left: 5%;
  margin-top: 3rem;
  transition: all 2s 0s ease;
  transform: translateY(200px);
  opacity: 0;
}

#policy .policycont ol {
  margin-top: 3rem;
  margin-left: 25px;
}

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

#policy .policycont h3 {
  margin-top: 3rem;
}

#policy .policycont ul {
  margin-top: 1rem;
  margin-left: 25px;
}

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

#policy .policycont .name {
  text-align: right;
  margin-top: 2rem;
}

#policy .policycont.inviewan {
  transform: translateY(0);
  opacity: 1;
}

/*==================================================
★contact
====================================================*/
#contact .contactbx {
  padding-right: calc(80px + 5%);
  padding-left: 5%;
  margin-top: 3rem;
}

#contact .contactbx h3 {
  position: relative;
  margin-bottom: 1rem;
}

#contact .contactbx h3::after {
  content: "";
  display: inline-block;
  width: 107%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -7%;
  border-bottom: solid 2px #ffffff;
}

#contact .contactbx .telfax {
  transition: all 1s 0s ease;
  transform: translateY(200px);
  opacity: 0;
}

#contact .contactbx .telfax .info {
  margin-bottom: 1rem;
}

#contact .contactbx .telfax .tel {
  margin-bottom: 5rem;
}

#contact .contactbx .telfax .tel span {
  font-weight: bold;
  font-size: 20px;
  color: #257ac7;
}

#contact .contactbx .telfax .tel a {
  color: #257ac7;
}

#contact .contactbx .telfax.inviewan {
  transform: translateY(0);
  opacity: 1;
}

#contact .contactbx .formbx {
  transition: all 1s 0s ease;
  transform: translateY(200px);
  opacity: 0;
}

#contact .contactbx .formbx .info {
  margin-bottom: 1rem;
}

#contact .contactbx .formbx iframe {
  width: 100%;
}

#contact .contactbx .formbx form {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 5%;
}

#contact .contactbx .formbx form dl dt span {
  display: inline-block;
  background-color: #257ac7;
  color: #ffffff;
  padding: 3px;
  margin-right: 5px;
  border-radius: 3px;
}

#contact .contactbx .formbx form dl dd {
  padding-top: 5px;
  padding-bottom: 1rem;
}

#contact .contactbx .formbx form dl dd .txbx {
  width: 96%;
}

#contact .contactbx .formbx form dl dd textarea {
  width: 96%;
}

#contact .contactbx .formbx form .but {
  background-color: #262a33;
  text-align: center;
  padding: 5px;
}

#contact .contactbx .formbx form .but input {
  background-color: #ffffff;
  border: solid 1px #ffffff;
  border-radius: 3px;
  transition: all 1s 0s ease;
}

#contact .contactbx .formbx form .but input:hover {
  color: #257ac7;
}

#contact .contactbx .formbx.inviewan {
  transform: translateY(0);
  opacity: 1;
}

/*==================================================
★media 769
====================================================*/
@media only screen and (min-width: 769px) {
  /* ★stage-tb */
  #page-stage {
    background: #f8f8f8 url("../img/stage_bg02.png") right top repeat-y;
  }
  #page-stage .contents section h2 {
    margin-left: 10%;
    margin-right: calc(110px + 5%);
    font-size: 20px;
  }
  #page-stage .contents section:nth-child(even) .subtitle {
    top: 170px;
    right: 40px;
  }
  #page-stage .contents section:nth-child(odd) .subtitle {
    left: 6%;
  }
  /* ★company-tb */
  #company .aboutus .about {
    padding-left: 10%;
    padding-right: calc(110px + 5%);
  }
  #company .aboutus .about h3::after {
    width: 115%;
    left: -15%;
  }
  #company .aboutus .about .detail {
    display: flex;
    justify-content: space-between;
  }
  #company .aboutus .about .detail .pho {
    width: 40%;
  }
  #company .aboutus .about .detail .txt {
    width: 57%;
  }
  #company .greeting .greetingbx {
    margin-right: 20%;
    display: flex;
    justify-content: space-between;
  }
  #company .greeting .greetingbx p.pho {
    width: 35%;
    text-align: right;
  }
  #company .greeting .greetingbx .txt {
    width: 56%;
  }
  #company .outline .outlinebx {
    padding-left: 10%;
    padding-right: calc(110px + 5%);
  }
  #company .outline .outlinebx dl {
    display: flex;
    justify-content: space-between;
  }
  #company .outline .outlinebx dl dt {
    width: 30%;
  }
  #company .outline .outlinebx dl dd {
    width: 70%;
    border-bottom: solid 2px #ffffff;
  }
  #company .access .mapbx {
    margin-right: 20%;
    padding-left: 60px;
  }
  /* ★service-tb */
  #service .aboutweb .titlepho {
    padding-left: 10%;
    padding-right: calc(110px + 5%);
  }
  #service .aboutweb .intro h3 {
    padding-left: 10%;
    padding-right: calc(110px + 5%);
  }
  #service .aboutweb .intro h3 .sp {
    display: none;
  }
  #service .aboutweb .intro h3 .pc {
    display: block;
  }
  #service .aboutweb .intro .copy {
    padding-left: 10%;
    padding-right: calc(110px + 5%);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -40px;
  }
  #service .aboutweb .intro .photxt {
    padding-left: 10%;
    padding-right: calc(110px + 5%);
  }
  #service .aboutweb .intro .photxt .photxtin {
    display: flex;
    justify-content: space-between;
    border: solid 3px #ffffff;
    padding: 8%;
  }
  #service .aboutweb .intro .photxt .photxtin .pho {
    width: 40%;
  }
  #service .aboutweb .intro .photxt .photxtin .txt {
    width: 57%;
    margin-top: 0;
  }
  #service .aboutweb .intro .photxt .photxtin .txt p:last-child {
    margin-bottom: 0;
  }
  #service .aboutweb .ftxt {
    padding-left: 10%;
    padding-right: calc(110px + 5%);
    display: flex;
    justify-content: space-between;
  }
  #service .aboutweb .ftxt .txt {
    width: 50%;
  }
  #service .aboutweb .ftxt .bannerbx {
    width: 47%;
  }
  #service .aboutweb .webdesign {
    padding-left: 10%;
  }
  #service .aboutweb .webdesign h3::after {
    width: calc(102% - 110px);
  }
  #service .aboutweb .webdesign .txt {
    padding-right: 10%;
  }
  #service .aboutec .titlepho {
    padding-left: 20%;
  }
  #service .aboutec .ecsite {
    padding-left: 20%;
  }
  #service .aboutec .ecsite .ecbx {
    display: flex;
    justify-content: space-between;
  }
  #service .aboutec .ecsite .ecbx .pho {
    width: 30%;
  }
  #service .aboutec .ecsite .ecbx .txt {
    width: 62%;
    padding-right: 5%;
  }
  #service .aboutsearch .titlepho {
    padding-left: 10%;
    padding-right: calc(110px + 5%);
  }
  #service .aboutsearch .searchbx {
    padding-left: 10%;
    padding-right: calc(110px + 5%);
    display: flex;
    justify-content: space-between;
  }
  #service .aboutsearch .searchbx .pho {
    width: 40%;
  }
  #service .aboutsearch .searchbx .txt {
    width: 57%;
  }
	
  /*20250226追加　家事代行*/
  #service .abouthousekeeping .titlepho {
    padding-left: 20%;
  }
  #service .abouthousekeeping .hk {
    padding-left: 20%;
  }
  #service .abouthousekeeping .hk .hkbx {
    display: flex;
    justify-content: space-between;
  }
  #service .abouthousekeeping .hk .hkbx .pho {
    width: 30%;
  }
  #service .abouthousekeeping .hk .hkbx .txt {
    width: 62%;
    padding-right: 5%;
  }
	
	
  /* ★media-tb */
  #media .mediabx {
    padding-left: 10%;
    padding-right: calc(110px + 5%);
  }
  #media .mediabx dl {
    display: flex;
    justify-content: space-between;
  }
  #media .mediabx dl dt {
    width: 30%;
  }
  #media .mediabx dl dt span {
    left: -20%;
  }
  #media .mediabx dl dd {
    width: 70%;
    top: 0;
    left: 0;
  }
  /* ★info-tb */
  #info .infobx {
    padding-left: 10%;
    padding-right: calc(110px + 5%);
  }
  /* ★links-page-tb */
  #links-page .linkbx {
    padding-left: 10%;
    padding-right: calc(110px + 5%);
  }
  #links-page .linkbx ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #links-page .linkbx ul li {
    width: 48%;
  }
  /* ★recruit-tb */
  #recruit .recruitbx {
    padding-left: 10%;
    padding-right: calc(110px + 5%);
  }
  #recruit .recruitbx .recruit-in.greeting {
    display: flex;
    justify-content: space-between;
  }
  #recruit .recruitbx .recruit-in.greeting .pho {
    width: 30%;
  }
  #recruit .recruitbx .recruit-in.greeting .txt {
    width: 67%;
  }
  #recruit .recruitbx .recruit-in.boshu dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #recruit .recruitbx .recruit-in.boshu dl dt {
    width: 30%;
    border-bottom: solid 5px #f8f8f8;
  }
  #recruit .recruitbx .recruit-in.boshu dl dd {
    width: 63%;
    margin-bottom: 0;
    border-bottom: solid 5px #ffffff;
  }
  #recruit .recruitbx .recruit-in.tokucho div {
    display: flex;
    justify-content: space-between;
  }
  #recruit .recruitbx .recruit-in.tokucho div p {
    width: 48%;
  }
  /* ★policy-tb */
  #policy .policycont {
    padding-left: 10%;
    padding-right: calc(110px + 5%);
    max-width: 1000px;
    margin: 3rem auto 0 auto;
  }
  /* ★contact-tb */
  #contact .contactbx {
    padding-left: 10%;
    padding-right: calc(110px + 5%);
  }
  #contact .contactbx .info {
    text-align: center;
  }
  #contact .contactbx .telfax .tel {
    text-align: center;
  }
  #contact .contactbx .formbx {
    max-width: 1000px;
    margin: 3rem auto 0 auto;
  }
  #contact .contactbx .formbx form dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #contact .contactbx .formbx form dl dt {
    width: 30%;
  }
  #contact .contactbx .formbx form dl dd {
    width: 67%;
  }
}

/*==================================================
★media 1239
====================================================*/
@media only screen and (min-width: 1239px) {
  /* ★stage-pc */
  #page-stage {
    background: #f8f8f8 url("../img/stage_bg03.png") right top repeat-y;
  }
  #page-stage .contents section h2 {
    margin-right: calc(168px + 5%);
  }
  #page-stage .contents section:nth-child(even) .subtitle {
    top: 170px;
    right: 95px;
  }
  #page-stage .contents section:nth-child(odd) .subtitle {
    left: 8%;
  }
  #page-stage .contents section:nth-child(odd) .subtitle::before {
    left: 50px;
  }
  /* ★company-pc */
  #company .aboutus .about {
    padding-right: calc(168px + 5%);
  }
  #company .outline .outlinebx {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: calc(168px + 5%);
  }
  #company .outline .outlinebx dl {
    width: 48%;
  }
  #company .access .mapbx {
    margin-right: 0;
    padding-right: calc(168px + 5%);
    padding-left: 200px;
  }
  /* ★service-pc */
  #service .aboutweb .titlepho {
    padding-right: calc(168px + 5%);
  }
  #service .aboutweb .intro h3 {
    padding-right: calc(168px + 5%);
  }
  #service .aboutweb .intro .copy {
    padding-right: calc(168px + 5%);
  }
  #service .aboutweb .intro .photxt {
    padding-right: calc(168px + 5%);
  }
  #service .aboutweb .ftxt {
    padding-right: calc(168px + 5%);
  }
  #service .aboutweb .webdesign {
    margin-top: 7%;
  }
  #service .aboutweb .webdesign h3::after {
    width: calc(102% - 168px);
  }
  #service .aboutweb .webdesign .phobx .pho {
    bottom: -200px;
  }
  #service .aboutweb .webdesign .txt {
    width: 55%;
  }
  #service .aboutec .ecsite {
    margin-top: 7%;
  }
  #service .aboutsearch .titlepho {
    padding-right: calc(168px + 5%);
  }
  #service .aboutsearch .searchbx {
    margin-top: 7%;
    padding-right: calc(168px + 5%);
  }
	
/*20250226追加　家事代行*/
  #service .abouthousekeeping .hk {
    margin-top: 7%;
  }
	
	
	
	
  /* ★media-pc */
  #media .mediabx {
    padding-right: calc(168px + 5%);
  }
  /* ★info-pc */
  #info .infobx {
    padding-right: calc(168px + 5%);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #info .infobx dl {
    width: 48%;
    border-right: none;
    border-bottom: solid 2px #262a33;
  }
  /* ★links-page-pc */
  #links-page .linkbx {
    padding-right: calc(168px + 5%);
  }
  /* ★recruit-pc */
  #recruit .recruitbx {
    padding-right: calc(168px + 5%);
  }
  #recruit .recruitbx .recruit-in.boshu dl dd {
    width: 66%;
  }
  /* ★policy-pc */
  #policy .policycont {
    padding-right: calc(168px + 5%);
  }
  /* ★contact-pc */
  #contact .contactbx {
    padding-right: calc(168px + 5%);
  }
}

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