@charset "UTF-8";
/*********************
Theme Name:SCLAMS
Theme URI:
Description:
Author: GKLINE
Author URI:
Version: 1
Tags: responsive-layout
*********************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");
/* snippet */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap");
.text-l {
  text-align: left !important;
}

.text-r {
  text-align: right !important;
}

.text-c {
  text-align: center !important;
}

.serif {
  font-family: "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", serif;
}

.gothic {
  font-family: "Noto Sans JP", "Helvetica neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
}

.bold {
  font-weight: bold !important;
}

.red {
  color: #e21d1d !important;
}

.underline {
  border-bottom: 1px solid !important;
}

.text-ul {
  text-decoration: underline !important;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(70%, #ffffff), color-stop(70%, #fedd00), to(#fedd00));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 70%, #fedd00 70%, #fedd00 100%);
}

.marker-b {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(40%, #ffffff), color-stop(40%, #fedd00), to(#fedd00));
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 40%, #fedd00 40%, #fedd00 100%);
}

.bg {
  background: #f7f7f7;
}

.s-icon::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: clamp(21px, 7.538px + 3.365vw, 42px);
  height: clamp(16px, 5.744px + 2.564vw, 32px);
  background: url(img/sclams_ico.png) no-repeat center/contain;
  position: relative;
  top: -0.1em;
  margin-right: 0.25em;
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-space {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.grid-2col {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.grid-3col {
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-4col {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.wrap {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .wrap {
    max-width: 700px;
  }
}
@media screen and (min-width: 1000px) {
  .wrap {
    max-width: 1000px;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (min-width: 768px) {
  .tab {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  .tab {
    display: none;
  }
}

.tabpc {
  display: none;
}
@media screen and (min-width: 768px) {
  .tabpc {
    display: block;
  }
}

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

.btn {
  display: inline-block;
  background: #07b53b;
  color: white !important;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  .btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn:hover {
    background: #fedd00;
    color: #000 !important;
  }
}

.m0 {
  margin: 0 !important;
}

.m10 {
  margin: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.p0 {
  padding: 0 !important;
}

.p10 {
  padding: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.noborder {
  border: 0 !important;
}

.bg-gray_shadow_r {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px;
  background: #f7f7f7;
  border-radius: clamp(14px, 5.026px + 2.244vw, 28px);
  -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  .bg1 {
    background: url(img/bg_01.png) no-repeat top center/100%;
  }
  .bg2 {
    background: url(img/bg_02.png) no-repeat center/100%;
  }
  .bg-gray_shadow_r {
    -webkit-box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.2);
            box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.2);
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0vw;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 40px;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  font-weight: 500;
  font-family: "Noto Sans JP", "Helvetica neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.75;
  color: #000;
  margin: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  vertical-align: baseline;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
  font-weight: 700;
  margin: 0;
  font-size: 100%;
}

small, .small {
  font-size: 75%;
}

ul, li, ol, img, dl, dt, dd, a, table, td, th, figure, span, i, p {
  margin: 0;
  padding: 0;
}

table, th, td, dl, dt, dd, ul, li, ol, span, p {
  font-size: clamp(14px, 12.718px + 0.321vw, 16px);
}

ul {
  list-style: none;
}

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

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

input[type=text], input[type=email], input[type=url], input[type=submit],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 0;
  border: 0;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

form {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1000px) {
  a:hover {
    opacity: 0.8;
  }
}
/* header */
.header {
  position: fixed;
  z-index: 100;
  width: 100%;
  left: 0;
  top: 0;
  height: 40px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.header .logo {
  width: 140px;
}
.header .logo a {
  padding: 10px 0;
  display: block;
  text-indent: 150%;
  overflow: hidden;
  white-space: nowrap;
  height: 40px;
  background: url(img/sclams_logo.png) no-repeat center/123px;
}
@media screen and (min-width: 768px) {
  .header {
    height: 80px;
  }
  .header .logo {
    width: 200px;
  }
  .header .logo a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 80px;
    background-size: 186px;
  }
}

.header-wrap {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .header-wrap {
    padding: 0 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* menu */
.menu {
  position: relative;
}
#btn-spmenu {
  position: absolute;
  z-index: 200;
  right: 10px;
  top: 0;
  width: 40px;
  padding: 0 5px;
  height: 40px;
}
#btn-spmenu span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  height: 2px;
  width: 100%;
  border-radius: 2px;
  position: relative;
  background: #000;
}
#btn-spmenu span:nth-child(1) {
  top: 10px;
}
#btn-spmenu span:nth-child(2) {
  margin: 16px 0 6px;
  right: 0;
}
#btn-spmenu span:nth-child(3) {
  top: 0px;
}
#btn-spmenu.open span:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#btn-spmenu.open span:nth-child(2) {
  opacity: 0;
  right: -10px;
}
#btn-spmenu.open span:nth-child(3) {
  top: -6px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  #btn-spmenu {
    display: none !important;
  }
}

.menu-list {
  display: none;
  position: fixed;
  left: 0;
  top: 40px;
  width: 100vw;
  height: auto;
  background: #f7f7f7;
  z-index: 100;
  overflow-y: scroll;
  padding: 20px 1em 40px;
}
.menu-list a {
  display: block;
  font-size: clamp(14px, 12.718px + 0.321vw, 16px);
  font-weight: 400;
  padding: 1em;
  line-height: 1.3;
}
.menu-list .login .btn {
  display: inline-block;
  padding: 0.25em 1em 0.4em;
  border-radius: 2em;
  margin-top: 1em;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  .menu-list {
    position: relative;
    background: transparent;
    display: block !important;
    left: auto;
    top: auto;
    width: auto;
    height: auto;
    overflow-y: hidden;
    padding: 0;
  }
  .menu-list ul {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu-list a {
    font-size: 14px;
    font-weight: 500;
    padding: 0 1em;
  }
  .menu-list a:hover {
    color: #07b53b;
    opacity: 1;
  }
  .menu-list .login .btn {
    margin-top: 0;
  }
}

.hero {
  background: url(img/eye_sp.jpg) no-repeat center/cover;
  height: clamp(350px, 125.641px + 56.09vw, 700px);
}
@media screen and (min-width: 768px) {
  .hero {
    background-image: url(img/eye_pc.jpg);
  }
}

.hero-wrap {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
}
@media screen and (min-width: 768px) {
  .hero-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
  }
}

.hero-text {
  padding: 100px 0 10px;
}
.hero-text .h1 {
  font-size: clamp(25px, 8.974px + 4.006vw, 50px);
  text-shadow: 0 0 8px #e2e5ea, 0 0 8px #e2e5ea, 0 0 8px #e2e5ea, 0 0 8px #e2e5ea;
  font-weight: 700;
  line-height: 1.5;
}

.top section {
  padding-top: clamp(30px, 10.769px + 4.808vw, 60px);
  padding-bottom: clamp(30px, 10.769px + 4.808vw, 60px);
}

.sec-ttl .ttl {
  font-weight: 700;
  font-size: clamp(24px, 9.897px + 3.526vw, 46px);
  line-height: 1.3;
  margin-bottom: clamp(20px, 7.179px + 3.205vw, 40px);
}
.sec-ttl .lead {
  font-weight: 700;
  font-size: clamp(14px, 10.154px + 0.962vw, 20px);
}

#sclams {
  padding-bottom: clamp(50px, 5.128px + 11.218vw, 120px);
}
#sclams .sec-ttl .ttl {
  margin-bottom: 0;
}
#sclams .sec-ttl .lead span {
  font-size: clamp(19px, 11.949px + 1.763vw, 30px);
}
#sclams .icon {
  padding: clamp(20px, 7.179px + 3.205vw, 40px);
}
#sclams .icon img {
  width: clamp(93px, 32.744px + 15.064vw, 187px);
}

