@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&family=Zen+Maru+Gothic:wght@500&display=swap");
/* =============================================== 
　　parts
=============================================== */
.mgothic, .detail_wrap dl dt, .management .voice h2, .management .strength h2, .staff dd .ttl, .staff dt, .link_area .btn_wrap li a, .anchor_list li, dl.detail > dt, .accordion dt span, .accordion dd div span, .mv.subject h1 {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}

.txt_centerd {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.fw_mid {
  font-weight: 500;
}

.fw_b {
  font-weight: bold;
}

@media (hover: hover) {
  .link_plain:hover, .link_area .btn_wrap li a:hover, .anchor_list li a:hover {
    color: inherit;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.7;
    text-decoration: none;
  }
}

.mv {
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-top: 55px;
  }
}
.mv .logo {
  width: min(100%, 1040px);
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  left: 50%;
  z-index: 1;
}
.mv .logo a {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 20px;
  width: 136px;
  height: 110px;
}
.mv .logo a img {
  width: 104px;
}
.mv.subject {
  color: #fff;
  position: relative;
  width: 100%;
}
.mv.subject .logo a {
  background: none;
}
.mv.subject h1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  font-size: 3.5rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 0 0 5px #000000;
}
@media screen and (max-width: 768px) {
  .mv.subject h1 {
    font-size: 1.7rem;
  }
}
.mv.subject h1 span {
  font-size: 2.8rem;
}
@media screen and (max-width: 768px) {
  .mv.subject h1 span {
    font-size: 1.4rem;
  }
}

.pc_hidden {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_hidden {
    display: block;
  }
  .sp_hidden{
    display: none;
  }
}
.contents_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 60px;
}
@media screen and (max-width: 768px) {
  .contents_wrap {
    display: block;
  }
  .contents_wrap.cf {
    padding-top: 15px;
  }
}
.contents_wrap .contents {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 768px) {
  .wrap_sp {
    padding: 0 10px;
  }
}

.side {
  width: 220px;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .side {
    width: 100%;
    font-size: 1.1rem;
  }
}
.side ul {
  border-top: 2px solid #E6E6E6;
}
@media screen and (max-width: 768px) {
  .side ul {
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 32px;
  }
  .side ul.col3 {
    gap: 10px 0;
  }
  .side ul.col3 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
  }
  .side ul.col3 li:nth-child(4n) {
    border-left: 1px solid #E6E6E6;
  }
}
.side ul li {
  border-bottom: 2px solid #E6E6E6;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .side ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: none;
    border-right: 1px solid #E6E6E6;
  }
  .side ul li:first-child {
    border-left: 1px solid #E6E6E6;
  }
}
.side ul li a {
  display: table-cell;
  vertical-align: middle;
  padding: 0.8em 15px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .side ul li a {
    padding: 7px 10px 17px;
    text-align: center;
  }
}
@media (hover: hover) {
  .side ul li a:hover {
    color: inherit;
    text-decoration: none;
    background: #F2F2F2;
    opacity: 1;
  }
}
.side ul li a::after {
  content: "";
  background: url(../img/arrow_menu.svg) no-repeat center/10px;
  width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 20px;
}
@media screen and (max-width: 768px) {
  .side ul li a::after {
    background-size: 5px;
    width: 5px;
    height: 9px;
    -webkit-transform: translate(-50%, 0%) rotate(90deg);
            transform: translate(-50%, 0%) rotate(90deg);
    top: calc(100% - 14px);
    left: 50%;
  }
}
.side ul li.active a {
  background-color: #F2F2F2;
}

@media screen and (min-width: 768px) {
  .qa .side li a {
    height: 88px;
  }
}

.sect_wrap:not(:last-of-type) {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .sect_wrap:not(:last-of-type) {
    margin-bottom: 60px;
  }
}

.float_box {
  overflow: hidden;
}
.float_box .float_img {
  margin: 0 0 25px 35px;
}
@media screen and (max-width: 768px) {
  .float_box .float_img {
    margin: 0 0 14px 14px;
    width: 47%;
  }
}
.float_box p {
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .float_box p {
    letter-spacing: 0.01em;
    font-size: 0.9rem;
  }
}

.president {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .president {
    font-size: 1.5rem;
  }
}

.guideline {
  gap: 23px 0;
}
.guideline li {
  font-weight: 500;
}
.guideline li:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .guideline li:not(:last-child) {
    margin-bottom: 20px;
  }
}
.guideline li strong {
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .guideline li strong {
    font-size: 1.1rem;
  }
}

