@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-color: #fff;
  color: #808080;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.6px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
  word-wrap: break-word;
  line-break: normal;
  font-feature-settings: "palt";
  text-rendering: optimizeSpeed;
  position: relative;
}
@media screen and (max-width: 768px) {
  body {
    line-height: 1.6;
  }
}
@media screen and (max-width: 480px) {
  body {
    font-size: 1.5rem;
  }
}

h1, h2, h3, h4, h5, .fs_min {
  color: #534741;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
}

img {
  margin: 0 auto;
}

a:hover {
  opacity: 0.6;
  transition: 0.3s;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  common                                     */
.inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
}

.fade {
  opacity: 0;
  transition: opacity 3s;
}
.fade.view {
  opacity: 1;
}

.fadeLeft {
  opacity: 0;
  transform: translateX(-100px);
}
.fadeLeft.view {
  opacity: 1;
  transform: translateX(0);
  transition: 2s;
}

.fadeRight {
  opacity: 0;
  transform: translateX(100px);
}
.fadeRight.view {
  opacity: 1;
  transform: translateX(0);
  transition: 2s;
}

.fadeTop {
  opacity: 0;
  transform: translateY(100px);
}
.fadeTop.view {
  opacity: 1;
  transform: translateY(0);
  transition: 2s;
}

.ttl_cmn {
  position: relative;
  margin: 0 auto 20px;
  padding-top: 30px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .ttl_cmn {
    margin: 0 auto 2%;
  }
}
@media screen and (max-width: 480px) {
  .ttl_cmn {
    margin: 0 auto 4%;
  }
}
.ttl_cmn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 32px;
  background: url(../images/common/ttl_icon.svg) no-repeat center/cover;
}
.ttl_cmn-jp {
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .ttl_cmn-jp {
    font-size: 2.4rem;
  }
}
.ttl_cmn-en {
  font-size: 1.4rem;
}
.ttl_cmn span {
  display: block;
  text-align: center;
}

.ttl_cmn-white {
  position: relative;
  margin: 0 auto 20px;
  padding-top: 30px;
  line-height: 1.6;
}
.ttl_cmn-white * {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ttl_cmn-white {
    margin: 0 auto 2%;
  }
}
@media screen and (max-width: 480px) {
  .ttl_cmn-white {
    margin: 0 auto 4%;
  }
}
.ttl_cmn-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 32px;
  background: url(../images/common/ttl_icon_white.svg) no-repeat center/cover;
}
.ttl_cmn-white-jp {
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .ttl_cmn-white-jp {
    font-size: 2.4rem;
  }
}
.ttl_cmn-white-en {
  font-size: 1.4rem;
}
.ttl_cmn-white span {
  display: block;
  text-align: center;
}

.ttl_cmn_border {
  color: #534741;
  font-size: 4rem;
  font-weight: 500;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttl_cmn_border {
    font-size: 3rem;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 480px) {
  .ttl_cmn_border {
    font-size: 2rem;
    margin-bottom: 7%;
  }
}
.ttl_cmn_border:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 155px;
  height: 1px;
  background: #808080;
}

.ttl_obi {
  margin-bottom: 30px;
  padding-bottom: 5px;
  font-size: 3.2rem;
  font-weight: 500;
  border-bottom: 1px solid #dddddd;
  line-height: 1.4;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .ttl_obi {
    font-size: 2.8rem;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 480px) {
  .ttl_obi {
    font-size: 1.8rem;
    margin-bottom: 7%;
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .ttl_obi-img img {
    margin: 0;
  }
}
.ttl_obi-txt {
  line-height: 1.2;
  padding-left: 15px;
}
@media screen and (max-width: 480px) {
  .ttl_obi-txt {
    padding-left: 0;
    margin-top: 10px;
    display: block;
  }
}

.mv .inner {
  max-width: 90%;
  padding: 20px 0;
}

.btn_brown {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  padding: 2rem 6rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #534741;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  border: 2px solid #534741;
  border-radius: 0;
  background: #fff;
}
@media screen and (max-width: 480px) {
  .btn_brown {
    width: 100%;
    max-width: 260px;
    padding: 1rem 3rem;
    margin: 0 auto;
  }
}
.btn_brown:hover {
  color: #fff;
  background: #534741;
}
.btn_brown:before {
  position: absolute;
  content: "";
  width: 47px;
  height: 8px;
  background: url(../images/common/btn_arrow_brown.svg) no-repeat center/cover;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn_more {
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px solid #534741;
  color: #534741;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.4rem;
  font-weight: 500;
  max-width: 120px;
  line-height: 1;
  position: relative;
}
.btn_more::before {
  content: "";
  position: absolute;
  right: 5px;
  bottom: -3px;
  width: 1px;
  height: 15px;
  background: #534741;
  transform: rotate(-45deg);
}

.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
}

.grade {
  background: linear-gradient(to bottom, #FFF, #fff 30%, #ede9e6);
}

.arrow_r {
  position: relative;
  padding-right: 20px;
}
.arrow_r:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #666666;
  border-right: 2px solid #666666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow_b {
  position: relative;
  padding-right: 20px;
}
.arrow_b:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(133deg);
  transform: rotate(133deg);
}

.flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .flex {
    display: block;
  }
}
.flex_l, .flex_r {
  width: 49%;
}
@media screen and (max-width: 768px) {
  .flex_l, .flex_r {
    width: 100%;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  header・footer・navi・cta・works_article・news_list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.drawer__btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  width: 36px;
  height: 36px;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .drawer__btn {
    top: -16px;
  }
}
.drawer__btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transition: 0.8s;
}
.drawer__btn span:nth-child(1) {
  transform: translate(-50%, 0);
}
.drawer__btn span:nth-child(2) {
  top: 50%;
  transform: translate(-50%, -50%);
}
.drawer__btn span:nth-child(3) {
  transform: translate(-50%, 8px);
}
.drawer__btn p {
  color: #fff;
  font-size: 1rem;
  margin-top: 22px;
}
.drawer__btn.active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, 0) rotate(45deg);
}
.drawer__btn.active span:nth-child(2) {
  transform: translate(100%, 0);
  opacity: 0;
}
.drawer__btn.active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
}
.drawer__btn.active p {
  display: none;
}
.drawer__menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
  width: 300px;
  height: 100vh;
  overflow-y: auto;
  background-color: #000;
  transition: 0.8s;
  transform: translateX(100%);
  opacity: 0;
}
.drawer__menu.active {
  transform: translateX(0);
  opacity: 1;
}
.drawer__menu nav {
  padding: 8% 8%;
  height: 93vh;
  margin-top: 7vh;
}
.drawer__menu nav ul li {
  text-align: left;
  list-style: none;
  margin-bottom: 30px;
  border-bottom: 1px solid #555;
}
.drawer__menu nav ul li:last-child {
  margin-bottom: 0;
}
.drawer__menu nav ul li a {
  display: block;
  color: #fff;
}
.drawer__menu nav ul li.ac {
  color: #fff;
}
.drawer__menu nav ul li.ac .toggle_menu {
  margin-bottom: 10px;
  display: block;
  cursor: pointer;
}
.drawer__menu nav ul li.ac .toggle_menu:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.drawer__menu nav ul li.ac ol {
  display: none;
  padding: 20px 0 20px 15px;
}
.drawer__menu nav ul li.ac ol li {
  position: relative;
  padding-left: 25px;
  border-bottom: none;
  margin-bottom: 15px;
}
.drawer__menu nav ul li.ac ol li:before {
  content: "";
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.drawer__menu nav ul li.ac ol li a {
  font-size: 1.4rem;
}
.drawer__menu nav ul li.ac ol.open {
  display: block;
}
.drawer__menu nav .drawer__menu_bnr {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .drawer__menu nav .drawer__menu_bnr {
    margin-top: 4%;
  }
}
@media screen and (max-width: 480px) {
  .drawer__menu nav .drawer__menu_bnr {
    margin-top: 8%;
  }
}
.drawer__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 997;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  transition: 0.8s;
  transform: translateX(100%);
  opacity: 0;
  cursor: pointer;
}
.drawer__bg.active {
  transform: translateX(0);
  opacity: 1;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 102;
}
@media screen and (max-width: 1080px) {
  header {
    height: 79px;
  }
}
@media screen and (max-width: 768px) {
  header {
    height: 97px;
  }
}
@media screen and (max-width: 480px) {
  header {
    height: 62px;
  }
}
header.hd_bg {
  transition: 0.4s;
  background: rgba(83, 71, 65, 0.733);
}
header.hd_bg .header_flex_logo {
  width: 30%;
}
@media screen and (max-width: 768px) {
  header.hd_bg .header_flex_logo {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  header.hd_bg .header_flex_logo {
    width: 100%;
    max-width: 180px;
  }
}
@media screen and (min-width: 769px) {
  header.hd_bg .header_flex_logo img {
    max-width: 200px;
  }
}
header .inner {
  max-width: 90%;
  padding: 20px 0;
}
@media screen and (max-width: 480px) {
  header .inner {
    padding: 13px 0 15px 0;
  }
}
header .header_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_flex .header_flex_logo {
  width: 30%;
}
@media screen and (max-width: 768px) {
  header .header_flex .header_flex_logo {
    width: 70%;
  }
}
@media screen and (max-width: 480px) {
  header .header_flex .header_flex_logo {
    width: 100%;
    max-width: 180px;
  }
}
header .header_flex .header_flex_logo img {
  margin: 0;
}
header .header_flex .header_flex_right {
  position: relative;
  width: 70%;
  max-width: 500px;
  z-index: 9999;
  box-sizing: border-box;
  text-align: right;
  padding-right: 50px;
}
header .header_flex .header_flex_right_tel img {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 768px) {
  header .header_flex .header_flex_right_tel {
    display: none;
  }
}

.footer {
  background: #555555;
}
@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 480px) {
  .footer {
    padding-bottom: 80px;
  }
}
.footer_nav {
  background: #fff;
}
.footer_nav .inner {
  max-width: 90%;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .footer_nav .inner {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .footer_nav nav {
    display: none;
  }
}
.footer_nav nav ul {
  display: flex;
  justify-content: center;
}
.footer_nav nav ul li {
  width: 16.666%;
  text-align: center;
  position: relative;
}
.footer_nav nav ul li:before {
  content: "";
  width: 1px;
  height: 90%;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.footer_nav nav ul li:last-child:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  height: 90%;
  background: #ddd;
}
.footer_nav nav ul li a {
  color: #4f4f4f;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
}
.footer .ft_top {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .footer .ft_top {
    padding: 30px 0;
  }
}
.footer .ft_top_inner {
  color: #fff;
  text-align: center;
}
.footer .ft_top_inner .logo {
  width: 255px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .footer .ft_top_inner .logo {
    width: 200px;
    margin: 0 auto 5%;
  }
}
@media screen and (max-width: 768px) {
  .footer .ft_top_inner .logo {
    width: 120.5px;
    margin: 0 auto 7%;
  }
}
.footer .ft_top_inner p {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-left: 20px;
}
.footer .ft_top_inner dl {
  text-align: left;
  margin: 50px auto 0;
}
.footer .ft_top_inner dl dt {
  color: #534741;
  font-size: 1.4rem;
  background: #fff;
  padding: 3px 10px;
  display: inline-block;
  line-height: 1;
}
.footer .ft_top_inner dl dd {
  font-size: 1.2rem;
}
.footer .ft_top_inner dl dd:last-child {
  margin-top: 30px;
}
.footer .ft_bottom {
  padding: 20px 0;
}
.footer .ft_bottom * {
  font-size: 1.4rem;
  color: #fff;
}
.footer .ft_bottom .inner {
  max-width: 90%;
}
@media screen and (max-width: 768px) {
  .footer .ft_bottom .inner {
    max-width: 100%;
  }
}
.footer .ft_bottom_inner {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .footer .ft_bottom_inner {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .footer .ft_bottom_inner ul {
    display: none;
  }
}
.footer .ft_bottom_inner ul li a {
  border-bottom: 1px solid #fff;
}
.footer .ft_bottom_inner .copy {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footer .ft_bottom_inner .copy {
    width: 100%;
    text-align: center;
  }
}

.cta {
  padding: 50px 0 60px;
  background: #e7e2d9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 5% 0 6%;
  }
}
@media screen and (max-width: 480px) {
  .cta {
    padding: 7% 0 8%;
  }
}
.cta .ttl_cmn_border {
  color: #808080;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .cta .ttl_cmn_border {
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 480px) {
  .cta .ttl_cmn_border {
    margin-bottom: 8%;
  }
}
.cta p {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .cta p {
    margin-bottom: 5.5%;
  }
}
@media screen and (max-width: 480px) {
  .cta p {
    margin-bottom: 7.5%;
  }
}
.cta_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .cta_flex {
    margin: 0 auto 8%;
  }
}
@media screen and (max-width: 480px) {
  .cta_flex {
    margin: 0 auto 10%;
    display: block;
  }
}
.cta_flex-l, .cta_flex-r {
  width: 49%;
}
@media screen and (max-width: 480px) {
  .cta_flex-l, .cta_flex-r {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cta_flex-l a, .cta_flex-r a {
  display: block;
  line-height: 0;
}
.cta_flex-l a img, .cta_flex-r a img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.works_article {
  background: #e7e2d9;
}
@media screen and (min-width: 769px) {
  .works_article {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
}
.works_article .works_txt {
  padding: 30px 20px;
  position: relative;
}
.works_article .works_txt-field {
  position: absolute;
  left: 20px;
  top: -20px;
}
.works_article .works_txt-field span {
  color: #fff;
  font-size: 12px;
  background: #333333;
  padding: 3px 15px;
  display: inline-block;
}
.works_article .works_txt .more {
  font-size: 1.3rem;
  color: #333;
  text-align: right;
  margin-top: 20px;
}
.works_article .thumbnail {
  width: 100%;
}
.works_article .thumbnail img {
  object-fit: cover;
  max-height: 327px;
}

.news_list {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .news_list {
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 480px) {
  .news_list {
    margin-bottom: 9%;
  }
}
.news_list li {
  margin-bottom: 20px;
}
.news_list li a {
  color: #333;
  font-size: 1.4rem;
  background: #e7e2d9;
  text-decoration: none;
  display: block;
  padding: 17px 20px;
  font-weight: 100;
}
@media screen and (max-width: 480px) {
  .news_list li a {
    padding: 10px 20px;
  }
}
.news_list li a .time {
  font-size: 1.2rem;
}
.news_list li a .cate_label {
  color: #fff;
  font-size: 1.3rem;
  padding: 3px 10px;
  background: #333333;
  margin: 0 30px 0 50px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .news_list li a .cate_label {
    font-size: 1.2rem;
    margin: 0 0 0 20px;
  }
}
.news_list li a h3 {
  font-weight: 400;
  font-family: inherit;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .news_list li a h3 {
    display: block;
  }
}
.news_list li a:hover {
  opacity: 1;
  transition: 0.3s;
  background: #534741;
}
.news_list li a:hover * {
  color: #fff;
}

.box_fixed-bottom {
  position: fixed;
  right: 4%;
  bottom: 5%;
  z-index: 100;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .box_fixed-bottom {
    bottom: 14%;
    width: 36px;
  }
}

.hd_bnr {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 10;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  .hd_bnr {
    display: none;
  }
}

.hd_bnr_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .hd_bnr_sp {
    position: fixed;
    display: block;
    z-index: 10;
    right: 0;
    left: 0;
    top: auto;
    bottom: 0;
    margin: auto;
    transform: translateY(68px);
    transition: 0.3s;
    box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.1);
    border-top: 2px solid #534741;
  }
  .hd_bnr_sp.up {
    transform: translateY(0px);
  }
  .hd_bnr_sp .flex {
    display: flex;
  }
  .hd_bnr_sp .flex_l a, .hd_bnr_sp .flex_r a {
    color: #534741;
    display: block;
    padding: 0 10px;
    text-align: center;
    line-height: 1;
    font-size: 1.8rem;
    line-height: 60px;
  }
  .hd_bnr_sp .flex_l a span, .hd_bnr_sp .flex_r a span {
    position: relative;
  }
  .hd_bnr_sp .flex_l {
    width: 30%;
    border-right: 1px solid #534741;
  }
  .hd_bnr_sp .flex_l a {
    background: #ede9e6;
  }
  .hd_bnr_sp .flex_l a span {
    padding-left: 23px;
  }
  .hd_bnr_sp .flex_l a span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 16px;
    height: 18px;
    margin: auto;
    background: url(../images/common/icon_tel_sp.svg) no-repeat center/cover;
  }
  .hd_bnr_sp .flex_r {
    width: 70%;
  }
  .hd_bnr_sp .flex_r a {
    background: #ede9e6;
  }
  .hd_bnr_sp .flex_r a span {
    padding-left: 31px;
  }
  .hd_bnr_sp .flex_r a span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 22px;
    height: 15px;
    margin: auto;
    background: url(../images/common/icon_mail_sp.svg) no-repeat center/cover;
  }
}

