@media screen and (min-width: 769px) {
  .pc {
    display: block !important
  }

  .sp {
    display: none !important
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important
  }

  .sp {
    display: block !important
  }
}

* {
  box-sizing: border-box
}

img {
  max-width: 100%
}

body,
h1,
h2,
li,
p,
ul {
  margin: 0;
  padding: 0
}

html,
body {
  scroll-padding-top: 113px;

}

body {
  font-family: "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5
}

body.has-navbar-fixed-top {
  padding-top: 0
}

h1 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 5rem;
  border-bottom: 4px solid #00adba;
  display: inline-block;
}

h3 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 5% 0
}

.section.is-medium {
  padding: 5rem 1.5rem text-align: center;
}

.section.is-medium2 {
  padding: 0 0 5rem
}

.text-center {
  text-align: center;
}

.breadcrumb a {
  color: #00adba !important;
}

.menulist {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
}

.menulist a:hover {
  color: #00adba !important;
}

.menulist a:focus {
  color: #00adba !important;
}

h2 {
  text-align: center;
  margin-bottom: 30px;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: -50px;
  background: #00adba;
  opacity: 0.6;
  border-radius: 50%;
  z-index: 100;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -15px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 25px;
  }
}

@media screen and (max-width: 414px) {
  h1 {
    font-size: 20px;
  }

  h3 {
    font-size: 1rem
  }
}

@media screen and (max-width: 375px) {
  h1 {
    font-size: 18px;
  }
}

.movetext {
  text-align: center;
  font-size: 2.5vw;
  font-weight: bold;
  padding-bottom: 4rem
}

.movetext2 {
  text-align: center;
  font-size: 2vw;
  font-weight: bold;
  padding-bottom: 4rem
}

@media screen and (max-width: 768px) {
  .movetext {
    font-size: 4vw;
  }

  .movetext2 {
    font-size: 3vw
  }
}

@media screen and (max-width: 414px) {
  .movetext {
    font-size: 4.9vw
  }

  .movetext .br::before {
    content: "\A";
    white-space: pre
  }

  .movetext2 {
    font-size: 4vw
  }
}

@media screen and (max-width: 375px) {
  .movetext {
    font-size: 5.5vw
  }

  .movetext2 {
    font-size: 5vw
  }
}

@media screen and (max-width: 320px) {
  .movetext {
    padding-bottom: 3rem
  }
}

@media screen and (min-width: 2000px) {
  .movetext {
    font-size: 2vw
  }
}

header {
  z-index: 101;
  position: fixed;
  background: #fff;
  padding: 10px;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #f5f5f5
}

.buttons {
  text-align: right;
  display: flex;
}

.buttons:not(:last-child) {
  margin-bottom: 0
}

.buttons .button {
  margin-bottom: 0;
  z-index: 100;
}

.button.is-primary {
  background-color: #00adba
}

.login {
  border: 1px solid #00adba;
  color: #00adba
}

.login:hover {
  border: 1px solid #00c4a7;
  color: #00c4a7;
}

.navbar-brand {
  width: 20%;
  align-items: center;
  position: absolute;
  top: 27px;
}

.navbar-menu {
  align-items: center;
  max-width: 1300px
}

.navbar-menu a:hover {
  color: #00adba !important;
}

.navbar-menu :focus {
  color: #00adba !important;
}

.navbar-item {
  text-align: center;
  display: block;
  padding: 0.5rem 0.75rem
}

.navbar-start {
  margin: 0 1.5rem;
  height: 3.5rem
}

@media screen and (max-width: 1200px) {
  .navbar-item {
    font-size: 88%
  }
}

@media screen and (min-width: 1600px) {
  .navbar-brand {
    top: -10px
  }
}

@media screen and (min-width: 2000px) {
  .navbar-brand {
    top: -20px
  }
}

@media screen and (max-width: 768px) {
  .navbar-brand {
    width: 30%;
    top: 3px;
  }

  .buttons {
    margin-right: 40px;
  }

  .cp_offcm01 {
    position: absolute;
    top: -3px;
    right: 0px;
    display: inline-block;
  }

  .movetext {
    padding-bottom: 1rem;
  }

  /* menu */
  .cp_offcm01 .cp_menu {
    position: fixed;
    top: 0;
    right: -100vw;
    width: 250px;
    height: 100%;
    cursor: pointer;
    -webkit-transition: 0.53s transform;
    transition: 0.53s transform;
    -webkit-transition-timing-function: cubic-bezier(.38, .52, .23, .99);
    transition-timing-function: cubic-bezier(.38, .52, .23, .99);
    background-color: #00adba;
    z-index: 1000;
  }

  .cp_offcm01 .cp_menu ul {
    margin: 0;
    padding: 0;
  }

  .cp_offcm01 .cp_menu li {
    list-style: none;
  }

  .cp_offcm01 .cp_menu li a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
  }

  .cp_menu li a:hover {
    background: #00c4a7;
  }

  .cp_offcm01 #cp_toggle01 {
    position: absolute;
    display: none;
    opacity: 0;
  }

  .cp_offcm01 #cp_toggle01:checked~.cp_menu {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw);
  }

  /* menu toggle */
  .cp_offcm01 #cp_toggle01~label {
    display: block;
    padding: 10px;
    cursor: pointer;
    -webkit-transition: 0.5s transform;
    transition: 0.5s transform;
    -webkit-transition-timing-function: cubic-bezier(.61, -0.38, .37, 1.27);
    transition-timing-function: cubic-bezier(.61, -0.38, .37, 1.27);
    text-align: center;
    color: #00adba;
  }

  .cp_offcm01 #cp_toggle01:checked~label {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
  }

  .cp_offcm01 #cp_toggle01~label::before {
    font-family: 'FontAwesome';
    content: '\f0c9';
    font-size: 2em
  }

  .cp_offcm01 #cp_toggle01:checked~label::before {
    content: '\f00d';
  }

}

