/********
サイトによって異なる
使い回し共通CSS
1.コーディング＞ページ編集＞レイアウト＞全レイアウト共通CSSにコピーして入れる。
********/

@charset "utf-8";
/* CSS Document */

/* -------------------------------------
Browser：IE11 over
-------------------------------------
基本装飾 -サイトにより変更-
-------------------------------------*/

img {
  max-width: 100%;
}
body {
  padding-top: 104px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 72px;
  }
}

/**================================================================================
基本装飾
================================================================================**/
.table .twrap {
  overflow: hidden;
  margin: 20px auto;
  padding: 1px;
  width: 100%;
  border: 3px solid #f12f63;
  border-radius: 15px;
}
.table table {
  margin: 0;
  width: 100%;
  border-collapse: collapse;
  font-weight: 700;
}
.table th,
.table td {
  padding: 10px 5px;
  border-bottom: 1px solid #f12f63;
  border-left: 1px solid #f12f63;
  background: #fff;
  text-align: center;
  font-size: 18px;
}
.table th {
  position: relative;
  width: 25%;
  background: #fde0e8;
  color: #f12f63;
  vertical-align: middle;
}
#trial .table tr > *:first-child {
  border-left: none;
}
#trial .table tr:last-child > * {
  border-bottom: none;
}

.price .table .twrap {
  margin: 20px auto 10px;
  border-color: #16a2a8;
}
.price .table .twrap th {
  background: #d0eced;
  color: #16a2a8;
}
.price .table th,
.price .table td {
  width: auto;
  border-bottom: 1px solid #16a2a8;
  border-left: 1px solid #16a2a8;
}

@media screen and (max-width: 768px) {
  .table .twrap {
    width: 520px;
  }
  .table th,
  .table td {
    padding: 14px 5px;
    border-bottom: 1px solid #f12f63;
    border-left: 1px solid #f12f63;
    background: #fff;
    text-align: center;
    font-size: 16px;
  }

  .form table,
  .form tbody,
  .form tr,
  .form th,
  .form td {
    display: block;
    border: none;
  }
  .form table {
    border-bottom: 1px solid #aaa;
  }
  .form th,
  .form td {
    padding: 10px;
    border: 1px solid #aaa;
    border-bottom: none;
  }
  .form th {
    width: 100%;
  }
}

/**-------------------------------------
必須アイコンの位置
-------------------------------------**/
.require {
  top: 0;
  right: 0.5em;
  bottom: 0;
  margin: auto 5px;
}

/**================================================================================
サイトで必ず異なる
================================================================================**/

/**-------------------------------------
アイコン
-------------------------------------**/
.cat {
  display: inline-block;
  padding: 3px 10px;
}

/**-------------------------------------
見出し
-------------------------------------**/
.titA {
  position: relative;
  margin: 0 auto 50px;
  padding: 20px 0 25px;
  background-color: var(--sky);
  background-size: auto auto;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 34px;
  line-height: 1.4;
}
.titA small {
  position: relative;
  z-index: 10;
  font-size: 21px;
}
.titA div:first-letter,
.titA div span {
  position: relative;
  z-index: 10;
  color: var(--yellow);
}
.titA:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -50px;
  border-width: 40px 50px;
  border-style: solid;
  border-color: var(--sky) transparent transparent transparent;
  content: "";
}
.titA:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: calc(100% + 40px);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 6px, rgba(255, 255, 255, 0.1) 6px, rgba(255, 255, 255, 0.1) 12px);
  content: "";
}
.titB {
  margin: 30px auto;
  text-align: center;
  line-height: 1.5;
}
.titB small {
  color: var(--pink);
  font-weight: 800;
  font-size: 21px;
}
.titB div {
  background: url(../images/bg06.png) no-repeat center bottom 2px;
  font-weight: 800;
  font-size: 34px;
}

@media screen and (max-width: 768px) {
  .titA {
    margin: 0 auto 30px;
    padding: 15px 0 15px;
    font-size: 24px;
  }
  .titA small {
    font-size: 16px;
  }
  .titA:after {
    margin-left: -30px;
    border-width: 20px 30px;
  }

  .titB {
    margin: 20px auto;
  }
  .titB small {
    font-size: 16px;
  }
  .titB div {
    font-size: 24px;
  }
}

