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

.red {
  color: #ff0000;
}

.bold {
  font-weight: bold;
}

.pagination {
  display: none;
}

img {
  max-width: 100%;
}

.tb {
  display: none;
}

.pc {
  display: none;
}

/*==================================================
★media 769
====================================================*/
@media only screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .tb {
    display: block;
  }
}

/*==================================================
★media 1239
====================================================*/
@media only screen and (min-width: 1239px) {
  .pc {
    display: block;
  }
  .fullPageScroll {
    width: 100%;
    height: 100vh;
    /*               scroll-snap-type: mandatory;
        scroll-snap-points-y: repeat(100vh);
        -ms-scroll-snap-type: mandatory;
        -ms-scroll-snap-points-y: repeat(100vh);
        -webkit-scroll-snap-type: mandatory;
        -webkit-scroll-snap-points-y: repeat(100vh);
        scroll-snap-type: y mandatory; */
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .section {
    position: relative;
    z-index: 10;
    width: 100%;
    /* height: 100vh; */
    /* scroll-snap-align: start; */
  }
  .pagination {
    display: none;
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 20px;
    overflow: hidden;
    z-index: 100;
  }
  .pagination.showbx {
    display: block;
  }
  .pagination:hover {
    background-color: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(3px);
  }
  .pagination .menuwrap {
    position: relative;
    width: 130px;
  }
  .pagination a {
    display: block;
    margin: 24px 0;
    border-left: solid 5px #cfd1df;
    transition: transform 0.2s;
    padding-left: 15px;
    text-decoration: none;
  }
  .pagination a.active {
    border-left: solid 5px #182987;
  }
}

/*==================================================
★body
====================================================*/
body {
  width: 100%;
  background-color: #f8f8fa;
  font-family: "ヒラギノ角ゴ 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: #182987;
}

/*==================================================
★header
====================================================*/
.logobx {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}

.logobx .logoin {
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 57px;
}

.logobx .logoin h1 {
  padding-top: 15px;
  padding-left: 15px;
}

.logobx .logoin h1 img {
  width: 260px;
}

.logobx .logoin p {
  padding-top: 15px;
  padding-left: 15px;
}

.logobx .logoin p img {
  width: 260px;
}

.logobx .logoin nav {
  display: none;
}

/*==================================================
★fvbg
====================================================*/
.fvbg #bg01bx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 2;
}

.fvbg #bg01 {
  width: 100%;
  height: 100%;
}

.fvbg #bg02bx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150vh;
  overflow: hidden;
  z-index: 1;
}

.fvbg #bg02 {
  width: 100%;
  height: 100%;
}

/*==================================================
★pagetop
====================================================*/
#pagetop {
  height: 100vh;
  position: relative;
}

#pagetop .fvcont {
  position: relative;
  z-index: 10;
  height: 150vh;
  overflow: hidden;
}

#pagetop .fvcont .curvetextwrap2 {
  position: relative;
  top: 45%;
  left: -43%;
}

#pagetop .fvcont .curvetextwrap2 .curvetextwrap {
  width: 150%;
}

#pagetop .fvcont .curvetextwrap2 .curvetextwrap #curvetextbx #curvetext {
  overflow: visible;
}

#pagetop .fvcont .copywrap {
  position: absolute;
  top: 20%;
  right: 0;
  width: 80%;
}

#pagetop .fvcont .copywrap .copybx #copy {
  overflow: hidden;
}

#pagetop .fvcont .splinewrap {
  position: absolute;
  top: 48%;
  left: 0;
  width: 100%;
}

#pagetop .fvcont .splinewrap .splinebx #spline_all {
  width: 130%;
  margin-left: -5%;
}

/*==================================================
★section
====================================================*/
.section {
  line-height: 1.75;
}

.section .contwrap .title {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  z-index: 5;
  margin-left: 20px;
}

.section .contwrap .title h2 {
  position: relative;
  top: 0;
  left: 0;
  background-color: #ffffff;
  display: inline-block;
  font-size: 30px;
  padding: 15px;
  z-index: 2;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  transition: all 1s 0s ease;
  transform: rotateX(90deg);
}

.section .contwrap .title .sub {
  position: absolute;
  top: 75px;
  right: -60px;
  background-color: #182987;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  padding: 15px;
  z-index: 1;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  font-family: "Lato", sans-serif;
  transition: all 1s 0s ease;
  transform: rotateX(90deg);
}

.section .contwrap .title.invanim h2 {
  transform: rotateX(0deg);
}

.section .contwrap .title.invanim .sub {
  transform: rotateX(0deg);
}

/*==================================================
★aboutus
====================================================*/
#aboutus {
  position: relative;
  z-index: 11;
  padding-top: 10%;
}

#aboutus::before {
  content: url("../img/bg01.svg");
  width: 90%;
  display: block;
  position: absolute;
  bottom: -20%;
  right: 0;
}

#aboutus .contwrap .phobx {
  position: relative;
  overflow: hidden;
}

#aboutus .contwrap .phobx .pho1 {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  z-index: 2;
  transition: all 0.8s 0s ease;
  transform: scale(0);
  opacity: 0;
}