@media screen and (max-width: 414px) {

  .buttons .button {
    margin-bottom: 0;
    padding: 1rem 0.8rem;
    z-index: 100
  }

  .buttons strong {
    font-size: 3vw
  }
}

.main_imgBox {
  height: 750px;
  overflow: hidden;
  position: relative;
  top: 108px;
}

.main_imgBox .main_txt {
  color: #fff;
  z-index: 11;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  height: auto;
  padding: 0px 20px;
  text-shadow: 1px 2px 3px #808080;
  font-family: Noto Sans SC, メイリオ, Meiryo, ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, ＭＳ Ｐゴシック, MS PGothic, sans-serif
}

.main_txt .size01 {
  font-size: 20px;
  margin-bottom: 30px;
}

.main_txt .size02 {
  font-size: 25px;
}

.main_txt .size03 {
  font-size: 50px;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.2;
}

.main_imgBox .main_img {
  z-index: 10;
  opacity: 0;
  width: 100%;
  height: 750px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 30s 0s infinite;
  animation: anime 30s 0s infinite
}

.main_imgBox .main_img:nth-of-type(2) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  background-image: url(../image/slide01.jpg)
}

.main_imgBox .main_img:nth-of-type(3) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  background-image: url(../image/slide02.jpg)
}

.main_imgBox .main_img:nth-of-type(4) {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  background-image: url(../image/slide03.jpg)
}

.main_imgBox .main_img:nth-of-type(5) {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  background-image: url(../image/slide04.jpg)
}

.main_imgBox .main_img:nth-of-type(6) {
  -webkit-animation-delay: 20s;
  animation-delay: 20s;
  background-image: url(../image/slide05.jpg)
}

.main_imgBox .main_img:nth-of-type(7) {
  -webkit-animation-delay: 25s;
  animation-delay: 25s;
  background-image: url(../image/slide06.jpg)
}

@media screen and (max-width: 768px) {
  .main_imgBox .main_img:nth-of-type(2) {
    background-image: url(../image/slide01_ipad.jpg)
  }

  .main_imgBox .main_img:nth-of-type(3) {
    background-image: url(../image/slide02_ipad.jpg)
  }

  .main_imgBox .main_img:nth-of-type(4) {
    background-image: url(../image/slide03_ipad.jpg)
  }

  .main_imgBox .main_img:nth-of-type(5) {
    background-image: url(../image/slide04_ipad.jpg)
  }

  .main_imgBox .main_img:nth-of-type(6) {
    background-image: url(../image/slide05_ipad.jpg)
  }

  .main_imgBox .main_img:nth-of-type(7) {
    background-image: url(../image/slide06_ipad.jpg)
  }

  .main_imgBox {
    top: 60px;
  }
  .main_txt .size01 {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .main_txt .size02 {
    font-size: 20px;
  }

  .main_txt .size03 {
    font-size: 45px;

  }
}

@media screen and (max-width: 414px) {
  .main_imgBox .main_img:nth-of-type(2) {
    background-image: url(../image/slide01_sp.jpg)
  }

  .main_imgBox .main_img:nth-of-type(3) {
    background-image: url(../image/slide02_sp.jpg)
  }

  .main_imgBox .main_img:nth-of-type(4) {
    background-image: url(../image/slide03_sp.jpg)
  }

  .main_imgBox .main_img:nth-of-type(5) {
    background-image: url(../image/slide04_sp.jpg)
  }

  .main_imgBox .main_img:nth-of-type(6) {
    background-image: url(../image/slide05_sp.jpg)
  }

  .main_imgBox .main_img:nth-of-type(7) {
    background-image: url(../image/slide06_sp.jpg)
  }
}

@keyframes anime {
  0% {
    opacity: 0
  }

  8% {
    opacity: 1
  }

  17% {
    opacity: 1
  }

  25% {
    opacity: 0;
    transform: scale(1.2);
    z-index: 9
  }

  100% {
    opacity: 0
  }
}


@media screen and (max-width: 414px) {

  .main_txt .size01 {
    font-size: 1rem !important;
    margin-bottom: 30px;
  }

  .main_txt .size03 {
    font-size: 40px;
  }

  .main_txt .size04 {
    font-size: 18px;
    margin-bottom: 30px;;
  }
}

@media screen and (max-width: 375px) {
  .main_txt .size01 {
    font-size: 0.9rem !important;
    margin-bottom: 30px;
  }

  .main_txt .size03 {
    font-size: 35px;
  }

}


@media screen and (max-width: 320px) {
  .main_txt .size01 {
    font-size: 0.8rem !important;
    margin-bottom: 30px;
  }


  .main_txt .size04 .br::before {
    content: "\A";
    white-space: pre
  }
}

#news {
  margin-top: 113px
}

