@charset "UTF-8";
@font-face {
  font-family: "Yumincho";
  src: url("fonts/yumincho.ttf") format("truetype"); /* Path to your TTF file */
  font-weight: normal;
  font-style: normal;
}
/* =================================
 Reset / Base
================================= */
/* Reset
---------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
}

th,
td {
  background-clip: padding-box;
}

/* base
---------------------------------------------------------- */
* {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: none;
}

body {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  line-height: 1.85;
  background-color: #fff;
  color: #1e1e1e;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 1.5rem;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1100px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  body.no-scroll {
    overflow: hidden;
  }
}
img {
  border-style: none;
  display: block;
  vertical-align: bottom;
  width: 100%;
  height: auto;
}

a,
a img,
button {
  transition: 0.4s;
}

a:hover {
  opacity: 0.7;
}

a:link {
  color: #3366aa;
  text-decoration: none;
}

a:visited {
  color: #3366aa;
}

a:active {
  color: #3366aa;
}

/* common
---------------------------------------------------------- */
.u-only_sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .u-only_sp {
    display: block !important;
  }
}
.u-only_pc {
  display: block !important;
}

@media screen and (max-width: 767px) {
  .u-only_pc {
    display: none !important;
  }
}
html {
  font-size: 62.5%;
  scroll-padding-top: 140px;
  scroll-behavior: smooth;
  --blue: #284b7a;
  --white: #fff;
  --gray: #1e1e1e;
  --gothic: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  --mincho: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  --hiragino: "hiragino-mincho-pron", sans-serif;
}
html p {
  font-weight: 400;
  line-height: 2;
}
html #wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
}
@media screen and (min-width: 769px) {
  html .sp {
    display: none !important;
  }
}
html a.tel {
  display: block;
  line-height: 1;
  white-space: nowrap;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  html a.tel {
    pointer-events: auto;
  }
}

.subpage_title {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  height: 540px;
  position: relative;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.subpage_title:before {
  content: "";
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
  width: 100vw;
  height: 154px;
  background: url(/blog/common/img/svg/wave_subpage.svg) no-repeat left bottom;
  background-size: 100% 100%;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .subpage_title {
    max-width: 100%;
    width: 100%;
    height: 50vw;
  }
  .subpage_title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 8vw;
    z-index: 10;
  }
}
.sect_subttl {
  width: 100%;
  position: relative;
  text-align: left;
  color: var(--blue);
  font-size: 3.2rem;
  font-weight: 500;
  padding-bottom: 40px;
  margin-bottom: 40px;
  box-sizing: border-box;
  font-family: var(--mincho);
}
.sect_subttl:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 2px;
  background: var(--blue);
  bottom: 0;
  left: 0;
}
.sect_subttl span {
  color: var(--red);
}

.sect_subttl + p {
  margin-bottom: 50px;
}

section.blog {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
}
section.blog .blog_main {
  width: calc(100% - 266px);
  padding-right: 15px;
  box-sizing: border-box;
}
section.blog .blog_main .blog_data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.blog .blog_main .blog_data > span {
  color: var(--blue);
  font-family: var(--mincho);
  display: block;
  font-weight: 400;
  font-size: 2rem;
  position: relative;
}
section.blog .blog_main .blog_data .category {
  display: block;
  line-height: 1;
  box-sizing: border-box;
  font-size: 1.1rem;
  font-weight: 300;
  color: var(--white);
  font-family: var(--mincho);
  background: var(--blue);
  border-radius: 10px;
  position: relative;
  padding-left: 10px;
  padding: 4px 12px;
  margin-left: 20px;
}
section.blog .blog_main .blog_detail {
  padding: 30px;
  background: var(--white);
  border-radius: 15px;
  margin-bottom: 30px;
}
section.blog .blog_main .blog_detail .blog_data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
}
section.blog .blog_main .blog_detail > p {
  font-size: 1.6rem;
}