table.profile {
  font-size: 2.2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  table.profile {
    font-size: 1.1rem;
  }
}
table.profile th, table.profile td {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  table.profile th, table.profile td {
    padding-top: 20px;
  }
}
table.profile th {
  width: 128px;
}
@media screen and (max-width: 768px) {
  table.profile th {
    width: 5.5em;
  }
}
table.profile td {
  font-weight: 500;
}
table.profile td p, table.profile td ul {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  table.profile td p, table.profile td ul {
    font-size: 0.9rem;
  }
}
table.profile td p {
  line-height: 2;
}
table.profile td .indent_list li:not(:last-child) {
  margin-bottom: 10px;
}
table.profile td .map_link {
  display: inline-block;
  width: 47px;
  margin-left: 1em;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  table.profile td .map_link {
    width: 23.5px;
    font-size: 0.75rem;
  }
}
table.profile td .map_link a {
  background: #ED800F;
  border-radius: 4px;
  display: block;
  padding: 0.25em 0;
}
@media screen and (max-width: 768px) {
  table.profile td .map_link a {
    border-radius: 2px;
  }
}
@media (hover: hover) {
  table.profile td .map_link a:hover {
    color: inherit;
    text-decoration: none;
  }
}
table.profile td .map {
  aspect-ratio: 1.3/1;
}
table.profile td .map iframe {
  width: 100%;
  height: 100%;
}

table.history {
  margin-top: 10px;
  width: 100%;
}
table.history th, table.history td {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  table.history th, table.history td {
    padding-top: 10px;
  }
}
table.history th {
  text-align: right;
  width: 195px;
  padding-right: 2em;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  table.history th {
    width: 10em;
    font-size: 0.9rem;
  }
}
table.history td {
  font-weight: 500;
}

.accordion {
  color: #000;
}
.accordion dt, .accordion dd div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 95px 20px 0;
}
@media screen and (max-width: 768px) {
  .accordion dt, .accordion dd div {
    padding: 10px 47px 10px 0;
  }
}
.accordion dt span, .accordion dd div span {
  background: #4EA0EA;
  border-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 0.23em;
  margin: 0 25px;
  width: 43px;
  aspect-ratio: 1/1;
  color: #fff;
  font-size: 2.7rem;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .accordion dt span, .accordion dd div span {
    margin: 0 12px;
    width: 21px;
    font-size: 1.35rem;
  }
}
.accordion dt {
  font-size: 1.8rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .accordion dt {
    font-size: 1.2rem;
  }
  .accordion dd {
    font-size: 1.1rem;
  }
}
.accordion dt::before, .accordion dt::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.accordion dt::after {
  border-top: 4px solid #B3B3B3;
  width: 30px;
  right: 30px;
}
@media screen and (max-width: 768px) {
  .accordion dt::after {
    border-width: 2px;
    width: 15px;
    right: 15px;
  }
}
.accordion dt.open {
  border-bottom: 2px solid #B3B3B3;
}
@media screen and (max-width: 768px) {
  .accordion dt.open {
    border-width: 1px;
  }
}
.accordion dt.open::before {
  border-left: 4px solid #B3B3B3;
  height: 30px;
  right: 43px;
}
@media screen and (max-width: 768px) {
  .accordion dt.open::before {
    border-width: 2px;
    height: 15px;
    right: 21px;
  }
}
.accordion dt.close {
  border-bottom: 2px dashed #B3B3B3;
}
@media screen and (max-width: 768px) {
  .accordion dt.close {
    border-width: 1px;
  }
}
.accordion dt.close + dd {
  border-bottom: 2px solid #B3B3B3;
}
@media screen and (max-width: 768px) {
  .accordion dt.close + dd {
    border-width: 1px;
  }
}
.accordion dd {
  display: none;
  background: #F4F4F4;
}
.accordion dd div span {
  background: #ED7474;
}

dl.detail > dt {
  margin-bottom: 15px;
  color: #ED800F;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  dl.detail > dt {
    margin-bottom: 5px;
    font-size: 1.2rem;
  }
}
dl.detail > dd:not(:last-of-type) {
  margin-bottom: 1em;
}
dl.detail > dd dl dt {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  dl.detail > dd dl dt {
    font-size: 1rem;
  }
}
dl.detail > dd dl dd {
  padding-left: 1em;
}
dl.detail > dd dl dd:not(:last-of-type) {
  margin-bottom: 1em;
}

.anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  gap: 0 23px;
}
@media screen and (max-width: 768px) {
  .anchor_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 25px;
    gap: 7px 8px;
  }
}
.anchor_list li {
  display: table;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 2.1rem;
}
@media screen and (max-width: 768px) {
  .anchor_list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 4px);
            flex: 0 0 calc(50% - 4px);
    font-size: 0.95rem;
  }
}
.anchor_list li a {
  display: table-cell;
  vertical-align: middle;
  background: url(../img/arrow_anchor.svg) no-repeat right 20px center/25px, #eee;
  border-radius: 17px;
  height: 100px;
  padding: 0 45px 0 27px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .anchor_list li a {
    background-size: 12px;
    background-position: right 10px center;
    border-radius: 8px;
    padding: 0 22px 0 10px;
    height: 50px;
  }
}

.item_wrap {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .item_wrap {
    padding-top: 16px;
  }
  .item_wrap:not(:last-of-type), .item_wrap:first-of-type {
    padding-bottom: 25px;
  }
}
.item_wrap .flex_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.6%;
}
@media screen and (max-width: 768px) {
  .item_wrap .flex_item {
    display: block;
  }
}
.item_wrap .flex_item.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.item_wrap .flex_item:not(:last-of-type) {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .item_wrap .flex_item:not(:last-of-type) {
    margin-bottom: 35px;
  }
}
.item_wrap .flex_item .ph {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
@media screen and (max-width: 768px) {
  .item_wrap .flex_item .ph {
    margin-bottom: 18px;
  }
}
.item_wrap .flex_item .txt_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.item_wrap .flex_item .txt_wrap .txt {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .item_wrap .flex_item .txt_wrap .txt {
    margin-bottom: 0 !important;
  }
}
.item_wrap .flex_item .txt_wrap .btn {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .item_wrap .flex_item .txt_wrap .btn {
    margin-top: 10px;
  }
}

.grid_box.col2.item {
  gap: 0 6%;
}
@media screen and (max-width: 768px) {
  .grid_box.col2.item {
    gap: 0 5%;
  }
}
@media screen and (max-width: 768px) {
  .grid_box.col2.item .detail_ttl {
    font-size: 1.3rem;
    margin-bottom: 8px !important;
  }
}
.grid_box.col2.item .detail_ttl[data-mh=ttl_group] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.grid_box.col2.item .ph {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .grid_box.col2.item .ph {
    margin-bottom: 10px;
  }
  .grid_box.col2.item .ph img, .grid_box.col2.item .ph video {
    border-radius: 7px;
  }
}

.flex_item .ph > img, .flex_item .ph > video, .grid_box.col2.item .ph > img, .grid_box.col2.item .ph > video {
  width: 100%;
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .flex_item .ph > img, .flex_item .ph > video, .grid_box.col2.item .ph > img, .grid_box.col2.item .ph > video {
    border-radius: 13px;
  }
}
.flex_item .txt, .grid_box.col2.item .txt {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .flex_item .txt, .grid_box.col2.item .txt {
    font-size: 0.9rem;
  }
}

.link_area {
  padding-top: 70px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .link_area {
    padding-top: 30px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
.osaosishop{
    padding: 0;
  }
}
.link_area .link_area_ttl {
  margin-bottom: 50px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .link_area .link_area_ttl {
    margin-bottom: 25px;
    font-size: 1.3rem;
  }
}
.link_area .link_area_ttl::before, .link_area .link_area_ttl::after {
  content: "";
  display: inline-block;
  height: 30px;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .link_area .link_area_ttl::before, .link_area .link_area_ttl::after {
    height: 15px;
  }
}
.link_area .link_area_ttl::before {
  border-left: 2px solid #4D4D4D;
  -webkit-transform: translateY(-5px) rotate(-35deg);
          transform: translateY(-5px) rotate(-35deg);
  padding-left: 44px;
}
@media screen and (max-width: 768px) {
  .link_area .link_area_ttl::before {
    border-width: 1px;
    padding-left: 22px;
  }
}
.link_area .link_area_ttl::after {
  border-right: 2px solid #4D4D4D;
  -webkit-transform: translateY(-5px) rotate(35deg);
          transform: translateY(-5px) rotate(35deg);
  padding-right: 44px;
}
@media screen and (max-width: 768px) {
  .link_area .link_area_ttl::after {
    border-width: 1px;
    padding-right: 22px;
  }
}
.link_area .btn_wrap {
  gap: 25px 20px;
  width: min(100%, 836px);
  margin: 0 auto;
  justify-content: center;
}
.link_area .btn_wrap.centerd {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .link_area .btn_wrap {
    width: min(100%, 360px);
    gap: 12px 10px;
  }
}
.link_area .btn_wrap li {
  width: 407px;
  color: #ED800F;
  font-size: 2.3rem;
}
@media screen and (max-width: 768px) {
  .link_area .btn_wrap li {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 768px){
.osaosishop .btn_wrap li {
    width: calc(50% - -25px);
  }
}
.link_area .btn_wrap li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/arrow_org.svg) no-repeat right 25px center/12px;
  border: 2px solid #ED800F;
  border-radius: 50px;
  height: 100px;
  padding: 0 50px 0 70px;
  text-align: center;
  position: relative;
}
@media (hover: hover) {
  .link_area .btn_wrap li a:hover {
    background-color: rgba(237, 128, 15, 0.2);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .link_area .btn_wrap li a {
    background-position: right 12px center;
    background-size: 6px;
    border-width: 1px;
    height: 38px;
    padding: 0 calc(5% + 12px) 0 22%;
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 768px) {
  .osaosishop .btn_wrap  li a {
    height: 50px;
  }
}
.link_area .btn_wrap li a::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 30px;
}
@media screen and (max-width: 768px) {
  .link_area .btn_wrap li a::before {
    width: 15px;
    height: 15px;
    left: 12%;
  }
}
.link_area .btn_wrap li a span {
  display: inline-block;
}

.btn_wrap li.works a::before {
  background: url(../img/business/icon_works.svg) no-repeat center/contain;
}

.btn_wrap li.shop a::before {
  background: url(../img/business/icon_shop.svg) no-repeat center/contain;
}

.btn_wrap li.sns a::before {
  background: url(../img/business/icon_sns.svg) no-repeat center/contain;
}
.btn_wrap li.oem a::before{
  background: url(../img/business/icon_oem.svg) no-repeat center/contain;
}

.staff {
  background: #F3F3F3;
  margin-top: 50px;
  padding: 40px 5% 50px;
}
@media screen and (max-width: 768px) {
  .staff {
    margin-top: 30px;
    padding: 25px;
  }
}
.staff dt {
  border-bottom: 4px solid #E2E2E2;
  padding-bottom: 30px;
  margin-bottom: 50px;
  font-size: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .staff dt {
    border-width: 2px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-size: 1.7rem;
  }
}
.staff dt::before {
  content: "";
  display: inline-block;
  background: url(../img/business/icon_staff.svg) no-repeat center/contain;
  width: 45px;
  height: 51px;
  vertical-align: bottom;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .staff dt::before {
    width: 22px;
    height: 25px;
    margin-right: 10px;
  }
}
.staff dd {
  gap: 0 5%;
}
@media screen and (max-width: 768px) {
  .staff dd {
    display: block;
    padding: 0 8px;
  }
}
.staff dd .grid_box {
  gap: 0 5%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  grid-template-columns: 42% 1fr;
}
@media screen and (max-width: 768px) {
  .staff dd .grid_box {
    grid-template-columns: 28.5% 1fr;
  }
  .staff dd .grid_box:not(:last-of-type) {
    margin-bottom: 20px;
  }
}
.staff dd .ttl {
  margin-bottom: 20px;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .staff dd .ttl {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }
}
.staff dd .txt {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .staff dd .txt {
    font-size: 0.8rem;
  }
}

.management .strength .flex_item .ph {
  padding-bottom: 4%;
  position: relative;
}
.management .strength .flex_item .ph::after {
  content: "";
  background: url(../img/business/management_illust.png) no-repeat right bottom/contain;
  width: 24.5%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 4%;
}
@media screen and (max-width: 768px) {
  .management .strength .flex_item .ph::after {
    width: 20.5%;
  }
}
.management .strength h2 {
  background: url(../img/business/management_ttl_bg.svg) no-repeat center top/auto;
  padding-top: 25px;
  font-size: 3.3rem;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .management .strength h2 {
    padding-top: 0;
    font-size: 1.6em;
    background-size: min(100%, 300px);
  }
}
.management .strength h2 span {
  border-bottom: 4px solid #BDBDBD;
  padding-bottom: 30px;
  margin-bottom: 85px;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .management .strength h2 span {
    border-width: 2px;
    padding-bottom: 15px;
    margin-bottom: 42px;
  }
}
.management .grid_box.col2.item {
  gap: 85px 8%;
}
@media screen and (max-width: 768px) {
  .management .grid_box.col2.item {
    grid-template-columns: 1fr;
    gap: 35px 0;
  }
}
.management .grid_box.col2.item > div .ph {
  position: relative;
}
@media screen and (max-width: 768px) {
  .management .grid_box.col2.item > div .ph {
    padding-bottom: 8px;
  }
}
.management .grid_box.col2.item > div .ph::after {
  content: "";
  width: 40.2%;
  height: 100%;
  position: absolute;
  bottom: -2%;
  right: 2%;
}
@media screen and (max-width: 768px) {
  .management .grid_box.col2.item > div .ph::after {
    bottom: 0;
  }
}
.management .grid_box.col2.item > div:nth-of-type(1) .ph {
  position: relative;
}
.management .grid_box.col2.item > div:nth-of-type(1) .ph::after {
  background: url(../img/business/management_illust01.png) no-repeat right bottom/contain;
}
.management .grid_box.col2.item > div:nth-of-type(2) .ph {
  position: relative;
}
.management .grid_box.col2.item > div:nth-of-type(2) .ph::after {
  background: url(../img/business/management_illust02.png) no-repeat right bottom/contain;
}
.management .grid_box.col2.item > div:nth-of-type(3) .ph {
  position: relative;
}
.management .grid_box.col2.item > div:nth-of-type(3) .ph::after {
  background: url(../img/business/management_illust03.png) no-repeat right bottom/contain;
}
.management .grid_box.col2.item > div:nth-of-type(4) .ph {
  position: relative;
}
.management .grid_box.col2.item > div:nth-of-type(4) .ph::after {
  background: url(../img/business/management_illust04.png) no-repeat right bottom/contain;
}
.management .grid_box.col2.item img {
  border-radius: 20px;
}
.management .grid_box.col2.item .detail_ttl {
  font-size: 2.6rem;
  margin-right: -20px;
}
@media screen and (max-width: 768px) {
  .management .grid_box.col2.item .detail_ttl {
    font-size: 1.5rem;
    margin-right: 0;
  }
}
.management .voice {
  background: #FFE1D8;
}
.management .voice h2 {
  margin-bottom: 20px;
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .management .voice h2 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}
.management .voice h2 > span {
  position: relative;
}
.management .voice h2 > span::before, .management .voice h2 > span::after {
  content: "";
  background: #4D4D4D;
  border-radius: 5px;
  width: 4px;
  height: 100px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .management .voice h2 > span::before, .management .voice h2 > span::after {
    width: 2px;
    height: 50px;
    bottom: -5px;
  }
}
.management .voice h2 > span::before {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  left: -85px;
}
@media screen and (max-width: 768px) {
  .management .voice h2 > span::before {
    left: -40px;
  }
}
.management .voice h2 > span::after {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  right: -85px;
}
@media screen and (max-width: 768px) {
  .management .voice h2 > span::after {
    right: -40px;
  }
}
.management .voice h2 > span span {
  color: #ED800F;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .management .voice h2 > span span {
    font-size: 2.1rem;
  }
}
.management .voice .notes {
  text-align: center;
}
.management .voice .voice_col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px 4%;
}
@media screen and (max-width: 768px) {
  .management .voice .voice_col {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.management .voice .voice_col dl {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .management .voice .voice_col dl {
    margin-top: 30px;
  }
}
.management .voice .voice_col dl:nth-of-type(1) dt::after {
  background: url(../img/business/management_voice_illust01.png) no-repeat center bottom/contain;
}
.management .voice .voice_col dl:nth-of-type(2) dt::after {
  background: url(../img/business/management_voice_illust02.png) no-repeat center bottom/contain;
}
.management .voice .voice_col dl:nth-of-type(3) dt::after {
  background: url(../img/business/management_voice_illust03.png) no-repeat center bottom/contain;
}
.management .voice .voice_col dl:nth-of-type(4) dt::after {
  background: url(../img/business/management_voice_illust04.png) no-repeat center bottom/contain;
}
.management .voice .voice_col dl:nth-of-type(4) dt {
  padding-right: 98px;
}
@media screen and (max-width: 768px) {
  .management .voice .voice_col dl:nth-of-type(4) dt {
    padding-right: 23%;
  }
}
.management .voice .voice_col dl:nth-of-type(4) dt::after {
  right: 10px;
}
.management .voice .voice_col dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ED800F;
  border-radius: 20px;
  padding: 4% 127px 4% 5.2%;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 768px) {
  .management .voice .voice_col dt {
    padding-right: 30%;
    margin-bottom: 17px;
  }
}
.management .voice .voice_col dt::before, .management .voice .voice_col dt::after {
  content: "";
  position: absolute;
}
.management .voice .voice_col dt::before {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #ED800F transparent transparent;
  border-width: 0px 20px 20px 0px;
  left: 48px;
  bottom: -20px;
}
@media screen and (max-width: 768px) {
  .management .voice .voice_col dt::before {
    border-width: 0px 12px 12px 0px;
    left: 35px;
    bottom: -12px;
  }
}
.management .voice .voice_col dt::after {
  width: 110px;
  height: 115px;
  bottom: 0;
  right: 18px;
}
@media screen and (max-width: 768px) {
  .management .voice .voice_col dt::after {
    width: 22%;
    height: 122%;
  }
}
.management .voice .voice_col dt div {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 3rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .management .voice .voice_col dt div {
    font-size: 1.9rem;
  }
}
.management .voice .voice_col dt div span {
  display: block;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .management .voice .voice_col dt div span {
    font-size: 0.8rem;
  }
}
.management .voice .voice_col dt h3 {
  border-left: 2px solid #fff;
  padding-left: 20px;
  margin-left: 20px;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .management .voice .voice_col dt h3 {
    border-width: 1px;
    padding-left: 10px;
    margin-left: 10px;
    font-size: 1.1rem;
  }
}
.management .voice .voice_col dd {
  display: grid;
  grid-template-columns: 32.8% 1fr;
  gap: 0 5%;
  background: #fff;
  padding: 17px;
}
@media screen and (max-width: 768px) {
  .management .voice .voice_col dd {
    grid-template-columns: 32.5% 1fr;
    padding: 10px;
  }
}
.management .voice .voice_col dd .ttl {
  font-weight: bold;
  margin-bottom: 5px;
  color: #ED800F;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .management .voice .voice_col dd .ttl {
    font-size: 1.1rem;
  }
}
.management .voice .voice_col dd .txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .management .voice .voice_col dd .txt {
    font-size: 0.8rem;
  }
}

