/*------------------------
 reset
------------------------*/
*, *::before, *::after {
  box-sizing: border-box; }

body {
  -webkit-text-size-adjust: 100%; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, 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;
  vertical-align: baseline;
  background: transparent; }

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, video {
  display: block; }

li {
  list-style: none; }

img {
  border: 0;
  vertical-align: bottom;
  backface-visibility: hidden; }

button {
  padding: 0;
  border: 0; }

*:focus {
  outline: none; }

/*------------------------
 structure
------------------------*/
html {
  font-size: 62.5%;
  height: 100%;
  overflow-y: scroll; }
  html.is-fixed {
    overflow: hidden; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fff;
  font-size: 1.6em;
  font-size: 1.6rem;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: .1em;
  line-height: 1.5;
  color: #1e1b19; }

.l-wrapper {
  position: relative;
  margin: 0 auto;
  overflow: hidden; }

.contents_inner {
  position: relative;
  margin: 0 auto;
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .contents_inner {
      min-width: 1040px;
      max-width: 1240px;
      padding-left: 20px;
      padding-right: 20px; } }

@media screen and (max-width: 767px) {
  html.is-fixed,
  .l-wrapper {
    overflow: hidden; }

  .inner {
    padding: 0 10px; } }
/*------------------------
 style
------------------------*/
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.01);
  transition: .3s; }

.mover {
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.mover:hover {
  opacity: .7; }

.txt_c {
  text-align: center; }

figure img {
  width: 100%;
  max-width: 100%;
  height: auto; }

@media screen and (min-width: 768px) {
  a[href^="tel"] {
    pointer-events: none; }

  .pc_none {
    display: none !important; } }
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important; }

  img {
    max-width: 100%;
    height: auto; } }
/*------------------------
 header
------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  border-bottom: 1px solid #232584;
  z-index: 200; }

.header_logo {
  position: relative;
  z-index: 10000;
  margin-right: 10px;
  width: 400px; }
  .header_logo img {
    max-width: 100%;
    height: auto; }

.header_catch {
  font-size: 1.2rem;
  letter-spacing: .04em;
  font-weight: 300; }

.menu_btn {
  position: fixed;
  top: 30px;
  right: 25px;
  width: 35px;
  z-index: 1500; }
  .menu_btn a {
    display: block;
    height: 25px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    z-index: 500; }
  .menu_btn span {
    display: block;
    position: absolute;
    left: 0;
    top: 11px;
    width: 100%;
    height: 2px;
    background-color: #000;
    transition: .3s; }
    .menu_btn span::before, .menu_btn span::after {
      display: block;
      content: "";
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #000;
      transition: .4s; }
    .menu_btn span::before {
      margin-top: -10px; }
    .menu_btn span::after {
      margin-top: 10px; }
  .menu_btn.close {
    background: transparent;
    border: none; }
    .menu_btn.close span {
      background: transparent; }
      .menu_btn.close span::before, .menu_btn.close span::after {
        margin-top: 0; }
      .menu_btn.close span::before {
        transform: rotate(-45deg); }
      .menu_btn.close span::after {
        transform: rotate(-135deg); }

@media screen and (min-width: 768px) {
  .header {
    height: 86px; }

  .header_inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    width: 100%; } }
  @media screen and (min-width: 768px) and (min-width: 768px) {
    .header_inner {
      min-width: 1040px;
      max-width: 1240px;
      padding-left: 20px;
      padding-right: 20px; } }

@media screen and (min-width: 768px) {
  .header_link ul {
    display: flex;
    justify-content: flex-end; }
  .header_link li {
    margin-left: 30px; }
    .header_link li a {
      padding-bottom: 2px;
      font-size: 1.4rem;
      font-weight: bold;
      color: #232584; }
      .header_link li a:hover {
        opacity: .7; } }
@media screen and (max-width: 767px) {
  .header {
    height: 56px; }

  .header_inner {
    padding: 0 10px; }

  .header_logo {
    width: 196px; }

  .header_catch {
    margin: 8px 0 0 8px;
    font-size: 1rem; }

  .menu_btn {
    top: 15px;
    right: 15px; }
    .menu_btn span {
      width: 20px; }
      .menu_btn span::before, .menu_btn span::after {
        width: 20px; }
      .menu_btn span::before {
        margin-top: -6px; }
      .menu_btn span::after {
        margin-top: 6px; } }
/*------------------------
 gnav
------------------------*/
.g_nav {
  position: fixed;
  top: 0;
  bottom: 0;
  padding: 80px 0 10px;
  width: 100%;
  background-color: #ebeef8;
  transform: translateY(-150%);
  transition: .4s; }
  .g_nav.open {
    height: 100%;
    transform: translateY(0);
    z-index: 1000; }
  .g_nav .btnbox {
    margin-top: 60px;
    text-align: center; }

