@charset "utf-8";

html, body{
  height: 100%;
}

section.page-section.creative-agency img{
  width: 100%;
}

.fv {
  padding: 10% 0 2%;
  background: url(../creation-agency/images/fv-bg.png) no-repeat center;
  position: relative;
  overflow: hidden;
}

.fv:before {
  content: "";
  display: block;
  background: url(../creation-agency/images/fv-deco-1.png) no-repeat center;
  background-size: contain;
  width: 830px;
  height: 930px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-45%, -30%);
  opacity: 0.8;
  z-index: 0;
}

.fv:after {
  content: "";
  display: block;
  background: url(../creation-agency/images/fv-deco-2.png) no-repeat center;
  background-size: contain;
  width: 830px;
  height: 930px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(45%, 30%);
  opacity: 0.8;
  z-index: 0;
}

.fv h2 {
  color: #fff;
  font-size: 64px;
  font-weight: 800;
  text-shadow: 2px 2px 5px rgba(0,0,0,0.2);
  position: relative;
  padding: 0 0 45px 0;
  margin: 0 0 35px 0;
  line-height: 1;
  z-index: 1;
}

.fv h2:after{
  content: "";
  display: block;
  width: 10%;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

p.fv-read {
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  padding: 0 0 30px 0;
}

.fv-img {
  width: 120%;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

figure.fv-airplane {
  position: absolute;
  bottom: 25%;
  left: -5%;
  max-width: 100%;
  z-index: 0;
}

/*contents*/

.creative-agency-contents {
  padding: 80px 0;
}

.worries h3 {
  font-size: 46px;
  font-weight: 800;
  color: #5CB1C6;
  text-align: center;
  line-height: 1;
  padding: 0 0 80px 0;
}

.worries-block {
  display: flex;
  justify-content: space-between;
}

ul.worries-list {
  width: 65%;
  padding: 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.worries-block ul li{
  font-size: 22px;
  color: #6A6A6A;
  padding: 0 0 0 40px;
  background: url(../creation-agency/images/worries-check.png) no-repeat;
  background-position: left center;
  width: 100%;
  text-align: left;
}

.worries-block ul li span{
  color: #FC7777;
}

.worries-block figure{
  width: 35%;
}

.lesolution {
  padding: 30px 0;
  background: url(../creation-agency/images/fv-bg.png) no-repeat top;
}

.lesolution p {
  color: #fff;
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  position: relative;
  letter-spacing: 1.2px;
  width: fit-content;
  margin: 0 auto;
  padding: 0 50px;
}

.lesolution p span{
  color: inherit;
  font-size: 130%;
}

.lesolution p:before {
  content: "";
  display: block;
  width: 4px;
  height: 60%;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-22deg);
}

.lesolution p:after {
  content: "";
  display: block;
  width: 4px;
  height: 60%;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(22deg);
}

h3.contents-ttl {
  margin: 0 auto 60px;
  background: #5cb1c6;
  width: 80%;
  max-width: 680px;
  font-size: 28px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  padding: 25px 40px;
  border-radius: 50px;
  box-sizing: border-box;
}

h3.contents-ttl.reversal {
  background: #eef6f8;
  color: #5cb1c6;
}

p.conest-ttl-read {
  margin: -20px 0 50px 0;
}

.creative-agency-contents.flow, .creative-agency-contents.usage-fee {
  background: #EEF6F8;
}

.flow-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flow-block dl {
  width: 23%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
  box-sizing: border-box;
  padding: 20px;
}

.flow-block dl dt {
  color: #5cb1c6;
  font-weight: 800;
  font-size: 20px;
  line-height: 1;
  padding: 0 0 24px 0;
}

.flow-block dl dd.flow-img {
  margin: 0 auto;
  width: 80%;
  max-width: 140px;
}

.flow-block dl dd.flow-img p{
  color: #5cb1c6;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  padding: 16px 0;
}

.flow-block dl dd.flow-txt{
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
  color: #6A6A6A;
}

h4.case-ttl {
  text-align: left;
  color: #5cb1c6;
  font-size: 22px;
  line-height: 1;
  border-bottom: 3px solid #5cb1c6;
  padding: 0 15px 15px 0;
  margin: 0 0 25px;
  width: fit-content;
  font-weight: 600;
}

.case-block {
  display: flex;
  justify-content: space-between;
}

.case-block:first-of-type{
  margin: 0 0 50px;
}

.case-block dl {
  width: 31%;
  background: #5cb1c6;
  border-radius: 10px;
  padding: 24px;
  box-sizing: border-box;
  position: relative;
  color: #fff;
}

.case-block dl:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 30px;
  border-color: transparent transparent transparent #5cb1c6;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(70%, -50%);
}

.case-block dl:last-of-type:after{
  display: none;
}

.case-block dl dt{
  font-size: 24px;
}

.case-block dl dt {
  font-size: 22px;
  padding: 0 0 15px;
  position: relative;
  margin: 0 0 15px;
}

.case-block dl dt span{
  display: block;
  font-size: 24px;
  line-height: 1;
  padding: 0 0 15px 0;
}

.case-block dl dt:after{
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.case-block dl dd p{
  font-size: 16px;
  text-align: left;
}

.case-block .mail-case-box {
  width: 40%;
  border-radius: 10px;
}

.case-block .mail-case-box .mail-case-photo {
  display: flex;
  gap: 14px;
}

.case-block .mail-case-box .mail-case-photo .mail-case-list {
  margin: 0;
}

.case-interview {
  width: 56%;
  box-sizing: border-box;
  border: 2px solid #e8e8e8;
  border-radius: 10px;
  padding: 25px;
}

.case-interview h5 {
  text-align: left;
  font-size: 20px;
  padding: 0 0 0 45px;
  font-weight: 600;
  color: #5cb1c6;
  background: url(../creation-agency/images/interview-icon.png) no-repeat left center;
  margin: 0 0 20px 0;
}

.case-interview p {
  text-align: left;
  font-size: 16px;
  line-height: 2;
}

.usage-fee-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
  gap: 32px;
}

ul.usage-fee-btn {
  display: flex;
  justify-content: space-between;
  padding: 0 32px;
  margin: 0 0 16px 0;
}

ul.usage-fee-btn li {
  width: 30%;
  text-align: center;
  line-height: 1;
  align-content: center;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  border: 2px solid #5db1c6;
  padding: 8px;
  box-sizing: border-box;
  transition: all 0.4s ease-out;
  cursor: pointer;
  position: relative;
}

ul.usage-fee-btn li:hover{
  background: #5db1c6;
  color: #fff;
  transition: all 0.4s ease-out;
}

ul.usage-fee-btn li.open{
  background: #5db1c6;
  color: #fff;
}

ul.usage-fee-btn li.open:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 15px 25px 0 25px;
  border-color: #5db1c6 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}


div.usage-fee-contents {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 24px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1);
}

