@charset "UTF-8";
/* ________定義_______ */
section.rise-top {
  --main-color: #1a436d;
  --main-bg-color: #e5f1fb;
}

section.rise-kojin {
  --main-color: #416700;
  --main-bg-color: #f4f8ec;
}

section.rise-keiei {
  --main-color: #155074;
  --main-bg-color: #ecf4f8;
}

html {
  font-size: 62.5%;
}

img {
  width: 900px;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

.flex, .action_contents .action_top_01 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

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

@media screen and (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}
.display-none,
.pc-none {
  display: none;
}

.pc_flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .pc_flex {
    display: block;
  }
}

.img-center {
  display: block;
  margin: 0 auto;
}

.HL_text, #case_pulldown .box .white .text span, .pat_03 .pat_03_text span, .merit_back .pat_02 .pat_02_content span, .info span {
  font-weight: bold;
  background: linear-gradient(transparent 77%, #ffe5ac 77%);
}

.blue_back {
  background-color: #fff;
  padding: 1px;
}

.back_pat00 {
  background-size: 100% auto;
  background-image: url(../images/blue_bg.svg);
  background-repeat: repeat;
  background-position: center top;
  padding: 1px;
}

.max_img {
  width: 900px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .max_img {
    width: 100%;
  }
}

@font-face {
  font-family: "Meiryo";
  font-weight: 400;
  src: url(../fonts/MEIRYO.woff) format("woff");
}
@font-face {
  font-family: "Meiryo";
  font-weight: bold;
  src: url(../fonts/MEIRYOB.woff) format("woff");
}
/* ________MAIN_______ */
body {
  color: #333;
  background: #f7f7f7;
  line-height: 2;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", メイリオ, "Times New Roman", YuMincho, "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  letter-spacing: 0.05rem;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  body {
    letter-spacing: 0.05rem;
    font-size: 1.7rem;
    line-height: 1.8;
  }
}

/* FV */
header {
  width: 990px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
header img {
  width: 400px;
  padding: 0px 0;
}
@media screen and (max-width: 768px) {
  header {
    width: 100%;
    display: block;
    margin: 0 auto;
    background: #ffffff;
    border-bottom: 3px solid var(--main-color);
  }
  header img {
    width: 75%;
    display: block;
    margin: 0 auto;
  }
}

.office_header {
  background: var(--main-color);
  padding: 20px 0;
  color: white;
  text-align: center;
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  line-height: 1.5;
  border-top: 5px solid #31aed2;
  text-shadow: 1px 1px 2px #424242;
}
.office_header .office_header_inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
  .office_header {
    font-size: 2.5rem;
    padding: 15px 10px 15px;
    line-height: 1.3;
    border-top: none;
  }
  .office_header .office_header_inner {
    width: 100%;
  }
  .office_header .office_header_inner small {
    font-size: 1.5rem;
    display: block;
    line-height: 1.5;
    margin: 10px 0 5px;
  }
}

.header_back {
  /* background: #eeeae6; */
  /* height: 728px; */
  background: no-repeat center center;
  background-size: cover;
  background-image: url(../images/rise_back.webp);
}
.header_back .header_inner {
  width: 1080px;
  margin: 0px auto 0;
  padding: 0px 0 0px 0;
  /* height: 620px; */
  position: relative;
}
.header_back .header_inner img {
  width: 100%;
}
.header_back .header_inner small {
  font-size: 1.3rem;
}
.header_back .header_inner .main_bottom {
  background-color: #ffe8c1;
  padding: 30px 0;
}
.header_back .header_inner .main_bottom img {
  width: 1050px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .header_inner {
    width: 100%;
    position: relative;
    padding: 0;
  }
  .header_inner img {
    width: 100%;
  }
}
.USP {
  background: no-repeat center center;
  background-image: url(../images/ace_USP_back.webp);
  background-size: cover;
}
.USP .USP_inner {
  display: block;
  margin: 0 auto;
  width: 1080px;
}
.USP .USP_inner > div {
  margin-left: auto;
  width: 85%;
  margin-right: 0;
}
.USP .USP_inner > div img {
  width: 100%;
  padding: 60px 0px 60px 0px;
}

/* コンテンツ全体 */
.contents {
  width: 900px;
  margin: 0px auto;
  padding: 50px 0;
}
.contents .contents_title {
  line-height: 1.5;
  text-align: center;
  font-size: 3.5rem;
  margin: 0px 0 40px;
  color: rgb(255, 255, 255);
  padding: 15px 0;
  background-color: var(--main-color);
}
.contents .contents_subtitle {
  position: relative;
  display: block;
  text-align: center;
  margin: 55px 0 28px;
}
.contents .contents_subtitle::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  font-size: 30px;
  color: var(--main-color);
  margin: -40px -50px;
}
.contents .contents_title_img img {
  height: 320px;
  width: auto;
  display: block;
  margin: 0 auto;
  margin-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .contents {
    width: 100%;
    margin: 0px auto 0px;
    padding: 35px 15px;
  }
  .contents .contents_title {
    width: 100%;
    font-size: 2.2rem;
    line-height: 1.4;
    padding: 18px 4px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: 1.2px;
  }
  .contents .contents_subtitle {
    font-size: 1.6rem;
    position: relative;
    display: block;
    text-align: left;
    margin: 60px 10px 20px 20px;
  }
  .contents .contents_subtitle::before {
    font-size: 22px;
    margin: -42px -9px;
  }
  .contents .contents_title_img img {
    width: 100%;
    display: block;
    margin: 0 auto;
    height: unset;
    margin-bottom: 30px;
  }
}
/* アクションボタン */
.action_back {
  background-color: #fffcf8;
}

.action_back_ {
  padding: 70px 0 0 0;
  margin-top: -80px;
}