/**-------------------------------------
ボタン
-------------------------------------**/
.btnA {
  position: relative;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 40px 15px 15px;
  width: 40vw;
  text-align: center;
  font-size: 1em;
  cursor: pointer;
}
.btnA:after {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto 0;
  height: 1em;
  content: "\e5cc";
  font-family: "Material Icons";
  line-height: 1;
}
.btnA {
  border: 1px solid #aaa;
  background: #fff;
  color: #aaa;
}
.btnA:hover {
  background: #aaa;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .btnA {
    width: 90vw;
  }
}

/**-------------------------------------
背景
-------------------------------------**/
.bg01 {
  padding: 50px 0;
  background: url(../images/bg01.png) repeat center / auto;
  margin: 0 auto 50px;
}

@media screen and (max-width: 768px) {
  .bg01 {
    padding: 25px 0;
  }
}

/**-------------------------------------
テキスト
-------------------------------------**/
.lead {
  padding: 0 5%;
  font-weight: 800;
  text-align: center;
}
#trial p.lead {
  font-size: 1.3em;
}

@media (max-width: 520px) {
  #trial p.lead {
    font-size: 1.16em;
  }
}

/**================================================================================
header
================================================================================**/
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background: #fff url(../images/deco01.png) repeat-x left bottom;
}

header .header {
  display: flex;
  margin: 25px auto 30px;
  width: 1200px;
  justify-content: space-between;
  align-items: center;
}

header .logo {
  width: 200px;
  font-size: 0;
}
header nav {
  display: flex;
  align-items: center;
  gap: 50px;
}
header nav ul {
  display: flex;
  font-weight: 500;

  justify-content: flex-end;
}
header nav ul li {
  padding: 0 0 0 30px;
}
header nav ul li a:hover {
  color: #16a2a8;
}
header nav .h-insta {
  display: block;
  width: 45px;
  aspect-ratio: 1/1;
  background: var(--pink);
  border-radius: 50%;
  position: relative;
}
header nav .h-insta::after {
  content: "";
  display: block;
  width: 60%;
  aspect-ratio: 1/1;
  position: absolute;
  left: 20%;
  top: 20%;
  -webkit-mask: url(../images/ico_insta.svg) center / 100% auto no-repeat;
  mask: url(../images/ico_insta.svg) center / 100% auto no-repeat;
  background: #fff;
}

@media screen and (max-width: 768px) {
  header .header {
    margin: 0;
    width: 100%;
  }
  header .logo {
    width: 180px;
    margin: 0 0 0 5%;
  }
  header {
    padding: 0 0;
    background-size: auto 5px;
  }
  header .header {
    margin: 20px auto;
    width: 100%;
  }
  header nav {
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 1000;
    box-sizing: border-box;
    padding-top: 60px;
    width: 300px;
    height: 100%;
    background: #16a2a8;
    font-size: 16px;
    flex-direction: column;
    align-items: flex-start;
  }
  header nav ul {
    width: 100%;

    flex-flow: column;
  }
  header nav ul li a {
    display: block;
    padding: 10px;
    color: #fff;
    text-decoration: none;
  }
  header nav ul li a:hover {
    color: var(--yellow);
  }

  header nav .h-insta {
    width: 90%;
    aspect-ratio: unset;
    background: none;
    margin-left: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 0;
  }
  header nav .h-insta::before {
    content: "follow us!";
    font-size: 0.8em;
    color: #fff;
    order: 2;
  }
  header nav .h-insta::after {
    width: 30px;
    position: static;
    order: 1;
  }

  header .hamburger {
    position: fixed;
    top: 10px;
    right: 5%;
    z-index: 3;
    z-index: 1500;
    display: block;
    box-sizing: border-box;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #16a2a8;
    color: #fff;
    font-size: 11px;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  header .hamburger span {
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 30px;
    height: 2px;
    background: #fff;
    -webkit-transition: all 400ms;
    transition: all 400ms;
  }
  header .hamburger span:nth-child(1) {
    top: 16px;
  }
  header .hamburger span:nth-child(2) {
    top: 25px;
  }
  header .hamburger span:nth-child(3) {
    top: 34px;
  }
  header .hamburger.open {
    border: 1px solid #fff;
    background: none;
  }
  header .hamburger.open span {
    background: #fff;
  }
  header .hamburger.open span:nth-child(1) {
    top: 24px;
    transform: rotate(45deg);
  }
  header .hamburger.open span:nth-child(2) {
    display: none;
  }
  header .hamburger.open span:nth-child(3) {
    top: 24px;
    transform: rotate(-45deg);
  }
}

/**================================================================================
footer
================================================================================**/
aside {
  background: #fbd200;
}
aside a {
  display: block;
  width: 800px;
  margin: 0 auto -60px;
  position: relative;
  z-index: 2;
}
aside .bg-img {
  height: 500px;
  height: calc(400px + 10vw);
  background: url(../images/bg04.jpg?ver01) no-repeat center / cover;
  margin: 0;
  position: relative;
}
aside .bg-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #000;
  opacity: 0.3;
}
@media screen and (max-width: 768px) {
  aside a {
    width: 90%;
    margin: 0 auto;
    margin-bottom: -50px;
  }
  aside .bg-img {
    height: 270px;
    background-position: top center;
  }
}