.ukaisstyle {
  margin-bottom: 50px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .ukaisstyle {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 480px) {
  .ukaisstyle {
    margin-bottom: 7%;
  }
}
.ukaisstyle .ukaisstyle_img {
  max-width: 90%;
  max-width: 900px;
  margin: 0 auto;
}
.ukaisstyle .ukaisstyle_img_top {
  max-width: 529px;
  margin: 0 auto 15px;
}
.ukaisstyle .ukaisstyle_img .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 6%;
}
@media screen and (max-width: 940px) {
  .ukaisstyle .ukaisstyle_img .flex {
    padding-left: 0;
  }
}
.ukaisstyle .ukaisstyle_img .flex img:nth-of-type(1) {
  max-width: 333px;
  width: 36vw;
  margin-top: -17px;
}
@media screen and (max-width: 939px) {
  .ukaisstyle .ukaisstyle_img .flex img:nth-of-type(1) {
    width: 35vw;
    margin-top: -5px;
  }
}
.ukaisstyle .ukaisstyle_img .flex img:nth-of-type(2) {
  width: 5vw;
  max-width: 53px;
  margin: 0 1.5vw;
}
.ukaisstyle .ukaisstyle_img .flex img:nth-of-type(3) {
  max-width: 478px;
  width: 48vw;
}
@media screen and (max-width: 940px) {
  .ukaisstyle .ukaisstyle_img .flex img:nth-of-type(3) {
    width: 50vw;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  home                                                   */
.home .mv {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.home .mv .scrolldown1 {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 50px;
}
.home .mv .scrolldown1 span {
  position: absolute;
  left: -15px;
  top: -15px;
  color: #eee;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.home .mv .scrolldown1::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 30px;
  background: #eee;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.home .mv_ttl {
  position: absolute;
  left: 4%;
  bottom: 25%;
  z-index: 2;
  font-size: 6.2rem;
  line-height: 1.4;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .home .mv_ttl {
    font-size: 10.5vw;
  }
}
@media screen and (max-width: 480px) {
  .home .mv_ttl {
    top: 36%;
    bottom: auto;
    font-size: 10.5vw;
    text-align: center;
  }
}
.home .mv .slider {
  position: relative;
  z-index: -1;
  height: 100vh;
}
.home .mv .slider .slider_item01 {
  background: url(../images/top/mv_sllider01.jpg);
}
@media screen and (max-width: 768px) {
  .home .mv .slider .slider_item01 {
    background: url(../images/top/mv_sllider01_sp.jpg);
  }
}
.home .mv .slider .slider_item02 {
  background: url(../images/top/mv_sllider02.jpg);
}
@media screen and (max-width: 768px) {
  .home .mv .slider .slider_item02 {
    background: url(../images/top/mv_sllider02_sp.jpg);
  }
}
.home .mv .slider .slider_item03 {
  background: url(../images/top/mv_sllider03.jpg);
}
@media screen and (max-width: 768px) {
  .home .mv .slider .slider_item03 {
    background: url(../images/top/mv_sllider03_sp.jpg);
  }
}
.home .mv .slider .slider_item03 {
  background: url(../images/top/mv_sllider04.jpg);
}
@media screen and (max-width: 768px) {
  .home .mv .slider .slider_item03 {
    background: url(../images/top/mv_sllider04_sp.jpg);
  }
}
.home .mv .slider .slider_item {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.home .concept {
  text-align: center;
  padding: 140px 0 80px;
}
@media screen and (max-width: 768px) {
  .home .concept {
    padding: 14% 0 8%;
  }
}
@media screen and (max-width: 480px) {
  .home .concept {
    padding: 16% 0 10%;
  }
}
.home .concept_mv {
  margin-bottom: 4.4%;
}
.home .concept_mv img {
  margin: 0 auto;
  image-rendering: pixelated;
}
.home .concept h1 {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 4%;
}
@media screen and (max-width: 768px) {
  .home .concept h1 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 480px) {
  .home .concept h1 {
    font-size: 1.8rem;
  }
}
.home .concept_txt {
  line-height: 3;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .home .concept_txt {
    line-height: 6vw;
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 480px) {
  .home .concept_txt {
    line-height: 8vw;
    margin-bottom: 10%;
  }
}
.home .concept_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .home .concept_flex {
    margin: 0 auto 8%;
  }
}
@media screen and (max-width: 480px) {
  .home .concept_flex {
    margin: 0 auto 10%;
    display: block;
  }
}
.home .concept_flex-l, .home .concept_flex-r {
  width: 49%;
}
@media screen and (max-width: 480px) {
  .home .concept_flex-l, .home .concept_flex-r {
    width: 100%;
    margin-bottom: 30px;
  }
}
.home .concept_bottom {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .home .concept_bottom {
    margin-top: 14%;
  }
}
@media screen and (max-width: 480px) {
  .home .concept_bottom {
    margin-top: 16%;
  }
}
.home .concept_bottom p {
  margin-bottom: 50px;
}
.home .concept_bottom .concept_flex-txt {
  padding: 30px 25px;
  background: #fff;
  border: 1px solid #808080;
  max-width: 447px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .home .concept_bottom .concept_flex-txt {
    padding: 3%;
  }
}
@media screen and (max-width: 480px) {
  .home .concept_bottom .concept_flex-txt {
    padding: 5%;
  }
}
.home .concept_bottom .concept_flex-txt:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid #808080;
  border-top: 0;
  transform: rotate(315deg);
  position: absolute;
  left: -13px;
  top: -3px;
}
.home .concept_bottom .concept_flex-txt h3 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .home .concept_bottom .concept_flex-txt h3 {
    padding: 20px 0 0;
  }
}
.home .concept_bottom .concept_flex-txt p {
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 0;
}
.home .service_ttl {
  padding: 80px 0 50px;
  background: url(../images//top/service_ttl_bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .home .service_ttl {
    padding: 8% 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .home .service_ttl {
    padding: 8% 0 5%;
  }
}
.home .service_cont {
  padding: 60px 0 90px;
}
@media screen and (max-width: 768px) {
  .home .service_cont {
    padding: 6% 0 9%;
  }
}
@media screen and (max-width: 480px) {
  .home .service_cont {
    padding: 8% 0 11%;
  }
}
.home .service_cont_disc {
  text-align: center;
}
.home .service_cont_disc p {
  margin-bottom: 30px;
}
.home .service_cont_disc p:last-child {
  margin-bottom: 0;
}
.home .service_cont ul {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .home .service_cont ul {
    margin-bottom: 7%;
  }
}
@media screen and (max-width: 480px) {
  .home .service_cont ul {
    margin-bottom: 10%;
  }
}
.home .service_cont ul li {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .home .service_cont ul li {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 480px) {
  .home .service_cont ul li {
    margin-bottom: 7%;
  }
}
.home .service_cont ul li:last-child {
  margin-bottom: 0;
}
.home .service_cont ul li:nth-of-type(even) .box_photo {
  left: auto;
  right: 0;
}
.home .service_cont ul li:nth-of-type(even) .box_txt {
  position: absolute;
  left: 0;
  right: auto;
}
@media screen and (max-width: 768px) {
  .home .service_cont ul li:nth-of-type(even) .box_txt {
    position: initial;
  }
}
.home .service_cont ul li .box {
  position: relative;
  margin: 0 auto;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .home .service_cont ul li .box {
    height: auto;
    box-shadow: 0 0 10px #999;
  }
}
.home .service_cont ul li .box_photo {
  position: absolute;
  left: 0;
  top: 20px;
  width: 609px;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .home .service_cont ul li .box_photo {
    position: initial;
    width: 100%;
  }
}
.home .service_cont ul li .box_txt {
  position: absolute;
  right: 0;
  background: #e7e2d9;
  z-index: 100;
  top: 0;
  transform: translate(0, 50%);
  width: 100%;
  max-width: 380px;
  height: auto;
  padding: 30px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #999;
  text-align: justify;
  border-top: 5px solid #808080;
}
@media screen and (max-width: 768px) {
  .home .service_cont ul li .box_txt {
    max-width: 100%;
    position: initial;
    transform: translate(0);
    box-shadow: none;
    padding: 6% 4%;
  }
}
.home .service_cont ul li .box_txt img {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 480px) {
  .home .service_cont ul li .box_txt img {
    max-width: 90px;
    margin-bottom: 10px;
  }
}
.home .service_cont ul li .box_txt p {
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 480px) {
  .home .service_cont ul li .box_txt p {
    font-size: 1.8rem;
  }
  .home .service_cont ul li .box_txt p br {
    display: none;
  }
}
.home .works {
  padding: 60px 0 90px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .home .works {
    padding: 6% 0 9%;
  }
}
@media screen and (max-width: 480px) {
  .home .works {
    padding: 8% 0 11%;
  }
}
.home .works_cont .slick-dots {
  display: none !important;
}
.home .works_cont .multiple {
  margin-bottom: 50px;
  z-index: 1;
}
.home .works_cont .multiple .slick-prev {
  left: 20%;
  display: inline-block;
  z-index: 2;
}
@media screen and (max-width: 480px) {
  .home .works_cont .multiple .slick-prev {
    left: 13px;
  }
}
.home .works_cont .multiple .slick-prev:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.home .works_cont .multiple .slick-prev:before {
  content: "";
}
.home .works_cont .multiple .slick-prev:after {
  content: "";
  width: 35px;
  height: 35px;
  margin-top: -5px;
  border-top: solid 1px #fff; /* 好みで色を変えてください */
  border-right: solid 1px #fff; /* 好みで色を変えてください */
  transform: rotate(-135deg);
  position: absolute;
  top: 50%;
  left: 0;
}
.home .works_cont .multiple .slick-next {
  right: 20%;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .home .works_cont .multiple .slick-next {
    right: 13px;
  }
}
.home .works_cont .multiple .slick-next:hover {
  opacity: 0.6;
  transition: 0.3s;
}
.home .works_cont .multiple .slick-next:before {
  content: "";
}
.home .works_cont .multiple .slick-next:after {
  content: "";
  width: 35px;
  height: 35px;
  margin-top: -5px;
  border-top: solid 1px #fff; /* 好みで色を変えてください */
  border-right: solid 1px #fff; /* 好みで色を変えてください */
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 99;
}
.home .works_cont .multiple .slick-track {
  display: flex;
}
.home .works_cont .multiple .slick-slide {
  width: 100%;
  max-width: 581px;
  padding: 0 15px;
  height: auto !important;
}
.home .works_cont .multiple .slick-slide > div {
  display: flex;
  height: 100%;
  flex-direction: column;
}
.home .works_cont .multiple .slick-slide .works_article {
  position: relative;
}
.home .works_cont .multiple .slick-slide .works_article:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(48, 48, 48, 0.4);
}
.home .works_cont .multiple .slick-slide.slick-center .works_article:before {
  content: none;
}
.home .works_cont .works_article {
  width: 100% !important;
}
.home .works_cont .works_article .thumbnail img {
  width: 100%;
}
.home .works_cont .btn_brown {
  margin: 0 auto;
}
.home .company {
  padding: 80px 0 60px;
}
@media screen and (max-width: 768px) {
  .home .company {
    padding: 8% 0 6%;
  }
}
@media screen and (max-width: 480px) {
  .home .company {
    padding: 10% 0 8%;
  }
}
.home .company_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .home .company_flex {
    margin: 0 auto 8%;
  }
}
@media screen and (max-width: 480px) {
  .home .company_flex {
    margin: 0 auto 10%;
    display: block;
  }
}
.home .company_flex-l, .home .company_flex-r {
  width: 49%;
}
@media screen and (max-width: 480px) {
  .home .company_flex-l, .home .company_flex-r {
    width: 100%;
    margin-bottom: 30px;
  }
}
.home .company_flex-r .btn_brown {
  margin: 50px 0 0 0;
}
@media screen and (max-width: 768px) {
  .home .company_flex-r .btn_brown {
    margin: 50px auto 0 auto;
  }
}
.home .news {
  padding: 70px 0 80px;
}
@media screen and (max-width: 768px) {
  .home .news {
    padding: 7% 0 8%;
  }
}
@media screen and (max-width: 480px) {
  .home .news {
    padding: 9% 0 10%;
  }
}
.home .news .news_arrow {
  font-size: 1.3rem;
  text-align: right;
}
.home .news .news_arrow a:hover {
  transition: 0.3s;
  text-decoration: underline;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  pages                                                   */
.archive .mv, .category .mv, .page .mv, .single .mv, .error404 .mv, .tag .mv {
  padding: 8% 0 4% 0;
  background: url(../images/common/mv_cmn.jpg) no-repeat center/cover;
}
@media screen and (max-width: 1050px) {
  .archive .mv, .category .mv, .page .mv, .single .mv, .error404 .mv, .tag .mv {
    padding: 10% 0 2% 0;
  }
}
@media screen and (max-width: 768px) {
  .archive .mv, .category .mv, .page .mv, .single .mv, .error404 .mv, .tag .mv {
    padding: 14% 0 2% 0;
  }
}
.archive .mv h1, .category .mv h1, .page .mv h1, .single .mv h1, .error404 .mv h1, .tag .mv h1 {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .archive .mv h1, .category .mv h1, .page .mv h1, .single .mv h1, .error404 .mv h1, .tag .mv h1 {
    text-align: center;
  }
}
.archive .mv h1 span, .category .mv h1 span, .page .mv h1 span, .single .mv h1 span, .error404 .mv h1 span, .tag .mv h1 span {
  display: block;
  line-height: 1.4;
}
.archive .mv h1 .fs_jp, .category .mv h1 .fs_jp, .page .mv h1 .fs_jp, .single .mv h1 .fs_jp, .error404 .mv h1 .fs_jp, .tag .mv h1 .fs_jp {
  font-size: 4.4rem;
}
@media screen and (max-width: 480px) {
  .archive .mv h1 .fs_jp, .category .mv h1 .fs_jp, .page .mv h1 .fs_jp, .single .mv h1 .fs_jp, .error404 .mv h1 .fs_jp, .tag .mv h1 .fs_jp {
    font-size: 2rem;
  }
}
.archive .mv h1 .fs_en, .category .mv h1 .fs_en, .page .mv h1 .fs_en, .single .mv h1 .fs_en, .error404 .mv h1 .fs_en, .tag .mv h1 .fs_en {
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media screen and (max-width: 480px) {
  .archive .mv h1 .fs_en, .category .mv h1 .fs_en, .page .mv h1 .fs_en, .single .mv h1 .fs_en, .error404 .mv h1 .fs_en, .tag .mv h1 .fs_en {
    font-size: 1.4rem;
  }
}

.breadcrumbs {
  padding: 10px 0;
}
.breadcrumbs * {
  font-size: 1.4rem;
  font-weight: 300;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  concept                                                   */
.concept .intro {
  padding: 80px 0;
}
@media screen and (max-width: 1050px) {
  .concept .intro {
    padding: 8% 0;
  }
}
@media screen and (max-width: 768px) {
  .concept .intro {
    padding: 10% 0;
  }
}
.concept .intro p {
  text-align: center;
  margin-bottom: 65px;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .concept .intro p {
    margin-bottom: 6.5%;
  }
}
@media screen and (max-width: 480px) {
  .concept .intro p {
    margin-bottom: 8.5%;
  }
}
.concept .intro_check {
  background: #fff;
  border: 1px solid #808080;
  max-width: 856px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 50px;
}
@media screen and (max-width: 768px) {
  .concept .intro_check {
    padding: 3%;
  }
}
@media screen and (max-width: 480px) {
  .concept .intro_check {
    padding: 5%;
  }
}
.concept .intro_check:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 40px solid transparent;
  border-left: 40px solid transparent;
  border-bottom: 40px solid #808080;
  border-top: 0;
  transform: rotate(315deg);
  position: absolute;
  left: -26px;
  top: -7px;
}
@media screen and (max-width: 768px) {
  .concept .intro_check:before {
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    border-bottom: 20px solid #808080;
    left: -13px;
    top: -3px;
  }
}
.concept .intro_check ol {
  width: 100%;
  max-width: 679px;
  margin: 0 auto 25px;
}
.concept .intro_check ol li {
  padding: 0 0 10px 6%;
  margin-bottom: 20px;
  font-size: 1.8rem;
  text-align: left;
  font-weight: 500;
  border-bottom: 1px solid #efefef;
}
@media screen and (max-width: 480px) {
  .concept .intro_check ol li {
    font-size: 1.6rem;
    padding-left: 0;
  }
}
.concept .intro_check ol li:last-child {
  margin-bottom: 0;
}
.concept .intro_check ol li span {
  position: relative;
  padding-left: 35px;
}
.concept .intro_check ol li span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 28px;
  height: 16px;
  z-index: 2;
  background: url(../images/concept/intro_check.svg) no-repeat center/cover;
}
@media screen and (max-width: 480px) {
  .concept .intro_check ol li span:before {
    width: 17px;
    height: 10px;
  }
}
.concept .intro_check_bottom {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  color: #534741;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .concept .intro_check_bottom {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .concept .intro_check_bottom {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 380px) {
  .concept .intro_check_bottom {
    font-size: 1.7rem;
  }
}
.concept .partner_ttl {
  background: url(../images/concept/partner_bg.jpg) no-repeat center/cover;
  text-align: center;
  padding: 55px 0;
}
@media screen and (max-width: 768px) {
  .concept .partner_ttl {
    padding: 5.5% 0;
  }
}
@media screen and (max-width: 480px) {
  .concept .partner_ttl {
    padding: 7.5% 0;
  }
}
.concept .partner_ttl * {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .concept .partner_ttl * {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 480px) {
  .concept .partner_ttl * {
    font-size: 2rem;
  }
}
.concept .partner_cont {
  padding: 55px 0 0;
}
@media screen and (max-width: 768px) {
  .concept .partner_cont {
    padding: 5.5% 0 0;
  }
}
@media screen and (max-width: 480px) {
  .concept .partner_cont {
    padding: 7.5% 0 0;
  }
}
.concept .partner_cont .inner {
  padding-bottom: 170px;
  background: url(../images/concept/concept_bg.png) no-repeat bottom right/400px auto;
}
@media screen and (max-width: 1020px) {
  .concept .partner_cont .inner {
    padding-bottom: 27vw;
  }
}
@media screen and (max-width: 600px) {
  .concept .partner_cont .inner {
    padding-bottom: 54%;
    background: url(../images/concept/concept_bg.png) no-repeat bottom right/100% auto;
  }
}
.concept .partner_cont-top {
  align-items: center;
}
@media screen and (max-width: 768px) {
  .concept .partner_cont-top {
    display: flex;
    flex-direction: column-reverse;
  }
}
.concept .partner_cont-top .flex_l {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .concept .partner_cont-top .flex_l {
    width: 100%;
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 480px) {
  .concept .partner_cont-top .flex_l {
    margin-bottom: 10%;
  }
}
.concept .partner_cont-top .flex_l_disc {
  font-size: 1.8rem;
  line-height: 2.2;
}
.concept .partner_cont-top .flex_r {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .concept .partner_cont-top .flex_r {
    width: 100%;
  }
}
.concept .partner_cont-feature {
  margin-top: 55px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .concept .partner_cont-feature {
    margin-top: 5.5%;
  }
}
@media screen and (max-width: 480px) {
  .concept .partner_cont-feature {
    margin-top: 7.5%;
  }
}
.concept .partner_cont-feature li {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .concept .partner_cont-feature li {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 480px) {
  .concept .partner_cont-feature li {
    margin-bottom: 7%;
  }
}
.concept .partner_cont-feature li .thumbnail {
  margin-bottom: 20px;
}
.concept .partner_cont-feature li h3 {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .concept .partner_cont-feature li h3 {
    font-size: 1.8rem;
  }
}
.concept .partner_cont-feature li p {
  font-size: 1.4rem;
}
.concept .style_cont,
.concept .characteristic_cont {
  padding: 40px 30px;
  background: #ede9e6;
}
@media screen and (max-width: 768px) {
  .concept .style_cont,
  .concept .characteristic_cont {
    padding: 5% 3%;
  }
}
@media screen and (max-width: 480px) {
  .concept .style_cont,
  .concept .characteristic_cont {
    padding: 7% 4%;
  }
}
.concept .style_cont h3,
.concept .characteristic_cont h3 {
  font-size: 2.2rem;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .concept .style_cont h3,
  .concept .characteristic_cont h3 {
    font-size: 1.8rem;
  }
}
.concept .style_cont .flex_l,
.concept .characteristic_cont .flex_l {
  width: 41.8%;
}
@media screen and (max-width: 768px) {
  .concept .style_cont .flex_l,
  .concept .characteristic_cont .flex_l {
    width: 100%;
    margin-bottom: 20px;
  }
}
.concept .style_cont .flex_r,
.concept .characteristic_cont .flex_r {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .concept .style_cont .flex_r,
  .concept .characteristic_cont .flex_r {
    width: 100%;
  }
}
.concept .style_cont .flex_r .style_cont_link,
.concept .characteristic_cont .flex_r .style_cont_link {
  margin-top: 30px;
  text-align: right;
}
.concept .style_cont .flex_r .style_cont_link a,
.concept .characteristic_cont .flex_r .style_cont_link a {
  position: relative;
  font-size: 1.8rem;
  color: #2e3192;
  border-bottom: 1px solid #2e3192;
  text-align: right;
  padding-right: 40px;
}
@media screen and (max-width: 1020px) {
  .concept .style_cont .flex_r .style_cont_link a,
  .concept .characteristic_cont .flex_r .style_cont_link a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .concept .style_cont .flex_r .style_cont_link a,
  .concept .characteristic_cont .flex_r .style_cont_link a {
    font-size: 3.3vw;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 480px) {
  .concept .style_cont .flex_r .style_cont_link a,
  .concept .characteristic_cont .flex_r .style_cont_link a {
    padding-right: 30px;
  }
}
.concept .style_cont .flex_r .style_cont_link a:before,
.concept .characteristic_cont .flex_r .style_cont_link a:before {
  content: "";
  width: 21px;
  height: 1px;
  background: #2e3192;
  position: absolute;
  right: -2px;
  bottom: 7px;
  transform: rotate(45deg);
}
@media screen and (max-width: 480px) {
  .concept .style_cont .flex_r .style_cont_link a:before,
  .concept .characteristic_cont .flex_r .style_cont_link a:before {
    width: 15px;
    bottom: 4px;
  }
}
.concept .style {
  padding: 0 0 55px;
}
@media screen and (max-width: 768px) {
  .concept .style {
    padding: 0 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .concept .style {
    padding: 0 0 7.5%;
  }
}
.concept .characteristic {
  padding: 55px 0 120px;
}
@media screen and (max-width: 768px) {
  .concept .characteristic {
    padding: 5.5% 0 12%;
  }
}
@media screen and (max-width: 480px) {
  .concept .characteristic {
    padding: 7.5% 0 14%;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  category                                                   */
.category #contents, .archive #contents, .tag #contents {
  padding: 0 0 120px;
}
@media screen and (max-width: 768px) {
  .category #contents, .archive #contents, .tag #contents {
    padding: 0 0 12%;
  }
}
@media screen and (max-width: 480px) {
  .category #contents, .archive #contents, .tag #contents {
    padding: 0 0 14%;
  }
}
.category #contents .cate_list, .archive #contents .cate_list, .tag #contents .cate_list {
  padding: 50px 0 50px;
}
@media screen and (max-width: 768px) {
  .category #contents .cate_list, .archive #contents .cate_list, .tag #contents .cate_list {
    padding: 5% 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .category #contents .cate_list, .archive #contents .cate_list, .tag #contents .cate_list {
    padding: 7% 0 7%;
  }
}
.category #contents .cate_list h3, .archive #contents .cate_list h3, .tag #contents .cate_list h3 {
  background: #808080;
  padding: 20px;
  text-align: center;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
.category #contents .cate_list h3:hover, .archive #contents .cate_list h3:hover, .tag #contents .cate_list h3:hover {
  opacity: 0.6;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .category #contents .cate_list h3, .archive #contents .cate_list h3, .tag #contents .cate_list h3 {
    font-size: 1.8rem;
    padding: 2%;
  }
}
@media screen and (max-width: 480px) {
  .category #contents .cate_list h3, .archive #contents .cate_list h3, .tag #contents .cate_list h3 {
    padding: 4%;
  }
}
.category #contents .cate_list h3::before, .category #contents .cate_list h3::after, .archive #contents .cate_list h3::before, .archive #contents .cate_list h3::after, .tag #contents .cate_list h3::before, .tag #contents .cate_list h3::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.category #contents .cate_list h3::before, .archive #contents .cate_list h3::before, .tag #contents .cate_list h3::before {
  width: 22px;
  height: 22px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
}
.category #contents .cate_list h3::after, .archive #contents .cate_list h3::after, .tag #contents .cate_list h3::after {
  right: 28px;
  top: 5px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #808080;
  border-right: 1px solid #808080;
  -webkit-transform: rotate(-43deg);
  transform: rotate(-43deg);
}
.category #contents .cate_list h3.open::after, .archive #contents .cate_list h3.open::after, .tag #contents .cate_list h3.open::after {
  top: 0px;
  -webkit-transform: rotate(-227deg);
  transform: rotate(-227deg);
}
.category #contents .cate_list_inner, .archive #contents .cate_list_inner, .tag #contents .cate_list_inner {
  padding: 30px;
  border: 1px solid #808080;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .category #contents .cate_list_inner, .archive #contents .cate_list_inner, .tag #contents .cate_list_inner {
    padding: 3%;
  }
}
@media screen and (max-width: 480px) {
  .category #contents .cate_list_inner, .archive #contents .cate_list_inner, .tag #contents .cate_list_inner {
    padding: 5%;
  }
}
.category #contents .cate_list_inner ul li, .archive #contents .cate_list_inner ul li, .tag #contents .cate_list_inner ul li {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .category #contents .cate_list_inner ul li, .archive #contents .cate_list_inner ul li, .tag #contents .cate_list_inner ul li {
    margin-bottom: 4%;
  }
}
.category #contents .cate_list_inner ul li a, .archive #contents .cate_list_inner ul li a, .tag #contents .cate_list_inner ul li a {
  color: #333;
  font-size: 1.6rem;
}
.category #contents .cate_cont, .archive #contents .cate_cont, .tag #contents .cate_cont {
  padding: 70px 0 0;
}
@media screen and (max-width: 768px) {
  .category #contents .cate_cont, .archive #contents .cate_cont, .tag #contents .cate_cont {
    padding: 7% 0 0;
  }
}
@media screen and (max-width: 480px) {
  .category #contents .cate_cont, .archive #contents .cate_cont, .tag #contents .cate_cont {
    padding: 9% 0 0;
  }
}
.category .wp-pagenavi, .archive .wp-pagenavi, .tag .wp-pagenavi {
  margin-top: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .category .wp-pagenavi, .archive .wp-pagenavi, .tag .wp-pagenavi {
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 480px) {
  .category .wp-pagenavi, .archive .wp-pagenavi, .tag .wp-pagenavi {
    margin-bottom: 10%;
  }
}
.category .wp-pagenavi a, .category .wp-pagenavi span, .archive .wp-pagenavi a, .archive .wp-pagenavi span, .tag .wp-pagenavi a, .tag .wp-pagenavi span {
  font-size: 1.4rem;
  font-weight: normal;
  color: #534741;
  margin: 0;
  border: 1px solid #534741 !important;
  width: 31px;
  display: inline-block;
  line-height: 23px;
}
.category .wp-pagenavi a:hover, .category .wp-pagenavi a.current, .category .wp-pagenavi span:hover, .category .wp-pagenavi span.current, .archive .wp-pagenavi a:hover, .archive .wp-pagenavi a.current, .archive .wp-pagenavi span:hover, .archive .wp-pagenavi span.current, .tag .wp-pagenavi a:hover, .tag .wp-pagenavi a.current, .tag .wp-pagenavi span:hover, .tag .wp-pagenavi span.current {
  transition: 0.3s;
  color: #fff;
  background: #534741;
}
.category .wp-pagenavi .nextpostslink,
.category .wp-pagenavi .previouspostslink, .archive .wp-pagenavi .nextpostslink,
.archive .wp-pagenavi .previouspostslink, .tag .wp-pagenavi .nextpostslink,
.tag .wp-pagenavi .previouspostslink {
  border: none !important;
}
.category .wp-pagenavi .nextpostslink:hover,
.category .wp-pagenavi .previouspostslink:hover, .archive .wp-pagenavi .nextpostslink:hover,
.archive .wp-pagenavi .previouspostslink:hover, .tag .wp-pagenavi .nextpostslink:hover,
.tag .wp-pagenavi .previouspostslink:hover {
  color: #534741;
  border: none;
  background: none;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  single                                                   */
.single #contents {
  padding: 70px 0 120px;
}
@media screen and (max-width: 768px) {
  .single #contents {
    padding: 7% 0 12%;
  }
}
@media screen and (max-width: 480px) {
  .single #contents {
    padding: 9% 0 14%;
  }
}
.single #contents .article .inner {
  max-width: 800px;
  margin: 0 auto;
}
.single #contents .article .inner h2 {
  color: #534741;
  font-size: 2.2rem;
  margin: 25px 0 20px;
}
@media screen and (max-width: 480px) {
  .single #contents .article .inner h2 {
    font-size: 1.8rem;
  }
}
.single #contents .article .data .time {
  font-size: 1.2rem;
}
.single #contents .article .data .cate_label {
  color: #fff;
  font-size: 1.3rem;
  padding: 3px 10px;
  background: #333333;
  margin: 0 30px 0 20px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .single #contents .article .data .cate_label {
    font-size: 1.2rem;
    margin: 0 0 0 20px;
  }
}
.single #contents .article_ttl {
  font-size: 2.8rem;
  font-weight: 500;
  margin: 20px 0 50px;
  background: #ede9e6;
  border-left: 9px solid #534741;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .single #contents .article_ttl {
    font-size: 2.4rem;
    margin-bottom: 5%;
    padding: 2%;
  }
}
@media screen and (max-width: 480px) {
  .single #contents .article_ttl {
    font-size: 1.8rem;
    padding: 4%;
    margin-bottom: 7%;
  }
}
.single #contents .article_pager {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .single #contents .article_pager {
    margin-top: 7%;
  }
}
@media screen and (max-width: 480px) {
  .single #contents .article_pager {
    margin-top: 12%;
  }
}
.single #contents .article_pager_center {
  margin: 0 6%;
}

