@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp.min.css");
html,
body {
  width: 100%;
  height: 100%;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 320px;
  max-width: 100%;
  position: relative;
  display: block;
  overflow-x: hidden;
  line-height: 1.6;
  background: #fff;
  font-family: YakuHanJP, "Noto Sans JP", "Inter", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 0em;
  font-weight: 500;
  font-size: 17px;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
a:hover {
  opacity: 0.6;
}

ul {
  margin-left: 0;
  padding-left: 0;
}
ul li {
  list-style-type: none;
}

img {
  max-width: 100%;
}

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

/*
common
---------------------------------------------*/
.bnr-solid,
.bnr-color {
  display: block;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  border: 2px solid #de2a51;
  border-radius: 60px;
}

.bnr-solid {
  color: #de2a51;
  font-weight: 700;
}

.bnr-color {
  background: #de2a51;
  color: #fff;
  font-weight: 700;
}
.bnr-color span {
  padding: 2px 12px;
  margin-right: 10px;
  font-size: 0.8em;
  color: #de2a51;
  background-color: #fff;
  border-radius: 2px;
}

.main {
  padding-top: 86px;
}

.container {
  padding: 0 40px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.sub-ttl {
  font-family: "Inter";
  font-style: normal;
  color: #888;
  font-size: 11px;
  display: block;
  letter-spacing: 0.04em;
}

.pc-view {
  display: block;
}

.sp-view,
.sp-view02,
.tab-view01 {
  display: none;
}

.t-color-b {
  color: #000;
}

.subscript01 {
  vertical-align: sub;
  font-size: 0.6rem;
}

/*
header
---------------------------------------------*/
.header {
  position: fixed;
  width: 100%;
  display: block;
  z-index: 200;
  background: #fff;
}
.header .header-inner {
  padding: 16px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.header .logo {
  display: block;
  line-height: 1.4;
  font-weight: 600;
}
.header .logo em,
.header .logo span {
  display: block;
  font-style: normal;
}
.header .logo em {
  font-size: 13px;
  letter-spacing: 0.05em;
}
.header .logo span {
  font-size: 24px;
}
.header .navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.header .navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  font-size: 15px;
  padding: 0px 12px 0 0;
}
.header .navi ul li a {
  display: block;
  padding: 12px 14px;
}
.header .navi .header-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 4px 0 0 0;
}
.header .navi .header-bnr span:first-child {
  margin-right: 12px;
}
.header .navi .header-bnr span a {
  font-size: 15px;
  width: 156px;
  padding: 6px 0;
}

/*
index
---------------------------------------------*/
.main-index .kv {
  position: relative;
  width: 100%;
  min-height: 664px;
}
.main-index .kv .kv-cv-wrap {
  background: rgba(245, 245, 245, 0.7);
  z-index: 10;
  position: sticky;
  position: -webkit-sticky;
  padding: 12px 0;
  bottom: 0;
  background-size: cover;
}
.main-index .kv .kv-cv {
  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;
  width: 920px;
  margin: 0 auto;
}
.main-index .kv .kv-cv h2 {
  text-align: center;
  font-size: 19px;
}
.main-index .kv .kv-cv .bnr-color {
  margin-left: 80px;
  font-size: 19px;
  width: 460px;
  padding: 16px 0;
}

.kv-cv > img {
  margin-left: 80px;
}

.main-index .kv .copy-wrap {
  display: table;
  width: 100%;
  height: 488px;
}
.main-index .kv .copy-wrap .copy {
  display: table-cell;
  position: relative;
  z-index: 5;
  padding: 22px 0 0 0;
}
.main-index .kv .copy-wrap .copy h1 {
  font-size: 36px;
  background: white;
  width: 60%;
  padding: 6px 0;
  margin: 0 auto 12px auto;
  display: block;
  line-height: 1.4;
  font-weight: 800;
  text-align: center;
}
.main-index .kv .copy-wrap .copy h1 strong {
  font-weight: 800;
  display: inline-block;
}
.main-index .kv .copy-wrap .copy h1 span {
  color: #2ca887;
}
.main-index .kv .copy-wrap .copy p {
  font-size: 15px;
  display: block;
  line-height: 1.6;
  color: #444;
  margin-bottom: 30px;
}
.main-index .kv .copy-wrap .copy .illust {
  max-width: 720px;
}
.main-index .kv .copy-wrap .copy .illust .kv-circle-02-p,
.main-index .kv .copy-wrap .copy .illust .kv-circle-03-p {
  margin-left: 40px;
}
.main-index .kv .copy-wrap .copy .illust .kv-circle-tab {
  display: none;
}
.main-index .kv .copy-wrap .copy .illust .kv-circle-sp-01 {
  margin: 0 auto;
}
.main-index .kv .copy-wrap .copy .kv-title {
  margin: 0 auto 12px auto;
}
.main-index .kv .copy-wrap .copy div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  margin: 0 auto;
}
.main-index .kv:after {
  content: "";
  position: absolute;
  display: block;
  background-color: #2ca887;
  background-image: url("../images/index/kv.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 87%;
  right: 0;
  top: 0;
  z-index: 0;
}
.main-index .kv:before {
  z-index: 1;
}
.main-index .cont-solu {
  margin-bottom: 40px;
}
.main-index .cont-solu h2 {
  color: #2ca887;
  display: block;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
}
.main-index .cont-list {
  margin-bottom: 40px;
}
.main-index .cont-list h2 {
  color: #2ca887;
  display: block;
  font-weight: 800;
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 40px;
}
.main-index .cont-list h2 em {
  margin-bottom: 12px;
}
.main-index .cont-list p {
  display: block;
  text-align: center;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
.main-index .cont-service {
  position: relative;
  padding: 30px 0 0 0;
}
.main-index .cont-service:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 90px;
  background: #f4f4f4;
  width: 100%;
  height: calc(100% - 120px);
}
.main-index .cont-service .container {
  z-index: 5;
}
.main-index .cont-service .service-wrap {
  padding-bottom: 1px;
}
.main-index .cont-service .service-wrap .service-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0 auto 110px auto;
  width: 94%;
}
.main-index .cont-service .service-wrap .service-ttl h2 {
  padding-right: 10px;
  width: 240px;
}
.main-index .cont-service .service-wrap .service-ttl p {
  padding: 8px 0 0 40px;
  display: block;
  border-left: 1px solid #ccc;
  width: calc(100% - 240px);
}
.main-index .cont-service .service-wrap .service-feature {
  background: #fff;
  border-radius: 10px;
  display: block;
  padding: 90px 30px 60px 30px;
  position: relative;
  margin-bottom: 120px;
}
.main-index .cont-service .service-wrap .service-feature:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100px;
  background: #2ca888;
  top: -150px;
  left: 50%;
}
.main-index .cont-service .service-wrap .service-feature.border-none:before {
  display: none;
}
.main-index .cont-service .service-wrap .service-feature .feature-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  max-width: 960px;
  position: relative;
  margin: 0 auto;
}
.main-index .cont-service .service-wrap .service-feature .feature-wrap .feature-point {
  width: calc(50% - 30px);
}
.main-index .cont-service .service-wrap .service-feature .feature-wrap .feature-point .illust {
  max-width: 420px;
  margin: 0 auto;
}
.main-index .cont-service .service-wrap .service-feature .feature-wrap .feature-point h3 {
  padding: 20px 0 15px 0;
  font-size: 22px;
  display: block;
}
.main-index .cont-service .service-wrap .service-feature .feature-wrap .feature-point p {
  font-size: 16px;
}
.main-index .cont-service .service-wrap .service-feature .point {
  width: 100px;
  height: 100px;
  color: #fff;
  background: #2ca887;
  text-align: center;
  border-radius: 50%;
  line-height: 1.4;
  padding: 17px 0 0 0;
  position: absolute;
  top: -50px;
  left: calc(50% - 50px);
  -webkit-box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.1);
}
.main-index .cont-service .service-wrap .service-feature .point em,
.main-index .cont-service .service-wrap .service-feature .point span {
  display: block;
}
.main-index .cont-service .service-wrap .service-feature .point em {
  font-style: normal;
  font-family: "Inter";
  font-style: normal;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.main-index .cont-service .service-wrap .service-feature .point span {
  font-size: 16px;
}
.main-index .cont-service .service-wrap .service-feature h2 {
  font-weight: 800;
  display: block;
  color: #2ca887;
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
.main-index .cont-service .service-wrap .service-feature p {
  color: #444;
}
.main-index .cont-list #availa-busi {
  border: 1px solid #2ca887;
  border-radius: 8px;
  width: 1120px;
  padding: 30px;
}
.main-index .cont-list #availa-busi #availa-busi-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.main-index .cont-list #availa-busi #availa-busi-inner .ab-box {
  width: 46%;
  margin: 0 20px 20px;
}
.main-index .cont-list #availa-busi #availa-busi-inner .ab-box h3 {
  background-color: #2ca887;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 8px;
}
.main-index .cont-listt #availa-busi #availa-busi-inner .ab-box dl {
  margin-left: 8px;
}
.main-index .cont-list #availa-busi #availa-busi-inner .ab-box dl dt {
  color: #2ca887;
  list-style: inside;
  display: list-item;
  font-size: 20px;
  margin-left: 8px;
}
.main-index .cont-list #availa-busi #availa-busi-inner .ab-box dl dd {
  margin: -10px 0 30px 39px;
  font-size: 17px;
}
.main-index .cont-list #availa-busi .sub-01 {
  font-size: 12px;
  color: #434343;
  text-align: left;
  text-indent: -12px;
}
.main-index .cont-service .question {
  background: #2ca887;
  color: #fff;
  padding: 40px 20px 50px 20px;
  width: 94%;
  margin: 0 auto;
  display: block;
  border-radius: 8px;
  position: relative;
  margin-bottom: 60px;
  -webkit-box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.2);
}
.main-index .cont-service .question:before, .main-index .cont-service .question:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  background: #2ca887;
}
.main-index .cont-service .question:before {
  bottom: -12px;
  left: calc(50% - 12px);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.2);
}
.main-index .cont-service .question:after {
  bottom: 0;
  width: 120px;
  z-index: 1;
  left: calc(50% - 60px);
}
.main-index .cont-service .question h2 {
  display: block;
  text-align: center;
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 34px;
}
.main-index .cont-service .question ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
}
.main-index .cont-service .question ul li {
  width: 33.333%;
  padding: 0 15px;
}
.main-index .cont-service .question ul li span {
  display: block;
  text-align: center;
}
.main-index .cont-service .question ul li .icon {
  width: 48px;
  height: 48px;
  position: relative;
  display: block;
  margin: 0 auto 20px auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.main-index .cont-service .question ul li .txt {
  font-weight: 700;
  line-height: 1.5;
}
.main-index .ttl {
  display: block;
  text-align: center;
  margin-bottom: 45px;
  font-size: 26px;
  font-weight: 800;
}
.main-index .ttl em {
  margin-bottom: 4px;
}
.main-index .cont-solution {
  background: #f4f4f4;
  padding: 90px 0;
}
.main-index .cont-solution .solution-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.main-index .cont-solution .solution-wrap .solution-entry {
  width: 33.333%;
  padding: 0 20px;
  margin-bottom: 40px;
}
.main-index .cont-solution .solution-wrap .solution-entry a {
  display: block;
}
.main-index .cont-solution .solution-wrap .solution-entry .entry-inner {
  position: relative;
  background: #fff;
  display: block;
  height: 100%;
}
.main-index .cont-solution .solution-wrap .solution-entry .pict {
  width: 100%;
  padding-bottom: 61%;
  background: #d0d0d0;
  margin-bottom: 20px;
  background-position: center center;
}
.main-index .cont-solution .solution-wrap .solution-entry h2,
.main-index .cont-solution .solution-wrap .solution-entry p,
.main-index .cont-solution .solution-wrap .solution-entry ul {
  padding: 0 20px;
}
.main-index .cont-solution .solution-wrap .solution-entry h2 {
  font-size: 18px;
  display: block;
  line-height: 1.5;
  margin-bottom: 16px;
}
.main-index .cont-solution .solution-wrap .solution-entry p {
  font-size: 13px;
  color: #555;
  margin-bottom: 16px;
}
.main-index .cont-solution .solution-wrap .solution-entry ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 24px;
  font-size: 12px;
  color: #2ca887;
}
.main-index .cont-solution .solution-wrap .solution-entry ul li {
  display: block;
  line-height: 1.4;
  margin-right: 4px;
  border: 1px solid #2ca887;
  padding: 1px 8px;
  margin-bottom: 4px;
}
.main-index .cont-box {
  padding: 70px 0 0 0;
}
.main-index .cont-box .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 0 60px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 980px;
}
.main-index .cont-box .box-wrap div {
  width: calc(50% - 20px);
}
.main-index .cont-box .box-wrap div .pict {
  margin-bottom: 16px;
  display: block;
}
.main-index .cont-box .box-wrap div .logo {
  padding: 16px 0 36px 0;
  display: block;
}
.main-index .cont-box .box-wrap div .logo img {
  height: 94px;
  width: auto;
  display: block;
  margin: 0 auto;
}
.main-index .cont-box .box-wrap div h2 {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  font-size: 21px;
}
.main-index .cont-box .box-wrap div p {
  font-size: 17px;
  color: #444;
}
.main-index .cont-bottom-cv.cont-cv {
  border-top: 1px solid #ddd;
  padding: 0;
  margin-top: 40px;
}
.main-index .cont-bottom-cv.cont-cv .cv-wrap {
  padding: 70px 7.4% 10px 7.4%;
  border: 0;
}
.main-index .cont-bottom-cv.cont-cv .cv-wrap .tel {
  border: 3px solid #d5d5d5;
  border-radius: 8px;
  margin: 45px auto 0 auto;
  position: relative;
  padding: 16px 0;
  max-width: 390px;
}
.main-index .cont-bottom-cv.cont-cv .cv-wrap .tel h3 {
  display: block;
  text-align: center;
  position: absolute;
  z-index: 5;
  width: 100%;
  top: -16px;
  font-size: 19px;
}
.main-index .cont-bottom-cv.cont-cv .cv-wrap .tel h3 span {
  display: inline-block;
  background: #fff;
  padding: 0 0.4em;
}
.main-index .cont-bottom-cv.cont-cv .cv-wrap .tel p {
  display: block;
  text-align: center;
  letter-spacing: 0.06em;
}
.main-index .cont-bottom-cv.cont-cv .cv-wrap .tel .number {
  font-family: "Inter";
  font-style: normal;
  color: #de2a51;
  display: block;
  font-weight: bold;
  padding-right: 0.5em;
  font-size: 34px;
}
.main-index .cont-bottom-cv.cont-cv .cv-wrap .tel .number a {
  display: block;
  color: #de2a51;
  text-align: center;
}
.main-index .cont-bottom-cv.cont-cv .cv-wrap .tel .number span {
  display: inline-block;
  padding-right: 0.3em;
}

