@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

html {
  width: 100%;
}

body {
  font: 500 16px/1.7 "Noto Sans JP", sans-serif;
  color: #474747;
  text-align: left;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}

.win body {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  color: #474747;
  transition: 0.3s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

.opacity {
  transition: 0.3s;
}
.opacity:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

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

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

.tb {
  display: none;
}
@media screen and (max-width: 1200px) {
  .tb {
    display: inherit;
  }
}

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

::-moz-selection {
  background-color: #fff800;
  color: #474747;
}

::selection {
  background-color: #fff800;
  color: #474747;
}

@media screen and (max-width: 767px) {
  #container_wrap {
    min-width: 1px;
  }
}

.inner, .inner_l_2, .inner_s, .inner_l {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .inner, .inner_l_2, .inner_s, .inner_l {
    padding: 0 8%;
  }
}

.inner_l {
  max-width: 1420px;
}

.inner_s {
  max-width: 1076px;
}

.inner_l_2 {
  max-width: 1360px;
}
@media screen and (max-width: 767px) {
  .inner_l_2 {
    padding: 0;
  }
}

#main {
  width: 70%;
}
@media screen and (max-width: 767px) {
  #main {
    width: 100%;
    margin-bottom: 25%;
  }
}

#sub {
  width: 18%;
}
@media screen and (max-width: 767px) {
  #sub {
    width: 100%;
  }
}

#top_main {
  width: 100%;
  padding: 0;
  margin: 0 0 50px;
}

#top_left {
  width: 50%;
  float: left;
}

#top_right {
  width: 50%;
  float: right;
}

