@charset "UTF-8";
html {
  font-size: 62.5%;
}

@font-face {
  font-family: "Oswald";
  font-weight: 400;
  src: url(../fonts/Oswald-VariableFont_wght.woff) format("woff");
}
@font-face {
  font-family: "ShipporiMincho";
  font-weight: 400;
  src: url(../fonts/ShipporiMincho-Medium.woff) format("woff");
}
@font-face {
  font-family: "ShipporiMincho";
  font-weight: 600;
  src: url(../fonts/ShipporiMincho-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "ShipporiMincho";
  font-weight: bold;
  src: url(../fonts/ShipporiMincho-Bold.woff) format("woff");
}
body {
  color: #494949;
  background: #f6f6f6;
  line-height: 2;
  font-family: "ShipporiMincho", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.05rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  body {
    letter-spacing: 0.05rem;
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.sm_only {
  display: none !important;
}

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

@media screen and (max-width: 480px) {
  .pc_flex {
    display: block;
  }
  img {
    width: 100%;
  }
}
/* 飾り */
.HL_text {
  background: linear-gradient(transparent 77%, #fff5d7 77%);
}

/* flex定義 */
.flex {
  display: flex;
  justify-content: space-around;
}

.marker_anime {
  background: linear-gradient(transparent 50%, #fff5d7 50%);
  display: inline;
  transition: background-size 4s ease;
  background-size: 0 100%;
  background-repeat: no-repeat;
  font-weight: bold;
}

.marker_anime.highlight {
  background-size: 100% 100%;
}

@media screen and (max-width: 768px) {
  .flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
}
.flex-wrap {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.flex-column {
  display: flex;
  flex-flow: column;
}

/* トップに戻るボタン */
#page-top a {
  background: #49bbfd;
  text-decoration: none;
  color: #fff;
  width: 60px;
  padding: 10px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
  float: right;
  margin-bottom: 20px;
  border-radius: 50px;
  height: 60px;
}

#page-top {
  position: fixed;
  z-index: 100;
  bottom: 0px;
  right: 10px;
}

@media screen and (max-width: 768px) {
  #page-top a {
    background: #49bbfd;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
    float: right;
    margin-bottom: 20px;
    border-radius: 50px;
    height: 50px;
  }
  #page-top {
    position: fixed;
    bottom: 0px;
    right: 10px;
  }
}
.gri_bg {
  position: relative;
  background: linear-gradient(259deg, #014c96 3.53%, #479cc1 69.13%, #9bc0dd 100%);
  z-index: 4;
  margin-top: -33px;
}

.grid_bg {
  background: url(../images/grid_bg.svg);
  text-align: left;
}

.dot_back {
  background: url(../images/dot_back.webp);
}

.line_back {
  background: white;
  background-size: 100% auto;
  background-image: url(../images/blue_bg.svg);
  background-repeat: repeat;
  background-position: center top;
}

.building_back {
  background: white;
  background-size: 100% auto;
  background-image: url(../images/building_img.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  .building_back {
    background-image: url(../images/blue_bg.svg);
  }
}

.img_back01 {
  background: repeating-linear-gradient(125deg, #faffef, #faffef 8px, #f6f9f0 8px, #f6f9f0 16px);
}

/* コンテンツ共通 */
.contents {
  width: 1000px;
  padding: 50px 0;
  margin: 0 auto;
}

.contents_title {
  font-family: "ShipporiMincho";
  line-height: 1.5;
  text-align: center;
  font-size: 3.5rem;
  margin: 0px 0 20px;
  color: #0a2653;
  padding: 15px 0;
}

.contents_title_onlytext {
  font-family: "ShipporiMincho";
  line-height: 1.5;
  text-align: center;
  font-size: 4.5rem;
  margin: 0px 0 20px;
  color: #0a2653;
  padding: 15px 0;
}
.contents_title_onlytext small {
  display: block;
  font-size: 2.8rem;
}

.contents_title_shortline {
  font-family: "ShipporiMincho";
  position: relative;
  color: #0a2653;
  font-size: 4.5rem;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 55px;
  padding-bottom: 15px;
}
.contents_title_shortline::before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: #0a2653;
}
.contents_title_shortline small {
  color: transparent;
  -webkit-text-stroke: 1px #b1b1b1;
  display: block;
  font-size: 4rem;
  margin-bottom: -10px;
}

.contents_title_nosub {
  font-family: "ShipporiMincho";
  line-height: 1.5;
  text-align: center;
  font-size: 3.5rem;
  margin: 0px 0 80px;
  color: #0a2653;
  padding: 15px 0;
  background-color: #dfe4d4;
}

.contents_subtitle {
  font-family: "ShipporiMincho";
  position: relative;
  display: block;
  text-align: center;
  margin: 55px 0 28px;
}
.contents_subtitle::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f10d";
  font-size: 30px;
  color: #c0c0c0;
  margin: -40px -50px;
}

@media screen and (max-width: 768px) {
  .contents {
    width: 100%;
    margin: 0px auto 0px;
    padding: 30px 13px;
  }
  .contents_title {
    width: 100%;
    font-size: 2.2rem;
    line-height: 1.4;
    padding: 18px 4px;
    font-weight: bold;
    margin-bottom: 0px;
    letter-spacing: 1.2px;
  }
  .contents_title_nosub {
    font-size: 2.2rem;
    margin: 0px 0 40px;
    padding: 15px 0;
  }
  .contents_title_shortline {
    position: relative;
    padding: 1.5rem 0;
    color: #0a2653;
    font-size: 3rem;
    text-align: center;
    line-height: 1.5;
  }
  .contents_title_shortline::before {
    position: absolute;
    bottom: -4px;
    left: calc(50% - 30px);
    width: 50px;
    height: 4px;
    content: "";
    border-radius: 3px;
    background: #596474;
  }
  .contents_title2 {
    position: relative;
    line-height: 1.4;
    width: 100%;
    font-size: 2.2rem;
    padding: 18px 4px;
    margin-bottom: 40px;
  }
  .contents_title2::before {
    top: 95%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #751b15;
  }
  .contents_title_onlytext {
    line-height: 1.5;
    font-size: 2.5rem;
    margin: 0px 0 20px;
    padding: 15px 0;
  }
  .contents_title_onlytext small {
    display: block;
    font-size: 1.9rem;
    margin-bottom: 2px;
    color: #515151;
  }
  .contents_subtitle {
    font-size: 1.6rem;
    position: relative;
    display: block;
    text-align: left;
    margin: 60px 10px 20px 20px;
  }
  .contents_subtitle::before {
    font-size: 22px;
    margin: -42px -9px;
  }
}
/* FV */
header {
  width: 1100px;
  margin: 0 auto;
}

header img {
  width: 300px;
  padding: 17px 0;
}

.header_back {
  background: no-repeat center center;
  background-size: cover;
  background-image: url(../images/back.png);
}

.header_inner {
  width: 1000px;
  margin: 0px auto 0;
  padding: 30px 0 0px 0;
}
.header_inner img {
  width: 100%;
  position: relative;
  z-index: 22;
}

@media screen and (max-width: 768px) {
  header {
    width: 100%;
    margin: 0 auto;
    background: #ffffff;
  }
  header img {
    width: 50%;
    padding: 10px;
    display: block;
    margin: 0 auto;
  }
  .header_inner {
    width: 100%;
    padding-top: 0;
    margin: 0;
  }
  .header_inner img {
    margin: 0;
  }
}
.USP {
  padding: 30px 0;
  background: linear-gradient(331deg, #ba869c -6.47%, #e9ccdc 89.13%, #edd4e1 100%);
}
.USP img {
  width: 860px;
  margin: 0 auto;
  display: block;
}

.FV_top {
  text-align: center;
  background: #4e0001;
  color: white;
  font-size: 2.3rem;
  padding: 10px 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .FV_top {
    padding: 6px 0;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}

.sokujitu {
  background: #f0e6ca;
  text-align: center;
}
.sokujitu img {
  width: 800px;
}

/* アクションエリア */
.box_action {
  padding: 55px 0 55px 0;
}
@media screen and (max-width: 768px) {
  .box_action {
    padding: 25px 20px 40px;
  }
}

/* お悩み */
#nayami .contents_title {
  color: rgb(70, 70, 70);
  background-color: unset;
  font-size: 4.5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #nayami .contents_title {
    font-size: 2.4rem;
  }
}
#nayami img {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-bottom: 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #nayami img {
    margin-bottom: 0px;
  }
}
#nayami img.to_houki {
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .onayami .contents {
    width: 900px;
  }
}

.onayami_back {
  background: no-repeat center center;
  background-size: cover;
  background-image: url(../images/onayami_back.png);
}
@media screen and (max-width: 768px) {
  .onayami_back {
    background-image: none;
    padding: 0;
  }
}

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

.pat_01 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.1);
}

@media screen and (min-width: 768px) {
  .pat_01 li.pc-margin {
    margin-bottom: 0;
  }
}
.pat_01 img {
  width: 100%;
  height: 215px;
  -o-object-fit: cover;
     object-fit: cover;
}

.pat_01_text {
  padding: 20px 20px 45px;
}
.pat_01_text h1 {
  text-align: center;
  font-size: 6rem;
  line-height: 1.3;
  color: #dfe4d4;
  margin-bottom: 10px;
}

.pat_01_text_title {
  color: #bc264f;
  line-height: 1.5;
  font-size: 2.8rem;
  margin-bottom: 30px;
  text-align: center;
  font-weight: bold;
}