.cont-cv {
  padding: 90px 0;
}
.cont-cv .cv-wrap {
  border: 4px solid #dedede;
  padding: 70px 7.4%;
  border-radius: 12px;
}
.cont-cv .cv-wrap h2 {
  display: block;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.06em;
  font-size: 24px;
}
.cont-cv .cv-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.cont-cv .cv-wrap ul li {
  width: calc(50% - 15px);
}
.cont-cv .cv-wrap ul li a {
  display: block;
  padding: 25px 0;
  font-size: 22px;
}

/*
footer
---------------------------------------------*/
.footer {
  margin-top: 60px;
  padding: 23px 0;
  border-top: 1px solid #ddd;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.footer .container .footer-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 8px 0 0 0;
}
.footer .container .footer-l .footer-logo {
  width: 120px;
}
.footer .container .footer-l .copyrihgt {
  font-size: 11px;
  color: #666;
  font-weight: 400;
  padding-left: 22px;
  padding: 10px 0 0 22px;
}

.bottom-bnr {
  display: block;
  background: #fff;
  -webkit-box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 12px 0 rgba(0, 0, 0, 0.2);
  z-index: 80;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 5.4% 12px;
  display: none;
}
.bottom-bnr p {
  margin-bottom: 8px;
  font-size: 16px;
  text-align: center;
}
.bottom-bnr a {
  padding: 4px 0;
  font-size: 1.2em;
}

