@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
@-webkit-keyframes autoscroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-180vw);
            transform: translateX(-180vw);
  }
}
@keyframes autoscroll-left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-180vw);
            transform: translateX(-180vw);
  }
}
/* reset */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

h1,
h2,
h3,
h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img,
picture {
  max-width: 100%;
  display: block;
}

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

/* Chromeで游ゴシックかすれる問題おまじない */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: bold;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
header,
canvas,
details,
figcaption,
figure,
footer,
nav,
section,
summary {
  display: block;
}

html {
  width: 100%;
}

body {
  display: block;
  position: relative;
  letter-spacing: 1px;
  color: #333333;
  margin: 0;
  padding: 0;
  font-family: "YuGo-Medium", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

a, p, li, span {
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  a, p, li, span {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
  color: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul li, ol li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  text-wrap: auto;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.eng_sub {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
}

.yu_mincho {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
}

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

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

.fadein {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 2s cubic-bezier(0.07, 0.83, 0.5, 1), -webkit-transform 2s cubic-bezier(0.07, 0.83, 0.5, 1);
  transition: opacity 2s cubic-bezier(0.07, 0.83, 0.5, 1), -webkit-transform 2s cubic-bezier(0.07, 0.83, 0.5, 1);
  transition: opacity 2s cubic-bezier(0.07, 0.83, 0.5, 1), transform 2s cubic-bezier(0.07, 0.83, 0.5, 1);
  transition: opacity 2s cubic-bezier(0.07, 0.83, 0.5, 1), transform 2s cubic-bezier(0.07, 0.83, 0.5, 1), -webkit-transform 2s cubic-bezier(0.07, 0.83, 0.5, 1);
}
.fadein.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fadein.delay1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.fadein.delay2 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.fadein.delay3 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.fadein.delay4 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.fadein.delay5 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.w600btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w600btn a {
  position: relative;
  width: 100%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding: 40px 20px;
  border-radius: 5px;
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-size: 20px;
  letter-spacing: 1px;
}
.w600btn a[target=_blank]:after {
  content: "";
  position: absolute;
  background: url(./images/external_333.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 20px;
  height: 20px;
  right: 16px;
  top: 10px;
}
@media screen and (max-width: 768px) {
  .w600btn a {
    max-width: 100%;
    padding: 24px 8px;
    font-size: 16px;
  }
}

.body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.body .side_under {
  width: 100px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: #f0f2f3;
}
.body .main {
  width: calc(100% - 100px);
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background: #ffffff;
}
@media screen and (max-width: 1024px) {
  .body .side_under {
    width: 80px;
  }
  .body .main {
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 768px) {
  .body .side_under {
    display: none;
  }
  .body .main {
    width: 100%;
  }
}
main {
  overflow: clip;
}
main .content_title h2, main .content_title h3, main .content_title h4 {
  font-size: 28px;
  letter-spacing: 4px;
  line-height: 1.6;
  word-break: keep-all;
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
}
main .content_title p {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 1.6;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
}
main a.external {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main a.external:after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: url("./images/external_333.svg") center center no-repeat;
}

.grecaptcha-badge {
  right: auto !important;
  left: 0px !important;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .grecaptcha-badge {
    right: -186px !important;
    left: unset !important;
    bottom: 80px !important;
  }
}

header .head_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 86px;
  z-index: 13;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  display: none;
}
header .side_float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100px;
  height: 100dvh;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  background: #f7f8f0;
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  header .side_float {
    width: 80px;
  }
}
header .side_float .hamburger {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  background: #ffffff;
  cursor: pointer;
}
header .side_float .hamburger_btn {
  width: 60px;
  height: 60px;
  padding: 18px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
header .side_float .hamburger_btn_inner {
  width: 32px;
  height: 22px;
  display: block;
  position: relative;
}
header .side_float .hamburger_btn span {
  width: 100%;
  height: 2px;
  background: #666666;
  position: absolute;
  top: 50%;
  left: 0;
}
header .side_float .hamburger_btn span:first-child {
  top: 0;
}
header .side_float .hamburger_btn span:last-child {
  top: unset;
  bottom: 0;
}
header .side_float .hamburger_text p {
  letter-spacing: 0;
}
header .side_float .hamburger_text_close {
  display: block;
}
header .side_float .hamburger_text_open {
  display: none;
}
header .side_float .hamburger.active .hamburger_text_close {
  display: none;
}
header .side_float .hamburger.active .hamburger_text_open {
  display: block;
}
header .side_float .hamburger.active .hamburger_btn_inner span:first-child {
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
header .side_float .hamburger.active .hamburger_btn_inner span:nth-child(2) {
  opacity: 0;
}
header .side_float .hamburger.active .hamburger_btn_inner span:last-child {
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
}
header .side_float .external_menu {
  padding: 30px 0;
  width: 100%;
  background: #ffffff;
}
header .side_float .external_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 60px;
}
header .side_float .external_menu ul li {
  line-height: 1.2;
  position: relative;
}
header .side_float .external_menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
header .side_float .external_menu ul li a:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(./images/external_333.svg) center center no-repeat;
}
header .side_float .external_menu ul li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translate(-50%) rotate(-30deg);
          transform: translate(-50%) rotate(-30deg);
  width: 50px;
  height: 1px;
  background: #cccccc;
}
header .side_float .external_menu ul li:last-child:after {
  display: none;
}
header .side_float .reserve {
  width: 100%;
  height: 100px;
}
header .side_float .reserve a {
  width: 100%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#3890d1), to(#006dbb));
  background: linear-gradient(180deg, #3890d1, #006dbb);
  color: #ffffff;
  font-weight: bold;
}
header .logo {
  width: 100%;
  max-width: 324px;
  padding: 12px;
  position: fixed;
  left: 45px;
  top: 25px;
  z-index: 15;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
}
@media screen and (min-width: 1400px) {
  header .logo {
    left: calc(50% - 500px);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 1024px) {
  header .logo {
    left: 30px;
    top: 20px;
  }
}
header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .logo img {
  width: 100%;
  height: auto;
}
header .fixed_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: calc(100% - 100px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  height: 100%;
  background: #f7f8f0;
}
@media screen and (max-width: 1024px) {
  header .fixed_menu {
    width: calc(100% - 80px);
  }
}
header .fixed_menu.active {
  opacity: 1;
  pointer-events: auto;
}
header .fixed_menu_inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  header .fixed_menu_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
header .fixed_menu_inner {
  padding-top: 30px;
  padding-bottom: 30px;
}
header .fixed_menu .menu_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px 20px;
}
header .fixed_menu .menu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
header .fixed_menu .menu_item.pc1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
header .fixed_menu .menu_item.pc2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
header .fixed_menu .menu_item.pc3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
header .fixed_menu .menu_item.pc4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
header .fixed_menu .menu_item.pc5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
header .fixed_menu .menu_item.pc6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
header .fixed_menu .menu_item.pc7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
header .fixed_menu .menu_item.pc8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
header .fixed_menu .menu_subitem > a,
header .fixed_menu .menu_subitem p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
}
header .fixed_menu .menu_subitem > a span,
header .fixed_menu .menu_subitem p span {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  header .fixed_menu .menu_subitem > a,
  header .fixed_menu .menu_subitem p {
    font-size: 16px;
  }
  header .fixed_menu .menu_subitem > a span,
  header .fixed_menu .menu_subitem p span {
    font-size: 12px;
  }
}
header .fixed_menu .menu_subitem ul {
  margin-top: 24px;
}
header .fixed_menu .menu_subitem ul li {
  margin-bottom: 16px;
}
header .fixed_menu .menu_subitem ul li:last-child {
  margin-bottom: 0;
}
header .fixed_menu .menu_subitem ul li > a {
  font-size: 16px;
  font-weight: 600;
  color: #666666;
  letter-spacing: 4px;
}
@media screen and (max-width: 1024px) {
  header .fixed_menu .menu_subitem ul li > a {
    font-size: 14px;
  }
}
header .fixed_menu .menu_subitem ul li > a.external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
header .fixed_menu .menu_subitem ul li > a.external:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(./images/external_333.svg) center center no-repeat;
}

@media screen and (max-width: 768px) {
  header .head_bg {
    display: block;
  }
  header .side_float {
    display: block;
    top: 0;
    right: 0;
    width: 0;
    position: fixed;
    overflow: visible;
  }
  header .side_float .hamburger {
    position: absolute;
    background: transparent;
    padding: 0;
    top: 26px;
    right: 35px;
  }
  header .side_float .hamburger_btn {
    width: 24px;
    height: 24px;
    padding: 0;
  }
  header .side_float .hamburger_btn_inner {
    width: 24px;
    height: 19px;
  }
  header .side_float .hamburger_text.vertical {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  header .side_float .hamburger_text p {
    font-size: 10px;
  }
  header .side_float .external_menu {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 16px 10px;
    -webkit-box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }
  header .side_float .external_menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0px;
    gap: 10px;
  }
  header .side_float .external_menu ul li {
    width: 33.3333333333%;
  }
  header .side_float .external_menu ul li.vertical {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  header .side_float .external_menu ul li:after {
    left: unset;
    right: unset;
    bottom: 32px;
    top: unset;
    width: 30px;
    position: fixed;
    -webkit-transform: translateY(-50%) rotate(-80deg);
            transform: translateY(-50%) rotate(-80deg);
  }
  header .side_float .external_menu ul li:nth-child(1):after {
    left: 30vw;
  }
  header .side_float .external_menu ul li:nth-child(2):after {
    right: 30vw;
  }
  header .side_float .reserve {
    position: absolute;
    z-index: 998;
    top: 24px;
    right: 65px;
    width: 75px;
    height: 40px;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
  }
  header .side_float .reserve.vertical {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  header .side_float .reserve a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 4px;
    font-size: 14px;
  }
  header .side_float .reserve.active {
    opacity: 0;
    pointer-events: none;
  }
  header .logo {
    width: 100%;
    max-width: min(100% - 170px, 230px);
    position: fixed;
    top: 0px;
    left: 12px;
    background: transparent;
    backdrop-filter: unset;
  }
  header .fixed_menu {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow: scroll;
  }
  header .fixed_menu_inner {
    padding-top: 80px;
    padding-bottom: 120px;
    padding-left: 50px;
    padding-right: 50px;
  }
  header .fixed_menu .menu_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
  header .fixed_menu .menu_item {
    gap: 40px;
  }
  header .fixed_menu .menu_item.pc1, header .fixed_menu .menu_item.pc2, header .fixed_menu .menu_item.pc3, header .fixed_menu .menu_item.pc4, header .fixed_menu .menu_item.pc5, header .fixed_menu .menu_item.pc6, header .fixed_menu .menu_item.pc7, header .fixed_menu .menu_item.pc8 {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  header .fixed_menu .menu_item.sp1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  header .fixed_menu .menu_item.sp2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  header .fixed_menu .menu_item.sp3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  header .fixed_menu .menu_item.sp4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  header .fixed_menu .menu_item.sp5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  header .fixed_menu .menu_item.sp6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  header .fixed_menu .menu_item.sp7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  header .fixed_menu .menu_item.sp8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  header .fixed_menu .menu_subitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 10px;
  }
  header .fixed_menu .menu_subitem > a,
  header .fixed_menu .menu_subitem p {
    min-width: 125px;
    font-size: 18px;
    letter-spacing: 2px;
  }
  header .fixed_menu .menu_subitem > a span,
  header .fixed_menu .menu_subitem p span {
    font-size: 10px;
  }
  header .fixed_menu .menu_subitem > ul {
    margin-top: 0;
  }
  header .fixed_menu .menu_subitem > ul li {
    margin-bottom: 10px;
  }
  header .fixed_menu .menu_subitem > ul li > a {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 782px) {
  body.admin-bar header .side_float .hamburger {
    top: 53px;
  }
  body.admin-bar header .side_float .reserve {
    top: 53px;
  }
  body.admin-bar header .logo {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    top: -46px;
  }
  body.admin-bar header .side_float .hamburger {
    top: 25px;
  }
  body.admin-bar header .side_float .reserve {
    top: 24px;
  }
  body.admin-bar header .logo {
    top: 0px;
  }
}
footer {
  min-height: 500px;
  background: url(./images/footer.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
}
footer .footer_inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  footer .footer_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
footer .footer_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  footer .footer_inner {
    padding-left: 0px;
  }
}
footer .footer_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0;
}
footer .footer_left .contact_text {
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  footer .footer_left .contact_text {
    width: 80px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer_left .contact_text {
    width: 50px;
  }
}
footer .footer_left .contact_text p {
  font-size: 12px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  position: relative;
}
footer .footer_left .contact_text p:before {
  content: "";
  width: 2px;
  height: 60px;
  background: #ffffff;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
footer .footer_left .contact_catch {
  margin-bottom: 24px;
}
footer .footer_left .contact_catch p {
  font-size: 20px;
  line-height: 1.6;
}
footer .footer_left .contact_desc {
  margin-bottom: 24px;
}
footer .footer_left .contact_desc p {
  line-height: 1.6;
}
footer .footer_left .contact_tel {
  margin-bottom: 8px;
}
footer .footer_left .contact_tel p {
  font-size: 14px;
}
footer .footer_left .contact_tel p a {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  margin-left: 20px;
  font-size: 30px;
  pointer-events: none;
}
footer .footer_left .contact_time {
  margin-bottom: 24px;
}
footer .footer_left .contact_time p {
  font-size: 14px;
}
footer .footer_left .contact_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  gap: 16px;
  background: #ffffff;
  position: relative;
}
footer .footer_left .contact_link a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(./images/arrow.svg) center center no-repeat;
}
footer .footer_left .contact_link a {
  background: #ffffff;
  color: #333333;
  max-width: 350px;
  width: 100%;
  border-radius: 4px;
  padding: 20px 36px;
  border: 1px solid #ffffff;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
footer .footer_left .contact_link a:after {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
footer .footer_left .contact_link a:hover {
  background: transparent;
  color: #ffffff;
}
footer .footer_left .contact_link a:hover:after {
  background: url(./images/arrow_white.svg) center center/contain no-repeat;
}
footer .footer_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 50px;
}
@media screen and (max-width: 1200px) {
  footer .footer_right {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  footer .footer_right {
    padding-right: 0;
  }
}
footer .footer_right .info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
footer .footer_right .info_name p {
  margin-bottom: 16px;
}
footer .footer_right .info_address p {
  margin-bottom: 16px;
}
footer .footer_right .info_map a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .footer_right .info_map a:hover {
  text-decoration: underline;
}
footer .footer_right .info_map a:after {
  content: "";
  width: 20px;
  height: 20px;
  position: relative;
  background: url(./images/external_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
footer .footer_right .bottom_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 48px;
}
footer .footer_right .bottom_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 16px;
}
footer .footer_right .bottom_link a:hover {
  text-decoration: underline;
}
footer .footer_right .bottom_copy p {
  font-size: 12px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  footer .footer_inner {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
  footer .footer_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .footer_left .contact_text {
    width: 60px;
    padding-top: 10px;
  }
  footer .footer_left .contact_text p {
    font-size: 10px;
  }
  footer .footer_left .contact_text p:before {
    height: 30px;
    top: -40px;
  }
  footer .footer_left .contact_catch {
    margin-bottom: 8px;
  }
  footer .footer_left .contact_catch p {
    font-size: 18px;
  }
  footer .footer_left .contact_desc {
    margin-bottom: 4px;
  }
  footer .footer_left .contact_desc p {
    line-height: 1.6;
  }
  footer .footer_left .contact_tel {
    margin-bottom: 0px;
  }
  footer .footer_left .contact_tel p {
    font-size: 12px;
  }
  footer .footer_left .contact_tel p a {
    margin-left: 0;
    text-decoration: underline;
    pointer-events: auto;
  }
  footer .footer_left .contact_time {
    margin-bottom: 12px;
  }
  footer .footer_left .contact_time p {
    font-size: 12px;
  }
  footer .footer_left .contact_link {
    width: 100%;
    max-width: 260px;
  }
  footer .footer_left .contact_link a {
    padding: 12px 24px;
    font-size: 12px;
  }
  footer .footer_right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  footer .footer_right .info_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0px;
  }
  footer .footer_right .info_name p {
    margin-bottom: 0;
  }
  footer .footer_right .info_address p {
    margin-bottom: 0;
  }
  footer .footer_right .info_map a {
    text-decoration: underline;
  }
  footer .footer_right .info_map a:after {
    width: 16px;
    height: 16px;
  }
  footer .footer_right .bottom_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  footer .footer_right .bottom_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  footer .footer_right .bottom_link a:after {
    width: 16px;
    height: 16px;
  }
  footer .footer_right .bottom_copy p {
    font-size: 10px;
  }
}
/**************************************************
  share
***************************************************/
.m-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-block: 5rem;
  padding-top: 5rem;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}
.m-share .title {
  margin-top: 0;
  margin-right: 2rem;
  font-size: 1rem;
  color: #666;
}
.m-share .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 1rem;
}
.m-share .nav li {
  width: 3rem;
  height: 3rem;
}
.m-share .nav .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.m-share .nav .link .c-icon {
  fill: currentColor;
  width: 2rem;
  height: 2rem;
}
.m-share .nav .link:hover {
  opacity: 0.6;
}
.m-share .nav .facebook a {
  color: #1877f2;
  width: auto;
}
.m-share .nav .facebook a .c-icon {
  width: 3rem;
  height: 3rem;
  margin: 0;
  fill: currentColor;
}
.m-share .nav .twitter a {
  background: #000;
}
.m-share .nav .twitter a .c-icon {
  fill: #fff;
}
.m-share .nav .line a {
  background: #00c300;
}
.m-share .nav .line a .c-icon {
  fill: #fff;
}

main {
  overflow: clip;
}
main .breadcrumbs {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .breadcrumbs {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .breadcrumbs {
  overflow: hidden;
}
main .breadcrumbs nav {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  gap: 30px;
}
main .breadcrumbs nav > span {
  position: relative;
}
main .breadcrumbs nav > span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 1px;
  background-color: #333333;
}
main .breadcrumbs nav > span:last-child:after {
  display: none;
}
main .breadcrumbs nav > span a {
  color: #006dbb;
}

@media screen and (max-width: 768px) {
  main .breadcrumbs nav {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
main .page_contact .contact_form {
  margin-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
}
main .page_contact .contact_form_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
main .page_contact .contact_form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0px;
  border-bottom: 1px solid #cccccc;
}
main .page_contact .contact_form_row:first-child {
  border-top: 1px solid #cccccc;
}
main .page_contact .contact_form_row_label {
  width: 100%;
  padding: 30px 12px 15px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .page_contact .contact_form_row_label label,
main .page_contact .contact_form_row_label span {
  display: inline-block;
}
main .page_contact .contact_form_row_label label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  color: #333333;
}
main .page_contact .contact_form_row_label span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  padding: 6px 24px;
  background: #cccccc;
}
main .page_contact .contact_form_row_label span.require {
  color: #ffffff;
  background: #006dbb;
}
main .page_contact .contact_form_row_input {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 15px 12px 30px 12px;
}
main .page_contact .contact_form_row_input .wpcf7-form-control-wrap {
  display: block;
}
main .page_contact .contact_form_row_input.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
main .page_contact .contact_form_row_input.addressbox {
  gap: 20px;
}
main .page_contact .contact_form_row_input.addressbox .form_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
main .page_contact .contact_form_row_input.addressbox .form_row .form_row_label {
  width: 150px;
}
main .page_contact .contact_form_row_input.addressbox .form_row .form_row_label label {
  font-size: 16px;
  font-weight: 700;
  line-height: 2.2;
  color: #333333;
}
main .page_contact .contact_form_row_input.addressbox .form_row .form_row_input {
  width: calc(100% - 162px);
}
main .page_contact .contact_form_row_input.addressbox .form_row .form_row_input select {
  width: 260px;
  max-width: 100%;
}
main .page_contact .contact_form_row_input.addressbox .form_row:first-child .form_row_input input {
  width: 260px;
  max-width: 100%;
}
main .page_contact .contact_form_row_input input[type=text],
main .page_contact .contact_form_row_input input[type=email],
main .page_contact .contact_form_row_input input[type=tel],
main .page_contact .contact_form_row_input input[type=date],
main .page_contact .contact_form_row_input input[type=number],
main .page_contact .contact_form_row_input textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 3px;
  padding: 20px 20px;
  background: #f0f2f3;
}
main .page_contact .contact_form_row_input textarea {
  min-height: 300px;
}
main .page_contact .contact_form_row_input select {
  width: 100%;
  border: none;
  border-radius: 3px;
  padding: 20px 20px;
  background: #f0f2f3;
  background-position: right 10px top 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7xfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTIgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8ZGVmcz4NCjxzdHlsZT4uc3QwIHsNCiAgICAgICAgZmlsbDogIzk2OTY5NjsNCiAgICAgIH08L3N0eWxlPg0KPC9kZWZzPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEuNywyLjdjLS4yLDAtLjMsMC0uNS4yTC4yLDMuN2MtLjEuMS0uMi4zLS4yLjVzMCwuMy4yLjVsNS40LDUuNGMuMS4xLjMuMi41LjJzLjMsMCwuNS0uMmw1LjMtNS4zYy4xLS4xLjItLjMuMi0uNXMwLS4zLS4yLS41bC0xLS45Yy0uMS0uMS0uMy0uMi0uNS0uMnMtLjMsMC0uNS4ybC0zLjksMy45LTMuOS0zLjljLS4xLS4xLS4zLS4yLS41LS4yaDBaIi8+DQo8L3N2Zz4NCg==);
  background-size: 12px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
main .page_contact .contact_form_row_input input[type=date], main .page_contact .contact_form_row_input select {
  min-height: 68px;
}
main .page_contact .contact_form_row_input .contactForm--error {
  width: 100%;
}
main .page_contact .contact_form_row_input_half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
}
main .page_contact .contact_form_row_input_half > .contact_form_row_input {
  padding: 0;
}
main .page_contact .contact_form_row_intext {
  width: 100%;
  padding: 40px 0px 20px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .page_contact .contact_form_row_intext p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  text-align: center;
  font-weight: bold;
}
main .page_contact .contact_form_privacy {
  padding-top: 70px;
  width: 100%;
}
main .page_contact .contact_form_privacy p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  color: #333333;
  text-align: center;
}
main .page_contact .contact_form_privacy p a {
  color: #333333;
  text-decoration: underline;
}
main .page_contact .contact_form_privacy_check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin: 40px 0;
}
main .page_contact .contact_form_privacy_check a {
  color: #333333;
}
main .page_contact .contact_form_privacy #privacy_label {
  pointer-events: auto;
  cursor: pointer;
}
main .page_contact .contact_form_privacy #privacy_label a {
  color: #333333;
}
main .page_contact .contact_form_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
main .page_contact .contact_form_submit, main .page_contact .contact_form_previous {
  position: relative;
  width: 100%;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .page_contact .contact_form_submit:after, main .page_contact .contact_form_previous:after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(./images/arrow_white.svg) no-repeat center center;
  background-size: contain;
  display: block;
}
main .page_contact .contact_form_previous:after {
  content: "";
  position: absolute;
  right: unset;
  left: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
  width: 16px;
  height: 16px;
  background: url(./images/arrow.svg) no-repeat center center;
  background-size: contain;
  display: block;
}
main .page_contact .contact_form input[type=submit],
main .page_contact .contact_form input[type=button] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  background: #333333;
  color: #ffffff;
  width: 100%;
  padding: 32px 32px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
}
main .page_contact .contact_form input[type=submit]:disabled,
main .page_contact .contact_form input[type=button]:disabled {
  opacity: 0.5;
}
main .page_contact .contact_form input[type=button] {
  background: #cbd6dc;
  color: #666666;
}
main .page_contact .contact_form .wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 768px) {
  main .page_contact .contact_form {
    margin-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }
  main .page_contact .contact_form_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .page_contact .contact_form_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0px;
    border-bottom: 1px solid #ccc;
  }
  main .page_contact .contact_form_row:first-child {
    border-top: 1px solid #ccc;
  }
  main .page_contact .contact_form_row_label {
    padding: 16px 8px 8px 8px;
  }
  main .page_contact .contact_form_row_label label {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
  }
  main .page_contact .contact_form_row_label span {
    font-size: 12px;
    padding: 4px 16px;
  }
  main .page_contact .contact_form_row_input {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    padding: 8px 8px 16px 8px;
  }
  main .page_contact .contact_form_row_input.checkbox span.mwform-checkbox-field-text {
    font-size: 14px;
  }
  main .page_contact .contact_form_row_input.addressbox {
    gap: 8px;
  }
  main .page_contact .contact_form_row_input.addressbox .form_row {
    gap: 8px;
  }
  main .page_contact .contact_form_row_input.addressbox .form_row .form_row_label {
    width: 120px;
  }
  main .page_contact .contact_form_row_input.addressbox .form_row .form_row_label label {
    font-size: 14px;
    font-weight: 700;
    line-height: 2.2;
  }
  main .page_contact .contact_form_row_input.addressbox .form_row .form_row_input {
    width: calc(100% - 130px);
  }
  main .page_contact .contact_form_row_input.addressbox .form_row .form_row_input select {
    width: 100%;
  }
  main .page_contact .contact_form_row_input.addressbox .form_row:first-child .form_row_input input {
    width: 100%;
  }
  main .page_contact .contact_form_row_input input[type=text],
  main .page_contact .contact_form_row_input input[type=email],
  main .page_contact .contact_form_row_input input[type=tel],
  main .page_contact .contact_form_row_input input[type=date],
  main .page_contact .contact_form_row_input input[type=number],
  main .page_contact .contact_form_row_input textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding: 12px 12px;
    font-size: 16px;
  }
  main .page_contact .contact_form_row_input textarea {
    min-height: 120px;
    font-size: 16px;
  }
  main .page_contact .contact_form_row_input select {
    padding: 12px 12px;
    font-size: 16px;
    background: #f0f2f3;
    background-position: right 10px top 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjxzdmcgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7xfMSIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTIgMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8ZGVmcz4NCjxzdHlsZT4uc3QwIHsNCiAgICAgICAgZmlsbDogIzk2OTY5NjsNCiAgICAgIH08L3N0eWxlPg0KPC9kZWZzPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEuNywyLjdjLS4yLDAtLjMsMC0uNS4yTC4yLDMuN2MtLjEuMS0uMi4zLS4yLjVzMCwuMy4yLjVsNS40LDUuNGMuMS4xLjMuMi41LjJzLjMsMCwuNS0uMmw1LjMtNS4zYy4xLS4xLjItLjMuMi0uNXMwLS4zLS4yLS41bC0xLS45Yy0uMS0uMS0uMy0uMi0uNS0uMnMtLjMsMC0uNS4ybC0zLjksMy45LTMuOS0zLjljLS4xLS4xLS4zLS4yLS41LS4yaDBaIi8+DQo8L3N2Zz4NCg==);
    background-size: 12px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  main .page_contact .contact_form_row_input input[type=date], main .page_contact .contact_form_row_input select {
    padding: 12px 12px;
    min-height: 50px;
  }
  main .page_contact .contact_form_privacy {
    padding-top: 50px;
  }
  main .page_contact .contact_form_privacy p {
    font-size: 14px;
    text-align: left;
  }
  main .page_contact .contact_form_privacy_check {
    margin: 20px 0;
  }
  main .page_contact .contact_form_privacy_check .mwform-checkbox-field label span {
    display: none;
  }
  main .page_contact .contact_form_privacy #privacy_label {
    pointer-events: auto;
    cursor: pointer;
  }
  main .page_contact .contact_form_button button {
    width: 100%;
    max-width: 400px;
    padding: 16px 8px;
    font-size: 14px;
  }
  main .page_contact .contact_form_button button:after {
    right: 12px;
  }
}
/**************************************************
  gutenberg
***************************************************/
.wp-block-image {
  margin-block: 2rem;
}