@media screen and (max-width: 768px) {
  .action_back_ {
    padding: 70px 0 0 0;
    margin-top: -30px;
  }
}
.action_contents {
  width: 900px;
  padding: 50px 0;
  margin: 0 auto;
}
.action_contents h1 {
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  padding: 20px 0;
  color: red;
}
.action_contents h1 i {
  display: block;
  font-size: 3rem;
  margin-bottom: 10px;
}
.action_contents h1 span {
  background: linear-gradient(transparent 77%, #ffe5ac 77%);
}
@media screen and (min-width: 769px) {
  .action_contents h1 {
    font-size: 2.5rem;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 90px;
    margin-top: -100px;
  }
}
.action_contents .powerword {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .action_contents {
    width: 100%;
    padding: 0px 10px 30px;
  }
}
.action_contents .action_top_01 p {
  width: 68%;
  font-size: 3.3rem;
  padding: 10px 0;
  line-height: 1.6;
  color: #ff6d2e;
  font-weight: bold;
}
.action_contents .action_top_01 img {
  width: 13%;
}
@media screen and (max-width: 768px) {
  .action_contents .action_top_01 img {
    width: 18%;
  }
  .action_contents .action_top_01 p {
    font-size: 2rem;
    width: 70%;
  }
}
.action_contents .action_text_01_box {
  position: relative;
  border: 4px var(--main-color) solid;
  border-radius: 10px;
  padding: 25px 0;
  background: white;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .action_contents .action_text_01_box {
    padding: 20px 0;
  }
}
.action_contents .action_text_01_box img {
  display: block;
  margin: 0 auto;
  width: 83%;
}
.action_contents .action_text_01_box img.size2 {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .action_contents .action_text_01_box img {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
}
.action_contents .action_text_01_box::before {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 21px;
  border-style: solid;
  border-color: var(--main-color) transparent transparent transparent;
}
.action_contents .action01_btn_top img {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin: 0px auto;
  margin-bottom: 30px;
}
.action_contents .action01_btn_top img.size2 {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .action_contents .action01_btn_top img {
    width: 90%;
    margin: 0px auto 15px;
  }
  .action_contents .action01_btn_top img.size2 {
    width: 90%;
  }
}
.action_contents .action_btn {
  margin-top: -40px;
}
.action_contents .action_btn h1 {
  font-size: 3rem;
  line-height: 1.8;
  height: 190px;
  margin-left: 16px;
}
@media screen and (max-width: 768px) {
  .action_contents .action_btn {
    margin-top: -28px;
  }
  .action_contents .action_btn h1 {
    font-size: 2rem;
    height: 240px;
    text-align: center;
  }
}
.action_contents .action_btn .tel_mail_area {
  justify-content: space-between;
  align-items: baseline;
}
.action_contents .action_btn .tel_mail_area a {
  width: 50%;
}
.action_contents .action_btn .tel_mail_area a img {
  width: 100%;
  margin-bottom: 10px;
}

/* 質上げ施策 */
.info {
  background: #fff1f1;
  margin: 15px auto;
  padding: 15px 5%;
  text-align: left;
  font-size: 1.7rem;
}
.info h3 {
  font-weight: bold;
  text-align: center;
  color: #8b1000;
  font-size: 25px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.3;
}
.info p.titlein {
  color: #c00;
  text-align: center;
  font-weight: bold;
}
.info ul.asterisk {
  margin-left: 100px;
  /* width: 900px; */
  /* margin: auto; */
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.info ul.asterisk li {
  list-style-type: none;
  margin-bottom: 5px;
}
.info ul.asterisk li::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 20px;
  color: #d37666;
  margin: -2px -38px;
}
@media screen and (max-width: 768px) {
  .info {
    margin: 25px auto 0px;
    padding: 15px 10px;
    font-size: 1.5rem !important;
  }
  .info h3 {
    font-size: 1.5rem;
  }
  .info ul.asterisk {
    margin-left: 35px;
  }
  .info ul.asterisk li {
    list-style-type: none;
    margin-bottom: 8px;
    line-height: 1.5;
  }
  .info ul.asterisk li:before {
    margin: -2px -25px;
  }
}

/* アピールコンテンツ〜〜縦図なし */
.merit_back .pc_only .choose_img {
  /* padding: 4px 8px; */
  /* margin-top: 42px; */
  /* margin: 10px; */
}
.merit_back .pc_only img {
  vertical-align: bottom;
  width: 470px;
  margin: 10px;
  border: 2px solid #751b15;
  background: white;
  padding: 30px 10px 35px;
}
.merit_back .pc_only .merit_box {
  flex-wrap: wrap;
}
.merit_back .pat_02 {
  padding: 60px 40px;
  background: #fffffd;
  margin-bottom: 80px;
  padding-top: 45px;
  border-left: 6px solid var(--main-color);
}
.merit_back .pat_02 .point_num {
  width: 15%;
  margin: 0 auto;
  display: block;
}
.merit_back .pat_02 .merit_num {
  text-align: center;
  color: var(--main-color);
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 30px;
  position: relative;
  padding: 0 2em;
  text-align: center;
}
.merit_back .pat_02 .merit_num::before, .merit_back .pat_02 .merit_num::after {
  font-family: "Font Awesome 5 Free";
  line-height: 1;
  position: absolute;
  top: calc(50% - 0.5em);
  color: var(--main-color);
  font-size: 3.5rem;
}
.merit_back .pat_02 .merit_num::before {
  left: 0;
  content: "\f101";
}
.merit_back .pat_02 .merit_num::after {
  right: 0;
  content: "\f100";
}
.merit_back .pat_02 ul {
  margin: 20px 0;
}
.merit_back .pat_02 .pat_img {
  width: 38%;
  margin-left: 40px;
}
.merit_back .pat_02 h1 {
  font-size: 2.5rem;
  font-weight: bold;
}
.merit_back .pat_02 .pat_02_title {
  color: #ff6d2e;
  font-weight: bold;
  /* background: linear-gradient(transparent 65%, #ccd7b6 65%); */
  text-shadow: 3px 3px 0 #fff, -3px -3px 0 #fff, -3px 3px 0 #fff, 3px -3px 0 #fff, 0px 3px 0 #fff, 0 -3px 0 #fff, -3px 0 0 #fff, 3px 0 0 #fff;
  font-feature-settings: "palt";
  text-align: center;
  font-size: 4.5rem;
  margin-bottom: 40px;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .merit_back .pat_02 {
    padding: 30px 10px 20px 20px;
    margin-bottom: 50px;
  }
  .merit_back .pat_02 .pat_02_content span {
    font-weight: bold;
  }
  .merit_back .pat_02 h1 {
    font-size: 2rem;
  }
  .merit_back .pat_02 .pat_img {
    width: 100%;
    margin: 20px 0 0;
  }
  .merit_back .pat_02 ul {
    margin: 20px 0;
  }
  .merit_back .pat_02 .pat_img_sm2 {
    height: 200px !important;
  }
  .merit_back .pat_02 .point_num {
    width: 30%;
    margin: 0 auto;
    display: block;
  }
  .merit_back .pat_02 .merit_num {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
  .merit_back .pat_02 .merit_num::after, .merit_back .pat_02 .merit_num::before {
    font-size: 2rem;
  }
  .merit_back .pat_02 .pat_02_title {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 15px;
  }
  .merit_back .pat_02:last-child {
    margin-bottom: 0;
  }
}

.display-none,
.pc-none {
  display: none;
}

.special-table {
  font-weight: 400;
  border-spacing: 0;
  border-collapse: separate;
}
.special-table .table-heading {
  border-radius: 10px 0 0 0;
}
.special-table .table-empty {
  height: 3rem;
}
.special-table .table-heading-a {
  font-size: 2.5rem;
  text-align: center;
  padding: 1em 1em;
  line-height: 2.5625rem;
  background-color: #8c8c8c;
  color: white;
  border-radius: 10px 10px 0 0;
}
.special-table .table-heading-b {
  font-size: 2.5rem;
  color: #fff;
  padding: 1.75em 1em;
  background: linear-gradient(175deg, #3f629c 0%, #072353 100%);
  border-radius: 10px 10px 0 0;
  position: relative;
  font-weight: bold;
}
.special-table .table-lawyer {
  position: absolute;
  bottom: -5px;
  right: -5px;
}
.special-table .table-item {
  background-color: #fcfcfc;
  padding: 4rem 0;
  color: #4a4a4a;
  width: 8em;
  line-height: 1.6;
  font-weight: bold;
  font-size: 2.3rem;
  text-align: center;
  border-left: 2px solid #333;
  border-top: 2px dashed #94a3a9;
}
.special-table .table-item i {
  display: block;
  font-size: 4rem;
  margin-bottom: 10px;
  color: #adadad;
}
.special-table .table-item.first {
  border-radius: 10px 0 0 0;
  border-top: 2px solid #333;
}
.special-table .table-item.last {
  border-radius: 0 0 0 10px;
  border-bottom: 2px solid #333;
}
.special-table .table-a,
.special-table .table-b {
  border-top: 2px dashed #94a3a9;
  padding: 2.5rem 1rem;
  width: calc(50% - 5em);
}
.special-table .table-a.first,
.special-table .table-b.first {
  border-top: none;
}
.special-table .table-a.last,
.special-table .table-b.last {
  border-bottom: 2px solid #333;
}
.special-table .table-a.first {
  position: relative;
}
.special-table .table-a {
  position: relative;
  background-color: #fbfbfb;
}
.special-table .table-a::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 151px;
  transform: translateY(-50%);
  color: #b7b7b7;
  font-size: 162px;
  opacity: 0.3;
}
.special-table .table-b {
  background-color: #edf4ff;
  border-left: 5px solid #2d4e84;
  border-right: 5px solid #2d4e84;
}
.special-table .table-b.last {
  border-radius: 0 0 0px 0;
  border-bottom: 5px solid #2d4e84;
}

.red-txt {
  color: #2d4e84;
  font-weight: bold;
}

.blue-txt {
  color: #aa0000;
  font-weight: bold;
}

.special-table .table-a {
  border-right: 2px solid #333;
  border-right: 2px solid #333;
}
.special-table .table-a::before {
  left: 160px;
  font-size: 112px;
}
@media screen and (max-width: 480px) {
  .special-table .table-a::before {
    left: 89px;
    font-size: 92px;
  }
}

@media screen and (min-width: 480px) {
  .special-table .table-a.first,
  .special-table .table-b.first {
    border-top: none;
    width: 405px;
  }
}
@media screen and (max-width: 480px) {
  .pc-none {
    display: block;
  }
  .second-heading {
    font-size: 1.25em;
  }
  .sec-card {
    position: relative;
    padding: 1em 1em 2em;
  }
  .sec-card + .sec-card {
    margin-top: 1rem;
  }
  .card-img-right {
    margin-left: 0;
  }
  .sec-point-bg {
    width: 50px;
    height: 50px;
    top: -25px;
  }
  .sec-point-bg::before {
    font-size: 1em;
    top: -31px;
    left: auto;
  }
  .sec-point-bg img {
    width: 30px;
    height: auto;
  }
  .sec-point-box {
    font-size: 1.8rem;
    letter-spacing: 0;
    padding: 2em 1em 1.5em;
    margin-top: 5em;
    text-align: center;
  }
  .sec.hikaku {
    padding: 30px 0px;
  }
  .sec.hikaku .u-margin {
    margin: 2em 0;
  }
  .table-title {
    width: 228px;
    height: auto;
    top: -66px;
  }
  .pc-special-table .table-b,
  .pc-special-table .table-heading-b {
    display: none;
  }
  .special-table {
    font-size: 1.7rem;
    line-height: 1.7;
    width: 600px;
  }
  .special-table .table-a,
  .special-table .table-b {
    padding: 15px 13px;
  }
  .special-table .table-a.first {
    border-top: none;
    width: 220px;
  }
  .special-table .table-b {
    border-left: 3px solid #2d4e84;
    border-right: 3px solid #2d4e84;
  }
  .special-table .table-b.first {
    border-top: none;
    width: 220px;
  }
  .special-table .table-b.last {
    border-bottom: 3px solid #2d4e84;
  }
  .special-table .table-heading-a {
    font-size: 1.8rem;
    border-radius: 10px 10px 0 0;
  }
  .special-table .table-heading-b {
    font-size: 1.25em;
    padding: 1.5em 1em 1.5em 0.5em;
    font-weight: bold;
  }
  .special-table .table-a.last {
    border-radius: 0 0 10px 0;
  }
  .special-table .table-item {
    padding: 0;
    vertical-align: middle;
    font-size: unset;
    width: 4em;
  }
  .special-table .table-item i {
    font-size: 2.5rem;
  }
  .special-table .table-lawyer {
    bottom: -3px;
    right: 0px;
    width: 70px;
  }
  .special-table .table-lawyer img {
    width: 100%;
    height: auto;
  }
  .sp-arrow {
    width: 30px;
    height: 30px;
    background-color: #9f884f;
    margin: 2em auto 4em;
    position: relative;
  }
  .sp-arrow::after {
    content: "";
    position: absolute;
    border: 26px solid transparent;
    border-top: 35px solid #9f884f;
    display: inline-block;
    top: 28px;
    left: 50%;
    margin-left: -26px;
  }
}
.scroll-hint-icon {
  top: calc(16% - 25px);
}

.scroll-hint-text {
  font-size: 10px;
  color: #fff;
  margin-top: 2px;
  font-weight: bold;
}

/* アピールコンテンツ〜〜横２ */
.pat_03 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pat_03 li {
  background-color: white;
  width: 48%;
  margin-bottom: 100px;
  color: black(0, 13, 102);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1019607843);
}
.pat_03 img {
  width: 100%;
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
}
.pat_03 .pat_03_text {
  padding: 45px;
}
.pat_03 .pat_03_text small {
  line-height: 1.7;
  display: block;
}
.pat_03 .pat_03_text_title {
  color: #ff6d2e;
  line-height: 1.5;
  font-size: 3.5rem;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pat_03 li {
    margin-bottom: 30px;
    width: 100%;
  }
  .pat_03 .pat_03_text {
    padding: 30px 20px;
  }
  .pat_03 .pat_03_text_title {
    margin-bottom: 15px;
    font-size: 2.8rem;
  }
}

/* 事例など、プルダウン */
#case_pulldown {
  padding-bottom: 8rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #case_pulldown:last-child {
    padding: 0;
  }
}
#case_pulldown .main_title {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #case_pulldown .main_title {
    font-size: 2.3rem;
  }
}
#case_pulldown .box {
  margin: 0 auto 4.8rem;
}
#case_pulldown .box:last-child {
  margin-bottom: 0;
}
#case_pulldown .box .tab {
  padding: 1.1rem 0 0.8rem;
  width: 17.2rem;
}
#case_pulldown .box .tab p {
  text-align: center;
  color: #dcdcdc;
  line-height: 1;
  font-weight: bold;
  font-size: 8.2rem;
  margin-bottom: -40px;
  margin-left: -30px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #case_pulldown .box .tab p {
    font-size: 2.8rem;
  }
}
#case_pulldown .box .tab p span {
  font-size: 6rem;
}
#case_pulldown .box .white {
  position: relative;
  background: #fcfaf5;
  overflow: hidden;
  padding: 30px 50px 30px;
  margin: 0 auto;
}
#case_pulldown .box .white .flex, #case_pulldown .box .white .action_contents .action_top_01, .action_contents #case_pulldown .box .white .action_top_01 {
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #case_pulldown .box .white .flex, #case_pulldown .box .white .action_contents .action_top_01, .action_contents #case_pulldown .box .white .action_top_01 {
    justify-content: space-around;
  }
}
#case_pulldown .box .white h1 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.6;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #case_pulldown .box .white h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}
#case_pulldown .box .white .profile li:last-child span:after {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.8rem);
  width: 1.6rem;
  height: 1.6rem;
  background: var(--main-color);
}
#case_pulldown .box .white .initial li:last-child .t3 {
  position: relative;
  color: var(--main-color);
  display: inline-block;
  background: #e6e8ec;
  padding: 20px 30px;
  border-radius: 1.2rem;
  line-height: 1;
}
#case_pulldown .box .white .get li:last-child .t2 span.s1 {
  color: #ff6d2e;
  padding: 0 1rem;
  margin-right: 0.8rem;
  position: relative;
  font-size: 11rem;
}
#case_pulldown .box .white::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  /* This trick side-steps a webkit bug */
  border-style: solid;
  border-color: #fff #fff #d7ceb3 #d7ceb3;
  /* A bit more verbose to work with .rounded too */
  background: #fff;
  /* For Opera when also applying a border-radius */
  display: block;
  width: 0;
  /* Only for Firefox 3.0 damage limitation */
  /* Optional: shadow */
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
}
#case_pulldown .box .white .profile {
  margin-bottom: 3.2rem;
  display: flex;
  flex-flow: column;
  align-items: center;
}
#case_pulldown .box .white .profile li:first-child {
  margin-right: 3.2rem;
}
@media screen and (max-width: 768px) {
  #case_pulldown .box .white .profile li:first-child {
    margin-right: 0rem;
  }
}
#case_pulldown .box .white .profile li:first-child img {
  max-width: 200px;
}
#case_pulldown .box .white .profile li:last-child {
  padding-top: 2.2rem;
}
#case_pulldown .box .white .profile li:last-child span {
  position: relative;
  display: inline-block;
  color: #393939;
  font-weight: bold;
  line-height: 1;
  padding-left: 2.4rem;
  margin: 0 1.6rem 1.3rem 0;
}
#case_pulldown .box .white .initial {
  display: flex;
  margin-bottom: 3rem;
}
#case_pulldown .box .white .initial li:first-child {
  color: #393939;
  margin-right: 2.2rem;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #case_pulldown .box .white .initial li:first-child {
    margin-right: 1.5rem;
  }
}
#case_pulldown .box .white .initial li:first-child .t1 {
  font-weight: 400;
  font-size: 2.3rem;
  line-height: 1.2;
}
#case_pulldown .box .white .initial li:first-child .t2 {
  text-align: center;
  font-weight: bold;
  margin-top: -20px;
}
#case_pulldown .box .white .initial li:first-child .t2 span {
  font-size: 4.5rem;
}
#case_pulldown .box .white .initial li:last-child .t3.sl {
  padding: 2.6rem 1.6rem 2.6rem !important;
}
#case_pulldown .box .white .initial li:last-child .t3 span {
  font-size: 6rem;
  font-weight: bold;
}
#case_pulldown .box .white .initial li:last-child .t3 img {
  position: absolute;
  right: -29px;
  top: -35px;
  width: 70px;
}
#case_pulldown .box .white .initial li:last-child .t3:after {
  position: absolute;
  left: 8.4rem;
  bottom: -5.2rem;
  content: "";
  border-top: 3.6rem solid #e6e8ec;
  border-right: 2.4rem solid transparent;
  border-bottom: 2.4rem solid transparent;
  border-left: 2.4rem solid transparent;
}
#case_pulldown .box .white .initial li.ss:first-child {
  width: 17.4rem;
  margin-right: 0;
}
#case_pulldown .box .white .initial li.ss:first-child .t2 {
  text-align: left;
  letter-spacing: -0.03em;
}
#case_pulldown .box .white .get {
  display: flex;
  justify-content: space-between;
  color: #393939;
  margin-bottom: 3.6rem;
  align-items: flex-end;
  width: 100%;
}
#case_pulldown .box .white .get li:first-child {
  margin-right: 1rem;
}
#case_pulldown .box .white .get li:first-child .t1 {
  text-align: center;
  width: 95px;
  padding: 17px;
  background: var(--main-color);
  color: white;
  font-weight: bold;
  line-height: 1.14;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #case_pulldown .box .white .get li:first-child .t1 {
    font-size: 2.5rem;
    padding: 10px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