.about {
  grid-template-columns: 52% 1fr;
  gap: 0 6%;
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .about {
    grid-template-columns: 1fr;
    gap: 30px 0;
    margin-bottom: 25px;
  }
}
.about .detail_ttl {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .about .detail_ttl {
    text-align: center;
  }
}

.bg_box {
  background: #F2F2F2;
  padding: 30px 50px;
}
@media screen and (max-width: 768px) {
  .bg_box {
    padding: 22px 25px;
  }
}
.bg_box .flex_box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 5%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .bg_box .flex_box {
    gap: 15px 0;
  }
}
.bg_box .flex_box p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  line-height: 1.88;
}
@media screen and (max-width: 768px) {
  .bg_box .flex_box p {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.bg_box .flex_box .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1.2;
      -ms-flex: 1.2;
          flex: 1.2;
  background: #fff;
  padding: 30px;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .bg_box .flex_box .box {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    padding: 15px;
    gap: 11px;
  }
}
.bg_box .flex_box .box p {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
  color: #ED800F;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .bg_box .flex_box .box p {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.1rem;
  }
}
.bg_box .flex_box .box p em {
  display: block;
  font-size: 4rem;
  text-align: center;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .bg_box .flex_box .box p em {
    font-size: 2.1rem;
  }
}
.bg_box .flex_box .box .sdgs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  width: min(100%, 255px);
}
@media screen and (max-width: 768px) {
  .bg_box .flex_box .box .sdgs_list {
    gap: 3px;
    -webkit-box-flex: 2.4;
        -ms-flex: 2.4;
            flex: 2.4;
  }
}
.bg_box .flex_box .box .sdgs_list li {
  width: 59px;
}
@media screen and (max-width: 768px) {
  .bg_box .flex_box .box .sdgs_list li {
    width: calc(25% - 3px);
  }
}

