/*
Author: アトリエちいさなおみせ
Version: 1.0
*/
/* base */
html {
  font-size: 62.5%;
  font-size: 10px;
}
body {
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 1.7rem;
  position: relative;
}
.menu-on-body:before {
  animation: translate .5s forwards;
  background-color: rgba(111, 111, 111, .6);
  bottom: 0;
  content: '';
  left: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}
@keyframes translate { 
  0% { width: 0; left: 100%; }
  100% { width: 100%; left: 0; } 
} 
a,
a:hover {
  color: #000000;
  text-decoration: none;
}
.container {
  max-width: 128rem;
}
.h2 {
  font-size: 1.7rem;
  letter-spacing: .255rem;
  line-height: 2rem;
  margin-bottom: .5rem;
  text-align: center;
}
.h2-en {
  /* color: #C40E00; */
  font-size: .8rem;
  letter-spacing: .04rem;
  line-height: .9rem;
  margin-bottom: 2rem;
  text-align: center;
}
.fadein0 {
  opacity : 0;
  transition : all 4s;
}
.fadein {
  opacity : 0;
  transform : translate(0, 10rem);
  transition : all 1s;
}
.fadein.active{
  opacity : 1;
  transform : translate(0, 0);
}
.fadein2 {
  opacity : 0;
  transform : translate(-10rem, 0);
  transition : all 1s;
}
.fadein2-3 {
  opacity : 0;
  transform : translate(-10rem, 0);
  transition : all 3s;
}
.fadein2.active,
.fadein2-3.active {
  opacity : 1;
  transform : translate(0, 0);
}


.fadein2-1 {
  background-size: cover;
  background-position: left;
  display: inline-block;
  height: 30rem;
  transition: 1.2s ease 0.5s;
  width: 0;
}
.fadein2-1.active {
  max-width: 100%;
  width: 82.4rem;
}
.fadein2-2 {
  background-size: cover;
  background-position: left;
  display: inline-block;
  height: 20rem;
  left: 10%;
  margin: 0 auto;
  position: absolute;
  top: calc(100% - 6rem);
  transition: 1.2s ease 1s;
  width: 0;
}
.fadein2-2.active {
  max-width: 80%;
  width: 51.9rem;
}