.section_top .section_1 {
  padding: 100px 0 120px;
}
@media screen and (max-width: 767px) {
  .section_top .section_1 {
    padding: 60px 0 80px;
  }
}
.section_top .section_1 .list_section > li {
  margin-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .section_top .section_1 .list_section > li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .section_top .section_1 .list_section > li:nth-of-type(odd) {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_1 .list_section > li {
    margin-bottom: 60px;
  }
}
.section_top .section_1 .list_section > li:last-of-type {
  margin-bottom: 0;
}
.section_top .section_1 .list_section > li .box_l {
  width: 51%;
}
@media screen and (max-width: 1200px) {
  .section_top .section_1 .list_section > li .box_l {
    width: 46%;
  }
}
.section_top .section_1 .list_section > li .box_l .top_img_sp_wrap {
  display: none;
}
.section_top .section_1 .list_section > li .box_l > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -23px;
}
@media screen and (max-width: 767px) {
  .section_top .section_1 .list_section > li .box_l > ul {
    margin-bottom: 0;
    padding: 0 8%;
  }
}
.section_top .section_1 .list_section > li .box_l > ul > li {
  width: 160px;
  height: 138px;
  margin-bottom: 23px;
}
@media screen and (max-width: 767px) {
  .section_top .section_1 .list_section > li .box_l > ul > li {
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
  }
  .section_top .section_1 .list_section > li .box_l > ul > li:last-of-type {
    margin-bottom: 0;
  }
}
.section_top .section_1 .list_section > li .box_l > ul > li > a {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  background: url(../images/pentagon.svg) no-repeat top center/contain;
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .section_top .section_1 .list_section > li .box_l > ul > li > a {
    background: #F7F7F7;
  }
}
.section_top .section_1 .list_section > li .box_l > ul > li > a:hover {
  opacity: 0.6;
}
.section_top .section_1 .list_section > li .box_l > ul > li > a::after {
  position: absolute;
  content: "";
  background: url(../images/arrow.svg) no-repeat top center/contain;
  width: 10px;
  height: 7px;
  left: 50%;
  bottom: 22px;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .section_top .section_1 .list_section > li .box_l > ul > li > a::after {
    top: 50%;
    right: 14px;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_1 .list_section > li .box_l {
    width: 100%;
  }
  .section_top .section_1 .list_section > li .box_l .top_img_01_sp_wrap {
    display: block;
    margin-bottom: 30px;
  }
  .section_top .section_1 .list_section > li .box_l .top_img_01_sp_wrap img {
    width: 100%;
  }
}
.section_top .section_1 .list_section > li .box_r {
  width: 45%;
}
@media screen and (max-width: 1200px) {
  .section_top .section_1 .list_section > li .box_r {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_1 .list_section > li .box_r {
    display: none;
  }
}
.section_top .section_1 .list_section > li .box_r img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .section_top .section_1 .list_section > li .ttl_wrap {
    padding: 0 8%;
  }
}
.section_top .section_1 .list_section > li .ttl {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section_top .section_1 .list_section > li .ttl {
    margin-bottom: 20px;
  }
}
.section_top .section_1 .list_section > li .ttl span {
  font-size: clamp(1.5rem, 1.057rem + 0.92vw, 1.75rem);
  letter-spacing: 0.08em;
  display: inline-block;
  background-color: #fff;
  padding-right: 30px;
  position: relative;
  z-index: 1;
}
.section_top .section_1 .list_section > li .ttl::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
  z-index: 0;
}
.section_top .section_2 {
  padding: 100px 0 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_top .section_2 {
    padding: 0;
  }
}
.section_top .section_2::before {
  position: absolute;
  content: "";
  width: 66.3%;
  height: 100%;
  background-color: #F7F7F7;
  right: 0;
  top: 0;
  z-index: 0;
}
.section_top .section_2 .box_l {
  width: 58%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_top .section_2 .box_l {
    width: 92%;
  }
}
.section_top .section_2 .box_r {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  background-color: #fff;
  padding: 80px 9.3% 80px 62px;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .section_top .section_2 .box_r {
    padding: 40px 9.3% 40px 40px;
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_2 .box_r {
    position: relative;
    transform: none;
    right: auto;
    top: auto;
    width: 100%;
    padding: 40px 8% 80px 8%;
  }
}
.section_top .section_2 .box_r p {
  font-weight: 400;
  line-height: 2;
  margin-bottom: 35px;
}
.section_top .section_3 {
  padding: 120px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_top .section_3 {
    padding: 0;
  }
}
.section_top .section_3 .frame {
  border: solid 1px #E6E6E6;
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .section_top .section_3 .frame {
    padding: 40px 0 50px;
  }
}
.section_top .section_3 .frame .sub_inner {
  width: 89.7%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_top .section_3 .frame .sub_inner .box_l {
  width: 47%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .section_top .section_3 .frame .sub_inner .box_l {
    width: 100%;
    flex-wrap: wrap;
  }
}
.section_top .section_3 .frame .sub_inner .box_l .txt_wrap {
  width: 48.3%;
}
@media screen and (max-width: 1200px) {
  .section_top .section_3 .frame .sub_inner .box_l .txt_wrap {
    width: 56%;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_3 .frame .sub_inner .box_l .txt_wrap {
    width: 100%;
  }
}
.section_top .section_3 .frame .sub_inner .box_l .txt_wrap .ttl {
  font-size: clamp(1.625rem, 0.739rem + 1.85vw, 2.125rem);
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section_top .section_3 .frame .sub_inner .box_l .txt_wrap .ttl {
    text-align: center;
  }
}
.section_top .section_3 .frame .sub_inner .box_l .txt_wrap p {
  font-size: clamp(0.875rem, 0.764rem + 0.23vw, 0.938rem);
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section_top .section_3 .frame .sub_inner .box_l .txt_wrap p {
    text-align: center;
  }
}
.section_top .section_3 .frame .sub_inner .box_l .txt_wrap ul {
  width: 75%;
}
@media screen and (max-width: 767px) {
  .section_top .section_3 .frame .sub_inner .box_l .txt_wrap ul {
    margin: 0 auto 50px;
  }
}
.section_top .section_3 .frame .sub_inner .box_l .txt_wrap ul > li {
  margin-bottom: 10px;
}
.section_top .section_3 .frame .sub_inner .box_l .txt_wrap ul > li:last-of-type {
  margin-bottom: 0;
}
.section_top .section_3 .frame .sub_inner .box_l .txt_wrap ul > li > a {
  display: block;
  font-size: clamp(0.875rem, 0.764rem + 0.23vw, 0.938rem);
  font-weight: 400;
  text-align: center;
  position: relative;
  padding: 15px 0;
  border-bottom: solid 1px #E6E6E6;
}
.section_top .section_3 .frame .sub_inner .box_l .txt_wrap ul > li > a:hover {
  opacity: 0.6;
}
.section_top .section_3 .frame .sub_inner .box_l .txt_wrap ul > li > a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/circle_arrow.svg) no-repeat top center/contain;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .section_top .section_3 .frame .sub_inner .box_l .txt_wrap ul > li > a::after {
    right: 0;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_3 .frame .sub_inner .box_l .txt_wrap ul > li > a::after {
    width: 16px;
    height: 16px;
  }
}
.section_top .section_3 .frame .sub_inner .box_l .img_wrap {
  width: 41%;
}
@media screen and (max-width: 767px) {
  .section_top .section_3 .frame .sub_inner .box_l .img_wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_top .section_3 .frame .sub_inner .box_l .img_wrap img {
  border-radius: 150px;
}
.section_top .section_3 .frame .sub_inner .box_r {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .section_top .section_3 .frame .sub_inner .box_r {
    width: 100%;
  }
}
.section_top .section_3 .frame .sub_inner .box_r ul > li {
  margin-bottom: 30px;
}
.section_top .section_3 .frame .sub_inner .box_r ul > li:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_top .section_3 .frame .sub_inner .box_r ul > li:last-of-type > a {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.section_top .section_3 .frame .sub_inner .box_r ul > li > a {
  display: block;
  font-size: clamp(0.875rem, 0.764rem + 0.23vw, 0.938rem);
  font-weight: 400;
  padding-bottom: 30px;
  border-bottom: solid 1px #E6E6E6;
}
.section_top .section_3 .frame .sub_inner .box_r ul > li > a span {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.375rem, 0.932rem + 0.92vw, 1.625rem);
  letter-spacing: 0.08em;
  font-weight: 500;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_top .section_3 .frame .sub_inner .box_r ul > li > a span {
    margin-bottom: 10px;
  }
}
.section_top .section_3 .frame .sub_inner .box_r ul > li > a span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../images/circle_arrow.svg) no-repeat top center/contain;
  transform: translateY(-50%);
}
.section_top .section_3 .frame .sub_inner .box_r ul > li > a:hover {
  opacity: 0.6;
}
.section_top .section_4 {
  padding: 120px 0 176px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_top .section_4 {
    padding: 95px 0 80px;
  }
}
.section_top .section_4 > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_top .section_4 > div > div:nth-of-type(1) {
  width: 28%;
}
@media screen and (max-width: 1200px) {
  .section_top .section_4 > div > div:nth-of-type(1) {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .section_top .section_4 > div > div:nth-of-type(1) .pc {
    width: 212px;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_4 > div > div:nth-of-type(1) {
    justify-content: center;
  }
}
.section_top .section_4 > div > div:nth-of-type(2) {
  width: 70%;
}
@media screen and (max-width: 1200px) {
  .section_top .section_4 > div > div:nth-of-type(2) {
    width: 100%;
  }
}
.section_top .section_4 .ttl {
  font-family: "Crimson Text", serif;
  font-size: clamp(2.5rem, -3.036rem + 11.55vw, 5.625rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .section_top .section_4 .ttl {
    text-align: center;
    padding-bottom: 20px;
  }
  .section_top .section_4 .ttl::before {
    position: absolute;
    content: "";
    background-color: #AEADAC;
    width: 54px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .section_top .section_4 .ttl::after {
    position: absolute;
    content: "";
    background-color: #474747;
    width: 18px;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.section_top .section_5 {
  position: relative;
  background: url(../images/bg_access.jpg) no-repeat top center/cover;
  width: 100%;
  height: 443px;
  margin-bottom: 180px;
}
@media screen and (max-width: 767px) {
  .section_top .section_5 {
    padding: 80px 0 65px;
    height: auto;
    overflow: hidden;
  }
}
.section_top .section_5::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(71, 71, 71, 0.4);
  z-index: 0;
  top: 0;
  left: 0;
}
.section_top .section_5 .ttl {
  position: absolute;
  top: 50%;
  right: -140px;
  transform-origin: center;
  transform: translateY(-50%) rotate(90deg);
  font-size: 11.25rem;
  font-weight: 400;
  color: #F7F7F7;
  font-family: "Crimson Text", serif;
  line-height: 1;
  letter-spacing: 0.08em;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .section_top .section_5 .ttl {
    font-size: 9rem;
    right: -110px;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_5 .ttl {
    top: 180px;
    right: -200px;
    transform: rotate(90deg);
  }
}
.section_top .section_5 .inner, .section_top .section_5 .inner_l, .section_top .section_5 .inner_s, .section_top .section_5 .inner_l_2 {
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-end;
  z-index: 2;
}
.section_top .section_5 ul {
  display: flex;
  margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .section_top .section_5 ul {
    flex-direction: column;
  }
}
.section_top .section_5 ul > li {
  margin-right: 95px;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .section_top .section_5 ul > li {
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_5 ul > li {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.section_top .section_5 ul > li:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.section_top .section_5 ul > li .office_ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}
.section_top .section_5 ul > li .txt {
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 2;
}
.section_top .section_5 .btn_wrap {
  position: absolute;
  bottom: -30px;
  left: calc((100% - 1220px) / 2);
  width: 350px;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .section_top .section_5 .btn_wrap {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_5 .btn_wrap {
    position: static;
    width: 100%;
    transform: none;
    padding: 0 8%;
  }
}
@media screen and (max-width: 767px) {
  .section_top .section_5 {
    background: url(../images/bg_access_sp.jpg) no-repeat top center/cover;
    margin-bottom: 0;
  }
}

.section_office .section_1 {
  position: relative;
  padding: 120px 0 100px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section_office .section_1 {
    padding: 100px 0 100px;
  }
  .section_office .section_1::after {
    position: absolute;
    content: "";
    background-color: #F7F7F7;
    width: 100%;
    height: 160px;
    left: 0;
    bottom: -60px;
  }
}
.section_office .section_1 .box_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section_office .section_1 .box_1 .box_l {
  width: 46%;
  padding-left: 11.3%;
}
@media screen and (max-width: 1200px) {
  .section_office .section_1 .box_1 .box_l {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_office .section_1 .box_1 .box_l {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 8%;
  }
}
.section_office .section_1 .box_1 .box_r {
  padding-top: 150px;
  width: 46%;
}
@media screen and (max-width: 767px) {
  .section_office .section_1 .box_1 .box_r {
    padding-top: 0;
    width: 100%;
  }
}
.section_office .section_1 .box_1 .box_r img {
  width: 100%;
}
.section_office .office_e_ttl_wrap {
  position: relative;
  width: 100%;
  padding-left: 11.3%;
  margin-bottom: 50px;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .section_office .office_e_ttl_wrap {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_office .office_e_ttl_wrap {
    padding-left: 8%;
    margin-bottom: 30px;
    background-color: #F7F7F7;
  }
}
.section_office .office_e_ttl_wrap::before {
  position: absolute;
  content: "";
  background: #E6E6E6;
  width: 81.3%;
  height: 1px;
  top: 50%;
  right: 0;
  z-index: 1;
}
.section_office .section_2 {
  position: relative;
  padding: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .section_office .section_2 {
    padding: 0 0 100px;
    background-color: #F7F7F7;
  }
}
.section_office .section_2::before {
  position: absolute;
  content: "";
  background: #F7F7F7;
  width: 95.3%;
  height: 865px;
  top: -310px;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .section_office .section_2::before {
    top: -136px;
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .section_office .section_2::before {
    display: none;
  }
}
.section_office .section_2 .list_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 3;
}
.section_office .section_2 .list_01 > li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .section_office .section_2 .list_01 > li {
    width: 100%;
    margin-bottom: 60px;
  }
  .section_office .section_2 .list_01 > li:last-of-type {
    margin-bottom: 0;
  }
}
.section_office .section_2 .list_01 > li .ttl {
  padding-top: 38px;
  padding-left: 40px;
  position: relative;
  font-size: clamp(1.375rem, 0.932rem + 0.92vw, 1.625rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  line-height: 1.5;
}
.section_office .section_2 .list_01 > li .ttl::before {
  position: absolute;
  content: attr(data-title);
  font-size: 1.875rem;
  font-weight: 400;
  color: #AEADAC;
  font-family: "Crimson Text", serif;
  letter-spacing: 0.08em;
  top: 0;
  left: 0;
  line-height: 1;
}
.section_office .section_2 .list_01 > li .ttl::after {
  position: absolute;
  content: "";
  background-color: #474747;
  width: 30px;
  height: 1px;
  transform: rotate(-45deg);
  top: 34px;
  left: 20px;
}
.section_office .section_3 {
  position: relative;
  padding: 0 0 120px;
}
@media screen and (max-width: 767px) {
  .section_office .section_3 {
    padding: 0 0 80px;
  }
}
.section_office .section_3 .box_1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_office .section_3 .box_1 .box_l {
  width: 32.7%;
}
@media screen and (max-width: 767px) {
  .section_office .section_3 .box_1 .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_office .section_3 .box_1 .box_r {
  padding-top: 262px;
  width: 61.3%;
}
@media screen and (max-width: 767px) {
  .section_office .section_3 .box_1 .box_r {
    padding-top: 0;
    width: 100%;
  }
}
.section_office .section_3 .box_1 .box_r .ttl {
  font-size: clamp(1.25rem, -0.521rem + 3.7vw, 2.25rem);
  font-weight: 500;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  padding-bottom: 40px;
  margin-bottom: 40px;
  position: relative;
}
.section_office .section_3 .box_1 .box_r .ttl::before {
  display: block;
  content: attr(data-title);
  font-size: clamp(1rem, 0.336rem + 1.39vw, 1.375rem);
  font-weight: 400;
  font-family: "Crimson Text", serif;
  letter-spacing: 0.08em;
  line-height: 1;
  margin-bottom: 10px;
}
.section_office .section_3 .box_1 .box_r .ttl::after {
  position: absolute;
  content: "";
  width: 29px;
  height: 1px;
  background-color: #474747;
  bottom: 0;
  left: 0;
}
.section_office .section_3 .box_1 .box_r .list_01 {
  margin-top: 25px;
  margin-bottom: 40px;
}
.section_office .section_3 .box_1 .box_r .list_01 > li {
  margin-bottom: 30px;
}
.section_office .section_3 .box_1 .box_r .list_01 > li:last-of-type {
  margin-bottom: 0;
}
.section_office .section_3 .box_1 .box_r .list_01 > li .list_ttl {
  font-size: clamp(1rem, 0.557rem + 0.92vw, 1.25rem);
  font-style: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 10px;
  border-bottom: 1px #E6E6E6 solid;
  margin-bottom: 20px;
}
.section_office .section_3 .box_1 .box_r .list_01 > li p {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.7;
}
.section_office .bg_office_wrap {
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .section_office .bg_office_wrap {
    margin-bottom: 80px;
  }
}
.section_office .bg_office_wrap img {
  width: 100%;
}

.article img {
  max-height: 600px;
  height: auto;
  width: auto;
  margin: 10px auto;
}

.section_access .section_1 {
  position: relative;
  padding: 100px 0 150px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section_access .section_1 {
    padding: 80px 0 100px;
  }
}
.section_access .section_1 .box_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.section_access .section_1 .box_01 .box_l {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .section_access .section_1 .box_01 .box_l {
    width: 100%;
    margin-bottom: 50px;
  }
}
.section_access .section_1 .box_01 .box_l .ttl {
  font-size: clamp(1.25rem, 0.586rem + 1.39vw, 1.625rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
}
.section_access .section_1 .box_01 .boxr {
  width: 61%;
}
@media screen and (max-width: 767px) {
  .section_access .section_1 .box_01 .boxr {
    width: 100%;
  }
}
.section_access .section_1 .list_map > li {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section_access .section_1 .list_map > li {
    margin-bottom: 80px;
  }
}
.section_access .section_1 .list_map > li:last-of-type {
  margin-bottom: 0;
}
.section_access .section_1 .list_map > li .ttl_wrap {
  position: relative;
  margin-bottom: 50px;
}
.section_access .section_1 .list_map > li .ttl_wrap .list_ttl {
  display: inline-block;
  font-family: "Crimson Text", serif;
  font-size: clamp(1.375rem, 0.489rem + 1.85vw, 1.875rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-right: 40px;
}
.section_access .section_1 .list_map > li .ttl_wrap::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
  left: 0;
  top: 50%;
}
.section_access .section_1 .list_map > li .box_2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.section_access .section_1 .list_map > li .box_2 .box_l {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .section_access .section_1 .list_map > li .box_2 .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_access .section_1 .list_map > li .box_2 .box_l .button2_wrap {
  width: 212px;
  margin: 35px 0 0 auto;
}
@media screen and (max-width: 767px) {
  .section_access .section_1 .list_map > li .box_2 .box_l .button2_wrap {
    margin: 15px 0 0 auto;
  }
}
.section_access .section_1 .list_map > li .box_2 .box_r {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_access .section_1 .list_map > li .box_2 .box_r {
    width: 100%;
  }
}

.section_lawyer {
  position: relative;
}
.section_lawyer::before {
  position: absolute;
  content: "";
  width: 62%;
  height: 78%;
  background-color: #F7F7F7;
  right: 0;
  top: 2.6%;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section_lawyer::before {
    width: 75%;
  }
}
.section_lawyer .section_1 {
  position: relative;
  padding: 200px 0 150px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section_lawyer .section_1 {
    padding: 100px 0 100px;
  }
}
.section_lawyer .section_1 .ttl {
  font-size: clamp(1.375rem, 0.932rem + 0.92vw, 1.625rem);
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 20px;
}
.section_lawyer .section_1 .list_lawyer {
  margin-bottom: 172px;
}
.section_lawyer .section_1 .list_lawyer > li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.section_lawyer .section_1 .list_lawyer > li:last-of-type {
  margin-bottom: 0;
}
.section_lawyer .section_1 .list_lawyer > li .img_wrap {
  width: 30%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1200px) {
  .section_lawyer .section_1 .list_lawyer > li .img_wrap {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  .section_lawyer .section_1 .list_lawyer > li .img_wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}
.section_lawyer .section_1 .list_lawyer > li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_lawyer .section_1 .list_lawyer > li .txt_wrap {
  width: 60%;
  padding-top: 20px;
}
@media screen and (max-width: 1200px) {
  .section_lawyer .section_1 .list_lawyer > li .txt_wrap {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .section_lawyer .section_1 .list_lawyer > li .txt_wrap {
    padding-top: 0;
    width: 100%;
  }
}
.section_lawyer .section_1 .list_lawyer > li .txt_wrap .name {
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.625rem, 0.961rem + 1.39vw, 2rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.section_lawyer .section_1 .list_lawyer > li .txt_wrap .name::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 29px;
  height: 1px;
  background-color: #474747;
}
.section_lawyer .section_1 .list_lawyer > li .txt_wrap .name::after {
  display: block;
  content: attr(data-title);
  font-size: clamp(0.938rem, 0.827rem + 0.23vw, 1rem);
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  padding-top: 5px;
}

.section_partner {
  position: relative;
}
.section_partner .section_1 {
  position: relative;
  padding: 100px 0 150px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section_partner .section_1 {
    padding: 100px 0 100px;
  }
}
.section_partner .section_1 .txt_wrap {
  text-align: center;
  font-family: "Crimson Text", serif;
  line-height: 2;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-size: clamp(0.938rem, 0.915rem + 0.11vw, 1rem);
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section_partner .section_1 .txt_wrap {
    margin-bottom: 60px;
  }
}

.section_practice_area {
  position: relative;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .section_practice_area {
    padding-bottom: 100px;
  }
}
.section_practice_area .section_1 {
  position: relative;
  padding: 65px 0 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section_practice_area .section_1 {
    padding: 65px 0 0;
  }
}
.section_practice_area .section_1 .ttl_1 {
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 10px;
}
.section_practice_area .section_1 .list_link {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 30px;
}
@media screen and (max-width: 767px) {
  .section_practice_area .section_1 .list_link {
    gap: 10px 20px;
  }
}
.section_practice_area .section_1 .list_link > li > a {
  display: inline-block;
  padding-top: 23px;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_practice_area .section_1 .list_link > li > a {
    padding-top: 15px;
  }
}
.section_practice_area .section_1 .list_link > li > a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 13px;
  height: 13px;
  background: #474747;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .section_practice_area .section_1 .list_link > li > a::before {
    width: 10px;
    height: 10px;
  }
}
.section_practice_area .section_1 .list_link > li > a:hover::before {
  opacity: 1;
}
.section_practice_area .section_2 {
  position: relative;
  padding: 80px 0 80px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section_practice_area .section_2 {
    padding: 80px 0 0;
  }
}
.section_practice_area .section_2::before {
  position: absolute;
  content: "";
  width: 62%;
  height: 97%;
  bottom: 0;
  right: 0;
  background-color: #F7F7F7;
  z-index: 0;
}
@media screen and (max-width: 1200px) {
  .section_practice_area .section_2::before {
    height: 97.6%;
  }
}
@media screen and (max-width: 767px) {
  .section_practice_area .section_2::before {
    display: none;
  }
}
.section_practice_area .section_3 {
  position: relative;
  padding: 100px 0 80px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section_practice_area .section_3 {
    padding: 100px 0 0;
  }
}
.section_practice_area .section_3::before {
  position: absolute;
  content: "";
  width: 62%;
  height: 94%;
  bottom: 0;
  right: 0;
  background-color: #F7F7F7;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section_practice_area .section_3::before {
    display: none;
  }
}

.section_practice_are_detail {
  position: relative;
}
.section_practice_are_detail .section_1 {
  position: relative;
  padding: 80px 0 120px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section_practice_are_detail .section_1 {
    padding: 80px 0 100px;
  }
}
.section_practice_are_detail .section_1 .box_1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .section_practice_are_detail .section_1 .box_1 {
    margin-bottom: 80px;
  }
}
.section_practice_are_detail .section_1 .box_1 .box_l {
  width: 45%;
  padding-left: 11.3%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_practice_are_detail .section_1 .box_1 .box_l {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_practice_are_detail .section_1 .box_1 .box_l {
    width: 100%;
    padding: 0 8%;
  }
}
.section_practice_are_detail .section_1 .box_1 .box_l .ttl_1 {
  padding-top: 38px;
  position: relative;
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .section_practice_are_detail .section_1 .box_1 .box_l .ttl_1 {
    margin-bottom: 20px;
  }
}
.section_practice_are_detail .section_1 .box_1 .box_l .ttl_1::before {
  position: absolute;
  content: attr(data-title);
  font-size: 1.875rem;
  font-weight: 400;
  color: #AEADAC;
  font-family: "Crimson Text", serif;
  letter-spacing: 0.08em;
  top: 0;
  left: -40px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .section_practice_are_detail .section_1 .box_1 .box_l .ttl_1::before {
    left: -10px;
  }
}
.section_practice_are_detail .section_1 .box_1 .box_l .ttl_1::after {
  position: absolute;
  content: "";
  background-color: #474747;
  width: 30px;
  height: 1px;
  transform: rotate(-45deg);
  top: 34px;
  left: -16px;
}
@media screen and (max-width: 1200px) {
  .section_practice_are_detail .section_1 .box_1 .box_l .ttl_1::after {
    top: 28px;
    left: 15px;
  }
}
.section_practice_are_detail .section_1 .box_1 .box_r {
  width: 49%;
  aspect-ratio: 742/391;
}
@media screen and (max-width: 767px) {
  .section_practice_are_detail .section_1 .box_1 .box_r {
    width: 100%;
  }
}
.section_practice_are_detail .section_1 .box_1 .box_r img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section_practice_are_detail .section_1 .box_2 .ttl_1 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.943rem + 0.91vw, 1.625rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 40px;
}
.section_practice_are_detail .section_1 .box_2 .frame_1 {
  background-color: #474747;
  color: #fff;
  padding: 70px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section_practice_are_detail .section_1 .box_2 .frame_1 {
    padding: 30px;
  }
}
.section_practice_are_detail .section_1 .box_2 .frame_1 .ttl_2 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.943rem + 0.91vw, 1.625rem);
  letter-spacing: 0.08em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.section_practice_are_detail .section_1 .box_2 .frame_1 .ttl_2::before {
  content: "";
  position: absolute;
  background: #AEADAC;
  height: 1px;
  width: 87px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section_practice_are_detail .section_1 .box_2 .frame_1 .ttl_2::after {
  content: "";
  position: absolute;
  background: #474747;
  height: 1px;
  width: 29px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section_practice_are_detail .section_1 .box_2 .list_01 > li {
  margin-bottom: 80px;
}
.section_practice_are_detail .section_1 .box_2 .list_01 > li:last-of-type {
  margin-bottom: 0;
}
.section_practice_are_detail .section_1 .box_2 .list_01 > li .list_ttl_2 {
  font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
  padding-left: 50px;
  position: relative;
}
.section_practice_are_detail .section_1 .box_2 .list_01 > li .list_ttl_2::before {
  content: "";
  position: absolute;
  background: #AEADAC;
  width: 31px;
  height: 1px;
  top: 50%;
  left: 0;
}
.section_practice_are_detail .section_1 .box_2 .list_01 > li .list_sub_01 > li {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section_practice_are_detail .section_1 .box_2 .list_01 > li .list_sub_01 > li {
    margin-bottom: 30px;
  }
}
.section_practice_are_detail .section_1 .box_2 .list_01 > li .list_sub_01 > li:last-of-type {
  margin-bottom: 0;
}
.section_practice_are_detail .section_1 .box_2 .list_ttl {
  font-size: clamp(1.125rem, 0.943rem + 0.91vw, 1.625rem);
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  padding-bottom: 20px;
  position: relative;
  border-bottom: solid 1px #E6E6E6;
  margin-bottom: 20px;
}
.section_practice_are_detail .section_1 .box_2 .list_ttl::before {
  content: "";
  position: absolute;
  background: #474747;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  left: -23px;
  top: 0.6em; /* またはline-heightの半分くらい */
  transform: translateY(0%);
}
.section_practice_are_detail .section_1 .box_2 .list_ttl::after {
  content: "";
  position: absolute;
  background: #AEADAC;
  width: 62px;
  height: 1px;
  left: 0;
  bottom: 0;
}
.section_practice_are_detail .section_2 {
  position: relative;
  padding: 0 0 150px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section_practice_are_detail .section_2 {
    padding: 0 0 100px;
  }
}
.section_practice_are_detail .section_2 .frame_01 {
  border: solid 1px #E6E6E6;
  position: relative;
  padding: 60px 30px 120px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section_practice_are_detail .section_2 .frame_01 {
    padding: 60px 0 70px;
  }
}
.section_practice_are_detail .section_2 .frame_01::before {
  content: "";
  position: absolute;
  width: 18.6%;
  height: 5px;
  background-color: #474747;
  top: 0;
  left: 5%;
}
@media screen and (max-width: 767px) {
  .section_practice_are_detail .section_2 .frame_01 {
    margin-bottom: 80px;
  }
}
.section_practice_are_detail .section_2 .frame_01 .sub_inner {
  width: 100%;
  max-width: 1220px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  .section_practice_are_detail .section_2 .frame_01 .sub_inner {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .section_practice_are_detail .section_2 .frame_01 .sub_inner {
    max-width: 84%;
  }
}
.section_practice_are_detail .section_2 .frame_01 .sub_inner .box_l {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .section_practice_are_detail .section_2 .frame_01 .sub_inner .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_practice_are_detail .section_2 .frame_01 .sub_inner .box_l .frame_logo {
  max-width: 334px;
  width: 100%;
  margin-bottom: 25px;
}
.section_practice_are_detail .section_2 .frame_01 .sub_inner .box_l .txt_wrap {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.018rem + 2.31vw, 1.75rem);
  letter-spacing: 0.08em;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 35px;
}
.section_practice_are_detail .section_2 .frame_01 .sub_inner .box_l .img_wrap {
  width: 100%;
}
.section_practice_are_detail .section_2 .frame_01 .sub_inner .box_l .img_wrap img {
  width: 100%;
}
.section_practice_are_detail .section_2 .frame_01 .sub_inner .box_r {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .section_practice_are_detail .section_2 .frame_01 .sub_inner .box_r {
    width: 100%;
  }
}
.section_practice_are_detail .section_2 .frame_01 .sub_inner .box_r ul > li {
  padding-left: 78px;
  position: relative;
  padding-bottom: 30px;
  border-bottom: solid 1px #E6E6E6;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .section_practice_are_detail .section_2 .frame_01 .sub_inner .box_r ul > li {
    padding-left: 60px;
  }
}
.section_practice_are_detail .section_2 .frame_01 .sub_inner .box_r ul > li::before {
  content: "";
  position: absolute;
  font-size: clamp(3.125rem, 0.911rem + 4.62vw, 4.375rem);
  color: #E6E6E6;
  font-family: "Crimson Text", serif;
  font-style: italic;
  line-height: 1;
  top: 0;
  left: 0;
}
.section_practice_are_detail .section_2 .frame_01 .sub_inner .box_r ul > li:nth-of-type(1)::before {
  content: "01";
}
.section_practice_are_detail .section_2 .frame_01 .sub_inner .box_r ul > li:nth-of-type(2)::before {
  content: "02";
}
.section_practice_are_detail .section_2 .frame_01 .sub_inner .box_r ul > li:nth-of-type(3)::before {
  content: "03";
}
.section_practice_are_detail .section_2 .frame_01 .sub_inner .box_r ul > li:nth-of-type(4)::before {
  content: "04";
}
.section_practice_are_detail .section_2 .frame_01 .sub_inner .box_r ul > li:nth-of-type(5)::before {
  content: "05";
}
.section_practice_are_detail .section_2 .frame_01 .sub_inner .box_r ul > li:nth-of-type(6)::before {
  content: "06";
}
.section_practice_are_detail .section_2 .frame_01 .sub_inner .box_r ul > li:last-of-type {
  margin-bottom: 0;
}
.section_practice_are_detail .section_2 .frame_01 .sub_inner .box_r ul > li .ttl {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  margin-bottom: 15px;
  font-weight: 500;
  font-size: clamp(1.125rem, 0.461rem + 1.39vw, 1.5rem);
}
.section_practice_are_detail .section_2 .frame_01 .sub_inner .box_r ul > li .txt_wrap {
  font-size: 0.9375rem;
  line-height: 1.7;
  font-weight: 400;
  letter-spacing: 0.06em;
}
.section_practice_are_detail .section_2 .frame_01 .sub_inner .contact_btn_wrap {
  max-width: 585px;
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 767px) {
  .section_practice_are_detail .section_2 .frame_01 .sub_inner .contact_btn_wrap {
    max-width: 90%;
  }
}
.section_practice_are_detail .section_2 .button_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.section_practice_are_detail .section_2 .button_wrap > li {
  width: 280px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .section_practice_are_detail .section_2 .button_wrap > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.section_practice_are_detail .section_2 .button_wrap > li:last-of-type {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .section_practice_are_detail .section_2 .button_wrap > li:last-of-type {
    margin-bottom: 0;
  }
}

.section_flow {
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .section_flow {
    margin-bottom: 100px;
  }
}
.section_flow::before {
  content: "";
  position: absolute;
  background-color: #F7F7F7;
  width: 62.7%;
  height: 95%;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .section_flow::before {
    width: 80%;
    height: 98%;
  }
}
.section_flow .section_1 {
  position: relative;
  padding: 120px 0 120px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section_flow .section_1 {
    padding: 100px 0 80px;
  }
}

.section_price {
  position: relative;
}
.section_price .section_1 {
  position: relative;
  padding: 80px 0 150px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section_price .section_1 {
    padding: 80px 0 100px;
  }
}
.section_price .section_1 .ttl {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin-bottom: 30px;
  font-size: clamp(1.375rem, 0.489rem + 1.85vw, 1.875rem);
  text-align: center;
}
.section_price .container {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .section_price .container {
    flex-wrap: wrap;
  }
}
.section_price .content {
  width: 70%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1200px) {
  .section_price .content {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .section_price .content {
    width: 100%;
  }
}
.section_price .submenu {
  position: sticky;
  top: 170px;
  width: 24%;
  padding-right: 30px;
}
@media screen and (max-width: 1200px) {
  .section_price .submenu {
    top: 150px;
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .section_price .submenu {
    top: 90px;
    width: 100%;
    margin-bottom: 50px;
    z-index: 10;
  }
}
.section_price .submenu > ul > li {
  margin-bottom: 10px;
}
.section_price .submenu > ul > li:last-of-type {
  margin-bottom: 0;
}
.section_price .submenu > ul > li > a {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-family: "Noto Serif JP", serif;
  padding-left: 25px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .section_price .submenu > ul > li > a {
    padding-left: 20px;
  }
}
.section_price .submenu > ul > li > a::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  background-color: #474747;
  border-radius: 50%;
  top: 4px;
  left: 0;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .section_price .submenu > ul > li > a::before {
    opacity: 1;
  }
}
.section_price .submenu > ul > li > a:hover::before {
  opacity: 1;
}
.section_price .submenu .submenu__select-wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .section_price .submenu {
    width: 100%;
    margin-bottom: 20px;
  }
  .section_price .submenu > ul {
    display: none;
  }
  .section_price .submenu .submenu__select-wrap {
    display: block;
  }
  .section_price .submenu .submenu__select {
    width: 90%;
    padding: 12px 16px;
    font-size: 0.875rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #fff;
    color: #474747;
    -webkit-text-fill-color: #474747;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, #999 50%), linear-gradient(135deg, #999 50%, transparent 50%), linear-gradient(to right, #ddd, #ddd);
    background-position: calc(100% - 20px) 16px, calc(100% - 12px) 16px, calc(100% - 2.2rem) 50%;
    background-size: 8px 8px, 8px 8px, 1px 60%;
    background-repeat: no-repeat;
  }
  .section_price .submenu .submenu__select option {
    color: #474747;
  }
}

.section_faq {
  position: relative;
}
.section_faq .section_1 {
  position: relative;
  padding: 120px 0 150px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section_faq .section_1 {
    padding: 80px 0 100px;
  }
}
.section_faq .list_faq > li {
  margin-bottom: 50px;
}
.section_faq .list_faq > li:last-of-type {
  margin-bottom: 0;
}
.section_faq .list_faq > li .ttl {
  display: flex;
  align-items: flex-start;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  line-height: 1.7;
  font-size: clamp(1.125rem, 0.239rem + 1.85vw, 1.625rem);
  border-bottom: solid 1px #E6E6E6;
  position: relative;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .section_faq .list_faq > li .ttl {
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
.section_faq .list_faq > li .ttl > span {
  display: inline-block;
  font-family: "Crimson Text", serif;
  color: #E6E6E6;
  font-size: clamp(3.125rem, 0.911rem + 4.62vw, 4.375rem);
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 5px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .section_faq .list_faq > li .ttl > span {
    margin-bottom: 15px;
  }
}
.section_faq .list_faq > li .ttl::after {
  position: absolute;
  content: "";
  background: #AEADAC;
  bottom: 0;
  left: 0;
  width: 62px;
  height: 1px;
}
.section_faq .list_faq > li .text_wrap {
  padding-left: 55px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .section_faq .list_faq > li .text_wrap {
    padding-left: 40px;
  }
}
.section_faq .list_faq > li .text_wrap > span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(1.875rem, 0.768rem + 2.31vw, 2.5rem);
  font-family: "Crimson Text", serif;
  color: #E6E6E6;
  line-height: 1;
  letter-spacing: 0.08em;
}

.section_contact {
  position: relative;
}
.section_contact .section_1 {
  position: relative;
  padding: 100px 0 120px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section_contact .section_1 {
    padding: 80px 0 100px;
  }
}
.section_contact .section_1 .box_1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .section_contact .section_1 .box_1 {
    margin-bottom: 60px;
  }
}
.section_contact .section_1 .box_1 .box_l {
  width: 38.7%;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.7;
  font-size: 1.625rem;
}
@media screen and (max-width: 767px) {
  .section_contact .section_1 .box_1 .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.section_contact .section_1 .box_1 .box_r {
  width: 61.3%;
  padding-right: 9.6%;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  .section_contact .section_1 .box_1 .box_r {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .section_contact .section_1 .box_1 .box_r {
    padding-right: 0;
    width: 100%;
  }
}

.section_policy {
  position: relative;
}
.section_policy .section_1 {
  position: relative;
  padding: 100px 0 150px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section_policy .section_1 {
    padding: 80px 0 100px;
  }
}
.section_policy .section_1 .ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: clamp(1.375rem, 0.932rem + 0.92vw, 1.625rem);
  text-align: center;
  margin-bottom: 50px;
}
.section_policy .section_1 .list_policy > li {
  margin-bottom: 50px;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
.section_policy .section_1 .list_policy > li:last-of-type {
  margin-bottom: 0;
}
.section_policy .section_1 .list_policy > li .ttl_01 {
  display: block;
  font-size: clamp(1rem, 0.336rem + 1.39vw, 1.375rem);
  font-weight: 400;
  letter-spacing: 0.1em;
  padding-bottom: 20px;
  border-bottom: solid 1px #E6E6E6;
  margin-bottom: 30px;
}

.section_recruit {
  position: relative;
}
.section_recruit .section_1 {
  position: relative;
  padding: 100px 0 150px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section_recruit .section_1 {
    padding: 80px 0 100px;
  }
}
.section_recruit .section_1 .ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: clamp(1.375rem, 0.932rem + 0.92vw, 1.625rem);
  text-align: center;
  margin-bottom: 50px;
}

.section_topic {
  position: relative;
}
.section_topic .section_1 {
  position: relative;
  padding: 120px 0 100px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .section_topic .section_1 {
    padding: 80px 0 80px;
  }
}
.section_topic .section_1 > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .section_topic .section_1 > div {
    flex-direction: row;
  }
}
header {
  position: fixed;
  z-index: 100;
  width: 100%;
  padding: 21px 0 21px;
  transition: 0.3s;
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  header {
    padding: 22px 0 11px;
  }
}

.header_bg {
  background-color: rgba(255, 255, 255, 0.8);
}
@media screen and (min-width: 768px) {
  .header_bg {
    padding: 16px 0;
  }
}

.header_box {
  width: 100%;
  max-width: 1420px;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header_box {
    padding: 0 8%;
  }
}

.header_ttl img.logo, .sub_img h1 img.logo {
  width: 334px;
}
@media screen and (max-width: 1200px) {
  .header_ttl img.logo, .sub_img h1 img.logo {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  .header_ttl img.logo, .sub_img h1 img.logo {
    width: 216px;
  }
}

@media screen and (max-width: 767px) {
  #gnavi {
    display: none;
  }
}
#gnavi > ul {
  display: flex;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  #gnavi > ul {
    flex-direction: column;
  }
}
#gnavi > ul > li {
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  #gnavi > ul > li {
    margin-right: 10px;
  }
}
#gnavi > ul > li:last-of-type {
  margin-right: 0;
}
#gnavi > ul > li > a {
  font-size: 0.875rem;
}
@media screen and (max-width: 1200px) {
  #gnavi > ul > li > a {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li > a {
    color: #fff;
    font-size: 1rem;
  }
}
#gnavi > ul > li > a:hover {
  opacity: 0.6;
}

.sp_menu_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp_menu_wrap {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
  }
  .sp_menu_wrap .sp_nav_box_1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .sp_menu_wrap .sp_nav_box_1 > div {
    width: 48%;
  }
  .sp_menu_wrap .sp_nav_box_2 .ttl {
    font-size: 1.25rem;
    font-family: "Noto Serif JP", serif;
    letter-spacing: 0.08em;
    font-weight: 400;
    padding-bottom: 10px;
    border-bottom: solid 1px #fff;
    margin-bottom: 20px;
    color: #fff;
  }
  .sp_menu_wrap .sp_nav_box_2 .accordion {
    width: 100%;
    font-family: sans-serif;
  }
  .sp_menu_wrap .sp_nav_box_2 .accordion-header {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #fff;
    color: #474747;
    line-height: 50px;
    padding: 0 16px;
    cursor: pointer;
    border: 1px solid #ddd;
    box-sizing: border-box;
    font-family: "Noto Serif JP", serif;
    font-weight: 400;
    position: relative;
  }
  .sp_menu_wrap .sp_nav_box_2 .accordion-header::after {
    position: absolute;
    content: "";
    width: 7px;
    height: 10px;
    background: url(../images/icon_arrow.svg) no-repeat top center/contain;
    top: 20px;
    right: 12px;
    transition: 0.3s;
  }
  .sp_menu_wrap .sp_nav_box_2 .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    font-family: "Noto Serif JP", serif;
  }
  .sp_menu_wrap .sp_nav_box_2 .accordion-item {
    margin-bottom: 20px;
  }
  .sp_menu_wrap .sp_nav_box_2 .accordion-item:last-of-type {
    margin-bottom: 60px;
  }
  .sp_menu_wrap .sp_nav_box_2 .accordion-item input:checked + .accordion-header::after {
    transform: rotate(180deg);
  }
  .sp_menu_wrap .sp_nav_box_2 .accordion-item input:checked ~ .accordion-content {
    max-height: 400px; /* 十分な高さに設定 */
    padding: 16px;
  }
  .sp_menu_wrap .sp_nav_box_2 .accordion-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp_menu_wrap .sp_nav_box_2 .accordion-content li {
    padding: 10px 0;
  }
  .sp_menu_wrap .sp_nav_box_2 .accordion-content li > a {
    color: #fff;
  }
  .sp_menu_wrap .sp_nav_box_2 .list_sp_nav > li {
    margin-bottom: 15px;
  }
  .sp_menu_wrap .sp_nav_box_2 .list_sp_nav > li:last-of-type {
    margin-bottom: 0;
  }
  .sp_menu_wrap .sp_nav_box_2 .list_sp_nav > li > a {
    background-color: #fff;
    display: grid;
    width: 100%;
    height: 75px;
    border-radius: 5px;
    place-items: center;
  }
  .sp_menu_wrap .sp_nav_box_2 .list_sp_nav > li > a > span {
    display: inline-block;
    position: relative;
  }
  .sp_menu_wrap .sp_nav_box_2 .list_sp_nav > li > a > span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
  }
  .sp_menu_wrap .sp_nav_box_2 .list_sp_nav > li:nth-of-type(1) > a {
    font-family: "Crimson Text", serif;
    font-size: 22px;
  }
  .sp_menu_wrap .sp_nav_box_2 .list_sp_nav > li:nth-of-type(1) > a span {
    padding-left: 42px;
  }
  .sp_menu_wrap .sp_nav_box_2 .list_sp_nav > li:nth-of-type(1) > a span::before {
    background: url(../images/icon_f_tel.svg) no-repeat top center/contain;
  }
  .sp_menu_wrap .sp_nav_box_2 .list_sp_nav > li:nth-of-type(2) > a {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
  }
  .sp_menu_wrap .sp_nav_box_2 .list_sp_nav > li:nth-of-type(2) > a span {
    padding-left: 60px;
  }
  .sp_menu_wrap .sp_nav_box_2 .list_sp_nav > li:nth-of-type(2) > a span::before {
    background: url(../images/icon_f_contact.svg) no-repeat top center/contain;
  }
  .sp_menu_wrap ul.sp_menu > li {
    margin-bottom: 30px;
  }
  .sp_menu_wrap ul.sp_menu > li:last-of-type {
    margin-bottom: 0;
  }
  .sp_menu_wrap ul.sp_menu > li a {
    color: #fff;
    font-family: "Noto Serif JP", serif;
    font-size: 1rem;
    font-weight: 400;
  }
  .sp_menu_wrap .sp_nav_sns {
    margin-top: 25px;
    display: flex;
    justify-content: center;
  }
  .sp_menu_wrap .sp_nav_sns > a {
    display: block;
    width: 30px;
    margin-right: 10px;
  }
  .sp_menu_wrap .sp_nav_sns > a:last-of-type {
    margin-right: 0;
  }
}

.list_sp_language {
  display: none;
}
@media screen and (max-width: 767px) {
  .list_sp_language {
    display: block;
    position: fixed;
    top: 97px;
    right: 15px;
    z-index: 100;
    display: flex;
  }
  .list_sp_language > li {
    margin-right: 15px;
    position: relative;
  }
  .list_sp_language > li:last-of-type {
    margin-right: 0;
  }
  .list_sp_language > li > a {
    position: relative;
    font-size: 1rem;
    font-family: "Noto Serif JP", serif;
  }
  .list_sp_language > li > a:hover {
    opacity: 0.6;
  }
  .list_sp_language > li:nth-of-type(1)::after {
    position: absolute;
    content: "/";
    top: -2px;
    right: -10px;
  }
  .list_sp_language > li.current a::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #474747;
    width: 15px;
    height: 1px;
  }
}

.header_navi {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .header_navi {
    display: none;
  }
}
.header_navi li {
  margin-right: 15px;
}
.header_navi li:last-child {
  margin-right: 0;
}
.header_navi li > a {
  display: block;
  font-size: 0.875rem;
}
@media screen and (max-width: 1200px) {
  .header_navi li > a {
    font-size: 0.6875rem;
  }
}
.header_navi li > a:hover {
  opacity: 0.6;
}
.header_navi li ul {
  display: flex;
}
.header_navi li ul > li {
  position: relative;
}
.header_navi li ul > li > a {
  position: relative;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
}
.header_navi li ul > li > a:hover {
  opacity: 0.6;
}
.header_navi li ul > li:nth-of-type(1)::after {
  position: absolute;
  content: "/";
  top: -2px;
  right: -10px;
}
.header_navi li ul > li.current a::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #474747;
  width: 15px;
  height: 1px;
}
.header_navi li:nth-of-type(2) {
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .header_navi li:nth-of-type(2) {
    margin-right: 15px;
  }
}
.header_navi li:nth-of-type(3) {
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .header_navi li:nth-of-type(3) {
    margin-right: 15px;
  }
}
.header_navi li:nth-of-type(4) {
  margin-right: 40px;
}
@media screen and (max-width: 1200px) {
  .header_navi li:nth-of-type(4) {
    margin-right: 20px;
  }
}
.header_navi li:nth-of-type(5) > a {
  display: grid;
  width: 178px;
  height: 37px;
  place-items: center;
  background-color: #474747;
  color: #fff;
  font-size: 0.9375rem;
}

.menu-trigger {
  display: none;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    top: 0;
    left: auto;
    right: 0;
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: fixed;
    width: 87px;
    height: 87px;
    z-index: 10000;
    color: #474747;
    background-color: #fff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    transition: 0.6s;
  }
  .menu-trigger span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    z-index: 4;
    left: 0;
    width: 42px;
    height: 1px;
    background: #474747;
    right: 0;
    margin: auto;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 32px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 44px;
  }
  .menu-trigger span:nth-of-type(3) {
    top: 56px;
    opacity: 1;
  }
  .menu-trigger.active {
    background-color: #fff;
  }
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(40deg);
    top: 38px;
  }
  .menu-trigger.active span:nth-of-type(2) {
    transform: translateY(-9px) rotate(-40deg);
    top: 56px;
  }
  .menu-trigger.active span:nth-of-type(3) {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .menu-trigger.scroll {
    top: 25px;
  }
}