.detail_wrap {
  gap: 0 8%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.detail_wrap dl {
  border-bottom: 4px solid #E6E6E6;
  padding: 40px 0;
  width: 46%;
}
@media screen and (max-width: 768px) {
  .detail_wrap dl {
    border-width: 2px;
    padding: 24px 0;
    width: 100%;
  }
}
.detail_wrap dl:nth-of-type(1) dt::before {
  content: "1";
}
.detail_wrap dl:nth-of-type(2) dt::before {
  content: "2";
}
.detail_wrap dl:nth-of-type(3) dt::before {
  content: "3";
}
.detail_wrap dl:nth-of-type(4) dt::before {
  content: "4";
}
.detail_wrap dl:nth-of-type(5) dt::before {
  content: "5";
}
.detail_wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  color: #ED800F;
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .detail_wrap dl dt {
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
}
.detail_wrap dl dt::before {
  background: #ED800F;
  border-radius: 9px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 15px;
  color: #fff;
  font-size: 3.7rem;
  line-height: 57px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .detail_wrap dl dt::before {
    border-radius: 4px;
    width: 37px;
    height: 37px;
    font-size: 2.3rem;
    line-height: 35px;
  }
}
.detail_wrap dl dd .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 20px;
}
@media screen and (max-width: 768px) {
  .detail_wrap dl dd .detail {
    font-size: 0.9rem;
  }
}
.detail_wrap dl dd .detail .ph {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .detail_wrap dl dd .detail .ph {
    width: 42%;
  }
}
.detail_wrap dl dd .icon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media screen and (max-width: 768px) {
  .detail_wrap dl dd .icon_list {
    gap: 3.5px;
  }
}
.detail_wrap dl dd .icon_list li {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .detail_wrap dl dd .icon_list li {
    width: 30px;
  }
}
.detail_wrap dl dd .txt_list li:not(:last-child) {
  margin-bottom: 0.35em;
}