.wp-block-gallery {
  margin-block: 2rem;
}

.wp-block-file {
  margin-block: 2rem;
}
.wp-block-file .wp-block-file__button {
  display: none;
}

.wp-block-media-text {
  margin-block: 2rem;
}
.wp-block-media-text__content {
  padding-right: 0 !important;
}
@media screen and (max-width: 768px) {
  .wp-block-media-text__content {
    padding-inline: 0 !important;
  }
}

.wp-block-separator {
  border-top: 1px solid #cccccc;
  margin-block: 5rem;
}

.wp-block-embed {
  margin-block: 2rem;
}

main .lawyer_list,
main .service_list {
  width: 100%;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .lawyer_list,
  main .service_list {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .lawyer_list ul,
main .service_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  max-width: 1000px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  main .lawyer_list ul,
  main .service_list ul {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .lawyer_list ul li a,
main .service_list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .lawyer_list ul li a .lawyer_item,
main .lawyer_list ul li a .service_item,
main .service_list ul li a .lawyer_item,
main .service_list ul li a .service_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  max-width: 240px;
}
main .lawyer_list ul li a .lawyer_item_bg,
main .lawyer_list ul li a .service_item_bg,
main .service_list ul li a .lawyer_item_bg,
main .service_list ul li a .service_item_bg {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .lawyer_list ul li a .lawyer_item_bg img,
main .lawyer_list ul li a .service_item_bg img,
main .service_list ul li a .lawyer_item_bg img,
main .service_list ul li a .service_item_bg img {
  width: 100%;
  height: auto;
}
main .lawyer_list ul li a .lawyer_item_name,
main .lawyer_list ul li a .service_item_name,
main .service_list ul li a .lawyer_item_name,
main .service_list ul li a .service_item_name {
  width: 100%;
  max-width: 250px;
}
main .lawyer_list ul li a .lawyer_item_name h3,
main .lawyer_list ul li a .service_item_name h3,
main .service_list ul li a .lawyer_item_name h3,
main .service_list ul li a .service_item_name h3 {
  font-family: "YuGo-Medium", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  color: #333333;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
main .lawyer_list ul li a .lawyer_item_name h3:after,
main .lawyer_list ul li a .service_item_name h3:after,
main .service_list ul li a .lawyer_item_name h3:after,
main .service_list ul li a .service_item_name h3:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("./images/arrow.svg") no-repeat center center;
  background-size: contain;
}
main .lawyer_list ul li a .lawyer_item_name p,
main .lawyer_list ul li a .service_item_name p,
main .service_list ul li a .lawyer_item_name p,
main .service_list ul li a .service_item_name p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  color: #333333;
  font-size: 11px;
}
main .lawyer_list ul li a:hover .lawyer_item_bg,
main .lawyer_list ul li a:hover .service_item_bg,
main .service_list ul li a:hover .lawyer_item_bg,
main .service_list ul li a:hover .service_item_bg {
  -webkit-transform: scale(1);
          transform: scale(1);
}
main .lawyer_list ul li a:hover .lawyer_item_name h3,
main .lawyer_list ul li a:hover .service_item_name h3,
main .service_list ul li a:hover .lawyer_item_name h3,
main .service_list ul li a:hover .service_item_name h3 {
  color: #006dbb;
}
main .lawyer_list ul li a:hover .lawyer_item_name h3:after,
main .lawyer_list ul li a:hover .service_item_name h3:after,
main .service_list ul li a:hover .lawyer_item_name h3:after,
main .service_list ul li a:hover .service_item_name h3:after {
  background: url("./images/arrow_blue.svg") no-repeat center center;
  background-size: contain;
}
main .lawyer_list ul li a:hover .lawyer_item_name p,
main .lawyer_list ul li a:hover .service_item_name p,
main .service_list ul li a:hover .lawyer_item_name p,
main .service_list ul li a:hover .service_item_name p {
  color: #006dbb;
}
main .service_list ul li a .service_item {
  max-width: 280px;
}
main .news_list {
  width: 100%;
}
main .news_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
main .news_list ul li {
  width: 100%;
  position: relative;
}
main .news_list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 24px;
  border-bottom: 1px solid #cccccc;
  opacity: 1;
}
main .news_list ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #006dbb;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
main .news_list ul li a:hover:after {
  width: 100%;
}
main .news_list ul li a:after {
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}
@media screen and (max-width: 1024px) {
  main .news_list ul li a {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
main .news_list ul li a .news_date {
  width: 80px;
}
main .news_list ul li a .news_date time {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
main .news_list ul li a .news_category {
  width: 100px;
  background: #f0f2f3;
  padding: 2px 4px;
  text-align: center;
}
main .news_list ul li a .news_category p {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: bold;
}
main .news_list ul li a .news_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 24px;
  position: relative;
}
main .news_list ul li a .news_title:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(./images/arrow.svg) center center no-repeat;
}
main .news_list ul li a .news_title:after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background: url("./images/arrow_blue.svg") no-repeat center;
  position: absolute;
  right: 0;
  top: 8px;
}
main .news_list ul li a .news_title p {
  line-height: 2;
}
@media screen and (max-width: 1024px) {
  main .news_list ul li a .news_title {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
}
main .news_list ul li a:hover {
  opacity: 1;
}
main .news_list ul li a:hover .news_title:after {
  opacity: 1;
}
main .news_list ul li:first-child a {
  padding-top: 0;
}
main .page_fv {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_fv {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_fv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 110px;
  margin-bottom: -50px;
  z-index: 10;
}
main .page_fv .fv_bg {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  max-width: 500px;
}
main .page_fv .fv_bg img {
  width: 100%;
  height: auto;
}
main .page_fv .fv_inner {
  width: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 100px;
  padding-left: 50px;
}
main .page_fv .fv_title {
  padding-bottom: 40px;
}
main .page_fv .fv_title h1,
main .page_fv .fv_title p.title {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-size: 40px;
  margin-bottom: 20px;
  letter-spacing: 6px;
  line-height: 1.5;
}
main .page_fv .fv_title p:not(.title) {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  letter-spacing: 4px;
  line-height: 1.5;
}
main .page_fv.bg_big {
  margin-bottom: -120px;
}
main .page_fv.bg_big .fv_bg {
  max-width: 600px;
}
main .page_mod_title {
  margin-bottom: 48px;
}
main .page_mod_title h2 {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-size: 28px;
  letter-spacing: 4px;
  margin-bottom: 12px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  main .page_mod_title h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  main .page_mod_title h2 {
    font-size: 20px;
  }
}
main .page_mod_title p {
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  main .page_mod_title p {
    font-size: 10px;
  }
}
main .page_mod_p p {
  margin-bottom: 24px;
  text-align: center;
  line-height: 2;
}
main .page_mod_p p:last-child {
  margin-bottom: 0px;
}
main .page_mod_hr {
  width: 100%;
  height: 1px;
  background-color: #f0f2f3;
}

@media screen and (max-width: 768px) {
  main .lawyer_list,
  main .service_list {
    max-width: 400px;
  }
  main .lawyer_list ul,
  main .service_list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  main .lawyer_list ul li a .lawyer_item {
    gap: 20px;
    max-width: 100%;
  }
  main .service_list ul {
    gap: 40px;
  }
  main .service_list ul li a .service_item {
    gap: 20px;
    max-width: 100%;
  }
  main .page_fv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
    padding: 0;
    margin-top: 60px;
    z-index: 10;
  }
  main .page_fv .fv_bg {
    margin: 0;
    padding: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    max-width: unset;
  }
  main .page_fv .fv_bg img {
    width: 100%;
    height: auto;
  }
  main .page_fv .fv_inner {
    margin: 0;
    padding: 0;
    width: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
    width: 100%;
  }
  main .page_fv .fv_title {
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
    width: 100%;
  }
  main .page_fv .fv_title h1,
  main .page_fv .fv_title p.title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
  }
  main .page_fv .fv_title p:not(.title) {
    font-family: "Quicksand", sans-serif;
    font-weight: 500;
    font-optical-sizing: auto;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
  }
  main .page_fv.bg_big {
    margin-bottom: -120px;
  }
  main .page_fv.bg_big .fv_bg {
    max-width: 600px;
  }
  main .page_mod_title h2 {
    font-size: 20px;
    margin-bottom: 0;
  }
  main .page_mod_title p {
    font-size: 10px;
  }
}
main .top_fv {
  position: relative;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  height: 1160px;
  margin-top: 0;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  main .top_fv {
    height: 1000px;
  }
}
main .top_fv .fv_text {
  position: absolute;
  bottom: 0;
  right: 40px;
  width: 640px;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  -webkit-transition: all 2s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: all 2s cubic-bezier(0.18, 0.06, 0.23, 1);
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
@media screen and (max-width: 1024px) {
  main .top_fv .fv_text {
    width: 560px;
  }
}
main .top_fv .fv_text.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
main .top_fv .fv_title {
  margin-bottom: 32px;
}
main .top_fv .fv_title p {
  font-size: 32px;
  letter-spacing: 8px;
}
main .top_fv .fv_desc p {
  line-height: 2;
  margin-bottom: 24px;
}
main .top_fv .fv_desc p:last-child {
  margin-bottom: 0;
}
main .top_fv .fv_fimg {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1024px) {
  main .top_fv .fv_fimg {
    -webkit-transform: scale(0.85) translateX(60px);
            transform: scale(0.85) translateX(60px);
  }
}
main .top_fv .fv_fimg .img_container {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 2s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: all 2s cubic-bezier(0.18, 0.06, 0.23, 1);
}
main .top_fv .fv_fimg.active .img_container {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
main .top_fv .fv_fimg .img_main {
  top: 30px;
  right: 420px;
  width: 355px;
  z-index: 2;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
main .top_fv .fv_fimg .img_shape {
  top: 12px;
  right: 90px;
  width: 448px;
  z-index: 3;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
main .top_fv .fv_fimg .img1 {
  top: 0;
  right: 0;
  width: 460px;
  z-index: 1;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
main .top_fv .fv_fimg .img2 {
  top: 330px;
  right: 80px;
  width: 300px;
  z-index: 2;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
main .top_fv .fv_fimg .img3 {
  top: 500px;
  right: 50px;
  width: 133px;
  z-index: 3;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
main .top_fv .fv_fimg .img4 {
  top: 160px;
  right: 820px;
  width: 300px;
  z-index: 1;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
main .top_fv .fv_fimg .img5 {
  top: 420px;
  right: 740px;
  width: 460px;
  z-index: 1;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
main .top_fv .fv_fimg .img6 {
  top: 240px;
  right: 1170px;
  width: 180px;
  z-index: 2;
  -webkit-transform: translateY(-30px);
          transform: translateY(-30px);
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
main .top_fv .fv_fimg .img7 {
  top: 790px;
  right: 840px;
  width: 480px;
  z-index: 2;
  -webkit-transform: translateX(30px);
          transform: translateX(30px);
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
main .top_fv .fv_fimg .img8 {
  z-index: 3;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
  display: none;
}
main .top_fv .fv_fimg .img9 {
  z-index: 3;
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  display: none;
}
main .top_fv .fv_guide {
  position: absolute;
  bottom: 0;
  right: 780px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  z-index: 4;
  opacity: 0;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  -webkit-transition: all 2s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: all 2s cubic-bezier(0.18, 0.06, 0.23, 1);
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  main .top_fv .fv_guide {
    right: 640px;
  }
}
main .top_fv .fv_guide.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
main .top_fv .fv_guide .guide_line {
  width: 1px;
  height: 390px;
  background: #cccccc;
}
main .top_fv .fv_guide .guide_text p {
  color: #999999;
  font-size: 12px;
}
main .top_fv .fv_link {
  position: absolute;
  bottom: 0;
  right: 50px;
  z-index: 11;
}
main .top_fv .fv_link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #006dbb;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
main .top_fv .fv_link:hover:after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .top_fv .fv_link:after {
    width: 100%;
  }
}
main .top_fv .fv_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  gap: 16px;
  background: #ffffff;
  position: relative;
}
main .top_fv .fv_link a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(./images/arrow.svg) center center no-repeat;
}
main .top_service {
  position: relative;
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}
main .top_service_inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .top_service_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .top_service_inner {
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 100px;
  position: relative;
  z-index: 2;
}
main .top_service .bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #f7f8f0;
  z-index: 1;
  max-width: calc(50vw + 290px);
}
@media screen and (max-width: 1300px) {
  main .top_service .bg {
    width: 100vw;
    max-width: calc(100vw - 360px);
  }
}
@media screen and (max-width: 1024px) {
  main .top_service .bg {
    width: 100vw;
    max-width: calc(100vw - 320px);
  }
}
@media screen and (max-width: 768px) {
  main .top_service .bg {
    width: 100vw;
    max-width: calc(100% - 80px);
  }
}
main .top_service .service_title {
  margin-bottom: 50px;
}
main .top_service .service_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}
@media screen and (max-width: 1200px) {
  main .top_service .service_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
main .top_service .service_item {
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
main .top_service .service_card {
  opacity: 1;
  border-radius: 3px;
  -webkit-transition: all 2s cubic-bezier(0.18, 0.06, 0.23, 1);
  transition: all 2s cubic-bezier(0.18, 0.06, 0.23, 1);
}
main .top_service .service_card .card_text {
  padding: 40px 40px 20px;
}
main .top_service .service_card .card_title {
  margin-bottom: 24px;
}
main .top_service .service_card .card_title h3 {
  position: relative;
  font-size: 20px;
  color: #333333;
  font-weight: 500;
}
main .top_service .service_card .card_title h3:after {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(./images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
main .top_service .service_card .card_desc p {
  line-height: 2;
}
main .top_service .service_card .card_img {
  overflow: hidden;
}
main .top_service .service_card .card_img_inner {
  padding: 0px 30px 30px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
main .top_service .service_card .card_img_inner img {
  width: 100%;
}
main .top_service .service_card:hover {
  opacity: 1;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
main .top_service .service_card:hover .card_title h3 {
  color: #006dbb;
  font-weight: bold;
}
main .top_service .service_card:hover .card_title h3:after {
  background: url(./images/arrow_blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
main .top_service .service_card:hover .card_img_inner {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
main .top_attorneys {
  width: 100%;
  position: relative;
  z-index: 2;
}
main .top_attorneys_inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .top_attorneys_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .top_attorneys .attorneys_title {
  padding: 0 50px;
  position: relative;
  z-index: 10;
}
main .top_attorneys .attorneys_slider {
  cursor: -webkit-grab;
  cursor: grab;
  width: 100%;
  height: 500px;
  margin-top: -60px;
}
main .top_attorneys .attorneys_slider_inner {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
@media screen and (max-width: 1200px) {
  main .top_attorneys .attorneys_slider_inner {
    -webkit-transform: translateX(160px);
            transform: translateX(160px);
  }
}
main .top_attorneys .attorneys_slider .slider_item {
  width: 800px;
  position: absolute;
  scale: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
main .top_attorneys .attorneys_slider .slider_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main .top_attorneys .attorneys_slider .slider_item:nth-child(1) {
  -webkit-transform: translateX(calc(-50% - 560px));
          transform: translateX(calc(-50% - 560px));
}
main .top_attorneys .attorneys_slider .slider_item:nth-child(2) {
  -webkit-transform: translateX(calc(-50% - 480px));
          transform: translateX(calc(-50% - 480px));
}
main .top_attorneys .attorneys_slider .slider_item:nth-child(3) {
  -webkit-transform: translateX(calc(-50% - 220px));
          transform: translateX(calc(-50% - 220px));
}
main .top_attorneys .attorneys_slider .slider_item:nth-child(4) {
  -webkit-transform: translateX(calc(-50% + 40px));
          transform: translateX(calc(-50% + 40px));
}
main .top_attorneys .attorneys_slider .slider_item:nth-child(5) {
  -webkit-transform: translateX(calc(-50% + 300px));
          transform: translateX(calc(-50% + 300px));
}
main .top_attorneys .attorneys_slider .slider_item:nth-child(6) {
  -webkit-transform: translateX(calc(-50% + 560px));
          transform: translateX(calc(-50% + 560px));
}
main .top_attorneys .attorneys_slider .slider_item.slider_item_prev2 .slider_item_inner {
  -webkit-transform: scale(0);
          transform: scale(0);
}
main .top_attorneys .attorneys_slider .slider_item.slider_item_prev .slider_item_inner {
  -webkit-transform: scale(0);
          transform: scale(0);
}
main .top_attorneys .attorneys_slider .slider_item.slider_item_current .slider_item_inner {
  -webkit-transform: scale(1);
          transform: scale(1);
}
main .top_attorneys .attorneys_slider .slider_item.slider_item_current .slider_img {
  width: 300px;
}
main .top_attorneys .attorneys_slider .slider_item.slider_item_next .slider_item_inner {
  -webkit-transform: scale(1);
          transform: scale(1);
}
main .top_attorneys .attorneys_slider .slider_item.slider_item_next .slider_text {
  -webkit-transform: scale(0);
          transform: scale(0);
}
main .top_attorneys .attorneys_slider .slider_item.slider_item_next .slider_img {
  width: 200px;
}
main .top_attorneys .attorneys_slider .slider_item.slider_item_next2 .slider_item_inner {
  -webkit-transform: scale(1);
          transform: scale(1);
}
main .top_attorneys .attorneys_slider .slider_item.slider_item_next2 .slider_text {
  -webkit-transform: scale(0);
          transform: scale(0);
}
main .top_attorneys .attorneys_slider .slider_item.slider_item_next2 .slider_img {
  width: 200px;
}
main .top_attorneys .attorneys_slider .slider_item.slider_item_next3 .slider_item_inner {
  -webkit-transform: scale(0);
          transform: scale(0);
}
main .top_attorneys .attorneys_slider .slider_item.slider_item_next3 .slider_text {
  -webkit-transform: scale(0);
          transform: scale(0);
}
main .top_attorneys .attorneys_slider .slider_item.slider_item_next3 .slider_img {
  width: 200px;
}
main .top_attorneys .attorneys_slider .slider_alp {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 25px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
main .top_attorneys .attorneys_slider .slider_alp p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-size: 10px;
  color: #666666;
  opacity: 0.66;
}
main .top_attorneys .attorneys_slider .slider_img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 300px;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: auto;
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
main .top_attorneys .attorneys_slider .slider_text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
  width: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1024px) {
  main .top_attorneys .attorneys_slider .slider_text {
    margin-right: 20px;
  }
}
main .top_attorneys .attorneys_slider .slider_name {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
main .top_attorneys .attorneys_slider .slider_name h3 {
  font-size: 24px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 8px;
  word-break: keep-all;
}
main .top_attorneys .attorneys_slider .slider_name h3 ruby rt {
  margin-bottom: 6px;
  font-size: 12px;
}
main .top_attorneys .attorneys_slider .slider_desc p {
  text-align: right;
  line-height: 2;
}
main .top_attorneys .attorneys_slider .slider_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  gap: 16px;
  background: #ffffff;
  position: relative;
}
main .top_attorneys .attorneys_slider .slider_link:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(./images/arrow.svg) center center no-repeat;
}
main .top_attorneys .attorneys_slider .slider_link {
  border-bottom: 2px solid #333333;
  width: 200px;
  pointer-events: auto;
}
main .top_attorneys .attorneys_slider .slider_controller {
  position: absolute;
  top: 420px;
  left: calc(50% + 200px);
  width: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1200px) {
  main .top_attorneys .attorneys_slider .slider_controller {
    top: 480px;
    left: calc(50% + 90px);
  }
}
main .top_attorneys .attorneys_slider .slider_controller button {
  border: none;
  background: transparent;
  cursor: pointer;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .top_attorneys .attorneys_slider .slider_controller button:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(./images/arrow.svg) center center/contain no-repeat;
}
main .top_attorneys .attorneys_slider .slider_controller button.prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
main .top_fees {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .top_fees {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .top_fees {
  position: relative;
  z-index: 2;
  margin-top: 100px;
  margin-bottom: 100px;
}
main .top_fees .fees_box {
  background: #f7f8f0;
  padding: 50px;
}
@media screen and (max-width: 1024px) {
  main .top_fees .fees_box {
    padding: 20px;
  }
}
main .top_fees .fees_box_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 70px;
}
@media screen and (max-width: 1200px) {
  main .top_fees .fees_box_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
main .top_fees .fees_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 1200px) {
  main .top_fees .fees_list {
    width: 100%;
  }
}
main .top_fees .fees_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  main .top_fees .fees_list ul {
    gap: 20px;
  }
}
main .top_fees .fees_list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  padding: 24px;
  border-radius: 3px;
  color: #333333;
  font-weight: 600;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  opacity: 1;
  position: relative;
}
main .top_fees .fees_list ul li a:hover {
  opacity: 1;
  color: #006dbb;
  font-weight: bold;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
main .top_fees .fees_list ul li a:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(./images/external_333.svg);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}
main .top_consultation {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 100px;
}
main .top_consultation .consultation_box {
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 1400px) {
  main .top_consultation .consultation_box {
    width: 100%;
    height: 100%;
    aspect-ratio: 13/3;
  }
}
main .top_consultation .consultation_box > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
main .top_consultation .consultation_text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 80px;
  padding-right: 80px;
  background: -webkit-gradient(linear, left top, left bottom, from(#3890d1), to(#006dbb));
  background: linear-gradient(180deg, #3890d1, #006dbb);
}
main .top_consultation .consultation_text p {
  color: #ffffff;
  font-size: 18px;
  letter-spacing: 4px;
}
main .top_consultation .consultation_text p:after {
  content: "";
  background: url("./images/arrow_white.svg") center no-repeat;
  width: 18px;
  height: 18px;
  display: inline-block;
  margin-top: 12px;
}
main .top_consultation .consultation_img {
  height: 100%;
}
main .top_consultation .consultation_img.left {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  background: url(./images/top/consultation_01.jpg) center/cover no-repeat;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .top_consultation .consultation_img.right {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  background: url(./images/top/consultation_02.jpg) center/cover no-repeat;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .top_news {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .top_news {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .top_news {
  position: relative;
  z-index: 2;
  margin-top: 100px;
  margin-bottom: 100px;
}
main .top_news .news_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1200px) {
  main .top_news .news_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .top_news .news_headline {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 1200px) {
  main .top_news .news_headline {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
main .top_news .news_title h2 {
  font-size: 28px;
}
main .top_news .news_link {
  position: relative;
}
main .top_news .news_link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #006dbb;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
main .top_news .news_link:hover:after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .top_news .news_link:after {
    width: 100%;
  }
}
main .top_news .news_link a {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  gap: 16px;
  background: #ffffff;
  position: relative;
}
main .top_news .news_link a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(./images/arrow.svg) center center no-repeat;
}
main .top_news .news_link a {
  padding-left: 0;
  padding-right: 0;
}
main .top_news .news_link a:after {
  margin-right: 16px;
}
main .top_news .news_splink {
  display: none;
}
main .top_news .news_list {
  width: 100%;
}
main .top_news .news_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
main .top_news .news_list ul li {
  width: 100%;
  position: relative;
}
main .top_news .news_list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 20px;
  padding-bottom: 20px;
  gap: 24px;
  border-bottom: 1px solid #f0f2f3;
  opacity: 1;
}
main .top_news .news_list ul li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #006dbb;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
main .top_news .news_list ul li a:hover:after {
  width: 100%;
}
main .top_news .news_list ul li a:after {
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
}
main .top_news .news_list ul li a .news_date {
  width: 80px;
}
main .top_news .news_list ul li a .news_date time {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
main .top_news .news_list ul li a .news_category {
  width: 100px;
  background: #f0f2f3;
  padding: 2px 4px;
  text-align: center;
}
main .top_news .news_list ul li a .news_category p {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: bold;
}
main .top_news .news_list ul li a .news_title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 24px;
  position: relative;
}
main .top_news .news_list ul li a .news_title:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(./images/arrow.svg) center center no-repeat;
}
main .top_news .news_list ul li a .news_title:after {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  background: url("./images/arrow_blue.svg") no-repeat center;
  position: absolute;
  right: 0;
  top: 8px;
}
main .top_news .news_list ul li a .news_title p {
  line-height: 2;
}
main .top_news .news_list ul li a:hover {
  opacity: 1;
}
main .top_news .news_list ul li a:hover .news_title:after {
  opacity: 1;
}
main .top_news .news_list ul li:first-child a {
  padding-top: 0;
}
main .top_aandr {
  width: 100%;
  padding-left: 0;
  padding-right: 50px;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}
main .top_aandr .aandr_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 70px;
}
@media screen and (max-width: 1400px) {
  main .top_aandr {
    height: 500px;
  }
  main .top_aandr .aandr_flex {
    width: 1250px;
    right: 50px;
    position: absolute;
    gap: 70px;
  }
}
@media screen and (max-width: 1200px) {
  main .top_aandr .aandr_flex {
    width: 1070px;
    right: 30px;
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  main .top_aandr .aandr_flex {
    width: 900px;
    right: 0px;
    gap: 20px;
  }
}
main .top_access {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
}
main .top_access .access_img {
  max-width: 334px;
  height: 500px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
main .top_access .access_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  main .top_access .access_img {
    max-width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  main .top_access .access_img {
    max-width: 250px;
  }
}
main .top_access .access_box {
  width: 460px;
  max-width: 100%;
  padding: 60px;
  background: #f7f8f0;
}
@media screen and (max-width: 1200px) {
  main .top_access .access_box {
    width: 440px;
    padding: 50px;
  }
}
@media screen and (max-width: 1024px) {
  main .top_access .access_box {
    width: 400px;
    padding: 40px;
  }
}
main .top_access .access_title {
  margin-bottom: 32px;
}
main .top_access .access_content {
  margin-bottom: 12px;
}
main .top_access .access_content p {
  line-height: 2;
}
main .top_access .access_map {
  margin-bottom: 32px;
}
main .top_access .access_map a {
  color: #006dbb;
}
main .top_access .access_note {
  margin-bottom: 50px;
}
main .top_access .access_note ul li {
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .top_access .access_note ul li:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #333333;
  border-radius: 50%;
  display: inline-block;
  margin-right: 12px;
}
main .top_access .access_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
main .top_access .access_link_inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #006dbb;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out;
}
main .top_access .access_link_inner:hover:after {
  width: 100%;
}
@media screen and (max-width: 768px) {
  main .top_access .access_link_inner:after {
    width: 100%;
  }
}
main .top_access .access_link_inner {
  width: 100%;
  max-width: 200px;
  position: relative;
}
main .top_access .access_link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  gap: 16px;
  background: #ffffff;
  position: relative;
}
main .top_access .access_link a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(./images/arrow.svg) center center no-repeat;
}
main .top_access .access_link a {
  background: transparent;
  border-bottom: 2px solid #333333;
}
main .top_recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .top_recruit > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .top_recruit .recruit_board {
  width: 334px;
  height: 500px;
  padding: 40px;
  background-image: url("./images/top/recruit.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-top: 1px solid #333333;
}
@media screen and (max-width: 1200px) {
  main .top_recruit .recruit_board {
    width: 250px;
  }
}
main .top_recruit .recruit_board p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  position: relative;
}
main .top_recruit .recruit_board p:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(./images/arrow.svg) center center no-repeat;
}
main .top_recruit .recruit_text {
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .top_recruit .recruit_text p {
  font-size: 12px;
  color: #666666;
  opacity: 0.66;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  main .top_fv {
    max-width: 600px;
    height: auto;
  }
  main .top_fv .fv_text {
    position: relative;
    width: 100%;
    right: 0;
    padding-top: 510px;
    padding-left: 135px;
  }
  main .top_fv .fv_title {
    margin-bottom: 10px;
  }
  main .top_fv .fv_title p {
    font-size: 24px;
    letter-spacing: 1px;
  }
  main .top_fv .fv_desc p {
    margin-bottom: 16px;
    padding-right: 10px;
  }
  main .top_fv .fv_desc p:last-child {
    margin-bottom: 0;
  }
  main .top_fv .fv_fimg {
    position: absolute;
    top: 0;
    width: 100%;
  }
  main .top_fv .fv_fimg .img_main {
    top: 180px;
    width: 250px;
    right: unset;
    left: 10px;
  }
  main .top_fv .fv_fimg .img_shape {
    top: 150px;
    width: 320px;
    right: unset;
    left: 180px;
  }
  main .top_fv .fv_fimg .img1 {
    top: 110px;
    right: unset;
    left: 190px;
    width: 260px;
  }
  main .top_fv .fv_fimg .img2 {
    top: 300px;
    right: unset;
    left: 280px;
    width: 190px;
  }
  main .top_fv .fv_fimg .img3 {
    top: 400px;
    right: unset;
    left: 310px;
    width: 120px;
  }
  main .top_fv .fv_fimg .img4 {
    top: 160px;
    right: unset;
    left: -110px;
    width: 170px;
  }
  main .top_fv .fv_fimg .img5 {
    top: 480px;
    right: unset;
    left: -230px;
    width: 270px;
  }
  main .top_fv .fv_fimg .img6 {
    top: 290px;
    right: unset;
    left: -190px;
    width: 180px;
  }
  main .top_fv .fv_fimg .img7 {
    display: none;
  }
  main .top_fv .fv_fimg .img8 {
    display: block;
    top: 700px;
    left: -70px;
    width: 110px;
  }
  main .top_fv .fv_fimg .img9 {
    display: block;
    top: 900px;
    left: -70px;
    width: 110px;
  }
  main .top_fv .fv_guide {
    right: unset;
    left: -40px;
  }
  main .top_fv .fv_link {
    position: relative;
    bottom: unset;
    right: unset;
    left: 135px;
    width: calc(100% - 135px);
    max-width: 200px;
  }
  main .top_service_inner {
    max-width: 600px;
    padding-left: 48px;
    padding-right: 48px;
  }
  main .top_service .service_title {
    margin-bottom: 40px;
  }
  main .top_service .service_list {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 40px;
    padding-left: 0;
    padding-right: 0;
  }
  main .top_service .service_card .card_text {
    padding: 30px 30px 20px;
  }
  main .top_service .service_card .card_title {
    margin-bottom: 10px;
  }
  main .top_service .service_card .card_img_inner {
    padding: 0;
  }
  main .top_service .service_card:hover .card_img_inner {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  main .top_attorneys_inner {
    padding: 0;
  }
  main .top_attorneys .attorneys_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0;
  }
  main .top_attorneys .attorneys_slider {
    margin-top: 40px;
  }
  main .top_attorneys .attorneys_slider_inner {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  main .top_attorneys .attorneys_slider .slider_item {
    width: 100%;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  main .top_attorneys .attorneys_slider .slider_item_inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  main .top_attorneys .attorneys_slider .slider_item:nth-child(1) {
    -webkit-transform: translate(calc(-50% - 520px));
            transform: translate(calc(-50% - 520px));
  }
  main .top_attorneys .attorneys_slider .slider_item:nth-child(2) {
    -webkit-transform: translate(calc(-50% - 260px));
            transform: translate(calc(-50% - 260px));
  }
  main .top_attorneys .attorneys_slider .slider_item:nth-child(3) {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  main .top_attorneys .attorneys_slider .slider_item:nth-child(4) {
    -webkit-transform: translate(calc(-50% + 260px));
            transform: translate(calc(-50% + 260px));
  }
  main .top_attorneys .attorneys_slider .slider_item:nth-child(5) {
    -webkit-transform: translateX(calc(-50% + 520px));
            transform: translateX(calc(-50% + 520px));
  }
  main .top_attorneys .attorneys_slider .slider_item:nth-child(6) {
    -webkit-transform: translateX(calc(-50% + 780px));
            transform: translateX(calc(-50% + 780px));
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_prev2 .slider_item_inner {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_prev2 .slider_alp {
    -webkit-transform: scale(0) translateX(calc(50% + 80px));
            transform: scale(0) translateX(calc(50% + 80px));
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_prev2 .slider_text {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_prev2 .slider_img {
    width: 180px;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_prev .slider_item_inner {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_prev .slider_alp {
    -webkit-transform: scale(0) translateX(calc(50% + 80px));
            transform: scale(0) translateX(calc(50% + 80px));
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_prev .slider_text {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_prev .slider_img {
    width: 180px;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_current .slider_item_inner {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_current .slider_alp {
    -webkit-transform: scale(1) translateX(calc(50% + 80px));
            transform: scale(1) translateX(calc(50% + 80px));
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_current .slider_text {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_current .slider_img {
    width: 180px;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_next .slider_item_inner {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_next .slider_alp {
    -webkit-transform: scale(0) translateX(calc(50% + 80px));
            transform: scale(0) translateX(calc(50% + 80px));
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_next .slider_text {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_next .slider_img {
    width: 180px;
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_next2 .slider_item_inner {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_next2 .slider_alp {
    -webkit-transform: scale(0) translateX(calc(50% + 80px));
            transform: scale(0) translateX(calc(50% + 80px));
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_next2 .slider_text {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_next2 .slider_img {
    width: 180px;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_next3 .slider_item_inner {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_next3 .slider_alp {
    -webkit-transform: scale(0) translateX(calc(50% + 80px));
            transform: scale(0) translateX(calc(50% + 80px));
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_next3 .slider_text {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_item.slider_item_next3 .slider_img {
    width: 180px;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  main .top_attorneys .attorneys_slider .slider_alp {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(calc(50% + 80px));
            transform: translateX(calc(50% + 80px));
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  main .top_attorneys .attorneys_slider .slider_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 180px;
  }
  main .top_attorneys .attorneys_slider .slider_text {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    margin-right: 0;
  }
  main .top_attorneys .attorneys_slider .slider_name {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .top_attorneys .attorneys_slider .slider_name h3 {
    font-size: 20px;
  }
  main .top_attorneys .attorneys_slider .slider_name h3 ruby rt {
    margin-bottom: 2px;
    font-size: 10px;
  }
  main .top_attorneys .attorneys_slider .slider_desc p {
    text-align: center;
  }
  main .top_attorneys .attorneys_slider .slider_link {
    width: 160px;
  }
  main .top_attorneys .attorneys_slider .slider_controller {
    width: 300px;
    top: 120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  main .top_fees {
    padding: 0;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  main .top_fees .fees_box {
    padding: 40px 50px;
    gap: 20px;
  }
  main .top_fees .fees_box_inner {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  main .top_fees .fees_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  main .top_fees .fees_list ul li a {
    padding: 12px 16px;
  }
  main .top_consultation {
    padding: 0 24px;
  }
  main .top_consultation .consultation_box {
    height: auto;
    max-width: 600px;
    margin: 0 auto;
  }
  main .top_consultation .consultation_box > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  main .top_consultation .consultation_text {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  main .top_consultation .consultation_text.vertical p {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
  main .top_consultation .consultation_text p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    padding-left: 30px;
    letter-spacing: 2px;
  }
  main .top_consultation .consultation_text p:after {
    margin-top: 0;
  }
  main .top_consultation .consultation_img {
    height: auto;
    width: auto;
    aspect-ratio: 3/1;
  }
  main .top_consultation .consultation_img.left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    background: url(./images/top/consultation_01.jpg) center/cover no-repeat;
    background-position: center 10%;
  }
  main .top_consultation .consultation_img.right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background: url(./images/top/consultation_02.jpg) center/cover no-repeat;
    background-position: center 10%;
  }
  main .top_news .news_title.content_title {
    width: 100%;
    margin-bottom: 32px;
  }
  main .top_news .news_title.content_title h2 {
    width: 100%;
    text-align: center;
  }
  main .top_news .news_title.content_title p {
    width: 100%;
    text-align: center;
  }
  main .top_news .news_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    padding: 0;
  }
  main .top_news .news_headline {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  main .top_news .news_link {
    display: none;
  }
  main .top_news .news_splink {
    display: block;
    width: 160px;
    margin: 0 auto;
    margin-top: 40px;
  }
  main .top_news .news_splink:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: #006dbb;
    -webkit-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
  }
  main .top_news .news_splink:hover:after {
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  main .top_news .news_splink:after {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main .top_news .news_splink a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px;
    gap: 16px;
    background: #ffffff;
    position: relative;
  }
  main .top_news .news_splink a:after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(./images/arrow.svg) center center no-repeat;
  }
  main .top_news .news_splink a:after {
    margin-right: 16px;
  }
  main .top_news .news_list {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  main .top_news .news_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  main .top_news .news_list ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 12px 0;
  }
  main .top_news .news_list ul li a .news_title {
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  main .top_aandr {
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0;
    margin-bottom: 50px;
  }
  main .top_aandr .aandr_flex {
    width: 100%;
    right: unset;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
  }
  main .top_access {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  main .top_access .access_title {
    margin-top: 8px;
    margin-bottom: 0;
  }
  main .top_access .access_img {
    max-width: 100%;
    width: 100%;
    height: auto;
    aspect-ratio: 18/7;
  }
  main .top_access .access_box {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
  main .top_access .access_content {
    margin-bottom: 8px;
  }
  main .top_access .access_map {
    margin-bottom: 16px;
  }
  main .top_access .access_note {
    margin-bottom: 8px;
  }
  main .top_access .access_link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  main .top_recruit {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 25px 25px;
  }
  main .top_recruit > a {
    width: 100%;
    position: relative;
  }
  main .top_recruit .recruit_board {
    width: 100%;
    height: auto;
    aspect-ratio: 72/50;
    border-top: 0px;
    border-left: 1px solid #333333;
    background-image: url("./images/top/recruit_sp.jpg");
    padding: 24px;
  }
  main .top_recruit .recruit_board p {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 22px;
  }
  main .top_recruit .recruit_text {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }
}
main .archive, main .single {
  position: relative;
}
main .archive_bg, main .single_bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #f7f8f0;
  z-index: 1;
  max-width: calc(50vw + 290px);
}
@media screen and (max-width: 1300px) {
  main .archive_bg, main .single_bg {
    width: 100vw;
    max-width: calc(100vw - 360px);
  }
}
@media screen and (max-width: 1024px) {
  main .archive_bg, main .single_bg {
    width: 100vw;
    max-width: calc(100vw - 320px);
  }
}
@media screen and (max-width: 768px) {
  main .archive_bg, main .single_bg {
    width: 100vw;
    max-width: calc(100% - 80px);
  }
}
main .archive_flex, main .single_flex {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .archive_flex, main .single_flex {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .archive_flex, main .single_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
  position: relative;
  gap: 40px;
  z-index: 2;
}
main .archive_content, main .single_content {
  width: 100%;
  max-width: 800px;
  padding-top: 50px;
}
@media screen and (max-width: 1300px) {
  main .archive_content, main .single_content {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 1024px) {
  main .archive_content, main .single_content {
    width: calc(100% - 260px);
  }
}
main .archive_list, main .single_list {
  margin-bottom: 100px;
}
main .archive_sidebar, main .single_sidebar {
  width: 100%;
  max-width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  main .archive_sidebar, main .single_sidebar {
    max-width: 180px;
  }
}
main .archive_side_title h2,
main .archive_side_title h3,
main .archive_side_title h4, main .single_side_title h2,
main .single_side_title h3,
main .single_side_title h4 {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1.6;
  font-size: 20px;
  margin-bottom: 4px;
  letter-spacing: 4px;
}
main .archive_side_title p, main .single_side_title p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  color: #333333;
  font-size: 12px;
  letter-spacing: 2px;
}
main .archive_side_title, main .single_side_title {
  margin-bottom: 24px;
}
main .archive_side_list ul, main .single_side_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
main .archive_side_list ul li a, main .single_side_list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
main .archive_side_list ul li a:before, main .single_side_list ul li a:before {
  content: "";
  background: url(./images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 0;
}
main .archive_pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
main .archive_pagination ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-bottom: 1px solid #cccccc;
  color: #cccccc;
  font-size: 18px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .archive_pagination ul li.disabled a {
  opacity: 0.5;
  pointer-events: none;
}
main .archive_pagination ul li.current a {
  border-bottom: 1px solid #333333;
  color: #333333;
}
main .archive_pagination ul li.prev a, main .archive_pagination ul li.next a {
  font-size: 12px;
}
main .single_content {
  padding-top: 0;
}
main .single_content_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 0px;
  padding-bottom: 20px;
  gap: 12px 24px;
  border-bottom: 1px solid #cccccc;
  opacity: 1;
}
main .single_content_header .single_date {
  width: 80px;
}
main .single_content_header .single_date time {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 2px;
}
main .single_content_header .single_category {
  width: 100px;
  background: #f0f2f3;
  padding: 2px 4px;
  text-align: center;
}
main .single_content_header .single_category p {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: bold;
}
main .single_content_header .single_title {
  width: 100%;
}
main .single_content_header .single_title h1 {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-size: 24px;
  line-height: 2;
}
main .single_content_main {
  padding-top: 40px;
  padding-bottom: 40px;
}
main .single_content_main *:last-child {
  margin-bottom: 0 !important;
}
main .single_content_main h2, main .single_content_main h3, main .single_content_main h4, main .single_content_main h5 {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
main .single_content_main h2 {
  font-size: 28px;
  line-height: 2;
}
main .single_content_main h3 {
  font-size: 24px;
  line-height: 2;
}
main .single_content_main h4 {
  font-size: 20px;
  line-height: 2;
}
main .single_content_main h5 {
  font-size: 18px;
  line-height: 2;
}
main .single_content_main p {
  margin-bottom: 20px;
  line-height: 2;
}
main .single_content_main ul,
main .single_content_main ol {
  margin-bottom: 20px;
}
main .single_content_main ul li,
main .single_content_main ol li {
  list-style-type: disc;
  margin-bottom: 10px;
  margin-left: 24px;
}
main .single_content_main img {
  max-width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
main .single_content_main em {
  font-style: normal;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  main .archive_flex, main .single_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 100px;
    padding: 50px 25px;
  }
  main .archive_content, main .single_content {
    width: 100%;
    max-width: 100%;
  }
  main .archive_sidebar, main .single_sidebar {
    width: 100%;
    max-width: 100%;
  }
  main .archive_list, main .single_list {
    margin-bottom: 50px;
  }
}
main .page_about_greeting {
  padding-top: 90px;
  padding-bottom: 120px;
  background-color: #f7f8f0;
}
main .page_about_greeting .greeting_inner {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_about_greeting .greeting_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_about_greeting .greeting_inner {
  padding-left: 100px;
  padding-right: 100px;
}
main .page_about_greeting .greeting_title {
  margin-bottom: 0;
}
main .page_about_greeting .greeting_title h2 {
  text-align: left;
  line-height: 1.6;
  font-size: 32px;
  letter-spacing: 8px;
}
main .page_about_greeting .greeting_desc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: -30px;
}
@media screen and (max-width: 1200px) {
  main .page_about_greeting .greeting_desc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
main .page_about_greeting .greeting_img {
  width: 340px;
  padding-right: 70px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .page_about_greeting .greeting_img {
    width: 300px;
  }
}
main .page_about_greeting .greeting_img img {
  width: 100%;
  height: auto;
}
main .page_about_greeting .greeting_img_main {
  position: relative;
  width: 100%;
}
main .page_about_greeting .greeting_img_shape {
  position: absolute;
  bottom: 0;
  left: 30px;
  width: 450px;
  z-index: 1;
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 1200px) {
  main .page_about_greeting .greeting_img_shape {
    width: 350px;
  }
}
main .page_about_greeting .greeting_p {
  width: calc(100% - 340px);
}
@media screen and (max-width: 1200px) {
  main .page_about_greeting .greeting_p {
    width: calc(100% - 300px);
  }
}
main .page_about_greeting .greeting_p p {
  letter-spacing: 0px;
  text-align: left;
}
main .page_about_direction {
  padding-bottom: 80px;
  margin-top: -50px;
  padding-left: 100px;
  padding-right: 100px;
}
@media screen and (max-width: 1024px) {
  main .page_about_direction {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_about_direction {
  position: relative;
}
main .page_about_direction .direction_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_about_direction .direction_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_about_direction .direction_inner {
  max-width: 1100px;
  padding-top: 80px;
  padding-bottom: 100px;
  border: 1px solid #cccccc;
}
main .page_about_direction .direction_imgbox {
  position: relative;
}
main .page_about_direction .direction_mainimg {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
main .page_about_direction .direction_arrow {
  max-width: min(33%, 315px);
  position: absolute;
  top: 520px;
  left: 50%;
  -webkit-transform: translateX(calc(-50% - 230px));
          transform: translateX(calc(-50% - 230px));
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 1100px) {
  main .page_about_direction .direction_arrow {
    top: 87%;
    -webkit-transform: translateX(-130%);
            transform: translateX(-130%);
  }
}
main .page_about_direction .direction_text {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding-left: 80px;
}
main .page_about_direction .direction_text ul {
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
main .page_about_direction .direction_text ul li h3 {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
main .page_about_direction .direction_text ul li p {
  line-height: 2;
}
main .page_about_direction .direction_text ul li:last-child {
  margin-bottom: 0;
}
main .page_about_direction .direction_sptext {
  display: none;
}
main .page_about_lawyer {
  padding-bottom: 130px;
}
main .page_about_lawyer .lawyer_flex {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_about_lawyer .lawyer_flex {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_about_lawyer .lawyer_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
main .page_about_lawyer .lawyer_title {
  width: 250px;
  margin-bottom: 0;
}
main .page_about_lawyer .lawyer_title h2 {
  text-align: left;
  line-height: 2;
}
main .page_about_lawyer .lawyer_title p {
  text-align: left;
}
@media screen and (max-width: 1200px) {
  main .page_about_lawyer .lawyer_title {
    width: 200px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_about_lawyer .lawyer_title {
    width: 180px;
  }
}
main .page_about_lawyer .lawyer_list {
  width: calc(100% - 250px);
  display: block;
  padding-left: 0px;
  padding-right: 0px;
}
@media screen and (max-width: 1200px) {
  main .page_about_lawyer .lawyer_list {
    width: calc(100% - 200px);
  }
}
@media screen and (max-width: 1024px) {
  main .page_about_lawyer .lawyer_list {
    width: calc(100% - 180px);
  }
}
main .page_about_lawyer .lawyer_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  padding-left: 0;
  padding-right: 0;
}
main .page_about_lawyer .lawyer_list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main .page_about_lawyer .lawyer_list ul li a .lawyer_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
main .page_about_lawyer .lawyer_list ul li a .lawyer_item_bg {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .page_about_lawyer .lawyer_list ul li a .lawyer_item_bg img {
  width: 100%;
  height: auto;
}
main .page_about_lawyer .lawyer_list ul li a .lawyer_item_name {
  width: 100%;
  max-width: 250px;
}
main .page_about_lawyer .lawyer_list ul li a .lawyer_item_name h3 {
  font-family: "YuGo-Medium", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  color: #333333;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
main .page_about_lawyer .lawyer_list ul li a .lawyer_item_name h3:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("./images/arrow.svg") no-repeat center center;
  background-size: contain;
}
main .page_about_lawyer .lawyer_list ul li a .lawyer_item_name p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  color: #333333;
  font-size: 11px;
}
main .page_about_lawyer .lawyer_list ul li a:hover .lawyer_item_bg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
main .page_about_lawyer .lawyer_list ul li a:hover .lawyer_item_name h3 {
  color: #006dbb;
}
main .page_about_lawyer .lawyer_list ul li a:hover .lawyer_item_name h3:after {
  background: url("./images/arrow_blue.svg") no-repeat center center;
  background-size: contain;
}
main .page_about_lawyer .lawyer_list ul li a:hover .lawyer_item_name p {
  color: #006dbb;
}
main .page_about_feature1 {
  padding-top: 100px;
}
main .page_about_feature1 .feature1_content {
  height: 400dvh;
  position: relative;
}
main .page_about_feature1 .feature1_content_box {
  position: sticky;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100%;
}
main .page_about_feature1 .feature1_content_dot {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
main .page_about_feature1 .feature1_content_dot span {
  display: block;
  width: 10px;
  height: 10px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 50%;
}
main .page_about_feature1 .feature1_content_dot span.active {
  background: #006dbb;
  border-color: #006dbb;
}
main .page_about_feature1 .feature1_content_flex {
  background: #ffffff;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  z-index: 5;
  width: calc(100% - 100px);
  max-width: 1100px;
  height: 100dvh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  padding: 0 30px 0 50px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
main .page_about_feature1 .feature1_content_flex[data-scroll-sticky="1"] {
  z-index: 1;
}
main .page_about_feature1 .feature1_content_flex[data-scroll-sticky="2"] {
  z-index: 2;
}
main .page_about_feature1 .feature1_content_flex[data-scroll-sticky="3"] {
  z-index: 3;
}
main .page_about_feature1 .feature1_content_flex[data-scroll-sticky="4"] {
  z-index: 4;
}
main .page_about_feature1 .feature1_content_flex.active {
  opacity: 1;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
  pointer-events: auto;
}
@media screen and (max-width: 1200px) {
  main .page_about_feature1 .feature1_content_flex {
    width: calc(100% - 80px);
    max-width: 1024px;
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_about_feature1 .feature1_content_flex {
    width: calc(100% - 40px);
    max-width: 768px;
    gap: 20px;
  }
}
main .page_about_feature1 .feature1_content_landmark {
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
}
main .page_about_feature1 .feature1_content_landmark p {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
main .page_about_feature1 .feature1_content_landmark:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 1px;
  background: #cccccc;
}
main .page_about_feature1 .feature1_content_img {
  width: 330px;
}
@media screen and (max-width: 1200px) {
  main .page_about_feature1 .feature1_content_img {
    width: 280px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_about_feature1 .feature1_content_img {
    width: 220px;
  }
}
main .page_about_feature1 .feature1_content_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .page_about_feature1 .feature1_content_text h3 {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-size: 28px;
  letter-spacing: 4px;
  line-height: 2;
  margin-bottom: 24px;
}
main .page_about_feature1 .feature1_content_text p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 1200px) {
  main .page_about_feature1 .feature1_content_text h3 {
    font-size: 24px;
  }
  main .page_about_feature1 .feature1_content_text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_about_feature1 .feature1_content_text h3 {
    font-size: 20px;
  }
  main .page_about_feature1 .feature1_content_text p {
    font-size: 14px;
  }
}
main .page_about_feature2 {
  padding-top: 100px;
  padding-bottom: 100px;
}
main .page_about_feature2 .feature2_content {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_about_feature2 .feature2_content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_about_feature2 .feature2_content_landmark {
  position: relative;
}
main .page_about_feature2 .feature2_content_landmark p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  text-align: center;
}
main .page_about_feature2 .feature2_content_landmark:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 20px;
  background: #cccccc;
}
main .page_about_feature2 .feature2_content_title {
  margin-top: 70px;
  margin-bottom: 8px;
}
main .page_about_feature2 .feature2_content_title h3 {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-size: 28px;
  letter-spacing: 4px;
  line-height: 2;
  text-align: center;
}
main .page_about_feature2 .feature2_content_desc {
  margin-bottom: 60px;
}
main .page_about_feature2 .feature2_content_desc p {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
main .page_about_feature2 .feature2_imggrid {
  width: 100%;
  overflow: hidden;
}
main .page_about_feature2 .feature2_imggrid ul {
  width: 270vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-animation: autoscroll-left 60s linear infinite;
          animation: autoscroll-left 60s linear infinite;
}
main .page_about_feature2 .feature2_imggrid ul li {
  width: 30vw;
  padding: 0 15px;
}
main .page_about_feature2 .feature2_imggrid ul li figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .page_about_feature2 .feature2_imggrid ul li figure figcaption {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 2px;
}

@media screen and (max-width: 768px) {
  main .page_about_greeting {
    padding-top: 50px;
    padding-bottom: 100px;
  }
  main .page_about_greeting .greeting_inner {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    max-width: 480px;
  }
  main .page_about_greeting .greeting_title {
    margin: 16px 0 32px;
    padding-left: 170px;
    width: 100%;
  }
  main .page_about_greeting .greeting_title h2 {
    text-align: left;
    font-size: 20px;
    letter-spacing: 4px;
    margin: 0;
    min-height: 210px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  main .page_about_greeting .greeting_desc {
    width: 100%;
    margin-top: 0px;
  }
  main .page_about_greeting .greeting_img {
    width: 140px;
    position: absolute;
    top: 0;
    padding: 0;
  }
  main .page_about_greeting .greeting_img_main {
    position: relative;
    width: 100%;
  }
  main .page_about_greeting .greeting_img_shape {
    position: absolute;
    bottom: 0;
    width: 220px;
    left: 10px;
    z-index: 1;
    opacity: 0.5;
    pointer-events: none;
  }
  main .page_about_greeting .greeting_p {
    width: 100%;
  }
  main .page_about_greeting .greeting_p p {
    letter-spacing: 0px;
    text-align: left;
  }
  main .page_about_direction {
    padding-bottom: 50px;
    margin-top: -50px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }
  main .page_about_direction .direction_inner {
    max-width: 480px;
    padding-top: 80px;
    padding-bottom: 60px;
    padding-left: 25px;
    padding-right: 25px;
  }
  main .page_about_direction .direction_imgbox {
    position: relative;
  }
  main .page_about_direction .direction_mainimg {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  main .page_about_direction .direction_arrow {
    display: none;
  }
  main .page_about_direction .direction_text {
    display: none;
  }
  main .page_about_direction .direction_sptext {
    display: block;
    margin: 20px 0;
  }
  main .page_about_direction .direction_sptext .page_mod_title {
    margin-bottom: 20px;
    width: 100%;
  }
  main .page_about_direction .direction_sptext .page_mod_title h2 {
    text-align: left;
    margin-bottom: 0;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  main .page_about_direction .direction_sptext .page_mod_title p {
    text-align: left;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  main .page_about_direction .direction_sptext div:first-child {
    font-size: 14px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  main .page_about_direction .direction_sptext div:last-child {
    font-size: 14px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  main .page_about_direction .swiper-pagination {
    bottom: 60px;
  }
  main .page_about_lawyer {
    padding-bottom: 40px;
  }
  main .page_about_lawyer .lawyer_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    max-width: 480px;
  }
  main .page_about_lawyer .lawyer_title {
    width: 100%;
    margin-bottom: 0;
  }
  main .page_about_lawyer .lawyer_title h2 {
    text-align: left;
  }
  main .page_about_lawyer .lawyer_title p {
    text-align: left;
  }
  main .page_about_lawyer .lawyer_list {
    width: 100%;
    overflow: auto;
  }
  main .page_about_lawyer .lawyer_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 140%;
  }
  main .page_about_lawyer .lawyer_list ul li a .lawyer_item {
    gap: 20px;
  }
  main .page_about_lawyer .lawyer_list ul li a .lawyer_item_name {
    width: 100%;
    max-width: 100%;
  }
  main .page_about_lawyer .lawyer_list ul li a .lawyer_item_name h3 {
    font-size: 18px;
  }
  main .page_about_lawyer .lawyer_list ul li a:hover .lawyer_item_bg {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  main .page_about_feature1 {
    padding-top: 50px;
  }
  main .page_about_feature1 .about_feature1_title {
    margin-bottom: 0;
  }
  main .page_about_feature1 .feature1_content {
    height: auto;
  }
  main .page_about_feature1 .feature1_content_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    position: relative;
    height: auto;
    gap: 50px;
    margin: 0 auto;
    max-width: 480px;
    margin-bottom: 50px;
  }
  main .page_about_feature1 .feature1_content_dot {
    display: none;
  }
  main .page_about_feature1 .feature1_content_flex {
    width: 100%;
    max-width: 480px;
    gap: 0;
    background: #ffffff;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: unset;
            transform: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: auto;
    padding: 0 20px 0 20px;
    opacity: 1;
  }
  main .page_about_feature1 .feature1_content_flex.active {
    opacity: 1;
  }
  main .page_about_feature1 .feature1_content_landmark {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: transparent;
    margin-top: 16px;
  }
  main .page_about_feature1 .feature1_content_landmark p {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    font-size: 12px;
    letter-spacing: 2px;
  }
  main .page_about_feature1 .feature1_content_landmark:after {
    content: "";
    position: absolute;
    top: -32px;
    right: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 1px;
    height: 30px;
    background: #cccccc;
  }
  main .page_about_feature1 .feature1_content_img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    padding-top: 30px;
  }
  main .page_about_feature1 .feature1_content_text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  main .page_about_feature1 .feature1_content_text h3 {
    font-size: 24px;
    text-align: center;
  }
  main .page_about_feature1 .feature1_content_text p {
    font-size: 14px;
    padding-right: 20px;
  }
  main .page_about_feature2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main .page_about_feature2 .feature2_content {
    padding-left: 20px;
    padding-right: 20px;
  }
  main .page_about_feature2 .feature2_content_landmark {
    position: relative;
  }
  main .page_about_feature2 .feature2_content_title {
    margin-top: 40px;
    margin-bottom: 8px;
  }
  main .page_about_feature2 .feature2_content_title h3 {
    font-size: 24px;
    letter-spacing: 4px;
  }
  main .page_about_feature2 .feature2_content_desc {
    margin-bottom: 30px;
  }
  main .page_about_feature2 .feature2_content_desc p {
    font-size: 14px;
    text-align: left;
  }
  main .page_about_feature2 .feature2_imggrid {
    width: 100%;
    overflow: hidden;
  }
  main .page_about_feature2 .feature2_imggrid ul {
    width: 540vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-animation: autoscroll-left 60s linear infinite;
            animation: autoscroll-left 60s linear infinite;
  }
  main .page_about_feature2 .feature2_imggrid ul li {
    width: 60vw;
    padding: 0 5px;
  }
  main .page_about_feature2 .feature2_imggrid ul li figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  main .page_about_feature2 .feature2_imggrid ul li figure figcaption {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 2px;
  }
}
main .page_service_outline .outline_inner {
  width: 100%;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
main .page_service_outline .outline_bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #f7f8f0;
  z-index: 1;
  max-width: calc(50vw + 290px);
}
@media screen and (max-width: 1300px) {
  main .page_service_outline .outline_bg {
    width: 100vw;
    max-width: calc(100vw - 360px);
  }
}
@media screen and (max-width: 1024px) {
  main .page_service_outline .outline_bg {
    width: 100vw;
    max-width: calc(100vw - 320px);
  }
}
@media screen and (max-width: 768px) {
  main .page_service_outline .outline_bg {
    width: 100vw;
    max-width: calc(100% - 80px);
  }
}
main .page_service_outline .outline_box {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_service_outline .outline_box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_service_outline .outline_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  main .page_service_outline .outline_box {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_service_outline .outline_box {
    gap: 30px;
  }
}
main .page_service_outline .outline_flex {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  main .page_service_outline .outline_flex {
    max-width: 900px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_service_outline .outline_flex {
    max-width: 700px;
  }
}
main .page_service_outline .outline_flex a {
  overflow: clip;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
main .page_service_outline .outline_flex a:last-child {
  margin-bottom: 0;
}
main .page_service_outline .outline_flex a:hover .outline_img img {
  -webkit-transform: scale(1.23);
          transform: scale(1.23);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .page_service_outline .outline_flex a:hover .outline_title h2 {
  color: #006dbb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .page_service_outline .outline_flex a:hover .outline_title h2:after {
  background: url(./images/arrow_blue.svg) center center/contain no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main .page_service_outline .outline_flex a:hover .outline_landmark p {
  color: #006dbb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  main .page_service_outline .outline_flex a {
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_service_outline .outline_flex a {
    gap: 20px;
  }
}
main .page_service_outline .outline_img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-width: 430px;
  width: 100%;
  height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
main .page_service_outline .outline_img img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  main .page_service_outline .outline_img {
    max-width: 330px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_service_outline .outline_img {
    max-width: 230px;
  }
}
main .page_service_outline .outline_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
main .page_service_outline .outline_textinner {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 60px;
}
main .page_service_outline .outline_title {
  margin-bottom: 16px;
}
main .page_service_outline .outline_title h2 {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-size: 28px;
  letter-spacing: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
main .page_service_outline .outline_title h2:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(./images/arrow.svg) center center/contain no-repeat;
}
@media screen and (max-width: 1200px) {
  main .page_service_outline .outline_title h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_service_outline .outline_title h2 {
    font-size: 20px;
  }
}
main .page_service_outline .outline_desc p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1024px) {
  main .page_service_outline .outline_desc p {
    font-size: 14px;
  }
}
main .page_service_outline .outline_landmark {
  position: absolute;
  bottom: 0;
  right: 24px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main .page_service_outline .outline_landmark p {
  text-align: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  main .page_service_outline .outline_landmark {
    right: 16px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_service_outline .outline_landmark {
    right: 8px;
  }
}
main .page_service_detail {
  margin-bottom: 150px;
}
main .page_service_detail .detail_box {
  width: 100%;
  position: relative;
  padding-top: 90px;
  padding-bottom: 160px;
  background: #f7f8f0;
}
main .page_service_detail .detail_box_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_service_detail .detail_box_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_service_detail .detail_box_inner {
  max-width: 1000px;
  display: block;
}
@media screen and (max-width: 1200px) {
  main .page_service_detail .detail_box_inner {
    max-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_service_detail .detail_box_inner {
    max-width: 600px;
  }
}
main .page_service_detail .detail_title {
  margin-bottom: 60px;
}
main .page_service_detail .detail_title h2 {
  font-size: 32px;
  letter-spacing: 8px;
  text-align: left;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  main .page_service_detail .detail_title h2 {
    font-size: 28px;
  }
}
main .page_service_detail .detail_desc p {
  text-align: left;
}
main .page_service_detail .detail_external {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_service_detail .detail_external {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_service_detail .detail_external {
  margin-top: -60px;
  position: relative;
  z-index: 2;
}
main .page_service_other {
  margin-top: 150px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f7f8f0;
}
main .page_service_other .other_title h2,
main .page_service_other .other_title h3,
main .page_service_other .other_title h4 {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1.6;
  font-size: 28px;
  margin-bottom: 4px;
  letter-spacing: 4px;
}
main .page_service_other .other_title p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  color: #333333;
  font-size: 12px;
  letter-spacing: 2px;
}
main .page_service_other .other_title h2 {
  text-align: center;
}
main .page_service_other .other_title p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  main .page_service_outline .outline_flex {
    max-width: 600px;
  }
  main .page_service_outline .outline_flex a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  main .page_service_outline .outline_flex a:last-child {
    margin-bottom: 0;
  }
  main .page_service_outline .outline_flex a:hover .outline_img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  main .page_service_outline .outline_img {
    max-width: 100%;
    width: 100%;
    height: auto;
    padding-top: 30px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }
  main .page_service_outline .outline_text {
    width: 100%;
  }
  main .page_service_outline .outline_textinner {
    padding-top: 16px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  main .page_service_outline .outline_title {
    margin-bottom: 16px;
  }
  main .page_service_outline .outline_title h2 {
    font-size: 20px;
  }
  main .page_service_outline .outline_desc p {
    font-size: 14px;
  }
  main .page_service_outline .outline_landmark {
    display: none;
  }
  main .page_service_detail {
    margin-bottom: 80px;
  }
  main .page_service_detail .detail_box {
    width: 100%;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  main .page_service_detail .detail_box_inner {
    max-width: 600px;
  }
  main .page_service_detail .detail_title {
    margin-bottom: 30px;
  }
  main .page_service_detail .detail_title h2 {
    font-size: 24px;
  }
  main .page_service_detail .detail_desc p {
    text-align: left;
    font-size: 14px;
  }
  main .page_service_detail .detail_external {
    max-width: 600px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
  }
  main .page_service_other {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
main .page_lawyer_list {
  padding-top: 120px;
  padding-bottom: 80px;
  background-color: #f7f8f0;
}
main .page_lawyer_intro {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f7f8f0;
}
@media screen and (max-width: 1200px) {
  main .page_lawyer_intro {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}
main .page_lawyer_intro .intro_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_lawyer_intro .intro_inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_lawyer_intro .intro_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
main .page_lawyer_intro .intro_img {
  width: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  main .page_lawyer_intro .intro_img {
    width: 350px;
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_lawyer_intro .intro_img {
    width: 300px;
    gap: 30px;
  }
}
main .page_lawyer_intro .intro_text {
  padding-top: 110px;
  width: calc(100% - 500px);
}
main .page_lawyer_intro .intro_text p {
  line-height: 2;
  margin-bottom: 36px;
  text-align: left;
}
main .page_lawyer_intro .intro_text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1200px) {
  main .page_lawyer_intro .intro_text {
    padding-top: 30px;
    width: calc(100% - 400px);
  }
}
@media screen and (max-width: 1024px) {
  main .page_lawyer_intro .intro_text {
    padding-top: 30px;
    width: calc(100% - 350px);
  }
}
main .page_lawyer_career .career_flex:after,
main .page_lawyer_career .works_flex:after,
main .page_lawyer_career .lecture_flex:after,
main .page_lawyer_career .media_flex:after, main .page_lawyer_works .career_flex:after,
main .page_lawyer_works .works_flex:after,
main .page_lawyer_works .lecture_flex:after,
main .page_lawyer_works .media_flex:after, main .page_lawyer_lecture .career_flex:after,
main .page_lawyer_lecture .works_flex:after,
main .page_lawyer_lecture .lecture_flex:after,
main .page_lawyer_lecture .media_flex:after, main .page_lawyer_media .career_flex:after,
main .page_lawyer_media .works_flex:after,
main .page_lawyer_media .lecture_flex:after,
main .page_lawyer_media .media_flex:after {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  main .page_lawyer_career .career_flex:after,
  main .page_lawyer_career .works_flex:after,
  main .page_lawyer_career .lecture_flex:after,
  main .page_lawyer_career .media_flex:after, main .page_lawyer_works .career_flex:after,
  main .page_lawyer_works .works_flex:after,
  main .page_lawyer_works .lecture_flex:after,
  main .page_lawyer_works .media_flex:after, main .page_lawyer_lecture .career_flex:after,
  main .page_lawyer_lecture .works_flex:after,
  main .page_lawyer_lecture .lecture_flex:after,
  main .page_lawyer_lecture .media_flex:after, main .page_lawyer_media .career_flex:after,
  main .page_lawyer_media .works_flex:after,
  main .page_lawyer_media .lecture_flex:after,
  main .page_lawyer_media .media_flex:after {
    content: "";
    width: calc(100% - 40px);
  }
}
main .page_lawyer_career .list_year, main .page_lawyer_works .list_year, main .page_lawyer_lecture .list_year, main .page_lawyer_media .list_year {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  min-width: 80px;
}
main .page_lawyer_career .list_year p, main .page_lawyer_works .list_year p, main .page_lawyer_lecture .list_year p, main .page_lawyer_media .list_year p {
  font-size: 14px;
}
main .page_lawyer_career .list_text p, main .page_lawyer_works .list_text p, main .page_lawyer_lecture .list_text p, main .page_lawyer_media .list_text p {
  font-size: 14px;
}
main .page_lawyer_career .career_flex {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_lawyer_career .career_flex {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_lawyer_career .career_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .page_lawyer_career .career_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_lawyer_career .career_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
main .page_lawyer_career .career_headline {
  width: 100%;
  max-width: 160px;
}
main .page_lawyer_career .career_headline h2,
main .page_lawyer_career .career_headline h3,
main .page_lawyer_career .career_headline h4 {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1.6;
  font-size: 28px;
  margin-bottom: 4px;
  letter-spacing: 4px;
}
main .page_lawyer_career .career_headline p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  color: #333333;
  font-size: 12px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1200px) {
  main .page_lawyer_career .career_headline {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_lawyer_career .career_headline {
    max-width: 180px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
main .page_lawyer_career .career_content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  main .page_lawyer_career .career_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_lawyer_career .career_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
@media screen and (max-width: 1200px) {
  main .page_lawyer_career .career_list {
    width: 50%;
  }
}
@media screen and (max-width: 1024px) {
  main .page_lawyer_career .career_list {
    width: 100%;
  }
}
main .page_lawyer_career .career_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
main .page_lawyer_career .career_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
main .page_lawyer_works .works_flex {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_lawyer_works .works_flex {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_lawyer_works .works_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  gap: 80px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .page_lawyer_works .works_flex {
    gap: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_lawyer_works .works_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
main .page_lawyer_works .works_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 50%;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  main .page_lawyer_works .works_content {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_lawyer_works .works_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    gap: 20px;
  }
}
main .page_lawyer_works .works_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
main .page_lawyer_works .works_title h2,
main .page_lawyer_works .works_title h3,
main .page_lawyer_works .works_title h4 {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1.6;
  font-size: 28px;
  margin-bottom: 4px;
  letter-spacing: 4px;
}
main .page_lawyer_works .works_title p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  color: #333333;
  font-size: 12px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1200px) {
  main .page_lawyer_works .works_title {
    gap: 20px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_lawyer_works .works_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 180px;
    gap: 0;
  }
}
main .page_lawyer_works .works_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
main .page_lawyer_works .works_list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
}
main .page_lawyer_lecture .lecture_flex {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_lawyer_lecture .lecture_flex {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_lawyer_lecture .lecture_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .page_lawyer_lecture .lecture_flex {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_lawyer_lecture .lecture_flex {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 20px;
  }
}
main .page_lawyer_lecture .lecture_headline {
  width: 100%;
  max-width: 160px;
}
main .page_lawyer_lecture .lecture_headline h2,
main .page_lawyer_lecture .lecture_headline h3,
main .page_lawyer_lecture .lecture_headline h4 {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1.6;
  font-size: 28px;
  margin-bottom: 4px;
  letter-spacing: 4px;
}
main .page_lawyer_lecture .lecture_headline p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  color: #333333;
  font-size: 12px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  main .page_lawyer_lecture .lecture_headline {
    max-width: 180px;
  }
}
main .page_lawyer_lecture .lecture_list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
main .page_lawyer_lecture .lecture_list > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  main .page_lawyer_lecture .lecture_list > ul > li {
    gap: 20px;
  }
}
main .page_lawyer_lecture .lecture_list > ul > li .lecture_childlist > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
}
main .page_lawyer_lecture .lecture_list > ul > li .lecture_childlist > ul > li .lecture_text p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
}
main .page_lawyer_media .media_flex {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_lawyer_media .media_flex {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_lawyer_media .media_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  main .page_lawyer_media .media_flex {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_lawyer_media .media_flex {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 20px;
  }
}
main .page_lawyer_media .media_headline {
  width: 100%;
  max-width: 260px;
}
main .page_lawyer_media .media_headline h2,
main .page_lawyer_media .media_headline h3,
main .page_lawyer_media .media_headline h4 {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1.6;
  font-size: 28px;
  margin-bottom: 4px;
  letter-spacing: 4px;
}
main .page_lawyer_media .media_headline p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  color: #333333;
  font-size: 12px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  main .page_lawyer_media .media_headline {
    max-width: 180px;
  }
}
main .page_lawyer_media .media_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
}
main .page_lawyer_media .media_content p {
  color: #333333;
  font-size: 14px;
  line-height: 2;
}
main .page_lawyer_other {
  margin-top: 150px;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #f7f8f0;
}
main .page_lawyer_other .other_title h2,
main .page_lawyer_other .other_title h3,
main .page_lawyer_other .other_title h4 {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1.6;
  font-size: 28px;
  margin-bottom: 4px;
  letter-spacing: 4px;
}
main .page_lawyer_other .other_title p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  color: #333333;
  font-size: 12px;
  letter-spacing: 2px;
}
main .page_lawyer_other .other_title h2 {
  text-align: center;
}
main .page_lawyer_other .other_title p {
  text-align: center;
}

@media screen and (max-width: 768px) {
  main .page_lawyer_intro .intro_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 600px;
  }
  main .page_lawyer_intro .intro_img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main .page_lawyer_intro .intro_text {
    padding-top: 0px;
    margin-bottom: 40px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main .page_lawyer_intro .intro_text p {
    line-height: 2;
    margin-bottom: 24px;
  }
  main .page_lawyer_career .career_flex {
    max-width: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main .page_lawyer_career .career_headline {
    width: 100%;
    max-width: 100%;
  }
  main .page_lawyer_career .career_headline h2 {
    margin-bottom: 0;
  }
  main .page_lawyer_career .career_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  main .page_lawyer_career .career_list {
    width: 100%;
  }
  main .page_lawyer_career .career_list ul {
    gap: 10px;
  }
  main .page_lawyer_works .works_flex {
    max-width: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main .page_lawyer_works .works_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    gap: 20px;
  }
  main .page_lawyer_works .works_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 100%;
  }
  main .page_lawyer_works .works_title h2 {
    margin-bottom: 0;
  }
  main .page_lawyer_works .works_list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px;
  }
  main .page_lawyer_works .works_list ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 16px;
  }
  main .page_lawyer_lecture .lecture_flex {
    max-width: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main .page_lawyer_lecture .lecture_headline {
    width: 100%;
    max-width: 180px;
  }
  main .page_lawyer_lecture .lecture_list > ul > li {
    gap: 20px;
  }
  main .page_lawyer_media .media_flex {
    max-width: 600px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main .page_lawyer_media .media_headline {
    max-width: 100%;
  }
  main .page_lawyer_media .media_headline h2 {
    margin-bottom: 0;
  }
  main .page_lawyer_media .media_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
  }
  main .page_lawyer_media .media_content p {
    color: #333333;
    font-size: 14px;
    line-height: 2;
  }
  main .page_lawyer_other {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
main .page_consultation_base {
  position: relative;
}
main .page_consultation_base .base_bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #f7f8f0;
  z-index: 1;
  max-width: calc(50vw + 290px);
}
@media screen and (max-width: 1300px) {
  main .page_consultation_base .base_bg {
    width: 100vw;
    max-width: calc(100vw - 360px);
  }
}
@media screen and (max-width: 1024px) {
  main .page_consultation_base .base_bg {
    width: 100vw;
    max-width: calc(100vw - 320px);
  }
}
@media screen and (max-width: 768px) {
  main .page_consultation_base .base_bg {
    width: 100vw;
    max-width: calc(100% - 80px);
  }
}
main .page_consultation_base .base_flex {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_consultation_base .base_flex {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_consultation_base .base_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 0;
  position: relative;
  gap: 30px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  main .page_consultation_base .base_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 80px;
    max-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_consultation_base .base_flex {
    padding-bottom: 50px;
    max-width: 600px;
  }
}
main .page_consultation_base .base_headline {
  width: 100%;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  main .page_consultation_base .base_headline {
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 20px;
  }
}
main .page_consultation_base .base_title h2,
main .page_consultation_base .base_title h3,
main .page_consultation_base .base_title h4 {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1.6;
  font-size: 28px;
  margin-bottom: 4px;
  letter-spacing: 4px;
}
main .page_consultation_base .base_title p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  color: #333333;
  font-size: 12px;
  letter-spacing: 2px;
}
main .page_consultation_base .base_worktime p {
  color: #333333;
}
@media screen and (max-width: 1200px) {
  main .page_consultation_base .base_worktime {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
  }
  main .page_consultation_base .base_worktime p {
    font-size: 14px;
  }
}
main .page_consultation_base .base_content {
  width: 100%;
  padding-right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  main .page_consultation_base .base_content {
    padding-right: 0;
  }
}
main .page_consultation_base .base_box {
  border: 1px solid #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding-left: 80px;
  padding-top: 45px;
  padding-bottom: 45px;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  main .page_consultation_base .base_box {
    padding-left: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_consultation_base .base_box {
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
  }
}
main .page_consultation_base .base_box_title h2,
main .page_consultation_base .base_box_title h3,
main .page_consultation_base .base_box_title h4 {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1.6;
  font-size: 22px;
  margin-bottom: 4px;
  letter-spacing: 4px;
}
main .page_consultation_base .base_box_title p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  color: #333333;
  font-size: 12px;
  letter-spacing: 2px;
}
main .page_consultation_base .base_box_title {
  width: 100%;
  max-width: 220px;
}
@media screen and (max-width: 1200px) {
  main .page_consultation_base .base_box_title {
    max-width: 170px;
  }
  main .page_consultation_base .base_box_title h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_consultation_base .base_box_title {
    max-width: 120px;
  }
  main .page_consultation_base .base_box_title h3 {
    font-size: 18px;
  }
}
main .page_consultation_base .base_box_pricelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1200px) {
  main .page_consultation_base .base_box_pricelist {
    gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_consultation_base .base_box_pricelist {
    gap: 5px;
  }
}
main .page_consultation_base .base_box_price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
main .page_consultation_base .base_box_price_title {
  width: 100px;
}
main .page_consultation_base .base_box_price_title h4 {
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  background: #d6d7cd;
  width: 100%;
  padding: 4px 4px;
}
main .page_consultation_base .base_box_price_content p {
  font-size: 16px;
}
main .page_consultation_base .base_box_price_content p span {
  font-size: 30px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  letter-spacing: 6px;
}
main .page_consultation_base .base_box_price_content p em {
  font-size: 24px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-style: normal;
}
main .page_consultation_base .base_note ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 6px;
}
main .page_consultation_base .base_note ul li {
  font-size: 12px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
main .page_consultation_base .base_note ul li::before {
  content: "※";
  display: block;
  margin-right: 0px;
}
main .page_consultation_flow .flow_flex {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_consultation_flow .flow_flex {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_consultation_flow .flow_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 150px;
  padding-bottom: 150px;
  padding-right: 50px;
  position: relative;
  gap: 30px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  main .page_consultation_flow .flow_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 100px;
    padding-bottom: 80px;
    max-width: 800px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_consultation_flow .flow_flex {
    padding-top: 80px;
    padding-bottom: 50px;
    max-width: 600px;
  }
}
main .page_consultation_flow .flow_headline {
  width: 100%;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
}
main .page_consultation_flow .flow_title h2,
main .page_consultation_flow .flow_title h3,
main .page_consultation_flow .flow_title h4 {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1.6;
  font-size: 28px;
  margin-bottom: 4px;
  letter-spacing: 4px;
}
main .page_consultation_flow .flow_title p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  color: #333333;
  font-size: 12px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1200px) {
  main .page_consultation_flow .flow_title br {
    display: none;
  }
}
main .page_consultation_flow .flow_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
}
main .page_consultation_flow .flow_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background: #f7f8f0;
  padding: 48px 48px;
}
@media screen and (max-width: 1200px) {
  main .page_consultation_flow .flow_section {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_consultation_flow .flow_section {
    padding: 30px 30px;
  }
}
main .page_consultation_flow .flow_section_sectitle p {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1.5;
  font-size: 22px;
  margin-bottom: 16px;
}
main .page_consultation_flow .flow_section_text {
  width: 100%;
}
main .page_consultation_flow .flow_section_text p {
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 16px;
}
main .page_consultation_flow .flow_section_text p.note {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 2;
}
main .page_consultation_flow .flow_section_limgflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 30px;
  position: relative;
}
main .page_consultation_flow .flow_section_limgflex_img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  min-width: 174px;
}
@media screen and (max-width: 1200px) {
  main .page_consultation_flow .flow_section_limgflex_img {
    min-width: 120px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_consultation_flow .flow_section_limgflex_img {
    min-width: 80px;
  }
}
main .page_consultation_flow .flow_section_flex {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 50px;
  position: relative;
}
main .page_consultation_flow .flow_section_flex:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #cbd6dc;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  main .page_consultation_flow .flow_section_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    margin-top: 20px;
  }
  main .page_consultation_flow .flow_section_flex:after {
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(calc(-50% - 20px));
            transform: translateY(calc(-50% - 20px));
  }
}
@media screen and (max-width: 1024px) {
  main .page_consultation_flow .flow_section_flex {
    gap: 20px;
    margin-top: 10px;
  }
}
main .page_consultation_flow .flow_section_flex_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
main .page_consultation_flow .flow_section_flex_item_title {
  width: 140px;
}
main .page_consultation_flow .flow_section_flex_item_title p {
  text-align: center;
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 2;
  background: #d6d7cd;
  width: 100%;
  padding: 4px 4px;
}
main .page_consultation_flow .flow_section_flex_item_tel a {
  font-size: 36px;
  letter-spacing: 2px;
  line-height: 2;
  color: #333333;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
}
main .page_consultation_flow .flow_section_flex_item_tel p {
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 2;
  color: #333333;
  text-align: center;
}
main .page_consultation_flow .flow_section_flex_item_contact {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}
main .page_consultation_flow .flow_section_flex_item_contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  gap: 16px;
  background: #ffffff;
  position: relative;
}
main .page_consultation_flow .flow_section_flex_item_contact a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(./images/arrow.svg) center center no-repeat;
}
main .page_consultation_flow .flow_section_flex_item_contact a {
  background: #ffffff;
  color: #333333;
  max-width: 330px;
  width: 100%;
  border-radius: 4px;
  padding: 20px 36px;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
main .page_consultation_flow .flow_section_flex_item_contact a:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#3890d1), to(#006dbb));
  background: linear-gradient(180deg, #3890d1, #006dbb);
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
main .page_consultation_flow .flow_section_flex_item_contact a:after {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
main .page_consultation_flow .flow_section_flex_item_contact a:hover {
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  color: #fff;
  border: 1px solid #006dbb;
}
main .page_consultation_flow .flow_section_flex_item_contact a:hover:before {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
main .page_consultation_flow .flow_section_flex_item_contact a:hover:after {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(./images/arrow_white.svg) center center no-repeat;
}
main .page_consultation_flow .flow_section_flex_item_text p {
  text-align: left;
  letter-spacing: -1px;
}
main .page_consultation_flow .flow_section_btnbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  main .page_consultation_flow .flow_section_btnbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_consultation_flow .flow_section_btnbox {
    gap: 15px;
  }
}
main .page_consultation_flow .flow_section_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px;
}
main .page_consultation_flow .flow_section_btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  gap: 16px;
  background: #ffffff;
  position: relative;
}
main .page_consultation_flow .flow_section_btn a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(./images/arrow.svg) center center no-repeat;
}
main .page_consultation_flow .flow_section_btn a {
  background: #ffffff;
  color: #333333;
  max-width: 400px;
  width: 100%;
  border-radius: 4px;
  padding: 20px 36px;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
main .page_consultation_flow .flow_section_btn a:before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#3890d1), to(#006dbb));
  background: linear-gradient(180deg, #3890d1, #006dbb);
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
main .page_consultation_flow .flow_section_btn a:after {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
main .page_consultation_flow .flow_section_btn a:hover {
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out, border 0.3s ease-in-out;
  color: #fff;
  border: 1px solid #006dbb;
}
main .page_consultation_flow .flow_section_btn a:hover:before {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}
main .page_consultation_flow .flow_section_btn a:hover:after {
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(./images/arrow_white.svg) center center no-repeat;
}

@media screen and (max-width: 768px) {
  main .page_consultation_base {
    position: relative;
  }
  main .page_consultation_base .base_bg {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #f7f8f0;
    z-index: 1;
    max-width: calc(50vw + 290px);
  }
}
@media screen and (max-width: 768px) and (max-width: 1300px) {
  main .page_consultation_base .base_bg {
    width: 100vw;
    max-width: calc(100vw - 360px);
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  main .page_consultation_base .base_bg {
    width: 100vw;
    max-width: calc(100vw - 320px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  main .page_consultation_base .base_bg {
    width: 100vw;
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 768px) {
  main .page_consultation_base .base_flex {
    padding-top: 100px;
    padding-bottom: 40px;
    max-width: 600px;
    margin: 0 auto;
    gap: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
  main .page_consultation_base .base_headline {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
  main .page_consultation_base .base_title h2 {
    margin-bottom: 0;
  }
  main .page_consultation_base .base_content {
    gap: 20px;
    padding-right: 0;
  }
  main .page_consultation_base .base_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    gap: 10px;
  }
  main .page_consultation_base .base_box_title {
    width: 100%;
    max-width: 100%;
  }
  main .page_consultation_base .base_box_title br {
    display: none;
  }
  main .page_consultation_base .base_box_pricelist {
    width: 100%;
  }
  main .page_consultation_base .base_box_price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  main .page_consultation_base .base_box_price_title {
    width: 100px;
  }
  main .page_consultation_base .base_box_price_title h4 {
    text-align: center;
    font-size: 12px;
    background: #cbd6dc;
    width: 100%;
    padding: 2px 2px;
  }
  main .page_consultation_base .base_box_price_content p {
    font-size: 12px;
  }
  main .page_consultation_base .base_box_price_content p span {
    font-size: 18px;
    letter-spacing: 2px;
  }
  main .page_consultation_base .base_box_price_content p em {
    font-size: 16px;
  }
  main .page_consultation_flow .flow_flex {
    padding: 40px 25px;
    max-width: 600px;
    margin: 0 auto;
    gap: 20px;
  }
  main .page_consultation_flow .flow_headline {
    width: 100%;
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
  }
  main .page_consultation_flow .flow_title {
    width: 100%;
    max-width: 100%;
  }
  main .page_consultation_flow .flow_title br {
    display: none;
  }
  main .page_consultation_flow .flow_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  main .page_consultation_flow .flow_section {
    padding: 24px 16px;
  }
  main .page_consultation_flow .flow_section_sectitle p {
    font-size: 20px;
    margin-bottom: 16px;
  }
  main .page_consultation_flow .flow_section_text {
    width: 100%;
  }
  main .page_consultation_flow .flow_section_text p {
    text-align: left;
    letter-spacing: 0;
    margin-bottom: 8px;
  }
  main .page_consultation_flow .flow_section_text p.note {
    font-size: 12px;
    letter-spacing: 0;
  }
  main .page_consultation_flow .flow_section_limgflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 30px;
    position: relative;
  }
  main .page_consultation_flow .flow_section_limgflex_img {
    display: none;
  }
  main .page_consultation_flow .flow_section_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    margin-top: 20px;
  }
  main .page_consultation_flow .flow_section_flex:after {
    -webkit-transform: translateY(calc(-50% - 15px));
            transform: translateY(calc(-50% - 15px));
  }
  main .page_consultation_flow .flow_section_flex_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  main .page_consultation_flow .flow_section_flex_item_title {
    width: 100%;
  }
  main .page_consultation_flow .flow_section_flex_item_title p {
    text-align: center;
    font-size: 12px;
    letter-spacing: 0px;
  }
  main .page_consultation_flow .flow_section_flex_item_tel a {
    font-size: 24px;
    text-decoration: underline;
  }
  main .page_consultation_flow .flow_section_flex_item_tel p {
    font-size: 12px;
    letter-spacing: 0px;
  }
  main .page_consultation_flow .flow_section_flex_item_contact {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px;
  }
  main .page_consultation_flow .flow_section_flex_item_contact a {
    width: 100%;
    max-width: 100%;
    padding: 12px 24px;
    font-size: 14px;
  }
  main .page_consultation_flow .flow_section_flex_item_text p {
    text-align: left;
    letter-spacing: -1px;
  }
  main .page_consultation_flow .flow_section_btnbox {
    margin-top: 20px;
    gap: 15px;
  }
  main .page_consultation_flow .flow_section_btn {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0px;
  }
  main .page_consultation_flow .flow_section_btn a {
    width: 100%;
    max-width: 100%;
    padding: 12px 24px;
    font-size: 14px;
  }
}
main .page_access_map {
  position: relative;
}
main .page_access_map .map_bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #f7f8f0;
  z-index: 1;
  max-width: calc(50vw + 290px);
}
@media screen and (max-width: 1300px) {
  main .page_access_map .map_bg {
    width: 100vw;
    max-width: calc(100vw - 360px);
  }
}
@media screen and (max-width: 1024px) {
  main .page_access_map .map_bg {
    width: 100vw;
    max-width: calc(100vw - 320px);
  }
}
@media screen and (max-width: 768px) {
  main .page_access_map .map_bg {
    width: 100vw;
    max-width: calc(100% - 80px);
  }
}
main .page_access_map .map_bg {
  height: calc(100% - 160px);
}
main .page_access_map .map_flex {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_access_map .map_flex {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_access_map .map_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 80px;
  padding-right: 50px;
  position: relative;
  gap: 30px;
  z-index: 2;
}
main .page_access_map .map_headline {
  width: 100%;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
}
main .page_access_map .map_title h2,
main .page_access_map .map_title h3,
main .page_access_map .map_title h4 {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1.6;
  font-size: 28px;
  margin-bottom: 4px;
  letter-spacing: 4px;
}
main .page_access_map .map_title p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  color: #333333;
  font-size: 12px;
  letter-spacing: 2px;
}
main .page_access_map .map_address p {
  line-height: 2;
}
main .page_access_map .map_direction p {
  line-height: 2;
}
main .page_access_map .map_content {
  width: 100%;
}
main .page_access_map .map_content_gmap {
  width: 100%;
}
main .page_access_map .map_content_gmap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 22/10;
}
@media screen and (max-width: 1200px) {
  main .page_access_map .map_content_gmap iframe {
    aspect-ratio: 16/10;
  }
}
@media screen and (max-width: 1024px) {
  main .page_access_map .map_content_gmap iframe {
    aspect-ratio: 12/10;
  }
}
main .page_access_parking .parking_title p {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-align: center;
  font-size: 24px;
  letter-spacing: 3px;
}
main .page_access_parking .parking_desc {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_access_parking .parking_desc {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_access_parking .parking_desc {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 50px;
  margin-top: 20px;
}
main .page_access_parking .parking_desc p {
  line-height: 2;
}
main .page_access_parking .parking_imglist {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_access_parking .parking_imglist {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_access_parking .parking_imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 50px;
  margin-top: 30px;
}
main .page_access_parking .parking_imglist img {
  width: 100%;
  height: auto;
}
main .page_access_parking .parking_imgright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
main .page_access_parking .parking_imgright img {
  width: 100%;
  height: auto;
}
main .page_access_parking .parking_imgright p {
  font-size: 14px;
  margin-top: 8px;
  line-height: 2;
  text-align: center;
}
main .page_access_contact .contact_flex {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_access_contact .contact_flex {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_access_contact .contact_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 100px;
  padding-bottom: 80px;
  padding-right: 50px;
  position: relative;
  gap: 30px;
  z-index: 2;
}
main .page_access_contact .contact_headline {
  width: 100%;
  max-width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
}
main .page_access_contact .contact_title h2,
main .page_access_contact .contact_title h3,
main .page_access_contact .contact_title h4 {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1.6;
  font-size: 28px;
  margin-bottom: 4px;
  letter-spacing: 4px;
}
main .page_access_contact .contact_title p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  color: #333333;
  font-size: 12px;
  letter-spacing: 2px;
}
main .page_access_contact .contact_content {
  width: 100%;
}
main .page_access_contact .contact_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border: 1px solid #cccccc;
  padding: 40px;
}
main .page_access_contact .contact_box_tel a {
  font-size: 36px;
  letter-spacing: 2px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
}
main .page_access_contact .contact_box_time p {
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  main .page_access_map {
    position: relative;
  }
  main .page_access_map .map_bg {
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: #f7f8f0;
    z-index: 1;
    max-width: calc(50vw + 290px);
    height: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 1300px) {
  main .page_access_map .map_bg {
    width: 100vw;
    max-width: calc(100vw - 360px);
  }
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  main .page_access_map .map_bg {
    width: 100vw;
    max-width: calc(100vw - 320px);
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  main .page_access_map .map_bg {
    width: 100vw;
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 768px) {
  main .page_access_map .map_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 40px;
    padding-right: 25px;
    padding-left: 25px;
    position: relative;
    gap: 30px;
    z-index: 2;
  }
  main .page_access_map .map_headline {
    width: 100%;
    max-width: 100%;
    gap: 20px;
  }
  main .page_access_map .map_content {
    width: 100%;
  }
  main .page_access_map .map_content_gmap {
    width: 100%;
  }
  main .page_access_map .map_content_gmap iframe {
    aspect-ratio: 1/1;
  }
  main .page_access_parking {
    margin-top: 20px;
  }
  main .page_access_parking .parking_title p {
    font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
    font-weight: 500;
    font-optical-sizing: auto;
    text-align: center;
    font-size: 24px;
    letter-spacing: 3px;
  }
  main .page_access_parking .parking_desc {
    margin-top: 20px;
    padding: 0 25px;
  }
  main .page_access_parking .parking_imglist {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 10px;
    margin-top: 20px;
  }
  main .page_access_parking .parking_imgright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  main .page_access_parking .parking_imgright p {
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
  }
  main .page_access_contact .contact_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 25px;
    gap: 20px;
  }
  main .page_access_contact .contact_headline {
    width: 100%;
    max-width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
  }
  main .page_access_contact .contact_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border: 1px solid #cccccc;
    padding: 20px;
  }
  main .page_access_contact .contact_box_tel a {
    font-size: 24px;
    text-decoration: underline;
  }
  main .page_access_contact .contact_box_time p {
    font-size: 12px;
  }
}
main .page_recruit .recruit_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  gap: 40px;
  z-index: 2;
}
main .page_recruit .recruit_pagelink {
  background: #f7f8f0;
}
main .page_recruit .recruit_pagelink .wp-block-group__inner-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_recruit .recruit_pagelink .wp-block-group__inner-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_recruit .recruit_pagelink .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  gap: 40px;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  main .page_recruit .recruit_pagelink .wp-block-group__inner-container {
    padding-top: 100px;
    padding-bottom: 60px;
    padding-left: 100px;
    padding-right: 100px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_recruit .recruit_pagelink .wp-block-group__inner-container {
    padding-top: 100px;
    padding-bottom: 60px;
    padding-left: 80px;
    padding-right: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
main .page_recruit .recruit_pagelink .wp-block-group__inner-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
}
main .page_recruit .recruit_pagelink .wp-block-group__inner-container a:before {
  content: "";
  width: 10px;
  height: 10px;
  background: url(./images/arrow.svg);
  background-size: cover;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
main .page_recruit .recruit_item {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_recruit .recruit_item {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_recruit .recruit_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-right: 50px;
  position: relative;
  gap: 100px;
  z-index: 2;
}
main .page_recruit .recruit_item > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1200px) {
  main .page_recruit .recruit_item > .wp-block-group__inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  main .page_recruit .recruit_item > .wp-block-group__inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
main .page_recruit .recruit_item_title {
  width: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1200px) {
  main .page_recruit .recruit_item_title {
    width: 100%;
  }
}
main .page_recruit .recruit_item_title h2,
main .page_recruit .recruit_item_title h3,
main .page_recruit .recruit_item_title h4 {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  line-height: 1.6;
  font-size: 28px;
  margin-bottom: 4px;
  letter-spacing: 4px;
}
main .page_recruit .recruit_item_title p {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  color: #333333;
  font-size: 12px;
  letter-spacing: 2px;
}
main .page_recruit .recruit_item figure.wp-block-flexible-table-block-table {
  width: calc(100% - 270px);
}
@media screen and (max-width: 1200px) {
  main .page_recruit .recruit_item figure.wp-block-flexible-table-block-table {
    width: 100%;
  }
}
main .page_recruit .recruit_item table {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .page_recruit .recruit_item table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  border-top: 1px solid #cccccc;
}
main .page_recruit .recruit_item table tr:last-child {
  border-bottom: 1px solid #cccccc;
}
main .page_recruit .recruit_item table td {
  border: none;
}
main .page_recruit .recruit_item table td:first-child {
  width: 100%;
  max-width: 160px;
  display: block;
  padding: 30px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}
main .page_recruit .recruit_item table td:last-child {
  width: 100%;
  padding: 30px 10px;
  font-size: 16px;
  color: #333333;
}
main .page_recruit .recruit_contact {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_recruit .recruit_contact {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_recruit .recruit_contact {
  padding-top: 30px;
  padding-bottom: 120px;
}
main .page_recruit .recruit_contact_title p {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-size: 20px;
  margin-bottom: 4px;
  text-align: center;
}
main .page_recruit .recruit_contact_box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-top: 20px;
  background: #f7f8f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px;
}
main .page_recruit .recruit_contact_box_tel a {
  font-size: 32px;
  letter-spacing: 3px;
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
}
main .page_recruit .recruit_contact_box_time p {
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  main .page_recruit .recruit_content {
    padding-top: 40px;
    padding-bottom: 40px;
    gap: 20px;
  }
  main .page_recruit .recruit_pagelink .wp-block-group__inner-container {
    padding: 20px 25px;
  }
  main .page_recruit .recruit_pagelink_item a {
    gap: 10px;
  }
  main .page_recruit .recruit_item {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 30px;
    position: relative;
    gap: 40px;
    z-index: 2;
  }
  main .page_recruit .recruit_item > .wp-block-group__inner-container {
    gap: 20px;
  }
  main .page_recruit .recruit_item_title {
    width: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 40px;
  }
  main .page_recruit .recruit_item table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    border-top: 1px solid #cccccc;
    padding: 16px 8px;
  }
  main .page_recruit .recruit_item table td:first-child {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 0;
    font-size: 14px;
    color: #333333;
  }
  main .page_recruit .recruit_item table td:last-child {
    width: 100%;
    padding: 0;
    font-size: 14px;
    color: #333333;
  }
  main .page_recruit .recruit_contact {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  main .page_recruit .recruit_contact_title p {
    font-size: 16px;
  }
  main .page_recruit .recruit_contact_box {
    padding: 20px;
  }
  main .page_recruit .recruit_contact_box_tel a {
    font-size: 24px;
    letter-spacing: 2px;
    text-decoration: underline;
  }
  main .page_recruit .recruit_contact_box_time p {
    font-size: 12px;
  }
}
main .page_contact {
  position: relative;
}
main .page_contact .contact_announce {
  position: relative;
}
main .page_contact .contact_announce_bg {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #f7f8f0;
  z-index: 1;
  max-width: 100vw;
}
@media screen and (max-width: 1300px) {
  main .page_contact .contact_announce_bg {
    width: 100vw;
    max-width: 100vw;
  }
}
@media screen and (max-width: 1024px) {
  main .page_contact .contact_announce_bg {
    width: 100vw;
    max-width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  main .page_contact .contact_announce_bg {
    width: 100vw;
    max-width: 100vw;
  }
}
main .page_contact .contact_announce_text {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_contact .contact_announce_text {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_contact .contact_announce_text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 60px;
  padding-bottom: 60px;
  gap: 40px;
  z-index: 2;
}
main .page_contact .contact_content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_contact .contact_content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_contact .contact_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 100px;
  padding-bottom: 100px;
}
main .page_contact .contact_progress {
  width: 100%;
  margin: 0 auto;
}
main .page_contact .contact_progress_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
main .page_contact .contact_progress_inner_item {
  width: 100%;
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #cccccc;
  padding: 12px;
  position: relative;
}
main .page_contact .contact_progress_inner_item:after {
  content: "";
  display: block;
  position: absolute;
  right: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 2px;
  background: #333333;
  z-index: 1;
}
main .page_contact .contact_progress_inner_item:last-child:after {
  display: none;
}
main .page_contact .contact_progress_inner_item.active {
  background: #333333;
}
main .page_contact .contact_progress_inner_item.active p {
  color: #ffffff;
}
main .page_contact .contact_progress_inner_item p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #666666;
}

@media screen and (max-width: 768px) {
  main .page_contact .contact_progress {
    width: 100%;
    margin: 0 auto;
  }
  main .page_contact .contact_progress_inner {
    gap: 20px;
  }
  main .page_contact .contact_progress_inner_item {
    width: 100%;
    max-width: 200px;
    padding: 8px;
    position: relative;
  }
  main .page_contact .contact_progress_inner_item:after {
    content: "";
    right: -20px;
    width: 20px;
  }
  main .page_contact .contact_progress_inner_item:last-child:after {
    display: none;
  }
  main .page_contact .contact_progress_inner_item.active {
    background: #333333;
  }
  main .page_contact .contact_progress_inner_item.active p {
    color: #fff;
  }
  main .page_contact .contact_progress_inner_item p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #666666;
  }
}
main .page_sitemap {
  position: relative;
}
main .page_sitemap .sitemap_content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_sitemap .sitemap_content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_sitemap .sitemap_content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 2;
}
main .page_sitemap .sitemap_content .menu_container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px 20px;
  width: 100%;
}
main .page_sitemap .sitemap_content .menu_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 70px;
}
main .page_sitemap .sitemap_content .menu_item.pc1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
main .page_sitemap .sitemap_content .menu_item.pc2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
main .page_sitemap .sitemap_content .menu_item.pc3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
main .page_sitemap .sitemap_content .menu_item.pc4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
main .page_sitemap .sitemap_content .menu_item.pc5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
main .page_sitemap .sitemap_content .menu_item.pc6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
main .page_sitemap .sitemap_content .menu_item.pc7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}
main .page_sitemap .sitemap_content .menu_item.pc8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}
main .page_sitemap .sitemap_content .menu_subitem > a, main .page_sitemap .sitemap_content .menu_subitem p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 4px;
}
main .page_sitemap .sitemap_content .menu_subitem > a span, main .page_sitemap .sitemap_content .menu_subitem p span {
  font-family: "Quicksand", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1024px) {
  main .page_sitemap .sitemap_content .menu_subitem > a, main .page_sitemap .sitemap_content .menu_subitem p {
    font-size: 16px;
  }
  main .page_sitemap .sitemap_content .menu_subitem > a span, main .page_sitemap .sitemap_content .menu_subitem p span {
    font-size: 12px;
  }
}
main .page_sitemap .sitemap_content .menu_subitem ul {
  margin-top: 24px;
}
main .page_sitemap .sitemap_content .menu_subitem ul li {
  margin-bottom: 16px;
}
main .page_sitemap .sitemap_content .menu_subitem ul li:last-child {
  margin-bottom: 0;
}
main .page_sitemap .sitemap_content .menu_subitem ul li > a {
  font-size: 16px;
  font-weight: 600;
  color: #666666;
  letter-spacing: 4px;
}
@media screen and (max-width: 1024px) {
  main .page_sitemap .sitemap_content .menu_subitem ul li > a {
    font-size: 14px;
  }
}
main .page_sitemap .sitemap_content .menu_subitem ul li > a.external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
main .page_sitemap .sitemap_content .menu_subitem ul li > a.external:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(./images/external_333.svg) center center no-repeat;
}

@media screen and (max-width: 768px) {
  main .page_sitemap .sitemap_content {
    max-width: 600px;
  }
  main .page_sitemap .sitemap_content .menu_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
  }
  main .page_sitemap .sitemap_content .menu_item {
    gap: 40px;
  }
  main .page_sitemap .sitemap_content .menu_item.pc1, main .page_sitemap .sitemap_content .menu_item.pc2, main .page_sitemap .sitemap_content .menu_item.pc3, main .page_sitemap .sitemap_content .menu_item.pc4, main .page_sitemap .sitemap_content .menu_item.pc5, main .page_sitemap .sitemap_content .menu_item.pc6, main .page_sitemap .sitemap_content .menu_item.pc7, main .page_sitemap .sitemap_content .menu_item.pc8 {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
  }
  main .page_sitemap .sitemap_content .menu_item.sp1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  main .page_sitemap .sitemap_content .menu_item.sp2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  main .page_sitemap .sitemap_content .menu_item.sp3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  main .page_sitemap .sitemap_content .menu_item.sp4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  main .page_sitemap .sitemap_content .menu_item.sp5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  main .page_sitemap .sitemap_content .menu_item.sp6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  main .page_sitemap .sitemap_content .menu_item.sp7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  main .page_sitemap .sitemap_content .menu_item.sp8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  main .page_sitemap .sitemap_content .menu_subitem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 10px;
  }
  main .page_sitemap .sitemap_content .menu_subitem > a, main .page_sitemap .sitemap_content .menu_subitem p {
    min-width: 125px;
    font-size: 18px;
    letter-spacing: 2px;
  }
  main .page_sitemap .sitemap_content .menu_subitem > a span, main .page_sitemap .sitemap_content .menu_subitem p span {
    font-size: 10px;
  }
  main .page_sitemap .sitemap_content .menu_subitem > ul {
    margin-top: 0;
  }
  main .page_sitemap .sitemap_content .menu_subitem > ul li {
    margin-bottom: 10px;
  }
  main .page_sitemap .sitemap_content .menu_subitem > ul li > a {
    font-size: 14px;
    letter-spacing: 2px;
  }
}
main .page_privacy {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 1024px) {
  main .page_privacy {
    padding-left: 30px;
    padding-right: 30px;
  }
}
main .page_privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
  gap: 40px;
}
main .page_privacy .privacy_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
main .page_privacy .privacy_section h2 {
  font-family: "YuMin-Medium", "Yu Mincho", "YuMincho", serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-size: 24px;
  margin-bottom: 24px;
  letter-spacing: 4px;
  line-height: 1.6;
}
main .page_privacy .privacy_section > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 10px;
  margin: 24px 0;
}
main .page_privacy .privacy_section > ul > li {
  color: #333333;
  list-style: decimal;
  margin-left: 20px;
}
main .page_privacy .privacy_section > ul > li > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 5px;
  margin: 10px 0;
}
main .page_privacy .privacy_section > ul > li > ul > li {
  color: #333333;
  margin-left: 20px;
}
main .page_privacy .privacy_section a {
  text-decoration: underline;
}
main .page_privacy .privacy_section a.tel {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}
main .page_privacy .privacy_section.footer {
  margin-top: 24px;
  text-align: right;
}
main .page_privacy .privacy_section.footer p {
  font-size: 14px;
}
main .page_privacy .privacy_btn {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  main .page_privacy {
    max-width: 600px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  main .page_privacy .privacy_section a.tel {
    text-decoration: underline;
    pointer-events: auto;
    cursor: pointer;
  }
  main .page_privacy .privacy_btn {
    margin-top: 30px;
  }
}