footer {
  position: relative;
  padding: 0 0 122px;
  background: var(--pink);
  color: #fff;
}
footer:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50px;
  background: #313131;
  content: "";
}
footer * {
  position: relative;
  z-index: 5;
}
footer .access {
  position: relative;
  top: -50px;
  display: flex;
  margin: 0 auto;
  width: 980px;

  justify-content: space-between;
}
footer .access li {
  width: 48%;
}
footer .access iframe {
  height: 100%;
}
footer figure {
  border: 10px solid #fff;
  border-radius: 30px;
}
footer figure img {
  display: block;
  border-radius: 20px;
}
footer .company {
  position: relative;
  display: flex;
  margin: 0 auto;
  width: 980px;
  font-size: 16px;

  justify-content: space-between;
}
footer .company li {
  width: 48%;
}
footer .company h2 {
  margin-bottom: 5px;
  font-weight: 800;
  font-size: 35px;
  line-height: 1.2;
}
footer .company h2 small {
  font-size: 24px;
}
footer .company p {
  margin: 0 0 5px;
  font-weight: 500;
  font-size: 15px;
}
footer .company dl {
  margin: 0 auto;
  text-align: center;
}
footer .company dl dt {
  position: relative;
  display: inline-block;
  margin: 0 0 1.5em;
  padding: 7px 20px;
  min-width: 120px;
  max-width: 100%;
  border-radius: 50px;
  background: #fff;
  color: #004d9c;
  text-align: center;
  font-weight: 800;
  font-size: 15px;
}
footer .company dl dt:before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 10px 5px;
  border-style: solid;
  border-color: #e0edff transparent transparent transparent;
  content: "";
}
footer .company dl img {
  width: 316px;
}

footer .f-insta-wrapper {
  width: 980px;
  margin: 20px auto 0;
}
footer .f-insta {
  display: flex;
  align-items: center;
  gap: 10px;
}
footer .f-insta::before {
  content: "";
  width: 30px;
  aspect-ratio: 1/1;
  -webkit-mask: url(../images/ico_insta.svg) center / 100% auto no-repeat;
  mask: url(../images/ico_insta.svg) center / 100% auto no-repeat;
  background: #fff;
}
footer .f-insta::after {
  content: "follow us!";
  font-size: 0.8em;
  color: #fff;
}