@media screen and (max-width: 767px) {
  #overlay {
    text-align: left;
    width: 100%;
    padding: 0 8% 0;
    height: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    background: url(../images/bg_sp_menu.jpg) no-repeat top center/cover;
    box-sizing: border-box;
    overflow-y: scroll;
    opacity: 0;
    transition: 0.5s;
    display: grid;
    place-items: center;
    scrollbar-width: none;
  }
  #overlay.active {
    opacity: 1;
    visibility: visible;
    padding: 120px 8% 95px;
    height: 100%;
    box-shadow: none;
  }
  #overlay::-webkit-scrollbar {
    display: none;
  }
}

footer {
  padding: 0 30px 50px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 0 0;
  }
}
footer .f_txt {
  text-align: right;
  font-size: clamp(2.5rem, -3.036rem + 11.55vw, 5.625rem);
  font-weight: 500;
  letter-spacing: 0.08em;
  font-family: "Crimson Text", serif;
  color: #E6E6E6;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  footer .f_txt {
    text-align: center;
    padding: 30px 0;
  }
}

#footer {
  width: 100%;
  overflow: hidden;
  background: url(../images/bg_footer.jpg) no-repeat top center/cover;
  position: relative;
  color: #fff;
  padding: 80px 0 90px;
}
#footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(71, 71, 71, 0.6);
  z-index: 1;
  top: 0;
  left: 0;
}