div.usage-fee-contents h4 {
  text-align: left;
  color: #5cb1c6;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  position: relative;
  padding-bottom: 24px;
}

div.usage-fee-contents h4:after{
  content: "";
  display: block;
  width: 30%;
  height: 2px;
  background: #5cb1c6;
  position: absolute;
  bottom: 0;
  left: 0;
}

div.usage-fee-txt  {
  padding: 15px 0;
  line-height: 2;
  font-size: 15px;
  color: #505050;
  text-align: left;
}

div.usage-fee-txt strong{
  font-weight: bold;
}

div.usage-fee-recommend {
  padding: 24px;
  margin: 0 0 32px;
  background: #f5f5f5;
  border-radius: 8px;
}

div.usage-fee-recommend p{
  text-align: left;
  font-size: 18px;
  line-height: 2.2;
  padding: 0 0 0 1rem;
}

div.usage-fee-recommend p.usage-fee-recommend-ttl {
  background: #ff4d65;
  width: fit-content;
  line-height: 1;
  padding: 8px 16px;
  font-weight: 600;
  border-radius: 6px;
  font-size: 20px;
  color: #fff;
  margin: 0 0 8px 0;
}

div.usage-fee-service {
  padding: 24px;
  border-radius: 8px;
  color: #fff;
  background: #5cb1c6;
  font-size: 120%;
  font-weight: 600;
  line-height: 1;
}

div.usage-fee-service ul{
  text-align: left;
}

div.usage-fee-service ul li{
  font-weight: normal;
  padding: 8px 0;
  list-style: disc;
  margin-left: 24px;
  font-size: 16px;
}

div.usage-fee-service ul li:first-child{
  padding-left: 0;
  list-style: none;
  margin-left: 0;
  font-weight: 600;
  font-size: 18px;
}