#case_pulldown .box .white .get li:last-child {
  width: calc(100% - 9rem);
}
#case_pulldown .box .white .get li:last-child .t2 {
  line-height: 1.2;
  font-weight: bold;
  text-wrap: nowrap;
}
#case_pulldown .box .white .get li:last-child .t2 span {
  position: relative;
  z-index: 1;
}
#case_pulldown .box .white .get li:last-child .t2 span.s1:after {
  position: absolute;
  left: 0;
  bottom: 1.1rem;
  width: 100%;
  height: 3.6rem;
  background: #ffde67;
  content: "";
  z-index: -1;
}
#case_pulldown .box .white .get li:last-child .t2 span.s1.sl {
  padding: 0.7rem 0.5rem 0;
  margin-right: 0.5rem;
  line-height: 1.45;
}
#case_pulldown .box .white .mark2 {
  margin-bottom: 10px;
  background-color: #ffffff;
  border: 1px solid var(--main-color);
  color: var(--main-color);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 19px;
  padding: 0px 11px;
}
#case_pulldown .box .white .text {
  font-weight: 400;
  line-height: 2;
  color: #393939;
  letter-spacing: -0.02em;
  display: none;
  padding-top: 20px;
}
#case_pulldown .box .white .text br {
  display: block;
  content: "";
  margin: 10px 0;
}
#case_pulldown .box .white .text .mark1 {
  margin-bottom: 10px;
  background-color: var(--main-color);
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 19px;
  padding: 0px 11px;
}
#case_pulldown .box .white .text > div {
  margin-bottom: 25px;
}
#case_pulldown .box .white .answer-btn {
  text-align: center;
  margin-top: 25px;
}
#case_pulldown .box .white .answer-btn img {
  margin: 0 auto;
  display: block;
}
#case_pulldown .box .white .answer-btn img.open {
  width: 10.8rem;
}
#case_pulldown .box .white .answer-btn img.close {
  width: 6rem;
  display: none;
}
#case_pulldown .box .white .answer-btn img:hover {
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #case_pulldown .box .white {
    padding: 20px 20px 20px;
  }
  #case_pulldown .box .white .profile {
    margin: 0 auto 20px;
  }
  #case_pulldown .box .white .profile li:first-child img {
    width: 120px;
  }
  #case_pulldown .box .white .profile li:last-child {
    padding-top: 0rem;
  }
  #case_pulldown .box .white .initial {
    align-items: center;
  }
  #case_pulldown .box .white .initial li:first-child .t2 {
    margin-top: 0;
  }
  #case_pulldown .box .white .initial li:first-child .t2 span {
    font-size: 2.5rem;
  }
  #case_pulldown .box .white .initial li:last-child .t3 {
    text-align: center;
  }
  #case_pulldown .box .white .get li:last-child .t2 span.s1 {
    font-size: 6rem;
    margin-right: 0;
  }
  #case_pulldown .box .white .get li:last-child .t2 span.s1:after {
    height: 1.6rem;
    bottom: 0;
  }
}

/* 解決までの流れ */
.flow_box {
  background-color: white;
  display: flex;
  margin: 25px 8px;
  padding: 30px;
}

.flow_left {
  position: relative;
  width: 85px;
  margin-top: 29px;
}

.flow_right {
  margin: 10px 20px 18px 15px;
  padding-top: 0px;
  position: relative;
  width: 100%;
}
.flow_right .flex, .flow_right .action_contents .action_top_01, .action_contents .flow_right .action_top_01 {
  justify-content: space-between;
}
.flow_right .tel_mail_area {
  width: unset;
}
.flow_right .tel_mail_area a {
  width: 50%;
}
.flow_right .tel_mail_area a img {
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .flow_right .tel_mail_area {
    margin: 0;
  }
  .flow_right .tel_mail_area img {
    width: 100%;
  }
}
.flow_right .info p {
  margin: 0;
  text-align: center;
}
.flow_right .action_btn .flex, .flow_right .action_btn .action_contents .action_top_01, .action_contents .flow_right .action_btn .action_top_01 {
  align-items: flex-end;
}

.flow_right_h {
  font-size: 3.5rem;
  font-weight: bold;
  color: #000;
  line-height: 1.6;
}

.flow_left p {
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background: var(--main-color);
  color: #fff;
  font-size: 2.4rem;
  padding: 16px 0px 0px 0px;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}
.flow_left p span {
  display: block;
  font-size: 1.8rem;
}