footer .btns {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  display: flex;
  margin: 0 auto;
  width: 980px;
  text-align: center;
  justify-content: space-between;
}
footer .btns li {
  width: 33%;
  color: #fff;
}
footer .btns li a {
  display: block;
  padding: 20px 0 15px;
  height: 100%;
  border: 3px solid #fff;
  border-bottom: none;
  border-radius: 25px 25px 0 0;
  text-align: center;
  font-weight: 800;
  font-size: 24px;
}
footer .btns li.pink a {
  background-color: rgba(242, 48, 100, 1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 6px, rgba(242, 72, 122, 1) 6px, rgba(242, 72, 122, 1) 12px);
  background-size: auto auto;
}
footer .btns li.green a {
  background-color: rgba(31, 163, 167, 1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 6px, rgba(46, 178, 181, 1) 6px, rgba(46, 178, 181, 1) 12px);
  background-size: auto auto;
}
footer .btns li.blue a {
  background-color: rgba(2, 81, 155, 1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 6px, rgba(0, 103, 170, 1) 6px, rgba(0, 103, 170, 1) 12px);
  background-size: auto auto;
}
footer .btns li.blue a img {
  display: block;
  margin: 8px auto 0;
  width: 70%;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 0 0 15vw;
  }
  footer .access {
    top: -10px;
    margin: 0 auto;
    width: 90%;
    flex-flow: column;
  }
  footer .access li {
    margin: 0 0 15px;
    width: 100%;
  }
  footer .access iframe {
    height: 50vw;
  }
  footer figure {
    border: 8px solid #fff;
  }
  footer figure img {
    width: 100%;
  }
  footer .company {
    width: 90%;
    font-size: 14px;
    flex-flow: column-reverse;
  }
  footer .company li {
    width: 100%;
    margin: 0 0 20px;
  }

  footer .company h2 {
    font-size: 25px;
  }
  footer .company h2 small {
    font-size: 18px;
  }
  footer .company dl dt {
    line-height: 1.5;
  }
  footer .company dl img {
    width: 280px;
  }

  footer .f-insta-wrapper {
    width: 86%;
    margin: 10px auto 25px;
  }

  footer .btns {
    width: 100%;
  }
  footer .btns li a {
    padding: 8px 0 8px;
    border: 2px solid #fff;
    border-radius: 15px 15px 0 0;
    font-size: 3.5vw;
  }
  footer .btns li.blue a img {
    display: none;
  }
  footer .btns li.blue a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--yellow);
  }
  footer .btns li.blue a::before {
    content: "";
    width: 11%;
    aspect-ratio: 3/4;
    mask-image: url(../images/icon_tel.svg);
    background-color: var(--yellow);
  }
}

/**================================================================================
無料体験LP
================================================================================**/
#trial main figure {
  border: 10px solid #fff;
  border-radius: 30px;
}
#trial main figure img {
  display: block;
  border-radius: 20px;
}
#trial main .btn {
  margin: 60px auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #trial main figure {
    border: 8px solid #fff;
    border-radius: 20px;
  }
  #trial main figure img {
    width: 100%;
    border-radius: 10px;
  }
  #trial main .btn {
    width: 90%;
    margin: 40px auto;
    text-align: center;
  }
}

/**-------------------------------------
HERO
-------------------------------------**/
.hero {
  padding: 0 0 10px;
  background: #fff url(../images/deco01.png) repeat-x left bottom;
}
.hero img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .hero {
    padding: 0 0 5px;
    background-size: auto 5px;
  }
}

/**-------------------------------------
movie
-------------------------------------**/
.sec-movie h3 {
  margin: 0 auto 20px;
  font-size: 1.7em;
  color: var(--pink);
}
.movie {
  overflow: hidden;
  margin: 0 auto;
  width: 700px;
  border: 8px solid var(--pink);
  border-radius: 30px;
}
.youtube {
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .sec-movie h3 {
    margin: 0 auto 14px;
    font-size: 1.4em;
    line-height: 1.4;
  }
  .movie {
    width: 90%;
    border-radius: 20px;
  }
}

/**-------------------------------------
sec00
-------------------------------------**/
.sec00 h2 {
  text-align: center;
}
.sec00 p.lead {
  margin: 0 auto 25px;
}
.sec00 p:not(.lead) {
  margin: 0 auto 50px;
  font-size: 1.1em;
  line-height: 2;
}
.sec00 p strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.1em;
  color: var(--pink);
  font-weight: 800;
  text-align: center;
}
.sec00 p em {
  color: var(--pink);
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .sec00 {
    width: 85%;
    margin: 0 auto;
  }
  .sec00 p:not(.lead) {
    font-size: 1em;
  }
  .sec00 p strong {
    width: 100%;
    font-size: 1.05em;
  }
}