/**/
.usage-fee-contents-tabs {
  margin: 24px 0 0 0;
}
.usage-fee-contents-tabs .tab-nav {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #5eb1c6;
  margin-bottom: 8px;
}
.usage-fee-contents-tabs .tab-nav button {
  width: 25%;
  text-align: center;
  background: none;
  border: none;
  padding: 8px;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  color: #BDBFBF;
}
.usage-fee-contents-tabs .tab-nav button.active {
  background-color: #5eb1c6;
  color: #fff;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.usage-fee-contents-tabs .tab-content {
  display: none;
}
.usage-fee-contents-tabs .tab-content.active {
  display: block;
}
.usage-fee-wrap{
  padding: 16px;
  background: #f5f5f5;
  border-radius: 8px;
  border: 1px solid #5eb1c6;
}
.mail-sample-box {
  display: flex;
  gap: 5%;
}
.mail-sample-box a {
  display: block;
  overflow: hidden;
  max-height: 380px;
  width: 30%;
}
.usage-fee-wrap{
  position: relative;
  margin-top: 40px;
}
.usage-fee-wrap + .usage-fee-wrap{
  margin-top: 48px;
}
p.usage-fee-label {
  width: fit-content;
  background: #5eb1c6;
  line-height: 1;
  padding: 12px;
  color: #fff;
  min-width: 160px;
  position: relative;
  top: 0;
  left: 0;
  margin-top: -16px;
  transform: translateY(-50%);
  font-size: 120%;
  border-radius: 8px;
}
table.usage-fee-table{
  width: 100%;
}
table.usage-fee-table tr{
  border-bottom: 4px solid #f5f5f5;
}
table.usage-fee-table th {
  background: #5ea1b2;
  text-align: center;
  color: #fff;
  border-right: 4px solid #f5f5f5;
  font-size: 13px;
  padding: 8px;
}
table.usage-fee-table td{
  text-align: center;
  background: #fff;
  border-right: 4px solid #f5f5f5;
  width: 20%;
  padding: 8px;
  font-size: 13px;
}
table.usage-fee-table td small{
  font-size: 80%;
}
table.usage-fee-table td  span {
  color: #FF0404;
}
table.usage-fee-table th:last-child,
table.usage-fee-table td:last-child {
  border-right: none;
}

table.usage-fee-table tr:has(> td:nth-child(4):last-child) td:last-child {
  width: 40%;
  text-align: left;
  font-size: 90%;
}

table.usage-fee-table tr:has(> td:nth-child(5):last-child) td {
  width: 15%;
}

table.usage-fee-table tr:has(> td:nth-child(5):last-child) td:first-child,{
  width: 12%;
}
table.usage-fee-table tr:has(> td:nth-child(5):last-child) td:nth-child(2){
  width: 14%;
}
table.usage-fee-table tr:has(> td:nth-child(5):last-child) td:nth-child(3)  {
  width: 26%;
}
table.usage-fee-table tr:has(> td:nth-child(5):last-child) td:nth-child(4){
  width: 14%;
}

table.usage-fee-table tr:has(> td:nth-child(5):last-child) td:last-child {
  width: 34%;
  text-align: left;
  font-size: 90%;
}

.usage-fee-flow {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 5%;
  padding: 16px;
  counter-reset: item;
}
.usage-fee-flow-img {
  width: 30%;
  position: relative;
}
.usage-fee-flow-img:before {
    counter-increment: item;
    content: "" counter(item) "";
    position: absolute;
    top: 0;
    left: 20%;
    font-size: 18px;
    line-height: 1;
    padding: 4px 16px;
    aspect-ratio: 2 / 1;
    background: #5fb1c6;
    color: #fff;
    border-radius: 50px;
}
.usage-fee-flow-img figure {
  background: #fff;
  width: 60%;
  margin: 0 auto 16px;
  aspect-ratio: 1 / 1;
  border-radius: 150px;
  overflow: hidden;
  padding: 20px;
  box-sizing: border-box;
}
.usage-fee-flow-img figure + p {
  font-size: 13px;
  text-align: left;
}
.usage-fee-flow-img figure + p span {
    display: block;
    font-size: 80%;
    color: #fb4948;
}
p.usage-fee-remarks{
  padding: 16px ;
  text-align: left;
  font-size: 13px;
}


