@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
/*/////////////////////////
common
/////////////////////////*/
html {
  color: #2C2C2C;
  font-family: "Noto Sans JP";
  line-height: 1.7;
  font-size: 62.5%;
  width: 100vw;
  overflow-x: hidden;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 800px) {
  html {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  font-size: 1.8rem;
}
@media screen and (max-width: 576px) {
  body {
    font-size: 1.5rem;
  }
}

h2 {
  margin: 0;
}

a {
  transition: 0.3s all;
}
a:hover {
  opacity: 0.5;
}

img {
  image-rendering: crisp-edges; /* くっきり表示 */
  image-rendering: -webkit-optimize-contrast; /* Safari用 */
}

section {
  padding: 6rem 5rem;
}
@media screen and (max-width: 768px) {
  section {
    padding: 6rem 1.5rem;
  }
}
section > div {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
}

em {
  font-style: normal;
}

.br-none {
  display: none;
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.sp-in {
  display: inline;
}
@media screen and (max-width: 768px) {
  .sp-in {
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .sp-none {
    display: none;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .tab {
    display: block;
  }
}

.tab-none {
  display: none;
}
@media screen and (max-width: 768px) {
  .tab-none {
    display: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}

.btn_viewall {
  width: 50%;
  position: relative;
  transition: 0.3s all;
  overflow: hidden;
  z-index: 1;
  white-space: nowrap;
  font-weight: bold;
  line-height: 1;
  border-radius: 10rem;
  padding: 0.6rem 1.6rem;
  background: linear-gradient(90deg, rgb(39, 129, 255) 0%, rgb(14, 27, 98) 100%);
  color: #fff;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.5);
}
.btn_viewall:has(span) {
  padding: 1rem 1.3rem 1rem 3rem;
}
.btn_viewall--line {
  background: linear-gradient(90deg, rgb(6, 199, 85) 0%, rgb(32, 108, 18) 100%);
  background-repeat: no-repeat;
  color: #fff;
}
.btn_viewall_left {
  flex-basis: 12%;
}
.btn_viewall_left img {
  margin-top: 0.6rem;
}
.btn_viewall_right {
  flex-basis: 10%;
}
.btn_viewall p {
  font-size: 2.3vw;
}
@media screen and (max-width: 768px) {
  .btn_viewall {
    margin: 0 auto;
    font-size: 2.5rem;
    text-align: center;
    padding: 1rem 2rem 1rem 6rem;
    height: 6rem;
    max-width: 100%;
    justify-content: center;
    width: 100%;
  }
  .btn_viewall span {
    margin-left: 1rem;
    padding: 1rem 3rem 1rem 3rem;
    font-size: 1.5rem;
    box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.1);
  }
  .btn_viewall--min {
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 5rem;
  }
}

/*/////////////////////////
bgarea
/////////////////////////*/
.bg-area {
  background-color: #EDF2F8;
  padding: 10rem 6rem;
}
.bg-area_box {
  max-width: 110rem;
  display: flex;
  margin-top: 7rem;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
.bg-area_box .l-benefit, .bg-area_box .l-infographics {
  flex-basis: calc(50% - 4rem);
}
@media screen and (max-width: 768px) {
  .bg-area {
    padding: 5rem 2rem;
  }
  .bg-area_box {
    display: flex;
    margin-top: 6rem;
  }
}

.c-title {
  font-weight: bold;
  font-size: 4.5rem;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 3.8rem;
  }
  .c-title-sub {
    font-size: 2.4rem;
  }
  .c-title-subpage--main {
    font-size: 2.5rem;
  }
  .c-title-subpage--main::before {
    bottom: -0.5rem;
  }
  .c-title-subpage--main .c-title__highlight {
    top: -1.5em;
    font-size: 2rem;
  }
  .c-title-subpage--sub {
    font-size: 2rem;
  }
  .c-title-subpage--sub:before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
  }
  .c-title-subpage--box {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .c-title-subpage--box .c-title__highlight {
    font-size: 2rem;
    top: -1.5em;
  }
  .c-title__highlight {
    font-size: 2rem;
  }
}

.c-flex {
  display: flex;
}

.c-links {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 2rem;
}
.c-links figure {
  border-radius: 6rem;
  overflow: hidden;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.16);
}
.c-links figure img {
  width: 100%;
}
.c-links--center {
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-links {
    flex-direction: column;
    padding-right: 1.5rem;
  }
}

.u-w-100p {
  width: 100%;
}

.u-w-90p {
  width: 90%;
}

.u-w-80p {
  width: 80%;
}

.u-bg-blue {
  background-color: #EDF2F8;
}

.u-bg-gray {
  background-color: #F4F6F8;
}

.u-bg-grd {
  background: linear-gradient(#00afca 0%, #008cca 100%);
}

.u-m-a {
  margin-right: auto;
  margin-left: auto;
}

/*/////////////////////////
header
/////////////////////////*/
.l-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
}

.header {
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  padding: 1rem 0;
  background-color: #fff;
}
.header.is-active {
  position: fixed;
  animation: top-in-basic 1 0.4s 0s;
}
.header .logo {
  transition: 0.3s all;
  padding: 0.5rem;
  margin-left: 2rem;
}
.header .logo:hover {
  opacity: 0.3;
  cursor: pointer;
}
.header .logo a {
  display: flex;
  align-items: center;
  color: #333333;
}
.header .logo a img {
  height: 5rem;
  width: 27rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-right: 1rem;
  -o-object-position: left;
     object-position: left;
  overflow: hidden;
}
.header_right {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  flex-basis: 50%;
  max-width: 50rem;
}
.header_right a {
  min-width: 25rem;
  margin-right: 1rem;
}
.header_right figure {
  border-radius: 6rem;
  overflow: hidden;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0 0 0 1rem;
    height: 6rem;
    box-shadow: none;
  }
  .header .logo {
    margin-left: 0;
  }
  .header .logo a {
    height: 5rem;
  }
  .header .logo a img {
    -o-object-fit: contain;
       object-fit: contain;
    height: 5rem;
    width: 20rem;
    -o-object-position: left;
       object-position: left;
  }
  .header .logo h1 {
    white-space: nowrap;
  }
  .header_right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 0;
    flex-basis: 50%;
  }
  .header_right a {
    min-width: 0;
    margin-right: 1rem;
  }
  .header_right a img {
    max-width: 9rem;
  }
  .header_right figure {
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.16);
  }
  .header_contact {
    display: none;
  }
  .header.is-active .logo img {
    height: 100%;
    position: relative;
  }
}

