@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
}

html {
  color: #333;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: break-word;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
select,
textarea,
button {
  color: inherit;
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

#wrapper {
  position: relative;
}

.inner-block {
  margin: 0 auto;
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

.ib {
  display: inline-block;
}

/* @font-face {
src: url(../font/NotoSansJP-Regular.otf) format("woff"),
url(../font/NotoSansJP-Regular.otf) format("opentype");
font-family: "Noto Sans JP";
font-weight: 400;
font-display: swap;
}
@font-face {
src: url(../font/NotoSansJP-Medium.otf) format("woff"),
url(../font/NotoSansJP-Medium.otf) formffat("opentype");
font-family: "Noto Sans JP";
font-weight: 500;
font-display: swap;
}
@font-face {
src: url(../font/NotoSansJP-Bold.otf) format("woff"),
 url(../font/NotoSansJP-Bold.otf) format("opentype");
font-family: "Noto Sans JP";
font-weight: 700;
font-display: swap;
}
@font-face {
src: url(../font/NotoSansJP-Black.otf) format("woff"),
 url(../font/NotoSansJP-Black.otf) format("opentype");
font-family: "Noto Sans JP";
font-weight: 900;
font-display: swap;
}
@font-face {
src: url(../font/Roboto-Regular.ttf) format("woff"),
url(../font/Roboto-Regular.ttf) format("opentype");
font-family: "Roboto";
font-weight: 400;
font-display: swap;
}
@font-face {
src: url(../font/Roboto-Medium.ttf) format("woff"),
url(../font/Roboto-Medium.ttf) format("opentype");
font-family: "Roboto";
font-weight: 500;
font-display: swap;
}
@font-face {
src: url(../font/Roboto-Bold.ttf) format("woff"),
 url(../font/Roboto-Bold.ttf) format("opentype");
font-family: "Roboto";
font-weight: 700;
font-display: swap;
}
@font-face {
src: url(../font/Roboto-Black.ttf) format("woff"),
 url(../font/Roboto-Black.ttf) format("opentype");
font-family: "Roboto";
font-weight: 900;
font-display: swap;
} */
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-header
----------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}

.c-header {
  background: transparent;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header.bg-white {
  background: #fff;
}
.c-header.is-active {
  background: #fff;
}
.c-header .header-inn {
  padding: 30px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-header .logo-area {
  padding-left: 30px;
}
.c-header .toggle-btn {
  background: #F08322;
  width: 60px;
  height: 60px;
  display: block;
  position: relative;
}
.c-header .toggle-btn.is-active .line:first-child {
  -webkit-transform: rotate(45deg) translate(8px, 7px);
          transform: rotate(45deg) translate(8px, 7px);
}
.c-header .toggle-btn.is-active .line:nth-child(2) {
  opacity: 0;
}
.c-header .toggle-btn.is-active .line:last-child {
  -webkit-transform: rotate(-45deg) translate(7px, -7px);
          transform: rotate(-45deg) translate(7px, -7px);
}
.c-header .toggle-btn .inn {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 24px;
}
.c-header .toggle-btn .line {
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-header .toggle-btn .line:first-child {
  top: 0;
}
.c-header .toggle-btn .line:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-header .toggle-btn .line:last-child {
  bottom: 0;
}
.c-header .r-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .r-area .menu-inn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .h-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  gap: clamp(30px, 60px, min(60px, 3.125vw));
  margin-right: min(80px, 4.1666666667vw);
}
.c-header .toggle-menu {
  position: relative;
}
.c-header .toggle-menu > a {
  position: relative;
  padding-right: 31px;
}
.c-header .toggle-menu > a::after {
  content: "";
  -webkit-mask: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
          mask: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
  width: 20px;
  height: 20px;
  background: #F08322;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-header .toggle-menu-area {
  background: #fff;
  display: block;
  width: 120%;
  position: absolute;
  top: 30px;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  padding: 10px;
  border-radius: 10px;
}
.c-header .toggle-menu-area > li.pc-header {
  display: block;
}
.c-header .toggle-menu-area > li.sp-header {
  display: none;
}
.c-header .toggle-menu-area a {
  font-weight: 500;
  font-size: 14px;
  border-bottom: 1px solid #E0E0E0;
  padding: 7px 0;
  display: block;
}
.c-header .btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
.c-header .c-contact-btn {
  width: 288px;
  background: #F08322;
  border: 1px solid #F08322;
}
.c-header .c-contact-btn .txt {
  color: #fff;
}
.c-header .c-contact-btn .icon-area {
  background: #D36300;
}
.c-header .c-contact-btn .icon-area::before {
  background: #fff;
}
.c-header .c-document-btn {
  width: 324px;
  background: #448a19;
  border: 1px solid #448a19;
}
.c-header .c-document-btn .txt {
  color: #fff;
}
.c-header .c-document-btn .icon-area {
  background: #005f07;
}
.c-header .c-document-btn .icon-area::before {
  background: #fff;
}

.contact-area {
  background: #FFF2E8;
  color: #333;
  gap: 0px;
  padding: 80px 0 0;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.contact-area::before {
  content: "";
  background: url(../img/common/bg-arrow04.svg) no-repeat left/contain;
  width: min(900px, 46.875vw);
  height: -webkit-fill-available;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.contact-area::after {
  content: "";
  background: url(../img/common/bg-arrow05.svg) no-repeat right/contain;
  width: min(900px, 46.875vw);
  height: -webkit-fill-available;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
.contact-area .wrapper {
  position: relative;
  padding-bottom: 80px;
}
.contact-area .wrapper::before {
  content: "";
  background: url(../img/common/contact-img01.png.webp) center center/contain no-repeat;
  position: absolute;
  left: 0;
  bottom: -80px;
  width: min(502px, 26.1458333333vw);
  height: -webkit-fill-available;
}
.contact-area .wrapper::after {
  content: "";
  background: url(../img/common/contact-img02.png.webp) center center/contain no-repeat;
  position: absolute;
  right: -15px;
  bottom: -51px;
  width: min(535px, 27.8645833333vw);
  height: -webkit-fill-available;
}
.contact-area .wrap {
  text-align: center;
}
.contact-area .hour-24 {
  font-weight: bold;
  line-height: 1.8;
  display: inline-block;
  position: relative;
  padding: 0 38px;
}
.contact-area .hour-24::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 3px;
  width: 35px;
  display: block;
  background: #333;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}
.contact-area .hour-24::after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 0;
  height: 3px;
  width: 35px;
  display: block;
  background: #333;
  -webkit-transform: rotate(-50deg);
          transform: rotate(-50deg);
}
.contact-area .hour-24 .num {
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  margin-right: 8px;
}
.contact-area .ttl {
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
  font-size: 32px;
  line-height: 1.5;
}
.contact-area .desc {
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
  margin-top: 40px;
}
.contact-area .btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.contact-area .btn-area .c-contact-btn {
  background: #F08322;
  width: min(400px, 20.8333333333vw);
}
.contact-area .btn-area .c-contact-btn .txt {
  color: #fff;
}
.contact-area .btn-area .c-contact-btn .icon-area {
  background: #D36300;
}
.contact-area .btn-area .c-contact-btn .icon-area::before {
  background: #fff;
}
.contact-area .btn-area .c-document-btn {
  background: #448a19;
  width: min(400px, 20.8333333333vw);
}
.contact-area .btn-area .c-document-btn .txt {
  color: #fff;
}
.contact-area .btn-area .c-document-btn .icon-area {
  background: #005f07;
}
.contact-area .btn-area .c-document-btn .icon-area::before {
  background: #fff;
}

.c-footer {
  background: #050B25;
  color: #fff;
}
.c-footer .f-inn {
  padding: 80px min(140px, 7.2916666667vw) 100px min(100px, 5.2083333333vw);
}
.c-footer .top-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-footer .top-area .r-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-footer .f-menu {
  font-weight: 500;
}
.c-footer .f-menu:first-child, .c-footer .f-menu:nth-child(2) {
  margin-right: min(50px, 2.6041666667vw);
}
.c-footer .f-menu .menu-ttl + .menu-ttl {
  margin-top: 40px;
}
.c-footer .f-menu .menu-ttl + .inn-menu {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  margin-top: 20px;
  font-size: 14px;
  padding: 20px;
}
.c-footer .f-menu .menu-ttl + .inn-menu a {
  font-size: 14px;
  position: relative;
}
.c-footer .f-menu .menu-ttl + .inn-menu a:not(.event-none) {
  padding-left: 10px;
}
.c-footer .f-menu .menu-ttl + .inn-menu a:not(.event-none)::before {
  background: #D9D9D9;
  content: "";
  height: 1px;
  width: 5px;
  position: absolute;
  top: 10px;
  left: 0;
}
.c-footer .f-menu .menu-ttl + .inn-menu a.event-none {
  pointer-events: none;
  font-size: 16px;
}
.c-footer .f-menu .menu-ttl + .inn-menu > li {
  margin-bottom: 15px;
}
.c-footer .f-menu .menu-ttl + .inn-menu > li:last-child {
  margin-bottom: 0;
}
.c-footer .f-menu.menu-ttl-none .inn-menu {
  margin-top: 45px;
}
.c-footer .btn-area {
  margin-left: 100px;
  margin-right: 8px;
}
.c-footer .btn-area .c-contact-btn {
  width: 324px;
  background: #F08322;
  margin-bottom: 30px;
}
.c-footer .btn-area .c-contact-btn .txt {
  color: #fff;
}
.c-footer .btn-area .c-contact-btn .icon-area {
  background: #D36300;
}
.c-footer .btn-area .c-contact-btn .icon-area::before {
  background: #fff;
}
.c-footer .btn-area .c-document-btn {
  width: 324px;
  background: #448a19;
}
.c-footer .btn-area .c-document-btn .txt {
  color: #fff;
}
.c-footer .btn-area .c-document-btn .icon-area {
  background: #005f07;
}
.c-footer .btn-area .c-document-btn .icon-area::before {
  background: #fff;
}
.c-footer .bottom-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 75px;
}
.c-footer .bottom-area .link-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 30px;
  font-weight: 500;
  font-size: 12px;
}
.c-footer .copyright {
  font-weight: 500;
  font-size: 12px;
}

.c-ttl01 .en {
  font-family: "Roboto", sans-serif;
  color: #F08322;
  font-size: 12px;
  line-height: 1.6;
  display: block;
  font-weight: bold;
}
.c-ttl01 .ja {
  display: block;
  font-weight: bold;
  line-height: 1;
  font-size: clamp(32px, 40px, min(40px, 2.0833333333vw));
  margin-top: 20px;
}

.c-contact-btn {
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.c-contact-btn .txt {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-contact-btn .icon-area {
  width: 80px;
  height: 80px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 0 5px 5px 0;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-contact-btn .icon-area::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-mask: url(../img/common/icon-mail.svg) center center/contain no-repeat;
          mask: url(../img/common/icon-mail.svg) center center/contain no-repeat;
  width: 34px;
  height: 34px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-document-btn {
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.c-document-btn .txt {
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-document-btn .icon-area {
  width: 80px;
  height: 80px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 0 5px 5px 0;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-document-btn .icon-area::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-mask: url(../img/common/icon-document.svg) center center/contain no-repeat;
          mask: url(../img/common/icon-document.svg) center center/contain no-repeat;
  width: 34px;
  height: 34px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.c-btn01 {
  background: #F08322;
  border-radius: 5px;
  cursor: pointer;
  color: #fff;
  position: relative;
  padding: 22px 80px 22px 70px;
  font-weight: bold;
  line-height: 1;
  border: 1px solid #F08322;
  font-size: 16px;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn01::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-mask: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
          mask: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
  background: #fff;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-btn01.arrow-down {
  padding: 17px 80px 17px 70px;
}
.c-btn01.arrow-down::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.js-list .js-more-btn {
  padding-top: 21px;
  padding-bottom: 21px;
}
.js-list .js-more-btn.close {
  display: none;
}
.js-list .js-more-btn.close::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.c-bg-white {
  position: relative;
  z-index: 1;
  background: #fff;
}

.c-list.all-showed::after {
  opacity: 0;
}

.c-kv-section {
  position: relative;
  background: #F2F2F2;
  padding: 200px 0 74px;
  position: relative;
  overflow-x: hidden;
}
.c-kv-section::after {
  content: "";
  position: absolute;
  width: min(900px, 46.875vw);
  background: url(../img/common/kv-arrow.svg) no-repeat left 2px top/cover;
  height: -webkit-fill-available;
  top: 0;
  right: 0;
}
.c-kv-section .inner-block {
  max-width: 1600px;
  z-index: 1;
}
.c-kv-section .page-ttl {
  color: #999;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}
.c-kv-section .page-ttl .ja {
  font-weight: bold;
  font-size: 50px;
  line-height: 1.6;
  color: #333;
}
.c-kv-section .page-ttl .en {
  font-weight: bold;
  line-height: 1.6;
  font-family: "Roboto", sans-serif;
  color: #F08322;
  vertical-align: top;
  display: inline-block;
  position: relative;
  padding-left: 23px;
  margin-left: 17px;
  margin-top: 32px;
  font-family: "Roboto", sans-serif;
}
.c-kv-section .page-ttl .en::before {
  content: "";
  background: #999;
  position: absolute;
  top: -1px;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 16px;
  height: 1px;
  -webkit-transform: rotate(-66deg);
          transform: rotate(-66deg);
}
.c-kv-section .breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-kv-section .breadcrumb > li {
  line-height: 1.6;
  font-size: 14px;
}
.c-kv-section .breadcrumb > li > a {
  padding-right: 30px;
  margin-right: 9px;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
}
.c-kv-section .breadcrumb > li > a::after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  background: url(../img/common/icon-arrow02.svg) center center/contain no-repeat;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.article-content p {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.article-content .wp-block-buttons {
  text-align: center;
  margin-top: 40px;
}
.article-content .wp-block-buttons-is-layout-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.article-content .wp-element-button {
  border: 1px solid #F08322;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  background: #F08322;
  padding: 22px 99px 22px 89px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}
.article-content .wp-element-button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 16px;
  -webkit-mask: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
          mask: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
  width: 16px;
  height: 16px;
  background: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.article-content .wp-element-button[target=_blank]::after {
  -webkit-mask: url(../img/common/icon-blank.svg) center center/contain no-repeat;
          mask: url(../img/common/icon-blank.svg) center center/contain no-repeat;
  width: 15px;
  height: 15px;
}
.article-content h2 {
  font-weight: bold;
  color: #F08322;
  font-size: 30px;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #A1A1A1;
  margin: 50px 0 40px;
}
.article-content h3 {
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #A1A1A1;
  font-size: 24px;
  line-height: 1.5;
  margin: 50px 0;
}
.article-content a {
  text-decoration: underline;
  color: #007AFF;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 30px;
}
.article-content ol {
  font-size: 14px;
  counter-reset: number 0;
  margin-bottom: 30px;
}
.article-content ol > li {
  position: relative;
  line-height: 1.8;
  font-weight: 500;
  padding-left: 22px;
}
.article-content ol > li::before {
  content: counter(number) ".";
  counter-increment: number 1;
  font-weight: 500;
  line-height: 1.8;
  color: #F08322;
  position: absolute;
  top: 0px;
  left: 0;
}
.article-content ul {
  font-size: 14px;
  margin-bottom: 30px;
}
.article-content ul > li {
  position: relative;
  font-weight: 500;
  line-height: 1.8;
  padding-left: 20px;
}
.article-content ul > li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #333;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 3px;
}
.article-content .wp-block-columns-is-layout-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.article-content .wp-block-columns-is-layout-flex .wp-block-column {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.article-content .wp-block-columns-is-layout-flex .wp-block-column p:last-child {
  margin-bottom: 0;
}

.fadeInUp {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.fadeInUp.is-animated {
  -webkit-animation: fadeInUp 1s both;
          animation: fadeInUp 1s both;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.wpcf7-spinner {
  display: none !important;
}

.c-cta-area {
  background: #F2F2F2;
  position: relative;
  padding: 60px 0;
  color: #333;
  z-index: 1;
  overflow: hidden;
}
.c-cta-area::before {
  content: "";
  background: url(../img/common/bg-arrow03.svg) no-repeat right/contain;
  width: min(400px, 20.8333333333vw);
  height: -webkit-fill-available;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
.c-cta-area::after {
  content: "";
  background: url(../img/common/bg-arrow02.svg) no-repeat right/contain;
  width: min(500px, 26.0416666667vw);
  height: -webkit-fill-available;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.c-cta-area .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1550px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-cta-area .l-area {
  padding-left: 9px;
}
.c-cta-area .wrap {
  text-align: center;
}
.c-cta-area .hour-24 {
  font-weight: bold;
  line-height: 1.8;
  display: inline-block;
  padding: 0 24px;
  position: relative;
}
.c-cta-area .hour-24 .num {
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.02em;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  margin-right: 3px;
}
.c-cta-area .hour-24::before {
  content: "";
  width: 4px;
  height: 40px;
  background: #333;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-cta-area .hour-24::after {
  content: "";
  width: 4px;
  height: 40px;
  background: #333;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  position: absolute;
  right: 0;
  bottom: 0;
}
.c-cta-area .main-txt {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 25px;
}
.c-cta-area .btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 12px;
  position: relative;
}
.c-cta-area .btn-area::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #999;
}
.c-cta-area .btn-area .c-contact-btn {
  background: #F08322;
  width: 400px;
}
.c-cta-area .btn-area .c-contact-btn .txt {
  color: #fff;
}
.c-cta-area .btn-area .c-contact-btn .icon-area {
  background: #D36300;
}
.c-cta-area .btn-area .c-contact-btn .icon-area::before {
  background: #fff;
}
.c-cta-area .btn-area .c-document-btn {
  background: #448a19;
  width: 400px;
}
.c-cta-area .btn-area .c-document-btn .txt {
  color: #fff;
}
.c-cta-area .btn-area .c-document-btn .icon-area {
  background: #005f07;
}
.c-cta-area .btn-area .c-document-btn .icon-area::before {
  background: #fff;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */
main {
  background: #F2F2F2;
}

.home .mv-section {
  padding: 200px 0 61px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #F2F2F2;
}
.home .mv-section::before {
  content: "";
  background: url(../img/home/bg-arrow01.svg) center center/contain no-repeat;
  width: min(900px, 46.875vw);
  height: -webkit-fill-available;
  position: absolute;
  bottom: -88%;
  left: 0;
  z-index: 0;
}
.home .mv-section .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1860px;
  gap: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .mv-section .l-area {
  padding-left: min(190px, 9.8958333333vw);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.home .mv-section .tab-img {
  display: none;
}
.home .mv-section .main-ttl {
  font-weight: 900;
  color: #1D2852;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.home .mv-section .main-ttl .ja {
  font-size: clamp(80px, 128px, min(128px, 6.6666666667vw));
  line-height: 1;
}
.home .mv-section .main-ttl .small {
  display: block;
  font-size: clamp(20px, 32px, min(32px, 1.6666666667vw));
  line-height: 1;
  letter-spacing: 0.31em;
  margin-bottom: 5px;
}
.home .mv-section .main-ttl .small .strong {
  color: #F08322;
}
.home .mv-section .main-ttl .en {
  color: #F08322;
  font-family: "Roboto", sans-serif;
  font-size: clamp(100px, 230px, min(230px, 11.9791666667vw));
  line-height: 0.76;
}
.home .mv-section .dec {
  color: #1D2852;
  font-weight: bold;
  font-size: 21px;
  margin-top: 33px;
}
.home .mv-section .check-list {
  margin-top: 50px;
  color: #1D2852;
  font-weight: bold;
  font-size: 23px;
  margin-left: 2px;
}
.home .mv-section .check-list > li {
  position: relative;
  padding-left: 56px;
  margin-bottom: 25px;
  text-align: left;
}
.home .mv-section .check-list > li::before {
  content: "";
  background: url(../img/common/icon-check.svg) center center/contain no-repeat;
  position: absolute;
  top: -2px;
  left: 0;
  width: 40px;
  height: 40px;
}
.home .mv-section .check-list > li:last-child {
  margin-bottom: 0;
}
.home .mv-section .award-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 40px;
}
.home .mv-section .award-list > li {
  position: relative;
  text-align: center;
  color: #1D2852;
  font-weight: bold;
  line-height: 1.3;
  width: calc((100% - 24px) / 3);
  padding: 5px 0;
}
.home .mv-section .award-list > li::before {
  content: "";
  background: url(../img/home/frame.svg) center center/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 26px;
}
.home .mv-section .award-list > li::after {
  content: "";
  background: url(../img/home/frame.svg) center center/contain no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 26px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.home .mv-section .award-list .strong {
  color: #F08322;
  font-size: 20px;
  margin-top: 3px;
  display: inline-block;
}
.home .mv-section .award-list .strong .small {
  font-size: 12px;
}
.home .mv-section .award-list .strong .num {
  font-size: clamp(30px, 48px, min(48px, 2.5vw));
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
.home .mv-section .award-list .attention {
  font-weight: 500;
  line-height: 1.3;
  font-size: 12px;
  display: block;
  margin-top: 2px;
}
.home .mv-section .btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 50px;
}
.home .mv-section .c-contact-btn {
  background: #F08322;
  width: 50%;
}
.home .mv-section .c-contact-btn .txt {
  color: #fff;
}
.home .mv-section .c-contact-btn .icon-area {
  background: #D36300;
}
.home .mv-section .c-contact-btn .icon-area::before {
  background: #fff;
}
.home .mv-section .c-document-btn {
  background: #448a19;
  width: 50%;
}
.home .mv-section .c-document-btn .txt {
  color: #fff;
}
.home .mv-section .c-document-btn .icon-area {
  background: #005f07;
}
.home .mv-section .c-document-btn .icon-area::before {
  background: #fff;
}
.home .linked-section {
  padding: 80px 0;
}
.home .linked-section .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(30px, 70px, min(70px, 3.6458333333vw));
}
.home .linked-section .l-area {
  max-width: 500px;
}
.home .linked-section .desc {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
  margin-top: 50px;
}
.home .linked-section .r-area {
  margin-top: 54px;
}
.home .linked-section .logo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .linked-section .logo-list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  padding: 9px 0;
}
.home .linked-section .logo-list > li .txt {
  line-height: 1.2;
  font-weight: 500;
  font-size: 14px;
  margin-top: 7px;
}
.home .linked-section .attention {
  font-weight: 500;
  text-align: right;
  line-height: 1.8;
  margin-top: 11px;
}
.home .problem-section {
  padding: 80px 0 0;
}
.home .problem-section .bg-gray {
  position: relative;
  padding-bottom: 80px;
}
.home .problem-section .bg-gray::after {
  content: "";
  background: #F2F2F2;
  position: absolute;
  bottom: -80px;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 200px;
  height: 80px;
  z-index: 2;
}
.home .problem-section .c-ttl01 {
  text-align: center;
}
.home .problem-section .desc {
  font-weight: 500;
  margin-top: 40px;
  line-height: 1.8;
  text-align: center;
}
.home .problem-section .problem-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}
.home .problem-section .problem-list > li {
  position: relative;
  width: 25%;
  padding-bottom: 20px;
}
.home .problem-section .problem-list > li::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #C1C1C1;
}
.home .problem-section .problem-list .comment {
  border-radius: 20px;
  background: #1D2852;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 112px;
  margin: 20px auto 0;
  position: relative;
  line-height: 1.8;
}
.home .problem-section .problem-list .comment .num {
  font-family: "Roboto", sans-serif;
}
.home .problem-section .problem-list .comment::after {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  width: 16px;
  height: 5px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -4px;
  margin: auto;
  background: #1D2852;
}
.home .problem-section .problem-list .img-area {
  background: #fff;
  border-radius: 10px;
  padding: 10px 0;
  max-width: 220px;
  margin: 20px auto 0;
  text-align: center;
}
.home .problem-section .problem-list .img-area img {
  display: block;
  margin: auto;
}
.home .problem-section .problem-list .ttl {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
  text-align: center;
}
.home .problem-section .problem-list .txt {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 20px;
}
.home .problem-section .c-bg-white {
  padding-top: 95px;
  padding-bottom: 80px;
}
.home .problem-section .ttl-wrap {
  text-align: center;
}
.home .problem-section .main-ttl {
  font-weight: bold;
  text-align: center;
  position: relative;
  color: #F08322;
  font-size: 40px;
  display: inline-block;
  padding: 0 36px;
  margin: auto;
}
.home .problem-section .main-ttl::before {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  height: 50px;
  width: 4px;
  background: #F08322;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.home .problem-section .main-ttl::after {
  content: "";
  position: absolute;
  bottom: 6px;
  right: 0;
  height: 50px;
  width: 4px;
  background: #F08322;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.home .problem-section .solution-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 40px;
}
.home .problem-section .solution-list > li {
  width: calc((100% - 30px) / 4);
  background: #FFEFE2;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
}
.home .problem-section .solution-list .item-ttl {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
}
.home .problem-section .solution-list .img-area {
  background: #fff;
  border-radius: 10px;
  margin-top: 10px;
  min-height: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .problem-section .solution-list .img-area img {
  display: block;
  margin: auto;
}
.home .problem-section .solution-list .txt {
  font-weight: 500;
  line-height: 1.8;
  margin-top: 10px;
}
.home .usage-section {
  background: #FFEFE2;
  padding: 80px 0;
  overflow: hidden;
}
.home .usage-section .c-ttl01 {
  text-align: center;
}
.home .usage-section .desc {
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 40px;
  font-size: 16px;
}
.home .usage-section .usage-splide {
  visibility: visible;
}
.home .usage-section .splide-wrapper {
  position: relative;
  margin-top: 40px;
}
.home .usage-section .splide__track {
  overflow: visible;
}
.home .usage-section .splide__arrow--prev, .home .usage-section .splide__arrow--next {
  position: absolute;
  top: 0;
  bottom: 0px;
  margin: auto;
  z-index: 5;
}
.home .usage-section .splide__arrow--prev > svg, .home .usage-section .splide__arrow--next > svg {
  display: none;
}
.home .usage-section .splide__arrow--prev::after, .home .usage-section .splide__arrow--next::after {
  content: "";
  width: 63px;
  height: 63px;
  background: url(../img/common/icon-arrow02.svg) center center/contain no-repeat;
  display: block;
}
.home .usage-section .splide__arrow--prev {
  right: calc(100% + 1rem);
}
.home .usage-section .splide__arrow--next {
  left: calc(100% + 1rem);
}
.home .usage-section .splide__arrow--next::after {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.home .usage-section .splide__slide {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: clamp(30px, 50px, min(50px, 2.6041666667vw));
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px min(50px, 2.6041666667vw) 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .usage-section .splide__pagination {
  gap: 30px;
  margin-top: 36px;
}
.home .usage-section .splide__pagination__page {
  border-radius: 10px;
  background: #F08322;
  color: #fff;
  text-align: center;
  padding: 20px 40px;
  font-weight: bold;
  line-height: 1.8;
  font-size: 18px;
  border: 1px solid #F08322;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .usage-section .l-area {
  width: clamp(350px, 450px, min(450px, 23.4375vw));
  margin-top: -4px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.home .usage-section .ttl {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.8;
}
.home .usage-section .ttl .num {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  display: block;
  color: #F08322;
  margin-bottom: 5px;
}
.home .usage-section .slide-txt {
  line-height: 1.8;
  margin-top: 25px;
}
.home .function-section {
  padding: 76px 0;
}
.home .function-section .inner-block {
  max-width: 1320px;
}
.home .function-section .c-ttl01 {
  text-align: center;
}
.home .function-section .desc {
  line-height: 1.8;
  font-weight: 500;
  margin-top: 40px;
  text-align: center;
}
.home .function-section .function-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 42px;
}
.home .function-section .function-list + .c-ttl01 {
  margin-top: 87px;
}
.home .function-section .function-list > li {
  width: 25%;
  text-align: center;
  padding: 20px min(35px, 1.8229166667vw);
  position: relative;
}
.home .function-section .function-list > li::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #C1C1C1;
}
.home .function-section .function-list > li:last-child::after {
  display: none;
}
.home .function-section .function-list .img-area {
  position: relative;
  padding-top: 66.1%;
  background: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .function-section .function-list .img-area img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.home .function-section .function-list .link {
  position: relative;
  font-weight: 500;
  line-height: 1.5;
  font-size: 12px;
  padding-right: 16px;
  margin-top: 15px;
  display: inline-block;
}
.home .function-section .function-list .link::after {
  content: "";
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 6px;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .function-section .function-list .item-ttl {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 14px;
}
.home .function-section .function-list .txt {
  line-height: 1.5;
  font-size: 14px;
  font-weight: 500;
  margin-top: 17px;
  text-align: left;
}
.home .function-section .function-list + .ttl {
  margin-top: 80px;
}
.home .function-section .ttl-wrap {
  text-align: center;
  margin-top: 50px;
}
.home .function-section .custom-ttl {
  color: #F08322;
  font-weight: bold;
  display: inline-block;
  padding: 0 45px;
  position: relative;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.8;
}
.home .function-section .custom-ttl::before {
  content: "";
  background: #F08322;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 48px;
  height: 3px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.home .function-section .custom-ttl::after {
  content: "";
  background: #F08322;
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 48px;
  height: 3px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.home .function-section .btn-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
  margin-top: 30px;
}
.home .flow-section {
  padding: 80px 0;
}
.home .flow-section .c-ttl01 {
  text-align: center;
}
.home .flow-section .inner-block {
  max-width: 1560px;
}
.home .flow-section .flow-list {
  position: relative;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.home .flow-section .flow-list::before {
  content: "";
  width: 100%;
  height: 3px;
  max-width: 1200px;
  background: #F08322;
  position: absolute;
  top: 17px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: -1;
}
.home .flow-section .flow-list > li {
  text-align: center;
  width: calc((100% - 310px) / 4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.home .flow-section .flow-list > li:first-child {
  max-width: 270px;
}
.home .flow-section .flow-list .num {
  border-radius: 50%;
  width: 36px;
  height: 36px;
  background: #fff;
  font-weight: bold;
  color: #F08322;
  border: 3px solid #F08322;
  font-weight: bold;
  line-height: 1.8;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
}
.home .flow-section .flow-list .day {
  background: #F08322;
  color: #fff;
  border-radius: 100px;
  position: absolute;
  top: 3px;
  right: -60px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 5px 18px;
  width: 92px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.home .flow-section .flow-list .day.long {
  width: 104px;
}
.home .flow-section .flow-list .day > span {
  font-size: 20px;
}
.home .flow-section .list-ttl {
  font-weight: bold;
  line-height: 1.4;
  font-size: 20px;
  margin-top: 20px;
  min-height: 56px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home .flow-section .or-box {
  background: #FFEFE2;
  border-radius: 10px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 20px;
}
.home .flow-section .or-box .img-area {
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 160px;
}
.home .flow-section .or-box .txt {
  font-weight: 500;
  line-height: 1.6;
  margin-top: 30px;
}
.home .voice-section {
  padding: 80px 0;
}
.home .voice-section .c-ttl01 {
  text-align: center;
}
.home .voice-section .inner-block {
  max-width: 1440px;
}
.home .voice-section .js-list {
  margin-bottom: 80px;
}
.home .voice-section .voice-list {
  margin: 40px auto 0px;
  max-width: 960px;
  position: relative;
}
.home .voice-section .voice-list.is-hidden::after {
  content: none;
}
.home .voice-section .voice-list::after {
  content: "";
  width: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#F2F2F2));
  background: linear-gradient(transparent 0%, #F2F2F2 100%);
  height: 260px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  margin: auto;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .voice-section .voice-list > li:last-child > a {
  margin-bottom: 0;
}
.home .voice-section .voice-list > li > a {
  background: #FFEFE2;
  border-radius: 20px;
  padding: 20px;
  padding-right: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  gap: 30px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .voice-section .voice-list > li > a::after {
  content: "";
  -webkit-mask: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
          mask: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  background: #F08322;
  width: 30px;
  height: 30px;
  margin: auto;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .voice-section .voice-list .img-area {
  width: 100px;
  height: 100px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.home .voice-section .voice-list .img-area img {
  border-radius: 50%;
}
.home .voice-section .voice-list .ttl {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
.home .voice-section .voice-list .ttl .strong {
  color: #F08322;
}
.home .voice-section .voice-list .ttl .strong .num {
  font-size: 30px;
}
.home .voice-section .voice-list .ttl .strong-large {
  color: #F08322;
  font-size: 30px;
}
.home .voice-section .voice-list .name {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 10px;
}
.home .voice-section .btn-wrap {
  text-align: center;
  margin-top: -64px;
}
.home .voice-section .btn-wrap.is-active {
  margin-top: 20px;
}
.home .voice-section .btn-wrap.is-hidden {
  margin-top: 0;
}
.home .voice-section .c-btn01 {
  position: relative;
}
.home .voice-section .attention {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  margin-top: 40px;
}
.home .voice-section .logo-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1120px;
  margin: 40px auto 0;
}
.home .voice-section .logo-list > li {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc((100% - 120px) / 5);
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  padding: 10px 0;
}
.home .voice-section .logo-list .name {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.home .faq-section {
  padding: 80px 0;
}
.home .faq-section .c-ttl01 {
  text-align: center;
}
.home .faq-section .faq-list {
  margin: 40px auto 0;
  max-width: 820px;
}
.home .faq-section .faq-list::after {
  content: "";
  width: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: linear-gradient(transparent 0%, #fff 100%);
  height: 260px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  margin: auto;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .faq-section .faq-list > li {
  border-radius: 10px;
  background: #F2F2F2;
  margin-bottom: 20px;
}
.home .faq-section .faq-list > li.is-active .question-area::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.home .faq-section .faq-list > li.is-active .answer-area {
  display: block;
}
.home .faq-section .faq-list .question-area {
  font-weight: bold;
  line-height: 1.8;
  position: relative;
  padding: 21px 23px 20.5px 90px;
}
.home .faq-section .faq-list .question-area::before {
  content: "Q";
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  line-height: 1;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 23px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .faq-section .faq-list .question-area::after {
  content: "";
  -webkit-mask: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
          mask: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  background: #333;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .faq-section .answer-area {
  display: none;
  position: relative;
  padding: 20px 23px 20px 90px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.8;
  border-top: 1px solid #A1A1A1;
}
.home .faq-section .answer-area::before {
  content: "A";
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  line-height: 1;
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 23px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #F08322;
  font-weight: bold;
}
.home .faq-section .btn-wrap {
  text-align: center;
  margin-top: 50px;
}
.home .news-section {
  padding: 80px 0;
}
.home .news-section .c-ttl01 {
  text-align: center;
}
.home .news-section .news-list {
  max-width: 820px;
  margin: 40px auto 0;
  position: relative;
}
.home .news-section .news-list.is-hidden::after {
  content: none;
}
.home .news-section .news-list::after {
  content: "";
  width: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(82%, #F2F2F2));
  background: linear-gradient(transparent 0%, #F2F2F2 82%);
  height: 220px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  margin: auto;
  pointer-events: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.home .news-section .news-list > li {
  margin-bottom: 20px;
}
.home .news-section .news-list > li:last-child {
  margin-bottom: 0;
}
.home .news-section .news-list > li > a {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  display: block;
  position: relative;
  padding: 20px;
}
.home .news-section .news-list > li > a::after {
  content: "";
  -webkit-mask: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
          mask: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
  width: 24px;
  height: 24px;
  background: #333;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 22px;
  margin: auto;
}
.home .news-section .news-list .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.home .news-section .news-list .cat {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  vertical-align: sub;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #A1A1A1;
  padding: 0 9px 1px;
  max-height: 22px;
}
.home .news-section .news-list .date {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.8;
  color: #A1A1A1;
}
.home .news-section .news-list .ttl {
  font-weight: bold;
  line-height: 1.8;
  margin-top: 10px;
}
.home .news-section .btn-wrap {
  text-align: center;
  margin-top: -100px;
}
.home .news-section .btn-wrap.is-hidden {
  margin-top: 0;
}
.home .news-section .btn-wrap.is-active {
  margin-top: 50px;
}

.p-news .news-section {
  padding: 102px 0 112px;
}
.p-news .news-section .inner-block {
  max-width: 1080px;
}
.p-news .news-section .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
  margin-bottom: 17px;
}
.p-news .news-section .cat {
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  line-height: 1.5;
  padding: 0px 10px 2px;
  border: 1px solid #A1A1A1;
}
.p-news .news-section .date {
  color: #A1A1A1;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
}
.p-news .news-section .news-ttl {
  font-weight: bold;
  font-size: 45px;
  line-height: 1.5;
  padding-bottom: 18px;
  border-bottom: 2px solid #E0E0E0;
  margin-bottom: 50px;
}
.p-news .btn-wrap {
  text-align: center;
  margin-top: 43px;
}

.p-voice .orange-box {
  background: #FFEFE2;
  padding: 50px;
  border-radius: 20px;
}
.p-voice .voice-section {
  padding: 100px 0;
}
.p-voice .voice-section .inner-block {
  max-width: 1080px;
}
.p-voice .voice-section .profile-area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
.p-voice .voice-section .profile-area .img-area {
  width: 160px;
  height: 160px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-voice .voice-section .profile-area .img-area img {
  border-radius: 50%;
}
.p-voice .voice-section .profile-area .ttl {
  font-weight: bold;
  line-height: 1.5;
  font-size: 24px;
}
.p-voice .voice-section .profile-area .ttl .strong {
  color: #F08322;
}
.p-voice .voice-section .profile-area .ttl .strong .num {
  font-size: 30px;
}
.p-voice .voice-section .profile-area .role {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 20px;
}
.p-voice .voice-section .desc {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
}
.p-voice .voice-section .btn-wrap {
  text-align: center;
  margin-top: 52px;
}
.p-voice .article-content .wp-block-columns-is-layout-flex {
  gap: 30px;
}

.p-contact ~ .contact-area {
  display: none;
}
.p-contact .desc {
  line-height: 1.8;
}
.p-contact .contact-block {
  padding-top: 107px;
}
.p-contact .contact-block .inner-block {
  max-width: 963px;
}
.p-contact .form-tb {
  margin-top: 50px;
  width: 100%;
  border-collapse: separate;
}
.p-contact .form-tb th {
  width: 228px;
  position: relative;
  text-align: left;
  padding: 18px 0;
  border-bottom: 1px solid #E0E0E0;
}
.p-contact .form-tb td {
  border-bottom: 1px solid #E0E0E0;
  padding: 18px 24px;
}
.p-contact .form-tb .optional {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  margin: auto;
  width: 48px;
  background: #F2F2F2;
  text-align: center;
  border-radius: 5px;
  line-height: 1.6;
  font-size: 14px;
  max-height: 24px;
}
.p-contact .form-tb .req {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 3px;
  margin: auto;
  width: 48px;
  text-align: center;
  color: #fff;
  background: #F08322;
  border-radius: 5px;
  line-height: 1.6;
  font-size: 14px;
  max-height: 24px;
}
.p-contact .form-tb .wpcf7-form-control-wrap {
  position: static !important;
}
.p-contact .form-tb .wpcf7-form-control-wrap:has(.form-error) + .error-msg, .p-contact .form-tb .wpcf7-form-control-wrap:has(.form-error) + .wpcf7-not-valid-tip, .p-contact .form-tb .wpcf7-form-control-wrap:has(.wpcf7-not-valid) + .error-msg, .p-contact .form-tb .wpcf7-form-control-wrap:has(.wpcf7-not-valid) + .wpcf7-not-valid-tip {
  margin-top: 10px;
}
.p-contact .form-tb .wpcf7-text {
  width: 100%;
  font-size: 16px;
  border: 1px solid #E0E0E0;
  padding: 11px 20px;
  border-radius: 5px;
  max-width: 528px;
}
.p-contact .form-tb .wpcf7-text.form-error, .p-contact .form-tb .wpcf7-text.wpcf7-not-valid {
  border-color: #D03115;
}
.p-contact .form-tb .wpcf7-textarea {
  width: 100%;
  font-size: 16px;
  border: 1px solid #E0E0E0;
  padding: 11px 20px;
  height: 280px;
  max-width: 528px;
}
.p-contact .form-tb .radio-ul label {
  position: relative;
  padding-left: 32px;
  display: block;
}
.p-contact .form-tb .radio-ul .txt {
  font-size: 14px;
  line-height: 1.2;
}
.p-contact .form-tb .wpcf7-list-item-label {
  display: inline !important;
  margin: 0 !important;
  position: relative;
}
.p-contact .form-tb .wpcf7-list-item-label::before {
  content: "";
  background: #F08322;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #E0E0E0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px;
}
.p-contact .form-tb .wpcf7-list-item-label::after {
  content: "";
  background: url(../img/common/icon-check02.svg) center center/contain no-repeat;
  position: absolute;
  top: 5px;
  left: 4px;
  margin: auto;
  width: 16px;
  height: 16px;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.p-contact .form-tb .wpcf7-list-item {
  display: inline !important;
  margin: 0 !important;
}
.p-contact .form-tb .wpcf7-list-item input {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
}
.p-contact .form-tb .wpcf7-list-item input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.p-contact .form-tb .wpcf7-list-item input:checked + .wpcf7-list-item-label::before {
  border: none;
  background: #F08322;
}
.p-contact .form-tb .wpcf7-checkbox {
  border-radius: 4px;
  background: #fff;
  width: 24px;
  height: 24px;
  font-size: 0 !important;
  position: absolute;
  top: 1px;
  left: 0;
  margin: auto;
}
.p-contact .form-tb .error-msg, .p-contact .form-tb .wpcf7-not-valid-tip {
  font-weight: bold;
  font-size: 10px;
  line-height: 1.6;
  color: #D03115;
}
.p-contact .gray-box {
  border-radius: 20px;
  background: #F2F2F2;
  margin-top: 40px;
  padding: 40px;
}
.p-contact .gray-box .box-ttl {
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.p-contact .gray-box .box-desc {
  line-height: 1.8;
}
.p-contact .gray-box .box-desc + .box-desc {
  margin-top: 30px;
}
.p-contact .contact-btn-area {
  text-align: center;
  margin: 40px auto 100px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.p-contact .contact-btn-area::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  -webkit-mask: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
          mask: url(../img/common/icon-arrow.svg) center center/contain no-repeat;
  background: #fff;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.p-contact .contact-btn-area .c-btn01::after {
  content: none;
}
.p-contact .thanks-section .inner-block {
  padding-top: 107px;
  padding-bottom: 107px;
}
.p-contact .thanks-section h3 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 50px;
}
.p-contact .thanks-section p {
  text-align: center;
  font-size: 18px;
  line-height: 2;
}
.p-contact .thanks-section .btn-wrap {
  text-align: center;
  margin: 50px auto 0;
}

.p-function .page-wrapper {
  padding-top: 129px;
  padding-bottom: 75px;
}
.p-function .page-wrapper .inner-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: min(100px, 5.2083333333vw);
  max-width: 1200px;
}
.p-function aside {
  width: 260px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.p-function aside .list .main-ttl {
  font-weight: bold;
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 50px;
}
.p-function aside .list .main-ttl:last-child {
  margin-bottom: 0;
}
.p-function aside .child-list {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #C1C1C1;
  font-weight: 500;
  line-height: 1.6;
  font-size: 16px;
}
.p-function aside .child-list > li {
  margin-bottom: 20px;
  position: relative;
}
.p-function aside .child-list > li > a {
  position: relative;
  display: block;
  padding-right: 20px;
}
.p-function aside .child-list > li > a::after {
  content: "";
  background: url(../img/common/icon-arrow02.svg) no-repeat center/cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 4px;
  width: 16px;
  height: 16px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-function aside .child-list > li:last-child {
  margin-bottom: 0;
}
.p-function .page-content h2 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.5;
  border-bottom: 1px solid #A1A1A1;
  padding-bottom: 8px;
  margin-bottom: 28px;
}
.p-function .page-content figure {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 25px;
  margin-bottom: 50px;
  padding: 25px;
}
.p-function .page-content figure img {
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-function .page-content h3 {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
  line-height: 1.5;
}
.p-function .page-content p {
  font-weight: 500;
  line-height: 1.8;
}
.p-function .page-content p + p {
  margin-top: 20px;
}
.p-function .page-content .gray-img-box {
  background: #f4f4f4;
  margin-top: 50px;
  padding: 30px;
}
.p-function .page-content .gray-img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
  body {
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  #wrapper {
    min-width: 320px;
  }
  .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pc {
    display: none !important;
  }
  .c-header .header-inn {
    padding: 0;
  }
  .c-header .logo-area {
    max-width: 150px;
    padding: 15px 0;
    padding-left: 20px;
  }
  .c-header .h-menu {
    font-weight: 500;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    margin-right: 0;
    margin-top: 0px;
  }
  .c-header .h-menu a {
    border-bottom: 1px solid #E0E0E0;
    display: block;
    font-size: 14px;
    padding: 16.8px 20px;
  }
  .c-header .h-menu a.news {
    font-size: 14px;
  }
  .c-header .toggle-menu > a {
    padding-right: 0;
    font-size: 14px;
  }
  .c-header .toggle-menu > a.event-none {
    pointer-events: none;
  }
  .c-header .toggle-menu > a::after {
    display: none;
  }
  .c-header .toggle-menu-area {
    position: static;
    visibility: initial;
    opacity: 1;
    margin-top: 0px;
    padding: 0;
    border-radius: 0;
    width: 100%;
  }
  .c-header .toggle-menu-area a {
    font-size: 12px;
    padding: 10px 30px 13.6px;
  }
  .c-header .c-contact-btn {
    width: 100%;
    max-width: 400px;
  }
  .c-header .c-document-btn {
    width: 100%;
    max-width: 400px;
  }
  .contact-area {
    padding: 85px 0 0;
  }
  .contact-area::before {
    background-image: url(../img/common/bg-arrow07.svg);
    width: min(332px, 88.5333333333vw);
    background-position: top;
  }
  .contact-area::after {
    background-image: url(../img/common/bg-arrow08.svg);
    width: min(322px, 85.8666666667vw);
    background-position: bottom;
    top: initial;
    bottom: 0;
  }
  .contact-area .inner-block {
    padding-left: 15px;
    padding-right: 15px;
  }
  .contact-area .wrapper {
    padding-bottom: 125px;
  }
  .contact-area .wrapper::before {
    bottom: 0;
    width: min(175px, 46.6666666667vw);
    background-position: bottom left -16px;
  }
  .contact-area .wrapper::after {
    bottom: -5px;
    width: min(175px, 46.6666666667vw);
    background-position: bottom left -1px;
  }
  .contact-area .hour-24 {
    margin-right: 0px;
    padding: 0 33px;
    padding-right: 45px;
  }
  .contact-area .hour-24::before {
    width: 35px;
    bottom: 13px;
  }
  .contact-area .hour-24::after {
    width: 35px;
    bottom: 13px;
  }
  .contact-area .hour-24 .num {
    font-size: 24px;
    margin-right: 1px;
  }
  .contact-area .ttl {
    font-size: 20px;
    margin-top: 10px;
  }
  .contact-area .desc {
    margin-top: 20px;
    font-size: 12px;
  }
  .contact-area .btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 18px;
    gap: 17px;
  }
  .contact-area .btn-area .c-contact-btn {
    width: 300px;
  }
  .contact-area .btn-area .c-document-btn {
    width: 300px;
  }
  .c-footer .f-inn {
    padding: 80px 30px;
  }
  .c-footer .top-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 5px;
  }
  .c-footer .f-menu {
    display: none;
  }
  .c-footer .btn-area {
    margin-left: 0;
    margin-right: 0px;
    width: 100%;
    margin-top: 30px;
  }
  .c-footer .btn-area .c-contact-btn {
    width: 100%;
    max-width: 324px;
    margin: 0 auto 15px;
  }
  .c-footer .btn-area .c-document-btn {
    width: 100%;
    max-width: 324px;
    margin: auto;
  }
  .c-footer .bottom-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 47px;
  }
  .c-footer .bottom-area .link-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
  .c-footer .copyright {
    text-align: center;
    margin-top: 45px;
  }
  .c-ttl01 .en {
    font-size: 10px;
  }
  .c-ttl01 .ja {
    font-size: 30px;
    margin-top: 5px;
    line-height: 1.2;
  }
  .c-contact-btn .txt {
    font-size: 14px;
  }
  .c-contact-btn .icon-area {
    width: 60px;
    height: 60px;
  }
  .c-contact-btn .icon-area::before {
    width: 20px;
    height: 20px;
  }
  .c-document-btn .txt {
    font-size: 14px;
  }
  .c-document-btn .icon-area {
    width: 60px;
    height: 60px;
  }
  .c-document-btn .icon-area::before {
    width: 20px;
    height: 20px;
  }
  .c-btn01 {
    font-size: 13px;
    max-width: 300px;
    margin: auto;
    width: 100%;
  }
  .c-btn01.arrow-down {
    padding-right: 50px;
    padding-left: 40px;
    text-align: center;
  }
  .c-kv-section {
    padding: 100px 0 30px;
  }
  .c-kv-section::after {
    width: 100%;
  }
  .c-kv-section .page-ttl {
    margin-bottom: 30px;
  }
  .c-kv-section .page-ttl .ja {
    font-size: 30px;
  }
  .c-kv-section .page-ttl .en {
    margin-top: 20px;
    margin-left: 5px;
    padding-left: 20px;
  }
  .c-kv-section .breadcrumb {
    overflow-x: auto;
    white-space: nowrap;
  }
  .c-kv-section .breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .c-kv-section .breadcrumb > li {
    font-size: 12px;
  }
  .c-kv-section .breadcrumb > li > a {
    font-size: 12px;
    padding-right: 20px;
  }
  .c-kv-section .breadcrumb > li > a::after {
    width: 10px;
    height: 10px;
    top: 5px;
  }
  .article-content p {
    margin-bottom: 15px;
    font-size: 12px;
  }
  .article-content .wp-block-buttons {
    margin-top: 20px;
  }
  .article-content .wp-block-buttons-is-layout-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article-content .wp-element-button {
    max-width: 400px;
    width: 100%;
    font-size: 14px;
  }
  .article-content h2 {
    font-size: 18px;
    margin: 30px 0 20px;
  }
  .article-content h3 {
    font-size: 16px;
    margin: 20px 0;
  }
  .article-content a {
    font-size: 12px;
  }
  .article-content ol {
    margin-top: 10px;
    font-size: 12px;
  }
  .article-content ul {
    margin-top: 10px;
    font-size: 12px;
  }
  .article-content .wp-block-columns-is-layout-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article-content .wp-block-columns-is-layout-flex .wp-block-column img {
    width: 100%;
  }
  .c-cta-area {
    padding: 30px 0;
  }
  .c-cta-area::before {
    display: none;
  }
  .c-cta-area::after {
    width: min(496px, 132.2666666667vw);
    width: 100%;
    top: 0;
    bottom: initial;
    left: 0;
    right: initial;
    margin: auto;
    background: url(../img/common/bg-arrow06.svg) no-repeat top left/contain;
  }
  .c-cta-area .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-cta-area .hour-24 {
    font-size: 10px;
    margin-left: 9px;
    padding: 0 20px;
  }
  .c-cta-area .hour-24 .num {
    font-size: 18px;
  }
  .c-cta-area .hour-24::before {
    height: 23px;
    width: 3px;
  }
  .c-cta-area .hour-24::after {
    height: 23px;
    width: 3px;
  }
  .c-cta-area .main-txt {
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
  }
  .c-cta-area .btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    gap: 15px;
    margin: 20px auto 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-cta-area .btn-area .c-contact-btn {
    width: 300px;
  }
  .c-cta-area .btn-area .c-document-btn {
    width: 300px;
  }
  .home .mv-section {
    padding: 90px 0 51px;
  }
  .home .mv-section::before {
    width: min(422px, 112.5333333333vw);
    bottom: -8%;
    background-position: bottom;
  }
  .home .mv-section .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .home .mv-section .l-area {
    padding-left: 0;
    margin: auto;
    width: 100%;
  }
  .home .mv-section .l-area img.sp {
    margin: auto;
    display: block;
  }
  .home .mv-section .tab-img {
    display: none;
  }
  .home .mv-section .main-ttl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .mv-section .main-ttl .ja {
    font-size: 60px;
  }
  .home .mv-section .main-ttl .small {
    font-size: 16px;
    letter-spacing: 0.2em;
  }
  .home .mv-section .main-ttl .en {
    font-size: 120px;
  }
  .home .mv-section .dec {
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .home .mv-section .list-wrap {
    margin: auto;
    text-align: center;
  }
  .home .mv-section .check-list {
    margin-left: 0;
    margin-top: 30px;
    font-size: 12px;
  }
  .home .mv-section .check-list > li {
    line-height: 1.5;
    padding-left: 40px;
    margin-bottom: 17px;
  }
  .home .mv-section .check-list > li::before {
    width: 25px;
    height: 25px;
  }
  .home .mv-section .award-list {
    margin-top: 23px;
    gap: 4px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home .mv-section .award-list > li {
    width: auto;
    line-height: 0.9;
    padding: 9px 20px;
  }
  .home .mv-section .award-list > li:nth-child(2) {
    padding-top: 4px;
  }
  .home .mv-section .award-list > li::before {
    width: 20px;
  }
  .home .mv-section .award-list > li::after {
    width: 20px;
  }
  .home .mv-section .award-list .txt {
    font-size: 10px;
  }
  .home .mv-section .award-list .strong {
    font-size: 10px;
    line-height: 1;
  }
  .home .mv-section .award-list .strong .small {
    font-size: 10px;
  }
  .home .mv-section .award-list .strong .num {
    font-size: 20px;
  }
  .home .mv-section .award-list .attention {
    font-size: 10px;
  }
  .home .mv-section .btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 12px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home .mv-section .c-contact-btn {
    width: 100%;
  }
  .home .mv-section .c-contact-btn .txt {
    font-size: 18px;
  }
  .home .mv-section .c-contact-btn .icon-area::before {
    width: 30px;
    height: 30px;
  }
  .home .mv-section .c-document-btn {
    width: 100%;
  }
  .home .mv-section .c-document-btn .txt {
    font-size: 18px;
  }
  .home .mv-section .c-document-btn .icon-area::before {
    width: 30px;
    height: 30px;
  }
  .home .linked-section {
    padding: 50px 0 65px;
  }
  .home .linked-section .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  .home .linked-section .l-area {
    max-width: none;
  }
  .home .linked-section .desc {
    margin-top: 30px;
    font-size: 12px;
  }
  .home .linked-section .r-area {
    margin-top: 0;
  }
  .home .linked-section .logo-list > li {
    width: 100%;
    padding: 8.5px 0;
  }
  .home .linked-section .logo-list > li .txt {
    font-size: 10px;
    margin-top: 3px;
  }
  .home .linked-section .attention {
    text-align: left;
    font-size: 10px;
    margin-top: 10px;
  }
  .home .problem-section {
    padding: 50px 0 0;
  }
  .home .problem-section .bg-gray {
    padding-bottom: 50px;
  }
  .home .problem-section .bg-gray::after {
    width: 165px;
    height: 40px;
    bottom: -40px;
  }
  .home .problem-section .desc {
    margin-top: 30px;
    font-size: 12px;
  }
  .home .problem-section .problem-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
  .home .problem-section .problem-list > li {
    width: 100%;
  }
  .home .problem-section .problem-list > li:first-child .img-area {
    max-width: 220px;
  }
  .home .problem-section .problem-list > li:last-child::after {
    display: none;
  }
  .home .problem-section .problem-list > li::after {
    height: 1px;
    width: 100%;
    top: initial;
    left: 0;
  }
  .home .problem-section .problem-list .comment {
    padding: 2px 0;
  }
  .home .problem-section .problem-list .img-area {
    max-width: none;
    max-width: 255px;
    height: 160px;
    margin-top: 14px;
  }
  .home .problem-section .problem-list .ttl {
    margin-top: 10px;
  }
  .home .problem-section .problem-list .txt {
    margin-top: 10px;
    font-size: 12px;
  }
  .home .problem-section .c-bg-white {
    padding-top: 103px;
    padding-bottom: 50px;
  }
  .home .problem-section .main-ttl {
    font-size: 30px;
    padding: 0 47px;
    line-height: 1.5;
  }
  .home .problem-section .main-ttl::before {
    height: 80px;
    bottom: 3px;
    left: 25px;
  }
  .home .problem-section .main-ttl::after {
    height: 80px;
    bottom: 3px;
    right: 25px;
  }
  .home .problem-section .solution-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 35px;
  }
  .home .problem-section .solution-list > li {
    width: 100%;
    margin-bottom: 10px;
  }
  .home .problem-section .solution-list > li:last-child {
    margin-bottom: 0;
  }
  .home .problem-section .solution-list .item-ttl {
    font-size: 16px;
  }
  .home .problem-section .solution-list .img-area {
    max-width: 253px;
    margin: 10px auto 0;
  }
  .home .problem-section .solution-list .txt {
    font-size: 12px;
  }
  .home .usage-section {
    padding: 50px 0;
  }
  .home .usage-section .inner-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home .usage-section .desc {
    margin-top: 30px;
    font-size: 12px;
  }
  .home .usage-section .splide-wrapper {
    margin-top: 20px;
  }
  .home .usage-section .splide__arrow--prev::after, .home .usage-section .splide__arrow--next::after {
    width: 25px;
    height: 25px;
  }
  .home .usage-section .splide__arrow--prev {
    right: 100%;
  }
  .home .usage-section .splide__arrow--next {
    left: 100%;
  }
  .home .usage-section .splide__slide {
    padding: 25px;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .home .usage-section .splide__pagination {
    margin-top: 20px;
    gap: 15px;
  }
  .home .usage-section .splide__pagination li {
    max-width: 200px;
  }
  .home .usage-section .splide__pagination__page {
    font-size: 14px;
    max-width: 200px;
    padding: 9px 11.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .home .usage-section .splide__pagination__page .num {
    font-size: 12px;
  }
  .home .usage-section .splide__pagination__page .txt {
    text-align: left;
    font-size: 12px;
    line-height: 1.3;
  }
  .home .usage-section .l-area {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .home .usage-section .ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .home .usage-section .ttl .num {
    font-size: 12px;
    margin-bottom: 0;
  }
  .home .usage-section .slide-txt {
    font-size: 12px;
    font-weight: 500;
    margin-top: 20px;
  }
  .home .function-section {
    padding: 40px 0;
  }
  .home .function-section .desc {
    margin-top: 30px;
  }
  .home .function-section .function-list {
    margin-top: 28px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .home .function-section .function-list + .c-ttl01 {
    margin-top: 52px;
  }
  .home .function-section .function-list > li {
    width: 100%;
    padding: 18px 10px;
  }
  .home .function-section .function-list > li:last-child::after {
    display: none;
  }
  .home .function-section .function-list .img-area {
    padding-top: 0;
    max-width: 230px;
    margin: 0 auto;
    height: 160px;
  }
  .home .function-section .function-list .txt {
    font-size: 12px;
    margin-top: 16px;
  }
  .home .function-section .function-list + .ttl {
    margin-top: 40px;
  }
  .home .function-section .ttl-wrap {
    margin-top: 30px;
  }
  .home .function-section .custom-ttl {
    font-size: 20px;
    line-height: 1.4;
    padding: 0 40px;
  }
  .home .function-section .custom-ttl::before {
    height: 2px;
  }
  .home .function-section .custom-ttl::after {
    height: 2px;
  }
  .home .function-section .btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .home .flow-section {
    padding: 50px 0;
  }
  .home .flow-section .flow-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    margin-top: 30px;
  }
  .home .flow-section .flow-list::before {
    display: none;
  }
  .home .flow-section .flow-list > li {
    width: 100%;
    max-width: 335px;
    display: block;
    padding-bottom: 70px;
  }
  .home .flow-section .flow-list > li:first-child {
    max-width: 335px;
  }
  .home .flow-section .flow-list .day {
    top: inherit;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
  }
  .home .flow-section .flow-list .day::before {
    background: #F08322;
    content: "";
    height: 50px;
    width: 4px;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
  }
  .home .flow-section .list-ttl {
    font-size: 16px;
    margin-top: 8px;
    display: block;
    min-height: auto;
  }
  .home .flow-section .or-box {
    margin-top: 10px;
  }
  .home .flow-section .or-box .img-area {
    max-width: 253px;
    margin: auto;
  }
  .home .flow-section .or-box .txt {
    font-size: 12px;
    margin-top: 20px;
  }
  .home .voice-section {
    padding: 50px 0;
  }
  .home .voice-section .js-list {
    margin-bottom: 50px;
  }
  .home .voice-section .js-list .c-btn01 {
    max-width: 294px;
  }
  .home .voice-section .voice-list {
    margin-top: 30px;
  }
  .home .voice-section .voice-list::after {
    height: 120px;
  }
  .home .voice-section .voice-list > li > a {
    gap: 15px;
    padding: 10px;
    border-radius: 10px;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    padding-right: 35px;
  }
  .home .voice-section .voice-list > li > a::after {
    width: 20px;
    height: 20px;
    right: 16px;
  }
  .home .voice-section .voice-list .img-area {
    width: 80px;
    height: 80px;
  }
  .home .voice-section .voice-list .info {
    margin-top: 7px;
  }
  .home .voice-section .voice-list .ttl {
    font-size: 12px;
  }
  .home .voice-section .voice-list .ttl .strong .num {
    font-size: 18px;
  }
  .home .voice-section .voice-list .ttl .strong-large {
    font-size: 18px;
  }
  .home .voice-section .voice-list .name {
    font-size: 12px;
  }
  .home .voice-section .btn-wrap {
    margin-top: 24px;
  }
  .home .voice-section .attention {
    font-size: 12px;
    margin-top: 37px;
  }
  .home .voice-section .logo-list {
    gap: 20px 18px;
    margin-top: 24px;
  }
  .home .voice-section .logo-list > li {
    width: calc((100% - 36px) / 2);
  }
  .home .voice-section .logo-list .name {
    font-size: 12px;
  }
  .home .faq-section {
    padding: 50px 0;
  }
  .home .faq-section .faq-list {
    margin-top: 20px;
  }
  .home .faq-section .faq-list::after {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(80%, #fff));
    background: linear-gradient(transparent 0%, #fff 80%);
    height: 164px;
    bottom: 47px;
  }
  .home .faq-section .faq-list > li {
    margin-bottom: 10px;
  }
  .home .faq-section .faq-list .question-area {
    font-size: 12px;
    padding: 0px 50px 0 61px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    line-height: 1.5;
  }
  .home .faq-section .faq-list .question-area::before {
    font-size: 20px;
    left: 18px;
  }
  .home .faq-section .faq-list .question-area::after {
    width: 15px;
    height: 15px;
    right: 18px;
  }
  .home .faq-section .answer-area {
    font-size: 12px;
    padding: 11px 11px 11px 61px;
  }
  .home .faq-section .answer-area::before {
    font-size: 20px;
    left: 18px;
  }
  .home .faq-section .btn-wrap {
    margin-top: -12px;
  }
  .home .faq-section .btn-wrap.is-active {
    margin-top: 20px;
  }
  .home .news-section {
    padding: 50px 0;
  }
  .home .news-section .news-list {
    margin-top: 30px;
  }
  .home .news-section .news-list > li > a {
    padding: 15px;
    padding-right: 50px;
  }
  .home .news-section .news-list > li > a::after {
    width: 15px;
    height: 15px;
    right: 12px;
  }
  .home .news-section .news-list .cat {
    max-height: 18px;
    font-size: 10px;
  }
  .home .news-section .news-list .date {
    font-size: 10px;
  }
  .home .news-section .news-list .ttl {
    font-size: 12px;
  }
  .home .news-section .btn-wrap {
    margin-top: -142px;
  }
  .home .news-section .btn-wrap.is-active {
    margin-top: 20px;
  }
  .p-news .news-section {
    padding: 50px 0;
  }
  .p-news .news-section .info {
    margin-bottom: 15px;
  }
  .p-news .news-section .news-ttl {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .p-news .btn-wrap {
    margin-top: 40px;
  }
  .p-voice .orange-box {
    border-radius: 10px;
    padding: 20px;
  }
  .p-voice .voice-section {
    padding: 40px 0;
  }
  .p-voice .voice-section .profile-area {
    gap: 20px;
    margin-bottom: 20px;
  }
  .p-voice .voice-section .profile-area .img-area {
    width: 80px;
    height: 80px;
  }
  .p-voice .voice-section .profile-area .ttl {
    font-size: 16px;
  }
  .p-voice .voice-section .profile-area .ttl .strong .num {
    font-size: 18px;
  }
  .p-voice .voice-section .profile-area .role {
    margin-top: 10px;
  }
  .p-voice .voice-section .desc {
    font-size: 12px;
  }
  .p-voice .voice-section .btn-wrap {
    margin-top: 20px;
  }
  .p-contact .contact-block {
    padding-top: 50px;
  }
  .p-contact .form-tb {
    margin-top: 20px;
  }
  .p-contact .form-tb th {
    width: 100%;
    display: block;
    padding: 18px 0;
    border: none;
  }
  .p-contact .form-tb td {
    display: block;
    width: 100%;
    padding: 0px 0 18px;
  }
  .p-contact .form-tb .optional {
    font-size: 12px;
    padding-top: 2px;
  }
  .p-contact .form-tb .req {
    font-size: 12px;
    padding-top: 2px;
  }
  .p-contact .form-tb .wpcf7-form-control-wrap:has(.form-error) + .error-msg, .p-contact .form-tb .wpcf7-form-control-wrap:has(.form-error) + .wpcf7-not-valid-tip, .p-contact .form-tb .wpcf7-form-control-wrap:has(.wpcf7-not-valid) + .error-msg, .p-contact .form-tb .wpcf7-form-control-wrap:has(.wpcf7-not-valid) + .wpcf7-not-valid-tip {
    margin-top: 5px;
  }
  .p-contact .form-tb .wpcf7-text {
    padding: 10px;
    max-width: none;
  }
  .p-contact .form-tb .wpcf7-textarea {
    max-width: none;
    padding: 10px;
    height: 150px;
  }
  .p-contact .form-tb .wpcf7-list-item-label::before {
    width: 18px;
    height: 18px;
    top: 0;
    left: 0;
  }
  .p-contact .form-tb .wpcf7-list-item-label::after {
    width: 12px;
    height: 12px;
    top: 3px;
    left: 3px;
  }
  .p-contact .form-tb .wpcf7-checkbox {
    width: 18px;
    height: 18px;
    top: 2px;
  }
  .p-contact .gray-box {
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
  }
  .p-contact .gray-box .box-ttl {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .p-contact .gray-box .box-desc + .box-desc {
    margin-top: 15px;
  }
  .p-contact .contact-btn-area {
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .p-contact .thanks-section .inner-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .p-contact .thanks-section h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .p-contact .thanks-section p {
    font-size: 14px;
  }
  .p-contact .thanks-section .btn-wrap {
    margin: 30px auto 0;
  }
  .p-function .page-wrapper {
    padding: 50px 0;
  }
  .p-function .page-wrapper .inner-block {
    gap: 50px;
  }
  .p-function aside .list .main-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .p-function aside .child-list {
    font-size: 14px;
    margin-top: 10px;
    padding-top: 20px;
  }
  .p-function aside .child-list > li {
    margin-bottom: 15px;
  }
  .p-function aside .child-list > li > a::after {
    width: 13px;
    height: 13px;
  }
  .p-function .page-content h2 {
    font-size: 22px;
    margin-bottom: 14px;
  }
  .p-function .page-content figure {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
  }
  .p-function .page-content h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .p-function .page-content p + p {
    margin-top: 10px;
  }
  .p-function .page-content .gray-img-box {
    padding: 15px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
  .inner-block {
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1280px;
  }
  a,
  a::before,
  a::after,
  button,
  button::before,
  button::after {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sp {
    display: none !important;
  }
  .c-header .toggle-btn {
    display: none;
  }
  .c-header .toggle-menu-area.is-active {
    opacity: 1;
    visibility: visible;
  }
  .c-header .toggle-menu-area a:hover {
    background: #FFEFE2;
  }
  .c-header .c-contact-btn:hover {
    background: #fff;
  }
  .c-header .c-contact-btn:hover .txt {
    color: #F08322;
  }
  .c-header .c-contact-btn:hover .icon-area {
    background: #fff;
  }
  .c-header .c-contact-btn:hover .icon-area::before {
    background: #F08322;
  }
  .c-header .c-document-btn:hover {
    background: #fff;
  }
  .c-header .c-document-btn:hover .txt {
    color: #005f07;
  }
  .c-header .c-document-btn:hover .icon-area {
    background: #fff;
  }
  .c-header .c-document-btn:hover .icon-area::before {
    background: #005f07;
  }
  .contact-area .btn-area .c-contact-btn:hover {
    background: #fff;
  }
  .contact-area .btn-area .c-contact-btn:hover .txt {
    color: #F08322;
  }
  .contact-area .btn-area .c-contact-btn:hover .icon-area {
    background: #fff;
  }
  .contact-area .btn-area .c-contact-btn:hover .icon-area::before {
    background: #F08322;
  }
  .contact-area .btn-area .c-document-btn:hover {
    background: #fff;
  }
  .contact-area .btn-area .c-document-btn:hover .txt {
    color: #005f07;
  }
  .contact-area .btn-area .c-document-btn:hover .icon-area {
    background: #fff;
  }
  .contact-area .btn-area .c-document-btn:hover .icon-area::before {
    background: #005f07;
  }
  .c-footer .f-menu .menu-ttl a:hover {
    text-decoration: underline;
  }
  .c-footer .f-menu .menu-ttl + .inn-menu a:hover {
    text-decoration: underline;
  }
  .c-footer .btn-area .c-contact-btn:hover {
    background: #fff;
  }
  .c-footer .btn-area .c-contact-btn:hover .txt {
    color: #F08322;
  }
  .c-footer .btn-area .c-contact-btn:hover .icon-area {
    background: #fff;
  }
  .c-footer .btn-area .c-contact-btn:hover .icon-area::before {
    background: #D36300;
  }
  .c-footer .btn-area .c-document-btn:hover {
    background: #fff;
  }
  .c-footer .btn-area .c-document-btn:hover .txt {
    color: #005f07;
  }
  .c-footer .btn-area .c-document-btn:hover .icon-area {
    background: #fff;
  }
  .c-footer .btn-area .c-document-btn:hover .icon-area::before {
    background: #005f07;
  }
  .c-footer .bottom-area .link-menu a:hover {
    text-decoration: underline;
  }
  .c-btn01:hover {
    background: #fff;
    color: #F08322;
  }
  .c-btn01:hover::after {
    background: #F08322;
  }
  .article-content .wp-element-button:hover {
    background: #fff;
    color: #F08322;
  }
  .article-content .wp-element-button:hover::after {
    background: #F08322;
  }
  .article-content a:hover {
    text-decoration: none;
  }
  .c-cta-area .btn-area .c-contact-btn:hover {
    background: #fff;
  }
  .c-cta-area .btn-area .c-contact-btn:hover .txt {
    color: #F08322;
  }
  .c-cta-area .btn-area .c-contact-btn:hover .icon-area {
    background: #fff;
  }
  .c-cta-area .btn-area .c-contact-btn:hover .icon-area::before {
    background: #F08322;
  }
  .c-cta-area .btn-area .c-document-btn:hover {
    background: #fff;
  }
  .c-cta-area .btn-area .c-document-btn:hover .txt {
    color: #005f07;
  }
  .c-cta-area .btn-area .c-document-btn:hover .icon-area {
    background: #fff;
  }
  .c-cta-area .btn-area .c-document-btn:hover .icon-area::before {
    background: #005f07;
  }
  .home .mv-section .c-contact-btn:hover {
    background: #fff;
  }
  .home .mv-section .c-contact-btn:hover .txt {
    color: #F08322;
  }
  .home .mv-section .c-contact-btn:hover .icon-area {
    background: #fff;
  }
  .home .mv-section .c-contact-btn:hover .icon-area::before {
    background: #F08322;
  }
  .home .mv-section .c-document-btn:hover {
    background: #fff;
  }
  .home .mv-section .c-document-btn:hover .txt {
    color: #005f07;
  }
  .home .mv-section .c-document-btn:hover .icon-area {
    background: #fff;
  }
  .home .mv-section .c-document-btn:hover .icon-area::before {
    background: #005f07;
  }
  .home .usage-section .splide__pagination__page:hover {
    background: #fff;
    color: #F08322;
  }
  .home .function-section .function-list a:hover .link::after {
    right: -5px;
  }
  .home .function-section .function-list .link:hover::after {
    right: -5px;
  }
  .home .voice-section .voice-list > li > a:hover::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .home .news-section .news-list > li > a:hover::after {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
  .p-news .btn-wrap .c-btn01 {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .p-voice .voice-section .btn-wrap .c-btn01 {
    padding-top: 17px;
    padding-bottom: 17px;
  }
  .p-contact .contact-btn-area:hover::after {
    background: #F08322;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .p-function aside .child-list > li > a:hover::after {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1470px) {
  .c-header .logo-area {
    padding-left: 0;
  }
  .c-header .c-contact-btn .txt {
    font-size: 16px;
  }
  .c-header .c-document-btn .txt {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1580px) {
  .c-header .toggle-btn {
    display: block;
  }
  .c-header .h-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    font-weight: 500;
    gap: 0px;
    margin-right: 0;
  }
  .c-header .h-menu a {
    border-bottom: 1px solid #E0E0E0;
    padding: 16.8px 0px;
    display: block;
  }
  .c-header .toggle-menu > a::after {
    display: none;
  }
  .c-header .toggle-menu-area {
    position: static;
    visibility: initial;
    opacity: 1;
    margin-top: 0px;
    padding: 0;
    border-radius: 0;
    width: 100%;
  }
  .c-header .toggle-menu-area a {
    padding: 10px 0;
    border-color: #E0E0E0;
  }
  .c-header .c-contact-btn {
    width: 400px;
  }
  .c-header .c-document-btn {
    width: 400px;
  }
}
@media only screen and (max-width: 1580px) {
  .c-header .r-area {
    background: #fff;
    position: fixed;
    top: 120px;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: block;
    padding: 20px 20px 0px;
  }
  .c-header .r-area.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .c-header .r-area .menu-inn {
    display: block;
    overflow-y: auto;
    max-height: calc(var(--vh) * 100 - 150px);
    height: 100vh;
  }
  .c-header .toggle-menu-area > li.pc-header {
    display: none;
  }
  .c-header .toggle-menu-area > li.sp-header {
    display: block;
  }
  .c-header .btn-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
    gap: 10px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1580px) and (max-width: 767px) {
  .c-header .r-area {
    top: 60px;
  }
  .c-header .r-area .menu-inn {
    max-height: calc(var(--vh) * 100 - 120px);
  }
}
@media only screen and (min-width: 1580px) {
  .c-header .toggle-menu-area > li:last-child > a {
    border: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .contact-area .wrapper::before {
    background-position: bottom;
    bottom: 0;
  }
  .contact-area .wrapper::after {
    background-position: bottom;
    bottom: 0;
  }
  .contact-area .btn-area .c-contact-btn {
    width: 350px;
  }
  .contact-area .btn-area .c-document-btn {
    width: 350px;
  }
  .home .mv-section .tab-img {
    display: block;
    margin: 20px auto;
    text-align: center;
  }
  .home .mv-section .main-ttl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .mv-section .main-ttl .ja {
    font-size: clamp(80px, 128px, min(128px, 10.6666666667vw));
  }
  .home .mv-section .main-ttl .small {
    font-size: clamp(20px, 32px, min(32px, 2.6666666667vw));
  }
  .home .mv-section .main-ttl .en {
    font-size: clamp(100px, 230px, min(230px, 19.1666666667vw));
  }
  .home .mv-section .dec {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1750px) {
  .c-footer .f-menu {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1700px) {
  .c-footer .btn-area {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 350px) {
  .c-btn01 {
    padding-right: 50px;
  }
  .c-btn01.arrow-down {
    padding-right: 50px;
    padding-left: 50px;
  }
  .home .mv-section .dec {
    font-size: 14px;
  }
  .home .mv-section .check-list {
    font-size: 10px;
  }
  .home .problem-section .main-ttl {
    font-size: 20px;
  }
  .home .problem-section .main-ttl::before {
    height: 30px;
    left: -10px;
    width: 2px;
  }
  .home .problem-section .main-ttl::after {
    height: 30px;
    right: -10px;
    width: 2px;
  }
  .home .function-section .custom-ttl {
    font-size: 16px;
  }
  .home .function-section .custom-ttl::before {
    left: -5px;
  }
  .home .function-section .custom-ttl::after {
    right: -5px;
  }
  .home .voice-section .voice-list .img-area {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1500px) {
  .c-cta-area .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .c-cta-area .btn-area {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 40px auto 0;
  }
  .home .mv-section .l-area {
    padding-left: 0;
    width: 50%;
  }
}
@media only screen and (max-width: 1500px) {
  .c-cta-area .l-area {
    margin: auto;
  }
  .c-cta-area .btn-area::before {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 900px) {
  .c-cta-area .btn-area .c-contact-btn {
    width: 320px;
  }
  .c-cta-area .btn-area .c-document-btn {
    width: 320px;
  }
  .home .usage-section .splide__pagination {
    display: block;
  }
  .home .usage-section .splide__pagination li {
    display: block;
    width: 300px;
    margin: 0 auto 20px;
  }
  .home .usage-section .splide__pagination__page {
    width: 300px;
  }
  .home .function-section .function-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .home .function-section .function-list > li {
    width: 50%;
    margin-bottom: 2px;
  }
  .home .function-section .function-list > li:last-child::after {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1500px) and (max-width: 1200px) {
  .home .mv-section .l-area {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  .home .mv-section .r-area {
    display: none;
  }
}
@media only screen and (max-width: 767px) and (max-width: 373px) {
  .home .mv-section .main-ttl .ja {
    font-size: 50px;
  }
  .home .mv-section .main-ttl .en {
    font-size: 100px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 370px) {
  .home .mv-section .main-ttl .small {
    font-size: 14px;
  }
  .home .mv-section .check-list > li {
    padding-left: 25px;
  }
  .home .mv-section .check-list > li::before {
    width: 15px;
    height: 15px;
    top: 0;
  }
  .home .usage-section .splide__pagination {
    gap: 8px;
  }
  .home .usage-section .splide__pagination__page .num {
    font-size: 10px;
  }
  .home .usage-section .splide__pagination__page .txt {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) and (min-width: 400px) {
  .home .mv-section .check-list {
    font-size: 16px;
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) and (min-width: 500px) {
  .home .mv-section .award-list {
    gap: 10px;
  }
  .home .mv-section .award-list > li {
    width: calc((100% - 20px) / 3);
  }
  .home .mv-section .award-list .txt {
    font-size: 14px;
  }
  .home .mv-section .award-list .strong {
    font-size: 12px;
  }
  .home .mv-section .award-list .strong .num {
    font-size: 22px;
  }
  .home .mv-section .c-contact-btn {
    max-width: 350px;
  }
  .home .mv-section .c-document-btn {
    max-width: 350px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 330px) {
  .home .mv-section .award-list > li {
    padding: 9px 18px;
  }
}
@media only screen and (min-width: 500px) {
  .home .mv-section .award-list .strong .small {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .home .linked-section .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home .linked-section .l-area {
    max-width: none;
  }
  .home .linked-section .r-area {
    margin-top: 0;
  }
}
@media only screen and (max-width: 350px) {
  .home .linked-section .logo-list {
    gap: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1150px) {
  .home .problem-section .problem-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 10px;
  }
  .home .problem-section .problem-list > li {
    width: 100%;
  }
  .home .problem-section .problem-list > li::after {
    height: 1px;
    width: 100%;
    top: initial;
    left: 0;
  }
  .home .problem-section .solution-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .home .problem-section .solution-list > li {
    width: 100%;
    max-width: 350px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  .home .usage-section .splide__arrow--prev::after, .home .usage-section .splide__arrow--next::after {
    width: 40px;
    height: 40px;
  }
  .home .usage-section .splide__arrow--prev {
    right: 100%;
  }
  .home .usage-section .splide__arrow--next {
    left: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .home .function-section .function-list > li::after {
    width: 100%;
    height: 1px;
    top: initial;
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1520px) {
  .home .flow-section .flow-list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home .flow-section .flow-list::before {
    display: none;
  }
  .home .flow-section .flow-list > li {
    width: calc(50% - 20px);
    max-width: 500px;
  }
  .home .flow-section .flow-list > li:first-child {
    width: calc(50% - 20px);
    max-width: 500px;
  }
  .home .flow-section .flow-list .day {
    right: 0;
    left: 0;
    margin: auto;
    position: relative;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 950px) {
  .home .voice-section .logo-list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .home .voice-section .logo-list > li {
    width: calc((100% - 150px) / 4);
  }
}
@media only screen and (max-width: 1000px) {
  .p-function .page-wrapper .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p-function aside {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */
/*# sourceMappingURL=style.css.map */