.g_nav_inner {
  height: 100%;
  padding: 0 15px;
  overflow: auto; }

.g_nav_link {
  margin: 0 auto;
  width: 220px;
  -webkit-overflow-scrolling: touch; }
  .g_nav_link > li {
    margin-bottom: 30px; }
  .g_nav_link a {
    font-size: 1.6rem;
    color: #232584; }

.accordion_box {
  display: none; }

.g_nab_area_item {
  margin: 0 auto;
  width: 220px; }

@media screen and (min-width: 768px) {
  .g_nav {
    padding: 165px 0 10px; }

  .g_nav_link > li {
    margin-bottom: 45px; }
    .g_nav_link > li > a {
      font-size: 2.8rem; }
  .g_nav_link .g_nav_ttl {
    font-size: 2.8rem; }
    .g_nav_link .g_nav_ttl span {
      letter-spacing: .28em; }
      .g_nav_link .g_nav_ttl span::after {
        position: absolute;
        right: -45px;
        top: calc(50% - 10px);
        transition: .3s; }

  .g_nab_area h3 {
    font-size: 2.4rem; }

  .g_nab_area_item {
    width: 386px; }

  .g_nav_link_tree.list01 {
    height: 200px; }
  .g_nav_link_tree.list02 {
    height: 140px; }
  .g_nav_link_tree.list03 {
    height: 100px; }
  .g_nav_link_tree a {
    font-size: 2.2rem;
    line-height: 1; }
  .g_nav_link_tree li {
    margin-top: 20px; } }
/*------------------------
 footer
------------------------*/
.footer {
  padding: 45px 0 40px;
  background-color: #000;
  color: #fff; }

.f_company_catch {
  margin-top: 10px;
  font-size: 1.2rem; }

.f_nab_area h2, .f_nab_area h3 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #7b8eb7; }

.f_nav_area_item_inner {
  display: flex; }

.f_nav_link_tree li {
  line-height: 1.8; }
.f_nav_link_tree a {
  font-size: 1.4rem;
  white-space: nowrap;
  letter-spacing: normal; }

.f_nav_area_item {
  padding: 0 15px 0 10px;
  border-left: 1px solid #7b8eb7; }

.footer_btm p {
  margin-bottom: 15px;
  font-size: 1.2rem; }
.footer_btm small {
  display: block;
  text-align: right;
  font-size: 1rem; }

.footer_inner {
  margin: 0 auto;
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .footer_inner {
      min-width: 1040px;
      max-width: 1240px;
      padding-left: 20px;
      padding-right: 20px; } }

@media screen and (min-width: 768px) {
  .footer_top {
    display: flex;
    justify-content: space-between;
    padding-right: 100px; }

  .f_company_logo {
    width: 200px; }
    .f_company_logo img {
      max-width: 100%; }

  .f_nav {
    position: relative;
    padding: 35px 0 25px 70px; }

  .f_nab_area {
    display: flex;
    padding-left: 20px; }
    .f_nab_area h2 {
      padding-right: 10px; }
    .f_nab_area h3 {
      margin-bottom: 10px;
      border-bottom: 1px solid #7b8eb7; }

  .footer_tel {
    position: absolute;
    top: 10px;
    right: 130px;
    font-size: 1.5rem; }
    .footer_tel a {
      display: block; }
    .footer_tel .icon {
      width: 26px;
      height: 17px; }

  .f_nav_link_tree {
    margin-right: 15px; }

  .f_nav_link {
    display: flex; } }
@media screen and (min-width: 768px) and (max-width: 1220px) {
  .footer_top {
    padding-right: 0; }

  .f_nav {
    padding: 35px 0 25px; }

  .footer_tel {
    right: 45px; } }
@media screen and (max-width: 767px) {
  .footer {
    padding: 20px 0; }

  .footer_top {
    text-align: center; }

  .f_company_logo {
    margin: 0 auto;
    width: 174px; }

  .f_contact {
    padding-top: 10px; }

  .f_nav_area_item {
    padding: 0 10px; }

  .f_company_catch {
    margin: 10px 0 20px; }

  .f_nab_area {
    margin: 30px auto 0;
    width: 58.66%; }
    .f_nab_area + .f_nab_area {
      margin: 40px auto 0; }
    .f_nab_area h2 {
      font-size: 1.4rem;
      padding-bottom: 0;
      border-bottom: 1px solid #7b8eb7; }
    .f_nab_area h3 {
      font-size: 1.3rem; }

  .f_nav_area_item_inner {
    justify-content: space-between; }

  .f_nav_link_tree li {
    line-height: 1.5; }
  .f_nav_link_tree a {
    font-size: 1.2rem; }

  .f_nav_area_item {
    padding: 10px 10px 5px; }

  .footer_tel {
    margin: 35px 30px 40px;
    font-size: 1.2rem; }
    .footer_tel a {
      display: block; }
    .footer_tel .icon {
      margin-right: 5px;
      width: 23px;
      height: 15px; }

  .footer_btm {
    margin: 0 30px; }
    .footer_btm p {
      margin-bottom: 30px;
      font-size: 1.1rem; } }
/*------------------------
 pagetop
------------------------*/
.pagetop {
  display: none;
  left: calc(50% + 564px);
  width: 36px;
  z-index: 50; }
  .pagetop a {
    display: block;
    width: 36px;
    height: 36px;
    background-color: white;
    border: 1px solid #000;
    border-radius: 50%;
    opacity: 1;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden; }
    .pagetop a::after {
      content: "";
      position: absolute;
      top: 15px;
      left: 10px;
      width: 16px;
      height: 16px;
      border-top: 2px solid #000;
      border-left: 2px solid #000;
      transform: rotate(45deg) skew(10deg, 10deg);
      pointer-events: none; }
    .pagetop a:hover {
      opacity: .7; }

@media screen and (max-width: 767px) {
  .pagetop {
    margin-left: 0;
    left: auto;
    right: 15px; }

  .footer_btm small {
    font-size: 1.1rem; } }
/*------------------------
 breadcrumb
------------------------*/
.breadcrumb {
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .breadcrumb {
      min-width: 1040px;
      max-width: 1240px;
      padding-left: 20px;
      padding-right: 20px; } }
  .home .breadcrumb {
    display: none; }
  .breadcrumb ul {
    display: flex;
    padding-top: 10px; }
    @media screen and (max-width: 767px) {
      .breadcrumb ul {
        padding: 5px 20px 0; } }
    .breadcrumb ul li {
      font-size: 1.5rem; }
      @media screen and (max-width: 767px) {
        .breadcrumb ul li {
          font-size: 1rem; } }
      .breadcrumb ul li:first-child a {
        color: #383be2; }
      .breadcrumb ul li + li {
        margin-left: 8px; }
        .breadcrumb ul li + li::before {
          content: ">";
          padding-right: 8px; }

/*------------------------
 contents
------------------------*/
.contents_ttl {
  margin: 0 auto;
  width: 410px;
  text-align: center;
  line-height: 1;
  color: #232584; }
  @media screen and (max-width: 767px) {
    .contents_ttl {
      width: 205px; } }
  .contents_ttl.wide {
    width: 440px; }
    @media screen and (max-width: 767px) {
      .contents_ttl.wide {
        width: 230px; } }
  @media screen and (max-width: 767px) {
    .contents_ttl {
      width: 205px; } }
  .contents_ttl span {
    display: block; }
  .contents_ttl .en {
    font-family: 'Noto Serif JP', serif;
    font-size: 3.4rem;
    font-weight: 700;
    letter-spacing: .12em; }
    @media screen and (max-width: 767px) {
      .contents_ttl .en {
        font-size: 1.7rem; } }
  .contents_ttl .ttl_line {
    position: relative;
    margin-top: 15px;
    height: 1px;
    background-color: #942529; }
    @media screen and (max-width: 767px) {
      .contents_ttl .ttl_line {
        margin-top: 10px; } }
    .contents_ttl .ttl_line::after {
      content: "";
      position: absolute;
      top: -2px;
      right: 0;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background-color: #942529;
      vertical-align: middle; }
      @media screen and (max-width: 767px) {
        .contents_ttl .ttl_line::after {
          top: -1px;
          width: 3px;
          height: 3px; } }
  .contents_ttl .ja {
    margin-top: 20px;
    font-size: 1.5rem;
    font-weight: 300; }
    @media screen and (max-width: 767px) {
      .contents_ttl .ja {
        margin-top: 5px;
        font-size: 1.2rem; } }

.contents_header {
  height: 288px; }
  @media screen and (max-width: 767px) {
    .contents_header {
      padding-right: 10px;
      height: 160px; } }

.contents_header_inner {
  padding-top: 70px;
  width: 0;
  height: 100%;
  border-right: 7px solid #942529;
  background-color: #232584;
  color: #fff;
  text-align: center;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .contents_header_inner {
      padding-top: 15px;
      border-right-width: 5px; } }
  .contents_header_inner h2 {
    font-size: 2.5rem;
    font-weight: 400;
    letter-spacing: .12em;
    white-space: nowrap; }
    @media screen and (max-width: 767px) {
      .contents_header_inner h2 {
        font-size: 1.5rem; } }
  .contents_header_inner p {
    margin-top: 25px;
    font-size: 2rem;
    letter-spacing: .15em;
    font-weight: 400; }
    @media screen and (max-width: 767px) {
      .contents_header_inner p {
        margin-top: 5px;
        font-size: 1rem; } }

.border_sttl {
  padding: 0 0 2px 20px;
  border-left: 4px solid #942529;
  line-height: 18px; }
  @media screen and (max-width: 767px) {
    .border_sttl {
      padding: 0 0 2px 8px;
      border-left-width: 2px;
      line-height: 13px; } }

.icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

@media screen and (min-width: 768px) {
  body:not(.home) .contents {
    margin-top: 86px; } }
@media screen and (max-width: 767px) {
  body:not(.home) .contents {
    margin-top: 56px; } }
.map_box_wrap h3 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 25px; }
  @media screen and (max-width: 767px) {
    .map_box_wrap h3 {
      font-size: 1.2rem;
      line-height: 20px; } }
.map_box_wrap .ic_marker {
  margin-right: 10px;
  width: 20px;
  height: 25px;
  fill: #232584; }
  @media screen and (max-width: 767px) {
    .map_box_wrap .ic_marker {
      margin-right: 5px;
      width: 15px;
      height: 19px; } }
.map_box_wrap .map_box {
  position: relative;
  margin: 20px auto 0;
  filter: drop-shadow(1.368px 3.759px 10px rgba(69, 69, 69, 0.3));
  border: 1px solid rgba(35, 37, 132, 0.5);
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .map_box_wrap .map_box {
      margin: 5px auto 0; } }
  .map_box_wrap .map_box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.screen-reader-text, .nav-links {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important; }

.no_results {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
  width: 800px;
  height: 350px;
  background-color: #fff;
  border: 1px solid #999; }
  @media screen and (max-width: 767px) {
    .no_results {
      margin: 25px auto;
      width: 80%;
      height: 200px; } }
  .no_results p {
    font-size: 2rem;
    color: #999; }
    @media screen and (max-width: 767px) {
      .no_results p {
        font-size: 1.6rem; } }