.flow_right div p {
  margin: 16px 30px 16px 0px;
  line-height: 1.7;
}
.flow_right img {
  padding: 10px;
  width: 288px;
}
.flow_right .flex, .flow_right .action_contents .action_top_01, .action_contents .flow_right .action_top_01 {
  flex-wrap: nowrap;
  align-items: center;
}
.flow_right p {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .flow_box {
    background-color: white;
    margin: 30px 8px;
    padding: 30px 10px;
    display: flex;
    flex-flow: column;
  }
  .flow_right p {
    text-align: center;
  }
  .flow_left {
    position: relative;
    width: 60px;
    display: block;
    margin: 0 auto;
    text-align: center;
  }
  .flow_right {
    margin: 0;
    padding-top: 0px;
    position: relative;
  }
  .flow_right div p {
    margin: 0px;
    line-height: 1.7;
    text-align: left;
  }
  .flow_right_h {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 13px;
    margin-left: 0;
    line-height: 1.5;
    color: var(--main-color);
  }
  .import {
    font-weight: bolder;
  }
  .flow_left p {
    width: 60px;
    height: 60px;
    color: #fff;
    font-size: 1.9rem;
    padding: 16px 0px 0px 0px;
    line-height: 1;
    text-align: center;
    font-weight: bold;
  }
  .flow_left p span {
    display: block;
    font-size: 1.5rem;
  }
  .flow_right .flex, .flow_right .action_contents .action_top_01, .action_contents .flow_right .action_top_01 {
    flex-wrap: wrap;
    align-items: left;
  }
  .flow_right .flex img, .flow_right .action_contents .action_top_01 img, .action_contents .flow_right .action_top_01 img {
    padding: 10px 0 0 0;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 156px;
    -o-object-position: 100% 15%;
       object-position: 100% 15%;
  }
}
/* 費用について */
.cost_table table {
  border: 1px solid #dadada;
  margin-top: 12px;
  display: grid;
}
.cost_table table tr,
.cost_table table th,
.cost_table table td {
  display: grid;
}
.cost_table table tr td {
  border-bottom: 1px solid #dadada;
}

.red {
  color: #b47504;
}

.cost_table table tr td p {
  margin-bottom: 8px;
}
.cost_table table th,
.cost_table table td {
  padding: 12px;
}
.cost_table table tr:last-of-type td {
  border-bottom: none;
}

.cost_asterisk li {
  list-style-type: none;
  text-indent: -1em;
  margin-top: 5px;
  text-align: left;
}
.cost_asterisk li:before {
  display: inline;
  content: "※";
}

.cost_list li {
  list-style-type: none;
  text-indent: -1em;
  margin-top: 5px;
  margin-left: 15px;
  font-size: 12px;
}
.cost_list li:before {
  display: inline;
  content: "・";
}

.cost_asterisk {
  margin-left: 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .cost_asterisk {
    font-size: 1.4rem;
  }
}

.cost_table table th {
  border-bottom: 1px solid #dadada;
  background: var(--main-bg-color);
  text-align: left;
  font-weight: bold;
}

.cost_table_title {
  font-size: 2.8rem;
  color: var(--main-color);
  font-weight: 500;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .cost_table_title {
    font-size: 2rem;
  }
}

/* 事務所のご案内 */
.office_subtable .flex, .office_subtable .action_contents .action_top_01, .action_contents .office_subtable .action_top_01 {
  justify-content: space-between;
  align-items: unset;
  margin: 0 auto;
}
.office_subtable .area_box {
  background: #fff;
  width: 32%;
  border: 1px solid #ccc;
  line-height: 1.2;
  padding: 8px;
}
@media screen and (max-width: 768px) {
  .office_subtable .area_box {
    width: 100%;
  }
}
.office_subtable .area_box a {
  color: #000;
  font-size: 1.4rem;
}
.office_subtable .area_box .shiten_title {
  /* background-color: #051132; */
  text-align: center;
  /* padding: 5px; */
  font-weight: bold;
  color: #000;
}

.office_box img {
  vertical-align: bottom;
}

.office_table {
  padding: 8px;
  margin-top: 8px;
}
.office_table table {
  border: 1px solid var(--main-color);
  margin-top: 12px;
  display: grid;
}
.office_table table tr,
.office_table table th,
.office_table table td {
  display: grid;
}
.office_table table th {
  border-bottom: 1px solid var(--main-color);
  background: #f5e8d9;
  text-align: left;
  font-weight: bold;
}
.office_table table tr td {
  border-bottom: 1px solid var(--main-color);
}
.office_table table tr td p {
  margin-bottom: 8px;
}
.office_table table th,
.office_table table td {
  padding: 12px;
}
.office_table table tr:last-of-type td {
  border-bottom: none;
}

.office_subtabletitle {
  border-bottom: 1px solid var(--main-color);
  background: var(--main-bg-color);
  text-align: left;
  font-weight: bold;
  padding: 12px;
}

.office_subtable_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}

.office_subtable {
  padding: 8px;
  margin-top: 0;
}
.office_subtable p.txt {
  color: #cab795;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  margin-top: 40px;
  border-bottom: 2px solid #cab795;
}
.office_subtable table.txt {
  width: 70%;
}
.office_subtable table.pic {
  width: 20%;
}
.office_subtable table td.s-text {
  font-size: 13px;
}
.office_subtable table tr,
.office_subtable table th,
.office_subtable table td {
  display: flex;
}
.office_subtable table th {
  border-bottom: 1px solid #ffffff;
  text-align: left;
  font-weight: normal;
  width: 165px;
}
.office_subtable table tr td {
  border-bottom: 1px solid #ffffff;
  display: grid;
}
.office_subtable table tr td.smalla {
  width: 54px;
}
.office_subtable table th,
.office_subtable table td {
  padding: 4px;
}
.office_subtable p {
  margin-bottom: 12px;
}
.office_subtable .chizu_box {
  border: 1px solid #ccc;
  padding: 8px;
  margin: 4px 4px 14px 4px;
  width: 32%;
}
.office_subtable .chizu_title {
  font-weight: bold;
  font-size: 1.8rem;
}
.office_subtable .chizu_text {
  font-size: 1.5rem;
}
.office_subtable .jusyo {
  display: none;
}
.office_subtable .chizu_btn {
  text-align: center;
  font-size: 1.5rem;
  color: #3484d1;
  text-decoration: none;
  display: block;
}

@media screen and (max-width: 768px) {
  .office_box img {
    vertical-align: bottom;
    width: 100%;
    margin: 10px 0px 45px;
  }
  .office_subtabletitle {
    border-bottom: 1px solid var(--main-color);
    background: var(--main-bg-color);
    text-align: left;
    font-weight: bold;
    padding: 12px;
  }
  .office_subtable {
    padding: 8px;
    margin-top: 14px;
    font-size: 1.4rem;
    /*office*/
  }
  .office_subtable table {
    border: none;
    margin-top: 0px;
    display: flex;
  }
  .office_subtable table tr,
  .office_subtable table th,
  .office_subtable table td {
    display: flex;
  }
  .office_subtable table th {
    border-bottom: 1px solid #ffffff;
    text-align: left;
    font-weight: normal;
    width: 79px;
    white-space: nowrap;
  }
  .office_subtable table tr td {
    border-bottom: 1px solid #ffffff;
    display: grid;
    width: 210px;
  }
  .office_subtable table tr td.smalla {
    width: 16px;
  }
  .office_subtable table th,
  .office_subtable table td {
    padding: 4px;
  }
  .office_subtable p {
    margin-bottom: 12px;
    margin: 0px;
  }
  .office_subtable p span {
    font-size: 1.3rem;
  }
  .office_subtable .chizu_box {
    border: 1px solid #ccc;
    padding: 8px;
    margin: 4px 4px 14px 4px;
    width: 100%;
  }
  .office_subtable .chizu_title {
    font-weight: bold;
  }
  .office_subtable .chizu_text {
    font-size: 1.3rem;
  }
  .office_subtable .jusyo {
    display: none;
  }
  .office_subtable .chizu_btn {
    text-align: center;
    font-size: 1.3rem;
    color: -webkit-link;
  }
}
/* よくある質問〜〜折りたたみ式 */
.accordion-area {
  list-style: none;
  width: 96%;
  margin: 65px auto;
}
.accordion-area li {
  margin: 10px 0;
}
.accordion-area section {
  border: 2px solid var(--main-color);
  background: white;
  border-radius: 5px;
  margin-bottom: 25px;
}
.accordion-area .title {
  position: relative;
  cursor: pointer;
  font-weight: 700;
  padding: 3% 3% 3% 85px;
  transition: all 0.5s ease;
}
.accordion-area .title::before, .accordion-area .title::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 2px;
  background-color: #333;
}
.accordion-area .title::before {
  top: 48%;
  left: 30px;
  transform: rotate(0deg);
}
.accordion-area .title::after {
  top: 48%;
  left: 30px;
  transform: rotate(90deg);
}
.accordion-area .title.close::before {
  transform: rotate(45deg);
}
.accordion-area .title.close::after {
  transform: rotate(-45deg);
}
.accordion-area .box {
  opacity: unset;
  display: none;
  background: var(--main-bg-color);
  margin: 0 3% 3% 3%;
  padding: 2%;
}

@media screen and (max-width: 768px) {
  .accordion-area {
    margin: 30px auto;
    width: 100%;
  }
  .accordion-area .title {
    position: relative;
    cursor: pointer;
    font-weight: 700;
    padding: 3% 3% 3% 50px;
    transition: all 0.5s ease;
  }
  .accordion-area .title::before, .accordion-area .title::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #333;
  }
  .accordion-area .title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg);
  }
  .accordion-area .title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg);
  }
}
/*404*/
.not_box {
  width: 90%;
  margin: 110px auto;
}

.not_box ol {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 15px;
}

.not_box ol li {
  list-style-type: decimal;
}

#privacy .word {
  margin-bottom: 30px;
}
#privacy .word_header_titleh2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 30px;
}
#privacy .word p {
  line-height: 1.5;
}
#privacy .word_header span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  border-radius: 3px;
  background: #08104e;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
