@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSansJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("./font/NotoSansJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSansJP-Bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("./font/NotoSerifJP-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 500;
  src: url("./font/NotoSerifJP-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url("./font/NotoSerifJP-Bold.woff") format("woff");
  font-display: swap;
}
.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
}

.lora {
  font-family: "Lora", serif;
}

/*
Theme Name: 城東法務事務所
Description: 城東法務事務所 | 和歌山市で相続、遺言、登記、成年後見の事なら城東法務事務所にお任せください。
Theme URI: https://www.joto-legal-office.jp/
Version: 1.0
License: 城東法務事務所
License URI: https://www.joto-legal-office.jp/
*/
/****************************************

_reset.scss リセットCSS

*****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /*1em=10px */
  overflow-y: scroll;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
picture,
menu,
nav,
section,
main {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colors to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colors to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

img {
  vertical-align: top;
}

address {
  font-style: normal;
}

/* change border color to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/****************************************

_base.scss body設定(主に書式)

*****************************************/
body {
  min-width: 1200px;
  background: #fff;
  font-size: 1.6rem;
  color: #333;
  font-weight: normal;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }
}
/****************************************

フォント指定

*****************************************/
li,
tt,
tr,
dt,
dd,
p {
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

h1 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

h2 {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

h4 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  li,
  tt,
  tr,
  dt,
  dd,
  p {
    font-size: 1.4rem;
  }
  h1 {
    font-size: 2.2rem;
  }
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.8rem;
  }
}
/****************************************

リンク指定&オンマウス時のアクション

*****************************************/
a:link,
a:visited {
  color: #0098D8;
  text-decoration: underline;
  transition: 0.3s linear;
}

a:hover,
a:active {
  color: #0970C4;
  transition: 0.3s linear;
}

a:hover img.img_opacity {
  opacity: 0.75;
  transition: 0.2s linear;
}

a img.img_opacity {
  transition: 0.2s linear;
}

a:hover img.img_up {
  transform: translateY(-5px);
  transition: 0.3s linear;
}

a img.img_up {
  transition: 0.3s linear;
}

/****************************************

ページ共通

*****************************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

figure a {
  display: block;
  width: 100%;
  height: 100%;
}

/****************************************

電話リンク設定

*****************************************/
@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    text-decoration: none;
  }
}
/****************************************

FancyBox

*****************************************/
#fancybox-title {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #fancybox-title {
    font-size: 1.4rem;
  }
}

/****************************************

メディアクエリ/レスポンシブ用mixin

*****************************************/
/****************************************

余白

*****************************************/
/* 改行 */
.line_break {
  padding-top: 25px;
}

/* 強調 */
.bold {
  font-weight: 600;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .line_break {
    padding-top: 20px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .mb40,
  .mb50 {
    margin-bottom: 30px;
  }
  .mb60,
  .mb70 {
    margin-bottom: 40px;
  }
  .mb80,
  .mb90,
  .mb100 {
    margin-bottom: 50px;
  }
  .sp_mb20 {
    margin-bottom: 20px;
  }
}
.common_mt50 {
  margin: 50px auto 0;
}

/****************************************

            サイズ

  *****************************************/
.w260 {
  max-width: 260px;
  width: 100%;
}

/****************************************

img 画像

  *****************************************/
.img440 {
  max-width: 440px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .sp_auto {
    margin: auto;
  }
}
/****************************************

その他

  *****************************************/
@media print, screen and (min-width: 768px) {
  .pc_none {
    display: none;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
  .br-pc {
    display: none;
  }
}
.align_center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .align_center {
    text-align: left;
  }
}

/****************************************

_variable.scss variable 変数

*****************************************/
/*******************************************

    フォント種類

*******************************************/
/****************************************

_mixin.scss mixin

*****************************************/
/****************************************

ヘッダー共通

*****************************************/
.header {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: auto;
}

.header-page_box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-end;
  align-items: center;
  gap: 0 100px;
}

.header_logo a {
  display: block;
  width: 100%;
  height: 100%;
}

/****************************************

pcヘッダー

  *****************************************/
@media print, screen and (min-width: 768px) {
  #sp_header,
  #sp_navi,
  #toggle {
    display: none;
  }
  .header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1920px;
    margin-inline: auto;
    padding-left: 40px;
  }
}
@media screen and (max-width: 1800px) {
  .header_inner--page {
    padding: 19px 30px;
  }
}

/****************************************

spヘッダー

  *****************************************/
@media screen and (max-width: 767px) {
  .header_inner {
    padding: 9px 10px;
  }
  .header_right {
    display: none;
  }
  .header_logo {
    width: 150px;
  }
  img {
    width: 100%;
    height: auto;
  }
  #toggle {
    position: fixed;
    /*bodyに対しての絶対位置指定です*/
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    padding: 7px;
    background: #004BB7;
    cursor: pointer;
    z-index: 9999;
    border: 1px solid #fff;
  }
  #toggle div {
    position: relative;
  }
  #toggle span {
    display: block;
    position: absolute;
    /*#navToggledivに対して*/
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.35s ease-in-out;
    -o-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
  }
  #toggle span:nth-child(1) {
    top: 0;
  }
  #toggle span:nth-child(2) {
    top: 11px;
  }
  #toggle span:nth-child(3) {
    top: 22px;
  }
  .open_navi #toggle span {
    background: #fff;
  }
  /*spanの絶対位置指定の親にします*/
  .open_navi #toggle {
    position: fixed;
  }
  .open_navi #toggle span:nth-of-type(1) {
    -webkit-transform: translateY(11px) rotate(-315deg);
    -ms-transform: translateY(11px) rotate(-315deg);
    transform: translateY(11px) rotate(-315deg);
  }
  .open_navi #toggle span:nth-of-type(2) {
    opacity: 0;
  }
  .open_navi #toggle span:nth-of-type(3) {
    -webkit-transform: translateY(-11px) rotate(315deg);
    -ms-transform: translateY(-11px) rotate(315deg);
    transform: translateY(-11px) rotate(315deg);
  }
  #sp_navi {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100vw;
    overflow-y: scroll;
    text-align: left;
    background: rgba(0, 75, 183, 0.8);
    z-index: 999;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #sp_navi {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  .open_navi #wrapper {
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
    transition: 0.7s ease-in-out;
  }
  #sp_navi .menu {
    padding-top: 80px;
    text-align: center;
  }
  #sp_navi .menu .menu-item {
    width: 100%;
    text-align: center;
    border-top: rgb(255, 255, 255) 1px solid;
    cursor: pointer;
    color: #fff;
    margin: 0 auto;
    font-size: 1.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp_navi .menu .menu-item:last-of-type {
    border-bottom: rgb(255, 255, 255) 1px solid;
  }
  #sp_navi .menu-item a,
  #sp_navi .menu-item span {
    color: #fff;
    display: block;
    padding: 15px 0 14px;
  }
  #sp_navi .menu-item a:link,
  #sp_navi .menu-item a:visited,
  #sp_navi .menu-item a:hover,
  #sp_navi .menu-item a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu {
    width: 100%;
    text-align: center;
    display: none;
  }
  #sp_navi .sub-menu li {
    width: 100%;
    text-align: center;
  }
  #sp_navi .sub-menu li a {
    display: block;
    padding: 10px 0;
    color: #333;
    background: #FF9200;
  }
  #sp_navi .sub-menu li a:link,
  #sp_navi .sub-menu li a:visited,
  #sp_navi .sub-menu li a:hover,
  #sp_navi .sub-menu li a:active {
    color: #fff;
    text-decoration: none;
  }
  #sp_navi .sub-menu li a:hover {
    color: #fff;
    background: #67B559;
  }
  #sp_navi .menu-item-has-children {
    position: relative;
  }
  #sp_navi .menu-item-has-children::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    position: absolute;
    top: 14px;
    right: 20px;
  }
  #sp_navi .menu-item-has-children.menu_open::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    top: 22px;
  }
}
/****************************************

pc用 横ナビ

  *****************************************/