/**-------------------------------------
sec01
-------------------------------------**/
.sec01 > div {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  overflow: hidden;
}
.sec01 dl {
  flex: 1;
}
.sec01 dl dt {
  width: 90%;
}
.sec01 dl dt + dd {
  margin: 20px 0 15px;
  font-weight: 800;
  font-size: 18px;
}
.sec01 dl strong {
  font-weight: 800;
  font-size: 1.1em;
}

.sec01 ul li {
  display: flex;
}
.sec01 ul li em {
  width: 70px;
}

.sec01 picture {
  margin-top: 40px;
  width: 500px;
  display: block;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sec01 > div {
    flex-direction: column;
    gap: 20px;
  }
  .sec01 dl dt + dd {
    font-size: 16px;
  }
  .sec01 ul li em {
    flex-shrink: 0;
  }

  .sec01 picture {
    width: 90%;
    margin: 20px auto 0;
  }
}

/**-------------------------------------
sec02
-------------------------------------**/
.sec02 {
  overflow: hidden;
}
.reason {
  margin: 80px auto;
  width: 980px;
}
.reason li {
  position: relative;
  display: flex;
  margin: 0 auto 130px;
}
.reason li:nth-child(even) {
  flex-flow: row-reverse;
}
.reason li:before {
  position: absolute;
  right: 30%;
  bottom: -40px;
  z-index: -1;
  display: block;
  width: 70vw;
  min-width: 720px;
  height: 75%;
  background: rgb(from var(--li-color) r g b / 0.15);
  content: "";
}
.reason li:nth-child(even):before {
  right: auto;
  left: 30%;
}
.reason dl dt {
  margin: 0 0 60px;
  width: 370px;
}
.reason dl h3 {
  margin-top: -1.3em;
  margin-bottom: 20px;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.5;
  color: var(--li-color);
}
.reason dl dd a {
  display: block;
  margin-top: 5px;
  color: var(--li-color);
  text-decoration: underline;
}
.reason dl dd a:hover {
  text-decoration: none;
}
.reason dl dd a::before {
  content: "▲";
  display: inline-block;
  margin-right: 4px;
  font-size: 0.7em;
  rotate: 90deg;
}
.reason dl dd a:first-child {
  margin-top: 10px;
}

#trial .reason figure {
  margin: 0 0 0 50px;
  width: 460px;
  border-color: var(--li-color);
  flex: none;
}
#trial .reason li:nth-child(even) figure {
  margin: 0 50px 0 0;
}
.reason .reason1 {
  --li-color: #f12f63;
}
.reason .reason2 {
  --li-color: #16a2a8;
}
.reason .reason3 {
  --li-color: #004d9c;
}
.reason .reason4 {
  --li-color: #8cba43;
}
.reason .reason5 {
  --li-color: #c4067e;
}
.reason .reason6 {
  --li-color: #f79516;
}
.reason .reason7 {
  --li-color: #27a352;
}
.reason .reason8 {
  --li-color: #01a2f1;
}
.reason .reason9 {
  --li-color: #6c348e;
}

@media screen and (max-width: 768px) {
  .reason {
    margin: 40px auto;
    width: 100%;
    overflow: hidden;
  }
  .reason li {
    flex-flow: column;
    margin: 0 auto 70px;
  }
  .reason li:nth-child(even) {
    flex-flow: column;
  }
  .reason li:before {
    right: 0;
    bottom: -30px;
    width: 100%;
    min-width: 100%;
    height: 65vw;
  }
  .reason li:nth-child(even):before {
    right: auto;
    left: 0;
  }
  .reason dl {
    width: 90%;
    margin: 0 auto;
  }
  .reason dl dt {
    margin: 0 0 10px;
    width: 80%;
  }
  .reason dl h3 {
    margin: 0 auto 10px;
    font-size: 20px;
  }
  #trial .reason figure {
    margin: 15px auto;
    width: 90%;
    flex: none;
  }
  #trial .reason li:nth-child(even) figure {
    margin: 15px auto;
  }
}