#aboutus .contwrap .phobx .pho1.invanim {
  transform: scale(1);
  opacity: 1;
}

#aboutus .contwrap .phobx .pho2 {
  position: relative;
  width: 80%;
  z-index: 1;
  padding-top: 150px;
  transition: all 0.8s 0s ease;
  transform: scale(0);
  opacity: 0;
}

#aboutus .contwrap .phobx .pho2.invanim {
  transform: scale(1);
  opacity: 1;
}

#aboutus .contwrap .phobx .txt {
  position: relative;
  z-index: 3;
  top: -40px;
  left: 30%;
  background-color: white;
  padding: 5%;
  width: 60%;
  transition: all 0.8s 0s ease;
  transform: scale(0);
  opacity: 0;
}

#aboutus .contwrap .phobx .txt.invanim {
  transform: scale(1);
  opacity: 1;
}

#aboutus .contwrap .phobx .but {
  position: relative;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  text-align: center;
  background: linear-gradient(90deg, #182987, #6ab2e2);
  z-index: 4;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  transition: all 1s 0s ease;
  opacity: 0;
}

#aboutus .contwrap .phobx .but.invanim {
  opacity: 1;
}

#aboutus .contwrap .phobx .but a {
  display: block;
  width: 90%;
  padding: 5%;
  color: #ffffff;
  text-decoration: none;
}

#aboutus .contwrap .phobx .but a::before {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  top: 2px;
  left: 2px;
  border: solid 1px #ffffff;
  transition: all 0.5s 0s ease;
  transform: scale(0);
  opacity: 0;
}

#aboutus .contwrap .phobx .but a:hover::before {
  transform: scale(1);
  opacity: 0.5;
}

#aboutus .contwrap .phobx .but::after {
  content: url(../img/arrow.svg);
  display: block;
  width: 40px;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-40%) translateX(0);
  transition: all 0.5s 0s ease;
}

#aboutus .contwrap .phobx .but:hover::after {
  transform: translateY(-40%) translateX(10px);
}

/*==================================================
★service
====================================================*/
#service {
  position: relative;
  z-index: 12;
  padding-top: 20%;
}

#service::before {
  content: url("../img/bg02.svg");
  width: 90%;
  display: block;
  position: absolute;
  top: 63%;
  left: 0;
}

#service .contwrap {
  position: relative;
  z-index: 13;
  overflow: hidden;
}

#service .contwrap .servicebx {
  width: 100%;
  margin-top: 5%;
  position: relative;
  margin-bottom: 160px;
}

#service .contwrap .servicebx .outline {
  width: 70%;
  padding: 5%;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: -100px;
  left: 50%;
  z-index: 2;
  transition: all 1s 0s ease;
  transform: translateX(-50%) rotateX(90deg);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
}

#service .contwrap .servicebx .outline h3 {
  color: #182987;
  font-size: 16px;
  margin-bottom: 15px;
  text-align: center;
}

#service .contwrap .servicebx .outline.invanim {
  transform: translateX(-50%) rotateX(0deg);
}

#service .contwrap .servicebx .pho {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  transition: all 0.8s 0s ease;
  transform: scale(0);
  opacity: 0;
}

#service .contwrap .servicebx .pho.invanim {
  transform: scale(1);
  opacity: 1;
}

#service .contwrap .but {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  text-align: center;
  background: linear-gradient(90deg, #182987, #6ab2e2);
  z-index: 4;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 100px;
  transition: all 1s 0s ease;
  opacity: 0;
}

#service .contwrap .but.invanim {
  opacity: 1;
}

#service .contwrap .but a {
  display: block;
  width: 90%;
  padding: 5%;
  color: #ffffff;
  text-decoration: none;
}

#service .contwrap .but a::before {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  top: 2px;
  left: 2px;
  border: solid 1px #ffffff;
  transition: all 0.5s 0s ease;
  transform: scale(0);
  opacity: 0;
}

#service .contwrap .but a:hover::before {
  transform: scale(1);
  opacity: 0.5;
}

#service .contwrap .but::after {
  content: url(../img/arrow.svg);
  display: block;
  width: 40px;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-40%) translateX(0);
  transition: all 0.5s 0s ease;
}

#service .contwrap .but:hover::after {
  transform: translateY(-40%) translateX(10px);
}

/*==================================================
★works
====================================================*/
#works {
  position: relative;
  z-index: 13;
  padding-top: 20%;
}

#works .contwrap .workbx {
  transition: all 0.8s 0s ease;
  transform: scale(0);
}

#works .contwrap .workbx.invanim {
  transform: scale(1);
}

#works .contwrap .but {
  position: relative;
  margin-top: 5%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  text-align: center;
  background: linear-gradient(90deg, #182987, #6ab2e2);
  z-index: 4;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 100px;
  transition: all 1s 0s ease;
  opacity: 0;
}

#works .contwrap .but.invanim {
  opacity: 1;
}

#works .contwrap .but a {
  display: block;
  width: 90%;
  padding: 5%;
  color: #ffffff;
  text-decoration: none;
}

#works .contwrap .but a::before {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  top: 2px;
  left: 2px;
  border: solid 1px #ffffff;
  transition: all 0.5s 0s ease;
  transform: scale(0);
  opacity: 0;
}