@media screen and (max-width: 767px) {
  #g_navi,
  .h_contact {
    display: none;
  }
}
#g_navi {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 34px 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1;
}

#g_navi .menu {
  width: 100%;
  max-width: 1020px;
  margin-inline: auto;
  zoom: 1;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

#g_navi .menu > li {
  position: relative;
}

#g_navi .menu li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #141414;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  white-space: nowrap;
  transition: 0.3s;
}

#g_navi .menu li a:link,
#g_navi .menu li a:visited {
  color: #332D21;
}

#g_navi .menu li a:hover,
#g_navi .menu li a:active {
  color: #332D21;
  transition: 0.3s;
}

#g_navi .menu li a span {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  padding-top: 14px;
  color: #004BB7;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
}

#g_navi .menu li ul {
  width: 250px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 125%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#g_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#g_navi .menu li ul li a {
  width: 100%;
  display: block;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.6rem;
  font-weight: 400;
  background: #004BB7;
  text-align: center;
  color: #fff !important;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

#g_navi .menu li ul li a:hover {
  background: #FF9200;
  transition: 0.2s linear;
}

#g_navi .menu li:hover ul {
  visibility: visible;
  opacity: 1;
}

#g_navi .menu li ul li a {
  visibility: hidden;
  transition: 0.5s;
  letter-spacing: 0;
}

#g_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

@media print, screen and (min-width: 768px) {
  .menu > li > a {
    padding: 0;
    position: relative;
    display: inline-block;
    transition: 0.6s;
  }
  .menu > li > a:after {
    position: absolute;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #004BB7;
    transition: 0.6s;
    transform: translateX(0%);
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .menu > li > a:after {
    bottom: -10px;
  }
  .menu > li > a:hover:after {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=90);
  }
}
/****************************************

ヘッダー上部

  *****************************************/
@media print, screen and (min-width: 768px) {
  .header_right {
    display: flex;
    align-items: center;
  }
}
.h_tel img {
  width: 100%;
  height: auto;
}

.header_info {
  width: 345px;
  height: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #004BB7;
}

@media screen and (max-width: 1800px) {
  .header_info--page {
    position: absolute;
    top: 110px;
    right: 0;
    z-index: 999;
  }
}

.header_info_txt {
  font-size: 1.4rem;
  color: #fff;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  margin-top: 3px;
}

@media screen and (max-width: 1650px) and (max-width: 767px) {
  .header_info {
    display: none;
  }
}
@media screen and (max-width: 1650px) {
  .header_info_txt {
    font-size: 1.3rem;
  }
}
/****************************************

メインビジュアル

  *****************************************/
.mv {
  width: 100%;
  margin-inline: auto;
  position: relative;
}

@media print, screen and (min-width: 768px) {
  .mv_img img {
    position: relative;
    width: 1920px;
    left: calc(50% - 960px);
  }
}
.metaslider .slides img {
  width: 1920px !important;
}
@media screen and (max-width: 767px) {
  .metaslider .slides img {
    position: relative;
    width: 180% !important;
    left: -40%;
  }
}

@media screen and (max-width: 767px) {
  .mv_img img {
    position: relative;
    width: 200%;
    left: -50%;
  }
}
.mv_cp {
  position: absolute;
  top: 115px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 834px;
  width: 100%;
  padding: 35px 0 32px;
  z-index: 2;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .mv_cp {
    width: calc(100% - 20px);
    padding: 20px 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.mv_cp::before {
  content: "";
  /* Creates a pseudo-element */
  position: absolute;
  top: -5px;
  /* Adjust the offset for the outside border */
  left: -5px;
  /* Adjust the offset for the outside border */
  right: -5px;
  /* Adjust the offset for the outside border */
  bottom: -5px;
  /* Adjust the offset for the outside border */
  border: 1px solid rgba(255, 255, 255, 0.84);
  /* Define the border color and width */
  z-index: -1;
  /* Places the border behind the element */
}

.mv_cp_txt {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-size: 4.6rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .mv_cp_txt {
    font-size: 5.9973924381vw;
  }
}
.mv_list {
  position: absolute;
  display: flex;
  gap: 0 20px;
  z-index: 2;
  bottom: 220px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .mv_list {
    display: none;
  }
}
.mv_list_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #E58715;
  width: 280px;
  height: 280px;
  border-radius: 50vh;
}

.mv_list_item_ttl {
  font-size: 2.8rem;
  color: #fff;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  margin-bottom: 30px;
}

.mv_list_item_txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #fff;
}

/****************************************

_l-header.scss ヘッダー共通

*****************************************/
/****************************************

pc用 横ナビ

*****************************************/
@media screen and (max-width: 767px) {
  #page_navi {
    display: none;
  }
}
#page_navi .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 100px;
}
@media screen and (max-width: 1800px) {
  #page_navi .menu {
    gap: 0 70px;
  }
}

#page_navi .menu > li {
  position: relative;
}

#page_navi .menu li a {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 0 10px;
  text-align: center;
  text-decoration: none;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-size: 1.6rem;
  font-weight: bold;
  color: #141414;
  line-height: 1;
  letter-spacing: 0.06em;
  white-space: nowrap;
}
#page_navi .menu li a:is(:link, :visited) {
  color: #141414;
}
#page_navi .menu li a:is(:hover, :active) {
  color: #141414;
}
#page_navi .menu li a .en {
  display: block;
  text-align: center;
  white-space: nowrap;
  padding-top: 14px;
  font-family: "Lora", serif;
  font-weight: bold;
  font-size: 1.2rem;
  color: #004BB7;
  line-height: 1;
}

/****************************************

pc用 プルダウンナビ

*****************************************/
#page_navi .menu li ul {
  width: 250px;
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}

#page_navi .menu li ul li {
  width: 100%;
  border-right: none;
  padding: 0;
}

#page_navi .menu li ul li a {
  width: 100%;
  display: block;
  padding: 15px 5px;
  border-top: 1px solid #ccc;
  font-size: 1.4rem;
  font-weight: normal;
  background: #004BB7;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
#page_navi .menu li ul li a:is(:link, :visited) {
  color: #fff;
}

#page_navi .menu li ul li a:hover {
  background: #fff;
  color: #fff;
  background: #FF9200;
  opacity: 0.6;
  transition: 0.2s linear;
}

#page_navi .menu li:hover ul {
  visibility: visible;
  opacity: 0.9;
}

#page_navi .menu li ul li a {
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

#page_navi .menu li:hover ul li a {
  visibility: visible;
  opacity: 1;
}

/****************************************

pc用 ホバーの下線

*****************************************/
#page_navi .menu > li > a:after {
  bottom: 0;
}

/****************************************

pcヘッダー

*****************************************/
/****************************************

spヘッダー

*****************************************/
/****************************************

メインビジュアル

*****************************************/
.l-mv-page {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}
.l-mv-page__pic-img {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1920px) {
  .l-mv-page__pic-img {
    left: calc(50% - 960px);
    width: 1920px;
  }
}
@media screen and (max-width: 767px) {
  .l-mv-page__pic-img {
    position: relative;
    left: -25%;
    width: 150%;
  }
}
.l-mv-page__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2), -3px 3px 12px rgba(0, 0, 0, 0.2), 3px -3px 12px rgba(0, 0, 0, 0.2), -3px -3px 12px rgba(0, 0, 0, 0.2), 3px 0px 12px rgba(0, 0, 0, 0.2), 0px 3px 12px rgba(0, 0, 0, 0.2), -3px 0px 12px rgba(0, 0, 0, 0.2), 0px -3px 12px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .l-mv-page__ttl {
    font-size: 2.4rem;
  }
}

/****************************************

_l-main.scss メイン共通

*****************************************/
#main-top {
  width: 100%;
  margin-inline: auto;
}

#main-page {
  width: 100%;
  margin-inline: auto;
}