#privacy .word_header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}
#privacy ol {
  position: relative;
  margin: 0;
  padding: 0;
}
#privacy ol li {
  list-style: none;
  list-style-position: outside;
  margin: 0;
  padding-left: 1.25em;
}
#privacy ol li span {
  position: absolute;
  left: 0;
  margin: 0;
}
#privacy .annai {
  width: 1000px;
  margin: 14px auto;
}
#privacy .info {
  background: #fbf8f8;
  width: 945px;
  margin: 10px auto;
  padding: 14px;
  text-align: left;
  border: 1px solid #c00;
}
#privacy .info p.titlein {
  color: #c00;
  /* padding-left: 130px; */
  text-align: center;
}
#privacy ul.asterisk {
  padding-top: 10px;
  display: flex;
  width: 1000px;
  margin: auto;
}
#privacy ul.asterisk li {
  list-style-type: none;
  padding: 0px;
  padding-left: 40px;
}
#privacy ul.asterisk li:before {
  display: inline;
  content: "※";
}

.box72 {
  background-color: #fff;
  /* ボックス背景色 */
  padding: 2em 0;
  /* ボックス内側余白 */
  position: relative;
  /* 配置(ここを基準に) */
  border: 2px solid var(--main-color);
  /* ボックスの線 (太さ　種類　色)*/
}

.box72 .box-title {
  background-color: #fff;
  /* タイトル背景色 */
  font-size: 1.5em;
  /* タイトル文字の大きさ */
  font-weight: 800;
  color: var(--main-color);
  /* タイトル文字色 */
  padding: 0 5px;
  /*タイトルの余白*/
  line-height: 1;
  /*タイトルの行の高さ*/
  position: absolute;
  /* 配置(ここを動かす) */
  top: -16px;
  /*上から（-5px）移動*/
  left: 20px;
  /*左から(20px)移動*/
}
@media screen and (max-width: 769px) {
  .box72 .box-title {
    font-size: 1em;
    top: -8px;
  }
}

.worry_box .worry_box_inner {
  margin-top: 24px;
}
.worry_box .worry_box_inner img {
  width: 100%;
  padding: 12px;
}
.worry_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.worry_box ul li.textsub {
  position: relative;
  vertical-align: middle;
  width: 33.3333333333%;
  /* min-height: 60vw; */
  margin-bottom: 10px;
  text-align: center;
  padding: 8px;
}
.worry_box ul li.textsub p {
  line-height: 1.3;
  font-size: 1.6rem;
  margin-top: 10px;
}
.worry_box ul img {
  width: 60px;
}
.worry_box ul .line_a {
  border: 6px solid #ffffff;
  background: #e9f3ee;
}
.worry_box ul .line_b {
  border: 6px solid #ffffff;
  background: #f7eef6;
}
.worry_box ul .line_c {
  border: 6px solid #ffffff;
  background: #edf4f5;
}
.worry_box ul .line_d {
  border: 6px solid #ffffff;
  background: #f3f1ec;
}

.worry_text {
  margin: 1em 10px 0;
  padding: 1em;
  /*内側余白*/
  background-color: var(--main-bg-color);
  /*背景色*/
  position: relative;
  font-size: 2.5rem;
  text-align: center;
}
.worry_text::after {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: var(--main-color) #fff var(--main-color);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.worry_text b {
  font-size: 3rem;
}
.worry_text span.text1 {
  background-color: #31aed2;
  border-radius: 20px;
  padding: 5px 15px;
  margin: 0 5px;
  font-size: 3rem;
  color: white;
  font-weight: bold;
}
.worry_text span.text2 {
  color: #31aed2;
  font-weight: bold;
  font-size: 3rem;
  margin: 0 5px;
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, 0.5) 3px 3px 3px;
}
@media screen and (max-width: 769px) {
  .worry_text {
    font-size: unset;
  }
  .worry_text b {
    font-size: 2.5rem;
  }
  .worry_text span.text1 {
    font-size: 2.5rem;
    margin: 0 3px;
  }
  .worry_text span.text2 {
    font-size: 2.5rem;
    margin: 0 3px;
  }
}

h2.contents_title00 {
  font-size: 2.5rem;
  position: relative;
  padding: 1.5rem 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 50px;
  font-weight: bold;
  line-height: 1.7;
}
h2.contents_title00:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: var(--main-color);
}
@media screen and (min-width: 769px) {
  h2.contents_title00 {
    font-size: 4rem;
    margin-bottom: 40px;
  }
}

.reason h1 {
  position: relative;
  overflow: hidden;
  padding: 1.5rem 2rem 1.5rem 130px;
  border: 2px solid var(--main-color);
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .reason h1 {
    padding: 1.5rem 0rem 1.5rem 100px;
  }
}
.reason h1::before {
  position: absolute;
  top: -150%;
  left: -100px;
  width: 200px;
  height: 300%;
  content: "";
  transform: rotate(25deg);
  background: var(--main-color);
}
@media screen and (max-width: 769px) {
  .reason h1::before {
    width: 185px;
  }
}
.reason h1 span {
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  z-index: 1;
  top: -8px;
  left: 0;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #fff;
}
@media screen and (max-width: 769px) {
  .reason h1 span {
    font-size: 30px;
    top: 0px;
  }
}
.reason p {
  padding: 20px;
}

.voice_box h3 {
  margin-top: 12px;
  background: var(--main-bg-color);
  padding: 8px;
}
.voice_box .voice_num {
  position: relative;
  padding: 0 65px;
  text-align: center;
}
.voice_box .voice_num:before, .voice_box .voice_num:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: "";
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}
.voice_box .voice_num:before {
  left: 0;
}
.voice_box .voice_num:after {
  right: 0;
}
.voice_box .voice_boxsub {
  padding: 20px;
  margin: 0px 8px 12px 10px;
  border: 2px solid var(--main-color);
  background-color: white;
}
.voice_box .voice_boxsub:first-child {
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .voice_box .voice_boxsub {
    width: 50%;
  }
  .voice_box .voice_boxsub:first-child {
    margin-bottom: 10px;
  }
}
.voice_box img {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .voice_box {
    align-items: inherit;
  }
}

img.online {
  width: 65%;
  display: block;
  margin: 15px auto;
}
@media screen and (max-width: 768px) {
  img.online {
    width: 100%;
  }
}

.box76 {
  margin: 2em auto;
  /* ボックスの余白 */
  background-color: #efeae5;
  /* ボックス背景色 */
  padding: 2.5em 1em 2em;
  /* ボックス内側余白 */
  position: relative;
  /* 配置(ここを基準に) */
}
@media screen and (min-width: 769px) {
  .box76 {
    margin: 0 auto;
    background-color: #ffffff;
  }
  .box76 > div {
    width: 900px;
    margin: 0 auto;
  }
}

.box76 .box-title {
  background-color: rgba(255, 255, 255, 0.1);
  /* テープ背景色と透過*/
  border-left: 2px dotted rgba(0, 0, 0, 0.1);
  /* テープのギザギザ左*/
  border-right: 2px dotted rgba(0, 0, 0, 0.1);
  /* テープのギザギザ右*/
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  /*テープ影*/
  transform: rotate(-2deg);
  /*テープの傾き*/
  font-size: 1em;
  /*タイトル文字の大きさ*/
  color: #666;
  /*タイトル文字色 */
  padding: 10px 20px;
  /*タイトルの余白*/
  line-height: 1;
  /*タイトルの行の高さ*/
  position: absolute;
  /*配置(ここを動かす)*/
  top: -15px;
  /*上から（-10px）移動*/
  left: 20px;
  /*左から(20px)移動*/
}

.box76 a {
  display: block;
  background: #b7898b;
  color: white;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: 2px 2px 2px #b3b3a8;
  border-radius: 10px;
  text-align: center;
}
.box76 a span {
  font-weight: bold;
  font-size: 2.3rem;
  padding-right: 4px;
}

