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

.red {
  color: #ff0000;
}

.bold {
  font-weight: bold;
}

img {
  max-width: 100%;
}

.pc {
  display: none;
}

@media only screen and (min-width: 1239px) {
  .mb {
    display: none;
  }
  .pc {
    display: block;
  }
}

/*==================================================
★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: #000000;
}

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

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

.marker {
  color: #be0714;
}

/* font-family: 'Noto Sans JP', sans-serif;
font-family: 'Mr Dafoe', cursive;
*/
/*==================================================
★header
====================================================*/
header.logobx {
  position: relative;
  z-index: 100;
  border-top: solid 2px #be0714;
}

header.logobx h1 {
  position: relative;
  z-index: 102;
  width: 300px;
  margin-left: 20px;
  margin-top: 20px;
}

header.logobx p {
  position: relative;
  z-index: 102;
  width: 300px;
  margin-left: 20px;
  margin-top: 20px;
}

header.logobx nav {
  display: none;
}

header.logobx img {
  position: absolute;
  top: 0;
  left: -2px;
  z-index: 101;
  width: 260px;
}

/*==================================================
★topimg
====================================================*/
.topimg .copybx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 5px);
  overflow: hidden;
  border-bottom: solid 5px #be0714;
}

.topimg .copybx .subcopy {
  position: absolute;
  top: 20%;
  left: -100%;
  width: 200%;
  /*             .circle_all{
                max-width: auto;
            } */
}

.topimg .copybx .backimg {
  width: 130%;
  position: absolute;
  bottom: 0;
  left: -5%;
  /*             svg{
                width: 100%;
            } */
}

.topimg .copybx .copy {
  position: relative;
  width: 90%;
  max-width: 600px;
  margin-top: 35vh;
  margin-left: auto;
  margin-right: auto;
}