.single-works .single_works_ttl {
  font-size: 3.2rem;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .single-works .single_works_ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 480px) {
  .single-works .single_works_ttl {
    font-size: 1.8rem;
  }
}
.single-works .single_works_tag {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (max-width: 480px) {
  .single-works .single_works_tag {
    margin-bottom: 5%;
  }
}
.single-works .single_works_tag li {
  margin-right: 20px;
}
.single-works .single_works_slider {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .single-works .single_works_slider {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 480px) {
  .single-works .single_works_slider {
    margin-bottom: 7%;
  }
}
.single-works .single_works .works_table {
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .single-works .single_works .works_table {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 480px) {
  .single-works .single_works .works_table {
    margin-bottom: 7%;
    display: block;
  }
}
.single-works .single_works .works_table .flex_l,
.single-works .single_works .works_table .flex_r {
  width: 50%;
}
@media screen and (max-width: 480px) {
  .single-works .single_works .works_table .flex_l,
  .single-works .single_works .works_table .flex_r {
    width: 100%;
  }
}
.single-works .single_works .works_table .flex_l th, .single-works .single_works .works_table .flex_l td,
.single-works .single_works .works_table .flex_r th,
.single-works .single_works .works_table .flex_r td {
  padding: 2%;
}
.single-works .single_works .works_table .flex_l th,
.single-works .single_works .works_table .flex_r th {
  width: 30%;
  color: #fff;
  text-align: center;
  background: #808080;
}
.single-works .single_works .works_table .flex_l td,
.single-works .single_works .works_table .flex_r td {
  width: 70%;
  color: #333;
  background: #e7e2d9;
}
@media screen and (max-width: 480px) {
  .single-works .single_works .works_table .flex_l {
    margin-bottom: 10px;
  }
}
.single-works .single_works .nextend-thumbnail-inner {
  background: none !important;
  padding: 0 !important;
  margin-top: 10px;
}
.single-works .single_works_contents h2 {
  color: #534741;
  font-size: 3rem;
  font-weight: 500;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .single-works .single_works_contents h2 {
    font-size: 2.4rem;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 480px) {
  .single-works .single_works_contents h2 {
    font-size: 2rem;
    margin-bottom: 7%;
  }
}
.single-works .single_works_contents h2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 155px;
  height: 1px;
  background: #808080;
}
.single-works .single_works_contents h3 {
  font-size: 2rem;
  margin-bottom: 30px;
  padding-bottom: 5px;
  padding-left: 20px;
  border-bottom: 1px solid #ccc;
  border-left: 5px solid #4c4241;
}
@media screen and (max-width: 480px) {
  .single-works .single_works_contents h3 {
    font-size: 1.8rem;
  }
}
.single-works .single_works_contents h4 {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .single-works .single_works_contents h4 {
    font-size: 1.6rem;
  }
}
.single-works .single_works_contents h4:before {
  content: "■";
  padding-right: 10px;
}
.single-works .related {
  padding: 50px 0 55px;
  background-color: #efefef;
}
@media screen and (max-width: 768px) {
  .single-works .related {
    padding: 5.3% 0 5.5%;
  }
}
@media screen and (max-width: 480px) {
  .single-works .related {
    padding: 7.3% 0 7.5%;
  }
}
@media screen and (max-width: 480px) {
  .single-works .related .ttl_obi-img {
    padding: 7.3% 0 7.5%;
  }
}
.single-works .related_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-works .related_box li {
  width: 30%;
}
@media screen and (max-width: 480px) {
  .single-works .related_box li {
    width: 100%;
    margin-bottom: 30px;
  }
  .single-works .related_box li:last-child {
    margin-bottom: 0;
  }
}
.single-works .related_box li .works_article {
  background: #fff;
}
.single-works .related_box li .works_article .thumbnail img {
  height: 165px;
}
.single-works .related_box li .works_article .title {
  text-align: center;
  font-size: 1.6rem;
}
.single-works .related_box li .works_article .more {
  font-size: 1.2rem;
}
.single-works .n2-thumbnail-dot {
  opacity: 0.6;
}
.single-works .n2-thumbnail-dot.n2-active {
  opacity: 1;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  contact                                                   */
body.contact #contents,
body.check #contents,
body.complete #contents {
  padding: 90px 0 120px;
}
@media screen and (max-width: 768px) {
  body.contact #contents,
  body.check #contents,
  body.complete #contents {
    padding: 9% 0 12%;
  }
}
@media screen and (max-width: 480px) {
  body.contact #contents,
  body.check #contents,
  body.complete #contents {
    padding: 11% 0 14%;
  }
}
body.contact #contents input, body.contact #contents button, body.contact #contents textarea,
body.check #contents input,
body.check #contents button,
body.check #contents textarea,
body.complete #contents input,
body.complete #contents button,
body.complete #contents textarea {
  -webkit-appearance: none;
  appearance: none;
}
body.contact #contents input[type=text],
body.contact #contents input[type=tel],
body.contact #contents input[type=email],
body.contact #contents textarea,
body.check #contents input[type=text],
body.check #contents input[type=tel],
body.check #contents input[type=email],
body.check #contents textarea,
body.complete #contents input[type=text],
body.complete #contents input[type=tel],
body.complete #contents input[type=email],
body.complete #contents textarea {
  border: 1px solid #ccc;
}
body.contact #contents input[type=checkbox],
body.check #contents input[type=checkbox],
body.complete #contents input[type=checkbox] {
  appearance: none;
  display: none;
}
body.contact #contents input[type=checkbox] + span,
body.check #contents input[type=checkbox] + span,
body.complete #contents input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}
body.contact #contents input[type=checkbox] + span:before,
body.check #contents input[type=checkbox] + span:before,
body.complete #contents input[type=checkbox] + span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c8";
  display: inline-block;
  margin-right: 0.5em;
  font-weight: 400;
  color: #333;
}
body.contact #contents input[type=checkbox]:checked + span:before,
body.check #contents input[type=checkbox]:checked + span:before,
body.complete #contents input[type=checkbox]:checked + span:before {
  content: "\f14a";
  font-weight: 400;
}
body.contact #contents p a,
body.check #contents p a,
body.complete #contents p a {
  color: #54c2eb;
  text-decoration: underline;
}
body.contact #contents p a:hover,
body.check #contents p a:hover,
body.complete #contents p a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
body.contact #contents .contact_area_bnr,
body.check #contents .contact_area_bnr,
body.complete #contents .contact_area_bnr {
  justify-content: space-between;
  display: flex;
}
@media screen and (max-width: 480px) {
  body.contact #contents .contact_area_bnr,
  body.check #contents .contact_area_bnr,
  body.complete #contents .contact_area_bnr {
    display: block;
  }
}
body.contact #contents .contact_area_bnr .flex_l,
body.check #contents .contact_area_bnr .flex_l,
body.complete #contents .contact_area_bnr .flex_l {
  margin-right: 1%;
}
@media screen and (max-width: 480px) {
  body.contact #contents .contact_area_bnr .flex_l,
  body.check #contents .contact_area_bnr .flex_l,
  body.complete #contents .contact_area_bnr .flex_l {
    margin-bottom: 20px;
    margin-right: 0;
  }
}
body.contact #contents .contact_area_bnr .flex_l,
body.check #contents .contact_area_bnr .flex_l,
body.complete #contents .contact_area_bnr .flex_l {
  margin-left: 1%;
}
@media screen and (max-width: 480px) {
  body.contact #contents .contact_area_bnr .flex_l,
  body.check #contents .contact_area_bnr .flex_l,
  body.complete #contents .contact_area_bnr .flex_l {
    margin-left: 0;
  }
}
body.contact #contents .contact_disc,
body.check #contents .contact_disc,
body.complete #contents .contact_disc {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body.contact #contents .contact_disc,
  body.check #contents .contact_disc,
  body.complete #contents .contact_disc {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 480px) {
  body.contact #contents .contact_disc,
  body.check #contents .contact_disc,
  body.complete #contents .contact_disc {
    margin-bottom: 7%;
  }
}
body.contact #contents table,
body.check #contents table,
body.complete #contents table {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.contact #contents table,
  body.check #contents table,
  body.complete #contents table {
    margin-top: 5%;
  }
}
@media screen and (max-width: 480px) {
  body.contact #contents table,
  body.check #contents table,
  body.complete #contents table {
    margin-top: 7%;
  }
}
@media screen and (max-width: 768px) {
  body.contact #contents table tr,
  body.check #contents table tr,
  body.complete #contents table tr {
    display: block;
    width: 100%;
  }
}
body.contact #contents table tr th, body.contact #contents table tr td,
body.check #contents table tr th,
body.check #contents table tr td,
body.complete #contents table tr th,
body.complete #contents table tr td {
  padding: 3%;
  border-top: 1px solid #8b8b8b;
  border-bottom: 1px solid #8b8b8b;
}
@media screen and (max-width: 768px) {
  body.contact #contents table tr th, body.contact #contents table tr td,
  body.check #contents table tr th,
  body.check #contents table tr td,
  body.complete #contents table tr th,
  body.complete #contents table tr td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  body.contact #contents table tr th, body.contact #contents table tr td,
  body.check #contents table tr th,
  body.check #contents table tr td,
  body.complete #contents table tr th,
  body.complete #contents table tr td {
    padding: 16px 2%;
  }
}
body.contact #contents table tr th,
body.check #contents table tr th,
body.complete #contents table tr th {
  overflow: hidden;
  width: 33%;
}
@media screen and (max-width: 768px) {
  body.contact #contents table tr th,
  body.check #contents table tr th,
  body.complete #contents table tr th {
    width: 100%;
    border-bottom: none;
    text-align: left;
  }
}
body.contact #contents table tr th .required,
body.check #contents table tr th .required,
body.complete #contents table tr th .required {
  display: inline-block;
  color: #fff;
  background: #ce4a4a;
  padding: 2px 10px;
  font-size: 1.2rem;
  float: right;
}
@media screen and (max-width: 768px) {
  body.contact #contents table tr th .required,
  body.check #contents table tr th .required,
  body.complete #contents table tr th .required {
    float: none;
    margin-left: 15px;
  }
}
body.contact #contents table tr th .no_required,
body.check #contents table tr th .no_required,
body.complete #contents table tr th .no_required {
  color: #333;
  background: #ddd;
}
@media screen and (max-width: 768px) {
  body.contact #contents table tr td,
  body.check #contents table tr td,
  body.complete #contents table tr td {
    border-top: none;
    padding-top: 0;
    border-bottom: none;
  }
}
body.contact #contents table tr td small,
body.check #contents table tr td small,
body.complete #contents table tr td small {
  display: block;
  margin-top: 10px;
}
body.contact #contents table tr td input, body.contact #contents table tr td textarea,
body.check #contents table tr td input,
body.check #contents table tr td textarea,
body.complete #contents table tr td input,
body.complete #contents table tr td textarea {
  background: #fff;
  padding: 10px 10px;
  width: 100%;
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  body.contact #contents table tr td input, body.contact #contents table tr td textarea,
  body.check #contents table tr td input,
  body.check #contents table tr td textarea,
  body.complete #contents table tr td input,
  body.complete #contents table tr td textarea {
    max-width: 100%;
  }
}
body.contact #contents table tr td input[name=zip],
body.check #contents table tr td input[name=zip],
body.complete #contents table tr td input[name=zip] {
  max-width: 250px;
}
body.contact #contents table tr td textarea,
body.check #contents table tr td textarea,
body.complete #contents table tr td textarea {
  max-width: 450px;
}
@media screen and (max-width: 768px) {
  body.contact #contents table tr td textarea,
  body.check #contents table tr td textarea,
  body.complete #contents table tr td textarea {
    max-width: 100%;
  }
}
body.contact #contents table tr:nth-of-type(1) th, body.contact #contents table tr:nth-of-type(1) td,
body.check #contents table tr:nth-of-type(1) th,
body.check #contents table tr:nth-of-type(1) td,
body.complete #contents table tr:nth-of-type(1) th,
body.complete #contents table tr:nth-of-type(1) td {
  border-top: none;
}
body.contact #contents .policy_link,
body.check #contents .policy_link,
body.complete #contents .policy_link {
  margin-bottom: 20px;
}
body.contact #contents .policy_link a,
body.check #contents .policy_link a,
body.complete #contents .policy_link a {
  color: #0000ff;
  text-decoration: underline;
}
body.contact #contents .checkarea,
body.check #contents .checkarea,
body.complete #contents .checkarea {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body.contact #contents .checkarea,
  body.check #contents .checkarea,
  body.complete #contents .checkarea {
    margin-bottom: 5%;
  }
}
body.contact #contents .checkarea .checkarea_box,
body.check #contents .checkarea .checkarea_box,
body.complete #contents .checkarea .checkarea_box {
  margin-top: 20px;
}
body.contact #contents .checkarea .mwform-checkbox-field.horizontal-item,
body.check #contents .checkarea .mwform-checkbox-field.horizontal-item,
body.complete #contents .checkarea .mwform-checkbox-field.horizontal-item {
  margin: 0 0.5em 0;
}
@media screen and (max-width: 768px) {
  body.contact #contents .checkarea .mwform-checkbox-field.horizontal-item,
  body.check #contents .checkarea .mwform-checkbox-field.horizontal-item,
  body.complete #contents .checkarea .mwform-checkbox-field.horizontal-item {
    display: block;
    margin: 0;
  }
}
body.contact #contents .submit_area,
body.check #contents .submit_area,
body.complete #contents .submit_area {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body.contact #contents .submit_area,
  body.check #contents .submit_area,
  body.complete #contents .submit_area {
    margin-top: 5%;
  }
}
@media screen and (max-width: 480px) {
  body.contact #contents .submit_area,
  body.check #contents .submit_area,
  body.complete #contents .submit_area {
    margin-top: 7%;
  }
}
body.contact #contents .submit_area .wpcf7-form-control.wpcf7-previous,
body.contact #contents .submit_area input[type=submit], body.contact #contents .submit_area button,
body.check #contents .submit_area .wpcf7-form-control.wpcf7-previous,
body.check #contents .submit_area input[type=submit],
body.check #contents .submit_area button,
body.complete #contents .submit_area .wpcf7-form-control.wpcf7-previous,
body.complete #contents .submit_area input[type=submit],
body.complete #contents .submit_area button {
  margin-bottom: 20px;
  color: #fff;
  background: #534741;
  width: 100%;
  max-width: 450px;
  padding: 20px 10px;
  border: 1px solid #534741;
}
body.contact #contents .submit_area .wpcf7-form-control.wpcf7-previous:hover,
body.contact #contents .submit_area input[type=submit]:hover, body.contact #contents .submit_area button:hover,
body.check #contents .submit_area .wpcf7-form-control.wpcf7-previous:hover,
body.check #contents .submit_area input[type=submit]:hover,
body.check #contents .submit_area button:hover,
body.complete #contents .submit_area .wpcf7-form-control.wpcf7-previous:hover,
body.complete #contents .submit_area input[type=submit]:hover,
body.complete #contents .submit_area button:hover {
  color: #534741;
  background: #fff;
}
body.contact #contents .submit_area .wpcf7-form-control.wpcf7-previous:before,
body.contact #contents .submit_area input[type=submit]:before, body.contact #contents .submit_area button:before,
body.check #contents .submit_area .wpcf7-form-control.wpcf7-previous:before,
body.check #contents .submit_area input[type=submit]:before,
body.check #contents .submit_area button:before,
body.complete #contents .submit_area .wpcf7-form-control.wpcf7-previous:before,
body.complete #contents .submit_area input[type=submit]:before,
body.complete #contents .submit_area button:before {
  transform: rotate(180deg);
  right: auto;
  left: 10px;
}
body.contact #contents .submit_area .wpcf7-spinner,
body.check #contents .submit_area .wpcf7-spinner,
body.complete #contents .submit_area .wpcf7-spinner {
  display: none;
}
body.contact #contents .submit_area .submit_area_inner,
body.check #contents .submit_area .submit_area_inner,
body.complete #contents .submit_area .submit_area_inner {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  body.contact #contents .submit_area .submit_area_inner,
  body.check #contents .submit_area .submit_area_inner,
  body.complete #contents .submit_area .submit_area_inner {
    margin-top: 5%;
  }
}
@media screen and (max-width: 480px) {
  body.contact #contents .submit_area .submit_area_inner,
  body.check #contents .submit_area .submit_area_inner,
  body.complete #contents .submit_area .submit_area_inner {
    margin-top: 7%;
  }
}
body.contact #contents .wpcf7 form .wpcf7-response-output,
body.check #contents .wpcf7 form .wpcf7-response-output,
body.complete #contents .wpcf7 form .wpcf7-response-output {
  display: none;
}
@media screen and (max-width: 480px) {
  body.contact .cmn_cta .cmn_txt img,
  body.check .cmn_cta .cmn_txt img,
  body.complete .cmn_cta .cmn_txt img {
    max-width: 280px;
  }
}

