@charset "UTF-8";
ul {
  padding: 20px 26px;
}

ul li {
  font-size: 14px;
  padding-left: 1em;
  position: relative;
}

ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 8px;
  height: 8px;
  background-color: #008080;
  border-radius: 100px;
}

ul li + li {
  margin-top: 6px;
}

.ttlBlock1 {
  display: flex;
  margin-bottom: 30px;
}

.ttlBlock1 div:nth-of-type(1) {
  width: 62px;
  margin-right: 22px;
}

.ttlBlock1 h3 {
  font-size: 24px;
  width: calc(100% - 84px);
}

.ttlRadius {
  border-radius: 1000px;
  background-color: #FF7A00;
  color: #fff;
  text-align: center;
  max-width: 468px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12.5px 24px;
  margin: auto;
}

.picCircle img {
  border-radius: 1000px;
  background-color: #D8DAE6;
}

.letterWrap {
  padding: 60px;
  border: 1px solid var(--frame);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  background: #FDFDF8;
  max-width: 860px;
  margin: 0 auto;
}

.letter {
  position: relative;
  margin: auto;
  background: #FDFDF8;
  color: #323333;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  background-color: #FDFDF8;
  /* 背景色 */
  background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
  /* 罫線の色と太さ  */
  background-size: 100% 3em;
  /* 行の高さ */
  line-height: 3em;
  /* 文字の高さ */
  padding-bottom: 16em;
  max-width: 860px;
}

.letter p {
  font-size: 20px;
  letter-spacing: 0.05em;
}

.letter .small {
  font-size: .96rem;
}

.letter .subhead {
  text-indent: 1em;
  font-weight: 600;
}

.letter .right {
  text-align: right;
}

.letter .sign {
  position: absolute;
  right: 10px;
  bottom: 1em;
}

.letter .signature {
  width: 240px;
}

.header {
  background-color: #fff;
  padding: 30px;
}

.header .header-inner {
  max-width: 1180px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .header-logo {
  max-width: 400px;
}

.header .header-cta {
  text-align: center;
  display: flex;
}

.header .header-cta .tel {
  margin-right: 16px;
}

.header .header-cta .tel a {
  display: flex;
  align-items: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
}

.header .header-cta .tel a img {
  width: 37px;
  margin-top: 6px;
}

.header .header-cta .tel p {
  font-size: 14px;
}

.header .header-cta .btns {
  display: flex;
}

.header .header-cta .btns a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  border-radius: 1000px;
  background-color: #008080;
}

.header .header-cta .btns a img {
  margin-right: 7px;
  width: 11px;
}

.header .header-cta .btns a + a {
  margin-left: 16px;
  background-color: #FF7A00;
}

.header .header-cta .btns a + a img {
  width: 15px;
}

.sec {
  padding: 100px 30px;
}

.sec--mv {
  background-color: #FFF4E1;
  font-size: 40px;
  padding: 56px 0 70px;
  position: relative;
  overflow: hidden;
}

.sec--mv h1 {
  font-size: 40px !important;
}

.sec--mv::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: url(../images/bg-mv.png);
  background-size: cover;
  background-position: right;
  z-index: 0;
}

.sec--mv::after {
  position: absolute;
  left: calc(50% + 54px);
  top: 10px;
  width: 526px;
  height: 650px;
  background-image: url(../images/fv-01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  content: '';
}

.sec--mv .sec-inner {
  position: relative;
  z-index: 1;
  padding: 0 30px;
}

.sec--mv .mv {
  max-width: 1180px;
  margin: auto;
  position: relative;
  font-weight: 600;
}

.sec--mv .mv .txt2 {
  margin: 55px 0 25px;
}

.sec--mv .mv .txt2 .underline::before {
  height: 12px;
  background-color: #FABE00;
}

.sec--mv .mv .txt3 {
  display: inline-block;
  font-size: 48px;
  background: linear-gradient(70deg, #fff, #fff 90%, transparent 90%);
  position: relative;
}

.sec--mv .mv .txt3::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  right: 100%;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}

.sec--mv .mv .txt3-inner {
  position: relative;
  padding: 17.5px 60px 17.5px 0;
}

.sec--cv {
  padding: 35px 30px;
  background-image: url(../images/bg-cv.jpg);
  background-size: cover;
}

.sec--cv .cv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5em 2%;
  max-width: 860px;
  margin: auto;
}

.sec--cv .cv-ttl {
  font-size: 32px;
  margin-bottom: 18px;
  width: 100%;
  color: #fff;
  text-align: center;
}