.topimg .copybx .icons {
  position: absolute;
  bottom: 120px;
  right: 0;
  z-index: 2;
  width: 30px;
  background: linear-gradient(#be0714, #8a060e);
  padding: 10px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.topimg .copybx .icons li {
  list-style-type: none;
}

.topimg .copybx .icons li:first-child {
  margin-bottom: 10px;
}

.topimg .copybx .scrollbx {
  position: absolute;
  bottom: 0;
  left: 15px;
  z-index: 3;
  background: linear-gradient(#be0714, #8a060e);
  width: 30px;
  height: 120px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.topimg .copybx .scrollbx p {
  position: absolute;
  bottom: 0;
  left: 15px;
}

.topimg .copybx .scrollbx p span {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-size: 10px;
  color: #ffffff;
}

.topimg .copybx .scrollbx::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 7px;
  z-index: 4;
  width: 2px;
  height: 100px;
  background-color: #be0714;
}

.topimg .copybx .scrollbx::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 7px;
  z-index: 5;
  width: 2px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  animation: tscroll 3s ease 0s infinite normal;
}

.topimg .copybx .fltag {
  position: absolute;
  bottom: 160px;
  right: 0;
  z-index: 6;
  width: 170px;
  height: 167px;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.topimg .copybx .fltag::after {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  height: 167px;
  bottom: 0;
  right: 170px;
  background: linear-gradient(#be0714, #8a060e);
}

.topimg .copybx .fltag p {
  position: relative;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 6px;
  height: 140px;
  background: url(../img/flower.png) 10px bottom no-repeat;
  background-size: 80px;
}

.topimg .copybx .fltag p img {
  display: inline-block;
  width: 100px;
}

.topimg .copybx .fltag p span {
  display: block;
  position: absolute;
  top: 25px;
  left: 30px;
  margin-top: 10px;
  font-size: 10px;
  line-height: 2;
  font-weight: normal;
}

/*==================================================
★topstage
====================================================*/
#topstage {
  padding-top: 100vh;
  line-height: 1.75;
}

/*==================================================
★topservice
====================================================*/
.topservice {
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.topservice::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-color: #cccccc;
}

.topservice h2 {
  text-align: center;
  font-family: "Mr Dafoe", cursive;
  color: #eebec2;
  font-size: 18px;
  margin-bottom: 2rem;
  overflow: hidden;
  padding-top: 20px;
}

.topservice h2 .ja {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000000;
  position: relative;
  transition: all 1s 0s ease;
  transform: translateY(70px);
  transform-origin: left bottom;
}

.topservice h2 .ja span {
  position: relative;
  z-index: 2;
  top: -15px;
  left: 0;
  width: 100%;
}

.topservice h2 .ja::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 36px;
  background-color: #ffffff;
  transform: skewX(-40deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-right: solid 1px #eebec2;
}

.topservice h2 .en {
  position: relative;
  top: 0;
  left: -2px;
}

.topservice h2.invanim .ja {
  transform: translateY(0);
}

.topservice .servicebx {
  position: relative;
  margin-bottom: 2rem;
}

.topservice .servicebx h3 {
  position: absolute;
  top: -30px;
  left: 0;
}

.topservice .servicebx h3 span {
  display: block;
  background: linear-gradient(to right, #be0714, #8a060e);
  position: relative;
  z-index: 5;
  padding: 10px 10px 10px 20px;
  color: #ffffff;
}

.topservice .servicebx h3 span::before {
  content: "";
  display: block;
  width: 5px;
  height: 35px;
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #ffffff;
}

.topservice .servicebx h3::before {
  content: "";
  display: block;
  width: 0;
  border-top: solid 22px transparent;
  border-left: solid 15px #8a060e;
  border-bottom: solid 22px transparent;
  position: absolute;
  top: 0;
  right: -15px;
  z-index: 1;
}

.topservice .servicebx h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background-color: #ffffff;
  z-index: 10;
}

.topservice .servicebx .pho {
  width: 90%;
  transition: all 1s 0s ease;
  transform: translateX(-100%);
}

.topservice .servicebx .txt {
  position: relative;
  top: -30px;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  border-top: solid 1px #be0714;
  padding: 5%;
  width: 80%;
  margin-left: 10%;
  box-shadow: -3px 3px 4px rgba(0, 0, 0, 0.2);
  transition: all 1s 0s ease;
  transform: scale(0);
}

.topservice .servicebx .txt .but {
  position: absolute;
  bottom: -10px;
  right: 10px;
}

.topservice .servicebx .txt .but a {
  display: inline-block;
  background: linear-gradient(to right, #be0714, #8a060e);
  padding: 5px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
  font-size: 14px;
  width: 100px;
  text-align: center;
  position: relative;
}

.topservice .servicebx .txt .but a span {
  display: inline-block;
  transition: all 0.5s 0s ease;
  transform: translateX(0);
}

.topservice .servicebx .txt .but a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  transition: all 0.5s 0s ease;
  transform: translateY(3px);
}

.topservice .servicebx .txt .but a:hover span {
  transform: translateX(5px);
}

.topservice .servicebx .txt .but a:hover::after {
  transform: translateY(-1px);
}

.topservice .servicebx.right h3 {
  left: auto;
  right: 0;
}

.topservice .servicebx.right h3::before {
  left: -22px;
  border-right: solid 22px #be0714;
  border-left: none;
}

.topservice .servicebx.right h3 span {
  padding: 10px 20px 10px 10px;
}

.topservice .servicebx.right h3 span::before {
  right: 5px;
  left: auto;
}

.topservice .servicebx.right .pho {
  margin-left: 10%;
  transform: translateX(200%);
}

.topservice .servicebx.right .txt {
  left: 0;
  margin-left: 0;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
}

.topservice .servicebx.invanim .pho {
  transform: translateX(0);
}

.topservice .servicebx.invanim .txt {
  transform: scale(1);
}

/*==================================================
★topcomp
====================================================*/
.topcomp {
  padding-top: 60px;
  position: relative;
  overflow: hidden;
}

.topcomp::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-color: #cccccc;
}

.topcomp h2 {
  text-align: center;
  font-family: "Mr Dafoe", cursive;
  color: #eebec2;
  font-size: 18px;
  margin-bottom: 2rem;
  overflow: hidden;
  padding-top: 20px;
}

.topcomp h2 .ja {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000000;
  position: relative;
  transition: all 1s 0s ease;
  transform: translateY(70px);
  transform-origin: left bottom;
}

.topcomp h2 .ja span {
  position: relative;
  z-index: 2;
  top: -15px;
  left: 0;
  width: 100%;
}

.topcomp h2 .ja::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 36px;
  background-color: #ffffff;
  transform: skewX(-40deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-right: solid 1px #eebec2;
}

.topcomp h2 .en {
  position: relative;
  top: 0;
  left: -2px;
}

.topcomp h2.invanim .ja {
  transform: translateY(0);
}

.topcomp .phobx {
  position: relative;
  margin-top: 40px;
}

.topcomp .phobx .chara {
  position: absolute;
  bottom: -20px;
  left: 30px;
  width: 20%;
}

.topcomp .phobx .copy {
  position: absolute;
  top: -15px;
  right: 0;
  background: linear-gradient(to right, #be0714, #8a060e);
  padding: 10px;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  transition: all 1s 0s ease;
  transform: translateX(110%);
}

.topcomp .phobx .copy::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  width: 0;
  height: 0;
  border-top: solid 24px transparent;
  border-right: solid 20px #be0714;
  border-bottom: solid 24px transparent;
}

.topcomp .phobx .pho {
  width: 80%;
  transition: all 1s 0s ease;
  transform: translateX(-100%);
}

.topcomp .phobx .but {
  position: absolute;
  bottom: -70px;
  left: 3%;
  width: 24%;
}

.topcomp .phobx .but a {
  display: inline-block;
  padding: 3px;
  background: linear-gradient(to right, #be0714, #8a060e);
  width: 100%;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

.topcomp .phobx .but a span {
  display: inline-block;
  transition: all 0.5s 0s ease;
  transform: translateX(0);
}

.topcomp .phobx .but a::after {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% + 6px);
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  transition: all 0.5s 0s ease;
  transform: translateY(3px);
}

.topcomp .phobx .but a:hover span {
  transform: translateX(5px);
}

.topcomp .phobx .but a:hover::after {
  transform: translateY(-2px);
}

.topcomp .phobx.invanim .copy {
  transform: translateX(0);
}

.topcomp .phobx.invanim .pho {
  transform: translateX(0);
}

.topcomp .txt {
  position: relative;
  width: 60%;
  top: -20px;
  margin-left: 30%;
  background-color: #ffffff;
  padding: 5%;
  transition: all 3s 0s ease;
  opacity: 0;
}

.topcomp .txt p {
  margin-bottom: 1rem;
}

.topcomp .txt.invanim {
  opacity: 1;
}

/*==================================================
★topnews
====================================================*/
.topnews {
  position: relative;
  margin-top: 3rem;
}

.topnews h2 {
  text-align: center;
  font-family: "Mr Dafoe", cursive;
  color: #eebec2;
  font-size: 18px;
  margin-bottom: 2rem;
  overflow: hidden;
  padding-top: 20px;
}

.topnews h2 .ja {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #000000;
  position: relative;
  transition: all 1s 0s ease;
  transform: translateY(70px);
  transform-origin: left bottom;
}

.topnews h2 .ja span {
  position: relative;
  z-index: 2;
  top: -15px;
  left: 0;
  width: 100%;
}

.topnews h2 .ja::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 36px;
  background-color: #ffffff;
  transform: skewX(-40deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-right: solid 1px #eebec2;
}

.topnews h2 .en {
  position: relative;
  top: 0;
  left: 3px;
}

.topnews h2.invanim .ja {
  transform: translateY(0);
}

.topnews .newsbx {
  margin: 0 5%;
  margin-top: 2rem;
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}

.topnews .newsbx .newsin {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1rem;
  transition: all 1s 0s ease;
  transform: translateY(150%);
}

.topnews .newsbx .newsin h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  width: 100px;
}

.topnews .newsbx .newsin h3 .dwrap {
  position: relative;
}

.topnews .newsbx .newsin h3 .dwrap::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -10px;
  left: 0;
  width: 110%;
  height: 5px;
  background: linear-gradient(to right, #be0714, #8a060e);
}

.topnews .newsbx .newsin h3 .dwrap .mon {
  display: inline-block;
  position: relative;
}

.topnews .newsbx .newsin h3 .dwrap .mon span {
  position: relative;
  z-index: 2;
  top: -10px;
  left: 0;
  width: 100%;
}

.topnews .newsbx .newsin h3 .dwrap .mon::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 25px;
  background-color: #ffffff;
  transform: skewX(-40deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-right: solid 1px #000000;
}

.topnews .newsbx .newsin h3 .dwrap .day {
  position: relative;
  top: 0;
  left: 5px;
}

.topnews .newsbx .newsin h3 .dwrap .year {
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
}

.topnews .newsbx .newsin .txt {
  width: calc(100% - 130px);
}

.topnews .newsbx::before {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #be0714, #8a060e);
}

.topnews .newsbx.notxt {
  display: none;
}

.topnews .newsbx.invanim .newsin {
  transform: translateY(0);
}

.topnews .but {
  text-align: right;
  margin-right: 5%;
  margin-top: 1rem;
}

.topnews .but a {
  display: inline-block;
  background: linear-gradient(to right, #be0714, #8a060e);
  width: 100px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

.topnews .but a span {
  display: inline-block;
  transition: all 0.5s 0s ease;
  transform: translateX(0);
}

.topnews .but a::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  transition: all 0.5s 0s ease;
  transform: translateY(3px);
}

.topnews .but a:hover span {
  transform: translateX(5px);
}

.topnews .but a:hover::after {
  transform: translateY(-1px);
}

/*==================================================
★footer
====================================================*/
footer {
  margin-top: 90px;
}

footer .footnav {
  line-height: 1.75;
  margin-left: 5%;
}

footer .footnav a:hover {
  color: #666666;
}

footer .addr {
  background-color: #efefef;
  margin-top: 15px;
  padding: 5%;
  line-height: 1.75;
}

footer .addr p {
  margin-bottom: 1rem;
  font-size: 10px;
  text-align: center;
}

footer .addr .logo {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

footer .addr .tel {
  margin-bottom: 0;
}

footer #cor {
  background: linear-gradient(#be0714, #8a060e);
  color: #ffffff;
  line-height: 1.5;
  padding: 5px;
  font-size: 10px;
}

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

.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 #be0714;
}

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

.pagetop a img {
  width: 30px;
}

/*==================================================
★media 499
====================================================*/
/*==================================================
★media 769
====================================================*/
@media only screen and (min-width: 769px) {
  /* ★topimg-tb */
  .topimg .copybx .subcopy {
    top: -35%;
    left: -35%;
    width: 130%;
  }
  /* ★topservice-tb */
  .topservice {
    padding-top: 75px;
  }
  .topservice h2 {
    margin-bottom: 3rem;
  }
  .topservice h2 .ja {
    font-size: 30px;
  }
  .topservice h2 .ja span {
    padding-right: 10px;
  }
  .topservice h2 .ja::after {
    height: 43px;
  }
  .topservice h2 .en {
    left: -8px;
  }
  .topservice .servicebx {
    margin-bottom: 5rem;
  }
  .topservice .servicebx h3 {
    font-size: 20px;
    top: -20px;
  }
  .topservice .servicebx h3::before {
    border-top: solid 27px transparent;
    border-left: solid 18px #8a060e;
    border-bottom: solid 27px transparent;
    right: -18px;
  }
  .topservice .servicebx h3 span {
    padding: 10px 10px 10px 25px;
  }
  .topservice .servicebx h3 span::before {
    height: 45px;
  }
  .topservice .servicebx.right h3 span {
    padding: 10px 25px 10px 10px;
  }
  .topservice .servicebx .scont {
    display: flex;
  }
  .topservice .servicebx .scont .pho {
    width: 70%;
  }
  .topservice .servicebx .scont .txt {
    width: 30%;
    top: 0;
    margin-left: 0;
    display: flex;
    align-items: center;
  }
  .topservice .servicebx.right .scont {
    flex-direction: row-reverse;
  }
  .topservice .servicebx.right .scont .pho {
    margin-left: 0;
  }
  /* ★topcomp-tb */
  .topcomp {
    padding-top: 75px;
  }
  .topcomp h2 {
    margin-bottom: 3rem;
  }
  .topcomp h2 .ja {
    font-size: 30px;
  }
  .topcomp h2 .ja span {
    padding-right: 10px;
  }
  .topcomp h2 .ja::after {
    height: 43px;
  }
  .topcomp h2 .en {
    left: -9px;
  }
  .topcomp .phobx .copy {
    font-size: 24px;
    top: 15px;
  }
  .topcomp .phobx .copy::before {
    border-top: solid 31px transparent;
    border-right: solid 26px #be0714;
    border-bottom: solid 31px transparent;
    left: -26px;
  }
  .topcomp .phobx .pho {
    width: 90%;
  }
  .topcomp .txt {
    top: -40px;
  }
  /* ★topnews-tb */
  .topnews {
    margin-top: 4rem;
  }
  .topnews h2 {
    margin-bottom: 3rem;
  }
  .topnews h2 .ja {
    font-size: 30px;
  }
  .topnews h2 .ja span {
    padding-right: 10px;
  }
  .topnews h2 .ja::after {
    height: 43px;
  }
  .topnews h2 .en {
    left: -9px;
  }
  /* ★footer-tb */
  footer .footnav ul li {
    float: left;
    margin-right: 15px;
  }
  footer .addr {
    padding: 3%;
  }
  footer .addr p {
    font-size: 12px;
  }
  footer #cor {
    text-align: center;
    font-size: 12px;
  }
}

@media only screen and (min-width: 1000px) {
  /* ★topimg-tb2 */
  .topimg .copybx .backimg {
    top: 15vh;
  }
}

/*==================================================
★media 1239
====================================================*/
@media only screen and (min-width: 1239px) {
  /* ★header-pc */
  header.logobx .headcont {
    display: flex;
    justify-content: space-between;
  }
  header.logobx .headcont nav {
    position: fixed;
    top: 23px;
    right: 0;
    display: block;
  }
  header.logobx .headcont nav .main {
    background-color: none;
    box-shadow: 1px 1px 4px #cccccc;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  header.logobx .headcont nav .main ul {
    display: flex;
    background-color: #ffffff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header.logobx .headcont nav .main ul li {
    margin-right: 15px;
  }
  header.logobx .headcont nav .main ul li.kugiri {
    padding-right: 15px;
    border-right: solid 1px #be0714;
  }
  header.logobx .headcont nav .main ul li a {
    text-decoration: none;
  }
  header.logobx .headcont nav .main ul li a:hover {
    color: #666666;
  }
  /* ★topnav-pc */
  .topnav {
    display: none;
  }
  /* ★topimg-pc */
  .topimg .copybx .subcopy {
    top: -55%;
    width: 120%;
  }
  .topimg .copybx .backimg {
    top: 5vh;
  }
  .topimg .copybx .copy {
    margin-top: 30vh;
    margin-left: 10%;
    margin-right: auto;
  }
  .topimg .copybx .fltag {
    bottom: 100px;
  }
  /* ★topservice-pc */
  .topservice {
    background: url("../img/service_bg.png") left top repeat-y;
    background-size: 100%;
  }
  .topservice .servicebx {
    max-width: 80%;
    margin-left: 8%;
  }
  .topservice .servicebx .scont .txt {
    border-right: solid 1px #be0714;
    font-size: 16px;
  }
  .topservice .servicebx.right {
    margin-left: 12%;
  }
  .topservice .servicebx.right .scont .txt {
    border-right: none;
    border-left: solid 1px #be0714;
  }
  /* ★topcomp-pc */
  .topcomp {
    max-width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
  .topcomp .txt {
    font-size: 16px;
  }
  /* ★topnews-pc */
  .topnews {
    max-width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
  .topnews .newswrap {
    display: flex;
    justify-content: space-between;
  }
  .topnews .newswrap .newsbx {
    width: 31%;
    margin: 0;
  }
  .topnews .newswrap .newsbx.notxt {
    display: block;
  }
  .topnews .but {
    margin-right: 0;
  }
  /* ★footer-pc */
  footer .addr {
    padding: 2%;
  }
}

@media only screen and (min-width: 1400px) {
  /* ★topimg-pc2 */
  .topimg .copybx .backimg {
    top: -5vh;
  }
}

@media only screen and (min-width: 1600px) {
  /* ★topimg-pc2 */
  .topimg .copybx .backimg {
    top: -10vh;
  }
}

@media only screen and (min-width: 1800px) {
  /* ★topimg-pc2 */
  .topimg .copybx .backimg {
    top: -15vh;
  }
}

/*==================================================
★IE
====================================================*/
@media all and (-ms-high-contrast: none) {
  .topimg .copybx .subcopy {
    display: block;
    height: 0;
    padding-top: calc(2216.66/2216.66*200%);
    margin: 0 auto;
  }
  .topimg .copybx .subcopy .circle_all {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  /*     
    #topimg .copybx .backimg{
		display: block;
		position: relative;
		width: 100%;
		height: 0;
		padding-top: calc(1788.51/2602.84*100%);
		margin: 0 auto;		
	}
	
	#topimg .copybx .backimg svg{
		position: absolute;
		height: 100%;
		height: 100%;
		top: 0;
		left: 0;		
	} */
}

@media all and (-ms-high-contrast: none) and (min-width: 769px) {
  .topimg .copybx .subcopy {
    padding-top: calc(2216.66/2216.66*130%);
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 1239px) {
  .topimg .copybx .subcopy {
    padding-top: calc(2216.66/2216.66*120%);
  }
}

/*==================================================
★anim
====================================================*/
@keyframes tscroll {
  0% {
    transform: translate3d(0, -90px, 0);
  }
  60% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}

/*==================================================
★stage
====================================================*/
#stage article {
  overflow: hidden;
  padding-top: 140px;
}

#stage article h1 {
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}

#stage article h1 .ja {
  display: inline-block;
  font-size: 24px;
  position: relative;
  z-index: 5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

#stage article h1 .ja::before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #be0714, #8a060e);
  position: absolute;
  bottom: 0;
  left: 0;
}

#stage article h1 .ja .onechara {
  display: inline-block;
  overflow: hidden;
}

#stage article h1 .ja .onechara span {
  display: inline-block;
  padding-bottom: 7px;
  transform: translateY(100px);
}

#stage article h1 .ja .onechara span:nth-child(1) {
  transition: all 1s 0s ease;
}