#works .contwrap .but a:hover::before {
  transform: scale(1);
  opacity: 0.5;
}

#works .contwrap .but::after {
  content: url(../img/arrow.svg);
  display: block;
  width: 40px;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-40%) translateX(0);
  transition: all 0.5s 0s ease;
}

#works .contwrap .but:hover::after {
  transform: translateY(-40%) translateX(10px);
}

/*==================================================
★news
====================================================*/
#news {
  position: relative;
  z-index: 14;
  padding-top: 15%;
}

#news::before {
  content: url("../img/bg03.svg");
  width: 90%;
  display: block;
  position: absolute;
  top: 5%;
  right: 0;
}

#news .contwrap {
  position: relative;
  z-index: 15;
}

#news .contwrap .titlebx .pho {
  transition: all 0.8s 0s ease;
  transform: scale(0);
  opacity: 0;
}

#news .contwrap .titlebx .pho.invanim {
  transform: scale(1);
  opacity: 1;
}

#news .contwrap .newswrap {
  overflow: hidden;
}

#news .contwrap .newswrap .newsbx {
  margin: 10% 10% 0 10%;
  background: rgba(255, 255, 255, 0.5);
  padding: 5%;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  transition: all 1s 0s ease;
  transform: rotateX(90deg);
}

#news .contwrap .newswrap .newsbx h3 {
  font-size: 16px;
  background: url("../img/news_marker.png") left 4px no-repeat;
  background-size: 20px;
  padding-left: 20px;
}

#news .contwrap .newswrap .newsbx h3 a {
  color: #182987;
}

#news .contwrap .newswrap .newsbx .date {
  color: #666666;
  padding-left: 20px;
}

#news .contwrap .newswrap .newsbx .txt p {
  margin-top: 1rem;
  padding-left: 20px;
}

#news .contwrap .newswrap .newsbx.invanim {
  transform: rotateX(0deg);
}

#news .contwrap .newswrap .but {
  position: relative;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  text-align: center;
  background: linear-gradient(90deg, #182987, #6ab2e2);
  z-index: 4;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  margin-bottom: 100px;
  transition: all 1s 0s ease;
  opacity: 0;
}

#news .contwrap .newswrap .but.invanim {
  opacity: 1;
}

#news .contwrap .newswrap .but a {
  display: block;
  width: 90%;
  padding: 5%;
  color: #ffffff;
  text-decoration: none;
}

#news .contwrap .newswrap .but a::before {
  content: "";
  display: block;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  position: absolute;
  top: 2px;
  left: 2px;
  border: solid 1px #ffffff;
  transition: all 0.5s 0s ease;
  transform: scale(0);
  opacity: 0;
}

#news .contwrap .newswrap .but a:hover::before {
  transform: scale(1);
  opacity: 0.5;
}

#news .contwrap .newswrap .but::after {
  content: url(../img/arrow.svg);
  display: block;
  width: 40px;
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-40%) translateX(0);
  transition: all 0.5s 0s ease;
}

#news .contwrap .newswrap .but:hover::after {
  transform: translateY(-40%) translateX(10px);
}

/*==================================================
★recruit
====================================================*/
#recruit {
  position: relative;
  z-index: 15;
  padding-top: 25%;
}

#recruit .contwrap .tochu {
  width: 80%;
  margin-top: 15%;
  font-size: 20px;
  border: dotted 1px #182987;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-bottom: 10%;
}

/*==================================================
★contact
====================================================*/
#contact {
  position: relative;
  z-index: 16;
  padding-top: 15%;
  overflow: hidden;
}

#contact::before {
  content: url("../img/bg05.svg");
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  width: 90%;
}

#contact .contwrap {
  position: relative;
}

#contact .contwrap .telfax {
  position: relative;
  z-index: 3;
  padding: 60px 5% 30px 5%;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  transition: all 3s 0s ease;
  opacity: 0;
}

#contact .contwrap .telfax.invanim {
  opacity: 1;
}

#contact .contwrap .telfax .info {
  margin-bottom: 1rem;
  text-align: center;
}

#contact .contwrap .telfax .tel {
  margin-bottom: 1rem;
  text-align: center;
  line-height: 2;
}

#contact .contwrap .telfax .tel a {
  color: #182987;
  font-size: 22px;
  font-weight: bold;
}

#contact .contwrap .telfax .fax {
  text-align: center;
}

#contact .contwrap .mail {
  margin-top: 5%;
  position: relative;
  z-index: 4;
  width: 70%;
  padding: 5%;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  transition: all 3s 0s ease;
  opacity: 0;
}

#contact .contwrap .mail.invanim {
  opacity: 1;
}

#contact .contwrap .mail h3 {
  background-color: #182987;
  padding: 10px;
  text-align: center;
  color: #ffffff;
}

#contact .contwrap .mail .info {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#contact .contwrap .mail form dl dt {
  margin-top: 1rem;
}

#contact .contwrap .mail form dl dd .txbx {
  width: 96%;
  line-height: 1.75;
}