.pat_01_text span {
  background: linear-gradient(transparent 77%, #ffe5ac 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: 10px 20px 30px;
  }
  .pat_01_text_title {
    font-size: 2.4rem;
    margin-bottom: 15px;
  }
  .pat_01 img {
    width: 100%;
    height: 155px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
/* アピールコンテンツ〜〜縦図なし */
.pat_02 {
  background: #fff url(../images/bg_dot.webp) repeat;
  padding: 40px 80px;
  margin-bottom: 50px;
  padding-top: 20px;
}

.pat_02 .pat_02_content span {
  font-weight: bold;
}

.shiho {
  background: gainsboro;
  padding: 30px;
}

.bengo {
  background: #f6e1c3;
  padding: 30px;
  margin-top: 30px;
}

.bengo h1 {
  font-size: 3.5rem !important;
  color: #1d4e97;
  font-weight: bold;
  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";
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  font-family: "YuMincho", "游明朝";
}

.pat_02 h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

.pat_02 ul li {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
  font-weight: bold;
  color: #282828;
  letter-spacing: 0.06em;
}

.pat_02 ul {
  margin: 20px 0;
}

.point_num {
  width: 20%;
  margin: 0 auto;
  display: block;
  /* margin-top: -50px; */
  margin-bottom: -30px;
}

.merit_num {
  text-align: center;
  color: #5b5b5b;
  font-size: 3rem;
  font-weight: bold;
}

.pat_02_title {
  color: #bf5637;
  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: 3.8rem;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.4;
  font-family: "YuMincho", "游明朝";
}

@media screen and (max-width: 768px) {
  .pat_02 {
    background: #fff url(../images/bg_dot.webp) repeat;
    padding: 10px;
    margin-bottom: 50px;
    padding-top: 20px;
  }
  .pat_02 .pat_02_content span {
    font-weight: bold;
  }
  .pat_02 h1 {
    font-size: 2rem;
  }
  .pat_02 ul {
    margin: 20px 0;
  }
  .point_num {
    width: 35%;
    margin: 0 auto;
    display: block;
    /* margin-top: -50px; */
    margin-bottom: -30px;
  }
  .merit_num {
    text-align: center;
    color: #5b5b5b;
    font-weight: bold;
  }
  .pat_02_title {
    font-size: 2.5rem;
    text-align: left;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.4;
    font-family: "YuMincho", "游明朝";
  }
  .shiho {
    background: gainsboro;
    padding: 10px;
  }
  .bengo {
    background: #f6e1c3;
    padding: 10px;
    margin-top: 20px;
  }
  .bengo h1 {
    font-size: 2.5rem !important;
    color: #1d4e97;
    font-weight: bold;
    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";
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    font-family: "YuMincho", "游明朝";
  }
}
/* 費用について */
.cost_box img {
  display: block;
  margin: 0 auto 45px;
}

.cost_table table {
  font-size: 1.7rem;
  border: 1px solid #dadada;
  margin-top: 10px;
  margin-bottom: 0px;
  display: grid;
}
@media screen and (max-width: 768px) {
  .cost_table table {
    font-size: 1.5rem;
  }
}
.cost_table table tr {
  display: grid;
}
.cost_table table th {
  display: grid;
  border-bottom: 1px solid #dadada;
  background: #f3f3f3;
  text-align: left;
  font-weight: bold;
}
.cost_table table tr td {
  border-bottom: 1px solid #dadada;
}

.red {
  font-weight: bold;
  color: #d54b00;
}

.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;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.cost_asterisk li {
  list-style-type: none;
  text-indent: -1em;
  margin-top: 5px;
  margin-left: 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.5rem;
}

.cost_table h1 {
  font-size: 2.8rem;
  font-weight: bold;
}
.cost_table h1 span {
  color: #ff822d;
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  .cost_asterisk {
    font-size: 1.4rem;
  }
  .cost_asterisk li {
    margin-left: 0;
  }
  .cost_box img {
    width: 98%;
  }
}
/* 事務所のご案内 */
.office_img {
  padding: 8px;
  margin-top: 8px;
  text-align: center;
}

.office_box img {
  vertical-align: bottom;
}

.office_table {
  padding: 8px;
  margin-top: 8px;
}
.office_table table {
  border: 1px solid #dadada;
  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 #dadada;
  background: #f5e8d9;
  text-align: left;
  font-weight: bold;
}
.office_table table tr td {
  border-bottom: 1px solid #dadada;
}
.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 #dadada;
  background: #f3f3f3;
  text-align: left;
  font-weight: bold;
  padding: 12px;
}

.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 {
  border: none;
  margin-top: 0px;
  display: flex;
}
.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: 120px;
}
.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*/
.office_subtable .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 10px;
}

.chizu_box {
  border: 1px solid #ccc;
  padding: 8px;
  margin: 0px 0px 14px 0px;
  width: 32%;
}

.chizu_title {
  font-weight: bold;
  font-size: 15px;
}

.chizu_text {
  font-size: 13px;
}

.jusyo {
  display: none;
}

.chizu_btn {
  text-align: center;
  font-size: 13px;
  text-decoration: underline;
  color: #1d4e97;
}

@media screen and (max-width: 768px) {
  .office_box img {
    vertical-align: bottom;
    width: 100%;
    margin: 10px 0px 45px;
  }
  .office_subtabletitle {
    border-bottom: 1px solid #dadada;
    text-align: left;
    font-weight: bold;
    padding: 12px;
  }
  .office_subtable {
    padding: 8px;
    margin-top: 14px;
    font-size: 1.4rem;
  }
  .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: 80px;
    white-space: nowrap;
  }
  .office_subtable table tr td {
    border-bottom: 1px solid #ffffff;
    display: grid;
    width: 238px;
  }
  .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*/
  .office_subtable .flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: unset;
  }
  .chizu_box {
    border: 1px solid #ccc;
    padding: 8px;
    margin: 0px 0px 14px 0px;
    width: 100%;
  }
  .chizu_title {
    font-weight: bold;
    font-size: 14px;
  }
  .chizu_text {
    font-size: 14px;
  }
  .jusyo {
    display: none;
  }
  .chizu_btn {
    text-align: center;
    font-size: 14px;
  }
}
/* フッター */
footer {
  background-color: #0a2653;
  padding: 50px 30px;
  text-align: center;
  color: white;
}

.privacy {
  text-decoration: underline;
}

/* 事例など、プルダウン */
.hosyo h1 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: -30px;
  line-height: 1.4;
}

.son_img {
  width: 40%;
}

.son p {
  font-size: 3.5rem;
  margin-top: 40px;
}