/*---------- 下層ページ ----------*/
.l-main-wrapper {
  max-width: 2560px;
  width: 100%;
  margin-inline: auto;
}
.l-main-wrapper__inner {
  max-width: 1040px;
  width: 100%;
  margin-inline: auto;
  padding: 0 10px 0;
}
@media screen and (max-width: 767px) {
  .l-main-wrapper__inner {
    padding: 0 10px 0;
  }
}

/****************************************

_l-breadcrumb.scss パンくず

*****************************************/
.breadcrumb_area {
  width: 100%;
  padding: 10px 0 20px;
}
@media screen and (max-width: 767px) {
  .breadcrumb_area {
    padding: 10px 0 20px;
  }
}

.breadcrumb .topicpath {
  text-align: right;
  font-size: 1.6rem;
  color: #333;
  letter-spacing: 0em;
  overflow-wrap: break-word;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .breadcrumb .topicpath {
    text-align: left;
    font-size: 1.2rem;
  }
}

.breadcrumb a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.breadcrumb a:is(:link, :visited) {
  color: #333;
}
.breadcrumb a:is(:hover, :active) {
  color: #333;
}

.breadcrumb a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #333;
  transform-origin: right top;
  transition: transform 0.3s;
  transform: scale(0, 1);
}

.breadcrumb a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

/****************************************

_l-bottom.scss ボトム共通

*****************************************/
.btm-box {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  align-items: center;
  gap: 0 60px;
  padding: 120px 10px 80px;
}
@media screen and (max-width: 767px) {
  .btm-box {
    flex-flow: nowrap column;
    gap: 20px 0;
    padding: 60px 10px 60px;
  }
}

.l-btm-sec {
  padding: 50px 10px;
  background: url(images/contact_bg.jpg) no-repeat center top;
  background-size: cover;
}
.l-btm-sec__inner {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
  gap: 0 60px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__inner {
    flex-flow: nowrap column;
    gap: 30px 0;
  }
}
.l-btm-sec__right {
  display: flex;
  flex-flow: nowrap column;
  align-items: center;
  gap: 15px 0;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__right {
    gap: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-btm-sec__left {
    display: flex;
    flex-flow: nowrap column-reverse;
    align-items: center;
  }
}
.l-btm-sec__tel {
  max-width: 270px;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__tel {
    max-width: 200px;
  }
}
.l-btm-sec__time, .l-btm-sec__all-day {
  color: #fff;
}
.l-btm-sec__time {
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0em;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__time {
    margin-bottom: 0;
    font-size: 1.2rem;
  }
}
.l-btm-sec__all-day {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .l-btm-sec__all-day {
    font-size: 1.6rem;
  }
}

.l-btm-sec-ttl {
  position: relative;
  text-align: center;
  margin-bottom: 80px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl {
    margin-bottom: 40px;
  }
}
.l-btm-sec-ttl::after {
  display: block;
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl::after {
    bottom: -15px;
  }
}
.l-btm-sec-ttl__en {
  display: block;
  font-family: "Lora", serif;
  font-size: 1.8rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl__en {
    font-size: 1.4rem;
  }
}
.l-btm-sec-ttl__jp {
  display: block;
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-btm-sec-ttl__jp {
    margin-top: 10px;
    font-size: 2.2rem;
  }
}

/****************************************

pc_footer

*****************************************/
.footer {
  background: #E7F2FD;
}

.footer_logo {
  display: inline-block;
}
.footer_logo a {
  display: block;
  width: 100%;
  height: 100%;
}

@media print, screen and (min-width: 768px) {
  .sp_footer {
    display: none;
  }
}
.footer_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1020px;
  width: 100%;
  margin-inline: auto;
  padding: 66px 0;
}

.footer_logo {
  margin-top: 25px;
}

.footer_inner_right {
  max-width: 510px;
  width: 100%;
}

.address {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.3;
  margin-top: 11px;
}

@media screen and (max-width: 767px) {
  .address {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 1.5rem;
  }
}
.pagetop {
  display: none;
  width: 70px;
  position: fixed;
  right: 30px;
  bottom: 50px;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .pagetop {
    display: none !important;
  }
}
.pagetop a {
  display: block;
  width: 100%;
  height: 100%;
}

.pagetop a img {
  width: 100%;
  height: auto;
}

.footer_txt {
  line-height: 1.3;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 54px;
}

@media screen and (max-width: 767px) {
  .footer_txt {
    font-size: 1.5rem;
    margin-top: 0;
  }
}
.copyright {
  position: relative;
  display: block;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.8;
  text-align: center;
  padding: 6px 0;
  background: #004BB7;
}

@media screen and (max-width: 767px) {
  .copyright {
    padding: 10px;
    text-align: center;
    font-size: 1.2rem;
  }
}
/****************************************

  sp_footer

  *****************************************/
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 60px;
  }
  .pc_footer {
    display: none;
  }
  .sp_footer {
    text-align: left;
    padding: 20px 10px;
  }
}
/****************************************

  pc_footer

  *****************************************/
@media print, screen and (min-width: 768px) {
  #sp_footer,
  .f_sp,
  .sp_bana {
    display: none;
  }
  #footer {
    width: 100%;
    position: relative;
    padding: 80px 0 0 0;
  }
}
/****************************************

_l-footer.scss フッター共通

*****************************************/
/* ----------- コピーライト ----------- */
/* ----------- ページトップ ----------- */
.l-footer-sitemap-local__list {
  display: flex;
  flex-flow: nowrap row;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-footer-sitemap-local__list {
    display: none;
  }
}
.l-footer-sitemap-local__page {
  padding: 0 10px;
  height: 20px;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  line-height: 20px;
}
.l-footer-sitemap-local__page a {
  font-size: 1.6rem;
}
.l-footer-sitemap-local__page:first-child {
  border-left: none;
}
.l-footer-sitemap-local__page:last-child {
  border-right: none;
}
.l-footer-sitemap-local__page + .l-footer-sitemap-local__page {
  border-left: none;
}

.l-footer-link a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.l-footer-link a:is(:link, :visited) {
  color: #333;
}
.l-footer-link a:is(:hover, :active) {
  color: #004BB7;
}
.l-footer-link a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #004BB7;
  transition: all 0.3s ease-in-out;
}
.l-footer-link a:hover::before {
  width: 100%;
}

/* ----------- フローティングバナー----------- */
@media screen and (max-width: 767px) {
  .sp_btn {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    z-index: 9999;
  }
  .sp_btn_list {
    display: flex;
    height: 60px;
    background: #004BB7;
    border-top: 1px solid #fff;
  }
  .sp_btn_list_item {
    position: relative;
    width: 33.3333333333%;
    height: 100%;
    line-height: 1.6;
  }
  .sp_btn_list_item a {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 0 5px;
    text-decoration: none;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.2rem;
    font-weight: normal;
    color: #fff;
  }
  .sp_btn_list_item a:is(:link, :visited, :hover, :active) {
    color: #fff;
  }
  .sp_btn_list_item_icon_01,
  .sp_btn_list_item_icon_02,
  .sp_btn_list_item_icon_03 {
    position: relative;
    display: block;
    margin: auto 0 0;
  }
  .sp_btn_list_item_icon_01::after,
  .sp_btn_list_item_icon_02::after,
  .sp_btn_list_item_icon_03::after {
    content: "";
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
  }
  .sp_btn_list_item_icon_01::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_tel.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_02::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_mail.svg);
    background-size: 18px;
  }
  .sp_btn_list_item_icon_03::after {
    top: -20px;
    width: 18px;
    height: 18px;
    background-image: url(images/floating_arrow.svg);
    background-size: 18px;
  }
}
/****************************************

_l-single.scss 投稿詳細ページ

*****************************************/
.l-single-sec {
  width: 100%;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
  .l-single-sec {
    margin: 0 auto;
  }
}
.l-single-sec__ttl {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-single-sec__ttl {
    font-size: 1.8rem;
  }
}
.l-single-sec__txt img {
  margin: 15px auto;
  max-width: 100%;
  height: auto;
}