.txt_red {
  color: #FF0000;
}

.txt_blk {
  color: #000;
}

#otoiawase_page .wrap {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #otoiawase_page .wrap {
    font-size: 0.9rem;
  }
}
#otoiawase_page table {
  border: 2px solid #E6E6E6;
  border-bottom: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #otoiawase_page table {
    display: block;
  }
  #otoiawase_page table tbody, #otoiawase_page table tr, #otoiawase_page table th, #otoiawase_page table td {
    display: block;
    width: 100%;
  }
}
#otoiawase_page table th, #otoiawase_page table td {
  border-bottom: 2px solid #E6E6E6;
  vertical-align: middle;
}
#otoiawase_page table th {
  background: #F0F0F0;
  padding: 25px 30px;
  font-size: 2.4rem;
  width: 390px;
}
@media screen and (max-width: 768px) {
  #otoiawase_page table th {
    padding: 13px 15px;
    font-size: 16px;
    width: 100%;
  }
}
#otoiawase_page table th span {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #otoiawase_page table th span {
    font-size: 16px;
  }
}
#otoiawase_page table th span.required {
  display: inline-block;
  background: #DF2229;
  border-radius: 10px;
  width: 76px;
  padding: 9px 0 11px;
  margin-left: 15px;
  color: #fff;
  font-size: 2.2rem;
  line-height: 1;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #otoiawase_page table th span.required {
    border-radius: 5px;
    width: 38px;
    padding: 5px 0 6px;
    font-size: 1.2rem;
    margin-left: 10px;
  }
}
#otoiawase_page table td {
  padding: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #otoiawase_page table td {
    padding: 13px 15px;
    font-size: 16px;
  }
}
#otoiawase_page .box {
  background: #F0F0F0;
  padding: 30px 25px;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #otoiawase_page .box {
    padding: 15px 13px;
    margin-top: 60px;
  }
}
#otoiawase_page .privacy {
  padding-bottom: 20px;
  margin: 75px 0 30px;
  text-align: center;
}