.method_jirei {
  margin: 8px;
}
.method_jirei img {
  width: 100%;
}
.method_jirei img.mbox {
  width: 312px;
  float: left;
  padding: 18px;
}
@media screen and (max-width: 769px) {
  .method_jirei img.mbox {
    width: 100%;
  }
}
.method_jirei span {
  color: #31aed2;
}
.method_jirei p {
  padding: 8px;
}
.method_jirei p.boxtitle {
  padding: 8px;
  font-size: 2.6rem;
}
@media screen and (max-width: 769px) {
  .method_jirei p.boxtitle {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.method_jirei p.subtext {
  padding: 8px;
  font-weight: normal;
}
.method_jirei p.point {
  display: unset;
  color: var(--main-color);
  background: #fff;
  padding: 6px 9px;
  font-weight: bold;
  line-height: 2;
  border-radius: 4px;
}
.method_jirei p.click {
  display: unset;
  color: #fff;
  background: var(--main-color);
  padding: 4px 48px;
  font-weight: bold;
  border-radius: 20px;
  margin: 25px auto 10px;
  width: 24%;
  justify-content: center;
  font-size: 1.8rem;
  display: flex;
}
.method_jirei p span.marker {
  background: linear-gradient(transparent 54%, #fffcdc 75%);
  font-weight: bold;
  color: #333;
}
@media screen and (max-width: 769px) {
  .method_jirei p.click {
    padding: 4px 20px;
    width: 60%;
    font-size: 1.3rem;
  }
}
.method_jirei .method_jireibk {
  background: var(--main-bg-color);
  margin-top: 12px;
  padding: 30px;
  margin-top: 24px;
  font-weight: bold;
  border-radius: 4px;
}
@media screen and (max-width: 769px) {
  .method_jirei .method_jireibk {
    padding: 15px;
  }
}
.method_jirei .toggle_contents01 {
  background-color: #f7f7f7;
}
.method_jirei .toggle_switch01 {
  cursor: pointer;
}
.method_jirei .toggle_contents01_in {
  padding: 30px;
}
@media screen and (max-width: 769px) {
  .method_jirei .toggle_contents01_in {
    padding: 15px;
  }
}
.method_jirei .toggle_contents01_in .subtitle {
  position: relative;
  padding: 0 0 10px 20px;
  font-weight: bold;
  margin: 12px 0;
  border-bottom: 2px solid var(--main-color);
}
.method_jirei .triangleb {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #719ecc;
}
.method_jirei .im_box {
  background: #fff;
  clear: both;
  padding: 12px 15px;
  margin-top: 8px;
  font-weight: normal;
}
.method_jirei .im_box ul li {
  list-style-type: none;
  margin-bottom: 5px;
}
.method_jirei .im_box ul li::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  font-size: 20px;
  color: var(--main-color);
  margin: 1px -29px;
}
@media screen and (max-width: 769px) {
  .method_jirei .im_box {
    padding: 12px 15px;
  }
}

.method_boxsub {
  margin: 2em auto;
  padding: 2em;
  /*内側余白*/
  background-image: linear-gradient(0deg, transparent 19px, #ccc 20px), linear-gradient(90deg, transparent 19px, #ccc 20px);
  background-size: 20px 20px;
}
.method_boxsub img {
  margin: 0 auto;
  display: block;
}
.method_boxsub .message_box {
  padding: 30px;
  font-family: "Noto Serif JP", serif;
}
.method_boxsub .message_box h1 {
  font-size: 2.3rem;
  color: var(--main-color);
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 769px) {
  .method_boxsub {
    padding: 15px;
  }
  .method_boxsub > p {
    background: white;
    padding: 15px;
  }
  .method_boxsub .message_box {
    padding: 15px;
  }
  .method_boxsub .message_box h1 {
    line-height: 1.4;
  }
  .method_boxsub img {
    width: 100%;
  }
}

.box21 {
  margin: 2em auto;
  padding: 2em;
  /*内側余白*/
  border-left: solid 5px var(--main-color);
  /*線の種類・太さ・色*/
  background-color: #ffffff;
  /*背景色*/
  box-shadow: 3px 1px 4px rgba(0, 0, 0, 0.2);
}
.box21 p {
  color: #31aed2;
  line-height: 1.5;
}
.box21 ul {
  justify-content: space-between;
  margin: 8px 0px;
  margin-left: 37px;
  width: 100%;
}
.box21 ul li {
  list-style-type: none;
  width: 30%;
  margin-bottom: 5px;
}
.box21 ul li::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  font-size: 20px;
  color: var(--main-color);
  margin: 1px -29px;
}
@media screen and (max-width: 769px) {
  .box21 {
    padding: 1em;
    /*内側余白*/
  }
  .box21 .flex, .box21 .action_contents .action_top_01, .action_contents .box21 .action_top_01 {
    margin-bottom: 20px;
  }
  .box21 .flex:first-child, .box21 .action_contents .action_top_01:first-child, .action_contents .box21 .action_top_01:first-child {
    flex-wrap: nowrap;
  }
  .box21 .flex p, .box21 .action_contents .action_top_01 p, .action_contents .box21 .action_top_01 p {
    font-size: 1.7rem;
  }
  .box21 ul {
    margin-left: 20px;
    line-height: 1.5;
  }
  .box21 ul li {
    width: 43%;
    font-size: 1.6rem;
    margin-bottom: 13px;
  }
  .box21 ul li::before {
    font-size: 15px;
    margin: 1px -23px;
  }
}

.box21 img {
  width: 60px;
  padding-right: 10px;
}

.syoko .flex, .syoko .action_contents .action_top_01, .action_contents .syoko .action_top_01 {
  align-items: flex-start;
  margin: 8px 0px;
}

.no_box {
  margin-top: 28px;
  width: 440px;
  margin-right: 6px;
}

.no_boxr {
  margin-top: 28px;
  width: 440px;
  margin-left: 6px;
}

.no_box_title {
  display: block;
  background: #719ecc;
  padding: 10px 10px 7px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

.no_box_titler {
  display: block;
  background: #e97e7c;
  padding: 10px 10px 7px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #fff;
  margin: 0;
}

.no_inbox {
  clear: both;
  padding: 12px 28px;
  margin-top: 8px;
  background: #f2f9fd;
  min-height: 294px;
}
.no_inbox ul.asterisk li {
  list-style-type: none;
  text-indent: -1em;
}
.no_inbox ul.asterisk li:before {
  display: inline;
  content: "・";
}

.no_inboxr {
  clear: both;
  padding: 12px 28px;
  margin-top: 8px;
  background: #f9eae7;
}
.no_inboxr ul.asterisk li {
  list-style-type: none;
  text-indent: -1em;
}
.no_inboxr ul.asterisk li:before {
  display: inline;
  content: "・";
}

.triangleb {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #719ecc;
}

.triangler {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #e97e7c;
}

.no_box_title_b {
  display: block;
  background: #f2f9fd;
  padding: 10px 10px 7px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #719ecc;
  margin: 0;
  min-height: 75px;
  border: 1px solid #719ecc;
  line-height: 3;
}

.no_box_title_r {
  display: block;
  background: #f9eae7;
  padding: 10px 10px 7px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #e97e7c;
  margin: 0;
  border: 1px solid #e97e7c;
}

.onayami {
  background: no-repeat center center;
  background-size: cover;
  background-image: url(../images/building_back02.webp);
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .onayami {
    padding: 30px 0px 0 10px;
  }
}
.onayami .pc_flex {
  flex-wrap: wrap;
}

.onayami_sp01 {
  background: no-repeat center center;
  background-size: cover;
  background-image: url(../images/building_back02_sp.webp);
}
.onayami_sp01 .link_area {
  margin-top: 40px;
}

.onayami_sp02 {
  background: no-repeat center center;
  background-size: cover;
  background-image: url(../images/building_back02__sp.webp);
}
.onayami_sp02 .link_area {
  margin-top: 40px;
}

.onayami_bottom {
  background: linear-gradient(90deg, #6b2c2c 0%, #a94f4f 100%);
  padding: 20px 0 5px;
}
.onayami_bottom img {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .onayami_bottom {
    padding: 15px 0px;
  }
}

.onayami_bottom_contents {
  background-color: #ffefef;
}
@media screen and (max-width: 768px) {
  .onayami_bottom_contents .contents {
    padding: 25px 15px;
  }
}
.onayami_bottom_contents span {
  font-weight: bold;
  color: #a02525;
}

/* アピールコンテンツ〜〜横２ */
.pat_01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pat_01 li {
  background-color: white;
  width: 48%;
  margin-bottom: 50px;
  color: black(0, 13, 102);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 768px) {
  .pat_01 .pc_flex {
    width: 100%;
  }
  .pat_01 .pc_flex img {
    width: 300px;
    margin-left: 20px;
  }
}
.pat_01 img {
  width: 100%;
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pat_01_text {
  text-align: justify;
  padding: 0px 25px 45px;
  position: relative;
}
.pat_01_text h1 {
  text-align: center;
  font-size: 12rem;
  line-height: 1.3;
  color: rgba(144, 161, 179, 0.1411764706);
  margin-bottom: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.pat_01_text_title {
  color: var(--main-color);
  line-height: 1.5;
  font-size: 2.8rem;
  margin: 30px 0;
  text-align: center;
  font-weight: bold;
}

.pat_01_text span {
  background: linear-gradient(transparent 77%, #fff4ae 77%);
  font-weight: bold;
}

/* .pat_01 .pc-margin {
    margin-bottom: 0;
} */
@media screen and (max-width: 768px) {
  .pat_01 li {
    margin-bottom: 30px;
    width: 100%;
  }
  .pat_01_text {
    padding: 0px 20px 30px;
  }
  .pat_01_text_title {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .pat_01 img {
    width: 100%;
    height: 170px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.appeal_point {
  margin-bottom: 50px;
}
.appeal_point.pc_flex {
  align-items: inherit;
  flex-wrap: wrap;
}
.appeal_point .appeal_point_img {
  width: 100%;
  height: 180px;
  margin-top: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.appeal_point .appeal_point_title {
  color: rgb(31, 31, 31);
  font-size: 2.3rem;
  line-height: 1.3;
  font-weight: bold;
  margin: 60px 0 20px;
  text-align: center;
  letter-spacing: 0.04em;
}
.appeal_point .appeal_point_title + p {
  height: 110px;
}
.appeal_point .ap01_text {
  position: relative;
  line-height: 1.8;
  background-color: white;
  padding: 35px 20px;
  z-index: 500;
  margin-bottom: 50px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}
.appeal_point .ap01_text::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  font-size: 46px;
  color: #4990d5;
  margin: -25px 41%;
}
@media screen and (min-width: 769px) {
  .appeal_point .ap01_text {
    width: 48%;
  }
}

.triangle3 {
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 45px solid transparent;
  border-right: 45px solid transparent;
  border-top: 30px solid var(--main-color);
}

.box84 {
  text-align: center;
  margin: 0em auto;
  padding: 1em 0;
  /*内側余白*/
  background: linear-gradient(-45deg, transparent 25%, #fafafa 25%, #fafafa 50%, transparent 50%, transparent 75%, #fafafa 75%, #fafafa);
  background-size: 4px 4px;
  border-bottom: 4px double #ddd;
  border-top: 4px double #ddd;
  background-clip: padding-box;
}
.box84 .box-title {
  color: #ff6d2e;
  /* タイトル文字色 */
  font-size: 18px;
  /*タイトル文字の大きさ*/
  font-weight: bold;
}
.box84 .box-title:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-size: 18px;
  /*アイコンの大きさ*/
  margin: 0 3px 0 0;
  font-weight: bold;
}
.box84 p {
  font-size: 2.3rem;
}
.box84 p span {
  font-weight: bold;
}
@media screen and (max-width: 769px) {
  .box84 {
    font-size: 1.5rem;
    line-height: 1.2;
  }
  .box84 p {
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 15px 0;
  }
}

.action_mark {
  display: block;
  width: 45%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .action_mark {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
  }
}
.titleinsub {
  text-align: center;
  background: white;
  color: #cc0200;
  margin-top: 10px;
  line-height: 1.3;
  padding: 5px;
}

.merit_ace b {
  position: relative;
}
.merit_ace b::before {
  position: absolute;
  top: -1.2em;
  left: 50%;
  transform: translate(-50%, 0);
  color: #faae3c;
  font-size: 1.5em;
  content: "・";
  font-weight: 400;
}

.FV_bottom {
  background: no-repeat center center;
  background-size: cover;
  background-image: url(../images/law_back.webp);
  padding: 40px 0;
}
.FV_bottom img {
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .FV_bottom {
    padding: 30px 15px 15px;
  }
  .FV_bottom img {
    margin-bottom: 0px;
  }
}

.hosyo_bottom {
  background: no-repeat center center;
  background-size: cover;
  background-image: url(../images/building_back.webp);
}
.hosyo_bottom img {
  display: block;
  margin: 0 auto;
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .hosyo_bottom img {
    margin-top: -40px;
    padding: 0 18px;
  }
}

.jirei {
  background: no-repeat center center;
  background-size: cover;
  padding: 1px;
  background-image: url(../images/white_back_img.webp);
}
.jirei h2.contents_title00 {
  margin-bottom: 20px;
}
.jirei .jirei_inner {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .jirei .jirei_inner {
    margin-top: 20px;
  }
}
.jirei img {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .jirei img {
    margin-bottom: 30px;
  }
}

/* ↓ スライドの外枠 */
.slide-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  /* はみ出したスライドを隠す */
}

/*  ↓ スライド（コンテンツ） */
.slide {
  /*スライド全体 */
  width: 300%;
  height: 100%;
  display: flex;
  transition: all 0.3s;
}

.slide > div {
  /* スライド */
  width: 100%;
  height: 100%;
  font-size: 16px;
  padding: 50px 2.5%;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .slide > div {
    height: 424px;
  }
}

.slide1 {
  /* スライドさせるために必要なクラス */
  transform: translateX(0);
}

.slide2 {
  /* スライドさせるために必要なクラス */
  transform: translateX(-33.33%);
}

.slide3 {
  /* スライドさせるために必要なクラス */
  transform: translateX(-66.66%);
}

/* ↓ 左右のボタン */
.next {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 30px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  transform: rotate(45deg) translateY(50%);
}
@media screen and (max-width: 768px) {
  .next {
    width: 15px;
    height: 15px;
    right: 10px;
    bottom: 70%;
  }
}

.prev {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 47px;
  bottom: 50%;
  z-index: 10;
  cursor: pointer;
  border-top: solid 3px #000;
  border-right: solid 3px #000;
  transform: rotate(-135deg) translateY(-50%);
}
@media screen and (max-width: 768px) {
  .prev {
    width: 15px;
    height: 15px;
    left: 18px;
    bottom: 70%;
  }
}

/* ↓ インジケーター */
.indicator {
  width: 100%;
  position: absolute;
  bottom: 36px;
  display: flex;
  -moz-column-gap: 18px;
       column-gap: 18px;
  z-index: 10;
  justify-content: center;
  align-items: center;
}

.indicator li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  list-style: none;
  background-color: #fff;
  border: 2px #000 solid;
  cursor: pointer;
}

.indicator li:first-of-type {
  background-color: #000;
}

.voice_box {
  position: relative;
  padding: 10px 15px 20px;
  margin: 1em auto;
  background: #fff;
  overflow: hidden;
}
.voice_box .voice_text {
  font-size: 1.5rem;
}
.voice_box .voice_text span {
  font-weight: bold;
  color: var(--main-color);
}
@media screen and (min-width: 769px) {
  .voice_box .voice_text {
    font-size: unset;
  }
}

.voice_pofile {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-right: 20px;
  width: 400px;
}
.voice_pofile p:last-child {
  text-align: center;
  line-height: 1.4;
}
.voice_pofile .voice_icon {
  width: 120px;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 769px) {
  .voice_pofile {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 20px;
  }
}

.voice_box:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-width: 0 30px 30px 0;
  /* This trick side-steps a webkit bug */
  border-style: solid;
  border-color: #f6f6f6 #f6f6f6 #d7ceb3 #d7ceb3;
  /* A bit more verbose to work with .rounded too */
  background: #d7ceb3;
  /* For Opera when also applying a border-radius */
  display: block;
  width: 0;
  /* Only for Firefox 3.0 damage limitation */
  /* Optional: shadow */
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3), -1px 1px 1px rgba(0, 0, 0, 0.2);
}

.grid_bg {
  background-image: linear-gradient(0deg, transparent 19px, #ccc 20px), linear-gradient(90deg, transparent 19px, #ccc 20px);
  background-size: 20px 20px;
  padding: 1px;
}

@media screen and (max-width: 769px) {
  .compare_table {
    font-size: 1.5rem;
  }
}
.compare_table > img {
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .compare_table > img {
    width: 600px;
    margin: 0 auto 30px;
    display: block;
  }
}
.compare_table .table-wrap {
  overflow-x: scroll;
}
@media screen and (min-width: 769px) {
  .compare_table .table-wrap {
    width: 100%;
    margin: 0 auto;
    overflow-x: unset;
  }
}
.compare_table .table {
  width: 900px;
  border-collapse: collapse;
}
@media screen and (max-width: 769px) {
  .compare_table .table {
    width: 600px;
  }
}
.compare_table .table span {
  color: #b04000;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1;
}
@media screen and (max-width: 769px) {
  .compare_table .table span {
    font-size: 2rem;
  }
}
.compare_table .table th,
.compare_table .table td {
  border: none;
  border-bottom: 2px dashed #94a3a9;
  padding: 4px 8px;
}
.compare_table .table .col-empty {
  width: 97px;
  /* 一列目の幅を100pxに設定 */
}
.compare_table .table .col-lawyer {
  font-size: 2.3rem;
  line-height: 1.4;
  background-color: #f06c21 !important;
  color: white;
}
.compare_table .table .col-lawyer,
.compare_table .table td:nth-child(2) {
  background-color: #fffbf8;
  padding: 15px 10px !important;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .compare_table .table .col-lawyer,
  .compare_table .table td:nth-child(2) {
    padding: 20px 40px !important;
  }
}
.compare_table .table .col-self {
  background-color: #f8f8f8;
  padding: 15px 15px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .compare_table .table .col-self {
    padding: 20px;
  }
}
.compare_table .table td:nth-child(3) {
  background-color: #f8f8f8;
  padding: 15px 15px;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 769px) {
  .compare_table .table td:nth-child(3) {
    padding: 20px;
  }
}
.compare_table .table th:first-child,
.compare_table .table td:first-child {
  width: 97px;
  /* 一列目の項目の幅を100pxに設定 */
  background-color: #f0f0f0;
}
@media screen and (min-width: 769px) {
  .compare_table .table th:first-child,
  .compare_table .table td:first-child {
    width: 210px;
  }
}
.compare_table .table th:nth-child(2),
.compare_table .table td:nth-child(2) {
  border-left: 6px solid #f06c21;
  border-right: 6px solid #f06c21;
}
.compare_table .table th:nth-child(2) {
  border-top: 6px solid #f06c21;
}
.compare_table .table tr:last-child td:nth-child(2) {
  border-bottom: 6px solid #f06c21;
}
.compare_table .table th:nth-child(3),
.compare_table .table td:nth-child(3) {
  border-right: 3px solid #666666;
  background: #6a6a6a;
  color: white;
}
.compare_table .table th:nth-child(3) {
  border-top: 3px solid #666666;
}
.compare_table .table tr:last-child td:nth-child(3) {
  border-bottom: 3px solid #666666;
}
.compare_table .table td:nth-child(2)::before {
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 90px;
  transform: translateY(-50%);
  color: #ebd1c3;
  font-size: 92px;
  opacity: 0.3;
  z-index: -2;
}
@media screen and (min-width: 769px) {
  .compare_table .table td:nth-child(2)::before {
    left: 172px;
    font-size: 112px;
  }
}
.compare_table .table td:nth-child(3)::before {
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 90px;
  transform: translateY(-50%);
  color: #0a0a0a;
  font-size: 92px;
  opacity: 0.3;
  z-index: -2;
}
@media screen and (min-width: 769px) {
  .compare_table .table td:nth-child(3)::before {
    left: 142px;
    font-size: 112px;
  }
}

#footer_CTA {
  position: fixed;
  background-color: rgba(125, 125, 125, 0.7882352941);
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 22;
  /*はじめは非表示*/
  opacity: 0;
  transition: opacity 0.3s ease;
  padding: 6px 0;
}
#footer_CTA small {
  display: unset;
}
#footer_CTA img {
  width: 23px;
}
#footer_CTA .footer_CTA_call_img {
  width: 72%;
  margin: 7px 0;
  margin-left: 3px;
}
#footer_CTA .footer_CTA_mail_img {
  width: 80%;
  margin: 7px 0;
  margin-left: 3px;
}

.footer_CTA_call {
  display: flex;
  align-items: center;
  width: 48%;
  background: #e16520;
  color: white;
  font-size: 80%;
  padding: 8px 13px;
  font-weight: 500;
  border-radius: 4px;
  border-bottom: 5px solid #953e00;
  justify-content: center;
}
.footer_CTA_call p {
  text-align: center;
  line-height: 1.3;
  font-size: 1.4rem;
  margin-left: 5px;
  font-weight: bold;
}

.footer_CTA_mail {
  display: flex;
  align-items: center;
  width: 48%;
  background: #22b738;
  color: #fff;
  font-size: 80%;
  padding: 8px 10px 8px 18px;
  font-weight: 500;
  border-radius: 4px;
  border-bottom: 5px solid #005522;
  justify-content: center;
  position: relative;
  font-weight: bold;
}
.footer_CTA_mail p {
  text-align: center;
  line-height: 1.3;
  font-size: 1.4rem;
  margin-left: 10px;
  font-weight: bold;
}

.footer_CTA_mail_night {
  width: 100%;
  font-size: 100%;
  font-weight: bold;
  border-radius: 69px;
  padding: 10px 0 12px;
  text-decoration: underline;
}
.footer_CTA_mail_night p {
  margin-left: 20px;
}
.footer_CTA_mail_night::before {
  left: 77px;
}

#footer_CTA .attention {
  text-align: center;
  padding: 0px 0 5px;
}
#footer_CTA .attention img {
  width: 80%;
  display: block;
  margin: 0px auto;
}

