main {
  background-color: #fafafa;
  padding-bottom: 0;
}
#mv {
  width: 100%;
  background: url("./../../image/home/mv.png") center / cover no-repeat;
  position: relative;
  margin: 0 auto;
  aspect-ratio: 1287 / 811;
}
#mv #copyarea {
  padding-left: 40px;
  padding-top: 40px;
}
#mv #maincopy {
  font-size: 40px;
  line-height: 1.2rem;
  font-weight: 600;
}
#mv #maincopy span {
  font-size: 28px;
  line-height: 30px;
  font-weight: 500;
}
#mv p {
  font-size: 15px;
  margin: 1.4rem 0;
}
#mv .button {
  width: 260px;
  margin-top: 20px;
}
@media screen and (max-width: 740px) {
  #mv {
    background: none;
    height: auto;
  }
  #mv #copyarea {
    padding: 0;
    padding-top: 30px;
  }
  #mv #maincopy,
  #mv p {
    padding: 0.5rem 1rem;
    margin: 0 auto 10px;
    text-align: center;
    align-items: center;
  }
  #mv .button {
    margin: 2rem auto 1rem;
  }
}
/*ポイント*/
.pointmds {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-bottom: 40px;
  font-weight: 600;
}
h2 {
  display: flex;
  align-items: baseline;
  justify-content: left;
  flex-direction: column;
}
h2.flex {
  gap: 10px;
}
h3 {
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  margin: 1rem auto;
}
.circle {
  display: flex;
  width: 70px;
  height: 70px;
  border-radius: 200px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #34d8bf;
  font-size: 50px;
  font-weight: 600;
  font-family: "Anybody";
  letter-spacing: 0.3rem;
  padding-left: 0.3rem;
  padding-top: 0.2rem;
  text-align: center;
}
.pointbox {
  font-size: 28px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  line-height: 40px;
}
.pointbox .mincho {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.pointbox .circle {
  font-size: 36px;
  margin-bottom: 40px;
  z-index: 2;
}
.pointbox:before {
  border: 1px solid #34d8bf;
  width: 100%;
  content: "";
  position: absolute;
  top: 35px;
  height: 60px;
  border-bottom: none;
  z-index: 1;
}
.pointbox .small {
  font-size: 18px;
}
.h_inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding-right: 60px;
}
.logo {
  width: auto;
  height: 36px;
}
.pointblock {
  max-width: 1100px;
  gap: 2rem;
  padding: 40px;
  flex-wrap: wrap;
}
.point {
  display: flex;
  flex-direction: column;
  flex: 1 0 45%;
  gap: 2rem;
}
.point img {
  max-width: 80%;
  width: auto;
  margin: 0 auto;
  max-height: 290px;
}
.point p {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  min-height: 44px;
}
.point p.textbox {
  text-align: left;
}
@media screen and (max-width: 740px) {
  .pointbox {
    text-align: center;
  }
  .pointmds.flex {
    flex-direction: column;
    text-align: center;
    align-items: center;
    padding-right: 0;
  }
  .pointblock {
    padding: 1rem;
  }
  .pointbox .mincho {
    font-size: 14px;
    line-height: 20px;
  }
  .point {
    flex: 1 0 100%;
  }
  .point p {
    min-height: auto;
    width: 100%;
  }
  .h_inner {
    padding-right: 0;
  }
  .point img{
    width: 100%;
  }
}
/*導入事例紹介*/
section.example {
  background-color: #f7f7f7;
  text-align: center;
}
section.white {
  background-color: #fff;
}
h3.hukidashi {
  background-color: #39a2c6;
  padding: 20px;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  margin-top: -110px;
  position: relative;
  z-index: 2;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
}
h3.hukidashi::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background-color: #39a2c6;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: -1;
}
span.chiisai {
  font-size: 16px;
  vertical-align: baseline;
}
span.chuu {
  font-size: 24px;
  vertical-align: baseline;
}
.exbox {
  background-color: #fff;
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
.exbox .left {
  flex: 1 0 40%;
}
.exbox .right {
  flex: 1 0 60%;
  text-align: left;
  display: flex;
  padding: 1rem;
  justify-content: center;
  align-items: flex-start;
  gap: 1.4rem;
  flex-direction: column;
}
.exbox .right img {
  height: 28px;
  width: auto;
}
@media screen and (max-width: 740px) {
  .exbox {
    flex-direction: column;
    max-width: 600px;
    width: 90%;
  }
  .exbox .right {
    padding: 1.4rem 1rem;
  }
}
/*ケース紹介*/
section.usecase {
  background-color: #b2ece3;
  min-height: 600px;
  padding-bottom: 0;
}

.usecase .bg {
  background: url("./../../image/common/town.png") bottom / cover repeat-x;
  background-size: auto 200px;
  padding-bottom: 40px;
}
.caseitems {
  gap: 1rem;
  margin-bottom: 40px;
}
.caseimage {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 200px;
  background: url("./../../image/home/case1.png") center / cover no-repeat;
}
.caseitem:nth-child(2) .caseimage {
  background: url("./../../image/home/case2.png") center / cover no-repeat;
}
.caseitem:nth-child(3) .caseimage {
  background: url("./../../image/home/case3.png") center / cover no-repeat;
}
.caseitem:nth-child(4) .caseimage {
  background: url("./../../image/home/case4.png") center / cover no-repeat;
}
.caseitem:nth-child(5) .caseimage {
  background: url("./../../image/home/case5.png") center / cover no-repeat;
}
.caseitem {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.caseitem:nth-of-type(2n) {
  margin-top: 50px;
}
.caseitem:nth-of-type(1),
.caseitem:nth-of-type(5) {
  margin-top: 100px;
}
.caseitem p {
  background-color: #fff;
  padding: 0 6px;
  font-weight: 600;
}
.alignright {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 740px) {
  .alignright {
    width: 90%;
  }
  .usecase .bg {
    height: auto;
  }
  .caseitems {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    justify-content: flex-start;
    width: 438px;
    margin: 0 auto;
  }
  .caseitem {
    justify-content: flex-start;
  }
  .caseitem:nth-of-type(2n) {
    margin-top: 106px;
  }
  .caseitem:nth-of-type(1) {
    margin-top: 1rem;
  }
  .caseitem:nth-of-type(3),
  .caseitem:nth-of-type(5) {
    margin-top: -40px;
  }
  .caseitem:nth-of-type(5) {
    margin-bottom: 1rem;
  }
  .caseitem p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 210px;
    padding: 4px 0;
  }
}
@media screen and (max-width: 460px) {
  .caseitems {
    width: 340px;
  }
  .caseimage {
    width: 160px;
    height: 160px;
  }
  .caseitem p {
    font-size: 12px;
    line-height: 16px;
    width: 170px;
  }
}
/*プラン紹介*/
section.plan {
  /* background: url("./../../image/home/plan_bg.png") center / contain no-repeat; */
}
.planblock {
  position: relative;
  width: 640px;
  text-align: center;
  border-radius: 10px;
  background-color: white;
  color: black;
  box-sizing: border-box;
  z-index: 1;
  margin: 80px auto 40px;
}

.planblock::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6px; /* グラデーションボーダーの幅 */
  background: linear-gradient(to right, #B2ECE3, #FFFFD2);
  border-radius: inherit;
  z-index: -1;
  box-sizing: border-box;

  mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
}

.planmds {
  background: linear-gradient(86deg, #34d8bf 0%, #70cdff 100%);
  padding: 1rem 4.5rem;
  font-weight: 500;
  font-size: 18px;
  border-radius: 4px;
  margin: -25px auto 0;
  color: #fff;
  display: inline-block;
  position: relative;
}
 .men{
  width: 240px;
  position: absolute;
  right: -140px;
bottom: 0;
}
.planbig{
  font-weight: 800;
  font-size: 42px;
  line-height: 46px;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.planflex{
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 0 3rem;
}
.planflex p{
  font-weight: 500;
}
.planflex .small{
  font-weight: 400;
}
.planbig .normalsize{
  font-size: 20px;
  font-weight: 600;
}
.plane{
  width: 36px;
  height: auto;
  display: inline-block;
  margin: 0 1rem;
}
.planimage {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
}
.planimage_one {
  width: 650px;
  margin: 20px auto;
}
.planimage_two {
  max-width: 780px;
  margin: 20px auto;
}
@media screen and (max-width: 740px) {
  .planimage_one {
    width: 80%;
  }
  .planimage_two {
    width: 90%;
  }
  .planimage{
    padding: 0 0 10px;
  }
  .planblock{
    margin-top: 140px;
    width: 100%;
    margin-bottom: 0;
  }
  .men{
    left: 10px;
    bottom: 57px;
  }
  .planmds{
    width: 290px;
    font-size: 16px;
    padding: 1rem;
    height: 57px;
  }
  .planbig{
    flex-direction: column;
    align-items: center;
    gap: .5rem;
  }
  .planbig .flex{
    align-items: baseline;
  }
}
/**/
section.info {
}
.infoblock {
  background: url("./../../image/home/info_bg.png") center / cover no-repeat;
  background-position: 0 60px;
  position: relative;
}
.contentpaper {
  max-width: 750px;
  width: 96%;
  background-color: #fff;
  margin: 100px auto;
  box-shadow: 0 3px 3px rgb(0, 0, 0, 0.1);
  padding: 3rem 2rem;
}
.contentpaper h4 {
  font-weight: 300;
  margin: 20px auto;
  text-align: center;
}
.contentpaper p.bold {
  text-align: center;
}
.contentpaper p.bold span {
  display: inline-block;
  margin: 0 1rem;
  font-size: 24px;
  font-weight: 100;
}
.contentpaper .logo {
  max-width: 350px;
  width: 100%;
  height: auto;
  display: block;
  margin: 20px auto 0;
}
.obi {
  position: absolute;
  max-width: 970px;
  width: 100%;
  margin: 20px auto;
  left: 50%;
  transform: translateX(-50%);
}
.obi_ura {
  height: 200px;
}
@media screen and (max-width: 740px) {
  .infoblock{
      background-position: 0 100px;
  }
  .contentpaper {
    width: 90%;
  }
  .obi {
    width: 100%;
    position: initial;
    left: auto;
    transform: initial;
  }
  .obi_ura {
    display: none;
  }
}
/*ニュース*/
.newssec {
  flex-direction: column;
  gap: 1rem;
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 40px 0;
  max-width: 800px;
  margin: 0 auto;
}
.newsbox {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-direction: row;
}
.datebox {
  color: #666;
  font-size: 0.7rem;
  margin-right: 1rem;
}
.newslink {
  color: #000;
  font-size: 0.8rem;
  line-height: 30px;
  text-align: left;
  font-weight: 600;
}
.chip {
  font-size: 12px;
  background-color: #a7a7a7;
  color: #fff;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 70px;
}
.chip.blog {
  background-color: #34d8bf;
}
@media screen and (max-width: 740px) {
  main{
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 740px) {
  .leftbox {
    gap: 1rem;
    flex-direction: row;
  }
  .newsbox {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