body.check .contact_top {
  display: none;
}
body.check table tr td small {
  display: none;
}
body.check .btn_area input {
  margin-bottom: 30px;
}

body.complete .contact_top {
  display: none;
}

body:not(.page-id-487) .grecaptcha-badge {
  visibility: hidden;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  404                                                   */
.error404 #contents {
  text-align: center;
  padding: 90px 0 120px;
}
@media screen and (max-width: 768px) {
  .error404 #contents {
    padding: 9% 0 12%;
  }
}
@media screen and (max-width: 480px) {
  .error404 #contents {
    padding: 11% 0 14%;
  }
}
.error404 #contents .error-disc {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .error404 #contents .error-disc {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .error404 #contents .error-disc {
    font-size: 1.6rem;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  privacy                                                   */
.privacy #contents {
  padding: 90px 0 120px;
}
@media screen and (max-width: 768px) {
  .privacy #contents {
    padding: 9% 0 12%;
  }
}
@media screen and (max-width: 480px) {
  .privacy #contents {
    padding: 11% 0 14%;
  }
}
.privacy #contents .right {
  text-align: right;
}
.privacy #contents .last {
  margin-top: 30px;
}
.privacy #contents * {
  color: #333;
}
.privacy #contents p, .privacy #contents li, .privacy #contents dd {
  font-size: 1.4rem;
}
.privacy #contents p {
  margin-bottom: 20px;
}
.privacy #contents dt {
  margin: 40px 0 10px;
  font-weight: bold;
  line-height: 1.4;
}
.privacy #contents ul {
  margin: 10px 0 20px;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  office                                                   */