#contact .contwrap .mail form dl dd textarea {
  width: 96%;
  line-height: 1.5;
}

#contact .contwrap .mail form .but {
  background-color: #ecedf5;
  padding: 10px;
  text-align: center;
  margin-top: 1rem;
}

#contact .contwrap .mail form .but input {
  background-color: #ffffff;
  border: solid 1px #74778a;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

/*==================================================
★footer
====================================================*/
.footnav {
  margin-top: 15%;
  margin-left: 5%;
}

footer {
  position: relative;
  z-index: 5;
  margin-top: 5px;
  border-top: solid 1px #ecedf5;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

footer .comlogo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

footer .addr {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
  line-height: 1.75;
}

footer #cor {
  font-size: 11px;
  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 #182987;
}

.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) {
  /* ★pagetop-tb */
  #pagetop .fvcont .curvetextwrap2 {
    top: 40%;
  }
  #pagetop .fvcont .copywrap {
    width: 65%;
    top: 15%;
  }
  #pagetop .fvcont .splinewrap {
    top: 43%;
  }
  /* ★section-tb */
  .section .contwrap .title {
    margin-left: 60px;
  }
  .section .contwrap .title h2 {
    font-size: 40px;
  }
  .section .contwrap .title .sub {
    top: 90px;
    font-size: 30px;
  }
  /* ★aboutus-tb */
  #aboutus::before {
    width: 70%;
  }
  #aboutus .contwrap {
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #aboutus .contwrap .phobx .pho1 {
    width: 50%;
  }
  #aboutus .contwrap .phobx .txt {
    font-size: 16px;
  }
  #aboutus .contwrap .phobx .but {
    width: 50%;
  }
  #aboutus .contwrap .phobx .but a {
    font-size: 18px;
  }
  #aboutus .contwrap .phobx .but::after {
    width: 60px;
    right: -45px;
  }
  /* ★service-tb */
  #service {
    padding-top: 10%;
  }
  #service::before {
    width: 70%;
    top: 50%;
  }
  #service .contwrap {
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #service .contwrap .servicebx {
    margin-top: 10%;
    margin-bottom: 0;
  }
  #service .contwrap .servicebx .outline {
    bottom: 30px;
    width: 39%;
    margin-right: 1%;
  }
  #service .contwrap .servicebx .outline h3 {
    font-size: 20px;
  }
  #service .contwrap .servicebx .outline .txt {
    font-size: 16px;
  }
  #service .contwrap .servicebx .pho {
    width: 60%;
  }
  #service .contwrap .servicebx.sv1 {
    margin-top: -5%;
  }
  #service .contwrap .servicebx.sv1 .outline {
    left: 0;
    transform: translateX(0);
  }
  #service .contwrap .servicebx.sv1 .pho {
    margin-left: 40%;
  }
  #service .contwrap .servicebx.sv2 .outline {
    left: auto;
    right: 0;
    transform: translateX(0);
  }
  #service .contwrap .but {
    top: 40px;
    width: 50%;
  }
  #service .contwrap .but a {
    font-size: 18px;
  }
  #service .contwrap .but::after {
    width: 60px;
    right: -45px;
  }
  /* ★works-tb */
  #works {
    padding-top: 15%;
  }
  #works .contwrap {
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #works .contwrap .but {
    top: 0;
    width: 50%;
  }
  #works .contwrap .but a {
    font-size: 18px;
  }
  #works .contwrap .but::after {
    width: 60px;
    right: -45px;
  }
  /* ★news-tb */
  #news {
    padding-top: 15%;
  }
  #news::before {
    width: 70%;
  }
  #news .contwrap {
    display: flex;
    justify-content: space-between;
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #news .contwrap .titlebx {
    width: 50%;
  }
  #news .contwrap .newswrap {
    width: 47%;
  }
  #news .contwrap .newswrap .newsbx {
    margin-right: 5px;
  }
  #news .contwrap .newswrap .but {
    transform: translateX(-40%);
  }
  /* ★recruit-tb */
  #recruit {
    padding-top: 15%;
  }
  #recruit .contwrap {
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #recruit .contwrap .tochu {
    width: 100%;
  }
  /* ★contact-tb */
  #contact::before {
    width: 60%;
  }
  #contact::after {
    width: 1500px;
    bottom: 50px;
  }
  #contact .contwrap {
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  #contact .contwrap .telwrap .telfax {
    width: 90%;
  }
  #contact .contwrap .mail {
    width: 90%;
  }
  #contact .contwrap .mail form dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #contact .contwrap .mail form dl dt {
    margin-top: 0;
    width: 31%;
  }
  #contact .contwrap .mail form dl dd {
    width: 66%;
    margin-bottom: 1rem;
  }
  /* ★footer-tb */
  .footnav {
    margin-top: 10%;
  }
}