#stage article h1 .ja .onechara span:nth-child(2) {
  transition: all 1s 0.1s ease;
}

#stage article h1 .ja .onechara span:nth-child(3) {
  transition: all 1s 0.2s ease;
}

#stage article h1 .ja .onechara span:nth-child(4) {
  transition: all 1s 0.3s ease;
}

#stage article h1 .ja .onechara span:nth-child(5) {
  transition: all 1s 0.4s ease;
}

#stage article h1 .ja .onechara span:nth-child(6) {
  transition: all 1s 0.5s ease;
}

#stage article h1 .ja .onechara span:nth-child(7) {
  transition: all 1s 0.6s ease;
}

#stage article h1 .ja .onechara span:nth-child(8) {
  transition: all 1s 0.7s ease;
}

#stage article h1 .ja .onechara span:nth-child(9) {
  transition: all 1s 0.8s ease;
}

#stage article h1 .ja .onechara span:nth-child(10) {
  transition: all 1s 0.9s ease;
}

#stage article h1 .en {
  display: inline-block;
  position: absolute;
  font-family: "Mr Dafoe", cursive;
  font-size: 80px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  color: #fdf3f5;
  letter-spacing: 0.1em;
}

#stage article h1::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, #be0714, #8a060e);
  position: absolute;
  bottom: -80px;
  left: 0;
  z-index: 5;
}