.office #contents {
  padding: 90px 0 120px;
}
@media screen and (max-width: 768px) {
  .office #contents {
    padding: 9% 0 12%;
  }
}
@media screen and (max-width: 480px) {
  .office #contents {
    padding: 11% 0 14%;
  }
}
.office #contents .ceo {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .office #contents .ceo {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 480px) {
  .office #contents .ceo {
    margin-bottom: 13%;
  }
}
.office #contents .ceo h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .office #contents .ceo h2 {
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 480px) {
  .office #contents .ceo h2 {
    margin-bottom: 8%;
  }
}
.office #contents .ceo h3 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 30px;
}
.office #contents .ceo h3 * {
  font-weight: 500;
}
.office #contents .ceo h3 span {
  font-size: 2.8rem;
}
.office #contents .ceo_name {
  text-align: center;
  font-size: 1.8rem;
  margin-top: 20px;
}
.office #contents .ceo_name small {
  font-size: 1.4rem;
  padding-right: 20px;
}
.office #contents .ceo .flex_l {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .office #contents .ceo .flex_l {
    width: 100%;
    margin-bottom: 40px;
  }
}
.office #contents .ceo .flex_r {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .office #contents .ceo .flex_r {
    width: 100%;
  }
}
.office #contents .ceo .flex_r p {
  color: #333;
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.office #contents .ceo .flex_r p:last-child {
  margin-bottom: 0;
}
.office #contents .company {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .office #contents .company {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 480px) {
  .office #contents .company {
    margin-bottom: 13%;
  }
}
.office #contents .company table {
  width: 100%;
  border-collapse: collapse;
  color: #333;
}
.office #contents .company table tr th, .office #contents .company table tr td {
  padding: 2%;
  border: 1px solid #333333;
}
.office #contents .company table tr th {
  width: 30%;
  background: #ede9e6;
  text-align: center;
  vertical-align: middle;
  font-size: 1.6rem;
}
@media screen and (max-width: 480px) {
  .office #contents .company table tr th {
    font-size: 1.4rem;
  }
}
.office #contents .company table tr td {
  width: 70%;
  background: #fff;
}
.office #contents .access {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .office #contents .access {
    margin-bottom: 110px;
  }
}
@media screen and (max-width: 480px) {
  .office #contents .access {
    margin-bottom: 13%;
  }
}
.office #contents .access .flex {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .office #contents .access .flex {
    margin-bottom: 3%;
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .office #contents .access .flex {
    margin-bottom: 5%;
    display: block;
  }
  .office #contents .access .flex_l {
    margin-bottom: 20px;
  }
}
.office #contents .access .map {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .office #contents .access .map {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 768px) {
  .office #contents .access .map {
    margin-bottom: 8%;
  }
}
@media screen and (max-width: 768px) {
  .office #contents .access .map iframe {
    max-height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .office #contents .access .map iframe {
    max-height: 220px;
  }
}
.office #contents .access .access_address {
  margin: 30px 0 50px;
}
@media screen and (max-width: 768px) {
  .office #contents .access .access_address {
    margin: 3% 0 5%;
  }
}
@media screen and (max-width: 480px) {
  .office #contents .access .access_address {
    margin: 5% 0 7%;
    font-size: 1.3rem;
  }
}
.office #contents .area {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .office #contents .area {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 480px) {
  .office #contents .area {
    margin-bottom: 14%;
  }
}
.office #contents .area_box {
  padding: 20px;
  margin: 50px 0 20px;
  background: #e7e2d9;
}
@media screen and (max-width: 768px) {
  .office #contents .area_box {
    padding: 2%;
    margin-top: 5%;
  }
}
@media screen and (max-width: 480px) {
  .office #contents .area_box {
    padding: 4%;
    margin-top: 7%;
  }
}
.office #contents .area_box p {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .office #contents .area_box p:nth-of-type(1) {
    margin-top: 20px;
  }
}
.office #contents .area_box p:last-child {
  margin-top: 20px;
}
.office #contents .area_box .flex_l {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .office #contents .area_box .flex_l {
    width: 100%;
  }
}
.office #contents .area_box .flex_l img {
  margin: 0;
}
.office #contents .area_box .flex_r {
  width: 53%;
}
@media screen and (max-width: 768px) {
  .office #contents .area_box .flex_r {
    width: 100%;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  flowfaq                                                   */
.flowfaq #contents .flow {
  background: #e7e2d9;
  padding: 90px 0 120px;
}
@media screen and (max-width: 768px) {
  .flowfaq #contents .flow {
    padding: 9% 0 12%;
  }
}
@media screen and (max-width: 480px) {
  .flowfaq #contents .flow {
    padding: 11% 0 14%;
  }
}
.flowfaq #contents .flow_disc {
  text-align: center;
}
.flowfaq #contents .flow_disc p {
  margin-bottom: 30px;
}
.flowfaq #contents .flow ul li {
  padding: 40px 30px;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