#news h1 {
  margin-bottom: 3rem
}

@media screen and (max-width: 768px) {
  #news .table tbody {
    font-size: 12px;
  }
}

@media screen and (max-width: 414px) {
  #news {
    margin-top: 80px
  }

  #news h1 {
    margin-bottom: 1rem
  }
}

#trouble .trouble_1 {
  color: #191970;
  display: flex;
  margin: 0 auto;
  position: relative;
  margin-bottom: 4rem;
  justify-content: center;
  align-items: center;
  max-width: 1400px
}

#trouble .trouble_1 li {
  list-style: none;
  justify-content: space-between;
  width: 50%;
  font-size: 1.1vw;
  font-weight: bold;
  text-align: center
}

#trouble .trouble_1 li p {
  position: absolute;
  top: 40%
}

#trouble .trouble_1 li img {
  width: 100%
}

#trouble .trouble_1 .li1 p {
  left: 1.2%
}

#trouble .trouble_1 .li2 p {
  left: 29%
}

#trouble .trouble_1 .li3 p {
  left: 54%
}

#trouble .trouble_1 .li4 p {
  left: 78%
}

@media screen and (min-width: 1600px) {
  .trouble_1 li {
    font-size: 1vw !important
  }

  .trouble_1 .li1 p {
    left: 1.6% !important
  }

  .trouble_1 .li2 p {
    left: 30% !important
  }

  .trouble_1 .li3 p {
    left: 55% !important
  }

  .trouble_1 .li4 p {
    left: 79% !important
  }
}

@media screen and (min-width: 1650px) {
  .trouble_1 li {
    font-size: 0.9vw !important
  }
}

@media screen and (min-width: 2000px) {
  .trouble_1 .li1 p {
    left: 0.5% !important
  }

  .trouble_1 .li2 p {
    left: 29% !important
  }

  .trouble_1 .li3 p {
    left: 54% !important
  }

  .trouble_1 .li4 p {
    left: 78% !important
  }
}

@media screen and (min-width: 2100px) {
  .trouble_1 li {
    font-size: 0.8vw !important
  }
}

@media screen and (min-width: 2300px) {
  .trouble_1 li {
    font-size: 0.7vw !important
  }
}

@media screen and (max-width: 768px) {
  #trouble .trouble_1 {
    flex-wrap: wrap;
    margin-bottom: 4rem
  }

  #trouble .trouble_1 li {
    width: 50%;
    font-size: 2.6vw
  }

  #trouble .trouble_1 li p {
    position: absolute
  }

  #trouble .trouble_1 li img {
    width: 90%
  }

  #trouble .trouble_1 .li1 p {
    top: 18%;
    left: 7%;
    width: 36%;
    text-align: center
  }

  #trouble .trouble_1 .li2 p {
    top: 19%;
    left: 63%
  }

  #trouble .trouble_1 .li3 p {
    top: 68%;
    left: 7%;
    width: 35%;
    text-align: center
  }

  #trouble .trouble_1 .li4 p {
    top: 68%;
    left: 60%
  }
}

@media screen and (max-width: 414px) {
  #trouble .trouble_1 {
    flex-wrap: wrap;
    margin-bottom: 1rem
  }

  #trouble .trouble_1 li {
    width: 50%;
    font-size: 2.8vw
  }

  #trouble .trouble_1 li p {
    position: absolute
  }

  #trouble .trouble_1 li img {
    width: 100%
  }

  #trouble .trouble_1 .li1 p {
    left: 6%
  }

  #trouble .trouble_1 .li2 p {
    top: 18%;
    left: 61%
  }

  #trouble .trouble_1 .li3 p {
    top: 68%;
    left: 7%
  }

  #trouble .trouble_1 .li4 p {
    top: 68%;
    left: 58%
  }
}

@media screen and (max-width: 360px) {
  #trouble .trouble_1 {
    flex-wrap: wrap;
    margin-bottom: 1rem
  }

  #trouble .trouble_1 li {
    width: 50%;
    font-size: 2.8vw
  }

  #trouble .trouble_1 li p {
    position: absolute
  }

  #trouble .trouble_1 li img {
    width: 100%
  }

  #trouble .trouble_1 .li1 p {
    left: 7%
  }

  #trouble .trouble_1 .li2 p {
    left: 61%
  }

  #trouble .trouble_1 .li4 p {
    left: 57%
  }
}

@media screen and (max-width: 320px) {
  #trouble .trouble_1 {
    flex-wrap: wrap;
    margin-bottom: 1rem
  }

  #trouble .trouble_1 li {
    width: 50%;
    font-size: 2.8vw
  }

  #trouble .trouble_1 li p {
    position: absolute
  }

  #trouble .trouble_1 li img {
    width: 100%
  }

  #trouble .trouble_1 .li1 p {
    top: 17%;
    left: 5%;
    width: 39%
  }

  #trouble .trouble_1 .li2 p {
    top: 17%;
    left: 59%
  }

  #trouble .trouble_1 .li3 p {
    top: 67%
  }

  #trouble .trouble_1 .li4 p {
    top: 67%;
    left: 56%
  }
  .main_txt .size02 {
    font-size: 18px;
}
}