#stage article h1::before {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: linear-gradient(to right, #be0714, #8a060e);
  position: absolute;
  bottom: -80px;
  right: 0;
  z-index: 5;
}

#stage article h1.invanim .ja .onechara span {
  transform: translateY(0);
}

#stage article section {
  margin-top: 7rem;
  line-height: 1.75;
}

#stage article section h2 {
  text-align: center;
  font-family: "Mr Dafoe", cursive;
  color: #eebec2;
  font-size: 18px;
  overflow: hidden;
  padding-top: 20px;
  margin-bottom: 3rem;
}

#stage article section h2 .ja {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #444444;
  position: relative;
  transition: all 1s 0s ease;
  transform: translateY(70px);
  transform-origin: left bottom;
}

#stage article section h2 .ja span {
  position: relative;
  z-index: 2;
  top: -15px;
  left: 0;
  width: 100%;
}

#stage article section h2 .ja::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 36px;
  transform: skewX(-40deg);
  position: absolute;
  top: 0;
  left: -5px;
  z-index: 1;
  border-right: solid 1px #eebec2;
}

#stage article section h2 .en {
  position: relative;
  top: 0;
  left: 0;
}

#stage article section h2.invanim .ja {
  transform: translateY(0);
}

#stage article section.fast {
  margin-top: 9rem;
}