/*faq*/
.faq-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-block + h4.case-ttl{
  margin-top: 40px;
}

.faq-block dl dt {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    padding: 16px;
    background: #5db1c6;
    color: #fff;
    border-radius: 8px;
    position: relative;
}

.faq-block dl dt:before {
    content: "Q.";
}

.faq-block dl dt:after {
    content: "";
    width: 15px;
    height: 15px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    position: absolute;
    top: 30%;
    right: 25px;
    transform: rotate(45deg);
    cursor: pointer;
}

.faq-block dl dt.active:after {
    content: "";
    top: 40%;
    right: 25px;
    transform: rotate(225deg);
}

.faq-block dl dd {
    text-align: left;
    font-size: 18px;
    padding: 16px;
    background: #eef1f1;
    color: #4190a4;
    margin-top: 8px;
    border-radius: 8px;
    position: relative;
}

.faq-block dl dd:before {
    content: "A.";
}

/*modal*/
	.modal {
  display: none; /* 非表示がデフォルト */
  position: fixed;
  z-index: 99999;
  padding-top: 60px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.8);
}

.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 80%;
}

section.page-section.creative-agency img.modal-content {
    width: fit-content;
    padding: 16px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.5);
}

.modal-close {
  position: absolute;
  top: 30px;
  right: 40px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

/*slide*/
.case-slide-inner {
  background: #eef6f8;
  padding: 40px;
  border-radius: 32px;
  margin: 0 auto;
  width: 80%;
  max-width: 1024px;
  box-sizing: border-box;
}
.case-slide-inner h4 {
  background: #5cb1c6;
  font-size: 32px;
  line-height: 1;
  padding: 16px 64px;
  font-weight: 600;
  color: #fff;
  border-radius: 50px;
  box-sizing: border-box;
  width: fit-content;
  margin: 0 auto 56px;
  max-width: 80%;
  box-shadow: 0px 1px 15px 0px rgb(93 177 198 / 39%);
}
.case-slide-box {
  display: flex;
  flex-wrap: wrap;
}
.case-slide-img {
  width: 20%;
}
.case-slide-img figure{
  position: relative;
}
.case-slide-img figure img {
  overflow: hidden;
  border-radius: 16px;
  width: 150% !important;
  margin-left: -50%;
  box-shadow: 0px 1px 15px 0px rgb(93 177 198 / 39%);
}
.case-slide-txt {
  width: 80%;
  padding: 0 0 0 5%;
  box-sizing: border-box;
  font-size: 14px;
}
p.case-slide-step {
  background: #fff;
  padding: 24px 16px 16px 24px;
  box-sizing: border-box;
  margin: 0 0 28px 0;
  border-radius: 16px;
  position: relative;
  text-align: left;
  line-height: 1.5;
  box-shadow: 0px 1px 15px 0px rgb(93 177 198 / 39%);
}
p.case-slide-step span {
  background: #5db1c6;
  color: #fff;
  line-height: 1;
  display: block;
  width: fit-content;
  padding: 8px 16px;
  border-radius: 30px;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.case-slide-comment {
  box-sizing: border-box;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 1px 15px 0px rgb(93 177 198 / 39%);
  margin: 0 0 32px 0;
}
.case-slide-comment h5 {
  text-align: left;
  font-size: 20px;
  padding: 0 0 0 45px;
  font-weight: 600;
  color: #5cb1c6;
  background: url(../creation-agency/images/interview-icon.png) no-repeat left center;
  margin: 0 0 8px 0;
}
.case-slide-comment p {
    text-align: left;
    line-height: 1.5;
}
.case-link {
  display: flex;
  justify-content: space-between;
}
.case-link a {
  background: #1b6c94;
  color: #fff;
  line-height: 1;
  padding: 16px 24px;
  border-radius: 30px;
  width: 48%;
  box-sizing: border-box;
  font-size: 16px;
  box-shadow: 0px 1px 15px 0px rgb(93 177 198 / 39%);
}
.slick-prev, .slick-next {
  z-index: 2;
}
.slick-prev {
  left: 12%;
}
.slick-next {
  right: 12%;
}
.slick-prev:before, .slick-next:before {
  font-size: 50px;
  opacity: 1;
  color: #5eb1c6;
}
.slick-dots li button:before {
    font-size: 12px;
    color: #5db1c6;
}
.slick-dots li.slick-active button:before {
    color: #5db1c6;
}
@media screen and (max-width: 1440px){
}

@media screen and (max-width: 1280px){
}

@media screen and (max-width: 1024px){
  .fv h2 {
    font-size: 52px;
  }
  p.fv-read {
    font-size: 16px;
  }
  .fv-img {
    max-width: 600px;
  }
  .lesolution {
    padding: 40px 0;
  }
  .lesolution p {
    font-size: 26px;
  }
  .case-slide-inner {
    width: 94%;
  }
  .case-slide-img figure img {
    max-width: unset;
  }
  .slick-prev {
    left: 5%;
  }
  .slick-next {
    right: 5%;
  }
}

@media screen and (max-width: 820px){
  .worries-block, .flow-block, .case-block, .usage-fee-block, .faq-block{
    padding: 0 5%;
  }
  .creative-agency-contents {
    padding: 50px 0;
  }
  .worries-block ul li {
    font-size: 17px;
  }
  h3.contents-ttl {
    font-size: 22px;
  }
  .flow-block dl {
    width: 48%;
    margin: 0 0 30px 0;
  }
  h4.case-ttl {
    padding: 0 15px 15px 15px;
    margin: 0 auto 25px;
  }
  .case-block dl dt {
    font-size: 16px;
  }
  .case-block dl dd p {
    font-size: 14px;
  }
  .case-interview h5 {
    font-size: 16px;
  }
  .case-interview p {
    font-size: 14px;
    line-height: 1.6;
  }
  .case-slide-img {
    width: 100%;
  }
  .case-slide-img figure img {
    width: 100% !important;
    margin-left: 0;
  }
  .case-slide-img figure {
    height: 300px;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0px 1px 15px 0px rgb(93 177 198 / 39%);
    margin: 0 0 16px 0;
  }
  .case-slide-txt {
    width: 100%;
    padding: 5% 0 0 0;
  }
}

@media screen and (max-width: 640px){
  .fv {
    padding: 12% 0 2%;
  }
  .fv h2 {
    font-size: 46px;
  }
  .worries h3 {
    font-size: 38px;
  }
  .lesolution p {
    font-size: 20px;
    padding: 0 25px;
  }
  h3.contents-ttl {
    font-size: 18px;
  }
  .faq-block dl dt {
    padding: 16px;
    padding-right: 50px;
  }
  .faq-block dl dd {
    padding: 16px;
  }
  .usage-fee-flow-img:before {
    top: 0;
    left: 0;
    font-size: 13px;
    line-height: 1;
    padding: 4px 12px;
  }
  .case-slide-inner {
    padding: 24px;
  }
  .case-slide-inner h4 {
    font-size: 18px;
    padding: 12px;
  }
  .case-link {
    flex-direction: column;
    gap: 16px;
  }
  .case-link a {
    width: 100%;
  }
}

@media screen and (max-width: 580px){
  .fv:before {
    width: 400px;
  }
  .fv h2 {
    font-size: 42px;
  }
  figure.fv-airplane {
    left: -100%;
    max-width: 150%;
  }
  p.fv-read {
    font-size: 14px;
  }
  .worries h3 {
    font-size: 32px;
  }
  .lesolution p {
    font-size: 18px;
    padding: 0 25px;
  }
  .lesolution p:before, .lesolution p:after {
    width: 2px;
  }
  h3.contents-ttl {
    font-size: 18px;
    width: 90%;
  }
  .flow-block dl dd.flow-img {
    width: 50%;
  }
  .flow-block dl dd.flow-img p {
    font-size: 14px;
  }
  .case-block {
    flex-wrap: wrap;
  }
  .case-block:first-of-type {
    flex-wrap: wrap;
    margin: 0 0 30px;
  }
  .case-block dl {
    width: 90%;
    margin: 0 5% 5%;
  }
  .case-block dl:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 30px;
    border-color: #5cb1c6 transparent transparent transparent;
    position: absolute;
    right: auto;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 15px);
  }
  .case-block .mail-case-box {
    width: 90%;
    margin: 0 5% 5%;
  }
  .case-block .mail-case-box .mail-case-photo {
    gap: 20px;
    justify-content: center;
  }
  .case-interview {
    width: 90%;
    margin: 0 5%;
  }
  ul.usage-fee-btn {
      padding: 0;
  }
  ul.usage-fee-btn li {
    width: 32%;
    font-size: 12px;
    padding: 4px;
  }
  ul.usage-fee-btn li.open:after {
    border-width: 15px 10px 0 10px;
  }
  div.usage-fee-contents h4 {
    font-size: 18px;
    padding-bottom: 16px;
  }
  div.usage-fee-contents h4:after {
    width: 50%;
  }
  .usage-fee-contents-tabs .tab-nav {
    flex-wrap: wrap;
    border: none;
  }
  .usage-fee-contents-tabs .tab-nav button {
    width: 50%;
    font-size: 14px;
  }
  .usage-fee-contents-tabs .tab-nav button.active {
    border-radius: 8px;
  }
  div.usage-fee-recommend {
    padding: 16px;
  }
  div.usage-fee-recommend p.usage-fee-recommend-ttl {
    font-size: 16px;
    margin: 0 auto 8px;
  }
  div.usage-fee-recommend p {
    font-size: 14px;
    line-height: 2;
  }
  div.usage-fee-service {
    padding: 16px;
  }
  div.usage-fee-service ul li {
    padding: 4px 0;
    font-size: 14px;
    line-height: 1.6;
  }
  div.usage-fee-service ul li:first-child {
    font-size: 16px;
    text-align: center;
  }
  .usage-fee-wrap {
    margin-top: 8px;
    padding: 8px;
  }
  .mail-sample-box {
    gap: 2%;
  }
  .mail-sample-box a {
    max-height: 120px;
    width: 32%;
  }
  p.usage-fee-label {
    padding: 8px;
    min-width: 120px;
    position: unset;
    top: 0;
    left: 0;
    transform: translateY(0);
    font-size: 110%;
    margin: 0 auto 16px;
    border-radius: 4px;
  }
  .usage-fee-wrap:has(table) {
    overflow-x: scroll;
  }
  table.usage-fee-table {
    min-width: 200%;
  }
  .usage-fee-flow {
    gap: 8px 8%;
    padding: 8px;
  }
  .usage-fee-flow-img {
    width: 46%;
  }
  .usage-fee-flow-img figure {
    width: 100%;
    padding: 12px;
  }
  .usage-fee-flow-img figure + p {
    font-size: 12px;
  }
}