.pager {
  clear: both;
  text-align: center;
  margin: 50px auto 0;
  padding-bottom: 10px;
}
.pager a {
  text-decoration: none;
}
.pager a:is(:link, :visited) {
  color: #004BB7;
  border: 1px solid #004BB7;
}
.pager a:is(:hover, :active) {
  color: #fff;
  border: 1px solid #004BB7;
  background: #004BB7;
}

a.page-numbers {
  background: #fff;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
}

.pager .current {
  border-radius: 5px;
  padding: 5px 8px;
  margin: 0 2px;
  font-size: 1.4rem;
  background: #004BB7;
  border: solid 1px #004BB7;
  color: white;
}

@media screen and (max-width: 767px) {
  a.page-numbers,
  .pager .current {
    font-size: 1.3rem;
  }
}

.nav-below {
  margin: 60px 0 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav-below {
    margin: 30px 0 20px;
  }
}

.nav-below a {
  position: relative;
  margin: 0 15px;
  text-decoration: none;
}
.nav-below a:is(:link, :visited) {
  color: #333;
}
.nav-below a:is(:hover, :active) {
  color: #004BB7;
}
.nav-below a::before {
  position: absolute;
  content: "";
  bottom: 0;
  width: 0;
  height: 1px;
  background: #004BB7;
  transition: 0.6s;
  left: 0;
}
.nav-below a:hover::before {
  width: 100%;
  opacity: 0.9;
}

.aligncenter {
  display: block;
}

/****************************************

_c-button.scss ボタン共通

*****************************************/
/*---------------------button共通*/
.c-btn a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
}

/*---------------------buttonトップ、下層*/
.c-btn01 a {
  position: relative;
  background: #004BB7;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.c-btn01 a:hover {
  background: #FF9200;
  color: #fff;
}
.c-btn01 a:after {
  content: "";
  position: absolute;
  display: block;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.c-btn01 a:after {
  width: 12px;
  height: 12px;
  border: solid 2px;
  border-color: currentColor currentColor transparent transparent;
  transform: rotate(45deg);
}

.c-btn01--btm {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .c-btn01--btm {
    width: 270px;
  }
}
.c-btn01--btm a {
  padding: 21px 0;
}
@media screen and (max-width: 767px) {
  .c-btn01--btm a {
    padding: 17px 0;
  }
}

.c-btn02 a {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-btn02 a {
    font-size: 1.4rem;
  }
}

.c-btn03 a {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-btn03 a {
    font-size: 1.4rem;
  }
}

.c-btn04 a {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-btn04 a {
    font-size: 1.4rem;
  }
}

.c-btn05 a {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-btn05 a {
    font-size: 1.4rem;
  }
}

/****************************************

ボタン　共通

*****************************************/
.btn a.elementor-button {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 17px 10px;
  background: #004BB7;
  transition: 0.3s;
}

.btn a.elementor-button span {
  color: #fff;
  font-weight: 600;
}

.btn a.elementor-button::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 14px;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .btn a.elementor-button {
    font-size: 1.5rem;
    padding: 15px 10px;
  }
}
.elementor-container .btn_w260 {
  max-width: 260px;
  width: 100%;
}

.elementor-container .btn_w300 {
  max-width: 300px;
  width: 100%;
}

.btn a {
  position: relative;
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1;
  text-decoration: none;
  text-align: center;
  padding: 17px 10px;
  background: #004BB7;
  transition: 0.3s;
}

.btn a span {
  color: #fff;
  font-weight: 600;
}

.btn a::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 14px;
  transition: 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  .btn a {
    font-size: 1.5rem;
    padding: 15px 10px;
  }
}
.btn_w260 {
  max-width: 260px;
  width: 100%;
}

.btn_w300 {
  max-width: 300px;
  width: 100%;
}

/****************************************

_c-title.scss 見出し共通

*****************************************/
.c-headline {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .c-headline {
    margin-bottom: 40px;
  }
}
.c-headline .en {
  display: block;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: normal;
  color: #004BB7;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-headline .en {
    font-size: 1.4rem;
  }
}
.c-headline .jp {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-headline .jp {
    font-size: 2.2rem;
  }
}

.c-ttl01 {
  margin-bottom: 20px;
  padding: 0 0 5px 10px;
  border-bottom: 1px solid #004BB7;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.c-ttl02 {
  margin-bottom: 15px;
  padding: 10px 20px;
  background: #E7F2FD;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-ttl02 {
    font-size: 1.7rem;
  }
}

.c-ttl03 {
  margin-bottom: 15px;
  padding: 7px 20px;
  border-top: solid 1px #004BB7;
  border-bottom: solid 1px #004BB7;
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  font-weight: bold;
  color: #333;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-ttl03 {
    font-size: 1.6rem;
  }
}

/****************************************

_c-flex.scss 見出し、テキスト、画像のセット

*****************************************/
.c-flex {
  flex-flow: row wrap;
}

.c-flex-r {
  flex-flow: row-reverse wrap;
}

.c-flex,
.c-flex-r {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-flex,
  .c-flex-r {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
}
.c-flex__txt590,
.c-flex-r__txt590 {
  width: 590px;
}
@media screen and (max-width: 767px) {
  .c-flex__txt590,
  .c-flex-r__txt590 {
    margin-top: 15px;
    width: 100%;
  }
}
.c-flex__fig400,
.c-flex-r__fig400 {
  max-width: 400px;
  width: 100%;
}

/****************************************

c-flex-order

SP時に見出し、画像、テキストの順に並べる
pタグを<div class="txt-box">で囲む

*****************************************/
.c-flex-order {
  flex-flow: row wrap;
}

.c-flex-r-order {
  flex-flow: row-reverse wrap;
}

.c-flex-order,
.c-flex-r-order {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-flex-order,
  .c-flex-r-order {
    flex-flow: column nowrap;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-order__ttl,
  .c-flex-r-order__ttl {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt-box,
  .c-flex-r-order__txt-box {
    order: 3;
    width: 100%;
  }
}
.c-flex-order__txt620,
.c-flex-r-order__txt620 {
  width: 620px;
}
@media screen and (max-width: 767px) {
  .c-flex-order__txt620,
  .c-flex-r-order__txt620 {
    display: contents;
  }
}
.c-flex-order__fig440,
.c-flex-r-order__fig440 {
  max-width: 440px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-flex-order__fig440,
  .c-flex-r-order__fig440 {
    order: 2;
    margin-bottom: 10px;
  }
}

/****************************************

_c-column.scss カラム共通

*****************************************/
.c-two-column-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-two-column-list {
    gap: 40px 0;
  }
}
.c-two-column-list .item {
  width: 48.0392156863%;
}
@media screen and (max-width: 767px) {
  .c-two-column-list .item {
    width: 100%;
  }
}

.c-three-column-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 40px 30px;
}
@media screen and (max-width: 767px) {
  .c-three-column-list {
    gap: 40px 0;
  }
}
.c-three-column-list .item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .c-three-column-list .item {
    width: 100%;
  }
}