/*==================================================
★company
====================================================*/
#company .aboutus {
  margin-bottom: 3rem;
  position: relative;
}

#company .aboutus .aboutbx {
  position: relative;
}

#company .aboutus .aboutbx .txt {
  position: absolute;
  top: 0;
  left: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  width: 60%;
  border-top: solid 1px #eebec2;
  border-left: solid 1px #eebec2;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  transition: all 1s 0s ease;
  transform: scale(0);
  opacity: 0;
}

#company .aboutus .aboutbx .pho {
  position: relative;
  padding-top: 40px;
  transition: all 1s 0s ease;
  transform: scale(0);
  opacity: 0;
}

#company .aboutus .aboutbx.invanim .txt {
  transform: scale(1);
  opacity: 1;
}

#company .aboutus .aboutbx.invanim .pho {
  transform: scale(1);
  opacity: 1;
}

#company .aboutus::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 80%;
  bottom: 0;
  left: 0;
  background-color: rgba(244, 227, 228, 0.25);
  transform: skewY(-20deg);
}

#company .greeting {
  position: relative;
}

#company .greeting .greetbx {
  position: relative;
  z-index: 5;
}

#company .greeting .greetbx .pho {
  text-align: center;
  transition: all 2s 0s ease;
  opacity: 0;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

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

#company .greeting .greetbx .txt {
  margin-top: 2rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  transition: all 1s 0s ease;
  opacity: 0;
  transform: translateX(-300px);
}

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

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

#company .greeting .greetbx .txt.invanim {
  opacity: 1;
  transform: translateX(0);
}

#company .greeting::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.02);
  transform: skewY(20deg);
}

#company .qualification {
  position: relative;
}

#company .qualification dl {
  position: relative;
  z-index: 5;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  transition: all 1s 0s ease;
  transform: scale(0);
}

#company .qualification dl dt {
  font-weight: bold;
  width: 30%;
}

#company .qualification dl dd {
  width: 67%;
  margin-bottom: 2rem;
}

#company .qualification dl dd img {
  display: inline-block;
  margin-top: 1rem;
  width: 200px;
}

#company .qualification dl.invanim {
  transform: scale(1);
}

#company .qualification::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.02);
  transform: skewY(-20deg);
}

#company .outline {
  position: relative;
}

#company .outline .pho {
  display: flex;
  margin-top: 2rem;
  position: relative;
  z-index: 5;
}

#company .outline .pho p {
  width: 50%;
}

#company .outline .outlinebx {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
}

#company .outline .outlinebx > dt {
  position: relative;
  border-bottom: solid 1px #cccccc;
  transition: all 1s 0s ease;
  opacity: 0;
  transform: translateY(30px);
}

#company .outline .outlinebx > dt::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 2.1em;
  position: absolute;
  bottom: -1px;
  background: linear-gradient(to right, #be0714, #8a060e);
}

#company .outline .outlinebx > dt.em3::before {
  width: 3.2em;
}

#company .outline .outlinebx > dt.em4::before {
  width: 4.3em;
}

#company .outline .outlinebx > dt.em5::before {
  width: 5.4em;
}

#company .outline .outlinebx > dt.em6::before {
  width: 6.5em;
}

#company .outline .outlinebx > dt.invanim {
  opacity: 1;
  transform: translateY(0);
}

#company .outline .outlinebx > dd {
  margin-left: 25px;
  padding-top: 3px;
  padding-bottom: 2rem;
  transition: all 3s 0s ease;
  opacity: 0;
}

#company .outline .outlinebx > dd ul {
  margin-left: 15px;
}