.sec--cv .cv-btn {
  display: flex;
  align-items: center;
  position: relative;
  border-radius: 1000px;
  border: 3px solid;
  background-color: #fff;
  line-height: 1;
  padding: 12px 14px;
  min-width: 415px;
  width: 48%;
}

.sec--cv .cv-btn span:nth-of-type(1) {
  font-size: 16px;
  color: #fff;
  padding: 10px 13px;
  margin-right: 8px;
  border-radius: 1000px;
}

.sec--cv .cv-btn span:nth-of-type(2) {
  font-size: 24px;
}

.sec--cv .cv-btn img {
  width: 16px;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.sec--cv .cv-btn.green {
  color: #008080;
  border-color: #008080;
}

.sec--cv .cv-btn.green span:nth-of-type(1) {
  background-color: #008080;
}

.sec--cv .cv-btn.orange {
  color: #FF7A00;
  border-color: #FF7A00;
}

.sec--cv .cv-btn.orange span:nth-of-type(1) {
  background-color: #FF7A00;
}

.sec--message {
  padding-top: 90px;
  padding-bottom: 90px;
}

.sec--message .message {
  max-width: 860px;
  margin: auto;
}

.sec--ec {
  background-color: #FFF4E1;
}

.sec--ec .ec .sec-ttl {
  margin-bottom: 40px;
}

.sec--ec .ec-kadai {
  max-width: 860px;
  margin: 0 auto 70px;
  display: flex;
  justify-content: space-between;
}

.sec--ec .ec-kadai > div {
  background-color: #fff;
  padding: 31px 23px;
  width: calc(100% / 3 - (50px / 3));
}

.sec--ec .ec-kadai > div .picCircle {
  max-width: 158px;
  margin: auto;
}

.sec--ec .ec-kadai > div .ec-kadai-txt {
  font-weight: 400;
  margin-top: 24px;
}

.sec--ec .ec-kadai > div .ec-kadai-txt .underline {
  font-weight: 700;
}

.sec--ec .ec-case-block {
  background-color: #fff;
  padding: 60px 0 0;
  max-width: 980px;
  margin: auto;
}

.sec--ec .ec-case-block-voice {
  max-width: 710px;
  margin: auto;
}

.sec--ec .ec-case-block-voice-row {
  display: flex;
  align-items: center;
}

.sec--ec .ec-case-block-voice-row .picCircle {
  width: 138px;
  margin-right: 10px;
}

.sec--ec .ec-case-block-voice-row.rev {
  flex-direction: row-reverse;
  align-items: flex-start;
}

.sec--ec .ec-case-block-voice-row.rev .picCircle {
  margin-right: 0;
  margin-left: 10px;
}

.sec--ec .ec-case-block-voice-row + .ec-case-block-voice-row.rev {
  margin-top: 46px;
}

.sec--ec .ec-case-block-voice-row + .ec-case-block-voice-row {
  margin-top: 14px;
}

.sec--ec .ec-case-block-voice-fukidashi {
  color: #fff;
  background-color: #FF7A00;
  border-radius: 10px;
  padding: 25px 40px;
  font-weight: 500;
  width: calc(100% - 148px);
}

.sec--ec .ec-case-block-voice-fukidashi.white {
  color: #333;
  background-color: #fff;
  border: 2px solid #FF7A00;
}

.sec--ec .ec-case-block-voice-fukidashi .underline {
  font-weight: 700;
}

.sec--ec .ec-case-block-solution {
  background-color: #F5F5F5;
  position: relative;
  margin-top: 25px;
  padding: 0 30px;
}

.sec--ec .ec-case-block-solution::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-left: 490px solid transparent;
  border-right: 490px solid transparent;
  border-top: 30px solid #fff;
  /* ▼の色・高さ */
}

.sec--ec .ec-case-block-solution .inner {
  max-width: 860px;
  margin: auto;
  padding: 62px 0 37px;
  display: flex;
  align-items: center;
}

.sec--ec .ec-case-block-solution .pic {
  margin-right: 36px;
  width: 40%;
}

.sec--ec .ec-case-block-solution .cnt {
  width: 60%;
  min-width: 464px;
}

.sec--ec .ec-case-block-solution .cnt .ttl {
  font-size: 24px;
  line-height: 1.58;
  margin-bottom: 16px;
}

.sec--ec .ec-case-block-solution .cnt .txt {
  font-weight: 400;
  line-height: 1.63;
}