.flowfaq #contents .flow ul li:nth-of-type(even) {
  background: #e7e2d9;
}
@media screen and (max-width: 768px) {
  .flowfaq #contents .flow ul li {
    padding: 4% 3%;
  }
}
@media screen and (max-width: 480px) {
  .flowfaq #contents .flow ul li {
    padding: 6% 5%;
  }
}
.flowfaq #contents .flow ul li .icon {
  width: 15%;
}
@media screen and (max-width: 480px) {
  .flowfaq #contents .flow ul li .icon {
    width: 13%;
  }
}
.flowfaq #contents .flow ul li .icon img {
  margin: 0;
}
.flowfaq #contents .flow ul li dl {
  width: 85%;
}
.flowfaq #contents .flow ul li dl dt {
  font-size: 2.4rem;
  margin-bottom: 15px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .flowfaq #contents .flow ul li dl dt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .flowfaq #contents .flow ul li dl dt {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.flowfaq #contents .flow ul li dl dt small {
  font-size: 1.8rem;
}
@media screen and (max-width: 480px) {
  .flowfaq #contents .flow ul li dl dt small {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .flowfaq #contents .flow ul li dl dd {
    font-size: 1.4rem;
  }
}
.flowfaq #contents .flow ul li dl dd:nth-of-type(2) {
  margin-top: 20px;
}
.flowfaq #contents .flow ul li dl dd a {
  margin: 30px 0 0 auto;
}
.flowfaq #contents .flow .step_free {
  margin-bottom: 20px;
  background-color: #534741;
  background-image: repeating-linear-gradient(-45deg, #4c4241, #4c4241 7px, transparent 0, transparent 14px);
}
.flowfaq #contents .flow .step_free p {
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  font-size: 2.4rem;
}
@media screen and (max-width: 480px) {
  .flowfaq #contents .flow .step_free p {
    font-size: 1.6rem;
  }
}
.flowfaq #contents .flow .step_free p .triangle {
  border-right: 12px solid transparent;
  border-bottom: 17.6025px solid #fff;
  border-left: 12px solid transparent;
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-right: 20px;
}
.flowfaq #contents .faq {
  padding: 90px 0 120px;
}
@media screen and (max-width: 768px) {
  .flowfaq #contents .faq {
    padding: 9% 0 12%;
  }
}
@media screen and (max-width: 480px) {
  .flowfaq #contents .faq {
    padding: 11% 0 14%;
  }
}
.flowfaq #contents .faq h2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .flowfaq #contents .faq h2 {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 480px) {
  .flowfaq #contents .faq h2 {
    margin-bottom: 7%;
  }
}
.flowfaq #contents .faq ul li {
  margin-bottom: 30px;
}
.flowfaq #contents .faq ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .flowfaq #contents .faq ul li {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 480px) {
  .flowfaq #contents .faq ul li {
    margin-bottom: 5%;
  }
}
.flowfaq #contents .faq ul li .accordion_one {
  padding: 15px 20px;
  border: 1px solid #ccc;
  background-color: #efefef;
}
@media screen and (max-width: 480px) {
  .flowfaq #contents .faq ul li .accordion_one {
    padding: 2% 3%;
  }
}
.flowfaq #contents .faq ul li .accordion_one .ac_header {
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
  padding: 20px 0;
}
.flowfaq #contents .faq ul li .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.flowfaq #contents .faq ul li .accordion_one .ac_header .i_box:before,
.flowfaq #contents .faq ul li .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.flowfaq #contents .faq ul li .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #1d263a;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.flowfaq #contents .faq ul li .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #1d263a;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: 0.3s;
}
.flowfaq #contents .faq ul li .accordion_one .ac_header.open .i_box:after {
  height: 0;
}
.flowfaq #contents .faq ul li .accordion_one .ac_inner {
  display: none;
  box-sizing: border-box;
  padding: 20px 0;
  border-top: 1px solid #ccc;
}
.flowfaq #contents .faq ul li .accordion_one .ac_inner a {
  margin: 30px 0 0 auto;
}
@media screen and (max-width: 736px) {
  .flowfaq #contents .faq ul li .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .flowfaq #contents .faq ul li .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .flowfaq #contents .faq ul li .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
}
.flowfaq #contents .faq ul li .p-faq__headinner {
  display: block;
  padding-left: 55px;
  padding-right: 30px;
  position: relative;
  line-height: 1.5;
}
.flowfaq #contents .faq ul li .p-faq__headinner::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  height: 44px;
  display: block;
  background: url(../images/flowfaq/faq_q.svg) no-repeat center/cover;
}
@media screen and (max-width: 736px) {
  .flowfaq #contents .faq ul li .p-faq__headinner::before {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 736px) {
  .flowfaq #contents .faq ul li .p-faq__headinner {
    padding-left: 35px;
  }
  .flowfaq #contents .faq ul li .p-faq__headinner::before {
    font-size: 14px;
  }
  .flowfaq #contents .faq ul li p.p-faq__q-txt {
    font-size: 14px;
  }
}
.flowfaq #contents .faq ul li .p-faq__bodyinner {
  display: block;
  padding-left: 55px;
  position: relative;
  line-height: 1.5;
}
.flowfaq #contents .faq ul li .p-faq__bodyinner::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 44px;
  height: 44px;
  display: block;
  background: url(../images/flowfaq/faq_a.svg) no-repeat center/cover;
}
@media screen and (max-width: 736px) {
  .flowfaq #contents .faq ul li .p-faq__bodyinner::before {
    width: 25px;
    height: 25px;
  }
}
@media screen and (max-width: 736px) {
  .flowfaq #contents .faq ul li .p-faq__bodyinner {
    padding-left: 35px;
  }
  .flowfaq #contents .faq ul li .p-faq__bodyinner::before {
    font-size: 14px;
  }
  .flowfaq #contents .faq ul li .p-faq__a-txt {
    font-size: 14px;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  works                                                   */