#company .outline .outlinebx > dd dl {
  margin-top: 10px;
}

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

#company .outline .outlinebx > dd dl dd {
  margin-left: 25px;
  margin-bottom: 1rem;
  font-size: 12px;
}

#company .outline .outlinebx > dd.invanim {
  opacity: 1;
}

#company .outline::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  top: 0;
  left: 0;
  background-color: rgba(244, 227, 228, 0.25);
  transform: skewY(20deg);
}

#company .history {
  position: relative;
}

#company .history dl {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 5;
}

#company .history dl dt {
  position: relative;
  border-bottom: solid 1px #cccccc;
  transition: all 1s 0s ease;
  opacity: 0;
  transform: translateY(30px);
}

#company .history dl dt::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 5.5em;
  position: absolute;
  bottom: -1px;
  background: linear-gradient(to right, #be0714, #8a060e);
}

#company .history dl dt.em6::before {
  width: 6.3em;
}

#company .history dl dt.invanim {
  opacity: 1;
  transform: translateY(0);
}

#company .history dl dd {
  margin-left: 25px;
  padding-top: 5px;
  transition: all 3s 0s ease;
  opacity: 0;
}

#company .history dl dd.invanim {
  opacity: 1;
}

#company .history::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 150%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.02);
  transform: skewY(-20deg);
}

#company .map {
  position: relative;
}

#company .map div {
  margin-bottom: 3rem;
  position: relative;
  z-index: 5;
}

#company .map div dl {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}

#company .map div dl dt {
  position: relative;
  border-bottom: solid 1px #cccccc;
  transition: all 1s 0s ease;
  opacity: 0;
  transform: translateY(30px);
}

#company .map div dl dt::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 2.1em;
  position: absolute;
  bottom: -1px;
  background: linear-gradient(to right, #be0714, #8a060e);
}

#company .map div dl dt.em6::before {
  width: 6.5em;
}

#company .map div dl dt.invanim {
  opacity: 1;
  transform: translateY(0);
}

#company .map div dd {
  margin-left: 25px;
  padding-top: 5px;
  transition: all 3s 0s ease;
  opacity: 0;
}

#company .map div dd.invanim {
  opacity: 1;
}

#company .map div iframe {
  width: 100%;
  transition: all 3s 0s ease;
  opacity: 0;
}

#company .map div iframe.invanim {
  opacity: 1;
}

#company .map::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 80%;
  top: 0;
  left: 0;
  background-color: rgba(244, 227, 228, 0.25);
  transform: skewY(20deg);
}

/*==================================================
★service
====================================================*/
#service .servicebx {
  position: relative;
}

#service .servicebx .finfo {
  position: relative;
  margin-bottom: calc(80px + 4rem);
  z-index: 5;
}

#service .servicebx .finfo .pho {
  position: relative;
  transition: all 1s 0s ease;
  transform: scale(0);
}

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

#service .servicebx .finfo .txt {
  position: absolute;
  width: 70%;
  left: 10%;
  bottom: -80px;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 5%;
  border-left: solid 1px #be0714;
  border-top: solid 1px #be0714;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  transition: all 1s 0s ease;
  transform: scale(0);
}

#service .servicebx .finfo .txt.invanim {
  transform: scale(1);
}

#service .servicebx .slists {
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#service .servicebx .slists h3 {
  position: relative;
  border-bottom: solid 1px #cccccc;
}

#service .servicebx .slists h3::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 6.5em;
  position: absolute;
  bottom: -1px;
  background: linear-gradient(to right, #be0714, #8a060e);
}

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

#service .servicebx .slists dl dt {
  margin-top: 1rem;
  text-align: center;
}

#service .servicebx .slists dl.invanim {
  transform: translateY(0);
  opacity: 1;
}

#service .servicebx .slists.kaitori {
  margin-top: 4rem;
}

#service .servicebx .slists.kaitori dl dt {
  background-color: #efefef;
  padding: 5px;
}

#service .servicebx .slists.kaitori dl dd {
  padding: 10px;
}

#service .servicebx .tosite {
  margin-top: 2rem;
  width: 80%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
  border-top: dotted 1px #be0714;
}

#service .servicebx .tosite .txt {
  margin-bottom: 1rem;
}

#service .servicebx .tosite .pho {
  text-align: center;
}

#service .servicebx .tosite .pho a {
  transition: all 1s 0s ease;
}

#service .servicebx .tosite .pho a:hover {
  opacity: 0.7;
}

#service .servicebx .sikaku {
  margin-top: 4rem;
  margin-bottom: 4rem;
  border-top: dotted 1px #be0714;
  width: 80%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
}

#service .servicebx .sikaku .pho {
  margin-top: 1rem;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}

#service .servicebx::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 30%;
  top: 0;
  left: 0;
  background-color: rgba(244, 227, 228, 0.25);
  transform: skewY(20deg);
}

#service .servicebx#fuyouhin .slists h3::before {
  width: 11em;
}

#service .servicebx#fuyouhin .slists.kaitori h3::before {
  width: 7.7em;
}

#service .servicebx#fuyouhin::before {
  height: 13%;
}

#service .servicebx#kusakari .slists h3::before {
  width: 4em;
}

#service .servicebx#kusakari::before {
  height: 13%;
}

#service .servicebx#benriya::before {
  height: 13%;
}

/*==================================================
★contact
====================================================*/
#contact .telfax {
  position: relative;
}

#contact .telfax .telfaxwrap {
  position: relative;
  z-index: 5;
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#contact .telfax .telfaxwrap .telfaxbx {
  padding: 3% 5% 5% 5%;
  background-color: #ffffff;
  margin-top: 1rem;
  text-align: center;
  line-height: 2;
  transition: all 3s 0s ease;
  opacity: 0;
}