/* 追加 start 14238 */
.l-footer_authority {
  margin: 0 0 0 auto;
  position: relative;
  right: -10%;
}

.l-footer_authority-inner {
  width: 100%;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.l-footer_authority-inner.single {
  margin: 0 auto;
}

.l-footer_authority-symbol {
  width: 26%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin: 0 10px 0 0;
}

.l-footer_authority-symbol-item {
  line-height: 0;
  margin-right: 5px;
}
.l-footer_authority-symbol-item:first-of-type {
  width: 66px;
}
.l-footer_authority-symbol-item:nth-of-type(2) {
  width: 160px;
}

.l-footer_authority-notice {
  width: 64%;
  font-size: 11px;
  letter-spacing: normal;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  margin: 0 auto 0 0;
}

.l-footer .l-footer_copyright {
  width: 100%;
  background-color: #364146;
  margin-top: 40px;
}

.l-footer_copyright-inner {
  padding: 30px 0;
}

.l-footer_copyright-item {
  text-align: center;
  color: #fff;
  font-size: 12px;
}

@media only screen and (max-width: 767px) {
  .l-footer_authority {
    padding: 0 4vw;
    position: relative;
    right: 0;
  }
  .l-footer_authority-inner {
    display: block;
  }
  .l-footer_authority-symbol {
    width: 70%;
    margin: 0 auto;
  }
  .l-footer_authority-symbol-item:first-of-type {
    width: 26%;
  }
  .l-footer_authority-symbol-item:nth-of-type(2) {
    width: 66%;
  }
  .l-footer_authority-notice {
    width: 100%;
    margin-top: 4vw;
    font-size: 2.9333333333vw;
  }
}
/* 追加 end 14238 */
/*
menu
---------------------------------------------*/
.gnav-toggle {
  display: block;
  display: none;
  width: 30px;
  height: 30px;
  position: fixed;
  right: 15px;
  top: 22px;
  z-index: 99999;
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  transition: left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s, left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s, left 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 1s;
}
.gnav-toggle span {
  display: block;
  width: 30px;
  height: 2px;
  background: #333;
  position: absolute;
  z-index: 20;
  -webkit-transition: all 0.2s cubic-bezier(0.465, 0.145, 0.46, 0.855);
  transition: all 0.2s cubic-bezier(0.465, 0.145, 0.46, 0.855);
}
.gnav-toggle span.bar-first {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 0;
}
.gnav-toggle span.bar-second {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 7px;
}
.gnav-toggle span.bar-third {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 14px;
}
.gnav-toggle.toggle-on span.bar-first {
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  top: 7px;
}
.gnav-toggle.toggle-on span.bar-second {
  opacity: 0;
}
.gnav-toggle.toggle-on span.bar-third {
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
  top: 7px;
}

#gnav-menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.465, 0.145, 0.46, 0.855);
  transition: all 0.3s cubic-bezier(0.465, 0.145, 0.46, 0.855);
  -webkit-transform: translateY(-115%);
  transform: translateY(-115%);
  overflow: hidden;
}

.menu_on {
  overflow: hidden;
}
.menu_on #gnav-menu {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

#gnav-menu-body {
  position: relative;
  z-index: 1;
  padding: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