/*==================================================
★media 1239
====================================================*/
@media only screen and (min-width: 1239px) {
  /* ★header-pc */
  .topnav {
    display: none;
  }
  .logobx {
    width: 100%;
  }
  .logobx .logoin {
    width: 96%;
    margin-left: calc(2% - 10px);
    display: flex;
  }
  .logobx .logoin h1 {
    width: 30%;
  }
  .logobx .logoin p {
    width: 30%;
  }
  .logobx .logoin nav {
    display: block;
    width: 70%;
  }
  .logobx .logoin nav ul {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 50px);
    padding: 20px 0;
    backdrop-filter: blur(3px);
    height: 16.75px;
  }
  .logobx .logoin nav ul li {
    width: 14%;
    text-align: center;
    line-height: 1;
    font-family: "Lato", sans-serif;
    font-size: 16px;
  }
  .logobx .logoin nav ul li a {
    text-decoration: none;
    color: #2a2b2b;
  }
  .logobx .logoin nav ul li a .ja {
    font-size: 14px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.3;
  }
  .logobx .logoin nav ul li a .en {
    display: none;
  }
  .logobx .logoin nav ul li a:hover .en {
    display: block;
  }
  .logobx .logoin nav ul li a:hover .ja {
    display: none;
  }
  /* ★pagetop-pc */
  #pagetop .fvcont .curvetextwrap2 {
    top: 30%;
  }
  #pagetop .fvcont .copywrap {
    width: 45%;
  }
  #pagetop .fvcont .splinewrap {
    top: 33%;
  }
  /* ★section-pc */
  .section .contwrap .title {
    margin-left: 90px;
  }
  .section .contwrap .title h2 {
    font-size: 50px;
  }
  .section .contwrap .title .sub {
    top: 100px;
    font-size: 40px;
  }
  /* ★aboutus-pc */
  #aboutus::before {
    width: 60%;
  }
  #aboutus .contwrap .phobx .txt {
    font-size: 18px;
  }
  #aboutus .contwrap .phobx .but {
    width: 40%;
  }
  #aboutus .contwrap .phobx .but a {
    font-size: 22px;
  }
  /* ★service-pc */
  #service::before {
    width: 50%;
    top: 40%;
  }
  #service .contwrap .servicebx .outline h3 {
    font-size: 24px;
  }
  #service .contwrap .servicebx .outline .txt {
    font-size: 18px;
  }
  #service .contwrap .but {
    top: 60px;
    width: 40%;
  }
  #service .contwrap .but a {
    font-size: 22px;
  }
  /* ★works-pc */
  #works {
    padding-top: 10%;
  }
  #works .contwrap .but {
    width: 40%;
  }
  #works .contwrap .but a {
    font-size: 22px;
  }
  /* ★news-pc */
  #news {
    padding-top: 10%;
  }
  #news::before {
    width: 40%;
  }
  /* ★recruit-pc */
  #recruit {
    padding-top: 10%;
  }
  /* ★contact-pc */
  #contact::before {
    top: -5%;
    width: 40%;
  }
  #contact::after {
    width: 100%;
  }
  #contact .contwrap {
    display: flex;
    justify-content: space-between;
  }
  #contact .contwrap .telwrap {
    width: 40%;
  }
  #contact .contwrap .telwrap .telfax .info {
    padding-top: 1rem;
  }
  #contact .contwrap .mail {
    width: 47%;
    margin: 0;
  }
  /* ★footer-pc */
  footer {
    display: flex;
    justify-content: space-between;
  }
  footer .comlogo {
    width: 32%;
    text-align: center;
    margin-top: 8px;
  }
  footer .comlogo img {
    max-width: 300px;
  }
  footer .addr {
    width: 32%;
    margin-top: 0;
  }
  footer #cor {
    width: 32%;
    margin-top: 15px;
  }
  .fullPageScroll .pagetop {
    right: 35px;
  }
}

/*==================================================
★IE
====================================================*/
@media all and (-ms-high-contrast: none) {
  #pagetop .fvcont .curvetextwrap2 {
    top: 40%;
  }
  #pagetop .fvcont .splinewrap {
    top: 43%;
  }
  #pagetop .fvcont #curvetextbx {
    display: block;
    height: 0;
    padding-top: calc(641.24/1705*100%);
    margin: 0 auto;
  }
  #pagetop .fvcont #curvetextbx #curvetext {
    position: absolute;
    width: 150%;
    height: 150%;
    top: 0;
    left: 0;
  }
  #pagetop .fvcont .splinebx {
    display: block;
    height: 0;
    padding-top: calc(539.85/2262*130%);
    margin: 0 auto;
  }
  #pagetop .fvcont .splinebx #spline_all {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #pagetop .copywrap .copybx {
    display: block;
    height: 0;
    padding-top: calc(298/807*100%);
    margin: 0 auto;
  }
  #pagetop .copywrap .copybx #copy {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 769px) {
  #pagetop .fvcont .curvetextwrap2 {
    top: 30%;
  }
  #pagetop .fvcont .splinewrap {
    top: 40%;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1239px) {
  #pagetop .fvcont .curvetextwrap2 {
    top: 20%;
  }
  #pagetop .fvcont .splinewrap {
    top: 40%;
  }
}

/*==================================================
★stage
====================================================*/
#stage .pagetitle {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}

#stage .pagetitle .pho {
  position: relative;
}

#stage .pagetitle .pho img {
  width: 1485px;
  height: 300px;
  max-width: 1485px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#stage .pagetitle .title {
  position: absolute;
  display: inline-block;
  z-index: 2;
  margin-left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