#trouble .trouble_2 {
  padding: 2rem;
  font-size: 1.25rem;
  margin: 0 auto;
  max-width: 1400px;
  border-radius: 10px
}

#trouble .trouble_2 .center {
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
  justify-content: center;
  align-items: center
}

#trouble .trouble_2 .center .sns-ad-cost2 {
  width: 25%;
  text-align: right
}

#trouble .trouble_2 .center .sns-ad-cost2 img {
  width: 70%
}

#trouble .trouble_2 .center ul {
  margin: 3% auto;
  width: 60%;
  font-size: 1.1rem
}

#trouble .trouble_2 .center ul li {
  margin-bottom: 5%;
  line-height: 1.5
}

#trouble .trouble_2 .center ul li:last-child {
  margin-bottom: 0
}

#trouble .trouble_2 .center ul li span {
  color: #191970;
  font-size: 1.8rem;
  font-weight: bold
}

@media screen and (max-width: 768px) {
  #trouble .trouble_2 {
    padding: 2rem;
    font-size: 1.25rem;
    margin: 0 auto;
    max-width: 675px
  }

  #trouble .trouble_2 .center {
    position: relative
  }

  #trouble .trouble_2 .center .sns-ad-cost2 {
    width: 25%;
    position: absolute;
    bottom: 0;
    right: 0
  }

  #trouble .trouble_2 .center .sns-ad-cost2 img {
    width: 70%
  }

  #trouble .trouble_2 .center ul {
    margin: 0 auto;
    width: 100%;
    font-size: 1rem
  }

  #trouble .trouble_2 .center ul li {
    margin-bottom: 5%;
    line-height: 1.5
  }

  #trouble .trouble_2 .center ul li:last-child {
    margin-bottom: 0
  }

  #trouble .trouble_2 .center ul li span {
    color: #191970;
    font-size: 1.4rem;
    font-weight: bold
  }
}

@media screen and (max-width: 414px) {
  #trouble .trouble_2 {
    padding: 1.5rem;
    font-size: 1.25rem
  }

  #trouble .trouble_2 .center {
    position: relative
  }

  #trouble .trouble_2 .center .sns-ad-cost2 {
    width: 25%;
    position: absolute;
    bottom: 0;
    right: 0
  }

  #trouble .trouble_2 .center .sns-ad-cost2 img {
    width: 70%
  }

  #trouble .trouble_2 .center ul {
    margin: 0 auto;
    width: 100%;
    font-size: 0.8rem;
    padding-right: 0
  }

  #trouble .trouble_2 .center ul li {
    margin-bottom: 8%;
    line-height: 1.5
  }

  #trouble .trouble_2 .center ul li:last-child {
    margin-bottom: 0
  }

  #trouble .trouble_2 .center ul li span {
    font-size: 1rem
  }
}

@media screen and (max-width: 375px) {
  #trouble .trouble_2 {
    padding: 1.5rem;
    font-size: 1.25rem
  }

  #trouble .trouble_2 .center {
    position: relative
  }

  #trouble .trouble_2 .center ul li {
    margin-bottom: 6%
  }

  #trouble .trouble_2 .center ul li span {
    font-size: 0.9rem
  }
}

@media screen and (max-width: 320px) {
  .section.is-medium {
    padding: 4rem 1rem
  }
}

.sns-operation1 {
  display: flex
}

.sns-operation1 .image {
  width: 50%
}

.sns-operation1 .image img {
  width: 100%;
  margin: 0 auto
}

.sns-operation1 .sns-right {
  width: 50%;
  background: #05acb9;
  color: #fff;
  padding: 5%;
  line-height: 1.8
}

.sns-operation1 .sns-right p {
  padding-bottom: 5%;
  font-size: 1.1vw
}

.sns-operation1 .sns-right .visual {
  line-height: 2.2
}

.sns-operation1 .sns-right span {
  font-size: 1.4vw;
  font-weight: bold
}

.sns-operation2 {
  display: flex
}

.sns-operation2 .image {
  width: 50%
}

.sns-operation2 .image img {
  width: 100%;
  margin: 0 auto
}

.sns-operation2 .sns-left {
  width: 50%;
  background: #05acb9;
  color: #fff;
  padding: 5%;
  line-height: 1.8
}

.sns-operation2 .sns-left p {
  padding-bottom: 5%;
  font-size: 1.1vw
}

.sns-operation2 .sns-left span {
  font-size: 1.4vw;
  font-weight: bold
}

@media screen and (max-width: 768px) {
  .sns-operation1 {
    display: block
  }

  .sns-operation1 .image {
    width: 100%
  }

  .sns-operation1 .image img {
    width: 100%;
    margin: 0 auto 5%
  }

  .sns-operation1 .sns-right {
    width: 100%;
    padding: 5%;
    line-height: 1.8
  }

  .sns-operation1 .sns-right p {
    padding-bottom: 5%;
    font-size: 1rem
  }

  .sns-operation1 .sns-right .visual {
    line-height: 2.2
  }

  .sns-operation1 .sns-right span {
    font-size: 1.5rem;
    font-weight: bold
  }

  .sns-operation2 {
    display: block
  }

  .sns-operation2 .image {
    width: 100%
  }

  .sns-operation2 .image img {
    width: 100%;
    margin: 5% auto
  }

  .sns-operation2 .sns-left {
    width: 100%;
    padding: 5%;
    line-height: 1.8
  }

  .sns-operation2 .sns-left p {
    padding-bottom: 5%;
    font-size: 1rem
  }

  .sns-operation2 .sns-left span {
    font-size: 1.5rem;
    font-weight: bold
  }
}