#line .sec-ttl .lead {
  padding-bottom: clamp(25px, 8.974px + 4.006vw, 50px);
}
@media screen and (min-width: 768px) {
  #line {
    width: 96%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 28px;
    -webkit-box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.2);
            box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.2);
    padding-right: clamp(30px, 10.769px + 4.808vw, 60px);
    padding-left: clamp(30px, 10.769px + 4.808vw, 60px);
  }
}

.line-merit .text-wrap {
  padding: 0 10%;
}
.line-merit .text-wrap p {
  font-size: clamp(14px, 11.436px + 0.641vw, 18px);
  margin-bottom: 1.5em;
}
.line-merit .img {
  text-align: center;
}
.line-merit .img img {
  width: 50%;
  max-width: 326px;
}
.line-merit .merit-ttl {
  padding: 0 0 20px;
  text-align: center;
}
.line-merit .merit-ttl .btn {
  font-size: clamp(16px, 12.154px + 0.962vw, 22px);
  font-weight: 700;
  padding: 0.2em 1em;
  border-radius: 2em;
}
@media screen and (min-width: 768px) {
  .line-merit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .line-merit .text {
    width: 65%;
  }
  .line-merit .text-wrap {
    padding: 0 10% 0 0;
  }
  .line-merit .merit-ttl {
    text-align: left;
  }
  .line-merit .img {
    width: 35%;
  }
  .line-merit .img img {
    width: 100%;
  }
}

