@charset "UTF-8";
body {
  background-attachment: fixed;
  background-position: bottom;
  font-family: "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ Pro W3", sans-serif;
  overflow-x: hidden;
  background-color: #fff;
  background-image: url("../images/worn-dots.png");
  color: #313c55;
}
@media screen and (min-width: 750px) {
  .body-inner {
    max-width: 640px;
    box-shadow: 0 1px 20px rgb(0 0 0 / 30%);
    background: #fff;
    margin-left: auto;
    margin-right: auto;
  }
}
img {
  width: 100%;
  margin-top: -1px; /*--隙間調整--*/
}

a {
  text-decoration: underline;
  color: #0800ff;
  font-weight: bold;
}

p {
  line-height: 1.8;
}

.free {
  color: #fa6f12;
  font-size: 1.2em;
}

.p-btm {
  margin-bottom: 1em;
}

.pb10 {
  padding-bottom: 10px;
}

.center {
  margin: 0 auto;
  text-align: center;
}

.width60 {
  width: 60%;
  margin: 0 auto;
}

.text_y {
  color: #fffcc6;
}
.big {
  font-size: 1.2em;
}
.most-big {
  font-size: 2em !important;
}
.maker {
  background: #fffbc1;
  font-weight: bold;
  padding: 0 3px;
  margin: 0 2px;
}
.box_present {
  padding: 0.5em 1em;
  color: #ffffff;
  border: double 5px #fff;
  background: #2263b1;
  font-weight: bold;
  text-align: center;
}
.main_color {
  color: #fa6f12;
  font-weight: bold;
  font-size: 1.2em;
}
.main_color2 {
  color: #fc454b;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

section {
  position: relative;
}

@media screen and (max-width: 640px) {
  .width60 {
    width: 80%;
    margin: 0 auto;
  }
}

/* カラー */
/* ============================================ */
.red {
  color: #fc464a;
  font-weight: bold;
}

.sub-c {
  background: #deedff;
  background-color: #deedff;
  background-image: url(../images/gplay.png);
}

.white {
  color: #fff;
}

.blue {
  color: #2d8180;
  font-weight: bold;
}

.ar_small {
  font-size: 0.8em;
}

.y_maker {
  background: linear-gradient(transparent 60%, #ffffd2 60%);
  font-weight: bold;
}

.blueline {
  background-color: #d1ebea7d;
  padding: 5px;
  margin: 10px 0;
  font-weight: bold;
}

.list-004 {
  border: 2px solid #2d8180;
  position: relative;
  background: #fff;
  font-weight: bold;
  color: #2d8180;
}

.list-004 div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 10px 0;
  background-color: #2d8180;
  color: #fff;
  font-weight: 600;
}

.list-004 ul {
  list-style-type: disc;
  margin: 0;
  padding: 0.5em;
}

.list-004 li {
  padding: 1em 0.3em 1em 0;
  list-style: none;
  border-bottom: 1px dotted #2d8180;
}

.list-004 li:last-child {
  border-bottom: none;
}

.list-004 li::marker {
  color: #2d8180;
  font-size: 1.1em;
}

/* 吹き出し */
/* ============================================ */

.balloon {
  position: relative;
  display: inline-block;
  background: #3fa2ee;
  border-radius: 30px;
  font-weight: bold;
  color: #fff;
  padding: 10px 16px;
  margin-bottom: 1em;
}

.balloon::before {
  content: "";
  border-width: 10px;
  border-style: solid;
  border-color: #3fa2ee transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

/* 写真変形 */
/* ============================================ */
.img-round1 {
  border-radius: 35% 65% 32% 68% / 52% 39% 61% 48%;
}

.img-round2 {
  border-radius: 20px;
}

/* コンテンツの横幅 */
/* ============================================ */
.contents-inner {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}
/* コンテンツの横幅 ここまで */
/* ============================================ */

/* video */
/* ============================================ */
.video {
  position: relative;
}
.video__item img {
  width: 86%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* video ここまで */
/* ============================================ */

/* CTAボタン */
/* ============================================ */

.cta-wrap {
  background: #2d8180;
  padding-bottom: 1em;
}

.cta-area {
  position: relative;
}

.first-btn-area {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  bottom: 45px;
  left: 2%;
  animation: fluffy1 2s ease infinite;
}

.middle-btn-area {
  animation: fluffy1 2s ease infinite;
}

@keyframes fluffy1 {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(0);
  }
  10% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-10px);
  }
  25% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}