@media screen and (max-width: 414px) {
  .sns-operation1 {
    display: block
  }

  .sns-operation1 .sns-right {
    width: 100%;
    padding: 10%;
    line-height: 1.5
  }

  .sns-operation1 .sns-right p {
    padding-bottom: 5%;
    font-size: 3.5vw;
    text-align: justify
  }

  .sns-operation1 .sns-right .visual {
    line-height: 1.5;
    padding-bottom: 0
  }

  .sns-operation1 .sns-right span {
    font-size: 4vw;
    font-weight: bold
  }

  .sns-operation2 {
    display: block
  }

  .sns-operation2 .sns-left {
    width: 100%;
    padding: 10%;
    line-height: 1.5
  }

  .sns-operation2 .sns-left p {
    padding-bottom: 5%;
    font-size: 3.5vw;
    text-align: justify
  }

  .sns-operation2 .sns-left span {
    font-size: 4vw;
    font-weight: bold
  }
}

#follower .contents {
  background: #f6fafd
}

#follower .contents .during {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2%;
  align-items: center
}

#follower .contents .during .txt {
  width: 70%;
  line-height: 2;
  text-align: left
}

#follower .contents .during .txt ul {
  font-size: 1.3rem
}

#follower .contents .during .txt ul span {
  font-weight: bold;
  color: #00adba
}

#follower .contents .during .txt p {
  padding-top: 1rem;
  width: 70%;
  text-align: justify
}

#follower .contents .during .txt p span {
  font-weight: bold
}

#follower .contents .during .girl {
  width: 40%;
  padding-top: 3rem
}

#follower .contents .during .girl img {
  width: 100%
}

#follower .catchcopy {
  text-align: center;
  font-size: 1.4em;
  color: #191970;
  font-weight: bold;
  margin-top: 5rem
}

@media screen and (max-width: 768px) {
  #follower .contents {
    background: #f6fafd
  }

  #follower .contents .during {
    margin: 0 auto;
    padding: 0 1.5rem
  }

  #follower .contents .during .txt {
    width: 70%;
    line-height: 1.8;
    text-align: left;
    padding: 1%
  }

  #follower .contents .during .txt ul {
    font-size: 1.1rem
  }

  #follower .contents .during .txt p {
    padding-top: 1rem;
    width: 100%;
    text-align: justify
  }

  #follower .contents .during .txt p span {
    font-weight: bold
  }

  #follower .contents .during .girl {
    width: 40%;
    padding-top: 3rem
  }

  #follower .contents .during .girl img {
    width: 100%
  }

  .catchcopy {
    padding: 0 1.5rem
  }
}

@media screen and (max-width: 414px) {
  #follower .contents .during {
    display: block;
    padding: 1rem 1rem 0
  }

  #follower .contents .during .txt {
    width: 100%;
    line-height: 1.8;
    text-align: left;
    padding: 1%
  }

  #follower .contents .during .txt ul {
    font-size: 1rem
  }

  #follower .contents .during .txt p {
    padding-top: 1rem;
    width: 100%;
    text-align: justify
  }

  #follower .contents .during .txt p span {
    font-weight: bold
  }

  #follower .contents .during .girl {
    width: 80%;
    padding-top: 0;
    margin: 0 auto
  }

  #follower .contents .during .girl img {
    width: 100%
  }

  .catchcopy {
    font-size: 1rem !important;
    padding: 0 1rem;
    margin-top: 5rem
  }
}

@media screen and (max-width: 375px) {
  #follower .contents .during .girl {
    width: 80%;
    padding-top: 0;
    margin: 1rem auto 0
  }

  #follower .contents .during .girl img {
    width: 100%
  }

  #follower .contents .during .txt p {
    font-size: 0.8rem
  }

  #follower .contents .during .txt ul {
    font-size: 0.9rem
  }

  #follower .catchcopy {
    font-size: 0.9rem !important
  }
}

@media screen and (max-width: 360px) {
  #follower .contents .during .txt ul {
    font-size: 0.8rem
  }
}

.lp-section-button1 {
  margin: 0 5rem 5rem;
  display: flex;
  justify-content: center;
  align-items: center
}