.footer_box {
  position: relative;
  width: 100%;
  padding: 0 30px;
  z-index: 3;
}

.footer_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1220px;
  width: 100%;
  margin: auto;
}

.footer_left {
  width: 45%;
}
@media screen and (max-width: 1200px) {
  .footer_left {
    width: 40%;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer_left {
    width: 100%;
    padding-right: 0;
  }
}

.footer_right {
  width: 55%;
}
@media screen and (max-width: 1200px) {
  .footer_right {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .footer_right {
    width: 100%;
  }
}

.f_navi_wrap {
  display: flex;
  width: 47%;
}
.f_navi_wrap ul {
  margin-right: 30px;
}
.f_navi_wrap ul:last-of-type {
  margin-right: 0;
}

.handling {
  width: 53%;
}
.handling .ttl {
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 12px;
  border-bottom: solid 1px #fff;
  margin-bottom: 20px;
}
.handling .list_handling_wrap {
  display: flex;
  justify-content: space-between;
}
.handling .list_handling_wrap > ul li {
  font-size: 0.8125rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 7px;
}
@media screen and (max-width: 1200px) {
  .handling .list_handling_wrap > ul li {
    font-size: 0.625rem;
  }
}
.handling .list_handling_wrap > ul li:last-of-type {
  margin-bottom: 0;
}
.handling .list_handling_wrap > ul li > a {
  color: #fff;
}

.f_navi > li {
  margin-bottom: 30px;
}
@media screen and (max-width: 1200px) {
  .f_navi > li {
    margin-bottom: 10px;
  }
}
.f_navi > li:last-of-type {
  margin-bottom: 0;
}
.f_navi > li > a {
  display: inline-block;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1200px) {
  .f_navi > li > a {
    font-size: 0.625rem;
  }
}
.f_navi > li > a:hover {
  opacity: 0.6;
}

.f_logo {
  max-width: 334px;
  width: 100%;
  margin-bottom: 185px;
}
@media screen and (max-width: 1200px) {
  .f_logo {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .f_logo {
    max-width: 237px;
    margin-bottom: 56px;
  }
}

.copy {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(0.75rem, 0.639rem + 0.23vw, 0.813rem);
}

.footer_right_sub {
  display: flex;
  padding: 40px 0;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  .footer_right_sub {
    display: none;
  }
}

.f_button_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 77px;
}
@media screen and (max-width: 767px) {
  .f_button_wrap {
    margin-bottom: 30px;
  }
}
.f_button_wrap a {
  width: 48.5%;
  height: 75px;
  display: grid;
  place-items: center;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .f_button_wrap a {
    width: 100%;
  }
}
.f_button_wrap a > span {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.125rem, 0.682rem + 0.92vw, 1.375rem);
  position: relative;
}
@media screen and (max-width: 1200px) {
  .f_button_wrap a > span {
    padding-left: 42px;
  }
  .f_button_wrap a > span::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    transform: translateY(-50%);
  }
}
.f_button_wrap a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 25px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 1200px) {
  .f_button_wrap a::before {
    display: none;
  }
}
.f_button_wrap a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 1200px) {
  .f_button_wrap a:nth-of-type(1) {
    margin-bottom: 17px;
  }
  .f_button_wrap a:nth-of-type(1) > span::before {
    background: url(../images/icon_f_tel.svg) no-repeat top center/contain;
  }
}
.f_button_wrap a:nth-of-type(1)::before {
  background: url(../images/icon_f_tel.svg) no-repeat top center/contain;
}
@media screen and (max-width: 1200px) {
  .f_button_wrap a:nth-of-type(2) > span::before {
    background: url(../images/icon_f_contact.svg) no-repeat top center/contain;
  }
}
.f_button_wrap a:nth-of-type(2)::before {
  background: url(../images/icon_f_contact.svg) no-repeat top center/contain;
}