@media screen and (max-width: 640px) {
  .first-btn-area {
    bottom: 25px;
  }
}
.br-sp {
  display: inline-block;
}
.br-sp {
  display: none;
}
@media (max-width: 768px) {
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline-block;
  }
}

/* CTAボタン ここまで */
/* ============================================ */

/* 悩みエリア */
/* ============================================ */
.nayami-wrap {
  background-image: url(../images/nayami-bg.jpg);
  background-size: cover;
  padding-bottom: 10px;
  background: #f2f2f2;
}
.nayami_box {
  background: #fafafa;
  padding: 20px;
  line-height: 1.8;
}

table.check {
  margin: 0 auto 0em;
}

.check td {
  padding: 10px 0;
}

table.check td {
  font-size: 100%;
  font-weight: bold;
  line-height: 160%;
  padding: 15px 0 10px 10px;
  vertical-align: top;
  border-bottom: 1px dotted #ccc;
}

table.check th {
  padding-top: 1em;
}

.cta-list {
  padding: 0px 20px 0;
  margin: 20px 20px 0px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}

/*吹き出し*/
.balloon-009 {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0 22px;
  margin-bottom: 1em;
  width: 100%;
  padding: 0 15px 1em;
}

.balloon-009 img {
  max-width: 70px;
  height: 100%;
  border: 3px solid #e6edf3;
  border-radius: 50%;
}

.balloon-009 p {
  position: relative;
  max-width: 500px;
  margin: 3px 0 0;
  padding: 0.8em 1em;
  border-radius: 5px;
  background-color: #fff;
  color: #333333;
}

.balloon-009 p::before {
  position: absolute;
  left: -14px;
  width: 15px;
  height: 19px;
  background-color: #fff;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  content: "";
}

.balloon-010 {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0 22px;
  width: 100%;
  padding: 0 15px 1em;
}

.balloon-010 img {
  max-width: 70px;
  height: 100%;
  border: 3px solid #fff;
  border-radius: 50%;
}

.balloon-010 p {
  position: relative;
  max-width: 500px;
  margin: 3px 0 0;
  padding: 0.8em 1em;
  border-radius: 5px;
  background-color: #fff;
  color: #333333;
}

.balloon-010 p::before {
  position: absolute;
  right: -15px;
  width: 15px;
  height: 30px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
}

.tunagi {
  width: 20%;
  margin: -1px auto 0;
}

.kaiketu {
  background: #fff;
  border-radius: 15px;
  margin: 20px 20px 0;
  color: #333;
  padding: 15px;
  text-align: center;
}

.kaiketu img {
  width: 80%;
  margin: 0 auto;
}

.icon_nayami_child {
  width: 100px;
  position: absolute;
  z-index: 10;
  right: 30%;
}
@media screen and (max-width: 640px) {
  .cta-list {
    margin: 15px 15px 0px;
    border-radius: 15px;
    padding: 0px 10px 15px;
  }
  .kaiketu {
    margin: 15px 15px 0;
  }
  .kaiketu img {
    width: 100%;
    margin: 0 auto;
  }
  .tunagi {
    width: 32%;
  }
  .icon_nayami_child {
    display: none;
  }
}

/* ============================================ */
.area01 {
  width: 100%;
  background-image: url(../images/bg_triangle.png);
  background-size: cover;
  padding-bottom: 12px;
  position: relative;
  background: #2d8180;
}

.area01-wrap {
  padding: 15px 15px 0px;
}

.function_wrap {
  background-color: #fff;
  line-height: 2;
  background-color: #f9ffe1;
  padding: 15px 15px 1px;
}
.function_li {
  padding: 15px;
  background-color: #fff;
  margin-bottom: 1em;
  box-shadow: 0 0 8px #dbdbdb;
}

.function_item {
  display: flex;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 8px;
  justify-content: center;
}

.function_li p {
  margin-bottom: 0;
  margin-top: 8px;
}

.function_head {
  width: 35px;
  height: 60px;
  background-color: #0057aa;
  color: #fff;
  font-weight: bold;
  display: flex;
  padding: 10px;
  margin: 0 10px 0 0;
  justify-content: center;
  align-items: center;
}

.function_h3 {
  font-size: 1.2rem;
  color: #1157a3;
  font-weight: bold;
  font-weight: bold;
  line-height: 1.3;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}

.function_h3 span {
  font-size: 0.8em;
}

.hr_konnaokosan {
  border: 1px dotted #00bfff;
}

.area01 h2 {
  text-align: center;
}