.post-type-archive-works #contents .works_cont,
.tag #contents .works_cont {
  padding: 70px 0 0;
}
@media screen and (max-width: 768px) {
  .post-type-archive-works #contents .works_cont,
  .tag #contents .works_cont {
    padding: 7% 0 0;
  }
}
@media screen and (max-width: 480px) {
  .post-type-archive-works #contents .works_cont,
  .tag #contents .works_cont {
    padding: 9% 0 0;
  }
}
.post-type-archive-works #contents .works_cont ul,
.tag #contents .works_cont ul {
  flex-wrap: wrap;
}
.post-type-archive-works #contents .works_cont ul li,
.tag #contents .works_cont ul li {
  width: 49%;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .post-type-archive-works #contents .works_cont ul li,
  .tag #contents .works_cont ul li {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 480px) {
  .post-type-archive-works #contents .works_cont ul li,
  .tag #contents .works_cont ul li {
    width: 100%;
    margin-bottom: 9%;
  }
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  service                                                   */
.service .pages_navi {
  padding: 15px 0;
  background: #ede9e6;
}
@media screen and (max-width: 768px) {
  .service .pages_navi {
    padding: 0;
  }
}
.service .pages_navi .pages_navi_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .service .pages_navi .pages_navi_pc {
    display: none;
  }
}
.service .pages_navi .pages_navi_pc nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .service .pages_navi .pages_navi_pc nav ul {
    justify-content: flex-start;
  }
}
.service .pages_navi .pages_navi_pc nav ul li {
  width: 20%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service .pages_navi .pages_navi_pc nav ul li {
    width: 100%;
  }
}
.service .pages_navi .pages_navi_pc nav ul li:before {
  content: "";
  width: 1px;
  height: 90%;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.service .pages_navi .pages_navi_pc nav ul li:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 90%;
  background: #ddd;
}
.service .pages_navi .pages_navi_pc nav ul li a {
  color: #4f4f4f;
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  padding: 15px 0;
}
.service .pages_navi .pages_navi_pc nav ul li a .dli-chevron-down {
  display: block;
  vertical-align: middle;
  color: #4f4f4f;
  line-height: 1;
  width: 10px;
  height: 10px;
  margin: 0 auto;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}