/****************************************

_c-post.scss 投稿共通

*****************************************/
.c-post-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 60px 30px;
}
@media screen and (max-width: 767px) {
  .c-post-list {
    gap: 40px 10px;
  }
}
.c-post-list__item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .c-post-list__item {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 600px) {
  .c-post-list__item {
    width: calc((100% - 10px) / 2);
  }
}
.c-post-list__fig440 {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 440/310;
  margin-bottom: 10px;
}
.c-post-list__fig440 a {
  display: block;
  width: 100%;
  height: 100%;
}
.c-post-list__fig440 a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/****************************************

_c-table.scss テーブル共通

*****************************************/
.c-table {
  display: table;
  width: 100%;
}
.c-table tbody {
  display: table;
  width: 100%;
}
.c-table tbody th {
  background: #E7F2FD;
  font-weight: bold;
}
.c-table tbody td {
  background: #fff;
}
.c-table tbody th,
.c-table tbody td {
  border: 1px solid #004BB7;
  padding: 10px 15px;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .c-table tbody th,
  .c-table tbody td {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-table tbody td {
    text-align: left;
  }
}

/*---------- pages-table ----------*/
.p-overview-table tbody th {
  width: 50%;
}
.p-overview-table tbody td {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-overview-table tbody th,
  .p-overview-table tbody td {
    display: block;
    width: 100%;
    margin-top: -1px;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .c-three-column-table {
    overflow-x: scroll;
    white-space: nowrap;
    display: block;
    margin: 0 auto;
  }
}
.c-three-column-table tbody th,
.c-three-column-table tbody td {
  width: 33.3333333333%;
}

/****************************************

_c-common.scss 全ページ共通

*****************************************/
.c-check-list {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px 40px;
}
@media screen and (max-width: 767px) {
  .c-check-list {
    flex-flow: nowrap column;
    justify-content: baseline;
    gap: 10px 0;
  }
}
.c-check-list .item {
  position: relative;
  padding: 0 0 10px 35px;
  width: 48.0392156863%;
  border-bottom: 1px solid #004BB7;
}
@media screen and (max-width: 767px) {
  .c-check-list .item {
    padding-left: 25px;
    width: 100%;
  }
}
.c-check-list .item::before {
  display: block;
  content: "";
  position: absolute;
  width: 28px;
  height: auto;
  aspect-ratio: 28/20;
  top: 5px;
  left: 0;
  background: url(images/check.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .c-check-list .item::before {
    top: 6px;
    width: 20px;
  }
}

/****************************************

_el-reset.scss リセットCSS（エレメンター）

*****************************************/
.elementor-widget:not(:last-child) {
  margin-bottom: 0px;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}

.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: none;
}

.elementor-widget-wrap > .elementor-element {
  width: 100%;
}

/****************************************

ボタン

*****************************************/
.elementor-16 .elementor-element.elementor-element-b80e8aa .elementor-button {
  width: 100%;
}

.elementor-16 .elementor-element.elementor-element-b80e8aa .elementor-button {
  text-shadow: none !important;
}

.elementor-button {
  border-radius: 0px;
}

/****************************************

_el-title.scss 見出し共通（エレメンター）

*****************************************/
/** トップ **/
/** 下層 **/
.el-headline .elementor-heading-title {
  text-align: center;
  margin-bottom: 40px;
}
.el-headline .elementor-heading-title .en {
  display: block;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: normal;
  color: #004BB7;
  letter-spacing: 0.04em;
  line-height: 1 !important;
}
@media screen and (max-width: 767px) {
  .el-headline .elementor-heading-title .en {
    font-size: 1.4rem;
  }
}
.el-headline .elementor-heading-title .jp {
  display: block;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1 !important;
}
@media screen and (max-width: 767px) {
  .el-headline .elementor-heading-title .jp {
    font-size: 2.2rem;
  }
}

.el-ttl01 .elementor-heading-title {
  line-height: 1.5 !important;
  margin-bottom: 20px;
  padding: 0 0 5px 10px;
  border-bottom: 1px solid #004BB7;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .el-ttl01 .elementor-heading-title {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

.el-ttl02 .elementor-heading-title {
  line-height: 1.5 !important;
  margin-bottom: 10px;
  padding: 10px 20px;
  background: #E7F2FD;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .el-ttl02 .elementor-heading-title {
    padding: 10px 10px;
    font-size: 1.7rem;
  }
}

.el-ttl03 .elementor-heading-title {
  margin-bottom: 15px;
  padding: 7px 20px;
  border-top: solid 1px #004BB7;
  border-bottom: solid 1px #004BB7;
  font-family: "Noto Serif JP", serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.04em;
  line-height: 1.7 !important;
}
@media screen and (max-width: 767px) {
  .el-ttl03 .elementor-heading-title {
    padding: 7px 10px;
    font-size: 1.6rem;
  }
}

/****************************************

_el-button.scss ボタン共通（エレメンター）

*****************************************/
/*---------------------button共通*/
.el-btn .elementor-widget-container .elementor-button-wrapper a {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
  line-height: 1 !important;
}

/*---------------------buttonトップ、下層*/
.el-btn01 .elementor-widget-container .elementor-button-wrapper a {
  position: relative;
  background: #004BB7;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.el-btn01 .elementor-widget-container .elementor-button-wrapper a:hover {
  background: #FF9200;
  color: #fff;
}
.el-btn01 .elementor-widget-container .elementor-button-wrapper a:after {
  content: "";
  position: absolute;
  display: block;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.el-btn01 .elementor-widget-container .elementor-button-wrapper a:after {
  width: 12px;
  height: 12px;
  border: solid 2px;
  border-color: currentColor currentColor transparent transparent;
  transform: rotate(45deg);
}

.el-btn01--top-sec01,
.el-btn01--top-sec03 {
  margin-top: 55px;
  margin-inline: auto;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .el-btn01--top-sec01,
  .el-btn01--top-sec03 {
    margin-top: 30px;
  }
}
.el-btn01--top-sec01 a,
.el-btn01--top-sec03 a {
  padding: 19px 0;
}

.el-btn02 .elementor-widget-container .elementor-button-wrapper a {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .el-btn02 .elementor-widget-container .elementor-button-wrapper a {
    font-size: 1.4rem;
  }
}

.el-btn03 .elementor-widget-container .elementor-button-wrapper a {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .el-btn03 .elementor-widget-container .elementor-button-wrapper a {
    font-size: 1.4rem;
  }
}

.el-btn04 .elementor-widget-container .elementor-button-wrapper a {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .el-btn04 .elementor-widget-container .elementor-button-wrapper a {
    font-size: 1.4rem;
  }
}

.el-btn05 .elementor-widget-container .elementor-button-wrapper a {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .el-btn05 .elementor-widget-container .elementor-button-wrapper a {
    font-size: 1.4rem;
  }
}

/****************************************

_c-column.scss カラム共通

*****************************************/
.el-two-column-list .elementor-container {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .el-two-column-list .elementor-container {
    gap: 40px 0;
  }
}
.el-two-column-list .elementor-container .item {
  width: 48.0392156863%;
}
@media screen and (max-width: 767px) {
  .el-two-column-list .elementor-container .item {
    width: 100%;
  }
}

.el-three-column-list .elementor-container {
  display: flex;
  flex-flow: wrap row;
  justify-content: flex-start;
  gap: 40px 30px;
}
@media screen and (max-width: 767px) {
  .el-three-column-list .elementor-container {
    gap: 40px 0;
  }
}
.el-three-column-list .elementor-container .item {
  width: calc((100% - 60px) / 3);
}
@media screen and (max-width: 767px) {
  .el-three-column-list .elementor-container .item {
    width: 100%;
  }
}

/****************************************

_el-flex.scss 見出し、テキスト、画像のセット（エレメンター）

*****************************************/
.el-flex .elementor-container {
  flex-flow: row wrap;
}

.el-flex-r .elementor-container {
  flex-flow: row-reverse wrap;
}

.el-flex .elementor-container,
.el-flex-r .elementor-container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .el-flex .elementor-container,
  .el-flex-r .elementor-container {
    flex-flow: column-reverse wrap;
    align-items: center;
  }
}
.el-flex .elementor-container .txt590,
.el-flex-r .elementor-container .txt590 {
  width: 590px;
}
@media screen and (max-width: 767px) {
  .el-flex .elementor-container .txt590,
  .el-flex-r .elementor-container .txt590 {
    margin-top: 15px;
    width: 100%;
  }
}
.el-flex .elementor-container .fig400,
.el-flex-r .elementor-container .fig400 {
  max-width: 400px;
  width: 100%;
}

/****************************************

_el-faq.scss よくある質問（アコーディオン）（エレメンター）

*****************************************/
.elementor-accordion .elementor-tab-title a {
  display: block;
  text-decoration: none;
  font-family: "Noto Serif JP";
  font-weight: 600 !important;
  font-size: 2rem !important;
  color: #000;
  letter-spacing: 0em;
  line-height: 1.5;
  position: relative;
  padding: 0 30px 15px 30px;
}
@media screen and (max-width: 767px) {
  .elementor-accordion .elementor-tab-title a {
    font-size: 1.8rem !important;
    padding: 0 30px 12px 35px;
  }
}

.elementor-accordion .elementor-tab-title a::before {
  position: absolute;
  content: "Q．";
  font-weight: 600;
  font-size: 2rem;
  color: #000;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .elementor-accordion .elementor-tab-title a::before {
    font-size: 1.8rem;
    left: 10px;
  }
}

.elementor-accordion .elementor-tab-content {
  position: relative;
  border-top: none !important;
}

.elementor-accordion .elementor-tab-content::before {
  position: absolute;
  content: "A．";
  font-family: "Noto Serif JP";
  font-weight: normal;
  font-size: 1.8rem;
  color: #000;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .elementor-accordion .elementor-tab-content::before {
    font-size: 1.4rem;
    left: 10px;
  }
}

