@charset "utf-8";
/* base */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background: #ffeb00;
  font-size: 2.8vw;
  line-height: 1.809523;
  padding-top: 10.6666666667vw;
  font-family:
    "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Meiryo, sans-serif;
}
body.page-id-75,
body.page-id-101 {
  background: white;
}
img {
  max-width: 100%;
  height: auto;
}
ul {
  list-style: none;
}
a,
input[type="checkbox"],
textarea {
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
/* class */
.center {
  text-align: center;
}
.brown_block {
  background: #503830;
  color: white;
  text-align: center;
}
.bold {
  font-weight: bold;
}
/* header */
.header {
  text-align: center;
  position: absolute;
  top: 0;
  width: 100vw;
  padding: 4vw;
  background: white;
}
.header h1 {
  line-height: 1;
}
.header.ready {
  position: fixed;
  top: -26.6666666667vw;
  padding: 1.0666666667vw 4vw;
  z-index: 10000;
}
.header.ready .nav_btn {
  top: 3.0666666667vw;
}
.header.ready.show {
  top: 0;
  background: rgba(255, 255, 255, 0.95);
  transition: 1s;
}
.header.on.ready.show {
  background: none;
}
.header.on.ready.show h1 {
  display: none;
}
.logo {
  width: 42.4vw;
}
.nav_btn {
  width: 6.9333333333vw;
  position: absolute;
  right: 6vw;
  top: 6vw;
  z-index: 151;
}
/* menu */
.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 6.9333333333vw;
  height: 5.4666666667vw;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 6.9333333333vw;
  height: 0.8vw;
  background-color: black;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 2.3333333333vw;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(2.3333333333vw) rotate(-45deg);
  transform: translateY(2.3333333333vw) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 0.8s forwards;
  animation: active-menu-bar02 0.8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-2.3333333333vw) rotate(45deg);
  transform: translateY(-2.3333333333vw) rotate(45deg);
}
/* top */
.home .hero {
  position: relative;
}
.home .hero .top_hero_jisseki {
  width: 32vw;
  position: absolute;
  bottom: 21vw;
  right: -2.6666666667vw;
}
.hero_img,
.hero_bottom_img {
  width: 93.6vw;
}
.wrapper {
  padding: 3.2vw;
}
.text {
  line-height: 2.047619;
}
.hero_bottom_notice {
  position: relative;
  line-height: 0;
  margin-bottom: 24px;
}
.hero_bottom_notice a img {
  position: absolute;
  right: 60px;
  bottom: 138px;
  transition: 0.3s;
}
.hero_bottom_notice a:hover img {
  opacity: 0.6;
}
.hero_bottom_notice .pc a img {
  max-width: 240px;
}
@media screen and (max-width: 1300px) {
  .hero_bottom_notice .pc a img {
    bottom: 10.6vw;
    right: 4.4vw;
    max-width: 20vw;
  }
}
.hero_bottom_notice .sp a img {
  max-width: 100%;
  width: 36.5vw;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 27vw;
}
.hero_bottom_text02 {
  margin: 4vw auto;
  width: 43.7333333333vw;
}
.infomation_new {
  margin: 4.8vw auto 0;
}
.infomation_new h3 .info_new.h3 {
  width: 46.6666666667vw;
}
.infomation_new ul.list {
  margin-top: 3.4666666667vw;
}
.infomation_new ul.list li a {
  padding: 2.1333333333vw 1.0666666667vw;
  font-size: 3.2vw;
  flex-wrap: wrap;
}
.infomation_new ul.list li a .date {
  flex: 0 100%;
  max-width: 100%;
}
.infomation_new ul.list li a .title {
  flex: 0 100%;
  max-width: 100%;
}
.bunbetsu {
  margin: 2.1333333333vw 0;
}
.bunbetsu img {
  width: 100%;
}
.work_btn {
  margin-top: 2.1333333333vw;
}
.work_btn a {
  display: block;
  text-align: center;
}
.work_btn a img {
  width: 78vw;
}
.work_btn.bff {
  margin-top: 9.6vw;
}
.image_nav {
  margin-bottom: 9.6vw;
  flex-wrap: wrap;
}
.image_nav li {
  flex: 0 50%;
  max-width: 50%;
  margin-bottom: 4vw;
}
.image_nav li:nth-child(odd) {
  padding-right: 1.3333333333vw;
}
.image_nav li:nth-child(even) {
  padding-left: 1.3333333333vw;
}
.fbb a {
  display: block;
}
.fbb .flex {
  display: flex;
}
.fbb .flex a {
  flex: 0 50%;
  max-width: 50%;
}
.fbb .flex a:first-child {
  padding-right: 1.0666666667vw;
}
.fbb .flex a:nth-child(2) {
  padding-left: 1.0666666667vw;
}
.intro01 {
  text-align: center;
}
.intro01 .intro01_text01 {
  margin: 8vw auto 4.6666666667vw;
  width: 56vw;
}
.intro01 .intro01_text02 {
  margin: 5.3333333333vw auto;
  width: 17.6vw;
}
.intro02 {
  text-align: center;
}
.intro02 .intro02 {
  width: 93.6vw;
}
.intro02 .intro02_img01 {
  width: 66.6666666667vw;
  margin-top: 4vw;
}
.intro02 + .work_btn.bff {
  margin-top: 1.6vw;
  margin-bottom: 7.7333333333vw;
}
.point .point_img {
  width: 89.4666666667vw;
}
.point dt {
  text-align: center;
  line-height: 0;
}
.point dd {
  width: 93.6vw;
  height: 33.3333333333vw;
  background: url(../images/point_bg.jpg) no-repeat center / cover;
  padding: 4vw 4.8vw;
  margin-bottom: 3.3333333333vw;
}
.point dd h3 {
  font-size: 4.2666666667vw;
  font-weight: 900;
  color: #503830;
}
.point dd p {
  line-height: 1.5;
}
.fukei {
  margin-top: 6.6666666667vw auto 9.3333333333vw;
}
.fukei .fukei_img {
  width: 49.6vw;
}
.fukei .slick {
  height: 30.6666666667vw;
  overflow: hidden;
}
.fukei .slide {
  width: 47.2vw !important;
}
.price {
  margin-top: 9.6vw;
}
.price .price_img {
  width: 60vw;
}
.price .ptable {
  background: url(../images/price_table_bg.jpg) no-repeat center / cover;
  width: 93.6vw;
  min-height: 68vw;
  padding: 5.3333333333vw;
}
.price .ptable .body {
  background: rgba(255, 255, 255, 0.85);
  padding: 2.6666666667vw;
}
.price .ptable .body table {
  border-collapse: collapse;
}
.price .ptable .body table + p {
  color: #d20000;
  font-size: 3.0666666667vw;
  font-weight: bold;
}
.price .ptable .body table + p span {
  display: block;
  font-size: 2.4vw;
}
.price .ptable .body th,
.price .ptable .body td {
  font-size: 2.8vw;
  padding: 2.1333333333vw 0;
  border-left: 1px solid #cdc8c8;
}
.price .ptable .body th:first-child,
.price .ptable .body td:first-child {
  border: none;
}
.price .ptable .body th {
  background: #503830;
  color: white;
  font-weight: bold;
  text-align: center;
}
.price .ptable .body th.madori {
  width: 14.1333333333vw;
}
.price .ptable .body th.ryokin {
  width: 24vw;
}
.price .ptable .body th.space {
  width: 1.0666666667vw;
}
.price .ptable .body td {
  font-weight: normal;
  font-size: 3.3vw;
}
.price .ptable .body tr {
  border-bottom: 1px solid #cdc8c8;
}
.works .exsample .body {
  min-height: auto;
}
.exsample {
  margin-top: 5.3333333333vw;
  text-align: center;
}
.exsample .exsample_img {
  width: 42.6666666667vw;
}
.exsample .exsample_h3_span_img {
  width: 12.9333333333vw;
}
.exsample .arrow {
  text-align: center;
}
.exsample .arrow .arrow_img {
  width: 10.9333333333vw;
}
.exsample .body .cat {
  margin-bottom: 2.6666666667vw;
}
.exsample .body .cat span.color {
  display: inline-block;
  color: white;
  border-radius: 2.4vw;
  margin: 0 1.2vw;
  font-size: 3.2vw;
  padding: 0 2.4vw;
  line-height: 1.5;
}
.exsample .body {
  width: 93.6vw;
  min-height: 120vw;
  background: url(../images/exsample_body_bg.png) repeat-y top / 100%;
  padding: 1.3333333333vw 0 0;
}
.exsample .body h2 {
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #503830;
  margin: 0 6.6666666667vw 2.1333333333vw;
  position: relative;
}
.exsample .body h2 span.border {
  width: 60.5333333333vw;
  border-bottom: 1px solid #503830;
  display: inline-block;
}
.exsample .body h2 .new_item {
  position: absolute;
  top: 0;
  left: 0;
  width: 14.9333333333vw;
}
.exsample .body h3 {
  color: #503830;
  font-size: 3.2vw;
  padding: 0 6.6666666667vw;
}
.exsample .body h3 span {
  display: block;
  border-bottom: 1px solid #503830;
  padding-bottom: 2vw;
}
.exsample .body h3 img {
  margin-right: 2vw;
  vertical-align: bottom;
}
.exsample .body .slide {
  padding: 4.4vw 16.2666666667vw 3.2vw;
}
.exsample .body .slide .image {
  width: 47.2vw;
  position: relative;
}
.exsample .body .slide .image:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  border: 3px solid #503830;
  width: 46.4vw;
  height: calc(100% - 6px);
  margin: auto;
}
.exsample .body .slide .image img {
  width: 47.2vw;
  margin: auto;
}
.exsample .body .table {
  border: 3px solid #503830;
  width: 80.2666666667vw;
  margin: 3.2vw auto 4vw;
}
.exsample .body .table dl {
  display: flex;
}
.exsample .body .table dl dt,
.exsample .body .table dl dd {
  padding: 1.3333333333vw 4vw;
  font-size: 3.3vw;
}
.exsample .body .table dl dt {
  flex: 0 41.5%;
  max-width: 41.5%;
  border-right: 1px solid #503830;
  border-bottom: 1px solid #503830;
  text-align: left;
}
.exsample .body .table dl dd {
  flex: 0 58.5%;
  max-width: 58.5%;
  border-bottom: 1px solid #503830;
  text-align: right;
}
.exsample .body .sum {
  text-align: right;
  padding: 0 6.6666666667vw;
  font-size: 4.2666666667vw;
  font-weight: bold;
}
.exsample .body .sum span {
  display: block;
  line-height: 1.2;
  font-size: 2.4vw;
}
.exsample .body .pw_top {
  margin: 0 6.6666666667vw;
  text-align: justify;
}
.other_work_h2 {
  background: #503830;
  border: none;
}
.other_work_h2 span {
  color: white;
  font-weight: bold;
}
.exsample_top {
  width: 93.6vw;
  height: 4vw;
  background: url(../images/exsample_top_body_bg.png) no-repeat top / 100%;
}
.exsample_bottom {
  width: 93.6vw;
  height: 4vw;
  background: url(../images/exsample_bottom_body_bg.png) no-repeat bottom / 100%;
}
.contact_close {
  margin-top: 6.1333333333vw;
  margin-bottom: 8.5333333333vw;
}
.contact_close .contact_close_img {
  width: 96.5333333333vw;
}
.contact_close a {
  padding: 10.1333333333vw 0 14.8vw;
  display: inline-block;
  width: 100%;
}
.infomation_new ul.list {
  border-bottom: 1px dashed #503830;
}
.infomation_new ul.list li {
  border-top: 1px dashed #503830;
}
.infomation_new ul.list li a {
  display: flex;
  color: #503830;
  text-decoration: none;
}
.infomation_new ul.box_list {
  border-top: 1px dashed #503830;
  display: flex;
  padding: 5.3333333333vw 0 0;
  justify-content: space-between;
}
.infomation_new ul.box_list li {
  display: flex;
}
.infomation_new ul.box_list li a .image {
  width: 26vw !important;
  min-height: 26vw !important;
}
.infomation_new ul.box_list li:first-child {
  justify-content: flex-start;
}
.infomation_new ul.box_list li:nth-child(2) {
  justify-content: center;
}
.infomation_new ul.box_list li:nth-child(3) {
  justify-content: flex-end;
}
.infomation_new ul.box_list .sdgs_cat span {
  display: inline-block;
  padding: 0 4vw;
  color: white;
  font-size: 1.7333333333vw !important;
  font-weight: bold;
  border-radius: 4vw;
}
.infomation_new ul.box_list li {
  max-width: 100%;
  width: 100%;
  margin-bottom: 3.2vw;
}
.infomation_new ul.box_list li a {
  display: block;
  text-align: center;
}
.infomation_new ul.box_list li a .image {
  width: 100%;
  max-width: 93.3333333333vw;
  min-height: 66.6666666667vw;
}
.infomation_new ul.box_list li a .sdgs_cat {
  padding-top: 2.4vw;
}
.infomation_new ul.box_list li a .sdgs_cat span {
  font-size: 2.8vw;
  padding: 1.0666666667vw 3.2vw;
}
.image_nav {
  display: flex;
  justify-content: space-between;
}
.wrapper.home.fbb {
  background: white;
  max-width: 100%;
}
.wrapper.home.fbb .fbb_nav {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
.wrapper.home.fbb .fbb_nav a img {
  transition: 0.5s;
  position: relative;
  left: 0;
}
.wrapper.home.fbb .fbb_nav a:hover img {
  left: 12px;
}
.wrapper.home.fbb .fbb_nav .left {
  flex: 0 512px;
  max-width: 512px;
}
.wrapper.home.fbb .fbb_nav .right {
  flex: 0 688px;
  max-width: 688px;
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrapper.home.fbb .fbb_nav .right a {
  display: block;
}
.wrapper.home.fbb .fbb_nav .right .right_top {
  display: flex;
  justify-content: space-between;
}
.wrapper.home.fbb .fbb_nav .right .right_top a {
  flex: 0 329px;
  max-width: 329px;
}
footer {
  background: #503830;
  color: white;
  padding: 4.8vw 3.2vw 3.4666666667vw;
}
footer h2 {
  font-size: 2.8vw;
  font-weight: normal;
}
footer h3 {
  border-bottom: 1px solid white;
  margin-bottom: 2.6666666667vw;
}
footer .under_logo_nav {
  display: flex;
}
footer .under_logo_nav a {
  color: white;
  text-decoration: none;
  margin-right: 2em;
}
footer .under_logo_nav.mat {
  margin-top: 2.6666666667vw;
}
footer .under_logo_nav.mab {
  margin-bottom: 5.3333333333vw;
}
footer li.fsdgs {
  margin-bottom: 6.1333333333vw;
}
footer li.fsdgs a {
  border-top: 1px solid #ffeb00;
  border-bottom: 1px solid #ffeb00;
  color: #ffeb00 !important;
  display: block;
}
footer .pl1 {
  padding-left: 3.2vw;
}
footer ul.info {
  border-top: 1px dashed white;
  margin-bottom: 6.6666666667vw;
}
footer ul.info li {
  border-bottom: 1px dashed white;
}
footer ul.info li a {
  color: white;
  text-decoration: none;
  display: flex;
}
footer ul.info li a .date {
  flex: 0 25%;
  max-width: 25%;
}
footer ul.info li a .title {
  flex: 0 75%;
  max-width: 75%;
}
footer ul.info li a .date,
footer ul.info li a .title {
  font-size: 2.4vw;
  padding: 2.1333333333vw 0.6666666667vw;
}
footer ul.pl1 a {
  color: white;
  text-decoration: none;
  font-size: 3.2vw;
}
footer .banner {
  margin-top: 3.2vw;
}
footer .banner a {
  display: block;
  background: url(../images/footer_banner_bg.jpg) no-repeat center / cover;
  width: 93.6vw;
  height: 19.4666666667vw;
}
footer .banner a img {
  position: relative;
  transition: 1s;
}
footer .banner a:hover img {
  left: 1em;
}
footer .copy {
  font-size: 2.4vw;
  text-align: center;
  letter-spacing: 0.2vw;
  margin-top: 4.2666666667vw;
}
.flogo {
  width: 83.2vw;
  margin-bottom: 4vw;
}
.ftext01 {
  width: 23.7333333333vw;
}
.ftel {
  width: 62.6666666667vw;
}
.faddress {
  margin-bottom: 4.8vw;
  font-size: 3.2vw;
}
.ftext02 {
  width: 21.8666666667vw;
}
/* about */
.about {
  padding: 7.2vw 3.2vw;
}
.about h2 {
  text-align: center;
}
.about .about_box {
  border: 3px solid #503830;
  background: white;
  padding: 10.6666666667vw;
  text-align: center;
  margin-bottom: 9.0666666667vw;
}
.about .about_box .text {
  text-align: left;
}
.about .about_box.info {
  padding: 5.3333333333vw;
}
.about_info {
  display: flex;
  border-bottom: 1px solid #cdc8c8;
}
.about_info:first-child {
  border-top: 1px solid #cdc8c8;
  align-items: stretch;
}
.about_info dt,
.about_info dd {
  padding: 3.2vw 2.4vw;
  text-align: left;
}
.about_info dt {
  flex: 0 21.5%;
  max-width: 21.5%;
  background: #503830;
  color: white;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.about_info dd {
  flex: 0 78.5%;
  max-width: 78.5%;
}
.about_greet {
  padding: 3.2vw;
  background: url(../images/about_greet_bg.jpg) no-repeat center center /
    contain;
  margin-bottom: 8vw;
}
.about_greet .text {
  width: 100%;
  letter-spacing: -1px;
  padding-left: 33.9vw;
}
.maps {
  line-height: 0;
}
.maps iframe {
  width: 100vw;
  min-height: 46.1333333333vw;
}
.about_h2_text01 {
  width: 74.9333333333vw;
}
.about_logo {
  width: 56.2666666667vw;
  margin-bottom: 5.6vw;
}
.about_h2_text02 {
  width: 29.6vw;
}
.about_h2_text03 {
  width: 43.4666666667vw;
}
/* staff */
.members .hero_bottom {
  width: 93.6vw;
  height: 39.8666666667vw;
  background: url(../images/staff_hero_bottom_bg.jpg) no-repeat center / cover;
  padding: 8.5333333333vw 9.3333333333vw;
  text-align: justify;
  letter-spacing: -1px;
  margin: 2.4vw auto 14.9333333333vw;
}
.members .items {
  text-align: center;
  margin-bottom: 13.3333333333vw;
}
.members .items .image {
  width: 61.3333333333vw;
  margin: auto;
  background: url(../images/staff_img_bg.jpg) no-repeat center / cover;
  line-height: 0;
}
.members .items .title,
.members .items .roma {
  color: #503830;
  line-height: 1.4;
}
.members .items .title {
  font-size: 5.6vw;
  font-weight: bold;
  margin-top: 1.0666666667vw;
}
.members .items .roma {
  font-size: 4.8vw;
  margin-bottom: 2.1333333333vw;
}
.members .items .staff_btn {
  width: 37.6vw;
}
.members .sitems {
  display: flex;
  flex-wrap: wrap;
  max-width: 980px;
  margin: auto;
  justify-content: space-between;
}
.members .sitems .sitem {
  flex: 0 100%;
  max-width: 430px;
  border: 3px solid #000;
  padding: 28px;
  margin-bottom: 120px;
}
.members .sitems .sitem a,
.members .sitems .sitem span {
  display: block;
  line-height: 1;
}
.members .sitems .sitem a.image,
.members .sitems .sitem span.image {
  position: relative;
  border: 3px solid #000;
  line-height: 0;
}
.members .sitems .sitem a.image .person_abs,
.members .sitems .sitem span.image .person_abs {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.members .sitems .sitem:nth-of-type(odd) {
  margin-right: 1em;
}
.members .sitems .sitem:nth-of-type(even) {
  margin-right: 1em;
}
.members .sitems .sitem .wbord {
  width: 100%;
  background: white;
  border: 3px solid #000;
  margin-top: 24px;
  padding: 20px;
}
.members .sitems .sitem .wbord .title {
  font-size: 38px;
  font-weight: bold;
  border-bottom: 3px solid #000;
}
.members .sitems .sitem .wbord .pos {
  font-size: 24px;
  margin-top: 8px;
}
.members .sitems .sitem .wbord .link {
  text-align: right;
  margin-top: 6px;
}
.members .sitems .sitem .wbord .link a {
  position: relative;
  left: 0;
  transition: 0.2s;
}
.members .sitems .sitem .wbord .link a:hover {
  left: 0.3em;
}
.members.single {
  padding-top: 24px;
}
.members.single .sitems .sitem {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.members.single .sitems .sitem .wbord .title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.members.single .sitems .sitem .wbord .title span {
  font-size: 24px;
}
.members.single .sitems .sitem .eco_txt h5,
.members.single .sitems .sitem .zayu h5 {
  display: inline-block;
  background: #000;
  color: white;
  font-size: 24px;
  padding: 10px;
  width: 180px;
  max-width: 100%;
  line-height: 1;
  margin-top: 12px;
  text-align: center;
}
.members.single .sitems .sitem .eco_txt p,
.members.single .sitems .sitem .zayu p {
  font-size: 18px;
  padding-bottom: 34px;
  margin-top: 12px;
}
.members.single .sitems .sitem .eco_txt {
  border-bottom: 3px solid #000;
}
.members.single .sitems .sitem .zayu p {
  font-size: 24px;
}
/* staff single */
.staff h2 {
  text-align: center;
  margin-top: 5.3333333333vw;
}
.staff h2 .staff_h2 {
  width: 57.6vw;
}
.staff .desc {
  width: 80vw;
  margin: 0 auto 3.4666666667vw;
  font-size: 2.4666666667vw;
}
.staff .hero {
  background: url(../images/staff_img_bg.jpg) no-repeat center / cover;
  width: 93.6vw;
  height: 64.4vw;
  line-height: 0;
}
.staff .hero img {
  width: 100%;
}
.staff .qa_h2 {
  width: 38.6666666667vw;
}
.staff .hero_bottom {
  display: flex;
  align-items: center;
}
.staff .hero_bottom div {
  flex: 0 50%;
  max-width: 50%;
  color: #503830;
}
.staff .hero_bottom .title {
  font-size: 7.4666666667vw;
  font-weight: bold;
}
.staff .hero_bottom .roma {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  font-size: 4.8vw;
  letter-spacing: 2px;
}
.staff .eco,
.staff .nickname {
  display: flex;
  align-items: center;
  margin-bottom: 6.6666666667vw;
}
.staff .eco .head,
.staff .eco .body,
.staff .nickname .head,
.staff .nickname .body {
  font-size: 3.2vw;
}
.staff .eco .head,
.staff .nickname .head {
  flex: 0 26%;
  max-width: 26%;
}
.staff .eco .body,
.staff .nickname .body {
  flex: 0 74%;
  max-width: 74%;
  padding-left: 3.3333333333vw;
}
.staff .catch .head {
  font-size: 4.8vw;
  color: #503830;
  font-weight: bold;
}
.staff .catch .body {
  font-size: 2.6vw;
  margin-bottom: 4vw;
}
.staff .qa {
  background: white;
  border: 3px solid #503830;
  margin-top: 13.3333333333vw;
  padding: 0 4.9333333333vw 4.9333333333vw;
  counter-reset: number;
}
.staff .qa h2 {
  margin-top: -9.3333333333vw;
}
.staff .qa dl {
  margin-bottom: 5.3333333333vw;
}
.staff .qa dl dt {
  font-weight: bold;
  font-size: 3.7333333333vw;
  color: #503830;
}
.staff .qa dl dt:before {
  counter-increment: number;
  content: counter(number, cjk-ideographic);
  padding-bottom: 0.6vw;
  display: inline-block;
  background: #503830;
  color: white;
  width: 4.8vw;
  height: 4.8vw;
  text-align: center;
  font-size: 3.2vw;
  font-weight: bold;
  margin-right: 2.1333333333vw;
}
.staff .qa dl dd {
  font-size: 3.2vw;
  margin-top: 2.1333333333vw;
}
.staff .project h2 {
  margin-bottom: 3.0666666667vw;
}
.staff .project a.body {
  display: flex;
  color: black;
  text-decoration: none;
  display: flex;
  margin-bottom: 3.0666666667vw;
  background: #f1f1f1;
  padding: 3.2vw;
}
.staff .project .image {
  flex: 0 25.3%;
  max-width: 25.3%;
}
.staff .project .text {
  flex: 0 74.7%;
  max-width: 74.7%;
  padding-left: 4.5333333333vw;
}
.staff .project .text .sdgs_cat span {
  display: inline-block;
  padding: 0 4vw;
  color: white;
  font-weight: bold;
  border-radius: 4vw;
}
.staff .project .text .title {
  font-size: 4vw;
  font-weight: bold;
}
/* voices */
.voices .graph {
  display: flex;
  margin-top: 7.6vw;
}
.voices .graph .canvas,
.voices .graph .list {
  flex: 0 50%;
  max-width: 50%;
}
.voices .graph .canvas {
  min-height: 37.2vw;
  position: relative;
  padding-right: 5.3333333333vw;
}
.voices .graph .canvas #number {
  position: absolute;
  bottom: 6.6666666667vw;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 9.3333333333vw;
  line-height: 1;
  z-index: 100;
  margin: auto;
  color: white;
  text-shadow:
    3px 3px 2px #503830,
    -3px 3px 2px #503830,
    0px 2px #503830,
    -6px 2px #503830,
    3px 0 2px #503830,
    0 3px 2px #503830,
    -3px 0 2px #503830,
    -3px 2px #503830;
}
.voices .graph .list {
  padding: 0 0.9333333333vw;
}
.voices .graph .list h3 {
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #503830;
  margin-bottom: 2.1333333333vw;
}
.voices .graph .list ul li {
  display: flex;
  border-radius: 0 3.2vw 3.2vw 0;
  border: 3px solid #503830;
  background: #503830;
  margin-bottom: 2.9333333333vw;
}
.voices .graph .list ul li .position {
  color: white;
  flex: 0 18.2%;
  max-width: 18.2%;
  padding: 1.0666666667vw;
  line-height: 1;
  font-weight: bold;
  font-size: 3.2vw;
}
.voices .graph .list ul li .position span {
  font-size: 4.4vw;
  vertical-align: text-bottom;
}
.voices .graph .list ul li .name {
  flex: 0 81.8%;
  max-width: 81.8%;
  padding: 1.0666666667vw 2.1333333333vw;
  line-height: 1;
  background: white;
  border-radius: 0 3.2vw 3.2vw 0;
  color: #503830;
  font-weight: bold;
  font-size: 3.2vw;
  display: flex;
  align-items: center;
}
.voices .graph .list .date {
  text-align: right;
}
.voices .voice_archives {
  margin: 10.4vw 0;
}
.voices .voice_archives dl {
  background: white;
  padding: 3.2vw;
  margin-bottom: 4.5333333333vw;
  display: flex;
}
.voices .voice_archives dl a {
  color: #503830;
  text-decoration: none;
}
.voices .voice_archives dl dt {
  flex: 0 38.38%;
  max-width: 38.38%;
}
.voices .voice_archives dl dt img {
  border: 3px solid #503830;
}
.voices .voice_archives dl dd {
  flex: 0 61.62%;
  max-width: 61.62%;
  padding: 2.6666666667vw 0 0 3.4666666667vw;
}
.voices .voice_archives dl dd h3 {
  font-size: 4vw;
  color: #503830;
  line-height: 1;
  margin-bottom: 1.0666666667vw;
}
.voices .voice_archives dl dd .excerpt {
  font-size: 2.6666666667vw;
}
.voice.single h2 {
  margin: 1.0666666667vw auto 6.1333333333vw;
  line-height: 0;
}
.voice.single h2 .voice_h2 {
  width: 86.6666666667vw;
}
.voice.single h3 {
  background: #503830;
  color: white;
  line-height: 1;
  padding: 2.4vw;
  font-size: 4.8vw;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
.voice.single h4 {
  font-size: 4.2666666667vw;
  color: #503830;
  font-weight: bold;
}
.voice.single .kanso {
  border: 1.0666666667vw solid #503830;
  padding: 3.2vw 4.2666666667vw;
  background: white;
  margin-bottom: 4vw;
}
.voice.single .kanso h4 {
  margin-left: -4.8vw;
}
.voice.single .kanso h4 .h4_kanso {
  width: 31.0666666667vw;
}
.voice.single .reply {
  background: white;
  border: 3px solid #503830;
  position: relative;
  padding: 5.3333333333vw;
  padding-bottom: 9.3333333333vw;
  text-align: justify;
  margin-bottom: 8vw;
}
.voice.single .reply h5 {
  font-size: 3.7333333333vw;
  max-width: 30.6666666667vw;
  width: 100%;
  position: relative;
  text-align: right;
  border-bottom: 2px solid #503830;
  line-height: 1.5;
  margin-bottom: 4.5333333333vw;
}
.voice.single .reply h5 span.re {
  position: absolute;
  left: 0;
}
.voice.single .reply .body .face {
  position: absolute;
  background: white;
  right: 5.3333333333vw;
  bottom: 2.6666666667vw;
  width: 9.0666666667vw;
  height: 9.0666666667vw;
  overflow: hidden;
  border-radius: 9.0666666667vw;
  border: 1px solid #503830;
}
.voice.single .reply .body .face a {
  display: block;
}
.voice.single .reply .body .face img {
  width: 100%;
}
.voice.single .anke .image {
  border: 3px solid #503830;
  line-height: 0;
  margin-bottom: 8vw;
}
.voice.single .anke .btn {
  text-align: center;
}
.voice.single .anke .btn a {
  display: inline-block;
}
.voice.single .voice_btn_pdf {
  width: 37.4666666667vw;
}
.paging_pn {
  display: flex;
  align-items: center;
  margin: 8vw auto;
}
.paging_pn li.btn {
  flex: 0 50%;
  max-width: 50%;
  padding: 0 4.5333333333vw;
  font-size: 4.2666666667vw;
  color: #503830;
  font-weight: bold;
}
.paging_pn li.btn span {
  position: relative;
  font-size: 5.3333333333vw;
  top: -0.2666666667vw;
}
.paging_pn li.btn a {
  text-decoration: none;
  color: #503830;
  letter-spacing: 0.2666666667vw;
}
.paging_pn li.next {
  text-align: right;
}
.paging_pn li.next span {
  right: 6.6666666667vw;
}
.paging_pn li.prev {
  text-align: left;
}
.paging_pn li.prev span {
  left: 6.6666666667vw;
}
/* sdgs */
.our_sdgs {
  padding-bottom: 9.8666666667vw;
}
.our_sdgs h2.blueback {
  position: relative;
  margin-bottom: 5.3333333333vw;
}
.our_sdgs h2.blueback div {
  background: #009edb;
  border-radius: 1.0666666667vw;
  padding: 2.5333333333vw;
  font-size: 4.8vw;
  line-height: 1;
  color: white;
}
.our_sdgs h2.blueback span {
  position: absolute;
  top: -2.6666666667vw;
  right: 4.4vw;
}
.our_sdgs h2.blueback span img {
  width: 10.6666666667vw;
}
.our_sdgs .hero {
  margin-bottom: 4vw;
  text-align: center;
}
.our_sdgs .hero .hero_sdgs {
  width: 89.0666666667vw;
}
.our_sdgs .text {
  margin-bottom: 5.3333333333vw;
}
.our_sdgs .sdgs_figure {
  width: 93.6vw;
}
.our_sdgs .archive {
  margin-top: 15.4666666667vw;
}
.our_sdgs .archive.single {
  margin-top: 11.7333333333vw;
}
.our_sdgs .archive .icon {
  text-align: center;
  margin-bottom: 7.2vw;
}
.our_sdgs .archive .icon img {
  width: 24vw;
}
.our_sdgs .archive h3 {
  font-size: 4.2666666667vw;
  font-weight: bold;
  color: #009edb;
  text-align: center;
  margin-bottom: 1.0666666667vw;
}
.our_sdgs .archive .desc {
  margin-bottom: 5.3333333333vw;
}
.our_sdgs .archive h4 {
  text-align: center;
  font-size: 3.4666666667vw;
  font-weight: bold;
  margin-bottom: 3.2vw;
}
.our_sdgs .archive dl {
  margin-bottom: 6.1333333333vw;
}
.our_sdgs .archive dl a {
  display: block;
  color: black;
  text-decoration: none;
  display: flex;
  padding: 3.2vw;
  background: #f1f1f1;
}
.our_sdgs .archive dl dt {
  flex: 0 25.3%;
  max-width: 25.3%;
}
.our_sdgs .archive dl dd {
  flex: 0 74.7%;
  max-width: 74.7%;
  padding-left: 4.5333333333vw;
}
.our_sdgs .archive dl dd .sdgs_cat span {
  display: inline-block;
  padding: 0 4vw;
  color: white;
  font-weight: bold;
  border-radius: 4vw;
}
.our_sdgs .archive dl dd .title {
  font-size: 4vw;
  font-weight: bold;
}
.sdgs .sdgs_h2 {
  width: 93.6vw;
}
.sdgs .report {
  margin-top: 5.3333333333vw;
  display: flex;
  align-items: stretch;
  line-height: 1;
}
.sdgs .report dt {
  flex: 0 17.09%;
  max-width: 17.09%;
}
.sdgs .report dd {
  flex: 0 65.82%;
  max-width: 65.82%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 3.7333333333vw;
}
.sdgs .project .name {
  color: white;
  background: #009edb;
  text-align: center;
  margin-top: 2.1333333333vw;
  border-radius: 2.1333333333vw;
}
.sdgs .project .title {
  text-align: center;
  margin-top: 4.8vw;
  font-size: 9.0666666667vw;
  font-weight: bold;
}
.sdgs .project .sub_title {
  text-align: center;
  font-size: 4.8vw;
  margin-bottom: 7.2vw;
}
/* works */
.works_h2 {
  width: 93.6vw;
}
.works .body a {
  display: block;
  margin-top: 4.2666666667vw;
}
.works .body .cat {
  margin-bottom: 2.6666666667vw;
}
.works .body .cat span.color {
  display: inline-block;
  color: white;
  border-radius: 2.4vw;
  margin: 0 1.2vw;
  font-size: 3.2vw;
  padding: 0 2.4vw;
  line-height: 1.5;
}
.works .works_btn {
  width: 37.4666666667vw;
  margin-bottom: -1px;
}
.works h2 {
  font-weight: bold;
  text-align: center;
  font-size: 3.4666666667vw;
  margin-top: 5.3333333333vw;
}
.works .archive.single {
  margin-top: 8vw;
}
.works .archive.single dl {
  margin-bottom: 8vw;
}
.works .archive.single dl a {
  display: flex;
  text-decoration: none;
  color: black;
}
.works .archive.single dl a dt {
  flex: 0 35.89%;
  max-width: 35.89%;
}
.works .archive.single dl a dt img {
  width: 100% !important;
}
.works .archive.single dl a dd {
  flex: 0 64.11%;
  max-width: 64.11%;
  padding-left: 3.2vw;
}
.works .archive.single dl a dd h3 {
  font-size: 4.2666666667vw;
  color: #503830;
  line-height: 1;
  margin-bottom: 1.0666666667vw;
}
.works .archive.single dl a dd .cat {
  margin-bottom: 1.0666666667vw;
}
.works .archive.single dl a dd .cat span.color {
  display: inline-block;
  color: white;
  border-radius: 2.1333333333vw;
  margin-right: 2.1333333333vw;
  font-size: 2.8vw;
  padding: 0 2.1333333333vw;
  line-height: 1.5;
}
.works .archive.single dl a dd .scene {
  margin-bottom: 1.0666666667vw;
}
.works .archive.single dl a dd .desc {
  line-height: 1.5;
}
.work.single .paging_pn {
  margin-bottom: 0;
}
.work.single h2 {
  text-align: center;
}
.work.single h2 .work_h2 {
  width: 40.1333333333vw;
  margin-top: 5.3333333333vw;
}
.work.single .text {
  margin: 0 8.5333333333vw 5.3333333333vw;
  line-height: 1.8;
}
.work.single .exsample .body .date {
  text-align: right;
  font-size: 2.4vw;
  padding-right: 3.2vw;
}
.work.single .exsample .body .title {
  font-size: 4.2666666667vw;
  border-bottom: 1px solid #503830;
  margin: 0 16vw 2.6666666667vw;
}
.work.single .exsample .body .cat {
  margin-bottom: 2.6666666667vw;
}
.work.single .exsample .body .cat span.color {
  display: inline-block;
  color: white;
  border-radius: 2.4vw;
  margin: 0 1.2vw;
  font-size: 3.2vw;
  padding: 0 2.4vw;
  line-height: 1.5;
}
.work.single .exsample .body h3 {
  padding-bottom: 0;
}
.work.single .exsample .body .desc {
  margin: 0 6.6666666667vw;
  text-align: justify;
}
.works.work h2 {
  font-weight: bold;
  text-align: center;
  font-size: 3.4666666667vw;
  margin-top: 5.3333333333vw;
}
.works.work .archive.single {
  margin-top: 8vw;
}
/* goods */
.goods {
  padding: 5.3333333333vw 3.2vw;
}
.goods h2 {
  text-align: center;
}
.goods .description {
  width: 80vw;
  margin: auto auto 4vw;
}
.goods h3 {
  font-size: 5.0666666667vw;
  color: #503830;
  font-weight: bold;
  margin-top: 4vw;
}
.goods .high_value ul {
  display: flex;
  border: 3px solid #503830;
  flex-wrap: wrap;
}
.goods .high_value ul li {
  flex: 0 50%;
  max-width: 50%;
  border-top: 1px solid #503830;
  background: white;
  text-align: center;
  font-size: 3.4666666667vw;
  line-height: 1;
  padding: 1.8666666667vw;
}
.goods .high_value ul li:nth-child(odd) {
  border-right: 1px solid #503830;
}
.goods .high_value ul li:nth-child(2) {
  border-top: none;
}
.goods .high_value ul li:first-child {
  border-top: none;
}
.goods .high_value span {
  display: block;
  color: #d20000;
}
.goods .contact_btn {
  margin: 4vw auto;
  text-align: center;
}
.goods_h2 {
  width: 70.8vw;
}
.bf_show {
  width: 93.6vw;
  margin: 5.6vw auto 1.6vw;
}
.easily_purchased.c_t_open dl dt {
  background: #503830;
  color: white;
}
.easily_purchased.c_t_open dl dt:after {
  background: url(../images/hikitori_arrow_white.svg) no-repeat center center /
    100%;
}
.c_t_open dl {
  border: 3px solid #503830;
  margin-bottom: 3.2vw;
}
.c_t_open dl dt {
  font-size: 4.2666666667vw;
  color: #503830;
  padding: 0.8vw 3.2vw;
  position: relative;
}
.c_t_open dl dt:after {
  content: "";
  width: 4.2666666667vw;
  height: 4.2666666667vw;
  position: absolute;
  right: 3.2vw;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s;
  background: url(../images/hikitori_arrow.svg) no-repeat center center / 100%;
}
.c_t_open dl dt.open:after {
  transform: rotateZ(-180deg);
}
.c_t_open dl dd {
  display: none;
  border-top: 3px solid #503830;
  background: white;
  font-size: 3.4666666667vw;
  padding: 0.8vw 3.2vw;
}
/* service */
.service .service_h2 {
  width: 93.6vw;
  margin-bottom: 5.3333333333vw;
}
.service dl {
  margin-bottom: 6.1333333333vw;
}
.service dl dt {
  line-height: 2;
}
.service ul {
  background: white;
  padding: 5.3333333333vw;
  margin-bottom: 12vw;
}
.service ul li {
  display: inline-block;
  position: relative;
  font-size: 4.4vw;
  padding: 0 1em;
}
.service ul li:before {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: #f9b900;
  border-radius: 0.8em;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.service .sevice_dt_01 {
  width: 45.3333333333vw;
}
.service .sevice_dt_02 {
  width: 49.0666666667vw;
}
.service .sevice_dt_03 {
  width: 32.8vw;
}
.service .service_h3 {
  width: 52vw;
  line-height: 2;
}
/* eikou ism */
.gttw .note {
  width: 84vw;
  margin: 0 auto 4.2666666667vw;
}
.gttw .flow {
  background: #503830;
  text-align: center;
  border-radius: 2.1333333333vw;
  padding: 0 3.4666666667vw 2.9333333333vw;
  margin-bottom: 9.6vw;
}
.gttw .flow h3 {
  line-height: 1;
}
.gttw .flow dl {
  background: white;
  padding: 2.8vw;
  text-align: left;
  margin-bottom: 3.2vw;
}
.gttw .flow .arrow {
  margin-bottom: 1.6vw;
}
.gttw .feature h3 {
  margin-bottom: 3.7333333333vw;
}
.gttw .feature dl {
  position: relative;
  margin-bottom: 6.1333333333vw;
}
.gttw .feature dl dd {
  padding-left: 10.4vw;
  padding-right: 2.1333333333vw;
  text-align: justify;
}
.gttw .feature dl.narrow dd {
  width: 72.6666666667vw;
  padding-right: 2.1333333333vw;
}
.gttw .feature dl.narrow .image {
  position: absolute;
  top: 0;
  right: 0;
}
.gttw .huge {
  margin-top: 8.5333333333vw;
  text-align: center;
}
.gttw .huge h3 {
  margin: 6.4vw auto 3.7333333333vw;
}
.gttw .huge .desc {
  text-align: left;
  margin-bottom: 8vw;
}
.gttw .reason {
  text-align: center;
}
.gttw .reason .text {
  text-align: left;
}
.gttw_h2 {
  width: 86vw;
  margin-top: 4vw;
}
.flow_h3 {
  width: 36.4vw;
  margin: 2.1333333333vw auto;
}
.flow01 {
  width: 21.6vw;
}
.flow02 {
  width: 43.0666666667vw;
}
.flow03 {
  width: 22.1333333333vw;
}
.flow_arrow {
  width: 5.2vw;
}
.h3_feature {
  width: 93.6vw;
}
.feature_head01 {
  width: 69.3333333333vw;
}
.feature_head02 {
  width: 64.4vw;
}
.feature_head03 {
  width: 91.6vw;
}
.feature_head04 {
  width: 75.3333333333vw;
}
.feature_image01 {
  width: 20.9333333333vw;
}
.feature_image02 {
  width: 20.9333333333vw;
  position: relative;
  top: 9.6vw;
}
.huge_h3 {
  width: 93.6vw;
}
.huge_text {
  width: 68.5333333333vw;
  margin-bottom: 3.7333333333vw;
}
.huge_image {
  width: 93.6vw;
}
.reason_image01 {
  width: 83.3333333333vw;
  margin-bottom: 6.1333333333vw;
}
.reason_image02 {
  width: 83.6vw;
}
.reason_image03 {
  width: 73.4666666667vw;
  margin: 3.2vw auto;
}
.reason_image04 {
  width: 93.6vw;
  margin: 6.4vw auto 8.2666666667vw;
}
.reason_btn {
  width: 45.7333333333vw;
  margin-bottom: 9.3333333333vw;
}
/* catch copy */
.catch_copy h2 {
  margin-bottom: 3.2vw;
}
.catch_copy h3 {
  text-align: center;
  margin-bottom: 1.6vw;
}
.catch_copy p {
  margin-bottom: 6.1333333333vw;
}
.catch_copy .katsudou {
  width: 69.3333333333vw;
  margin-bottom: 10.1333333333vw;
}
.catch_copy .yokou .table_wrap {
  border: 3px solid #503830;
  margin-bottom: 8.5333333333vw;
}
.catch_copy .yokou dl {
  display: flex;
  border-bottom: 1px solid #cdc8c8;
  align-items: stretch;
}
.catch_copy .yokou dl dt {
  flex: 0 16.7%;
  max-width: 16.7%;
  background: #503830;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  line-height: 1.33;
  padding: 4.8vw 1.0666666667vw;
  text-align: center;
}
.catch_copy .yokou dl dd {
  flex: 0 83.3%;
  max-width: 83.3%;
  background: white;
  padding: 4.5333333333vw 2.4vw;
}
.catch_copy .yokou dl dd h4 {
  font-size: 3.2vw;
}
.catch_copy .yokou dl dd h5 {
  font-size: 2.8vw;
}
.catch_copy .copy_form h3 {
  text-align: left;
}
.catch_copy .copy_form .brownbox {
  background: #503830;
  color: white;
  padding: 3.2vw;
  margin-bottom: 11.4666666667vw;
}
.catch_copy .copy_form dd.bigtext input {
  font-size: 5.0666666667vw;
  font-weight: bold;
}
.catch_copy .copy_form .submit input[type="submit"] {
  background: url(../images/copy_form_submit.svg) no-repeat 100% / cover;
}
.h3_copy_text01 {
  width: 82.5333333333vw;
}
.h3_copy_text02 {
  width: 48.9333333333vw;
}
.h3_yokou {
  width: 24.8vw;
}
/* ecobag */
.ecobag h2 {
  text-align: center;
  margin: 7.6vw auto;
}
.ecobag h2 img {
  width: 100%;
}
.ecobag .ecobag_h3_text01,
.ecobag .ecobag_h3_text02 {
  margin: 5.0666666667vw auto;
  text-align: center;
}
.ecobag .ecobag_h3_text01 img,
.ecobag .ecobag_h3_text02 img {
  width: 72.6666666667vw;
}
.ecobag .ecobag_2cal_h {
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 2.1333333333vw;
}
.ecobag .ecobag_2cal {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}
.ecobag .ecobag_2cal .text,
.ecobag .ecobag_2cal .image {
  flex: 0 100%;
  max-width: 100%;
}
.ecobag .ecobag_2cal .image {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1em;
}
.ecobag .ecobag_2cal .image img {
  width: 44.6666666667vw;
  max-width: 48%;
}
.ecobag .ecobag_2cal .image.full {
  flex: 0 100%;
  max-width: 100%;
}
.ecobag .ecobag_2cal .image.full img {
  max-width: 100%;
  width: 93.6vw;
}
.ecobag .ecobag_2cal .text {
  margin-bottom: 6.4vw;
}
.ecobag .ecobag_fetures .h4_text01,
.ecobag .ecobag_fetures .h4_text02,
.ecobag .ecobag_fetures .h4_text03,
.ecobag .ecobag_fetures .h4_text04 {
  margin-top: 4.8vw;
  margin-bottom: 2.1333333333vw;
}
.ecobag .ecobag_fetures .h4_text01 img,
.ecobag .ecobag_fetures .h4_text02 img,
.ecobag .ecobag_fetures .h4_text03 img,
.ecobag .ecobag_fetures .h4_text04 img {
  width: 70vw;
}
.ecobag .ecobag_fetures p {
  margin-bottom: 2.1333333333vw;
}
.ecobag .ecobag_fetures .image {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.ecobag .ecobag_fetures .image img {
  width: 48%;
}
.ecobag .ecobag_fetures .image + span {
  display: block;
  text-align: center;
  color: #d20000;
  font-size: 2.4vw;
}
.ecobag .slide_bottom {
  margin-top: 6.4vw;
  margin-bottom: 6.4vw;
  display: flex;
  align-items: center;
}
.ecobag .slide_bottom .left,
.ecobag .slide_bottom .right {
  flex: 0 50%;
  max-width: 50%;
}
.ecobag .slide_bottom h4 {
  font-size: 3.4666666667vw;
}
.ecobag .slide_bottom p {
  padding-left: 4vw;
}
.ecobag .slide_bottom p.left_p {
  font-weight: bold;
  font-size: 3.2vw;
}
.ecobag .slide_bottom p.left_p span {
  font-size: 2.1333333333vw;
}
.ecobag .sns h3 {
  text-align: center;
  margin-bottom: 3.4666666667vw;
}
.ecobag .sns h3 img {
  width: 65.3333333333vw;
}
.ecobag .sns .gal {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.ecobag .sns .gal img {
  width: 32%;
  margin-bottom: 2%;
  object-fit: cover;
}
.eco_slide {
  margin-top: 6.6666666667vw;
}
.eco_slide .image {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.eco_slide .image img {
  width: 100%;
  height: auto;
}
.ecobag_bottom_contact {
  background: #fff;
  padding: 0 3.2vw 6.4vw;
}
.ecobag_bottom_contact h2 {
  background: #503830;
  color: #fff;
  text-align: center;
  margin: 0 -3.2vw;
  padding: 2vw;
  position: relative;
}
.ecobag_bottom_contact h2:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.0666666667vw 3.0666666667vw 0 3.0666666667vw;
  border-color: #503830 transparent transparent transparent;
  position: absolute;
  bottom: -2.9333333333vw;
  left: 0;
  right: 0;
  margin: auto;
}
.ecobag_bottom_contact .form.contact {
  padding: 8vw 3vw 3vw;
}
.ecobag_bottom_contact .form.contact dl {
  display: flex;
}
.ecobag_bottom_contact .form.contact dl dt,
.ecobag_bottom_contact .form.contact dl dd {
  display: flex;
  align-items: center;
}
.ecobag_bottom_contact .form.contact dl dt {
  flex: 0 8em;
  max-width: 8em;
}
.ecobag_bottom_contact .form.contact dl dd {
  flex: 0 calc(100% - 8em);
  max-width: calc(100% - 8em);
}
.ecobag_bottom_contact .form.contact dl.kosu input {
  max-width: 10em;
  margin-right: 1em;
}
.ecobag_bottom_contact .submit {
  margin: 8.5333333333vw auto 6.4vw;
}
.ecobag_bottom_contact .submit button {
  background: url(../images/ecobag/ecobag_submit_btn.svg) no-repeat top left /
    100%;
  width: 47.3333333333vw;
  height: 12.5333333333vw;
  border: none;
  outline: none;
}
.ecobag_bottom_contact hr {
  border: none;
  background: #503830;
  height: 0.4vw;
}
.ecobag_bottom_contact .attention h3 {
  margin-top: 4.8vw;
  margin-bottom: 2.4vw;
  text-align: center;
}
.one_eco_a_day h2.hero {
  margin-bottom: 0.5vw;
}
.one_eco_a_day .explain {
  margin: 7.4666666667vw auto 0;
  width: 74.6666666667vw;
}
.one_eco_a_day .one_eco_list {
  padding-top: 4.2666666667vw;
  padding-bottom: 8.5333333333vw;
}
.one_eco_a_day .one_eco_list li {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0);
  /* IE6-9 */
  position: relative;
  border-radius: 4vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
  color: #39aa4a;
  padding: 1.3333333333vw 2.6666666667vw 1.3333333333vw 6.1333333333vw;
  margin-bottom: 2.1333333333vw;
}
.one_eco_a_day .one_eco_list li:after {
  content: "";
  width: 2.1333333333vw;
  height: 2.5333333333vw;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2.4vw;
  margin: auto;
  background: url(../images/one_eco_a_day/list_arrow_green.svg) no-repeat center
    center / cover;
}
.one_eco_a_day + .contact.wrapper {
  background: white;
  margin-bottom: -1px;
}
.one_eco_a_day + .contact.wrapper .above_form .desc {
  margin-top: 1em;
}
.one_eco_a_day + .contact.wrapper .above_form .desc br {
  display: none;
}
.one_eco_a_day + .contact.wrapper .mainform dl.check dt {
  margin-bottom: 0.5em;
}
.one_eco_a_day + .contact.wrapper .mainform dt {
  font-weight: bold;
}
.one_eco_a_day + .contact.wrapper .mainform .notice {
  background: #503830;
  color: white;
  padding: 2.4vw 3.4666666667vw;
  font-size: 3.2vw;
  margin-bottom: 10.9333333333vw;
}
/* catch copy result */
.catch_copy.result .result_bottom_text {
  margin-bottom: 11.4666666667vw;
}
.catch_copy.result .result_text01 {
  width: 30.2666666667vw;
}
.catch_copy.result .result_number1 {
  text-align: center;
  font-weight: bold;
  font-size: 7.7333333333vw;
}
.catch_copy.result .result_number1 span {
  font-size: 5.0666666667vw;
  display: block;
  line-height: 1.2;
}
.catch_copy.result .result_text02 {
  margin-top: 12.8vw;
  width: 24.4vw;
}
.catch_copy.result .result_table_wrap {
  border: 1px solid #503830;
}
.catch_copy.result .result_table {
  display: flex;
  border-bottom: 1px solid #cdc8c8;
}
.catch_copy.result .result_table.head dt,
.catch_copy.result .result_table.head dd {
  background: #503830;
  font-weight: bold;
  align-items: stretch;
  color: white;
  text-align: center;
  justify-content: center;
}
.catch_copy.result .result_table dt,
.catch_copy.result .result_table dd {
  padding: 3.2vw 2.4vw;
  text-align: center;
  background: white;
  justify-content: center;
}
.catch_copy.result .result_table dt {
  flex: 0 60%;
  max-width: 60%;
  font-weight: bold;
  display: flex;
  align-items: center;
  border-right: 1px solid #cdc8c8;
}
.catch_copy.result .result_table dd {
  flex: 0 40%;
  max-width: 40%;
  display: flex;
  align-items: center;
}
.catch_copy.result .result_text03 {
  width: 30.9333333333vw;
  margin-top: 7.3333333333vw;
}
.catch_copy.result .editiorial_text {
  margin-top: 3.2vw;
}
.catch_copy.result .editiorial_text span {
  display: block;
  text-align: right;
}
.catch_copy.result .editiorial_text .ps01 img {
  width: 43.0666666667vw;
  margin-top: 2vw;
}
.catch_copy.result .editiorial_text .ps02 img {
  width: 66.6666666667vw;
  margin-top: 2vw;
}
.catch_copy.result .result_text04 {
  width: 66vw;
  margin-top: 9.3333333333vw;
}
.catch_copy.result .thanks_img {
  margin: 6.6666666667vw auto 11.2vw;
}
/* question */
.qa h2 {
  text-align: center;
  margin-bottom: 6.1333333333vw;
}
.qa dl.qa_body dt {
  padding: 4.8vw 13.3333333333vw;
  background: #503830;
  color: white;
  font-size: 4.2666666667vw;
  font-weight: bold;
  position: relative;
}
.qa dl.qa_body dt:after {
  content: "";
  width: 12vw;
  height: 16vw;
  background: url(../images/qa_dt_after.svg) no-repeat top left / 100%;
  position: absolute;
  top: -4.2666666667vw;
  left: -0.6666666667vw;
}
.qa dl.qa_body dd {
  padding: 2.6666666667vw 9.6vw;
  font-size: 3.2vw;
  background: white;
  margin-bottom: 8.2666666667vw;
  position: relative;
}
.qa dl.qa_body dd:after {
  content: "";
  width: 5.6vw;
  height: 5.6vw;
  background: url(../images/qa_dd_after.svg) no-repeat top left / 100%;
  position: absolute;
  top: -1.3333333333vw;
  left: 1.6vw;
}
.qa .notice {
  margin-bottom: 10.9333333333vw;
}
.qa h3 {
  text-align: center;
  margin-bottom: 5.3333333333vw;
}
.qa .contact {
  padding-top: 0;
}
.h2_qa {
  width: 93.7333333333vw;
}
.h3_qa_form {
  width: 71.7333333333vw;
}
/* contact */
.contact {
  padding: 7.2vw 11.2vw;
}
.contact h2 {
  text-align: center;
}
.contact h2 .contact_h2 {
  width: 63.0666666667vw;
}
.contact .mainform {
  margin-top: 4.2666666667vw;
  position: relative;
}
.contact .mainform h3 {
  font-size: 3.2vw;
  margin-bottom: 1.0666666667vw;
}
.contact .wpcf7-list-item {
  margin-right: 1em;
}
.contact .wpcf7-checkbox {
  position: relative;
  left: -1em;
}
.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"],
.contact textarea {
  width: 100%;
  border: 3px solid #503830;
  padding: 3.2vw;
  font-size: 2.8vw;
  outline: none;
}
.contact input[type="submit"] {
  outline: none;
}
.contact span.req {
  margin-left: 2.8vw;
  color: #d20000;
  font-weight: bold;
}
.contact dl {
  margin-bottom: 4.2666666667vw;
}
.contact dl.check dt {
  margin-bottom: 3.2vw;
}
.contact dl.file dd {
  position: relative;
  height: 7.3333333333vw;
}
.contact dl.file dd input {
  position: absolute;
  opacity: 0;
  left: 0;
  width: 27.4666666667vw;
  height: 7.3333333333vw;
  z-index: 20;
}
.contact dl.file dd:before {
  content: "ファイル選択";
  color: #503830;
  border: 3px solid #503830;
  background: white;
  display: flex;
  font-size: 3.2vw;
  position: absolute;
  left: 0;
  width: 27.4666666667vw;
  height: 7.3333333333vw;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
.contact .dm_check {
  padding-left: 3.3333333333vw;
  position: relative;
}
.contact .dm_check:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 0;
  height: 2.1333333333vw;
  width: 2.1333333333vw;
  top: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  background: black;
  margin: auto;
}
.contact .submit {
  text-align: center;
  margin-bottom: 6.6666666667vw;
}
.contact .submit input[type="submit"] {
  background: url(../images/submit_btn.svg) no-repeat 100% / cover;
  width: 55.6vw;
  height: 14.6666666667vw;
  border: none;
  overflow: hidden;
  text-indent: -9999px;
}
/* single_post */
.single_post .title {
  font-size: 4.5333333333vw;
  border-left: 1.6vw solid #503830;
  border-bottom: 1px solid #503830;
  color: #503830;
  padding-left: 2.1333333333vw;
  margin: 3.2vw 0 1.6vw;
}
.single_post .date {
  padding-left: 4.2666666667vw;
}
.single_post .desc {
  padding-left: 4.2666666667vw;
  font-size: 3.2vw;
  margin: 4.2666666667vw 0;
}
/* other */
#paging,
#post {
  margin-top: -12.2666666667vw;
  padding-top: 12.2666666667vw;
}
.fixed_bm {
  height: 3.2vw;
}
.contact_close_btn_img {
  width: 55.7333333333vw;
}
/* checkbox */
span.wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.wpcf7 .wpcf7-list-item {
  display: inline-block;
  margin-bottom: 10px;
}
.wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}
.wpcf7-checkbox input[type="checkbox"] {
  /*position: relative;*/
  position: absolute;
  visibility: hidden;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  top: 0;
  left: 0;
}
.wpcf7-checkbox input[type="checkbox"] + span:before {
  display: block;
  position: absolute;
  content: "";
  border-radius: 0;
  height: 2.1333333333vw;
  width: 2.1333333333vw;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: 1px solid black;
}
.wpcf7-checkbox input[type="checkbox"] + span:after {
  display: block;
  position: absolute;
  content: "";
  height: 2.1333333333vw;
  width: 2.1333333333vw;
  top: 0;
  bottom: 0;
  border: 1px solid black;
  visibility: hidden;
  left: 0;
  margin: auto;
  background: black;
}
.wpcf7-checkbox input[type="checkbox"]:checked + span:before {
  background: transparent;
}
.wpcf7-checkbox input[type="checkbox"]:checked + span:after {
  visibility: visible;
}
.wpcf7-list-item-label {
  margin-left: 3.3333333333vw;
  display: inline-block;
}
/* cform */
.mainform span.wpcf7-not-valid-tip {
  color: white;
  background: #d20000;
  padding-left: 1em;
  padding-right: 1em;
  margin-top: 0.5em;
  border-radius: 0.2em;
}
.mainform .wpcf7-response-output {
  position: fixed;
  bottom: -100vh;
  transition: 0.5s;
  left: 0;
  margin: 0;
  width: 100vw;
  text-align: center;
  line-height: 1;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  color: #503830;
  padding: 3.2vw;
  z-index: 100;
}
.mainform .wpcf7-response-output.wpcf7-validation-errors {
  bottom: 0;
}
.mainform .wpcf7-response-output.wpcf7-mail-sent-ok {
  bottom: 0;
  color: #f9b900;
  background: rgba(80, 56, 48, 0.9);
}
.wpcf7 form.sent .wpcf7-response-output {
  bottom: 0;
  color: #f9b900;
  background: rgba(80, 56, 48, 0.9);
  border-color: #f9b900 !important;
}
/* slick */
.slick-arrow {
  width: 7.2vw;
  height: 7.2vw;
  overflow: hidden;
  background: url(../images/slick_arrow_prev.svg) no-repeat center / cover;
  text-indent: -9999px;
  border: none;
  outline: none;
  position: absolute;
  z-index: 100;
}
.slick-prev {
  left: 4.5333333333vw;
  top: 0;
  bottom: 0;
  margin: auto;
}
.slick-next {
  right: 4.5333333333vw;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scaleX(-1);
}
/*  モバイルナビ */
/* -------------------------------------------------------  
                    mNav  
-------------------------------------------------------- */
.mNav {
  visibility: hidden;
  position: fixed;
  z-index: 999;
  height: 100%;
  width: 100vw;
  top: 0;
  left: -100vw;
  opacity: 0;
  transition: 1s cubic-bezier(0.22, 0.61, 0.36, 1);
  z-index: 150;
}
.mNav .inner {
  position: relative;
  left: 0;
  justify-content: center;
  align-items: center;
  overflow-y: scroll;
  background: #f6f6f6;
  width: 100%;
  height: 100%;
}
.mNav .inner .wrap {
  width: 100vw;
  margin: auto;
  padding: 4vw;
  opacity: 0;
  transition: 3s;
  transition-delay: 0.5s;
}
.mNav h2 {
  border-bottom: 1px solid black;
}
.mNav ul {
  width: 100%;
  list-style-type: none;
  opacity: 0;
  transition: 3s;
  transition-delay: 0.5s;
  padding: 0;
}
.mNav ul li {
  margin: 5.3333333333vw 0;
  line-height: 1;
}
.mNav ul li a.ls,
.mNav ul li span.ls {
  color: black;
  display: block;
  position: relative;
  font-size: 4.2666666667vw;
  text-decoration: none;
  padding-left: 6.6666666667vw;
}
.mNav ul li a.ls:after,
.mNav ul li span.ls:after {
  content: "";
  width: 0.9333333333vw;
  height: 0.9333333333vw;
  position: absolute;
  left: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
  background: black;
  border-radius: 0.9333333333vw;
}
.mNav ul li.mnav_sdgs {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  padding: 3.2vw 0 3.2vw;
}
.mNav ul li.sub {
  padding-left: 1em;
}
.mNav ul li.sub a {
  font-size: 3.2vw;
}
.mNav.on {
  visibility: visible;
  left: 0;
  opacity: 1;
}
.mNav.on .wrap,
.mNav.on ul {
  opacity: 1;
}
/*-----------------------------------------------  
paging　ページング  
-----------------------------------------------*/
.pagenate {
  text-align: center;
  margin: 3em 0 2em;
}
.pagenate a,
.pagenate span {
  padding: 0.5em 1em;
  border: 1px solid #503830;
  margin: 0 0.2em;
  font-size: 0.9em;
  font-weight: bold;
  color: #503830;
  transition: 0.2s;
  text-decoration: none;
}
.pagenate span.current {
  background: #503830;
  color: white;
}
.pagenate a:hover {
  text-decoration: none;
  background: #503830;
  color: white;
}
.scrollTicker {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 9999;
}
.scrollTicker img {
  width: 100%;
}
.scrollTicker .pc img {
  max-width: 61px;
}
.scrollTicker .sp img {
  max-width: 9.4666666667vw;
}
/*-----------------------------------------------  
一軒家の片付け　clean up the house CUTH
-----------------------------------------------*/
.webp_svg {
  position: relative;
}
.webp_svg .svg {
  position: absolute;
  top: 0;
  left: 0;
}
.acenter {
  text-align: center;
}
.mt100 {
  margin-top: 100px;
}
.mb100 {
  margin-bottom: 100px;
}
.mt50 {
  margin-top: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.cuth p {
  font-size: 15px;
  margin: 1em 0;
}
.cuth .w1052 {
  max-width: 1052px;
  padding-left: 36px;
  padding-right: 36px;
  margin: auto;
}
.cuth .choice_box h2,
.cuth .choice_box h3 {
  line-height: 0;
}
.cuth .choice_box h3 {
  margin-top: -5px;
  margin-bottom: -6px;
}
.cuth .choice_box h3 img {
  width: 100%;
}
.cuth .choice_box .box {
  background: url(../images/cuth/choice_box_bg.svg) no-repeat bottom right /
    cover;
  padding: 30px;
}
.cuth .choice_box .box h4 {
  margin-top: 2.2em;
}
.cuth .choice_box .box ul {
  margin-bottom: 1em;
}
.cuth .choice_box .box ul li {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}
.cuth .choice_box .box ul li span {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #503830;
  margin-right: 8px;
}
.cuth .choice_box .box ul li:after {
  content: url(../images/cuth/choice_check.svg);
  width: 21px;
  height: 22px;
  position: absolute;
  top: -4px;
  left: 2px;
  display: none;
}
.cuth .choice_box .box ul li.on:after {
  display: block;
}
.cuth .choice_box .choice_btn {
  margin-top: 36px;
  display: flex;
}
.cuth .choice_box .choice_btn li {
  flex: 0 100%;
  max-width: 50%;
}
.cuth .choice_box .choice_btn li a {
  display: block;
  max-width: 270px;
  padding: 16px 0 32px;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  transition: 0.3s;
}
.cuth .choice_box .choice_btn li a:after {
  content: url(../images/cuth/choice_btn_arrow.svg);
  width: 28px;
  height: 15px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
}
.cuth .choice_box .choice_btn li:first-child {
  text-align: right;
  padding-right: 33px;
}
.cuth .choice_box .choice_btn li:first-child img {
  position: relative;
  right: 52px;
}
.cuth .choice_box .choice_btn li:first-child a {
  margin-right: 0;
  margin-left: auto;
  background: #503830;
}
.cuth .choice_box .choice_btn li:nth-child(2) {
  padding-left: 33px;
}
.cuth .choice_box .choice_btn li:nth-child(2) img {
  position: relative;
  left: 52px;
}
.cuth .choice_box .choice_btn li:nth-child(2) a {
  background-color: #e35a27;
}
.cuth .choice_box .choice_btn li a:hover {
  opacity: 0.9;
}
.cuth .choice_box .choice_btn li a:hover:after {
  bottom: 26px;
}
.cuth .w782 {
  max-width: 782px;
  margin: auto;
}
.cuth .point4 .w782 {
  line-height: 1;
}
.cuth .point4 .w782 h3 {
  margin-bottom: -5px;
}
.cuth .point4 .inside_nav {
  border-top: 2px solid #503830;
  border-bottom: 2px solid #503830;
  padding-top: 40px;
  padding-bottom: 40px;
}
.cuth .point4 .inside_nav a {
  display: block;
  padding: 14px 50px;
  border-bottom: 1px solid #503830;
  text-decoration: none;
  color: #503830;
  font-size: 36px;
  font-weight: bold;
  position: relative;
}
.cuth .point4 .inside_nav a:after {
  content: url(../images/cuth/inside_arrow.svg);
  width: 17px;
  height: 34px;
  position: absolute;
  display: block;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}
.cuth .point4 .inside_nav a:hover:after {
  left: 14px;
}
.cuth .point4 .point_item h3 {
  background: url(../images/cuth/point_head.svg) no-repeat center top / 100%;
  padding-top: 46px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  border-bottom: 3px solid #503830;
  margin-bottom: 8px;
}
.cuth .point4 .point_item .box_ue {
  margin-top: 38px;
}
.cuth .point4 .point_item .center {
  line-height: 1;
  margin-bottom: -4px;
}
.cuth .point4 .box {
  background-color: white;
  padding: 20px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cuth .point4 .box li {
  position: relative;
  margin: 20px 0;
  line-height: 0;
}
.cuth .point4 .box li .svg {
  position: absolute;
  top: 0;
  left: 0;
}
.cuth .point4 .box p {
  max-width: 430px;
  line-height: 1.8;
  text-align: justify;
}
.cuth .point4 .advice {
  margin-top: 80px;
}
.cuth .point4 .advice h4 {
  display: inline-block;
  padding: 10px;
  font-size: 28px;
  color: white;
  background: #503830;
}
.cuth .point4 .advice .ad_box {
  padding: 40px;
  padding-right: 266px;
  background: #feedbd;
  text-align: justify;
  position: relative;
}
.cuth .point4 .advice .ad_box span {
  font-size: 24px;
  line-height: 42px;
  border-bottom: 1px dashed #d2aa6e;
  padding-bottom: 4px;
}
.cuth .point4 .advice .ad_box:after {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 31px;
  height: 31px;
  content: url(../images/cuth/ac_box_bg.svg);
}
.cuth .point4 .advice .ad_box img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.cuth .point4 .advice .ad_box .white_b {
  background: white;
  padding: 20px;
  margin: 12px 0;
  font-size: 26px;
  font-weight: bold;
  color: #503830;
}
.cuth .point4 .summary h4 {
  background: #503830;
  color: white;
  font-size: 30px;
  font-weight: bold;
  padding: 16px;
  text-align: center;
}
.cuth .point4 .summary p {
  background: white;
  padding: 36px;
  font-size: 24px;
  text-align: justify;
  margin-top: 0;
}
.cuth .request-top {
  overflow: hidden;
}
.cuth .request-top .inner {
  max-width: 1052px;
}
.cuth .request-top h2 {
  height: 172px;
  background: url(../images/cuth/h2_request-top.webp) no-repeat top center /
    1920px;
  display: flex;
  align-items: stretch;
}
.cuth .request-top h2 .w1052 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cuth .request-top h2 img {
  max-width: 937px;
}
.cuth .request-top .req_img {
  background: #503830;
  position: relative;
  height: 196px;
  width: 100%;
  overflow: hidden;
}
.cuth .request-top .req_img img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}
.cuth .request-top .req_img .top {
  width: 1962px;
  height: 121px;
  top: 0;
  object-fit: none;
}
.cuth .request-top .req_img .bottom {
  max-width: 984px;
  bottom: 0;
}
.cuth .feature h2.round {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cuth .feature h2.round span {
  display: inline-block;
  width: 584px;
  height: 76px;
  line-height: 76px;
  background: url(../images/cuth/feature_round_bg.svg);
  color: white;
  font-size: 36px;
  font-weight: bold;
}
.cuth .feature ul.feature_item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 50px;
}
.cuth .feature ul.feature_item li {
  position: relative;
  margin-bottom: 70px;
}
.cuth .feature ul.feature_item li .jpg {
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 0;
}
.cuth .feature ul.feature_item li .svg {
  position: relative;
  z-index: 1;
}
.cuth .iti_mon .iti_mon_box {
  margin-top: 60px;
}
.cuth .iti_mon .iti_mon_box:first-of-type {
  margin-top: 80px;
}
.cuth .iti_mon .iti_mon_box .red_head {
  background: #d20000;
  padding: 8px 40px;
  font-size: 28px;
  font-weight: bold;
  color: white;
}
.cuth .iti_mon .iti_mon_box .icon_text {
  max-width: 100%;
  padding: 40px 40px 40px 120px;
  position: relative;
  background: white;
}
.cuth .iti_mon .iti_mon_box .icon_text span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  padding: 40px 20px 0 40px;
}
.cuth .iti_mon .iti_mon_box .icon_text p {
  font-size: 24px;
  margin: 0;
}
.cuth .iti_mon .iti_mon_box .two_cal {
  display: flex;
}
.cuth .iti_mon .iti_mon_box .two_cal .icon_text {
  flex: 0 100%;
  max-width: 71.2%;
}
.cuth .iti_mon .iti_mon_box .two_cal .right {
  flex: 0 100%;
  max-width: 28.8%;
  padding: 40px;
  background: #feedbd;
}
.cuth .iti_mon .iti_mon_box .two_cal .right p {
  margin: 0;
}
.cuth .bbetsu h2 {
  text-align: center;
}
.cuth .bbetsu .wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 28px;
}
.cuth .bbetsu .wrap .item {
  flex: 0 100%;
  max-width: 300px;
  background: white;
  padding: 20px;
  text-align: center;
}
.cuth .bbetsu .wrap .item h4 {
  background: #d20000;
  padding: 8px;
  font-size: 24px;
  font-weight: bold;
  color: white;
}
.cuth .bbetsu .wrap .item p {
  color: #503830;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}
.cuth .ryokin {
  background: white;
}
.cuth .ryokin h2 {
  line-height: 0;
}
.cuth .ryokin .zu p {
  padding: 0 40px;
}
.cuth .ryokin .list,
.cuth .ryokin .parrow,
.cuth .ryokin .bottom_text,
.cuth .ryokin h3 {
  padding: 0 40px;
}
.cuth .ryokin h3 {
  font-size: 28px;
  font-weight: bold;
  color: #503830;
}
.cuth .ryokin .list {
  margin-bottom: 40px;
}
.cuth .ryokin .list ul {
  display: flex;
  border: 1px solid #503830;
  margin-top: -1px;
  align-items: stretch;
}
.cuth .ryokin .list ul li {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
.cuth .ryokin .list ul .madori,
.cuth .ryokin .list ul .time {
  color: #503830;
  flex: 0 100%;
  max-width: 31.66%;
  border-right: 1px solid #503830;
}
.cuth .ryokin .list ul .madori.head,
.cuth .ryokin .list ul .time.head {
  background: #d4cecc;
}
.cuth .ryokin .list ul .ryokin {
  font-size: 32px;
  color: #d20000;
  flex: 0 100%;
  max-width: 36.68%;
  background: #feedbd;
}
.cuth .ryokin .list ul .ryokin.head {
  background: #ffdb4e;
  color: #503830;
  font-size: 24px;
}
.cuth .ryokin .list ul .ryokin span {
  font-size: 20px;
  vertical-align: text-bottom;
}
.cuth .ryokin .parrow {
  position: relative;
  line-height: 0;
}
.cuth .ryokin .parrow .person {
  width: 170px;
  padding-left: 20px;
}
.cuth .ryokin .parrow .green_text {
  position: absolute;
  line-height: 1.5;
  top: 0;
  right: 40px;
  width: 710px;
  border: 3px solid #22b573;
  font-size: 17px;
  font-weight: bold;
  color: #22b573;
  padding: 14px 20px;
}
.cuth .ryokin .parrow .green_text:after {
  content: url(../images/cuth/fukidashi_arrow.svg);
  width: 27.4px;
  height: 16.3px;
  top: 30px;
  left: -27px;
  position: absolute;
  display: block;
}
.cuth .ryokin .otoku {
  background: #feedbd;
  margin: 0 40px;
  display: flex;
  align-items: stretch;
}
.cuth .ryokin .otoku .icon {
  display: flex;
  align-items: center;
  flex: 0 100%;
  max-width: 110.7px;
}
.cuth .ryokin .otoku .red_text {
  display: flex;
  align-items: center;
  color: #d20000;
  font-size: 18px;
  padding: 20px 20px 20px 0;
}
.cuth .ryokin .bottom_text {
  padding-bottom: 30px;
}
.cuth .ryokin .bottom_text br.sp_br {
  display: none;
}
.cuth .ryokin .bottom_text span {
  display: block;
  position: relative;
  left: -0.5em;
}
.cuth .meyasu h2 {
  text-align: center;
  font-size: 36px;
  color: #503830;
  font-weight: bold;
  margin-bottom: 20px;
}
.cuth .be_af h3 {
  text-align: center;
  margin-bottom: 18px;
}
.cuth .be_af .box {
  position: relative;
  margin-bottom: 80px;
}
.cuth .be_af .box .svg {
  position: absolute;
  top: 0;
  left: 0;
}
.cuth .matome {
  background: white;
  position: relative;
  padding: 80px 160px 40px 40px;
}
.cuth .matome h3 {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background: #503830;
  color: white;
  padding: 6px 20px;
  font-size: 28px;
}
.cuth .matome img {
  position: absolute;
  bottom: 40px;
  right: 36px;
}
.cuth .matome + .work_btn {
  margin-top: 40px;
}
.cuth .flow h2 {
  color: #503830;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}
.cuth .flow .step {
  margin-top: -70px;
}
.cuth .flow .step .person {
  line-height: 0;
}
.cuth .flow .step .p1 {
  padding-left: 28px;
}
.cuth .flow .step .p2 {
  padding-left: 24px;
}
.cuth .flow .step .p3 {
  padding-left: 38px;
}
.cuth .flow .step .p4 {
  padding-left: 52px;
}
.cuth .flow .step .p5 {
  padding-left: 16px;
}
.cuth .flow .step .p6 {
  padding-left: 34px;
}
.cuth .flow .step dl {
  display: flex;
  align-items: stretch;
}
.cuth .flow .step dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 100%;
  max-width: 108px;
  background: #503830;
  color: white;
  font-size: 78px;
  font-weight: bold;
}
.cuth .flow .step dl dd {
  flex: 0 100%;
  max-width: calc(100% - 108px);
}
.cuth .flow .step dl dd .head {
  background: #feedbd;
  display: flex;
  align-items: center;
  padding: 12px 42px;
  font-size: 28px;
  font-weight: bold;
  color: #503830;
}
.cuth .flow .step dl dd .body {
  background: white;
  padding: 26px 42px;
  font-size: 20px;
}
.cuth .flow .arrow {
  margin-top: 80px;
  text-align: center;
}
.cuth .other_works h2 {
  font-size: 36px;
  font-weight: bold;
  color: #503830;
  text-align: center;
  margin-bottom: 48px;
}
.cuth_end {
  margin-bottom: 100px !important;
}
/*  */
@media screen and (max-width: 1300px) {
  .mt100 {
    margin-top: 7.6923076923vw;
  }
  .mb100 {
    margin-bottom: 7.6923076923vw;
  }
  .mt50 {
    margin-top: 3.8461538462vw;
  }
  .mb50 {
    margin-bottom: 3.8461538462vw;
  }
  .cuth p {
    font-size: 1.1538461538vw;
  }
  .cuth .w1052 {
    max-width: 80.9230769231vw;
    padding-left: 2.7692307692vw;
    padding-right: 2.7692307692vw;
  }
  .cuth .choice_box h3 {
    margin-top: -0.3846153846vw;
    margin-bottom: -0.4615384615vw;
  }
  .cuth .choice_box .box {
    padding: 2.3076923077vw;
  }
  .cuth .choice_box .box ul li {
    font-size: 2.1538461538vw;
  }
  .cuth .choice_box .box ul li span {
    width: 1.5384615385vw;
    height: 1.5384615385vw;
    margin-right: 0.6153846154vw;
  }
  .cuth .choice_box .box ul li:after {
    width: 1.6153846154vw;
    height: 1.6923076923vw;
    top: -0.3076923077vw;
    left: 0.1538461538vw;
  }
  .cuth .choice_box .choice_btn {
    margin-top: 2.7692307692vw;
  }
  .cuth .choice_box .choice_btn li {
    flex: 0 100%;
    max-width: 50%;
  }
  .cuth .choice_box .choice_btn li a {
    max-width: 20.7692307692vw;
    padding: 1.2307692308vw 0 2.4615384615vw;
    font-size: 1.8461538462vw;
  }
  .cuth .choice_box .choice_btn li a:after {
    width: 2.1538461538vw;
    height: 1.1538461538vw;
    bottom: 2.3076923077vw;
  }
  .cuth .choice_box .choice_btn li:first-child {
    padding-right: 2.5384615385vw;
  }
  .cuth .choice_box .choice_btn li:first-child img {
    right: 4vw;
  }
  .cuth .choice_box .choice_btn li:nth-child(2) {
    padding-left: 2.5384615385vw;
  }
  .cuth .choice_box .choice_btn li:nth-child(2) img {
    left: 4vw;
  }
  .cuth .choice_box .choice_btn li a:hover:after {
    bottom: 2vw;
  }
  .cuth .w782 {
    max-width: 60.1538461538vw;
  }
  .cuth .point4 .w782 h3 {
    margin-bottom: -0.3846153846vw;
  }
  .cuth .point4 .inside_nav {
    border-top: 0.1538461538vw solid #503830;
    border-bottom: 0.1538461538vw solid #503830;
    padding-top: 3.0769230769vw;
    padding-bottom: 3.0769230769vw;
  }
  .cuth .point4 .inside_nav a {
    padding: 1.0769230769vw 3.8461538462vw;
    font-size: 2.7692307692vw;
  }
  .cuth .point4 .inside_nav a:after {
    width: 1.3076923077vw;
    height: 2.6153846154vw;
    left: 0.7692307692vw;
  }
  .cuth .point4 .inside_nav a:hover:after {
    left: 1.0769230769vw;
  }
  .cuth .point4 .point_item h3 {
    padding-top: 3.5384615385vw;
    font-size: 2.7692307692vw;
    border-bottom: 0.2307692308vw solid #503830;
    margin-bottom: 0.6153846154vw;
  }
  .cuth .point4 .point_item .box_ue {
    margin-top: 2.9230769231vw;
  }
  .cuth .point4 .point_item .center {
    margin-bottom: -0.3076923077vw;
  }
  .cuth .point4 .box {
    padding: 1.5384615385vw 3.0769230769vw;
  }
  .cuth .point4 .box li {
    max-width: 33.0769230769vw;
    margin: 1.5384615385vw 0;
  }
  .cuth .point4 .box p {
    max-width: 33.0769230769vw;
  }
  .cuth .point4 .advice {
    margin-top: 6.1538461538vw;
  }
  .cuth .point4 .advice h4 {
    padding: 0.7692307692vw;
    font-size: 2.1538461538vw;
  }
  .cuth .point4 .advice .ad_box {
    padding: 3.0769230769vw;
    padding-right: 20.4615384615vw;
  }
  .cuth .point4 .advice .ad_box img {
    max-width: 20.4615384615vw;
  }
  .cuth .point4 .advice .ad_box span {
    font-size: 1.8461538462vw;
    line-height: 3.2307692308vw;
    padding-bottom: 0.3076923077vw;
  }
  .cuth .point4 .advice .ad_box:after {
    width: 3vw;
    height: 3vw;
  }
  .cuth .point4 .advice .ad_box .white_b {
    padding: 1.5384615385vw;
    margin: 0.9230769231vw 0;
    font-size: 2vw;
  }
  .cuth .point4 .summary h4 {
    font-size: 2.3076923077vw;
    padding: 1.2307692308vw;
  }
  .cuth .point4 .summary p {
    padding: 2.7692307692vw;
    font-size: 1.8461538462vw;
  }
  .cuth .request-top .inner {
    max-width: 80.9230769231vw;
  }
  .cuth .request-top h2 {
    height: 13.2307692308vw;
    background: url(../images/cuth/h2_request-top.jpg) no-repeat top center /
      1920px;
  }
  .cuth .request-top h2 img {
    max-width: 72.0769230769vw;
  }
  .cuth .request-top .req_img {
    height: 15.0769230769vw;
  }
  .cuth .request-top .req_img .top {
    width: 150.9230769231vw;
    height: 9.3076923077vw;
  }
  .cuth .request-top .req_img .bottom {
    max-width: 75.6923076923vw;
  }
  .cuth .feature h2.round span {
    width: 44.9230769231vw;
    height: 5.8461538462vw;
    line-height: 5.8461538462vw;
    font-size: 2.7692307692vw;
  }
  .cuth .feature ul.feature_item {
    padding-top: 3.8461538462vw;
  }
  .cuth .feature ul.feature_item li {
    max-width: 35.3846153846vw;
    margin-bottom: 5.3846153846vw;
  }
  .cuth .feature ul.feature_item li .jpg {
    bottom: 6.1538461538vw;
  }
  .cuth .iti_mon .iti_mon_box {
    margin-top: 4.6153846154vw;
  }
  .cuth .iti_mon .iti_mon_box:first-of-type {
    margin-top: 6.1538461538vw;
  }
  .cuth .iti_mon .iti_mon_box .red_head {
    padding: 0.6153846154vw 3.0769230769vw;
    font-size: 2.1538461538vw;
  }
  .cuth .iti_mon .iti_mon_box .icon_text {
    padding: 3.0769230769vw 3.0769230769vw 3.0769230769vw 9.2307692308vw;
  }
  .cuth .iti_mon .iti_mon_box .icon_text span {
    width: 9.2307692308vw;
    padding: 3.0769230769vw 1.5384615385vw 0 3.0769230769vw;
  }
  .cuth .iti_mon .iti_mon_box .icon_text p {
    font-size: 1.8461538462vw;
  }
  .cuth .iti_mon .iti_mon_box .two_cal .icon_text {
    max-width: 71.2%;
  }
  .cuth .iti_mon .iti_mon_box .two_cal .right {
    max-width: 28.8%;
    padding: 3.0769230769vw;
  }
  .cuth .bbetsu .wrap {
    margin-bottom: 2.1538461538vw;
  }
  .cuth .bbetsu .wrap .item {
    max-width: 23.0769230769vw;
    padding: 1.5384615385vw;
  }
  .cuth .bbetsu .wrap .item h4 {
    padding: 0.6153846154vw;
    font-size: 1.8461538462vw;
  }
  .cuth .bbetsu .wrap .item p {
    font-size: 1.5384615385vw;
  }
  .cuth .ryokin .zu p {
    padding: 0 3.0769230769vw;
  }
  .cuth .ryokin .list,
  .cuth .ryokin .parrow,
  .cuth .ryokin .bottom_text,
  .cuth .ryokin h3 {
    padding: 0 3.0769230769vw;
  }
  .cuth .ryokin h3 {
    font-size: 2.1538461538vw;
  }
  .cuth .ryokin .list {
    margin-bottom: 3.0769230769vw;
  }
  .cuth .ryokin .list ul li {
    font-size: 1.8461538462vw;
    padding: 0.6153846154vw;
  }
  .cuth .ryokin .list ul .madori,
  .cuth .ryokin .list ul .time {
    max-width: 31.66%;
  }
  .cuth .ryokin .list ul .ryokin {
    font-size: 2.4615384615vw;
    max-width: 36.68%;
  }
  .cuth .ryokin .list ul .ryokin.head {
    font-size: 1.8461538462vw;
  }
  .cuth .ryokin .list ul .ryokin span {
    font-size: 1.5384615385vw;
  }
  .cuth .ryokin .parrow .person {
    width: 13.0769230769vw;
    padding-left: 1.5384615385vw;
  }
  .cuth .ryokin .parrow .green_text {
    right: 3.0769230769vw;
    width: 54.6153846154vw;
    border: 0.2307692308vw solid #22b573;
    font-size: 1.3076923077vw;
    padding: 1.0769230769vw 1.5384615385vw;
  }
  .cuth .ryokin .parrow .green_text:after {
    width: 2.1076vw;
    height: 1.253846vw;
    top: 2.3076923077vw;
    left: -2.0769230769vw;
  }
  .cuth .ryokin .otoku {
    margin: 0 3.0769230769vw;
  }
  .cuth .ryokin .otoku .icon {
    max-width: 8.5153846vw;
  }
  .cuth .ryokin .otoku .red_text {
    font-size: 1.3846153846vw;
    padding: 1.5384615385vw 1.5384615385vw 1.5384615385vw 0;
  }
  .cuth .ryokin .bottom_text {
    padding-bottom: 2.3076923077vw;
  }
  .cuth .meyasu h2 {
    font-size: 2.7692307692vw;
    margin-bottom: 1.5384615385vw;
  }
  .cuth .be_af h3 {
    margin-bottom: 1.3846153846vw;
  }
  .cuth .be_af .box {
    margin-bottom: 6.1538461538vw;
  }
  .cuth .matome {
    padding: 6.1538461538vw 12.3076923077vw 3.0769230769vw 3.0769230769vw;
  }
  .cuth .matome h3 {
    padding: 0.4615384615vw 1.5384615385vw;
    font-size: 2.1538461538vw;
  }
  .cuth .matome img {
    max-width: 7.7692307692vw;
    bottom: 3.0769230769vw;
    right: 2.7692307692vw;
  }
  .cuth .matome + .work_btn {
    margin-top: 3.0769230769vw;
  }
  .cuth .flow h2 {
    font-size: 2.7692307692vw;
  }
  .cuth .flow .step {
    margin-top: -5.3846153846vw;
  }
  .cuth .flow .step .p1 {
    padding-left: 2.1538461538vw;
  }
  .cuth .flow .step .p2 {
    padding-left: 1.8461538462vw;
  }
  .cuth .flow .step .p3 {
    padding-left: 2.9230769231vw;
  }
  .cuth .flow .step .p4 {
    padding-left: 4vw;
  }
  .cuth .flow .step .p5 {
    padding-left: 1.2307692308vw;
  }
  .cuth .flow .step .p6 {
    padding-left: 2.6153846154vw;
  }
  .cuth .flow .step dl dt {
    max-width: 8.30769vw;
    font-size: 6vw;
  }
  .cuth .flow .step dl dd {
    max-width: calc(100% - 8.30769vw);
  }
  .cuth .flow .step dl dd .head {
    padding: 0.9230769231vw 3.2307692308vw;
    font-size: 2.1538461538vw;
  }
  .cuth .flow .step dl dd .body {
    padding: 2vw 3.2307692308vw;
    font-size: 1.5384615385vw;
  }
  .cuth .flow .arrow {
    margin-top: 6.1538461538vw;
  }
  .cuth .other_works h2 {
    font-size: 2.7692307692vw;
    margin-bottom: 3.6923076923vw;
  }
  .cuth_end {
    margin-bottom: 7.6923076923vw !important;
  }
}
.sp_br {
  display: inline;
}
@media screen and (max-width: 750px) {
  .mt100 {
    margin-top: 13.3333333333vw;
  }
  .mb100 {
    margin-bottom: 13.3333333333vw;
  }
  .mt50 {
    margin-top: 6.6666666667vw;
  }
  .mb50 {
    margin-bottom: 6.6666666667vw;
  }
  .cuth p {
    font-size: 2.6666666667vw;
  }
  .cuth .w1052 {
    max-width: 140.2666666667vw;
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
  .cuth .choice_box h3 {
    margin-top: -0.6666666667vw;
    margin-bottom: -0.8vw;
  }
  .cuth .choice_box .box {
    padding: 4vw;
  }
  .cuth .choice_box .box ul li {
    font-size: 3.7333333333vw;
  }
  .cuth .choice_box .box ul li span {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    margin-right: 1.0666666667vw;
  }
  .cuth .choice_box .box ul li:after {
    width: 2.8vw;
    height: 2.9333333333vw;
    top: -0.5333333333vw;
    left: 0.2666666667vw;
  }
  .cuth .choice_box .choice_btn {
    margin-top: 4.8vw;
  }
  .cuth .choice_box .choice_btn li {
    flex: 0 100%;
    max-width: 50%;
  }
  .cuth .choice_box .choice_btn li > img {
    width: 21.3333333333vw;
  }
  .cuth .choice_box .choice_btn li a {
    max-width: 36vw;
    padding: 2.1333333333vw 0 4.2666666667vw;
    font-size: 3.2vw;
  }
  .cuth .choice_box .choice_btn li a:after {
    content: "";
    display: block;
    background: url(../images/cuth/choice_btn_arrow.svg) no-repeat center /
      contain;
    width: 3.7333333333vw;
    height: 2vw;
    bottom: 1.8vw;
  }
  .cuth .choice_box .choice_btn li:first-child {
    padding-right: 4.4vw;
  }
  .cuth .choice_box .choice_btn li:first-child img {
    right: 6.9333333333vw;
  }
  .cuth .choice_box .choice_btn li:nth-child(2) {
    padding-left: 4.4vw;
  }
  .cuth .choice_box .choice_btn li:nth-child(2) img {
    left: 6.9333333333vw;
  }
  .cuth .choice_box .choice_btn li a:hover:after {
    bottom: 3.4666666667vw;
  }
  .cuth .w782 {
    max-width: 104.2666666667vw;
  }
  .cuth .point4 .w782 h3 {
    margin-bottom: -0.6666666667vw;
  }
  .cuth .point4 .point_item h3 {
    background: url(../images/cuth/point_head_sp.svg) no-repeat center top/100%;
  }
  .cuth .point4 .inside_nav {
    border-top: 0.2666666667vw solid #503830;
    border-bottom: 0.2666666667vw solid #503830;
    padding: 5.3333333333vw;
  }
  .cuth .point4 .inside_nav a {
    padding: 1.8666666667vw 6.6666666667vw;
    font-size: 4vw;
  }
  .cuth .point4 .inside_nav a:after {
    content: "";
    display: block;
    background: url(../images/cuth/inside_arrow.svg) no-repeat center center /
      contain;
    width: 2.2666666667vw;
    height: 3.12vw;
    left: 1.3333333333vw;
  }
  .cuth .point4 .inside_nav a:hover:after {
    left: 1.8666666667vw;
  }
  .cuth .point4 .point_item h3 {
    padding-top: 6.1333333333vw;
    font-size: 4.8vw;
    border-bottom: 0.4vw solid #503830;
    margin-bottom: 1.0666666667vw;
  }
  .cuth .point4 .point_item .box_ue {
    margin-top: 5.0666666667vw;
  }
  .cuth .point4 .point_item .center {
    margin-bottom: -0.5333333333vw;
  }
  .cuth .point4 .box {
    padding: 2.6666666667vw 5.3333333333vw;
  }
  .cuth .point4 .box li {
    max-width: 57.3333333333vw;
    margin: 2.6666666667vw 0;
  }
  .cuth .point4 .box p {
    max-width: 100%;
  }
  .cuth .point4 .advice {
    margin-top: 10.6666666667vw;
  }
  .cuth .point4 .advice h4 {
    padding: 1.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .cuth .point4 .advice .ad_box {
    padding: 5.3333333333vw;
    padding-right: 35.4666666667vw;
  }
  .cuth .point4 .advice .ad_box img {
    max-width: 35.4666666667vw;
  }
  .cuth .point4 .advice .ad_box span {
    font-size: 3.2vw;
    line-height: 5.6vw;
    padding-bottom: 0.5333333333vw;
  }
  .cuth .point4 .advice .ad_box:after {
    width: 3vw;
    height: 3vw;
  }
  .cuth .point4 .advice .ad_box .white_b {
    padding: 2.6666666667vw;
    margin: 1.6vw 0;
    font-size: 3.4666666667vw;
  }
  .cuth .point4 .summary h4 {
    font-size: 4vw;
    padding: 2.1333333333vw;
  }
  .cuth .point4 .summary p {
    padding: 4.8vw;
    font-size: 3.2vw;
  }
  .cuth .request-top .inner {
    max-width: 140.2666666667vw;
  }
  .cuth .request-top h2 {
    height: 22.9333333333vw;
    background: url(../images/cuth/h2_request-top.jpg) no-repeat top center /
      1920px;
  }
  .cuth .request-top h2 img {
    max-width: 124.9333333333vw;
  }
  .cuth .request-top .req_img {
    height: 26.1333333333vw;
  }
  .cuth .request-top .req_img .top {
    width: 261.6vw;
    height: 16.1333333333vw;
  }
  .cuth .request-top .req_img .bottom {
    max-width: 131.2vw;
  }
  .cuth .feature h2.round span {
    width: 77.8666666667vw;
    height: 10.1333333333vw;
    line-height: 10.1333333333vw;
    font-size: 4.8vw;
  }
  .cuth .feature ul.feature_item {
    padding-top: 6.6666666667vw;
  }
  .cuth .feature ul.feature_item li {
    max-width: 61.3333333333vw;
    margin-bottom: 9.3333333333vw;
  }
  .cuth .feature ul.feature_item li .jpg {
    bottom: 10.6666666667vw;
  }
  .cuth .iti_mon .iti_mon_box {
    margin-top: 8vw;
  }
  .cuth .iti_mon .iti_mon_box:first-of-type {
    margin-top: 6vw;
  }
  .cuth .iti_mon .iti_mon_box .red_head {
    padding: 1.0666666667vw 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .cuth .iti_mon .iti_mon_box .icon_text {
    padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw 16vw;
  }
  .cuth .iti_mon .iti_mon_box .icon_text span {
    width: 16vw;
    padding: 5.3333333333vw 2.6666666667vw 0 5.3333333333vw;
  }
  .cuth .iti_mon .iti_mon_box .icon_text p {
    font-size: 3.2vw;
  }
  .cuth .iti_mon .iti_mon_box .two_cal .icon_text {
    max-width: 71.2%;
  }
  .cuth .iti_mon .iti_mon_box .two_cal .right {
    max-width: 28.8%;
    padding: 5.3333333333vw;
  }
  .cuth .bbetsu .wrap {
    margin-bottom: 3.7333333333vw;
  }
  .cuth .bbetsu .wrap .item {
    max-width: 40vw;
    padding: 2.6666666667vw;
  }
  .cuth .bbetsu .wrap .item h4 {
    padding: 1.0666666667vw;
    font-size: 3.2vw;
  }
  .cuth .bbetsu .wrap .item p {
    font-size: 2.6666666667vw;
  }
  .cuth .ryokin .zu p {
    padding: 0 5.3333333333vw;
  }
  .cuth .ryokin .list,
  .cuth .ryokin .parrow,
  .cuth .ryokin .bottom_text,
  .cuth .ryokin h3 {
    padding: 0 5.3333333333vw;
  }
  .cuth .ryokin h3 {
    font-size: 3.7333333333vw;
  }
  .cuth .ryokin .list {
    margin-bottom: 5.3333333333vw;
  }
  .cuth .ryokin .list ul li {
    font-size: 3.2vw;
    padding: 1.0666666667vw;
  }
  .cuth .ryokin .list ul .madori,
  .cuth .ryokin .list ul .time {
    max-width: 31.66%;
  }
  .cuth .ryokin .list ul .ryokin {
    font-size: 4.2666666667vw;
    max-width: 36.68%;
  }
  .cuth .ryokin .list ul .ryokin.head {
    font-size: 3.2vw;
  }
  .cuth .ryokin .list ul .ryokin span {
    font-size: 2.6666666667vw;
  }
  .cuth .ryokin .parrow {
    padding-top: 11vw;
  }
  .cuth .ryokin .parrow .person {
    width: 22.6666666667vw;
    padding-left: 2.6666666667vw;
  }
  .cuth .ryokin .parrow .green_text {
    right: 5.3333333333vw;
    width: 94.6666666667vw;
    border: 0.4vw solid #22b573;
    font-size: 2.2666666667vw;
    padding: 1.8666666667vw 2.6666666667vw;
  }
  .cuth .ryokin .parrow .green_text:after {
    width: 2.1076vw;
    height: 1.253846vw;
    top: 4vw;
    left: -3.6vw;
  }
  .cuth .ryokin .otoku {
    margin: 0 5.3333333333vw;
  }
  .cuth .ryokin .otoku .icon {
    max-width: 8.5153846vw;
  }
  .cuth .ryokin .otoku .red_text {
    font-size: 2.4vw;
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 0;
  }
  .cuth .ryokin .bottom_text {
    padding-bottom: 4vw;
  }
  .cuth .meyasu h2 {
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
  .cuth .be_af h3 {
    margin-bottom: 2.4vw;
  }
  .cuth .be_af .box {
    margin-bottom: 10.6666666667vw;
  }
  .cuth .matome {
    padding: 10.6666666667vw 21.3333333333vw 5.3333333333vw 5.3333333333vw;
  }
  .cuth .matome h3 {
    padding: 0.8vw 2.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .cuth .matome img {
    max-width: 13.4666666667vw;
    bottom: 5.3333333333vw;
    right: 4.8vw;
  }
  .cuth .matome + .work_btn {
    margin-top: 5.3333333333vw;
  }
  .cuth .flow h2 {
    font-size: 4.8vw;
  }
  .cuth .flow .step {
    margin-top: 0;
  }
  .cuth .flow .step .p1 {
    padding-left: 3.7333333333vw;
  }
  .cuth .flow .step .p1 img {
    max-width: 23.8666666667vw;
  }
  .cuth .flow .step .p2 {
    padding-left: 3.2vw;
  }
  .cuth .flow .step .p2 img {
    max-width: 19.4666666667vw;
  }
  .cuth .flow .step .p3 {
    padding-left: 5.0666666667vw;
  }
  .cuth .flow .step .p3 img {
    max-width: 17.2vw;
  }
  .cuth .flow .step .p4 {
    padding-left: 6.9333333333vw;
  }
  .cuth .flow .step .p4 img {
    max-width: 16vw;
  }
  .cuth .flow .step .p5 {
    padding-left: 0;
  }
  .cuth .flow .step .p5 img {
    max-width: 41vw;
  }
  .cuth .flow .step .p6 {
    padding-left: 4.5333333333vw;
  }
  .cuth .flow .step .p6 img {
    max-width: 31.4666666667vw;
  }
  .cuth .flow .step dl dt {
    max-width: 11.4666666667vw;
    font-size: 10.4vw;
  }
  .cuth .flow .step dl dd {
    max-width: calc(100% - 11.466666vw);
  }
  .cuth .flow .step dl dd .head {
    padding: 1.6vw 5.6vw;
    font-size: 3.7333333333vw;
  }
  .cuth .flow .step dl dd .body {
    padding: 3.4666666667vw 5.6vw;
    font-size: 2.6666666667vw;
  }
  .cuth .flow .arrow {
    margin-top: 10.6666666667vw;
  }
  .cuth .flow .arrow svg {
    max-width: 8.8vw;
  }
  .cuth .other_works h2 {
    font-size: 4.8vw;
    margin-bottom: 6.4vw;
  }
  .cuth_end {
    margin-bottom: 13.3333333333vw !important;
  }
  .cuth_sp_01 img {
    max-width: 41.3333333333vw;
  }
  .cuth .choice_box .box {
    background: white;
  }
  .cuth .point4 .box {
    display: block;
  }
  .cuth .point4 .box li {
    max-width: 100%;
  }
  .cuth .point4 .box li img {
    width: 100%;
  }
  .cuth .point4 .advice .ad_box {
    padding-right: 5.3333333333vw;
  }
  .cuth .point4 .advice .ad_box:after,
  .cuth .point4 .advice .ad_box img {
    display: none;
  }
  .cuth .request-top_sp {
    overflow: unset;
  }
  .cuth .request-top_sp * {
    line-height: 0;
    width: 100%;
    height: auto;
  }
  .cuth .request-top_sp .req_img {
    background: #503830;
  }
  .cuth .request-top_sp h2 {
    background: white;
  }
  .cuth .request-top_sp .bottom {
    margin-top: -1.3333333333vw;
  }
  .cuth .feature h2.round span {
    width: 100%;
    height: auto;
    padding: 0.1em 1em;
    background: #503830;
    border-radius: 2vw;
  }
  .cuth .feature ul.feature_item li {
    width: 48%;
  }
  .cuth .feature ul.feature_item img,
  .cuth .feature ul.feature_item .jpg,
  .cuth .feature ul.feature_item .svg {
    width: 100%;
    max-width: 100%;
  }
  .cuth .iti_mon .iti_mon_box .two_cal {
    flex-wrap: wrap;
  }
  .cuth .iti_mon .iti_mon_box .two_cal .icon_text,
  .cuth .iti_mon .iti_mon_box .two_cal .right {
    max-width: 100%;
  }
  .cuth .iti_mon .iti_mon_box .two_cal .right {
    display: flex;
    padding: 3vw;
  }
  .cuth .iti_mon .iti_mon_box .two_cal .right img {
    max-width: 26.6666666667vw;
    margin-right: 2vw;
  }
  .cuth .bbetsu .wrap {
    flex-wrap: wrap;
  }
  .cuth .bbetsu .wrap .item {
    max-width: 48%;
    margin-bottom: 3vw;
  }
  .cuth .bbetsu .wrap .item:last-of-type {
    margin-bottom: 0;
  }
  .cuth .ryokin .list ul .madori {
    max-width: 24%;
  }
  .cuth .ryokin .list ul .time {
    max-width: 38.6%;
  }
  .cuth .ryokin .list ul .ryokin {
    max-width: 37.4%;
  }
  .cuth .ryokin .parrow .person {
    padding-left: 0;
  }
  .cuth .ryokin .parrow .green_text {
    width: 56vw;
  }
  .cuth .ryokin .parrow .green_text:after {
    display: none;
  }
  .cuth .ryokin .otoku .icon {
    max-width: 18vw;
  }
  .cuth .flow .arrow {
    margin: 8vw 0 -12vw;
  }
  .choice_box h2.center p {
    line-height: 1.5;
    font-size: 4.6vw;
    font-weight: bold;
    color: #503830;
  }
  .cuth .choice_box .box h4 .q {
    width: 20vw;
  }
  .id_ancher_sp {
    margin-top: -14.6666666667vw;
    padding-top: 14.6666666667vw;
  }
  .fixed_mt100 {
    margin-top: calc(13.3333333333vw - 14.6666666667vw);
    padding-top: calc(14.6666666667vw - 13.3333333333vw);
  }
  .fixed_sp_3syo {
    margin-top: -4vw;
  }
  .sp_text {
    font-size: 3.2vw !important;
  }
  .sp_br,
  .cuth .ryokin .bottom_text br.sp_br {
    display: block;
  }
}