.area02 {
  width: 100%;
  background-color: #00bfff;
  padding-top: 10px;
  padding-bottom: 75px;
  position: relative;
}

.area02 h2 {
  text-align: center;
  padding-top: 0em;
  margin: 0;
}

.area03 {
  width: 100%;
  background-color: #d1f3ff;
  padding-top: 10px;
  padding-bottom: 75px;
  position: relative;
  margin-top: -1px;
}

.area03_wrap {
  padding: 15px;
}

.area03 h2 {
  text-align: center;
}

.sunawati_wrap {
  padding: 15px;
}
.heading-003 {
  padding: 0 0.4em 0.2em;
  border-bottom: 3px dotted #f5d5da;
  background-color: #ffffff;
  color: #e57584;
  font-weight: bold;
  font-size: 1.2em;
}

/**/

.prob_box {
  margin: 0px 15px 0px;
}

@media (max-width: 768px) {
  .prob_box {
    margin: 0px 15px 0px;
  }
}

.area04 {
  width: 100%;
  background-color: #f1afd6;
  padding-top: 10px;
  position: relative;
}

.area04 h2 {
  text-align: center;
}

/**/

.area05 {
  width: 100%;
  background-color: #aff1bb;
  padding-top: 10px;
  padding-bottom: 75px;
  position: relative;
}

.area05 h2 {
  text-align: center;
}

.area05::before {
  content: "";
  width: 100%;
  height: 75px;
  background-color: #f1edaf;
  position: absolute;
  bottom: 0px;
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
}

.area05::after {
  content: "";
  width: 100%;
  height: 75px;
  background-color: #f1edaf;
  position: absolute;
  bottom: 0px;
  clip-path: polygon(50% 100%, 100% 0%, 100% 100%);
}

/**/

.area06 {
  width: 100%;
  background-color: #f1edaf;
  padding-top: 10px;
  padding-bottom: 75px;
  position: relative;
}

.area06 h2 {
  text-align: center;
}

.area06::before {
  content: "";
  width: 100%;
  height: 75px;
  background-color: #f1c7af;
  position: absolute;
  bottom: 0px;
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
}

.area06::after {
  content: "";
  width: 100%;
  height: 75px;
  background-color: #f1c7af;
  position: absolute;
  bottom: 0px;
  clip-path: polygon(50% 100%, 100% 0%, 100% 100%);
}

/**/

.area07 {
  width: 100%;
  background-color: #f1c7af;
  padding-top: 10px;
  padding-bottom: 75px;
  position: relative;
}

.area07 h2 {
  text-align: center;
}

.area07::before {
  content: "";
  width: 100%;
  height: 75px;
  background-color: #f1afaf;
  position: absolute;
  bottom: 0px;
  clip-path: polygon(0% 0%, 0% 100%, 50% 100%);
}

.area07::after {
  content: "";
  width: 100%;
  height: 75px;
  background-color: #f1afaf;
  position: absolute;
  bottom: 0px;
  clip-path: polygon(50% 100%, 100% 0%, 100% 100%);
}

.text-wrapper {
  margin: 0px auto 20px;
}

.mybox {
  padding: 20px; /* 内側の余白 */
  position: relative;
  z-index: 0;
}
.mybox:before {
  background: repeating-linear-gradient(
    -45deg,
    #f5d5da,
    #f5d5da 5px,
    #fcf0f1 0,
    #fcf0f1 10px
  ); /* ストライプの色 */
  content: "";
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -2;
}
.mybox:after {
  background: #fff; /* 背景色 */
  content: "";
  position: absolute;
  top: 10px; /* ストライプ部分の太さ・上 */
  bottom: 10px; /* ストライプ部分の太さ・下 */
  left: 10px; /* ストライプ部分の太さ・左 */
  right: 10px; /* ストライプ部分の太さ・右 */
  z-index: -1;
}

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

.icon_rule {
  width: 170px;
  position: absolute;
  z-index: 10;
  right: 1%;
  top: -47px;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .icon_rule {
    right: -20%;
    top: -60px;
    width: 130px;
  }
}
.value {
  padding: 20px;
  margin: 3px 20px 0;
  background: #fff;
}
.amulet_wrap {
  padding: 15px;
  margin: 5px 15px 15px;
  background: #fff;
}
/*.amulet_wrap img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  margin-bottom: 30px;
}*/
.amulet_contentsbox {
  padding: 15px;
  margin: 15px 0 0;
  background: #fff;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 8%);
  border-radius: 10px;
}

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