.f_access {
  font-family: clamp(0.875rem, 0.764rem + 0.23vw, 0.938rem);
  line-height: 2;
  margin-bottom: 20px;
}
.f_access .ttl {
  font-size: clamp(1.25rem, 1.029rem + 0.46vw, 1.375rem);
  font-family: "Noto Serif JP", serif;
  margin-bottom: 20px;
  line-height: 1.5;
}

.f_sns {
  display: flex;
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .f_sns {
    margin-bottom: 35px;
  }
}
.f_sns > a {
  width: 22px;
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .f_sns > a {
    width: 30px;
  }
}
.f_sns > a:last-of-type {
  margin-right: 0;
}
.f_sns > a:hover {
  opacity: 0.6;
}

.grecaptcha_text {
  font-size: clamp(0.75rem, 0.639rem + 0.23vw, 0.813rem);
  line-height: 2;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .grecaptcha_text {
    margin-bottom: 30px;
  }
}
.grecaptcha_text a {
  color: #fff;
}

.section_side {
  margin-bottom: 15%;
}
.section_side:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .section_side {
    margin-bottom: 10%;
  }
}

.side_ttl {
  font-family: "Crimson Text", serif;
  font-weight: 400;
  letter-spacing: 0.08em;
  font-size: clamp(1.75rem, 1.529rem + 0.46vw, 1.875rem);
  margin-bottom: 20px;
}