#line-nayami {
  padding-top: clamp(40px, -4.872px + 11.218vw, 110px);
}

.nayami-list .nayami-body {
  margin-bottom: 40px;
}
.nayami-list .img {
  text-align: center;
}
.nayami-list .img img {
  width: 50%;
  max-width: 238px;
}
.nayami-list .text {
  text-align: center;
}
.nayami-list .text h3 {
  font-size: clamp(18px, 16.718px + 0.321vw, 20px);
  padding: 0.5em 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .nayami-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr clamp(20px, 0.769px + 4.808vw, 50px) 1fr clamp(20px, 0.769px + 4.808vw, 50px) 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    padding-top: 60px;
    -webkit-column-gap: clamp(20px, 0.769px + 4.808vw, 50px);
       -moz-column-gap: clamp(20px, 0.769px + 4.808vw, 50px);
            column-gap: clamp(20px, 0.769px + 4.808vw, 50px);
    padding-right: 20px;
    padding-left: 20px;
  }
  .nayami-list .img img {
    width: 100%;
  }
  .nayami-list .text h3 {
    padding-top: 30px;
  }
  .nayami-list .text p {
    text-align: left;
  }
}

.reso-list {
  padding-top: clamp(10px, -2.821px + 3.205vw, 30px);
}

.reso-list-body {
  margin-bottom: 30px;
}
.reso-list-body h3 {
  text-align: center;
  color: #07b53b;
  font-size: clamp(21px, 17.795px + 0.801vw, 26px);
  line-height: 1.5;
}
.reso-list-body h3::before {
  content: "";
  width: clamp(22px, 8.538px + 3.365vw, 43px);
  height: clamp(18px, 7.103px + 2.724vw, 35px);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: url(img/solution_ico.png) no-repeat center/contain;
}
.reso-list-body .img {
  text-align: center;
  padding: 20px 0;
}
.reso-list-body .img img {
  width: 60%;
  max-width: 311px;
}
@media screen and (min-width: 768px) {
  .reso-list-body {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 0px 1fr;
    grid-template-columns: 30% 1fr;
    -ms-grid-rows: -webkit-max-content 0px 1fr;
    -ms-grid-rows: max-content 0px 1fr;
    grid-template-rows: -webkit-max-content 1fr;
    grid-template-rows: max-content 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
  .reso-list-body > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .reso-list-body > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .reso-list-body > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .reso-list-body > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .reso-list-body h3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/2/3;
  }
  .reso-list-body .img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/3/2;
  }
  .reso-list-body .text {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2/2/3/3;
  }
  .reso-list-body:nth-child(even) {
    -ms-grid-columns: 1fr 30%;
    grid-template-columns: 1fr 30%;
  }
  .reso-list-body:nth-child(even) h3 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1/1/2/2;
    padding-left: 25%;
  }
  .reso-list-body:nth-child(even) .img {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1/2/3/3;
  }
  .reso-list-body:nth-child(even) .text {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 2/1/3/2;
    padding-left: 25%;
    max-width: none;
  }
  .reso-list-body h3 {
    text-align: left;
    margin-bottom: 0.5em;
  }
  .reso-list-body .img {
    padding: 0;
  }
  .reso-list-body .img img {
    width: 100%;
  }
  .reso-list-body h3, .reso-list-body .text {
    padding-left: 40px;
  }
  .reso-list-body .text {
    max-width: 520px;
  }
}