.elementor-accordion .elementor-tab-content P {
  font-size: 1.8rem;
  letter-spacing: 0em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .elementor-accordion .elementor-tab-content P {
    font-size: 1.4rem;
  }
}

.elementor-accordion-item {
  margin-bottom: 20px;
}

.elementor-accordion div:last-child {
  margin-bottom: 0;
}

.elementor-accordion .elementor-accordion-item {
  padding: 20px;
  background: #f9f5f2;
}
@media screen and (max-width: 767px) {
  .elementor-accordion .elementor-accordion-item {
    padding: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .elementor-accordion-icon-right {
    position: relative;
    top: 10px;
  }
}

/****************************************

_el-table.scss テーブル共通（エレメンター）

*****************************************/
/**border,padding,width,fontなどの設定は案件によって変更する**/
/**ボーダーの指定 ul 上左右**/
.el-table .elementor-price-list {
  border-left: 1px solid #004BB7; /**案件ごとに変更**/
  border-right: 1px solid #004BB7; /**案件ごとに変更**/
  border-top: 1px solid #004BB7; /**案件ごとに変更**/
}

/**ボーダーの指定 li 下**/
.el-table .elementor-price-list li {
  border-bottom: 1px solid #004BB7; /**案件ごとに変更**/
}

/**ボーダーの指定 th 右**/
.el-table .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  border-right: 1px solid #004BB7; /**案件ごとに変更**/
}

/**デフォルトで入っているliに対しての下の余白を削除**/
.el-table .elementor-price-list li {
  margin-bottom: 0 !important;
}

/**aリンクいらないので無効化**/
.el-table .elementor-price-list li a {
  align-items: inherit;
  pointer-events: none;
  text-decoration: none;
}

/** tr **/
.el-table .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
  flex-wrap: revert !important;
  align-items: revert !important;
}

/**th td 共通指定**/
.el-table .elementor-price-list .elementor-price-list-item .elementor-price-list-header,
.el-table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
  padding: 13px 20px;
  font-size: 1.6rem !important; /**案件ごとに変更**/
  line-height: 1.5 !important;
  letter-spacing: 0.04em !important; /**案件ごとに変更**/
}

/** th **/
.el-table .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  margin-bottom: 0 !important;
  align-items: stretch;
  max-width: 100% !important;
  background: #E7F2FD; /**案件ごとに変更**/
  font-weight: normal; /**案件ごとに変更**/
  color: #333; /**案件ごとに変更**/
}

/** th span **/
.el-table .elementor-price-list li a .elementor-price-list-header .elementor-price-list-title {
  display: block;
  max-width: 100%;
  width: 100%;
}

/** td **/
.el-table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
  display: block;
  background: #fff; /**案件ごとに変更**/
  font-weight: normal;
  color: #333; /**案件ごとに変更**/
}

/**thとtdの間のタグいらないので削除**/
.el-table .elementor-price-list li a .elementor-price-list-header .elementor-price-list-separator {
  display: none;
}

@media screen and (max-width: 767px) {
  /******ここでテーブルを縦にする*****/
  .el-table .elementor-price-list .elementor-price-list-item .elementor-price-list-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  /**th td 共通指定**/
  .el-table .elementor-price-list .elementor-price-list-item .elementor-price-list-header,
  .el-table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
    padding: 10px;
    font-size: 1.4rem !important;
  }
  /** th **/
  .el-table .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #004BB7;
  }
  /** td **/
  .el-table .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
    width: 100%;
  }
}
/*---------------------sample-table*/
.el-table--overview {
  width: 100%;
}

/** th **/
.el-table--overview .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  flex-basis: 31.3725490196% !important;
}

/** td **/
.el-table--overview .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
  flex-basis: 68.6274509804% !important;
}

.el-table--inheritance {
  width: 100%;
}

/** th **/
.el-table--inheritance .elementor-price-list .elementor-price-list-item .elementor-price-list-header {
  flex-basis: 31.3725490196% !important;
}

/** td **/
.el-table--inheritance .elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
  flex-basis: 68.6274509804% !important;
}

/****************************************

_el-others.scss その他（エレメンター）

*****************************************/
/** section **/
/** p **/
/** figure **/
/**  ul　（アイコンリスト） **/
/**  ul　（内部セクションを複製して、CSSで作るリスト） **/
/****************************************

_el-common.scss 全ページ共通（エレメンター）

*****************************************/
.el-check-list .elementor-container {
  display: flex;
  flex-flow: wrap row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px 40px;
}
@media screen and (max-width: 767px) {
  .el-check-list .elementor-container {
    flex-flow: nowrap column;
    justify-content: baseline;
    gap: 10px 0;
  }
}
.el-check-list .elementor-container .item {
  position: relative;
  padding: 0 0 10px 35px;
  width: 48.0392156863%;
  border-bottom: 1px solid #004BB7;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .el-check-list .elementor-container .item {
    padding-left: 25px;
    width: 100%;
    font-size: 1.4rem;
  }
}
.el-check-list .elementor-container .item::before {
  display: block;
  content: "";
  position: absolute;
  width: 28px;
  height: auto;
  aspect-ratio: 28/20;
  top: 5px;
  left: 0;
  background: url(images/check.png) no-repeat;
  background-size: 100%;
}
@media screen and (max-width: 767px) {
  .el-check-list .elementor-container .item::before {
    top: 6px;
    width: 20px;
  }
}

.el-font-size {
  font-size: 1.6rem;
  line-height: 1.8 !important;
}
@media screen and (max-width: 767px) {
  .el-font-size {
    font-size: 1.4rem;
  }
}

/****************************************

About us

*****************************************/
@media print, screen and (min-width: 768px) {
  .sp_mv_list .elementor-container {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .sp_mv_list .elementor-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    gap: 30px 0;
    padding: 30px 10px;
    background: #F6F6F6;
  }
  .sp_mv_list_item_ttl {
    display: block;
    font-size: 2.2rem;
    font-weight: bold;
    color: #004BB7;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
    text-align: center;
  }
  .sp_mv_list_item_txt {
    text-align: center;
    font-family: "Noto Sans JP", "メイリオ", "Meiryo", "游ゴシック Medium", "Yu Gothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 1.5;
    color: #000;
    margin: 5px auto 0;
  }
}
.about_sec {
  background: url(images/about_bg.png) no-repeat center bottom;
  padding: 70px 0 80px;
}

@media screen and (max-width: 767px) {
  .about_sec {
    padding: 10px 10px 60px;
  }
}
.about_sec_ttl .elementor-heading-title {
  position: relative;
  text-align: center;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  color: #004BB7;
  font-size: 3.2rem;
  line-height: 1.59375;
  font-weight: 600;
  padding-bottom: 31px;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .about_sec_ttl .elementor-heading-title {
    text-align: left;
    font-size: clamp(2rem, 5.7vw, 2.2rem);
    padding-bottom: 15px;
  }
}
.about_sec_ttl .elementor-heading-title span.en {
  color: rgba(80, 138, 221, 0.12);
  font-size: 9rem;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  line-height: 1;
  display: block;
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .about_sec_ttl .elementor-heading-title span.en {
    text-align: center;
    font-size: 5.5rem;
    margin-bottom: 15px;
  }
}
.about_sec_ttl .elementor-heading-title span.last {
  display: block;
}