#otoiawase_page .privacy h3 {
  margin-bottom: 25px;
  font-size: 2.4rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  #otoiawase_page .privacy h3 {
    margin-bottom: 13px;
    font-size: 1.2rem;
  }
}
#otoiawase_page .privacy .checkbox_custom {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #otoiawase_page .privacy .checkbox_custom {
    font-size: 1rem;
  }
}
#otoiawase_page .scroll_wrap {
  background: #fff;
  border: 1px solid #CBCBCB;
  border-radius: 10px;
  overflow-y: scroll;
  height: 375px;
  padding: 20px 30px;
  margin-bottom: 25px;
  color: #000;
}
@media screen and (max-width: 768px) {
  #otoiawase_page .scroll_wrap {
    height: 200px;
    padding: 20px;
    margin-bottom: 13px;
  }
}
#otoiawase_page .scroll_wrap p {
  font-weight: bold;
}
#otoiawase_page .scroll_wrap dl dt {
  font-weight: bold;
}
#otoiawase_page .scroll_wrap dl dd:not(:last-of-type) {
  margin-bottom: 30px;
}

#otoiawase_page .contact_box {
  border: 4px solid #eee;
  padding: 30px 25px;
  margin-top: 70px;
  color: #000;
}
@media screen and (max-width: 768px) {
  #otoiawase_page .contact_box {
    border-width: 2px;
    padding: 15px 13px;
    margin-top: 35px;
  }
}
#otoiawase_page .contact_box p {
  text-align: center;
}
#otoiawase_page .contact_box .ttl {
  margin-bottom: 25px;
  font-size: 2.4rem;
  letter-spacing: 0.15em;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #otoiawase_page .contact_box .ttl {
    margin-bottom: 13px;
    font-size: 1.2rem;
  }
}
#otoiawase_page .contact_box .tel {
  width: min(100%, 558px);
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  #otoiawase_page .contact_box .tel {
    width: min(100%, 250px);
    margin-bottom: 10px;
  }
}
#otoiawase_page .contact_box .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/icon_tel_wht.svg) no-repeat left 90px top 55%, #00A0D9;
  border-radius: 42px;
  width: 100%;
  height: 84px;
  padding-left: 60px;
  color: #fff;
  font-size: 4.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#otoiawase_page .contact_box .tel a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #otoiawase_page .contact_box .tel a {
    background-size: 17px;
    background-position: left 30px top 55%;
    height: 42px;
    padding-left: 30px;
    font-size: 2.2rem;
  }
}
#otoiawase_page .contact_box .txt {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #otoiawase_page .contact_box .txt {
    font-size: 1.1rem;
  }
}