.scroll-hint-icon {
  z-index: 22;
  top: calc(30% - 25px);
}

.tel_area {
  position: fixed;
  right: 0;
  z-index: 504;
  top: 15%;
}

.tel_banner {
  background-color: #bf5637;
  padding: 30px 15px 30px;
  border-radius: 10px;
  color: white;
  font-size: 12px;
  text-align: center;
  line-height: 1.3;
}

.tel_ban_num {
  font-weight: bolder;
  font-size: 50px;
  margin: 0 auto;
  writing-mode: vertical-rl;
  text-wrap: nowrap;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  max-height: 300px;
  line-height: 1.2;
  margin-bottom: 15px;
  margin-right: -5px;
  font-family: "Oswald";
}

.saitama {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  text-align: initial;
  -webkit-writing-mode: vertical-rl;
  font-size: 18px;
  text-align: center;
}

.saitama span {
  color: #f8ff09;
  font-weight: bold;
  padding: 6px 0;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
}

.tel_ban_text {
  font-size: 14px;
  line-height: 1.2;
}

.tel_gif {
  width: 39px;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}

.hosyo_rise {
  background-color: #273d57;
  position: relative;
  z-index: 1;
}
.hosyo_rise .contents {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .hosyo_rise .contents {
    padding-bottom: 70px;
  }
}