#stage .pagetitle .title h1 {
  position: relative;
  top: 0;
  left: 0;
  background-color: #ffffff;
  display: inline-block;
  font-size: 30px;
  padding: 15px;
  z-index: 2;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  transition: all 1s 0s ease;
  transform: rotateX(90deg);
}

#stage .pagetitle .title .sub {
  position: absolute;
  top: 55px;
  right: -60px;
  background-color: #182987;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  padding: 15px;
  z-index: 1;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  font-family: "Lato", sans-serif;
  transition: all 1s 0s ease;
  transform: rotateX(90deg);
}

#stage .pagetitle .title.invanim h1 {
  transform: rotateX(0deg);
}

#stage .pagetitle .title.invanim .sub {
  transform: rotateX(0deg);
}

#stage .contents {
  margin-top: 5%;
  overflow: hidden;
}

#stage .contents section {
  line-height: 1.75;
  margin: 0 5% 20% 5%;
}

#stage .contents section h2 {
  font-size: 22px;
  background: url(../img/h2_marker.png) left top no-repeat;
  padding-left: 26px;
  line-height: 1.2;
  background-size: 26px;
  margin-bottom: 5%;
}

/*==================================================
★company
====================================================*/
#company .contents #greeting .pho {
  margin-bottom: 1rem;
  transition: all 3s 0s ease;
  opacity: 0;
}

#company .contents #greeting .pho.invanim {
  opacity: 1;
}

#company .contents #greeting .txt {
  transition: all 3s 0s ease;
  opacity: 0;
}

#company .contents #greeting .txt.invanim {
  opacity: 1;
}

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

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

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

#company .contents #outline dl.outlinebx.invanim {
  opacity: 1;
}

#company .contents #outline dl.outlinebx dt {
  background-color: #ecedf5;
  padding: 2%;
  font-weight: bold;
}

#company .contents #outline dl.outlinebx dd {
  padding: 2% 2% 2% 4%;
}

#company .contents #outline dl.outlinebx dd dl dt {
  background: none;
  font-weight: bold;
}

#company .contents #outline dl.outlinebx dd dl.cars {
  display: flex;
  flex-wrap: wrap;
}

#company .contents #outline dl.outlinebx dd dl.cars dt {
  width: 40%;
  border-bottom: solid 1px #ecedf5;
}

#company .contents #outline dl.outlinebx dd dl.cars dd {
  width: 50%;
  border-bottom: solid 1px #ecedf5;
}

#company .contents #access .mapbx {
  transition: all 3s 0s ease;
  opacity: 0;
}

#company .contents #access .mapbx.invanim {
  opacity: 1;
}

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

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

/*==================================================
★service
====================================================*/
#pageservice .contents #kaitai .flowwrap h3 {
  background-color: #ecedf5;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 1rem;
  transition: all 1s 0s ease;
  transform: rotateX(90deg);
}

#pageservice .contents #kaitai .flowwrap h3.invanim {
  transform: rotate(0deg);
}

#pageservice .contents #kaitai .flowwrap .flowbx {
  margin-bottom: 20%;
}

#pageservice .contents #kaitai .flowwrap .flowbx .flow {
  border-left: solid 2px #182987;
  padding-left: 5%;
  position: relative;
  margin-bottom: 2rem;
}

#pageservice .contents #kaitai .flowwrap .flowbx .flow::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: 6px;
  left: -4px;
  background-color: #182987;
  transform: rotateZ(-45deg);
}

#pageservice .contents #kaitai .flowwrap .flowbx .flow .phobx {
  position: relative;
  transition: all 0.8s 0s ease;
  transform: scale(0);
}

#pageservice .contents #kaitai .flowwrap .flowbx .flow .phobx .pho {
  position: relative;
  margin-right: 5%;
}

#pageservice .contents #kaitai .flowwrap .flowbx .flow .phobx .num {
  position: absolute;
  bottom: -20px;
  right: 0;
  border: solid 4px #182987;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  color: #182987;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.7);
}

#pageservice .contents #kaitai .flowwrap .flowbx .flow dl {
  padding: 5%;
  transition: all 3s 0s ease;
  opacity: 0;
}

#pageservice .contents #kaitai .flowwrap .flowbx .flow dl dt {
  font-weight: bold;
  color: #182987;
}

#pageservice .contents #kaitai .flowwrap .flowbx .flow.last::before {
  display: none;
}

#pageservice .contents #kaitai .flowwrap .flowbx .flow.invanim .phobx {
  transform: scale(1);
}

#pageservice .contents #kaitai .flowwrap .flowbx .flow.invanim dl {
  opacity: 1;
}

#pageservice .contents #kaitai .flowwrap .shoukyakuro {
  margin-bottom: 20%;
}

#pageservice .contents #kaitai .flowwrap .shoukyakuro .photxt .pho {
  margin-bottom: 1rem;
  transition: all 0.8s 0s ease;
  transform: scale(0);
}

#pageservice .contents #kaitai .flowwrap .shoukyakuro .photxt .pho.invanim {
  transform: scale(1);
}