/* header */
.logo,
.logo-short {
  align-items: center;
  /* background-color: #C40E00; */
  height: 15.1rem;
  left: 0;
  position: absolute;
  top: 5.3rem;
  width: 15.1rem;
  z-index: 1000;
}
.logo a,
.logo-short a {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.logo img,
.logo-short img {
  width: 7.883rem;
}
.menu-btn {
  box-sizing: border-box;
  cursor: pointer;
  height: 2.2rem;
  margin: 5.34rem auto 0;
  position: relative;
  width: 4.158rem;
}
.menu-btn div {
  /* background-color: #C40E00; */
  box-sizing: border-box;
  display: inline-block;
  height: .2rem;
  left: 0;
  position: absolute;
  width: 4.158rem;
}
.menu-btn div:nth-of-type(1) {
  top: 0;
}
.menu-btn div:nth-of-type(2) {
  top: 1rem;
}
.menu-btn div:nth-of-type(3) {
  bottom: 0;
}
.menu-text-btn {
  display: none;
}
.menu {
  /*background-color: rgba(196, 14, 0, .8); */
  height: 53.449rem;
  max-width: 55.3rem;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  transform: translateX(100%);
  width: 100%;
  z-index: 1000;
}
.menu a {
  color: #ffffff;
}
.menu ul {
  list-style: none;
  margin: 11.4rem 0 0;
  padding-left: 5.9rem;
}
.menu li {
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: .285rem;
  line-height: 4.6rem;
}
.menu li:last-child {
  background-color: #ffffff;
  font-size: 1.9rem;
  font-weight: bold;
  height: 3.5rem;
  letter-spacing: .095rem;
  line-height: 4.6rem;
  max-width: 15.3rem;
  width: 100%
}
.menu li:last-child a {
  align-items: center;
  /* color: #C40E00; */
  display: flex;
  height: 3.5rem;
  justify-content: center;
  margin-top: 3.3rem;
}
.menu-close-btn {
  color: #000;
  cursor: pointer;
  height: 1.2rem;
  position: absolute;
  right: 4.295rem;
  top: 6.332rem;
  width: 1.2rem;
}
.menu-close-btn:before {
  background-color: currentColor;
  content: '';
  color: #ffffff;
  height: .2rem;
  position: absolute;
  width: 1.2rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-close-btn:after {
  background-color: currentColor;
  content: '';
  color: #ffffff;
  height: .2rem;
  position: absolute;
  width: 1.2rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.mail-btn {
  /* background-color: #C40E00; */
  border-radius: 50%;
  cursor: pointer;
  height: 4.2rem;
  margin: 1.6rem auto 0;
  width: 4.2rem;
}
.mail-btn span {
  border: solid .2rem #fff;
  color: #fff;
  height: 1.6rem;
  margin-left: 1.1rem;
  margin-top: 1.4rem;
  position: absolute;
  width: 2rem;
}
.mail-btn span:before {
  background-color: #fff;
  content: '';
  height: 1.2rem;
  left: .7rem;
  position: absolute;
  top: -.4rem;
  width: .2rem;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.mail-btn span:after {
  background-color: #fff;
  content: '';
  height: 1.3rem;
  left: .6rem;
  position: absolute;
  top: -.4rem;
  width: .2rem;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.fixed-side {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  position: fixed;
  right: 0;
  top: 0;
  width: 9rem;
  z-index: 100;
}
.side-msg {
  display: none;
}

/* footer */
.footer-section {
  padding: 6.8rem 0 5.5rem;
}
.googlemaps {
  font-size: 0;
}
.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.googlemaps iframe {
  height: 26.7rem;
  width: 100%;
}
.footer-section-box {
  /* background-color: #C40E00; */
  color: #ffffff;
  font-size: .9rem;
  height: 21rem;
  letter-spacing: .045rem;
  line-height: 1.4rem;
  margin-bottom: 2.1rem;
  max-width: 21.5rem;
  padding: 2.397rem 3.5rem 3.9rem 2.4rem;
  position: absolute;
  right: 0;
  text-align: center;
  top: -29.5rem;
  width: 100%;
}
.footer-section-box a {
  color: #ffffff;
}
.footer-section-box p {
  margin-bottom: .7rem;
}
.footer-section-box img {
  margin-bottom: 1rem;
  max-width: 6.686rem;
  width: 100%;
}
.footer-section-tel {
  font-size: 1.8rem;
  letter-spacing: .018rem;
  line-height: 2.1rem;
}
footer .col-3 {
  padding-right: 0;
}
footer p {
  margin-bottom: 0;
  text-align: center;
}
footer img {
  max-width: 15.255rem;
  width: 100%;
}
footer ul {
  display: flex;
  justify-content: space-between;
  line-height: 4.4rem;
  list-style: none;
  margin-bottom: 0;
  margin-top: .8rem;
  padding: 0;
}
footer ul a {
  font-size: 1rem;
  letter-spacing: .05rem;
  line-height: 1.1rem;
}
.copyright {
  font-size: 1rem;
  letter-spacing: .05rem;
  line-height: 1.1rem;
  margin: 2rem 0 4.1rem;
  text-align: center;
}

/* home */
.buttonBar {
  visibility: hidden;
}
.home-video > div {
  height: 73.6rem;
  margin: 0 auto;
  max-width: 148.8rem;
  position: relative;
  width: 100%;
}
.home-slide {
  /* border-right: 10px solid #C40E00; */
  margin: 0 auto;
  max-width: 148.8rem;
  position: relative;
  width: 100%;
}
.home-slide-list {
  list-style: none;
  margin-bottom: 0!important;
  padding-left: 0;
}
.home-slide-list img {
  height: 73.6rem;
  margin: 0 auto;
  max-width: 148.8rem;
  object-fit: cover;
  width: 100%;
}
.slick-slide img {
  height: 73.6rem;
  object-fit: cover;
  width: 100%;
}
.slick-dots {
  bottom: 1.4rem;
}
.slick-dots li {
  height: .7rem;
  margin: 0 .25rem;
  width: .7rem;
}
.slick-dots li button::before {
  color: #ffffff;
  font-size: .7rem;
  opacity: 1;
}
.slick-dots li.slick-active button::before {
  /* color: #C40E00; */
}
.home-slide-catch {
  align-items: center;
  background-color: #ffffff;
  bottom: 6.6rem;
  display: flex;
  font-size: 1.5rem;
  height: 4rem;
  justify-content: center;
  letter-spacing: .25rem;
  line-height: 3.3rem;
  margin-bottom: 0;
  max-width: 56.7rem;
  padding: 0 1.5rem 0 1.7rem;
  position: absolute;
}
.home-section01 {
  padding: 3rem 0 3.8rem;
}
.home-section01-msg {
  font-size: 1.3rem;
  letter-spacing: .065rem;
  line-height: 2.5rem;
  margin-bottom: 0;
  padding-left: 9px;
  padding-right: 9px;
  text-align: center;
}
.home-section02 {
  /* background-color: rgba(196, 14, 0, .15); */
  padding: 3.3rem 0 3.1rem;
}
.home-section02 a > div {
  background-position: center center;
  background-size: cover;
  height: 21.8rem;
  width: 100%;
}
.home-section02-text {
  align-items: center;
  background-color: rgba(0, 0, 0, .25);
  display: flex;
  height: 100%;
  justify-content: center;
}
.home-section02-text p {
  text-align: center;
}
.home-section02-text p:first-child {
  color: #FFFFFF;
  display: block;
  font-size: 1.7rem;
  letter-spacing: .255rem;
  line-height: 2rem;
  margin-bottom: .6rem;
}
.home-section02-text p:nth-child(2) {
  color: #FFFFFF;
  display: block;
  font-size: .8rem;
  letter-spacing: .04rem;
  line-height: .9rem;
}
.home-section03 {
  padding: 4.7rem 0;
}
.home-blog {
  align-items: center;
  /* border-bottom: .2rem solid #C40E00; */
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 71.3rem;
  width: 100%;
}
.home-blog-inbox {
  align-items: center;
  display: flex;
  min-height: 5.6rem;
}
.home-blog-inbox p {
  font-size: 1.3rem;
  letter-spacing: .055rem;
  line-height: 1.5rem;
  margin-top: .5rem;
  padding-top: 1rem;
}
.home-blog-inbox p:first-child {
  min-width: 8.8rem;
  padding-left: 1.1rem;
  width: 8.8rem;
}
.home-blog .home-blog-cat {
  align-items: center;
  /* background-color: #C40E00; */
  border-radius: 1.5rem;
  color: #fff;
  display: flex;
  font-size: .9rem;
  height: 1.7rem;
  justify-content: center;
  letter-spacing: .045rem;
  line-height: 1rem;
  margin-bottom: 0;
  margin-top: .5rem;
  min-width: 7.1rem;
  width: 7.1rem;
}
.home-blog-more {
  margin: 2.025rem auto 0;
  max-width: 71.3rem;
  position: relative;
  text-align: right;
  width: 100%;
}
.home-blog-more a {
  /* color: #C40E00; */
  font-size: 1.2rem;
  letter-spacing: .12rem;
  line-height: 2.4rem;
  margin-right: 2.6rem;
}
.home-blog-more a:after {
  /* border-top: solid .2rem #C40E00; */
  /* border-right: solid .2rem #C40E00; */
  color: inherit;
  content: "";
  display: block;
  height: 1rem;
  position: absolute;
  right: 1.6rem;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: 1rem;
}
.home-section04-inbox {
  /* background-color: rgba(196, 14, 0, .15); */
  padding: 3.5rem 0 0;
}
.home-section04-list {
  position: relative;
}
.home-section04-list img {
  height: 23.8rem!important;
  margin-bottom: 2.3rem;
  max-width: 32.3rem;
}
.home-section04-list-inbox {
  background-color: #ffffff;
  margin: 0 auto;
  max-width: 37.8rem;
  text-align: center;
  width: 100%;
}
.home-section04-list-inbox a {
  display: block;
  padding: 1.3rem 1.2rem 1.2rem;
}
.home-section04-list-inbox p {
  margin-bottom: 0;
}
.home-section04-list-inbox p span {
  display: block;
  font-size: 1.1rem;
  letter-spacing: .055rem;
  line-height: 1.3rem;
  margin-bottom: .5rem;
}
.home-section04-list-sp .row .col-6:nth-child(odd) {
  margin-bottom: 1.9rem;
  padding-right: .75rem;
}
.home-section04-list-sp .row .col-6:nth-child(even) {
  margin-bottom: 1.9rem;
  padding-left: .75rem;
}
.home-section04-list-sp img {
  height: 10.4rem;
  margin-bottom: .9rem;
  object-fit: cover;
  width: 100%;
}
.home-section04-next {
  /* background: #C40E00 0% 0% no-repeat padding-box; */
  border-radius: 50%;
  cursor: pointer;
  height: 5.1rem;
  left: -4rem;
  position: absolute;
  top: calc(50% - .2rem);
  width: 5.1rem;
  z-index: 101;
}
.home-section04-next span {
  border-top: solid .2rem #fff;
  border-right: solid .2rem #fff;
  display: block;
  height: 1.1rem;
  left: 2.5rem;
  position: absolute;
  top: calc(50% - 1rem);
  transform: rotate(-135deg) translateY(-50%);
  width: 1.1rem;
}
.home-section04-prev {
  /* background: #C40E00 0% 0% no-repeat padding-box; */
  border-radius: 50%;
  cursor: pointer;
  height: 5.1rem;
  right: -4rem;
  position: absolute;
  top: calc(50% - .2rem);
  width: 5.1rem;
  z-index: 101;
}
.home-section04-prev span {
  border-top: solid .2rem #fff;
  border-right: solid .2rem #fff;
  display: block;
  height: 1.1rem;
  right: 2.5rem;
  position: absolute;
  top: calc(50% - .3rem);
  transform: rotate(45deg) translateY(-50%);
  width: 1.1rem;
}
.home-section04-more {
  margin-bottom: 1.6rem;
  padding-right: 2rem;
  padding-top: 1.2rem;
  text-align: right;
}
.home-section04-more a {
  font-size: 1.2rem;
  /* color: #C40E00; */
  letter-spacing: .12rem;
  line-height: 2.4rem;
  padding-right: 2.6rem;
  position: relative;
}
.home-section04-more a:after {
  /* border-top: solid .2rem #C40E00; */
  /* border-right: solid .2rem #C40E00; */
  color: inherit;
  content: "";
  display: block;
  height: 1rem;
  position: absolute;
  right: 1.6rem;
  top: calc(50% - .1rem);
  transform: rotate(45deg) translateY(-50%);
  width: 1rem;
}
.home-section05 {
  padding: 3.8rem 0 3rem;
}
.home-section05-msg {
  font-size: 1.3rem;
  letter-spacing: .065rem;
  line-height: 2.5rem;
  margin: 1.7rem 0 3.6rem;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  text-align: center;
}
.home-section05-inbox {
  display: block;
  justify-content: center;
  margin-bottom: 2.7rem;
  text-align: center;
}
.home-section05-tel,
.home-section05-fax {
  /* color: #C40E00; */
  font-size: 2.5rem;
  letter-spacing: .125rem;
  line-height: 2.9rem;
}
.home-section05-tel {
  margin-bottom: .6rem;
}
.home-section05-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.home-section05-btn a {
  align-items: center;
  /* background: repeating-linear-gradient(-45deg, #dc6e67, #dc6e67 .1rem,#C40E00 .4rem, #C40E00 .8rem); */
  color: #ffffff;
  display: flex;
  font-size: 1.4rem;
  height: 3.7rem;
  justify-content: center;
  letter-spacing: .07rem;
  line-height: 1.6rem;
  max-width: 21.5rem;
  width: 100%;
}
.home-section06 {
  /* background-color: rgba(196, 14, 0, .15); */
}
.home-section06-img {
  margin-bottom: 0;
  position: relative;
}
.home-section06-img a {
  display: block;
}
.home-section06-img a:before {
  /* background-color: rgba(196, 14, 0, .15); */
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.home-section06-img img {
  width: 100%;
}
.home-section06-title {
  left: 50%;
  margin:0;
  padding:0;
  position: absolute;
  text-align: center;
  top: 53%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.home-section06-title-en {
  color: transparent;
  display: block;
  font-size: 3.3rem;
  letter-spacing: .165rem;
  line-height: 3.9rem;
  -webkit-text-stroke: .1rem #FFF;
  text-stroke: .1rem #FFF;
}
.home-section06-title-jp {
  /* color: #C40E00; */
  display: block;
  font-size: 1rem;
  letter-spacing: .15rem;
  line-height: 1.1rem;
}

/* inside */
.inside-main {
  /* border-right: 10px solid #C40E00; */
  margin: 0 auto;
  max-width: 148.8rem;
  position: relative;
  width: 100%;
}
.inside-main-img {
  margin-bottom: 0;
}
.inside-main-img img {
  height: 42.5rem;
  margin: 0 auto;
  max-width: 148.8rem;
  object-fit: cover;
  padding-left: 1.5rem;
  width: 100%;
}
.inside-catch {
  align-items: center;
  background-color: #ffffff;
  bottom: 2.6rem;
  /* color: #C40E00; */
  display: flex;
  font-size: 1.7rem;
  font-weight: normal;
  height: 3.8rem;
  justify-content: center;
  letter-spacing: .255rem;
  line-height: 2rem;
  margin-bottom: 0;
  padding: .9rem 1.582rem .9rem 3rem;
  position: absolute;
}
.inside-catch span {
  color: #000000;
  font-size: 1.3rem;
  letter-spacing: .13rem;
  line-height: 1.5rem;
  padding-left: 1.1rem;
}

/* aboutus */
.aboutus-section01 {
  padding: 6.2rem 0 6.85rem;
}
.aboutus-section01-msg-title {
  font-size: 1.7rem;
  letter-spacing: .085rem;
  line-height: 2.8rem;
  margin: 3.7rem 0 2.8rem;
  text-align: center;
}
.aboutus-section01-msg {
  font-size: 1.3rem;
  letter-spacing: .065rem;
  line-height: 2.5rem;
  text-align: center;
}
.aboutus-section01-msg-title-type2 {
  font-size: 1.7rem;
  letter-spacing: .085rem;
  line-height: 2.8rem;
  margin: 3.7rem 0 2.8rem;
  text-align: center;
}
.aboutus-section01-msg-type2 {
  font-size: 1.3rem;
  letter-spacing: .065rem;
  line-height: 2.5rem;
  text-align: center;
}
.aboutus-box {
  padding-left: 1.1rem;
  padding-right: .6rem;
}
.aboutus-box .col {
  display: flex;
  flex-flow: column-reverse;
}
.aboutus-box .col > div {
  margin: 0 auto;
}
.aboutus-img01 {
  margin-bottom: 2.3rem;
  margin: 2rem auto 0;
  max-width: 29.6rem;
}
.aboutus-img01 img {
  max-width: 44.9rem;
  width: 100%;
}
.aboutus-img01-name {
  font-size: 1.8rem;
  letter-spacing: .09rem;
  line-height: 2.8rem;
  margin: 1rem auto 0;
  max-width: 29.6rem;
}
.aboutus-img01-name span {
  font-size: 1.2rem;
  letter-spacing: .06rem;
  margin-right: 1.4rem;
}
.aboutus-section02 {
  padding: 3.3rem 0 1.25rem;
}
.aboutus-section02-list {
  border-top: 1px solid;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 3.879rem auto 0;
  max-width: 98.4rem;
  padding: 0;
  width: 100%;
}
.aboutus-section02-list li {
  align-items: center;
  border-bottom: 1px solid;
  display: flex;
  font-size: 1.6rem;
  flex-wrap: wrap;
  min-height: 10.8rem;
  letter-spacing: .08rem;
  line-height: 3rem;
  padding: 3rem 0;
  width: 100%;
}
.aboutus-section02-list li span {
  font-size: 1.4rem;
  letter-spacing: .07rem;
  line-height: 3rem;
  width: 100%;
}

/* service */
.service-section01,
.service-section02,
.service-section03,
.service-section04,
.service-section05,
.service-section01-02,
.service-section02-02,
.service-section03-02,
.service-section04-02,
.service-section05-02 {
  padding: 6.2rem 0 5.3rem;
  position: relative;
}
.service-section01:after,
.service-section03:after,
.service-section05:after {
  /*  background-color: rgba(196, 14, 0, .15); */
  bottom: 2.9rem;
  content: '';
  height: 36.4rem;
  left: 0;
  position: absolute;
  width: 58%;
  z-index: -1;
}
.service-section01-02:after,
.service-section03-02:after,
.service-section05-02:after {
  /*  background-color: rgba(196, 14, 0, .15); */
  bottom: 22rem;
  content: '';
  height: 89.3rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.service-section02:after,
.service-section04:after {
  /* background-color: rgba(196, 14, 0, .15); */
  bottom: 2.9rem;
  content: '';
  height: 36.4rem;
  right: 0;
  position: absolute;
  width: 58%;
  z-index: -1;
}
.service-section02-02:after,
.service-section04-02:after {
  /* background-color: rgba(196, 14, 0, .15); */
  bottom: 22rem;
  content: '';
  height: 89.3rem;
  right: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.service-section01-box,
.service-section03-box,
.service-section05-box {
  display: flex;
  flex-flow: column;
  margin-top: 2.325rem;
  position: relative;
}
.service-section02-box,
.service-section04-box {
  display: flex;
  flex-flow: column-reverse;
  margin-top: 2.325rem;
  position: relative;
}
.service-section01-box .service-section-box-img,
.service-section02-box .service-section-box-img,
.service-section03-box .service-section-box-img,
.service-section04-box .service-section-box-img,
.service-section05-box .service-section-box-img {
  width: 100%;
}
.service-section01-box img,
.service-section02-box img,
.service-section03-box img,
.service-section04-box img,
.service-section05-box img {
  margin-bottom: 2.6rem;
  max-width: 66.6rem;
  width: 100%;
}
.service-section-box-img img {
  max-width: 100%;
}
/*
.service-section01-box .service-section-box-img > span + span,
.service-section03-box .service-section-box-img > span + span,
.service-section05-box .service-section-box-img > span + span {
  left: 0;
  margin: 0 auto;
  max-width: 51.9rem;
  position: absolute;
  right: 0;
  top: calc(100% - 6rem);
  width: 80%;
}
.service-section02-box .service-section-box-img > span + span,
.service-section04-box .service-section-box-img > span + span {
  left: 0;
  margin: 0 auto;
  max-width: 51.9rem;
  position: absolute;
  right: 0;
  top: calc(100% - 6rem);
  width: 80%;
}
*/
.service-section01-box p,
.service-section02-box p,
.service-section03-box p,
.service-section04-box p,
.service-section05-box p {
  margin-bottom: 0;
}
.service-section01-box > div:first-child,
.service-section02-box > div:last-child,
.service-section03-box > div:first-child,
.service-section04-box > div:last-child,
.service-section05-box > div:first-child {
  margin: 0 auto;
}
.service-section01-subimgbox,
.service-section02-subimgbox,
.service-section03-subimgbox,
.service-section04-subimgbox,
.service-section05-subimgbox {
  margin-bottom: 20rem!important;
  position: relative;
  width: 100%;
}
.service-section01-box >div:last-child p:first-child,
.service-section02-box >div:first-child p:first-child,
.service-section03-box >div:last-child p:first-child,
.service-section04-box >div:first-child p:first-child,
.service-section05-box >div:last-child p:first-child {
  font-size: 1.3rem;
  letter-spacing: .13rem;
  line-height: 2.3rem;
  margin-bottom: 1.7rem;
}
.service-section01-btn,
.service-section02-btn,
.service-section03-btn,
.service-section04-btn,
.service-section05-btn {
  align-items: center;
  background-color: #ffffff;
  border: .1rem solid #707070;
  display: flex;
  font-size: 1.3rem;
  height: 3.7rem;
  justify-content: center;
  letter-spacing: .26rem;
  line-height: 2.2rem;
  width: 100%;
}
.service-section01-subbox,
.service-section03-subbox,
.service-section05-subbox {
  background-color: #fff;
  /* border: .4rem solid #C40E00; */
  z-index: 100;
}
.service-section02-subbox,
.service-section04-subbox {
  background-color: #fff;
  /* border: .4rem solid #C40E00; */
  z-index: 100;
}
.service-section01-subbox .service-section01-btn,
.service-section02-subbox .service-section02-btn,
.service-section03-subbox .service-section03-btn,
.service-section04-subbox .service-section04-btn,
.service-section04-subbox .service-section05-btn {
  height: 5rem;
}
.service-section01-subinbox,
.service-section02-subinbox,
.service-section03-subinbox,
.service-section04-subinbox,
.service-section05-subinbox {
  padding: 5rem 2rem 3rem;
}
.service-section01-subbox .h2-en,
.service-section02-subbox .h2-en,
.service-section03-subbox .h2-en,
.service-section04-subbox .h2-en,
.service-section05-subbox .h2-en {
  margin-bottom: 2.6rem;
}
.service-section01-subbox .service_section_content,
.service-section02-subbox .service_section_content,
.service-section03-subbox .service_section_content,
.service-section04-subbox .service_section_content,
.service-section05-subbox .service_section_content {
  font-size: 1.3rem;
  letter-spacing: .065rem;
  line-height: 2.5rem;
}
.service-section01-subbox .service-section01-btn,
.service-section02-subbox .service-section02-btn,
.service-section03-subbox .service-section03-btn,
.service-section04-subbox .service-section04-btn,
.service-section05-subbox .service-section05-btn {
  /* background-color: #C40E00; */
  border: none;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
}
.service-section-subbox-point {
    align-items: center;
    display: flex;
    font-size: 1.7rem;
    padding: 2.5rem 0 2.3rem;
}
.service-section-subbox-point:before,
.service-section-subbox-point:after {
    content: "";
    height: .2rem;
    flex-grow: 1;
    background-color: #000000;
}
.service-section-subbox-point:before {
    margin-right: 5rem;
}
.service-section-subbox-point:after {
    margin-left: 5rem;
}
.service-section-subbox-check {
  list-style: none;
  margin-bottom: 0;
  padding-left: 5rem;
}
.service-section-subbox-check li {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: .18rem;
  line-height: 2.7rem;
  position: relative;
}
.service-section-subbox-check li svg {
  left: -4.5rem;
  position: absolute;
  top: -.2rem;
  width: 2.5rem;
}
.service-section-subbox-checkstyle {
  /* color: #C40E00; */
  /* fill: #C40E00; */
  /* stroke: #C40E00; */
}
.service_section01_subtitle,
.service_section03_subtitle,
.service_section05_subtitle {
  bottom: 32rem;
  color: rgba(255,255,255,.5);
  display: none;
  font-size: 7rem;
  line-height: 1;
  margin: 0;
  position: absolute;
  right: 20%;
}
.service_section02_subtitle,
.service_section04_subtitle {
  bottom: 20rem;
  color: rgba(255,255,255,.5);
  display: none;
  font-size: 7rem;
  line-height: 1;
  margin: 0;
  position: absolute;
  right: 0;
  width: 80%;
}


/* work */
.work-section-menu {
  padding: 2.9rem 0 1.3rem;
}
.work-section-menu ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
  letter-spacing: .195rem;
  list-style: none;
  line-height: 1.5rem;
  padding: 0 1.5rem;
}
.work-section-menu li {
  background-color: rgba(205, 50, 39, .15);
  height: 3.3rem;
  margin-bottom: .8rem;
  width: calc(50% - .4rem);
}
.work-section-menu li:nth-child(odd) {
  margin-right: .4rem;
}
.work-section-menu li:nth-child(even) {
  margin-left: .4rem;
}
.work-section-menu li a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.work-section .col-6:nth-child(odd) {
  padding-right: .4rem;
}
.work-section .col-6:nth-child(even) {
  padding-left: .4rem;
}
.work-section .col-md-4 a > div {
  background-color: #F2F2F2;
  margin-bottom: 2rem;
  padding: .9rem 1rem 2.1rem;
  text-align: center;
}
.work-section .col-md-4 a > div p {
  margin-bottom: 0;
}
.work-section .col-md-4 a > div p:last-child {
  font-size: .7rem;
  letter-spacing: .07rem;
  line-height: 1.6rem;
}
.work-section .col-md-4 a > div img {
  height: 11.2rem;
  margin-bottom: 1.9rem;
  max-width: 36.1rem;
  object-fit: cover;
  width: 100%;
}
.blog-section .paginate ul,
.work-section .paginate ul {
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  letter-spacing: .03rem;
  line-height: 1.9rem;
  list-style: none;
  margin-top: 5.3rem;
  padding-left: 0;
}
.blog-section .paginate li,
.work-section .paginate li {
  padding: 0 1.85rem;
}
.paginate a span {
  font-size: 3rem;
  vertical-align: baseline;
}
.paginate a span.paginate-next {
  border-bottom: .5rem solid transparent;
  border-left: .7rem solid black;
  border-top: .5rem solid transparent;
  display: inline-block;
  height: 0;
  width: 0;
}
.paginate a span.paginate-prev {
  border-bottom: .5rem solid transparent;
  border-right: .7rem solid black;
  border-top: .5rem solid transparent;
  display: inline-block;
  height: 0;
  width: 0;
}

/* work-detail */
.work-detail-section {
  padding: 23rem 0 0;
}
.work-detail-section h1 {
  border-bottom: 1px solid;
  font-size: 1.8rem;
  letter-spacing: .18rem;
  line-height: 2.1rem;
  margin-bottom: 1.724rem;
  padding-bottom: 1rem;
}
.work-detail-section h1 span {
  display: block;
  font-size: 1rem;
  letter-spacing: .1rem;
  margin-bottom: .5rem;
}
.work-detail-section img {
  max-width: 81.3rem;
  width: 100%;
}
.work-detail-section .col-md-8 {
  margin-bottom: 3.8rem;
}
.work-detail-section .col-md-8 p {
  margin-bottom: 0;
}
.work-detail-section .col-md-8 img {
  height: 240px;
  margin-bottom: 2rem;
  object-fit: cover;
  width: 100%;
}
.work-detail-section .col-md-4 p {
  font-size: 1.3rem;
  letter-spacing: .065rem;
  line-height: 2.5rem;
}
.work-detail-section .col-md-4 p.work-detail-side-title {
  border-bottom: 1px solid;
  font-size: 2rem;
  letter-spacing: .2rem;
  line-height: 2.4rem;
  margin-bottom: 1.348rem;
  margin-top: 8rem;
  padding-bottom: .394rem;
}
.work-detail-section .col-md-4 p.work-detail-side-content {
  font-size: 1.3rem;
  letter-spacing: .13rem;
  line-height: 2.4rem;
}
.paginate-detail {
  display: flex;
  justify-content: space-around;
  margin-top: 9.6rem;
}
.paginate-detail p {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  letter-spacing: .03rem;
  line-height: 1.9rem;
  margin-bottom: 0;
}
.paginate-detail-btn {
  align-items: center;
  border: 1px solid;
  display: flex;
  font-size: 1.4rem;
  height: 3.5rem;
  justify-content: center;
  letter-spacing: .14rem;
  line-height: 2.4rem;
  margin: 4.5rem auto 0;
  width: 13.9rem;
}
.paginate-detail a span {
  font-size: 3rem;
  vertical-align: baseline;
}
.paginate-detail a span.paginate-next {
  border-bottom: .5rem solid transparent;
  border-left: .7rem solid black;
  border-top: .5rem solid transparent;
  display: inline-block;
  height: 0;
  width: 0;
}
.paginate-detail a span.paginate-prev {
  border-bottom: .5rem solid transparent;
  border-right: .7rem solid black;
  border-top: .5rem solid transparent;
  display: inline-block;
  height: 0;
  width: 0;
}

/* blog */
.blog-section {
  padding: 18.4rem 0 0;
}
.blog-section h1 {
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: .225rem;
  line-height: 2rem;
  margin-bottom: 4.9rem;
  margin-right: 1.5rem;
  text-align: right;
}
.blog-section .col-lg-8 {
  padding-right: 1.2rem;
}
.blog-section .col-lg-8 a > div {
  background-color: #D6D6D6;
  display: flex;
  margin-bottom: 3rem;
}
.blog-section .thumbnail {
  height: 16rem;
  min-width: 16rem;
  width: 16rem;
}
.blog-section .col-lg-8 img {
  height: 16rem;
  object-fit: cover;
  width: 100%;
}
.blog-section .col-lg-8 p {
  margin-bottom: 0;
}
.blog-section .col-lg-8 div div {
  height: 16rem;
  overflow: hidden;
  padding: 1.4rem .9rem .5rem 1.4rem;
  width: 100%;
}
.blog-section .col-lg-8 div div p:first-child {
  font-size: 1rem;
  letter-spacing: .08rem;
  line-height: 1.6rem;
  margin-bottom: 0;
}
.blog-section .col-lg-8 div div p:nth-child(2) {
  font-size: 1.2rem;
  letter-spacing: .025rem;
  line-height: 1.6rem;
  margin-bottom: .5rem;
}
.blog-section .col-lg-8 div div p:nth-child(3) {
  font-size: 1rem;
  letter-spacing: .023rem;
  line-height: 1.4rem;
  margin-bottom: .5rem;
}
.blog-section .col-lg-8 div div p:last-child {
  font-size: .7rem;
  letter-spacing: .017rem;
  line-height: 1.1rem;
  text-align: right;
}
.blog-paginate ul {
  display: flex;
  font-size: 1.2rem;
  justify-content: center;
  letter-spacing: .03rem;
  line-height: 1.9rem;
  list-style: none;
  margin-bottom: 7.1rem;
  margin-top: 4.1rem;
  padding-left: 0;
}
.blog-paginate li {
  padding: 0 1.85rem;
}
.blog-paginate a span {
  font-size: 3rem;
  vertical-align: initial;
}
.blog-paginate a span.paginate-next {
  border-bottom: .5rem solid transparent;
  border-left: .7rem solid black;
  border-top: .5rem solid transparent;
  display: inline-block;
  height: 0;
  width: 0;
}
.blog-paginate a span.paginate-prev {
  border-bottom: .5rem solid transparent;
  border-right: .7rem solid black;
  border-top: .5rem solid transparent;
  display: inline-block;
  height: 0;
  width: 0;
}
.blog-side p {
  align-items: baseline;
  border-bottom: 1px solid;
  display: flex;
  font-size: 1.5rem;
  justify-content: space-between;
  letter-spacing: .113rem;
  line-height: 1.8rem;
  margin-bottom: .694rem;
}
.blog-side p span {
  font-size: 1.2rem;
  letter-spacing: .12rem;
  line-height: 1.8rem;
}
.blog-side ul {
  font-size: 1.2rem;
  letter-spacing: .12rem;
  line-height: 2.3rem;
  list-style: none;
  margin-bottom: 3.8rem;
  padding-left: 0;
}
.blog-side {
  width: 21.868rem;
}
.more-next {
  border-bottom: .3rem solid transparent;
  border-left: .5rem solid black;
  border-top: .3rem solid transparent;
  display: inline-block;
  height: 0;
  vertical-align: baseline;
  width: 0;
}

/* blog-detail */
.blog-detail-section {
  padding: 18.4rem 0 0;
}
.blog-detail-section h1 {
  font-size: 1.7rem;
  font-weight: normal;
  letter-spacing: .225rem;
  line-height: 2rem;
  margin-bottom: 2.9rem;
  margin-right: 1.5rem;
  text-align: right;
}
.blog-detail-section .col-lg-8 > div {
  max-width: 80rem;
  width: 100%;
}
.blog-detail-section .col-lg-8 > div p {
  margin-bottom: 0;
}
.blog-detail-section .col-lg-8 > div img {
  height: 240px;
  object-fit: cover;
  width: 100%;
}
.blog-detail-section .col-lg-8 > div > p:first-child {
  font-size: 1rem;
  letter-spacing: .1rem;
  line-height: 1.6rem;
  margin-bottom: 1.1rem;
}
.blog-detail-section .col-lg-8 > div > p:nth-child(2) {
  font-size: 1.7rem;
  letter-spacing: .085rem;
  line-height: 1.6rem;
  margin-bottom: 2.3rem;
}
.blog-detail-section .col-lg-8 > div > p:nth-child(3) {
  margin-bottom: 2.5rem;
}
.blog-detail-section .col-lg-8 > div > div > p {
  font-size: 1.2rem;
  letter-spacing: .03rem;
  line-height: 2.5rem;
  margin-bottom: 3rem;
}
.blog-detail-paginate {
  display: flex;
  font-size: 1.2rem;
  justify-content: space-around;
  letter-spacing: .03rem;
  line-height: 1.9rem;
  list-style: none;
  margin-bottom: 3.7rem;
  margin-top: 4.1rem;
  max-width: 80rem;
  padding-left: 0;
  width: 100%;
}
.blog-detail-paginate li {
  padding: 0;
}
.blog-detail-paginate a span {
  font-size: 3rem;
  vertical-align: baseline;
}
.blog-detail-paginate a span.paginate-next {
  border-bottom: .5rem solid transparent;
  border-left: .7rem solid black;
  border-top: .5rem solid transparent;
  display: inline-block;
  height: 0;
  width: 0;
}
.blog-detail-paginate a span.paginate-prev {
  border-bottom: .5rem solid transparent;
  border-right: .7rem solid black;
  border-top: .5rem solid transparent;
  display: inline-block;
  height: 0;
  width: 0;
}

/* contact */
.contact-section01,
.contact-section02,
.contact-section03 {
  padding: 3.5rem 0 0;
  position: relative;
}
.contact-msg {
  font-size: 1.3rem;
  letter-spacing: .065rem;
  line-height: 2.5rem;
  margin-bottom: 0;
  text-align: center;
}
.contact-msg2 {
  font-size: 1rem;
  letter-spacing: .05rem;
  line-height: 2.5rem;
  margin-bottom: 0;
  text-align: center;
}
.notice {
  /* color: #C40E00; */
  font-size: 1.2rem;
  margin: 0 .5rem;
}
.contact-section01 form,
.contact-section02 form {
  margin: 4rem auto 0;
  max-width: 83.3rem;
  width: 100%;
}
.contact-section01 form p,
.contact-section02 form p {
  font-size: 1.1rem;
  letter-spacing: .11rem;
  line-height: 2.4rem;
  margin-bottom: 0;
}
.contact-section01 form label,
.contact-section02 form label {
  cursor: pointer;
  display: block;
  font-size: 1.3rem;
  letter-spacing: .13rem;
  line-height: 2.9rem;
  margin-bottom: 1.5rem;
  margin-top: .7rem;
  padding-left: 4.5rem;
  position: relative;
}
.contact-section01 form input[type="text"],
.contact-section02 form .input {
  border: 1px solid;
  font-size: 1.1rem;
  height: 4.8rem;
  margin-bottom: 3rem;
  width: 100%;
}
.contact-section01 form input[type="checkbox"],
.contact-section02 form input[type="checkbox"] {
  display: none;
}
.contact-section01 form label:before,
.contact-section02 form label:before {
  background: #fff;
  /* border: .1rem solid #C40E00; */
  content: '';
  display: block;
  height: 2.8rem;
  left: .5rem;
  margin-top: -1.3rem;
  position: absolute;
  top: 50%;
  width: 2.8rem;
}
.contact-section01 form label:after,
.contact-section02 form label:after {
  border-right: .3rem solid #000;
  border-bottom: .3rem solid #000;
  content: '';
  display: block;
  height: 1.8rem;
  left: 1.5rem;
  margin-top: -1.1rem;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 1rem;
}
.checkbox-checked:after {
  opacity: 1!important;
}
.contact-section01 form textarea,
.contact-section02 form textarea {
  border: 1px solid;
  font-size: 1.8rem;
  height: 23.5rem;
  margin-bottom: 1.8rem;
  width: 100%;
}
.contact-section01 form input[type="submit"],
.contact-section02 form input[type="submit"] {
  /* background-color: #C40E00; */
  border: none;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: .14rem;
  line-height: 2.4rem;
  height: 3.5rem;
  width: 13.9rem;
}
.form-submit {
  text-align: center;
}

/* contact-confirm */
.overlay {
  align-items: center;
  background: rgba(255, 255, 255, .7);
  height: 100vh;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 10000;
}
.contact-section02 form {
  position: relative;
  z-index: 100000;
}
.contact-section02 form .input,
.contact-section02 form textarea,
.contact-section02 form label:before {
  align-items: center;
  background-color: #F8E0DE;
  display: flex;
  line-height: 2;
  height: auto!important;
  min-height: 5.5rem;
}
.contact-section02 form button[type="submit"] {
  background-color: #fff;
  border: 1px solid;
  color: #000000;
  font-size: 1.4rem;
  height: 3.5rem;
  letter-spacing: .14rem;
  line-height: 2.4rem;
  margin-right: 2rem;  
  width: 13.9rem;
}

/* contact-comp */
.contact-section03-msg {
  background-color: rgba(205, 50, 39, .15);
  margin-top: 15.1rem;
  min-height: 36.5rem;
  padding: 7rem 0 5.7rem;
  position: relative;
  text-align: center;
  z-index: 100000;
}
.contact-section03-msg p.contact_comp_title {
  font-size: 1.8rem;
  letter-spacing: .18rem;
  line-height: 2rem;
  margin-bottom: 2.5rem;
}
.contact-section03-msg p.contact_comp_content {
  font-size: 1.3rem;
  letter-spacing: .13rem;
  line-height: 2.5rem;
  margin-bottom: 2.8rem;
}
.comp-btn input {
  background-color: #fff;
  border: 1px solid;
  color: #000000;
  font-size: 1.4rem;
  height: 3.5rem;
  letter-spacing: .14rem;
  line-height: 2.4rem;
  margin-right: 2rem;  
  width: 13.9rem;
}

@media screen and (min-width: 768px) {
  /* base */
  .container {
    padding: 0 9rem 0 6.7rem;
  }
  .h2 {
    font-size: 3rem;
    letter-spacing: .45rem;
    line-height: 3.5rem;
    margin-bottom: 1.2rem;
  }
  .h2-en {
    font-size: 1.4rem;
    letter-spacing: .07rem;
    line-height: 1.6rem;
    margin-bottom: 2.3rem;
  }
  .fadein2-1 {
    height: 40rem;
  }
  .fadein2-2 {
    height: 35rem;
  }

  /* header */
  .logo-short {
    align-items: center;
    /* background-color: #C40E00; */
    height: 22.75rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 22.55rem;
    z-index: 1000;
  }
  .logo-short a {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
  .logo-short img {
    width: 45%;
  }
  .side-msg {
    bottom: 225px;
    display: none;
    font-size: 1.7rem;
    letter-spacing: .255rem;
    line-height: 2rem;
    position: absolute;
    transform: matrix(0, 1, -1, 0, 0, 0);
    text-align: right;
    width: auto;
    white-space: nowrap;
    z-index: 100;
  }
  .menu {
    height: 71.4rem;
  }
  .menu ul {
    margin: 15.2rem 0 0;
    padding-left: 7.9rem;
  }
  .menu li {
    font-size: 2.5rem;
    letter-spacing: .375rem;
    line-height: 6.1rem;
  }
  .menu li:last-child {
    font-size: 2.5rem;
    height: 4.7rem;
    letter-spacing: .125rem;
    line-height: 6.1rem;
    max-width: 20.4rem;
  }
  .menu li:last-child a {
    height: 4.7rem;
  }
  .menu-close-btn {
    height: 1.6rem;
    right: 9.21rem;
    top: 8.325rem;
    width: 1.6rem;
  }
  .menu-close-btn:before {
    width: 1.6rem;
  }
  .menu-close-btn:after {
    width: 1.6rem;
  }

  /* footer */
  .footer-section-box {
    top: -84.1rem;
  }
  .googlemaps iframe {
    height: 81.3rem;
  }
  footer img {
    max-width: 30.6rem;
  }
  footer p {
    text-align: left;
  }
  footer ul {
    margin-top: 0;
    padding: 0 4.1rem 0 5.5rem;
  }
  footer ul a {
    font-size: 1.8rem;
    letter-spacing: .09rem;
    line-height: 2.1rem;
  }
  .copyright {
    font-size: 1.8rem;
    letter-spacing: .09rem;
    line-height: 2.1rem;
    margin: 7.5rem 0 4.1rem;
  }

  /* home */
  .home-section01 {
    padding: 10.5rem 0 8rem;
  }
  .home-section01-msg {
    font-size: 1.7rem;
    letter-spacing: .085rem;
    line-height: 4rem;
    padding-left: 0;
    padding-right: 0;
  }
  .home-section02 {
    padding: 6rem 0;
  }
  .home-section02 a > div {
    height: 37.3rem;
  }
  .home-section02-text p:first-child {
    font-size: clamp(2rem,1.59vw,2.5rem);
    letter-spacing: .45rem;
    line-height: 3.5rem;
    margin-bottom: 1rem;
  }
  .home-section02-text p:nth-child(2) {
    font-size: 1.4rem;
    letter-spacing: .07rem;
    line-height: 1.6rem;
  }
  .home-section03 {
    padding: 10.9rem 0;
  }
  .home-blog .home-blog-cat {
    font-size: 1.6rem;
    height: 2.9rem;
    letter-spacing: .08rem;
    line-height: 1.9rem;
    margin-top: 0;
    min-width: 12.6rem;
    width: 12.6rem;
  }
  .home-blog-inbox {
    min-height: 7.7rem;
  }
  .home-blog-inbox p {
    font-size: 1.8rem;
    letter-spacing: .09rem;
    line-height: 2.1rem;
    margin-top: 0;
  }
  .home-blog-inbox p:first-child {
    min-width: 12.6rem;
    padding-left: 0;
    width: 12.6rem;
  }
  .home-blog-more {
    margin: 3rem auto 0;
  }
  .home-blog-more a {
    font-size: 2rem;
    letter-spacing: .2rem;
    line-height: 4rem;
  }
  .home-blog-more a:after {
    height: 1.1rem;
    top: calc(50% - .2rem);
    width: 1.1rem;
  }
  .home-section04-inbox {
    margin-top: 2.7rem;
    padding: 7.6rem 0 0;
  }
  .home-section04-list-inbox a {
    padding: 3rem 2.7rem 2rem 2.8rem;
  }
  .home-section04-list-inbox p span {
    font-size: 1.8rem;
    letter-spacing: .27rem;
    line-height: 2.1rem;
    margin-bottom: 1.6rem;
  }
  .home-section04-more {
    height: 7.6rem;
    margin-bottom: 0;
    padding-top: 3rem;
  }
  .home-section04-more a {
    font-size: 2rem;
    letter-spacing: .2rem;
    line-height: 4rem;
    padding-right: 2.6rem;
  }
  .home-section04-more a:after {
    height: 1.1rem;
    top: calc(50% - .2rem);
    width: 1.1rem;
  }
  .home-section05 {
    padding: 11.7rem 0 7.1rem;
  }
  .home-section05-msg {
    font-size: 1.7rem;
    letter-spacing: .085rem;
    line-height: 4rem;
    margin: 5.1rem 0 6.3rem;
    padding-left: 0;
    padding-right: 0;
  }
  .home-section05-inbox {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4.5rem;
  }
  .home-section05-tel,
  .home-section05-fax {
    font-size: 2.5rem;
    letter-spacing: .175rem;
    line-height: 4.1rem;
  }
  .home-section05-tel {
    /* border-right: .2rem solid #C40E00; */
    margin-bottom: 0;
    padding-right: 4.05rem;
  }
  .home-section05-fax {
    padding-left: 4.35rem;
  }
  .home-section05-btn a {
    font-size: 2.8rem;
    height: 9rem;
    letter-spacing: .14rem;
    line-height: 3.3rem;
    max-width: 53.2rem;
  }
  .home-section06-title {
    top: 54%;
  }
  .home-section06-title-en {
    font-size: 11.2rem;
    letter-spacing: .56rem;
    line-height: 13.1rem;
    -webkit-text-stroke: .3rem #FFF;
    text-stroke: .3rem #FFF;
  }
  .home-section06-title-jp {
    font-size: 3rem;
    letter-spacing: .45rem;
    line-height: 3.5rem;
  }

  /* inside */
  .inside-main {
    border-right: none;
    padding: 0 9rem 0 6.7rem;
  }
  .inside-main-img img {
    height: auto;
    padding-left: 0;
  }

  /* aboutus */
  .aboutus-section02-list {
    margin: 6.65rem auto 0;
  }

  /* work */
  .work-section-menu {
    padding: 11rem 9rem 6.2rem 6.7rem;
  }
  .work-section-menu ul {
    background-color: rgba(205, 50, 39, .15);
    display: flex;
    flex-wrap: initial;
    font-size: 1.8rem;
    height: 10.6rem;
    justify-content: center;
    letter-spacing: .27rem;
    line-height: 2.1rem;
    padding: 0 1.5rem;
  }
  .work-section-menu li {
    background-color: initial;
    border-right: 1px solid #707070;
    height: auto;
    margin-bottom: 0;
    max-width: 19.8rem;
    width: 100%;
  }
  .work-section-menu li:first-child {
    border-left: 1px solid #707070;
  }
  .work-section-menu li:nth-child(odd) {
    margin-right: 0;
  }
  .work-section-menu li:nth-child(even) {
    margin-left: 0;
  }
  .work-section .col-md-4 a > div {
    margin-bottom: 5rem;
    padding: 2.1rem 2.3rem 4.9rem 2.4rem;
  }
  .work-section .col-md-4 a > div p:last-child {
    font-size: 1.8rem;
    letter-spacing: .18rem;
    line-height: 4rem;
  }
  .work-section .col-md-4 a > div img {
    height: 27.2rem;
    margin-bottom: 3.6rem;
  }
  .blog-section .paginate,
  .work-section .paginate {
    font-size: 1.7rem;
    letter-spacing: .042rem;
    line-height: 2.7rem;
    margin-top: 7rem;  
  }
  .blog-section .paginate li,
  .work-section .paginate li {
    padding: 0 2.5rem;
  }
  .work-section .col-6:nth-child(odd) {
    padding-right: 1.5rem;
  }
  .work-section .col-6:nth-child(even) {
    padding-left: 1.5rem;
  }
  .paginate a span {
    vertical-align: sub;
  }
  .paginate a span.paginate-next {
    border-bottom: .7rem solid transparent;
    border-left: 1rem solid black;
    border-top: .7rem solid transparent;
  }
  .paginate a span.paginate-prev {
    border-bottom: .7rem solid transparent;
    border-right: 1rem solid black;
    border-top: .7rem solid transparent;
  }

  /* work-detail */
  .work-detail-section h1 {
    font-size: 3.5rem;
    letter-spacing: .35rem;
    line-height: 4rem;
    margin-bottom: 5.26rem;
    text-align: center;
  }
  .work-detail-section h1 span {
    border-right: 1px solid;
    display: initial;
    font-size: 1.8rem;
    letter-spacing: .18rem;
    margin-bottom: 0;
    margin-right: 2rem;
    padding-right: 1rem;
  }
  .work-detail-section .col-md-8 {
    margin-bottom: 15rem;
    padding-right: 3.3rem;
  }
  .work-detail-section .col-md-8 img {
    height: 477px;
    margin-bottom: 2.8rem;
  }
  .work-detail-section .col-md-4 p {
    font-size: 1.7rem;
    letter-spacing: .085rem;
    line-height: 4rem;
  }
  .work-detail-section .col-md-4 p.work-detail-side-title {
    margin-top: 15rem;
    font-size: 2.2rem;
    letter-spacing: .22rem;
    line-height: 4rem;
    margin-bottom: 2.306rem;
    text-align: center;
  }
  .work-detail-section .col-md-4 p.work-detail-side-content {
    font-size: 2rem;
    letter-spacing: .2rem;
    line-height: 4rem;
    margin-bottom: 0;
  }
  .paginate-detail a span.paginate-next {
    border-bottom: .7rem solid transparent;
    border-left: 1rem solid black;
    border-top: .7rem solid transparent;
  }
  .paginate-detail a span.paginate-prev {
    border-bottom: .7rem solid transparent;
    border-right: 1rem solid black;
    border-top: .7rem solid transparent;
  }

  /* blog */
  .blog-section {
    padding: 20.7rem 0 0;
  }
  .blog-section h1 {
    font-size: 3.5rem;
    letter-spacing: .525rem;
    line-height: 4.1rem;
    margin-bottom: 12.6rem;
    margin-right: 0;
    text-align: center;
  }
  .blog-section .thumbnail {
    min-width: 35.6rem;
    width: 35.6rem;
  }
  .blog-section .col-lg-8 a > div {
    margin-bottom: 3.5rem;
  }
  .blog-section .col-lg-8 div div {
    height: 22.1rem;
    padding: 2.1rem 2.6rem 1.8rem 3.1rem;
  }
  .blog-section .col-lg-8 div div p:first-child {
    font-size: 1.5rem;
    letter-spacing: .15rem;
    line-height: 4rem;
    margin-bottom: .3rem;
  }
  .blog-section .col-lg-8 div div p:nth-child(2) {
    font-size: 2.3rem;
    height: 4rem;
    letter-spacing: .23rem;
    line-height: 4rem;
    margin-bottom: .3rem;
    overflow: hidden;
  }
  .blog-section .col-lg-8 div div p:nth-child(3) {
    font-size: 1.5rem;
    height: 5rem;
    letter-spacing: .038rem;
    line-height: 2.7rem;
    margin-bottom: 1.5rem;
    overflow: hidden;
  }
  .blog-section .col-lg-8 div div p:last-child {
    font-size: 1.7rem;
    letter-spacing: .042rem;
    line-height: 2.7rem;
  }
  .blog-paginate ul {
    font-size: 1.7rem;
    letter-spacing: .042rem;
    line-height: 2.7rem;
    margin-top: 7rem;  
  }
  .blog-paginate li {
    padding: 0 2.5rem;
  }
  .blog-paginate a span {
    vertical-align: baseline;
  }
  .blog-paginate a span.paginate-next {
    border-bottom: .7rem solid transparent;
    border-left: 1rem solid black;
    border-top: .7rem solid transparent;
  }
  .blog-paginate a span.paginate-prev {
    border-bottom: .7rem solid transparent;
    border-right: 1rem solid black;
    border-top: .7rem solid transparent;
  }
  .blog-side p {
    font-size: 1.5rem;
    letter-spacing: .15rem;
    line-height: 3rem;
    margin-bottom: 1.3rem;
  }
  .blog-side p span {
    font-size: 1.3rem;
    letter-spacing: .15rem;
    line-height: 3rem;
  }
  .blog-side ul {
    font-size: 1.6rem;
    letter-spacing: .16rem;
    line-height: 3.7rem;
    margin-bottom: 5rem;
  }
  .more-next {
    border-bottom: .7rem solid transparent;
    border-left: 1rem solid black;
    border-top: .7rem solid transparent;
  }
  .blog-section .thumbnail {
    height: 22.1rem;
  }
  .blog-section .col-lg-8 img {
    height: 22.1rem;
  }

  /* blog-detail */
  .blog-detail-section {
    padding: 20.7rem 0 0;
  }
  .blog-detail-section h1 {
    font-size: 3.5rem;
    letter-spacing: .525rem;
    line-height: 4.1rem;
    margin-bottom: 12.6rem;
    margin-right: 0;
    text-align: center;
  }
  .blog-detail-section .col-lg-8 > div > p:first-child {
    font-size: 1.8rem;
    letter-spacing: .18rem;
    line-height: 4rem;
    margin-bottom: 2rem;
  }
  .blog-detail-section .col-lg-8 > div > p:nth-child(2) {
    font-size: 2.7rem;
    letter-spacing: .27rem;
    line-height: 4rem;
    margin-bottom: 3rem;
  }
  .blog-detail-section .col-lg-8 > div > p:nth-child(3) {
    margin-bottom: 8.1rem;
  }
  .blog-detail-section .col-lg-8 > div > div > p {
    font-size: 1.7rem;
    letter-spacing: .042rem;
    line-height: 4.5rem;
    margin-bottom: 4rem;
  }
  .blog-detail-section .col-lg-8 > div img {
    height: 477px;
  }
  .blog-detail-paginate {
    font-size: 1.7rem;
    justify-content: space-between;
    letter-spacing: .042rem;
    line-height: 2.7rem;
    margin-bottom: 7.1rem;
    margin-top: 7rem;  
  }
  .blog-detail-paginate a span {
    vertical-align: initial;
  }
  .blog-detail-paginate a span.paginate-next {
    border-bottom: .7rem solid transparent;
    border-left: 1rem solid black;
    border-top: .7rem solid transparent;
  }
  .blog-detail-paginate a span.paginate-prev {
    border-bottom: .7rem solid transparent;
    border-right: 1rem solid black;
    border-top: .7rem solid transparent;
  }

  /* contact */
  .contact-section01,
  .contact-section02,
  .contact-section03 {
    padding: 11.5rem 0 0;
  }
  .contact-section01:after,
  .contact-section02:after {
    /* background-color: rgba(196, 14, 0, .15); */
    content: '';
    height: 59rem;
    position: absolute;
    top: 33.3rem;
    width: 100%;
    z-index: -1;
  }
  .contact-msg,
  .contact-msg2 {
    font-size: 2rem;
    letter-spacing: .2rem;
    line-height: 4rem;
    margin-bottom: 1.5rem;
  }
  .notice {
    font-size: 2.2rem;
    margin: 0 .8rem;
  }
  .contact-section01 form,
  .contact-section02 form {
    margin: 5.5rem auto 0;
  }
  .form-name {
    display: flex;
  }
  .form-name > div {
    width: 50%;
  }
  .form-name > div:first-child {
    padding-right: 2.3rem;
  }
  .form-name > div:last-child {
    padding-left: 2.3rem;
  }
  .contact-section01 form p,
  .contact-section01 form label,
  .contact-section02 form p,
  .contact-section02 form label {
    font-size: 1.8rem;
    letter-spacing: .18rem;
    line-height: 4rem;
  }
  .contact-section01 form label,
  .contact-section02 form label {
    display: inline-block;
    margin-bottom: 1rem;
    margin-right: 7rem;
    margin-top: 0;
  }
  .contact-section01 form input[type="text"],
  .contact-section02 form .input {
    font-size: 1.8rem;
    height: 5.5rem;
    margin-bottom: 4rem;
  }
  .contact-section01 form textarea,
  .contact-section02 form textarea {
    height: 31.9rem;
    margin-bottom: 4.2rem;
  }
  .contact-section01 form input[type="submit"],
  .contact-section02 form input[type="submit"] {
    font-size: 2rem;
    letter-spacing: .2rem;
    line-height: 4rem;
    height: 5.6rem;
    width: 22.4rem;
  }
  .form-submit {
    text-align: right;
  }

  /* contact-confirm */
  .contact-section02 form button[type="submit"] {
    font-size: 2rem;
    letter-spacing: .2rem;
    line-height: 4rem;
    height: 5.6rem;
    margin-right: 3.8rem;
    width: 22.4rem;
  }

  /* contact-comp */
  .contact-section03-msg {
    height: 59rem;
    padding: 13.4rem 0 9.4rem;
  }
  .contact-section03-msg p.contact_comp_title {
    font-size: 3rem;
    letter-spacing: .3rem;
    line-height: 4rem;
    margin-bottom: 5rem;
  }
  .contact-section03-msg p.contact_comp_content {
    font-size: 2rem;
    letter-spacing: .2rem;
    line-height: 3.5rem;
    margin-bottom: 3rem;
  }
  .comp-btn input {
    font-size: 2rem;
    letter-spacing: .2rem;
    line-height: 4rem;
    height: 5.6rem;
    margin-right: 3.8rem;
    width: 22.4rem;
  }
}

@media screen and (min-width: 992px) {
  /* header */
  .fixed-side {
    /* border-right: 2.3rem solid #C40E00; */
    height: 100vh;
  }
  .menu-btn {
    margin: 9.35rem auto 0;
    width: 4.8rem;
  }
  .menu-btn div {
    height: .3rem;
    width: 4.8rem;
  }
  .menu-text-btn {
    /* color: #C40E00; */
    cursor: pointer;
    display: block;
    font-size: 2rem;
    letter-spacing: .3rem;
    line-height: 2.4rem;
    margin-top: 4.9rem;
    transform: matrix(0, 1, -1, 0, 0, 0);
  }
  .mail-btn {
    height: 6rem;
    margin: 5.3rem auto 0;
    width: 6rem;
  }
  .mail-btn span {
    height: 2.3rem;
    margin-left: 1.5rem;
    margin-top: 1.9rem;
    width: 3.1rem;
  }
  .mail-btn span:before {
    height: 2rem;
    left: 1.3rem;
    top: -.7rem;
  }
  .mail-btn span:after {
    height: 2rem;
    left: 1.3rem;
    top: -.7rem;
  }
  .fadein2-1 {
    height: 55.1rem;
  }
  .fadein2-1.active {
    max-width: auto;
  }
  .fadein2-2 {
    height: 37.1rem;
    left: 4rem;
  }
  .service-section02-subimgbox .fadein2-2 {
    right: -15rem;
  }
  .fadein2-2.active {
    max-width: auto;
  }

  /* home */
  .slick-dots {
    bottom: 2.8rem;
  }
  .slick-dots li {
    height: 2rem;
    margin: 0 .5rem;
    width: 2rem;
  }
  .slick-dots li button::before {
    font-size: 1.3rem;
  }
  .home-slide {
    border-right: none;
    padding: 0 9rem 0 6.7rem;
  }
  .home-slide-catch {
    bottom: 11.9rem;
    font-size: 3rem;
    height: 8.2rem;
    letter-spacing: .45rem;
    line-height: 6.6rem;
    width: 100%;
  }
  .home-section05-tel,
  .home-section05-fax {
    font-size: 3.5rem;
  }
  .home-section06 {
    margin-bottom: 10.7rem;
  }

  /* inside */
  .inside-catch {
    bottom: 5.6rem;
    font-size: 3rem;
    height: 8.2rem;
    letter-spacing: .45rem;
    line-height: 3.5rem;
    padding: 2.5rem 3.7rem 2.2rem 3.8rem;
  }
  .inside-catch span {
    font-size: 2rem;
    letter-spacing: .2rem;
    line-height: 2.4rem;
    padding-left: 1.5rem;
  }

  /* aboutus */
  .aboutus-section01 {
    padding: 10.9rem 0 9.4rem;
  }
  .aboutus-section01-msg-title {
    font-size: 3rem;
    letter-spacing: .3rem;
    line-height: 5rem;
    margin: 6.6rem 0 4.4rem;
  }
  .aboutus-section01-msg-title-type2 {
    font-size: 2.5rem;
    letter-spacing: .3rem;
    line-height: 5rem;
    margin: 0 0 2rem;
    text-align: left;
  }
  .aboutus-section01-msg-type2 {
    font-size: 1.7rem;
    letter-spacing: .085rem;
    line-height: 4rem;
    text-align: left;
  }
  .aboutus-box {
    margin-top: 10.9rem;
    max-width: 110.1rem;
  }
  .aboutus-box .col {
    flex-flow: row;
  }
  .aboutus-box .col > div:first-child {
    width: 45%;
  }
  .aboutus-box .col > div:last-child {
    width: 55%;
  }
  .aboutus-img01 {
    margin: 0 auto 1.3rem;
    max-width: 100%;
    padding-right: 4.4rem;
  }
  .aboutus-img01-name {
    font-size: 2.5rem;
    letter-spacing: .25rem;
    line-height: 5rem;
    margin: 0 auto;
    max-width: 100%;
  }
  .aboutus-img01-name span {
    font-size: 1.8rem;
    letter-spacing: .18rem;
    margin-right: 2.3rem;
  }
  .aboutus-section01-msg {
    font-size: 1.7rem;
    letter-spacing: .085rem;
    line-height: 4rem;
  }
  .aboutus-section02-list li {
    flex-wrap: initial;
    font-size: 2rem;
    letter-spacing: .1rem;
    line-height: 4.3rem;
    min-height: 8.6rem;
  }
  .aboutus-section02-list li span {
    font-size: 2rem;
    letter-spacing: .1rem;
    line-height: 4.3rem;
    max-width: 29.4rem;
    padding-left: 4rem;
  }

  /* service */
  .service-section01,
  .service-section02,
  .service-section03,
  .service-section04,
  .service-section05,
  .service-section01-02,
  .service-section02-02,
  .service-section04-02 {
    padding: 10.9rem 0 9.8rem;
  }
  .service-section03-02,
  .service-section05-02 {
    padding: 0 0 9.8rem;
  }
  .service-section01-02:after,
  .service-section03-02:after,
  .service-section05-02:after {
    bottom: 33.9rem;
    width: 80%;
  }
  .service-section02-02:after,
  .service-section04-02:after {
    width: 80%;
  }
  .service-section01-box,
  .service-section02-box,
  .service-section03-box,
  .service-section04-box,
  .service-section05-box {
    flex-flow: row;
    margin-top: 8.6rem;
  }
  .service-section01-02 .service-section01-box,
  .service-section02-02 .service-section02-box,
  .service-section03-02 .service-section03-box,
  .service-section04-02 .service-section04-box,
  .service-section05-02 .service-section05-box {
    margin-bottom: 37.76rem;
  }
  .service-section02-02 .service-section02-box {
    margin-top: -30rem;
  }
/*
  .service-section01-box .service-section-box-img > span + span,
  .service-section03-box .service-section-box-img > span + span,
  .service-section05-box .service-section-box-img > span + span {
    width: 100%;
  }
  .service-section02-box .service-section-box-img > span + span,
  .service-section04-box .service-section-box-img > span + span {
    top: calc(-100% + 10.9rem);
    width: 80%;
  }
*/
  .service-section01-box img,
  .service-section02-box img,
  .service-section03-box img,
  .service-section04-box img,
  .service-section05-box img {
    margin-bottom: 0;
  }
  .service-section01-box > div:first-child,
  .service-section03-box > div:first-child,
  .service-section05-box > div:first-child {
    padding-right: 5rem;
    width: 80%;
  }
  .service-section02-box > div:last-child,
  .service-section04-box > div:last-child {
    padding-left: 5rem;
    width: 100%;
  }
  .service-section01-subimgbox,
  .service-section02-subimgbox,
  .service-section03-subimgbox,
  .service-section04-subimgbox,
  .service-section05-subimgbox {
    margin-bottom: 0!important;
    max-width: 82.4rem;
    position: absolute;
    width: auto;
  }
  .service-section02-subimgbox,
  .service-section04-subimgbox {
    margin-left: 43%!important;
    margin-top: 48rem!important;
  }
  .service-section01-box > div:last-child,
  .service-section02-box > div:first-child,
  .service-section03-box > div:last-child,
  .service-section04-box > div:first-child,
  .service-section05-box > div:last-child {
    width: 44%;
  }
  .service-section01-subbox,
  .service-section03-subbox,
  .service-section05-subbox {
    margin-left: auto;
    margin-top: 7.7rem;
    max-width: 62.9rem;
    width: 100%!important;
  }
  .service-section01-subbox h2,
  .service-section02-subbox h2,
  .service-section03-subbox h2,
  .service-section04-subbox h2,
  .service-section05-subbox h2 {
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: .8rem;
  }
  .service-section02-subbox,
  .service-section04-subbox {
    margin-top: 7.7rem;
    max-width: 62.9rem;
    width: 100%!important;
  }
  .service-section01-subinbox,
  .service-section02-subinbox,
  .service-section03-subinbox,
  .service-section04-subinbox,
  .service-section05-subinbox {
    min-height: 77.5rem;
    padding: 8.1rem 4.5rem 5.3rem;
  }
  .service-section01-subbox .service_section_content,
  .service-section02-subbox .service_section_content,
  .service-section03-subbox .service_section_content,
  .service-section04-subbox .service_section_content,
  .service-section05-subbox .service_section_content {
    font-size: 1.7rem;
    letter-spacing: 1;
    line-height: 3.7rem;  
  }
  .service-section01-box >div:last-child p:first-child,
  .service-section02-box >div:first-child p:first-child,
  .service-section03-box >div:last-child p:first-child,
  .service-section04-box >div:first-child p:first-child,
  .service-section05-box >div:last-child p:first-child {
    font-size: 1.7rem;
    letter-spacing: .085rem;
    line-height: 4rem;
    margin-bottom: 4.7rem;
  }
  .service-section-subbox-point {
      font-size: 2rem;
  }
  .service-section-subbox-check li {
    font-size: 1.7rem;
    line-height: 3.7rem;
  }
  .service-section-subbox-check li svg {
    top: .5rem;
    width: auto;
  }
  .service-section01-btn,
  .service-section02-btn,
  .service-section03-btn,
  .service-section04-btn,
  .service-section05-btn {
    border: .2rem solid #707070;
    font-size: 2rem;
    height: 6.2rem;
    letter-spacing: .4rem;
    line-height: 4rem;
  }
  .service_section01_subtitle,
  .service_section03_subtitle,
  .service_section05_subtitle,
  .service_section02_subtitle,
  .service_section04_subtitle {
    display: block;
  }
  .service-section02-subimgbox,
  .service-section04-subimgbox {
    position: absolute;
    right: 0;
  }
  .service-section02-subimgbox .fadein2-2,
  .service-section04-subimgbox .fadein2-2 {
    top: calc(-100% + 25rem);
  }
  .service-section01-subbox .service-section01-btn,
  .service-section02-subbox .service-section02-btn,
  .service-section03-subbox .service-section03-btn,
  .service-section04-subbox .service-section04-btn,
  .service-section05-subbox .service-section05-btn {
    font-size: 2.2rem;
  }

  /* work */
  .work-section-menu ul {
    margin: 0 auto;
    max-width: 148.8rem;
    padding: 0;
  }

  /* work-detail */
  .paginate-detail {
    justify-content: center;
    margin-top: 0;
  }
  .paginate-detail p {
    font-size: 1.7rem;
    height: 5.6rem;
    letter-spacing: .042rem;
    line-height: 2.7rem;
    padding: 0 10.9rem;
  }
  .paginate-detail a {
    white-space: nowrap;
  }
  .paginate-detail-btn {
    font-size: 2rem;
    height: 5.6rem;
    letter-spacing: .2rem;
    line-height: 4rem;
    margin: 0;
    width: 22.4rem;
  }

  /* blog */
  .blog-paginate ul {
    margin-bottom: 0;
  }
  .blog-side {
    width: 100%;
  }

  /* blog-detail */
  .blog-detail-paginate {
    margin-bottom: 0;
  }
  .blog-side p {
    font-size: 1.3rem;
  }
  .blog-side p span {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1199px) {
  /* header */
  .logo {
    height: 25rem;
    width: 25rem;
  }
  .logo img {
    width: 45%;
  }

  /* footer */
  .footer-section {
    padding: 19.2rem 0 8.8rem;
  }
  .footer-section-box {
    font-size: 1.8rem;
    height: 48.4rem;
    letter-spacing: .09rem;
    line-height: 3.4rem;
    max-width: 48.4rem;
    padding: 6.4rem 8.8rem 3.9rem;
    right: 1.5rem;
    top: -88rem;
  }
  .footer-section-box p {
    margin-bottom: 1rem;
  }
  .footer-section-box img {
    margin-bottom: 2.093rem;
    max-width: 14.3rem;
  }
  .footer-section-tel {
    font-size: 3.3rem;
    letter-spacing: .165rem;
    line-height: 3.9rem;
  }

  /* home */
  .home-section04-next {
    left: -1rem;
  }
  .home-section04-prev {
    right: -1rem;
  }

  /* service */
  .service_section01_subtitle,
  .service_section03_subtitle,
  .service_section05_subtitle,
  .service_section02_subtitle,
  .service_section04_subtitle {
    font-size: 10rem;
  }
  .service-section01-box > div:first-child,
  .service-section03-box > div:first-child,
  .service-section05-box > div:first-child {
    width: 56%;
  }
  .fadein2-2 {
    left: 20.1rem;
  }
  .service-section02-subimgbox .fadein2-2 {
    right: auto;
  }
}

@media screen and (min-width: 1280px) {
  /* header */
  .logo {
    top: 16rem;
  }

  /* blog */
  .blog-side p {
    font-size: 2rem;
  }
  .blog-side p span {
    font-size: 1.5rem;
  }

  /* service */
  .service-section01-02 .container,
  .service-section02-02 .container,
  .service-section03-02 .container,
  .service-section04-02 .container,
  .service-section05-02 .container {
    padding: 0;
  }
  .service-section01-subbox,
  .service-section03-subbox,
  .service-section05-subbox {
    margin-left: calc(50% + 5rem);
  }
  .service_section01_subtitle,
  .service_section03_subtitle,
  .service_section05_subtitle,
  .service_section02_subtitle,
  .service_section04_subtitle {
    font-size: 12rem;
  }
  .service-section01-box .service-section-box-img,
  .service-section02-box .service-section-box-img,
  .service-section03-box .service-section-box-img,
  .service-section04-box .service-section-box-img,
  .service-section05-box .service-section-box-img {
    position: absolute;
  }
}

@media screen and (min-width: 1380px) {
  /* header */
  .logo,
  .logo-short {
    position: fixed;
  }

  /* home */
  .home-section04-next {
    left: -6rem;
  }
  .home-section04-prev {
    right: -6rem;
  }

  /* service */
  .service-section02-subbox,
  .service-section04-subbox {
    margin-left: 17rem;
  }

  /* work */
  .work-section-menu ul {
    justify-content: initial;
    padding: 0 0 0 10.4rem;
  }
}

@media screen and (min-width: 1488px) {
  /* base */
  .container {
    padding: 0;
  }

  /* header */
  .home-slide {
    padding: 0;
  }
  .logo {
    height: 32rem;
    left: 0;
    width: 32rem;
  }

  /* home */
  .home-section04-next {
    left: -2rem;
  }
  .home-section04-prev {
    right: -2rem;
  }

  /* inside */
  .inside-main {
    padding: 0;
  }

  /* aboutus */
  .aboutus-section01-msg-title-type2 {
    font-size: 3rem;
  }

  /* work */
  .work-section-menu {
    padding: 11rem 0 6.2rem;
  }

  /* blog */
  .blog-section .col-lg-3 {
    padding-left: 3.882rem;
  }
}

@media screen and (min-width: 1670px) {
  /* header */
  .side-msg {
    display: block;
  }
  .fixed-side {
    width: calc((100vw - 1488px) / 2);
  }

  /* home */
  .home-section04-next {
    left: -6rem;
  }
  .home-section04-prev {
    right: -6rem;
  }

  /* service */
  .service-section02-subbox,
  .service-section04-subbox {
    margin-left: 12rem;
  }
}

@media screen and (min-width: 992px) and (min-height: 750px) {
  /* header */
  .side-msg {
    display: block;
  }
}

@media screen and (min-width: 1900px) {
  /* header */
  .logo {
    left: calc(50% - (148.8rem / 2) - 21.6rem);
  }
  .fixed-side {
    width: 21.6rem;
  }

  /* service */
  .service-section02-subbox,
  .service-section04-subbox {
    margin-left: 0;
  }
}