/**-------------------------------------
sec03
-------------------------------------**/
.sec03 {
  padding: 50px 0;
  background: #fef6cb;
}
.programing {
  margin: 50px auto 0;
  padding-top: 120px;
  width: 980px;
  background: url(../images/why.png) no-repeat center top / 90px auto, url(../images/sec03_bg1.png) no-repeat left 20px top,
    url(../images/sec03_bg2.png) no-repeat right 30px top;
}
.programing li {
  margin-top: 50px;
  position: relative;
}
.sec03 li h3 {
  margin-bottom: 30px;
  font-size: 2.1em;
  font-weight: 800;
  text-align: center;
}
.sec03 li h3 .sp + .liner {
  padding-left: 0;
}

.programing li > div {
  position: relative;
}
.programing li > div:before {
  position: absolute;
  right: -8px;
  bottom: -8px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 2px, rgba(0, 0, 0, 1) 2px, rgba(0, 0, 0, 1) 4px);
  background-size: auto auto;
  content: "";
}
.programing li .inner {
  position: relative;
  z-index: 5;
  display: flex;
  margin: 0 0 50px;
  padding: 30px 40px;
  border-radius: 30px;
  background: #fff;
}

.programing li dl dt {
  position: relative;
  margin: 0 0 20px;
  color: #27a352;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.5;
}
.programing li dl dt:after {
  z-index: 5;
  display: block;
  padding: 0 0 10px;
  width: calc(100% + 70px);
  height: 1px;
  border-bottom: 2px dashed #000;
  content: "";
}
.programing figure {
  margin: 0 0 0 40px;
  width: 430px;

  flex: none;
}

@media screen and (max-width: 768px) {
  .sec03 {
    padding: 1px 0 20px;
  }
  .programing {
    width: 90%;
    margin: 20px auto 0;
    padding-top: 30vw;
    background: url(../images/why.png) no-repeat center top 19vw / 60px auto, url(../images/sec03_bg1.png) no-repeat left 20px top / 30% auto,
      url(../images/sec03_bg2.png) no-repeat right 20px top 10px / 35% auto;
  }
  .programing li {
    margin-top: 40px;
  }
  .sec03 li h3 {
    margin-bottom: 20px;
    font-size: 1.4em;
  }
  .sec03 li h3 .sp + .liner {
    padding-left: 10px;
  }
  .programing li > div:before {
    border-radius: 15px;
    right: -5px;
    bottom: -5px;
  }
  .programing li .inner {
    margin: 0 0 30px;
    padding: 20px 20px 5px;
    border-radius: 20px;
    flex-flow: column;
  }
  .programing li dl dt {
    margin: 0 0 15px;
    font-size: 18px;
  }
  .programing li dl dt:after {
    width: 100%;
  }
  .programing figure {
    margin: 15px 0;
    width: 100%;
    flex: none;
  }
}

/**-------------------------------------
sec04
-------------------------------------**/
.sec04 {
  padding: 0 0 1px;
  background: var(--yellow)
    repeating-linear-gradient(45deg, transparent, transparent 6px, rgba(255, 255, 255, 0.05) 6px, rgba(255, 255, 255, 0.05) 12px);
}
.sec04 h2 + .lead {
  margin: 60px auto 0;
}

.flow {
  display: flex;
  margin: 20px auto 80px;
  width: 1100px;
}
.flow li {
  position: relative;
  margin: 34px 0 0;
  padding: 20px;
  border: 3px solid #000;
  border-radius: 30px;
  background: #fff;
}
.flow li i {
  width: 85px;
  position: absolute;
  top: -28px;
  left: -20px;
}
.flow li:first-child i {
  top: -56px;
}
#trial .flow li figure {
  margin: 0 0 15px;
  border: none;
}
.flow h3 {
  margin: 0 0 15px;
  text-align: center;
  font-weight: 800;
  font-size: 20px;
  color: var(--li-color);
}
.flow p {
  text-align: center;
}
.flow .flow1 h3 {
  color: #f23064;
}
.flow .flow2 h3 {
  color: #17a3a9;
}
.flow .flow3 h3 {
  color: #004e9d;
}
.flow .flow4 h3 {
  color: #8cba43;
}
.flow .flow5 h3 {
  color: #c4067e;
}
.flow .flow6 h3 {
  color: #f79516;
}