#gnav-menu-body a {
  color: #000;
}
#gnav-menu-body ul,
#gnav-menu-body dl {
  max-width: 980px;
  margin: 0 auto;
}
#gnav-menu-body ul {
  line-height: 1.5;
  text-align: center;
  position: relative;
  margin-top: 62px;
  border-top: 1px solid #ddd;
}
#gnav-menu-body ul li {
  width: 100%;
  border-bottom: 1px solid #ddd;
}
#gnav-menu-body ul li a {
  font-size: 15px;
  display: block;
  text-align: center;
  padding: 12px 0;
  cursor: pointer;
  position: relative;
}
#gnav-menu-body dl {
  padding: 5px 0 0 0;
}
#gnav-menu-body dl dd {
  font-size: 15px;
  padding: 15px 15px 0 15px;
}
#gnav-menu-body dl dd a {
  display: block;
  padding: 12px 0;
  color: #fff;
}
#gnav-menu-body dl dd a.bnr-solid {
  color: #de2a51;
}

@media screen and (max-width: 768px) {
  .sp-view02 {
    display: block;
  }
  .main-index .kv {
    min-height: 670px !important;
  }
  .main-index .kv .copy-wrap .copy .illust .kv-circle-tab {
    display: none !important;
  }
  .main-index .kv .copy-wrap .copy .illust .kv-circle-sp-01 {
    display: block !important;
    margin: 0 auto;
  }
  .main-index .kv .copy-wrap .copy .illust .tab-view01 {
    display: none !important;
  }
}
@media screen and (max-width: 960px) {
  .main-index .kv .copy-wrap .copy .illust .tab-view01 {
    display: none !important;
  }
  .main-index .cont-list #availa-busi {
    padding: 30px 4px;
  }
}
@media screen and (max-width: 1140px) {
  .gnav-toggle,
.bottom-bnr {
    display: block;
  }
  body {
    font-size: 15px;
  }
  .pc-view {
    display: none;
  }
  .sp-view {
    display: block;
  }
  .header .header-inner {
    padding: 12px 15px;
  }
  .header .navi {
    display: none;
  }
  .header .logo em {
    font-size: 10px;
  }
  .header .logo span {
    font-size: 17px;
  }
  .main {
    padding: 58px 0 0 0;
  }
  .main-index .kv {
    position: relative;
    width: 100%;
    height: calc(100vh - 86px);
    min-height: 870px;
  }
  .main-index .kv .copy-wrap {
    display: block;
  }
  .main-index .kv .copy-wrap .copy {
    display: block;
    padding: 35px 5.4% 30px 5.4%;
  }
  .main-index .kv .copy-wrap .copy h1 {
    font-size: 30px;
    padding: 16px 22px;
    width: 100%;
  }
  .main-index .kv .copy-wrap .copy p {
    width: 70%;
    text-shadow: 0px 0px 2px #ffffff, 0px 0px 4px #ffffff, 0px 0px 10px #ffffff;
  }
  .main-index .kv .copy-wrap .copy p br {
    display: none;
  }
  .main-index .kv .copy-wrap .copy div {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .main-index .kv .kv-cv-wrap {
    background: none;
  }
  .main-index .kv .kv-cv {
    display: none;
  }
  .container {
    padding: 0 5.4%;
  }
  .main-index .kv .copy-wrap .copy .illust {
    display: block !important;
    width: auto;
    height: auto;
  }
  .main-index .kv .copy-wrap .copy .illust .kv-circle-tab {
    display: block;
    margin: 0 auto;
  }
  .main-index .kv .copy-wrap .copy .illust .kv-circle-sp-01 {
    display: none;
  }
  .sub-ttl {
    font-size: 10px;
  }
  .main-index .cont-list {
    margin-bottom: 20px;
  }
  .main-index .cont-list h2 {
    font-size: 23px;
    margin-bottom: 22px;
  }
  .main-index .cont-list h2 em {
    margin-bottom: 10px;
  }
  .main-index .cont-list p {
    letter-spacing: 0;
    line-height: 1.8;
  }
  .main-index .cont-service:before {
    top: 120px;
    height: calc(100% - 120px);
  }
  .main-index .cont-service .service-wrap .service-ttl {
    display: block;
    width: 100%;
    margin-bottom: 90px;
  }
  .main-index .cont-service .service-wrap .service-ttl h2,
.main-index .cont-service .service-wrap .service-ttl p {
    width: 100%;
  }
  .main-index .cont-service .service-wrap .service-ttl h2 {
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 8px;
  }
  .main-index .cont-service .service-wrap .service-ttl h2 em {
    margin-bottom: 4px;
  }
  .main-index .cont-service .service-wrap .service-ttl p {
    width: 100%;
    padding-left: 0;
    border-left: 0;
    font-size: 14px;
  }
  .main-index .cont-service .service-wrap .service-feature {
    padding: 64px 20px 20px 20px;
    margin-bottom: 70px;
  }
  .main-index .cont-service .service-wrap .service-feature:before {
    height: 50px;
    top: -90px;
  }
  .main-index .cont-service .service-wrap .service-feature h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .main-index .cont-list #availa-busi {
    padding: 30px 20px;
    width: 90%;
  }
  .main-index .cont-list #availa-busi #availa-busi-inner .ab-box {
    width: 100%;
    margin: 0 10px 20px;
  }
  .main-index .cont-list #availa-busi #availa-busi-inner .ab-box dl {
    margin-left: 30px;
  }
  .main-index .cont-list #availa-busi #availa-busi-inner .ab-box dl dt {
    color: #2ca887;
    text-indent: -1.5em;
  }
  .main-index .cont-list #availa-busi #availa-busi-inner .ab-box dl dd {
    margin: -10px 0 30px 9px;
    text-indent: 0;
  }
  .main-index .cont-list #availa-busi #availa-busi-inner .ab-box dl dd ul li {
    list-style: none;
  }
  .main-index .cont-list #availa-busi .sub-01 {
    margin-left: 20px;
  }
  .main-index .cont-service .service-wrap .service-feature .feature-wrap {
    display: block;
  }
  .main-index .cont-service .service-wrap .service-feature .feature-wrap .feature-point {
    width: 100%;
    margin-bottom: 24px;
  }
  .main-index .cont-service .service-wrap .service-feature .feature-wrap .feature-point .illust {
    width: 86%;
    margin: 0 auto;
  }
  .main-index .cont-service .service-wrap .service-feature .feature-wrap .feature-point h3 {
    display: block;
    text-align: center;
    font-size: 18px;
    padding: 16px 0 12px 0;
  }
  .main-index .cont-service .service-wrap .service-feature .feature-wrap .feature-point p {
    font-size: 14px;
  }
  .main-index .cont-service .service-wrap .service-feature .point {
    width: 84px;
    height: 84px;
    top: -42px;
    left: calc(50% - 42px);
  }
  .main-index .cont-service .service-wrap .service-feature .point em {
    font-size: 11px;
    margin-bottom: 2px;
  }
  .main-index .cont-service .service-wrap .service-feature .point span {
    font-size: 14px;
    letter-spacing: 0;
  }
  .main-index .cont-service .question {
    padding: 24px 15px 18px 15px;
    margin-bottom: 42px;
  }
  .main-index .cont-service .question:before {
    width: 20px;
    height: 20px;
    bottom: -10px;
    left: calc(50% - 10px);
  }
  .main-index .cont-service .question h2 {
    font-size: 18px;
    margin-bottom: 22px;
  }
  .main-index .cont-service .question ul {
    display: block;
  }
  .main-index .cont-service .question ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
    padding-left: 4px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .main-index .cont-service .question ul li .icon {
    margin: 0;
    width: 44px;
    padding: 0 8px;
    height: 44px;
    border: 1px solid #fff;
    border-radius: 50%;
    background-size: 54%;
  }
  .main-index .cont-service .question ul li .txt {
    width: calc(100% - 56px);
    text-align: left;
  }
  .main-index .cont-service .question ul li:last-child .icon {
    background-size: 40%;
  }
  .main-index .ttl {
    font-size: 22px;
    margin-bottom: 28px;
  }
  .main-index .cont-solution {
    padding: 50px 0;
  }
  .main-index .cont-solution .solution-wrap .solution-entry {
    width: 100%;
    margin-bottom: 24px;
  }
  .main-index .cont-solution .solution-wrap .solution-entry .entry-inner {
    padding-bottom: 24px;
  }
  .main-index .cont-solution .solution-wrap .solution-entry h2,