.lp-section-button1 .lp-button {
  display: block;
  width: 260px;
  color: #fff;
  background: linear-gradient(skyblue, #00adba);
  margin: 0 0 0 10px;
  padding: 15px 0;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(33, 33, 33, 0.22);
  border-width: 0;
  cursor: pointer
}

.lp-section-button1 .lp-button:hover {
  background: #00adba
}

.lp-section-button1 p {
  font-size: 1.2rem;
  font-weight: bold
}

.lp-section-button1 p:after {
  content: "▶︎▶︎";
  color: #00adba;
  padding: 0 5px;
  font-size: 1.2rem
}

.lp-section-button2 {
  margin: 0 5rem 5rem;
  display: flex;
  justify-content: center;
  align-items: center
}

.lp-section-button2 .lp-button {
  display: block;
  width: 260px;
  color: #fff;
  background: linear-gradient(skyblue, #00adba);
  margin: 0 0 0 10px;
  padding: 15px 0;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(33, 33, 33, 0.22);
  border-width: 0;
  cursor: pointer
}

.lp-section-button2 .lp-button:hover {
  background: #00adba
}

.lp-section-button2 p {
  font-size: 1.2rem;
  font-weight: bold
}

.lp-section-button2 p:after {
  content: "▶︎▶︎";
  color: #00adba;
  padding: 0 5px;
  font-size: 1.2rem
}

@media screen and (max-width: 414px) {
  .lp-section-button1 {
    margin: 0 1.5rem 5rem;
    display: block
  }

  .lp-section-button1 .lp-button {
    display: block;
    width: 100%;
    margin: 10px 0 0
  }

  .lp-section-button1 p {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center
  }

  .lp-section-button1 p:after {
    content: "▼";
    color: #00adba;
    padding: 0 5px;
    font-size: 1.2rem
  }

  .lp-section-button2 {
    margin: 0 1.5rem 5rem;
    display: block
  }

  .lp-section-button2 .lp-button {
    display: block;
    width: 100%;
    margin: 10px 0 0
  }

  .lp-section-button2 p {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center
  }

  .lp-section-button2 p:after {
    content: "▼";
    color: #00adba;
    padding: 0 5px;
    font-size: 1.2rem
  }
}

#service .size01 {
  font-size: 1.3rem;
  text-align: center
}

#service .size02 {
  font-size: 1.3rem;
  text-align: center;
  margin: 3rem 0 5rem
}

#service .size03 {
  font-size: 1.2rem;
  text-align: center;
  margin: 5rem 0
}

#service .figure {
  background: #fff;
  border-radius: 10px;
  border: solid 2px #00adba;
  padding: 2rem;
  max-width: 1100px;
  margin: 0 auto
}

#service .figure ul {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.8rem
}

#service .figure ul li {
  text-align: center;
  justify-content: space-between;
  padding: 0 2rem
}

#service .figure ul li img {
  width: 60%
}

#service .service {
  margin: 0 auto;
  background: #fff;
  max-width: 1100px;
  text-align: center
}

#service .service img {
  width: 70%;
  margin: 0 auto
}

@media screen and (max-width: 768px) {
  #service .figure ul {
    font-size: 1rem
  }

  #service .figure ul li {
    padding: 0 0.5rem
  }

  #service .service_sp {
    position: relative
  }

  #service .service_sp .txt01 {
    font-weight: bold;
    font-size: 3vw;
    text-align: center;
    position: absolute;
    top: 8%;
    left: 17%
  }

  #service .service_sp .txt02 {
    font-weight: bold;
    font-size: 3vw;
    text-align: center;
    position: absolute;
    top: 48%;
    left: 19%
  }

  #service .service_sp .txt03 {
    font-weight: bold;
    font-size: 3vw;
    text-align: center;
    position: absolute;
    top: 77%;
    left: 17%
  }

  #service .service_sp .txt04 {
    font-size: 2.8vw;
    text-align: left;
    position: absolute;
    top: 5%;
    left: 67%;
    padding: 1%
  }

  #service .service_sp .txt05 {
    font-size: 2.8vw;
    text-align: left;
    position: absolute;
    top: 44%;
    left: 67%;
    padding: 1%
  }

  #service .service_sp .txt06 {
    font-size: 2.8vw;
    text-align: left;
    position: absolute;
    top: 70%;
    left: 67%;
    padding: 1%
  }
}

@media screen and (max-width: 414px) {
  #service .service img {
    width: 100%
  }

  #service .size01 {
    font-size: 1.3rem;
    text-align: center
  }

  #service .size02 {
    font-size: 1.3rem;
    text-align: center;
    margin: 3rem 0 4rem
  }

  #service .size03 {
    font-size: 1rem;
    text-align: center;
    margin: 4rem 0
  }

  #service .size04 {
    font-size: 1rem;
    text-align: center;
    padding-bottom: 2%
  }

  #service .figure {
    padding: 1.1rem;
    margin: 0 auto
  }

  #service .figure ul {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.6rem
  }

  #service .figure ul li {
    text-align: center;
    justify-content: space-between;
    padding: 0 0.3rem
  }

  #service .figure ul li img {
    width: 100%
  }

  #service .service_sp {
    position: relative
  }

  #service .service_sp .txt01 {
    font-weight: bold;
    font-size: 3vw;
    text-align: center;
    position: absolute;
    top: 7%;
    left: 17%
  }

  #service .service_sp .txt02 {
    font-weight: bold;
    font-size: 3vw;
    text-align: center;
    position: absolute;
    top: 47%;
    left: 19%
  }

  #service .service_sp .txt03 {
    font-weight: bold;
    font-size: 3vw;
    text-align: center;
    position: absolute;
    top: 76%;
    left: 17%
  }
}