#trial .sec04 .btn {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .flow {
    margin: 30px auto 40px;
    width: 90%;
  }
  .flow li {
    margin: 50px 0 0;
    padding: 15px;
    border-radius: 20px;
  }
  .flow li i,
  .flow li:first-child i {
    width: 70px;
    top: -40px;
    left: -10px;
  }
  #trial .sec04 .btn {
    margin-top: 20px;
  }
}

/**-------------------------------------
sec05
-------------------------------------**/
.sec05 {
  padding: 0 0 1px;
  background: var(--bg-sky);
}
.teacher {
  margin: 50px auto;
  width: 1200px;
}
.teacher li {
  border: 5px solid #27a352;
  border-radius: 30px;
  background: #fff;
}
.teacher li picture {
  display: block;
  text-align: center;
}
.teacher li img {
  width: 80%;
}
.teacher li h3 {
  margin: 10px 0 10px;
  color: #27a352;
  text-align: center;
  font-weight: 800;
  font-size: 21px;
  line-height: 1.4;
}
.teacher li p {
  margin: 0 20px 30px;
}

@media screen and (max-width: 768px) {
  .teacher {
    margin: 30px auto;
    width: 95%;
  }
  .teacher li {
    border: 2px solid #27a352;
    border-radius: 20px;
    margin: 0 auto 15px;
    display: flex;
    padding: 5px 15px 5px 10px;
    overflow: hidden;
  }
  .teacher li picture {
    width: 30%;
    flex: none;
    margin: 20px 15px 0 0;
  }
  .teacher li img {
    width: 100%;
    display: block;
  }
  .teacher li h3 {
    margin: 10px 0 0;
    font-size: 18px;
    text-align: left;
  }
  .teacher li p {
    font-size: 14px;
    margin: 0 0 15px;
  }
}

/**-------------------------------------
sec06
-------------------------------------**/
.sec06 h3 {
  margin: 20px auto 40px;
  padding: 5px 0;
  width: 980px;
  border-bottom: 2px dashed #000;
  text-align: center;
  font-weight: 800;
  font-size: 26px;
}
.sec06 h3:before,
.sec06 h3:after {
  color: #16a2a8;
  content: "■";
}

.outline {
  margin: 80px auto 50px;
}
.outline dl {
  display: flex;
  padding: 20px 30px;

  align-items: center;
}
.outline dl:nth-child(odd) {
  background: #fffcd8;
}
.outline dl dt {
  margin: 0 30px 0 0;
  padding: 8px 0;
  width: 120px;
  border-radius: 50px;
  background: #f12f63;
  color: #fff;
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  line-height: 1;
  flex: none;
}
.outline p {
  margin-top: 20px;
}

.outline .table {
  flex-flow: column;
  align-items: flex-start;
}
.outline .table dd {
  width: 100%;
}
.other {
  margin: 0 auto 50px;
}
.other dl {
  margin: 20px auto;
}
.other dl dt {
  margin: 5px auto;
  padding: 5px 30px;
  border-bottom: 1px dotted #000;
  font-weight: 800;
  font-size: 18px;
}
.other dl dt:before {
  display: inline-block;
  margin: 0 5px 0 0;
  width: 0;
  height: 0;
  border-width: 8px 0 8px 10px;
  border-style: solid;
  border-color: transparent transparent transparent #f12f63;
  content: "";
}
.other dl dd {
  padding: 0 30px;
}
.price {
  margin: 0 auto 80px;
}
.price dl dt {
  margin: 0 0 15px;
  padding: 10px 20px;
  border-bottom: 1px solid #16a2a8;
  border-left: 15px solid #16a2a8;
  background-color: rgba(183, 223, 228, 0);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 6px, rgba(183, 223, 228, 0.49) 6px, rgba(183, 223, 228, 0.49) 9px);
  background-size: auto auto;
  font-weight: bold;
  font-size: 18px;
}
.price dl dd {
  margin: 20px auto 40px;
}
.price dl dd span {
  color: var(--pink);
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .sec06 h3 {
    margin: 0 auto 30px;
    width: 100%;
    font-size: 20px;
  }
  .outline {
    margin: 30px auto;
  }
  .outline dl {
    flex-flow: column;
    align-items: flex-start;
    padding: 15px;
  }
  .outline dl dt {
    margin: 0 0 5px 0;
    width: 120px;
    font-size: 16px;
  }
  .outline .table dd {
    line-height: 1.4;
  }

  .other dl {
    margin: 15px auto;
  }
  .other dl dt {
    padding: 5px 15px;
    font-size: 17px;
  }
  .other dl dd {
    padding: 0 15px 0 30px;
  }
  .price dl dt {
    padding: 10px 15px;
    border-left: 8px solid #16a2a8;
    font-size: 16px;
  }
}