#contact .telfax .telfaxwrap .telfaxbx a {
  color: #eebec2;
  font-size: 24px;
}

#contact .telfax .telfaxwrap .telfaxbx.invanim {
  opacity: 1;
}

#contact .telfax::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 150%;
  top: 0;
  left: 0;
  background-color: rgba(244, 227, 228, 0.25);
  transform: skewY(20deg);
}

#contact .mailform {
  position: relative;
  z-index: 5;
}

#contact .mailform .formwrap {
  width: 90%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

#contact .mailform .formwrap .info {
  margin-bottom: 1rem;
}

#contact .mailform .formwrap form .note {
  background-color: #efefef;
  padding: 5px;
  margin-bottom: 5px;
}

#contact .mailform .formwrap form dl dt {
  position: relative;
  border-bottom: solid 1px #cccccc;
  transition: all 1s 0s ease;
  transform: translateY(30px);
  opacity: 0;
}

#contact .mailform .formwrap form dl dt::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 3.2em;
  position: absolute;
  bottom: -1px;
  background: linear-gradient(to right, #be0714, #8a060e);
}

#contact .mailform .formwrap form dl dt.em3::before {
  width: 4.3em;
}

#contact .mailform .formwrap form dl dt.em5::before {
  width: 6.5em;
}

#contact .mailform .formwrap form dl dt.em7::before {
  width: 8.7em;
}

#contact .mailform .formwrap form dl dt.em10::before {
  width: 12em;
}

#contact .mailform .formwrap form dl dt.invanim {
  transform: translateY(0);
  opacity: 1;
}

#contact .mailform .formwrap form dl dd {
  padding-top: 5px;
  margin-left: 25px;
  margin-bottom: 1rem;
  transition: all 2s 0s ease;
  opacity: 0;
}

#contact .mailform .formwrap form dl dd .txbx {
  width: 94%;
}

#contact .mailform .formwrap form dl dd textarea {
  width: 94%;
}

#contact .mailform .formwrap form dl dd .detail {
  border: dotted 1px #cccccc;
  padding: 2%;
  margin-top: 1rem;
  width: 90%;
}

#contact .mailform .formwrap form dl dd .detail h3 {
  background-color: #efefef;
  padding: 5px;
}

#contact .mailform .formwrap form dl dd .detail ol {
  margin-top: 1rem;
  margin-left: 25px;
  margin-bottom: 1rem;
}

#contact .mailform .formwrap form dl dd.invanim {
  opacity: 1;
}

#contact .mailform .formwrap form .but {
  background-color: #f5e1e2;
  padding: 5px;
  text-align: center;
}

#contact .mailform .formwrap form .but input {
  background-color: #ffffff;
  border: solid 1px #ffffff;
}

/*==================================================
★news
====================================================*/
#news .newswrap {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  border-left: solid 1px #cccccc;
  padding-bottom: 4rem;
  position: relative;
}

#news .newswrap .wrapyear {
  position: absolute;
  bottom: 1rem;
  left: 15px;
  font-family: "Noto Sans JP", sans-serif;
  color: #be0714;
  font-size: 18px;
}

#news .newswrap .newsbx {
  position: relative;
  margin-left: 5%;
  box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
  padding: 5%;
  border-top: solid 1px #be0714;
  border-left: solid 1px #be0714;
  margin-top: 2rem;
  background-color: #ffffff;
  z-index: 5;
  transition: all 2s 0s ease;
  opacity: 0;
}

#news .newswrap .newsbx .title {
  display: flex;
  justify-content: space-between;
}

#news .newswrap .newsbx .title .date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  width: 100px;
}

#news .newswrap .newsbx .title .date .dwrap {
  position: relative;
}

#news .newswrap .newsbx .title .date .dwrap::before {
  position: absolute;
  content: "";
  display: block;
  bottom: -10px;
  left: 0;
  width: 110%;
  height: 5px;
  background: linear-gradient(to right, #be0714, #8a060e);
}

#news .newswrap .newsbx .title .date .dwrap .mon {
  display: inline-block;
  position: relative;
}

#news .newswrap .newsbx .title .date .dwrap .mon span {
  position: relative;
  z-index: 2;
  top: -10px;
  left: 0;
  width: 100%;
}

#news .newswrap .newsbx .title .date .dwrap .mon::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 25px;
  background-color: #ffffff;
  transform: skewX(-40deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-right: solid 1px #000000;
}

#news .newswrap .newsbx .title .date .dwrap .day {
  position: relative;
  top: 0;
  left: 5px;
}

#news .newswrap .newsbx .title .date .dwrap .year {
  font-size: 12px;
  display: inline-block;
  margin-left: 10px;
}

#news .newswrap .newsbx .title h2 {
  width: calc(100% - 120px);
  padding-top: 0;
  text-align: left;
  margin-bottom: 2rem;
  font-size: 16px;
  transition: all 1s 0s ease;
  transform: translateY(30px);
  opacity: 0;
}

#news .newswrap .newsbx .txt p {
  margin-bottom: 1rem;
}

#news .newswrap .newsbx .txt p:last-child {
  margin-bottom: 0;
}

#news .newswrap .newsbx::before {
  position: absolute;
  content: "";
  display: block;
  width: 5%;
  height: 1px;
  background-color: #cccccc;
  top: 10px;
  left: calc(-5% - 2px);
}

#news .newswrap .newsbx.fast {
  margin-top: 0;
}

#news .newswrap .newsbx.invanim {
  opacity: 1;
}

#news .newswrap .newsbx.invanim .title h2 {
  transform: translateY(0);
  opacity: 1;
}

#news .newswrap.fast {
  margin-top: 7rem;
}

/*==================================================
★policy
====================================================*/
#policy .policytxt {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
  transition: all 3s 0s ease;
  opacity: 0;
}

#policy .policytxt p {
  margin-bottom: 3rem;
}