textarea, input[type=text], input[type=email] {
  border: 1px solid #CBCBCB;
  border-radius: 10px;
  height: auto;
  width: 100%;
  padding: 15px 20px;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  textarea, input[type=text], input[type=email] {
    border-radius: 5px;
    padding: 13px 10px;
    font-size: 16px;
  }
}

.check_list {
  padding: 10px 0;
}
.check_list span {
  display: block;
}
.check_list span:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .check_list {
    padding: 0;
  }
  .check_list li:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

input[type=radio] + span {
  font-weight: 500;
}

input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=checkbox] + span, input[type=radio] + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 768px) {
  input[type=checkbox] + span, input[type=radio] + span {
    gap: 0 5px;
  }
}
input[type=checkbox] + span::before, input[type=radio] + span::before {
  content: "";
  background: #fff;
  border: 2px solid #CBCBCB;
  border-radius: 10px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 43px;
  height: 43px;
}
@media screen and (max-width: 768px) {
  input[type=checkbox] + span::before, input[type=radio] + span::before {
    border-width: 1px;
    border-radius: 5px;
    width: 21px;
    height: 21px;
  }
}
input[type=checkbox]:checked + span::after, input[type=radio]:checked + span::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 14px;
  width: 15px;
  height: 19px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-bottom: 4px solid #0082CF;
  border-right: 4px solid #0082CF;
}
@media screen and (max-width: 768px) {
  input[type=checkbox]:checked + span::after, input[type=radio]:checked + span::after {
    border-width: 2px;
    top: 4px;
    left: 7px;
    width: 7px;
    height: 10px;
  }
}

.sub {
  text-align: center;
}
.sub input[type=submit] {
  background: #F7830F;
  border-radius: 45px;
  border: none;
  width: min(100%, 400px);
  height: 80px;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  cursor: pointer;
}
@media (hover: hover) {
  .sub input[type=submit]:hover {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .sub input[type=submit] {
    width: min(100%, 200px);
    height: 40px;
    font-size: 1.6rem;
  }
}

.file {
  font-weight: bold;
}
.file label {
  display: inline-block;
  background: #F2F2F2;
  border: 2px solid #CBCBCB;
  border-radius: 5px;
  width: 198px;
  padding: 8px 0;
  margin: 0 15px 0 10px;
  font-size: 2rem;
  text-align: center;
  cursor: pointer;
}
@media (hover: hover) {
  .file label:hover {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .file label {
    border-width: 1px;
    margin: 0 0 5px 0;
    font-size: 14px;
  }
}
.file input[type=file] {
  display: none;
}
.file .parts_wrap {
  display: inline;
}
@media screen and (max-width: 768px) {
  .file .parts_wrap {
    display: block;
  }
}
.file .file_name {
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .file .file_name {
    display: inline-block;
    margin-right: 8px;
    font-size: 14px;
  }
}
.file #file_clear {
  display: none;
  padding: 0;
  width: 30px;
  height: 30px;
  border: none;
  border-radius: 0;
  font-size: 1.8rem;
  color: inherit;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .file #file_clear {
    width: 25px;
    height: 25px;
  }
}

.error_wrap span:last-of-type {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .error_wrap span:last-of-type {
    margin-bottom: 15px;
  }
}

.grecaptcha-badge {
  bottom: 100px !important;
}
@media screen and (max-width: 768px) {
  .grecaptcha-badge {
    bottom: 60px !important;
  }
}

.mwform-file-delete {
  display: none;
}