.about_sec_ttl .elementor-heading-title::after {
  position: absolute;
  content: "";
  background: #508ADD;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.about_sec_btn {
  margin-inline: auto;
  margin-top: 55px;
}

.about_sec_txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  font-weight: 500;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 255, 255, 0.6), 0 0 15px rgba(255, 255, 255, 0.4), 0 0 20px rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 767px) {
  .about_sec_txt {
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: left;
    text-shadow: 3px 3px 4px rgba(255, 255, 255, 0.45), -3px 3px 4px rgba(255, 255, 255, 0.45), 3px -3px 4px rgba(255, 255, 255, 0.45), -3px -3px 4px rgba(255, 255, 255, 0.45), 3px 0px 4px rgba(255, 255, 255, 0.45), 0px 3px 4px rgba(255, 255, 255, 0.45), -3px 0px 4px rgba(255, 255, 255, 0.45), 0px -3px 4px rgba(255, 255, 255, 0.45);
  }
}
.marker {
  display: inline-block;
  position: relative;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  color: #004BB7;
  font-size: 3.2rem;
  font-weight: 600;
  z-index: 0;
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .marker {
    font-size: clamp(2rem, 5.7vw, 2.2rem);
    margin: 0;
  }
}
.marker::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  /* 下に引く線の太さ */
  background-color: rgba(255, 255, 0, 0.62);
  /* 色を指定 */
  z-index: -1;
  /* テキストの下に配置 */
}

/****************************************

  SERVICE 城東法務事務所の業務案内

  *****************************************/
.service {
  background: #F6F6F6;
  padding: 96px 0 98px;
}

@media screen and (max-width: 767px) {
  .service {
    padding: 60px 10px;
  }
}
.service_sec {
  max-width: 1410px;
  width: 100%;
  margin-inline: auto;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .service_sec {
    padding: 0;
  }
}
.service_sec_ttl .elementor-heading-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 30px;
  margin-bottom: 70px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .service_sec_ttl .elementor-heading-title {
    margin-bottom: 40px;
    padding-bottom: 20px;
    font-size: 2.2rem;
  }
}
.service_sec_ttl .elementor-heading-title::after {
  position: absolute;
  content: "";
  background: #004BB7;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.service_sec_ttl .elementor-heading-title span {
  color: #004BB7;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .service_sec_ttl .elementor-heading-title span {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}

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

@media screen and (max-width: 767px) {
  .service_list {
    gap: 40px 0;
  }
}
.service_bana .elementor-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
}

@media screen and (max-width: 767px) {
  .service_bana {
    justify-content: center;
  }
}
.elementor-container .service_bana_item {
  max-width: 450px;
  width: 32.3741007194%;
}

.elementor-container .service_bana_item img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .elementor-container .service_bana_item {
    width: 100%;
    margin-inline: auto;
  }
}
/****************************************

NEWS

  *****************************************/
.p-diary-list {
  margin-inline: auto;
  max-width: 1020px;
  width: 100%;
  height: 100%;
  max-height: 220px;
  overflow-y: scroll;
}
.p-diary-list__item {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  border-bottom: 1px solid #C6C6C6;
  padding: 24px 20px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-diary-list__item {
    flex-flow: column nowrap;
    padding: 10px 20px 10px 10px;
  }
}
.p-diary-list__item:first-child {
  padding: 0px 20px 23px;
}
@media screen and (max-width: 767px) {
  .p-diary-list__item:first-child {
    padding: 0px 20px 10px 10px;
  }
}
.p-diary-list__date {
  width: 15%;
  font-family: "Lora", serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #004BB7;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-diary-list__date {
    width: auto;
    font-size: 1.4rem;
  }
}
.p-diary-list__ttl {
  width: 85%;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-diary-list__ttl {
    width: auto;
    font-size: 1.4rem;
  }
}
.p-diary-list__ttl a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  line-height: 1.9;
}
.p-diary-list__ttl a:is(:link, :visited) {
  color: #191919;
}
.p-diary-list__ttl a:is(:hover, :active) {
  color: #004BB7;
}
.p-diary-list__ttl a::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #004BB7;
  transition: 0.6s;
}
.p-diary-list__ttl a:hover::before {
  width: 100%;
}

.news_sec {
  max-width: 1020px;
  width: 100%;
  margin-inline: auto;
  padding: 80px 0;
}

.news_sec_btn {
  margin-inline: auto;
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .news_sec_btn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .news_sec {
    padding: 60px 10px;
  }
}
.news_sec_ttl .elementor-heading-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3.4rem;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 60px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .news_sec_ttl .elementor-heading-title {
    margin-bottom: 40px;
    padding-bottom: 20px;
    font-size: 2.2rem;
  }
}
.news_sec_ttl .elementor-heading-title::after {
  position: absolute;
  content: "";
  background: #004BB7;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.news_sec_ttl .elementor-heading-title span {
  color: #004BB7;
  font-size: 1.8rem;
  margin-bottom: 20px;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .news_sec_ttl .elementor-heading-title span {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}

.bana_list .elementor-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1020px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .bana_list .elementor-container {
    width: calc(100% - 20px);
    gap: 30px 0;
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .elementor-container .w480 {
    width: 480px;
  }
  .elementor-container .w300 {
    width: 300px;
  }
  .elementor-container .contact_info {
    width: 29.6366666667%;
  }
}
.bana_list .elementor-container .w480 {
  max-width: 480px;
  width: 100%;
}

/****************************************

CONTACT

  *****************************************/
.contact {
  background: url(images/contact_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 45px 0;
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 40px 10px;
  }
}
.contact_sec_ttl .elementor-heading-title {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 3.4rem;
  line-height: 1;
  padding-bottom: 30px;
  margin-bottom: 70px;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Times New Roman", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .contact_sec_ttl .elementor-heading-title {
    font-size: 7.5555555556vw;
  }
}
.contact_sec_ttl .elementor-heading-title::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 60px;
  height: 1px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.contact_sec_ttl .elementor-heading-title span {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 400;
}

.contact_sec_txt {
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .contact_sec_txt {
    font-size: 1.8rem;
  }
}
.contact_sec_bottom .elementor-container {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 0 60px;
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .contact_sec_bottom .elementor-container {
    flex-direction: column;
    align-items: center;
    gap: 30px 0;
  }
}
.contact_tel span {
  position: relative;
  color: #fff;
  font-size: 4.8rem;
  line-height: 1;
  font-weight: 600;
  left: 0;
  padding-left: 35px;
}

.contact_tel span::before {
  position: absolute;
  content: "";
  background: url(images/tel_icon.svg) no-repeat;
  width: 34px;
  height: 35px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.contact_info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact_info_txt {
  color: #fff;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact_right {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact_right_txt {
  color: #fff;
  font-weight: 600;
  font-size: 1.8rem;
  margin-bottom: 20px;
  text-align: center;
}

/****************************************

_p-top.scss トップページ

*****************************************/
/****************************************

newsトップ用

*****************************************/
/****************************************

_p-page-name.scss ページ名

*****************************************/
.p-about-ttl .elementor-heading-title {
  display: flex;
  flex-flow: nowrap row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0 10px;
  margin-bottom: 25px;
  padding: 0 0 14px 10px;
  border-bottom: 1px solid #004BB7;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-about-ttl .elementor-heading-title {
    margin-bottom: 15px;
  }
}
.p-about-ttl .elementor-heading-title .main {
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-about-ttl .elementor-heading-title .main {
    font-size: 1.8rem;
  }
}
.p-about-ttl .elementor-heading-title .sub {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-about-ttl .elementor-heading-title .sub {
    font-size: 1.4rem;
  }
}

/****************************************

_p-page-name.scss ページ名

*****************************************/
.p-inheritance-arrow {
  width: 40px;
  margin-inline: auto;
}
.p-inheritance-arrow .elementor-widget-container {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
}
.p-inheritance-arrow img {
  display: block;
  width: 100%;
  height: 100%;
}