#policy .policytxt p.name {
  text-align: right;
}

#policy .policytxt ol li {
  margin-left: 25px;
  margin-right: 15px;
  margin-bottom: 1rem;
}

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

#policy .policytxt ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

#policy .policytxt ul li {
  margin-left: 25px;
  margin-right: 15px;
}

#policy .policytxt.invanim {
  opacity: 1;
}

/*==================================================
★recruit
====================================================*/
#recruit section p {
  margin-left: 5%;
  margin-right: 5%;
  text-align: center;
}

/*==================================================
★media 769
====================================================*/
@media only screen and (min-width: 769px) {
  /* ★stage-tb */
  #stage article {
    padding-top: 160px;
  }
  #stage article h1 .ja {
    font-size: 34px;
  }
  #stage article h1 .en {
    font-size: 100px;
    top: -70px;
  }
  #stage article section h2 .ja {
    font-size: 30px;
  }
  #stage article section h2 .ja span {
    padding-right: 10px;
  }
  #stage article section h2 .ja::after {
    height: 43px;
  }
  #stage article section h2 .en {
    left: -12px;
  }
  /* ★company-tb */
  #company .aboutus .inbx {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  #company .aboutus .inbx .aboutbx .txt {
    top: 130px;
    left: 90px;
    width: 40%;
    font-size: 1.8vw;
  }
  #company .aboutus .inbx .aboutbx .pho {
    margin-left: 20%;
  }
  #company .greeting .inbx {
    margin-left: 5%;
    margin-right: 5%;
  }
  #company .greeting .inbx .greetbx {
    display: flex;
    justify-content: space-between;
  }
  #company .greeting .inbx .greetbx .pho {
    width: 30%;
  }
  #company .greeting .inbx .greetbx .txt {
    width: 64%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
  #company .qualification .inbx {
    margin-left: 5%;
    margin-right: 5%;
  }
  #company .qualification .inbx .quabx {
    display: flex;
    justify-content: space-between;
  }
  #company .qualification .inbx .quabx dl {
    width: 45%;
    background-color: #ffffff;
    padding: 2%;
    margin-left: 0;
    margin-right: 0;
  }
  #company .qualification .inbx .quabx dl dd {
    text-align: center;
  }
  #company .qualification .inbx .quabx dl.kobutsu {
    justify-content: center;
    flex-wrap: wrap;
  }
  #company .qualification .inbx .quabx dl.kobutsu dt {
    width: 100%;
  }
  #company .qualification .inbx .quabx dl.kobutsu dd {
    width: 100%;
    margin-bottom: 0;
  }
  #company .outline .outlinebx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #company .outline .outlinebx > dt {
    width: 30%;
    padding-top: 5px;
  }
  #company .outline .outlinebx > dd {
    width: 67%;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 1.75;
    border-bottom: solid 1px #cccccc;
  }
  #company .outline .pho {
    margin-left: 5%;
    margin-right: 5%;
  }
  #company .map .inbx div {
    margin-left: 5%;
    margin-right: 5%;
  }
  #company .map .inbx div dl {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  /* ★service-tb */
  #service .servicebx .finfo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1100px;
  }
  #service .servicebx .finfo .pho {
    width: 60%;
  }
  #service .servicebx .finfo .txt {
    width: 40%;
    left: 50%;
    bottom: 80px;
  }
  #service .servicebx .slists .slistsin {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #service .servicebx .slists .slistsin dl {
    width: 49%;
  }
  #service .servicebx .slists .slistsin dl:nth-child(2n) {
    transition: all 1s 0.2s ease;
  }
  #service .servicebx .tosite {
    display: flex;
    justify-content: space-between;
  }
  #service .servicebx .tosite .txt {
    width: calc(100% - 400px);
  }
  #service .servicebx .tosite .pho {
    max-width: 372px;
  }
  #service .servicebx#ihinseiri .sikaku {
    display: flex;
    justify-content: space-between;
  }
  #service .servicebx#ihinseiri .sikaku .txt {
    width: calc(100% - 240px);
  }
  /* ★news-tb */
  #news .newswrap .newsbx {
    width: 70%;
  }
  #news .newswrap .newsbx::before {
    width: 6.2%;
    left: calc(-6.2% - 2px);
  }
  #news .newswrap .newsbx:nth-child(2n) {
    margin-left: 20%;
  }
  #news .newswrap .newsbx:nth-child(2n)::before {
    width: 25%;
    left: calc(-25% - 2px);
  }
  /* ★contact-tb */
  #contact .mailform .formwrap form dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  #contact .mailform .formwrap form dl dt {
    width: 30%;
    padding-top: 5px;
  }
  #contact .mailform .formwrap form dl dd {
    width: 68%;
    border-bottom: solid 1px #cccccc;
    padding-top: 5px;
    margin-bottom: 0;
    padding-bottom: 8px;
    margin-left: 0;
  }
}

/*==================================================
★media 1239
====================================================*/
@media only screen and (min-width: 1239px) {
  /* ★company-pc */
  #company .aboutus .inbx .aboutbx .txt {
    left: 0;
    width: 40%;
    font-size: 20px;
    text-align: center;
  }
  #company .aboutus .inbx .aboutbx .pho {
    margin-left: 20%;
  }
  #company .greeting .inbx {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  #company .qualification .inbx {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  #company .outline .inbx {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  #company .outline .inbx .outlinebx {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #company .outline .inbx .pho {
    margin-left: 0;
    margin-right: 0;
  }
  #company .history .inbx {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  #company .history .inbx dl {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  #company .map .inbx {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  #company .map .inbx div {
    margin-left: 0;
    margin-right: 0;
  }
  /* ★policy-pc */
  #policy .policytxt ol {
    margin-left: 10%;
  }
  #policy .policytxt ul {
    margin-left: 10%;
  }
}

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