.main-index .cont-solution .solution-wrap .solution-entry p,
.main-index .cont-solution .solution-wrap .solution-entry ul {
    padding: 0 20px;
  }
  .main-index .cont-solution .solution-wrap .solution-entry h2 {
    font-size: 17px;
  }
  .main-index .cont-solution .solution-wrap .solution-entry p {
    font-size: 13px;
    line-height: 1.5;
    color: #555;
    font-weight: 400;
  }
  .main-index .cont-solution .solution-wrap .solution-entry ul li {
    font-size: 11px;
  }
  .main-index .cont-box {
    padding: 40px 0 2px 0;
  }
  .main-index .cont-box .box-wrap {
    display: block;
    padding: 0 0 0 0;
  }
  .main-index .cont-box .box-wrap div {
    width: 100%;
    margin-bottom: 30px;
  }
  .main-index .cont-box .box-wrap div h2 {
    font-size: 17px;
    margin-bottom: 16px;
  }
  .main-index .cont-box .box-wrap div p {
    font-size: 14px;
  }
  .main-index .cont-box .box-wrap div .logo {
    padding: 12px 0 26px 0;
  }
  .main-index .cont-box .box-wrap div .logo img {
    height: 74px;
    width: auto;
  }
  .main-index .cont-bottom-cv.cont-cv {
    margin-top: 15px;
  }
  .main-index .cont-bottom-cv.cont-cv .cv-wrap {
    padding: 40px 0 0 0;
  }
  .main-index .cont-bottom-cv.cont-cv .cv-wrap .tel h3 {
    font-size: 16px;
    top: -14px;
  }
  .main-index .cont-bottom-cv.cont-cv .cv-wrap .tel h3 span {
    padding: 0 0.7em;
  }
  .main-index .cont-bottom-cv.cont-cv .cv-wrap .tel .number {
    font-size: 28px;
  }
  .main-index .cont-bottom-cv.cont-cv .cv-wrap .tel P {
    font-size: 14px;
  }
  .cont-cv {
    padding: 40px 0;
  }
  .cont-cv .cv-wrap {
    padding: 30px 20px;
  }
  .cont-cv .cv-wrap h2 {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .cont-cv .cv-wrap ul {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .cont-cv .cv-wrap ul li {
    padding: 0;
    width: 100%;
  }
  .cont-cv .cv-wrap ul li a {
    font-size: 17px;
    padding: 16px 0;
  }
  .cont-cv .cv-wrap ul li:first-child {
    margin-bottom: 15px;
  }
  .footer {
    padding: 20px 0 120px 0;
  }
  .footer .container {
    display: block;
  }
  .footer .container .footer-l {
    display: block;
    text-align: center;
  }
  .footer .container .footer-l .footer-logo {
    width: 100px;
    position: relative;
    margin: 0 auto;
  }
  .footer .container .footer-l .copyrihgt {
    padding: 10px 0 8px 0;
    font-size: 10px;
  }
  .footer .container .footer-r img {
    display: block;
    margin: 0 auto;
  }
}
/*
contact
---------------------------------------------*/
.main-contact {
  min-height: calc(100vh - 170px);
}
.main-contact .ttl {
  display: block;
  text-align: center;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 800;
  padding: 40px 0 10px 0;
}
.main-contact .ttl em {
  display: block;
}
.main-contact .explain-txt {
  display: block;
  text-align: center;
  padding-bottom: 40px;
  font-weight: 500;
  font-size: 16px;
}
@media screen and (max-width: 600px) {
  .main-contact .explain-txt {
    text-align: justify;
  }
}
.main-contact .explain-txt a {
  display: block;
  padding: 10px 0;
  max-width: 260px;
  margin: 18px auto 0 auto;
}
.main-contact .document-image {
  max-width: 480px;
  margin: -20px auto 60px auto;
}
.main-contact .document-image span {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
}
.main-contact .document-image span img {
  display: block;
}
.main-contact #framecontact {
  border: 0;
  overflow: hidden;
  width: 840px;
  height: 1020px;
  display: block;
  margin: 0 auto;
}
.main-contact #framedocument {
  border: 0;
  overflow: hidden;
  width: 840px;
  height: 815px;
  display: block;
  margin: 0 auto;
}
.main-contact .form-content {
  max-width: 840px;
  margin: 0 auto 0 auto;
  padding-bottom: 60px;
}
.main-contact .form-content input[type=text], .main-contact .form-content input[type=submit] {
  border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
}
.main-contact .form-content input[type=text]:focus, .main-contact .form-content input[type=email]:focus, .main-contact .form-content input[type=tel]:focus, .main-contact .form-content input[type=search]:focus, .main-contact .form-content input[type=url]:focus {
  color: rgba(0, 0, 0, 0.8);
  background-color: #eff7ff;
}
.main-contact .form-content textarea:focus {
  color: rgba(0, 0, 0, 0.8);
  background-color: #eff7ff;
}
.main-contact .form-content .bottom-submit {
  padding: 20px 0 0 0;
  display: block;
}
.main-contact .form-content .bottom-submit p {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 12px;
}
.main-contact .form-content .bottom-submit p a {
  color: #2ca887;
  text-decoration: underline;
}
.main-contact .form-content .bottom-submit .bottom-check {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-bottom: 32px;
}
.main-contact .form-content .bottom-submit .bnr-submit .btn-send {
  background: #de2a51;
  border: 0;
  color: #fff;
  font-weight: bold;
  border-radius: 50px;
  font-size: 18px;
  text-align: center;
  padding: 2.1rem 0;
  max-width: 420px;
  margin: 0 auto 15px auto;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  outline: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.main-contact .form-content .bottom-submit .bnr-submit .btn-send:hover {
  opacity: 0.6;
}
.main-contact .form-content .check-cotrol {
  display: inline-block;
  margin-right: 0.4em;
}
.main-contact .form-content .form-control {
  border: 1px solid #ccc;
  padding: 10px 15px;
  display: block;
  background: #fafafa;
  width: 100%;
  color: #999;
  font-size: 16px;
}
.main-contact .form-content .form-check {
  display: inline-block;
  margin-right: 0.6em;
  font-size: 16px;
  padding: 10px 0;
}
.main-contact .form-content .attention {
  display: block;
  position: relative;
  padding: 8px 0 0 0;
  font-size: 13px;
  color: #666;
}
.main-contact .form-content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 40px;
}
.main-contact .form-content dl dt {
  font-style: normal;
  font-weight: 400;
  width: 260px;
  padding: 8px 0;
}
.main-contact .form-content dl dt span {
  display: inline-block;
  background: #de2a51;
  color: #fff;
  margin-left: 0.8em;
  font-size: 13px;
  padding: 0 0.4em;
  position: relative;
  top: 0px;
}
.main-contact .form-content dl dd {
  width: calc(100% - 260px);
}
.main-contact .form-content dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.main-contact .form-content dl dd ul li {
  width: calc(50% - 10px);
}
.main-contact .form-content dl ul {
  margin: 0;
}