/*/////////////////////////
top
/////////////////////////*/
.l-top {
  position: relative;
  overflow: hidden;
  background-image: url(../img/top_bg.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 14rem;
  position: relative;
}
.l-top > div {
  max-width: 100rem;
}
@media screen and (max-width: 768px) {
  .l-top {
    padding-top: 10rem;
    padding-bottom: 4rem;
    background-image: url(../img/top_bg_sp.png);
    background-position: top center;
  }
}

.top {
  display: flex;
  justify-content: center;
}
.top_left {
  position: relative;
  z-index: 2;
  flex-basis: 60%;
}
.top_left img {
  width: 100%;
}
.top_left_mid {
  margin-bottom: 1.6rem;
  animation: sway 1.5s infinite;
}
@keyframes sway {
  /* 最初と最後の位置 */
  0%, 100% {
    transform: translateY(0px);
  }
  /* 途中の位置 */
  50% {
    transform: translateY(5px);
  }
}
.top_left_btm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_left_btm a {
  display: block;
  width: calc(50% - 1rem);
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.top_left_btm a:nth-child(even) {
  margin-right: 0;
}
.top_right {
  flex-basis: 40%;
}
.top_right figure {
  width: 100%;
}
.top_right figure img {
  position: absolute;
  bottom: 0;
  right: -5%;
  width: 70%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.top_btm {
  background-image: url(../img/top_btm.png);
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-top: 4rem;
  padding-bottom: 1.8rem;
}
.top_btm figure {
  width: 40%;
  margin: 0 auto;
  max-width: 50rem;
}
@media screen and (max-width: 768px) {
  .top {
    flex-direction: column;
  }
  .top h1 {
    font-size: 2.4rem;
  }
  .top_text {
    font-size: 1.8rem;
    font-weight: 400;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.05em;
    line-height: 2;
    padding: 0;
  }
  .top_text figure {
    width: 60%;
    margin: 4rem 0;
  }
  .top_point {
    font-size: 1.4rem;
    padding-right: 2rem;
    padding-left: 5rem;
    background-position: 1.5rem center;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
  .top_left_top {
    margin-bottom: 0;
  }
  .top_left_mid {
    width: 100%;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 5rem;
  }
  .top_left_btm {
    justify-content: center;
  }
  .top_right {
    display: none;
  }
  .top_btn {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 2;
    background-image: url(../img/top_btn_bg.png);
    background-size: cover;
    padding: 0 1rem;
    z-index: 10;
  }
  .top_btn a {
    display: block;
    flex-basis: 50%;
    margin-right: 1rem;
    padding: 2rem 1rem;
  }
  .top_btn a:nth-child(2) {
    margin-right: 0;
  }
  .top_btn a figure {
    border-radius: 6rem;
    overflow: hidden;
  }
  .top_btm {
    padding-top: 2rem;
    padding-bottom: 1.8rem;
  }
  .top_btm figure {
    width: 70%;
    margin: 0 auto;
  }
}

/*/////////////////////////
higai
/////////////////////////*/
.l-higai {
  padding-top: 3rem;
}

.higai_top {
  margin-bottom: 3.7rem;
}
.higai_title {
  margin-bottom: 6rem;
}
.higai_item {
  display: flex;
  margin-bottom: 6rem;
  padding-left: 11.5rem;
  position: relative;
}
.higai_item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 67px solid transparent;
  border-left: 67px solid transparent;
  border-top: 2.3rem solid #39AEEF;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5rem;
}
.higai_item:last-child::after {
  display: none;
}
.higai_item h3 {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 1rem;
  position: relative;
  line-height: 1.4;
}
.higai_item h3 span {
  color: #EF6922;
}
.higai_item figure {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.higai_item p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
}
.higai_item div {
  background-color: #EBEBEB;
  padding: 2rem 2.3rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .higai_title {
    margin-bottom: 3rem;
  }
  .higai_item {
    padding-left: 8rem;
  }
  .higai_item img {
    width: 7rem;
  }
  .higai_item div {
    padding: 2rem;
  }
  .higai_item h3 {
    font-size: 1.7rem;
  }
  .higai_item p {
    font-size: 1.3rem;
  }
  .higai_item:last-child {
    margin-bottom: 0;
  }
}

/*//////////////////////
case
/////////////////////// */
.l-case {
  background-color: #EBEBEB;
  color: #2c2c2c;
}
@media screen and (max-width: 768px) {
  .l-case {
    padding-bottom: 4rem;
  }
}

.case_title {
  width: 30%;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.case_item {
  background-color: #fff;
  padding: 2.5rem 4rem;
  margin-bottom: 2.5rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.case_item_title {
  display: flex;
  align-items: center;
  padding-bottom: 2.5rem;
  margin-bottom: 3rem;
  border-bottom: 2px solid #a3d6ff;
}
.case_item_icon {
  flex-basis: 15rem;
  margin-right: 2.5rem;
}
.case_item_text {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 2rem;
}
.case_item_criminal {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.case_item_criminal figure {
  margin-right: 3rem;
  flex-basis: 12rem;
}
.case_item_criminal_text {
  background-color: #DCEBF7;
  border-radius: 2rem;
  position: relative;
  z-index: 2;
  padding: 1.7rem 3rem;
  flex-basis: 100%;
}
.case_item_criminal_text p {
  font-size: 2.2rem;
  font-weight: bold;
}
.case_item_criminal_text p span {
  font-size: 1.8rem;
  font-weight: 400;
}
.case_item_criminal_text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 30px solid #DCEBF7;
  z-index: 1;
}
.case_item:nth-child(1) .case_item_genre {
  flex-basis: 50%;
}
.case_item:nth-child(2) .case_item_genre {
  flex-basis: 55%;
}
.case_item:nth-child(3) .case_item_genre {
  flex-basis: 59%;
}
.case_item:nth-child(4) .case_item_genre {
  flex-basis: 68%;
}
.case_item:nth-child(5) .case_item_genre {
  flex-basis: 54%;
}
.case_item_last h2 {
  display: inline-block;
  padding: 0.2rem 1.7rem;
  font-size: 2.2rem;
  color: #fff;
  font-weight: bold;
  background-color: #0A8BE9;
  margin-bottom: 1rem;
}
.case_item_last p {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .case_title {
    width: 43%;
    margin-bottom: 13rem;
  }
  .case_item {
    padding: 2.5rem 2rem;
    margin-bottom: 10rem;
    padding-top: 0;
  }
  .case_item_title {
    flex-direction: column;
    padding-bottom: 2.5rem;
    margin-bottom: 3rem;
    border-bottom: 2px solid #a3d6ff;
  }
  .case_item_icon {
    width: 50%;
    margin-right: 0;
    margin: 0 auto;
    margin-top: -7rem;
    margin-bottom: 2rem;
  }
  .case_item_text {
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .case_item_criminal {
    margin-bottom: 1.6rem;
    align-items: flex-start;
  }
  .case_item_criminal figure {
    margin-right: 3rem;
    flex-basis: 7rem;
  }
  .case_item_criminal_text {
    border-radius: 2rem;
    padding: 1rem;
  }
  .case_item_criminal_text p {
    font-size: 1.6rem;
  }
  .case_item_criminal_text p span {
    font-size: 1.8rem;
  }
  .case_item_criminal_text::before {
    top: 20px;
    left: -1rem;
    transform: translateY(-50%);
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 20px solid #DCEBF7;
    z-index: 1;
  }
  .case_item:nth-child(1) .case_item_genre {
    width: 80%;
    margin-right: auto;
  }
  .case_item:nth-child(2) .case_item_genre {
    width: 88%;
    margin-right: auto;
  }
  .case_item:nth-child(3) .case_item_genre {
    width: 94%;
    margin-right: auto;
  }
  .case_item:nth-child(4) .case_item_genre {
    width: 100%;
    margin-right: auto;
  }
  .case_item:nth-child(5) .case_item_genre {
    width: 88%;
    margin-right: auto;
  }
  .case_item_btm {
    font-size: 1.4rem;
  }
  .case_item_last {
    padding-top: 3rem;
    margin-top: -7rem;
    margin-bottom: 0;
  }
  .case_item_last h2 {
    display: inline-block;
    padding: 0.2rem 1.7rem;
    font-size: 2.2rem;
    color: #fff;
    font-weight: bold;
    background-color: #0A8BE9;
    margin-bottom: 1rem;
  }
  .case_item_last p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

/*/////////////////////////
care
/////////////////////////*/
.l-care {
  background-color: #6C9ED8;
  background-image: url(../img/care_bg.jpg);
  background-size: 100%;
  background-position: top center;
}

.care p {
  color: #1D3557;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  font-weight: 700;
  line-height: 1.4;
}
.care p span {
  color: #EF6922;
}
.care_title_01 {
  width: 50%;
  margin: 0 auto;
  max-width: 50rem;
}
.care_title_02 {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.care_item {
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 2rem 2.5rem;
  border-radius: 2rem;
  margin-bottom: 2.7rem;
}
.care_item figure {
  width: 5rem;
  height: 5rem;
  flex-basis: 5rem;
  margin: 0;
  margin-right: 3rem;
}
.care_item figure img {
  width: 100%;
}
.care_item p {
  font-size: 2.3rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .care_title_01 {
    width: 70%;
  }
  .care_title_02 {
    width: 90%;
    margin-bottom: 2.6rem;
  }
  .care_item {
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 2rem 2.5rem;
    border-radius: 2rem;
    margin-bottom: 1.2rem;
  }
  .care_item figure {
    width: 28px;
    height: 28px;
    flex-basis: 28px;
    margin: 0;
    margin-right: 3rem;
  }
  .care_item figure img {
    width: 100%;
  }
  .care_item p {
    font-size: 1.5rem;
    flex-basis: calc(100% - 28px);
  }
}

.point_title {
  margin-bottom: 7rem;
}
.point_item {
  position: relative;
  margin-bottom: 5rem;
  background-color: #F1F9FF;
  padding: 2rem 2.4rem;
  padding-bottom: 3rem;
}
.point_item_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2rem;
}
.point_item_title figure {
  margin-right: 2rem;
  flex-basis: 40%;
}
.point_item_title h3 {
  font-size: 3.4rem;
  line-height: 1.4;
  font-weight: 700;
  flex-basis: 60%;
}
.point_item p {
  font-size: 1.8rem;
  font-weight: 500;
}
.point_item p span {
  color: #EF6922;
}
.point_item:last-child {
  margin-bottom: 0;
}
.point_icon {
  position: absolute;
  top: -1.5rem;
  left: 0;
  width: 15rem;
}
@media screen and (max-width: 768px) {
  .point_item_title {
    flex-direction: column;
  }
  .point_item_title figure {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .point_item_title h3 {
    font-size: 2.4rem;
  }
  .point_item p {
    font-size: 1.4rem;
  }
}

/*//////////////////////
hiyou
/////////////////////// */
.l-hiyou {
  background-color: #A3D6FF;
}
@media screen and (max-width: 768px) {
  .l-hiyou {
    padding-bottom: 4rem;
  }
}

.hiyou_title {
  width: 40%;
  margin: 0 auto;
  margin-bottom: 6rem;
}
.hiyou_soudan {
  position: relative;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  padding: 5rem;
  margin-bottom: 1.6rem;
}
.hiyou_soudan_title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 3.5rem;
  margin-left: 2rem;
}
.hiyou_soudan_title h3 {
  font-size: 7rem;
  font-weight: 900;
  margin-right: 8rem;
}
.hiyou_soudan_title figure {
  width: 30%;
}
.hiyou_soudan_text {
  background-color: #FFF0E2;
  border-radius: 2rem;
  padding: 2.2rem 2.4rem;
  padding-bottom: 3rem;
}
.hiyou_soudan_text h2 {
  font-size: 3.7rem;
  color: #EF6922;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.hiyou_soudan_text p {
  font-size: 2rem;
  color: #1D3557;
  font-weight: 700;
}
.hiyou_soudan_ledy {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
}
.hiyou_per {
  display: flex;
}
.hiyou_per_left, .hiyou_per_right {
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  padding: 2rem 0;
  padding-bottom: 4rem;
  margin-bottom: 4rem;
}
.hiyou_per_left h2, .hiyou_per_right h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: 900;
}
.hiyou_per_left figure, .hiyou_per_right figure {
  width: 70%;
  margin: 0 auto;
}
.hiyou_per_left {
  margin-right: 0.8rem;
}
.hiyou_per_right {
  margin-left: 0.8rem;
}
.hiyou_flow {
  margin-bottom: 4rem;
}
.hiyou_flow h2 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 2.3rem;
}
.hiyou_flow p {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
}
.hiyou_flow p span {
  font-weight: 700;
}
.hiyou_pay {
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
  padding: 3rem 3.6rem;
}
.hiyou_pay_title {
  width: 50%;
  margin: 0 auto;
  margin-bottom: 2.6rem;
}
.hiyou_pay_text {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 3.4rem;
}
.hiyou_pay_item {
  background-color: #DCEBF7;
  border-radius: 1rem;
  margin-bottom: 1rem;
  padding: 2.3rem 3.2rem;
}
.hiyou_pay_item h2 {
  text-align: left;
  position: relative;
  padding-left: 8rem;
  font-size: 2rem;
  font-weight: 700;
}
.hiyou_pay_item h2:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 3.7rem;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: #1D3557;
  border-radius: 100%;
}
.hiyou_pay_item figure {
  padding-left: 8rem;
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .hiyou_title {
    width: 60%;
    margin-bottom: 3rem;
  }
  .hiyou_soudan {
    padding: 2rem;
    margin-bottom: 1rem;
  }
  .hiyou_soudan_title {
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
    margin-left: 0;
  }
  .hiyou_soudan_title h3 {
    font-size: 3rem;
    font-weight: 900;
    margin-right: 3rem;
    margin-top: 2rem;
  }
  .hiyou_soudan_title figure {
    width: 40%;
  }
  .hiyou_soudan_text {
    padding: 2.2rem 1.6rem;
    padding-bottom: 3rem;
  }
  .hiyou_soudan_text h2 {
    font-size: 2rem;
    margin-bottom: 1.6rem;
  }
  .hiyou_soudan_text p {
    font-size: 1.6rem;
    padding-right: 10rem;
  }
  .hiyou_soudan_ledy {
    width: 30%;
    bottom: 2rem;
  }
  .hiyou_per {
    display: flex;
    flex-direction: column;
  }
  .hiyou_per_left, .hiyou_per_right {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.16);
    padding: 2rem 1.5rem;
    margin-bottom: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .hiyou_per_left h2, .hiyou_per_right h2 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 0;
    flex-basis: 50%;
    text-align: left;
    line-height: 1;
  }
  .hiyou_per_left figure, .hiyou_per_right figure {
    width: 100%;
    margin: 0 auto;
  }
  .hiyou_per_left {
    margin-right: 0;
    margin-bottom: 1rem;
  }
  .hiyou_per_right {
    margin-left: 0;
    margin-bottom: 3rem;
  }
  .hiyou_flow {
    margin-bottom: 3rem;
  }
  .hiyou_flow h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  .hiyou_flow p {
    font-size: 1.4rem;
  }
  .hiyou_pay {
    padding: 3rem 2rem;
    padding-top: 4rem;
  }
  .hiyou_pay_title {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .hiyou_pay_text {
    font-size: 1.7rem;
    margin-bottom: 3rem;
  }
  .hiyou_pay_item {
    margin-bottom: 1rem;
    padding: 2.3rem 2rem;
  }
  .hiyou_pay_item h2 {
    padding-left: 4rem;
    font-size: 1.8rem;
  }
  .hiyou_pay_item h2:before {
    left: 1rem;
    width: 12px;
    height: 12px;
  }
  .hiyou_pay_item figure {
    padding-left: 4rem;
    margin-top: 2rem;
  }
}

/*/////////////////////////
henkin
/////////////////////////*/
.l-henkin {
  background-color: #A3D6FF;
}

.henkin_title {
  width: 40%;
  margin: 0 auto;
  margin-bottom: 6rem;
}
.henkin_item {
  position: relative;
  margin-bottom: 7rem;
  background-color: #fff;
  padding: 0 4rem;
  padding-top: 4rem;
  padding-bottom: 3rem;
}
.henkin_item_title {
  margin-bottom: 2rem;
}
.henkin_item_title figure {
  margin-right: 2rem;
  flex-basis: 40%;
}
.henkin_item_title h3 {
  font-size: 3.4rem;
  line-height: 1.4;
  font-weight: 700;
  padding-bottom: 1rem;
  border-bottom: 2px solid #1D3557;
}
.henkin_item_title h3 span {
  color: #EF6922;
}
.henkin_item p {
  font-size: 1.8rem;
  font-weight: 500;
}
.henkin_item p span {
  color: #EF6922;
}
.henkin_item:last-child {
  margin-bottom: 0;
}
.henkin_item_btm {
  display: flex;
}
.henkin_item_btm figure {
  margin-right: 2rem;
}
.henkin_item_btm figure img {
  width: 28rem;
  max-width: none;
}
.henkin_item_btm p {
  font-size: 2rem;
  font-weight: 700;
}
.henkin_item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 67px solid transparent;
  border-left: 67px solid transparent;
  border-top: 2.3rem solid #1D3557;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5rem;
}
.henkin_item:last-child::after {
  display: none;
}
.henkin_icon {
  position: absolute;
}
.henkin_icon_01 {
  top: -4rem;
  left: 1.8rem;
  width: 60px;
}
.henkin_icon_02 {
  top: -4rem;
  left: 1.8rem;
  width: 70px;
}
.henkin_icon_03 {
  top: -4rem;
  left: 1.8rem;
  width: 70px;
}
@media screen and (max-width: 768px) {
  .henkin_title {
    width: 70%;
    margin-bottom: 5rem;
  }
  .henkin_item {
    margin-bottom: 7rem;
    padding: 0 2rem;
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  .henkin_item_title {
    margin-bottom: 2rem;
  }
  .henkin_item_title figure {
    margin-right: 2rem;
    flex-basis: 40%;
  }
  .henkin_item_title h3 {
    font-size: 2.8rem;
    padding-bottom: 1rem;
    border-bottom: 0;
  }
  .henkin_item p {
    font-size: 1.8rem;
    font-weight: 500;
  }
  .henkin_item p span {
    color: #EF6922;
  }
  .henkin_item:last-child {
    margin-bottom: 0;
  }
  .henkin_item_btm {
    display: flex;
    flex-direction: column;
  }
  .henkin_item_btm figure {
    margin-right: 0;
    margin-bottom: 2rem;
  }
  .henkin_item_btm figure img {
    width: 100%;
    max-width: none;
  }
  .henkin_item_btm p {
    font-size: 1.4rem;
    font-weight: 500;
  }
  .henkin_item::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 67px solid transparent;
    border-left: 67px solid transparent;
    border-top: 2.3rem solid #1D3557;
    border-bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -5rem;
  }
  .henkin_item:last-child::after {
    display: none;
  }
  .henkin_icon {
    position: absolute;
  }
  .henkin_icon_01 {
    top: -2rem;
    left: 2rem;
    width: 50px;
  }
  .henkin_icon_02 {
    top: -2rem;
    left: 2rem;
    width: 60px;
  }
  .henkin_icon_03 {
    top: -2rem;
    left: 2rem;
    width: 60px;
  }
}

/*/////////////////////////
faq
/////////////////////////*/
.l-faq {
  background-color: #A3D6FF;
}

.faq_title {
  width: 40%;
  margin: 0 auto;
  margin-bottom: 4rem;
}
.faq_item {
  display: flex;
  margin-bottom: 3rem;
  flex-direction: column;
  overflow: hidden;
  background-color: #fff;
  outline-offset: -1px;
}
.faq_item_title {
  font-size: 2rem;
  font-weight: bold;
  padding: 2.5rem 2.2rem;
  line-height: 1.4;
  color: #fff;
  background-color: #0A8BE9;
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 9rem;
  gap: 3rem;
}
.faq_item_title::before, .faq_item_title::after {
  content: "";
  width: 3.5rem;
  height: 0.4rem;
  background-color: #fff;
  position: absolute;
  right: 3rem;
  top: 50%;
  transition: 0.3s all;
}
.faq_item_title::after {
  transform: rotate(90deg);
}
.faq_item_title:hover {
  cursor: pointer;
}
.faq_item_title span {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
}
.faq_item.is-active .faq_item_title::after {
  transform: rotate(180deg);
}
.faq_item_text {
  padding: 2.5rem 2.2rem;
  font-size: 2rem;
  font-weight: 500;
  display: flex;
  gap: 3rem;
}
.faq_item_text p {
  font-size: 1.9rem;
  flex-basis: calc(100% - 6rem);
}
.faq_item_text span {
  font-size: 3rem;
  font-weight: bold;
  color: #EF6922;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .faq_title {
    margin-bottom: 3rem;
  }
  .faq_item {
    margin-bottom: 2rem;
  }
  .faq_item_title {
    font-size: 1.5rem;
    padding: 1rem;
    padding-right: 5rem;
    gap: 1.4rem;
  }
  .faq_item_title::before, .faq_item_title::after {
    right: 1rem;
    width: 3rem;
    height: 0.3rem;
  }
  .faq_item_title span {
    font-size: 2.5rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .faq_item_text {
    padding: 1rem;
    gap: 1.4rem;
  }
  .faq_item_text span {
    font-size: 2.5rem;
  }
  .faq_item_text p {
    flex-basis: calc(100% - 4rem);
    font-size: 1.4rem;
  }
}

/*/////////////////////////
lawyer
/////////////////////////*/
.l-lawyer {
  background-image: url(../img/lawyer_bg.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

.lawyer_title {
  width: 45%;
  margin: 0 auto;
  margin-bottom: 7rem;
}
.lawyer_intro {
  display: flex;
  margin-bottom: 3rem;
}
.lawyer_intro figure {
  margin-right: 3.3rem;
  flex-basis: 30%;
}
.lawyer_text {
  flex-basis: 70%;
  background-color: #fff;
  padding: 2rem 2.8rem;
}
.lawyer_text h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #0A8BE9;
}
.lawyer_text p {
  font-size: 1.7rem;
}
.lawyer_company table {
  width: 100%;
  background-color: #fff;
  border-spacing: 0;
  border-top: 2px solid #1D3557;
}
.lawyer_company th {
  width: 30%;
  border-bottom: 2px solid #1D3557;
  padding: 2rem 4rem;
}
.lawyer_company td {
  width: 70%;
  border-bottom: 2px solid #1D3557;
  padding: 2rem 4rem;
}
@media screen and (max-width: 768px) {
  .lawyer_company_title {
    margin-bottom: 2rem;
  }
  .lawyer_company tr {
    display: flex;
    flex-direction: column;
  }
  .lawyer_company th {
    width: 100%;
    padding: 1.5rem 2.3rem;
    padding-bottom: 0;
    border-bottom: none;
  }
  .lawyer_company td {
    width: 100%;
    padding: 0.5rem 2.3rem;
    font-size: 1.4rem;
  }
  .lawyer_company td:last-child {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .lawyer_title {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 7rem;
  }
  .lawyer_intro {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.4rem;
  }
  .lawyer_intro figure {
    inline-size: 60%;
    margin-right: 0;
    margin: 0 auto;
    margin-bottom: 3rem;
  }
  .lawyer_text {
    padding: 2rem 2.8rem;
  }
  .lawyer_text h2 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .lawyer_text p {
    font-size: 1.4rem;
  }
}

/*/////////////////////////
privacy
/////////////////////////*/
.company_title {
  margin-bottom: 5rem;
}
.company table {
  width: 100%;
  border-spacing: 0;
}
.company th {
  width: 30%;
  border-bottom: 1px solid #1D3557;
  padding: 2rem;
}
.company td {
  width: 70%;
  border-bottom: 1px solid #1D3557;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .company_title {
    margin-bottom: 2rem;
  }
  .company tr {
    display: flex;
    flex-direction: column;
  }
  .company th {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }
  .company td {
    width: 100%;
    padding-top: 0.5rem;
  }
}

/*/////////////////////////
footer
/////////////////////////*/
footer.l-footer {
  position: relative;
  background-color: #FEFEFE;
}

.footer {
  padding: 1rem 1.5rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 1.4rem;
}
.footer_logo {
  font-size: 1.4rem;
  line-height: 1.5;
}
.footer_logo a {
  margin-right: 1rem;
  display: block;
  vertical-align: middle;
  margin-bottom: 1rem;
  width: 28rem;
}
.footer_logo a img {
  width: 100%;
  max-width: 30rem;
}
.footer_top {
  margin: 0 auto;
  padding: 5rem 2rem 4rem;
  display: flex;
  justify-content: space-between;
  gap: 10%;
}
.footer_top_left {
  width: 20%;
  flex-basis: 20%;
  display: flex;
}
.footer_top_right {
  width: 100%;
  flex-basis: 100%;
}
.footer_btm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 1rem;
  background-color: #1D3557;
  color: #fff;
  font-size: 1.6rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .footer_logo {
    display: flex;
    width: 100%;
    flex-direction: column;
  }
  .footer_logo a {
    width: 100%;
    max-width: 20rem;
  }
  .footer_top {
    flex-basis: 100%;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: flex-start;
    padding: 2rem 1rem;
  }
  .footer_top .footer_navs {
    justify-content: flex-start;
  }
  .footer_top_left {
    width: 100%;
  }
  .footer_top_left a {
    margin-top: 3rem;
  }
  .footer_top_right {
    width: 100%;
    margin-top: 0;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footer_top .footer_nav li {
    flex-basis: auto;
    border-bottom: 1px solid #D0D0DE;
  }
  .footer_top .footer_nav li a {
    padding-left: 3rem;
    background-image: url(../img/lp/footer_icon.svg);
    background-position: left 50%;
    background-size: 2rem;
    background-repeat: no-repeat;
  }
  .footer_btm {
    text-align: center;
  }
  .footer_btm .footer_nav {
    text-align: center;
  }
  .footer_btm .footer_nav a {
    margin-bottom: 1rem;
  }
  .footer_navs {
    width: auto;
    justify-content: flex-start;
  }
  .footer_navs ul {
    flex-direction: column;
  }
  .footer_nav {
    display: block;
    width: 100%;
  }
  .footer_nav_corporate {
    margin-top: 0;
  }
  .footer_nav_corporate ul li a {
    font-size: 0.8em;
  }
}

/*/////////////////////////
cta
/////////////////////////*/
.l-cta {
  background-color: #39AEEF;
  padding: 3rem;
}
@media screen and (max-width: 768px) {
  .l-cta {
    padding: 2rem;
  }
}

.cta {
  position: relative;
  background-color: #fff;
  min-height: 36rem;
  padding: 3rem;
}
.cta_title {
  width: 100%;
  margin-bottom: 2rem;
}
.cta_title img {
  width: 100%;
}
.cta_main {
  display: flex;
  align-items: center;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 3rem;
}
.cta_icon {
  flex-basis: 23%;
  margin-right: 2.5rem;
}
.cta_kw {
  flex-basis: 77%;
}
.cta_bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}
.cta__buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  border-radius: 0 0 2rem 2rem;
  border: 4px solid #1D3557;
}
.cta__button {
  display: inline-block;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border-radius: 40rem;
  width: 100%;
  white-space: nowrap;
}
.cta__button--line {
  background: #06C755;
}
.cta__button--form {
  background: #1D3557;
}
@media screen and (max-width: 768px) {
  .cta {
    padding: 1.5rem;
    padding-right: 0;
  }
  .cta p {
    font-size: 1.8rem;
    margin-bottom: 1rem;
  }
  .cta_icon {
    flex-basis: 25%;
    margin-right: 1rem;
  }
  .cta__title {
    margin-bottom: 2rem;
  }
  .cta_kw {
    flex-basis: 70%;
  }
  .cta_main {
    align-items: center;
    padding-right: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .cta__items {
    gap: 1rem;
  }
}

.simulator {
  background: #88ACD6;
  display: none;
}

.open-form {
  background-image: url(../img/sim_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
}
.open-form_text {
  width: 100%;
  margin: 0 auto;
  max-width: 800px;
}
.open-form_text img {
  width: 100%;
  margin-top: -2.6rem;
}
@media screen and (max-width: 768px) {
  .open-form {
    padding: 0 2rem;
    padding-bottom: 2rem;
  }
  .open-form_text {
    padding-top: 2rem;
  }
  .open-form_text img {
    margin-top: -2.4rem;
  }
}

.open-simulator {
  max-width: 620px;
  transition: 0.3s all;
  cursor: pointer;
  margin: 0 auto;
  margin-top: -7rem;
}
@media screen and (max-width: 768px) {
  .open-simulator {
    width: 100%;
    margin: 0 auto;
    margin-top: -1rem;
  }
}

.open-simulator:hover {
  opacity: 0.5;
}

/*==============
LINE風フキダシ
===============*/
/*フレームとフォント*/
.kaiwa.line {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Helvetica Neue", "Lucida Sans Unicode", "Arial";
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  overflow: hidden;
}

/*フキダシ共通*/
.kaiwa.line .fukidasi {
  position: relative;
  display: inline-block;
  margin: 1%;
  border-radius: 19px;
  overflow-wrap: break-word;
  clear: both;
  box-sizing: content-box; /*はてな用*/
  font-size: min(25px, 4vw);
}

/*フキダシ左*/
.kaiwa.line .fukidasi.left {
  float: left;
  background: white;
  padding: min(25px, 4vw) 1rem;
}

/*グループのときのフキダシ*/
.kaiwa.line .name + .fukidasi.left {
  margin-top: 5px;
  margin-left: 14rem;
}
@media screen and (max-width: 768px) {
  .kaiwa.line .name + .fukidasi.left {
    margin-left: 10rem;
  }
}

/*フキダシ右*/
.kaiwa.line .fukidasi.right {
  float: right;
  margin-right: 12px;
  background: #7adc40;
  padding: min(25px, 4vw) 1rem;
}

/*相手の名前*/
.kaiwa.line .name {
  clear: right;
  color: white;
  margin-left: 14rem;
}
@media screen and (max-width: 768px) {
  .kaiwa.line .name {
    margin-left: 10rem;
  }
}

/*ユーザアイコン*/
.kaiwa.line .icon {
  position: absolute;
  width: 11rem;
  height: 11rem;
  left: -14rem;
  top: -0.8em;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 768px) {
  .kaiwa.line .icon {
    width: 8rem;
    height: 8rem;
    top: 50%;
    left: -10rem;
    transform: translateY(-50%);
  }
}

/*しっぽ共通*/
.kaiwa.line .fukidasi::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 13px;
  top: 50%;
  transform: translateY(-50%);
}

/*しっぽ左*/
.kaiwa.line .fukidasi.left:after {
  left: -10px;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 20px solid #fff;
}

/*しっぽ右*/
.kaiwa.line .fukidasi.right::after {
  right: -10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 22px solid #79dc40;
}

/*フキダシが続いてしっぽがないとき*/
.kaiwa.line .left + .left::after,
.kaiwa.line .right + .right::after {
  content: none;
}

.question {
  display: flex;
  flex-wrap: wrap;
  float: right;
  margin-top: 2.7rem;
  width: 100%;
}

.question input {
  display: none;
}

.question label {
  background: linear-gradient(180deg, rgb(39, 129, 255) 0%, rgb(14, 27, 98) 100%);
  border: 2px solid #fff;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  text-align: center;
  display: inline-block;
  flex-basis: 46%;
  color: #fff;
  padding: 3rem 0;
}

.question label:hover {
  cursor: pointer;
}

.hide-conversation {
  display: none;
}
.hide-conversation iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.iframe-container {
  height: 100vh;
}

.after-chat {
  background-color: #000;
  color: #FFF;
  clear: both;
  text-align: center;
  padding: 20px;
  font-size: min(25px, 4vw);
  margin-bottom: 2rem;
}

.before-form {
  color: #1D3557;
  padding: 10px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 1.8rem;
  margin-bottom: 2.7rem;
}
@media screen and (max-width: 768px) {
  .before-form {
    font-size: 1.5rem;
    line-height: 1.4;
  }
}

.before-form > span {
  color: red;
}

.contact-form {
  width: 100%;
  max-width: 800px;
  height: 30em;
}

#lstep {
  height: 1px;
}

/* 追尾
---------------- */
@media screen and (max-width: 1050px) {
  .sp_banner {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    padding: 0px;
    width: 100%;
    text-align: center;
    background-color: #fff;
  }
  .sp_banner ul {
    width: 100%;
  }
  .sp_banner li {
    display: inline-block;
    width: 100%;
  }
}
/*チャット吹き出し*/
.pointarea {
  background-size: auto auto;
  background-color: rgb(255, 254, 205);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 15px, rgb(255, 223, 173) 15px, rgb(255, 223, 173) 16px), repeating-linear-gradient(180deg, transparent, transparent 15px, rgb(255, 223, 173) 15px, rgb(255, 223, 173) 16px);
  padding: 30px;
}

.balloon_l,
.balloon_r {
  max-width: 700px;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
  align-items: flex-start;
  /*縦位置を上揃え*/
  /*   align-items: center; */
  /*縦位置を真ん中揃え*/
}

.balloon_r {
  justify-content: flex-end;
}

.faceicon img {
  width: 300px;
  /*任意のサイズ*/
  height: auto;
}

.balloon_r .faceicon {
  margin-left: 25px;
}

.balloon_l .faceicon {
  margin-right: 25px;
}

.balloon_r .faceicon {
  order: 2 !important;
}

.says {
  max-width: 75%;
  /*最大幅は任意*/
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 17px 13px 15px 18px;
  border-radius: 12px;
  background: #fffff0;
  /*色は任意*/
  box-sizing: border-box;
  margin: 0 !important;
  line-height: 1.5;
  /*   align-items: center; */
  box-shadow: 2px 2px 4px gray;
}

.says p {
  margin: 8px 0 0 !important;
}

.says p:first-child {
  margin-top: 0 !important;
}

.says:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  /*   margin-top:-3px;  */
}