.service .pages_navi .pages_navi_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .service .pages_navi .pages_navi_sp {
    display: block;
  }
  .service .pages_navi .pages_navi_sp h3 {
    text-align: center;
    position: relative;
    padding: 3.5% 0;
  }
  .service .pages_navi .pages_navi_sp h3 .dli-chevron-inner {
    padding: 5px;
    background: #fff;
    border-radius: 100%;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    line-height: 18px;
    width: 30px;
    height: 30px;
  }
  .service .pages_navi .pages_navi_sp h3 .dli-chevron-down {
    display: inline-block;
    vertical-align: middle;
    color: #4f4f4f;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
  }
  .service .pages_navi .pages_navi_sp h3.open .dli-chevron-inner {
    transform: rotate(180deg);
  }
  .service .pages_navi .pages_navi_sp .pages_navi_sp_inner {
    display: none;
  }
  .service .pages_navi .pages_navi_sp .pages_navi_sp_inner.open {
    display: block;
  }
  .service .pages_navi .pages_navi_sp .pages_navi_sp_inner ul li a {
    color: #4f4f4f;
    display: block;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    border-top: 1px solid #ddd;
    background: #efefef;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .service .pages_navi .pages_navi_sp .pages_navi_sp_inner ul li a {
    padding: 15px;
  }
}
.service .pages_navi.fix {
  position: fixed;
  top: 97px;
  left: 0;
  width: 100%;
  z-index: 10;
  transition: 0.3s;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1080px) {
  .service .pages_navi.fix {
    top: 79px;
  }
}
@media screen and (max-width: 768px) {
  .service .pages_navi.fix {
    top: 97px;
  }
}
@media screen and (max-width: 480px) {
  .service .pages_navi.fix {
    top: 62px;
  }
}
.service #contents .intro {
  padding: 70px 0 60px;
}
@media screen and (max-width: 768px) {
  .service #contents .intro {
    padding: 7% 0 6%;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .intro {
    padding: 9% 0 8%;
  }
}
.service #contents .intro .ukaisstyle {
  margin-bottom: 50px;
  /* その場で */
}
@media screen and (max-width: 768px) {
  .service #contents .intro .ukaisstyle {
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .intro .ukaisstyle {
    margin-bottom: 7%;
  }
}
.service #contents .intro .ukaisstyle .fade {
  animation-name: fadeAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.service #contents .intro .ukaisstyle .fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.service #contents .intro .ukaisstyle .fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.service #contents .intro .ukaisstyle .fadeTop {
  animation-name: fadeTopAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeTopAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.service #contents .intro_disc {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .service #contents .intro_disc {
    margin-top: 6%;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .intro_disc {
    margin-top: 8%;
  }
}
.service #contents .intro_disc p {
  margin-bottom: 30px;
}
.service #contents .intro_disc p:last-child {
  margin-bottom: 0;
}
.service #contents .service_list {
  padding: 0 0 80px;
  background: #ede9e6;
}
@media screen and (max-width: 768px) {
  .service #contents .service_list {
    padding: 0 0 6%;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .service_list {
    padding: 0 0 8%;
  }
}
.service #contents .service_list ul.flex {
  margin-top: 90px;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: url(../images/service/intro_bg.png) no-repeat 120% 97%/auto;
}
@media screen and (max-width: 768px) {
  .service #contents .service_list ul.flex {
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .service_list ul.flex {
    display: block;
    padding-bottom: 300px;
    background-position: center bottom;
    background-size: 320px auto;
  }
}
.service #contents .service_list ul.flex li {
  width: 31%;
  background: #fff;
  margin-bottom: 40px;
  margin-right: 3.5%;
}
.service #contents .service_list ul.flex li:nth-of-type(3) {
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .service #contents .service_list ul.flex li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 4%;
  }
  .service #contents .service_list ul.flex li:nth-of-type(3) {
    margin-right: 2%;
  }
  .service #contents .service_list ul.flex li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .service_list ul.flex li {
    margin-bottom: 6%;
    width: 100%;
    margin-right: 0;
  }
}
.service #contents .service_list ul.flex li .service_list_txt {
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.service #contents .service_list ul.flex li .service_list_txt_ttl {
  color: #534741;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 2rem;
}
.service #contents .service_list ul.flex li .service_list_txt_ttl small {
  font-size: 1.6rem;
}
.service #contents .service_list ul.flex li .service_list_txt p {
  font-size: 1.4rem;
}
.service #contents .service_list ul.flex li .service_list_txt p.fc_red {
  color: #ce4a4a;
  font-size: 1.2rem;
}
.service #contents .plan {
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .service #contents .plan {
    padding: 0 0 8%;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .plan {
    padding: 0 0 10%;
  }
}
.service #contents .plan_ttl {
  background: url(../images/service/plan_bg.jpg) no-repeat center/cover;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .service #contents .plan_ttl {
    padding: 7% 0;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .plan_ttl {
    padding: 9% 0;
  }
}
.service #contents .plan_cont_disc {
  text-align: center;
  margin: 50px 0 120px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .service #contents .plan_cont_disc {
    margin: 5% 0 12%;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .plan_cont_disc {
    margin: 7% 0 14%;
  }
}
.service #contents .plan_cont dl.case_box {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .service #contents .plan_cont dl.case_box {
    margin-bottom: 15%;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .plan_cont dl.case_box {
    margin-bottom: 23%;
  }
}
.service #contents .plan_cont dl.case_box dt {
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  background: #e7e2d9;
  border-top: 3px solid #808080;
}
@media screen and (max-width: 768px) {
  .service #contents .plan_cont dl.case_box dt {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .plan_cont dl.case_box dt {
    margin-bottom: 5%;
    padding: 10px 10px;
  }
}
.service #contents .plan_cont dl.case_box dt:before {
  content: "";
  display: block;
  width: 124px;
  height: 72px;
  position: absolute;
  top: -59px;
  left: 20px;
}
@media screen and (max-width: 768px) {
  .service #contents .plan_cont dl.case_box dt:before {
    width: 90px;
    height: 34px;
    top: -34px;
    left: 10px;
  }
}
.service #contents .plan_cont dl.case_box dt span {
  font-size: 2.2rem;
  position: relative;
  display: block;
  padding-left: 33px;
}
@media screen and (max-width: 480px) {
  .service #contents .plan_cont dl.case_box dt span {
    font-size: 1.8rem;
  }
}
.service #contents .plan_cont dl.case_box dt span:before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #808080;
}
.service #contents .plan_cont dl.case_box dd:nth-of-type(1) {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .service #contents .plan_cont dl.case_box dd:nth-of-type(1) {
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .plan_cont dl.case_box dd:nth-of-type(1) {
    margin-bottom: 5%;
  }
}
.service #contents .plan_cont dl.case_box:nth-of-type(1) dt:before {
  background: url(../images/service/case_icon01.svg) no-repeat center/100%;
}
.service #contents .plan_cont dl.case_box:nth-of-type(2) dt:before {
  background: url(../images/service/case_icon02.svg) no-repeat center/100%;
}
.service #contents .plan_cont dl.case_box:nth-of-type(3) dt:before {
  background: url(../images/service/case_icon03.svg) no-repeat center/100%;
}
.service #contents .plan_cont dl.case_box:nth-of-type(4) dt:before {
  background: url(../images/service/case_icon04.svg) no-repeat center/100%;
}
.service #contents .management {
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .service #contents .management {
    padding: 0 0 8%;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .management {
    padding: 0 0 10%;
  }
}
.service #contents .management_ttl {
  background: url(../images/service/management_bg.jpg) no-repeat center/cover;
  padding: 70px 0;
}
@media screen and (max-width: 768px) {
  .service #contents .management_ttl {
    padding: 7% 0;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .management_ttl {
    padding: 9% 0;
  }
}
.service #contents .management_cont_disc {
  text-align: center;
  margin: 50px 0 120px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .service #contents .management_cont_disc {
    margin: 5% 0 12%;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .management_cont_disc {
    margin: 7% 0 14%;
  }
}
.service #contents .management_cont_box {
  padding-top: 65px;
}
@media screen and (max-width: 768px) {
  .service #contents .management_cont_box {
    padding-top: 6.5%;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .management_cont_box {
    padding-top: 8.5%;
  }
}
.service #contents .management_cont_box_disc p {
  margin-bottom: 30px;
}
.service #contents .management_cont_box_disc p:last-child {
  margin-bottom: 0;
}
.service #contents .management_cont_box h3 {
  position: relative;
  padding-left: 20px;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .service #contents .management_cont_box h3 {
    margin-bottom: 2.5%;
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .management_cont_box h3 {
    font-size: 1.8rem;
    margin-bottom: 4.5%;
    padding-left: 15px;
  }
}
.service #contents .management_cont_box h3:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(../images/common/icon_ttl.svg) no-repeat center/cover;
}
@media screen and (max-width: 480px) {
  .service #contents .management_cont_box h3:before {
    width: 10px;
    height: 10px;
  }
}
.service #contents .management_cont_box_arrow {
  border: 1px dotted #534741;
  margin: 45px 0 60px;
}
@media screen and (max-width: 768px) {
  .service #contents .management_cont_box_arrow {
    margin: 5% 0 6%;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .management_cont_box_arrow {
    margin: 7% 0 8%;
  }
}
.service #contents .management_cont_box_arrow h4 {
  text-align: center;
  color: #fff;
  background: #534741;
  font-size: 2.4rem;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .service #contents .management_cont_box_arrow h4 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .management_cont_box_arrow h4 {
    font-size: 1.8rem;
  }
}
.service #contents .management_cont_box_arrow ul {
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .service #contents .management_cont_box_arrow ul {
    padding: 3%;
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .management_cont_box_arrow ul {
    padding: 5%;
    display: block;
  }
}
.service #contents .management_cont_box_arrow ul li {
  width: 31%;
}
@media screen and (max-width: 480px) {
  .service #contents .management_cont_box_arrow ul li {
    width: 100%;
    margin-bottom: 5%;
  }
}
.service #contents .management_cont_box_arrow ul li h5 {
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .service #contents .management_cont_box_arrow ul li h5 {
    margin-bottom: 10px;
  }
}
.service #contents .management_cont_box_arrow ul li p {
  font-size: 1.4rem;
}
.service #contents .management_cont_box_flow {
  margin: 45px 0 60px;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .service #contents .management_cont_box_flow {
    margin: 5% 0 6%;
    padding: 3%;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .management_cont_box_flow {
    margin: 7% 0 8%;
    padding: 5%;
  }
}
.service #contents .management_cont_box_flow dl {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #e7e2d9;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .service #contents .management_cont_box_flow dl {
    display: block;
  }
}
.service #contents .management_cont_box_flow dl:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.service #contents .management_cont_box_flow dl dt {
  color: #fff;
  text-align: center;
  background: #534741;
  display: block;
  width: 230px;
  padding: 10px 15px;
  width: 25%;
  position: relative;
}
@media screen and (max-width: 1020px) {
  .service #contents .management_cont_box_flow dl dt {
    font-size: 1.4rem;
    padding: 10px 5px;
    width: 300px;
  }
}
@media screen and (max-width: 600px) {
  .service #contents .management_cont_box_flow dl dt {
    width: 250px;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .management_cont_box_flow dl dt {
    width: 100%;
  }
}
.service #contents .management_cont_box_flow dl dt:after {
  content: "";
  position: absolute;
  width: 22px;
  height: 100%;
  top: 0;
  bottom: 0;
  right: -22px;
  margin: auto;
  background: url(../images/service/management_arrow.svg) no-repeat center/cover;
}
@media screen and (max-width: 480px) {
  .service #contents .management_cont_box_flow dl dt:after {
    content: none;
  }
}
.service #contents .management_cont_box_flow dl dd {
  width: 72%;
  padding-left: 2%;
  margin-left: 3%;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  .service #contents .management_cont_box_flow dl dd {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    margin-top: 4%;
  }
}
.service #contents .management_cont_box_price table {
  background: #fff;
  border: 1px solid #a29991;
  margin-bottom: 20px;
}
.service #contents .management_cont_box_price table tr:nth-of-type(1) th {
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  background: #a29991;
  padding: 20px;
}
@media screen and (max-width: 480px) {
  .service #contents .management_cont_box_price table tr:nth-of-type(1) th {
    font-size: 2rem;
    padding: 3% 4%;
  }
}
.service #contents .management_cont_box_price table tr:nth-of-type(2) th, .service #contents .management_cont_box_price table tr:nth-of-type(2) td {
  padding: 1% 5%;
}
.service #contents .management_cont_box_price table tr:nth-of-type(2) th {
  width: 60%;
  color: #333;
  font-size: 2rem;
  font-weight: 500;
  background: #efefef;
}
@media screen and (max-width: 480px) {
  .service #contents .management_cont_box_price table tr:nth-of-type(2) th {
    font-size: 1.6rem;
  }
}
.service #contents .management_cont_box_price table tr:nth-of-type(2) td {
  width: 40%;
  font-size: 7.8rem;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .service #contents .management_cont_box_price table tr:nth-of-type(2) td {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 568px) {
  .service #contents .management_cont_box_price table tr:nth-of-type(2) td {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .management_cont_box_price table tr:nth-of-type(2) td {
    font-size: 2.8rem;
    text-align: center;
  }
}
.service #contents .management_cont_box_price table tr:nth-of-type(2) td small {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .service #contents .management_cont_box_price table tr:nth-of-type(2) td small {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .management_cont_box_price table tr:nth-of-type(2) td small {
    font-size: 1.4rem;
  }
}
.service #contents .care {
  padding: 100px 0 120px;
}
@media screen and (max-width: 768px) {
  .service #contents .care {
    padding: 10% 0 12%;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .care {
    padding: 12% 0 14%;
  }
}
.service #contents .care_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .service #contents .care_list {
    display: block;
  }
}
.service #contents .care_list li {
  width: 33.333%;
  padding: 30px 20px;
}
@media screen and (max-width: 768px) {
  .service #contents .care_list li {
    width: 100%;
  }
}
.service #contents .care_list li h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
}
.service #contents .care_list li p {
  font-size: 1.4rem;
}
.service #contents .care_list li:nth-of-type(1) {
  background: #e7e2d9;
}
.service #contents .care_list li:nth-of-type(1) * {
  color: #534741;
}
.service #contents .care_list li:nth-of-type(2) {
  background: #a29991;
}
.service #contents .care_list li:nth-of-type(2) * {
  color: #fff;
}
.service #contents .care_list li:nth-of-type(3) {
  background: #808080;
}
.service #contents .care_list li:nth-of-type(3) * {
  color: #fff;
}
.service #contents .care_bottom {
  margin: 65px 0 0;
}
@media screen and (max-width: 768px) {
  .service #contents .care_bottom {
    margin: 6% 0 0;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .care_bottom {
    margin: 8% 0 0;
  }
}
@media screen and (max-width: 768px) {
  .service #contents .care_bottom .flex {
    display: flex;
    flex-direction: column-reverse;
  }
}
.service #contents .care_bottom .flex_l {
  width: 52%;
}
@media screen and (max-width: 768px) {
  .service #contents .care_bottom .flex_l {
    width: 100%;
  }
}
.service #contents .care_bottom .flex_r {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .service #contents .care_bottom .flex_r {
    width: 100%;
    margin-bottom: 20px;
  }
}
.service #contents .care_bottom .flex_r h4 {
  font-size: 1.8rem;
  border-left: 7px solid #534741;
  background: #e7e2d9;
  padding: 10px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .service #contents .care_bottom .flex_r h4 {
    font-size: 1.6rem;
  }
}
.service #contents .others {
  padding: 100px 0 120px;
}
@media screen and (max-width: 768px) {
  .service #contents .others {
    padding: 10% 0 12%;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .others {
    padding: 12% 0 14%;
  }
}
.service #contents .others_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .service #contents .others_list {
    display: block;
  }
}
.service #contents .others_list li {
  width: 32%;
  border-right: 1px solid #efefef;
  margin-right: 1.5%;
  padding-right: 1.5%;
}
.service #contents .others_list li:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 1.5%;
}
@media screen and (max-width: 768px) {
  .service #contents .others_list li {
    width: 100%;
    margin-right: 0;
    border-right: none;
    padding-right: 0;
    margin-bottom: 5%;
  }
}
@media screen and (max-width: 480px) {
  .service #contents .others_list li {
    margin-bottom: 7%;
  }
}
.service #contents .others_list li .icon_others {
  margin-bottom: 20px;
}
.service #contents .others_list li h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.8rem;
  color: #534741;
}
.service #contents .others_list li h3 small {
  font-size: 1.3rem;
}
.service #contents .others_list li p {
  font-size: 1.4rem;
}

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~/
/  loading                                                   */
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #fff;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash_logo img {
  width: 360px;
}

.splash_img {
  opacity: 0.3;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime; /*アニメーションの名前*/
  -webkit-animation-duration: 2s;
  animation-duration: 2s; /*アニメーションの実行時間*/
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; /*アニメーション後、要素が表示されたままにする*/
}

@-webkit-keyframes fadeUpAnime {
  0% {
    opacity: 0; /*非表示*/
    -webkit-transform: translateY(100px);
    transform: translateY(100px); /*縦方向に100pxずらす*/
  }
  100% {
    opacity: 1; /*表示*/
    -webkit-transform: translateY(0);
    transform: translateY(0); /*元の位置*/
  }
}
@keyframes fadeUpAnime {
  0% {
    opacity: 0; /*非表示*/
    -webkit-transform: translateY(100px);
    transform: translateY(100px); /*縦方向に100pxずらす*/
  }
  100% {
    opacity: 1; /*表示*/
    -webkit-transform: translateY(0);
    transform: translateY(0); /*元の位置*/
  }
}
.fadeUpTrigger {
  opacity: 0; /*非表示*/
}

.splash_img img {
  width: 100%;
}
@media screen and (max-width: 1320px) {
  .splash_img img {
    height: 100vh;
    object-fit: cover;
  }
}/*# sourceMappingURL=style.css.map */