@media screen and (max-width: 1140px) {
  .main-contact {
    min-height: calc(100vh - 220px);
  }
  .main-contact #framecontact {
    width: 100%;
    height: 1080px;
  }
  .main-contact #framedocument {
    width: 100%;
    height: 850px;
  }
  .main-contact .ttl {
    font-size: 22px;
    margin-bottom: 28px;
    padding: 50px 0 34px 0;
    margin: 0;
  }
  .main-contact .document-image {
    margin-bottom: 45px;
  }
  .main-contact .form-content {
    padding-bottom: 0px;
  }
  .main-contact .form-content .check-cotrol {
    margin-right: 0.3em;
  }
  .main-contact .form-content .form-check {
    font-size: 14px;
    padding: 4px 0;
  }
  .main-contact .form-content .bottom-submit {
    padding: 10px 0 0 0;
  }
  .main-contact .form-content .bottom-submit p {
    font-size: 14px;
    margin-bottom: 9px;
  }
  .main-contact .form-content .bottom-submit .bottom-check {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .main-contact .form-content .bottom-submit .bnr-submit .btn-send {
    font-size: 17px;
    padding: 16px 0;
  }
  .main-contact .form-content .form-control {
    font-size: 14px;
  }
  .main-contact .form-content .attention {
    font-size: 11px;
  }
  .main-contact .form-content dl {
    display: block;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .main-contact .form-content dl dt {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .main-contact .form-content dl dt span {
    font-size: 11px;
    top: -1px;
  }
  .main-contact .form-content dl dd {
    width: 100%;
  }
  .main-contact .form-content dl dd ul li {
    width: calc(50% - 6px);
  }
  .footer.footer-form {
    padding-bottom: 20px;
  }
}
/*
case
---------------------------------------------*/
.main-case {
  padding-bottom: 0px;
}
.main-case .case-question {
  margin-bottom: 0.5em;
  font-weight: 600;
}
.main-case .case-kv {
  position: relative;
  width: 100%;
  padding-bottom: 54%;
  background-color: #ddd;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-case .case-inner {
  max-width: 980px;
  margin: 0 auto;
}
.main-case .case-ttl {
  display: block;
  padding: 42px 0;
  border-bottom: 1px solid #ddd;
  margin-bottom: 45px;
}
.main-case .case-ttl h1 {
  font-size: 32px;
  margin-bottom: 18px;
}
.main-case .case-ttl h1 small {
  display: inline-block;
  margin-left: 0.25em;
}
.main-case .case-ttl ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 12px;
  margin-bottom: 0;
}
.main-case .case-ttl ul li {
  display: block;
  line-height: 1.4;
  margin-right: 4px;
  border: 1px solid #2ca887;
  padding: 1px 8px;
  color: #2ca887;
}
.main-case .case-ttl p {
  margin-top: 1em;
}
.main-case .case-thumbnail {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 45px;
  cursor: pointer;
}
.main-case .case-thumbnail__overlay {
  position: absolute;
  top: 0;
  left: 0;
  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;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.main-case .case-thumbnail__overlay p {
  padding: 0.2em 1.2em;
  font-size: clamp(1.2em, 4vw, 1.6em);
  font-weight: 700;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 100vh;
}
.main-case .case-thumbnail__overlay p::before {
  content: "▶";
  margin-right: 0.2em;
}
.main-case .case-movie {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  display: none;
  width: 100%;
  height: 100vh;
}
.main-case .case-movie__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
}
.main-case .case-movie__bg::before {
  content: "×";
  display: block;
  position: absolute;
  top: 5%;
  right: 5%;
  font-size: 2.4em;
  color: #ffffff;
  cursor: pointer;
}
.main-case .case-movie__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  width: 100%;
  max-width: 720px;
  aspect-ratio: 16/9;
}
.main-case .case-movie iframe {
  width: 100%;
  max-width: 720px;
  aspect-ratio: 16/9;
}
.main-case .case-index {
  background: #f4f4f4;
  padding: 30px 40px;
  border-radius: 10px;
}
.main-case .case-index dl dt {
  font-family: "Inter";
  font-style: normal;
  color: #2ca887;
  font-weight: 600;
  font-size: 16px;
}
.main-case .case-index dl dd ol {
  font-size: 16px;
}
.main-case .case-index dl dd ol li a {
  font-weight: 500;
  display: block;
  padding: 4px 0;
}
.main-case .case-index dl dd ol li a span {
  display: inline-block;
  position: relative;
  padding-left: 35px;
}
.main-case .case-index dl dd ol li a span:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #333;
  left: 10px;
  top: 50%;
}
.main-case .case-subttl {
  padding: 60px 0 10px 0;
  display: block;
}
.main-case h3 {
  padding: 20px 0 10px 0;
}
.main-case p {
  font-weight: 400;
}
.main-case p small {
  display: inline-block;
  padding: 10px 0 0 0;
  font-size: 70%;
  font-weight: 400;
  line-height: 1.7;
  color: #666;
}
.main-case .case-point {
  font-size: 18px;
  padding: 12px 0;
  font-weight: 600;
}
.main-case .case-point li {
  padding: 4px 0;
}
.main-case .case-illust {
  padding: 30px 0 0 0;
}
.main-case sup {
  font-size: 60%;
}
.main-case .cont-pagenation {
  padding: 120px 0 0 0;
}
.main-case .cont-pagenation a {
  display: block;
}
.main-case .cont-pagenation .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  padding: 36px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  max-width: 1120px;
  position: relative;
  margin: 0 auto;
}
.main-case .cont-pagenation .container .prev,
.main-case .cont-pagenation .container .next {
  width: calc(50% - 18px);
  display: table;
  height: 50px;
}
.main-case .cont-pagenation .container .prev a,
.main-case .cont-pagenation .container .next a {
  vertical-align: middle;
  display: table-cell;
  vertical-align: middle;
}
.main-case .cont-pagenation .container .prev a {
  padding-left: 40px;
  background: url(../images/case/icon_prev.svg) no-repeat left center;
  background-size: 20px 20px;
}
.main-case .cont-pagenation .container .next a {
  text-align: right;
  padding-right: 40px;
  background: url(../images/case/icon_next.svg) no-repeat right center;
  background-size: 20px 20px;
}
.main-case .cont-pagenation .container .list {
  width: 36px;
  font-size: 14px;
  display: block;
  text-align: center;
}
.main-case .cont-pagenation .container .list a {
  color: #2ca887;
}
.main-case .cont-pagenation .container .list span {
  display: block;
  max-width: 30px;
  margin: 0 auto 4px auto;
  margin-bottom: 4px;
}

