/*!**************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \**************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap);
/*!******************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss (1) ***!
  \******************************************************************************************************************/
@charset "UTF-8";
:root {
  --green: #00934B;
  --green-dark: #00763C;
  --green-light: #85CF3B;
  --green-weak: #DAF1C4;
  --green-white: #F0FAF7;
  --pink: #FCE2DA;
  --red: #EF4444;
  --orange: #F06E47;
  --orange-white: #FAF3DE;
  --yellow: #FFFF02;
  --blue: #2563EB;
  --offwhite: #FBFAF4;
  --ltlh: 2; /*long text line-height*/
}

.c-black {
  color: #000;
}

.c-green {
  color: var(--green);
}

.c-green-light {
  color: var(--green-light);
}

.c-red {
  color: var(--red);
}

.c-orange {
  color: var(--orange);
}

.c-yellow {
  color: yellow;
}

.c-white {
  color: #fff;
}

.c-offwhite {
  color: #FBFAF4;
}

.bg-green {
  background-color: var(--green) !important;
}

.bg-green-dark {
  background-color: var(--green-dark) !important;
}

.bg-pink {
  background-color: var(--pink) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-offwhite {
  background-color: #FBFAF4 !important;
}

.bg-green-white {
  background-color: var(--green-white) !important;
}

.bg-orange-white {
  background-color: var(--orange-white) !important;
}

.f-bold {
  font-weight: bold;
}

.t-a-left {
  text-align: left;
}

.t-a-center {
  text-align: center;
}

.p-absolute {
  position: absolute;
}

.underbar {
  background: linear-gradient(transparent 70%, rgba(248, 255, 0, 0.3411764706) 0%);
  line-height: 1.3em;
}

@media screen and (min-width: 1200px) {
  :root {
    --site-width: 1250px;
    --site-width-wrap: 1200px;
    --site-width-wrap-min: 1100px;
  }
  .media-pc {
    display: block !important;
  }
  .media-pc-inline {
    display: inline !important;
  }
  .media-pc-flex {
    display: flex !important;
  }
  .media-sp {
    display: none !important;
  }
  .media-sp-inline {
    display: none !important;
  }
  .media-sp-flex {
    display: none !important;
  }
  .media-tab {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1200px) {
  :root {
    --site-width: 1000px;
    --site-width-wrap: 95%;
    --site-width-wrap-min: 90%;
  }
  .media-pc {
    display: block !important;
  }
  .media-pc-inline {
    display: inline !important;
  }
  .media-pc-flex {
    display: flex !important;
  }
  .media-sp {
    display: none !important;
  }
  .media-sp-inline {
    display: none !important;
  }
  .media-sp-flex {
    display: none !important;
  }
  .media-tab {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  :root {
    --site-width: 100%;
    --site-width-wrap: 100%;
  }
  .media-pc {
    display: block !important;
  }
  .media-pc-inline {
    display: inline !important;
  }
  .media-pc-flex {
    display: flex !important;
  }
  .media-sp {
    display: none !important;
  }
  .media-sp-inline {
    display: none !important;
  }
  .media-sp-flex {
    display: none !important;
  }
  .media-tab {
    display: block !important;
  }
  .media-tab-del {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  :root {
    --site-width: 100%;
    --site-width-wrap: 100%;
    --fs-h1: 34px;
    --lh-h1: 1.5;
    --fs-h2: 30px;
    --lh-h2: 1.5;
    --fs-h3: 21px;
    --lh-h3: 1.5;
    --fs-h4: 18px;
    --lh-h4: 1.5;
    --fs-h5: 15px;
    --lh-h5: 1.7;
  }
  .media-pc {
    display: none !important;
  }
  .media-pc-inline {
    display: none !important;
  }
  .media-pc-flex {
    display: none !important;
  }
  .media-sp {
    display: block !important;
  }
  .media-sp-inline {
    display: inline !important;
  }
  .media-sp-flex {
    display: flex !important;
  }
  .media-tab {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .media-pc-1200 {
    display: block;
  }
  .media-sp-1200 {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .media-pc-1200 {
    display: none;
  }
  .media-sp-1200 {
    display: block;
  }
}
#wpadminbar {
  opacity: 0.2;
}

.pc-del {
  display: none !important;
}

.ta-center {
  text-align: center !important;
}

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  background-color: #ffffff;
  background-color: rgb(255, 255, 255);
  /*color: #393939;*/
  /*color: rgba(57, 57, 57, 1);*/
  color: #000;
  font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  /*font-weight: 600;*/
  /*font-weight: bold;*/
  -webkit-font-smoothing: antialiased;
  height: 100%;
  letter-spacing: 0.1em;
  line-height: 1.9;
  /*line-height: 14px;*/
  margin: 0;
  min-height: 100%;
  /*text-align: center;*/
}

@media screen and (max-width: 768px) {
  #wpadminbar {
    display: none;
  }
  html {
    /*margin: 0 !important;*/
  }
  body {
    line-height: 1.9;
  }
}
* {
  box-sizing: border-box;
}

*:before, *:after {
  box-sizing: border-box;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

a:hover, a:focus {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

ul {
  padding: 0;
}

ul li {
  list-style: none;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: var(--fs-h2);
  }
  h3 {
    font-size: var(--fs-h3);
  }
}
/* 点滅 */
.blinking {
  -webkit-animation: blink 2.5s ease-in-out infinite alternate;
  -moz-animation: blink 2.5s ease-in-out infinite alternate;
  animation: blink 2.5s ease-in-out infinite alternate;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt160 {
  padding-top: 160px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pb160 {
  padding-bottom: 160px !important;
}

.mt-100 {
  margin-top: -100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.alert {
  border: 4px solid #391a20;
  padding: 20px;
  position: relative;
}

/* 投稿装飾 */
.single-post {
  line-height: var(--ltlh);
  font-size: 1.05em;
}

.single-post, .single-post h3, .single-post h4, .single-post h5 {
  text-align: left;
}

.lawyer--items h2 {
  position: relative;
  margin: 60px 0 50px 0;
  padding: 0 0 10px 0;
  font-size: 35px;
}

.lawyer--items h2:after {
  content: "";
  width: 40px;
  height: 3px;
  background-color: var(--green-dark);
  position: absolute;
  left: 0px;
  bottom: 0px;
}

@media screen and (max-width: 768px) {
  .lawyer--items h2 {
    font-size: var(--fs-h2);
  }
}
.single--main-content h2, .page-h2, .page-h2-long {
  position: relative;
  margin: 0 0 30px 0;
  padding: 60px 0 10px 34px;
  font-size: 34px;
  line-height: 1.5;
  text-align: left;
  color: var(--green);
}
.single--main-content h2 .span-small, .page-h2 .span-small, .page-h2-long .span-small {
  font-size: 26px;
  color: #000;
}

.single--main-content h2:before, .page-h2:before {
  position: absolute;
  left: 0px;
  top: 64px;
  content: "　";
  color: var(--green);
  background: url(154016d11e8268b56fa3.png) no-repeat;
  background-size: contain;
}

.page-h2-long:before {
  position: absolute;
  left: 0px;
  top: 64px;
  height: 96px;
  content: "　";
  color: var(--green);
  background: url(907a269ad405bfd5c0e7.png) no-repeat;
  background-size: contain;
}

.h2-center {
  padding: 0 0 10px 0;
  font-size: 36px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .single--main-content h2, .page-h2, .page-h2-long {
    padding: 10px 0 10px 24px;
    font-size: 28px;
  }
  .single--main-content h2:before, .page-h2:before {
    top: 14px;
  }
  .page-h2-long:before {
    top: 14px;
  }
  .page--firm .page-h2, .page--firm .page-h2-long {
    font-size: 22px;
  }
  .page--firm .page-h2 .span-small, .page--firm .page-h2-long .span-small {
    font-size: 18px;
  }
}
.single-post h3 {
  margin: 40px 0 20px 0;
  padding: 15px 30px;
  font-size: 24px;
  line-height: 1.4;
  color: var(--green);
  background: var(--green-white);
}

.single-post h4 {
  position: relative;
  margin: 40px 0 20px 0;
  padding: 3px 24px 3px 34px;
  font-size: 18px;
  line-height: 24px;
  color: var(--green);
}

.single-post h4:before {
  position: absolute;
  width: 14px;
  left: 0px;
  top: 9px;
  content: "　";
  color: var(--green);
  background: url(998394b1c69211869f32.png) no-repeat;
  background-size: contain;
}

.single-post h5 {
  margin: 30px 0 20px 0;
  font-size: 15px;
  color: var(--green-dark);
}

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

.single-post a {
  color: #2563EB;
  text-decoration: underline;
}

.color-green {
  color: var(--green);
}

.color-red {
  color: var(--red);
}

.single-post p {
  padding: 0 0 2em 0;
}

.single-post .p-backcolor {
  background: linear-gradient(transparent 50%, #fff6b2 0%);
  display: inline-block;
  line-height: 20px;
}

.single-post .p-kakoi {
  margin: 20px 0;
  padding: 30px 40px;
  border: 1px solid var(--green);
  border-radius: 10px;
  display: block;
}
.single-post .p-kakoi p {
  padding: 0;
}
.single-post .p-kakoicolor {
  margin: 20px 0;
  padding: 30px 40px;
  background: var(--offwhite);
  border-radius: 10px;
  display: block;
}
.single-post .p-kakoicolor p {
  padding: 0;
}
.single-post blockquote {
  position: relative;
  /*display: inline-block;*/
  margin: 20px 0;
  padding: 30px;
  background: var(--offwhite);
}
.single-post blockquote p {
  padding: 0;
}
.single-post blockquote:before {
  position: absolute;
  font-size: 8em;
  line-height: 1.2em;
  /* opacity: 0.2; */
  color: var(--green);
  top: -30px;
  left: 20px;
  content: "“";
  height: 50px;
  width: 50px;
  font-family: serif;
}
.single-post .p-sankou, .single-post .p-point {
  padding: 20px 0;
}
.single-post .p-sankou div:nth-child(1) {
  position: relative;
  background: var(--green);
  color: #fff;
  display: inline-block;
  padding: 2px 18px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
  margin: 0 0 0 40px;
}
.single-post .p-sankou div:nth-child(1) img {
  display: inline;
  vertical-align: middle;
  padding: 0 0 3px 0;
  margin: 0 5px 0 0;
  width: 13px;
}
.single-post .p-sankou div:nth-child(1):before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: var(--green) transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
.single-post .p-sankou div:nth-child(2) {
  background: #fff;
  padding: 30px 40px;
  margin: -10px 0 0 0;
  background: var(--green-white);
}
.single-post .p-point div:nth-child(1) {
  position: relative;
  background: var(--red);
  color: #fff;
  display: inline-block;
  padding: 2px 18px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
  margin: 0 0 0 40px;
}
.single-post .p-point div:nth-child(1) img {
  display: inline;
  vertical-align: middle;
  padding: 0 0 3px 0;
  margin: 0 5px 0 0;
  width: 13px;
}
.single-post .p-point div:nth-child(1):before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: var(--red) transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}
.single-post .p-point div:nth-child(2) {
  background: #fff;
  padding: 30px 40px;
  margin: -10px 0 0 0;
  background: #FEF1ED;
}
.single-post .p-youtube {
  max-width: 600px;
  margin: 0 auto;
}
.single-post .p-youtube iframe {
  width: 100%;
  height: 350px;
}

.single-post table {
  margin: 30px 0;
  background: #fff;
  border: 1px solid #9b9b9b;
}

.single-post table tr {
  border-collapse: collapse;
  border: 1px solid #9b9b9b;
}

.single-post table td {
  padding: 10px;
  border-collapse: collapse;
  border: 1px solid #9b9b9b;
}

.single-post ul {
  padding: 20px;
}

.single-post ul li {
  padding: 5px 0 5px 25px;
  position: relative;
}

.single-post ul li:before {
  content: "";
  position: absolute;
  top: 1.1em;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: var(--green);
  border-radius: 50%;
}

.toc_list li:before {
  content: none !important;
}

.single-post .p-bnr-soudan {
  padding: 10px 0;
}

.single-post .p-commnet {
  display: flex;
  flex-direction: row-reverse;
  gap: 20px;
  margin: 20px 0;
  border-radius: 10px;
}

.single-post .p-commnet div:nth-child(1) {
  flex-basis: 12%;
  text-align: center;
  line-height: 1.5em;
}
.single-post .p-commnet div:nth-child(1) img {
  width: 80px;
  border-radius: 100px;
}
.single-post .p-commnet div:nth-child(1) span:nth-child(2) {
  display: block;
  text-align: center;
  padding: 8px 0 2px 0;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
}
.single-post .p-commnet div:nth-child(1) span:nth-child(3) {
  display: block;
  text-align: center;
  padding: 5px 0 0 0;
  color: var(--green);
  font-size: 12px;
  font-weight: bold;
}

.single-post .p-commnet div:nth-child(2) {
  position: relative;
  flex-basis: 88%;
  background: var(--green-white);
  padding: 30px 40px;
}

.single-post .p-commnet div:nth-child(2):before {
  content: "";
  position: absolute;
  top: 40px;
  left: 100%;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid var(--green-white);
}

@media screen and (max-width: 768px) {
  .single--main-content h2 {
    font-size: var(--fs-h2);
    line-height: var(--lh-h2);
  }
  .single--main-content h2:before {
    width: 16%;
  }
  .single-post h3 {
    font-size: var(--fs-h3);
    line-height: var(--lh-h3);
  }
  .single-post .p-commnet {
    gap: 18px;
  }
  .single-post .p-commnet div:nth-child(1) {
    flex-basis: 15%;
  }
  .single-post .p-commnet div:nth-child(1) span:nth-child(4) {
    display: block;
    text-align: center;
    line-height: 1.5em;
    font-size: 0.9em;
  }
  .single-post .p-commnet div:nth-child(2) {
    flex-basis: 85%;
    padding: 30px;
  }
  .single-post .p-commnet div:nth-child(2) span:nth-child(1) {
    font-size: 15px;
    letter-spacing: 0.6px;
  }
  .single-post .p-sankou div:nth-child(1) {
    margin: 0 0 0 20px;
  }
  .single-post .p-sankou div:nth-child(2) {
    padding: 30px;
  }
  .single-post .p-point div:nth-child(1) {
    margin: 0 0 0 20px;
  }
  .single-post .p-point div:nth-child(2) {
    padding: 30px;
  }
  .single-post .p-kakoi {
    padding: 30px 30px;
  }
  .single-post .p-youtube {
    width: 100%;
    aspect-ratio: 16/9;
  }
  .single-post .p-youtube iframe {
    width: 100%;
    height: 100%;
  }
}
/* --------------------
 Utils
-------------------- */
.visible {
  display: block;
}

.visible--xxs, .visible--xs, .visible--sm, .visible--md, .visible--lg {
  display: none;
}

@media (max-width: 640px) {
  .visible--xxs {
    display: block !important;
  }
}
@media (min-width: 641px) {
  .visible--xs {
    display: block !important;
  }
}
.visible-inline {
  display: inline;
}

.visible-inline--xxs, .visible-inline--xs, .visible-inline--sm, .visible-inline--md, .visible-inline--lg {
  display: none;
}

@media (max-width: 640px) {
  .visible-inline--xxs {
    display: inline !important;
  }
}
@media (min-width: 641px) {
  .visible-inline--xs {
    display: inline !important;
  }
}
.hidden {
  display: none;
}

@media (max-width: 640px) {
  .hidden--xxs {
    display: none !important;
  }
}
@media (min-width: 641px) {
  .hidden--xs {
    display: none !important;
  }
}
.row:after {
  clear: both;
  content: "";
  display: block;
}

/* ===== pagetop ===== */
.pagetop {
  position: fixed;
  display: none;
  right: 16px;
  bottom: 82px;
  text-align: center;
  z-index: 10;
}

.pagetop a {
  display: block;
  color: var(--green);
  font-size: 15px;
  background-color: #ededed;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-emphasis: none;
  cursor: pointer;
  border-radius: 26px;
  -webkit-border-radius: 26px;
  -moz-border-radius: 26px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.alert__title {
  color: #391a20;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2;
  margin-bottom: 10px;
  padding-left: 90px;
}

.alert__description {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 0;
}

.alert__description a {
  color: #333332;
  color: rgb(51, 51, 50);
  text-decoration: underline;
  transition: color 0.3s linear;
}

.alert__description a:hover {
  color: #333332;
  color: rgba(51, 51, 50, 0.75);
}

.alert__list {
  margin: 0;
  padding: 0;
}

.alert__list__item {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 2;
  list-style: none;
  margin: 0;
  padding: 0 0 5px 1em;
  padding: 0 0 0.5rem 1em;
  position: relative;
}

.alert__list__item:before {
  content: "・";
  font-size: inherit;
  left: 0;
  line-height: inherit;
  position: absolute;
  top: 0;
}

.alert__list__item a {
  color: #333332;
  color: rgb(51, 51, 50);
  text-decoration: underline;
  transition: color 0.3s linear;
}

.alert__list__item a:hover {
  color: #333332;
  color: rgba(51, 51, 50, 0.75);
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.lead-block {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.11111;
  margin: 80px 0 120px;
  text-align: left;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.bold, .b, .thick {
  font-weight: 600;
}

.demibold {
  font-weight: 600;
}

.thin {
  font-weight: 200;
}

.red {
  color: #b81c1c;
  color: rgb(184, 28, 28);
}

a.red {
  color: #b81c1c;
  color: rgb(184, 28, 28);
}

a.red:hover, a.red:focus {
  color: #b81c1c;
  color: rgb(184, 28, 28);
}

/* --------------------
 Table
-------------------- */
.table {
  background-color: transparent;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  color: #2a2a2a;
  color: rgb(42, 42, 42);
  font-family: "-apple-system", BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", WinYuGothic, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
}

.table .hidden--xs, .table .hidden--xxs {
  display: table-cell;
}

.table caption {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 15px;
  text-align: left;
}

.table th {
  padding-right: 40px;
  text-align: left;
  white-space: nowrap;
}

.table th, .table td {
  border: none;
  border: 1px solid rgba(0, 0, 0, 0);
  border-collapse: collapse;
  padding: 15px 0;
  vertical-align: top;
}

.table--about tr th:first-child, .table--about tr td:first-child {
  padding-right: 40px;
  padding-right: 4rem;
  white-space: nowrap;
}

.table--about tr th:last-of-type, .table--about tr td:last-of-type {
  font-weight: 600;
}

/* --------------------
 Layout
-------------------- */
.layout {
  overflow: hidden;
}

.layout--about {
  padding-bottom: 50px;
}

.container {
  margin: auto;
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
}

.bar-title {
  border-bottom: 2px solid var(--green);
  width: 40px;
  margin: 16px auto;
}

.bar-title-left {
  border-bottom: 2px solid var(--green);
  width: 40px;
  margin: 16px 0;
}

.btn-red-s {
  display: block;
  width: 200px;
  background: var(--orange);
  background-image: url(bfae76445ab5219637f1.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding: 15px 25px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}

.btn-red-s div {
  padding: 0 14% 0 0;
}

.btn-red-s div span {
  font-size: 16px;
}

.btn-red-m {
  display: block;
  width: 290px;
  background: var(--orange);
  background-image: url(bfae76445ab5219637f1.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding: 20px 25px;
  font-size: 11px;
  font-weight: bold;
  border-radius: 5px;
  color: #fff;
  text-align: center;
}

.btn-red-m div {
  padding: 0 14% 0 0;
}

.btn-red-m div span {
  font-size: 16px;
}

.btn-red-l {
  display: inline-block;
  padding: 20px 60px 20px 40px;
  line-height: 24px;
  background: var(--orange);
  background-image: url(bfae76445ab5219637f1.png);
  background-repeat: no-repeat;
  background-position: right 22px center;
  border-radius: 50px;
  color: #fff;
  text-align: center;
}
.btn-red-l span {
  font-size: 15px;
  font-weight: bold;
}

.btn-red-l-2 {
  display: inline-block;
  padding: 14px 50px 16px 30px;
  line-height: 24px;
  background: var(--orange);
  background-image: url(bfae76445ab5219637f1.png);
  background-repeat: no-repeat;
  background-position: right 22px center;
  border-radius: 50px;
  color: #fff;
  text-align: center;
}
.btn-red-l-2 span {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}

.btn-white-l {
  display: inline-block;
  width: 100%;
  padding: 14px 50px 16px 30px;
  line-height: 24px;
  background: #fff;
  background-image: url(8ee7faf1b196d73a70fd.png);
  background-repeat: no-repeat;
  background-position: right 22px center;
  border-radius: 50px;
  text-align: center;
}
.btn-white-l span {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px) {
  .btn-red-l {
    width: 100%;
  }
  .btn-red-l span {
    letter-spacing: 0.4px;
  }
  .btn-white-l {
    width: 100%;
  }
}
/* --------------------
 Form
-------------------- */
.form {
  color: #2a2a2a;
  color: rgb(42, 42, 42);
}

.form__group {
  margin: 0 0 20px;
}

.form__group:after {
  clear: both;
  content: "";
  display: block;
}

.form__label {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0;
  padding-right: 30px;
  padding-top: 7px;
  text-align: left;
  vertical-align: middle;
}

@media (min-width: 641px) {
  .form__label {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.form__control {
  -webkit-appearance: none;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  border: 1px solid #d2d1d0;
  border: 1px solid rgb(210, 209, 208);
  border-radius: 4px;
  box-shadow: none;
  display: block;
  font-size: 1.6rem;
  font-size: 16px;
  height: 34px;
  line-height: 1;
  margin: 0;
  padding: 6px 12px;
  transition: all ease-in-out 0.15s;
  width: 100%;
}

@media (min-width: 641px) {
  .form__control {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.form__control:focus {
  background-color: #ffffff;
  background-color: rgb(255, 255, 255);
  border-color: #d1ceb2;
  border-color: rgb(209, 206, 178);
  box-shadow: inset 0 1px 1px rgba(210, 209, 208, 0.75), 0 0 8px rgba(209, 206, 178, 0.6);
  outline: 0;
}

textarea.form__control {
  height: auto;
}

/* --------------------
 Navigation
-------------------- */
.nav__upper {
  margin: 0 auto;
  width: 100%;
  background-color: #ffffff;
  background-color: rgb(255, 255, 255);
  z-index: 100;
}
.nav__upper .nav__area {
  display: flex;
  position: relative;
  justify-content: space-between;
}
.nav__upper .nav__area .nav__area_1 {
  display: flex;
}
.nav__upper .nav__area .nav__area_1 .nav__area-top-item:first-child {
  min-width: 350px;
  padding: 13px 0 13px 30px;
}
.nav__upper .nav__area .nav__area_1 .nav__area-top-item:nth-child(2) {
  padding: 23px 10px 0 20px;
  font-size: 10px;
}
.nav__upper .nav__area .nav__area_1 .nav__area-top-item:nth-child(2) span {
  display: inline-block;
}
.nav__upper .nav__area .nav__area_1 .nav__area-top-item:nth-child(2) img {
  width: 130px;
  padding: 5px 0 0 0;
}
.nav__upper .nav__area .nav__area_2 {
  display: flex;
}
.nav__upper .nav__area .nav__area_2 .nav__area-top-item:nth-child(1) {
  padding: 13px 15px 13px 10px;
  display: flex;
  justify-content: flex-end;
  min-width: 280px;
}
.nav__upper .nav__area .nav__area_2 .nav__area-top-item:nth-child(2) {
  width: 120px;
  background: var(--orange);
}
.nav__upper .nav__area .nav__area_2 .nav__area-top-item:nth-child(2) a {
  display: block;
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding: 15px 5px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.nav__upper .nav__area .nav__area_2 .nav__area-top-item:nth-child(2) img {
  padding: 10px 0 0 0;
}

.nav__logo {
  margin: 0;
}
.nav__logo a {
  display: block;
  height: 34px;
}
.nav__logo .nav__logo_txt_1 {
  margin: 0 0 3px 0;
  font-size: min(1.2vw, 13px);
  font-weight: bold;
  letter-spacing: 0.5px;
  display: inline-block;
}
.nav__logo .nav__logo_txt_2 {
  margin: 0px 0 0 0;
  font-size: min(1vw, 11px);
  letter-spacing: 0.5px;
  display: inline-block;
  color: #6B7280;
}

.nav__tel-left {
  padding: 12px 10px 0 0;
}

.nav__tel-right div:nth-child(1) {
  font-size: min(1.3vw, 11px);
  letter-spacing: 0px;
}
.nav__tel-right div:nth-child(2) {
  margin: 7px 0 3px 0;
  font-family: arial;
  font-size: min(2.8vw, 30px);
  line-height: 32px;
  font-weight: bold;
  letter-spacing: 2px;
}
.nav__tel-right div:nth-child(2) img {
  width: 22px;
  padding: 0 0 5px 0;
}
.nav__tel-right div:nth-child(3) {
  font-size: min(1.3vw, 11px);
  letter-spacing: 0px;
}

nav {
  width: 100%;
  border-bottom: 1px dotted #dcd9c4;
}
nav .nav__area2 {
  display: flex;
  max-width: var(--site-width);
  margin: 0 auto;
  position: relative;
}

nav.fixed_nav {
  position: fixed;
  top: 0;
  z-index: 9999;
  background: #fff;
}

.nav__menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--site-width);
  margin: auto;
}

.nav__menu:after {
  clear: both;
  content: "";
  display: block;
}

.nav__menu__item {
  position: relative;
  display: table;
  height: 47px;
  font-size: 1.4rem;
  list-style: none;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 1px;
}
.nav__menu__item a {
  display: table-cell;
  vertical-align: middle;
  padding: 24px 0;
}
.nav__menu__item a span {
  display: block;
  border-right: 1px solid #008B48;
  line-height: 15px;
  padding: 0 28px;
}

.nav__menu__item--1st a span:hover {
  cursor: default;
}

.nav__menu__item:last-child a span {
  border-right: none;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .nav__upper .nav__area {
    justify-content: space-between;
    gap: 10px;
  }
  .nav__upper .nav__area-top-item:first-child {
    padding: 13px 0 13px 10px;
  }
  .nav__upper .nav__logo a {
    max-width: 300px;
  }
  nav .nav__area2 {
    padding: 8px;
  }
  .nav__menu {
    padding: 0;
  }
  .nav__menu__item {
    font-size: 12px;
  }
  .nav__menu__item a {
    padding: 5px;
  }
}
.sp-header {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  z-index: 9;
}

.sp-header-wrap {
  display: flex;
  justify-content: space-between;
  line-height: 14px;
  align-items: flex-end;
}

.sp-header-left {
  flex-basis: 74%;
  padding: 10px 0 3px 10px;
}

.sp-header-logo a span {
  font-size: 9px;
  line-height: 20px;
}
.sp-header-logo a img {
  width: 95%;
  margin: 0 0 0 -1px;
}
.sp-header-logo .sp-header-logo-desc {
  padding: 8px 0px;
  font-size: 8px;
  line-height: 8px;
  letter-spacing: 0.5px;
  border-radius: 20px;
  display: inline-block;
}

.sp-header-right {
  flex-basis: 26%;
  padding: 15px 10px;
  text-align: center;
}
.sp-header-right span {
  display: block;
  font-size: 8px;
}
.sp-header-right img {
  padding: 0 0 8px 0;
}

@media screen and (max-width: 768px) {
  .sp-header-left {
    padding: 7px 0 3px 12px;
    flex-basis: 64%;
  }
  .sp-header-right {
    padding: 2px 10px;
    flex-basis: 36%;
  }
  .sp-header-right .nav__area-top-item {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .sp-header-right .nav__area-top-item div:nth-child(1) {
    font-size: 8px;
    flex-basis: 30px;
    padding: 0 0 6px 0;
  }
  .sp-header-right .nav__area-top-item div:nth-child(2) {
    flex-basis: 92px;
  }
}
.sp-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
  background: var(--green);
  border-top: 2px solid var(--green);
}

.sp-footer-wrap {
  display: flex;
  justify-content: space-between;
}

.sp-footer-left {
  flex-basis: 40%;
  padding: 7px 0px 9px 10px;
}
.sp-footer-left img {
  width: 100%;
}

.sp-footer-right {
  flex-basis: 40%;
  padding: 7px 10px 9px 0px;
}

.menu-t {
  width: 100%;
  white-space: nowrap;
  font-size: 8px;
  font-weight: bold;
  text-align: center;
  color: var(--green);
  margin-top: 2px;
  letter-spacing: 0;
}

.menu-line {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--green);
  color: var(--green);
  transition: all 0.5s;
}

.menu-line:nth-child(1) {
  top: 0;
}

.menu-line:nth-child(2) {
  top: 10px;
  left: 0;
}

.menu-line:nth-child(3) {
  bottom: 0;
}

.MenuBtn.Style01 {
  bottom: 5px;
  transition: 0.3s;
  cursor: pointer;
  z-index: 9999;
  width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
  background: #fff;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  border: 1px solid var(--green);
}

.MenuBtn.Style01 .MenuBtn-BarFrame {
  position: relative;
  display: block;
  width: 24px;
  height: 20px;
  margin: 5px 0 0 0;
}

.MenuBtn.Style01 .MenuBtn-BarFrame-FirstBar {
  position: absolute;
  display: block;
  width: 100%;
}

.MenuBtn.Style01 .MenuBtn-BarFrame-SecondBar {
  position: absolute;
  display: block;
  width: 100%;
}

.MenuBtn.Style01 .MenuBtn-BarFrame-ThirdBar {
  position: absolute;
  display: block;
  width: 100%;
}

.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-FirstBar {
  transform: translateY(7px) rotate(-45deg);
  width: 100%;
  top: 2px;
}

.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-SecondBar {
  opacity: 0;
}

.MenuBtn.Style01.isClosed .MenuBtn-BarFrame-ThirdBar {
  transform: translateY(-10px) rotate(45deg);
  width: 100%;
  bottom: 0;
}

.overlay {
  content: "";
  display: block;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  opacity: 0;
  transition: opacity 0.5s;
}

.nav-open .overlay {
  width: 100vw;
  height: 100vh;
  opacity: 1;
}

.sp-menu {
  display: none;
}

.nav-open .sp-menu {
  display: block;
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 101;
  width: 90%;
  height: 90%;
  max-width: 500px;
  overflow: auto;
  background-color: #fff;
  border-top: 4px solid var(--green);
}

.sp-menu-logo {
  padding: 10px;
}

.sp-menu-logo .sp-header-left {
  width: 290px;
}

.sp-menu-ul {
  padding: 0 20px 20px 20px;
}

.sp-menu-ul li {
  list-style: none;
  border-bottom: 1px dotted #888;
  background-image: url(157f83eb112ac1d55f8e.png);
  background-repeat: no-repeat;
  background-size: 6px;
  background-position: right 10px center;
}

.sp-menu-ul li:last-of-type {
  border: none;
}

.sp-menu-ul li a {
  display: block;
  padding: 12px 30px 12px 12px;
}

.sp-menu .top--soudan .ks-muke {
  font-size: 12px;
}
.sp-menu .top--soudan .top--soudan-title-desc {
  letter-spacing: 1px;
}
.sp-menu .top--soudan .top--soudan-tel-2 a div span {
  font-size: 3.3vw;
}
.sp-menu .top--soudan .top--soudan-img section:nth-child(1) div:after {
  right: auto;
  bottom: auto;
  top: 93%;
  left: 50%;
  transform: translateX(-50%);
  border-width: 15px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.sp-menu-body-wrap {
  padding: 20px;
  background: #fff;
}

.sp-menu .footer--sns {
  border: none;
}

.sp-menu .footer--info-bottom .footer--info-bottom-right .footer--info-links {
  border: none;
}

/* --------------------
 fixed
-------------------- */
.fixed_column {
  position: fixed;
  bottom: 260px;
  right: 0;
  z-index: 99999;
}
.fixed_column img {
  width: 44px;
}

.fixed_column2 {
  display: none;
  position: fixed;
  top: 430px;
  right: 0;
  z-index: 99999;
}
.fixed_column2 img {
  width: 44px;
}

@media screen and (max-width: 768px) {
  .fixed_column {
    top: auto;
    bottom: 70px;
  }
  .fixed_column img {
    width: 34px;
  }
  .fixed_column2 {
    top: auto;
    bottom: 150px;
  }
  .fixed_column2 img {
    width: 34px;
  }
}
.fixed_contact {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 99999;
  width: 320px;
}

.fixed_contact_close {
  position: absolute;
  padding: 10px;
  top: -10px;
  left: -30px;
}

.fixed_column a:hover {
  opacity: 0.6;
}

.fixed_contact a:hover {
  opacity: 1;
}

.fixed_contact_close:hover {
  opacity: 0.6;
}

.bnr_contact {
  display: none;
}

/* --------------------
 footer - global
-------------------- */
footer {
  border-top: 2px solid #eee;
}

.footer--info-wrap {
  display: flex;
  justify-content: space-between;
  width: var(--site-width);
  margin: 0 auto;
  padding: 30px;
}

.footer--info-top-left {
  padding: 70px 0 0 20px;
  text-align: center;
}

.footer--info-address {
  padding: 20px 0;
  color: #fff;
}
.footer--info-address a {
  text-decoration: underline;
  color: #fff;
}

.footer--info-top-right {
  flex-basis: 60%;
  display: flex;
  justify-content: space-between;
}
.footer--info-top-right ul {
  flex-basis: 50%;
  padding-left: 30px;
  padding-right: 10px;
  border-left: 2px solid #eee;
}
.footer--info-top-right ul li {
  padding: 9px 0;
  list-style: none;
}

.footer--info-bottom {
  padding: 60px 0 0 0;
  background-image: url(13027549d80001b753b9.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.footer--info-bottom .footer--info-bottom-left {
  flex-basis: 60%;
}
.footer--info-bottom .footer--info-bottom-right {
  flex-basis: 40%;
  padding: 130px 0 0 0;
}
.footer--info-bottom .footer--info-links .footer--info-links-wrap {
  padding: 10px 0 20px 0;
}
.footer--info-bottom .footer--info-links .footer--info-links-wrap a {
  display: inline-block;
  margin: 10px 0px 10px 0;
}

.footer--sns {
  border-bottom: 1px solid #ddd;
  margin: 0 0 60px 0;
}

.footer--sns-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 50px;
  width: var(--site-width);
}
.footer--sns-wrap .footer--sns-text {
  flex-basis: 60%;
  display: flex;
  gap: 40px;
  align-items: center;
}
.footer--sns-wrap .footer--sns-text div:nth-child(1) {
  font-size: 40px;
  font-weight: bold;
  color: var(--green);
}
.footer--sns-wrap .footer--sns-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer--sns-wrap .footer--sns-btns a {
  display: inline-block;
  padding: 0 6px;
}

.footer-services {
  margin: 0 auto;
  padding: 40px 20px;
  width: var(--site-width);
  background: var(--green-white);
}
.footer-services .footer-services-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
.footer-services .footer-services-links {
  padding: 40px 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer-services .footer-services-links div:nth-child(1), .footer-services .footer-services-links div:nth-child(2), .footer-services .footer-services-links div:nth-child(3) {
  flex-basis: 33.3%;
  padding: 0 10px;
}
.footer-services .footer-services-links div:nth-child(4), .footer-services .footer-services-links div:nth-child(5) {
  flex-basis: 50%;
  padding: 0 10px;
  margin: 30px 0 0 0;
}

.footer--copy {
  padding: 20px 0 20px 0;
  text-align: center;
  font-size: 12px;
  background: var(--green-dark);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer--info {
    /*padding: 0 5%;*/
  }
  .footer--info-wrap {
    width: 100%;
    padding: 0;
    flex-direction: column;
  }
  .footer--info-top {
    flex-direction: column-reverse;
    padding: 0;
  }
  .footer--info-top-right {
    flex-direction: column;
  }
  .footer--info-top-right ul {
    margin: 0;
    padding: 0;
  }
  .footer--info-top-right ul li {
    padding: 20px 5%;
    padding: 0;
    border-top: 1px solid #ddd;
    background-image: url(6634a6c6c63180846481.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
  }
  .footer--info-top-right ul li a {
    display: block;
    padding: 20px 5%;
  }
  .footer--info-top-left {
    padding: 50px 30px;
    text-align: center;
  }
  .footer--info-top-left span {
    margin: 0 0 20px 0;
  }
  .footer--info-top-left .nav__logo_txt_1 {
    font-size: 16px;
  }
  .footer--info-top-left .nav__logo_txt_2 {
    font-size: 13px;
  }
  .footer--info-dantai {
    flex-direction: column;
  }
  .footer--info-dantai div:first-child b {
    padding: 20px 0 10px 0;
    text-align: center;
    font-size: 22px;
  }
  .footer--info-dantai .footer--info-dantai-wrap {
    flex-direction: column;
    padding: 30px 0 0 0;
  }
  .footer--info-dantai .footer--info-dantai-wrap div {
    padding: 0 0 20px 0;
  }
  .footer--info-dantai .footer--info-dantai-wrap div img {
    width: 250px;
  }
  .footer--copy {
    padding: 20px 0 70px 0;
  }
  .footer--sns {
    padding: 0 5%;
  }
  .footer--sns-wrap {
    flex-direction: column;
    width: 100%;
  }
  .footer--sns-wrap .footer--sns-text {
    flex-direction: column;
    gap: 10px;
  }
  .footer--sns-btns {
    display: flex;
    padding: 20px 0 0 0;
  }
  .footer--sns-btns a {
    display: block;
    margin: 10px auto;
  }
  .footer--firm {
    padding: 30px 20px;
    font-size: 14px;
  }
  .footer--firm img {
    vertical-align: middle;
  }
  .footer--info-bottom {
    padding: 20px 0 0 0;
  }
  .footer--info-bottom .footer--info-bottom-right {
    padding: 20px 20px;
    text-align: center;
  }
  .footer--info-bottom .footer--info-bottom-right .footer--info-links {
    border-top: 2px solid #eee;
    padding: 20px 0;
  }
  .footer--info-bottom .footer--info-bottom-right .footer--info-links div:first-child b {
    font-size: 22px;
  }
  .footer--info-bottom .footer--info-bottom-right .footer--info-links a {
    display: block;
    font-size: 16px;
    padding: 8px 0;
    margin: 10px 0;
  }
  .footer-services .footer-services-links {
    flex-direction: column;
  }
  .footer-services .footer-services-links div:nth-child(1), .footer-services .footer-services-links div:nth-child(2), .footer-services .footer-services-links div:nth-child(3) {
    margin: 10px 0;
    padding: 0;
  }
  .footer-services .footer-services-links div:nth-child(4), .footer-services .footer-services-links div:nth-child(5) {
    margin: 10px 0;
    padding: 0;
  }
  .footer-services .footer-services-links .btn-white-l span {
    font-size: 17px;
  }
  .sp-menu .sp-header-logo img {
    vertical-align: top;
  }
  .sp-menu .sp-header-logo span {
    display: block;
    padding: 2px 0 0 0;
  }
  .sp-menu .footer--info-bottom {
    background: none;
  }
  .sp-menu .footer--info-bottom .footer--info-bottom-right {
    padding: 20px 20px 0 20px;
  }
  .sp-menu .footer--info-bottom .footer--info-links {
    padding: 0;
  }
  .sp-menu .footer--info-bottom .footer--info-links .c-white {
    color: #333;
  }
  .sp-menu .footer--info-bottom .footer--info-links .footer--info-links-wrap a {
    margin: 0;
  }
  .sp-menu .footer--info-bottom .footer--info-links .footer--info-links-wrap a:nth-child(3) img {
    border: solid 1px var(--green);
    border-radius: 5px;
  }
  .sp-menu .footer--sns-wrap {
    padding: 20px 40px 80px 40px;
  }
}
/* --------------------
 page - arrow
-------------------- */
.pfooter--arrow-head {
  position: absolute;
  margin-top: -2px;
  background: var(--offwhite);
  height: 80px;
  width: 100%;
  z-index: 5;
  clip-path: polygon(100% 0, 0% 0%, 50% 100%);
}

/* --------------------
 Animation
-------------------- */
.animate {
  opacity: 0;
}

.animate.fadeIn {
  -ms-transform: translateX(0);
  -ms-transform: translateY(0);
  transform: translateX(0);
  transform: translateY(0);
}

.animate.fadeInUp {
  -ms-transform: translateY(50px);
  transform: translateY(50px);
}

.animate.fadeInDown {
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.animate.fadeInToLeft {
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

.animate.fadeInToRight {
  -ms-transform: translateX(-50px);
  transform: translateX(-50px);
}

.animated {
  opacity: 1;
  -ms-transform: translateY(0);
  -ms-transform: translateX(0);
  transform: translateY(0);
  transform: translateX(0);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.animated.delay {
  transition-delay: 1s;
}

/* --------------------
 common layout
-------------------- */
.contents-wrap {
  position: relative;
  width: var(--site-width);
  margin: 0px auto 0 auto;
  padding: 80px;
  background: #F6F4EF;
}

.contents-negative {
  position: relative;
  margin-top: -80px !important;
}

@media screen and (max-width: 768px) {
  .contents-wrap {
    padding: 80px 5%;
  }
  .contents-negative {
    margin-top: 0 !important;
  }
}
/* --------------------
 top - Hero
-------------------- */
.hero {
  background-image: url(1ed16c67082a409db8da.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 550px;
}

.hero__layout {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.hero__layout .hero__illust {
  position: absolute;
  top: 110px;
}
.hero__layout .hero__illust img {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .hero__layout .hero__illust img {
    max-width: 135px;
  }
}

.hero__container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 0px 20px;
  max-width: var(--site-width-wrap-min);
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.hero__catch {
  padding: 20px 0;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: left;
  top: 20px;
  z-index: 1;
}

.hero__catch-top {
  margin: 0;
  padding: 10px 0;
  color: #fff;
  font-size: 33px;
}
.hero__catch-top .hero__txt_head {
  display: inline-block;
  padding: 2px 0px;
  font-weight: normal;
  font-weight: bold;
}
.hero__catch-top .hero__txt_head2 {
  font-weight: bold;
  font-size: min(3.5vw, 4.5rem);
  letter-spacing: 4px;
}
.hero__catch-top .hero__txt_head2 span {
  font-size: 0.75em;
}
.hero__catch-top .hero__txt_head2 span:first-child {
  font-size: 1em;
}
.hero__catch-top .hero__txt_big {
  padding: 4px 0;
  font-size: min(3.5vw, 4.6rem);
  font-weight: bold;
}
.hero__catch-top .hero__txt_big img {
  vertical-align: middle;
  padding: 0 20px 0 0;
}
.hero__catch-top .hero__txt_big span {
  color: #ffffff;
  font-size: min(5.6vw, 6.8rem);
  line-height: 80px;
  border-bottom: 5px solid var(--yellow);
}
.hero__catch-top .hero__txt_bottom span {
  font-size: 0.7em;
}

.hero__v {
  right: -20px;
  bottom: -10px;
}

.hero__v-img {
  max-width: 320px;
  width: 48vw;
}

.hero__v-bubble {
  position: absolute;
  bottom: 0px;
  right: 100px;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .hero {
    height: auto;
  }
  .hero__layout .hero__illust {
    top: 140px;
  }
  .hero__container {
    display: block;
  }
  .hero__catch {
    position: relative;
    padding: 80px 0 0 0;
  }
  .hero__catch-top {
    padding: 0;
  }
  .hero__catch-top .hero__txt_head {
    width: 100%;
  }
  .hero__catch-top .hero__txt_head2 {
    font-size: 24px;
    line-height: 1.2em;
    padding: 15px 0 0 0;
    text-align: center;
  }
  .hero__catch-top .hero__txt_big {
    width: 98%;
    margin: 0 auto;
    font-size: min(5.5vw, 4.6rem);
  }
  .hero__catch-top .hero__txt_big img {
    padding: 0 10px 0 0;
  }
  .hero__catch-top .hero__txt_big span {
    font-size: 10vw;
    line-height: 1.4em;
  }
  .hero__txt_big {
    line-height: 1.2em;
  }
  .hero__txt_bottom {
    text-align: center;
    line-height: 1.3em;
    padding: 20px 0;
  }
  .hero__txt_bottom span {
    font-size: 0.4em;
  }
  .hero__v-img {
    width: 80%;
    margin: 20px auto 0 auto;
  }
  .hero__v-bubble {
    right: 30px;
  }
}
/* --------------------
 top - field
-------------------- */
.h2-title {
  padding: 0 0 10px 0;
  font-size: min(48px, 4.5vw);
  line-height: 1.3em;
  font-weight: bold;
  letter-spacing: 2px;
}
.h2-title .h2-title-small {
  display: block;
  font-size: 26px;
  line-height: 40px;
  font-weight: bold;
}
.h2-title .h2-title-middle {
  font-size: 32px;
  line-height: 40px;
  font-weight: bold;
}
.h2-title .h2-title-middle-2 {
  display: block;
  font-size: 30px;
  line-height: 56px;
  font-weight: bold;
}

.h2-title-service {
  padding: 0 0 10px 0;
  font-size: min(48px, 4.5vw);
  line-height: 1.3em;
  font-weight: bold;
  letter-spacing: 2px;
}
.h2-title-service .h2-title-small {
  display: block;
  font-size: 26px;
  line-height: 20px;
  font-weight: bold;
}
.h2-title-service .h2-title-middle {
  display: block;
  padding: 10px 0 0 0;
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
}
.h2-title-service span.c-red {
  background: linear-gradient(transparent 80%, rgba(255, 95, 103, 0.341) 0%);
  line-height: 1.5em;
}

.h2-title-en span {
  display: inline-block;
  width: 50px;
}

.h2-desc {
  line-height: 28px;
  font-weight: bold;
  padding: 40px 0 0 0;
}

@media screen and (max-width: 768px) {
  .h2-title {
    font-size: var(--fs-h2);
    padding: 10px 0;
  }
  .h2-title .h2-title-small {
    font-size: 20px;
    letter-spacing: 0.9px;
  }
  .h2-desc {
    text-align: left;
  }
}
.top--3merit {
  background: var(--green-dark);
}
.top--3merit .top--3merit-wrap {
  padding: 30px 20px;
  max-width: var(--site-width-wrap);
  margin: 0 auto;
}
.top--3merit .top--3merit-wrap .top--3merit-title {
  display: flex;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.top--3merit .top--3merit-wrap .top--3merit-title div span {
  background-image: radial-gradient(circle at center, var(--yellow) 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.1em;
  font-size: 32px;
  color: var(--yellow);
}
.top--3merit .top--3merit-wrap .top--3merit-top {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: -5px 0 0 0;
}
.top--3merit .top--3merit-wrap .top--3merit-top div {
  position: relative;
  background: #fff;
  padding: 16px 0px 19px;
  width: 340px;
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
}
.top--3merit .top--3merit-wrap .top--3merit-top div span {
  display: block;
}
.top--3merit .top--3merit-wrap .top--3merit-top div .top--3merit-num {
  position: absolute;
  left: 15px;
  top: 3px;
  font-size: 18px;
  font-weight: bold;
  color: var(--green);
}
.top--3merit .top--3merit-wrap .top--3merit-top div span:nth-child(2) {
  line-height: 24px;
}
.top--3merit .top--3merit-wrap .top--3merit-top div span:nth-child(3) {
  font-size: 32px;
  line-height: 38px;
  font-weight: bold;
  color: var(--orange);
}

@media screen and (max-width: 768px) {
  .top--3merit .top--3merit-wrap .top--3merit-title {
    flex-direction: column-reverse;
    align-items: center;
  }
  .top--3merit .top--3merit-wrap .top--3merit-title .top--3merit-title-text.media-sp {
    display: flex !important;
    align-items: flex-end;
    justify-content: space-around;
    width: 100%;
  }
  .top--3merit .top--3merit-wrap .top--3merit-title .top--3merit-title-text.media-sp section:nth-child(1), .top--3merit .top--3merit-wrap .top--3merit-title .top--3merit-title-text.media-sp section:nth-child(3) {
    font-size: 40px;
  }
  .top--3merit .top--3merit-wrap .top--3merit-top {
    flex-direction: column;
    align-items: center;
  }
}
.top--belt {
  background: var(--yellow);
}
.top--belt .top--belt-wrap {
  padding: 30px;
  text-align: center;
}
.top--belt .top--belt-wrap div {
  font-size: 16px;
}
.top--belt .top--belt-wrap div img {
  vertical-align: middle;
}
.top--belt .top--belt-wrap div span {
  color: var(--red);
  font-size: 20px;
  font-weight: bold;
}

.top--belt-2 {
  background: var(--yellow);
}
.top--belt-2 .top--belt-wrap {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
.top--belt-2 .top--belt-wrap div {
  font-size: 16px;
}
.top--belt-2 .top--belt-wrap div img {
  vertical-align: middle;
}
.top--belt-2 .top--belt-wrap div span {
  color: var(--red);
  font-size: 20px;
  font-weight: bold;
}
.top--belt-2 .top--belt-wrap div:nth-child(3) {
  margin: 0 0 -20px 0;
}

@media screen and (max-width: 768px) {
  .top--belt .top--belt-wrap {
    padding: 30px 10px;
  }
  .top--belt-2 .top--belt-wrap {
    flex-direction: column;
  }
}
.top--feature {
  width: 100%;
  padding: 80px 20px;
  position: relative;
  text-align: center;
  background: var(--offwhite);
}

.top--feature-text_1 {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 0 0 50px 0;
}
.top--feature-text_1 div:nth-child(1) span {
  display: inline-block;
  border: 1px solid #aaa;
  padding: 5px 14px;
  font-size: 10px;
  line-height: 15px;
  font-weight: bold;
}
.top--feature-text_1 h2 {
  padding: 0 20px 0 0;
  font-size: 40px;
  line-height: 64px;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
}
.top--feature-text_1 h2 .top--feature-text_1_1 {
  font-size: 1.6em;
  color: var(--green);
  background-image: radial-gradient(circle at center, var(--green-light) 20%, transparent 20%);
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1.1em 0.3em;
  padding-top: 0.2em;
}
.top--feature-text_1 h2 .top--feature-text_1_2 {
  font-size: 36px;
  font-weight: bold;
  padding: 0 0 5px 0;
  color: var(--green);
}
.top--feature-text_1 h2 .top--feature-text_1_3 {
  font-size: 36px;
}

.top--feature-text_2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.top--feature-text_2 .top--feature-text_2_head {
  flex-basis: 60%;
  text-align: center;
}
.top--feature-text_2 .top--feature-text_2_img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.top--feature-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1300px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.top--feature-item {
  flex-basis: 40%;
  max-width: 500px;
  background: #fff;
}
.top--feature-item .top--feature-item-wrap {
  display: flex;
  gap: 0px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}
.top--feature-item .top--feature-item-wrap div:nth-child(1) {
  flex-basis: 13%;
}
.top--feature-item .top--feature-item-wrap div:nth-child(2) {
  flex-basis: 86%;
  font-weight: bold;
  line-height: 26px;
}
.top--feature-item .top--feature-item-wrap div:nth-child(2) span {
  font-size: 18px;
  color: var(--orange);
}

.top--video {
  max-width: 870px;
  margin: 0 auto;
  padding: 60px 0;
}

.top--video-lead {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .top--feature-text_1 {
    display: block;
  }
  .top--feature-text_1 h2 {
    padding: 10px 0 0 0;
    text-align: center;
    font-size: 25px;
    line-height: 1.7em;
    letter-spacing: 2px;
  }
  .top--feature-text_1 h2 .top--feature-text_1_2 {
    font-size: 1em;
  }
  .top--feature-text_1 h2 .top--feature-text_1_3 {
    font-size: 1em;
  }
  .top--feature-text_2 {
    display: block;
    width: 100%;
    max-width: none;
    min-width: auto;
  }
  .top--feature-text_2 .top--feature-text_2_head {
    text-align: left;
  }
  .top--feature-text_2 div:nth-child(2) {
    padding: 20px 0;
    margin: 0 auto;
  }
  .top--feature-items {
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }
  .top--feature-item {
    padding: 0 20px 0px 20px;
    display: flex;
  }
  .top--feature-item .top--feature-item-wrap {
    width: 100%;
  }
  .top--feature-wrap {
    max-width: none;
  }
  .top--feature-wrap div:nth-child(3), .top--feature-wrap div:nth-child(4) {
    font-size: 17px;
    padding: 8px 14px;
  }
  .top--video-lead {
    text-align: left;
  }
}
.top--soudan {
  background: var(--green);
  padding: 50px 50px 50px 50px;
}

.top--soudan-wrap {
  position: relative;
  width: var(--site-width-wrap);
  margin: 0 auto;
}

.top--soudan-title {
  position: relative;
  padding: 10px 0 10px 0;
  text-align: center;
  font-size: 44px;
  letter-spacing: 4px;
  font-weight: bold;
  z-index: 2;
  color: #fff;
  letter-spacing: 2px;
}
.top--soudan-title span {
  color: var(--yellow);
}

.top--soudan-title-desc {
  position: relative;
  padding: 0 0 30px 0;
  text-align: center;
  z-index: 2;
  font-weight: bold;
  color: #fff;
}

.top--soudan-img {
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 30px;
}
.top--soudan-img section:nth-child(1) div {
  position: relative;
  display: inline-block;
  background: #fff;
  padding: 10px 30px 13px;
  border-radius: 60px;
  font-weight: bold;
  line-height: 25px;
}
.top--soudan-img section:nth-child(1) div span {
  color: orangered;
  font-size: 1.2em;
}
.top--soudan-img section:nth-child(1) div:after {
  content: "";
  position: absolute;
  right: -26px;
  top: 24px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 15px 15px 0 15px;
  border-left: 20px solid #fff;
  border-top: 18px solid transparent;
  border-bottom: 0px solid transparent;
}
.top--soudan-img section:nth-child(2) img {
  height: 110px;
}

.top--soudan-tel {
  display: flex;
  justify-content: space-around;
  position: relative;
  padding: 0px 40px;
  margin: -9px 0 0 0;
}

.ks-muke {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.ks-muke span {
  display: inline-block;
  margin: 0 5px;
}
.ks-muke span:nth-child(1), .ks-muke span:nth-child(2) {
  position: relative;
  padding: 1px 24px 4px;
  border-radius: 40px;
}
.ks-muke span:nth-child(1) {
  background: #2f4525;
}
.ks-muke span:nth-child(2) {
  background: #58d120;
}
.ks-muke span:nth-child(1):after, .ks-muke span:nth-child(2):after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 12px 12px 0 12px;
}
.ks-muke span:nth-child(1):after {
  border-color: #2f4525 transparent transparent transparent;
}
.ks-muke span:nth-child(2):after {
  border-color: #58d120 transparent transparent transparent;
}

.ks-muke.ks-common span:nth-child(1) {
  background: var(--green);
}
.ks-muke.ks-common span:nth-child(1):after {
  border-color: var(--green) transparent transparent transparent;
}

.ks-muke.ks-white span:nth-child(1) {
  background: #fff;
  color: var(--green);
}
.ks-muke.ks-white span:nth-child(1):after {
  border-color: #fff transparent transparent transparent;
}

.zenkoku {
  display: inline-block;
  width: 60px;
  height: 60px;
  padding: 10px;
  background: #F6F4EF;
  font-weight: bold;
  font-size: 13px;
  line-height: 19px;
  border-radius: 50px;
  text-align: center;
}

.top--soudan-tel-1 {
  display: flex;
  justify-content: center;
  flex-basis: 47%;
  padding: 20px 0;
  background: #fff;
  border-radius: 6px;
  height: 100px;
}
.top--soudan-tel-1 div:nth-child(1) {
  flex-basis: 25%;
  max-width: 80px;
  text-align: center;
}
.top--soudan-tel-1 div:nth-child(1) img {
  width: 65px;
  vertical-align: middle;
}
.top--soudan-tel-1 div:nth-child(2) {
  flex-basis: 65%;
  max-width: 400px;
  padding: 4px 0 0 0;
  font-size: min(1.1vw, 14px);
  line-height: 24px;
  text-align: center;
}
.top--soudan-tel-1 div:nth-child(2) span:nth-child(1) {
  font-size: min(2.6vw, 38px);
  font-weight: bold;
  letter-spacing: 3px;
}
.top--soudan-tel-1 div:nth-child(2) span:nth-child(1) a {
  color: var(--yellow);
}

.top--soudan-tel-2 {
  position: relative;
  flex-basis: 47%;
  background: #eee;
  border-radius: 6px;
  height: 100px;
  text-align: center;
  background: var(--orange);
}
.top--soudan-tel-2 a {
  height: 100px;
}
.top--soudan-tel-2 a div {
  height: 100px;
}
.top--soudan-tel-2 a div span {
  line-height: 100px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.top--soudan-tel-2 a div span img {
  vertical-align: middle;
  width: 65px;
  padding: 0 0 5px 0;
}
.top--soudan-tel-2 .top--soudan-circle {
  position: absolute;
  top: -30px;
  right: -35px;
  width: 80px;
}

@media screen and (max-width: 768px) {
  .ks-muke {
    font-size: 14px;
  }
  .ks-muke span:nth-child(1), .ks-muke span:nth-child(2) {
    padding: 3px 14px 4px;
  }
  .top--soudan-tel-2 .top--soudan-circle {
    top: -37px;
    right: -26px;
  }
}
.top--soudan-tel-1.top-soudan-tel-contact {
  background: none;
  color: #fff;
}
.top--soudan-tel-1.top-soudan-tel-contact div:nth-child(1) {
  padding: 10px 0 0 0;
}
.top--soudan-tel-1.top-soudan-tel-contact div:nth-child(2) {
  padding: 14px 0 0 0;
}

@media screen and (max-width: 768px) {
  .top--soudan {
    padding: 50px 5% 50px 5%;
  }
  .top--soudan-wrap {
    width: 100%;
  }
  .top--soudan-title {
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: 1px;
  }
  .top--soudan-img {
    flex-direction: column;
  }
  .top--soudan-tel {
    flex-direction: column;
    text-align: center;
    padding: 0px 10px 0 10px;
  }
  .top--soudan-tel-1 {
    line-height: 1.3;
    font-size: 38px;
  }
  .top--soudan-tel-1 div:nth-child(1) {
    padding: 5px 0 0 0;
  }
  .top--soudan-tel-1 img {
    padding: 0px 20px;
  }
  .top--soudan-tel-2 {
    margin-top: 40px;
  }
  .top--soudan-tel-2 a div span {
    font-size: 3.6vw;
  }
  .top--soudan-tel-3 {
    margin: 0 auto;
  }
}
/* --------------------
 top - about
-------------------- */
.top--about {
  padding: 80px 0 80px 0;
  width: 100%;
  text-align: center;
  /* margin-top: 120px; */
}

.top--about-wrap {
  margin: 0 auto;
  width: var(--site-width-wrap);
}

.top--about-img {
  position: relative;
  padding: 60px 0;
}

.top--about-img-desc {
  position: absolute;
  bottom: 80px;
  right: 0;
  padding: 30px 30px 30px 40px;
  background: #F8F9F9;
  text-align: left;
}

.top--about-text-head {
  font-size: 22px;
  font-weight: bold;
}
.top--about-text-head span {
  color: var(--green);
}

.top--about-text {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
  margin: 40px 0 0 0;
  padding: 30px 50px;
  background: #fff;
  text-align: left;
}
.top--about-text .top--about-text-left {
  flex-basis: 40%;
}
.top--about-text .top--about-text-left img {
  border-radius: 8px;
}
.top--about-text .top--about-text-right {
  flex-basis: 60%;
}
.top--about-text .top--about-text-right div {
  padding: 0px 0;
}

.top--about-video {
  display: flex;
  justify-content: center;
  padding: 0 20px;
  margin: 0 20px;
  background: var(--offwhite);
}
.top--about-video .top--about-video-left {
  flex-basis: 40%;
  max-width: 400px;
  padding: 60px 0 0 0;
}
.top--about-video .top--about-video-left .top--about-video-left-head {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
.top--about-video .top--about-video-left .top--about-video-left-head div:nth-child(1), .top--about-video .top--about-video-left .top--about-video-left-head div:nth-child(3) {
  font-size: 40px;
  font-weight: 100;
  color: var(--green-light);
}
.top--about-video .top--about-video-left div img {
  width: 170px;
}
.top--about-video .top--about-video-right {
  flex-basis: 60%;
  max-width: 600px;
  padding: 35px 0 0 0;
}

@media screen and (max-width: 768px) {
  .top--about {
    padding: 60px 0 60px 0;
  }
  .top--about-wrap {
    width: 100%;
    padding: 5%;
  }
  .top--about-img-desc {
    position: relative;
    bottom: auto;
    right: auto;
    padding: 30px 20px 30px 20px;
  }
  .top--about-points {
    flex-direction: column;
  }
  .top--about-point {
    padding: 0 0 60px 0;
    border: none;
  }
  .top--about-text {
    flex-direction: column;
    margin: 40px 0 0 0;
    padding: 30px 0%;
  }
  .top--about-text-head {
    text-align: left;
  }
  .top--about-text-desc {
    flex-direction: column;
  }
  .top--about-text-desc div:nth-child(1) {
    padding: 0 0 30px 0;
  }
  .top--about-bottom {
    padding: 30px 0;
    text-align: left;
  }
  .top--about-video {
    flex-direction: column;
    padding: 0 20px 20px 20px;
    margin: 0;
  }
  .top--about-video .top--about-video-right {
    padding: 0;
  }
}
/* --------------------
 top - field
-------------------- */
.top--field {
  position: relative;
  background-color: var(--orange-white);
  width: 100%;
  text-align: center;
  /* margin-top: 120px; */
}
.top--field .top--field-bg-1 {
  position: absolute;
  z-index: 1;
  opacity: 0.1;
  left: -50px;
}
.top--field .top--field-bg-1 img {
  max-height: 500px;
}
.top--field .top--field-bg-2 {
  position: absolute;
  z-index: 1;
  opacity: 0.1;
  right: -50px;
  text-align: right;
}
.top--field .top--field-bg-2 img {
  max-height: 500px;
}
.top--field .top--field-wrap {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  padding: 100px 20px;
  width: var(--site-width-wrap);
}
.top--field .top--field-header-left {
  flex-basis: 60%;
}
.top--field .top--field-header-right {
  flex-basis: 35%;
  padding: 20px 0 0 0;
}

.top--field-body {
  margin: 50px 0 0 0;
  padding: 50px 0 0 0;
}

.top-field-cases {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1%;
}
.top-field-cases .top-field-case {
  margin: 0 0 50px 0;
  text-align: left;
}
.top-field-cases .top-field-case .top-field-case-wrap {
  position: relative;
  padding: 30px 38px;
  background: #fff;
  border-radius: 6px;
}
.top-field-cases .top-field-case .top-field-case-wrap .top-field-case-title {
  font-weight: bold;
  font-size: 15px;
}
.top-field-cases .top-field-case .top-field-case-wrap .top-field-case-title span {
  color: var(--orange);
  font-size: 1.1em;
}
.top-field-cases .top-field-case .top-field-case-wrap img {
  position: absolute;
  bottom: -20px;
  right: -45px;
  width: 90px;
}
.top-field-cases .top-field-case.col-3 {
  flex-basis: 30%;
}
.top-field-cases .top-field-case.col-2 {
  flex-basis: 47%;
}

.top--btm {
  text-align: center;
}
.top--btm .top--btm-txt {
  padding: 50px 0;
  font-size: 14px;
  line-height: 26px;
}
.top--btm .top--btm-link {
  margin: 0 auto;
}

.top--btm-2 {
  padding: 30px 40px;
}
.pfooter--btm-2 {
  display: flex;
  justify-content: space-between;
  padding: 50px 0px;
}
.pfooter--btm-2 .pfooter--btm-txt-2 {
  flex-basis: 65%;
  text-align: left;
}
.pfooter--btm-2 .pfooter--btm-link-2 {
  flex-basis: 30%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .top--field-header {
    flex-direction: column;
    padding: 0 20px;
  }
  .top--field .top--field-wrap {
    padding: 60px 0;
  }
  .top--field .top--field-header-right {
    padding: 50px 0px 0 0px;
    width: 50%;
    margin: 0 auto;
  }
  .top--field-bg-1 {
    width: 200px;
  }
  .top--field-bg-2 {
    width: 200px;
  }
  .top--field-body {
    padding: 0px 5%;
  }
  .top--field-text {
    padding: 0;
  }
  .top-field-cases {
    flex-direction: column;
  }
  .top-field-cases .top-field-case {
    margin: 0 0 20px 0;
  }
  .top-field-cases .top-field-case .top-field-case-wrap {
    padding: 30px 30px;
  }
  .top-field-cases .top-field-case .top-field-case-wrap img {
    bottom: -20px;
    right: -27px;
    width: 75px;
  }
  .top--field-item {
    flex-basis: 50%;
  }
  .top--field-item .top--field-item-wrap div:nth-child(1) {
    width: 150px;
    height: 150px;
  }
  .top--field-item .top--field-item-wrap div:nth-child(2) span {
    font-size: 15px;
    letter-spacing: 1px;
  }
  .top--field-case-header {
    flex-direction: column;
  }
  .top--field-case-header div:nth-child(1) {
    padding: 20px 0 0 0;
  }
  .top--field-case-header div:nth-child(2) {
    width: 50%;
    margin: 0 auto;
    padding: 30px 0;
  }
  .top--field-bottom {
    text-align: left;
  }
  .top--btm {
    padding: 60px 0px;
  }
  .top--btm .top--btm-txt {
    padding: 0 0 50px 0;
    text-align: left;
  }
  .top--btm-2 .top--btm-txt-2 {
    text-align: left;
  }
}
/* --------------------
 top - support
-------------------- */
.top--bg-fixed {
  position: absolute;
  z-index: -1;
  width: 100%;
}
.top--bg-fixed img {
  width: 100%;
}

.top--bg-fixed-lawyer {
  width: 100%;
  background: var(--green);
}
.top--bg-fixed-lawyer img {
  width: 100%;
}

.top--bg img {
  width: 100%;
  vertical-align: bottom;
}

.top--h2-title-on-bg {
  text-align: center;
  margin: -320px 0 180px 0;
}
.top--h2-title-on-bg .h2-title {
  color: #fff;
}

.top--h2-title-on-bg-2 {
  text-align: left;
  margin: -480px auto 120px auto;
  width: var(--site-width-wrap);
}
.top--h2-title-on-bg-2 .h2-title {
  color: #fff;
}
.top--h2-title-on-bg-2 .h2-desc {
  color: #fff;
  max-width: 520px;
}

.top--support {
  padding: 60px 0 80px 0;
  width: 100%;
  text-align: center;
  background: var(--green);
}
.top--support .top--support-wrap {
  margin: -120px auto 0 auto;
  padding: 60px 40px;
  width: var(--site-width);
  background: #fff;
  z-index: 1;
  position: relative;
  border-radius: 7px;
}
.top--support .top--support-wrap .top--support-header {
  text-align: center;
}
.top--support .top--support-wrap .top--support-body {
  padding: 40px 20px 0 20px;
}

.top--support-body-2 {
  display: flex;
  justify-content: space-between;
}
.top--support-body-2 .top--support-body-item {
  flex-basis: 48%;
  padding: 40px 40px;
  margin: 20px 0;
  background: var(--offwhite);
}

.top--support-body-4 {
  display: flex;
  align-items: center;
  gap: 50px;
}
.top--support-body-4 .top--support-body-item {
  flex-basis: 70%;
  padding: 40px 40px;
  margin: 20px 0;
  background: var(--offwhite);
}
.top--support-body-4 .top--support-body-img-1 {
  flex-basis: 30%;
}

.top--support-body-upper {
  display: flex;
  gap: 25px;
  align-items: center;
  padding: 0 0 25px;
  border-bottom: 2px dashed var(--green);
}
.top--support-body-upper section:nth-child(1) div:nth-child(1) {
  font-size: 10px;
  line-height: 0;
  font-weight: bold;
  color: var(--green-light);
}
.top--support-body-upper section:nth-child(1) div:nth-child(2) {
  font-size: 35px;
  line-height: 1.4em;
  font-weight: bold;
  color: var(--green);
}
.top--support-body-upper section:nth-child(2) h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  padding: 5px 0 0 0;
  text-align: left;
}

.top--support-body-text {
  padding: 30px 0;
  text-align: left;
  min-height: 140px;
}
.top--support-body-text p {
  position: relative;
  padding: 0 0 5px 20px;
}
.top--support-body-text p:before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: var(--green-light);
  border-radius: 50%;
}

.top--support-body-bottom {
  position: relative;
}

@media screen and (max-width: 768px) {
  .top--h2-title-on-bg {
    text-align: center;
    margin: -170px 0 0 0;
  }
  .top--h2-title-on-bg .h2-title {
    color: #fff;
  }
  .top--h2-title-on-bg-2 {
    text-align: left;
    margin: -480px auto 120px auto;
    width: var(--site-width-wrap);
  }
  .top--h2-title-on-bg-2 .h2-title {
    color: #fff;
  }
  .top--h2-title-on-bg-2 .h2-desc {
    color: #fff;
    max-width: 520px;
  }
  .top--support {
    background: none;
  }
  .top--support .top--support-wrap {
    margin: 0 auto;
    padding: 0 20px;
  }
  .top--support .top--support-wrap .top--support-header {
    text-align: left;
  }
  .top--support .top--support-wrap .top--support-body {
    padding: 0px 0px 0 0px;
  }
  .top--support-body-img-1 img {
    width: 70px;
  }
  .top--support-body-2 {
    flex-direction: column;
  }
  .top--support-body-2 .top--support-body-img-1 {
    width: 40%;
    padding: 0px 0 50px 0;
    margin: 0 auto;
  }
  .top--support-body-2 .top--support-body-item {
    padding: 30px;
  }
  .top--support-body-3 {
    flex-direction: column;
  }
  .top--support-body-4 {
    flex-direction: column;
  }
  .top--support-flow {
    padding: 60px 20px;
  }
  .top--support-flow .top--support-flow-head div:nth-child(3) {
    width: 80px;
  }
  .top--support-flow .top--support-flow-body .box-wrap {
    gap: 20px;
  }
  .top--support-flow .top--support-flow-body .box-wrap .box-wrap-1 {
    flex-basis: 80%;
  }
  .top--support-flow .top--support-flow-body .box-wrap .box-wrap-2 {
    flex-basis: 20%;
  }
  .top--support-body-bottom .btn-red-l-2 {
    width: 100%;
  }
  .top--bg-fixed-lawyer {
    padding: 50px 0 0 0;
    background: var(--green);
  }
}
/* --------------------
 top - work
-------------------- */
.top--work {
  position: relative;
  background-color: var(--offwhite);
  padding: 80px 0 120px 0;
  width: 100%;
  text-align: center;
  /* margin-top: 120px; */
}
.top--work .top--work-wrap {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: var(--site-width-wrap);
}
.top--work .top--work-wrap .top--work-header {
  text-align: left;
  padding: 0 20px;
}
.top--work .top--work-wrap .top--work-header .top--work-header-right {
  display: flex;
  justify-content: space-between;
}
.top--work .top--work-wrap .top--work-header .top--work-header-right div:nth-child(1) {
  flex-basis: 50%;
}
.top--work .top--work-wrap .top--work-header .top--work-header-right div:nth-child(2) {
  flex-basis: 50%;
}
.top--work .top--work-wrap .top--work-header .top--work-header-right div:nth-child(2) img {
  width: 450px;
}
.top--work .top--work-header-img {
  position: absolute;
  z-index: 0;
  top: 100px;
  right: 0px;
  margin: 0 auto;
}
.top--work .top--work-header-img img {
  vertical-align: bottom;
}
.top--work .top--work-header-right {
  display: flex;
}

.top--work-slider .top--work-items {
  margin: 0 auto;
  width: var(--site-width-wrap);
}
.top--work-slider .top--work-items li {
  background: #fff;
  border-radius: 8px;
}
.top--work-slider .bx-wrapper {
  padding: 0 0 0 50px;
  background: none;
  border: none;
  box-shadow: none;
}
.top--work-slider .bx-wrapper .bx-controls {
  margin: 40px 0 0 -50px;
}
.top--work-slider .bx-wrapper .bx-controls-direction a {
  /* top: 106%; */
  width: 40px;
  height: 40px;
  z-index: 1;
  position: relative;
  display: inline-block;
}
.top--work-slider .bx-wrapper .bx-prev {
  background: url(d254845fddee49f906f9.png) no-repeat;
  background-size: contain;
  margin: 0 100px 0 0;
}
.top--work-slider .bx-wrapper .bx-next {
  background: url(b261654c3628ba97460a.png) no-repeat;
  background-size: contain;
  margin: 0 0 0 100px;
}
.top--work-slider .bx-wrapper .bx-pager {
  position: relative;
  margin: -84px 0 0 0;
}
.top--work-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: var(--green);
  border: 1px solid var(--green);
}
.top--work-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background-color: var(--green);
  border: 1px solid var(--green);
}
.top--work-slider .bx-wrapper .bx-pager.bx-default-pager a {
  border: 1px solid #ddd;
  background: #ddd;
  width: 12px;
  height: 12px;
  border-radius: 20px;
}
.top--work-slider .bxslider {
  width: var(--site-width-wrap);
  padding: 0 43px;
}
.top--work-slider .bxslider li {
  padding: 0 12px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: normal;
  text-align: left;
}
.top--work-slider .bxslider li img {
  width: 100%;
  height: 170px;
}
.top--work-slider .bxslider li a {
  display: block;
  background: #fff;
  min-height: 500px;
}
.top--work-slider .bxslider li a:hover {
  opacity: 1;
  color: #999;
}

.work-slide-body {
  display: flex;
  margin: 0 0 30px 0;
  padding: 40px 20px;
  justify-content: flex-start;
  background: #fff;
  border-radius: 8px;
}
.work-slide-body .slide-icon {
  flex-basis: 14%;
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 10px 0 10px;
  border-right: 1px solid #ddd;
  text-align: center;
}
.work-slide-body .slide-icon span {
  font-size: 40px;
  line-height: 50px;
  color: var(--green);
  font-weight: bold;
}
.work-slide-body .slide-texts {
  flex-basis: 86%;
  padding: 0 60px 0 60px;
  text-align: left;
}
.work-slide-body .slide-texts .slide-top {
  font-size: 12px;
  padding: 4px 20px 6px;
  color: #fff;
  background: var(--green);
  font-weight: bold;
  display: inline-block;
  border-radius: 50px;
}
.work-slide-body .slide-texts .slide-text {
  padding: 10px 0 0 0;
  color: #2563EB;
  text-decoration: underline;
  text-decoration-color: #2563EB;
  text-underline-offset: 7px;
  font-size: 1.1em;
  line-height: 2em;
}

@media screen and (min-width: 768px) {
  .top--work-slider .bxslider li {
    width: 560px !important;
  }
}
@media screen and (max-width: 768px) {
  .top--work .top--work-header {
    flex-direction: column;
  }
  .top--work .top--work-header .top--work-header-right {
    flex-direction: column;
    gap: 30px;
  }
  .top--work .top--work-header-img {
    padding: 30px 0 20px 0;
  }
  .top--work .top--work-wrap {
    padding: 0 20px;
  }
  .top--work-slider .bx-wrapper {
    padding: 0 0 0 10px;
  }
  .top--work-slider .bx-wrapper .bx-controls {
    margin: 40px 0 0 -10px;
  }
  .top--work-slider .bxslider li a {
    min-height: 700px;
  }
  .top--work-slider .top--work-items {
    padding: 0 20px;
  }
  .work-slide-body {
    padding: 30px 30px;
    flex-direction: column;
  }
  .work-slide-body .slide-icon {
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 0 0 20px 0;
  }
  .work-slide-body .slide-texts {
    padding: 20px 0;
  }
}
/* --------------------
 top - merit
-------------------- */
.top--merit {
  background: #5DCAA2;
}
.top--merit .top--field-wrap {
  margin: 0 auto;
  padding: 100px 0;
  width: var(--site-width-wrap-min);
}
.top--merit .top--field-wrap .top--field-header {
  padding: 0 20px;
}
.top--merit .top--field-header-left {
  flex-basis: 70%;
}
.top--merit .top--field-header-left .h2-title {
  color: #fff;
}
.top--merit .top--field-header-left .h2-desc {
  padding: 40px 0 40px 0;
}
.top--merit .top--field-header-right {
  flex-basis: 30%;
}
.top--merit .top--field-header-right img {
  vertical-align: bottom;
}

.top--merit-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
}
.top--merit-items .top--merit-item {
  margin: 0 0 30px 0;
  flex-basis: 47%;
  padding: 30px 40px;
  background: #fff;
}
.top--merit-items .top--merit-item .top--merit-top {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 0 0 13px 0;
  height: 67px;
}
.top--merit-items .top--merit-item .top--merit-top .top--merit-item-icon .icon--num {
  width: 40px;
  height: 40px;
  font-size: 54px;
  line-height: 37px;
  border-radius: 30px;
  color: var(--green-dark);
  text-align: center;
  /* font-family: メイリオ, Meiryo, Verdana, Helvetica, Arial, sans-serif; */
  font-weight: bold;
}
.top--merit-items .top--merit-item .top--merit-top .top--merit-item-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4em;
}
.top--merit-items .top--merit-item .top--merit-top .top--merit-item-title span {
  color: var(--red);
}
.top--merit-items .top--merit-item .top--merit-bottom {
  padding: 18px 0 0 0;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .top--merit .top--field-header-right {
    width: 50%;
    margin: 0 auto;
  }
  .top--merit-items {
    flex-direction: column;
    padding: 0 20px;
  }
  .top--merit-items .top--merit-item {
    padding: 20px 20px;
  }
  .top--merit-items .top--merit-item .top--merit-top .top--merit-item-title {
    font-size: 19px;
    letter-spacing: 1px;
  }
}
/* --------------------
 top - reason
-------------------- */
.top--reason-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
  padding: 40px 20px 0 20px;
}

.top--reason-item {
  position: relative;
  display: flex;
  flex-basis: 47%;
  justify-content: space-around;
  align-items: center;
  gap: 20px;
  height: 150px;
  margin: 14px 0;
  padding: 30px 30px;
  background: var(--offwhite);
}
.top--reason-item .top--reason-num {
  position: absolute;
  top: 10px;
  left: 19px;
  font-size: 16px;
  font-weight: bold;
  color: var(--green-light);
}
.top--reason-item .top--reason-item-icon img {
  width: 90px;
  vertical-align: middle;
}
.top--reason-item .top--reason-item-body {
  flex-basis: 80%;
  text-align: left;
  padding: 0 5px;
  line-height: 26px;
  font-weight: bold;
}
.top--reason-item .top--reason-item-body span {
  font-size: 24px;
  line-height: 33px;
  color: var(--green);
}

@media screen and (max-width: 768px) {
  .top--reason-items {
    flex-direction: column;
    padding: 40px 0px 0 0px;
  }
  .top--reason-items .top--reason-item {
    gap: 10px;
    padding: 30px 20px;
    flex-direction: column;
  }
  .top--reason-items .top--reason-item .top--reason-item-icon img {
    width: 60px;
  }
  .top--reason-items .top--reason-item .top--reason-item-body {
    font-size: 1.2em;
    line-height: 1.9em;
  }
}
/* --------------------
 top - price
-------------------- */
.top--price-body {
  padding: 60px 0 0 0;
}
.top--price-body .top--price-body-item:nth-child(1) {
  margin: 0 0 50px 0;
}
.top--price-body .top--price-body-title {
  padding: 20px;
  background: var(--green);
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.top--price-body .top--price-body-title span {
  font-size: 20px;
}
.top--price-body .top--price-body-main {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 40px 50px;
}
.top--price-body .top--price-body-main .underbar {
  font-size: 18px;
}
.top--price-body .top--price-body-main .t {
  font-size: 28px;
  font-weight: bold;
  padding: 0 0 12px 0;
}
.top--price-body .top--price-body-main .l {
  border-right: 1px solid #ddd;
}
.top--price-body .top--price-body-main .top--price-body-left {
  flex-basis: 50%;
}
.top--price-body .top--price-body-main .top--price-body-left .i:nth-child(1) {
  padding: 0 0 10px 0;
  font-weight: bold;
}
.top--price-body .top--price-body-main .top--price-body-left .i:nth-child(1) span {
  border-bottom: 1px solid #aaa;
  padding: 0 0 3px 0;
}
.top--price-body .top--price-body-main .top--price-body-left .i:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
}
.top--price-body .top--price-body-main .top--price-body-left .i:nth-child(2) span:nth-child(1) {
  font-size: 50px;
  line-height: 60px;
  color: var(--red);
  font-family: sans-serif;
}
.top--price-body .top--price-body-main .top--price-body-left .i:nth-child(2) span:nth-child(2) {
  font-size: 22px;
  color: var(--red);
}
.top--price-body .top--price-body-main .top--price-body-left .i:nth-child(3) {
  font-weight: bold;
}
.top--price-body .top--price-body-main .top--price-body-left .i:nth-child(4) {
  font-size: 10px;
}
.top--price-body .top--price-body-main .top--price-body-right {
  flex-basis: 50%;
}
.top--price-body .top--price-body-main .top--price-body-right .top--price-icons {
  display: flex;
  justify-content: space-around;
}
.top--price-body .top--price-body-main .top--price-body-right .top--price-icons .top--price-icon {
  padding: 20px;
  width: 130px;
  height: 130px;
  background: #fff3f1;
  border-radius: 250px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.4px;
}
.top--price-body .top--price-body-main .top--price-body-right .top--price-icons .top--price-icon img {
  width: 30px;
  vertical-align: bottom;
}
.top--price-body .top--price-body-main .top--price-body-right .top--price-icons .top--price-icon div:nth-child(2) span {
  font-size: 16px;
  font-weight: bold;
  color: var(--red);
}
.top--price-body .top--price-body-main .top--price-body-right .top--price-icons-text {
  display: flex;
  justify-content: space-around;
  padding: 10px 0 0 0;
}
.top--price-body .top--price-body-main .top--price-body-right .top--price-icons-text div {
  width: 33.333%;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .top--price-body .top--price-body-main {
    flex-direction: column;
    gap: 30px;
    padding: 40px 20px;
  }
  .top--price-body .top--price-body-main .l {
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
  .top--price-body .top--price-body-main .top--price-body-right .top--price-icons {
    gap: 5px;
  }
  .top--price-body .top--price-body-main .top--price-body-right .top--price-icons .top--price-icon {
    padding: 10px;
    width: 110px;
    height: 110px;
  }
  .top--price-body .top--price-body-main .top--price-body-right .top--price-icons .top--price-icon div:nth-child(2) span {
    line-height: 1.5em;
  }
  .top--price-body .top--price-body-main .top--price-body-right .top--price-icons-text {
    gap: 5px;
  }
  .top--price-btm {
    padding: 0 20px;
  }
}
/* --------------------
 top - lawyer
-------------------- */
.top--lawyer {
  text-align: center;
  background: var(--offwhite);
}
.top--lawyer .top--support-wrap {
  margin: 0 auto 0 auto;
  padding: 0px 50px 0px 50px;
  width: var(--site-width);
  z-index: 1;
  position: relative;
}
.top--lawyer .top--support-header {
  font-weight: bold;
}
.top--lawyer .top--support-header h2 div:nth-child(1) {
  font-size: 30px;
}
.top--lawyer .top--support-header h2 div:nth-child(2) {
  padding: 10px 0 0 0;
  font-size: 30px;
  line-height: 1.3em;
  color: var(--green);
}
.top--lawyer .top--support-header h2 div:nth-child(2) span {
  font-size: 50px;
  line-height: 1.3em;
  color: var(--green);
  background-image: radial-gradient(circle at center, var(--green-light) 20%, transparent 20%);
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.1em;
}
.top--lawyer .top--support-header h2 div:nth-child(3) {
  padding: 10px 0 0 0;
  font-size: 30px;
  line-height: 1.3em;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .top--lawyer {
    margin: 28vw 0 0 0;
  }
  .top--lawyer .top--support-wrap {
    padding: 60px 0px;
  }
  .top--lawyer .top--support-wrap .top--btm-2 {
    background: var(--offwhite);
  }
}
@media screen and (max-width: 768px) {
  .top--lawyer .top--support-wrap {
    padding: 60px 20px;
  }
  .top--lawyer .top--btm-2 {
    flex-direction: column;
    padding: 50px 0px;
  }
  .top--lawyer .top--support-header h2 div:nth-child(1) {
    font-size: 20px;
  }
  .top--lawyer .top--support-header h2 div:nth-child(2) {
    font-size: 28px;
  }
  .top--lawyer .top--support-header h2 div:nth-child(2) span {
    font-size: 44px;
  }
  .top--lawyer .top--support-header h2 div:nth-child(3) {
    padding: 7px 0 0 0;
    font-size: 22px;
    line-height: 1.6em;
  }
  .top--lawyer .top--support-header h3 div:nth-child(1) {
    font-size: 26px;
  }
  .top--lawyer .top--support-header h3 div:nth-child(2) {
    font-size: 32px;
    line-height: 1.3em;
    color: var(--green);
  }
  .top--lawyer .top--support-header h3 div:nth-child(3) {
    font-size: 26px;
    line-height: 2em;
  }
  .top--lawyer .top--support-header section div:nth-child(1), .top--lawyer .top--support-header section div:nth-child(3) {
    font-size: 20px;
    line-height: 1.5em;
  }
  .top--lawyer .top--support-header section div:nth-child(2) {
    padding: 22px 0 10px 0;
  }
}
/* --------------------
 top - interview
-------------------- */
.top--interview {
  padding: 40px 0;
  text-align: center;
}
.top--interview .top--support-wrap {
  margin: 0 auto 0 auto;
  padding: 60px 50px;
  width: var(--site-width);
  z-index: 1;
  position: relative;
}
.top--interview .h2-desc div:nth-child(1) {
  flex-basis: 15%;
}
.top--interview .h2-desc div:nth-child(2) {
  flex-basis: 50%;
  text-align: left;
  padding: 0 0 40px 0;
}
.top--interview .h2-desc div:nth-child(3) {
  flex-basis: 15%;
}

.top--interview-body {
  text-align: left;
}

.top--interview-items {
  display: flex;
  padding: 60px 0;
  text-align: center;
}

.top--interview-item {
  flex-basis: 25%;
  padding: 0 20px;
  border-right: 1px solid #eee;
}

.top--interview-item:last-child {
  border: none;
}

.top--interview-item-img {
  position: relative;
}
.top--interview-item-img span {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  top: -40px;
  font-size: 40px;
  font-weight: bold;
  color: var(--green-light);
}

.top--interview-item-text h3 {
  padding: 20px 0 10px 0;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}
.top--interview-item-text h3 span {
  font-size: 22px;
  color: var(--green);
}
.top--interview-item-text h3 span span {
  font-size: 10px;
}
.top--interview-item-text.kenshu-flow h3 span {
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .top--interview .top--support-wrap {
    padding: 40px 20px;
  }
  .top--interview .h2-desc section {
    display: flex;
    justify-content: space-between;
  }
  .top--interview .h2-desc section div:nth-child(1) {
    flex-basis: 20%;
    padding: 0 0 10px 0;
  }
  .top--interview .h2-desc section div:nth-child(2) {
    flex-basis: 20%;
    padding: 0 0 10px 0;
  }
  .top--interview-items {
    flex-direction: column;
  }
  .top--interview-item {
    border: none;
    padding: 40px 0 40px 0;
  }
}
/* --------------------
 top - banner
-------------------- */
.top--bnr {
  padding: 100px 20px;
  text-align: center;
}
.top--bnr img {
  width: 100%;
  max-width: 900px;
}

/* --------------------
top - faq
-------------------- */
.top--faq {
  padding: 40px 0 0 0;
}
.top--faq .top--support-wrap {
  margin: 0 auto 0 auto;
  padding: 60px 50px;
  width: var(--site-width);
}
.top--faq .top--support-wrap .top--support-header {
  text-align: center;
}

.top--faq-items {
  padding: 40px 0 0 0;
  text-align: left;
  line-height: var(--ltlh);
  font-size: 1.1em;
}
.top--faq-items .top--faq-item {
  margin: 0 0 15px 0;
  border-bottom: 1px solid #ddd;
}
.top--faq-items .top--faq-item .top--faq-q {
  display: flex;
  gap: 30px;
  padding: 20px 0;
  cursor: pointer;
}
.top--faq-items .top--faq-item .top--faq-q-txt {
  position: relative;
  flex-basis: 70%;
  display: flex;
  padding: 20px;
  background: #EBF8F3;
}
.top--faq-items .top--faq-item .top--faq-q-txt div:nth-child(1) img {
  vertical-align: middle;
}
.top--faq-items .top--faq-item .top--faq-q-txt div:nth-child(2) {
  flex-basis: 88%;
  color: var(--green);
  font-weight: bold;
}
.top--faq-items .top--faq-item .top--faq-a-txt {
  position: relative;
  display: flex;
  gap: 30px;
  padding: 20px 40px;
  background: var(--offwhite);
}
.top--faq-items .top--faq-item .top--faq-a-txt div:nth-child(1) img {
  vertical-align: middle;
}
.top--faq-items .top--faq-item .top--faq-a-txt div:nth-child(2) {
  flex-basis: 88%;
}
.top--faq-items .top--faq-item .top--faq-a-txt div:nth-child(2) a {
  color: var(--green);
  text-decoration: underline;
}
/*ベース*/
.toggle {
  display: none;
}

.Label { /*タイトル*/
  padding: 1em;
  display: block;
}

.Label::before { /*タイトル横の矢印*/
  font-size: 16px;
  font-weight: 200;
  box-sizing: border-box;
  content: url(647ceb94ffa614711585.png);
  display: block;
  font-family: "Font Awesome 5 Free";
  height: 52px;
  padding: 10px 10px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.content { /*本文*/
  height: 0;
  margin-bottom: 10px;
  overflow: hidden;
}

.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding: 20px 0;
  transition: all 0.3s;
}

.toggle:checked + .Label::before {
  content: url(ed0777e61d5a34639c4e.png);
}

@media screen and (max-width: 768px) {
  .top--faq {
    padding: 80px 0 80px 0;
  }
  .top--faq .top--support-wrap {
    padding: 40px 20px;
  }
  .top--faq-items .top--faq-item {
    padding: 20px 0;
  }
  .top--faq-items .top--faq-item .top--faq-q-txt {
    flex-basis: 83%;
    gap: 5px;
  }
  .top--faq-items .top--faq-item .top--faq-q-txt:after {
    left: -30px;
    top: 40px;
  }
  .top--faq-items .top--faq-item .top--faq-a-txt {
    flex-basis: 83%;
    gap: 10px;
    padding: 20px 20px;
    justify-content: space-between;
  }
  .top--faq-items .top--faq-item .top--faq-a-txt:after {
    right: -30px;
    top: 40px;
  }
  .top--faq-items .top--faq-item .top--faq-q {
    gap: 3%;
  }
  .top--faq-items .top--faq-item .top--faq-q div:nth-child(2) {
    flex-basis: 73%;
  }
  .top--faq-items .top--faq-item .Label::before {
    content: url(b2500638e2e4480101be.png);
  }
  .top--faq-items .top--faq-item .toggle:checked + .Label::before {
    content: url(ea41b7b0f2faaa2a6bbb.png);
  }
  .top--faq-items .top--faq-item .top--faq-a {
    justify-content: space-between;
    gap: 3%;
  }
}
/* --------------------
top - column
-------------------- */
.top--column {
  background-color: var(--offwhite);
  padding: 80px 0 80px 0;
  width: 100%;
}
.top--column .top--support-wrap {
  margin: 0 auto;
  width: var(--site-width-wrap);
  padding: 0 20px;
}
.top--column .top--support-wrap .top--support-header {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  text-align: left;
  padding: 0 0px 100px 0px;
}
.top--column .top--support-wrap .top--support-header .top--support-header-left {
  flex-basis: 55%;
}

.top--column-slider-title {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
  text-align: left;
}
.top--column-slider-title .top--column-slider-title-left {
  display: inline;
  padding: 0 0 4px 0;
  color: var(--green);
  font-size: 40px;
}
.top--column-slider-title .top--column-slider-title-left img {
  padding: 0 20px 3px 0;
  width: 70px;
  vertical-align: middle;
}
.top--column-slider-title .top--column-slider-title-left span {
  font-size: 15px;
}

.top--column-slider {
  padding: 30px 0 0 0;
}
.top--column-slider .top--column-slider-wrap {
  margin: 0 auto;
  padding: 0 20px;
  width: var(--site-width-wrap);
}
.top--column-slider .bx-wrapper {
  background: none;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
.top--column-slider .bx-wrapper .bx-controls-direction a {
  top: 100px;
  width: 40px;
  height: 40px;
  z-index: 1;
}
.top--column-slider .bx-wrapper .bx-prev {
  left: -20px;
  background: url(d254845fddee49f906f9.png) no-repeat;
  background-size: contain;
}
.top--column-slider .bx-wrapper .bx-next {
  right: -20px;
  background: url(b261654c3628ba97460a.png) no-repeat;
  background-size: contain;
}
.top--column-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: var(--green-light);
}
.top--column-slider .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background-color: var(--green-light);
}
.top--column-slider .bx-wrapper .bx-pager.bx-default-pager a {
  background: #ddd;
  width: 12px;
  height: 12px;
  border-radius: 20px;
}
.top--column-slider .bxslider {
  width: var(--site-width-wrap);
  padding: 0 43px;
}
.top--column-slider .bxslider li {
  padding: 0 40px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: normal;
  text-align: left;
}
.top--column-slider .bxslider li img {
  width: 100%;
  height: 220px;
  border-radius: 5px;
}
.top--column-slider .bxslider li a {
  display: block;
}
.top--column-slider .bxslider li a .slide-body {
  padding: 20px 0;
}

.top--merumaga {
  padding: 100px 0 0 0;
  display: none;
}

@media screen and (min-width: 768px) {
  .top--column-slider .bxslider li {
    width: 400px !important;
  }
}
@media screen and (max-width: 768px) {
  .top--column .top--support-wrap .top--support-header {
    flex-direction: column-reverse;
  }
  .top--column-slider-title {
    text-align: center;
    flex-direction: column;
  }
  .top--column-slider-title .top--column-slider-title-left {
    font-size: 34px;
    letter-spacing: 1px;
  }
  .top--column-slider-title .top--column-slider-title-left img {
    width: 50px;
    padding: 0 10px 10px 0;
  }
  .top--column-slider {
    padding: 30px 20px;
  }
  .top--column-slider .bx-wrapper .bx-controls-direction {
    position: relative;
  }
  .top--column-slider .bx-wrapper .bx-prev {
    left: 10%;
    top: 20px !important;
  }
  .top--column-slider .bx-wrapper .bx-next {
    right: 10%;
    top: 20px !important;
  }
  .top--column-slider .bxslider li {
    padding: 5px;
  }
  .top--support-header-right {
    width: 40%;
    margin: 0 auto;
  }
  .top--merumaga div {
    padding: 40px;
  }
  .top--merumaga div img {
    width: 100%;
  }
}
/* --------------------
 pages - common
-------------------- */
.h1-title-en-page {
  font-weight: bold;
  font-size: 38px;
}

.h1-title-page {
  line-height: 70px;
  font-size: 70px;
  letter-spacing: 3px;
}

.h1-title-desc-page {
  padding: 40px 0;
}

.h2-title-page {
  margin: 0 0 0 0;
  line-height: 50px;
  padding: 0px;
  font-size: 32px;
}

.h2-desc-page {
  line-height: 28px;
  font-weight: bold;
}

.page--top {
  padding: 10px 0 10px 0;
  width: 100%;
  position: relative;
  background: var(--green);
}
.page--top .page--top-breadcrumb {
  margin: 0 30px;
  padding: 10px 0px 10px 0px;
  text-align: left;
  color: #fff;
}
.page--top .page--top-breadcrumb span {
  font-size: 13px;
}
.page--top .page--top-breadcrumb span a {
  color: #fff;
  text-decoration: underline;
}
.page--top .page--top-wrap {
  margin: 0 auto;
  padding: 70px 30px 0px 30px;
  width: var(--site-width-wrap-min);
  text-align: center;
  color: #fff;
}

.page--top-img {
  text-align: center;
  background: var(--green);
}

.page--top-lawyer {
  padding: 0px 0 60px 0;
}

.page--back-link {
  padding: 300px 0 80px;
  background: #F6F4EF;
}

.page--back-link a {
  margin: 0 auto;
}

.page--h3-underline {
  font-size: 30px;
  line-height: 18px;
  font-weight: bold;
  color: var(--green);
}

.page--menu-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  width: var(--site-width-wrap-min);
  margin: -160px auto 0 auto;
  padding: 0px 0;
  background: #fff;
  border-radius: 8px;
}

.page--menu-item {
  flex-basis: 48%;
  line-height: 30px;
  padding: 20px 0;
}
.page--menu-item a {
  display: block;
  padding: 10px 0;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}
.page--menu-item a div span {
  font-size: 1.4em;
  color: var(--green);
}
.page--menu-item a div img {
  padding: 0px 10px 2px 10px;
  vertical-align: middle;
}

.page--menu-item a {
  border-right: 1px dotted #ccc;
}

.page--menu-item:last-child a {
  border-right: none;
}

.page--body-wrap {
  margin: 0 auto;
  width: var(--site-width-wrap-min);
  padding: 80px 0px;
}

.page--center-link {
  padding: 60px 20px;
  text-align: center;
  background: var(--green-dark);
}

@media screen and (max-width: 1000px) {
  .page--top .page--top-breadcrumb {
    margin: 0 20px;
    padding: 40px 0px 10px 0px;
  }
  .page--top .page--top-wrap {
    padding: 50px 20px 0px 20px;
  }
  .page--body-wrap {
    padding: 80px 20px;
  }
  .page--menu-wrap {
    flex-direction: column;
  }
  .page--menu-item {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .page--top-breadcrumb {
    overflow-x: scroll;
    scrollbar-width: none;
  }
  .page--top-breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .page--top-breadcrumb-wrap {
    white-space: nowrap;
  }
  .h1-title-page {
    font-size: var(--fs-h1);
    line-height: var(--lh-h1);
    letter-spacing: 1px;
  }
  .h1-title-desc-page {
    text-align: left;
  }
  .h2-title-page {
    font-size: var(--fs-h2);
    line-height: var(--lh-h2);
  }
  .h1-title-en-page {
    font-size: 26px;
  }
  .page--top {
    padding: 40px 0 10px 0;
  }
  .page--back-link {
    padding: 80px 5%;
  }
  .page--menu-item a {
    text-align: left;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 10px 10px;
    border-bottom: 1px solid #ddd;
  }
}
.page--reason {
  padding: 0px 0 80px 0;
  width: 100%;
  text-align: center;
  background: var(--green);
}
.page--reason .page--reason-wrap {
  margin: 0px auto 0 auto;
  width: var(--site-width-wrap-min);
  z-index: 1;
  position: relative;
}
.page--reason .page--reason-wrap .page--reason-items {
  text-align: left;
}
.page--reason .page--reason-wrap .page--reason-items .page--reason-item {
  position: relative;
  margin: 0 0 80px 0;
  padding: 40px 60px;
  border-radius: 6px;
  background: #fff;
  border-radius: 10px;
}
.page--reason .page--reason-wrap .page--reason-items .page--reason-item .page--reason-head {
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background: var(--green-light);
  padding: 10px 25px 15px 25px;
  display: inline-block;
  border-radius: 10px 0 10px 0;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 2px;
}
.page--reason .page--reason-wrap .page--reason-items .page--reason-item .page--reason-head span {
  display: inline-block;
  padding: 0 0 6px 0;
  font-size: 40px;
  color: yellow;
  vertical-align: middle;
}
.page--reason .page--reason-wrap .page--reason-items .page--reason-item .page--reason-top {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  padding: 30px 0;
  text-align: center;
}
.page--reason .page--reason-wrap .page--reason-items .page--reason-item .page--reason-top div:nth-child(1) {
  flex-basis: 10%;
}
.page--reason .page--reason-wrap .page--reason-items .page--reason-item .page--reason-top div:nth-child(1) img {
  width: 170px;
}
.page--reason .page--reason-wrap .page--reason-items .page--reason-item .page--reason-top h2 {
  flex-basis: 85%;
  font-size: 28px;
  line-height: 48px;
  font-weight: bold;
}
.page--reason .page--reason-wrap .page--reason-items .page--reason-item .page--reason-top h2 span {
  color: var(--green);
  font-size: 44px;
  line-height: 60px;
}
.page--reason .page--reason-wrap .page--reason-items .page--reason-item .page--reason-bottom section {
  background: var(--offwhite);
  padding: 30px;
  margin: 20px 0 0 0;
}
.page--reason .page--reason-wrap .page--reason-items .page--reason-item .page--reason-bottom section h3 {
  padding: 0 0 10px 0;
  font-size: 20px;
  font-weight: bold;
}
.page--reason .page--reason-wrap .page--reason-items .page--reason-item .page--reason-bottom section h3 img {
  padding: 0 12px 0 0;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .page--reason .page--reason-wrap {
    margin: 0;
    padding: 0 20px;
  }
  .page--reason .page--reason-wrap .page--reason-items .page--reason-item {
    padding: 40px 30px;
    text-align: center;
  }
  .page--reason .page--reason-wrap .page--reason-items .page--reason-item .page--reason-top div:nth-child(1) {
    text-align: center;
  }
  .page--reason .page--reason-wrap .page--reason-items .page--reason-item .page--reason-top div:nth-child(1) img {
    width: 60px;
  }
  .page--reason .page--reason-wrap .page--reason-items .page--reason-item .page--reason-top h2 {
    padding: 40px 0 0 0;
    text-align: left;
    font-size: 20px;
    line-height: 1.7em;
  }
  .page--reason .page--reason-wrap .page--reason-items .page--reason-item .page--reason-top h2 span {
    font-size: 28px;
    line-height: 1.7em;
  }
  .page--reason .page--reason-wrap .page--reason-items .page--reason-item .page--reason-bottom {
    flex-direction: column !important;
  }
  .page--reason .page--reason-wrap .page--reason-items .page--reason-item .page--reason-bottom h3 {
    text-align: left;
  }
  .page--reason .page--reason-wrap .page--reason-items .page--reason-item .page--reason-bottom div {
    padding: 30px 0 0 0;
    text-align: left;
  }
}
.page--lawyer {
  background: var(--offwhite);
}
.page--lawyer .mt-adjust {
  margin-top: -250px !important;
}
.page--lawyer .page--lawyer-wrap {
  position: relative;
  margin: 0px auto 0 auto;
  padding: 100px 0;
  max-width: var(--site-width-wrap);
}
.page--lawyer .page--lawyer-wrap .page--lawyer-top-title {
  padding: 0 20px 0 0;
  font-size: 34px;
  line-height: 74px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-top-title div:nth-child(1) {
  line-height: 120px;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-top-title div:nth-child(2) {
  font-size: 38px;
  color: var(--green);
}
.page--lawyer .page--lawyer-wrap .page--lawyer-top-title div:nth-child(2) span {
  font-size: 1.6em;
  letter-spacing: 5px;
  color: var(--green);
  background-image: radial-gradient(circle at center, var(--green-light) 20%, transparent 20%);
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1.1em 0.3em;
  padding-top: 0.2em;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-top-desc {
  text-align: center;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-intro-title {
  text-align: center;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-intro-rect {
  display: flex;
  background: var(--green-white);
}
.page--lawyer .page--lawyer-wrap .page--lawyer-intro-rect .page--lawyer-intro-rect-left {
  flex-basis: 50%;
  padding: 80px 0;
  text-align: center;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-intro-rect .page--lawyer-intro-rect-left div:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-intro-rect .page--lawyer-intro-rect-left div:nth-child(2) {
  padding: 15px 0 0 0;
  color: var(--green-light);
}
.page--lawyer .page--lawyer-wrap .page--lawyer-intro-rect .page--lawyer-intro-rect-left div:nth-child(3) {
  color: var(--green);
  font-size: 54px;
  line-height: 80px;
  font-weight: bold;
  letter-spacing: 8px;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-intro-rect .page--lawyer-intro-rect-left div:nth-child(3) h3 {
  font-size: inherit;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-intro-rect .page--lawyer-intro-rect-right {
  flex-basis: 50%;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-intro-txt-title {
  padding: 40px 0;
  font-size: 20px;
  font-weight: bold;
  color: var(--green);
}
.page--lawyer .page--lawyer-wrap .page--lawyer-intro-txt-title img {
  vertical-align: middle;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-intro-txt-title h4 {
  display: inline;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-intro-txt {
  display: flex;
  justify-content: space-between;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-intro-txt .page--lawyer-intro-txt-left {
  flex-basis: 48%;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-intro-txt .page--lawyer-intro-txt-left section {
  display: flex;
  padding: 20px 0;
  border-top: 1px dotted var(--green-light);
}
.page--lawyer .page--lawyer-wrap .page--lawyer-intro-txt .page--lawyer-intro-txt-left section div:nth-child(1) {
  flex-basis: 20%;
  font-weight: bold;
  color: var(--green);
}
.page--lawyer .page--lawyer-wrap .page--lawyer-intro-txt .page--lawyer-intro-txt-right {
  flex-basis: 48%;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-intro-txt .page--lawyer-intro-txt-right section {
  display: flex;
  padding: 20px 0;
  border-top: 1px dotted var(--green-light);
}
.page--lawyer .page--lawyer-wrap .page--lawyer-intro-txt .page--lawyer-intro-txt-right section div:nth-child(1) {
  flex-basis: 20%;
  font-weight: bold;
  color: var(--green);
}
.page--lawyer .page--lawyer-wrap .page--lawyer-message-top {
  display: flex;
  justify-content: space-between;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-message-top div:nth-child(1) {
  flex-basis: 47%;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-message-top div:nth-child(2) {
  flex-basis: 47%;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-jisseki section {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px dotted var(--green-light);
}
.page--lawyer .page--lawyer-wrap .page--lawyer-jisseki section .page--lawyer-jisseki-left {
  flex-basis: 17%;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-jisseki section .page--lawyer-jisseki-left div:nth-child(1) {
  padding: 0 0 5px 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 26px;
  color: var(--green);
}
.page--lawyer .page--lawyer-wrap .page--lawyer-jisseki section .page--lawyer-jisseki-left div:nth-child(2) {
  font-size: 13px;
  line-height: 18px;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-jisseki section .page--lawyer-jisseki-right {
  flex-basis: 78%;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-jisseki section .page--lawyer-jisseki-right div:nth-child(1) {
  padding: 0 0 14px 0;
  font-size: 20px;
  font-weight: bold;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-jisseki section .page--lawyer-jisseki-right div:nth-child(1) span {
  font-size: 12px;
  margin: 0 20px 0 0;
  padding: 4px 20px 6px;
  color: #fff;
  background: var(--green-light);
  font-weight: bold;
  display: inline-block;
  border-radius: 50px;
  vertical-align: middle;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-person-question {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-person-question span {
  position: relative;
  font-size: 14px;
  padding: 5px 24px 9px;
  border-radius: 50px;
  background: var(--green);
}
.page--lawyer .page--lawyer-wrap .page--lawyer-person-question span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: var(--green) transparent transparent transparent;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-person-title {
  padding: 10px 0 60px 0;
  text-align: center;
  font-size: 32px;
  line-height: 46px;
  font-weight: bold;
  color: var(--green);
}
.page--lawyer .page--lawyer-wrap .page--lawyer-person-title span {
  font-size: 26px;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-person {
  padding: 60px 40px;
  text-align: center;
  background: #fff;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-person .page--lawyer-person-face-title {
  font-size: 26px;
  line-height: 42px;
  font-weight: bold;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-person .page--lawyer-person-face-title img {
  width: 50px;
  padding: 0 10px 10px 0;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-person .page--lawyer-person-face {
  padding: 30px 0;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-person .page--lawyer-person-face div:nth-child(2) {
  padding: 5px 0 0 0;
  font-size: 13px;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-person .page--lawyer-person-face div:nth-child(2) span {
  font-size: 16px;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-person .page--lawyer-person-desc {
  text-align: left;
  padding: 40px 0;
  border-top: 1px solid #ddd;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-person .page--lawyer-person-desc section:nth-child(2) {
  display: flex;
  justify-content: space-between;
  padding: 30px 0 0 0;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-person .page--lawyer-person-desc section:nth-child(2) div:nth-child(1) {
  flex-basis: 70%;
}
.page--lawyer .page--lawyer-wrap .page--lawyer-person .page--lawyer-person-desc section:nth-child(2) div:nth-child(2) {
  flex-basis: 25%;
}
.page--lawyer .page--lawyer-wrap .page--firm-desc {
  text-align: left;
}
.page--lawyer .page--lawyer-wrap .page--firm-desc-flex {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
.page--lawyer .page--lawyer-wrap .page--firm-desc-flex div:nth-child(1) {
  flex-basis: 25%;
}
.page--lawyer .page--lawyer-wrap .page--firm-desc-flex div:nth-child(2) {
  flex-basis: 65%;
}
.page--lawyer .page--lawyer-wrap .page--firm-desc-flex.reverse {
  flex-direction: row-reverse;
}
.page--lawyer .page--lawyer-wrap .page--firm-omoi .page--firm-omoi-wrap {
  display: flex;
  border-bottom: 1px dotted #fff;
  color: #fff;
}
.page--lawyer .page--lawyer-wrap .page--firm-omoi .page--firm-omoi-wrap section {
  flex-basis: 50%;
  padding: 0 50px 50px 50px;
}
.page--lawyer .page--lawyer-wrap .page--firm-omoi .page--firm-omoi-wrap section div:nth-child(3) {
  text-align: center;
  padding: 10px 30px 30px 30px;
}
.page--lawyer .page--lawyer-wrap .page--firm-omoi .page--firm-omoi-wrap section:nth-child(1) {
  border-right: 1px dotted #fff;
}
.page--lawyer .page--lawyer-wrap .page--firm-omoi .page--firm-omoi-yellow span {
  font-size: 16px;
  color: var(--yellow);
  border-bottom: 1px solid var(--yellow);
}
.page--lawyer .page--lawyer-wrap .page--firm-omoi .page--firm-omoi-title {
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 38px;
  color: #fff;
}
.page--lawyer .page--lawyer-wrap .page--firm-omoi .page--firm-omoi-title-small {
  padding: 20px 0;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  color: #fff;
}
.page--lawyer .page--lawyer-wrap .page--firm-omoi .page--firm-omoi-wrap-2 {
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.page--lawyer .page--lawyer-wrap .page--firm-omoi .page--firm-omoi-wrap-2 section {
  flex-basis: 30%;
}
.page--lawyer .page--lawyer-wrap .page--firm-omoi .page--firm-omoi-wrap-2 section div:nth-child(2) {
  text-align: center;
  padding: 10px 30px 30px 30px;
}
.page--lawyer .page--lawyer-work .page--lawyer-work-bg {
  min-height: 400px;
}
.page--lawyer .page--lawyer-work .page--lawyer-work-bg img {
  width: 100%;
}
.page--lawyer .page--lawyer-work .page--lawyer-wrap {
  margin-top: -500px;
}
.page--lawyer .page--firm-bg {
  background-image: url(b659317e485402007c46.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.page--lawyer .page--firm-info section {
  display: flex;
  padding: 15px 0;
  border-top: 1px dotted var(--green-light);
}
.page--lawyer .page--firm-info section div:nth-child(1) {
  color: var(--green-dark);
  font-weight: bold;
  flex-basis: 17%;
}
.page--lawyer .page--firm-info section div:nth-child(2) a {
  color: var(--blue);
  text-decoration: underline;
}
.page--lawyer .page--firm-access section {
  border-bottom: 1px dotted var(--green-light);
  padding: 40px 0 40px 0;
}
.page--lawyer .page--firm-access section h4 {
  padding: 0 0 20px 0;
  font-size: 20px;
  color: var(--green);
}
.page--lawyer .page--firm-access section h4 img {
  vertical-align: middle;
  padding: 0 10px 0 0;
  width: 20px;
}
.page--lawyer .page--firm-access section .page--firm-access-body {
  display: flex;
}
.page--lawyer .page--firm-access section .page--firm-access-body .page--firm-access-left {
  flex-basis: 55%;
}
.page--lawyer .page--firm-access section .page--firm-access-body .page--firm-access-left div:nth-child(2) {
  padding: 20px 0 0 0;
  font-weight: bold;
}
.page--lawyer .page--firm-access section .page--firm-access-body .page--firm-access-left ul {
  margin: 0;
  padding: 10px 0 0 24px;
}
.page--lawyer .page--firm-access section .page--firm-access-body .page--firm-access-left ul li {
  list-style: disc;
}
.page--lawyer .page--firm-access section .page--firm-access-body .page--firm-access-right {
  flex-basis: 42%;
}
.page--lawyer .page--firm-access section:last-child {
  border: none;
}

@media screen and (max-width: 768px) {
  .page--lawyer .mt-adjust {
    margin: 0 !important;
    padding: 0;
  }
  .page--lawyer .page--lawyer-wrap {
    padding: 40px 20px 60px 20px;
  }
  .page--lawyer .page--lawyer-wrap .page--lawyer-content {
    padding: 20px 0px 80px 0px;
  }
  .page--lawyer .page--lawyer-wrap .page--lawyer-top-title {
    font-size: 24px;
    line-height: inherit;
    letter-spacing: inherit;
    padding: 0;
  }
  .page--lawyer .page--lawyer-wrap .page--lawyer-top-title div:nth-child(1) {
    line-height: 1.7em;
    font-size: 20px;
    padding: 24px 0 6px 0;
  }
  .page--lawyer .page--lawyer-wrap .page--lawyer-top-title div:nth-child(2) {
    font-size: 29px;
    line-height: 1.5em;
    padding: 24px 0 0 0;
  }
  .page--lawyer .page--lawyer-wrap .page--lawyer-top-title div:nth-child(2) span {
    font-size: 42px;
  }
  .page--lawyer .page--lawyer-wrap .page--lawyer-top-desc {
    text-align: left;
  }
  .page--lawyer .page--lawyer-wrap .page--lawyer-intro-rect {
    flex-direction: column;
  }
  .page--lawyer .page--lawyer-wrap .page--lawyer-intro-rect .page--lawyer-intro-rect-left {
    padding: 80px 0 10px 0;
  }
  .page--lawyer .page--lawyer-wrap .page--lawyer-intro-txt {
    flex-direction: column;
  }
  .page--lawyer .page--lawyer-wrap .page--lawyer-message-top {
    flex-direction: column;
    gap: 20px;
  }
  .page--lawyer .page--lawyer-wrap .page--lawyer-jisseki section {
    flex-direction: column;
    gap: 20px;
  }
  .page--lawyer .page--lawyer-wrap .page--lawyer-jisseki section .page--lawyer-jisseki-right div:nth-child(1) span {
    display: inline-block;
    margin: 0 0 10px 0;
  }
  .page--lawyer .page--lawyer-wrap .page--lawyer-person {
    padding: 60px 30px;
  }
  .page--lawyer .page--lawyer-wrap .page--lawyer-person .page--lawyer-person-face-title img {
    width: 40px;
  }
  .page--lawyer .page--lawyer-wrap .page--lawyer-person .page--lawyer-person-desc section:nth-child(2) {
    flex-direction: column-reverse;
    gap: 30px;
  }
  .page--lawyer .page--lawyer-wrap .page--firm-desc-flex {
    flex-direction: column;
    gap: 20px;
  }
  .page--lawyer .page--lawyer-wrap .page--firm-desc-flex div:nth-child(1) {
    text-align: center;
  }
  .page--lawyer .page--lawyer-wrap .page--firm-desc-flex.reverse {
    flex-direction: column;
    gap: 20px;
  }
  .page--lawyer .page--lawyer-wrap .page--firm-omoi .page--firm-omoi-wrap {
    flex-direction: column;
  }
  .page--lawyer .page--lawyer-wrap .page--firm-omoi .page--firm-omoi-wrap section {
    padding: 50px 20px;
  }
  .page--lawyer .page--lawyer-wrap .page--firm-omoi .page--firm-omoi-wrap section:nth-child(1) {
    border-right: none;
    border-bottom: 1px dotted #fff;
  }
  .page--lawyer .page--lawyer-wrap .page--firm-omoi .page--firm-omoi-wrap-2 {
    flex-direction: column;
  }
  .page--lawyer .page--lawyer-wrap .page--firm-omoi .page--firm-omoi-value {
    padding: 0px 20px;
  }
  .page--lawyer .page--lawyer-work .page--lawyer-wrap {
    margin-top: -400px;
  }
  .page--lawyer .page--firm-access .page--firm-access-body {
    flex-direction: column;
    gap: 40px;
  }
  .page--lawyer .page--firm-access section:nth-child(1) {
    padding-top: 0;
  }
  .page--lawyer .page--firm-info section {
    flex-direction: column;
  }
  .page--firm .page--lawyer-wrap .page--lawyer-content .page--lawyer-top-title div span {
    font-size: 32px;
    letter-spacing: 1px;
    background-size: 1.03em 0.3em;
  }
  .page--firm .page--lawyer-wrap .page--lawyer-content .page--lawyer-top-title div:nth-child(2) {
    font-size: 24px;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}

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

.scroll-infinity__list--left {
  animation: infinity-scroll-left 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
  width: 100vw;
}

.scroll-infinity__item > img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .scroll-infinity__item {
    width: 300vw;
  }
}
/* --------------------
 page - price (contact)
-------------------- */
.page--price {
  background: #F6F4EF;
  text-align: center;
}
.page--price .page--price-wrap {
  margin: 0 auto;
  padding: 100px 0px;
  width: var(--site-width-wrap-min);
}

.page--price-1-item {
  margin: 0 0 50px 0;
}
.page--price-1-item .page--price-1-title {
  padding: 20px;
  background: var(--green);
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.page--price-1-item .page--price-1-title span {
  font-size: 20px;
}
.page--price-1-item .page--price-1-body {
  text-align: center;
  background: #fff;
  padding: 40px 50px;
}
.page--price-1-item .page--price-1-body .page--price-1-body-top {
  text-align: left;
  font-size: 13px;
  line-height: 35px;
}
.page--price-1-item .page--price-1-body .page--price-1-body-middle {
  display: flex;
  padding: 50px 0;
}
.page--price-1-item .page--price-1-body .top--price-body-left {
  flex-basis: 50%;
}
.page--price-1-item .page--price-1-body .top--price-body-left .i:nth-child(1) {
  padding: 0 0 10px 0;
  font-weight: bold;
}
.page--price-1-item .page--price-1-body .top--price-body-left .i:nth-child(1) span {
  border-bottom: 1px solid #aaa;
  padding: 0 0 3px 0;
}
.page--price-1-item .page--price-1-body .top--price-body-left .i:nth-child(2) {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 3px;
}
.page--price-1-item .page--price-1-body .top--price-body-left .i:nth-child(2) span:nth-child(1) {
  font-size: 50px;
  line-height: 60px;
  color: var(--red);
  font-family: sans-serif;
}
.page--price-1-item .page--price-1-body .top--price-body-left .i:nth-child(2) span:nth-child(2) {
  font-size: 22px;
  color: var(--red);
}
.page--price-1-item .page--price-1-body .top--price-body-left .i:nth-child(3) {
  font-weight: bold;
}
.page--price-1-item .page--price-1-body .top--price-body-left .i:nth-child(4) {
  font-size: 10px;
}
.page--price-1-item .page--price-1-body .top--price-body-left .underbar {
  font-size: 18px;
}
.page--price-1-item .page--price-1-body .top--price-body-left .t {
  font-size: 28px;
  font-weight: bold;
  padding: 0 0 12px 0;
}
.page--price-1-item .page--price-1-body .top--price-body-left .l {
  border-right: 1px solid #ddd;
}
.page--price-1-item .page--price-1-body .top--price-body-left:nth-child(1) {
  border-right: 1px solid #ddd;
}
.page--price-1-item .page--price-1-body .page--price-1-body-bottom {
  flex-basis: 50%;
}
.page--price-1-item .page--price-1-body .page--price-1-body-bottom .top--price-icons {
  display: flex;
  gap: 50px;
  justify-content: center;
}
.page--price-1-item .page--price-1-body .page--price-1-body-bottom .top--price-icons .top--price-icon {
  padding: 20px;
  width: 130px;
  height: 130px;
  background: #fff3f1;
  border-radius: 250px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 0.4px;
}
.page--price-1-item .page--price-1-body .page--price-1-body-bottom .top--price-icons .top--price-icon img {
  width: 30px;
  vertical-align: bottom;
}
.page--price-1-item .page--price-1-body .page--price-1-body-bottom .top--price-icons .top--price-icon div:nth-child(2) span {
  font-size: 16px;
  font-weight: bold;
  color: var(--red);
}
.page--price-1-item .page--price-1-body .page--price-1-body-bottom .top--price-icons-text {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 10px 0 0 0;
}
.page--price-1-item .page--price-1-body .page--price-1-body-bottom .top--price-icons-text div {
  width: 33.333%;
  font-size: 10px;
  width: 160px;
}
.page--price-1-item .page--price-1-body .page--price-1-body-check p:nth-child(1) {
  float: left;
  margin: -10px 0 0 -10px;
  width: 110px;
}
.page--price-1-item .page--price-1-body .page--price-1-body-check p:nth-child(2) {
  background: #fff;
  padding: 30px 40px;
  border: 2px solid var(--red);
  border-radius: 7px;
  text-align: left;
  background: #FFF3F1;
}

@media screen and (max-width: 768px) {
  .page--price .page--price-wrap {
    padding: 100px 20px;
  }
  .page--price .page--price-wrap .top--field-header-right img {
    width: 50%;
    display: block;
    margin: 60px auto 0 auto;
  }
  .page--price-1-item .page--price-1-body {
    padding: 40px 20px;
  }
  .page--price-1-item .page--price-1-body .page--price-1-body-top {
    line-height: inherit;
  }
  .page--price-1-item .page--price-1-body .page--price-1-body-middle {
    flex-direction: column;
    padding: 10px 0;
  }
  .page--price-1-item .page--price-1-body .page--price-1-body-middle .top--price-body-left {
    padding: 60px 0;
  }
  .page--price-1-item .page--price-1-body .page--price-1-body-middle .top--price-body-left .i:nth-child(1) span {
    font-size: 1.4em;
  }
  .page--price-1-item .page--price-1-body .page--price-1-body-middle .top--price-body-left .i:nth-child(2) span:nth-child(1) {
    font-size: 38px;
    letter-spacing: 1px;
  }
  .page--price-1-item .page--price-1-body .page--price-1-body-middle .top--price-body-left .i:nth-child(3) {
    font-size: 1.4em;
  }
  .page--price-1-item .page--price-1-body .page--price-1-body-middle .top--price-body-left .i:nth-child(4) {
    font-size: 0.9em;
  }
  .page--price-1-item .page--price-1-body .page--price-1-body-middle .top--price-body-left:nth-child(1) {
    border-bottom: 1px solid #ddd;
    border-right: none;
  }
  .page--price-1-item .page--price-1-body .page--price-1-body-bottom .top--price-icons {
    gap: 5px;
    justify-content: space-around;
  }
  .page--price-1-item .page--price-1-body .page--price-1-body-bottom .top--price-icons .top--price-icon {
    width: 105px;
    height: 105px;
    padding: 10px;
    line-height: 1.9em;
  }
  .page--price-1-item .page--price-1-body .page--price-1-body-bottom .top--price-icons .top--price-icon div:nth-child(2) span {
    font-size: 14px;
  }
  .page--price-1-item .page--price-1-body .top--price-icons-text {
    justify-content: space-around;
  }
}
/* --------------------
 page - contact
-------------------- */
.page--contact-desc {
  text-align: center;
}

.page--contact-footwork {
  padding: 0 0 10px 0;
  font-size: 16px;
}

.page--contact-tel {
  position: relative;
  background: var(--green);
  padding: 30px 0 20px 0;
  margin: 10px 0;
  border-radius: 8px;
}
.page--contact-tel .page--contact-tel-fukidashi {
  position: absolute;
  text-align: center;
  width: 100%;
  top: -20px;
}
.page--contact-tel .page--contact-tel-fukidashi span {
  display: inline-block;
  background: var(--green-light);
  padding: 10px 30px;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
}
.page--contact-tel .page--contact-tel-fukidashi:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -12px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: var(--green-light) transparent transparent transparent;
  border-width: 15px 15px 0 15px;
}
.page--contact-tel .top--soudan-tel-1 {
  margin: 0 auto;
  max-width: 520px;
}
.page--contact-tel .top--soudan-tel-1 div:nth-child(1) {
  flex-basis: 15%;
}
.page--contact-tel .top--soudan-tel-1 div:nth-child(2) {
  flex-basis: 85%;
}
.page--contact-tel .top--soudan-tel-1 div:nth-child(2) span:nth-child(1) {
  font-size: min(3.9vw, 44px);
}
.page--contact-tel .top--soudan-tel-1 div:nth-child(2) span:nth-child(1) img {
  width: 5.2vw;
  vertical-align: middle;
  padding: 0 15px 5px 5px;
}

.page--contact-email {
  margin: 40px 0;
  padding: 60px;
  background: #fff;
}

@media screen and (max-width: 768px) {
  .page--contact-desc {
    padding: 0 0px;
    text-align: left;
  }
  .page--contact-tel {
    padding: 30px 0 0px 0;
  }
  .page--contact-tel .page--contact-tel-fukidashi {
    top: -35px;
  }
  .page--contact-tel .page--contact-tel-fukidashi span {
    font-size: 11px;
    letter-spacing: 0.8px;
  }
  .page--contact-tel .top--soudan-tel-1 {
    padding: 20px 20px 0 20px;
  }
  .page--contact-tel .top--soudan-tel-1 div:nth-child(2) {
    flex-basis: 100%;
    font-size: 12px;
  }
  .page--contact-tel .top--soudan-tel-1 div:nth-child(2) span:nth-child(1) {
    font-size: 38px;
    letter-spacing: 1px;
    display: block;
    padding: 0 0 10px 0;
  }
  .page--contact-tel .top--soudan-tel-1 div:nth-child(2) span:nth-child(1) img {
    width: 50px;
  }
  .page--contact-tel .top--soudan-tel-1 div:nth-child(2) .media-sp-inline {
    width: 40px;
    padding: 10px 10px 0 0;
  }
  .page--contact-email {
    padding: 60px 20px;
  }
}
/* --------------------
 page - contact
-------------------- */
.page--contact-menu-item {
  flex-basis: 50%;
  line-height: 30px;
}

.page--contact-menu-item a {
  color: var(--green);
  font-weight: bold;
}

.page--contact-menu-item a div span {
  line-height: 22px;
  border-bottom: 1px solid var(--green);
}

.page--contact-menu-item a div img {
  padding: 5px;
}

.page--contact-top-title {
  font-size: 28px;
  line-height: 44px;
  font-weight: bold;
  letter-spacing: 3px;
}

.page--contact-top-title span {
  font-size: 22px;
}

.page--contact-top-desc {
  text-align: left;
  padding: 20px 0 0 0;
}

.page--contact-top-desc a {
  color: var(--green);
  text-decoration: underline;
}

.page--contact-text {
  margin: 30px 0 60px 0;
}

.page--contact-underbar {
  display: inline-block;
  margin: 10px 0 0 0;
  background: linear-gradient(transparent 60%, #fff6b2 0%);
}

.page--contact-underbar a {
  color: var(--green);
  text-decoration: underline;
}

.page--contact-survey {
  margin: 40px 0;
  padding: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  color: var(--green);
  background: #D7F2E8;
}

.page--contact-privacy {
  text-align: left;
}

.page--contact-privacy div:nth-child(1) {
  padding: 20px 0;
  font-weight: bold;
}

.page--contact-privacy div:nth-child(2) {
  font-size: 13px;
  padding: 30px 50px 50px 50px;
  border: 1px solid #ddd;
  height: 200px;
  overflow-y: scroll;
}

.page--contact-privacy div:nth-child(2) span {
  color: var(--green);
  padding: 20px 0 5px 0;
  display: inline-block;
}

.page--contact-form {
  text-align: left;
  margin: 60px auto;
}

.form-contact-item {
  display: flex;
  border-bottom: 1px solid var(--green);
}

.form-contact-item.nb {
  border: none;
}

.form-contact-item-left {
  flex-basis: 25%;
  padding: 30px 0;
  font-weight: bold;
}

.form-contact-item-left p {
  display: flex;
  justify-content: space-between;
}

.form-contact-item-left .req-1 {
  color: #fff;
  background: #EF4444;
  padding: 3px 6px;
  height: 26px;
  font-weight: normal;
  font-size: 11px;
}

.form-contact-item-left .req-2 {
  color: #fff;
  background: #6B7280;
  padding: 3px 6px;
  height: 26px;
  font-weight: normal;
  font-size: 11px;
}

.form-contact-item-right {
  flex-basis: 75%;
  padding: 30px 0 30px 30px;
}

.form-contact-item-right.type-gyousyu p .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}
.form-contact-item-right.type-gyousyu p .wpcf7-checkbox .wpcf7-list-item {
  flex-basis: 50%;
}

.wpcf7-checkbox .wpcf7-list-item {
  line-height: 33px;
}

.form-contact-date-title {
  display: inline-block;
  margin: 20px 0 10px 0;
  padding: 0 10px;
  border-left: 3px solid var(--green);
}

.form-contact-bottom {
  background: #FFF3F1;
  padding: 40px 50px;
  line-height: var(--ltlh);
  margin: 20px 0;
  border-radius: 8px;
}

.form-contact-bottom a {
  color: blue;
  text-decoration: underline;
}

.form-contact-last-check {
  text-align: center;
  padding: 40px 0 0 0;
}

.form-contact-gyousyu-kaigo {
  margin: 0 0 15px 0;
  padding: 10px;
  text-align: center;
  background: var(--green);
  color: #fff;
  font-weight: bold;
}

.form-contact-gyousyu-syougai {
  margin: 20px 0 15px 0;
  padding: 10px;
  text-align: center;
  background: var(--green-light);
  color: #fff;
  font-weight: bold;
}

.wpcf7-list-item {
  display: block !important;
  margin-left: 0 !important;
}

::placeholder {
  color: #aaa;
}

input[type=text], input[type=email], input[type=tel] {
  border: none;
  padding: 20px;
  width: 100%;
  letter-spacing: 1px;
  font-size: 1em;
  border-radius: 5px 0 0 5px;
  background: #F3F4F6;
}

input[type=date] {
  width: 250px;
  border: none;
  padding: 15px;
  letter-spacing: 1px;
  font-size: 1em;
}

select {
  width: 250px;
  border: none;
  padding: 15px;
  letter-spacing: 1px;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #F3F4F6;
}

textarea {
  border: none;
  padding: 15px;
  width: 100%;
  letter-spacing: 1px;
  font-size: 1em;
  border: 1px solid #ddd;
  border-radius: 4px;
  background: #F3F4F6;
}

.custom-datepicker {
  width: 250px !important;
}

.form-contact-submit input[type=submit] {
  display: block;
  margin: 60px auto 0 auto;
  padding: 25px 25px;
  width: 520px;
  border: none;
  background: var(--orange);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  border-radius: 50px;
  background-image: url(6634a6c6c63180846481.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  cursor: pointer;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.form-contact-note {
  display: block;
  padding: 15px 0 0 0;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .page--contact-menu-item a {
    display: flex;
  }
  .page--contact-menu-item a div span {
    border: none;
    padding: 0 10px 0 0;
  }
  .page--contact-menu-item a div:nth-child(2) {
    text-decoration: underline;
  }
  .page--contact-menu-item a div img {
    display: none;
  }
  .page--contact-call {
    padding: 0 0 10px 0;
    color: var(--red);
  }
  .page--contact-underbar {
    display: inline;
    background: linear-gradient(transparent 70%, #fff6b2 0%);
  }
  .page--contact-top-title {
    font-size: 22px;
    line-height: 38px;
    letter-spacing: 1px;
  }
  .page--contact-form {
    width: 100%;
  }
  .form-contact-item {
    flex-direction: column;
  }
  .form-contact-item-left {
    padding: 30px 0 5px 0;
  }
  .form-contact-item-right {
    padding: 10px 0 30px 0;
  }
  .wpcf7-form-control-wrap {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
  }
  .wpcf7-form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
  }
  .form-contact-item-right.type-gyousyu p .wpcf7-checkbox {
    flex-direction: column;
  }
  input[type=date] {
    width: 100%;
  }
  select {
    width: 100%;
  }
  .custom-datepicker {
    width: 100% !important;
  }
  .wpcf7-select, .wpcf7-date {
    padding: 15px !important;
    box-sizing: border-box;
    background-color: #fff !important;
    color: #000;
  }
  .page--contact-privacy div:nth-child(2) {
    padding: 30px;
  }
  .form-contact-submit input[type=submit] {
    width: 100%;
    line-height: 1.5em;
    padding: 12px 25px;
    font-size: 15px;
  }
  .form-contact-bottom {
    padding: 30px;
    text-align: left;
  }
}
/* --------------------
 page - thanks
-------------------- */
.thanks-text {
  padding: 60px 20px 20px 20px;
  line-height: var(--ltlh);
}

.thanks-text div:nth-child(1) {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

.thanks-text div:nth-child(2) {
  padding: 30px 0;
}

.thanks-text div:nth-child(3) span {
  color: red;
}

.thanks-text div:nth-child(4) {
  padding: 30px 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

@media screen and (max-width: 768px) {
  .thanks-text {
    text-align: left;
  }
}
/* --------------------
 page - services
-------------------- */
.h1-title-service {
  line-height: 74px;
  font-size: 56px;
  letter-spacing: 3px;
}

.h1-title-en-page-service {
  font-weight: bold;
  font-size: 38px;
}

.hero-service {
  background-image: url(7f825a3abc363d153a16.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 530px;
}

.hero__layout {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.hero__layout .hero__illust {
  position: absolute;
  top: 110px;
}
.hero__layout .hero__illust img {
  max-width: 250px;
}
@media screen and (max-width: 768px) {
  .hero__layout .hero__illust img {
    max-width: 135px;
  }
}

.hero-service__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 0px 20px;
  max-width: var(--site-width-wrap-min);
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.hero-service__container .hero__catch {
  padding: 10px 0;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: left;
  top: 20px;
  z-index: 1;
}
.hero-service__container .hero__catch-top {
  margin: 0;
  padding: 10px 0;
  color: #fff;
  font-size: 33px;
}
.hero-service__container .hero__catch-top .hero-service__txt_head {
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 2px 0px;
  font-weight: normal;
  font-weight: bold;
}
.hero-service__container .hero__catch-top .hero-service__txt_head2 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 4px;
}
.hero-service__container .hero__catch-top .hero-service__txt_head2 span {
  font-size: 0.75em;
}
.hero-service__container .hero__catch-top .hero-service__txt_big {
  padding: 4px 0;
  font-size: min(3.5vw, 4.6rem);
  line-height: 1.3em;
  font-weight: bold;
}
.hero-service__container .hero__catch-top .hero-service__txt_big img {
  vertical-align: middle;
  padding: 0 20px 0 0;
}
.hero-service__container .hero__catch-top .hero-service__txt_big span {
  color: var(--yellow);
}
.hero-service__container .hero__catch-top .hero-service__txt_bottom span {
  font-size: 24px;
  border-bottom: 2px solid #fff;
  padding: 0 0 4px 0;
}
.hero-service__container .hero__v {
  right: -20px;
  bottom: -10px;
}
.hero-service__container .hero__v-img {
  max-width: 320px;
  width: 48vw;
}
.hero-service__container .hero-service__v-bubble {
  position: absolute;
  bottom: 0px;
  right: 10px;
  width: 200px;
}

@media screen and (max-width: 768px) {
  .h1-title-service {
    line-height: 54px;
    font-size: 36px;
    letter-spacing: 1px;
  }
  .h1-title-en-page-service {
    font-weight: bold;
    font-size: 28px;
    line-height: 44px;
  }
  .hero-service {
    background-image: url(64f39a9467a5a80a40f1.png);
    height: 730px;
  }
  .hero-service__container {
    align-items: flex-start;
    justify-content: center;
    gap: 0;
  }
  .hero-service__container .hero__catch-top {
    text-align: center;
  }
  .hero-service__container .hero__catch-top .hero-service__txt_head2 {
    letter-spacing: 2px;
    line-height: 35px;
  }
  .hero-service__container .hero__catch-top .hero-service__txt_big {
    font-size: 33px;
    letter-spacing: 0.5px;
  }
  .hero-service__container .hero__catch-top .hero-service__txt_bottom {
    line-height: 45px;
  }
  .hero-service__container .hero__catch-top .hero-service__txt_bottom span {
    font-size: 27px;
    padding: 0 0 2px 0;
  }
  .hero-service__container .hero-service__v-bubble {
    left: 20px;
    right: auto;
  }
}
.services--3merit {
  background: var(--green-dark);
}
.services--3merit .services--3merit-wrap {
  padding: 30px 20px;
  max-width: var(--site-width-wrap);
  margin: 0 auto;
}
.services--3merit .services--3merit-wrap .services--3merit-title {
  display: flex;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.services--3merit .services--3merit-wrap .services--3merit-title div span.dot {
  background-image: radial-gradient(circle at center, var(--yellow) 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.1em;
  font-size: 32px;
  color: var(--yellow);
}
.services--3merit .services--3merit-wrap .services--3merit-top, .services--3merit .services--3merit-wrap .services--3merit-top2 {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: -5px 0 0 0;
}
.services--3merit .services--3merit-wrap .services--3merit-top div, .services--3merit .services--3merit-wrap .services--3merit-top2 div {
  display: flex;
  position: relative;
  background: #fff;
  height: 130px;
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
}
.services--3merit .services--3merit-wrap .services--3merit-top div .services--3merit-num, .services--3merit .services--3merit-wrap .services--3merit-top2 div .services--3merit-num {
  position: absolute;
  left: 15px;
  top: 3px;
  font-size: 18px;
  font-weight: bold;
  color: var(--green);
}
.services--3merit .services--3merit-wrap .services--3merit-top div p, .services--3merit .services--3merit-wrap .services--3merit-top2 div p {
  padding: 22px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.services--3merit .services--3merit-wrap .services--3merit-top div p span:nth-child(1), .services--3merit .services--3merit-wrap .services--3merit-top2 div p span:nth-child(1) {
  position: static !important;
  display: block !important;
  flex-basis: 54px;
}
.services--3merit .services--3merit-wrap .services--3merit-top div p span:nth-child(2), .services--3merit .services--3merit-wrap .services--3merit-top2 div p span:nth-child(2) {
  position: static !important;
  display: block !important;
  font-weight: bold;
  text-align: left;
  line-height: 1.5;
}
.services--3merit .services--3merit-wrap .services--3merit-top2 {
  flex-wrap: wrap !important;
}
.services--3merit .services--3merit-wrap .services--3merit-top2 div {
  width: 516px !important;
}
.services--3merit .services--3merit-wrap .services--3merit-top2 div p span:nth-child(2) {
  flex-basis: 387px;
}

.services--3merit-bottom {
  padding: 0 0 40px 0;
}
.services--3merit-bottom .services--3merit-bottom-wrap {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 1040px;
  gap: 40px;
  background: var(--offwhite);
  border-radius: 6px;
}
.services--3merit-bottom .services--3merit-bottom-wrap .services--3merit-left {
  padding: 50px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.services--3merit-bottom .services--3merit-bottom-wrap .services--3merit-left .services--3merit-left-top {
  display: flex;
  align-items: flex-end;
  text-align: center;
}
.services--3merit-bottom .services--3merit-bottom-wrap .services--3merit-left .services--3merit-left-top div:nth-child(1) {
  font-size: 30px;
  color: var(--green-light);
}
.services--3merit-bottom .services--3merit-bottom-wrap .services--3merit-left .services--3merit-left-top div:nth-child(2) {
  font-size: 16px;
  line-height: 28px;
}
.services--3merit-bottom .services--3merit-bottom-wrap .services--3merit-left .services--3merit-left-top div:nth-child(3) {
  font-size: 30px;
  color: var(--green-light);
}
.services--3merit-bottom .services--3merit-bottom-wrap .services--3merit-right {
  width: 560px;
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .services--3merit .services--3merit-wrap .services--3merit-title {
    flex-direction: column-reverse;
    align-items: center;
  }
  .services--3merit .services--3merit-wrap .services--3merit-title div:nth-child(2) {
    text-align: center;
  }
  .services--3merit .services--3merit-wrap .services--3merit-top, .services--3merit .services--3merit-wrap .services--3merit-top2 {
    flex-direction: column;
  }
  .services--3merit .services--3merit-wrap .services--3merit-top2 div {
    width: 100% !important;
  }
  .services--3merit-bottom .services--3merit-bottom-wrap {
    flex-direction: column;
    width: 100%;
    gap: 0;
    border-radius: 0;
  }
  .services--3merit-bottom .services--3merit-bottom-wrap .services--3merit-right {
    width: 90%;
    height: auto;
    aspect-ratio: 16/9;
    margin: 0 auto;
    padding: 0 0 50px 0;
  }
  .top--belt .top--belt-wrap div span {
    font-size: 28px;
  }
  .top--belt .top--belt-wrap div img {
    padding: 0 0 10px 0;
  }
}
.page--service {
  background: var(--offwhite);
}
.page--service .page--service-wrap {
  position: relative;
  margin: 0px auto 0 auto;
  padding: 100px 20px;
  max-width: var(--site-width-wrap);
}
.page--service .page--service-wrap .top-field-case-title section {
  text-align: center;
  margin: 0 0 10px 0;
}
.page--service .page--service-wrap .top-field-case-title section span {
  display: inline-block;
  text-align: center;
}
.page--service .page--service-wrap .top-field-case-title h3 {
  text-align: center;
  margin: 0 0 10px 0;
  line-height: 1.5em;
}
.page--service .page--service-wrap .top-field-case-title h3 span {
  display: inline-block;
  text-align: center;
  font-size: 17px !important;
}
.page--service .page--service-wrap .balloon-attention, .page--service .page--service-wrap .balloon-attention-2 {
  padding: 0 0 30px 0;
  text-align: center;
  width: 100%;
}
.page--service .page--service-wrap .balloon-attention span, .page--service .page--service-wrap .balloon-attention-2 span {
  position: relative;
  display: inline-block;
  background: var(--red);
  padding: 4px 20px 6px;
  border-radius: 50px;
  color: var(--yellow);
  font-weight: bold;
  font-size: 18px;
}
.page--service .page--service-wrap .balloon-attention span img, .page--service .page--service-wrap .balloon-attention-2 span img {
  width: 24px;
  vertical-align: middle;
  padding: 0 0 5px;
}
.page--service .page--service-wrap .balloon-attention span:after, .page--service .page--service-wrap .balloon-attention-2 span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -7px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: var(--red) transparent transparent transparent;
  border-width: 15px 15px 0 15px;
}
.page--service .page--service-wrap .balloon-attention-2 span {
  background: var(--yellow);
  color: var(--red);
}
.page--service .page--service-wrap .balloon-attention-2 span:after {
  border-color: var(--yellow) transparent transparent transparent;
}
.page--service .page--service-wrap .h2-title .c-red {
  background: linear-gradient(transparent 77%, rgba(255, 75, 0, 0.34) 0%);
}
.page--service .page--service-wrap .page--service-risk-head {
  text-align: center;
}
.page--service .page--service-wrap .page--service-risk-body div {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  margin: 0 0 10px 0;
  font-weight: bold;
  font-size: 18px;
}
.page--service .page--service-wrap .page--service-risk-body div img {
  vertical-align: middle;
}
.page--service .page--service-wrap .page--service-risk-body div span {
  font-size: 22px;
  color: var(--red);
}
.page--service .page--service-wrap .page--service-risk-04 {
  font-size: 38px;
  line-height: 50px;
  font-weight: bold;
  margin-bottom: -90px;
}
.page--service .page--service-wrap .page--service-items {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.page--service .page--service-wrap .page-service-juyo-bottom-head {
  display: flex;
  gap: 50px;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.page--service .page--service-wrap .page-service-juyo-bottom-head .page-service-juyo-man-txt {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.page--service .page--service-wrap .page-service-juyo-bottom-head section:nth-child(2) {
  font-size: 28px;
  line-height: 42px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #fff;
}
.page--service .page--service-wrap .page-service-juyo-bottom-body {
  max-width: 900px;
  margin: 0 auto;
}
.page--service .page--service-wrap .page--service-jitsugen {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--service .page--service-wrap .page--service-jitsugen div:nth-child(2) {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  padding: 0 30px;
}
.page--service .page--service-wrap .page--service-jitsugen-items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page--service .page--service-wrap .page--service-jitsugen-items .page--service-jitsugen-items-wrap-2-col .page--service-jitsugen-item {
  flex-basis: 45%;
}
.page--service .page--service-wrap .page--service-jitsugen-items .page--service-jitsugen-item {
  position: relative;
  padding: 40px;
  background: var(--offwhite);
}
.page--service .page--service-wrap .page--service-jitsugen-items .page--service-jitsugen-item div {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}
.page--service .page--service-wrap .page--service-jitsugen-items .page--service-jitsugen-item div span {
  font-size: 24px;
  color: var(--red);
}
.page--service .page--service-wrap .page--service-jitsugen-items .page--service-jitsugen-item img {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 40px;
}
.page--service .page--service-wrap .page--service-jitsugen-items .page--service-jitsugen-item.col-2 {
  flex-basis: 48%;
  margin: 0 0 40px 0;
}
.page--service .page--service-wrap .page--service-jitsugen-items .page--service-jitsugen-item.col-1 {
  flex-basis: 100%;
}
.page--service .page--service-wrap .page--service-support-body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.page--service .page--service-wrap .page--service-support-body .page--service-support-body-item {
  flex-basis: 100%;
  padding: 40px 40px;
  margin: 20px 0;
  background: #fff;
  border-radius: 6px;
}
.page--service .page--service-wrap .page--service-support-body-upper {
  display: flex;
  gap: 25px;
  align-items: center;
  padding: 0 0 25px;
  text-align: center;
  border-bottom: 2px dashed var(--green);
}
.page--service .page--service-wrap .page--service-support-body-upper section:nth-child(1) div:nth-child(1) {
  font-size: 10px;
  line-height: 0;
  font-weight: bold;
  color: var(--green-light);
}
.page--service .page--service-wrap .page--service-support-body-upper section:nth-child(1) div:nth-child(2) {
  font-size: 35px;
  line-height: 1.4em;
  font-weight: bold;
  color: var(--green);
}
.page--service .page--service-wrap .page--service-support-body-upper section:nth-child(2) h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  padding: 5px 0 0 0;
  text-align: left;
}
.page--service .page--service-wrap .page--service-support-body-upper section:nth-child(2) h3 span {
  font-size: 1.4em;
}
.page--service .page--service-wrap .page--service-support-body-upper section:nth-child(2) h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  padding: 5px 0 0 0;
  text-align: left;
}
.page--service .page--service-wrap .page--service-support-body-upper section:nth-child(2) h4 span {
  font-size: 1.4em;
}
.page--service .page--service-wrap .page--service-support-body-text {
  display: flex;
  padding: 30px 0;
  text-align: left;
  min-height: 140px;
  gap: 40px;
}
.page--service .page--service-wrap .page--service-support-body-text section:nth-child(1) {
  flex-basis: 60%;
}
.page--service .page--service-wrap .page--service-support-body-text section:nth-child(2) img {
  border-radius: 6px;
}
.page--service .page--service-wrap .page--service-support-body-items-col2 {
  display: flex;
  gap: 30px;
}
.page--service .page--service-wrap .page--service-support-body-items-col2 .page--service-support-body-text section:nth-child(1) {
  flex-basis: 100%;
}
.page--service .page--service-wrap .page--service-support-body-items-col2.kenshu-siryo {
  gap: 50px;
}
.page--service .page--service-wrap .page--service-support-body-items-col2.kenshu-siryo .page--service-support-body-item {
  position: relative;
  padding: 0;
  background: none;
}
.page--service .page--service-wrap .page--service-support-body-items-col2.kenshu-siryo .page--service-support-body-item div:nth-child(2) {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: #fff;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .page--service .page--service-wrap .page--service-support-body-upper section:nth-child(2) h3 {
    font-size: 20px;
    line-height: 1.4em;
    padding: 5px 0 0 0;
  }
  .page--service .page--service-wrap .page--service-support-body-upper section:nth-child(2) h3 span {
    font-size: 1.2em;
  }
  .page--service .page--service-wrap .page--service-support-body-upper section:nth-child(2) h4 {
    font-size: 24px;
    line-height: 1.4em;
    padding: 5px 0 0 0;
  }
  .page--service .page--service-wrap .page--service-support-body-upper section:nth-child(2) h4 span {
    font-size: 1.2em;
  }
}
.page--service-man-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 0px 20px;
  max-width: var(--site-width-wrap-min);
  height: 100%;
  margin: 0 auto;
  position: relative;
  gap: 50px;
}
.page--service-man-wrap .page--service-man-catch {
  padding: 10px 0;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: left;
  top: 20px;
  z-index: 1;
}
.page--service-man-wrap .page--service-man-catch .ks-muke span {
  background-color: var(--green-light);
}
.page--service-man-wrap .page--service-man-catch .ks-muke span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: var(--green-light) transparent transparent transparent;
}
.page--service-man-wrap .page--service-man-catch-top {
  margin: 0;
  padding: 10px 0;
  color: #fff;
  font-size: 33px;
  text-align: center;
}
.page--service-man-wrap .page--service-man-catch-top .page--service-man-txt_head {
  display: inline-block;
  padding: 2px 0px;
  font-weight: normal;
  font-weight: bold;
}
.page--service-man-wrap .page--service-man-catch-top .page--service-man-txt_head2 {
  font-weight: bold;
  font-size: min(3.5vw, 4.5rem);
  letter-spacing: 4px;
}
.page--service-man-wrap .page--service-man-catch-top .page--service-man-txt_head2 span {
  border-bottom: 3px solid var(--yellow);
}
.page--service-man-wrap .page--service-man-catch-top .page--service-man-txt_head2 span:nth-child(2) {
  font-size: 0.75em;
  border: none;
}
.page--service-man-wrap .page--service-man-catch-top .page--service-man-txt_big {
  font-size: min(2.5vw, 3.6rem);
  line-height: 1.6;
  font-weight: bold;
}
.page--service-man-wrap .page--service-man-catch-top .page--service-man-txt_big span.dot {
  background-image: radial-gradient(circle at center, var(--yellow) 20%, transparent 20%);
  background-position: top center;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.08em;
}
.page--service-man-wrap .page--service-man-v {
  flex-basis: 22%;
}
.page--service-man-wrap .page--service-man-v-bubble {
  position: absolute;
  bottom: 0px;
  width: 18vw;
}

@media screen and (max-width: 768px) {
  .page--service-man-wrap {
    flex-direction: column;
    gap: 0;
  }
  .page--service-man-wrap .page--service-man-catch-top .page--service-man-txt_head2 {
    font-size: min(6.5vw, 4.5rem);
  }
  .page--service-man-wrap .page--service-man-catch-top .page--service-man-txt_big {
    font-size: min(6.5vw, 3.6rem);
  }
  .page--service-man-wrap .page--service-man-v .page--service-man-v-bubble {
    position: relative;
    width: 30%;
    margin: 0 auto;
  }
}
.page--service-merit {
  padding: 0px 0 80px 0;
  width: 100%;
  text-align: center;
  background: var(--offwhite);
}
.page--service-merit .page--service-merit-wrap {
  margin: 0px auto 0 auto;
  width: var(--site-width-wrap);
  z-index: 1;
  position: relative;
}
.page--service-merit .page--service-merit-wrap .page--service-merit-items {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: space-between;
}
.page--service-merit .page--service-merit-wrap .page--service-merit-items .page--service-merit-item {
  position: relative;
  flex-basis: 48%;
  margin: 0 0 80px 0;
  padding: 40px 60px;
  border-radius: 6px;
  background: #fff;
  border-radius: 10px;
}
.page--service-merit .page--service-merit-wrap .page--service-merit-items .page--service-merit-item .page--service-merit-head {
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background: var(--green-light);
  padding: 10px 25px 15px 25px;
  display: inline-block;
  border-radius: 10px 0 10px 0;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 2px;
}
.page--service-merit .page--service-merit-wrap .page--service-merit-items .page--service-merit-item .page--service-merit-head span {
  display: inline-block;
  padding: 0 0 6px 0;
  font-size: 40px;
  color: yellow;
  vertical-align: middle;
}
.page--service-merit .page--service-merit-wrap .page--service-merit-items .page--service-merit-item .page--service-merit-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px dashed var(--green-light);
}
.page--service-merit .page--service-merit-wrap .page--service-merit-items .page--service-merit-item .page--service-merit-top div:nth-child(1) {
  flex-basis: 10%;
}
.page--service-merit .page--service-merit-wrap .page--service-merit-items .page--service-merit-item .page--service-merit-top div:nth-child(1) img {
  width: 120px;
}
.page--service-merit .page--service-merit-wrap .page--service-merit-items .page--service-merit-item .page--service-merit-top h3 {
  flex-basis: 85%;
  font-size: 26px;
  line-height: 44px;
  font-weight: bold;
  color: var(--green);
}
.page--service-merit .page--service-merit-wrap .page--service-merit-items .page--service-merit-item .page--service-merit-top h3 span {
  display: block;
  font-size: 0.8em;
  line-height: 38px;
  color: var(--green);
}
.page--service-merit .page--service-merit-wrap .page--service-merit-items .page--service-merit-item .page--service-merit-top h3 span.toku {
  display: inline;
  color: #000;
}
.page--service-merit .page--service-merit-wrap .page--service-merit-items .page--service-merit-item .page--service-merit-bottom {
  padding: 30px 0 0 0;
}
.page--service-merit .page--service-merit-wrap .page--service-merit-items .page--service-merit-item.type--2 {
  flex-basis: 100%;
}

.page--service-achievements-head {
  display: flex;
  justify-content: space-between;
}
.page--service-achievements-head div:nth-child(1) {
  flex-basis: 74%;
}
.page--service-achievements-head div:nth-child(2) {
  flex-basis: 18%;
}
.page--service-achievements-head div:nth-child(2) img {
  padding: 0 50px 0 0;
}

.page--service-achievements-items .page--service-achievements-item {
  padding: 40px 60px;
  background: #fff;
  border-top: 2px solid var(--green);
  margin: 0 0 30px 0;
}
.page--service-achievements-items .page--service-achievements-item section:nth-child(1) {
  display: flex;
  padding: 0 0 30px;
  align-items: center;
}
.page--service-achievements-items .page--service-achievements-item section:nth-child(1) .slide-icon {
  font-size: 13px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 10px 0 10px;
  text-align: center;
  width: 80px;
}
.page--service-achievements-items .page--service-achievements-item section:nth-child(1) .slide-icon span {
  font-size: 40px;
  line-height: 50px;
  color: var(--green);
  font-weight: bold;
}
.page--service-achievements-items .page--service-achievements-item section:nth-child(1) .slide-texts {
  padding: 0 0 0 30px;
  font-size: 20px;
  font-weight: bold;
  color: var(--green);
  flex-basis: 95%;
}
.page--service-achievements-items .page--service-achievements-item section:nth-child(2) {
  display: flex;
  padding: 20px 0;
  border-top: 1px dotted var(--green-light);
  border-bottom: 1px dotted var(--green-light);
}
.page--service-achievements-items .page--service-achievements-item section:nth-child(2) div:nth-child(1) {
  flex-basis: 170px;
  color: var(--green);
  font-weight: bold;
}
.page--service-achievements-items .page--service-achievements-item section:nth-child(2) div:nth-child(1) img {
  vertical-align: middle;
  padding: 0 10px 0 0;
}
.page--service-achievements-items .page--service-achievements-item section:nth-child(2) div:nth-child(2) {
  flex-basis: 85%;
}
.page--service-achievements-items .page--service-achievements-item section:nth-child(3) {
  padding: 30px 0 0 0;
}
.page--service-achievements-items .page--service-achievements-item section:nth-child(3) ul {
  margin: 0;
  padding: 0;
}
.page--service-achievements-items .page--service-achievements-item section:nth-child(3) ul li {
  display: flex;
  padding: 6px 0;
}
.page--service-achievements-items .page--service-achievements-item section:nth-child(3) ul li span:nth-child(1) {
  display: inline-block;
  flex-basis: 30px;
  margin: 0 15px 0px 0;
  background: var(--green-light);
  color: #fff;
  border-radius: 40px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: -1px;
}
.page--service-achievements-items .page--service-achievements-item section:nth-child(3) ul li span:nth-child(2) {
  display: inline-block;
  width: calc(100% - 50px);
}
.page--service-achievements-items .page--service-achievements-item section:nth-child(3) ul.ul-bullets {
  margin: 0;
  padding: 0;
}
.page--service-achievements-items .page--service-achievements-item section:nth-child(3) ul.ul-bullets li {
  display: flex;
  padding: 0;
}
.page--service-achievements-items .page--service-achievements-item section:nth-child(3) ul.ul-bullets li span:nth-child(1) {
  /* display: inline-block; */
  flex-basis: 30px;
  /* margin: 0 15px 0px 0; */
  /* padding: 0 0 5px 0; */
  background: none;
  color: var(--green);
  border-radius: 40px;
  /* width: 30px; */
  /* height: 30px; */
  /* line-height: 30px; */
  text-align: center;
  vertical-align: middle;
  letter-spacing: -1px;
  font-size: 36px;
}
.page--service-achievements-items .page--service-achievements-item section:nth-child(3) ul.ul-bullets li span:nth-child(2) {
  display: inline-block;
  width: calc(100% - 50px);
}
.page--service-achievements-items .page--service-achievements-item section:nth-child(4) {
  padding: 60px 0 0 0;
}
.page--service-achievements-items .page--service-achievements-item section:nth-child(4) div {
  position: relative;
  background: #FEF1ED;
  padding: 30px 40px;
  border-radius: 7px;
}
.page--service-achievements-items .page--service-achievements-item section:nth-child(4) div span:nth-child(1) {
  position: absolute;
  top: -15px;
  background: var(--orange);
  color: #fff;
  /* vertical-align: middle; */
  padding: 3px 15px;
  border-radius: 40px;
  font-size: 13px;
}
.page--service-achievements-items .page--service-achievements-item section:nth-child(4) div span:nth-child(1) img {
  vertical-align: middle;
}
.page--service-achievements-items .page--service-achievements-item section:nth-child(4) div span:nth-child(2) a {
  color: #2563EB;
  text-decoration: underline;
}

.page--service-cost-upper2 {
  display: flex;
  gap: 25px;
  align-items: center;
  background: var(--green);
  border-radius: 6px;
}
.page--service-cost-upper2 section:nth-child(1) div:nth-child(1) {
  font-size: 10px;
  line-height: 0;
  font-weight: bold;
  color: var(--green-light);
}
.page--service-cost-upper2 section:nth-child(1) div:nth-child(2) {
  font-size: 35px;
  line-height: 1.4em;
  font-weight: bold;
  color: var(--green);
}
.page--service-cost-upper2 section:nth-child(2) h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  padding: 5px 0 0 0;
  text-align: left;
  color: #fff;
}
.page--service-cost-upper2 section:nth-child(2) h3 span {
  font-size: 1.4em;
}

.page--service-cost-body {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.page--service-cost-body .page--service-cost-item {
  margin: 20px 0;
  border: 1px solid var(--green);
  border-radius: 6px;
  background: var(--offwhite);
}
.page--service-cost-body .page--service-cost-item .page--service-cost-upper {
  display: flex;
  gap: 25px;
  align-items: center;
  background: var(--green);
}
.page--service-cost-body .page--service-cost-item .page--service-cost-upper section:nth-child(1) div:nth-child(1) {
  font-size: 10px;
  line-height: 0;
  font-weight: bold;
  color: var(--green-light);
}
.page--service-cost-body .page--service-cost-item .page--service-cost-upper section:nth-child(1) div:nth-child(2) {
  font-size: 35px;
  line-height: 1.4em;
  font-weight: bold;
  color: var(--green);
}
.page--service-cost-body .page--service-cost-item .page--service-cost-upper section:nth-child(2) h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  padding: 5px 0 0 0;
  text-align: left;
  color: #fff;
}
.page--service-cost-body .page--service-cost-item .page--service-cost-upper section:nth-child(2) h3 span {
  font-size: 1.4em;
}
.page--service-cost-body .page--service-cost-item .page--service-cost-text {
  padding: 20px 40px;
}
.page--service-cost-body .page--service-cost-item .page--service-cost-text section {
  padding: 20px 0;
}
.page--service-cost-body .page--service-cost-item .page--service-cost-text section:nth-child(1), .page--service-cost-body .page--service-cost-item .page--service-cost-text section:nth-child(2) {
  display: flex;
  border-bottom: 1px dotted var(--green-light);
}
.page--service-cost-body .page--service-cost-item .page--service-cost-text section:nth-child(1) div:nth-child(1), .page--service-cost-body .page--service-cost-item .page--service-cost-text section:nth-child(2) div:nth-child(1) {
  flex-basis: 20%;
  color: var(--green);
  font-weight: bold;
}
.page--service-cost-body .page--service-cost-item .page--service-cost-text section:nth-child(1) div:nth-child(1) img, .page--service-cost-body .page--service-cost-item .page--service-cost-text section:nth-child(2) div:nth-child(1) img {
  vertical-align: middle;
  padding: 0 10px 0 0;
}
.page--service-cost-body .page--service-cost-item .page--service-cost-text section:nth-child(1) div:nth-child(2), .page--service-cost-body .page--service-cost-item .page--service-cost-text section:nth-child(2) div:nth-child(2) {
  flex-basis: 85%;
}
.page--service-cost-body .page--service-cost-item .page--service-cost-text section:nth-child(2) div:nth-child(2) {
  color: var(--orange);
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 3px;
}
.page--service-cost-body .page--service-cost-item .page--service-cost-text section:nth-child(2) div:nth-child(2) span:nth-child(1) {
  font-size: 40px;
}
.page--service-cost-body .page--service-cost-item .page--service-cost-text section:nth-child(2) div:nth-child(2) span:nth-child(2) {
  font-size: 12px;
}
.page--service-cost-body .page--service-cost-item .page--service-cost-text section:nth-child(2) div:nth-child(2) span:nth-child(3) {
  color: #000;
}
.page--service-cost-body .page--service-cost-item2 {
  margin: 20px 0;
}
.page--service-cost-body .page--service-cost-item2 .page--service-cost-text {
  padding: 20px 0px;
}
.page--service-cost-body .page--service-cost-item2 .page--service-cost-text section {
  padding: 20px 0;
}
.page--service-cost-body .page--service-cost-item2 .page--service-cost-text section:nth-child(1) div:nth-child(1), .page--service-cost-body .page--service-cost-item2 .page--service-cost-text section:nth-child(2) div:nth-child(1) {
  color: var(--green);
  font-weight: bold;
  font-size: 18px;
}
.page--service-cost-body .page--service-cost-item2 .page--service-cost-text section:nth-child(1) div:nth-child(1) img, .page--service-cost-body .page--service-cost-item2 .page--service-cost-text section:nth-child(2) div:nth-child(1) img {
  vertical-align: middle;
  padding: 0 10px 0 0;
}
.page--service-cost-body .page--service-cost-item2 .page--service-cost-text section:nth-child(1) div:nth-child(2), .page--service-cost-body .page--service-cost-item2 .page--service-cost-text section:nth-child(2) div:nth-child(2) {
  padding: 20px 0 30px 0;
}
.page--service-cost-body .page--service-cost-item2 .page--service-cost-text section:nth-child(1) {
  border-bottom: 1px dotted var(--green-light);
}
.page--service-cost-body .page--service-cost-item2 .page--service-cost-text2 {
  padding: 20px 0px;
}
.page--service-cost-body .page--service-cost-item2 .page--service-cost-text2 section {
  padding: 20px 0;
}
.page--service-cost-body .page--service-cost-item2 .page--service-cost-text2 ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: var(--green);
  border-radius: 50%;
  margin: 0 10px 0 0;
  position: relative;
  top: -2px;
}

.page--service-price-table {
  border: 1px solid var(--green-light);
  border-radius: 5px;
  background: #fff;
}
.page--service-price-table div {
  display: flex;
  justify-content: space-around;
  padding: 17px 0;
  border-bottom: 1px solid var(--green-light);
}
.page--service-price-table div span {
  display: block;
}
.page--service-price-table div span:nth-child(1) {
  flex-basis: 33%;
  font-weight: bold;
  padding: 0 30px;
}
.page--service-price-table div span:nth-child(2) {
  flex-basis: 33%;
  text-align: center;
}
.page--service-price-table div span:nth-child(3) {
  flex-basis: 33%;
  text-align: center;
}
.page--service-price-table div:nth-child(1) {
  background: var(--green-light);
  color: #fff;
  font-weight: bold;
}
.page--service-price-table div:nth-child(1) span {
  text-align: center;
}
.page--service-price-table div:last-child {
  border: none;
}
.page--service-price-table div:nth-child(3), .page--service-price-table div:nth-child(5), .page--service-price-table div:nth-child(7) {
  background: var(--offwhite);
}

.page--service-price-table2 {
  border: 1px solid var(--green-light);
  border-radius: 5px;
  background: #fff;
}
.page--service-price-table2 div {
  display: flex;
  justify-content: space-between;
  padding: 17px 0;
  border-bottom: 1px solid var(--green-light);
}
.page--service-price-table2 div span {
  display: block;
}
.page--service-price-table2 div span p {
  display: inline;
  font-size: 0.8em;
}
.page--service-price-table2 div span:nth-child(1) {
  flex-basis: 63%;
  padding: 0 30px;
}
.page--service-price-table2 div span:nth-child(1) p {
  display: inline-block;
  flex-basis: 30px;
  margin: 0 15px 0px 0;
  background: var(--green-light);
  color: #fff;
  border-radius: 40px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  vertical-align: middle;
  font-size: 1em;
  letter-spacing: -1px;
}
.page--service-price-table2 div span:nth-child(2) {
  flex-basis: 33%;
  text-align: right;
  padding: 0 30px 0 0;
}
.page--service-price-table2 div:last-child {
  border: none;
}
.page--service-price-table2 div:nth-child(2), .page--service-price-table2 div:nth-child(4) {
  background: var(--offwhite);
}

.page--service-price-table.kenshu-price div {
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.page--service-price-table.kenshu-price div span:nth-child(2) {
  flex-basis: 66.6%;
  text-align: left;
  padding: 0 10px 0 0;
}
.page--service-price-table.kenshu-price div:nth-child(1) span {
  text-align: center;
}
.page--service-price-table.kenshu-price div:nth-child(7) {
  border-radius: 5px;
}

.page--service-price-table2.kenshu-price div {
  justify-content: flex-start;
  align-items: center;
}
.page--service-price-table2.kenshu-price div span:nth-child(1) {
  flex-basis: 33%;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.page--service-price-table2.kenshu-price div span:nth-child(2) {
  flex-basis: 63%;
  text-align: left;
}
.page--service-price-table2.kenshu-price div span:nth-child(2) p:nth-child(1) {
  font-size: 44px;
}
.page--service-price-table2.kenshu-price div span:nth-child(2) p:nth-child(2) {
  font-size: 24px;
}
.page--service-price-table2.kenshu-price div span:nth-child(2) p:nth-child(3) {
  font-size: 14px;
}
.page--service-price-table2.kenshu-price div:last-child {
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .page--service-price-table div {
    font-size: 12px;
  }
  .page--service-price-table div span:nth-child(1) {
    padding: 0 0 0 20px;
  }
  .page--service-price-table2 div {
    font-size: 12px;
    flex-direction: column;
    align-items: flex-start;
  }
  .page--service-price-table2 div span:nth-child(1) {
    position: relative;
    padding: 0 20px 0 40px;
    line-height: 2em;
  }
  .page--service-price-table2 div span:nth-child(1) p {
    position: absolute;
    left: 10px;
    top: 2px;
    margin: 0 4px 0px 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .page--service-price-table2 div span:nth-child(2) {
    flex-basis: 40%;
    padding: 5px 20px 0 40px;
  }
  .page--service-price-table2.kenshu-price div {
    flex-direction: column;
    align-items: flex-start;
  }
  .page--service-price-table2.kenshu-price div span:nth-child(1) {
    flex-basis: 53%;
    padding: 0 0 0 20px;
  }
  .page--service-price-table2.kenshu-price div span:nth-child(2) {
    padding: 0px 20px;
  }
}
.page--service-lawyers .page--service-wrap {
  margin: 0px auto 0 auto;
  padding: 100px 20px;
  max-width: var(--site-width-wrap);
}
.page--service-lawyers .page--service-wrap .page--service-lawyers-header {
  font-weight: bold;
  text-align: center;
  padding: 60px 0 40px 0;
}
.page--service-lawyers .page--service-wrap .page--service-lawyers-header section div:nth-child(1) {
  font-size: 30px;
}
.page--service-lawyers .page--service-wrap .page--service-lawyers-header section div:nth-child(2) {
  padding: 10px 0 0 0;
  font-size: 30px;
  line-height: 1.3em;
  color: var(--green);
  letter-spacing: 0.1em;
}
.page--service-lawyers .page--service-wrap .page--service-lawyers-header section div:nth-child(2) span {
  font-size: 50px;
  line-height: 1.3em;
  color: var(--green);
  background-image: radial-gradient(circle at center, var(--green-light) 20%, transparent 20%);
  background-position: top left;
  background-repeat: repeat-x;
  background-size: 1.1em 0.3em;
  padding-top: 0.13em;
  letter-spacing: 0.1em;
}
.page--service-lawyers .page--service-wrap .page--service-lawyers-header section div:nth-child(3) {
  padding: 10px 0 0 0;
  font-size: 30px;
  line-height: 1.3em;
}

/*-- page--service_nav --*/
.page--service_nav {
  text-align: center;
  padding: 60px 0 0 0;
}
.page--service_nav .page--service_nav-wrap {
  position: relative;
}
.page--service_nav .page--service_nav-wrap .page--service_nav_label {
  position: absolute;
  right: 0;
  left: 0;
  top: -15px;
  margin: 0px auto 0 auto;
  width: 300px;
  background: var(--offwhite);
  font-weight: bold;
  font-size: 13px;
}
.page--service_nav .page--service_nav-wrap .page--service_nav_label span {
  color: var(--green);
  font-size: 20px;
}
.page--service_nav .page--service_nav-wrap .page--service_nav_items {
  padding: 10px 0;
}
.page--service_nav .page--service_nav-wrap .page--service_nav_items ul {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin: 0;
  width: 91vw;
  max-width: 1220px;
  margin: 0 auto;
  padding: 22px 0;
  border: 1px solid var(--green);
  border-radius: 6px;
}
.page--service_nav .page--service_nav-wrap .page--service_nav_items ul li {
  border-right: 1px solid #fff;
  background: var(--green);
  border-radius: 4px;
}
.page--service_nav .page--service_nav-wrap .page--service_nav_items ul li:last-child {
  border: none;
}
.page--service_nav .page--service_nav-wrap .page--service_nav_items ul li a {
  display: block;
  padding: 14px 0px 15px;
  max-width: 160px;
  width: 12vw;
  line-height: 20px;
  letter-spacing: 0.7px;
  /* background: #56C6B4; */
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

@media print, screen and (max-width: 900px) {
  .page--service_nav {
    padding: 60px 0;
    background: none;
    border: none;
  }
  .page--service_nav .page--service_nav_items {
    margin: 30px auto 0 auto;
    padding: 0;
  }
  .page--service_nav .page--service_nav_items ul {
    flex-wrap: wrap;
    gap: 0;
    justify-content: flex-start;
  }
  .page--service_nav .page--service_nav_items ul li {
    flex-basis: 49%;
    padding: 1px;
    border: none;
  }
  .page--service_nav .page--service_nav_items ul li a {
    width: auto;
    max-width: unset;
    background: var(--purple);
  }
}
@media screen and (max-width: 768px) {
  .page--service_nav .page--service_nav-wrap .page--service_nav_items ul {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 6px;
    border: none;
    border-top: 1px solid var(--green);
    border-bottom: 1px solid var(--green);
    border-radius: 0px;
  }
  .page--service_nav .page--service_nav-wrap .page--service_nav_items ul li a {
    width: auto;
    max-width: none;
  }
  .page--service .page--service-wrap {
    padding: 60px 20px;
  }
  .page--service .page--service-wrap .h2-title span.h2-title-service-risk {
    font-size: 28px;
  }
  .page--service .page--service-wrap .h2-title-small.h2-title-service-risk-small {
    line-height: 33px;
  }
  .h2-title-service {
    font-size: 45px;
  }
  .h2-title-service .h2-title-small {
    line-height: 36px;
    font-size: 22px;
  }
  .page--service .page--service-wrap .page--service-risk-body div {
    flex-direction: column;
    gap: 10px;
  }
  .page--service .page--service-wrap .page--service-risk-04 {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: -40px;
  }
  .page--service .page--service-wrap .page--service-items {
    flex-direction: column;
  }
  .page--service .page--service-wrap .page-service-juyo-bottom-head {
    flex-direction: column-reverse;
  }
  .page--service .page--service-wrap .page-service-juyo-bottom-head section:nth-child(2) {
    font-size: 24px;
  }
  .page--service .page--service-wrap .page--service-jitsugen-items {
    flex-direction: column;
  }
  .page--service-jitsugen-img {
    justify-content: center;
  }
  .page--service .page--service-wrap .page--service-jitsugen div:nth-child(2) {
    font-size: 15px;
    padding: 0;
  }
  .page--service .page--service-wrap .page--service-support-body .page--service-support-body-item {
    padding: 40px 30px;
  }
  .page--service .page--service-wrap .page--service-support-body-upper {
    flex-direction: column;
  }
  .page--service .page--service-wrap .page--service-support-body-text {
    flex-direction: column;
  }
  .page--service .page--service-wrap .page--service-support-body-items-col2 {
    flex-direction: column;
    gap: 0;
  }
  .page--service .page--service-wrap .page--service-support-body-items-col2.kenshu-siryo {
    gap: 0;
  }
  .top--h2-title-on-bg-2 {
    margin: 0px auto 0px auto;
    background: var(--green-dark);
    padding: 30px 20px;
  }
  .page--service-merit {
    padding: 80px 0 40px 0;
  }
  .page--service-merit .page--service-merit-wrap {
    padding: 0 20px;
  }
  .page--service-merit .page--service-merit-wrap .page--service-merit-items {
    flex-direction: column;
  }
  .page--service-merit .page--service-merit-wrap .page--service-merit-items .page--service-merit-item {
    padding: 40px 30px;
  }
  .page--service-merit .page--service-merit-wrap .page--service-merit-items .page--service-merit-item .page--service-merit-top h3 {
    text-align: left;
  }
  .page--service-merit .page--service-merit-wrap .page--service-merit-items .page--service-merit-item .page--service-merit-top h3 span {
    display: inline;
  }
  .page--service-achievements-head {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
  .page--service-achievements-head div:nth-child(2) img {
    padding: 0;
  }
  .page--service-achievements-items .page--service-achievements-item {
    padding: 40px 30px;
  }
  .page--service-achievements-items .page--service-achievements-item section:nth-child(1) {
    flex-direction: column;
    gap: 20px;
  }
  .page--service-achievements-items .page--service-achievements-item section:nth-child(1) .slide-texts {
    padding: 0;
  }
  .page--service-achievements-items .page--service-achievements-item section:nth-child(2) {
    flex-direction: column;
  }
  .page--service-achievements-items .page--service-achievements-item section:nth-child(2) div:nth-child(1) {
    flex-basis: 36px;
  }
  .page--service-achievements-items .page--service-achievements-item section:nth-child(4) {
    padding: 80px 0 0 0;
  }
  .page--service-achievements-items .page--service-achievements-item section:nth-child(4) div {
    padding: 60px 20px 30px 20px;
  }
  .page--service-achievements-items .page--service-achievements-item section:nth-child(4) div span:nth-child(1) {
    top: -25px;
    left: 0;
    padding: 7px 25px;
    font-size: 11px;
  }
  .page--service-achievements-items .page--service-achievements-item section:nth-child(4) div span:nth-child(1):after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -6px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-width: 12px 12px 0 12px;
    border-color: var(--orange) transparent transparent transparent;
  }
  .page--service-cost-body .page--service-cost-item .page--service-cost-upper {
    flex-direction: column-reverse;
    gap: 5px;
    padding: 10px 14px 0 14px;
  }
  .page--service-cost-body .page--service-cost-item .page--service-cost-upper section:nth-child(2) h3 {
    font-size: 15px;
    text-align: center;
  }
  .page--service-cost-upper2 {
    flex-direction: column-reverse;
    gap: 5px;
    padding: 10px 14px 0 14px;
  }
  .page--service-cost-upper2 section:nth-child(2) h3 {
    font-size: 15px;
    line-height: 1.6em;
    text-align: center;
  }
  .page--service-cost-body .page--service-cost-item .page--service-cost-text section:nth-child(1), .page--service-cost-body .page--service-cost-item .page--service-cost-text section:nth-child(2) {
    flex-direction: column;
  }
  .page--service-cost-body .page--service-cost-item .page--service-cost-text {
    padding: 20px 30px;
  }
  .page--service-cost-body .page--service-cost-item .page--service-cost-text section:nth-child(1) div:nth-child(1), .page--service-cost-body .page--service-cost-item .page--service-cost-text section:nth-child(2) div:nth-child(1) {
    font-size: 18px;
    padding: 0 0 4px 0;
  }
  .page--service-lawyers .page--service-wrap .page--service-lawyers-header section div:nth-child(1) {
    font-size: 20px;
  }
  .page--service-lawyers .page--service-wrap .page--service-lawyers-header section div:nth-child(2) {
    font-size: 28px;
    letter-spacing: 0;
  }
  .page--service-lawyers .page--service-wrap .page--service-lawyers-header section div:nth-child(2) span {
    font-size: 40px;
  }
  .page--service-lawyers .page--service-wrap .page--service-lawyers-header section div:nth-child(3) {
    padding: 4px 0 0 0;
    font-size: 22px;
    line-height: 1.6em;
  }
  .page--service-lawyers .page--service-wrap .page--service-lawyers-text {
    text-align: left;
  }
}
/* page - soudan */
.page--soudan {
  background: var(--orange-white);
  text-align: center;
}
.page--soudan .page--soudan-wrap {
  margin: 0 auto;
  width: var(--site-width-wrap-min);
}
.page--soudan .page--soudan-wrap .page--menu-wrap {
  margin: -60px auto 0 auto;
}
.page--soudan .top-field-case-title section {
  text-align: center;
  margin: 0 0 10px 0;
}
.page--soudan .top-field-case-title section h3 {
  text-align: center;
  margin: 0 0 10px 0;
  line-height: 1.5em;
}
.page--soudan .top-field-case-title section h3 span {
  display: inline-block;
  text-align: center;
  font-size: 17px !important;
}

.page--soudan-menu_img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0 20px;
}
.page--soudan-menu_img .ks-muke span:nth-child(3) {
  display: block;
  padding: 14px 0 0 0;
}

.page--soudan-support {
  background: var(--offwhite);
}
.page--soudan-support .page--soudan-support-wrap {
  position: relative;
  margin: 0px auto 0 auto;
  padding: 100px 20px;
  max-width: var(--site-width-wrap);
}
.page--soudan-support .page--soudan-support-wrap .h2-title-middle span:nth-child(1).c-yellow {
  font-size: 1.4em;
}
.page--soudan-support .page--soudan-support-wrap .h2-title-middle span:nth-child(1).c-yellow span {
  background-image: radial-gradient(circle at center, var(--green-light) 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.05em 0.3em;
  padding-top: 0.2em;
}
.page--soudan-support .page--soudan-support-wrap .page--soudan-support-items {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
}
.page--soudan-support .page--soudan-support-wrap .page--soudan-support-items div:nth-child(2) {
  text-align: center;
  color: #fff;
}
.page--soudan-support .page--soudan-support-wrap .page--soudan-support-items div:nth-child(2) section:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
.page--soudan-support .page--soudan-support-wrap .page--soudan-support-items div:nth-child(2) section:nth-child(1) div:nth-child(1), .page--soudan-support .page--soudan-support-wrap .page--soudan-support-items div:nth-child(2) section:nth-child(1) div:nth-child(3) {
  padding: 0 20px;
  font-size: 23px;
  font-weight: 100;
}
.page--soudan-support .page--soudan-support-wrap .page--soudan-support-items div:nth-child(2) section:nth-child(2) {
  margin: 0 auto -8px auto;
  width: 70%;
}
.page--soudan-support .page--soudan-support-wrap .page--soudan-support-items div:nth-child(2) section .btn-red-l {
  width: 500px;
}
.page--soudan-support .page--soudan-support-wrap .page--soudan-support-items2 .page--soudan-support-item-img {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.page--soudan-support .page--soudan-support-wrap .page--soudan-support-items2 .page--soudan-support-item-btn {
  text-align: center;
  color: #fff;
  padding: 50px 0 0 0;
}
.page--soudan-support .page--soudan-support-wrap .page--soudan-support-items2 .page--soudan-support-item-btn section:nth-child(1) {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 16px;
  line-height: 26px;
  font-weight: bold;
}
.page--soudan-support .page--soudan-support-wrap .page--soudan-support-items2 .page--soudan-support-item-btn section:nth-child(1) div:nth-child(1), .page--soudan-support .page--soudan-support-wrap .page--soudan-support-items2 .page--soudan-support-item-btn section:nth-child(1) div:nth-child(3) {
  padding: 0 20px;
  font-size: 23px;
  font-weight: 100;
}
.page--soudan-support .page--soudan-support-wrap .page--soudan-support-items2 .page--soudan-support-item-btn section:nth-child(2) {
  margin: 0 0 -8px 0;
}
.page--soudan-support .page--soudan-support-wrap .page--soudan-support-items2 .page--soudan-support-item-btn section .btn-red-l {
  width: 500px;
}

@media screen and (max-width: 768px) {
  .page--soudan-menu_img {
    align-items: flex-end;
  }
  .page--soudan-menu_img .ks-muke {
    padding: 0 0 20px 0;
  }
  .page--soudan-menu_img .ks-muke span:nth-child(1) {
    margin: 0 0 16px 0;
  }
  .page--soudan-menu_img div:nth-child(1), .page--soudan-menu_img div:nth-child(3) {
    flex-basis: 15%;
  }
  .page--menu-wrap {
    border-radius: 0;
  }
  .page--soudan-support .page--soudan-support-wrap .h2-title-middle span:nth-child(1).c-yellow {
    font-size: 1em;
  }
  .page--soudan-support .page--soudan-support-wrap .page--soudan-support-text {
    text-align: left;
  }
  .page--soudan-support .page--soudan-support-wrap .page--soudan-support-items {
    flex-direction: column;
    align-items: center;
  }
  .page--soudan-support .page--soudan-support-wrap .page--soudan-support-items div:nth-child(2) section .btn-red-l {
    width: 100%;
  }
  .page--soudan-support .page--soudan-support-wrap .page--soudan-support-items2 .page--soudan-support-item-img {
    flex-direction: column;
  }
  .page--soudan-support .page--soudan-support-wrap .page--soudan-support-items2 div:nth-child(2) section .btn-red-l {
    width: 100%;
  }
  .page--soudan-support .page--soudan-support-wrap .page--soudan-support-items2 .page--soudan-support-item-btn section:nth-child(2) {
    margin: 0 auto -8px auto;
    width: 70%;
  }
}
.kenshu--top {
  background: var(--offwhite);
}
.kenshu--top .kenshu--top-wrap {
  position: relative;
  margin: -100px auto 0 auto;
  padding: 0 0px 100px 0px;
  width: var(--site-width-wrap);
}
.kenshu--top .kenshu--top-wrap div:nth-child(2) {
  position: absolute;
  top: 0;
  margin-top: -277px;
}
.kenshu--top .kenshu--top-wrap div:nth-child(3) {
  position: absolute;
  top: 0;
  right: 40px;
  margin-top: -124px;
}
.kenshu--top .kenshu--top-wrap .kenshu--top-desc {
  text-align: center;
}

.kenshu--merit.services--3merit h2 {
  display: block;
  padding: 10px 0 0 0;
  font-size: 32px;
  line-height: 50px;
  font-weight: bold;
}
.kenshu--merit.services--3merit h2 .h2-title-middle {
  font-size: 1.4em;
  line-height: 2.2em;
  background-image: radial-gradient(circle at center, var(--green-light) 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1.05em 0.3em;
  padding-top: 0.2em;
}

@media screen and (max-width: 768px) {
  .kenshu--top .kenshu--top-wrap {
    margin: 0;
    padding: 0 0px 80px 0px;
  }
  .kenshu--top .kenshu--top-wrap .kenshu--top-desc {
    padding: 0 20px;
    text-align: left;
  }
  .kenshu--top-img {
    display: flex !important;
    align-items: flex-end;
    justify-content: space-between;
  }
  .kenshu--top-img div {
    flex-basis: 100px;
    margin: 0 20px;
  }
}
.kenshu--menu.page--service_nav_items ul li a {
  width: auto !important;
  padding: 14px 30px 15px !important;
  max-width: none !important;
}

.page--service.kenshu .balloon-attention span {
  background: var(--green-light);
  color: #fff;
}
.page--service.kenshu .balloon-attention span:after {
  border-color: var(--green-light) transparent transparent transparent;
}
.page--service.kenshu .h2-title-service {
  font-size: inherit;
}
.page--service.kenshu .h2-title-service .h2-title-small {
  font-size: 30px;
}
.page--service.kenshu .h2-title-service .h2-title-middle {
  font-size: 48px;
  line-height: 1.5em;
}
.page--service.kenshu .kenshu--naze-text {
  padding: 60px 50px;
  background: #fff;
}
.page--service.kenshu .kenshu--naze-text section:nth-child(1) {
  text-align: center;
  padding: 0 0 40px 0;
  border-bottom: 1px dotted #ccc;
}
.page--service.kenshu .kenshu--naze-text section:nth-child(1) div:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
}
.page--service.kenshu .kenshu--naze-text section:nth-child(1) div:nth-child(2) {
  font-size: 30px;
  line-height: 1.6em;
  font-weight: bold;
}
.page--service.kenshu .kenshu--naze-text section:nth-child(2) {
  padding: 40px 0 0 0;
}
.page--service.kenshu .kenshu--naze-text section:nth-child(2) .kenshu--naze-text-up {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.page--service.kenshu .kenshu--naze-text section:nth-child(2) .kenshu--naze-text-up div:nth-child(1) {
  flex-basis: 63%;
}
.page--service.kenshu .kenshu--naze-text section:nth-child(2) .kenshu--naze-text-up div:nth-child(2) {
  flex-basis: 34%;
}
.page--service.kenshu .kenshu--naze-text section:nth-child(2) .kenshu--naze-text-down .kenshu--naze-text-down-dot {
  display: flex;
  padding: 5px 0;
}
.page--service.kenshu .kenshu--naze-text section:nth-child(2) .kenshu--naze-text-down .kenshu--naze-text-down-dot div:nth-child(1) {
  flex-basis: 24px;
}
.page--service.kenshu .kenshu--naze-text section:nth-child(2) .kenshu--naze-text-down .kenshu--naze-text-down-dot div:nth-child(1) img {
  vertical-align: middle;
}
.page--service.kenshu .kenshu--naze-text section:nth-child(2) .kenshu--naze-text-down .kenshu--naze-text-down-dot div:nth-child(2) {
  flex-basis: 90%;
}

@media screen and (max-width: 768px) {
  .kenshu--merit.services--3merit .services--3merit-wrap h2 {
    font-size: 26px;
  }
  .kenshu--merit.services--3merit .services--3merit-wrap h2 .h2-title-middle {
    font-size: 1.23em;
  }
  .page--service.kenshu .kenshu--naze-text {
    padding: 60px 30px;
  }
  .page--service.kenshu .kenshu--naze-text section:nth-child(1) {
    text-align: left;
  }
  .page--service.kenshu .kenshu--naze-text section:nth-child(1) div:nth-child(1) {
    font-size: 20px;
    line-height: 1.6em;
  }
  .page--service.kenshu .kenshu--naze-text section:nth-child(1) div:nth-child(2) {
    font-size: 24px;
    line-height: 1.6em;
  }
  .page--service.kenshu .kenshu--naze-text section:nth-child(2) .kenshu--naze-text-up {
    flex-direction: column;
  }
}
.page--service-achievements-items.kenshu-jisseki .page--service-achievements-item {
  padding: 0px 60px;
  background: #fff;
  border-top: 2px solid var(--green);
  margin: 0 0 30px 0;
}
.page--service-achievements-items.kenshu-jisseki .page--service-achievements-item .kenshu--jisseki-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px dotted var(--green-light);
}
.page--service-achievements-items.kenshu-jisseki .page--service-achievements-item .kenshu--jisseki-item .slide-icon {
  flex-basis: 20%;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  display: inline-block;
  padding: 10px 10px 0 10px;
  color: var(--green);
}
.page--service-achievements-items.kenshu-jisseki .page--service-achievements-item .kenshu--jisseki-item .slide-icon span {
  font-size: 12px;
  font-weight: normal;
  color: #000;
}
.page--service-achievements-items.kenshu-jisseki .page--service-achievements-item .kenshu--jisseki-item .slide-texts {
  flex-basis: 79%;
  padding: 0 0 0 30px;
}
.page--service-achievements-items.kenshu-jisseki .page--service-achievements-item .kenshu--jisseki-item .slide-texts section:nth-child(1) {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 10px 0;
}
.page--service-achievements-items.kenshu-jisseki .page--service-achievements-item .kenshu--jisseki-item .slide-texts section:nth-child(1) span {
  display: inline-block;
  padding: 2px 20px;
  background: var(--green-light);
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  border-radius: 30px;
  margin: 0px 10px 0 0;
}
.page--service-achievements-items.kenshu-jisseki .page--service-achievements-item .kenshu--jisseki-item .slide-texts section:nth-child(1) h3 {
  font-size: 20px;
}
.page--service-achievements-items.kenshu-jisseki .page--service-achievements-item .kenshu--jisseki-item .slide-texts section:nth-child(2) {
  border: none;
}
.page--service-achievements-items.kenshu-jisseki .page--service-achievements-item .kenshu--jisseki-item:last-child {
  border: none;
}

@media screen and (max-width: 768px) {
  .page--service-achievements-items.kenshu-jisseki .page--service-achievements-item {
    padding: 0 30px;
  }
  .page--service-achievements-items.kenshu-jisseki .page--service-achievements-item .kenshu--jisseki-item {
    flex-direction: column;
    gap: 20px;
  }
  .page--service-achievements-items.kenshu-jisseki .page--service-achievements-item .kenshu--jisseki-item .slide-icon {
    padding: 0 0 10px 0;
  }
  .page--service-achievements-items.kenshu-jisseki .page--service-achievements-item .kenshu--jisseki-item .slide-icon span {
    font-size: 13px;
  }
  .page--service-achievements-items.kenshu-jisseki .page--service-achievements-item .kenshu--jisseki-item .slide-texts {
    padding: 0;
  }
}
/* --------------------
 archive - achievements
-------------------- */
.archive-body {
  background: var(--offwhite);
}

.archive-wrap {
  position: relative;
  width: var(--site-width);
  margin: -80px auto 0 auto;
  padding: 80px;
}

.archive-cats {
  padding: 40px 50px;
  background: var(--green-weak);
  border-radius: 6px;
}
.archive-cats .archive-cats-title {
  margin: 0 0 15px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.archive-cats .archive-cats-title img {
  margin: 0 10px 0 0;
  width: 20px;
  vertical-align: middle;
}
.archive-cats .archive-cats-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.archive-cats .archive-cats-items div {
  margin: 10px 0 10px 0;
  flex-basis: 32.5%;
}
.archive-cats .archive-cats-items div a {
  display: block;
  padding: 10px 40px;
  width: 100%;
  font-weight: bold;
  background: #fff;
  color: var(--green);
  text-align: center;
  border-radius: 100px;
}

.archive-top {
  padding: 50px 0 20px 0;
  text-align: center;
}
.archive-top h2 {
  padding: 0 0 10px 0;
  font-size: min(48px, 4.5vw);
  line-height: 1.3em;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 0;
  color: var(--green);
}

.archive-achievement {
  position: relative;
  margin: 40px 0;
  padding: 60px;
  background: #fff;
  border-radius: 6px;
}
.archive-achievement .archive-achievement-cat {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--green-light);
  color: #fff;
  padding: 2px 20px;
  border-radius: 6px 0 6px 0;
}
.archive-achievement .archive-achievement-title {
  padding: 0 0 30px 0;
  font-size: 20px;
  font-weight: normal;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: blue;
}
.archive-achievement .archive-achievement-body {
  display: flex;
  padding: 20px 0;
  border-top: 1px dotted var(--green-light);
}
.archive-achievement .archive-achievement-body div:nth-child(1) {
  flex-basis: 170px;
  color: var(--green);
  font-weight: bold;
}
.archive-achievement .archive-achievement-body div:nth-child(1) img {
  vertical-align: middle;
  padding: 0 10px 0 0;
}
.archive-achievement .archive-achievement-body div:nth-child(2) {
  flex-basis: 85%;
}
.archive-achievement .archive-achievement-bottom {
  display: flex;
  justify-content: space-between;
}
.archive-achievement .archive-achievement-bottom .archive-achievement-soudansya {
  display: flex;
  flex-basis: 46%;
  padding: 20px 0;
  border-top: 1px dotted var(--green-light);
}
.archive-achievement .archive-achievement-bottom .archive-achievement-soudansya div:nth-child(1) {
  flex-basis: 170px;
  color: var(--green);
  font-weight: bold;
}
.archive-achievement .archive-achievement-bottom .archive-achievement-soudansya div:nth-child(1) img {
  vertical-align: middle;
  padding: 0 10px 0 0;
}
.archive-achievement .archive-achievement-bottom .archive-achievement-tantou {
  display: flex;
  flex-basis: 46%;
  padding: 20px 0;
  border-top: 1px dotted var(--green-light);
}
.archive-achievement .archive-achievement-bottom .archive-achievement-tantou div:nth-child(1) {
  flex-basis: 170px;
  color: var(--green);
  font-weight: bold;
}
.archive-achievement .archive-achievement-bottom .archive-achievement-tantou div:nth-child(1) img {
  vertical-align: middle;
  padding: 0 10px 0 0;
}
.archive-achievement .archive-achievement-btn {
  text-align: right;
  padding: 30px 0 0 0;
}

.archive-pagination {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .archive-wrap {
    padding: 80px 20px;
  }
  .archive-cats {
    padding: 40px 20px;
  }
  .archive-cats .archive-cats-title {
    font-size: 20px;
  }
  .archive-cats .archive-cats-items {
    flex-direction: column;
  }
  .archive-achievement {
    padding: 60px 30px;
  }
  .archive-achievement .archive-achievement-body {
    flex-direction: column;
  }
  .archive-achievement .archive-achievement-body div:nth-child(1) {
    flex-basis: 36px;
  }
  .archive-achievement .archive-achievement-bottom {
    flex-direction: column;
  }
  .archive-achievement .archive-achievement-bottom .archive-achievement-soudansya {
    flex-direction: column;
  }
  .archive-achievement .archive-achievement-bottom .archive-achievement-soudansya div:nth-child(1) {
    flex-basis: 36px;
  }
  .archive-achievement .archive-achievement-bottom .archive-achievement-tantou {
    flex-direction: column;
  }
  .archive-achievement .archive-achievement-bottom .archive-achievement-tantou div:nth-child(1) {
    flex-basis: 36px;
  }
  .archive-achievement .archive-achievement-btn {
    text-align: center;
  }
  .archive-top h2 {
    font-size: var(--fs-h2);
  }
  .archive-top h2 span {
    font-size: 30px;
    letter-spacing: 1px;
  }
}
.lawyer--other-bottom {
  text-align: center;
}

.lawyer--other-bottom a {
  margin: 0 auto;
}

.lawyer--bottom {
  text-align: center;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .page--top-lawyer .page--top-wrap {
    padding: 40px 20px 30px 20px;
  }
  .lawyer--profile-wrap {
    flex-direction: column;
  }
  .lawyer--profile-wrap .lawyer--profile-left .lawyer--title {
    margin: 0;
    border: none;
  }
  .lawyer--profile-wrap .lawyer--profile-left .lawyer--title .lawyer--name_ja h1 {
    font-size: 38px;
  }
  .lawyer--profile-wrap .lawyer--profile-left .lawyer--title div:nth-child(2) {
    flex-direction: column;
  }
  .lawyer--profile-wrap .lawyer--profile-left .lawyer--title div:nth-child(2) div {
    margin: 0;
    line-height: 1;
  }
  .lawyer--profile-wrap .lawyer--profile-right .lawyer--profile-title h2 {
    font-size: var(--fs-h2);
  }
  .lawyer--profile .lawyer--profile-bg {
    background-position: right -40px center;
  }
  .lawyer--profile {
    padding: 0 0 100px;
  }
  .lawyer--profile-img {
    position: relative;
    top: auto;
    left: auto;
    padding: 5%;
  }
  .lawyer--profile-text {
    margin: 0;
    padding: 40px 5%;
  }
  .lawyer--message {
    width: 90%;
    padding: 50px 5%;
  }
  .lawyer--message-content {
    padding: 40px 5%;
  }
  .lawyer--items {
    padding: 0px 0;
  }
  .lawyer--other-item a {
    gap: 10px;
    /*align-items: center;*/
    flex-direction: column;
    /*align-content: flex-end;*/
    flex-wrap: wrap;
  }
  .lawyer--other-item:nth-child(2) a {
    flex-direction: column-reverse;
  }
  .lawyer--other-item-left-arrow {
    padding: 0px 0px;
  }
  .lawyer--other-item-right-arrow {
    padding: 0px 0px;
    text-align: right;
  }
  .lawyer--other-item-body {
    flex-basis: 80%;
  }
  .lawyer--other-item-name span {
    display: block;
    padding: 0;
  }
  .lawyer--other-bottom {
    padding: 0 0;
  }
}
/* --------------------
 archive - column
-------------------- */
.page--column-search {
  position: relative;
  margin: 0 auto;
}
.page--column-search .page--column-search-wrap .page--column-search-box form ul {
  padding: 0;
  width: 100%;
}
.page--column-search .page--column-search-wrap .page--column-search-box form ul li:nth-child(1) {
  width: 90%;
  padding: 0;
}
.page--column-search .page--column-search-wrap .page--column-search-box form ul li:nth-child(2) {
  width: 10%;
}
.page--column-search .page--column-search-wrap .page--column-search-box form ul li:nth-child(2) input[type=submit] {
  background: var(--red);
  color: #fff;
  padding: 20px 30px;
  border-radius: 0 5px 5px 0;
  border: none;
  font-weight: bold;
}

.column-num {
  width: 90%;
  margin: 0 auto;
  text-align: right;
}

.column-items {
  display: flex;
  flex-wrap: wrap;
  gap: 3.33%;
  margin: 0 auto;
  padding: 20px 0;
  justify-content: flex-start;
}

.column-items-recent {
  display: flex;
  flex-wrap: wrap;
  gap: 3.33%;
  margin: 0 auto;
  padding: 20px 0 60px 0;
  justify-content: space-between;
}

.column-item {
  flex-basis: 31%;
  padding: 0 0 50px 0;
}

.column-item div:nth-child(1) {
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 7px;
}

.column-item div:nth-child(1) a img {
  width: 100%;
  height: auto;
  height: 208px;
}

.column-item div:nth-child(2) {
  text-align: left;
  font-weight: bold;
  padding: 15px 0;
  font-size: 1.1em;
}

.achievement-items-recent {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 60px 0;
  justify-content: space-between;
}

.achievement-item {
  position: relative;
  flex-basis: 47%;
  padding: 30px;
  background: #fff;
}

.achievement-item-cat {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--green-light);
  color: #fff;
  padding: 2px 20px;
  border-radius: 6px 0 6px 0;
}

.achievement-item-title {
  padding: 20px 0;
  color: blue;
  text-decoration: underline;
  font-size: 17px;
  line-height: 30px;
}

.achievement-item-soudan {
  padding: 10px 0;
  border-top: 1px dashed var(--green-light);
}
.achievement-item-soudan span {
  display: inline-block;
  width: 110px;
  color: var(--green);
  font-weight: bold;
}
.achievement-item-soudan span img {
  vertical-align: middle;
  padding: 0 10px 0 0;
}

.achievement-item-tantou {
  padding: 10px 0;
  border-top: 1px dashed var(--green-light);
}
.achievement-item-tantou span {
  display: inline-block;
  width: 110px;
  color: var(--green);
  font-weight: bold;
}
.achievement-item-tantou span img {
  vertical-align: middle;
  padding: 0 10px 0 0;
}

.column-pagination {
  text-align: center;
}

.column-back {
  text-align: center;
  padding: 80px 20px;
}
@media screen and (max-width: 768px) {
  .page--column-search .page--column-search-wrap {
    padding: 10px 0 0 0;
  }
  .page--column-search .page--column-search-wrap .searchandfilter li {
    padding: 0;
  }
  .page--column-search .page--column-search-wrap .page--column-search-box form ul {
    display: flex;
  }
  .page--column-search .page--column-search-wrap .page--column-search-box form ul li:nth-child(1) {
    width: 80%;
  }
  .page--column-search .page--column-search-wrap .page--column-search-box form ul li:nth-child(1) input {
    padding: 17px;
    height: 50px;
  }
  .page--column-search .page--column-search-wrap .page--column-search-box form ul li:nth-child(2) input[type=submit] {
    padding: 16px;
    border: 1px solid var(--red);
    height: 50px;
  }
  .column-items {
    flex-direction: column;
  }
  .column-item div:nth-child(1) {
    height: auto;
  }
  .column-items-recent {
    flex-direction: column;
  }
  .achievement-item-soudan {
    display: flex;
    flex-direction: column;
  }
  .achievement-item-soudan span {
    flex-basis: 30px;
  }
  .achievement-item-tantou {
    display: flex;
    flex-direction: column;
  }
  .achievement-item-tantou span {
    flex-basis: 30px;
  }
}
/* --------------------
 pagination
-------------------- */
.pager a:link, .pager a:visited, .pager a:hover, .pager a:active {
  color: #333;
}

a.page-numbers, .pager .current {
  display: inline-block;
  margin: 10px 2px 0 2px;
  /* padding: 10px 16px; */
  background: #fff;
  color: var(--green) !important;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.pager .current {
  background: var(--green);
  color: #fff !important;
  border: 0;
}

/* --------------------
 single
-------------------- */
#toc_container {
  margin: 40px 0 !important;
  padding: 30px !important;
  width: 100% !important;
}

#toc_title {
  text-align: left !important;
}

#toc_container a {
  line-height: 26px;
}

.single--title {
  margin: 0 auto;
  padding: 100px 0px 0px 0px;
  width: var(--site-width-wrap-min);
}
.single--title .single--title-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.single--title .single--tag1 {
  background: var(--green-light);
  padding: 4px 20px 6px;
  color: #fff;
  border-radius: 20px;
}
.single--title .single--tag1 span {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
  font-size: 12px;
  line-height: 12px;
  border-right: 1px solid #ddd;
}
.single--title .single--tag2 {
  background: #fff;
  padding: 4px 20px 6px;
  border-radius: 20px;
}
.single--title .single--tag2 span {
  font-size: 12px;
  color: #333;
}
.single--title .single--tag2 span.bar {
  padding: 0 3px 0 3px;
  color: #ccc;
}
.single--title .single--title-h1 {
  margin: 30px 0 20px 0;
  font-size: 40px;
  line-height: 58px;
  color: #fff;
  font-weight: normal;
}
.single--title .single--title-date {
  font-size: 12px;
  padding: 10px 0 0 0;
  color: #fff;
}

.single--wrapper {
  background: var(--offwhite);
}

.single--main {
  position: relative;
  margin: -90px auto 0 auto;
  max-width: var(--site-width-wrap);
  background: #fff;
  padding: 100px 120px;
}

.single--main.custom {
  padding-top: 0px;
}

.single--main-author {
  position: relative;
  align-items: center;
  margin: 60px 0 80px 0;
  padding: 40px;
  background: var(--green-white);
}
.single--main-author .single--main-author-head {
  position: absolute;
  top: -13px;
  left: 16%;
  transform: translateX(-50%);
  background: var(--green);
  color: #fff;
  padding: 3px 24px;
  border-radius: 30px;
}
.single--main-author .single--main-author-head:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: var(--green) transparent transparent transparent;
  border-width: 12px 12px 0 12px;
}
.single--main-author .single--main-author-face {
  display: flex;
}
.single--main-author .single--main-author-face .single--main-author-img {
  border-radius: 100px;
  overflow: hidden;
  width: 120px;
  height: 120px;
}
.single--main-author .single--main-author-face .single--main-author-name {
  flex-basis: 80%;
  padding: 0px 0 0 30px;
}
.single--main-author .single--main-author-face .single--main-author-name div:nth-child(1) {
  font-weight: bold;
  color: var(--green);
}
.single--main-author .single--main-author-face .single--main-author-name div:nth-child(1) span {
  font-size: 24px;
}
.single--main-author .single--main-author-face .single--main-author-name div:nth-child(2) {
  font-weight: bold;
  padding: 3px 0 2px 0;
}
.single--main-author .single--main-author-text {
  flex-basis: 80%;
  padding: 20px 0 0 0;
  text-align: right;
}
.single--main-author .single--main-author-text div:nth-child(1) {
  font-size: 13px;
}
.single--main-author .single--main-author-text div:nth-child(2) {
  padding: 14px 0 0 0;
}
.single--main-author .single--main-author-text div:nth-child(2) img {
  vertical-align: middle;
  padding: 0 6px 3px 0;
  width: 30px;
}
.single--main-thumb img {
  width: 100%;
  height: auto;
}

.single--main-content {
  padding: 20px 0 120px 0;
}

.single--main-sns {
  display: flex;
  gap: 10px;
}

.single--recent-entry {
  background: var(--offwhite);
}

.single--recent-entry-wrap {
  max-width: var(--site-width-wrap);
  margin: 0 auto;
  padding: 20px 40px;
}

@media screen and (max-width: 768px) {
  .single--title {
    padding: 40px 20px 0px 20px;
  }
  .single--title .single--title-top {
    font-size: 20px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .single--title .single--title-top div img {
    width: 65px;
  }
  .single--title .single--title-h1 {
    font-size: 24px;
    line-height: 1.6em;
  }
  .single--title .single--tag1 {
    display: inline-block;
  }
  .single--title .single--tag2 {
    display: inline-block;
    margin: 10px 0 0 0;
  }
  .single--main {
    margin: 0px auto 0 auto;
    padding: 60px 20px;
  }
  .single--main.custom {
    padding-top: 40px;
  }
  .single--main-thumb {
    margin: 0px 0 0 0;
  }
  .single--main-top {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .single--main-top-date {
    padding: 0 0 5px 0;
  }
  .singel--main-title h1 {
    font-size: var(--fs-h1);
    line-height: var(--lh-h1);
  }
  .single--main-copy {
    font-size: 16px;
  }
  .single--main-content {
    padding: 20px 0 40px 0;
  }
  .single--main-sns {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
  .single--main-company-top {
    flex-direction: column;
  }
  .single--main-company-body div span {
    padding: 10px;
  }
  .single--main-company-body div span:nth-child(1) {
    flex-basis: 30%;
  }
  .single--main-company-body div span:nth-child(2) {
    flex-basis: 70%;
  }
  .single--main-company-logo {
    margin: 0 auto;
  }
  .single--main-author {
    flex-direction: column-reverse;
    gap: 30px;
    margin: 80px 0 60px 0;
    padding: 40px 30px;
    letter-spacing: 1px;
  }
  .single--main-author .single--main-author-head {
    text-align: center;
    width: 75%;
    left: 50%;
  }
  .single--main-author .single--main-author-face {
    flex-direction: column;
  }
  .single--main-author .single--main-author-face .single--main-author-img {
    margin: 10px auto;
  }
  .single--main-author .single--main-author-face .single--main-author-name {
    padding: 0 0 20px 0;
  }
  .single--main-author .single--main-author-text {
    padding: 0;
    text-align: center;
  }
  .single--main-author .single--main-author-text div:nth-child(2) a {
    font-size: 13px;
  }
  .single--main-author .single--main-author-text .btn-red-l-2 {
    width: 100%;
  }
  .single--main-author-img {
    width: 50%;
  }
  .single--recent-entry {
    margin: 0px 0 0 0;
    padding: 20px 0px 20px 0px;
  }
  .single--recent-entry-wrap {
    padding: 20px 20px;
  }
  .single--recent-entry-wrap .achievement-items-recent {
    flex-direction: column;
  }
  .single--recent-entry-title {
    font-size: 26px;
    letter-spacing: 1px;
  }
}
/* --------------------
 archive - achievement
-------------------- */
/* --------------------
 page - firm
-------------------- */
/* --------------------
 404
-------------------- */
.layout-404 {
  text-align: center;
  padding: 100px 0;
  background: #eee;
}

.layout-404 h1 {
  padding: 0 0 20px 0;
}

/* --------------------
 pages - field
-------------------- */
/* --------------------
 pages - support
-------------------- */
/* --------------------
 single - lawyers
-------------------- */
/*.lawyer--content{*/
/*padding: 20px 0 0 0;*/
/*}*/
/* --------------------
 page - office
-------------------- */
/* --------------------
 pages - work
-------------------- */