.stripe {
  width: 50%;
}

.scr_p {
  padding: 0 15px;
}

.scr_01 {
  background: #3fa1ed !important;
}
.scr_01-1 {
  border: 5px solid #3fa1ed !important;
}

.scr_02 {
  background: #ee7480 !important;
}
.scr_02-1 {
  border: 5px solid #ee7480 !important;
}
.scr_03 {
  background: #82ce00 !important;
}
.scr_03-1 {
  border: 5px solid #82ce00 !important;
}

.secrets3_wrap {
  background-color: #ffefab;
  padding: 0 0 10px;
}

.secrets3_contents {
  margin: 15px 15px 0;
  padding: 15px;
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 6%);
}

.scr_01_h3 {
  padding: 0.5em 0.7em;
  border-left: 5px solid #3fa1ed;
  background-color: #e4f3ff;
  color: #333333;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.scr_02_h3 {
  padding: 0.5em 0.7em;
  border-left: 5px solid #ee7480;
  background-color: #fff0f2;
  color: #333333;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.scr_03_h3 {
  padding: 0.5em 0.7em;
  border-left: 5px solid #82ce00;
  background-color: #f6ffe6;
  color: #333333;
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.list-009 {
  list-style-type: disc;
  list-style-position: inside;
  padding: 1em;
  border: 2px solid #ee7480;
  list-style: disc;
}

.list-009 li {
  padding: 0.5em;
}

.list-009 li:not(:last-child) {
  border-bottom: 1px dashed #ee7480;
}

.list-009 li::marker {
  color: #ee7480;
  font-size: 1.1em;
}

.secrets3_contents ul li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  border-bottom: 1px solid #ebebeb;
}

.secrets3_contents ul li:last-child {
  border-bottom: none;
}

.secrets3_contents li {
  padding: 10px 0 5px;
}

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

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
  padding: 15px;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

.voice_wrap {
  padding: 0 20px 0;
}

.voice {
  background: #f4ffd7;
  padding: 0px 0 1px;
}

.voice b,
strong {
  font-weight: bolder;
  color: #0eb872;
  font-size: 1.2em;
}

.yaji {
  margin: -1px auto 0;
  width: 100px;
}