@media screen and (max-width: 375px) {
  #service .service img {
    width: 100%
  }

  #service .size01 {
    font-size: 1.2rem;
    text-align: center
  }

  #service .size02 {
    font-size: 1.2rem;
    text-align: center;
    margin: 3rem 0 4rem
  }

  #service .size03 {
    font-size: 1rem;
    text-align: center;
    margin: 4rem 0
  }

  #service .size04 {
    font-size: 0.9rem;
    text-align: center;
    padding-bottom: 2%
  }

  #service .figure {
    padding: 1.2rem;
    margin: 0 auto
  }

  #service .figure ul {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.6rem
  }

  #service .figure ul li {
    padding: 0
  }

  #service .figure ul li img {
    width: 85%
  }
}

@media screen and (max-width: 360px) {
  #service .service img {
    width: 100%
  }

  #service .figure {
    padding: 1.2rem;
    margin: 0 auto
  }

  #service .figure ul {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.6rem
  }

  #service .figure ul li {
    padding: 0
  }

  #service .figure ul li img {
    width: 85%
  }
}

@media screen and (max-width: 320px) {
  #service .service img {
    width: 100%
  }

  #service .size01 {
    font-size: 1.1rem;
    text-align: center
  }

  #service .size02 {
    font-size: 1.1rem;
    text-align: center;
    margin: 3rem 0 4rem
  }

  #service .size03 {
    font-size: 0.9rem;
    text-align: center;
    margin: 4rem 0
  }

  #service .size04 {
    font-size: 0.9rem;
    text-align: center;
    padding-bottom: 2%
  }

  #service .service_sp {
    position: relative
  }

  #service .service_sp .txt05 {
    top: 41%
  }

  #service .service_sp .txt06 {
    top: 64%
  }
}

#function .introduction {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto 5rem
}

#function .introduction li {
  width: 30%;
  margin-right: 2%;
  border: solid 1px #a9a9a9
}

#function .introduction li:last-child {
  margin-right: 0
}

#function .introduction li p {
  min-height: 10rem;
  padding: 0 1rem
}

#function .introduction li img {
  border-bottom: solid 1px #a9a9a9
}

@media screen and (max-width: 768px) {
  #function .introduction {
    display: block;
    margin: 0 auto 5rem
  }

  #function .introduction li {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 2%;
    border: solid 1px #a9a9a9
  }

  #function .introduction li:last-child {
    margin-right: 8%
  }

  #function .introduction li p {
    min-height: 10rem;
    padding: 0 1rem
  }
}

#function .flow1 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 1300px;
  margin: 0 auto
}

#function .flow1 li img {
  width: 90%
}

#function .flow1 p {
  min-height: 5rem;
  margin-left: 10%
}

#function .flow2 {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  max-width: 1300px;
  margin: 0 auto 5rem
}

#function .flow2 li img {
  width: 90%
}

#function .flow2 p {
  min-height: 5rem;
  margin-left: 10%
}

@media screen and (max-width: 768px) {
  #function .flow1 {
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 1300px;
    margin: 0 auto
  }

  #function .flow1 li img {
    width: 100%
  }

  #function .flow1 p {
    min-height: 5rem;
    margin-left: 0
  }

  #function .flow2 {
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 1300px;
    margin: 0 auto 5rem
  }

  #function .flow2 li img {
    width: 100%
  }

  #function .flow2 p {
    min-height: 5rem;
    margin-left: 0
  }
}

#function .analysis {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto
}

#function .analysis li {
  width: 30%;
  margin-right: 2%;
  border: solid 1px #a9a9a9
}

#function .analysis li:last-child {
  margin-right: 0
}

#function .analysis li p {
  min-height: 10rem;
  padding: 0 1rem
}

#function .analysis li img {
  border-bottom: solid 1px #a9a9a9
}

@media screen and (max-width: 768px) {
  #function .analysis {
    display: block;
    justify-content: center;
    align-items: center;
    max-width: 1300px;
    margin: 0 auto
  }

  #function .analysis li {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 2%;
    border: solid 1px #a9a9a9
  }

  #function .analysis li:last-child {
    margin-right: 8%
  }

  #function .analysis li p {
    min-height: 10rem;
    padding: 0 1rem
  }

  #function .analysis li img {
    border-bottom: solid 1px #a9a9a9
  }
}

#flow .flow {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1300px
}

#flow .flow p {
  padding: 0 1rem;
  position: absolute;
  width: 80%;
  top: 67%;
  left: 4%;
  text-align: justify
}

#flow .flow li {
  width: 30%;
  position: relative
}

#flow .flow li .card_brand {
  top: 81%;
  text-align: center;
  font-size: 0.8rem
}

#flow .caution {
  margin: 5rem auto 0;
  max-width: 1000px;
  list-style: square;
  padding: 0 3%
}

#flow .caution .caution_title {
  font-size: 1.7vw;
  padding-bottom: 1%;
  font-weight: bold
}