@media screen and (max-width: 1140px) {
  .main-case .case-ttl {
    padding: 22px 0;
    margin-bottom: 30px;
  }
  .main-case .case-ttl h1 {
    font-size: 21px;
    margin-bottom: 8px;
    line-height: 1.4;
  }
  .main-case .case-ttl ul li {
    margin-bottom: 4px;
  }
  .main-case .case-index {
    padding: 20px 20px;
    border-radius: 6px;
  }
  .main-case .case-index dl dt {
    font-size: 13px;
  }
  .main-case .case-index dl dd ol {
    margin-left: 0;
    padding-left: 20px;
    font-size: 13px;
  }
  .main-case .case-index dl dd ol li a span {
    display: block;
    padding-left: 0px;
    font-weight: 400;
  }
  .main-case .case-index dl dd ol li a span:before {
    left: 0;
    top: 10px;
    display: none;
  }
  .main-case .case-subttl {
    padding: 40px 0 10px 0;
    font-size: 18px;
  }
  .main-case p {
    font-size: 14px;
  }
  .main-case h3 {
    padding: 15px 0 6px 0;
    font-size: 15px;
  }
  .main-case .case-point {
    font-size: 15px;
  }
  .main-case .cont-pagenation {
    padding: 60px 5.4% 0 5.4%;
  }
  .main-case .cont-pagenation .container {
    padding: 20px 0 10px 0;
  }
  .main-case .cont-pagenation .container .list {
    width: 22px;
    font-size: 11px;
  }
  .main-case .cont-pagenation .container .prev,
.main-case .cont-pagenation .container .next {
    font-size: 12px;
  }
  .main-case .cont-pagenation .container .prev,
.main-case .cont-pagenation .container .next {
    height: 30px;
    width: calc(50% - 24px);
  }
  .main-case .cont-pagenation .container .prev a span,
.main-case .cont-pagenation .container .next a span {
    display: none;
  }
  .main-case .cont-pagenation .container .prev a {
    padding-left: 24px;
    background-size: 14px 14px;
  }
  .main-case .cont-pagenation .container .next a {
    padding-right: 24px;
    background-size: 14px 14px;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  line-height: 1.5;
}

#container {
  width: 85%;
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
          align-content: flex-start;
}

.document-ttl {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  padding: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 600px) {
  .document-ttl {
    margin-bottom: 20px;
  }
}
.document-ttl .explain-txt {
  padding-bottom: 0;
}

.flow-bar {
  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;
  width: 100%;
  height: 30px;
  margin-bottom: 60px;
  background-image: url(../images/document/flow_bar@2x.png);
  background-size: cover;
  background-position: center center;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 767px) {
  .flow-bar {
    height: 36px;
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media screen and (min-height: 1200px) {
  .flow-bar {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
    margin-bottom: 20px;
  }
}
.flow-bar p {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46%;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 600px) {
  .flow-bar p {
    font-size: 1.4rem;
  }
}

.whitepaper {
  width: 48%;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (max-width: 767px) {
  .whitepaper {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  .whitepaper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-height: 1200px) {
  .whitepaper {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.whitepaper__img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .whitepaper__img {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .whitepaper__img {
    width: 100%;
  }
}
@media screen and (min-height: 1200px) {
  .whitepaper__img {
    width: 48%;
  }
}
.whitepaper__detail {
  width: 100%;
  padding: 20px;
  border: 2px solid #2ca887;
}
@media screen and (max-width: 767px) {
  .whitepaper__detail {
    width: 48%;
    padding: 12px;
  }
}
@media screen and (max-width: 600px) {
  .whitepaper__detail {
    width: 100%;
  }
}
@media screen and (min-height: 1200px) {
  .whitepaper__detail {
    width: 48%;
  }
}
.whitepaper__detail h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .whitepaper__detail h2 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.whitepaper__detail ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.whitepaper__detail li {
  font-size: clamp(14px, 3vw, 20px);
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2;
  margin-bottom: 16px;
}
.whitepaper__detail li:last-child {
  margin-bottom: 0;
}
.whitepaper__detail li::before {
  content: "";
  display: inline-block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-right: 10px;
  background-image: url(../../assets/images/document/check-icon.svg);
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .whitepaper__detail li::before {
    width: 20px;
    min-width: 20px;
    height: 20px;
    min-height: 20px;
  }
}

#formWrap {
  border-radius: 4px;
}

#contact #formWrap {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
#contact .form-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
#contact .form-field label {
  font-weight: normal;
}
#contact .form-field > label {
  width: 220px;
  margin-right: 40px;
}
#contact .form-field > div {
  width: calc(100% - 220px);
}
#contact .form-field > div input {
  width: 100%;
}
#contact .form-field > input {
  width: calc(100% - 220px);
}
#contact .form-field > textarea {
  width: calc(100% - 220px);
}
#contact .form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
#contact .form-radio label {
  font-weight: normal;
}
#contact .form-radio > label {
  width: 220px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  #contact .form-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact .form-field > label {
    width: auto;
    margin-right: 0;
    margin-bottom: 8px;
  }
  #contact .form-field > div {
    width: 100%;
  }
  #contact .form-field > input {
    width: 100%;
  }
  #contact .form-field > textarea {
    width: 100%;
  }
  #contact .form-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #contact .form-radio > label {
    width: auto;
    margin-right: 0;
    margin-bottom: 8px;
    font-weight: normal;
  }
}