.comment-area li {
  padding: 0;
}
.comment-item {
  padding: 20px 0px 22px;
  border-bottom: 1px solid #f6fafd;
}
.comment-item .comment-thumb {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.comment-item .comment-thumb img {
  width: 100%;
}
.comment-item .comment-content .comment-header .title {
  margin: 0;
  font-size: 18px;
  color: #0e2c53;
  font-family: "Roboto", sans-serif;
}

.comment-item .comment-content {
  padding-left: 20px;
}
.comment-item .comment-content .comment-header {
  margin-bottom: 5px;
  position: relative;
}
.comment-item .comment-content .comment-header .title {
  margin: 0;
  font-size: 18px;
}
.comment-item .comment-content .comment-header .info {
  color: #707070;
  font-size: 14px;
}
.comment-item p:last-child {
  margin-bottom: -7px !important;
}

.voice01 {
  position: relative;
  background: #fff;
  width: 94%;
  margin: 2em auto;
  padding: 1.5em 1em;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.voice01::before {
  content: "中学1年生";
  position: relative;
  display: inline-block;
  border-bottom: 3px solid #79e1a3;
  border-radius: 0 0 10% 0% / 0 0 12% 20%;
  padding: 0 1em 0.1em 0.2em;
  font-weight: bold;
  margin-top: 1em;
}
.voice01::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -75px;
  width: 150px;
  height: 30px;
  background: rgb(234 250 255 / 48%);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  transform: rotate(-4deg);
}
.voice01 ol {
  margin: 1.2em 0.5em 0 1.2em;
  padding: 0 0 0 0;
}
.voice01 ol li {
  margin-bottom: 0.5em;
  line-height: 1.4;
}

/*--voice02--*/
.voice02 {
  position: relative;
  background: #fff;
  width: 94%;
  margin: 2em auto;
  padding: 1.5em 1em;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.voice02::before {
  content: "小学5年生";
  position: relative;
  display: inline-block;
  border-bottom: 3px solid #79e1a3;
  border-radius: 0 0 10% 0% / 0 0 12% 20%;
  padding: 0 1em 0.1em 0.2em;
  font-weight: bold;
  margin-top: 1em;
}
.voice02::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -75px;
  width: 150px;
  height: 30px;
  background: rgb(254 255 245 / 69%);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  transform: rotate(-4deg);
}
.voice02 ol {
  margin: 1.2em 0.5em 0 1.2em;
  padding: 0 0 0 0;
}
.voice02 ol li {
  margin-bottom: 0.5em;
  line-height: 1.4;
}

/*--voice03--*/
.voice03 {
  position: relative;
  background: #fff;
  width: 94%;
  margin: 2em auto;
  padding: 1.5em 1em;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.voice03::before {
  content: "小学校6年生と4年生のご兄妹";
  position: relative;
  display: inline-block;
  border-bottom: 3px solid #79e1a3;
  border-radius: 0 0 10% 0% / 0 0 12% 20%;
  padding: 0 1em 0.1em 0.2em;
  font-weight: bold;
  margin-top: 1em;
}
.voice03::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -75px;
  width: 150px;
  height: 30px;
  background: rgb(255 236 238 / 33%);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  transform: rotate(-4deg);
}
.voice03 ol {
  margin: 1.2em 0.5em 0 1.2em;
  padding: 0 0 0 0;
}
.voice03 ol li {
  margin-bottom: 0.5em;
  line-height: 1.4;
}

/*--voice04--*/
.voice04 {
  position: relative;
  background: #fff;
  width: 94%;
  margin: 2em auto;
  padding: 1.5em 1em;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.voice04::before {
  content: "小学2年生と5歳のご兄弟";
  position: relative;
  display: inline-block;
  border-bottom: 3px solid #79e1a3;
  border-radius: 0 0 10% 0% / 0 0 12% 20%;
  padding: 0 1em 0.1em 0.2em;
  font-weight: bold;
  margin-top: 1em;
}
.voice04::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -75px;
  width: 150px;
  height: 30px;
  background: rgb(223 249 223 / 24%);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  transform: rotate(-4deg);
}
.voice04 ol {
  margin: 1.2em 0.5em 0 1.2em;
  padding: 0 0 0 0;
}
.voice04 ol li {
  margin-bottom: 0.5em;
  line-height: 1.4;
}

/*--voice05--*/
.voice05 {
  position: relative;
  background: #fff;
  width: 94%;
  margin: 2em auto;
  padding: 1.5em 1em;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.voice05::before {
  content: "中学2年生";
  position: relative;
  display: inline-block;
  border-bottom: 3px solid #79e1a3;
  border-radius: 0 0 10% 0% / 0 0 12% 20%;
  padding: 0 1em 0.1em 0.2em;
  font-weight: bold;
  margin-top: 1em;
}
.voice05::after {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  margin-left: -75px;
  width: 150px;
  height: 30px;
  background: rgb(240 217 253 / 22%);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  transform: rotate(-4deg);
}
.voice05 ol {
  margin: 1.2em 0.5em 0 1.2em;
  padding: 0 0 0 0;
}
.voice05 ol li {
  margin-bottom: 0.5em;
  line-height: 1.4;
}

/* ============================================ */
.cta-area-bottom {
  background: #0057aa;
}
.cta-area-bottom h3 {
  text-align: center;
  background-size: 90% auto;
  padding: 0 0 10px;
  font-size: 6.7vw;
  line-height: 1.3;
  font-feature-settings: "palt";
  margin: 0 auto 10px;
  color: #333;
  border-bottom: dashed 2px #f7d06f;
  font-weight: bold;
  letter-spacing: 1px;
  width: 86%;
}

.cta-area-wrap {
  color: #fff;
  padding: 15px;
}

/* ============================================ */
*[class*="cp-"],
*[class*="cp-"] * {
  box-sizing: border-box;
}

/* セクション */
.cp-section {
  padding: 10px 0 20px;
  background: #fef5f5;
  margin-top: -1px;
}

/* コンテナー */
.cp-container {
  background: #fff;
  padding: 15px;
  margin: 15px 15px 0;
  border-radius: 20px;
}

@media screen and (max-width: 640px) {
  /* セクション */
  .cp-section {
    padding: 10px 0 10px;
  }

  /* コンテナー */
  .cp-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

table {
  border-collapse: collapse;
  width: 100%;
  text-align: left;
}
.tb01 th,
.tb01 td {
  padding: 10px;
  border: solid 1px #ccc;
  box-sizing: border-box;
}
.tb01 th {
  background: #ff7bac;
  color: #fff;
  width: 12%;
}

.tb01 td {
  width: 10%;
}

@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  .tb01 tr:last-child {
    border-bottom: solid 1px #ccc;
  }
}

.ex_box {
  background: #deeeff;
  padding: 10px;
}

/* ============================================ */
/* アイテム */
.wrap_voice {
  max-width: 500px;
  margin: 1em auto;
  border: 2px solid #0057aa;
}
.tit_voice {
  background: #0057aa;
  padding: 1em;
  margin: 3px 3px 0;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #fff;
}
.tit_voice span {
  background: #fff;
  padding: 0px 5px;
  margin-right: 5px;
  border-radius: 5px;
  color: #0057aa;
}
.table_voice {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
}
.table_voice th,
.table_voice td {
  border: 2px solid #fff;
  background-color: #fffddd;
  border-radius: 0 0;
  padding: 1em;
  color: #0057aa;
  font-weight: bold;
  font-size: 1.2em;
}
.table_voice th {
  background-color: #e4e4e4;
  color: #333;
  font-weight: bold;
  text-align: center;
  border-radius: 0;
  width: 35%;
  min-width: 4em;
  position: relative;
}
.table_voice th::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 10px solid #e4e4e4;
  z-index: 2;
}
.table_voice th::after {
  content: "";
  position: absolute;
  top: 50%;
  left: calc(100% + 2px);
  transform: translateY(-50%);
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  z-index: 1;
}

/* flow */
.flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_design01 ul {
  padding: 0;
  text-align: center;
}

.flow_design01 li {
  list-style-type: none;
}

.flow_design01 dd {
  margin-left: 0;
  color: #0057aa;
  text-align: center;
  font-weight: bold;
}

.flow01 > li {
  position: relative;
  list-style: none;
}

.flow01 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #0057aa;
  border-radius: 10px;
  position: relative;
  background: #fff;
}