#usage {
  padding-top: clamp(50px, 17.949px + 8.013vw, 100px);
}
#usage .ttl-fukidasi {
  font-size: clamp(14px, 10.154px + 0.962vw, 20px);
}

@media screen and (min-width: 768px) {
  .usage-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media screen and (min-width: 1000px) {
  .usage-list {
    -webkit-column-gap: 28px;
       -moz-column-gap: 28px;
            column-gap: 28px;
    padding-top: 20px;
  }
}

.usage-body {
  border: 1px solid #07b53b;
  border-radius: clamp(14px, 5.026px + 2.244vw, 28px);
  margin-bottom: 20px;
}
.usage-body .img {
  position: relative;
  text-align: center;
  padding: 20px;
}
.usage-body .img img {
  width: 100%;
  max-width: 313px;
}
.usage-body .fukidasi {
  text-align: center;
}
.usage-body .fukidasi p {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin: 1em 0;
}
.usage-body h3 {
  background: #07b53b;
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
  padding: 0.3em 0;
}
.usage-body .text {
  padding: 18px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .usage-body {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  .usage-body {
    max-width: 315px;
  }
}

#tools .sec-ttl {
  background: #07b53b;
  position: relative;
}
#tools .sec-ttl::after {
  content: "";
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #07b53b;
  width: 100%;
  height: 38px;
  position: absolute;
  left: 0;
  bottom: -37px;
}
#tools .ttl {
  color: white;
  font-size: clamp(20px, 7.179px + 3.205vw, 40px);
  margin-bottom: 2px;
  padding-top: 1.25em;
  line-height: 1;
}
@media screen and (min-width: 1000px) {
  #tools .sec-ttl {
    left: -30px;
  }
  #tools .sec-ttl::after {
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    width: 74px;
    height: 100%;
    left: auto;
    right: -74px;
    top: 0;
  }
  #tools .ttl {
    z-index: 2;
    position: relative;
    left: 30px;
    line-height: 1.3;
    padding-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1000px) {
  .tools-contents {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tools-contents::before {
    content: "";
    width: calc((100% - 1000px) / 2);
    left: 0;
    top: 0;
    background: #07b53b;
    height: 100%;
    position: absolute;
  }
  .tools-contents .sec-ttl {
    width: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .tools-contents.wip-tools .sec-ttl {
    width: 40%;
    max-width: 400px;
  }
  .tools-contents.wip-tools .ttl {
    left: 15px !important;
  }
  .tools-contents .tool-list.wrap {
    width: 60%;
    max-width: 730px;
    margin-right: 0;
    margin-left: 0;
    padding-left: 60px;
  }
}
.tool-list {
  padding-top: 50px;
}
.tool-list.wrap {
  width: 96%;
}
@media screen and (min-width: 1000px) {
  .tool-list {
    padding-top: 0;
  }
}

.wip-tools .ttl-fukidasi {
  display: block;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.wip-tool-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.wip-tool-list li {
  border: 1px solid #07b53b;
  border-radius: 8px;
  text-align: center;
  line-height: 1.3;
  padding: 0.5em 0;
  background: white;
}
@media screen and (min-width: 768px) {
  .wip-tool-list {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .wip-tool-list li {
    border-radius: 10px;
  }
}

.tool-body {
  padding-bottom: clamp(16px, 10.872px + 1.282vw, 24px);
  padding-top: clamp(16px, 10.872px + 1.282vw, 24px);
  border-bottom: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tool-body:last-child {
  border-bottom: 0;
}
.tool-body h4 {
  font-size: clamp(16px, 13.436px + 0.641vw, 20px);
  border-left: 5px solid #07b53b;
  padding-left: 0.5em;
  line-height: 1;
  margin-bottom: 0.75em;
}
.tool-body .img {
  width: 20%;
  text-align: center;
}
.tool-body .img img {
  width: 80%;
  max-width: 97px;
}
.tool-body .text {
  width: 80%;
}
.tool-body .text p {
  font-size: clamp(14px, 12.718px + 0.321vw, 16px);
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .tool-body:first-child {
    padding-top: 0;
  }
  .tool-body:last-child {
    padding-bottom: 0;
  }
  .tool-body .img {
    text-align: left;
    width: 18%;
  }
  .tool-body .text {
    width: 82%;
  }
}

.tool-footer h4 {
  padding-top: 1em;
  color: #07b53b;
  font-size: clamp(16px, 7.026px + 2.244vw, 30px);
}

#plan .plan-info p {
  font-size: clamp(12px, 10.718px + 0.321vw, 14px);
  font-weight: 500;
}

.plan-list {
  padding-top: clamp(30px, 23.59px + 1.603vw, 40px);
  width: 90%;
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .plan-list {
    max-width: 1000px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}

.plan-body {
  background: #fffce5;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
}
.plan-body .plan-name {
  background: #fedd00;
  font-size: 27px;
  line-height: 2.5;
  border-top-left-radius: clamp(14px, 5.026px + 2.244vw, 28px);
  border-top-right-radius: clamp(14px, 5.026px + 2.244vw, 28px);
}
.plan-body .plan-detail {
  padding: 0;
  line-height: 1.3;
}
.plan-body .plan-detail dl:last-child {
  border-bottom-left-radius: clamp(14px, 5.026px + 2.244vw, 28px);
  border-bottom-right-radius: clamp(14px, 5.026px + 2.244vw, 28px);
}
.plan-body .item-num {
  font-size: 20px;
  padding: 1em 0;
}
.plan-body .plan-discription {
  padding: 1em 7%;
  line-height: 1.5;
}
.plan-body dl {
  border-top: 1px solid;
  border-color: #c4c4c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1em 5%;
  background: white;
}
.plan-body dl.tax {
  border-top: 0;
  color: #696969;
}
.plan-body dl.term dd {
  font-weight: 500;
  font-size: clamp(16px, 13.436px + 0.641vw, 20px);
}
.plan-body dl.tax {
  padding-top: 0;
}
.plan-body dl dt {
  width: 100px;
  text-align: left;
  font-weight: 500;
}
.plan-body dl dd {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: clamp(18px, 14.154px + 0.962vw, 24px);
  font-weight: 400;
}
.plan-body dl dd::before {
  content: "￥";
  display: inline-block;
  vertical-align: baseline;
  font-size: clamp(12px, 10.077px + 0.481vw, 15px);
}
.plan-body dl.term dd::before {
  display: none;
}
.plan-body dl.tax dt, .plan-body dl.tax dd {
  font-size: 13px;
}
.plan-body.standard {
  background: #f0fef4;
}
.plan-body.standard .plan-name {
  background: #07b53b;
  color: white;
}
.plan-body.has-limited .plan-name {
  padding-right: 1em;
}
.plan-body .limited {
  position: absolute;
  right: 10px;
  top: clamp(-60px, -27.179px + -3.205vw, -40px);
  width: clamp(80px, 54.359px + 6.41vw, 120px);
  height: clamp(80px, 54.359px + 6.41vw, 120px);
  background: #e21d1d;
  color: white;
  border-radius: 50%;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: clamp(14px, 11.436px + 0.641vw, 18px);
}
.plan-body .limited .amount {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
}
.plan-body .limited .amount-num {
  font-size: 1.75em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  padding-right: 0.1em;
  font-family: Futura, "Century Gothic", Yu Gothic;
}

#faq {
  padding-top: clamp(50px, 17.949px + 8.013vw, 100px);
}

.faq-list dl {
  background: #f7f7f7;
  border-radius: clamp(14px, 5.026px + 2.244vw, 28px);
  padding: clamp(15px, 5.385px + 2.404vw, 30px);
  padding-bottom: clamp(8px, 2.872px + 1.282vw, 16px);
  margin-bottom: clamp(12px, 4.308px + 1.923vw, 24px);
}
.faq-list dt {
  font-weight: 700;
}
.faq-list dt, .faq-list dd {
  line-height: 1.5;
  font-size: clamp(14px, 10.154px + 0.962vw, 20px);
  padding-left: clamp(28px, 10.051px + 4.487vw, 56px);
  background: url(img/ico_q.png) no-repeat left top;
  background-size: clamp(22px, 11.744px + 2.564vw, 38px);
  padding-bottom: 0.75em;
  padding-top: 0.1em;
}
.faq-list dd {
  background-image: url(img/ico_a.png);
}

.aboutus-tbl {
  width: 100%;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
  border-collapse: collapse;
}
.aboutus-tbl tr {
  border-bottom: 1px solid #e2e2e2;
}
.aboutus-tbl th, .aboutus-tbl td {
  padding: 1em;
  font-weight: 500;
}
.aboutus-tbl th {
  white-space: nowrap;
  text-align: left;
  padding-right: 0;
}

.footer {
  background: #000;
  color: white;
  padding-top: clamp(16px, 5.744px + 2.564vw, 32px);
}
.footer .footer-logo img {
  width: clamp(129px, 92.462px + 9.135vw, 186px);
}
.footer .about-trademark {
  padding-top: clamp(16px, 5.744px + 2.564vw, 32px);
  padding-bottom: clamp(20px, 7.179px + 3.205vw, 40px);
  font-size: 14px;
}
.footer .footer-nav li:first-child a {
  border-right: 1px solid;
}
.footer .footer-nav a {
  color: white !important;
  display: block;
  padding: 0 1em;
  line-height: 1;
}
.footer .copyright {
  padding: 0.5em;
}
@media screen and (min-width: 768px) {
  .footer .about-trademark {
    font-size: 12px;
  }
}

/* pages */
.main.page {
  min-height: 80vh;
  padding-top: clamp(100px, 67.949px + 8.013vw, 150px);
  padding-bottom: clamp(50px, 17.949px + 8.013vw, 100px);
  background: url(img/bg_01.png) repeat-y top center/100%;
}
.main.page .page-ttl {
  text-align: center;
  padding-bottom: clamp(20px, 7.179px + 3.205vw, 40px);
}
.main.page .page-ttl .ttl {
  font-weight: 500;
  font-size: clamp(28px, 20.308px + 1.923vw, 40px);
  line-height: 1.3;
  margin-bottom: 1em;
}
.main.page .page-ttl .lead {
  font-size: clamp(14px, 11.436px + 0.641vw, 18px);
}

/* contact */
.form-area {
  padding: clamp(16px, 0.615px + 3.846vw, 40px);
}
.form-area form {
  margin: 0;
}
.form-area dt, .form-area dd {
  width: 100%;
}
.form-area dt {
  padding: 0.25em;
  font-size: clamp(14px, 11.436px + 0.641vw, 18px);
}
.form-area dt .required {
  font-style: normal;
}
.form-area dt .required::before {
  content: "必須";
  display: inline-block;
  background: #fedd00;
  padding: 0 0.5em;
  font-size: clamp(12px, 10.718px + 0.321vw, 14px);
  margin-right: 0.5em;
}
.form-area dd {
  margin-bottom: 1em;
}
.form-area input, .form-area textarea, .form-area select {
  font-family: "Noto Sans JP", "Helvetica neue", Helvetica, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
  font-weight: 500;
}
.form-area input[type=text], .form-area input[type=tel], .form-area input[type=email], .form-area input[type=url], .form-area select {
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: white;
  padding: 0.5em;
  font-size: clamp(16px, 14.718px + 0.321vw, 18px);
  width: 100%;
  outline: none;
}
.form-area textarea {
  width: 100%;
  outline: none;
  font-size: clamp(16px, 14.718px + 0.321vw, 18px);
  padding: 0.5em;
  border: 1px solid #e2e2e2;
  border-radius: 5px;
  background: white;
  height: 16em;
}
.form-area input[type=submit] {
  background: #07b53b;
  color: white;
  font-weight: 500;
  letter-spacing: 0.1em;
  border-radius: 5px;
  border: 0;
  outline: none;
  width: 80%;
  max-width: 450px;
  font-size: clamp(18px, 15.436px + 0.641vw, 22px);
  line-height: 2.5;
}
.form-area select {
  background: url(img/icon_select-arrow.png) no-repeat right center/40px white;
  padding-right: 30px;
}
.form-area .submit-area {
  padding-top: clamp(20px, 7.179px + 3.205vw, 40px);
}
.form-area .confirm-area {
  padding-top: 1em;
}
@media screen and (min-width: 1000px) {
  .form-area dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-area dt {
    width: 30%;
  }
  .form-area dd {
    width: 70%;
  }
}

.form-area .wpcf7 form.invalid .wpcf7-response-output, .form-area .wpcf7 form.unaccepted .wpcf7-response-output, .form-area .wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #e21d1d;
  padding: 1em;
  color: #e21d1d;
  text-align: center;
  font-size: clamp(16px, 14.718px + 0.321vw, 18px);
  margin-top: 0;
}
.form-area .wpcf7 form.sent .wpcf7-response-output {
  border-color: #07b53b;
  padding: 1em;
  text-align: center;
  font-size: clamp(16px, 14.718px + 0.321vw, 18px);
  margin-top: 0;
}
.form-area .wpcf7-not-valid-tip {
  font-size: clamp(14px, 12.718px + 0.321vw, 16px);
  color: #e21d1d;
}
.form-area .wpcf7-spinner {
  display: block;
}
.form-area .wpcf7 .wpcf7-submit:disabled {
  background-color: #bfbfbf;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* tokushoho */
.companyInfo {
  padding: clamp(16px, 5.744px + 2.564vw, 32px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.companyInfo dt, .companyInfo dd {
  background: white;
  margin-bottom: 1em;
  border: 1px solid #e2e2e2;
}
.companyInfo dt {
  border-right: 0;
  padding: 1em 0 1em 1em;
  border-radius: 8px 0 0 8px;
  width: 30%;
}
.companyInfo dt:last-of-type {
  margin-bottom: 0;
}
.companyInfo dd {
  border-left: 0;
  padding: 1em;
  border-radius: 0 8px 8px 0;
  width: 70%;
}
.companyInfo dd:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .companyInfo dd {
    padding-left: 2em;
  }
}

.wpt, .delay {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

.fadeIn.show {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeUp.show {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.zoomUp.show {
  -webkit-animation-name: zoomUp;
          animation-name: zoomUp;
}

@-webkit-keyframes zoomUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomUp {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  70% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.page404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page404 h1 {
  font-weight: normal;
  font-size: clamp(20px, 12.308px + 1.923vw, 32px);
  margin-bottom: 1em;
}
.page404 .btn {
  padding: 0.25em 1em;
  color: white !important;
  font-size: clamp(16px, 13.436px + 0.641vw, 20px);
}

.logo-certification {
  padding: 0.5em 0;
  margin: 1em 0 0;
  background: white;
  color: #000;
}
.logo-certification img {
  height: 100px;
}
.logo-certification .certificateion-text {
  font-size: clamp(12px, 10.718px + 0.321vw, 14px);
}
.logo-certification .logo-list, .logo-certification .flex {
  gap: 1em;
}

.main-top-area {
  background: #f7f7f7;
  padding: 10px 5%;
  margin-bottom: min(3vw, 30px);
}

.breadcrumb li:not(:last-child)::after {
  content: ">";
  display: inline-block;
}
.breadcrumb li {
  white-space: nowrap;
}
.breadcrumb a, .breadcrumb .current-item {
  display: inline-block;
  line-height: 1.3;
  padding: 0.5em;
}

.search-area form {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  overflow: hidden;
}
.search-area input {
  line-height: 36px;
}
.search-area input[type=text] {
  padding: 0 0.5em;
  width: calc(100% - 36px);
}
.search-area input[type=submit] {
  width: 36px;
}
.search-area div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* post */
.post-content {
  gap: 5vw;
  padding-bottom: 5vw;
}
.post-content .sidebar {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
.post-content .main-content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .post-content .sidebar {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 200px;
  }
  .post-content .main-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.sidebar {
  background: #f7f7f7;
  padding: 2vw 4vw;
}
@media screen and (min-width: 768px) {
  .sidebar {
    padding: 20px;
  }
}

.sidebar-block:not(:last-child) {
  margin-bottom: 3vw;
}

.archive-post-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.archive-post-list article {
  width: 100%;
  padding: 1em 0;
  border-bottom: 1px solid #e2e2e2;
}

.post-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: min(5vw, 30px);
}

.post-categories, .post-tags {
  font-size: clamp(12px, 10.718px + 0.321vw, 14px);
  display: block;
  padding: 0.1em 1em;
  border: 1px solid;
  border-radius: 4px;
}

.post-ttl {
  padding: 0.5em;
  border-bottom: 1px solid;
  margin-bottom: 0.5em;
}