.powerword_area {
  background-color: #fff4e1;
}
.powerword_area img {
  position: relative;
  z-index: 15;
}

.problem-appeal {
  position: relative;
  z-index: 10;
  margin-top: -118px;
  background-image: linear-gradient(#fff2d1, #f3da9e, #dcbc78);
}
@media screen and (max-width: 768px) {
  .problem-appeal {
    margin-top: -60px;
  }
}
.problem-appeal .problem-appeal-inner h1 {
  text-align: center;
  font-size: 3.5rem;
  margin: 20px auto -49px;
  font-family: "Noto Serif JP";
  font-weight: 700;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .problem-appeal .problem-appeal-inner h1 {
    font-size: 2rem;
    margin: 10px auto -8px;
  }
}
.problem-appeal::before {
  content: "";
  display: block;
  width: 100%;
  background: #fff4e1;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: relative;
  z-index: 2;
  height: 90px;
}
@media screen and (max-width: 768px) {
  .problem-appeal::before {
    height: 35px;
  }
}
.problem-appeal::after {
  content: "";
  display: block;
  width: 100%;
  background-color: #fffcf8;
  clip-path: polygon(0 0, 50% 100%, 100% 0, 100% 100%, 50% 100%, 0 100%);
  position: relative;
  z-index: 3;
  height: 90px;
  transform: translateY(1px);
}
@media screen and (max-width: 768px) {
  .problem-appeal::after {
    height: 35px;
  }
}

.readmore {
  background-color: white;
  position: relative;
  width: 98%;
  margin: 30px auto 0;
  border: 1px solid #416700;
  border-radius: 5px;
  padding: 20px 10px 55px;
  text-align: justify;
}
@media screen and (min-width: 768px) {
  .readmore {
    padding: 30px 60px 55px;
  }
}
.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 14px;
  margin: 0 auto;
  width: 109px;
  padding: 3px 0;
  color: #fff;
  text-align: center;
  border-radius: 45px;
  background-color: #416700;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1098039216);
  font-size: 14px;
}
.readmore label::before {
  content: "続きを見る";
}
.readmore input[type=checkbox] {
  display: none;
}
.readmore input[type=checkbox]:checked ~ label::before {
  content: "元に戻す";
}
.readmore.keiei {
  border: 1px solid #0168bd;
}
.readmore.keiei label {
  background-color: #0168bd;
}

#jirei h2 {
  position: relative;
  padding: 0 65px;
  text-align: center;
  font-weight: bold;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #jirei h2 {
    font-size: 2rem;
  }
}
#jirei h2:before, #jirei h2:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 50px;
  height: 6px;
  content: "";
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
}
#jirei h2:before {
  left: 0;
}
#jirei h2:after {
  right: 0;
}
#jirei h2.kojin {
  color: #416700;
}
#jirei h2.keiei {
  color: #0168bd;
  margin-top: 40px;
}

.readmore-content {
  position: relative;
  height: 330px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
@media screen and (max-width: 768px) {
  .readmore-content {
    height: 200px;
  }
}
.readmore-content p span {
  background: linear-gradient(transparent 78%, #fff4ae 60%);
  font-weight: bold;
}
.readmore-content small {
  display: block;
  line-height: 1.4;
  margin-bottom: 20px;
}

.readmore input[type=checkbox]:checked ~ .readmore-content {
  height: auto;
  transition: max-height 0.5s ease;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, #fff 100%);
}

.readmore input[type=checkbox]:checked ~ .readmore-content::before {
  display: none;
}

.jirei_icon {
  width: 65px;
  margin-right: 15px;
}
@media screen and (min-width: 768px) {
  .jirei_icon {
    width: 80px;
    margin-right: 30px;
  }
}

.figureCase_label {
  width: -moz-fit-content;
  width: fit-content;
  background: #f4f4f4;
  padding: 2px 12px;
  border-radius: 9px;
  font-weight: bold;
  color: #416700;
  margin-bottom: 18px;
  font-size: 14px;
}
.figureCase_label.keiei {
  color: #0168bd;
}
.figureCase_label.keiei i {
  margin-right: 14px;
  color: #9cc1e0;
}
.figureCase_label i {
  margin-right: 14px;
  color: #72a185;
}
@media screen and (min-width: 768px) {
  .figureCase_label {
    font-size: unset;
  }
}

.readmore-content_title {
  border-bottom: 2px dashed #d9e0e5;
  padding-bottom: 13px;
  align-items: center;
  margin-bottom: 20px;
}
.readmore-content_title .case_number {
  width: 100%;
  margin: 0px 0 20px;
}

.figureCase_title {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .figureCase_title {
    font-size: 2.4rem;
  }
}

.figureCase_before {
  font-size: 2.5rem;
  font-family: "Noto serif JP";
  margin-bottom: 13px;
  font-weight: bold;
}

.figureCase_after {
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 16px;
  padding: 1px 15px;
  margin-bottom: 13px;
  width: fit-content;
  background: #fff4ae;
  color: #020202;
  margin-top: 30px;
}

.comment_laywer {
  background: #fff8e1;
  padding: 20px 20px;
  margin-top: 27px;
  border-radius: 15px;
}
.comment_laywer > div {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}
.comment_laywer img {
  width: 78px;
  margin-right: 20px;
}

.page-case__datelist {
  border-radius: 5px;
  border: 2px solid #d2d2d2;
  overflow: hidden;
  color: rgb(46, 46, 46);
  width: 100%;
}
@media screen and (max-width: 768px) {
  .page-case__datelist {
    font-size: 1.4rem;
  }
}

.page-case__datelist dt,
.page-case__datelist dd {
  padding: 8px;
}

.page-case__datelist dt {
  font-weight: bold;
  width: 45%;
  background-color: #f5f5f5;
}

.page-case__datelist dd {
  width: 55%;
}

.page-case__datelist div {
  display: flex;
}

.page-case__datelist div + div {
  border-top: 1px dashed #d2d2d2;
}

.page-case__datelist.-min dt,
.page-case__datelist.-min dd {
  padding: 8px;
}

.page-case__datelist.-min dt {
  width: 35%;
}

.aisatsu {
  background-size: 100% auto;
  background-image: url(../images/back_img.webp);
  background-repeat: repeat;
  background-position: center top;
  padding: 0px 0px;
}
.aisatsu img {
  display: block;
  margin: 0 auto;
  margin-top: 50px;
}

.box2-1 {
  font-size: 1.7rem;
  color: #4f4f4f;
  padding: 1em 1em;
  /*内側余白*/
  background-image: repeating-linear-gradient(-45deg, #f2f3f7 0, #f2f3f7 3px, transparent 3px, transparent 6px);
  /*ストライプ*/
}
@media screen and (max-width: 768px) {
  .box2-1 {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.box2-1 img {
  width: 400px;
  display: block;
  margin: 0 auto;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .box2-1 img {
    width: 85%;
    display: block;
    margin: 15px auto 0;
  }
}

.link_area {
  width: 900px;
  margin: 0 auto;
  justify-content: space-between;
}
.link_area.link_area00 {
  padding: 30px 0 0;
}
.link_area a {
  width: 50%;
  position: relative;
}
.link_area a img {
  width: 90%;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.link_area a::after {
  content: "";
  display: block;
  position: absolute;
  left: 44%;
  bottom: 111%;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-top: 20px solid #c9d9ad;
  border-bottom: 0;
}
.link_area a.to_keiei_btn::after {
  border-top: 20px solid #abd9ff;
}
@media screen and (max-width: 768px) {
  .link_area {
    width: 95%;
  }
  .link_area.link_area00 {
    padding: 15px 0 0;
  }
  .link_area a {
    width: 100%;
    position: relative;
  }
  .link_area a::after {
    position: absolute;
    left: 36vw;
    bottom: 40vw;
  }
  .link_area a img {
    width: 100%;
    padding: 10px 0px;
  }
}
.link_area.no-arrow a::after {
  content: none;
}

.fv_top {
  background-color: #cb0300;
  padding: 20px 0;
}
.fv_top img {
  width: 800px;
  fill: white;
  display: block;
  margin: 10px auto 0;
}
@media screen and (max-width: 768px) {
  .fv_top {
    padding: 15px 0;
  }
  .fv_top img {
    width: 98%;
    display: block;
    margin: 0 auto;
    fill: white;
  }
}

.anim-box.poyopoyo {
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}

@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.pagetop {
  cursor: pointer;
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.3s;
  color: #00a6c4;
  border: solid 2px #00a6c4;
  background: #fff;
  z-index: 1000;
  /*   デフォルトは非表示 */
  opacity: 0;
}

.pagetop:hover {
  box-shadow: 0 0 10px #00a6c4;
}

/* フッター */
footer {
  background-color: #1a436d;
  padding: 50px 30px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 30px 15px;
    font-size: 1.4rem;
  }
}

.privacy {
  text-decoration: underline;
}/*# sourceMappingURL=rise_top.css.map */