.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow01 > li:not(:last-child) dl::before {
  border-width: 22px;
  border-top-color: #0057aa;
}

.flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #fff;
}

.flow01 > li dl dt {
  font-size: 1.2em;
  font-weight: 600;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 2vw;
  text-align: center;
}

.flow01 > li dl dt .icon01 {
  font-size: 0.6em;
  color: #fff;
  background: #0057aa;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 100;
}

@media (max-width: 650px) {
  .flow01 > li:not(:last-child) {
    margin-bottom: 30px;
  }

  .flow01 > li dl {
    display: block;
    padding: 10px 15px;
    background: #fff;
  }

  .flow01 > li dl dt {
    margin-right: 0;
  }

  .flow01 > li dl dt .icon01 {
    font-size: 0.7em;
  }
}
/**/
.button {
  padding: 10px 20px;
  background-color: #fa6f12;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  padding: 14px 25px 14px;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 1.4em;
  box-shadow: 0 0.08rem 0.48rem #441c008a;
  border: 3px solid #fff;
  max-width: 500px;
  margin: 2em auto 1em;
}

.button a {
  color: #fff !important;
  text-decoration: none !important;
}

.button:hover {
  background-color: #2e8180;
}

.button_balloon {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
  font-size: 18px;
  text-align: center;
  border-radius: 50px;
  display: block;
  padding: 10px 25px 7px;
  top: -17px;
  background-color: #fff;
  color: #f36f13;
  margin-top: -1.3em;
  margin-bottom: 0em;
  border: 2px solid #fa6f12;
  position: relative;
}

.button_balloon:after {
  content: "";
  position: absolute;
  top: 100%; /* 吹き出しの下端から開始 */
  left: 50%; /* 左から50%の位置に配置し、中央に見えるように */
  margin-left: -10px; /* 矢印の幅の半分だけ左にずらして中央に配置 */
  border-width: 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent; /* 上側の境界線の色だけ設定 */
  /* 下三つの境界線は透明にすることで、上向きの矢印（吹き出し）が作成される */
}

@media (max-width: 768px) {
  .button_balloon {
    font-size: 14px;
    padding: 5px 15px 5px;
  }
}

.mt1 {
  margin-top: -1em;
}
.cta_box {
  color: #fff;
  padding: 20px;
  background: #2d8180;
}

.sq_text {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  position: relative;
}

.sq_text span {
  color: #fff;
  border: 2px solid #fff;
  margin: 0 0.03em;
  display: flex;
  width: 1.5em;
  height: 1.5em;
  line-height: 1;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  background: #0057aa;
  padding-top: 0.13em;
  z-index: 2;
}

.sq_text1 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  position: relative;
}