@media screen and (max-width: 768px) {
  #flow .flow {
    display: block;
    margin: 0 auto;
    max-width: 600px
  }

  #flow .flow p {
    padding: 0 1rem;
    position: absolute;
    width: 80%;
    top: 55%;
    left: 10%;
    font-size: 2.5vw;
    text-align: justify
  }

  #flow .flow li {
    width: 100%;
    position: relative;
    margin-top: -3%
  }

  #flow .flow li .card_brand {
    top: 67%;
    text-align: center;
    font-size: 1rem
  }

  #flow .flow li .step1 {
    position: relative !important;
    z-index: 100 !important
  }

  #flow .flow li p.step01 {
    background: #32bac4;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    width: 20%;
    text-align: center;
    padding: 1%;
    font-size: 3vw;
    top: 7%;
    left: 40%
  }

  #flow .flow li p.step02 {
    background: #32bac4;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    width: 20%;
    text-align: center;
    padding: 1%;
    font-size: 3vw;
    top: 7%;
    left: 40%
  }

  #flow .flow li p.step03 {
    background: #32bac4;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    width: 20%;
    text-align: center;
    padding: 1%;
    font-size: 3vw;
    top: 7%;
    left: 40%
  }

  #flow .flow li p.step04 {
    background: #32bac4;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    width: 20%;
    text-align: center;
    padding: 1%;
    font-size: 3vw;
    top: 7%;
    left: 40%
  }

  #flow .flow li .step_title1 {
    font-weight: bold;
    font-size: 3vw;
    top: 27%;
    left: 33%;
    width: 35%
  }

  #flow .flow li .step_title2 {
    font-weight: bold;
    font-size: 3vw;
    top: 27%;
    left: 30%;
    width: 45%
  }

  #flow .flow li .step_title3 {
    font-weight: bold;
    font-size: 3vw;
    top: 27%;
    left: 32%;
    width: 40%
  }

  #flow .flow li .step_title4 {
    font-weight: bold;
    font-size: 3vw;
    top: 27%;
    left: 38%;
    width: 35%
  }

  #flow .caution .caution_title {
    font-size: 2.8vw
  }
}

@media screen and (max-width: 414px) {
  #flow .flow p {
    width: 85%;
    left: 7%;
    top: 47%
  }

  #flow p {
    font-size: 3.5vw !important
  }

  #flow li {
    width: 100%;
    position: relative
  }

  #flow li .card_brand {
    top: 60% !important;
    text-align: center
  }

  #flow li .step_title1 {
    left: 30% !important;
    width: 45% !important;
    font-size: 3.8vw !important
  }

  #flow li .step_title2 {
    left: 26% !important;
    width: 50% !important;
    font-size: 3.8vw !important
  }

  #flow li .step_title3 {
    left: 28% !important;
    width: 50% !important;
    font-size: 3.8vw !important
  }

  #flow li .step_title4 {
    left: 35% !important;
    font-size: 3.8vw !important
  }

  #flow .caution {
    margin: 2rem auto 0;
    font-size: 0.9rem
  }

  #flow .caution li {
    padding-bottom: 5%
  }

  #flow .caution .caution_title {
    font-size: 4vw !important
  }
}

#plans .plan {
  margin: 0 auto 2rem;
  border: solid 1px #a9a9a9;
  padding: 2%;
  position: relative;
  max-width: 400px
}

#plans .plan ul {
  list-style: disc outside;
  margin: 1.1em 1.5em 1.5em
}

#plans .plan .left {
  text-align: left;
  font-weight: 700
}

#plans .plan p {
  text-align: center;
  padding: 3%
}

#plans .plan .title01 {
  text-align: center;
  font-size: 1.5rem;
  padding: 0 0 5%
}

#plans .plan .cost {
  background: #f5f5f5;
  padding: 2%;
  text-align: center
}

#plans .plan .cost .money1 {
  color: #dc143c;
  font-weight: bold
}

#plans .plan .cost .ya {
  font-weight: bold
}

#plans .plan .cost2 .money1 {
  color: #dc143c;
  font-weight: bold
}

#plans .plan .cost2 .money2 {
  color: #dc143c;
  font-weight: bold;
  font-size: 1.8rem
}

#plans .plan img {
  width: 15%;
  position: absolute;
  top: 13%;
  left: 5%
}

#plans .plan hr {
  margin: 1rem 0
}

#plans .plan .lp-plans-btn:hover {
  background: #008b8b;
  border-radius: 10px
}

@media screen and (max-width: 768px) {
  #plans .plan {
    padding: 3%
  }

  #plans .plan img {
    top: 12%
  }
}

@media screen and (max-width: 414px) {
  #plans .plan {
    padding: 5%;
    margin: 0 auto 2rem
  }

  #plans .text-left {
    text-align: left !important;
    font-size: 0.9rem
  }
}

@media screen and (max-width: 320px) {
  #plans .plan img {
    left: 2%
  }
}

#company table {
  background: #fff;
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
  border: solid 1px #c0c0c0
}

#company table tr {
  border: solid 1px #c0c0c0
}

#company table td {
  border: solid 1px #c0c0c0;
  width: 70%;
  padding: 3%
}

#company table th {
  text-align: center;
  padding: 3%;
  width: 20%;
  background: #f0f8ff
}

@media screen and (max-width: 414px) {
  #company table {
    font-size: 0.9rem
  }

  #company table th {
    width: 22%
  }
}

@media screen and (max-width: 375px) {
  #company table th {
    width: 24%
  }
}

@media screen and (max-width: 320px) {
  #company table {
    font-size: 0.8rem
  }
}