.sec--sharedBooth {
  padding-top: 207px;
  background: linear-gradient(#018080, #018080 345px, #fff 345px);
}

.sec--sharedBooth .sec-inner {
  max-width: 980px;
  margin: auto;
  padding: 78px 30px 0;
  background-color: #fff;
}

.sec--sharedBooth .sec-ttl {
  margin-bottom: 120px;
}

.sec--sharedBooth .sec-ttl small {
  font-size: 30px;
}

.sec--sharedBooth .sec-ttl h2 {
  font-size: 48px;
}

.sec--sharedBooth .sec-ttl .ttlRadius {
  margin-top: 30px;
  display: inline-block;
}

.sec--sharedBooth .sharedBooth-service {
  border: 2px solid #008080;
  border-radius: 10px;
  max-width: 860px;
  margin: auto;
}

.sec--sharedBooth .sharedBooth-service-inner {
  position: relative;
}

.sec--sharedBooth .sharedBooth-service-inner .header {
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border: 2px solid #008080;
  border-radius: 10000px;
  text-align: center;
  width: 200px;
  height: 200px;
  padding-top: 34px;
}

.sec--sharedBooth .sharedBooth-service-inner .header-img {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 77px;
  z-index: 2;
}

.sec--sharedBooth .sharedBooth-service-inner .sharedBooth-service-inner-inner {
  position: relative;
  background-color: #fff;
  padding: 33px 30px 55px;
  border-radius: 20px;
}

.sec--sharedBooth .sharedBooth-service-inner .ttlRadius {
  max-width: 330px;
  font-size: 18px;
  padding: 6.5px 10px;
  background-color: #008080;
}

.sec--sharedBooth .sharedBooth-service-inner .desc {
  font-size: 14px;
  font-weight: 400;
  margin: 26px auto 33px;
  max-width: 700px;
}

.sec--sharedBooth .sharedBooth-service-inner .point {
  border: 1px solid #008080;
  border-radius: 10px;
  max-width: 700px;
  margin: auto;
  display: flex;
}

.sec--sharedBooth .sharedBooth-service-inner .point div {
  background-color: #008080;
  border-radius: 8px 0 0 8px;
  color: #fff;
  font-size: 20px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec--sharedBooth .sharedBooth-service-inner .image {
  background-color: #F5F5F5;
  padding: 24px 20px;
  border-radius: 10px;
  margin: 20px auto 46px;
  max-width: 700px;
}

.sec--sharedBooth .sharedBooth-service-inner .image .ttlRadius {
  font-size: 18px;
  background-color: #fff;
  color: #333;
  max-width: 155px;
  padding: 1.5px 10px;
  margin-bottom: 20px;
}

.sec--sharedBooth .sharedBooth-service-inner .image .figure {
  max-width: 390px;
  margin: auto;
}

.sec--sharedBooth .sharedBooth-service-inner .bottom {
  display: flex;
  justify-content: space-between;
  max-width: 700px;
  margin: auto;
}

.sec--sharedBooth .sharedBooth-service-inner .bottom .menu .ttlRadius,
.sec--sharedBooth .sharedBooth-service-inner .bottom .price .ttlRadius {
  background-color: #018080;
  font-size: 18px;
  max-width: 200px;
  padding: 1.5px 10px;
  margin-left: initial;
  margin-right: initial;
}

.sec--sharedBooth .sharedBooth-service-inner .bottom .menu .ttlRadius {
  margin-bottom: 35px;
}

.sec--sharedBooth .sharedBooth-service-inner .bottom .menu ul {
  padding: 0;
}

.sec--sharedBooth .sharedBooth-service-inner .bottom .menu ul li + li {
  margin-top: 8px;
}

.sec--sharedBooth .sharedBooth-service-inner .bottom .price .ttlRadius {
  margin-bottom: 10px;
}

.sec--sharedBooth .sharedBooth-service-inner .bottom .price .tableWrap > p {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  padding-right: 4px;
}

.sec--sharedBooth .sharedBooth-service-inner .bottom .price .tableWrap table {
  border: 2px solid #fff;
}

.sec--sharedBooth .sharedBooth-service-inner .bottom .price .tableWrap table th,
.sec--sharedBooth .sharedBooth-service-inner .bottom .price .tableWrap table td {
  padding: 3.5px 10px;
}

.sec--sharedBooth .sharedBooth-service-inner .bottom .price .tableWrap table th {
  background-color: #008080;
  color: #fff;
  font-size: 14px;
  text-align: left;
}

.sec--sharedBooth .sharedBooth-service-inner .bottom .price .tableWrap table td {
  background-color: #F5F5F5;
  font-size: 18px;
}

.sec--sharedBooth .sharedBooth-service-inner .bottom .price .tableWrap table td small {
  font-size: 14px;
}

.sec--features .features-list > div {
  display: flex;
  align-items: center;
  max-width: 980px;
  margin: auto;
}

.sec--features .features-list > div .pic {
  max-width: 33%;
  position: relative;
  z-index: 1;
}

.sec--features .features-list > div .cnt {
  position: relative;
  background-color: #FFF4E1;
  max-width: 67%;
  padding: 50px;
  min-height: 287px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sec--features .features-list > div .cnt::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  background-color: #FFF4E1;
  width: 100px;
  height: 100%;
}

.sec--features .features-list > div .cnt .ttl {
  font-size: 24px;
  margin-bottom: 14px;
  display: flex;
}

.sec--features .features-list > div .cnt .ttl span {
  background-color: #008080;
  color: #fff;
  margin: 5px 8px 0 0;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  padding: 0 0 1px 0;
}

.sec--features .features-list > div .cnt .txt {
  font-weight: 500;
}

.sec--features .features-list > div + div {
  margin-top: 30px;
}

.sec--features .features-base {
  border-radius: 20px;
  border: 2px solid #FF7A00;
  max-width: 860px;
  margin: 66px auto 0;
  padding: 59px 30px 93px;
}

.sec--features .features-base .ttlRadius {
  background-color: #FF7A00;
  max-width: 330px;
  padding: 6.5px 10px;
  margin-bottom: 43px;
  font-size: 18px;
}

.sec--features .features-base .pic {
  max-width: 740px;
  margin: auto;
}

.sec--features .features-base .pic img {
  max-width: 684px;
}

.sec--caseStudy {
  background-image: url(../images/bg-caseStudy.jpg);
  background-size: cover;
}

.sec--caseStudy .sec-ttl {
  margin-bottom: 26px;
}

.sec--caseStudy .caseStudy-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 860px;
  margin: auto;
}

.sec--caseStudy .caseStudy-list > div {
  width: calc(50% - 15px);
  margin-top: 30px;
}

.sec--caseStudy .caseStudy-list > div .cnt {
  padding: 32px 23px 23px;
  background-color: #fff;
}

.sec--caseStudy .caseStudy-list > div .cnt .ttl {
  font-size: 18px;
}

.sec--caseStudy .caseStudy-list > div .cnt .txt {
  font-size: 14px;
  font-weight: 400;
  margin: 15px 0 45px;
  height: 63px;
}

.sec--caseStudy .caseStudy-list > div .cnt .tag > div:nth-of-type(1) span:nth-of-type(1) {
  background-color: #008080;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 2px 14px;
  margin-right: 8px;
  border-radius: 100px;
}

.sec--caseStudy .caseStudy-list > div .cnt .tag > div:nth-of-type(1) span:nth-of-type(2) {
  font-size: 14px;
  font-weight: 400;
}

.sec--caseStudy .caseStudy-list > div .cnt .tag > div:nth-of-type(2) {
  margin-top: 6px;
}

.sec--caseStudy .caseStudy-list > div .cnt .tag > div:nth-of-type(2) span:nth-of-type(1) {
  background-color: #f8d563;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 2px 14px;
  margin-right: 8px;
  border-radius: 100px;
}

.sec--caseStudy .caseStudy-list > div .cnt .tag > div:nth-of-type(2) span:nth-of-type(2) {
  font-size: 14px;
  font-weight: 400;
}

.sec--comparison {
  padding-top: 207px;
  background: linear-gradient(#fff4e2, #fff4e2 345px, #fff 345px);
}

.sec--comparison .sec-inner {
  padding: 100px 30px 0;
  max-width: 980px;
  margin: auto;
  background-color: #fff;
}

.sec--comparison .comparison {
  max-width: 860px;
  margin: auto;
}

.sec--comparison .comparison-block-inner {
  max-width: 740px;
  margin: auto;
}

.sec--comparison .comparison-block {
  max-width: 860px;
  margin: auto;
  background-color: #F5F5F5;
  padding: 50px 30px;
}

.sec--comparison .comparison-block .ttlBlock1 {
  margin-bottom: 38px;
}

.sec--comparison .comparison-block .ttlBlock1 h3 {
  font-size: 20px;
  margin-top: 2px;
}

.sec--comparison .comparison-block .pic.pics {
  display: flex;
  justify-content: space-between;
}

.sec--comparison .comparison-block .pic.pics img {
  width: calc(50% - 10px);
}

.sec--comparison .comparison-block .pic.picTxt {
  display: flex;
  justify-content: space-between;
}

.sec--comparison .comparison-block .pic.picTxt img {
  width: calc(50% - 10px);
}

.sec--comparison .comparison-block .pic.picTxt ul {
  width: calc(50% - 10px);
  padding-right: 0;
}

.sec--comparison .comparison-block .txt {
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
}

.sec--comparison .comparison-block + .comparison-block {
  margin-top: 20px;
}

.sec--client {
  background-color: #FFF4E1;
}

.sec--client .client .sec-ttl {
  margin-bottom: 40px;
}

.sec--client .client .pic {
  max-width: 860px;
  margin: auto;
}

.sec--client .letter {
  padding-bottom: 1em;
}

.sec--flow .flow .sec-ttl {
  margin-bottom: 47px;
}

.sec--flow .flow .pic {
  max-width: 750px;
  margin: auto;
}

.sec--question .question {
  max-width: 860px;
  margin: auto;
}

.sec--question .question-list .qa + .qa {
  margin-top: 47px;
}

.sec--question .question-list .qa-ico {
  margin-right: 16px;
  background-color: #FF7A00;
  color: #fff;
  border-radius: 100px;
  width: 36px;
  height: 36px;
  padding: 0 0 4px 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec--question .question-list .qa-q .qa-txt,
.sec--question .question-list .qa-a .qa-txt {
  width: calc(100% - 70px);
}

.sec--question .question-list .qa-q {
  background-color: #FFF4E1;
  font-size: 18px;
  padding: 17px 21px 17px 13px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.sec--question .question-list .qa-q .qa-plus {
  position: relative;
  width: 18px;
  height: 18px;
}

.sec--question .question-list .qa-q .qa-plus span {
  position: absolute;
  display: inline-block;
  background-color: #FE7A00;
  width: 18px;
  height: 4px;
  transition: .4s;
}

.sec--question .question-list .qa-q .qa-plus span:nth-of-type(1) {
  top: 7px;
  left: 0;
}

.sec--question .question-list .qa-q .qa-plus span:nth-of-type(2) {
  top: 7px;
  left: 0;
  transform: rotate(90deg);
}

.sec--question .question-list .qa-q .qa-plus.open span:nth-of-type(1) {
  top: 7px;
  left: 0;
  transform: rotate(90deg);
  opacity: 0;
}

.sec--question .question-list .qa-q .qa-plus.open span:nth-of-type(2) {
  top: 7px;
  left: 0;
  transform: rotate(180deg);
}

.sec--question .question-list .qa-a {
  display: none;
}

.sec--question .question-list .qa-a-inner {
  display: flex;
  background-color: #fff;
  padding: 20px 13px;
  padding: 17px 21px 17px 13px;
}

.sec--question .question-list .qa-a-inner .qa-txt {
  font-size: 14px;
  font-weight: 400;
  margin-top: 8px;
}

.sec--question .question-list .qa-a-inner .qa-txt ul {
  padding: 1em 0 0;
}

.sec--question .question-list .qa-a-inner .qa-txt ul li::before {
  top: 0;
  width: initial;
  height: initial;
  background-color: initial;
}

.sec--question .question-list .qa-a-inner .qa-txt ul li:nth-of-type(1)::before {
  content: '1.';
}

.sec--question .question-list .qa-a-inner .qa-txt ul li:nth-of-type(2)::before {
  content: '2.';
}

.sec--question .question-list .qa-a-inner .qa-txt ul li:nth-of-type(3)::before {
  content: '3.';
}

.sec--form .form {
  max-width: 980px;
  margin: auto;
}

.sec--form .form-tab {
  display: flex;
  margin-bottom: -2px;
}

.sec--form .form-tab h2 {
  color: #fff;
  width: 215px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sec--form .form-tab .tab--request {
  background-color: #008080;
  border-bottom: 2px solid #FF7A00;
}

.sec--form .form-tab .tab--contact {
  background-color: #FF7A00;
  border-bottom: 2px solid #008080;
}

.sec--form .form-tab .active {
  background-color: #F5F5F5;
}

.sec--form .form-tab .active.tab--request {
  color: #008080;
  border: solid 2px #008080;
  border-bottom: none;
}

.sec--form .form-tab .active.tab--contact {
  color: #FF7A00;
  border: solid 2px #FF7A00;
  border-bottom: none;
}

.sec--form .form-cnt {
  border: 2px solid #FF7A00;
  background-color: #F5F5F5;
  display: none;
}

.sec--form .form-cnt.form--request.active {
  border: solid 2px #008080;
}

.sec--form .form-cnt.active {
  display: block;
  padding: 60px 30px 70px;
}

.sec--form .form-header {
  margin-bottom: 38px;
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}

.sec--form .form-header p:nth-of-type(1) {
  font-size: 24px;
  margin-bottom: 10px;
}

.sec--form .form-header p:nth-of-type(2) {
  font-weight: 400;
}

.sec--tel {
  padding: 146px 30px 175px;
}

.sec--tel .tel {
  text-align: center;
}

.sec--tel .tel-ttl {
  font-size: min(5vw, 24px);
  margin-bottom: 1em;
}

.sec--tel .tel-btn {
  background-color: #FF7A00;
  color: #fff;
  padding: 18px 72px;
  max-width: 380px;
  margin: auto;
  display: inline-block;
  border-radius: 1000px;
}

.sec--tel .tel-btn .row1 {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  margin-bottom: 6px;
}

.sec--tel .tel-btn .row1 img {
  width: 42px;
  margin: 4px 4px 0 0;
}

.sec--tel .tel-btn .row1 span {
  font-size: min(8.141vw, 32px);
}

.sec--tel .tel-btn .row2 {
  display: block;
}

footer {
  color: #fff;
  background-color: #58493B;
  font-size: 14px;
}

footer .footer-inner {
  max-width: 1240px;
  margin: auto;
  padding: 40px 30px;
}

footer .footer-logo {
  display: block;
  max-width: 385px;
}

footer .footer-address {
  margin: 42px 0 52px;
}

footer .footer-links a {
  display: inline-block;
  color: #fff;
  text-decoration: underline;
  margin-right: 33px;
}

footer .footer-bottom {
  background-color: #cd803a;
  text-align: center;
  padding: 15px 30px;
}

@media (max-width: 1060px) {
  .header {
    padding: 20px;
  }
  .header .header-cta {
    margin-left: 20px;
  }
  .header .header-cta .tel {
    display: none;
  }
}

@media screen and (min-width:768px) and (max-width:1139px) {
  .sec--mv {
    font-size: min(3.48vw,40px);
  }
  .sec--mv::after {
    right: 0;
    bottom: 0;
    top: unset;
    left: unset;
    width: 37%;
    height: auto;
    aspect-ratio: 527 / 650;
  }
  .sec--mv .mv .txt3 {
    font-size: min(4vw, 48px);
  }
}

@media (max-width: 767px) {
  .letterWrap {
    padding: 20px;
  }
  .letter {
    background-image: linear-gradient(180deg, #ccc 1px, transparent 1px);
    background-size: 100% 2em;
    line-height: 2em;
    padding-bottom: 11em;
  }
  .letter p {
    font-size: 13px;
  }
  .letter .sign {
    bottom: 0;
  }
  .letter .signature {
    width: 180px;
  }
  ul {
    padding: 20px;
  }
  .sec {
    padding: 50px 20px;
  }
  .header .header-logo {
    max-width: 250px;
  }
  .header .header-cta .btns a {
    width: 100px;
    height: 30px;
    font-size: 12px;
  }
  .header .header-cta .btns a img {
    margin-right: 4px;
  }
  .header .header-cta .btns a + a {
    margin-left: 8px;
  }
  .header .header-cta .btns a + a img {
    width: 13px;
  }
  .ttlBlock1 {
    margin-bottom: 20px;
  }
  .ttlBlock1 div:nth-of-type(1) {
    width: 50px;
    margin-right: 15px;
  }
  .ttlBlock1 h3 {
    font-size: 18px;
    width: calc(100% - 65px);
  }
  .ttlRadius {
    padding: 10px 20px;
  }
  .sec--mv {
    font-size: 5vw;
    padding: 4vw 4vw 5vw;
  }
  .sec--mv h1 {
    font-size: 5vw !important;
  }
  .sec--mv::after {
    left: initial;
    top: initial;
    right: -7vw;
    bottom: 0;
    width: 50vw;
    height: 57vw;
  }
  .sec--mv .sec-inner {
    padding: 0;
  }
  .sec--mv .mv .txt2 {
    margin: 5vw 0 3vw;
  }
  .sec--mv .mv .txt2 .underline::before {
    height: 2vw;
  }
  .sec--mv .mv .txt3 {
    font-size: 5vw;
  }
  .sec--mv .mv .txt3-inner {
    padding: 2vw 5vw 2vw 0;
  }
  .sec--cv {
    padding: 30px 20px;
  }
  .sec--cv .cv-ttl {
    font-size: 24px;
  }
  .sec--cv .cv-btn {
    width: 100%;
    max-width: 320px;
    min-width: initial;
    padding: 8px 10px;
  }
  .sec--cv .cv-btn span:nth-of-type(1) {
    font-size: 12px;
    padding: 8px 10px;
  }
  .sec--cv .cv-btn span:nth-of-type(2) {
    font-size: 14px;
  }
  .sec--cv .cv-btn img {
    right: 10px;
  }
  .sec--message {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .sec--ec .ec .sec-ttl {
    margin-bottom: 20px;
  }
  .sec--ec .ec-kadai {
    display: block;
    margin-bottom: 40px;
  }
  .sec--ec .ec-kadai > div {
    width: 100%;
    max-width: 250px;
    padding: 20px;
    margin: auto;
  }
  .sec--ec .ec-kadai > div + div {
    margin-top: 20px;
  }
  .sec--ec .ec-case-block {
    padding: 20px;
  }
  .sec--ec .ec-case-block-voice-row {
    align-items: initial;
  }
  .sec--ec .ec-case-block-voice-row .picCircle {
    width: 50px;
  }
  .sec--ec .ec-case-block-voice-fukidashi {
    padding: 20px;
    width: calc(100% - 60px);
  }
  .sec--ec .ec-case-block-solution {
    padding: 0 20px;
  }
  .sec--ec .ec-case-block-solution::before {
    border-left: calc(50vw - 40px) solid transparent;
    border-right: calc(50vw - 40px) solid transparent;
  }
  .sec--ec .ec-case-block-solution .inner {
    display: block;
    padding: 55px 0 20px;
  }
  .sec--ec .ec-case-block-solution .pic {
    width: 60%;
    margin: 0 auto 15px;
  }
  .sec--ec .ec-case-block-solution .cnt {
    width: 100%;
    min-width: initial;
  }
  .sec--ec .ec-case-block-solution .cnt .ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .sec--sharedBooth {
    background: linear-gradient(#018080, #018080 120px, #fff 120px);
  }
  .sec--sharedBooth .sec-inner {
    padding: 50px 20px 0;
  }
  .sec--sharedBooth .sec-ttl {
    margin-bottom: 90px;
  }
  .sec--sharedBooth .sec-ttl small {
    font-size: 16px;
  }
  .sec--sharedBooth .sec-ttl div:nth-of-type(1) {
    font-size: 28px;
  }
  .sec--sharedBooth .sec-ttl .ttlRadius {
    margin-top: 20px;
  }
  .sec--sharedBooth .sharedBooth-service-inner .sharedBooth-service-inner-inner {
    padding: 33px 20px 50px;
  }
  .sec--sharedBooth .sharedBooth-service-inner .ttlRadius {
    font-size: 16px;
    padding: 5px 10px;
  }
  .sec--sharedBooth .sharedBooth-service-inner .desc {
    margin: 20px auto 30px;
  }
  .sec--sharedBooth .sharedBooth-service-inner .point {
    display: block;
    width: 100%;
  }
  .sec--sharedBooth .sharedBooth-service-inner .point div {
    border-radius: 8px 8px 0 0;
    font-size: 18px;
    padding: 10px 20px;
  }
  .sec--sharedBooth .sharedBooth-service-inner .image {
    padding: 20px;
    margin: 20px auto 40px;
  }
  .sec--sharedBooth .sharedBooth-service-inner .image .ttlRadius {
    font-size: 16px;
  }
  .sec--sharedBooth .sharedBooth-service-inner .bottom {
    display: block;
  }
  .sec--sharedBooth .sharedBooth-service-inner .bottom .menu .ttlRadius {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .sec--sharedBooth .sharedBooth-service-inner .bottom .price {
    margin-top: 30px;
  }
  .sec--sharedBooth .sharedBooth-service-inner .bottom .price .ttlRadius {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    font-size: 16px;
  }
  .sec--sharedBooth .sharedBooth-service-inner .bottom .price .tableWrap > p {
    font-size: 12px;
  }
  .sec--sharedBooth .sharedBooth-service-inner .bottom .price .tableWrap table {
    width: 100%;
  }
  .sec--sharedBooth .sharedBooth-service-inner .bottom .price .tableWrap table th,
  .sec--sharedBooth .sharedBooth-service-inner .bottom .price .tableWrap table td {
    padding: 2px 8px;
  }
  .sec--sharedBooth .sharedBooth-service-inner .bottom .price .tableWrap table th {
    font-size: 12px;
    width: 100px;
  }
  .sec--sharedBooth .sharedBooth-service-inner .bottom .price .tableWrap table td {
    font-size: 16px;
  }
  .sec--features .features-list > div {
    display: block;
  }
  .sec--features .features-list > div .pic {
    max-width: 60%;
    margin-left: 20%;
    margin-bottom: -30px;
  }
  .sec--features .features-list > div .cnt {
    max-width: 100%;
    padding: 50px 20px 20px;
    min-height: initial;
  }
  .sec--features .features-list > div .cnt::before {
    content: none;
  }
  .sec--features .features-list > div .cnt .ttl {
    font-size: 18px;
    position: relative;
    padding-left: 30px;
  }
  .sec--features .features-list > div .cnt .ttl span {
    position: absolute;
    left: 0;
    margin: 4px 8px 0 0;
    width: 22px;
    height: 22px;
    font-size: 16px;
  }
  .sec--features .features-base {
    margin: 40px auto 0;
    padding: 30px 20px;
  }
  .sec--caseStudy .caseStudy-list > div {
    width: calc(50% - 5px);
    margin-top: 20px;
  }
  .sec--caseStudy .caseStudy-list > div .cnt {
    padding: 10px 10px 20px;
  }
  .sec--caseStudy .caseStudy-list > div .cnt .ttl {
    font-size: 14px;
  }
  .sec--caseStudy .caseStudy-list > div .cnt .txt {
    font-size: 12px;
    margin: 10px 0 20px;
    height: initial;
  }
  .sec--caseStudy .caseStudy-list > div .cnt .tag > div:nth-of-type(1) {
    position: relative;
  }
  .sec--caseStudy .caseStudy-list > div .cnt .tag > div:nth-of-type(1) span:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    padding: 2px 8px;
    margin-right: 4px;
  }
  .sec--caseStudy .caseStudy-list > div .cnt .tag > div:nth-of-type(1) span:nth-of-type(2) {
    font-size: 10px;
    padding: 2px 0 0 42px;
    display: block;
  }
  .sec--caseStudy .caseStudy-list > div .cnt .tag > div:nth-of-type(2) {
    position: relative;
  }
  .sec--caseStudy .caseStudy-list > div .cnt .tag > div:nth-of-type(2) span:nth-of-type(1) {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 10px;
    padding: 2px 8px;
    margin-right: 4px;
  }
  .sec--caseStudy .caseStudy-list > div .cnt .tag > div:nth-of-type(2) span:nth-of-type(2) {
    font-size: 10px;
    padding: 2px 0 0 42px;
    display: block;
  }
  .sec--comparison .sec-inner {
    padding: 50px 20px 0;
  }
  .sec--comparison .comparison-block {
    padding: 20px;
  }
  .sec--comparison .comparison-block .ttlBlock1 {
    margin-bottom: 20px;
  }
  .sec--comparison .comparison-block .ttlBlock1 h3 {
    font-size: 18px;
    margin-top: 0;
  }
  .sec--comparison .comparison-block .pic.pics img {
    width: calc(50% - 5px);
  }
  .sec--comparison .comparison-block .pic.picTxt {
    display: block;
  }
  .sec--comparison .comparison-block .pic.picTxt img {
    width: 100%;
  }
  .sec--comparison .comparison-block .pic.picTxt ul {
    width: 100%;
    padding: 20px 0 0;
  }
  .sec--comparison .comparison-block .txt {
    margin-top: 20px;
  }
  .sec--client .letterWrap {
    padding: calc(20px + 1em) 20px 20px;
  }
  .sec--client .letter {
    padding-bottom: 1em;
  }
  .sec--client .letter p {
    text-indent: 1em;
  }
  .sec--client .letter .subhead {
    text-indent: 0;
  }
  .sec--flow .flow .sec-ttl {
    margin-bottom: 30px;
  }
  .sec--question .sec-ttl {
    margin-bottom: 30px;
  }
  .sec--question .question-list .qa + .qa {
    margin-top: 30px;
  }
  .sec--question .question-list .qa-q {
    font-size: 16px;
    padding: 10px;
  }
  .sec--question .question-list .qa-q .qa-ico {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    padding: 0 0 3px 0;
    font-size: 18px;
  }
  .sec--question .question-list .qa-q .qa-txt {
    width: calc(100% - 60px);
  }
  .sec--question .question-list .qa-a .qa-ico {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    padding: 0 0 3px 0;
    font-size: 18px;
  }
  .sec--question .question-list .qa-a .qa-txt {
    font-size: 13px;
    margin-top: 5px;
  }
  .sec--question .question-list .qa-a-inner {
    padding: 10px;
  }
  .sec--tel .tel-btn {
    padding: 15px 40px;
  }
  footer .footer-links a {
    margin-right: 20px;
  }
}