.list_side li {
  margin-bottom: 15px;
  border-bottom: solid 1px #E6E6E6;
}
.list_side li:last-child {
  margin-bottom: 0;
}
.list_side li a {
  display: flex;
  justify-content: space-between;
  display: block;
  font-style: 0.9375rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  padding-right: 16px;
  padding-bottom: 15px;
  text-align: center;
  position: relative;
}
.list_side li a::after {
  display: block;
  position: absolute;
  content: "";
  background: url(../images/circle_arrow.svg) no-repeat top center/contain;
  width: 16px;
  height: 16px;
  top: 6px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .list_side li a::after {
    top: 1px;
  }
}
.list_side li a:hover {
  opacity: 0.6;
}

.main_img {
  position: relative;
  padding: 20px 25px;
}
.main_img .scroll_wrap {
  position: absolute;
  left: calc(50% - 18px);
  bottom: 90px;
}
@media screen and (max-width: 1500px) {
  .main_img .scroll_wrap {
    bottom: 190px;
  }
}
@media screen and (max-width: 1200px) {
  .main_img .scroll_wrap {
    bottom: 190px;
  }
}
@media screen and (max-width: 767px) {
  .main_img .scroll_wrap {
    bottom: 150px;
  }
}
.main_img .scroll {
  position: relative;
  display: block;
  color: #fff;
  z-index: 10;
  font-family: "Crimson Text", serif;
  transform: rotate(90deg);
  width: 90px;
  font-size: 0.75rem;
  padding-bottom: 15px;
  letter-spacing: 0.08em;
  border-bottom: solid 1px #fff;
}
.main_img .scroll::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  left: 0;
  bottom: -7px;
  background-color: #fff;
  animation: scroll 1.5s ease-out infinite;
}
@media screen and (max-width: 767px) {
  .main_img {
    padding: 0;
  }
}