.balloon_l .says:after {
  left: -26px;
  border-right: 22px solid #fffff0;
}

.balloon_r .says:after {
  right: -26px;
  border-left: 22px solid #fffff0;
}

@media screen and (max-width: 1050px) {
  .pointarea {
    padding: 20px 5px;
  }
  .says {
    max-width: 70%;
    /*最大幅は任意*/
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 17px 13px 15px 18px;
    border-radius: 12px;
    background: #fffff0;
    /*色は任意*/
    box-sizing: border-box;
    margin: 0 !important;
    line-height: 1.5;
    /*   align-items: center; */
  }
  .balloon_l .faceicon {
    margin-right: 5px;
  }
  .faceicon img {
    width: 300px;
    /*任意のサイズ*/
    height: auto;
  }
}
.privacy {
  padding-top: 8rem;
}
.privacy h2 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .privacy h2 {
    font-size: 2rem;
  }
}
.privacy h3 {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .privacy h3 {
    font-size: 1.6rem;
  }
}
.privacy p {
  margin-top: 1rem;
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .privacy p {
    font-size: 1.4rem;
  }
}
.privacy ul {
  margin-left: 2rem;
}
.privacy li {
  list-style-type: disc;
  list-style: disc;
}
.privacy_company {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 6rem;
}/*# sourceMappingURL=lp.css.map */