.sq_text1 span {
  color: #fff;
  border: 2px solid #fff;
  margin: 0 0.03em;
  display: flex;
  width: 1.5em;
  height: 1.5em;
  line-height: 1;
  font-weight: bold;
  justify-content: center;
  align-items: center;
  background: #0057aa;
  padding-top: 0.13em;
  z-index: 2;
}

.sq_text1::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 1px solid #fff;
  z-index: 1;
}

.last_box {
  padding: 10px;
  background: #fffddd;
  line-height: 1.8;
  text-align: center;
}

.why_wrap {
  background-color: #edf7ff;
  padding: 10px;
}

.why_box {
  padding: 20px 10px 10px;
  background: #fff;
  line-height: 1.8;
  position: relative;
  z-index: 3;
}
.why_circle {
  background-color: #fff;
  width: 62px;
  height: 62px;
  border-radius: 32px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  color: #007bc7;
  padding: 10px 0 0;
  font-weight: 700;
  line-height: 1.2;
  z-index: -1;
}
i.fas.fa-chart-line {
  font-size: 1.6em;
}
i.far.fa-gem {
  font-size: 1.6em;
}
i.fas.fa-expand-arrows-alt {
  font-size: 1.6em;
}
.arrow_box {
  position: relative;
}
@media (max-width: 768px) {
  .arrow_box_inner {
    width: 88%;
  }
}