#pageservice .contents #kaitai .flowwrap .shoukyakuro .photxt .txt {
  transition: all 2s 0s ease;
  opacity: 0;
}

#pageservice .contents #kaitai .flowwrap .shoukyakuro .photxt .txt.invanim {
  opacity: 1;
}

#pageservice .contents #kaitai .flowwrap .sinseibx {
  margin-bottom: 20%;
}

#pageservice .contents #kaitai .flowwrap .sinseibx .sinsei {
  margin-bottom: 3rem;
  transition: all 3s 0s ease;
  opacity: 0;
}

#pageservice .contents #kaitai .flowwrap .sinseibx .sinsei h4 {
  color: #182987;
}

#pageservice .contents #kaitai .flowwrap .sinseibx .sinsei p {
  margin-top: 1rem;
  margin-left: 25px;
}

#pageservice .contents #kaitai .flowwrap .sinseibx .sinsei.invanim {
  opacity: 1;
}

#pageservice .contents #kaitai .flowwrap .faqbx dl {
  margin-bottom: 3rem;
  border-bottom: dotted 1px #182987;
  padding-bottom: 1rem;
  transition: all 3s 0s ease;
  opacity: 0;
}

#pageservice .contents #kaitai .flowwrap .faqbx dl dt .txt {
  font-size: 16px;
  font-weight: bold;
}

#pageservice .contents #kaitai .flowwrap .faqbx dl dd {
  margin-left: 25px;
  margin-top: 1rem;
}

#pageservice .contents #kaitai .flowwrap .faqbx dl.invanim {
  opacity: 1;
}

#pageservice .contents #hanbai .info {
  margin-bottom: 1rem;
  border: dotted 1px #182987;
  padding: 5%;
}

#pageservice .contents #hanbai .item {
  margin-bottom: 3rem;
}

#pageservice .contents #hanbai .item .pho {
  transition: all 0.8s 0s ease;
  transform: scale(0);
}

#pageservice .contents #hanbai .item dl {
  transition: all 3s 0s ease;
  opacity: 0;
}

#pageservice .contents #hanbai .item dl dt {
  color: #182987;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

#pageservice .contents #hanbai .item dl dd {
  margin-top: 1rem;
}

#pageservice .contents #hanbai .item.invanim .pho {
  transform: scale(1);
}

#pageservice .contents #hanbai .item.invanim dl {
  opacity: 1;
}

/*==================================================
★pagenews
====================================================*/
#pagenews .contents .news {
  margin-bottom: 10%;
  transition: all 1s 0s ease;
  transform: rotateX(90deg);
}

#pagenews .contents .news h2 {
  font-size: 16px;
  line-height: 1.75;
  background: url(../img/h2_marker.png) left 5px no-repeat;
  background-size: 20px;
  margin-bottom: 0;
}

#pagenews .contents .news .date {
  padding-left: 25px;
  color: #666666;
}

#pagenews .contents .news .txt {
  margin-top: 1rem;
  margin-left: 25px;
  border-bottom: dotted 1px #182987;
  padding-bottom: 1rem;
}

#pagenews .contents .news .txt p {
  margin-bottom: 1rem;
}

#pagenews .contents .news .txt p:last-child {
  margin-bottom: 0;
}

#pagenews .contents .news.invanim {
  transform: rotateX(0deg);
}

/*==================================================
★policy
====================================================*/
#policy .contents .policycont {
  transition: all 3s 0s ease;
  opacity: 0;
}

#policy .contents .policycont p {
  margin-bottom: 2rem;
}

#policy .contents .policycont ol {
  margin-left: 25px;
  margin-bottom: 2rem;
}

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

#policy .contents .policycont ul {
  margin-left: 25px;
}

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

#policy .contents .policycont h3 {
  margin-bottom: 1rem;
}

#policy .contents .policycont .name {
  text-align: right;
}

#policy .contents .policycont.invanim {
  opacity: 1;
}

/*==================================================
★pageworks
====================================================*/
#pageworks .work {
  margin-top: 10%;
  transition: all 2s 0s ease;
  opacity: 0;
}

#pageworks .work.invanim {
  opacity: 1;
}

#pageworks .work h3 {
  text-align: center;
  font-size: 18px;
}

#pageworks .work h3 .date {
  color: #666666;
  font-size: 14px;
}

#pageworks .work ul {
  padding-left: 20px;
  border-left: solid 2px #182987;
}

#pageworks .work ul li {
  position: relative;
  list-style-type: none;
  margin-bottom: 15px;
}

#pageworks .work ul li span {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: #182987;
  color: #ffffff;
  padding: 10px;
}

#pageworks .work ul.before {
  position: relative;
}

#pageworks .work ul.before::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  bottom: 6px;
  left: -4px;
  background-color: #182987;
  transform: rotateZ(-45deg);
}