.son {
  background-image: linear-gradient(90deg, #e5e5e5, rgba(255, 255, 255, 0));
  padding: 30px 30px 0 30px;
  margin-top: 50px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.son_arrow {
  width: 150px;
  display: block;
  margin: 50px auto;
}

.son_first p {
  text-align: center;
  font-size: 2.7rem;
  font-weight: 600;
}

.son_first p:first-child {
  margin-bottom: 40px;
}

.son1 {
  background: #ebf1f2 url(../images/bg_diagonal.webp) repeat;
  padding: 100px 0;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}

.son1 .contents {
  margin: 0 auto;
}

.hosyo_point {
  width: 1080px;
  background: white;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 100px;
  margin: 0 auto;
  margin-top: 80px;
}

.hosyo_point h2 span {
  font-size: 4rem;
  font-weight: 600;
  font-family: "ShipporiMincho";
  color: #bf5637;
  background: linear-gradient(transparent 65%, #faeec2 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";
}

.hosyo_point h1 {
  margin-bottom: 10px;
  /* text-align: left; */
  font-weight: bold;
  font-size: 3rem;
}

.hosyo_point p {
  margin-top: 10px;
}

.hosyo .flex {
  align-items: center;
  width: 1080px;
  margin: 40px auto 0;
}

.son1 h3 {
  font-size: 8rem;
  text-align: left;
  color: rgba(215, 189, 182, 0.5411764706);
  width: 1080px;
  margin: 0 auto;
  margin-bottom: -136px;
  font-family: "ShipporiMincho";
  margin-top: 40px;
}

.son_bottom {
  width: 1080px;
  margin: 0 auto;
  margin-top: 110px;
}

.son_bottom .son_first p {
  text-align: left;
  width: 95%;
}

.son_bottom img {
  width: 320px;
}

.hosyo_point p span {
  font-weight: bold;
}

.son_first p span {
  font-size: 4rem;
  font-weight: 600;
  color: #bf5637;
  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";
}

.way ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.way ul li {
  width: 45%;
  padding: 30px;
  background: #e1f1f5;
  margin: 20px;
}

.arrow {
  width: 210px;
  display: block;
  margin: 55px auto 0;
}

.bengoshi {
  width: 310px;
}

.bottom_text p {
  font-size: 4rem;
  font-weight: 600;
  font-family: "ShipporiMincho";
  color: #bf5637;
  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";
  margin-left: 0px;
  line-height: 1.8;
}

.bottom_text p span {
  background: linear-gradient(transparent 65%, #faeec2 65%);
}

@media screen and (max-width: 768px) {
  .hosyo h1 {
    font-size: 2rem;
    text-align: center;
    margin-bottom: -30px;
    line-height: 1.4;
  }
  .son_img {
    width: 40%;
  }
  .son p {
    font-size: 2.5rem;
    margin-top: 40px;
  }
  .son {
    background-image: linear-gradient(90deg, #e5e5e5, rgba(255, 255, 255, 0));
    padding: 30px 30px 0 30px;
    margin-top: 50px;
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
  .son_arrow {
    width: 150px;
    display: block;
    margin: 50px auto;
  }
  .son_first p {
    text-align: center;
    font-size: 2.7rem;
    font-weight: 600;
  }
  .son_first p:first-child {
    margin-bottom: 40px;
  }
  .son1 {
    background: #ebf1f2 url(../images/bg_diagonal.webp) repeat;
    padding: 15px 10px;
    padding-bottom: 0;
    margin-left: calc((100vw - 100%) / 2 * -1);
    margin-right: calc((100vw - 100%) / 2 * -1);
  }
  .hosyo_point {
    width: 100%;
    background: white;
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    margin: 0 auto;
    margin-top: 80px;
  }
  .hosyo_point h2 span {
    font-size: 2.5rem;
    font-weight: 600;
    font-family: "ShipporiMincho";
    color: #bf5637;
    background: linear-gradient(transparent 65%, #faeec2 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";
  }
  .hosyo_point h1 {
    margin-bottom: 10px;
    /* text-align: left; */
    font-weight: bold;
    font-size: 2.2rem;
  }
  .hosyo_point p {
    margin-top: 10px;
  }
  .hosyo .flex {
    width: 100%;
  }
  .son1 h3 {
    font-size: 6rem;
    text-align: left;
    color: rgba(215, 189, 182, 0.5411764706);
    width: 100%;
    margin: 0 auto;
    margin-bottom: -118px;
    font-family: "ShipporiMincho";
    margin-top: 0px;
  }
  .son_bottom {
    width: 100%;
    margin: 0 auto;
    margin-top: 110px;
  }
  .son_bottom .son_first p {
    text-align: left;
    width: 95%;
  }
  .son_bottom img {
    width: 320px;
  }
  .hosyo_point p span {
    font-weight: bold;
  }
  .son_first p span {
    font-size: 4rem;
    font-weight: 600;
    color: #bf5637;
    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";
  }
  .way ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .way ul li {
    width: 100%;
    padding: 20px 10px;
    background: #e1f1f5;
    margin: 10px 0;
  }
  .arrow {
    width: 100px;
    display: block;
    margin: 30px auto;
  }
  .bengoshi {
    width: 200px;
    margin-top: -20px;
  }
  .bottom_text {
    align-items: center;
    margin-top: -30px;
  }
  .bottom_text p {
    font-size: 2.5rem;
    font-weight: 600;
    font-family: "ShipporiMincho";
    color: #bf5637;
    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";
    margin-left: 0;
  }
  .bottom_text p span {
    background: linear-gradient(transparent 65%, #faeec2 65%);
  }
}
.jirei_back {
  background-color: #fafcff;
}

.content_box {
  padding: 40px 8%;
  margin-bottom: 45px;
}
@media screen and (max-width: 480px) {
  .content_box {
    padding: 20px 4%;
  }
}
.content_box:last-child {
  margin-bottom: 0;
}

.case_num {
  border: 1px solid #425470;
  color: #425470;
  padding: 0 8px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .case_num {
    border: 1px solid #425470;
    margin: 0 0 10px 0px;
    font-size: 1.4rem;
  }
}

.jirei_title {
  font-weight: bold;
  font-size: 2.5rem;
  margin: 0 20px 30px;
  font-family: "ShipporiMincho";
  text-align: center;
  line-height: 1.6;
  color: #425470;
}
@media screen and (max-width: 480px) {
  .jirei_title {
    font-size: 2rem;
    margin: 0 0 25px;
    text-align: left;
  }
}

.paper {
  position: relative;
  background: #eeeeee;
}
.paper:before, .paper:after {
  position: absolute;
  bottom: 15px;
  z-index: -1;
  width: 300px;
  height: 25px;
  /* box-shadow: 横方向 縦方向 ぼかし 影色 */
  box-shadow: 0 15px 10px #777;
  background: #777;
  content: "";
}
.paper:before {
  left: 10px;
  transform: rotate(-3deg);
}
.paper:after {
  right: 10px;
  transform: rotate(3deg);
}

.profile {
  text-align: center;
  margin-bottom: 20px;
}
.profile img {
  width: 150px;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .profile img {
    width: 100px;
  }
}
.profile p {
  font-size: 2.2rem;
}
@media screen and (max-width: 480px) {
  .profile p {
    font-size: 2rem;
  }
}

.text_block {
  margin-bottom: 35px;
}
.text_block:last-child {
  margin-bottom: 0;
}
.text_block i {
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .text_block i {
    font-size: 1.6rem;
    margin-right: 4px;
  }
}
.text_block span {
  color: #a90003;
}
.text_block b {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding: 3px 10px;
  margin-bottom: 20px;
  border-radius: 5px;
  border: 3px solid #529ca1;
  box-shadow: -3px 3px 0 0 #529ca1;
  font-weight: bold;
  color: #525862;
  background-color: white;
}
.text_block b:before, .text_block b:after {
  position: absolute;
  left: 30px;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
}
.text_block b:before {
  top: 100%;
  margin-left: -12px;
  border-color: transparent;
  border-top-color: #529ca1;
  border-right-color: #529ca1;
  border-width: 10px;
}
.text_block b:after {
  top: 99%;
  margin-left: -7px;
  border-color: transparent;
  border-top-color: white;
  border-right-color: white;
  border-width: 6.5px;
}
@media screen and (max-width: 480px) {
  .text_block b {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.text_block h1 {
  color: white;
  background: linear-gradient(90deg, rgb(82, 88, 98) 60%, rgba(255, 255, 255, 0) 100%);
  padding: 2px 30px;
  margin-bottom: 15px;
}
@media screen and (max-width: 480px) {
  .text_block h1 {
    font-size: 1.7rem;
    padding: 4px 15px;
  }
}
.text_block p {
  border-left: 4px #525862 dashed;
  padding-left: 26px;
}
@media screen and (max-width: 480px) {
  .text_block p {
    border-left: 2px #525862 dashed;
    padding-left: 13px;
  }
}

.text_block2 span {
  color: #997419;
}
.text_block2 h1 {
  color: white;
  background: linear-gradient(90deg, #9c8345 60%, rgba(255, 255, 255, 0) 100%);
}
.text_block2 p {
  border-left: 4px #9c8345 dashed;
}
@media screen and (max-width: 480px) {
  .text_block2 p {
    border-left: 2px #9c8345 dashed;
  }
}

.aisatu .flex {
  align-items: center;
}

.aisatu .casetitle {
  font-weight: bold;
  font-size: 4rem;
}

.bengoshi_img {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .good_timing {
    padding: 0;
  }
  .good_timing2 {
    margin: 40px 0;
  }
  .good_timing h1,
  .good_timing2 h1 {
    font-size: 2.5rem;
    font-weight: 600;
    font-family: "ShipporiMincho";
    text-align: center;
    color: #bf5637;
    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";
    margin: 15px 0;
    line-height: 1.5;
  }
  .good_timing h1::after {
    content: "相談のタイミング";
    color: #171717;
    font-size: 3.5rem;
    display: block;
    margin-top: -10px;
  }
  .good_timing h2 {
    text-align: left;
    font-size: 2rem;
    font-weight: bold;
  }
  .good_timing h2 span,
  .good_timing2 h2 span {
    padding: 0 4px;
    margin: 0 3px;
    background: #ffe5ac;
    font-weight: bold;
  }
  .teokure_title {
    border-bottom: 3px solid;
    align-items: flex-end;
    margin-bottom: 30px;
  }
  .teokure_title p {
    font-size: 2rem;
    font-weight: bold;
  }
  .teokure_title img {
    width: 70px;
  }
  .teokure {
    background: #e9e9e9;
    padding: 25px 10px;
    line-height: 1.4;
    margin-top: 20px;
  }
  .teokure ul li {
    margin-bottom: 15px;
    margin-left: 5px;
  }
  .teokure ul li span {
    font-weight: bold;
  }
  .good_timing2 .sm_only img:first-child {
    width: 75px;
    margin: 0 auto;
    height: auto;
    display: block !important;
  }
  .good_timing2 .flex {
    align-items: center;
  }
  .timing_img {
    width: 100%;
    display: block;
    margin: 20px auto;
  }
  .ranking img {
    width: 30px;
    margin-right: 10px;
  }
  .ranking .flex {
    align-items: flex-end;
    justify-content: center;
  }
  .ranking .flex p {
    font-size: 2rem;
    line-height: 1;
  }
  .ranking .ranking_title {
    text-align: center;
    font-size: 2rem;
    margin: 15px 0;
    font-weight: bold;
    line-height: 1.4;
  }
  .bengoshi_img {
    width: 130px;
  }
  .aisatu .flex {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .aisatu .flex .img {
    display: flex;
    flex-flow: column;
    align-items: center;
  }
  .aisatu .casetitle {
    font-weight: bold;
    font-size: 2rem;
  }
}
/* 質上げ施策 */
.info {
  width: 1000px;
  background: rgba(255, 244, 244, 0.77);
  margin: 15px auto 0px;
  padding: 14px 5%;
  text-align: left;
  font-size: 1.7rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.info .refuse {
  text-align: center;
  color: #bc251d;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 10px;
  font-size: 2rem;
}
.info .action_mark {
  width: 470px;
  display: block;
  margin: 0 auto 20px;
}
.info .info_man {
  width: 12%;
  margin: 24px 40px 0 0px;
}

.info h3 {
  color: #8b1000;
  font-size: 25px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: bold;
}

.info p.titlein {
  color: #c00;
  text-align: center;
  font-weight: bold;
}

ul.asterisk {
  /* width: 900px; */
  /* margin: auto; */
  flex-wrap: wrap;
  justify-content: space-evenly;
}
ul.asterisk small {
  display: block;
  margin-top: 6px;
  line-height: 1.5;
}

ul.asterisk li {
  list-style-type: none;
  font-weight: bold;
}

ul.asterisk li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00d";
  font-size: 20px;
  color: #c64029;
  margin: -2px -24px;
}

.info span {
  background: linear-gradient(transparent 78%, hsl(67, 100%, 61%) 60%);
  font-weight: bold;
}

.titleinsub {
  text-align: center;
  background: white;
  color: #cc0200;
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .info {
    padding: 15px 10px;
    font-size: 1.6rem !important;
    width: 100%;
  }
  .info .refuse {
    font-size: unset;
  }
  .info .action_mark {
    width: 97%;
    margin-bottom: 10px;
  }
  .info .info_man {
    width: 12%;
    margin: -46px 40px 0 0px;
  }
  .info h3 {
    font-size: 1.8rem;
    text-align: center;
  }
  ul.asterisk {
    margin-left: 35px;
  }
  ul.asterisk li {
    margin-bottom: 0;
  }
  ul.asterisk li:before {
    margin: -2px -25px;
  }
}
.solution {
  background: #fffdf9;
  background-image: linear-gradient(90deg, #fff7e5 1px, transparent 0), linear-gradient(#fff7e5 1px, transparent 0);
  background-size: 10px 10px;
  padding: 3px;
}

.solution .contents {
  margin: 100px auto 0;
}

.solution_title_pc {
  width: 80%;
  display: block;
  margin: 0 auto;
}

.solution .flex {
  align-items: flex-end;
  margin-top: 80px;
}

.solution .flex p {
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 100px;
}

.solution .flex span {
  color: #ff822d;
  background: linear-gradient(transparent 77%, #ffeec9 77%);
  border-radius: 2px;
  padding: 4px 8px;
  margin: 0px 4px;
}

/* .solution .flex img {
    width: 450px;
} */
.solution_bottom {
  background: #fff1ce;
  position: relative;
  font-weight: bold;
  text-align: center;
  border-radius: 7px;
  padding: 10px 0;
  font-size: 2.3rem;
}

.solution_bottom span {
  font-size: 3.6rem;
  color: #e57b00;
}

.solution_bottom::before {
  position: absolute;
  left: 50%;
  content: "";
  display: block;
  border: 20px solid transparent;
  border-top: 20px solid #fff1ce;
  transform: translateX(-50%);
  bottom: -40px;
}

@media screen and (max-width: 768px) {
  .solution_title_pc {
    width: 98%;
  }
  .solution .flex p {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .solution .flex {
    display: block;
    margin-top: 30px;
  }
  .solution .flex img {
    width: 200px;
    display: block;
    margin: 0 auto;
  }
  .solution .contents {
    margin: 30px 0 0;
    padding-bottom: 0;
  }
}
.chart img {
  width: 100%;
}

.page-top__meritTable {
  font-weight: bold;
  border-spacing: 0;
  border-collapse: separate;
}

.page-top__meritTable {
  width: 100%;
  margin: 0 auto 16px;
}

.page-top__meritTable .-tableHead {
  font-size: 2.6rem;
  font-weight: bold;
  padding: 1em 0;
  text-align: center;
  vertical-align: middle;
  line-height: 1.3;
}

.page-top__meritTable .-tableHead.-saimType {
  color: #163251;
  width: 28%;
  background: #e5e5e5;
}

.page-top__meritTable .-tableHead.-merit,
.page-top__meritTable .-tableHead.-demerit {
  color: #fff;
  width: 36%;
}

.page-top__meritTable .-tableHead.-merit {
  background: #ff822d;
}

.page-top__meritTable .-tableHead.-demerit {
  background-color: #7e7e7d;
}

.page-top__meritTable .-tableBody {
  position: relative;
  padding: 1em;
  border-bottom: 1px solid #e5e5e5;
  vertical-align: middle;
  z-index: 1;
}

.page-top__meritTable .-tableBody p {
  padding: 0px 0px 0px 14px;
  display: inline-flex;
}

.page-top__meritTable .-tableBody p::before {
  content: "・";
}

.page-top__meritTable .-tableBody.-saimType.-last {
  border-bottom: 5px solid #e5e5e5;
}

.page-top__meritTable .-tableBody.-merit.-last {
  border-bottom: 5px solid #ff822d;
}

.page-top__meritTable .-tableBody.-demerit.-last {
  border-bottom: 5px solid #7e7e7d;
}

.page-top__meritTable .-tableBody.-saimType {
  border-left: 5px solid #e5e5e5;
  text-align: center;
  line-height: 1.5;
  background: #fff;
}

.page-top__meritTable .-tableBody.-merit {
  background: #fff7e4;
  border-left: 4px solid #ff822d;
  border-right: 4px solid #ff822d;
}

.page-top__meritTable .-tableBody.-merit::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 25px solid #fff;
  z-index: -1;
}

.page-top__meritTable .-tableBody.-demerit {
  position: relative;
  background: #fff8f8;
  border-right: 4px solid #7e7e7d;
  z-index: 1;
}

.page-top__meritTable .-tableBody.-saimType {
  color: #163251;
  font-size: 1.25em;
  font-weight: bold;
}

.page-top__meritTable .-tableBody.-merit,
.page-top__meritTable .-tableBody.-demerit {
  font-size: 1em;
}

.page-top__meritTable .-tableBody.-batsu::before,
.page-top__meritTable .-tableBody.-batsu::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  height: 100px;
  width: 24px;
  background-color: #fff;
  z-index: -1;
}

.page-top__meritTable .-tableBody.-batsu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.page-top__meritTable .-tableBody.-batsu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.page-top__meritTable .-tableBody.-sankaku::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background-image: url(/wp/wp-content/themes/saimu_seiri/img/top/img-sankaku.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.page-case__article--icon img {
  width: 101px;
  height: auto;
}

.page-case__tag--personal {
  width: 12em;
}

.page-case__date--top {
  margin-bottom: 24px;
  align-items: center;
}

.page-case__personal {
  width: 30%;
}

.page-case__personal--icon {
  margin-bottom: 1em;
}

.page-case__personal--icon img {
  width: 140px;
  height: auto;
}

.page-case__datelist {
  border-radius: 5px;
  border: 2px solid #d2d2d2;
  overflow: hidden;
  color: #163251;
  width: 70%;
}

.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%;
}

.page-case__datetable {
  width: 100%;
  border-collapse: separate;
  border-bottom: 2px solid #d2d2d2;
}

.page-case__datetable--wrap + .page-case__datetable--wrap {
  border-top: 2px dashed #d2d2d2;
}

.page-case__datetable--head {
  width: 40%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.125em;
  padding: 16px 0;
}

.page-case__datetable--head.-before {
  background-color: #7e7e7d;
  border-radius: 5px 0 0 0;
}

.page-case__datetable--head.-after {
  background-color: #ff822d;
  border-radius: 0 5px 0 0;
}

.page-case__datetable--sidehead {
  width: 20%;
  text-align: right;
  color: #163251;
  font-weight: bold;
  border-right: 2px solid #d2d2d2;
  border-left: 2px solid #d2d2d2;
  vertical-align: middle;
  padding: 0 1em;
}

.page-case__datetable--sidehead.-first {
  border-radius: 5px 0 0 0;
  border-top: 2px solid #d2d2d2;
}

.page-case__datetable--value {
  text-align: center;
  font-weight: 900;
  line-height: 1;
  padding: 16px 32px;
  vertical-align: middle;
  border-right: 2px solid #d2d2d2;
}

.page-case__datetable--value.-before {
  position: relative;
  color: #a8a8a8;
}

.page-case__datetable--value.-before::before {
  position: absolute;
  right: -16px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  background-color: #7e7e7d;
  width: 45px;
  height: 24px;
}

.page-case__datetable--value.-before::after {
  position: absolute;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  border: 20px solid transparent;
  border-left: 20px solid #7e7e7d;
}

.page-case__datetable--value.-after {
  color: #ff822d;
}

.page-case__datetable--value.-after small {
  color: #333;
  font-weight: normal;
}

.page-case__datetable--value.-after-plus {
  color: #f33939;
}

.page-case__datetable .-line th,
.page-case__datetable .-line td {
  border-top: 2px dashed #d2d2d2;
}

.page-case__datetable .-large {
  font-size: 3em;
}

.c-tag {
  display: inline-block;
  padding: 0.3em 1em 0.25em;
  min-width: 72px;
  border-radius: 3px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.c-tag.-debt {
  background-color: #fcf1c6;
  margin-right: 10px;
}

.page-case__case {
  color: #ff822d;
  font-weight: bold;
  padding: 4px 20px 2px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  margin-right: 8px;
}

.c-tag.-type {
  background-color: #e6def9;
}

.page-case__article--tag {
  padding-bottom: 0.5em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .page-top__meritTable .-tableBody p {
    padding: 0;
    display: inline-flex;
  }
  .page-top__meritTable .-tableBody.-merit,
  .page-top__meritTable .-tableBody {
    padding: 5px;
  }
  .page-top__meritTable .-tableBody.-merit,
  .page-top__meritTable .-tableBody.-demerit {
    font-size: 1.5rem;
  }
  .page-top__meritTable .-tableBody.-saimType {
    font-size: 1.7rem;
  }
  .page-top__meritTable .-tableBody.-merit {
    border-left: 2px solid #ff822d;
    border-right: 2px solid #ff822d;
  }
  .page-top__meritTable .-tableBody.-demerit {
    border-right: 2px solid #7e7e7d;
  }
  .page-top__meritTable .-tableBody.-merit.-last {
    border-bottom: 3px solid #ff822d;
  }
  .page-top__meritTable .-tableBody.-demerit.-last {
    border-bottom: 3px solid #7e7e7d;
  }
  .page-top__meritTable .-tableBody.-saimType {
    border-left: 2px solid #e5e5e5;
  }
  .page-top__meritTable .-tableBody.-saimType.-last {
    border-bottom: 3px solid #e5e5e5;
  }
  .page-case__date--top {
    display: flex;
    flex-flow: column;
    margin-bottom: 0;
  }
  .page-case__personal {
    width: 100%;
  }
  .c-center img {
    width: 120px;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 20px;
  }
  .page-case__datelist {
    width: 100%;
  }
  .page-top__meritTable .-tableHead {
    font-size: unset;
  }
  .page-case__datetable {
    border-bottom: 1px solid #d2d2d2;
  }
  .page-case__datelist.-min dt {
    width: 45%;
  }
  .page-case__datetable--head {
    font-size: 1em;
    padding: 8px 0;
    width: 30%;
  }
  .page-case__datetable--head.-before {
    border-radius: 3px 0 0 0;
  }
  .page-case__datetable--head.-after {
    border-radius: 0 3px 0 0;
  }
  .page-case__datetable--sidehead.-first {
    border-radius: 3px 0 0 0;
    border-top: 1px solid #d2d2d2;
  }
  .page-case__datetable--sidehead {
    font-size: 0.75em;
    padding: 0 8px;
    text-align: left;
    letter-spacing: 0;
    border-right: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
  }
  .page-case__datetable--value {
    padding: 14px 8px;
    font-weight: bold;
    border-right: 1px solid #d2d2d2;
  }
  .page-case__datetable .-large {
    font-size: 1em;
  }
  .page-case__datetable--value.-before::before,
  .page-case__datetable--value.-before::after {
    content: none;
  }
  .page-case__datetable--value.-after small {
    display: inline-block;
    text-align: left;
    margin-top: 4px;
  }
  .page-case__datetable .-line th,
  .page-case__datetable .-line td {
    border-top: 1px dashed #d2d2d2;
  }
  .page-case__article--tag {
    font-size: 1.3rem;
  }
  .c-tag {
    padding: 5px;
  }
}
.voice_pofile {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 20px;
}

.voice_box {
  position: relative;
  padding: 30px 50px;
  margin: 2em auto;
  background: #fcfaf5;
  overflow: hidden;
}

.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);
}

.case_05 {
  display: flex;
  background: #fff;
  position: relative;
  color: black(0, 13, 102);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
}

.case_05 img {
  height: auto;
  width: 400px;
}

.c-center {
  text-align: center;
}

.step_bottom {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.merite {
  background: #fffdf9;
  background-image: linear-gradient(90deg, #fff7e5 1px, transparent 0), linear-gradient(#fff7e5 1px, transparent 0);
  background-size: 10px 10px;
  padding: 3px;
}

@media screen and (max-width: 768px) {
  .case_05 {
    display: block;
  }
  .case_05 img {
    width: 100%;
    height: 215px;
  }
  .voice_box {
    padding: 20px 10px;
  }
  .cost_table h1 {
    font-size: 2rem;
  }
  .cost_table h1 span {
    font-size: 2.3rem;
  }
}
.action_top_text {
  text-align: center;
  font-weight: bold;
  color: #688d02;
  padding: 10px 0 5px;
  width: 80%;
  margin: 0 auto 0px;
  line-height: 1.5;
}

.action_top_text.senyo {
  background: #688d02;
  color: white;
  padding: 5px 30px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 34px;
  margin-bottom: 0;
}

span.dot_text {
  display: inline-block;
  position: relative;
}

span.dot_text::before {
  position: absolute;
  top: -0.7em;
  left: 50%;
  transform: translate(-50%, 0);
  color: #688d02;
  font-size: 1em;
  content: "・";
}

.sp_left {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .action_top_text {
    margin: 0;
    width: auto;
    text-align: center;
    display: block;
    font-size: 1.4rem;
    border-radius: 34px;
    margin-bottom: -10px;
  }
  .action_top_text.senyo {
    padding: 5px 15px;
    margin-bottom: -3px;
    border-radius: 12px;
  }
  .sp_left {
    text-align: left;
    display: inline-block;
    margin-left: 10px;
  }
}
.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-top: 27px;
  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;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.saitama span {
  color: #f8ff09;
  font-weight: bold;
}

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

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

.zenkoku {
  padding: 0px 0 20px 0;
}
.zenkoku img {
  width: 940px;
  margin: 0px auto;
  display: block;
}

.action_soudan_img {
  width: 100%;
  display: block;
  margin: 10px 0 127px;
}

@media screen and (max-width: 768px) {
  .action_soudan_img {
    margin-bottom: 40px;
    margin-top: 20px;
  }
  .zenkoku {
    padding: 0px 0 20px 0;
  }
  .zenkoku img {
    width: 100%;
  }
}
.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: #ffb200;
  font-size: 2.3rem;
  line-height: 1.6;
  font-weight: 600;
  margin: 60px 0 20px;
  text-align: center;
  letter-spacing: 0.04em;
}

.appeal_point .appeal_point_title + p {
  height: auto;
  line-height: 2;
}

.appeal_point .ap01_text {
  position: relative;
  line-height: 1.8;
  background-color: #fffbf1;
  padding: 35px 20px;
  margin-bottom: 50px;
  border: 4px solid #f8ad00;
}

.appeal_point .ap01_text::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  font-size: 46px;
  color: #f8ad00;
  margin: -25px 39%;
}

.ap01_text span {
  font-weight: 600;
  background: linear-gradient(transparent 77%, #ffe5ac 77%);
}

@media screen and (min-width: 769px) {
  .appeal_point .appeal_point_img {
    height: 240px;
  }
  .appeal_point .ap01_text {
    width: 48%;
    justify-content: space-between;
  }
  .appeal_point .appeal_point_title {
    font-size: 2.8rem;
  }
  .appeal_point .appeal_point_title + p {
    line-height: 2;
  }
  .appeal_point .ap01_text::before {
    margin: -25px 41%;
  }
}
.al_top_bunner {
  background: #d20000;
  padding: 30px 0;
}

.al_top_bunner img {
  width: 900px;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .al_top_bunner {
    padding: 15px 0;
  }
  .al_top_bunner img {
    width: 95%;
    display: block;
    margin: 0 auto;
  }
}
.action_list {
  padding: 70px 0 0;
  background: #eeeeee url(../images/bg_diagonal.webp) repeat;
}
@media screen and (max-width: 768px) {
  .action_list {
    padding: 30px 0 0;
  }
}

.max_img_box img {
  width: 900px;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 15;
}
@media screen and (max-width: 768px) {
  .max_img_box img {
    width: 100%;
  }
}

.atera_area .atera {
  width: 100%;
  display: block;
  margin: 0 auto;
}
.atera_area .atera_QA {
  width: 600px;
  display: block;
  margin: 60px auto 30px;
}
@media screen and (max-width: 768px) {
  .atera_area .atera_QA {
    width: 100%;
    margin: 40px auto 30px;
  }
}
.atera_area .accordion-area {
  margin: 0;
}
.atera_area .accordion-area .box {
  background: #ffd05a;
}

.pattern-vertical-lines-sm {
  background-image: repeating-linear-gradient(to right, #f4f4f4, #f4f4f4 1px, transparent 1px, transparent);
  background-size: 5px 10px;
}

.gray_gradient {
  background-image: linear-gradient(359deg, rgb(215, 215, 215), rgb(255, 255, 255));
}

h2.action_top {
  position: relative;
  padding: 15px;
  border-radius: 5px;
  background-color: #f8e4e9;
  color: #232323;
  font-weight: bold;
  font-size: 33px;
  text-align: center;
  font-family: "ShipporiMincho";
}
@media screen and (max-width: 768px) {
  h2.action_top {
    margin-bottom: 0;
    padding: 15px 0;
    font-size: 23px;
  }
}
h2.action_top:before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: traslateX(-50%) rotate(-20deg);
  border-left: 8px dotted #e6bcc7;
  height: 49px;
  content: "";
}

.contact_flow {
  background: #fef4ea;
  width: 100%;
  margin: 8px auto 40px;
}

.toggle_switch {
  position: relative;
  cursor: pointer;
  padding: 12px 0px;
  border-bottom: 3px solid #cbab8c;
}

.toggle_contents p {
  text-align: left;
  padding: 10px 45px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .toggle_contents p {
    padding: 10px 20px;
  }
}

.toggle_switch::after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 21px;
  background: url(../images/arrow_down.webp) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 34%;
  right: 28%;
  transition: transform 0.2s;
}

.toggle_switch.open::after {
  transform: rotateZ(180deg);
  top: 34%;
}

.toggle_switch::after {
  right: 3%;
}

.toggle_contents {
  display: none;
  padding: 8px 0px;
  background: #fef4ea;
  width: 100%;
  margin: 0px auto 12px;
}

.toggle_contents span {
  background: linear-gradient(transparent 77%, #ffc8c8 60%);
}

h2.kasan {
  position: relative;
  padding: 15px;
  outline: 2px solid #333;
  outline-offset: 2px;
  background: #d4e4ff;
  color: #333;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  h2.kasan {
    font-size: 1.5rem;
    padding: 8px;
  }
}
h2.kasan:before {
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  height: 20px;
  width: 15px;
  background-color: white;
  border-right: 3px solid #333;
  content: "";
}

.aisatu .flex {
  align-items: center;
  justify-content: space-around;
  flex-flow: column;
}

.yusen {
  width: 100%;
  margin: -40px 0 -20px;
}
@media screen and (max-width: 768px) {
  .yusen {
    margin: 0px 0 30px;
  }
}

.hosoku {
  font-size: small;
  background-color: rgb(238, 238, 238);
  padding: 8px;
  margin: 15px 0;
}

.pattern-diagonal-lines-xl {
  background: #f0ebe4;
  background-image: repeating-linear-gradient(45deg, #ebdbc5 0, #ebdbc5 1px, transparent 0, transparent 50%);
  background-size: 78px 78px;
}

.problem-appeal {
  position: relative;
  z-index: 10;
}

.problem-appeal::after {
  content: "";
  display: block;
  width: 100%;
  background-color: #eeeeee;
  background: #eeeeee url(../images/bg_diagonal.webp) repeat;
  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: 480px) {
  .problem-appeal::after {
    height: 50px;
  }
}

.problem-appeal_begie::after {
  background-color: #ffffe2;
}

.problem-appeal_blue::after {
  background: #def3ff url(../images/bg_diagonal.webp) repeat;
}

.tel_free {
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
}

.right_arrow {
  position: relative;
  padding: 8px;
  background: #f6f0df;
}
.right_arrow::after {
  position: absolute;
  top: 0;
  right: -10px;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 28px 0 28px 10px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f6f0df;
  content: "";
}
.right_arrow.right_arrow_text {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  height: 56px;
  color: #2a3a20;
  width: 140px;
  margin-right: 40px;
}

.point_area {
  counter-reset: number 0;
}
.point_area .point_box {
  margin-top: 100px;
}
.point_area .point_box:first-child {
  margin-top: 0px;
}
@media screen and (max-width: 480px) {
  .point_area .point_box {
    margin-top: 70px;
  }
  .point_area .point_box:first-child {
    margin-top: 0px;
  }
  .point_area .point_box.sm_only {
    display: block !important;
  }
}
.point_area .point_box img {
  margin-right: -20px;
  position: relative;
  z-index: 3;
  margin-top: -140px;
  width: 200px;
}
@media screen and (max-width: 480px) {
  .point_area .point_box img {
    margin-right: 0px;
    position: relative;
    z-index: 3;
    margin-bottom: -170px;
    margin-top: 0;
    width: 130px;
  }
}
.point_area .point_box .point_text {
  background-color: white;
  padding: 50px 30px;
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  padding-left: 70px;
  text-align: justify;
  position: relative;
}
.point_area .point_box .point_text .example {
  width: 690px;
  display: block;
  margin: 17px 0 0 0;
}
@media screen and (max-width: 480px) {
  .point_area .point_box .point_text .example {
    width: 95%;
    margin: 20px auto 0;
  }
  .point_area .point_box .point_text .example.sm_only {
    display: block !important;
  }
}
@media screen and (max-width: 480px) {
  .point_area .point_box .point_text {
    padding: 30px 0px 30px;
  }
  .point_area .point_box .point_text.point_text_ h1 {
    margin-left: 0;
    padding: 0 20px;
    height: unset;
    margin-bottom: 20px;
  }
  .point_area .point_box .point_text.point_text_ .flex {
    flex-wrap: nowrap;
    align-items: center;
  }
  .point_area .point_box .point_text.point_text_ img {
    width: 43%;
    margin: 0;
    margin-left: 10px;
  }
  .point_area .point_box .point_text p {
    padding: 0 20px;
  }
}
.point_area .point_box .point_text h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #0c377c;
  font-weight: bold;
  font-family: "ShipporiMincho";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .point_area .point_box .point_text h1 {
    font-size: 5.5vw;
    height: 125px;
    margin-bottom: 0;
    line-height: 1.6;
    font-weight: bold;
    margin-left: 35vw;
    letter-spacing: 0em;
    text-align: left;
  }
}

.compare_content_area .compare_content_inner img {
  width: 100%;
  padding-bottom: 90px;
}
@media screen and (max-width: 480px) {
  .compare_content_area .compare_content_inner img {
    padding-bottom: 50px;
  }
  .compare_content_area .compare_content_inner img:last-child {
    padding-bottom: 60px;
  }
}
.compare_content_area .compare_content_inner .link_houki {
  position: relative;
}
.compare_content_area .compare_content_inner .link_houki img {
  border: none;
}
.compare_content_area .compare_content_inner .link_houki .link_houki_ {
  position: absolute;
  width: 360px;
  bottom: 110px;
  left: 30px;
}
.compare_content_area .compare_content_inner .link_houki .link_houki_ img {
  margin: 0;
  padding: 0;
}
.compare_content_area .sub_title {
  text-align: center;
  margin-top: 40px;
}
.compare_content_area .pc_flex {
  flex-wrap: nowrap;
  align-items: center;
  padding-left: 50px;
  background: #fff9e9;
  border-radius: 30px;
  margin-top: -19px;
  padding-top: 20px;
}
@media screen and (max-width: 480px) {
  .compare_content_area .pc_flex {
    border-radius: 12px;
    padding: 20px 20px 0;
    margin: 20px 0 0;
  }
  .compare_content_area .pc_flex p span {
    display: block;
    width: 60%;
    margin-top: 20px;
  }
}
.compare_content_area .pc_flex img {
  width: 300px;
  margin-bottom: 0;
  margin-left: 30px;
  margin-top: -70px;
}
@media screen and (max-width: 480px) {
  .compare_content_area .pc_flex img {
    width: 134px;
    margin: -110px -10px 0px auto;
    display: block;
  }
}

.topIcon_content_area {
  margin-top: 40px;
}
.topIcon_content_area .sub_title {
  text-align: center;
}
.topIcon_content_area .topIcon_content_box {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .topIcon_content_area .topIcon_content_box {
    margin-top: 90px;
  }
}
.topIcon_content_area .topIcon_content_box img {
  display: block;
  width: 150px;
  margin: -60px auto;
}
@media screen and (max-width: 768px) {
  .topIcon_content_area .topIcon_content_box img {
    width: 80px;
    margin: -40px auto;
  }
}
.topIcon_content_area .topIcon_content_box .topIcon_text {
  background-color: #fffdfc;
  padding: 80px 40px 40px 40px;
}
@media screen and (max-width: 768px) {
  .topIcon_content_area .topIcon_content_box .topIcon_text {
    padding: 50px 4% 25px 4%;
  }
}
.topIcon_content_area .topIcon_content_box .topIcon_text .flex {
  align-items: center;
}
.topIcon_content_area .topIcon_content_box .topIcon_text .flex img {
  margin-left: 50px;
  margin-bottom: -10px;
}
@media screen and (max-width: 768px) {
  .topIcon_content_area .topIcon_content_box .topIcon_text .flex {
    flex-wrap: nowrap;
  }
  .topIcon_content_area .topIcon_content_box .topIcon_text .flex img {
    margin: 10px 0px 0 20px;
  }
}
.topIcon_content_area .topIcon_content_box .topIcon_text h1 {
  font-size: 3rem;
  margin-bottom: 20px;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  color: #0a2653;
}
@media screen and (max-width: 768px) {
  .topIcon_content_area .topIcon_content_box .topIcon_text h1 {
    font-size: 2rem;
  }
}
.topIcon_content_area .topIcon_content_box .topIcon_text span {
  color: #982642;
}

.flow_box {
  border: 2px solid;
  padding: 30px 7%;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
  background: white;
}
@media screen and (min-width: 769px) {
  .flow_box > div {
    margin-right: 20px;
  }
}
.flow_box img {
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .flow_box img {
    width: 350px;
  }
}
.flow_box span {
  font-weight: bold;
  color: #c27217;
}
.flow_box p {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (min-width: 769px) {
  .flow_box p {
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .flow_box {
    padding: 30px 3%;
    border: 1px solid;
  }
  .flow_box p {
    text-align: left;
  }
}
.flow_box::before {
  position: absolute;
  top: 97%;
  left: calc(50% - 15px);
  content: "▼";
  z-index: 1;
  font-size: 2.5rem;
  color: #b2b2b2;
}
@media screen and (max-width: 480px) {
  .flow_box::before {
    top: 98%;
  }
}
.flow_box h1 {
  font-weight: bold;
  font-size: 2.5rem;
  margin: 0 20px 30px;
  font-family: "ShipporiMincho";
  line-height: 1.6;
  color: #425470;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .flow_box h1 {
    font-size: 2rem;
    margin: 0 0px 20px;
  }
}
.flow_box .flow_tel {
  background: #9f884f;
  width: 45%;
  margin: 20px auto;
  color: white;
  border-radius: 10px;
  padding: 10px 0;
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(93, 79, 83, 0.3215686275);
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 480px) {
  .flow_box .flow_tel {
    width: 100%;
  }
}
.flow_box .flow_tel a {
  text-align: center;
}
.flow_box .flow_tel::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2a0";
  font-size: 21px;
  color: #ffffff;
  left: 79px;
  top: 53%;
  rotate: initial;
  transform: translateY(-50%) rotate(-36deg);
}
@media screen and (max-width: 480px) {
  .flow_box .flow_tel::before {
    left: 52px;
  }
}
.flow_box .flow_mail {
  border: 2px solid #9f884f;
  width: 45%;
  margin: 20px auto;
  color: #9f884f;
  border-radius: 10px;
  padding: 10px 0;
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(93, 79, 83, 0.3215686275);
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 480px) {
  .flow_box .flow_mail {
    width: 100%;
    margin-bottom: 0;
  }
}
.flow_box .flow_mail a {
  text-align: center;
}
.flow_box .flow_mail::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  font-size: 21px;
  color: #9f884f;
  left: 79px;
  top: 53%;
  rotate: initial;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .flow_box .flow_mail::before {
    left: 43px;
  }
}
.flow_box .info {
  width: 100%;
}
.flow_box.last::before {
  display: none;
}

.flow_list {
  margin: 0 auto 80px;
  counter-reset: number 0;
}
.flow_list .flex {
  flex-wrap: nowrap;
}

.flow_listItem {
  position: relative;
  z-index: 10;
  justify-content: center;
  align-items: flex-start;
}
.flow_listItem:nth-last-of-type(n + 2)::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 37px;
  z-index: 1;
  display: block;
  width: 0;
  height: calc(100% - 56px - 15px);
  border-right: 2px dotted #3c2c25;
}
.flow_listItem + .flow_listItem {
  margin-top: 65px;
}
.flow_listItem .step {
  position: relative;
  z-index: 10;
  margin-right: 20px;
  padding-top: 5px;
}
@media screen and (max-width: 480px) {
  .flow_listItem .step {
    margin-right: 10px;
  }
}
.flow_listItem .step::before {
  counter-increment: number 1;
  font-size: 1.4rem;
  content: "STEP " counter(number, decimal-leading-zero);
  display: block;
  font-weight: 700;
  color: #0a2653;
  text-align: center;
  font-family: "Noto sans JP";
}
.flow_listItem .step .ic {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 78px;
  background-color: #0a2653;
  border-radius: 50%;
  box-shadow: 0 2px 3px rgba(125, 55, 4, 0.26);
}
.flow_listItem .step .ic img {
  height: 60px;
}
@media screen and (max-width: 480px) {
  .flow_listItem .step .ic {
    width: 50px;
    height: 50px;
  }
  .flow_listItem .step .ic img {
    height: 35px;
  }
}

.flow_listItem_content {
  width: calc(100% - 78px);
}
.flow_listItem_content .ttl {
  margin-bottom: 10px;
  font-size: 2.7rem;
  font-weight: 700;
}
.flow_listItem_content .txtBox {
  padding: 20px 25px;
  background: #f0f3ea;
  border-radius: 20px;
  box-shadow: 0 2px 3px #dfe4d4;
}
.flow_listItem_content .flow_tel {
  background: #9f884f;
  width: 45%;
  margin: 20px auto;
  color: white;
  border-radius: 10px;
  padding: 10px 0;
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(93, 79, 83, 0.3215686275);
  position: relative;
  padding-left: 68px;
}
.flow_listItem_content .flow_tel::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2a0";
  font-size: 21px;
  color: #ffffff;
  left: 34px;
  top: 53%;
  rotate: initial;
  transform: translateY(-50%) rotate(-36deg);
}
.flow_listItem_content .flow_mail {
  border: 2px solid #9f884f;
  width: 45%;
  margin: 20px auto;
  color: #9f884f;
  border-radius: 10px;
  padding: 10px 0;
  font-weight: bold;
  box-shadow: 0px 2px 2px rgba(93, 79, 83, 0.3215686275);
  position: relative;
  padding-left: 68px;
}
.flow_listItem_content .flow_mail::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  font-size: 21px;
  color: #9f884f;
  left: 27px;
  top: 53%;
  rotate: initial;
  transform: translateY(-50%);
}
.flow_listItem_content .info {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .flow_list {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 500px) {
  .flow_listItem + .flow_listItem {
    margin-top: 20px;
  }
  .flow_listItem:nth-last-of-type(n + 2)::before {
    bottom: -20px;
    left: 28px;
    height: calc(100% - 52px - 20px);
  }
  .flow_listItem_content .ttl {
    margin-bottom: 6px;
    font-size: 1.9rem;
  }
  .flow_listItem_content .txtBox {
    padding: 15px;
    font-size: 1.6rem;
  }
  .flow_listItem_content .flow_tel {
    width: 99%;
    margin: 10px auto;
    color: white;
    border-radius: 10px;
    padding: 5px 0;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(93, 79, 83, 0.3215686275);
    position: relative;
    padding-left: 64px;
  }
  .flow_listItem_content .flow_tel::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2a0";
    font-size: 21px;
    color: #ffffff;
    left: 34px;
    top: 53%;
    rotate: initial;
    transform: translateY(-50%) rotate(-36deg);
  }
  .flow_listItem_content .flow_mail {
    border: 2px solid #9f884f;
    width: 99%;
    margin: 10px auto;
    border-radius: 10px;
    padding: 5px 0;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(93, 79, 83, 0.3215686275);
    position: relative;
    padding-left: 60px;
  }
  .flow_listItem_content .flow_mail::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    font-size: 21px;
    left: 27px;
    top: 53%;
    rotate: initial;
    transform: translateY(-50%);
  }
  .flow_listItem_content .info .action_mark {
    width: 98%;
  }
}
.pattern-dots-sm {
  background-image: radial-gradient(#ab9891 0.6px, transparent 0.5px);
}

.pattern-dots-md {
  background-image: radial-gradient(#0a2653 1px, transparent 1px);
}

@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}

.scroll-infinity__list--right {
  animation: infinity-scroll-right 40s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 16.6666666667vw;
}
.scroll-infinity__item > img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .scroll-infinity__item {
    width: 33.3333333333vw;
  }
  .scroll-infinity__item > img {
    height: 90px;
  }
}

#footer_CTA {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  position: fixed;
  background-color: rgba(67, 67, 67, 0.79);
  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_call {
  display: flex;
  align-items: center;
  width: 48%;
  background: #e18111;
  color: white;
  font-size: 80%;
  padding: 8px 13px;
  font-weight: 500;
  border-radius: 4px;
  border-bottom: 5px solid #a05000;
  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_call p span {
  font-weight: normal;
  font-size: 1.2rem;
}
.footer_CTA_call img {
  width: 23px;
  margin: 0 10px 0px 0;
}

.footer_CTA_mail {
  display: flex;
  align-items: center;
  width: 48%;
  background: #009719;
  color: #fff;
  font-size: 80%;
  padding: 8px 10px 8px 18px;
  font-weight: 500;
  border-radius: 4px;
  border-bottom: 5px solid #004c0d;
  justify-content: center;
  position: relative;
  font-weight: bold;
}
.footer_CTA_mail::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0e0";
  font-size: 21px;
  color: #ffffff;
  left: 17px;
  top: 53%;
  rotate: initial;
  transform: translateY(-50%);
}
.footer_CTA_mail p {
  text-align: center;
  line-height: 1.3;
  font-size: 1.4rem;
  margin-left: 30px;
  font-weight: bold;
}
.footer_CTA_mail p span {
  font-weight: normal;
  font-size: 1.2rem;
}

.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;
  color: white;
  font-weight: bold;
  line-height: 1.3;
  padding: 0px 0 5px;
}
#footer_CTA .attention span {
  color: #fdd93a;
  font-size: 2rem;
}

.balloon1 {
  position: relative;
  padding: 11px 0px;
  border-radius: 87px;
  color: #fff;
  background: #9d7816;
  /* margin: 10px auto; */
  margin-left: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
  line-height: 1.4;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .balloon1 {
    width: 100%;
    margin: 0;
    font-size: 2rem;
  }
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #9d7816;
}

.office_subtable .flex {
  justify-content: flex-start;
  align-items: unset;
  margin: 0 auto;
}
.office_subtable .area_box {
  background: #fff;
  width: 33%;
  margin: 14px auto;
  border: 1px solid #ccc;
  line-height: 1.2;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .office_subtable .area_box {
    width: 100%;
  }
}
.office_subtable .area_box a {
  color: #000;
  font-size: 1.6rem;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .office_subtable .area_box a {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.office_subtable .area_box iframe {
  margin-top: 20px;
}
.office_subtable .area_box .shiten_title {
  /* background-color: #051132; */
  /* padding: 5px; */
  font-weight: bold;
  color: #000;
}

/* ====================比較 */
.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: #fafcff;
  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: #8c8c8c;
  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;
  }
  .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-wrap {
  z-index: 99999;
}

.scroll-hint-icon {
  top: calc(16% - 25px);
}

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

.point_back {
  background: no-repeat center center;
  background-size: cover;
  background-image: url(../images/point_back.png);
  padding: 50px 0 50px;
}
@media screen and (max-width: 480px) {
  .point_back {
    background: none;
    padding: 0;
  }
}

@media screen and (max-width: 480px) {
  .point {
    color: #072353;
  }
  .point .contents_title_shortline {
    color: #072353;
  }
  .point .contents_title_shortline::before {
    background: #072353;
  }
}

.point_area02 {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
  align-items: center;
  margin-top: 80px;
}
@media screen and (max-width: 480px) {
  .point_area02 {
    display: block;
    margin-top: 40px;
  }
}
.point_area02.reverse {
  flex-direction: row-reverse;
}

.column {
  width: 65%;
}
@media screen and (max-width: 480px) {
  .column {
    width: unset;
  }
}
.column h1 {
  color: #0c377c;
  font-size: 3rem;
  line-height: 1.6;
  font-weight: bold;
  font-family: "ShipporiMincho";
  letter-spacing: 0.1em;
  padding: 0px 5px;
  margin-bottom: 20px;
}
.column p {
  font-size: 18px;
}

/*右側へ要素を広げる（2カラム）*/
.column-outside-left {
  flex: 1;
  display: flex;
  margin-right: 4%;
  padding: 30px;
  background: no-repeat center center;
  align-items: center;
  background-size: cover;
  background-image: url(../images/back_img02.png);
  height: 345px;
  justify-content: flex-end;
}
@media screen and (max-width: 480px) {
  .column-outside-left {
    display: block;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .column-outside-left img {
    width: 80%;
    display: block;
    margin: 0px auto;
  }
}
.column-outside-left img {
  width: 390px;
}

/*右側へ要素を広げる（2カラム）*/
.column-outside-right {
  flex: 1;
  display: flex;
  margin-left: 4%;
  padding: 30px 0;
  background: no-repeat center center;
  align-items: center;
  background-size: cover;
  background-image: url(../images/back_img02.png);
  height: 370px;
  justify-content: flex-start;
}
@media screen and (max-width: 480px) {
  .column-outside-right {
    display: block;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    height: -moz-fit-content;
    height: fit-content;
    padding: 20px 0;
    margin-bottom: 20px;
  }
}
.column-outside-right img {
  width: 310px;
}

.aisatsu {
  background: no-repeat center center;
  background-size: cover;
  background-image: url(../images/back_img.png);
}
.aisatsu img {
  width: 100%;
}

.main_visual {
  width: 100%;
  position: relative;
  line-height: 0;
}

.main_back_fv_bg {
  background-image: url(../images/bg_main_dot.png);
  width: 100%;
  height: 100%;
  position: absolute;
}

.main_visual .main_back_fv_bg img {
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0px 0px 0;
}

.main_visual .main_back img {
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.senyo {
  padding: 5px 0;
  width: 90%;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(131, 14, 16, 0) 0%, rgba(131, 14, 16, 0.73) 11%, #830e10 45%, rgba(131, 14, 16, 0.73) 86%, rgba(131, 14, 16, 0) 100%);
  color: white;
  text-align: center;
  margin-top: 20px;
}
.senyo span {
  font-weight: bold;
  color: yellow;
}
@media screen and (max-width: 480px) {
  .senyo {
    line-height: 1.2;
    margin-top: 10px;
  }
}

.action_box {
  background: #fff url(../images/action_back.png) repeat;
  position: relative;
  margin: 0 auto;
  padding: 24px 8px;
}
@media screen and (min-width: 769px) {
  .action_box {
    padding: 20px 0;
  }
}

.action_box .title p {
  color: white;
  margin: 0px auto 30px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
}

.action_box .sub_title p {
  color: white;
  margin: 10px auto 10px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.action_btn_box {
  width: 100%;
  margin: 0px auto;
}
@media screen and (min-width: 769px) {
  .action_btn_box {
    width: 1000px;
  }
  .action_btn_box .pc_flex {
    align-items: flex-end;
  }
}

.action_box .action_btn_box img {
  width: 100%;
  margin: 0 auto 18px;
  padding: 0 10px;
}
@media screen and (min-width: 769px) {
  .action_box .action_btn_box img {
    width: 450px;
    margin: 0;
    padding: 0;
  }
}

.action_box_top {
  margin: 0px auto;
  width: 100%;
  display: block;
}
@media screen and (min-width: 769px) {
  .action_box_top {
    width: 1000px;
  }
}

.btn_top_msg::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -12px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 14px solid #672000;
}

.action_box .alert_title {
  font-size: 1.5rem;
  margin: 20px auto 10px;
  text-align: center;
  font-weight: bold;
}

.action_box .alert_text {
  margin-top: 10px;
  font-size: 1.4rem;
  text-align: left;
  font-weight: bold;
  padding: 0 10px;
}

.contact_flow {
  margin: 20px auto;
  width: 90%;
}
@media screen and (min-width: 769px) {
  .contact_flow {
    width: 900px;
  }
}

.action_message {
  margin: 20px auto -24px;
}
@media screen and (min-width: 769px) {
  .action_message {
    width: 760px;
    display: block;
    margin: 0 auto -20px;
  }
}

/* === contents02 after inner toggle styles === */
.contents02 {
  background-color: white;
  padding-bottom: 1px;
}

.contents02_toggle {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  background: #c27218;
  color: white;
  /* border: 1px solid #ccc; */
  padding: 11px 12px;
  border-radius: 7px;
  font-weight: 700;
  cursor: pointer;
  z-index: 3;
  transition: opacity 180ms ease;
}

.contents02_detail {
  background: #f3f5f8;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  line-height: 1.8;
  transition: max-height 420ms cubic-bezier(0.2, 0.9, 0.2, 1), opacity 300ms ease;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.contents02_detail img {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .contents02_detail.pc_flex {
    display: flex;
    justify-content: space-between;
  }
  .contents02_detail.pc_flex img {
    width: 45%;
    margin-left: 30px;
  }
  .contents02_detail img {
    width: 100%;
  }
}

.contents02_close {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  border-radius: 6px;
  background: #ffffff;
  border: 1px solid #ddd;
  cursor: pointer;
  display: block;
  text-align: center;
  transition: max-height 320ms ease, opacity 240ms ease;
}

/* open state: expand by setting generous max-height and opacity to 1 */
.contents02_after_inner.is-open .contents02_detail {
  max-height: 10000px;
  opacity: 1;
  padding: 22px 16px;
}

.contents02_after_inner.is-open .contents02_close {
  max-height: 200px;
  opacity: 1;
  margin: 12px auto 0;
  padding: 8px 14px;
}

.contents02_after_inner.is-open .contents02_toggle {
  opacity: 0;
  pointer-events: none;
}

.contents02_01_after_title {
  color: #c27217;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.4rem;
  /* padding: 1px 10px; */
  /* margin-bottom: 5px; */
  font-weight: bold;
}
.contents02_01_after_title small {
  font-size: 1.3rem;
  font-weight: normal;
  color: #8c8c8c;
}
@media screen and (min-width: 769px) {
  .contents02_01_after_title {
    font-size: 4.4rem;
    line-height: 1.7;
  }
}

.contents02_inner {
  padding: 20px 12px;
  margin-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .contents02_inner {
    width: 1000px;
    margin: 0 auto 50px;
  }
}

@media screen and (min-width: 769px) {
  .contents02_title {
    margin: 0 auto;
    background: no-repeat center center;
    background-size: cover;
    background-image: url(../images/contents02_title_back.png);
    padding: 40px 0;
  }
  .contents02_title img {
    width: 800px;
    display: block;
    margin: 0 auto;
  }
}

.contents02_before {
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .contents02_before {
    max-width: 100%;
    margin: 0 auto 40px;
  }
}

.contents02_after_inner {
  border-top: 2px dashed #804400;
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .contents02_after_inner {
    margin-top: 60px;
  }
}
.contents02_after_inner .contents02_btn {
  position: absolute;
  top: -15px;
  right: 50%;
  background: white;
  padding: 3px 5px;
}

.voices-main {
  max-width: 990px;
  margin: 25px auto 50px;
  color: #333;
}
@media screen and (min-width: 769px) {
  .voices-main {
    margin: 50px auto 50px;
  }
}

.contents_title_ {
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2;
}
.contents_title_ span {
  font-size: 1.4rem;
  font-weight: normal;
  color: #767676;
}
@media screen and (min-width: 769px) {
  .contents_title_ {
    font-size: 4rem;
    margin-bottom: 40px;
  }
  .contents_title_ span {
    font-size: 2rem;
  }
}

/* 個別アイテムのカードデザイン */
.p-voices__item {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  /* border-radius: 8px; */
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); */
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.p-voices__item .p-voices__btn--open {
  background-color: #293e74;
  color: #fff;
  border: 1px solid #293e74;
}

/* ヘッダーエリア */
.p-voices__header {
  padding: 20px 18px;
}

.p-voices__meta {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #666;
}

.p-voices__star .star {
  color: #d4af37; /* ゴールド色で高級感 */
  font-size: 1.2em;
}

.p-voices__ttl {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}

/* =========================================
   本文エリア・アコーディオン制御
   ========================================= */
.p-voices__body {
  overflow: hidden;
  transition: height 0.4s ease-out; /* なめらかな開閉アニメーション */
  padding: 0 18px; /* 横余白 */
}

/* 2・3件目の内部余白確保用 */
.p-voices__section {
  margin-bottom: 25px;
}

.ttl-level-02 {
  font-size: 16px;
  font-weight: bold;
  background: #f4f4f4;
  padding: 6px;
  color: #293e74;
  border-left: 4px solid #293e74;
  padding-left: 12px;
  margin-bottom: 12px;
}

.p-voices__content {
  color: #444;
  margin: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.p-voices__img img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  margin-top: 15px;
  border: 1px solid #eee;
}

/* =========================================
   フェードアウト表現 (1件目用)
   ========================================= */
.p-voices__item--fade .p-voices__fade-mask {
  position: absolute;
  bottom: 60px; /* ボタンエリアの上に配置 */
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 90%);
  pointer-events: none;
  transition: opacity 0.3s;
  z-index: 1;
}

/* 開いている時はマスクを消す */
.p-voices__item.is-open .p-voices__fade-mask {
  opacity: 0;
}

/* =========================================
   ボタンエリア
   ========================================= */
.p-voices__btn-area {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0px 0 20px;
  background: #fff; /* 背景白確保 */
}

.p-voices__btn {
  display: inline-block;
  min-width: 200px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s;
}

/* 開くボタン（メイン） */
.p-voices__btn--open {
  background-color: white;
  color: #293e74;
  border: 1px solid #293e74;
}

.p-voices__btn02--open {
  background-color: none;
  color: #293e74;
  border: 1px solid #293e74;
}

/* 閉じるボタン（サブ） */
.p-voices__btn--close,
.p-voices__btn02--close {
  background-color: #fff;
  color: #293e74;
  border: 1px solid #293e74;
  display: none; /* 初期は非表示 */
}

.p-voices__btn--close:hover {
  background-color: #f0f4fa;
}

/* =========================================
   開閉状態のスイッチ
   ========================================= */
.p-voices__item.is-open .p-voices__btn--open {
  display: none;
}

.p-voices__item.is-open .p-voices__btn--close {
  display: inline-block;
}

.mask-bg {
  color: transparent;
  display: inline-block;
  font-size: 36px;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  transition: color 0ms 450ms;
}

.mask-bg::after {
  background: linear-gradient(to right, #362ae0 0%, #3b79cc 50%, #42d3ed 100%);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(0, 100%);
}

.mask-bg.is-animated {
  color: #362ae0;
}

.mask-bg.is-animated::after {
  animation: mask-bg 1.2s cubic-bezier(0.8, 0, 0.17, 1);
}

@keyframes mask-bg {
  0% {
    transform: translate(0, 101%);
  }
  40%, 60% {
    transform: translate(0, 0%);
  }
  100% {
    transform: translate(0, -100%);
  }
}
#QA {
  background-color: #f5faff;
  /* よくある質問〜〜折りたたみ式 */
  /*.title::before {
    position: absolute;
    content: "";
    background-image: url(../images/ques.webp);
    background-size: contain;
    width: 33px;
    height: 33px;
    left:40px;
    top:34px;
  }*/
}
#QA .accordion-area {
  list-style: none;
  width: 96%;
  margin: 65px auto;
}
#QA .accordion-area li {
  margin: 10px 0;
}
#QA .accordion-area section {
  box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(128, 128, 128, 0);
  background: white;
  border-radius: 5px;
  margin-bottom: 25px;
}
#QA .title {
  position: relative;
  cursor: pointer;
  font-weight: 700;
  padding: 3% 3% 3% 85px;
  transition: all 0.5s ease;
  font-size: 1.8rem;
}
#QA .title::before,
#QA .title::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 2px;
  background-color: #333;
}
#QA .title::before {
  top: 48%;
  left: 30px;
  transform: rotate(0deg);
}
#QA .title::after {
  top: 48%;
  left: 30px;
  transform: rotate(90deg);
}
#QA .title.close::before {
  transform: rotate(45deg);
}
#QA .title.close::after {
  transform: rotate(-45deg);
}
#QA .accordion-area .box {
  opacity: unset;
  display: none;
  background: #f6f6f6;
  margin: 0 3% 3% 3%;
  padding: 5%;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