.arrow_box:before {
  content: "\f30c";
  position: absolute;
  bottom: -45px;
  right: 0%;
  color: #fa6f12;
  font-size: 100px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
/* footer */
/* ============================================ */
footer {
  display: block;
  padding: 10px;
  border-top: 3px solid #ddd;
  background: #fff;
}
ul {
  list-style: none;
}
.footer_nav {
  text-align: center;
  padding: 10px 0;
}
.footer_nav li {
  display: inline-block;
  margin: 0;
  font-size: 13px;
}
.footer_nav li:nth-child(2) {
  border-right: none;
}
.footer_nav li a {
  text-decoration: none;
  padding: 0;
  color: #000;
}
.footer_nav li:last-child {
  border: none;
}
footer .copyright {
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  padding-bottom: 10px;
}
.footer_box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_detail {
  width: 48%;
  text-align: left;
}
.footer_logo {
  margin: 0;
  padding: 0;
  text-align: center;
}
.footer_logo img {
  width: 80%;
}
.footer_detail p {
  font-size: 14px;
}
.footer_photo {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .footer_box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .footer_detail {
    width: 100%;
    text-align: center;
  }
  .footer_photo {
    width: 100%;
  }
}
/* footer ここまで */
/* ============================================ */

.section_01 {
  padding: 0 15px 20px;
  background: #f4f1e6;
}
.section_01_wrap {
  padding: 20px 20px 20px;
  background: #fff;
  border: 2px solid #383333;
}
.section_02 {
  padding-bottom: 10px;
  background: #fefff8;
}
.flex {
  display: flex;
  width: 500px;
  margin: auto;
}
.flex-img {
  z-index: 1;
  margin-left: -2em;
}
@media (max-width: 768px) {
  .flex {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .flex-img {
    width: 150px;
    margin-left: auto;
    margin-top: -3em;
    margin-right: auto;
  }
}
.flex-text {
  width: 100%;
  padding-right: 10px;
  position: relative;
  padding: 0.5rem 2rem 1rem 1.5rem;
  border-radius: 50%;
  box-shadow: 0 0 8px #dbdbdb;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #389c7b;
  height: 250px;
  text-align: center;
}
@media (max-width: 768px) {
  .flex-text {
    height: 230px;
  }
  .flex-text p {
    margin-top: 0;
  }
}
.utilization {
  box-shadow: 0 0 8px #dbdbdb;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
}
.utilization_tit {
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
}
.utilization_tit_wrap {
  font-size: 1.4em;
  font-weight: bold;
  color: #fff;
  background: -webkit-linear-gradient(
    0deg,
    rgba(68, 186, 97, 1) 0%,
    rgba(55, 154, 125, 1) 100%
  );
  background: -moz-linear-gradient(
    0% 50% 0deg,
    rgba(68, 186, 97, 1) 0%,
    rgba(55, 154, 125, 1) 100%
  );
  padding: 20px 0;
  border-radius: 15px 15px 0 0;
  text-align: center;
}
.utilization_tit_tag {
  display: block;
  border-radius: 7px;
  padding: 3px 5px;
  font-size: 1em;
  background: #fff;
  color: #0eb872;
  text-align: center;
  width: 200px;
  margin: 0 auto 0.5em;
}
.graphimg_wrap {
  max-width: 400px;
  text-align: center;
  margin: auto;
}
.box_point {
  padding: 0 15px;
  box-sizing: border-box;
  width: 100%;
  border: #2d8180 2px solid;
  border-radius: 10px 10px 0 0;
  margin-top: 2em;
  position: relative;
}
.box_point::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-left-width: 10px;
  border-right-width: 10px;
  margin-left: -10px;
  border-top-color: #ffffff;
  top: 100%;
  left: 50%;
}

.box_point_tit {
  background: #e73f50;
  color: #ffffff;
  display: table;
  border-radius: 50px;
  padding: 0.5rem 2.4rem;
  position: relative;
  top: -15px;
  font-weight: bold;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  line-height: 1;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .box_point_tit {
    padding: 0.5rem 1rem;
  }
}

.box_point_p p {
  border-bottom: 1px dotted #2d8180;
  margin-top: 0;
}

.box_point_af {
  padding: 2rem;
  box-sizing: border-box;
  background: #2d8180;
  color: #ffffff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  text-align: center;
  line-height: 1.6;
}
.small {
  font-size: 0.8em;
}
.mt {
  margin-top: 1em;
}
.worries_list_wrap {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.worries_list_box {
  padding: 20px 12px 20px 15px;
  width: 48%;
  font-size: 15px;
  border: 4px solid #ebebeb;
  border-radius: 6px;
  background: #fff;
  text-align: center;
}
.worries_list_box:nth-child(odd) {
  margin: 0 10px 10px 0;
}
.worries_list_box:nth-child(even) {
  margin: 0 0px 10px 0;
}
@media (max-width: 768px) {
  .worries_list_box {
    width: 100%;
    flex-direction: row;
  }
  .worries_list_box:nth-child(odd) {
    margin: 0 0px 10px 0;
  }
}
.triangle {
  padding: 15px 10px 0;
  box-sizing: border-box;
  width: 100%;
  margin-top: 2em;
  position: relative;
}
.triangle::after {
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  border-color: rgba(255, 255, 255, 0);
  border-top-width: 20px;
  border-bottom-width: 20px;
  border-left-width: 20px;
  border-right-width: 20px;
  margin-left: -15px;
  border-top-color: #ffffff;
  top: 100%;
  left: 50%;
}
.last_messagebox {
  background: #fff;
  padding: 0 10px 0;
  border: 12px solid #43b665;
  border-top: 10px solid #43b665;
}
.green_box {
  background: #faf8f1;
  padding: 5px;
  color: #287480;
  font-weight: bold;
}
.white_box {
  background: #fff;
  padding: 5px;
  color: #389c7b;
  font-weight: bold;
  border: 1px solid;
}
.thm {
  width: 70%;
  margin: auto;
}
.mb {
  margin-bottom: 1em;
}
.yellow {
  color: #ffefab;
  font-weight: bold;
  font-size: 1.1em;
}
.mb0 {
  margin-bottom: 0;
}
blockquote {
  position: relative;
  padding: 40px 20px 20px 20px;
  background: #fff;
  border: 3px solid #63acb7;
  width: 100%;
  margin: 1em auto 0;
}

blockquote:before {
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 15px;
  color: #63acb7;
  font-size: 28px;
  font-weight: 900;
}

blockquote:after {
  font-family: "Font Awesome 5 Free";
  content: "\f10e";
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 15px;
  color: #63acb7;
  font-size: 28px;
  font-weight: 900;
}

blockquote p {
  padding: 0;
}

blockquote cite {
  font-size: 13px;
  text-align: left;
  color: #888888;
  font-style: italic;
}
.bq_name {
  display: flex;
  padding-top: 1em;
}
.bq_name img {
  width: 100px;
}
.bq_l {
  padding-right: 10px;
}
.num_tag {
  background: #287480;
  padding: 2px 4px;
  border-radius: 5px;
  color: #fff;
}
.green {
  color: #287480;
}
.point_check {
  background: #389c7b;
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 0.5em;
}
.job_tag {
  background: #d9edff;
  font-size: 0.8em;
  padding: 0px 4px;
  margin: 0;
  border-radius: 5px;
}
.bq_r {
  line-height: 1.6;
}
.syu_link {
  text-decoration: none;
  font-weight: normal;
  color: #898a8d;
}
.text_r {
  text-align: right;
}
.gray {
  color: #898a8d;
}
.right {
  text-align: right;
}
@media (max-width: 768px) {
  .right {
    text-align: left;
  }
}