#document #formWrap {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
  width: 48%;
  padding: 16px;
  background-color: #ececec;
}
@media screen and (max-width: 767px) {
  #document #formWrap {
    width: 100%;
  }
}
@media screen and (min-height: 1200px) {
  #document #formWrap {
    width: 100%;
    padding: 24px;
  }
}
#document #formWrap .formD label {
  font-weight: 700;
}

.formD {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  .formD {
    margin-top: 10px;
  }
}
.formD label {
  margin-bottom: 8px;
}
.formD label span {
  margin-left: 8px;
  padding: 2px 4px;
  font-size: 14px;
  color: #ffffff;
  background-color: #de2a51;
}
.formD input {
  height: 40px;
  padding: 2px 8px;
  font-size: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .formD input {
    height: 36px;
  }
}
.formD textarea {
  padding: 2px 8px;
}

.formD input::-webkit-input-placeholder, .formD textarea::-webkit-input-placeholder {
  font-size: 16px;
  font-weight: normal;
  color: #b5b5b5;
}

.formD input::-moz-placeholder, .formD textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: normal;
  color: #b5b5b5;
}

.formD input:-ms-input-placeholder, .formD textarea:-ms-input-placeholder {
  font-size: 16px;
  font-weight: normal;
  color: #b5b5b5;
}

.formD input::-ms-input-placeholder, .formD textarea::-ms-input-placeholder {
  font-size: 16px;
  font-weight: normal;
  color: #b5b5b5;
}

.formD input::placeholder,
.formD textarea::placeholder {
  font-size: 16px;
  font-weight: normal;
  color: #b5b5b5;
}

.name-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

#name-box {
  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;
}
@media screen and (max-width: 600px) {
  #name-box {
    display: block;
  }
}
#name-box .last_name,
#name-box .first_name {
  width: 48%;
}
@media screen and (max-width: 600px) {
  #name-box .last_name,
#name-box .first_name {
    width: 100%;
  }
}

#checkbox-area {
  margin-top: 16px;
  text-align: center;
}
@media screen and (max-width: 600px) {
  #checkbox-area {
    font-size: 16px;
  }
}

#check-text a {
  color: blue;
  text-decoration: underline;
}

#agreeBtn input {
  -webkit-appearance: none;
  display: block;
  width: clamp(240px, 36vw, 300px);
  height: 50px;
  margin: 16px auto 0;
  border-radius: 25px;
  border: none;
  background-color: #de2a51;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(16px, 2.5vw, 20px);
  font-weight: 700;
  color: #ffffff;
  cursor: pointer;
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2 ease-out;
  transition: all 0.2 ease-out;
}
@media screen and (max-width: 767px) {
  #agreeBtn input {
    width: 240px;
    font-size: 16px;
  }
}
#agreeBtn input:hover {
  opacity: 0.6;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.1 ease-out;
  transition: all 0.1 ease-out;
}
@media screen and (max-width: 600px) {
  #agreeBtn input:hover {
    opacity: 1;
  }
}

.company p {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 600px) {
  .company p {
    font-size: 12px;
  }
}

.tel {
  border: 3px solid #d5d5d5;
  border-radius: 8px;
  margin: 80px auto 0 auto;
  position: relative;
  padding: 16px;
  width: 100%;
  max-width: 390px;
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}
.tel h3 {
  display: block;
  text-align: center;
  position: absolute;
  z-index: 5;
  width: 100%;
  top: -16px;
  font-size: 19px;
}
.tel h3 span {
  display: inline-block;
  background: #fff;
  padding: 0 0.4em;
}
.tel p {
  display: block;
  text-align: center;
  letter-spacing: 0.06em;
}
.tel .number {
  font-family: "Inter";
  font-style: normal;
  color: #de2a51;
  display: block;
  font-weight: bold;
  padding-right: 0.5em;
  font-size: 34px;
}
@media screen and (max-width: 600px) {
  .tel .number {
    font-size: 28px;
  }
}
.tel .number a {
  display: block;
  color: #de2a51;
  text-align: center;
}
.tel .number span {
  display: inline-block;
  padding-right: 0.3em;
}

.inquiry_category .radio-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 600px) {
  .inquiry_category .radio-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.inquiry_category .radio-group div {
  margin-right: 3rem;
}
.inquiry_category .radio-group div:last-child {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  .inquiry_category .radio-group div {
    margin-right: 0;
  }
}
.inquiry_category .radio-button {
  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;
}
.inquiry_category .radio-button input {
  height: auto;
  margin-right: 8px;
}

#notice-header {
  margin-bottom: 1em;
}

#notice-check_box {
  text-align: center;
}

.bnr-top {
  display: block;
  text-align: center;
}

.links {
  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;
  width: 700px;
  margin: 40px auto;
}
@media screen and (max-width: 767px) {
  .links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.link {
  width: 48%;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 10px rgba(102, 102, 102, 0.2);
          box-shadow: 0 2px 10px rgba(102, 102, 102, 0.2);
}
.link--midori-cloud {
  border: 2px solid #2ca887;
}
.link--midori-cloud a {
  color: #2ca887;
}
.link--midori-cloud .link__logo {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
}
.link--midori-cloud .link__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
}
.link--farm-cloud {
  border: 2px solid #ff6c00;
}
.link--farm-cloud a {
  color: #ff6c00;
}
.link--farm-cloud .link__logo {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 50px;
}
.link--farm-cloud .link__logo img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 40px;
}
@media screen and (max-width: 767px) {
  .link--farm-cloud .link__logo img {
    max-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .link {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  .link:last-child {
    margin-bottom: 0;
  }
}
.link:hover {
  opacity: 0.6;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.link a {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
}
.link__subtitle {
  margin-bottom: 12px;
}

.main-contact .explain-txt {
  text-align: center;
}
@media screen and (max-width: 600px) {
  .main-contact .explain-txt {
    text-align: left;
  }
}/*# sourceMappingURL=style.css.map */