/**-------------------------------------
sec07
-------------------------------------**/
.sec07 {
  margin: 0 auto;
}
.sec07 .voice-list {
  --row: 5;
  --gap: 20px;
  width: 1200px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: var(--gap);
}
.sec07 .voice-list li {
  width: calc((100% - var(--gap) * calc(var(--row) - 1)) / var(--row));
  padding: 20px;
  background: #fff;
  border: 3px solid var(--pink);
  border-radius: 30px;
}
.sec07 .voice-list li span {
  display: block;
  width: 70%;
  margin: 0 auto 15px;
}
.sec07 .voice-list li p em {
  color: var(--pink);
  font-weight: 800;
}

@media screen and (max-width: 768px) {
  .sec07 {
    padding: 1px 5% 20px;
  }
  .sec07 .voice-list {
    --row: 1;
    --gap: 15px;
    width: 100%;
  }
  .sec07 .voice-list li {
    display: grid;
    grid-template-columns: 20% auto;
    gap: 20px;
    font-size: 15px;
    border-radius: 20px;
  }
  .sec07 .voice-list li span {
    width: 100%;
    margin: 0;
  }
}

/**-------------------------------------
sec08
-------------------------------------**/
.sec08 {
  padding: 30px 0;
  background: #fbd200;
}

.toggle02 {
  margin: 50px auto;
}
.toggle02 .white {
  border-radius: 15px;
  background: #fff;
}
.sec08 dl {
  margin: 0 auto 15px;
}
.sec08 dl dt {
  position: relative;
  padding: 5px 40px 5px 73px;
  border: 3px solid #000;
  border-radius: 15px;
  background: #16a2a8;
  color: #fff;
  vertical-align: middle;
  font-weight: 900;
  font-size: 18px;
  cursor: pointer;
  min-height: 60px;
  line-height: 1.4;
  display: flex;
  align-items: center;
}
.sec08 dl dt:before {
  display: inline-block;
  margin: 0;
  width: 54px;
  height: 45px;
  background: url(../images/q.png) no-repeat center center / contain;
  content: "";
  position: absolute;
  top: 5px;
  left: 13px;
}
.sec08 dl dt:after {
  position: absolute;
  top: 50%;
  right: 15px;
  color: #000;
  transform: translateY(-50%);
  content: "+";
}
.toggle02 dl.white dt:after {
  content: "ー";
}
.sec08 dl dd {
  position: relative;
  display: none;
  padding: 23px 30px 30px 75px;
}
.sec08 dl dd:before {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-block;
  margin: 0 10px 0 0;
  width: 54px;
  height: 45px;
  background: url(../images/a.png) no-repeat center center / contain;
  content: "";
  vertical-align: middle;
}
.sec08 dl a {
  color: #f12f63;
  text-decoration: underline;
}
.sec08 dl a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .sec08 {
    padding: 1px 0 30px;
    background: #fbd200;
  }
  .toggle02 {
    margin: 20px auto;
  }
  .sec08 dl dt {
    font-size: 16px;
  }
  .sec08 dl dd {
    padding: 23px 15px 30px 75px;
  }
}