.sub_img {
  padding-top: 128px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sub_img {
    padding-top: 98px;
  }
}
.sub_img img {
  display: block;
  width: 83.8%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 767px) {
  .sub_img img {
    aspect-ratio: 2/1;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sub_img .header_ttl, .sub_img h1 {
  position: absolute;
  bottom: -58px;
  left: calc((100% - 1300px) / 2);
  font-size: clamp(3.125rem, 0.911rem + 4.62vw, 4.375rem);
  letter-spacing: 0.08em;
  font-family: "Crimson Text", serif;
  line-height: 1;
  font-weight: 400;
}
@media screen and (max-width: 1500px) {
  .sub_img .header_ttl, .sub_img h1 {
    left: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .sub_img .header_ttl, .sub_img h1 {
    left: 30px;
    bottom: -50px;
  }
}
@media screen and (max-width: 767px) {
  .sub_img .header_ttl, .sub_img h1 {
    left: 8%;
    bottom: 20px;
  }
}
.sub_img .header_ttl > span.ttl, .sub_img h1 > span.ttl {
  display: inline-block;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sub_img .header_ttl > span.ttl, .sub_img h1 > span.ttl {
    padding-bottom: 20px;
  }
}
.sub_img .header_ttl > span.ttl::before, .sub_img h1 > span.ttl::before {
  position: absolute;
  content: "";
  width: 87px;
  height: 1px;
  background-color: #AEADAC;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.sub_img .header_ttl > span.ttl::after, .sub_img h1 > span.ttl::after {
  position: absolute;
  content: "";
  width: 29px;
  height: 1px;
  background-color: #474747;
  bottom: 0;
  left: 29px;
  z-index: 1;
}
@keyframes scroll {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
.information {
  width: 100%;
  max-width: 660px;
  background-color: #fff;
  position: absolute;
  z-index: 20;
  right: 0;
  bottom: 0;
  padding: 40px 33px;
  border-top-left-radius: 20px;
}
@media screen and (max-width: 767px) {
  .information {
    width: 93%;
    padding: 25px 25px;
  }
}
.information > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.information > a .date {
  width: 64px;
  font-family: "Crimson Text", serif;
  text-align: center;
}
.information > a .date > span {
  display: block;
  font-family: "Crimson Text", serif;
  line-height: 1;
}
.information > a .date > span:nth-of-type(1) {
  font-size: 1rem;
  padding-bottom: 5px;
  border-bottom: solid 1px #707070;
}
.information > a .date > span:nth-of-type(2) {
  margin-top: 5px;
  font-size: 1.625rem;
}
.information > a .ttl {
  width: calc(100% - 84px);
}
.information > a:hover {
  opacity: 0.6;
}

.section_article {
  font-size: 0.9375em;
}
.section_article .date {
  font-size: 0.9375em;
}
@media screen and (max-width: 767px) {
  .section_article .date {
    font-size: 0.8em;
  }
}
.section_article img {
  margin: 3% 0;
  display: block;
  max-height: 500px;
  width: auto;
}

.topicttl_wrap .data {
  font-size: 0.8125rem;
}
.topicttl_wrap .ttl {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: clamp(1.25rem, 0.364rem + 1.85vw, 1.75rem);
  line-height: 1.6;
  padding-bottom: 28px;
  border-bottom: solid 1px #E6E6E6;
  margin-bottom: 40px;
}

.article_wrap {
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.08;
  font-weight: 400;
}
.article_wrap h2 {
  padding: 20px 0;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.25rem, 0.364rem + 1.85vw, 1.75rem);
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.article_wrap h3 {
  padding: 20px 0;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.06em;
  line-height: 1.6;
  font-size: clamp(1.125rem, 0.461rem + 1.39vw, 1.5rem);
}
.article_wrap img {
  padding: 20px 0;
  display: block;
}

@media screen and (max-width: 767px) {
  .list_topic {
    margin-bottom: 30px;
  }
}
.list_topic > li {
  border-bottom: #E6E6E6 solid 1px;
}
.list_topic > li > a {
  padding-top: 35px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 35px;
  padding-right: 52px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_topic > li > a {
    padding-right: 0;
  }
}
.list_topic > li > a::after {
  display: block;
  position: absolute;
  content: "";
  background: url(../images/circle_arrow.svg) no-repeat top center/contain;
  width: 30px;
  height: 30px;
  top: 36px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .list_topic > li > a::after {
    display: none;
  }
}
.list_topic > li > a .img_wrap {
  width: 150px;
  aspect-ratio: 15/10;
}
@media screen and (max-width: 767px) {
  .list_topic > li > a .img_wrap {
    width: 100px;
    aspect-ratio: 1/1;
  }
}
.list_topic > li > a .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 150px;
}
@media screen and (max-width: 767px) {
  .list_topic > li > a .img_wrap img {
    border-radius: 50%;
  }
}
.list_topic > li > a .txt_wrap {
  width: calc(100% - 180px);
}
@media screen and (max-width: 767px) {
  .list_topic > li > a .txt_wrap {
    width: calc(100% - 130px);
  }
}
.list_topic > li > a .txt_wrap .category {
  font-size: clamp(0.75rem, 0.727rem + 0.11vw, 0.813rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  display: inline-block;
  margin-bottom: 5px;
}
.list_topic > li > a .txt_wrap .list_ttl {
  font-size: clamp(1.25rem, 1.205rem + 0.23vw, 1.375rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  line-height: 1.6;
}
.list_topic > li > a .txt_wrap .txt {
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem);
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.6;
}
.list_topic > li > a:hover {
  opacity: 0.6;
}

.list_partner_parent > li {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .list_partner_parent > li {
    margin-bottom: 80px;
  }
}
.list_partner_parent > li:last-of-type {
  margin-bottom: 0;
}

.list_partner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 80px 0;
}
@media screen and (max-width: 767px) {
  .list_partner {
    gap: 60px 0;
  }
}
.list_partner > li {
  width: 46%;
}
@media screen and (max-width: 767px) {
  .list_partner > li {
    width: 100%;
  }
}
.list_partner > li > a .heading_1::after {
  display: block;
  position: absolute;
  content: "";
  background: url(../images/circle_arrow.svg) no-repeat top center/contain;
  width: 30px;
  height: 30px;
  top: 6px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .list_partner > li > a .heading_1::after {
    top: 1px;
  }
}
.list_partner > li > a:hover {
  opacity: 0.6;
}
.list_partner > li .img_wrap {
  aspect-ratio: 558/379;
  margin-bottom: 30px;
}
.list_partner > li .img_wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.list_partner > li .heading_1 {
  font-size: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  line-height: 1.6;
  display: block;
  position: relative;
  padding-right: 65px;
}

.list_practice_area {
  padding-left: 11.3%;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1200px) {
  .list_practice_area {
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .list_practice_area {
    padding: 0 8%;
  }
}
.list_practice_area:last-of-type {
  margin-bottom: 0;
}
.list_practice_area > li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.list_practice_area > li:last-of-type {
  margin-bottom: 0;
}
.list_practice_area > li .box_l {
  width: 40%;
}
@media screen and (max-width: 1200px) {
  .list_practice_area > li .box_l {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .list_practice_area > li .box_l {
    width: 100%;
  }
}
.list_practice_area > li .box_l .ttl_1 {
  padding-top: 38px;
  position: relative;
  font-size: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .list_practice_area > li .box_l .ttl_1 {
    margin-bottom: 20px;
  }
}
.list_practice_area > li .box_l .ttl_1::before {
  position: absolute;
  content: attr(data-title);
  font-size: 1.875rem;
  font-weight: 400;
  color: #AEADAC;
  font-family: "Crimson Text", serif;
  letter-spacing: 0.08em;
  top: 0;
  left: -40px;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .list_practice_area > li .box_l .ttl_1::before {
    left: -10px;
  }
}
.list_practice_area > li .box_l .ttl_1::after {
  position: absolute;
  content: "";
  background-color: #474747;
  width: 30px;
  height: 1px;
  transform: rotate(-45deg);
  top: 34px;
  left: -16px;
}
@media screen and (max-width: 1200px) {
  .list_practice_area > li .box_l .ttl_1::after {
    top: 28px;
    left: 15px;
  }
}
.list_practice_area > li .box_l .sp_img_wrap {
  display: none;
}
@media screen and (max-width: 767px) {
  .list_practice_area > li .box_l .sp_img_wrap {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
}
.list_practice_area > li .box_l .sp_img_wrap img {
  width: 100%;
}
.list_practice_area > li .box_r {
  margin-top: 124px;
  width: 55.7%;
}
@media screen and (max-width: 1200px) {
  .list_practice_area > li .box_r {
    width: 45%;
    margin-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .list_practice_area > li .box_r {
    width: 100%;
    display: none;
  }
}
.list_practice_area > li .box_r img {
  width: 100%;
}

.list_check, .list_check_2 {
  margin-bottom: 35px;
}
.list_check > li, .list_check_2 > li {
  position: relative;
  padding-left: 60px;
  padding-right: 10px;
  width: 100%;
  min-height: 50px;
  font-size: 0.9375rem;
  font-weight: 400;
  border: solid 1px #E6E6E6;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  line-height: 1.5;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .list_check > li, .list_check_2 > li {
    font-size: 0.75rem;
  }
}
.list_check > li:last-of-type, .list_check_2 > li:last-of-type {
  margin-bottom: 0;
}
.list_check > li::before, .list_check_2 > li::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  background: #E6E6E6 url(../images/list_check.svg) no-repeat top center/contain;
  top: 0;
  left: 0;
}

.list_check_2 > li::before {
  background: #474747 url(../images/list_check_2.svg) no-repeat top center/contain;
}

.list_flow > li {
  position: relative;
  margin-bottom: 80px;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .list_flow > li {
    padding-top: 50px;
  }
}
.list_flow > li:last-of-type {
  margin-bottom: 0;
}
.list_flow > li::before {
  content: "";
  position: absolute;
  font-size: clamp(3.125rem, 0.911rem + 4.62vw, 4.375rem);
  color: #E6E6E6;
  font-family: "Crimson Text", serif;
  font-style: italic;
  letter-spacing: 0.08em;
  line-height: 1;
  top: 0;
  left: -36px;
}
@media screen and (max-width: 1500px) {
  .list_flow > li::before {
    left: -20px;
  }
}
@media screen and (max-width: 1200px) {
  .list_flow > li::before {
    left: -16px;
  }
}
@media screen and (max-width: 767px) {
  .list_flow > li::before {
    left: -16px;
  }
}
.list_flow > li:nth-of-type(1)::before {
  content: "01";
}
.list_flow > li:nth-of-type(2)::before {
  content: "02";
}
.list_flow > li:nth-of-type(3)::before {
  content: "03";
}
.list_flow > li:nth-of-type(4)::before {
  content: "04";
}
.list_flow > li:nth-of-type(5)::before {
  content: "05";
}
.list_flow > li:nth-of-type(6)::before {
  content: "06";
}
.list_flow > li .ttl {
  display: block;
  font-size: clamp(1.25rem, 0.586rem + 1.39vw, 1.625rem);
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: solid 1px #E6E6E6;
  margin-bottom: 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_flow > li .ttl {
    margin-bottom: 40px;
  }
}
.list_flow > li .ttl::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #AEADAC;
  width: 76px;
  height: 1px;
  left: 0;
  bottom: 0;
}
.list_flow > li .box_1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_flow > li .box_1 .box_l {
  width: 34%;
}
@media screen and (max-width: 767px) {
  .list_flow > li .box_1 .box_l {
    width: 100%;
    margin-bottom: 30px;
  }
}
.list_flow > li .box_1 .box_l .txt_wrap {
  font-size: clamp(1.125rem, 0.904rem + 0.46vw, 1.25rem);
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.06em;
  line-height: 1.7;
  font-weight: 500;
}
.list_flow > li .box_1 .box_l .button2_wrap {
  margin-top: 30px;
  max-width: 280px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .list_flow > li .box_1 .box_l .button2_wrap {
    display: none;
  }
}
.list_flow > li .box_1 .box_r {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .list_flow > li .box_1 .box_r {
    width: 100%;
  }
}
.list_flow > li .box_1 .box_r .button2_wrap_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .list_flow > li .box_1 .box_r .button2_wrap_sp {
    display: block;
    margin: 20px auto 0;
    max-width: 280px;
    width: 100%;
  }
}

.list_price > li {
  margin-bottom: 80px;
}
.list_price > li:last-of-type {
  margin-bottom: 0;
}
.list_price > li .ttl_01 {
  display: block;
  font-size: clamp(1.25rem, 0.807rem + 0.92vw, 1.5rem);
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  font-weight: 500;
  padding-bottom: 20px;
  border-bottom: solid 1px #E6E6E6;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .list_price > li .ttl_01 {
    margin-bottom: 40px;
  }
}
.list_price > li .ttl_01::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #AEADAC;
  width: 76px;
  height: 1px;
  left: 0;
  bottom: 0;
}
.list_price > li .list_sub_ttl {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  line-height: 1.7;
  margin-bottom: 20px;
}

.dlist_policy {
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .dlist_policy {
    padding: 5vw 0;
    margin-bottom: 10vw;
  }
}
.dlist_policy dt {
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .dlist_policy dt {
    font-size: 1.125em;
  }
}
.dlist_policy dd {
  font-size: 0.8125em;
}

@media screen and (max-width: 767px) {
  .scroll_table {
    width: 100%;
    overflow-y: hidden;
    overflow-x: auto;
  }
}

.table_access {
  width: 100%;
}
.table_access tr:last-of-type th, .table_access tr:last-of-type td {
  padding-bottom: 0;
}
.table_access th, .table_access td {
  font-weight: 400;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  padding-bottom: 25px;
}
.table_access th {
  width: 23%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .table_access th {
    width: 30%;
  }
}
.table_access td {
  width: 77%;
}
@media screen and (max-width: 767px) {
  .table_access td {
    width: 70%;
  }
}

.table_price {
  width: 100%;
  border-top: solid 1px #AEADAC;
  border-left: solid 1px #AEADAC;
}
.table_price tr th {
  width: 27%;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  background-color: #E6E6E6;
  padding: 14px 24px;
  text-align: center;
  border-bottom: solid 1px #AEADAC;
  border-right: solid 1px #AEADAC;
}
@media screen and (max-width: 767px) {
  .table_price tr th {
    display: block;
    width: 100%;
  }
}
.table_price tr td {
  padding: 14px 24px;
  width: 73%;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  border-bottom: solid 1px #AEADAC;
  border-right: solid 1px #AEADAC;
}
@media screen and (max-width: 767px) {
  .table_price tr td {
    display: block;
    width: 100%;
  }
}

.table_price_2 {
  width: 100%;
  border-top: solid 1px #AEADAC;
  border-left: solid 1px #AEADAC;
}
@media screen and (max-width: 767px) {
  .table_price_2 {
    min-width: 600px;
  }
}
.table_price_2 tr th {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  background-color: #E6E6E6;
  padding: 14px 24px;
  text-align: center;
  border-bottom: solid 1px #AEADAC;
  border-right: solid 1px #AEADAC;
}
.table_price_2 tr th.header_01 {
  background-color: #F7F7F7;
}
.table_price_2 tr th.th_50 {
  width: 50%;
}
.table_price_2 tr th.th_25 {
  width: 25%;
}
.table_price_2 tr th.th_34 {
  width: 34%;
}
.table_price_2 tr th.th_33 {
  width: 33%;
}
.table_price_2 tr td {
  padding: 14px 24px;
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  border-bottom: solid 1px #AEADAC;
  border-right: solid 1px #AEADAC;
  text-align: center;
}
.table_price_2 tr td.td_50 {
  width: 50%;
}
.table_price_2 tr td.td_25 {
  width: 25%;
}
.table_price_2 tr td.td_34 {
  width: 34%;
}
.table_price_2 tr td.td_33 {
  width: 33%;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.top_ttl {
  font-size: clamp(2.5rem, -0.821rem + 6.93vw, 4.375rem);
  font-family: "Crimson Text", serif;
  position: relative;
  font-weight: 400;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 80px;
  line-height: 1;
  color: #474747;
  letter-spacing: 0.08em;
}
.top_ttl::before {
  content: "";
  position: absolute;
  background: #AEADAC;
  width: 87px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.top_ttl::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #474747;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.low_main_ttl {
  font-size: clamp(1.5rem, -0.493rem + 4.16vw, 2.625rem);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding-bottom: 30px;
  position: relative;
  margin-bottom: 40px;
}
.low_main_ttl::after {
  position: absolute;
  content: "";
  background-color: #474747;
  height: 1px;
  width: 29px;
  bottom: 0;
  left: 0;
}

.main_ttl {
  font-size: clamp(1.5rem, 0.955rem + 2.73vw, 3rem);
  font-family: "Crimson Text", serif;
  position: relative;
  font-weight: 400;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 80px;
  line-height: 1;
  color: #474747;
  letter-spacing: 0.08em;
}
.main_ttl::before {
  content: "";
  position: absolute;
  background: #AEADAC;
  width: 87px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.main_ttl::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #474747;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.main_ttl_s {
  font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
  font-family: "Noto Serif JP", serif;
  position: relative;
  font-weight: 400;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 80px;
  line-height: 1;
  color: #474747;
  letter-spacing: 0.08em;
  margin-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .main_ttl_s {
    margin-bottom: 70px;
  }
}
.main_ttl_s::before {
  content: "";
  position: absolute;
  background: #AEADAC;
  width: 87px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.main_ttl_s::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  background: #474747;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.sub_ttl {
  font-size: clamp(1.625rem, 0.961rem + 1.39vw, 2rem);
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px;
}

.sub_e_ttl {
  font-size: clamp(1.625rem, 0.961rem + 1.39vw, 2rem);
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 20px;
  position: relative;
  background-color: #F7F7F7;
  z-index: 3;
  padding-right: 25px;
  line-height: 1;
}

.line_ttl {
  position: relative;
  margin-bottom: 30px;
}
.line_ttl > span {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.375rem, 1.239rem + 0.68vw, 1.75rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-right: 120px;
}
.line_ttl::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
  left: 0;
  top: 50%;
  z-index: 0;
}

.line_ttl_e {
  position: relative;
  margin-bottom: 30px;
}
.line_ttl_e > span {
  display: inline-block;
  font-family: "Crimson Text", serif;
  font-size: clamp(1.375rem, 1.193rem + 0.91vw, 1.875rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-right: 120px;
}
.line_ttl_e::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #E6E6E6;
  left: 0;
  top: 50%;
  z-index: 0;
}

.bg_gray {
  background: #efefef;
}
.bg_white {
  background: #fff;
}
.bg_black {
  background: #000;
}

.txt_clr_gray {
  color: #ccc;
}
.txt_clr_white {
  color: #fff;
}
.txt_clr_black {
  color: #000;
}

a.contact_btn {
  background-color: #474747;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  display: grid;
  font-size: clamp(1rem, 0.779rem + 0.46vw, 1.125rem);
  letter-spacing: 0.08em;
  position: relative;
  width: 100%;
  height: 90px;
  place-items: center;
  border: solid 1px #474747;
}
@media screen and (max-width: 767px) {
  a.contact_btn {
    height: 80px;
  }
}
a.contact_btn::after {
  position: absolute;
  content: "";
  background: url(../images/arrow_b.svg) no-repeat top center/contain;
  width: 12px;
  height: 8px;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
a.contact_btn:hover {
  background-color: #fff;
  color: #474747;
}
a.contact_btn:hover::after {
  background: url(../images/arrow.svg) no-repeat top center/contain;
}
a.btn {
  background-color: #474747;
  width: 100%;
  max-width: 350px;
  height: 60px;
  display: grid;
  place-items: center;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 767px) {
  a.btn {
    max-width: 100%;
    margin: auto;
  }
}
a.btn::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 13px;
  width: 7px;
  height: 1px;
  background: #fff;
}
a.btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 13px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
a.btn:hover {
  opacity: 0.6;
}
a.topic_btn {
  font-weight: 400;
  font-size: clamp(0.875rem, 0.852rem + 0.11vw, 0.938rem);
  display: block;
  border-bottom: #E6E6E6 1px solid;
  padding-bottom: 10px;
  max-width: 212px;
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  a.topic_btn {
    margin: auto;
  }
}
a.topic_btn::after {
  position: absolute;
  content: "";
  top: 6px;
  right: 15px;
  width: 16px;
  height: 16px;
  background: url(../images/circle_arrow.svg) no-repeat top center/contain;
  z-index: 1;
  transition: 0.3s;
}
a.topic_btn:hover::after {
  right: 5px;
}
a.button, a.button_center {
  font-size: clamp(0.875rem, 0.654rem + 0.46vw, 1rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  border: solid 1px #474747;
  width: 350px;
  height: 60px;
  display: grid;
  place-items: center;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  a.button, a.button_center {
    width: 260px;
  }
}
a.button::before, a.button_center::before {
  position: absolute;
  content: "";
  height: 1px;
  width: 90px;
  background-color: #474747;
  top: 50%;
  right: -45px;
  transition: 0.3s;
}
a.button::after, a.button_center::after {
  position: absolute;
  content: "";
  height: 1px;
  width: 24px;
  background-color: #474747;
  transform: rotate(38deg);
  right: -45px;
  top: 50%;
  transform-origin: right;
  transition: 0.3s;
}
a.button:hover, a.button_center:hover {
  background-color: #474747;
  color: #fff;
}
a.button:hover::before, a.button_center:hover::before {
  right: -48px;
}
a.button:hover::after, a.button_center:hover::after {
  right: -48px;
}
a.button_center {
  margin: auto;
}
a.button2 {
  display: block;
  font-size: clamp(0.875rem, 0.764rem + 0.23vw, 0.938rem);
  font-weight: 400;
  text-align: center;
  position: relative;
  padding: 15px 0;
  border-bottom: solid 1px #E6E6E6;
}
a.button2:hover {
  opacity: 0.6;
}
a.button2::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../images/circle_arrow.svg) no-repeat top center/contain;
  z-index: 1;
}