/****************************************

_p-page-name.scss ページ名

*****************************************/
/****************************************

_p-page-name.scss ページ名

*****************************************/
/****************************************

_p-page-name.scss ページ名

*****************************************/
/****************************************

_p-page-name.scss ページ名

*****************************************/
/****************************************

_p-page-name.scss ページ名

*****************************************/
/****************************************

_p-page-name.scss ページ名

*****************************************/
/****************************************

_p-blog.scss ブログ

*****************************************/
.p-journal-list__item {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-journal-list__item {
    margin-bottom: 60px;
  }
}
.p-journal-list__txt {
  margin-bottom: 30px;
}
.p-journal-list__btn {
  margin: 0 0 0 auto;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .p-journal-list__btn {
    margin: 0 auto;
  }
}
.p-journal-list__btn a {
  padding: 19px 0;
}
.p-journal-list__fig400 {
  position: relative;
  width: 400px;
  height: 280px;
}
@media screen and (max-width: 767px) {
  .p-journal-list__fig400 {
    max-width: 400px;
    width: 100%;
    height: auto;
    aspect-ratio: 400/280;
  }
}
.p-journal-list__fig400 img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/****************************************

_p-overview.scss 会社概要

*****************************************/
/*---------- アクセス ----------*/
.p-overview-sec02__map {
  margin-top: 20px;
  width: 100%;
}
.p-overview-sec02__map iframe {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-overview-sec02__map iframe {
    height: 250px;
  }
}

/****************************************

_p-contact.scss お問い合わせ

*****************************************/
.p-contact-tel {
  max-width: 257px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-contact-tel {
    max-width: 200px;
  }
}
.p-contact-tel img {
  display: block;
  width: 100%;
  height: 100%;
}

/*---------- サイトポリシー ----------*/
.p-form-sec01-policy {
  padding: 30px;
  background: #E7F2FD;
}
@media screen and (max-width: 767px) {
  .p-form-sec01-policy {
    padding: 20px;
  }
}
.p-form-sec01-policy__ttl {
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-form-sec01-policy__ttl {
    font-size: 1.5rem;
  }
}
.p-form-sec01-policy__txt {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-form-sec01-policy__txt {
    font-size: 1.2rem;
  }
}

/****************************************

Contact Form7

*****************************************/
.tc {
  width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .tc {
    width: 250px;
  }
}

.tc input[type=submit] {
  font-family: "Noto Sans JP", sans-serif, sans-serif;
}

.wpcf7 {
  width: 100%;
}

.form_row {
  display: -webkit-box;
  display: flex;
  margin-bottom: 30px;
  padding: 0 20px 30px 20px;
  border-bottom: 1px dotted #AAA;
}

.last_row {
  margin-bottom: 30px;
  padding: 0 20px;
  border-bottom: none;
}

.form_row .form_label {
  width: 300px;
}

.form_row .form_label .required {
  display: inline-block;
  color: #FFF;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #CC0000;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_label .any {
  display: inline-block;
  color: #797979;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 0 4px;
  background: #D7D7D7;
  margin-right: 10px;
  border-radius: 3px;
}

.form_row .form_input {
  width: calc(100% - 300px);
}

.wpcf7-form-control {
  width: 100%;
}

select.wpcf7-form-control {
  width: auto;
}

.wpcf7-form input {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.wpcf7-form textarea {
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 3px;
}

.form_row .form_input_post {
  width: 180px;
}

.form_row .form_input_post_txt {
  color: #B20000;
  font-weight: normal;
  font-size: 1.3rem;
}

.tc input[type=submit] {
  cursor: pointer;
  width: 360px;
  max-width: 100%;
  padding: 18px;
  border: 1px solid #004BB7;
  background-color: #004BB7;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  margin: 10px auto 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .tc input[type=submit] {
    width: 250px;
  }
}

.wpcf7 .tc input[type=submit]:hover {
  background-color: #fff;
  color: #004BB7;
}

.wpcf7-response-output {
  font-size: 1.6rem;
}

.wpcf7-radio input {
  vertical-align: baseline;
  margin: auto 3px auto 5px;
  accent-color: #004BB7;
}
@media screen and (max-width: 767px) {
  .wpcf7-radio input {
    vertical-align: middle;
    margin: auto 3px 3px 5px;
  }
}

span.wpcf7-list-item {
  margin: 0 1em 0 0;
}
@media screen and (max-width: 767px) {
  span.wpcf7-list-item {
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 0 20px 0;
  }
  .last_row {
    margin-bottom: 0;
  }
  .form_row .form_label {
    width: 100%;
    margin-bottom: 5px;
  }
  .form_row .form_input {
    width: 100%;
  }
  .ajax-loader {
    width: auto;
  }
  span.wpcf7-list-item {
    display: block;
  }
  .tc input[type=submit] {
    display: block;
    font-size: 1.4rem;
    padding: 15px;
  }
  .wpcf7-response-output {
    font-size: 1.3rem;
  }
}
/****************************************

_u-display.scss 表示、非表示

*****************************************/
@media print, screen and (min-width: 768px) {
  .u-pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-sp-none {
    display: none !important;
  }
}
/****************************************

_u-arrange.scss 余白調整

*****************************************/
/* 共通セクションの余白 */
.u-cmn-sec:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .u-cmn-sec:not(:first-of-type) {
    margin-top: 60px;
  }
}

/* PC,テキスト中央 */
@media screen and (min-width: 768px) {
  .u-tc {
    text-align: center;
  }
}

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

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

/* 改行 */
.u-line-break {
  margin-top: 25px;
}

/* 1行目の字下げ */
.u-notes {
  text-indent: -1em;
  padding-left: 1em;
}

/* margin-bottom */
.u-mb10 {
  margin-bottom: 10px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb90 {
  margin-bottom: 90px;
}

.u-mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .u-mb50,
  .u-mb60 {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb70,
  .u-mb80 {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-mb90,
  .u-mb100 {
    margin-bottom: 80px;
  }
}

/* margin-top */
.u-mt10 {
  margin-top: 10px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt100 {
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .u-mt50,
  .u-mt60 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt70,
  .u-mt80 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .u-mt90,
  .u-mt100 {
    margin-top: 80px;
  }
}

/****************************************

_u-link.scss リンク動作設定

*****************************************/
.u-link-fade-in a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.u-link-fade-in a:is(:link, :visited) {
  color: #333;
}
.u-link-fade-in a:is(:hover, :active) {
  color: #004BB7;
}
.u-link-fade-in a::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #004BB7;
  transition: all 0.3s ease-in-out;
}
.u-link-fade-in a:hover::before {
  width: 100%;
  opacity: 0.9;
}

.u-link-fade-out a {
  position: relative;
  text-decoration: none;
  color: #333;
}
.u-link-fade-out a::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0px;
  left: 0;
  background: #333;
  transition: all 0.3s ease-in-out;
}
.u-link-fade-out a:hover::after {
  width: 0;
}

.u-link-on-to-off a {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.u-link-on-to-off a:is(:link, :visited) {
  color: #333;
}
.u-link-on-to-off a:is(:hover, :active) {
  color: #004BB7;
}
.u-link-on-to-off a::before {
  position: absolute;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #333;
  transition: all 0.3s ease-in-out;
}
.u-link-on-to-off a:hover::before {
  background: #004BB7;
}

/****************************************

_u-color.scss カラー指定

*****************************************/
.u-base-color {
  color: #333;
}

.u-main-color {
  color: #004BB7;
}

.u-accent-color {
  color: #E7F2FD;
}

.u-red {
  color: #ff0000;
}

.red {
  color: #ff0000;
}

/****************************************

_u-font.scss フォント調整

*****************************************/
.u-bold {
  font-weight: bold;
}

.u-font-base {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.u-font-en {
  font-family: "Noto Serif JP", serif;
}

/* End Hack *//*# sourceMappingURL=style.css.map */