@media screen and (max-width: 480px){
  .fv {
    padding: 20% 0 2%;
  }
  .fv h2 {
    font-size: 36px;
  }
  p.fv-read {
    padding: 0 30px 30px;
  }
  .fv-img {
    width: 110%;
  }
  .worries h3 {
    font-size: 24px;
    padding: 0 0 30px;
  }
  .worries-block {
    flex-wrap: wrap;
  }
  .worries-block figure {
    width: 60%;
    margin: 0 20% 5%;
    order: 1;
  }
  ul.worries-list {
    width: 100%;
    order: 2;
  }
  .lesolution p {
    font-size: 17px;
    padding: 0 10px;
  }
  h3.contents-ttl {
    width: 94%;
    padding: 5% 2%;
    margin: 0 auto 30px;
  }
  .flow-block dl {
    width: 90%;
    margin: 0 auto 30px;
  }
  .flow-block dl dd.flow-txt {
    text-align: center;
  }
  .case-block dl dd p {
    text-align: center;
  }
}

@media screen and (max-width: 430px){
  .fv h2 {
    font-size: 2rem;
  }
  .worries-block ul li {
    font-size: 15px;
    line-height: 1.6;
  }
  h3.contents-ttl {
    font-size: 20px;
    width: 100%;
    line-height: 1.4;
    padding: 5%;
  }
  h4.case-ttl{
    font-size: 18px;
  }
  .lesolution p {
    font-size: 15px;
  }
  .flow-block dl dd.flow-img {
    width: 40%;
  }
  .faq-block dl dt {
    font-size: 15px;
    padding: 12px;
    padding-right: 50px;
  }
  .faq-block dl dd{
    font-size: 15px;
    padding: 12px;
  }
  .faq-block dl dt:after {
    width: 10px;
    height: 10px;
    top: 36%;
  }
}

@media screen and (max-width: 414px){
}

@media screen and (max-width: 390px){
  .lesolution p span {
    font-size: 105%;
  }
}

@media screen and (max-width: 375px){
}