#list_breadcrumb {
  text-align: right;
  font-size: clamp(0.625rem, 0.557rem + 0.34vw, 0.813rem);
  padding-top: 25px;
  font-weight: 300;
}

.text_wrap {
  font-size: 0.9375rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2;
}
.text_wrap > p {
  margin-bottom: 10px;
}
.text_wrap > p:last-of-type {
  margin-bottom: 0;
}

.text_s {
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.text_s > p {
  margin-bottom: 10px;
}
.text_s > p:last-of-type {
  margin-bottom: 0;
}

/* 配置 */
.left {
  text-align: left !important;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .left_sp {
    text-align: left !important;
  }
}

@media screen and (max-width: 767px) {
  .center_sp {
    text-align: center !important;
  }
}

.wp-pagenavi {
  margin: 35px -1em -1em 0;
  display: flex;
  flex-flow: wrap;
  font-weight: 400;
  font-size: 18px;
  font-family: "Crimson Text", serif;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 10vw;
    font-size: 1em;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  margin: 0 1em 1em 0;
  padding: 0 0.3rem 1rem;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover {
  border-bottom: solid 1px #474747;
}
.wp-pagenavi .current {
  border-bottom: solid 1px #474747;
}

.yarpp-related {
  margin: 0 !important;
}
.yarpp-related a {
  font-weight: 400 !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

.contactform_wrap {
  border-top: solid 1px #E6E6E6;
  padding-top: 50px;
}

.contactform {
  width: 100%;
}
.contactform tr th {
  padding: 20px 1em 10px 0;
  text-align: left;
  vertical-align: top;
  width: 30%;
  font-size: 1rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .contactform tr th {
    width: 100%;
    display: block;
    padding: 0 0 1em;
    font-size: 1em;
  }
}
.contactform tr td {
  width: 70%;
  padding: 10px 0;
  text-align: left;
  font-size: 1em;
}
@media screen and (max-width: 767px) {
  .contactform tr td {
    width: 100%;
    display: block;
    padding: 0 0 2em;
    font-size: 1em;
  }
}

input, textarea, select {
  width: 100%;
  padding: 1em;
  border: none;
  background: #f7f7f7;
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
}

input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

select {
  width: 70%;
}
@media screen and (max-width: 767px) {
  select {
    width: 100%;
  }
}

textarea {
  height: 250px;
}

input#zip, input#zip1 {
  width: 25%;
}
@media screen and (max-width: 767px) {
  input#zip, input#zip1 {
    width: 35% !important;
  }
}

.input_s {
  width: 40%;
  margin-right: 1rem;
}
@media screen and (max-width: 767px) {
  .input_s {
    width: 60%;
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

span.mwform-tel-field input {
  width: 25% !important;
}
@media screen and (max-width: 767px) {
  span.mwform-tel-field input {
    width: 28% !important;
  }
}

.submit, .backBtn {
  max-width: 345px;
  width: 90%;
  margin: 0 auto;
  padding: 1.5em;
  display: block;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: #474747;
  transition: 0.3s;
  border-radius: 0;
  font-size: 1.3125em;
}
@media screen and (max-width: 767px) {
  .submit, .backBtn {
    font-size: 1.1em;
  }
}
.submit:hover, .backBtn:hover {
  opacity: 0.8;
}

.backBtn {
  background: #AEADAC;
  margin-top: 1.5em;
}

.required {
  font-size: 0.6em;
  display: inline-block;
  margin-left: 2em;
  line-height: 1;
  background: #AEADAC;
  color: #fff;
  padding: 0.5em 1em;
  vertical-align: middle;
}

.policy_box {
  padding-top: 50px;
  text-align: center;
  font-size: 0.875em;
  margin-bottom: 45px;
}
.policy_box input[type=checkbox] {
  width: 38px;
  height: 35px;
  border-radius: 10px;
  vertical-align: middle;
}
.policy_box a {
  text-decoration: underline;
}
.policy_box a:hover {
  opacity: 0.6;
}

.m0 {
  margin-bottom: 0;
}

.m10 {
  margin-bottom: 0.625rem;
}

.m20 {
  margin-bottom: 1.25rem;
}

.m30 {
  margin-bottom: 1.875rem;
}

.m35 {
  margin-bottom: 2.1875rem;
}

.m40 {
  margin-bottom: 2.5rem;
}

.m45 {
  margin-bottom: 2.8125rem;
}

.m50 {
  margin-bottom: 3.125rem;
}

.m60 {
  margin-bottom: 3.75rem;
}

.m70 {
  margin-bottom: 4.375rem;
}

.m80 {
  margin-bottom: 5rem;
}

.m90 {
  margin-bottom: 5.625rem;
}

.m100 {
  margin-bottom: 6.25rem;
}

.m120 {
  margin-bottom: 7.5rem;
}

.m130 {
  margin-bottom: 8.125rem;
}

.m140 {
  margin-bottom: 8.75rem;
}

.m160 {
  margin-bottom: 10rem;
}

.m190 {
  margin-bottom: 11.875rem;
}

@media screen and (max-width: 767px) {
  .m5_sp {
    margin-bottom: 0.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .m10_sp {
    margin-bottom: 0.625rem;
  }
}

@media screen and (max-width: 767px) {
  .m20_sp {
    margin-bottom: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .m30_sp {
    margin-bottom: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .m40_sp {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .m50_sp {
    margin-bottom: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .m60_sp {
    margin-bottom: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .m70_sp {
    margin-bottom: 4.375rem;
  }
}

@media screen and (max-width: 767px) {
  .m80_sp {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .m100_sp {
    margin-bottom: 6.25rem;
  }
}

.list_pagination {
  width: 100%;
  margin: 80px auto 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  font-size: 0.875em;
  font-weight: 400;
  padding: 30px 0;
}
@media screen and (max-width: 767px) {
  .list_pagination {
    margin: 60px auto 30px;
  }
}
.list_pagination li.prev {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .list_pagination li.prev {
    width: 100%;
  }
}
.list_pagination li.prev > a {
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .list_pagination li.prev > a {
    padding-left: 50px;
  }
}
.list_pagination li.prev > a::after {
  display: block;
  position: absolute;
  content: "";
  background: url(../images/circle_arrow.svg) no-repeat top center/contain;
  width: 30px;
  height: 30px;
  top: 6px;
  left: 0;
  transform: scale(-1, 1);
}
.list_pagination li.middle {
  width: 30%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_pagination li.middle {
    width: 100%;
    display: none;
  }
}
.list_pagination li.next {
  width: 35%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .list_pagination li.next {
    width: 100%;
  }
}
.list_pagination li.next > a {
  padding-right: 45px;
}
@media screen and (max-width: 767px) {
  .list_pagination li.next > a {
    padding-right: 50px;
  }
}
.list_pagination li.next > a::after {
  display: block;
  position: absolute;
  content: "";
  background: url(../images/circle_arrow.svg) no-repeat top center/contain;
  width: 30px;
  height: 30px;
  top: 6px;
  right: 0;
}
.list_pagination li a {
  position: relative;
  display: inline-block;
}
.list_pagination li a:hover {
  opacity: 0.5;
}
.list_pagination li a.btn_blog {
  margin: auto;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}

a.btn_blog_sp {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.add_ttl {
  border-left: 3px solid #0dac67;
  margin-bottom: 1em;
  padding-left: 0.5em;
  line-height: 1.6;
  font-size: 1.5em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl {
    font-size: 1.3em;
  }
}

.add_ttl_02 {
  position: relative;
  padding-left: 1.4em;
  margin-bottom: 0.5em;
  line-height: 1.6;
  font-size: 1.3em;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .add_ttl_02 {
    font-size: 1.2em;
  }
}
.add_ttl_02:before {
  position: absolute;
  content: "●";
  left: 0;
  top: 0;
  color: #0dac67;
}

a.add_link {
  text-decoration: underline;
}
a.add_link:hover {
  opacity: 0.5;
}

.fade-in,
.fade-in-2,
.fade-in-3 {
  opacity: 0;
}

.anm-fade-in {
  animation: anm-fade-in 1.5s ease-in-out forwards;
}

.anm-fade-in-2 {
  animation: anm-fade-in-2 1.5s 0.3s ease-in-out forwards;
}

.anm-fade-in-3 {
  animation: anm-fade-in-3 1.5s 0.6s ease-in-out forwards;
}

@keyframes anm-fade-in {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes anm-fade-in-2 {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes anm-fade-in-3 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn_fade_in {
  animation: fadeIn 0.5s ease-in-out forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*ローディング
------------------------------------------------------------
*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99998;
  background: #fff;
  text-align: center;
  display: grid;
  place-items: center;
  overflow: hidden;
}
#loading .ld_img {
  width: 50%;
  z-index: 99999;
}
@media screen and (max-width: 1200px) {
  #loading .ld_img {
    width: 40%;
  }
}
@media screen and (max-width: 767px) {
  #loading .ld_img {
    width: 100%;
  }
}/*# sourceMappingURL=layout.css.map */