section.blog .blog_main .blog_detail figure {
  line-height: 2.4;
  padding-bottom: 40px;
}
section.blog .blog_main .blog_detail p{
  line-height: 2.4;
}
section.blog .blog_main .blog_detail p img,
section.blog .blog_main .blog_detail figure img {
  border-radius: 15px;
}
section.blog .blog_main .blog_detail ~ .page .left,
section.blog .blog_main .blog_detail ~ .page .right {
  top: 0;
}
section.blog .blog_main .articles article {
  padding: 30px;
  position: relative;
  background: var(--white);
  border-radius: 15px;
  margin-bottom: 15px;
}
section.blog .blog_main .articles article h2 {
  padding: 5px 0 0;
  font-family: var(--mincho);
}
section.blog .blog_main .articles article h2 a {
  display: block;
  font-size: 2.2rem;
  line-height: 1.35;
  font-weight: 500;
  color: var(--gray);
  padding-bottom: 16px;
}
section.blog .blog_main .articles article h2 a:hover {
  color: var(--blue);
  text-decoration: underline;
}
section.blog .blog_main .page {
  width: 100%;
  padding-top: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.blog .blog_main .page .left {
  position: absolute;
  left: 0;
  top: 35px;
  font-weight: 500;
  color: var(--blue);
  font-family: var(--mincho);
}
section.blog .blog_main .page .left:hover {
  color: var(--blue);
  text-decoration: underline;
}
section.blog .blog_main .page .left .icon-left {
  position: relative;
  top: -2px;
  font-size: 1rem;
  margin-right: 8px;
}
section.blog .blog_main .page .right {
  position: absolute;
  right: 0;
  top: 35px;
  font-weight: 500;
  color: var(--blue);
  font-family: var(--mincho);
}
section.blog .blog_main .page .right:hover {
  color: var(--blue);
  text-decoration: underline;
}
section.blog .blog_main .page .right .icon-right {
  position: relative;
  top: -2px;
  font-size: 1rem;
  margin-left: 8px;
}
section.blog .blog_main .page ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
section.blog .blog_main .page ul a {
  display: block;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: var(--white);
  color: var(--blue);
  font-family: var(--mincho);
  margin: 0 5px;
  font-size: 2rem;
  font-weight: 400;
  border-radius: 50%;
}
section.blog .blog_main .page ul a.current {
  background: var(--blue);
  color: var(--white);
}
section.blog .blog_main .page ul a:hover {
  background: var(--blue02);
  color: var(--gray);
}
section.blog .blog_main .page ul span {
  width: 40px;
  height: 40px;
  color: var(--gray);
  display: flex;
  justify-content: center;
  align-items: center;
}
section.blog .blog_side {
  flex-shrink: 0;
  width: 266px;
  box-sizing: border-box;
}
section.blog .blog_side .heading {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  position: relative;
  text-align: left;
  padding: 12px;
  color: var(--white);
  font-weight: 500;
  background: var(--blue);
  border-radius: 10px 10px 0 0;
  font-family: var(--mincho);
}
section.blog .blog_side .blog_side_items {
  padding: 16px;
  background: var(--white);
  border-radius: 0 0 10px 10px;
}
section.blog .blog_side .blog_side_items ul li a {
  display: block;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  color: var(--gray);
  font-weight: normal;
  position: relative;
  font-family: var(--gothic);
}
section.blog .blog_side .blog_side_items ul li a:hover {
  color: var(--blue);
  text-decoration: underline;
}
section.blog .blog_side .blog_side_items ul li + li {
  margin-top: 15px;
}
section.blog .blog_side .blog_side_items + .heading {
  margin-top: 20px;
}
section.blog .blog_side .selectBox {
  display: block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
section.blog .blog_side .selectBox select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: medium none;
  box-sizing: border-box;
  font-size: 1.6rem;
  height: 40px;
  margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
  background: var(--white);
  border-radius: 6px;
  padding-right: 50px;
  width: 114%;
  max-width: none;
  box-shadow: none;
  outline: none;
}
section.blog .blog_side .selectBox select option,
section.blog .blog_side .selectBox select optgroup {
  font-style: normal;
}
section.blog .blog_side .selectBox:after {
  content: "";
  width: 23px;
  height: 20px;
  background: url(/blog/img/down_arrow.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .sect_subttl {
    position: relative;
    color: var(--blue);
    font-size: 2.6rem;
    font-weight: 500;
    padding: 0 32px 20px;
    margin-bottom: 20px;
  }
  .sect_subttl:before {
    width: 40px;
    height: 1px;
    left: 32px;
  }
  .sect_subttl + p {
    padding: 0 32px;
    margin-bottom: 32px;
  }
  section.blog {
    width: 100%;
    margin: 0;
    padding: 0;
    flex-direction: column;
    box-sizing: border-box;
  }
  section.blog .sect_ttl {
    text-align: center;
    padding-bottom: 20px;
  }
  section.blog .sect_ttl.detail_ttl {
    text-align: justify;
    padding: 0 16px 20px;
    margin-top: 30px;
    box-sizing: border-box;
  }
  section.blog .sect_ttl.detail_ttl em:before {
    width: 22px;
    left: 18px;
  }
  section.blog .sect_ttl em:before {
    width: 22px;
    left: calc(50% - 11px);
  }
  section.blog .blog_main {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  section.blog .blog_main .blog_ttl {
    position: relative;
    text-align: justify;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  section.blog .blog_main .blog_ttl em {
    font-size: 2.6rem;
  }
  section.blog .blog_main .blog_data {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  section.blog .blog_main .blog_data span {
    font-size: 1.4rem;
    position: relative;
  }
  section.blog .blog_main .blog_data .category {
    font-size: 1rem;
    padding-left: 10px;
    padding: 3px 11px;
    margin-left: 10px;
  }
  section.blog .blog_main .articles article {
    padding: 16px;
  }
  section.blog .blog_main .articles article h2 {
    padding: 0;
  }
  section.blog .blog_main .articles article h2 a {
    font-size: 1.8rem;
  }
  section.blog .blog_main .articles article .personal {
    margin-bottom: 5px;
  }
  section.blog .blog_main .blog_detail {
    padding: 16px;
    margin-bottom: 20px;
  }
  section.blog .blog_main .blog_detail p,
  section.blog .blog_main .blog_detail figure {
    padding-bottom: 20px;
  }
  section.blog .blog_main .blog_detail p img,
  section.blog .blog_main .blog_detail figure img {
    border-radius: 10px;
  }
  section.blog .blog_main .blog_detail .dr_anser {
    padding: 16px;
    border-radius: 10px;
    margin-bottom: 32px;
  }
  section.blog .blog_main .blog_detail .dr_anser h3 {
    padding-bottom: 10px;
  }
  section.blog .blog_main .blog_detail .dr_anser h3 em {
    margin-left: 10px;
  }
  section.blog .blog_main .blog_detail .dr_anser p {
    font-size: 1.5rem;
    line-height: 2;
    padding-bottom: 0;
  }
  section.blog .blog_main .page {
    width: 100%;
    padding-top: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  section.blog .blog_main .page .left {
    top: 10px;
  }
  section.blog .blog_main .page .right {
    top: 10px;
  }
  section.blog .blog_main .page ul a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
    font-size: 1.4rem;
  }
  section.blog .blog_main .page ul span {
    width: 30px;
    height: 30px;
  }
  section.blog .blog_side {
    flex-shrink: 0;
    width: 100%;
    padding: 0 16px 16px;
    box-sizing: border-box;
    margin-top: 30px;
    border-radius: 0;
  }
  section.blog .blog_side .heading {
    font-size: 1.4rem;
    border-radius: 10px 10px 0 0;
  }
  section.blog .blog_side .blog_side_items {
    padding: 16px;
    border-radius: 0 0 10px 10px;
  }
  section.blog .blog_side .blog_side_items ul li a {
    font-size: 1.4rem;
  }
  section.blog .blog_side .blog_side_items ul li + li {
    margin-top: 10px;
  }
  section.blog .blog_side .blog_side_items + .heading {
    margin-top: 15px;
  }
}
/* header
---------------------------------------------------------- */
.l-header {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  padding: 0 140px 0 20px;
}

@media screen and (max-width: 980px) and (min-width: 768px) {
  .l-header {
    padding-right: 120px;
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 84px;
    padding: 0 0 0 3%;
    transition: all 0.3s;
  }
}
.l-header_side {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}

.l-header.scroll-in {
  background-color: rgba(0, 0, 0, 0.5);
  padding-right: 90px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

@media screen and (min-width: 768px) {
  .l-header.scroll-in {
    height: 80px;
  }
  .l-header.scroll-in .l-header_seo {
    display: none;
  }
  .l-header.scroll-in .l-header_logo {
    padding-top: 6px;
  }
  .l-header.scroll-in .l-header_logo .logo_txt {
    width: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) and (min-width: 981px) {
  .l-header.scroll-in .l-header_logo .logo_txt {
    width: 180px;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) and (min-width: 841px) {
  .l-header.scroll-in .l-header_logo .logo_txt {
    width: 140px;
  }
}
@media screen and (min-width: 768px) and (max-width: 840px) and (min-width: 768px) {
  .l-header.scroll-in .l-header_logo .logo_txt {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .l-header.scroll-in .l-header_side {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .l-header.scroll-in .l-header_side_cont {
    margin-left: 15px;
    margin-bottom: 0;
  }
  .l-header.scroll-in .l-header_mail {
    width: 80px;
    height: 80px;
  }
  .l-header.scroll-in .l-header_mail img {
    width: 30px;
  }
  .l-header.scroll-in .l-header_mail_txt {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header.scroll-in {
    padding-right: 0;
    height: 84px;
  }
  .l-header.scroll-in .l-header_seo {
    display: none;
  }
  .l-header.scroll-in .l-header_logo {
    padding-top: 5px;
  }
  .l-header.scroll-in .l-header_logo .logo_txt {
    width: 180px;
    padding-top: 0;
  }
}
.l-header.scroll-in .l-header_gnav {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .l-header.scroll-in .l-header_gnav {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-header.scroll-in .l-header_gnav_inner {
    top: 80px;
  }
}
.l-header.scroll-in .l-header_side_cont {
  margin-left: 10px;
}

.l-header.scroll-in .l-header_tel_link a img {
  width: 22px;
  margin-top: 0px;
}

@media screen and (max-width: 767px) {
  .l-header.scroll-in .l-header_tel_link a img {
    width: 28px;
  }
}
.l-header.scroll-in .l-header_tel_link_num {
  font-size: 2.6rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .l-header.scroll-in .l-header_tel_link_num {
    color: #1e1e1e;
    font-size: 3.2rem;
  }
}
.l-header.scroll-in .l-header_gnav_cont {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  .l-header.scroll-in .l-header_gnav_toggle {
    display: flex;
    align-items: center;
    height: 80px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-header.scroll-in {
    padding: 0 20px;
  }
  .l-header.scroll-in .l-header_side_cont {
    margin-left: 10px;
  }
  .l-header.scroll-in .l-header_tel_txt {
    font-size: 10px;
    font-size: 1rem;
  }
  .l-header.scroll-in .l-header_tel_link {
    width: 80px;
    height: 80px;
    background-color: #d3c48a;
  }
  .l-header.scroll-in .l-header_tel_link a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-header.scroll-in .l-header_side {
    justify-content: flex-start;
    position: fixed;
    right: 80px;
  }
  .l-header.scroll-in .l-header_tel_link a img {
    width: 28px;
    margin-right: 0;
  }
  .l-header.scroll-in .l-header_tel_link_num {
    display: none;
  }
  .l-header.scroll-in .l-header_gnav_cont {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-header.scroll-in {
    margin-top: -20px;
  }
}
.l-header_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .l-header_cont {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-header_cont {
    padding-top: 20px;
    align-items: flex-start;
  }
}
@media screen and (min-width: 768px) {
  .l-header_logo {
    padding-top: 25px;
  }
}
.l-header_logo a {
  display: inline-flex;
  align-items: center;
}

.l-header_logo a .logo_ico {
  width: 60px;
}

@media screen and (max-width: 767px) {
  .l-header_logo a .logo_ico {
    width: 41px;
  }
}
.l-header_logo a .logo_txt {
  width: 250px;
}

@media screen and (max-width: 1100px) and (min-width: 981px) {
  .l-header_logo a .logo_txt {
    width: 180px;
  }
}
@media screen and (max-width: 980px) and (min-width: 821px) {
  .l-header_logo a .logo_txt {
    width: 140px;
  }
}
@media screen and (max-width: 820px) and (min-width: 768px) {
  .l-header_logo a .logo_txt {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header_logo a .logo_txt {
    width: 220px;
    margin-left: 0px;
    padding-top: 10px;
  }
}
.l-header_seo {
  position: absolute;
  z-index: 99999;
  top: 10px;
  left: 10px;
  width: 72%;
  overflow-y: hidden;
}

@media screen and (max-width: 1630px) and (min-width: 1341px) {
  .l-header_seo {
    width: 65%;
  }
}
@media screen and (max-width: 1340px) and (min-width: 768px) {
  .l-header_seo {
    width: 100%;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-header_seo {
    top: 9px;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-header_seo {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 767px) {
  .l-header_seo {
    display: flex;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    padding: 0 3%;
    background-color: #fff;
    justify-content: center;
  }
}
.l-header_seo_txt {
  display: block;
  line-height: 1;
  font-size: 1.2rem;
  white-space: nowrap;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-header_seo_txt {
    font-size: 10px;
    font-size: 1rem;
    color: #040404;
    text-align: center;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-header_side {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-header_side {
    width: 120px;
  }
}
.l-header_side_cont {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 768px) {
  .l-header_side_cont {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-header_side_cont {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_tel {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_tel_link {
    margin-bottom: 10px;
  }
}
.l-header_tel_link a {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .l-header_tel_link a {
    justify-content: center;
  }
}
.l-header_tel_link a img {
  width: 30px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .l-header_tel_link a img {
    width: 25px;
    margin-right: 5px;
  }
}
.l-header_tel_link_num {
  display: block;
  line-height: 1;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  letter-spacing: -0.04em;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .l-header_tel_link_num {
    color: #1e1e1e;
  }
}
@media screen and (max-width: 767px) {
  .l-header_tel_point {
    text-align: center;
  }
}
.l-header_mail {
  width: 110px;
  height: 110px;
  position: fixed;
  right: 0;
  top: 0;
}

@media screen and (min-width: 768px) {
  .l-header_mail {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_mail {
    display: none;
  }
}
.l-header_mail a {
  display: flex;
  flex-direction: column;
  height: 100%;
  align-items: center;
  justify-content: center;
  background-color: #284b7a;
}

@media screen and (max-width: 767px) {
  .l-header_mail a {
    display: block;
    height: 100%;
    padding: 22px 0 0;
  }
}
.l-header_mail a img {
  width: 37px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .l-header_mail a img {
    width: 25px;
    margin: 0 auto;
  }
}
.l-header_mail_txt {
  line-height: 1;
  color: #fff;
  font-size: 1.1rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: bold;
}

.l-header_mail_gnav {
  width: 90%;
  margin: 20px auto 0;
}

.l-header_mail_gnav a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  background-color: #3366aa;
}

.l-header_mail_gnav a img {
  width: 25px;
  margin-right: 7px;
}

.l-header_mail_gnav_txt {
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .l-header_menu {
    position: relative;
    z-index: 0;
    width: 64px;
    height: 64px;
    background-color: #284b7a;
  }
  .l-header_menu span {
    position: absolute;
    z-index: 0;
    left: 50%;
    width: 25px;
    height: 1px;
    background-color: #fff;
    transform: translateX(-50%);
    transition: all 0.4s ease 0s;
  }
  .l-header_menu span:nth-child(1) {
    top: 18px;
  }
  .l-header_menu span:nth-child(2) {
    top: 26px;
  }
  .l-header_menu span:nth-child(3) {
    top: 34px;
  }
  .l-header_menu_txt {
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 8px;
    width: 100%;
    color: #fff;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
    font-weight: 700;
  }
  .l-header_menu.active span {
    top: 23px;
    left: 18px;
  }
  .l-header_menu.active span:nth-child(1) {
    transform: rotate(45deg);
  }
  .l-header_menu.active span:nth-child(2) {
    opacity: 0;
  }
  .l-header_menu.active span:nth-child(3) {
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .l-header_gnav {
    position: fixed;
    z-index: 1000;
    top: 84px;
    right: -100%;
    width: 100%;
    height: 100vh;
    padding: 0 0 140px;
    background-color: #fff;
    transition: all 0.4s;
    opacity: 0;
    pointer-events: none;
    overflow-y: scroll;
  }
  .l-header_gnav.open {
    right: 0;
    opacity: 1;
    pointer-events: inherit;
    overflow-y: scroll;
  }
}
@media screen and (min-width: 768px) {
  .l-header_gnav_list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media screen and (min-width: 768px) {
  .l-header_gnav_cont {
    margin-left: 24px;
  }
  .l-header_gnav_cont:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 1100px) and (min-width: 768px) {
  .l-header_gnav_cont {
    margin-left: 15px;
  }
}
@media screen and (max-width: 767px) {
  .l-header_gnav_cont {
    border-top: 1px solid #dbdbdb;
  }
  .l-header_gnav_cont:last-child {
    border-bottom: 1px solid #dbdbdb;
  }
}
.l-header_gnav_cont a {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.6rem;
  color: #1e1e1e;
}

@media screen and (min-width: 768px) {
  .l-header_gnav_cont a {
    position: relative;
  }
}
@media screen and (max-width: 1100px) and (min-width: 981px) {
  .l-header_gnav_cont a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 980px) and (min-width: 768px) {
  .l-header_gnav_cont a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header_gnav_cont a {
    padding: 18px 5% 18px 7%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.l-header_gnav_cont > a {
  color: #fff;
  padding: 12px 0;
}

@media screen and (max-width: 767px) {
  .l-header_gnav_cont > a {
    color: #1e1e1e;
    padding: 20px 5%;
  }
}
.l-header_gnav_toggle {
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 1.6rem;
  color: #fff;
  padding: 12px 0px;
}

@media screen and (max-width: 1100px) and (min-width: 981px) {
  .l-header_gnav_toggle {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 980px) and (min-width: 768px) {
  .l-header_gnav_toggle {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header_gnav_toggle {
    position: relative;
    z-index: 0;
    padding: 20px 5%;
    font-size: 16px;
    font-size: 1.6rem;
    color: #1e1e1e;
  }
  .l-header_gnav_toggle::before, .l-header_gnav_toggle::after {
    position: absolute;
    z-index: 0;
    background-color: #3366aa;
    content: "";
  }
  .l-header_gnav_toggle::before {
    top: 23px;
    right: 17px;
    width: 16px;
    height: 1px;
  }
  .l-header_gnav_toggle::after {
    top: 16px;
    right: 25px;
    width: 1px;
    height: 16px;
    transition: 0.4s;
  }
  .l-header_gnav_toggle.menu-toggle::after {
    opacity: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-header_gnav_inner {
    position: fixed;
    z-index: 10000;
    top: 110px;
    left: 0;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
  }
  .l-header_gnav_inner.inner-open {
    opacity: 1;
    pointer-events: inherit;
  }
}
@media screen and (max-width: 767px) {
  .l-header_gnav_inner {
    display: none;
  }
}
.l-header_gnav_inner_box {
  background-color: #ddd;
}

@media screen and (min-width: 768px) {
  .l-header_gnav_inner_box {
    padding: 0;
    background: #fff;
  }
}
@media screen and (max-width: 767px) {
  .l-header_gnav_inner_box {
    background-color: #fff;
  }
}
.l-header_gnav_inner_list {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .l-header_gnav_inner_list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .l-header_gnav_inner_list {
    width: 100%;
  }
}
.l-header_gnav_inner_list li {
  overflow: hidden;
  width: 14.2857142857%;
}

@media screen and (max-width: 767px) {
  .l-header_gnav_inner_list li {
    border-top: 1px solid #dbdbdb;
    background-color: #fff;
    width: 100%;
  }
  .l-header_gnav_inner_list li:first-child {
    border-top: 1px solid #dbdbdb;
  }
}
.l-header_gnav_inner_img {
  position: relative;
  z-index: 0;
  min-height: 160px;
  overflow: hidden;
  aspect-ratio: 16/9;
}

.l-header_gnav_inner_img img {
  position: absolute;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.l-header_gnav_inner_ttl {
  line-height: 1.3;
}

.l-header_gnav_inner_ttl .-bp {
  display: none;
}

@media screen and (max-width: 1990px) and (min-width: 1441px) {
  .l-header_gnav_inner_ttl .-bp {
    display: block;
  }
}
@media screen and (max-width: 1171px) and (min-width: 768px) {
  .l-header_gnav_inner_ttl .-bp {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .l-header_gnav_inner_ttl {
    background-color: rgba(0, 0, 0, 0.5);
    text-align: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1990px) {
  .l-header_gnav_inner_ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .l-header_gnav_inner_ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* footer
---------------------------------------------------------- */
.l-footer {
  background-color: #587396;
  /*cv*/
}

.l-footer_cv {
  padding: 70px 0 60px;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer_cv {
    padding: 40px 0;
  }
}
.l-footer_cv_ttl {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .l-footer_cv_ttl {
    font-size: 3.2rem;
    display: inline;
  }
  .l-footer_cv_ttl::after {
    content: "";
    display: block;
    width: 100%;
    height: 15px;
    background-color: #747035;
    position: absolute;
    top: 20px;
    z-index: -1;
  }
  .l-footer_cv_ttl::before {
    width: 80% !important;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.l-footer_cv_ttl + p {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 767px) {
  .l-footer_cv_ttl + p {
    font-size: 1.3rem;
  }
}
.l-footer_cv_bnr {
  display: flex;
  justify-content: space-between;
  max-width: 985px;
  margin: 20px auto 0;
}

@media screen and (max-width: 767px) {
  .l-footer_cv_bnr {
    flex-direction: column;
  }
}
.l-footer_cv_bnr > li {
  background-color: #fff;
  width: 47%;
  position: relative;
  transition: 0.3s;
}

@media screen and (max-width: 767px) {
  .l-footer_cv_bnr > li {
    width: 100%;
  }
  .l-footer_cv_bnr > li:first-child {
    margin-bottom: 14px;
  }
}
.l-footer_cv_bnr > li:hover {
  opacity: 0.8;
}

.l-footer_cv_bnr > li::before {
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: solid 2px #d3c48a;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}

.l-footer_cv_bnr > li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #010101;
  width: 100%;
  height: 100%;
  padding: 24px 0;
  position: relative;
  z-index: 2;
}

.l-footer_cv_bnr > li a:hover {
  opacity: 1;
}

.l-footer_cv_bnr > li p {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 700;
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .l-footer_cv_bnr > li p {
    font-size: 2rem;
  }
}
.l-footer_cv_bnr > li p.-num {
  display: flex;
  align-items: center;
  font-size: 4.6rem;
}

@media screen and (max-width: 767px) {
  .l-footer_cv_bnr > li p.-num {
    font-size: 3.4rem;
  }
}
.l-footer_cv_bnr > li p.-num img {
  width: 50px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .l-footer_cv_bnr > li p.-num img {
    width: 30px;
    margin-right: 10px;
  }
}
.l-footer_cv_bnr > li.-mail img {
  width: 100px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .l-footer_cv_bnr > li.-mail img {
    width: 70px;
  }
}
.l-footer_map {
  height: 450px;
}

@media screen and (max-width: 767px) {
  .l-footer_map {
    height: 315px;
  }
}
.l-footer_map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.l-footer_contact_ttl, .l-footer_contact_txt {
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.l-footer_contact_ttl {
  line-height: 1.6;
  margin-bottom: 45px;
  font-size: 32px;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .l-footer_contact_ttl {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.l-footer_contact_txt {
  line-height: 2;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .l-footer_contact_txt {
    margin-bottom: 20px;
  }
}
.l-footer_contact_box {
  padding: 16px 24px 20px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer_contact_box {
    padding: 7px 3% 15px;
  }
}
.l-footer_contact_box_ttl {
  line-height: 1;
  margin-bottom: 20px;
  padding: 10px 0;
  background-color: #3366aa;
  color: #fff;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .l-footer_contact_box_ttl {
    margin-bottom: 13px;
    padding: 6px 0 7px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_contact_box_row {
    display: flex;
    align-items: center;
  }
}
.l-footer_contact_box_row .c-txt_hour {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .l-footer_contact_box_row .c-txt_hour {
    width: 96%;
    margin: 0 auto;
  }
}
.l-footer_contact_box_row .c-txt_hour_cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.l-footer_contact_box_row .c-txt_hour_inner {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .l-footer_contact_box_tel {
    width: 48%;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_contact_box_tel {
    margin-bottom: 10px;
  }
}
.l-footer_contact_box_tel a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-footer_contact_box_tel a img {
  width: 43px;
  margin-right: 11px;
}

@media screen and (max-width: 767px) {
  .l-footer_contact_box_tel a img {
    width: 26px;
    margin-right: 7px;
  }
}
.l-footer_contact_box_tel_num {
  display: block;
  line-height: 1;
  font-size: 54px;
  font-size: 5.4rem;
}

@media screen and (max-width: 767px) {
  .l-footer_contact_box_tel_num {
    font-size: 31px;
    font-size: 3.1rem;
  }
}
.l-footer_main {
  padding: 60px 0;
  color: #fff !important;
}

@media screen and (max-width: 767px) {
  .l-footer_main {
    padding: 30px 0;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_main .l-cont_l {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_left {
    width: 40%;
  }
}
.l-footer_left_seo {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .l-footer_left_seo {
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
  }
}
.l-footer_left_logo {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .l-footer_left_logo {
    margin-bottom: 20px;
  }
}
.l-footer_left_logo a {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .l-footer_left_logo a {
    justify-content: center;
  }
}
.l-footer_left_logo a img.logo_ico {
  width: 60px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .l-footer_left_logo a img.logo_ico {
    width: 44px;
    margin-right: 12px;
  }
}
.l-footer_left_logo a img.logo_txt {
  width: 260px;
}

@media screen and (max-width: 767px) {
  .l-footer_left_logo a img.logo_txt {
    width: 190px;
  }
}
.l-footer_left_add {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .l-footer_left_add {
    margin-bottom: 15px;
    text-align: center;
  }
}
.l-footer_left_contact {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .l-footer_left_contact {
    justify-content: center;
  }
}
.l-footer_left_contact_tel a {
  display: flex;
  align-items: center;
}

.l-footer_left_contact_tel a img {
  width: 52px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .l-footer_left_contact_tel a img {
    width: 30px;
    margin-right: 10px;
  }
}
.l-footer_left_contact_tel_num {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 48px;
  font-size: 4.8rem;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .l-footer_left_contact_tel_num {
    font-size: 33px;
    font-size: 3.3rem;
  }
}
.l-footer_left_contact_mail {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .l-footer_left_contact_mail {
    margin-left: 20px;
  }
}
.l-footer_left_contact_mail a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-footer_left_contact_mail a img {
  width: 26px;
  margin-right: 7px;
}

@media screen and (max-width: 767px) {
  .l-footer_left_contact_mail a img {
    width: 20px;
    margin-right: 5px;
  }
}
.l-footer_left_contact_mail_txt {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .l-footer_left_contact_mail_txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.l-footer_left_bnr {
  width: 400px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .l-footer_left_bnr {
    width: 80%;
    margin: 20px auto;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_right {
    width: 58%;
    max-width: 710px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_right {
    margin-top: 25px;
  }
}
.l-footer_right .c-tbl_hour {
  border-top: 1px solid #fff;
}

.l-footer_right .c-tbl_hour tr {
  border-bottom: 1px solid #fff;
}

.l-footer_right .c-tbl_hour td {
  padding: 15px 0;
  color: #fff;
}

.l-footer_right_btm {
  margin-top: 23px;
}

@media screen and (min-width: 768px) {
  .l-footer_right_btm {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_right_btm {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_right_btm .c-btn_base {
    width: 43%;
  }
  .l-footer_right_btm .c-btn_base:first-child {
    margin-right: 34px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_right_btm .c-btn_base {
    width: 48%;
    margin-top: 0 !important;
  }
  .l-footer_right_btm .c-btn_base a {
    font-size: 1.2rem;
    padding: 10px 0 11px;
  }
}
.l-footer_right .-note {
  text-align: right;
  font-size: 1.3rem;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .l-footer_right .-note {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_nav {
    padding: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_nav {
    padding: 10px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_nav .l-cont_l {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_nav_cont {
    width: 46%;
    margin-right: 4%;
  }
  .l-footer_nav_cont:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_nav_cont {
    margin-top: 35px;
  }
  .l-footer_nav_cont:first-child {
    margin-top: 0;
  }
}
.l-footer_nav_ttl {
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .l-footer_nav_ttl {
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
.l-footer_nav_ttl span {
  line-height: 1;
  color: #fff;
  font-weight: 400;
  padding: 0 0 10px 20px;
}

@media screen and (max-width: 767px) {
  .l-footer_nav_ttl span {
    padding: 0 0 5px 0;
  }
}
.l-footer_nav_ttl_en {
  margin-right: 20px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  .l-footer_nav_ttl_en {
    margin-right: 11px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.l-footer_nav_ttl_jp {
  font-weight: 700;
  font-size: 1.9rem;
}

@media screen and (max-width: 767px) {
  .l-footer_nav_ttl_jp {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.l-footer_nav_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.l-footer_nav_list li {
  width: 50%;
  margin-top: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .l-footer_nav_list li {
    padding-left: 0;
  }
}
.l-footer_nav_list li:nth-child(-n+2) {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .l-footer_nav_list li {
    margin-top: 13px;
  }
}
.l-footer_nav_list li a {
  display: block;
  line-height: 1.6;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  letter-spacing: -0.05em;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .l-footer_nav_list li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.l-footer_bnr {
  padding: 24px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .l-footer_bnr {
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .l-footer_bnr_list {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_bnr_list {
    width: 60%;
    margin: 0 auto;
  }
}
.l-footer_bnr_list li {
  margin-top: 15px;
  border: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  .l-footer_bnr_list li {
    width: 25%;
    max-width: 260px;
    margin-right: 24px;
  }
  .l-footer_bnr_list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .l-footer_bnr_list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer_bnr_list li:first-child {
    margin-top: 0;
  }
}
.l-footer_bnr_list li a {
  display: block;
}

.l-footer_copyright {
  line-height: 1;
  padding: 30px 0 60px;
  color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-footer_copyright {
    padding: 10px 0 80px;
    font-size: 10px;
    font-size: 1rem;
  }
}
.l-footer_pagetop {
  position: fixed;
  z-index: 1000;
  right: 60px;
  bottom: 60px;
  width: 70px;
  height: 70px;
  background-color: #284b7a;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 35px;
}

@media screen and (max-width: 767px) {
  .l-footer_pagetop {
    display: none !important;
  }
}
.l-footer_pagetop_img {
  z-index: 0;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.l-footer_pagetop_img img {
  z-index: 0;
  width: 20px;
}

.l-footer_fixed {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background-color: #fff;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .l-footer_fixed {
    display: none !important;
  }
}
.l-footer_fixed_cont {
  display: flex;
  justify-content: space-between;
}

.l-footer_fixed_tel, .l-footer_fixed_mail {
  width: 42%;
}

.l-footer_fixed_tel a, .l-footer_fixed_mail a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #1e1e1e;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 700;
}

.l-footer_fixed_tel a span, .l-footer_fixed_mail a span {
  display: block;
  line-height: 1;
  font-size: 16px;
  font-size: 1.6rem;
}

.l-footer_fixed_tel {
  background-color: #fff;
}

.l-footer_fixed_tel a span {
  font-size: 1.8rem;
}

.l-footer_fixed_tel img {
  width: 15px;
  margin-right: 4px;
}

.l-footer_fixed_tel_num {
  display: block;
  line-height: 1;
  font-size: 22px;
  font-size: 2.2rem;
  text-align: center;
}

.l-footer_fixed_mail {
  background-color: #587396;
}

.l-footer_fixed_mail a {
  color: #fff;
}

.l-footer_fixed_mail img {
  width: 20px;
  margin-right: 7px;
}

.l-footer_fixed_pagetop {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
  width: 60px;
  height: 60px;
  background-color: #284b7a;
}

.l-footer_fixed_pagetop img {
  z-index: 0;
  width: 16px;
}

.l-footer_link {
  background-color: #284b7a;
  color: #fff;
  text-align: center;
  margin-top: 40px;
  padding: 30px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .l-footer_link {
    padding: 16px 16px 32px;
  }
}
.l-footer_link p:first-child {
  font-size: 2.3rem;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  .l-footer_link p:first-child {
    font-size: 2rem;
  }
}
.l-footer_link p:nth-child(2) {
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .l-footer_link p:nth-child(2) {
    font-size: 1.3rem;
  }
}
.l-footer_link_list {
  display: flex;
  width: 85%;
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .l-footer_link_list {
    flex-direction: column;
    width: 78%;
    margin-top: 20px;
  }
}
.l-footer_link_list > li:not(:last-child) {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .l-footer_link_list > li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .no-scroll .l-header_logo a .logo_txt {
    width: 160px;
    padding-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

/* footer banner */

.l-footer_cv_bnr {
  max-width: 985px;
  margin: 20px auto 0;
  display: grid;
  grid-template-areas:
    "reserve reserve"
    "tel mail";
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 30px;
}


.l-footer_cv_bnr>li {
  max-width: 500px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l-footer_cv_bnr {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .l-footer_cv_bnr>li {
    max-width: 100%;
    width: 100%;
  }
}

.l-footer_cv_bnr>li.-reserve {
  margin: 0 auto;
  grid-area: reserve;
}

.l-footer_cv_bnr>li.-tel {
  grid-area: tel;
}

.l-footer_cv_bnr>li.-mail {
  grid-area: mail;
}

.l-footer_cv_bnr>li.-reserve img {
  width: 75px;
  margin-top: 10px;
  height: 70px;
  position: relative;
  top: -10px;
}

@media screen and (max-width: 767px) {
  .l-footer_cv_bnr>li.-reserve a {
    padding: 20px 0;
  }

  .l-footer_cv_bnr>li.-reserve img {
    width: 55px;
    height: 50px;
    top: -8px;
  }
}

.l-footer_cv_bnr>li.-mail img {
  width: 100px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .l-footer_cv_bnr>li.-mail img {
    width: 70px;
  }
}

.l-footer_map {
  height: 450px;
}

/* layout
---------------------------------------------------------- */
.l-cont_l {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .l-cont_l {
    max-width: 1240px;
  }
}
.l-cont_s {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .l-cont_s {
    max-width: 1080px;
  }
}
/* breadcrmbs list
---------------------------------------------------------- */
.c-breadcrumb {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 10px 0;
  }
}
.c-breadcrumb_list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.c-breadcrumb_list li {
  position: relative;
  z-index: 0;
  line-height: 1.6;
  color: #a8a8a8;
  padding-right: 1.5em;
}

.c-breadcrumb_list li::before {
  position: absolute;
  z-index: 0;
  line-height: 1;
  top: 4px;
  right: 7px;
  width: inherit;
  height: inherit;
  content: ">";
}

@media screen and (max-width: 767px) {
  .c-breadcrumb_list li::before {
    top: 2px;
    right: 6px;
  }
}
.c-breadcrumb_list li:last-child {
  padding-right: 0;
}

.c-breadcrumb_list li:last-child::before {
  display: none;
}

.c-breadcrumb_list li a,
.c-breadcrumb_list li span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .c-breadcrumb_list li a,
  .c-breadcrumb_list li span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-breadcrumb_list li a {
  color: #3366aa;
}

/* title
---------------------------------------------------------- */
.c-ttl_base {
  padding-top: 102px;
  margin-bottom: 80px;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media screen and (max-width: 767px) {
  .c-ttl_base {
    margin-bottom: 20px;
    padding-top: 40px;
  }
}
.c-ttl_base_jp {
  line-height: 1.6;
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .c-ttl_base_jp {
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 1.3;
  }
}
.c-ttl_base_en {
  display: block;
  line-height: 1;
  margin-top: 10px;
  color: #94b7d9;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.c-ttl_base.-left {
  margin-bottom: 32px !important;
  text-align: left !important;
}

@media screen and (max-width: 767px) {
  .c-ttl_base.-left {
    margin-bottom: 16px !important;
  }
}
.c-ttl_base.-left .c-ttl_base_jp {
  font-size: 24px !important;
  font-size: 2.4rem !important;
}

.page .c-ttl_base {
  margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
  .c-ttl_base.-left .c-ttl_base_jp {
    font-size: 19px !important;
    font-size: 1.9rem !important;
  }
  .page .c-ttl_base {
    margin-bottom: 32px;
  }
}
.c-txt_line {
  position: relative;
  display: inline-block;
  line-height: 1.3;
  z-index: 1;
}

.c-txt_line::before {
  content: "";
  display: block;
  width: 100%;
  height: 15px;
  background-color: #747035;
  position: absolute;
  bottom: 0.2em;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .c-txt_center {
    text-align: center;
  }
}
/* button
---------------------------------------------------------- */
.c-btn_base {
  width: 285px;
}

@media screen and (max-width: 767px) {
  .c-btn_base {
    width: 80%;
  }
}
.c-btn_base.-left {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .c-btn_base.-left {
    margin-top: 20px;
  }
}
.c-btn_base.-center {
  margin: 30px auto 0;
}

@media screen and (max-width: 767px) {
  .c-btn_base.-center {
    margin: 20px auto 0;
  }
}
.c-btn_base.-blue a {
  background-color: #284b7a;
  color: #fff;
}

.c-btn_base.-wht a {
  border: 1px solid #3366aa;
  background-color: #fff;
  color: #3366aa;
}

.c-btn_base a {
  display: block;
  position: relative;
  z-index: 0;
  line-height: 1;
  padding: 13px 0 13px;
  border-radius: 50px;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .c-btn_base a {
    padding: 15px 0 16px;
    font-size: 1.6rem;
  }
}
/* table
---------------------------------------------------------- */
.c-tbl_hour {
  width: 100%;
  border-top: 1px solid #dbdbdb;
}

@media screen and (max-width: 767px) {
  .c-tbl_hour {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.c-tbl_hour tr {
  border-bottom: 1px solid #dbdbdb;
}

.c-tbl_hour tr th:nth-child(7) {
  width: 15%;
}

.c-tbl_hour th,
.c-tbl_hour td {
  text-align: center;
}

.c-tbl_hour th {
  width: 10%;
  padding: 5px 0;
  color: var(--white);
}

.c-tbl_hour td {
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .c-tbl_hour td {
    padding: 5px 0;
  }
}
.c-tbl_hour_head {
  width: 25% !important;
}

.c-tbl_base {
  width: 100%;
  border-left: 1px solid #dbdbdb;
}

.c-tbl_base tr th:last-child {
  border-right: 1px solid #dbdbdb;
}

.c-tbl_base th,
.c-tbl_base td {
  line-height: 1.6;
}

.c-tbl_base th {
  border: 1px solid #dbdbdb;
  background-color: #3366aa;
  color: #fff;
  font-weight: 700;
}

.c-tbl_base td {
  border-right: 1px solid #dbdbdb;
  border: 1px solid #dbdbdb;
}

.c-tbl_base_head {
  background-color: #f1f6fa;
}

.c-tbl_four {
  table-layout: fixed;
}

.c-tbl_four th,
.c-tbl_four td {
  padding: 15px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-tbl_four th,
  .c-tbl_four td {
    padding: 10px;
  }
}
.c-tbl_four th {
  width: 25%;
}

.c-tbl_four td:not(.-center) {
  text-align: center;
}

.c-tbl_case {
  border-top: 1px solid #dbdbdb;
}

.c-tbl_case tr:last-child th {
  border-bottom: 1px solid #dbdbdb;
}

.c-tbl_case th,
.c-tbl_case td {
  padding: 15px 40px;
}

@media screen and (max-width: 767px) {
  .c-tbl_case th,
  .c-tbl_case td {
    padding: 10px;
  }
}
.c-tbl_case th {
  width: 25%;
  border-bottom: 1px solid #dbdbdb;
}

.c-tbl_case td {
  width: 70%;
}

.c-tbl_case_min {
  width: 25% !important;
}

.c-tbl_price {
  border-top: 1px solid #dbdbdb;
}

.c-tbl_price th,
.c-tbl_price td {
  padding: 15px 40px;
}

@media screen and (max-width: 767px) {
  .c-tbl_price th,
  .c-tbl_price td {
    padding: 10px;
  }
}
.c-tbl_price th {
  width: 30%;
  border-bottom: 1px solid #dbdbdb;
}

.c-tbl_price_cat {
  width: 35%;
}

.c-tbl_price_yen {
  width: 35%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .c-tbl_scroll {
    overflow-x: scroll;
  }
  .c-tbl_scroll table {
    min-width: 767px;
  }
}
.c-tbl_implant {
  width: 100%;
  border-top: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
}

@media screen and (max-width: 767px) {
  .c-tbl_implant {
    display: block;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.c-tbl_implant tr th,
.c-tbl_implant tr td {
  vertical-align: top;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

.c-tbl_implant tr th {
  background-color: #f1f6fa;
}

.c-tbl_implant tr td {
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .c-tbl_implant tr td {
    padding: 10px;
  }
}
.c-tbl_implant_head {
  width: 19.9%;
  padding: 15px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-tbl_implant_head {
    padding: 10px;
  }
}
.c-tbl_implant_ttl {
  width: 26.7%;
  padding: 20px 15px;
}

@media screen and (max-width: 767px) {
  .c-tbl_implant_ttl {
    padding: 10px;
  }
}
.c-tbl_implant_ttl_main {
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .c-tbl_implant_ttl_main {
    line-height: 1.6;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-tbl_implant_txt dt {
  line-height: 1;
  color: #3366aa;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

.c-tbl_implant_txt dd {
  margin-top: 10px;
}

/* mv
---------------------------------------------------------- */
.c-mv {
  position: relative;
  z-index: 1;
  height: 400px;
  background-position: right;
  background-repeat: no-repeat;
  background-color: #f3fcff;
  background-image: url(/blog/img/bg_mv.webp);
  background-size: auto 100%;
}

@media screen and (max-width: 767px) {
  .c-mv {
    height: 320px;
    background-size: cover;
    background-position: center;
  }
}
.c-mv::before {
  content: "";
  display: inline-block;
  background-color: rgba(40, 75, 122, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-mv::before {
    background-color: rgba(40, 75, 122, 0.4);
  }
}
.c-mv .l-cont_l {
  position: relative;
  height: 100%;
  z-index: 2;
}

.c-mv_ttl {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-20%);
}

.c-mv_ttl span {
  display: block;
  line-height: 1;
}

.c-mv_ttl_jp {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #fff;
  font-size: 4.2rem;
  line-height: 1.3;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .c-mv_ttl_jp {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.c-mv_ttl_en {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-top: 10px;
  color: #94b7d9;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .c-mv_ttl_en {
    margin-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=style.css.map */