/*==================================================
★media 769
====================================================*/
@media only screen and (min-width: 769px) {
  /* ★company-tb */
  #company .contents #greeting .greetingbx {
    display: flex;
    justify-content: space-between;
  }
  #company .contents #greeting .greetingbx .pho {
    width: 40%;
  }
  #company .contents #greeting .greetingbx .txt {
    width: 57%;
  }
  #company .contents #outline dl.outlinebx {
    display: flex;
    flex-wrap: wrap;
    border-top: solid 1px #bfc1cf;
    border-left: solid 1px #bfc1cf;
    border-right: solid 1px #bfc1cf;
  }
  #company .contents #outline dl.outlinebx > dt {
    width: 30%;
    border-bottom: solid 1px #bfc1cf;
  }
  #company .contents #outline dl.outlinebx > dd {
    width: 60%;
    border-bottom: solid 1px #bfc1cf;
  }
  /* ★service-tb */
  #pageservice .contents #kaitai .flowwrap .flowbx {
    margin-bottom: 10%;
  }
  #pageservice .contents #kaitai .flowwrap .flowbx .flow {
    margin-bottom: 3rem;
    display: flex;
    justify-content: space-between;
  }
  #pageservice .contents #kaitai .flowwrap .flowbx .flow .phobx {
    width: 50%;
  }
  #pageservice .contents #kaitai .flowwrap .flowbx .flow dl {
    width: 47%;
  }
  #pageservice .contents #kaitai .flowwrap .flowbx .flow dl dt .tit {
    font-size: 18px;
  }
  #pageservice .contents #kaitai .flowwrap .shoukyakuro {
    margin-bottom: 10%;
  }
  #pageservice .contents #kaitai .flowwrap .shoukyakuro .photxt {
    display: flex;
    justify-content: space-between;
  }
  #pageservice .contents #kaitai .flowwrap .shoukyakuro .photxt .pho {
    width: 49%;
  }
  #pageservice .contents #kaitai .flowwrap .shoukyakuro .photxt .txt {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #pageservice .contents #kaitai .flowwrap .sinseibx {
    margin-bottom: 10%;
  }
  #pageservice .contents #kaitai .flowwrap .sinseibx .sinseiwrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #pageservice .contents #kaitai .flowwrap .sinseibx .sinseiwrap .sinsei {
    width: 38%;
    background-color: #ecedf5;
    padding: 5%;
    margin-bottom: 2rem;
  }
  #pageservice .contents #kaitai .flowwrap .sinseibx .sinseiwrap .sinsei h4 {
    text-align: center;
  }
  #pageservice .contents #kaitai .flowwrap .sinseibx .sinseiwrap .sinsei p {
    margin-left: 0;
  }
  #pageservice .contents #kaitai .flowwrap .faqbx dl {
    display: flex;
    justify-content: space-between;
  }
  #pageservice .contents #kaitai .flowwrap .faqbx dl dt {
    width: 40%;
  }
  #pageservice .contents #kaitai .flowwrap .faqbx dl dd {
    width: 57%;
    margin-top: 0;
  }
  #pageservice .contents #hanbai .itemwrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #pageservice .contents #hanbai .itemwrap .item {
    width: 48%;
  }
  /* ★pagenews-tb */
  #pagenews .contents .news {
    display: flex;
    justify-content: space-between;
    border-bottom: dotted 1px #182987;
    padding-bottom: 1rem;
  }
  #pagenews .contents .news .title {
    width: 40%;
  }
  #pagenews .contents .news .txt {
    width: 57%;
    border-bottom: none;
    margin-top: 0;
  }
  /* ★pageworks-tb */
  #pageworks .work h3 {
    margin-bottom: 15px;
  }
  #pageworks .work .workin {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #pageworks .work .workin ul {
    padding-left: 0;
    padding-top: 20px;
    width: 49%;
    border-left: none;
    border-top: solid 2px #182987;
  }
  #pageworks .work .workin ul.before::before {
    top: 6px;
    right: -2px;
    left: auto;
  }
}

/*==================================================
★media 1239
====================================================*/
@media only screen and (min-width: 1239px) {
  /* ★stage-pc */
  #stage .pagetitle {
    height: 400px;
  }
  #stage .pagetitle .pho img {
    width: 1980px;
    max-width: 1980px;
    height: 400px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #stage .pagetitle .title {
    margin-left: 90px;
  }
  #stage .pagetitle .title h1 {
    font-size: 50px;
  }
  #stage .pagetitle .title .sub {
    top: 70px;
    font-size: 40px;
  }
  #stage .contents section {
    width: 80%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10%;
  }
  #stage .contents section h2 {
    font-size: 40px;
    padding-left: 50px;
    line-height: 1;
    background-size: 40px;
  }
  /* ★company-pc */
  #company .contents #outline dl {
    max-width: 800px;
  }
  /* ★pageservice-pc */
  #pageservice .contents #kaitai .flowwrap .sinseibx .sinseiwrap .sinsei {
    width: 26%;
    padding: 3%;
  }
  /* ★pagenews-pc */
  #pagenews .contents .news {
    margin-bottom: 6%;
  }
  #pagenews .contents .news .title h2 {
    padding-left: 25px;
  }
}

/*==================================================
★media 1979
====================================================*/
@media only screen and (min-width: 1979px) {
  /* ★stage-pc */
  #stage .pagetitle .pho img {
    width: 100%;
    max-width: 100%;
    height: auto;
    top: 0;
    left: 0;
    transform: translateX(0);
  }
}

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