@media screen and (max-width: 768px) {
  #QA .accordion-area {
    margin: 30px auto;
  }
  #QA .title {
    position: relative;
    cursor: pointer;
    font-weight: 700;
    padding: 4% 3% 4% 50px;
    transition: all 0.5s ease;
  }
  #QA .title::before,
  #QA .title::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 2px;
    background-color: #333;
  }
  #QA .title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg);
  }
  #QA .title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg);
  }
}

.senyo {
  padding: 5px 0;
  line-height: 1.3;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(131, 14, 16, 0) 0%, rgba(131, 14, 16, 0.73) 11%, #830e10 45%, rgba(131, 14, 16, 0.73) 86%, rgba(131, 14, 16, 0) 100%);
  color: white;
  text-align: center;
  margin-bottom: 1vw;
  font-size: 1.8rem;
}
.senyo span {
  font-weight: bold;
  color: yellow;
  background: none;
}
@media screen and (max-width: 480px) {
  .senyo {
    line-height: 1.2;
    margin: 0px 0 10px;
    width: 98%;
  }
}

@media screen and (min-width: 769px) {
  .fv_bottom {
    background: #fff url(../images/fv_bottom_pc_back.png) no-repeat;
    position: relative;
    margin: 0 auto;
    background-size: cover;
  }
  .fv_bottom img {
    width: 1000px;
    display: block;
    margin: 0 auto;
  }
}
.content01_img {
  background: #fff url(../images/content01_img_pc_back.png) repeat;
  position: relative;
  margin: 0 auto;
}
.content01_img img {
  width: 1000px;
  display: block;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */